/*************************** Font ****************************/
@import url("https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap");
@import url("https://fonts.cdnfonts.com/css/mona-sans");
/*************************** Theme Colours****************************/
/*************************** Elements ****************************/
body {
  min-height: 100vh;
  color: var(--color-text);
  background: #FFFFFF;
  box-sizing: border-box;
  line-height: 1.6;
  font-family: "Poppins", sans-serif, Inter, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen, Ubuntu, Cantarell, "Fira Sans", "Droid Sans", "Helvetica Neue", sans-serif;
  font-size: 16px;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  margin: 0;
  line-height: 1.2;
  color: #080808;
  scroll-behavior: smooth;
  scroll-snap-type: y mandatory;
  overflow-x: hidden;
}

.review-box {
  visibility: collapse;
}

h1, .h1 {
  font-size: max(50px, min(3.6vw, 60px));
  margin: 0;
  font-family: "Mona-Sans", sans-serif;
}

h2, .h2 {
  font-size: max(24px, min(1.7vw, 32px));
  margin: 0;
}

h3, .h3 {
  font-size: 2.6vw;
  margin: 0;
}

h4, .h4 {
  font-size: 24px;
}

h5, .h5 {
  font-size: max(22px, min(1.25vw, 24px));
  margin: 0;
}

h6, .h6 {
  text-transform: uppercase;
  color: #B386FD;
  font-weight: bold;
  font-size: 22px;
  margin: 0;
}

p {
  font-size: max(16px, min(1vw, 22px));
  margin: 0;
}

@media screen and (max-width: 1280px) {
  h1 {
    font-size: max(40px, min(3.6vw, 50px));
    margin: 0;
    font-family: "Mona-Sans", sans-serif;
  }
  h2 {
    font-size: max(20px, min(2vw, 24px));
  }
  h3 {
    font-size: max(32px, min(5vw, 40px));
  }
  h5 {
    font-size: max(20px, min(2vw, 22px));
  }
  h6 {
    font-size: 22px;
  }
  p {
    font-size: max(14px, min(1.5vw, 16px));
  }
}
@media screen and (max-width: 1024px) {
  h1 {
    font-size: max(30px, min(3vw, 40px));
  }
  h2 {
    font-size: max(20px, min(2.2vw, 22px));
  }
  h3 {
    font-size: max(24px, min(5vw, 30px));
  }
  h6 {
    font-size: 16px;
  }
  h4 {
    font-size: 22px;
  }
  p {
    font-size: max(14px, min(1.5vw, 16px));
  }
}
@media screen and (max-width: 390px) {
  h1 {
    font-size: max(24px, min(8vw, 30px));
  }
  h2 {
    font-size: max(12px, min(6vw, 16px));
  }
  h3 {
    font-size: max(22px, min(5vw, 24px));
  }
  h5 {
    font-size: max(12px, min(6vw, 16px));
  }
  h6 {
    font-size: 12px;
  }
  p {
    font-size: max(8px, min(5vw, 12px));
  }
}
/*************************** Main ****************************/
/*************************** Hero ****************************/
.hero-container {
  padding: 0 56px;
}
@media screen and (max-width: 1280px) {
  .hero-container {
    padding: 0px 24px;
  }
}
@media screen and (max-width: 1024px) {
  .hero-container {
    padding: 0px 0px;
  }
}
.hero {
  margin-top: 24px;
  background-color: #080808;
  width: 100%;
  height: 78vh;
  min-height: 563px;
  max-height: 616px;
  padding: 0;
  border-radius: 40px;
  overflow: hidden;
  display: flex;
  flex-direction: row;
}
.hero .right {
  width: 55%;
  display: flex;
  flex-direction: column;
  align-self: center;
  padding-left: 82px;
  box-sizing: border-box;
}
.hero .right h1 {
  text-transform: uppercase;
  font-weight: 400;
  color: #FFFFFF;
  font-family: "Mona-Sans", sans-serif;
}
.hero .right h2 {
  color: #FFBB34;
  font-weight: 400;
}
.hero .right p {
  color: #B5B5B5;
  margin-top: 54px;
}
.hero .right button {
  margin-top: 48px;
}
.hero .right .arrow-core {
  display: flex;
  align-items: center;
  overflow: hidden;
}
.hero .right .btn-core:hover .arrow-core img {
  animation: slide-in-left 0.6s cubic-bezier(0.25, 0.46, 0.45, 0.94) both;
}
.hero .left {
  width: 45%;
  background-color: #080808;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0 20px;
  box-sizing: border-box;
}
.hero .left video {
  height: 100%;
}
@media screen and (max-width: 1280px) {
  .hero {
    margin-top: 20px;
    height: 75vh;
    min-height: 463px;
    max-height: 500px;
    padding: 0;
    border-radius: 30px;
  }
  .hero .right {
    width: 50%;
    padding-left: 60px;
  }
  .hero .right h2 {
    margin-top: 8px;
  }
  .hero .right p {
    margin-top: 40px;
  }
  .hero .right button {
    margin-top: 34px;
  }
}
@media screen and (max-width: 1024px) {
  .hero {
    width: 100%;
    height: -moz-fit-content;
    height: fit-content;
    max-height: none;
    margin-top: -1px;
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 0;
    border-radius: 0;
  }
  .hero .right {
    width: 70%;
    height: 40%;
    text-align: center;
    padding: 40px 0;
  }
  .hero .right h2 {
    margin-top: 4px;
  }
  .hero .right p {
    margin-top: 24px;
  }
  .hero .right button {
    margin-top: 24px;
  }
  .hero .right .button-container {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 0;
    margin: 0;
  }
  .hero .left video {
    width: 100%;
    height: auto;
  }
}
@media screen and (max-width: 768px) {
  .hero .right {
    width: 80%;
  }
}

/*************************** Hero 2: temp ****************************/
.hero-container2 {
  padding: 0 56px;
}
@media screen and (max-width: 1280px) {
  .hero-container2 {
    padding: 0px 24px;
  }
}
@media screen and (max-width: 1024px) {
  .hero-container2 {
    padding: 0px 0px;
  }
}

.hero2 {
  margin-top: 24px;
  background-color: #080808;
  width: 100%;
  height: 78vh;
  min-height: 563px;
  max-height: 816px;
  padding: 0;
  border-radius: 40px;
  overflow: hidden;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
}
.hero2 .right {
  width: 56%;
  display: flex;
  flex-direction: column;
  align-content: center;
  justify-content: center;
  text-align: center;
  padding: 0 82px;
}
.hero2 .right h1 {
  text-transform: uppercase;
  font-weight: 400;
  color: #FFFFFF;
  font-family: "Mona-Sans", sans-serif;
  font-size: 80px;
}
.hero2 .right h2 {
  color: #F7F7F7;
  font-weight: 400;
  font-size: 28px;
}
.hero2 .right p {
  color: #B5B5B5;
  margin-top: 54px;
}
.hero2 .right .button-container {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  gap: 24px;
}
.hero2 .right button {
  margin-top: 48px;
  align-self: center;
}

/*
.animate-hero  .letter{
    -webkit-animation: tilt-in-bottom-2 0.8s cubic-bezier(0.250, 0.460, 0.450, 0.940) both;
    animation: tilt-in-bottom-2  0.8s cubic-bezier(0.250, 0.460, 0.450, 0.940) both;
}
.animate-hero  h2{
    animation-delay: 1s;
}
.animate-hero   p:nth-child(3) {
    animation-delay: 1.2s;
}
.animate-hero  .button-container:nth-child(4) {
    animation-delay: 1.4s;
}
*/
/*************************** Banner ****************************/
.banner {
  width: 100%;
  padding: 0 80px;
  box-sizing: border-box;
  margin: 120px 0;
  display: grid;
  grid-template-columns: repeat(12, 1fr);
  grid-template-rows: repeat(3, 1fr);
}
.banner .background {
  grid-column: 1/span 12;
  grid-row: 2/span 2;
  background-color: #EEEEEE;
  border-radius: 40px;
}
.banner .left {
  grid-column: 1/span 4;
  grid-row: 1/-1;
  display: flex;
  align-items: end;
  justify-content: center;
}
.banner .left img {
  width: 80%;
}
.banner .right {
  grid-column: 4/-1;
  grid-row: 2/span 2;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.banner .right .title {
  font-size: 2.5vw;
  font-weight: 600;
  line-height: 1.4;
  text-align: center;
}
.banner .right .tagline {
  font-size: 2vw;
  font-style: italic;
  color: #FFBB34;
  text-align: center;
}
@media screen and (max-width: 1280px) {
  .banner {
    padding: 0px 40px;
    margin: 50px 0;
  }
  .banner .background {
    border-radius: 20px;
  }
}
@media screen and (max-width: 1024px) {
  .banner .right .title {
    font-size: max(20px, min(2.5vw, 24px));
  }
  .banner .right .tagline {
    font-size: max(16px, min(2.5vw, 20px));
  }
}
@media screen and (max-width: 768px) {
  .banner {
    padding: 0px 24px;
    grid-template-rows: 0fr auto 1fr;
  }
  .banner .background {
    grid-row: 1/span 3;
  }
  .banner .left {
    grid-column: 1/span 12;
    grid-row: 3/span 1;
  }
  .banner .left img {
    width: 50%;
  }
  .banner .right {
    grid-column: 1/span 12;
    grid-row: 2/span 1;
    padding: 24px 0 16px 0;
  }
  .banner .right .title {
    font-size: max(16px, min(4vw, 24px));
  }
  .banner .right .tagline {
    font-size: max(12px, min(4vw, 18px));
  }
}

.banner2 {
  margin: 150px 0;
  padding: 0 80px;
  height: auto;
  overflow: hidden;
}
.banner2 .banner-container {
  width: 100%;
  height: auto;
  position: relative;
  display: flex;
  flex-direction: row;
  bottom: 0;
}
.banner2 .background {
  border-radius: 40px;
  background-color: #F7F7F7;
  position: absolute;
  z-index: -1;
  height: 70%;
  width: 100%;
  align-self: end;
}
.banner2 .left {
  width: 40%;
  bottom: 0;
  display: flex;
  justify-content: end;
  position: relative;
}
.banner2 .left img {
  max-width: 100%;
  pointer-events: none;
  z-index: 1;
}
.banner2 .left .bg {
  position: absolute;
  pointer-events: none;
  background-color: #FFFFFF;
  width: 80%;
  left: 10%;
  bottom: 0;
  z-index: -1;
  height: 95%;
}
.banner2 .left iframe {
  position: absolute;
  width: 74%;
  height: 86%;
  left: 13%;
  top: 11%;
  border-radius: 10px;
  z-index: 0;
  box-shadow: 0px 3px 6px 0px rgba(0, 0, 0, 0.16);
  -webkit-box-shadow: 0px 3px 6px 0px rgba(0, 0, 0, 0.16);
  -moz-box-shadow: 0px 3px 6px 0px rgba(0, 0, 0, 0.16);
}
.banner2 .right {
  width: 60%;
  display: flex;
  flex-direction: column;
  align-items: start;
  justify-content: center;
  padding: 0 40px;
  margin-top: 6%;
}
.banner2 .right p {
  color: #B5B5B5;
  margin-top: 16px;
}

/*************************** The Core ****************************/
.the-core {
  margin: 100px 0;
  padding: 120px 80px;
}
.the-core .cards-container {
  display: flex;
  flex-direction: column;
  gap: 24px;
  margin-top: 32px;
}
.the-core .cards {
  display: flex;
  flex-direction: row;
  gap: 24px;
}
.the-core .card-light {
  width: 40%;
  border-radius: 40px;
  padding: 52px 48px;
  background-color: #F7F7F7;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.the-core .card-light h5 {
  color: #080808;
}
.the-core .card-light p {
  margin-top: 16px;
  font-size: 16px;
  color: #080808;
}
.the-core .card-dark {
  width: 60%;
  border-radius: 40px;
  padding: 62px 48px;
  background-color: #080808;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  gap: 32px;
}
.the-core .card-dark .icon {
  width: 20%;
}
.the-core .card-dark .icon img {
  width: 100%;
}
.the-core .card-dark h5 {
  color: #FFFFFF;
}
.the-core .card-dark p {
  margin-top: 16px;
  font-size: 16px;
  color: #FFFFFF;
}
@media screen and (max-width: 1280px) {
  .the-core {
    padding: 0 40px;
  }
  .the-core .cards-container {
    gap: 16px;
  }
  .the-core .cards {
    gap: 16px;
  }
  .the-core .card-light {
    border-radius: 30px;
    padding: 32px 38px;
  }
  .the-core .card-dark {
    border-radius: 30px;
    padding: 32px 38px;
    gap: 32px;
  }
  .the-core .card-dark .icon {
    width: 35%;
  }
}
@media screen and (max-width: 1024px) {
  .the-core {
    margin: 120px 0;
    padding: 0 40px;
  }
  .the-core .cards-container {
    gap: 16px;
  }
  .the-core .cards {
    gap: 16px;
    flex-direction: column;
  }
  .the-core .card-light {
    width: 100%;
    height: 94;
    border-radius: 30px;
    padding: 32px 38px;
    box-sizing: border-box;
  }
  .the-core .card-dark {
    width: 100%;
    border-radius: 30px;
    padding: 32px 38px;
    box-sizing: border-box;
    gap: 32px;
  }
  .the-core .card-dark .icon {
    width: 15%;
  }
  .the-core .reverse {
    flex-direction: row-reverse;
  }
  .the-core .reverse-column {
    flex-direction: column-reverse;
  }
}
@media screen and (max-width: 768px) {
  .the-core .card-light p {
    font-size: max(12px, min(5vw, 16px));
  }
  .the-core .card-dark .icon {
    display: none;
  }
  .the-core .card-dark p {
    font-size: max(12px, min(5vw, 16px));
  }
}
@media screen and (max-width: 390px) {
  .the-core {
    padding: 0 24px;
  }
  .the-core .card-light {
    border-radius: 20px;
    padding: 24px;
  }
  .the-core .card-light p {
    font-size: max(8px, min(5vw, 12px));
  }
  .the-core .card-dark {
    border-radius: 20px;
    padding: 24px;
  }
  .the-core .card-dark p {
    font-size: max(8px, min(5vw, 12px));
  }
}

/*************************** Statement ****************************/
.statement {
  padding: 200px 0;
  background-color: #F7F7F7;
}
.statement .statement-container {
  height: 50vh;
  min-height: 356px;
  max-height: 416px;
  display: flex;
  flex-direction: row;
  gap: 20px;
}
.statement .photo-one {
  width: 20%;
  height: 100%;
  overflow: hidden;
}
.statement .photo-one img {
  height: 100%;
}
.statement .photo-two {
  width: 10%;
  height: 100%;
  overflow: hidden;
  align-items: center;
}
.statement .photo-two img {
  height: 100%;
  left: 200px;
}
.statement .content {
  width: 70%;
  padding: 0 64px;
  display: flex;
  align-items: center;
}
@media screen and (max-width: 1280px) {
  .statement .statement-container {
    height: 40vh;
    min-height: 220px;
    max-height: 278px;
    gap: 16px;
  }
  .statement .content {
    padding: 0 64px;
  }
}
@media screen and (max-width: 1024px) {
  .statement {
    padding: 120px 0;
  }
  .statement .statement-container {
    min-height: 180px;
    max-height: 217px;
  }
}
@media screen and (max-width: 768px) {
  .statement .statement-container {
    height: 30vh;
    gap: 16px;
  }
  .statement .content {
    padding: 0 24px;
  }
}
@media screen and (max-width: 390px) {
  .statement .photo-one, .statement .photo-two {
    display: none;
  }
  .statement .content {
    width: 100%;
    padding: 0 24px;
  }
}

/*************************** Featured ****************************/
.featured {
  margin: 120px 0;
  display: flex;
  align-items: center;
  padding: 0 180px;
}
.featured .featured-container {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  gap: 24px;
}
.featured .featured-container .title {
  width: 40%;
}
.featured .featured-container .title p {
  margin-top: 32px;
}
.featured .featured-container .photo:hover .project {
  transform: scale(1.1);
  transition: all 1s;
  opacity: 0.6;
  rotate: 90;
}
.featured .featured-container .photo:hover .overlay {
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: rgba(48, 48, 48, 0.4);
  z-index: 0;
  transition: all 1s;
}
.featured .featured-container .photo:hover .overlay .button {
  width: -moz-fit-content;
  width: fit-content;
  display: flex;
  align-items: center;
  gap: 12px;
  border-radius: 100px;
  padding: 40px;
  background-color: rgba(48, 48, 48, 0.5);
}
.featured .featured-container .photo:hover .overlay .button span {
  color: #FFFFFF;
}
.featured .featured-container .photo:hover .overlay .button img {
  width: 28px;
}
.featured .featured-container .photo {
  overflow: hidden;
  position: relative;
  border-radius: 40px;
  overflow: hidden;
  background-color: #EEEEEE;
  width: 60%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.featured .featured-container .photo img {
  transform: scale(1);
  transition: all 1s;
  width: 80%;
}
.featured .featured-container .photo .overlay {
  transition: all 1s;
  position: absolute;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  background-color: rgba(8, 8, 8, 0);
  z-index: 0;
}
.featured .featured-container .photo .overlay .button {
  display: none;
}
.featured .featured-container .photo .overlay a {
  text-decoration: none;
}
@media screen and (max-width: 1280px) {
  .featured {
    padding: 0 40px;
  }
  .featured .featured-container .photo {
    border-radius: 20px;
  }
}
@media screen and (max-width: 1024px) {
  .featured .featured-container .title {
    width: 40%;
  }
  .featured .featured-container .photo {
    width: 60%;
  }
}
@media screen and (max-width: 768px) {
  .featured {
    padding: 0 24px;
  }
  .featured .featured-container {
    display: flex;
    flex-direction: column;
  }
  .featured .featured-container .title {
    width: 100%;
  }
  .featured .featured-container .photo {
    width: 100%;
  }
}
/*************************** Reviews ****************************/
.reviews {
  padding: 200px 0;
  background-color: #F7F7F7;
  width: 100%;
  box-sizing: border-box;
  overflow: hidden;
}
.reviews .reviews-container {
  display: flex;
  flex-direction: row;
  gap: 24px;
  width: -moz-fit-content;
  width: fit-content;
  padding: 0 70px;
  scroll-behavior: smooth;
}
.reviews .review-card {
  width: 40vw;
  background-color: #FFFFFF;
  padding: 52px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  gap: 24px;
  border-radius: 40px;
}
.reviews .review-card p {
  width: 734px;
}
.reviews .review-card .details {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 16px;
}
.reviews .review-card .details .avatar {
  height: 60px;
  width: 60px;
  background-color: #F7F7F7;
  border-radius: 100%;
  overflow: hidden;
}
.reviews .review-card .details .avatar img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.reviews .review-card .details .profile span {
  color: #FFBB34;
  margin: 0;
}
.reviews .dark {
  background-color: #080808;
  color: #FFFFFF;
}
@media screen and (max-width: 1280px) {
  .reviews .reviews-container {
    padding: 0 40px;
  }
  .reviews .review-card {
    width: 50vw;
    padding: 42px;
  }
}
@media screen and (max-width: 1024px) {
  .reviews .review-card {
    width: 60vw;
  }
}
@media screen and (max-width: 768px) {
  .reviews {
    padding: 100px 0;
  }
  .reviews .reviews-container {
    gap: 16px;
  }
  .reviews .review-card {
    width: 70vw;
    padding: 24px;
    border-radius: 20px;
  }
  .reviews .review-card .details {
    gap: 8px;
  }
  .reviews .review-card .details .avatar {
    height: 40px;
    width: 40px;
  }
}
@media screen and (max-width: 390px) {
  .reviews {
    padding: 64px 0;
  }
  .reviews .reviews-container {
    padding: 0 24px;
  }
  .reviews .review-card {
    width: 70vw;
    padding: 24px;
    border-radius: 20px;
  }
  .reviews .review-card .message {
    font-size: 12px;
  }
}

/********************** Insigghts Preview ************************/
.insights-preview {
  margin: 120px 0 120px 0;
  width: 100%;
  box-sizing: border-box;
  overflow: hidden;
  padding: 40px 0;
}
.insights-preview .insights-preview-container {
  gap: 24px;
  width: -moz-fit-content;
  width: fit-content;
  padding: 0 70px;
  display: grid;
  grid-auto-flow: column;
  grid-template-rows: 1fr auto;
}
.insights-preview .subscription {
  width: 25vw;
  background-color: #EEEEEE;
  padding: 52px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 24px;
  border-radius: 40px;
  grid-row: span 2;
}
.insights-preview .subscription-form input {
  margin-top: 16px;
}
.insights-preview .subscription-form button {
  margin-top: 24px;
}
.insights-preview .thumbnail {
  background-color: #F7F7F7;
  border-radius: 40px;
  width: 25vw;
  grid-row: span 2;
  display: grid;
  grid-template-rows: subgrid;
  overflow: hidden;
}
.insights-preview .thumbnail .photo {
  overflow: hidden;
  height: 100%;
}
.insights-preview .thumbnail .photo img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.insights-preview .thumbnail .title {
  padding: 32px;
  box-sizing: border-box;
  margin: 0;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.insights-preview .thumbnail .title h5 {
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}
.insights-preview .thumbnail .title span {
  font-size: 16px;
  margin-top: 8px;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}
.insights-preview .thumbnail .title button {
  margin-top: 24px;
}
.insights-preview .thumbnail .title a {
  text-decoration: none;
}
.insights-preview .thumbnail .title div:first-child {
  grid-row: span 1;
}
@media screen and (max-width: 1280px) {
  .insights-preview .insights-preview-container {
    padding: 0 40px;
  }
  .insights-preview .subscription {
    width: 30vw;
  }
  .insights-preview .thumbnail {
    border-radius: 30px;
    width: 35vw;
  }
  .insights-preview .thumbnail .photo {
    height: 200px;
  }
  .insights-preview .thumbnail .photo img {
    height: 200px;
  }
  .insights-preview .thumbnail .title {
    padding: 24px;
  }
}
@media screen and (max-width: 1024px) {
  .insights-preview .subscription {
    width: 30vw;
  }
  .insights-preview .thumbnail {
    border-radius: 30px;
    width: 40vw;
  }
  .insights-preview .thumbnail .title {
    padding: 24px;
  }
}
@media screen and (max-width: 768px) {
  .insights-preview .subscription {
    padding: 24px;
    border-radius: 20px;
    width: 50vw;
  }
  .insights-preview .thumbnail {
    border-radius: 20px;
    width: 60vw;
  }
}
@media screen and (max-width: 500px) {
  .insights-preview {
    margin: 120px 0;
  }
  .insights-preview .insights-preview-container {
    padding: 0 24px;
  }
  .insights-preview .subscription {
    width: 70vw;
  }
  .insights-preview .subscription-form {
    margin-top: 24px;
  }
  .insights-preview .subscription-form input {
    margin-top: 16px;
  }
  .insights-preview .subscription-form button {
    margin-top: 24px;
  }
  .insights-preview .thumbnail {
    border-radius: 20px;
    width: 90vw;
  }
  .insights-preview .thumbnail .title span {
    font-size: 12px;
    margin-top: 8px;
    -webkit-line-clamp: 2;
  }
}

header {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  padding: 32px 56px 0 56px;
}
@media screen and (max-width: 1280px) {
  header {
    padding: 24px 24px 0 24px;
  }
}
@media screen and (max-width: 1024px) {
  header {
    background-color: #080808;
    padding: 0px 0px;
  }
}

.logo {
  background-color: #080808;
  width: -moz-fit-content;
  width: fit-content;
  padding: 16px 28px;
  border-radius: 50px;
  display: flex;
  flex-direction: row;
  gap: 8px;
  justify-content: end;
  align-items: end;
  cursor: pointer;
}
.logo img {
  width: 38px;
}
.logo span {
  color: white;
  font-size: 18px;
  line-height: 18px;
  font-family: "Mona-Sans", sans-serif;
}
@media screen and (max-width: 1280px) {
  .logo {
    padding: 14px 22px;
  }
  .logo img {
    width: 26px;
  }
  .logo span {
    font-size: 16px;
    line-height: 16px;
  }
}
@media screen and (max-width: 1024px) {
  .logo {
    padding: 24px 32px;
  }
  .logo span {
    font-size: 12px;
    line-height: 12px;
  }
}
@media screen and (max-width: 390px) {
  .logo {
    padding: 24px;
  }
}

.navbar-desktop {
  overflow: hidden;
  display: flex;
  flex-direction: row-reverse;
  gap: 14px;
  border-radius: 50px;
}
.navbar-desktop button {
  background-color: #080808;
  padding: 18px 28px;
  border-radius: 50px;
  border: none;
  z-index: 1;
}
.navbar-desktop button img {
  width: 34px;
}
@media screen and (max-width: 1280px) {
  .navbar-desktop button {
    padding: 12px 22px;
  }
  .navbar-desktop button img {
    width: 24px;
  }
}
.navbar-desktop .navbar-container {
  display: block;
  border-radius: 50px;
}
.navbar-desktop .navbar-content {
  display: none;
  background-color: #080808;
  display: flex;
  flex-direction: row;
  gap: 32px;
  padding: 22px 48px;
  border-radius: 50px;
}
.navbar-desktop .navbar-content a {
  text-decoration: none;
  color: white;
  font-size: 20px;
  line-height: 29px;
  font-family: "Mona-Sans", sans-serif;
}
.navbar-desktop .navbar-content .active {
  font-weight: 600;
}
@media screen and (max-width: 1280px) {
  .navbar-desktop .navbar-content {
    padding: 16px 48px;
  }
  .navbar-desktop .navbar-content a {
    font-size: 16px;
    line-height: 22px;
  }
}

.navbar-mobile {
  display: none;
  background-color: #080808;
  height: 100vh;
  width: 100vw;
  position: fixed;
  z-index: 1000;
}
.navbar-mobile .navbar-container {
  display: flex;
  flex-direction: column;
  align-items: end;
  height: 100%;
  width: 100%;
}
.navbar-mobile button {
  padding: 24px;
  width: -moz-fit-content;
  width: fit-content;
  background-color: #080808;
  border: none;
}
.navbar-mobile button img {
  width: 24px;
}
.navbar-mobile .navbar-content {
  width: 100%;
  display: flex;
  margin-top: 20vh;
  flex-direction: column;
  align-self: center;
  gap: 32px;
}
.navbar-mobile .navbar-content a {
  text-decoration: none;
  text-align: center;
  color: white;
  font-size: 20px;
  line-height: 28px;
  font-family: "Mona-Sans", sans-serif;
}
.navbar-mobile .navbar-content .active {
  font-weight: 600;
}
@media screen and (max-width: 1280px) {
  .navbar-mobile .navbar-content {
    padding: 16px 48px;
  }
  .navbar-mobile .navbar-content a {
    font-size: 16px;
    line-height: 22px;
  }
}

.lets-talk {
  position: fixed;
  z-index: 999;
  right: 56px;
  bottom: 24px;
}
.lets-talk button {
  float: right;
}
@media screen and (max-width: 1280px) {
  .lets-talk {
    right: 24px;
    bottom: 24px;
  }
}

footer {
  padding: 0 56px;
}
footer .footer-container {
  margin: 24px 0;
  background-color: #080808;
  width: 100%;
  padding: 62px;
  box-sizing: border-box;
  border-radius: 40px;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  gap: 40px;
  color: white;
}
footer .footer-container .top {
  display: flex;
  flex-direction: row;
  width: 100%;
  font-family: "Mona-Sans", sans-serif;
}
footer .footer-container .top .details {
  width: 50%;
}
footer .footer-container .top .details .get-in-touch {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 16px;
  margin-bottom: 16px;
}
footer .footer-container .top .details .get-in-touch img {
  width: 48px;
}
footer .footer-container .top .details .mail {
  color: #FFBB34;
}
footer .footer-container .top .details span {
  margin-top: 8px;
}
footer .footer-container .top .socials {
  width: 50%;
  display: flex;
  flex-direction: row;
  align-items: end;
  justify-content: end;
  gap: 8px;
}
footer .footer-container .top .socials img {
  width: 36px;
}
footer .footer-container .top .socials a {
  font-size: 20px;
  text-decoration: none;
  color: white;
  font-family: "Mona-Sans", sans-serif;
  padding-right: 16px;
}
footer .footer-container .top .socials a:hover {
  transition: all 1s;
  color: #FFBB34;
}
footer .footer-container .horizontal-line {
  width: 100%;
  height: 1px;
  border-top: 1px solid rgba(255, 255, 255, 0.15);
}
footer .footer-container .copyrights {
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
footer .footer-container .copyrights span {
  font-size: 16px;
  color: #FFBB34;
}
@media screen and (max-width: 1280px) {
  footer {
    padding: 0 24px;
  }
  footer .footer-container .top .details .get-in-touch {
    gap: 8px;
  }
  footer .footer-container .top .details .get-in-touch img {
    width: 32px;
  }
}
@media screen and (max-width: 1024px) {
  footer {
    padding: 0px;
  }
  footer .footer-container {
    border-radius: 0;
    margin: 0;
  }
  footer .footer-container .top .details .get-in-touch {
    gap: 8px;
  }
  footer .footer-container .top .details .get-in-touch img {
    width: 24px;
  }
  footer .footer-container .top .socials img {
    width: 24px;
  }
}
@media screen and (max-width: 768px) {
  footer .footer-container {
    padding: 62px 24px;
  }
  footer .footer-container .top {
    display: flex;
    flex-direction: column;
    width: 100%;
  }
  footer .footer-container .top .details {
    width: 100%;
  }
  footer .footer-container .top .details .get-in-touch img {
    width: 24px;
  }
  footer .footer-container .top .socials {
    margin-top: 16px;
    justify-content: start;
  }
  footer .footer-container .top .socials img {
    width: 24px;
  }
  footer .footer-container .copyrights span {
    font-size: 12px;
  }
  footer .footer-container a {
    font-size: 12px;
  }
}
/*************************** Services ****************************/
.services {
  padding: 0 56px;
}
@media screen and (max-width: 1280px) {
  .services {
    padding: 0px 24px;
  }
}
@media screen and (max-width: 1024px) {
  .services {
    padding: 0px 0px;
  }
}

.services-container {
  background-color: #080808;
  overflow: hidden;
  display: flex;
  flex-direction: row;
  width: 100%;
  margin-top: 24px;
  height: 70vh;
  min-height: 563px;
  max-height: 716px;
  padding: 0;
  border-radius: 40px;
}
.services-container .left {
  width: 50%;
  display: flex;
  flex-direction: column;
  align-self: center;
  padding: 0 58px 0 82px;
  box-sizing: border-box;
}
.services-container .left h2 {
  color: #FFFFFF;
}
.services-container .left p {
  color: #B5B5B5;
  margin-top: 24px;
}
.services-container .right {
  width: 50%;
  display: flex;
  flex-direction: column;
  align-self: center;
  gap: 24px;
  padding: 0 82px 0 58px;
  box-sizing: border-box;
}
.services-container .right .services-items {
  display: flex;
  flex-direction: row;
  gap: 24px;
}
.services-container .right .services-items .item {
  background-color: #FFFFFF;
  width: -moz-fit-content;
  width: fit-content;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  gap: 16px;
  padding: 30px;
  border-radius: 20px;
}
.services-container .right .services-items .item img {
  width: 48px;
}
.services-container .right .services-items .item span {
  color: #080808;
  font-size: max(16px, min(1.25vw, 24px));
  line-height: 1;
}
.services-container .right .services-items:first-child {
  justify-content: center;
  margin-right: 16px;
}
.services-container .right .services-items:nth-child(2) {
  justify-content: end;
}
@media screen and (max-width: 1280px) {
  .services-container {
    margin-top: 20px;
    height: 60vh;
    min-height: 400px;
    max-height: 556px;
    padding: 0;
    border-radius: 30px;
  }
  .services-container .left {
    width: 50%;
    padding: 0 24px 0 40px;
    box-sizing: border-box;
  }
  .services-container .right {
    width: 50%;
    gap: 24px;
    padding: 0 24px 0 40px;
  }
  .services-container .right .services-items .item {
    gap: 16px;
    padding: 20px;
  }
  .services-container .right .services-items .item img {
    width: 42px;
  }
  .services-container .right .services-items .item span {
    font-size: 16px;
  }
}
@media screen and (max-width: 1024px) {
  .services-container {
    width: 100%;
    height: 60vh;
    margin-top: -1px;
    padding: 0;
    border-radius: 0;
  }
  .services-container .left {
    width: 50%;
  }
  .services-container .right {
    width: 50%;
    gap: 8px;
  }
  .services-container .right .services-items {
    gap: 8px;
  }
  .services-container .right .services-items .item {
    padding: 12px;
    border-radius: 12px;
  }
  .services-container .right .services-items .item img {
    width: 32px;
  }
  .services-container .right .services-items .item span {
    font-size: 12px;
  }
  .services-container .right .services-items:first-child {
    justify-content: start;
    margin-right: 0;
  }
  .services-container .right .services-items:nth-child(2) {
    justify-content: end;
  }
}
@media screen and (max-width: 768px) {
  .services-container {
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 32px;
    height: 70vh;
    min-height: 656px;
    max-height: 700px;
  }
  .services-container .left {
    width: 100%;
    padding: 0 40px;
  }
  .services-container .right {
    width: 100%;
    padding: 0 40px;
    flex-direction: row;
    flex-wrap: wrap;
  }
  .services-container .right .services-items {
    display: flex;
    flex-direction: row;
    justify-content: start;
  }
  .services-container .right .services-items:first-child {
    justify-content: start;
  }
  .services-container .right .services-items:nth-child(2) {
    justify-content: start;
  }
}
@media screen and (max-width: 390px) {
  .services-container {
    gap: 32px;
    height: 70vh;
    max-height: 656px;
  }
  .services-container .left {
    width: 100%;
    padding: 0 24px;
  }
  .services-container .right {
    width: 100%;
    padding: 0 24px;
    flex-direction: row;
    gap: 8px;
  }
  .services-container .right .services-items {
    flex-wrap: wrap;
    gap: 8px;
  }
  .services-container .right .services-items .item {
    gap: 8px;
  }
}

.services-second-content {
  margin: 220px 0;
  padding: 0 80px;
}
.services-second-content .services-second-content-container {
  display: flex;
  flex-direction: row;
  gap: 100px;
}
.services-second-content .services-second-content-container .left {
  width: 60%;
  display: flex;
  flex-direction: column;
  box-sizing: border-box;
  align-self: center;
}
.services-second-content .services-second-content-container .left p {
  margin-top: 24px;
}
.services-second-content .services-second-content-container .left .card {
  background-color: #EEEEEE;
  width: 80%;
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 32px;
  margin-top: 32px;
  padding: 30px 44px;
  border-radius: 20px;
}
.services-second-content .services-second-content-container .left .card img {
  width: 48px;
}
.services-second-content .services-second-content-container .left .card span {
  color: #080808;
  font-size: max(16px, min(1.25vw, 24px));
  line-height: 1;
}
.services-second-content .services-second-content-container .left .dark {
  background-color: #080808;
}
.services-second-content .services-second-content-container .left .dark span {
  color: #FFFFFF;
}
.services-second-content .services-second-content-container .right {
  width: 40%;
  display: flex;
  flex-direction: row;
  align-items: center;
  background-color: #EEEEEE;
  border-radius: 40px;
  overflow: hidden;
}
.services-second-content .services-second-content-container .right img {
  width: 100%;
}
@media screen and (max-width: 1280px) {
  .services-second-content {
    padding: 0px 64px;
  }
  .services-second-content .services-second-content-container {
    gap: 40px;
  }
  .services-second-content .services-second-content-container .left {
    width: 50%;
    gap: 16px;
  }
  .services-second-content .services-second-content-container .left .card {
    margin-top: 0px;
  }
  .services-second-content .services-second-content-container .left .card img {
    width: 24px;
  }
  .services-second-content .services-second-content-container .left .card span {
    font-size: 16px;
  }
  .services-second-content .services-second-content-container .right {
    width: 50%;
    border-radius: 30px;
  }
  .services-second-content .services-second-content-container .right img {
    width: 100%;
  }
}
@media screen and (max-width: 1024px) {
  .services-second-content {
    margin: 120px 0;
    padding: 0px 40px;
  }
  .services-second-content .services-second-content-container {
    gap: 24px;
  }
  .services-second-content .services-second-content-container .left {
    gap: 16px;
  }
  .services-second-content .services-second-content-container .left .card {
    gap: 8px;
    padding: 24px;
    width: 100%;
    box-sizing: border-box;
  }
  .services-second-content .services-second-content-container .right {
    border-radius: 30px;
  }
  .services-second-content .services-second-content-container .right img {
    width: 100%;
  }
}
@media screen and (max-width: 768px) {
  .services-second-content {
    padding: 0px 24px;
  }
  .services-second-content .services-second-content-container {
    flex-direction: column;
  }
  .services-second-content .services-second-content-container .left {
    width: 100%;
    gap: 16px;
  }
  .services-second-content .services-second-content-container .left .card {
    gap: 24px;
    padding: 24px;
    width: 100%;
    box-sizing: border-box;
  }
  .services-second-content .services-second-content-container .right {
    display: none;
  }
}
.case-studies {
  margin: 220px 0;
}
.case-studies h3 {
  padding: 0 80px;
}
.case-studies .wrapper-case-studies {
  margin-top: 32px;
}
.case-studies .case-studies-container {
  display: flex;
  flex-direction: column;
}
.case-studies .case-studies-container .case-studies-cards {
  display: flex;
  flex-direction: row;
  gap: 44px;
  padding: 90px;
}
.case-studies .case-studies-container .case-studies-cards .card {
  position: relative;
  width: 30%;
  min-width: 500px;
  background-color: #F7F7F7;
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  border-radius: 30px;
  margin-top: 10px;
}
.case-studies .case-studies-container .case-studies-cards .card .content {
  z-index: 1;
  padding: 40px 40px 0 40px;
}
.case-studies .case-studies-container .case-studies-cards .card .content span {
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  font-size: 16px;
  margin-top: 6PX;
}
.case-studies .case-studies-container .case-studies-cards .card .content .project-photo {
  height: 250px;
  overflow: hidden;
  margin-top: 16px;
  border-radius: 10px 10px 0 0;
}
.case-studies .case-studies-container .case-studies-cards .card .content .project-photo img {
  width: 100%;
}
.case-studies .case-studies-container .case-studies-cards .card .background {
  position: absolute;
  width: 90%;
  bottom: 0;
  right: 0;
  z-index: 0;
  border-radius: 0 0 30px 30px;
}
.case-studies .case-studies-container .case-studies-cards .card .link {
  position: absolute;
  z-index: 2;
  right: -20px;
  top: -20px;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #080808;
  height: 64px;
  width: 64px;
  border: 12px solid #FFFFFF;
  border-radius: 100%;
}
.case-studies .case-studies-container .case-studies-cards .card .link img {
  width: 46px;
  margin-top: 4px;
}
@media screen and (max-width: 1280px) {
  .case-studies h3 {
    padding: 0px 64px;
  }
  .case-studies .case-studies-container .case-studies-cards {
    margin: 0 64px;
    padding: 0px 20px;
  }
}
@media screen and (max-width: 1024px) {
  .case-studies {
    margin: 120px 0;
  }
  .case-studies h3 {
    padding: 0px 40px;
  }
  .case-studies .case-studies-container .case-studies-cards {
    margin: 0 40px;
  }
  .case-studies .case-studies-container .case-studies-cards .card {
    width: 50vw;
    margin-top: 10px;
  }
}
@media screen and (max-width: 768px) {
  .case-studies {
    margin: 120px 0;
  }
  .case-studies h3 {
    padding: 0px 40px;
  }
  .case-studies .case-studies-container .case-studies-cards {
    margin: 0 40px;
    gap: 24px;
  }
  .case-studies .case-studies-container .case-studies-cards .card {
    min-width: 400px;
    margin-top: 10px;
  }
  .case-studies .case-studies-container .case-studies-cards .card .content .project-photo {
    height: 232px;
  }
}
@media screen and (max-width: 462px) {
  .case-studies h3 {
    padding: 0px 24px;
  }
  .case-studies .case-studies-container .case-studies-cards {
    margin: 0 24px;
    padding: 0px 16px;
  }
  .case-studies .case-studies-container .case-studies-cards .card {
    min-width: 80vw;
    width: 80vw;
    margin-top: 10px;
  }
  .case-studies .case-studies-container .case-studies-cards .card .content {
    padding: 24px 24px 0 24px;
  }
  .case-studies .case-studies-container .case-studies-cards .card .content span {
    font-size: 12px;
  }
  .case-studies .case-studies-container .case-studies-cards .card .content .project-photo {
    height: 200px;
  }
  .case-studies .case-studies-container .case-studies-cards .card .background {
    width: 100%;
  }
  .case-studies .case-studies-container .case-studies-cards .card .link {
    right: -12px;
    top: -12px;
    height: 42px;
    width: 42px;
    border: 8px solid #FFFFFF;
    border-radius: 100%;
  }
  .case-studies .case-studies-container .case-studies-cards .card .link img {
    width: 28px;
    margin-top: 8px;
  }
}

/*************************** About ****************************/
.about {
  padding: 0 80px;
}
.about .about-container {
  display: flex;
  flex-direction: row;
  width: 100%;
  margin-top: 80px;
  gap: 100px;
}
.about .about-container .left {
  width: 70%;
  overflow: hidden;
}
.about .about-container .left p {
  margin-top: 40px;
}
.about .about-container .right {
  width: 30%;
  overflow: hidden;
  position: relative;
  border-radius: 30px;
  -o-object-position: center;
  object-position: center;
}
.about .about-container .right img {
  width: auto;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 0;
}
.about .about-container .right .title {
  background: rgb(179, 134, 253);
  background: linear-gradient(111deg, rgb(179, 134, 253) 0%, rgba(179, 134, 253, 0) 100%);
  position: absolute;
  z-index: 1;
  bottom: 0;
  left: 0;
  display: flex;
  flex-direction: column;
  padding: 30px 100px 30px 40px;
  border-radius: 0 200px 0 0;
}
.about .about-container .right .title span {
  color: #FFFFFF;
  font-size: 16px;
  margin: 0;
}
.about .about-container .right .title .name {
  font-size: 24px;
}
@media screen and (max-width: 1280px) {
  .about {
    padding: 0px 64px;
  }
  .about .about-container {
    margin-top: 40px;
    gap: 50px;
  }
  .about .about-container .left p {
    margin-top: 32px;
  }
  .about .about-container .right .title {
    padding: 20px 80px 20px 30px;
  }
}
@media screen and (max-width: 1024px) {
  .about {
    padding: 0px 40px;
  }
  .about .about-container {
    gap: 20px;
  }
  .about .about-container .left {
    width: 100%;
  }
  .about .about-container .right {
    display: none;
  }
  .about .about-container .right .title {
    padding: 20px 80px 20px 30px;
    border-radius: 0 200px 0 0;
  }
  .about .about-container .right .title span {
    color: #FFFFFF;
    font-size: 16px;
    margin: 0;
  }
  .about .about-container .right .title .name {
    font-size: 20px;
  }
}
@media screen and (max-width: 768px) {
  .about {
    padding: 0px 24px;
  }
  .about .about-container {
    flex-direction: column;
    gap: 20px;
  }
}
.our-clients {
  padding: 0 100px;
  margin: 220px 0;
}
.our-clients .our-clients-container {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.our-clients .our-clients-container .title {
  text-align: center;
}
.our-clients .our-clients-container .clients {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 80px;
  margin-top: 64px;
  width: 80%;
}
.our-clients .our-clients-container .clients .group {
  width: 100%;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  gap: 32px;
}
.our-clients .our-clients-container .clients .img-container {
  width: 20%;
}
.our-clients .our-clients-container .clients .img-container img {
  width: 100%;
}
@media screen and (max-width: 1280px) {
  .our-clients {
    padding: 0px 64px;
    margin: 120px 0;
  }
  .our-clients .our-clients-container .clients {
    gap: 60px;
    margin-top: 56px;
    width: 100%;
  }
  .our-clients .our-clients-container .clients .group {
    gap: 24px;
  }
}
@media screen and (max-width: 1024px) {
  .our-clients {
    margin: 80px 0;
    padding: 0 40px;
  }
}
@media screen and (max-width: 768px) {
  .our-clients .our-clients-container .clients {
    gap: 60px;
    margin-top: 56px;
    width: 100%;
  }
  .our-clients .our-clients-container .clients .group {
    flex-wrap: wrap;
    justify-content: center;
  }
  .our-clients .our-clients-container .clients .group .img-container {
    width: 30%;
  }
  .our-clients .our-clients-container .clients .group .img-container img {
    width: 100%;
  }
}
@media screen and (max-width: 450px) {
  .our-clients {
    padding: 0 24px;
  }
  .our-clients .our-clients-container .clients {
    gap: 16px;
    margin-top: 32px;
    width: 100%;
  }
  .our-clients .our-clients-container .clients .group {
    flex-wrap: wrap;
    justify-content: center;
    gap: 24px;
  }
  .our-clients .our-clients-container .clients .group .img-container {
    width: 40%;
  }
  .our-clients .our-clients-container .clients .group .img-container img {
    width: 100%;
  }
}

.display-none {
  display: none !important;
}

/* START Clients Styling 1-8-25  -Ayden- */
.client-entry-wrapper{
  margin-bottom: 60px;
}
.client-entry{
  position: relative;
  overflow: hidden;
  max-width: 171px;
  margin: 0 auto;
  display: block;
}
.client-entry img{
  display: block;
  width: 100%;
  height: auto;
}
.client-entry .client-logo, .client-entry .client-thumbnail{
  -webkit-transition: all 0.15s ease-out;
  transition: all 0.15s ease-out;
}
.client-entry:hover .client-thumbnail, .client-entry .client-logo {
  transition-delay: .3s;
  -webkit-transition-delay: .15s;
}
.client-entry:hover .client-logo{
  transition-delay: 0s;
  -webkit-transition-delay: 0s;
  transform: scale(.8);
  -webkit-transform: scale(.8);
}
.client-entry .client-thumbnail{
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  transform: translateY(100%);
  -webkit-transform: translateY(100%);
}
.client-entry:hover .client-thumbnail{
  transform: translateY(0%);
  -webkit-transform: translateY(0%);
}
.client-entry .client-thumbnail:after{
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(0,0,0,.0);
}
/*Phones (<768px)*/
@media (max-width: 767px) {
  .thumbnail-line-entry{width: 20%;}
  .client-entry-wrapper{margin-bottom: 15px;}
}


/* END Clients Styling 1-8-25 */

/*************************** Insights ****************************/
.insights {
  padding: 0 80px;
  margin: 80px 0;
}
.insights .content {
  margin-top: 24px;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-gap: 16px;
}
.insights .thumbnail {
  background-color: #F7F7F7;
  border-radius: 40px;
  max-height: 590px;
  height: -moz-fit-content;
  height: fit-content;
  padding: 0;
  overflow: hidden;
  display: flex;
  flex-direction: column;
}
.insights .thumbnail a {
  text-decoration: none;
  color: #080808;
}
.insights .thumbnail .photo {
  height: 300px;
  overflow: hidden;
}
.insights .thumbnail .photo img {
  width: 100%;
  height: 300px;
  -o-object-fit: cover;
  object-fit: cover;
}
.insights .thumbnail .title {
  padding: 32px;
  box-sizing: border-box;
  margin: 0;
  display: flex;
  flex-direction: column;
}
.insights .thumbnail .title h5 {
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  height: 63px;
}
.insights .thumbnail .title span {
  font-size: 16px;
  margin-top: 8px;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}
.insights .thumbnail .title button {
  margin-top: 24px;
}
@media screen and (max-width: 1280px) {
  .insights {
    padding: 0px 64px;
  }
  .insights .thumbnail {
    border-radius: 30px;
  }
  .insights .thumbnail .photo {
    height: 200px;
  }
  .insights .thumbnail .photo img {
    height: 200px;
  }
  .insights .thumbnail .title {
    padding: 24px;
  }
}
@media screen and (max-width: 1024px) {
  .insights {
    padding: 0px 40px;
    margin: 40px 0;
  }
  .insights .content {
    grid-gap: 16px;
  }
}
@media screen and (max-width: 900px) {
  .insights .content {
    grid-template-columns: repeat(2, 1fr);
    grid-gap: 24px;
  }
}
@media screen and (max-width: 768px) {
  .insights .thumbnail {
    border-radius: 20px;
  }
  .insights .thumbnail .photo {
    height: 180px;
  }
  .insights .thumbnail .photo img {
    height: 180px;
  }
}
@media screen and (max-width: 550px) {
  .insights {
    padding: 0 24px;
  }
  .insights .content {
    grid-template-columns: repeat(1, 1fr);
  }
  .insights .thumbnail .title span {
    font-size: 12px;
    margin-top: 8px;
    -webkit-line-clamp: 2;
  }
}

/*************************** Contacts ****************************/
.contact {
  padding: 0 56px;
  margin-bottom: 150px;
}
.contact .contact-container {
  background-color: #080808;
  overflow: hidden;
  display: flex;
  flex-direction: row;
  justify-content: end;
  width: 100%;
  margin-top: 24px;
  height: 80vh;
  min-height: 700px;
  padding: 0;
  border-radius: 40px;
}
.contact .contact-container .left {
  width: 50%;
  display: flex;
  align-items: end;
  justify-content: center;
}
.contact .contact-container .left .iphone {
  position: relative;
  display: flex;
  align-items: end;
  justify-content: center;
  width: 60%;
  height: 90%;
  min-width: 525px;
  max-height: 700px;
}
.contact .contact-container .left .iphone iframe {
  border: none;
  width: 86%;
  height: 87%;
  outline: none;
}
.contact .contact-container .left .iphone .phone {
  position: absolute;
  width: 100%;
  top: 0;
  pointer-events: none;
}
.contact .contact-container .left .iphone .blur {
  position: absolute;
  background-color: white;
  box-shadow: 0px 3px 6px 0px rgba(0, 0, 0, 0.16);
  -webkit-box-shadow: 0px 3px 6px 0px rgba(0, 0, 0, 0.16);
  -moz-box-shadow: 0px 3px 6px 0px rgba(0, 0, 0, 0.16);
  border-radius: 25px 25px 0 0;
  width: 86%;
  height: 8%;
  top: 5%;
}
.contact .contact-container .left .iphone .mail {
  position: absolute;
  background-color: #FFFFFF;
  box-shadow: 0px 3px 6px 0px rgba(0, 0, 0, 0.16);
  -webkit-box-shadow: 0px 3px 6px 0px rgba(0, 0, 0, 0.16);
  -moz-box-shadow: 0px 3px 6px 0px rgba(0, 0, 0, 0.16);
  display: flex;
  align-items: center;
  top: 40%;
  left: -5%;
  border-radius: 30px;
  gap: 8px;
  padding: 6px 8px;
  box-sizing: border-box;
}
.contact .contact-container .left .iphone .mail span {
  margin-right: 40px;
}
.contact .contact-container .left .iphone .mail .icon {
  background-color: #B386FD;
  padding: 8px;
  display: flex;
  box-sizing: border-box;
  border-radius: 50%;
}
.contact .contact-container .left .iphone .mail .icon img {
  width: 24px;
  height: 24px;
}
.contact .contact-container .left .iphone .address {
  position: absolute;
  background-color: #FFFFFF;
  box-shadow: 0px 3px 6px 0px rgba(0, 0, 0, 0.16);
  -webkit-box-shadow: 0px 3px 6px 0px rgba(0, 0, 0, 0.16);
  -moz-box-shadow: 0px 3px 6px 0px rgba(0, 0, 0, 0.16);
  display: flex;
  align-items: center;
  top: 68%;
  right: -10%;
  border-radius: 30px;
  gap: 8px;
  padding: 6px 8px;
  box-sizing: border-box;
}
.contact .contact-container .left .iphone .address span {
  max-width: 300px;
  margin-right: 20px;
}
.contact .contact-container .left .iphone .address .icon {
  background-color: #FFBB34;
  padding: 8px;
  display: flex;
  box-sizing: border-box;
  border-radius: 50%;
}
.contact .contact-container .left .iphone .address .icon img {
  width: 24px;
  height: 24px;
}
.contact .contact-container .right {
  width: 50%;
  display: flex;
  align-items: center;
}
.contact .contact-container .right .contact-us {
  margin-left: 70px;
  width: 25vw;
  background-color: #EEEEEE;
  padding: 40px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 24px;
  border-radius: 40px;
}
.contact .contact-container .right .title span {
  font-size: 16px;
  margin-top: 16px;
}
.contact .contact-container .right .contact-form input, .contact .contact-container .right .contact-form textarea {
  margin-top: 8px;
}
.contact .contact-container .right .contact-form button {
  margin-top: 24px;
}
@media screen and (max-width: 1280px) {
  .contact {
    padding: 0px 24px;
    margin-bottom: 150px;
  }
  .contact .contact-container {
    width: 100%;
    margin-top: 20px;
    height: 80vh;
    min-height: 550px;
    max-height: 580px;
    border-radius: 30px;
  }
  .contact .contact-container .left {
    width: 50%;
  }
  .contact .contact-container .left .iphone {
    width: 50%;
    height: 90%;
    min-width: 425px;
    max-height: 600px;
  }
  .contact .contact-container .left .iphone .mail {
    top: 30%;
    left: -5%;
  }
  .contact .contact-container .left .iphone .address {
    top: 65%;
    right: -20%;
  }
  .contact .contact-container .left .iphone .address span {
    max-width: 250px;
    margin-right: 20px;
  }
  .contact .contact-container .right {
    width: 50%;
  }
  .contact .contact-container .right .contact-us {
    width: 70%;
    background-color: #EEEEEE;
    padding: 24px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    gap: 24px;
    border-radius: 40px;
  }
  .contact .contact-container .right .title span {
    font-size: 16px;
  }
  .contact .contact-container .right .contact-form input, .contact .contact-container .right .contact-form textarea {
    margin-top: 8px;
  }
  .contact .contact-container .right .contact-form button {
    margin-top: 24px;
  }
}
@media screen and (max-width: 1024px) {
  .contact {
    padding: 0px 0px;
    margin-top: -1px;
    margin-bottom: 100px;
  }
  .contact .contact-container {
    width: 100%;
    margin-top: 0;
    height: 90vh;
    min-height: 550px;
    max-height: 600px;
    border-radius: 0;
  }
  .contact .contact-container .left {
    width: 50%;
  }
  .contact .contact-container .left .iphone {
    width: 80%;
    height: 90%;
    min-width: 300px;
    max-height: 500px;
  }
  .contact .contact-container .left .iphone iframe {
    width: 85%;
    height: 87%;
  }
  .contact .contact-container .left .iphone .mail span {
    font-size: 12px;
    margin-right: 20px;
  }
  .contact .contact-container .left .iphone .address {
    right: -15%;
  }
  .contact .contact-container .left .iphone .address span {
    font-size: 12px;
    max-width: 200px;
  }
  .contact .contact-container .right {
    width: 50%;
    padding: 0 38px 0 24px;
    box-sizing: border-box;
  }
  .contact .contact-container .right .contact-us {
    margin-left: 0px;
    width: 100%;
    background-color: #EEEEEE;
    padding: 24px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    gap: 24px;
    border-radius: 25px;
  }
  .contact .contact-container .right .title span {
    font-size: 12px;
  }
  .contact .contact-container .right .contact-form input, .contact .contact-container .right .contact-form textarea {
    margin-top: 8px;
  }
  .contact .contact-container .right .contact-form button {
    margin-top: 16px;
  }
}
@media screen and (max-width: 960px) {
  .contact .contact-container .left .iphone iframe {
    width: 85%;
    height: 90%;
  }
}
@media screen and (max-width: 768px) {
  .contact {
    margin-bottom: 0px;
  }
  .contact .contact-container {
    flex-direction: column;
    height: auto;
    min-height: auto;
    max-height: none;
  }
  .contact .contact-container .left {
    width: 100%;
    height: 70vh;
    overflow: hidden;
  }
  .contact .contact-container .left .iphone {
    position: relative;
    width: 60%;
    height: 90%;
    min-width: none;
    min-height: 400px;
    max-height: 500px;
  }
  .contact .contact-container .left .iphone iframe {
    border: none;
    border-radius: 25px 25px 0 0;
    width: 85%;
    height: 95%;
  }
  .contact .contact-container .left .iphone .address {
    top: 68%;
    right: -10%;
  }
  .contact .contact-container .left .iphone .address span {
    max-width: 200px;
    margin-right: 10px;
  }
  .contact .contact-container .right {
    width: 100%;
    height: -moz-fit-content;
    height: fit-content;
    padding: 60px 0;
    justify-content: center;
    background-color: #FFFFFF;
  }
  .contact .contact-container .right .contact-us {
    margin-left: 0;
    width: 80%;
    max-width: 60vw;
    background-color: #EEEEEE;
    padding: 40px;
  }
  .contact .contact-container .right .title span {
    font-size: 16px;
    margin-top: 16px;
  }
}
@media screen and (max-width: 430px) {
  .contact .contact-container .left {
    width: 100%;
    height: 80vh;
    max-height: 500px;
  }
  .contact .contact-container .left .iphone {
    position: relative;
    width: 80%;
    height: 100%;
    min-width: 250px;
    max-height: 400px;
  }
  .contact .contact-container .left .iphone iframe {
    border: none;
    border-radius: 25px 25px 0 0;
    width: 85%;
    height: 95%;
  }
  .contact .contact-container .left .iphone .address {
    top: 68%;
    right: -5%;
  }
  .contact .contact-container .left .iphone .address span {
    max-width: 160px;
    margin-right: 10px;
  }
  .contact .contact-container .right {
    width: 100%;
    height: -moz-fit-content;
    height: fit-content;
    padding: 60px 24px;
    justify-content: center;
    background-color: #FFFFFF;
  }
  .contact .contact-container .right .contact-us {
    margin-left: 0;
    width: 100%;
    max-width: 100vw;
    background-color: #EEEEEE;
    padding: 24px;
  }
}

.case-study-header {
  padding: 0 56px;
  display: flex;
  justify-content: center;
}
.case-study-header .case-study-header-container {
  background-color: #080808;
  overflow: hidden;
  display: flex;
  flex-direction: row;
  align-items: end;
  justify-content: center;
  width: 100%;
  margin-top: 24px;
  height: 60vh;
  min-height: 563px;
  max-height: 716px;
  padding: 0;
  border-radius: 40px;
}
.case-study-header .case-study-header-container .img-wrapper {
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.case-study-header .case-study-header-container img {
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
@media screen and (max-width: 1280px) {
  .case-study-header {
    padding: 0 24px;
  }
  .case-study-header .case-study-header-container {
    width: 100%;
    margin-top: 24px;
    height: 50vh;
    min-height: 400px;
    max-height: 516px;
  }
}
@media screen and (max-width: 1024px) {
  .case-study-header {
    padding: 0px;
  }
  .case-study-header .case-study-header-container {
    width: 100%;
    margin-top: -1px;
    height: 50vh;
    min-height: 350px;
    max-height: 400px;
    border-radius: 0px;
  }
}
@media screen and (max-width: 768px) {
  .case-study-header {
    padding: 0px;
  }
  .case-study-header .case-study-header-container {
    width: 100%;
    margin-top: -1px;
    height: 50vh;
    min-height: 200px;
    max-height: 250px;
    border-radius: 0px;
  }
}
@media screen and (max-width: 390px) {
  .case-study-header {
    padding: 0px;
  }
  .case-study-header .case-study-header-container {
    width: 100%;
    margin-top: -1px;
    height: 50vh;
    min-height: 150px;
    max-height: 200px;
    border-radius: 0px;
  }
}

.case-study-content {
  padding: 0 56px;
  display: flex;
  justify-content: center;
}
.case-study-content .case-study-content-container {
  padding: 100px 181px;
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  gap: 60px;
}
.case-study-content .case-study-content-container .title h6 {
  font-weight: 400;
  text-transform: none;
}
.case-study-content .case-study-content-container .text-group p {
  margin-top: 24px;
}
.case-study-content .case-study-content-container .text-group ul {
  padding-left: 20px;
}
.case-study-content .case-study-content-container .row-reverse {
  flex-direction: row;
}
.case-study-content .case-study-content-container .photo {
  width: 100%;
  display: flex;
  align-items: end;
  overflow: hidden;
  height: -moz-fit-content;
  height: fit-content;
  border-radius: 20px;
  padding: 0;
  background-color: #F7F7F7;
}
.case-study-content .case-study-content-container .photo img {
  width: 100%;
  height: auto;
  -o-object-fit: cover;
  object-fit: cover;
  bottom: 0;
}
.case-study-content .case-study-content-container .photo-row {
  display: flex;
  flex-direction: row;
  gap: 30px;
}
.case-study-content .case-study-content-container .photo-row .photo-clear {
  width: 100%;
  display: flex;
  align-items: end;
  overflow: hidden;
  height: -moz-fit-content;
  height: fit-content;
  border-radius: 20px;
  padding: 0;
  align-self: center;
}
.case-study-content .case-study-content-container .photo-row .photo-clear img {
  width: 100%;
  height: auto;
  -o-object-fit: cover;
  object-fit: cover;
  bottom: 0;
}
.case-study-content .case-study-content-container .photo-row .text {
  width: 100%;
  height: -moz-fit-content;
  height: fit-content;
  align-self: center;
}
@media screen and (max-width: 1280px) {
  .case-study-content {
    padding: 0px;
  }
  .case-study-content .case-study-content-container {
    padding: 60px 82px;
    gap: 60px;
  }
}
@media screen and (max-width: 768px) {
  .case-study-content .case-study-content-container {
    padding: 32px 40px;
    gap: 40px;
  }
  .case-study-content .case-study-content-container .photo-row {
    display: flex;
    flex-direction: column;
    gap: 30px;
  }
  .case-study-content .case-study-content-container .row-reverse {
    flex-direction: column-reverse;
  }
}
@media screen and (max-width: 390px) {
  .case-study-content .case-study-content-container {
    padding: 32px 24px;
  }
}

.quoted-text {
  background-color: #080808;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 76px 0;
}
.quoted-text p {
  font-size: 32px;
  line-height: 34px;
  color: #B386FD;
  font-style: italic;
  width: 80%;
}
.quoted-text em, .quoted-text i {
  color: #FFFFFF;
}
.quoted-text img {
  width: 118px;
}
.quoted-text .open-quote {
  position: absolute;
  top: -26%;
  left: 0;
}
.quoted-text .close-quote {
  position: absolute;
  bottom: -23%;
  right: 0;
}
@media screen and (max-width: 1280px) {
  .quoted-text {
    padding: 60px 0;
  }
  .quoted-text img {
    width: 100px;
  }
  .quoted-text p {
    font-size: 24px;
    line-height: 26px;
  }
}
@media screen and (max-width: 1024px) {
  .quoted-text {
    padding: 40px 0;
  }
  .quoted-text img {
    width: 60px;
  }
  .quoted-text p {
    font-size: 20px;
    line-height: 22px;
  }
  .quoted-text .open-quote {
    top: -18%;
  }
  .quoted-text .close-quote {
    bottom: -18%;
  }
}
@media screen and (max-width: 768px) {
  .quoted-text {
    padding: 24px 0;
  }
  .quoted-text img {
    width: 32px;
  }
  .quoted-text p {
    font-size: 12px;
    line-height: 14px;
  }
  .quoted-text .open-quote {
    top: -18%;
  }
  .quoted-text .close-quote {
    bottom: -16%;
  }
}

.timeline {
  margin-top: 24px;
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.timeline .timestop {
  position: relative;
}
.timeline .timestop .title {
  display: flex;
  align-items: center;
  gap: 12px;
}
.timeline .timestop .title .stop {
  height: 100%;
}
.timeline .timestop .title .stop .vertical-line {
  position: absolute;
  left: 6.5px;
  height: 115%;
  width: 2px;
  background-color: #E4D3FE;
}
.timeline .timestop .title .stop .point {
  width: 13px;
  height: 13px;
  background-color: #E4D3FE;
  border-radius: 50%;
}
.timeline .timestop .title .stop .border {
  border: 2px solid #B386FD;
  box-sizing: border-box;
}
.timeline .timestop .title h6 {
  font-weight: bold;
  font-size: 16px;
}
.timeline .timestop p {
  font-size: 16px;
  margin-top: 0 !important;
  margin-left: 24px;
}
@media screen and (max-width: 768px) {
  .timeline .timestop .title h6 {
    font-size: 12px;
  }
  .timeline .timestop p {
    font-size: 12px;
  }
}

/*************************** Newsletter ****************************/
.newsletter {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
}
.newsletter .title {
  width: 70%;
  margin: 120px 0 60px 0;
}
.newsletter .title h1 {
  line-height: 1;
}
.newsletter .title h6 {
  margin-top: 8px;
  text-transform: none;
}
.newsletter .title .actions {
  border-top: 1px solid #EEEEEE;
  border-bottom: 1px solid #EEEEEE;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  gap: 16px;
  justify-content: space-between;
  padding: 16px 0;
  margin-top: 24px;
}
.newsletter .title .actions span {
  font-size: 16px;
  color: #B5B5B5;
}
.newsletter .title .actions .left {
  display: flex;
  flex-direction: row;
  gap: 8px;
}
.newsletter .title .actions .left .tag {
  text-transform: uppercase;
  color: #FFBB34;
  text-decoration: none;
  font-weight: 500;
}
.newsletter .title .actions .right {
  display: flex;
  flex-direction: row;
  gap: 24px;
}
.newsletter .title .actions .right .item {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 8px;
  cursor: pointer;
}
.newsletter .title .actions .right .item span {
  color: #FFBB34;
  font-weight: 500;
}
.newsletter .title .actions .right .item img {
  width: 20px;
}
.newsletter .header-photo {
  overflow: hidden;
  width: 70%;
  border-radius: 40px;
}
.newsletter .content {
  display: flex;
  flex-direction: column;
  gap: 50px;
  width: 70%;
  margin: 60px 0;
}
.newsletter .content .sub-title {
  font-size: 32px;
  font-weight: bold;
}
.newsletter .content .highlight {
  font-weight: 500;
  font-style: italic;
  color: #2c2c2c;
}
.newsletter .content strong {
  background-color: #FFBB34;
}
.newsletter .content .link {
  color: #B386FD;
}
.newsletter .content .indent {
  padding-left: 16px;
  border-left: 3px solid #080808;
}
.newsletter .content .indent p {
  font-style: italic;
}
.newsletter .photo-content {
  width: 100%;
  border-radius: 40px;
}
.newsletter .mid-cta {
  background-color: #080808;
  border-radius: 25px;
  display: flex;
  flex-direction: row;
  padding: 24px 32px;
  gap: 24px;
}
.newsletter .mid-cta .context {
  display: flex;
  flex-direction: column;
}
.newsletter .mid-cta span {
  color: #FFFFFF;
}
.newsletter .mid-cta .title {
  margin: 0;
  font-weight: bold;
}
.newsletter .mid-cta a {
  color: #B386FD;
  font-weight: 500;
}
.newsletter .main-cta {
  display: flex;
  flex-direction: row;
  align-items: end;
  justify-content: center;
  background-color: #F7F7F7;
  box-sizing: border-box;
  border-radius: 25px;
  display: flex;
  flex-direction: row;
  margin: 60px 0 120px 0;
  padding: 32px 32px;
  gap: 24px;
  width: 70%;
}
.newsletter .main-cta .left {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  width: 60%;
}
.newsletter .main-cta span {
  color: #080808;
}
.newsletter .main-cta .title {
  margin: 0;
  font-weight: bold;
  font-size: 24px;
  color: #080808;
}
.newsletter .main-cta form {
  display: flex;
  flex-direction: row;
  gap: 8px;
  margin-top: 24px;
  width: 80%;
}
@media screen and (max-width: 1280px) {
  .newsletter .title {
    width: 80%;
    margin: 100px 0 60px 0;
  }
  .newsletter .header-photo {
    width: 80%;
  }
  .newsletter .content {
    gap: 40px;
    width: 80%;
    margin: 60px 0;
  }
  .newsletter .photo-content {
    border-radius: 30px;
  }
  .newsletter .main-cta {
    width: 80%;
  }
  .newsletter .main-cta .left {
    width: 70%;
  }
}
@media screen and (max-width: 1024px) {
  .newsletter .title {
    width: 90%;
    margin: 60px 0 40px 0;
  }
  .newsletter .header-photo {
    width: 90%;
  }
  .newsletter .content {
    width: 90%;
    gap: 30px;
    margin: 40px 0;
  }
  .newsletter .main-cta {
    width: 90%;
    margin: 40px 0 80px 0;
  }
  .newsletter .main-cta .left {
    width: 80%;
  }
}
@media screen and (max-width: 768px) {
  .newsletter .title {
    margin: 40px 0 20px 0;
  }
  .newsletter .title .actions .right {
    gap: 16px;
  }
  .newsletter .title .actions .right .item span {
    display: none;
  }
  .newsletter .header-photo {
    width: 90%;
    border-radius: 30px;
  }
  .newsletter .content {
    width: 90%;
    gap: 24px;
    margin: 40px 0;
  }
  .newsletter .mid-cta {
    flex-direction: column;
    gap: 8px;
  }
  .newsletter .mid-cta img {
    width: 40px;
  }
  .newsletter .main-cta {
    width: 90%;
    margin: 20px 0 40px 0;
    padding: 24px;
  }
  .newsletter .main-cta .left {
    width: 100%;
  }
  .newsletter .main-cta span {
    color: #080808;
    font-size: 16px;
  }
  .newsletter .main-cta .title {
    font-size: 20px;
    color: #080808;
  }
  .newsletter .main-cta form {
    flex-direction: column;
  }
}
@media screen and (max-width: 450px) {
  .newsletter {
    padding: 24px;
    box-sizing: border-box;
  }
  .newsletter .title {
    width: 100%;
    margin: 20px 0;
  }
  .newsletter .header-photo {
    width: 100%;
    border-radius: 20px;
  }
  .newsletter .content {
    width: 100%;
  }
  .newsletter .photo-content {
    border-radius: 20px;
  }
  .newsletter .main-cta {
    padding: 24px;
    width: 100%;
  }
  .newsletter .main-cta span {
    color: #080808;
    font-size: 12px;
  }
  .newsletter .main-cta .title {
    font-size: 16px;
    color: #080808;
  }
}

/*************************** Assessment Form ****************************/
.assessment-form {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
}
.assessment-form .title {
  width: 60%;
  margin: 120px 0 60px 0;
}
.assessment-form .content {
  width: 60%;
  border: 1px solid #EEEEEE;
}
.assessment-form .submit {
  width: 60%;
  margin: 32px 0;
}
@media screen and (max-width: 1280px) {
  .assessment-form .title {
    width: 70%;
    margin: 100px 0 40px 0;
  }
  .assessment-form .content {
    width: 70%;
  }
  .assessment-form .submit {
    width: 70%;
    margin: 32px 0;
  }
}
@media screen and (max-width: 1024px) {
  .assessment-form .title {
    width: 70%;
    margin: 60px 0 40px 0;
  }
}
@media screen and (max-width: 768px) {
  .assessment-form .title {
    margin: 40px 0 20px 0;
  }
}
@media screen and (max-width: 450px) {
  .assessment-form {
    padding: 24px;
    box-sizing: border-box;
  }
  .assessment-form .title {
    width: 100%;
    margin: 20px 0;
  }
  .assessment-form .content {
    width: 100%;
  }
  .assessment-form .submit {
    width: 100%;
    margin: 24px 0;
  }
}

.assessment-form-modal {
  animation: swing-in-top-fwd 1s cubic-bezier(0.175, 0.885, 0.32, 1.275) both;
  background-color: #FFFFFF;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  box-sizing: border-box;
  border-radius: 30px;
  width: 100%;
  height: 90vh;
  padding: 40px 0;
}
.assessment-form-modal .title {
  display: flex;
  flex-direction: column;
  width: 90%;
  margin-bottom: 16px;
}
.assessment-form-modal .title .header {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  gap: 24px;
}
.assessment-form-modal .title img {
  cursor: pointer;
}
.assessment-form-modal .content {
  width: 90%;
  border: 1px solid #EEEEEE;
  height: 70vh;
  overflow-y: scroll;
}
.assessment-form-modal .submit {
  width: 90%;
  margin-top: 32px;
}
.assessment-form-modal .content::-webkit-scrollbar {
  width: 6px; /* Adjusts scrollbar width */
  border-left: 1px solid #EEEEEE;
}
.assessment-form-modal .content::-webkit-scrollbar-thumb {
  width: 4px;
  background-color: #EEEEEE;
  border-radius: 20px;
  outline: none;
}
@media screen and (max-width: 1024px) {
  .assessment-form-modal {
    border-radius: 20px;
    width: 100%;
    height: 90vh;
    padding: 32px 0;
  }
  .assessment-form-modal .submit {
    margin-top: 24px;
  }
}
@media screen and (max-width: 768px) {
  .assessment-form-modal {
    padding: 24px;
  }
  .assessment-form-modal .submit {
    margin-top: 24px;
  }
}
@media screen and (max-width: 450px) {
  .assessment-form-modal {
    padding: 16px;
  }
}

/*************************** Animation   ****************************/
.animate-logo span {
  animation: tracking-in-expand 1s cubic-bezier(0.215, 0.61, 0.355, 1) both;
}

.animate-hero h1 {
  animation: fade-in-bottom 0.6s cubic-bezier(0.39, 0.575, 0.565, 1) both;
}

.animate-hero h2,
.animate-hero p,
.animate-hero .button-container {
  animation: fade-in-bottom 0.6s cubic-bezier(0.39, 0.575, 0.565, 1) both;
}

.animate-hero h2 {
  animation-delay: 0.5s;
}

.animate-hero p:nth-child(3) {
  animation-delay: 0.6s;
}

.animate-hero .button-container:nth-child(4) {
  animation-delay: 0.8s;
}

.animate-core .title h6,
.animate-core .title h2,
.animate-core .card-light,
.animate-core .card-dark {
  animation: fade-in-bottom 0.6s cubic-bezier(0.39, 0.575, 0.565, 1) both;
}

.animate-statement {
  animation: fade-in-bottom 0.6s cubic-bezier(0.39, 0.575, 0.565, 1) both;
}

.animate-statement .content strong {
  background-color: #F7F7F7;
  animation: changeColor 0.5s ease-in forwards;
  animation-delay: 1s;
}

.animate-featured {
  animation: fade-in-bottom 0.6s cubic-bezier(0.39, 0.575, 0.565, 1) both;
}

.animate-reviews {
  animation: fade-in-bottom 0.6s cubic-bezier(0.39, 0.575, 0.565, 1) both;
}

/***************************  Services ****************************/
.animate-services h6,
.animate-services h2,
.animate-services p {
  animation: fade-in-bottom 0.5s cubic-bezier(0.39, 0.575, 0.565, 1) both;
}

.animate-services .title h2 {
  animation-delay: 0.4s;
}

.animate-services p {
  animation-delay: 0.5s;
}

.animate-services .item {
  animation: swing-in-top-fwd 1s cubic-bezier(0.175, 0.885, 0.32, 1.275) both;
}

.animate-services .services-items:nth-child(1) .item:nth-child(1) {
  animation-delay: 0.3s;
}

.animate-services .services-items:nth-child(1) .item:nth-child(2) {
  animation-delay: 0.6s;
}

.animate-services .services-items:nth-child(2) .item:nth-child(1) {
  animation-delay: 1s;
}

.animate-services .services-items:nth-child(2) .item:nth-child(2) {
  animation-delay: 0.8s;
}

.animate-services .services-items:nth-child(3) .item:nth-child(1) {
  animation-delay: 1.1s;
}

.animate-services .services-items:nth-child(3) .item:nth-child(2) {
  animation-delay: 1.2s;
}

.animate-services-second-content h3,
.animate-services-second-content p {
  animation: swing-in-top-fwd 0.8s cubic-bezier(0.175, 0.885, 0.32, 1.275) both;
}

.animate-services-second-content p strong {
  background-color: #F7F7F7;
  animation: changeColor 0.5s ease-in forwards;
  animation-delay: 1s;
}

.animate-services-second-content .right {
  animation: flip-in-hor-top 1s cubic-bezier(0.6, -0.28, 0.735, 0.045) both;
  animation-delay: 0.1s;
}

.animate-services-second-content h3 {
  animation-delay: 0.5s;
}

.animate-services-second-content p {
  animation-delay: 0.6s;
}

.animate-services-second-content .card {
  animation: flip-in-hor-top 1s cubic-bezier(0.6, -0.28, 0.735, 0.045) both;
}

.animate-services-second-content .card:nth-child(2) {
  animation-delay: 0s;
}

.animate-services-second-content .card:nth-child(3) {
  animation-delay: 0.1s;
}

.animate-services-second-content .card:nth-child(4) {
  animation-delay: 0.2s;
}

/***************************  About ****************************/
.animate-about,
.animate-group .group {
  animation: fade-in-bottom 1s cubic-bezier(0.39, 0.575, 0.565, 1) both;
}

/***************************  Insights ****************************/
.animate-insights-head-title {
  animation: fade-in-top 0.6s cubic-bezier(0.39, 0.575, 0.565, 1) both;
}

/***************************  Contact ****************************/
.animate-contact .mail, .animate-contact .address {
  animation: swing-in-top-fwd 1s cubic-bezier(0.175, 0.885, 0.32, 1.275) both;
}

.animate-contact .mail {
  animation-delay: 0.5s;
}

.animate-contact .address {
  animation-delay: 1s;
}

.animate-contact .contact-us {
  animation: tilt-in-bottom-2 1s cubic-bezier(0.25, 0.46, 0.45, 0.94) both;
}

/*************************** Navbar ****************************/
.navbar-desktop .navbar-content a {
  animation: tracking-in-expand 0.6s cubic-bezier(0.215, 0.61, 0.355, 1) both;
}
.navbar-desktop .fade-out-exit .navbar-content {
  animation: slide-out-right 2s cubic-bezier(0.55, 0.085, 0.68, 0.53) both;
}
.navbar-desktop .fade-out-exit .navbar-content a {
  animation: tracking-out-contract 0.7s cubic-bezier(0.55, 0.085, 0.68, 0.53) both;
}

.navbar-mobile .navbar-content {
  animation: swing-in-top-fwd 1s cubic-bezier(0.175, 0.885, 0.32, 1.275) both;
}
.navbar-mobile.fade-out-exit .navbar-content {
  animation: swing-out-top-bck 0.6s cubic-bezier(0.6, -0.28, 0.735, 0.045) both;
}
.navbar-mobile.fade-out-exit .navbar-content a {
  animation: all 3s;
}
@keyframes tracking-out-contract {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 1;
  }
  100% {
    letter-spacing: -0.5em;
    opacity: 0;
  }
}
@keyframes slide-out-right {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@keyframes swing-out-top-bck {
  0% {
    transform: rotateX(0deg);
    transform-origin: top;
    opacity: 1;
  }
  100% {
    transform: rotateX(-100deg);
    transform-origin: top;
    opacity: 0;
  }
}
/***************************  Contact ****************************/
/***************************  Keyframes ****************************/
.wobble-ver-right {
  animation: wobble-ver-right 1s both;
}
@keyframes wobble-ver-right {
  0%, 100% {
    transform: translateY(0) rotate(0);
    transform-origin: 50% 50%;
  }
  15% {
    transform: translateY(-30px) rotate(6deg);
  }
  30% {
    transform: translateY(15px) rotate(-6deg);
  }
  45% {
    transform: translateY(-15px) rotate(3.6deg);
  }
  60% {
    transform: translateY(9px) rotate(-2.4deg);
  }
  75% {
    transform: translateY(-6px) rotate(1.2deg);
  }
}
/*
----------------------------------------
 custom
----------------------------------------
*/
@keyframes changeColor {
  from {
    transform: translateX(-100%);
    background-color: #F7F7F7;
  }
  to {
    transform: translateX(0);
    background-color: #FFBB34;
  }
}
@keyframes fadeInUp {
  0% {
    transform: translateY(-100px);
  }
  100% {
    transform: translateY(0);
  }
}
/*
----------------------------------------
 animation fade-in
----------------------------------------
*/
@keyframes fade-in-top {
  0% {
    transform: translateY(-50px);
    opacity: 0;
  }
  100% {
    transform: translateY(0);
    opacity: 1;
  }
}
@keyframes fade-in-bottom {
  0% {
    transform: translateY(50px);
    opacity: 0;
  }
  100% {
    transform: translateY(0);
    opacity: 1;
  }
}
@keyframes fade-in-fwd {
  0% {
    transform: translateZ(-80px);
    opacity: 0;
  }
  100% {
    transform: translateZ(0);
    opacity: 1;
  }
}
/*
----------------------------------------
 animation others
----------------------------------------
*/
@keyframes tracking-in-expand {
  0% {
    letter-spacing: -0.5em;
    opacity: 0;
  }
  40% {
    opacity: 0.6;
  }
  100% {
    opacity: 1;
  }
}
@keyframes swing-in-bottom-bck {
  0% {
    transform: rotateX(-70deg);
    transform-origin: bottom;
    opacity: 0;
  }
  100% {
    transform: rotateX(0);
    transform-origin: bottom;
    opacity: 1;
  }
}
@keyframes swing-in-top-fwd {
  0% {
    transform: rotateX(-100deg);
    transform-origin: top;
    opacity: 0;
  }
  100% {
    transform: rotateX(0deg);
    transform-origin: top;
    opacity: 1;
  }
}
@keyframes slide-in-left {
  0% {
    transform: translateX(-1000px);
    opacity: 0;
  }
  100% {
    transform: translateX(0);
    opacity: 1;
  }
}
/**
 * ----------------------------------------
 * animation flip-scale
 * ----------------------------------------
 */
@keyframes flip-in-hor-top {
  0% {
    transform: rotateX(-80deg);
    opacity: 0;
  }
  100% {
    transform: rotateX(0);
    opacity: 1;
  }
}
/**
 * ----------------------------------------
 * animation tilt-in
 * ----------------------------------------
 */
@keyframes tilt-in-bottom-2 {
  0% {
    transform: rotateY(-30deg) translateY(300px) skewY(30deg);
    opacity: 0;
  }
  100% {
    transform: rotateY(0deg) translateY(0) skewY(0deg);
    opacity: 1;
  }
}
html {
  margin: 0 auto;
  max-width: 1920px;
  overflow-x: hidden;
}

/*************************** Home ****************************/
.services-body {
  height: 100vh;
  overflow-y: auto;
}

.insights, .insights-container {
  scroll-snap-align: center;
}

/*************************** Components ****************************/
.btn-primary {
  background-color: #B386FD;
  padding: 16px 32px;
  border-radius: 50px;
  font-size: 22px;
  border: none;
  font-family: "Poppins", sans-serif;
  color: white;
  display: flex;
  align-items: center;
  gap: 8px;
}
.btn-primary img {
  width: 34px;
}
@media screen and (max-width: 1280px) {
  .btn-primary {
    padding: 8px 24px;
    font-size: 16px;
  }
  .btn-primary img {
    width: 18px;
  }
}
.btn-primary-sml {
  background-color: #B386FD;
  border-radius: 50px;
  border: none;
  font-family: "Poppins", sans-serif;
  color: white;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  font-size: 16px;
  padding: 16px 24px;
  font-weight: 500;
}
@media screen and (max-width: 1024px) {
  .btn-primary-sml {
    padding: 8px 24px;
  }
}

.btn-gray-sml {
  background-color: #F7F7F7;
  border-radius: 50px;
  border: none;
  font-family: "Poppins", sans-serif;
  color: #080808;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  font-size: 16px;
  padding: 16px 24px;
  font-weight: 500;
}
@media screen and (max-width: 1024px) {
  .btn-gray-sml {
    padding: 8px 24px;
  }
}

.btn-primary-sml,
.btn-primary {
  cursor: pointer;
  transition: all 1s;
  position: relative;
  overflow: hidden;
  z-index: 1;
}
.btn-primary-sml:after,
.btn-primary:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #B386FD;
  z-index: -2;
  border-radius: 50px;
}
.btn-primary-sml:before,
.btn-primary:before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0%;
  height: 100%;
  background-color: #FFBB34;
  transition: all 1s;
  z-index: -1;
  border-radius: 25px;
}
.btn-primary-sml:hover:before,
.btn-primary:hover:before {
  width: 100%;
}

.block {
  width: 100%;
}

input, select {
  width: 100%;
  padding: 16px 16px;
  box-sizing: border-box;
  outline: none;
  border: none;
  border-radius: 50px;
}

input::-moz-placeholder, textarea::-moz-placeholder {
  font-family: "Poppins", sans-serif;
  color: #B5B5B5;
  font-size: 16px;
}

input::placeholder, textarea::placeholder {
  font-family: "Poppins", sans-serif;
  color: #B5B5B5;
  font-size: 16px;
}

textarea {
  width: 100%;
  padding: 16px 16px;
  box-sizing: border-box; /* Include padding in width calculation */
  outline: none;
  border: none;
  border-radius: 25px;
  font-size: 16px;
  font-family: "Poppins", sans-serif;
  resize: none;
}

input[type=checkbox] {
  position: relative;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none; /* Remove default browser styling */
  padding: 0;
  min-width: 24px;
  width: 24px;
  height: 24px;
  border: 1px solid #B5B5B5;
  border-radius: 6px;
  cursor: pointer;
}
input[type=checkbox]:hover {
  border: 1px solid #B386FD;
  background-color: #FFFFFF;
}
input[type=checkbox]:checked {
  background-color: #B386FD;
  border-color: #B386FD;
}
input[type=checkbox]:checked::after {
  content: "";
  background-image: url("../../assets/check.svg");
  position: absolute;
  width: 20px;
  height: 20px;
}
input[type=checkbox]:disabled {
  opacity: 0.5;
  border: 1px solid #EEEEEE;
  cursor: not-allowed;
}

/*************************** Let's Talk Button ****************************/
.lets-talk .talk-text {
  display: block;
  transition: opacity 1s cubic-bezier(0.5, 1, 0.89, 1) 0s;
  transform: scale(1);
  opacity: 1;
}
.lets-talk .talk-text.hidden {
  margin-right: -8px;
  opacity: 0;
  transform: scale(0);
  width: 0;
  height: 0;
}

/*************************** Wrapper:  Drag Scroll  ****************************/
.wrapper-insights,
.wrapper-case-studies,
.wrapper-reviews {
  display: flex;
  overflow-x: auto;
  position: relative;
  width: 100%;
  overflow-x: scroll;
  overflow-y: hidden;
  transition: all 0.2s;
  transform: scale(1.02);
  will-change: transform;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  cursor: pointer;
  padding-bottom: 25px;
}

.scroll-smooth {
  scroll-behavior: smooth;
}

.insights-preview {
  position: relative;
}

.insights-preview .hide-scrollbar {
  position: absolute;
  width: 100%;
  height: 20px;
  background-color: white;
  z-index: 1;
  bottom: 30px;
}

.reviews .hide-parent {
  position: relative;
}

.reviews .hide-scrollbar {
  position: absolute;
  width: 100%;
  height: 20px;
  background-color: #F7F7F7;
  z-index: 1;
  bottom: -5px;
}

.case-studies-container {
  position: relative;
}

.case-studies .hide-scrollbar {
  position: absolute;
  width: 100%;
  height: 20px;
  background-color: white;
  z-index: 1;
  bottom: -10px;
}

.wrapper-insights.active,
.wrapper-case-studies.active,
.wrapper-reviews.active {
  cursor: grabbing;
  cursor: -webkit-grabbing;
  transform: scale(1);
}

.wrapper-insights::-webkit-scrollbar,
.wrapper-case-studies::-webkit-scrollbar,
.wrapper-reviews::-webkit-scrollbar {
  width: 0px;
  background-color: rgba(255, 255, 255, 0);
}

.wrapper-insights::-webkit-scrollbar-thumb,
.wrapper-case-studies::-webkit-scrollbar-thumb,
.wrapper-reviews::-webkit-scrollbar-thumb {
  background-color: rgba(255, 255, 255, 0);
}

.wrapper-insights::-webkit-scrollbar-button,
.wrapper-case-studies::-webkit-scrollbar-button,
.wrapper-reviews::-webkit-scrollbar-button {
  display: none;
}

/*************************** Form ****************************/
.error-text {
  color: red;
}
.light-form {
  display: flex;
  flex-direction: column;
  border-bottom: 1px solid #EEEEEE;
  padding: 16px 24px;
}
.light-form label {
  color: #080808;
  width: 100%;
}
.light-form input[type=text], .light-form input[type=email], .light-form textarea, .light-form select {
  width: 100%;
  padding: 16px 0;
  box-sizing: border-box;
  outline: none;
  border: none;
  border-radius: 0px;
  font-size: 24px;
}
.light-form input::-moz-placeholder, .light-form textarea::-moz-placeholder {
  font-size: 24px;
}
.light-form input::placeholder, .light-form textarea::placeholder {
  font-size: 24px;
}
.light-form .check-item {
  display: flex;
  flex-direction: row;
  align-items: start;
  justify-content: center;
  gap: 8px;
}
.light-form .check-item label {
  font-size: 24px;
  line-height: 26px;
}
.light-form .check-container {
  display: flex;
  flex-direction: column;
  gap: 12px;
  margin-top: 16px;
}
@media screen and (max-width: 768px) {
  .light-form label {
    font-size: 16px;
  }
  .light-form input[type=text], .light-form textarea, .light-form select {
    font-size: 20px;
  }
  .light-form input::-moz-placeholder, .light-form textarea::-moz-placeholder {
    font-size: 20px;
  }
  .light-form input::placeholder, .light-form textarea::placeholder {
    font-size: 20px;
  }
  .light-form .check-item label {
    font-size: 20px;
    line-height: 24px;
  }
}
.light-form:last-child {
  border-bottom: none;
}

/*************************** Modal Form ****************************/
.modal-background {
  display: none;
  position: fixed;
  z-index: 1000;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
  background-color: rgb(0, 0, 0);
  background-color: rgba(0, 0, 0, 0.4);
}

.modal-content {
  margin: auto;
  width: 60%;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  height: 100vh;
}
@media screen and (max-width: 1024px) {
  .modal-content {
    width: 70%;
  }
}
@media screen and (max-width: 768px) {
  .modal-content {
    width: 80%;
  }
}
@media screen and (max-width: 450px) {
  .modal-content {
    width: 90%;
  }
}

.success-modal {
  animation: swing-in-top-fwd 1s cubic-bezier(0.175, 0.885, 0.32, 1.275) both;
  background-color: #FFFFFF;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  box-sizing: border-box;
  overflow: hidden;
  border-radius: 30px;
  width: 60%;
  height: -moz-fit-content;
  height: fit-content;
  padding: 40px;
}
.success-modal .photo {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  background-color: #B386FD;
  overflow: hidden;
  border-radius: 20px;
  height: 30vh;
  margin: 20px 0;
}
.success-modal .photo img {
  width: 80%;
  -o-object-fit: cover;
  object-fit: cover;
}
.success-modal .header {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: start;
  gap: 24px;
}
.success-modal .header img {
  cursor: pointer;
}
.success-modal .title p {
  margin-top: 16px;
}
.success-modal .title a {
  color: #B386FD;
}
.success-modal .title form {
  display: flex;
  flex-direction: row;
  gap: 8px;
  margin-top: 24px;
}
.success-modal .title form input {
  background-color: #F7F7F7;
}
.success-modal .title .mail {
  text-align: center;
}
.success-modal .title .note {
  color: #B5B5B5;
  text-align: center;
  margin-top: 24px;
}
.success-modal .title .note a {
  color: #B5B5B5;
}
@media screen and (max-width: 1280px) {
  .success-modal {
    width: 80%;
  }
}
@media screen and (max-width: 1024px) {
  .success-modal {
    width: 90%;
  }
}
@media screen and (max-width: 768px) {
  .success-modal {
    width: 100%;
  }
}
@media screen and (max-width: 550px) {
  .success-modal {
    border-radius: 20px;
    padding: 24px;
    width: 100%;
  }
  .success-modal .header img {
    width: 16px;
  }
  .success-modal .title form {
    display: flex;
    flex-direction: column;
  }
}

#cookies {
  display: block;
}
#cookies .cookies-modal {
  background-color: #FFFFFF;
  padding: 40px;
  border-radius: 25px;
}
#cookies .cookies-modal p {
  font-size: 16px;
}
#cookies .cookies-modal a {
  color: #B386FD;
}
#cookies .cookies-modal .modal-buttons {
  margin-top: 32px;
  display: flex;
  flex-direction: row;
  gap: 24px;
}
@media screen and (max-width: 768px) {
  #cookies .cookies-modal {
    padding: 24px;
  }
  #cookies .cookies-modal .modal-buttons {
    flex-direction: column;
    gap: 16px;
  }
}/*# sourceMappingURL=main.css.map */

/* FREEFORM FORMS: START */
.freeform-row .freeform-column .freeform-label.freeform-required:after {
  display: none !important; /* Hides required asterisk above form inputs. Required for styling on contact us page. */
}
/* FREEFORM FORMS: END */

/* Accessibility */
.visually-hidden {
  border: 0;
  padding: 0;
  margin: 0;
  position: absolute !important;
  height: 1px;
  width: 1px;
  overflow: hidden;
  clip: rect(1px 1px 1px 1px); /* IE6, IE7 - a 0 height clip, off to the bottom right of the visible 1px box */
  clip: rect(1px, 1px, 1px, 1px); /*maybe deprecated but we need to support legacy browsers */
  clip-path: inset(50%); /*modern browsers, clip-path works inwards from each corner*/
  white-space: nowrap; /* added line to stop words getting smushed together (as they go onto seperate lines and some screen readers do not understand line feeds as a space */
}
