/* @import url('http://example.com/example_style.css'); */

/***********************************************/
/* CSS @imports must be at the top of the file */
/* Add them above this section                 */
/***********************************************/

/*****************************************/
/* Start your style declarations here    */
/*****************************************/

/* Responsive grid */

.row-fluid {
  width: 100%;
}

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

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

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

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

.row-fluid .span12 {
  width: 99.99999998999999%;
}

.row-fluid .span11 {
  width: 91.489361693%;
}

.row-fluid .span10 {
  width: 82.97872339599999%;
}

.row-fluid .span9 {
  width: 74.468085099%;
}

.row-fluid .span8 {
  width: 65.95744680199999%;
}

.row-fluid .span7 {
  width: 57.446808505%;
}

.row-fluid .span6 {
  width: 48.93617020799999%;
}

.row-fluid .span5 {
  width: 40.425531911%;
}

.row-fluid .span4 {
  width: 31.914893614%;
}

.row-fluid .span3 {
  width: 23.404255317%;
}

.row-fluid .span2 {
  width: 14.89361702%;
}

.row-fluid .span1 {
  width: 6.382978723%;
}

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

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

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

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

@media (min-width: 768px) and (max-width: 1139px) {
  .row-fluid {
    width: 100%;
  }

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

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

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

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

  .row-fluid .span12 {
    width: 99.999999993%;
  }

  .row-fluid .span11 {
    width: 91.436464082%;
  }

  .row-fluid .span10 {
    width: 82.87292817100001%;
  }

  .row-fluid .span9 {
    width: 74.30939226%;
  }

  .row-fluid .span8 {
    width: 65.74585634900001%;
  }

  .row-fluid .span7 {
    width: 57.182320438000005%;
  }

  .row-fluid .span6 {
    width: 48.618784527%;
  }

  .row-fluid .span5 {
    width: 40.055248616%;
  }

  .row-fluid .span4 {
    width: 31.491712705%;
  }

  .row-fluid .span3 {
    width: 22.928176794%;
  }

  .row-fluid .span2 {
    width: 14.364640883%;
  }

  .row-fluid .span1 {
    width: 5.801104972%;
  }
}

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

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

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

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

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

  .row-fluid .span12 {
    width: 100%;
  }

  .row-fluid .span11 {
    width: 91.45299145300001%;
  }

  .row-fluid .span10 {
    width: 82.905982906%;
  }

  .row-fluid .span9 {
    width: 74.358974359%;
  }

  .row-fluid .span8 {
    width: 65.81196581200001%;
  }

  .row-fluid .span7 {
    width: 57.264957265%;
  }

  .row-fluid .span6 {
    width: 48.717948718%;
  }

  .row-fluid .span5 {
    width: 40.170940171000005%;
  }

  .row-fluid .span4 {
    width: 31.623931624%;
  }

  .row-fluid .span3 {
    width: 23.076923077%;
  }

  .row-fluid .span2 {
    width: 14.529914530000001%;
  }

  .row-fluid .span1 {
    width: 5.982905983%;
  }
}

/* Clearfix */

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

.clearfix:after {
  clear: both;
}

/* Visibilty classes */

.hide {
  display: none;
}

.show {
  display: block;
}

.invisible {
  visibility: hidden;
}

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

/* Responsive visibilty classes */

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

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

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

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

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

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

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

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

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

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

  .visible-desktop {
    display: none !important;
  }
}
/* @import url('http://example.com/example_style.css'); */

/***********************************************/
/* CSS @imports must be at the top of the file */
/* Add them above this section                 */
/***********************************************/

/*****************************************/
/* Start your style declarations here    */
/*****************************************/
/* Logo */

.widget-type-logo img {
  height: auto;
  max-width: 100%;
  margin-bottom: 1.4rem;
}

/* Menu and simple menu */

.hs-menu-wrapper ul {
  display: flex;
  padding-left: 0;
  margin: 0.67rem 0;
  flex-wrap: wrap;
  justify-content: space-around;
  list-style: none;
}

.hs-menu-wrapper li {
  margin: 0.25rem 0;
}

@media (max-width: 767px) {
  .hs-menu-wrapper li {
    margin-bottom: 1.25rem;
    text-align: center;
  }
}

/* Horizontal menu */

.hs-menu-wrapper.hs-menu-flow-horizontal .hs-menu-children-wrapper {
  flex-direction: column;
}

@media (max-width: 767px) {
  .hs-menu-wrapper.hs-menu-flow-horizontal ul {
    flex-direction: column;
  }
}

/* Vertical menu */

.hs-menu-wrapper.hs-menu-flow-vertical ul {
  flex-direction: column;
}

/* Flyouts */

.hs-menu-wrapper.hs-menu-flow-vertical.flyouts ul {
  display: inline-flex;
}

@media (max-width: 767px) {
  .hs-menu-wrapper.hs-menu-flow-vertical ul {
    display: flex;
  }
}

.hs-menu-wrapper.flyouts .hs-item-has-children {
  position: relative;
}

.hs-menu-wrapper.flyouts .hs-menu-children-wrapper {
  position: absolute;
  left: -9999px;
  opacity: 0;
}

.hs-menu-wrapper.flyouts .hs-menu-children-wrapper a {
  display: block;
  white-space: nowrap;
}

/* prettier-ignore */
.hs-menu-wrapper.hs-menu-flow-horizontal.flyouts
.hs-item-has-children:hover
> .hs-menu-children-wrapper {
  top: 100%;
  left: 0;
  opacity: 1;
}

/* prettier-ignore */
.hs-menu-wrapper.hs-menu-flow-vertical.flyouts
.hs-item-has-children:hover
> .hs-menu-children-wrapper {
  top: 0;
  left: 100%;
  opacity: 1;
}

@media (max-width: 767px) {
  /* prettier-ignore */
  .hs-menu-wrapper.flyouts .hs-menu-children-wrapper,
  .hs-menu-wrapper.hs-menu-flow-horizontal.flyouts
  .hs-item-has-children:hover
  > .hs-menu-children-wrapper,
  .hs-menu-wrapper.hs-menu-flow-vertical.flyouts
  .hs-item-has-children:hover
  > .hs-menu-children-wrapper {
    position: relative;
    top: auto;
    left: 0;
    opacity: 1;
  }
}

/* Rich text */

.widget-type-rich_text img {
  height: auto;
  max-width: 100%;
}
/* Primary button */

button,
.button,
.hs-button {
  display: inline-flex;
  align-items: center;
  cursor: pointer;
  text-align: center;
  transition: color 0.15s linear;
  white-space: normal;
}

 .button {
   transition: transform 0.2s ease-in-out;
}

.button:hover, .select:hover{
      transform: scale(1.10);
    }

.button.button--simple {
  position: relative;
  padding: 0;
  border: none;
  border-radius: 0;
  background-color: transparent;
}

.button.button--simple:hover,
.button.button--simple:focus {
  border: none;
  background-color: transparent;
}

/* Disabled button */

button:disabled,
.button:disabled,
.hs-button:disabled {
  border-color: #f1f1f1;
  background-color: #f1f1f1;
  pointer-events: none;
}

button:disabled,
.button:disabled,
.button.button--secondary:disabled,
.button.button--simple:disabled {
  color: #d0d0d0;
}

/* No button */

.no-button,
.no-button:hover,
.no-button:focus,
.no-button:active {
  padding: 0;
  border: none;
  border-radius: 0;
  margin-bottom: 0;
  background: none;
  color: initial;
/*   font-family: inherit; */
  font-size: inherit;
  font-style: inherit;
  font-weight: inherit;
  letter-spacing: inherit;
  line-height: inherit;
  text-align: left;
  text-decoration: none;
  transition: none;
}

/* Button icons */

.button .button__icon svg, .button__icon svg {
  display: block;
  height: 1.25rem;
  margin-right: 1rem;
  fill: inherit;
}

@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .button .button__icon svg, .button__icon svg {
    width: 1.25rem;
  }
}

.button--icon-right .button__icon {
  order: 1;
}

.button--icon-right .button__icon svg {
  margin-right: 0;
  margin-left: 1rem;
}
body {
  line-height: 1.4;
  overflow-wrap: break-word;
}

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

/* Paragraphs */

p {
  margin: 0 0 1.25rem;
  font-size: 1rem;
}

/* Anchors */

a {
  cursor: pointer;
}

/* Headings */

h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0 0 1.25rem;
}

/* Lists */

ul,
ol {
  padding-left: 1rem;
  margin: 0 0 1.25rem;
}

ul li,
ol li {
  margin: 0.7rem;
}

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

.no-list {
  padding-left: 0;
  margin: 0;
  list-style: none;
}

.no-list li {
  margin: 0;
}

/* Code blocks */

pre {
  overflow: auto;
}

code {
  vertical-align: bottom;
}

/* Blockquotes */

blockquote {
  padding-left: 1rem;
  border-left: 10px solid;
  margin: 0 0 1.4rem;
}

/* Horizontal rules */

hr {
  border: 0 none;
  border-bottom: 1px solid;
}

/* Subscripts and superscripts */

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

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

/* Image alt text */

img {
  font-size: 1rem;
  word-break: normal;
}
/* @import url('http://example.com/example_style.css'); */

/***********************************************/
/* CSS @imports must be at the top of the file */
/* Add them above this section                 */
/***********************************************/

/*****************************************/
/* Start your style declarations here    */
/*****************************************/
.show-for-sr {
  position: absolute !important;
  overflow: hidden !important;
  height: 1px !important;
  width: 1px !important;
  padding: 0 !important;
  border: 0 !important;
  clip: rect(0,0,0,0) !important;
  white-space: nowrap !important;
}
/* Content wrappers for blog post and system templates */

.content-wrapper {
  padding: 0 20px;
  margin: 0 auto;
}

/* Drag and drop layout styles */

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

@media (max-width: 767px) {
  .dnd-section .dnd-column {
    padding: 0;
  }
}
/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */

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

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

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

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

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

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

body {
  margin: 0;
}

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

main {
  display: block;
}

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

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

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

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

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

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

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

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

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

a {
  background-color: transparent;
}

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

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

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

b,
strong {
  font-weight: bolder;
}

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

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

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

small {
  font-size: 80%;
}

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

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

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

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

img {
  border-style: none;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

progress {
  vertical-align: baseline;
}

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

textarea {
  overflow: auto;
}

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

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

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

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

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

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

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

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

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

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

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

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

details {
  display: block;
}

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

summary {
  display: list-item;
}

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

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

template {
  display: none;
}

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

[hidden] {
  display: none;
}















/* Icon wrapper */

.icon {
  display: inline-flex;
  border-radius: 50%;
}

.icon--square .icon {
  border-radius: 0;
}

/* Icon */

.icon svg {
  vertical-align: middle;
}
/* Form title */

.form-title {
  margin: 0;
}

.form-title ~ div > form {
  border-top: none;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

/* Labels */

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

/* Form fields */

form .hs-form-field {
  margin-bottom: 1.4rem;
}

form input[type='text'],
form input[type='email'],
form input[type='password'],
form input[type='tel'],
form input[type='number'],
form input[type='file'],
form input[type='search'],
form select,
form textarea {
  display: inline-block;
  width: 100% !important; /* stylelint-disable-line declaration-no-important */
}

form fieldset {
  max-width: 100% !important; /* stylelint-disable-line declaration-no-important */
}

/* Form fields - checkbox/radio */

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

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

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

form input[type='checkbox'],
form input[type='radio'] {
  margin-right: 0.35rem;
  cursor: pointer;
}

/* Form fields - date picker */

form .hs-dateinput {
  position: relative;
}

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

form .is-selected .pika-button {
  border-radius: 0 !important; /* stylelint-disable-line declaration-no-important */
  box-shadow: none !important; /* stylelint-disable-line declaration-no-important */
}

form .fn-date-picker .pika-button:hover,
form .fn-date-picker .pika-button:focus {
  border-radius: 0 !important; /* stylelint-disable-line declaration-no-important */
}

/* Form fields - file picker */

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

/* Headings and text */

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

form .hs-richtext img {
  height: auto;
  max-width: 100% !important; /* stylelint-disable-line declaration-no-important */
}

/* GDPR */

form .legal-consent-container .hs-form-booleancheckbox-display > span {
  margin-left: 1rem !important; /* stylelint-disable-line declaration-no-important */
}

/* Validation */

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

form .hs-input.error {
  border-color: #ef6b51;
}

form .hs-error-msg,
form .hs-error-msgs {
  margin-top: 0.35rem;
  color: #ef6b51;
}

/* Submit button */

form input[type='submit'],
form .hs-button {
  display: inline-block;
  width: 100%;
  cursor: pointer;
  text-align: center;
  transition: all 0.15s linear;
  white-space: normal !important; /* stylelint-disable-line declaration-no-important */
}

/* Captcha */

.grecaptcha-badge {
  margin: 0 auto;
}

/* Popup Form */
.popup-form__container {
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  background: rgba(0,0,0,.7);
  z-index: 99999;
  transition: .3s ease;
  opacity: 0;
  visibility: hidden;
}

.show-popup {
  opacity: 1 !important;
  visibility: visible !important;
}

.popup-form__wrapper {
  margin: 0 auto;
/*   width: fit-content; */
  width: 700px;
  max-width: 95%;
/*   padding: 1rem; */
  padding: 20px 50px;
  border-radius: 10px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  background-color: #FFF;
  position: relative;
}

.popup-form__close {
  width: 40px;
  height: 40px;
  position: absolute;
  top: 0;
  right: 0;
  cursor: pointer;
}

.popup-form__close:before {
  content: '';
  height: 3px;
  width: 30px;
  position: absolute;
  top: 50%;
  left: 50%;
  border-radius: 3px;
  -webkit-transform: translate(-50%, -50%) rotate(135deg);
      -ms-transform: translate(-50%, -50%) rotate(135deg);
          transform: translate(-50%, -50%) rotate(135deg);
}

.popup-form__close:after {
  content: '';
  height: 30px;
  width: 3px;
  position: absolute;
  top: 50%;
  left: 50%;
  border-radius: 3px;
  -webkit-transform: translate(-50%, -50%) rotate(135deg);
      -ms-transform: translate(-50%, -50%) rotate(135deg);
          transform: translate(-50%, -50%) rotate(135deg);
}

.popup-form__close:before, .popup-form__close:after {
  background-color: black;
}

.popup-form__header {
  margin: 0;
}

.popup-form__form-container {
/*   width: 80vw; */
  max-height: 80vh;
  overflow: auto;
  width: 100%;
}

.popup-form__form-container label {
  font-weight: 500;
}

/* @media (min-width: 900px) {
  .popup-form__form-container {
    width: 60vw;
  }
} */
.custom-card {
  width: 100%;
  max-width: 400px;
  margin: 0 auto 1rem auto;
  position: relative;
}

@media (max-width:769px) {
  .custom-card {
    margin-bottom: 1rem;
  }
}

.custom-card__container{
  display: flex;
  flex-direction: column;
  overflow: hidden;
}

.custom-card__card-link {
  padding: 0;
  margin: 0;
  text-decoration: unset;
  color: inherit;
  cursor: pointer;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 10;
}

.custom-card__card-link:hover,
.custom-card__card-link:focus,
.custom-card__card-link:active {
  text-decoration: unset;
  color: inherit;
}

.custom-card__content-container, .custom-card__image-container, .custom-card__icon-container{
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  z-index: 1;
}

.custom-card__image-container, .custom-card__icon-container{
  overflow: hidden;
  position: relative;
}

.custom-card__image-container > .overlay{
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 2;
  margin: 0;
  padding: 0;
}

.custom-card__image, .custom-card__icon {
  width: 100%;
  height: auto;
  object-fit: contain;
  display: block;
  z-index: 1;
  margin: 0;
  padding: 0;
}

.custom-card__content {
  width: 100%;
}

.custom-card__button-container {
  margin: 1rem 0rem;
  z-index: 20;
}

/****** Align card's height horizontaly ******/
.row-fluid-wrapper.dnd-section *:has(.custom-card__container) {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}

/*** Scale when hover card link ***/
.custom-card {
  transition: scale ease .5s;
}

.custom-card:has(a.custom-card__card-link):hover {
  scale: 1.05;
}
.custom-content__container {
  position: relative;
}

@media (max-width: 768px) {
  .custom-content__container {
    margin-bottom: 1rem;
  }
}

.custom-content__overlay {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 1;
}

.custom-content__sub-heading,
.custom-content__heading,
.custom-content__content {
  z-index: 10;
  position: inherit;
}

.custom-content__content img{
  max-width: 100%;
}
/****************** Logo carousel *********************/
.logo-carousel__container{
  width: 100%;
  padding: 0;
  margin: 0;
  position: relative;
}

.logo-carousel__slider-container{
  width: 100%;
}

.overlap-hidden{
  overflow: hidden;
  width: 100%;
}

.logo-carousel__slider-wrapper{
  display: flex;
  display: -webkit-box;
  display: -ms-flexbox;
}

.logo-carousel__multislides{
  flex: none;
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  margin: auto;
}

.logo-carousel__slide {
  flex: none;
  margin: 0 auto;
  display: flex;
  justify-content: center;
  align-items: center;
}

.logo-carousel__logo-wrapper{
  width: 100%;
  padding: 1.5rem 2rem;
}

.logo-carousel__logo-wrapper img{
  object-fit: contain;
/*   height: 34px */
}

/*** controls ***/
.logo-carousel__container > .angle-left,
.logo-carousel__container > .angle-right{
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 30px;
  cursor: pointer;
  z-index:10;
  display: none;
  opacity: 0.4;
}

.logo-carousel__container > .angle-left{
  left: 10px;
}

.logo-carousel__container > .angle-right{
  right: 10px;
}

/********************* Testimonials ******************/
.p-testimonials__container{
  --quotamark-width: 20px;
  --picture-size: 120px;
  position: relative;
  display: block;
}

@media (max-width: 600px){
  .p-testimonials__container{
    --quotamark-width: 15px;
    --picture-size: 80px;
  }
}

/* Controls */
.p-testimonials__container > .angle-left,
.p-testimonials__container > .angle-right{
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 30px;
  cursor: pointer;
  z-index:10;
  display: none;
}

.p-testimonials__container > .angle-left{
  left: 10px;
}

.p-testimonials__container > .angle-right{
  right: 10px;
}

/* Slider */
.overflow-hidden{
  overflow: hidden;
}

.p-testimonials__slider{
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.p-testimonials__slide{
  flex: none;
  width: 100%;
  justify-content: center;
  align-items: center;
  display: flex;
}

.p-testimonials__content-wrapper{
  display: flex;
  margin: 1.5rem 1.5rem 2.5rem 1.5rem;
  box-shadow: 0 4px 6px 1px rgb(0 0 0 / 0.1), 0 2px 4px -0.5px rgb(0 0 0 / 0.1);
  border-radius: 10px;
  padding: 1rem 1.25rem;
  max-width: 700px;
}

.p-testimonials__content-wrapper.left{
  align-items: start;
  justify-content: center;
}

.p-testimonials__content-wrapper.right{
  flex-direction: row-reverse;
  align-items: start;
  justify-content: center;
}

.p-testimonials__content-wrapper.top{
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.p-testimonials__content-wrapper.top > .p-testimonials__quote-wrapper{
  align-items: center;
  justify-content: center;
}

.p-testimonials__content-wrapper.bottom .p-testimonials__head_info,
.p-testimonials__content-wrapper.top .p-testimonials__head_info{
  text-align: center;
}

.p-testimonials__content-wrapper.bottom{
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

@Media (max-width: 600px) {
  .p-testimonials__content-wrapper{
    padding: 1rem 0;
  }
  .p-testimonials__content-wrapper.left,
  .p-testimonials__content-wrapper.right{
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }
  .left > .p-testimonials__quote-wrapper,
  .right > .p-testimonials__quote-wrapper{
    align-items: center;
    justify-content: center;
  }
}

/* Picture */
.left .p-testimonials__head_pic{
  padding: 0.75rem 0rem 0rem 1rem;
}

.right .p-testimonials__head_pic{
  padding: 0.75rem 1rem 0rem 0rem;
}

.p-testimonials__head_pic > img{
  width: var(--picture-size);
  height: var(--picture-size);
  object-fit: contain;
  filter: drop-shadow(0 4px 3px rgb(0 0 0 / 0.07)) drop-shadow(0 2px 2px rgb(0 0 0 / 0.06));
}

.p-testimonials__quote-wrapper{
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: start;
}

.p-testimonials__head_info{
  display: flex;
  flex-direction: column;
  margin: 0.25rem 1rem;
}

.left .p-testimonials__head_info,
.right .p-testimonials__head_info{
  margin-left: calc(1.5rem + var(--quotamark-width))
}

@Media (max-width: 600px) {
  .left .p-testimonials__head_info,
  .right .p-testimonials__head_info{
    margin: 0.25rem 1rem;
  }
  .p-testimonials__head_pic{
    padding: 0 !important;
  }
}


.p-testimonials__head_info-name{
  font-weight: bold;
  padding: 0.25rem;
}

.p-testimonials__head_info-title{
  font-style: italic;
  padding: 0.25rem;
}

.p-testimonials__quote {
  display: flex;
  padding: 0.25rem 1rem;
}

.p-testimonials__icon-wrapper{
  position: relative;
  width: var(--quotamark-width);
  flex: none;
  font-family: 'Abril Fatface', cursive;
  font-size: -webkit-xxx-large;
  line-height: 1.1;
}

.p-testimonials__quote-left{
  position: absolute;
  top:0;
  left:0;
  display: none;
}

.p-testimonials__quote-right{
  position: absolute;
  bottom: 0;
  right: 0;
  display: none;
}

.p-testimonials__quote-left svg,
.p-testimonials__quote-right svg{
  width: 100%;
  height: auto;
  fill: #6d6875;
}

.p-testimonials__quote-content{
  padding: 0.5rem 0.75rem;
}

/** Dots **/
.p-testimonials__dots{
  position: absolute;
  bottom: 10px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 40;
  display: none;
}

.p-testimonials__dot{
  display: block;
  background-color: rgba(255, 255, 255, .5);
  width: 1em;
  height: 1em;
  border-radius: 999px;
  margin: 0 0.5rem;
  cursor: pointer;
  box-shadow: 0 4px 6px 1px rgb(0 0 0 / 0.1), 0 2px 4px -1px rgb(0 0 0 / 0.1);
}

.p-testimonials__dots > .active{
  background-color: rgb(255, 255, 255);
}
.p-accordion__container {
    width: 100%;
    position: relative;
}

.p-accordion__item {
    width: 100%;
    padding: 0;
    margin-bottom: 1px;
}

.p-accordion__item[aria-expanded=true] {
    box-shadow: 0 4px 6px 1px rgb(0 0 0 / 0.05), 0 2px 4px 1px rgb(0 0 0 / 0.05);
}

.p-accordion__item-header {
    padding: 0.5rem;
    font-size: 20px;
    cursor: pointer;
    position: relative;
    display: block;
}

.p-accordion__item-header * {
    pointer-events: none;
}

.p-accordion__item-icon {
    width: 20px;
    height: 20px;
    position: absolute;
    top: 50%;
    right: 1em;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    transition: all .2s ease-in;
    pointer-events: none;
}

.p-accordion__item-icon:before {
    content: "";
    height: 1px;
    width: .75em;
    background-color: #000;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

.p-accordion__item-icon:after {
    content: "";
    height: .75em;
    width: 1px;
    background-color: #000;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

.p-accordion__item[aria-expanded=true] .p-accordion__item-icon {
    -webkit-transform: translateY(-50%) rotate(135deg);
    -ms-transform: translateY(-50%) rotate(135deg);
    transform: translateY(-50%) rotate(135deg);
}

.p-accordion__item-content-wrapper {
    max-height: 0;
    display: block;
    transition: max-height 0.3s ease-out;
    overflow: hidden;
}

.p-accordion__item-content {
    padding: 1.25rem 1.25rem 0.5rem;
}

.p-accordion__item-content p {
    margin-top: 0;
}

.p-accordion__item[aria-expanded=true] .p-accordion__item-content-wrapper {
    /* max-height: 1500px; */
    /* overflow: overlay; */
    -webkit-transition: max-height 0.3s ease-in;
    -o-transition: max-height 0.3s ease-in;
    transition: max-height 0.3s ease-in;
}

/* .p-accordion__item-content-wrapper::-webkit-scrollbar {
    background-color: transparent;
    width: 6px;
  }
  
  .p-accordion__item-content-wrapper::-webkit-scrollbar-track {
    background-color: transparent;
  }
  
  .p-accordion__item-content-wrapper::-webkit-scrollbar-thumb {
    background-color: rgba(0, 0, 0, .1);
    border-radius: 10px;
  } */

.p-accordion__item-button {
    margin: 1rem;
}

/* @import url('http://example.com/example_style.css'); */

/***********************************************/
/* CSS @imports must be at the top of the file */
/* Add them above this section                 */
/***********************************************/

/*****************************************/
/* Start your style declarations here    */
/*****************************************/
.header__skip {
  position: absolute;
  top: -1000px;
  left: -1000px;
  overflow: hidden;
  height: 1px;
  width: 1px;
  text-align: left;
}
.header__skip:hover,
.header__skip:focus,
.header__skip:active {
  z-index: 2;
  top: 0;
  left: 0;
  overflow: visible;
  height: auto;
  width: auto;
}
.menu-bg {
  fill: #DD7657 !important;
}

.menu-lines {
  fill: white !important;
}
.header__bottom header__wrapper{
 background: transparent !important; /* Ensures transparency */
    transition: background 0.3s ease-in-out;
}
.header.sticky {
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 99999;
    background: transparent !important; /* Ensures transparency */
    transition: background 0.3s ease-in-out;
}

/* Optional: Add a background color when scrolling */
.header.sticky.scrolled {
    background: rgba(0, 0, 0, 0.0) !important; /* Semi-transparent black on scroll */
    transition: background 0.3s ease-in-out;
}


.header__menu-link {
    position: relative;
    text-decoration: none;
    display: inline-block;
    transition: transform 0.4s ease-in-out;
   color: #0082ca;
}


.header__menu-link::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: -2px;
    width: 0;
    height: 2px;
    background-color: #0082ca;
    transition: width 0.4s ease-in-out, transform 0.4s ease-in-out;
    transform-origin: left; 
}

.header__menu-link::after,
.header__dropdown-menu a::after {
    display: none;
}
.header__menu-link {
    position: relative;
    text-decoration: none;
    display: inline-block;
    transition: color 0.6s ease-in-out; 
    color: white; 
}

.header__menu-link:hover {
    color:  #0082ca !important; 
}



.header__menu-link:hover {
    transform: scale(1.15); /* Text grows by 10% */
  color:  #0082ca;
}


.header__menu-link:hover::after {
    width: 100%; 
  color:  #0082ca;
}

.header__menu-item--depth-2 .header__menu-child-toggle svg {
  transform: rotate(90deg);  /* This rotates the caret to the right (">") */
}

/* Optional: Adjust submenu toggle behavior for opening/closing */
.header__menu-item--depth-2 .header__menu-child-toggle[aria-expanded="true"] svg {
  transform: rotate(270deg); 
  
}

.header__menu-submenu--level-2 {
  width: auto !important;
  min-width: 230px !important;
  padding-right: 10px !important;
  box-sizing: border-box !important;

  border-color:#fff;

}

.header__menu-submenu  list{
 border-color:black; 
}
          
          


.header__menu-item--depth-2 .header__menu-child-toggle svg {
  margin-right: 10px;    

}


.header__menu-submenu--level-2 {
  max-width: 300px; 
  
}

/* .header {
  padding: 0;
  margin: 0 auto;
}

.header .widget-span:not(.dnd-module) {
    display: flex;
    justify-content: center;
}

.header .widget-span .dnd-section {
    flex: auto;
}

.header-menu {
  width: 100%;
  padding: 0 10px;
}

.header-menu .hs-menu-wrapper ul {
  list-style-type: none;
}

.header-menu .hs-menu-wrapper > ul {
  display: flex;
  justify-content: center;
}

.header-menu .hs-menu-item {
  width: 100%;
  padding: 0 5px;
} */
/* @import url('http://example.com/example_style.css'); */

/***********************************************/
/* CSS @imports must be at the top of the file */
/* Add them above this section                 */
/***********************************************/

/*****************************************/
/* Start your style declarations here    */
/*****************************************/
.footer .hs-menu-item.hs-menu-depth-1 > a {
  font-weight: bold;
}

.footer .hs-menu-item.hs-menu-depth-1 > a:hover,
.footer .hs-menu-item.hs-menu-depth-1 > a:focus {
  font-weight: bold;
}

@media (max-width:768px){
.center-mobile {
text-align: center !important;
}
}

/* @import url('http://example.com/example_style.css'); */

/***********************************************/
/* CSS @imports must be at the top of the file */
/* Add them above this section                 */
/***********************************************/

/*****************************************/
/* Start your style declarations here    */
/*****************************************/

.blog-main {
    display: grid;
    grid-template-areas:
      " sidebar "
      " body ";
    max-width: 1200px;
    margin: 0 auto;
  @media (min-width:768px){
    grid-template-columns: 3fr 1fr; 
    grid-template-areas: "body sidebar";
  }
  }

.blog-body {
  grid-area: body;
}

.blog-sidebar {
grid-area: sidebar;
}