@font-face {
  font-family: Avenir;
  src: url('../fonts/Avenir-Light.woff2') format("woff2"), url('../fonts/Avenir-Light.woff') format("woff");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Avenir;
  src: url('../fonts/Avenir-Heavy.woff2') format("woff2"), url('../fonts/Avenir-Heavy.woff') format("woff");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Avenir;
  src: url('../fonts/Avenir-Roman.woff2') format("woff2"), url('../fonts/Avenir-Roman.woff') format("woff");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

:root {
  --white: white;
  --blue: #1440fb;
  --black: black;
}

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

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

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

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

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

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

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

a {
  text-decoration: underline;
}

.full-texture {
  z-index: 0;
  opacity: .2;
  background-image: url('../images/wavy.svg'), linear-gradient(to top, #0000, #fff);
  background-position: 50% 101%, 0 0;
  background-repeat: no-repeat, repeat;
  background-size: contain, auto;
  position: absolute;
  inset: 0;
}

.horizontal-lain {
  background-color: #1440fb;
  border-radius: 3px;
  width: 100%;
  height: 5px;
}

.faq-q-text {
  color: #220f47;
  background-color: #0000;
  font-family: Lato, sans-serif;
  font-size: 24px;
  font-weight: 900;
}

.faq-plas {
  background-color: #1440fb;
  border-radius: 3px;
  width: 5px;
  height: 100%;
  position: absolute;
}

.faq-plus-wrap {
  justify-content: center;
  align-items: center;
  width: 20px;
  height: 20px;
  margin-right: 25px;
  display: flex;
  position: relative;
}

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

.pricing-h1.faq-h2 {
  color: #220f47;
  margin-bottom: 10px;
  font-family: Lato, sans-serif;
}

.faq-answer {
  border-bottom: 1px solid #2d3e501f;
  padding-left: 45px;
  overflow: hidden;
}

.faq-answer.last-faq-answer {
  border-bottom-width: 1px;
  font-family: Roboto;
}

.link {
  color: #2aa8ff;
  font-weight: 600;
}

.faq-answer-text {
  color: #220f47;
  text-align: justify;
  margin-bottom: 30px;
  font-family: Lato, sans-serif;
  font-size: 16px;
  font-weight: 400;
  position: static;
}

.faq-question-wrap {
  cursor: pointer;
  align-items: center;
  height: 90px;
  font-size: 22px;
  font-weight: 800;
  display: flex;
}

.faq-section {
  padding-top: 30px;
  padding-bottom: 30px;
  position: relative;
}

.container {
  z-index: 2;
  width: 100%;
  max-width: 1400px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 5vw;
  padding-right: 5vw;
  display: block;
  position: relative;
}

.container.faq-container {
  background-color: #ffffff80;
  border-radius: 5px;
  max-width: 900px;
  padding-top: 60px;
  padding-bottom: 80px;
  font-family: Lato, sans-serif;
  box-shadow: 0 0 50px #2d3e500f;
}

.gilroy {
  font-family: Lato, sans-serif;
  font-size: 15px;
  line-height: 1.7em;
}

.nav-trigger {
  height: 100vh;
  font-size: 12px;
  line-height: 20px;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
}

.menu-button-2 {
  z-index: 1;
  margin-right: -10px;
}

.menu-button-2:hover {
  z-index: 10;
}

.menu-button-2.w--open {
  z-index: 2;
  background-color: #0000;
}

.bun-3 {
  background-color: #28344f;
  border-radius: 2px;
  width: 26px;
  height: 4px;
  margin-top: 5px;
  margin-bottom: 5px;
}

.brand {
  box-shadow: none;
  background-color: #fff0;
  background-image: none;
  background-position: 0 0;
  background-size: auto;
  border-radius: 3px;
  justify-content: center;
  align-items: center;
  margin-right: 5px;
  padding: 5px 15px 5px 10px;
  display: flex;
}

.brand:hover {
  background-color: #fff;
}

.brand.w--current {
  justify-content: center;
  align-items: center;
  transition: background-color .2s;
  display: flex;
}

.nav-shadow {
  z-index: -1;
  opacity: 0;
  position: absolute;
  inset: 0;
  box-shadow: 0 0 50px #0000001a;
}

.logo-text {
  color: #0f2127cc;
  letter-spacing: 0;
  padding-top: 8px;
  font-size: 17px;
  font-weight: 900;
  line-height: 1em;
}

.nav-link {
  opacity: 1;
  color: #220f47;
  text-align: left;
  letter-spacing: .05em;
  border-top: 2px solid #0000;
  border-bottom: 2px solid #0000;
  margin-left: 0;
  margin-right: 0;
  padding: 20px;
  font-family: Gilroy;
  font-size: 18px;
  font-weight: 600;
  line-height: 1.5px;
  transition: opacity .2s, color .2s, border .2s;
}

.nav-link:hover {
  opacity: 1;
  color: #4e9dd4;
  border-bottom-color: #4e9dd4;
}

.nav-link.w--current {
  color: #008489;
}

.nav-link.nav-link-2 {
  font-size: 16px;
}

.logo {
  width: 40px;
  margin-right: 8px;
}

.navbar {
  z-index: 100;
  background-color: #0000;
  justify-content: center;
  align-items: center;
  height: 80px;
  padding: 20px 0;
  display: flex;
  position: relative;
  top: 0;
  left: 0;
  right: 0;
}

.tool-nav-menu {
  margin-right: auto;
}

.gif-section {
  background-color: #000;
  justify-content: center;
  align-items: center;
  height: 100vh;
  display: flex;
}

.gif-box {
  justify-content: center;
  align-items: center;
  width: 540px;
  height: 360px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: relative;
  overflow: hidden;
}

.iframe-embed {
  width: 200%;
  margin-top: 9px;
  position: relative;
  transform: scale(.51);
}

.heading-3 {
  text-align: center;
  padding-left: 20px;
  padding-right: 20px;
  font-size: 72px;
  line-height: 86px;
}

.paragraph {
  color: #220f47;
  text-align: center;
  margin-bottom: 40px;
  padding-left: 10px;
  padding-right: 10px;
  font-family: Lato, sans-serif;
  font-weight: 300;
}

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

.container-flex.wide {
  flex: 1;
  justify-content: space-between;
  margin-left: 140px;
  margin-right: 140px;
  display: flex;
}

.brand-2 {
  color: #23286b;
  order: -1;
  font-size: 1.2em;
  font-weight: 700;
}

.nav-menu {
  flex: 0 auto;
  order: 1;
  display: flex;
}

.nav-link-2 {
  color: #220f47;
  text-transform: none;
  border-radius: 51px;
  padding: 10px 20px;
  font-family: Roboto;
  font-size: 12px;
  font-weight: 400;
  text-decoration: none;
  transition: color .2s;
}

.nav-link-2:hover, .nav-link-2.w--current {
  color: #428cfb;
}

.image {
  margin-left: 0;
  margin-right: 0;
  padding-left: 0;
  padding-right: 0;
  display: block;
}

.text-block {
  font-family: Roboto;
  display: inline-block;
}

.button {
  border: 1px #000;
  border-radius: 20px;
  margin-bottom: 0;
  padding-top: 9px;
  padding-left: 15px;
  padding-right: 15px;
  font-family: Roboto;
  font-size: 12px;
}

.button.menu-button {
  display: block;
}

.footer {
  text-align: center;
  align-items: flex-start;
  margin-left: 8vw;
  margin-right: 8vw;
  padding-top: 0;
  padding-bottom: 0;
}

.footer-flex-container {
  text-align: left;
  justify-content: space-between;
  margin-bottom: 3vw;
  margin-left: 5vw;
  margin-right: 5vw;
  display: flex;
}

.footer-logo-link {
  flex: 0 auto;
  min-width: 60px;
  max-height: 60px;
}

.footer-image {
  object-fit: contain;
  object-position: 0% 50%;
  width: 100%;
  height: 100%;
}

.footer-heading {
  color: #220f47;
  margin-top: 0;
  margin-bottom: 20px;
  font-family: Avenir, sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.5;
}

.footer-link {
  color: #7a7092;
  margin-bottom: 1px;
  font-family: Avenir, sans-serif;
  font-size: 13px;
  font-weight: 400;
  text-decoration: none;
  display: block;
}

.footer-link:hover {
  text-decoration: underline;
}

.list {
  color: #220f47;
}

.text-block-2 {
  color: #7a7092;
  text-align: left;
  letter-spacing: normal;
  text-transform: none;
  white-space: normal;
  object-fit: fill;
  width: auto;
  margin-bottom: 5vw;
  margin-left: 5vw;
  margin-right: 5vw;
  padding-left: 0;
  padding-right: 0;
  font-family: Avenir, sans-serif;
  font-size: 11.5px;
  line-height: 1.6em;
}

.image-2 {
  object-fit: contain;
  width: 31%;
  margin-bottom: 7vw;
}

.link-2 {
  cursor: auto;
}

.div-block {
  margin-bottom: 80px;
  display: inline-block;
}

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

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

.utility-page-form {
  flex-direction: column;
  align-items: stretch;
  display: flex;
}

.grid {
  border: 0 solid #000;
  border-radius: 0;
  grid-template-columns: minmax(200px, 1fr) minmax(200px, 1fr) 1fr;
  grid-auto-flow: row;
}

.column {
  padding-right: 44px;
}

.text-block-3 {
  font-size: 67px;
  line-height: 70px;
}

.heading-4 {
  font-size: 24px;
}

.columns {
  margin-left: -10px;
}

.div-block-5, .container-2 {
  display: block;
}

.container-3 {
  flex-direction: row;
  display: flex;
}

.text-block-4 {
  margin-top: 31px;
  margin-bottom: 33px;
  font-size: 25px;
}

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

.container-4 {
  display: flex;
}

.section {
  text-align: center;
  position: static;
}

.question-toggle {
  flex: 1;
  height: 150px;
  display: block;
  position: relative;
}

.question-item {
  flex-direction: column;
  width: 100%;
  display: flex;
}

.dropdown-list {
  background-color: var(--white);
  display: block;
  position: static;
  overflow: hidden;
}

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

.question {
  flex: 1;
}

.dropdown-list-2 {
  flex: 0 auto;
  position: static;
  overflow: hidden;
}

.accordion-item {
  width: 100%;
  height: auto;
  overflow: hidden;
}

.question-text {
  background-color: #0000;
}

.accordion-item {
  width: 100%;
}

.accordion-toggle {
  flex-direction: row;
  align-items: center;
  height: 80px;
  display: flex;
}

.dropdown-list-3 {
  background-color: #ddd0;
  display: block;
  position: absolute;
  overflow: visible;
}

.vertical-line {
  background-color: #428cfb;
  border-radius: 3px;
  width: 5px;
  height: 100%;
  position: absolute;
}

.plus-icon {
  justify-content: center;
  align-items: center;
  width: 20px;
  height: 20px;
  margin-right: 25px;
  display: flex;
  position: relative;
}

.accordion-answer {
  border-bottom: 1px solid #2d3e501f;
  padding-left: 45px;
  overflow: hidden;
}

.accordion-answer.last-faq-answer {
  border-bottom-width: 1px;
  font-family: Roboto;
}

.accordion-text {
  color: #220f47;
  text-align: justify;
  margin-bottom: 30px;
  font-family: Roboto;
  font-size: 16px;
  font-weight: 300;
  position: static;
}

.accordion-question {
  cursor: pointer;
  align-items: center;
  height: 90px;
  font-size: 22px;
  font-weight: 800;
  display: flex;
}

.plus {
  justify-content: center;
  align-items: center;
  width: 20px;
  height: 20px;
  margin-right: 25px;
  display: flex;
  position: relative;
}

.vertical-l {
  background-color: #428cfb;
  border-radius: 3px;
  width: 5px;
  height: 100%;
  position: absolute;
}

.paragraph-2 {
  position: absolute;
}

.accordion-toggle {
  flex-direction: row;
  align-content: center;
  align-items: center;
  width: 100%;
  height: auto;
  min-height: 80px;
  position: static;
}

.dropdown-list-4 {
  background-color: #ddd0;
  height: auto;
  display: block;
  position: static;
  overflow: visible;
}

.section-2 {
  display: flex;
}

.div-block-6 {
  width: 80px;
  display: block;
}

.div-block-7 {
  margin-top: 85px;
}

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

.brand-3 {
  flex-flow: wrap;
  align-content: center;
  align-items: center;
  display: flex;
}

.image-3 {
  flex: none;
}

.main-logo {
  align-items: center;
  height: 100%;
  display: flex;
}

.navbar-buda-login-button {
  background-color: #1440fb;
  border-radius: 20px;
  margin-top: 27px;
  margin-bottom: 27px;
  margin-left: 20px;
  padding-left: 25px;
  padding-right: 25px;
}

.navbar-buda-login-button.bigger {
  border-radius: 24px;
  padding-top: 16px;
  padding-bottom: 16px;
  font-size: 16px;
  line-height: 16px;
}

.navbar-buda-login-button.white {
  color: #1440fb;
  background-color: #fff;
  box-shadow: inset 0 0 0 1px #1440fb;
}

.nav-menu-2 {
  justify-content: flex-end;
  align-items: center;
  display: flex;
}

.navbar-buda-item {
  color: #31166b;
  border-bottom: 2px solid #fff;
  padding-top: 35px;
  padding-bottom: 35px;
}

.navbar-buda-item:hover {
  border-bottom-color: #4f90ff;
}

.navbar-buda {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.navbar-buda-container {
  background-color: #fff;
}

.body {
  font-family: Roboto;
}

.buda-h2 {
  color: #210e4a;
  font-family: Flexo;
  font-size: 67px;
  font-weight: 400;
  line-height: 70px;
}

.buda-h1 {
  color: #210e4a;
  font-family: Flexo;
}

.buda-h1.h1-small-top {
  letter-spacing: 1px;
  text-transform: uppercase;
  margin-top: 4px;
  margin-bottom: 0;
  font-size: 24px;
  line-height: 24px;
}

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

.hero-buda {
  background-color: #fafafa;
  padding-top: 140px;
  padding-bottom: 140px;
}

.pilotobdb-hero {
  background-color: #fafafa;
}

.buda-content-section {
  padding-top: 100px;
  padding-bottom: 100px;
}

.buda-content-section.gray {
  background-color: #fafafa;
}

.buda-content-section.color {
  background-color: #ebedf1;
}

.buda-h3 {
  color: #210e4a;
  margin-bottom: 40px;
  font-family: Flexo;
  font-size: 50px;
  font-weight: 400;
  line-height: 50px;
}

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

.buda-h3.text-center.max-width {
  max-width: 800px;
}

.buda-lead-text {
  color: #210e4a;
  font-family: Open Sans, sans-serif;
  font-size: 19px;
  line-height: 130%;
}

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

.buda-lead-text.text-center.margin-top {
  margin-top: 20px;
}

.buda-lead-text.small {
  font-size: 16px;
}

.h1-small-top-container {
  flex-wrap: nowrap;
  align-items: center;
  display: flex;
}

.h1-small-top-tag {
  color: #fff;
  letter-spacing: 1px;
  background-color: #4f90ff;
  border-radius: 4px;
  margin-left: 10px;
  padding: 8px 12px;
  font-family: Open Sans, sans-serif;
  font-size: 16px;
  font-weight: 700;
  line-height: 16px;
}

.feature-in-columns {
  flex-wrap: nowrap;
  justify-content: flex-start;
  align-items: center;
  margin-top: 100px;
  margin-bottom: 100px;
  display: flex;
}

.feature-in-columns.reverse {
  flex-direction: row-reverse;
}

.feature-img-container {
  background-color: #0000;
  border-radius: 10px;
  flex: none;
}

.note {
  color: #210e4a;
  text-align: center;
  margin-top: 40px;
  font-family: Open Sans, sans-serif;
  font-size: 15px;
  line-height: 22px;
}

.buda-accordion-title {
  color: #210e4a;
  white-space: normal;
  object-fit: fill;
  border: 1px solid #0000;
  width: 100%;
  font-family: Flexo;
  font-size: 22px;
  font-weight: 700;
  line-height: 26px;
  position: static;
  left: 60px;
}

.buda-accordion-text {
  color: #210e4a;
  width: 100%;
  padding-left: 64px;
  font-family: Open Sans, sans-serif;
  font-size: 15px;
  line-height: 22px;
}

.feature-img {
  width: 300px;
  max-width: 80%;
  display: inline-block;
}

.feature-img.reverse {
  float: right;
}

.link-de-texto {
  color: #428cfb;
}

.two-col {
  flex-direction: row;
  justify-content: space-around;
  align-items: flex-start;
  display: flex;
}

.footer-text {
  color: #7a7092;
  text-align: center;
  margin-left: 10px;
  margin-right: 10px;
  font-family: Open Sans, sans-serif;
}

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

.buda-tyc-title {
  color: #210e4a;
  font-family: Flexo;
  font-weight: 400;
}

.buda-tyc-text {
  color: #210e4a;
  font-family: Open Sans, sans-serif;
  font-size: 15px;
  line-height: 22px;
}

.buda-form-button {
  background-color: #1440fb;
  border-radius: 20px;
  padding-left: 25px;
  padding-right: 25px;
}

.buda-form-button.bigger {
  border-radius: 24px;
  padding-top: 16px;
  padding-bottom: 16px;
  font-size: 16px;
  line-height: 16px;
}

.buda-heading {
  color: #210e4a;
  text-align: center;
  font-family: Flexo;
  font-size: 25px;
  font-weight: 400;
}

.checkbox-label {
  color: #210e4a;
}

.centered-block {
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.small-note {
  color: #7a7092;
  text-align: center;
  font-family: Open Sans, sans-serif;
  font-size: 12px;
}

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

.buda-text2 {
  color: #210e4a;
  font-family: Open Sans, sans-serif;
  font-size: 19px;
  line-height: 130%;
}

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

.buda-text2.text-center.margin-top {
  margin-top: 20px;
}

.buda-text2.small {
  font-size: 16px;
}

.fixed-message {
  background-color: var(--white);
  padding-top: 20px;
  padding-bottom: 14px;
  position: fixed;
  inset: auto 0% 0%;
}

.paragraph-3 {
  color: #210e4a;
}

.buda-h4 {
  color: #210e4a;
  font-family: Flexo;
  font-size: 35px;
  font-weight: 400;
  line-height: 35px;
}

.buda-h4.p-h-margin {
  margin-top: 60px;
  margin-bottom: 40px;
}

._3-col-container {
  justify-content: space-around;
  align-items: flex-start;
  padding-right: 0;
  display: flex;
}

.feature-in-rows {
  text-align: center;
  flex: 1;
  padding-left: 10px;
  padding-right: 10px;
}

.feature-image-container-sm {
  padding-bottom: 20px;
}

.feature-img-sm {
  max-width: 148px;
}

._2-col-container {
  flex-wrap: nowrap;
  place-content: center space-around;
  align-items: stretch;
  display: flex;
}

.card-icon-title-text-rounded {
  background-color: var(--white);
  border-radius: 40px;
  flex-direction: column;
  flex: 1;
  align-items: center;
  margin-left: 10px;
  margin-right: 10px;
  padding: 40px;
  display: flex;
}

.card-h-centered {
  color: var(--blue);
  text-align: center;
  padding-top: 30px;
  padding-bottom: 20px;
  font-family: Flexo;
  font-size: 25px;
  font-weight: 700;
  line-height: 25px;
}

.card-p-centered {
  color: #210e4a;
  text-align: center;
}

.card-icon {
  width: 128px;
}

.main-cta {
  background-color: #1440fb;
  border-radius: 20px;
  margin-top: 27px;
  margin-bottom: 27px;
  padding-left: 25px;
  padding-right: 25px;
}

.main-cta.bigger {
  border-radius: 24px;
  padding-top: 16px;
  padding-bottom: 16px;
  font-size: 16px;
  line-height: 16px;
}

.main-cta.white {
  color: #1440fb;
  background-color: #fff;
  box-shadow: inset 0 0 0 1px #1440fb;
}

.main-cta.white.gap-right {
  margin-right: 20px;
}

.logo-buda-navbar {
  flex: none;
}

.navbar-landing-container {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.navbar-landing-buttons {
  justify-content: flex-end;
  align-items: center;
  display: flex;
}

.navbar-landing-section {
  background-color: #fff;
}

.logo-buda-navbar-div {
  align-items: center;
  height: 100%;
  display: flex;
}

.hero-section {
  background-color: #fafafa;
  padding-top: 140px;
  padding-bottom: 140px;
}

.hero-section-image {
  background-color: #fafafa;
  padding-top: 140px;
  padding-bottom: 140px;
  position: relative;
}

.hero-h2 {
  color: #210e4a;
  font-family: Flexo;
  font-size: 67px;
  font-weight: 400;
  line-height: 70px;
}

.hero-h2.half {
  z-index: 2;
  width: 50%;
  font-size: 57px;
  position: relative;
}

.hero-h1 {
  z-index: 2;
  color: #210e4a;
  text-transform: uppercase;
  margin-top: 4px;
  margin-bottom: 0;
  font-family: Flexo;
  font-size: 24px;
  line-height: 24px;
  position: relative;
}

.hero-h1.h1-small-top {
  letter-spacing: 1px;
  text-transform: uppercase;
  margin-top: 4px;
  margin-bottom: 0;
  font-size: 24px;
  line-height: 24px;
}

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

.hero-color-label {
  z-index: 2;
  color: #fff;
  letter-spacing: 1px;
  text-transform: uppercase;
  background-color: #4f90ff;
  border-radius: 4px;
  margin-left: 10px;
  padding: 8px 12px;
  font-family: Open Sans, sans-serif;
  font-size: 16px;
  font-weight: 700;
  line-height: 16px;
  position: relative;
}

.hero-image {
  float: right;
  object-fit: cover;
  max-width: none;
  height: 100%;
  position: absolute;
  inset: 0% 0% 0% auto;
}

.hero-image.mobile {
  display: none;
}

.brand-4 {
  margin-right: 44px;
}

.nav-menu-3 {
  color: #283338;
  align-items: center;
  font-size: 15px;
  font-weight: 500;
  display: flex;
  position: static;
}

.navigation {
  background-color: #0000;
  flex-direction: column;
  align-items: center;
  padding: 16px 3%;
  display: flex;
  position: relative;
  inset: 0% 0% auto;
}

.navigation-container {
  justify-content: space-between;
  align-items: center;
  width: 100%;
  max-width: 1140px;
  height: 100%;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.nav-link-3 {
  color: #5e727d;
  padding-left: 16px;
  padding-right: 16px;
  font-size: 16px;
  font-weight: 400;
  text-decoration: none;
}

.nav-link-3:hover {
  color: #1b2d45;
}

.button-4 {
  background-color: #3f61f4;
  border-radius: 20px;
}

.navigation-right {
  justify-content: flex-end;
  align-items: center;
  font-size: 16px;
  display: flex;
}

.image-4 {
  max-width: 50%;
}

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

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

.margin-bottom.margin-regular {
  text-align: center;
}

.heading-45 {
  margin-top: 59px;
  margin-bottom: 40px;
  font-size: 40px;
}

.dropdown-link-2 {
  font-weight: 100;
}

.bold-text-5 {
  font-weight: 400;
}

.dropdown-link-3 {
  font-weight: 300;
}

.hero-without-image {
  background-color: #fff;
  border: 1px #000;
  padding: 45px 30px;
  position: relative;
}

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

.hero-wrapper-two {
  text-align: center;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  max-width: 750px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 47px;
  display: flex;
}

.banner-text-wrapper {
  z-index: 20;
  position: relative;
}

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

.section-4.cta-section---brix {
  background-color: #f7f7fb00;
  margin-top: auto;
  padding-top: 0;
  padding-bottom: 0;
}

.bottom-section {
  margin-top: 60px;
  padding: 0 3%;
  position: relative;
}

.bold-text-3 {
  font-weight: 500;
}

.cta-header {
  color: #1b2d45;
  margin-bottom: 8px;
  margin-right: 0;
  font-size: 36px;
  font-weight: 500;
  line-height: 1;
  display: inline-block;
}

.standard-paragraph {
  color: #566073b3;
  letter-spacing: 0;
  margin-bottom: 0;
  font-size: 18px;
  font-weight: 400;
  line-height: 26px;
}

.banner-button {
  background-color: #3f61f4;
  border-radius: 500px;
  padding: 20px;
  font-size: 16px;
  font-weight: 500;
  position: relative;
}

.banner-2 {
  background-color: #fff;
  background-image: url('../images/otrr.jpg'), none;
  background-position: -9% 0, 100% 100%;
  background-repeat: no-repeat, no-repeat;
  background-size: contain, contain;
  background-attachment: scroll, scroll;
  border-radius: 15px;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  max-width: 1140px;
  min-height: 208px;
  margin: 60px auto;
  padding-left: 80px;
  padding-right: 80px;
  display: flex;
  position: relative;
  box-shadow: 0 32px 64px #0e567c29;
}

.container-default {
  max-width: 100vw;
  margin-left: auto;
  margin-right: auto;
  padding-left: 24px;
  padding-right: 24px;
}

.page-wrapper {
  overflow: hidden;
}

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

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

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

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

.margin-bottom-24 {
  margin-bottom: 24px;
  font-weight: 300;
  line-height: 168%;
}

.hero-subscribe-left {
  background-color: #fff;
  border: 1px #000;
  padding: 80px 30px;
  position: relative;
}

.margin-bottom-25 {
  margin-bottom: 24px;
  margin-right: 0;
  padding-right: 0;
  font-weight: 300;
}

.hero-stack-2 {
  background-color: #f5f7fa;
  border-bottom: 1px solid #e4ebf3;
  margin-top: 41px;
  padding: 0 30px 24px;
  position: relative;
}

.margin-bottom-26 {
  text-align: justify;
  flex: 0 auto;
  margin-bottom: -30px;
  margin-right: auto;
  font-weight: 300;
}

.hero-image-2 {
  width: 100%;
  margin-top: 50px;
}

.container-39 {
  padding-bottom: 84px;
}

.heading-52 {
  text-align: center;
  margin-top: 75px;
}

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

.hero-2 {
  background-color: #f5f7fa;
  align-items: center;
  padding-top: 100px;
  padding-bottom: 100px;
  display: block;
}

.flex-container-2 {
  flex-direction: row;
  flex: 1;
  align-items: center;
  display: flex;
}

.paragraph-9 {
  margin-bottom: -11px;
  font-weight: 300;
}

.hero-image-mask {
  width: 100%;
  margin-left: 40px;
}

.centered-container-2 {
  text-align: center;
  flex: 1;
}

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

.cards-image-mask {
  border-radius: 0%;
  width: 100%;
  padding-top: 100%;
  position: relative;
  overflow: hidden;
}

.banner {
  background-color: #fff;
  background-image: url('../images/otrr.jpg'), none;
  background-position: -9% 0, 100% 100%;
  background-repeat: no-repeat, no-repeat;
  background-size: contain, contain;
  background-attachment: scroll, scroll;
  border-radius: 15px;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  max-width: 1140px;
  min-height: 199px;
  margin: 60px auto;
  padding-left: 80px;
  padding-right: 80px;
  display: flex;
  position: relative;
  box-shadow: 0 32px 64px #0e567c29;
}

.cards-image {
  object-fit: cover;
  object-position: 50% 50%;
  border-radius: 0;
  width: 100%;
  max-width: none;
  height: 100%;
  position: absolute;
  inset: 0%;
  overflow: visible;
}

.cards-grid-container {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  text-align: left;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.cards-section {
  background-color: #fff;
  padding-top: 47px;
  padding-bottom: 100px;
}

.buda-content-section-2 {
  padding-top: 100px;
  padding-bottom: 100px;
}

.footer-link-2 {
  color: #181818;
  line-height: 24px;
  text-decoration: none;
}

.footer-link-3 {
  color: #1f1f1f;
  text-decoration: none;
}

.footer-logo {
  justify-content: center;
  align-items: center;
  padding-top: 60px;
  padding-bottom: 60px;
  display: flex;
}

.footer-legal {
  color: #796f91;
}

.button-8 {
  white-space: nowrap;
  background-color: #3f61f4;
  border-radius: 20px;
}

.nav-logo-2 {
  width: 54px;
}

.navigation-mob {
  background-color: #0000;
  flex-direction: column;
  align-items: center;
  display: none;
  position: relative;
  inset: 0% 0% auto;
}

.div-block-43 {
  align-items: center;
  padding-right: 16px;
  display: flex;
}

.new-icon {
  color: #fff;
  background-color: #12d4c6;
  border-radius: 20px;
  margin-top: 5px;
  padding: 0 8px;
  font-size: 12px;
  font-weight: 600;
}

.image-5 {
  object-fit: contain;
  width: 140px;
  max-width: 100%;
  height: 40px;
  max-height: 100px;
}

.navigation-wrap {
  color: #3f61f4;
  font-family: Lato, sans-serif;
}

.navigation-2 {
  background-color: #0000;
  flex-flow: row;
  align-items: center;
  padding: 16px 3%;
  display: flex;
  position: relative;
  inset: 0% 0% auto;
}

.div-block-44 {
  margin-bottom: 5px;
}

.navigation-container-mob {
  align-items: center;
  width: 100%;
  max-width: 1300px;
  height: 100%;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.nav-link-4 {
  color: #2c2e3a;
  white-space: nowrap;
  background-color: #0000;
  padding-left: 16px;
  padding-right: 16px;
  font-size: 16px;
  font-weight: 400;
  text-decoration: none;
}

.nav-link-4:hover {
  color: #1b2d45;
}

.nav-link-4.newbutton {
  padding-right: 8px;
}

.brand-6 {
  background-color: #0000;
  margin-right: 44px;
}

.nav-menu-4 {
  color: #283338;
  align-items: center;
  font-size: 15px;
  font-weight: 500;
  display: flex;
  position: static;
}

.image-6 {
  width: 30%;
  max-width: 100%;
}

.div-block-45 {
  font-family: Avenir, sans-serif;
  font-size: 12px;
  line-height: 20px;
}

.link-block {
  justify-content: center;
  font-size: 30%;
  line-height: 100%;
  display: flex;
}

.text-span {
  color: #12d4c6;
}

.body-2 {
  font-family: Lato, sans-serif;
}

.paragraph-16 {
  color: #636583;
  margin-bottom: 0;
  padding-top: 20px;
  font-size: 10px;
}

.image-31 {
  padding-right: 2px;
}

.link-block-6 {
  background-color: #0000;
  justify-content: center;
  align-items: center;
  display: flex;
}

.image-39 {
  width: 30%;
}

.link-block-5 {
  background-color: #0000;
}

.footerheaderlinks {
  color: #2c2d3a;
  padding-top: 10px;
  padding-bottom: 20px;
  font-size: 16px;
  font-weight: 700;
  display: flex;
}

.div-block-50 {
  margin-top: 2vh;
  margin-bottom: 7vh;
}

.link-18.linkdisclaimer {
  color: #2c2d3a;
  background-color: #0000;
}

.columnsfooter1 {
  text-align: center;
  padding-left: 0;
  padding-right: 0;
}

.list-item-5 {
  text-align: center;
  justify-content: flex-start;
  display: flex;
}

.list-item-5.listitemrrss {
  padding-bottom: 5px;
}

.list-2 {
  text-align: left;
  margin-bottom: 0;
  padding-left: 0;
  list-style-type: none;
  display: inline-block;
}

.linkfooterstyle {
  color: #636583;
  background-color: #0000;
  font-size: 14px;
  text-decoration: none;
}

.linkfooterstyle.linksfooterrrss {
  align-self: center;
  padding-left: 5px;
}

.link-block-4 {
  background-color: #0000;
}

.image-32 {
  padding-left: 2px;
}

.list-item-7 {
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.columns-8 {
  margin-left: 0;
  margin-right: 0;
  padding-top: 20px;
  padding-bottom: 20px;
}

.section-12 {
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 60px;
  padding-bottom: 60px;
  font-family: Lato, sans-serif;
  font-size: 12px;
  line-height: 24px;
}

.div-block-51, .list-item-8 {
  padding-top: 20px;
}

.body-3, .bold-text-46 {
  font-family: Lato, sans-serif;
}

@media screen and (min-width: 1280px) {
  .div-block-43 {
    flex: 0 auto;
    align-self: center;
  }

  .new-icon {
    padding-top: 0;
    padding-bottom: 0;
  }

  .nav-menu-4 {
    align-self: auto;
  }

  .paragraph-16 {
    color: #2c2d3a;
    font-size: 10px;
  }

  .image-31 {
    padding-right: 5px;
  }

  .footerheaderlinks {
    color: #2c2d3a;
    padding-top: 10px;
  }

  .link-18 {
    color: #2c2d3a;
  }

  .dropdown-3 {
    display: flex;
  }

  .column-23, .container-12 {
    text-align: center;
  }

  .list-item-5 {
    padding-bottom: 0;
  }

  .list-item-5.listitemrrss {
    padding-bottom: 10px;
  }

  .linkfooterstyle.linksfooterrrss {
    align-self: center;
    align-items: center;
    padding-left: 10px;
    display: flex;
  }

  .image-32 {
    padding-left: 5px;
  }

  .dropdown-toggle-3 {
    display: flex;
  }

  .columnsfooter3 {
    text-align: center;
    padding-left: 0;
    padding-right: 20px;
  }

  .list-item-7 {
    justify-content: flex-start;
  }

  .columns-8 {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .section-12 {
    align-items: center;
  }

  .div-block-51 {
    padding-top: 20px;
  }
}

@media screen and (min-width: 1440px) {
  .margin-bottom.margin-regular {
    margin-top: 6.3rem;
    margin-bottom: 41px;
  }

  .heading-45 {
    margin-top: 52px;
    margin-bottom: 52px;
  }

  .hero-without-image {
    background-color: #fff;
    margin-top: -46px;
    padding-top: 41px;
    padding-bottom: 51px;
  }

  .container-37 {
    padding-right: 0;
    line-height: 21px;
  }

  .heading-49 {
    margin-bottom: -10px;
  }

  .italic-text {
    font-weight: 300;
    line-height: 115%;
  }

  .div-block-43 {
    text-align: left;
    flex-flow: row;
    flex: 0 auto;
    order: 0;
    align-self: center;
    align-items: center;
    padding-top: 0;
    padding-bottom: 0;
    padding-right: 16px;
    display: flex;
  }

  .new-icon {
    color: #fff;
    -webkit-text-stroke-color: transparent;
    flex: 0 auto;
    align-self: auto;
    align-items: center;
    padding-right: 8px;
    display: block;
  }

  .div-block-44 {
    margin-bottom: 6px;
  }

  .nav-link-4.newbutton {
    white-space: nowrap;
    align-self: center;
    align-items: center;
    padding-top: 20px;
    padding-bottom: 20px;
    display: block;
  }
}

@media screen and (max-width: 991px) {
  .faq-section {
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .container-flex.wide {
    flex: 1;
    margin-left: 40px;
    margin-right: 40px;
  }

  .nav-menu {
    background-color: #fff;
    margin-top: 0;
    margin-bottom: 0;
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .menu-button {
    order: 1;
    transform: translate(18px);
  }

  .button {
    margin-bottom: 0;
  }

  .footer {
    margin-left: 5vw;
    margin-right: 5vw;
    padding-left: 0;
    padding-right: 0;
    display: inline;
  }

  .image-2 {
    margin-bottom: 5vw;
  }

  .div-block-2 {
    padding-left: 5vw;
    padding-right: 5vw;
  }

  .div-block-3 {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    margin-left: auto;
    margin-right: auto;
    display: inline-block;
  }

  .icon {
    color: #31166b;
  }

  .hero-buda, .buda-content-section, .hero-section, .hero-section-image {
    padding-left: 40px;
    padding-right: 40px;
  }

  .hero-h2.full {
    font-size: 57px;
  }

  .hero-image.desktop {
    display: none;
  }

  .hero-image.mobile {
    display: inline;
  }

  .nav-menu-3, .navigation {
    display: none;
  }

  .navigation-left {
    display: flex;
  }

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

  .container-37 {
    max-width: 728px;
  }

  .banner-button {
    white-space: nowrap;
  }

  .banner-2 {
    background-image: none;
    background-position: 0 0;
    background-repeat: repeat;
    background-size: auto;
    background-attachment: scroll;
    padding-left: 42px;
    padding-right: 42px;
  }

  .container-38 {
    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;
  }

  .banner {
    background-image: none;
    background-position: 0 0;
    background-repeat: repeat;
    background-size: auto;
    background-attachment: scroll;
    padding-left: 42px;
    padding-right: 42px;
  }

  .cards-grid-container {
    grid-column-gap: 20px;
  }

  .buda-content-section-2 {
    padding-left: 40px;
    padding-right: 40px;
  }

  .brand-5 {
    background-color: #0000;
  }

  .nav-logo-2 {
    object-fit: contain;
    width: 140px;
    height: 40px;
  }

  .navigation-mob {
    border-bottom: 1px solid #4455671c;
    flex-direction: row;
    justify-content: center;
    height: 85px;
    padding-left: 3%;
    padding-right: 3%;
    display: flex;
  }

  .navigation-2 {
    display: none;
  }

  .div-block-29 {
    padding-bottom: 20px;
  }

  .menu-mob {
    color: #000;
    background-color: #fafafa;
    border-radius: 100px;
    font-size: 22px;
  }

  .menu-mob.w--open {
    background-color: #37def5;
  }

  .navigation-container-mob {
    justify-content: space-between;
  }

  .mobile-nav-2 {
    background-color: #fff;
    padding-top: 15px;
    box-shadow: 42px 42px 55px #20355a17;
  }

  .nav-menu-4 {
    display: none;
  }
}

@media screen and (max-width: 767px) {
  .pricing-h1 {
    font-size: 34px;
    line-height: 44px;
  }

  .container.faq-container {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .menu-button-2 {
    margin-left: auto;
  }

  .brand {
    margin-right: 0;
  }

  .logo-text {
    font-size: 15px;
  }

  .nav-link {
    padding-left: 30px;
    font-size: 20px;
  }

  .logo {
    width: 32px;
  }

  .navbar {
    padding: 0 10px;
  }

  .tool-nav-menu {
    background-color: #fff;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    width: 280px;
    margin-right: -20px;
    padding-top: 80px;
    display: flex;
  }

  .container-flex {
    padding-left: 24px;
    padding-right: 24px;
  }

  .container-flex.wide {
    margin: auto;
  }

  .brand-2 {
    padding-left: 0;
  }

  .footer {
    padding: 5vw 0;
  }

  .footer-image {
    object-fit: contain;
  }

  .div-block-2 {
    padding-left: 2vw;
    padding-right: 2vw;
  }

  .div-block-4 {
    flex: 0 auto;
  }

  .buda-h2 {
    font-size: 50px;
    line-height: 60px;
  }

  .buda-content-section {
    padding-left: 40px;
    padding-right: 40px;
  }

  .buda-h3 {
    text-align: center;
    font-size: 40px;
    line-height: 40px;
  }

  .feature-in-columns, .feature-in-columns.reverse {
    flex-direction: column;
  }

  .feature-img-container {
    margin-bottom: 40px;
  }

  .buda-accordion-text {
    padding-right: 40px;
  }

  .feature-img {
    margin-left: auto;
    margin-right: auto;
    display: block;
  }

  .feature-img.reverse {
    float: none;
  }

  ._3-col-container {
    flex-direction: column;
  }

  .feature-in-rows {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  ._2-col-container {
    flex-direction: column;
  }

  .card-icon-title-text-rounded {
    margin-bottom: 20px;
  }

  .hero-h2 {
    font-size: 50px;
    line-height: 60px;
  }

  .hero-h2.half, .hero-h2.full {
    font-size: 45px;
  }

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

  .hero-without-image {
    padding: 60px 15px;
  }

  .banner-2 {
    background-image: none;
    background-position: 0 0;
    background-repeat: repeat;
    background-size: auto;
    background-attachment: scroll;
    flex-wrap: wrap;
  }

  .que_es_una_stablecoin, .hero-subscribe-left, .hero-stack-2 {
    padding: 60px 15px;
  }

  .container-39 {
    padding-left: 14px;
    padding-right: 14px;
  }

  .hero-2 {
    padding: 40px 20px;
  }

  .flex-container-2 {
    flex-direction: column;
  }

  .hero-image-mask {
    order: -1;
    margin-left: 0;
    margin-right: 0;
  }

  .banner {
    flex-wrap: wrap;
  }

  .cards-grid-container {
    grid-template-rows: auto auto auto;
    grid-template-columns: 1fr;
    align-self: stretch;
    max-width: none;
  }

  .cards-section {
    padding: 40px 20px;
  }

  .buda-content-section-2 {
    padding-left: 40px;
    padding-right: 40px;
  }

  .brand-5 {
    background-color: #0000;
  }

  .image-31 {
    padding-right: 0;
  }

  .footerheaderlinks {
    padding-top: 5px;
    padding-bottom: 10px;
    font-size: 10px;
  }

  .column-23 {
    text-align: center;
    padding-left: 5px;
    padding-right: 5px;
  }

  .columnsfooter1 {
    text-align: center;
  }

  .linkfooterstyle {
    font-size: 10px;
  }

  .image-32 {
    padding-left: 0;
  }

  .columnsfooter3 {
    text-align: center;
    padding-left: 5px;
    padding-right: 5px;
  }

  .columns-8 {
    align-items: stretch;
    padding-left: 10px;
    padding-right: 10px;
    display: flex;
  }

  .div-block-51 {
    grid-column-gap: 5px;
    grid-row-gap: 5px;
    flex-direction: column;
    padding-top: 10px;
    display: flex;
  }
}

@media screen and (max-width: 479px) {
  .faq-plas {
    border-radius: 3px;
  }

  .faq-section {
    padding-top: 0;
    padding-bottom: 0;
  }

  .container.faq-container {
    padding-top: 40px;
  }

  .menu-button-2 {
    padding-left: 5px;
  }

  .container-flex.wide {
    margin-left: 0;
    margin-right: 0;
  }

  .footer {
    text-align: left;
    margin-left: 0;
    margin-right: 0;
    padding-left: 20px;
    padding-right: 20px;
  }

  .footer-flex-container {
    flex-direction: column;
  }

  .footer-logo-link {
    height: 60px;
  }

  .footer-heading {
    margin-top: 20px;
  }

  .image-2 {
    display: block;
  }

  .div-block-2 {
    padding-left: 0;
    padding-right: 0;
  }

  .vertical-line, .vertical-l {
    border-radius: 3px;
  }

  .hero-buda {
    padding: 100px 20px;
  }

  .buda-content-section {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .buda-h3 {
    font-size: 30px;
    line-height: 30px;
  }

  .buda-lead-text {
    font-size: 16px;
  }

  .h1-small-top-container {
    flex-direction: column;
    align-items: flex-start;
  }

  .h1-small-top-tag {
    margin-top: 10px;
    margin-left: 0;
  }

  .note {
    font-size: 13px;
  }

  .buda-text2 {
    font-size: 16px;
  }

  .hero-section, .hero-section-image {
    padding: 100px 20px;
  }

  .hero-h2.half {
    width: 100%;
  }

  .hero-color-label {
    margin-top: 10px;
    margin-left: 0;
  }

  .hero-image.mobile {
    display: none;
  }

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

  .container-37 {
    max-width: none;
  }

  .bottom-section {
    width: auto;
  }

  .banner-button {
    margin-top: 35px;
  }

  .banner-2 {
    background-image: none;
    background-position: 0 0;
    background-repeat: no-repeat;
    background-size: auto;
    background-attachment: scroll;
    padding: 55px 28px;
  }

  .container-default {
    padding-left: 16px;
    padding-right: 16px;
  }

  .container-38 {
    max-width: none;
  }

  .margin-bottom-26 {
    padding-left: 13px;
    padding-right: 13px;
  }

  .centered-container-2 {
    text-align: left;
  }

  .banner {
    background-image: none;
    background-position: 0 0;
    background-repeat: no-repeat;
    background-size: auto;
    background-attachment: scroll;
    padding: 55px 28px;
  }

  .cards-grid-container {
    grid-template-columns: 1fr;
    margin-left: 0;
    margin-right: 0;
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .buda-content-section-2 {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .button-8 {
    margin-left: 10px;
    margin-right: 10px;
    display: block;
  }

  .brand-5 {
    background-color: #0000;
  }

  .nav-logo-2 {
    width: 101px;
    max-width: 105%;
  }

  .div-block-29 {
    margin-bottom: 0;
  }

  .paragraph-16 {
    padding-left: 10px;
    padding-right: 10px;
  }

  .footerheaderlinks {
    padding-top: 5px;
    padding-bottom: 10px;
    font-size: 10px;
  }

  .list-item-6 {
    font-size: 10px;
  }

  .column-23 {
    font-size: 8px;
    display: flex;
  }

  .columnsfooter1 {
    text-align: left;
    justify-content: space-between;
    padding-left: 10px;
    display: flex;
  }

  .linkfooterstyle, .linkfooterstyle.linksfooterrrss {
    font-size: 10px;
  }

  .columnsfooter3 {
    text-align: center;
    justify-content: space-between;
    display: flex;
  }

  .columns-8 {
    flex-flow: column wrap;
    align-content: flex-start;
    display: flex;
  }

  .div-block-51 {
    padding-top: 10px;
  }
}

@media screen and (max-width: 767px) {
  #w-node-_3f00197e-af7a-c467-d43b-1e9ec5e87323-a119ad3b, #w-node-_3f00197e-af7a-c467-d43b-1e9ec5e87326-a119ad3b, #w-node-_3f00197e-af7a-c467-d43b-1e9ec5e8732b-a119ad3b {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_3f00197e-af7a-c467-d43b-1e9ec5e8732e-a119ad3b {
    grid-area: span 1 / span 1 / span 1 / span 1;
    align-self: start;
  }

  #w-node-e893de41-1929-1ae6-b090-a0fe505f2393-fbddda81, #w-node-e893de41-1929-1ae6-b090-a0fe505f2396-fbddda81, #w-node-e893de41-1929-1ae6-b090-a0fe505f239b-fbddda81 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-e893de41-1929-1ae6-b090-a0fe505f239e-fbddda81 {
    grid-area: span 1 / span 1 / span 1 / span 1;
    align-self: start;
  }
}

@media screen and (max-width: 479px) {
  #w-node-_3f00197e-af7a-c467-d43b-1e9ec5e87318-a119ad3b, #w-node-_3f00197e-af7a-c467-d43b-1e9ec5e87320-a119ad3b, #w-node-_3f00197e-af7a-c467-d43b-1e9ec5e87328-a119ad3b, #w-node-e893de41-1929-1ae6-b090-a0fe505f2388-fbddda81, #w-node-e893de41-1929-1ae6-b090-a0fe505f2390-fbddda81, #w-node-e893de41-1929-1ae6-b090-a0fe505f2398-fbddda81 {
    grid-column: span 1 / span 1;
  }
}


@font-face {
  font-family: 'Avenir';
  src: url('../fonts/Avenir-Light.woff2') format('woff2'), url('../fonts/Avenir-Light.woff') format('woff');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Avenir';
  src: url('../fonts/Avenir-Heavy.woff2') format('woff2'), url('../fonts/Avenir-Heavy.woff') format('woff');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Avenir';
  src: url('../fonts/Avenir-Roman.woff2') format('woff2'), url('../fonts/Avenir-Roman.woff') format('woff');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}