:root {
  --purple: #091db0;
  --elements-webflow-library--neutral--300: #eff0f6;
  --elements-webflow-library--neutral--100: white;
  --elements-webflow-library--neutral--800: #5e25a5;
  --pink: #ce006a;
  --yellow: #fbc705;
  --black: #000;
  --elements-webflow-library--neutral--600: #6e7191;
  --elements-webflow-library--general--shadow-04: #14142b24;
  --pink-light: #f36fec;
  --elements-webflow-library--general--shadow-02: #14142b14;
  --elements-webflow-library--accent--primary-1: #4a3aff;
  --elements-webflow-library--secondary--color-1: #281ca5;
  --elements-webflow-library--secondary--color-2: #f2f1ff;
}

body {
  color: #333;
  font-family: Readex Pro, sans-serif;
  font-size: 1rem;
  line-height: 1.5;
}

h1 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-family: Savate, sans-serif;
  font-size: 38px;
  font-weight: 700;
  line-height: 1.5;
}

h2 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-family: Savate, sans-serif;
  font-size: 32px;
  font-weight: 400;
  line-height: 1.5;
}

h3 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 24px;
  font-weight: 700;
  line-height: 1.5;
}

p {
  margin-bottom: 10px;
  font-family: Readex Pro, sans-serif;
}

a {
  text-decoration: underline;
}

.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;
}

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

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

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

.brix---header-wrapper {
  z-index: 99;
  background-color: var(--purple);
  padding-top: 20px;
  padding-bottom: 20px;
  position: fixed;
  inset: 0% 0% auto;
}

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

.brix---header-nav-menu-list {
  z-index: 1;
  justify-content: flex-end;
  align-items: center;
  margin-bottom: 0;
  padding-left: 0;
  list-style-type: none;
  display: flex;
}

.brix---header-nav-link {
  color: var(--elements-webflow-library--neutral--100);
  text-transform: uppercase;
  padding: 0;
  font-size: 1rem;
  font-weight: 700;
  transition: color .3s;
}

.brix---header-nav-link.w--current {
  color: var(--elements-webflow-library--neutral--100);
}

.brix---header-logo {
  max-width: 250px;
}

.brix---header-logo-link {
  transform-style: preserve-3d;
  padding-left: 0;
  transition: transform .3s, color .3s;
}

.brix---header-logo-link:hover {
  transform: scale3d(.96, .96, 1.01);
}

.brix---hamburger-menu-wrapper {
  padding: 0;
  transition: transform .3s;
}

.brix---hamburger-menu-wrapper:hover {
  transform: scale(.96);
}

.brix---hamburger-menu-wrapper.w--open {
  background-color: #0000;
}

.brix---header-right-col {
  justify-content: flex-end;
  align-items: center;
  display: flex;
}

.brix---hamburger-menu-bar-top, .brix---hamburger-menu-bar-bottom {
  background-color: var(--elements-webflow-library--neutral--800);
  border-radius: 20px;
  width: 52px;
  height: 4px;
  margin-top: 12px;
  margin-bottom: 12px;
}

.brix---btn-primary-small {
  border: 1px solid var(--elements-webflow-library--neutral--100);
  background-color: var(--pink);
  color: var(--elements-webflow-library--neutral--100);
  text-align: center;
  letter-spacing: 1px;
  text-transform: uppercase;
  transform-style: preserve-3d;
  border-radius: 48px;
  justify-content: center;
  padding: 18px 24px;
  font-weight: 700;
  text-decoration: none;
  transition: background-color .3s, transform .3s, color .3s;
}

.brix---btn-primary-small:hover {
  background-color: var(--purple);
  color: var(--elements-webflow-library--neutral--100);
  transform: translate3d(0, -3px, .01px);
}

.brix---btn-primary-small.body {
  font-size: 1.2rem;
}

.brix---btn-primary-small.body.trax {
  background-color: #0000;
}

.brix---btn-primary-small.yellow {
  border-color: var(--purple);
  background-color: var(--yellow);
  color: var(--black);
  border-color: var(--purple);
  background-color: var(--yellow);
}

.brix---btn-header-hidden-on-mbl {
  grid-column-gap: 6px;
  grid-row-gap: 6px;
  justify-content: space-between;
  margin-left: 24px;
  display: flex;
}

.brix---header-nav-list-item-show-in-mbl {
  margin-bottom: 0;
  padding-left: 32px;
  display: none;
}

.brix---header-nav-list-item-middle {
  margin-bottom: 0;
  padding-left: 12px;
  padding-right: 12px;
}

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

.brix---footer-wrapper {
  border-top: 1px solid var(--elements-webflow-library--neutral--300);
  background-color: var(--yellow);
}

.brix---footer-logo {
  transform-style: preserve-3d;
  transition: transform .3s;
}

.brix---footer-logo:hover {
  transform: scale3d(.97, .97, 1.01);
}

.brix---footer-link {
  color: var(--purple);
  text-transform: uppercase;
  font-weight: 700;
  text-decoration: none;
  transition: color .3s;
}

.brix---footer-bottom {
  border-top: 1px solid var(--elements-webflow-library--neutral--300);
  color: var(--elements-webflow-library--neutral--600);
  text-align: center;
  padding-top: 32px;
  padding-bottom: 32px;
  font-size: 18px;
  line-height: 30px;
}

.brix---grid-footer-3-cols {
  grid-template-rows: auto;
  grid-template-columns: .3fr 1fr .3fr;
  align-items: center;
}

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

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

.brix---paragraph-default-4 {
  color: var(--purple);
  margin-bottom: 0;
  font-size: 1rem;
  line-height: 1.5;
}

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

.brix---footer-list-wrapper-horizontal {
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  margin-bottom: 0;
  padding-left: 0;
  list-style-type: none;
  display: flex;
}

.brix---footer-top-small {
  padding-top: 72px;
  padding-bottom: 72px;
}

.brix---footer-list-item-horizontal {
  margin-bottom: 0;
  padding-left: 20px;
  padding-right: 20px;
}

.social-footer {
  color: var(--elements-webflow-library--neutral--100);
}

.path-hk8ue {
  color: var(--purple);
}

.brix---color-neutral-806 {
  color: var(--elements-webflow-library--neutral--800);
}

.brix---container-default-7 {
  z-index: 3;
  max-width: 1218px;
  padding-left: 24px;
  padding-right: 24px;
  position: relative;
}

.brix---section-4 {
  color: var(--elements-webflow-library--neutral--100);
  padding-top: 220px;
  padding-bottom: 40px;
}

.brix---heading-h1-size-2 {
  color: var(--purple);
  text-transform: capitalize;
  margin-top: 0;
  margin-bottom: 16px;
  font-size: 5rem;
}

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

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

.div-block-5 {
  background-image: url("https://cdn.prod.website-files.com/6a0f0d186cfceddf5f4f4609/6a15b152148e723686bb3bbc_466c14024eef1eaf4460f884102c7ed7_1color.avif");
  background-position: 50% 0;
  background-repeat: repeat-x;
  background-size: 600px;
  width: 100%;
  height: 100px;
}

.success-message-2 {
  color: #101828;
  background-color: #e0ffea;
  border: 2px solid #005435;
  border-radius: 8px;
  padding: 1.5rem;
  font-size: 1rem;
  line-height: 1.5;
}

.text-block-7 {
  color: var(--black);
  font-size: 1.5rem;
}

.form-container {
  width: 100%;
  max-width: 800px;
}

.button {
  color: #0a2a4c;
  text-align: center;
  background-color: #fcfdff;
  padding-left: 25px;
  padding-right: 25px;
  font-size: 16px;
  line-height: 150%;
  transition: all .3s;
}

.button:hover {
  transform: scale(1.03);
}

.button.green {
  background-color: var(--yellow);
  width: 100%;
  color: var(--black);
  text-transform: uppercase;
  background-color: var(--yellow);
  width: 100%;
  text-transform: uppercase;
  border: 1px solid #000;
  border-radius: 999px;
  padding: 12px 32px;
  font-size: 1.2rem;
  font-weight: 400;
}

.text {
  font-size: 17px;
  line-height: 15px;
}

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

.form-2 {
  margin-bottom: 0;
  padding-bottom: 5px;
  overflow: visible;
}

.error-message-2 {
  color: #101828;
  text-align: center;
  border: 2px solid #9b0000;
  border-radius: 10px;
  margin-top: 1.5rem;
  padding: .875rem 1rem;
  font-size: 1rem;
  line-height: 1.5;
}

.file-upload {
  font-size: 17px;
  font-weight: 300;
  line-height: 150%;
}

.div-block-6 {
  text-align: center;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  margin-bottom: 20px;
  display: flex;
}

.general-section-2 {
  padding: 100px 40px;
}

.text-field-4 {
  border: 1px solid var(--black);
  background-color: var(--elements-webflow-library--neutral--100);
  width: 100%;
  max-width: 100%;
  min-height: 44px;
  color: var(--black);
  border-radius: 999px;
  padding-left: 17px;
  padding-right: 17px;
  font-size: 17px;
  font-weight: 300;
  line-height: 150%;
}

.text-field-4.area {
  border-radius: 8px;
  min-width: 100%;
  max-width: 100%;
  height: 140px;
}

.skip-link {
  margin-top: -42px;
  margin-bottom: 10px;
  padding-left: 46px;
  display: block;
}

.skip-link:focus {
  color: #fff;
  margin-top: 0;
}

.skip-link.w--current {
  color: var(--elements-webflow-library--neutral--100);
}

.dropdown-toggle {
  border: 1px solid var(--elements-webflow-library--neutral--100);
  background-color: var(--pink);
  color: var(--elements-webflow-library--neutral--100);
  letter-spacing: 1px;
  text-transform: uppercase;
  border-radius: 999px;
  padding: 18px 50px 18px 30px;
  font-size: 1rem;
  font-weight: 700;
  transition: all .2s;
}

.dropdown-toggle:hover {
  background-color: var(--purple);
  color: var(--elements-webflow-library--neutral--100);
}

.dropdown-toggle.w--open {
  background-color: var(--purple);
}

.dropdown-toggle.w--open:hover {
  color: var(--elements-webflow-library--neutral--100);
}

.dropdown-list.w--open {
  background-color: #ddd0;
}

.drop-menu {
  border: 1px solid var(--elements-webflow-library--neutral--100);
  background-color: var(--purple);
  color: var(--elements-webflow-library--neutral--100);
  text-align: center;
  text-transform: capitalize;
  border-radius: 999px;
  margin-top: 5px;
  font-size: 1.1rem;
  font-weight: 700;
  transition: all .2s;
}

.drop-menu:hover {
  background-color: var(--pink);
  color: var(--elements-webflow-library--neutral--100);
}

.body-bg {
  background-color: #f36fec;
  background-image: url("https://cdn.prod.website-files.com/6a0f0d186cfceddf5f4f4609/6a70f01a991aa4eabb96fe7c_pink-bg.jpg");
  background-position: 0 0;
  background-size: auto;
}

.path {
  color: var(--purple);
}

@media screen and (min-width: 1440px) {
  .brix---z-index-1 {
    margin-left: auto;
    margin-right: auto;
  }

  .brix---grid-content-v15 {
    grid-column-gap: 100px;
  }
}

@media screen and (max-width: 991px) {
  .brix---header-menu-wrapper {
    border-top: 1px solid var(--elements-webflow-library--neutral--300);
    border-bottom: 1px solid var(--elements-webflow-library--neutral--300);
    background-color: var(--purple);
    padding: 24px;
  }

  .brix---header-nav-menu-list {
    flex-direction: column;
    align-items: flex-start;
  }

  .brix---header-logo {
    max-width: 232px;
  }

  .brix---hamburger-menu-wrapper {
    order: -1;
    transition: transform .3s;
  }

  .brix---hamburger-menu-wrapper:hover {
    transform: scale(.96);
  }

  .brix---hamburger-menu-wrapper.w--open {
    background-color: #0000;
  }

  .brix---hamburger-menu-bar-top {
    background-color: var(--elements-webflow-library--neutral--100);
    width: 44px;
    height: 3px;
  }

  .brix---hamburger-menu-bar-bottom {
    background-color: var(--elements-webflow-library--neutral--100);
    width: 44px;
    height: 3px;
    margin-top: 12px;
    margin-bottom: 12px;
  }

  .brix---header-nav-list-item-show-in-mbl {
    margin-bottom: 16px;
    padding-left: 0;
  }

  .brix---header-nav-list-item-middle {
    margin-bottom: 16px;
    padding-left: 0;
    padding-right: 0;
  }

  .brix---section {
    padding-top: 118px;
    padding-bottom: 118px;
  }

  .brix---heading-h1-size {
    font-size: 5rem;
  }

  .brix---text-center {
    text-align: left;
    flex-flow: column;
    justify-content: center;
    align-items: flex-start;
    display: flex;
  }

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

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

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

  .brix---grid-2-columns---gap-row-72px {
    grid-column-gap: 19px;
    grid-row-gap: 19px;
  }

  .brix---card-link-img-bg {
    padding-bottom: 0;
    padding-left: 18px;
    padding-right: 18px;
  }

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

  .brix---section-3 {
    padding-top: 118px;
    padding-bottom: 118px;
  }

  .brix---grid-2-columns-text-left, .brix--grid-2-columns-text-right {
    grid-row-gap: 48px;
    grid-template-columns: 1fr;
  }

  .brix---cta-section {
    padding-top: 112px;
    padding-bottom: 112px;
  }

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

  .brix---footer-logo-wrapper {
    margin-bottom: 20px;
  }

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

  .brix---grid-footer-3-cols {
    grid-template-columns: 1fr;
  }

  .brix---social-media-grid-right---t-center {
    grid-column-gap: 10px;
    justify-content: center;
    justify-items: center;
  }

  .brix---footer-top-small {
    padding-top: 58px;
    padding-bottom: 58px;
  }

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

  .brix---heading-h1-size-2 {
    font-size: 6rem;
  }

  .brix---section-5 {
    padding-top: 118px;
    padding-bottom: 118px;
  }

  .brix---grid-content-v15 {
    grid-row-gap: 56px;
    grid-template-columns: 1fr;
  }

  .div-block-3 {
    position: static;
  }

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

  .brix---cta-bg-overlay {
    padding-top: 112px;
    padding-bottom: 112px;
  }

  .brix---grid-cta-v10 {
    grid-template-columns: .78fr;
  }

  .uui-contact03_component {
    grid-column-gap: 3rem;
    grid-template-columns: 1fr;
    grid-auto-flow: row;
    min-height: auto;
  }

  .uui-padding-vertical-xhuge {
    padding-top: 6rem;
    padding-bottom: 6rem;
  }

  .contactform-grid {
    grid-column-gap: 12px;
  }
}

@media screen and (max-width: 767px) {
  .brix---header-menu-wrapper {
    background-color: var(--purple);
  }

  .brix---header-nav-link {
    font-size: 1.5rem;
  }

  .brix---header-logo {
    max-width: 90%;
  }

  .brix---btn-primary-small {
    padding: 20px 32px;
    font-size: 1.1rem;
  }

  .brix---btn-primary-small.body {
    width: 100%;
  }

  .brix---btn-header-hidden-on-mbl {
    display: none;
  }

  .brix---header-nav-list-item-show-in-mbl {
    grid-column-gap: 15px;
    grid-row-gap: 15px;
    flex-flow: column;
    display: flex;
  }

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

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

  .brix---heading-h1-size {
    margin-bottom: 12px;
    font-size: 4rem;
  }

  .brix---text-center {
    text-align: left;
    flex-flow: column;
    justify-content: center;
    align-items: flex-start;
    display: flex;
  }

  .brix---paragraph-default {
    font-size: 1.2rem;
  }

  .brix---button-row-left {
    margin-bottom: 10px;
    margin-right: 0;
  }

  .brix---buttons-row-center {
    flex-flow: column;
    align-items: stretch;
  }

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

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

  .brix---heading-h3-size {
    font-size: 2rem;
  }

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

  .brix---card-link-img-bg {
    padding-bottom: 10px;
  }

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

  .brix---heading-h2-size-2 {
    font-size: 3rem;
  }

  .brix---text-center-3 {
    text-align: left;
    flex-flow: column;
    justify-content: center;
    align-items: flex-start;
    display: flex;
  }

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

  .brix---grid-2-columns-text-left, .brix--grid-2-columns-text-right {
    grid-template-columns: 1fr;
  }

  .brix---image-wrapper-br-24px-shadow {
    box-shadow: 0 4px 22px 0 var(--elements-webflow-library--general--shadow-04);
    border-radius: 14px;
  }

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

  .brix---cta-section {
    padding-top: 96px;
    padding-bottom: 96px;
  }

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

  .brix---btn-primary-white {
    padding: 20px 32px;
  }

  .brix---footer-logo-wrapper {
    width: 239px;
  }

  .brix---social-media-grid-right---t-center {
    justify-content: center;
    justify-items: center;
  }

  .brix---footer-top-small {
    padding-top: 72px;
    padding-bottom: 72px;
  }

  .brix---footer-list-item-horizontal {
    margin-bottom: 10px;
  }

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

  .brix---section-4 {
    padding-top: 140px;
    padding-bottom: 40px;
  }

  .brix---heading-h1-size-2 {
    margin-bottom: 12px;
  }

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

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

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

  .brix---grid-2-columns-gap-56px, .brix---grid-content-v15 {
    grid-template-columns: 1fr;
  }

  .brix---btn-primary-white-2 {
    padding: 20px 32px;
  }

  .brix---btn-secondary-white {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .brix---cta-bg-overlay {
    min-height: 66vh;
    padding-top: 96px;
    padding-bottom: 96px;
  }

  .brix---grid-cta-v10 {
    grid-template-columns: 1fr;
  }

  .uui-contact03_contact-list {
    margin-top: 2rem;
  }

  .uui-contact03_component {
    grid-row-gap: 3rem;
    grid-template-columns: 1fr;
  }

  .uui-page-padding {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .uui-padding-vertical-xhuge {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }

  .quick-stack-2 {
    grid-column-gap: 12px;
    grid-row-gap: 12px;
  }

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

@media screen and (max-width: 479px) {
  .brix---container-default {
    padding-left: 20px;
    padding-right: 20px;
  }

  .brix---header-wrapper {
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .brix---header-nav-link {
    text-align: center;
  }

  .brix---header-logo {
    max-width: 84%;
  }

  .brix---btn-primary-small {
    width: 100%;
    padding-top: 18px;
    padding-bottom: 18px;
  }

  .brix---header-nav-list-item-show-in-mbl, .brix---header-nav-list-item-middle {
    text-align: left;
    width: 100%;
  }

  .brix---container-default-2 {
    padding-left: 20px;
    padding-right: 20px;
  }

  .brix---heading-h1-size {
    margin-bottom: 10px;
    font-size: 3rem;
  }

  .brix---button-row-left {
    width: 100%;
    margin-bottom: 10px;
    margin-right: 0;
  }

  .brix---buttons-row-center {
    flex-direction: column;
    width: 100%;
  }

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

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

  .brix---container-default-3 {
    padding-left: 20px;
    padding-right: 20px;
  }

  .brix---heading-h3-size {
    margin-bottom: 10px;
    font-size: 1.8rem;
  }

  .brix---card-link-img-bg {
    min-height: 440px;
  }

  .brix---container-default-4 {
    padding-left: 20px;
    padding-right: 20px;
  }

  .brix---text-200-bold-2 {
    font-size: 15px;
    line-height: 16px;
  }

  .brix---image-wrapper-br-24px-shadow {
    border-radius: 16px;
  }

  .brix---container-default-5 {
    padding-left: 20px;
    padding-right: 20px;
  }

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

  .brix---button-row-left-2 {
    width: 100%;
    margin-bottom: 20px;
    margin-right: 0;
  }

  .brix---buttons-row-center-2 {
    flex-direction: column;
  }

  .brix---btn-primary-white {
    width: 100%;
    padding-top: 18px;
    padding-bottom: 18px;
  }

  .brix---container-default-6 {
    padding-left: 20px;
    padding-right: 20px;
  }

  .brix---footer-logo {
    width: 100%;
    max-width: 240px;
  }

  .brix---footer-link {
    font-size: 16px;
    line-height: 19px;
  }

  .brix---social-icon-square-30px {
    border-radius: 6px;
    width: 30px;
    min-width: 30px;
    height: 30px;
    min-height: 30px;
    font-size: 14px;
  }

  .brix---paragraph-default-4 {
    font-size: 17px;
    line-height: 28px;
  }

  .brix---social-media-grid-right---t-center {
    grid-template-columns: repeat(auto-fit, 30px);
  }

  .brix---footer-list-wrapper-horizontal {
    flex-direction: column;
  }

  .brix---footer-top-small {
    padding-top: 80px;
    padding-bottom: 80px;
  }

  .brix---footer-list-item-horizontal {
    margin-bottom: 6px;
    padding-left: 0;
    padding-right: 0;
  }

  .brix---container-default-7 {
    padding-left: 20px;
    padding-right: 20px;
  }

  .brix---heading-h1-size-2 {
    margin-bottom: 10px;
    font-size: 3.5rem;
  }

  .brix---button-row-left-3 {
    width: 100%;
    margin-bottom: 20px;
    margin-right: 0;
  }

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

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

  .brix---buttons-row {
    flex-direction: column;
    align-items: stretch;
  }

  .brix---grid-2-columns-gap-56px {
    grid-row-gap: 36px;
  }

  .brix---btn-primary-white-2, .brix---btn-secondary-white {
    width: 100%;
    padding-top: 18px;
    padding-bottom: 18px;
    font-size: 16px;
    line-height: 18px;
  }

  .brix---cta-bg-overlay {
    padding-top: 72px;
    padding-bottom: 72px;
  }

  .list {
    padding-left: 20px;
  }

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

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

  .dropdown-toggle {
    justify-content: center;
    align-items: center;
    display: flex;
  }
}

#w-node-_23f0c9ca-1085-c199-55f2-76104af3b1b9-5d9fc567, #w-node-_23f0c9ca-1085-c199-55f2-76104af3b1bd-5d9fc567, #w-node-_23f0c9ca-1085-c199-55f2-76104af3b1c1-5d9fc567, #w-node-_23f0c9ca-1085-c199-55f2-76104af3b1c5-5d9fc567, #w-node-_23f0c9ca-1085-c199-55f2-76104af3b1e9-5d9fc567, #w-node-_23f0c9ca-1085-c199-55f2-76104af3b1ed-5d9fc567 {
  grid-area: span 1 / span 3 / span 1 / span 3;
}

#w-node-_23f0c9ca-1085-c199-55f2-76104af3b205-5d9fc567 {
  grid-area: span 1 / span 3 / span 1 / span 3;
  justify-self: center;
}

#w-node-a79d9847-5e94-ba4f-da44-bece51864152-5186414e {
  justify-self: start;
}

@media screen and (max-width: 991px) {
  #w-node-a79d9847-5e94-ba4f-da44-bece51864152-5186414e {
    justify-self: center;
  }
}

@media screen and (max-width: 767px) {
  #w-node-_23f0c9ca-1085-c199-55f2-76104af3b1b9-5d9fc567, #w-node-_23f0c9ca-1085-c199-55f2-76104af3b1c5-5d9fc567, #w-node-_23f0c9ca-1085-c199-55f2-76104af3b1e9-5d9fc567, #w-node-_23f0c9ca-1085-c199-55f2-76104af3b1ed-5d9fc567 {
    grid-area: span 1 / span 3 / span 1 / span 3;
  }

  #w-node-_23f0c9ca-1085-c199-55f2-76104af3b205-5d9fc567 {
    grid-area: span 1 / span 3 / span 1 / span 3;
    justify-self: center;
  }

  #w-node-a79d9847-5e94-ba4f-da44-bece51864152-5186414e {
    justify-self: center;
  }
}

@media screen and (max-width: 479px) {
  #w-node-_23f0c9ca-1085-c199-55f2-76104af3b1e9-5d9fc567, #w-node-_23f0c9ca-1085-c199-55f2-76104af3b1ed-5d9fc567 {
    grid-area: span 1 / span 3 / span 1 / span 3;
  }

  #w-node-_23f0c9ca-1085-c199-55f2-76104af3b205-5d9fc567 {
    grid-area: span 1 / span 3 / span 1 / span 3;
    justify-self: center;
  }
}
