@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-Medium.ttf') format("truetype");
  font-weight: 500;
  font-style: normal;
  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: Gilroy;
  src: url('../fonts/Gilroy-Bold.ttf') format("truetype");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

:root {
  --accent: #f2994a;
  --primary: #422040;
  --white: white;
  --light: #f7f7f7;
  --text: #364152;
  --light-2: #fdf5ee;
  --light-dark: #4a2448;
  --light-3: #c8aec4;
}

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

.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-hflex {
  flex-direction: row;
  align-items: flex-start;
  display: flex;
}

.w-layout-vflex {
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

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

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

.container {
  max-width: 1200px;
}

.heropage {
  border-bottom: 12px solid var(--accent);
  background-image: linear-gradient(to bottom, var(--primary), var(--primary));
  outline-offset: 0px;
  color: var(--primary);
  -webkit-text-fill-color: inherit;
  background-clip: border-box;
  outline: 3px #422040;
  justify-content: flex-start;
  align-items: center;
  padding: 120px 20px;
  display: flex;
}

.heropage.home {
  background-image: url('../images/Hero-background.png'), linear-gradient(to bottom, var(--primary), var(--primary));
  background-position: 50%, 0 0;
  background-size: cover, auto;
  min-height: 70vh;
  padding-top: 100px;
  padding-bottom: 100px;
}

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

.paragraph {
  color: var(--light);
  margin-bottom: 20px;
  font-family: Gilroy, Arial, sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 27px;
}

.paragraph.bold {
  font-weight: 600;
}

.paragraph.bold.dark {
  font-size: 24px;
  line-height: 24px;
}

.paragraph.bold.dark.no-mar {
  font-size: 20px;
}

.paragraph.bold.contact, .paragraph.dark {
  color: var(--text);
}

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

.paragraph.dark.center.w09 {
  width: 70%;
  margin-bottom: 60px;
  margin-left: auto;
  margin-right: auto;
}

.paragraph.no-mar {
  margin-bottom: 0;
}

.paragraph.no-mar.sm {
  font-size: 16px;
}

.heading {
  color: var(--white);
  margin-bottom: 60px;
  font-family: Gilroy, Arial, sans-serif;
  font-size: 54px;
  font-weight: 600;
  line-height: 48px;
}

.heading.dark {
  color: var(--primary);
  line-height: 61px;
}

.texthighlight {
  color: var(--accent);
}

.button {
  background-color: var(--accent);
  text-align: center;
  border-radius: 99px;
  min-width: 200px;
  font-family: Gilroy, Arial, sans-serif;
  font-size: 16px;
}

.button.ghost {
  border: 1px solid var(--accent);
  color: var(--accent);
  background-color: #f2994a00;
  min-width: 150px;
  font-family: Gilroy, Arial, sans-serif;
  font-weight: 500;
}

.button.ghost:hover {
  background-color: var(--accent);
  color: var(--white);
}

.section-2 {
  background-color: var(--light-2);
  color: var(--light-2);
  padding: 100px 20px;
}

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

.section-2.dark {
  background-color: var(--light-dark);
}

.heading-2 {
  color: var(--primary);
  margin-bottom: 20px;
  font-family: Gilroy, Arial, sans-serif;
  font-size: 44px;
  font-weight: 600;
  line-height: 50px;
}

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

.heading-2.white {
  color: var(--white);
}

.paragraph-2 {
  color: var(--text);
  font-family: Gilroy, Arial, sans-serif;
}

.column {
  background-color: var(--primary);
  border-top-right-radius: 24px;
  border-bottom-right-radius: 24px;
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  padding-left: 40px;
  padding-right: 40px;
  display: flex;
}

.heading-3 {
  font-family: Gilroy, Arial, sans-serif;
  font-size: 32px;
  font-weight: 500;
  line-height: 40px;
}

.heading-3.dark {
  color: var(--primary);
}

.columns {
  margin-bottom: 60px;
  display: flex;
}

.column-2 {
  background-image: url('../images/what-we-offer.png');
  background-position: 50%;
  background-size: cover;
  border-top-left-radius: 24px;
  border-bottom-left-radius: 24px;
  order: 0;
  min-height: 400px;
}

.column-3 {
  background-image: url('../images/Frame-1.png');
  background-position: 50%;
  background-size: cover;
  border-radius: 0 24px 24px 0;
  order: 9999;
  min-height: 400px;
}

.column-alt {
  background-color: var(--primary);
  border-radius: 24px 0 0 24px;
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  padding-left: 40px;
  padding-right: 40px;
  display: flex;
}

.column-4 {
  background-image: url('../images/Frame-66.png');
  background-position: 50%;
  background-size: cover;
  border-top-left-radius: 24px;
  border-bottom-left-radius: 24px;
  order: 0;
  min-height: 400px;
}

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

.steps {
  color: var(--accent);
  font-family: Gilroy, Arial, sans-serif;
  font-size: 18px;
  font-weight: 500;
}

.flex-block {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 20px;
}

.heading-4 {
  font-family: Gilroy, Arial, sans-serif;
  font-size: 24px;
  font-weight: 500;
}

.heading-4.dark {
  color: var(--primary);
}

.heading-4.dark.no-mar {
  margin-top: 6px;
}

.heading-4.white {
  color: var(--white);
}

.heading-5 {
  color: var(--primary);
  font-family: Gilroy, Arial, sans-serif;
  font-size: 24px;
  font-weight: 500;
}

.heading-5.white {
  color: var(--white);
  font-size: 24px;
}

.how-item {
  background-color: var(--light-2);
  border-radius: 12px;
  padding: 20px;
}

.paragraph-3 {
  font-family: Gilroy, Arial, sans-serif;
}

.text-span {
  color: var(--accent);
}

.div-block {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  background-color: var(--primary);
  border-radius: 12px;
  flex-flow: column;
  justify-content: space-between;
  align-items: flex-start;
  height: 300px;
  max-height: 300px;
  padding: 20px;
  display: flex;
}

.columns-2 {
  display: flex;
}

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

.image {
  max-width: 60%;
}

.image-2 {
  border-radius: 24px;
}

.columns-3 {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.navbar-logo-left {
  border-bottom: 1px solid var(--light-3);
}

.navbar-logo-left-container {
  z-index: 5;
  background-color: #0000;
  width: 1030px;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding: 15px 20px;
}

.navbar-logo-left-container.shadow-three {
  width: 100%;
  max-width: 1200px;
  margin-bottom: 0;
  padding-top: 10px;
  padding-bottom: 10px;
}

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

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

.nav-menu-two {
  justify-content: space-between;
  align-items: center;
  margin-bottom: 0;
  display: flex;
}

.nav-link {
  color: #1a1b1f;
  letter-spacing: .25px;
  margin-left: 5px;
  margin-right: 5px;
  padding: 5px 10px;
  font-family: Gilroy, Arial, sans-serif;
  font-size: 16px;
  line-height: 20px;
  text-decoration: none;
}

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

.nav-link:focus-visible, .nav-link[data-wf-focus-visible] {
  outline-offset: 0px;
  color: #0050bd;
  border-radius: 4px;
  outline: 2px solid #0050bd;
}

.nav-link.w--current {
  color: var(--accent);
  font-weight: 600;
}

.nav-dropdown {
  margin-left: 5px;
  margin-right: 5px;
}

.nav-dropdown-toggle {
  letter-spacing: .25px;
  padding: 5px 30px 5px 10px;
  font-size: 14px;
  line-height: 20px;
}

.nav-dropdown-toggle:hover {
  color: #1a1b1fbf;
}

.nav-dropdown-toggle:focus-visible, .nav-dropdown-toggle[data-wf-focus-visible] {
  outline-offset: 0px;
  color: #0050bd;
  border-radius: 5px;
  outline: 2px solid #0050bd;
}

.nav-dropdown-icon {
  margin-right: 10px;
}

.nav-dropdown-list {
  background-color: #fff;
  border-radius: 12px;
}

.nav-dropdown-list.w--open {
  padding-top: 10px;
  padding-bottom: 10px;
}

.nav-dropdown-link {
  padding-top: 5px;
  padding-bottom: 5px;
  font-size: 14px;
}

.nav-dropdown-link:focus-visible, .nav-dropdown-link[data-wf-focus-visible] {
  outline-offset: 0px;
  color: #0050bd;
  border-radius: 5px;
  outline: 2px solid #0050bd;
}

.nav-divider {
  background-color: #e4ebf3;
  width: 1px;
  height: 22px;
  margin-left: 15px;
  margin-right: 15px;
}

.nav-link-accent {
  color: #1a1b1f;
  letter-spacing: .25px;
  margin-left: 5px;
  margin-right: 20px;
  padding: 5px 10px;
  font-size: 14px;
  font-weight: 700;
  line-height: 20px;
  text-decoration: none;
}

.nav-link-accent:hover {
  color: #1a1b1fbf;
}

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

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

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

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

.about-item {
  background-color: var(--white);
  border-radius: 12px;
  padding: 24px;
}

.lists {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  flex-flow: column;
  margin-bottom: 20px;
  display: flex;
}

.flex-block-2 {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  justify-content: flex-start;
  align-items: center;
}

.partner-item {
  background-color: var(--white);
  border-radius: 12px;
  padding: 24px;
}

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

.flex-block-3 {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
}

.columns-4 {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.div-block-2 {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  padding-left: 60px;
  padding-right: 60px;
  display: flex;
}

.grid-4 {
  grid-template-rows: auto;
}

.paragraph-4 {
  color: var(--text);
}

.link {
  color: var(--text);
  text-decoration: none;
}

.link:hover {
  color: var(--accent);
}

.div-block-3 {
  background-color: var(--light-2);
  border: 1px solid #ebebeb;
  border-radius: 12px;
  padding: 12px;
}

.footer-dark {
  background-color: #f5f7fa;
  border-bottom: 1px solid #e4ebf3;
  padding: 50px 0 15px;
  position: relative;
}

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

.footer-wrapper {
  justify-content: space-between;
  align-items: flex-start;
  max-width: 900px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.footer-content {
  grid-column-gap: 70px;
  grid-row-gap: 40px;
  grid-template-rows: auto;
  grid-template-columns: auto auto 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

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

.title-small {
  letter-spacing: 1px;
  text-transform: uppercase;
  margin-bottom: 12px;
  font-size: 14px;
  font-weight: 700;
  line-height: 16px;
}

.footer-link {
  color: var(--light);
  margin-top: 6px;
  margin-bottom: 6px;
  font-family: Gilroy, Arial, sans-serif;
  font-size: 16px;
  line-height: 16px;
  text-decoration: none;
}

.footer-link:hover {
  color: var(--accent);
}

.footer-social-block {
  justify-content: flex-start;
  align-items: center;
  margin-top: 12px;
  margin-left: -12px;
  display: flex;
}

.footer-social-link {
  margin-left: 12px;
}

.footer-divider {
  background-color: #e4ebf3;
  width: 100%;
  height: 1px;
  margin-top: 70px;
  margin-bottom: 15px;
}

.footer-copyright-center {
  text-align: center;
  font-size: 14px;
  line-height: 16px;
}

.footer {
  background-color: var(--primary);
  padding-top: 40px;
  padding-left: 20px;
  padding-right: 20px;
}

.copyright {
  justify-content: center;
  align-items: center;
  padding-top: 20px;
  padding-bottom: 20px;
}

.columns-5 {
  border-bottom: 1px solid #ffffff26;
  padding-bottom: 60px;
}

.footer-paragraph {
  color: var(--light);
  max-width: 80%;
  font-family: Gilroy, Arial, sans-serif;
  font-size: 18px;
  line-height: 27px;
}

.footer-paragraph.bold {
  font-weight: 600;
}

.footer-paragraph.bold.no-mar {
  margin-bottom: 0;
}

.label {
  color: var(--text);
  font-family: Gilroy, Arial, sans-serif;
  font-size: 16px;
  font-weight: 400;
}

.field {
  border-radius: 8px;
  height: 48px;
  margin-bottom: 20px;
  font-family: Gilroy, Arial, sans-serif;
  font-size: 18px;
  line-height: 25px;
}

.field.message {
  height: 144px;
}

.form {
  border: 1px solid #ebebeb;
  border-radius: 12px;
  padding: 24px;
}

.columns-6 {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  display: flex;
}

.logotext {
  color: var(--primary);
  font-family: Gilroy, Arial, sans-serif;
  font-size: 24px;
}

.text-span-2 {
  color: var(--accent);
}

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

.flex-block-4 {
  background-color: var(--white);
  border-radius: 12px;
  padding: 24px;
}

.boximage {
  border-radius: 12px;
  width: 100%;
  display: block;
}

.columns-7 {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.flex-block-5 {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  justify-content: flex-start;
  align-items: center;
}

.image-4 {
  width: 32px;
}

.hero-img {
  border-radius: 12px;
  width: 100%;
}

.columns-8 {
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.column-7 {
  padding-right: 40px;
}

.columns-10 {
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.image-6 {
  width: 32px;
}

.flex-block-6 {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 6px;
}

@media screen and (max-width: 991px) {
  .heropage, .heropage.home {
    padding-left: 20px;
    padding-right: 20px;
  }

  .paragraph {
    font-size: 16px;
    line-height: 24px;
  }

  .heading {
    margin-bottom: 40px;
    font-size: 48px;
  }

  .section-2 {
    padding-left: 20px;
    padding-right: 20px;
  }

  .heading-2 {
    font-size: 40px;
    line-height: 47px;
  }

  .heading-3 {
    font-size: 28px;
  }

  .heading-5 {
    font-size: 22px;
  }

  .div-block {
    padding: 12px;
  }

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

  .nav-menu-wrapper {
    background-color: #0000;
  }

  .nav-menu-two {
    background-color: #fff;
    border-radius: 50px;
    flex-wrap: wrap;
    justify-content: space-around;
    align-items: center;
    margin-top: 0;
    padding: 20px;
    display: flex;
    box-shadow: 0 8px 50px #0000000d;
  }

  .nav-link {
    padding-left: 5px;
    padding-right: 5px;
  }

  .nav-dropdown-list.shadow-three.w--open {
    position: absolute;
  }

  .menu-button {
    padding: 12px;
  }

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

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

  .footer-content {
    grid-column-gap: 60px;
  }

  .footer-link {
    line-height: 20px;
  }

  .footer {
    padding-left: 20px;
    padding-right: 20px;
  }

  .footer-paragraph {
    font-size: 16px;
    line-height: 24px;
  }

  .logotext {
    font-size: 20px;
    line-height: 22px;
  }

  .columns-9 {
    justify-content: space-between;
    align-items: center;
    display: flex;
  }

  .icon-size {
    width: 60px;
  }
}

@media screen and (max-width: 767px) {
  .columns {
    flex-flow: column;
  }

  .column-2 {
    align-self: center;
  }

  .navbar-logo-left-container {
    max-width: 100%;
  }

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

  .nav-menu-two {
    border-radius: 20px;
    flex-direction: column;
    padding-bottom: 30px;
  }

  .nav-link {
    padding-top: 10px;
    padding-bottom: 10px;
    display: inline-block;
  }

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

  .nav-dropdown-toggle {
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .nav-dropdown-list.shadow-three {
    box-shadow: 0 8px 50px #0000000d;
  }

  .nav-dropdown-list.shadow-three.w--open {
    position: relative;
  }

  .nav-dropdown-list.shadow-three.mobile-shadow-hide {
    box-shadow: none;
  }

  .nav-divider {
    width: 200px;
    max-width: 100%;
    height: 1px;
    margin-top: 10px;
    margin-bottom: 10px;
  }

  .nav-link-accent {
    margin-right: 5px;
    padding-top: 10px;
    padding-bottom: 10px;
    display: inline-block;
  }

  .mobile-margin-top-10 {
    margin-top: 10px;
  }

  .footer-dark {
    padding-left: 15px;
    padding-right: 15px;
  }

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

  .footer-content {
    grid-template-columns: 1fr;
    margin-top: 40px;
  }

  .footer-block {
    align-items: center;
  }

  .footer-link:hover {
    color: #1a1b1fbf;
  }

  .footer-social-block {
    margin-top: 20px;
    margin-left: -20px;
  }

  .footer-social-link {
    margin-left: 20px;
  }

  .footer-divider {
    margin-top: 60px;
  }

  .columns-8 {
    display: block;
  }

  .columns-9 {
    flex-flow: column;
    justify-content: space-between;
    align-items: flex-start;
    display: block;
  }

  .column-6 {
    align-self: auto;
    display: block;
  }
}

@media screen and (max-width: 479px) {
  .heropage.home {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .paragraph.dark.center.w09 {
    width: 100%;
  }

  .heading.dark {
    font-size: 42px;
    line-height: 48px;
  }

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

  .heading-2 {
    font-size: 36px;
    line-height: 42px;
  }

  .heading-2.center {
    width: 100%;
    font-size: 36px;
    line-height: 41px;
  }

  .heading-2.white {
    font-size: 34px;
  }

  .column {
    border-top-right-radius: 0;
    border-bottom-left-radius: 24px;
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .column-2 {
    border-top-right-radius: 24px;
    border-bottom-left-radius: 0;
    min-height: 320px;
  }

  .column-3 {
    border-top-left-radius: 24px;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
    min-height: 320px;
  }

  .column-alt {
    border-top-left-radius: 0;
    border-bottom-right-radius: 24px;
    order: 9999;
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .column-4 {
    border-top-right-radius: 24px;
    border-bottom-left-radius: 0;
    min-height: 320px;
  }

  .grid {
    grid-template-rows: auto auto auto auto auto;
    grid-template-columns: 1fr;
    grid-auto-flow: row;
    display: grid;
  }

  .div-block {
    height: 260px;
    padding: 20px;
  }

  .columns-2 {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
    flex-flow: column;
  }

  .columns-3 {
    flex-flow: column;
  }

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

  .nav-menu-two {
    flex-direction: column;
  }

  .menu-button {
    color: var(--primary);
  }

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

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

  .columns-4 {
    flex-flow: column;
  }

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

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

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

  .columns-5 {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
    flex-flow: column;
    padding-bottom: 40px;
    display: flex;
  }

  .columns-6 {
    flex-flow: column;
  }

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

  .columns-7 {
    flex-flow: column;
  }

  .columns-8 {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
    flex-flow: column;
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .columns-9 {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
    display: flex;
  }

  .icon-size {
    width: 40px;
  }

  .div-block-4, .div-block-5, .image-5, .div-block-6, .div-block-7 {
    display: none;
  }

  .div-block-8 {
    padding: 20px;
  }

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

#w-node-_8164dcd5-d867-8f92-2357-1713ec5da47f-06ae7b04 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_5d168784-7a4b-9ed4-4706-8646172890d2-06ae7b04 {
  place-self: center;
}

#w-node-_393095a5-a728-0837-0ca0-84ea7fe6a29f-06ae7b04 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_966e65aa-3382-c58a-2908-ab322110da18-06ae7b04, #w-node-_57c38f2c-720b-a3b9-a757-d3fd958f8b7b-06ae7b04, #w-node-fc108e24-8b67-85d9-fe96-45cdc6221a47-06ae7b04 {
  place-self: center;
}

#w-node-d15f8943-40ed-ad8a-6517-1795eba76d32-06ae7b04 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-f64a1147-414e-c91a-2f6f-12fd6da4720c-06ae7b04 {
  place-self: center;
}

#w-node-_8862024e-36c0-4c8b-f533-fb8f724c465e-06ae7b04 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_3c89fd16-f75f-7d49-1cf1-4d5c701df259-06ae7b04, #w-node-_4093ce8f-7bb4-74b6-5419-32ef58c76abe-06ae7b04, #w-node-_2198d436-0c16-4eb6-8f4b-333315b3da66-06ae7b04, #w-node-_1c541416-2dd3-feb0-2774-d2280eba2840-06ae7b04 {
  align-self: auto;
}

@media screen and (max-width: 479px) {
  #w-node-_8164dcd5-d867-8f92-2357-1713ec5da47f-06ae7b04 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-_393095a5-a728-0837-0ca0-84ea7fe6a29f-06ae7b04 {
    grid-column: span 2 / span 2;
  }

  #w-node-_57c38f2c-720b-a3b9-a757-d3fd958f8b7b-06ae7b04 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-d15f8943-40ed-ad8a-6517-1795eba76d32-06ae7b04 {
    order: 9999;
    grid-column: span 2 / span 2;
  }

  #w-node-_8862024e-36c0-4c8b-f533-fb8f724c465e-06ae7b04 {
    grid-column: span 2 / span 2;
  }
}


@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-Medium.ttf') format('truetype');
  font-weight: 500;
  font-style: normal;
  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: 'Gilroy';
  src: url('../fonts/Gilroy-Bold.ttf') format('truetype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}