:root {
  --soft-black: #181818;
  --medium-violet-red: #4451f6;
  --magenta: #a440c1;
  --untitled-ui--primary600: #7f56d9;
  --black: black;
  --untitled-ui--gray600: #475467;
  --untitled-ui--gray900: #101828;
  --untitled-ui--white: white;
  --untitled-ui--primary700: #6941c6;
  --untitled-ui--primary100: #f4ebff;
  --untitled-ui--gray100: #f2f4f7;
  --untitled-ui--gray700: #344054;
  --untitled-ui--success50: #ecfdf3;
  --untitled-ui--success700: #027a48;
  --untitled-ui--blue50: #eff8ff;
  --untitled-ui--blue700: #175cd3;
  --untitled-ui--pink50: #fdf2fa;
  --untitled-ui--pink700: #c11574;
  --untitled-ui--indigo50: #eef4ff;
  --untitled-ui--indigo700: #3538cd;
  --untitled-ui--orange50: #fef6ee;
  --untitled-ui--orange700: #b93815;
  --untitled-ui--gray500: #667085;
  --untitled-ui--warning500: #f79009;
  --untitled-ui--indigo500: #6172f3;
  --untitled-ui--success500: #12b76a;
  --untitled-ui--pink500: #ee46bc;
  --untitled-ui--blue500: #2e90fa;
  --untitled-ui--gray200: #eaecf0;
  --untitled-ui--gray400: #98a2b3;
  --untitled-ui--gray300: #d0d5dd;
  --untitled-ui--gray50-2: #f9fafb;
  --untitled-ui--gray800: #1d2939;
  --white: white;
  --flowui-component-library--gray-200: #f3f5fb;
  --flowui-component-library--grey-600: #393b6a;
  --flowui-component-library--gray-900: #160042;
  --flowui-component-library--white: white;
  --flowui-component-library--gray-700: #282556;
  --flowui-component-library--primary-base: #642eff;
  --flowui-component-library--grey-300: #e4e6f1;
  --flowui-component-library--gray-100: #f7f9fd;
  --flowui-component-library--gray-500: #6b7094;
}

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

h1 {
  color: #fff;
  margin-top: 0;
  margin-bottom: 20px;
  font-family: Muli, sans-serif;
  font-size: 60px;
  font-weight: 600;
  line-height: 66px;
}

h2 {
  color: #fff;
  margin-top: 0;
  margin-bottom: 20px;
  font-family: Muli, sans-serif;
  font-size: 48px;
  font-weight: 600;
  line-height: 54px;
}

h3 {
  opacity: .8;
  color: #fff;
  margin-top: 0;
  margin-bottom: 5px;
  font-family: Muli, sans-serif;
  font-size: 28px;
  font-weight: 200;
  line-height: 30px;
}

h4 {
  color: #fff;
  letter-spacing: 8px;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 10px;
  font-family: Muli, sans-serif;
  font-size: 18px;
  font-weight: 200;
  line-height: 24px;
}

p {
  opacity: .8;
  color: #fff;
  letter-spacing: .1px;
  margin-bottom: 20px;
  font-family: Montserrat, sans-serif;
  font-size: 17px;
  font-weight: 200;
  line-height: 20px;
  position: relative;
}

a {
  text-decoration: none;
}

.body {
  -webkit-text-fill-color: inherit;
  background-color: #000;
  background-clip: border-box;
}

.grid-background {
  z-index: 0;
  grid-column-gap: 0px;
  grid-row-gap: 16px;
  opacity: .05;
  grid-template: ". . . . ."
  / 1fr 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  height: 100vh;
  padding-left: 10%;
  padding-right: 10%;
  display: grid;
  position: fixed;
}

.div-grid-bg {
  border-left: 1px solid #fff;
  border-right: 1px solid #fff;
}

.div-grid-bg.opacity {
  z-index: 0;
  opacity: .05;
  display: block;
  position: relative;
}

.grid-main {
  z-index: 1;
  grid-column-gap: 0px;
  grid-template: ". . . . . ."
  / 1fr 1fr 1fr 1fr 1fr 10%;
  width: 100%;
  height: 100vh;
  padding-left: 10%;
  position: relative;
}

.div-content-main {
  flex-direction: column;
  justify-content: center;
  align-self: center;
  align-items: flex-start;
  display: flex;
  position: relative;
  overflow: hidden;
}

.first-button {
  background-color: var(--soft-black);
  align-items: center;
  margin-top: 10px;
  padding-right: 20px;
  display: flex;
}

.text-button {
  color: #fff;
  letter-spacing: 3px;
  text-transform: uppercase;
  font-family: Muli, sans-serif;
  font-size: 16px;
  font-weight: 600;
}

.div-left-first-button {
  background-color: var(--magenta);
  justify-content: center;
  align-items: center;
  width: 8px;
  height: 44px;
  margin-right: 20px;
  display: flex;
}

.div-scroll-down {
  z-index: 11;
  opacity: .4;
  flex-direction: column;
  justify-content: center;
  align-self: end;
  align-items: center;
  margin-bottom: 20px;
  display: flex;
  position: relative;
}

.text-small {
  z-index: 1;
  color: #fff;
  letter-spacing: 4px;
  text-transform: uppercase;
  font-family: Muli, sans-serif;
  font-size: 12px;
  font-weight: 200;
  position: relative;
}

.text-small.click-me {
  opacity: .2;
  position: absolute;
  inset: 30px 20px auto auto;
}

.text-small.role {
  opacity: .4;
  line-height: 16px;
}

.text-small.technology {
  letter-spacing: 2px;
}

.div-scroll-conteiner {
  border: 1px solid #fff;
  border-radius: 100px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 28px;
  height: 48px;
  margin-top: 5px;
  padding-top: 10px;
  display: flex;
}

.div-block {
  background-color: #fff;
  border-radius: 100px;
  width: 8px;
  height: 8px;
}

.div-section-number {
  z-index: 3;
  flex-direction: column;
  justify-content: flex-end;
  align-self: end;
  align-items: flex-end;
  display: flex;
  position: fixed;
  inset: auto 10px 20px auto;
}

.div-number-container {
  justify-content: flex-end;
  align-items: center;
  width: 90px;
  height: 88px;
  margin-bottom: 5px;
  display: none;
  position: relative;
  overflow: hidden;
}

.div-bar-sn {
  background-color: #fff3;
  width: 300px;
  height: 4px;
}

.div-small-bar-sn {
  background-color: #fff;
  width: 100px;
  height: 4px;
}

.text-section-numbers {
  color: #fff;
  font-family: Circularstd book;
  font-size: 80px;
  line-height: 88px;
  position: relative;
  left: 182px;
}

.text-section-numbers._02 {
  opacity: .2;
  position: relative;
  top: 0;
}

.text-section-numbers._03 {
  opacity: 0;
  opacity: .2;
  position: relative;
  top: 0;
}

.grid-project-ci {
  z-index: 1;
  grid-column-gap: 0px;
  grid-row-gap: 100px;
  grid-template: ". . . . ."
                 ". . . . ."
                 ". . . . ."
                 / 1fr 1fr 1fr 1fr 1fr;
  margin-bottom: 200px;
  margin-left: 10%;
  margin-right: 10%;
  position: relative;
}

.div-title-project {
  flex-direction: column;
  justify-content: center;
  align-self: center;
  align-items: flex-start;
  display: flex;
  position: sticky;
  top: 25%;
}

.div-title-project.ideas {
  display: none;
}

.div-conteiner-titles {
  height: 60px;
  margin-top: 5px;
  position: relative;
  overflow: hidden;
}

.heading-2-projects {
  z-index: 1;
  margin-bottom: 0;
  line-height: 60px;
}

.div-background-interaction {
  background-color: var(--medium-violet-red);
  height: 60px;
  position: absolute;
  inset: 60px 0% 0%;
}

.div-background-interaction-numbers {
  background-color: var(--medium-violet-red);
  height: 88px;
  display: block;
  position: absolute;
  inset: 88px 0% 0%;
}

.grid-project-technology {
  z-index: 1;
  grid-column-gap: 0px;
  grid-row-gap: 80px;
  grid-template: ". . . . ."
  / 1fr 1fr 1fr 1fr 1fr;
  margin-left: 10%;
  margin-right: 10%;
  position: relative;
}

.div-title-project-technology {
  flex-direction: column;
  justify-content: center;
  align-self: start;
  align-items: stretch;
  display: flex;
  position: sticky;
  top: 15%;
}

.h4-technology {
  color: var(--medium-violet-red);
  margin-bottom: 40px;
}

.div-options-hardware {
  grid-column-gap: 16px;
  grid-row-gap: 4px;
  grid-template: "."
                 "."
                 "."
                 "."
                 "."
                 "."
                 / 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.div-technology-container {
  background-color: var(--soft-black);
  cursor: pointer;
  padding: 30px 50px 10px 40px;
  position: relative;
}

.text-title-small {
  color: #fff;
  letter-spacing: 4px;
  text-transform: uppercase;
  margin-bottom: 20px;
  font-family: Muli, sans-serif;
  font-size: 16px;
  font-weight: 600;
  position: relative;
}

.div-png-tec {
  z-index: 0;
  margin-top: 40px;
  position: relative;
  overflow: hidden;
}

.grid-generative-design {
  grid-column-gap: 0px;
  grid-row-gap: 4px;
  grid-template: ". . . . ."
                 ". . . . ."
                 / 1fr minmax(0, 4px) 1fr minmax(0, 4px) 1fr;
  margin-bottom: 120px;
  margin-left: 10%;
  margin-right: 10%;
  position: relative;
}

.div-content-gd {
  z-index: 1;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-bottom: 60px;
  padding-left: 20%;
  padding-right: 20%;
  display: flex;
  position: relative;
}

.centrado {
  text-align: center;
}

.div-card-gd {
  z-index: 1;
  background-color: var(--soft-black);
  background-image: url('../images/Contenido-copy-min.jpg');
  background-position: 50%;
  background-size: cover;
  flex-direction: column;
  justify-content: flex-end;
  align-items: flex-start;
  min-height: 400px;
  padding: 30px 30px 10px;
  display: flex;
  position: relative;
}

.div-card-gd._2 {
  background-image: url('../images/jurek-5-min.jpg');
  background-size: auto;
}

.div-card-gd._3 {
  background-image: url('../images/a4ef9c3411725583334a32d7c5754005-copy-min.jpg');
  background-position: 50%;
  background-size: cover;
}

.text-bg {
  z-index: 0;
  opacity: .05;
  color: #fff;
  justify-content: flex-end;
  align-self: center;
  width: 100%;
  font-family: Circularstd book;
  font-size: 160px;
  line-height: 200px;
  display: flex;
  position: relative;
  inset: auto auto 0% 0%;
}

.div-content-case-study {
  flex-direction: column;
  justify-content: center;
  align-self: start;
  align-items: flex-start;
  display: flex;
  top: 25%;
}

.grid-case-study {
  z-index: 1;
  grid-column-gap: 0px;
  grid-row-gap: 60px;
  grid-template: ". . . . ."
                 ". . . . ."
                 / 1fr 1fr 1fr 1fr 1fr;
  align-items: start;
  margin-bottom: 200px;
  margin-left: 10%;
  margin-right: 10%;
  position: relative;
}

.h4-cs {
  color: #5f67f9;
}

.h4-cs._2 {
  color: #10b976;
}

.h4-cs._3 {
  color: #ddd596;
}

.h4-cs._4 {
  color: #f9a95f;
}

.grid-colors {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  grid-template: ". ."
                 ". ."
                 ". ."
                 / auto 1fr;
  width: 100%;
  margin-top: 30px;
}

.grid-colors._3 {
  grid-template-rows: auto auto auto;
  grid-template-areas: ". ."
                       ". ."
                       ". .";
}

.grid-colors._4 {
  grid-template-rows: auto auto;
  grid-template-areas: ". ."
                       ". .";
}

.text-small-title-cs {
  color: #fff;
  letter-spacing: 6px;
  text-transform: uppercase;
  margin-bottom: 10px;
  font-family: Muli, sans-serif;
  font-size: 16px;
}

.div-color {
  background-color: var(--soft-black);
  justify-content: flex-start;
  align-items: center;
  padding: 16px 30px;
  display: flex;
  position: relative;
}

.div-circle-inside {
  background-color: #fff;
  width: 4px;
  margin-right: 20px;
  position: absolute;
  inset: 0% auto 0% 0%;
}

.div-circle-inside.pink {
  background-color: #ff75f1;
}

.div-circle-inside.blue {
  background-color: #4a98ff;
}

.div-circle-inside.purple {
  background-color: #5f67f9;
}

.div-circle-inside.red {
  background-color: #ff595c;
}

.div-circle-inside.yellow {
  background-color: #cad36e;
}

.div-circle-inside.orange {
  background-color: #ff8400;
}

.text-normal {
  opacity: .6;
  color: #fff;
  letter-spacing: 1px;
  font-family: Muli, sans-serif;
  font-size: 18px;
  font-weight: 200;
}

.text-normal.space {
  letter-spacing: 8px;
  align-self: center;
  margin-top: 20px;
  margin-bottom: 10px;
}

.grid-parameters {
  grid-column-gap: 40px;
  grid-row-gap: 10px;
  grid-template: "."
                 "."
                 "."
                 "."
                 "."
                 "."
                 / auto;
  width: 100%;
}

.grid-parameters._1 {
  grid-column-gap: 0px;
  grid-row-gap: 4px;
  grid-template: "."
                 "."
                 "."
                 "."
                 / auto;
}

.grid-parameters._02, .grid-parameters._03 {
  grid-template-rows: auto auto auto auto auto auto auto;
  grid-template-areas: "."
                       "."
                       "."
                       "."
                       "."
                       "."
                       ".";
}

.grid-parameters._2 {
  grid-column-gap: 0px;
  grid-row-gap: 4px;
  grid-template: "."
                 "."
                 "."
                 "."
                 "."
                 "."
                 "."
                 / auto;
}

.grid-parameters._3 {
  grid-column-gap: 0px;
  grid-row-gap: 4px;
  grid-template: "."
                 "."
                 "."
                 "."
                 / auto;
}

.grid-parameters._4 {
  grid-column-gap: 0px;
  grid-row-gap: 4px;
  grid-template: "."
                 "."
                 "."
                 "."
                 "."
                 "."
                 "."
                 "."
                 "."
                 "."
                 "."
                 "."
                 "."
                 "."
                 "."
                 "."
                 / auto;
}

.div-small-bar-parameter {
  background-color: #fff;
  align-self: center;
  align-items: center;
  width: 20%;
  height: 100%;
  display: flex;
}

.div-bar-parameter {
  z-index: 0;
  background-color: var(--medium-violet-red);
  align-self: center;
  align-items: center;
  width: 0%;
  height: 100%;
  display: flex;
  position: absolute;
  inset: auto 0% 0%;
}

.grid-media {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  grid-template: ". . . . . . . . ." 140px
                 ". . . . . . . . ." 30px
                 ". . . . . . . . ." minmax(100px, 1fr)
                 ". . . . . . . . ." minmax(100px, 1fr)
                 ". . . . . . . . ." 100px
                 ". . . . . . . . ." 100px
                 ". . . . . . . . ." 100px
                 ". . . . . . . . ." 100px
                 / 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  min-height: 95vh;
  margin-bottom: 160px;
  margin-left: 10%;
  margin-right: 10%;
  position: relative;
}

.div-pictures {
  filter: saturate(0%);
  cursor: pointer;
  background-image: url('../images/reflejo2-min.jpg');
  background-position: 50%;
  background-size: cover;
  position: relative;
}

.div-pictures._2 {
  background-image: url('../images/IMG_2772-min.jpg');
  background-size: cover;
}

.div-pictures._3 {
  background-image: url('../images/exterior-min.jpg');
}

.div-pictures._4 {
  background-image: url('../images/esquina-min.jpg');
}

.div-pictures._5 {
  background-image: url('../images/reflejo1-min.jpg');
  background-size: cover;
}

.div-pictures._6 {
  background-image: url('../images/IMG_2772-min.jpg');
  background-size: cover;
}

.div-pictures._7 {
  background-image: url('../images/puerta-min.jpg');
  background-size: cover;
}

.div-pictures._8 {
  background-image: url('../images/esquina-min.jpg');
  background-position: 0%;
  background-size: cover;
}

.footer {
  grid-column-gap: 0px;
  grid-template: ". . . . ."
  / 1fr 1fr 1fr 1fr 1fr;
  margin-bottom: 160px;
  margin-left: 10%;
  margin-right: 10%;
}

.image-noon-footer {
  align-self: center;
  width: 200px;
}

.navbar {
  grid-column-gap: 0px;
  background-color: #000000e6;
  border-bottom-width: 1px;
  border-bottom-color: #ffffff4d;
  grid-template: ". . . . ."
  / 1fr 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  padding-left: 10%;
  padding-right: 10%;
  display: grid;
  position: fixed;
}

.logo-navbar {
  height: 36px;
}

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

.brand.w--current {
  z-index: 2;
}

.nav-menu {
  z-index: 1;
  justify-content: flex-end;
  align-items: center;
  padding-right: 5vw;
  display: flex;
}

.nav-link {
  opacity: .6;
  color: #fff;
  padding-left: 40px;
  padding-right: 40px;
  font-family: Muli, sans-serif;
  font-size: 16px;
}

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

.nav-link.w--current {
  opacity: 1;
  color: #fff;
}

.contact-button {
  z-index: 2;
  background-color: var(--magenta);
  border-radius: 3px;
  justify-content: center;
  align-self: flex-end;
  align-items: center;
  height: 60px;
  padding-left: 7vw;
  padding-right: 7vw;
  display: flex;
  position: absolute;
  inset: 0% 0% auto auto;
}

.contact-button:hover {
  border: 1px solid var(--untitled-ui--primary600);
  background-color: var(--black);
}

.text-contact-button {
  color: #fff;
  letter-spacing: 4px;
  text-transform: uppercase;
  font-family: Muli, sans-serif;
  font-size: 16px;
  font-weight: 400;
}

.paragraph-options {
  opacity: .3;
}

.section-project {
  z-index: 1;
  padding-top: 120px;
  position: relative;
}

.section-media {
  z-index: 1;
  position: relative;
}

.section-design {
  z-index: 1;
  padding-top: 120px;
  position: relative;
}

.gif {
  border-radius: 1000px;
  align-self: start;
  width: 32vw;
  height: 32vw;
  display: block;
  position: sticky;
  top: 25%;
  box-shadow: 1px 1px 100px #a440c14d;
}

.div-bg-box {
  z-index: 2;
  background-color: var(--medium-violet-red);
  position: absolute;
  inset: 0%;
}

.form {
  grid-column-gap: 0px;
  grid-template: ". ."
  / 1fr 66px;
  grid-auto-columns: 1fr;
  display: grid;
}

.text-field {
  background-color: var(--medium-violet-red);
  color: #fff;
  border: 1px #000;
  align-self: stretch;
  width: 400px;
  height: 66px;
  margin-bottom: 0;
  padding-top: 20px;
  padding-bottom: 20px;
  padding-left: 30px;
  font-family: Montserrat, sans-serif;
  font-size: 16px;
  font-weight: 100;
}

.text-field:hover {
  background-color: #4451f6f2;
  align-self: stretch;
}

.text-field:focus {
  background-color: var(--soft-black);
  color: #fff;
  align-self: stretch;
}

.text-field::placeholder {
  color: #fffc;
}

.submit-button {
  background-color: var(--medium-violet-red);
  opacity: .8;
  letter-spacing: 4px;
  text-transform: uppercase;
  padding-top: 20px;
  padding-bottom: 20px;
  font-family: Muli, sans-serif;
  font-size: 20px;
  font-weight: 200;
}

.submit-button:hover {
  background-color: #1e29af;
}

.div-contact-container {
  z-index: 10000;
  flex-direction: column;
  align-items: flex-end;
  display: flex;
  position: fixed;
  inset: 0% 0% auto auto;
}

.div-container-parameters {
  background-color: var(--soft-black);
  cursor: pointer;
  justify-content: space-between;
  align-items: center;
  padding: 20px 30px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.div-container-parameters.output {
  background-color: var(--medium-violet-red);
}

.image {
  width: 0;
  height: 20px;
}

.arrow {
  opacity: 0;
  width: 12px;
  height: 12px;
  position: absolute;
  inset: 34px 0% 0% auto;
}

.div-bg-pictures {
  opacity: 0;
  background-color: #4451f64d;
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
  inset: 0%;
}

.div-content-media {
  z-index: 1;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-left: 20%;
  padding-right: 20%;
  display: flex;
  position: relative;
}

.div-testimoninal {
  grid-column-gap: 30px;
  grid-row-gap: 20px;
  border: 3px none var(--soft-black);
  grid-template: ". ."
                 ". ."
                 ". ."
                 / auto;
  grid-auto-columns: 1fr;
  margin-top: 40px;
  margin-bottom: 4px;
  padding: 0 40px 40px;
  display: grid;
}

.div-picture-testimonial {
  -webkit-text-fill-color: inherit;
  background-color: #fafafa;
  background-image: url('../images/IMG_1565_copy.PNG');
  background-position: 0 0;
  background-size: cover;
  background-clip: border-box;
  border: 2px solid #fff;
  border-radius: 100px;
  align-self: center;
  width: 80px;
  height: 80px;
}

.div-picture-testimonial._2 {
  background-image: url('../images/download-3.jpeg');
  background-position: 50%;
  background-size: cover;
  align-self: center;
}

.quote-icon {
  width: 30px;
}

.div-content-card-gd {
  overflow: hidden;
}

.background-gd-card {
  z-index: 0;
  background-color: var(--soft-black);
  opacity: 0;
  position: absolute;
  inset: 0%;
}

.bg-video {
  align-self: center;
  height: 100%;
  margin-left: -10vw;
}

.bar-flag {
  opacity: .2;
  background-color: #fff;
  height: 1px;
}

.form-block {
  margin-top: 20px;
  margin-bottom: 0;
}

.text-privacy-footer {
  color: #fff;
  letter-spacing: 4px;
  text-transform: uppercase;
  margin-top: 20px;
  font-family: Muli, sans-serif;
  font-size: 12px;
  font-weight: 200;
  display: block;
}

.text-privacy-footer.pc {
  color: var(--medium-violet-red);
  font-weight: 600;
}

.text-privacy-footer.succeserror {
  color: var(--medium-violet-red);
  text-align: center;
  margin-top: 0;
  font-weight: 600;
}

.text-privacy-footer.success {
  color: #fff;
  text-align: center;
  margin-top: 0;
  font-weight: 600;
}

.text-small-buttons-output {
  z-index: 1;
  opacity: .8;
  color: #fff;
  letter-spacing: 4px;
  text-transform: uppercase;
  font-family: Muli, sans-serif;
  font-size: 12px;
  font-weight: 200;
  position: relative;
}

.opacity-down {
  z-index: 2;
  background-image: linear-gradient(to top, #000, #0000 75%);
  height: 60px;
  position: fixed;
  inset: auto 0% 0%;
}

.grande {
  opacity: .9;
  font-size: 20px;
  line-height: 24px;
}

.container {
  align-items: flex-start;
  height: 100vh;
  padding-top: 100px;
  display: flex;
}

.body-3 {
  background-color: #000;
}

.div-container {
  flex-direction: column;
  align-items: flex-start;
  width: 600px;
  display: flex;
  position: relative;
}

.boxx {
  z-index: 2;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  height: 100px;
  padding-left: 20px;
  display: flex;
  position: relative;
}

.image-2 {
  position: absolute;
  top: 100px;
}

.b1 {
  background-color: #fff;
  width: 300px;
  height: 2px;
  position: absolute;
  inset: auto auto -120px 0%;
}

.v1 {
  background-color: #fff;
  width: 2px;
  height: 220px;
  position: absolute;
  inset: 0 auto 0% 0%;
}

.buttton {
  background-color: var(--medium-violet-red);
  width: 120px;
  height: 80px;
}

.png-tec-base {
  opacity: 0;
  left: -10%;
}

.png-tec-base._1, .png-tec-base._2, .png-tec-base._3, .png-tec-base._4, .png-tec-base._5 {
  opacity: 0;
  position: absolute;
  inset: 0% auto auto 0%;
}

.heading {
  position: relative;
}

.div-png-tec-responsive {
  z-index: 0;
  margin-top: 40px;
  display: none;
  position: relative;
  overflow: hidden;
}

.color {
  color: var(--magenta);
  font-weight: 600;
}

.div-inputoutput {
  background-color: var(--soft-black);
  flex-direction: row-reverse;
  justify-content: space-between;
  align-items: center;
  padding: 16px 16px 16px 30px;
  display: flex;
  position: relative;
}

.div-bar-input {
  z-index: 2;
  background-color: #ffffff1a;
  align-items: center;
  width: auto;
  margin-left: 16px;
  padding: 4px 10px;
  display: flex;
  inset: 0% 0% 0% auto;
  overflow: hidden;
}

.div-bar-input.pink {
  background-color: #ff75f1;
}

.div-bar-input.blue {
  background-color: #4a98ff;
}

.div-bar-input.purple {
  background-color: #5f67f9;
}

.div-bar-input.red {
  background-color: #ff595c;
}

.div-bar-input.yellow {
  background-color: #cad36e;
}

.div-bar-input.orange {
  background-color: #ff8400;
}

.div-bar-input.output {
  background-color: var(--magenta);
}

.text-span {
  color: var(--soft-black);
  background-color: #fff;
  margin-right: 20px;
  padding-left: 8px;
  font-weight: 600;
}

.text-io {
  z-index: 1;
  color: #fff9;
  letter-spacing: 4px;
  text-transform: uppercase;
  align-self: center;
  margin-top: 20px;
  margin-bottom: 10px;
  font-family: Muli, sans-serif;
  font-size: 14px;
  font-weight: 200;
  position: relative;
}

.text-io.click-me {
  opacity: .2;
  position: absolute;
  inset: 30px 20px auto auto;
}

.text-io.role {
  opacity: .4;
  line-height: 16px;
}

.text-io.technology {
  letter-spacing: 2px;
}

.text-span-2 {
  background-color: #fff;
  padding-left: 8px;
  padding-right: 4px;
}

.text-span-3 {
  color: var(--soft-black);
  background-color: #fff;
  margin-right: 12px;
  padding-left: 8px;
  padding-right: 8px;
  font-size: 16px;
  font-weight: 600;
}

.paragraph {
  text-align: left;
  font-size: 19px;
  line-height: 27px;
}

.error-message {
  background-color: var(--soft-black);
  text-transform: uppercase;
  max-width: 400px;
  padding: 16px 20px;
  font-family: Muli, sans-serif;
  font-size: 12px;
}

.success-message {
  background-color: var(--medium-violet-red);
}

.paragraph-2 {
  color: #fff;
  -webkit-text-stroke-width: 0px;
  -webkit-text-stroke-color: #fff0;
  text-shadow: 0 1px 1px #000;
  overflow-wrap: normal;
  border: 0 solid #000;
  border-radius: 0;
  font-size: 27px;
  line-height: 35px;
}

.heading-2, .heading-3 {
  margin-bottom: 20px;
}

.button-1 {
  cursor: pointer;
  border-radius: 12px;
  justify-content: center;
  align-items: center;
  width: 160px;
  height: 60px;
  margin-top: 0;
  display: flex;
  position: relative;
  overflow: hidden;
  box-shadow: 0 0 15px #3913b659;
}

.button-1_color-wrap {
  background-color: #0e1229;
  border-radius: 12px;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
  position: absolute;
  overflow: hidden;
}

.button-1_color {
  z-index: 1;
  filter: blur(16px);
  mix-blend-mode: normal;
  background-image: linear-gradient(112deg, #ff0f33d6, #ff6600db);
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  width: 50px;
  height: 50px;
  display: flex;
  position: absolute;
  top: -21px;
  left: -14px;
}

.button-1_color._1 {
  top: -30%;
  left: -5%;
}

.button-1_color._3 {
  background-image: linear-gradient(251deg, #7300ffd6, #e815ffd9);
  top: -30%;
  left: 8%;
}

.button-1_color._2 {
  background-image: linear-gradient(251deg, #07fc, #ad15ffe0);
  top: -30%;
  left: 29%;
}

.label {
  z-index: 5;
  color: #fff;
  position: relative;
}

.button-1_bg {
  z-index: 3;
  background-color: #01030e;
  border-radius: 12px;
  justify-content: center;
  align-items: center;
  width: 97%;
  height: 95%;
  transition: all .3s ease-in-out;
  display: flex;
  position: absolute;
  overflow: hidden;
}

.button-1_bg:hover {
  -webkit-backdrop-filter: blur(6px);
  backdrop-filter: blur(6px);
  background-color: #05021ca6;
}

.button-1_bg:active {
  background-color: #05021c66;
}

.button-3-bg {
  z-index: 3;
  background-color: #000;
  border-radius: 10px;
  justify-content: center;
  align-items: center;
  width: 146px;
  height: 56px;
  transition: background-color .35s ease-in-out;
  display: flex;
  position: absolute;
  overflow: hidden;
}

.button-3-bg:hover {
  -webkit-backdrop-filter: blur(25px);
  backdrop-filter: blur(25px);
}

.button-3 {
  cursor: pointer;
  border-radius: 12px;
  justify-content: center;
  align-items: center;
  width: 150px;
  height: 60px;
  margin-top: 0;
  transition: box-shadow .3s;
  display: flex;
  position: relative;
  transform: none;
  box-shadow: 0 0 34px #000dff3d;
}

.button-3:hover {
  box-shadow: none;
}

.button-3:active {
  box-shadow: 0 8px 30px #006aff33;
}

.button-3_color {
  z-index: 1;
  filter: blur(16px);
  mix-blend-mode: normal;
  background-image: linear-gradient(112deg, #ff0f33d6, #ff6600db);
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  width: 50px;
  height: 50px;
  display: flex;
  position: absolute;
  top: -21px;
  left: -14px;
}

.button-3_color._1 {
  background-image: linear-gradient(112deg, #0ff3ffd6, #00b7ffdb);
  top: -24%;
  left: -11%;
}

.button-3_color._3 {
  background-image: linear-gradient(251deg, #0004ffd6, #b115ffd9);
  top: 52%;
  left: auto;
  right: -27%;
}

.button-3_color._4 {
  background-image: linear-gradient(112deg, #0ff3ffd6, #00b7ffdb);
  top: 53%;
  left: auto;
  right: 5%;
}

.button-3_color._2 {
  background-image: linear-gradient(251deg, #0004ffd6, #b115ffd9);
  top: -15%;
  left: auto;
  right: 54%;
}

.button-3_color-wrap {
  z-index: 2;
  filter: none;
  border-radius: 12px;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  overflow: hidden;
}

.button-3_color-wrap.blur {
  filter: blur(5px);
  display: block;
  overflow: hidden;
}

.button-9 {
  z-index: 0;
  cursor: pointer;
  border-radius: 14px;
  justify-content: center;
  align-items: center;
  width: 140px;
  height: 48px;
  margin-top: 10px;
  padding-left: 0;
  padding-right: 0;
  transition: box-shadow .3s ease-in-out;
  display: flex;
  position: relative;
  overflow: hidden;
  transform: scale(1.2);
  box-shadow: 0 0 14px #c0a61200, 0 1px 20px #f800;
}

.button-9:hover {
  box-shadow: 4px 0 15px #c0a61224, 0 10px 36px -6px #ff88004d;
}

.button-9:active {
  box-shadow: 4px 0 15px #c0a612e0, 0 10px 36px -6px #ff8800ab;
}

.button-9-wrap {
  z-index: 2;
  cursor: pointer;
  background-color: #0000;
  background-image: radial-gradient(circle, #e0c110, #d69b08 81%);
  border: 1px solid #ffec1b26;
  border-radius: 12px;
  justify-content: center;
  align-items: center;
  width: 136px;
  height: 45px;
  margin-right: .3px;
  padding-left: 0;
  padding-right: 0;
  text-decoration: none;
  transition: all .25s ease-in-out;
  display: flex;
  position: relative;
  overflow: hidden;
  box-shadow: 0 0 11px #c0a61200, 0 1px 20px #f800;
}

.button-9-wrap:hover {
  background-image: radial-gradient(circle, #e0c110, #d69b08 81%);
  border-color: #ffec1b00;
  box-shadow: 4px 0 15px #c0a61224, 0 10px 36px -6px #ff88004d;
}

.button-9-wrap:active {
  box-shadow: 4px 0 15px #c0a612ab, 0 10px 36px -6px #ff8800e0;
}

.border_color {
  z-index: 1;
  filter: blur(16px);
  mix-blend-mode: normal;
  background-image: linear-gradient(112deg, #ff0f33d6, #ff6600db);
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  width: 50px;
  height: 50px;
  display: flex;
  position: absolute;
  top: -21px;
  left: -14px;
}

.border_color.color-3 {
  filter: blur(12px);
  background-image: linear-gradient(251deg, #fab300, #fff200);
  width: 40px;
  height: 40px;
  top: -41%;
  left: 8%;
}

.border_color.color-2 {
  filter: blur(12px);
  background-image: linear-gradient(251deg, #ff2596, #f709ff);
  width: 40px;
  height: 40px;
  top: -45%;
  left: 29%;
}

.border_color.color-1 {
  filter: blur(12px);
  background-image: linear-gradient(112deg, #ff950b, #ff4400eb);
  width: 40px;
  height: 40px;
  top: -30%;
  left: -5%;
}

.button-9_glow {
  z-index: 7;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  padding-top: 0;
  padding-bottom: 0;
  display: flex;
  position: absolute;
  inset: 0%;
  overflow: hidden;
  box-shadow: inset 0 3px 15px 2px #e6b113c2, inset 0 -6px 7px -3px #ffe432cf;
}

.label_size-s {
  z-index: 8;
  color: #fff;
  font-size: 12px;
  font-weight: 500;
  line-height: 1.5em;
  position: absolute;
}

.button-9_mask {
  z-index: 6;
  filter: blur(5px);
  border: 1px #000;
  border-radius: 12px;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  margin: auto;
  padding-top: 12px;
  padding-bottom: 12px;
  display: block;
  position: absolute;
  inset: 0%;
  overflow: hidden;
  box-shadow: inset 0 3px 12px 1px #f0b00e75;
}

.gradient_color {
  filter: blur(20px);
  mix-blend-mode: overlay;
  border-radius: 50%;
  width: 50%;
  height: 50%;
}

.gradient_color.gradient_color-11 {
  filter: blur(14px);
  background-color: #f3b10999;
  background-image: none;
  width: 50px;
  height: 50px;
  display: block;
  position: absolute;
  inset: -1px auto auto 7px;
}

.gradient_color.gradient_color-6 {
  filter: blur(8px);
  background-color: #ff2b00bf;
  width: 50px;
  height: 50px;
  display: block;
  position: absolute;
  inset: 28px auto auto 8px;
}

.gradient_color.gradient_color-3 {
  z-index: 1;
  filter: blur(8px);
  background-color: #e9ad15b0;
  width: 50px;
  height: 50px;
  display: block;
  position: absolute;
  inset: -40px auto auto 0;
}

.gradient_color.gradient_color-4 {
  filter: blur(8px);
  background-image: radial-gradient(circle, #4d0bbccc 55%, #ef078ff7);
  width: 50px;
  height: 50px;
  display: block;
  position: absolute;
  inset: -12px auto auto 20px;
}

.gradient_color.gradient_color-1 {
  filter: blur(10px);
  background-image: radial-gradient(circle, #c4d40edb 75%, #d814eed1);
  width: 50px;
  height: 50px;
  display: block;
  position: absolute;
  top: -12px;
  bottom: auto;
  left: -12px;
}

.gradient_color.gradient_color-7 {
  filter: blur(10px);
  background-color: #f1b419ad;
  width: 50px;
  height: 50px;
  display: block;
  position: absolute;
  inset: 4px auto auto 4px;
}

.gradient_color.gradient_color-5 {
  filter: blur(8px);
  background-color: #ea911c8f;
  width: 50px;
  height: 50px;
  display: block;
  position: absolute;
  inset: 16px auto auto 64px;
}

.gradient_color.gradient_color-8 {
  filter: blur(10px);
  background-image: radial-gradient(circle, #540ad4bf 39%, #ec21cac9);
  width: 50px;
  height: 50px;
  display: block;
  position: absolute;
  inset: -4px auto auto 28px;
}

.gradient_color.gradient_color-2 {
  filter: blur(10px);
  background-image: radial-gradient(circle, #701deed4 56%, #f315ebe8 92%);
  width: 50px;
  height: 50px;
  display: block;
  position: absolute;
  top: -12px;
  bottom: auto;
  left: 80px;
}

.gradient_color.gradient_color-9 {
  filter: blur(10px);
  background-color: #d90c5aba;
  width: 50px;
  height: 50px;
  display: block;
  position: absolute;
  inset: 8px auto auto 92px;
}

.gradient_color.gradient_color-10 {
  filter: blur(14px);
  background-color: #de3afff0;
  width: 50px;
  height: 50px;
  display: block;
  position: absolute;
  inset: -4px auto auto 12px;
}

.button-9_border-color {
  z-index: 1;
  filter: contrast(130%);
  border-radius: 14px;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  overflow: hidden;
}

.button-4 {
  z-index: 1;
  cursor: pointer;
  background-color: #8315f159;
  border: 2px solid #8315f1;
  border-radius: 50px;
  justify-content: center;
  align-items: center;
  width: 160px;
  height: 54px;
  margin-top: 30px;
  padding-top: 0;
  transition: all .25s ease-in-out;
  display: flex;
  position: relative;
  overflow: visible;
}

.button-4:hover {
  text-shadow: 0 2px 8px #8205ff;
  font-weight: 600;
}

.button-4:active {
  text-shadow: none;
  background-color: #8315f130;
}

.button-4_wave-1, .button-4_wave-2 {
  opacity: 0;
  filter: blur(1px);
  background-image: none;
  border: .4px solid #8315f1cc;
  border-radius: 50px;
  width: 100%;
  height: 100%;
  position: absolute;
}

.button-4_wave-3 {
  opacity: 0;
  filter: blur(1px);
  color: #fff;
  background-image: none;
  border: .4px solid #8315f1cc;
  border-radius: 50px;
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
}

.text-block {
  color: #fff;
}

.button-7 {
  background-color: #ffe0a80d;
  border: 1px solid #fffc;
  border-radius: 50px;
  justify-content: center;
  align-items: center;
  width: 160px;
  height: 54px;
  margin-top: 20px;
  display: flex;
  position: relative;
}

.button-7:active {
  background-color: #ffe0a847;
  border-color: #ffffff8c;
}

.button-7_bg {
  z-index: 1;
  background-color: var(--magenta);
  border-radius: 50px;
  width: 100%;
  height: 100%;
  margin: auto;
  display: flex;
  position: absolute;
  inset: 0%;
}

.text-span-4 {
  color: #fff;
  -webkit-text-stroke-width: 0px;
  -webkit-text-stroke-color: #fff;
  text-shadow: none;
  text-overflow: clip;
}

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

.container-2 {
  max-width: 1200px;
  padding-bottom: 250px;
  padding-left: 24px;
  padding-right: 24px;
}

.title {
  font-size: 32px;
  font-weight: 600;
  line-height: 38px;
}

.title.h1 {
  font-size: 8em;
  font-weight: 300;
  line-height: .8em;
}

.title.h1.about-title {
  margin-top: 0;
  margin-bottom: 48px;
  font-size: 5.4em;
}

.about-wrap {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: .5fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.about-text {
  color: #fff;
  width: 100%;
  max-width: 700px;
  font-size: 1.75rem;
  line-height: 40px;
}

.video-teaser-play-wrapper {
  z-index: 1;
  position: absolute;
  inset: auto auto 1em 1em;
}

.video-teaser-caption-wrapper {
  text-align: left;
  flex: 1;
}

.p-xxxs-start {
  padding-top: .5em;
}

.section-power-sharing {
  color: #fff;
  background-color: #000;
}

.copy-medium {
  font-size: 1.3em;
  font-weight: 400;
  line-height: 1.45em;
}

.video-teaser-video-wrapper {
  width: 18em;
  position: relative;
}

.extra-large {
  letter-spacing: -.01em;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 6.2em;
  font-weight: 700;
  line-height: 1.05;
}

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

.play-icon {
  align-items: center;
  width: .6em;
  height: 1em;
  margin-left: .2em;
}

.p-xxxs-end {
  padding-bottom: .5em;
}

.p-xl-start {
  padding-top: 8.5em;
}

.play-button {
  color: #272531;
  background-color: #fffbf5;
  border-radius: 999em;
  justify-content: center;
  align-items: center;
  width: 3em;
  height: 3em;
  transition: all .2s;
  display: flex;
}

.play-button:hover {
  transform: scale(1.1);
}

.container-w2 {
  width: 100%;
  max-width: 83.125em;
  margin-left: auto;
  margin-right: auto;
}

.title3 {
  font-size: 2.25em;
  font-weight: 600;
  line-height: 1.2em;
}

.container-w3 {
  width: 100%;
  max-width: 49em;
  margin-left: auto;
  margin-right: auto;
}

.copy-large {
  font-size: 1.45em;
  font-weight: 400;
  line-height: 1.4em;
}

.video-teaser-video {
  z-index: 1;
  border-radius: 1em;
  height: 0;
  padding-top: 62%;
}

.p-md-end {
  padding-bottom: 5.5em;
}

.video-teaser-wrapper {
  grid-column-gap: 2.5em;
  align-items: flex-start;
  padding-left: 7.2em;
  padding-right: 5em;
  display: flex;
}

.padding-global {
  padding-left: 2.5rem;
  padding-right: 2.5rem;
}

.container-medium {
  width: 100%;
  max-width: 64rem;
  margin-left: auto;
  margin-right: auto;
}

.padding-section-large {
  padding-top: 8rem;
  padding-bottom: 8rem;
}

.zipper-container {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  justify-content: center;
  align-items: stretch;
  display: flex;
}

.text-align-right {
  text-align: right;
}

.zipper-text {
  display: table-caption;
}

.zipper-text.is-right {
  opacity: .5;
}

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

.libraries-why_text {
  color: #fff;
  font-family: Montserrat, sans-serif;
  font-size: 1.75rem;
  font-weight: 200;
  line-height: 30px;
}

.libraries-why_text-underline {
  background-image: url('../images/why-underline.svg');
  background-position: 50% 100%;
  background-repeat: no-repeat;
  background-size: 13.5rem;
  margin-bottom: -3rem;
  margin-left: -5rem;
  margin-right: -5rem;
  padding-bottom: 3rem;
  padding-left: 5rem;
  padding-right: 5rem;
  display: inline-block;
}

.text-style-link {
  text-decoration: underline;
}

.libraries-why_text-overlay {
  background-image: linear-gradient(#0000, #f1f0ee);
  position: absolute;
  inset: 0%;
}

.libraries-why_text-overlay.clickable-off {
  background-image: linear-gradient(#0000, #f1f0ee 95%);
  display: none;
}

.container-small {
  width: 100%;
  max-width: 45rem;
  margin-left: auto;
  margin-right: auto;
}

.libraries-why_button {
  border-radius: .5rem;
  padding: .5rem .75rem;
  font-size: 1.125rem;
  font-weight: 500;
  transition: all .2s;
}

.libraries-why_button:hover {
  background-color: #e4e2df;
}

.libraries-why_button.w--current {
  color: #000;
}

.libraries-why_heading-wrapper {
  text-align: center;
  justify-content: center;
  align-items: center;
  width: 100%;
}

.libraries-why_button-row {
  justify-content: center;
  display: none;
  position: absolute;
  inset: auto 0% 0%;
}

.max-width-custom2 {
  max-width: 50rem;
}

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

.padding-bottom.padding-xxhuge.extra-padding-desktop {
  padding-bottom: 12rem;
}

.padding-bottom.padding-medium, .padding-bottom.padding-xhuge {
  padding-top: 0;
  padding-left: 0;
  padding-right: 0;
}

.heading-xhuge {
  font-size: 4rem;
  font-weight: 500;
  line-height: 1.2;
}

.libraries-why_text-wrapper {
  padding-bottom: 4rem;
  position: relative;
  overflow: hidden;
}

.page-padding {
  padding-left: 2.5rem;
  padding-right: 2.5rem;
}

.section_libraries-why.overflow-hidden {
  margin-top: 140px;
}

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

.footer8_link {
  color: #fff;
  text-align: center;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 1rem;
  font-weight: 600;
  text-decoration: none;
}

.footer8_top-wrapper {
  grid-column-gap: 8vw;
  grid-row-gap: 1rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr .5fr;
  align-items: start;
}

.padding-vertical {
  padding-left: 0;
  padding-right: 0;
}

.footer8_bottom-wrapper {
  flex-direction: row;
  justify-content: space-between;
  align-items: stretch;
  display: flex;
}

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

.footer8_credit-text {
  font-size: .875rem;
}

.footer8_credit-text.light {
  color: #fff;
  margin-top: 10px;
}

.footer8_link-list {
  grid-column-gap: 1.5rem;
  grid-row-gap: 0px;
  white-space: normal;
  grid-template-rows: auto;
  grid-template-columns: max-content;
  grid-auto-columns: max-content;
  grid-auto-flow: column;
  justify-content: center;
  justify-items: start;
  display: grid;
}

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

.footer-left {
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.footer-right {
  flex-direction: column;
  display: flex;
}

.page-padding-2 {
  padding-left: 5%;
  padding-right: 5%;
  position: relative;
}

.footer-1 {
  overflow: visible;
}

.max-width-large {
  width: 100%;
  max-width: 48rem;
}

.text-size-tiny {
  font-size: .75rem;
}

.hr {
  background-color: #f1f5f9;
  width: 100%;
  height: 2px;
}

.form-input {
  color: #000;
  background-color: #fff;
  border: 2px solid #f1f5f9;
  height: auto;
  min-height: 4.6rem;
  margin-bottom: 0;
  padding: .5rem .75rem;
  font-size: 1rem;
  line-height: 1.6;
}

.form-input:focus {
  border-color: #000;
}

.form-input::placeholder {
  color: #0009;
}

.blue-colored {
  color: #1969ff;
}

.dlink {
  display: block;
}

.news-blog {
  grid-column-gap: 2rem;
  grid-row-gap: 0rem;
  grid-template-rows: auto;
  grid-template-columns: 1.5fr 1fr;
  grid-auto-columns: 1fr;
  align-items: start;
  margin-bottom: 0;
  display: grid;
}

.styled-text {
  color: #000;
  font-style: italic;
  font-weight: 400;
}

.feature-box {
  background-color: #f1f5f9;
  flex-direction: column;
  align-items: center;
  width: 100%;
  min-height: 260px;
  padding: 2.4rem;
}

.feature-box.decorated {
  min-height: 500px;
}

.feature-box.decorated.newsletterbg {
  background-image: url('../images/Group-5181.png');
  background-position: 100% 100%;
  background-repeat: no-repeat;
  background-size: cover;
}

.feature-box.decorated.contact {
  background-image: url('../images/Group-5180.png');
  background-position: 100% 100%;
  background-repeat: no-repeat;
  background-size: cover;
}

.button {
  color: #fff;
  text-align: center;
  background-color: #000;
  border: 2px solid #000;
  border-radius: 200px;
  padding: .8rem 1.5rem;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-weight: 500;
  transition: all .4s;
}

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

.section-2 {
  margin-bottom: 100px;
  overflow: visible;
}

.container-3 {
  max-width: 200px;
  padding-left: 0;
}

.cta-subheading-3 {
  color: silver;
  text-align: center;
  font-family: Varela Round, sans-serif;
  font-size: 20px;
  font-weight: 400;
  line-height: 130%;
}

.hero-cta {
  z-index: 10;
  filter: brightness(150%);
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
  border: 2px solid #1d1232;
  border-radius: 30px;
  flex-flow: column;
  align-items: center;
  width: 50%;
  margin-left: auto;
  margin-right: auto;
  padding: 20px;
  display: flex;
  position: absolute;
  inset: 30% 0% auto;
}

.e-mail {
  color: var(--magenta);
  text-decoration: none;
  transition: all .2s;
}

.e-mail:hover {
  filter: brightness(200%);
}

.cta-subheading-1, .cta-subheading-2 {
  color: silver;
  text-align: center;
  margin-bottom: 10px;
  font-family: Varela Round, sans-serif;
  font-size: 20px;
  font-weight: 400;
  line-height: 130%;
}

.hero-wrapper {
  justify-content: space-around;
  align-items: flex-start;
  width: 100%;
  height: 100%;
  margin-bottom: 0;
  display: flex;
}

.hero-section {
  color: #000;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  height: 800px;
  margin-bottom: 140px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  overflow: hidden;
}

.cta-heading {
  color: silver;
  text-align: center;
  letter-spacing: -2px;
  -webkit-text-fill-color: inherit;
  background-clip: border-box;
  margin-top: 0;
  margin-bottom: 40px;
  font-family: Varela Round, sans-serif;
  font-size: 60px;
  font-weight: 400;
  line-height: 110%;
}

.portfolio {
  color: var(--magenta);
  text-decoration: none;
  transition: all .2s;
}

.portfolio:hover {
  filter: brightness(200%);
}

.fixed-star {
  background-color: silver;
  width: 1px;
  height: 1px;
  position: absolute;
  inset: 5% 0% 0% 5%;
}

.fixed-star._15 {
  top: 90%;
  left: 90%;
}

.fixed-star._8 {
  top: 10%;
  left: 90%;
}

.fixed-star._11 {
  top: 90%;
  left: 25%;
}

.fixed-star._3 {
  top: 10%;
  left: 25%;
}

.fixed-star._9 {
  top: 50%;
}

.fixed-star._12 {
  top: 70%;
  left: 40%;
}

.fixed-star._13 {
  top: 95%;
  left: 50%;
}

.fixed-star._7 {
  top: 30%;
  left: 80%;
}

.fixed-star._10 {
  top: 80%;
  left: 15%;
}

.fixed-star._14 {
  top: 85%;
  left: 65%;
}

.fixed-star._6 {
  top: 10%;
  left: 65%;
}

.fixed-star._2 {
  top: 40%;
  left: 10%;
}

.fixed-star._4 {
  top: 15%;
  left: 40%;
}

.fixed-star._5 {
  top: 25%;
  left: 60%;
}

.falling-star {
  background-image: linear-gradient(0deg, #645287, #573491 5%, #3e2173 10%, #2d1852 30%, #130f1d);
  border-radius: 100px;
  width: 2px;
  height: 15%;
}

.falling-star._3 {
  width: 6px;
  height: 45%;
  margin-top: -400px;
}

.falling-star._2 {
  width: 4px;
  height: 30%;
  margin-top: -240px;
}

.falling-star._6 {
  width: 4px;
  height: 30%;
  margin-top: -250px;
}

.falling-star._4 {
  margin-top: -120px;
}

.falling-star._5 {
  width: 6px;
  height: 45%;
  margin-top: -360px;
}

.falling-star._1 {
  background-image: linear-gradient(0deg, #645287, #573491 5%, #3e2173 10%, #2d1852 30%, #130f1d);
}

.button_color-3 {
  filter: blur(2px);
  background-image: linear-gradient(201deg, #ffb820, #e500ff);
  border-radius: 50%;
  width: 20px;
  height: 20px;
  position: absolute;
  top: 0;
  left: 31px;
}

.button-bg {
  z-index: 2;
  background-color: var(--magenta);
  border-radius: 50px;
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  inset: 0%;
  overflow: hidden;
}

.button-2 {
  border-radius: 50px;
  justify-content: center;
  align-items: center;
  width: 150px;
  height: 48px;
  display: flex;
  position: relative;
}

.button_color-6 {
  filter: blur(2px);
  background-image: linear-gradient(#00d0ff, #5f50ff);
  border-radius: 50%;
  width: 20px;
  height: 20px;
  position: absolute;
  top: 1px;
  left: 48px;
}

.button_color-10 {
  z-index: -1;
  filter: blur(2px);
  background-image: linear-gradient(145deg, #e500ff, #ffb820);
  border-radius: 50%;
  width: 20px;
  height: 20px;
  position: absolute;
  top: 0;
  left: 78px;
}

.button_color-17 {
  filter: blur(2px);
  background-image: linear-gradient(139deg, #798dff, #08c9ff);
  border-radius: 50%;
  width: 10px;
  height: 10px;
  position: absolute;
  top: 29px;
  left: 112px;
}

.button_color-9 {
  filter: blur(2px);
  background-image: linear-gradient(139deg, #b379ff, #08c9ff);
  border-radius: 50%;
  width: 10px;
  height: 10px;
  position: absolute;
  top: 7px;
  left: 69px;
}

.button_color-1 {
  z-index: -1;
  filter: blur(2px);
  background-image: linear-gradient(145deg, #ffb820, #e600ff);
  border-radius: 50%;
  width: 20px;
  height: 20px;
  position: absolute;
  top: 5px;
  left: 8px;
}

.button_color-23 {
  filter: blur(2px);
  background-image: linear-gradient(#00a6ff, #b379ff);
  border-radius: 50%;
  width: 20px;
  height: 20px;
  position: absolute;
  top: 26px;
  left: 77px;
}

.button_color-15 {
  filter: blur(2px);
  background-image: linear-gradient(#00a6ff, #b379ff);
  border-radius: 50%;
  width: 20px;
  height: 20px;
  position: absolute;
  top: 18px;
  left: 32px;
}

.button_color-20 {
  filter: blur(2px);
  background-image: linear-gradient(#00a6ff, #b379ff);
  border-radius: 50%;
  width: 20px;
  height: 20px;
  position: absolute;
  top: 17px;
  left: 119px;
}

.button_color-13 {
  filter: blur(2px);
  background-image: linear-gradient(#00a6ff, #b379ff);
  border-radius: 50%;
  width: 17px;
  height: 17px;
  position: absolute;
  top: 29px;
  left: 49px;
}

.button_color-2 {
  filter: blur(2px);
  background-image: linear-gradient(139deg, #b379ff, #08c9ff);
  border-radius: 50%;
  width: 10px;
  height: 10px;
  position: absolute;
  top: 1px;
  left: 24px;
}

.label-2 {
  z-index: 5;
  color: #fff;
  font-size: 14px;
  font-weight: 600;
  position: relative;
}

.button_color-21 {
  z-index: -1;
  filter: blur(2px);
  background-image: linear-gradient(145deg, #e500ff, #ffb820);
  border-radius: 50%;
  width: 20px;
  height: 20px;
  position: absolute;
  top: 9px;
  left: 128px;
}

.button_color-26 {
  filter: blur(2px);
  background-image: linear-gradient(#00a6ff, #b379ff);
  border-radius: 50%;
  width: 17px;
  height: 17px;
  position: absolute;
  top: 11px;
  left: 86px;
}

.button_color-14 {
  filter: blur(2px);
  background-image: linear-gradient(#e500ff, #ffb820);
  border-radius: 50%;
  width: 20px;
  height: 20px;
  position: absolute;
  top: 8px;
  left: 99px;
}

.button_color-12 {
  z-index: -1;
  filter: blur(2px);
  background-image: linear-gradient(145deg, #e500ff, #ffb820);
  border-radius: 50%;
  width: 20px;
  height: 20px;
  position: absolute;
  top: 26px;
  left: 97px;
}

.button_color-24 {
  z-index: -1;
  filter: blur(2px);
  background-image: linear-gradient(145deg, #ffb820, #e600ff);
  border-radius: 50%;
  width: 20px;
  height: 20px;
  position: absolute;
  top: 15px;
  left: 55px;
}

.button_color-18 {
  filter: blur(2px);
  background-image: linear-gradient(139deg, #ffc579, #d608ff);
  border-radius: 50%;
  width: 10px;
  height: 10px;
  position: absolute;
  top: 37px;
  left: 38px;
}

.button_color-5 {
  filter: blur(2px);
  background-image: linear-gradient(#00a6ff, #b379ff);
  border-radius: 50%;
  width: 20px;
  height: 20px;
  position: absolute;
  top: 18px;
  left: 4px;
}

.button_color-25 {
  filter: blur(2px);
  background-image: linear-gradient(139deg, #ffc579, #d608ff);
  border-radius: 50%;
  width: 10px;
  height: 10px;
  position: absolute;
  top: 34px;
  left: 67px;
}

.button_color-11 {
  z-index: -1;
  filter: blur(2px);
  background-image: linear-gradient(145deg, #e500ff, #ffb820);
  border-radius: 50%;
  width: 20px;
  height: 20px;
  position: absolute;
  top: 28px;
  left: 14px;
}

.button_color-7 {
  filter: blur(2px);
  background-image: linear-gradient(139deg, #798dff, #08c9ff);
  border-radius: 50%;
  width: 10px;
  height: 10px;
  position: absolute;
  top: 18px;
  left: 22px;
}

.button_color-16 {
  filter: blur(2px);
  background-image: linear-gradient(139deg, #b379ff, #08c9ff);
  border-radius: 50%;
  width: 10px;
  height: 10px;
  position: absolute;
  top: 1px;
  left: 95px;
}

.button_color-8 {
  filter: blur(2px);
  background-image: linear-gradient(139deg, #b379ff, #08c9ff);
  border-radius: 50%;
  width: 10px;
  height: 10px;
  position: absolute;
  top: 23px;
  left: 70px;
}

.button_color-19 {
  filter: blur(2px);
  background-image: linear-gradient(#00a6ff, #b379ff);
  border-radius: 50%;
  width: 20px;
  height: 20px;
  position: absolute;
  top: 2px;
  left: 110px;
}

.button_colors {
  z-index: 1;
  opacity: 1;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  transition: all .3s ease-in-out;
  display: flex;
  position: absolute;
  inset: 0%;
}

.button_color-22 {
  z-index: -1;
  filter: blur(2px);
  background-image: linear-gradient(145deg, #e500ff, #ffb820);
  border-radius: 50%;
  width: 16px;
  height: 16px;
  position: absolute;
  top: 29px;
  left: 123px;
}

.button-3 {
  border-radius: 0;
  justify-content: center;
  align-items: center;
  width: 150px;
  height: 48px;
  display: flex;
  position: relative;
  box-shadow: 0 0 34px #000dff3d;
}

.label-3 {
  z-index: 5;
  color: #fff;
  font-size: 14px;
  font-weight: 600;
  position: relative;
}

.button-4 {
  border-color: var(--magenta);
  background-color: var(--magenta);
  border-radius: 50px;
  justify-content: center;
  align-items: center;
  width: 150px;
  height: 48px;
  display: flex;
  position: relative;
}

.label-4 {
  z-index: 5;
  color: #fff;
  font-size: 14px;
  font-weight: 600;
  position: relative;
}

.button-5 {
  -webkit-text-fill-color: inherit;
  background-clip: border-box;
  border-radius: 50px;
  justify-content: center;
  align-items: center;
  width: 150px;
  height: 48px;
  margin-top: 40px;
  display: flex;
  position: relative;
}

.label-5 {
  z-index: 5;
  color: #fff;
  font-size: 14px;
  font-weight: 600;
  position: relative;
}

.button-bg-2 {
  z-index: 2;
  background-color: var(--magenta);
  border-radius: 0;
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  inset: 0%;
  overflow: hidden;
}

.button-2 {
  color: #000;
  white-space: nowrap;
  filter: url('../images/');
  margin-top: 40px;
  text-decoration: none;
  transition-property: all;
  transition-duration: .9s;
  transition-timing-function: cubic-bezier(.135, .9, .15, 1);
  display: flex;
  position: relative;
}

.svg-filter_embed {
  display: none;
}

.button-2_content-wrap {
  grid-column-gap: .625rem;
  grid-row-gap: .625rem;
  background-color: var(--magenta);
  border-radius: 3rem;
  align-items: center;
  padding: .3rem .5rem .25rem 1.5rem;
  font-weight: 700;
  text-decoration: none;
  display: flex;
}

.text-block-2 {
  text-decoration: none;
}

.button-2_arrow-wrapper {
  color: #fff;
  background-color: #000212;
  border-radius: 10rem;
  justify-content: center;
  align-items: center;
  width: 2rem;
  height: 2rem;
  margin-left: -.25rem;
  display: flex;
}

.button_arrow-icon {
  width: 1.5rem;
  height: 1.5rem;
}

.pedding-stroke {
  mix-blend-mode: normal;
  background-color: #fff3;
  padding: 2px;
  position: relative;
  overflow: hidden;
}

.glow-item {
  filter: none;
  background-image: linear-gradient(221deg, #ff191900 13%, #7738ff 58%, #ff00f000 80%), linear-gradient(45deg, #fff0 32%, #d387ff 51%, #fff0 73%);
  width: 80px;
  height: 80px;
  position: relative;
  transform: rotate(-45deg);
}

.glow-item.left {
  transform: rotate(180deg)rotate(-45deg);
}

.glow-item.bg {
  background-image: radial-gradient(circle closest-side, #ff191900 13%, #fff6e5 58%, #ff00f000 80%), radial-gradient(circle closest-side, #fff0 32%, #fff 51%, #fff0 73%);
}

.text-block-3 {
  font-size: 24px;
}

.inside-button {
  z-index: 2;
  background-color: #000;
  background-image: linear-gradient(148deg, #fbc2ed, #eed6f7 42%, #fbe3e0);
  border-width: 1px;
  border-color: #000;
  padding: 18px;
  position: relative;
}

.inside-button._2 {
  background-image: none;
  overflow: hidden;
}

.copy--button {
  color: #a8a8a8;
  cursor: pointer;
  border-radius: 0;
  justify-content: center;
  align-items: center;
  margin-top: 40px;
  font-size: 1.2rem;
  line-height: 100%;
  text-decoration: none;
  transition: transform .2s cubic-bezier(.596, 1.72, .602, 1.053);
  display: flex;
  position: relative;
}

.hover-line {
  opacity: 1;
  mix-blend-mode: overlay;
  background-image: linear-gradient(111deg, #0000, #7738ff 81%, #fffffffa 89%, #fff0);
  width: 200%;
  position: absolute;
  inset: 0%;
}

.overflow-hidden {
  position: relative;
  overflow: hidden;
}

.glow-wrapper {
  grid-column-gap: 80px;
  grid-row-gap: 80px;
  filter: blur(5px);
  display: flex;
  position: absolute;
  inset: 0%;
}

.glow-wrapper.bg {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  opacity: .5;
  filter: blur(4px);
  max-width: 50%;
  inset: 0% auto;
}

.glow-wrapper.stroke {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
}

.text-block-4 {
  position: static;
}

.copy--button-2 {
  color: #a8a8a8;
  cursor: pointer;
  border-radius: 0;
  justify-content: center;
  align-items: center;
  margin-top: 40px;
  font-size: 1.2rem;
  line-height: 100%;
  text-decoration: none;
  transition: transform .2s cubic-bezier(.596, 1.72, .602, 1.053);
  display: flex;
  position: relative;
}

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

.uui-text-size-medium {
  color: var(--untitled-ui--gray600);
  letter-spacing: normal;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 1rem;
  line-height: 1.5;
}

.uui-text-align-center {
  text-align: center;
}

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

.uui-container-small {
  width: 100%;
  max-width: 48rem;
  margin-left: auto;
  margin-right: auto;
}

.uui-text-size-large {
  color: var(--untitled-ui--gray600);
  letter-spacing: normal;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 1.125rem;
  line-height: 1.5;
}

.uui-heading-medium {
  color: var(--untitled-ui--gray900);
  margin-top: 0;
  margin-bottom: 0;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 2.25rem;
  font-weight: 600;
  line-height: 1.3;
}

.uui-button {
  grid-column-gap: .5rem;
  border: 1px solid var(--untitled-ui--primary600);
  background-color: var(--untitled-ui--primary600);
  color: var(--untitled-ui--white);
  text-align: center;
  white-space: nowrap;
  border-radius: .5rem;
  justify-content: center;
  align-items: center;
  padding: .625rem 1.125rem;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 1rem;
  font-weight: 600;
  line-height: 1.5;
  text-decoration: none;
  transition: all .3s;
  display: flex;
  box-shadow: 0 1px 2px #1018280d;
}

.uui-button:hover {
  border-color: var(--untitled-ui--primary700);
  background-color: var(--untitled-ui--primary700);
}

.uui-button:focus {
  background-color: var(--untitled-ui--primary600);
  box-shadow: 0 1px 2px 0 #1018280d, 0 0 0 4px var(--untitled-ui--primary100);
}

.uui-button-row {
  grid-column-gap: .75rem;
  grid-row-gap: .75rem;
  flex-wrap: wrap;
  align-items: center;
  display: flex;
}

.uui-career06_list-wrapper {
  overflow: hidden;
}

.uui-career06_list {
  grid-column-gap: 0rem;
  grid-row-gap: 1.5rem;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.uui-section_career06 {
  margin-bottom: 140px;
}

.uui-career06_component {
  margin-top: 4rem;
}

.uui-badge {
  grid-column-gap: .375rem;
  background-color: var(--untitled-ui--gray100);
  color: var(--untitled-ui--gray700);
  white-space: nowrap;
  border-radius: 10rem;
  align-items: center;
  padding: .125rem .625rem;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: .875rem;
  font-weight: 500;
  line-height: 1.5;
  text-decoration: none;
  display: flex;
}

.uui-badge.is-success {
  background-color: var(--untitled-ui--success50);
  color: var(--untitled-ui--success700);
}

.uui-badge.is-blue {
  background-color: var(--untitled-ui--blue50);
  color: var(--untitled-ui--blue700);
  font-size: .875rem;
  font-weight: 500;
}

.uui-badge.is-pink {
  background-color: var(--untitled-ui--pink50);
  color: var(--untitled-ui--pink700);
}

.uui-badge.is-indigo {
  background-color: var(--untitled-ui--indigo50);
  color: var(--untitled-ui--indigo700);
}

.uui-badge.is-orange {
  background-color: var(--untitled-ui--orange50);
  color: var(--untitled-ui--orange700);
}

.badge-dot {
  color: var(--untitled-ui--gray500);
  justify-content: center;
  align-items: center;
  display: flex;
}

.badge-dot.text-color-warning500 {
  color: var(--untitled-ui--warning500);
}

.badge-dot.text-color-indigo500 {
  color: var(--untitled-ui--indigo500);
}

.badge-dot.text-color-success500 {
  color: var(--untitled-ui--success500);
}

.badge-dot.text-color-pink500 {
  color: var(--untitled-ui--pink500);
}

.badge-dot.text-color-blue500 {
  color: var(--untitled-ui--blue500);
}

.uui-career06_item {
  border: 1px solid var(--untitled-ui--gray200);
  border-radius: 1rem;
  padding: 1.5rem;
  overflow: hidden;
}

.uui-career06_job-details-wrapper {
  color: #fff;
  margin-top: 1.5rem;
  margin-bottom: 1.5rem;
  display: flex;
}

.uui-career06_detail-wrapper {
  color: var(--untitled-ui--gray600);
  align-items: center;
  margin-right: 1.5rem;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-weight: 500;
  display: flex;
}

.uui-career06_icon-wrapper {
  flex: none;
  margin-right: .5rem;
}

.uui-career06_icon {
  color: var(--untitled-ui--gray400);
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 1.25rem;
  height: 1.25rem;
  display: flex;
}

.uui-button-secondary-gray {
  grid-column-gap: .5rem;
  border: 1px solid var(--untitled-ui--gray300);
  background-color: var(--untitled-ui--white);
  color: var(--untitled-ui--gray700);
  text-align: center;
  white-space: nowrap;
  border-radius: .5rem;
  justify-content: center;
  align-items: center;
  padding: .625rem 1.125rem;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 1rem;
  font-weight: 600;
  line-height: 1.5;
  text-decoration: none;
  transition: all .3s;
  display: flex;
  box-shadow: 0 1px 2px #1018280d;
}

.uui-button-secondary-gray:hover {
  background-color: var(--untitled-ui--gray50-2);
  color: var(--untitled-ui--gray800);
}

.uui-button-secondary-gray:focus {
  background-color: var(--untitled-ui--white);
  box-shadow: 0 1px 2px 0 #1018280d, 0 0 0 4px var(--untitled-ui--gray100);
}

.uui-career06_label-wrapper {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  flex-direction: row;
  align-items: center;
  display: flex;
}

.uui-space-xsmall {
  width: 100%;
  min-height: 1rem;
}

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

.uui-heading-subheading {
  color: var(--untitled-ui--primary600);
  margin-bottom: .75rem;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 1rem;
  font-weight: 600;
  line-height: 1.5;
}

.uui-career06_title-wrapper {
  grid-column-gap: .5rem;
  grid-row-gap: 1rem;
  cursor: pointer;
  flex-wrap: wrap;
  align-items: center;
  margin-bottom: .5rem;
  display: flex;
}

.uui-career06_heading {
  color: var(--untitled-ui--gray900);
  letter-spacing: normal;
  margin-top: 0;
  margin-bottom: 0;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 1.125rem;
  font-weight: 500;
}

.uui-career06_heading-2 {
  color: #101828;
  letter-spacing: normal;
  margin-top: 0;
  margin-bottom: 0;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 1.125rem;
  font-weight: 500;
}

.uui-button-2 {
  grid-column-gap: .5rem;
  border: 1px solid var(--medium-violet-red);
  background-color: var(--magenta);
  color: #fff;
  text-align: center;
  white-space: nowrap;
  border-radius: .5rem;
  justify-content: center;
  align-items: center;
  padding: .625rem 1.125rem;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 1rem;
  font-weight: 600;
  line-height: 1.5;
  text-decoration: none;
  transition: all .3s;
  display: flex;
  box-shadow: 0 1px 2px #1018280d;
}

.uui-button-2:hover {
  background-color: #6941c6;
  border-color: #6941c6;
}

.uui-button-2:focus {
  background-color: #7f56d9;
  box-shadow: 0 1px 2px #1018280d, 0 0 0 4px #f4ebff;
}

.uui-career06_detail-wrapper-2 {
  color: #fff;
  align-items: center;
  margin-right: 1.5rem;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-weight: 500;
  display: flex;
}

.uui-heading-medium-2 {
  color: #101828;
  margin-top: 0;
  margin-bottom: 0;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 2.25rem;
  font-weight: 600;
  line-height: 1.3;
}

.uui-career06_icon-2 {
  color: #98a2b3;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 1.25rem;
  height: 1.25rem;
  display: flex;
}

.uui-career06_item-2 {
  border: 1px solid #eaecf0;
  border-radius: 1rem;
  padding: 1.5rem;
  overflow: hidden;
}

.uui-button-secondary-gray-2 {
  grid-column-gap: .5rem;
  color: #344054;
  text-align: center;
  white-space: nowrap;
  background-color: #fff;
  border: 1px solid #d0d5dd;
  border-radius: .5rem;
  justify-content: center;
  align-items: center;
  padding: .625rem 1.125rem;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 1rem;
  font-weight: 600;
  line-height: 1.5;
  text-decoration: none;
  transition: all .3s;
  display: flex;
  box-shadow: 0 1px 2px #1018280d;
}

.uui-button-secondary-gray-2:hover {
  color: #1d2939;
  background-color: #f9fafb;
}

.uui-button-secondary-gray-2:focus {
  background-color: #fff;
  box-shadow: 0 1px 2px #1018280d, 0 0 0 4px #f2f4f7;
}

.uui-heading-subheading-2 {
  color: var(--magenta);
  margin-bottom: .75rem;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 1rem;
  font-weight: 600;
  line-height: 1.5;
}

.uui-career06_heading-3 {
  color: #fff;
  letter-spacing: normal;
  margin-top: 0;
  margin-bottom: 0;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 1.125rem;
  font-weight: 500;
}

.text-block-5, .text-block-6 {
  color: #fff;
}

.uui-career06_icon-3 {
  color: #fff;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 1.25rem;
  height: 1.25rem;
  display: flex;
}

.uui-heading-medium-3 {
  color: #fff;
  margin-top: 0;
  margin-bottom: 0;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 2.25rem;
  font-weight: 600;
  line-height: 1.3;
}

.uui-career06_item-3 {
  border: 1px solid #eaecf0;
  border-radius: 1rem;
  padding: 1.5rem;
  overflow: hidden;
}

.uui-career06_heading-4 {
  color: #fff;
  letter-spacing: normal;
  margin-top: 0;
  margin-bottom: 0;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 1.125rem;
  font-weight: 500;
}

.uui-heading-subheading-3 {
  color: #a440c1;
  margin-bottom: .75rem;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 1rem;
  font-weight: 600;
  line-height: 1.5;
}

.text-block-7 {
  color: #fff;
}

.uui-career06_detail-wrapper-3 {
  color: #fff;
  align-items: center;
  margin-right: 1.5rem;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-weight: 500;
  display: flex;
}

.uui-space-xsmall-2 {
  width: 100%;
  min-height: 1rem;
}

.uui-career06_heading-5 {
  color: #fff;
  letter-spacing: normal;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Montserrat, sans-serif;
  font-size: 1.5rem;
  font-weight: 500;
}

.uui-section_career06-2 {
  margin-bottom: 140px;
}

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

.uui-heading-subheading-4 {
  color: #a440c1;
  margin-bottom: .75rem;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 1rem;
  font-weight: 600;
  line-height: 1.5;
}

.text-block-8 {
  color: #fff;
}

.uui-career06_icon-4 {
  color: #fff;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 1.25rem;
  height: 1.25rem;
  display: flex;
}

.uui-career06_list-2 {
  grid-column-gap: 0rem;
  grid-row-gap: 1.5rem;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.uui-career06_job-details-wrapper-2 {
  color: #fff;
  margin-top: 1.5rem;
  margin-bottom: 1.5rem;
  display: flex;
}

.uui-career06_icon-wrapper-2 {
  flex: none;
  margin-right: .5rem;
}

.uui-career06_title-wrapper-2 {
  grid-column-gap: .5rem;
  grid-row-gap: 1rem;
  cursor: pointer;
  flex-wrap: wrap;
  align-items: center;
  margin-bottom: .5rem;
  display: flex;
}

.uui-button-row-2 {
  grid-column-gap: .75rem;
  grid-row-gap: .75rem;
  flex-wrap: wrap;
  align-items: center;
  display: flex;
}

.uui-container-small-2 {
  width: 100%;
  max-width: 48rem;
  margin-left: auto;
  margin-right: auto;
}

.uui-career06_list-wrapper-2 {
  overflow: hidden;
}

.uui-career06_item-4 {
  border: 1px solid #eaecf0;
  border-radius: 1rem;
  padding: 1.5rem;
  overflow: hidden;
}

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

.uui-heading-medium-4 {
  color: #fff;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Montserrat, sans-serif;
  font-size: 2.25rem;
  font-weight: 700;
  line-height: 1.3;
}

.uui-button-secondary-gray-3 {
  grid-column-gap: .5rem;
  color: #344054;
  text-align: center;
  white-space: nowrap;
  background-color: #fff;
  border: 1px solid #d0d5dd;
  border-radius: .5rem;
  justify-content: center;
  align-items: center;
  padding: .625rem 1.125rem;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 1rem;
  font-weight: 600;
  line-height: 1.5;
  text-decoration: none;
  transition: all .3s;
  display: flex;
  box-shadow: 0 1px 2px #1018280d;
}

.uui-button-secondary-gray-3:hover {
  color: #1d2939;
  background-color: #f9fafb;
}

.uui-button-secondary-gray-3:focus {
  background-color: #fff;
  box-shadow: 0 1px 2px #1018280d, 0 0 0 4px #f2f4f7;
}

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

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

.uui-career06_component-2 {
  margin-top: 4rem;
}

.uui-text-size-medium-2 {
  color: var(--untitled-ui--gray600);
  letter-spacing: normal;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 1rem;
  line-height: 1.5;
}

.uui-text-size-large-2 {
  color: var(--untitled-ui--gray600);
  letter-spacing: normal;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 1.125rem;
  line-height: 1.5;
}

.uui-heading-medium-5 {
  color: var(--untitled-ui--gray900);
  margin-top: 0;
  margin-bottom: 0;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 2.25rem;
  font-weight: 600;
  line-height: 1.3;
}

.uui-button-3 {
  grid-column-gap: .5rem;
  border: 1px solid var(--untitled-ui--primary600);
  background-color: var(--untitled-ui--primary600);
  color: var(--untitled-ui--white);
  text-align: center;
  white-space: nowrap;
  border-radius: .5rem;
  justify-content: center;
  align-items: center;
  padding: .625rem 1.125rem;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 1rem;
  font-weight: 600;
  line-height: 1.5;
  text-decoration: none;
  transition: all .3s;
  display: flex;
  box-shadow: 0 1px 2px #1018280d;
}

.uui-button-3:hover {
  border-color: var(--untitled-ui--primary700);
  background-color: var(--untitled-ui--primary700);
}

.uui-button-3:focus {
  background-color: var(--untitled-ui--primary600);
  box-shadow: 0 1px 2px 0 #1018280d, 0 0 0 4px var(--untitled-ui--primary100);
}

.uui-badge-2 {
  grid-column-gap: .375rem;
  background-color: var(--untitled-ui--gray100);
  color: var(--untitled-ui--gray700);
  white-space: nowrap;
  border-radius: 10rem;
  align-items: center;
  padding: .125rem .625rem;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: .875rem;
  font-weight: 500;
  line-height: 1.5;
  text-decoration: none;
  display: flex;
}

.uui-badge-2.is-success {
  background-color: var(--untitled-ui--success50);
  color: var(--untitled-ui--success700);
}

.uui-badge-2.is-blue {
  background-color: var(--untitled-ui--blue50);
  color: var(--untitled-ui--blue700);
  font-size: .875rem;
  font-weight: 500;
}

.uui-badge-2.is-pink {
  background-color: var(--untitled-ui--pink50);
  color: var(--untitled-ui--pink700);
}

.uui-badge-2.is-indigo {
  background-color: var(--untitled-ui--indigo50);
  color: var(--untitled-ui--indigo700);
}

.uui-badge-2.is-orange {
  background-color: var(--untitled-ui--orange50);
  color: var(--untitled-ui--orange700);
}

.badge-dot-2 {
  color: var(--untitled-ui--gray500);
  justify-content: center;
  align-items: center;
  display: flex;
}

.badge-dot-2.text-color-warning500 {
  color: var(--untitled-ui--warning500);
}

.badge-dot-2.text-color-indigo500 {
  color: var(--untitled-ui--indigo500);
}

.badge-dot-2.text-color-success500 {
  color: var(--untitled-ui--success500);
}

.badge-dot-2.text-color-pink500 {
  color: var(--untitled-ui--pink500);
}

.badge-dot-2.text-color-blue500 {
  color: var(--untitled-ui--blue500);
}

.uui-career06_item-5 {
  border: 1px solid var(--untitled-ui--gray200);
  border-radius: 1rem;
  padding: 1.5rem;
  overflow: hidden;
}

.uui-career06_job-details-wrapper-3 {
  margin-top: 1.5rem;
  margin-bottom: 1.5rem;
  display: flex;
}

.uui-career06_detail-wrapper-4 {
  color: var(--untitled-ui--gray600);
  align-items: center;
  margin-right: 1.5rem;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-weight: 500;
  display: flex;
}

.uui-career06_icon-5 {
  color: var(--untitled-ui--gray400);
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 1.25rem;
  height: 1.25rem;
  display: flex;
}

.uui-button-secondary-gray-4 {
  grid-column-gap: .5rem;
  border: 1px solid var(--untitled-ui--gray300);
  background-color: var(--untitled-ui--white);
  color: var(--untitled-ui--gray700);
  text-align: center;
  white-space: nowrap;
  border-radius: .5rem;
  justify-content: center;
  align-items: center;
  padding: .625rem 1.125rem;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 1rem;
  font-weight: 600;
  line-height: 1.5;
  text-decoration: none;
  transition: all .3s;
  display: flex;
  box-shadow: 0 1px 2px #1018280d;
}

.uui-button-secondary-gray-4:hover {
  background-color: var(--untitled-ui--gray50-2);
  color: var(--untitled-ui--gray800);
}

.uui-button-secondary-gray-4:focus {
  background-color: var(--untitled-ui--white);
  box-shadow: 0 1px 2px 0 #1018280d, 0 0 0 4px var(--untitled-ui--gray100);
}

.uui-career06_label-wrapper-2 {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  flex-direction: row;
  align-items: center;
  display: flex;
}

.uui-heading-subheading-5 {
  color: var(--untitled-ui--primary600);
  margin-bottom: .75rem;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 1rem;
  font-weight: 600;
  line-height: 1.5;
}

.uui-career06_heading-6 {
  color: var(--untitled-ui--gray900);
  letter-spacing: normal;
  margin-top: 0;
  margin-bottom: 0;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 1.125rem;
  font-weight: 500;
}

.uui-section_career06-4 {
  margin-bottom: 140px;
}

.text-block-9 {
  color: #fff;
}

.uui-career06_icon-6 {
  color: #fff;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 1.25rem;
  height: 1.25rem;
  display: flex;
}

.uui-heading-subheading-6 {
  color: var(--magenta);
  margin-bottom: .75rem;
  font-family: Montserrat, sans-serif;
  font-size: 1rem;
  font-weight: 600;
  line-height: 1.5;
}

.text-block-10, .text-block-11 {
  color: #fff;
}

.uui-career06_detail-wrapper-5 {
  color: #475467;
  align-items: center;
  margin-right: 1.5rem;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-weight: 500;
  display: flex;
}

.uui-heading-medium-6 {
  color: #fff;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Muli, sans-serif;
  font-size: 5.4em;
  font-weight: 300;
  line-height: 1.3;
}

.uui-button-secondary-gray-5 {
  grid-column-gap: .5rem;
  color: #344054;
  text-align: center;
  white-space: nowrap;
  background-color: #fff;
  border: 1px solid #d0d5dd;
  border-radius: .5rem;
  justify-content: center;
  align-items: center;
  padding: .625rem 1.125rem;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 1rem;
  font-weight: 600;
  line-height: 1.5;
  text-decoration: none;
  transition: all .3s;
  display: flex;
  box-shadow: 0 1px 2px #1018280d;
}

.uui-button-secondary-gray-5:hover {
  color: #1d2939;
  background-color: #f9fafb;
}

.uui-button-secondary-gray-5:focus {
  background-color: #fff;
  box-shadow: 0 1px 2px #1018280d, 0 0 0 4px #f2f4f7;
}

.uui-button-4 {
  grid-column-gap: .5rem;
  border: 1px solid var(--magenta);
  background-color: var(--magenta);
  color: #fff;
  text-align: center;
  white-space: nowrap;
  border-radius: .5rem;
  justify-content: center;
  align-items: center;
  padding: .625rem 1.125rem;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 1rem;
  font-weight: 600;
  line-height: 1.5;
  text-decoration: none;
  transition: all .3s;
  display: flex;
}

.uui-button-4:hover {
  background-color: var(--black);
  border-color: #6941c6;
}

.uui-button-4:focus {
  background-color: var(--black);
  box-shadow: 0 1px 2px #1018280d, 0 0 0 4px #f4ebff;
}

.text-block-12 {
  color: #fff;
}

.button-10 {
  margin-top: 40px;
}

.button-11 {
  border: 1px solid var(--magenta);
  background-color: var(--black);
  border-radius: 4px;
  margin-top: 40px;
  font-size: 18px;
}

.button-11:hover {
  border-color: var(--untitled-ui--white);
  background-color: var(--black);
  color: #fff;
  font-size: 18px;
}

.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: 1140px;
  margin-bottom: 0;
  padding-top: 20px;
  padding-bottom: 20px;
}

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

.navbar-wrapper {
  color: #fff;
  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-2 {
  color: #fff;
  letter-spacing: .25px;
  margin-left: 5px;
  margin-right: 5px;
  padding: 5px 10px;
  font-size: 14px;
  line-height: 20px;
  text-decoration: none;
}

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

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

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

.f-navigation-link {
  color: var(--white);
  letter-spacing: -.01em;
  white-space: nowrap;
  background-color: #0000;
  border-radius: 50px;
  padding: 8px 24px;
  font-size: 20px;
  font-weight: 500;
  line-height: 24px;
  text-decoration: none;
  transition: all .35s;
}

.f-navigation-link:hover {
  background-color: var(--black);
  color: var(--white);
}

.f-navigation-link.w--current {
  color: var(--white);
  font-size: 20px;
}

.f-navigation-link.w--current:hover {
  color: var(--white);
}

.f-navigation {
  z-index: 999999;
  background-color: #000;
  align-items: center;
  width: 100%;
  min-height: 88px;
  padding: 24px 0%;
  display: flex;
  position: sticky;
  top: 0;
}

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

.f-logo {
  width: 160px;
}

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

.f-navigation-menu {
  grid-column-gap: 6px;
  align-items: center;
  display: flex;
  position: static;
}

.f-navigation-button {
  background-color: var(--magenta);
  outline-offset: 0px;
  color: var(--flowui-component-library--white);
  text-align: center;
  letter-spacing: -.02em;
  border-radius: 8px;
  outline: 2px solid #0000;
  justify-content: center;
  align-items: center;
  padding: 10px 40px;
  font-size: 20px;
  font-weight: 500;
  line-height: 24px;
  text-decoration: none;
  transition: all .2s;
  display: flex;
}

.f-navigation-button:hover {
  border: 1px solid var(--magenta);
  background-color: var(--black);
}

.f-navigation-link-2 {
  color: var(--white);
  letter-spacing: -.01em;
  white-space: nowrap;
  background-color: #0000;
  border-radius: 50px;
  padding: 8px 24px;
  font-size: 20px;
  font-weight: 500;
  line-height: 24px;
  text-decoration: none;
  transition: all .35s;
}

.f-navigation-link-2:hover {
  background-color: var(--black);
  color: var(--white);
}

.f-navigation-link-2.w--current {
  color: var(--flowui-component-library--primary-base);
}

.f-navigation-2 {
  background-color: #000;
  align-items: center;
  width: 100%;
  min-height: 88px;
  padding: 24px 5%;
  display: flex;
}

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

.f-navigation-link-wrapper {
  grid-column-gap: 24px;
  align-items: center;
  display: flex;
}

.f-navigation-content-2 {
  grid-column-gap: 8px;
  align-items: center;
  display: flex;
}

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

.f-navigation-menu-2 {
  grid-column-gap: 6px;
  align-items: center;
  display: flex;
  position: static;
}

.f-navigation-button-2 {
  background-color: var(--flowui-component-library--gray-900);
  outline-offset: 0px;
  color: var(--flowui-component-library--white);
  text-align: center;
  letter-spacing: -.02em;
  border-radius: 48px;
  outline: 2px solid #0000;
  justify-content: center;
  align-items: center;
  padding: 8px 24px;
  font-size: 14px;
  font-weight: 500;
  line-height: 24px;
  text-decoration: none;
  transition: all .2s;
  display: flex;
}

.f-navigation-button-2:hover {
  background-color: var(--flowui-component-library--gray-700);
}

.f-navigation-language-dropdown-toggle {
  grid-column-gap: 8px;
  border-left: 1px solid var(--flowui-component-library--grey-300);
  letter-spacing: -.02em;
  padding: 4px 24px;
  font-size: 14px;
  font-weight: 500;
  display: flex;
}

.f-navigation-dropdown-list, .f-navigation-dropdown-list.w--open {
  background-color: #fff;
}

.f-navigation-dropdown-link {
  background-color: #fff;
  padding-top: 8px;
  padding-bottom: 8px;
  padding-left: 24px;
  transition: background-color .3s;
}

.f-navigation-dropdown-link:hover {
  background-color: var(--flowui-component-library--gray-100);
}

.f-navigation-dropdown {
  margin-left: 0;
  margin-right: 0;
  font-size: 14px;
  font-weight: 500;
}

.f-h3-heading {
  color: var(--white);
  letter-spacing: -.02em;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 48px;
  line-height: 1.2;
}

.f-container-regular {
  width: 100%;
  max-width: 1140px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

.f-margin-bottom-12 {
  margin-bottom: 12px;
}

.f-section-large {
  padding: 92px 5%;
  position: relative;
}

.f-paragraph-regular {
  color: #fff;
  letter-spacing: -.02em;
  margin-bottom: 0;
  font-size: 16px;
  line-height: 1.8;
}

.f-paragraph-regular.f-text-color-gray-500 {
  color: var(--flowui-component-library--gray-100);
}

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

.f-heading-detail-small {
  color: var(--flowui-component-library--white);
  letter-spacing: .08em;
  text-transform: uppercase;
  font-size: 14px;
  font-weight: 700;
  line-height: 24px;
}

.f-text-color-gray-500 {
  color: var(--flowui-component-library--gray-500);
}

.f-career-wrapper {
  position: relative;
}

.f-career-position-block-title {
  border-bottom: 1px solid #e4e6f1;
  padding-top: 12px;
  padding-bottom: 12px;
}

.f-career-row-wrapper {
  border-bottom: 1px solid #e4e6f1;
  justify-content: space-between;
  align-items: center;
  padding-top: 24px;
  padding-bottom: 24px;
}

.f-careers-text-link {
  color: var(--flowui-component-library--primary-base);
  text-align: right;
  letter-spacing: -.02em;
  font-size: 14px;
  font-weight: 500;
  line-height: 32px;
  text-decoration: none;
}

.f-career-table {
  grid-column-gap: 16px;
  grid-row-gap: 0px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
}

.f-margin-bottom-48 {
  margin-bottom: 48px;
}

.f-career-title-centre {
  z-index: 5;
  color: #fff;
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 540px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: relative;
}

.f-career-row {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
}

.f-paragraph-small {
  color: #fff;
  letter-spacing: -.01em;
  margin-bottom: 0;
  font-size: 14px;
  line-height: 1.8;
}

.f-paragraph-large {
  letter-spacing: -.02em;
  margin-bottom: 0;
  font-size: 18px;
  line-height: 32px;
}

.f-sub-heading-regular {
  color: var(--white);
  letter-spacing: -.03em;
  font-size: 24px;
  font-weight: 700;
  line-height: 1.5;
}

.f-heading-detail-small-2 {
  color: var(--white);
  letter-spacing: .08em;
  text-transform: uppercase;
  font-size: 14px;
  font-weight: 700;
  line-height: 24px;
}

.f-container-x-small {
  width: 100%;
  max-width: 840px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

.f-section-regular {
  padding: 72px 5%;
  position: relative;
}

.f-career-card {
  border: 1px solid #e4e6f1;
  border-radius: 12px;
  align-items: flex-start;
  padding: 40px;
  transition: box-shadow .3s;
  display: flex;
}

.f-career-card:hover {
  box-shadow: 0 48px 140px -48px #393b6a29;
}

.f-career-top-wrapper {
  justify-content: space-between;
  align-items: center;
  margin-bottom: 16px;
  display: flex;
}

.f-career-content-wrapper {
  width: 100%;
}

.f-career-button-primary {
  background-color: var(--magenta);
  color: var(--flowui-component-library--white);
  text-align: center;
  letter-spacing: -.02em;
  border-radius: 8px;
  justify-content: center;
  align-items: center;
  min-height: 40px;
  padding: 8px 32px;
  font-size: 16px;
  font-weight: 500;
  text-decoration: none;
  transition: background-color .2s;
  display: flex;
}

.f-career-button-primary:hover {
  border: 1px solid var(--magenta);
  background-color: var(--black);
}

.f-margin-bottom-64 {
  margin-bottom: 64px;
}

.f-career-card-divider {
  background-color: var(--flowui-component-library--grey-300);
  width: 100%;
  height: 1px;
  margin-top: 24px;
  margin-bottom: 24px;
}

.f-career-button-wrapper {
  grid-column-gap: 14px;
  justify-content: flex-start;
  align-items: center;
  margin-top: 32px;
  display: flex;
}

.f-career-button-secondary {
  border: 1px solid var(--medium-violet-red);
  background-color: var(--medium-violet-red);
  color: var(--black);
  text-align: center;
  letter-spacing: -.02em;
  border-radius: 8px;
  justify-content: center;
  align-items: center;
  min-width: 120px;
  min-height: 40px;
  padding: 8px 32px;
  font-size: 14px;
  font-weight: 500;
  text-decoration: none;
  transition: border-color .2s, background-color .2s;
  display: flex;
}

.f-career-button-secondary:hover {
  border-color: var(--medium-violet-red);
  background-color: var(--black);
}

.f-career-badge-small {
  background-color: var(--flowui-component-library--gray-100);
  color: var(--flowui-component-library--gray-900);
  text-align: center;
  letter-spacing: -.02em;
  border-radius: 48px;
  justify-content: center;
  align-items: center;
  padding: 4px 12px;
  font-size: 12px;
  text-decoration: none;
  transition: all .2s;
  display: flex;
}

.f-career-block-small {
  grid-row-gap: 24px;
  flex-direction: column;
  max-width: 550px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.f-h3-heading-2 {
  color: var(--flowui-component-library--gray-900);
  letter-spacing: -.02em;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 48px;
  line-height: 1.2;
}

.f-paragraph-small-2 {
  letter-spacing: -.01em;
  margin-bottom: 0;
  font-size: 14px;
  line-height: 1.8;
}

.f-sub-heading-regular-2 {
  color: var(--flowui-component-library--gray-900);
  letter-spacing: -.03em;
  font-size: 20px;
  font-weight: 700;
  line-height: 1.5;
}

.f-heading-detail-small-3 {
  color: var(--flowui-component-library--gray-500);
  letter-spacing: .08em;
  text-transform: uppercase;
  font-size: 14px;
  font-weight: 700;
  line-height: 24px;
}

.f-career-button-primary-2 {
  background-color: var(--flowui-component-library--gray-900);
  color: var(--flowui-component-library--white);
  text-align: center;
  letter-spacing: -.02em;
  border-radius: 48px;
  justify-content: center;
  align-items: center;
  min-height: 40px;
  padding: 8px 32px;
  font-size: 14px;
  font-weight: 500;
  text-decoration: none;
  transition: background-color .2s;
  display: flex;
}

.f-career-button-primary-2:hover {
  background-color: var(--flowui-component-library--gray-700);
}

.f-margin-bottom-65 {
  margin-bottom: 64px;
}

.f-career-title-centre-2 {
  z-index: 5;
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 540px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: relative;
}

.text-block-13 {
  color: var(--flowui-component-library--gray-200);
  font-size: 16px;
}

.f-h3-heading-3 {
  color: var(--flowui-component-library--gray-900);
  letter-spacing: -.02em;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 48px;
  line-height: 1.2;
}

.f-paragraph-small-3 {
  color: #fff;
  letter-spacing: -.01em;
  margin-bottom: 0;
  font-size: 16px;
  line-height: 1.8;
}

.f-margin-bottom-66 {
  margin-bottom: 12px;
}

.f-paragraph-large-2 {
  letter-spacing: -.02em;
  margin-bottom: 0;
  font-size: 18px;
  line-height: 32px;
}

.f-sub-heading-regular-3 {
  color: var(--flowui-component-library--gray-900);
  letter-spacing: -.03em;
  font-size: 20px;
  font-weight: 700;
  line-height: 1.5;
}

.f-heading-detail-small-4 {
  color: var(--flowui-component-library--gray-500);
  letter-spacing: .08em;
  text-transform: uppercase;
  font-size: 14px;
  font-weight: 700;
  line-height: 24px;
}

.f-container-x-small-2 {
  width: 100%;
  max-width: 840px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

.f-section-regular-2 {
  padding: 72px 5%;
  position: relative;
}

.f-career-card-2 {
  border: 1px solid #e4e6f1;
  border-radius: 12px;
  align-items: flex-start;
  padding: 40px;
  transition: box-shadow .3s;
  display: flex;
}

.f-career-card-2:hover {
  box-shadow: 0 48px 140px -48px #393b6a29;
}

.f-career-top-wrapper-2 {
  justify-content: space-between;
  align-items: center;
  margin-bottom: 16px;
  display: flex;
}

.f-career-content-wrapper-2 {
  width: 100%;
}

.f-career-button-primary-3 {
  background-color: var(--flowui-component-library--gray-900);
  color: var(--flowui-component-library--white);
  text-align: center;
  letter-spacing: -.02em;
  border-radius: 48px;
  justify-content: center;
  align-items: center;
  min-height: 40px;
  padding: 8px 32px;
  font-size: 14px;
  font-weight: 500;
  text-decoration: none;
  transition: background-color .2s;
  display: flex;
}

.f-career-button-primary-3:hover {
  background-color: var(--flowui-component-library--gray-700);
}

.f-margin-bottom-67 {
  margin-bottom: 64px;
}

.f-career-card-divider-2 {
  background-color: var(--flowui-component-library--grey-300);
  width: 100%;
  height: 1px;
  margin-top: 24px;
  margin-bottom: 24px;
}

.f-career-title-centre-3 {
  z-index: 5;
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 540px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: relative;
}

.f-career-button-wrapper-2 {
  grid-column-gap: 14px;
  justify-content: flex-start;
  align-items: center;
  margin-top: 32px;
  display: flex;
}

.f-career-button-secondary-2 {
  border: 1px solid var(--flowui-component-library--grey-300);
  color: var(--flowui-component-library--gray-900);
  text-align: center;
  letter-spacing: -.02em;
  border-radius: 48px;
  justify-content: center;
  align-items: center;
  min-width: 120px;
  min-height: 40px;
  padding: 8px 32px;
  font-size: 14px;
  font-weight: 500;
  text-decoration: none;
  transition: border-color .2s, background-color .2s;
  display: flex;
}

.f-career-button-secondary-2:hover {
  background-color: var(--flowui-component-library--gray-200);
  border-color: #0000;
}

.f-career-badge-small-2 {
  background-color: var(--flowui-component-library--gray-100);
  color: var(--flowui-component-library--gray-900);
  text-align: center;
  letter-spacing: -.02em;
  border-radius: 48px;
  justify-content: center;
  align-items: center;
  padding: 4px 12px;
  font-size: 12px;
  text-decoration: none;
  transition: all .2s;
  display: flex;
}

.f-career-block-small-2 {
  grid-row-gap: 24px;
  flex-direction: column;
  max-width: 550px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

@media screen and (min-width: 1440px) {
  .button-1 {
    transform: scale(1.15);
  }

  .label {
    z-index: 5;
  }

  .button-3 {
    transform: scale(1.15);
  }

  .button-9 {
    transform: scale(1.4);
  }

  .button-4 {
    transform: scale(1.2);
  }

  .button-7 {
    z-index: 1;
    transform: scale(1.2);
  }

  .button-7_bg:active {
    width: 90%;
    height: 90%;
  }

  .button-2, .button-3, .button-4, .button-5 {
    transform: scale(1.15);
  }
}

@media screen and (min-width: 1920px) {
  .button-1, .button-3 {
    transform: scale(1.4);
  }

  .button-9 {
    transform: scale(1.8);
  }

  .button-4, .button-7 {
    transform: scale(1.4);
  }

  .button-2, .button-3, .button-4, .button-5 {
    transform: scale(1.3);
  }
}

@media screen and (max-width: 991px) {
  p {
    font-weight: 300;
  }

  .grid-background {
    padding-left: 40px;
    padding-right: 40px;
  }

  .grid-main {
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr 40px;
    padding-left: 40px;
  }

  .div-content-main {
    align-self: center;
    position: relative;
  }

  .first-button {
    background-color: var(--medium-violet-red);
  }

  .div-left-first-button {
    width: 60px;
    margin-right: 0;
  }

  .text-small {
    font-weight: 300;
  }

  .text-small.click-me {
    opacity: 1;
    right: 30px;
  }

  .text-small.io {
    font-weight: 600;
  }

  .grid-project-ci {
    grid-row-gap: 80px;
    grid-template-columns: 1fr 1fr 1fr auto auto;
    margin-bottom: 120px;
    margin-left: 40px;
    margin-right: 40px;
  }

  .div-title-project {
    align-self: center;
    margin-left: 40px;
  }

  .grid-project-technology {
    grid-row-gap: 30px;
    grid-template-rows: auto auto;
    grid-template-areas: ". . . . ."
                         ". . . . .";
    margin-left: 40px;
    margin-right: 40px;
  }

  .div-title-project-technology {
    align-self: start;
    position: relative;
    top: 0%;
  }

  .div-options-hardware {
    grid-row-gap: 20px;
    grid-template: "."
                   "."
                   "."
                   "."
                   "."
                   "."
                   / 1fr;
  }

  .div-technology-container {
    border: 3px solid var(--soft-black);
    align-self: center;
  }

  .div-png-tec {
    display: none;
  }

  .grid-generative-design {
    grid-template: ". . ."
                   ". . ."
                   ". . ."
                   / 1fr minmax(0, 4px) 1fr;
    margin-left: 40px;
    margin-right: 40px;
  }

  .div-content-gd {
    padding-left: 60px;
    padding-right: 60px;
  }

  .div-card-gd {
    min-height: 300px;
  }

  .text-bg {
    align-self: center;
    font-size: 120px;
    line-height: 120px;
  }

  .grid-case-study {
    grid-row-gap: 80px;
    grid-template-rows: auto auto auto;
    grid-template-areas: ". . . . ."
                         ". . . . ."
                         ". . . . .";
    margin-bottom: 80px;
    margin-left: 40px;
    margin-right: 40px;
  }

  .grid-colors._4 {
    grid-template-rows: auto auto;
    grid-template-areas: ". ."
                         ". .";
  }

  .div-color {
    justify-content: center;
    padding-left: 30px;
  }

  .div-circle-inside {
    width: auto;
    height: 6px;
    margin-right: 0;
    inset: auto 0% 0%;
  }

  .grid-parameters._3 {
    grid-template-rows: auto auto auto auto auto auto auto;
    grid-template-areas: "."
                         "."
                         "."
                         "."
                         "."
                         "."
                         ".";
  }

  .grid-media {
    grid-template-rows: 140px 30px minmax(100px, 1fr) minmax(100px, 1fr) 100px 100px 100px 100px minmax(100px, 1fr) 100px;
    grid-template-areas: ". . . . . . . . ."
                         ". . . . . . . . ."
                         ". . . . . . . . ."
                         ". . . . . . . . ."
                         ". . . . . . . . ."
                         ". . . . . . . . ."
                         ". . . . . . . . ."
                         ". . . . . . . . ."
                         ". . . . . . . . ."
                         ". . . . . . . . .";
    margin-bottom: 0;
    margin-left: 40px;
    margin-right: 40px;
  }

  .footer {
    grid-row-gap: 80px;
    grid-template-rows: auto auto;
    grid-template-areas: ". . . . ."
                         ". . . . .";
    align-content: center;
    height: 100vh;
    margin-bottom: 0;
    margin-left: 40px;
    margin-right: 40px;
  }

  .navbar {
    height: 60px;
    padding-left: 40px;
    padding-right: 40px;
  }

  .contact-button {
    height: 60px;
    padding-left: 100px;
    padding-right: 100px;
  }

  .gif {
    border-style: none;
    border-width: 1px;
    width: 360px;
    height: 360px;
    position: relative;
    top: 0%;
  }

  .text-field {
    font-weight: 300;
  }

  .image {
    width: 20px;
  }

  .arrow {
    opacity: 1;
    right: 10px;
  }

  .div-content-media {
    padding-left: 60px;
    padding-right: 60px;
  }

  .div-testimoninal {
    grid-row-gap: 30px;
    margin-top: 80px;
    margin-bottom: 0;
    padding-left: 30px;
    padding-right: 30px;
  }

  .bg-video {
    align-self: center;
    margin-left: -40px;
  }

  .bar-flag {
    margin-right: 30px;
  }

  .div-contact {
    flex-direction: column;
    align-self: end;
    align-items: center;
    display: flex;
  }

  .text-privacy-footer, .text-small-buttons-output {
    font-weight: 300;
  }

  .div-png-tec-responsive {
    justify-content: center;
    align-items: center;
    height: 0;
    display: block;
  }

  .base-responsive {
    opacity: 0;
  }

  .png-responsive {
    opacity: 0;
    position: absolute;
    inset: 0% 0% auto;
  }

  .div-bar-input {
    background-color: var(--medium-violet-red);
    justify-content: center;
    margin-left: 40px;
  }

  .div-bar-input.out {
    background-color: #4451f699;
  }

  .text-io {
    font-weight: 300;
  }

  .text-io.click-me {
    opacity: 1;
    right: 30px;
  }

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

  .title.h1.about-title {
    font-size: 3.8em;
  }

  .extra-large {
    font-size: 4.25em;
  }

  .padding-section-large {
    padding-top: 6rem;
    padding-bottom: 6rem;
  }

  .libraries-why_text {
    font-size: 1.75rem;
  }

  .libraries-why_text-underline {
    background-position: 50% 70%;
    background-size: 11.25rem;
  }

  .libraries-why_text-overlay.clickable-off {
    display: block;
  }

  .libraries-why_button-row {
    display: flex;
  }

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

  .padding-bottom.padding-xxhuge.extra-padding-desktop {
    padding-bottom: 7.5rem;
  }

  .heading-xhuge {
    font-size: 3.5rem;
  }

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

  .footer8_top-wrapper {
    grid-row-gap: 3.5rem;
    grid-template-columns: 1fr;
  }

  .padding-vertical {
    padding-left: 0;
    padding-right: 0;
  }

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

  .footer-right {
    align-items: flex-start;
  }

  .news-blog {
    grid-row-gap: 3.5rem;
    grid-template-columns: 1fr;
    margin-bottom: 4rem;
  }

  .cta-subheading-3 {
    text-align: center;
    max-width: 80%;
    font-size: 18px;
  }

  .cta-subheading-1, .cta-subheading-2 {
    max-width: 80%;
    font-size: 18px;
  }

  .cta-heading {
    font-size: 35px;
  }

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

  .container-4 {
    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: 10px;
    padding: 20px;
    display: flex;
    box-shadow: 0 8px 50px #0000000d;
  }

  .nav-link-2 {
    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;
  }

  .f-navigation-link {
    width: 100%;
  }

  .f-navigation {
    position: relative;
  }

  .f-navigation-menu-button {
    border: 1px solid var(--flowui-component-library--gray-200);
    color: var(--flowui-component-library--grey-600);
    border-radius: 8px;
    padding: 10px;
  }

  .f-navigation-menu-button.w--open {
    background-color: var(--flowui-component-library--gray-900);
    border-color: #fff;
  }

  .f-navigation-content {
    align-items: center;
    width: auto;
    display: flex;
  }

  .f-navigation-menu {
    background-color: var(--flowui-component-library--white);
    color: var(--flowui-component-library--grey-600);
    padding: 12px;
    position: absolute;
  }

  .f-navigation-menu.w--open {
    background-color: var(--flowui-component-library--gray-700);
    border-color: #fff;
  }

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

  .f-navigation-link-2 {
    width: 100%;
  }

  .f-navigation-2 {
    position: relative;
  }

  .f-navigation-menu-button-2 {
    border: 1px solid var(--flowui-component-library--gray-200);
    color: var(--flowui-component-library--grey-600);
    border-radius: 8px;
    padding: 10px;
  }

  .f-navigation-menu-button-2.w--open {
    background-color: var(--flowui-component-library--gray-900);
    border-color: #fff;
  }

  .f-navigation-content-2 {
    align-items: center;
    width: auto;
    display: flex;
  }

  .f-navigation-menu-2 {
    background-color: var(--flowui-component-library--white);
    color: var(--flowui-component-library--grey-600);
    padding: 12px;
    position: absolute;
  }

  .f-navigation-menu-2.w--open {
    background-color: var(--flowui-component-library--gray-700);
    border-color: #fff;
  }

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

  .f-career-row {
    grid-template-columns: 1fr 1fr;
  }
}

@media screen and (max-width: 767px) {
  h1 {
    font-size: 48px;
    line-height: 54px;
  }

  h4 {
    letter-spacing: 6px;
    font-size: 16px;
    line-height: 20px;
  }

  .grid-project-ci {
    grid-row-gap: 40px;
    grid-template: "."
                   "."
                   "."
                   "."
                   "."
                   / 1fr;
    margin-bottom: 80px;
  }

  .div-content-project {
    padding-right: 0;
  }

  .div-title-project {
    align-self: center;
    margin-left: 0;
    position: relative;
    top: 0;
  }

  .div-title-project.ideas {
    display: block;
  }

  .grid-project-technology {
    grid-template: "."
                   "."
                   / 1fr;
  }

  .div-title-project-technology {
    align-self: start;
    position: relative;
    top: 0;
  }

  .div-options-hardware {
    padding-left: 0;
  }

  .grid-generative-design {
    grid-template: "."
                   "."
                   "."
                   "."
                   / 1fr;
    margin-bottom: 0;
  }

  .div-content-gd {
    margin-bottom: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .div-card-gd._3 {
    margin-bottom: 80px;
  }

  .text-bg {
    align-self: center;
    font-size: 80px;
    line-height: 80px;
  }

  .div-content-case-study {
    align-self: start;
  }

  .grid-case-study {
    grid-template: "."
                   "."
                   "."
                   / 1fr;
    margin-bottom: 80px;
  }

  .grid-parameters._1 {
    grid-template-rows: auto auto auto auto;
    grid-template-areas: "."
                         "."
                         "."
                         ".";
  }

  .grid-parameters._3 {
    grid-template-rows: auto auto auto auto auto auto auto;
    grid-template-areas: "."
                         "."
                         "."
                         "."
                         "."
                         "."
                         ".";
  }

  .grid-media {
    grid-template-rows: 140px 30px minmax(100px, 1fr) minmax(100px, 1fr) 100px 100px 100px 100px minmax(100px, 1fr) 100px;
    grid-template-areas: ". . . . . . . . ."
                         ". . . . . . . . ."
                         ". . . . . . . . ."
                         ". . . . . . . . ."
                         ". . . . . . . . ."
                         ". . . . . . . . ."
                         ". . . . . . . . ."
                         ". . . . . . . . ."
                         ". . . . . . . . ."
                         ". . . . . . . . .";
  }

  .footer {
    z-index: 1;
    grid-row-gap: 80px;
    grid-template: ". . ."
                   ". . ."
                   / 1fr 1fr 1fr;
    position: relative;
  }

  .contact-button {
    width: 50%;
    padding-left: 0;
    padding-right: 0;
    position: fixed;
  }

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

  .gif {
    z-index: 10;
    border: 2px solid #000;
    width: 60vw;
    height: 60vw;
  }

  .text-field {
    align-self: stretch;
    width: auto;
  }

  .div-content-media {
    padding-left: 0;
    padding-right: 0;
  }

  .bar-flag {
    margin-top: 30px;
    margin-bottom: 30px;
    margin-right: 0;
  }

  .div-contact {
    align-self: end;
    width: 100%;
  }

  .form-block {
    align-self: stretch;
  }

  .grande {
    font-size: 18px;
    line-height: 22px;
  }

  .div-inputoutput {
    padding-left: 20px;
    padding-right: 20px;
  }

  .div-bar-input {
    width: auto;
  }

  .div-bar-input.out {
    padding-left: 10px;
    padding-right: 10px;
  }

  .paragraph {
    font-size: 16px;
  }

  .error-message {
    max-width: 100%;
  }

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

  .title.h1.about-title {
    font-size: 3em;
  }

  .about-text {
    font-size: 18px;
    line-height: 28px;
  }

  .video-teaser-caption-wrapper {
    text-align: center;
  }

  .copy-medium {
    font-size: 1.3em;
    line-height: 1.4em;
  }

  .video-teaser-video-wrapper {
    flex: none;
    width: 50%;
  }

  .extra-large {
    font-size: 3.4em;
  }

  .p-xl-start {
    padding-top: 6em;
  }

  .title3 {
    font-size: 2em;
  }

  .copy-large {
    font-size: 1.3em;
  }

  .p-md-end {
    padding-bottom: 4em;
  }

  .video-teaser-wrapper {
    grid-column-gap: 1.5em;
    grid-row-gap: 1.5em;
    flex-direction: column;
    align-items: center;
    padding-left: 0;
    padding-right: 0;
  }

  .padding-global {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }

  .padding-section-large {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }

  .libraries-why_text {
    font-size: 1.5rem;
    line-height: 1.4;
  }

  .libraries-why_text-underline {
    background-position: 50% 35%;
    background-size: 8rem;
  }

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

  .padding-bottom.padding-xxhuge.extra-padding-desktop {
    padding-bottom: 5rem;
  }

  .heading-xhuge {
    font-size: 2.25rem;
  }

  .libraries-why_text-wrapper {
    padding-bottom: 2.5rem;
  }

  .page-padding {
    padding-left: 5vw;
    padding-right: 5vw;
  }

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

  .footer8_top-wrapper {
    grid-row-gap: 2.5rem;
    justify-items: center;
  }

  .padding-vertical {
    padding-left: 0;
    padding-right: 0;
  }

  .footer8_bottom-wrapper {
    flex-direction: column;
    align-items: flex-start;
  }

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

  .footer8_credit-text {
    margin-top: 2rem;
  }

  .footer8_credit-text.light {
    text-align: center;
  }

  .footer8_link-list {
    grid-column-gap: 0rem;
    grid-row-gap: 1rem;
    grid-template-columns: 1fr;
    grid-auto-flow: row;
    justify-items: center;
    width: 100%;
  }

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

  .news-blog {
    grid-template-columns: 1fr;
    margin-bottom: 3rem;
  }

  .feature-box.decorated.newsletterbg {
    min-height: auto;
  }

  .feature-box.decorated.contact {
    min-height: 380px;
  }

  .cta-subheading-3 {
    max-width: 100%;
    font-size: 15px;
  }

  .hero-cta {
    border-radius: 20px;
  }

  .cta-subheading-1, .cta-subheading-2 {
    max-width: 100%;
    font-size: 15px;
  }

  .cta-heading {
    margin-bottom: 30px;
    font-size: 26px;
  }

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

  .uui-text-size-large {
    font-size: 1rem;
  }

  .uui-heading-medium {
    font-size: 1.75rem;
    line-height: 1.4;
  }

  .uui-button {
    font-size: 1rem;
  }

  .uui-button:hover {
    border-color: var(--untitled-ui--primary600);
    background-color: var(--untitled-ui--primary600);
  }

  .uui-button-row {
    align-self: stretch;
  }

  .uui-career06_component {
    margin-top: 3rem;
  }

  .uui-badge {
    padding: .125rem .5rem;
  }

  .uui-career06_item {
    padding: 1.25rem;
  }

  .uui-career06_job-details-wrapper {
    margin-top: 1.25rem;
    margin-bottom: 1.25rem;
  }

  .uui-button-secondary-gray {
    padding-left: 1.25rem;
    font-size: 1rem;
  }

  .uui-button-secondary-gray:hover {
    background-color: var(--untitled-ui--white);
    color: var(--untitled-ui--gray700);
  }

  .uui-space-xsmall {
    min-height: .75rem;
  }

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

  .uui-button-2 {
    font-size: 1rem;
  }

  .uui-button-2:hover {
    background-color: #7f56d9;
    border-color: #7f56d9;
  }

  .uui-heading-medium-2 {
    font-size: 1.75rem;
    line-height: 1.4;
  }

  .uui-career06_item-2 {
    padding: 1.25rem;
  }

  .uui-button-secondary-gray-2 {
    padding-left: 1.25rem;
    font-size: 1rem;
  }

  .uui-button-secondary-gray-2:hover {
    color: #344054;
    background-color: #fff;
  }

  .uui-heading-medium-3 {
    font-size: 1.75rem;
    line-height: 1.4;
  }

  .uui-career06_item-3 {
    padding: 1.25rem;
  }

  .uui-space-xsmall-2 {
    min-height: .75rem;
  }

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

  .uui-career06_job-details-wrapper-2 {
    margin-top: 1.25rem;
    margin-bottom: 1.25rem;
  }

  .uui-button-row-2 {
    align-self: stretch;
  }

  .uui-career06_item-4 {
    padding: 1.25rem;
  }

  .uui-heading-medium-4 {
    font-size: 1.75rem;
    line-height: 1.4;
  }

  .uui-button-secondary-gray-3 {
    padding-left: 1.25rem;
    font-size: 1rem;
  }

  .uui-button-secondary-gray-3:hover {
    color: #344054;
    background-color: #fff;
  }

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

  .uui-career06_component-2 {
    margin-top: 3rem;
  }

  .uui-text-size-large-2 {
    font-size: 1rem;
  }

  .uui-heading-medium-5 {
    font-size: 1.75rem;
    line-height: 1.4;
  }

  .uui-button-3 {
    font-size: 1rem;
  }

  .uui-button-3:hover {
    border-color: var(--untitled-ui--primary600);
    background-color: var(--untitled-ui--primary600);
  }

  .uui-badge-2 {
    padding: .125rem .5rem;
  }

  .uui-career06_item-5 {
    padding: 1.25rem;
  }

  .uui-career06_job-details-wrapper-3 {
    margin-top: 1.25rem;
    margin-bottom: 1.25rem;
  }

  .uui-button-secondary-gray-4 {
    padding-left: 1.25rem;
    font-size: 1rem;
  }

  .uui-button-secondary-gray-4:hover {
    background-color: var(--untitled-ui--white);
    color: var(--untitled-ui--gray700);
  }

  .uui-heading-medium-6 {
    font-size: 1.75rem;
    line-height: 1.4;
  }

  .uui-button-secondary-gray-5 {
    padding-left: 1.25rem;
    font-size: 1rem;
  }

  .uui-button-secondary-gray-5:hover {
    color: #344054;
    background-color: #fff;
  }

  .uui-button-4 {
    font-size: 1rem;
  }

  .uui-button-4:hover {
    background-color: #7f56d9;
    border-color: #7f56d9;
  }

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

  .f-navigation-language-dropdown-toggle {
    display: none;
  }

  .f-h3-heading {
    font-size: 40px;
  }

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

  .f-career-row {
    grid-template-columns: 1fr;
  }

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

  .f-h3-heading-2, .f-h3-heading-3 {
    font-size: 40px;
  }

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

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

  h2 {
    font-size: 44px;
    line-height: 48px;
  }

  h3 {
    font-size: 28px;
  }

  p {
    opacity: .8;
  }

  .grid-background {
    padding-left: 20px;
    padding-right: 20px;
  }

  .grid-main {
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr 20px;
    padding-left: 20px;
  }

  .text-small.click-me {
    font-size: 10px;
    inset: auto 20px 10px auto;
  }

  .grid-project-ci {
    margin-left: 20px;
    margin-right: 20px;
  }

  .grid-project-technology {
    grid-row-gap: 30px;
    grid-template-areas: "."
                         "."
                         ".";
    margin-left: 20px;
    margin-right: 20px;
  }

  .h4-technology {
    margin-bottom: 20px;
  }

  .div-options-hardware {
    grid-row-gap: 4px;
  }

  .div-technology-container {
    padding-left: 30px;
    padding-right: 30px;
  }

  .grid-generative-design {
    margin-bottom: 80px;
    margin-left: 20px;
    margin-right: 20px;
  }

  .div-content-gd {
    justify-content: flex-start;
    align-items: flex-start;
    margin-bottom: 40px;
  }

  .centrado {
    text-align: left;
  }

  .div-card-gd._3 {
    margin-bottom: 0;
  }

  .text-bg {
    align-self: center;
    font-size: 60px;
    line-height: 60px;
  }

  .div-content-case-study {
    align-self: start;
  }

  .grid-case-study {
    grid-template-columns: 1fr;
    grid-template-areas: "."
                         "."
                         ".";
    margin-left: 20px;
    margin-right: 20px;
  }

  .grid-colors {
    grid-template: "."
                   "."
                   "."
                   "."
                   "."
                   / auto;
  }

  .grid-colors._3 {
    grid-template-rows: auto auto auto;
    grid-template-areas: "."
                         "."
                         ".";
  }

  .div-color {
    justify-content: flex-start;
  }

  .div-circle-inside {
    width: 12px;
    height: auto;
    inset: 0% auto 0% 0%;
  }

  .text-normal.space {
    letter-spacing: 6px;
    align-self: center;
    font-size: 16px;
  }

  .grid-parameters._3 {
    grid-template-areas: "."
                         "."
                         "."
                         "."
                         "."
                         "."
                         ".";
  }

  .grid-media {
    grid-template-rows: 140px 30px 160px 200px 200px 120px 160px 200px;
    grid-template-areas: ". . . . . . . . ."
                         ". . . . . . . . ."
                         ". . . . . . . . ."
                         ". . . . . . . . ."
                         ". . . . . . . . ."
                         ". . . . . . . . ."
                         ". . . . . . . . ."
                         ". . . . . . . . .";
    margin-left: 20px;
    margin-right: 20px;
  }

  .footer {
    grid-row-gap: 20px;
    grid-template: "."
                   "."
                   / 1fr;
    margin-left: 20px;
    margin-right: 20px;
  }

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

  .logo-navbar {
    align-self: flex-start;
  }

  .brand, .brand.w--current {
    padding-left: 0;
  }

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

  .gif {
    width: 80vw;
    height: 80vw;
  }

  .div-container-parameters {
    padding-left: 20px;
    padding-right: 20px;
  }

  .arrow {
    inset: auto 5px 14px auto;
  }

  .div-content-media {
    align-items: flex-start;
  }

  .div-testimoninal {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    padding-left: 30px;
    padding-right: 30px;
  }

  .div-picture-testimonial {
    align-self: center;
    display: none;
  }

  .bg-video {
    align-self: center;
    margin-left: -20px;
  }

  .text-privacy-footer {
    text-align: center;
  }

  .div-inputoutput {
    flex-direction: column;
    align-items: flex-start;
    padding-top: 20px;
    padding-bottom: 20px;
    padding-left: 20px;
  }

  .div-bar-input {
    height: 100%;
    margin-bottom: 10px;
    margin-left: 0;
    padding: 2px 10px;
    position: relative;
  }

  .text-io.click-me {
    font-size: 10px;
  }

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

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

  .title.h1.about-title {
    font-size: 2em;
  }

  .video-teaser-video-wrapper {
    width: 80%;
    max-width: 25em;
  }

  .libraries-why_text {
    font-size: 1.25rem;
  }

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

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

  .margin-bottom.margin-small {
    text-align: left;
  }

  .footer8_top-wrapper {
    grid-row-gap: 48px;
  }

  .padding-vertical {
    padding-left: 0;
    padding-right: 0;
  }

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

  .feature-box {
    text-align: left;
  }

  .cta-subheading-3 {
    letter-spacing: .5px;
    font-size: 10px;
  }

  .hero-cta {
    width: 70%;
  }

  .cta-subheading-1, .cta-subheading-2 {
    letter-spacing: .5px;
    font-size: 10px;
  }

  .cta-heading {
    letter-spacing: -1px;
    font-size: 18px;
  }

  .uui-career06_label-wrapper, .uui-career06_label-wrapper-2 {
    display: none;
  }

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

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

  .f-navigation-button, .f-navigation-button-2 {
    display: none;
  }

  .f-career-card {
    padding: 32px 24px;
  }

  .f-career-top-wrapper {
    flex-direction: column;
    align-items: flex-start;
  }

  .f-career-button-primary {
    margin-top: 14px;
  }

  .f-career-button-wrapper {
    flex-direction: column;
    align-items: flex-start;
  }

  .f-career-button-secondary, .f-career-badge-small, .f-career-button-primary-2 {
    margin-top: 14px;
  }

  .f-career-card-2 {
    padding: 32px 24px;
  }

  .f-career-top-wrapper-2 {
    flex-direction: column;
    align-items: flex-start;
  }

  .f-career-button-primary-3 {
    margin-top: 14px;
  }

  .f-career-button-wrapper-2 {
    flex-direction: column;
    align-items: flex-start;
  }

  .f-career-button-secondary-2, .f-career-badge-small-2 {
    margin-top: 14px;
  }
}

#BG-video.w-node-_47d4e963-c07b-e723-7784-053fe6762589-c1895602 {
  grid-area: 1 / 1 / 2 / 7;
  align-self: center;
}

#w-node-_27665292-9da2-5de3-1490-2b5a2ce69542-c1895602 {
  grid-area: 1 / 1 / 2 / 4;
  align-self: center;
}

#w-node-_34dc172b-cda4-49c0-2254-6ca1aa607111-c1895602 {
  grid-area: 1 / 3 / 2 / 4;
  place-self: end center;
}

#w-node-_071d9cd3-e99b-9690-ebf7-9ad49242e003-c1895602, #w-node-f8ec3f7d-ef2e-5e65-0086-b3fb0e6c3731-c1895602 {
  grid-area: 1 / 2 / 2 / 4;
}

#w-node-dedddd35-c1b6-e715-1414-18fbd8ab95a0-c1895602 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-dedddd35-c1b6-e715-1414-18fbd8ab95a1-c1895602 {
  justify-self: start;
}

#w-node-dedddd35-c1b6-e715-1414-18fbd8ab95a8-c1895602 {
  justify-self: end;
}

#w-node-dedddd35-c1b6-e715-1414-18fbd8ab95a0-8a4688a0 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-dedddd35-c1b6-e715-1414-18fbd8ab95a1-8a4688a0 {
  justify-self: start;
}

#w-node-dedddd35-c1b6-e715-1414-18fbd8ab95a8-8a4688a0 {
  justify-self: end;
}

@media screen and (max-width: 991px) {
  #w-node-_27665292-9da2-5de3-1490-2b5a2ce69542-c1895602 {
    grid-area: 1 / 1 / 2 / 5;
    align-self: center;
  }

  #w-node-dedddd35-c1b6-e715-1414-18fbd8ab95a8-c1895602, #w-node-dedddd35-c1b6-e715-1414-18fbd8ab95a8-8a4688a0 {
    justify-self: start;
  }
}

@media screen and (max-width: 767px) {
  #w-node-_27665292-9da2-5de3-1490-2b5a2ce69542-c1895602 {
    grid-area: 1 / 1 / 2 / 6;
    align-self: center;
  }

  #w-node-_071d9cd3-e99b-9690-ebf7-9ad49242e003-c1895602, #w-node-f8ec3f7d-ef2e-5e65-0086-b3fb0e6c3731-c1895602 {
    grid-area: 1 / 1 / 2 / 3;
  }

  #w-node-dedddd35-c1b6-e715-1414-18fbd8ab95a1-c1895602 {
    grid-area: span 1 / span 3 / span 1 / span 3;
    justify-self: start;
  }

  #w-node-dedddd35-c1b6-e715-1414-18fbd8ab95a8-c1895602 {
    justify-self: center;
  }

  #w-node-dedddd35-c1b6-e715-1414-18fbd8ab95a1-8a4688a0 {
    grid-area: span 1 / span 3 / span 1 / span 3;
    justify-self: start;
  }

  #w-node-dedddd35-c1b6-e715-1414-18fbd8ab95a8-8a4688a0 {
    justify-self: center;
  }
}

@media screen and (max-width: 479px) {
  #w-node-_27665292-9da2-5de3-1490-2b5a2ce69542-c1895602 {
    grid-area: 1 / 1 / 2 / 6;
    align-self: center;
  }
}


