*, *:before, *:after {
  box-sizing: border-box;
}


/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */

/* Document
   ========================================================================== */

/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */

html {
  line-height: 1.15; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
}

/* Sections
   ========================================================================== */

/**
 * Remove the margin in all browsers.
 */

html, body {
  margin: 0;
  padding: 0;
}

/**
 * Render the `main` element consistently in IE.
 */

main {
  display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */

h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* Grouping content
   ========================================================================== */

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */

hr {
  box-sizing: content-box; /* 1 */
  height: 0; /* 1 */
  overflow: visible; /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

pre {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/* Text-level semantics
   ========================================================================== */

/**
 * Remove the gray background on active links in IE 10.
 */

a {
  background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */

abbr[title] {
  border-bottom: none; /* 1 */
  text-decoration: underline; /* 2 */
  text-decoration: underline dotted; /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */

b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

code,
kbd,
samp {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */

small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
   ========================================================================== */

/**
 * Remove the border on images inside links in IE 10.
 */

img {
  border-style: none;
}

/* Forms
   ========================================================================== */

/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */

button,
input,
optgroup,
select,
textarea {
  font-family: inherit; /* 1 */
  font-size: 100%; /* 1 */
  line-height: 1.15; /* 1 */
  margin: 0; /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */

button,
input { /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */

button,
select { /* 1 */
  text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */

button,
[type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */

button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */

fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */

legend {
  box-sizing: border-box; /* 1 */
  color: inherit; /* 2 */
  display: table; /* 1 */
  max-width: 100%; /* 1 */
  padding: 0; /* 3 */
  white-space: normal; /* 1 */
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */

progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */

textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */

[type="checkbox"],
[type="radio"] {
  box-sizing: border-box; /* 1 */
  padding: 0; /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */

[type="search"] {
  -webkit-appearance: textfield; /* 1 */
  outline-offset: -2px; /* 2 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */

[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */

::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}

/* Interactive
   ========================================================================== */

/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */

details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */

summary {
  display: list-item;
}

/* Misc
   ========================================================================== */

/**
 * Add the correct display in IE 10+.
 */

template {
  display: none;
}

/**
 * Add the correct display in IE 10.
 */

[hidden] {
  display: none;
}
:root {
  /* Theme */
  --mobile-breakpoint: 640px; /* not used */
  --tablet-breakpoint: 1024px; /* not used */

  /* Margins, paddings, dividers */
  --wrapper-max-width: 100%;
  --max-width: 1200px;
  --med-column-max-width: 962px;
  --sm-column-max-width: 732px;
  --max-blog-width: 764px;
  --main-padding: 12px;
  --main-margin: 12px;
  --blocks-width:1100px;
  --divider-height-desktop: 72px;
  --divider-height-mobile: 36px;

  /* Colors */
  --background-color: #fff;
  --wide-screen-bg-color: #ffffff;
  --primary: #357AFF;
  --secondary: #767676;
  --heading-color: #10091A;
  
  /* Manag-E brand colors */
  --white: #FFFFFF;
  --milk: #FDF9F2;
  --black: #10091A;
  --slate-blue: #6853D4;
  --venetian-red: #D60025;
  --crimson: #E1173A;
  --sauvignon: #F1ECEA;
  --wild-sand: #E9E6E0;
  --island-spice: #F7EDDA;
  --linen: #FEF1E2;

  /* Other colors - old */
  --light-gray: #F8FAF5;
  --dark-green: #033627;
  --key-lime: #E9F88B;
  --suva-grey: #939393;
  --meteorite: #473F5F;
  --martinique: #36303F;
  --purple: #341642;


  /* Nav */
  --nav-height: 80px;
  --nav-menu-position: flex-end;
  --nav-mobile-li-height: 50px;
  
  --dropdown-menu-mobile-text-color: #000000;

  --dropdown-menu-desktop-bg-color: #10091A;

  --menu-item-hover-text: var(--suva-grey);
  --menu-item-hover-bg: red;

  --nav-desktop-text-color: #FDFEF3;
  --nav-mobile-text-color: #FDFEF3;
  --nav-desktop-background-color: #10091A;
  --nav-mobile-background-color: #10091A;

  /* cta */
  --cta-bg-color: #D60025;
  --cta-bg-color-hover: var(--crimson);
  --cta-secondary-bg-color: var(--white);
  --cta-secondary-bg-color-hover: var(--sauvignon);
  --cta-text-color: #FFFFFF;
  --button-border-radius: 6px;

  /* Typography */
  --font-family: Manrope, sans-serif;
  --font-family-headings: IBM Plex Serif, sans-serif;
  --font-family-headings-700: IBM Plex Serif, sans-serif;

  /* Headings for mobiles */
  --heading1: 42px;
  --heading2: 28px;
  --heading3: 26px;
  --heading4: 24px;
  --heading5: 20px;
  --heading6: 18px;

  /* Line heights for mobiles */
  --line-height-mobile-heading1: 38px;
  --line-height-mobile-heading2: 34px;
  --line-height-mobile-heading3: 32px;
  --line-height-mobile-heading4: 30px;
  --line-height-mobile-heading5: 26px;
  --line-height-mobile-heading6: 24px;

  /* Heading for desktop */
  --medium-up-heading1: 76px;
  --medium-up-heading2: 62px;
  --medium-up-heading3: 52px;
  --medium-up-heading4: 42px;
  --medium-up-heading5: 28px;
  --medium-up-heading6: 20px;

  /* Line heights for desktop */
  --line-height-heading1: 78px;
  --line-height-heading2: 62px;
  --line-height-heading3: 53px;
  --line-height-heading4: 50px;
  --line-height-heading5: 34px;
  --line-height-heading6: 26px;

  --paragraph: 16px;
  --paragraph-line-height: 28px;
  --paragraph-small: 16px;
  --paragraph-small-line-height: 24px;
  --paragraph-tiny: 12px;
  --paragraph-tiny-line-height: 18px;
  --paragraph-petite: 14px;
  --paragraph-petite-line-height: 24px;
  --menu-mobiles-font-size: 20px;

  /* Blogs */
  --blog-heading1: 32px;
  --line-height-mobile-blog-heading1: 38px;
  --blog-medium-up-heading1: 72px;
  --blog-line-height-heading1: 72px;
  --h3-blog-post: 40px;
  --h3-blog-post-line-height: 50px;
  --h3-blog-post-mobile: 22px;
  --h3-blog-post-line-height-mobile: 32px;

  /* Forms */
  --form-labels-color: #000000;
  --field-border-radius: 4px;

  /* Custom settings */
  --sliders-card-background-color: #FFFFFF;

  /* Footer */
  --footer-background-color: #10091A;
  --footer-color: #FDFEF3;
  --footer-logo-width: 120px;

}
@font-face {
    font-family: "Px Grotesk";
    src: url('https://25206110.fs1.hubspotusercontent-eu1.net/hubfs/25206110/fonts/px-grotesk/Px-Grotesk_Px-Grotesk-Regular_Px-Grotesk-Regular.woff2');
    src: url('https://25206110.fs1.hubspotusercontent-eu1.net/hubfs/25206110/fonts/px-grotesk/Px-Grotesk_Px-Grotesk-Regular_Px-Grotesk-Regular.woff2?#iefix') format('embedded-opentype'),
        url('https://25206110.fs1.hubspotusercontent-eu1.net/hubfs/25206110/fonts/px-grotesk/Px-Grotesk_Px-Grotesk-Regular_Px-Grotesk-Regular.otf') format('otf'),
        url('https://25206110.fs1.hubspotusercontent-eu1.net/hubfs/25206110/fonts/px-grotesk/Px-Grotesk_Px-Grotesk-Regular_Px-Grotesk-Regular.woff2') format('woff2'),
        url('https://25206110.fs1.hubspotusercontent-eu1.net/hubfs/25206110/fonts/px-grotesk/Px-Grotesk_Px-Grotesk-Regular_Px-Grotesk-Regular.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

/* @font-face {
    font-family: "Px Grotesk Bold";
    src: url('https://25206110.fs1.hubspotusercontent-eu1.net/hubfs/25206110/fonts/px-grotesk/Px-Grotesk-Bold.otf') format('otf');
    font-weight: normal;
    font-style: normal;
} */

@font-face {
    font-family: 'Px Grotesk Bold';
    src: url('https://25206110.fs1.hubspotusercontent-eu1.net/hubfs/25206110/fonts/px-grotesk/PX_Grotesk_Bold/PxGrotesk-Bold.eot');
    src: url('https://25206110.fs1.hubspotusercontent-eu1.net/hubfs/25206110/fonts/px-grotesk/PX_Grotesk_Bold/PxGrotesk-Bold.eot?#iefix') format('embedded-opentype'),
        url('https://25206110.fs1.hubspotusercontent-eu1.net/hubfs/25206110/fonts/px-grotesk/PX_Grotesk_Bold/PxGrotesk-Bold.woff2') format('woff2'),
        url('https://25206110.fs1.hubspotusercontent-eu1.net/hubfs/25206110/fonts/px-grotesk/PX_Grotesk_Bold/PxGrotesk-Bold.woff') format('woff'),
        url('https://25206110.fs1.hubspotusercontent-eu1.net/hubfs/25206110/fonts/px-grotesk/PX_Grotesk_Bold/PxGrotesk-Bold.ttf') format('truetype');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}
#navbar {
  display: flex;
  flex-direction: row;
  align-items: center;
  position: fixed;
  width: 100%;
  justify-content: space-between;
  height: var(--nav-height);
  background-color: var(--nav-desktop-background-color);
  z-index: 101;
  top: 0;
  border-bottom: 1px solid var(--steel-grey);
}

#navbar .country-icon {
  margin-left: 24px;
  font-size: var(--paragraph-small);
}

#navbar .country-icon::before {
  content: '';
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 20px;
  height: 20px;
  margin-left: 26px;
  margin-right: calc(0.5 * var(--main-margin));
  background: url('https://25206110.fs1.hubspotusercontent-eu1.net/hubfs/25206110/Website%20redesign%202023/1.%20Homepage%20%28Global%29/globe.svg') no-repeat center center; 
}

#navbar .nav-logo {
  z-index: 1;
  padding-left: calc(2 * var(--main-padding));
  padding-right: calc(2 * var(--main-padding));
}

#navbar .nav-content {
  display: flex;
  justify-content: var(--nav-menu-position);
  width: 100%;
  height: 100%;
}

#navbar .nav-navigation {
  padding-right: calc(2 * var(--main-padding));
}

#navbar #nav-language-switcher-mobile {
  display: none;
}

@media only screen and (max-width: 1439px) {
  #navbar .nav-navigation {
    order: 1;
  }

  #navbar #nav-language-switcher-desktop {
    display: none;
  }

  #navbar .country-icon {
    font-size: var(--menu-mobiles-font-size);
  }

  #navbar #nav-language-switcher-mobile {
    display: flex;
    justify-content: flex-start;
    height: 48px;
  }

  nav #nav-language-switcher-mobile .lang_list_class {
    top: 48px;
    left: -42px;
  }

  .lang_list_class li:first-child {
    padding: 0 !important;
  } 

  nav .lang_list_class li,
  .lang_list_class li:last-child {
    padding: 0
  }

  nav .lang_list_class {
    padding-top: 0px !important;
  }
}
footer {
  color: var(--footer-color);
  background-color: var(--footer-background-color);
}

.footer-logo img {
  object-fit: contain;
}

.footer-nav {
  list-style: none;
  padding: 0 calc(var(--main-padding)*2) 0 0;
}
.footer-nav li {
  line-height: var(--paragraph-small-line-height);
  font-size: var(--paragraph-small);
}
.footer-nav li a {
  color: var(--milk);
  opacity: 0.8;
  padding: 6px 0;
  font-size: 14px;
  display: block;
}

footer .copyrights,
footer .copyrights span {
  font-size: var(--paragraph-tiny);
  padding: 0 0 calc(var(--main-padding) * 2);
}
footer .social {
  padding: calc(var(--main-padding) * 2) 0;
  justify-content: space-between;
}

.wrapper {
  /*max-width: var(--max-width);*/
  width: 100%;
  padding: 0px;
  margin: auto;
}

.footer-wrapper {
  max-width: var(--max-width);
  width: 100%;
  padding: calc(4 * var(--main-padding)) calc(2 * var(--main-padding));
  margin: auto;
  /* border-top: 1px var(--light-green) solid; */
}
.footer-wrapper div { 
  flex-flow: row;
}

.footer-wrapper a {
  color: var(--milk);
}

.footer-wrapper a:hover {
  color: var(--suva-grey);
  text-decoration: none;
}

.row,
.row-privacy {
  width: 100%;
  display: flex;
  flex-flow: row wrap;
  align-items: flex-start;
}

.footer-wrapper .cp-rich-text {
  padding: 0;
  margin: 0;
}

.row-privacy {
  flex-direction: column-reverse;
}

.footer-wrapper .copyrights p {
  font-size: var(--paragraph-tiny);
  line-height: var(--paragraph-tiny);
  color: #cccccc;
}

.footer-nav-wrapper {
  /*padding: calc(6 * var(--main-padding)) 0 calc(5.5 * var(--main-padding));
  margin-left: -24px;*/
}

@media screen and (max-width: 768px) {
  
.footer-wrapper div { 
  flex-flow: row wrap;
}

  footer .footer-nav-wrapper .column-3 {
    flex-basis: calc(50% - (0.5 * var(--main-padding)));
  }

  .row .footer-nav-wrapper {
    gap: var(--main-padding);
  }

  footer .row.social > .right {
    align-items: flex-start;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    margin: 0;
    width: 100%;
  }

  footer .row.social > :first-child {
    width: 100%;
  }
}

* {
  font-family: var(--font-family);
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-tap-highlight-color: transparent;
  scroll-behavior: smooth;
}

b, strong {
  font-family: var(--font-family-headings-700);
  font-weight: 700;
}

.wide-screen-bg {
  background-color: var(--wide-screen-bg-color);
}

a {
  color: var(--dark-blue);
  text-decoration: none;
  width: fit-content;
}

a:hover {
  cursor: pointer;
  color: var(--steel-grey);
}

a[data-hs-anchor="true"] {
  display: block;
  position: relative;
  visibility: hidden;
  top: -110px;
}

blockquote {
  padding: 50px 0px;
  margin: 0;
}

blockquote,
blockquote strong,
blockquote p,
blockquote em {
  font-size: 28px;
  line-height: 36px;
  font-style: italic;
  font-family: var(--font-family);
  margin: 0;
  color: var(--slate-blue);
}

.cta-button, .hs-button {
  font-size: 16px;
  background-color: var(--cta-bg-color);
  color: var(--cta-text-color);
  padding: var(--main-padding) calc(var(--main-padding) * 2);
  border-radius: var(--button-border-radius);
  font-weight: 600;
  text-decoration: none;
  width: fit-content;
  border: none;
}

.cta-button a, .hs-button a {
  text-decoration: none;
  color: var(--cta-text-color);
  width: fit-content;
}

.cta-button.cta-secondary {
  color: var(--black);
  background-color: var(--cta-secondary-bg-color);
  white-space: nowrap;
  font-weight: 600;
  font-size: 16px;
  text-decoration: none;
  width: fit-content;
}

.cta-button.cta-secondary a {
  color: var(--black);
}

.cta-button:hover, .hs-button:hover,
a .cta-button:hover, a .hs-button:hover {
  text-decoration: none;
  color: var(--cta-text-color);
  background-color: var(--cta-bg-color-hover);
  cursor: pointer;
}

.cta-button.cta-secondary:hover,
a .cta-button.cta-secondary:hover {
  color: var(--black);
  cursor: pointer;
  text-decoration: none;
  background-color: var(--cta-secondary-bg-color-hover);
}

.wrapper {
  width: 100%;
  padding: 0px;
  margin: auto;
  max-width: var(--wrapper-max-width);
  
  background-color: white;
}
.footer-wrapper {
  max-width: var(--max-width);
  width: 100%;
  padding: calc(4*var(--main-padding)) calc(2*var(--main-padding));
  margin: auto;
}

.footer-wrapper a {
  color: var(--milk);
}

.footer-info {
  width: 30%;
  padding-right: calc(var(--main-padding) * 2);
}
.footer-info p {
  color: #fff;
  opacity: 0.8;
  font-size: 14px;
  line-height: 20px;
}
.footer-menu {
  width: 70%;
  padding-left: calc(var(--main-padding) * 2);
  border-left: 1px solid rgba(255,255,255,0.2);
}

.row,
.row-privacy {
  width: 100%;
  display: flex;
  flex-flow: row wrap;
  align-items: flex-start;
}

.footer-wrapper .cp-rich-text {
  padding: 0;
  margin: 0;
}

.row-privacy {
  flex-direction: column-reverse;
}

.column-12 {
  flex-basis: 100%;
}
.column-9 {
  flex-basis: 75%;
}

.column-6 {
  flex-basis: 50%;
}

.column-4 {
  flex-basis: 33%;
}

.column-3 {
  flex-basis: 25%;
}

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

.m-1 {
  margin: var(--paragraph);
}
.m-2 {
  margin: var(--paragraph) * 2;
}
.p-1 {
  padding: var(--paragraph);
}
.p-2 {
  padding: var(--paragraph) * 2;
}
.mx-1 {
  margin-left: var(--paragraph);
  margin-right: var(--paragraph);
}
.mx-2 {
  margin-left: var(--paragraph) * 2;
  margin-right: var(--paragraph) * 2;
}
.my-1 {
  margin-top: var(--paragraph);
  margin-bottom: var(--paragraph);
}
.my-2 {
  margin-top: var(--paragraph) * 2;
  margin-bottom: var(--paragraph) * 2;
}

.px-1 {
  padding-left: var(--paragraph);
  padding-right: var(--paragraph);
}
.px-2 {
  padding-left: var(--paragraph) * 2;
  padding-right: var(--paragraph) * 2;
}
.py-1 {
  padding-top: var(--paragraph);
  padding-bottom: var(--paragraph);
}
.py-2 {
  padding-top: var(--paragraph) * 2;
  padding-bottom: var(--paragraph) * 2;
}

p, span {
  font-size: var(--paragraph);
  line-height: var(--paragraph-line-height);
  color: var(--black);
}

h1, h1 span, h2, h2 span, h3, h3 span, h4, h4 span, h5, h5 span, h6, h6 span, h5 em {
  margin: var(--main-margin) 0;
  color: var(--heading-color);
  font-family: var(--font-family-headings);
  letter-spacing: normal;
}

h1, h1 span {
  font-size: var(--heading1);
  line-height: var(--line-height-mobile-heading1);
  font-family: var(--font-family-headings-700);
  font-weight: 500;
  letter-spacing: -0.02em;
}

h2, h2 span {
  font-size: var(--heading2);
  line-height: var(--line-height-mobile-heading2);
  font-family: var(--font-family-headings-700);
  font-weight: 500;
  letter-spacing: -0.02em;
}

h3, h3 span {
  font-size: var(--heading3);
  line-height: var(--line-height-mobile-heading3);
  font-family: var(--font-family-headings-700);
  font-weight: 500;
  letter-spacing: -0.02em;
}

h4, h4 span, h4 a {
  font-size: var(--heading4);
  line-height: var(--line-height-mobile-heading4);
  font-weight: 500;
  letter-spacing: -0.02em;
}

h5, h5 span, h5 a, h5 em {
  font-size: var(--heading5);
  line-height: var(--line-height-mobile-heading5);
  font-family: var(--font-family-headings-700);
}

h6, h6 span {
  font-size: var(--heading6);
  line-height: var(--line-height-mobile-heading6);
}

.body-text-1, .body-text-1 span {
  font-size: 22px;
  line-height: 33px;
}

.main-section-dnd {
  padding-top: var(--nav-height);
}

.contact-us-label {
  color: #10273F;
  font-weight: 900;
}

.systems-page--search-results {
  padding-top: 100px;
  max-width: var(--max-width);
  margin: auto;
}

.cp-home-top-rich-text {
  margin-top: 67px;
  height: 90px;
}

#hs-pwd-widget-password {
  height: 42px !important;
  padding: 8px;
}
#hs_cos_wrapper_password_prompt_page_template_password_prompt_ {
  line-height: 3;
}

@media screen and (min-width: 448px) {
  .cp-home-top-rich-text {
    margin-top: 72px;
    height: 74px;
  }
}

@media screen and (min-width: 768px) {
  .column-3 {
    flex-basis: 25%;
  }

  blockquote,
  blockquote strong,
  blockquote p,
  blockquote em {
    font-size: 40px;
    line-height: 50px;
  }

  .row-privacy {
    flex-direction: row;
    justify-content: space-between;
  }

  h1, h1 span {
    font-size: var(--medium-up-heading1);
    line-height: var(--line-height-heading1);
    font-family: var(--font-family-headings-700);
    letter-spacing: -0.02em;
  }

  h2, h2 span {
    font-size: var(--medium-up-heading2);
    line-height: var(--line-height-heading2);
    font-family: var(--font-family-headings-700);
    letter-spacing: -0.02em;
  }

  h3, h3 span {
    font-size: var(--medium-up-heading3);
    line-height: var(--line-height-heading3);
    font-family: var(--font-family-headings-700);
    letter-spacing: -0.02em;
  }

  h4, h4 span {
    font-size: var(--medium-up-heading4);
    line-height: var(--line-height-heading4);
    font-weight: 400;
    letter-spacing: -0.02em;
  }

  h5, h5 span, h5 em {
    font-size: var(--medium-up-heading5);
    line-height: var(--line-height-heading5);
  }

  h6, h6 span {
    font-size: var(--medium-up-heading6);
    line-height: var(--line-height-heading6);
  }
}

@media screen and (max-width: 370px) {
  .hs-cta-wrapper {
    display: flex;
    flex-direction: column;
    margin: var(--main-margin) auto;
  }
}

@media screen and (max-width: 920px) {
  .footer-info {
    width: 100%;
    padding-right: 0;
    padding-bottom: calc(var(--main-padding) * 2);
  }

  .footer-menu {
    width: 100%;
    padding-left: 0;
    padding-top: calc(var(--main-padding) * 2);
    border-left: none;
    border-top: 1px solid rgba(255,255,255,0.2);
  }
}

.blog-container {
  max-width: 840px;
  padding: var(--main-padding);
  margin: var(--nav-height) auto 0px;
  padding-bottom: calc(4.5*var(--main-padding));
  max-width: var(--wrapper-max-width);
  background-color: white;
}

.blog-post-hero-bg {
  background-color: var(--light-gray);
  height: 600px;
  max-width: var(--wrapper-max-width);
  margin: auto;
  position: absolute;
  z-index: -1;
  width: 100%;
  left: 50%;
  transform: translateX(-50%);
}

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

.more-articles button {
  font-size: var(--paragraph);
  background-color: var(--cta-bg-color);
  color: var(--cta-text-color);
  padding: calc(1.25*var(--main-padding)) calc(var(--main-padding) * 2);
  font-weight: 500;
  border-radius: 0px;
  text-shadow: none;
  width: 226px;
  color: var(--cta-text-color);
  border: none;
  cursor: pointer;
  outline: inherit;
}

.more-articles .button-row {
  margin: 68px auto 120px;
}

.blog-container .post-reading-time {
  padding: var(--main-padding) calc(2*var(--main-padding)) calc(2*var(--main-padding));
  text-align: center;
  color: var(--dark-gray);
}

.blog-container .post-reading-time p {
  margin-bottom: 0;
  font-size: var(--paragraph-small);
  line-height: var(--paragraph-small-line-height);
  text-transform: uppercase;
}

.blog-container .blog-post h1,
.blog-container .blog-post h1 span {
  font-size: var(--blog-medium-up-heading1);
  line-height: var(--blog-line-height-heading1);
  text-align: center;
  padding-bottom: calc(10*var(--main-padding));
  max-width: var(--med-column-max-width);
  margin: auto;
}

.blog-container .blog-post h3 {
  font-size: var(--h3-blog-post);
  line-height: var(--h3-blog-post-line-height);
}

.blog-container .blog-post-body {
  max-width: var(--max-blog-width);
  padding: var(--main-padding);
  width: 100%;
  margin: auto;
}

.blog-container .featured-image {
  width: 100%;
  margin: auto;
  text-align: center;
}

.blog-container .featured-image img {
  max-width: var(--med-column-max-width);
  margin: auto;
  width: 100%;
  padding: 0;
}

.blog-container .blog-post-body img {
  width: 100%;
  max-width: var(--max-width);
}

.more-articles .description-previous-next-container {
  color: var(--black-secondary);
  opacity: 0.9;
  font-weight: 400;
  font-size: var(--paragraph-small);
  line-height: var(--paragraph-small-line-height);
  padding-top: var(--main-padding);
}

.blog-container .blog-post-tags {
  padding-top: calc(4*var(--main-padding));
}

.blog-container .blog-post-tags p, .blog-container .blog-post-tags a {
  text-transform: uppercase;
  text-align: center;
  font-weight: bold;
  color: #faa61a;
}

.more-articles .blog-published-date {
  text-transform: uppercase;
  text-align: left;
  font-size: var(--paragraph-tiny);
  padding-top: calc(2 * var(--main-padding));
  color: var(--black-secondary);
  opacity: 0.9;
}

.more-articles .post-reading-time p {
  font-size: var(--paragraph-tiny);
  text-transform: uppercase;
}

.blog-container .blog-author {
  display: flex;
  flex-direction: row;
  margin: 0px auto 0px;
  width: 100%;
  padding: calc(4*var(--main-padding)) var(--main-padding);
}

.blog-container .social-media-sharing-buttons {
  margin: 0 auto var(--main-margin);
  padding: 0 var(--main-padding);
  max-width: var(--max-blog-width);
}

.blog-author .blog-author-avatar-wrapper {
  border-radius: 50%;
  padding: 2px;
  width: 60px;
  height: 60px;
}

.blog-author .blog-author-avatar-wrapper .blog-author-avatar {
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  border-radius: 50%;
  height: 72px;
  width: 72px;
}

.blog-author .blog-author-social-links {
  width: 80%;
  display: flex;
  justify-content: space-around;
  margin: 24px auto;
}

.blog-author .blog-author-social-links a {
  text-decoration: none;
}

.blog-author .blog-author-info {
  margin-left: calc(2*var(--main-margin));
}

.blog-author .blog-author-name {
  color: var(--primary);
  font-size: var(--heading5);
  white-space: nowrap;
}

.blog-author .blog-author-bio {
  font-size: var(--heading6);
}

.more-articles .read-more-title {
  font-weight: 600;
  padding-bottom: calc(2 * var(--main-padding));
}

.more-articles .read-more-title h3 {
  margin-left: 0px;
  text-align: left;
}

.previous-next-post {
  padding: var(--main-padding);
  margin: var(--main-margin);
  width: 48%;
}

.previous-next-post:hover h5 {
  text-decoration: underline;
}

.title-previous-next-container h5 a {
  min-height: 48px;
  margin-bottom: var(--main-margin);
  font-size: 30px;
  line-height: 40px;
  font-weight: 400;
}

.previous-next-post img {
  width: 100%;
}

.more-articles {
  width: 100%;
  background-color: #F8F8F4;
  display: flex;
  flex-direction: column;
  padding: calc(7*var(--main-padding));
  align-items: center;
  justify-content: center;
}

.more-articles .more-articles-title {
  text-align: left;
  display: flex;
  justify-content: flex-start;
  max-width: var(--max-width);
  width: 100%;
  padding-left: calc(2*var(--main-padding));
}

.more-articles .posts-cards {
  max-width: var(--max-width);
  margin: auto;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  width: 100%;
}

.more-articles .posts-cards .image {
  width: 100%;
  padding-top: 56%;
  background-size: cover;
  background-repeat: no-repeat;
  border-radius: 12px;
}

@media screen and (max-width: 768px) {
  .blog-container .blog-post h1,
  .blog-container .blog-post h1 span {
    font-size: var(--blog-heading1);
    line-height: var(--line-height-mobile-blog-heading1);
  }

  .blog-container .blog-post h3 {
    font-size: var(--h3-blog-post-mobile);
    line-height: var(--h3-blog-post-line-height-mobile);
  }
  

  .more-articles .posts-cards {
    flex-direction: column;
  }

  .more-articles {
    width: 100%;
    flex-direction: column;
  }
  .previous-next-post {
    width: 100%;
    margin: var(--main-margin) 0px;
  }

  .blog-container .cp-rich-text {
    padding: var(--main-padding) calc(2*var(--main-padding));
    margin: var(--main-margin);
  }
}