.our-journey-container {
  width: 100%;
  display: flex;
  flex-direction: column;
  padding: 200px 75px;
  background-color: #f0ece0;
  padding-bottom: 0px;
  overflow-x: hidden;
}
@media (max-width: 1280px) {
  .our-journey-container {
    padding: 150px 50px;
    padding-bottom: 0;
  }
}
@media (max-width: 768px) {
  .our-journey-container {
    padding: 150px 25px;
    padding-bottom: 0;
  }
}
.our-journey-container .part1 {
  display: flex;
  flex-direction: row;
  gap: 50px;
  min-height: 720px;
}
@media (max-width: 1100px) {
  .our-journey-container .part1 {
    flex-direction: column;
  }
}
@media (max-width: 768px) {
  .our-journey-container .part1 {
    height: auto;
  }
}
.our-journey-container .part1 .left {
  width: 65%;
  display: flex;
  gap: 50px;
  flex-direction: column;
}
@media (max-width: 1100px) {
  .our-journey-container .part1 .left {
    width: 100%;
  }
}
.our-journey-container .part1 .left h1 {
  font-size: calc(18px + 0.4vw);
  color: #262626;
  margin: 0;
}
.our-journey-container .part1 .left h2 {
  font-size: calc(20px + 2.25vw);
  margin: 0;
  font-family: "Messina Sans", "Inter", sans-serif;
  font-weight: bold;
  min-width: 500px;
}
@media (max-width: 768px) {
  .our-journey-container .part1 .left h2 {
    min-width: auto;
    font-size: calc(20px + 2.25vw + 10px);
  }
}
.our-journey-container .part1 .left p {
  font-size: calc(15px + 0.25vw);
  margin: 0;
  font-family: "Messina Sans", "Inter", sans-serif;
  font-weight: 300;
  line-height: 150%;
}
@media (max-width: 768px) {
  .our-journey-container .part1 .left p {
    font-size: calc(15px + 0.25vw + 2px);
  }
}
.our-journey-container .part1 .right {
  width: 35%;
  position: relative;
  right: -100px;
  display: flex;
  justify-content: flex-end;
  align-items: flex-start;
}
@media (max-width: 1100px) {
  .our-journey-container .part1 .right {
    width: 100%;
    right: auto;
    justify-content: center;
    align-items: center;
  }
}
.our-journey-container .part1 .right .desktop {
  height: 100%;
  max-height: 550px;
  object-fit: contain;
  object-position: bottom right;
}
@media (max-width: 1100px) {
  .our-journey-container .part1 .right .desktop {
    display: none;
  }
}
.our-journey-container .part1 .right .tablet-mobile {
  display: none;
  height: 100%;
  max-height: 450px;
  object-fit: contain;
  object-position: center top;
}
@media (max-width: 1100px) {
  .our-journey-container .part1 .right .tablet-mobile {
    display: block;
  }
}
@media (max-width: 768px) {
  .our-journey-container .part1 .right .tablet-mobile {
    max-height: 350px;
  }
}
.our-journey-container .part2 {
  display: flex;
  flex-direction: column;
  gap: 50px;
  background-color: #262626;
  padding: 100px;
  width: calc(100% + 200px);
  position: relative;
  left: -100px;
  min-height: 900px;
}
@media (max-width: 1100px) {
  .our-journey-container .part2 {
    padding: 50px 100px;
  }
}
.our-journey-container .part2 .top {
  display: flex;
  flex-direction: row;
  background-color: #262626;
}

@media (max-width: 1100px) {
  .our-journey-container .part2 .top {
    flex-direction: column;
    gap: 50px;
  }
}
.our-journey-container .part2 .top .left {
  width: 50%;
  display: flex;
  justify-content: flex-start;
  gap: 50px;
  flex-direction: column;
}
@media (max-width: 1100px) {
  .our-journey-container .part2 .top .left {
    width: 100%;
    padding-top: 0;
  }
}
.our-journey-container .part2 .top .left h1 {
  font-size: calc(18px + 0.4vw);
  color: white;
  margin: 0;
}
.our-journey-container .part2 .top .left h2 {
  font-size: calc(20px + 2.25vw);
  margin: 0;
  font-family: "Messina Sans", "Inter", sans-serif;
  font-weight: bold;
  color: white;
}
@media (max-width: 768px) {
  .our-journey-container .part2 .top .left h2 {
    font-size: calc(20px + 2.25vw + 10px);
  }
}
.our-journey-container .part2 .top .left p {
  font-size: calc(15px + 0.25vw);
  margin: 0;
  font-family: "Messina Sans", "Inter", sans-serif;
  font-weight: 300;
  line-height: 150%;
}
@media (max-width: 768px) {
  .our-journey-container .part2 .top .left p {
    font-size: calc(15px + 0.25vw + 2px);
  }
}
.our-journey-container .part2 .top .right {
  width: 50%;
  position: relative;
  right: -100px;
  display: flex;
  justify-content: flex-end;
  align-items: flex-end;
}
@media (max-width: 1100px) {
  .our-journey-container .part2 .top .right {
    width: 100%;
    right: -35px;
  }
}
.our-journey-container .part2 .top .right img {
  height: 100%;
  max-height: 500px;
  object-fit: contain;
  object-position: bottom right;
}
@media (max-width: 1100px) {
  .our-journey-container .part2 .top .right img {
    max-height: 450px;
  }
}
@media (max-width: 768px) {
  .our-journey-container .part2 .top .right img {
    max-height: 300px;
  }
}
.our-journey-container .part2 .bottom {
  display: flex;
  gap: 25px;
  padding: 0;
  margin: 0;
}

@media (max-width: 1100px) {
  .our-journey-container .part2 .bottom {
    flex-direction: column;
    gap: 50px;
  }
}
.our-journey-container .part2 .bottom .team-info-item {
  display: flex;
  width: 33.3%;
  flex-direction: column;
}
@media (max-width: 1100px) {
  .our-journey-container .part2 .bottom .team-info-item {
    width: 100%;
  }
}
.our-journey-container .part2 .bottom .team-info-item h3 {
  color: #7191ff;
  font-family: "Messina Sans", "Inter", sans-serif;
  border-bottom: 1px solid #f0ece0;
  padding-bottom: 30px;
  margin: 0;
  font-size: calc(18px + 0.35vw);
}
@media (max-width: 1100px) {
  .our-journey-container .part2 .bottom .team-info-item h3 {
    padding-bottom: 20px;
  }
}
@media (max-width: 768px) {
  .our-journey-container .part2 .bottom .team-info-item h3 {
    font-size: 21px;
  }
}
.our-journey-container .part2 .bottom .team-info-item p {
  padding-top: 30px;
  color: #f0ece0;
  font-family: "Messina Sans", "Inter", sans-serif;
  font-weight: 300;
  margin: 0;
  font-size: calc(13px + 0.35vw);
}
@media (max-width: 1100px) {
  .our-journey-container .part2 .bottom .team-info-item p {
    padding-top: 20px;
  }
}
@media (max-width: 768px) {
  .our-journey-container .part2 .bottom .team-info-item p {
    font-size: 17px;
  }
}
.our-journey-container .part3 {
  display: flex;
  flex-direction: column;
  padding: 100px 0;
}
@media (max-width: 1100px) {
  .our-journey-container .part3 {
    padding: 50px 0 0 0;
  }
}
.our-journey-container .part3 .top {
  display: flex;
  gap: 50px;
}
@media (max-width: 1100px) {
  .our-journey-container .part3 .top {
    flex-direction: column;
  }
}
.our-journey-container .part3 .top h2 {
  width: 40%;
  font-family: "Messina Sans", "Inter", sans-serif;
  font-size: calc(30px + 0.35vw);
  margin: 0;
}
@media (max-width: 1100px) {
  .our-journey-container .part3 .top h2 {
    width: 100%;
  }
}
.our-journey-container .part3 .top p {
  width: 60%;
  font-family: "Messina Sans", "Inter", sans-serif;
  font-weight: 300;
  font-size: calc(18px + 0.35vw);
  margin: 0;
}
@media (max-width: 1100px) {
  .our-journey-container .part3 .top p {
    width: 100%;
  }
}
.our-journey-container .part3 .bottom {
  display: flex;
  margin: 100px 0;
  margin-bottom: 0;
  gap: 10px;
}
@media (max-width: 1100px) {
  .our-journey-container .part3 .bottom {
    margin: 50px 0;
  }
}
.our-journey-container .part3 .bottom .column1 {
  width: 25%;
  min-width: 280px;
  max-width: 280px;
}
@media (max-width: 768px) {
  .our-journey-container .part3 .bottom .column1 {
    display: none;
  }
}
.our-journey-container .part3 .bottom .column1 .team-info-empty {
  background-color: #262626;
  border-radius: 8px;
  width: 100%;
  height: 100%;
  max-height: 225px;
  padding: 30px;
  flex-shrink: 0;
  position: relative;
}
.our-journey-container .part3 .bottom .column1 .team-info-empty i {
  color: #262626;
  font-size: calc(16px + 0.35vw);
  background-color: #7191ff;
  width: 45px;
  height: 45px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.our-journey-container .part3 .bottom .column1 .team-info-empty h3 {
  color: white;
  font-family: "Messina Sans", "Inter", sans-serif;
  font-weight: bold;
  font-size: calc(22px + 0.25vw);
  position: absolute;
  bottom: 30px;
  width: 100%;
}
.our-journey-container .part3 .bottom .column1 .team-info-empty h3 span {
  font-family: "Messina Sans", "Inter", sans-serif;
  font-weight: bold;
  color: #7191ff;
}
.our-journey-container .part3 .bottom .column2 {
  display: flex;
  flex-direction: row;
  overflow-x: scroll;
  overflow-y: hidden;
  display: flex;
  flex-wrap: nowrap;
  margin-bottom: 50px;
  position: relative;
  /* Horizontal scroll animation for team grids */
}

@media (max-width: 768px) {
  .our-journey-container .part3 .bottom .column2 {
    flex-wrap: wrap;
  }
}
.our-journey-container .part3 .bottom .column2::-webkit-scrollbar {
  height: 0px !important;
  background: transparent;
}
.our-journey-container .part3 .bottom .column2 .grid1,
.our-journey-container .part3 .bottom .column2 .grid2 {
  flex-shrink: 0;
  display: flex;
}
@media (min-width: 768px) {
  .our-journey-container .part3 .bottom .column2 .grid1,
  .our-journey-container .part3 .bottom .column2 .grid2 {
    animation: scrollRight 40s linear infinite;
  }
}
@media (max-width: 768px) {
  .our-journey-container .part3 .bottom .column2 .grid1,
  .our-journey-container .part3 .bottom .column2 .grid2 {
    flex-wrap: wrap;
    flex-shrink: 1;
    gap: 20px 0;
  }
}
@media (max-width: 768px) {
  .our-journey-container .part3 .bottom .column2 #grid2 {
    display: none;
  }
}
@-webkit-keyframes scrollRight {
  /* Safari */
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(-100%);
  }
}
@keyframes scrollRight {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(-100%);
  }
}
.our-journey-container .part3 .bottom .column2 .team-item-active .photo {
  filter: grayscale(0) contrast(120%);
}
.our-journey-container .part3 .bottom .column2 .team-item {
  flex-shrink: 0;
  position: relative;
  max-width: 280px;
  scroll-snap-align: start;
  padding: 0 7px;
  transition: transform 0.5s ease;
  background-color: #f0ece0;
}
@media (max-width: 768px) {
  .our-journey-container .part3 .bottom .column2 .team-item {
    flex-shrink: 1;
    width: 50%;
  }
}
.our-journey-container .part3 .bottom .column2 .team-item:focus {
  outline: none;
}
.our-journey-container .part3 .bottom .column2 .team-item:hover .photo,
.our-journey-container .part3 .bottom .column2 .team-item:focus-within .photo {
  filter: grayscale(0) contrast(120%);
  outline: none;
}
.our-journey-container .part3 .bottom .column2 .team-item .team-item-photo-link {
  display: block;
  text-decoration: none;
  color: inherit;
}
.our-journey-container .part3 .bottom .column2 .team-item .team-item-photo-link:focus {
  outline: none;
}
.our-journey-container .part3 .bottom .column2 .team-item .team-item-photo-link:focus-visible {
  border-radius: 8px;
  box-shadow: 0 0 0 2px #f0ece0, 0 0 0 4px #262626;
}
.our-journey-container .part3 .bottom .column2 .team-item h3 {
  font-size: calc(13px + 0.35vw);
  margin: 0;
  margin-top: 15px;
  font-family: "Messina Sans", "Inter", sans-serif;
  font-weight: bold;
}
.our-journey-container .part3 .bottom .column2 .team-item p {
  font-family: "Messina Sans", "Inter", sans-serif;
  font-weight: 300;
  font-size: calc(11px + 0.35vw);
  margin: 0;
  margin-top: 5px;
}
.our-journey-container .part3 .bottom .column2 .team-item .linkedin-link {
  position: absolute;
  top: 3%;
  right: 6%;
  width: 42px;
  padding: 2px;
  transition: 300ms ease all;
}
.our-journey-container .part3 .bottom .column2 .team-item .linkedin-link:focus {
  filter: contrast(120%);
  border: 1px solid white;
  border-radius: 5px;
}
@media (max-width: 768px) {
  .our-journey-container .part3 .bottom .column2 .team-item .linkedin-link {
    width: 34px;
    right: 7%;
  }
}
.our-journey-container .part3 .bottom .column2 .team-item .linkedin-link:focus > .photo, .our-journey-container .part3 .bottom .column2 .team-item .linkedin-link:hover > .photo {
  filter: grayscale(0) contrast(120%);
  outline: none;
}
.our-journey-container .part3 .bottom .column2 .team-item .linkedin-link:hover, .our-journey-container .part3 .bottom .column2 .team-item .linkedin-link:focus {
  filter: brightness(150%);
  outline: none;
}
.our-journey-container .part3 .bottom .column2 .team-item .linkedin-link img {
  width: 100%;
  aspect-ratio: 1/1;
  object-fit: contain;
}
.our-journey-container .part3 .bottom .column2 .team-item .photo {
  width: 100%;
  height: 100%;
  max-height: 225px;
  object-fit: cover;
  object-position: 50% 50%;
  border-radius: 8px;
  filter: grayscale(100%);
  transition: 300ms ease all;
  user-select: none !important;
  aspect-ratio: 1/1;
}
@media (max-width: 768px) {
  .our-journey-container .part3 .bottom .column2 .team-item .photo {
    height: auto;
  }
}
.our-journey-container .part4 {
  display: flex;
  flex-direction: column;
  gap: 100px;
  background-color: #262626;
  padding: 100px;
  width: calc(100% + 200px);
  position: relative;
  left: -100px;
  min-height: 900px;
  padding-bottom: 200px;
}
@media (max-width: 1100px) {
  .our-journey-container .part4 {
    padding: 50px 100px;
    gap: 50px;
  }
}
.our-journey-container .part4 .top {
  display: flex;
  flex-direction: column;
  width: 100%;
}
.our-journey-container .part4 .top .left {
  width: 100%;
  display: flex;
  flex-direction: column;
}
.our-journey-container .part4 .top .left h1 {
  font-size: calc(18px + 0.4vw);
  color: white;
  margin: 0;
}
.our-journey-container .part4 .top .right {
  width: 100%;
  display: flex;
  margin-top: 50px;
  justify-content: space-between;
}
@media (max-width: 1100px) {
  .our-journey-container .part4 .top .right {
    flex-direction: column;
    gap: 50px;
  }
}
.our-journey-container .part4 .top .right h2 {
  font-size: calc(20px + 2.25vw);
  margin: 0;
  font-family: "Messina Sans", "Inter", sans-serif;
  font-weight: bold;
  color: white;
}
@media (max-width: 1100px) {
  .our-journey-container .part4 .top .right h2 {
    width: 100%;
  }
}
@media (max-width: 768px) {
  .our-journey-container .part4 .top .right h2 {
    font-size: calc(20px + 2.25vw + 10px);
  }
}
.our-journey-container .part4 .top .right p {
  font-size: calc(18px + 0.35vw);
  margin: 0;
  font-family: "Messina Sans", "Inter", sans-serif;
  font-weight: 300;
  line-height: 150%;
  color: white;
  width: 60%;
}
@media (max-width: 1100px) {
  .our-journey-container .part4 .top .right p {
    width: 100%;
  }
}
.our-journey-container .part4 .top .right p span {
  color: #97fca1;
}
.our-journey-container .part4 .bottom {
  width: 100%;
  display: flex;
  justify-content: flex-end;
}
.our-journey-container .part4 .bottom .gform_wrapper {
  width: 60%;
}
@media (max-width: 1100px) {
  .our-journey-container .part4 .bottom .gform_wrapper {
    width: 100%;
  }
}
.our-journey-container .part4 .bottom .gform_wrapper .gform_validation_errors {
  background-color: #97fca1;
}
.our-journey-container .part4 .bottom .gform_wrapper .gform_validation_errors h2,
.our-journey-container .part4 .bottom .gform_wrapper .gform_validation_errors span {
  color: black;
}
.our-journey-container .part4 .bottom .gform_wrapper .gform_validation_errors span {
  border-color: black;
}
.our-journey-container .part4 .bottom .gform_wrapper .gform_heading {
  display: none;
}
.our-journey-container .part4 .bottom .gform_wrapper .gform_body .gfield_input {
  display: flex;
  width: 100%;
  justify-content: space-between;
}
.our-journey-container .part4 .bottom .gform_wrapper .gform_body .gfield .validation_message {
  color: #97fca1;
}
@media (max-width: 768px) {
  .our-journey-container .part4 .bottom .gform_wrapper .gform_body .gform_fields {
    gap: 15px;
  }
  .our-journey-container .part4 .bottom .gform_wrapper .gform_body .gform_fields .ginput_complex {
    gap: 15px;
  }
}
.our-journey-container .part4 .bottom .gform_wrapper .gform_body input,
.our-journey-container .part4 .bottom .gform_wrapper .gform_body textarea,
.our-journey-container .part4 .bottom .gform_wrapper .gform_body select {
  resize: none;
  border: none;
  border-bottom: 1px solid gray;
  outline: none;
  box-shadow: none;
  background-color: transparent;
  color: white;
  border-radius: 0px;
  font-size: calc(11px + 0.25vw);
  padding: 5px 0px;
  margin-bottom: 30px;
  font-family: "Messina Sans", "Inter", sans-serif;
  font-weight: 300;
  max-width: 380px;
}
@media (max-width: 768px) {
  .our-journey-container .part4 .bottom .gform_wrapper .gform_body input,
  .our-journey-container .part4 .bottom .gform_wrapper .gform_body textarea,
  .our-journey-container .part4 .bottom .gform_wrapper .gform_body select {
    font-size: 15px;
  }
}
.our-journey-container .part4 .bottom .gform_wrapper .gform_body input::placeholder,
.our-journey-container .part4 .bottom .gform_wrapper .gform_body textarea::placeholder,
.our-journey-container .part4 .bottom .gform_wrapper .gform_body select::placeholder {
  color: gray;
}
.our-journey-container .part4 .bottom .gform_wrapper .gform_body input:hover, .our-journey-container .part4 .bottom .gform_wrapper .gform_body input:focus,
.our-journey-container .part4 .bottom .gform_wrapper .gform_body textarea:hover,
.our-journey-container .part4 .bottom .gform_wrapper .gform_body textarea:focus,
.our-journey-container .part4 .bottom .gform_wrapper .gform_body select:hover,
.our-journey-container .part4 .bottom .gform_wrapper .gform_body select:focus {
  border-color: white;
}
.our-journey-container .part4 .bottom .gform_wrapper .gform_body input option,
.our-journey-container .part4 .bottom .gform_wrapper .gform_body textarea option,
.our-journey-container .part4 .bottom .gform_wrapper .gform_body select option {
  background-color: #262626;
  color: white;
  padding: 0 10px;
}
.our-journey-container .part4 .bottom .gform_wrapper .gform_body select {
  color: gray;
}
.our-journey-container .part4 .bottom .gform_wrapper .gform_body .gchoice {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  flex-direction: row-reverse;
  margin-bottom: 25px;
}
.our-journey-container .part4 .bottom .gform_wrapper .gform_body input[type=checkbox] {
  width: 15px;
  height: 15px;
  border: 2px solid gray;
  border-radius: 3px;
  margin: 0;
  padding: 5px;
}
.our-journey-container .part4 .bottom .gform_wrapper .gform_body input[type=checkbox]::before {
  font-size: 8px;
  color: rgb(255, 255, 255) !important;
}
.our-journey-container .part4 .bottom .gform_wrapper .gform_body input[type=checkbox]:focus, .our-journey-container .part4 .bottom .gform_wrapper .gform_body input[type=checkbox]:hover {
  border-color: white;
}
.our-journey-container .part4 .bottom .gform_wrapper .gform_body label {
  color: white;
  font-size: calc(11px + 0.25vw);
  cursor: none !important;
}
@media (max-width: 768px) {
  .our-journey-container .part4 .bottom .gform_wrapper .gform_body label {
    font-size: 13px;
  }
}
.our-journey-container .part4 .bottom .gform_wrapper .gform_body label a {
  color: #7191ff;
  text-underline-offset: 5px;
  cursor: none !important;
}
.our-journey-container .part4 .bottom .gform_wrapper .gform_body label a:hover, .our-journey-container .part4 .bottom .gform_wrapper .gform_body label a:focus {
  outline: none;
  border: none;
  box-shadow: none;
  color: #97fca1;
}
.our-journey-container .part4 .bottom .gform_wrapper .gform_body .ginput_container_fileupload {
  position: relative;
  background-color: transparent;
  max-width: 380px;
  width: 100%;
}
@media (max-width: 1100px) {
  .our-journey-container .part4 .bottom .gform_wrapper .gform_body .ginput_container_fileupload {
    max-width: 347px;
  }
}
@media (max-width: 768px) {
  .our-journey-container .part4 .bottom .gform_wrapper .gform_body .ginput_container_fileupload {
    max-width: none;
  }
}
.our-journey-container .part4 .bottom .gform_wrapper .gform_body .ginput_container_fileupload:hover > input[type=file], .our-journey-container .part4 .bottom .gform_wrapper .gform_body .ginput_container_fileupload:hover > input[type=file]::after {
  border-color: white;
  color: white;
}
.our-journey-container .part4 .bottom .gform_wrapper .gform_body .ginput_container_fileupload:focus > input[type=file], .our-journey-container .part4 .bottom .gform_wrapper .gform_body .ginput_container_fileupload:focus > input[type=file]::after {
  border-color: white;
  color: white;
}
.our-journey-container .part4 .bottom .gform_wrapper .gform_body .ginput_container_fileupload input[type=file] {
  background: transparent;
  border: none;
  color: gray;
  outline: none;
  font-size: calc(11px + 0.25vw);
  position: relative;
  z-index: 1;
  border-bottom: 1px solid gray;
}
@media (max-width: 768px) {
  .our-journey-container .part4 .bottom .gform_wrapper .gform_body .ginput_container_fileupload input[type=file] {
    font-size: 15px;
  }
}
.our-journey-container .part4 .bottom .gform_wrapper .gform_body .ginput_container_fileupload input[type=file]:focus {
  border-color: white;
  color: white;
}
.our-journey-container .part4 .bottom .gform_wrapper .gform_body .ginput_container_fileupload input[type=file]:focus::after {
  color: white;
}
.our-journey-container .part4 .bottom .gform_wrapper .gform_body .ginput_container_fileupload input[type=file]::placeholder .bottom .gform_wrapper .gform_body input:focus,
.our-journey-container .part4 .bottom .gform_wrapper .gform_body textarea:hover,
.our-journey-container .part4 .bottom .gform_wrapper .gform_body textarea:focus,
.our-journey-container .part4 .bottom .gform_wrapper .gform_body select:hover,
.our-journey-container .part4 .bottom .gform_wrapper .gform_body select:focus {
  border-color: white;
}
.our-journey-container .part4 .bottom .gform_wrapper .gform_body input option,
.our-journey-container .part4 .bottom .gform_wrapper .gform_body textarea option,
.our-journey-container .part4 .bottom .gform_wrapper .gform_body select option {
  background-color: #262626;
  color: white;
  padding: 0 10px;
}
.our-journey-container .part4 .bottom .gform_wrapper .gform_body select {
  color: gray;
}
.our-journey-container .part4 .bottom .gform_wrapper .gform_body .gchoice {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  flex-direction: row-reverse;
  margin-bottom: 25px;
}
.our-journey-container .part4 .bottom .gform_wrapper .gform_body input[type=checkbox] {
  width: 15px;
  height: 15px;
  border: 2px solid gray;
  border-radius: 3px;
  margin: 0;
  padding: 5px;
}
.our-journey-container .part4 .bottom .gform_wrapper .gform_body input[type=checkbox]::before {
  font-size: 8px;
  color: rgb(255, 255, 255) !important;
}
.our-journey-container .part4 .bottom .gform_wrapper .gform_body input[type=checkbox]:focus, .our-journey-container .part4 .bottom .gform_wrapper .gform_body input[type=checkbox]:hover {
  border-color: white;
}
.our-journey-container .part4 .bottom .gform_wrapper .gform_body label {
  color: white;
  font-size: calc(11px + 0.25vw);
  cursor: none !important;
}
@media (max-width: 768px) {
  .our-journey-container .part4 .bottom .gform_wrapper .gform_body label {
    font-size: 13px;
  }
}
.our-journey-container .part4 .bottom .gform_wrapper .gform_body label a {
  color: #7191ff;
  text-underline-offset: 5px;
  cursor: none !important;
}
.our-journey-container .part4 .bottom .gform_wrapper .gform_body label a:hover, .our-journey-container .part4 .bottom .gform_wrapper .gform_body label a:focus {
  outline: none;
  border: none;
  box-shadow: none;
  color: #97fca1;
}
.our-journey-container .part4 .bottom .gform_wrapper .gform_body .ginput_container_fileupload {
  position: relative;
  background-color: transparent;
  max-width: 380px;
  width: 100%;
}
@media (max-width: 1100px) {
  .our-journey-container .part4 .bottom .gform_wrapper .gform_body .ginput_container_fileupload {
    max-width: 347px;
  }
}
@media (max-width: 768px) {
  .our-journey-container .part4 .bottom .gform_wrapper .gform_body .ginput_container_fileupload {
    max-width: none;
  }
}
.our-journey-container .part4 .bottom .gform_wrapper .gform_body .ginput_container_fileupload:hover > input[type=file], .our-journey-container .part4 .bottom .gform_wrapper .gform_body .ginput_container_fileupload:hover > input[type=file]::after {
  border-color: white;
  color: white;
}
.our-journey-container .part4 .bottom .gform_wrapper .gform_body .ginput_container_fileupload:focus > input[type=file], .our-journey-container .part4 .bottom .gform_wrapper .gform_body .ginput_container_fileupload:focus > input[type=file]::after {
  border-color: white;
  color: white;
}
.our-journey-container .part4 .bottom .gform_wrapper .gform_body .ginput_container_fileupload input[type=file] {
  background: transparent;
  border: none;
  color: gray;
  outline: none;
  font-size: calc(11px + 0.25vw);
  position: relative;
  z-index: 1;
  border-bottom: 1px solid gray;
}
@media (max-width: 768px) {
  .our-journey-container .part4 .bottom .gform_wrapper .gform_body .ginput_container_fileupload input[type=file] {
    font-size: 15px;
  }
}
.our-journey-container .part4 .bottom .gform_wrapper .gform_body .ginput_container_fileupload input[type=file]:focus {
  border-color: white;
  color: white;
}
.our-journey-container .part4 .bottom .gform_wrapper .gform_body .ginput_container_fileupload input[type=file]:focus::after {
  color: white;
}
.our-journey-container .part4 .bottom .gform_wrapper .gform_body .ginput_container_fileupload input[type=file]::placeholder {
  color: gray;
  opacity: 0.8;
}
.our-journey-container .part4 .bottom .gform_wrapper .gform_body .ginput_container_fileupload input[type=file]::-webkit-file-upload-button {
  display: none;
}
.our-journey-container .part4 .bottom .gform_wrapper .gform_body .ginput_container_fileupload input[type=file]::after {
  content: "\f019";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  position: absolute;
  right: 5px;
  top: 50%;
  transform: translateY(-50%);
  color: gray;
  z-index: 0;
}
.our-journey-container .part4 .bottom .gform_wrapper .gform_body .ginput_container_fileupload .gfield_description,
.our-journey-container .part4 .bottom .gform_wrapper .gform_body .ginput_container_fileupload .gfield_validation_message {
  display: none;
}
.our-journey-container .part4 .bottom .gform_wrapper .gform_footer {
  width: 220px;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  position: relative;
  transition: color 500ms ease, background-position 500ms ease;
  background: linear-gradient(90deg, #7191ff 50%, #f0ece0 50%);
  background-size: 200% 100%;
  background-position: 0% 0%;
  border-radius: 7px !important;
  padding-left: 50px;
}
.our-journey-container .part4 .bottom .gform_wrapper .gform_footer #gform-ajax-spinner,
.our-journey-container .part4 .bottom .gform_wrapper .gform_footer .gform_ajax_spinner,
.our-journey-container .part4 .bottom .gform_wrapper .gform_footer .gform-loader {
  display: none !important;
}
@media (max-width: 768px) {
  .our-journey-container .part4 .bottom .gform_wrapper .gform_footer {
    width: 100%;
    padding-left: calc(50% - 60px);
  }
}
.our-journey-container .part4 .bottom .gform_wrapper .gform_footer:hover > img, .our-journey-container .part4 .bottom .gform_wrapper .gform_footer:focus > img {
  filter: invert(0);
}
.our-journey-container .part4 .bottom .gform_wrapper .gform_footer:hover > input, .our-journey-container .part4 .bottom .gform_wrapper .gform_footer:focus > input {
  color: #262626 !important;
}
.our-journey-container .part4 .bottom .gform_wrapper .gform_footer:hover, .our-journey-container .part4 .bottom .gform_wrapper .gform_footer:focus {
  background-position: -100% 0%;
  background-color: #262626 !important;
  color: #262626;
}
.our-journey-container .part4 .bottom .gform_wrapper .gform_footer input[type=submit] {
  cursor: none !important;
  background-color: transparent !important;
  height: 45px !important;
  padding: 0 !important;
  font-size: calc(12px + 0.25vw) !important;
  padding-left: 5px !important;
  transition: 300ms ease all !important;
  position: relative !important;
}
.our-journey-container .part4 .bottom .gform_wrapper .gform_footer input[type=submit]:focus {
  outline: none;
}
@media (max-width: 768px) {
  .our-journey-container .part4 .bottom .gform_wrapper .gform_footer input[type=submit] {
    font-size: 15px !important;
  }
}
.our-journey-container .part4 .bottom .gform_wrapper .gform_footer img {
  position: absolute;
  width: 17px;
  height: 17px;
  right: 55px;
  filter: invert(1) brightness(80%);
  transition: 300ms ease all;
}
@media (max-width: 768px) {
  .our-journey-container .part4 .bottom .gform_wrapper .gform_footer img {
    right: calc(50% - 60px);
  }
}
.our-journey-container .part4 .bottom .gform_wrapper .gform_footer .activated {
  filter: invert(1) brightness(150%);
}
