*, *:before, *:after {
  box-sizing: border-box;
}
/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */

/* Document
   ========================================================================== */

/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */

html {
  line-height: 1.15; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
}

/* Sections
   ========================================================================== */

/**
 * Remove the margin in all browsers.
 */

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 the layout of elements
and how they stack. This is based off of the bootstrap system.
*********************************************************************************
****************************************************************************** */

/* Responsive Grid */

.row-fluid {
  width: 100%;
  *zoom: 1;
}

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

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

.row-fluid [class*="span"] {
  display: block;
  float: left;
  width: 100%;
  min-height: 1px;
  *margin-left: 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}

.row-fluid [class*="span"]:first-child {
  margin-left: 0;
}

.row-fluid .span12 {
  width: 100%;
}
.row-fluid .span11 {
  width: 91.66%;
}
.row-fluid .span10 {
  width: 83.33%;
}
.row-fluid .span9 {
  width: 75%;
}
.row-fluid .span8 {
  width: 66.66%;
}
.row-fluid .span7 {
  width: 58.33%;
}
.row-fluid .span6 {
  width: 50%;
}
.row-fluid .span5 {
  width: 41.66%;
}
.row-fluid .span4 {
  width: 33.33%;
}
.row-fluid .span3 {
  width: 25%;
}
.row-fluid .span2 {
  width: 16.66%;
}
.row-fluid .span1 {
  width: 8.33%;
}

/*  */


.flex_row .col12 {
  width: 100%;
}
.flex_row .col11 {
  width: 91.66%;
}
.flex_row .col10 {
  width: 83.33%;
}
.flex_row .col9 {
  width: 75%;
}
.flex_row .col8 {
  width: 66.66%;
}
.flex_row .col7 {
  width: 58.33%;
}
.flex_row .col6 {
  width: 50%;
}
.flex_row .col5 {
  width: 41.66%;
}
.flex_row .col4 {
  width: 33.33%;
}
.flex_row .col3 {
  width: 25%;
}

.flex_row .col20 {
  width: 20%;
}

.flex_row .col2 {
  width: 16.66%;
}
.flex_row .col1 {
  width: 8.33%;
}

 
.container-fluid {
  *zoom: 1;
}

.container-fluid:before, .container-fluid:after {
  display: table;
  content: "";
}

.container-fluid:after {
  clear: both;
}

@media (max-width: 767px) {
  .row-fluid {
    width: 100%;
  }

  .flex_row .col20,
  .flex_row .col12,
  .flex_row .col11,
  .flex_row .col10,
  .flex_row .col9 ,
  .flex_row .col8 ,
  .flex_row .col7 ,
  .flex_row .col6 ,
  .flex_row .col5 ,
  .flex_row .col4 ,
  .flex_row .col3 ,
  .flex_row .col2 ,
  .flex_row .col1 {
    width: 100%;  
  }

  .row-fluid [class*="span"] {
    display: block;
    float: none;
    width: auto;
    margin-left: 0;
    width: 100%;
  }

  .dnd-section > .row-fluid .dnd-column,
  .dnd-section > .row-fluid > [class*="span"].dnd-module {
    padding: 0 12px;

  }
}

.dnd-section[class*="force-full-width-section"]  > .row-fluid > .dnd-column.span12,
.dnd-section[class*="force-full-width-section"]  > .row-fluid > .span12.dnd-module {
  padding:0;
}


@media (min-width: 768px) {

  .dnd-section > .row-fluid .dnd-column,
  .dnd-section > .row-fluid > [class*="span"].dnd-module {
    padding: 0 12px;
  }


  .row-fluid {
    width: 100%;
    *zoom: 1;
  }

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

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

  .row-fluid [class*="span"] {
    display: block;
    float: left;
    width: 100%;
    min-height: 1px;
    margin-left: 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
  }

  .row-fluid [class*="span"]:first-child {
    margin-left: 0;
  }

  .row-fluid .span12 {
    width: 100%;
  }
  .row-fluid .span11 {
    width: 91.66%;
  }
  .row-fluid .span10 {
    width: 83.33%;
  }
  .row-fluid .span9 {
    width: 75%;
  }
  .row-fluid .span8 {
    width: 66.66%;
  }
  .row-fluid .span7 {
    width: 58.33%;
  }
  .row-fluid .span6 {
    width: 50%;
  }
  .row-fluid .span5 {
    width: 41.66%;
  }
  .row-fluid .span4 {
    width: 33.33%;
  }
  .row-fluid .span3 {
    width: 25%;
  }
  .row-fluid .span2 {
    width: 16.66%;
  }
  .row-fluid .span1 {
    width: 8.33%;
  }
}
@media (max-width: 767px) {
  .row-fluid [class*=span] {
    min-height: 0;
  }
}
/* Clearfix */

.clearfix {
  *zoom: 1;
}

.clearfix:before, .clearfix:after {
  display: table;
  content: "";
}

.clearfix:after {
  clear: both;
}

/* Visibilty Classes */

.hide {
  display: none;
}

.show {
  display: block;
}

.invisible {
  visibility: hidden;
}

.hidden {
  display: none;
  visibility: hidden;
}

/* Responsive Visibilty Classes */

.visible-phone {
  display: none !important;
}

.visible-tablet {
  display: none !important;
}

.hidden-desktop {
  display: none !important;
}

@media (max-width: 767px) {
  .visible-phone {
    display: inherit !important;
  }

  .hidden-phone {
    display: none !important;
  }

  .hidden-desktop {
    display: inherit !important;
  }

  .visible-desktop {
    display: none !important;
  }
}

@media (min-width: 768px) and (max-width: 1139px) {
  .visible-tablet {
    display: inherit !important;
  }

  .hidden-tablet {
    display: none !important;
  }

  .hidden-desktop {
    display: inherit !important;
  }

  .visible-desktop {
    display: none !important ;
  }
}
.page-center,
.content-wrapper {
  margin: 0 auto;
  padding: 0 12px;
  width:100%;
}
.dnd-section .dnd-column {
  padding: 0 12px;
}

@media (max-width: 767px) {
  .dnd-section .dnd-column {
    padding: 0;
  }
}
body {
  line-height: 1.4;
  word-break: break-word;
  -webkit-font-smoothing: antialiased;
}

html[lang^="ja"] body,
html[lang^="zh"] body,
html[lang^="ko"] body {
  line-break: strict;
  word-break: break-all;
}

/* Paragraphs */

@font-face {
  font-family: "Axiforma";
  src: url("//25266601.fs1.hubspotusercontent-eu1.net/hubfs/25266601/raw_assets/public/PlummHealth%20June%202025/fonts/Axiforma-Bold.eot") format("eot"),
    url("//25266601.fs1.hubspotusercontent-eu1.net/hubfs/25266601/raw_assets/public/PlummHealth%20June%202025/fonts/Axiforma-Bold.woff") format("woff"),
      url("//25266601.fs1.hubspotusercontent-eu1.net/hubfs/25266601/raw_assets/public/PlummHealth%20June%202025/fonts/Axiforma-Bold.ttf") format("truetype"),
        url("//25266601.fs1.hubspotusercontent-eu1.net/hubfs/25266601/raw_assets/public/PlummHealth%20June%202025/fonts/Axiforma-Bold.woff2") format("woff2");
          font-style: normal;
          font-weight: 700;
          font-display: block;
          } 

@font-face {
  font-family: "Axiforma";
  src: url("//25266601.fs1.hubspotusercontent-eu1.net/hubfs/25266601/raw_assets/public/PlummHealth%20June%202025/fonts/Axiforma-SemiBold.eot") format("eot"),
    url("//25266601.fs1.hubspotusercontent-eu1.net/hubfs/25266601/raw_assets/public/PlummHealth%20June%202025/fonts/Axiforma-SemiBold.woff") format("woff"),
      url("//25266601.fs1.hubspotusercontent-eu1.net/hubfs/25266601/raw_assets/public/PlummHealth%20June%202025/fonts/Axiforma-SemiBold.ttf") format("truetype"),
        url("//25266601.fs1.hubspotusercontent-eu1.net/hubfs/25266601/raw_assets/public/PlummHealth%20June%202025/fonts/Axiforma-SemiBold.woff2") format("woff2");
          font-style: normal;
          font-weight: 600;
          font-display: block;
          }

@font-face {
  font-family: "Axiforma";
  src: url("//25266601.fs1.hubspotusercontent-eu1.net/hubfs/25266601/raw_assets/public/PlummHealth%20June%202025/fonts/Axiforma-Medium.eot") format("eot"),
    url("//25266601.fs1.hubspotusercontent-eu1.net/hubfs/25266601/raw_assets/public/PlummHealth%20June%202025/fonts/Axiforma-Medium.woff") format("woff"),
      url("//25266601.fs1.hubspotusercontent-eu1.net/hubfs/25266601/raw_assets/public/PlummHealth%20June%202025/fonts/Axiforma-Medium.ttf") format("truetype"),
        url("//25266601.fs1.hubspotusercontent-eu1.net/hubfs/25266601/raw_assets/public/PlummHealth%20June%202025/fonts/Axiforma-Medium.woff2") format("woff2");
          font-style: normal;
          font-weight: 500;
          font-display: block;
          }

@font-face {
  font-family: "Axiforma";
  src: url("//25266601.fs1.hubspotusercontent-eu1.net/hubfs/25266601/raw_assets/public/PlummHealth%20June%202025/fonts/Axiforma-Regular.eot") format("eot"),
    url("//25266601.fs1.hubspotusercontent-eu1.net/hubfs/25266601/raw_assets/public/PlummHealth%20June%202025/fonts/Axiforma-Regular.woff") format("woff"),
      url("//25266601.fs1.hubspotusercontent-eu1.net/hubfs/25266601/raw_assets/public/PlummHealth%20June%202025/fonts/Axiforma-Regular.ttf") format("truetype"),
        url("//25266601.fs1.hubspotusercontent-eu1.net/hubfs/25266601/raw_assets/public/PlummHealth%20June%202025/fonts/Axiforma-Regular.woff2") format("woff2");
          font-style: normal;
          font-weight: 400;
          font-display: block;
          }


@font-face {
  font-family: "Axiforma";
  src: url("//25266601.fs1.hubspotusercontent-eu1.net/hubfs/25266601/raw_assets/public/PlummHealth%20June%202025/fonts/Axiforma-Light.eot") format("eot"),
    url("//25266601.fs1.hubspotusercontent-eu1.net/hubfs/25266601/raw_assets/public/PlummHealth%20June%202025/fonts/Axiforma-Light.woff") format("woff"),
      url("//25266601.fs1.hubspotusercontent-eu1.net/hubfs/25266601/raw_assets/public/PlummHealth%20June%202025/fonts/Axiforma-Light.ttf") format("truetype"),
        url("//25266601.fs1.hubspotusercontent-eu1.net/hubfs/25266601/raw_assets/public/PlummHealth%20June%202025/fonts/Axiforma-Light.woff2") format("woff2");
          font-style: normal;
          font-weight: 300;
          font-display: block;
          }



@font-face {
 font-family: "Nioicon"; 
 src: url("//25266601.fs1.hubspotusercontent-eu1.net/hubfs/25266601/raw_assets/public/PlummHealth%20June%202025/fonts/Nioicon.ttf") format("truetype"),
url("//25266601.fs1.hubspotusercontent-eu1.net/hubfs/25266601/raw_assets/public/PlummHealth%20June%202025/fonts/Nioicon.woff") format("woff");
   font-style: normal;
   font-weight: normal;
   font-display: block;
    }


p {
  margin: 0 0 1rem;
      line-height: 1.75;
}

/* Anchors */

a {
  cursor: pointer;
  text-decoration: none;
  -webkit-transition: all 0.15s linear;
  -moz-transition: all 0.15s linear;
  -o-transition: all 0.15s linear;
  transition: all 0.15s linear;
}

/* Headings */


.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {
    font-weight: 700 !important;
    line-height: 1.42;
    margin: 0 0 1.4rem;
    font-family: "Plus Jakarta Sans", sans-serif !important;
}


.h1,
h1{
  line-height:1.07;
}

.h2,
h2{
    line-height: 1.4;
}

.h3,
h3{
/*   line-height:1.35; */
}

.h4,
h4{
  line-height:1.41;
}

h5,
.h5{
/*   line-height:1.33; */
}

h6,
.h6{
  line-height:1.25;
}

.page-center{
  margin:0 auto;
}

/* Lists */

ul,
ol {
  margin: 0 0 1rem;
}

ul ul,
ol ul,
ul ol,
ol ol {
  margin: 0;
}

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

/* Code blocks */

code {
  vertical-align: bottom;
}

/* Blockquotes */

blockquote {
  border-left: 2px solid;
  margin: 0 0 1.4rem;
  padding-left: 15px;
}

/* Horizontal rules */

hr {
  background-color: #CCC;
  border: none;
  color: #CCC;
  height: 1px;
}

.dnd-section > .row-fluid{
  padding-left:15px;
  padding-right:15px;
}

@media (min-width:768px) {
  .row-fluid [class*=span] {
    padding: 0 15px;
  }

  .row-fluid [class*=span]:first-child {
    padding-left: 0;
  }

  .row-fluid [class*=span]:last-child {
    padding-right: 0;
  }
}
button,
.button {
  cursor: pointer;
  display: inline-block;
  font-size: 0.92rem;
  text-align: center;
  transition: all 0.15s linear;
  white-space: normal;
  border-style:solid;
  border-width:3px;
}

button:disabled,
.button:disabled {
  background-color: #D0D0D0;
  border-color: #D0D0D0;
  color: #E6E6E6;
}

button:hover,
button:focus,
.button:hover,
.button:focus {
  text-decoration: none;
}

button:active,
.button:active {
  text-decoration: none;
}
/* Form fields */

.hs-form-field {
  margin-bottom: 1.4rem;
}
.hs_recaptcha.hs-recaptcha.field.hs-form-field .grecaptcha-badge {
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
}

@media (max-width: 479px) {
  .hs_recaptcha.hs-recaptcha.field.hs-form-field .grecaptcha-badge {
    overflow-x: auto;
  }
}
/* Labels */

form label {
  display: block;
  font-size: 0.875rem;
  margin-bottom: 0.35rem;
}

/* Help text - legends */

form legend {
  font-size: 0.875rem;
}

/* Inputs */

form input[type=text],
form input[type=email],
form input[type=password],
form input[type=tel],
form input[type=number],
form input[type=file],
form select,
form textarea {
  border: 3px solid;
    display: inline-block;
    min-height: 42px;
    outline: none;
    padding: .375rem .75rem;
    width: 100%;
    font-size: 0.835rem;
}

form fieldset {
  max-width: 100% !important;
}

textarea.hs-input {
  min-height: 90px;
}

/* Inputs - checkbox/radio */

form .inputs-list {
  margin: 0;
  padding: 0;
  list-style: none;
}

form .inputs-list > li {
  display: block;
  margin: 0.7rem 0;
}

form .inputs-list input,
form .inputs-list span {
  vertical-align: middle;
}

form input[type=checkbox],
form input[type=radio] {
    cursor: pointer;
    margin-right: 0.3rem;
    margin-top: -0.2rem;
}

form label.hs-form-booleancheckbox-display input:checked +span:before {
  background-color: #2196F3;
  position: absolute;
  top: -3px;
  left: 0;
  height: 25px;
  width: 25px;
  content: '';
  border-radius: 5px;
}


form label.hs-form-booleancheckbox-display input:checked +span:after {
  left: 9px;
  top: 1px;
  width: 7px;
  height: 12px;
  border: solid white;
  border-width: 0 3px 3px 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  content: "";
  position: absolute;
  display: block;
}



form label.hs-form-booleancheckbox-display {
  position: relative;
}
form input[type=checkbox],
form input[type=radio] {
  width: 25px !important;
  height: 25px !important;
  border-radius: 5px;
  border: 3px solid;
  appearance: none;
  border-color: #CDD9E0 !important;
  border-width: 1px !important;
}
/* Inputs - datepicker */

.hs-dateinput {
  position: relative;
}

.hs-dateinput:before {
  content:'\01F4C5';
  position: absolute;
  right: 10%;
  top: 50%;
  transform: translateY(-50%);
}

.fn-date-picker .pika-table thead th {
  color: #FFF;
}

.fn-date-picker td.is-selected .pika-button {
  border-radius: 0;
  box-shadow: none;
}

.fn-date-picker td .pika-button:hover,
.fn-date-picker td .pika-button:focus {
  border-radius: 0 !important;
  color: #FFF;
}

/* Inputs - file picker */

form input[type=file] {
  background-color: transparent;
  border: initial;
  padding: initial;
}

/* Headings and text */

form .hs-richtext,
form .hs-richtext p {
  font-size: 0.875rem;
  margin: 0 0 1.4rem;
}

form .hs-richtext img {
  max-width: 100% !important;
}

/* GDPR */

.legal-consent-container .hs-form-booleancheckbox-display > span,
.legal-consent-container .hs-form-booleancheckbox-display > span p {
  margin-left: 1rem !important;
}

/* Validation */

.hs-form-required {
  color: #EF6B51;
}

.hs-input.invalid.error {
  border-color: #EF6B51;
}


ul.hs-error-msgs label,
.hs-error-msg {
  color: #EF6B51;
  margin-top: 0.35rem;
}

/* Submit button */
.secondary-btn,
.button,
form input[type=submit],
form .hs-button,
.primary-btn{
  cursor: pointer;
  display: inline-block;
  font-size: 1.125rem;
  text-align: center;
  transition: all 0.15s linear;
  white-space: normal;
  border-style:solid;
  border-width:3px;
  outline: none;
}

/* Captcha */

.grecaptcha-badge {
  margin: 0 auto;
}

@media(min-width:768px){

  fieldset.form-columns-2 {
    display: flex;
    column-gap: 20px;
  }
}

@media(max-width:767px){
  form label.hs-form-booleancheckbox-display {
    display: flex;
    justify-content: center;
    gap: 0.7rem;
    flex-wrap: nowrap;
  }

  form input[type=checkbox], form input[type=radio] {
    width: auto;
    max-width: 25px;
  }

  form label.hs-form-booleancheckbox-display >span {
    width: 90%;
  }
  
  .legal-consent-container .hs-form-booleancheckbox-display>span, .legal-consent-container .hs-form-booleancheckbox-display>span p {
    margin-left: 0rem!important;
  }
}
@media(max-width:479px){
  form input[type=text],
  form input[type=email],
  form input[type=password],
  form input[type=tel],
  form input[type=number],
  form input[type=file],
  form select,
  form textarea {
    width:100% !important;
  }
}



.book-a-demo-banner .widget-type-form h3.hs_cos_wrapper.form-title#hs_cos_wrapper_widget_1694415692293_title {
    text-align: center !important;
    font-size: 1.5rem;
    margin-bottom: 1.4rem;
}

@media(max-width: 1024px){
  .book-a-demo-banner fieldset.form-columns-2 {
      flex-direction: column;
  }
  
  .book-a-demo-banner .field.hs-form-field {
    width: 100% !important;
  }
}
/* Table */

table {
  border: 1px solid;
  margin-bottom: 1.4rem;
  overflow-wrap: break-word;
}

/* Table Cells */

th,
td {
  border: 1px solid;
  padding: 0.75rem;
  vertical-align: top;
}

/* Table Header */

thead th,
thead td {
  border-bottom: 2px solid;
  vertical-align: bottom;
}
:root {
    --phs-primary-color: #1a1a2e;
    --phs-primary-light: #16213e;
    --phs-accent-color: #EF21AD;
    --phs-text-primary: #0A162F;
    --phs-text-secondary: #666666;
    --phs-text-light: #999999;
    --phs-background: #ffffff;
    --phs-background-light: #f8f9fa;
    --phs-dropdown-bg: #D2EDFD;
    --phs-active-bg-color: #BDE3FC;
    --phs-border-light: #e9ecef;
    --phs-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.1);
    --phs-shadow-lg: 0 1rem 2rem rgba(0, 0, 0, 0.15);
    --phs-transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
    --phs-transition-fast: all 0.2s ease;
    --phs-nav-min-height: 4rem;
    --phs-border-radius: 0.5rem;
    --phs-border-radius-lg: 1.875rem;
    --phs-spacing-xs: 0.25rem;
    --phs-spacing-sm: 0.5rem;
    --phs-spacing-md: 1rem;
    --phs-spacing-lg: 1.5rem;
    --phs-spacing-xl: 2rem;
    --phs-spacing-xxl: 3rem;
    --phs-font-size-sm: 0.875rem;
    --phs-font-size-base: 0.92rem;
    --phs-font-size-lg: 1.125rem;
    --phs-font-size-xl: 1.25rem;
    --phs-font-size-xxl: 1.5rem;
    --phs-font-weight-normal: 400;
    --phs-font-weight-medium: 500;
    --phs-font-weight-semibold: 600;
    --phs-font-weight-bold: 700;
    --phs-dark-bg-text: #A7DDFF;
    --phs-indigo-bg-1: #22344e;
}

html {
    scroll-behavior: smooth;
}

body {
    color: var(--phs-text-primary);
    background-color: var(--phs-background);
}

/* Header Styles */
.website_hdr {
    position: relative;
    background-color: var(--phs-background);
    z-index: 1000;
}

.phs-navbar {
    position: relative;
}

.phs-nav-container {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin: 0 auto;
    height: var(--phs-nav-min-height);
}

/* Logo Styles */
.phs-logo {
    flex-shrink: 0;
}

.phs-logo-link {
    text-decoration: none;
    color: var(--phs-text-primary);
}

.phs-logo-text {
    font-size: var(--phs-font-size-xl);
    font-weight: var(--phs-font-weight-bold);
    color: var(--phs-primary-color);
}

.phs-logo-text-orange {
    color: #ff6b35;
    font-weight: var(--phs-font-weight-bold);
    font-size: var(--phs-font-size-lg);
}

.phs-logo-text-red {
    color: #e53e3e;
    font-weight: var(--phs-font-weight-bold);
    font-size: var(--phs-font-size-sm);
}

.phs-logo-circle {
    width: 3rem;
    height: 3rem;
    border: 2px solid #e53e3e;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
}

/* Navigation Menu - Unified Responsive */
.phs-nav-menu {
    display: none;
    position: fixed;
    top: var(--phs-nav-min-height);
    left: 0;
    right: 0;
    bottom: 0;
    background-color: var(--phs-background);
    border-top: 1px solid var(--phs-border-light);
    box-shadow: var(--phs-shadow);
    opacity: 0;
    transform: translateY(-1rem);
    transition: var(--phs-transition);
    overflow-y: auto;
    z-index: 999;
}

.phs-nav-menu.phs-menu-open {
    display: flex;
    opacity: 1;
    transform: translateY(0);
    flex-direction: column;
}

.phs-nav-list {
    display: flex;
    flex-direction: column;
    gap: 0;
    list-style: none;
    margin: 0;
    padding: var(--phs-spacing-lg);
    min-height: 100%;
}

.phs-nav-item {
    position: relative;
    border-bottom: 1px solid var(--phs-border-light);
}

html:has(.phs-dropdown-open)::after {
    content: '';
    background: #00000078;
    width: 100%;
    height: 100%;
    position: fixed;
    z-index: 1;
    top: 0;
    left: 0;
}

/* Desktop navigation - show horizontally */
@media (min-width: 1025px) {

    .phs-nav-menu {
        display: flex !important;
        position: static;
        background: transparent;
        border: none;
        box-shadow: none;
        overflow: visible;
        opacity: 1;
        transform: none;
        transition: none;
        padding-left: 2.2rem;
        flex: 1;
    }

    .phs-nav-list {
        flex-direction: row;
        align-items: center;
        gap: var(--phs-spacing-xl);
        padding: 0;
        min-height: auto;
    }

    .phs-nav-list {
        display: flex;
        align-items: center;
        list-style: none;
        gap: calc(var(--phs-spacing-lg) * 0.75);
    }

    .phs-nav-item {
        border-bottom: none;
    }

    .phs-mobile-actions {
        display: none;
    }
}

/* Unified nav header and link styles */
.phs-nav-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0;
    cursor: pointer;
    transition: var(--phs-transition-fast);
}

.phs-nav-item {
    position: relative;
}

.phs-nav-link {
    display: flex;
    align-items: center;
    gap: var(--phs-spacing-sm);
    padding: var(--phs-spacing-sm) 0;
    text-decoration: none;
    color: var(--phs-text-primary);
    font-weight: var(--phs-font-weight-medium);
    font-size: var(--phs-font-size-base);
    transition: var(--phs-transition-fast);
    cursor: pointer;
}

.phs-nav-link:hover {
    color: var(--phs-accent-color);
}

.phs-dropdown-toggle {
    background: none;
    border: none;
    padding: var(--phs-spacing-md);
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: var(--phs-border-radius);
    transition: var(--phs-transition-fast);
    min-width: 3rem;
    min-height: 3rem;
}

/* Desktop styles */
@media (min-width: 769px) {
    .phs-nav-header {
        padding: 0;
        cursor: default;
    }

    .phs-nav-header:hover {
        background-color: transparent;
    }

    .phs-nav-link {
        padding: var(--phs-spacing-sm) 0;
        flex: none;
    }

}

@media(min-width:1080px){
 .phs-dropdown-toggle {
        display: none;
    }
}

.phs-dropdown-icon {
    transition: var(--phs-transition-fast);
}

.phs-dropdown-icon {
    transition: var(--phs-transition-fast);
    position: relative;
    top: 2px;
    width: 11px;
    height: 11px;
}

.phs-nav-item.phs-dropdown-active .phs-dropdown-icon {
    transform: rotate(180deg);
}

/* Navigation Actions */
.phs-nav-actions {
    display: flex;
    align-items: center;
    gap: var(--phs-spacing-lg);
}

.phs-nav-login,
.phs-nav-demo {
    text-decoration: none;
    color: var(--phs-text-primary);
    font-weight: var(--phs-font-weight-medium);
    transition: var(--phs-transition-fast);
}

.phs-nav-login:hover,
.phs-nav-demo:hover {
    color: var(--phs-accent-color);
}

.phs-nav-cta {
    padding: 0.7rem 1.1rem 0.85rem;
    text-decoration: none;
    color: var(--phs-background);
    font-weight: var(--phs-font-weight-medium);
    background-color: var(--phs-primary-color);
    border-radius: 2rem;
    transition: var(--phs-transition-fast);
}

.phs-nav-cta:hover {
    background-color: var(--phs-accent-color);
    transform: translateY(-0.125rem);
    color:#fff;
}

.phs-footer-link:hover{
color:var(--phs-accent-color);
}


/* Mega Dropdown Styles */
.phs-mega-dropdown {
    position: fixed;
    top: var(--phs-nav-min-height);
    left: 50%;
    transform: translateX(-50%);
    width: 60rem;
    max-width: calc(100vw - 3rem);
    background-color: #ffffff;
    border-radius: var(--phs-border-radius);
    box-shadow: var(--phs-shadow-lg);
    opacity: 0;
    visibility: hidden;
    transform: translateX(-50%) translateY(-1rem);
    transition: var(--phs-transition);
    z-index: 1000;
    margin-top: 0;
    pointer-events: none;
}

.phs-mega-dropdown.phs-dropdown-open {
    opacity: 1;
    visibility: visible;
    transform: translateX(-50%) translateY(0);
  pointer-events: initial;
}


.phs-dropdown-container {
    padding: var(--phs-spacing-xl);
}

/* Vertical Tabs Dropdown */
.phs-dropdown-vertical .phs-dropdown-container {
    display: flex;
    padding: 0;
}

.phs-nav-ver-cont {
    min-height: 220px;
}

.phs-tab-content .phs-feature-grid {
    padding: var(--phs-spacing-xl);
    background: var(--phs-dropdown-bg);
}

.phs-vertical-tabs {
    flex-shrink: 0;
    width: 13rem;
    display: flex;
    flex-direction: column;
    background: #fff;
    overflow: hidden;
    border-top-left-radius: var(--phs-border-radius);
    border-bottom-left-radius: var(--phs-border-radius);
    box-shadow: 3px 4px 5px rgba(0, 0, 0, 0.1);
    z-index: 9;
}

.phs-tab-item {
    padding: 0.7rem var(--phs-spacing-md);
    cursor: pointer;
    transition: var(--phs-transition-fast);
}

.phs-tab-item:hover,
.phs-tab-item.phs-tab-active {
    background-color: var(--phs-active-bg-color);
}

/* Desktop vertical tabs */
@media (min-width: 769px) {
    .phs-dropdown-vertical .phs-dropdown-container {
        flex-direction: row;
    }

    .phs-tab-navigation {
        flex-shrink: 0;
        width: 12rem;
        flex-direction: column;
        gap: var(--phs-spacing-xs);
        overflow-x: visible;
        margin-bottom: 0;
    }
}

@media (min-width: 769px) {
    .phs-tab-item {
        flex-shrink: 1;
        min-width: auto;
        text-align: left;
    }
}

.phs-tab-title {
    font-weight: var(--phs-font-weight-semibold);
    color: var(--phs-text-primary);
    font-size: var(--phs-font-size-base);
}

.phs-tab-content {
    flex: 1;
    position: relative;
}

.phs-tab-panel {
    opacity: 0;
    visibility: hidden;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    transition: var(--phs-transition);
}

.phs-tab-panel.phs-tab-panel-active {
    opacity: 1;
    visibility: visible;
    position: relative;
}

.phs-feature-grid {
    display: grid;
    grid-template-columns: repeat(1, 1fr);
    gap: var(--phs-spacing-lg);
}

.phs-feature-item,
.phs-menu-item {
    transition: var(--phs-transition-fast);
    cursor: pointer;
}

.phs-feature-item:hover {
    transform: translateY(-0.125rem);
}

.phs-feature-title {
    font-size: var(--phs-font-size-base);
    font-weight: var(--phs-font-weight-semibold);
    color: var(--phs-text-primary);
    margin-bottom: var(--phs-spacing-xs);
}

.phs-feature-item:hover .phs-feature-title,
.phs-menu-item:hover .phs-menu-title {
    color: var(--phs-accent-color);
}

.phs-feature-desc {
    font-size: var(--phs-font-size-sm);
    line-height: 1.4;
    margin-bottom: 0.25rem;
}

.phs-nav-ver-cont .phs-tab-panel:not(:first-child) .phs-feature-grid {
    grid-template-columns: repeat(1, 1fr);
}

.phs-dropdown-footer .phs-footer-link:not(:last-child)::before {
    content: '';
    position: absolute;
    right: -1.15rem;
    top: calc(50% + 1px);
    transform: translateY(-50%);
    height: 15px;
    width: 1px;
    background: var(--phs-primary-color);
}

.phs-simple-column {
    position: relative;
}

.phs-simple-grid .phs-simple-column:last-child::before {
    content: '';
    position: absolute;
    left: -1.6rem;
    height: 100%;
    width: 1px;
    background: rgba(217, 217, 217, 0.70);
}

/* .phs-dropdown-vertical .phs-dropdown-footer {
    border-radius: 0;
} */

/* Simple Two Column Dropdown */
.phs-simple-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: var(--phs-spacing-xxl);
}

.phs-simple-column {
    display: flex;
    flex-direction: column;
    gap: var(--phs-spacing-lg);
}

.phs-column-title {
    font-size: 1.4rem;
    font-weight: var(--phs-font-weight-bold);
    color: var(--phs-text-primary);
    margin-bottom: var(--phs-spacing-sm);
    font-family: 'NT Wagner' !important;
}

.phs-menu-item {
    border-radius: var(--phs-border-radius);
    transition: var(--phs-transition-fast);
}

.phs-menu-title {
    font-size: var(--phs-font-size-base);
    font-weight: var(--phs-font-weight-semibold);
    color: var(--phs-primary-color);
    margin-bottom: var(--phs-spacing-xs);
}

.phs-menu-desc {
    font-size: var(--phs-font-size-sm);
    line-height: 1.4;
}

/* Testimonial Styles */
.phs-testimonial {
    background-color: rgba(255, 255, 255, 0.7);
    border-radius: var(--phs-border-radius);
}

.phs-testimonial-logo {
    margin-bottom: var(--phs-spacing-md);
}

.phs-testimonial-quote {
    font-size: var(--phs-font-size-lg);
    font-weight: var(--phs-font-weight-semibold);
    color: var(--phs-text-primary);
    margin-bottom: var(--phs-spacing-md);
    padding: 0;
    border: 0;
}

.phs-testimonial-logo img {
    max-width: 170px;
}

.phs-testimonial-text {
    font-size: var(--phs-font-size-sm);
    color: var(--phs-text-secondary);
    line-height: 1.5;
    margin-bottom: var(--phs-spacing-lg);
}

.phs-testimonial-author {
    display: flex;
    align-items: center;
    gap: var(--phs-spacing-md);
}

.phs-author-avatar {
    width: 3rem;
    height: 3rem;
/*     background-color: var(--phs-accent-color); */
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--phs-background);
    font-weight: var(--phs-font-weight-bold);
    font-size: var(--phs-font-size-lg);
}

.phs-author-name {
    font-weight: var(--phs-font-weight-semibold);
    color: var(--phs-text-primary);
    font-size: var(--phs-font-size-sm);
}

.phs-author-role {
    font-size: var(--phs-font-size-sm);
    color: var(--phs-text-light);
}

/* Dropdown Footer */
.phs-dropdown-footer {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    gap: 2rem;
    padding: var(--phs-spacing-md);
    background-color: var(--phs-active-bg-color);
    border-radius: 0 0 var(--phs-border-radius) var(--phs-border-radius);
}

.phs-footer-link {
    text-decoration: none;
    color: var(--phs-text-primary);
    font-weight: var(--phs-font-weight-medium);
    transition: var(--phs-transition-fast);
    position: relative;
    padding-right: 1.25rem;
    font-size: 14px;
}

.phs-footer-link::after {
    content: '';
    position: absolute;
    top: calc(50% + 1px);
    right: -0.5rem;
    transform: translate(-50%, -50%);
    width: 0.65rem;
    height: 0.65rem;
    background-image: url('data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%20width%3D%228%22%20height%3D%2212%22%20viewBox%3D%220%200%208%2012%22%20fill%3D%22none%22%3E%3Cg%20clip-path%3D%22url(%23clip0_212_31)%22%3E%3Cpath%20d%3D%22M1%2011L6%206L1%201%22%20stroke%3D%22black%22%20stroke-width%3D%222%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22/%3E%3C/g%3E%3Cdefs%3E%3CclipPath%20id%3D%22clip0_212_31%22%3E%3Crect%20width%3D%2212%22%20height%3D%228%22%20fill%3D%22white%22%20transform%3D%22translate(0%2012)%20rotate(-90)%22/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E');
    background-repeat: no-repeat;
    background-size: contain;
}


/* Mobile Menu Toggle */
.phs-mobile-toggle {
    display: none;
    flex-direction: column;
    justify-content: space-between;
    width: 1.5rem;
    height: 1.125rem;
    background: none;
    border: none;
    cursor: pointer;
    padding: 0;
}

.phs-hamburger {
    width: 100%;
    height: 2px;
    background-color: var(--phs-text-primary);
    transition: var(--phs-transition-fast);
    transform-origin: center;
}

.phs-mobile-toggle.phs-menu-open .phs-hamburger:nth-child(1) {
    transform: rotate(45deg) translate(0.37rem, 0.37rem);
}

.phs-mobile-toggle.phs-menu-open .phs-hamburger:nth-child(2) {
    opacity: 0;
    transform: translateX(1rem);
}

.phs-mobile-toggle.phs-menu-open .phs-hamburger:nth-child(3) {
    transform: rotate(-45deg) translate(0.35rem, -0.35rem);
}

button.phs-mobile-toggle.phs-menu-open[aria-expanded="true"] {
    overflow: hidden;
}



/* Mobile Menu */
.phs-mobile-menu {
    display: none;
    position: fixed;
    top: var(--phs-nav-min-height);
    left: 0;
    right: 0;
    bottom: 0;
    background-color: var(--phs-background);
    border-top: 1px solid var(--phs-border-light);
    box-shadow: var(--phs-shadow);
    opacity: 0;
    transform: translateY(-1rem);
    transition: var(--phs-transition);
    overflow-y: auto;
    z-index: 999;
}

.phs-mobile-menu.phs-menu-open {
    opacity: 1;
    transform: translateY(0);
}

.phs-mobile-menu-content {
    padding: var(--phs-spacing-lg);
    min-height: 100%;
    display: flex;
    flex-direction: column;
}

.phs-mobile-nav-list {
    list-style: none;
    display: flex;
    flex-direction: column;
    gap: var(--phs-spacing-md);
    margin-bottom: var(--phs-spacing-xl);
}

.phs-mobile-nav-link {
    display: block;
    padding: var(--phs-spacing-md);
    text-decoration: none;
    color: var(--phs-text-primary);
    font-weight: var(--phs-font-weight-medium);
    border-radius: var(--phs-border-radius);
    transition: var(--phs-transition-fast);
}


.phs-mobile-login,
.phs-mobile-demo,
.phs-mobile-cta {
    display: block;
    text-align: center;
    padding: var(--phs-spacing-md);
    text-decoration: none;
    font-weight: var(--phs-font-weight-medium);
    border-radius: 2rem;
    transition: var(--phs-transition-fast);
}

.phs-mobile-login {
    color: var(--phs-text-primary);
}

.phs-mobile-login:hover {
    background-color: var(--phs-background-light);
}

.phs-mobile-demo {
    color: var(--phs-text-primary);
    border: 1px solid var(--phs-border-light);
}

.phs-mobile-demo:hover {
    background-color: var(--phs-background-light);
    border-color: var(--phs-text-secondary);
}

.phs-mobile-cta {
    color: var(--phs-background);
    background-color: var(--phs-primary-color);
}

.phs-mobile-cta:hover {
    background-color: var(--phs-primary-light);
}

/* Main Content */
.phs-main {
    min-height: 50vh;
}

.phs-hero {
    padding: var(--phs-spacing-xxl) 0;
    text-align: center;
    background-color: var(--phs-background-light);
}

.phs-container {
    max-width: 75rem;
    margin: 0 auto;
    padding: 0 var(--phs-spacing-lg);
}

.phs-hero h1 {
    font-size: var(--phs-font-size-xxl);
    font-weight: var(--phs-font-weight-bold);
    color: var(--phs-text-primary);
    margin-bottom: var(--phs-spacing-md);
}

.phs-hero p {
    font-size: var(--phs-font-size-lg);
    color: var(--phs-text-secondary);
    max-width: 40rem;
    margin: 0 auto;
}

/* Footer */
.phs-footer {
    background-color: var(--phs-primary-color);
    color: var(--phs-background);
    padding: var(--phs-spacing-lg) 0;
}

.phs-footer-container {
    max-width: 75rem;
    margin: 0 auto;
    padding: 0 var(--phs-spacing-lg);
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.phs-footer-text {
    color: rgba(255, 255, 255, 0.8);
    font-size: var(--phs-font-size-sm);
}

.phs-footer-actions {
    display: flex;
    gap: var(--phs-spacing-lg);
}

.phs-footer-action-link {
    color: rgba(255, 255, 255, 0.8);
    text-decoration: none;
    font-size: var(--phs-font-size-sm);
    transition: var(--phs-transition-fast);
}

.phs-footer-action-link:hover {
    color: var(--phs-background);
}

button.phs-mobile-toggle:focus,
button.phs-mobile-toggle:hover {
    background-color: transparent !important;
    border-color: transparent !important;
}
/* Responsive Design */
@media (max-width: 1200px) {
    .phs-nav-container {
        max-width: none;
        padding: 0 var(--phs-spacing-md);
    }

    .phs-mobile-simple-content,
    .phs-mobile-tab-content {
        padding: var(--phs-spacing-md);
    }

    .phs-mobile-tab-list {
        padding: 0 var(--phs-spacing-md);
        padding-top: var(--phs-spacing-md);
        margin-bottom: 0;
        border: 0;
    }
}

@media (max-width: 1024px) {
    :root {
        --phs-nav-min-height: 3.4rem;
    }

    .phs-mobile-actions {
        display: flex;
        flex-direction: column;
        gap: var(--phs-spacing-md);
        margin-top: auto;
        padding-top: var(--phs-spacing-lg);
        text-align: center;
    }
  
    .phs-dropdown-icon path {
        stroke: var(--phs-primary-color);
    }
  
    .phs-dropdown-toggle {
      min-width: 1.6rem;
      min-height: 1.6rem;
  }

    .phs-nav-list {
        padding: 0;
        min-height: initial;
    }

    .phs-nav-actions {
        gap: var(--phs-spacing-md);
    }

    .phs-feature-grid {
        grid-template-columns: 1fr;
    }

    .phs-simple-grid {
        grid-template-columns: 1fr;
        gap: var(--phs-spacing-xl);
    }

    .phs-nav-item {
        position: relative;
        padding: 0 var(--phs-spacing-sm);
    }

    .phs-tab-navigation .phs-tab-item {
        min-width: initial;
        padding: var(--phs-spacing-xs) 0.9rem;
        background: #fff;
    }

    .phs-tab-active:hover,
    .phs-tab-item.phs-tab-active {
        background-color: var(--phs-accent-color);
        color: var(--phs-background);
        border-color: var(--phs-accent-color);
    }

    .phs-tab-content .phs-feature-grid {
        padding: 0.85rem 0.25rem;
    }

    .phs-dropdown-vertical .phs-dropdown-footer {
        border-radius: var(--phs-border-radius);
    }

    .phs-tab-active .phs-tab-title {
        color: #fff;
    }

    .phs-tab-navigation {
        display: flex;
        align-items: center;
        flex-wrap: wrap;
        gap: 0.45rem;
    }

    .phs-has-dropdown.phs-dropdown-active {
        background: var(--phs-dropdown-bg);
        padding-top: 0.05rem;
        padding-bottom: 0.85rem;
    }


    .phs-nav-link .phs-dropdown-icon {
        display: none;
    }

    .phs-mega-dropdown {
        left: 1.5rem;
        right: 1.5rem;
        width: auto;
        transform: none;
        max-width: none;
        position: initial;
        box-shadow: none;
        display: none;
    }

    .phs-dropdown-active .phs-mega-dropdown {
        display: block;
        transform: translateY(0);
        background: transparent;
    }

    .phs-nav-menu,
    .phs-nav-actions {
        display: none;
    }

    .phs-mobile-toggle {
        display: flex;
    }

    .phs-mobile-menu {
        display: block;
    }

    .phs-dropdown-container {
        padding: var(--phs-spacing-lg);
    }

    .phs-dropdown-vertical .phs-dropdown-container {
        flex-direction: column;
        background: transparent;
    }

    .phs-vertical-tabs {
        width: 100%;
        flex-direction: row;
        overflow-x: auto;
        gap: 0;
        margin-bottom: 0.5rem;
        border-radius: var(--phs-border-radius);
        justify-content: space-between;
    }

    .phs-vertical-tabs .phs-tab-item {
        flex: 1;
    }

    .phs-tab-item {
        flex-shrink: 0;
    }

    .phs-footer-container {
        flex-direction: column;
        gap: var(--phs-spacing-md);
        text-align: center;
    }

    .phs-footer-actions {
        flex-wrap: wrap;
        justify-content: center;
    }

    .phs-mobile-menu-content {
        padding: 0;
    }

    .phs-mobile-actions {
        padding: var(--phs-spacing-lg);
    }

    .phs-mobile-nav-list {
        gap: 0;
    }

    .phs-simple-column h4.phs-column-title {
        margin-bottom: -0.8rem;
    }

    .phs-dropdown-container {
        padding: 0.9rem;
        background: #fff;
        border-radius: var(--phs-border-radius);
        border-bottom-right-radius: 0;
        border-bottom-left-radius: 0;
    }

  .phs-logo-link img {
      max-width: 130px !important;
  }
  
   .phs-header .button:active,
   .phs-header .button:focus,
   .phs-header .button:hover,
   .phs-header button:active,
   .phs-header button:focus,
   .phs-header button:hover {
        background-color: transparent;
        border-color: transparent;
        color: #fff;
    }
  
    a, a:active, a:focus, a:hover {
      color: var(--phs-text-primary);
  }

  .phs-nav-cta:focus, .phs-nav-cta:hover {
    color: #fff;
  }
  
  .p-mob-foot {
      margin-bottom: 0.7rem;
  }
}

@media (max-width: 1190px) {
    .phs-nav-container {
        padding: 0 0;
    }  
}

@media (max-width: 480px) {

    :root {
       --phs-spacing-sm: 0.8rem;
       --phs-font-size-base: 0.86rem;
    }
  
      .phs-vertical-tabs .phs-tab-item {
          padding: 0.45rem;
          text-align: center;
          font-size: 14px;
      }

    .phs-nav-container {
        padding: 0;
    }

    .phs-container {
        padding: 0 var(--phs-spacing-sm);
    }

    .phs-hero {
        padding: var(--phs-spacing-xl) 0;
    }

    .phs-hero h1 {
        font-size: var(--phs-font-size-xl);
    }

    .phs-hero p {
        font-size: var(--phs-font-size-base);
    }

    .phs-mobile-nav-header .phs-mobile-nav-link {
        padding-left: var(--phs-spacing-sm);
    }

    .phs-mobile-feature-item {
        padding: var(--phs-spacing-sm);
    }

    .phs-mobile-simple-content {
        gap: var(--phs-spacing-sm);
    }

}

/* Utility Classes */
.phs-sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
    border: 0;
}

/* High contrast mode support */
@media (prefers-contrast: high) {
    :root {
        --phs-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.3);
        --phs-shadow-lg: 0 1rem 2rem rgba(0, 0, 0, 0.4);
    }

    .phs-tab-item,
    .phs-feature-item,
    .phs-menu-item {
        border: 1px solid rgba(0, 0, 0, 0.2);
    }
}

/* Reduced motion support */
@media (prefers-reduced-motion: reduce) {

    *,
    *::before,
    *::after {
        animation-duration: 0.01ms !important;
        animation-iteration-count: 1 !important;
        transition-duration: 0.01ms !important;
        scroll-behavior: auto !important;
    }
}
.footer-logo .hs_cos_wrapper_type_logo img {
  max-width: 180px;
  width: 9.5rem !important;
  height: 9.5rem;
  display: inline-block;
  margin-bottom: 1.8rem;
}

footer.footer {
  padding: 4rem 0;
  position: relative;
}

.footer-logo-description {
  margin-bottom: 1rem;
}

ul.footer-social-icon-list {
  list-style: none;
  margin: 0;
  padding: 0;
}

ul.footer-social-icon-list > li {
  display: inline-block;
}

.footer-social-icon {
  line-height: 0;
  font-size: 0;
}

ul.footer-social-icon-list > li svg.icon-svg {
  font-size: 0;
  line-height: 0;
  vertical-align: middle;
  width: 32px;
  width: 1.8rem;
  height: 1.8rem;
  display: inline-block;
  overflow: hidden;
}

.footer-logo-description p:last-child {
  margin-bottom: 0;
}

ul.footer-social-icon-list>li:not(:last-child) {
  padding-right: 1.5rem;
}

.footer-social-icons {
  margin-bottom: 1rem;
}

footer p:last-child {
  margin-bottom: 0;
}

/* .footer-top {
margin-bottom: 58px;
}
*/
/* .footer-menu-section .hs-menu-wrapper > ul {
  display: block;
}
 */
/* .footer-menu-section .hs-menu-wrapper > ul > li.hs-menu-item {
  width: calc(25% - 3px);
  display: inline-block;
} */

.footer-menu-section .hs-menu-wrapper > ul > li.hs-menu-item a {
  display: block;
  font-weight: 600;
  line-height: 1.42;
  margin-bottom: 2rem;
}

.footer-menu-section .hs-menu-wrapper > ul ul li.hs-menu-item a {
  font-weight: 400;
  margin-bottom: 0;
  line-height: 1.5;
}

.footer-menu-section .hs-menu-wrapper > ul ul li.hs-menu-item {
  margin-bottom: 1.25rem;
}

.footer-bottom {
  /*   margin-top: 34px; */
  line-height: 1.5;
}

.footer-logo-description p,
.footer-bottom p {
  line-height: 1.5;
}

footer.footer:before {
  background: linear-gradient(to right, var(--plm-light-blue) 25%, var(--plm-light-yellow) 25%, var(--plm-light-yellow) 25%, var(--plm-light-yellow) 50%, var(--plm-light-salmon) 50%, var(--plm-light-salmon) 75%, var(--plm-light-green) 75%, var(--plm-light-green) 100%);
  content: "";
  height: 0.28rem;
  left: 0;
  margin: 0;
  position: absolute;
  top: 0;
  width: 100%;
  display: inline-block;
  z-index: 1;
}

.footer-sec-divider hr {
  background-color: #000;
  border-top: 1px solid #14366f;
  height: 0;
  margin: 0;
  margin-top: 1.5rem;
  margin-bottom: 1.5rem;
}

ul.footer-social-icon-list>li.youtube_link svg {
  width: 35px;
}

.footer-menu-section .hs-menu-wrapper>ul>li.hs-menu-item a[href="javascript:;"] {
  pointer-events: none;
}

@media (min-width:768px) {

  .ft-desktop-menu{
    display:block;
  }

  .ft-mobile-menu{
    display:none !important;
  }

/*   .row-fluid [class*=span].footer-menu-section {
    padding: 0;
    padding-left: 9px;
  } */

  .footer-menu-section .hs-menu-wrapper>ul {
/*     --bs-gutter-x: 1.5rem;
    --bs-gutter-y: 0; */
    display: flex;
    flex-wrap: wrap;
/*     margin-top: calc(-1 * var(--bs-gutter-y));
    margin-right: calc(-.5 * var(--bs-gutter-x));
    margin-left: calc(-.5 * var(--bs-gutter-x)); */
  }

  .row-fluid [class*=span].footer-menu-section {
    padding: 0 !important;
  }

  .footer-menu-section .hs-menu-wrapper>ul>li.hs-menu-item {
    width: 25%;
    padding: 0 12px;
  }

  .footer-logo-section {
    margin-bottom: 1rem;
  }

  .footer-top-inner {
    --bs-gutter-x: 1.5rem;
    --bs-gutter-y: 0;
    display: flex;
    flex-wrap: wrap;
    margin-top: calc(-1 * var(--bs-gutter-y));
    margin-right: calc(-.5 * var(--bs-gutter-x));
    margin-left: calc(-.5 * var(--bs-gutter-x));
    width: auto;
  }

  .footer-top-inner > div {
    max-width: 100%;
    padding-right: calc(var(--bs-gutter-x) * .5) !important;
    padding-left: calc(var(--bs-gutter-x) * .5) !important;
    margin-top: var(--bs-gutter-y);
  }

  .footer-menu-section {
    margin-bottom: 1.5rem;
  }

  .footer-logo-section p {
    line-height: 1.5;
  }


}


@media (max-width:991px) {

  footer br{
    display:none;
  }

  .footer-menu-section .hs-menu-wrapper>ul>li.hs-menu-item {
    padding: 0 12px;
    width: 50%;
  }
  
}

@media (max-width:767px) {

  .ft-mobile-menu{
    display:block;
  }

  .ft-desktop-menu{
    display:none !important;
  }

  .footer-sec-divider hr {
    margin: 0;
    height: 0;
  }

  footer.footer {
    text-align: center;
    padding: 45px 0;
  }

  .footer-logo-description {
    margin-bottom: 25px;
  }

  .footer-logo-section {
    margin-bottom: 25px;
  }

  .footer-menu-section .hs-menu-wrapper>ul>li.hs-menu-item {
    width: 100%;
  }

  .footer-menu-section .hs-menu-wrapper>ul>li.hs-menu-item a {
    margin-bottom: 32px;
  }

  .footer-top {
    margin-bottom: 30px;
  }

  .footer-menu-section .hs-menu-wrapper>ul ul li.hs-menu-item:last-child {
    margin-bottom: 0;
  }

  .footer-bottom {
    margin-top: 31px;
  }

  .footer-btm-right p {
    text-align: center !important;
  }

  footer.footer {
    padding-bottom: 34px;
  }

  footer.footer .footer__container.content-wrapper {
    padding: 0 36px;
  }

  footer br {
    display: block;
  }

  .footer-btm-left {
    margin-bottom: 27px;
  }

  .footer-social-icons {
    margin-bottom: 29px;
  }

  .footer-logo .hs_cos_wrapper_type_logo img {
    max-width: 155px;
  }

}
/* Menu and simple menu */

.hs-menu-wrapper ul {
  display: flex;
  flex-wrap: wrap;
  list-style: none;
  margin: 0;
  padding-left: 0;
}

/* Horizontal menu */

.hs-menu-wrapper.hs-menu-flow-horizontal .hs-menu-children-wrapper {
  flex-direction: column;
}

@media (max-width: 767px) {
  .hs-menu-wrapper.hs-menu-flow-horizontal ul {
    flex-direction: column;
  }
}

/* Vertical menu */

.hs-menu-wrapper.hs-menu-flow-vertical ul {
  flex-direction: column;
}

/* Flyouts */

.hs-menu-wrapper.hs-menu-flow-vertical.flyouts ul {
  display: inline-flex;
}

@media (max-width: 767px) {
  .hs-menu-wrapper.hs-menu-flow-vertical ul {
    display: flex;
  }
}

.hs-menu-wrapper.flyouts .hs-item-has-children {
  position: relative;
}

.hs-menu-wrapper.flyouts .hs-menu-children-wrapper {
  left: -9999px;
  opacity: 0;
  position: absolute;
}

.hs-menu-wrapper.flyouts .hs-menu-children-wrapper a {
  display: block;
  white-space: nowrap;
}

.hs-menu-wrapper.hs-menu-flow-horizontal.flyouts .hs-item-has-children:hover > .hs-menu-children-wrapper {
  left: 0;
  opacity: 1;
  top: 100%;
}

.hs-menu-wrapper.hs-menu-flow-vertical.flyouts .hs-item-has-children:hover > .hs-menu-children-wrapper {
  left: 100%;
  opacity: 1;
  top: 0;
}

@media (max-width: 767px) {
  .hs-menu-wrapper.flyouts .hs-menu-children-wrapper,
  .hs-menu-wrapper.hs-menu-flow-horizontal.flyouts .hs-item-has-children:hover > .hs-menu-children-wrapper,
  .hs-menu-wrapper.hs-menu-flow-vertical.flyouts .hs-item-has-children:hover > .hs-menu-children-wrapper {
    left: 0;
    opacity: 1;
    position: relative;
    top: auto;
  }
}
/* Missing Template at Path: \'PlummHealth June 2025\/css\/style11.css\' */
@media(max-width:991px) and (min-width: 768px){
  .col4_row .col4 {
    width: 50%;
  }
}











@media(max-width:767px){
  .adv_filter h4 {
    /*     font-size: 1.125px ; */
  }

  .adv_filter h3 {
    font-size: 24px;
    /*     font-size: 1.4000000000000001px; */
  }
}


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

.cm_tcc ul li,
.widget-type-rich_text ul li{
  display: block;
  column-gap: 0;
  text-align:left;
  padding-bottom: 18px;
  padding-left: 40px;
}

.cm_tcc ul li:last-child,
.widget-type-rich_text ul li:last-child{
  padding-bottom: 0;
}





.cm_tcc ul li::before,
.widget-type-rich_text ul li::before{
  max-width: 20px;
  flex: 0 0 20px;
  margin-right: 18px;
  content: url("data:image/svg+xml,%3Csvg version='1.0' fill='%230A162F' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 512 512' aria-hidden='true'%3E%3Cg id='Check Circle1_layer'%3E%3Cpath d='M504 256c0 136.967-111.033 248-248 248S8 392.967 8 256 119.033 8 256 8s248 111.033 248 248zM227.314 387.314l184-184c6.248-6.248 6.248-16.379 0-22.627l-22.627-22.627c-6.248-6.249-16.379-6.249-22.628 0L216 308.118l-70.059-70.059c-6.248-6.248-16.379-6.248-22.628 0l-22.627 22.627c-6.248 6.248-6.248 16.379 0 22.627l104 104c6.249 6.249 16.379 6.249 22.628.001z'%3E%3C/path%3E%3C/g%3E%3C/svg%3E%0A");
    width: 20px;
    display: inline-block;
    vertical-align: top;
    position: absolute;
    left: 0;
    }

.cm_tcc ul,
.widget-type-rich_text ul {
  list-style: none;
  padding-lefT: 0;
  margin-bottom: 0;
  position: relative;
}


/*  */

.card_item {
  padding: 0 12px;
}

.adv_filter  .card_item {
  padding: 0 13.5px;
}


.card_item .card_inner {
  border-radius: 20px;
  overflow: hidden;
}

.card_item .img_wrap {
  height: 204px;
  display: block;
  position: relative;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  height: 260px;
}

.category {
  border-radius: 20px;
  display: inline-block;
  font-size: 16px;
  font-weight: 400;
  line-height: 1;
  overflow: hidden;
  padding: 13px 21px 9px 21px;
}

.card_item .img_wrap .category {
  left: 20px;
  bottom: 18px;
  position: absolute;
}

.card_item .category.not {
  display: table;
  margin-bottom: 10px;
  margin-right: auto;
}

.card_item .card_body {
  background: #173571;
  min-height: 191px;
  min-height: 243px;
  padding: 40px 37px 36px 37px;
  padding: 32px;
}

.card_item i.icon svg {
  width: 100%;
  height: 100%;
  fill: #359bec;
}

.card_item i.icon {
  width: 20px;
  height: 20px;
  display: inline-block;
}

.card_item i.icon svg path {
  stroke: #359bec;
}

.card_item .meta {
  display: inline-flex;
  column-gap: 25px;
  row-gap: 10px;
  flex-wrap: wrap;
  margin-bottom: 31px;
  align-items: center;
}

.card_item .meta > span {
  display: inline-flex;
  column-gap: 21px;
  row-gap: 10px;
  flex-wrap: wrap;
  align-items: center;
}

.card_item .card_body * {
  color: #fff;
}

.card_item .card_body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.card_item .link_text {
  margin-top: auto;
}


.card_item .meta > span {
  align-items: center;
}

.slick-slider ul.slick-dots li {
  width: 14px;
  height: 14px;
  font-size: 0;
}

.slick-slider ul.slick-dots li button {
  padding: 0;
  border: 0;
  width: 100%;
  height: 100%;
  border-radius: 100%;
  font-size: 0;
  background: #173571;
  opacity: 0.5;
}

.slick-slider ul.slick-dots li.slick-active button,
.slick-slider ul.slick-dots li:hover button {
  opacity: 1;
}

.slick-slider  ul.slick-dots li button:before {
  display: none;
}

.adv_filterDnd {
  overflow: hidden;
}

.filter_link.hs-button {
  border: 3px solid #cfd9df;
  border-radius: 14px;
  cursor: pointer;
  display: inline-block;
  flex-shrink: 0;
  font-family: Axiforma;
  font-size: 18px;
  font-weight: 700;
  line-height: 18px;
  padding: 16px 29px;
  text-align: center;
  transition: all .3s ease;
}

.filter_link.hs-button.active,
.filter_link.hs-button:hover {
  background: #173571;
  border-color: #173571;
  color: #fff;
}

.card_body .link_text {
  /*   font-size: 18px; */
  font-weight: 600;
}

.card_body .title {
  /*   font-size: 1.4rem; */
  line-height: 1.4;
}

.primary-btn{
  border-radius: 12px;
  font-size: 18px;
}

.card_body .arrow svg {
  width: 20px;
  height: 20px;
  height: 16px;
  width: 16px;
}

.card_body .link_text a {
  display: inline-flex;
  align-items: center;
}

.card_body .link_text a .arrow {
  margin-left: 19px;
  margin-left: 14px;
  line-height: 0;
  position: relative;
  top: -1px;
}

.card_body .arrow svg path {
  stroke-width: 15px;
}

.card_body .link_text a .arrow.right {
  transition: all 0.2s ease;
}

.card_body .link_text a:hover .arrow.right {
  margin-left: 22px;
}

.card_item .img_wrap a.overlayLink {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 5;
}

.card_body .link_text a .arrow.down {
  transform: rotate(90deg);
  transform-origin: center;
  transition: 0.2s ease;
}

.card_body .link_text a:hover .arrow.down {
  transform: rotate(90deg) translateX(5px);
}


.slick-slider,
.slick-slider *{
  outline: none; 
}

.how_it_wrk .content-wrapper,
.how_it_wrk .page-center {
  padding-left: 0;
  padding-right: 0;
}


.dnd_pad .content-wrapper, .dnd_pad .page-center {
  padding-left: 0;
  padding-right: 0;
}

.cm_cwt_top,
.banner.center .page-center {
  padding-left: 12px;
  padding-right: 12px;
}


.card_item .meta{
  font-size: 0.9375em;
  font-weight: normal; 
}

.card_item .meta > span span {
  position: relative;
  top: 2px;
  vertical-align: middle;
  display: inline-block;
}

.top_content {
  text-align: center;
  margin-bottom: 50px;
}

a.secondary-btn {
  background-color: #359bec;
  border-color: #359bec;
}

a.secondary-btn:focus{
  background-color: #359bec;
  border-color: #359bec;
  color: #fff;
}

a.secondary-btn:hover {
  color: #359bec;
  background: transparent;
  border-color: #359bec;
}


@media(max-width:767px){
  .card_item {
    padding: 0 10px;
  }

  .card_item .card_body {
    min-height: 200px;
    padding: 1.2rem;
  }

  .card_item .img_wrap {
    height: 217px;
  }


  .card_item .img_wrap .category {
    bottom: 16px;
    left: 15px;
  }

  .category {
    border-radius: 20px;
    font-size: .825em;
    padding: 10px 15px;
    font-size: 0.755em;
  }

  .card_item .meta > span {
    column-gap: 11px;
    font-size: 14px;
  }

  .card_body .link_text {
    font-size: 16px;
    font-weight: 500;
  }

  .card_item .meta {
    margin-bottom: 26px;
  }

  .card_body .link_text a .arrow {
    margin-left: 11px;
  }

  .card_body .arrow svg {
    height: 17px;
    width: 17px;
  }

  .card_body .link_text a:hover .arrow.right {
    margin-left: 16px;
  }


}