@import url('//use.fontawesome.com/releases/v5.7.2/css/all.css');

/* 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;
}
::-moz-selection {
  background: #A6FFF8;
  color: #000;
}
::selection {
  background: #A6FFF8;
  color: #000;
}
@import url(https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.7.0/css/font-awesome.min.css);
@import url(https://cdnjs.cloudflare.com/ajax/libs/animate.css/3.5.2/animate.min.css);
@import url(https://cdnjs.cloudflare.com/ajax/libs/magnific-popup.js/1.1.0/magnific-popup.min.css);
@import url('https://cdnjs.cloudflare.com/ajax/libs/slick-carousel/1.8.1/slick-theme.min.css');
@import url('https://cdnjs.cloudflare.com/ajax/libs/slick-carousel/1.8.1/slick.min.css');
@import url('https://fonts.googleapis.com/css?family=Nunito:200,300,400,600,700,800|Open+Sans:300,400,600,700');
/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */

/* Document
========================================================================== */
*, *:before, *:after {
  -webkit-box-sizing: border-box;
  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;
}

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

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

form input[type="checkbox"] {
  display: none
}

form input[type="checkbox"]+span {
  position: relative;
  display: block;
  padding-left: 25px;
  cursor: pointer
}

form input[type="checkbox"]+span:before {
  content: "\f00c";
  font-family: fontawesome;
  position: absolute;
  left: 4px;
  top: 4px;
  font-size: 0;
  width: 15px;
  height: 15px;
  display: block;
  border: 1px solid #ccc;
  transition: all ease .3s;
  -webkit-transition: all ease .3s;
  text-align: center;
  line-height: 14px
}

form input[type="checkbox"]:checked+span:before {
  font-size: 12px;
  background-color: #0bb9b5;
  color: #fff;
  letter-spacing: 0;
  border-color:#0bb9b5;
}
form input[type=radio] {
  position: relative;
}
select{-webkit-appearance:none;-moz-appearance:none;text-indent:1px;text-overflow:'';background-image:url('https://4851414.fs1.hubspotusercontent-na1.net/hubfs/4851414/arrow-down-sign-to-navigate%20%281%29.png');background-repeat:no-repeat;background-size:12px;background-position:97% 55%;}
select{-webkit-appearance:none;-moz-appearance:none;text-indent:1px;text-overflow:'';}


form input[type="radio"],form input[type="checkbox"]{display:none}
form input[type="radio"]+span,form input[type="checkbox"]+span{position:relative;display:block;padding-left:30px;cursor:pointer}
form input[type="radio"]+span:before,form input[type="checkbox"]+span:before{content:"\f00c";font-family:fontawesome;color:#0bb9b5;position:absolute;left:4px;top:4px;font-size:0;width:15px;height:15px;display:block;border:1px solid #ccc;transition:all ease .3s;-webkit-transition:all ease .3s;text-align:center;line-height:14px}
form input[type="radio"]+span:before{border-radius:50%}
form input[type="radio"]:checked+span:before{background:#0bb9b5;}
form input[type="radio"]+span:before{
  border:2px solid #ccc;
}
/**
* 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;
}

img{
  max-width:100%;
  height:auto;
  border:none;
  vertical-align:middle;
}


.clearfix{
  display:block;
}
.clearfix:before,
.clearfix:after{
  content:'';
  width:100%;
  display:table;
}

/* For Hubspot */

body .row-fluid [class*="span"]{min-height:0px;}
body .row-fluid [class*="span"].widget-type-space{min-height:1px;}


.d-flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.flx-dir-rev{
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
}

/* Widths */

.ib.vt{vertical-align:top!important;}
.w20{width:20%;}
.w25{width:25%;}
.w30{width:30%;}
.w33{width:33.33%;}
.w40{width:40%;}
.w45{width:45%;}
.w48{width:48%;}
.w50{width:50%;}
.w55{width:55%;}
.w60{width:60%;}
.w66{width:66.66%;}
.w70{width:70%;}
.w75{width:75%;}
.w80{width:80%;}
.w100{width:100%;}

::-webkit-input-placeholder{opacity:1!important;color:inherit!important;}
::-moz-placeholder{opacity:1!important;color:inherit!important;}
:-ms-input-placeholder{opacity:1!important;color:inherit!important;}


/*================= Responsive Media Queries CSS =================*/
/*========== Only Desktop CSS ==========*/

@media (min-width:768px){
  .ib{
    display:inline-block;
    vertical-align:middle;
  }
}
@media (min-width:992px){

}
@media (min-width:1081px){

}
@media (max-width:1320px){

}
/*============= Only Mobile CSS =============*/
@media (max-width:1440px){

}
@media (max-width:1080px){

}

@media (max-width:991px){
  .md-sd-33{
    width:33.33%;
  }
}

@media (max-width:767px){
  .wmb100{width:100%;}
  h1, h2, h3, h4, h5, h6, p {
    margin: 0 0 10px;
  }
}

@media (max-width:480px){

}

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



/* CSS variables */

:root {
  --column-gap: 2.13%;
  --column-width-multiplier: 8.333;
}

/* Mobile layout */

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


  .row-fluid .span1,
  .row-fluid .span2,
  .row-fluid .span3,
  .row-fluid .span4,
  .row-fluid .span5,
  .row-fluid .span6,
  .row-fluid .span7,
  .row-fluid .span8,
  .row-fluid .span9,
  .row-fluid .span10,
  .row-fluid .span11,
  .row-fluid .span12{
  min-height: 1px;
  width: 100%;
}

/* Desktop layout */

@media (min-width: 768px) {
  .row-fluid {
    flex-wrap: nowrap;
    justify-content: space-between;
  }

  
    .row-fluid .span1 {
      width: calc(var(--column-width-multiplier) * 1% * 1 - var(--column-gap) * (11 * var(--column-width-multiplier) / 100));
    }
  
    .row-fluid .span2 {
      width: calc(var(--column-width-multiplier) * 1% * 2 - var(--column-gap) * (10 * var(--column-width-multiplier) / 100));
    }
  
    .row-fluid .span3 {
      width: calc(var(--column-width-multiplier) * 1% * 3 - var(--column-gap) * (9 * var(--column-width-multiplier) / 100));
    }
  
    .row-fluid .span4 {
      width: calc(var(--column-width-multiplier) * 1% * 4 - var(--column-gap) * (8 * var(--column-width-multiplier) / 100));
    }
  
    .row-fluid .span5 {
      width: calc(var(--column-width-multiplier) * 1% * 5 - var(--column-gap) * (7 * var(--column-width-multiplier) / 100));
    }
  
    .row-fluid .span6 {
      width: calc(var(--column-width-multiplier) * 1% * 6 - var(--column-gap) * (6 * var(--column-width-multiplier) / 100));
    }
  
    .row-fluid .span7 {
      width: calc(var(--column-width-multiplier) * 1% * 7 - var(--column-gap) * (5 * var(--column-width-multiplier) / 100));
    }
  
    .row-fluid .span8 {
      width: calc(var(--column-width-multiplier) * 1% * 8 - var(--column-gap) * (4 * var(--column-width-multiplier) / 100));
    }
  
    .row-fluid .span9 {
      width: calc(var(--column-width-multiplier) * 1% * 9 - var(--column-gap) * (3 * var(--column-width-multiplier) / 100));
    }
  
    .row-fluid .span10 {
      width: calc(var(--column-width-multiplier) * 1% * 10 - var(--column-gap) * (2 * var(--column-width-multiplier) / 100));
    }
  
    .row-fluid .span11 {
      width: calc(var(--column-width-multiplier) * 1% * 11 - var(--column-gap) * (1 * var(--column-width-multiplier) / 100));
    }
  
}
.content-wrapper {
  margin: 0 auto;
  padding: 0 20px;
  width:100%;
}
.body-wrapper {
  margin-top: 110px;
}
@media (max-width: 991px) {
.body-wrapper {
  margin-top: 95px;
}
}

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

.dnd-section .dnd-column {
  padding: 0;
}


@media (max-width: 767px) {
  .dnd-section .dnd-column {
    padding: 0;
  }
}

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

body {
  line-height: 1.56;
  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 15px;
}

h1:last-child,
h2:last-child, 
h3:last-child, 
h4:last-child, 
h5:last-child,
h6:last-child,
p:last-child {
  margin-bottom: 0;
}

/* Anchors */

a {
  cursor: pointer;
}

/* Headings */

h1,
h2,
h3,
h4,
h5,
h6 {
  line-height: 1.12;
  margin: 0 0 15px;
}

/* Lists */

ul,
ol {
  margin: 0 0 15px;
}

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

ul.no-list {
  list-style: none;
  margin: 0;
  padding-left: 0;
}
ul li:not(:last-child),
ol li:not(:last-child) {
  margin-bottom:10px;
}
/* Code blocks */

pre {
  overflow: auto;
}

code {
  vertical-align: bottom;
}

/* Blockquotes */

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

/* Horizontal rules */

hr {
  border: none;
  border-bottom: 1px solid #CCC;
}
button,
.button,
.hs-button {
  cursor: pointer;
  display: inline-block;
  text-align: center;
  transition: all 0.15s linear;
  white-space: normal;
}

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

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

/* Labels */

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

/* Form Title */
.form-title {
  margin-bottom: 0;
}

/* Help text */

form legend {
  font-size: 0.875rem;
}

/* Inputs */

form input[type=text],
form input[type=search],
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 textarea {
  resize: vertical;
}

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

/* 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 {
  font-size: 0.875rem;
  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-left: 1rem !important;
}

/* Validation */

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

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

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

/* Submit button */

form input[type=submit],
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;
}


  /* Search button input field and suggestions */
  .body-container-wrapper .hs-search-field__button {
    padding: 15px;
  }

  .body-container-wrapper .hs-search-field__bar--button-inline .hs-search-field__button {
    margin-left: 6px;
    margin-bottom: 0;
  }

  .body-container-wrapper .hs-search-field__button svg {
    height: 15px;
    fill: #fff;
  }

  .body-container-wrapper .hs-search-field__bar > form > .hs-search-field__input {
    padding: 10px;
  }

  .body-container-wrapper .hs-search-field__suggestions li a {
    color: #494A52;
    padding: 0.35rem 0.7rem;
    text-decoration: none;
    transition: background-color 0.3s;
  }

/* 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;
}
.mfp-bg{top:0;left:0;width:100%;height:100%;z-index:1042;overflow:hidden;position:fixed;background:#0b0b0b;opacity:.8}.mfp-wrap{top:0;left:0;width:100%;height:100%;z-index:1043;position:fixed;outline:none !important;-webkit-backface-visibility:hidden}.mfp-container{text-align:center;position:absolute;width:100%;height:100%;left:0;top:0;padding:0 8px;box-sizing:border-box}.mfp-container:before{content:'';display:inline-block;height:100%;vertical-align:middle}.mfp-align-top .mfp-container:before{display:none}.mfp-content{position:relative;display:inline-block;vertical-align:middle;margin:0 auto;text-align:left;z-index:1045}.mfp-inline-holder .mfp-content,.mfp-ajax-holder .mfp-content{width:100%;cursor:auto}.mfp-ajax-cur{cursor:progress}.mfp-zoom-out-cur,.mfp-zoom-out-cur .mfp-image-holder .mfp-close{cursor:-moz-zoom-out;cursor:-webkit-zoom-out;cursor:zoom-out}.mfp-zoom{cursor:pointer;cursor:-webkit-zoom-in;cursor:-moz-zoom-in;cursor:zoom-in}.mfp-auto-cursor .mfp-content{cursor:auto}.mfp-close,.mfp-arrow,.mfp-preloader,.mfp-counter{-webkit-user-select:none;-moz-user-select:none;user-select:none}.mfp-loading.mfp-figure{display:none}.mfp-hide{display:none !important}.mfp-preloader{color:#CCC;position:absolute;top:50%;width:auto;text-align:center;margin-top:-0.8em;left:8px;right:8px;z-index:1044}.mfp-preloader a{color:#CCC}.mfp-preloader a:hover{color:#FFF}.mfp-s-ready .mfp-preloader{display:none}.mfp-s-error .mfp-content{display:none}button.mfp-close,button.mfp-arrow{overflow:visible;cursor:pointer;background:transparent;border:0;-webkit-appearance:none;display:block;outline:0;padding:0;z-index:1046;box-shadow:none;touch-action:manipulation}button::-moz-focus-inner{padding:0;border:0}.mfp-close{width:44px;height:44px;line-height:44px;position:absolute;right:0;top:0;text-decoration:none;text-align:center;opacity:.65;padding:0 0 18px 10px;color:#FFF;font-style:normal;font-size:28px;font-family:Source Sans Pro,serif, Arial}.mfp-close:hover,.mfp-close:focus{opacity:1}.mfp-close:active{top:1px}.mfp-close-btn-in .mfp-close{color:#333}.mfp-image-holder .mfp-close,.mfp-iframe-holder .mfp-close{color:#FFF;right:-6px;text-align:right;padding-right:6px;width:100%}.mfp-counter{position:absolute;top:0;right:0;color:#CCC;font-size:12px;line-height:18px;white-space:nowrap}.mfp-arrow{position:absolute;opacity:.65;margin:0;top:50%;margin-top:-55px;padding:0;width:90px;height:110px;-webkit-tap-highlight-color:transparent}.mfp-arrow:active{margin-top:-54px}.mfp-arrow:hover,.mfp-arrow:focus{opacity:1}.mfp-arrow:before,.mfp-arrow:after{content:'';display:block;width:0;height:0;position:absolute;left:0;top:0;margin-top:35px;margin-left:35px;border:medium inset transparent}.mfp-arrow:after{border-top-width:13px;border-bottom-width:13px;top:8px}.mfp-arrow:before{border-top-width:21px;border-bottom-width:21px;opacity:.7}.mfp-arrow-left{left:0}.mfp-arrow-left:after{border-right:17px solid #FFF;margin-left:31px}.mfp-arrow-left:before{margin-left:25px;border-right:27px solid #3f3f3f}.mfp-arrow-right{right:0}.mfp-arrow-right:after{border-left:17px solid #FFF;margin-left:39px}.mfp-arrow-right:before{border-left:27px solid #3f3f3f}.mfp-iframe-holder{padding-top:40px;padding-bottom:40px}.mfp-iframe-holder .mfp-content{line-height:0;width:100%;max-width:900px}.mfp-iframe-holder .mfp-close{top:-40px}.mfp-iframe-scaler{width:100%;height:0;overflow:hidden;padding-top:56.25%}.mfp-iframe-scaler iframe{position:absolute;display:block;top:0;left:0;width:100%;height:100%;box-shadow:0 0 8px rgba(0,0,0,0.6);background:#000}img.mfp-img{width:auto;max-width:100%;height:auto;display:block;line-height:0;box-sizing:border-box;padding:40px 0 40px;margin:0 auto}.mfp-figure{line-height:0}.mfp-figure:after{content:'';position:absolute;left:0;top:40px;bottom:40px;display:block;right:0;width:auto;height:auto;z-index:-1;box-shadow:0 0 8px rgba(0,0,0,0.6);background:#444}.mfp-figure small{color:#bdbdbd;display:block;font-size:12px;line-height:14px}.mfp-figure figure{margin:0}.mfp-bottom-bar{margin-top:-36px;position:absolute;top:100%;left:0;width:100%;cursor:auto}.mfp-title{text-align:left;line-height:18px;color:#f3f3f3;word-wrap:break-word;padding-right:36px}.mfp-image-holder .mfp-content{max-width:100%}.mfp-gallery .mfp-image-holder .mfp-figure{cursor:pointer}@media screen and (max-width:800px) and (orientation:landscape),screen and (max-height:300px){.mfp-img-mobile .mfp-image-holder{padding-left:0;padding-right:0}.mfp-img-mobile img.mfp-img{padding:0}.mfp-img-mobile .mfp-figure:after{top:0;bottom:0}.mfp-img-mobile .mfp-figure small{display:inline;margin-left:5px}.mfp-img-mobile .mfp-bottom-bar{background:rgba(0,0,0,0.6);bottom:0;margin:0;top:auto;padding:3px 5px;position:fixed;box-sizing:border-box}.mfp-img-mobile .mfp-bottom-bar:empty{padding:0}.mfp-img-mobile .mfp-counter{right:5px;top:3px}.mfp-img-mobile .mfp-close{top:0;right:0;width:35px;height:35px;line-height:35px;background:rgba(0,0,0,0.6);position:fixed;text-align:center;padding:0}}@media all and (max-width:900px){.mfp-arrow{-webkit-transform:scale(0.75);transform:scale(0.75)}.mfp-arrow-left{-webkit-transform-origin:0 0;transform-origin:0 0}.mfp-arrow-right{-webkit-transform-origin:100%;transform-origin:100%}.mfp-container{padding-left:6px;padding-right:6px}}
@charset 'UTF-8';
/* Slider */
.slick-loading .slick-list
{
    background: #fff url('./ajax-loader.gif') center center no-repeat;
}

/* Icons */
@font-face
{
    font-family: 'slick';
    font-weight: normal;
    font-style: normal;

    src: url('./fonts/slick.eot');
    src: url('./fonts/slick.eot?#iefix') format('embedded-opentype'), url('./fonts/slick.woff') format('woff'), url('./fonts/slick.ttf') format('truetype'), url('./fonts/slick.svg#slick') format('svg');
}
/* Arrows */
.slick-prev,
.slick-next
{
    font-size: 0;
    line-height: 0;

    position: absolute;
    top: 50%;

    display: block;

    width: 20px;
    height: 20px;
    padding: 0;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);

    cursor: pointer;

    color: transparent;
    border: none;
    outline: none;
    background: transparent;
}
.slick-prev:hover,
.slick-prev:focus,
.slick-next:hover,
.slick-next:focus
{
    color: transparent;
    outline: none;
    background: transparent;
}
.slick-prev:hover:before,
.slick-prev:focus:before,
.slick-next:hover:before,
.slick-next:focus:before
{
    opacity: 1;
}
.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before
{
    opacity: .25;
}

.slick-prev:before,
.slick-next:before
{
    font-family: 'slick';
    font-size: 20px;
    line-height: 1;

    opacity: .75;
    color: white;

    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.slick-prev
{
    left: -25px;
}
[dir='rtl'] .slick-prev
{
    right: -25px;
    left: auto;
}
.slick-prev:before
{
    content: '←';
}
[dir='rtl'] .slick-prev:before
{
    content: '→';
}

.slick-next
{
    right: -25px;
}
[dir='rtl'] .slick-next
{
    right: auto;
    left: -25px;
}
.slick-next:before
{
    content: '→';
}
[dir='rtl'] .slick-next:before
{
    content: '←';
}

/* Dots */
.slick-dotted.slick-slider
{
    margin-bottom: 30px;
}

.slick-dots
{
    position: absolute;
    bottom: -25px;

    display: block;

    width: 100%;
    padding: 0;
    margin: 0;

    list-style: none;

    text-align: center;
}
.slick-dots li
{
    position: relative;

    display: inline-block;

    width: 20px;
    height: 20px;
    margin: 0 5px;
    padding: 0;

    cursor: pointer;
}
.slick-dots li button
{
    font-size: 0;
    line-height: 0;

    display: block;

    width: 20px;
    height: 20px;
    padding: 5px;

    cursor: pointer;

    color: transparent;
    border: 0;
    outline: none;
    background: transparent;
}
.slick-dots li button:hover,
.slick-dots li button:focus
{
    outline: none;
}
.slick-dots li button:hover:before,
.slick-dots li button:focus:before
{
    opacity: 1;
}
.slick-dots li button:before
{
    font-family: 'slick';
    font-size: 6px;
    line-height: 20px;

    position: absolute;
    top: 0;
    left: 0;

    width: 20px;
    height: 20px;

    content: '•';
    text-align: center;

    opacity: .25;
    color: black;

    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.slick-dots li.slick-active button:before
{
    opacity: .75;
    color: black;
}
/* Slider */
.slick-slider
{
    position: relative;

    display: block;
    box-sizing: border-box;

    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;

    -webkit-touch-callout: none;
    -khtml-user-select: none;
    -ms-touch-action: pan-y;
        touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
}

.slick-list
{
    position: relative;

    display: block;
    overflow: hidden;

    margin: 0;
    padding: 0;
}
.slick-list:focus
{
    outline: none;
}
.slick-list.dragging
{
    cursor: pointer;
    cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list
{
    -webkit-transform: translate3d(0, 0, 0);
       -moz-transform: translate3d(0, 0, 0);
        -ms-transform: translate3d(0, 0, 0);
         -o-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
}

.slick-track
{
    position: relative;
    top: 0;
    left: 0;

    display: block;
    margin-left: auto;
    margin-right: auto;
}
.slick-track:before,
.slick-track:after
{
    display: table;

    content: '';
}
.slick-track:after
{
    clear: both;
}
.slick-loading .slick-track
{
    visibility: hidden;
}

.slick-slide
{
    display: none;
    float: left;

    height: 100%;
    min-height: 1px;
}
[dir='rtl'] .slick-slide
{
    float: right;
}
.slick-slide img
{
    display: block;
}
.slick-slide.slick-loading img
{
    display: none;
}
.slick-slide.dragging img
{
    pointer-events: none;
}
.slick-initialized .slick-slide
{
    display: block;
}
.slick-loading .slick-slide
{
    visibility: hidden;
}
.slick-vertical .slick-slide
{
    display: block;

    height: auto;

    border: 1px solid transparent;
}
.slick-arrow.slick-hidden {
    display: none;
}
/* Components
Specific pieces of UI that are stylized. Typically used for global partial styling
*/

.header-logo {
  width: 20%;
  padding-left: 20px;
  padding-right: 20px;
}
.custom-menu-primary {
  width: 80%;
  padding-left: 20px;
  padding-right: 20px;
}
.header-container {
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;   
  -ms-flex-align: center;   
  align-items: center;
  margin: 0 -20px;
}
.header-logo img {
  width: 220px !important;
  display: inline-block;
}
.header {
  padding-top: 30px;
  padding-bottom: 30px;
}
.custom-menu-primary .hs-menu-wrapper > ul > li {
  position: relative;
}
.header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 999;
  transition: all 0.3s ease-in;
}
.cm-header-wrapper {
  position: relative;
}
.no-banner .body-wrapper {
  margin-top: 0;
}
.no-banner .header .custom-menu-primary .hs-menu-wrapper > ul > li > a {
  color: #FFFFFF;
}
.no-banner .header  .sign-in-btn > a {
  color: #FFFFFF;
}

.no-banner .header.scroll-header .sign-in-btn > a {
  color: #252525;
}
.header-logo.logo-white {
  display: none;
}
/* header.header {
padding-top: 60px;
}

header.header.scroll-header {
padding-top: 30px;
} */
.no-banner .header-logo.logo-dark {
  display: none;
}

.no-banner .header-logo.logo-white {
  display: block;
}

.no-banner .header.scroll-header .header-logo.logo-dark {
  display: block;
}

.no-banner .header.scroll-header .header-logo.logo-white {
  display: none;
}

.custom-menu-primary .hs-menu-wrapper>ul>li:nth-child(6)>a {
  text-transform: uppercase;
  font-weight: bold;
}

.no-banner .header .custom-menu-primary .hs-menu-wrapper > ul > li > ul > li > a {
  color: #FFF;
}
.no-banner .header .custom-menu-primary .hs-menu-wrapper > ul > li > ul {
  background-color: transparent;
  box-shadow: none;
}

@media (min-width: 992px) {
  .custom-menu-primary .hs-menu-wrapper > ul {
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    margin: 0 -15px;
  }
  .custom-menu-primary .hs-menu-wrapper > ul > li {
    position: relative;
    display: inline-block;
    padding-left: 15px;
    padding-right: 15px;
  }
  .custom-menu-primary .hs-menu-wrapper > ul > li > ul {
    position: absolute;
    left: 0;
    top: 100%;
    min-width: 160px;
    z-index: 99999;
    visibility: hidden;
    opacity: 0;
    -webkit-transform: translateY(-10px);
    transform: translateY(-10px);
    box-shadow: 0 2px 5px 0 rgba(0,0,0,0.15), 0 2px 10px 0 rgba(0,0,0,0.17);
    transition: all .35s ease;
    padding: 15px;
    border-radius: 8px;
    display: block !important;
  }
  .custom-menu-primary .hs-menu-wrapper>ul>li:hover > ul {
    visibility: visible;
    opacity: 1;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-transform: translate(0);
    transform: translate(0);
  }
  .custom-menu-primary .hs-menu-wrapper > ul > li > a {
    font-size: 16px;
    line-height: 1.4;
    letter-spacing: 0.015rem;
  }
  .custom-menu-primary .hs-menu-wrapper>ul>li:nth-child(5)>a {
    text-transform: uppercase;
    font-size: 16px;
    font-weight: 700;
    padding: 10px;
    border-radius: 6px;
    line-height: 1.41;
  }
  .custom-menu-primary .hs-menu-wrapper > ul > li > ul > li {
    display: block;
    padding-bottom: 10px;
    line-height: 1.2;
  }
  .custom-menu-primary .hs-menu-wrapper > ul > li > ul > li > a {
    font-size: 14px;
    letter-spacing: 0.015rem;
  }
  .custom-menu-primary .hs-menu-wrapper > ul > li > ul {
    padding: 15px;
  }
  .custom-menu-primary .hs-menu-wrapper > ul > li > ul > li:nth-child(5) {
    padding-bottom: 0;
  }
  .child-trigger {
    display: none;
  }
  .hamburger {
    display: none;
  }
  .custom-menu-primary {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-end;
  }
  .sign-in-btn.mobile {
    display: none;
  }
}
@media (max-width: 991px) {
  /* ===== Mobile Toggle Button ===== */
  .hamburger{
    display: inline-block !important; /* Show button on mobile */
    cursor: pointer; /* Mouse pointer type on hover */
    position: absolute; /**************************************/
    top: 0;           /* Position Button at right of screen */
    right: 20px;        /**************************************/
    width: auto; /* Button width */
    height: auto; /* Button height */
    z-index: 99999;
  }
  .hamburger .line {
    width: 30px;
    height: 3px;
    display: block;
    margin: 5px auto;
    -webkit-transition: all 0.25s ease-in-out;
    -o-transition: all 0.25s ease-in-out;
    transition: all 0.25s ease-in-out;
    background: #252525;
  }
  .mobile-open .hamburger {
    transition: all 0.25s ease-in-out;
    transform: rotate(45deg);
  }
  .mobile-open .hamburger .line:nth-child(1) {
    transform: translateY(5px);
  }
  .mobile-open .hamburger .line:nth-child(2) {
    width: 0px;
  }
  .mobile-open .hamburger .line:nth-child(3) {
    transform: translateY(-11px) rotate(90deg);
  }
  /* ===== Mobile Child Toggle Buttons ===== */
  .child-trigger{
    display: block !important; /* Hide button on Desktop */
    cursor: pointer; /* Mouse pointer type on hover */
    position: absolute;
    top: 0px;
    right: 0px;
    width: 45px !important; /* Button width */
    min-width: 45px !important;
    height: 27px !important; /* Button height */  
    padding: 0 !important;
  }
  .child-trigger:hover{
    text-decoration: none;
  }
  .child-trigger i{
    position: relative;
    top: 50%; /* Centers icon inside button */
    margin: 0 auto !important;
    -webkit-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  .child-trigger i:after{
    position: absolute;
    content: '';
  }
  .child-trigger i, 
  .child-trigger i:after{
    width: 10px; /* Icon line width */
    height: 2px; /* Icon line height */
    background-color: #252525;
    display: block;
  }
  .child-trigger i:after{
    -webkit-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    transform: rotate(-90deg);
  }  
  .child-trigger.child-open i:after{
    -webkit-transform: rotate(-180deg);
    -ms-transform: rotate(-180deg);
    transform: rotate(-180deg);
  }
  .custom-menu-primary .hs-menu-wrapper > ul > li > ul {
    display: none;
  }
  .custom-menu-primary {
    position: fixed;
    right: 0;
    top: 0;
    transition: transform 0.3s;
    box-shadow: 0 10px 15px 0px rgba(0, 0, 0, 0.2);
    background-color: #FFFFFF;
    z-index: 999;
    width: 300px;
    height: 100%;
    transform: translate(100%, 0);
  }
  .custom-menu-primary .hs-menu-wrapper>ul>li {
    width: 100%;
    display: block;
  }
  .mobile-open .custom-menu-primary {
    transform: translate(0px, 0);
  }
  .mobile-menu-overlay {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    background-color: rgb(0 0 0 / 20%);
    height: 100%;
    opacity: 0;
    visibility: hidden;
    transition: all 0.35s ease-in;
    pointer-events: none;
    z-index: 99;
  }
  .mobile-open .mobile-menu-overlay {
    opacity: 1;
    visibility: visible;
    cursor: pointer;
    pointer-events: all;
  }
  .custom-menu-primary .hs-menu-wrapper > ul {
    height: auto;
    display: block;
  }
  .custom-menu-primary .hs-menu-wrapper {
    height: 100%;
    padding-top: 120px;
  }
  .custom-menu-primary .hs-menu-wrapper > ul > li:nth-child(5) {
    padding-bottom: 0;
  }
  .custom-menu-primary .hs-menu-wrapper > ul li a {
    font-size: 15px;
    letter-spacing: 0.015rem;
    line-height: 1.45;
    display: block;
    padding-bottom: 15px;
  }
  .custom-menu-primary .hs-menu-wrapper > ul  ul li a {
    text-indent: 15px;
    display: block;
    padding-bottom: 10px;
  }
  .child-trigger svg {
    display: inline-block;
    width: 100%;
    height: 100%;
    transition: all 0.35s ease-in;
  }
  .custom-menu-primary .hs-menu-wrapper > ul > li:nth-child(5) > a {
    text-transform: uppercase;
    font-size: 16px;
    font-weight: 700;
  }
  .custom-menu-primary .hs-menu-wrapper > ul > li:nth-child(5) > a {
    padding: 10px;
    border-radius: 6px;
    line-height: 1.41;
  }
  .header > .content-wrapper, .header-container {
    position: relative;
  }
  .custom-menu-primary .hs-menu-wrapper>ul> li:nth-child(5) > a {
    display: inline-block;
  }
  .header {
    padding-bottom: 30px;
    padding-top: 30px;
  }
  .header-logo img {
    width: auto !important;
  }
  .header-logo {width: 180px!important;}
  .child-trigger.child-open svg {
    transform: rotate(180deg);
  }
  .no-banner .header .custom-menu-primary .hs-menu-wrapper>ul>li>a {
    color: #252525;
  }
  .no-banner .header .hamburger .line {
    background: #fff;
  }
  .no-banner .header.scroll-header .hamburger .line {
    background: #252525;
  }
  .no-banner.mobile-open .hamburger .line {
    background: #252525;
  }
  .sign-in-btn.desktop {
    display: none;
  }
  .sign-in-btn.mobile {
    margin-left: 0;
    margin-right: 60px;
  }
  body.mobile-open {
    overflow: hidden;
  }
  .custom-menu-primary .hs-menu-wrapper>ul {
    height: 100%;
    overflow-x: scroll;
    padding-bottom: 40px;
  }
  .custom-menu-primary .hs-menu-wrapper>ul>li:nth-child(5) {
    margin-bottom: 20px;
  }
}
@media (max-width: 767px) {
  .custom-menu-primary {
    width: 100%;
  }
  .mobile-menu-overlay {
    display: none;
  }
}
.copyright {
  text-align: center;
  padding-bottom: 30px;
  padding-top: 30px;
}
.copyright p {
  margin: 0;
  font-size: 16px;
}
.footer-logo {
  width: 68px;
}
.footer-container.d-flex {
  padding-bottom: 30px;
}
.footer {
  padding-top: 75px;
}
.footer-nav {
  width: calc(100% - 300px);
  padding-left: 53px;
  padding-right: 100px;
}
.footer-nav > .hs-menu-wrapper > ul > li {
  padding: 0px 15px;
}
.footer-nav > .hs-menu-wrapper ul > li > ul {
  padding: 0;
}
.footer-nav > .hs-menu-wrapper > ul {
  padding: 0;
  display: flex;
  flex-wrap: wrap;
  margin: 0 -15px;
  justify-content: space-between;
}
.footer-logo img {
  display: inline-block;
  width:100% !important;
}

.iso-badge {
  padding: 8px 0;
}

.footer-nav .hs-menu-wrapper > ul > li > a {
  font-size: 16px;
  font-weight: 700;
  display: block;
  margin-bottom: 5px;
  line-height: 1.4;
  cursor: text;
  color: #fff;
}
.footer-nav .hs-menu-wrapper > ul > li > ul > li > a {
  font-size: 16px;
  display: block;
  margin-bottom: 4px;
}
.footer-nav .hs-menu-wrapper > ul > li > ul > li:last-child > a {
  margin-bottom: 0;
}
.footer-social {
  width: 130px;
}
.ftr-social > a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-right: 10px;
  width: 35px;
  height: 35px;
  border-radius: 50%;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.ftr-social > a svg {
  display: inline-block;
  width: 20px;
  height: 20px;
  transition: all 0.3s ease-in;
}
.ftr-social > a:last-child {
  margin-right: 0;
}
.ftr-social h5 {
  width: 100%;
  text-align: center;
  font-size: 16px !important;
  font-weight: 700;
}
.footer-container.d-flex {
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.footer-nav .hs-menu-wrapper > ul >li, 
.footer-nav .hs-menu-wrapper > ul >li > ul > li {
  margin-bottom: 0;
}

@media (max-width: 1440px) {
  .footer-nav {
    padding-left: 25px;
    padding-right: 50px;
  }
}

@media (max-width: 1080px) {
  .footer-nav {
    padding-left: 15px;
    padding-right: 15px;
  }
}

@media (max-width: 991px) {
  .iso-badge {
    display: inline-block;
    padding: 0 24px 12px;
  }
  .footer-logo {
    display: inline-block;
  }
  .footer-social {
    padding-top: 30px;
    width: 100%;
  }
  .ftr-social.d-flex {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .footer-container.d-flex {
    padding-bottom: 0;
  }
  .footer-nav {
    width: 100%;
    padding-left: 0px;
    padding-right: 0px;
  }
  .footer {
    padding-top: 55px;
  }
}

@media (max-width: 767px) {
  .footer-nav {
    width: 100%;
    padding-left: 0;
  }
  .footer-nav>.hs-menu-wrapper > ul > li {
    width: 33.33%;
    margin-bottom: 30px;
  }
  .footer-nav > .hs-menu-wrapper > ul {
    -webkit-box-orient: inherit !important;
    -webkit-box-direction: inherit !important;
    -ms-flex-direction: inherit !important;
    flex-direction: inherit !important;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }
  .footer-logo {
    margin-bottom: 30px;
  }
  .footer-social {
    padding-top: 20px;
  }
  .ftr-social > a {
    height: 30px;
    width: 30px;
  }
  .footer-nav {
    padding-right: 0;
  }
}

@media (max-width: 480px) {
  .footer-nav > .hs-menu-wrapper > ul > li {
    width: 50%;
    margin-bottom: 30px;
  }
  .footer-nav > .hs-menu-wrapper > ul > li:last-child {
    margin-bottom:0px;
  }
  .footer-social {
    padding-top: 30px;
  }
}
@media (max-width: 390px) {
  .footer-nav > .hs-menu-wrapper > ul > li {
    width: 100%;
    margin-bottom: 30px;
    text-align:center;
  }
  .footer-nav > .hs-menu-wrapper > ul > li:last-child {
    margin-bottom:0px;
  }
  .footer-logo {
    margin: 0 auto 30px;
  }
  .footer-nav > .hs-menu-wrapper>ul {
    margin: 0;
    justify-content: center !important;
  }

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