@font-face {
    
  font-family: "CarosSoft";
  
  src: local ("CarosSoft"),

  src: url('/hc/theming_assets/01J4NQ51TZYBNKQ7ACA43JTEJH') format("woff"),
       url('/hc/theming_assets/01J4NQ518DWCC86A6PK581KTJ0') format("woff2"),
       url('/hc/theming_assets/01J4NQ51Y87CYG0718HF9M0655') format("otf");
    
  font-weight: 300;
  font-style: normal;
}

@font-face {
  
  font-family: "CarosSoft";
  
  src: local ("CarosSoft");

  src: url('/hc/theming_assets/01J4NQ52BW4ZABXNZWHXDE1RD7') format("woff"),
       url('/hc/theming_assets/01J4NQ516DPN84YVZHCSMRV7AT') format("woff2"),
       url('/hc/theming_assets/01J4NQ529T4VKGDYRJ3Q0STEQK') format("otf");

  font-weight: 400;
  font-style: normal;
}

@font-face {
  
  font-family: "CarosSoft";
  
  src: local ("CarosSoft");
  
  src: url('/hc/theming_assets/01J4NQ523ZX6KWNQKK3THYNHDX') format("woff"),
       url('/hc/theming_assets/01J4NQ51KS63K2YVYWG1TPBV4N') format("woff2"),
       url('/hc/theming_assets/01J4NQ520VWFXVZFP7ST7NDWAN') format("otf");

  font-weight: 400;
  font-style: italic;
}

@font-face {
  
  font-family: "CarosSoft";
  
  src: local ("CarosSoft");

  src: url('/hc/theming_assets/01J4NQ52B1AAVBJM0JYZ8WZ749') format("woff"),
       url('/hc/theming_assets/01J4NQ51MMBWS67249MZSV3TCJ') format("woff2"),
       url('/hc/theming_assets/01J4NQ520580D1VHEN4A9YT6DY') format("otf");

  font-weight: 700;
  font-style: normal;
}


@charset "UTF-8";
/***** Normalize.css *****/
/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
html {
line-height: 1.15;
-webkit-text-size-adjust: 100%;
}

body {
margin: 0;
overflow-x: hidden; /* Prevent horizontal scroll */
}

main {
display: block;
}

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

hr {
box-sizing: content-box;
height: 0;
overflow: visible;
}

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

a {
background-color: transparent;
text-decoration: none;

}

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

b,
strong {
font-weight: bolder;
}

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

small {
font-size: 80%;
}

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

sub {
bottom: -0.25em;
}

sup {
top: -0.5em;
}

img {
border-style: none;
}

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

button,
input {
overflow: visible;
}

button,
select {
text-transform: none;
}

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

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

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

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

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

progress {
vertical-align: baseline;
}

textarea {
overflow: auto;
}

[type=checkbox],
[type=radio] {
box-sizing: border-box;
padding: 0;
}

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

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

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

::-webkit-file-upload-button {
-webkit-appearance: button;
font: inherit;
}

details {
display: block;
}

summary {
display: list-item;
}

template {
display: none;
}

[hidden] {
display: none;
}

/***** Base *****/
* {
box-sizing: border-box;
}

body {
background-color: #FFFFFF;
color: #282424;
font-family: CarosSoft, sans-serif, -apple-system, BlinkMacSystemFont, 'Segoe UI', Helvetica, Arial, sans-serif;
font-size: 15px;
line-height: 1.5;
-webkit-font-smoothing: antialiased;
}
@media (min-width: 1024px) {
body > main {
  min-height: 65vh;
}
}


.yellow-button {
  /* Make buttons more responsive */
  width: auto;
  min-width: 100px;
  height: 40px;
  padding: 8px 16px;
  font-size: 14px;
  
  @media (min-width: 768px) {
    min-width: 120px;
    height: 48px;
    padding: 12px 24px;
    font-size: 16px;
  }

  background: var(--accent-color);
  border-radius: 8px;
  border: none;
  font-style: normal;
  font-weight: 500;
  line-height: 150%;
  text-align: center;
  letter-spacing: 0.005em;
  color: var(--text-color);
}

.yellow-button:hover {
  background: var(--accent-color-hover);
  cursor: pointer;
}

.yellow-button:focus {
  background: var(--accent-color);

  box-shadow: inset 0px 2px 0px #393636, inset 0px -2px 0px #393636, inset 2px 0px 0px #393636,
    inset -2px 0px 0px #393636;
  border-radius: 8px;
  outline: none;
}

.yellow-button:active {
  background: var(--accent-color-active);
}
.login-button {
  /* Make buttons more responsive */
  width: auto;
  min-width: 80px;
  height: 40px;
  padding: 8px 16px;
  font-size: 14px;
  
  @media (min-width: 768px) {
    min-width: 90px;
    height: 48px;
    padding: 12px 24px;
    font-size: 16px;
  }

  border: 1px solid var(--text-color-secondary);
  border-radius: 8px;
  background: transparent;

  font-style: normal;
  font-weight: 500;
  line-height: 150%;
  text-align: center;
  letter-spacing: 0.005em;
  color: var(--text-color);
}

.login-button:hover {
  background: var(--background-color-light);
  cursor: pointer;
}

.login-button:focus {
  border: 1px solid #ffffff;
  box-shadow: inset 0px 2px 0px #393636, inset 0px -2px 0px #393636, inset 2px 0px 0px #393636,
    inset -2px 0px 0px #393636;
  border-radius: 8px;
  outline: none;
}

.login-button:active {
  background: #ded9d9;
}

/* Language Selector Button */
.language-button {
  display: flex;
  align-items: center;
  justify-content: center;
  min-width: 66px;
  height: 32px;
  border: none;
  border-radius: 8px;
  background: transparent;
  cursor: pointer;
  padding: 0 12px;
  gap: 4px;
  color: var(--text-color-secondary);
}

.language-button:hover {
  background: var(--background-color-light);
}

.language-button:focus {
  border: 1px solid #ffffff;
  box-shadow: inset 0px 2px 0px #393636, inset 0px -2px 0px #393636, inset 2px 0px 0px #393636,
    inset -2px 0px 0px #393636;
  outline: none;
}

.language-button .lang-text {
  font-size: 14px;
  font-weight: 500;
  color: var(--text-color-secondary);
}

.language-button .lang-icon {
  font-size: 14px;
  color: var(--text-color);
}

.language-button .lang-globe {
  width: 16px;
  height: 16px;
}


/* Container styles */
.search-container {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 100%;
  max-width: 341px;
  margin: 0 auto;
  background: var(--background-color-light);
  border-radius: 20px;
}

/* Frame styles */
.search-frame {
  display: flex;
  flex-direction: row;
  align-items: center;
  padding: 16px;
  gap: 8px;
  width: 100%;
  height: 56px;
  background: var(--background-color);
  box-shadow: inset 3px 3px 10px rgba(0, 0, 0, 0.1);
  border-radius: 16px;
}

/* Search icon styles */
.search-icon {
  width: 24px;
  height: 24px;
  flex: none;
  order: 0;
  flex-grow: 0;
}

.search-icon path {
  position: absolute;
  left: 15%;
  right: 15%;
  top: 15%;
  bottom: 15%;
  background: var(--text-color-tertiary);
}

/* Search input styles */
.search-input {
  width: 277px;
  height: 24px;
  font-family: CarosSoft, sans-serif, -apple-system, BlinkMacSystemFont, 'Segoe UI', Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 150%;
  display: flex;
  align-items: center;
  letter-spacing: 0.005em;
  color: var(--text-color-tertiary);
  flex: none;
  order: 1;
  flex-grow: 1;
  border: none;
  background: transparent;
  outline: none;
}

.search-input::placeholder {
  color: var(--text-color-tertiary);
}

/* Remove browser's search input styling */
.search-input::-webkit-search-decoration,
.search-input::-webkit-search-cancel-button,
.search-input::-webkit-search-results-button,
.search-input::-webkit-search-results-decoration {
  -webkit-appearance: none;
}

/* Handle autofill styling */
.search-input:-webkit-autofill,
.search-input:-webkit-autofill:hover,
.search-input:-webkit-autofill:focus {
  -webkit-box-shadow: 0 0 0 1000px #FFFFFF inset;
  -webkit-text-fill-color: var(--text-color-tertiary);
}


/* Hide the clear button */
.clear-button {
  display: none !important;
}

/* Style the dynamically loaded search input */
input[type="search"][name="query"] {
  width: 100%;
  height: 100%;
  font-family: CarosSoft, sans-serif, -apple-system, BlinkMacSystemFont, 'Segoe UI', Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 150%;
  color: var(--text-color-tertiary);
  background: transparent;
  border: none;
  outline: none;
  padding: 0;
}

/* Remove the default search input styling */
input[type="search"][name="query"]::-webkit-search-decoration,
input[type="search"][name="query"]::-webkit-search-cancel-button,
input[type="search"][name="query"]::-webkit-search-results-button,
input[type="search"][name="query"]::-webkit-search-results-decoration {
  -webkit-appearance: none;
}

/* Style the placeholder */
input[type="search"][name="query"]::placeholder {
  color: var(--text-color-tertiary);
  opacity: 1;
}

/* Handle autofill styling */
input[type="search"][name="query"]:-webkit-autofill,
input[type="search"][name="query"]:-webkit-autofill:hover,
input[type="search"][name="query"]:-webkit-autofill:focus {
  -webkit-box-shadow: 0 0 0 1000px #FFFFFF inset;
  -webkit-text-fill-color: var(--text-color-tertiary);
}

/* Search container focus state */
.search-container:focus-within {
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  padding: 0px;
  gap: 8px;
  background: var(--background-color-light);
  border: 1px solid var(--text-color-tertiary);
  border-radius: 20px;
}

/* Change search icon color when focused */
.search-container:focus-within .search-icon path {
  fill: var(--text-color-tertiary);
}

/* Adjust the search frame when container is focused */
.search-container:focus-within .search-frame {
  border: none;
  box-shadow: none;
  background: transparent;
}

/* Remove any default focus rings or shadows */
.search-container:focus-within input {
  box-shadow: none;
  outline: none;
}

.search-red {
  /* Base styles */
  display: inline-flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  padding: 8px 16px;
  gap: 10px;
  
  /* Remove fixed width, let it be content-driven */
  min-width: 105px;
  max-width: 100%;
  height: 40px;
  
  /* Position - if needed */
  position: relative;
  
  /* Colors and appearance */
  background: var(--brand-color-light);
  border-radius: 8px;
  border: none;
  cursor: pointer;
  
  /* Text styles */
  color: var(--brand-text-color);
  font-size: 14px;
  font-weight: 500;
  text-decoration: none;
  white-space: nowrap;
  
  /* Transitions for smooth hover effects */
  transition: background-color 0.2s ease;
}

/* Remove underline from links inside search-red */
.search-red a,
.search-red a:hover,
.search-red a:visited,
.search-red a:focus,
.search-red a:active {
  text-decoration: none;
  color: inherit;
}

/* Hover state */
.search-red:hover {
  background: var(--brand-color);
}

/* Active/Pressed state */
.search-red:active {
  background: #C5101D;
}

/* Focus state */
.search-red:focus {
  background: var(--brand-color);
  border: 3px solid #FFFFFF;
  box-shadow: inset 0px 2px 0px #393636, 
             inset 0px -2px 0px #393636, 
             inset 2px 0px 0px #393636, 
             inset -2px 0px 0px #393636;
  outline: none;
}

/* Optional: Add a subtle color change on hover if desired */
a:hover {
  text-decoration: none;
 
}

.no-underline,
.no-underline:hover,
.no-underline:focus,
.no-underline:active {
  text-decoration: none;
}

h2 {
  margin: 0 !important;
  padding: 0 !important;
}

/* Article body links should have underlines */
.article-body a {
  text-decoration: underline !important;
  color: var(--link-color) !important; /* Adding a standard link color */
}

/* Hover state for article body links */
.article-body a:hover {
  text-decoration: underline !important;
  color: var(--hover-link-color) !important; /* Slightly darker on hover */
}

/* Keep the no-underline class working even in article body */
.article-body .no-underline,
.article-body .no-underline:hover,
.article-body .no-underline:focus,
.article-body .no-underline:active {
  text-decoration: none !important;
}


/* Submit button styling */
input[type="submit"] {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  padding: 12px 24px;
  gap: 10px;
  
  min-width: 120px;
  height: 48px;
  
  background: var(--accent-color);
  border-radius: 8px;
  border: none;
  
  font-style: normal;
  font-weight: 500;
  font-size: 16px;
  line-height: 150%;
  text-align: center;
  letter-spacing: 0.005em;
  color: var(--text-color);
  
  cursor: pointer;
  transition: background-color 0.2s ease;
}

input[type="submit"]:hover {
  background: var(--accent-color-hover);
}

input[type="submit"]:focus {
  background: var(--accent-color);
  box-shadow: inset 0px 2px 0px #393636, inset 0px -2px 0px #393636, inset 2px 0px 0px #393636,
    inset -2px 0px 0px #393636;
  outline: none;
}

input[type="submit"]:active {
  background: var(--accent-color-active);
}

/* For disabled submit buttons */
input[type="submit"]:disabled {
  background: #e0e0e0;
  color: #909090;
  cursor: not-allowed;
}


/* Styling for custom fields textareas */
textarea[id*="custom_fields"] {
  width: 100%;
  min-height: 120px;
  padding: 12px 16px;
  background-color: var(--background-color);
  border: 1px solid var(--border-color);
  border-radius: 8px;
  font-family: CarosSoft, sans-serif, -apple-system, BlinkMacSystemFont, 'Segoe UI', Helvetica, Arial, sans-serif;
  font-size: 15px;
  line-height: 1.5;
  color: var(--text-color);
  resize: vertical;
  transition: border-color 0.2s ease;
}

/* Focus state */
textarea[id*="custom_fields"]:focus {
  border-color: var(--text-color-secondary);
  box-shadow: 0 0 0 2px rgba(64, 58, 58, 0.1);
  outline: none;
}

/* Hover state */
textarea[id*="custom_fields"]:hover:not(:focus) {
  border-color: var(--text-color-tertiary);
}

/* Placeholder styling */
textarea[id*="custom_fields"]::placeholder {
  color: var(--text-color-tertiary);
  opacity: 1;
}

/* Disabled state */
textarea[id*="custom_fields"]:disabled {
  background-color: #F5F5F5;
  color: #909090;
  cursor: not-allowed;
}

/* Fix hamburger icon */
.hamburger-icon {
  width: 24px;
  height: 24px;
}

/* Fix mobile menu layout */
#mobile-menu {
  height: 100vh; /* Full viewport height */
  width: 100vw;
  max-width: 100vw;
  background-color: white;
  transition: transform 0.3s ease-in-out;
}

#mobile-menu .menu-content {
  height: calc(100vh - 72px); /* Subtract header height */
  display: flex;
  flex-direction: column;
  margin-top: 72px; /* Match header height */
}

#mobile-menu .scrollable-content {
  flex: 1;
  overflow-y: auto;
  padding: 16px;
  -webkit-overflow-scrolling: touch;
}

#mobile-menu .bottom-buttons {
  position: sticky;
  bottom: 0;
  left: 0;
  right: 0;
  padding: 16px;
  background: white;
  border-top: 1px solid rgba(64, 58, 58, 0.1);
  z-index: 1;
}

/* Prevent body scroll when menu is open */
body.menu-open {
  overflow: hidden;
}

/* Language menu styles */
#mobile-language-menu {
  max-height: 60vh;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
}

/* Fix button styles in mobile menu */
#mobile-menu .yellow-button,
#mobile-menu .login-button {
  width: 100%;
  margin: 8px 0;
}


.article-body .wysiwyg-text-align-center {
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
  margin: 1rem 0;
}

    #chat-button {
        position: fixed;
        bottom: 60px;
        right: 20px;
        background-color: var(--brand-color);
        color: var(--brand-text-color);
        font-size: 20px;
        padding: 15px;
        border-radius: 50%;
        cursor: pointer;
        box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
        z-index: 9999;
    }

    #chatbot-popup-container {
        width: 90vw;
        max-width: 500px;
        height: 80vh;
        max-height: 600px;
        align-items: center;
        justify-content: center;
        display: none;
        flex-direction: column;
        position: fixed;
        bottom: 60px;
        right: 5px;
        z-index: 9999;
        padding: 15px;
        box-sizing: border-box;
    }

    #chatbot-header {
        color: whitesmoke;
        align-items: center;
        background-color: var(--brand-color);
        display: flex;
        height: 60px;
        width: 100%;
        border-radius: 10px 10px 0 0;
        position: relative;
        font-size: 1em;
        box-sizing: border-box;
        padding-top: 10px;
        padding-bottom: 10px;
        flex-shrink: 0;
    }

    #chatbot-header h1 {
        padding: 20px;
        margin-top: 24px;
    }

    #close-button {
        right: 20px;
        background-color: #ffffff;
        color: black;
        border: none;
        padding: 8px 12px;
        border-radius: 10px;
        cursor: pointer;
        position: absolute;
        right: 10px;
    }

    .chatbot-column {
        float: left;
    }
    .chatbot-left {
        width: 80%;
    }
    .chatbot-right {
        width: 8%;
    }

    #webchat {
        flex: 1;
        width: 100%;
        height: 95%;
        background-color: #fff;
        display: flex;
        justify-content: center;
        align-items: center;
        border-bottom-left-radius: 10px;
        border-bottom-right-radius: 10px;
        box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
        overflow-y: auto;
      	
    }

    @media (max-width: 600px) {
      #chatbot-popup-container {
          width: 90vw;
          height: 70vh;
          bottom: 40px;
          left: 5vw;
          overflow: visible;
      }
    }

#launcher {
  display: none !important;
  visibility: hidden !important;
}

:root {
  /* Main CTA Colors */
  --main-cta-color: #000000;
  --secondary-cta-color: #595A60;

  /* Brand Colors */
  --brand-color: #D11C36;
  --brand-color-light: #FC404D;
  --brand-text-color: #FFFFFF;
  
  /* Text Colors */
  --text-color: #282424;
  --text-color-secondary: #403A3A;
  --text-color-tertiary: #9E9293;
  
  /* Link Colors */
  --link-color: #D11C36;
  --hover-link-color: #FC404D;
  --visited-link-color: #D11C36;
  
  /* Background Colors */
  --background-color: #FFFFFF;
  --background-color-light: #FAFAFA;
  
  /* Accent Colors */
  --accent-color: #FCD758;
  --accent-color-hover: #FBC124;
  --accent-color-active: #FDE78A;
  
  /* Border Colors */
  --border-color: #D1D1D1;
  --border-color-disabled: #E0E0E0;
}