:root {
  --white: white;
  --black: black;
}

.transition-screen {
  position: fixed;
  inset: 0;
  background: linear-gradient(#101010, #192e5e);
  z-index: 9999;
  transform-origin: bottom;
  transform: scaleY(1);
  opacity: 1;
  pointer-events: none;
  will-change: transform, opacity;
  transition: transform 0.8s cubic-bezier(0.77, 0, 0.175, 1), opacity 1s cubic-bezier(0.77, 0, 0.175, 1);
}

.transition-screen.animate-out {
  transform: scaleY(0);
  opacity: 0;
}

.transition-screen.animate-in {
  transform: scaleY(1);
  opacity: 1;
}

.w-layout-blockcontainer {
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.w-layout-vflex {
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

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

  .leftflexbox, .rightflexbox {
    justify-content: center;
    align-items: center;
  }
  
  .footerbtn {
    align-self: center;
    margin-left: auto;
    margin-right: auto;
  }
    

}

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

body {
  color: #333;
  background-color: #030e25;
  font-family: Open Sans, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 20px;
  overflow-x: hidden;
}

.nav {
  width: auto;
  max-width: none;
  justify-content: space-between;
  align-items: center;
  margin-top: 0;
  margin-bottom: 0;
  display: flex;
}

.container {
  width: 100%;
  height: 100%;
  max-width: 100%;
  background-color: rgba(250, 250, 250, 0);
  display: block;
}

.logo {
  height: 40px;
  align-self: center;
  display: inline-block;
}

.logo.footer {
  background-color: rgba(24, 49, 83, 0);
  align-self: flex-start;
  justify-content: flex-start;
  margin-left: 0;
  margin-right: auto;
}

.logo.footer.mobile {
  display: none;
}

.homelogo .logo {
  transition: transform 0.3s ease;
}

.homelogo .logo:hover {
  transform: scale(1.15);
}



.navlinks {
  position: relative;
  color: #e2f1ff;
  text-transform: none;
  margin: 16px;
  padding: 0;
  font-family: Open Sans, sans-serif;
  font-style: normal;
  font-weight: 400;
  text-decoration: none;
  display: inline-block;
  transition: transform 0.2s ease-out, font-weight 0.2s ease-out;
  transform-origin: center;
  backface-visibility: hidden;
  will-change: transform;
}

.navlinks:hover {
  transform: scale(1.08);
  font-weight: 600;
}

/* Prevent layout shift by predefining font weight space */
.navlinks::after {
  content: attr(data-text);
  font-weight: 600;
  visibility: hidden;
  height: 0;
  display: block;
  overflow: hidden;
}

/* Nav button version */
.navlinks.navbtn {
  color: #f5f5f5;
  background-color: #668cf6;
  border-radius: 50px;
  margin: 0;
  padding: 8px 24px;
  font-family: Open Sans, sans-serif;
  font-weight: 600;
  line-height: 24px;
  display: block;
  transition: transform 0.2s ease-out, background-color 0.2s ease-out;
  border: 2px solid transparent;
}

.navlinks.navbtn:hover {
  background-color: #4169E1;
  border-color: #4169E1;
  transform: scale(1.08);
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
}





.navlinks.about, .navlinks.portfolio {
  margin: 0;
  font-family: Open Sans, sans-serif;
}

.navlinks.navdropdown {
  color: #183153;
  margin-bottom: 0;
  padding: 16px 8px;
}

.navlinks.brands.w--current {
  display: none;
}

.navlinks.home, .navlinks.contact {
  margin: 0;
  font-family: Open Sans, sans-serif;
}

.menulinks {
  grid-column-gap: 54px;
  grid-row-gap: 54px;
  text-align: left;
  justify-content: flex-start;
  align-items: center;
  font-style: normal;
  font-weight: 800;
  display: flex;
}

.main {
  background-color: rgba(24, 49, 83, 0);
}

.navbar {
  z-index: 100;
  background-color: rgba(25, 49, 83, 0);
  position: static;
  top: 0;
}

.footer {
  background-color: #183153;
}

.content {
  height: 7vh;
  background-color: #101010;
  flex-direction: column;
  justify-content: center;
  align-items: stretch;
  padding-left: 10%;
  padding-right: 10%;
  display: flex;
}

.content.section2 {
  height: auto;
  grid-column-gap: 10%;
  grid-row-gap: 10%;
  background-color: #f5f5f5;
  background-image: linear-gradient(#f5f5f5, #eaeeff);
  flex-direction: row;
  padding: 160px 10%;
}

.content.main {
  height: 93vh;
  background-image: linear-gradient(#101010, #192e5e);
}

.content.section3 {
  height: auto;
  background-color: #f5f5f5;
  padding-top: 160px;
  padding-bottom: 80px;
}

.content.section4 {
  height: auto;
  background-color: #f5f5f5;
  padding: 160px 5%;
}

.content.section6 {
  height: auto;
  background-color: #f5f5f5;
  padding-top: 80px;
  padding-bottom: 160px;
}

.content.section5 {
  height: auto;
  background-color: #f5f5f5;
  padding-top: 80px;
  padding-bottom: 80px;
}

.content.footer {
  height: auto;
  background-image: linear-gradient(#192e5e, #101010);
  align-items: stretch;
  padding-left: 10%;
  padding-right: 10%;
}

.content.navbar {
  height: 7vh;
  -webkit-text-fill-color: inherit;
  mix-blend-mode: normal;
  background-color: rgba(16, 16, 16, .88);
  background-image: linear-gradient(#030e25, #101010 65%);
  background-clip: border-box;
}

.content.section2portfoliomain, .content.sectioncontact {
  height: auto;
  background-color: #f5f5f5;
  padding-top: 160px;
  padding-bottom: 160px;
}

.content.downloads, .content.portfolio {
  height: auto;
  grid-column-gap: 10%;
  grid-row-gap: 10%;
  background-color: #f5f5f5;
  background-image: linear-gradient(#f5f5f5, #eaeeff);
  flex-direction: row;
  padding: 160px 10%;
}

.content.sectiondownloads {
  height: auto;
  background-color: #f5f5f5;
  padding-top: 160px;
  padding-bottom: 160px;
}

.content.privacypolicy {
  height: auto;
  background-color: #f5f5f5;
  padding: 160px 15%;
}

.content._404 {
  height: auto;
  height: auto;
  grid-column-gap: 0%;
  grid-row-gap: 0%;
  background-color: #f5f5f5;
  background-image: none;
  flex-direction: column;
  align-items: center;
  padding: 160px 10%;
}

.content.about {
  height: auto;
  background-color: #f5f5f5;
  padding: 160px 5%;
}

.link {
  color: #f5f5f5; /* Light grey text color in non-hover state */
  background-color: transparent; /* Transparent background in non-hover state */
  border: 2px solid #668cf6; /* Blue border */
  border-radius: 200px;
  align-self: center;
  margin-top: 24px;
  margin-bottom: 24px;
  padding: 16px 56px;
  font-family: Open Sans, sans-serif;
  font-size: 24px;
  font-weight: 600;
  line-height: 32px;
  text-decoration: none;
  display: flex;
  transition: all 0.3s ease; /* Smooth transition */
}

.link:hover {
  background-color: #668cf6; /* Blue background on hover */
  color: #f5f5f5; /* Light grey text color on hover */
  border: 2px solid #668cf6; /* Blue border on hover */
  transform: scale(1.05); /* Adds a subtle scaling effect when hovered */
  box-shadow: 0 8px 15px rgba(0, 0, 0, 0.2); /* Adds shadow on hover */
}



.burgericon {
  z-index: 4;
  width: 30px;
  height: auto;
  cursor: pointer;
  display: none;
  position: relative;
}

.textmain {
  margin-top: 24px;
  margin-bottom: 24px;
  font-size: 32px;
}

.textmain.text {
  color: #f5f5f5;
  text-align: center;
  text-transform: none;
  align-self: center;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Poppins, sans-serif;
  font-size: 32px;
  font-weight: 400;
  line-height: 40px;
}

.textmain.header {
  color: #f5f5f5;
  text-align: left;
  text-transform: capitalize;
  align-self: center;
  padding-left: 0;
  font-family: Poppins, sans-serif;
  font-size: 140px;
  font-weight: 700;
  line-height: 148px;
}

.top {
  justify-content: space-between;
  align-items: flex-start;
  margin-top: 60px;
  margin-bottom: 0;
  display: flex;
}

.bottom {
  width: auto;
  justify-content: space-between;
  align-items: center;
  margin-top: 0;
  margin-bottom: 60px;
  display: flex;
}

.sociallinks img {
  display: inline-block;
  transition: transform 0.2s ease-out;
  transform-origin: center;
  backface-visibility: hidden;
  will-change: transform;
}

.sociallinks:hover img {
  transform: scale(1.15);
}


.col1 {
  flex-direction: column;
  flex: none;
  align-items: center;
  display: flex;
}

.col1.bot {
  justify-content: center;
  margin-left: 0;
  margin-right: 0;
}

.col2 {
  flex-direction: column;
  flex: none;
  align-items: flex-start;
  display: flex;
}

.col2.bot {
  clear: none;
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  flex-direction: row;
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  margin-left: 0;
  margin-right: 0;
  display: flex;
}

.footerheader {
  color: #e3f1ff;
  text-align: left;
  flex-direction: row;
  flex: 0 auto;
  justify-content: flex-start;
  align-items: stretch;
  margin-top: 8px;
  margin-bottom: 16px;
  font-family: Open Sans, sans-serif;
  font-size: 24px;
  font-weight: 600;
  line-height: 32px;
  display: block;
}

.footerheader.rightheader {
  margin-bottom: 8px;
  font-family: Open Sans, sans-serif;
  line-height: 32px;
}


.footertext {
  color: #e3f1ff;
  font-family: Open Sans, sans-serif;
  font-weight: 400;
  text-decoration: none;
  position: relative;
  display: inline-block;
  margin: 8px 0;
  transition: transform 0.2s ease-out;
  transform-origin: center;
  backface-visibility: hidden;
  will-change: transform, font-weight;
}

.footertext:hover {
  transform: scale(1.08);
  font-weight: 600;
}

/* Prevent layout shift */
.footertext::after {
  content: attr(data-text);
  font-weight: 600;
  visibility: hidden;
  height: 0;
  display: block;
  overflow: hidden;
  font-size: inherit;
  font-family: inherit;
  line-height: inherit;
}


/* Apply styles only to anchor tags */
a.footertext {
  cursor: pointer;
}

.footertext.no-hover:hover {
  transform: none;
  font-weight: 400;
}

.sizeBold {
  font-weight: 600; /* or 700 for extra bold */
  font-size: 28px;
}



.col3 {
  flex-direction: column;
  flex: none;
  align-items: flex-start;
  display: flex;
}

.col5 {
  clear: none;
  flex-direction: column;
  align-items: flex-start;
  margin-left: 0;
  margin-right: 0;
  display: flex;
  position: static;
  top: 0%;
  bottom: auto;
  left: auto;
  right: 0%;
}

.copyrighttext {
  color: #e3f1ff;
  margin-right: 8px;
  font-family: Open Sans, sans-serif;
  font-size: 16px;
  font-weight: 300;
  line-height: 24px;
}

.col4 {
  flex-direction: column;
  flex: none;
  align-items: flex-start;
  display: flex;
}

.homelogo {
  height: 40px;
  min-height: 0;
  align-self: auto;
}

.homelogo.w--current {
  height: auto;
  display: flex;
}

.section2 {
  background-color: #fafafa;
}

.ctasection2 {
  color: #f5f5f5; /* Text color is light blue in non-hover state */
  background-color: #668cf6; /* Background is blue in non-hover state */
  border: 2px solid #668cf6; /* Blue border */
  border-radius: 200px;
  align-self: flex-start;
  margin-top: 40px;
  margin-left: 0;
  padding: 16px 32px;
  font-family: Open Sans, sans-serif;
  font-size: 16px;
  font-weight: 600;
  line-height: 24px;
  text-decoration: none;
  display: inline-block;
  transition: all 0.3s ease; /* Smooth transition */
}

.ctasection2:hover {
  background-color: #4169E1;
  color: #f5f5f5;
  border: 2px solid #4169E1;
  transform: scale(1.05);
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15); /* Soft shadow to add depth */
}

.cta404 {
  color: #f5f5f5; /* Text color is light blue in non-hover state */
  background-color: #668cf6; /* Background is blue in non-hover state */
  border: 2px solid #668cf6; /* Blue border */
  border-radius: 200px;
  align-self: flex-start;
  margin-top: 40px;
  margin-left: 0;
  padding: 16px 32px;
  font-family: Open Sans, sans-serif;
  font-size: 16px;
  font-weight: 600;
  line-height: 24px;
  text-decoration: none;
  display: inline-block;
  transition: all 0.3s ease; /* Smooth transition */
}

.cta404:hover {
  background-color: #4169E1;
  color: #f5f5f5;
  border: 2px solid #4169E1;
  transform: scale(1.05);
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15); /* Soft shadow to add depth */
}

.dividerline {
  opacity: .25;
  border: 1px solid #fff;
  margin-top: 32px;
  margin-bottom: 32px;
}

.dividerline.mobile {
  display: none;
}

.utility-page-wrap {
  width: 100vw;
  height: 100vh;
  max-height: 100%;
  max-width: 100%;
  justify-content: center;
  align-items: center;
  display: flex;
}

.utility-page-content {
  width: 260px;
  text-align: center;
  flex-direction: column;
  display: flex;
}

.utility-page-form {
  flex-direction: column;
  align-items: stretch;
  display: flex;
}

.icon-3 {
  display: none;
}

.dropdown-toggle {
  padding: 0;
}

.navdropdown {
  background-color: #e3f1ff;
  margin-top: 0;
  padding: 16px;
}

.navdropdown.w--open {
  -webkit-text-fill-color: inherit;
  background-color: #f4f9ff;
  background-image: linear-gradient(#e3f1ff, #e3f1ff);
  background-clip: border-box;
  border-radius: 20px;
}

.announcement {
  display: none;
}

.banner {
  height: 3vh;
  background-color: #eaeeff;
  justify-content: center;
  align-items: center;
  display: flex;
  position: static;
}

.bannertext {
  background-color: rgba(0, 0, 0, 0);
  font-weight: 400;
  line-height: 24px;
}

.image-11 {
  width: 24px;
  max-width: none;
  align-self: center;
  margin-top: 40px;
  display: none;
  position: static;
}

.textsectionheader {
  color: #192e5e;
  text-align: left;
  margin-top: 16px;
  margin-bottom: 24px;
  font-family: Open Sans, sans-serif;
  font-size: 56px;
  font-weight: 800;
  line-height: 64px;
}

.textsectionheader.section3 {
  width: 100%;
  color: #f5f5f5;
  text-align: center;
  font-size: 56px;
  font-weight: 700;
  line-height: 64px;
}

.textsectionheader.section {
  color: #192e5e;
  text-align: center;
  align-self: center;
  margin-bottom: 0;
  font-family: Open Sans, sans-serif;
  font-size: 56px;
  font-weight: 800;
  line-height: 64px;
}

.textsectionheader.section.about {
  font-size: 80px;
  line-height: 88px;
}

.textsectionheader.contact {
  color: #192e5e;
  text-align: center;
  align-self: center;
  margin-bottom: 16px;
  font-family: Open Sans, sans-serif;
  font-size: 80px;
  font-weight: 800;
  line-height: 64px;
}

.textsectionsubheader {
  color: #668cf6;
  font-family: Open Sans, sans-serif;
  font-size: 24px;
  font-weight: 400;
  line-height: 32px;
}

.textsectionsubheader.section3 {
  color: #eaeeff;
}

.textsectionsubheader.section {
  color: #668cf6;
  align-self: center;
  font-family: Open Sans, sans-serif;
  font-size: 24px;
  font-weight: 400;
  line-height: 32px;
}

.textsectionsubheader.section.policyheader {
  align-self: flex-start;
}

.textsectionsubheader.contact {
  color: #668cf6;
  align-self: center;
  font-family: Open Sans, sans-serif;
  font-size: 32px;
  font-weight: 400;
  line-height: 40px;
}

.textsectiondetails {
  color: #192e5e;
  text-align: left;
  font-family: Open Sans, sans-serif;
  font-size: 24px;
  font-weight: 400;
  line-height: 32px;
}

.textsectiondetails.section3 {
  width: 60%;
  color: #f5f5f5;
  text-align: center;
}

.textsectiondetails.contact {
  text-align: center;
  align-self: center;
  font-size: 32px;
  line-height: 40px;
}

.leftflexbox {
  align-self: center;
}

.latestreleasehero {
  width: 400px;
  height: 400px;
  background-color: #fafafa;
  background-image: url('../images/thumbnail_transparent.png');
  background-position: 50%;
  background-size: cover;
  border-radius: 80px 20px;
  box-shadow: 11px 11px 24px -8px rgba(0, 0, 0, .08);
}

.box {
  background-image: linear-gradient(#101010, #192e5e);
  border-radius: 80px;
  flex-direction: column;
  align-items: center;
  margin-left: 0%;
  margin-right: 0%;
  padding-top: 10%;
  padding-bottom: 10%;
  display: flex;
}

.ctasection3 {
  color: #f5f5f5; /* Text color is light blue in non-hover state */
  background-color: #668cf6; /* Background is blue in non-hover state */
  border: 2px solid #668cf6; /* Blue border */
  border-radius: 200px;
  align-self: center;
  margin-top: 40px;
  padding: 16px 32px;
  font-family: Open Sans, sans-serif;
  font-size: 16px;
  font-weight: 600;
  line-height: 24px;
  text-decoration: none;
  display: inline-block;
  transition: all 0.3s ease; /* Smooth transition */
}

.ctasection3:hover {
  background-color: #4169E1; /* New hover background color */
  color: #f5f5f5; /* Light grey text color on hover */
  border: 2px solid #4169E1; /* New hover border color */
  transform: scale(1.05); /* Subtle scaling effect when hovered */
  box-shadow: 0 8px 15px rgba(0, 0, 0, 0.2); /* Adds shadow on hover */
}

.headerflexbox {
  margin-bottom: 0;
  display: flex;
}

.headerflexbox.section6 {
  align-self: center;
  margin-bottom: 0;
}

.module {
  background-color: #fafafa;
  border-radius: 20px;
  flex-direction: column;
  justify-content: space-between;
  align-items: stretch;
  padding: 8%;
  display: flex;
  box-shadow: 11px 11px 16px -8px rgba(0, 0, 0, 0.08);
  transition: background-color 0.3s ease, box-shadow 0.3s ease;
}

.module:hover {
  background-color: #FFFDF6;
}


.module.portfolio {
  flex-wrap: nowrap;
  align-content: center;
  justify-content: space-between;
  align-items: stretch;
  padding: 8px;
  position: relative;
}

.module.downloads {
  flex-wrap: nowrap;
  align-content: center;
  justify-content: space-between;
  align-items: stretch;
  padding: 8%;
  text-decoration: none;
}

.thumbnail {
  width: 240px;
  border-radius: 10px;
  align-self: auto;
}

.thumbnail.portfolio {
  width: 320px;
  object-fit: cover;
  order: 0;
  overflow: hidden;
}

.thumbnail.downloads {
  width: 320px;
  height: auto;
  object-fit: cover;
  width: 320px;
  height: auto;
  object-fit: cover;
  width: 320px;
  height: auto;
  object-fit: cover;
  width: 320px;
  height: auto;
  object-fit: cover;
  order: 0;
  overflow: hidden;
}

.moduletitle {
  color: #192e5e;
  text-align: center;
  margin-top: 0;
  margin-bottom: 24px;
  font-family: Open Sans, sans-serif;
  font-size: 16px;
  font-weight: 600;
  line-height: 24px;
}

.moduletitle.portfolio {
  text-align: center;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 16px;
  font-weight: 700;
  line-height: 24px;
}


/* Module should remain positioned relative */
.module.portfolio {
  position: relative;
  overflow: hidden;
}

/* Inner overlay (not full bleed) */
.portfolio-overlay {
  position: absolute;
  top: 4px;
  bottom: 4px;
  left: 4px;
  right: 4px;
  background-color: rgba(250, 250, 250, 0.9); /* solid #fafafa with some transparency */
  border-radius: 6px; /* slightly smaller than parent to avoid covering border */
  opacity: 0;
  transition: opacity 0.3s ease;
  display: flex;
  justify-content: center;
  align-items: center;
  pointer-events: none;
  z-index: 2;
}

/* Overlay text styling */
.portfolio-text-group {
  text-align: center;
  color: #192e5e; /* Use dark blue text for contrast */
  z-index: 3;
  pointer-events: none;
}

/* Show overlay on hover */
.module.portfolio:hover .portfolio-overlay {
  opacity: 1;
}




.longcta {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  background-color: #fafafa;
  border-radius: 80px;
  justify-content: center;
  align-self: center;
  align-items: center;
  margin-left: 0;
  padding: 16px 40px;
  text-decoration: none;
  display: flex;
  box-shadow: 11px 11px 16px -8px rgba(0, 0, 0, 0.08);
  transition: all 0.3s ease;
}

.longcta.section6 {
  margin-top: 40px;
}

.longctatext {
  color: #192e5e;
  font-family: Open Sans, sans-serif;
  font-size: 16px;
  font-weight: 600;
  line-height: 24px;
  text-decoration: none;
  transition: color 0.3s ease;
}

.buttoniconcta {
  width: 40px;
  height: 40px;
  background-color: #668cf6;
  border-radius: 50px;
  justify-content: center;
  align-items: center;
  display: flex;
  transition: background-color 0.3s ease;
  position: relative;
}

.buttonicon {
  width: 8px;
  display: inline-block;
  position: absolute;
  transition: opacity 0.3s ease;
}

.default-arrow {
  opacity: 1;
}

.hover-arrow {
  opacity: 0;
}

/* Hover State */
.longcta:hover {
  background-color: #668cf6;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
  transform: scale(1.05); /* add this line */
}

.longcta:hover .longctatext {
  color: #fafafa;
}

.longcta:hover .buttoniconcta {
  background-color: #fafafa;
}

.longcta:hover .default-arrow {
  opacity: 0;
}

.longcta:hover .hover-arrow {
  opacity: 1;
}





.modulecta {
  color: #f5f5f5;
  background-color: #668cf6;
  border: 2px solid #668cf6;
  border-radius: 200px;
  transition: all 0.3s ease;
  /* Retaining your original layout and sizing */
  align-self: center;
  margin-top: 0;
  padding: 8px 24px;
  font-family: Open Sans, sans-serif;
  font-size: 16px;
  font-weight: 600;
  line-height: 24px;
  text-decoration: none;
}

.modulecta:hover {
  background-color: #4169E1;
  color: #f5f5f5;
  border-color: #4169E1;
  transform: scale(1.05);
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
}

.module:hover .modulecta {
  background-color: #4169E1;
  color: #f5f5f5;
  border-color: #4169E1;
  transform: scale(1.05);
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
}

.quoteiconleft {
  width: 40px;
  max-width: none;
  align-self: flex-start;
}

.quoteiconright {
  width: 40px;
  max-width: none;
  float: right;
  align-self: flex-end;
}

.slider-right {
  border-radius: 45px 0 45px 45px;
  justify-content: center;
  align-items: center;
  margin-right: 15px;
  padding: 20px 36px;
  display: flex;
  box-shadow: 1px 1px 55px rgba(0, 22, 50, .08);
}

.slider-left {
  min-height: 45px;
  border-radius: 45px 0 45px 45px;
  justify-content: center;
  align-items: center;
  margin-right: 15px;
  padding: 15px 36px;
  display: flex;
  box-shadow: 1px 1px 45px rgba(0, 22, 50, .1);
}

.slider-right-2 {
  border-radius: 45px 0 45px 45px;
  justify-content: center;
  align-items: center;
  margin-right: 15px;
  padding: 20px 36px;
  display: flex;
  box-shadow: 1px 1px 55px rgba(0, 22, 50, .08);
}

.slider-left-2 {
  min-height: 45px;
  border-radius: 45px 0 45px 45px;
  justify-content: center;
  align-items: center;
  margin-right: 15px;
  padding: 15px 36px;
  display: flex;
  box-shadow: 1px 1px 45px rgba(0, 22, 50, .1);
}

.slider-right-3 {
  border-radius: 45px 0 45px 45px;
  justify-content: center;
  align-items: center;
  margin-right: 15px;
  padding: 20px 36px;
  display: flex;
  box-shadow: 1px 1px 55px rgba(0, 22, 50, .08);
}

.card {
  width: 720px;
  height: 320px;
  aspect-ratio: auto;
  color: #b8b9c2;
  object-fit: fill;
  background-color: #fafafa;
  border-radius: 40px;
  flex-flow: column;
  align-content: space-between;
  justify-content: center;
  align-items: stretch;
  margin-left: 50%;
  padding: 40px;
  display: flex;
  overflow: hidden;
  transform: translate(-50%);
  box-shadow: 11px 11px 24px -8px rgba(0, 0, 0, .08);
}

.arrow-right {
  width: 50px;
  height: 50px;
  margin-right: 24%;
  top: auto;
  bottom: 0%;
  left: auto;
  right: 0%;
}

.carousel-slider.carouselfirst {
  padding-left: 0;
  overflow: visible;
}

.carousel-mask {
  width: 100%;
  padding-top: 20px;
  padding-bottom: 20px;
  overflow: hidden;
}

.carousel {
  width: 100vw;
  height: 400px;
  background-color: rgba(0, 0, 0, 0);
  justify-content: flex-end;
  align-items: center;
}

.carousel.is_contained {
  width: 100%;
  height: auto;
  justify-content: space-between;
  align-items: flex-start;
  margin-top: 60px;
  padding-bottom: 120px;
}

.arrow-left {
  width: 50px;
  height: 50px;
  margin-left: 24%;
  top: auto;
  bottom: 0%;
  left: 0%;
  right: auto;
}

.image-13 {
  width: 25px;
}

.paragraph {
  width: 80%;
  color: #192e5e;
  text-align: center;
  align-self: center;
  margin: 40px 0;
  font-size: 16px;
  font-weight: 600;
  line-height: 24px;
}

.image-14 {
  width: 25px;
}

.slide-nav-5 {
  align-items: flex-start;
  margin-bottom: 6px;
  display: block;
}

.smallcta {
  color: #f5f5f5;
  background-color: rgba(24, 49, 83, 0);
  border: 2px solid #f5f5f5;
  border-radius: 200px;
  align-self: flex-start;
  margin-top: 16px;
  padding: 8px 32px;
  font-family: Open Sans, sans-serif;
  font-weight: 400;
  line-height: 24px;
  text-decoration: none;
}

.footerbtn {
  color: #f5f5f5;
  background-color: transparent;
  border: 2px solid #668cf6;
  border-radius: 200px;
  align-self: flex-start;
  margin-top: 16px;
  padding: 8px 32px;
  font-family: Open Sans, sans-serif;
  font-weight: 400;
  line-height: 24px;
  text-decoration: none;
  display: inline-block;
  transition: all 0.3s ease;
}

.footerbtn:hover {
  background-color: #668cf6;
  color: #f5f5f5;
  transform: scale(1.05);
  border-color: #668cf6;
  box-shadow: 0 8px 15px rgba(0, 0, 0, 0.2);
}


.flex-block-2 {
  width: 70%;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  padding-right: 10%;
  display: grid;
}

.flex-block-3 {
  width: 30%;
  align-items: flex-end;
  display: flex;
}

.aboutshapeleft {
  width: auto;
  height: auto;
  background-color: #fafafa;
  background-image: linear-gradient(135deg, #fafafa 25%, #eaeeff);
  border-radius: 0 120px;
  justify-content: center;
  align-self: center;
  align-items: center;
  margin-top: 40px;
  margin-right: 400px;
  padding: 8% 8% 8%;
  box-shadow: 11px 11px 24px 8px rgba(0, 0, 0, .08);
}

.aboutshapeleft.first {
  background-color: #f3f5ff;
  background-image: linear-gradient(to top, #101010, #192e5e);
  border-radius: 20px 100px;
  margin-top: 0;
  box-shadow: 11px 11px 16px -8px rgba(0, 0, 0, .08);
}

.aboutshapeleft.third {
  background-color: #f3f5ff;
  background-image: linear-gradient(to top, #101010, #192e5e);
  border-radius: 20px 100px;
  box-shadow: 11px 11px 16px -8px rgba(0, 0, 0, .08);
}

.abouttext {
  max-width: 600px;
  color: #e3f1ff;
  font-family: Open Sans, sans-serif;
  font-size: 20px;
  font-weight: 400;
  line-height: 32px;
}

.aboutshaperight {
  width: auto;
  height: auto;
  background-color: #fafafa;
  background-image: linear-gradient(315deg, #fafafa 25%, #eaeeff);
  border-radius: 120px 0;
  justify-content: center;
  align-self: center;
  align-items: center;
  margin-top: 40px;
  margin-left: 400px;
  padding: 8% 8% 8%;
  box-shadow: 11px 11px 24px 8px rgba(0, 0, 0, .08);
}

.aboutshaperight.second {
  background-color: #eaeeff;
  background-image: linear-gradient(to top, #101010, #192e5e);
  border-radius: 100px 20px;
  box-shadow: -11px 11px 16px -8px rgba(0, 0, 0, .08);
}

.aboutshaperight.fourth {
  background-color: #eaeeff;
  background-image: linear-gradient(to top, #101010, #192e5e);
  border-radius: 100px 20px;
  box-shadow: -11px 11px 16px -8px rgba(0, 0, 0, .08);
}

.privacypolicymaincontent {
  flex-wrap: wrap;
  align-content: stretch;
  justify-content: center;
  align-items: center;
  margin-top: 80px;
}

.ctaabout {
  color: #f5f5f5; /* Light grey text color in non-hover state */
  background-color: #668cf6; /* Transparent background in non-hover state */
  border: 2px solid #668cf6; /* Blue border */
  border-radius: 200px;
  align-self: flex-end;
  margin-top: 40px;
  margin-left: 0;
  padding: 16px 32px;
  font-family: Open Sans, sans-serif;
  font-size: 16px;
  font-weight: 600;
  line-height: 24px;
  text-decoration: none;
  display: inline-block;
  transition: all 0.3s ease; /* Smooth transition */
}

.ctaabout:hover {
  background-color: #4169E1; /* Blue background on hover */
  color: #f5f5f5; /* Light grey text color on hover */
  border: 2px solid #4169E1; /* Blue border on hover */
  transform: scale(1.05); /* Adds a subtle scaling effect when hovered */
  box-shadow: 0 8px 15px rgba(0, 0, 0, 0.2); /* Adds shadow on hover */
}



.section1portfolio {
  background-color: #fafafa;
}

.ctaportfolio {
  color: #f5f5f5; /* Light grey text color in non-hover state */
  background-color: #668cf6; /* Transparent background in non-hover state */
  border: 2px solid #668cf6; /* Original blue border */
  border-radius: 200px;
  align-self: flex-start;
  margin-top: 32px;
  margin-left: 0;
  padding: 16px 32px;
  font-family: Open Sans, sans-serif;
  font-size: 16px;
  font-weight: 600;
  line-height: 24px;
  text-decoration: none;
  display: inline-block;
  transition: all 0.3s ease; /* Smooth transition */
}

.ctaportfolio:hover {
  background-color: #4169E1; /* New hover background color */
  color: #f5f5f5; /* Light grey text color on hover */
  border: 2px solid #4169E1; /* New hover border color */
  transform: scale(1.05); /* Subtle scaling effect when hovered */
  box-shadow: 0 8px 15px rgba(0, 0, 0, 0.2); /* Adds shadow on hover */
}



.modulecategory {
  color: #192e5e;
  text-align: center;
  margin-top: 24px;
  margin-bottom: 24px;
  font-family: Open Sans, sans-serif;
  font-size: 16px;
  font-weight: 600;
  line-height: 24px;
}

.modulecategory.downloads {
  color: #668cf6;
  text-align: center;
  align-self: center;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 12px;
  font-weight: 300;
  line-height: 20px;
}

.modulecategory.downloads.premium, .modulecategory.downloads.free {
  margin-top: 24px;
}

.portfoliotext {
  width: 100%;
  background-color: rgba(250, 250, 250, .85);
  border-radius: 10px;
  flex-direction: column;
  justify-content: center;
  align-self: center;
  align-items: center;
  margin-top: 0;
  padding: 16px;
  text-decoration: none;
  display: none;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.formcontact {
  width: 100%;
  flex-direction: column;
  align-self: center;
  margin-top: 80px;
  padding-left: 25%;
  padding-right: 25%;
}

.halfwidthfield {
  color: #192e5e;
  border: 1px #000;
  border-radius: 40px;
  margin-bottom: 0;
  padding: 24px;
  font-family: Open Sans, sans-serif;
  font-size: 16px;
  line-height: 24px;
}

.halfwidthfield::-ms-input-placeholder {
  color: #d5d5d5;
}

.halfwidthfield::placeholder {
  color: #d5d5d5;
}

.fullwidthfield {
  color: #192e5e;
  border: 1px #000;
  border-radius: 40px;
  margin-bottom: 0;
  padding: 24px;
  font-family: Open Sans, sans-serif;
  font-size: 16px;
  line-height: 24px;
}

.fullwidthfield::-ms-input-placeholder {
  color: #d5d5d5;
}

.fullwidthfield::placeholder {
  color: #d5d5d5;
}

.form-block-2 {
  width: 100%;
  align-self: center;
}

.twofieldsflexbox {
  width: 100%;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-direction: row;
}

.fullwidthtextarea {
  min-height: 240px;
  color: #192e5e;
  border: 1px #000;
  border-radius: 20px;
  margin-bottom: 0;
  padding: 24px;
  font-family: Open Sans, sans-serif;
  font-size: 16px;
}

.fullwidthtextarea::-ms-input-placeholder {
  color: #d5d5d5;
}

.fullwidthtextarea::placeholder {
  color: #d5d5d5;
}

.form-2 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.contactformsubmitcta {
  color: #f5f5f5; /* Light grey text color in non-hover state */
  background-color: #668cf6; /* Transparent background in non-hover state */
  border: 2px solid #668cf6; /* Original blue border */
  border-radius: 80px;
  padding: 16px 40px;
  font-family: Open Sans, sans-serif;
  font-size: 16px;
  font-weight: 600;
  transition: all 0.3s ease; /* Smooth transition */
}

.contactformsubmitcta:hover {
  background-color: #4169E1; /* New hover background color */
  color: #f5f5f5; /* Light grey text color on hover */
  border: 2px solid #4169E1; /* New hover border color */
  transform: scale(1.05); /* Subtle scaling effect when hovered */
  box-shadow: 0 8px 15px rgba(0, 0, 0, 0.2); /* Adds shadow on hover */
}



.section1downloads {
  background-color: #fafafa;
}

.ctadownloads {
  color: #f5f5f5; /* Light grey text color in non-hover state */
  background-color: #668cf6; /* Transparent background in non-hover state */
  border: 2px solid #668cf6; /* Original blue border */
  border-radius: 200px;
  align-self: flex-start;
  margin-top: 32px;
  margin-left: 0;
  padding: 16px 32px;
  font-family: Open Sans, sans-serif;
  font-size: 16px;
  font-weight: 600;
  line-height: 24px;
  text-decoration: none;
  display: inline-block;
  transition: all 0.3s ease; /* Smooth transition */
}

.ctadownloads:hover {
  background-color: #4169E1; /* New hover background color */
  color: #f5f5f5; /* Light grey text color on hover */
  border: 2px solid #4169E1; /* New hover border color */
  transform: scale(1.05); /* Subtle scaling effect when hovered */
  box-shadow: 0 8px 15px rgba(0, 0, 0, 0.2); /* Adds shadow on hover */
}


.ctadownloads2 {
  color: #192e5e;
  background-color: rgba(102, 140, 246, 0);
  border: 2px solid #192e5e;
  border-radius: 200px;
  align-self: flex-start;
  margin-left: 0;
  padding: 16px 32px;
  font-family: Open Sans, sans-serif;
  font-size: 16px;
  font-weight: 600;
  line-height: 24px;
  text-decoration: none;
}

.flex-block-12 {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  flex-direction: row;
  margin-top: 32px;
}

.flex-block-13 {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  flex-direction: row;
}

.flex-block-14 {
  flex-direction: row;
  align-items: center;
}

.gridportfolio {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: repeat(auto-fit, minmax(180px, 320px)) minmax(180px, 320px) minmax(180px, 320px) minmax(180px, 320px);
  grid-auto-columns: 1fr;
  justify-content: stretch;
  align-self: center;
  justify-items: stretch;
  margin-top: 80px;
  margin-bottom: 80px;
  display: grid;
}

.griddownloads {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto auto;
  grid-template-columns: repeat(auto-fit, minmax(180px, 320px)) minmax(180px, 320px) minmax(180px, 320px) minmax(180px, 320px);
  grid-auto-columns: 1fr;
  justify-content: stretch;
  align-self: center;
  justify-items: stretch;
  margin-top: 80px;
  margin-bottom: 80px;
  display: grid;
}

.downloadshero {
  width: 400px;
  height: 400px;
  background-color: #f5f5f5;
  background-image: url('../images/download.jpg');
  background-position: 50%;
  background-size: cover;
  border-radius: 80px 20px;
  box-shadow: 11px 11px 24px -8px rgba(0, 0, 0, .08);
}

.portfoliohero {
  width: 400px;
  height: 400px;
  background-color: #fafafa;
  background-image: url('../images/icon_logo_guide2x.png');
  background-position: 50%;
  background-size: cover;
  border-radius: 80px 20px;
  box-shadow: 11px 11px 24px -8px rgba(0, 0, 0, .08);
}

.policytext {
  color: #192e5e;
  align-self: flex-start;
  margin-top: 0;
  margin-bottom: 32px;
  font-family: Open Sans, sans-serif;
  font-size: 24px;
  font-weight: 300;
  line-height: 32px;
}

.policytext.last {
  margin-bottom: 0;
}

.link-2, .link-3, .link-4 {
  text-decoration: none;
}

.contactsuccess {
  justify-content: flex-start;
  margin-top: 0;
}

.successheader {
  color: #192e5e;
  text-align: center;
  align-self: center;
  margin-bottom: 8px;
  font-family: Open Sans, sans-serif;
  font-size: 32px;
  font-weight: 600;
  line-height: 40px;
}

.successtext {
  color: #192e5e;
  text-align: center;
  align-self: center;
  font-family: Open Sans, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
}

.contactsuccessimg {
  width: 100px;
  align-self: center;
  margin-bottom: 40px;
}

.ctasuccess {
  color: #e3f1ff;
  background-color: #668cf6;
  border-radius: 200px;
  align-self: center;
  margin-top: 40px;
  padding: 16px 32px;
  font-family: Open Sans, sans-serif;
  font-size: 16px;
  font-weight: 600;
  line-height: 24px;
  text-decoration: none;
  display: inline-block;
}

.successembed {
  width: 1px;
  height: 1px;
  position: absolute;
}

.backtotopimg {
  width: 56px;
  display: block;
}

.backtotop {
  z-index: 20;
  display: flex;
  position: fixed;
  top: auto;
  bottom: 3%;
  left: auto;
  right: 2%;
}

.griddownloadshome {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: repeat(auto-fit, minmax(180px, 320px)) minmax(180px, 320px) minmax(180px, 320px) minmax(180px, 320px);
  grid-auto-columns: 1fr;
  justify-content: stretch;
  align-self: center;
  justify-items: stretch;
  margin-top: 80px;
  margin-bottom: 80px;
  display: grid;
}

.ctapolicy {
  color: #f5f5f5; /* Text color is light blue in non-hover state */
  background-color: #668cf6; /* Background is blue in non-hover state */
  border: 2px solid #668cf6; /* Blue border */
  border-radius: 200px;
  align-self: flex-start;
  margin-top: 80px;
  margin-left: 0;
  padding: 16px 32px;
  font-family: Open Sans, sans-serif;
  font-size: 16px;
  font-weight: 600;
  line-height: 24px;
  text-decoration: none;
  display: inline-block;
  transition: all 0.3s ease; /* Smooth transition */
}

.ctapolicy:hover {
  background-color: #4169E1;
  color: #f5f5f5;
  border: 2px solid #4169E1;
  transform: scale(1.05);
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15); /* Soft shadow to add depth */
}

.cta404 {
  color: #e3f1ff;
  background-color: #668cf6;
  border-radius: 200px;
  align-self: center;
  margin-top: 32px;
  margin-left: 0;
  padding: 16px 32px;
  font-family: Open Sans, sans-serif;
  font-size: 16px;
  font-weight: 600;
  line-height: 24px;
  text-decoration: none;
}

.text404subheader {
  color: #668cf6;
  margin-bottom: 16px;
  font-family: Poppins, sans-serif;
  font-size: 40px;
  font-weight: 400;
  line-height: 48px;
}

.text404header {
  color: #192e5e;
  text-align: left;
  margin-top: 0;
  margin-bottom: 24px;
  font-family: Open Sans, sans-serif;
  font-size: 240px;
  font-weight: 800;
  line-height: 248px;
}

.aboutmaincontent {
  flex-wrap: wrap;
  align-content: stretch;
  justify-content: center;
  align-items: center;
  margin-top: 80px;
}

@media screen and (min-width: 1920px) {
  .flex-block-2 {
    grid-column-gap: 32px; /* tighter spacing between Company, Support, Legal */
    width: 60%; /* optional: reduce overall spread of the 3-column grid */
  }
}

@media screen and (max-width: 991px) {
  .nav {
    align-items: stretch;
    margin-left: 0;
    margin-right: 0;
  }

  .container {
    max-width: none;
  }

  .logo {
    height: 32px;
    margin-bottom: 0;
  }

  .logo.footer {
    margin-top: 40px;
    display: block;
    align-self: center;
    margin-left: auto;
    margin-right: auto;
  }

  .logo.footer.mobile {
    display: block;
  }

  .menulinks {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
  }

  .content.section2 {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
    flex-direction: column-reverse;
    margin-top: 0;
    margin-bottom: 0;
    padding-top: 80px;
    padding-bottom: 80px;
  }

  .content.main {
    padding-left: 5%;
    padding-right: 5%;
  }

  .content.section3 {
    padding: 80px 5%;
  }

  .content.section4, .content.section6 {
    padding-top: 80px;
    padding-bottom: 80px;
  }

  .content.section5 {
    padding: 80px 0%;
  }

  .content.navbar {
    padding: 5%;
  }

  .content.section2portfoliomain {
    padding-top: 80px;
    padding-bottom: 80px;
  }

  .content.sectioncontact {
    padding-top: 120px;
    padding-bottom: 120px;
  }

  .content.downloads, .content.portfolio {
    grid-column-gap: 80px;
    grid-row-gap: 80px;
    flex-direction: column-reverse;
    margin-top: 0;
    margin-bottom: 0;
    padding-top: 80px;
    padding-bottom: 80px;
  }

  .content.sectiondownloads {
    padding-top: 80px;
    padding-bottom: 80px;
  }

  .content.privacypolicy {
    padding: 80px 10%;
  }

  .content._404 {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    flex-direction: column;
    margin-top: 0;
    margin-bottom: 0;
    padding-top: 120px;
    padding-bottom: 120px;
  }

  .content.about {
    padding-top: 80px;
    padding-bottom: 80px;
  }

  .link {
    margin-left: 0;
  }

  .textmain.text {
    margin-left: 0;
    font-size: 24px;
    line-height: 32px;
  }

  .textmain.header {
    margin-top: 16px;
    margin-bottom: 16px;
    margin-left: 0;
    font-size: 104px;
    line-height: 112px;
  }

  .top {
    width: 100%;
    flex-direction: column-reverse;
    justify-content: space-between;
    margin-top: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .bottom {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    flex-direction: column-reverse;
    margin-bottom: 40px;
    margin-left: 40px;
    margin-right: 40px;
  }

  .col1 {
    display: flex;
    flex-direction: column;
    align-items: center;
    order: -1; /* ensure it stays before other content if needed */
    grid-column: span 3; /* span full width to prevent row breaking */
  }

  .col1 .logo {
    display: none;
  }

  .footerheader {
    margin-top: 0;
    margin-bottom: 24px;
    font-weight: 600;
    font-size: 24px;
  }

  .footerheader.rightheader {
    justify-content: center;
    align-self: center;
    line-height: 32px;
    display: flex;
  }

  .col2,
  .col3,
  .col4 {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
  }
  
  .col2 .footertext,
  .col3 .footertext,
  .col4 .footertext {
    text-align: center;
  }
  

  .footertext.donation {
    text-align: center;
    align-self: center;
  }

  .col5 {
    align-items: flex-start;
    margin-left: 0;
    display: flex;
  }

  .copyrighttext {
    font-size: 14px;
  }

  .homelogo {
    height: auto;
  }

  .ctasection2 {
    align-self: center;
    margin-left: 0;
  }

  .dividerline {
    width: 100%;
    align-self: center;
    margin-left: 40px;
    margin-right: 40px;
  }

  .dividerline.mobile {
    display: flex;
  }

  .image-11 {
    display: none;
  }

  .textsectionheader {
    text-align: center;
    align-self: center;
    font-size: 48px;
    line-height: 56px;
  }

  .textsectionheader.section3 {
    width: 100%;
    text-align: center;
    align-self: center;
    font-size: 48px;
    line-height: 56px;
  }

  .textsectionheader.section.about {
    font-size: 56px;
    line-height: 64px;
  }

  .textsectionheader.contact {
    font-size: 56px;
  }

  .textsectionsubheader {
    align-self: center;
    font-size: 24px;
    line-height: 32px;
  }

  .textsectionsubheader.section3 {
    align-self: center;
  }

  .textsectionsubheader.section, .textsectionsubheader.contact {
    font-size: 24px;
    line-height: 32px;
  }

  .textsectiondetails {
    text-align: center;
    font-size: 16px;
    line-height: 32px;
  }

  .textsectiondetails.section3 {
    width: 100%;
    text-align: center;
    align-self: center;
  }

  .textsectiondetails.contact {
    font-size: 24px;
    line-height: 32px;
  }

  .leftflexbox {
    align-self: center;
  }

  .latestreleasehero {
    width: 320px;
    height: 320px;
    align-self: center;
  }

  .box {
    border-radius: 40px;
    margin-left: 0%;
    margin-right: 0%;
    padding: 10% 5%;
  }

  .ctasection3 {
    align-self: center;
    margin-left: 0;
    font-size: 16px;
  }

  .module {
    width: auto;
    padding: 24px;
  }

  .module.portfolio {
    width: 300px;
  }

  .module.downloads {
    width: auto;
  }

  .thumbnail {
    width: 320px;
  }

  .thumbnail.portfolio {
    width: 300px;
  }

  .moduletitle {
    margin-top: 0;
    margin-bottom: 16px;
  }

  .modulecta {
    align-self: center;
    margin-left: 0;
    padding: 8px 24px;
  }

  .card {
    width: 560px;
    padding: 5%;
  }

  .carousel.is_contained {
    margin-top: 20px;
    padding-bottom: 80px;
  }

  .smallcta {
    align-self: center;
    margin-left: 0;
  }

  .flex-block-2 {
    width: 100%;
    grid-template-columns: 1fr 1fr 1fr;
    padding-left: 5%;
    padding-right: 5%;
  }

  .flex-block-3 {
    width: 100%;
    align-self: center;
    align-items: center;
  }

  .aboutshapeleft {
    width: 320px;
    height: 320px;
    align-self: center;
    margin-top: 24px;
  }

  .aboutshapeleft.first {
    width: 480px;
    height: 100%;
    border-radius: 10px 60px;
    justify-content: space-between;
    align-self: flex-start;
    align-items: stretch;
    margin-left: 5%;
    margin-right: 0;
    box-shadow: 11px 11px 16px -8px rgba(0, 0, 0, .08);
  }

  .aboutshapeleft.third {
    width: 480px;
    height: 100%;
    border-radius: 10px 60px;
    justify-content: space-between;
    align-self: flex-start;
    align-items: stretch;
    margin-left: 5%;
    margin-right: 0;
    box-shadow: 11px 11px 16px -8px rgba(0, 0, 0, .08);
  }

  .abouttext {
    max-width: none;
    font-size: 16px;
    font-weight: 400;
    line-height: 28px;
  }

  .aboutshaperight {
    width: 320px;
    height: 320px;
    align-self: center;
    margin-top: 24px;
  }

  .aboutshaperight.second {
    width: 480px;
    height: 100%;
    border-radius: 60px 10px;
    justify-content: space-between;
    align-self: flex-end;
    align-items: stretch;
    margin-left: 0;
    margin-right: 5%;
    box-shadow: -11px 11px 16px -8px rgba(0, 0, 0, .08);
  }

  .aboutshaperight.fourth {
    width: 480px;
    height: 100%;
    border-radius: 60px 10px;
    justify-content: space-between;
    align-self: flex-end;
    align-items: stretch;
    margin-left: 0;
    margin-right: 5%;
    box-shadow: -11px 11px 16px -8px rgba(0, 0, 0, .08);
  }

  .privacypolicymaincontent {
    margin-top: 40px;
  }

  .ctaabout {
    align-self: flex-end;
    margin-left: 0;
    font-weight: 400;
  }

  .ctaportfolio {
    align-self: center;
    margin-left: 0;
  }

  .modulecategory {
    margin-top: 16px;
    margin-bottom: 16px;
  }

  .formcontact {
    padding-left: 0%;
    padding-right: 0%;
  }

  .ctadownloads, .ctadownloads2 {
    align-self: center;
    margin-left: 0;
  }

  .gridportfolio, .griddownloads {
    grid-template-columns: repeat(auto-fit, minmax(160px, 300px)) minmax(160px, 300px);
  }

  .downloadshero, .portfoliohero {
    width: 320px;
    height: 320px;
    align-self: center;
  }

  .policytext {
    max-width: none;
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
  }

  .ctasuccess {
    align-self: center;
    margin-left: 0;
    font-size: 16px;
  }

  .backtotopimg {
    width: 40px;
  }

  .backtotop {
    bottom: 2%;
  }

  .griddownloadshome {
    grid-template-columns: repeat(auto-fit, minmax(160px, 300px)) minmax(160px, 300px);
  }

  .ctapolicy {
    align-self: center;
    margin-left: 0;
    font-size: 16px;
  }

  .cta404 {
    align-self: center;
    margin-left: 0;
  }

  .text404subheader {
    align-self: center;
    margin-bottom: 8px;
    font-size: 24px;
    line-height: 32px;
  }

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

  .aboutmaincontent {
    margin-top: 40px;
  }
}



@media screen and (max-width: 767px) {
  .nav {
    align-items: center;
    margin-left: 0;
    margin-right: 0;
  }

  .logo {
    width: 30px;
    height: auto;
    margin-bottom: 0;
  }

  .logo.footer {
    width: 100px;
  }

  .navlinks {
    margin-top: 24px;
    margin-bottom: 24px;
    font-size: 24px;
  }

  .navlinks.navbtn {
    border-radius: 100px;
    margin-left: 0;
    padding: 16px 48px;
  }


  #mobileMenu {
    z-index: 3;
    position: fixed;
    top: 0; left: 0;
    width: 100%;
    height: 100vh;
    background: linear-gradient(#101010, #192e5e);
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;

    transform: translateX(-100%);
    transition: none !important;           /* ← no slide on resize */
  }

  #mobileMenu.open {
    transform: translateX(0);
    transition: transform 0.5s ease !important;
  }
  #mobileMenu.close {
    transform: translateX(-100%);
    transition: transform 0.5s ease !important;
  }


  .sizeBold {
    font-weight: 600; /* or 700 for extra bold */
    font-size: 20px;
  }


  .content.section2 {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
  }

  .content.main {
    background-image: linear-gradient(#101010, #192e5e);
  }

  .content.footer, .content.navbar, .content.section2portfoliomain {
    padding-left: 5%;
    padding-right: 5%;
  }

  .content.downloads, .content.portfolio {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
  }

  .content._404 {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    padding-top: 120px;
  }

  .link {
    margin-left: 0;
  }

  .burgericon {
    display: flex;
    z-index: 10;
    position: relative;
    width: 30px;
    height: 30px;
    cursor: pointer;
  }

  .textmain.text {
    margin-left: 32px;
    margin-right: 32px;
    font-size: 24px;
    line-height: 32px;
  }

  .textmain.header {
    margin-left: 32px;
    margin-right: 32px;
    font-size: 72px;
    line-height: 64px;
  }

  .top {
    flex-direction: column-reverse;
    margin-bottom: 0;
    margin-left: 0;
    margin-right: 0;
  }

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

  .col1 {
    margin-bottom: 20px;
    display: none;
  }

  .col1.bot {
    margin-bottom: 0;
    display: flex;
  }

  .col2 {
    margin-top: 20px;
    margin-bottom: 20px;
    margin-left: 0;
  }

  .col2.bot {
    flex-direction: column;
    margin-bottom: 0;
  }

  .footerheader {
    margin-bottom: 10px;
    
  }

  .footerheader.rightheader {
    justify-content: flex-start;
  }

  .footertext {
    justify-content: flex-start;
    line-height: 18px;
  }

  .col3 {
    margin: 20px 0 0;
  }

  .col5 {
    justify-content: flex-start;
    align-self: center;
    align-items: center;
    margin-left: 0;
  }

  .col4 {
    margin-top: 20px;
    margin-left: 0;
    margin-right: 0;
  }

  .homelogo {
    height: auto;
    align-items: center;
    display: flex;
  }

  .homelogo.w--current {
    height: 100%;
    display: flex;
  }

  .ctasection2 {
    margin-top: 24px;
  }

  .dividerline {
    margin-left: 0%;
    margin-right: 0%;
  }

  .bannertext {
    line-height: 24px;
  }

  .textsectionheader {
    margin-top: 8px;
    margin-bottom: 16px;
    font-size: 40px;
    line-height: 48px;
  }

  .textsectionheader.section3, .textsectionheader.section, .textsectionheader.section.about {
    font-size: 40px;
    line-height: 48px;
  }

  .textsectionheader.contact {
    margin-bottom: 8px;
    font-size: 40px;
    line-height: 48px;
  }

  .textsectionsubheader, .textsectionsubheader.section, .textsectionsubheader.contact, .textsectiondetails, .textsectiondetails.contact {
    font-size: 16px;
    line-height: 24px;
  }

  .leftflexbox, .rightflexbox {
    justify-content: center;
    align-items: center;
  }

  .latestreleasehero {
    width: 240px;
    height: 240px;
    border-top-left-radius: 40px;
    border-bottom-right-radius: 40px;
  }

  .box {
    padding-top: 10%;
    padding-bottom: 10%;
  }

  .ctasection3 {
    margin-top: 24px;
  }

  .module.portfolio {
    width: 400px;
  }

  .thumbnail.portfolio {
    width: 400px;
    align-self: center;
  }

  .buttoniconcta {
    width: 40px;
    height: 40px;
  }

  .buttonicon {
    width: 8px;
  }

  .quoteiconleft, .quoteiconright {
    width: 32px;
  }

  .card {
    width: 100%;
    height: 240px;
    min-height: 0;
    border-radius: 20px;
  }

  .carousel-slider._6, .carousel-slider._5, .carousel-slider._3, .carousel-slider._4, .carousel-slider._7, .carousel-slider._2, .carousel-slider._8 {
    padding-left: 5%;
    padding-right: 5%;
    right: 0%;
  }

  .carousel-slider.carouselfirst {
    padding-left: 5%;
    padding-right: 5%;
  }

  .carousel-mask {
    width: 100%;
  }

  .image-13 {
    width: 24px;
  }

  .paragraph {
    width: 100%;
    text-align: center;
    justify-content: center;
    margin-top: 16px;
    margin-bottom: 16px;
    padding: 5%;
    display: flex;
  }

  .image-14 {
    width: 24px;
  }

  .flex-block-2 {
    width: 100%;
    grid-template-columns: 1fr 1fr 1fr;
    justify-content: stretch;
    align-self: center;
    justify-items: stretch;
  }

  .flex-block-3 {
    width: 100%;
  }

  .aboutshapeleft {
    width: 240px;
    height: 240px;
    border-top-left-radius: 40px;
    border-bottom-right-radius: 40px;
  }

  .aboutshapeleft.first {
    width: auto;
    max-width: none;
    min-width: 0;
    border-radius: 10px;
    align-self: center;
    margin-left: 0%;
    padding: 10%;
    box-shadow: 11px 11px 16px -8px rgba(0, 0, 0, .08);
    border-radius: 20px 20px;
  }

  .aboutshapeleft.third {
    width: auto;
    border-radius: 10px;
    align-self: center;
    margin-top: 16px;
    margin-left: 0%;
    padding: 10%;
    box-shadow: 11px 11px 16px -8px rgba(0, 0, 0, .08);
    border-radius: 20px 20px;
  }

  .abouttext {
    font-size: 16px;
    line-height: 24px;
  }

  .aboutshaperight {
    width: 240px;
    height: 240px;
    border-top-left-radius: 40px;
    border-bottom-right-radius: 40px;
  }

  .aboutshaperight.second {
    width: auto;
    max-width: none;
    min-width: 0;
    border-radius: 10px;
    align-self: center;
    margin-top: 16px;
    margin-right: 0%;
    padding: 10%;
    box-shadow: -11px 11px 16px -8px rgba(0, 0, 0, .08);
    border-radius: 20px 20px;
  }

  .aboutshaperight.fourth {
    width: auto;
    max-width: none;
    min-width: 0;
    border-radius: 10px;
    align-self: center;
    margin-top: 16px;
    margin-right: 0%;
    padding: 10%;
    box-shadow: -11px 11px 16px -8px rgba(0, 0, 0, .08);
    border-radius: 20px 20px;
  }

  .privacypolicymaincontent {
    margin-top: 40px;
  }

  .ctaabout {
    align-self: center;
    margin-top: 24px;
    font-weight: 400;
  }

  .ctaportfolio {
    margin-top: 24px;
  }

  .formcontact {
    margin-top: 40px;
  }

  .twofieldsflexbox {
    flex-direction: column;
  }

  .ctadownloads, .ctadownloads2 {
    margin-top: 24px;
  }

  .flex-block-14 {
    justify-content: flex-start;
  }

  .gridportfolio, .griddownloads {
    width: 100%;
    grid-template-columns: repeat(auto-fit, minmax(320px, 400px));
    align-content: space-around;
    justify-content: space-around;
    justify-items: center;
    margin-top: 40px;
    margin-bottom: 40px;
  }

  .downloadshero, .portfoliohero {
    width: 240px;
    height: 240px;
    border-top-left-radius: 40px;
    border-bottom-right-radius: 40px;
  }

  .policytext {
    font-size: 16px;
    line-height: 24px;
  }

  .successheader {
    text-align: center;
    font-size: 24px;
    line-height: 32px;
  }

  .successtext {
    text-align: center;
  }

  .ctasuccess {
    margin-top: 24px;
  }

  .backtotop {
    display: none;
    bottom: 2%;
    right: 3%;
  }

  .griddownloadshome {
    width: 100%;
    grid-template-columns: repeat(auto-fit, minmax(320px, 400px));
    align-content: space-around;
    justify-content: space-around;
    justify-items: center;
    margin-top: 40px;
    margin-bottom: 40px;
  }

  .ctapolicy {
    margin-top: 24px;
  }

  .cta404 {
    margin-top: 24px;
    font-size: 14px;
  }

  .text404subheader {
    font-size: 16px;
    line-height: 24px;
  }

  .text404header {
    margin-top: 0;
    margin-bottom: 8px;
    font-size: 64px;
    line-height: 72px;
  }

  .aboutmaincontent {
    margin-top: 40px;
  }
}

@media screen and (max-width: 479px) {
  .nav {
    flex-direction: row;
    margin-left: 8px;
    margin-right: 8px;
  }

  .container {
    margin-top: 0;
    margin-bottom: 0;
  }

  .logo {
    width: 30px;
    height: auto;
    margin-bottom: 0;
    position: static;
  }

  .content.section2 {
    padding-left: 16px;
    padding-right: 16px;
  }

  .content.section4 {
    padding-left: 5%;
    padding-right: 5%;
  }

  .content.footer {
    padding-left: 10%;
    padding-right: 10%;
  }

  .content.downloads, .content.portfolio {
    padding-left: 16px;
    padding-right: 16px;
  }

  .content.sectiondownloads, .content.privacypolicy {
    padding-left: 5%;
    padding-right: 5%;
  }

  .content._404 {
    padding-left: 16px;
    padding-right: 16px;
  }

  .content.about {
    padding-left: 5%;
    padding-right: 5%;
  }

  .link {
    padding-left: 48px;
    padding-right: 48px;
    font-size: 16px;
    line-height: 24px;
  }

  .burgericon {
    width: 30px;
    height: auto;
  }

  .textmain.text {
    font-size: 16px;
    line-height: 24px;
  }

  .textmain.header {
    font-size: 48px;
    line-height: 56px;
  }

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

  .bottom {
    flex-direction: column-reverse;
  }



  .col2,
  .col3,
  .col4 {
    align-items: center;
  }

  .col2 .footertext,
  .col3 .footertext,
  .col4 .footertext {
    display: block;
    width: 100%;
    text-align: center;
    margin-left: 0;
    margin-right: 0;
  }

  .col2 {
    margin-bottom: 0px;
    margin-top: 0px;
  }

.col3 {
  margin-top: 10px;
  margin-bottom: 10px;
}

  .col4 {
    margin-top: 0px;
  }


  .footerheader {
    justify-content: center;
    display: flex;
    font-weight: 600;
    font-size: 24px;
  }
  

  .footerheader.rightheader {
    line-height: 28px;
  }

  .footertext {
    text-align: center;
    object-fit: fill;
    flex-direction: row;
    justify-content: center;
    align-self: center;
    display: flex;
  }



  .copyrighttext {
    order: 0;
    margin-bottom: 0;
  }



  .homelogo.w--current {
    height: 100%;
    display: flex;
  }

  .dividerline {
    margin-left: 16px;
    margin-right: 16px;
  }

  .dividerline.mobile {
    opacity: .5;
    border-radius: 20px;
  }

  .textsectiondetails {
    max-width: 320px;
    min-width: 160px;
  }

  .module {
    width: auto;
    border-radius: 10px;
  }

  .module.portfolio {
    width: auto;
    max-width: 400px;
    min-width: 160px;
  }

  .thumbnail.portfolio {
    width: 100%;
    max-width: 400px;
    min-width: 160px;
  }

  .thumbnail.downloads {
    width: 240px;
    border-radius: 5px;
    align-self: center;
  }

  .longcta {
    width: auto;
    grid-column-gap: 8px;
    grid-row-gap: 8px;
    padding-left: 24px;
    padding-right: 24px;
  }

  .longctatext {
    font-size: 16px;
    line-height: 20px;
  }

  .card {
    height: 260px;
  }

  .arrow-right {
    margin-right: 5%;
  }

  .carousel-slider {
    padding-left: 10px;
    padding-right: 10px;
  }

  .carousel-slider._6, .carousel-slider._5, .carousel-slider._3, .carousel-slider._4, .carousel-slider._7 {
    padding-top: 5%;
    padding-bottom: 5%;
    right: 0%;
  }

  .carousel-slider._2 {
    padding: 5%;
    right: 0%;
  }

  .carousel-slider._8 {
    padding-top: 5%;
    padding-bottom: 5%;
    right: 0%;
  }

  .carousel-slider.carouselfirst {
    padding-top: 5%;
    padding-bottom: 5%;
  }

  .carousel-mask {
    width: 100%;
  }

  .arrow-left {
    margin-left: 5%;
  }

  .flex-block-2 {
    grid-template-rows: auto auto auto;
    grid-template-columns: 1fr;
  }

  .aboutshapeleft.first {
    max-width: none;
    min-width: 0;
    padding: 10%;
  }

  .aboutshapeleft.third {
    margin-top: 16px;
    padding: 10%;
  }

  .aboutshaperight.second {
    max-width: none;
    min-width: 0;
    padding: 10%;
  }

  .aboutshaperight.fourth {
    max-width: none;
    min-width: 0;
    padding: 10%;
  }

  .griddownloads {
    overflow: visible;
  }

  .backtotop {
    bottom: 1%;
    right: 3%;
  }

  .griddownloadshome {
    overflow: visible;
  }
}

#w-node-_9176cb70-e928-43f3-3821-02c24d33ca34-dca9f6d7, #w-node-_9176cb70-e928-43f3-3821-02c24d33ca3d-dca9f6d7, #w-node-_9176cb70-e928-43f3-3821-02c24d33ca46-dca9f6d7, #w-node-_9176cb70-e928-43f3-3821-02c24d33ca4f-dca9f6d7, #w-node-_25464977-df2c-6455-5b51-23addf7a78f5-0306973c, #w-node-_0ac845f6-fe21-4173-2ab2-2b75540a1fe1-0306973c, #w-node-fb6ebe23-c066-1dc9-1afc-9da619f6c274-0306973c, #w-node-a386fba0-76b6-3154-ef00-1eb6fef5ab1e-0306973c, #w-node-d5737c10-6ac1-329b-dbdc-bc6cafcf5747-0306973c, #w-node-_9f18a723-a5cb-2f59-30d8-a353adc5b14c-0306973c, #w-node-e4d887ea-4213-6f97-37db-8416ae650ef7-0306973c, #w-node-_0c8a6695-524d-0fee-a568-cebb81805dcc-0306973c, #w-node-_2f2d127a-55c0-b7eb-6041-84009635ebde-0306973c, #w-node-d27cd05a-0520-6fb1-82db-e3c6fdde762c-0306973c, #w-node-_2f72e4f3-2c6e-8943-d9e9-504a7a386609-0306973c, #w-node-_092bd2e5-096d-af3f-a427-b911535e36d2-0306973c, #w-node-_8dcf159c-9d83-2f70-369d-937a091c5242-0306973c, #w-node-_951075de-6b20-2d4c-c8a0-fd460e75ca42-0306973c, #w-node-a94c6a77-cab5-8541-1c50-57599a52f607-0306973c, #w-node-_29217f6d-8075-a7e8-51fd-eee3980d2eba-0306973c, #w-node-caff8489-1894-6354-cc2f-027fcc7c231a-0306973c, #w-node-_5a64bc62-fe23-ee5d-d988-b50e97a1cd05-0306973c, #w-node-ef6e5019-94dc-db95-bc84-1aa8df5d4a64-0306973c, #w-node-d1251a33-4c94-ae37-9a88-b0521632dfa6-0306973c, #w-node-_66292654-7122-c21a-786a-3a9a95ead8ff-0306973c, #w-node-_61fc5226-c9ea-5759-4671-5f6d1fcee52d-0306973c, #w-node-e9da7dff-f4fa-858f-504b-faa6263ffd6d-0306973c, #w-node-fdd50a12-550e-7a3f-2e73-2aa458342d7d-0306973c {
  justify-self: center;
}

@media screen and (max-width: 767px) {
  #w-node-_9176cb70-e928-43f3-3821-02c24d33ca3d-dca9f6d7, #w-node-_0ac845f6-fe21-4173-2ab2-2b75540a1fe1-0306973c {
    justify-self: center;
  }
}

@media screen and (max-width: 479px) {
  #w-node-_4af0eab4-931e-6aa6-1d9b-976436b394c3-dca9f6d7, #w-node-_753fb586-24d2-ed5c-d0be-f9f9ba3b9c9d-dca9f6d7, #w-node-_0a1e2db9-db9b-8463-aa51-74886896efc7-dca9f6d7, #w-node-_6989fe4d-9215-96f7-cd0e-6f7ddf7131b8-dca9f6d9, #w-node-_6989fe4d-9215-96f7-cd0e-6f7ddf7131c1-dca9f6d9, #w-node-_6989fe4d-9215-96f7-cd0e-6f7ddf7131c6-dca9f6d9, #w-node-_50fdeb83-5e1d-4416-5212-beeef8e48146-dca9f6da, #w-node-_50fdeb83-5e1d-4416-5212-beeef8e4814f-dca9f6da, #w-node-_50fdeb83-5e1d-4416-5212-beeef8e48154-dca9f6da, #w-node-_09705bf5-56a0-1ea7-7535-4921ee910743-36e990ad, #w-node-_09705bf5-56a0-1ea7-7535-4921ee91074c-36e990ad, #w-node-_09705bf5-56a0-1ea7-7535-4921ee910751-36e990ad, #w-node-bca301a2-c967-9f3a-ef74-6edb3c63e638-0306973c, #w-node-bca301a2-c967-9f3a-ef74-6edb3c63e641-0306973c, #w-node-bca301a2-c967-9f3a-ef74-6edb3c63e646-0306973c, #w-node-_3d02f501-4643-2875-fcf6-8ad1a67997ec-6596ee17, #w-node-_3d02f501-4643-2875-fcf6-8ad1a67997f5-6596ee17, #w-node-_3d02f501-4643-2875-fcf6-8ad1a67997fa-6596ee17, #w-node-_4e77337e-17d8-7399-1967-3b260e68bfe7-10ce66cd, #w-node-_4e77337e-17d8-7399-1967-3b260e68bff0-10ce66cd, #w-node-_4e77337e-17d8-7399-1967-3b260e68bff5-10ce66cd, #w-node-f071831b-d4ee-9c94-ca27-aece4d2bf410-daf4dcd5, #w-node-f071831b-d4ee-9c94-ca27-aece4d2bf419-daf4dcd5, #w-node-f071831b-d4ee-9c94-ca27-aece4d2bf41e-daf4dcd5, #w-node-_3d02f501-4643-2875-fcf6-8ad1a67997ec-4f660f62, #w-node-_3d02f501-4643-2875-fcf6-8ad1a67997f5-4f660f62, #w-node-_3d02f501-4643-2875-fcf6-8ad1a67997fa-4f660f62 {
    justify-self: center;
  }
}


