/* Theme base styles */

/* Tools
Any animations, or functions used throughout the project.
Note: _macros.css needs to be imported into each stylesheet where macros are used and not included here
*/

/* Generic
This is where reset, normalize & box-sizing styles go.
*/

*,
*:before,
*:after {
  box-sizing: border-box;
}
/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */

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

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

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

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

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

body {
  margin: 0;
}

/**
 * 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
   ========================================================================== */

/**
 * Add the correct box sizing in Firefox.
 */

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

/**
 * 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
   ========================================================================== */

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

abbr[title] {
  border-bottom: none; /* 1 */ /* 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;
}

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

/**
 * Remove the inheritance of text transform in Edge and Firefox.
 * 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;
}

/**
 * Remove the padding so developers are not caught out when they zero out `fieldset` elements in all browsers.
 */

legend {
  padding: 0;
}

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

progress {
  vertical-align: baseline;
}

/**
 * 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 and Firefox.
 */

details {
  display: block;
}

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

summary {
  display: list-item;
}

/* Elements
Base HMTL elements are styled in this section (<body<, <h1>, <a>, <p>, <button> etc.)
*/

/* Fields */
.hs-input {
  width: 100%;
}

/* Labels */
.hs-form label {
  display: block;
  font-size: 0.875rem;
}

/* Help text */
.hs-form legend {
  font-size: 0.875rem;
}

/* Inputs */
.hs-form input[type="text"],
.hs-form input[type="email"],
.hs-form input[type="password"],
.hs-form input[type="tel"],
.hs-form input[type="number"],
.hs-form input[type="file"],
.hs-form select,
.hs-form textarea {
  display: inline-block;
  font-size: 0.875rem;
  padding: 0.7rem;
  width: 100% !important;
}

.hs-form textarea {
  resize: vertical;
}

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

/* Inputs - checkbox/radio */
.hs-form .inputs-list {
  margin: 0;
  padding: 0;
  list-style: none;
}

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

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

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

/* Inputs - date picker */
.hs-dateinput {
  position: relative;
}

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

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

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

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

/* Inputs - file picker */
.hs-form input[type="file"] {
  background-color: transparent;
  border: initial;
  padding: initial;
}

/* Headings and text */
.hs-form .hs-richtext,
.hs-form .hs-richtext p {
  font-size: 0.875rem;
  margin: 0 0 1.4rem;
}

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

/* GDPR */

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

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

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

/* Submit button */
.hs-form input[type="submit"],
.hs-form .hs-button {
  cursor: pointer;
  display: inline-block;
  text-align: center;
  transition: all 0.15s linear;
  white-space: normal;
}

/* Captcha */
.grecaptcha-badge {
  margin: 0 auto;
}

.form-columns-1 {
  padding: 5px;
}

/* ANPASSUNGEN BERATUNGS FORMULAR */
div.hs_are_you_exporting_from_or_to_switzerland_.hs-are_you_exporting_from_or_to_switzerland_.hs-fieldtype-radio.field.hs-form-field > div {
  display: flex !important;
  flex-direction: row !important;
}

div.hs_are_you_exporting_from_or_to_switzerland_.hs-are_you_exporting_from_or_to_switzerland_.hs-fieldtype-radio.field.hs-form-field > div > ul > li > label {
  display: flex !important;
}

div.hs_are_you_exporting_from_or_to_switzerland_.hs-are_you_exporting_from_or_to_switzerland_.hs-fieldtype-radio.field.hs-form-field > div > ul > li > label > span {
  padding: 0 !important;
}
/* Table */
table {
  border-collapse: collapse;
  margin-bottom: 1.4rem;
  overflow-wrap: break-word;
}

/* Table cells */
td,
th {
  vertical-align: top;
}

/* Table header */
thead th {
  vertical-align: bottom;
}

/* Components
Specific pieces of UI that are stylized. Typically used for global partial styling
*/


/* Header partials are intentionally included from the shared stylesheet entrypoint
   to avoid duplicating the same rules when both main.css and index.css are loaded. */

/* Menu and simple menu */
.hs-menu-wrapper ul {
  display: flex;
  flex-wrap: wrap;
  list-style: none;
  margin: 0;
  padding-left: 0;
}

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

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

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

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

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

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

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

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

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

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

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

/* CTA, logo, and rich text images */
.hs_cos_wrapper_type_cta img,
.hs_cos_wrapper_type_logo img,
.hs_cos_wrapper_type_rich_text img {
  height: auto;
  max-width: 100%;
}
.breadcrumbs__container ul {
  margin-top: 40px;
  margin-bottom: 37px;
}

.breadcrumbs__container ul li {
  position: relative;
  display: inline-block;
  vertical-align: middle;
}

.breadcrumbs__container ul li a {
  font-size: 15px;
  color: #666666;
}

.breadcrumbs__container ul li:last-of-type a {
  color: #000;
}

.breadcrumbs__container ul li:not(:last-of-type) {
  padding-right: 15px;
  margin-right: 15px;
}

.breadcrumbs__container ul li:not(:last-of-type):after,
.hs-menu-item--container:after {
  width: 16px;
  height: 16px;
  background: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="32" height="32" viewBox="0 0 32 32" fill="none"><path d="M10.533 3.46704L9.466 4.40004L21.066 16L9.466 27.6L10.533 28.533L22.933 16L10.533 3.46704Z" fill="black"/></svg>');
  background-size: contain;
  background-repeat: no-repeat;
  display: inline-block;
  right: -8px;
  color: #666;
}

.breadcrumbs--icon ul > li:first-of-type:before {
  width: 18px;
  height: 100%;
  background: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="32" height="32" viewBox="0 0 32 32" fill="%23333"><g clip-path="url(%23clip0_5_718)"><path d="M16 0.399902L0.399994 15.9999H5.33299V31.9999H13.333V21.3329H18.666V31.9999H26.666V15.9999H31.599L15.999 0.399902H16ZM25.333 14.6669V30.6669H20V19.9999H12V30.6669H6.66699V14.6669H3.59999L16 2.2669L28.4 14.6669H25.333Z"/></g><defs><clipPath id="clip0_5_718"><rect width="32" height="32"/></clipPath></defs></svg>');
  background-size: contain;
  background-repeat: no-repeat;
  display: inline-block;
  margin-left: 5px;
  margin-top: 1px;
}

.breadcrumbs__container ul li:nth-last-child(2):after {
  color: #000000;
}

.breadcrumbs__container ul li:not(:last-of-type):after,
.breadcrumbs--icon ul > li:first-of-type:before,
.hs-menu-item--container:after {
  content: "";
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  position: absolute;
}

.breadcrumbs--icon ul > li:first-of-type {
  width: 40px;
  height: 24px;
}

.breadcrumbs--icon ul > li:first-of-type a {
  position: absolute;
  width: 35px;
  border: 1px solid;
  opacity: 0;
  height: 30px;
  z-index: 1;
  overflow: hidden;
}

.breadcrumbs__container .hs-menu-item--container li {
  display: none;
}

/* Utilities
Helper classes with ability to override anything that comes before it
*/

/* For content that needs to be visually hidden but stay visible for screenreaders */
.show-for-sr {
  border: 0 !important;
  clip: rect(0, 0, 0, 0) !important;
  height: 1px !important;
  overflow: hidden !important;
  padding: 0 !important;
  position: absolute !important;
  white-space: nowrap !important;
  width: 1px !important;
}

@media (max-width: 767px) {
  .show-for-sr--mobile {
    border: 0 !important;
    clip: rect(0, 0, 0, 0) !important;
    height: 1px !important;
    overflow: hidden !important;
    padding: 0 !important;
    position: absolute !important;
    white-space: nowrap !important;
    width: 1px !important;
  }
}
/**************** labels & helptext styles START **************************/
[data-hsfc-id="Renderer"].hsfc-Renderer .hsfc-FieldLabel {
  font-size: var(--pch-font-size-16);
  font-weight: 400;
  line-height: 150%;
  margin-bottom: var(--hsf-module__vertical-spacing);
}

[data-hsfc-id="Renderer"].hsfc-Renderer .hsfc-FieldLabel:has(+ .hsfc-FieldDescription) {
  margin-bottom: 2px;
}

[data-hsfc-id="Renderer"] .hsfc-CheckboxFieldGroup > .hsfc-FieldLabel,
[data-hsfc-id="Renderer"] .hsfc-RadioFieldGroup > .hsfc-FieldLabel {
  font-size: var(--pch-font-size-16);
  font-weight: 400;
}

[data-hsfc-id="Renderer"] .hsfc-FieldDescription {
  margin-bottom: 2px;
}

[data-hsfc-id="Renderer"].hsfc-Renderer .hsfc-CheckboxField label {
  align-items: start;
}

[data-hsfc-id="Renderer"].hsfc-Renderer .hsfc-DataPrivacyField .hsfc-FieldLabel {
  font-size: var(--pch-font-size-12);
}

/**************** labels & helptext styles END **************************/

/**************** input styles START **************************/
[data-hsfc-id="Renderer"] .hsfc-TextInput {
  display: flex;
  align-items: center;
  align-self: stretch;
  min-height: var(--pxToRem-48);
}

[data-hsfc-id="Renderer"].hsfc-Renderer .hsfc-EmailField > *:not(:last-child):not(.hsfc-FieldLabel),
[data-hsfc-id="Renderer"].hsfc-Renderer .hsfc-TextField > *:not(:last-child):not(.hsfc-FieldLabel),
[data-hsfc-id="Renderer"].hsfc-Renderer .hsfc-NumberField > *:not(:last-child):not(.hsfc-FieldLabel),
[data-hsfc-id="Renderer"].hsfc-Renderer .hsfc-TextareaField > *:not(:last-child):not(.hsfc-FieldLabel),
[data-hsfc-id="Renderer"].hsfc-Renderer .hsfc-DateField > *:not(:last-child):not(.hsfc-FieldLabel),
[data-hsfc-id="Renderer"].hsfc-Renderer .hsfc-DropdownField > *:not(:last-child):not(.hsfc-FieldLabel),
[data-hsfc-id="Renderer"].hsfc-Renderer .hsfc-PhoneField > *:not(:last-child):not(.hsfc-FieldLabel) {
  margin-bottom: 0;
}

/***************** input styles END **************************/

/***************** error styles START **************************/
[data-hsfc-id="Renderer"] .hsfc-TextInput[aria-invalid="true"],
[data-hsfc-id="Renderer"] .hsfc-TextareaInput[aria-invalid="true"],
[data-hsfc-id="Renderer"] .hsfc-DropdownField[aria-invalid="true"],
[data-hsfc-id="Renderer"] .hsfc-DateInput[aria-invalid="true"],
[data-hsfc-id="Renderer"] .hsfc-CheckboxInput[aria-invalid="true"] {
  border-color: var(--pch-signal-error);
}

[data-hsfc-id="Renderer"].hsfc-Renderer .hsfc-FieldLabel:has(~ .hsfc-ErrorAlert),
[data-hsfc-id="Renderer"].hsfc-Renderer .hsfc-FieldLabel:has(~ .hsfc-ErrorAlert) ~ .hsfc-CheckboxFieldGroup__Options .hsfc-FieldLabel,
[data-hsfc-id="Renderer"].hsfc-Renderer .hsfc-FieldLabel:has(~ .hsfc-ErrorAlert) ~ .hsfc-CheckboxFieldGroup__Options .hsfc-CheckboxInput,
[data-hsfc-id="Renderer"].hsfc-Renderer .hsfc-FieldLabel:has(~ .hsfc-ErrorAlert) ~ .hsfc-RadioFieldGroup__Options .hsfc-FieldLabel,
[data-hsfc-id="Renderer"].hsfc-Renderer .hsfc-FieldLabel:has(~ .hsfc-ErrorAlert) ~ .hsfc-RadioFieldGroup__Options .hsfc-RadioInput,
[data-hsfc-id="Renderer"].hsfc-Renderer .hsfc-FieldDescription:has(~ .hsfc-ErrorAlert) {
  color: var(--pch-signal-error);
  border-color: var(--pch-signal-error);
}

[data-hsfc-id="Renderer"].hsfc-Renderer .hsfc-ErrorAlert {
  background: var(--pch-signal-error)
    url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTYiIGhlaWdodD0iMTYiIHZpZXdCb3g9IjAgMCAxNiAxNiIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHBhdGggZD0iTTcuOTk5OTYgMS4xODA5MUwwIDE1LjAzMDZIMTZMNy45OTk5NiAxLjE4MDkxWk03Ljk5OTk2IDIuNTEzNzVMMTQuODQ1IDE0LjM2MzlIMS4xNTQ5OUw3Ljk5OTk2IDIuNTEzNzVaTTcuNDM5NTggMTEuMDQyTDcuMjU4MTggNi4zMzMyNUg4LjcyOUw4LjUyODQ0IDExLjA0Mkg3LjQzOTU4Wk03LjMyNTA3IDExLjY2MjhIOC42NjIwN1YxMi45OTk5SDcuMzI1MDdWMTEuNjYyOFoiIGZpbGw9IndoaXRlIi8+Cjwvc3ZnPgo=")
    no-repeat 16px center/16px 16px;
  padding: var(--pxToRem-6) var(--pxToRem-16) var(--pxToRem-6) var(--pxToRem-40);
  color: #fff;
  font-size: var(--pch-font-size-12);
  display: flex;
  align-items: center;
}

[data-hsfc-id="Renderer"].hsfc-Renderer .hsfc-ErrorAlert:before {
  padding: 0 var(--pxToRem-6);
}

/***************** error styles END **************************/

/**************** pseudo styles START **************************/
[data-hsfc-id="Renderer"].hsfc-Renderer .hsfc-TextInput:focus,
[data-hsfc-id="Renderer"].hsfc-Renderer .hsfc-TextInput:hover,
[data-hsfc-id="Renderer"].hsfc-Renderer .hsfc-TextInput:active,
[data-hsfc-id="Renderer"].hsfc-Renderer .hsfc-TextareaInput:focus,
[data-hsfc-id="Renderer"].hsfc-Renderer .hsfc-TextareaInput:hover,
[data-hsfc-id="Renderer"].hsfc-Renderer .hsfc-TextareaInput:active,
[data-hsfc-id="Renderer"].hsfc-Renderer .hsfc-CheckboxInput:focus,
[data-hsfc-id="Renderer"].hsfc-Renderer .hsfc-CheckboxInput:hover,
[data-hsfc-id="Renderer"].hsfc-Renderer .hsfc-CheckboxInput:active,
[data-hsfc-id="Renderer"].hsfc-Renderer .hsfc-RadioInput:focus,
[data-hsfc-id="Renderer"].hsfc-Renderer .hsfc-RadioInput:hover,
[data-hsfc-id="Renderer"].hsfc-Renderer .hsfc-RadioInput:active {
  box-shadow: none;
}

[data-hsfc-id="Renderer"].hsfc-Renderer .hsfc-TextInput:hover,
[data-hsfc-id="Renderer"].hsfc-Renderer .hsfc-TextareaInput:hover {
  border-color: var(--pch-black-100);
}

[data-hsfc-id="Renderer"].hsfc-Renderer .hsfc-Button:focus,
[data-hsfc-id="Renderer"].hsfc-Renderer .hsfc-TextInput:focus,
[data-hsfc-id="Renderer"].hsfc-Renderer .hsfc-TextareaInput:focus,
[data-hsfc-id="Renderer"].hsfc-Renderer .hsfc-CheckboxInput:focus,
[data-hsfc-id="Renderer"].hsfc-Renderer .hsfc-RadioInput:focus,
[data-hsfc-id="Renderer"].hsfc-Renderer .hsfc-FileInput:focus,
[data-hsfc-id="Renderer"].hsfc-Renderer .hsfc-PhoneInput__FlagAndCaret:focus {
  outline: 2px outset var(--pch-focus-light);
  outline-offset: 2px;
}

[data-hsfc-id="Renderer"].hsfc-Renderer .hsfc-TextInput:focus,
[data-hsfc-id="Renderer"].hsfc-Renderer .hsfc-TextareaInput:focus {
  border-radius: 4px;
}

/**************** pseudo styles END **************************/

/***************** progressbar styles START **************************/
[data-hsfc-id="Renderer"].hsfc-Renderer .hsfc-ProgressBar__Progress {
  padding: 1px;
  height: var(--pxToRem-14);
}

[data-hsfc-id="Renderer"].hsfc-Renderer .hsfc-ProgressBar__Progress,
[data-hsfc-id="Renderer"].hsfc-Renderer .hsfc-ProgressBar__Progress > div {
  border-radius: 0;
}

[data-hsfc-id="Renderer"].hsfc-Renderer .hsfc-ProgressBar__Progress > div {
  background-image: none;
}

/***************** progressbar styles END **************************/

/* Hide first and last div in data privacy field */
.hsfc-DataPrivacyField > div:first-child {
  display: none;
}

.hsfc-DataPrivacyField > div:last-child {
  display: none;
}

/* Button should not be full width on mobile and left aligned */
[data-hsfc-id="Renderer"].hsfc-Renderer .hsfc-NavigationRow__Buttons {
  display: block;
}

[data-hsfc-id="Renderer"].hsfc-Renderer .hsfc-NavigationRow__Buttons > * {
  width: auto;
}

div.inpage-editor-active-field, 
div.inpage-editor-highlight-field {
  position: unset !important;
}

body {
  overflow-x: hidden;
}