@font-face {
  font-family: Gilroy;
  src: url('../fonts/Gilroy-Black.ttf') format("truetype"), url('../fonts/Gilroy-Heavy.ttf') format("truetype");
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Gilroy;
  src: url('../fonts/Gilroy-BlackItalic.ttf') format("truetype"), url('../fonts/Gilroy-HeavyItalic.ttf') format("truetype");
  font-weight: 900;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: Gilroy;
  src: url('../fonts/Gilroy-SemiBoldItalic.ttf') format("truetype");
  font-weight: 600;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: Gilroy;
  src: url('../fonts/Gilroy-UltraLight.ttf') format("truetype");
  font-weight: 200;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Gilroy;
  src: url('../fonts/Gilroy-Bold.ttf') format("truetype"), url('../fonts/Gilroy-ExtraBold.ttf') format("truetype");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Gilroy;
  src: url('../fonts/Gilroy-SemiBold.ttf') format("truetype");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Gilroy;
  src: url('../fonts/Gilroy-ExtraBoldItalic.ttf') format("truetype"), url('../fonts/Gilroy-BoldItalic.ttf') format("truetype");
  font-weight: 700;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: Gilroy;
  src: url('../fonts/Gilroy-Thin.ttf') format("truetype");
  font-weight: 100;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Gilroy;
  src: url('../fonts/Gilroy-Light.ttf') format("truetype");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Gilroy;
  src: url('../fonts/Gilroy-RegularItalic.ttf') format("truetype");
  font-weight: 400;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: Gilroy;
  src: url('../fonts/Gilroy-ThinItalic.ttf') format("truetype");
  font-weight: 100;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: Gilroy;
  src: url('../fonts/Gilroy-Medium.ttf') format("truetype");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Gilroy;
  src: url('../fonts/Gilroy-MediumItalic.ttf') format("truetype");
  font-weight: 500;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: Gilroy;
  src: url('../fonts/Gilroy-LightItalic.ttf') format("truetype");
  font-weight: 300;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: Gilroy;
  src: url('../fonts/Gilroy-UltraLightItalic.ttf') format("truetype");
  font-weight: 200;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: Gilroy;
  src: url('../fonts/Gilroy-Regular.ttf') format("truetype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Konkretika Wip;
  src: url('../fonts/Konkretika-Black-WIP.ttf') format("truetype");
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}

:root {
  --white: #fff;
  --body: #000;
  --black: black;
  --primary: #bdd926;
  --border: #eee;
  --grey: #1e1e1e;
}

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

body {
  background-color: var(--white);
  color: var(--body);
  letter-spacing: .03em;
  font-family: Oswald, sans-serif;
  font-size: 16px;
  line-height: 1.5;
}

h1 {
  letter-spacing: 0;
  margin-top: 20px;
  margin-bottom: 10px;
  font-family: Konkretika Wip, Arial, sans-serif;
  font-size: 100px;
  font-weight: 700;
  line-height: 1.1;
}

h2 {
  color: var(--black);
  letter-spacing: 0;
  margin-top: 20px;
  margin-bottom: 1.2rem;
  font-family: Konkretika Wip, Arial, sans-serif;
  font-size: 48px;
  font-weight: 700;
  line-height: 1.2;
}

h3 {
  letter-spacing: 0;
  margin-top: 24px;
  margin-bottom: 10px;
  font-family: Konkretika Wip, Arial, sans-serif;
  font-size: 28px;
  font-weight: 700;
  line-height: 1.2;
}

p {
  margin-bottom: 1rem;
}

ul {
  margin-top: 10px;
  margin-bottom: 10px;
  padding-left: 40px;
}

li {
  margin-bottom: 10px;
}

.container {
  width: 90%;
  max-width: 1240px;
}

.container.small {
  max-width: 1080px;
}

.navbar {
  background-color: #000;
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
  position: fixed;
  inset: 0% 0% auto;
}

.nav-parent {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 3.5fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  align-items: center;
  display: grid;
  position: relative;
}

.nav-link {
  color: #fff9;
  letter-spacing: 0;
  text-transform: uppercase;
  margin-left: 0;
  margin-right: 0;
  padding: .5rem 1rem;
  font-size: 14px;
  transition: all .35s;
}

.nav-link:hover {
  opacity: .6;
}

.nav-link.w--current {
  color: var(--primary);
}

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

.row {
  grid-column-gap: 6.25em;
  grid-row-gap: 6.25em;
  flex-direction: row;
  justify-content: space-between;
  display: flex;
  position: relative;
}

.col {
  flex-direction: row;
  max-width: 50%;
  display: flex;
  position: relative;
}

.button {
  background-color: var(--primary);
  color: #fff;
  text-transform: uppercase;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 4.375em;
  padding: 0;
  font-weight: 600;
  display: flex;
}

.page-padding {
  padding-top: 120px;
  padding-bottom: 120px;
}

.cta-background {
  position: relative;
}

.cta-paragraph {
  color: #fff;
  margin-bottom: 2rem;
  font-size: 1.125em;
  font-weight: 500;
}

.footer-padding {
  padding-top: 6.563em;
  padding-bottom: 6.25em;
}

.footer-paraf-semibold {
  color: #aaa;
  font-weight: 600;
}

.row-footer {
  grid-column-gap: 7.5em;
  grid-row-gap: 7.5em;
  justify-content: space-between;
  margin-top: 2em;
  display: flex;
}

.link-head {
  letter-spacing: 0;
  margin-bottom: 1.5em;
  font-family: Konkretika Wip, Arial, sans-serif;
  font-weight: 600;
}

.link-footer {
  color: #fff9;
  letter-spacing: .05em;
  border: 1px #000;
  font-weight: 400;
  text-decoration: none;
}

.link-footer-parent {
  grid-column-gap: 1em;
  grid-row-gap: 1em;
  flex-direction: column;
  display: flex;
}

.form {
  justify-content: space-between;
  align-items: center;
  width: 100%;
  display: flex;
}

.brand {
  width: 120px;
}

.fot-itm {
  flex-flow: column;
  justify-content: space-between;
  display: flex;
}

.fot-itmm {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  color: #aaa;
  flex-direction: column;
  justify-content: space-between;
  height: 85%;
  padding-top: 2em;
  font-size: 15px;
  display: flex;
}

.section-hero {
  color: var(--white);
  padding-top: 200px;
  padding-bottom: 180px;
  position: relative;
  overflow: hidden;
}

.section-hero.custom {
  background-color: var(--black);
  height: auto;
  padding-bottom: 60px;
}

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

.section.black {
  background-color: var(--black);
  color: var(--white);
}

.section.more-padding-top {
  padding-top: 160px;
}

.footer {
  background-color: var(--black);
  color: var(--white);
}

.cta-content-wrapper {
  text-align: center;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  max-width: 650px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

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

.grid {
  grid-column-gap: 4rem;
  grid-row-gap: 4rem;
  text-align: left;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  display: grid;
}

.div-block-2 {
  width: 100%;
}

.title-wrapper {
  text-align: center;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  max-width: 550px;
  margin-bottom: 4rem;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.title-wrapper.no-margins {
  margin-bottom: 0;
}

.two-grid-column {
  grid-column-gap: 6rem;
  grid-row-gap: 6rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  width: 100%;
  display: grid;
}

.two-grid-column.margin-bottom-4rem {
  margin-bottom: 4rem;
}

.square-wrapper {
  aspect-ratio: 1;
  width: 100%;
  position: relative;
  overflow: hidden;
}

.link-block {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  border-bottom: 3px solid var(--primary);
  color: var(--body);
  align-items: center;
  padding-top: 10px;
  padding-bottom: 10px;
  font-weight: 700;
  text-decoration: none;
  transition: all .25s;
  display: inline-flex;
}

.link-block:hover {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
}

.image-2 {
  width: 16px;
}

.logo-image {
  background-color: #fff;
}

.div-block-3 {
  width: 200px;
}

.line-rounded-icon.success-message-check {
  margin-bottom: 6px;
  font-size: 22px;
}

.line-rounded-icon.success-message-check.large {
  margin-bottom: 16px;
  font-size: 80px;
  line-height: 88px;
}

.color-neutral-300 {
  color: #eff0f6;
}

.inner-container._400px {
  max-width: 400px;
}

.success-message {
  color: #4a3aff;
  background-color: #f3f2ff;
  border-radius: 24px;
  padding: 28px 28px 32px;
}

.card {
  background-color: #fff;
  border-style: solid;
  border-width: 1px;
  box-shadow: 0 2px 7px #14142b0f;
}

.card.form {
  border-color: var(--border);
  border-radius: 0;
  min-height: 620px;
  margin-bottom: 0;
  padding: 72px 40px;
}

.text-200 {
  line-height: 20px;
}

.text-200.color-neutral-600.mg-bottom-8px {
  margin-bottom: 8px;
}

.card-link-icon {
  border: 1px solid var(--border);
  color: var(--body);
  transform-style: preserve-3d;
  background-color: #f7f7f7;
  align-items: center;
  padding: 14px 18px;
  text-decoration: none;
  transition: transform .3s, border-color .3s, color .3s;
  display: flex;
  box-shadow: 0 2px 6px #14142b0f;
}

.card-link-icon:hover {
  border-color: var(--primary);
  transform: scale3d(.96, .96, 1.01);
}

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

.grid-2-columns.contact-v1 {
  grid-column-gap: 60px;
  grid-template-columns: 1fr 1.2fr;
  align-items: start;
}

.error-message {
  color: #ff5a65;
  text-align: center;
  background-color: #ffeff0;
  border-radius: 16px;
  margin-top: 20px;
  padding: 20px 24px;
}

.grid-1-column {
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  margin-top: 2rem;
  display: grid;
}

.text-area {
  border: 1px solid var(--border);
  background-color: #fff;
  min-height: 144px;
  padding: 16px 24px;
  font-size: 18px;
  line-height: 28px;
  transition: box-shadow .3s, color .3s, border-color .3s;
  box-shadow: 0 2px 7px #38383814;
}

.text-area:hover {
  box-shadow: 0 2px 12px #14142b1a;
}

.text-area:focus {
  border-color: var(--primary);
  color: #211f54;
}

.text-area::placeholder {
  font-size: 18px;
}

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

.input {
  border: 1px solid var(--border);
  background-color: #fff;
  min-height: 70px;
  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 #38383814;
}

.input:hover {
  box-shadow: 0 2px 12px #242b141a;
}

.input:focus {
  border-color: var(--primary);
  color: #211f54;
}

.input::placeholder {
  font-size: 18px;
}

.live-chat-close-icon---brix {
  z-index: -1;
  position: absolute;
}

.live-chat-bubble-subtext---brix {
  margin-bottom: 0;
  font-size: 14px;
  line-height: 22px;
}

.live-chat-bubble-subtext---brix.whatsapp {
  color: #7f8d8a;
}

.live-chat-button---brix {
  color: #fff;
  transform-style: preserve-3d;
  background-color: #4a3aff;
  border-radius: 60px;
  justify-content: center;
  align-items: center;
  width: 100%;
  padding-top: 16px;
  padding-bottom: 16px;
  font-size: 14px;
  font-weight: 700;
  line-height: 16px;
  text-decoration: none;
  transition: all .3s;
  display: flex;
  box-shadow: 0 6px 18px #0e0d6a24;
}

.live-chat-button---brix:hover {
  background-color: #170f49;
  transform: scale3d(.94, .94, 1.01);
}

.live-chat-button---brix.whatsapp {
  background-color: #25d366;
  box-shadow: 0 6px 18px #112d2d24;
}

.live-chat-message {
  background-color: #fff;
  border: 1px solid #eff0f6;
  border-radius: 36px 36px 36px 3px;
  margin-bottom: 14px;
  padding: 38px 38px 34px;
  box-shadow: 0 4px 16px #170f4912;
}

.live-chat-message.whatsapp {
  box-shadow: 0 4px 16px #14282b14;
}

.live-chat-bubble-title {
  color: #170f49;
  margin-bottom: 8px;
  font-size: 15px;
  font-weight: 700;
  line-height: 18px;
}

.live-chat-bubble-title.whatsapp {
  color: #142b26;
}

.live-chat-wrapper {
  z-index: 2;
  flex-direction: column;
  align-items: flex-end;
  max-width: 380px;
  display: flex;
  position: fixed;
  bottom: 48px;
  right: 32px;
}

.live-chat-wrapper.preview-page {
  position: fixed;
}

.live-chat-bubbble---brix {
  z-index: 1;
  cursor: pointer;
  transform-style: preserve-3d;
  background-color: #4a3aff;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  width: 60px;
  height: 60px;
  margin-top: 14px;
  transition: transform .3s;
  display: flex;
  box-shadow: 0 4px 8px #4a3aff14;
}

.live-chat-bubbble---brix:hover {
  transform: scale3d(.92, .92, 1.01);
}

.live-chat-bubbble---brix.whatsapp {
  background-color: #075e54;
  box-shadow: 0 4px 8px #128c6033;
}

.live-chat-avatar {
  object-fit: cover;
  object-position: 50% 100%;
  background-color: #000;
  border-radius: 50%;
  width: 60px;
  height: 60px;
}

.live-chat-content {
  align-items: flex-end;
  display: flex;
}

.live-chat-avatar-wrapper {
  border-radius: 50%;
  width: 60px;
  height: 60px;
  overflow: hidden;
  box-shadow: 0 4px 14px #170f491a;
}

.live-chat-content-left {
  margin-right: 18px;
}

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

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

.image-3 {
  width: 42px;
  height: 42px;
  margin-left: auto;
  margin-right: auto;
}

.space {
  height: 1rem;
}

.underline {
  border-bottom: 3px solid var(--primary);
  margin-bottom: 24px;
  display: inline-block;
}

.absolute-image {
  z-index: -2;
  object-fit: cover;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
  overflow: hidden;
}

.absolute-image.custom-cover {
  object-position: 50% 75%;
}

.overlay {
  z-index: -1;
  background-color: var(--black);
  opacity: .6;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.text-block {
  margin-bottom: 4rem;
  font-size: 18px;
  font-style: italic;
}

.dropdown-toggle {
  color: #fff9;
  letter-spacing: 0;
  text-transform: uppercase;
  padding: .5rem 2.7rem .5rem 1rem;
  font-size: 14px;
}

.icon {
  font-size: 12px;
}

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

.dropdown-list {
  background-color: #ddd;
}

.dropdown-list.w--open {
  background-color: #fff;
  padding-top: 10px;
  padding-bottom: 10px;
}

.dropdown-link {
  transition: all .35s;
}

.dropdown-link:hover {
  opacity: .5;
}

.dropdown-link.w--current {
  color: var(--primary);
}

.show-mobile {
  display: none;
}

.dropdown-inner-link {
  color: #fff9;
  text-decoration: none;
}

.image-4 {
  display: none;
}

@media screen and (min-width: 1280px) {
  .nav-link {
    color: #fff9;
  }

  .card.form {
    width: auto;
  }
}

@media screen and (min-width: 1440px) {
  .grid-2-columns.form {
    grid-column-gap: 32px;
    grid-row-gap: 32px;
  }

  .grid-2-columns.contact-v1 {
    grid-column-gap: 80px;
    grid-template-columns: 1fr 1.2fr;
  }
}

@media screen and (max-width: 991px) {
  h1 {
    font-size: 64px;
  }

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

  .card.form {
    padding: 54px 32px;
  }

  .grid-2-columns.contact-v1 {
    grid-row-gap: 80px;
    grid-template-columns: 1fr;
  }
}

@media screen and (max-width: 767px) {
  body {
    font-size: 4.89297vw;
  }

  h1 {
    font-size: 54px;
  }

  h2 {
    font-size: 42px;
  }

  h3 {
    font-size: 28px;
  }

  p {
    font-size: 16px;
  }

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

  .nav-link {
    margin-bottom: 1em;
    font-size: .75em;
  }

  .nav-menu {
    background-color: #000000d1;
    justify-content: flex-start;
    padding-top: 1em;
    padding-left: 1em;
  }

  .row {
    grid-row-gap: 2.5em;
    flex-direction: column;
    padding-top: 0;
  }

  .col {
    width: auto;
    max-width: 100%;
  }

  .button {
    padding: 0;
    font-size: 1em;
  }

  .page-padding {
    padding-top: 80px;
    padding-bottom: 80px;
  }

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

  .footer-padding {
    padding-top: 5em;
    padding-bottom: 5em;
  }

  .footer-paraf-semibold {
    margin-top: 3.375em;
    font-size: .667em;
    display: block;
  }

  .footer-paraf-semibold.d-none {
    display: none;
  }

  .row-footer {
    grid-column-gap: 2.5em;
    grid-row-gap: 2.5em;
    flex-direction: column;
    margin-top: 5em;
  }

  .link-head {
    margin-top: 0;
    font-size: .667em;
  }

  .link-footer {
    font-size: .714em;
  }

  .menu-button {
    background-color: #0000;
    padding: 0;
  }

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

  .form {
    font-size: .714em;
  }

  .brand {
    padding-left: 0;
  }

  .fot-itm {
    width: 100%;
  }

  .fot-itmm {
    padding-top: 0;
  }

  .nav-icn {
    grid-column-gap: .313em;
    grid-row-gap: .313em;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 1.5em;
    height: 1.5em;
    display: flex;
  }

  .nav-line {
    background-color: #fff;
    width: 80%;
    height: 2px;
    padding-bottom: 0;
    padding-right: 0;
  }

  .section {
    padding-top: 80px;
    padding-bottom: 80px;
  }

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

  .line-rounded-icon.success-message-check.large {
    font-size: 68px;
    line-height: 73px;
  }

  .card.form {
    padding: 56px 32px;
  }

  .text-200 {
    font-size: 16px;
    line-height: 18px;
  }

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

  .grid-2-columns.form {
    grid-row-gap: 20px;
  }

  .text-area {
    border-radius: 18px;
  }

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

  .input {
    min-height: 60px;
    padding-top: 16px;
    padding-bottom: 16px;
  }

  .live-chat-wrapper {
    bottom: 24px;
    right: 24px;
  }

  .dropdown-toggle {
    padding-right: 4rem;
    font-size: .75em;
  }

  .dropdown {
    width: 100%;
  }
}

@media screen and (max-width: 479px) {
  h1 {
    font-size: 46px;
  }

  h2 {
    font-size: 34px;
  }

  h3 {
    font-size: 24px;
  }

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

  .page-padding {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .section-hero {
    height: 80vh;
    padding-top: 140px;
  }

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

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

  .line-rounded-icon.success-message-check.large {
    font-size: 58px;
    line-height: 64px;
  }

  .card.form {
    padding-left: 23px;
    padding-right: 23px;
  }

  .card-link-icon {
    text-align: center;
    flex-direction: column;
    align-items: center;
    padding: 26px 24px;
  }

  .grid-2-columns.contact-v1 {
    grid-row-gap: 50px;
  }

  .input {
    font-size: 16px;
    line-height: 18px;
  }

  .input::placeholder {
    font-size: 16px;
    line-height: 16px;
  }

  .live-chat-button---brix {
    padding-top: 14px;
    padding-bottom: 14px;
  }

  .live-chat-message {
    border-top-left-radius: 28px;
    border-top-right-radius: 28px;
    border-bottom-right-radius: 28px;
    padding: 34px 24px 30px;
  }

  .live-chat-wrapper {
    max-width: 100%;
    left: 24px;
  }

  .live-chat-bubbble---brix {
    width: 56px;
    height: 56px;
  }

  .live-chat-avatar-wrapper {
    display: none;
  }

  .live-chat-content-left {
    margin-right: 0;
  }

  .dropdown-toggle {
    padding-right: 3.5rem;
  }

  .hide-mobile {
    display: none;
  }

  .show-mobile {
    font-size: 50px;
    display: block;
  }
}

#w-node-_466fc266-7e13-fad6-bae1-0c44c90a5d70-c90a5d6a {
  justify-self: end;
}

#w-node-f04e744c-0b96-fe78-411d-23d105d5968e-b0f38736 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-f04e744c-0b96-fe78-411d-23d105d59692-b0f38736 {
  grid-area: span 1 / span 2 / span 1 / span 2;
  justify-self: start;
}

@media screen and (min-width: 1280px) {
  #w-node-f04e744c-0b96-fe78-411d-23d105d5967a-b0f38736 {
    justify-self: center;
  }
}

@media screen and (max-width: 767px) {
  #w-node-f032958b-9aa0-c056-f551-630bfbc67c5c-a772fa6c, #w-node-f032958b-9aa0-c056-f551-630bfbc67c73-a772fa6c, #w-node-f032958b-9aa0-c056-f551-630bfbc67c76-a772fa6c, #w-node-f032958b-9aa0-c056-f551-630bfbc67c96-a772fa6c, #w-node-f032958b-9aa0-c056-f551-630bfbc67c99-a772fa6c {
    grid-area: 1 / 1 / 2 / 2;
  }

  #w-node-_466fc266-7e13-fad6-bae1-0c44c90a5d7d-c90a5d6a {
    justify-self: end;
  }

  #w-node-f15adc17-6874-678b-d4de-099e73825915-10a6c6a0, #w-node-_79dc9dc0-f841-6d58-4d2a-e6f9430db714-10a6c6a0, #w-node-_381e5b51-6257-08ab-6e64-046e172064cf-10a6c6a0, #w-node-aec499ac-b3ff-bd8c-15e1-ae70a613b013-10a6c6a0, #w-node-_720c7cc3-da8d-9689-6cd6-72680670cdbc-10a6c6a0, #w-node-a8a8f6d7-6ea4-7468-b025-05b809e0c904-0aa97bfd, #w-node-a8a8f6d7-6ea4-7468-b025-05b809e0c91b-0aa97bfd, #w-node-a8a8f6d7-6ea4-7468-b025-05b809e0c91e-0aa97bfd {
    grid-area: 1 / 1 / 2 / 2;
  }
}

@media screen and (max-width: 479px) {
  #w-node-_466fc266-7e13-fad6-bae1-0c44c90a5d7d-c90a5d6a {
    justify-self: end;
  }

  #w-node-f04e744c-0b96-fe78-411d-23d105d5968e-b0f38736, #w-node-f04e744c-0b96-fe78-411d-23d105d59692-b0f38736 {
    grid-column: span 1 / span 1;
  }
}


@font-face {
  font-family: 'Gilroy';
  src: url('../fonts/Gilroy-Black.ttf') format('truetype'), url('../fonts/Gilroy-Heavy.ttf') format('truetype');
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Gilroy';
  src: url('../fonts/Gilroy-BlackItalic.ttf') format('truetype'), url('../fonts/Gilroy-HeavyItalic.ttf') format('truetype');
  font-weight: 900;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Gilroy';
  src: url('../fonts/Gilroy-SemiBoldItalic.ttf') format('truetype');
  font-weight: 600;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Gilroy';
  src: url('../fonts/Gilroy-UltraLight.ttf') format('truetype');
  font-weight: 200;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Gilroy';
  src: url('../fonts/Gilroy-Bold.ttf') format('truetype'), url('../fonts/Gilroy-ExtraBold.ttf') format('truetype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Gilroy';
  src: url('../fonts/Gilroy-SemiBold.ttf') format('truetype');
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Gilroy';
  src: url('../fonts/Gilroy-ExtraBoldItalic.ttf') format('truetype'), url('../fonts/Gilroy-BoldItalic.ttf') format('truetype');
  font-weight: 700;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Gilroy';
  src: url('../fonts/Gilroy-Thin.ttf') format('truetype');
  font-weight: 100;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Gilroy';
  src: url('../fonts/Gilroy-Light.ttf') format('truetype');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Gilroy';
  src: url('../fonts/Gilroy-RegularItalic.ttf') format('truetype');
  font-weight: 400;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Gilroy';
  src: url('../fonts/Gilroy-ThinItalic.ttf') format('truetype');
  font-weight: 100;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Gilroy';
  src: url('../fonts/Gilroy-Medium.ttf') format('truetype');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Gilroy';
  src: url('../fonts/Gilroy-MediumItalic.ttf') format('truetype');
  font-weight: 500;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Gilroy';
  src: url('../fonts/Gilroy-LightItalic.ttf') format('truetype');
  font-weight: 300;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Gilroy';
  src: url('../fonts/Gilroy-UltraLightItalic.ttf') format('truetype');
  font-weight: 200;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Gilroy';
  src: url('../fonts/Gilroy-Regular.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Konkretika Wip';
  src: url('../fonts/Konkretika-Black-WIP.ttf') format('truetype');
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}