/*! 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.8; /* 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 {

}

/* 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;
}

:focus {
  outline: unset;  
}

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

 
 
 
 
 
 




























/*
var(--color-black)
var(--color-white)
var(--color-blue)
var(--color-sky-blue)
var(--color-red)
var(--color-green)
var(--color-green-10)
var(--color-green-20)
var(--color-green-30)
var(--color-green-40)
var(--color-green-45)
var(--color-green-50)
var(--color-green-60)
var(--color-green-70)
var(--color-green-linear)
var(--color-neutral)
var(--color-neutral-10)
var(--color-neutral-20)
var(--color-neutral-30)
var(--color-neutral-80)

var(--transition-default)

*/


:root {
  --color-black: #000000;
  --color-white: #FFFFFF;
  --color-blue: #013596;
  --color-sky-blue: #005092;
  --color-red: #F40011;
  --color-green: #0B1E0D;
  --color-green-10: #ECF7ED;
  --color-green-20: #D9EFDB;
  --color-green-30: #B2DFB6;
  --color-green-40: #85D58D;
  --color-green-45: #50C85B;
  --color-green-50: #3FAE49;
  --color-green-60: #328B3A;
  --color-green-70: #26682C;
  --color-green-linear: linear-gradient(270deg, #D9EFDB -5.04%, #50C85B 100%);;
  --color-neutral: #292B2D;
  --color-neutral-10: #F2F2F2;
  --color-neutral-20: #D3D4D4;
  --color-neutral-30: #BFC0C0;
  --color-neutral-80: #545557;
  --transition-default: all .4s ease-out;

}
/*
 * The Typekit service used to deliver this font or fonts for use on websites
 * is provided by Adobe and is subject to these Terms of Use
 * http://www.adobe.com/products/eulas/tou_typekit. For font license
 * information, see the list below.
 *
 * sarvatrik-latin-variable:
 *   - http://typekit.com/eulas/0000000000000000775f70b3
 *   - http://typekit.com/eulas/0000000000000000775f70b7
 *
 * © 2009-2026 Adobe Systems Incorporated. All Rights Reserved.
 */
/*{"last_published":"2026-04-17 17:56:54 UTC"}*/

@import url("https://p.typekit.net/p.css?s=1&k=ngj1vqo&ht=tk&f=54060.62322&a=92830348&app=typekit&e=css");

@font-face {
font-family:"sarvatrik-latin-variable";
src:url("https://use.typekit.net/af/d470af/0000000000000000775f70b3/31/l?subset_id=2&fvd=n1&v=3") format("woff2"),
  url("https://use.typekit.net/af/d470af/0000000000000000775f70b3/31/d?subset_id=2&fvd=n1&v=3") format("woff"),
  url("https://use.typekit.net/af/d470af/0000000000000000775f70b3/31/a?subset_id=2&fvd=n1&v=3") format("opentype");
font-display:swap ;
  font-style:normal;
  font-weight:200 700;
  font-stretch:normal;
}

@font-face {
font-family:"sarvatrik-latin-variable";
src:url("https://use.typekit.net/af/a3eec8/0000000000000000775f70b7/31/l?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=i2&v=3") format("woff2"),
  url("https://use.typekit.net/af/a3eec8/0000000000000000775f70b7/31/d?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=i2&v=3") format("woff"),
  url("https://use.typekit.net/af/a3eec8/0000000000000000775f70b7/31/a?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=i2&v=3") format("opentype");
font-display:swap ;
  font-style:italic;
  font-weight:200 700;
  font-stretch:normal;
}

.tk-sarvatrik-latin-variable { font-family: "sarvatrik-latin-variable",sans-serif; }

html {
  font-size: 16px;
}
/* @media (max-width: 1440px) {
html {
font-size: 16px;
}
}
@media (max-width: 1280px) {
html {
font-size: 16px;
}
} */

@media (max-width: 980px) {
  html {
    font-size: 15px;
  }
}

/* @media (max-width: 767px) {
html {
font-size: 14px;
}
} */

/* @media (max-width: 480px) {
html {
font-size: 14px;
}
} */

body {
  color: var(--color-neutral-80);
  font-family: 'sarvatrik-latin-variable', sans-serif;  
  /*   font-family:  sans-serif; */

  font-weight: 400;
  line-height: 1.4;
  word-break: break-word;
}


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

/* Paragraphs */

p {
  font-size: 1rem;
  margin: 0 0 1.4rem;
  font-weight: 400;
  line-height: 1.4;
}
.large-p p{
  font-size: 1.125rem;

}
strong {
  font-weight: 700;
}

/* Anchors */

a:not(.cp-btn) {
  color: inherit;
  transition: .4s ease-out;
  cursor: pointer;
  text-decoration: underline;
  vertical-align: unset;

}

a:not(.cp-btn):hover, 
a:not(.cp-btn):focus, 
a:not(.cp-btn):active {
  color: var(--color-green-50);

}

/* Headings */

h1, .title-h1,
h2, .title-h2,
h3, .title-h3,
h4, .title-h4,
h5, .title-h5,
h6, .title-h6 {
  color: var(--color-neutral);
  font-weight: 700; 
  margin: 0 0 1.5rem;
  line-height: 1;
  word-break: keep-all;
  letter-spacing: -0.02em;

}


h1 span, .title-h1 span,
h2 span, .title-h2 span,
h3 span, .title-h3 span,
h4 span, .title-h4 span,
h5 span, .title-h5 span,
h6 span, .title-h6 span {
  color: var(--color-green-60);
}
h1, .title-h1 {
  font-size: clamp(38px, 88 / 1440 * 100vw, 88px) !important;
  line-height: 1;
  margin-bottom: 2rem;

}

h2, .title-h2{
  font-size: clamp(34px, 72 / 1440 * 100vw, 72px) !important;
}

h3, .title-h3 {
  font-size: clamp(32px, 56 / 1440 * 100vw, 56px) !important;

}

h4, .title-h4 {
  font-size: clamp(23px, 40 / 1440 * 100vw, 40px) !important;
  line-height: 1.2;
}

h5, .title-h5 {
  font-size: clamp(23px, 32 / 1440 * 100vw, 32px) !important;
}

h6, .title-h6 {
  font-size: clamp(20px, 24 / 1440 * 100vw, 24px) !important;
  font-weight: 600;
  /*   letter-spacing: -0.015em; */

}

/* @media (max-width: 1440px) {

h1 {
font-size: 4.2rem;
}
}
@media (max-width: 1400px) {

h1 {
font-size: 3.5rem;
}
}
@media (max-width: 980px){
h1 {
font-size: 3.2rem;
}
}
@media (max-width: 767px) {
h1 {
font-size: 2.7rem;
}



h3 {
font-size: 1rem;
}

h4 {
font-size: 1.25rem;
line-height: 1.25;
}
} */

/* Lists */

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


ul ul,
ol ul,
ul ol,
ol ol {
  margin: 0;
}
ul{
  list-style:disc;
}

ul li::marker {
  color:var(--color-green-50);

}
img{
  max-width: 100%;
  object-fit: contain;
}

/* Code blocks */

code {
  vertical-align: bottom;
}

/* Blockquotes */

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

/* Horizontal rules */

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

/* Subscripts and superscripts */

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

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

/* Focus styles */

/* :focus {
outline: auto;
} */


/* white text sections */
.light-text-section {
  color: var(--color-white);

}
.light-text-section a:not(:hover):not(.cta_button):not(.cp-btn),
.light-text-section h1, .light-text-section .title-h1,
.light-text-section h2, .light-text-section .title-h2,
.light-text-section h3, .light-text-section .title-h3,
.light-text-section h4, .light-text-section .title-h4,
.light-text-section h5, .light-text-section .title-h5,
.light-text-section h6, .light-text-section .title-h6 {
  color: var(--color-white);

}
/* .cp-text-anim-word-accent-visible, */
.green-gradient-text {
  background: var(--Linear, linear-gradient(270deg, var(--color-green-20) -5.04%, var(--color-green-45) 100%));
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;

}
.sap-style {
  font-size: 62%;
  vertical-align: 0.6em;

}

/* ..temp */
.chromeperfectpixel-title{
  font-size:1rem !important;
}
/* Back to top */
.cp-btt.back-to-top-mod {
  position: fixed;
  right: 24px;
  bottom: 24px;
  z-index: 999;
  pointer-events: none;
}

.cp-btt.back-to-top-mod .cp-btt__button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 44px;
  height: 44px;
  border: 0;
  border-radius: 0;
  background-color: var(--color-green-45, #50c85b);
  color: var(--color-neutral, #292b2d);
  font-size: 20px;
  line-height: 1;
  cursor: pointer;
  box-shadow: 0 10px 24px rgba(0, 0, 0, 0.2);
  opacity: 0;
  transform: translateY(10px);
  transition: all 0.4s ease-out;
  pointer-events: none;
}

.cp-btt.back-to-top-mod .cp-btt__icon {
  display: block;
  width: 18px;
  height: 15px;
  transform: rotate(-90deg);
  transform-origin: center;
}

.cp-btt.back-to-top-mod.is-visible {
  pointer-events: auto;
}

.cp-btt.back-to-top-mod.is-visible .cp-btt__button {
  opacity: 1;
  transform: translateY(0);
  pointer-events: auto;
}

.cp-btt.back-to-top-mod .cp-btt__button:hover {
  background-color: var(--color-green-60, #328b3a);
}
.cp-btt.back-to-top-mod .cp-btt__button  svg path {

  transition: all 0.4s ease-out;
}

.cp-btt.back-to-top-mod .cp-btt__button:hover svg path {
  fill: #fff;
}


.cp-btt.back-to-top-mod .cp-btt__button:focus-visible {
  outline: 2px solid var(--color-white, #ffffff);
  outline-offset: 2px;
}

@media (max-width: 980px) {
  .cp-btt.back-to-top-mod {
    right: 16px;
    bottom: 16px;
  }
}

/* End BAck to top */


/* background media */

.cp-bg-media {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  --cp-bg-video-ratio: 1.7778; /* 16 / 9 by default */
  z-index: -1;
  pointer-events: none;
  overflow: hidden;
}

.cp-bg-media__layer {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
}

.cp-bg-media__layer--image {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.cp-bg-media__layer--video {
  background-color: #000;
  pointer-events: none !important;
}

.cp-bg-media__layer--fade {
  opacity: 0;
  transition: opacity 1s ease;
}

.cp-bg-media__layer--fade.cp-bg-media__layer--fade-in {
  opacity: 1;
}

.cp-bg-media__layer--video .hs-video-widget,
.cp-bg-media__layer--embed .hs-video-widget {
  position: absolute;
  top: 50%;
  left: 50%;
  width: max(100vw, calc(100vh * var(--cp-bg-video-ratio)));
  height: max(100vh, calc(100vw / var(--cp-bg-video-ratio)));
  transform: translate(-50%, -50%);
  pointer-events: none !important;
}

@supports (width: 1cqw) {
  .cp-bg-media__layer--video .hs-video-widget,
  .cp-bg-media__layer--embed .hs-video-widget {
    width: max(100cqw, calc(100cqh * var(--cp-bg-video-ratio)));
    height: max(100cqh, calc(100cqw / var(--cp-bg-video-ratio)));
  }
}

.cp-bg-media__layer--video .hs-video-widget iframe,
.cp-bg-media__layer--embed .hs-video-widget iframe,
.cp-bg-media__layer--embed > iframe {
  position: absolute !important;
  inset: 0 !important;
  width: 100% !important;
  height: 100% !important;
  transform: none !important;
  border: 0;
  pointer-events: none !important;
}

.cp-bg-media__overlay {
  position: absolute;
  inset: 0;
  z-index: 1;
} 



/* background media end */







/* cp-logo-rows-mod */
.cp-logo-rows-mod {
  width: 100%;
}

.cp-logo-rows-mod .cp-logo-rows__title {
  margin: 0 0 28px;
  text-align: center;
}

.cp-logo-rows-mod .cp-logo-rows__grid {
  --logo-cols: 6;
  display: grid;
  grid-template-columns: repeat(var(--logo-cols), minmax(0, 1fr));
  align-items: center;
  gap: 2rem 1.5rem;
  padding: 1.25rem 0;
}
.cp-logo-rows-mod .cp-logo-rows__grid.logo-rows__grid-nowrap {

} 

.cp-logo-rows-mod .cp-logo-rows__col {
  min-width: 0;
}

.cp-logo-rows-mod .cp-logo-rows__link {
  display: block;
  height: 100%;
  text-decoration: none;
  color: inherit;
}

.cp-logo-rows-mod .cp-logo-rows__link:hover .cp-logo-rows__inner,
.cp-logo-rows-mod .cp-logo-rows__link:focus-visible .cp-logo-rows__inner {
  border-color: #d0d0d0;
}

.cp-logo-rows-mod .cp-logo-rows__inner {
  width: 100%;
  min-height: 50px;
  padding: 0;
  border: none;
  background: unset;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
  gap: 8px; 
}

.cp-logo-rows-mod .cp-logo-rows__img {
  display: block;
  /*   width: 100%; */
  max-width: 100%;
  max-height: none;
  height: auto;
  object-fit: contain;
}

.cp-logo-rows-mod .cp-logo-rows__text {
  margin: 0;
}

@media (min-width: 981px) {
  .cp-logo-rows-mod .cp-logo-rows__grid.logo-rows__grid-nowrap {
    display:flex;
    flex-flow: row nowrap;
    justify-content: space-between;
    align-items:center;
  }
}

@media (max-width: 980px) {
  .cp-logo-rows-mod .cp-logo-rows__grid {
    --logo-cols: 3 !important;
  }

}
@media (max-width: 767px) {
  .cp-logo-rows-mod .cp-logo-rows__grid {
    --logo-cols: 2 !important;
  }

}

@media (max-width: 767px) {
  .cp-logo-rows-mod .cp-logo-rows__grid {
    /*     --logo-cols: 3; */
  }

  .cp-logo-rows-mod .cp-logo-rows__inner {
    min-height: 96px;
  }

  .cp-logo-rows-mod .cp-logo-rows__img {
    max-height: 44px;
  }
}

/* end cp-logo-rows-mod */



/* cp-rgcards */

.cp-rgcards-mod {
  width: 100%;
  padding: 0;
  background-color: var(--color-green-10);
}

.cp-rgcards-mod .cp-rgcards__grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 1.5rem;
  max-width: 100%;
}

.cp-rgcards-mod .cp-rgcards__card {
  position:relative;
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(0, 2.1fr);
  background: var(--color-white);
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.08);
  transition: box-shadow 0.25s ease;
}
.cp-rgcards-mod .cp-rgcards__card:hover {
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.15);
}

.cp-rgcards-mod .cp-rgcards__card:hover {
  box-shadow: 0 12px 32px rgba(0, 0, 0, 0.12);
}

.cp-rgcards-mod .cp-rgcards__card:hover .cp-rgcards__media::after {
  background-color: var(--color-green-50);
}

.cp-rgcards-mod .cp-rgcards__card:hover .cp-rgcards__title {
  color: var(--color-green-50);
}

.cp-rgcards-mod .cp-rgcards__media {
  position: relative;
  overflow: hidden;
  /*   min-height: 100%;
  min-height: 200px; */
  background: var(--color-green);
}

.cp-rgcards-mod .cp-rgcards__media::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 1;
  pointer-events: none;
  opacity: 0.6;
  background-color: var(--color-neutral);
  transition: background-color 0.25s ease, opacity 0.25s ease;
}

.cp-rgcards-mod .cp-rgcards__img {
  display: block;
  width: 100%;
  height: 100% !important;
  min-height: 200px;
  object-fit: cover;
  transition: all .4s ease-out;
}
.cp-rgcards-mod .cp-rgcards__card:hover .cp-rgcards__img {
  transform:scale(1.1);
}


.cp-rgcards-mod .cp-rgcards__icon {
  position: absolute;
  left: 50%;
  top: 50%; 
  transform: translate(-50%, -50%);
  z-index: 2;
  width: 43%;
  aspect-ratio: 1;  height: auto;
  object-fit: contain;
}

.cp-rgcards-mod .cp-rgcards__content {
  display: flex;
  flex-direction: column;
  gap: 0;
  padding: 1.5rem 1.5rem 1rem;
  background: var(--color-white);
}

.cp-rgcards-mod .cp-rgcards__title {
  margin: 0;
  font-size: clamp(1.25rem, 2.5vw, 1.75rem);
  line-height: 1.2;
  margin-bottom: 1em;
  transition: color 0.25s ease;
}

.cp-rgcards-mod .cp-rgcards__desc {
  /*   flex: 1 1 auto; */
  margin: 0 ;
  min-height: 0;
  padding-bottom: 1rem;

}
.cp-rgcards-mod .cp-rgcards__desc p {
  margin: 0;
}
.cp-rgcards-mod .cp-rgcards__cta {
  margin-top: auto;
  padding-top:1rem;
  border-top: 1px solid var(--color-neutral-20);
  position: relative;
  z-index:10;
}
.cp-rgcards-mod .cp-rgcards__cta a{
  margin-top: -1em;
}

.cp-rgcards-mod .cp-rgcards__cta-hidden{
  position: absolute;
  inset: 0;
  z-index: 5;
  overflow: hidden;
}
.cp-rgcards-mod .cp-rgcards__cta-hidden a{
  position: absolute;
  inset: 0;
  display: block;
  overflow: hidden;
  text-indent: -9999px;
  white-space: nowrap;
  color: transparent !important;
  font-size: 0 !important;
  line-height: 0 !important;
}
.cp-rgcards-mod .cp-rgcards__cta-hidden a:before{
  position: absolute;
  content: '' !important;
  display: block !important;
  top:0;
  left:0;
  width:100%;
  height:100%;
  transform: unset; 
  Background:none!important;
  z-index: 5;
}




@media (max-width: 980px) {
  .cp-rgcards-mod .cp-rgcards__grid {
    grid-template-columns: 1fr;
    gap: 2.5rem;
  }

  .cp-rgcards-mod .cp-rgcards__card {
    grid-template-columns: minmax(0, 1fr) minmax(0, 2fr);
  }
}

@media (max-width: 768px) {
  .cp-rgcards-mod {
    margin-bottom: 4rem;
  }

  .cp-rgcards-mod .cp-rgcards__grid {
    gap: 2rem;
  }

  .cp-rgcards-mod .cp-rgcards__card {
    /*     grid-template-columns: 1fr; */
  }

  .cp-rgcards-mod .cp-rgcards__media {
    /*     min-height: 200px;
    aspect-ratio: 16 / 10; */
  }

  .cp-rgcards-mod .cp-rgcards__img {
    /*     min-height: 0;
    aspect-ratio: 16 / 10; */
  }

  .cp-rgcards-mod .cp-rgcards__content {
    /*     padding: 1.5rem 1.25rem; */
  }
}


/* end  .cp-rgcards */

/* start testimonials carousel style */
/* start testimonials carousel style */

.cp-tcarousel {
  width: 100%;
}

.cp-tcarousel .cp-tcarousel__viewport {
  /*   overflow: hidden; */
}

.cp-tcarousel .cp-tcarousel__container {
  display: flex;
  gap: 24px;
  align-items: stretch;
}

.cp-tcarousel .cp-tcarousel__slide {
  flex: 0 0 calc(50% - 12px);
  min-width: 0;
}

.cp-tcarousel .cp-tcarousel__card {
  height: 100%;
  display: flex;
  flex-direction: column;
  gap: 1.438rem;
  padding: 2.4rem;
  background: var(--color-neutral-10, #f2f2f2);
}

.cp-tcarousel .cp-tcarousel__rating {
  --rating: 5;
  display: flex;
  gap: 0.44rem;
  align-items: center;
}

.cp-tcarousel .cp-tcarousel__star {
  display: block;
  width: 20px;
  height: 20px;
  flex-shrink: 0;
}

.cp-tcarousel .cp-tcarousel__star:nth-child(n + calc(var(--rating) + 1)) {
  opacity: 0.2;
}

.cp-tcarousel .cp-tcarousel__text {
  flex: 1;
}

.cp-tcarousel .cp-tcarousel__text > *:first-child {
  margin-top: 0;
}

.cp-tcarousel .cp-tcarousel__text > *:last-child {
  margin-bottom: 0;
}

.cp-tcarousel .cp-tcarousel__author {
  display: flex;
  align-items: center;
  gap: 0.875rem;
  padding-top: 0.4rem;
  color:var(--color-neutral);

}

.cp-tcarousel .cp-tcarousel__photo {
  display: block;
  flex-shrink: 0;
  width: 3.375rem;
  height: 3.375rem !important;
  border-radius: 50%;
  object-fit: cover;
}

.cp-tcarousel .cp-tcarousel__meta {
  display: flex;
  flex-direction: column;
  gap: 2px;
}

.cp-tcarousel .cp-tcarousel__name {
  font-weight: 600;
  line-height: 1.3;
}

.cp-tcarousel .cp-tcarousel__position {
  font-size: 0.875em;
  color: var(--color-neutral-80, #545557);
}

.cp-tcarousel .cp-tcarousel__nav {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  margin-top: 3rem;
}

.cp-tcarousel .cp-tcarousel__arrows {
  display: flex;
  gap: .75rem;
}

.cp-tcarousel .cp-tcarousel__arrow {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 3rem;
  height: 3rem;
  padding: 0;
  border: 1.5px solid var(--color-neutral-20, #d3d4d4);
  background: transparent;
  color: var(--color-neutral, #292b2d);
  cursor: pointer;
  transition: all 0.4s ease-out;;
}

.cp-tcarousel .cp-tcarousel__arrow:hover:not(:disabled) {
  border-color:var(--color-green-45);
  background-color:var(--color-green-45);
  color: var(--color-green-45);
}

.cp-tcarousel .cp-tcarousel__arrow:disabled {
  opacity: 0.35;
  cursor: default;
}

.cp-tcarousel .cp-tcarousel__dots {
  --dot-w: 54px;
  display: flex;
  align-items: center;
  gap: 6px;
}

.cp-tcarousel .cp-tcarousel__dots[data-dot-size="m"] {
  --dot-w: 32px;
}

.cp-tcarousel .cp-tcarousel__dots[data-dot-size="s"] {
  --dot-w: 16px;
}

.cp-tcarousel .cp-tcarousel__dot {
  display: block;
  width: var(--dot-w);
  height: 4px;
  padding: 0;
  border: none;
  background: var(--color-neutral-20, #d3d4d4);
  cursor: pointer;
  transition: background 0.25s;
}

.cp-tcarousel .cp-tcarousel__dot.is-active {
  background: var(--color-green-50, #3fae49);
}

@media (max-width: 980px) {
  .cp-tcarousel .cp-tcarousel__slide {
    flex: 0 0 calc(100% - 40px);
  }
  .cp-tcarousel .cp-tcarousel__nav {   
    position: relative;
  }
  .cp-tcarousel .cp-tcarousel__arrows {
    width:100%;     
    justify-content: space-between;

  }
  .cp-tcarousel .cp-tcarousel__dots{
    position: absolute;
    top: 50%; 
    left:50%;
    transform:translate(-50%,-50%);
    width:auto;
    max-width: calc(100% - 100px);

  }


}

@media (max-width: 768px) {
  .cp-tcarousel .cp-tcarousel__slide {
    flex: 0 0 100%;
  }

  .cp-tcarousel .cp-tcarousel__container {
    gap: 16px;
  }

  .cp-tcarousel .cp-tcarousel__card {
    padding: 24px 20px;
    gap: 16px;
  }
}

@media (min-width: 981px) and (max-width: 1440px) {
  .cp-tcarousel .cp-tcarousel__dots {
    --dot-w: 27px;
  }

  .cp-tcarousel .cp-tcarousel__dots[data-dot-size="m"] {
    --dot-w: 16px;
  }

  .cp-tcarousel .cp-tcarousel__dots[data-dot-size="s"] {
    --dot-w: 8px;
  }
}

/* end testimonials carousel style */


/* end testimonials carousel style */ 
/* soc links */
.cp-soc-links-mod {

  --cp-soc-links-size: 3rem;
  --cp-soc-links-gap: .75rem;
  --cp-soc-links-icon: 1.25rem;
}

.cp-soc-links-mod .cp-soc-links__list {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: var(--cp-soc-links-gap);
  list-style: none;
  margin: 0;
  padding: 0;
}

.cp-soc-links-mod .cp-soc-links__link {
  box-sizing: border-box;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: var(--cp-soc-links-size);
  height: var(--cp-soc-links-size);
  border: 1px solid #fff; 
  color: #fff;
  background-color: transparent;
  text-decoration: none;
  transition: border-color 0.15s ease, color 0.15s ease, background-color 0.15s ease, outline-color 0.15s ease;
}

.cp-soc-links-mod .cp-soc-links__link:hover {
  border-color: var(--color-green-45); 
  background-color: var(--color-green-45);
  color: var(--color-white);
}
.cp-soc-links-mod .cp-soc-links__link svg path {
  transition:fill 0.15s ease;
  fill: var(--color-white);
}

.cp-soc-links-mod .cp-soc-links__link:hover svg path {
  fill: var(--color-neutral);

}

.cp-soc-links-mod .cp-soc-links__link:focus {
  outline: none;
}

.cp-soc-links-mod .cp-soc-links__link:focus-visible {
  outline: 2px solid #fff;
  outline-offset: 2px;
}

.cp-soc-links-mod .cp-soc-links__icon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: var(--cp-soc-links-icon);
  height: var(--cp-soc-links-icon);
  pointer-events: none;
}

.cp-soc-links-mod .cp-soc-links__icon svg {
  display: block;
  width: 100%;
  height: 100%;
  fill: currentColor;
}

.cp-soc-links-mod .cp-soc-links__icon * {
  margin: 0;
}

.cp-soc-links-mod .cp-soc-links__icon p {
  display: inherit;
  align-items: inherit;
  justify-content: inherit;
}

.cp-soc-links-mod .cp-soc-links__title {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

@media (max-width: 980px) {
  .cp-soc-links-mod {
    --cp-soc-links-size: 2.5rem;
    --cp-soc-links-icon: 1.125rem;
  }
}

@media (max-width: 768px) {
  .cp-soc-links-mod {
    --cp-soc-links-gap: 0.5rem;
  }
}

/* end soc links  */

/*  icons-list-mod */

.icons-list-mod {
  width: 100%;
  padding: 0;
  background: var(--color-green-10);
}

.icons-list-mod .icons-list-ul {
  list-style: none;
  margin: 0;
  padding: 2.5rem 0;
}

.icons-list-mod .icons-list-li {
  display: grid;
  grid-template-columns: 1.75rem minmax(0, 1fr);
  align-items: center;
  column-gap: 2rem;
  padding: 0rem 0 1.5rem;

  border-bottom: 1px solid var(--color-green-20);
}
.icons-list-mod .icons-list-li:not(:last-child) {
  margin-bottom:1.5rem;
}

.icons-list-mod .icons-list-li:first-child {
}

.icons-list-mod .icons-list-ico {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 1.875rem;
  height: 1.5rem;
  color: var(--color-green-45);
}

.icons-list-mod .icons-list-ico img {
  display: block;
  width: 100%;
  height: 100% !important;
  object-fit: contain;
}

.icons-list-mod .icons-list-text {
  display: block;
  margin: 0;
  color: inherit; 
  /*   font-size: clamp(1.375rem, 1.1rem + 0.7vw, 2rem); */
  font-weight: 600;
  line-height: 1.2;
  /*   letter-spacing: -0.02em; */
}

@media (max-width: 980px) {
  .icons-list-mod .icons-list-li {
    padding-top: 1.375rem;
    padding-bottom: 1.375rem;
  }
  .icons-list-mod .icons-list-ul {
    padding: .5rem 0;
  }
  .icons-list-mod .icons-list-li {
    grid-template-columns: 1.5rem minmax(0, 1fr);
    padding: 0rem 0 1.5rem;
  }

  .icons-list-mod .icons-list-ico {
    width: 1.5rem;
    height: 1.5rem;
  }

}

@media (max-width: 767px) {

}


/* end icons-list-mod */

/*  heading-cp2026- */
.heading-cp2026-mod {
  display: flex;
  flex-wrap: nowrap;
  align-items: center;
  gap: 0.75rem 1rem;
  justify-content: flex-start;
  width: 100%;
  box-sizing: border-box;
}
.heading-cp2026-mod.heading-cp2026-mod--align-center {
  justify-content: center;
}

.heading-cp2026-mod.heading-cp2026-mod--align-right {
  justify-content: flex-end;
}

.heading-cp2026-mod.heading-cp2026-mod--logo-right {
  flex-direction: row-reverse;
}

.heading-cp2026-mod .heading-cp2026-mod__logo {
  flex-shrink: 0;
  line-height: 0;
  width: 25%;

}

.heading-cp2026-mod .heading-cp2026-mod__logo img {
  display: block;
  height: auto;
}
/* .heading-cp2026-mod .heading-cp2026-mod__heading */
.heading-cp2026-mod[class*="title-h"] > [class*="title-h"] {
  margin: 0;
}
@media (max-width: 1440px) {
  .heading-cp2026-mod {
    column-gap: 1.25rem!important;
  }
}
/* end heading-cp2026- */

/* Team List  */
.cp-employees-mod {
  width: 100%;
}

html.cp-employees-popup-open {
  overflow: hidden;
}

.cp-employees-mod .cp-employees__anchor {
  display: block;
  position: relative;
  top: -100px;
  visibility: hidden;
}

.cp-employees-mod .cp-employees__grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 2.75rem 1.5rem;

}

.cp-employees-mod .cp-employees__card {
  min-width: 0;
}

.cp-employees-mod .cp-employees__trigger {
  display: block;
  width: 100%;
  border: 0;
  padding: 0;
  background: transparent;
  text-align: left;
  cursor: pointer;
}
.cp-employees-mod .cp-employees__trigger[data-photo-style="full"]:hover .cp-employees__media {
  box-shadow: 0 4px 40px 0 rgba(0, 0, 0, 0.25);
}

.cp-employees-mod .cp-employees__trigger[data-photo-style="cutout"]:hover .cp-employees__media {
  box-shadow: 0 4px 40px 0 rgba(0, 0, 0, 0.2);
}

.cp-employees-mod .cp-employees__trigger:hover .cp-employees__img {
  transform: scale(1.05);
}

.cp-employees-mod .cp-employees__trigger[data-photo-style="cutout"]:hover .cp-employees__img {
  filter: drop-shadow(0 0 2px rgba(255, 255, 255, 0.95))
    drop-shadow(0 0 8px rgba(255, 255, 255, 0.45))
    drop-shadow(0 0 14px rgba(255, 255, 255, 0.22));
}
.cp-employees-mod .cp-employees__trigger:hover .cp-employees__name {
  color: var(--color-green-50);

}


.cp-employees-mod .cp-employees__media {
  position: relative;
  aspect-ratio: 1 / 1.15;
  background-color: var(--color-green-50);
  overflow: hidden;
  transition: box-shadow 0.35s ease-out;
}

.cp-employees-mod .cp-employees__trigger[data-photo-style="cutout"] .cp-employees__media {
  display: flex;
  align-items: flex-end;
  justify-content: center;
}

.cp-employees-mod .cp-employees__trigger[data-photo-style="cutout"] .cp-employees__media::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 0;
  background: radial-gradient(50% 50% at 50% 50%, #b2ffb9 0%, #3fae49 100%);
  opacity: 0;
  transition: opacity 0.35s ease-out;
  pointer-events: none;
}

.cp-employees-mod .cp-employees__trigger[data-photo-style="cutout"]:hover .cp-employees__media::before {
  opacity: 1;
}

.cp-employees-mod .cp-employees__img {
  position: relative;
  z-index: 1;
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  transform: translateZ(0);
  transition: transform 0.4s ease-out;
}

.cp-employees-mod .cp-employees__trigger[data-photo-style="cutout"] .cp-employees__img {
  object-fit: contain;
  object-position: bottom center;
  filter: none;
  transition: transform 0.4s ease-out, filter 0.2s ease-out;
}

.cp-employees-mod .cp-employees__card-content {
  padding: 1.5rem 0 0;
}

.cp-employees-mod .cp-employees__name {
  margin: 0;
  color: var(--color-neutral);
  font-size: 1.438rem !important;
  line-height: 1.2;
  transition: all .4s ease-out;

}

.cp-employees-mod .cp-employees__position {
  margin: 0.55rem 0 0;
  color: var(--color-neutral-80);
  font-size: 1rem;
}

.cp-employees-mod .cp-employees__link {
  display: inline-block;
  margin-top: 1rem;
  padding: .25rem 0 0.5rem !important;
  color: var(--color-neutral);
  font-size: 1rem;
  line-height: 1.2;
}

.cp-employees__popup {
  position: fixed;
  inset: 0;
  z-index: 9999;
  display: none;
}

.cp-employees__popup[hidden] {
  display: none !important;
}

.cp-employees__popup.is-open {
  display: grid;
  place-items: center;
}

.cp-employees__overlay {
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.4);
  cursor: pointer;
}

.cp-employees__dialog {
  position: relative;
  width: min(1120px, calc(100% - 2.5rem));
  background: var(--color-white);
  overflow: hidden;
  box-shadow: 0 18px 60px rgba(0, 0, 0, 0.3);
}

.cp-employees__popup-layout {
  display: grid;
  grid-template-columns: minmax(280px, 40%) minmax(0, 1fr);
  align-items: stretch;
}

.cp-employees__popup-media {
  background: var(--color-green-50);
  min-height: 0;
  overflow: hidden;
  display: flex;
  flex-direction: column;
}

.cp-employees__popup-media-inner {
  flex: 1 1 auto;
  min-height: 0;
  display: flex;
  flex-direction: column;
}

.cp-employees__popup-media-inner > img {
  flex: 1 1 auto;
  width: 100%;
  min-height: 0;
  height: 100%;
  object-fit: cover;
}

.cp-employees__popup-media-inner[data-photo-style="cutout"] {
  justify-content: flex-end;
  align-items: center;
}

.cp-employees__popup-media-inner[data-photo-style="cutout"] > img {
  flex: 0 1 auto;
  width: 100%;
  max-height: 100%;
  height: auto;
  min-height: 0;
  object-fit: contain;
  object-position: bottom center;
}

.cp-employees__popup-img {
  display: block;
  object-fit: cover;
}

.cp-employees__popup-body {
  padding: 2rem 2.25rem;
  overflow-y: auto;
  overflow-x: hidden;
  min-height: 0;
  -webkit-overflow-scrolling: touch;
  scrollbar-width: thin;
  scrollbar-color: var(--color-green-45) var(--color-green-10);
}

.cp-employees__popup-body::-webkit-scrollbar {
  width: 10px;
}

.cp-employees__popup-body::-webkit-scrollbar-track {
  margin: 0.25rem 0;
  background: var(--color-green-10);
  border-radius: 999px;
}

.cp-employees__popup-body::-webkit-scrollbar-thumb {
  background: var(--color-green-60);
  border-radius: 999px;
  border: 2px solid var(--color-green-10);
}

.cp-employees__popup-body::-webkit-scrollbar-thumb:hover {
  background: var(--color-green-50);
}

.cp-employees__popup-body::-webkit-scrollbar-thumb:active {
  background: var(--color-green-45);
}

@media (min-width: 768px) {
  .cp-employees__dialog {
    height: min(680px, calc(100vh - 3rem));
    max-height: min(680px, calc(100vh - 3rem));
    display: flex;
    flex-direction: column;
  }

  .cp-employees__popup-layout {
    flex: 1 1 0;
    min-height: 0;
    max-height: 100%;
    overflow: hidden;
    grid-template-rows: minmax(0, 1fr);
  }
}

.cp-employees__popup-name {
  margin: 0;
  color: var(--color-neutral);
  font-size: clamp(2rem, 3vw, 3rem);
  line-height: 1.08;
}

.cp-employees__popup-position {
  margin: 0.625rem 0 1.25rem;
  color: var(--color-green-60);
  font-size: 2rem;
  line-height: 1.2;
}

.cp-employees__popup-bio {
  margin-top: 1rem;
  padding-top: 1.5rem;
  border-top: 1px solid var(--color-neutral-20);
}

.cp-employees__facts {
  margin-top: 1.5rem;
}

.cp-employees__facts p {
  margin: 0.625rem 0;
  color: var(--color-neutral-80);
}

.cp-employees__close {
  position: absolute;
  right: 0.625rem;
  top: 0.5rem;
  z-index: 3;
  border: 0;
  background: transparent;
  color: var(--color-neutral-80);
  font-size: 2rem;
  line-height: 1;
  cursor: pointer;
}

@media (max-width: 980px) {
  .cp-employees-mod .cp-employees__grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .cp-employees-mod .cp-employees__name { 
    font-size: 1.25rem !important;
  }


  .cp-employees__dialog {
    width: calc(100% - 1.5rem); 
  }
}

@media (max-width: 980px) and (min-width: 768px) {
  .cp-employees__dialog {
    height: min(680px, calc(100vh - 1.5rem));
    max-height: min(680px, calc(100vh - 1.5rem));
  }
}

@media (max-width: 767px) {

  .cp-employees__dialog {
    height: min(680px, calc(100vh - 1.5rem));
    max-height: min(680px, calc(100vh - 1.5rem));
    display: flex;
    flex-direction: column;
  }

  .cp-employees__popup-layout {
    flex: 1 1 0;
    min-height: 0;
    overflow: hidden;
    grid-template-columns: 1fr;
    grid-template-rows: minmax(0, 36vh) minmax(0, 1fr);
  }

  .cp-employees__popup-body {
    padding: 1.25rem 1rem 1.5rem;
  }

  .cp-employees__popup-position {
    font-size: 1.375rem;
  }
}
@media (max-width: 480px) {
  .cp-employees-mod .cp-employees__grid {
    grid-template-columns: 1fr;
  }
}


/* End Team List */


/* faq acc */
.cp-faq-acc-mod {
  width: 100%;
}

.cp-faq-acc-mod .cp-faq-acc__list {
  margin: 0;
  padding: 0;
}

.cp-faq-acc-mod .cp-faq-acc__item {
  margin: 0;
  padding: 0;
  background: var(--color-white);
  border-bottom: 1px solid var(--color-green-20);
  transition:  var(--transition-default);
}

.cp-faq-acc-mod .cp-faq-acc__item[open] {
  background:  var(--color-green-10);
}

.cp-faq-acc-mod .cp-faq-acc__item:not([open]):hover {
  background:  var(--color-green-10);
}
.cp-faq-acc-mod .cp-faq-acc__item:not([open]):hover .cp-faq-acc__question {
  color: var(--color-green-60);
}
.cp-faq-acc-mod .cp-faq-acc__item:not([open]):not(:hover) .cp-faq-acc__summary::after{
  filter: brightness(0) saturate(100%);
}


.cp-faq-acc-mod .cp-faq-acc__summary {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 2.5rem;
  padding:  2.25rem 2.35rem;
  list-style: none;
  cursor: pointer;
}

.cp-faq-acc-mod .cp-faq-acc__item:not([open]):hover .cp-faq-acc__summary {
  color: var(--color-green-70);
}

.cp-faq-acc-mod .cp-faq-acc__item[open] .cp-faq-acc__summary {
  color: var(--color-neutral);
}

.cp-faq-acc-mod .cp-faq-acc__summary::-webkit-details-marker {
  display: none;
}

.cp-faq-acc-mod .cp-faq-acc__summary::marker {
  content: "";
}

.cp-faq-acc-mod .cp-faq-acc__question {
  flex: 1;
  min-width: 0;
  text-align: left;
  line-height:1.2;
  margin:0; 
  transition:  var(--transition-default);
}

.cp-faq-acc-mod .cp-faq-acc__summary::after {
  content: "";
  flex-shrink: 0;
  width: 1.5rem;
  height: 1.5rem;
  display: block;
  align-self: center;
  color: inherit;
  background-image:
    linear-gradient(var(--color-green-60), var(--color-green-60)),
    linear-gradient(var(--color-green-60), var(--color-green-60));
  background-position: center, center;
  background-repeat: no-repeat, no-repeat;
  background-size: 1.5rem 2px, 2px 1.5rem;
  transition:  var(--transition-default);

}

.cp-faq-acc-mod .cp-faq-acc__item[open] .cp-faq-acc__summary::after {
  background-size: 1.5rem 2px, 2px 0;

}

.cp-faq-acc-mod .cp-faq-acc__summary:focus-visible {
  outline: 2px solid var(--color-green-45);
  outline-offset: 2px;
}

.cp-faq-acc-mod .cp-faq-acc__panel {
  overflow: hidden;
  padding: 0;
  margin: 0;
  box-sizing: border-box;
  transition: height .4s ease-out;
}

.cp-faq-acc-mod .cp-faq-acc__answer {
  margin: 0;
  padding: 0.25rem 2.25rem 2.35rem;
  font-weight: 400;
  font-size: clamp(0.9375rem, 0.9rem + 0.15vw, 1rem);
  line-height: 1.55;
  color: var(--color-neutral-80);
}

.cp-faq-acc-mod .cp-faq-acc__answer > *:first-child {
  margin-top: 0;
}

.cp-faq-acc-mod .cp-faq-acc__answer > *:last-child {
  margin-bottom: 0;
}

@media (max-width: 980px) {
  .cp-faq-acc-mod .cp-faq-acc__summary {
    padding: 1.5rem 2rem;
    font-size: clamp(0.9375rem, 0.9rem + 0.2vw, 1.0625rem);
  }

  .cp-faq-acc-mod .cp-faq-acc__answer {
    padding: 0.25rem 2rem 1.5rem;
  }
}

@media (max-width: 768px) {
  .cp-faq-acc-mod .cp-faq-acc__summary {
    padding: 1.5rem 1.25rem;
    gap: 0.75rem;
  }

  .cp-faq-acc-mod .cp-faq-acc__answer {
    padding:  0.25rem 1.25rem 1.5rem ;

    font-size: 0.9375rem;
  }
}

@media (prefers-reduced-motion: reduce) {
  .cp-faq-acc-mod .cp-faq-acc__item {
    transition: none;
  }

  .cp-faq-acc-mod .cp-faq-acc__panel {
    transition: none;
  }

  .cp-faq-acc-mod .cp-faq-acc__summary::after {
    transition: none;
  }
}

/* end faq acc */



/* Ebook Guides  */

.ebook-guides-mod {

  width: 100%;
}

.ebook-guides-mod .ebook-guides-mod__grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 1.75rem;
}

.ebook-guides-mod .ebook-guides-mod__card {
  position: relative;
  display: grid;
  align-items: center;
  grid-template-columns: minmax(0, 34%) minmax(0, 1fr);
  gap: 2rem;
  padding: 1.5rem;
  background-color: var(--color-white);
  box-shadow: 6px 6px 16px 0 rgba(0, 0, 0, 0.04);
  transition: var(--transition-default);
}

.ebook-guides-mod .ebook-guides-mod__card:hover {
  box-shadow: 6px 6px 20px 0 rgba(0, 0, 0, 0.16);

}
.ebook-guides-mod .ebook-guides-mod__card:hover .ebook-guides-mod__title{
  color: var(--color-green-60);

}

.ebook-guides-mod .ebook-guides-mod__media {
  display: flex;
  align-items: center;
  justify-content: center;
}

.ebook-guides-mod .ebook-guides-mod__image {
  display: block;
  width: 100%;
  max-width: 160px;
  height: auto !important;
  object-fit: contain;
}

.ebook-guides-mod .ebook-guides-mod__content {
  display: flex;
  flex-direction: column;
  min-width: 0;
}

.ebook-guides-mod .ebook-guides-mod__title {
  margin: 0 0 0.75rem;
  color: var(--color-neutral);
  line-height: 1.1;  
  transition: var(--transition-default);

}

.ebook-guides-mod .ebook-guides-mod__description {
  margin: 0;
  color: var(--color-neutral-80);
}

.ebook-guides-mod .ebook-guides-mod__cta {
  position: relative;
  z-index: 3;
  margin-top: 1rem;
  align-self: flex-start;
}

.ebook-guides-mod .ebook-guides-mod__cta .cta_button {
  --cp-u-underline-dur: 400ms;
  --cp-u-underline-ease: ease-out;
  --cp-u-underline-color: currentColor;
  position: relative;
  display: inline-flex;
  align-items: center;
  gap: 0.75rem;
  text-decoration: none;
  line-height: 1.2;
  color: var(--color-neutral);
  transition: var(--transition-default);

}

.ebook-guides-mod .ebook-guides-mod__cta .cta_button:hover {
  color: var(--color-green-60);
}

.ebook-guides-mod .ebook-guides-mod__cta .cta_button::before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: -2px;
  height: 1px;
  background-color: currentColor;
  transform: scaleX(0) !important;
  transform-origin: right center !important;
  transition: transform 0.4s ease-out, transform-origin 0s !important;
  pointer-events: none;
}

.ebook-guides-mod .ebook-guides-mod__cta .cta_button::after {
  content: "";
  display: block;
  flex-shrink: 0;
  width: 0.9em;
  height: 0.9em;
  background-color: currentColor;
  -webkit-mask: var(--ebook-card-icon-mask, var(--cp-btn-mask-arrow)) center / contain no-repeat;
  mask: var(--ebook-card-icon-mask, var(--cp-btn-mask-arrow)) center / contain no-repeat;
}

.ebook-guides-mod .ebook-guides-mod__cta .cta_button:hover::before {
  transform: scaleX(1) !important;
  transform-origin: left center !important;
}

.ebook-guides-mod .ebook-guides-mod__cta--none .cta_button::after {
  content: none;
}

.ebook-guides-mod .ebook-guides-mod__cta--arrow {
  --ebook-card-icon-mask: var(--cp-btn-mask-arrow);
}

.ebook-guides-mod .ebook-guides-mod__cta--calendar {
  --ebook-card-icon-mask: var(--cp-btn-mask-calendar);
}

.ebook-guides-mod .ebook-guides-mod__cta--download {
  --ebook-card-icon-mask: var(--cp-btn-mask-download);

}

.ebook-guides-mod .ebook-guides-mod__cta--play {
  --ebook-card-icon-mask: var(--cp-btn-mask-play);
}

.ebook-guides-mod .ebook-guides-mod__cta--phone {
  --ebook-card-icon-mask: var(--cp-btn-mask-phone);
}

.ebook-guides-mod .ebook-guides-mod__cta--phone_outline {
  --ebook-card-icon-mask: var(--cp-btn-mask-phone-outline);
}

.ebook-guides-mod .ebook-guides-mod__card-link {
  position: absolute;
  inset: 0;
  z-index: 2;
}

.ebook-guides-mod .ebook-guides-mod__card-link .cta_button {
  position: absolute;
  inset: 0;
  display: block;
  font-size: 0;
  line-height: 0;
  color: transparent;
  text-indent: -9999px;
  overflow: hidden;
  white-space: nowrap;
}

.ebook-guides-mod .ebook-guides-mod__card-link .cta_button::before,
.ebook-guides-mod .ebook-guides-mod__card-link .cta_button::after {
  content: none !important;
}
.ebook-guides-mod .ebook-guides-mod__image {
  transition: var(--transition-default);

}
@media (min-width: 981px){
  .ebook-guides-mod .ebook-guides-mod__media {
    transform: translate(6px, 0px);
  }
}
@media (max-width: 980px) {
  .ebook-guides-mod .ebook-guides-mod__grid {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 480px) {
  .ebook-guides-mod .ebook-guides-mod__card {
    grid-template-columns: 1fr;
    gap: 1rem;
    padding: 1.25rem;
  }

  .ebook-guides-mod .ebook-guides-mod__media {
    justify-content: flex-start;
  }

  .ebook-guides-mod .ebook-guides-mod__image {
    max-width: 140px;

  }
}
/* End Ebook Guides  */



/* bulleted list  */

.bulleted-list-mod {
  width: 100%;
  padding: 0;
}

.bulleted-list-mod .bulleted-list-ul {
  list-style: none;
  margin: 0 0 3rem;
  padding:  0;
}

.bulleted-list-mod .bulleted-list-li {
  display: flex;
  column-gap: 1.6rem;
  flex-flow: nowrap;
  padding: 1.5rem 0;
  margin-bottom: 0

}
.bulleted-list-mod .bulleted-list-li:not(:first-child) {
  border-top: 1px solid var(--color-neutral-20);
}


.bulleted-list-mod .bulleted-list-ico {
  flex:0 0 auto;
  display: block;
  width: var(--bulleted-icon-max-width, 1em);
  height: var(--bulleted-icon-max-height, 1em);
  margin-top: var(--bulleted-icon-margin-top, 0);
  line-height: 0;
  overflow: hidden;
  color: var(--bulleted-icon-color, var(--color-green-45));
}

.bulleted-list-mod .bulleted-list-ico img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.bulleted-list-mod .bulleted-list-ico svg {
  display: block;
  width: 100%;
  height: 100%;
  max-width: 100%;
  max-height: 100%;
  fill: currentColor;
}

.bulleted-list-mod .bulleted-list-text {
  flex:1 1 auto;
  line-height: 1.2;
  margin: 0;
  color: var(--color-neutral);
}

@media (max-width: 980px) {
  .bulleted-list-mod .bulleted-list-ul {
    margin: 0 0 1.75rem;

  } 


  .bulleted-list-mod .bulleted-list-li {
    column-gap: 0.875rem;
  }
}

@media (max-width: 767px) {
  .bulleted-list-mod .bulleted-list-li {
    column-gap: 0.75rem;
  }
}

/* End Bulleted List */



:root {
  --cp-btn-mask-arrow: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 11 11'%3E%3Cpath d='M9.3125%200H10.0625V0.75V8.25V9H8.5625V8.25V2.5625L1.59375%209.53125L1.0625%2010.0625L0%209L0.53125%208.46875L7.5%201.5H1.8125H1.0625V0H1.8125H9.3125Z' fill='black'/%3E%3C/svg%3E");
  --cp-btn-mask-download: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 14 16'%3E%3Cpath d='M7.53125%2010.7812L7%2011.3125L6.46875%2010.7812L2.46875%206.78125L1.9375%206.25L3%205.21875L3.53125%205.75L6.25%208.46875V0H7.75V8.46875L10.4688%205.75L11%205.21875L12.0312%206.25L11.5%206.78125L7.53125%2010.7812ZM1.5%2010.75V14.5H12.5V10H14V16H0V10H1.5Z' fill='black'/%3E%3C/svg%3E");
  --cp-btn-mask-play: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 12 14'%3E%3Cpath d='M0%200L1.5%200.875L10.5%206.15625L12%207L10.5%207.875L1.5%2013.125L0%2014V12.2812V1.75V0ZM1.5%202.625V11.4062L9%207L1.5%202.625Z' fill='black'/%3E%3C/svg%3E");
  --cp-btn-mask-phone: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0%200%2016%2016'%3E%3Cpath d='M0%201L4.5%200L7%204.5L4.375%206.59375C5.5%208.75%207.25%2010.5%209.40625%2011.625L11.5%209L16%2011.5L15%2016H14C6.25%2016%200%209.75%200%202V1Z' fill='black'/%3E%3C/svg%3E");
  --cp-btn-mask-calendar: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0%200%2014%2016'%3E%3Cpath d='M4.75%200.75V2H9.25V0.75V0H10.75V0.75V2H14V4.5V6V14.5V16H12.5H1.5H0V14.5V6V4.5V2H3.25V0.75V0H4.75V0.75ZM1.5%206V14.5H12.5V6H1.5Z' fill='black'/%3E%3C/svg%3E");
  --cp-btn-mask-phone-outline: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0%200%2016%2016'%3E%3Cpath d='M9.5%2012.125L8.5%2011.5625C6.8125%2010.5938%205.40625%209.1875%204.4375%207.5L3.875%206.5L4.6875%205.6875L5.71875%204.65625L4.5625%201.71875L1.5%202.25C1.625%208.96875%207.03125%2014.375%2013.75%2014.5L14.2812%2011.4375L11.3438%2010.2812L10.3125%2011.3125L9.5%2012.125ZM11%208.5L16%2010.5L15%2016H14C6.25%2016%200%209.75%200%202V1L5.5%200L7.5%205L5.75%206.75C6.59375%208.21875%207.78125%209.40625%209.25%2010.25L11%208.5Z' fill='black'/%3E%3C/svg%3E");
}

/* Module wrapper */
.cp-cta-mod--custom {
  display: inline-block;
  max-width: 100%;
}

/* Narrow viewports: full-width buttons (not text-link style) */
@media (max-width: 480px) {
  .cp-cta-mod--custom:not(.cp-cta-mod--text_link) {
    display: block;
    width: -webkit-fill-available;
    width: -moz-available;
    width: stretch;
    max-width: 100%;
  }

  .cta_button.cp-btn:not(.cp-btn--text-link),
  .cp-cta-mod--custom:not(.cp-cta-mod--text_link) .cta_button {
    width: -webkit-fill-available;
    width: -moz-available;
    width: stretch;
    max-width: 100%;
    min-width: 0;
  }
}

/* Shared button layout and hover engine */
:is(.cta_button.cp-btn, .cp-cta-mod--custom .cta_button) {
  --cp-btn-bg: var(--color-green-45);
  --cp-btn-text: var(--color-neutral);
  --cp-btn-fill-hover: var(--color-green-70);
  --cp-btn-text-hover: var(--color-white);
  --cp-btn-border-width: 0px;
  --cp-btn-border-color: transparent;
  --cp-btn-border-hover: var(--cp-btn-border-color);
  --cp-btn-pad-y: 1rem;
  
  line-height: 1;
  overflow: hidden;
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.5em;
  padding: calc(var(--cp-btn-pad-y) - var(--cp-btn-border-width)) 1.5rem;
  font-weight: 500;
  z-index: 0;
  text-decoration: none;
  box-sizing: border-box;
  color: var(--cp-btn-text);
  border: var(--cp-btn-border-width) solid var(--cp-btn-border-color);
  background-color: var(--cp-btn-bg);
  transition:var(--transition-default);

}

:is(.cta_button.cp-btn, .cp-cta-mod--custom .cta_button)::before {
  content: "";
  position: absolute;
  inset: 0;
  background-color: var(--cp-btn-fill-hover);
  transform: scaleX(0);
  transform-origin: right center;
  transition:var(--transition-default), transform-origin 0s;
  z-index: -1;
}

:is(.cta_button.cp-btn, .cp-cta-mod--custom .cta_button):hover {
  color: var(--cp-btn-text-hover);
  border-color: var(--cp-btn-border-hover);
}

.cta_button.cp-btn.cp-btn--white:hover,
.cta_button.cp-btn.cp-btn--bordered-white:hover,
.cta_button.cp-btn.cp-btn--bordered-transparent:hover,
.cp-cta-mod--custom.cp-cta-mod--white .cta_button:hover,
.cp-cta-mod--custom.cp-cta-mod--bordered_white .cta_button:hover,
.cp-cta-mod--custom.cp-cta-mod--bordered_transparent .cta_button:hover {
  color: var(--color-white);
} 

:is(.cta_button.cp-btn, .cp-cta-mod--custom .cta_button):hover::before {
  transform: scaleX(1);
  transform-origin: left center;
}

/* Safari fallback: stable hover fill without transform scale jitter */
.is-safari :is(.cta_button.cp-btn, .cp-cta-mod--custom .cta_button)::before {
  transform: none;
  -webkit-clip-path: inset(0 100% 0 0);
  clip-path: inset(0 100% 0 0);
  transition:
    -webkit-clip-path 400ms ease-out, clip-path 400ms ease-out;
  transition: var(--transition-default);

}

.is-safari :is(.cta_button.cp-btn, .cp-cta-mod--custom .cta_button):hover::before {
  -webkit-clip-path: inset(0 0 0 0);
  clip-path: inset(0 0 0 0);
}

/* Ghost */
:is(.cta_button.cp-btn.cp-btn--ghost, .cp-cta-mod--custom.cp-cta-mod--ghost .cta_button) {
  --cp-btn-bg: transparent;
  --cp-btn-text: var(--color-white);
  --cp-btn-fill-hover: var(--color-green-45);
  --cp-btn-text-hover: var(--color-neutral);
  --cp-btn-border-width: 1px;
  --cp-btn-border-color: var(--color-white);
  --cp-btn-border-hover: var(--color-green-45);
}

/* White */
:is(.cta_button.cp-btn.cp-btn--white, .cp-cta-mod--custom.cp-cta-mod--white .cta_button) {
  --cp-btn-bg: var(--color-white);
  --cp-btn-text: var(--color-neutral);
  --cp-btn-fill-hover: var(--color-green-45);
  --cp-btn-text-hover: var(--color-neutral);
}

.cta_button.cp-btn.cp-btn--white,
.cp-cta-mod--custom.cp-cta-mod--white .cta_button {
  color: var(--color-neutral);
}

/* Bordered white */
:is(
.cta_button.cp-btn.cp-btn--bordered-white,
.cp-cta-mod--custom.cp-cta-mod--bordered_white .cta_button
) {
  --cp-btn-bg: var(--color-white);
  --cp-btn-text: var(--color-neutral);
  --cp-btn-fill-hover: var(--color-green-70);
  --cp-btn-border-width: 1px;
  --cp-btn-border-color: var(--color-neutral);
  --cp-btn-border-hover: var(--color-green-70);
}

.cta_button.cp-btn.cp-btn--bordered-white,
.cp-cta-mod--custom.cp-cta-mod--bordered_white .cta_button {
  color: var(--color-neutral);
}
.cta_button.cp-btn.cp-btn--bordered-white:hover,
.cp-cta-mod--custom.cp-cta-mod--bordered_white .cta_button:hover {
  color: var(--color-neutral);
  border-color: var(--color-green-45);
}

.cta_button.cp-btn.cp-btn--bordered-white::before,
.cp-cta-mod--custom.cp-cta-mod--bordered_white .cta_button::before {
  background-color: var(--color-green-45);
}

/* Bordered transparent — same as bordered_white + hover, but bg transparent */
:is(
.cta_button.cp-btn.cp-btn--bordered-transparent,
.cp-cta-mod--custom.cp-cta-mod--bordered_transparent .cta_button
) {
  --cp-btn-bg: transparent;
  --cp-btn-text: var(--color-neutral);
  --cp-btn-fill-hover: var(--color-green-70);
  --cp-btn-border-width: 1px;
  --cp-btn-border-color: var(--color-neutral);
  --cp-btn-border-hover: var(--color-green-70);
}

.cta_button.cp-btn.cp-btn--bordered-transparent,
.cp-cta-mod--custom.cp-cta-mod--bordered_transparent .cta_button {
  color: var(--color-neutral);
}

/* Media inside button */
:is(.cta_button.cp-btn, .cp-cta-mod--custom .cta_button)::after,
:is(.cta_button.cp-btn, .cp-cta-mod--custom .cta_button) svg,
:is(.cta_button.cp-btn, .cp-cta-mod--custom .cta_button) img {
  position: relative;
  z-index: 1;
  transition:var(--transition-default);
}

:is(.cta_button.cp-btn, .cp-cta-mod--custom .cta_button) svg {
  flex-shrink: 0;
  display: block;
  width: 1em;
  height: 1em;
  fill: currentColor;
}

:is(.cta_button.cp-btn, .cp-cta-mod--custom .cta_button):hover svg,
:is(.cta_button.cp-btn, .cp-cta-mod--custom .cta_button):hover img {
  filter: brightness(0) invert(1);
}

/*
:is(.cta_button.cp-btn, .cp-cta-mod--custom .cta_button) svg path {
fill: currentColor !important;
}
*/

/* Shared ::after icon */
:is(
.cta_button.cp-btn[class*="cp-btn--icon-"],
.cp-cta-mod--custom.cp-cta-mod--placement-after.cp-cta-mod--glyph-arrow .cta_button,
.cp-cta-mod--custom.cp-cta-mod--placement-after.cp-cta-mod--glyph-download .cta_button,
.cp-cta-mod--custom.cp-cta-mod--placement-after.cp-cta-mod--glyph-play .cta_button,
.cp-cta-mod--custom.cp-cta-mod--placement-after.cp-cta-mod--glyph-phone .cta_button,
.cp-cta-mod--custom.cp-cta-mod--placement-after.cp-cta-mod--glyph-calendar .cta_button,
.cp-cta-mod--custom.cp-cta-mod--placement-after.cp-cta-mod--glyph-phone_outline .cta_button,
.cp-cta-mod--custom.cp-cta-mod--placement-before.cp-cta-mod--glyph-arrow .cta_button,
.cp-cta-mod--custom.cp-cta-mod--placement-before.cp-cta-mod--glyph-download .cta_button,
.cp-cta-mod--custom.cp-cta-mod--placement-before.cp-cta-mod--glyph-play .cta_button,
.cp-cta-mod--custom.cp-cta-mod--placement-before.cp-cta-mod--glyph-phone .cta_button,
.cp-cta-mod--custom.cp-cta-mod--placement-before.cp-cta-mod--glyph-calendar .cta_button,
.cp-cta-mod--custom.cp-cta-mod--placement-before.cp-cta-mod--glyph-phone_outline .cta_button
)::after {
  content: "";
  position: relative;
  z-index: 1;
  flex-shrink: 0;
  width: 0.75em;
  height: 1em;
  background-color: currentColor;
  -webkit-mask: var(--cp-btn-icon-mask) center / contain no-repeat;
  mask: var(--cp-btn-icon-mask) center / contain no-repeat;
}

.cta_button.cp-btn.cp-btn--icon-before::after {
  order: -1;
}

.cp-cta-mod--custom.cp-cta-mod--placement-before .cta_button::after {
  order: -1;
}

:is(
.cta_button.cp-btn.cp-btn--icon-arrow,
.cp-cta-mod--custom.cp-cta-mod--placement-after.cp-cta-mod--glyph-arrow .cta_button,
.cp-cta-mod--custom.cp-cta-mod--placement-before.cp-cta-mod--glyph-arrow .cta_button
)::after {
  --cp-btn-icon-mask: var(--cp-btn-mask-arrow);
}

:is(
.cta_button.cp-btn.cp-btn--icon-download,
.cp-cta-mod--custom.cp-cta-mod--placement-after.cp-cta-mod--glyph-download .cta_button,
.cp-cta-mod--custom.cp-cta-mod--placement-before.cp-cta-mod--glyph-download .cta_button
)::after {
  --cp-btn-icon-mask: var(--cp-btn-mask-download);
}

:is(
.cta_button.cp-btn.cp-btn--icon-play,
.cp-cta-mod--custom.cp-cta-mod--placement-after.cp-cta-mod--glyph-play .cta_button,
.cp-cta-mod--custom.cp-cta-mod--placement-before.cp-cta-mod--glyph-play .cta_button
)::after {
  --cp-btn-icon-mask: var(--cp-btn-mask-play);
}

:is(
.cta_button.cp-btn.cp-btn--icon-phone,
.cp-cta-mod--custom.cp-cta-mod--placement-after.cp-cta-mod--glyph-phone .cta_button,
.cp-cta-mod--custom.cp-cta-mod--placement-before.cp-cta-mod--glyph-phone .cta_button
)::after {
  --cp-btn-icon-mask: var(--cp-btn-mask-phone);
}

:is(
.cta_button.cp-btn.cp-btn--icon-calendar,
.cp-cta-mod--custom.cp-cta-mod--placement-after.cp-cta-mod--glyph-calendar .cta_button,
.cp-cta-mod--custom.cp-cta-mod--placement-before.cp-cta-mod--glyph-calendar .cta_button
)::after {
  --cp-btn-icon-mask: var(--cp-btn-mask-calendar);
}

:is(
.cta_button.cp-btn.cp-btn--icon-phone-outline,
.cp-cta-mod--custom.cp-cta-mod--placement-after.cp-cta-mod--glyph-phone_outline .cta_button,
.cp-cta-mod--custom.cp-cta-mod--placement-before.cp-cta-mod--glyph-phone_outline .cta_button
)::after {
  --cp-btn-icon-mask: var(--cp-btn-mask-phone-outline);
}

/*
.cta_button.cp-btn.cp-btn--icon-custom::after {
--cp-btn-icon-mask: url("https://.../icon.svg");
}
*/



/* =============================================================================
Text link — plain link look (no padding, no fill). Hover: text + icon color only.
Manual: cta_button cp-btn cp-btn--text-link (+ cp-btn--icon-* if needed)
Module: cp-cta-mod--text_link on wrapper (slug text_link)
Placed last so it overrides shared .cp-btn rules.
============================================================================= */

.cta_button.cp-btn.cp-btn--text-link,
.cp-cta-mod--custom.cp-cta-mod--text_link .cta_button {
  position:static;
  padding: 0;
  min-height: 0;
  background: transparent;
  background-color: transparent;
  border: none;
  overflow: visible;
  gap: 8px;
  font-weight: 500;
  color: var(--color-neutral);
  transition:var(--transition-default);

}

.cta_button.cp-btn.cp-btn--text-link::before,
.cp-cta-mod--custom.cp-cta-mod--text_link .cta_button::before {
  content: none;
  display: none ;
}

.cta_button.cp-btn.cp-btn--text-link:hover,
.cp-cta-mod--custom.cp-cta-mod--text_link .cta_button:hover {
  color: var(--color-green-60);
  border-color: transparent;
}

.cta_button.cp-btn.cp-btn--text-link:hover::before,
.cp-cta-mod--custom.cp-cta-mod--text_link .cta_button:hover::before {
  transform: none !important;
}

.cta_button.cp-btn.cp-btn--text-link:hover svg,
.cta_button.cp-btn.cp-btn--text-link:hover img,
.cp-cta-mod--custom.cp-cta-mod--text_link .cta_button:hover svg,
.cp-cta-mod--custom.cp-cta-mod--text_link .cta_button:hover img {
  filter: none;
}


/* -----------------------------------------------------------------------------
Text underline sweep — same motion as .cp-btn ::before (in from left, out to right).
Add class to inline text / links. Optional: --cp-u-underline-color (default: currentColor).
-----------------------------------------------------------------------------
*/

.cp-u-underline-sweep a,
.cp-a-underline-sweep {
  --cp-u-underline-dur: 400ms;
  --cp-u-underline-ease: ease-out;
  --cp-u-underline-color: currentColor;
  position: relative;
  display: inline-block;
  text-decoration: none;
}
.cp-u-underline-sweep a::before,
.cp-a-underline-sweep::before {
  content: "" !important;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 1px;
  background-color: var(--cp-u-underline-color);
  transform: scaleX(0);
  transform-origin: right center;
  transition:
    transform var(--cp-u-underline-dur) var(--cp-u-underline-ease),
    transform-origin 0s;
  pointer-events: none;
}

.cp-u-underline-sweep a:hover::before,
.cp-a-underline-sweep:hover::before {
  transform: scaleX(1);
  transform-origin: left center;
}
/* CP2026 global form styles (HubSpot + generic). Colors: theme :root tokens from project instructions only. */
.hs-form{
  padding:2.5rem;
  background-color:var(--color-white)
    ;
}
.hs-form fieldset {
  border: 0;
  margin: 0 0 1.25rem;
  padding: 0;
  max-width: 100% !important;
  min-inline-size: 0;
  display:flex; 
  flex-flow: row nowrap;
  column-gap:1rem; 

}
.hs-form fieldset:not(:first-child) {
  margin-top: 1rem;
}

.hs-form fieldset:last-of-type {
  margin-bottom: 0 !important;
}

.hs-form .hs-form-field {
  min-width: 0;
}
.hs-form fieldset .field {
  width:100% !important;
}
.hs-form .hs-form-field > label:not(.hs-error-msg):not(.hs-form-booleancheckbox-display) {
  display: block;
  margin-bottom: 0.5rem;
  font-size: 14px;
  font-weight: 600;
  line-height: 1.3;
  color: var(--color-black);
}

.hs-form .hs-form-required {
  color: var(--color-black);
  font-weight: 600;
}

.hs-form .input {
  position: relative;
  margin-left:0 !important;
  margin-right:0 !important;
}

.hs-form fieldset.form-columns-2 > div {
  width:calc( 50% - .5rem)  !important;
}
.hs-form fieldset.form-columns-1 > div {
  width:100%  !important;

}


.hs-form .hs-form-field .input:has(> select.hs-input)::after {
  content: "";
  position: absolute;
  right: 0.75rem;
  top: 50%;
  transform: translateY(-50%);
  width: 0.65rem;
  height: 0.5rem;
  background-color: var(--color-neutral);
  -webkit-mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 12 8'%3E%3Cpath d='M1.41 0L6 4.58 10.59 0 12 1.41l-6 6-6-6z' fill='black'/%3E%3C/svg%3E") center / contain no-repeat;
  mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 12 8'%3E%3Cpath d='M1.41 0L6 4.58 10.59 0 12 1.41l-6 6-6-6z' fill='black'/%3E%3C/svg%3E") center / contain no-repeat;
  pointer-events: none;
}

.hs-form input.hs-input[type="text"],
.hs-form input.hs-input[type="email"],
.hs-form input.hs-input[type="tel"],
.hs-form input.hs-input[type="number"],
.hs-form input.hs-input[type="url"],
.hs-form input.hs-input[type="search"],
.hs-form input.hs-input[type="date"],
.hs-form textarea.hs-input,
.hs-form select.hs-input {
  display: block;
  width: 100% !important;
  max-width: 100% !important;
  box-sizing: border-box;
  margin: 0;
  padding: 0.75rem 0.875rem;
  font-family: inherit;
  font-size: 16px;
  line-height: 1.4;
  color: var(--color-neutral);
  background-color: var(--color-white);
  border: 1px solid var(--color-neutral-20);
  border-radius: 0;
  appearance: none;
  transition:
    border-color 0.2s ease,
    box-shadow 0.2s ease;
}

.hs-form select.hs-input {
  padding-right: 2.25rem;
  cursor: pointer;
}

.hs-form select.hs-input::-ms-expand {
  display: none;
}

.hs-form textarea.hs-input {
  min-height: 8rem;
  resize: vertical;
}

.hs-form input.hs-input::placeholder,
.hs-form textarea.hs-input::placeholder {
  color: var(--color-neutral-80);
  opacity: 1;
}

.hs-form input.hs-input:hover,
.hs-form textarea.hs-input:hover,
.hs-form select.hs-input:hover {
  border-color: var(--color-neutral-30);
}

.hs-form input.hs-input:focus,
.hs-form textarea.hs-input:focus,
.hs-form select.hs-input:focus {
  outline: none;
  border-color: var(--color-green-45);
  box-shadow: 0 0 0 1px var(--color-green-45);
}

.hs-form input.hs-input:disabled,
.hs-form textarea.hs-input:disabled,
.hs-form select.hs-input:disabled {
  opacity: 0.65;
  cursor: not-allowed;
  background-color: var(--color-neutral-10);
}

.hs-form input.hs-input.error,
.hs-form input.hs-input.invalid,
.hs-form textarea.hs-input.error,
.hs-form select.hs-input.error {
  border-color: var(--color-red);
}

.hs-form ul.hs-error-msgs,
.hs-form ul.inputs-list {
  list-style: none;
  margin: 0.5rem 0 0;
  padding: 0;
}

.hs-form ul.hs-error-msgs li,
.hs-form ul.inputs-list > li {
  font-size: 16px;
  line-height: 1.4;
}

.hs-form label.hs-error-msg {
  display: block;
  font-size: 12px;
  font-weight: 400;
  color: var(--color-red);
}

.hs-form ul.hs-error-msgs li::before {

}

.hs-form legend.hs-field-desc {
  display: block;
  width: 100%;
  max-width: 100%;
  margin: 0 0 0.5rem;
  padding: 0;
  font-size: 12px;
  font-weight: 400;
  line-height: 1.3;
  color: var(--color-neutral-80);
  float: none;
}

.hs-form legend.hs-field-desc a {
  color: var(--color-green-45);
  text-decoration: underline;
  text-underline-offset: 0.12em;
}

.hs-form legend.hs-field-desc a:hover {
  color: var(--color-green-70);
}

/* Custom checkbox: outer black border, white gap, inner green + white check when checked (all checkboxes in form) */
.hs-form label:has(> input[type="checkbox"]),
form:not(.hs-form) label:has(> input[type="checkbox"]) {
  position: relative;
  display: inline-flex;
  align-items: flex-start;
  gap: 0.5rem;
  padding-left: 2rem;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.3;
  color: var(--color-neutral80);
  cursor: pointer;
}

.hs-form label:has(> input[type="checkbox"])::before,
form:not(.hs-form) label:has(> input[type="checkbox"])::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0rem;
  width: 20px;
  height: 20px;
  box-sizing: border-box;
  border: 1px solid var(--color-black);
  background-color: var(--color-white);
  flex-shrink: 0;
}

.hs-form label:has(> input[type="checkbox"]) input[type="checkbox"],
form:not(.hs-form) label:has(> input[type="checkbox"]) input[type="checkbox"] {
  position: absolute;
  left: 0;
  top: 0rem;
  width: 20px;
  height: 20px;
  margin: 0;
  opacity: 0;
  cursor: pointer;
  z-index: 1;
  appearance: none;
  accent-color: transparent;
}


.hs-form label:has(> input[type="checkbox"]):has(input:checked)::after,
form:not(.hs-form) label:has(> input[type="checkbox"]):has(input:checked)::after {
  content: "";
  position: absolute;
  left: 3px;
  top:  3px;
  width: 14px;
  height: 14px;
  box-sizing: border-box;
  background-color: var(--color-green-45);
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 12 10'%3E%3Cpath fill='none' stroke='%23FFFFFF' stroke-width='1.75' stroke-linecap='round' stroke-linejoin='round' d='M2 5.5l3 3 6-7'/%3E%3C/svg%3E");
  background-size: 11px 9px;
  background-position: center;
  background-repeat: no-repeat;
  pointer-events: none;
}

.hs-form label:has(> input[type="checkbox"]):has(input:focus-visible)::before,
form:not(.hs-form) label:has(> input[type="checkbox"]):has(input:focus-visible)::before {
  outline: 2px solid var(--color-green-45);
  outline-offset: 2px;
}

.hs-form label:has(> input[type="checkbox"]):has(input:disabled),
form:not(.hs-form) label:has(> input[type="checkbox"]):has(input:disabled) {
  opacity: 0.6;
  cursor: not-allowed;
}

.hs-form .hs_recaptcha {
  float: left;
  clear: left;
  max-width: 100%;
  margin-top: 1.25rem;
  margin-bottom: 1.25rem;
}

.hs-form .hs_submit {
  float: right;
  clear: right;
  margin-top: 1.25rem;
  text-align: right;
}

.hs-form::after {
  content: "";
  display: table;
  clear: both;
}

.hs-form .hs_submit .actions {
  margin: 0;
}

/*
* Submit button matches cp-cta-mod--custom cp-cta-mod--bordered_white + arrow (placement-after).
* Sweep hover + arrow live on .actions because <input> cannot use ::before/::after.
* Uses --cp-btn-mask-arrow from custom.css :root (same arrow as CTA).
*/
.hs-form .hs_submit .actions {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.5em;
  box-sizing: border-box;
  padding: 1rem 1.5rem;
  font-weight: 500;
  line-height: 1;
  overflow: hidden;
  isolation: isolate;
  color: var(--color-neutral);
  border: 1px solid var(--color-neutral);
  background-color: var(--color-white);
  cursor: pointer;
  transition:
    color 400ms ease-out,
    border-color 400ms ease-out;
}

.hs-form .hs_submit .actions::before {
  content: "";
  position: absolute;
  inset: 0;
  background-color: var(--color-green-45);
  transform: scaleX(0);
  transform-origin: right center;
  transition: transform 400ms ease-out, transform-origin 0s;
  z-index: 0;
  pointer-events: none;
}

.hs-form .hs_submit .actions:hover::before {
  transform: scaleX(1);
  transform-origin: left center;
}

.hs-form .hs_submit .actions:hover {
  border-color: var(--color-green-45);
}


.hs-form .hs_submit .actions input.hs-button.primary,
.hs-form .hs_submit .actions input.hs-button.primary.large,
.hs-form .hs_submit .actions input.hs-button {
  position: relative;
  z-index: 1;
  display: inline-block;
  margin: 0;
  padding: 0;
  max-width: 100%;
  font-family: inherit;
  font-size: 16px;
  font-weight: 500;
  line-height: 1;
  text-align: center;
  color: inherit;
  background: transparent;
  border: none;
  border-radius: 0;
  box-shadow: none;
  appearance: none;
  cursor: pointer;
  transition:
    color 400ms ease-out,
    border-color 400ms ease-out;
}

.hs-form .hs_submit .actions:has(input:focus-visible) {
  outline: 2px solid var(--color-green-45);
  outline-offset: 2px;
}

.hs-form .hs_submit .actions:has(input:disabled) {
  opacity: 0.6;
  cursor: not-allowed;
  pointer-events: none;
}

/* HubSpot sometimes outputs submit without .actions — same colors, simple hover (no sweep / arrow). */
.hs-form .hs_submit:not(:has(.actions)) input.hs-button.primary,
.hs-form .hs_submit:not(:has(.actions)) input.hs-button.primary.large,
.hs-form .hs_submit:not(:has(.actions)) input.hs-button {
  appearance: none;
  box-sizing: border-box;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin: 0;
  padding: 1rem 1.5rem;
  font-family: inherit;
  font-size: 16px;
  font-weight: 500;
  line-height: 1;
  text-align: center;
  cursor: pointer;
  border-radius: 0;
  color: var(--color-neutral);
  background-color: var(--color-white);
  border: 1px solid var(--color-neutral);
  transition:
    color 400ms ease-out,
    background-color 400ms ease-out,
    border-color 400ms ease-out;
}

.hs-form .hs_submit:not(:has(.actions)) input.hs-button:hover {
  color: var(--color-white);
  background-color: var(--color-green-70);
  border-color: var(--color-green-70);
}

.hs-form .hs_submit:not(:has(.actions)) input.hs-button:focus-visible {
  outline: 2px solid var(--color-green-45);
  outline-offset: 2px;
}

@media (max-width: 767px) {
  .hs-form .hs_recaptcha,
  .hs-form .hs_submit {
    float: none;
    clear: both;
    width: 100%;
    max-width: 100%;
  }

  .hs-form .hs_submit {
    text-align: right;
  }
}

/* Generic non-HubSpot forms */
form:not(.hs-form) label {
  font-size: 14px;
  font-weight: 600;
  color: var(--color-black);
}

form:not(.hs-form) input:not([type="hidden"]):not([type="submit"]):not([type="button"]):not([type="checkbox"]):not([type="radio"]),
form:not(.hs-form) textarea,
form:not(.hs-form) select {
  font-size: 16px;
  color: var(--color-neutral);
  border: 1px solid var(--color-neutral-20);
  border-radius: 0;
}
@media (max-width: 980px) {
  .hs-form fieldset {
    flex-direction: column;
  }
  .hs-form fieldset.form-columns-2 > div{
    width:100%!important;
  }
  .hs-form fieldset.form-columns-2 > div:not(:first-child){
    margin-top:1rem;
  }
}

body>iframe[width="1"],
body>img{
  position: absolute;
  left: -9999px;
  width: 1px !important;
  height: 1px !important;
  border: 0 !important;
  margin: 0 !important;
  padding: 0 !important;
  overflow: hidden;
}


.page .cp-page-container {
  /*     overflow-x: hidden;   */
  position: relative;

}

.page {
  position: relative;
}
.page .widget-type-custom_widget {
  min-height: unset!important;
}

.page .section {
  font-size: 1rem;
  position: relative;
  overflow : hidden; 

  z-index: 1;
  padding: 
}
.page .section {
  padding: 7.5rem 0 ;
}
.cp-page-container >.row-fluid-wrapper:first-child .section:first-of-type {
  padding-top:calc(7.5rem + 5rem); 
}


.page .row,
.page .rows-wrapper {
  float: none;
  width: 90%;
  max-width: 1320px;
  margin: 0 auto !important;
}




.cp-flex-row>div>div {
  display: flex;
  flex-flow:row wrap;
}

.cp-flex-row>div>div:before,
.cp-flex-row>div>div:after {
  content: unset;
}
.cp-flex-row>div>div>div {
  float:none;
}





@media (min-width: 768px){
  /*   .cp-only-mobile {
  display:none;
} */
}
@media (min-width: 981px){
  .cp-only-tablet {
    display:none!important;
  }
}

@media (max-width: 980px){
  .page .col {
    width: 100%;
    margin-left: 0;
    margin-right:0;
  }
  .page .col:not(:last-child) {
    margin-bottom: 2rem;
  }
  .cp-only-desktop {
    display:none !important;
  }

  .page .section {
    padding: 5rem 0 ;
  }
  .cp-row-reverse>div>div{
    flex-direction: column-reverse;
  }

}

@media (max-width: 767px){
  .page .section {
    padding: 3.25rem 0 ;
  }
}
.page #hs-eu-cookie-confirmation {
	top: initial;
	bottom: 5.5rem;
	left: 3rem;
	right: unset;
	width: 301px;
	height: 171px;
	border: none;
	background-color: transparent;
	text-shadow: none !important;
	position: fixed;
	box-shadow: unset;
	border: unset;
}

.page #hs-eu-cookie-confirmation #hs-eu-cookie-confirmation-inner {
	padding: 25px 35px !important;
	background-color: #F4F4F3;
  border-radius: 21px;
  background: transparent;
  backdrop-filter: blur(10px);
  --webkit-backdrop-filter: blur(10px);
  background-color: rgba(244,244,243,0.5);
	
	/* (plus shape's fill blended on top as a separate layer with 61% opacity) */

}

.page #hs-eu-cookie-confirmation #hs-eu-policy-wording p,
.page #hs-eu-cookie-confirmation #hs-eu-cookie-confirmation-inner #hs-eu-policy-wording a {
	color: #231F20 !important;
	font-size: 11px !important;
	line-height: 1.9 !important;
	font-weight: 500 !important;
	font-family: 'Poppins',sans-serif;
  margin: 0;
}

.page #hs-eu-cookie-confirmation #hs-eu-policy-wording {
margin: 0 0 23px;
	font-size: 10px !important;
	line-height: 1.9 !important;
	text-align: left;
	color: #231F20;
}

.page #hs-eu-cookie-confirmation #hs-eu-cookie-confirmation-inner #hs-eu-policy-wording a:hover {
	text-decoration: underline !important;
}

body div#hs-eu-cookie-confirmation div#hs-eu-cookie-confirmation-inner div#hs-en-cookie-confirmation-buttons-area {
  margin-right: 0;
  justify-content: start;
}

.page div#hs-eu-cookie-confirmation div#hs-eu-cookie-confirmation-inner a#hs-eu-cookie-settings-button, 
.page div#hs-eu-cookie-confirmation div#hs-eu-cookie-confirmation-inner a#hs-eu-decline-button, 
.page div#hs-eu-cookie-confirmation div#hs-eu-cookie-confirmation-inner a#hs-eu-confirmation-button {
  margin: 0 0 12px 0 !important;
  font-family: Poppins, sans-serif;
}

.page #hs-eu-cookie-confirmation #hs-eu-cookie-confirmation-inner #hs-eu-cookie-confirmation-button-group {
	display: flex;
	align-items: center;
	flex-direction: row;
	justify-content: space-between;
	margin-right: 10px;
	width: 100%;
}

.page div#hs-eu-cookie-confirmation div#hs-eu-cookie-confirmation-inner a#hs-eu-decline-button {
  margin-right: 2.54rem;
  border: unset !important;
  padding: 0 !important;
  font-weight: 800 !important;
  font-size: 14px !important;
  line-height: 1.375;
  text-align: left;
  color: #EF662F !important;
	font-family: 'Poppins',sans-serif;
  text-transform: uppercase;
}

.page div#hs-eu-cookie-confirmation div#hs-eu-cookie-confirmation-inner a#hs-eu-confirmation-button {
	font-family: 'Poppins',sans-serif;
	margin-right: 0 !important;
	line-height: 100%;
	background: none !important;
	border: none !important;
	box-shadow: none;
	text-shadow: none !important;
	color: #231F20 !important;
	text-transform: uppercase;
	padding: 0 !important;
	padding-right: 0 !important;
	position: relative;
	transition: .3s ease-in-out;
	border: unset !important;
  padding: 0 !important;
  font-weight: 800 !important;
  font-size: 14px !important;
  line-height: 1.375;
}

.page div#hs-eu-cookie-confirmation div#hs-eu-cookie-confirmation-inner a#hs-eu-decline-button:hover {
	text-decoration: none !important;
}

.page div#hs-eu-cookie-confirmation div#hs-eu-cookie-confirmation-inner a#hs-eu-confirmation-button:hover {
	color: #8AB547 !important;
}

@media (max-width: 480px) {
	.page #hs-eu-cookie-confirmation {
		width: 90% !important;
		left: 50%;
		transform: translateX(-50%);
		height: 155px;
		bottom: 3.1rem;
	}
}
.page .two-cols-img-txt-section .row>div>div{
  background-color:#fff;
  box-shadow: 6px 6px 16px 0 rgba(0, 0, 0, 0.04);
}
.page .two-cols-img-txt-section >div:not(:last-child) > div > .row {
  margin-bottom: 3.75rem !important;
} 
.page .two-cols-img-txt-section .media-col ,
.page .two-cols-img-txt-section .text-col {
  margin: 0;
}

.page .two-cols-img-txt-section .text-col {
  padding: 2.5rem;
  display: flex;
  /* align-items: center; */
  flex-direction: column;
  justify-content: center;
}
.page .two-cols-img-txt-section .media-col {
  line-height:1;
  font-size:0;
}
.page .two-cols-img-txt-section .media-col span,
.page .two-cols-img-txt-section .media-col div {
  height:100%;
  display:block;
}
.page .two-cols-img-txt-section .media-col .cp-liv__media--img img {
  width: 100% !important;
  height:100% !important;
  object-fit:cover;
}
.page .two-cols-img-txt-section .two-cols-text{
  margin-bottom: 0.5rem;
}


@media (min-width: 981px){
  .page .two-cols-img-txt-section .media-col ,
  .page .two-cols-img-txt-section .text-col {
    width: 50%;
  }
}


@media (max-width: 980px){
  .page .two-cols-img-txt-section .media-col ,
  .page .two-cols-img-txt-section .text-col {
    max-width:100%;
  }
  /*   .page .two-cols-img-txt-section .row-reverse>div>div{
  flex-direction: column-reverse;
} */
  .page .two-cols-img-txt-section >div:not(:last-child) > div > .row {
    margin-bottom: 2rem !important;

  }


}



/* --- */

.page .resources-section{}
.page .resources-section .resources-title{
  margin-bottom: 1.7rem;
}

/* --- */
.page .testimonials-section .testimonials-title {
  margin-bottom: 1.7rem;

}

/* --- */

.page .start-your-travel-section {
  padding: 6rem 0 7.5rem;
}
.page .start-your-travel-section .start-your-travel-title {
  color: var(--color-neutral);
}
.page .start-your-travel-section .start-your-travel-form{  
  box-shadow: 0 0 30px 0 rgba(0, 0, 0, 0.14);
}
.page .start-your-travel-section .form-col {

}
@media (min-width: 981px){
  .page .start-your-travel-section .form-col {
    display:flex;
    justify-content:flex-end;
  }
  .page .start-your-travel-section .form-col>div {
    max-width:564px;
  }


}
@media (max-width: 980px){
  .page .start-your-travel-section {
    padding: 2.5rem 0 min(80vw, 45rem);
  }

  .page .start-your-travel-section .cp-only-tablet .cp-bg-media__layer {
    height:65%;
    bottom:0;
    top:unset;
    /*     background-position: bottom center; */
  }


}
@media (max-width: 480px){
  .page .start-your-travel-section {
    padding: 2rem 0 min(70vw, 20rem);
  }

  .page .start-your-travel-section .cp-only-tablet .cp-bg-media__layer {
    height:27%;

  }

}

/* --- */

.page .page-hero-section{
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
}

.page .page-hero-section .page-hero-title h1{
  margin-bottom: 1.5rem;
}
.page .page-hero-section .page-hero-title p,
.page .page-hero-section .page-hero-title  {
  font-size: clamp(20px, 24 / 1440 * 100vw, 24px) !important;
  letter-spacing: -0.008em;
  line-height:1.2;
}


@media (min-width: 981px){
  .page .page-hero-section{
    padding-bottom:4.5rem;
    min-height: clamp(420px, 70vh, 700px);

  }

}
@media (max-width:980px){
  .page .page-hero-section:not(.guides-hero-section) .hero-col{
    margin-bottom:0;

  }
  .page .page-hero-section  .empty-col{
    display:none!important;
  }

}

/*   --- */

.page .guides-hero-section {
  z-index: 2; 
  overflow: initial;

} 
.page .guides-hero-section .page-hero-cta {
  margin-bottom: 1.3rem;
}

@media (min-width: 981px){
  .page .guides-hero-section {
    padding-top: 10.5rem!important;

  }
  .page .guides-hero-section .row>div>div {
    align-items:flex-end; 
    column-gap: 3%;
  }

  .page .guides-hero-section .hero-col {
    width:63%;
  }

  .page .guides-hero-section .media-col{
    width:34%;
    margin:0;

  }
  .page .guides-hero-section .media-col .cp-liv__media {
    /*     margin-bottom:-14rem;  */
    margin-bottom:-49%; 
    padding-bottom: 2rem;
    margin-left: -0.5rem;
  } 

}

@media (max-width:980px){
  .page .guides-hero-section {
    padding-bottom:0;
  }
  .page .guides-hero-section .media-col{
    display:flex;
    justify-content: center;
  }
  .page .guides-hero-section .media-col .cp-liv__media {
    margin-bottom:-3.5rem; 
  }

}


/* --- */
.page .section.extra-space-section {
  padding-top: 10rem;
  z-index: 1;
  padding-top: 6.5rem;

}

@media (min-width:981px){

  .page .section.extra-space-section{
    padding-top: 10rem;
  }
}

/* --- */

.page .first-step-section .first-step-title {
  margin-bottom: 1.75rem;
} 
.page .first-step-section .first-step-cta {
  margin-top: .7rem;
}
.page .first-step-section .text-col{
  max-width:90%;
}

@media (min-width:981px){
  .page .first-step-section {
    padding:9rem 0;
  }

  .page .first-step-section .cp-bg-media__overlay {
    max-width: 60%;

  }
}
@media (max-width:980px){
  .page .first-step-section .media-col{
    display:none;
  }

}

/* --- */

.page .faq-questions-section {
  overflow: initial;
} 

.page .faq-questions-section .title-col>div,
.page .faq-questions-section .title-col>div>div {
  height: 100%;
}
.page .faq-questions-section .title-col>div>div:before,
.page .faq-questions-section .title-col>div>div:after {
  content:none!important;
}
.page .faq-questions-section .questions-text {
  position: sticky;
  top: 9rem;
}


@media (min-width:981px){
  .page .faq-questions-section .questions-text h2 {
    margin-bottom: 0.55em;

  }
  .page .faq-questions-section .row1>div>div{
    gap: 4.5%;
  }
  .page .faq-questions-section .row1 .col {
    margin: 0;
  }
  .page .faq-questions-section .title-col {
    width: 34%;
  }
  .page .faq-questions-section .text-col {
    width: 61.5%;
  }

}

/* --- */

.header-container-wrapper .widget-type-global_group,
.header-container-wrapper .widget-type-custom_widget,
.header-container-wrapper .row {
  min-height: unset !important;
}

.cp-main-header{
  position: fixed;
  z-index:9999;
  top:0;
  width:100% !important;
}
.cp-main-header .section{
  padding:0;
  transition: all .4s ease-out;
}
.cp-main-header .cp-btn.cp-btn--icon-play{
  padding-left:1.3em;
  padding-right:1.3rem
}
.cp-main-header .cp-btn--ghost{
  padding-left:1.2rem;
  padding-right:1.2rem

}
.cp-main-header .top-header-section{
  color:var(--color-neutral);
  background-color: var(--color-white); 
  text-align:right;
  line-height:1;
  padding: .64rem 0 ;

}
.cp-main-header .top-header-section p{
  line-height: 1;
  margin-bottom:0;
}
.cp-main-header .top-header-section a {
  color:var(--color-neutral);
  position:relative;
  font-weight: 500;
}

.cp-main-header .top-header-section .hs_cos_wrapper_type_icon {
  margin-right: 0.625rem;
}

.cp-main-header .top-header-btn .cta_button  {
  display: inline-flex;
  align-items: center;
  gap: .75rem;
  text-decoration: none;
  line-height: 1.2;
  transition:  all .4s ease-out;
}

.cp-main-header .top-header-btn .cta_button:before {
  content: "" ;
  display:block;
  flex-shrink: 0;
  width: 0.9em;
  height: 0.9em;
  background-color:var(--color-green-50);
  -webkit-mask: var(--cp-btn-mask-phone) center / contain no-repeat;
  mask: var(--cp-btn-mask-phone) center / contain no-repeat;
}

.cp-main-header .top-header-btn .cta_button:after {
  content: "";
  display:block;
  position: absolute;
  left: 0;
  right: 0;
  bottom: -2px;
  height: 1px;
  background-color: currentColor;
  transform: scaleX(0);
  transform-origin: right center;
  transition:   transform .4s ease-out, transform-origin 0s;
  pointer-events: none;
}
.cp-main-header:not(.cp-fixed-header) .top-header-btn .cta_button:hover {
  color: var(--color-green-50);
}
.cp-main-header .top-header-btn .cta_button:hover::after {
  transform: scaleX(1);
  transform-origin: left center;
}






.cp-main-header .site-logo{
  font-size: 0;
}
.cp-main-header .site-logo img {
  max-width: 100% !important;
  width:248px!important;
  width: auto;
  filter: brightness(0) invert(1);
  padding: 1rem 0 ;
  transition: all .4s ease-out;
}

.cp-main-header .main-header-row >div>div {
  align-items: stretch;
  flex-wrap: nowrap;
}


.cp-main-header .main-header-row .logo-col {
  margin-bottom:0;

}
.cp-main-header .main-header-row .menu-col {
  /*   display: flex;
  align-items: center;
  justify-content: flex-end; */

}
.cp-main-header .main-header-row .menu-col>div,
.cp-main-header .main-header-row .menu-col>div>div,
.cp-main-header .main-header-row .menu-col>div>div>div,
.cp-main-header .main-header-row .menu-col>div>div>div>div,
.cp-main-header .main-header-row .menu-col .cp-mm,
.cp-main-header .main-header-row .menu-col .cp-mm__bar,
.cp-main-header .main-header-row .menu-col .cp-mm__nav--desktop,
.cp-main-header .main-header-row .menu-col .cp-mm__list,
.cp-main-header .main-header-row .menu-col .cp-mm__item {
  height:100%;
}



.cp-main-header .main-header-section:after {
  content: '';
  position: absolute;
  top:0;
  left:0;
  width:100%;
  height: 100%;
  z-index: -1;  
  background: linear-gradient(180deg, rgba(0, 0, 0, 0.40) 0%, rgba(0, 0, 0, 0.00) 100%);
  opacity: 1;

}
/* fixed styles */
.cp-fixed-header {
}
.cp-fixed-header.cp-main-header .site-logo img {
  filter: unset;
}
.cp-fixed-header.cp-main-header .top-header-section {
  background-color: var(--color-green-70);
}
.cp-fixed-header.cp-main-header .cp-mm__toggle-bar {
  background-color: var(--color-green-70);

}
.cp-fixed-header.cp-main-header .main-header-section {
  background-color: var(--color-white);
}
.cp-fixed-header.cp-main-header .main-header-section:after {
  opacity: 0;
}
.cp-fixed-header.cp-main-header .top-header-section a:before{
  background-color: var(--color-white);
}
.cp-fixed-header.cp-main-header ul.cp-mm__list >.cp-mm__item:hover .cp-mm__link,
.cp-fixed-header.cp-main-header ul.cp-mm__list >.cp-mm__item>.cp-mm__link:hover{
  color: var(--color-green-50);
}
.cp-fixed-header.cp-main-header .top-header-section a svg path,
.cp-fixed-header.cp-main-header .top-header-section a{
  color: var(--color-white);
  fill: var(--color-white);
}
.cp-fixed-header.cp-main-header ul.cp-mm__list >.cp-mm__item>.cp-mm__link {
  color:var(--color-neutral);
}
.cp-fixed-header.cp-main-header .cp-btn--ghost{
  color: var(--color-neutral);
  border-color: var(--color-neutral);
}
.cp-fixed-header.cp-main-header .cp-btn--ghost:hover{
  border-color: var(--cp-btn-fill-hover);
}




@media (min-width:981px){
  .cp-main-header .main-header-row .logo-col{
    width: 20%;
  }
  .cp-main-header .main-header-row .menu-col{
    width: 78%;
    margin-left: 2%;
  }

}
@media (max-width: 1440px){
  .cp-main-header .top-header-section a{
    font-size:.875rem;
  }
  .cp-main-header .top-header-section .hs_cos_wrapper_type_icon {
    vertical-align: top;
  }
  .cp-main-header .top-header-section {
    padding: .5rem 0 .6rem;

  }

}
@media (max-width: 980px){
  .cp-main-header .top-header-section {
    display:none;
  }

}
/* EXTRA MENU */
.cp-mm {
  /*   position: relative; */
  z-index: 1000;
}

.cp-mm__bar {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  min-height: 4rem;
  padding: 0 ;
}
.cp-mm__toggle {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  margin-left: auto;
  width: 32px;
  height: 32px;
  padding: 0;
  border: none;
  background: transparent;
  border-radius: 0;
  cursor: pointer;
  font-size: 0;
  line-height: 0;
  appearance: none;
  -webkit-appearance: none;
}

.cp-mm__toggle-bars {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 24px;
  height: 100%;
  gap: 6px;
}

.cp-mm__toggle-bar {
  display: block;
  width: 24px;
  height:  2px;
  flex-shrink: 0;
  border-radius: 0;
  background-color: var(--color-white);
  transition: all .4s ease-out;
}

.cp-mm__toggle-label,
.cp-mm__close-label {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

.cp-mm__nav--desktop {
  flex: 1 1 auto;
  display: none;
}

.cp-mm__list {
  display: flex;
  flex-wrap: nowrap;
  align-items: center;
  justify-content: flex-end;
  gap: 0.25rem 0;
  list-style: none;
  margin: 0;
  padding: 0;
}

.cp-mm__item {

}
.cp-mm__item:not(:first-child) {
  margin-left: clamp(14px, 30 / 1600 * 100vw, 30px) ;

}
.cp-mm__item.cp-mm__item--cta:last-child {
  margin-left: clamp(12px, 20 / 1600 * 100vw, 20px) ;
}
.cp-mm__item.cp-mm__item--cta:nth-last-child(2) {
  margin-left: clamp(16px, 40 / 1600 * 100vw, 40px);

}

.cp-mm__item--has-extra {
  position: static;
}

.cp-mm__link {
  display: inline-block;
  padding: 0.5rem 0;
  text-decoration: none;
  color: inherit;
  font-weight: 500;
}

.cp-mm__item--cta .hs-cta-wrapper,
.cp-mm__item--cta .hs-cta-node {
  display: inline-block;
}

.cp-mm__mega {
  position: absolute;
  /*   right: 0; */
  top: 100%;
  left: 50%;
  transform: translateX(-50%);
  top: 100%;
  width: 100%;
  max-width: 1640px;
  padding: 0;
  background: #fff;
  /*   border-top: 1px solid var(--color-neutral-20); */
  border-top:none;

  box-shadow: 0 12px 24px rgba(0, 0, 0, 0.08);
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transition: opacity 0.4s ease-out, visibility 0.4s ease-out;
  z-index: 1001;
}

.cp-mm__item--has-extra:hover .cp-mm__mega,
.cp-mm__item--has-extra:focus-within .cp-mm__mega {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
}

.cp-mm__mega-inner {
  display: grid;
  /*   grid-template-columns: minmax(0, 1fr) minmax(0, 1fr); */
  grid-template-columns: minmax(0, 1.31fr) minmax(0, 1fr);

  /*   gap: 2rem; */
  /*   max-width: 1200px; */
  margin: 0 auto;
  align-items: start;
}

.cp-mm__mega-media {
  height: 100%;
  overflow: hidden;
  background: #f4f4f4;
}

.cp-mm__mega-img {
  display: block;
  width: 100%;
  height: 100%!important;
  object-fit: cover;
}

.cp-mm__mega-title {
  margin: 0 0 .7em;
  padding-bottom: 1em;
  font-size: 1.5rem;
  line-height: 1.2;
  font-weight: 700;
  border-bottom: 1px solid var(--color-neutral-20);
}
.cp-mm__mega-menu ul{
  list-style: none;
  padding:0;
  margin:0; 
}
.cp-mm__mega-menu ul>li{
  margin-bottom: 1.05em;

}

.cp-mm__mega-menu ul>li>a{
  display: inline-block;
  color: inherit;
  font-weight: 500;
  line-height: 1;
}
.cp-mm__mega-menu ul>li>a:hover{
  color: var(--color-green-60);

}

.cp-mm__mega-menu .hs-menu-wrapper ul.hs-menu-children-wrapper {
  position: static;
  box-shadow: none;
}

.cp-mm__mega-menu .hs-menu-depth-1 > a {
  /*   display: block; */
  padding: 0.35rem 0;
}

.cp-mm__overlay {
  position: fixed;
  inset: 0;
  background: rgba(0, 0, 0, 0.45);
  z-index: 1002;
}

.cp-mm__overlay[hidden] {
  display: none !important;
}

.cp-mm__panel {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  width: 100vw;
  max-width: 100vw;
  background: #fff;
  z-index: 1003;
  display: flex;
  flex-direction: column;
  transform: translateX(100%);
  transition: transform 0.4s ease-out;
}

.cp-mm__panel[hidden] {
  /*   display: none !important; */
}

.cp-mm--open .cp-mm__panel:not([hidden]) {
  transform: translateX(0);
}
.cp-mm__mega-body {
  padding-top: clamp(20px, 64 / 1440 * 100vw, 64px);
  padding-bottom: clamp(20px, 30 / 1440 * 100vw, 30px);
  padding-left: clamp(20px, 90 / 1440 * 100vw, 90px);
  padding-right: clamp(40px, 160 / 1440 * 100vw, 160px);


}

.cp-mm__panel-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  padding: 1rem 1.25rem;
  border-bottom: 1px solid var(--color-neutral-20);
}

.cp-mm__panel-title {

}

.cp-mm__mobile-inner-logo img {
  max-width:155px;
  width: 100%!important

}
.cp-mm__close {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 2.5rem;
  height: 2.5rem;
  padding: 0;
  border: 0;
  border-radius: 4px;
  background: transparent;
  cursor: pointer;
  font-size: 1.5rem;
  line-height: 1;
}

.cp-mm__close::before {
  content: "\00d7";
}

.cp-mm__panel-body {
  flex: 1 1 auto;
  overflow-y: auto;
  padding: 1.25rem;
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
}

.cp-mm__mobile-menu ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

.cp-mm__mobile-menu a {
  display: block;
  padding: 0.65rem 0;
  font-weight: 500;
  color: inherit;
  text-decoration: none;
}

.cp-mm__ctas {
  display: flex;
  flex-direction: column;
  gap: 0.75rem;
}
.cp-mm__cta .cp-btn--ghost{
  color: var(--color-neutral);
  border-color: var(--color-neutral);
}
.cp-mm__additional {
  font-size: 0.95rem;
  line-height: 1.5;
}
.cp-mm__additional ul {
  list-style:none;  padding: 0;
  margin: 0;
}
.cp-mm__additional ul li {
  display: flex;
  align-items: baseline;
  column-gap: 1rem;
  padding-left: .25rem;
}
.cp-mm__additional ul li a {

}
.cp-mm__additional ul li img {
  width:15px!important;
}
.cp-mm__social {
  display: flex;
  flex-wrap: wrap;
  gap: 0.75rem;
  list-style: none;
  margin: 0;
  padding: 0;
}

.cp-mm__social-link {
  display: inline-flex;
  background-color : var(--color-white);
  align-items: center;
  justify-content: center;
  width: 2.5rem;
  height: 2.5rem;
  border: 1px solid var(--color-neutral);
  border-radius: 0;
  color: inherit;
  text-decoration: none;
  transition: all 0.4s ease-out;
}

.cp-mm__social-icon svg {
  display: block;
  max-width: 100%;
  max-height: 1.25rem;
}
.cp-mm__social-link svg path {
  fill: var(--color-neutral);


}
.cp-mm__social-link:hover  {
  background-color : var(--color-green-45);
  border-color:var(--color-green-45);
}


@media (min-width: 981px) {
  .cp-mm__toggle {
    display: none;
  }

  .cp-mm__nav--desktop {
    display: block;
  }
}
@media (max-width: 1440px) {
  .cp-mm__item{
    margin-left: .875rem !important;
  }
  .cp-mm__link {
    font-size:.875rem;
  }
  .cp-mm__item .cp-btn{
    font-size:.875rem;
    padding-left: .8rem;
    padding-right: .8rem;

  }
  .cp-mm__link,
  .cp-mm__item .cp-btn{
    font-size: clamp(11px, 14 / 1280 * 100vw, 14px);
  } 
  .cp-mm__mega-menu ul>li>a{
    font-size:.875rem;
  }

}


@media (max-width: 980px) {

  .cp-mm__mega {
    display: none;
  }

  .cp-mm__nav--desktop {
    display: none;
  }

  .cp-mm__toggle {
    display: inline-flex;
  }
}

body.cp-mm--scroll-lock {
  overflow: hidden;
}

ul.cp-mm__list >.cp-mm__item{
  display:flex;
  flex-flow: row nowrap;
  align-items: center;
  justify-content: center;
}
ul.cp-mm__list >.cp-mm__item>.cp-mm__link{
  color: var(--color-white);
  text-decoration: unset;
}

ul.cp-mm__list >.cp-mm__item:hover .cp-mm__link,
ul.cp-mm__list >.cp-mm__item>.cp-mm__link:hover {
  color: var(--color-green-45);
  text-decoration: underline;
}
.cp-main-footer .section{
  padding:3.75rem 0 2rem;
}
.cp-main-footer .copyright-sub-row{
  border-top: 1px solid var(--color-green-60);
  margin-top:3.875rem !important;
  padding-top: 1.6rem!important;
  font-size: .875rem;

}
.cp-main-footer .footer-title {
  color:var(--color-green-30);
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 100%;
  letter-spacing: 0.1em;
  margin-bottom: 1.3rem;
  text-transform: uppercase;
}
.cp-main-footer a:hover{
  color: var(--color-green-30);
}
.cp-main-footer .footer-logo {
  margin-bottom: 4rem;
}
.cp-main-footer .footer-logo img {
  max-width: 414px !important;
  width:100% !important;
}
.cp-main-footer .widget-type-menu ul {
  list-style: none;
  padding: 0;
  margin:0 0 3rem;
}
.cp-main-footer .last-menu ul{
  margin-bottom: 0
}
.cp-main-footer .widget-type-menu ul {

}
.cp-main-footer .widget-type-menu ul li{
  font-size: 1rem;
}
.cp-main-footer .widget-type-menu ul li:not(:last-child) {
  margin-bottom: .875em;
}
.cp-main-footer .widget-type-menu a {
  font-style: normal;
  font-weight: 500;
  line-height: 100%;
}
.cp-main-footer .footer-contact {
  margin-bottom: 1.5rem;
  padding: .8rem 0;
}
.cp-main-footer .footer-contact ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.cp-main-footer .footer-contact ul li {
  display: flex;
  align-items: baseline;
  column-gap: 1rem;
  padding-left: .25rem;
  font-size:1rem;

}
.cp-main-footer .footer-contact ul li img {
  width: .938em!important;
  max-height: 0.8em;
  object-fit: contain;
}
.cp-main-footer .footer-contact ul li:not(:last-child) {
  margin-bottom:1em;
}

.cp-main-footer .footer-contact li p {
  margin-bottom:0;
  font-size:inherit;
}


.cp-main-footer .footer-contact ul li:last-child {
  margin-bottom: 0 ;
}

.cp-main-footer .copyright-links a{

}
.cp-main-footer .copyright-text img {
  position: relative;
  top: 4px;

}
.cp-main-footer .copyright-links a~span {
  display: inline-block;
  height: 1.125rem;
  width:1px;
  margin: 0 1.5rem;
  background: var(--color-green-60);
  transform: translateY(10%);

}
.cp-main-footer .main-footer-row>div>div {
  column-gap:0;
}


@media (min-width: 981px){
  .cp-main-footer .copyright-links{
    text-align:right;
  }
  .cp-main-footer .main-footer-row .col1 {
    width:36%;
    margin-right:auto;
  }
  .cp-main-footer .main-footer-row .col2 {
    width:30.5%;
    margin-left:4%;

  }
  .cp-main-footer .main-footer-row .col3 {
    width:19%;
    margin-left:4%;

  }

}

@media (max-width: 1440px) and (min-width: 981px) {
  .cp-main-footer .main-footer-row .col1 {
    width:32%;
  }
  .cp-main-footer .main-footer-row .col2 {
    /*     width:30%; */

  }
  .cp-main-footer .main-footer-row .col3 {
    width: 23%;

  }
}
@media (max-width: 1440px){
  .cp-main-footer .copyright-links a~span{
    margin: 0 1rem;
  }
  .cp-main-footer .footer-contact ul li,
  .cp-main-footer .widget-type-menu a {
    font-size: 14px;
  }

}
@media (max-width: 980px){
  .cp-main-footer .footer-logo img {
    max-width: 330px !important;
  }
  .cp-main-footer .main-footer-row>div>div {
    column-gap:4%;
    row-gap:3rem 
  }

  .cp-main-footer .main-footer-row .col1 {
    width:100%;
    order: 3;

  }
  .cp-main-footer .main-footer-row .col2 {
    width:48%;
    order: 1;

  }
  .cp-main-footer .main-footer-row .col3 {
    width:48%;
    order: 2;

  }
  .cp-main-footer .copyright-sub-row>div>div{
    row-gap: 1rem;
  }
  .cp-main-footer .copyright-links a{
    margin-bottom:1rem
  }
  .cp-main-footer .copyright-links a:not(:last-child){
    margin-right: 1rem;
  }

  .cp-main-footer .copyright-links a~span{
    display:none;
  }

}
@media (max-width: 480px){
  .cp-main-footer .main-footer-row .col2 {
    width:100%;
    order: 1;

  }
  .cp-main-footer .main-footer-row .col3 {
    width:100%;
    order: 2;

  }
}


.home .home-hero-section .cp-text-anim-word--accent {
  position: relative;
  display: inline-block;
}
.home .home-hero-section .cp-text-anim-word--accent .cp-text-anim-word-accent-fill {
  position: absolute;
  inset: 0;
  white-space: nowrap;
  background: var(
    --Linear,
    linear-gradient(270deg, var(--color-green-20) -5.04%, var(--color-green-45) 100%)  );
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.45s ease;
}
.home .home-hero-section .cp-text-anim-word--accent.cp-text-anim-word-accent-visible .cp-text-anim-word-accent-fill {
  opacity: 1;
}
@media (prefers-reduced-motion: reduce) {
  .home .home-hero-section  .cp-text-anim-word--accent .cp-text-anim-word-accent-fill {
    transition: none;
    opacity: 1;
  }
}
.home .home-hero-section h1,
.home .home-hero-section .cp-elem-anim{
  /*   text-shadow: 0 4px 14px rgba(0, 0, 0, 0.45); */
  filter:
    drop-shadow(0 3px 4px rgba(0, 0, 0, .72))
    drop-shadow(0 10px 14px rgba(0, 0, 0, .50))
    drop-shadow(0 18px 30px rgba(0, 0, 0, .30));
}
.home .home-hero-section h1 span{
  transition: opacity .4s ease-out 0s, color .8s ease-out .4s;

}
.home .home-hero-section h1 .cp-text-anim-word{
  opacity: 0;
  color:var(--color-green-30);
}
.home .home-hero-section .cp-elem-anim{
  opacity: 0;
  transition: all .4s ease-out;
}
.home .home-hero-section .cp-elem-anim-visible{
  opacity: 1;
}
.home .home-hero-section h1 span.cp-text-anim-word-visible {
  color: #fff;
  opacity: 1;
}
.home .home-hero-section .home-hero-cta1{
  margin-bottom: 1.5rem;
}
.home .limited-cta-section{
  padding: 0;
  overflow: initial;
}

.home .limited-cta-section .col-title span {
  color: inherit;
}
.home .limited-cta-section .col-text p{
  margin-bottom: 1.3rem;
}

.home .limited-cta-section .col-img{
  line-height:1;
  position:relative;
}
.home .limited-cta-section .col-img span{
  display:block;
  font-size: 0;
}
.home .limited-cta-section .col-img>.row-fluid-wrapper{
  position:absolute;
  bottom: 0;
  left:50%;
  transform:translateX(-50%);
  width:100%;
}
.home .limited-cta-section  .sap-style{
  /*   margin-right: -.25em; */
}
.home .as-featured-section .row{
  /*   max-width:1440px; */
}

.home .low-cost-travel-section .low-cost-title {
  margin-bottom: 1rem;
}

.home .preferred-partners-section .preferred-partners-title {
  margin-bottom: 2rem;
}

.home .why-start-travel-section .why-start-travel-title {
  max-width: 640px;
}
@media (max-width: 980px) and (min-width: 481px){
  .home .why-start-travel-section .cp-only-tablet .cp-bg-media__layer {
    background-position: 50% 80%!important;
  }
}

.home .investment-overview-section p.heading-cp2026-mod__heading {
  color: var(--color-green-20);

}

@media (min-width: 981px){
  .home .home-hero-section{
    padding: 17rem 0 11rem !important;
  } 
  .home .as-featured-section{
    padding: 3.75rem 0 2rem;
  }
  .home .limited-cta-section .col-title,
  .home .limited-cta-section .col-text{
    padding: 3.75rem 0; 
  }

  .home .limited-cta-section .col-title p {
    margin-bottom: 0 !important;
  }
  .home .limited-cta-section .row1>div>div{column-gap:2%;flex-wrap:nowrap;}
  .home .limited-cta-section .col{margin:0;}
  .home .limited-cta-section .col-title{width: 42.5%;}
  .home .limited-cta-section .col-text{width: 27%;}
  .home .limited-cta-section .col-img{width: 26.5%;
  }
  .home .why-start-travel-section{
    padding: 5.5rem 0;

  }
  .home .investment-overview-section {
    padding: 3.75rem 0;

  }
  .home .investment-overview-section .col2{
    display: flex;
    flex-direction:column;
    justify-content: flex-end;


  }
  .home .investment-overview-section .col2 p:last-child{
    margin-bottom: 2rem;
  }

  .home .investment-overview-section .investment-overview-title h2 {
    line-height:1.1
  }

  .home .investment-overview-section .investment-overview-subtitle .heading-cp2026-mod {
    margin-bottom: 0;

  }
}
@media (max-width: 980px) {
  .home .limited-cta-section{
  }
  .home .limited-cta-section .col-text,
  .home .limited-cta-section .col-title{
    width: 65%;
    padding: 
  }
  .home .limited-cta-section .col-title{
    padding-top:2.5rem;
  }
  .home .limited-cta-section .col-text{
    padding-bottom:2.5rem;
  }

  .home .limited-cta-section .col-img{
    max-width: 35%;
    margin-left: auto;
  }
  .home .why-start-travel-section{
    padding: 4rem 0 min(66vw, 17.7rem)
  }

  .home .why-start-travel-section:after{
    content: '';
    position: absolute;
    top:0;
    left:0;
    width:100%;
    height:80%;
    z-index:-1;
    background: linear-gradient(180deg, #000 26.32%, rgba(0, 0, 0, 0.60) 78.98%, rgba(0, 0, 0, 0.00) 100%);

  }
  .home .why-start-travel-section .cp-bg-media__layer--image {
    background-position: bottom center;
  }
  .home .home-hero-section .col{
    margin-bottom:0;
  }

  .home .home-hero-section .media-col{
    display:none;
  }






}

@media (max-width: 767px) {
  .home .home-hero-section{
    min-height:min(100vh, 812px);
    padding-bottom:2.5rem;
    display:flex;
    flex-direction:column;
    justify-content:flex-end;
  }

}
.leadership .meet-team-section { 

}
.leadership .meet-team-section .row1{
  margin-bottom: 2.5rem !important;
}
.leadership .meet-team-section .heading-cp2026-mod__heading span{
  display:inline-block;
}    

.leadership .meet-team-section .title-col{
  margin-bottom:2rem;
}

@media (min-width:981px){
  .leadership .meet-team-section .title-col{
    margin-bottom:0;

  }
  .leadership .meet-team-section .row1{
    margin-bottom: 4rem !important;
  }
  .leadership .meet-team-section .row1>div>div{
    column-gap:5%;
    align-items:flex-end;
  }
  .leadership .meet-team-section .title-col, 
  .leadership .meet-team-section .text-col { 
    margin:0;
  }
  .leadership .meet-team-section .title-col{
    width: 53%;

  }
  .leadership .meet-team-section .text-col { 
    width: 42%;

  }
  .leadership .meet-team-section .text-col p:last-child { 
    margin-bottom:0;
  }




}
.contact-us  .contact-hero-section .hero-col {
  row-gap:2.5rem;
  display:flex; 
  flex-direction:column;
}
.contact-us .contact-hero-section .contact-infobox {
  padding:1.5rem;
  border: 1px solid var(--color-green-40);
  background: linear-gradient(270deg, rgba(217, 239, 219, 0.10) -5.04%, rgba(80, 200, 91, 0.10) 100%);
  color: var(--color-neutral);

}
.contact-us .contact-hero-section .hero-title{
  /*   margin-bottom:2.5rem; */
}
.contact-us .contact-hero-section .info-col-text  {
  margin-bottom: .5rem;
}

.contact-us .contact-hero-section .info-col-text p{
  margin-bottom: 0;
}
.contact-us .contact-hero-section .contact-location ul{
  list-style: none;
  padding: 0;
  margin: 0 ;
}
.contact-us .contact-hero-section .contact-location ul:not(:last-child){
  margin: 0 0 1.5rem;

}
.contact-us .contact-hero-section .contact-location ul li:not(:last-child) {
  margin-bottom: 1em;
}

.contact-us .contact-hero-section .contact-location ul li {
  display: flex;
  align-items: baseline;
  column-gap: 1rem;
  padding-left: .25rem;
  font-size: 1rem;
}
.contact-us .contact-hero-section .contact-location ul li img {
  width: .938em !important;
  max-height: 0.8em;
  object-fit: contain;
}
.contact-us .contact-hero-section .contact-location p {
  font-size: inherit;

}
.contact-us .contact-hero-section .contact-location p:last-child {
  margin-bottom: 0;

}
.contact-us .contact-hero-section .contact-location-map .hs-responsive-embed-wrapper {
  margin:0 !important;
}
.contact-us .contact-hero-section .contact-location-map iframe {
  border:1px solid var(--color-green-60)!important;
}
.contact-us .contact-hero-section .form-col {
  background: var(--color-white);
  box-shadow: 0 0 30px 0 rgba(0, 0, 0, 0.14);
  padding: 2.75rem 2.5rem;

}
.contact-us .contact-hero-section .form-col .hs-form {
  padding:0;
}
.contact-us .contact-hero-section .form-col .hs-form fieldset{
  flex-wrap: wrap;
}
.contact-us .contact-hero-section .form-col .hs-form fieldset.form-columns-2 > div {
  width: 100% !important;
}
.contact-us .contact-hero-section .form-col .hs-form fieldset.form-columns-2 > div:not(:first-child) {
  margin-top: 1rem;
}
.contact-us .contact-hero-section .form-col .hs-form .hs_recaptcha{
  float: unset;
}
.contact-us .contact-hero-section .form-col .hs-form .hs_submit {
  float: unset;
}
.contact-us .contact-hero-section .form-col  .hs-form .hs_submit .actions{
  width: 100%;
  border-color: var(--color-green-45);
  background-color:var(--color-green-45);

}
.contact-us .contact-hero-section .form-col .hs-form .hs_submit .actions::before{
  background-color:var(--color-green-70);

}
.contact-us .contact-hero-section .form-col .hs-form .hs_submit .actions:hover  input.hs-button{
  color: var(--color-white)

}
.contact-us .contact-hero-section .contact-infobox-row>div>div{
  gap: 0.5rem;
  flex-wrap:wrap;
}
.contact-us .contact-hero-section .contact-infobox-row>div>div>div{
  width:auto;
}

/* --- */

@media(min-width: 981px){
  .contact-us  .contact-hero-section{
    padding-top: 11.75rem !important;
  }
  .contact-us  .contact-hero-section .hero-col {
    width: 50.5%;
  }
  .contact-us  .contact-hero-section .form-col{
    margin:0;
    width: 44.75%;

  }


  .contact-us  .contact-hero-section .row>div>div {
    align-items:flex-start;
    column-gap: 4.75%;
  }    

}

@media(max-width: 980px){
  .contact-us .contact-hero-section .hero-title{
    margin-bottom:1.5rem;

  }

}
.guides .guide-experience-section .row1 .text-col  .heading-cp2026-mod__heading{
  line-height:1.1;
}
.guides .guide-experience-section .row1 .text-col .heading-cp2026-mod{
}

.guides .guide-experience-section .expirience-text p:last-child{ 
  margin-bottom:0;
}
.guides .guide-experience-section .expirience-text{ 
  margin-bottom: 3rem;

}
.guides .guide-experience-section .row2 {
  padding-top:2.5rem;
}

.guides .start-your-travel-section {

}

@media (min-width:981px){
  .guides .guide-experience-section .row2 {
    padding-top:6rem;
  }

  .guides .guide-experience-section .row1 >div>div{
    column-gap:10.5%;
  }
  .guides .guide-experience-section .row1 .title-col{
    width:49%;
  }

  .guides .guide-experience-section .row1 .text-col {
    width:40.5%;
    margin: 0;
  }


}

.blog .blog-listing-content {
  width: 100%;
}

.blog .blog-hero {
  position: relative;
  /*   margin-bottom: 2.5rem;
  padding-bottom:0; */
  background: var(--color-neutral);
}

.blog .blog-hero__inner {
  /*   position: relative;
  display: flex;
  align-items: center;
  isolation: isolate; */
}

.blog .blog-hero__media {
  position: absolute;
  inset: 0;
  z-index: -2;
}

.blog .blog-hero__media::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(
    90deg,
    rgba(0, 0, 0, 0.55) 0%,
    rgba(0, 0, 0, 0.4) 45%,
    rgba(0, 0, 0, 0.2) 100%
  );
  z-index: 1;
}

.blog .blog-hero__media img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.blog .blog-hero__content {
  max-width: 726px;
}

.blog .blog-hero__content h1 {

} 

.blog .blog-hero__description {
  line-height:1.2;
}

.blog .blog-feed__top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  margin-bottom: 1.75rem;
}

.blog .blog-feed__top h2 {
  margin: 0;
}

.blog .blog-feed__filters {
  display: flex;
  justify-content:flex-end;
  align-items: center;
  gap: 0.7rem;
}

.blog .blog-feed__filter {
  position: relative;

}
.blog .blog-feed__filter.blog-feed__categories{
  /*   flex: 1 0 auto;
  display: flex;
  justify-content:flex-end; */
  min-width: min(275px , 30vw);
}

.blog .blog-feed__filter > summary {
  display: inline-flex;
  align-items: center;   
  justify-content: space-between;

  gap: 0.5rem;
  min-height: 3rem;
  width: 100%;

  padding: 0.375rem 1.3rem;
  background: var(--color-white);
  color: var(--color-neutral);
  border: 1px solid var(--color-neutral);
  font: inherit;
  cursor: pointer;
  list-style: none;
  user-select: none;
  white-space: nowrap;
  /*   transition: background-color 0.15s ease, color 0.15s ease, border-color 0.15s ease; */
  transition: var(--transition-default);
}

.blog .blog-feed__filter > summary:hover {
  border-color: var(--color-green-50);
  background: var(--color-green-50);
}

.blog .blog-feed__filter[open] > summary {
  background: var(--color-green-50);
  /*   color: var(--color-white); */
  border-color: var(--color-green-50);
}

.blog .blog-feed__filter > summary::-webkit-details-marker {
  display: none;
}

.blog .blog-feed__filter > summary::after {
  content: "";
  width: 0.75rem;
  height: 0.75rem;
  background: currentColor;
  -webkit-mask: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 12 8'><path fill='none' stroke='black' stroke-width='1.75' stroke-linecap='round' stroke-linejoin='round' d='M1 1.5l5 5 5-5'/></svg>") no-repeat center / contain;
  mask: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 12 8'><path fill='none' stroke='black' stroke-width='1.75' stroke-linecap='round' stroke-linejoin='round' d='M1 1.5l5 5 5-5'/></svg>") no-repeat center / contain;
  transition: transform 0.15s ease;
}

.blog .blog-feed__filter[open] > summary::after {
  /*   transform: rotate(180deg); */
}

.blog .blog-feed__filter > summary:focus-visible {
  /*   outline: 2px solid var(--color-green-50);
  outline-offset: 2px; */
}

.blog .blog-feed__filter-prefix {

}

.blog .blog-feed__dropdown {
  position: absolute;
  top:100% ;
  left: 0;
  z-index: 20;
  width: 100%;
  margin: 0;
  padding: 0;
  list-style: none;
  background: var(--color-white);
  border: 1px solid var(--color-neutral-20);
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.08);
}

.blog .blog-feed__dropdown li {
  list-style: none;
}
/* Categories with a slug that has no matching tag in blog_tags() are hidden,
not removed — they re-appear automatically once the tag is assigned to a post. */
.blog .blog-feed__dropdown-item--empty {
  display: none;
}


.blog .blog-feed__dropdown a {
  display: flex;
  align-items: flex-start;
  gap: 0.625rem;
  padding: 0.5rem 0.875rem;
  color: var(--color-neutral);
  text-decoration: none;
  cursor: pointer;
}

.blog .blog-feed__dropdown a:hover,
.blog .blog-feed__dropdown a:focus-visible {
  background: var(--color-neutral-10);
  outline: none;
}

/* Radio-style indicator for category items only. */
.blog .blog-feed__categories .blog-feed__dropdown a::before {
  content: "";
  flex-shrink: 0;
  width: 1.125rem;
  height: 1.125rem;
  margin-top: 0.125rem;
  border: 1.5px solid var(--color-neutral-20);
  border-radius: 50%;
  background: transparent;
  /*   transition: border-color 0.15s ease, background 0.15s ease; */
  transition: var(--transition-default);
}

.blog .blog-feed__categories .blog-feed__dropdown a[aria-current="page"]::before {
  border-color: var(--color-green-50);
  background: radial-gradient(circle, var(--color-green-50) 45%, var(--color-white) 50%);
}

.blog .blog-feed__categories .blog-feed__dropdown a[aria-current="page"] {
  color: var(--color-neutral);
}

/* Sort items: bold + green text on the active option, no radio dot. */
.blog .blog-feed__sort .blog-feed__dropdown a[aria-current="true"] {
  font-weight: 600;
  color: var(--color-green-50);
}

.blog .blog-feed__grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1.25rem;
}

.blog .blog-feed__card {
  position: relative;
  overflow: hidden;
  background: var(--color-neutral-10);
  aspect-ratio: 0.883;
}

.blog .blog-feed__card-media {
  display: block;
  background: var(--color-neutral-10);
  width: 100%;
  height: 100%;
  position: relative;
  z-index: 0;
}

.blog .blog-feed__card-link-overlay {
  position: absolute;
  inset: 0;
  z-index: 1;
}

.blog .blog-feed__card-media img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.blog .blog-feed__card-content {
  position: absolute;
  inset: 0;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  gap: 0.75rem;
  padding: 1rem;
  overflow: hidden;
  isolation: isolate;
  z-index: 2;
  pointer-events: none;
}

.blog .blog-feed__card-content::before {
  content: "";
  position: absolute;
  left: 0;
  bottom:0;
  width: 100%;
  height: 100%;
  background: linear-gradient(
    180deg,
    rgba(0, 0, 0, 0.1) 0%,
    rgba(0, 0, 0, 0.1) 60%,
    rgba(0, 0, 0, 0.92) 100%
  );
  z-index: -1;
  transition: var(--transition-default);
}

.blog .blog-feed__card:hover .blog-feed__card-content::before,
.blog .blog-feed__card:focus-within .blog-feed__card-content::before {
   height: 250%;

}

.blog .blog-feed__card-tags {
  position: absolute;
  top: 1rem;
  left: 1rem;
  right: 1rem;
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
}

.blog .blog-feed__card-tag {
  align-self: flex-start;
  margin: 0;
  padding: 0.25rem 0.625rem;
  border-radius: 999px;
  background: rgba(38, 104, 44, 0.80);
  border: 1px solid var(--color-green-40);
  color: var(--color-white) !important;
  font-size: 0.875rem;
  line-height: 1.3;
  text-decoration: none;
  text-transform: capitalize;
  pointer-events: auto;
}

.blog .blog-feed__card-tag:hover,
.blog .blog-feed__card-tag:focus-visible {
  background: var(--color-green-60);
/*   border-color: var(--color-white); */
}

.blog .blog-feed__card-meta {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 0.75rem;
}

.blog .blog-feed__card-author,
.blog .blog-feed__card-date {
  margin: 0;
  font-size: 0.875rem;
  line-height: 1.25;
}

.blog .blog-feed__card-author a {
  color: inherit;
  text-decoration: none;
  pointer-events: auto;
}

.blog .blog-feed__card-author a:hover,
.blog .blog-feed__card-author a:focus-visible {
  text-decoration: underline;
}

.blog .blog-feed__card-content h3 {
  margin: 0;
  color: var(--color-white);
}

.blog .blog-feed__card-content h3 {
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  transform: translateY(0);
  transition: var(--transition-default);
}

.blog .blog-feed__card-hover {
  display: flex;
  flex-direction: column;
  gap: 0.75rem;
  max-height: 0;
  opacity: 0;
   overflow: hidden;
  pointer-events: none;
  transition:  var(--transition-default);
}

.blog .blog-feed__card:hover .blog-feed__card-content h3,
.blog .blog-feed__card:focus-within .blog-feed__card-content h3 {
  transform: translateY(-0.55rem);
}

.blog .blog-feed__card:hover .blog-feed__card-hover,
.blog .blog-feed__card:focus-within .blog-feed__card-hover {
  max-height: 9.5rem;
  opacity: 1;
  transform: translateY(-0.55rem);
  pointer-events: auto;
}

.blog .blog-feed__card-excerpt {
  margin: 0;
  color: var(--color-white);
  opacity: 0;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  transition: var(--transition-default);
}

.blog .blog-feed__card-read-more {
  display: inline-flex;
  align-items: center;
  gap: 0.4rem;
  width: fit-content;
  color: var(--color-white);
  text-decoration: none;
  font-weight: 600;
  border-bottom: 1px solid transparent;
  opacity: 0;
  pointer-events: auto;
  transition: var(--transition-default);
}

.blog .blog-feed__card:hover .blog-feed__card-excerpt,
.blog .blog-feed__card:focus-within .blog-feed__card-excerpt {
  opacity: 0.92;
  transition-delay: 0.06s;
}

.blog .blog-feed__card:hover .blog-feed__card-read-more,
.blog .blog-feed__card:focus-within .blog-feed__card-read-more {
  opacity: 1;
  transition-delay: 0.12s;
}

.blog .blog-feed__card:not(:hover):not(:focus-within) .blog-feed__card-excerpt,
.blog .blog-feed__card:not(:hover):not(:focus-within) .blog-feed__card-read-more {
  transition-delay: 0s;
}

.blog .blog-feed__card-read-more:hover,
.blog .blog-feed__card-read-more:focus-visible {
  color: var(--color-green-50);
  border-color: var(--color-green-50);
}

.blog .blog-feed__card-read-more span {
  transition: var(--transition-default);
}

.blog .blog-feed__card-read-more:hover span,
.blog .blog-feed__card-read-more:focus-visible span {
  transform: translateX(0.2rem);
}

.blog .blog-feed__pagination {
  display: flex;
  justify-content: center;
  gap: 0.5rem;
  margin-top: 2rem;
}

.blog .blog-feed__pagination a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 2rem;
  min-height: 2rem;
  padding: 0.25rem 0.5rem;
  border: 1px solid var(--color-neutral-20);
  color: var(--color-neutral);
  background: var(--color-white);
  text-decoration: none;
}

.blog .blog-feed__pagination a[aria-current="page"] {
  border-color: var(--color-green-50);
  background: var(--color-green-50);
  color: var(--color-white);
}

.blog .blog-feed__pagination-dots {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 1.5rem;
  color: var(--color-neutral);
}

.blog .blog-feed__pagination a:hover,
.blog .blog-feed__pagination a:focus-visible {
  border-color: var(--color-green-50);
  background: var(--color-green-50);
  color: var(--color-white);
}
@media (min-width:981px){
  .blog .blog-hero{
    min-height: clamp(420px, 70vh, 700px);
  }
  .blog .blog-feed-section {
    padding: 7.75rem 0;
  }
  .blog .blog-feed__filters {

    width:50%;
  }
}

@media (max-width: 980px) {
  .blog .blog-hero {
    margin-bottom: 2rem;
  }

  /*   .blog .blog-hero__inner {
  min-height: 17rem;
} */

  .blog .blog-feed__grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 767px) {
  /*   .blog .blog-hero__inner {
  min-height: 14rem;
} */

  /*   .blog .blog-hero__content {
  width: 100%;
  padding: 2rem 1rem;
} */

  .blog .blog-feed__top {
    flex-direction: column;
    align-items: stretch;
  }

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

  .blog .blog-feed__grid {
    grid-template-columns: minmax(0, 1fr);
  }
} 
.blog-single .blog-single-content {
  width: 100%;
}

/* Full-bleed hero / breadcrumb bar inside cp-page-container */
.blog-single .blog-single-hero,
.blog-single .blog-single-breadcrumbs--below {
  width: 100vw;
  max-width: 100vw;
  margin-left: calc(50% - 50vw);
  margin-right: calc(50% - 50vw);
}

/* Hero */
.blog-single .blog-single-hero {
  background: var(--color-green-70);
  padding-top: calc(7.5rem + 5rem);
  padding-bottom: 3.5rem;
}

.blog-single .cp-page-container > .row-fluid-wrapper:first-child .blog-single-hero {
  padding-top: calc(7.5rem + 5rem);
}

.blog-single .blog-single-hero--compact {
  padding-bottom: 4rem;
  text-align: center;
}

.blog-single .blog-single-hero--compact .blog-single-hero__inner {
  justify-content: center;
}

.blog-single .blog-single-hero--compact .blog-single-hero__content {
  max-width: 52rem;
  margin: 0 auto;
}

.blog-single .blog-single-hero--compact .blog-single-hero__tag {
  text-align: center;
}

.blog-single .blog-single-hero--compact .blog-single-hero__author {
  justify-content: center;
}

.blog-single .blog-single-hero__inner,
.blog-single .blog-single-main__inner {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  gap: 2rem 3rem;
  float: none;
  width: 90%;
  max-width: 1320px;
  margin-left: auto !important;
  margin-right: auto !important;
}

.blog-single .blog-single-hero__inner {
  align-items: center;
}

.blog-single .blog-single-hero__inner > .col,
.blog-single .blog-single-main__inner > .col {
  float: none;
  width: auto;
  margin-left: 0;
  margin-right: 0;
}

.blog-single .blog-single-hero--with-media .blog-single-hero__content {
  flex: 1 1 18rem;
  min-width: min(100%, 18rem);
  max-width: 40rem;
}

.blog-single .blog-single-hero--with-media .blog-single-hero__media-col {
  flex: 1 1 16rem;
  min-width: min(100%, 16rem);
  max-width: 34rem;
  margin-left: auto;
}

.blog-single .blog-single-hero__tag {
  margin: 0 0 1rem;
}

.blog-single .blog-single-hero__tag a {
  display: inline-block;
  padding: 0.3rem 0.85rem;
  border: 1px solid var(--color-green-40);
  border-radius: 999px;
  background: rgba(38, 104, 44, 0.35);
  color: var(--color-white);
  font-size: 0.875rem;
  line-height: 1.3;
  text-decoration: none;
  text-transform: capitalize;
  transition: var(--transition-default);
}

.blog-single .blog-single-hero__tag a:hover,
.blog-single .blog-single-hero__tag a:focus-visible {
  background: var(--color-green-60);
  border-color: var(--color-green-40);
}

.blog-single .blog-single-hero__title {
  margin: 0 0 1.5rem;
}

.blog-single .blog-single-hero__meta {
  margin: 0;
}

.blog-single .blog-single-hero__author {
  display: flex;
  align-items: center;
  gap: 0.85rem;
}

.blog-single .blog-single-hero__avatar {
  flex-shrink: 0;
  width: 2.5rem;
  height: 2.5rem;
  border-radius: 50%;
  object-fit: cover;
}

.blog-single .blog-single-hero__author-text p {
  margin: 0;
}

.blog-single .blog-single-hero__byline {
  font-weight: 600;
  line-height: 1.35;
}

.blog-single .blog-single-hero__byline a {
  color: inherit;
  text-decoration: underline;
  text-underline-offset: 0.15em;
}

.blog-single .blog-single-hero__date-read {
  margin-top: 0.2rem;
  font-size: 0.9375rem;
  line-height: 1.4;
  opacity: 0.92;
}

.blog-single .blog-single-hero__meta-sep {
  margin: 0 0.35rem;
}

.blog-single .blog-single-hero__media {
  overflow: hidden;
  border-radius: 0.35rem;
  line-height: 0;
}

.blog-single .blog-single-hero__media img {
  display: block;
  width: 100%;
  height: auto;
  object-fit: cover;
}

/* Breadcrumbs */
.blog-single .blog-single-breadcrumbs {
  font-size: 0.875rem;
  line-height: 1.4;
}

.blog-single .blog-single-breadcrumbs ol {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 0.35rem 0.5rem;
  margin: 0;
  padding: 0;
  list-style: none;
}

.blog-single .blog-single-breadcrumbs li {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
}

.blog-single .blog-single-breadcrumbs li:not(:last-child)::after {
  content: "›";
  opacity: 0.65;
}

.blog-single .blog-single-breadcrumbs a {
  color: inherit;
  text-decoration: none;
}

.blog-single .blog-single-breadcrumbs a:hover,
.blog-single .blog-single-breadcrumbs a:focus-visible {
  text-decoration: underline;
}

.blog-single .blog-single-breadcrumbs--hero {
  max-width: 1320px;
  width: 90%;
  margin: 0 auto 1.75rem;
  color: var(--color-white);
  opacity: 0.9;
}

.blog-single .blog-single-breadcrumbs--hero a {
  color: var(--color-white);
}

.blog-single .blog-single-breadcrumbs--hero li[aria-current="page"] span {
  opacity: 0.75;
}

.blog-single .blog-single-breadcrumbs--below {
  padding: 1.25rem 0;
  background: var(--color-white);
  color: var(--color-neutral-80);
  border-bottom: 1px solid var(--color-neutral-10);
}

.blog-single .blog-single-breadcrumbs--below a {
  color: var(--color-neutral-80);
}

.blog-single .blog-single-breadcrumbs--below li[aria-current="page"] span {
  color: var(--color-neutral);
  font-weight: 600;
}

/* Main layout */
.blog-single .blog-single-main {
  padding: 3.5rem 0 5rem;
  background: var(--color-white);
}

.blog-single .blog-single-main.section {
  padding-top: 3.5rem;
  padding-bottom: 5rem;
}

.blog-single .blog-single-sidebar {
  flex: 0 0 16.5rem;
  max-width: 100%;
}

.blog-single .blog-single-sidebar__sticky {
  position: sticky;
  top: 6.5rem;
}

.blog-single .blog-single-article {
  flex: 1 1 18rem;
  min-width: min(100%, 18rem);
}

/* Table of contents */
.blog-single .blog-single-toc {
  margin-bottom: 2rem;
}

.blog-single .blog-single-toc__label,
.blog-single .blog-single-share__label {
  margin: 0 0 0.85rem;
  font-size: 0.75rem;
  font-weight: 700;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: var(--color-neutral);
}

.blog-single .blog-single-toc__list {
  margin: 0;
  padding: 0;
  list-style: none;
}

.blog-single .blog-single-toc__list li {
  margin: 0;
}

.blog-single .blog-single-toc__list a {
  display: block;
  padding: 0.55rem 0.75rem 0.55rem 0.85rem;
  border-left: 3px solid transparent;
  color: var(--color-neutral-80);
  text-decoration: none;
  font-size: 0.9375rem;
  line-height: 1.35;
  transition: var(--transition-default);
}

.blog-single .blog-single-toc__list a:hover,
.blog-single .blog-single-toc__list a:focus-visible {
  color: var(--color-green-70);
  background: var(--color-green-10);
  border-left-color: var(--color-green-50);
  outline: none;
}

.blog-single .blog-single-toc__list a.is-active {
  color: var(--color-green-70);
  font-weight: 600;
  background: var(--color-green-10);
  border-left-color: var(--color-green-50);
}

.blog-single .blog-single-toc__list .blog-single-toc__item--h3 a {
  padding-left: 1.35rem;
  font-size: 0.875rem;
}

.blog-single .blog-single-toc__empty {
  margin: 0;
  font-size: 0.875rem;
  color: var(--color-neutral-80);
}

/* Social share */
.blog-single .blog-single-share .hs-blog-social-share {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
}

.blog-single .blog-single-share a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 2.25rem;
  height: 2.25rem;
  border-radius: 50%;
  background: var(--color-neutral-10);
  color: var(--color-neutral-80);
  text-decoration: none;
  transition: var(--transition-default);
}

.blog-single .blog-single-share a:hover,
.blog-single .blog-single-share a:focus-visible {
  background: var(--color-green-50);
  color: var(--color-white);
}

/* Post body */
.blog-single .blog-single-body__content {
  color: var(--color-neutral);
  font-size: 1.0625rem;
  line-height: 1.65;
}

.blog-single .blog-single-body__content > *:first-child {
  margin-top: 0;
}

.blog-single .blog-single-body__content h2,
.blog-single .blog-single-body__content h3,
.blog-single .blog-single-body__content h4 {
  color: var(--color-green-70);
  scroll-margin-top: 7rem;
}

.blog-single .blog-single-body__content h2 {
  margin: 2.5rem 0 1rem;
}

.blog-single .blog-single-body__content h3 {
  margin: 2rem 0 0.85rem;
}

.blog-single .blog-single-body__content p {
  margin: 0 0 1.15rem;
}

.blog-single .blog-single-body__content ul,
.blog-single .blog-single-body__content ol {
  margin: 0 0 1.25rem;
  padding-left: 1.35rem;
}

.blog-single .blog-single-body__content li {
  margin-bottom: 0.45rem;
}

.blog-single .blog-single-body__content img {
  display: block;
  width: 100%;
  height: auto;
  margin: 1.75rem 0 0.5rem;
  border-radius: 0.35rem;
}

.blog-single .blog-single-body__content figcaption,
.blog-single .blog-single-body__content .hs-image-widget-caption,
.blog-single .blog-single-body__content .image-caption {
  margin: 0 0 1.5rem;
  font-size: 0.8125rem;
  line-height: 1.4;
  color: var(--color-neutral-80);
}

.blog-single .blog-single-body__content blockquote,
.blog-single .blog-single-body__content .hs-callout-type-default {
  margin: 2rem 0;
  padding: 1.75rem 1.5rem;
  border: none;
  border-radius: 0.35rem;
  background: var(--color-green-10);
  color: var(--color-green-70);
  font-size: 1.125rem;
  font-weight: 600;
  line-height: 1.45;
  text-align: center;
}

.blog-single .blog-single-body__content a:not(.cp-btn):not(.cta_button) {
  color: var(--color-green-60);
  text-decoration: underline;
  text-underline-offset: 0.12em;
}

.blog-single .blog-single-body__content a:not(.cp-btn):not(.cta_button):hover,
.blog-single .blog-single-body__content a:not(.cp-btn):not(.cta_button):focus-visible {
  color: var(--color-green-70);
}

.blog-single .blog-single-body__content .hs-embed-wrapper,
.blog-single .blog-single-body__content iframe {
  max-width: 100%;
}

.blog-single .blog-single-body__content .hs-embed-wrapper {
  margin: 1.75rem 0;
}

.blog-single .blog-single-body__content .hs-cta-embed,
.blog-single .blog-single-body__content .hs-callout-type-cta {
  margin: 2.5rem 0;
  padding: 2rem 1.75rem;
  border-radius: 0.35rem;
  background: var(--color-green-10);
  text-align: center;
}

.blog-single .blog-single-body__content details,
.blog-single .blog-single-body__content .hs-accordion-item {
  margin: 0 0 0.65rem;
  border: 1px solid var(--color-neutral-10);
  border-radius: 0.35rem;
  background: var(--color-white);
}

.blog-single .blog-single-body__content summary {
  padding: 1rem 1.15rem;
  font-weight: 600;
  color: var(--color-neutral);
  cursor: pointer;
  list-style: none;
}

.blog-single .blog-single-body__content summary::-webkit-details-marker {
  display: none;
}

.blog-single .blog-single-body__content details[open] summary {
  border-bottom: 1px solid var(--color-neutral-10);
}

.blog-single .blog-single-body__content details > *:not(summary) {
  padding: 1rem 1.15rem 1.15rem;
}

@media (min-width: 981px) {
  .blog-single .blog-single-hero--with-media {
    padding-bottom: 4.5rem;
  }

  .blog-single .blog-single-main__inner {
    flex-wrap: nowrap;
  }

  .blog-single .blog-single-sidebar {
    width: 22%;
    flex: 0 0 22%;
  }

  .blog-single .blog-single-article {
    width: calc(78% - 3rem);
    flex: 1 1 auto;
  }
}

@media (max-width: 980px) {
  .blog-single .blog-single-hero {
    padding-top: calc(5rem + 5rem);
    padding-bottom: 2.5rem;
  }

  .blog-single .blog-single-main__inner > .col {
    width: 100%;
    max-width: 100%;
  }

  .blog-single .blog-single-sidebar__sticky {
    position: static;
  }

  .blog-single .blog-single-main {
    padding: 2.5rem 0 3.5rem;
  }

  .blog-single .blog-single-main.section {
    padding-top: 2.5rem;
    padding-bottom: 3.5rem;
  }
}

@media (max-width: 767px) {
  .blog-single .blog-single-hero {
    padding-top: calc(3.25rem + 5rem);
  }

  .blog-single .blog-single-hero__title {
    font-size: clamp(1.65rem, 6vw, 2.25rem);
  }
} 







