body {
  color: #333;
  background-color: #eeecea;
  font-family: Satoshi, sans-serif;
  font-size: 1.125rem;
  font-weight: 500;
  line-height: 1.5;
}

h1 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 48px;
  font-weight: 700;
  line-height: 64px;
}

h2 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 32px;
  font-weight: 700;
  line-height: 36px;
}

h3 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 24px;
  font-weight: 700;
  line-height: 30px;
}

.swiper-slide {
  background-color: #fff;
  border: 1px solid #ccc;
  border-radius: 5px;
  margin-right: 10px;
}

.swiper-slide.w--redirected-checked {
  background-image: none;
  border-width: 2px;
  border-color: #e76043;
  box-shadow: 0 2px #e76043;
}

.swiper-slide.is-image1 {
  width: 33%;
  height: 20rem;
  flex: none;
}

.swiper-slide.is-image2 {
  width: 50%;
  height: 21rem;
  flex: none;
}

.swiper-slide.is-image3 {
  width: 70%;
  height: 19rem;
  flex: none;
}

.swiper-slide.is-image4 {
  width: 60%;
  height: 21rem;
  flex: none;
}

.swiper-slide.is-image5 {
  width: 27%;
  height: 19rem;
  flex: none;
}

.swiper-slide.is-demo5 {
  width: 25%;
  flex: none;
}

.swiper-slide.is-demo2 {
  width: 100%;
  flex: none;
}

.swiper-slide.is-third-1 {
  width: 33%;
  height: 8.5rem;
  flex: none;
}

.swiper-slide.is-third-2 {
  width: 45%;
  height: 9rem;
  flex: none;
}

.swiper-slide.is-third-3 {
  width: 55%;
  height: 8.25rem;
  flex: none;
}

.swiper-slide.is-third-4 {
  width: 60%;
  height: 9rem;
  flex: none;
}

.swiper-slide.is-third-5 {
  width: 22%;
  height: 8.25rem;
  flex: none;
}

.button {
  color: #fff;
  background-color: #333;
  border-radius: 32px;
  padding: 1rem 2rem;
  font-weight: 700;
  transition: background-color .25s;
}

.button:hover {
  background-color: #dd492c;
}

.button.is-small {
  padding-top: .75rem;
  padding-bottom: .75rem;
}

.nav_dropdown-toggle {
  padding: .75rem 2.25rem .75rem 1rem;
}

.nav_link {
  color: #333;
  padding: .5rem 1rem;
  text-decoration: none;
  transition: color .25s;
}

.nav_link:hover {
  color: #e95f3c;
}

.nav_link.w--current {
  color: #0b0b1f;
}

.nav_link.w--current:hover {
  color: #e95f3c;
}

.nav_link.is-right {
  margin-right: -1rem;
}

.nav_component {
  background-color: rgba(221, 221, 221, 0);
  align-items: center;
  padding: 1.25rem 2.5rem;
  font-size: .9375rem;
  display: flex;
}

.menu-icon {
  line-height: 0;
}

.nav_home-icon {
  width: 1.5rem;
  line-height: 0;
}

.nav_dropdown-list {
  background-color: #e9f0f1;
  padding-top: .25rem;
  padding-bottom: .25rem;
}

.nav_dropdown-list.w--open {
  background-color: #fff;
  border-radius: 8px;
  box-shadow: 0 2px #d6d0d0;
}

.nav_logos {
  align-items: center;
  display: flex;
}

.nav_icon {
  margin-top: auto;
  margin-bottom: auto;
  margin-right: 1rem;
}

.nav_link-wrapper {
  align-items: center;
  margin-right: 1rem;
  display: flex;
}

.nav_menu {
  flex: 1;
  align-content: space-between;
  justify-content: flex-end;
  align-items: center;
  margin-left: 1.5rem;
  margin-right: auto;
  font-weight: 700;
  display: flex;
}

.nav_lumen-link {
  align-items: flex-end;
  line-height: 0;
  display: flex;
}

.nav_dropdown {
  display: block;
}

.page-padding {
  color: #333;
  padding-left: 2.5rem;
  padding-right: 2.5rem;
}

.section-swiper {
  padding-top: 4rem;
  padding-bottom: .25rem;
  overflow: hidden;
}

.swiper {
  position: relative;
}

.swiper.has-overflow-hidden {
  padding-bottom: .125rem;
  overflow: hidden;
}

.swiper.is-first {
  cursor: grabbing;
}

.swiper.is-fifth {
  overflow: hidden;
}

.swiper-wrapper {
  align-items: flex-start;
  display: flex;
}

.code_structure-padding {
  flex-direction: column;
  padding-left: 1.25rem;
  display: block;
  position: relative;
}

.code_structure-padding.is-scrollbar, .code_structure-padding.is-pagination {
  display: none;
}

.code_structure-text {
  padding-top: .1875rem;
  padding-bottom: .1875rem;
  line-height: 1.5;
}

.code_structure-text.is-scrollbar, .code_structure-text.is-buttons, .code_structure-text.is-pagination {
  display: none;
}

.code_absolute-line {
  width: .125rem;
  background-color: #eeecea;
  border-radius: .0625rem;
  margin-top: .1875rem;
  margin-bottom: .125rem;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: auto;
}

.code_structure {
  background-color: #fff;
  border-radius: .625rem;
  margin-top: 1rem;
  padding: 1.25rem 2rem 1.75rem;
  font-size: 1rem;
  font-weight: 700;
  box-shadow: 0 2px #d6d0d0;
}

.code_structure.w--redirected-checked {
  background-image: none;
  border-width: 2px;
  border-color: #e76043;
  box-shadow: 0 2px #e76043;
}

.margin-top-medium {
  margin-top: 2.5rem;
}

.container-large {
  width: 100%;
  max-width: 1396px;
  background-color: #fff;
  margin-left: auto;
  margin-right: auto;
}

.swiper-scrollbar {
  height: .625rem;
  background-color: #fff;
  border-radius: .25rem;
  margin-top: 2.5rem;
  padding: .125rem;
  box-shadow: 0 2px #d6d0d0;
}

.swiper-scrollbar-drag {
  width: 100px;
  height: .375rem;
  cursor: pointer;
  background-color: #333;
  border-radius: .25rem;
}

.options_box {
  cursor: pointer;
  background-color: #fff;
  border-radius: .625rem;
  padding: 1.5rem 2rem;
  font-size: 1rem;
  font-weight: 700;
  box-shadow: 0 2px #d6d0d0;
}

.options_box.w--redirected-checked {
  background-image: none;
  border-width: 2px;
  border-color: #e76043;
  box-shadow: 0 2px #e76043;
}

.options_element {
  width: 2.25rem;
  height: 1.5rem;
  background-color: #d6d0d0;
  border-radius: .75rem;
  align-items: center;
  margin-right: 1rem;
  padding-left: .1875rem;
  padding-right: .1875rem;
  display: flex;
}

.options_circle {
  width: 1.125rem;
  height: 1.125rem;
  background-color: #fff;
  border-radius: .625rem;
}

.options_inside {
  display: flex;
}

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

.swiper-buttons {
  width: 6rem;
  height: 2.5rem;
  display: flex;
  position: absolute;
  top: -5.5rem;
  bottom: auto;
  left: auto;
  right: 0%;
}

.swiper-button-prev {
  margin-right: 1rem;
}

.swiper-circle {
  width: 2.5rem;
  height: 2.5rem;
  cursor: pointer;
  background-color: #fff;
  border-radius: 1.5rem;
  justify-content: center;
  align-items: center;
  display: flex;
  box-shadow: 0 2px #d6d0d0;
}

.swiper-circle.swiper-button-prev.swiper-button-disabled {
  opacity: .5;
  color: rgba(0, 0, 0, .5);
}

.swiper-circle.swiper-button-prev.is-demo2 {
  z-index: 10;
  margin-top: -20px;
  display: none;
  position: absolute;
  top: 50%;
  bottom: 0%;
  left: -96px;
  right: auto;
}

.swiper-circle.swiper-button-prev.is-demo5 {
  z-index: 10;
  margin-top: 4.75rem;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: -4.5rem;
  right: auto;
}

.swiper-circle.swiper-button-next.swiper-button-disabled {
  opacity: .5;
  color: rgba(0, 0, 0, .5);
}

.swiper-circle.swiper-button-next.is-demo2 {
  z-index: 10;
  margin-top: -20px;
  display: none;
  position: absolute;
  top: 50%;
  bottom: 0%;
  left: auto;
  right: -96px;
}

.swiper-circle.swiper-button-next.is-demo5 {
  z-index: 10;
  margin-top: 4.75rem;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: auto;
  right: -4.5rem;
}

.arrow-icon {
  width: 1rem;
  line-height: 0;
}

.position-relative {
  position: relative;
}

.code_box {
  background-color: #fff;
  border-radius: .625rem;
  margin-top: 1.5rem;
  padding: 2.5rem;
  font-size: 1rem;
  font-weight: 700;
  box-shadow: 0 2px #d6d0d0;
}

.code_box.w--redirected-checked {
  background-image: none;
  border-width: 2px;
  border-color: #e76043;
  box-shadow: 0 2px #e76043;
}

.swiper-box {
  width: 12rem;
  height: 12rem;
  background-color: #fff;
  border-radius: .625rem;
  flex: none;
  justify-content: center;
  align-items: center;
  padding: 1.5rem 2rem;
  font-weight: 700;
  display: flex;
  box-shadow: 0 2px #d6d0d0;
}

.swiper-box.w--redirected-checked {
  background-image: none;
  border-width: 2px;
  border-color: #e76043;
  box-shadow: 0 2px #e76043;
}

.swiper-box.is-first {
  width: 12.5rem;
  height: 7.2rem;
  box-shadow: none;
  background-color: rgba(255, 255, 255, .75);
  border: 0 solid #e4e4e4;
  border-radius: 100%;
  padding: .5rem .25rem 0;
}

.swiper-box.is-second {
  width: 100%;
  height: 9rem;
  box-shadow: none;
  background-color: rgba(238, 236, 234, .75);
  border-style: none;
}

.swiper-box.is-third-1, .swiper-box.is-third-2, .swiper-box.is-third-3, .swiper-box.is-third-4, .swiper-box.is-third-5 {
  width: auto;
  height: 100%;
  box-shadow: none;
  background-color: rgba(238, 236, 234, .75);
}

.swiper-box.is-fifth {
  width: 100%;
  height: 9rem;
  box-shadow: none;
  background-color: rgba(238, 236, 234, .75);
  border-style: none;
}

.swiper-box.is-fourth {
  width: 9rem;
  height: 9rem;
  box-shadow: none;
  background-color: rgba(238, 236, 234, .75);
  border-style: none;
}

.swiper-box5 {
  height: 12rem;
  background-color: #fff;
  border: 2px solid #fff;
  border-radius: .625rem;
  flex: none;
  justify-content: center;
  align-items: center;
  padding: 1.5rem 2rem;
  font-weight: 700;
  display: flex;
  box-shadow: 0 2px #d6d0d0;
}

.swiper-box5.w--redirected-checked {
  background-image: none;
  border-width: 2px;
  border-color: #e76043;
  box-shadow: 0 2px #e76043;
}

.swiper-pagination {
  justify-content: center;
  align-items: center;
  margin-top: 2.5rem;
  display: flex;
}

.swiper-pagination-bullet {
  width: .375rem;
  height: .375rem;
  opacity: 1;
  cursor: pointer;
  background-color: #d6d0d0;
  border-radius: .25rem;
  margin-left: .375rem;
  margin-right: .375rem;
}

.swiper-pagination-bullet.swiper-pagination-bullet-active {
  opacity: 1;
}

.swiper-pagination-bullet-active {
  width: .5rem;
  height: .5rem;
  background-color: #333;
  border-radius: .25rem;
  margin-left: .5rem;
  margin-right: .5rem;
}

.swiper-description {
  font-size: 1rem;
  font-weight: 700;
}

.swiper-box3 {
  height: 100%;
  background-color: #fff;
  border: 2px solid #fff;
  border-radius: .625rem;
  flex: none;
  justify-content: center;
  align-items: center;
  padding: 1.5rem 2rem;
  font-weight: 700;
  display: flex;
  box-shadow: 0 2px #d6d0d0;
}

.swiper-box3.w--redirected-checked {
  background-image: none;
  border-width: 2px;
  border-color: #e76043;
  box-shadow: 0 2px #e76043;
}

.swiper-box2 {
  height: 20rem;
  background-color: #fff;
  border: 2px solid #fff;
  border-radius: .625rem;
  flex: none;
  justify-content: center;
  align-items: center;
  padding: 1.5rem 2rem;
  font-weight: 700;
  display: flex;
  box-shadow: 0 2px #d6d0d0;
}

.swiper-box2.w--redirected-checked {
  background-image: none;
  border-width: 2px;
  border-color: #e76043;
  box-shadow: 0 2px #e76043;
}

.margin-custom {
  display: none;
}

.heading-small {
  font-size: 18px;
  line-height: 24px;
}

.code_style1-scrollbar, .code_style1-nav {
  font-family: Inconsolata, monospace;
  font-size: .9375rem;
  font-weight: 700;
  display: none;
}

.code_style1-main, .code_style4-main {
  font-family: Inconsolata, monospace;
  font-size: .9375rem;
  font-weight: 700;
}

.code_style4-navigation, .code_style4-pagination {
  font-family: Inconsolata, monospace;
  font-size: .9375rem;
  font-weight: 700;
  display: none;
}

.code_style2-main {
  font-family: Inconsolata, monospace;
  font-size: .9375rem;
  font-weight: 700;
}

.code_style2-buttons {
  font-family: Inconsolata, monospace;
  font-size: .9375rem;
  font-weight: 700;
  display: none;
}

.swiper-title {
  margin-top: 1.5rem;
  margin-bottom: .75rem;
  font-size: 24px;
  font-weight: 700;
  line-height: 30px;
}

.section-code, .section-options {
  padding-top: 6rem;
  padding-bottom: .25rem;
  overflow: hidden;
}

.code_style3-main {
  font-family: Inconsolata, monospace;
  font-size: .9375rem;
  font-weight: 700;
}

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

.utility-page-content {
  width: 22rem;
  text-align: center;
  flex-direction: column;
  display: flex;
}

.utility-page-form {
  flex-direction: column;
  align-items: center;
  font-size: 1rem;
  display: flex;
}

.margin-top-small {
  margin-top: 1rem;
}

.field-label {
  display: none;
}

.form {
  height: 3.5rem;
  border: 1px #000;
  border-radius: .625rem;
  margin-top: 2rem;
  margin-bottom: 1rem;
  padding: .5rem 1.5rem;
}

.nav_home {
  width: 32px;
  height: 32px;
  color: #fff;
  background-color: #d6d0d0;
  border: 2px solid #eeecea;
  border-radius: 16px;
  justify-content: center;
  align-items: center;
  transition: background-color .25s;
  display: flex;
  position: relative;
}

.nav_home:hover {
  background-color: #e95f3c;
}

.nav_lumen {
  opacity: 0;
  background-image: url('../images/profile-martin_1profile-martin.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border: 2px solid #fff;
  border-radius: 50%;
  position: absolute;
  top: -2px;
  bottom: -2px;
  left: -2px;
  right: -2px;
}

.nav_divider {
  width: 2px;
  height: 8px;
  background-color: #d6d0d0;
  border-radius: 1px;
  margin-left: 10px;
  margin-right: 12px;
}

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

.flex-vertical.is-center-aligned {
  text-align: center;
  align-items: center;
}

.section-home-header {
  padding-top: 6rem;
  padding-bottom: 8rem;
}

.divider-spacer {
  margin-top: 3rem;
  position: relative;
}

.container-medium {
  width: 100%;
  max-width: 64rem;
  flex-direction: column;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
}

.heading-display {
  font-size: 64px;
  line-height: 72px;
}

.title-tag {
  color: #020202;
  letter-spacing: .75px;
  text-transform: uppercase;
  background-color: #fff;
  border-radius: 24px;
  margin-bottom: 24px;
  padding: 4px 12px;
  font-size: .75rem;
  font-weight: 700;
  box-shadow: 0 2px #d6d0d0;
}

.title-tag.is-main {
  letter-spacing: 0;
  text-transform: none;
  font-size: .875rem;
}

.line {
  width: 64px;
  height: 22px;
  max-width: 100%;
  color: #020202;
  letter-spacing: .75px;
  text-transform: uppercase;
  background-color: #fff;
  border-radius: 24px;
  justify-content: center;
  align-items: center;
  margin-top: 8px;
  margin-bottom: 8px;
  font-size: .75rem;
  font-weight: 700;
  display: flex;
  box-shadow: 0 2px #d6d0d0;
}

.section-list {
  padding-bottom: .25rem;
  overflow: hidden;
}

.footer_share-twitter {
  line-height: 0;
}

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

.footer-link {
  color: #000;
  padding: .75rem 1rem;
  font-size: 15px;
  font-weight: 700;
  text-decoration: none;
  transition: color .25s;
  display: inline-block;
}

.footer-link:hover {
  color: rgba(0, 0, 0, .5);
}

.footer-link.is-left {
  padding-left: 0;
}

.footer_bottom {
  width: 100%;
  max-width: 100%;
  margin-top: 112px;
  margin-left: auto;
  margin-right: auto;
  padding-bottom: 1rem;
}

.call-cta-image {
  width: 32px;
  height: 32px;
  background-image: url('../images/profile-tw.jpg');
  background-position: 0 0;
  background-size: cover;
  border: 2px solid #fff;
  border-radius: 16px;
  margin-right: 12px;
  position: relative;
}

.flex-horizontal {
  display: flex;
}

.flex-horizontal.is-footer {
  justify-content: space-between;
  align-items: center;
}

.call-footer {
  color: #fff;
  background-color: #000;
  border-radius: 24px;
  justify-content: flex-start;
  align-items: center;
  padding: 9px 24px 9px 9px;
  font-size: 15px;
  font-weight: 700;
  text-decoration: none;
  display: flex;
  position: relative;
}

.footer-link-wrapper {
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  display: inline-block;
  position: relative;
}

.margin-top-48 {
  margin-top: 48px;
}

.call-cta-overlay {
  opacity: 0;
  background-color: #000;
  border-radius: 50%;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.footer_contact {
  color: #000;
  margin-top: 16px;
  font-size: 14px;
  font-weight: 700;
  text-decoration: none;
  transition: color .25s;
  display: inline-block;
}

.footer_contact:hover {
  color: rgba(0, 0, 0, .5);
}

.footer_share-icon {
  width: 28px;
  height: 28px;
  color: #000;
  border: 2px solid #000;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  margin-left: 12px;
  display: flex;
  overflow: hidden;
}

.footer_cta-wrapper {
  text-align: center;
  flex-direction: column;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.footer_component {
  padding-top: 144px;
}

.footer_share {
  color: #000;
  align-items: center;
  font-size: .9375rem;
  font-weight: 700;
  text-decoration: none;
  display: flex;
}

.container-xsmall {
  width: 100%;
  max-width: 560px;
  margin-left: auto;
  margin-right: auto;
}

.more {
  color: #000;
  align-items: center;
  margin-left: 24px;
  font-size: .9375rem;
  font-weight: 700;
  text-decoration: none;
  display: flex;
}

.more-circle {
  width: 28px;
  height: 28px;
  color: #000;
  border: 2px solid #000;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  margin-left: 12px;
  display: flex;
  overflow: hidden;
}

.more-arrow {
  line-height: 0;
}

.item_description {
  justify-content: space-between;
  align-items: flex-end;
  display: flex;
}

.box {
  width: 90%;
  cursor: auto;
  object-fit: fill;
  background-color: rgba(0, 0, 0, 0);
  border-radius: .625rem;
  margin: 1.5rem auto 44px;
  padding: 1rem 0;
  font-size: 1rem;
  font-weight: 700;
  position: static;
  overflow: hidden;
}

.box.w--redirected-checked {
  background-image: none;
  border-width: 2px;
  border-color: #e76043;
  box-shadow: 0 2px #e76043;
}

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

.line-circle {
  width: 16px;
  height: 16px;
  border: 3px solid #f03f40;
  border-radius: 50%;
}

.list_flex {
  grid-row-gap: 4rem;
  flex-direction: column;
  display: flex;
}

.item_title {
  align-items: center;
  display: flex;
}

.item_cms {
  color: #fff;
  background-color: #f03f40;
  border-radius: 24px;
  margin-left: 12px;
  padding: 4px 12px;
  font-size: .875rem;
  font-weight: 700;
}

.swiper-line-2 {
  width: 64px;
  height: 8px;
  background-color: rgba(238, 236, 234, .75);
  border-radius: .25rem;
  flex: none;
  justify-content: center;
  align-items: center;
  margin-top: 12px;
  font-weight: 700;
  display: flex;
}

.swiper-line-2.w--redirected-checked {
  background-image: none;
  border-width: 2px;
  border-color: #e76043;
  box-shadow: 0 2px #e76043;
}

.more-right {
  display: none;
}

.item_left {
  grid-row-gap: 4px;
  flex-direction: column;
  display: flex;
}

.share-text {
  display: none;
}

.swiper-icon {
  width: 112px;
  height: auto;
  max-width: none;
  clear: none;
  display: block;
}

.swiper-line-1 {
  width: 80px;
  height: 16px;
  background-color: rgba(238, 236, 234, .75);
  border-radius: .25rem;
  flex: none;
  justify-content: center;
  align-items: center;
  margin-top: 12px;
  font-weight: 700;
  display: flex;
}

.swiper-line-1.w--redirected-checked {
  background-image: none;
  border-width: 2px;
  border-color: #e76043;
  box-shadow: 0 2px #e76043;
}

.heading-medium {
  font-size: 24px;
  line-height: 30px;
}

.body {
  background-color: rgba(0, 0, 0, 0);
  border: 1px solid #000;
  border-radius: 0;
  font-family: Muli Semi, sans-serif;
  font-weight: 700;
}

.link-block {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: inline;
  position: absolute;
}

.heading {
  float: none;
  clear: none;
  color: #954107;
  text-align: center;
  object-fit: fill;
  flex-wrap: wrap;
  flex: 0 auto;
  justify-content: center;
  align-self: auto;
  margin-top: 9px;
  margin-bottom: 3px;
  font-size: 16px;
  line-height: 18px;
  display: block;
  position: static;
  overflow: visible;
}

.div-block {
  align-self: center;
}

.link-block-2 {
  text-align: center;
  margin-bottom: 10px;
  text-decoration: none;
  display: block;
}

.hero-subscribe-right {
  background-color: #f5f7fa;
  border-bottom: 1px solid #e4ebf3;
  padding: 80px 30px;
  position: relative;
}

.container {
  width: 100%;
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
}

.hero-wrapper {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.hero-split {
  max-width: 46%;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.shadow-two {
  box-shadow: 0 4px 24px rgba(150, 163, 181, .08);
}

.margin-bottom-24px {
  margin-bottom: 24px;
}

.hero-form {
  margin-bottom: 12px;
}

.hero-form-container {
  justify-content: flex-start;
  align-items: stretch;
  display: flex;
}

.hero-form-input {
  width: 240px;
  height: auto;
  color: #1a1b1f;
  border: 1px solid #d1d6db;
  margin-bottom: 0;
  margin-right: 9px;
  padding: 5px 16px;
  font-size: 14px;
  line-height: 20px;
  transition: all .2s;
}

.hero-form-input:hover, .hero-form-input:focus {
  border-color: #76879d;
}

.hero-form-input::-ms-input-placeholder {
  color: rgba(26, 27, 31, .8);
}

.hero-form-input::placeholder {
  color: rgba(26, 27, 31, .8);
}

.button-primary {
  color: #fff;
  letter-spacing: 2px;
  text-transform: uppercase;
  background-color: #1a1b1f;
  padding: 12px 25px;
  font-size: 12px;
  line-height: 20px;
  transition: all .2s;
}

.button-primary:hover {
  color: #fff;
  background-color: #32343a;
}

.button-primary:active {
  background-color: #43464d;
}

.text-link-arrow {
  color: #1a1b1f;
  justify-content: flex-start;
  align-items: center;
  font-size: 14px;
  line-height: 20px;
  text-decoration: none;
  display: flex;
}

.arrow-embed {
  margin-left: 2px;
  display: flex;
}

.brix---opacity-10 {
  opacity: .1;
}

.brix---floating-image-hero-v1---1 {
  z-index: -1;
  position: absolute;
  top: auto;
  bottom: -32%;
  left: -41%;
  right: auto;
}

.brix---opacity-20 {
  opacity: .2;
}

.brix---floating-image-hero-v1---2 {
  z-index: -1;
  max-width: 600px;
  position: absolute;
  top: auto;
  bottom: 8%;
  left: auto;
  right: 11%;
  transform: rotate(140deg);
}

.brix---btn-secondary {
  color: #211f54;
  text-align: center;
  transform-style: preserve-3d;
  background-color: #fff;
  border: 1px solid #eff0f6;
  border-radius: 48px;
  padding: 26px 38px;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Noto Sans, Ubuntu, Cantarell, Helvetica Neue, Oxygen, Fira Sans, Droid Sans, sans-serif;
  font-size: 18px;
  line-height: 20px;
  transition: border-color .3s, transform .3s, background-color .3s, color .3s;
  box-shadow: 0 4px 10px rgba(20, 20, 43, .04);
}

.brix---btn-secondary:hover {
  color: #fff;
  background-color: #da262d;
  border-color: #da262d;
  transform: translate3d(0, -3px, .01px);
}

.brix---btn-primary {
  color: #fff;
  text-align: center;
  transform-style: preserve-3d;
  background-color: #da262d;
  border-radius: 48px;
  justify-content: center;
  padding: 26px 38px;
  font-family: Muli Semi, sans-serif;
  font-size: 13px;
  font-weight: 700;
  line-height: 20px;
  text-decoration: none;
  transition: background-color .3s, transform .3s, color .3s;
}

.brix---btn-primary:hover {
  color: #fff;
  background-color: #000;
  transform: translate3d(0, -3px, .01px);
}

.brix---button-row-left {
  margin-right: 24px;
}

.brix---buttons-row {
  align-items: center;
  display: flex;
}

.brix---paragraph-default {
  color: #605e5f;
  margin-bottom: 0;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Noto Sans, Ubuntu, Cantarell, Helvetica Neue, Oxygen, Fira Sans, Droid Sans, sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 25px;
}

.brix---color-neutral-600 {
  color: #605e5f;
}

.brix---mg-bottom-40px {
  margin-bottom: 40px;
}

.brix---heading-h1-size {
  color: #070711;
  margin-top: 0;
  margin-bottom: 16px;
  font-family: Muli, sans-serif;
  font-size: 54px;
  font-weight: 700;
  line-height: 66px;
}

.brix---color-neutral-800 {
  color: #211f54;
}

.brix---grid-hero-v1 {
  grid-column-gap: 80px;
  grid-row-gap: 28px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  display: grid;
}

.brix---container-default {
  max-width: 1218px;
  padding-left: 24px;
  padding-right: 24px;
}

.brix---section-hero-primary {
  padding-top: 60px;
  padding-bottom: 60px;
  position: relative;
  overflow: hidden;
}

.brix---link-icon-right {
  margin-left: 6px;
}

.brix---link-wrapper-white {
  color: #fff;
  align-items: center;
  font-size: 18px;
  font-weight: 700;
  line-height: 20px;
  text-decoration: none;
  transition: none;
  display: flex;
}

.brix---link-wrapper-white:hover {
  color: #fff;
}

.brix---text-left---t-center {
  text-align: left;
}

.brix---top-bar-right-col {
  margin-right: 24px;
}

.brix---top-bar-flex-h-sb {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.brix---top-bar-padding {
  width: 100%;
  padding-top: 30px;
  padding-bottom: 30px;
}

.brix---top-bar-wrapper {
  color: #fff;
  text-align: center;
  background-color: #da262d;
  padding-left: 72px;
  padding-right: 72px;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Noto Sans, Ubuntu, Cantarell, Helvetica Neue, Oxygen, Fira Sans, Droid Sans, sans-serif;
  font-size: 18px;
  line-height: 28px;
  position: relative;
  overflow: hidden;
}

.sysf-wrapper-m {
  padding-top: 64px;
  padding-bottom: 64px;
}

.sysf-tab {
  color: #636b75;
  background-color: #fff;
  padding: 12px 16px;
  box-shadow: inset 0 -1px #d0d4d9;
}

.sysf-tab:hover {
  color: #2f54eb;
}

.sysf-tab:active {
  background-color: #f2f6ff;
}

.sysf-tab:focus {
  color: #2f54eb;
  background-color: #f2f6ff;
}

.sysf-tab.w--current {
  color: #2f54eb;
  background-color: #fff;
  padding: 12px 16px;
  box-shadow: inset 0 -2px #2f54eb;
}

.sysf-tab.w--current:active, .sysf-tab.w--current:focus {
  background-color: #f2f6ff;
}

.sysf-tabs-menu {
  box-shadow: inset 0 -1px #d0d4d9;
}

.f-breadcrumb-link {
  color: #393b6a;
  letter-spacing: -.02em;
  font-size: 14px;
  font-weight: 500;
  line-height: 24px;
  text-decoration: none;
  transition: color .3s;
}

.f-breadcrumb-link:hover {
  color: #b6173a;
}

.f-breadcrumb-link.w--current {
  color: #160042;
}

.f-breadcrumb-seperator {
  width: 30px;
  height: 30px;
  color: #333;
  justify-content: center;
  align-items: center;
  display: flex;
}

.f-breadcrumb-home-svg {
  width: 23px;
  height: 32px;
  color: #333;
  justify-content: center;
  align-items: center;
  display: flex;
}

.f-breadcrumb-home {
  color: #393b6a;
  text-align: center;
  transition: color .3s;
}

.f-breadcrumb-home:hover {
  color: #b6173a;
}

.f-breadcrumb-home.w--current {
  color: #160042;
}

.f-breadcrumb-wrapper {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  text-align: center;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.f-breadcrumb {
  text-align: center;
  justify-content: flex-start;
  margin-top: 22px;
  display: flex;
}

.text-block {
  color: #393b6a;
  font-family: Muli Semi, sans-serif;
}

.wbs-feature-title {
  color: #010b15;
  margin-top: 0;
  font-family: Muli, sans-serif;
  font-size: 1.25rem;
  line-height: 1.2em;
}

.wbs-feature-icon {
  height: 40px;
  flex: none;
}

.wbs-feature-4-item {
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  background-color: #f7f7f7;
  border-radius: 10px;
  padding: 30px;
  display: flex;
}

.wbs-feature-4 {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.wbs-container {
  width: 100%;
  max-width: 1300px;
  margin-left: auto;
  margin-right: auto;
}

.wbs-section {
  padding: 3.7rem 5% 6.25rem;
}

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

.f-header-image-wrapper-tall {
  width: 100%;
  height: 630px;
  max-width: 500px;
  border-radius: 12px;
  overflow: hidden;
}

.f-button-secondary {
  min-height: 48px;
  color: #160042;
  letter-spacing: -.02em;
  background-color: #fff;
  border: 1px solid #e4e6f1;
  border-radius: 50px;
  justify-content: center;
  align-items: center;
  padding: 12px 32px;
  font-size: 14px;
  font-weight: 500;
  text-decoration: none;
  transition: border-color .3s, background-color .3s;
  display: flex;
}

.f-button-secondary:hover {
  background-color: #f3f5fb;
  border-color: rgba(0, 0, 0, 0);
}

.f-button-neutral {
  min-height: 48px;
  color: #fff;
  text-align: center;
  letter-spacing: -.02em;
  background-color: #160042;
  border-radius: 50px;
  justify-content: center;
  align-items: center;
  padding: 12px 32px;
  font-size: 14px;
  font-weight: 500;
  text-decoration: none;
  transition: background-color .3s;
  display: flex;
}

.f-button-neutral:hover {
  background-color: #282556;
}

.f-header-button-wrapper {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-wrap: wrap;
  align-items: center;
  display: flex;
}

.f-paragraph-large {
  color: #636b75;
  letter-spacing: -.02em;
  margin-bottom: 0;
  font-family: Muli Semi, sans-serif;
  font-size: 15px;
  line-height: 22px;
}

.f-margin-bottom-32 {
  margin-bottom: 32px;
}

.f-h1-heading {
  color: #333;
  letter-spacing: -.04em;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Muli, sans-serif;
  font-size: 64px;
  line-height: 1.2;
}

.f-margin-bottom-24 {
  margin-bottom: 24px;
}

.f-heading-detail-small {
  color: #6b7094;
  letter-spacing: .08em;
  text-transform: uppercase;
  font-size: 14px;
  font-weight: 700;
  line-height: 24px;
}

.f-margin-bottom-08 {
  margin-bottom: 8px;
}

.f-header-grid {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  align-items: center;
}

.f-container-regular {
  width: 100%;
  max-width: 1140px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

.f-section-large {
  padding: 20px 5%;
  position: relative;
}

.text-block-2 {
  color: #333;
  font-size: 12px;
}

.brix---opacity-10-2 {
  opacity: .1;
}

.brix---floating-image-hero-v1---3 {
  z-index: -1;
  position: absolute;
  top: auto;
  bottom: -32%;
  left: -41%;
  right: auto;
}

.brix---opacity-20-2 {
  opacity: .2;
}

.brix---floating-image-hero-v1---4 {
  z-index: -1;
  max-width: 600px;
  position: absolute;
  top: auto;
  bottom: 8%;
  left: auto;
  right: 11%;
  transform: rotate(140deg);
}

.brix---btn-icon-left {
  width: 10%;
  margin-right: 8px;
}

.brix---btn-download-app-white {
  color: #da262d;
  text-align: center;
  transform-style: preserve-3d;
  background-color: #fff;
  border: 1px solid #eff0f6;
  border-radius: 48px;
  justify-content: center;
  align-items: center;
  padding: 20px 32px;
  font-size: 18px;
  font-weight: 700;
  line-height: 20px;
  text-decoration: none;
  transition: background-color .3s, transform .3s, color .3s;
  display: flex;
  box-shadow: 0 3px 6px rgba(33, 31, 84, .06);
}

.brix---btn-download-app-white:hover {
  background-color: #f2f1ff;
  transform: translate3d(0, -3px, .01px);
}

.brix---btn-download-app {
  color: #fff;
  text-align: center;
  transform-style: preserve-3d;
  background-color: #da262d;
  border-radius: 48px;
  justify-content: center;
  align-items: center;
  padding: 20px 32px;
  font-size: 18px;
  font-weight: 700;
  line-height: 20px;
  text-decoration: none;
  transition: background-color .3s, transform .3s, color .3s;
  display: flex;
  box-shadow: 0 3px 8px rgba(74, 58, 255, .1);
}

.brix---btn-download-app:hover {
  color: #fff;
  background-color: #000;
  transform: translate3d(0, -3px, .01px);
}

.brix---button-row-left-2 {
  margin-right: 24px;
}

.brix---buttons-row-2 {
  align-items: center;
  display: flex;
}

.brix---paragraph-default-2 {
  color: #333;
  margin-bottom: 0;
  font-family: Muli Semi, sans-serif;
  font-size: 16px;
  line-height: 23px;
}

.brix---color-neutral-801 {
  color: #605e5f;
}

.brix---mg-bottom-40px-2 {
  margin-bottom: 40px;
}

.brix---heading-h1-size-2 {
  color: #333;
  margin-top: 0;
  margin-bottom: 38px;
  font-family: Muli, sans-serif;
  font-size: 69px;
  font-weight: 700;
  line-height: 66px;
}

.brix---color-neutral-802 {
  color: #211f54;
  margin-top: 13px;
}

.brix---grid-hero-v16 {
  grid-column-gap: 80px;
  grid-row-gap: 28px;
  grid-template-rows: auto;
  grid-template-columns: .9fr .8fr;
  grid-auto-columns: 1fr;
  align-items: center;
  display: grid;
}

.brix---container-default-2 {
  max-width: 1218px;
  padding-left: 24px;
  padding-right: 24px;
}

.brix---section-hero-small {
  background-color: #fff;
  padding-top: 40px;
  padding-bottom: 40px;
  position: relative;
  overflow: hidden;
}

.text-block-3 {
  color: #393b6a;
}

.image {
  width: 100%;
  max-width: 100%;
  text-align: center;
  display: inline-block;
}

.paragraph {
  color: #333;
  font-size: 1rem;
  line-height: 1.3;
  text-decoration: none;
}

.paragraph-2, .paragraph-3 {
  color: #333;
  font-size: 1rem;
  line-height: 1.3;
}

.section {
  background-color: #f7f7f7;
  margin-top: 40px;
}

.text-block-4 {
  text-align: center;
  margin-top: 20px;
  font-family: Muli Semi, sans-serif;
  font-size: .9rem;
}

.f-dropdown-button {
  width: 100%;
  min-height: 42px;
  color: #fff;
  background-color: #2d0896;
  border-radius: 50px;
  padding-top: 8px;
  padding-bottom: 8px;
  font-size: 14px;
  font-weight: 500;
}

.f-submit-button-wrap {
  margin-top: 12px;
  margin-bottom: 12px;
  padding-left: 12px;
  padding-right: 12px;
}

.f-checkbox-label {
  color: #160042;
  margin-bottom: 0;
  font-size: 14px;
  line-height: 24px;
}

.f-checkbox {
  width: 20px;
  height: 20px;
  background-color: #fff;
  border-width: 2px;
  border-color: #b6b9ce;
  border-radius: 4px;
  margin: 0 8px 0 0;
}

.f-checkbox.w--redirected-checked {
  background-color: #160042;
  background-size: 12px;
  border-style: none;
  border-radius: 4px;
}

.f-checkbox.w--redirected-focus {
  box-shadow: none;
}

.f-checkbox-field {
  align-items: center;
  margin-bottom: 0;
  padding-left: 0;
  display: flex;
}

.f-dropdown-link {
  color: #1b114a;
  letter-spacing: -.01em;
  border-radius: 4px;
  align-items: center;
  padding: 12px;
  font-size: 14px;
  line-height: 24px;
  text-decoration: none;
  transition: background-color .2s;
  display: flex;
}

.f-dropdown-link:hover, .f-dropdown-link:focus {
  background-color: #f3f5fb;
}

.f-dropdown-link.w--current {
  color: #2d0896;
}

.f-dropdown-checkbox-form {
  margin-bottom: 0;
}

.f-dropdown-search-button {
  display: none;
}

.f-dropdown-icon-s {
  width: 24px;
  height: 24px;
  color: #b6173a;
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
  top: auto;
  bottom: auto;
  left: 12px;
  right: auto;
}

.f-dropdown-search-input {
  min-height: 48px;
  color: #160042;
  border: 1px solid #e4e6f1;
  border-radius: 4px;
  margin-bottom: 0;
  padding-left: 48px;
  font-size: 16px;
  display: block;
  position: relative;
}

.f-dropdown-search-input:focus {
  border-color: #b6173a;
}

.f-dropdown-search-input::-ms-input-placeholder {
  color: #6b7094;
}

.f-dropdown-search-input::placeholder {
  color: #6b7094;
}

.f-dropdown-search-icon {
  position: absolute;
  left: 16px;
}

.f-dropdown-search {
  max-width: 540px;
  align-items: center;
  margin-bottom: 8px;
  display: flex;
  position: relative;
}

.f-dropdown-wrap {
  z-index: 999;
  height: auto;
  background-color: #fff;
  padding: 8px;
}

.f-dropdown-list.w--open {
  background-color: #fff;
  border-radius: 8px;
  margin-top: 12px;
  overflow: hidden;
  box-shadow: 34px 34px 88px rgba(177, 186, 200, .16);
}

.f-paragraph-small {
  letter-spacing: -.01em;
  margin-bottom: 0;
  font-size: 14px;
  line-height: 1.8;
}

.f-dropdown-icon-l {
  color: #6b7094;
  margin-right: 16px;
  font-size: 14px;
}

.f-dropdown-toggle {
  width: 100%;
  color: #160042;
  border: 1px solid #e4e6f1;
  border-radius: 8px;
  justify-content: space-between;
  padding: 12px 16px;
  transition: border-color .3s;
  display: inline-block;
}

.f-dropdown-toggle:hover {
  outline-offset: 1px;
  border-color: #b6173a;
  outline: 2px solid rgba(100, 46, 255, .1);
}

.f-dropdown-toggle.w--open {
  outline-offset: 0px;
  border-color: #b6173a;
  outline: 2px solid rgba(100, 46, 255, .1);
}

.f-dropdown {
  width: 100%;
  max-width: 240px;
  float: right;
}

.sysf-select {
  background-color: #f9fafb;
  border: 1px solid #d0d4d9;
  margin-bottom: 12px;
}

.sysf-select:hover {
  border-color: #597ef7;
}

.sysf-select:focus {
  background-color: #fff;
  border-color: #1d39c4;
}

.sysf-select.sysf-medium {
  height: 44px;
  cursor: pointer;
  background-color: #fff;
  border-color: #dde1e6;
  border-radius: 6px;
  box-shadow: 0 1px 3px rgba(0, 0, 0, .08);
}

.f-dropdown-2 {
  width: 100%;
  max-width: 240px;
  float: right;
}

.brix---icon-small-hover {
  transition: transform .3s;
}

.brix---icon-small-hover:hover {
  transform: scale(.9);
}

.brix---top-bar-close-icon {
  cursor: pointer;
  align-items: center;
  padding: 20px 32px;
  transition: opacity .3s;
  display: flex;
  position: absolute;
  top: 0%;
  bottom: 0%;
  right: 0%;
}

.brix---btn-primary-small-white {
  color: #da262d;
  text-align: center;
  transform-style: preserve-3d;
  background-color: #fff;
  border-radius: 12px;
  justify-content: center;
  padding: 10px 24px;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Noto Sans, Ubuntu, Cantarell, Helvetica Neue, Oxygen, Fira Sans, Droid Sans, sans-serif;
  font-size: 16px;
  font-weight: 700;
  line-height: 18px;
  text-decoration: none;
  transition: background-color .3s, transform .3s, color .3s;
}

.brix---btn-primary-small-white:hover {
  color: #da262d;
  background-color: #f2f1ff;
  transform: translate3d(0, -3px, .01px);
}

.brix---top-bar-right-col-2 {
  margin-right: 24px;
}

.brix---top-bar-flex-h-center {
  justify-content: center;
  align-items: center;
  display: flex;
}

.brix---container-default-3 {
  max-width: 1218px;
  padding-left: 24px;
  padding-right: 24px;
}

.brix---top-bar-small-padding {
  width: 100%;
  padding-top: 10px;
  padding-bottom: 10px;
}

.brix---top-bar-wrapper-2 {
  color: #fff;
  text-align: center;
  background-color: #da262d;
  padding-left: 72px;
  padding-right: 72px;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Noto Sans, Ubuntu, Cantarell, Helvetica Neue, Oxygen, Fira Sans, Droid Sans, sans-serif;
  font-size: 18px;
  line-height: 28px;
  position: relative;
  overflow: hidden;
}

.text-block-5 {
  font-family: Satoshi, sans-serif;
  font-weight: 500;
  line-height: 25px;
}

.html-embed {
  font-family: Open Sans, sans-serif;
  font-weight: 300;
  position: static;
}

.brix---link-icon-right-2 {
  margin-left: 6px;
}

.brix---text-200-bold {
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Noto Sans, Ubuntu, Cantarell, Helvetica Neue, Oxygen, Fira Sans, Droid Sans, sans-serif;
  font-size: 18px;
  font-weight: 700;
  line-height: 20px;
}

.brix---color-accent-1 {
  color: #da262d;
}

.brix---link-wrapper {
  color: #211f54;
  align-items: center;
  font-size: 18px;
  line-height: 20px;
  text-decoration: none;
  transition: color .3s;
  display: flex;
}

.brix---link-wrapper:hover {
  color: #da262d;
}

.brix---color-neutral-803 {
  color: #605e5f;
}

.brix---paragraph-default-3 {
  margin-bottom: 0;
  font-family: Muli Semi, sans-serif;
  font-size: 16px;
  line-height: 23px;
}

.brix---mg-bottom-24px {
  margin-bottom: 24px;
}

.brix---heading-h3-size {
  margin-top: 0;
  margin-bottom: 12px;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Noto Sans, Ubuntu, Cantarell, Helvetica Neue, Oxygen, Fira Sans, Droid Sans, sans-serif;
  font-size: 24px;
  font-weight: 700;
  line-height: 34px;
}

.brix---color-neutral-804 {
  color: #211f54;
}

.brix---square-icon {
  border-radius: 16px;
}

.brix---card-link-content-left {
  transform-style: preserve-3d;
  background-color: #fff;
  border: 1px solid #eff0f6;
  border-radius: 24px;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  padding: 48px 32px;
  text-decoration: none;
  transition: transform .3s, color .3s;
  display: flex;
  box-shadow: 0 2px 7px rgba(20, 20, 43, .06);
}

.brix---card-link-content-left:hover {
  transform: scale3d(.94, .94, 1.01);
}

.brix---grid-3-columns {
  grid-column-gap: 28px;
  grid-row-gap: 28px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.brix---heading-h2-size {
  color: #333;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Muli Semi, sans-serif;
  font-size: 38px;
  font-weight: 700;
  line-height: 50px;
}

.brix---mg-bottom-12px {
  margin-bottom: 12px;
}

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

.brix---inner-container-600px---center {
  max-width: 600px;
  margin-left: auto;
  margin-right: auto;
}

.brix---mg-bottom-48px {
  margin-bottom: 48px;
}

.brix---section {
  color: #fff;
  padding-top: 48px;
  padding-bottom: 10px;
}

.brix---border-radius-24px {
  z-index: -1;
  border-radius: 24px;
  overflow: hidden;
  transform: translate(0);
}

.brix---paragraph-default-4 {
  margin-bottom: 0;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Noto Sans, Ubuntu, Cantarell, Helvetica Neue, Oxygen, Fira Sans, Droid Sans, sans-serif;
  font-size: 18px;
  line-height: 30px;
}

.brix---mg-bottom-32px {
  margin-bottom: 32px;
}

.brix---display-4 {
  font-size: 28px;
  font-weight: 700;
  line-height: 40px;
}

.brix---color-neutral-805 {
  color: #211f54;
}

.brix---mg-bottom-16px {
  margin-bottom: 16px;
}

.brix---grid-2-columns-gap-56px {
  grid-column-gap: 56px;
  grid-row-gap: 56px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  display: grid;
}

.brix---tabs-content-card {
  width: 100%;
  border: 1px solid #dcddeb;
  border-radius: 24px;
  padding: 48px 56px;
  overflow: visible;
  box-shadow: 0 2px 12px rgba(20, 20, 43, .08);
}

.brix---mg-left-12px {
  margin-left: 12px;
}

.brix---square-icon-48px {
  width: 48px;
  border-radius: 10px;
}

.brix---tab-small-center {
  width: auto;
  color: #211f54;
  background-color: #fff;
  border: 2px solid #f7f7fc;
  border-radius: 14px;
  justify-content: center;
  align-items: center;
  margin: 0 12px;
  padding: 16px 32px;
  font-size: 18px;
  font-weight: 700;
  line-height: 20px;
  transition: box-shadow .3s, border-width .3s, border-color .3s, color .3s;
  display: flex;
  box-shadow: 0 2px 6px rgba(20, 20, 43, .06);
}

.brix---tab-small-center:hover {
  border-color: #da262d;
}

.brix---tab-small-center.w--current {
  background-color: #fff;
  border-width: 2px;
  border-color: #da262d;
  box-shadow: 0 2px 12px rgba(20, 20, 43, .08);
}

.brix---tabs-menu {
  flex-direction: row;
  justify-content: center;
  align-items: center;
  margin-bottom: 40px;
  display: flex;
}

.brix---heading-h2-size-2 {
  margin-top: 0;
  margin-bottom: 0;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Noto Sans, Ubuntu, Cantarell, Helvetica Neue, Oxygen, Fira Sans, Droid Sans, sans-serif;
  font-size: 38px;
  font-weight: 700;
  line-height: 50px;
}

.brix---subtitle {
  color: #da262d;
  letter-spacing: .15em;
  text-transform: uppercase;
  margin-bottom: 8px;
  font-size: 18px;
  font-weight: 700;
  line-height: 20px;
}

.brix---inner-container-640px---center {
  max-width: 640px;
  margin-left: auto;
  margin-right: auto;
}

.brix---inner-container-1068px-center {
  max-width: 1068px;
  margin-left: auto;
  margin-right: auto;
}

.brix---section-2 {
  color: #fff;
  padding-top: 60px;
  padding-bottom: 176px;
}

.brix---accordion-icon-wrapper {
  width: 38px;
  height: 38px;
  min-height: 38px;
  min-width: 38px;
  justify-content: center;
  align-items: center;
  display: flex;
}

.brix---mg-bottom-0 {
  margin-bottom: 0;
}

.brix---paragraph-default-5 {
  color: #605e5f;
  margin-bottom: 0;
  font-family: Muli Semi, sans-serif;
  font-size: 16px;
  line-height: 22px;
}

.brix---accordion-spacer {
  min-height: 16px;
}

.brix---acordion-body {
  width: 100%;
  overflow: hidden;
}

.brix---accordion-title {
  color: #333;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Muli Semi, sans-serif;
  font-size: 21px;
  line-height: 23px;
}

.brix---color-neutral-806 {
  color: #211f54;
}

.brix---accordion-header {
  align-items: center;
  display: flex;
}

.brix---accordion-content-wrapper {
  flex-direction: column;
  justify-content: center;
  display: flex;
}

.brix---accordion-item-wrapper-v4 {
  width: 100%;
  cursor: pointer;
  transform-style: preserve-3d;
  background-color: #fff;
  border: 1px solid #eff0f6;
  border-radius: 24px;
  padding: 52px 32px;
  transition: transform .3s;
  display: flex;
  box-shadow: 0 2px 12px rgba(20, 20, 43, .08);
}

.brix---accordion-item-wrapper-v4:hover {
  transform: scale3d(.96, .96, 1.01);
}

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

.brix---grid-2-columns-stats-v4 {
  grid-column-gap: 28px;
  grid-row-gap: 28px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: start;
  display: grid;
}

.brix---heading-h2-size-3 {
  color: #333;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Muli Semi, sans-serif;
  font-size: 38px;
  font-weight: 700;
  line-height: 50px;
}

.brix---inner-container-574px---center {
  max-width: 574px;
  margin-left: auto;
  margin-right: auto;
}

.brix---section-3 {
  color: #fff;
  padding-top: 75px;
  padding-bottom: 60px;
}

.brix---paragraph-default-6 {
  margin-bottom: 0;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Noto Sans, Ubuntu, Cantarell, Helvetica Neue, Oxygen, Fira Sans, Droid Sans, sans-serif;
  font-size: 18px;
  line-height: 30px;
}

.brix---color-neutral-807 {
  color: #605e5f;
}

.brix---heading-h2-size-4 {
  width: auto;
  color: #333;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Muli Semi, sans-serif;
  font-size: 38px;
  font-weight: 700;
  line-height: 50px;
  overflow: visible;
}

.brix---section-4 {
  color: #fff;
  padding-top: 80px;
  padding-bottom: 60px;
}

.heading-2 {
  color: #333;
  font-size: 22px;
}

.paragraph-4 {
  color: #605e5f;
  font-size: 16px;
  line-height: 23px;
}

.brix---icon-square-36px {
  width: 36px;
  height: 36px;
  min-height: 36px;
  min-width: 36px;
  background-color: #f2f1ff;
  border-radius: 8px;
  justify-content: center;
  align-items: center;
  text-decoration: none;
  transition: transform .3s, background-color .3s, color .3s;
  display: flex;
  overflow: hidden;
}

.brix---icon-square-36px:hover {
  transform: scale(.92);
}

.brix---social-media-grid-center {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  flex: 1;
  grid-template-rows: auto;
  grid-template-columns: repeat(auto-fit, 36px);
  justify-content: center;
  justify-items: center;
}

.brix---paragraph-default-7 {
  margin-bottom: 0;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Noto Sans, Ubuntu, Cantarell, Helvetica Neue, Oxygen, Fira Sans, Droid Sans, sans-serif;
  font-size: 18px;
  line-height: 30px;
}

.brix---color-neutral-808 {
  color: #605e5f;
}

.brix---display-3 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 44px;
  font-weight: 700;
  line-height: 52px;
}

.brix---heading-link-dark {
  color: #211f54;
  text-decoration: none;
  transition: color .3s;
}

.brix---heading-link-dark:hover {
  color: #da262d;
}

.brix---text-decoration-none {
  text-decoration: none;
}

.brix---badge-secondary-small-bold {
  color: #fff;
  text-align: center;
  background-color: #da262d;
  border: 1px #dcddeb;
  border-radius: 40px;
  padding: 14px 22px;
  font-size: 16px;
  font-weight: 700;
  line-height: 18px;
  text-decoration: none;
  display: inline-block;
  box-shadow: 0 2px 12px rgba(20, 20, 43, .06);
}

.brix---badge-wrapper-bottom-center {
  justify-content: center;
  padding-left: 15px;
  padding-right: 15px;
  display: flex;
  position: absolute;
  top: auto;
  bottom: 33px;
  left: 0%;
  right: 0%;
}

.brix---avatar-image-link {
  transition: transform .3s;
}

.brix---avatar-image-link:hover {
  transform: scale(1.1);
}

.brix---avatar-image-square {
  border-radius: 16px;
  overflow: hidden;
  transform: translate(0);
}

.brix---grid-3-columns-gap-row-64px {
  grid-column-gap: 28px;
  grid-row-gap: 64px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.brix---heading-h2-size-5 {
  color: #333;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Muli Semi, sans-serif;
  font-size: 38px;
  font-weight: 700;
  line-height: 50px;
}

.brix---color-neutral-809 {
  color: #211f54;
}

.brix---section-5 {
  color: #fff;
  padding-top: 20px;
  padding-bottom: 176px;
}

.link-block-3 {
  text-decoration: none;
}

.f-paragraph-regular {
  letter-spacing: -.02em;
  margin-bottom: 0;
  font-size: 16px;
  line-height: 1.8;
}

.f-tab-heading {
  color: #160042;
  letter-spacing: -.03em;
  margin-bottom: 8px;
  font-size: 16px;
  font-weight: 500;
  line-height: 24px;
}

.f-tab-pane {
  background-color: #f7f9fd;
  border-radius: 12px;
  padding: 24px;
}

.f-tab-button-line {
  color: #1e085e;
  text-align: center;
  letter-spacing: -.01em;
  background-color: #fff;
  border-bottom: 2px solid #e4e6f1;
  padding: 12px 44px;
  font-size: 14px;
}

.f-tab-button-line.w--current {
  color: #b6173a;
  background-color: #fff;
  border-bottom-color: #b6173a;
  font-weight: 500;
}

.f-tab-menu {
  margin-bottom: 24px;
}

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

.tabs-menu {
  display: flex;
}

.tabs-menu-2 {
  justify-content: center;
  align-items: stretch;
  display: flex;
}

.tabs-menu-3 {
  justify-content: center;
  display: flex;
}

.div-block-2 {
  margin-top: 100px;
}

.brix---icon-small-hover-2 {
  transition: transform .3s;
}

.brix---icon-small-hover-2:hover {
  transform: scale(.9);
}

.brix---top-bar-close-icon-2 {
  cursor: pointer;
  align-items: center;
  padding: 20px 32px;
  transition: opacity .3s;
  display: flex;
  position: absolute;
  top: 0%;
  bottom: 0%;
  right: 0%;
}

.brix---container-default-4 {
  max-width: 1218px;
  padding-left: 24px;
  padding-right: 24px;
}

.brix---top-bar-padding-2 {
  width: 100%;
  padding-top: 30px;
  padding-bottom: 30px;
}

.brix---top-bar-wrapper-3 {
  color: #fff;
  text-align: center;
  background-color: #da262d;
  padding-left: 72px;
  padding-right: 72px;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Noto Sans, Ubuntu, Cantarell, Helvetica Neue, Oxygen, Fira Sans, Droid Sans, sans-serif;
  font-size: 18px;
  line-height: 28px;
  position: relative;
  overflow: hidden;
}

.brix---icon-square-36px-2 {
  width: 36px;
  height: 36px;
  min-height: 36px;
  min-width: 36px;
  background-color: #f2f1ff;
  border-radius: 8px;
  justify-content: center;
  align-items: center;
  text-decoration: none;
  transition: transform .3s, background-color .3s, color .3s;
  display: flex;
  overflow: hidden;
}

.brix---icon-square-36px-2:hover {
  transform: scale(.92);
}

.brix---social-media-grid-left {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  flex: 1;
  grid-template-rows: auto;
  grid-template-columns: repeat(auto-fit, 36px);
  justify-content: start;
  align-self: center;
  justify-items: start;
}

.brix---paragraph-default-8 {
  margin-bottom: 0;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Noto Sans, Ubuntu, Cantarell, Helvetica Neue, Oxygen, Fira Sans, Droid Sans, sans-serif;
  font-size: 18px;
  line-height: 30px;
}

.brix---color-neutral-810 {
  color: #605e5f;
}

.brix---mg-bottom-24px-2 {
  margin-bottom: 24px;
}

.brix---heading-h3-size-2 {
  margin-top: 0;
  margin-bottom: 12px;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Noto Sans, Ubuntu, Cantarell, Helvetica Neue, Oxygen, Fira Sans, Droid Sans, sans-serif;
  font-size: 24px;
  font-weight: 700;
  line-height: 34px;
}

.brix---heading-h3-size-link {
  color: #211f54;
  font-size: 24px;
  font-weight: 700;
  line-height: 34px;
  transition: color .3s;
}

.brix---heading-h3-size-link:hover {
  color: #da262d;
}

.brix---text-decoration-none-2 {
  text-decoration: none;
}

.brix---content-inside-card {
  padding: 40px 28px 48px;
}

.brix---badge-secondary-small-bold-2 {
  color: #211f54;
  text-align: center;
  background-color: #fff;
  border: 1px solid #dcddeb;
  border-radius: 40px;
  padding: 14px 22px;
  font-size: 16px;
  font-weight: 700;
  line-height: 18px;
  text-decoration: none;
  display: inline-block;
  box-shadow: 0 2px 12px rgba(20, 20, 43, .06);
}

.brix---badge-wrapper-top-right {
  position: absolute;
  top: 20px;
  bottom: auto;
  left: auto;
  right: 20px;
}

.brix---avatar-image-link-2 {
  transition: transform .3s;
}

.brix---avatar-image-link-2:hover {
  transform: scale(1.1);
}

.brix---testimonial-image-wrapper {
  width: 100%;
  border-top-left-radius: 24px;
  border-top-right-radius: 24px;
  overflow: hidden;
  transform: translate(0);
}

.brix---card {
  background-color: #fff;
  border: 1px solid #eff0f6;
  border-radius: 24px;
  box-shadow: 0 2px 7px rgba(20, 20, 43, .06);
}

.brix---grid-3-columns-2 {
  grid-column-gap: 28px;
  grid-row-gap: 28px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.brix---heading-h2-size-6 {
  margin-top: 0;
  margin-bottom: 0;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Noto Sans, Ubuntu, Cantarell, Helvetica Neue, Oxygen, Fira Sans, Droid Sans, sans-serif;
  font-size: 38px;
  font-weight: 700;
  line-height: 50px;
}

.brix---color-neutral-811 {
  color: #211f54;
}

.brix---mg-bottom-16px-2 {
  margin-bottom: 16px;
}

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

.brix---inner-container-574px---center-2 {
  max-width: 574px;
  margin-left: auto;
  margin-right: auto;
}

.brix---mg-bottom-48px-2 {
  margin-bottom: 48px;
}

.brix---section-6 {
  color: #fff;
  padding-top: 176px;
  padding-bottom: 176px;
}

.div-block-3 {
  text-align: center;
}

.text-block-6 {
  color: #4a4a4a;
  flex: 0 auto;
  margin-top: 0;
  padding-bottom: 0;
  font-size: .7rem;
  display: block;
}

.text-block-7 {
  color: #f03f40;
  font-family: Muli, sans-serif;
  font-size: 1.7rem;
  line-height: 1;
}

.div-block-4 {
  border: 0 solid #fff;
  flex: 0 auto;
  margin-top: 0;
}

.brix---mg-bottom-2 {
  text-align: left;
  margin-bottom: 0;
  font-family: Muli, sans-serif;
  font-size: 13px;
  line-height: 19px;
}

.brix---color-neutral-812 {
  color: #605e5f;
}

.brix---paragraph-default-9 {
  margin-bottom: 0;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Noto Sans, Ubuntu, Cantarell, Helvetica Neue, Oxygen, Fira Sans, Droid Sans, sans-serif;
  font-size: 18px;
  line-height: 30px;
}

.brix---heading-h3-size-3 {
  color: #333;
  margin-top: 0;
  margin-bottom: 12px;
  font-family: Muli Semi, sans-serif;
  font-size: 24px;
  font-weight: 700;
  line-height: 34px;
}

.brix---color-neutral-813 {
  color: #211f54;
}

.brix---square-icon-2 {
  width: 80px;
  height: 80px;
  border-radius: 16px;
}

.brix---mg-bottom-24px-3 {
  margin-bottom: 24px;
}

.brix---card-content-center {
  text-align: center;
  background-color: #fff;
  border: 1px solid #eff0f6;
  border-radius: 24px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 48px 24px;
  display: flex;
  box-shadow: 0 2px 7px rgba(20, 20, 43, .06);
}

.brix---grid-3-columns-3 {
  grid-column-gap: 28px;
  grid-row-gap: 28px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.brix---heading-h2-size-7 {
  margin-top: 0;
  margin-bottom: 0;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Noto Sans, Ubuntu, Cantarell, Helvetica Neue, Oxygen, Fira Sans, Droid Sans, sans-serif;
  font-size: 38px;
  font-weight: 700;
  line-height: 50px;
}

.brix---mg-bottom-12px-2 {
  margin-bottom: 12px;
}

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

.brix---inner-container-600px---center-2 {
  max-width: 600px;
  margin-left: auto;
  margin-right: auto;
}

.brix---mg-bottom-48px-3 {
  margin-bottom: 48px;
}

.brix---container-default-5 {
  max-width: 1218px;
  padding-left: 24px;
  padding-right: 24px;
}

.brix---section-7 {
  color: #fff;
  padding-top: 0;
  padding-bottom: 67px;
}

.div-block-5 {
  margin-top: -25px;
}

.sysf-wrapper-m-2 {
  padding-top: 64px;
  padding-bottom: 64px;
}

.sysf-tab-2 {
  color: #636b75;
  background-color: #fff;
  padding: 12px 16px;
  box-shadow: inset 0 -1px #d0d4d9;
}

.sysf-tab-2:hover {
  color: #2f54eb;
}

.sysf-tab-2:active {
  background-color: #f2f6ff;
}

.sysf-tab-2:focus {
  color: #2f54eb;
  background-color: #f2f6ff;
}

.sysf-tab-2.w--current {
  color: #da262d;
  background-color: #fff;
  padding: 12px 16px;
  box-shadow: inset 0 -2px #2f54eb;
}

.sysf-tab-2.w--current:active, .sysf-tab-2.w--current:focus {
  background-color: #f2f6ff;
}

.sysf-tabs-menu-2 {
  background-color: rgba(0, 0, 0, 0);
  justify-content: center;
  align-items: center;
  display: flex;
  box-shadow: inset 0 -1px #d0d4d9;
}

.tabs-content {
  display: flex;
}

.brix---opacity-10-3 {
  opacity: .1;
}

.brix---floating-image-hero-v1---5 {
  z-index: -1;
  position: absolute;
  top: auto;
  bottom: -32%;
  left: -41%;
  right: auto;
}

.brix---opacity-20-3 {
  opacity: .2;
}

.brix---floating-image-hero-v1---6 {
  z-index: -1;
  max-width: 600px;
  position: absolute;
  top: auto;
  bottom: 8%;
  left: auto;
  right: 11%;
  transform: rotate(140deg);
}

.brix---btn-icon-left-2 {
  width: 10%;
  margin-right: 8px;
}

.brix---btn-download-app-white-2 {
  color: #da262d;
  text-align: center;
  transform-style: preserve-3d;
  background-color: #fff;
  border: 1px solid #eff0f6;
  border-radius: 48px;
  justify-content: center;
  align-items: center;
  padding: 10px;
  font-size: 18px;
  font-weight: 700;
  line-height: 20px;
  text-decoration: none;
  transition: background-color .3s, transform .3s, color .3s;
  display: flex;
  box-shadow: 0 3px 6px rgba(33, 31, 84, .06);
}

.brix---btn-download-app-white-2:hover {
  background-color: #f2f1ff;
  transform: translate3d(0, -3px, .01px);
}

.brix---btn-download-app-2 {
  height: 45px;
  color: #fff;
  text-align: center;
  transform-style: preserve-3d;
  background-color: #da262d;
  border-radius: 0;
  justify-content: center;
  align-items: center;
  padding: 10px;
  font-size: 18px;
  font-weight: 700;
  line-height: 20px;
  text-decoration: none;
  transition: background-color .3s, transform .3s, color .3s;
  display: flex;
  box-shadow: 0 3px 8px rgba(74, 58, 255, .1);
}

.brix---btn-download-app-2:hover {
  color: #fff;
  background-color: #000;
  transform: translate3d(0, -3px, .01px);
}

.brix---button-row-left-3 {
  margin-right: 24px;
}

.brix---buttons-row-3 {
  align-items: center;
  display: flex;
}

.brix---paragraph-default-10 {
  color: #333;
  margin-bottom: 0;
  font-family: Muli Semi, sans-serif;
  font-size: 18px;
  line-height: 30px;
}

.brix---color-neutral-814 {
  color: #605e5f;
}

.brix---mg-bottom-40px-3 {
  margin-bottom: 40px;
}

.brix---heading-h1-size-3 {
  color: #333;
  margin-top: 0;
  margin-bottom: 16px;
  font-family: Muli, sans-serif;
  font-size: 61px;
  font-weight: 700;
  line-height: 66px;
}

.brix---color-neutral-815 {
  color: #211f54;
}

.brix---grid-hero-v16-2 {
  grid-column-gap: 80px;
  grid-row-gap: 28px;
  grid-template-rows: auto;
  grid-template-columns: .9fr .8fr;
  grid-auto-columns: 1fr;
  align-items: center;
  display: grid;
}

.brix---container-default-6 {
  max-width: 1218px;
  object-fit: fill;
  padding-left: 24px;
  padding-right: 24px;
  overflow: visible;
}

.brix---section-hero-small-2 {
  background-color: #fff;
  padding-top: 70px;
  padding-bottom: 70px;
  position: relative;
  overflow: hidden;
}

.image-2 {
  width: 100%;
  display: inline-block;
}

.brix---floating-image-hero-v1---7 {
  z-index: -1;
  max-width: 600px;
  position: absolute;
  top: auto;
  bottom: 8%;
  left: auto;
  right: 11%;
  transform: rotate(140deg);
}

.brix---btn-download-app-white-3 {
  color: #da262d;
  text-align: center;
  transform-style: preserve-3d;
  background-color: #fff;
  border: 1px solid #eff0f6;
  border-radius: 48px;
  justify-content: center;
  align-items: center;
  padding: 20px 32px;
  font-size: 18px;
  font-weight: 700;
  line-height: 20px;
  text-decoration: none;
  transition: background-color .3s, transform .3s, color .3s;
  display: flex;
  box-shadow: 0 3px 6px rgba(33, 31, 84, .06);
}

.brix---btn-download-app-white-3:hover {
  background-color: #f2f1ff;
  transform: translate3d(0, -3px, .01px);
}

.brix---btn-download-app-3 {
  width: 41%;
  height: 30px;
  color: #fff;
  text-align: center;
  transform-style: preserve-3d;
  background-color: #da262d;
  border-radius: 48px;
  justify-content: center;
  align-items: center;
  padding: 20px 32px;
  font-size: 18px;
  font-weight: 700;
  line-height: 20px;
  text-decoration: none;
  transition: background-color .3s, transform .3s, color .3s;
  display: flex;
  box-shadow: 0 3px 8px rgba(74, 58, 255, .1);
}

.brix---btn-download-app-3:hover {
  color: #fff;
  background-color: #000;
  transform: translate3d(0, -3px, .01px);
}

.brix---paragraph-default-11 {
  margin-bottom: 0;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Noto Sans, Ubuntu, Cantarell, Helvetica Neue, Oxygen, Fira Sans, Droid Sans, sans-serif;
  font-size: 18px;
  line-height: 30px;
}

.brix---heading-h1-size-4 {
  margin-top: 0;
  margin-bottom: 16px;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Noto Sans, Ubuntu, Cantarell, Helvetica Neue, Oxygen, Fira Sans, Droid Sans, sans-serif;
  font-size: 54px;
  font-weight: 700;
  line-height: 66px;
}

.brix---color-neutral-816 {
  color: #211f54;
}

.brix---section-hero-small-3 {
  padding-top: 70px;
  padding-bottom: 70px;
  position: relative;
  overflow: hidden;
}

.brix---floating-image-hero-v1---8 {
  z-index: -1;
  position: absolute;
  top: auto;
  bottom: -32%;
  left: -41%;
  right: auto;
}

.brix---btn-secondary-2 {
  height: 47px;
  color: #211f54;
  text-align: center;
  transform-style: preserve-3d;
  background-color: #fff;
  border: 1px solid #eff0f6;
  border-radius: 15px;
  padding: 26px 20px;
  font-family: Muli Semi, sans-serif;
  font-size: 18px;
  line-height: 20px;
  transition: border-color .3s, transform .3s, background-color .3s, color .3s;
  box-shadow: 0 4px 10px rgba(20, 20, 43, .04);
}

.brix---btn-secondary-2:hover {
  color: #fff;
  background-color: #da262d;
  border-color: #da262d;
  transform: translate3d(0, -3px, .01px);
}

.brix---btn-primary-2 {
  color: #fff;
  text-align: center;
  transform-style: preserve-3d;
  background-color: #da262d;
  border-radius: 48px;
  justify-content: center;
  padding: 26px 38px;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Noto Sans, Ubuntu, Cantarell, Helvetica Neue, Oxygen, Fira Sans, Droid Sans, sans-serif;
  font-size: 18px;
  font-weight: 700;
  line-height: 20px;
  text-decoration: none;
  transition: background-color .3s, transform .3s, color .3s;
}

.brix---btn-primary-2:hover {
  color: #fff;
  background-color: #000;
  transform: translate3d(0, -3px, .01px);
}

.brix---paragraph-default-12 {
  color: #4a4a4a;
  margin-top: 16px;
  margin-bottom: 0;
  font-family: Muli Semi, sans-serif;
  font-size: 19px;
  line-height: 24px;
}

.brix---heading-h1-size-5 {
  color: #333;
  margin-top: 0;
  margin-bottom: 16px;
  font-family: Muli, sans-serif;
  font-size: 51px;
  font-weight: 700;
  line-height: 66px;
}

.brix---color-neutral-817 {
  color: #211f54;
}

.brix---grid-hero-v1-2 {
  grid-column-gap: 80px;
  grid-row-gap: 28px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  display: grid;
}

.brix---section-hero-primary-2 {
  background-color: #f9f9f9;
  padding-top: 60px;
  padding-bottom: 60px;
  position: relative;
  overflow: hidden;
}

.image-3 {
  width: 288px;
  margin-top: -22px;
}

.brix---floating-image-hero-v1---9 {
  z-index: -1;
  position: absolute;
  top: auto;
  bottom: -32%;
  left: -41%;
  right: auto;
}

.brix---floating-image-hero-v1---10 {
  z-index: -1;
  max-width: 600px;
  position: absolute;
  top: auto;
  bottom: 8%;
  left: auto;
  right: 11%;
  transform: rotate(140deg);
}

.brix---btn-download-app-white-4 {
  color: #da262d;
  text-align: center;
  transform-style: preserve-3d;
  background-color: #fff;
  border: 1px solid #eff0f6;
  border-radius: 48px;
  justify-content: center;
  align-items: center;
  padding: 20px 32px;
  font-size: 18px;
  font-weight: 700;
  line-height: 20px;
  text-decoration: none;
  transition: background-color .3s, transform .3s, color .3s;
  display: flex;
  box-shadow: 0 3px 6px rgba(33, 31, 84, .06);
}

.brix---btn-download-app-white-4:hover {
  background-color: #f2f1ff;
  transform: translate3d(0, -3px, .01px);
}

.brix---btn-download-app-4 {
  height: 40px;
  color: #fff;
  text-align: center;
  transform-style: preserve-3d;
  background-color: #fff;
  border-radius: 8px;
  justify-content: center;
  align-items: center;
  margin-top: 20px;
  padding: 15px 10px;
  font-size: 18px;
  font-weight: 700;
  line-height: 20px;
  text-decoration: none;
  transition: background-color .3s, transform .3s, color .3s;
  display: flex;
  transform: translate(0);
  box-shadow: 0 2px 8px -2px #b4b4b4;
}

.brix---btn-download-app-4:hover {
  color: #fff;
  background-color: #e4e4e4;
  transform: translate3d(0, -3px, .01px);
}

.brix---paragraph-default-13 {
  margin-bottom: 0;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Noto Sans, Ubuntu, Cantarell, Helvetica Neue, Oxygen, Fira Sans, Droid Sans, sans-serif;
  font-size: 18px;
  line-height: 30px;
}

.brix---color-neutral-818 {
  color: #605e5f;
}

.brix---heading-h1-size-6 {
  margin-top: 0;
  margin-bottom: 16px;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Noto Sans, Ubuntu, Cantarell, Helvetica Neue, Oxygen, Fira Sans, Droid Sans, sans-serif;
  font-size: 54px;
  font-weight: 700;
  line-height: 66px;
}

.brix---section-hero-small-4 {
  padding-top: 70px;
  padding-bottom: 70px;
  position: relative;
  overflow: hidden;
}

.text-block-8 {
  color: #333;
  letter-spacing: 0;
  font-family: Muli Semi, sans-serif;
  font-size: 17px;
  font-weight: 600;
}

.brix---paragraph-default-14 {
  margin-bottom: 0;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Noto Sans, Ubuntu, Cantarell, Helvetica Neue, Oxygen, Fira Sans, Droid Sans, sans-serif;
  font-size: 18px;
  line-height: 30px;
}

.brix---color-neutral-819 {
  color: #605e5f;
}

.brix---heading-h3-size-4 {
  margin-top: 0;
  margin-bottom: 12px;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Noto Sans, Ubuntu, Cantarell, Helvetica Neue, Oxygen, Fira Sans, Droid Sans, sans-serif;
  font-size: 24px;
  font-weight: 700;
  line-height: 34px;
}

.brix---color-neutral-820 {
  color: #211f54;
}

.brix---mg-bottom-8px {
  margin-bottom: 8px;
}

.brix---mg-bottom-32px-2 {
  margin-bottom: 32px;
}

.brix---content-center-card {
  width: 239px;
  text-align: center;
  object-fit: fill;
  border: 1px #000;
  border-radius: 20px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  padding: 50px 15px 13px;
  display: flex;
  overflow: visible;
  box-shadow: -2px 0 7px 3px rgba(165, 165, 165, .2);
}

.brix---3-columns-1-col-tablet {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  justify-items: center;
  padding-left: 100px;
  padding-right: 100px;
  display: grid;
}

.brix---heading-h2-size-8 {
  color: #333;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Muli, sans-serif;
  font-size: 38px;
  font-weight: 700;
  line-height: 50px;
}

.brix---mg-bottom-16px-3 {
  margin-bottom: 16px;
}

.brix---subtitle-2 {
  color: #da262d;
  letter-spacing: .15em;
  text-transform: uppercase;
  margin-bottom: 8px;
  font-size: 18px;
  font-weight: 700;
  line-height: 20px;
}

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

.brix---inner-container-640px---center-2 {
  max-width: 640px;
  margin-left: auto;
  margin-right: auto;
}

.brix---mg-bottom-48px-4 {
  margin-bottom: 48px;
}

.brix---section-8 {
  color: #fff;
  padding-top: 20px;
  padding-bottom: 51px;
}

.brix---border-radius-24px-2 {
  z-index: -1;
  border-radius: 24px;
  overflow: hidden;
  transform: translate(0);
}

.brix---link-icon-right-3 {
  margin-left: 6px;
}

.brix---text-200-bold-2 {
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Noto Sans, Ubuntu, Cantarell, Helvetica Neue, Oxygen, Fira Sans, Droid Sans, sans-serif;
  font-size: 18px;
  font-weight: 700;
  line-height: 20px;
}

.brix---color-accent-2 {
  color: #da262d;
}

.brix---link-wrapper-2 {
  color: #211f54;
  align-items: center;
  font-size: 18px;
  line-height: 20px;
  text-decoration: none;
  transition: color .3s;
  display: flex;
}

.brix---link-wrapper-2:hover {
  color: #da262d;
}

.brix---display-5 {
  font-size: 28px;
  font-weight: 700;
  line-height: 40px;
}

.brix---color-neutral-821 {
  color: #211f54;
}

.brix---grid-2-columns-gap-56px-2 {
  grid-column-gap: 56px;
  grid-row-gap: 56px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  display: grid;
}

.brix---tabs-content-card-2 {
  width: 100%;
  border: 1px solid #dcddeb;
  border-radius: 24px;
  padding: 48px 56px;
  overflow: visible;
  box-shadow: 0 2px 12px rgba(20, 20, 43, .08);
}

.brix---mg-left-12px-2 {
  margin-left: 12px;
}

.brix---square-icon-48px-2 {
  width: 48px;
  border-radius: 10px;
}

.brix---tab-small-center-2 {
  width: auto;
  color: #211f54;
  background-color: #fff;
  border: 2px solid #f7f7fc;
  border-radius: 14px;
  justify-content: center;
  align-items: center;
  margin: 0 12px;
  padding: 16px 32px;
  font-size: 18px;
  font-weight: 700;
  line-height: 20px;
  transition: box-shadow .3s, border-width .3s, border-color .3s, color .3s;
  display: flex;
  box-shadow: 0 2px 6px rgba(20, 20, 43, .06);
}

.brix---tab-small-center-2:hover {
  border-color: #da262d;
}

.brix---tab-small-center-2.w--current {
  background-color: #fff;
  border-width: 2px;
  border-color: #da262d;
  box-shadow: 0 2px 12px rgba(20, 20, 43, .08);
}

.brix---tabs-menu-2 {
  flex-direction: row;
  justify-content: center;
  align-items: center;
  margin-bottom: 40px;
  display: flex;
}

.brix---inner-container-1068px-center-2 {
  max-width: 1068px;
  margin-left: auto;
  margin-right: auto;
}

.brix---hidden-desktop {
  display: none;
}

.brix---btn-slider-arrow-right---testimonial-v12 {
  width: 64px;
  height: 64px;
  min-height: 64px;
  min-width: 64px;
  color: #211f54;
  background-color: #fff;
  border: 1px solid #eff0f6;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 26px;
  text-decoration: none;
  transition: transform .3s;
  display: flex;
  top: 50%;
  bottom: 0;
  right: -10px;
  transform: translate(0, -50%);
  box-shadow: 0 2px 12px rgba(20, 20, 43, .08);
}

.brix---btn-slider-arrow-right---testimonial-v12:hover {
  transform: scale(.95)translate(0, -50%);
}

.brix---btn-slider-arrow-left---testimonial-v12 {
  width: 64px;
  height: 64px;
  min-height: 64px;
  min-width: 64px;
  color: #211f54;
  background-color: #fff;
  border: 1px solid #eff0f6;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 26px;
  text-decoration: none;
  transition: transform .3s;
  display: flex;
  top: 50%;
  left: -11px;
  transform: translate(0, -50%);
  box-shadow: 0 2px 12px rgba(20, 20, 43, .08);
}

.brix---btn-slider-arrow-left---testimonial-v12:hover {
  transform: scale(.95)translate(0, -50%);
}

.brix---text-200 {
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Noto Sans, Ubuntu, Cantarell, Helvetica Neue, Oxygen, Fira Sans, Droid Sans, sans-serif;
  font-size: 18px;
  line-height: 20px;
}

.brix---heading-h4-size {
  margin-top: 0;
  margin-bottom: 0;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Noto Sans, Ubuntu, Cantarell, Helvetica Neue, Oxygen, Fira Sans, Droid Sans, sans-serif;
  font-size: 22px;
  font-weight: 700;
  line-height: 28px;
}

.brix---color-neutral-822 {
  color: #211f54;
}

.brix---flex-horizontal {
  justify-content: center;
  align-items: center;
  display: flex;
}

.brix---mg-bottom-24px-4 {
  margin-bottom: 24px;
}

.brix---card-testimonial-v13 {
  background-color: #fff;
  border: 1px solid #eff0f6;
  border-radius: 24px;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  padding: 48px 32px 56px;
  display: flex;
  box-shadow: 0 2px 7px rgba(20, 20, 43, .06);
}

.brix---slide-item-mg {
  margin-right: 28px;
}

.brix---slider-mask-width-390px {
  height: 100%;
  max-width: 390px;
  overflow: visible;
}

.brix---slider-wrapper {
  height: 100%;
  background-color: rgba(0, 0, 0, 0);
}

.brix---btn-secondary-3 {
  color: #211f54;
  text-align: center;
  transform-style: preserve-3d;
  background-color: #fff;
  border: 1px solid #eff0f6;
  border-radius: 48px;
  padding: 26px 38px;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Noto Sans, Ubuntu, Cantarell, Helvetica Neue, Oxygen, Fira Sans, Droid Sans, sans-serif;
  font-size: 18px;
  line-height: 20px;
  transition: border-color .3s, transform .3s, background-color .3s, color .3s;
  box-shadow: 0 4px 10px rgba(20, 20, 43, .04);
}

.brix---btn-secondary-3:hover {
  color: #fff;
  background-color: #da262d;
  border-color: #da262d;
  transform: translate3d(0, -3px, .01px);
}

.brix---buttons-row-right---t-left {
  justify-content: flex-end;
  align-items: center;
  display: flex;
}

.brix---inner-container-490px {
  max-width: 490px;
}

.brix---grid-top---text-2-buttons {
  grid-column-gap: 60px;
  grid-template-rows: auto;
  grid-template-columns: 1fr .8fr;
  align-items: end;
  margin-bottom: 48px;
}

.brix---section-overflow-hidden {
  padding-top: 176px;
  padding-bottom: 176px;
  overflow: hidden;
}

.text-span {
  color: #f03f40;
}

.div-block-6 {
  padding-left: 60px;
  padding-right: 60px;
}

.brix---btn-download-app-5 {
  height: 40px;
  color: #fff;
  text-align: center;
  transform-style: preserve-3d;
  background-color: #ef3f3f;
  border-radius: 8px;
  justify-content: center;
  align-items: center;
  padding: 15px 10px;
  font-size: 18px;
  font-weight: 700;
  line-height: 20px;
  text-decoration: none;
  transition: background-color .3s, transform .3s, color .3s;
  display: flex;
  transform: translate(0);
  box-shadow: 0 2px 8px -2px #ef3f3f;
}

.brix---btn-download-app-5:hover {
  color: #fff;
  background-color: #000;
  transform: translate3d(0, -3px, .01px);
}

.text-block-8-copy {
  letter-spacing: 1px;
  font-family: Muli Semi, sans-serif;
  font-size: 14px;
  line-height: 16px;
}

.text-block-9 {
  color: gray;
}

.text-block-10 {
  color: #f03f40;
  font-family: Muli, sans-serif;
  font-size: 2.3rem;
}

.text-block-11 {
  color: #333;
  font-family: Muli, sans-serif;
  font-size: 1.2rem;
}

.grid {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  grid-template-rows: auto auto auto;
  grid-template-columns: .25fr .5fr;
}

.text-block-12 {
  color: gray;
  margin-top: 10px;
  padding-bottom: 13px;
}

.brix---btn-secondary-4 {
  color: #211f54;
  text-align: center;
  transform-style: preserve-3d;
  background-color: #fff;
  border: 1px solid #eff0f6;
  border-radius: 48px;
  padding: 26px 38px;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Noto Sans, Ubuntu, Cantarell, Helvetica Neue, Oxygen, Fira Sans, Droid Sans, sans-serif;
  font-size: 18px;
  line-height: 20px;
  transition: border-color .3s, transform .3s, background-color .3s, color .3s;
  box-shadow: 0 4px 10px rgba(20, 20, 43, .04);
}

.brix---btn-secondary-4:hover {
  color: #fff;
  background-color: #da262d;
  border-color: #da262d;
  transform: translate3d(0, -3px, .01px);
}

.brix---btn-primary-3 {
  color: #fff;
  text-align: center;
  transform-style: preserve-3d;
  background-color: #da262d;
  border-radius: 48px;
  justify-content: center;
  padding: 26px 38px;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Noto Sans, Ubuntu, Cantarell, Helvetica Neue, Oxygen, Fira Sans, Droid Sans, sans-serif;
  font-size: 18px;
  font-weight: 700;
  line-height: 20px;
  text-decoration: none;
  transition: background-color .3s, transform .3s, color .3s;
}

.brix---btn-primary-3:hover {
  color: #fff;
  background-color: #000;
  transform: translate3d(0, -3px, .01px);
}

.brix---button-row-left-4 {
  margin-right: 24px;
}

.brix---buttons-row-4 {
  align-items: center;
  display: flex;
}

.brix---text-200-list-bold {
  color: #4a4a4a;
  font-family: Muli Semi, sans-serif;
  font-size: 15px;
  font-weight: 700;
  line-height: 24px;
}

.brix---color-neutral-823 {
  color: #211f54;
}

.brix---icon-list {
  margin-right: 16px;
}

.brix---icon-list-item-wrapper {
  align-items: center;
  display: flex;
}

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

.brix---mg-bottom-56px {
  margin-bottom: 56px;
}

.brix---paragraph-default-15 {
  color: #4a4a4a;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Muli Semi, sans-serif;
  font-size: 14px;
  line-height: 27px;
}

.brix---color-neutral-824 {
  color: #605e5f;
}

.brix---mg-bottom-24px-5 {
  margin-bottom: 24px;
}

.brix---heading-h2-size-9 {
  color: #333;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Muli, sans-serif;
  font-size: 34px;
  font-weight: 700;
  line-height: 50px;
}

.brix---mg-bottom-16px-4 {
  margin-bottom: 16px;
}

.brix--grid-2-columnsww {
  grid-column-gap: 9px;
  grid-row-gap: 9px;
  grid-template-rows: auto;
  grid-template-columns: .5fr .5fr;
  grid-auto-columns: 1fr;
  grid-auto-flow: row;
  align-content: center;
  justify-content: stretch;
  align-items: center;
  justify-items: center;
  padding-bottom: 0;
  padding-left: 40px;
  display: grid;
}

.brix---container-default-7 {
  max-width: 1218px;
  background-color: #fbfbfb;
  margin-bottom: -79px;
  padding-left: 24px;
  padding-right: 24px;
}

.brix---section-9 {
  color: #f03f40;
  background-color: #fcfcfc;
  padding-top: 0;
  padding-bottom: 0;
}

.text-span-2 {
  color: #f03f40;
}

.heading-3 {
  color: #333;
  margin-top: 44px;
  margin-bottom: 22px;
  font-family: Muli, sans-serif;
}

.brix---link-icon-right-4 {
  color: #f03f40;
  margin-left: 6px;
  font-size: 14px;
}

.brix---link-wrapper-white-2 {
  color: #fff;
  align-items: center;
  font-size: 15px;
  font-weight: 700;
  line-height: 15px;
  text-decoration: none;
  transition: none;
  display: flex;
}

.brix---link-wrapper-white-2:hover {
  color: #fff;
}

.brix---text-left---t-center-2 {
  text-align: left;
}

.brix---top-bar-right-col-3 {
  margin-right: 24px;
}

.brix---top-bar-flex-h-sb-2 {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.brix---top-bar-padding-3 {
  width: 100%;
  padding-top: 30px;
  padding-bottom: 30px;
}

.brix---top-bar-wrapper-4 {
  color: #fff;
  text-align: center;
  background-color: #da262d;
  padding-left: 72px;
  padding-right: 72px;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Noto Sans, Ubuntu, Cantarell, Helvetica Neue, Oxygen, Fira Sans, Droid Sans, sans-serif;
  font-size: 18px;
  line-height: 28px;
  position: relative;
  overflow: hidden;
}

.text-block-13 {
  color: #f03f40;
  text-align: left;
  font-family: Muli Semi, sans-serif;
  font-size: 16px;
}

.brix---cta-v4-floating-item-02 {
  position: absolute;
  top: auto;
  bottom: 0%;
  left: auto;
  right: 0%;
}

.brix---cta-v5-floating-item-01 {
  font-family: Muli Semi, sans-serif;
  display: inline-block;
  position: absolute;
  top: 0%;
  bottom: auto;
  left: -1%;
  right: auto;
}

.brix---btn-secondary-white {
  color: #fff;
  text-align: center;
  transform-style: preserve-3d;
  background-color: rgba(0, 0, 0, 0);
  border: 1px solid #eff0f6;
  border-radius: 48px;
  padding: 26px 38px;
  font-size: 18px;
  line-height: 20px;
  transition: border-color .3s, transform .3s, background-color .3s, color .3s;
  box-shadow: 0 4px 10px rgba(20, 20, 43, .04);
}

.brix---btn-secondary-white:hover {
  color: #211f54;
  background-color: #fff;
  border-color: #fff;
  transform: translate3d(0, -3px, .01px);
}

.brix---btn-primary-white {
  color: #da262d;
  text-align: center;
  transform-style: preserve-3d;
  background-color: #fff;
  border-radius: 48px;
  justify-content: center;
  padding: 26px 38px;
  font-size: 18px;
  font-weight: 700;
  line-height: 20px;
  text-decoration: none;
  transition: background-color .3s, transform .3s, color .3s;
}

.brix---btn-primary-white:hover {
  color: #da262d;
  background-color: #f2f1ff;
  transform: translate3d(0, -3px, .01px);
}

.brix---paragraph-default-16 {
  margin-bottom: 0;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Noto Sans, Ubuntu, Cantarell, Helvetica Neue, Oxygen, Fira Sans, Droid Sans, sans-serif;
  font-size: 18px;
  line-height: 30px;
}

.brix---color-neutral-100 {
  color: #fff;
}

.brix---mg-bottom-40px-4 {
  margin-bottom: 40px;
}

.brix---heading-h2-size-10 {
  margin-top: 0;
  margin-bottom: 0;
  font-family: Muli Semi, sans-serif;
  font-size: 38px;
  font-weight: 700;
  line-height: 50px;
}

.brix---grid-cta-v4 {
  grid-column-gap: 100px;
  grid-row-gap: 28px;
  grid-template-rows: auto;
  grid-template-columns: .86fr 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  display: grid;
}

.brix---container-default-8 {
  max-width: 1218px;
  padding-left: 24px;
  padding-right: 24px;
}

.brix---cta-section {
  background-color: #f03f40;
  margin-top: 63px;
  padding-top: 160px;
  padding-bottom: 160px;
  position: relative;
  overflow: hidden;
}

.div-block-7 {
  width: 95%;
  height: 70px;
  object-fit: fill;
  background-color: #f03f40;
  justify-content: center;
  align-items: flex-end;
  margin-right: auto;
  display: block;
  overflow: visible;
}

.brix--grid-2-columns-text-right-copy {
  width: auto;
  height: 433px;
  grid-column-gap: 120px;
  grid-row-gap: 28px;
  background-color: #f03f40;
  border-radius: 12px;
  grid-template-rows: auto;
  grid-template-columns: 1fr .8fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  justify-items: center;
  margin-top: -76px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 60px;
  padding-right: 60px;
  display: grid;
}

.brix---heading-h2-size-9-copy {
  color: #fff;
  margin-top: 0;
  margin-bottom: 0;
  padding-right: 100px;
  font-family: Muli, sans-serif;
  font-size: 47px;
  font-weight: 700;
  line-height: 50px;
}

.text-block-13-copy {
  color: #fff;
  font-family: Muli Semi, sans-serif;
  font-size: 16px;
}

.image-4 {
  filter: brightness(200%);
  position: relative;
  top: -31%;
  bottom: auto;
  left: auto;
  right: -30%;
}

.brix--grid-2-columns-text-rightdd {
  grid-column-gap: 2px;
  grid-row-gap: 2px;
  grid-template-rows: auto;
  grid-template-columns: .8fr .5fr .5fr;
  grid-auto-columns: 1fr;
  align-content: stretch;
  align-items: center;
  justify-items: center;
  display: grid;
}

.image-5 {
  width: 57px;
  display: block;
  position: relative;
  top: 42px;
}

.div-block-8 {
  margin-top: -82px;
}

.image-6 {
  width: 87%;
  max-width: 100%;
  margin-bottom: 123px;
  display: inline-block;
}

.brix---section-ww {
  color: #f03f40;
  background-color: #fff;
  margin-top: 76px;
  margin-bottom: 35px;
  padding: 0 40px;
}

.brix---section-9-copy {
  color: #f03f40;
  background-color: #fcfcfc;
  padding-top: 0;
  padding-bottom: 0;
}

.brix---paragraph-default-15-copy {
  color: gray;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Muli Semi, sans-serif;
  font-size: 14px;
  line-height: 20px;
}

.div-block-8-copy {
  margin-top: -82px;
}

.brix---container-default-7-copy, .brix---container-defaultddddddd {
  max-width: 1218px;
  background-color: #fcfcfc;
  padding-left: 24px;
  padding-right: 24px;
}

.brix--grid-2-coluddd-copy {
  width: auto;
  height: 433px;
  grid-column-gap: 120px;
  grid-row-gap: 28px;
  background-color: #f03f40;
  border-radius: 12px;
  grid-template-rows: auto;
  grid-template-columns: 1fr .8fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  justify-items: center;
  margin-top: -76px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 60px;
  padding-right: 60px;
  display: grid;
}

.brix--grid-2-columnsww-copy {
  height: auto;
  max-height: none;
  grid-column-gap: 9px;
  grid-row-gap: 9px;
  grid-template-rows: auto;
  grid-template-columns: .5fr .7fr .3fr;
  grid-auto-columns: 1fr;
  grid-auto-flow: row;
  align-content: center;
  justify-content: stretch;
  align-items: center;
  justify-items: center;
  padding-bottom: 0;
  padding-left: 40px;
  display: grid;
}

.text-span-3 {
  color: #f03f40;
}

.brix---paragraph-default-15-copy {
  color: #4a4a4a;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Muli Semi, sans-serif;
  font-size: 14px;
  line-height: 23px;
}

.brix---heading-h2-size-9-copy-copy {
  color: #fff;
  margin-top: 0;
  margin-bottom: 0;
  padding-right: 100px;
  font-family: Muli, sans-serif;
  font-size: 47px;
  font-weight: 700;
  line-height: 50px;
}

.brix---heading-h2-size-9-copy {
  color: #333;
  margin-top: 0;
  margin-bottom: 0;
  padding-right: 0;
  font-family: Muli, sans-serif;
  font-size: 34px;
  font-weight: 700;
  line-height: 37px;
}

.div-block-8-copy {
  margin-top: -82px;
  padding-right: 50px;
}

.brix---heading-h2-size-9-copy-copy {
  clear: none;
  color: #4c4c4c;
  text-align: right;
  margin-top: 0;
  margin-bottom: 40px;
  padding-right: 0;
  font-family: Muli Semi, sans-serif;
  font-size: 20px;
  font-weight: 700;
  line-height: 25px;
}

.text-span-4 {
  color: #f03f40;
  font-size: 22px;
}

.brix---mg-bottom-16px-4-copy {
  width: 100%;
  text-align: left;
  flex-direction: row;
  justify-content: flex-end;
  align-items: flex-end;
  margin-bottom: 16px;
  display: flex;
}

.div-block-9 {
  justify-content: center;
  align-items: center;
  display: flex;
}

.brix---heading-h2-size-9-copy-copy-copy {
  color: #fff;
  margin-top: 0;
  margin-bottom: 0;
  padding-right: 0;
  font-family: Muli, sans-serif;
  font-size: 47px;
  font-weight: 700;
  line-height: 50px;
}

.brix---cta-v3-floating-item-01 {
  position: absolute;
  top: -5%;
  bottom: auto;
  left: -2%;
  right: auto;
}

.brix---cta-v3-floating-item-02 {
  z-index: 0;
  position: absolute;
  top: auto;
  bottom: -10%;
  left: auto;
  right: 0%;
}

.brix---text-200-bold-3 {
  color: #333;
  text-align: center;
  font-family: Muli, sans-serif;
  font-size: 18px;
  font-weight: 700;
  line-height: 30px;
}

.brix---color-neutral-825 {
  color: #fff;
}

.brix---icon-list-2 {
  width: 63px;
  margin-right: 16px;
}

.brix---icon-list-item-wrapper-2 {
  text-align: center;
  justify-content: center;
  align-items: center;
  margin-top: 13px;
  display: flex;
}

.brix---error-message {
  color: #ff5a65;
  text-align: center;
  background-color: #ffeff0;
  border-radius: 16px;
  margin-top: 20px;
  padding: 20px 24px;
  font-size: 18px;
  line-height: 30px;
}

.brix---icon-success-message-left {
  margin-right: 10px;
}

.brix---flex-horizontal---vertical-mbp {
  justify-content: center;
  align-items: center;
  display: flex;
}

.brix---success-message-white {
  color: #da262d;
  background-color: #fff;
  border: 1px solid #a0a3bd;
  border-radius: 24px;
  padding: 28px;
  font-size: 18px;
  line-height: 30px;
  box-shadow: 0 3px 8px rgba(33, 31, 84, .2);
}

.brix---btn-primary-small-input {
  color: #fff;
  text-align: center;
  transform-style: preserve-3d;
  background-color: #da262d;
  border-radius: 48px;
  justify-content: center;
  padding: 8px 24px;
  font-size: 16px;
  font-weight: 700;
  line-height: 20px;
  text-decoration: none;
  transition: background-color .3s, transform .3s, color .3s;
  position: absolute;
  top: 8px;
  bottom: 8px;
  right: 8px;
}

.brix---btn-primary-small-input:hover {
  color: #fff;
  background-color: #000;
  transform: translate3d(0, -3px, .01px);
}

.brix---input-large-button-inside {
  min-height: 76px;
  background-color: #fff;
  border: 1px solid #eff0f6;
  border-radius: 100px;
  margin-bottom: 0;
  padding: 16px 24px;
  font-size: 18px;
  line-height: 20px;
  transition: box-shadow .3s, color .3s, border-color .3s;
  box-shadow: 0 2px 7px rgba(20, 20, 43, .08);
}

.brix---input-large-button-inside:hover {
  border-color: #da262d;
  box-shadow: 0 2px 12px rgba(20, 20, 43, .1);
}

.brix---input-large-button-inside:focus {
  color: #211f54;
  border-color: #da262d;
}

.brix---input-large-button-inside::-ms-input-placeholder {
  color: #605e5f;
  font-size: 18px;
}

.brix---input-large-button-inside::placeholder {
  color: #605e5f;
  font-size: 18px;
}

.brix---position-relative {
  position: relative;
}

.brix---mg-bottom-32px-3 {
  margin-bottom: 32px;
}

.brix---heading-h2-size-11 {
  margin-top: 0;
  margin-bottom: 0;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Noto Sans, Ubuntu, Cantarell, Helvetica Neue, Oxygen, Fira Sans, Droid Sans, sans-serif;
  font-size: 38px;
  font-weight: 700;
  line-height: 50px;
}

.brix---grid-cta-v3 {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  grid-template-rows: auto;
  grid-template-columns: .9fr 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  display: grid;
}

.brix---container-default-9 {
  max-width: 975px;
  padding-left: 24px;
  padding-right: 24px;
}

.brix---z-index-1 {
  z-index: 1;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

.brix---cta-section-2 {
  background-color: #fff;
  padding-top: 10px;
  padding-bottom: 10px;
  position: relative;
  overflow: hidden;
}

.brix---icon-list-2-copy {
  margin-right: 16px;
}

.text-span-5 {
  color: #f03f40;
}

.brix---btn-download-app-5-copy {
  width: 341px;
  height: 27px;
  color: #fff;
  text-align: center;
  transform-style: preserve-3d;
  background-color: #ef3f3f;
  border-radius: 8px;
  justify-content: center;
  align-items: center;
  padding: 15px 10px;
  font-size: 18px;
  font-weight: 700;
  line-height: 20px;
  text-decoration: none;
  transition: background-color .3s, transform .3s, color .3s;
  display: flex;
  transform: translate(0);
  box-shadow: 0 2px 8px -2px #ef3f3f;
}

.brix---btn-download-app-5-copy:hover {
  color: #fff;
  background-color: #000;
  transform: translate3d(0, -3px, .01px);
}

.brix---text-200-bold-3-copy {
  color: #333;
  text-align: center;
  padding-right: 9px;
  font-family: Muli Semi, sans-serif;
  font-size: 14px;
  font-weight: 700;
  line-height: 30px;
}

.brix---icon-list-item-wrapper-2-copy {
  text-align: center;
  justify-content: center;
  align-items: center;
  margin-top: 9px;
  display: flex;
}

.brix---btn-secondary-5 {
  color: #211f54;
  text-align: center;
  transform-style: preserve-3d;
  background-color: #fff;
  border: 1px solid #eff0f6;
  border-radius: 48px;
  padding: 26px 38px;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Noto Sans, Ubuntu, Cantarell, Helvetica Neue, Oxygen, Fira Sans, Droid Sans, sans-serif;
  font-size: 18px;
  line-height: 20px;
  transition: border-color .3s, transform .3s, background-color .3s, color .3s;
  box-shadow: 0 4px 10px rgba(20, 20, 43, .04);
}

.brix---btn-secondary-5:hover {
  color: #fff;
  background-color: #da262d;
  border-color: #da262d;
  transform: translate3d(0, -3px, .01px);
}

.brix---btn-primary-4 {
  color: #fff;
  text-align: center;
  transform-style: preserve-3d;
  background-color: #da262d;
  border-radius: 48px;
  justify-content: center;
  padding: 26px 38px;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Noto Sans, Ubuntu, Cantarell, Helvetica Neue, Oxygen, Fira Sans, Droid Sans, sans-serif;
  font-size: 18px;
  font-weight: 700;
  line-height: 20px;
  text-decoration: none;
  transition: background-color .3s, transform .3s, color .3s;
}

.brix---btn-primary-4:hover {
  color: #fff;
  background-color: #000;
  transform: translate3d(0, -3px, .01px);
}

.brix---button-row-left-5 {
  margin-right: 24px;
}

.brix---buttons-row-5 {
  align-items: center;
  display: flex;
}

.brix---text-200-list-bold-2 {
  color: #333;
  font-family: Muli Semi, sans-serif;
  font-size: 13px;
  font-weight: 700;
  line-height: 18px;
}

.brix---color-neutral-826 {
  color: #211f54;
}

.brix---icon-list-3 {
  margin-right: 16px;
}

.brix---icon-list-item-wrapper-3 {
  align-items: center;
  display: flex;
}

.brix---grid-1-column-gap-row-16px-2 {
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  padding-right: 161px;
  display: grid;
}

.brix---mg-bottom-56px-2 {
  margin-bottom: 56px;
}

.brix---paragraph-default-17 {
  margin-bottom: 0;
  font-family: Muli Semi, sans-serif;
  font-size: 15px;
  line-height: 22px;
}

.brix---color-neutral-827 {
  color: #605e5f;
  margin-top: -31px;
}

.brix---mg-bottom-24px-6 {
  margin-bottom: 24px;
}

.brix---heading-h2-size-12 {
  color: #333;
  margin-top: 0;
  margin-bottom: 38px;
  font-family: Muli, sans-serif;
  font-size: 34px;
  font-weight: 700;
  line-height: 37px;
}

.brix---mg-bottom-16px-5 {
  margin-bottom: 16px;
}

.brix--grid-2-columns-text-right {
  grid-column-gap: 120px;
  grid-row-gap: 28px;
  grid-template-rows: auto;
  grid-template-columns: 1fr .8fr;
  grid-auto-columns: 1fr;
  align-items: center;
  display: grid;
}

.brix---container-default-10 {
  max-width: 1218px;
  padding-left: 24px;
  padding-right: 24px;
}

.brix---section-10 {
  color: #fff;
  padding-top: 20px;
  padding-bottom: 20px;
}

.text-span-6 {
  color: #f03f40;
}

.div-block-10 {
  padding-right: 0;
}

.text-span-7 {
  color: #333;
  font-family: Muli, sans-serif;
}

.text-span-8 {
  color: #f03f40;
}

.text-span-9 {
  color: #000;
  font-family: Muli, sans-serif;
}

.text-span-10 {
  color: #f03f40;
}

.text-span-11, .text-span-12, .text-span-13 {
  color: #000;
  font-family: Muli, sans-serif;
}

.text-block-14 {
  color: #333;
  margin-top: -44px;
  margin-bottom: 28px;
  font-family: Muli, sans-serif;
  font-size: .9rem;
}

.brix---btn-download-app-5-copy-copy {
  width: 137px;
  height: 19px;
  color: #fff;
  text-align: center;
  transform-style: preserve-3d;
  background-color: #ef3f3f;
  border-radius: 8px;
  justify-content: center;
  align-items: center;
  padding: 15px 10px;
  font-size: 18px;
  font-weight: 700;
  line-height: 1px;
  text-decoration: none;
  transition: background-color .3s, transform .3s, color .3s;
  display: flex;
  transform: translate(0);
}

.brix---btn-download-app-5-copy-copy:hover {
  color: #fff;
  background-color: #000;
  transform: translate3d(0, -3px, .01px);
}

.brix---heading-h3-size-5 {
  margin-top: 0;
  margin-bottom: 12px;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Noto Sans, Ubuntu, Cantarell, Helvetica Neue, Oxygen, Fira Sans, Droid Sans, sans-serif;
  font-size: 24px;
  font-weight: 700;
  line-height: 34px;
}

.brix---color-neutral-828 {
  color: #211f54;
}

.brix---mg-bottom-8px-2 {
  margin-bottom: 8px;
}

.brix---heading-h1-size---mg-0 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 54px;
  font-weight: 700;
  line-height: 66px;
}

.brix---circle-number {
  width: 160px;
  height: 160px;
  min-height: 160px;
  min-width: 160px;
  color: #da262d;
  background-color: #f2f1ff;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  margin-bottom: 32px;
  display: flex;
}

.brix---content-center-card-2 {
  text-align: center;
  flex-direction: column;
  align-items: center;
  display: flex;
}

.brix---3-columns-1-col-tablet-2 {
  grid-column-gap: 28px;
  grid-row-gap: 28px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.brix---heading-h2-size-13 {
  margin-top: 0;
  margin-bottom: 0;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Noto Sans, Ubuntu, Cantarell, Helvetica Neue, Oxygen, Fira Sans, Droid Sans, sans-serif;
  font-size: 38px;
  font-weight: 700;
  line-height: 50px;
}

.brix---mg-bottom-12px-3 {
  margin-bottom: 12px;
}

.brix---subtitle-3 {
  color: #da262d;
  letter-spacing: .15em;
  text-transform: uppercase;
  margin-bottom: 8px;
  font-size: 18px;
  font-weight: 700;
  line-height: 20px;
}

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

.brix---inner-container-640px---center-3 {
  max-width: 640px;
  margin-left: auto;
  margin-right: auto;
}

.brix---mg-bottom-48px-5 {
  margin-bottom: 48px;
}

.brix---section-11 {
  color: #fff;
  padding-top: 60px;
  padding-bottom: 176px;
}

.text-span-14 {
  color: #f03f40;
}

.text-span-15, .text-span-16 {
  color: #000;
  font-family: Muli, sans-serif;
}

.text-span-17 {
  font-family: Muli, sans-serif;
}

.text-span-18, .text-span-17-copy {
  color: #000;
  font-family: Muli, sans-serif;
}

.text-span-7-copy {
  color: #333;
  font-family: Muli Semi, sans-serif;
}

.brix---section-ww-copy {
  color: #f03f40;
  background-color: #fff;
  margin-bottom: 35px;
  padding: 0 40px;
}

.brix---container-defaultddddddd-copy {
  max-width: 1218px;
  background-color: #fcfcfc;
  padding-left: 24px;
  padding-right: 24px;
}

.brix--grid-2-coluddd-copy-copy {
  width: auto;
  height: 420px;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  background-color: #f03f40;
  background-image: url('../images/background.png');
  background-position: 0 0;
  background-size: 1086px 420px;
  border-radius: 12px;
  grid-template-rows: auto;
  grid-template-columns: 1fr .8fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  justify-items: center;
  margin-top: -76px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 60px;
  padding-right: 60px;
  display: grid;
}

.image-4-copy {
  float: none;
  clear: none;
  filter: brightness(200%);
  position: relative;
  top: -34%;
  bottom: 0%;
  left: 70%;
  right: 0%;
}

.brix---heading-h2-size-9-copy-copy-copy-copy {
  color: #fff;
  text-align: center;
  margin-top: 0;
  margin-bottom: 0;
  padding-right: 0;
  font-family: Muli Semi, sans-serif;
  font-size: 30px;
  font-weight: 700;
  line-height: 44px;
}

.image-7 {
  text-align: center;
  margin-left: 0;
  margin-right: 0;
  display: inline-block;
}

.div-block-11 {
  justify-content: center;
  align-items: center;
  display: flex;
}

.brix---color-neutral-823-copy {
  color: #211f54;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.image-8 {
  width: 250px;
  border-radius: 20px;
}

.brix---section-11-copy {
  color: #fff;
  padding-top: 60px;
  padding-bottom: 176px;
}

.text-span-19 {
  color: #f03f40;
}

.brix---link-wrapper-white-2-copy {
  color: #fff;
  justify-content: center;
  align-items: center;
  font-size: 15px;
  font-weight: 700;
  line-height: 15px;
  text-decoration: none;
  transition: none;
  display: flex;
}

.brix---link-wrapper-white-2-copy:hover {
  color: #fff;
}

.brix---inner-container-640px---center-3-copy {
  max-width: 640px;
  border: 1px solid #e6e6e6;
  margin-left: auto;
  margin-right: auto;
  padding: 20px;
}

.image-9 {
  width: 11%;
  position: absolute;
  top: 0%;
  right: 0%;
}

.image-10 {
  width: 8%;
  position: absolute;
  top: 49%;
  left: -30px;
}

.text-block-8-copy-copy {
  letter-spacing: 1px;
  font-family: Muli Semi, sans-serif;
  font-size: 19px;
  line-height: 16px;
}

.image-4-copy {
  filter: brightness(200%);
  display: none;
  position: relative;
  top: -31%;
  bottom: auto;
  left: auto;
  right: -30%;
}

.brix---container-default-7-copy, .brix---container-default-7-copy-copy {
  max-width: 1218px;
  background-color: #fbfbfb;
  padding-left: 24px;
  padding-right: 24px;
  display: none;
}

.brix--grid-2-columnsww-copy-copy {
  height: auto;
  max-height: none;
  grid-column-gap: 9px;
  grid-row-gap: 9px;
  grid-template-rows: auto;
  grid-template-columns: .5fr .7fr .3fr;
  grid-auto-columns: 1fr;
  grid-auto-flow: row;
  align-content: center;
  justify-content: stretch;
  align-items: center;
  justify-items: center;
  padding-bottom: 0;
  padding-left: 40px;
  display: grid;
}

.image-6-copy {
  width: 87%;
  max-width: 100%;
  margin-bottom: 123px;
  display: inline-block;
}

.text-span-4-copy {
  color: #f03f40;
  color: #f03f40;
  color: #f03f40;
  font-size: 22px;
}

.div-block-9-copy {
  justify-content: center;
  align-items: center;
  display: flex;
}

.image-11 {
  display: none;
}

.brix---section-10-movil, .brix---section-10-smart {
  color: #fff;
  padding-top: 20px;
  padding-bottom: 20px;
  display: none;
}

.brix---heading-h2-size-12-movil {
  color: #333;
  margin-top: 0;
  margin-bottom: 38px;
  font-family: Muli, sans-serif;
  font-size: 34px;
  font-weight: 700;
  line-height: 37px;
}

.brix---icon-list-item-wrapper-3-movil {
  align-items: center;
  display: flex;
}

.brix---grid-1-column-gap-row-16px-2-movil {
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  padding-right: 161px;
  display: grid;
}

.div-block-10-copy {
  padding-right: 0;
}

.text-block-14-copy {
  color: #333;
  margin-top: -44px;
  margin-bottom: 28px;
  font-family: Muli, sans-serif;
  font-size: .9rem;
}

.brix---section-ww-movil {
  color: #f03f40;
  background-color: #fff;
  margin-bottom: 35px;
  padding: 0 40px;
  display: none;
}

.list-flex {
  flex-direction: column;
  display: flex;
  overflow: visible;
}

.image-15 {
  -webkit-text-fill-color: inherit;
  background-image: url('../images/VIDEO-AUTUM-DESK.gif');
  background-position: 0 0;
  background-size: auto;
  background-clip: border-box;
}

.section-2 {
  width: 90%;
  margin-top: 9px;
  margin-left: auto;
  margin-right: auto;
}

.image-16 {
  width: 100%;
  border-radius: 10px;
  margin-left: auto;
  margin-right: auto;
}

.image-16-mob {
  width: 100%;
  border-radius: 10px;
  margin-left: auto;
  margin-right: auto;
  display: none;
}

.image-15-mob {
  -webkit-text-fill-color: inherit;
  background-image: url('../images/VIDEO-AUTUM-DESK.gif');
  background-position: 0 0;
  background-size: auto;
  background-clip: border-box;
  display: none;
}

@media screen and (min-width: 1440px) {
  .box {
    width: 90%;
    background-color: rgba(0, 0, 0, 0);
    margin-left: auto;
    margin-right: auto;
    padding: 1rem 0;
  }

  .swiper-icon {
    width: 112px;
  }

  .heading {
    color: #954107;
  }

  .brix---grid-hero-v1, .brix---grid-hero-v16, .brix---grid-hero-v16-2, .brix---grid-hero-v1-2 {
    grid-column-gap: 90px;
  }

  .brix---z-index-1 {
    margin-left: auto;
    margin-right: auto;
  }

  .image-15 {
    background-size: 100%;
  }

  .section-2 {
    width: 90%;
    border-radius: 0;
    margin-top: 10px;
    margin-left: auto;
    margin-right: auto;
  }

  .image-16, .image-16-mob {
    border-radius: 20px;
  }

  .image-15-mob {
    background-size: 100%;
  }
}

@media screen and (max-width: 991px) {
  .swiper-slide.is-image1 {
    width: 50%;
  }

  .swiper-slide.is-image2 {
    width: 60%;
  }

  .swiper-slide.is-image3 {
    width: 80%;
  }

  .swiper-slide.is-image4 {
    width: 70%;
  }

  .swiper-slide.is-image5 {
    width: 35%;
  }

  .swiper-slide.is-third-1 {
    width: 50%;
  }

  .swiper-slide.is-third-2 {
    width: 60%;
  }

  .swiper-slide.is-third-3 {
    width: 80%;
  }

  .swiper-slide.is-third-4 {
    width: 70%;
  }

  .swiper-slide.is-third-5 {
    width: 35%;
  }

  .menu-button {
    margin-right: -.75rem;
    padding: .75rem;
  }

  .menu-button.w--open {
    color: #0b0b1f;
    background-color: rgba(200, 200, 200, 0);
  }

  .nav_menu {
    text-align: left;
    background-color: #eeecea;
  }

  .nav_lumen-link {
    margin-right: auto;
  }

  .swiper-box.is-first {
    width: 10rem;
  }

  .swiper-box2 {
    height: 18rem;
  }

  .section-code, .section-options {
    padding-top: 5rem;
  }

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

  .divider-spacer {
    margin-top: 2rem;
  }

  .heading-display {
    font-size: 56px;
    line-height: 68px;
  }

  .call-cta-text {
    font-size: 15px;
  }

  .footer_bottom {
    margin-top: 96px;
  }

  .call-footer {
    width: auto;
  }

  .footer_component {
    padding-top: 128px;
  }

  .swiper-icon {
    width: 100px;
  }

  .container {
    max-width: 728px;
  }

  .hero-wrapper {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    margin-bottom: -40px;
  }

  .hero-split {
    max-width: 100%;
    margin-bottom: 40px;
  }

  .brix---floating-image-hero-v1---1 {
    bottom: -14%;
    left: -42%;
  }

  .brix---floating-image-hero-v1---2 {
    top: 24%;
    right: -30%;
  }

  .brix---btn-primary {
    padding-top: 24px;
    padding-bottom: 24px;
  }

  .brix---heading-h1-size {
    font-size: 48px;
    line-height: 60px;
  }

  .brix---grid-hero-v1 {
    grid-row-gap: 48px;
    grid-template-columns: 1fr;
  }

  .brix---section-hero-primary {
    padding-top: 100px;
    padding-bottom: 100px;
  }

  .brix---text-left---t-center {
    text-align: center;
  }

  .brix---top-bar-right-col {
    margin-bottom: 24px;
    margin-right: 0;
  }

  .brix---top-bar-flex-h-sb {
    flex-direction: column;
  }

  .brix---top-bar-padding {
    padding-top: 26px;
    padding-bottom: 26px;
  }

  .brix---top-bar-wrapper {
    padding-left: 56px;
    padding-right: 56px;
  }

  .f-breadcrumb {
    justify-content: center;
    align-items: center;
  }

  .wbs-feature-4 {
    grid-template-columns: 1fr 1fr;
  }

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

  .f-header-image-wrapper-tall {
    height: 360px;
    max-width: none;
  }

  .f-header-grid {
    grid-template-columns: 1fr;
  }

  .brix---floating-image-hero-v1---3 {
    bottom: -14%;
    left: -42%;
  }

  .brix---floating-image-hero-v1---4 {
    top: 24%;
    right: -30%;
  }

  .brix---btn-download-app-white, .brix---btn-download-app {
    padding-top: 24px;
    padding-bottom: 24px;
  }

  .brix---paragraph-default-2 {
    text-align: center;
  }

  .brix---heading-h1-size-2 {
    text-align: center;
    font-size: 65px;
    line-height: 60px;
  }

  .brix---grid-hero-v16 {
    grid-row-gap: 48px;
    grid-template-columns: 1fr;
  }

  .brix---section-hero-small {
    padding-top: 35px;
    padding-bottom: 100px;
  }

  .brix---top-bar-close-icon {
    padding: 18px 24px;
  }

  .brix---top-bar-right-col-2 {
    margin-bottom: 24px;
    margin-right: 0;
  }

  .brix---top-bar-flex-h-center {
    flex-direction: column;
  }

  .brix---top-bar-small-padding {
    padding-top: 26px;
    padding-bottom: 26px;
  }

  .brix---top-bar-wrapper-2 {
    padding-left: 56px;
    padding-right: 56px;
  }

  .brix---heading-h3-size {
    font-size: 22px;
    line-height: 32px;
  }

  .brix---grid-3-columns {
    grid-template-columns: 1fr 1fr;
  }

  .brix---heading-h2-size {
    font-size: 30px;
    line-height: 46px;
  }

  .brix---mg-bottom-48px {
    margin-bottom: 40px;
  }

  .brix---section {
    padding-top: 118px;
    padding-bottom: 118px;
  }

  .brix---mg-bottom-32px {
    margin-bottom: 24px;
  }

  .brix---display-4 {
    font-size: 22px;
    line-height: 38px;
  }

  .brix---tabs-content-card {
    padding: 40px 32px 48px;
  }

  .brix---tab-small-center {
    padding-left: 20px;
    padding-right: 20px;
  }

  .brix---heading-h2-size-2 {
    font-size: 30px;
    line-height: 46px;
  }

  .brix---section-2 {
    padding-top: 118px;
    padding-bottom: 118px;
  }

  .brix---accordion-spacer {
    min-height: 12px;
  }

  .brix---accordion-item-wrapper-v4 {
    padding-left: 40px;
    padding-right: 40px;
  }

  .brix---grid-2-columns-stats-v4 {
    grid-template-columns: 1fr;
  }

  .brix---heading-h2-size-3 {
    font-size: 30px;
    line-height: 46px;
  }

  .brix---section-3 {
    padding-top: 118px;
    padding-bottom: 118px;
  }

  .brix---heading-h2-size-4 {
    font-size: 30px;
    line-height: 46px;
  }

  .brix---section-4 {
    padding-top: 118px;
    padding-bottom: 118px;
  }

  .brix---social-media-grid-center {
    grid-column-gap: 10px;
  }

  .brix---display-3 {
    font-size: 32px;
    line-height: 44px;
  }

  .brix---grid-3-columns-gap-row-64px {
    grid-template-columns: 1fr 1fr;
  }

  .brix---heading-h2-size-5 {
    font-size: 30px;
    line-height: 46px;
  }

  .brix---section-5 {
    padding-top: 118px;
    padding-bottom: 118px;
  }

  .brix---top-bar-close-icon-2 {
    padding: 18px 24px;
  }

  .brix---top-bar-padding-2 {
    padding-top: 26px;
    padding-bottom: 26px;
  }

  .brix---top-bar-wrapper-3 {
    padding-left: 56px;
    padding-right: 56px;
  }

  .brix---social-media-grid-left {
    grid-column-gap: 10px;
  }

  .brix---heading-h3-size-2, .brix---heading-h3-size-link {
    font-size: 22px;
    line-height: 32px;
  }

  .brix---grid-3-columns-2 {
    grid-template-columns: 1fr 1fr;
  }

  .brix---heading-h2-size-6 {
    font-size: 30px;
    line-height: 46px;
  }

  .brix---mg-bottom-48px-2 {
    margin-bottom: 40px;
  }

  .brix---section-6 {
    padding-top: 118px;
    padding-bottom: 118px;
  }

  .brix---heading-h3-size-3 {
    font-size: 22px;
    line-height: 32px;
  }

  .brix---grid-3-columns-3 {
    grid-template-columns: 1fr 1fr;
  }

  .brix---heading-h2-size-7 {
    font-size: 30px;
    line-height: 46px;
  }

  .brix---mg-bottom-48px-3 {
    margin-bottom: 40px;
  }

  .brix---section-7 {
    padding-top: 118px;
    padding-bottom: 118px;
  }

  .brix---floating-image-hero-v1---5 {
    bottom: -14%;
    left: -42%;
  }

  .brix---floating-image-hero-v1---6 {
    top: 24%;
    right: -30%;
  }

  .brix---btn-download-app-white-2, .brix---btn-download-app-2 {
    padding-top: 24px;
    padding-bottom: 24px;
  }

  .brix---heading-h1-size-3 {
    font-size: 48px;
    line-height: 60px;
  }

  .brix---grid-hero-v16-2 {
    grid-row-gap: 48px;
    grid-template-columns: 1fr;
  }

  .brix---section-hero-small-2 {
    padding-top: 100px;
    padding-bottom: 100px;
  }

  .brix---floating-image-hero-v1---7 {
    top: 24%;
    right: -30%;
  }

  .brix---btn-download-app-white-3, .brix---btn-download-app-3 {
    padding-top: 24px;
    padding-bottom: 24px;
  }

  .brix---heading-h1-size-4 {
    font-size: 48px;
    line-height: 60px;
  }

  .brix---section-hero-small-3 {
    padding-top: 100px;
    padding-bottom: 100px;
  }

  .brix---floating-image-hero-v1---8 {
    bottom: -14%;
    left: -42%;
  }

  .brix---btn-primary-2 {
    padding-top: 24px;
    padding-bottom: 24px;
  }

  .brix---heading-h1-size-5 {
    font-size: 48px;
    line-height: 60px;
  }

  .brix---grid-hero-v1-2 {
    grid-row-gap: 48px;
    grid-template-columns: 1fr;
  }

  .brix---section-hero-primary-2 {
    padding-top: 100px;
    padding-bottom: 59px;
  }

  .brix---floating-image-hero-v1---9 {
    bottom: -14%;
    left: -42%;
  }

  .brix---floating-image-hero-v1---10 {
    top: 24%;
    right: -30%;
  }

  .brix---btn-download-app-white-4, .brix---btn-download-app-4 {
    padding-top: 24px;
    padding-bottom: 24px;
  }

  .brix---heading-h1-size-6 {
    font-size: 48px;
    line-height: 60px;
  }

  .brix---section-hero-small-4 {
    padding-top: 100px;
    padding-bottom: 100px;
  }

  .brix---heading-h3-size-4 {
    font-size: 22px;
    line-height: 32px;
  }

  .brix---mg-bottom-32px-2 {
    margin-bottom: 24px;
  }

  .brix---content-center-card {
    width: 206px;
  }

  .brix---3-columns-1-col-tablet {
    grid-template-columns: 1fr 1fr 1fr;
    padding-left: 0;
    padding-right: 0;
  }

  .brix---heading-h2-size-8 {
    font-size: 30px;
    line-height: 46px;
  }

  .brix---mg-bottom-48px-4 {
    margin-bottom: 40px;
  }

  .brix---section-8 {
    padding-top: 34px;
    padding-bottom: 0;
  }

  .brix---display-5 {
    font-size: 22px;
    line-height: 38px;
  }

  .brix---tabs-content-card-2 {
    padding: 40px 32px 48px;
  }

  .brix---tab-small-center-2 {
    padding-left: 20px;
    padding-right: 20px;
  }

  .brix---heading-h4-size {
    font-size: 22px;
    line-height: 32px;
  }

  .brix---slider-mask-width-390px {
    position: static;
  }

  .brix---buttons-row-right---t-left {
    justify-content: flex-start;
  }

  .brix---grid-top---text-2-buttons {
    grid-row-gap: 24px;
    grid-template-columns: .7fr;
  }

  .brix---section-overflow-hidden {
    padding-top: 118px;
    padding-bottom: 118px;
  }

  .brix---btn-download-app-5, .brix---btn-primary-3 {
    padding-top: 24px;
    padding-bottom: 24px;
  }

  .brix---mg-bottom-56px {
    margin-bottom: 48px;
  }

  .brix---heading-h2-size-9 {
    font-size: 30px;
    line-height: 46px;
  }

  .brix--grid-2-columnsww {
    grid-row-gap: 48px;
    grid-template-columns: 1fr;
  }

  .brix---section-9 {
    padding-top: 118px;
    padding-bottom: 0;
  }

  .brix---text-left---t-center-2 {
    text-align: center;
  }

  .brix---top-bar-right-col-3 {
    margin-bottom: 24px;
    margin-right: 0;
  }

  .brix---top-bar-flex-h-sb-2 {
    flex-direction: column;
  }

  .brix---top-bar-padding-3 {
    padding-top: 26px;
    padding-bottom: 26px;
  }

  .brix---top-bar-wrapper-4 {
    padding-left: 56px;
    padding-right: 56px;
  }

  .brix---cta-v4-floating-item-02 {
    width: 70%;
  }

  .brix---cta-v5-floating-item-01 {
    width: 40%;
    display: none;
  }

  .brix---btn-primary-white {
    padding-top: 24px;
    padding-bottom: 24px;
  }

  .brix---heading-h2-size-10 {
    font-size: 30px;
    line-height: 46px;
  }

  .brix---grid-cta-v4 {
    grid-row-gap: 60px;
    grid-template-columns: 1fr;
  }

  .brix---cta-section {
    padding-top: 112px;
    padding-bottom: 112px;
  }

  .brix--grid-2-columns-text-right-copy {
    grid-row-gap: 48px;
    grid-template-columns: 1fr;
  }

  .brix---heading-h2-size-9-copy {
    font-size: 30px;
    line-height: 46px;
  }

  .image-4 {
    right: -46%;
  }

  .brix--grid-2-columns-text-rightdd {
    grid-row-gap: 48px;
    grid-template-columns: 1fr;
  }

  .brix---section-ww {
    padding-top: 23px;
    padding-bottom: 29px;
  }

  .brix---section-9-copy {
    padding-top: 118px;
    padding-bottom: 118px;
  }

  .brix--grid-2-coluddd-copy, .brix--grid-2-columnsww-copy {
    grid-row-gap: 48px;
    grid-template-columns: 1fr;
  }

  .brix---heading-h2-size-9-copy-copy, .brix---heading-h2-size-9-copy, .brix---heading-h2-size-9-copy-copy, .brix---heading-h2-size-9-copy-copy-copy {
    font-size: 30px;
    line-height: 46px;
  }

  .brix---cta-v3-floating-item-01 {
    width: 29%;
  }

  .brix---cta-v3-floating-item-02 {
    width: 30%;
    max-width: 50%;
    bottom: -12%;
    right: -3%;
  }

  .brix---btn-primary-small-input {
    padding-left: 16px;
    padding-right: 16px;
  }

  .brix---mg-bottom-32px-3 {
    margin-bottom: 24px;
  }

  .brix---heading-h2-size-11 {
    font-size: 30px;
    line-height: 46px;
  }

  .brix---grid-cta-v3 {
    grid-template-columns: 1fr;
  }

  .brix---cta-section-2 {
    padding-top: 56px;
    padding-bottom: 32px;
  }

  .brix---btn-download-app-5-copy, .brix---btn-primary-4 {
    padding-top: 24px;
    padding-bottom: 24px;
  }

  .brix---mg-bottom-56px-2 {
    margin-top: -41px;
    margin-bottom: 48px;
  }

  .brix---heading-h2-size-12 {
    font-size: 30px;
    line-height: 46px;
  }

  .brix--grid-2-columns-text-right {
    grid-row-gap: 48px;
    grid-template-columns: 1fr;
  }

  .brix---section-10 {
    padding-top: 118px;
    padding-bottom: 118px;
    display: none;
  }

  .div-block-10 {
    margin-top: 35px;
  }

  .brix---btn-download-app-5-copy-copy {
    width: 181px;
    margin-left: auto;
    margin-right: auto;
    padding-top: 15px;
    padding-bottom: 15px;
  }

  .brix---heading-h3-size-5 {
    font-size: 22px;
    line-height: 32px;
  }

  .brix---heading-h1-size---mg-0 {
    font-size: 48px;
    line-height: 60px;
  }

  .brix---3-columns-1-col-tablet-2 {
    grid-template-columns: 1fr;
  }

  .brix---heading-h2-size-13 {
    font-size: 30px;
    line-height: 46px;
  }

  .brix---mg-bottom-48px-5 {
    margin-bottom: 40px;
  }

  .brix---section-11 {
    padding-top: 40px;
    padding-bottom: 0;
  }

  .brix---section-ww-copy {
    padding-top: 118px;
    padding-bottom: 118px;
  }

  .brix--grid-2-coluddd-copy-copy {
    grid-row-gap: 48px;
    grid-template-columns: 1fr;
  }

  .brix---heading-h2-size-9-copy-copy-copy-copy {
    font-size: 30px;
    line-height: 46px;
  }

  .brix---section-11-copy {
    padding-top: 10px;
    padding-bottom: 118px;
  }

  .brix--grid-2-columnsww-copy-copy {
    grid-row-gap: 48px;
    grid-template-columns: 1fr;
  }

  .brix---section-10-movil {
    padding-top: 118px;
    padding-bottom: 118px;
  }

  .brix---section-10-smart {
    padding-top: 118px;
    padding-bottom: 0;
    display: block;
  }

  .brix---heading-h2-size-12-movil {
    text-align: center;
    font-size: 30px;
    line-height: 46px;
  }

  .image-12 {
    margin-top: -91px;
    margin-left: auto;
    margin-right: auto;
  }

  .text-block-14-copy {
    text-align: center;
    margin-top: -16px;
  }

  .brix---section-ww-movil {
    padding-top: 118px;
    padding-bottom: 118px;
  }

  .image-14 {
    margin-left: auto;
    margin-right: auto;
  }

  .image-16-mob, .image-15-mob {
    display: none;
  }
}

@media screen and (max-width: 767px) {
  h1 {
    font-size: 32px;
    line-height: 54px;
  }

  h2 {
    font-size: 26px;
  }

  .swiper-slide.is-image1 {
    width: 60%;
  }

  .swiper-slide.is-image2 {
    width: 70%;
  }

  .swiper-slide.is-image3 {
    width: 85%;
  }

  .swiper-slide.is-image4 {
    width: 80%;
  }

  .swiper-slide.is-image5 {
    width: 45%;
  }

  .swiper-slide.is-third-1 {
    width: 60%;
    height: 6.5rem;
  }

  .swiper-slide.is-third-2 {
    width: 70%;
    height: 7rem;
  }

  .swiper-slide.is-third-3 {
    width: 85%;
    height: 6.25rem;
  }

  .swiper-slide.is-third-4 {
    width: 80%;
    height: 7rem;
  }

  .swiper-slide.is-third-5 {
    width: 45%;
    height: 6.25rem;
  }

  .nav_dropdown-toggle {
    padding-top: .5rem;
    padding-bottom: .5rem;
    padding-left: 0;
    display: block;
  }

  .nav_link {
    padding: .5rem 0;
    display: block;
  }

  .nav_link.is-right {
    margin-right: 0;
  }

  .nav_component {
    padding: 1rem 1.5rem;
  }

  .nav_dropdown-list.w--open {
    margin-bottom: .5rem;
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .nav_logos {
    flex: 1;
  }

  .nav_icon {
    margin-right: 0;
  }

  .nav_link-wrapper {
    flex-direction: column;
    flex: 1;
    align-items: flex-start;
    margin-left: 0;
    margin-right: 0;
    display: block;
  }

  .nav_menu {
    margin-left: 0;
    margin-right: 0;
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }

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

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

  .section-swiper {
    padding-top: 1.5rem;
  }

  .swiper-wrapper {
    align-items: stretch;
  }

  .code_structure {
    padding: 1rem 1.5rem 1.25rem;
  }

  .margin-top-medium {
    margin-top: 2rem;
  }

  .options_box {
    padding: 1.25rem 1.5rem;
  }

  .options_element {
    flex: none;
  }

  .swiper-buttons {
    top: -5rem;
  }

  .code_box {
    padding: 1.25rem 1.5rem;
  }

  .swiper-box.is-first {
    width: 7rem;
    height: 7rem;
    padding-top: 0;
  }

  .swiper-box.is-second, .swiper-box.is-fifth {
    height: 7rem;
  }

  .swiper-box.is-fourth {
    width: 7rem;
    height: 7rem;
  }

  .swiper-pagination {
    justify-content: flex-start;
  }

  .margin-custom {
    display: none;
  }

  .section-code, .section-options {
    padding-top: 4rem;
  }

  .utility-page-wrap {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }

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

  .heading-display {
    font-size: 48px;
    line-height: 62px;
  }

  .section-list {
    padding-top: 1.5rem;
  }

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

  .footer-link {
    padding-top: .5rem;
    padding-bottom: .5rem;
  }

  .footer_bottom {
    margin-top: 80px;
  }

  .footer-link-wrapper {
    flex-flow: wrap;
    justify-content: center;
    display: flex;
  }

  .footer_component {
    padding-top: 96px;
  }

  .more {
    flex: none;
  }

  .box {
    margin-top: 0;
    margin-bottom: 10px;
    padding: 1.25rem 1.5rem 1.25rem 0;
  }

  .swiper-icon {
    width: 85px;
  }

  .link-block-2 {
    margin-bottom: 10px;
  }

  .hero-subscribe-right {
    padding: 60px 15px;
  }

  .brix---floating-image-hero-v1---1 {
    max-width: 500px;
  }

  .brix---floating-image-hero-v1---2 {
    max-width: 480px;
  }

  .brix---btn-secondary {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .brix---btn-primary {
    padding: 20px 32px;
  }

  .brix---button-row-left {
    margin-right: 16px;
  }

  .brix---mg-bottom-40px {
    margin-bottom: 24px;
  }

  .brix---heading-h1-size {
    margin-bottom: 12px;
    font-size: 38px;
    line-height: 46px;
  }

  .brix---grid-hero-v1 {
    grid-template-columns: 1fr;
  }

  .brix---section-hero-primary {
    padding-top: 100px;
    padding-bottom: 100px;
  }

  .brix---link-icon-right {
    width: 20px;
    margin-left: 8px;
  }

  .brix---top-bar-right-col {
    margin-bottom: 12px;
  }

  .brix---top-bar-flex-h-sb {
    flex-direction: column;
  }

  .brix---top-bar-wrapper {
    padding-left: 36px;
    padding-right: 36px;
  }

  .wbs-feature-4 {
    grid-template-columns: 1fr;
  }

  .wbs-section {
    padding: 2rem 2%;
  }

  .f-header-image-wrapper-tall {
    height: 400px;
  }

  .f-h1-heading {
    margin-top: 0;
    font-size: 48px;
  }

  .f-section-large {
    padding-top: 72px;
    padding-bottom: 72px;
  }

  .brix---floating-image-hero-v1---3 {
    max-width: 500px;
  }

  .brix---floating-image-hero-v1---4 {
    max-width: 480px;
  }

  .brix---btn-download-app-white, .brix---btn-download-app {
    padding: 20px 22px;
  }

  .brix---button-row-left-2 {
    margin-right: 16px;
  }

  .brix---mg-bottom-40px-2 {
    margin-bottom: 24px;
  }

  .brix---heading-h1-size-2 {
    margin-bottom: 12px;
    font-size: 47px;
    line-height: 46px;
  }

  .brix---grid-hero-v16 {
    grid-template-columns: 1fr;
  }

  .brix---section-hero-small {
    padding-top: 37px;
    padding-bottom: 70px;
  }

  .brix---icon-small-hover {
    width: 24px;
  }

  .brix---top-bar-close-icon {
    align-items: flex-start;
    padding-left: 16px;
    padding-right: 16px;
  }

  .brix---top-bar-right-col-2 {
    margin-bottom: 12px;
  }

  .brix---top-bar-flex-h-center {
    flex-direction: column;
  }

  .brix---top-bar-small-padding {
    padding-top: 24px;
    padding-bottom: 24px;
  }

  .brix---top-bar-wrapper-2 {
    padding-left: 36px;
    padding-right: 36px;
  }

  .brix---link-icon-right-2 {
    width: 20px;
    margin-left: 8px;
  }

  .brix---text-200-bold {
    font-size: 16px;
    line-height: 18px;
  }

  .brix---square-icon {
    max-width: 56px;
    border-radius: 12px;
  }

  .brix---grid-3-columns {
    grid-template-columns: 1fr;
  }

  .brix---heading-h2-size {
    font-size: 28px;
    line-height: 40px;
  }

  .brix---mg-bottom-48px {
    margin-bottom: 32px;
  }

  .brix---section {
    padding-top: 100px;
    padding-bottom: 100px;
  }

  .brix---display-4 {
    font-size: 20px;
    line-height: 32px;
  }

  .brix---mg-bottom-16px {
    margin-bottom: 8px;
  }

  .brix---grid-2-columns-gap-56px {
    grid-template-columns: 1fr;
  }

  .brix---tabs-content-card {
    padding-top: 30px;
    padding-bottom: 32px;
  }

  .brix---square-icon-48px {
    max-width: 56px;
    border-radius: 12px;
  }

  .brix---tab-small-center {
    justify-content: center;
    margin: 10px 0;
  }

  .brix---tabs-menu {
    flex-direction: column;
    align-items: stretch;
  }

  .brix---heading-h2-size-2 {
    font-size: 28px;
    line-height: 40px;
  }

  .brix---subtitle {
    font-size: 17px;
    line-height: 19px;
  }

  .brix---section-2 {
    padding-top: 100px;
    padding-bottom: 100px;
  }

  .brix---accordion-title {
    font-size: 20px;
    line-height: 30px;
  }

  .brix---accordion-item-wrapper-v4 {
    padding: 40px 24px;
  }

  .brix---grid-2-columns-stats-v4 {
    grid-template-columns: 1fr;
  }

  .brix---heading-h2-size-3 {
    font-size: 28px;
    line-height: 40px;
  }

  .brix---section-3 {
    padding-top: 100px;
    padding-bottom: 100px;
  }

  .brix---heading-h2-size-4 {
    font-size: 28px;
    line-height: 40px;
  }

  .brix---section-4 {
    padding-top: 100px;
    padding-bottom: 100px;
  }

  .brix---social-media-grid-center {
    justify-content: center;
    justify-items: center;
  }

  .brix---badge-secondary-small-bold {
    padding-top: 12px;
    padding-bottom: 12px;
  }

  .brix---grid-3-columns-gap-row-64px {
    grid-row-gap: 68px;
    grid-template-columns: 1fr;
  }

  .brix---heading-h2-size-5 {
    font-size: 28px;
    line-height: 40px;
  }

  .brix---section-5 {
    padding-top: 100px;
    padding-bottom: 100px;
  }

  .f-tab-button-line {
    width: 100%;
  }

  .brix---icon-small-hover-2 {
    width: 24px;
  }

  .brix---top-bar-close-icon-2 {
    align-items: flex-start;
    padding-left: 16px;
    padding-right: 16px;
  }

  .brix---top-bar-wrapper-3 {
    padding-left: 36px;
    padding-right: 36px;
  }

  .brix---social-media-grid-left {
    justify-content: start;
    justify-items: start;
  }

  .brix---content-inside-card {
    padding: 32px 32px 40px;
  }

  .brix---badge-secondary-small-bold-2 {
    padding-top: 12px;
    padding-bottom: 12px;
  }

  .brix---grid-3-columns-2 {
    grid-template-columns: 1fr;
  }

  .brix---heading-h2-size-6 {
    font-size: 28px;
    line-height: 40px;
  }

  .brix---mg-bottom-16px-2 {
    margin-bottom: 8px;
  }

  .brix---mg-bottom-48px-2 {
    margin-bottom: 32px;
  }

  .brix---section-6 {
    padding-top: 100px;
    padding-bottom: 100px;
  }

  .brix---square-icon-2 {
    max-width: 56px;
    border-radius: 12px;
  }

  .brix---grid-3-columns-3 {
    grid-template-columns: 1fr;
  }

  .brix---heading-h2-size-7 {
    font-size: 28px;
    line-height: 40px;
  }

  .brix---mg-bottom-48px-3 {
    margin-bottom: 32px;
  }

  .brix---section-7 {
    padding-top: 100px;
    padding-bottom: 100px;
  }

  .brix---floating-image-hero-v1---5 {
    max-width: 500px;
  }

  .brix---floating-image-hero-v1---6 {
    max-width: 480px;
  }

  .brix---btn-download-app-white-2, .brix---btn-download-app-2 {
    padding: 20px 22px;
  }

  .brix---button-row-left-3 {
    margin-right: 16px;
  }

  .brix---mg-bottom-40px-3 {
    margin-bottom: 24px;
  }

  .brix---heading-h1-size-3 {
    margin-bottom: 12px;
    font-size: 38px;
    line-height: 46px;
  }

  .brix---grid-hero-v16-2 {
    grid-template-columns: 1fr;
  }

  .brix---section-hero-small-2 {
    padding-top: 100px;
    padding-bottom: 100px;
  }

  .brix---floating-image-hero-v1---7 {
    max-width: 480px;
  }

  .brix---btn-download-app-white-3, .brix---btn-download-app-3 {
    padding: 20px 22px;
  }

  .brix---heading-h1-size-4 {
    margin-bottom: 12px;
    font-size: 38px;
    line-height: 46px;
  }

  .brix---section-hero-small-3 {
    padding-top: 100px;
    padding-bottom: 100px;
  }

  .brix---floating-image-hero-v1---8 {
    max-width: 500px;
  }

  .brix---btn-secondary-2 {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .brix---btn-primary-2 {
    padding: 20px 32px;
  }

  .brix---heading-h1-size-5 {
    margin-bottom: 12px;
    font-size: 38px;
    line-height: 46px;
  }

  .brix---grid-hero-v1-2 {
    grid-template-columns: 1fr;
  }

  .brix---section-hero-primary-2 {
    padding-top: 100px;
    padding-bottom: 100px;
  }

  .brix---floating-image-hero-v1---9 {
    max-width: 500px;
  }

  .brix---floating-image-hero-v1---10 {
    max-width: 480px;
  }

  .brix---btn-download-app-white-4, .brix---btn-download-app-4 {
    padding: 20px 22px;
  }

  .brix---heading-h1-size-6 {
    margin-bottom: 12px;
    font-size: 38px;
    line-height: 46px;
  }

  .brix---section-hero-small-4 {
    padding-top: 100px;
    padding-bottom: 100px;
  }

  .brix---3-columns-1-col-tablet {
    grid-template-columns: 1fr 1fr;
  }

  .brix---heading-h2-size-8 {
    font-size: 28px;
    line-height: 40px;
  }

  .brix---mg-bottom-16px-3 {
    margin-bottom: 8px;
  }

  .brix---subtitle-2 {
    font-size: 17px;
    line-height: 19px;
  }

  .brix---mg-bottom-48px-4 {
    margin-bottom: 32px;
  }

  .brix---section-8 {
    padding-top: 100px;
    padding-bottom: 51px;
  }

  .brix---link-icon-right-3 {
    width: 20px;
    margin-left: 8px;
  }

  .brix---text-200-bold-2 {
    font-size: 16px;
    line-height: 18px;
  }

  .brix---display-5 {
    font-size: 20px;
    line-height: 32px;
  }

  .brix---grid-2-columns-gap-56px-2 {
    grid-template-columns: 1fr;
  }

  .brix---tabs-content-card-2 {
    padding-top: 30px;
    padding-bottom: 32px;
  }

  .brix---square-icon-48px-2 {
    max-width: 56px;
    border-radius: 12px;
  }

  .brix---tab-small-center-2 {
    justify-content: center;
    margin: 10px 0;
  }

  .brix---tabs-menu-2 {
    flex-direction: column;
    align-items: stretch;
  }

  .brix---btn-slider-arrow-right---testimonial-v12 {
    width: 56px;
    height: 56px;
    min-height: 56px;
    min-width: 56px;
    font-size: 22px;
    line-height: 24px;
    top: auto;
    bottom: -104px;
    left: auto;
    right: 36%;
  }

  .brix---btn-slider-arrow-left---testimonial-v12 {
    width: 56px;
    height: 56px;
    min-height: 56px;
    min-width: 56px;
    font-size: 22px;
    line-height: 24px;
    top: auto;
    bottom: -104px;
    left: 36%;
    right: auto;
  }

  .brix---text-200 {
    font-size: 16px;
    line-height: 18px;
  }

  .brix---heading-h4-size {
    font-size: 20px;
    line-height: 26px;
  }

  .brix---btn-secondary-3 {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .brix---grid-top---text-2-buttons {
    grid-template-columns: .9fr;
  }

  .brix---section-overflow-hidden {
    padding-top: 100px;
    padding-bottom: 100px;
  }

  .brix---btn-download-app-5 {
    padding: 20px 22px;
  }

  .brix---btn-secondary-4 {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .brix---btn-primary-3 {
    padding: 20px 32px;
  }

  .brix---button-row-left-4 {
    margin-right: 16px;
  }

  .brix---text-200-list-bold {
    font-size: 16px;
  }

  .brix---mg-bottom-56px {
    margin-bottom: 40px;
  }

  .brix---heading-h2-size-9 {
    font-size: 28px;
    line-height: 40px;
  }

  .brix---mg-bottom-16px-4 {
    margin-bottom: 8px;
  }

  .brix--grid-2-columnsww {
    grid-template-columns: 1fr;
  }

  .brix---section-9 {
    padding-top: 100px;
    padding-bottom: 0;
  }

  .brix---link-icon-right-4 {
    width: 20px;
    margin-left: 8px;
  }

  .brix---top-bar-right-col-3 {
    margin-bottom: 12px;
  }

  .brix---top-bar-flex-h-sb-2 {
    flex-direction: column;
  }

  .brix---top-bar-wrapper-4 {
    padding-left: 36px;
    padding-right: 36px;
  }

  .brix---btn-secondary-white {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .brix---btn-primary-white {
    padding: 20px 32px;
  }

  .brix---mg-bottom-40px-4 {
    margin-bottom: 24px;
  }

  .brix---heading-h2-size-10 {
    font-size: 28px;
    line-height: 40px;
  }

  .brix---grid-cta-v4 {
    grid-row-gap: 30px;
    grid-template-columns: 1fr;
  }

  .brix---cta-section {
    padding-top: 96px;
    padding-bottom: 96px;
  }

  .brix--grid-2-columns-text-right-copy {
    grid-template-columns: 1fr;
  }

  .brix---heading-h2-size-9-copy {
    font-size: 28px;
    line-height: 40px;
  }

  .image-4 {
    width: 200px;
    right: -42%;
  }

  .brix--grid-2-columns-text-rightdd {
    grid-template-columns: 1fr;
  }

  .brix---section-ww {
    padding-top: 24px;
    padding-bottom: 40px;
  }

  .brix---section-9-copy {
    padding-top: 100px;
    padding-bottom: 100px;
  }

  .brix--grid-2-coluddd-copy, .brix--grid-2-columnsww-copy {
    grid-template-columns: 1fr;
  }

  .brix---heading-h2-size-9-copy-copy, .brix---heading-h2-size-9-copy, .brix---heading-h2-size-9-copy-copy {
    font-size: 28px;
    line-height: 40px;
  }

  .brix---mg-bottom-16px-4-copy {
    margin-bottom: 8px;
  }

  .brix---heading-h2-size-9-copy-copy-copy {
    font-size: 28px;
    line-height: 40px;
  }

  .brix---text-200-bold-3 {
    font-size: 16px;
    line-height: 18px;
  }

  .brix---input-large-button-inside {
    min-height: 68px;
    padding-top: 16px;
    padding-bottom: 16px;
  }

  .brix---heading-h2-size-11 {
    font-size: 28px;
    line-height: 40px;
  }

  .brix---grid-cta-v3 {
    grid-template-columns: 1fr;
  }

  .brix---cta-section-2 {
    padding-top: 29px;
    padding-bottom: 0;
  }

  .brix---btn-download-app-5-copy {
    padding: 20px 22px;
  }

  .brix---text-200-bold-3-copy {
    font-size: 16px;
    line-height: 18px;
  }

  .brix---btn-secondary-5 {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .brix---btn-primary-4 {
    padding: 20px 32px;
  }

  .brix---button-row-left-5 {
    margin-right: 16px;
  }

  .brix---text-200-list-bold-2 {
    font-size: 16px;
  }

  .brix---mg-bottom-56px-2 {
    margin-bottom: 40px;
  }

  .brix---heading-h2-size-12 {
    font-size: 28px;
    line-height: 40px;
  }

  .brix---mg-bottom-16px-5 {
    margin-bottom: 8px;
  }

  .brix--grid-2-columns-text-right {
    grid-template-columns: 1fr;
  }

  .brix---section-10 {
    padding-top: 100px;
    padding-bottom: 100px;
  }

  .brix---btn-download-app-5-copy-copy {
    padding: 20px 22px;
  }

  .brix---heading-h1-size---mg-0 {
    font-size: 38px;
    line-height: 46px;
  }

  .brix---3-columns-1-col-tablet-2 {
    grid-template-columns: 1fr;
  }

  .brix---heading-h2-size-13 {
    font-size: 28px;
    line-height: 40px;
  }

  .brix---subtitle-3 {
    font-size: 17px;
    line-height: 19px;
  }

  .brix---mg-bottom-48px-5 {
    margin-bottom: 32px;
  }

  .brix---section-11 {
    padding-top: 24px;
    padding-bottom: 20px;
  }

  .brix---section-ww-copy {
    padding-top: 100px;
    padding-bottom: 100px;
  }

  .brix--grid-2-coluddd-copy-copy {
    grid-template-columns: 1fr;
  }

  .brix---heading-h2-size-9-copy-copy-copy-copy {
    font-size: 28px;
    line-height: 40px;
  }

  .brix---section-11-copy {
    padding-top: 100px;
    padding-bottom: 100px;
  }

  .div-block-12 {
    margin-top: -35px;
  }

  .brix--grid-2-columnsww-copy-copy {
    grid-template-columns: 1fr;
  }

  .brix---section-10-movil {
    padding-top: 100px;
    padding-bottom: 100px;
  }

  .brix---section-10-smart {
    padding-top: 43px;
    padding-bottom: 10px;
  }

  .brix---heading-h2-size-12-movil {
    font-size: 28px;
    line-height: 40px;
  }

  .brix---section-ww-movil {
    padding-top: 100px;
    padding-bottom: 100px;
  }

  .image-15, .image-16 {
    display: none;
  }

  .image-17 {
    background-image: url('../images/video-autum-mobile.gif');
    background-position: 0 0;
    background-size: 100%;
  }

  .image-16-mob {
    display: block;
  }

  .image-15-mob {
    background-image: url('../images/video-autum-mobile.gif');
    display: block;
  }
}

@media screen and (max-width: 479px) {
  .swiper-slide.is-image1 {
    width: 80%;
  }

  .swiper-slide.is-image2 {
    width: 85%;
  }

  .swiper-slide.is-image3, .swiper-slide.is-image4 {
    width: 95%;
  }

  .swiper-slide.is-image5 {
    width: 75%;
  }

  .swiper-slide.is-third-1 {
    width: 80%;
  }

  .swiper-slide.is-third-2 {
    width: 85%;
  }

  .swiper-slide.is-third-3, .swiper-slide.is-third-4 {
    width: 95%;
  }

  .swiper-slide.is-third-5 {
    width: 75%;
  }

  .swiper-buttons {
    top: -4rem;
    left: 0%;
    right: auto;
  }

  .swiper-box2 {
    height: 16rem;
  }

  .margin-custom {
    height: 2.75rem;
    display: block;
  }

  .heading-small {
    font-size: 18px;
    line-height: 24px;
  }

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

  .divider-spacer {
    margin-top: 1.5rem;
  }

  .heading-display {
    font-size: 40px;
    line-height: 56px;
  }

  .footer-link {
    padding-left: .5rem;
  }

  .footer_component {
    padding-top: 80px;
  }

  .more {
    margin-left: 0;
  }

  .more-circle {
    margin-left: 0;
    margin-right: 12px;
  }

  .item_description {
    grid-row-gap: 12px;
    flex-direction: column;
    align-items: flex-start;
  }

  .box {
    margin-top: 0;
    margin-bottom: 10px;
    padding-left: 0;
    padding-right: 0;
  }

  .more-right {
    display: block;
  }

  .more-left {
    display: none;
  }

  .item_left {
    grid-row-gap: 8px;
  }

  .swiper-icon {
    width: 85px;
  }

  .container {
    max-width: none;
  }

  .hero-form {
    align-self: stretch;
    margin-bottom: 15px;
  }

  .hero-form-container {
    flex-direction: column;
    align-items: flex-start;
  }

  .hero-form-input {
    width: 100%;
    height: 48px;
    margin-bottom: 10px;
  }

  .brix---floating-image-hero-v1---1 {
    opacity: .2;
    bottom: -5%;
    left: -35%;
  }

  .brix---floating-image-hero-v1---2 {
    display: none;
  }

  .brix---btn-secondary, .brix---btn-primary {
    width: 100%;
    padding-top: 18px;
    padding-bottom: 18px;
    font-size: 17px;
    line-height: 19px;
  }

  .brix---button-row-left {
    width: 100%;
    margin-bottom: 20px;
    margin-right: 0;
  }

  .brix---buttons-row {
    flex-direction: column;
    align-items: stretch;
  }

  .brix---paragraph-default {
    font-size: 17px;
    line-height: 28px;
  }

  .brix---heading-h1-size {
    margin-bottom: 10px;
    font-size: 30px;
    line-height: 37px;
  }

  .brix---container-default {
    padding-left: 20px;
    padding-right: 20px;
  }

  .brix---section-hero-primary {
    padding-top: 48px;
    padding-bottom: 96px;
  }

  .brix---link-icon-right {
    width: 18px;
  }

  .brix---top-bar-wrapper {
    padding-left: 12px;
    padding-right: 12px;
    font-size: 17px;
    line-height: 26px;
  }

  .sysf-tab {
    flex: none;
    display: block;
  }

  .sysf-tabs-menu {
    flex-direction: row;
    display: flex;
    overflow: auto;
  }

  .f-breadcrumb-seperator {
    width: 14px;
    height: 14px;
  }

  .f-breadcrumb-home-svg {
    font-size: .2rem;
  }

  .f-breadcrumb-wrapper {
    justify-content: center;
    font-size: .2rem;
  }

  .f-breadcrumb {
    text-align: center;
    justify-content: center;
    align-items: center;
    font-size: .6rem;
  }

  .wbs-feature-4-item {
    padding: 20px;
  }

  .text-block-2 {
    font-size: 12px;
  }

  .brix---floating-image-hero-v1---3 {
    opacity: .2;
    bottom: -5%;
    left: -35%;
  }

  .brix---floating-image-hero-v1---4 {
    display: none;
  }

  .brix---btn-icon-left {
    width: 10%;
  }

  .brix---btn-download-app-white {
    width: 100%;
    padding-top: 18px;
    padding-bottom: 18px;
    font-size: 16px;
    line-height: 18px;
  }

  .brix---btn-download-app {
    width: 100%;
    text-align: left;
    padding-top: 18px;
    padding-bottom: 18px;
    font-size: 16px;
    line-height: 18px;
  }

  .brix---button-row-left-2 {
    width: 100%;
    margin-bottom: 20px;
    margin-right: 0;
  }

  .brix---buttons-row-2 {
    flex-direction: column;
    align-items: stretch;
  }

  .brix---paragraph-default-2 {
    text-align: center;
    font-size: 17px;
    line-height: 28px;
  }

  .brix---heading-h1-size-2 {
    text-align: center;
    margin-bottom: 10px;
    font-size: 41px;
    line-height: 37px;
  }

  .brix---container-default-2 {
    padding-left: 20px;
    padding-right: 20px;
  }

  .brix---section-hero-small {
    padding-top: 20px;
    padding-bottom: 24px;
  }

  .image {
    text-align: center;
    margin-top: -44px;
  }

  .brix---icon-small-hover {
    width: 20px;
  }

  .brix---top-bar-close-icon {
    padding-left: 12px;
    padding-right: 8px;
  }

  .brix---btn-primary-small-white {
    width: 68%;
    padding: 10px 0;
    font-family: Muli Semi, sans-serif;
    font-size: 13px;
  }

  .brix---container-default-3 {
    padding-left: 20px;
    padding-right: 20px;
  }

  .brix---top-bar-small-padding {
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .brix---top-bar-wrapper-2 {
    padding-left: 12px;
    padding-right: 12px;
    font-size: 17px;
    line-height: 26px;
  }

  .text-block-5 {
    font-size: 13px;
    line-height: 18px;
  }

  .brix---link-icon-right-2 {
    width: 18px;
  }

  .brix---text-200-bold {
    font-size: 15px;
    line-height: 16px;
  }

  .brix---paragraph-default-3 {
    font-size: 17px;
    line-height: 28px;
  }

  .brix---mg-bottom-24px {
    margin-bottom: 16px;
  }

  .brix---heading-h3-size {
    margin-bottom: 10px;
    font-size: 20px;
    line-height: 30px;
  }

  .brix---square-icon {
    max-width: 56px;
    border-radius: 14px;
  }

  .brix---card-link-content-left {
    padding-top: 40px;
    padding-left: 24px;
    padding-right: 24px;
  }

  .brix---grid-3-columns {
    grid-template-columns: 1fr;
  }

  .brix---heading-h2-size {
    font-size: 24px;
    line-height: 34px;
  }

  .brix---mg-bottom-48px {
    margin-bottom: 32px;
  }

  .brix---section {
    padding-top: 40px;
    padding-bottom: 10px;
  }

  .brix---paragraph-default-4 {
    font-size: 17px;
    line-height: 28px;
  }

  .brix---mg-bottom-16px {
    margin-bottom: 15px;
  }

  .brix---grid-2-columns-gap-56px {
    grid-row-gap: 36px;
  }

  .brix---tabs-content-card {
    padding-left: 24px;
    padding-right: 24px;
  }

  .brix---square-icon-48px {
    max-width: 56px;
    border-radius: 14px;
  }

  .brix---tab-small-center {
    padding-top: 12px;
    padding-bottom: 12px;
    font-size: 16px;
    line-height: 18px;
  }

  .brix---heading-h2-size-2 {
    font-size: 24px;
    line-height: 34px;
  }

  .brix---subtitle {
    font-size: 14px;
    line-height: 18px;
  }

  .brix---paragraph-default-5 {
    font-size: 17px;
    line-height: 28px;
  }

  .brix---accordion-title {
    font-size: 18px;
    line-height: 26px;
  }

  .brix---heading-h2-size-3 {
    font-size: 24px;
    line-height: 34px;
  }

  .brix---section-3 {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .brix---paragraph-default-6 {
    font-size: 17px;
    line-height: 28px;
  }

  .brix---heading-h2-size-4 {
    font-size: 24px;
    line-height: 34px;
  }

  .brix---icon-square-36px {
    width: 30px;
    height: 30px;
    min-height: 30px;
    min-width: 30px;
    border-radius: 6px;
    font-size: 14px;
  }

  .brix---social-media-grid-center {
    flex: 1;
    grid-template-columns: repeat(auto-fit, 30px);
    align-self: stretch;
  }

  .brix---paragraph-default-7 {
    font-size: 17px;
    line-height: 28px;
  }

  .brix---display-3 {
    font-size: 26px;
    line-height: 39px;
  }

  .brix---badge-secondary-small-bold {
    padding: 10px 16px;
    font-size: 14px;
    line-height: 16px;
  }

  .brix---badge-wrapper-bottom-center {
    bottom: 20px;
  }

  .brix---avatar-image-link {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }

  .brix---grid-3-columns-gap-row-64px {
    grid-row-gap: 40px;
    grid-template-columns: 1fr;
  }

  .brix---heading-h2-size-5 {
    font-size: 24px;
    line-height: 34px;
  }

  .f-tab-menu {
    width: 100%;
  }

  .brix---icon-small-hover-2 {
    width: 20px;
  }

  .brix---top-bar-close-icon-2 {
    padding-left: 12px;
    padding-right: 8px;
  }

  .brix---container-default-4 {
    padding-left: 20px;
    padding-right: 20px;
  }

  .brix---top-bar-wrapper-3 {
    padding-left: 12px;
    padding-right: 12px;
    font-size: 17px;
    line-height: 26px;
  }

  .brix---icon-square-36px-2 {
    width: 30px;
    height: 30px;
    min-height: 30px;
    min-width: 30px;
    border-radius: 6px;
    font-size: 14px;
  }

  .brix---social-media-grid-left {
    grid-template-columns: repeat(auto-fit, 30px);
  }

  .brix---paragraph-default-8 {
    font-size: 17px;
    line-height: 28px;
  }

  .brix---mg-bottom-24px-2 {
    margin-bottom: 16px;
  }

  .brix---heading-h3-size-2 {
    margin-bottom: 10px;
    font-size: 20px;
    line-height: 30px;
  }

  .brix---content-inside-card {
    padding-top: 26px;
    padding-left: 22px;
    padding-right: 22px;
  }

  .brix---badge-secondary-small-bold-2 {
    padding: 10px 16px;
    font-size: 14px;
    line-height: 16px;
  }

  .brix---badge-wrapper-top-right {
    top: 14px;
    right: 14px;
  }

  .brix---avatar-image-link-2 {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }

  .brix---grid-3-columns-2 {
    grid-template-columns: 1fr;
  }

  .brix---heading-h2-size-6 {
    font-size: 24px;
    line-height: 34px;
  }

  .brix---mg-bottom-16px-2 {
    margin-bottom: 15px;
  }

  .brix---mg-bottom-48px-2 {
    margin-bottom: 32px;
  }

  .div-block-4 {
    margin-top: -11px;
  }

  .brix---paragraph-default-9 {
    font-size: 17px;
    line-height: 28px;
  }

  .brix---heading-h3-size-3 {
    margin-bottom: 10px;
    font-size: 20px;
    line-height: 30px;
  }

  .brix---square-icon-2 {
    max-width: 56px;
    border-radius: 14px;
  }

  .brix---mg-bottom-24px-3 {
    margin-bottom: 16px;
  }

  .brix---grid-3-columns-3 {
    grid-template-columns: 1fr;
  }

  .brix---heading-h2-size-7 {
    font-size: 24px;
    line-height: 34px;
  }

  .brix---mg-bottom-48px-3 {
    margin-bottom: 32px;
  }

  .brix---container-default-5 {
    padding-left: 20px;
    padding-right: 20px;
  }

  .sysf-tab-2 {
    flex: none;
    display: block;
  }

  .sysf-tabs-menu-2 {
    flex-direction: row;
    display: flex;
    overflow: auto;
  }

  .brix---floating-image-hero-v1---5 {
    opacity: .2;
    bottom: -5%;
    left: -35%;
  }

  .brix---floating-image-hero-v1---6 {
    display: none;
  }

  .brix---btn-icon-left-2 {
    width: 10%;
  }

  .brix---btn-download-app-white-2 {
    width: 100%;
    padding-top: 18px;
    padding-bottom: 18px;
    font-size: 16px;
    line-height: 18px;
  }

  .brix---btn-download-app-2 {
    width: 100%;
    text-align: left;
    padding-top: 18px;
    padding-bottom: 18px;
    font-size: 16px;
    line-height: 18px;
  }

  .brix---button-row-left-3 {
    width: 100%;
    margin-bottom: 20px;
    margin-right: 0;
  }

  .brix---buttons-row-3 {
    flex-direction: column;
    align-items: stretch;
  }

  .brix---paragraph-default-10 {
    font-size: 17px;
    line-height: 28px;
  }

  .brix---heading-h1-size-3 {
    margin-bottom: 10px;
    font-size: 30px;
    line-height: 37px;
  }

  .brix---container-default-6 {
    padding-left: 0;
    padding-right: 0;
  }

  .brix---section-hero-small-2 {
    padding-top: 48px;
    padding-bottom: 96px;
  }

  .brix---floating-image-hero-v1---7 {
    display: none;
  }

  .brix---btn-download-app-white-3 {
    width: 100%;
    padding-top: 18px;
    padding-bottom: 18px;
    font-size: 16px;
    line-height: 18px;
  }

  .brix---btn-download-app-3 {
    width: 100%;
    text-align: left;
    padding-top: 18px;
    padding-bottom: 18px;
    font-size: 16px;
    line-height: 18px;
  }

  .brix---paragraph-default-11 {
    font-size: 17px;
    line-height: 28px;
  }

  .brix---heading-h1-size-4 {
    margin-bottom: 10px;
    font-size: 30px;
    line-height: 37px;
  }

  .brix---section-hero-small-3 {
    padding-top: 48px;
    padding-bottom: 96px;
  }

  .brix---floating-image-hero-v1---8 {
    opacity: .2;
    bottom: -5%;
    left: -35%;
  }

  .brix---btn-secondary-2, .brix---btn-primary-2 {
    width: 100%;
    padding-top: 18px;
    padding-bottom: 18px;
    font-size: 17px;
    line-height: 19px;
  }

  .brix---paragraph-default-12 {
    margin-bottom: 38px;
    font-size: 15px;
    line-height: 20px;
  }

  .brix---heading-h1-size-5 {
    margin-bottom: 10px;
    font-size: 28px;
    line-height: 37px;
  }

  .brix---section-hero-primary-2 {
    padding: 48px 25px 53px;
  }

  .image-3 {
    width: 199px;
    margin-top: -13px;
  }

  .brix---floating-image-hero-v1---9 {
    opacity: .2;
    bottom: -5%;
    left: -35%;
  }

  .brix---floating-image-hero-v1---10 {
    display: none;
  }

  .brix---btn-download-app-white-4 {
    width: 100%;
    padding-top: 18px;
    padding-bottom: 18px;
    font-size: 16px;
    line-height: 18px;
  }

  .brix---btn-download-app-4 {
    width: 100%;
    text-align: left;
    padding-top: 18px;
    padding-bottom: 18px;
    font-size: 16px;
    line-height: 18px;
  }

  .brix---paragraph-default-13 {
    font-size: 17px;
    line-height: 28px;
  }

  .brix---heading-h1-size-6 {
    margin-bottom: 10px;
    font-size: 30px;
    line-height: 37px;
  }

  .brix---section-hero-small-4 {
    padding-top: 48px;
    padding-bottom: 96px;
  }

  .text-block-8 {
    font-size: 15px;
  }

  .brix---paragraph-default-14 {
    font-size: 17px;
    line-height: 28px;
  }

  .brix---heading-h3-size-4 {
    margin-bottom: 10px;
    font-size: 20px;
    line-height: 30px;
  }

  .brix---mg-bottom-8px {
    margin-bottom: 6px;
  }

  .brix---content-center-card {
    width: 83%;
    margin-bottom: 22px;
  }

  .brix---3-columns-1-col-tablet {
    grid-template-columns: 1fr;
    padding-left: 0;
    padding-right: 0;
  }

  .brix---heading-h2-size-8 {
    padding-left: 20px;
    padding-right: 20px;
    font-size: 24px;
    line-height: 34px;
  }

  .brix---mg-bottom-16px-3 {
    margin-bottom: 15px;
  }

  .brix---subtitle-2 {
    font-size: 14px;
    line-height: 18px;
  }

  .brix---mg-bottom-48px-4 {
    margin-bottom: 32px;
  }

  .brix---section-8 {
    padding-top: 18px;
    padding-bottom: 32px;
  }

  .brix---link-icon-right-3 {
    width: 18px;
  }

  .brix---text-200-bold-2 {
    font-size: 15px;
    line-height: 16px;
  }

  .brix---grid-2-columns-gap-56px-2 {
    grid-row-gap: 36px;
  }

  .brix---tabs-content-card-2 {
    padding-left: 24px;
    padding-right: 24px;
  }

  .brix---square-icon-48px-2 {
    max-width: 56px;
    border-radius: 14px;
  }

  .brix---tab-small-center-2 {
    padding-top: 12px;
    padding-bottom: 12px;
    font-size: 16px;
    line-height: 18px;
  }

  .brix---btn-slider-arrow-right---testimonial-v12 {
    right: 31%;
  }

  .brix---btn-slider-arrow-left---testimonial-v12 {
    left: 31%;
  }

  .brix---text-200 {
    font-size: 15px;
    line-height: 16px;
  }

  .brix---heading-h4-size {
    font-size: 18px;
    line-height: 24px;
  }

  .brix---mg-bottom-24px-4 {
    margin-bottom: 16px;
  }

  .brix---card-testimonial-v13 {
    padding-top: 40px;
    padding-left: 24px;
    padding-right: 24px;
  }

  .brix---btn-secondary-3 {
    width: 100%;
    padding-top: 18px;
    padding-bottom: 18px;
    font-size: 17px;
    line-height: 19px;
  }

  .brix---buttons-row-right---t-left {
    flex-direction: column;
    align-items: stretch;
  }

  .brix---grid-top---text-2-buttons {
    grid-row-gap: 16px;
    grid-template-columns: 1fr;
  }

  .brix---section-overflow-hidden {
    padding-top: 96px;
    padding-bottom: 96px;
  }

  .div-block-6 {
    padding-left: 0;
    padding-right: 0;
  }

  .brix---btn-download-app-5 {
    width: 100%;
    text-align: left;
    padding-top: 18px;
    padding-bottom: 18px;
    font-size: 16px;
    line-height: 18px;
  }

  .brix---btn-secondary-4, .brix---btn-primary-3 {
    width: 100%;
    padding-top: 18px;
    padding-bottom: 18px;
    font-size: 17px;
    line-height: 19px;
  }

  .brix---button-row-left-4 {
    width: 100%;
    margin-bottom: 20px;
    margin-right: 0;
  }

  .brix---buttons-row-4 {
    flex-direction: column;
    align-items: stretch;
  }

  .brix---text-200-list-bold {
    font-size: 13px;
    line-height: 19px;
  }

  .brix---icon-list {
    width: 24px;
    margin-right: 8px;
  }

  .brix---mg-bottom-56px {
    margin-bottom: 32px;
  }

  .brix---paragraph-default-15 {
    font-size: 13px;
    line-height: 18px;
  }

  .brix---mg-bottom-24px-5 {
    margin-bottom: 16px;
  }

  .brix---heading-h2-size-9 {
    font-size: 24px;
    line-height: 34px;
  }

  .brix---mg-bottom-16px-4 {
    margin-bottom: 15px;
  }

  .brix--grid-2-columnsww {
    justify-content: center;
    padding-left: 0;
  }

  .brix---container-default-7 {
    justify-content: center;
    align-items: center;
    padding-left: 20px;
    padding-right: 20px;
    display: none;
  }

  .brix---section-9 {
    padding-top: 0;
    padding-bottom: 0;
  }

  .brix---link-icon-right-4 {
    width: 16px;
  }

  .brix---top-bar-wrapper-4 {
    padding-left: 12px;
    padding-right: 12px;
    font-size: 17px;
    line-height: 26px;
  }

  .text-block-13 {
    font-size: 15px;
  }

  .brix---cta-v5-floating-item-01 {
    top: -3%;
    left: -2%;
  }

  .brix---btn-secondary-white, .brix---btn-primary-white {
    width: 100%;
    padding-top: 18px;
    padding-bottom: 18px;
    font-size: 16px;
    line-height: 18px;
  }

  .brix---paragraph-default-16 {
    font-size: 17px;
    line-height: 28px;
  }

  .brix---heading-h2-size-10 {
    font-size: 24px;
    line-height: 34px;
  }

  .brix---container-default-8 {
    padding-left: 20px;
    padding-right: 20px;
  }

  .brix---cta-section {
    padding-top: 72px;
    padding-bottom: 72px;
  }

  .brix---heading-h2-size-9-copy {
    font-size: 24px;
    line-height: 34px;
  }

  .text-block-13-copy {
    font-size: 13px;
  }

  .image-4 {
    display: none;
  }

  .image-5 {
    width: 45px;
    float: none;
    clear: none;
    display: block;
    position: static;
    top: 17px;
  }

  .div-block-8 {
    margin-right: 0;
  }

  .image-6 {
    width: 91%;
    float: none;
    clear: none;
    text-align: center;
    align-self: center;
    margin-left: 0;
    margin-right: 0;
    padding-left: 17px;
    display: inline;
  }

  .brix---section-ww {
    margin-bottom: 0;
    padding-top: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .brix---paragraph-default-15-copy {
    font-size: 17px;
    line-height: 28px;
  }

  .brix---container-default-7-copy, .brix---container-defaultddddddd {
    padding-left: 20px;
    padding-right: 20px;
  }

  .brix--grid-2-coluddd-copy {
    width: 100%;
    height: 300px;
    margin-top: -54px;
    margin-bottom: 35px;
    padding-left: 40px;
    padding-right: 40px;
  }

  .brix--grid-2-columnsww-copy {
    object-fit: fill;
    grid-template-columns: 1fr 1fr;
    padding-left: 0;
    overflow: auto;
  }

  .brix---paragraph-default-15-copy {
    font-size: 13px;
    line-height: 18px;
  }

  .brix---heading-h2-size-9-copy-copy {
    font-size: 24px;
    line-height: 34px;
  }

  .brix---heading-h2-size-9-copy {
    margin-top: 32px;
    font-size: 24px;
    line-height: 34px;
  }

  .div-block-8-copy {
    margin-top: -38px;
    padding-right: 0;
  }

  .brix---heading-h2-size-9-copy-copy {
    text-align: left;
    margin-bottom: 16px;
    font-size: 16px;
    line-height: 25px;
  }

  .brix---mg-bottom-16px-4-copy {
    margin-bottom: 15px;
  }

  .div-block-9 {
    overflow: visible;
  }

  .brix---heading-h2-size-9-copy-copy-copy {
    font-size: 24px;
    line-height: 34px;
  }

  .brix---text-200-bold-3 {
    font-size: 15px;
    line-height: 16px;
  }

  .brix---icon-list-2 {
    width: 24px;
    margin-right: 8px;
  }

  .brix---icon-success-message-left {
    margin-bottom: 10px;
    margin-right: 0;
  }

  .brix---flex-horizontal---vertical-mbp {
    flex-direction: column;
  }

  .brix---btn-primary-small-input {
    width: 100%;
    color: #da262d;
    background-color: #fff;
    border: 1px solid #da262d;
    margin-top: 12px;
    padding-top: 18px;
    padding-bottom: 18px;
    position: static;
  }

  .brix---input-large-button-inside {
    min-height: 64px;
    font-size: 16px;
    line-height: 18px;
  }

  .brix---input-large-button-inside::-ms-input-placeholder {
    font-size: 16px;
    line-height: 16px;
  }

  .brix---input-large-button-inside::placeholder {
    font-size: 16px;
    line-height: 16px;
  }

  .brix---heading-h2-size-11 {
    font-size: 24px;
    line-height: 34px;
  }

  .brix---container-default-9 {
    margin-top: 22px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .brix---cta-section-2 {
    padding-top: 0;
    padding-bottom: 72px;
    display: none;
  }

  .brix---icon-list-2-copy {
    width: 100px;
    margin-right: 8px;
  }

  .brix---btn-download-app-5-copy {
    width: 100%;
    text-align: left;
    padding-top: 18px;
    padding-bottom: 18px;
    font-size: 16px;
    line-height: 18px;
  }

  .brix---text-200-bold-3-copy {
    font-size: 15px;
    line-height: 16px;
  }

  .brix---btn-secondary-5, .brix---btn-primary-4 {
    width: 100%;
    padding-top: 18px;
    padding-bottom: 18px;
    font-size: 17px;
    line-height: 19px;
  }

  .brix---button-row-left-5 {
    width: 100%;
    margin-bottom: 20px;
    margin-right: 0;
  }

  .brix---buttons-row-5 {
    flex-direction: column;
    align-items: stretch;
  }

  .brix---text-200-list-bold-2 {
    font-size: 12px;
  }

  .brix---icon-list-3 {
    width: 24px;
    margin-right: 8px;
  }

  .brix---grid-1-column-gap-row-16px-2 {
    padding-right: 0;
  }

  .brix---mg-bottom-56px-2 {
    margin-bottom: 32px;
  }

  .brix---paragraph-default-17 {
    font-size: 15px;
    line-height: 22px;
  }

  .brix---mg-bottom-24px-6 {
    margin-bottom: 16px;
  }

  .brix---heading-h2-size-12 {
    font-size: 24px;
    line-height: 34px;
  }

  .brix---mg-bottom-16px-5 {
    margin-bottom: 15px;
  }

  .brix--grid-2-columns-text-right {
    align-items: center;
  }

  .brix---container-default-10 {
    padding-left: 20px;
    padding-right: 20px;
  }

  .brix---section-10 {
    display: none;
  }

  .brix---btn-download-app-5-copy-copy {
    width: 63%;
    text-align: center;
    margin-left: auto;
    margin-right: auto;
    padding: 15px 10px;
    font-size: 16px;
    line-height: 18px;
  }

  .brix---heading-h3-size-5 {
    margin-bottom: 10px;
    font-size: 20px;
    line-height: 30px;
  }

  .brix---mg-bottom-8px-2 {
    margin-bottom: 6px;
  }

  .brix---heading-h1-size---mg-0 {
    font-size: 32px;
    line-height: 38px;
  }

  .brix---circle-number {
    width: 110px;
    height: 110px;
    min-height: 110px;
    min-width: 110px;
    margin-bottom: 14px;
  }

  .brix---3-columns-1-col-tablet-2 {
    grid-template-columns: 1fr;
  }

  .brix---heading-h2-size-13 {
    font-size: 24px;
    line-height: 34px;
  }

  .brix---subtitle-3 {
    font-size: 14px;
    line-height: 18px;
  }

  .brix---mg-bottom-48px-5 {
    margin-bottom: 32px;
  }

  .brix---section-11 {
    padding-top: 18px;
    padding-bottom: 0;
  }

  .brix---section-ww-copy {
    display: none;
  }

  .brix---container-defaultddddddd-copy {
    padding-left: 20px;
    padding-right: 20px;
  }

  .brix--grid-2-coluddd-copy-copy {
    background-color: rgba(0, 0, 0, 0);
    background-image: none;
    margin-top: -76px;
    padding-left: 0;
    padding-right: 0;
  }

  .brix---heading-h2-size-9-copy-copy-copy-copy {
    color: #f03f40;
    font-size: 15px;
    line-height: 34px;
  }

  .brix---section-11-copy {
    padding-top: 78px;
  }

  .image-9 {
    width: 20%;
    display: inline-block;
    top: 59%;
    right: 0%;
  }

  .image-10 {
    width: 16%;
    display: inline-block;
    top: 67%;
    left: -2px;
  }

  .text-block-8-copy-copy {
    font-size: 17px;
  }

  .div-block-12 {
    justify-content: center;
    align-items: center;
    margin-top: -6px;
    display: block;
  }

  .image-4-copy {
    width: 77%;
    display: block;
    top: -28%;
    right: -35%;
  }

  .div-block-13 {
    margin-top: -161px;
  }

  .brix---container-default-7-copy {
    justify-content: center;
    align-items: center;
    margin-top: -6px;
    margin-bottom: -38px;
    padding-left: 20px;
    padding-right: 20px;
    display: flex;
  }

  .brix---container-default-7-copy-copy {
    justify-content: center;
    align-items: center;
    padding-left: 20px;
    padding-right: 20px;
    display: flex;
  }

  .brix--grid-2-columnsww-copy-copy {
    grid-template-columns: 1fr;
    padding-left: 0;
  }

  .image-6-copy {
    z-index: auto;
    width: 100%;
    max-width: 100%;
    float: none;
    clear: none;
    text-align: center;
    object-fit: fill;
    flex: 0 auto;
    align-self: center;
    margin-left: 0;
    margin-right: auto;
    padding-left: 0;
    display: block;
    position: static;
    top: 43px;
    right: -55px;
    overflow: visible;
  }

  .text-span-4-copy {
    font-size: 18px;
  }

  .div-block-9-copy {
    height: 258px;
    background-image: linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, 0));
    margin-top: 13px;
    padding-top: 0;
    position: static;
    overflow: visible;
  }

  .image-11 {
    max-width: 87%;
    margin-top: 82px;
    display: block;
    position: absolute;
    top: auto;
    right: -82px;
  }

  .div-block-14 {
    width: 145px;
  }

  .brix---section-10-smart {
    padding-top: 31px;
    padding-bottom: 24px;
    display: block;
  }

  .brix---heading-h2-size-12-movil {
    text-align: center;
    font-size: 24px;
    line-height: 34px;
  }

  .image-12 {
    margin-top: -104px;
  }

  .brix---grid-1-column-gap-row-16px-2-movil {
    padding-right: 0;
  }

  .div-block-10-copy {
    margin-top: -3px;
  }

  .text-block-14-copy {
    text-align: center;
    margin-top: 0;
  }

  .image-13 {
    margin-top: -47px;
  }

  .brix---section-ww-movil {
    border: 10px solid #000;
    margin-bottom: -170px;
    padding: 0;
    display: block;
  }
}


@font-face {
  font-family: 'Satoshi';
  src: url('../fonts/Satoshi-Bold.ttf') format('truetype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Satoshi';
  src: url('../fonts/Satoshi-Medium.ttf') format('truetype');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Muli Semi';
  src: url('../fonts/muli_semi_bold.ttf') format('truetype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Muli';
  src: url('../fonts/muli_bold.ttf') format('truetype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}