:root {
  --dark-teal: #0b3f46;
  --text-light: #d9d9d9;
  --dark-brown-text: #845e4d;
  --pink: #f7e2f7;
  --bright-orange: #ea7e42;
  --neutral-beige: #f0efe5;
  --pale-cream: #fffef8;
  --grey-medium-warm: #aba3a0;
  --grey-light-warm: #d8d0cc;
  --light-icon: #cfdec1;
  --hover-light-link: #61888e;
  --bright-yellow: #f9c747;
  --gun-metal: #1f282b;
  --dark-brown: #68493c;
}
.w-layout-hflex {
  flex-direction: row;
  align-items: flex-start;
  display: flex;
}

.w-layout-grid {
  grid-row-gap: 16px;
  grid-column-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}
.w-layout-vflex {
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

body {
  color: #333;
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
  font-size: 14px;
  line-height: 20px;
  padding-right: 0;
  transition: padding-right 0.3s ease;
}
body.has-scrollbar {
  padding-right: 17px; /* Adjust this value based on the width of your scrollbar */
}
a {
  color: #d9d9d9;
  text-decoration: none;
}

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

.navbar-logo-center-container.shadow-three {
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  max-width: 1140px;
  display: flex;
}

.container {
  width: 100%;
  margin-left: 0px;
  margin-right: 0px;
  display: flex;
}

.navbar-wrapper-three {
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
}

.navbar-brand-three {
  z-index: 5;
  position: absolute;
}

.nav-menu-wrapper-three {
  width: 100%;
}

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

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

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

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

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

.nav-link[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 {
  outline-offset: 0px;
  color: #0050bd;
  border-radius: 5px;
  outline: 2px solid #0050bd;
}

.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 {
  outline-offset: 0px;
  color: #0050bd;
  border-radius: 5px;
  outline: 2px solid #0050bd;
}

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

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

.body-home {
  background-color: var(--dark-teal);
  color: #d9d9d9;
  object-fit: fill;
  background-image: url('../img/My-Bot.png');
  background-repeat: repeat;
  background-size: auto;
  background-attachment: scroll;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  height: auto;
  padding: 0;
  display: flex;
}

.about-home {
  grid-row-gap: 56px;
  -webkit-text-fill-color: inherit;
  background-color: #0b3f46;
  background-image: url('../img/My-Bot.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  background-clip: border-box;
  flex-direction: column;
  flex: 1;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  max-width: 1280px;
  height: 832px;
  min-height: 832px;
  padding: 40px 64px 64px;
  text-decoration: none;
  display: flex;
}

.nav-div {
  grid-column-gap: 10px;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  padding-top: 8px;
  padding-bottom: 8px;
  padding-right: 24px;
  text-decoration: none;
  display: flex;
}

.hamburger-name-div {
  grid-column-gap: 16px;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  max-width: 306px;
  padding-top: 6px;
  padding-bottom: 6px;
  text-decoration: none;
  display: flex;
}

.icon-light-1 {
  object-fit: cover;
}

.name-container {
  grid-column-gap: 10px;
  opacity: 1;
  background-color: #0000;
  justify-content: flex-start;
  align-items: center;
  width: auto;
  margin-right: 0;
  padding: 10px 10px 10px 20px;
  text-decoration: none;
  display: flex;
}

.text {
  color: #d9d9d9;
  letter-spacing: .04em;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Lato, sans-serif;
  font-size: 1.8rem;
  font-weight: 300;
  line-height: 100%;
  text-decoration: none;
}

.hero-div-one-column {
  grid-column-gap: 10px;
  background-color: #007787;
  border-top-right-radius: 40px;
  border-bottom-right-radius: 40px;
  border-bottom-left-radius: 40px;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 1500px;
  padding: 32px;
  text-decoration: none;
  display: flex;
}

.content-frame {
  grid-row-gap: 10px;
  flex-direction: column;
  flex-grow: 1;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  min-width: 200px;
  max-width: 800px;
  padding-top: 10px;
  padding-bottom: 10px;
  text-decoration: none;
  display: flex;
}

.large-paragrap {
  color: #fff;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Lato, sans-serif;
  font-size: 24px;
  font-weight: 400;
  line-height: 200%;
  text-decoration: none;
}

.animation-dive {
  grid-row-gap: 10px;
  background-image: url('../img/My-Bot.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  max-width: 1500px;
  height: 100%;
  min-height: 300px;
  text-decoration: none;
  display: flex;
}

.animation-frame {
  background-color: #0b3f46;
  background-image: url('../img/My-Bot.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-top-right-radius: 24px;
  border-bottom-right-radius: 24px;
  border-bottom-left-radius: 24px;
  flex-direction: column;
  flex: 0 auto;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  min-width: 300px;
  max-width: 700px;
  height: 100%;
  min-height: 300px;
  text-decoration: none;
  display: flex;
  position: relative;
}

.vectors-wrapper {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  object-fit: cover;
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  height: 100px;
  text-decoration: none;
  display: flex;
}

.about-div {
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  max-width: 1500px;
  text-decoration: none;
  display: flex;
}

.about-text {
  grid-row-gap: 32px;
  background-color: var(--dark-teal);
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  max-width: 800px;
  text-decoration: none;
  display: flex;
}

.large-paragraph {
  color: #d9d9d9;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Lato, sans-serif;
  font-size: 1.3rem;
  font-weight: 400;
  line-height: 200%;
  text-decoration: none;
}

.about-home-2 {
  grid-row-gap: 56px;
  background-color: #0000;
  background-image: url('../img/My-Bot.png');
  background-repeat: no-repeat;
  background-size: cover;
  flex-direction: column;
  flex: 0 auto;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  max-width: 1500px;
  height: 100%;
  min-height: 832px;
  padding: 40px 64px 64px;
  text-decoration: none;
  display: flex;
}

.dot-animation {
  aspect-ratio: auto;
  object-fit: fill;
  border: 3px #000;
  flex-flow: column;
  width: 129%;
  height: 200%;
  display: flex;
}

.posts {
  grid-row-gap: 56px;
  background-color: #0000;
  background-image: none;
  background-repeat: repeat;
  background-size: auto;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  max-width: 1500px;
  height: 832px;
  min-height: 832px;
  padding: 40px 64px 64px;
  text-decoration: none;
  display: flex;
}

.posts-div {
  grid-row-gap: 24px;
  flex-direction: column;
  flex-grow: 1;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  min-width: 300px;
  max-width: 1500px;
  text-decoration: none;
  display: flex;
}

.post-overlay---gui-to-do {
  grid-row-gap: 24px;
  background-color: #9f8b84;
  border-top-right-radius: 24px;
  border-bottom-right-radius: 24px;
  border-bottom-left-radius: 24px;
  flex-direction: column;
  flex-grow: 1;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  min-width: 300px;
  max-width: 800px;
  padding: 32px 34px;
  text-decoration: none;
  display: flex;
  cursor: pointer;
}

.header {
  grid-column-gap: 12px;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  text-decoration: none;
  display: flex;
}

.frame-2608563 {
  grid-row-gap: 10px;
  aspect-ratio: auto;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  height: auto;
  text-decoration: none;
  display: flex;
}

.text-2 {
  color: var(--text-light);
  letter-spacing: .5px;
  margin-top: 0;
  margin-bottom: 10px;
  font-family: Lato, sans-serif;
  font-size: .9rem;
  font-weight: 400;
  line-height: 100%;
  text-decoration: none;
}

.frame-2608564 {
  grid-row-gap: 10px;
  object-fit: fill;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  padding-top: 7px;
  text-decoration: none;
  display: flex;
  position: static;
}

.vectors-wrapper-2 {
  aspect-ratio: auto;
  object-fit: contain;
  justify-content: center;
  align-items: center;
  width: 18px;
  height: 18px;
  text-decoration: none;
  display: flex;
}

.what-s-a-gui-to-do {
  color: #ededed;
  letter-spacing: .5px;
  object-fit: fill;
  justify-content: flex-start;
  align-items: baseline;
  margin-top: 0;
  margin-bottom: 10px;
  font-family: Lato, sans-serif;
  font-size: 1.3rem;
  font-weight: 400;
  line-height: 150%;
  text-decoration: none;
  display: flex;
}

.body-posts {
  background-color: var(--dark-brown-text);
  background-image: url('../img/Scribble_lowopaccity.png');
  background-position: 100% 100%;
  background-repeat: no-repeat;
  background-size: 100% 93%;
  background-attachment: scroll;
  flex-flow: column;
  align-items: center;
  display: flex;
}

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

.link:hover {
  color: #fff;
  font-weight: 300;
}

.link-block {
  clear: none;
  order: 1;
  position: relative;
}

.pink-div-block {
  z-index: 50;
  aspect-ratio: auto;
  background-color: #ffecec;
  border-radius: 9px;
  order: -1;
  width: 40px;
  height: 40px;
  display: block;
  position: absolute;
  inset: -2px 22.2rem 0 26px;
}

.div-block-2 {
  position: absolute;
}

.dropdown {
  background-color: #8c98de;
  border-radius: 0 10px 10px;
  margin: 24px;
}

.dropdown-2 {
  margin: 12px;
}

.dropdown-toggle {
  text-align: center;
  position: static;
}

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

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

.centered-heading {
  text-align: center;
  margin-bottom: 16px;
}

.centered-heading.margin-bottom-32px {
  margin-bottom: 32px;
}

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

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

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

.button-primary-2 {
  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-2:hover {
  color: #fff;
  background-color: #32343a;
}

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

.shadow-two {
  box-shadow: 0 4px 24px #96a3b514;
}





.container-3 {
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
  -webkit-text-fill-color: inherit;
  background-color: #d9d9d9;
  background-clip: border-box;
}

.div-block-3 {
  background-color: var(--text-light);
  -webkit-text-fill-color: inherit;
  background-clip: border-box;
}

.container-4 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  background-color: var(--dark-teal);
  object-fit: fill;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  max-width: 1280px;
  margin-left: 0;
  margin-right: 0;
  display: flex;
  position: relative;
}
.example-container-4 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  background-color: var(--gun-metal);
  object-fit: fill;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  max-width: 1280px;
  margin-left: 0;
  margin-right: 0;
  display: flex;
  position: relative;
}

.navbar-tim-light {
  background-color: #0000;
  flex: 0 auto;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  margin-left: 0;
  display: flex;
}

.brand {
  position: relative;
}

.image {
  width: 40px;
  overflow: clip;
}

.nav-menu {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  text-align: left;
  justify-content: flex-end;
  align-self: auto;
  align-items: center;
  width: auto;
  margin-left: 0;
  margin-right: 0;
  display: flex;
  position: absolute;
  inset: 0% 0% 0% auto;
}

.nav-link-light {
  color: #d9d9d9;
  font-family: Lato, sans-serif;
  font-size: 1.2rem;
}

.nav-link-light:hover {
  color: #fff;
}

.nav-link-light.w--current {
  color: var(--text-light);
  font-weight: 700;
}

.nav-link-light.current-tim {
  color: #fff;
}

.navbar-3 {
  width: 100%;
}

.body-3 {
  background-color: var(--dark-teal);
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.navbar-4, .navbar-5 {
  width: 100%;
}

.image-2 {
  align-self: self-end;
  padding-bottom: 2px;
  padding-left: 18px;
}

.nav-menu-2 {
  justify-content: flex-end;
  align-items: center;
  font-family: Lato, sans-serif;
  display: flex;
  position: absolute;
  inset: 0% 0% 0% auto;
}

.nav-link-2 {
  color: var(--text-light);
}

.posts-nav-container {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  background-color: var(--dark-brown-text);
  object-fit: fill;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  max-width: 1280px;
  margin-left: 0;
  margin-right: 0;
  display: flex;
  position: relative;
}

.navbar-tim-resume-desktop {
  background-color: #0000;
  flex: 0 auto;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  margin-left: 0;
  display: flex;
}

.post-nav-container {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  object-fit: fill;
  background-color: #0000;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  max-width: 1280px;
  margin-left: 0;
  margin-right: 0;
  display: flex;
  position: relative;
}

.my-bot {
  grid-row-gap: 56px;
  background-color: #0000;
  background-image: none;
  background-repeat: repeat;
  background-size: auto;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  max-width: 1500px;
  height: 100%;
  min-height: 832px;
  padding: 40px 64px 64px;
  text-decoration: none;
  display: flex;
}

.nav-div-2 {
  grid-column-gap: 10px;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  padding-top: 8px;
  padding-bottom: 8px;
  padding-right: 24px;
  text-decoration: none;
  display: flex;
}

.hamburger-name-div-2 {
  grid-column-gap: 16px;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  max-width: 306px;
  padding-top: 6px;
  padding-bottom: 6px;
  text-decoration: none;
  display: flex;
}

.icon-light-2 {
  object-fit: cover;
}

.name-container-2 {
  grid-column-gap: 10px;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  text-decoration: none;
  display: flex;
}

.text-3 {
  color: #d9d9d9;
  letter-spacing: .005em;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Lato, sans-serif;
  font-size: 24px;
  font-weight: 300;
  line-height: 100%;
  text-decoration: none;
}

.bot-containerdiv {
  border-top-right-radius: 48px;
  border-bottom-right-radius: 48px;
  border-bottom-left-radius: 48px;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  height: auto;
  text-decoration: none;
  display: flex;
  overflow: clip;
  min-height: 612px;
}

.dot-hover-div {
  grid-row-gap: 10px;
  background-color: var(--dark-teal);
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  height: 612px;
  padding-top: 0;
  padding-bottom: 10px;
  padding-right: 16px;
  text-decoration: none;
  display: flex;
}

.vectors-wrapper-3 {
  justify-content: center;
  align-items: center;
  width: auto;
  height: 60px;
  text-decoration: none;
  display: flex;
}

.green-dots {
  grid-row-gap: 10px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  text-decoration: none;
  display: flex;
}

.circles-frame {
  grid-column-gap: 10px;
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  text-decoration: none;
  display: flex;
}

.vectors-wrapper-4 {
  object-fit: cover;
  justify-content: center;
  align-items: center;
  width: 20px;
  height: 20px;
  text-decoration: none;
  display: flex;
}

.main-bot-div {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  max-width: 1280px;
  height: calc(100vh - 200px); /* Adjust the 200px as needed to account for header and footer */
  min-height: 520px;
  text-decoration: none;
  display: flex;
}

.bot-top-bar {
  grid-column-gap: 20px;
  background-color: #0d2d32;
  border-top-left-radius: 24px;
  border-top-right-radius: 24px;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 60px; /* Set a fixed height */
  padding-left: 32px;
  text-decoration: none;
  display: flex;
}

.middle-frame {
  grid-row-gap: 10px;
  flex-direction: column;
  flex-grow: 1;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  min-width: 200px;
  max-width: 700px;
  height: 60px;
  text-decoration: none;
  display: flex;
}

.text-4 {
  color: #fff;
  letter-spacing: .5px;
  margin-top: 0;
  margin-bottom: 10px;
  font-family: Lato, sans-serif;
  font-size: 24px;
  font-weight: 400;
  line-height: 150%;
  text-decoration: none;
}

.right-frame {
  grid-row-gap: 10px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  padding-top: 10px;
  padding-bottom: 10px;
  text-decoration: none;
  display: flex;
}

.message-text-container {
  grid-row-gap: 32px;
  background-color: #fff;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  height: 100%;
  padding: 32px;
  text-decoration: none;
  display: flex;
  overflow-y: auto;
}

.user-message-div {
  grid-row-gap: 10px;
  flex-direction: column;
  flex-grow: 1;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  min-width: 280px;
  max-width: 700px;
  text-decoration: none;
  display: flex;
}

.user-message-bubble {
  grid-row-gap: 10px;
  background-color: #d8d0cc;
  border-top-right-radius: 24px;
  border-bottom-right-radius: 24px;
  border-bottom-left-radius: 24px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  padding: 18px;
  text-decoration: none;
  display: flex;
}

.content-container {
  flex: 0 auto;
  justify-content: flex-start;
  align-items: center;
  text-decoration: none;
  display: flex;
}

.text-container {
  grid-column-gap: 10px;
  flex: 0 auto;
  justify-content: flex-start;
  align-items: flex-start;
  padding-left: 8px;
  text-decoration: none;
  display: flex;
}

.bot-text {
  color: #845e4d;
  letter-spacing: .5px;
  align-self: flex-start;
  align-items: flex-start;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Lato, sans-serif;
  font-size: 1.2rem;
  font-weight: 400;
  line-height: 200%;
  text-decoration: none;
  display: flex;
}

.bot-response-div {
  grid-row-gap: 10px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  text-decoration: none;
  display: flex;
}

.bot-response-bubble {
  grid-row-gap: 10px;
  background-color: #e9e8e7;
  border-top-left-radius: 24px;
  border-bottom-right-radius: 24px;
  border-bottom-left-radius: 24px;
  flex-flow: row;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  padding: 20px 24px 20px 20px;
  text-decoration: none;
  display: flex;
}

.bot-response-inside-div {
  grid-column-gap: 16px;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  text-decoration: none;
  display: flex;
}

.avatar-frame {
  grid-row-gap: 10px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  height: auto;
  padding-top: 5px;
  padding-bottom: 5px;
  text-decoration: none;
  display: flex;
}

.vectors-wrapper-5 {
  object-fit: cover;
  justify-content: center;
  align-items: center;
  width: 30px;
  height: 30px;
  text-decoration: none;
  display: flex;
}

.text-container-2 {
  grid-column-gap: 10px;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  text-decoration: none;
}

.bot-response-container {
  grid-row-gap: 10px;
  background-color: #e9e8e7;
  border-top-right-radius: 24px;
  border-bottom-right-radius: 24px;
  border-bottom-left-radius: 24px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  padding: 32px 16px;
  text-decoration: none;
  display: flex;
}

.content-container-3 {
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  text-decoration: none;
  display: flex;
}

.avatar-frame-2 {
  grid-row-gap: 10px;
  background-color: #e9e8e7;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  height: 252px;
  padding-top: 5px;
  padding-bottom: 5px;
  text-decoration: none;
  display: flex;
}

.text-container-3 {
  grid-column-gap: 10px;
  background-color: #e9e8e7;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  padding-left: 24px;
  padding-right: 24px;
  text-decoration: none;
  display: flex;
}

.bot-bottom-input-bar {
  grid-row-gap: 10px;
  background-color: #247d90;
  border-bottom-right-radius: 24px;
  border-bottom-left-radius: 24px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  max-width: 1500px;
  padding: 24px 32px;
  text-decoration: none;
  display: flex;
}

.input-container {
  background-color: #247d90;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  text-decoration: none;
  display: flex;
}

.state-layer {
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  padding-left: 32px;
  padding-right: 32px;
  text-decoration: none;
  display: flex;
}

.input {
  background-color: #fff;
  border-radius: 4px;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  max-height: 100px;
  padding: 8px;
  text-decoration: none;
  display: flex;
  box-shadow: 3px 3px 8px #00000040;
}

.placeholder-text-container {
  grid-column-gap: 10px;
  border-radius: 8px;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  padding-left: 8px;
  padding-right: 8px;
  text-decoration: none;
  display: flex;
}

.placeholder-text {
  color: #a5adaf;
  letter-spacing: .5px;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Lato, sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 200%;
  text-decoration: none;
}

.submit-container {
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 48px;
  height: 48px;
  text-decoration: none;
  display: flex;
}

.bot-submit-button {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 48px;
  height: 48px;
  text-decoration: none;
  display: flex;
  position: relative;
}

.button-bground {
  background-color: #c8ab9b;
  border-top-right-radius: 8px;
  border-bottom-right-radius: 8px;
  border-bottom-left-radius: 8px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 48px;
  height: 48px;
  text-decoration: none;
  display: flex;
}

.vectors-wrapper-6 {
  justify-content: center;
  align-items: center;
  width: .00000118021px;
  height: 27px;
  text-decoration: none;
  display: flex;
  position: absolute;
  top: -62px;
  left: 24px;
}

.buffer-frame-dvi {
  grid-row-gap: 10px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  height: 612px;
  padding-top: 10px;
  padding-bottom: 10px;
  padding-right: 16px;
  text-decoration: none;
  display: flex;
}

.bot-response-container-copy {
  grid-row-gap: 10px;
  background-color: #e9e8e7;
  border-top-right-radius: 24px;
  border-bottom-right-radius: 24px;
  border-bottom-left-radius: 24px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  padding: 32px 16px;
  text-decoration: none;
  display: flex;
}

.button-bot {
  background-color: #c7ab9b;
  border-radius: 0 8px 8px;
  padding-top: 15px;
  padding-bottom: 15px;
  font-family: Changa One, Impact, sans-serif;
  font-size: 32px;
  font-weight: 400;
}
.chat-text {
    position: relative;
    width: 100%;
    margin-top: -1px;
    font-family: var(--text-intro-font-family);
    font-weight: var(--text-intro-font-weight);
    color: var(--text-color);
    font-size: var(--text-intro-font-size);
    letter-spacing: var(--text-intro-letter-spacing);
    line-height: var(--text-intro-line-height);
    font-style: var(--text-intro-font-style);
    max-width: 100%;
  }
.button-bot:focus {
  background-color: var(--bright-orange);
}

.form {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  width: 100%;
  display: flex;
}

.form-block {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  width: 100%;
  display: flex;
}

.text-field {
  border-radius: 6px;
  height: 100%;
  padding: 16px;
  font-family: Lato, sans-serif;
  font-size: 18px;
}

.button-tim-bot {
  background-color: #c6ab9b;
  border-radius: 0 8px 8px;
  height: 100%;
  padding-top: 0;
  padding-bottom: 0;
  font-family: Changa One, Impact, sans-serif;
  font-size: 32px;
}

.button-tim-bot:hover, .button-tim-bot:focus {
  background-color: var(--bright-orange);
}

.experience-cv {
  grid-row-gap: 56px;
  background-color: var(--dark-teal);
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  max-width: 1500px;
  height: auto;
  padding: 40px 64px 64px;
  text-decoration: none;
  display: flex;
}
.nav-div-3 {
  grid-column-gap: 10px;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  padding-top: 8px;
  padding-bottom: 8px;
  padding-right: 24px;
  text-decoration: none;
  display: flex;
}

.hamburger-name-div-3 {
  grid-column-gap: 16px;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  max-width: 306px;
  padding-top: 6px;
  padding-bottom: 6px;
  text-decoration: none;
  display: flex;
}

.icon-dark-1 {
  object-fit: cover;
  align-self: baseline;
  padding-top: 0;
  padding-left: 14px;
}

.name-container-3 {
  grid-column-gap: 10px;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  text-decoration: none;
  display: flex;
}

.text-5 {
  color: #845e4d;
  letter-spacing: .005em;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Lato, sans-serif;
  font-size: 24px;
  font-weight: 300;
  line-height: 100%;
  text-decoration: none;
}

.title-div {
  flex-grow: 1;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  min-width: 500px;
  max-width: 1500px;
  text-decoration: none;
  display: flex;
}

.curriculum-vitae {
  color: #f0efe5;
  letter-spacing: .5px;
  text-transform: uppercase;
  justify-content: flex-start;
  align-items: flex-start;
  margin-top: 0;
  margin-bottom: 0;
  padding-left: 0;
  font-family: Lato, sans-serif;
  font-size: 3rem;
  font-weight: 100;
  line-height: 150%;
  text-decoration: none;
  display: flex;
}

.top-box {
  grid-column-gap: 24px;
  flex-grow: 1;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  min-width: 500px;
  max-width: 1500px;
  text-decoration: none;
  display: block;
}

.inset-hero {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  background-color: var(--neutral-beige);
  border: 0 solid #bab2af;
  border-top-right-radius: 24px;
  border-bottom-right-radius: 24px;
  border-bottom-left-radius: 24px;
  flex-flow: wrap;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  padding: 24px;
  text-decoration: none;
  display: flex;
}

.skills {
  clear: left;
  grid-row-gap: 0px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: stretch;
  width: auto;
  height: auto;
  margin-right: 16px;
  text-decoration: none;
  display: flex;
}
.text-6 {
  color: #0b3f46;
  letter-spacing: .5px;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 16px;
  font-family: Lato, sans-serif;
  font-size: 14px;
  font-weight: 700;
  line-height: 150%;
  text-decoration: none;
}

.skill-bullets {
  color: var(--pale-cream);
  letter-spacing: .5px;
  align-self: baseline;
  margin-top: 0;
  margin-bottom: 8px;
  font-family: Lato, sans-serif;
  font-size: 1rem;
  font-weight: 300;
  line-height: 175%;
  text-decoration: none;
}

.skill-bullets.brown-text {
  color: var(--dark-brown-text);
}

.skill-bullets.brown-text.bold {
  font-weight: 400;
  display: inline-block;
}

.skill-bullets.brown-text.bold:hover {
  color: var(--dark-brown-text);
}

.resume-body-frame {
  flex-direction: column;
  flex-grow: 1;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  min-width: 500px;
  max-width: 1500px;
  padding-top: 40px;
  padding-bottom: 40px;
  text-decoration: none;
  display: flex;
}

.big-box {
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  min-width: 600px;
  padding-left: 5px;
  padding-right: 5px;
  text-decoration: none;
  display: flex;
}

.left-frame {
  grid-row-gap: 24px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-end;
  width: 100%;
  padding-top: 32px;
  padding-bottom: 18px;
  text-decoration: none;
  display: flex;
  position: relative;
}

.why-amzn {
  border: 0 solid #d8d0cc;
  border-width: 1px 0 0 1px;
  border-radius: 8px;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  padding-top: 10px;
  text-decoration: none;
  display: flex;
  position: relative;
}

.dot {
  flex: 0 auto;
  justify-content: flex-start;
  align-items: flex-end;
  padding-right: 10px;
  text-decoration: none;
  display: flex;
  position: absolute;
  top: 52px;
  left: -10px;
}

.vectors-wrapper-7 {
  object-fit: cover;
  justify-content: center;
  align-items: center;
  width: 25px;
  height: 25px;
  text-decoration: none;
  display: flex;
}

.frame-2608511 {
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  padding-left: 16px;
  text-decoration: none;
  display: flex;
}

.frame-2608515 {
  grid-column-gap: 10px;
  justify-content: center;
  align-items: center;
  width: 100%;
  text-decoration: none;
  display: flex;
}

.frame-2608515:hover {
  color: var(--dark-brown-text);
}

.text-7 {
  color: #aba3a0;
  letter-spacing: -.011em;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 16px;
  font-weight: 400;
  line-height: 150%;
  text-decoration: none;
}

.text-7:hover {
  color: var(--dark-brown-text);
}

.text-8 {
  color: #aba3a0;
  letter-spacing: .5px;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 16px;
  font-family: Lato, sans-serif;
  font-size: 14px;
  font-weight: 700;
  line-height: 150%;
  text-decoration: none;
  position: absolute;
  top: -42px;
  left: 0;
}

.animated-dots-and-lines-dot-frame {
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 10px;
  height: 271px;
  text-decoration: none;
  display: flex;
}

.frame-2608551 {
  flex: 0 auto;
  justify-content: flex-start;
  align-items: center;
  text-decoration: none;
  display: flex;
}

.vectors-wrapper-8 {
  object-fit: cover;
  justify-content: center;
  align-items: center;
  width: 25px;
  height: 25px;
  text-decoration: none;
  display: flex;
}

.vectors-wrapper-9 {
  object-fit: cover;
  justify-content: center;
  align-items: center;
  width: 10px;
  height: 40px;
  text-decoration: none;
  display: flex;
}

.middle-frame-2 {
  grid-column-gap: 20px;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  min-width: 400px;
  height: 271px;
  padding-bottom: 10px;
  text-decoration: none;
  display: flex;
  position: relative;
}

.job-facts-3 {
  grid-column-gap: 10px;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  padding-left: 20px;
  text-decoration: none;
  display: flex;
}

.frame-2608512 {
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  text-decoration: none;
  display: flex;
}

.frame-2608513 {
  grid-column-gap: 10px;
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  padding: 6px 1px;
  text-decoration: none;
  display: flex;
}

.amazon-senior-user-interface-designer {
  color: #845e4d;
  letter-spacing: .5px;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Lato, sans-serif;
  font-size: 16px;
  font-weight: 700;
  line-height: 150%;
  text-decoration: none;
}

.frame-2608514 {
  grid-column-gap: 10px;
  border: 0 solid #d8d0cc;
  border-bottom-width: 1px;
  justify-content: flex-end;
  align-items: flex-start;
  width: 100%;
  height: 38px;
  padding-bottom: 20px;
  padding-left: 10px;
  display: flex;
}

.circle-test {
  flex: 0 auto;
  justify-content: flex-end;
  align-items: flex-end;
  height: 48px;
  text-decoration: none;
  display: flex;
}

.vectors-wrapper-10 {
  object-fit: cover;
  justify-content: center;
  align-items: center;
  width: 17px;
  height: 19px;
  text-decoration: none;
  display: flex;
}

.date-small {
  color: #aba3a0;
  letter-spacing: .5px;
  align-items: flex-start;
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 8px;
  padding-bottom: 8px;
  padding-left: 24px;
  font-family: Lato, sans-serif;
  font-size: 14px;
  font-style: italic;
  font-weight: 400;
  line-height: 150%;
  text-decoration: none;
  display: flex;
}

.date-small.text-light-color {
  color: #c1c1c1;
  -webkit-text-stroke-color: #d5d5d5;
}

.bullets {
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  padding-bottom: 16px;
  text-decoration: none;
  display: flex;
}

.defined-high-profile-user-experiences-for-reviews-wishlist-registries-customer-images-shopping-cart-achieved-high-customer-satisfaction-ensured-site-wide-consistency {
  color: #845e4d;
  letter-spacing: .5px;
  margin-top: 0;
  margin-bottom: 16px;
  font-family: Lato, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 200%;
  text-decoration: none;
}

.right-frame-2 {
  grid-row-gap: 56px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  height: 271px;
  padding-top: 32px;
  text-decoration: none;
  display: flex;
  position: relative;
}

.text-10 {
  color: #aba3a0;
  letter-spacing: .5px;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 16px;
  font-family: Lato, sans-serif;
  font-size: 14px;
  font-weight: 700;
  line-height: 150%;
  text-decoration: none;
  position: absolute;
  top: -46px;
  left: 20.5px;
}

.learnings {
  grid-column-gap: 20px;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  padding-left: 20px;
  text-decoration: none;
  display: flex;
}

.left-frame-2 {
  grid-row-gap: 24px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-end;
  width: 100%;
  padding-top: 32px;
  padding-bottom: 18px;
  text-decoration: none;
  display: flex;
}

.error-71aba64b-6301-af4d-9735-cc4ec583d8cf {
  color: #a5a4a6;
  letter-spacing: -.011em;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 16px;
  font-weight: 400;
  line-height: 150%;
  text-decoration: none;
}

.middle-frame-3 {
  grid-column-gap: 20px;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  min-width: 400px;
  padding-bottom: 10px;
  text-decoration: none;
  display: flex;
}

.bullets-2 {
  justify-content: center;
  align-items: center;
  width: 100%;
  padding-bottom: 16px;
  text-decoration: none;
  display: flex;
}

.right-frame-3 {
  grid-row-gap: 56px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  height: 271px;
  padding-top: 32px;
  text-decoration: none;
  display: flex;
}

.big-box-2 {
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  min-width: 834px;
  text-decoration: none;
  display: flex;
}

.left-frame-3 {
  grid-row-gap: 190px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-end;
  width: 100%;
  padding-top: 54px;
  padding-bottom: 18px;
  text-decoration: none;
  display: flex;
}

.why-amzn-2 {
  grid-column-gap: 10px;
  border: 0 solid #d8d0cc;
  border-width: 1px 0 0 1px;
  border-radius: 8px;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  padding-top: 10px;
  text-decoration: none;
  display: flex;
  position: relative;
}

.why-amzn-2:hover {
  color: var(--dark-brown-text);
}

.animated-dots-and-lines-dot-frame-2 {
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 25px;
  height: 239px;
  text-decoration: none;
  display: flex;
}

.vectors-wrapper-11 {
  object-fit: cover;
  justify-content: center;
  align-items: center;
  width: 100px;
  height: 114px;
  text-decoration: none;
  display: flex;
}

.middle-frame-4 {
  grid-row-gap: 20px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  min-width: 400px;
  padding-bottom: 10px;
  text-decoration: none;
  display: flex;
}

.right-frame-4 {
  grid-row-gap: 56px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  height: 239px;
  padding-top: 32px;
  text-decoration: none;
  display: flex;
}

.right-frame-5 {
  grid-row-gap: 56px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  height: 271px;
  padding-top: 24px;
  text-decoration: none;
  display: flex;
}

.lumity-big-box {
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  min-width: 834px;
  padding-bottom: 64px;
  text-decoration: none;
  display: flex;
}

.animated-dots-and-lines-dot-frame-3 {
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 25px;
  height: 322px;
  text-decoration: none;
  display: flex;
}

.vectors-wrapper-12 {
  object-fit: cover;
  justify-content: center;
  align-items: center;
  width: 100px;
  height: 172px;
  text-decoration: none;
  display: flex;
}

.end-dot {
  grid-row-gap: 10px;
  flex-direction: column;
  justify-content: flex-end;
  align-items: flex-start;
  text-decoration: none;
  display: flex;
}

.middle-frame-5 {
  grid-row-gap: 25px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  min-width: 400px;
  text-decoration: none;
  display: flex;
}

.right-frame-6 {
  grid-row-gap: 56px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  height: 322px;
  padding-top: 36px;
  text-decoration: none;
  display: flex;
}


.grid {
  grid-row-gap: 0px;
  grid-template: "Area-2 Area-3 Area"
                 ". . ."
                 ". . ." min-content
                 ". . ."
                 ". . ."
                 ". . ."
                 / 1fr 1.75fr 1fr;
  width: 100%;
}
.container-5 {
  background-color: #d42828;
  width: 100%;
}

.container-6 {
  border: 3px solid #000;
  flex-flow: column;
  align-items: flex-start;
  width: 100px;
  height: 100px;
  display: flex;
}

.header-all-caps {
  color: var(--grey-medium-warm);
  text-align: left;
  -webkit-text-stroke-color: var(--grey-medium-warm);
  text-transform: uppercase;
  font-family: Lato, sans-serif;
  font-size: 14px;
}


.div-grid-left-cv {
  border-top: 1px solid var(--grey-light-warm);
  border-left: 1px solid var(--grey-light-warm);
  border-radius: 6px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  max-width: 1500px;
  max-height: 60%;
  margin-top: 29px;
  text-decoration: none;
  display: flex;
  position: relative;
}
.div-grid-left-cv:hover {
  color: var(--dark-brown-text);
}


.div-grid-middle-cv {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  max-width: 1500px;
  padding-bottom: 32px;
  text-decoration: none;
  display: flex;
}

.div-grid-right-cv, .div-grid-top-left-cv {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  max-width: 1500px;
  text-decoration: none;
  display: flex;
}

.text-block {
  padding-top: 10px;
  padding-left: 24px;
}

.dot-block-div {
  display: flex;
  position: absolute;
  inset: auto auto 0% -3%;
}

.text-left-why {
  color: var(--text-light);
  height: 100%;
  padding-top: 10px;
  padding-left: 24px;
  font-family: Lato, sans-serif;
  font-size: .9rem;
  font-weight: 300;
  line-height: 150%;
}

.h2 {
  color: var(--pale-cream);
  width: 100%;
  padding-top: 0;
  padding-left: 24px;
  font-family: Lato, sans-serif;
  font-size: 1.2rem;
  font-weight: 700;
  line-height: 150%;
}
.bold-text {
  font-size: 1.3em;
}

.bold-text-2 {
  font-size: 1.2em;
}

.div-job-info-top {
  border-left: 3px solid var(--grey-light-warm);
  margin-top: 0;
  padding-top: 0;
  padding-bottom: 16px;
  padding-right: 0;
  position: relative;
}

.dot-job-grid {
  display: flex;
  position: absolute;
  inset: -2px auto 0% -2%;
}

.list-item, .list-item-copy {
  color: var(--dark-brown-text);
  font-family: Lato, sans-serif;
}

.list-item-job {
  color: var(--dark-brown-text);
  text-transform: capitalize;
  margin-top: 8px;
  font-family: Lato, sans-serif;
  font-size: 1rem;
  line-height: 175%;
}

.div-job-title-line {
  align-items: center;
  margin-top: 4px;
  margin-right: 5px;
  display: flex;
  position: relative;
}

.job-line-div {
  border-top: 0px solid var(--grey-light-warm);
  border-bottom: 2px solid var(--grey-light-warm);
  align-items: baseline;
  width: 100%;
  height: 5px;
  margin-top: 2px;
  margin-right: 20px;
  display: flex;
}

.dot-learning-amzn {
  position: absolute;
  inset: 15px 10px auto auto;
}

.learning-dot {
  object-fit: cover;
  justify-content: flex-start;
  align-items: center;
  width: 20px;
  height: 20px;
  line-height: 15px;
  text-decoration: none;
  display: flex;
}

.dot-block-divwhy {
  display: flex;
  position: absolute;
  inset: auto auto 0% -3%;
}

.div-job-info-body {
  border-left: 3px solid var(--grey-light-warm);
  margin-top: 0;
  padding-top: 0;
  padding-bottom: 16px;
  padding-right: 0;
  position: relative;
}

.dot-learning-zillow {
  display: flex;
  position: absolute;
  inset: -6px -3px auto auto;
}

.text-right-learning {
  color: #c7c7c7;
  height: 100%;
  padding-top: 26px;
  padding-left: 5px;
  font-family: Lato, sans-serif;
  font-size: .9rem;
  line-height: 150%;
}

.container-7 {
  background-color: var(--dark-teal);
  border-radius: 20px;
  width: 20px;
  height: 20px;
}

.button {
  border-radius: 50px;
  width: 20px;
  height: 20px;
}

.dot-learning-zillow-copy {
  position: absolute;
  bottom: 166.299px;
  left: 592px;
}

.div-learning-dot-blink {
  position: absolute;
  bottom: 150.587px;
  left: 593px;
}

.div-job-title-line-copy {
  align-items: center;
  margin-top: 4px;
  margin-right: 5px;
  display: flex;
  position: relative;
}

.div-title-line-amzn {
  align-items: center;
  display: flex;
  position: relative;
}

.div-learning-dot-blink-copy {
  position: absolute;
  bottom: 150.587px;
  left: 593px;
}

.div-dot-blink-learning, .div-dot-blink-learning-hidden {
  position: absolute;
  bottom: 150.587px;
  right: 16px;
}

.div-blink-learning-visible {
  width: auto;
  position: absolute;
  top: 24px;
  right: 10px;
}

.dot-job-grid-top {
  display: flex;
  position: absolute;
  inset: -2px auto 0% -2%;
}

.text-right-learning-top {
  color: var(--text-light);
  height: 100%;
  padding-top: 10px;
  padding-left: 5px;
  font-family: Lato, sans-serif;
  font-size: .9rem;
  font-weight: 300;
  line-height: 150%;
}

.text-right-learning-top:hover {
  color: var(--text-light);
}


.div-grid-left-cv-copy {
  border-top: 1px solid var(--grey-light-warm);
  border-left: 1px solid var(--grey-light-warm);
  border-radius: 6px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  max-width: 1500px;
  max-height: 60%;
  margin-top: 29px;
  text-decoration: none;
  display: flex;
  position: relative;
}

.div-grid-left-cv-copy:hover {
  color: var(--dark-brown-text);
}

.text-right-learning-top-mobile {
  color: var(--grey-medium-warm);
  height: 100%;
  padding-top: 10px;
  padding-left: 5px;
  font-family: Lato, sans-serif;
  font-size: .9em;
  line-height: 150%;
}

.text-right-learning-top-mobile:hover {
  color: var(--dark-brown-text);
}

.button-why-grid, .button-why-clear {
  display: none;
}

.div-job-right-line {
  width: 80%;
  position: relative;
}

.header-all-caps-what {
  color: var(--grey-medium-warm);
  text-align: left;
  -webkit-text-stroke-color: var(--grey-medium-warm);
  text-transform: uppercase;
  font-family: Lato, sans-serif;
}


.dot-orange {
  opacity: 1;
  display: none;
  position: absolute;
  top: -4.00347px;
  right: -.155px;
}

.dot-warm-grey {
  opacity: 1;
  position: absolute;
  top: -4px;
  right: -.155px;
}

.blue-dot {
  width: 24px;
  height: 26px;
  position: absolute;
  top: 8px;
  left: -13px;
  right: auto;
}

.blue-dot-copy {
  width: 24px;
  height: 26px;
  position: absolute;
  top: auto;
  left: -13px;
  right: auto;
}

.blue-dot-copy.top {
  vertical-align: top;
  top: 0;
  transform: translateY(-5px);
}

.list {
  margin-bottom: 1px;
  padding-left: 40px;
}

.text-right-learning-blink {
  color: #c7c7c7;
  height: 100%;
  padding-top: 26px;
  padding-left: 5px;
  font-family: Lato, sans-serif;
  font-size: .9rem;
  font-weight: 300;
  line-height: 150%;
}


.dot-why {
  opacity: 1;
  position: absolute;
  inset: auto -.155px 2.036px -9.076px;
  transform: translateY(5px);
}


.body-experience {
  background-color: var(--dark-teal);
  color: #d9d9d9;
  object-fit: fill;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  height: auto;
  padding: 0;
  display: flex;
}

.div-block-6 {
  background-color: var(--bright-orange);
  width: 50px;
  height: 500px;
  display: flex;
}

.button-2 {
  justify-content: center;
  width: 25px;
  height: 100%;
  display: flex;
}

.inset-hero-copy {
  grid-column-gap: 24px;
  background-color: #d2cbc7;
  border: 2px solid #bab2af;
  border-radius: 12px 0 0 12px;
  justify-content: flex-start;
  align-items: flex-start;
  width: 25px;
  height: 300px;
  padding: 24px;
  text-decoration: none;
  display: flex;
}

.slide-in-big, .slide-in-big-mobile {
  grid-column-gap: 24px;
  background-color: #d2cbc7;
  border: 2px solid #bab2af;
  border-top-right-radius: 24px;
  border-bottom-right-radius: 24px;
  border-bottom-left-radius: 24px;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  padding: 24px;
  text-decoration: none;
  display: none;
}


.navbar-expereince {
  background-color: #0000;
  flex: 0 auto;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  margin-left: 0;
  display: flex;
}

.container-4-copy {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  object-fit: fill;
  background-color: #0000;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  max-width: 1280px;
  margin-left: 0;
  margin-right: 0;
  display: flex;
  position: relative;
}

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

.link-experience:hover {
  color: var(--dark-teal);
  font-weight: 300;
}

.link-experience.w--current {
  font-size: 1.8rem;
}

.nav-link-brown {
  color: var(--dark-brown-text);
  font-family: Lato, sans-serif;
  font-size: 1.2rem;
}

.nav-link-brown:hover {
  color: var(--dark-teal);
}

.nav-link-brown.w--current {
  color: var(--dark-brown-text);
  font-weight: 700;
}

.nav-link-brown.current-tim {
  color: var(--pink);
}

.div-block-8 {
  flex-flow: wrap;
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  margin-top: 0;
  display: flex;
}


.contact {
  clear: left;
  grid-row-gap: 0px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 33%;
  min-width: 2%;
  text-decoration: none;
  display: flex;
}
.contact-text {
  color: var(--dark-brown-text);
  margin-bottom: 8px;
  padding-bottom: 0;
  font-family: Lato, sans-serif;
  font-size: 1rem;
  line-height: 175%;
  display: block;
}
.body, .body-examples {
  background-color: var(--gun-metal);
}

.body-examples-dark {
  background-color: var(--gun-metal);
  color: #d9d9d9;
  object-fit: fill;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  height: auto;
  padding: 0;
  display: flex;
}
.container-examples {
  grid-row-gap: 56px;
  background-color: #0000;
  flex-direction: column;
  flex: 0 auto;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  max-width: 1500px;
  height: 100%;
  min-height: 832px;
  padding: 40px 64px 64px;
  font-family: Lato, sans-serif;
  font-size: 1rem;
  text-decoration: none;
  display: flex;
}
.link-contact {
  color: var(--dark-brown-text);
  margin-bottom: 8px;
  font-family: Lato, sans-serif;
  font-size: 1rem;
  line-height: 175%;
  text-decoration: none;
}

.link-contact:hover {
  color: var(--dark-teal);
  font-family: Lato, sans-serif;
  font-weight: 400;
}
.bullet-image {
  align-self: auto;
  align-items: center;
  padding-top: 11px;
  padding-left: 0;
  padding-right: 14px;
  display: inline-flex;
}

.div-block-9 {
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  height: 100%;
  display: block;
}
.team-slider-arrow {
  vertical-align: bottom;
  object-fit: fill;
  width: 40%;
  height: 70%;
  margin-bottom: 247.667px;
  display: flex;
}

.team-slider-nav {
  border: 0px solid var(--neutral-beige);
  margin-top: 20px;
  font-size: 10px;
  position: static;
  bottom: -60px;
}
.lumity-slider-nav {
  border: 0px solid var(--neutral-beige);
  margin-top: 20px;
  font-size: 10px;
  position: static;
  bottom: -60px;
}
.team-slider-wrapper {
  background-color: #0000;
  width: 80%;
  height: 97.3013%;
  margin-top: 20px;
}

.team-slide-wrapper {
  width: 100%;
  margin-right: 5%;
}
.slide-block {
  border: 5px solid var(--text-light);
  -webkit-text-fill-color: inherit;
  object-fit: fill;
  background-color: #fff;
  background-clip: border-box;
  border-radius: 0 16px 16px;
  flex-flow: column;
  align-items: center;
  padding-bottom: 0;
  display: flex;
}
.team-member-image-two {
  text-align: left;
  vertical-align: baseline;
  border-radius: 0;
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  height: 41%;
  margin-bottom: 18px;
  display: block;
}

.slide-info-block {
  border: 0px solid var(--bright-orange);
  background-color: var(--dark-teal);
  -webkit-text-fill-color: inherit;
  background-clip: border-box;
  border-bottom-right-radius: 15px;
  border-bottom-left-radius: 16px;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  height: 100%;
  padding: 20px 24px 10px;
  display: flex;
}

.team-member-name-two {
  margin-bottom: 12px;
  font-weight: 600;
}

.slide-text {
  margin-top: 0;
  margin-bottom: 20px;
  line-height: 170%;
}
.example-slider {
  background-color: #0000;
  border-bottom: 1px solid #e4ebf3;
  width: 100%;
  padding: 80px 30px;
  position: relative;
}
.flex-block {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  width: auto;
  margin-right: 48px;
  padding-left: 0;
  display: inline-flex;
}
.icon-2 {
  color: var(--bright-orange);
  justify-content: flex-end;
  align-items: center;
  margin-bottom: 216px;
  margin-right: 20px;
  font-size: 1.9rem;
  display: flex;
}

.icon-3 {
  color: var(--bright-orange);
  margin-bottom: 216px;
  margin-left: 12.406px;
  font-size: 1.9rem;
  display: flex;
}
.flex-block-2 {
  justify-content: flex-start;
  align-items: flex-end;
  margin-bottom: 10px;
  display: flex;
}
.heading {
  color: var(--bright-orange);
  text-transform: capitalize;
  margin-top: 0;
  line-height: 175%;
}

.heading-company {
  color: var(--bright-orange);
  text-align: left;
  letter-spacing: 2px;
  text-transform: uppercase;
  margin-bottom: 0;
  font-weight: 300;
  line-height: 100%;
}
.patents {
  clear: left;
  grid-row-gap: 0px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: stretch;
  width: auto;
  height: auto;
  margin-right: 16px;
  text-decoration: none;
  display: flex;
}
.div-block-10 {
  width: 100%;
}

.my-bot-2 {
  grid-row-gap: 56px;
  background-color: #0b3f46;
  background-image: url('../img/My-Bot.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  max-width: 1280px;
  height: 832px;
  min-height: 832px;
  padding: 40px 64px 64px;
  text-decoration: none;
  display: flex;
}

.nav-div-4 {
  grid-column-gap: 10px;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  padding-top: 8px;
  padding-bottom: 8px;
  padding-right: 24px;
  text-decoration: none;
  display: flex;
}

.hamburger-name-div-4 {
  grid-column-gap: 16px;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  max-width: 306px;
  padding-top: 6px;
  padding-bottom: 6px;
  text-decoration: none;
  display: flex;
}

.icon-light-3 {
  object-fit: cover;
}

.name-container-4 {
  grid-column-gap: 10px;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  text-decoration: none;
  display: flex;
}

.text-11 {
  color: #d9d9d9;
  letter-spacing: .005em;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Lato, sans-serif;
  font-size: 24px;
  font-weight: 300;
  line-height: 100%;
  text-decoration: none;
}

.bot-containerdiv-2 {
  border-top-right-radius: 48px;
  border-bottom-right-radius: 48px;
  border-bottom-left-radius: 48px;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  max-width: 1500px;
  height: 612px;
  text-decoration: none;
  display: flex;
}

.dot-hover-div-2 {
  grid-row-gap: 10px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: auto;
  height: auto;
  margin-top: 56px;
  padding-top: 10px;
  padding-bottom: 10px;
  padding-right: 8px;
  text-decoration: none;
  display: flex;
}

.vectors-wrapper-13 {
  justify-content: center;
  align-items: center;
  width: auto;
  height: 100px;
  text-decoration: none;
  display: flex;
}

.green-dots-2 {
  grid-row-gap: 10px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  padding-left: 10px;
  padding-right: 9px;
  text-decoration: none;
  display: flex;
}

.circles-frame-2 {
  position: relative;
  grid-column-gap: 10px;
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  text-decoration: none;
  display: flex;
  cursor: pointer;
}
.circles-frame-2:hover .user-prompt-bubble,
.user-prompt-bubble:hover {
    display: flex;
    opacity: 1;
}

.vectors-wrapper-14 {
  object-fit: cover;
  justify-content: center;
  align-items: center;
  width: auto;
  height: auto;
  text-decoration: none;
  display: flex;
}

.main-bot-div-2 {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  max-width: 1000px;
  height: 612px;
  text-decoration: none;
  display: flex;
}

.bot-top-bar-2 {
  grid-column-gap: 20px;
  background-color: #0d2d32;
  border-top-left-radius: 24px;
  border-top-right-radius: 24px;
  justify-content: center;
  align-items: center;
  width: 100%;
  padding-left: 32px;
  text-decoration: none;
  display: flex;
}

.middle-frame-6 {
  grid-row-gap: 10px;
  flex-direction: column;
  flex-grow: 1;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  min-width: 200px;
  max-width: 700px;
  height: 60px;
  padding-top: 10px;
  padding-bottom: 10px;
  text-decoration: none;
  display: flex;
}

.text-12 {
  color: #fff;
  letter-spacing: .5px;
  margin-top: 0;
  margin-bottom: 10px;
  font-family: Lato, sans-serif;
  font-size: 24px;
  font-weight: 600;
  line-height: 150%;
  text-decoration: none;
}

.right-frame-7 {
  grid-row-gap: 10px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  padding-top: 10px;
  padding-bottom: 10px;
  text-decoration: none;
  display: flex;
}

.message-text-container-2 {
  grid-row-gap: 32px;
  background-color: #fff;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  height: 440px;
  min-height: 400px;
  padding: 32px;
  text-decoration: none;
  display: flex;
}

.user-message-div-2 {
  grid-row-gap: 10px;
  flex-direction: column;
  flex-grow: 1;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  min-width: 280px;
  max-width: 700px;
  text-decoration: none;
  display: flex;
  box-shadow: 0 2px 3px #6b6b6b2e;
}

.user-message-bubble-2 {
  grid-row-gap: 10px;
  background-color: #d8d0cc;
  border-top-right-radius: 24px;
  border-bottom-right-radius: 24px;
  border-bottom-left-radius: 24px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  padding: 18px;
  text-decoration: none;
  display: flex;
}

.content-container-4 {
  flex: 0 auto;
  justify-content: flex-start;
  align-items: center;
  text-decoration: none;
  display: flex;
}

.text-container-4 {
  grid-column-gap: 10px;
  flex: 0 auto;
  justify-content: flex-start;
  align-items: flex-start;
  padding-left: 8px;
  text-decoration: none;
  display: flex;
}

.what-are-the-top-three-things-to-know-about-tim {
  color: #845e4d;
  letter-spacing: .5px;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Lato, sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 200%;
  text-decoration: none;
}

.bot-response-div-2 {
  grid-row-gap: 10px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  text-decoration: none;
  display: flex;
}

.bot-response-bubble-2 {
  grid-row-gap: 10px;
  background-color: #e9e8e7;
  border-top-left-radius: 24px;
  border-bottom-right-radius: 24px;
  border-bottom-left-radius: 24px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  padding: 20px 24px 20px 20px;
  text-decoration: none;
  display: flex;
}

.content-container-5 {
  grid-column-gap: 16px;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  text-decoration: none;
  display: flex;
}

.avatar-frame-3 {
  grid-row-gap: 10px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  height: 252px;
  padding-top: 5px;
  padding-bottom: 5px;
  text-decoration: none;
  display: flex;
}

.vectors-wrapper-15 {
  object-fit: cover;
  justify-content: center;
  align-items: center;
  width: 30px;
  height: 30px;
  text-decoration: none;
  display: flex;
}

.text-container-5 {
  grid-column-gap: 10px;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  text-decoration: none;
  display: flex;
}

.bot-response-container-2 {
  grid-row-gap: 10px;
  background-color: #e9e8e7;
  border-top-right-radius: 24px;
  border-bottom-right-radius: 24px;
  border-bottom-left-radius: 24px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  padding: 32px 16px;
  text-decoration: none;
  display: flex;
}

.content-container-6 {
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  text-decoration: none;
  display: flex;
}

.avatar-frame-4 {
  grid-row-gap: 10px;
  background-color: #e9e8e7;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  height: 252px;
  padding-top: 5px;
  padding-bottom: 5px;
  text-decoration: none;
  display: flex;
}

.text-container-6 {
  grid-column-gap: 10px;
  background-color: #e9e8e7;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  padding-left: 24px;
  padding-right: 24px;
  text-decoration: none;
  display: flex;
}

.bot-bottom-input-bar-2 {
  grid-row-gap: 10px;
  background-color: #247d90;
  border-bottom-right-radius: 24px;
  border-bottom-left-radius: 24px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  max-width: 1500px;
  padding-top: 24px;
  padding-bottom: 24px;
  text-decoration: none;
  display: flex;
}

.input-container-2 {
  background-color: #247d90;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  text-decoration: none;
  display: flex;
}

.state-layer-2 {
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  padding-left: 32px;
  padding-right: 32px;
  text-decoration: none;
  display: flex;
}

.input-2 {
  background-color: #fff;
  border-radius: 4px;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  max-height: 100px;
  padding: 8px;
  text-decoration: none;
  display: flex;
  box-shadow: 3px 3px 8px #00000040;
}

.placeholder-text-container-2 {
  grid-column-gap: 10px;
  border-radius: 8px;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  padding-left: 8px;
  padding-right: 8px;
  text-decoration: none;
  display: flex;
}

.placeholder-text-2 {
  color: #a5adaf;
  letter-spacing: .5px;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Lato, sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 200%;
  text-decoration: none;
}

.submit-container-2 {
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 48px;
  height: 48px;
  text-decoration: none;
  display: flex;
}

.bot-submit-button-2 {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 48px;
  height: 48px;
  text-decoration: none;
  display: flex;
  position: relative;
}

.button-bground-2 {
  background-color: #c8ab9b;
  border-top-right-radius: 8px;
  border-bottom-right-radius: 8px;
  border-bottom-left-radius: 8px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 48px;
  height: 48px;
  text-decoration: none;
  display: flex;
}

.vectors-wrapper-16 {
  justify-content: center;
  align-items: center;
  width: .00000118021px;
  height: 27px;
  text-decoration: none;
  display: flex;
  position: absolute;
  top: -162px;
  left: 24px;
}

.buffer-frame-dvi-2 {
  grid-row-gap: 10px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  height: 612px;
  padding-top: 10px;
  padding-bottom: 10px;
  padding-right: 16px;
  text-decoration: none;
  display: flex;
}

.patents-bullets {
  color: var(--dark-brown-text);
  letter-spacing: .5px;
  align-self: baseline;
  margin-top: 0;
  margin-bottom: 8px;
  font-family: Lato, sans-serif;
  font-size: 1rem;
  font-weight: 400;
  line-height: 175%;
  text-decoration: none;
}

.patents-bullets:hover {
  color: var(--dark-teal);
}

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

.link-copy:hover {
  color: var(--bright-orange);
  font-weight: 300;
}

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

.link-patents:hover {
  color: var(--dark-teal);
  font-weight: 400;
}

.list-resume {
  align-items: flex-start;
  padding-left: 24px;
  display: flex;
}

.resume-bullet {
  padding-left: 24px;
}

.navbar-expereince-mobile {
  background-color: #0000;
  flex: 0 auto;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  margin-left: 0;
  display: flex;
}

.nav-menu-copy {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  text-align: left;
  justify-content: flex-end;
  align-self: auto;
  align-items: center;
  width: auto;
  margin-left: 0;
  margin-right: 0;
  display: flex;
  position: absolute;
  inset: 0% 0% 0% auto;
}

.link-experiece-brown {
  color: var(--dark-brown-text);
}

.link-experiece-brown:hover {
  color: var(--dark-teal);
}

.navbar-tim-experience-desktop {
  background-color: #0000;
  flex: 0 auto;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  margin-left: 0;
  display: none;
}

.container-resume {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  object-fit: fill;
  background-color: #0000;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  max-width: 1280px;
  margin-left: 0;
  margin-right: 0;
  display: flex;
  position: relative;
}

.text-experience-title {
  color: var(--dark-brown-text);
  letter-spacing: .04em;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Lato, sans-serif;
  font-size: 1.8rem;
  font-weight: 300;
  line-height: 100%;
  text-decoration: none;
}

.nav-menu-resume {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  text-align: left;
  justify-content: flex-end;
  align-self: auto;
  align-items: center;
  width: auto;
  margin-left: 0;
  margin-right: 0;
  display: flex;
  position: absolute;
  inset: 0% 0% 0% auto;
}

.title-tim-bot {
  color: #fff;
  letter-spacing: .5px;
  text-transform: capitalize;
  height: auto;
  margin-top: 0;
  margin-bottom: 10px;
  font-family: Lato, sans-serif;
  font-size: 2rem;
  font-weight: 100;
  line-height: 150%;
  text-decoration: none;
}

.nav-link-experience {
  color: #d9d9d9;
  font-family: Lato, sans-serif;
  font-size: 1.2rem;
}

.nav-link-experience.w--current {
  color: #fff;
  font-family: Lato, sans-serif;
  font-size: 1.2rem;
}

.link-resume-bullets {
  color: #EA7E42;
  font-weight: 300;
  text-decoration: none;
  display: inline-block;
}

.link-resume-bullets:hover {
  color: #36A8C0;
  font-weight: 300;
}

.container-experience {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  object-fit: fill;
  background-color: #0000;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  max-width: 1280px;
  margin-left: 0;
  margin-right: 0;
  display: flex;
  position: relative;
}
.container-resume {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  object-fit: fill;
  background-color: #0000;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  max-width: 1280px;
  margin-left: 0;
  margin-right: 0;
  display: flex;
  position: relative;
}
.text-experience-title {
  color: var(--dark-brown-text);
  letter-spacing: .04em;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Lato, sans-serif;
  font-size: 1.8rem;
  font-weight: 300;
  line-height: 100%;
  text-decoration: none;
}
.nav-menu-resume {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  text-align: left;
  justify-content: flex-end;
  align-self: auto;
  align-items: center;
  width: auto;
  margin-left: 0;
  margin-right: 0;
  display: flex;
  position: absolute;
  inset: 0% 0% 0% auto;
}
.icon-brown {
  color: var(--dark-brown-text);
  font-size: 2rem;
  line-height: 100%;
}

.icon-brown:hover {
  color: var(--dark-teal);
  -webkit-text-stroke-color: white;
}
.navbar-tim-experience-desktop {
  background-color: #0000;
  flex: 0 auto;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  margin-left: 0;
  display: none;
}
.link-2 {
  color: var(--text-light);
}

.link-2.w--current {
  color: var(--neutral-beige);
}

.teal-hover-wrapper {
  z-index: 4;
  min-width: 40px;
  min-height: 40px;
  position: absolute;
  top: 350px;
  left: 314px;
}

.teal-hover-wrapper.middle {

  top: 131px;
  left: 244px;
}

.teal-hover-wrapper.top-left {
  top: 57px;
  left: -79px;
}

.teal-hover-wrapper.right {
  top: 123px;
  left: 552px;
}

.teal-hover-wrapper.bottom-left {

  top: 335px;
  left: -30px;
}

.teal-hover-wrapper.right-top {

  top: 145px;
  left: 491px;
}

.teal-hover-wrapper.right-bottom {

  top: 281px;
  left: 434px;
}

.green-hover-wrapper {
  z-index: 4;
  min-width: 40px;
  min-height: 40px;
  position: absolute;
  top: 350px;
  left: 314px;
}



/* .green-hover-wrapper.top-left {

  top: 57px;
  left: -79px;
} */

.green-hover-wrapper.right {

  top: 123px;
  left: 552px;
}

.green-hover-wrapper.bottom-left {

  top: 335px;
  left: -30px;
}
.green-hover-wrapper.middle {

  top: 131px;
  left: 244px;
}

.green-hover-wrapper.right-top {

  top: 157px;
  left: 712px;
}

.green-hover-wrapper.right-bottom {

  top: 281px;
  left: 434px;
}

.green-hover-wrapper.top {
  top: 19px;
  left: 281px;
}

.green-hover-wrapper.left-top {
  top: 185px;
  left: -7px;
}
/* .green-hover-wrapper.middle {
  left: 230px;
}

.green-hover-wrapper.bottom-left {
  top: 321px;
}

.green-hover-wrapper.right-top {
  top: 220px;
  left: 528px;
}

.green-hover-wrapper.right-bottom {
  top: 273px;
  left: 416px;
} */

/* .green-hover-wrapper.top {
  left: 266px;
} */
/* .green-hover-wrapper.middle {
  top: 69px;
  left: 184px;
}

.green-hover-wrapper.top-left {
  background-color: var(--bright-orange);
  border: 1px #000;
  top: 21px;
  left: 1px;
}

.green-hover-wrapper.bottom-left {
  top: 179px;
  left: 31px;
}

.green-hover-wrapper.right-top {
  top: 72px;
  left: 311px;
}

.green-hover-wrapper.right-bottom {
  top: 138px;
  left: 293px;
}

.green-hover-wrapper.top {
  top: 3px;
  left: 209px;
}

.green-hover-wrapper.left-top {
  background-color: var(--bright-orange);
  border: 1px #000;
  top: 99px;
  left: 39px;
} */

.orange-hover-wrapper {
  z-index: 4;

  min-width: 40px;
  min-height: 40px;
  position: absolute;
  top: 350px;
  left: 314px;
}

.orange-hover-wrapper.middle {

  top: 131px;
  left: 244px;
}

.orange-hover-wrapper.top-left {

  top: 57px;
  bottom: 406.663px;
  left: -79px;
}

.orange-hover-wrapper.right {
  top: 123px;
  left: 552px;
}

.orange-hover-wrapper.bottom-left {

  top: 335px;
  left: -30px;
}

.orange-hover-wrapper.right-top {

  top: 145px;
  left: 491px;
}

.orange-hover-wrapper.right-bottom {

  top: 281px;
  left: 434px;
}

.pink-hover-wrapper {
  z-index: 4;

  min-width: 40px;
  min-height: 40px;
  position: absolute;
  top: 350px;
  left: 314px;
}
.pink-hover-wrapper.middle {
  top: 190px;
  left: 325px;
}

.pink-hover-wrapper.top-left {
  top: 96px;
  left: 26px;
}

.pink-hover-wrapper.left-bottom {
  top: 282px;
  left: 78px;
}

.pink-hover-wrapper.right {
  top: 123px;
  left: 552px;
}
.pink-hover-wrapper.bottom {
  top: 360px;
  left: 320px;
}

/* .pink-hover-wrapper.middle {
  left: 319px;
}

.pink-hover-wrapper.left-bottom {
  top: 277px; 
}

/* .pink-hover-wrapper.right {
  left: 541px;
} */
/* .pink-hover-wrapper.bottom {
  top: 189px;
  left: 225px;
}

.pink-hover-wrapper.middle {
  top: 100px;
  left: 237px;
}

.pink-hover-wrapper.top-left {
  top: 43px;
  left: 57px;
}

.pink-hover-wrapper.left-bottom {
  top: 149px;
  left: 85px;
} */

/* .pink-hover-wrapper-copy {
  z-index: 4;
  background-color: var(--pink);
  border: 1px #000;
  min-width: 40px;
  min-height: 40px;
  position: absolute;
  top: 350px;
  left: 314px;
}

.pink-hover-wrapper-copy.middle {
  top: 190px;
  left: 325px;
}

.pink-hover-wrapper-copy.top-left {
  top: 96px;
  left: 26px;
}

.pink-hover-wrapper-copy.left-bottom {
  top: 282px;
  left: 78px;
}

.pink-hover-wrapper-copy.right {
  top: 123px;
  left: 552px;
} */

.orange-wrapper {
  z-index: 4;
  min-width: 40px;
  min-height: 40px;
  position: absolute;
  top: 350px;
  left: 314px;
}

.orange-wrapper.middle {

  top: 131px;
  left: 244px;
}

.orange-wrapper.top-left {

  top: 57px;
  left: -79px;
}

.orange-wrapper.right {
  top: 123px;
  left: 552px;
}

.orange-wrapper.bottom-left {

  top: 335px;
  left: -30px;
}

.orange-wrapper.right-top {

  top: 157px;
  left: 712px;
}

.orange-wrapper.right-bottom {

  top: 281px;
  left: 434px;
}

.orange-wrapper.top {

  top: 54px;
  left: 166px;
}

.orange-wrapper.left-top {

  top: 185px;
  left: -7px;
}

.orange-wrapper.top-right {

  top: 80px;
  left: 444px;
}

.orange-wrapper.far-right {

  top: 84px;
  left: 667px;
}

.yellow-wrapper {
  z-index: 4;

  min-width: 40px;
  min-height: 40px;
  position: absolute;
  top: 350px;
  left: 314px;
}

.yellow-wrapper.middle {

  top: 238px;
  left: 268px;
}

.yellow-wrapper.top-left {

  top: 57px;
  left: -79px;
}

.yellow-wrapper.right {
  top: 123px;
  left: 552px;
}

.yellow-wrapper.bottom-left {

  top: 335px;
  left: -30px;
}

.yellow-wrapper.right-top {

  top: 157px;
  left: 712px;
}

.yellow-wrapper.right-bottom {

  top: 281px;
  left: 434px;
}

.yellow-wrapper.top {

  top: 54px;
  left: 166px;
}

.yellow-wrapper.left-top {

  top: 185px;
  left: -7px;
}

.yellow-wrapper.top-right {

  top: 39px;
  left: 551px;
}

.yellow-wrapper.far-right {

  top: 84px;
  left: 667px;
}

.yellow-wrapper.bottom-right {

  top: 332px;
  left: 655px;
}
.small-text-blurb {
  font-style: normal;
}

.small-text-blurb.italic {
  font-style: italic;
  line-height: 150%;
}

.small-text-blurb.italic.bright-teal {
  color: #36a8c0;
  margin-bottom: 10px;
  line-height: 125%;
}
.subheading-description {
  text-align: left;
  max-width: 300px;
  margin-left: auto;
  margin-right: auto;
  font-size: 1.8rem;
  line-height: 175%;
}

.bot-text {
  display: block !important;
  columns: 1 !important;
  column-count: 1 !important;
  width: 100% !important;
  max-width: 100% !important;
}

.block {
  display: flex;
  flex-direction: column;
  min-width: 300px;
  max-width: 800px;
  width: 100%;
  margin-bottom: 16px;
  align-self: flex-start; /* Add this line to ensure left alignment */
}
.block.expanded .content {
  display: block;
}
.block.expanded .post-overlay-GUI-to {
  border-radius:  0px 24px 24px 24px;
}
.content {
  display: none;
  background-color: #9f8b84;
  border-radius: 0px 0px 24px 24px;
  padding: 32px 34px;
  overflow: hidden;
  transition: all 0.3s ease;
  color: #FFF;
  font-feature-settings: 'liga' off, 'clig' off;
  font-family: Lato;
  font-size: 20px;
  font-style: normal;
  font-weight: 300;
  line-height: 170%;
}
.content br {

  content: "";
  display: block;
  margin-bottom: 1.3em; /* Adjust this value to control spacing between lines */
}

.user-prompt-bubble {
  display: none;
  position: absolute;
  left: 30px;
  top: 50%;
  transform: translateX(-15px);
  z-index: 10;
  opacity: 0;
  transition: opacity 0.3s ease-in-out;
  flex-direction: column;
  align-items: flex-start;
  gap: 10px;
  padding: 16px 24px 10px 10px;
  border-radius: 0px 16px 16px 16px;
  width: max-content;
  max-width: 400px;
  min-width: 200px;
    /* New properties to keep the div inside the viewport */
}

.user-prompt-bubble.visible {
  display: inline-flex !important;
}
.user-prompt-bubble .content-container {
  display: inline-flex;
  align-items: center;
  position: relative;
  flex: 0 0 auto;
  width: 100%; /* Ensure the content container takes full width of the bubble */
}



.user-prompt-bubble .text-container {
  display: inline-flex;
  align-items: flex-start;
  gap: 10px;
  padding: 0px 0px 0px 8px;
  position: relative;
  flex: 0 0 auto;
  width: 100%; /* Ensure the text container takes full width of the content container */
}

.user-prompt-bubble .text-wrapper {
  position: relative;
  width: 100%; /* Ensure the text takes full width of the text container */
  margin-top: -1px;
  font-family: Lato, sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 1.5;
  white-space: normal;
  color: inherit; /* Inherit text color */
  word-wrap: break-word;
  overflow-wrap: break-word;
  hyphens: auto;
}

.greendot .user-prompt-bubble { background-color: #CEDFC1; color: #0B3F46;}
.tealdot .user-prompt-bubble { background-color: #247D90; color: #F0EFE5; }
.pinkdot .user-prompt-bubble { background-color: #F7E2F7; color: #0B3F46;}
.yellowdot .user-prompt-bubble { background-color: #F9C747; color: #0B3F46;}
.orangedot .user-prompt-bubble { background-color: #EA7E42; color: #F0EFE5;}

@media screen and (max-width: 991px) {
  .team-slider-wrapper {
    align-self: center;
    width: 100%;
  }
  .team-slide-wrapper {
    width: 100%;
    margin-right: 6%;
  }
  .container-examples {
    height: 100%;
    padding-left: 48px;
    padding-right: 48px;
  }
  .example-slider {
    padding: 0;
  }
  .flex-block {
    width: 100%;
  }
  .container {
    flex-flow: column;
    max-width: 728px;
  }


  .navbar-wrapper-three {
    justify-content: space-between;
  }

  .navbar-brand-three {
    position: relative;
  }

  .nav-menu-wrapper-three {
    background-color: #0000;
    top: 70px;
  }

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

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

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

  .menu-button {
    padding: 12px;
  }

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

  .body-home {
    background-size: contain;
  }

  .name-container {
    margin-right: 0;
  }

  .about-home-2 {
    height: 100%;
    padding-left: 48px;
    padding-right: 48px;
  }

  .link {
    display: flex;
  }

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

  .menu-button-2 {
    background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
    background-position: 0 0;
    background-size: auto;
  }

  .menu-button-2.w--open {
    background-image: none;
  }

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

  .hero-wrapper {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    margin-bottom: -40px;
  }

  .hero-split {
    max-width: 100%;
    margin-bottom: 40px;
  }

  .nav-menu {
    box-sizing: content-box;
    color: var(--dark-teal);
    mix-blend-mode: normal;
    object-fit: fill;
    background-color: #a59892;
    border-radius: 10px 0 10px 10px;
    justify-content: center;
    align-items: stretch;
    width: auto;
    min-width: 0;
    height: auto;
    min-height: 200px;
    max-height: 225px;
    padding-top: 5px;
    padding-left: 10px;
    padding-right: 20px;
    inset: 0% 0% 0% auto;
    overflow: visible;
    box-shadow: 2px 2px 8px 3px #0000002e;
  }

  .nav-link-light {
    color: #fff;
    text-align: left;
    background-color: #0000;
    border-bottom-right-radius: 2px;
    padding-top: 10px;
    padding-bottom: 10px;
    padding-right: 30px;
    font-weight: 400;
  }

  .nav-link-light:hover {
    color: var(--text-light);
  }

  .nav-link-light.current {
    font-weight: 400;
  }

  .menu-button-3 {
    color: var(--text-light);
    align-self: center;
    position: absolute;
    inset: 0% 0% 0% auto;
  }

  .menu-button-3.w--open {
    z-index: 3;
    color: var(--dark-teal);
    background-color: #0000;
    position: absolute;
    inset: 0% 0% 0% auto;
  }

  .icon {
    color: #fff;
    font-size: 2rem;
    line-height: 100%;
  }

  .icon:hover {
    color: var(--pink);
    -webkit-text-stroke-color: white;
  }

  .nav-menu-2 {
    max-height: 250px;
  }

  .menu-button-4 {
    position: absolute;
    inset: 0% 0% 0% auto;
  }

  .main-bot-div {
    height: calc(100vh - 180px); /* Adjust if needed for tablet-sized screens */
  }
  #w-node-c7a05126-81d3-9145-3347-e7cd17d1472e-e49a0050 {
    grid-area: 2 / 3 / 3 / 4;
  }
  .menu-button-4.w--open {
    background-color: var(--neutral-beige);
  }

  .my-bot {
    padding-left: 40px;
    padding-right: 40px;
  }

  .vectors-wrapper-4 {
    width: auto;
    height: auto;
  }

  .message-text-container {
    grid-row-gap: 32px;
    background-color: #fff;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    width: 100%;
    height: 100%; /* Changed from min-height to height */
    max-height: 400px; /* Added max-height */
    padding: 32px;
    text-decoration: none;
    display: flex;
    overflow-y: auto; /* Added overflow-y: auto */
  }
  .bot-response-inside-div {
    justify-content: flex-start;
    align-items: flex-start;
  }

  .vectors-wrapper-7 {
    width: 20px;
    height: 20px;
  }

  .frame-2608551 {
    height: auto;
  }

  .vectors-wrapper-9 {
    height: 100%;
  }

  .right-frame-2 {
    height: auto;
  }

  .grid {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    grid-template-areas: ". Area-3 Area";
  }

  .header-all-caps {
    color: var(--grey-medium-warm);
    text-transform: uppercase;
    font-family: Lato, sans-serif;
  }

  .div-grid-left-cv {
    border-style: solid;
    border-width: 2px 0 0 2px;
    border-color: var(--grey-light-warm) black black var(--grey-light-warm);
    border-radius: 5px;
    justify-content: flex-start;
    align-items: flex-start;
    height: 50%;
    margin-top: 36px;
    padding: 14px;
  }

  .div-grid-middle-cv {
    border: 0 solid #000;
    border-radius: 0;
    justify-content: flex-start;
    align-items: flex-start;
    padding: 14px;
  }

  .div-grid-right-cv {
    border: 0 solid #000;
    border-radius: 0;
    justify-content: flex-start;
    align-items: flex-start;
    padding: 14px 14px 14px 0;
  }

  .div-grid-top-left-cv {
    border-style: solid solid solid none;
    border-width: 0;
    border-color: var(--grey-light-warm) black black var(--grey-light-warm);
    border-radius: 5px;
    justify-content: flex-start;
    align-items: flex-start;
    padding: 14px;
  }

  .dot-block-div {
    left: -7%;
  }

  .text-left-why {
    padding-top: 0;
    padding-left: 0;
    font-size: 1em;
  }

  .h2 {
    font-size: 1.1em;
  }

  .dot-job-grid {
    top: 18px;
    left: -3%;
  }

  .list-item-job {
    font-size: 1em;
  }

  .job-line-div {
    width: 80%;
  }

  .dot-learning-amzn {
    opacity: 0;
    inset: 20px 10px auto auto;
  }

  .learning-dot {
    width: 25px;
    height: 25px;
  }

  .dot-block-divwhy {
    left: -6%;
  }

  .dot-learning-zillow {
    opacity: 0;
    bottom: 258.299px;
    left: 543px;
  }

  .text-right-learning {
    margin-top: 31px;
    padding-top: 0;
    padding-left: 0;
    font-size: 1em;
  }

  .dot-learning-zillow-copy {
    bottom: 192.299px;
    left: 316px;
  }

  .div-learning-dot-blink, .div-learning-dot-blink-copy {
    bottom: 221.587px;
    left: 312px;
  }

  .div-blink-learning-visible {
    opacity: 0;
    left: 500px;
    right: auto;
  }

  .dot-job-grid-top {
    align-items: flex-start;
    top: -5px;
    left: -3%;
  }

  .text-right-learning-top {
    padding-left: 0;
    font-size: .9rem;
  }

  .div-grid-left-cv-copy {
    border-style: solid;
    border-width: 2px 0 0 2px;
    border-color: var(--grey-light-warm) black black var(--grey-light-warm);
    border-radius: 5px;
    justify-content: flex-start;
    align-items: flex-start;
    height: 50%;
    padding: 13px 14px 14px;
  }

  .text-right-learning-top-mobile {
    padding-top: 0;
    padding-left: 0;
  }

  .header-all-caps-what {
    color: var(--grey-medium-warm);
    text-transform: uppercase;
    font-family: Lato, sans-serif;
  }

  .dot-orange {
    display: none;
    right: 17.845px;
  }

  .dot-warm-grey {
    right: 17.845px;
  }

  .list, .list-2, .list-3 {
    font-size: 1.1em;
  }

  .text-right-learning-blink {
    margin-top: 18px;
    padding-top: 0;
    padding-left: 0;
    font-size: 1em;
  }

  .dot-why {
    right: 17.845px;
  }

  .link-experience {
    display: flex;
  }

  .nav-link-brown {
    color: var(--text-light);
    text-align: left;
    background-color: #0000;
    border-bottom-right-radius: 2px;
    padding-top: 10px;
    padding-bottom: 10px;
    padding-right: 30px;
    font-weight: 300;
  }

 
  .nav-menu-copy {
    box-sizing: content-box;
    color: var(--dark-teal);
    mix-blend-mode: normal;
    object-fit: fill;
    background-color: #a59892;
    border-radius: 10px 0 10px 10px;
    justify-content: center;
    align-items: stretch;
    width: auto;
    min-width: 0;
    height: auto;
    min-height: 200px;
    max-height: 225px;
    padding-top: 5px;
    padding-left: 10px;
    padding-right: 20px;
    inset: 0% 0% 0% auto;
    overflow: visible;
    box-shadow: 2px 2px 8px 3px #0000002e;
  }

  .nav-menu-3 {
    background-color: var(--grey-medium-warm);
  }

  .nav-menu-resume {
    box-sizing: content-box;
    color: var(--dark-teal);
    mix-blend-mode: normal;
    object-fit: fill;
    background-color: #a59892;
    border-radius: 10px 0 10px 10px;
    justify-content: center;
    align-items: stretch;
    width: auto;
    min-width: 0;
    height: auto;
    min-height: 200px;
    max-height: 225px;
    padding-top: 5px;
    padding-left: 10px;
    padding-right: 20px;
    inset: 0% 0% 0% auto;
    overflow: visible;
    box-shadow: 2px 2px 8px 3px #0000002e;
  }

  .link-resume-bullets {
    display: flex;
  }

  .teal-hover-wrapper.middle {
    left: 230px;
  }

  .teal-hover-wrapper.bottom-left {
    top: 319px;
  }

  .teal-hover-wrapper.right-top {
    left: 471px;
  }

  .teal-hover-wrapper.right-bottom {
    top: 271px;
    left: 417px;
  }



  .orange-hover-wrapper.middle {
    left: 230px;
  }

  .orange-hover-wrapper.bottom-left {
    top: 321px;
  }

  .orange-hover-wrapper.right-top {
    left: 470px;
  }

  .orange-hover-wrapper.right-bottom {
    top: 273px;
    left: 416px;
  }

  /* .pink-hover-wrapper-copy.bottom {
    top: 337px;
    left: 304px;
  }

  .pink-hover-wrapper-copy.middle {
    left: 319px;
  }

  .pink-hover-wrapper-copy.left-bottom {
    top: 271px;
  }

  .pink-hover-wrapper-copy.right {
    left: 543px;
  } */

  .orange-wrapper.middle {
    left: 230px;
  }

  .orange-wrapper.bottom-left {
    top: 321px;
  }

  .orange-wrapper.right-top {
    top: 220px;
    left: 524px;
  }

  .orange-wrapper.right-bottom {
    top: 273px;
    left: 416px;
  }

  .orange-wrapper.top {
    left: 162px;
  }

  .orange-wrapper.top-right {
    left: 432px;
  }

  .orange-wrapper.far-right {
    left: 650px;
  }

  .yellow-wrapper.middle {
    top: 230px;
    left: 255px;
  }

  .yellow-wrapper.bottom-left {
    top: 321px;
  }

  .yellow-wrapper.right-top {
    top: 220px;
    left: 524px;
  }

  .yellow-wrapper.right-bottom {
    top: 273px;
    left: 416px;
  }

  .yellow-wrapper.top {
    left: 266px;
  }

  .yellow-wrapper.top-right {
    left: 517px;
  }

  .yellow-wrapper.bottom-right {
    top: 321px;
    left: 629px;
  }
  .heading-company {
    line-height: 100%;
  }
  .small-text-blurb.italic.bright-teal {
    line-height: 100%;
  }
  .subheading-description {
    width: 100%;
    max-width: 100%;
    margin-left: 0;
    margin-right: 0;
    font-size: 1.6rem;
  }
}

@media screen and (max-width: 767px) {
  .content {
    padding: 5px;

  }
  .contact {
    width: 100%;
  }
  .container-examples {
    grid-row-gap: 48px;
    padding-left: 32px;
    padding-right: 32px;
  }

  .example-slider {
    padding: 0;
  }
  .subheading-description {
    line-height: 150%;
  }
  .navbar-brand-three {
    padding-left: 0;
  }

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

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

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

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

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

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

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

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

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

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

  .name-container {
    margin-right: 0;
  }

  .about-div {
    background-color: var(--dark-teal);
    -webkit-text-fill-color: inherit;
    background-clip: border-box;
  }

  .large-paragraph {
    font-size: 1.5em;
  }
  .large-paragraph.white {
    font-size: 1.2em;
  }
  .about-home-2 {
    grid-row-gap: 48px;
    padding-left: 32px;
    padding-right: 32px;
  }

  .dot-animation {
    width: 100%;
  }

  .body-posts {
    background-position: 100% 20%;
    background-repeat: no-repeat;
    background-size: auto;
  }

  .link {
    align-items: center;
  }

  .hero-heading-center {
    padding: 60px 15px;
  }



  .brand {
    flex: none;
    width: 40px;
  }

  .my-bot {
    background-color: #0000;
    background-image: url('../img/My-Bot.png');
    background-repeat: no-repeat;
    background-size: cover;
    height: 100%;
  }

  .bot-containerdiv {
    height: 75%;
  }

  .dot-hover-div {
    justify-content: flex-start;
    align-items: flex-start;
    height: auto;
    padding-right: 16px;
  }

  .vectors-wrapper-3 {
    justify-content: center;
    align-items: flex-start;
  }

  .vectors-wrapper-4 {
    width: auto;
    height: auto;
  }

  .main-bot-div {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    width: 100%;
    max-width: 1280px;
    height: calc(100vh - 200px); /* Adjust the 200px as needed to account for header and footer */
    text-decoration: none;
    display: flex;
  }
  .bot-top-bar {
    height: 100%;
  }

  .message-text-container {
    height: 100%;
    padding-left: 16px;
    padding-right: 16px;
    overflow: scroll;
  }

  .bot-response-inside-div {
    justify-content: flex-start;
    align-items: flex-start;
  }

  .vectors-wrapper-5 {
    width: auto;
    height: auto;
  }

  .bot-bottom-input-bar {
    padding: 17px 16px;
  }

  .experience-cv {
    aspect-ratio: auto;
    padding-left: 64px;
    padding-right: 64px;
    position: relative;
  }

  .inset-hero {
    width: auto;
    margin-left: 0;
    margin-right: 0;
    padding-left: 55px;
    padding-right: 55px;
  }

  .skills {
    grid-row-gap: 0px;
    width: 100%;
    margin-right: 0;
  }

  .text-6 {
    margin-bottom: 5px;
  }

  .skill-bullets {
    width: auto;
    margin: 0 0 10px;
    font-size: 1.2em;
    line-height: 150%;
  }

  .vectors-wrapper-7 {
    width: 15px;
    max-width: none;
    height: 15px;
  }

  .grid {
    grid-template-columns: minmax(0, .25fr) 1.75fr .25fr;
    grid-template-areas: ". Area-3 Area"
                         ". . Area-4";
    width: auto;
    position: relative;
  }

  .header-all-caps {
    display: none;
  }

  .div-grid-left-cv {
    -webkit-text-fill-color: inherit;
    background-color: #0000;
    background-clip: border-box;
    height: 40%;
    display: none;
  }

  .div-grid-middle-cv {
    -webkit-text-fill-color: inherit;
    background-color: #0000;
    background-clip: border-box;
  }

  .div-grid-right-cv {
    -webkit-text-fill-color: inherit;
    background-color: #0000;
    background-clip: border-box;
    display: inline-flex;
  }

  .div-grid-top-left-cv {
    -webkit-text-fill-color: inherit;
    background-color: #0000;
    background-clip: border-box;
    display: flex;
  }

  .text-left-why {
    max-height: none;
    display: none;
  }

  .h2 {
    align-self: flex-start;
  }

  .div-job-info-top {
    flex-flow: column;
    display: flex;
  }

  .dot-job-grid {
    top: 9px;
    left: -2%;
  }

  .div-job-title-line {
    align-items: flex-start;
  }

  .job-line-div {
    border-bottom: 2px solid var(--grey-light-warm);
    border-top-width: 0;
    align-items: flex-end;
    width: 80%;
    padding-top: 10px;
    display: none;
  }

  .dot-learning-amzn {
    top: 38px;
    bottom: auto;
    left: auto;
  }

  .learning-dot {
    width: 15px;
    height: 15px;
  }

  .dot-learning-zillow {
    bottom: 348.299px;
    left: 227px;
  }

  .text-right-learning {
    flex-flow: column;
    justify-content: flex-start;
    align-items: flex-start;
    height: auto;
    padding-top: 18px;
    padding-left: 5px;
    font-size: 1.1em;
    display: none;
  }

  .dot-learning-zillow-copy {
    bottom: 320.299px;
    left: 217px;
  }

  .div-learning-dot-blink {
    bottom: 336.587px;
    left: 228px;
  }

  .div-job-title-line-copy {
    align-items: flex-start;
  }

  .div-learning-dot-blink-copy {
    bottom: 336.587px;
    left: 228px;
  }

  .dot-job-grid-top {
    left: -2%;
  }

  .text-right-learning-top {
    flex-flow: column;
    justify-content: flex-start;
    align-items: flex-start;
    height: auto;
    margin-top: 47px;
    padding-top: 8px;
    padding-left: 5px;
    font-size: 1.1em;
    display: none;
  }

  .div-grid-left-cv-copy {
    -webkit-text-fill-color: inherit;
    background-color: #0000;
    background-clip: border-box;
    height: 40%;
    display: none;
  }

  .text-right-learning-top-mobile {
    flex-flow: column;
    justify-content: flex-start;
    align-items: flex-start;
    height: auto;
    margin-top: 47px;
    padding-top: 8px;
    padding-left: 5px;
    font-size: 1.1em;
    display: none;
  }

  .button-why-grid {
    background-color: var(--light-icon);
    color: var(--dark-teal);
    text-align: center;
    letter-spacing: .1em;
    text-transform: uppercase;
    border-radius: 0 10px 10px;
    justify-items: center;
    width: 50px;
    height: 45px;
    margin-top: 19px;
    padding: 14px 3px 14px 4px;
    font-family: Lato, sans-serif;
    font-size: .9em;
    font-weight: 700;
    line-height: 14px;
    display: flex;
  }

  .div-block-4 {
    background-color: var(--hover-light-link);
    color: var(--dark-teal);
    border: 1px solid #000;
    order: 0;
    justify-content: flex-end;
    align-self: flex-end;
    align-items: flex-start;
    padding-bottom: 10px;
    padding-left: 10px;
    padding-right: 10px;
    display: flex;
    position: absolute;
  }

  .button-why-clear {
    color: #5f8085;
    text-align: center;
    letter-spacing: .1em;
    text-transform: none;
    background-color: #0000;
    border-radius: 0 10px 10px;
    justify-items: center;
    width: 50px;
    height: 45px;
    margin-top: 19px;
    padding: 14px 0;
    font-family: Lato, sans-serif;
    font-size: .9em;
    font-weight: 700;
    line-height: 14px;
    display: flex;
  }

  .header-all-caps-what {
    display: none;
  }

  .dot-orange {
    padding-top: 5px;
    padding-bottom: 5px;
    display: inline-block;
    position: static;
    top: 182.663px;
    right: 359.238px;
  }

  .dot-warm-grey {
    display: none;
    position: absolute;
    top: 3.6632px;
    right: 21.238px;
  }

  .list {
    margin-left: 10px;
  }

  .text-right-learning-blink {
    flex-flow: column;
    justify-content: flex-start;
    align-items: flex-start;
    height: auto;
    padding-top: 18px;
    padding-left: 5px;
    font-size: 1.1em;
    display: none;
  }

  .dot-why {
    display: none;
    position: absolute;
    top: 3.6632px;
    right: 21.238px;
  }

  .div-block-5 {
    flex-flow: column;
    justify-content: flex-start;
    align-items: flex-start;
    padding-left: 35px;
    display: flex;
  }

  .inset-hero-copy {
    justify-content: flex-end;
    align-items: stretch;
    width: auto;
    height: auto;
    padding-top: 0;
    padding-bottom: 0;
    padding-left: 0;
    display: none;
  }

  .inset-hero-copy:hover {
    background-color: var(--bright-orange);
  }

  .slide-in-big {
    z-index: 7;
    grid-column-gap: 0px;
    justify-content: center;
    align-items: flex-start;
    width: 80%;
    height: 30%;
    padding: 8px 16px 16px 24px;
    display: none;
    position: absolute;
    top: 25px;
    left: 543px;
    overflow: hidden;
  }

  .slide-in-big:hover {
    background-color: #d2cbc7;
  }

  .div-block-7 {
    justify-content: flex-end;
    height: auto;
    display: inline-flex;
    position: relative;
  }

  .slide-in-big-mobile {
    z-index: 7;
    grid-column-gap: 0px;
    justify-content: center;
    align-items: flex-start;
    width: 80%;
    height: 30%;
    padding: 8px 16px 16px 24px;
    display: none;
    position: absolute;
    top: 25px;
    left: 543px;
    overflow: hidden;
  }

  .slide-in-big-mobile:hover {
    background-color: #d2cbc7;
  }

  .link-experience {
    align-items: center;
  }

  .div-block-8 {
    flex-flow: wrap;
    justify-content: flex-start;
    width: auto;
  }

  .contact-text {
    color: var(--dark-brown-text);
    margin-bottom: 8px;
    padding-bottom: 0;
    font-family: Lato, sans-serif;
    font-size: 1rem;
    line-height: 175%;
    display: block;
  }
  .patents {
    grid-row-gap: 0px;
    width: 100%;
    margin-top: 16px;
    margin-bottom: 16px;
    margin-left: 0;
    padding-left: 0;
    padding-right: 10px;
  }

  .patents-bullets {
    width: auto;
    margin: 0 0 10px;
    font-size: 1.2em;
    line-height: 150%;
  }

  .link-copy, .link-patents, .link-resume-bullets {
    align-items: center;
  }

  .teal-hover-wrapper.middle {
    top: 69px;
    left: 184px;
  }

  .teal-hover-wrapper.top-left {
    top: 21px;
    left: 1px;
  }

  .teal-hover-wrapper.bottom-left {
    top: 179px;
    left: 28px;
  }

  .teal-hover-wrapper.right-top {
    top: 72px;
    left: 311px;
  }

  .teal-hover-wrapper.right-bottom {
    top: 138px;
    left: 293px;
  }



  .orange-hover-wrapper.middle {
    top: 69px;
    left: 184px;
  }

  .orange-hover-wrapper.top-left {
    top: 21px;
    left: 1px;
  }

  .orange-hover-wrapper.bottom-left {
    top: 179px;
    left: 31px;
  }

  .orange-hover-wrapper.right-top {
    top: 72px;
    left: 311px;
  }

  .orange-hover-wrapper.right-bottom {
    top: 138px;
    left: 293px;
  }
/* 
  .pink-hover-wrapper-copy.bottom {
    top: 189px;
    left: 225px;
  }

  .pink-hover-wrapper-copy.middle {
    top: 100px;
    left: 237px;
  }

  .pink-hover-wrapper-copy.top-left {
    top: 43px;
    left: 57px;
  }

  .pink-hover-wrapper-copy.left-bottom {
    top: 149px;
    left: 85px;
  } */

  .orange-wrapper.middle {
    top: 69px;
    left: 184px;
  }

  .orange-wrapper.top-left {
    top: 21px;
    left: 1px;
  }

  .orange-wrapper.bottom-left {
    top: 179px;
    left: 31px;
  }

  .orange-wrapper.right-top {
    top: 72px;
    left: 311px;
  }

  .orange-wrapper.right-bottom {
    top: 138px;
    left: 293px;
  }

  .orange-wrapper.top {
    top: 20px;
    left: 145px;
  }

  .orange-wrapper.top-right {
    top: 44px;
  }

  .yellow-wrapper.middle {
    top: 69px;
    left: 184px;
  }

  .yellow-wrapper.top-left {
    top: 21px;
    left: 1px;
  }

  .yellow-wrapper.bottom-left {
    top: 179px;
    left: 31px;
  }

  .yellow-wrapper.right-top {
    top: 72px;
    left: 311px;
  }

  .yellow-wrapper.right-bottom {
    top: 138px;
    left: 293px;
  }

  .yellow-wrapper.top-right {
    top: 16px;
    left: 357px;
  }
  .curriculum-vitae {
    font-size: 2.5rem;
  }
}
@media screen and (max-width: 479px) {
  .icon-2 {
    margin-bottom: 125px;
  }  
  .icon-3 {
    margin-bottom: 125px;
  }
  .posts {
    padding-bottom: 40px;
    padding-left: 24px;
    padding-right: 24px;
  }
  .container-examples {
    grid-row-gap: 36px;
    padding-bottom: 40px;
    padding-left: 24px;
    padding-right: 24px;
  }
  .team-slide-wrapper {
    width: 100%;
    margin-right: 20px;
  }
  .slide-text {
    margin-top: 0;
    margin-bottom: 20px;
    line-height: 170%;
  }
  .flex-block-2 {
    justify-content: flex-start;
    align-items: flex-end;
    margin-bottom: 0;
  }
  .heading-company {
    margin-top: 0;
    margin-bottom: 16px;
    font-size: 28px;
  }
  .subheading-description {
    font-size: 1.1rem;
  }
  .container {
    max-width: none;
  }


  .nav-menu-three {
    flex-direction: column;
  }
  .text {
    font-size: 1.5rem;
  }
  .body-home {
    background-image: url('../img/My-Bot.png');
    background-position: 100% 100%;
    background-repeat: repeat;
    background-size: contain;
    background-attachment: scroll;
  }

  .name-container {
    margin-right: 2px;
  }

  .text {
    line-height: 150%;
  }

  .hero-div-one-column {
    padding: 18px;
  }

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

  .animation-dive {
    min-height: 0;
  }

  .animation-frame {
    height: auto;
    min-height: auto;
  }

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

  .about-home-2 {
    padding-bottom: 40px;
    padding-left: 24px;
    padding-right: 24px;
  }

  .dot-animation {
    height: auto;
  }

  .body-posts {
    background-position: 50% 100%;
    background-size: 100% 90%;
  }

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

  .centered-heading {
    margin-bottom: 24px;
  }

  .menu-button-3 {
    padding: 10px 0;
    inset: 0% 0% 0% auto;
  }

  .my-bot {
    background-size: contain;
    padding-left: 16px;
    padding-right: 16px;
  }

  .green-dots {
    min-width: 12px;
  }

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

  .user-message-bubble, .text-container {
    width: 100%;
  }

  
  .bot-text {
    color: #845e4d;
    letter-spacing: .5px;
    font-family: Lato, sans-serif;
    font-size: 1.2rem;
    font-weight: 400;
    line-height: 1.6;
    width: 100%;
    max-width: 100%;
    margin: 0;
    padding: 0;
    display: block;
    column-count: 1;
  }
  
  .bot-text p,
  .bot-text ol,
  .bot-text ul {
    width: 100%;
    margin-bottom: 1em;
  }
  
  .bot-text ol,
  .bot-text ul {
    padding-left: 20px;
  }
  
  .bot-text li {
    margin-bottom: 0.5em;
  }
  
  .bot-text p.chat-text,
  .bot-text li p.chat-text {
    margin: 0;
  }
  .bot-response-inside-div {
    grid-column-gap: 16px;
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: flex-start;
    width: 100%;
  }

  .avatar-frame, .avatar-frame-2, .bot-bottom-input-bar {
    height: auto;
  }

  .state-layer {
    padding-left: 10px;
    padding-right: 10px;
  }

  .input {
    font-size: 1.3em;
  }

  .placeholder-text {
    font-size: .8em;
    line-height: 1.2em;
  }

  .form-block {
    align-items: stretch;
    width: auto;
  }

  .text-field {
    padding: 12px;
    overflow: auto;
  }

  .experience-cv {
    margin-left: 0;
    margin-right: 0;
    padding-left: 24px;
    padding-right: 24px;
  }

  .curriculum-vitae {
    color: #f0efe5;
    letter-spacing: .5px;
    text-transform: uppercase;
    justify-content: flex-start;
    align-items: flex-start;
    margin-top: 0;
    margin-bottom: 0;
    padding-left: 0;
    font-family: Lato, sans-serif;
    font-size: 2rem;
    font-weight: 100;
    line-height: 150%;
    text-decoration: none;
    display: flex;
  }

  .skills {
    align-items: flex-start;
    width: 100%;
    display: inline-flex;
  }

  .grid {
    grid-template-rows: 0% auto min-content auto auto auto;
    grid-template-columns: minmax(0, .25fr) 3.25fr .25fr;
    position: relative;
  }

  .div-grid-left-cv {
    display: none;
  }

  .dot-job-grid {
    left: -4%;
  }

  .job-line-div {
    display: none;
  }

  .dot-job-grid-top {
    left: -4%;
  }

  .text-right-learning-top {
    opacity: 0;
  }

  .div-grid-left-cv-copy, .header-all-caps-what {
    display: none;
  }

  .list {
    padding-left: 26px;
  }

  .slide-in-big, .slide-in-big-mobile {
    height: 26%;
    display: none;
    top: 33px;
    left: 296px;
  }

  .link-experience.w--current {
    line-height: 140%;
  }


  .div-block-8 {
    flex-flow: wrap;
    justify-content: space-between;
    align-items: flex-start;
    width: 100%;
    margin-top: 0;
    display: flex;
  }

  .patents {
    align-items: flex-start;
    margin-top: 16px;
    margin-bottom: 16px;
    margin-left: 0;
    padding-left: 0;
    display: inline-flex;
  }

  .text-experience-title {
    line-height: 150%;
  }
  .image-2 {
    align-self: baseline;
    padding-bottom: 0px;
  }
}

#w-node-c17856fb-c69f-f31c-136a-f822b75e90a3-e49a0050 {
  grid-area: 5 / 2 / 6 / 3;
}

#w-node-_85081f84-9ca8-c01c-def8-8d6becf4ab40-e49a0050 {
  grid-area: 5 / 1 / 6 / 2;
}

#w-node-eeba3b8c-fb93-4007-a4cc-e9ad23b829ad-e49a0050 {
  grid-area: 5 / 3 / 6 / 4;
}

#w-node-_7fa640b4-aded-b4de-fe94-cc717c22cba0-e49a0050 {
  grid-area: 6 / 1 / 7 / 2;
}

#w-node-fe6d54cf-c436-1616-215d-2e24223c0f2e-e49a0050 {
  grid-area: 6 / 2 / 7 / 3;
}

#w-node-_4ce20bef-bd0e-68e0-1d1d-ef10eae01705-e49a0050 {
  grid-area: 6 / 3 / 7 / 4;
}

#w-node-c7a05126-81d3-9145-3347-e7cd17d1472e-e49a0050 {
  grid-area: 2 / 3 / 3 / 4;
}

#w-node-be9de11a-7af4-ba40-27ae-9c845ddffb29-e49a0050 {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-_28882931-df03-6c3a-e246-293738489200-e49a0050 {
  grid-area: 3 / 1 / 4 / 2;
}

#w-node-_967a1e65-b507-e458-0661-93fea6c224bf-e49a0050 {
  grid-area: 3 / 3 / 4 / 4;
}

#w-node-_27b2ef3d-46bb-3b58-756a-3a080c99fda0-e49a0050 {
  grid-area: 4 / 1 / 5 / 2;
}

#w-node-_7396c46e-7e52-17a0-8d12-fe6fe1b15ad1-e49a0050 {
  grid-area: 4 / 2 / 5 / 3;
}

#w-node-_05522673-53c1-e708-5896-5cf97db9e84f-e49a0050 {
  grid-area: 4 / 3 / 5 / 4;
}

#w-node-ed3bb2ba-2a61-6543-40d9-737a78103e5d-e49a0050, #w-node-_43eb7c9f-1f61-f2cf-a119-7618d43f7e05-e49a0050 {
  grid-area: 2 / 1 / 3 / 2;
}

#w-node-_7c8c1a23-149d-9ee1-244e-703f1c4c848f-e49a0050 {
  grid-area: 3 / 2 / 4 / 3;
}

#w-node-_39e14647-7b2a-7fa5-5079-aed615d41b0a-e49a0050, #w-node-_0f69b07d-249a-5db6-3de5-bde732ef3fb6-e49a0050 {
  grid-area: 2 / 2 / 3 / 3;
}

#w-node-_8f2b2b78-ca8b-b894-e03d-cfca04a5f9ef-e49a0050 {
  grid-area: Area-3;
}

#w-node-a65099d9-0407-fedf-2b42-95d14b2fa667-e49a0050 {
  grid-area: Area;
}


@media screen and (max-width: 767px) {
  h3 {
    font-size: 1.5rem;
  }
  .flex-block {
    margin-right: 0;
  }
  .bot-top-bar {
    height: 60px; /* Maintain the same height for mobile */
  }
  .main-bot-div {
    height: calc(100vh - 150px); /* Adjust if needed for mobile screens */
  }
  .message-text-container {
    padding: 16px; /* Smaller padding for mobile screens */
  }
  #w-node-c7a05126-81d3-9145-3347-e7cd17d1472e-e49a0050 {
    grid-area: 1 / 3 / 3 / 4;
    align-self: auto;
  }

  #w-node-be9de11a-7af4-ba40-27ae-9c845ddffb29-e49a0050 {
    grid-area: 1 / 1 / 3 / 2;
    align-self: auto;
  }

  #w-node-a65099d9-0407-fedf-2b42-95d14b2fa666-e49a0050 {
    grid-area: 1 / 3 / 2 / 4;
  }

  #w-node-_62bc82d0-d668-2c7b-4f4f-033bb1cba460-e49a0050 {
    grid-area: 3 / 1 / 4 / 2;
    place-self: start center;
  }

  #w-node-ec8a977d-0233-4b84-d342-9a7d41e8c7ca-e49a0050 {
    grid-area: 2 / 1 / 3 / 2;
    place-self: start center;
  }
  .hero-div-one-column {
    border-top-right-radius: 30px;
    border-bottom-right-radius: 30px;
    border-bottom-left-radius: 30px;
    padding: 18px 24px 18px 24px;
  }
}

@media screen and (max-width: 479px) {
  h3 {
    font-size: 1.1rem;
  }
  .slide-text {
    font-size: .9rem;
  }
  .slide-info-block {
    height: auto;
    padding-left: 10px;
    padding-right: 10px;
  }
  .main-bot-div {
    height: calc(100vh - 120px); /* Further adjust if needed for smaller mobile screens */
  }
  #w-node-be9de11a-7af4-ba40-27ae-9c845ddffb29-e49a0050 {
    grid-area: Area;
  }
  .hero-div-one-column {
    padding: 16px;
  }
  .large-paragraph.white {
    font-size: 1rem;
  }


}