:root {
  --link-color--link-primary: #f9f8ffb3;
  --text-color--text-primary: var(--base-color-neutral--black);
  --base-color-brand--white: #f9f8ff;
  --base-color-neutral--black: black;
  --base-color-brand--black: #0f0e1a;
  --base-color-brand--blue-light: #6b96ef;
  --base-color-neutral--white: white;
  --base-color-brand--gradient-high-opacity: #6fa0ff99;
  --background-color--background-success: var(--base-color-system--success-green-light);
  --text-color--text-success: var(--base-color-system--success-green);
  --background-color--background-error: var(--base-color-system--error-red-light);
  --text-color--text-error: var(--base-color-system--error-red);
  --base-color-neutral--neutral-dark: #444;
  --base-color-brand--beige: #e5bf85;
  --border-color--border-primary: var(--base-color-brand--beige);
  --base-color-brand--text-primary: #f9f8ffb3;
  --base-color-neutral--neutral-lighter: #ccc;
  --base-color-brand--navy-blue: #080e1b;
  --base-color-brand--card-color-transparent: #597ec799;
  --background-color--background-primary: var(--base-color-brand--navy-blue);
  --base-color-system--success-green: #027a48;
  --base-color-neutral--neutral-lightest: #eee;
  --base-color-neutral--neutral: #666;
  --base-color-neutral--neutral-darker: #222;
  --base-color-neutral--neutral-light: #aaa;
  --base-color-neutral--neutral-darkest: #111;
  --base-color-system--success-green-light: #ecfdf3;
  --base-color-system--error-red: #b42318;
  --base-color-system--error-red-light: #fef3f2;
  --background-color--background-secondary: var(--base-color-brand--beige);
  --background-color--background-tertiary: var(--base-color-brand--blue-light);
  --background-color--background-alternate: var(--base-color-brand--black);
  --border-color--border-secondary: var(--base-color-neutral--neutral);
  --border-color--border-alternate: var(--base-color-neutral--neutral-lightest);
  --link-color--link-secondary: var(--base-color-neutral--neutral-light);
  --link-color--link-alternate: var(--base-color-neutral--white);
  --text-color--text-secondary: var(--base-color-neutral--black);
  --text-color--text-alternate: var(--base-color-neutral--white);
}

.w-layout-grid {
  grid-row-gap: 16px;
  grid-column-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.w-checkbox {
  margin-bottom: 5px;
  padding-left: 20px;
  display: block;
}

.w-checkbox:before {
  content: " ";
  grid-area: 1 / 1 / 2 / 2;
  display: table;
}

.w-checkbox:after {
  content: " ";
  clear: both;
  grid-area: 1 / 1 / 2 / 2;
  display: table;
}

.w-checkbox-input {
  float: left;
  margin: 4px 0 0 -20px;
  line-height: normal;
}

.w-checkbox-input--inputType-custom {
  border: 1px solid #ccc;
  border-radius: 2px;
  width: 12px;
  height: 12px;
}

.w-checkbox-input--inputType-custom.w--redirected-checked {
  background-color: #3898ec;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/static/custom-checkbox-checkmark.589d534424.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-color: #3898ec;
}

.w-checkbox-input--inputType-custom.w--redirected-focus {
  box-shadow: 0 0 3px 1px #3898ec;
}

body {
  font-family: Poppins, sans-serif;
  font-size: 16px;
  line-height: 1.5;
}

html {
  scrollbar-color: #6b96ef #060d15;
  scrollbar-width: thin;
}

html::-webkit-scrollbar,
body::-webkit-scrollbar {
  width: 10px;
  height: 10px;
}

html::-webkit-scrollbar-track,
body::-webkit-scrollbar-track {
  background: #060d15;
}

html::-webkit-scrollbar-thumb,
body::-webkit-scrollbar-thumb {
  background: linear-gradient(180deg, #8fb0ff 0%, #6b96ef 48%, #23385f 100%);
  border: 2px solid #060d15;
  border-radius: 999px;
  box-shadow: inset 0 0 0 1px rgba(255, 255, 255, .16);
}

html::-webkit-scrollbar-thumb:hover,
body::-webkit-scrollbar-thumb:hover {
  background: linear-gradient(180deg, #b9ccff 0%, #7fa4f8 48%, #31517f 100%);
}

h1 {
  letter-spacing: -1px;
  text-transform: none;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Poppins, sans-serif;
  font-size: 50px;
  font-weight: 300;
  line-height: 50px;
}

h2 {
  margin-top: 0;
  margin-bottom: 0;
  font-family: Poppins, sans-serif;
  font-size: 35px;
  font-weight: 400;
  line-height: 45px;
}

h3 {
  margin-top: 0;
  margin-bottom: 0;
  font-family: Poppins, sans-serif;
  font-size: 24px;
  font-weight: 300;
  line-height: 32px;
}

h4 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 26px;
  font-weight: 300;
  line-height: 32px;
}

h5 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 22px;
  font-weight: 400;
  line-height: 22px;
}

h6 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 18px;
  font-weight: 400;
  line-height: 18px;
}

p {
  margin-bottom: 0;
  font-size: 13px;
  font-weight: 300;
}

a {
  color: var(--link-color--link-primary);
  text-decoration: underline;
}

ul {
  margin-top: 1rem;
  margin-bottom: 1rem;
  padding-left: 1.25rem;
}

ol {
  margin-top: 1rem;
  margin-bottom: 1rem;
  padding-left: 1.5rem;
}

li {
  margin-top: .25rem;
  margin-bottom: .25rem;
  padding-left: .5rem;
  font-weight: 300;
}

img {
  max-width: 100%;
  display: inline-block;
}

label {
  margin-bottom: .25rem;
  font-weight: 500;
}

blockquote {
  border-left: .1875rem solid var(--text-color--text-primary);
  margin-bottom: 0;
  padding: .75rem 1.25rem;
  font-size: 1.25rem;
  line-height: 1.5;
}

figure {
  margin-top: 3rem;
  margin-bottom: 3rem;
}

figcaption {
  text-align: center;
  margin-top: .25rem;
}

.global-styles {
  display: block;
  position: fixed;
  inset: 0% auto auto 0%;
}

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

.max-width-medium {
  width: 100%;
  max-width: 35rem;
}

.container-large {
  width: 100%;
  max-width: 1440px;
  height: 100%;
  margin-left: auto;
  margin-right: auto;
}

.align-center {
  margin-left: auto;
  margin-right: auto;
}

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

.utility_component {
  justify-content: center;
  align-items: center;
  width: 100vw;
  max-width: 100%;
  height: 100vh;
  max-height: 100%;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  display: flex;
}

.utility_form-block {
  text-align: center;
  flex-direction: column;
  max-width: 20rem;
  display: flex;
}

.utility_form {
  flex-direction: column;
  align-items: stretch;
  display: flex;
}

.utility_image {
  margin-bottom: .5rem;
  margin-left: auto;
  margin-right: auto;
}

.main-wrapper {
  background-color: #0f1b33;
  background-image: url('../images/Dark-Noise.png');
  background-position: 50%;
  background-size: 200px;
  background-attachment: fixed;
}

.margin-xxsmall {
  margin: .5rem;
}

.margin-xsmall {
  margin: 1rem;
}

.margin-small {
  margin: 1.5rem;
}

.margin-medium {
  margin: 2rem;
}

.margin-large {
  margin: 3rem;
}

.margin-xlarge {
  margin: 4rem;
}

.margin-xxlarge {
  margin: 5rem;
}

.padding-xxsmall {
  padding: .5rem;
}

.margin-top, .margin-top.margin-small, .margin-top.margin-medium, .margin-top.margin-xsmall, .margin-top.margin-large, .margin-top.margin-xxlarge {
  margin-bottom: 0;
  margin-left: 0;
  margin-right: 0;
}

.margin-bottom, .margin-bottom.margin-xxlarge, .margin-bottom.margin-small, .margin-bottom.margin-large, .margin-bottom.margin-xlarge, .margin-bottom.margin-xxsmall, .margin-bottom.margin-xsmall, .margin-bottom.margin-small {
  margin-top: 0;
  margin-left: 0;
  margin-right: 0;
}

.overflow-auto {
  overflow: auto;
}

.overflow-auto.max-h {
  max-height: 550px;
}

.text-size-medium {
  font-size: 18px;
}

.icon-embed-small {
  width: 2rem;
  height: 2rem;
  color: var(--base-color-brand--white);
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.heading-style-h6 {
  line-height: 1.4;
}

.heading-style-h1 {
  text-transform: none;
  font-size: 40px;
  line-height: 50px;
}

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

.button {
  border: 1px none var(--base-color-neutral--black);
  background-color: var(--base-color-brand--white);
  color: var(--base-color-brand--black);
  text-align: center;
  text-transform: uppercase;
  cursor: pointer;
  border-radius: 10rem;
  justify-content: center;
  align-items: center;
  padding: 1rem 1.5rem;
  font-size: 14px;
  font-weight: 400;
  text-decoration: none;
  transition: color .2s, background-color .2s;
  display: flex;
}

.button:hover {
  background-color: var(--base-color-brand--blue-light);
  color: var(--base-color-neutral--white);
}

.button.is-secondary {
  -webkit-backdrop-filter: blur(8px);
  backdrop-filter: blur(8px);
  color: #fff;
  background-color: #e5bf8500;
  background-image: linear-gradient(#0000 21%, #ffffff12);
  border-style: none;
  border-color: #f9f8ff4d;
  font-size: 14px;
  font-weight: 300;
  transition: background-color .35s;
  box-shadow: inset 0 2px 4px #fff3, 1px 1px #fff3, -1px -1px #f9f8ff80;
}

.button.is-secondary:hover {
  background-color: #ffffff08;
  background-image: linear-gradient(#0000 8%, #ffffff26);
}

.button.is-secondary.button-review {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  justify-content: center;
  align-items: center;
  font-size: 16px;
  display: flex;
}

.button.is-secondary.is-navbar {
  font-size: 12px;
}

.button.is-alternate {
  border-color: var(--base-color-neutral--white);
  background-color: var(--base-color-brand--blue-light);
  color: var(--base-color-neutral--white);
}

.button.is-alternate:hover {
  background-color: var(--base-color-brand--gradient-high-opacity);
}

.button.is-full {
  width: 100%;
  min-width: 100%;
}

.heading-style-h3 {
  font-size: 23px;
  font-weight: 400;
}

.form_input {
  border: 1px solid var(--base-color-neutral--black);
  background-color: var(--base-color-neutral--white);
  height: auto;
  min-height: 2.75rem;
  color: var(--base-color-neutral--black);
  border-radius: 0;
  margin-bottom: 0;
  padding: .5rem .75rem;
  font-size: 1rem;
  line-height: 1.6;
}

.form_input:focus {
  border-color: #000;
}

.form_input::placeholder {
  color: #0009;
}

.icon-embed-custom1 {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 1.25rem;
  height: 1.25rem;
  display: flex;
}

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

.button-group.center {
  justify-content: center;
  align-items: center;
}

.button-group.is-center {
  justify-content: center;
}

.text-color-white {
  color: var(--base-color-neutral--white);
}

.icon-embed-xxsmall {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 1rem;
  height: 1rem;
  display: flex;
}

.icon-embed-xxsmall.info {
  color: #0f0e1a80;
}

.icon-embed-xxsmall.close {
  background-color: #2b59b9;
  border-radius: 20px;
}

.icon-embed-xsmall {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 16px;
  height: 16px;
  display: flex;
}

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

.text-size-small {
  font-size: 14px;
}

.text-size-small.paragraph-main.text-opacity-70 {
  color: #f9f8ffb3;
}

.text-size-small.text-color-alternate {
  color: #0f0e1a;
  font-weight: 400;
}

.icon-1x1-small {
  width: 2rem;
  height: 2rem;
}

.icon-1x1-medium {
  width: 40px;
  height: 40px;
}

.padding-global {
  padding-left: 1.5%;
  padding-right: 1.5%;
}

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

.padding-section-large.btm-0 {
  padding-bottom: 0;
}

.padding-section-large.is-testimonials {
  padding-top: 0;
  padding-bottom: 15rem;
}

.padding-section-large.is-very-large {
  padding-bottom: 15rem;
}

.text-color-alternate {
  color: var(--base-color-brand--black);
}

.text-color-alternate.opacity-70 {
  opacity: .7;
}

.text-color-alternate.opacity-70.text-size-xsmall {
  font-size: 13px;
}

.form_message-success-wrapper {
  margin-top: 1rem;
  padding: 0;
}

.form_message-success {
  background-color: var(--background-color--background-success);
  color: var(--text-color--text-success);
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 2.5rem;
  display: flex;
}

.form_message-error {
  background-color: var(--background-color--background-error);
  color: var(--text-color--text-error);
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 1rem;
  display: flex;
}

.form_message-error-wrapper {
  margin-top: 1rem;
  padding: 0;
}

.navbar9_menu-right {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  display: flex;
}

.navbar9_menu-button {
  padding: 0;
}

.navbar9_container {
  justify-content: space-between;
  align-items: center;
  width: 100%;
  max-width: 100%;
  height: 100%;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.navbar {
  background-color: #ddd0;
  align-items: center;
  width: 100%;
  min-height: 4.5rem;
  padding-left: 2%;
  padding-right: 2%;
  display: flex;
  position: fixed;
}

.navbar9_logo {
  width: 50px;
  height: 50px;
}

.navbar9_link {
  color: var(--base-color-neutral--neutral-dark);
  text-transform: uppercase;
  border-radius: 12px;
  justify-content: center;
  align-items: center;
  margin-right: 0;
  padding-top: .5rem;
  padding-bottom: .5rem;
  font-size: 10px;
  font-weight: 400;
  transition: color .32s;
  display: inline-flex;
}

.navbar9_link:hover {
  color: var(--base-color-brand--blue-light);
}

.navbar9_link.w--current {
  color: var(--base-color-brand--white);
}

.navbar9_link._14px-txt-size.w--current {
  color: var(--base-color-brand--beige);
}

.text-weight-semibold {
  font-weight: 600;
}

.navbar9_logo-link {
  max-width: 50px;
}

.navbar9_menu {
  flex: 1;
  justify-content: flex-end;
  align-items: center;
  margin-left: 1.5rem;
  display: flex;
  position: static;
}

.beige-txt-span {
  opacity: 1;
  color: var(--base-color-brand--beige);
}

.top-rated_wrap {
  background-color: var(--base-color-brand--white);
  border-radius: 12px;
  justify-content: center;
  align-items: center;
  min-width: 42px;
  min-height: 42px;
  padding: 6px;
  display: flex;
  position: relative;
}

.stars-wrap {
  grid-column-gap: 4px;
  grid-row-gap: 4px;
  justify-content: flex-start;
  align-items: center;
  display: inline-flex;
}

.stars-wrap.center {
  justify-content: center;
  align-items: center;
}

.hero-testimonial_wrap {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  justify-content: flex-start;
  align-items: flex-start;
  margin-bottom: 1rem;
  display: flex;
}

.hero-testimonial_wrap.center {
  text-align: center;
  flex-flow: column;
  justify-content: center;
  align-items: center;
}

.yellow_text {
  color: #f0b501;
  font-weight: 300;
  line-height: 16px;
}

.yellow_text.text-12px {
  margin-left: 8px;
}

.content-wrap {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  flex-flow: column;
  max-width: 20rem;
  display: flex;
}

.logo2_content-left {
  max-width: 22rem;
}

.logo2_content {
  grid-column-gap: 4rem;
  grid-row-gap: 1rem;
  grid-template-rows: auto;
  grid-template-columns: max-content 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  align-items: center;
  margin-top: 30px;
  margin-bottom: 0;
  padding-top: 30px;
  padding-bottom: 30px;
  display: grid;
}

.logo2_content.hide-tablet.ishero {
  pointer-events: none;
  margin-top: auto;
}

.text-style-logo {
  font-size: 14px;
  font-weight: 300;
}

.webflow_certified-logo {
  width: 50px;
  height: auto;
  position: absolute;
  inset: 33% 0% auto auto;
}

.gallery2_image {
  object-fit: cover;
  border: 1px solid #f9f8ff33;
  border-radius: 20px;
  width: 100%;
  max-width: 640px;
  height: 100%;
  max-height: 360px;
}

.gallery2_image-wrapper {
  width: 100%;
  margin-bottom: 2rem;
}

.gallery-work_wrap {
  width: 100%;
  height: 100%;
}

.tags-wrapper {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex-flow: wrap;
  display: flex;
}

.work_tag {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  background-color: var(--base-color-brand--blue-light);
  min-width: 180px;
  color: var(--base-color-neutral--white);
  text-align: center;
  border: 1px solid #fff3;
  border-radius: 8px;
  justify-content: center;
  align-items: center;
  padding: 8px 15px;
  font-size: 12px;
  font-weight: 400;
  display: inline-flex;
  box-shadow: inset 0 2px 5px #ffffff1f;
}

.work_tag.tool {
  min-width: auto;
  padding-left: 8px;
  padding-right: 8px;
}

.work_tag.auto {
  min-width: auto;
}

.flex-heading_text_work {
  grid-column-gap: 10rem;
  grid-row-gap: 10rem;
  flex-flow: row;
  justify-content: space-between;
  align-items: flex-start;
  display: flex;
}

.testimonial18_rating-wrapper {
  display: flex;
}

.testimonial18_customer-image {
  object-fit: cover;
  border-radius: 100%;
  width: 48px;
  min-width: 48px;
  max-width: 48px;
  height: 48px;
  min-height: 48px;
  max-height: 48px;
}

.testimonial18_client-info {
  border-left: 1px solid var(--base-color-neutral--neutral-lighter);
  margin-left: 8px;
  padding-left: 8px;
}

.testimonial18_client {
  grid-column-gap: 0rem;
  grid-row-gap: 0rem;
  text-align: left;
  align-items: center;
  display: flex;
}

.testimonial18_card {
  border: 1px none var(--base-color-brand--blue-light);
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  padding: 3rem;
  font-weight: 300;
  position: relative;
}

.testimonial18_rating-icon {
  color: var(--base-color-neutral--black);
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-right: .25rem;
  display: flex;
}

.opacity-50 {
  opacity: .5;
}

.text-position_testimonial {
  opacity: .5;
  font-size: 12px;
}

.content-work {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-flow: column;
  width: 100%;
  display: flex;
}

.layout242_list {
  grid-column-gap: 48px;
  grid-row-gap: 4rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  place-items: start;
  display: grid;
}

.layout242_item-icon-wrapper {
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
  background-image: linear-gradient(146deg, #002b8f66, #000c2980);
  border: 1px solid #002b8f66;
  border-radius: 16px;
  justify-content: center;
  align-items: center;
  width: 91px;
  height: 91px;
  padding: 25.5px;
  display: flex;
  box-shadow: 0 15px 20px #0003;
}

.layout242_item {
  flex-direction: column;
  align-items: center;
  width: 100%;
}

.faq4_list {
  grid-column-gap: 0rem;
  grid-row-gap: 0rem;
  background-color: var(--base-color-brand--white);
  outline-offset: 0px;
  border: 1px solid #ddd;
  border-radius: 16px;
  outline: 3px solid #fff;
  grid-template-rows: auto;
  grid-template-columns: 100%;
  grid-auto-columns: 100%;
  place-items: start stretch;
  max-width: 660px;
  margin-left: auto;
  margin-right: auto;
  padding: 0;
  display: grid;
  overflow: hidden;
  box-shadow: 0 20px 50px #4c5e8526;
}

.faq4_question {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  cursor: pointer;
  justify-content: space-between;
  align-items: center;
  padding: 1rem 0;
  display: flex;
}

.faq4_accordion {
  border-bottom: 1px solid var(--base-color-neutral--neutral-lighter);
  flex-direction: column;
  justify-content: flex-start;
  align-items: stretch;
  width: 100%;
  padding: .5rem 2rem;
  transition: background-color .32s;
  overflow: hidden;
}

.faq4_accordion:where(.w-variant-4dda3ac3-d03e-992e-d645-feb8399f7092) {
  border-bottom-style: none;
}

.faq4_accordion:hover {
  background-color: #eff1f7;
}

.faq4_answer {
  padding-left: 0;
  padding-right: 0;
  overflow: hidden;
}

.faq4_icon-wrappper {
  border-radius: 10px;
  justify-content: center;
  align-self: flex-start;
  align-items: center;
  width: 2.5rem;
  height: 2.5rem;
  display: flex;
}

.faq-section {
  background-image: linear-gradient(180deg, var(--base-color-brand--blue-light), var(--base-color-brand--white) 86%);
  color: var(--base-color-brand--navy-blue);
}

.rtxt-faq li {
  color: var(--base-color-brand--black);
  font-size: 12px;
  font-weight: 300;
  line-height: 14px;
}

.opacity-100 {
  opacity: 1;
}

.layout359_image-wrapper {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100svh;
  display: flex;
  overflow: hidden;
}

.layout359_image {
  object-fit: cover;
  object-position: 50% 0%;
  width: 100%;
  height: 100%;
}

.about-me-section {
  perspective: 1000px;
  color: var(--base-color-brand--white);
  background-color: #0f1b33;
  background-image: url('../images/Dark-Noise.png');
  background-size: 200px;
  background-attachment: fixed;
  position: relative;
  overflow: hidden;
}

.flex-certification {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  color: var(--base-color-brand--text-primary);
  white-space: nowrap;
  background-image: linear-gradient(#fff0 52%, #ffffff26);
  border: 1px solid #ffffff1c;
  border-radius: 10rem;
  justify-content: flex-start;
  align-items: center;
  margin-right: 1rem;
  padding: 4px 22px 4px 4px;
  font-size: 22px;
  display: inline-flex;
  box-shadow: inset 0 2px 5px #f9f8ff0f;
}

.cert-icon {
  object-fit: cover;
  border-radius: 50px;
  width: 42px;
  min-width: 42px;
  height: 42px;
  min-height: 42px;
}

.last-item {
  display: inline-block;
}

.work-tag {
  white-space: nowrap;
  background-color: #146ef5;
  border-radius: 10rem;
  margin-bottom: 0;
  margin-right: 1rem;
  padding: 8px 1rem;
  font-size: 22px;
  display: inline-block;
}

.work-tag.figma {
  background-color: #a259ff;
}

.work-tag.memberstack {
  color: #146ef5;
  background-color: #aedeff;
}

.work-tag.zapier {
  background-color: #ff4f00;
}

.work-tag.make {
  background-color: #8200f9;
}

.work-tag.html {
  background-color: #e44d26;
}

.work-tag.css {
  background-color: #264de4;
}

.work-tag.javascript {
  color: var(--base-color-brand--black);
  background-color: #f7e018;
}

.work-tag.seo {
  color: var(--base-color-brand--black);
  background-color: #e5bf85;
}

.work-tag.copywriting {
  background-color: #14a800;
}

.work-tag.spline {
  color: var(--base-color-brand--black);
  background-color: #ff3af3;
}

.work-tag.rive {
  background-color: var(--base-color-brand--white);
  color: var(--base-color-brand--black);
}

.logo3_wrapper {
  justify-content: center;
  align-items: flex-start;
  display: flex;
}

.logo3_logo {
  object-fit: contain;
  width: 7rem;
  max-width: 7rem;
  height: 2rem;
  max-height: 2rem;
}

.logo3_component {
  display: flex;
}

.logo3_list {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1rem;
  white-space: nowrap;
  flex-wrap: wrap;
  grid-template-rows: auto;
  grid-template-columns: 12.5rem 12.5rem 12.5rem 12.5rem 12.5rem 12.5rem 12.5rem 12.5rem;
  grid-auto-columns: 1fr;
  justify-content: flex-end;
  place-items: center start;
  margin-right: 2rem;
  display: grid;
}

.section_logo3 {
  position: relative;
  overflow: hidden;
  -webkit-mask-image: linear-gradient(to right, #0000 0%, #000 12% 88%, #0000 100%);
  mask-image: linear-gradient(to right, #0000 0%, #000 12% 88%, #0000 100%);
}

.layout364_card {
  -webkit-backdrop-filter: none;
  backdrop-filter: none;
  background-color: #111c30;
  background-image: linear-gradient(#080e1b 29%, #597ec70f);
  border: 1px solid #182641;
  border-radius: 22px;
  flex-direction: column;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: stretch;
  width: 100%;
  height: 100%;
  display: flex;
  overflow: hidden;
  box-shadow: 0 50px 60px #0000004d;
}

.pricing-section {
  color: var(--base-color-brand--white);
  position: relative;
}

.layout364_card-content-top {
  z-index: 3;
  flex-flow: column;
  justify-content: space-between;
  align-items: stretch;
  height: 100%;
  display: flex;
  position: relative;
}

.layout364_row {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: stretch;
  margin-top: 4rem;
  display: grid;
}

.layout364_card-content {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  -webkit-backdrop-filter: blur(17px);
  backdrop-filter: blur(17px);
  flex-flow: column;
  flex: 1;
  grid-template-rows: auto auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-start;
  padding: 0;
  display: flex;
}

.layout364_component {
  grid-column-gap: 45px;
  grid-row-gap: 45px;
  flex-flow: column;
  display: flex;
}

.left-content {
  border-bottom: 1px none var(--base-color-brand--gradient-high-opacity);
  background-image: radial-gradient(circle at 50% 100%, #6fa0ff1a, #6b96ef00 69%);
  width: 100%;
  height: 20rem;
  min-height: 20rem;
  padding: 32px;
  position: relative;
}

.left-content.partnerships {
  min-height: 12rem;
}

.right-content {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  width: 100%;
  height: 100%;
  box-shadow: inset 0 -18px 50px 0 var(--base-color-brand--navy-blue);
  border-top: 1px #426dbe;
  border-left: 1px #426dbe;
  flex-flow: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-start;
  align-items: flex-start;
  padding: 32px;
  display: flex;
}

.right-content.partnerships {
  height: auto;
}

.bulletpoint-pricing {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  text-align: left;
  border-radius: 100px;
  justify-content: flex-start;
  align-items: center;
  padding: 2px 12px 2px 0;
  font-size: 14px;
  font-weight: 300;
  display: flex;
}

.layout366_component {
  color: var(--base-color-brand--navy-blue);
  flex-flow: column;
  display: flex;
}

.layout366_card-large-content-top {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex-flow: column;
  display: flex;
}

.layout366_card-small {
  grid-column-gap: 0rem;
  grid-row-gap: 0rem;
  background-image: linear-gradient(360deg, #6fa0ff00 9%, #6fa0ff66);
  border-radius: 12px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  align-items: flex-start;
  height: 100%;
  display: flex;
}

.layout366_card-large-image-wrapper {
  flex-direction: column;
  flex: 1;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
  position: relative;
}

.case-study-section {
  z-index: 2;
  background-color: var(--base-color-brand--blue-light);
  position: relative;
}

.layout366_card-large-image {
  aspect-ratio: 16 / 9;
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.layout366_card-small-content {
  border-bottom: 1px solid var(--base-color-neutral--neutral-lighter);
  background-color: var(--base-color-brand--white);
  width: 100%;
  height: 100%;
  color: var(--base-color-brand--black);
  border-radius: 0;
  flex-direction: column;
  flex: 0 auto;
  justify-content: center;
  padding: 2rem;
  display: flex;
}

.layout366_card-large {
  background-color: var(--base-color-neutral--white);
  border: 1px solid #6fa0ff99;
  border-radius: 12px;
  flex-direction: column;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: stretch;
  height: 100%;
  display: flex;
  overflow: hidden;
}

.layout366_row {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  border: 1px solid var(--base-color-neutral--neutral-lighter);
  background-color: var(--base-color-brand--white);
  outline-color: var(--base-color-brand--white);
  outline-offset: 0px;
  border-radius: 12px;
  outline-width: 3px;
  outline-style: solid;
  grid-template-rows: auto auto auto;
  grid-template-columns: 1fr;
  align-items: stretch;
  overflow: hidden;
}

.layout366_card-large-content {
  grid-column-gap: 34px;
  grid-row-gap: 34px;
  flex-direction: column;
  justify-content: center;
  align-items: stretch;
  height: 45%;
  padding: 3rem;
  display: flex;
}

.layout366_card-small-content-top {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  flex-flow: column;
  display: flex;
}

.checks-container {
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  flex-flow: column;
  display: flex;
}

._14px-txt-size {
  font-size: 14px;
}

.timeline13_image {
  border-radius: 15px;
  width: 100%;
}

.timeline13_image._1st {
  border: 1px solid var(--base-color-brand--blue-light);
}

.timeline13_item {
  z-index: 2;
  grid-template-rows: auto;
  grid-template-columns: 1fr 12rem 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
}

.timeline13_item.item-left {
  text-align: right;
  flex-flow: column;
  align-items: flex-end;
  display: flex;
}

.timeline13_progress {
  flex-direction: column;
  align-items: center;
  width: 2rem;
  height: 100%;
  display: flex;
  position: absolute;
}

.timeline13_line {
  background-color: var(--base-color-brand--card-color-transparent);
  width: 3px;
  height: 100%;
}

.timeline13_row {
  grid-column-gap: 3rem;
  grid-row-gap: 3rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr max-content 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.timeline13_fade-overlay-top {
  z-index: 1;
  background-image: linear-gradient(180deg, var(--background-color--background-primary), #0000);
  width: 4px;
  height: 4rem;
  position: absolute;
}

.timeline13_progress-line {
  background-color: #146ef5;
  width: 3px;
  height: 50vh;
  margin-top: -50vh;
  position: sticky;
  top: 0;
}

.timeline13_progress-line-cover {
  background-color: var(--base-color-brand--navy-blue);
  background-image: url('../images/Blue-Noise-Texture-BG-Zlatko-Marjanovic_1.webp');
  background-position: 50%;
  background-size: contain;
  background-attachment: fixed;
  width: 100%;
  height: 50vh;
  position: absolute;
  top: -50vh;
}

.timeline13_list {
  grid-column-gap: 5rem;
  grid-row-gap: 5rem;
  flex-flow: column;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.timeline13_content {
  flex-direction: column;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  justify-items: center;
  display: grid;
  position: relative;
}

.timeline13_circle-wrapper {
  justify-content: center;
  width: 2rem;
  display: flex;
}

.process-section {
  z-index: -3;
}

.timeline13_fade-overlay-bottom {
  z-index: 0;
  background-image: linear-gradient(180deg, #fff0, var(--background-color--background-primary));
  width: 4px;
  height: 4rem;
  position: absolute;
  bottom: 0%;
}

.timeline13_image-wrapper {
  overflow: hidden;
  box-shadow: 0 60px 50px #0003;
}

.timeline13_image-wrapper.border {
  border: 1px solid #323847;
  border-radius: 15px;
}

.timeline13_circle {
  z-index: 2;
  background-color: var(--base-color-brand--blue-light);
  width: .9375rem;
  height: .9375rem;
  box-shadow: 0 0 0 8px var(--background-color--background-primary);
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  margin-top: 2rem;
}

.body-primary-z {
  background-image: linear-gradient(#08183e4d, #08183e4d), url('../images/pngbg_1.webp');
  background-position: 0 0, 0%;
  background-repeat: repeat, repeat;
  background-size: auto, cover;
  background-attachment: scroll, fixed;
}

.number-heading {
  opacity: .5;
  color: #6b96ef;
  font-family: Libre caslon display;
  font-size: 150px;
  font-weight: 400;
  line-height: 160px;
}

.cta51_card {
  min-height: 97svh;
  color: var(--base-color-brand--white);
  text-align: center;
  background-color: #0f1b33;
  background-image: url('../images/BG-GLow.webp'), url('../images/Dark-Noise.png');
  background-position: 50% 100%, 0 0;
  background-repeat: no-repeat, repeat;
  background-size: 100%, auto;
  background-attachment: fixed, fixed;
  border: 1px solid #f5fdfd;
  border-radius: 22px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  padding: 2rem 32px 22px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.cta51_component {
  z-index: 0;
  position: relative;
  overflow: hidden;
}

.section_cta51 {
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  display: block;
  position: relative;
}

.footer4_logo-link {
  background-color: var(--base-color-brand--blue-light);
  border-radius: 8px;
  justify-content: flex-start;
  align-items: center;
  padding-left: 0;
  display: flex;
}

.footer4_logo {
  width: 22px;
  height: 22px;
}

.footer4_social-list {
  grid-column-gap: .75rem;
  grid-row-gap: 0rem;
  white-space: normal;
  grid-template-rows: auto;
  grid-template-columns: max-content;
  grid-auto-columns: max-content;
  grid-auto-flow: column;
  justify-content: flex-start;
  place-items: center start;
  margin-left: auto;
  display: flex;
}

.footer4_social-link {
  opacity: .7;
  color: var(--link-color--link-primary);
  align-items: center;
  font-size: 14px;
  text-decoration: none;
  display: flex;
}

.footer4_credit-text {
  color: var(--base-color-brand--navy-blue);
  text-transform: uppercase;
  font-size: 10px;
}

.footer4_bottom-wrapper {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  white-space: normal;
  grid-template-rows: auto;
  grid-template-columns: max-content;
  grid-auto-columns: max-content;
  grid-auto-flow: column;
  justify-content: space-between;
  align-items: center;
  margin-left: 1rem;
  display: flex;
}

.flex-layout_footer {
  z-index: 3;
  width: 100%;
  color: var(--base-color-brand--blue-light);
  justify-content: space-between;
  align-items: center;
  margin-top: auto;
  padding-top: 0;
  padding-bottom: 0;
  display: flex;
  position: relative;
}

.logo-link {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  color: #f9f8ffb3;
  justify-content: center;
  align-items: center;
  font-weight: 300;
  display: flex;
}

.txt-highlight {
  font-weight: 600;
}

.paragraph-main p {
  opacity: .7;
  font-size: 14px;
}

.cursor-wrap {
  z-index: -1;
  opacity: .5;
  mix-blend-mode: overlay;
  justify-content: center;
  align-items: center;
  display: flex;
  position: fixed;
  inset: 0%;
}

.cursor {
  z-index: -1;
  opacity: .05;
  filter: blur(200px);
  mix-blend-mode: overlay;
  background-color: #f9f8ffe6;
  border-radius: 50%;
  width: 850px;
  height: 850px;
  transition: opacity .3s;
  position: relative;
}

.input-label {
  color: #0f0e1a;
  font-size: 14px;
  font-weight: 400;
  position: relative;
}

.wrapper-input {
  margin-bottom: 18px;
}

.contact-form-wrap {
  z-index: 2;
  background-color: #f9f8ff;
  border-radius: 14px;
  min-width: 550px;
  max-width: 550px;
  max-height: 650px;
  padding: 3rem;
  position: relative;
  overflow: hidden;
}

.text-area {
  color: #0f0e1a;
  background-color: #edecf2;
  border-radius: 12px;
  width: 100%;
  max-width: 550px;
  min-height: 150px;
  max-height: 250px;
}

.text-area:focus {
  color: #0f0e1a;
}

.modal-popup-wrap {
  z-index: 9999;
  -webkit-backdrop-filter: blur(14px);
  backdrop-filter: blur(14px);
  background-color: #08183e87;
  justify-content: center;
  align-items: center;
  display: flex;
  position: fixed;
  inset: 0%;
}

.input-field {
  color: #0f0e1a;
  background-color: #edecf2;
  border-radius: 8px;
  min-height: 48px;
  margin-bottom: 0;
}

.input-field:focus {
  color: #0f0e1a;
  border: 1px solid #6b96ef;
}

.layout-flex-form {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.page-amount {
  justify-content: center;
  align-items: center;
  width: 100%;
  min-height: 45px;
  margin-bottom: 0;
  padding-left: 0;
  display: flex;
  position: relative;
}

.radio-btn {
  background-color: #edecf2;
  border-radius: 12px;
  width: 100%;
  height: 100%;
  margin-top: 0;
  margin-left: 0;
  transition: background-color .35s, border-width .35s, border-color .35s;
  position: absolute;
  inset: 0%;
}

.radio-btn.w--redirected-checked {
  background-color: #e5edff;
  border: 2px solid #6b96ef;
  box-shadow: 0 0 #0000;
}

.close-icon {
  z-index: 2;
  opacity: .5;
  cursor: pointer;
  width: 15px;
  position: absolute;
  inset: 25px 25px auto auto;
}

.submit-button-modal {
  background-color: #146ef5;
  border-radius: 10px;
  width: 100%;
  margin-top: 1rem;
}

.form-intro {
  z-index: 1;
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  background-color: var(--base-color-brand--white);
  text-align: center;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  padding: 4rem 3rem 3rem;
  display: flex;
  position: absolute;
  inset: 0%;
}

.profile-pic {
  border-radius: 50rem;
  max-width: 120px;
}

.form-heading {
  color: var(--base-color-brand--navy-blue);
  font-size: 32px;
  font-weight: 500;
}

.get-started-btn {
  cursor: pointer;
  background-color: #146ef5;
  border-radius: 10px;
  width: 100%;
  padding-top: .75rem;
  padding-bottom: .75rem;
  transition: background-color .3s;
}

.get-started-btn:hover {
  background-color: #1261d9;
}

.cta-wrap {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  flex-flow: column;
  width: 100%;
  display: flex;
}

.info-note {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  background-color: #edecf2;
  border: 1px solid #d4d3d9;
  border-radius: 5px;
  justify-content: center;
  align-items: center;
  width: 100%;
  margin-top: auto;
  padding: .5rem;
  display: flex;
}

.pricing-mobile {
  font-size: 33px;
  line-height: 45px;
  inset: auto 0% 0%;
}

.stars-hero {
  width: 14px;
  height: 14px;
}

.top-rated-img {
  width: 28px;
  height: 31px;
}

.modal-close-bg-div {
  z-index: 1;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.top-rated-upwork {
  grid-column-gap: 5px;
  grid-row-gap: 5px;
  background-color: var(--base-color-brand--white);
  color: #0f0e1ab3;
  border-radius: 8px;
  justify-content: center;
  align-items: center;
  min-width: 150px;
  padding: 3px 5px;
  font-size: 12px;
  display: inline-flex;
  position: absolute;
  inset: -36px 25% auto -120%;
}

.upwork-green {
  color: #15a401;
}

.span-email {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  background-color: var(--base-color-brand--blue-light);
  color: var(--base-color-neutral--white);
  cursor: pointer;
  background-image: linear-gradient(#0000, #f9f8ff33);
  border: 3px solid #f9f8ff33;
  border-radius: 5px;
  justify-content: center;
  align-items: center;
  margin-top: 10px;
  padding: 10px 25px;
  transition: background-color .32s;
  display: inline-flex;
  position: relative;
}

.span-email:hover {
  background-color: var(--base-color-brand--gradient-high-opacity);
}

.copy-icon {
  width: 20px;
  height: 20px;
  color: var(--base-color-brand--white);
}

.starting-at {
  opacity: .7;
  font-size: 12px;
  font-weight: 300;
  position: static;
  inset: auto 0% -12px;
}

.desc-txt {
  display: none;
}

.success-wrap {
  color: var(--base-color-brand--black);
  background-color: #3ed395;
  border-radius: 10px;
  padding: 5px 10px;
  font-size: 12px;
  font-weight: 400;
  position: absolute;
  bottom: -56px;
}

.center-wrap {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.links1_newsletter-modal {
  z-index: 99;
  justify-content: center;
  align-items: center;
  width: 100vw;
  height: 100vh;
  display: none;
  position: fixed;
  inset: 0%;
}

.button-2 {
  border: 1px solid var(--base-color-neutral--black);
  background-color: var(--base-color-neutral--black);
  color: var(--base-color-neutral--white);
  text-align: center;
  padding: .75rem 1.5rem;
  text-decoration: none;
}

.links1_newsletter-background-overlay {
  z-index: -1;
  background-color: #00000040;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

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

.links1_social-list {
  grid-column-gap: .75rem;
  grid-row-gap: .75rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  grid-auto-flow: column;
  justify-content: center;
  place-items: center start;
  display: flex;
}

.links1_close-button {
  position: absolute;
  top: 1rem;
  right: 1rem;
}

.links1_form {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-flow: column;
  grid-template-rows: auto;
  grid-template-columns: 1fr max-content;
  grid-auto-columns: 1fr;
  margin-bottom: 1rem;
  display: flex;
}

.links1_form-block {
  margin-bottom: 0;
}

.links1_component {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  text-align: center;
  flex-flow: column;
  display: flex;
}

.links1_image {
  object-fit: cover;
  border: 2px solid #f9f8ff33;
  border-radius: 100%;
  width: 8rem;
  height: 8rem;
}

.links1_newsletter-content {
  background-color: var(--background-color--background-primary);
  text-align: left;
  width: 100%;
  max-width: 30rem;
  height: auto;
  max-height: 80vh;
  padding: 3rem;
  position: relative;
}

.links1_social-link {
  color: var(--link-color--link-primary);
  align-items: center;
  font-size: 14px;
  text-decoration: none;
  display: flex;
}

.section_links1 {
  color: var(--base-color-brand--white);
}

.links1_metatag-item {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  justify-content: center;
  align-items: center;
  display: flex;
}

.links1_category-wrapper {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-flow: column;
  display: flex;
}

.heading-style-h3-2 {
  font-size: 2.5rem;
  font-weight: 700;
  line-height: 1.2;
}

.modal-audit {
  z-index: 9999;
  -webkit-backdrop-filter: blur(14px);
  backdrop-filter: blur(14px);
  background-color: #08183e87;
  justify-content: center;
  align-items: center;
  display: none;
  position: fixed;
  inset: 0%;
}

.audit-form-wrap {
  z-index: 2;
  background-color: #f9f8ff;
  border-radius: 14px;
  min-width: 550px;
  max-width: 550px;
  max-height: 650px;
  padding: 3rem;
  position: relative;
  overflow: hidden;
}

.text-size-small-2 {
  font-size: .875rem;
}

.banner7_text-wrapper {
  margin-right: .5rem;
}

.banner7_content {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex: 1;
  justify-content: center;
  align-items: center;
  margin-left: 3rem;
  display: flex;
}

.banner7_component {
  border-bottom: 1px solid var(--border-color--border-primary);
  background-color: var(--base-color-brand--beige);
  color: var(--base-color-brand--black);
  position: relative;
}

.banner7_icon-wrapper {
  flex: none;
}

.button-group-3 {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-wrap: wrap;
  align-items: center;
  display: flex;
}

.banner7_content-wrapper {
  justify-content: center;
  align-items: center;
  padding-top: .75rem;
  padding-bottom: .75rem;
  display: flex;
}

.banner7_close-button {
  width: 2rem;
  height: 2rem;
  margin-left: 1rem;
}

.fs-cc_cookie-component {
  z-index: 9500;
  max-width: 25rem;
  color: var(--base-color-brand--white);
  border-radius: 15px;
  display: flex;
  position: fixed;
  inset: auto 2% 2% auto;
  box-shadow: 0 20px 55px #0000001a;
}

.fs-cc_checkbox-description {
  cursor: pointer;
  font-size: .875rem;
  font-weight: 400;
}

.fs-cc_modal {
  border: 1px solid var(--base-color-brand--card-color-transparent);
  background-color: var(--base-color-brand--navy-blue);
  border-radius: 15px;
  flex-direction: column;
  max-width: 32rem;
  margin-left: auto;
  margin-right: auto;
  font-size: .9375rem;
  line-height: 1.4;
  display: flex;
  position: relative;
  overflow: hidden;
}

.fs-cc_close-button {
  z-index: 5;
  background-color: var(--base-color-brand--gradient-high-opacity);
  cursor: pointer;
  border-radius: 10px;
  justify-content: center;
  align-items: center;
  width: 2.5rem;
  height: 2.5rem;
  margin: 1.25rem 1.25rem -2.5rem auto;
  display: flex;
  position: relative;
}

.fs-cc_checkbox-button {
  float: left;
  border: 1px solid var(--base-color-brand--white);
  border-radius: .125rem;
  width: 1.25rem;
  height: 1.25rem;
  margin-top: 0;
  margin-left: -1.75rem;
  transition: background-color .2s cubic-bezier(.25, .46, .45, .94);
}

.fs-cc_checkbox-button.w--redirected-checked {
  background-color: #146ef5;
  background-image: url('../images/radio__checkmark.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: .625rem;
  border: 1px solid #146ef5;
}

.fs-cc_checkbox-button.w--redirected-focus {
  box-shadow: none;
}

.fs-cc_checkbox-button.is-required {
  cursor: not-allowed;
  background-color: #146ef5;
  background-image: url('../images/radio__checkmark.svg');
  background-position: 45%;
  background-repeat: no-repeat;
  background-size: .625rem;
  border-color: #146ef5;
}

.fs-cc_title {
  margin-bottom: .25rem;
  font-size: 1.25rem;
  font-weight: 600;
}

.fs-cc_checkbox {
  cursor: pointer;
  margin-top: 0;
  margin-bottom: 0;
  padding-left: 1.75rem;
  transition: color .15s cubic-bezier(.25, .46, .45, .94);
}

.fs-cc_checkbox.is--not-allowed {
  cursor: not-allowed;
}

.fs-cc_screen-reader-only {
  width: 1px;
  height: 1px;
  margin: -1px;
  position: absolute;
  overflow: hidden;
}

.fs-cc_button {
  grid-column-gap: .25rem;
  grid-row-gap: .25rem;
  background-color: var(--base-color-brand--navy-blue);
  color: #fff;
  text-align: center;
  border: 1px #000;
  border-radius: 5rem;
  justify-content: center;
  align-items: center;
  padding: .75rem 1rem;
  font-size: .9375rem;
  font-weight: 400;
  transition: background-color .1s;
  display: inline-flex;
}

.fs-cc_button.is-secondary {
  border: 1px solid var(--base-color-brand--blue-light);
  color: var(--base-color-brand--white);
  background-color: #fff0;
}

.cookie-component {
  display: none;
}

.fs-cc_link {
  text-decoration: underline;
}

.fs-cc_checkbox-label {
  cursor: pointer;
  margin-bottom: .25rem;
  font-size: .9375rem;
  font-weight: 600;
}

.fs-cc_preference-component {
  z-index: 9525;
  -webkit-backdrop-filter: blur(18px);
  backdrop-filter: blur(18px);
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: none;
  position: fixed;
  inset: 0%;
}

.fs_cc-modal-content {
  padding: 1.5rem;
}

.fs-cc_close-button-line {
  background-color: var(--base-color-brand--navy-blue);
  opacity: 1;
  width: 1rem;
  height: 2px;
  position: absolute;
  transform: rotate(-45deg);
}

.fs-cc_close-button-line.is-2nd {
  transform: rotate(45deg);
}

.fs-cc_preference-buttons {
  z-index: 1;
  grid-column-gap: .75rem;
  grid-row-gap: .75rem;
  background-color: var(--base-color-brand--card-color-transparent);
  flex-flow: column;
  justify-content: space-between;
  align-items: stretch;
  margin-bottom: -1.5rem;
  margin-left: -1.5rem;
  margin-right: -1.5rem;
  padding: 1.5rem;
  display: flex;
  position: sticky;
  bottom: -2rem;
}

.cookie-preference_wrapper {
  z-index: 1;
  width: 100%;
  max-height: 100%;
  padding: 2rem;
  position: relative;
  overflow: auto;
}

.cookie-preference_background {
  opacity: 1;
  cursor: pointer;
  background-color: #0003;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.fs-cc_modal-buttons {
  grid-column-gap: .75rem;
  grid-row-gap: .75rem;
  background-color: var(--base-color-brand--gradient-high-opacity);
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: center;
  padding: 1.25rem 1.5rem;
  display: flex;
}

.fs-cc_preferences {
  grid-column-gap: 1.25rem;
  grid-row-gap: 1.25rem;
  flex-flow: column;
  padding-top: 2rem;
  padding-bottom: 2rem;
  display: flex;
}

.fs-cc_form {
  margin-bottom: 0;
}

.dollar-sign {
  width: 9px;
  height: 17px;
}

.dollar-sign._5 {
  opacity: .5;
}

.icon-tool {
  width: 17px;
  height: 17px;
}

.icon-tool.wf {
  filter: brightness(200%);
  position: relative;
  right: -1px;
}

.icon-checkmark {
  width: 12px;
  height: 12px;
}

.success-message {
  background-color: var(--base-color-system--success-green);
  border-radius: 16px;
}

.form-block {
  margin-bottom: 0;
}

.blue-txt-span {
  color: var(--base-color-brand--blue-light);
  font-style: italic;
  font-weight: 400;
}

.section_header9 {
  z-index: 1;
  background-color: var(--base-color-brand--navy-blue);
  color: var(--base-color-brand--white);
  position: sticky;
  top: 0;
  overflow: hidden;
}

.header9_component {
  flex-direction: column;
  height: 100svh;
  min-height: 100svh;
  display: flex;
  overflow: hidden;
}

.header9_background-image-wrapper {
  z-index: 0;
  position: absolute;
  inset: 0%;
}

.header9_background-image {
  object-fit: contain;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

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

.padding-vertical.padding-xxlarge {
  height: 100%;
  padding-left: 0;
  padding-right: 0;
}

.header9_content-wrapper {
  grid-column-gap: 11.7rem;
  grid-row-gap: 4rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  place-items: center stretch;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  display: grid;
}

.header9_content-left {
  max-width: 30rem;
}

.header9_content-right {
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  max-width: 20rem;
  height: 100%;
  margin-left: auto;
  display: flex;
}

.body {
  background-image: none;
  background-position: 0 0;
  flex-flow: column;
  justify-content: space-between;
  align-items: center;
}

.hero-content-wrap {
  height: 100%;
  padding-top: 12rem;
  padding-left: 5%;
  padding-right: 5%;
  position: absolute;
  inset: 0% 0% auto;
}

.menu-icon4 {
  background-image: linear-gradient(#fff0, #ffffff0a);
  border-radius: 50px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 48px;
  height: 48px;
  transition: background-color .3s;
  display: flex;
  position: relative;
  box-shadow: inset 1px 1px 5px #597ec730, 1px 1px #f9f8ff08, -1px -1px #fff3;
}

.menu-icon4:hover {
  background-color: #ffffff08;
}

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

.menu-icon4_line-top {
  background-color: var(--base-color-brand--white);
  width: 24px;
  height: 1px;
  padding-bottom: 0;
  padding-right: 0;
}

.menu-icon4_line-middle {
  background-color: var(--base-color-brand--white);
  justify-content: center;
  align-items: center;
  width: 24px;
  height: 1px;
  margin-top: 6px;
  margin-bottom: 6px;
  display: flex;
}

.menu-icon4_line-middle-top {
  z-index: 2;
  width: 24px;
  height: 1px;
  position: absolute;
  inset: 0;
}

.menu-icon4_line-middle-base {
  background-color: var(--base-color-brand--white);
  width: 24px;
  height: 1px;
  position: absolute;
}

.menu-icon4_line-bottom {
  background-color: var(--base-color-brand--white);
  width: 24px;
  height: 1px;
}

.navbar4_component {
  border-bottom: 0px solid var(--\<unknown\|relume-variable-color-scheme-1-background\>);
  background-color: var(--\<unknown\|relume-variable-color-scheme-1-background\>);
  width: 100%;
  height: 6rem;
  color: var(--base-color-brand--white);
  align-items: center;
  padding-left: 2%;
  padding-right: 2%;
  display: flex;
  position: sticky;
  top: 0;
}

.navbar4_container {
  grid-template-rows: auto;
  grid-template-columns: 1fr max-content 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  height: 100%;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.navbar4_logo-link {
  background-color: var(--base-color-brand--navy-blue);
  border-radius: 12px;
  padding-left: 0;
  transition: background-color .32s;
}

.navbar4_logo-link:hover {
  background-color: var(--base-color-brand--blue-light);
}

.navbar4_logo {
  border-radius: 12px;
  width: 42px;
}

.navbar4_wrapper {
  grid-column-gap: 1rem;
  background-color: #0b1426;
  border: 1px solid #ffffff14;
  border-radius: 10rem;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  min-width: 22rem;
  padding: 8px;
  display: flex;
}

.navbar4_menu {
  -webkit-backdrop-filter: blur(50px);
  backdrop-filter: blur(50px);
  background-color: #0b1426;
  border: 1px solid #ffffff14;
  border-radius: 1.5rem;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  max-width: 22rem;
  margin-left: auto;
  padding: 2% 3%;
  transition: height .5s;
  display: flex;
  position: absolute;
  right: 2%;
  overflow: auto;
}

.navbar4_menu-wrapper {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  font-size: 1.5rem;
  display: flex;
}

.navbar4_link {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  color: var(--base-color-brand--white);
  letter-spacing: 2px;
  text-transform: uppercase;
  justify-content: flex-start;
  align-items: center;
  margin-left: 0;
  padding: .5rem 0;
  font-size: 1rem;
  font-weight: 300;
  transition: color .3s;
  display: flex;
  position: static;
}

.navbar4_link:hover {
  color: #f9f8ff;
}

.navbar4_link.w--current {
  color: var(--\<unknown\|relume-variable-neutral-shade-7\>);
}

.navbar4_menu-button {
  padding: 0;
}

.navbar4_menu-button.w--open {
  background-color: #c8c8c800;
}

.nav-wrap-outer-edge {
  grid-column-gap: 22px;
  grid-row-gap: 22px;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.sound-toggle {
  color: #f9f8ff80;
  background-color: #0b1426;
  border-radius: 10rem;
  padding: 5px 12px;
  font-size: 12px;
  font-weight: 300;
}

.full-opacity {
  opacity: 1;
  color: var(--base-color-brand--white);
}

.hero-anim-wrap-outer-main {
  height: 250svh;
  margin-top: -6rem;
  position: relative;
  transform: perspective(1000px);
}

.section_banner13 {
  width: 100%;
  position: absolute;
  top: 30%;
  overflow: hidden;
}

.banner13_component {
  white-space: nowrap;
  flex-direction: column;
  display: flex;
}

.banner13_heading-top {
  color: var(--base-color-brand--white);
  text-transform: uppercase;
  white-space: nowrap;
  font-family: Libre caslon display;
  font-size: 6rem;
  line-height: 8rem;
}

.banner13_heading-bottom {
  color: var(--base-color-brand--blue-light);
  text-transform: uppercase;
  white-space: nowrap;
  align-self: flex-end;
  font-family: Poppins, sans-serif;
  font-size: 6rem;
  font-weight: 700;
  line-height: 8rem;
}

.sticky {
  perspective: 1500px;
  position: sticky;
  top: 0;
}

.section_gallery24 {
  position: relative;
}

.gallery24_component {
  z-index: 3;
  height: 400vh;
  padding-bottom: 7rem;
  position: relative;
}

.gallery24_horizontal-scroll-wrapper {
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  width: 100vw;
  max-width: 100%;
  height: 100vh;
  padding-left: 5%;
  padding-right: 5%;
  display: flex;
  position: sticky;
  top: 0;
  overflow: hidden;
}

.gallery24_horizontal-scroll-content {
  grid-column-gap: 5rem;
  justify-content: flex-start;
  align-items: flex-start;
  width: 450vh;
  display: flex;
}

.gallery24_lightbox-link {
  min-width: 80vw;
  position: relative;
}

.gallery24_image-wrapper {
  width: 100%;
  max-width: 100%;
  height: 100%;
  position: relative;
  overflow: hidden;
}

.gallery24_image {
  z-index: 1;
  object-fit: cover;
  border-radius: .5rem;
  width: 100%;
  height: 70vh;
  position: relative;
}

.section_layout484 {
  background-color: var(--\<unknown\|relume-variable-color-scheme-1-background\>);
  justify-content: center;
  align-items: center;
  height: 100svh;
  display: flex;
}

.layout484_text {
  color: var(--base-color-neutral--neutral-lightest);
  text-align: center;
  text-transform: uppercase;
  font-family: Poppins, sans-serif;
  font-size: 8vh;
  font-weight: 700;
  line-height: 9vh;
}

.layout484_split-text {
  display: none;
}

.project-cover {
  color: var(--base-color-brand--white);
  border-top: 1px #fff3;
  border-right: 1px #fff3;
  border-top-right-radius: .5rem;
  justify-content: flex-start;
  align-items: flex-start;
  margin-left: 0;
  margin-right: auto;
  padding: 2rem 0;
  display: flex;
  position: static;
  inset: auto 0% 0;
}

.text-opacity-70 {
  color: #f9f8ffb3;
}

.font-serif {
  font-family: Playfair Display, sans-serif;
  font-style: italic;
}

.font-serif._45px-font {
  font-size: 45px;
}

.project-head-wrap {
  width: 100%;
  max-width: 30rem;
}

.project-paragraph-wrap {
  max-width: 30rem;
  margin-left: auto;
}

.section_header80 {
  z-index: 4;
  background-color: var(--base-color-neutral--white);
  background-image: linear-gradient(#ffffffe6, #ffffffe6), url('../images/whitenoise_e15a4419e2.gif');
  background-position: 0 0, 0 0;
  background-size: auto, 500px;
  min-height: 100svh;
}

.header80_component {
  height: 300vh;
  position: relative;
}

.header80_content-wrapper {
  height: 100vh;
  position: sticky;
  top: 0;
  overflow: hidden;
}

.header80_images-wrapper {
  z-index: 1;
  position: absolute;
  inset: 0% auto 0% 0%;
}

.header80_images-wrapper.images-wrapper-right {
  z-index: 0;
  inset: 0% 0% 0% auto;
}

.header80_image-list {
  z-index: 1;
  grid-row-gap: 26vw;
  flex-direction: column;
  padding-top: 70vh;
  display: flex;
}

.header80_image-wrapper {
  width: 100%;
  padding-top: 120%;
  position: relative;
}

.header80_image-wrapper.is-image-1 {
  width: 22vw;
}

.header80_image-wrapper.is-image-2 {
  width: 22vw;
  margin-top: -46vw;
  left: 58vw;
}

.header80_image-wrapper.is-image-3 {
  width: 20vw;
  margin-top: -5vw;
  left: 4vw;
}

.header80_image-wrapper.is-image-4 {
  width: 18vw;
  margin-top: -45vw;
  left: 64vw;
}

.header80_image-wrapper.is-image-5 {
  opacity: .75;
  width: 20vw;
}

.header80_image-wrapper.is-image-6 {
  opacity: .75;
  width: 18vw;
  margin-top: -44vw;
  right: 54vw;
}

.header80_image {
  object-fit: cover;
  border-radius: 5px;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.header80_content {
  max-width: 30rem;
  height: 100%;
  color: var(--base-color-brand--navy-blue);
  justify-content: center;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  padding-top: 7rem;
  padding-bottom: 7rem;
  display: flex;
  position: relative;
}

.header80_ix-trigger {
  z-index: -1;
  margin-top: 100vh;
  position: absolute;
  inset: 0%;
}

.section-curve-wrap {
  z-index: 2;
  flex-flow: column;
  height: 10rem;
  max-height: 10rem;
  position: absolute;
  inset: auto 0% -1.5%;
}

.section-curve-wrap.auto {
  height: auto;
  max-height: none;
}

.small-head-txt {
  color: var(--base-color-neutral--neutral);
  text-transform: uppercase;
  font-size: 12px;
  font-weight: 300;
  position: absolute;
  inset: -10% 0% auto;
}

.section_testimonial43 {
  background-color: var(--base-color-brand--white);
  background-image: linear-gradient(#ffffffe6, #ffffffe6), url('../images/whitenoise_e15a4419e2.gif');
  background-position: 0 0, 0 0;
  background-size: auto, 500px;
  justify-content: center;
  align-items: flex-start;
  min-height: 100svh;
  display: flex;
  position: sticky;
  top: 0;
  overflow: hidden;
}

.testimonial43_component {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  flex-flow: column;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  width: 100%;
  display: flex;
}

.testimonial43_heading-wrapper {
  grid-column-gap: 5rem;
  grid-row-gap: 1rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr max-content;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  align-items: end;
}

.header47_component {
  margin-bottom: 7rem;
}

.header47_content {
  grid-column-gap: 5rem;
  grid-row-gap: 4rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: start;
  display: grid;
}

.certified-partner-badge {
  width: 100%;
  max-width: 10rem;
  margin-left: auto;
  margin-right: auto;
}

.flex-vertical-center {
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.swiper {
  width: 100%;
  max-width: 1200px;
  margin-left: auto;
  position: relative;
  overflow: visible;
}

.swiper-wrapper {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  display: flex;
}

.swiper-slide {
  background-color: var(--base-color-neutral--neutral-lightest);
  border-radius: 12px;
  width: 100%;
  min-width: 600px;
  max-width: 600px;
}

.swiper-layout-vertical {
  width: 100%;
}

.nav-next {
  z-index: 3;
  background-color: var(--base-color-brand--gradient-high-opacity);
  cursor: pointer;
  border-radius: 50px;
  justify-content: center;
  align-items: center;
  width: 48px;
  height: 48px;
  display: flex;
  position: absolute;
  inset: auto 0% -20% auto;
}

.nav-prev {
  background-color: var(--base-color-brand--gradient-high-opacity);
  cursor: pointer;
  border-radius: 100px;
  justify-content: center;
  align-items: center;
  width: 48px;
  height: 48px;
  transition: background-color .32s;
  display: flex;
  position: absolute;
  inset: auto auto -20% 0%;
}

.nav-prev:hover {
  background-color: var(--base-color-brand--blue-light);
}

.box-wrap {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  flex-flow: column;
  justify-content: space-between;
  align-items: flex-start;
  height: 100%;
  padding: 2.5rem 0;
  display: flex;
}

.section_banner11._1 {
  display: flex;
}

.banner11_component {
  width: 100vw;
  max-width: 100%;
  display: flex;
  overflow: visible;
}

.banner11_component.invert {
  justify-content: flex-end;
}

.banner11_wrapper {
  justify-content: flex-end;
  align-items: stretch;
  width: 300vw;
  display: flex;
}

.banner11_marquee {
  justify-content: space-around;
  align-items: flex-end;
  width: 100%;
  padding: 0;
  display: flex;
}

.max-w {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  flex-flow: column;
  width: 100%;
  margin-top: 0;
  display: flex;
  overflow: visible;
}

.nowrap {
  white-space: nowrap;
  font-size: 22px;
}

.section_layout353 {
  color: var(--base-color-brand--white);
}

.layout353_component {
  grid-column-gap: 8rem;
  grid-row-gap: 4rem;
  grid-template-rows: auto;
  grid-template-columns: .75fr 1fr;
  grid-auto-columns: 1fr;
  align-items: start;
  display: grid;
}

.layout353_content-left {
  position: sticky;
  top: 30%;
}

.layout353_content-right {
  margin-left: auto;
}

.layout353_content-item {
  background-image: linear-gradient(to bottom, #080e1b75, #080e1b75), url('../images/BG-GLow.webp'), url('../images/Dark-Noise.png'), radial-gradient(circle farthest-corner at 50% 100%, #20304e, var(--base-color-brand--navy-blue) 62%);
  background-position: 0 0, 50% 100%, 0 0, 0 0;
  background-repeat: repeat, repeat, repeat, repeat;
  background-size: auto, cover, auto, auto;
  background-attachment: scroll, fixed, scroll, scroll;
  border: 1px solid #18243d;
  border-radius: 22px;
  margin-bottom: 5rem;
  padding: 3rem;
  position: sticky;
}

.subservices-grid {
  grid-column-gap: 2rem;
  grid-row-gap: 3rem;
  grid-template-columns: 1fr 1fr 1fr;
}

.subservice-tag {
  border-top: 1px solid #f9f8ff24;
  padding-top: .5rem;
  padding-bottom: 0;
  font-weight: 400;
}

.text-testimonial {
  color: var(--base-color-neutral--neutral-darker);
  font-family: Poppins, sans-serif;
  font-size: 1.5rem;
  font-weight: 400;
  line-height: 1.2;
}

.flex-horizontal-space-between {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-flow: column;
  justify-content: space-between;
  align-items: flex-start;
  margin-bottom: 0;
  display: flex;
  position: relative;
}

.flex-horizontal-space-between._1rem {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
}

.text-heading-wrap {
  text-align: center;
  flex-flow: column;
  justify-content: space-between;
  align-items: center;
  max-width: 45rem;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.top-border {
  z-index: 3;
  border-bottom: 1px none var(--base-color-brand--gradient-high-opacity);
  border-top-width: 1px;
  border-top-color: var(--base-color-brand--gradient-high-opacity);
  background-image: radial-gradient(circle at 50% 0, #597ec72e, #080e1b3b 71%);
  width: 100%;
  min-height: 20rem;
  padding: 18px;
  position: relative;
}

.top-border.bottom-highlight {
  background-image: url('../images/BG-GLow.webp'), radial-gradient(circle at 50% 0, #597ec72e, #080e1b3b 71%);
  background-position: 50% 100%, 0 0;
  background-repeat: no-repeat, repeat;
  background-size: 200%, auto;
}

.top-border.partner {
  min-height: auto;
}

.top-border.rounded {
  border-radius: 2rem;
}

.line-divider-btm {
  background-image: radial-gradient(circle farthest-corner at 50% 50%, var(--base-color-brand--blue-light), #fff0 91%);
  height: 1px;
  position: absolute;
  inset: auto 0% 0%;
}

.top-line-divider {
  background-image: radial-gradient(circle farthest-corner at 50% 50%, var(--base-color-brand--blue-light), #fff0 91%);
  height: 1px;
  position: absolute;
  inset: 0% 0% auto;
}

.selected-wrap {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  background-color: #4767a6;
  background-image: linear-gradient(#6f99ec, #4767a6 4%);
  border-radius: 1.5rem;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  margin-top: -42px;
  padding: 0 1px 1px;
  display: flex;
}

.rcmdn {
  margin-top: 12px;
  margin-bottom: 12px;
  font-weight: 300;
  line-height: 16px;
}

.div-block {
  background-image: linear-gradient(180deg, var(--base-color-brand--white), var(--base-color-brand--blue-light) 54%);
}

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

.padding-footer {
  padding-bottom: 16px;
  padding-left: 16px;
  padding-right: 16px;
}

.zlatko-footer {
  z-index: 2;
  pointer-events: none;
  object-fit: contain;
  max-width: 50rem;
  height: 100%;
  max-height: 75vh;
  margin-left: auto;
  margin-right: auto;
  position: absolute;
  inset: auto 0% 0%;
}

.logo-track-footer {
  grid-column-gap: 4rem;
  grid-row-gap: 1rem;
  pointer-events: none;
  grid-template-rows: auto;
  grid-template-columns: max-content 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 0;
  padding-top: 30px;
  padding-bottom: 30px;
  display: grid;
  position: absolute;
  inset: auto 0% 8%;
}

.footer-logo-inner {
  position: relative;
  overflow: hidden;
}

.code-embed {
  opacity: .4;
  mix-blend-mode: overlay;
  height: 100%;
  position: absolute;
  inset: 0%;
  -webkit-mask-image: radial-gradient(120% 100% at 50% 0, #000 60%, #00000026 100%);
  mask-image: radial-gradient(120% 100% at 50% 0, #000 60%, #00000026 100%);
}

.footer-content-wrap {
  z-index: 4;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  max-width: 1000px;
  margin-top: 2rem;
  display: flex;
  position: relative;
}

.footer-grid {
  z-index: 4;
  grid-template-rows: auto;
  justify-content: space-between;
  place-items: center;
  width: 100%;
  max-width: 1440px;
  margin-top: auto;
  margin-bottom: auto;
  padding: 0% 10%;
  display: flex;
  position: relative;
}

.pages-title {
  color: var(--base-color-brand--blue-light);
  margin-bottom: 1rem;
  font-size: 12px;
  font-weight: 400;
}

.footer-link {
  color: var(--base-color-brand--white);
  text-transform: uppercase;
  margin-top: 12px;
  margin-bottom: 12px;
  font-size: 22px;
  font-weight: 700;
  display: block;
}

.text-blue {
  color: var(--base-color-brand--blue-light);
}

.mask-bottom {
  min-height: 25vh;
  max-height: 25vh;
  padding-right: 2rem;
  overflow: auto;
  -webkit-mask-image: linear-gradient(#000 70%, #0000 100%);
  mask-image: linear-gradient(#000 70%, #0000 100%);
}

.arrow-next {
  width: 2rem;
}

.image-and-video-wrap {
  border-radius: 12px;
  width: 100%;
  position: relative;
  overflow: hidden;
}

.video-overlay {
  z-index: 2;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.text-block-reveal {
  display: inline;
}

.image-partner-mobile {
  display: none;
}

.loader-wrapper {
  min-height: 100vh;
}

.loader-5-instructions-delete {
  background-color: var(--\<unknown\|relume-variable-neutral-shade-1\>);
  text-align: left;
  padding: 2rem;
  display: block;
}

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

.loader5_instructions-list {
  padding-left: 1.25rem;
}

.loader5_instructions-list-item {
  padding-left: .5rem;
}

.rl-styleguide_label {
  color: #1e51f7;
  white-space: nowrap;
  cursor: context-menu;
  background-color: #e8edff;
  padding: .25rem .5rem;
  font-size: .75rem;
  display: inline-block;
}

.loader5_instructions-callout {
  background-color: #0000001a;
  align-items: center;
  padding: 1.5rem;
  line-height: 1.6;
}

.loader5_instructions-callout-image {
  margin-top: 1.5rem;
}

.text-style-muted {
  opacity: .6;
}

.loader5_component {
  z-index: 9999;
  height: 100dvh;
  color: var(--base-color-brand--white);
  background-color: #0f1b33;
  background-image: url('../images/Dark-Noise.png');
  background-position: 0 0;
  background-size: auto;
  flex-direction: column;
  justify-content: space-between;
  display: none;
  position: fixed;
  inset: 0%;
  overflow: hidden;
}

.loader5_ix-trigger {
  width: 0;
  height: 0;
  display: none;
}

.loader5_progress {
  border-bottom: 1px solid var(--base-color-brand--gradient-high-opacity);
  width: 100%;
  height: .5rem;
  position: relative;
}

.loader5_progress-bar {
  background-color: var(--base-color-brand--blue-light);
  width: 20%;
  height: 100%;
}

.loader5_progress-content {
  justify-content: space-between;
  align-self: flex-end;
  align-items: flex-end;
  width: 100%;
  padding-bottom: 1rem;
  padding-left: 2%;
  padding-right: 2%;
  display: flex;
}

.loader5_text-wrapper {
  display: flex;
}

.loader5_number {
  color: var(--base-color-brand--blue-light);
  font-size: 8rem;
  font-style: italic;
  font-weight: 300;
  line-height: 1.2;
}

.loader5_text {
  color: var(--base-color-brand--blue-light);
  font-size: 8rem;
  font-style: italic;
  font-weight: 100;
  line-height: 1.2;
}

.loader5_loading-animation {
  display: none;
}

.text-disclaimer-loader {
  color: var(--base-color-brand--blue-light);
  font-size: 12px;
  font-style: italic;
  font-weight: 300;
}

.preloader-logo {
  width: 5rem;
  margin-top: 10rem;
  margin-left: auto;
  margin-right: auto;
}

.header-video-class {
  object-fit: cover;
  border-radius: 5px;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
  overflow: hidden;
}

.container-medium {
  max-width: 60rem;
}

.hero-inner-wrap {
  flex-flow: column;
  height: 100%;
  padding-bottom: 5rem;
  display: flex;
}

.email-span-animation {
  line-height: 32px;
}

.pricing-tabs {
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.pricing-tabs-menu {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  background-image: linear-gradient(#fff0, #ffffff29);
  border: 1px solid #ffffff29;
  border-radius: 12px;
  margin-bottom: 2rem;
  padding: 8px;
  display: inline-flex;
}

.pricing-tab {
  background-color: #ddd0;
  border-radius: 8px;
  padding: 8px 22px;
  font-size: 12px;
}

.pricing-tab.w--current {
  background-color: #ddd0;
  background-image: linear-gradient(#a3c1ff 27%, #6b96ef 58%);
  border: 1px solid #6b96ef;
}

.tabs-mask, .tab-pane {
  width: 100%;
}

.layout-2cols {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: stretch;
  margin-top: 4rem;
  display: grid;
}

.horizontal-partner-card {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  -webkit-backdrop-filter: blur(17px);
  backdrop-filter: blur(17px);
  flex-flow: row;
  flex: 1;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-start;
  padding: 0;
  display: grid;
}

.horizontal {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-flow: row;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: stretch;
  margin-top: 4rem;
  display: flex;
}

.smol-txt {
  font-size: 18px;
}

.title-tag-price-wrap {
  background-image: linear-gradient(#f9f8ff0d, #ffffff1a);
  border: 1px solid #fff3;
  border-radius: 12px;
  margin-top: 12px;
  margin-bottom: 12px;
  padding: 12px 1rem;
  font-size: 12px;
  line-height: 12px;
}

.price-highlighting {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  background-image: linear-gradient(#fff0, #3e95ff1a);
  border: 1px solid #597ec726;
  border-radius: 1rem;
  flex-flow: column;
  margin-bottom: 1rem;
  padding: 1.5rem;
  display: flex;
}

.price-highlighting.blue {
  background-image: linear-gradient(351deg, #0f3f6d70, #3fa1ff70 38%);
}

.blue-txt-primary {
  color: #3cbbff;
}

.section_faq9 {
  background-color: var(--\<unknown\|relume-variable-color-scheme-1-background\>);
  color: var(--\<unknown\|relume-variable-color-scheme-1-text\>);
}

.faq9_component {
  margin-top: 7rem;
}

.faq9_item {
  grid-column-gap: 4rem;
  grid-row-gap: 5rem;
  border-top: 1px solid var(--base-color-brand--card-color-transparent);
  grid-template-rows: auto;
  grid-template-columns: .75fr 1fr;
  grid-auto-columns: 1fr;
  align-items: start;
  padding-top: 1.5rem;
  padding-bottom: 3rem;
  display: grid;
}

.heading-style-h4 {
  font-size: 2rem;
  font-weight: 700;
  line-height: 1.3;
}

.button-3 {
  border: 1px none var(--base-color-neutral--black);
  background-color: var(--base-color-brand--white);
  color: var(--base-color-brand--black);
  text-align: center;
  text-transform: uppercase;
  cursor: pointer;
  border-radius: 10rem;
  justify-content: center;
  align-items: center;
  padding: 1rem 1.5rem;
  font-size: 14px;
  font-weight: 400;
  text-decoration: none;
  transition: color .2s, background-color .2s;
  display: flex;
}

.button-3:hover {
  background-color: var(--base-color-brand--blue-light);
  color: var(--base-color-neutral--white);
}

.button-3.is-secondary {
  -webkit-backdrop-filter: blur(8px);
  backdrop-filter: blur(8px);
  color: #fff;
  background-color: #e5bf8500;
  background-image: linear-gradient(#0000 21%, #ffffff12);
  border-style: none;
  border-color: #f9f8ff4d;
  font-size: 14px;
  font-weight: 300;
  transition: background-color .35s;
  box-shadow: inset 0 2px 4px #fff3, 1px 1px #fff3, -1px -1px #f9f8ff80;
}

.button-3.is-secondary:hover {
  background-color: #ffffff08;
  background-image: linear-gradient(#0000 8%, #ffffff26);
}

.text-size-medium-copy {
  font-size: 18px;
}

.grid-addons {
  grid-template-columns: 1fr 1fr 1fr;
  width: 100%;
}

.flex-bullets {
  grid-column-gap: .7rem;
  grid-row-gap: .7rem;
  flex-flow: column;
  display: flex;
}

.banner10_component {
  color: var(--base-color-brand--white);
  background-color: #3c74e9;
  position: relative;
}

.banner10_content-wrapper {
  justify-content: flex-start;
  align-items: center;
  padding-top: .35rem;
  padding-bottom: .35rem;
  display: flex;
}

.banner10_content {
  flex: 1;
  justify-content: center;
  align-items: center;
  margin-left: 3rem;
  font-size: 13px;
  display: flex;
}

.banner10_close-button {
  margin-left: 1rem;
}

@media screen and (min-width: 1280px) {
  h1 {
    font-size: 60px;
    line-height: 60px;
  }

  h3 {
    font-size: 28px;
  }

  h4 {
    font-weight: 300;
  }

  .layout242_list {
    grid-template-columns: 1fr 1fr 1fr;
  }

  .faq-section {
    background-image: linear-gradient(180deg, var(--base-color-brand--blue-light), white);
    margin-bottom: -2px;
  }

  .about-me-section {
    background-size: 200px;
  }

  .layout364_card-content {
    flex-flow: column;
  }

  .right-content {
    padding-top: 25px;
    padding-left: 0;
  }

  .layout366_card-small-content {
    justify-content: space-between;
    width: 100%;
    height: 100%;
  }

  .layout366_row {
    flex-flow: column;
    grid-template-columns: 1fr 1fr 1fr;
    display: flex;
  }

  .layout366_card-small-content-top {
    justify-content: space-between;
    width: 100%;
    height: 100%;
  }

  .timeline13_item {
    margin-top: 3rem;
  }

  .timeline13_row {
    place-items: start center;
  }

  .body-primary-z {
    overflow: auto;
  }

  .horizontal-partner-card {
    flex-flow: column;
  }
}

@media screen and (min-width: 1440px) {
  h1 {
    font-size: 70px;
    line-height: 75px;
  }

  .button {
    cursor: pointer;
    font-size: 14px;
  }

  .padding-section-large.is-very-large {
    padding-bottom: 22rem;
  }

  .navbar9_menu {
    justify-content: flex-end;
    align-items: center;
  }

  .hero-testimonial_wrap {
    justify-content: flex-start;
    align-items: center;
  }

  .text-style-logo {
    color: var(--base-color-brand--text-primary);
    font-size: 16px;
    font-weight: 400;
  }

  .gallery2_image {
    max-width: 100%;
    max-height: 100%;
  }

  .content-work {
    width: 100%;
  }

  .layout242_list {
    grid-template-columns: 1fr 1fr 1fr;
  }

  .layout364_card-content {
    flex-flow: column;
  }

  .left-content {
    padding: 32px;
  }

  .right-content {
    grid-column-gap: 12px;
    grid-row-gap: 12px;
    padding-top: 25px;
    padding-left: 32px;
  }

  .checks-container {
    justify-content: space-between;
    height: 100%;
    padding-top: 1rem;
  }

  .modal-popup-wrap, .form-intro {
    display: none;
  }

  .starting-at {
    font-weight: 300;
  }

  .top-border {
    padding-bottom: 25px;
    padding-right: 25px;
  }

  .horizontal-partner-card {
    flex-flow: column;
  }

  .button-3 {
    cursor: pointer;
    font-size: 14px;
  }
}

@media screen and (max-width: 991px) {
  h1 {
    font-size: 3.25rem;
  }

  h2 {
    font-size: 2rem;
  }

  h4 {
    font-size: 24px;
    line-height: 30px;
  }

  .hide-tablet {
    display: none;
  }

  .margin-large {
    margin: 2.5rem;
  }

  .margin-xlarge {
    margin: 3.5rem;
  }

  .margin-xxlarge {
    margin: 4.5rem;
  }

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

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

  .heading-style-h2 {
    font-size: 2.75rem;
  }

  .heading-style-h1 {
    font-size: 40px;
    line-height: 45px;
  }

  .padding-global {
    width: 100%;
    padding-left: 5%;
    padding-right: 5%;
  }

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

  .padding-section-large.is-testimonials {
    width: 100%;
  }

  .menu-icon5 {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 48px;
    height: 48px;
    margin-right: -.5rem;
    padding-bottom: 0;
    padding-right: 0;
    display: flex;
  }

  .navbar9_menu-right {
    flex-direction: column;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
    align-items: stretch;
    margin-top: 0;
  }

  .navbar9_menu-button.w--open {
    background-color: #0000;
  }

  .menu-icon1_line-top, .menu-icon1_line-bottom {
    background-color: var(--base-color-neutral--black);
    width: 24px;
    height: 2px;
    padding-bottom: 0;
    padding-right: 0;
  }

  .navbar9_link {
    width: auto;
    padding: .75rem 0;
    font-size: 10px;
  }

  .navbar9_link._14px-txt-size {
    font-size: 14px;
  }

  .menu-icon1_line-middle {
    background-color: var(--base-color-neutral--black);
    justify-content: center;
    align-items: center;
    width: 24px;
    height: 2px;
    margin-top: 6px;
    margin-bottom: 6px;
    padding-bottom: 0;
    padding-right: 0;
    display: flex;
  }

  .menu-icon1_line-middle-inner {
    width: 4px;
    height: 0;
    padding-bottom: 0;
    padding-right: 0;
  }

  .navbar9_menu {
    border-bottom: 1px none var(--border-color--border-primary);
    flex-flow: row;
    justify-content: flex-end;
    align-items: center;
    margin-left: 0;
    padding: 0 0%;
    transition: height .5s;
    overflow: auto;
  }

  .logo2_content-left {
    max-width: 16rem;
  }

  .logo2_content {
    grid-column-gap: 3rem;
  }

  .flex-heading_text_work {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    flex-flow: column;
    justify-content: flex-start;
    align-items: flex-start;
    max-width: 32rem;
  }

  .testimonial18_card {
    height: 100%;
  }

  .layout242_list {
    grid-column-gap: 2rem;
    grid-template-columns: 1fr 1fr;
  }

  .logo3_logo {
    width: 5rem;
    max-width: 5rem;
  }

  .layout364_row {
    flex-flow: column;
    display: flex;
  }

  .left-content {
    min-height: auto;
  }

  .layout366_row {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    flex-flow: column;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    grid-auto-columns: 1fr;
    display: grid;
  }

  .layout366_card-large-content {
    padding: 2rem;
  }

  .timeline13_image {
    object-fit: cover;
    object-position: 0% 50%;
    height: 100%;
  }

  .timeline13_item {
    grid-template-columns: 1fr 10rem 1fr;
  }

  .timeline13_row {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
  }

  .number-heading {
    font-size: 100px;
  }

  .cta51_card {
    padding: 2rem;
  }

  .paragraph-main {
    font-size: 14px;
  }

  .pricing-mobile {
    font-size: 40px;
    line-height: 45px;
  }

  .top-rated-upwork {
    left: 0%;
  }

  .links1_newsletter-content {
    width: 90%;
    max-width: none;
  }

  .heading-style-h3-2 {
    font-size: 2.25rem;
  }

  .banner7_icon-wrapper {
    display: none;
  }

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

  .header9_content-wrapper {
    grid-column-gap: 3rem;
    grid-row-gap: 2rem;
    flex-flow: column;
    justify-content: flex-start;
    align-items: flex-start;
    display: flex;
  }

  .menu-icon4 {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 48px;
    height: 48px;
    padding-bottom: 0;
    padding-right: 0;
    display: flex;
    position: relative;
  }

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

  .menu-icon4_line-top {
    width: 24px;
    height: 2px;
    padding-bottom: 0;
    padding-right: 0;
  }

  .menu-icon4_line-middle {
    justify-content: center;
    align-items: center;
    width: 24px;
    height: 2px;
    margin-top: 6px;
    margin-bottom: 6px;
    padding-bottom: 0;
    padding-right: 0;
    display: flex;
    position: static;
  }

  .menu-icon4_line-middle-top {
    z-index: 2;
    width: 24px;
    height: 2px;
    padding-bottom: 0;
    padding-right: 0;
    position: absolute;
    inset: 0;
  }

  .menu-icon4_line-middle-base {
    justify-content: center;
    align-items: center;
    width: 24px;
    height: 2px;
    padding-bottom: 0;
    padding-right: 0;
    display: flex;
    position: absolute;
  }

  .menu-icon4_line-bottom {
    width: 24px;
    height: 2px;
    padding-bottom: 0;
    padding-right: 0;
  }

  .navbar4_container {
    grid-auto-columns: 1fr;
  }

  .navbar4_wrapper {
    min-width: 15rem;
  }

  .navbar4_menu {
    z-index: 1;
    background-color: var(--\<unknown\|relume-variable-color-scheme-1-background\>);
    -webkit-text-fill-color: inherit;
    background-clip: border-box;
    flex-direction: column;
    justify-content: center;
    margin-left: 0;
    display: block;
  }

  .navbar4_menu-wrapper {
    justify-content: flex-start;
    align-items: center;
    margin-top: 0;
  }

  .navbar4_link {
    margin-top: 0;
    margin-bottom: 0;
    padding: .75rem 0;
    font-size: 1.25rem;
    position: static;
  }

  .navbar4_menu-button {
    margin-left: 0;
    padding: 0;
  }

  .navbar4_menu-button.w--open {
    background-color: var(--\<unknown\|relume-variable-transparent\>);
  }

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

  .banner13_heading-top, .banner13_heading-bottom {
    font-size: 4rem;
  }

  .gallery24_horizontal-scroll-wrapper {
    padding-left: 5%;
  }

  .gallery24_horizontal-scroll-content {
    grid-column-gap: 2rem;
    justify-content: flex-start;
    align-items: flex-start;
    width: 300vh;
  }

  .gallery24_lightbox-link {
    min-width: 80vw;
  }

  .gallery24_image {
    max-height: 25rem;
  }

  .layout484_text {
    font-size: 3rem;
    line-height: 4rem;
  }

  .project-head-wrap {
    max-width: 40rem;
  }

  .project-paragraph-wrap {
    max-width: 100%;
    margin-left: 0;
  }

  .header80_image-wrapper.is-image-1, .header80_image-wrapper.is-image-2 {
    width: 28vw;
  }

  .header80_image-wrapper.is-image-3 {
    width: 26vw;
  }

  .header80_image-wrapper.is-image-4 {
    width: 24vw;
  }

  .header80_image-wrapper.is-image-5 {
    width: 26vw;
  }

  .header80_image-wrapper.is-image-6 {
    width: 24vw;
  }

  .header80_content {
    padding-top: 6rem;
    padding-bottom: 6rem;
  }

  .section-curve-wrap.auto {
    bottom: -10px;
  }

  .testimonial43_component {
    grid-column-gap: 4rem;
    grid-row-gap: 4rem;
    grid-template-columns: 1fr;
  }

  .testimonial43_heading-wrapper {
    grid-column-gap: 3rem;
    margin-bottom: 0;
  }

  .header47_content {
    grid-column-gap: 3rem;
    grid-row-gap: 2rem;
  }

  .swiper {
    max-width: none;
  }

  .swiper-wrapper {
    justify-content: flex-start;
    align-items: flex-start;
  }

  .swiper-slide {
    min-width: 100%;
    max-width: 100%;
  }

  .layout353_component {
    grid-column-gap: 3rem;
    flex-flow: column;
    grid-template-columns: 1fr 1fr;
    grid-auto-flow: row;
    min-height: auto;
    display: flex;
  }

  .layout353_content-left {
    position: static;
  }

  .layout353_content-item {
    margin-bottom: 2rem;
  }

  .selected-wrap {
    margin-top: 0;
  }

  .div-block-2 {
    flex-flow: column;
    display: flex;
  }

  .zlatko-footer {
    max-width: 30rem;
  }

  .logo-track-footer {
    grid-column-gap: 3rem;
  }

  .footer-grid {
    padding-left: 2%;
    padding-right: 2%;
  }

  .loader5_text {
    font-size: 6rem;
  }

  .layout-2cols, .horizontal {
    flex-flow: column;
    display: flex;
  }

  .faq9_item {
    grid-column-gap: 3rem;
    grid-row-gap: 4rem;
  }

  .heading-style-h4 {
    font-size: 1.75rem;
  }

  .grid-addons {
    flex-flow: column;
    display: flex;
  }
}

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

  h2 {
    font-size: 2.25rem;
  }

  h4 {
    font-size: 1.5rem;
    line-height: 1.4;
  }

  h5 {
    font-size: 1.25rem;
  }

  h6 {
    font-size: 1.125rem;
  }

  .margin-xsmall {
    margin: .75rem;
  }

  .margin-small {
    margin: 1.25rem;
  }

  .margin-medium {
    margin: 1.5rem;
  }

  .margin-large {
    margin: 2rem;
  }

  .margin-xlarge {
    margin: 2.5rem;
  }

  .margin-xxlarge {
    margin: 3rem;
  }

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

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

  .text-size-medium {
    font-size: 1rem;
  }

  .heading-style-h2 {
    font-size: 2.25rem;
  }

  .heading-style-h6 {
    font-size: 1.125rem;
  }

  .heading-style-h5 {
    font-size: 1.25rem;
  }

  .heading-style-h1 {
    font-size: 2rem;
    line-height: 2.5rem;
  }

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

  .navbar {
    min-height: 4rem;
  }

  .navbar9_link._14px-txt-size {
    padding-top: 0;
    padding-bottom: 0;
  }

  .navbar9_menu {
    padding-bottom: 0;
  }

  .yellow_text.text-12px {
    font-size: 14px;
  }

  .content-wrap {
    grid-column-gap: 4px;
    grid-row-gap: 4px;
  }

  .logo2_content-left {
    max-width: none;
  }

  .logo2_content {
    grid-row-gap: 2rem;
    flex-direction: column;
    grid-template-columns: 1fr;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .webflow_certified-logo {
    width: 30px;
  }

  .testimonial18_client {
    flex-flow: row;
    align-items: flex-start;
    width: 100%;
  }

  .testimonial18_card {
    padding: 1.5rem;
  }

  .layout242_list {
    grid-row-gap: 3rem;
    grid-template-columns: 1fr;
  }

  .faq4_question {
    padding: 1rem 1.25rem;
  }

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

  .faq4_icon-wrappper {
    width: 1.75rem;
  }

  .logo3_wrapper {
    padding: .75rem 1rem;
  }

  .logo3_logo {
    max-height: 3rem;
  }

  .logo3_list {
    grid-column-gap: 1rem;
    grid-template-columns: 10rem 10rem 10rem 10rem 10rem 10rem 10rem 10rem;
    padding-top: 1rem;
  }

  .layout364_card {
    grid-template-columns: 1fr;
  }

  .layout364_row {
    grid-column-gap: 1.5rem;
    grid-row-gap: 1.5rem;
    grid-template-columns: 1fr;
  }

  .layout364_card-content {
    padding: 0;
  }

  .left-content {
    background-position: 50% 70%, 0 0;
  }

  .layout366_component {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
  }

  .layout366_card-large {
    grid-template-columns: 1fr;
  }

  .layout366_card-large-content {
    height: auto;
    padding: 1.5rem;
  }

  .timeline13_item {
    grid-template-rows: auto auto;
    grid-template-columns: 4rem 1fr;
    width: 100%;
  }

  .timeline13_item.item-left {
    text-align: left;
    align-items: flex-start;
  }

  .timeline13_row {
    grid-column-gap: 1rem;
    grid-row-gap: 2rem;
    grid-template-columns: max-content 1fr;
  }

  .timeline13_list {
    grid-column-gap: 3rem;
    grid-row-gap: 3rem;
  }

  .timeline13_circle-wrapper {
    left: 0;
  }

  .timeline13_image-wrapper {
    width: 100%;
  }

  .timeline13_circle {
    margin-top: 1.75rem;
  }

  .cta51_card {
    padding: 2rem;
  }

  .footer4_social-list {
    justify-content: center;
    align-items: center;
    margin-top: 15px;
  }

  .footer4_credit-text {
    margin-top: 0;
  }

  .footer4_bottom-wrapper {
    flex-flow: row;
    grid-auto-flow: row;
    justify-content: space-between;
    place-items: center;
    padding-bottom: 0;
  }

  .flex-layout_footer {
    flex-flow: column;
  }

  .pricing-mobile {
    font-size: 2.5rem;
  }

  .stars-hero {
    width: 10px;
  }

  .links1_newsletter-modal {
    align-items: flex-start;
  }

  .links1_newsletter-content {
    flex-flow: column;
    justify-content: center;
    width: 100%;
    height: 100vh;
    max-height: none;
    padding-bottom: 7rem;
    padding-left: 5%;
    padding-right: 5%;
    display: flex;
  }

  .heading-style-h3-2 {
    font-size: 2rem;
  }

  .banner7_text-wrapper {
    margin-bottom: 1rem;
    margin-right: 0;
  }

  .banner7_content {
    flex-direction: column;
    justify-content: space-between;
    align-items: flex-start;
    margin-left: 0;
    margin-right: 1.75rem;
  }

  .banner7_content-wrapper {
    flex-direction: column;
    align-items: stretch;
    padding-top: 1rem;
    padding-bottom: 1rem;
  }

  .banner7_close-button {
    margin-left: 0;
    position: absolute;
    inset: .5rem .5rem auto auto;
  }

  .fs-cc_close-button {
    margin-right: 1.25rem;
  }

  .cookie-preference_wrapper {
    padding-top: 2rem;
  }

  .fs-cc_modal-buttons {
    padding: 1.5rem;
  }

  .header9_component {
    justify-content: flex-end;
    align-items: flex-start;
    height: auto;
    max-height: none;
  }

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

  .header9_content-wrapper {
    grid-column-gap: 1.25rem;
    grid-row-gap: 1.25rem;
    grid-template-columns: 1fr;
  }

  .header9_content-right {
    max-width: 100%;
    margin-left: 0;
  }

  .hero-content-wrap {
    inset: auto 0% 5%;
  }

  .navbar4_component {
    min-height: 4rem;
  }

  .navbar4_menu-wrapper {
    font-size: 1.25rem;
  }

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

  .gallery24_horizontal-scroll-wrapper {
    margin-top: -10vh;
  }

  .gallery24_horizontal-scroll-content {
    grid-column-gap: 1.5rem;
    width: 200vh;
  }

  .gallery24_image {
    width: 90vw;
    max-height: 30rem;
  }

  .layout484_text {
    font-size: 2.5rem;
    line-height: 3rem;
  }

  .header80_component {
    height: 150vh;
  }

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

  .header80_image-wrapper.is-image-1 {
    width: 30vw;
  }

  .header80_image-wrapper.is-image-2 {
    width: 30vw;
    left: 52vw;
  }

  .header80_image-wrapper.is-image-3 {
    width: 28vw;
  }

  .header80_image-wrapper.is-image-4 {
    width: 26vw;
  }

  .header80_image-wrapper.is-image-5 {
    width: 28vw;
  }

  .header80_image-wrapper.is-image-6 {
    width: 26vw;
    right: 50vw;
  }

  .header80_content {
    padding-top: 4rem;
  }

  .header80_ix-trigger {
    margin-top: 35rem;
  }

  .testimonial43_component {
    grid-column-gap: 3rem;
    grid-row-gap: 3rem;
  }

  .testimonial43_heading-wrapper {
    grid-row-gap: 2rem;
    flex-direction: column;
    grid-template-columns: 1fr;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .header47_content {
    grid-column-gap: 1.25rem;
    grid-row-gap: 1.25rem;
    grid-template-columns: 1fr;
  }

  .banner11_marquee.hide-mobile {
    display: none;
  }

  .layout353_component {
    grid-row-gap: 3rem;
    grid-template-columns: 1fr;
  }

  .layout353_content-left {
    position: static;
  }

  .layout353_content-right {
    flex-flow: column;
    width: 100%;
    display: flex;
  }

  .subservices-grid {
    grid-template-columns: 1fr 1fr;
  }

  .text-heading-wrap {
    position: static;
  }

  .logo-track-footer {
    grid-row-gap: 2rem;
    flex-direction: column;
    grid-template-columns: 1fr;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .loader5_text {
    font-size: 4rem;
  }

  .hero-inner-wrap {
    justify-content: flex-end;
    align-items: flex-start;
  }

  .layout-2cols {
    grid-column-gap: 1.5rem;
    grid-row-gap: 1.5rem;
    grid-template-columns: 1fr;
  }

  .horizontal-partner-card {
    padding: 0;
  }

  .horizontal {
    grid-column-gap: 1.5rem;
    grid-row-gap: 1.5rem;
    grid-template-columns: 1fr;
  }

  .faq9_item {
    grid-column-gap: 2.5rem;
    padding-top: 1.25rem;
    padding-bottom: 2.5rem;
  }

  .heading-style-h4 {
    font-size: 1.5rem;
    line-height: 1.4;
  }

  .text-size-medium-copy {
    font-size: 1rem;
  }

  .banner10_content-wrapper {
    align-items: center;
  }

  .banner10_content {
    justify-content: flex-start;
    align-items: center;
    margin-left: 0;
    margin-right: 1rem;
  }

  .banner10_close-button {
    margin-left: 0;
  }
}

@media screen and (max-width: 479px) {
  body {
    background-image: url('../images/Blue-Noise-Texture-BG-Zlatko-Marjanovic_1.webp');
    background-position: 50%;
    background-size: cover;
    background-attachment: fixed;
  }

  h1 {
    font-size: 40px;
    line-height: 45px;
  }

  h2 {
    font-size: 1.2rem;
    line-height: 1.5rem;
  }

  h3 {
    font-size: 18px;
    line-height: 24px;
  }

  h4 {
    font-size: 18px;
  }

  p {
    font-size: 14px;
  }

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

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

  .overflow-auto {
    overflow: scroll;
  }

  .overflow-auto.max-h {
    max-height: 70svh;
  }

  .text-size-medium {
    font-size: .8rem;
  }

  .heading-style-h5.beige-txt-span.links {
    font-size: 2rem;
  }

  .heading-style-h1 {
    font-size: 25px;
    line-height: 32px;
  }

  .button {
    width: auto;
    padding-left: 1rem;
    padding-right: 1rem;
    font-size: 12px;
  }

  .button.is-secondary {
    font-size: 12px;
  }

  .button.is-secondary.is-navbar {
    width: auto;
    display: none;
  }

  .button-group {
    flex-flow: row;
    justify-content: flex-start;
    align-items: center;
  }

  .button-group.center {
    justify-content: space-between;
    align-items: center;
  }

  .padding-global {
    width: 100%;
  }

  .padding-section-large {
    padding-top: 50px;
    padding-bottom: 50px;
  }

  .padding-section-large.is-very-large {
    padding-bottom: 7rem;
  }

  .navbar9_link {
    color: var(--base-color-neutral--white);
    padding-top: 0;
    padding-bottom: 0;
    font-size: 8px;
  }

  .navbar9_logo-link.w--current {
    width: 50px;
    padding-left: 0;
  }

  .top-rated_wrap {
    justify-content: center;
    align-items: center;
    padding: 4px;
    display: none;
  }

  .stars-wrap {
    grid-column-gap: 5px;
    grid-row-gap: 5px;
  }

  .stars-wrap.center {
    flex-flow: wrap;
  }

  .hero-testimonial_wrap {
    text-align: center;
    flex-flow: column;
  }

  .yellow_text.text-12px {
    font-size: 12px;
  }

  .content-wrap {
    text-align: left;
    justify-content: center;
    align-items: flex-start;
  }

  .webflow_certified-logo {
    width: 35px;
    display: none;
  }

  .flex-heading_text_work {
    width: 100%;
    max-width: none;
  }

  .testimonial18_client {
    flex-flow: row;
  }

  .testimonial18_card {
    height: 300px;
    padding-bottom: 1.5rem;
    display: flex;
  }

  .layout242_list {
    grid-template-columns: 1fr;
  }

  .layout242_item-icon-wrapper {
    border-radius: 24px;
  }

  .faq4_question, .faq4_answer {
    padding-left: 0;
    padding-right: 0;
  }

  .layout359_image {
    object-position: 70% 0%;
  }

  .flex-certification {
    margin-right: .5rem;
    font-size: 12px;
  }

  .cert-icon {
    width: 22px;
    min-width: 22px;
    height: 22px;
    min-height: 22px;
  }

  .work-tag {
    margin-right: .5rem;
    font-size: 12px;
  }

  .logo3_wrapper {
    justify-content: center;
    align-items: flex-start;
    padding-left: 0;
    padding-right: 0;
  }

  .logo3_list {
    grid-column-gap: 0rem;
    grid-row-gap: 0rem;
    justify-content: center;
  }

  .layout364_card {
    -webkit-backdrop-filter: blur(5px);
    backdrop-filter: blur(5px);
  }

  .layout364_row {
    grid-template-columns: 1fr;
    margin-top: 2rem;
  }

  .layout364_card-content {
    border-radius: 16px;
    padding: 0;
    overflow: hidden;
  }

  .layout364_component {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
  }

  .right-content {
    min-height: auto;
  }

  .bulletpoint-pricing {
    font-size: 12px;
  }

  .layout366_card-large-content-top {
    margin-bottom: 1rem;
  }

  .layout366_card-small {
    -webkit-backdrop-filter: blur(5px);
    backdrop-filter: blur(5px);
    border-radius: 0;
    flex-direction: column;
    display: flex;
  }

  .layout366_card-small-content {
    border-style: solid none none solid;
    border-width: 1px;
    border-color: var(--base-color-neutral--neutral-lighter);
    outline-offset: 0px;
    outline: 3px #fff;
    display: block;
  }

  .layout366_row {
    grid-column-gap: 0rem;
    grid-row-gap: 0rem;
    outline-color: var(--base-color-brand--white);
    outline-offset: 0px;
    border-style: solid;
    outline-width: 3px;
    outline-style: solid;
    flex-flow: column;
    display: flex;
  }

  .layout366_card-large-content {
    -webkit-backdrop-filter: blur(4px);
    backdrop-filter: blur(4px);
    display: block;
  }

  .timeline13_item {
    grid-template-columns: 3rem 1fr;
  }

  .timeline13_row {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
  }

  .timeline13_progress-line {
    display: none;
  }

  .timeline13_progress-line-cover {
    filter: blur(10px);
    background-image: none;
    background-position: 0 0;
    background-size: auto;
    background-attachment: scroll;
    display: none;
  }

  .body-primary-z {
    background-image: linear-gradient(#08183e1a, #08183e1a), url('../images/pngbg_1.webp');
    background-position: 0 0, 50%;
    background-repeat: repeat, repeat;
    background-size: auto, cover;
    background-attachment: scroll, fixed;
  }

  .number-heading {
    line-height: 100px;
  }

  .cta51_card {
    background-color: var(--base-color-brand--navy-blue);
    background-position: 0%, 0 0;
    background-size: cover, auto;
    min-height: auto;
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .footer4_credit-text {
    color: var(--base-color-neutral--white);
    text-align: left;
    font-size: 8px;
  }

  .flex-layout_footer {
    z-index: 7;
    flex-flow: column;
    position: relative;
  }

  .logo-link {
    flex-flow: row;
  }

  .paragraph-main, .paragraph-main p {
    font-size: 12px;
  }

  .contact-form-wrap {
    justify-content: center;
    align-items: center;
    min-width: 100%;
    min-height: 90svh;
    max-height: 90svh;
    padding-left: 2rem;
    padding-right: 2rem;
    display: flex;
  }

  .modal-popup-wrap {
    padding-left: 20px;
    padding-right: 20px;
    display: none;
  }

  .layout-flex-form {
    flex-flow: column;
  }

  .close-icon {
    width: 20px;
  }

  .form-intro {
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100%;
    padding-top: 3rem;
    padding-left: 2rem;
    padding-right: 2rem;
    display: flex;
    inset: 0%;
  }

  .info-note {
    margin-top: 0;
  }

  .pricing-mobile {
    font-size: 32px;
    line-height: 42px;
  }

  .stars-hero {
    width: 12px;
    height: 12px;
  }

  .top-rated-img {
    width: 20px;
  }

  .top-rated-upwork {
    min-width: auto;
    padding-right: 5px;
    position: static;
  }

  .upwork-green {
    color: #0c6300;
  }

  .span-email {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    margin-left: auto;
    margin-right: auto;
    padding-left: 12px;
    padding-right: 12px;
    font-size: 12px;
    font-weight: 300;
  }

  .copy-icon {
    width: 15px;
    height: 15px;
  }

  .links1_form {
    grid-row-gap: .75rem;
    flex-direction: column;
    grid-template-columns: 1fr;
  }

  .modal-audit {
    padding-left: 20px;
    padding-right: 20px;
    display: none;
  }

  .audit-form-wrap {
    justify-content: center;
    align-items: center;
    min-width: 100%;
    min-height: 90svh;
    max-height: 90svh;
    padding-left: 2rem;
    padding-right: 2rem;
    display: flex;
  }

  .fs-cc_cookie-component {
    max-width: 100%;
    padding: 20px;
    inset: auto 0% 0%;
  }

  .fs-cc_modal {
    max-width: 100%;
  }

  .fs-cc_close-button {
    margin-top: 1rem;
    margin-right: 1rem;
  }

  .fs-cc_button {
    width: 100%;
  }

  .fs-cc_preference-component {
    align-items: flex-end;
  }

  .fs-cc_preference-buttons {
    bottom: 0;
  }

  .cookie-preference_wrapper {
    max-width: 100%;
    padding-bottom: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .header9_component {
    height: 100dvh;
    min-height: auto;
  }

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

  .header9_content-wrapper {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    grid-template-columns: 1fr;
  }

  .header9_content-right {
    display: block;
  }

  .menu-icon4_line-top, .menu-icon4_line-middle, .menu-icon4_line-middle-base, .menu-icon4_line-bottom {
    height: 1px;
  }

  .navbar4_component {
    position: sticky;
    top: 0;
  }

  .navbar4_wrapper {
    min-width: auto;
    padding: 0;
  }

  .navbar4_menu {
    background-image: radial-gradient(circle at 100% 100%, #0b1529, #0b1529);
    max-width: 15rem;
    margin-left: auto;
    padding: 32px;
  }

  .navbar4_menu-wrapper {
    text-align: left;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .navbar4_link {
    padding-top: .2rem;
    padding-bottom: .2rem;
    font-size: .9rem;
    font-weight: 100;
  }

  .nav-wrap-outer-edge {
    grid-column-gap: 12px;
    grid-row-gap: 12px;
    justify-content: flex-end;
  }

  .sound-toggle {
    display: none;
  }

  .hero-anim-wrap-outer-main {
    margin-top: -4.5rem;
  }

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

  .banner13_heading-top, .banner13_heading-bottom {
    font-size: 3rem;
    line-height: 3rem;
  }

  .gallery24_component {
    height: 350vh;
    padding-bottom: 0;
  }

  .gallery24_horizontal-scroll-content {
    width: 150vh;
  }

  .gallery24_lightbox-link {
    width: 100%;
    min-width: auto;
  }

  .gallery24_image {
    max-height: 13rem;
  }

  .section_layout484 {
    height: 60svh;
  }

  .layout484_text {
    font-size: 1.25rem;
    line-height: 1.7rem;
  }

  .project-cover {
    width: 100%;
    max-width: 19rem;
  }

  .font-serif._45px-font {
    font-size: 1.5rem;
  }

  .project-head-wrap {
    max-width: 100%;
  }

  .project-paragraph-wrap {
    width: 100%;
  }

  .header80_image-wrapper {
    width: 35vw;
    height: 35vw;
  }

  .section-curve-wrap {
    bottom: -6.5px;
  }

  .section-curve-wrap.auto {
    bottom: -8px;
  }

  .small-head-txt {
    font-size: 10px;
    top: -32%;
  }

  .testimonial43_component {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
  }

  .header47_content {
    grid-template-columns: 1fr;
  }

  .swiper {
    max-width: none;
    margin-left: auto;
    margin-right: auto;
  }

  .swiper-slide {
    width: 100%;
    min-width: 100%;
    max-width: none;
  }

  .swiper-layout-vertical {
    justify-content: center;
    align-items: center;
    margin-left: auto;
    margin-right: auto;
    display: flex;
  }

  .nav-next, .nav-prev {
    display: none;
    bottom: -22%;
  }

  .box-wrap {
    padding-top: 0;
    padding-bottom: 0;
  }

  .max-w {
    grid-column-gap: .5rem;
    grid-row-gap: .5rem;
  }

  .nowrap {
    font-size: 12px;
  }

  .layout353_component {
    grid-template-columns: 1fr;
  }

  .layout353_content-right {
    width: 100%;
  }

  .layout353_content-item {
    padding: 1.5rem;
    top: 4rem;
  }

  .subservices-grid {
    grid-row-gap: 0rem;
    border: 1px solid var(--base-color-brand--card-color-transparent);
    -webkit-backdrop-filter: blur(13px);
    backdrop-filter: blur(13px);
    background-color: #597ec712;
    border-radius: 12px;
    flex-flow: column;
    display: flex;
  }

  .subservice-tag {
    border-style: none none solid;
    border-width: 1px;
    border-color: #f9f8ff24 #f9f8ff24 var(--base-color-brand--card-color-transparent);
    padding: .65rem 1rem;
    font-size: 12px;
    font-weight: 300;
  }

  .subservice-tag.is-last {
    border-bottom-style: none;
  }

  .text-testimonial {
    font-size: 1rem;
  }

  .padding-footer {
    padding-bottom: 12px;
    padding-left: 12px;
    padding-right: 12px;
  }

  .zlatko-footer {
    pointer-events: auto;
    width: 100%;
    max-width: 35rem;
    height: auto;
    max-height: none;
  }

  .logo-track-footer {
    z-index: 5;
    padding-top: 0;
    padding-bottom: 0;
    bottom: 16%;
  }

  .footer-content-wrap {
    margin-top: 0;
    margin-bottom: 2rem;
  }

  .footer-grid {
    margin-top: 0%;
    margin-bottom: 10rem;
    padding-left: 5%;
    padding-right: 5%;
  }

  .pages-title {
    font-size: 10px;
  }

  .footer-link {
    font-size: 12px;
  }

  .mask-bottom {
    min-height: 10rem;
    max-height: 10rem;
  }

  .video-overlay.mavesta {
    min-width: 100%;
    inset: 0%;
  }

  .image-partner-mobile {
    max-width: 10rem;
    display: block;
  }

  .footer-text {
    font-size: 1rem;
  }

  .loader5_component {
    display: none;
  }

  .loader5_number {
    font-size: 4rem;
  }

  .hero-inner-wrap {
    padding-bottom: 0;
  }

  .pricing-tabs-menu {
    text-align: center;
    flex-flow: column;
    width: 100%;
    display: flex;
  }

  .pricing-tab {
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .layout-2cols {
    grid-template-columns: 1fr;
    margin-top: 2rem;
  }

  .horizontal-partner-card {
    border-radius: 16px;
    padding: 0;
    overflow: hidden;
  }

  .horizontal {
    grid-template-columns: 1fr;
    margin-top: 2rem;
  }

  .faq9_item {
    grid-row-gap: 1rem;
    grid-template-columns: 1fr;
  }

  .button-3 {
    width: auto;
    padding-left: 1rem;
    padding-right: 1rem;
    font-size: 12px;
  }

  .button-3.is-secondary {
    font-size: 12px;
  }

  .text-size-medium-copy {
    font-size: .8rem;
  }
}

#w-node-bd5ed0e8-2a17-668d-6431-442b172213ad-dbdadd3f, #w-node-bd5ed0e8-2a17-668d-6431-442b172213af-dbdadd3f, #w-node-bd5ed0e8-2a17-668d-6431-442b172213b1-dbdadd3f, #w-node-bd5ed0e8-2a17-668d-6431-442b172213b3-dbdadd3f, #w-node-bd5ed0e8-2a17-668d-6431-442b172213b5-dbdadd3f, #w-node-bd5ed0e8-2a17-668d-6431-442b172213b7-dbdadd3f, #w-node-bd5ed0e8-2a17-668d-6431-442b172213b9-dbdadd3f, #w-node-bd5ed0e8-2a17-668d-6431-442b172213bb-dbdadd3f, #w-node-bd5ed0e8-2a17-668d-6431-442b172213be-dbdadd3f, #w-node-bd5ed0e8-2a17-668d-6431-442b172213c0-dbdadd3f, #w-node-bd5ed0e8-2a17-668d-6431-442b172213c2-dbdadd3f, #w-node-bd5ed0e8-2a17-668d-6431-442b172213c4-dbdadd3f, #w-node-bd5ed0e8-2a17-668d-6431-442b172213c6-dbdadd3f, #w-node-bd5ed0e8-2a17-668d-6431-442b172213c8-dbdadd3f, #w-node-bd5ed0e8-2a17-668d-6431-442b172213ca-dbdadd3f, #w-node-bd5ed0e8-2a17-668d-6431-442b172213cc-dbdadd3f {
  justify-self: center;
}

#w-node-_0a6548b3-823c-a68a-2794-4eca55198c42-dbdadd3f, #w-node-_0a6548b3-823c-a68a-2794-4eca55198c44-dbdadd3f, #w-node-_0a6548b3-823c-a68a-2794-4eca55198c46-dbdadd3f, #w-node-_0a6548b3-823c-a68a-2794-4eca55198c4a-dbdadd3f, #w-node-d6329219-d32f-edc8-0d1f-1e94abc979fc-dbdadd3f {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a19798c-f604-f684-6673-6224a3ad3a15-dbdadd3f {
  align-self: start;
}

#w-node-_9a19798c-f604-f684-6673-6224a3ad3a29-dbdadd3f, #w-node-_2be0073c-307e-c877-4a98-f4fe9b7fbdf9-dbdadd3f, #w-node-d7d3bc08-d5c9-318a-4b72-ad70303631ac-dbdadd3f {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_24232c7c-910d-a181-44b2-1bcc82c11a49-a318f7ce, #w-node-_24232c7c-910d-a181-44b2-1bcc82c11a4b-a318f7ce, #w-node-_24232c7c-910d-a181-44b2-1bcc82c11a4d-a318f7ce, #w-node-_24232c7c-910d-a181-44b2-1bcc82c11a4f-a318f7ce, #w-node-_24232c7c-910d-a181-44b2-1bcc82c11a51-a318f7ce, #w-node-_24232c7c-910d-a181-44b2-1bcc82c11a53-a318f7ce, #w-node-_24232c7c-910d-a181-44b2-1bcc82c11a55-a318f7ce, #w-node-_24232c7c-910d-a181-44b2-1bcc82c11a57-a318f7ce, #w-node-_24232c7c-910d-a181-44b2-1bcc82c11a5a-a318f7ce, #w-node-_24232c7c-910d-a181-44b2-1bcc82c11a5c-a318f7ce, #w-node-_24232c7c-910d-a181-44b2-1bcc82c11a5e-a318f7ce, #w-node-_24232c7c-910d-a181-44b2-1bcc82c11a60-a318f7ce, #w-node-_24232c7c-910d-a181-44b2-1bcc82c11a62-a318f7ce, #w-node-_24232c7c-910d-a181-44b2-1bcc82c11a64-a318f7ce, #w-node-_24232c7c-910d-a181-44b2-1bcc82c11a66-a318f7ce, #w-node-_24232c7c-910d-a181-44b2-1bcc82c11a68-a318f7ce {
  justify-self: center;
}

@media screen and (min-width: 1280px) {
  #w-node-_9a19798c-f604-f684-6673-6224a3ad3a29-dbdadd3f, #w-node-_2be0073c-307e-c877-4a98-f4fe9b7fbdf9-dbdadd3f, #w-node-d7d3bc08-d5c9-318a-4b72-ad70303631ac-dbdadd3f {
    grid-column: span 1 / span 1;
  }
}

@media screen and (max-width: 991px) {
  #w-node-_9a19798c-f604-f684-6673-6224a3ad3a29-dbdadd3f, #w-node-_2be0073c-307e-c877-4a98-f4fe9b7fbdf9-dbdadd3f {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-d7d3bc08-d5c9-318a-4b72-ad70303631ac-dbdadd3f {
    grid-area: span 1 / span 4 / span 1 / span 4;
  }
}

@media screen and (max-width: 479px) {
  #w-node-_9a19798c-f604-f684-6673-6224a3ad3a29-dbdadd3f, #w-node-_2be0073c-307e-c877-4a98-f4fe9b7fbdf9-dbdadd3f {
    grid-column: span 4 / span 4;
  }
}
