.w-backgroundvideo-backgroundvideoplaypausebutton:focus-visible {
  outline-offset: 2px;
  border-radius: 50%;
  outline: 2px solid #3b79c3;
}

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

.w-layout-blockcontainer {
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

@media screen and (max-width: 991px) {
  .w-layout-blockcontainer {
    max-width: 728px;
  }
}

@media screen and (max-width: 767px) {
  .w-layout-blockcontainer {
    max-width: none;
  }
}

.button-outline-large {
  grid-column-gap: 4px;
  grid-row-gap: 4px;
  -webkit-backdrop-filter: blur(32px);
  backdrop-filter: blur(32px);
  color: #fff;
  background-color: #e9e9e9;
  border: 1px solid #d4d4d4;
  border-radius: 7px;
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  padding: 12px 20px;
  font-size: 18px;
  font-weight: 500;
  line-height: 24px;
  text-decoration: none;
  transition: border-color .4s, background-color .4s, color .4s;
  display: flex;
  position: relative;
}

.button-outline-large:hover {
  color: #361b36;
  background-color: #f0ebf0;
  border-color: #ac91ac;
}

.button-outline-large.w--current {
  background-color: #344256;
  border-color: #48566a;
}

.carousel-group {
  grid-column-gap: 100px;
  grid-row-gap: 100px;
  flex: none;
  justify-content: center;
  align-items: center;
  display: flex;
}

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

.container-large.relative {
  position: relative;
}

.header-button-group {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  flex-wrap: wrap;
  display: flex;
}

.fade-gradient-right {
  z-index: 1;
  pointer-events: none;
  background-image: linear-gradient(93deg, #0000, #f8f6f6b5 60%, #f8f6f6);
  width: 15%;
  position: absolute;
  inset: 0% 0% 0% auto;
}

.carousel-wrapper {
  width: 100%;
  max-width: 1600px;
  height: 32px;
  margin-top: 70px;
  position: relative;
  overflow: hidden;
}

.text-color-red-600 {
  color: #932525;
}

.fade-gradient-left {
  z-index: 5;
  pointer-events: none;
  background-image: linear-gradient(89deg, #f8f6f6, #f8f6f6b8 48%, #0000);
  width: 15%;
  position: absolute;
  inset: 0% auto 0% 0%;
}

.icon-x-small {
  flex: none;
  justify-content: center;
  align-items: center;
  width: 16px;
  height: 16px;
  display: flex;
}

.header-section {
  background-color: #181818;
  padding: 86px 5% 48px;
  position: relative;
}

.header-feature-wrapper {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  flex-wrap: wrap;
  align-items: center;
  display: flex;
}

.paragraph-x-small {
  font-size: 12px;
  line-height: 16px;
}

.paragraph-x-small.text-weight-medium {
  font-weight: 500;
}

.text-color-green-600 {
  color: #2f7561;
}

.header-grid {
  grid-column-gap: 100px;
  grid-row-gap: 44px;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
}

.h1-heading {
  color: #fff;
  text-align: center;
  letter-spacing: -.03em;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Poppins, sans-serif;
  font-size: 64px;
  font-weight: 500;
  line-height: 1.2;
}

.carousel-item {
  color: #b8b8b8;
  justify-content: center;
  align-items: center;
  transition: color .5s;
  display: flex;
}

.carousel-item:hover {
  color: #000;
}

.button-primary-large {
  grid-column-gap: 4px;
  grid-row-gap: 4px;
  color: #fff;
  letter-spacing: -.25px;
  background-color: #0a0a0a;
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  padding: 16px 24px;
  font-size: 18px;
  font-weight: 500;
  line-height: 24px;
  text-decoration: none;
  transition: background-color .4s;
  display: flex;
}

.button-primary-large:hover {
  background-color: #734573;
}

.button-primary-large.icon-right {
  padding-right: 12px;
}

.column-large {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  flex-flow: column;
  display: flex;
}

.text-color-blue-600 {
  color: #2f5c98;
}

.column-small {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  text-align: center;
  flex-flow: column;
  display: flex;
}

.icon-regular {
  color: #222;
  flex: none;
  justify-content: center;
  align-items: center;
  width: 24px;
  height: 24px;
  display: flex;
}

.paragraph-x-large {
  color: #fff;
  text-align: center;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Open Sans, sans-serif;
  font-size: 20px;
  line-height: 32px;
}

.header-feature {
  grid-column-gap: 4px;
  grid-row-gap: 4px;
  color: #171717;
  flex-direction: row;
  align-items: center;
  font-weight: 500;
  display: flex;
}

.icon-x-large {
  flex: none;
  justify-content: center;
  align-items: center;
  width: 32px;
  height: 32px;
  display: flex;
}

.text-color-purple-600 {
  color: #5c2d5c;
}

.header-divider {
  background-color: #e7e0df;
  width: 1.5px;
  height: 12px;
}

.header-content {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  padding-top: 233px;
  display: flex;
}

.header-image-block {
  background-color: #f2eeee;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 488px;
  min-height: 536px;
  padding: 62px 32px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.navigation-side-links {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  flex-flow: column;
  min-width: 240px;
  display: flex;
}

.button-primary {
  grid-column-gap: 4px;
  grid-row-gap: 4px;
  color: #fff;
  text-align: center;
  letter-spacing: -.25px;
  white-space: nowrap;
  background-color: #0a0a0a;
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  padding: 12px 20px;
  font-size: 16px;
  font-weight: 500;
  line-height: 24px;
  text-decoration: none;
  transition: background-color .4s;
  display: flex;
}

.button-primary:hover {
  background-color: #077ff0;
}

.button-primary.w--current {
  background-color: #4b264b;
  border-color: #48566a;
}

.button-primary.icon-right {
  border-radius: 8px;
  padding-right: 12px;
}

.button-primary.icon-right:hover {
  background-color: #057cee;
}

.navigation-button-wrapper {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  display: flex;
}

.banner {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  color: #fff;
  text-align: center;
  background-color: #000;
  justify-content: center;
  align-items: center;
  padding: 12px 32px;
  display: flex;
  position: relative;
}

.navigation-wrapper-large {
  grid-column-gap: 32px;
  align-items: center;
  display: flex;
}

.navigation-menu {
  grid-column-gap: 4px;
  grid-row-gap: 4px;
  align-items: center;
  display: flex;
}

.navigation {
  z-index: 999;
  background-color: #161616;
  border-bottom: 1px solid #d4d4d4;
  border-radius: 0;
  align-items: center;
  width: 100%;
  height: 96px;
  padding: 10px 5%;
  display: flex;
}

.dropdown-links-grid {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
}

.navigation-icon-wrapper {
  color: #361b36;
  background-color: #f0ebf0;
  justify-content: center;
  align-items: center;
  width: 48px;
  min-width: 48px;
  height: 48px;
  min-height: 48px;
  display: flex;
}

.navigation-icon-wrapper.brown {
  color: #63514f;
  background-color: #f8f6f6;
}

.navigation-icon-wrapper.red {
  color: #5a1616;
  background-color: #f6eaea;
}

.navigation-icon-wrapper.blue {
  color: #233f67;
  background-color: #f3f6fc;
}

.navigation-icon-wrapper.green {
  color: #244c42;
  background-color: #f4faf8;
}

.paragraph-small {
  margin-bottom: 0;
  font-size: 14px;
  line-height: 20px;
}

.paragraph-small.text-color-gray-500 {
  color: #737373;
}

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

.dropdown-link {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  color: #000;
  white-space: nowrap;
  align-items: center;
  padding-right: 16px;
  text-decoration: none;
  display: flex;
}

.navigation-dropdown-row {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  grid-template-rows: auto;
  grid-template-columns: 1.5fr 1fr;
  display: flex;
}

.navigation-link {
  color: #fff;
  padding: 12px 18px;
  font-family: Poppins, sans-serif;
  font-size: 15px;
  line-height: 24px;
  text-decoration: none;
  transition: color .3s;
}

.navigation-link:hover {
  color: #057cee;
}

.navigation-link.w--current {
  color: #642eff;
}

.navigation-dropdown-card {
  background-color: #fff;
  border: 1px solid #e6e6e6;
  width: 100%;
  padding: 24px;
}

.navigation-button-group {
  grid-column-gap: 8px;
  align-items: center;
  display: flex;
}

.dropdown-title {
  border-bottom: 1px solid #e6e6e6;
  padding-bottom: 16px;
}

.dropdown-icon {
  justify-content: center;
  align-items: center;
  width: 24px;
  height: 24px;
  transition: color .2s;
  display: flex;
}

.button-outline {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  -webkit-backdrop-filter: blur(32px);
  backdrop-filter: blur(32px);
  color: #0a0a0a;
  background-color: #0000;
  border: 1px solid #d4d4d4;
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  padding: 12px 20px;
  font-size: 16px;
  font-weight: 500;
  line-height: 24px;
  text-decoration: none;
  transition: border-color .4s, background-color .4s, color .4s;
  display: flex;
  position: relative;
}

.button-outline:hover {
  color: #110811;
  background-color: #f0ebf0;
  border-color: #c8b6c8;
}

.button-outline.w--current {
  background-color: #fafafa;
}

.button-outline.icon-left {
  padding-left: 12px;
}

.subheading-small {
  color: #0a0a0a;
  letter-spacing: -.02em;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 16px;
  font-weight: 500;
  line-height: 24px;
}

.column-tiny {
  grid-column-gap: 4px;
  grid-row-gap: 4px;
  flex-flow: column;
  display: flex;
}

.navigation-dropdown-list {
  background-color: #0000;
}

.navigation-dropdown-list.w--open {
  padding-top: 34px;
  overflow: hidden;
}

.overline {
  letter-spacing: 2px;
  text-transform: uppercase;
  font-family: Poppins, sans-serif;
  font-size: 17px;
  font-weight: 500;
  line-height: 16px;
}

.overline.text-color-gray-500 {
  color: #737373;
}

.overline.overlineheader {
  color: #fff;
}

.dropdown-side-link {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  color: #0a0a0a;
  white-space: nowrap;
  align-items: center;
  padding-right: 24px;
  text-decoration: none;
  display: flex;
}

.navigation-dropdown-toggle {
  grid-column-gap: 2px;
  grid-row-gap: 2px;
  color: #0a0a0a;
  align-items: center;
  padding: 12px 12px 12px 18px;
  font-size: 16px;
  line-height: 24px;
  text-decoration: none;
  transition: color .3s;
  display: flex;
}

.navigation-dropdown-toggle:hover {
  color: #734573;
}

.navigation-dropdown-toggle.w--current {
  color: #642eff;
}

.navigation-dropdown-toggle.w--open {
  background-color: #fff;
}

.navigation-container {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.text-block {
  color: #fff;
}

.image {
  align-self: center;
  margin-top: 10px;
}

.text-block-2 {
  color: #272727;
}

.background-video {
  color: #000;
  background-color: #1d1d1db8;
  height: 800px;
}

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

.content-wrapper {
  grid-column-gap: 42px;
  grid-row-gap: 42px;
  flex-direction: column;
  display: flex;
}

.button-primary-small {
  grid-column-gap: 4px;
  grid-row-gap: 4px;
  color: #fff;
  background-color: #0a0a0a;
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  padding: 10px 16px;
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;
  text-decoration: none;
  transition: background-color .4s;
  display: flex;
}

.button-primary-small:hover {
  background-color: #734573;
}

.content-dropdown-list {
  background-color: #0000;
  margin-top: -4px;
  position: static;
}

.content-left {
  grid-column-gap: 64px;
  grid-row-gap: 64px;
  flex-flow: column;
  display: flex;
}

.content-feature-dropdowns {
  flex-flow: column;
  display: flex;
}

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

.content-block-large {
  background-color: #fafafa;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 488px;
  min-height: 604px;
  padding: 48px;
  display: flex;
}

.content-dropdown-toggle {
  z-index: 2;
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  color: #404040;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  padding: 16px 0;
  display: flex;
}

.paragraph-regular {
  letter-spacing: -.25px;
  margin-bottom: 0;
  font-size: 16px;
  line-height: 24px;
}

.paragraph-regular.text-color-gray-700 {
  color: #404040;
  font-family: Open Sans, sans-serif;
}

.section-regular {
  padding: 80px 5%;
  position: relative;
  overflow: hidden;
}

.section-regular.background-brown-50 {
  background-color: #f8f6f6;
}

.section-regular.background-brown-50.backnew {
  background-color: #fff;
}

.section-regular.sectionwhy {
  background-color: #f5f5f5;
}

.image-fill {
  width: 100%;
  height: auto;
}

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

.content-dropdown-title {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  flex: 1;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.content-dropdown-tab {
  max-width: 544px;
  padding-bottom: 16px;
}

.content-dropdown {
  width: 100%;
  height: auto;
  position: static;
  overflow: hidden;
}

.content-image-wrapper {
  background-color: #fff;
  max-width: 488px;
  height: auto;
}

.h3-heading {
  color: #0a0a0a;
  letter-spacing: -.04em;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Poppins, sans-serif;
  font-size: 48px;
  font-weight: 500;
  line-height: 1.2;
}

.h3-heading.headingcrono {
  margin-bottom: 20px;
}

.divider-gray-200 {
  background-color: #e6e6e6;
  width: 100%;
  height: 1px;
}

.text-link {
  color: #404040;
  text-decoration: underline;
  transition: color .3s;
}

.text-link:hover {
  color: #734573;
}

.paragraph-x-large-2 {
  margin-top: 0;
  margin-bottom: 0;
  font-family: Open Sans, sans-serif;
  font-size: 20px;
  line-height: 32px;
}

.paragraph-x-large-2.paranew {
  color: #fff;
}

.paragraph-x-large-2.paracrono {
  margin-bottom: 40px;
}

.column-regular {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-flow: column;
  display: flex;
}

.column-x-small {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  flex-flow: column;
  display: flex;
}

.column-x-small.column-center {
  text-align: center;
  align-items: center;
}

.column-x-small.conttxtcenter {
  text-align: center;
}

.subheading-regular {
  color: #0a0a0a;
  letter-spacing: -.02em;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Poppins, sans-serif;
  font-size: 18px;
  font-weight: 500;
  line-height: 24px;
}

.content-feature-card {
  grid-row-gap: 16px;
  flex-direction: column;
  justify-content: space-between;
  align-items: stretch;
  display: flex;
  position: relative;
}

.content-footer {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  justify-content: space-between;
  align-items: center;
  margin-top: 92px;
  display: flex;
}

.title-center-small {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  text-align: center;
  flex-direction: column;
  align-items: center;
  margin-bottom: 64px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.title-center-small.titleparticipantes {
  justify-content: center;
  align-items: center;
  margin-top: 55px;
}

.content-footer-link {
  grid-column-gap: 4px;
  grid-row-gap: 4px;
  color: #0a0a0a;
  align-items: center;
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;
  text-decoration: none;
  transition: color .3s;
  display: flex;
}

.content-footer-link:hover {
  color: #734573;
}

.content-footer-link:active {
  color: #262626;
}

.content-tag-wrap {
  grid-column-gap: 24px;
  grid-row-gap: 16px;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  display: flex;
}

.grid-three-column {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  margin-top: 20px;
}

.content-card-details {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  flex-direction: column;
  padding: 8px;
  display: flex;
}

.h6-heading {
  color: #0a0a0a;
  letter-spacing: -.04em;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Poppins, sans-serif;
  font-size: 24px;
  font-weight: 500;
  line-height: 1.3;
}

.content-feature-image {
  height: auto;
  padding: 32px;
}

.content-feature-image.background-blue-100 {
  background-color: #e8eef7;
}

.content-feature-image.background-gray-100, .content-feature-image.background-brown-100 {
  background-color: #f5f5f5;
}

.h3-heading-2 {
  color: #0a0a0a;
  letter-spacing: -.04em;
  margin-top: 0;
  margin-bottom: 40px;
  font-family: Poppins, sans-serif;
  font-size: 48px;
  font-weight: 500;
  line-height: 1.2;
}

.h3-heading-2.heading-new {
  color: #fff;
}

.paragraph-x-large-3 {
  margin-top: 0;
  margin-bottom: 0;
  font-family: Open Sans, sans-serif;
  font-size: 20px;
  line-height: 32px;
}

.overline-2 {
  letter-spacing: 2px;
  text-transform: uppercase;
  font-family: Poppins, sans-serif;
  font-size: 12px;
  font-weight: 500;
  line-height: 16px;
}

.overline-2.overlinenew {
  color: #fff;
}

.slider-mask {
  overflow: visible;
}

.hide {
  display: none;
}

.icon-button-outline {
  color: #262626;
  border: 1px solid #d4d4d4;
  justify-content: center;
  align-items: center;
  width: 48px;
  height: 48px;
  transition: border-color .3s, background-color .3s;
  display: flex;
}

.icon-button-outline:hover {
  color: #0a0a0a;
  background-color: #fafafa;
  border: 1px solid #d4d4d4;
}

.gallery-lightbox-link-tall {
  color: #0a0a0a;
  flex-direction: column;
  justify-content: flex-end;
  height: 448px;
  padding: 12px;
  text-decoration: none;
  display: flex;
  position: relative;
  overflow: hidden;
}

.gallery-overlay {
  opacity: 0;
  pointer-events: none;
  background-color: #0009;
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
  inset: 0%;
}

.gallery-lightbox-link {
  color: #0a0a0a;
  flex-direction: column;
  justify-content: flex-end;
  height: 448px;
  padding: 12px;
  text-decoration: none;
  display: flex;
  position: relative;
  overflow: hidden;
}

.gallery-slider-overlay {
  z-index: 1;
  background-image: linear-gradient(90deg, #fff, #0000);
  width: 5%;
  height: 100%;
  position: absolute;
  inset: 0% auto 0% 0%;
}

.gallery-slider-overlay.right {
  background-image: linear-gradient(270deg, #fff, #0000);
  inset: 0% 0% 0% auto;
}

.icon-large {
  justify-content: center;
  align-items: center;
  width: 28px;
  height: 28px;
  transition: color .2s;
  display: flex;
}

.gallery-slider {
  background-color: #0000;
  width: 100%;
  max-width: 384px;
  height: auto;
  position: static;
}

.gallery-overlay-arrow {
  color: #fff;
  justify-content: center;
  align-items: center;
  width: 80px;
  height: 80px;
  display: flex;
}

.gallery-button-wrapper {
  justify-content: center;
  align-items: center;
  margin-top: 64px;
  display: flex;
}

.gallery-slider-button {
  width: auto;
  inset: auto auto 0% 0%;
}

.gallery-slider-button.right {
  inset: auto 0% 0% auto;
}

.slide {
  margin-right: 32px;
}

.gallery-image {
  object-fit: cover;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.section {
  background-color: #1f1f1f;
  padding-top: 100px;
  padding-bottom: 100px;
}

.code-embed {
  margin-top: 36px;
}

.section-2 {
  background-color: #000;
}

.container {
  text-align: center;
}

.button-primary-2 {
  grid-column-gap: 4px;
  grid-row-gap: 4px;
  color: #fff;
  text-align: center;
  letter-spacing: -.25px;
  white-space: nowrap;
  background-color: #0a0a0a;
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  padding: 12px 20px;
  font-size: 16px;
  font-weight: 500;
  line-height: 24px;
  text-decoration: none;
  transition: background-color .4s;
  display: flex;
}

.button-primary-2:hover {
  background-color: #734573;
}

.button-primary-2.w--current {
  background-color: #4b264b;
  border-color: #48566a;
}

.logo-colored {
  background-color: #fff;
  flex: none;
  margin-left: 16px;
  margin-right: 16px;
  padding: 16px 56px;
}

.logo-carousel-overlay {
  z-index: 5;
  pointer-events: none;
  background-image: linear-gradient(90deg, #f8f6f6, #fff0 20% 80%, #f8f6f6);
  position: absolute;
  inset: 0%;
}

.heading-row {
  grid-column-gap: 16px;
  grid-row-gap: 24px;
  flex-direction: row;
  justify-content: space-between;
  align-items: flex-end;
  margin-bottom: 64px;
  display: flex;
}

.logo-small {
  justify-content: center;
  align-items: center;
  display: flex;
}

.column-small-2 {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  flex-flow: column;
  display: flex;
}

.h3-heading-3 {
  color: #0a0a0a;
  letter-spacing: -.04em;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Poppins, sans-serif;
  font-size: 48px;
  font-weight: 500;
  line-height: 1.2;
}

.logo-carousel-group {
  flex: none;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.logo-carousel {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  flex-direction: column;
  display: flex;
  position: relative;
  overflow: hidden;
}

.overline-3 {
  letter-spacing: 2px;
  text-transform: uppercase;
  font-family: Poppins, sans-serif;
  font-size: 12px;
  font-weight: 500;
  line-height: 16px;
}

.code-embed-2 {
  display: none;
}

.logo-carousel-row {
  flex: none;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.logo-carousel-row.reverse {
  justify-content: flex-end;
  align-items: center;
}

.text-block-3 {
  font-family: Poppins, sans-serif;
}

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

.image-2 {
  text-align: center;
  -webkit-text-fill-color: inherit;
  background-clip: border-box;
  border-radius: 20px;
  margin-bottom: 12px;
}

.text-block-4 {
  text-align: center;
  font-family: Poppins, sans-serif;
  font-size: 14px;
  font-weight: 700;
}

.text-block-4.cargo {
  margin-bottom: 13px;
  font-weight: 400;
}

.text-block-4.cargo.cargogama {
  margin-bottom: 0;
}

.text-block-4.nome {
  font-size: 16px;
}

.div-block {
  text-align: center;
  background-color: #fff;
  border-radius: 13px;
  padding: 40px 10px;
}

.button {
  text-align: center;
  border-radius: 20px;
  flex-flow: row;
  justify-content: center;
  align-items: center;
  width: 100%;
  margin-top: 18px;
  display: block;
}

.button.bttamburus {
  margin-top: 38px;
}

.button.bttamburus.btgama {
  margin-top: 18px;
}

.button.bttamburus.btgama.btoracle {
  margin-top: 21px;
}

.button.btmepoupe {
  margin-top: 26px;
}

.button.btmepoupe.btpic {
  margin-top: 28px;
}

.button.btmepoupe.btpic.btinter {
  margin-top: 19px;
}

.button.btfernu {
  margin-top: 26px;
}

.button.btfernu.btgustavo.web {
  margin-top: 41px;
}

.button.btfernu.btgustavo.web.btrav {
  margin-top: 32px;
}

.button.btfernu.btgustavo.web.btrav.tradebt {
  margin-top: 44px;
}

.button.btfernu.btgustavo.btbtg {
  margin-top: 31px;
}

.button.btfernu.btgustavo.btbtg.btoec {
  margin-top: 9px;
}

.button.btfernu.btgustavo.btbtg.btoec.btmatrix {
  margin-top: 24px;
}

.button.btsicredi {
  margin-top: 44px;
}

.button.btsicredi.bt-veloe {
  margin-top: 31px;
}

.button.btsicredi.bt-veloe.nu {
  margin-top: 27px;
}

.button.btsicredi.btget {
  margin-top: 41px;
}

.button.btsiemens {
  margin-top: 34px;
}

.button.btsiemens.btbasf {
  margin-top: -1px;
}

.button.btfabvio {
  margin-top: 85px;
}

.button.btcvc {
  margin-top: 65px;
}

.button.btdaiel {
  margin-top: 26px;
}

.section-3 {
  background-color: #f0f0f0;
}

.column {
  text-align: center;
}

.columns {
  margin-top: 17px;
}

.columns.columlast {
  margin-bottom: 43px;
}

.image-3 {
  margin-top: 25px;
}

.image-3.imgcvc {
  margin-top: -1px;
}

.image-3.imgcvc.sicredi {
  margin-top: 29px;
}

.image-3.imgcvc.sicredi.veloe {
  margin-top: 7px;
}

.image-3.imgcvc.sicredi.getnet {
  margin-top: 14px;
}

.image-4 {
  margin-top: 1px;
}

.image-4.oracle {
  margin-top: 8px;
}

.image-4.oracle.siemens {
  margin-top: 44px;
}

.image-4.oracle.siemens.barte {
  margin-top: 24px;
}

.image-4.oracle.siemens.serasa {
  margin-top: 33px;
}

.image-4.oracle.basf {
  margin-top: -11px;
}

.image-5 {
  margin-top: 20px;
}

.image-5.btweb {
  margin-top: 14px;
}

.image-5.btweb.travelex {
  margin-top: 5px;
}

.image-5.btweb.travelex.trade {
  margin-top: 29px;
}

.image-5.btweb.travelex.trade.btg {
  margin-top: 13px;
}

.image-5.btweb.travelex.fala {
  margin-top: 25px;
}

.image-5.btweb.travelex.matrix {
  margin-top: 41px;
}

.image-6 {
  margin-top: 17px;
}

.image-6.way {
  margin-top: 4px;
}

.image-6.way.ca {
  margin-top: 10px;
}

.image-6.way.ca.interpag {
  margin-top: 0;
}

.image-6.way.ca.interpag.btgnew {
  margin-top: 20px;
}

.button-participantes {
  color: #020202;
  background-color: #fff;
  border-radius: 8px;
  padding: 20px;
  font-family: Poppins, sans-serif;
  font-size: 15px;
}

.autologo {
  margin-top: 17px;
}

.image-7 {
  margin-bottom: 20px;
}

.main-paragraph-wrap {
  grid-column-gap: 50px;
  grid-row-gap: 50px;
  text-align: center;
  grid-template: ". ."
  / 1fr 1fr 1fr 1fr;
  place-items: center;
  margin-top: 10px;
  margin-bottom: 60px;
}

.div-block-2 {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.image-8 {
  margin-bottom: 20px;
}

.text-block-5 {
  margin-bottom: 0;
  font-family: Poppins, sans-serif;
}

.text-block-5.nome {
  font-weight: 600;
}

.image-9 {
  margin-top: 20px;
  margin-bottom: 20px;
}

.button-2 {
  background-color: #2261fa;
  border-radius: 20px;
  padding-left: 40px;
  padding-right: 40px;
  font-family: Poppins, sans-serif;
}

.button-2:hover {
  color: #aab9e7;
}

.div-block-3 {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.image-10 {
  margin-bottom: 20px;
}

.text-block-6 {
  margin-bottom: 0;
  font-family: Poppins, sans-serif;
}

.text-block-6.nome {
  font-weight: 600;
}

.image-11 {
  margin-top: 20px;
  margin-bottom: 20px;
}

.button-3 {
  background-color: #2261fa;
  border-radius: 20px;
  padding-left: 40px;
  padding-right: 40px;
  font-family: Poppins, sans-serif;
}

.button-3:hover {
  color: #aab9e7;
}

.image-12 {
  margin-bottom: 20px;
}

.text-block-7 {
  margin-bottom: 0;
  font-family: Poppins, sans-serif;
}

.text-block-7.nome {
  font-weight: 600;
}

.image-13 {
  margin-top: 20px;
  margin-bottom: 20px;
}

.button-4 {
  background-color: #2261fa;
  border-radius: 20px;
  padding-left: 40px;
  padding-right: 40px;
  font-family: Poppins, sans-serif;
}

.button-4:hover {
  color: #aab9e7;
}

.image-14 {
  margin-bottom: 20px;
}

.text-block-8 {
  margin-bottom: 0;
  font-family: Poppins, sans-serif;
}

.text-block-8.nome {
  font-weight: 600;
}

.image-15 {
  margin-top: 20px;
  margin-bottom: 20px;
}

.button-5 {
  background-color: #2261fa;
  border-radius: 20px;
  padding-left: 40px;
  padding-right: 40px;
  font-family: Poppins, sans-serif;
}

.button-5:hover {
  color: #aab9e7;
}

.image-16 {
  margin-bottom: 20px;
}

.text-block-9 {
  margin-bottom: 0;
  font-family: Poppins, sans-serif;
}

.text-block-9.nome {
  font-weight: 600;
}

.image-17 {
  margin-top: 20px;
  margin-bottom: 20px;
}

.button-6 {
  background-color: #2261fa;
  border-radius: 20px;
  padding-left: 40px;
  padding-right: 40px;
  font-family: Poppins, sans-serif;
}

.button-6:hover {
  color: #aab9e7;
}

.image-18 {
  margin-bottom: 20px;
}

.text-block-10 {
  margin-bottom: 0;
  font-family: Poppins, sans-serif;
}

.text-block-10.nome {
  font-weight: 600;
}

.image-19 {
  margin-top: 20px;
  margin-bottom: 20px;
}

.button-7 {
  background-color: #2261fa;
  border-radius: 20px;
  padding-left: 40px;
  padding-right: 40px;
  font-family: Poppins, sans-serif;
}

.button-7:hover {
  color: #aab9e7;
}

.image-20 {
  margin-bottom: 20px;
}

.text-block-11 {
  margin-bottom: 0;
  font-family: Poppins, sans-serif;
}

.text-block-11.nome {
  font-weight: 600;
}

.image-21 {
  margin-top: 20px;
  margin-bottom: 20px;
}

.button-8 {
  background-color: #2261fa;
  border-radius: 20px;
  padding-left: 40px;
  padding-right: 40px;
  font-family: Poppins, sans-serif;
}

.button-8:hover {
  color: #aab9e7;
}

.image-22 {
  margin-bottom: 20px;
}

.image-23 {
  margin-top: 20px;
  margin-bottom: 20px;
}

.button-9 {
  background-color: #2261fa;
  border-radius: 20px;
  padding-left: 40px;
  padding-right: 40px;
  font-family: Poppins, sans-serif;
}

.button-9:hover {
  color: #aab9e7;
}

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

.image-25 {
  margin-top: 20px;
  margin-bottom: 20px;
}

.button-10 {
  background-color: #2261fa;
  border-radius: 20px;
  padding-left: 40px;
  padding-right: 40px;
  font-family: Poppins, sans-serif;
}

.button-10:hover {
  color: #aab9e7;
}

.image-26 {
  margin-bottom: 20px;
}

.image-27 {
  margin-top: 20px;
  margin-bottom: 20px;
}

.button-11 {
  background-color: #2261fa;
  border-radius: 20px;
  padding-left: 40px;
  padding-right: 40px;
  font-family: Poppins, sans-serif;
}

.button-11:hover {
  color: #aab9e7;
}

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

.grid-3 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
}

.block-quote {
  font-family: Poppins, sans-serif;
}

.button-12 {
  color: #000;
  background-color: #e9e9e9;
  border-radius: 10px;
  align-self: center;
  max-width: 600px;
  margin-top: 20px;
  padding: 20px 30px;
  font-family: Poppins, sans-serif;
  font-size: 16px;
}

@media screen and (max-width: 991px) {
  .carousel-wrapper {
    width: 95%;
  }

  .header-section {
    padding-top: 64px;
  }

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

  .header-content {
    max-width: 600px;
  }

  .header-image-block {
    max-width: none;
    min-height: auto;
    max-height: 600px;
  }

  .navigation-wrapper-large {
    align-items: center;
    width: auto;
    display: flex;
  }

  .navigation-menu {
    background-color: #fff;
    padding: 12px 5%;
  }

  .navigation-menu.w--open {
    background-color: #282556;
    border-color: #fff;
  }

  .navigation-dropdown {
    width: 100%;
  }

  .dropdown-link {
    white-space: normal;
  }

  .navigation-dropdown-row {
    flex-flow: column;
    grid-template-columns: 2fr;
  }

  .navigation-link {
    width: 100%;
    margin-top: 2px;
    margin-bottom: 2px;
    padding-left: 0;
    padding-right: 0;
  }

  .navigation-dropdown-card {
    max-width: none;
    padding: 12px 0;
  }

  .navigation-logo-link {
    margin-right: 0;
  }

  .navigation-button-group {
    align-items: center;
    width: auto;
    display: flex;
  }

  .navigation-menu-button {
    color: #000;
    border: 1px solid #d4d4d4;
    padding: 12px;
  }

  .navigation-menu-button.w--open {
    background-color: #4b264b;
  }

  .navigation-dropdown-list.w--open {
    margin-top: 0;
    padding-top: 0;
    position: static;
  }

  .navigation-dropdown-toggle {
    justify-content: space-between;
    width: 100%;
    padding-left: 0;
    padding-right: 0;
  }

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

  .content-block-large {
    max-width: none;
  }

  .content-footer {
    grid-row-gap: 24px;
    flex-direction: column;
  }

  .grid-three-column {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
    grid-template-columns: 1fr 1fr;
  }

  .heading-row {
    flex-direction: column;
    align-items: flex-start;
  }
}

@media screen and (max-width: 767px) {
  .header-grid {
    grid-template-columns: 1fr;
  }

  .h1-heading {
    font-size: 48px;
  }

  .banner {
    background-image: none;
    background-position: 0 0;
    background-repeat: repeat;
    background-size: auto;
  }

  .dropdown-links-grid, .content-grid {
    grid-template-columns: 1fr;
  }

  .section-regular {
    padding-top: 72px;
    padding-bottom: 72px;
  }

  .h3-heading {
    font-size: 36px;
  }

  .grid-three-column {
    grid-template-columns: 1fr;
  }

  .h3-heading-2 {
    font-size: 36px;
  }

  .logo-colored {
    margin-left: 12px;
    margin-right: 12px;
    padding-left: 32px;
    padding-right: 32px;
  }

  .h3-heading-3 {
    font-size: 36px;
  }

  .main-paragraph-wrap {
    grid-row-gap: 30px;
    grid-template: "."
                   "."
                   / 1fr;
  }
}

@media screen and (max-width: 479px) {
  .carousel-group {
    grid-column-gap: 70px;
    grid-row-gap: 70px;
  }

  .header-button-group {
    flex-flow: column;
  }

  .fade-gradient-right, .fade-gradient-left {
    display: none;
  }

  .header-feature-wrapper {
    justify-content: center;
    align-items: center;
  }

  .header-content {
    padding-top: 99px;
  }

  .header-image-block {
    padding: 24px 16px;
  }

  .navigation-side-links {
    min-width: auto;
  }

  .navigation-button-wrapper {
    display: none;
  }

  .navigation-menu {
    border-bottom: 1px solid #e6e6e6;
  }

  .navigation-link {
    color: #2b2b2b;
  }

  .navigation-menu-button {
    border-width: 0;
  }

  .navigation-menu-button:focus {
    flex: 1;
  }

  .navigation-menu-button.w--open {
    background-color: #000;
  }

  .navigation-dropdown-list.w--open {
    white-space: normal;
  }

  .content-block-large {
    min-height: auto;
    padding: 24px;
  }

  .content-feature-image {
    padding: 24px;
  }

  .gallery-lightbox-link-tall, .gallery-lightbox-link {
    height: 330px;
  }

  .gallery-slider {
    padding-bottom: 60px;
    position: relative;
  }

  .gallery-button-wrapper {
    margin-top: 40px;
  }

  .icon {
    color: #fff;
  }

  .logo-colored {
    padding: 8px 16px;
  }

  .div-block {
    margin-top: 12px;
  }
}

#w-node-_3f8fc4a6-4ab1-b286-cf16-7a27a4685dd2-618f52f9 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: center;
}

#w-node-_7b44510d-de22-a9c3-0bf7-d735ae87ec20-618f52f9, #w-node-_7b44510d-de22-a9c3-0bf7-d735ae87ec2b-618f52f9, #w-node-_7b44510d-de22-a9c3-0bf7-d735ae87ec33-618f52f9, #w-node-_9c069e8f-b2e0-b72b-029f-5f4504bd47b6-618f52f9 {
  align-self: start;
}

#w-node-ea21b36f-a2f6-ec0c-3a62-d56d1eff3d0f-618f52fa {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: center;
}

#w-node-_695b39f0-ba4c-f579-e42d-c15d6e05f63d-618f52fa, #w-node-_695b39f0-ba4c-f579-e42d-c15d6e05f647-618f52fa, #w-node-_695b39f0-ba4c-f579-e42d-c15d6e05f651-618f52fa, #w-node-_695b39f0-ba4c-f579-e42d-c15d6e05f65b-618f52fa, #w-node-fdae32cf-0999-4987-8eb4-569a48e4e5c6-618f52fa, #w-node-fdae32cf-0999-4987-8eb4-569a48e4e5d0-618f52fa, #w-node-fdae32cf-0999-4987-8eb4-569a48e4e5da-618f52fa, #w-node-fdae32cf-0999-4987-8eb4-569a48e4e5e4-618f52fa, #w-node-d0f10e18-9aa8-d683-9dd9-99cafec38326-618f52fa, #w-node-d0f10e18-9aa8-d683-9dd9-99cafec38330-618f52fa, #w-node-d0f10e18-9aa8-d683-9dd9-99cafec3833a-618f52fa, #w-node-d0f10e18-9aa8-d683-9dd9-99cafec38344-618f52fa, #w-node-_03b65792-f126-5230-d56d-19edd1b2f95f-618f52fa, #w-node-_03b65792-f126-5230-d56d-19edd1b2f969-618f52fa, #w-node-_03b65792-f126-5230-d56d-19edd1b2f973-618f52fa, #w-node-_03b65792-f126-5230-d56d-19edd1b2f97d-618f52fa, #w-node-_503c0130-64c6-e9b0-61e4-6cd42844168c-618f52fa, #w-node-_503c0130-64c6-e9b0-61e4-6cd428441696-618f52fa, #w-node-_503c0130-64c6-e9b0-61e4-6cd4284416a0-618f52fa, #w-node-_503c0130-64c6-e9b0-61e4-6cd4284416aa-618f52fa, #w-node-_18b1d644-1e8a-73a0-9afe-5c8b6b9c11ac-618f52fa, #w-node-_18b1d644-1e8a-73a0-9afe-5c8b6b9c11b6-618f52fa, #w-node-_18b1d644-1e8a-73a0-9afe-5c8b6b9c11c0-618f52fa, #w-node-_18b1d644-1e8a-73a0-9afe-5c8b6b9c11ca-618f52fa, #w-node-_0c76de97-7482-a487-7634-656f24e2efd9-618f52fa, #w-node-_0c76de97-7482-a487-7634-656f24e2efe3-618f52fa, #w-node-_0c76de97-7482-a487-7634-656f24e2efed-618f52fa, #w-node-_0c76de97-7482-a487-7634-656f24e2eff7-618f52fa, #w-node-_45550269-7b2f-3b6c-6110-4b5d50596417-618f52fa, #w-node-_45550269-7b2f-3b6c-6110-4b5d50596421-618f52fa, #w-node-_45550269-7b2f-3b6c-6110-4b5d5059642b-618f52fa, #w-node-_45550269-7b2f-3b6c-6110-4b5d50596435-618f52fa, #w-node-ac2d800d-a48f-20e2-f288-3f628628ff05-618f52fa, #w-node-ac2d800d-a48f-20e2-f288-3f628628ff0f-618f52fa, #w-node-ac2d800d-a48f-20e2-f288-3f628628ff19-618f52fa, #w-node-ac2d800d-a48f-20e2-f288-3f628628ff23-618f52fa, #w-node-_5577dacd-72cc-18e7-d973-4c1fa40bc627-618f52fa, #w-node-_5577dacd-72cc-18e7-d973-4c1fa40bc631-618f52fa, #w-node-_5577dacd-72cc-18e7-d973-4c1fa40bc63b-618f52fa, #w-node-_5577dacd-72cc-18e7-d973-4c1fa40bc645-618f52fa, #w-node-_8c4686e6-e0b1-e850-82af-10e8b104a79c-618f52fa, #w-node-_8c4686e6-e0b1-e850-82af-10e8b104a7a6-618f52fa, #w-node-_8c4686e6-e0b1-e850-82af-10e8b104a7b0-618f52fa, #w-node-_8c4686e6-e0b1-e850-82af-10e8b104a7ba-618f52fa, #w-node-ac5d3065-977c-df82-1797-62db7c1ba6b9-618f52fa, #w-node-ac5d3065-977c-df82-1797-62db7c1ba6c3-618f52fa, #w-node-ac5d3065-977c-df82-1797-62db7c1ba6cd-618f52fa, #w-node-ac5d3065-977c-df82-1797-62db7c1ba6d7-618f52fa, #w-node-_03b2a0b4-f5c7-b982-7da6-0bd289bd5547-618f52fa, #w-node-_03b2a0b4-f5c7-b982-7da6-0bd289bd5551-618f52fa, #w-node-_03b2a0b4-f5c7-b982-7da6-0bd289bd555b-618f52fa, #w-node-_03b2a0b4-f5c7-b982-7da6-0bd289bd5565-618f52fa, #w-node-_36a5a9ba-3008-8a12-042b-41a8148d9045-618f52fa, #w-node-_36a5a9ba-3008-8a12-042b-41a8148d904f-618f52fa, #w-node-_36a5a9ba-3008-8a12-042b-41a8148d9059-618f52fa, #w-node-_36a5a9ba-3008-8a12-042b-41a8148d9063-618f52fa, #w-node-df92c2aa-1a67-5a58-7c5c-8aa58f248fff-618f52fa, #w-node-df92c2aa-1a67-5a58-7c5c-8aa58f249009-618f52fa, #w-node-df92c2aa-1a67-5a58-7c5c-8aa58f249013-618f52fa, #w-node-df92c2aa-1a67-5a58-7c5c-8aa58f24901d-618f52fa, #w-node-_3d5a5d50-70e6-dfed-4df7-68e5e26945a6-618f52fa, #w-node-_3d5a5d50-70e6-dfed-4df7-68e5e26945b2-618f52fa, #w-node-_3d5a5d50-70e6-dfed-4df7-68e5e26945bd-618f52fa, #w-node-_3d5a5d50-70e6-dfed-4df7-68e5e26945c8-618f52fa, #w-node-e40eceac-8581-510d-3aa2-7a6b599ca607-618f52fa, #w-node-e40eceac-8581-510d-3aa2-7a6b599ca612-618f52fa, #w-node-e40eceac-8581-510d-3aa2-7a6b599ca61b-618f52fa, #w-node-e40eceac-8581-510d-3aa2-7a6b599ca624-618f52fa, #w-node-_03402f3c-173d-33fb-6afb-1c59db6c2628-618f52fa, #w-node-_03402f3c-173d-33fb-6afb-1c59db6c2631-618f52fa, #w-node-_03402f3c-173d-33fb-6afb-1c59db6c263c-618f52fa, #w-node-_03402f3c-173d-33fb-6afb-1c59db6c2645-618f52fa, #w-node-_8e56195a-3c35-eabd-b0d6-d33f735a800e-618f52fa {
  justify-self: center;
}


