@font-face {
  font-family: "Figtree";
  src: url() format("truetype");
  font-weight: 900;
  font-style: normal;
}

@font-face {
  font-family: "Figtree";
  src: url() format("truetype");
  font-weight: 900;
  font-style: italic;
}

@font-face {
  font-family: "Figtree";
  src: url() format("truetype");
  font-weight: 700;
  font-style: normal;
}

@font-face {
  font-family: "Figtree";
  src: url() format("truetype");
  font-weight: 700;
  font-style: italic;
}

@font-face {
  font-family: "Figtree";
  src: url() format("truetype");
  font-weight: 800;
  font-style: normal;
}

@font-face {
  font-family: "Figtree";
  src: url() format("truetype");
  font-weight: 800;
  font-style: italic;
}

@font-face {
  font-family: "Figtree";
  src: url() format("truetype");
  font-weight: 400;
  font-style: italic;
}

@font-face {
  font-family: "Figtree";
  src: url() format("truetype");
  font-weight: 300;
  font-style: normal;
}

@font-face {
  font-family: "Figtree";
  src: url() format("truetype");
  font-weight: 300;
  font-style: italic;
}

@font-face {
  font-family: "Figtree";
  src: url() format("truetype");
  font-weight: 500;
  font-style: normal;
}

@font-face {
  font-family: "Figtree";
  src: url() format("truetype");
  font-weight: 500;
  font-style: italic;
}

@font-face {
  font-family: "Figtree";
  src: url() format("truetype");
  font-weight: 400;
  font-style: normal;
}

@font-face {
  font-family: "Figtree";
  src: url() format("truetype");
  font-weight: 600;
  font-style: normal;
}

@font-face {
  font-family: "Figtree";
  src: url() format("truetype");
  font-weight: 600;
  font-style: italic;
}

body {
  font-family: "Figtree";
}
.heading-xlarge {
  font-size: 96px;
  font-style: normal;
  font-weight: 700;
  line-height: 110%;
}

.heading-large {
  font-size: 72px;
  font-style: normal;
  font-weight: 700;
  line-height: 110%;
}

.heading-default {
  font-size: 56px;
  font-style: normal;
  font-weight: 700;
  line-height: 110%;
}

.heading-small {
  font-size: 40px;
  font-style: normal;
  font-weight: 700;
  line-height: 110%;
}

.heading-xsmall {
  font-size: 30px;
  font-style: normal;
  font-weight: 700;
  line-height: 110%;
}

.quote {
  font-size: 40px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
}

.stats {
  font-size: 100px;
  font-style: normal;
  font-weight: 700;
  line-height: 110%;
}

.large-small {
  font-size: 14px;
  line-height: 135%;

  span {
    display: block;
    font-size: 18px;
    line-height: 150%;
    font-weight: 600;
  }
}

.testiomonial-text {
  font-size: 28px;
  line-height: 135%;
}

@media screen and (max-width: 768px) {
  .heading-xlarge {
    font-size: 48px;
    line-height: normal;
  }

  .heading-large {
    font-size: 44px;
    line-height: normal;
  }

  .heading-default {
    font-size: 38px;
    line-height: normal;
  }

  .heading-small {
    font-size: 32px;
    line-height: normal;
  }

  .heading-xsmall {
    font-size: 26px;
    line-height: normal;
  }

  .testiomonial-text {
    font-size: 27px;
  }
}
/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/

html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
body {
  line-height: 1;
  font-size: 1.125rem;
  line-height: 150%;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
ol,
ul {
  list-style: none;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: "";
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
a {
  transition: all 0.3s ease;
}
:root {
  --white: #fff;
  --navy: #03022e;
  --blue: #2a52ff;
  --blueHover: #1c39b2;
  --orange: #ff7537;
  --orangeHover: #E85F22;
  --lightPurple: #b657ff;
  --purple: #451471;
}

.button,
.hs-button,
.primary-cta {
  padding: 16px 32px;
  color: var(--white);
  background: var(--blue);
  display: inline-flex;
  transition: all 0.3s ease;
  justify-content: center;
  align-items: center;
  border-radius: 100px;
  font-weight: 600;
  border: 2px solid var(--blue);

  &:hover {
    background: var(--blueHover);
    border-color: var(--blueHover);
  }

  &.medium {
    padding: 12px 28px;
    font-size: 16px;
  }
  
  &.smaller {
    padding: 8px 24px;
    font-size: 14px;
  }
}
.hs-button {
  padding: 8px 24px;
  font-size: 14px;
}

.button.secondary-cta, 
.secondary-cta { 
  align-items: center;
  padding: 16px 32px;
  color: var(--white);
  background: transparent;
  border: 2px solid var(--white);
  display: inline-flex;
  justify-content: center;
  transition: all 0.3s ease;
  border-radius: 100px;
  font-weight: 600;

  &:hover {
    background: var(--white);
    color: var(--blue);
  }

  &.smaller {
    padding: 8px 24px;
    font-size: 14px;
  }
}

.orange-cta {
  color: var(--dark);
  background: var(--orange);

  border: 2px solid var(--orange);
  &:hover {
    background: var(--orangeHover);
    border-color: var(--orangeHover);
  }
}

.little-cta {
  transition: all 0.3s ease;
  padding: 4px 16px;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  border: 1px solid var(--white);
  border-radius: 100px;
  font-size: 14px;
  line-height: 135%;
  color: var(--white);

  &:hover {
    background: var(--white);
    color: var(--blue);
  }
}

.icon-cta {
  transition: all 0.3s ease;
  padding: 16px;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  border: 1px solid var(--white);
  border-radius: 100px;
  font-size: 14px;
  line-height: 135%;
  color: var(--white);

  &:hover {
    background: var(--white);
    color: var(--blue);

    svg {
      fill: var(--blue);
    }
  }
}


.learn-more {
  color: var(--white);
  font-weight: 600;
  display: inline-flex;
  gap: 8px;
  align-items: center;
  transition: all 0.3s ease;

  &:hover {
    gap: 16px;
  }

  &.small {
    font-size: 14px;
    line-height: 135%;
  }
}

.group:hover {
  .learn-more {
    gap: 16px;
  }

  .secondary-cta {
    background: var(--white);
    color: var(--blue);
  }

  .primary-cta {
    background: var(--blueHover);
    border-color: var(--blueHover);
  }
}

.remove {
  display: none !important;
}

#close-menu.active {
  z-index: 49;
}

.bg-blend {
  background: rgba(255, 255, 255, 0.09);
  mix-blend-mode: screen;
  /* Background Blur */
  backdrop-filter: blur(100px);
}


.blog-listing {
  max-width: 990px;
  padding: 0 2rem;
  margin: auto;
  color: #fff;

  a {
    color: #fff;
  }
}
.content-wrapper {
  margin: 0 auto;
  padding: 0 1rem;
}

@media screen and (min-width: 1380px) {
  .content-wrapper {
    padding: 0;
  }
}

.dnd-section > .row-fluid {
  margin: 0 auto;
}

.dnd-section .dnd-column {
  padding: 0 1rem;
}

@media (max-width: 767px) {
  .dnd-section .dnd-column {
    padding: 0;
  }
} 


/* CSS variables */

:root {
  --column-gap: 2.13%;
  --column-width-multiplier: 8.333;
}

/* Mobile layout */

.row-fluid {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
}


  .row-fluid .span1,
  .row-fluid .span2,
  .row-fluid .span3,
  .row-fluid .span4,
  .row-fluid .span5,
  .row-fluid .span6,
  .row-fluid .span7,
  .row-fluid .span8,
  .row-fluid .span9,
  .row-fluid .span10,
  .row-fluid .span11,
  .row-fluid .span12{
  min-height: 1px;
  width: 100%;
}

/* Desktop layout */

@media (min-width: 768px) {
  .row-fluid {
    flex-wrap: nowrap;
    justify-content: space-between;
  }

  
    .row-fluid .span1 {
      width: calc(var(--column-width-multiplier) * 1% * 1 - var(--column-gap) * (11 * var(--column-width-multiplier) / 100));
    }
  
    .row-fluid .span2 {
      width: calc(var(--column-width-multiplier) * 1% * 2 - var(--column-gap) * (10 * var(--column-width-multiplier) / 100));
    }
  
    .row-fluid .span3 {
      width: calc(var(--column-width-multiplier) * 1% * 3 - var(--column-gap) * (9 * var(--column-width-multiplier) / 100));
    }
  
    .row-fluid .span4 {
      width: calc(var(--column-width-multiplier) * 1% * 4 - var(--column-gap) * (8 * var(--column-width-multiplier) / 100));
    }
  
    .row-fluid .span5 {
      width: calc(var(--column-width-multiplier) * 1% * 5 - var(--column-gap) * (7 * var(--column-width-multiplier) / 100));
    }
  
    .row-fluid .span6 {
      width: calc(var(--column-width-multiplier) * 1% * 6 - var(--column-gap) * (6 * var(--column-width-multiplier) / 100));
    }
  
    .row-fluid .span7 {
      width: calc(var(--column-width-multiplier) * 1% * 7 - var(--column-gap) * (5 * var(--column-width-multiplier) / 100));
    }
  
    .row-fluid .span8 {
      width: calc(var(--column-width-multiplier) * 1% * 8 - var(--column-gap) * (4 * var(--column-width-multiplier) / 100));
    }
  
    .row-fluid .span9 {
      width: calc(var(--column-width-multiplier) * 1% * 9 - var(--column-gap) * (3 * var(--column-width-multiplier) / 100));
    }
  
    .row-fluid .span10 {
      width: calc(var(--column-width-multiplier) * 1% * 10 - var(--column-gap) * (2 * var(--column-width-multiplier) / 100));
    }
  
    .row-fluid .span11 {
      width: calc(var(--column-width-multiplier) * 1% * 11 - var(--column-gap) * (1 * var(--column-width-multiplier) / 100));
    }
  
} 
/* Card */

.card {
  border: 0;
  overflow: hidden;
}

.card--dark,
.card--light {
  padding: 1.4rem;
}


.card--light {
  background-color: var(--color--white);
  
  *, a:not(.button) {
    color: var(--color--dark);
  }
} 
/* Blog post */

.blog-post {
  margin: 3rem auto;
  max-width: 990px;
  color: #fff
}

@media(min-width: 768px){
  .blog-post__header-bg {
    aspect-ratio: 2/1
  }
}

.blog-post__meta {
  margin-bottom: 1.4rem;
}

.blog-post__meta a {
  text-decoration: underline;
}

.blog-post__timestamp {
  display: block;
}

.blog-post__tags svg {
  height: auto;
  margin-right: 0.35rem;
  width: 15px;
  color: var(--blue);
}

.blog-post__tags svg path {
  fill: currentColor;
}

.blog-post__tags {
  display: flex;
  align-items: center;
  flex-flow: wrap;
  gap: .5rem;
  margin-top:1rem;
}

.blog-post__tag-link {
  font-size: .875rem;
  padding: .5rem .85rem;
  background: rgba(255, 255, 255, .1);
  border-radius: .25rem;
}

.blog-post__body span:not(.hs_cos_wrapper) :where(*+*) {
  margin-top: 1.5rem;
}

.blog-post__body a:not(.button, .hs-button, .primary-cta) {
  color: var(--white);
  text-decoration: underline;
}

.blog-post__body :where(h2,h3,h4,h5,h6){
  margin-top: 2rem;
}

.blog-post__body :where(h2,h3,h4,h5,h6)+* {
  margin-top: 1rem;
}

/* Blog related posts */

.blog-related-posts {
  background-color: #F8FAFC;
}

.blog-related-posts h2 {
  text-align: center;
}

.blog-related-posts__list {
  display: flex;
  flex-wrap: wrap;
}

.blog-related-posts__post {
  flex: 0 0 100%;
  padding: 1rem;
}

@media screen and (min-width: 768px) {
  .blog-related-posts__post {
    flex: 0 0 calc(100% / 2);
  }
}

@media screen and (min-width: 1000px) {
  .blog-related-posts__post {
    flex: 0 0 calc(100% / 3);
  }
}

.blog-related-posts__image {
  height: auto;
  max-width: 100%;
}

.blog-related-posts__title {
  margin: 0.7rem 0;
}

/* Blog comments */

.blog-comments {
  margin: 0 auto;
  max-width: 680px;
}

.blog-comments .hs-submit {
  text-align: center;
}

.blog-comments .comment-reply-to {
  border: 0 none;
}

.blog-comments .comment-reply-to:hover,
.blog-comments .comment-reply-to:focus {
  background-color: transparent;
  text-decoration: underline;
}


.callout__content :first-child {
  margin-top: 0 !important;
}
/* Blog listing */

.blog-listing {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.blog-listing--3-col,
.blog-listing--4-col {
  justify-content: flex-start;
}

/* Section heading */

.blog-listing__heading {
  width: 100%;
  text-align: center;
}

/* Article */

.blog-listing__post {
  display: flex;
  width: 100%;
  padding: 0;
  margin-bottom: 2.8rem;
  flex-direction: column;
}

.blog-listing__post-inner-wrapper {
  display: flex;
  height: 100%;
  background-color: rgba(255, 255, 255, 0.4);
}

/* Featured image */

.blog-listing__post-image-wrapper {
  display: flex;
}

.blog-listing__post-image {
  height: auto;
  width: 100%;
}

/* Content */

.blog-listing__post-content {
  display: flex;
  padding: 0.7rem 0 0;
  flex-direction: column;
  flex-grow: 1;
}

:is(.card--dark, .card--light) .blog-listing__post-content {
  padding: 1.4rem;
}

/* Heading */

.blog-listing__header {
  margin-bottom: 1.05rem;
}

/* Tags */

.blog-listing__post-tags {
  margin-bottom: 0.7rem;
}

.blog-listing__post-tag,
.blog-listing__post-tag:hover,
.blog-listing__post-tag:focus,
.blog-listing__post-tag:active {
  text-decoration: none;
}

/* Title */

.blog-listing__post-title {
  margin-bottom: 0.7rem;
}

/* Author */

.blog-listing__post-author {
  display: flex;
  margin-bottom: 0.7rem;
  align-items: center;
}

.blog-listing__post-author-image {
  height: auto;
  width: 50px;
  margin-right: 0.7rem;
}

.blog-listing__post-author-name,
.blog-listing__post-author-name:hover,
.blog-listing__post-author-name:focus,
.blog-listing__post-author-name:active {
  text-decoration: none;
}

/* Date */

.blog-listing__post-timestamp {
  display: block;
  margin-bottom: 0.35rem;
}

/* Button */

.blog-listing__post-button-wrapper {
  margin-top: auto;
}

/* Blog listing - basic grid */

.blog-listing--card .blog-listing__post {
  flex-direction: column;
}

.blog-listing--2-col .blog-listing__post {
  width: calc(50% - 1rem);
}

.blog-listing--3-col .blog-listing__post {
  width: calc(33.3% - 1rem);
}


.blog-listing--4-col .blog-listing__post {
  width: calc(25% - 1rem);
}

.blog-listing--3-col .blog-listing__post:nth-of-type(3n + 1),
.blog-listing--3-col .blog-listing__post:nth-of-type(3n + 2) {
  margin-right: 1.5rem;
}

.blog-listing--4-col .blog-listing__post:nth-of-type(4n + 1),
.blog-listing--4-col .blog-listing__post:nth-of-type(4n + 2),
.blog-listing--4-col .blog-listing__post:nth-of-type(4n + 3) {
  margin-right: 1.333rem;
}

@media (min-width: 768px) and (max-width: 990px) {
  .blog-listing--3-col .blog-listing__post:nth-of-type(3n + 1),
  .blog-listing--3-col .blog-listing__post:nth-of-type(3n + 2) {
    margin-right: 0
  }
  
  .blog-listing.blog-listing--3-col {
    gap; 1rem;
    justify-content: space-between;
  }

  .blog-listing--3-col .blog-listing__post {
    width: calc(50% - 1.5rem);
  }
}

@media (max-width: 767px) {
  .blog-listing .blog-listing__post {
    width: 100%;
    margin-right: 0 !important; /* stylelint-disable-line declaration-no-important */
  }
}

.blog-listing--card .blog-listing__post-image-wrapper {
  height: 200px;
}

.blog-listing--card .blog-listing__post-image {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .blog-listing--card .blog-listing__post-image-wrapper,
  .blog-listing--card .blog-listing__post-image {
    height: auto;
  }
}

/* Blog listing - side by side */

/* stylelint-disable no-descending-specificity */
.blog-listing--list .blog-listing__post {
  display: flex;
}
/* stylelint-enable no-descending-specificity */

.blog-listing--list .blog-listing__post-image-wrapper {
  width: 100%;
}

.blog-listing--list .blog-listing__post-image {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .blog-listing--list .blog-listing__post-image-wrapper,
  .blog-listing--list .blog-listing__post-image {
    height: auto;
  }
}

@media (min-width: 768px) {
  .blog-post-listing__post--list {
    flex-direction: row;
  }

  .blog-listing__post-content--list {
    order: 1;
  }

  .blog-post-listing__post-image-wrapper--list {
    order: 1;
  }

  .blog-post-listing__post-image-wrapper--right {
    order: 2;
  }

  .blog-listing--list .blog-listing__post-image-wrapper {
    width: 25%;
  }

  .blog-listing--list .blog-post-listing__post-image-wrapper--left {
    margin-right: 1.4rem;
  }

  .blog-listing--list .blog-post-listing__post-image-wrapper--right {
    margin-left: 1.4rem;
  }
}

/* Setting up some default typography because tailwind 
is an assinine choice for HubSpot */
:root {
  --color--orange: rgba(255, 117, 55, 1);
  --color--dark: rgba(3, 2, 46, 1);
  --color--dark-50: rgba(3, 2, 46, .5);
  --color--violet: rgba(69, 20, 113, 1);
  --color--blue: rgba(42, 82, 255, 1);
  --color--white: rgba(255, 255, 255, 1);
}

#main-content {
  overflow: hidden;
}


.dnd-section:not(:is([class*="section-centering"],
[class*="force-full-width-section"])) > .row-fluid {
  width: 100%;
  margin-right: auto;
  margin-left: auto;
  padding-right: 1.5rem;
  padding-left: 1.5rem;

  @media (min-width: 640px) {
    & {
      max-width: 640px;
    }
  }

  @media (min-width: 768px) {
    & {
      max-width: 768px;
    }
  }

  @media (min-width: 1024px) {
    & {
      max-width: 1024px;
    }
  }

  @media (min-width: 1240px) {
    & {
      max-width: 1240px;
    }
  }
}

:is( h1, h2, h3, h4, h5):not([class*=text-],[class*=header-]) {
  --margin-bottom: 1rem;   
  --font-weight: 700;

  font-style: normal;
  font-size: var(--font-size);
  font-weight: var(--font-weight);
  line-height: 1.1;
}

:is( h1, h2, h3, h4, h5):not(.mb-0, [class*=text-],[class*=header-]):not(:last-child) {
  margin-bottom: var(--margin-bottom);
}

h1 {
  --font-size: 2.75rem;
}

h2 {
  --font-size: 2rem;
}

h3 {
  --font-size: 1.85rem;
  font-weight: 200;
}

h4 {
  --font-size: 1.5rem;
}


h5 {
  --font-size: 1.25rem;
  font-weight: 50;
}


@media (min-width: 1024px) {
  h1 {
    --font-size: 3.5rem;
  }

  h2 {
    --font-size: 3.5rem;
  }

  h3 {
    --font-size: 2rem;
  }

  h4 {
    --font-size: 1.5rem;
  }

  h5 {
    --font-size: 1.125rem;
  }
}


h6 {
  --font-size: 1.125rem;
  font-weight: 100;
}

i, em {
    font-style: italic;
}


.fancy-preheader {
  text-shadow: var(--color--dark) .1rem 0 2rem;
  font-weight: 600
}

/* FORMS */
.hs-form-field {
  margin-bottom: .65rem;
}

label {
  font-size: 1rem;
}

[type='text'], 
input:where(:not([type])), 
[type='email'], [
type='url'], 
[type='password'], 
[type='number'], 
[type='date'], 
[type='datetime-local'], 
[type='month'], [type='search'], 
[type='tel'], 
[type='time'], 
[type='week'], 
[multiple], 
textarea, 
select {
  width: 100%;
}
 
select {
  padding-right: 1rem;
} 

form input:where([type=submit]) {
  -webkit-appearance: button;
  background-color: transparent;
  background-image: none;
  padding: .65rem 1.5rem;
  background: var(--color--orange);
  color: var(--color--dark);
  font-weight: 800;
  border-radius: 5rem;
  margin-top: 1rem;
  font-size: 1rem;
}

.mg-list-disc {
  padding-left: 2rem;

  li {
    margin-bottom: 1rem;
  }
}

.team-member {
  &:hover .bio-image {
    transform: scale(1.12);
  }
}



@media (min-width:768px) and (max-height:768px) {
  .our_products {
    h3 {
      font-size: 1.8rem;
      line-height: 1.2;
    }
    .sub-menu > div,
    .sub-menu > div > div {
      max-width: 100%;
    }
    .sub-menu-left {
      width: 30%;
      padding-right: 1rem;
    }
    .sub-menu-right {
      width: 70%;
    }
    .child-links { 
      display: flex;

      a {
        flex-flow: column;
        flex: 1;
      }
    }
  }
}

@media (min-width:768px) and (max-height:600px) {
  .our_products {
    .sub-menu-image-wrapper {
      max-width: 48px;
    }
  }
}


.advanced-form {
  --form-field-bg: linear-gradient(90deg, rgba(255, 255, 255, 0.1) 26.43%, rgba(255, 255, 255, 0.07) 47.88%, rgba(255, 255, 255, 0.09) 76.81%, rgba(255, 255, 255, 0.1) 99.75%);
  --form-field-border-color: #ccc;
  --form-field-color: #fff;
  --form-field-accent: #fff;
  --form-label-color: #fff;

  opacity: 1 !important;
  transition: 200ms 200ms ease all;
}

.advanced-form form :is(input[type=checkbox], 
input[type=email], 
input[type=file], 
input[type=number], 
input[type=password], 
input[type=radio], 
input[type=tel], 
input[type=text], 
select, 
textarea) {
  border-radius: .25rem;
  background:var(--form-field-bg); 
  border-color:var(--form-field-border-color); 
  color:var(--form-field-color);
  position: relative;
  border: 0;
  filter: drop-shadow(2px 4px 6px rgb(59 130 246 / 0.5));
  transition: 300ms ease-in-out all;
  outline: 0;
}

.advanced-form form fieldset.form-columns-1 .hs-input {
  width: 100%;
}

.advanced-form label.hs-error-msg.hs-main-font-element {
  font-size: .8rem;
  font-weight: normal;
  opacity: .8;
}

.advanced-form label,
.advanced-form legend {
  color:  var(--form-label-color);
  font-size: .85rem;
}

.advanced-form  .hs-fieldtype-file input {
  padding: 1rem;
  margin-top: 1rem;
}

.advanced-form label {
  font-weight: 700;
}

.advanced-form form input:where([type=submit]) {
  transition: 300ms ease-in-out all;
}

form input:where([type=submit]):hover {
  transform: translateY(-4px) scale(1.05);
}

.advanced-form form input[type=checkbox]:checked, 
.advanced-form form input[type=radio]:checked {
  background: var(--form-field-accent);
}

.advanced-form.light_form {
  --form-field-bg: rgb(242 241 247 / 20%);
  --form-field-border-color: rgb(242 241 247 / 20%);
  --form-field-color: #fff;
}

.advanced-form.card .advanced-form-inner,
.advanced-form.form-padding  .advanced-form-inner{
  padding: 1.5rem 1.8rem;
}

.advanced-form.advanced-form--dark {
  background-color: rgba(12,12,12,.15);
  border-radius: 1rem;
}

.advanced-form.pwr--dark a { 
  color: var(--clr-arctic-blue)
}

.advanced-form.light_bg {
  --form-field-bg: rgb(255 255 255 / 80%);
  --form-field-border-color: var(--color-gray_tint40);
  --form-field-color: #000;

  border-radius: var(--border-radius);
  background:var(--color-gray_tint70)
}

.advanced-form .hs_recaptcha  {
  display: none;
}

@media (min-width: 768px) {
  .advanced-form form .inputs-list {
    margin: 0;
    padding: 0;
    list-style: none;
    display: flex;
    flex-flow: wrap;
    grid-gap: 0 1rem;
  }

  .advanced-form form .inputs-list>li.hs-form-checkbox, 
  .advanced-form form .inputs-list>li.hs-form-radio {
    margin: 0.25rem 0 0.5rem 0;
  }
}

.advanced-form--center .actions {
  text-align: center;
}

.advanced-form--center fieldset {
  margin: auto !important
}

.advanced-form:has(.accent),
.advanced-form:has(.accent) .advanced-form-inner {
  position: relative;
}


.advanced-form:has(.accent) .advanced-form-inner {
  z-index: 1;
  background: rgba(3, 2, 46, .8);
  backdrop-filter: blur(3px);
}


.advanced-form .accent {
  bottom: 0;
  opacity: .1 !important;
  position: absolute;
  right: 0;
  transform: translate(45%, 50%);
  transition: opacity ease .5s .4s;
  width: 50%;
}

.advanced-form .accent-1 {
  z-index: 0;
}

.advanced-form .accent-2 {
  z-index: 2;
} 


body {
  background: #03022e;
}

#main-content {
  overflow-x: hidden;
  position: relative;
}

/* header */
#hs_cos_wrapper_module_171949599255227 {
  position: sticky;
  top: 0;
  z-index: 50;
}

header {
  background: rgba(7, 6, 47, 0.5);
  backdrop-filter: blur(50px);

  .parent {
    svg {
      transition: transform 0.3s ease;
    }
    &.active {
      color: var(--orange);

      svg {
        transform: rotate(180deg);
      }
    }
  }

  .sub-menu {
    opacity: 0;
    transition: all 0.1s ease-in;
    visibility: hidden;
    z-index: -10;
    transform: translateY(100%);

    &.active {
      opacity: 1;
      visibility: visible;
      z-index: 1;
    }
  }

  .toggle {
    cursor: pointer;
    display: block;
    height: 18px;
    margin-left: auto;
    position: relative;
    width: 26px;

    .bar {
      background-color: var(--white);
      border-radius: 20px;
      height: 2px;
      left: 0;
      position: absolute;
      top: 8px;
      transition: all 500ms ease-in-out 0s;
      transition: all 500ms ease-in-out 0s;
      transition: all 500ms ease-in-out 0s;
      width: 100%;
      z-index: 1;

      &:nth-child(1) {
        top: 0;
      }

      &:nth-child(3) {
        right: 0;
        top: 16px;
      }

      &.active {
        &:nth-child(1) {
          top: 8px;
          transform: rotate(135deg);
        }

        &:nth-child(2) {
          opacity: 0;
          transform: translate(-100%, 0);
        }

        &:nth-child(3) {
          top: 8px;
          transform: rotate(-135deg);
          width: 100%;
        }
      }
    }
  }
}

a:has(+.a11ydrops-btn.active) {
  color: var(--orange);
}

.mobile-naved {
  header {
    transition: all 0.2s ease;
    @media screen and (max-width: 1024px) {
      background: var(--navy);
    }
  }
}

/* mobile menu */
#mobile-menu {
  transform: translateY(-9999px);

  &.active {
    transform: translateY(0);
  }

  .sub-menu {
    display: none;

    &.active {
      display: block;
    }
  }

  .a11ydrops-btn {
    background: none;
    height: 1.5rem;
    margin: auto;
    padding: 0;
    position: absolute;
    right: 0;
    top: 1.3rem;
    width: 100%;

    &[aria-expanded="true"] {
      &::after {
        transform: rotate(180deg);
      }
    }

    &::after {
      background: url("https://43655225.fs1.hubspotusercontent-na1.net/hubfs/43655225/down.svg") center center no-repeat;
      background-size: contain;
      bottom: 0;
      content: "";
      height: 1.2rem;
      margin: auto;
      position: absolute;
      right: 5px;
      top: 1px;
      transition: all 0.3s ease;
      width: 1.2rem;
    }
  }

  @media screen and (min-width: 1024px) {
    display: none !important;
  }
}

/* blobs */
.magicpattern {
  position: absolute;
  filter: blur(170px);
  background-size: cover;
  background-position: center center;
  background-repeat: repeat;
  z-index: -1;
  width: 65.5rem;
  height: 65rem;

  &.pattern-1 {
    transform: translateX(-40%);
    background-image: url("data:image/svg+xml;utf8,%3Csvg viewBox=%220 0 1000 1000%22 xmlns=%22http:%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cdefs%3E%3CclipPath id=%22a%22%3E%3Cpath fill=%22currentColor%22 d=%22M782.5 722Q644 944 433 823T185.5 473.5Q149 245 401 137t386 127.5Q921 500 782.5 722Z%22%2F%3E%3C%2FclipPath%3E%3C%2Fdefs%3E%3Cg clip-path=%22url(%23a)%22%3E%3Cpath fill=%22%232A52FF%22 d=%22M782.5 722Q644 944 433 823T185.5 473.5Q149 245 401 137t386 127.5Q921 500 782.5 722Z%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E");
  }

  &.pattern-2 {
    background-image: url("data:image/svg+xml;utf8,%3Csvg viewBox=%220 0 1000 1000%22 xmlns=%22http:%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cdefs%3E%3CclipPath id=%22a%22%3E%3Cpath fill=%22currentColor%22 d=%22M699.5 734q-199.5 234-429 0t0-398.5q229.5-164.5 429 0t0 398.5Z%22%2F%3E%3C%2FclipPath%3E%3C%2Fdefs%3E%3Cg clip-path=%22url(%23a)%22%3E%3Cpath fill=%22%23451471%22 d=%22M699.5 734q-199.5 234-429 0t0-398.5q229.5-164.5 429 0t0 398.5Z%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E");
    right: 0;
    transform: translateX(45%) translateY(-21%);
  }

  &.pattern-3 {
    background-image: url("data:image/svg+xml;utf8,%3Csvg viewBox=%220 0 1000 1000%22 xmlns=%22http:%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cdefs%3E%3CclipPath id=%22a%22%3E%3Cpath fill=%22currentColor%22 d=%22M699.5 734q-199.5 234-429 0t0-398.5q229.5-164.5 429 0t0 398.5Z%22%2F%3E%3C%2FclipPath%3E%3C%2Fdefs%3E%3Cg clip-path=%22url(%23a)%22%3E%3Cpath fill=%22%23FF7537%22 d=%22M699.5 734q-199.5 234-429 0t0-398.5q229.5-164.5 429 0t0 398.5Z%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E");
    filter: blur(250px);
    right: 0;
    transform: translateX(66%) translateY(7%);
  }

  &.pattern-4 {
    background-image: url("data:image/svg+xml;utf8,%3Csvg viewBox=%220 0 1000 1000%22 xmlns=%22http:%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cdefs%3E%3CclipPath id=%22a%22%3E%3Cpath fill=%22currentColor%22 d=%22M699.5 734q-199.5 234-429 0t0-398.5q229.5-164.5 429 0t0 398.5Z%22%2F%3E%3C%2FclipPath%3E%3C%2Fdefs%3E%3Cg clip-path=%22url(%23a)%22%3E%3Cpath fill=%22%23FF7537%22 d=%22M699.5 734q-199.5 234-429 0t0-398.5q229.5-164.5 429 0t0 398.5Z%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E");
    filter: blur(250px);
    left: 0;
    transform: translateX(-56%) translateY(-67%);
  }

  &.pattern-5 {
    background-image: url("data:image/svg+xml;utf8,%3Csvg viewBox=%220 0 1000 1000%22 xmlns=%22http:%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cdefs%3E%3CclipPath id=%22a%22%3E%3Cpath fill=%22currentColor%22 d=%22M699.5 734q-199.5 234-429 0t0-398.5q229.5-164.5 429 0t0 398.5Z%22%2F%3E%3C%2FclipPath%3E%3C%2Fdefs%3E%3Cg clip-path=%22url(%23a)%22%3E%3Cpath fill=%22%23451471%22 d=%22M699.5 734q-199.5 234-429 0t0-398.5q229.5-164.5 429 0t0 398.5Z%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E");
    right: 0;
    transform: translateX(45%) translateY(0%);
  }

  &.pattern-6 {
    background-image: url("data:image/svg+xml;utf8,%3Csvg viewBox=%220 0 1000 1000%22 xmlns=%22http:%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cdefs%3E%3CclipPath id=%22a%22%3E%3Cpath fill=%22currentColor%22 d=%22M804 644Q667 788 463 852.5t-289-144q-85-208.5 22-379T488 180q185 21 319 170.5T804 644Z%22%2F%3E%3C%2FclipPath%3E%3C%2Fdefs%3E%3Cg clip-path=%22url(%23a)%22%3E%3Cpath fill=%22%232a52ff%22 d=%22M804 644Q667 788 463 852.5t-289-144q-85-208.5 22-379T488 180q185 21 319 170.5T804 644Z%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E");
    left: 0;
    transform: translateX(-75%) translateY(-1%);
  }

  @media screen and (max-width: 998px) {
    width: 30rem;
    height: 30rem;

    &.pattern-4 {
      transform: translateX(-56%) translateY(7%);
    }
  }
}

.themes {
  .magicpattern {
    &.pattern-1 {
      transform: translateX(-40%) translateY(-31%);
      background-image: url("data:image/svg+xml;utf8,%3Csvg viewBox=%220 0 1000 1000%22 xmlns=%22http:%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cdefs%3E%3CclipPath id=%22a%22%3E%3Cpath fill=%22currentColor%22 d=%22M699.5 734q-199.5 234-429 0t0-398.5q229.5-164.5 429 0t0 398.5Z%22%2F%3E%3C%2FclipPath%3E%3C%2Fdefs%3E%3Cg clip-path=%22url(%23a)%22%3E%3Cpath fill=%22%23451471%22 d=%22M699.5 734q-199.5 234-429 0t0-398.5q229.5-164.5 429 0t0 398.5Z%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E");
    }

    &.pattern-2 {
      background-image: url("data:image/svg+xml;utf8,%3Csvg viewBox=%220 0 1000 1000%22 xmlns=%22http:%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cdefs%3E%3CclipPath id=%22a%22%3E%3Cpath fill=%22currentColor%22 d=%22M782.5 722Q644 944 433 823T185.5 473.5Q149 245 401 137t386 127.5Q921 500 782.5 722Z%22%2F%3E%3C%2FclipPath%3E%3C%2Fdefs%3E%3Cg clip-path=%22url(%23a)%22%3E%3Cpath fill=%22%232A52FF%22 d=%22M782.5 722Q644 944 433 823T185.5 473.5Q149 245 401 137t386 127.5Q921 500 782.5 722Z%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E");
      right: 0;
      transform: translateX(55%) translateY(-1%);
    }

    &.pattern-4 {
      background-image: url("data:image/svg+xml;utf8,%3Csvg viewBox=%220 0 1000 1000%22 xmlns=%22http:%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cdefs%3E%3CclipPath id=%22a%22%3E%3Cpath fill=%22currentColor%22 d=%22M699.5 734q-199.5 234-429 0t0-398.5q229.5-164.5 429 0t0 398.5Z%22%2F%3E%3C%2FclipPath%3E%3C%2Fdefs%3E%3Cg clip-path=%22url(%23a)%22%3E%3Cpath fill=%22%23FF7537%22 d=%22M699.5 734q-199.5 234-429 0t0-398.5q229.5-164.5 429 0t0 398.5Z%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E");
      filter: blur(250px);
      left: 0;
      transform: translateX(-66%) translateY(20%);
    }

    &.pattern-5 {
      background-image: url("data:image/svg+xml;utf8,%3Csvg viewBox=%220 0 1000 1000%22 xmlns=%22http:%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cdefs%3E%3CclipPath id=%22a%22%3E%3Cpath fill=%22currentColor%22 d=%22M699.5 734q-199.5 234-429 0t0-398.5q229.5-164.5 429 0t0 398.5Z%22%2F%3E%3C%2FclipPath%3E%3C%2Fdefs%3E%3Cg clip-path=%22url(%23a)%22%3E%3Cpath fill=%22%23451471%22 d=%22M699.5 734q-199.5 234-429 0t0-398.5q229.5-164.5 429 0t0 398.5Z%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E");
      right: 0;
      transform: translateX(45%) translateY(-40%);
    }
  }
}

/* slide slider */
.slides-content {
  .slick-track {
    display: flex;
  }

  .slick-list {
    overflow: visible;
  }

  .slick-slide {
    height: auto;
  }

  a {
    height: 100%;
  }
}

/* testimonial slider */
.logo-tabs {
  .slick-track {
    display: flex;
  }

  #testimonial-logos.slick-initialized .slick-slide {
    display: flex;
    height: auto;
    align-items: center;
    justify-content: center;
    opacity: 0.3;
    transition: all 0.3s ease;
    cursor: pointer;
    border-bottom: 2px solid #ffffff4d;
    padding-bottom: 1.3rem;

    &.slick-current {
      opacity: 1;
      border-color: #fff;
    }
  }
}

/* accordion */
.accordion-content {
  .accord {
    .body-content {
      height: 100%;
      max-height: 0;
      opacity: 0;
      transition: all 0.4s ease;
      z-index: -1;
    }

    &.active {
      .body-content {
        max-height: 1500px;
        opacity: 1;
        z-index: 1;
      }

      .span-2 {
        transform: rotate(90deg);
      }
    }

    .prose :where(p):not(:where([class~="not-prose"] *)) {
      margin: 0;
    }

    .prose :where(h4):not(:where([class~="not-prose"] *)) {
      margin-top: 1rem;
    }

    .text-navy > ul li::marker {
      color: var(--white) !important;
    }
  }

  .accord-img img.active {
    opacity: 1;
  }
}

/* footer */
footer {
  .menu {
    display: flex;
    flex-direction: column;
    gap: 0.2rem;

    li a {
      color: var(--white);
      font-size: 14px;
      line-height: 135%;

      &:hover {
        color: var(--orange);
      }
    }

    li :is(span, a).heading {
      font-weight: 600;
      font-size: 18px;
      line-height: 150%;
      margin-bottom: 5px;
      display: block;
      pointer-events: none;
      color: var(--white);

      &:hover {
        color: var(--white);
      }
    }
  }
}

[type='checkbox'], [type='radio'] {
  width: 1rem !important;
  height: 1rem !important;
  margin-right: 0.5rem !important;
}

.hs_cos_wrapper_type_rich_text ul:not(.list-none) {
  --list-size: 1em;
  --bullet-size: calc( var(--list-size) / 2.6 );
  --list-color: var(--orange);
 
  list-style-type: none;
  padding-left: var(--list-size);
  margin-bottom: 1rem;
}

.hs_cos_wrapper_type_rich_text ul:not(.list-none) li {
  margin-top: 0;
}

.hs_cos_wrapper_type_rich_text ul:not(.list-none) li:not(:last-child) {
  margin-bottom: .5rem;
}

.hs_cos_wrapper_type_rich_text ul:not(.list-none)  li:before {
  width: var(--bullet-size);
  height: var(--bullet-size);
  content: "";
  background: var(--list-color);
  position: absolute;
  transform: translate(calc( var(--list-size) * -1 ), calc( var(--list-size) / 2 ));
  border-radius: 100%;
}

.industry-column .industry__heading {
  font-size: 1.5rem;  
}

.industry-column .industry__body {
  font-size: 1rem;
}