/* ******************************************************************************
*********************************************************************************
This file contains all the neccessary variables that control standard elements
in the pages. This is also the file that loads all of the other themed CSS
styleshets into just this one in each of themed templates.
*********************************************************************************
****************************************************************************** */











































/* ******************************************************************************
*********************************************************************************
The intention of this file is to reset most of the different browser, built-in
CSS styles, so that it is an empty canvas for the themed specific stylesheets.
*********************************************************************************
****************************************************************************** */

*, *:before, *:after {
  box-sizing: border-box;
}
/* ******************************************************************************
*********************************************************************************
The intention of this file is to makes browsers render all elements more
consistently and in line with modern standards.
It precisely targets only the styles that need normalizing.
*********************************************************************************
****************************************************************************** */


/*! 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.
 */

body {
  margin: 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;
}
/* ******************************************************************************
*********************************************************************************
This file contains all the neccessary styles to control how your
Drag and Drop (DND) sections look when editing content in the page editor.
*********************************************************************************
****************************************************************************** */

dnd-section {
  padding: 80px 20px;
}
.banner-area .dnd-section {
  padding: 0;
}

.banner-section .row-fluid {
    padding-right: 0 !important;
    padding-left: 0 !important;
}

.dnd-section > .row-fluid {
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  padding-right: 4vw;   
  padding-left: 4vw;   
}

.dnd-section .widget-type-cell {
  padding-left: 20px;
  padding-right: 20px;
}

@media (max-width: 767px) {
  
.dnd-section>.row-fluid {
    padding-right: 6vw;
    padding-left: 6vw;
}
  
  .dnd-section .widget-type-cell {
    padding-left: 0px;
    padding-right: 0px;
  }
}
/* ******************************************************************************
*********************************************************************************
This file contains all the neccessary styles to control how your
fonts apppear throughout your site.
*********************************************************************************
****************************************************************************** */

@font-face {
  font-family: aktiv-grotesk;
  src: url("https://use.typekit.net/af/62681e/00000000000000003b9b406a/27/l?subset_id=2&fvd=n7&v=3") format("woff2"), url("https://use.typekit.net/af/62681e/00000000000000003b9b406a/27/d?subset_id=2&fvd=n7&v=3") format("woff"), url("https://use.typekit.net/af/62681e/00000000000000003b9b406a/27/a?subset_id=2&fvd=n7&v=3") format("opentype");
  font-style: normal;
  font-weight: 700;
}

@font-face {
  font-family: aktiv-grotesk;
  src: url("https://use.typekit.net/af/e604a2/00000000000000003b9b4069/27/l?subset_id=2&fvd=n5&v=3") format("woff2"), url("https://use.typekit.net/af/e604a2/00000000000000003b9b4069/27/d?subset_id=2&fvd=n5&v=3") format("woff"), url("https://use.typekit.net/af/e604a2/00000000000000003b9b4069/27/a?subset_id=2&fvd=n5&v=3") format("opentype");
  font-style: normal;
  font-weight: 500;
}

@font-face {
  font-family: aktiv-grotesk;
  src: url("https://use.typekit.net/af/28158e/00000000000000003b9b4066/27/l?subset_id=2&fvd=n4&v=3") format("woff2"), url("https://use.typekit.net/af/28158e/00000000000000003b9b4066/27/d?subset_id=2&fvd=n4&v=3") format("woff"), url("https://use.typekit.net/af/28158e/00000000000000003b9b4066/27/a?subset_id=2&fvd=n4&v=3") format("opentype");
  font-style: normal;
  font-weight: 400;
}

html {}

body {
  font-family: Lato, serif;
  font-size: 1rem;
  color: #494a52;
  line-height: 1.8;
  -webkit-font-smoothing: antialiased;
}

p {
  margin-top: 0;
  margin-bottom: 1rem;
  font-family: Lato, serif;
}

/* Anchor Links */
a {
  color: #0270E0;
  text-decoration: none;
}
a:hover, a:focus {
  text-decoration: none;
}

/* Headings */
h1,
h2,
h3,
h4,
h5,
h6 {
  margin-top: 0;
  margin-bottom: 15px;
  line-height: 1.2;
  font-weight: 700;
  font-family: Merriweather, serif;
  color: #494a52;
  word-break: break-word;
}

h1 {
  font-size: 2.1rem;
  line-height: 1.232;
}

h2 {
  font-size: 1.6rem;
  line-height: 1.2992;
}

h3 {
  font-size: 1.25rem;
  line-height: 1.3328;
}

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

h5 {
  font-size: 1rem;
  line-height: 1.3328;
}

h6 {
  font-size: .9rem;
  line-height: 1.3328;
}

strong {
  font-weight: 700;
}

code {
  vertical-align: bottom;
}

ul,
ol {
  margin-top: 0;
  margin-bottom: 15px;
}

ul li,
ol li {
  line-height: 1.8;
}

ul ul,
ol ul,
ul ol,
ol ol {
  margin-top: 0;
  margin-bottom: 0;
}

blockquote {
  line-height: 1.5rem;
  margin-top: 1.5rem;
  margin-bottom: 1.5rem;
  border-left: 2px solid #A9A9A9;
  padding-left: 15px;
}

/* Horizontal Rules */
hr {
  color: #ccc;
  background-color: #ccc;
  height: 1px;
  border: none;
}

/* TODO */
small {

}

/* TODO */
mark {

}

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

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

:focus {
  outline: auto;
  outline-color: green;
}

.disable-focus-styles :focus {
  outline: none;
}


@media (max-width: 900px) {
  h1 {
    font-size: 50px !important;
  }
}

@media (max-width: 767px) {
  h1 {
    font-size: 35px !important;
  }

  h2 {
    font-size: 30px !important;
  }

}
/* ******************************************************************************
*********************************************************************************
This file contains all the neccessary styles to control how your forms looks
throughout your site. Styles for form fields, buttons, inputs, etc.
*********************************************************************************
****************************************************************************** */

form {
  max-width: 767px;
  font-family: Lato, sans-serif;
}

h3.form-title {
    margin: 2rem 0;
    margin-top: 0;
    font-family: aktiv-grotesk;
    font-weight: 700;
    font-style: normal;
    letter-spacing: 0em;
    text-transform: none;
    line-height: 1.3328;
}

.hs-error-msgs label:empty {
    display: none !important;
}

.hs-button {
  margin: 0;
  cursor: pointer;
  display: inline-block;
  line-height: 1.8em;
  font-size: 1rem;
  position: relative;
  font-family: aktiv-grotesk;
  font-weight: 400;
  font-style: normal;
  letter-spacing: 0em;
  text-transform: none;
  text-align: center;
  text-decoration: none;
  -webkit-font-smoothing: antialiased;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  white-space: nowrap;
  -webkit-backface-visibility: hidden;
  outline:0;
  margin-top:10px;
  border-style: solid;
  transition: all 0.2s ease;
}

.hs-button:hover,
.hs-button:focus {
  background-color: #21222a;
  border-color: #21222a;

  color: #fff;
}

.hs-button:active {
  background-color: #71727a;
  border-color: #71727a;
}


.hs-form label {
  display: block;
  float: none;
  width: auto;
  text-align: left;
  font-family: aktiv-grotesk;
  font-weight: 400;
  font-style: normal;
  letter-spacing: 0em;
  text-transform: none;
  line-height: 1.8em;
  font-size: 1rem;
}

.hs-error-msgs label {
  margin-top: .5rem;
  border-radius: 2px;
  background: #cc3b3b url(https://3779160.fs1.hubspotusercontent-na1.net/hubfs/3779160/raw_assets/public/Juristat_July2020/images/icon_close_7_light.png) no-repeat 9px 50%;
  color: #fff !important;
  display: inline-block !important;
  font-size: 13px;
  line-height: 23px !important;
  margin: 12px 0;
  padding: 5px 15px 3px 25px !important;
  margin-right: 5px;
}

body input[type="text"],
body input[type="password"],
body input[type="datetime"],
body input[type="datetime-local"], 
body input[type="date"],
body input[type="month"],
body input[type="time"],
body input[type="week"],
body input[type="number"],
body input[type="email"], 
body input[type="url"], 
body input[type="search"],
body input[type="tel"],
body input[type="color"],
body input[type="file"],
body textarea, body select {
  border: 1px solid;
  font-size: 12px !important;
  padding: 12px !important;
  margin: 6px 0 4px;
  background: #fafafa;
  color: #000;
  font-family: sans-serif;
  display: block;
  vertical-align: middle;
  width: 100% !important;
  outline: 0;
  font-weight: normal;
  line-height: normal;
  outline: 0;
  -webkit-appearance: none;
  -moz-appearance: none;
  height:auto !important;
}


body input[type="text"]:focus,
body input[type="password"]:focus,
body input[type="datetime"]:focus,
body input[type="datetime-local"]:focus, 
body input[type="date"]:focus,
body input[type="month"]:focus,
body input[type="time"]:focus,
body input[type="week"]:focus,
body input[type="number"]:focus,
body input[type="email"]:focus, 
body input[type="url"]:focus, 
body input[type="search"]:focus,
body input[type="tel"]:focus,
body input[type="color"]:focus,
body input[type="file"]:focus,
body textarea, body select:focus {
  border: 1px solid;
  background: #fff;
    -webkit-transition: background .1s ease-in;
    transition: background .1s ease-in;
}


input.hs-input.error {
    border: 1px solid #e99292 !important;
}

.hs-input[type=checkbox],
.hs-input[type=radio] {
  cursor: pointer;
  width: auto;
  height: auto;
  padding: 0;
  margin: 3px 5px 3px 0px;
  line-height: normal;
  border: none;
}

.hs-input[type=file] {
  background-color: #fff;
  padding: initial;
  border: initial;
  line-height: initial;
  box-shadow: none;
}

.hs-input:-moz-placeholder {
  color: #bfbfbf;
}

.hs-input::-webkit-input-placeholder {
  color: #bfbfbf;
}

.hs-input input,
.hs-input textarea {
  transition: border 0.2s linear;
}
.hs-input:focus {
  outline: none;
  border-color: rgba(82, 168, 236, 0.8);
}

textarea.hs-input {
  height: auto;
}

select[multiple].hs-input {
  height: inherit;
}

/* Force single column fields to full width inside of fieldsets */
fieldset.form-columns-1 .hs-input:not([type=radio]):not([type=checkbox]) {
  width: 100% !important;
}

input.hs-input.error,
div.field.error input,
div.field.error textarea,
div.field.error .chzn-choices,
textarea.hs-input.error,
select.hs-input.error {
  border-color: #c87872;
}
input.hs-input.error:focus,
div.field.error input:focus,
div.field.error textarea:focus,
div.field.error .chzn-choices:focus,
textarea.hs-input.error:focus,
select.hs-input.error:focus {
  border-color: #b9554d;
}

.actions {
  padding: 0;
}

.inputs-list {
  margin: 0 0 5px;
  width: 100%;
  padding-left: 0;
}
.inputs-list > li {
  display: block;
  padding: 0;
  width: 100%;
  padding-top: 0;
}
.inputs-list label {
  display: block;
  float: none;
  width: auto;
  padding: 0;
  line-height: 18px;
  text-align: left;
  white-space: normal;
  font-weight: normal;
}
.inputs-list:first-child {
  padding-top: 6px;
}
.inputs-list > li + li {
  padding-top: 2px;
}
.inputs-list label > input,
.inputs-list label > span {
  vertical-align: middle;
}

ul.no-list {
  list-style: none;
}

.field {
  margin: 0 0 24px;
}

.hs-field-desc {
  color: #7c98b6;
  margin: 0px 0px 6px;
  font-size: 14px;
}

.hs-form-required {
  color: red;
}

.hs-richtext {
  margin-bottom: 3px;
  line-height: 1.2;
  font-size: 1rem;
  color: #494a52;
}
.hs-richtext hr {
  text-align: left;
  margin-left: 0;
  width: 91%;
}

.grecaptcha-badge {
  margin: 0 auto;
}

.email-correction, .email-validation {
  padding-top: 3px;
  font-size: 12px;
}
.email-correction a,
.email-validation a {
  cursor: pointer;
}
@media (max-width: 400px),
(min-device-width: 320px) and (max-device-width: 480px) {
  .email-correction form .form-columns-2 .hs-form-field,
  .email-correction form .form-columns-3 .hs-form-field,
  .email-validation form .form-columns-2 .hs-form-field,
  .email-validation form .form-columns-3 .hs-form-field {
    float: none;
    width: 100%;
  }
  .email-correction form .form-columns-2 .hs-form-field .hs-input,
  .email-correction form .form-columns-3 .hs-form-field .hs-input,
  .email-validation form .form-columns-2 .hs-form-field .hs-input,
  .email-validation form .form-columns-3 .hs-form-field .hs-input {
    width: 90%;
  }
  .email-correction form .form-columns-2 .hs-form-field input[type=checkbox],
  .email-correction form .form-columns-2 .hs-form-field input[type=radio],
  .email-correction form .form-columns-3 .hs-form-field input[type=checkbox],
  .email-correction form .form-columns-3 .hs-form-field input[type=radio],
  .email-validation form .form-columns-2 .hs-form-field input[type=checkbox],
  .email-validation form .form-columns-2 .hs-form-field input[type=radio],
  .email-validation form .form-columns-3 .hs-form-field input[type=checkbox],
  .email-validation form .form-columns-3 .hs-form-field input[type=radio] {
    width: 24px;
  }
}

.hs-button,
.hs-form-field input[type=text],
.hs-form-field input[type=email],
.hs-form-field input[type=phone],
.hs-form-field input[type=number],
.hs-form-field input[type=tel],
.hs-form-field input[type=date],
.hs-form-field textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
}

.hs-default-font-element,
.hs-main-font-element {
  font-family: Lato, serif;
}

@media (min-width: 1512px) {
  h3.form-title {
    font-size: 2.2rem;
  }
}
/* ******************************************************************************
*********************************************************************************
This file contains all the neccessary styles to control how your
menu items appear, including the link and hover effects.
*********************************************************************************
****************************************************************************** */

.hs-menu-wrapper ul {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}

.hs-menu-item a {
  display: block;
  padding: 0.5rem 1rem;
  color: rgba(0, 0, 0, 0.5);
  text-decoration: none;
}

.hs-menu-item:hover a,
.hs-menu-item:focus a {
  text-decoration: none;
  color: rgba(0, 0, 0, 0.7);
}

.hs-menu-item.active a {
  color: rgba(0, 0, 0, 0.9);
}
/* ******************************************************************************
*********************************************************************************
This file contains all the neccessary styles to control how your
tables look throughout your site.
*********************************************************************************
****************************************************************************** */

table {
  margin-bottom: 1rem;
  border: 1px solid #dee2e6;
}

th,
td {
  padding: 0.75rem;
  vertical-align: top;
  border: 1px solid #dee2e6;
}

thead th,
thead td {
  color: #fff;
  background-color: #343a40;
  border-color: #454d55;
  border-bottom-width: 2px;
}

thead th {
  vertical-align: bottom;
  border-bottom: 2px solid #dee2e6;
}

tbody + tbody {
  border-top: 2px solid #dee2e6;
}

ul li::before { 
  color: inherit;
}/* ******************************************************************************
*********************************************************************************
This file contains all the neccessary styles to control how your landing pages
look if there is anything specific to your landing pages.
*********************************************************************************
****************************************************************************** */
/* ******************************************************************************
*********************************************************************************
This file contains all the neccessary styles to control how your landing pages
look if there is anything specific to your landing pages.
*********************************************************************************
****************************************************************************** */
/* ******************************************************************************
*********************************************************************************
This file contains all the neccessary styles to control how your headers look
when it comes to the logo, search field, language switcher and navigation.
You will also find the mobile menu styles below.
*********************************************************************************
****************************************************************************** */


header.header {
  z-index: 10;
  position: absolute;   
  top: 0;
  right: 0;
  left: 0;
  line-height: 1;
  -webkit-tap-highlight-color: rgba(0,0,0,0);
  pointer-events: none;
  background-image: linear-gradient(#000 0%,rgba(0,0,0,.738) 19%,rgba(0,0,0,.541) 34%,rgba(0,0,0,.382) 47%,rgba(0,0,0,.278) 56.5%,rgba(0,0,0,.194) 65%,rgba(0,0,0,.126) 73%,rgba(0,0,0,.075) 80.2%,rgba(0,0,0,.042) 86.1%,rgba(0,0,0,.021) 91%,rgba(0,0,0,.008) 95.2%,rgba(0,0,0,.002) 98.2%,rgba(0,0,0,0) 100%);
}

header.header.banner-is-not-here {
    position: relative;
}

.lp_header .header-layout-nav-right .header-nav,
.lp_header .header-layout-nav-right .header-actions {
    opacity: 0;
    visibility: hidden;
}


.show-mobile-nav header.header {
    background-image: none;
}

.header .header-announcement-bar-wrapper {
  position: relative;
  z-index: 2;
  width: 100%;
  box-sizing: border-box;
  padding-top: 2.9vw;
  padding-bottom: 2.9vw;
  padding-left: 4vw;
  padding-right: 4vw;
  pointer-events: auto;
  transition: background 300ms ease-in-out 0s,padding 140ms ease-in-out,transform 140ms ease-in-out 140ms;
}


.header-inner {
  position: relative;
  display: flex;
  align-items: center;
  width: 100%;
  height: inherit;
}

.header-background,
.header-background::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  transition: opacity 400ms cubic-bezier(.4,0,.2,1);
  will-change: opacity;
}

.header-background::after {
  content: '';
  opacity: 0;
}

.header-display {
  position: relative;
  display: flex;
  width: 100%;
  box-sizing: border-box;
  justify-content: flex-start;
  align-items: center;
}


.header-title-nav-wrapper {
  display: flex;
  flex-wrap: nowrap;
  flex: 1 0 67%;
  align-items: center;
}


.header-title {
  flex-grow: 0;
  flex-shrink: 0;
  backface-visibility: hidden;
}

.header-title-logo {
  width: auto;
  font-size: 0;
}


.header-title-logo a {
  display: inline-block;
  max-width: 100%;
  max-height: 50px;
}


.header-title-logo img {
  width: auto !IMPORTANT;
  max-width: 100%;
  max-height: 50px;
}

.header-actions {
  flex-grow: 0;
  flex-shrink: 1;
  display: inline-flex;
  align-items: center;
}

.header-actions--right {
  justify-content: flex-end;
}

.header-layout-nav-right .header-actions {
  margin-right: 0;
}

.header-actions .header-actions-action--cta {
  white-space: nowrap;
}


.header-actions--right .header-actions-action {
  margin: 0 0 0 2.5vw;
}

.black .header-actions a {
  cursor: pointer;
  text-decoration: none;
  position: relative;
  display: inline-block;
  padding: .96em 1.6032em;
  opacity: 1 !important;
  font-family: aktiv-grotesk;
  font-weight: 500;
  font-style: normal;
  letter-spacing: .02em;
  text-transform: none;
  font-size: .9rem;
  line-height: 1.2em;
  -webkit-transition: .1s opacity linear;
  -moz-transition: .1s opacity linear;
  -o-transition: .1s opacity linear;
  transition: .1s opacity linear;
  -webkit-backface-visibility: hidden;
  border-radius: 300px;
  color: #fff;
  background-color: #3ec198;
  border-color: #3ec198;
}



.header-burger {
  display: none;
  align-items: center;
  justify-content: center;
  transition-property: opacity;
  opacity: 1 ;
  transition-timing-function: ease;
  transition-duration: 0.9s;
  transition-delay: 0.1s;
}


.burger {
  font-family: inherit;
  font-size: 100%;
  margin: 0;
  line-height: normal;
  text-transform: none;
  -webkit-appearance: button;
  position: relative;
  display: inline-block;
  cursor: pointer;
  background-color: transparent;
  border: none;
  outline:0;
  background-image:none;
}

.visually-hidden {
    position: absolute !important;
    clip: rect(1px,1px,1px,1px);
    padding: 0 !important;
    border: 0 !important;
    height: 1px !important;
    width: 1px !important;
    overflow: hidden;
}

.burger-box {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 33px;
    height: 33px;
}

.burger-inner {
    width: 100%;
    height: 100%;
}



.burger-inner::before,
.burger-inner::after {
    position: absolute;
    display: block;
    top: 0;
    left: 0;
    bottom: 0;
    margin: auto;
    content: '';
    width: 100%;
    height: 1px;
    transition: transform 250ms cubic-bezier(.2,.6,.3,1),width 250ms cubic-bezier(.2,.6,.3,1);
    will-change: transform,width;
  background-color: #fff;
}


.burger-inner::before {
    transform: translatey(-5.5px);
}

.burger-inner::after {
    transform: translatey(5.5px);
}

.show-mobile-nav .burger-inner::before, 
.show-mobile-nav .burger-inner::after {
    background-color: #000;
}

.show-mobile-nav .burger-inner::before {
    transform: translatex(3.3px) rotate(-135deg);
    width: 26.4px;
}

.show-mobile-nav .burger-inner::after {
    transform: translatex(3.3px) rotate(135deg);
    width: 26.4px;
}

.banner-is-not-here .burger-inner::before,
.banner-is-not-here .burger-inner::after {
    background-color: #000;
}



.header-nav {
    flex-grow: 1;
    flex-shrink: 1;
}

.header-layout-nav-right .header-nav {
    text-align: right;
    margin-left: auto;
    padding-left: 2.5vw;
}

.header-menu-bg {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
}


.show-mobile-nav .header-menu-bg {
  background-color: #fff;
}

.header-menu-nav > div,
.header-menu-nav > span {
    position: relative;
    display: flex;
    flex-direction: column;
    flex-grow: 1;
    flex-shrink: 0;
}

@media screen and (max-width: 1511px) and (min-width: 0) and (orientation: portrait) {
  .black .header-actions a {
    font-size: calc(-.12vh + 1rem);
  }
}

@media screen and (max-width: 1511px) and (min-width: 0) and (orientation: landscape) {
  .black .header-actions a {
    font-size: calc(-.12vw + 1rem);
  }
}

@media only screen and (max-width: 1024px) and (pointer: coarse), screen and (max-width: 799px) {
  .header .header-announcement-bar-wrapper {
    padding: 6vw;
  }
  
  
.black .header-actions a {
    font-size: calc(-.12vh + 1rem);
}

  .header-background::after {
    box-shadow: 0 0 10px rgba(0,0,0,.15);
    opacity: 0;
    transform: matrix(1,0,0,1,0,0);
  }
  
  .header .header-title-nav-wrapper {
    flex: 1 0 calc(100% - 50px);
}
  
  .header-burger {
    display: flex;
}
  
  
  .header .header-burger {
    margin-right: 0;
    align-items: flex-end;
    justify-content: flex-end;
    flex: 0 0 50px;
    width: 50px;
}

  .header .header-actions {
    display: none;
}
  
  .header .header-title-nav-wrapper .header-title {
    margin-right: 0;
    flex: 1 0 100%;
    text-align: left;
}
  
  
}


@media (max-width:799px) {
  
  .lp_header .burger-box {
    opacity: 0;
    visibility: hidden;
}
  
  .header-layout-nav-right .header-nav.desktop-menu {
    display: none;
  }
}

@media (max-width:767px) {
  .header-title-logo a {
    max-height: 30px;
  }

  .header-title-logo img {
    max-height: 30px;
  }
}



@media (min-width:800px) {
  .custom-menu-primary.mobile-menu.header-nav-wrapper {
    display: none;
  }
}

body:not(.show-mobile-nav) .header-title-logo .header-grey-text {
  display: none;
}

body.show-mobile-nav .header-title-logo .header-white-text {
  display: none;
}










/* New from Webflow header */
:root {
    --primary-blue: #162937;
    --4xl: 48px;
    --bold: 700;
    --3xl: 32px;
    --semi-bold: 600;
    --2xl: 24px;
    --dark-blue: #162937;
    --xl: 20px;
    --medium: 500;
    --small: 14px;
    --grey: #555b5f;
    --base: 16px;
    --regular: 400;
    --primary-green: #1ac9a5;
    --green-variant: #39ddbc;
    --inter: Inter, sans-serif;
    --large: 18px;
    --light-grey: #f2f4f8;
    --border-grey: #d1d5db;
    --secundary-blue: #265a80;
    --green: #1ac9a5;
    --5xl: 60px;
    --red: #ef4444;
    --accessible-components--dark-grey: #9b9b9b;
    --accessible-components--dodger-blue: #1378d1;
    --extra-bold: 800;
    --number: 0;
}
header h1 {
    color: var(--primary-blue);
    font-size: var(--4xl);
    line-height: 44px;
    font-weight: var(--bold);
    margin-top: 20px;
    margin-bottom: 10px;
}
header h2 {
    color: var(--primary-blue);
    font-size: var(--3xl);
    line-height: 36px;
    font-weight: var(--bold);
    margin-top: 20px;
    margin-bottom: 10px;
}
header h3 {
    color: var(--primary-blue);
    font-size: var(--3xl);
    line-height: 30px;
    font-weight: var(--semi-bold);
    margin-top: 20px;
    margin-bottom: 10px;
}
header h4 {
    color: var(--dark-blue);
    font-size: var(--2xl);
    line-height: 32px;
    font-weight: var(--semi-bold);
    margin-top: 10px;
    margin-bottom: 10px;
}
header h5 {
    color: var(--primary-blue);
    font-size: var(--xl);
    margin-top: 10px;
    margin-bottom: 10px;
    font-weight: 600;
    line-height: 24px;
}
header h6 {
    font-size: var(--small);
    line-height: 18px;
    font-weight: var(--bold);
    margin-top: 10px;
    margin-bottom: 10px;
}
header p {
    color: var(--grey);
    font-size: var(--base);
    font-weight: var(--regular);
    margin-bottom: 0;
}
header a {
    color: var(--primary-green);
    text-decoration: none;
}
header a:hover {
    color: var(--green-variant);
}
header a:active {
    color: var(--primary-green);
}
header ul {
    color: var(--primary-blue);
    font-size: var(--base);
    font-weight: var(--regular);
    margin-top: 0;
    margin-bottom: 10px;
    padding-left: 40px;
}
header .navbar-no-shadow {
    -webkit-backdrop-filter: blur(4px);
    backdrop-filter: blur(4px);
    background-color: #fffffff2;
}
header .navbar-no-shadow-container {
    z-index: 11402;
    background-color: #0000;
    width: 100%;
    max-width: 1140px;
    margin-left: auto;
    margin-right: auto;
    padding: 16px 24px;
}
header .container-regular {
    width: 100%;
    max-width: 1280px;
    min-height: 30px;
    margin-left: auto;
    margin-right: auto;
}
header .navbar-wrapper {
    justify-content: space-between;
    align-items: center;
    display: flex;
}
header .nav-menu {
    justify-content: space-between;
    align-items: center;
    margin-bottom: 0;
    padding-bottom: 0;
    padding-left: 0;
    display: flex;
}
header .nav-link {
    color: #1a1b1f;
    letter-spacing: 0.25px;
    margin-left: 5px;
    margin-right: 5px;
    padding: 5px 10px;
    font-size: 14px;
    line-height: 20px;
    text-decoration: none;
}
header .nav-link:hover {
    color: #1a1b1fbf;
}
.nav-link:focus-visible,
header .nav-link[data-wf-focus-visible] {
    outline-offset: 0;
    color: #0050bd;
    border-radius: 4px;
    outline: 2px solid #0050bd;
}
header .nav-dropdown {
    margin-left: 5px;
    margin-right: 5px;
}
header .nav-dropdown-toggle {
    letter-spacing: 0.25px;
    padding: 5px 30px 5px 10px;
    font-size: 14px;
    line-height: 20px;
}
header .nav-dropdown-toggle:hover {
    color: #1a1b1fbf;
}
.nav-dropdown-toggle:focus-visible,
header .nav-dropdown-toggle[data-wf-focus-visible] {
    outline-offset: 0;
    color: #0050bd;
    border-radius: 5px;
    outline: 2px solid #0050bd;
}
header .nav-dropdown-icon {
    margin-right: 10px;
}
header .nav-dropdown-list {
    background-color: #fff;
    border-radius: 12px;
}
header .nav-dropdown-link {
    padding-top: 5px;
    padding-bottom: 5px;
    font-size: 14px;
}
.nav-dropdown-link:focus-visible,
header .nav-dropdown-link[data-wf-focus-visible] {
    outline-offset: 0;
    color: #0050bd;
    border-radius: 5px;
    outline: 2px solid #0050bd;
}
header .nav-button-wrapper {
    margin-left: 120px;
}
header .container {
    grid-column-gap: 9402px;
    grid-row-gap: 9402px;
    opacity: 1;
    display: flex;
}
header .navbar {
    z-index: 1000;
    -webkit-backdrop-filter: blur(4px);
    backdrop-filter: blur(4px);
    background-color: #fffffff2;
    width: 100%;
    padding-left: 24px;
    padding-right: 24px;
    position: fixed;
}
header .navbar-container {
    z-index: 5;
    background-color: #0000;
    width: 100%;
    max-width: 1280px;
    margin-left: auto;
    margin-right: auto;
    padding: 16px 0;
}
header .container-regular-2 {
    width: 100%;
    max-width: 1280px;
    min-height: 30px;
    margin-left: auto;
    margin-right: auto;
}
header .navbar-wrapper-2 {
    color: #374151;
    justify-content: space-between;
    align-items: center;
    display: flex;
}
header .nav-menu-2 {
    justify-content: space-between;
    align-items: center;
    margin-bottom: 0;
    padding-bottom: 0;
    padding-left: 0;
    display: flex;
}
header .nav-link-2 {
    color: #374151;
    letter-spacing: 0.25px;
    margin-left: 5px;
    margin-right: 5px;
    padding: 5px 10px;
    font-size: 14px;
    font-weight: 600;
    line-height: 20px;
    text-decoration: none;
}
header .nav-link-2:hover {
    color: #374151bf;
}
.nav-link-2:focus-visible,
header .nav-link-2[data-wf-focus-visible] {
    outline-offset: 0;
    color: #0050bd;
    border-radius: 4px;
    outline: 2px solid #0050bd;
}
header .nav-dropdown-2 {
    margin-left: 5px;
    margin-right: 5px;
}
header .nav-dropdown-toggle-2 {
    color: #374151;
    letter-spacing: 0.25px;
    padding: 5px 30px 5px 10px;
    font-size: 14px;
    font-weight: 600;
    line-height: 20px;
}
header .nav-dropdown-toggle-2:hover {
    color: #374151bf;
}
.nav-dropdown-toggle-2:focus-visible,
header .nav-dropdown-toggle-2[data-wf-focus-visible] {
    outline-offset: 0;
    color: #0050bd;
    border-radius: 5px;
    outline: 2px solid #0050bd;
}
header .nav-dropdown-icon-2 {
    margin-right: 10px;
}
header .nav-dropdown-list-2 {
    background-color: #fff;
    border-radius: 12px;
}
header .nav-dropdown-link-2 {
    padding-top: 5px;
    padding-bottom: 5px;
    font-size: 14px;
}
.nav-dropdown-link-2:focus-visible,
header .nav-dropdown-link-2[data-wf-focus-visible] {
    outline-offset: 0;
    color: #0050bd;
    border-radius: 5px;
    outline: 2px solid #0050bd;
}
header .nav-button-wrapper-2 {
    justify-content: flex-end;
    align-items: center;
    margin-left: 0;
    display: flex;
}
header .image {
    height: 40px;
}
header .body {
    font-family: var(--inter);
    font-weight: var(--regular);
}
header .container-2 {
    width: 100%;
    max-width: 940px;
    margin-left: auto;
    margin-right: auto;
}
header .container-3 {
    font-family: var(--inter);
    width: 100%;
    max-width: 1260px;
    margin-left: auto;
    margin-right: auto;
}
header .container-3._100h {
    height: 100%;
}
header .text-link-arrow {
    color: var(--primary-green);
    font-size: var(--small);
    line-height: 20px;
    font-weight: var(--regular);
    justify-content: flex-start;
    align-items: center;
    margin-top: auto;
    text-decoration: none;
    display: flex;
}
header .text-link-arrow:where(.w-variant-215f2455-7a2e-3f46-6f74-2476b5257781) {
    color: var(--dark-blue);
}
header .text-link-arrow:hover {
    color: var(--green-variant);
    text-decoration: none;
}
header
    .text-link-arrow:hover:where(
        .w-variant-215f2455-7a2e-3f46-6f74-2476b5257781
    ) {
    color: var(--primary-green);
}
header
    .text-link-arrow:active:where(
        .w-variant-215f2455-7a2e-3f46-6f74-2476b5257781
    ) {
    color: var(--green-variant);
}
header .text-link-arrow.topmargin {
    justify-content: flex-start;
    align-items: flex-end;
    margin-top: 8px;
}
header .arrow-embed {
    justify-content: flex-end;
    margin-left: 2px;
    display: flex;
}
header .div-block {
    margin-top: 48px;
    display: flex;
}
header .div-block.v2 {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
    justify-content: center;
    align-items: center;
    padding-left: 32px;
    padding-right: 32px;
}
header .div-block-2 {
    justify-content: space-between;
    align-items: flex-start;
    width: 100%;
    margin-bottom: 20px;
    display: flex;
}
header .dropdown {
    z-index: 2;
    display: flex;
}
header .blog-card-image {
    box-sizing: border-box;
    aspect-ratio: 3/2;
    object-fit: cover;
    border: 1px solid #edf1f2;
    border-radius: 4px;
    max-width: 40%;
    height: auto;
    display: block;
    overflow: clip;
}
header .dropdown-list-body {
    z-index: 3;
    position: relative;
}
header .dropdown-card-title {
    color: var(--primary-blue);
    font-size: var(--small);
    font-weight: var(--regular);
    text-decoration: none;
    -webkit-text-decoration-color: var(--primary-blue);
    text-decoration-color: var(--primary-blue);
    -webkit-text-decoration-skip-ink: auto;
    text-decoration-skip-ink: auto;
    margin-bottom: 0;
    padding: 4px 10px;
    text-decoration-style: solid;
}
header .dropdown-card-title:hover {
    color: var(--primary-green);
}
header .dropdown-card-title.last {
    margin-bottom: 0;
}
header .dropdown-card {
    color: var(--dark-blue);
    margin-bottom: 8px;
    padding-left: 0;
    padding-right: 0;
    text-decoration: none;
    display: block;
    position: relative;
}
header .dropdown-card:hover {
    color: var(--primary-green);
}
header .dropdown-card.has-icon {
    text-decoration: none;
    display: flex;
}
header .dropdown-card.has-icon.big {
    border: 1px solid var(--light-grey);
    background-color: var(--light-grey);
    font-size: var(--small);
    font-weight: var(--bold);
    border-radius: 8px;
    justify-content: flex-start;
    align-items: flex-start;
    height: auto;
    margin-bottom: 0;
    padding: 16px;
    transition:
        transform 0.2s,
        box-shadow 0.2s,
        background-color 0.2s;
}
header .dropdown-card.has-icon.big:hover {
    border-style: none;
    border-color: var(--primary-green);
    background-color: #fff;
    transform: translate(0, -4px);
    box-shadow: 0 2px 5px #0003;
}
header .dropdown-card.last {
    margin-bottom: 0;
}
header .sidebar-column-bg {
    display: none;
}
header .dropdown-bg-full {
    background-color: #fff;
    width: auto;
    max-width: none;
    margin-left: 0;
    margin-right: 0;
    position: absolute;
    inset: 0;
    box-shadow: 35px 35px 50px #24324226;
}
header .dropdown-sidebar-bg {
    background-color: #f6f8f900;
    border-left: 1px #e0e6e8;
    width: 100vw;
    position: absolute;
    inset: 0 0 0 706px;
}
header .dropdown-card-text {
    font-size: var(--small);
    font-weight: var(--regular);
    margin-bottom: 16px;
}
header .menu {
    float: none;
    background-color: #0000;
    justify-content: space-between;
    align-items: stretch;
    height: 80px;
    font-weight: 500;
    display: flex;
}
header .blog-card-title {
    font-size: var(--small);
    line-height: 18px;
    font-weight: var(--regular);
}
header .navbar-wrapper-3 {
    font-family: var(--inter);
    background-color: #0000;
    font-size: 12px;
    display: none;
    position: fixed;
    inset: 0 0 auto;
}
header .blog-card-content {
    flex-flow: column;
    justify-content: flex-start;
    align-items: flex-start;
    width: 100%;
    padding-left: 0;
    font-weight: 700;
    display: flex;
}
header .dropdown-card-bg {
    opacity: 0;
    border-radius: 3px;
    display: none;
    position: absolute;
    inset: -8px -16px;
}
header .dropdown-card-bg.white {
    border: 1px none var(--green-variant);
    background-color: #fff;
    background-image: url(../images/bgopa.webp);
    background-position: 50%;
    background-size: cover;
    border-radius: 0;
    inset: 0;
}
header .dropdown-card-bg.white.big {
    border-style: none;
    border-color: var(--green-variant);
    background-image: url(../images/bgopacity-1.webp);
    border-radius: 0;
    inset: 0;
}
header .dropdown-card-bg.white.big:hover {
    border-style: none;
    border-color: var(--primary-green);
}
header .dropdown-column.third {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    flex-flow: column;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
    grid-auto-columns: 1fr;
    justify-content: flex-start;
    padding-left: 0;
    display: grid;
    position: relative;
}
header .dropdown-column.third.nogrid {
    display: flex;
}
header .dropdown-column.first {
    z-index: 2;
    position: relative;
}
header .dropdown-column.flexv {
    flex-flow: column;
    display: flex;
}
header .nav-button {
    color: var(--dark-blue);
    font-weight: var(--bold);
    background-color: #fff;
    border: 1px solid #fff;
    border-radius: 100px;
    padding: 10px 20px;
    transition: background-color 0.2s ease-in-out;
    box-shadow: 0 4px 4px #00000040;
}
header .nav-button:where(.w-variant-52680fcb-15c8-8f33-9f1b-d9e486a477b1) {
    color: #fff;
    font-weight: var(--semi-bold);
    background-color: #fff0;
    border: 1px solid #fff;
    padding: 10px 20px;
}
header .nav-button:hover {
    background-color: var(--light-grey);
    box-shadow: none;
    color: var(--dark-blue);
}
header
    .nav-button:hover:where(.w-variant-52680fcb-15c8-8f33-9f1b-d9e486a477b1) {
    color: #fff;
    background-color: #ffffff1a;
}
header .nav-button:active {
    color: var(--dark-blue);
    background-color: #fff;
    box-shadow: 0 4px 4px #00000040;
}
header
    .nav-button:active:where(.w-variant-52680fcb-15c8-8f33-9f1b-d9e486a477b1) {
    color: #fff;
    background-color: #fff0;
}
header .navbar-2 {
    z-index: 300000;
    box-shadow: none;
    -webkit-backdrop-filter: blur(40px);
    backdrop-filter: blur(40px);
    background-color: #1629374d;
    position: relative;
}
header .dropdown-overflow {
    max-width: 1024px;
    margin-top: 0;
    margin-left: auto;
    margin-right: auto;
    padding-top: 24px;
    padding-bottom: 0;
    overflow: auto;
}
header .blog-card-link {
    color: var(--primary-green);
    justify-content: space-between;
    margin-top: 8px;
    display: flex;
    position: static;
    inset: auto 0 0 12px;
}
header .dropdown-list {
    z-index: 1;
    background-color: #0000;
    padding-bottom: 0;
    font-size: 13px;
    display: block;
    position: fixed;
    inset: 80px 0 auto;
    overflow: hidden;
}
header .dropdown-list.products {
    z-index: auto;
    display: none;
    top: 79px;
}
header .dropdown-list.solutions {
    z-index: auto;
    display: none;
    top: 79px;
    transform: translate(0);
}
header .dropdown-list.resources {
    z-index: auto;
    display: none;
    top: 80px;
}
header .dropdown-column-title {
    border-bottom: 1px solid var(--light-grey);
    color: var(--dark-blue);
    font-size: var(--large);
    font-weight: var(--semi-bold);
    letter-spacing: 0;
    text-transform: none;
    margin-bottom: 30px;
    padding-bottom: 16px;
    display: flex;
    position: relative;
}
header .dropdown-column-title.card {
    border-bottom-style: none;
    margin-bottom: 8px;
    padding-bottom: 0;
}
header .dropdown-card-content {
    grid-column-gap: 0;
    grid-row-gap: 0;
    text-decoration: none;
    -webkit-text-decoration-color: var(--primary-blue);
    text-decoration-color: var(--primary-blue);
    flex-flow: column;
    height: 100%;
    padding-bottom: 0;
    padding-right: 0;
    display: flex;
    position: relative;
}
header .container-4 {
    max-width: 1440px;
    margin-left: auto;
    margin-right: auto;
    padding: 0 24px;
}
header .menu-right {
    justify-content: flex-end;
    align-items: center;
    width: 141.766px;
    display: flex;
}
header .blog-card-scroll-wrapper.grid {
    grid-column-gap: 0;
    grid-row-gap: 0;
    flex-flow: column;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    display: flex;
}
header .brand {
    flex: none;
    align-items: center;
    margin-right: 32px;
    display: flex;
}
header .brand.w--current {
    margin-right: 0;
}
header .brand.responsive {
    display: none;
}
header .dropdown-grid {
    grid-column-gap: 50px;
    grid-row-gap: 75px;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr 1fr;
    grid-auto-columns: 1fr;
    width: 100%;
    max-width: none;
    margin-left: auto;
    margin-right: auto;
    padding-top: 32px;
    padding-bottom: 32px;
    display: grid;
}
header .dropdown-grid.resources {
    grid-template-columns: 180px 410px 240px;
}
header .dropdown-grid.singlecta {
    grid-row-gap: 0;
    grid-template-rows: auto;
}
header .dropdown-grid.singlecta._2columns {
    grid-template-columns: 1fr 1fr;
    overflow: hidden;
}
header .blog-card {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    color: var(--primary-blue);
    background-color: #fff;
    border: 1px #edf1f2;
    border-radius: 0;
    flex-flow: row;
    justify-content: flex-start;
    align-items: flex-start;
    margin-bottom: 0;
    padding: 0;
    text-decoration: none;
    transition: transform 0.2s;
    display: flex;
}
header .blog-card:hover {
    color: var(--primary-green);
    border-radius: 0;
    transform: translate(4px);
}
header .blog-card.third {
    display: none;
}
header .dropdown-menu-toggle {
    z-index: 2;
    color: #fff;
    font-size: var(--small);
    font-weight: var(--regular);
    align-items: center;
    height: 100%;
    padding: 6px 13px 0;
    transition: color 0.2s cubic-bezier(0.4, 0, 0.2, 0.01);
    display: flex;
}
header .dropdown-menu-toggle:hover {
    opacity: 0.6;
    color: var(--light-grey);
}
header .dropdown-menu-toggle:active {
    color: var(--light-grey);
}
header .dropdown-menu-toggle.w--current:lang(en) {
    color: var(--green);
}
header .dropdown-menu-toggle.login {
    font-weight: var(--regular);
    padding-top: 0;
}
header .dropdown-menu-toggle.login:hover {
    opacity: 1;
}
header .dropdown-menu-toggle.login.v2 {
    padding-right: 0;
}
header .dropdown-menu-toggle.login.v2.desktop {
    display: flex;
}
header .dropdown-menu-toggle.login.v2.mobile {
    display: none;
}
header .dropdown-menu-toggle.line:hover {
    opacity: 1;
}
header .dropdown-menu-toggle.button {
    padding: 0 0 0 13px;
    display: none;
}
header .dropdown-menu-toggle.button:hover {
    opacity: 1;
}
header .dropdown-card-icon {
    flex: 0 0 18px;
    width: 32px;
    margin-top: 2px;
    margin-right: 12px;
    line-height: 0;
    position: relative;
}
header .dropdown-card-icon.arrow {
    opacity: 0.5;
    color: var(--primary-green);
    flex-basis: 14px;
    align-self: center;
    margin-left: 8px;
    margin-right: 0;
}
header .dropdown-bg {
    border: 1px solid var(--light-grey);
    border-radius: 12px;
    width: 100%;
    max-width: 1024px;
    margin: 24px auto 32px;
    padding-top: 0;
    padding-left: 24px;
    padding-right: 24px;
    position: absolute;
    inset: 0 0 0;
    overflow: hidden;
    box-shadow: 0 1px 2px #0003;
}
header .blog-card-scroll {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
    flex-flow: column;
    display: flex;
}
header .navbar-bg {
    z-index: 1;
    opacity: 0;
    background-color: #0000001a;
    display: none;
    position: fixed;
    inset: 0;
}
header .menu-left {
    display: flex;
}
header .dropdown-toggle-text {
    color: #fff;
    font-weight: var(--regular);
    margin-left: 6px;
    margin-right: 6px;
}
header .menu-center {
    display: flex;
}
header .nav_logo {
    height: 30px;
}
header .div-block-3 {
    flex-flow: column;
    justify-content: flex-start;
    align-items: flex-start;
    display: flex;
}
header .text-block {
    color: #fff;
    font-size: var(--base);
    font-weight: var(--regular);
}
header .text-block-3 {
    color: var(--primary-blue);
    font-size: var(--small);
}
header .container-5 {
    width: 100%;
    max-width: 940px;
    margin-left: auto;
    margin-right: auto;
}
header .text-block-4 {
    color: var(--primary-blue);
    font-size: var(--small);
    font-weight: var(--regular);
}
header .text-block-5 {
    color: var(--primary-blue);
    font-size: var(--small);
    line-height: 20px;
    font-weight: var(--regular);
}
header .image-2 {
    color: var(--border-grey);
    width: 32px;
}
header .container-6 {
    width: 100%;
    max-width: 940px;
    margin-left: auto;
    margin-right: auto;
}
header .container-7 {
    width: 100%;
    max-width: 940px;
    margin-left: auto;
    margin-right: auto;
}
header .container-7.v2 {
    background-image: radial-gradient(
        circle farthest-side at 50% 50%,
        #214c6b,
        var(--dark-blue)
    );
    border-radius: 30px;
    max-width: none;
    margin-top: 96px;
    padding: 64px;
}
header .container-7.v2.green {
    background-image: radial-gradient(
        circle farthest-side at 50% 50%,
        var(--green),
        #0a7a63
    );
}
header .pricing-grid {
    grid-column-gap: 64px;
    grid-row-gap: 50px;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr 1fr;
    grid-auto-columns: 1fr;
    margin-top: 64px;
    display: grid;
}
header .pricing-card-three {
    text-align: center;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    display: flex;
}
header .pricing-image {
    object-fit: cover;
    width: 48px;
    height: 48px;
    margin-bottom: 16px;
}
header .pricing-card-text {
    font-size: var(--small);
    font-weight: var(--regular);
    text-align: left;
    margin-bottom: 20px;
}
header .text-link-arrow-2 {
    color: #1a1b1f;
    justify-content: flex-start;
    align-items: center;
    font-size: 14px;
    line-height: 20px;
    text-decoration: none;
    display: flex;
}
header .arrow-embed-2 {
    margin-left: 2px;
    display: flex;
}
header .container-8 {
    width: 100%;
    max-width: 940px;
    margin-left: auto;
    margin-right: auto;
}
header .grid-1-column {
    grid-template-rows: auto;
    grid-template-columns: 1fr;
    grid-auto-columns: 1fr;
    display: grid;
}
header .container-default {
    max-width: 1218px;
    padding-left: 24px;
    padding-right: 24px;
}
header .text-center {
    text-align: center;
}
header .button {
    color: #000;
    text-align: center;
    background-color: #3bff29;
    border: 1px solid #3bff29;
    border-radius: 5rem;
    padding: 0.6rem 1.5rem;
    font-weight: 700;
    text-decoration: none;
}
header .container-medium {
    width: 100%;
    max-width: 64rem;
    margin-left: auto;
    margin-right: auto;
}
header .svg-arrow-button {
    width: 1.5rem;
    height: 1.5rem;
    position: absolute;
}
header .hide {
    display: none;
}
header .container-9 {
    width: 100%;
    max-width: 940px;
    margin-left: auto;
    margin-right: auto;
}
header .use-cases-wrapper {
    flex-flow: column;
    justify-content: flex-start;
    align-items: center;
    display: flex;
}
header .container-10 {
    width: 100%;
    max-width: 940px;
    margin-left: auto;
    margin-right: auto;
}
header .use-case-image {
    aspect-ratio: 1;
    object-fit: cover;
    border-radius: 12px;
    width: 100%;
    height: auto;
    margin-bottom: 16px;
}
header .pricing-card-text-2 {
    margin-bottom: 20px;
}
header .text-link-arrow-3 {
    color: #1a1b1f;
    justify-content: flex-start;
    align-items: center;
    font-size: 14px;
    line-height: 20px;
    text-decoration: none;
    display: flex;
}
header .arrow-embed-3 {
    margin-left: 2px;
    display: flex;
}
header .collection-list-wrapper {
    flex-flow: row;
    justify-content: flex-start;
    align-items: center;
    display: flex;
}
header .nav-collection-wrapper {
    margin-bottom: 24px;
}
header .container-11 {
    width: 100%;
    max-width: 940px;
    margin-left: auto;
    margin-right: auto;
}
header .text-link-arrow-4 {
    color: #1a1b1f;
    justify-content: flex-start;
    align-items: center;
    font-size: 14px;
    line-height: 20px;
    text-decoration: none;
    display: flex;
}
header .arrow-embed-4 {
    margin-left: 2px;
    display: flex;
}
header .dropdown-collection-item {
    width: 100%;
}
header .collection-item {
    padding-left: 0;
    padding-right: 0;
}
header .container-12 {
    width: 100%;
    max-width: 940px;
    margin-left: auto;
    margin-right: auto;
}
header .div-block-4 {
    grid-column-gap: 64px;
    grid-row-gap: 64px;
    width: 100%;
    padding-left: 32px;
    padding-right: 32px;
    display: flex;
}
header .div-block-5 {
    width: 100%;
}
header .div-block-5.flexv {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    flex-flow: column;
    display: flex;
}
header .div-block-5.flexv.center {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    justify-content: space-between;
    align-items: center;
}
header .div-block-6 {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    flex-flow: column;
    width: 100%;
    display: flex;
}
header .div-block-7 {
    grid-column-gap: 64px;
    grid-row-gap: 64px;
    padding-left: 32px;
    padding-right: 32px;
    display: flex;
}
header .icon {
    width: 2rem;
    height: 2rem;
}
header .collection-list {
    flex-flow: column;
    display: flex;
}
.text-block-6,
header .text-block-7 {
    font-size: var(--small);
    font-weight: var(--regular);
}
header .collection-item-2 {
    flex: 0 auto;
    width: 100%;
    height: 100%;
}
header .collection-list-wrapper-2 {
    justify-content: center;
    display: flex;
}
header .text-block-8 {
    text-align: left;
}
header .text-wrapper {
    flex-flow: column;
    justify-content: flex-start;
    align-items: flex-start;
    width: 100%;
    display: flex;
}
header .text-wrapper.v2 {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
}
header .text-block-9 {
    color: var(--primary-blue);
    font-size: var(--base);
    font-weight: var(--regular);
    margin-top: 0;
}
header .collection-list-wrapper-3 {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    justify-content: center;
    align-items: center;
    max-width: 100%;
    margin-top: 64px;
    margin-bottom: 64px;
    display: flex;
}
header .collection-list-2 {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    width: 60%;
    display: grid;
}
header .collection-list-2._3col {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr 1fr;
    width: 100%;
}
header .collection-list-2.v2 {
    grid-template-columns: 1fr 1fr 1fr;
    width: 100%;
}
header .div-block-8 {
    justify-content: flex-start;
    align-items: flex-end;
    display: flex;
}
header .div-block-9 {
    grid-column-gap: 60px;
    grid-row-gap: 60px;
    flex-flow: column;
    display: flex;
}
header .list {
    color: #fff;
}
header .list-2 {
    color: #fff;
    font-size: var(--large);
    font-weight: var(--regular);
}
header.navbar-no-shadow-2 {
    z-index: 500;
    width: 100%;
    position: fixed;
}
header .navbar-no-shadow-container-2 {
    z-index: 5;
    background-color: #16293700;
    width: 100%;
    max-width: none;
    height: auto;
    margin-left: auto;
    margin-right: auto;
    padding: 0;
}
header .container-regular-3 {
    width: 100%;
    max-width: 1440px;
    min-height: 30px;
    margin-left: auto;
    margin-right: auto;
    padding-left: 24px;
    padding-right: 24px;
}
header .navbar-wrapper-4 {
    justify-content: space-between;
    align-items: center;
    height: 80px;
    display: flex;
}
header .nav-menu-wrapper-3 {
    height: 100%;
}
header .nav-menu-3 {
    justify-content: space-between;
    align-items: center;
    height: 100%;
    margin-bottom: 0;
    padding-bottom: 0;
    padding-left: 0;
    display: flex;
}
header .nav-link-3 {
    color: #fff;
    font-size: var(--base);
    letter-spacing: 0.25px;
    margin-left: 5px;
    margin-right: 5px;
    padding: 5px 10px;
    line-height: 20px;
    text-decoration: none;
}
header .nav-link-3:hover {
    color: var(--primary-green);
}
.nav-link-3:focus-visible,
header .nav-link-3[data-wf-focus-visible] {
    outline-color: var(--primary-green);
    outline-offset: 0;
    color: var(--primary-green);
    border-radius: 4px;
    outline-width: 2px;
    outline-style: solid;
}
header .nav-dropdown-3 {
    color: #fff;
    border-bottom: 2px #0000;
    justify-content: center;
    align-items: center;
    height: 100%;
    margin-left: 5px;
    margin-right: 5px;
    display: flex;
}
header .nav-dropdown-toggle-3 {
    color: #fff;
    font-size: var(--base);
    letter-spacing: 0.25px;
    justify-content: space-between;
    align-items: center;
    height: 100%;
    padding: 5px 30px 5px 10px;
    line-height: 20px;
    display: flex;
}
header .nav-dropdown-toggle-3:hover {
    color: var(--primary-green);
}
.nav-dropdown-toggle-3:focus-visible,
header .nav-dropdown-toggle-3[data-wf-focus-visible] {
    outline-color: var(--primary-green);
    outline-offset: 0;
    color: var(--primary-green);
    border-radius: 5px;
    outline-width: 2px;
    outline-style: solid;
}
header .nav-dropdown-icon-3 {
    margin-right: 10px;
}
header .nav-dropdown-list-3 {
    background-color: #fff;
    border-radius: 12px;
}
header .nav-dropdown-link-3 {
    padding-top: 5px;
    padding-bottom: 5px;
    font-size: 14px;
}
.nav-dropdown-link-3:focus-visible,
header .nav-dropdown-link-3[data-wf-focus-visible] {
    outline-offset: 0;
    color: #0050bd;
    border-radius: 5px;
    outline: 2px solid #0050bd;
}
header .nav-button-wrapper-3 {
    margin-left: 120px;
}
header .list-item {
    justify-content: center;
    align-items: center;
    height: 100%;
    display: flex;
}
header .list-item-2 {
    font-size: var(--base);
    border-bottom: 2px #0000;
    justify-content: center;
    align-items: center;
    height: 100%;
    display: flex;
}
header .navdropdownwrapper {
    border: 1px solid var(--border-grey);
    background-color: #fff;
    border-radius: 12px;
    max-width: 1024px;
    height: auto;
    margin-left: auto;
    margin-right: auto;
    box-shadow: 0 1px 2px #0003;
}
header .text-block-10 {
    font-size: var(--base);
}
header .dropdown-toggle {
    grid-column-gap: 18px;
    grid-row-gap: 18px;
    background-color: var(--light-grey);
    border-radius: 8px;
    justify-content: flex-start;
    align-items: flex-start;
    margin-top: 0;
    margin-bottom: 0;
    padding: 18px;
    transition: opacity 0.2s;
    display: flex;
}
header .image-3 {
    width: 18px;
    height: 18px;
}
header .div-block-11 {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    flex-flow: column;
    display: flex;
}
header .div-block-12 {
    grid-column-gap: 32px;
    grid-row-gap: 32px;
    flex-flow: column;
    display: flex;
}
header .text-block-11 {
    color: var(--grey);
    font-size: var(--base);
    font-weight: var(--regular);
}
header .line {
    border: 0.5px none var(--border-grey);
    width: 100%;
    max-width: none;
    margin-top: 8px;
    margin-left: 0;
    margin-right: 0;
    padding-left: 18px;
    padding-right: 18px;
    display: none;
}
header .div-block-13 {
    border-bottom: 0.5px solid var(--light-grey);
    width: 100%;
}
header .div-block-14 {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    justify-content: center;
    align-items: flex-start;
    display: flex;
}
header .grid-3col {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr 1fr;
    grid-auto-columns: 1fr;
    display: grid;
}
header .text-block-12 {
    color: var(--grey);
    font-size: var(--base);
    font-weight: var(--regular);
}
header .image-4 {
    width: 24px;
    height: 24px;
}
header .dropdown-item {
    flex-direction: column;
    justify-content: flex-start;
    align-items: stretch;
}
header .dropdown_icon-wrapper {
    justify-content: center;
    align-self: flex-start;
    align-items: center;
    width: 2rem;
    margin-left: 1.5rem;
    display: flex;
    position: relative;
}
header .collection-list-3 {
    grid-column-gap: 32px;
    grid-row-gap: 32px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr 1fr;
    grid-auto-columns: 1fr;
    width: 100%;
    display: grid;
}
header .collection-item-3 {
    grid-column-gap: 32px;
    grid-row-gap: 32px;
    background-color: var(--light-grey);
    border-radius: 8px;
    flex-flow: column;
    justify-content: space-between;
    width: 100%;
    padding: 32px 24px;
    transition:
        box-shadow 0.2s,
        background-color 0.2s,
        transform 0.2s;
    display: flex;
}
header .collection-item-3:hover {
    background-color: #fff;
    transform: translate(0, -4px);
    box-shadow: 0 2px 5px #0003;
}
header .text-block-13 {
    font-size: var(--base);
    font-weight: var(--semi-bold);
}
header .text-block-13:where(.w-variant-215f2455-7a2e-3f46-6f74-2476b5257781) {
    font-size: var(--base);
}
header .collection-item-4 {
    display: flex;
}
header .resources {
    grid-column-gap: 32px;
    grid-row-gap: 32px;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr 1fr;
    grid-auto-columns: 1fr;
    width: 100%;
    display: grid;
}
header .resources-card {
    background-color: var(--secundary-blue);
    border-radius: 20px;
    height: auto;
    min-height: 460px;
}
header .resources-card.v2 {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
    flex-flow: column;
    padding: 24px;
    transition:
        transform 0.2s,
        background-color 0.2s,
        box-shadow 0.2s;
    display: flex;
}
header .resources-card.v2:hover {
    background-color: #34688f;
    transform: translate(0, -4px);
    box-shadow: 0 2px 5px #0003;
}
header .div-block-15 {
    flex-flow: column;
    display: flex;
}
.collection-item-5,
.collection-item-6,
.collection-item-7,
.collection-item-8,
header .collection-item-9 {
    display: flex;
}
header .list-3 {
    color: #fff;
}
header .list-4 {
    color: #fff;
    font-size: var(--large);
}
.text-block-14,
header .text-block-15 {
    font-weight: var(--semi-bold);
}
header .topicdescription {
    color: var(--grey);
    margin-top: 4px;
    font-size: 12px;
    line-height: 18px;
}
header .div-block-16 {
    background-image: linear-gradient(#1ac9a50d 55%, #1ac9a566);
    border-radius: 8px;
    transition:
        transform 0.2s,
        background-color 0.2s,
        box-shadow 0.2s;
}
header .div-block-16:hover {
    background-image:
        linear-gradient(#ffffff80, #ffffff80),
        linear-gradient(#1ac9a50d 55%, #1ac9a580);
    transform: translate(0, -4px);
    box-shadow: 0 2px 5px #0003;
}
header .collection-item-10 {
    height: 100%;
    padding: 24px;
    display: flex;
}
header .maintopic {
    flex-flow: column;
    justify-content: center;
    align-items: flex-start;
    width: 100%;
    height: 100%;
    padding: 24px;
    display: flex;
}
header .topictittle {
    font-size: var(--large);
    line-height: 24px;
    font-weight: var(--bold);
    margin-top: 0;
    margin-bottom: 0;
}
header .collection-item-11 {
    height: 100%;
    display: flex;
}
.collection-list-4,
header .collection-list-wrapper-5 {
    height: 100%;
}
header .image-5 {
    aspect-ratio: 3/2;
    object-fit: cover;
    border-radius: 10px;
    width: 100%;
}
header .div-block-17 {
    margin-bottom: 20px;
}
header .resources-img {
    aspect-ratio: 3/2;
    object-fit: cover;
    border-radius: 12px;
}
header .body-2 {
    font-family: var(--inter);
}
header .navbar-no-shadow-3 {
    z-index: 50;
    width: 100%;
    position: fixed;
}
header .navbar-no-shadow-container-3 {
    z-index: 5;
    background-color: #0000;
    width: 100%;
    max-width: none;
    margin-left: auto;
    margin-right: auto;
    padding: 0;
}
header .container-regular-4 {
    width: 100%;
    max-width: 1260px;
    min-height: 30px;
    margin-left: auto;
    margin-right: auto;
}
header .navbar-wrapper-5 {
    justify-content: space-between;
    align-items: center;
    height: 80px;
    display: flex;
}
header .nav-menu-4 {
    justify-content: space-between;
    align-items: center;
    margin-bottom: 0;
    padding-bottom: 0;
    padding-left: 0;
    display: flex;
}
header .nav-link-4 {
    color: #1a1b1f;
    letter-spacing: 0.25px;
    margin-left: 5px;
    margin-right: 5px;
    padding: 5px 10px;
    font-size: 14px;
    line-height: 20px;
    text-decoration: none;
}
header .nav-link-4:hover {
    color: #1a1b1fbf;
}
.nav-link-4:focus-visible,
header .nav-link-4[data-wf-focus-visible] {
    outline-offset: 0;
    color: #0050bd;
    border-radius: 4px;
    outline: 2px solid #0050bd;
}
header .nav-dropdown-4 {
    margin-left: 5px;
    margin-right: 5px;
}
header .nav-dropdown-toggle-4 {
    letter-spacing: 0.25px;
    padding: 5px 30px 5px 10px;
    font-size: 14px;
    line-height: 20px;
}
header .nav-dropdown-toggle-4:hover {
    color: #1a1b1fbf;
}
.nav-dropdown-toggle-4:focus-visible,
header .nav-dropdown-toggle-4[data-wf-focus-visible] {
    outline-offset: 0;
    color: #0050bd;
    border-radius: 5px;
    outline: 2px solid #0050bd;
}
header .nav-dropdown-icon-4 {
    margin-right: 10px;
}
header .nav-dropdown-list-4 {
    background-color: #fff;
    border-radius: 12px;
}
header .nav-dropdown-link-4 {
    padding-top: 5px;
    padding-bottom: 5px;
    font-size: 14px;
}
.nav-dropdown-link-4:focus-visible,
header .nav-dropdown-link-4[data-wf-focus-visible] {
    outline-offset: 0;
    color: #0050bd;
    border-radius: 5px;
    outline: 2px solid #0050bd;
}
header .nav-button-wrapper-4 {
    margin-left: 120px;
}
header .image-6 {
    height: 30px;
}
header .div-block-19 {
    display: none;
}
@media screen and (min-width: 1280px) {
    header .blog-card-image {
        height: auto;
    }
    header .dropdown-sidebar-bg {
        left: 862px;
    }
    header .nav-button {
        color: var(--dark-blue);
        font-size: var(--small);
        font-weight: var(--semi-bold);
        background-color: #fff;
        border: 1px solid #fff;
        border-radius: 100px;
        padding: 10px 20px;
        box-shadow: 0 4px 4px #00000040;
    }
    header .nav-button:where(.w-variant-52680fcb-15c8-8f33-9f1b-d9e486a477b1) {
        color: #fff;
        font-size: var(--small);
        background-color: #fff0;
        border: 1px solid #fff;
        padding: 10px 20px;
    }
    header .nav-button:hover {
        background-color: var(--light-grey);
        color: var(--dark-blue);
        background-image: none;
    }
    header
        .nav-button:hover:where(
            .w-variant-52680fcb-15c8-8f33-9f1b-d9e486a477b1
        ) {
        color: #fff;
        background-color: #ffffff1a;
    }
    header .nav-button:active {
        background-color: #fff;
        box-shadow: 0 4px 4px #00000040;
    }
    header
        .nav-button:active:where(
            .w-variant-52680fcb-15c8-8f33-9f1b-d9e486a477b1
        ) {
        background-color: #fff0;
    }
    header .dropdown-overflow {
        margin-top: 0;
    }
    header .dropdown-list.solutions {
        top: 79px;
    }
    header .dropdown-list.resources {
        z-index: auto;
    }
    header .container-4 {
        padding-left: 24px;
        padding-right: 24px;
    }
    header .menu-right {
        width: auto;
    }
    header .dropdown-grid {
        grid-template-columns: 1fr 1fr 1fr;
    }
    header .dropdown-grid.resources {
        grid-template-columns: 200px 516px 360px;
    }
    header .blog-card.third {
        display: none;
    }
    header .dropdown-menu-toggle {
        color: #fff;
        font-weight: var(--regular);
    }
    header .dropdown-menu-toggle.login {
        color: #fff;
        font-size: var(--small);
        font-weight: var(--regular);
        padding-top: 0;
    }
    header .dropdown-menu-toggle.login:hover {
        opacity: 1;
    }
    header .dropdown-menu-toggle.login.v2 {
        padding-right: 0;
    }
    header .dropdown-menu-toggle.button {
        background-color: #fff0;
        border-color: #fff0;
        border-radius: 0;
        padding: 0 0 0 13px;
        display: flex;
    }
    header .dropdown-menu-toggle.button.mobile {
        display: none;
    }
    header .menu-left {
        width: 227.75px;
    }
    header .dropdown-toggle-text {
        color: #fff;
        font-size: var(--small);
        font-weight: var(--regular);
    }
    header .navbar-no-shadow-container-2 {
        -webkit-backdrop-filter: none;
        backdrop-filter: none;
        background-color: #16293700;
        padding-right: 0;
    }
}
@media screen and (min-width: 1440px) {
    header h1 {
        color: var(--primary-blue);
        font-size: var(--4xl);
        font-weight: var(--bold);
    }
    header h2 {
        color: var(--primary-blue);
        font-size: var(--3xl);
        font-weight: var(--bold);
    }
    header h3 {
        color: var(--primary-blue);
        font-size: var(--2xl);
        font-weight: var(--semi-bold);
    }
    header h4 {
        color: var(--dark-blue);
        font-size: var(--xl);
        font-weight: var(--semi-bold);
    }
    header p {
        color: var(--grey);
        font-size: var(--base);
        font-weight: var(--regular);
    }
    header a {
        color: var(--primary-green);
    }
    header .body {
        overflow: visible;
    }
    header .container-3 {
        color: var(--primary-blue);
    }
    header .container-3._100h {
        height: 100%;
    }
    header .text-link-arrow {
        color: var(--green-variant);
        font-size: var(--small);
        font-weight: var(--regular);
    }
    header .blog-card-image {
        width: auto;
        height: auto;
    }
    header .dropdown-sidebar-bg {
        left: 50%;
        transform: translate(144px);
    }
    header .blog-card-content {
        padding-bottom: 0;
        padding-left: 0;
        position: relative;
    }
    header .nav-button {
        padding: 10px 20px;
    }
    header .nav-button:where(.w-variant-52680fcb-15c8-8f33-9f1b-d9e486a477b1) {
        padding-top: 10px;
        padding-bottom: 10px;
    }
    header .nav-button:hover {
        background-color: var(--light-grey);
        opacity: 1;
        background-image: none;
    }
    header
        .nav-button:hover:where(
            .w-variant-52680fcb-15c8-8f33-9f1b-d9e486a477b1
        ) {
        background-color: #ffffff1a;
    }
    header .nav-button:active {
        opacity: 100;
        background-color: #fff;
    }
    header
        .nav-button:active:where(
            .w-variant-52680fcb-15c8-8f33-9f1b-d9e486a477b1
        ) {
        background-color: #fff0;
    }
    header .navbar-2 {
        box-shadow: none;
        -webkit-backdrop-filter: blur(40px);
        backdrop-filter: blur(40px);
        background-color: #1629374d;
    }
    header .dropdown-overflow {
        margin-top: 0;
        padding-top: 24px;
        padding-bottom: 0;
    }
    header .blog-card-link {
        position: absolute;
    }
    header .dropdown-list.products {
        display: block;
        top: 79px;
        overflow: visible;
        transform: translate(-100%);
    }
    header .dropdown-list.solutions {
        display: block;
        top: 79px;
    }
    header .dropdown-list.resources {
        z-index: auto;
        display: none;
        top: 80px;
    }
    header .dropdown-grid {
        grid-template-columns: 1fr 1fr 1fr;
        max-width: none;
    }
    header .dropdown-grid.resources {
        grid-template-columns: 200px 516px 1fr;
    }
    header .blog-card {
        flex-direction: row;
        height: auto;
    }
    header .blog-card.third {
        display: flex;
    }
    header .dropdown-menu-toggle {
        z-index: 2;
    }
    header .dropdown-menu-toggle:hover {
        opacity: 0.6;
    }
    header .dropdown-menu-toggle.login {
        padding-top: 0;
    }
    header .dropdown-menu-toggle.button:hover {
        opacity: 1;
    }
    header .dropdown-bg {
        margin-top: 24px;
        padding-top: 0;
    }
    header .container-7.v2.green {
        background-image: radial-gradient(
            circle farthest-side at 50% 50%,
            var(--green),
            #0a7a63
        );
    }
    header .div-block-5.flexv {
        grid-column-gap: 20px;
        grid-row-gap: 20px;
    }
    header .collection-list-3 {
        grid-column-gap: 32px;
        grid-row-gap: 32px;
        grid-template-rows: auto auto;
        grid-template-columns: 1fr 1fr 1fr;
        grid-auto-columns: 1fr;
        width: 100%;
        display: grid;
    }
    header .collection-item-3 {
        grid-column-gap: 32px;
        grid-row-gap: 32px;
        background-color: var(--light-grey);
        border-radius: 8px;
        flex-flow: column;
        justify-content: space-between;
        width: 100%;
        padding: 32px 24px;
        transition:
            background-color 0.2s,
            transform 0.2s,
            box-shadow 0.2s;
        display: flex;
    }
    header .collection-item-3:hover {
        background-color: #fff;
        transform: translate(0, -4px);
        box-shadow: 0 2px 5px #0003;
    }
    header .collection-list-wrapper-4 {
        width: 100%;
    }
    header .text-block-13 {
        font-weight: var(--semi-bold);
    }
    header .collection-item-4 {
        display: flex;
    }
    header .resources {
        grid-column-gap: 56px;
        grid-row-gap: 56px;
    }
}
@media screen and (max-width: 991px) {
    header .nav-menu-wrapper {
        background-color: #0000;
    }
    header .nav-menu {
        background-color: #fff;
        flex-wrap: wrap;
        justify-content: space-around;
        align-items: center;
        padding-left: 0;
        display: flex;
    }
    header .nav-link {
        padding-left: 5px;
        padding-right: 5px;
    }
    header .nav-button-wrapper {
        width: 100%;
        margin-left: 0;
    }
    header .menu-button {
        padding: 12px;
    }
    header .nav-menu-wrapper-2 {
        background-color: #0000;
    }
    header .nav-menu-2 {
        background-color: #fff;
        flex-wrap: wrap;
        justify-content: space-around;
        align-items: center;
        padding-left: 0;
        display: flex;
    }
    header .nav-link-2 {
        padding-left: 5px;
        padding-right: 5px;
    }
    header .nav-button-wrapper-2 {
        width: 100%;
        margin-left: 0;
    }
    header .menu-button-2 {
        padding: 12px;
    }
    header .container-2 {
        max-width: 728px;
    }
    header .container-3 {
        max-width: 728px;
    }
    header .text-link-arrow {
        margin-top: 16px;
    }
    header .dropdown {
        flex-flow: column;
        justify-content: center;
        align-items: flex-start;
        width: 100%;
    }
    header .blog-card-image {
        width: 100%;
        height: auto;
    }
    header .dropdown-card-title {
        color: var(--dark-blue);
    }
    header .dropdown-card {
        color: #fff;
        margin-bottom: 28px;
    }
    header .dropdown-card:hover {
        color: var(--primary-green);
    }
    header .dropdown-card:active {
        color: #fff;
    }
    header .dropdown-card.has-icon.big {
        background-color: #ffffff1a;
        background-image: url(../images/login-background-3.jpg);
        background-position: 50%;
        background-size: cover;
    }
    header .sidebar-column-bg {
        background-color: #f6f8f900;
        display: block;
        position: absolute;
        inset: -49px 0;
    }
    .dropdown-bg-full,
    header .dropdown-sidebar-bg {
        display: none;
    }
    header .dropdown-card-text {
        color: #fff;
    }
    header .menu {
        -webkit-backdrop-filter: blur(40px);
        backdrop-filter: blur(40px);
        background-color: #fff;
        border-bottom-right-radius: 0;
        border-bottom-left-radius: 0;
        flex-flow: column;
        justify-content: space-between;
        align-items: flex-start;
        height: 100svh;
        padding-bottom: 64px;
        overflow: auto;
    }
    header .navbar-wrapper-3 {
        display: block;
    }
    header .dropdown-card-bg {
        display: none;
    }
    header .dropdown-column {
        margin-bottom: 64px;
    }
    header .dropdown-column.third {
        margin-bottom: 0;
        padding-left: 0;
    }
    header .nav-button {
        color: var(--dark-blue);
        padding: 8px 16px;
        display: block;
    }
    header .nav-button:where(.w-variant-52680fcb-15c8-8f33-9f1b-d9e486a477b1) {
        color: #fff;
    }
    header .nav-button:where(.w-variant-2c38b3e2-a25d-db47-6f75-0f08dbf73ceb) {
        border-color: var(--dark-blue);
        background-color: var(--dark-blue);
        color: #fff;
    }
    header .nav-button:where(.w-variant-91ba9b74-3f88-3f44-443d-6fa6f1dfefda) {
        border-color: var(--dark-blue);
        color: var(--dark-blue);
        background-color: #fff0;
    }
    header .nav-button:hover {
        background-color: var(--light-grey);
        color: var(--primary-blue);
    }
    header
        .nav-button:hover:where(
            .w-variant-52680fcb-15c8-8f33-9f1b-d9e486a477b1
        ) {
        color: #fff;
        background-color: #ffffff1a;
    }
    header
        .nav-button:hover:where(
            .w-variant-2c38b3e2-a25d-db47-6f75-0f08dbf73ceb
        ) {
        background-color: var(--dark-blue);
        color: #fff;
        background-image: linear-gradient(#0003, #0003);
    }
    header
        .nav-button:hover:where(
            .w-variant-91ba9b74-3f88-3f44-443d-6fa6f1dfefda
        ) {
        background-color: #1629371a;
    }
    header .nav-button:active {
        background-color: #fff;
    }
    header
        .nav-button:active:where(
            .w-variant-52680fcb-15c8-8f33-9f1b-d9e486a477b1
        ) {
        color: #fff;
    }
    header
        .nav-button:active:where(
            .w-variant-2c38b3e2-a25d-db47-6f75-0f08dbf73ceb
        ) {
        background-image: none;
    }
    header
        .nav-button:active:where(
            .w-variant-91ba9b74-3f88-3f44-443d-6fa6f1dfefda
        ) {
        background-color: #16293700;
    }
    header .menu-button-line {
        background-color: #b7bfc6;
        border-radius: 1px;
        width: 16px;
        height: 2px;
        margin-bottom: 4px;
    }
    header .menu-button-line.last {
        margin-bottom: 0;
    }
    header .navbar-2 {
        background-color: #162937;
        height: 54px;
    }
    header .dropdown-overflow {
        max-height: none;
        margin-left: 0;
        margin-right: 0;
        padding-top: 28px;
        padding-bottom: 0;
        overflow: hidden;
    }
    header .blog-card-link {
        position: absolute;
        bottom: 8px;
        left: 8px;
        right: 8px;
    }
    header .dropdown-list {
        padding-bottom: 0;
        padding-left: 24px;
        padding-right: 24px;
        position: relative;
        top: 0;
    }
    header .dropdown-column-title {
        border-bottom-color: var(--border-grey);
        color: var(--dark-blue);
    }
    header .dropdown-column-title.card {
        color: #fff;
    }
    header .container-4 {
        padding-top: 0;
        padding-bottom: 0;
    }
    header .menu-right {
        grid-column-gap: 0;
        grid-row-gap: 0;
        flex-flow: column;
        justify-content: flex-end;
        align-self: auto;
        align-items: stretch;
        width: auto;
        height: auto;
        margin-top: auto;
        padding-left: 24px;
        padding-right: 24px;
        position: relative;
        top: auto;
        bottom: 0;
    }
    header .menu-right.v2 {
        display: none;
    }
    header .blog-card-scroll-wrapper {
        margin-left: -32px;
        margin-right: -32px;
    }
    header .brand {
        display: none;
    }
    header .brand.responsive {
        margin-top: 18px;
        display: block;
    }
    header .brand.v2.w--current {
        display: flex;
    }
    header .dropdown-grid {
        grid-template-rows: auto;
        grid-template-columns: 1fr;
        display: block;
    }
    header .dropdown-grid.resources {
        grid-template-columns: 1fr;
    }
    header .blog-card {
        white-space: normal;
        background-color: #fff0;
        width: 50%;
        height: auto;
        margin-bottom: 0;
        margin-right: 0;
        padding-bottom: 0;
        display: flex;
        position: relative;
    }
    header .blog-card.third {
        display: inline-block;
    }
    header .dropdown-menu-toggle {
        z-index: 2;
        box-shadow: none;
        color: var(--dark-blue);
        font-size: 16px;
        font-weight: var(--regular);
        background-color: #fff;
        border-top: 1px #e0e6e8;
        justify-content: space-between;
        width: 100%;
        padding: 32px 24px;
        transition:
            background-color 0.2s,
            color 0.2s cubic-bezier(0.4, 0, 0.2, 0.01);
    }
    header .dropdown-menu-toggle:hover {
        color: var(--dark-blue);
    }
    header .dropdown-menu-toggle.login {
        text-align: center;
        border: 1px solid #273240;
        border-radius: 2px;
        justify-content: center;
        margin-left: 24px;
        margin-right: 24px;
        padding-top: 16px;
        padding-bottom: 16px;
    }
    header .dropdown-menu-toggle.login.v2 {
        border-style: none;
        width: auto;
        height: auto;
        margin-left: 0;
        margin-right: 0;
        padding-left: 0;
        display: block;
    }
    header .dropdown-menu-toggle.login.v2.desktop {
        grid-column-gap: 16px;
        grid-row-gap: 16px;
        grid-template-rows: auto auto;
        grid-template-columns: 1fr 1fr;
        grid-auto-columns: 1fr;
        display: none;
    }
    header .dropdown-menu-toggle.login.v2.mobile {
        display: block;
    }
    header .dropdown-menu-toggle.line {
        display: none;
    }
    header .dropdown-menu-toggle.button {
        background-color: #3bff2900;
        border-style: none;
        border-radius: 0;
        width: auto;
        height: auto;
        margin-left: 0;
        margin-right: 0;
        padding: 16px 0;
        display: block;
    }
    header .dropdown-menu-toggle.button.desktop {
        display: none;
    }
    header .dropdown-menu-toggle.button.mobile {
        padding-top: 32px;
    }
    header .menu-button-3 {
        flex-direction: column;
        width: 66px;
        height: 100%;
        padding: 20px 25px;
        position: absolute;
        inset: 0 0 auto auto;
    }
    header .dropdown-bg {
        display: none;
    }
    header .blog-card-scroll {
        white-space: nowrap;
        width: 100%;
        margin-bottom: 0;
        padding-left: 0;
        padding-right: 0;
        overflow: visible;
    }
    header .menu-left {
        z-index: 1;
        margin-top: 32px;
        display: none;
        position: relative;
    }
    header .menu-left.v2 {
        justify-content: flex-start;
        align-items: center;
        display: flex;
    }
    header .dropdown-toggle-text {
        color: var(--dark-blue);
        margin-left: 0;
    }
    header .menu-center {
        flex-flow: column;
        margin-top: 32px;
    }
    header .nav_logo.mobile {
        height: 22px;
    }
    header .container-5 {
        max-width: 728px;
    }
    header .container-6 {
        max-width: 728px;
    }
    header .container-7 {
        max-width: 728px;
    }
    header .pricing-grid {
        grid-column-gap: 30px;
        padding-left: 32px;
        padding-right: 32px;
    }
    header .container-8 {
        max-width: 728px;
    }
    header .container-9 {
        max-width: 728px;
    }
    header .container-10 {
        max-width: 728px;
    }
    header .container-11 {
        max-width: 728px;
    }
    header .container-12 {
        max-width: 728px;
    }
    header .collection-list-2 {
        width: 100%;
    }
    header .list-2 {
        text-align: left;
        list-style-type: disc;
    }
    header .navbar-no-shadow-container-2 {
        display: none;
    }
    header .navbar-wrapper-4 {
        justify-content: space-between;
        align-items: center;
    }
    header .nav-menu-wrapper-3 {
        background-color: #0000;
    }
    header .nav-menu-3 {
        background-color: #fff;
        flex-wrap: wrap;
        justify-content: space-around;
        align-items: center;
        padding-left: 0;
        display: flex;
    }
    header .nav-link-3 {
        padding-left: 5px;
        padding-right: 5px;
    }
    header .nav-button-wrapper-3 {
        width: 100%;
        margin-left: 0;
    }
    header .menu-button-4 {
        padding: 12px;
    }
    header .icon-2 {
        color: #fff;
    }
    header .grid-3col {
        grid-template-columns: 1fr 1fr;
    }
    header .collection-list-3 {
        grid-column-gap: 16px;
        grid-row-gap: 16px;
        grid-template-columns: 1fr 1fr;
    }
    header .collection-list-wrapper-4 {
        width: 100%;
    }
    header .list-4 {
        text-align: left;
    }
    header .div-block-16 {
        width: 50%;
    }
    header .navbar-wrapper-5 {
        height: 54px;
    }
    header .nav-menu-wrapper-4 {
        background-color: #0000;
    }
    header .nav-menu-4 {
        background-color: #fff;
        flex-wrap: wrap;
        justify-content: space-around;
        align-items: center;
        padding-left: 0;
        display: flex;
    }
    header .nav-link-4 {
        padding-left: 5px;
        padding-right: 5px;
    }
    header .nav-button-wrapper-4 {
        width: 100%;
        margin-left: 0;
    }
    header .menu-button-5 {
        padding: 12px;
    }
    header .image-6 {
        height: 22px;
    }
    header .div-block-18 {
        display: none;
    }
    header .div-block-19 {
        margin-top: 32px;
        display: block;
    }
}
@media screen and (max-width: 767px) {
    header .navbar-brand {
        padding-left: 0;
    }
    header .nav-menu {
        flex-direction: column;
        padding-bottom: 30px;
        padding-left: 0;
    }
    header .nav-link {
        padding-top: 10px;
        padding-bottom: 10px;
        display: inline-block;
    }
    header .nav-dropdown {
        flex-direction: column;
        align-items: center;
        display: flex;
    }
    header .nav-dropdown-toggle {
        padding-top: 10px;
        padding-bottom: 10px;
    }
    header .nav-dropdown-list.shadow-three {
        box-shadow: 0 8px 50px #0000000d;
    }
    header .nav-dropdown-list.shadow-three.mobile-shadow-hide {
        box-shadow: none;
    }
    header .navbar-brand-2 {
        padding-left: 0;
    }
    header .nav-menu-2 {
        flex-direction: column;
        padding-bottom: 30px;
        padding-left: 0;
    }
    header .nav-link-2 {
        padding-top: 10px;
        padding-bottom: 10px;
        display: inline-block;
    }
    header .nav-dropdown-2 {
        flex-direction: column;
        align-items: center;
        display: flex;
    }
    header .nav-dropdown-toggle-2 {
        padding-top: 10px;
        padding-bottom: 10px;
    }
    header .nav-dropdown-list-2.shadow-three {
        box-shadow: 0 8px 50px #0000000d;
    }
    header .nav-dropdown-list-2.shadow-three.mobile-shadow-hide {
        box-shadow: none;
    }
    header .dropdown-column.flexv.v2 {
        margin-bottom: 0;
    }
    header .container-4 {
        height: 100%;
        padding-left: 16px;
        padding-right: 16px;
    }
    header .menu-right {
        align-items: stretch;
    }
    header .brand.responsive {
        padding-left: 0;
        display: flex;
    }
    header .blog-card {
        width: 80%;
        height: auto;
    }
    .dropdown-menu-toggle.button,
    header .dropdown-menu-toggle.login.v2 {
        width: auto;
    }
    header .menu-button-3 {
        width: auto;
        padding-left: 16px;
        padding-right: 16px;
    }
    header .text-block {
        text-align: center;
    }
    header .pricing-grid {
        padding-left: 0;
        padding-right: 0;
    }
    header .svg-arrow-button {
        width: 1.2rem;
        height: 1.2rem;
    }
    .div-block-4,
    header .div-block-7 {
        padding-left: 0;
        padding-right: 0;
    }
    header .collection-list-wrapper-3 {
        margin-top: 40px;
        margin-bottom: 40px;
    }
    header .navbar-brand-3 {
        padding-left: 0;
    }
    header .nav-menu-3 {
        flex-direction: column;
        padding-bottom: 30px;
        padding-left: 0;
    }
    header .nav-link-3 {
        padding-top: 10px;
        padding-bottom: 10px;
        display: inline-block;
    }
    header .nav-dropdown-3 {
        flex-direction: column;
        align-items: center;
        display: flex;
    }
    header .nav-dropdown-toggle-3 {
        padding-top: 10px;
        padding-bottom: 10px;
    }
    header .nav-dropdown-list-3.shadow-three {
        box-shadow: 0 8px 50px #0000000d;
    }
    header .nav-dropdown-list-3.shadow-three.mobile-shadow-hide {
        box-shadow: none;
    }
    header .grid-3col {
        grid-template-columns: 1fr;
    }
    header .dropdown_icon-wrapper {
        width: 1.75rem;
    }
    header .collection-list-3 {
        grid-template-columns: 1fr 1fr;
    }
    header .resources {
        grid-template-columns: 1fr;
    }
    header .resources-card.v2 {
        min-height: auto;
    }
    header .div-block-16 {
        width: 100%;
    }
    header .navbar-brand-4 {
        padding-left: 0;
    }
    header .nav-menu-4 {
        flex-direction: column;
        padding-bottom: 30px;
        padding-left: 0;
    }
    header .nav-link-4 {
        padding-top: 10px;
        padding-bottom: 10px;
        display: inline-block;
    }
    header .nav-dropdown-4 {
        flex-direction: column;
        align-items: center;
        display: flex;
    }
    header .nav-dropdown-toggle-4 {
        padding-top: 10px;
        padding-bottom: 10px;
    }
    header .nav-dropdown-list-4.shadow-three {
        box-shadow: 0 8px 50px #0000000d;
    }
    header .nav-dropdown-list-4.shadow-three.mobile-shadow-hide {
        box-shadow: none;
    }
}
@media screen and (max-width: 479px) {
    header h4 {
        font-weight: var(--medium);
    }
    header .nav-menu {
        flex-direction: column;
    }
    header .nav-button-wrapper {
        width: auto;
    }
    header .nav-menu-2 {
        flex-direction: column;
    }
    header .nav-button-wrapper-2 {
        width: auto;
    }
    header .container-2 {
        max-width: none;
    }
    header .container-3 {
        max-width: none;
    }
    .container-4,
    header .menu-right {
        padding-left: 16px;
        padding-right: 16px;
    }
    header .blog-card {
        width: 100%;
        height: auto;
    }
    header .dropdown-menu-toggle {
        padding: 20px 16px;
    }
    header .dropdown-menu-toggle.login.v2 {
        margin-left: 0;
        margin-right: 0;
    }
    header .dropdown-menu-toggle.button {
        color: var(--dark-blue);
        background-color: #fff0;
        border: 1px #000;
        margin-left: 0;
        margin-right: 0;
        padding-left: 0;
        padding-right: 0;
    }
    header .container-5 {
        max-width: none;
    }
    header .container-6 {
        max-width: none;
    }
    header .container-7 {
        max-width: none;
    }
    header .container-7.v2 {
        border-radius: 20px;
        margin-top: 0;
        padding: 32px 20px;
    }
    header .pricing-grid {
        grid-template-columns: 1fr;
    }
    header .container-8 {
        max-width: none;
    }
    header .container-default {
        padding-left: 20px;
        padding-right: 20px;
    }
    header .container-9 {
        max-width: none;
    }
    header .container-10 {
        max-width: none;
    }
    header .container-11 {
        max-width: none;
    }
    header .container-12 {
        max-width: none;
    }
    header .div-block-4 {
        grid-column-gap: 32px;
        grid-row-gap: 32px;
        flex-flow: column;
        padding-left: 0;
        padding-right: 0;
    }
    header .div-block-5 {
        flex-flow: column;
        justify-content: space-between;
        align-self: auto;
        align-items: center;
        display: flex;
    }
    header .div-block-7 {
        grid-column-gap: 32px;
        grid-row-gap: 32px;
        flex-flow: column;
    }
    header .text-block-9 {
        text-align: center;
    }
    header .collection-list-2 {
        grid-column-gap: 8px;
        grid-row-gap: 8px;
        flex-flow: column;
        display: flex;
    }
    header .div-block-9 {
        grid-column-gap: 32px;
        grid-row-gap: 32px;
    }
    header .list.left {
        text-align: left;
    }
    header .list-2 {
        font-size: var(--base);
        text-align: left;
    }
    header .nav-menu-3 {
        flex-direction: column;
    }
    header .nav-button-wrapper-3 {
        width: auto;
    }
    header .div-block-14 {
        flex-flow: column;
    }
    header .grid-3col {
        grid-template-columns: 1fr;
        width: 100%;
    }
    header .text-block-12 {
        font-size: var(--small);
    }
    header .collection-list-3 {
        grid-template-columns: 1fr;
    }
    header .resources {
        grid-column-gap: 16px;
        grid-row-gap: 16px;
        grid-template-columns: 1fr;
    }
    header .resources-card.v2 {
        padding: 16px 16px 32px;
    }
    header .list-4 {
        font-size: var(--base);
        text-align: left;
    }
    header .nav-menu-4 {
        flex-direction: column;
    }
    header .nav-button-wrapper-4 {
        width: auto;
    }
}
header #w-node-_3429176e-c0f9-16e8-4e04-7c9d28f964f3-a1c96842,
header #w-node-_471f11b3-9f2d-a02a-d18a-9234493480d0-a1c96842,
header #w-node-_471f11b3-9f2d-a02a-d18a-9234493480da-a1c96842,
header #w-node-_471f11b3-9f2d-a02a-d18a-9234493480e4-a1c96842 {
    grid-area: span 1 / span 1 / span 1 / span 1;
}
header #w-node-_00e3aa2b-ccd3-c8b7-10c4-3fe87c836451-7c83643d {
    grid-area: 1/1/2/3;
}
header #w-node-_00e3aa2b-ccd3-c8b7-10c4-3fe87c836462-7c83643d,
header #w-node-_00e3aa2b-ccd3-c8b7-10c4-3fe87c836540-7c83643d,
header #w-node-_00e3aa2b-ccd3-c8b7-10c4-3fe87c836594-7c83643d {
    grid-area: span 1 / span 1 / span 1 / span 1;
}
header #w-node-_00e3aa2b-ccd3-c8b7-10c4-3fe87c836599-7c83643d {
    grid-area: span 1 / span 2 / span 1 / span 2;
}
header #w-node-_00e3aa2b-ccd3-c8b7-10c4-3fe87c8365e2-7c83643d {
    grid-area: 1/1/2/3;
}
header #w-node-_00e3aa2b-ccd3-c8b7-10c4-3fe87c8365f4-7c83643d,
header #w-node-_00e3aa2b-ccd3-c8b7-10c4-3fe87c8366da-7c83643d,
header #w-node-_00e3aa2b-ccd3-c8b7-10c4-3fe87c836730-7c83643d {
    grid-area: span 1 / span 1 / span 1 / span 1;
}
header #w-node-_00e3aa2b-ccd3-c8b7-10c4-3fe87c836735-7c83643d {
    grid-area: span 1 / span 2 / span 1 / span 2;
}
/* ******************************************************************************
*********************************************************************************
This file contains all the neccessary styles to control how your
footer looks when it comes to spacing and other general styles.
*********************************************************************************
****************************************************************************** */

.footer {
  background-color: #F8FAFC;
}
.footer__container {
  margin: 0 auto;
  padding-right: 4vw;
  padding-left: 4vw;
  box-sizing: content-box;
}    

.cm_footer_bottom_section .footer__container {
    display: flex;
    justify-content: center;
    width: 100%;
}


.cm_footer_bottom_section .content {
    width: 100%;
}


.cm_footer_bottom_section .content > .sqs-row {
    margin-left: -17px;
    margin-right: -17px;
    width: auto;
}

.horizontalrule-block {
    position: relative;
    height: auto;
    padding-bottom: 17px;
    outline: none;
    box-shadow: inset 0 0 0 1px rgba(128,128,128,0);
    -webkit-transition: box-shadow .2s ease-in-out;
    transition: box-shadow .2s ease-in-out;
    padding-left: 17px;
    padding-right: 17px;
    padding-top: 0;
    clear: both;
}

.horizontalrule-block hr {
    background-color: #000;
}

.sqs-row:before,
.sqs-row:after {
    content: "";
    display: table;
}

.sqs-row:after {
    clear: both;
}

[class*=sqs-col] {
    float: left;
}


.sqs-col-12 {
    width: 100%;
}

.sqs-col-6 {
    width: 50%;
}

.cm_footer_bottom_section .content>.sqs-row > .sqs-col-6.span-6 > div {
    position: relative;
    height: auto;
    outline: none;
    box-shadow: inset 0 0 0 1px rgba(128,128,128,0);
    -webkit-transition: box-shadow .2s ease-in-out;
    transition: box-shadow .2s ease-in-out;
    padding: 17px;
    clear: none;
}

.footer__copyright p  {
    margin-bottom: 0;
    color: #000;
}

.footer__copyright p a {
    background-repeat: repeat-x;
    background-image: linear-gradient(to right,currentColor 100%,currentColor 0);
    background-size: 1px 1px;
    background-position: 0 100%;
    white-space: initial;
    color: #3ec198;
    margin-left: 16px;
}

.sqs-svg-icon--list {
  text-align: right;
  color: #000;
}

.sqs-svg-icon--list > a {
    display: inline-block;
    position: relative;
    overflow: hidden;
    cursor: pointer;
    text-decoration: none;
    z-index: 0;
    opacity: 1 !important;
    transition: opacity 170ms ease-in-out;
    border-radius: 50%;    
    margin: 0 0 0 4px;
    background-color: #000;
    width: 28px;
    height: 28px;
}


.sqs-svg-icon--wrapper>div,
.sqs-svg-icon--wrapper svg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.sqs-svg-icon--wrapper>div, 
.sqs-svg-icon--wrapper svg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.sqs-use--icon, .sqs-use--mask {
    fill: transparent;
    -webkit-transition: fill 170ms ease-in-out;
    transition: fill 170ms ease-in-out;
}

use.sqs-use--icon {
    fill: #fff;
}


.cm_footer_top_section {
    position: relative;
    display: flex;
    align-items: center;
    box-sizing: border-box;
}

.cm_footer_top_section .footer__container {
    position: relative;
    display: flex;
    justify-content: center;
    padding-right: 4vw;
    padding-left: 4vw;
    margin: 0 auto;
    box-sizing: content-box;
    padding-top: 3.3vmax;
    padding-bottom: 3.3vmax;
    width: 100%;
}

.cm_footer_top_section .footer__container > .row.sqs-row {
    margin-left: -17px;
    margin-right: -17px;
    width: 100% !important;
}

.sqs-col-3 {
    width: 25%;
}

.sqs-col-9 {
    width: 75%;
}


[class*=sqs-col]:last-child {
    padding-right: 0;
}


.cm_footer_top_section .footer__container>.row.sqs-row > div > div {
    position: relative;
    height: auto;
    padding-top: 17px;
    padding-bottom: 17px;
    outline: none;
    box-shadow: inset 0 0 0 1px rgba(128,128,128,0);
    -webkit-transition: box-shadow .2s ease-in-out;
    transition: box-shadow .2s ease-in-out;
    clear: none;
    padding-left: 17px;
    padding-right: 17px;
}

.cm_footer_top_section .footer__container>.row.sqs-row > div > div.footer_logo,
.cm_footer_top_section .footer__container>.row.sqs-row > div > div.cm_footer_links {
    padding-top: 0;
}



.cm_footer_links {
    text-align: right;
}


.cm_footer_bottom_section {
    position: relative;
    display: flex;
    align-items: center;
    box-sizing: border-box;
    align-items: flex-start;
}

.cm_footer_top_section .footer__container>.row.sqs-row>div>div.footer_logo,
.cm_footer_top_section .footer__container>.row.sqs-row>div>div.footer_logo_bottom_textr  {
    padding-left: 0;
}



.cm_footer_top_section .footer__container>.row.sqs-row>div>div.cm_footer_links {
    padding-right: 0;
}

.footer_logo_bottom_textr p {
    margin: 0;
}
   
.image-block-wrapper {
    padding-bottom: 21.1609%;
    overflow: hidden;
    position: relative;
}

.image-block-wrapper img {
position: absolute;
    width: 97.492% !important;
    left: -0.0957803% !important;
    top: 0;
}


.cm_footer_links p {
    margin: 1rem 0;
    margin-top: 0;
}

.cm_footer_links p a {
    background-repeat: repeat-x;
    background-image: linear-gradient(to right,currentColor 100%,currentColor 0);
    background-size: 1px 1px;
    background-position: 0 100%;
    white-space: initial;
}


@media screen and (max-width: 1511px) and (min-width: 0) and (orientation: landscape) {
  .footer_logo_bottom_textr p {
    font-size: calc(-.12vw + 1rem);
    margin: 0;
  }


  .cm_footer_links p {
    font-size: calc(0vw + 1rem);
  }


  .footer__copyright p {
    font-size: calc(-.12vh + 1rem);
  }

}

@media screen and (max-width: 1511px) and (min-width: 0) and (orientation: portrait) {
  .footer__copyright p {
    font-size: calc(-.12vh + 1rem);
  }
  
  .footer_logo_bottom_textr p {
    font-size: calc(-.12vh + 1rem);
  }
  
}

@media (max-width:767px) {
  
.image-block-wrapper img {
    width: 100% !important;
    max-width: 100% !important;
    position: static;
}
  
  .footer_logo {
    padding-right: 0 !important;
    padding-bottom: 7px !important;
}
  
  
.image-block-wrapper {
    padding: 0;
}
  
  .cm_footer_top_section .footer__container {
    padding-right: 6vw;
    padding-left: 6vw;
    box-sizing: border-box;
  }
  
  .cm_footer_bottom_section .footer__container {
    padding-right: 6vw;
    padding-left: 6vw;
}
  
.horizontalrule-block {
    padding-top: 17px;
}
  
  .sqs-col-6 {
    float: none !important;
    width: auto !important;
}
  
  .sqs-col-3,
  .sqs-col-9 {
    float: none !important;
    width: auto !important;
}
  
  .cm_footer_links p:last-child {
    margin-bottom: 0;
}
  
  .cm_footer_top_section .footer__container>.row.sqs-row>div>div.footer_logo, 
  .cm_footer_top_section .footer__container>.row.sqs-row>div>div.cm_footer_links {
    padding-top: 17px;
}
  
  
}




@media (min-width:1512px) {
  .footer__copyright p{
    font-size: .9rem;
  }

   
.footer_logo_bottom_textr p {
    font-size: .9rem;
  }
  
}
/* ******************************************************************************
*********************************************************************************
This file contains all the neccessary styles for your blog. The styles included
are for the listing and post templates, featured images and pagination.
Also for the post meta infromation like tags, author and published date
*********************************************************************************
****************************************************************************** */

/* TODO: Find a better place for this */
.content-wrapper {
  max-width: 1240px;
  padding: 0 20px;
  margin: 0 auto;
}

.hs-blog-listing .blog-header {
    padding-top: 0px !important;
}
.hs-blog-post .post_content_wrapper {
    padding-top: 0px !important;
}


.listing-content-wrapper {
  padding-left: 4vw;
  padding-right: 4vw;
  padding-top: 4vw;
  padding-bottom: 4vw;
}

.blog-index {
    margin-left: -20px;
    margin-right: -20px;
    width: auto;
  display: flex;
    flex-direction: row;
    flex-wrap: wrap;
}


.blog-index > .blog-index__post {
    width: 50%;
    float: left;
    padding-left: 20px;
    padding-right: 20px;
    margin-bottom: 30px;
  display: flex;
    flex-direction: column;
}

a.image-wrapper {
    margin: 0;
    height: 0;
    overflow: hidden;
    position: relative;
    display: -moz-box;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    padding-bottom: 66.666%;
}


a.image-wrapper img.hs-featured-image {
    transform: scale(1.01);
    left: 0px;
    top: -0.2532px;
    width: 100%;
    height: auto;
    position: absolute;
    object-fit: cover;
    margin: 0;
  float:none;
}

.blog-article-spacer {
    height: 5vw;
}


.blog-basic-grid--text {
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    margin-left: 0;
    margin-right: auto;
}

.blog-meta-section {
    margin-bottom: 2vw;
}


.blog-meta-section time {
    display: inline;
    color: #000;
    font-size: 1rem;
    font-family: aktiv-grotesk;
    font-weight: 400;
    font-style: normal;
    letter-spacing: 0em;
    text-transform: none;
    line-height: 1.2em;
}

h1.blog-title {
    margin: 0;
    margin-bottom: 30px;
    font-family: aktiv-grotesk;
    font-weight: 700;
    font-style: normal;
    letter-spacing: 0em;
    text-transform: none;
    line-height: 1.4em;
    font-size: 2.2rem;
}

h1.blog-title a {
    color: inherit;
}


.blog-excerpt {
    font-family: aktiv-grotesk;
    font-weight: 400;
    font-style: normal;
    letter-spacing: 0em;
    text-transform: none;
    line-height: 1.8em;
    font-size: .9rem;
}

.blog-excerpt p {
    margin: 0;
}

a.more-link {   
    font-family: aktiv-grotesk;
    font-weight: 400;
    font-style: normal;
    letter-spacing: 0;
    text-transform: none;
    line-height: 1.8em;
    font-size: .9rem;
    color: #3ec198;
    display: inline-block;
    padding-top: 2vw;
    align-self: flex-start;
    position: relative;
}

a.more-link::after {
    content: '';
    display: block;
    width: 100%;
    height: 1px;
    transform: translatey(-3px);
    position: absolute;
    background: #3ec198;
}

.blog-bottom-text-wrapper {
    position: relative;
    display: flex;
    align-items: center;
    box-sizing: border-box;
    background-color: #fff;
    color: #fff;
    min-height: 66vh;
    align-items: center;
}

.blog-bottom-text-wrapper .section-background {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    overflow: hidden;
    pointer-events: none;
    background-color: #3ec198;
}


.blog-bottom-text-wrapper .content-wrapper {
    width: 100%;
    position: relative;
    display: flex;
    justify-content: center;
    padding-right: 4vw;
    padding-left: 4vw;
    margin: 0 auto;
    box-sizing: content-box;
    padding-top: 6.6vmax;
    padding-bottom: 6.6vmax;
}


.blog-bottom-text-wrapper .content-wrapper .content {
    width: 100%;
}


.blog-bottom-text-wrapper  .sqs-row {
    margin-left: -17px;
    margin-right: -17px;
}

.blog-bottom-text-wrapper .sqs-block {
    position: relative;
    height: auto;
    padding-top: 17px;
    padding-bottom: 17px;
    outline: none;
    box-shadow: inset 0 0 0 1px rgba(128,128,128,0);
    -webkit-transition: box-shadow .2s ease-in-out;
  transition: box-shadow .2s ease-in-out;
  padding-left: 17px;
  padding-right:  17px;
}

.blog-bottom-text-wrapper [class*=sqs-col] .sqs-block {
    padding-left: 17px;
    padding-right: 17px;
  }

.blog-bottom-text-wrapper .sqs-block:not(.sqs-block-html):not(.sqs-block-markdown) {
    clear: both;
}


.blog-bottom-text-wrapper .sqs-block-html {
    clear: none;
}

.blog-bottom-text-wrapper .sqs-block-button {
  padding-bottom: 17px;
  text-align: center;
}


.blog-bottom-text-wrapper .sqs-row > .sqs-block.html-block.sqs-block-html:first-child {
    padding-top: 0;
}

[class*=sqs-col] .sqs-block {
    padding-left: 17px;
    padding-right: 17px;
}

.blog-bottom-text-wrapper .sqs-block-button a {
    color: #3ec198;
    background-color: #fff;
    border-color: #fff;
    border-radius: 300px;
    -webkit-transition: .1s opacity linear;
    -moz-transition: .1s opacity linear;
    -o-transition: .1s opacity linear;
    transition: .1s opacity linear;
    -webkit-backface-visibility: hidden;
    display: inline-block;
    -webkit-font-smoothing: antialiased;
    line-height: normal;
    padding: 1.2em 2.004em;
    font-family: aktiv-grotesk;
    font-weight: 500;
    font-style: normal;
    text-transform: none;
    line-height: 1.2em;
    letter-spacing: .02em;
    font-size: 1rem;
}

.blog-bottom-text-wrapper .sqs-row h2 {
    margin: 2rem 0;
    color: #fff;
    margin-top: 0;
    font-size: 2rem;
    font-family: aktiv-grotesk;
    font-weight: 700;
    font-style: normal;
    letter-spacing: 0em;
    text-transform: none;
    line-height: 1.2992;
}

.blog-bottom-text-wrapper .sqs-row p {
    margin-bottom: 0;
}

.blogh-bottom-form {
    background-color: #eaf1f6;
    position: relative;
    display: flex;
    align-items: center;
    box-sizing: border-box;
    color: #000;
    min-height: 66vh;
}

.blogh-bottom-form .content-wrapper {
    width: 100%;
    position: relative;
    display: flex;
    justify-content: center;
    padding-right: 4vw;
    padding-left: 4vw;
    margin: 0 auto;
    box-sizing: content-box;
    padding-top: 6.6vmax;
    padding-bottom: 6.6vmax;
}

.blogh-bottom-form .content-wrapper .comtent {
    width: 100%;
}

.blogh-bottom-form .content-wrapper .comtent .row.sqs-row {
    margin-left: -17px;
    margin-right: -17px;
    width: auto !important;
}

.blogh-bottom-form .content-wrapper .comtent .row.sqs-row > div {
    position: relative;
    height: auto;
    padding-bottom: 17px;
    outline: none;
    box-shadow: inset 0 0 0 1px rgba(128,128,128,0);
    -webkit-transition: box-shadow .2s ease-in-out;
    transition: box-shadow .2s ease-in-out;
    padding-left: 17px;
    padding-right: 17px;
    clear: both;
    padding-top: 0;
}

header.newsletter-form-header {
    width: 85%;
    margin: 0 auto;
    text-align: center;
}

header.newsletter-form-header > h2 {
    font-family: aktiv-grotesk;
    font-weight: 700;
    font-style: normal;
    letter-spacing: 0em;
    text-transform: none;
    line-height: 1.4em;
    margin: 0 0 1rem 0;
    padding: 0;
    text-align: inherit;
    color: #000;
    font-size: 2.2rem;
}

.newsletter-form-header-description {
    font-family: aktiv-grotesk;
    font-weight: 400;
    font-style: normal;
    letter-spacing: 0em;
    text-transform: none;
    line-height: 1.8em;
    font-size: 1rem;
    color: #000;
}

.newsletter-form-header-description > p {
    margin: 1rem 0;
    padding: 0;
}

.newsletter-form-body {
    padding: 0 0 1rem 0;
}

.newsletter-form-body h3.form-title {
    display: none;
}

.newsletter-form-body form > div.hs_submit.hs-submit {
    display: inline-block;
    width: auto;
    margin: 1rem 0 0 0 !important;
    padding: .5rem .25rem;
}


.newsletter-form-body form {
    text-align: center;
}

.newsletter-form-body form > div.field {
    display: inline-block;
    width: auto;
    margin: 1rem 0 0 0;
}

.newsletter-form-body form > div > label {
    display: none;
}


.newsletter-form-body form > div .input {
    display: inline-block;
    width: auto;
    min-width: 18rem;
    padding: .5rem .25rem;
}


.newsletter-form-body form > div .input input[type=email] {
    padding: 1.4rem 2rem !important;
    line-height: 1.2rem !important;
    margin: 0;
    font-size: 1rem !important;
    background: #fff;
}

.newsletter-form-body form .hs_error_rollup {
    position: absolute;
    width: 100%;
    left: -5.3%;
}


.newsletter-form-body form  ul.no-list.hs-error-msgs.inputs-list {
    position: absolute;
    bottom: -60px;
    left: 0;
}

.newsletter-form-body form ul.no-list.hs-error-msgs.inputs-list > li {
    position: relative;
}

.newsletter-form-body form .hs-error-msgs label {
    background: #fed9db;
    color: #f23d3d !important;
    line-height: normal;
    margin-bottom: 1rem;
    padding-left: .5rem !important;
}

.newsletter-form-body form>div.hs_submit.hs-submit input.hs-button.primary.large {
    margin: 0;
}

.post_content_wrapper .content-wrapper {
    max-width: 100% !important;
    padding-right: 4vw;
    padding-left: 4vw;
    padding-top: 4vw;
    padding-bottom: 4vw;
}

.post_content_wrapper .content-wrapper .blog-post,
.blog-comments {
    max-width: 1400px;
    box-sizing: border-box;
    margin: 0 auto;
    position: relative;
}


.blog-item-top-wrapper {
    margin-bottom: 50px;
    display: flex;
    flex-direction: column;
}

.blog-item-top-wrapper .blog-item-title {
    order: 1;
}
.blog-item-title h1.entry-title {
  font-family: aktiv-grotesk;
  font-weight: 700;
  font-style: normal;
  letter-spacing: 0;
  text-transform: none;
  line-height: 1.4em;
  font-size: 4rem;
  margin: 0;
}


.blog-item-top-wrapper .blog-item-meta-wrapper {
    order: 2;
}

.blog-item-author-date-wrapper {
  display: flex;
}

 .blog-meta-item--date {
  display: block;
  text-decoration: none;
  color: #000;
  font-family: aktiv-grotesk;
  font-weight: 400;
  font-style: normal;
  letter-spacing: 0em;
  text-transform: none;
  line-height: 1.2em;
  font-size: 1rem;
}

 .blog-meta-item--date::after {
  padding: 0 .5em;
  content: "•";
}

 .blog-meta-item--author {
  display: block;
  font-family: aktiv-grotesk;
  font-weight: 400;
  font-style: normal;
  letter-spacing: 0em;
  text-transform: none;
  line-height: 1.2em;
  font-size: 1rem;
  text-decoration: none;
  color: #000;
}

.blog-meta-item a {
  text-decoration: none;
  color: #000;
}

.blog-meta-item a:hover {
  text-decoration: none;
  color: #000;
}


.blog-post__body {
  margin: 0 0 3vw 0;
  padding: 17px 0;
}

.blog-index>.blog-index__post:nth-child(3n) {
    clear: left;
}



.comment-date {
    display: block !important;
    margin-bottom: 10px !important;
}


.item-pagination--prev-next {
    display: flex;
    padding: 3vw 4vw 3vw;
    background-color: #fff;
}

.item-pagination-link {
    text-align: left;
    display: flex;
    align-items: center;
    max-width: 50%;
    width: auto;
}

.item-pagination-link--prev {
    margin-left: 0;
    margin-right: auto;
}

.item-pagination-link--next {
    text-align: right;
    margin-left: auto;
    margin-right: 0;
}

.icon {
    position: relative;
    display: block;
    width: 25px;
    height: 25px;
    box-sizing: content-box;
    line-height: 1;
}

.item-pagination-link .item-pagination-icon {
    width: 18px;
    height: 32px;
    padding-right: 25px;
}

.item-pagination-link .item-pagination-icon svg {
    width: 18px;
    height: 32px;
  stroke: #000;
}



.icon--stroke svg {
    stroke-width: 1px;
    fill: transparent;
}


.visually-hidden {
    position: absolute !important;
    clip: rect(1px,1px,1px,1px);
    padding: 0 !important;
    border: 0 !important;
    height: 1px !important;
    width: 1px !important;
    overflow: hidden;
}


.item-pagination-prev-next {
    color: #000;
}


.item-pagination-link .item-pagination-title {
    font-family: aktiv-grotesk;
    font-weight: 700;
    font-style: normal;
    letter-spacing: 0em;
    text-transform: none;
    line-height: 1.4em;
    font-size: 2.2rem;
    margin: 0;
    padding: 0;
    line-height: 1;
    color: #000;
}


.item-pagination-link .item-pagination-prev-next {
    display: none;
}

.grecaptcha-badge {
    margin: 0;
}
.item-pagination-link--next .item-pagination-icon {
    padding-right: 0;
    padding-left: 25px;
}

.hs-blog-listing {
    overflow: hidden;
}


.blog-header {
    min-height: 33vh;
    position: relative;
    display: flex;
    align-items: center;
    box-sizing: border-box;
    background-color: #fff;
}

.blog-header .page-center {
    width: 100%;
    position: relative;
    display: flex;
    justify-content: flex-start;
    padding-right: 4vw;
    padding-left: 4vw;
    margin: 0 auto;
    box-sizing: content-box;
    padding-top: 3.3vmax;
    padding-bottom: 3.3vmax;
}


.blog-header .page-center .content {
    width: 100%;
}

.blog-header .page-center .content .row {
    margin-left: -17px;
    margin-right: -17px;
    width: auto !important;
}

.blog-header .page-center .content .row:before,
.blog-header .page-center .content .row:after {
    content: "";
    display: table;
}

.blog-header .page-center .content .row:after {
    clear: both;
}

.blog-header .page-center .content .row > .inner-content {
    position: relative;
    height: auto;
    padding-top: 17px;
    padding-bottom: 17px;
    outline: none;
    box-shadow: inset 0 0 0 1px rgba(128,128,128,0);
    -webkit-transition: box-shadow .2s ease-in-out;
    transition: box-shadow .2s ease-in-out;
    clear: none;
    padding-left: 17px;
    padding-right: 17px;
    padding-top: 0;
    text-align: left;
}

.blog-header .page-center .content .row > .inner-content > p {
    color: #000;
    margin: 1rem 0;
    margin-top: 0;
}

.blog-header .page-center .content .row > .inner-content > h1.blog-header__title {
    margin: 2rem 0;
    color: #000;
    line-height: 1.232;
    font-family: aktiv-grotesk;
    font-weight: 700;
    font-style: normal;
    letter-spacing: 0em;
    text-transform: none;
    font-size: 2rem;
}

.blog-header .page-center .content .row > .inner-content > p:last-child {
    margin: 1rem 0;
    margin-bottom: 0;
}


@media screen and (max-width: 1511px) and (min-width: 0) and (orientation: portrait) {
  
  .item-pagination-link .item-pagination-title {
    font-size: calc(1.44vh + 1rem) ;
}
  
  .blog-item-title h1.entry-title {
    font-size: calc(3.6vh + 1rem);
}
  
header.newsletter-form-header>h2 {
    font-size: calc(1.44vh + 1rem) !important;
}
  
  .newsletter-form-header-description>p {
    font-size: calc(0vh + 1rem);
}
  
  .blog-header .page-center .content .row>.inner-content>p {
    font-size: calc(-.12vh + 1rem);
}
  
  .blog-header .page-center .content .row>.inner-content>h1.blog-header__title {
    font-size: calc(3.6vh + 1rem);
}
  
  .blog-header .page-center .content .row>.inner-content>p:last-child {
    font-size: calc(.6vh + 1rem);
}
  
  .blog-header .page-center .content .row>.inner-content>p:last-child {
    font-size: calc(.6vh + 1rem);
}
  
  
.blog-meta-section time {
    font-size: calc(0vh + 1rem);
}
  
  h1.blog-title {
    font-size: calc(1.44vh + 1rem);
}
  
  .blog-bottom-text-wrapper .sqs-row h2 {
    font-size: calc(2.16vh + 1rem);
}
  
  .blog-bottom-text-wrapper .sqs-row p {
    font-size: calc(0vh + 1rem);
}

  .blog-bottom-text-wrapper .sqs-block-button a {
    font-size: calc(.12vh + 1rem);
  }
  
}

@media screen and (max-width: 1511px) and (min-width: 0) and (orientation: landscape) {
  
  .item-pagination-link .item-pagination-title {
    font-size: calc(1.44vw + 1rem);
}
  
  .blog-header .page-center .content .row>.inner-content>p {
    font-size: calc(-.12vw + 1rem);
}
  
  .blog-header .page-center .content .row>.inner-content>h1.blog-header__title {
    font-size: calc(3.6vw + 1rem);
  }
  
  .blog-header .page-center .content .row>.inner-content>p:last-child {
    font-size: calc(.6vw + 1rem);
}
  
  
.blog-bottom-text-wrapper .sqs-row h2 {
    font-size: calc(2.16vw + 1rem);
}
  
  .blog-bottom-text-wrapper .sqs-block-button a {
    font-size: calc(.12vw + 1rem);
}
  
}

@media (max-width:921px) and (min-width:768px){
  .newsletter-form-body form .hs_error_rollup {
    position: static;
  }
  .newsletter-form-body form ul.no-list.hs-error-msgs.inputs-list {
    position: static;
  }

}



@media (max-width:767px) {
  
  .item-pagination--prev-next {
    padding: 3vw 6vw 3vw;
}
  
.blog-item-top-wrapper .blog-item-title {
    margin-bottom: 1.2rem;
}
  
  .post_content_wrapper .content-wrapper {
    padding-top: 6vw;
    padding-left: 6vw;
    padding-right: 6vw;
    padding-bottom: 6vw;
}
  
  .blogh-bottom-form .content-wrapper {
    padding-right: 6vw;
    padding-left: 6vw;
}
  
  .blog-header .page-center {
    padding-right: 6vw;
    padding-left: 6vw;
  }
  
  
.listing-content-wrapper {
    padding-left: 6vw;
    padding-right: 6vw;
}
  
  .blog-index>.blog-index__post {
    width: 100%;
}
  
  
.blog-header .page-center .content .row>.inner-content,
  .blogh-bottom-form .content-wrapper .comtent .row.sqs-row>div {
    padding-top: 17px;
}
  
}


@media (max-width:490px) {
  .newsletter-form-body form .hs_error_rollup {
    position: static;
  }
  .newsletter-form-body form ul.no-list.hs-error-msgs.inputs-list {
    position: static;
  }

}

@media (max-width:479px) {
  .item-pagination--prev-next {
    flex-direction: column;
  }
  .item-pagination-link {
    max-width: 100%;
    margin-bottom: 10px;
  }

}



@media (max-width:469px) {
  .newsletter-form-body form>div .input {
    min-width: auto;
  }
  
  header.newsletter-form-header {
    width: 100%;
}
  
  .newsletter-form-body form ul.no-list.hs-error-msgs.inputs-list {
    position: static;
    bottom: 0;
    left: 0;
  }
  
  .newsletter-form-body form .hs_error_rollup {
    position: static;
    width: 100%;
  }
  
  
.newsletter-form-body form .hs-error-msgs label {
    margin: 0;
}
  
  
}


@media screen and (min-width: 768px) {  
  .blog-item-top-wrapper .blog-item-title {
    margin-bottom: 2rem;
}
  
  .post_content_wrapper .content-wrapper .blog-post,
  .blog-comments {
    width: 75%;
  }
  
.blogh-bottom-form .content-wrapper .comtent {
    width: 50%;
}
  
  .blog-bottom-text-wrapper .content-wrapper .content {
    width: 50%;
}
  
  a.more-link {
    padding-top: 40px;
}
  
.blog-meta-section {
    margin-bottom: 32px;
}
  
  .blog-article-spacer {
    height: 44px;
}
  
  .blog-header__form {
    width: 500px;
    margin: 0 auto;
  }
  
  
.blog-header .page-center .content {
    width: 75%;
}
  
}

@media (min-width:1512px) {
  .blog-bottom-text-wrapper .sqs-block-button a {
    font-size: 1.1rem;
}
  .blog-bottom-text-wrapper .sqs-row h2.preFade.fadeIn {
    font-size: 2.8rem;
}


  
  
  h1.blog-title {
    font-size: 2.2rem;
}
  
  .blog-header .page-center .content .row > .inner-content > p {
    font-size: .9rem;
  }
  
  .blog-header .page-center .content .row > .inner-content > h1.blog-header__title {
    font-size: 4rem;
}
  
  
.blog-header .page-center .content .row > .inner-content > p:last-child {
    font-size: 1.5rem;
}
  
}


.blog-index {}
.blog-index:after {
  content: "";
  flex: auto;
}
.blog-index__tag-header {
  flex: 1 0 100%;
  padding: 1rem;
}
.blog-index__tag-subtitle {
  font-size: 1.16rem;
  line-height: 1.1;
}
.blog-index__tag-heading {
  padding-bottom: 1rem;
  border-bottom: 3px solid #D1D6DC;
}
.blog-index__post {}
@media screen and (min-width: 768px) {
  .blog-index__post {
    flex:  0 0 calc(100%/2);
  }
}
@media screen and (min-width: 1000px) {
  .blog-index__post {
    flex:  0 0 calc(100%/2);
  }
}
@media screen and (min-width: 768px) {
  .blog-index__post--large {
    flex: 1 0 100%;
    display: flex;
    justify-items: space-between;
  }
}
.blog-index__post-image {
  display: block;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  padding-bottom: 63%;
  background-image: url('./images/grayscale-mountain.png');
}
@media screen and (min-width: 768px) {
  .blog-index__post-image--large {
    flex: 1 1 100%;
    padding-bottom: 0;
  }
  .blog-index__post-content--large {
    flex: 1 1 100%;
    padding-left: 2rem;
  }
  .blog-index__post-image--large {
    flex: 1 1 48%;
  }
  .blog-index__post-content--large {
    flex: 1 1 48%;
    padding-left: 2rem;
  }
}
.blog-index__post-content h2 {
  margin: .5rem 0;
}
.blog-index__post-content--small h2 {
  font-size: 1.25rem;
}
.blog-index__post-content p {
  font-family: Lato, sans-serif;
}
.blog-index__post-content a {
  color: #494a52;
}
.blog-index__post img {
  max-width: 100%;
  height: auto;
}

.blog-pagination {
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  font-family: Lato,sans-serif;
  clear: both;
}
.blog-pagination__link {
  display: inline-flex;
  padding: .25rem .4rem;
  margin: 0 .1rem;
  color: #494a52;
  text-decoration: none;
  border: 2px solid transparent;
  line-height: 1;
  border-radius: 7px;
}
.blog-pagination__link--active {
  border: 2px solid #B0C1D4;
}
.blog-pagination__link:hover,
.blog-pagination__link:focus {
  text-decoration: none;
}
.blog-pagination__prev-link,
.blog-pagination__next-link {
  display: inline-flex;
  align-items: center;
}
.blog-pagination__prev-link {
  text-align: right;
  margin-right: .25rem;
}
.blog-pagination__next-link {
  text-align: left;
  margin-left: .25rem;
}
.blog-pagination__prev-link--disabled,
.blog-pagination__next-link--disabled {
  color: #B0C1D4;
  pointer-events: none;
  cursor: default;
}
.blog-pagination__prev-link svg,
.blog-pagination__next-link svg {
  fill: #494a52;
  margin: 0 5px;
}
.blog-pagination__prev-link--disabled svg,
.blog-pagination__next-link--disabled svg {
  fill: #B0C1D4;
}
.blog-pagination__number-link:hover,
.blog-pagination__number-link:focus {
  border: 2px solid #B0C1D4;
}

.blog-header__author-avatar {
  height: 200px;
  width: 200px;
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  border-radius: 50%;
  box-shadow: 0 0 12px 0 rgba(0,0,0,0.15);
  margin: 0 auto 1.5rem;
}
.blog-header__author-social-links a {
  display: inline-block;
  position: relative;
  background-color: #000;
  border-radius: 50%;
  width: 40px;
  height: 40px;
  margin: 0 5px;
}
.blog-header__author-social-links a:hover {
  background-color: #494a52;
}
.blog-header__author-social-links svg {
  fill: #fff;
  height: 15px;
  width: auto;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.blog-post {}
.blog-post h1 {
  font-size: 1.6rem;
}
.blog-post__meta {
  margin: 1rem 0;
}
.blog-post__meta a {
  color: #494a52;
  text-decoration: underline;
}

.blog-post__tags {
  font-family: Lato, sans-serif;
  color: #000;
}
.blog-post__tags svg {
  width: 15px;
  height: auto;
  margin-right: 10px;
}
.blog-post__tag-link {
  font-size: .8rem;
  color: #000;
}

.blog-recent-posts {
  margin-top: 3rem;
  background-color: #F8FAFC;
  padding: 2rem 0;
}
.blog-recent-posts h2 {
  text-align: center;
}
.blog-recent-posts__list {
  display: flex;
}
.blog-recent-posts__post {
  display: block;
  flex:  0 0 100%;
  color: #494a52;
  padding: 1rem;
}
@media screen and (min-width: 768px) {
  .blog-recent-posts__post {
    flex:  0 0 calc(100%/2);
  }
}
@media screen and (min-width: 1000px) {
  .blog-recent-posts__post {
    flex:  0 0 calc(100%/3);
  }
}
.blog-recent-posts__post:hover {
  text-decoration: none;
}
.blog-recent-posts__image {
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  padding-bottom: 63%;
}
.blog-recent-posts__title {
  margin: 1rem 0 .5rem;
}

.blog-comments {}
.blog-comments form {
  max-width: 767px;
}
.blog-comments .hs-submit {
    text-align: left;
}
.blog-comments .hs-button {}
.blog-comments .hs-button:hover {}
.blog-comments .comment-reply-to {
  border: 0 none;
}
.blog-comments .comment-reply-to:hover {
  background-color: transparent;
  text-decoration: underline;
  color: #494A52;
}


/*             Blog Listing with Sidebar            */
.post-item .page-center{
  display: -webkit-flex; /* Safari */
  display: flex; /* Standard syntax */
  margin-bottom: 20px;
}
.post-item .page-center .span4, .post-item .page-center .span8 {
-webkit-flex: 1; /* Safari */
-ms-flex: 1; /* IE 10 */
flex: 1; /* Standard syntax */
}
.post-item .page-center .span8 {
flex-basis: 31.914893614%;

}
img.featured-image {
  height: 100% !important;
  width: 100% !important;
  object-fit: cover;
}
@media(max-width: 480px){
  .blog-post img {
    width: 100% !important;
    float: none !important;
  }
}




.blog-index__post .blog-excerpt h1, .blog-index__post .blog-excerpt h2, 
.blog-index__post .blog-excerpt h3, .blog-index__post .blog-excerpt h4,
.blog-index__post .blog-excerpt h5, .blog-index__post .blog-excerpt h6, 
.blog-index__post .blog-excerpt strong, .blog-index__post .blog-excerpt span{
  
  font-family: 'aktiv-grotesk';
  font-weight: 400;
  line-height: 1.8em;
    font-size: .9rem;
      font-style: normal;
    letter-spacing: 0;
}

.featured-image-blog-post{
width: 100%;
  order: 3;
  margin-top: 10px;
}
/* ******************************************************************************
*********************************************************************************
This file contains all the neccessary styles to control how your
system pages look. These pages include the error pages (404 and 500),
password protected content and search listing results.
*********************************************************************************
****************************************************************************** */

.error-page {
  padding: 5rem 0;
  text-align: center;
  position: relative;
}
.error-page:before {
  content: attr(data-error);
  position: absolute;
  width: 100%;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  font-family: Lato, sans-serif;
  font-size: 40vw;
  font-weight: bold;
  color: #F3F6F9;
  z-index: -1;
}

.content-wrapper {
    padding-right: 4vw;
    padding-left: 4vw;
}

@media screen and (min-width: 1100px) {
  .error-page:before {
    font-size: 20rem;
  }
}
.error-page_heading {
  margin-bottom: 1rem;
}

.systems-page {
  padding: 3rem 0px;
}
.systems-page .success {
    display: inline-block;
    margin: 2rem 0;
    min-width: auto;
    background-color: #cde3cc;
    border: 1.5px solid #4f7d24;
    border-radius: 6px;
    font-size: 16px;
    color: #4f7d24;
    padding: 6px;
    width: 100%;
    max-width: 767px;
}

.systemsign_in .hs-membership-global-error {
    display: none !important;
}


.body-container-wrapper.systemsign_in {
    padding-top: 0px !important;
}

ul.no-list.hs-error-msgs {
    padding-left: 0;
}


.hs-search-results {
  margin-top: 2rem;
}
ul.hs-search-results__listing li {
  margin-bottom: 2rem;
}
.hs-search-results__title {
  font-family: Merriweather, serif;
  font-size: 1.25rem;
  color: #494a52;
  text-decoration: underline;
  margin-bottom: .25rem;
}
.hs-search-results__title:hover {
  text-decoration: none;
}
.hs-search-results__description {
  padding-top: .5rem;
}
.hs-search-highlight {
  font-weight: bold;
}
.hs-search-results__pagination a {
  color: #494a52;
}

.email-prefs .item.disabled {
  opacity: 0.6;
  cursor: not-allowed;
}
.email-prefs .item.disabled input:disabled {
  cursor: not-allowed;
}
@media (max-width:767px) {
  .content-wrapper {
    padding-right: 6vw;
    padding-left: 6vw;
}
}



body.show-mobile-nav {
    overflow: hidden;
}

.preFade {
  opacity: 0;
  transition-property: opacity;
}

.fadeIn {
  opacity: 1 !important;
}