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

/**
 * 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,h2,h3,h4,h5,h6 {
  margin-top: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;
}

/* Objects
Non-cosmetic design patterns including grid and layout classes)
*/

/* Responsive grid */

.row-fluid {
  width: 100%;
  display: flex;
  flex-direction: row;
}

.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;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}

.row-fluid .span12 {
  width: calc(100% / 12 * 12);
}

.row-fluid .span11 {
  width: calc(100% / 12 * 11);
}

.row-fluid .span10 {
  width: calc(100% / 12 * 10);
}

.row-fluid .span9 {
  width: calc(100% / 12 * 9);
}

.row-fluid .span8 {
  width: calc(100% / 12 * 8);
}

.row-fluid .span7 {
  width: calc(100% / 12 * 7);
}

.row-fluid .span6 {
  width: calc(100% / 12 * 6);
}

.row-fluid .span5 {
  width: calc(100% / 12 * 5);
}

.row-fluid .span4 {
  width: calc(100% / 12 * 4);
}

.row-fluid .span3 {
  width: calc(100% / 12 * 3);
}

.row-fluid .span2 {
  width: calc(100% / 12 * 2);
}

.row-fluid .span1 {
  width: calc(100% / 12 * 1);
}

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

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

/* 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;
  }
}
.content-wrapper {
  margin: 0 auto;
  padding: 0 1rem;
}
@media screen and (min-width: 1380px) {
  .content-wrapper {
    padding: 0;
  }
}

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

.dnd-section .dnd-column {
  padding: var(--space-l);
}
header.header,
footer.footer {
  padding: 0 var(--space-l);
}

@media (max-width: 480px) {
  .dnd-section .dnd-column {
    padding: var(--space-m);
  }
  header.header,
  footer.footer {
    padding: 0 var(--space-m);
  }
}

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

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 {
}

/* Anchors */

a {
  cursor: pointer;
}

/* Headings */

h1,
h2,
h3,
h4,
h5,
h6 {
}

/* Lists */

ul,
ol {
}

ul ul,
ol ul,
ul ol,
ol ol {
}

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

/* Code blocks */

pre {
  overflow: auto;
}

code {
  vertical-align: bottom;
}

/* Blockquotes */

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

/* Horizontal rules */

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

/* Image alt text */

img {
  font-size: 0.583rem;
  word-break: normal;
}
button,
.button {
  cursor: pointer;
  display: inline-block;
  text-align: center;
  transition: all 0.15s linear;
  white-space: normal;
}

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

/* No button */

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

.hs-form-field {
  margin-bottom: var(--space-s);
}

/* Labels */

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

/* Help text */

form legend {
  font-size: 0.875rem;
}

/* Inputs */

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

form fieldset {
  max-width: 100% !important;
}
form textarea {
  min-height:200px;
}

/* Inputs - checkbox/radio */

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

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

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

form input[type=checkbox],
form input[type=radio] {
  cursor: pointer;
  margin-right: 0.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 */

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

/* Headings and text */

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

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

/* GDPR */

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

/* Validation */

.hs-form-required {
  padding-left:0.25rem;
  color: #d35400;
}

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

.hs-error-msg {
  font-size:var(--size-S);
  color: #d35400;
  margin-top: 0.2rem;
}

/* Submit button */

form input[type=submit],
form .hs-button {
  cursor: pointer;
  text-align: center;
}

.hs_submit.hs-submit {
  margin-top: var(--space-m);
}

/* Captcha */

.grecaptcha-badge {
  margin: 0 auto;
}
/* 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.header {
  width: 100%;
  z-index: 3;
  position:fixed;
  top:0;
  background:#f0eeee;
}
header.header.active {
  height:100%;
}

header.header .header__container .logo {
  float: left;
  display: flex;
  align-items: center;
  margin-right:6rem;
  order:1;
}

header.header .header__container .logo svg,
header.header .header__container .logo img {
  width:140px;
  height:90px;
}

header.header .header__container ul {
  margin: 0;
  padding: 0;
  list-style: none;
  overflow: hidden;
  clear: both;
  max-height: 0;
  transition: all .2s ease-out;
  gap: 1rem;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  order:2;
}
header.header .header__container li {
  font-size:var(--size-2);
  line-height:1.2em;
}
header.header .header__container li a {
  font-weight:500;
}
header.header .header__container li a:hover,
header.header .header__container li a.menu__link--active-link {
  color: #00acb9;
}
header.header .header__container .menu-icon {
  cursor: pointer;
  float: right;
  position: relative;
  user-select: none;
  height: 90px;
  display: flex;
  align-items: center;
}
header.header .header__container .menu-icon .navicon {
  display: block;
  height: 2px;
  position: relative;
  transition: background .2s ease-out;
  width: 30px;
  background:#111822;
}
header.header .header__container .menu-icon .navicon:before,
header.header .header__container .menu-icon .navicon:after {
  content: '';
  display: block;
  height: 100%;
  position: absolute;
  transition: all .2s ease-out;
  width: 100%;
  background:#111822;
}
header.header .header__container .menu-icon .navicon:before {
  top: 10px;
}
header.header .header__container .menu-icon .navicon:after {
  top: -10px;
}
header.header .header__container .menu-btn {
  display: none;
}
header.header .header__container .menu-btn:checked ~ .menu {
  max-height: 300px;
  padding:2rem 0 0 0;
}
header.header .header__container .menu-btn:checked ~ .menu-icon .navicon {
  background: transparent;
}
header.header .header__container .menu-btn:checked ~ .menu-icon .navicon:before {
  transform: rotate(-45deg);
}
header.header .header__container .menu-btn:checked ~ .menu-icon .navicon:after {
  transform: rotate(45deg);
}
header.header .header__container .menu-btn:checked ~ .menu-icon:not(.steps) .navicon:before,
header.header .header__container .menu-btn:checked ~ .menu-icon:not(.steps) .navicon:after {
  top: 0;
}

header.header .header__container .contact {
  display:none;
}
header.header .header__container .contact .header_contact {
  align-items: center;
  padding: .3em .7em;
  line-height: 1;
  text-decoration: none;
  display: flex;
  position:relative
}
header.header .header__container .contact .header_contact::before,.header_contact::after {
  display: block;
  content: "";
  position: absolute;
  top: 0;
  right: 0
}
header.header .header__container .contact .header_contact::before {
  width: 100%;
  height: 100%;
  border: 1px solid #111822;
  border-radius: 5em;
  transition: width 1s cubic-bezier(0.19, 1, 0.22, 1),border-color 1s cubic-bezier(0.19, 1, 0.22, 1) .2s,background-color 1s cubic-bezier(0.19, 1, 0.22, 1) .2s;
  will-change: width
}
header.header .header__container .contact .header_contact::after {
  top: .45em;
  right: .48em;
  width: .7em;
  height: .7em;
  background-repeat: no-repeat
}
header.header .header__container .contact .header_contact>div {
  transition: transform 1s cubic-bezier(0.19, 1, 0.22, 1) .15s
}
header.header .header__container .contact .header_contact:hover::before {
  width: 1.6em;
  transform-origin: left center;
  background-color: #00acb9;
  border-color: #00acb9
}
header.header .header__container .contact .header_contact:hover::after {
  background-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 18.4 18.4"><path d="m18.4,2.84h-4.01s0,8.72,0,8.72L2.82,0,0,2.82l11.56,11.56H2.83v4.01s15.55-.02,15.55-.02l.02-15.54Z"/></svg>')
}
header.header .header__container .contact .header_contact:hover>div {
  transform: translateX(-1.5em)
}

@media (min-width: 520px) {
  header.header .header__container .contact {
    height: 90px;
    float: right;
    margin-right: 30px;
    display: inline-flex;
    align-items: center;
    order:3;
  }
  header.header .header__container_ li:last-child {
    display:none;
  }
}
@media (min-width: 1200px) {
  header.header .header__container {
    display: flex;
    justify-content: space-between;
  }
  header.header .header__container ul {
    flex-direction: row;
    max-height: initial;
    align-items: center;
    flex-grow: 1;
    padding-bottom:0;
  }
  header.header .header__container li {
    font-size:var(--size-0);
  }
  header.header .header__container .menu-icon {
    display: none;
  }
  header.header .header__container .contact {
    margin-right: 0;
  }
}

/* --- */

header.header .header__container .header__language {
  float:right;
  display: flex;
  justify-content: flex-end;
  align-items: center;
  height: 90px;
}
header.header .header__container .header__language .lang_switcher_class {
  display:block;
  margin-left:20px;
}
header.header .header__container .header__language .lang_switcher_class .lang_list_class {
  left:auto;
  right:-12px;
  top:22px;
  -webkit-transform: translateX(0);
  transform: translateX(0);
}
header.header .header__container .header__language .lang_switcher_class .lang_list_class li {
  font-size:1rem;
}
header.header .header__container .header__language .lang_switcher_class .lang_list_class:after,
header.header .header__container .header__language .lang_switcher_class .lang_list_class:before {
  left:auto;  
  right: 10px;
}

/* --- */

.header_overlay {
  height: 100%;
  width: 0;
  position: fixed;
  z-index: 99;
  right: -100%;
  top: 0;
  width:100%;
  background-color: rgb(0,0,0);
  overflow-x: hidden;
  transition: 0.5s;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}
.header_overlay p {
  margin:0;
}
.header_overlay p a {
  font-size:var(--size-3);
  line-height:1em;
  color:#ffffff;
  margin:1rem 0;
  display:inline-block
}
.header_overlay p a:hover {
  color:#00acb9;
}
.header_overlay_close {
  position: absolute;
  top: var(--space-l);
  right: var(--space-l);
}
footer.footer {
  bottom:0;
  width:100%;
  padding: 1rem var(--space-l);
  font-size:.8rem;
  background:#f0eeee;
  border-top:1px solid #111822;
  display:flex;
  align-items: center;
  justify-content: space-between;
}
footer.footer .footer__container div {
  display:inline-flex
}
@media (max-width: 400px) {
  footer.footer {
    flex-direction: column;
    align-items: center;
  }
  footer.footer div {
    margin:.5rem 0;
  }
}

footer.footer .section_share_icon {
  height: 30px;
  gap: 0.4rem;
  display: flex;
}

footer.footer .section_share_icon a {
  align-items: center;
  background-color: #000;
  border-radius: 100%;
  display: inline-flex;
  height: 30px;
  justify-content: center;
  width: 30px
}
footer.footer .section_share_icon a:hover {
  background-color: #111822
}
footer.footer .section_share_icon a:hover {
  background-color:#00acb9
}
footer.footer .section_share_icon svg {
  fill: #fff;
  height: 18px;
  width: 18px
}
/* 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%;
}

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