@import url('https://fonts.googleapis.com/css2?family=Barlow:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');
@import url('https://cdn.jsdelivr.net/npm/slick-carousel@1.8.1/slick/slick.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.
*/

@font-face {
  font-family: FranklinGothicURWBoo;
  src: url(https://4429477.fs1.hubspotusercontent-ap1.net/hubfs/4429477/raw_assets/public/splash_digital_2023_theme/fonts/Franklin-Gothic-Book-Regular.ttf);
}

*, *: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;
  background-color: #EEF3F5;
  overflow-x: hidden;
}

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

/**
* 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%;
  vertical-align: middle;
}

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

@media screen and (min-width: 1380px) {
  .content-wrapper {
    padding: 0;
  }
}

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

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

@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.4;
  overflow-wrap: break-word;
  font-family: 'FranklinGothicURWBoo', sans-serif;
}

body, p {
  font-family: 'FranklinGothicURWBoo', sans-serif;
}

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

/* Paragraphs */

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

/* Anchors */

a {
  cursor: pointer;
}

/* Headings */

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

/* Lists */

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

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

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

.body-container--power_hour_lp h1,
.body-container--power_hour_lp .h1 { font-size: 56px; line-height: 1.14; margin: 0; }

.body-container--power_hour_lp h2,
.body-container--power_hour_lp .h2 { font-size: 36px; line-height: 1.308; font-weight: 400; }

.body-container--power_hour_lp h3,
.body-container--power_hour_lp .h3 { font-size: 24px; line-height: 1.39; font-weight: 400; }

.body-container--power_hour_lp h6,
.body-container--power_hour_lp .h6 { font-size: 13px; line-height: 1.39; font-weight: 600; }

.body-container--power_hour_lp h2,
.body-container--power_hour_lp h3 { margin-bottom: 0; }

.body-container--power_hour_lp p { margin: 0; }
.body-container--power_hour_lp p + p { margin: 20px 0 0; }


.position-relative { position: relative; }
.position-absolute { position: absolute; }
.z-1 { z-index: 1; }

.overflow-hidden { overflow: hidden; }
.row { display: flex; flex-wrap: wrap; margin-left: -15px; margin-right: -15px; }
[class*="col-"], [class*="col-sm-"], [class*="col-md-"], [class*="col-lg-"], [class*="col-xl-"], [class*="col-xxl-"] { position: relative; width: 100%; padding-right: 15px; padding-left: 15px; }
.d-flex { display: flex; flex-wrap: wrap; }
.direction-column { flex-direction: column; }
.direction-column-reverse { flex-direction: column-reverse; }
.direction-row { flex-direction: row; }
.direction-row-reverse { flex-direction: row-reverse; }


.bgPrimary { background-color: #FF674E; }
.bgSecondary { background-color: #003240; }
.bgGray { background-color: #E5EDEF; }
.bgWhite { background-color: #FFFFFF; }

.textPrimary, .textAllPrimary * { color: #9463C5; }
.textWhite, .textAllWhite * { color: #FFFFFF; }
.font22, .fontall22 { font-size: 20px; line-height: 1.41; }
.h-full { height: 100%; }
.radius5 { border-radius: 5px; }

.text-left { text-align: left; }
.text-center { text-align: center; }
.text-right { text-align: right; }


.align-flex-start { align-items: flex-start; }
.align-center { align-items: center; }
.align-flex-end { align-items: flex-end; }

.justify-flex-start { justify-content: flex-start; }
.justify-center { justify-content: center; }
.justify-space-between { justify-content: space-between; }
.justify-space-around { justify-content: space-around; }
.justify-flex-end { justify-content: flex-end; }

/* Column Style */
.col-2{width:16.67%;}.col-3{width:25.00%;}.col-4{width:33.33%;}.col-5{width:41.67%;}.col-6{width:50.00%;}.col-7{width:58.33%;}.col-8{width:66.67%;}.col-9{width:75.00%;}.col-10{width:83.33%;}.col-12{width:100.00%;}

 /* Padding Style */
  .pt0,.py0{padding-top:0px;}
  .pt5,.py5{padding-top:5px;}
  .pt10,.py10{padding-top:10px;}
  .pt15,.py15{padding-top:15px;}
  .pt20,.py20{padding-top:20px;}
  .pt25,.py25{padding-top:25px;}
  .pt30,.py30{padding-top:30px;}
  .pt35,.py35{padding-top:35px;}
  .pt40,.py40{padding-top:40px;}
  .pt45,.py45{padding-top:45px;}
  .pt50,.py50{padding-top:50px;}
  .pt55,.py55{padding-top:55px;}
  .pt60,.py60{padding-top:60px;}
  .pt65,.py65{padding-top:65px;}
  .pt70,.py70{padding-top:70px;}
  .pt75,.py75{padding-top:75px;}
  .pt80,.py80{padding-top:80px;}
  .pt85,.py85{padding-top:85px;}
  .pt90,.py90{padding-top:90px;}
  .pt95,.py95{padding-top:95px;}
  .pt100,.py100{padding-top:100px;}

  .pb0,.py0{padding-bottom:0px;}
  .pb5,.py5{padding-bottom:5px;}
  .pb10,.py10{padding-bottom:10px;}
  .pb15,.py15{padding-bottom:15px;}
  .pb20,.py20{padding-bottom:20px;}
  .pb25,.py25{padding-bottom:25px;}
  .pb30,.py30{padding-bottom:30px;}
  .pb35,.py35{padding-bottom:35px;}
  .pb40,.py40{padding-bottom:40px;}
  .pb45,.py45{padding-bottom:45px;}
  .pb50,.py50{padding-bottom:50px;}
  .pb55,.py55{padding-bottom:55px;}
  .pb60,.py60{padding-bottom:60px;}
  .pb65,.py65{padding-bottom:65px;}
  .pb70,.py70{padding-bottom:70px;}
  .pb75,.py75{padding-bottom:75px;}
  .pb80,.py80{padding-bottom:80px;}
  .pb85,.py85{padding-bottom:85px;}
  .pb90,.py90{padding-bottom:90px;}
  .pb95,.py95{padding-bottom:95px;}
  .pb100,.py100{padding-bottom:100px;}
  
  .pl0,.px0{padding-left:0px;}
  .pl5,.px5{padding-left:5px;}
  .pl10,.px10{padding-left:10px;}
  .pl15,.px15{padding-left:15px;}
  .pl20,.px20{padding-left:20px;}
  .pl25,.px25{padding-left:25px;}
  .pl30,.px30{padding-left:30px;}
  .pl35,.px35{padding-left:35px;}
  .pl40,.px40{padding-left:40px;}
  .pl45,.px45{padding-left:45px;}
  .pl50,.px50{padding-left:50px;}

  .pr0,.px0{padding-right:0px;}
  .pr5,.px5{padding-right:5px;}
  .pr10,.px10{padding-right:10px;}
  .pr15,.px15{padding-right:15px;}
  .pr20,.px20{padding-right:20px;}
  .pr25,.px25{padding-right:25px;}
  .pr30,.px30{padding-right:30px;}
  .pr35,.px35{padding-right:35px;}
  .pr40,.px40{padding-right:40px;}
  .pr45,.px45{padding-right:45px;}
  .pr50,.px50{padding-right:50px;}


/* Margin Styles */
  .mt0,.my0{margin-top:0px;}
  .mt5,.my5{margin-top:5px;}
  .mt10,.my10{margin-top:10px;}
  .mt15,.my15{margin-top:15px;}
  .mt20,.my20{margin-top:20px;}
  .mt25,.my25{margin-top:25px;}
  .mt30,.my30{margin-top:30px;}
  .mt35,.my35{margin-top:35px;}
  .mt40,.my40{margin-top:40px;}
  .mt45,.my45{margin-top:45px;}
  .mt50,.my50{margin-top:50px;}
  .mt55,.my55{margin-top:55px;}
  .mt60,.my60{margin-top:60px;}


  .mb0,.my0{margin-bottom:0px;}
  .mb5,.my5{margin-bottom:5px;}
  .mb10,.my10{margin-bottom:10px;}
  .mb15,.my15{margin-bottom:15px;}
  .mb20,.my20{margin-bottom:20px;}
  .mb25,.my25{margin-bottom:25px;}
  .mb30,.my30{margin-bottom:30px;}
  .mb35,.my35{margin-bottom:35px;}
  .mb40,.my40{margin-bottom:40px;}
  .mb45,.my45{margin-bottom:45px;}
  .mb50,.my50{margin-bottom:50px;}
  .mb55,.my55{margin-bottom:55px;}
  .mb60,.my60{margin-bottom:60px;}

@media screen and (min-width: 578px) {
  /* Column Style */
  .col-sm-2{width:16.67%;}.col-sm-3{width:25.00%;}.col-sm-4{width:33.33%;}.col-sm-5{width:41.67%;}.col-sm-6{width:50.00%;}.col-sm-7{width:58.33%;}.col-sm-8{width:66.67%;}.col-sm-9{width:75.00%;}.col-sm-10{width:83.33%;}.col-sm-12{width:100.00%;}
  
}

  @media screen and (min-width: 768px) {
    .body-container--power_hour_lp h1,
    .body-container--power_hour_lp .h1 { font-size: 66px; }
    
    .direction-md-column { flex-direction: column; }
    .direction-md-column-reverse { flex-direction: column-reverse; }
    .direction-md-row { flex-direction: row; }
    .direction-md-row-reverse { flex-direction: row-reverse; }
    
    
  /* Column Style */
  .col-md-2{width:16.67%;}.col-md-3{width:25.00%;}.col-md-4{width:33.33%;}.col-md-5{width:41.67%;}.col-md-6{width:50.00%;}.col-md-7{width:58.33%;}.col-md-8{width:66.67%;}.col-md-9{width:75.00%;}.col-md-10{width:83.33%;}.col-md-12{width:100.00%;}
  
  /* Padding Style */
  .pt-md-0,.py-md-0{padding-top:0px;}
  .pt-md-5,.py-md-5{padding-top:5px;}
  .pt-md-10,.py-md-10{padding-top:10px;}
  .pt-md-15,.py-md-15{padding-top:15px;}
  .pt-md-20,.py-md-20{padding-top:20px;}
  .pt-md-25,.py-md-25{padding-top:25px;}
  .pt-md-30,.py-md-30{padding-top:30px;}
  .pt-md-35,.py-md-35{padding-top:35px;}
  .pt-md-40,.py-md-40{padding-top:40px;}
  .pt-md-45,.py-md-45{padding-top:45px;}
  .pt-md-50,.py-md-50{padding-top:50px;}
  .pt-md-55,.py-md-55{padding-top:55px;}
  .pt-md-60,.py-md-60{padding-top:60px;}
  .pt-md-65,.py-md-65{padding-top:65px;}
  .pt-md-70,.py-md-70{padding-top:70px;}
  .pt-md-75,.py-md-75{padding-top:75px;}
  .pt-md-80,.py-md-80{padding-top:80px;}
  .pt-md-85,.py-md-85{padding-top:85px;}
  .pt-md-90,.py-md-90{padding-top:90px;}
  .pt-md-95,.py-md-95{padding-top:95px;}
  .pt-md-100,.py-md-100{padding-top:100px;}
        
  .pb-md-0,.py-md-0{padding-bottom:0px;}
  .pb-md-5,.py-md-5{padding-bottom:5px;}
  .pb-md-10,.py-md-10{padding-bottom:10px;}
  .pb-md-15,.py-md-15{padding-bottom:15px;}
  .pb-md-20,.py-md-20{padding-bottom:20px;}
  .pb-md-25,.py-md-25{padding-bottom:25px;}
  .pb-md-30,.py-md-30{padding-bottom:30px;}
  .pb-md-35,.py-md-35{padding-bottom:35px;}
  .pb-md-40,.py-md-40{padding-bottom:40px;}
  .pb-md-45,.py-md-45{padding-bottom:45px;}
  .pb-md-50,.py-md-50{padding-bottom:50px;}
  .pb-md-55,.py-md-55{padding-bottom:55px;}
  .pb-md-60,.py-md-60{padding-bottom:60px;}
  .pb-md-65,.py-md-65{padding-bottom:65px;}
  .pb-md-70,.py-md-70{padding-bottom:70px;}
  .pb-md-75,.py-md-75{padding-bottom:75px;}
  .pb-md-80,.py-md-80{padding-bottom:80px;}
  .pb-md-85,.py-md-85{padding-bottom:85px;}
  .pb-md-90,.py-md-90{padding-bottom:90px;}
  .pb-md-95,.py-md-95{padding-bottom:95px;}
  .pb-md-100,.py-md-100{padding-bottom:100px;}
  
  .pl-md-0,.px-md-0{padding-left:0px;}
  .pl-md-5,.px-md-5{padding-left:5px;}
  .pl-md-10,.px-md-10{padding-left:10px;}
  .pl-md-15,.px-md-15{padding-left:15px;}
  .pl-md-20,.px-md-20{padding-left:20px;}
  .pl-md-25,.px-md-25{padding-left:25px;}
  .pl-md-30,.px-md-30{padding-left:30px;}
  .pl-md-35,.px-md-35{padding-left:35px;}
  .pl-md-40,.px-md-40{padding-left:40px;}
  .pl-md-45,.px-md-45{padding-left:45px;}
  .pl-md-50,.px-md-50{padding-left:50px;}
  .pl-md-55,.px-md-55{padding-left:55px;}
  .pl-md-60,.px-md-60{padding-left:60px;}
  .pl-md-65,.px-md-65{padding-left:65px;}
  .pl-md-70,.px-md-70{padding-left:70px;}
  .pl-md-75,.px-md-75{padding-left:75px;}
  .pl-md-80,.px-md-80{padding-left:80px;}
  
  
  .pr-md-0,.px-md-0{padding-right:0px;}
  .pr-md-5,.px-md-5{padding-right:5px;}
  .pr-md-10,.px-md-10{padding-right:10px;}
  .pr-md-15,.px-md-15{padding-right:15px;}
  .pr-md-20,.px-md-20{padding-right:20px;}
  .pr-md-25,.px-md-25{padding-right:25px;}
  .pr-md-30,.px-md-30{padding-right:30px;}
  .pr-md-35,.px-md-35{padding-right:35px;}
  .pr-md-40,.px-md-40{padding-right:40px;}
  .pr-md-45,.px-md-45{padding-right:45px;}
  .pr-md-50,.px-md-50{padding-right:50px;}
  .pr-md-55,.px-md-55{padding-right:55px;}
  .pr-md-60,.px-md-60{padding-right:60px;}
  .pr-md-65,.px-md-65{padding-right:65px;}
  .pr-md-70,.px-md-70{padding-right:70px;}
  .pr-md-75,.px-md-75{padding-right:75px;}
  .pr-md-80,.px-md-80{padding-right:80px;}
    
    
    /* Margin Styles */
  .mt-md-0,.my-md-0{margin-top:0px;}
  .mt-md-5,.my-md-5{margin-top:5px;}
  .mt-md-10,.my-md-10{margin-top:10px;}
  .mt-md-15,.my-md-15{margin-top:15px;}
  .mt-md-20,.my-md-20{margin-top:20px;}
  .mt-md-25,.my-md-25{margin-top:25px;}
  .mt-md-30,.my-md-30{margin-top:30px;}
  .mt-md-35,.my-md-35{margin-top:35px;}
  .mt-md-40,.my-md-40{margin-top:40px;}
  .mt-md-45,.my-md-45{margin-top:45px;}
  .mt-md-50,.my-md-50{margin-top:50px;}
  .mt-md-55,.my-md-55{margin-top:55px;}
  .mt-md-60,.my-md-60{margin-top:60px;}


  .mb-md-0,.my-md-0{margin-bottom:0px;}
  .mb-md-5,.my-md-5{margin-bottom:5px;}
  .mb-md-10,.my-md-10{margin-bottom:10px;}
  .mb-md-15,.my-md-15{margin-bottom:15px;}
  .mb-md-20,.my-md-20{margin-bottom:20px;}
  .mb-md-25,.my-md-25{margin-bottom:25px;}
  .mb-md-30,.my-md-30{margin-bottom:30px;}
  .mb-md-35,.my-md-35{margin-bottom:35px;}
  .mb-md-40,.my-md-40{margin-bottom:40px;}
  .mb-md-45,.my-md-45{margin-bottom:45px;}
  .mb-md-50,.my-md-50{margin-bottom:50px;}
  .mb-md-55,.my-md-55{margin-bottom:55px;}
  .mb-md-60,.my-md-60{margin-bottom:60px;}

}


@media screen and (min-width: 992px) {
  .body-container--power_hour_lp h1,
  .body-container--power_hour_lp .h1 { font-size: 84px; }
  
  .body-container--power_hour_lp h2,
  .body-container--power_hour_lp .h2 { font-size: 52px; }

  .body-container--power_hour_lp h3,
  .body-container--power_hour_lp .h3 { font-size: 31px; }
  
  .font22, .fontall22 * { font-size: 22px; }
  
  .text-lg-left { text-align: left; }
  .text-lg-center { text-align: center; }
  .text-lg-right { text-align: right; }
  
  .direction-lg-column { flex-direction: column; }
  .direction-lg-column-reverse { flex-direction: column-reverse; }
  .direction-lg-row { flex-direction: row; }
  .direction-lg-row-reverse { flex-direction: row-reverse; }
  
  /* Column Width */
  .col-lg-2{width:16.67%;}
  .col-lg-3{width:25.00%;}
  .col-lg-4{width:33.33%;}
  .col-lg-5{width:41.67%;}
  .col-lg-6{width:50.00%;}
  .col-lg-7{width:58.33%;}
  .col-lg-8{width:66.67%;}
  .col-lg-9{width:75.00%;}
  .col-lg-10{width:83.33%;}
  .col-lg-12{width:100.00%;}

  /* Padding Style */
  .pt-lg-0,.py-lg-0{padding-top:0px;}
  .pt-lg-5,.py-lg-5{padding-top:5px;}
  .pt-lg-10,.py-lg-10{padding-top:10px;}
  .pt-lg-15,.py-lg-15{padding-top:15px;}
  .pt-lg-20,.py-lg-20{padding-top:20px;}
  .pt-lg-25,.py-lg-25{padding-top:25px;}
  .pt-lg-30,.py-lg-30{padding-top:30px;}
  .pt-lg-35,.py-lg-35{padding-top:35px;}
  .pt-lg-40,.py-lg-40{padding-top:40px;}
  .pt-lg-45,.py-lg-45{padding-top:45px;}
  .pt-lg-50,.py-lg-50{padding-top:50px;}
  .pt-lg-55,.py-lg-55{padding-top:55px;}
  .pt-lg-60,.py-lg-60{padding-top:60px;}
  .pt-lg-65,.py-lg-65{padding-top:65px;}
  .pt-lg-70,.py-lg-70{padding-top:70px;}
  .pt-lg-75,.py-lg-75{padding-top:75px;}
  .pt-lg-80,.py-lg-80{padding-top:80px;}
  .pt-lg-85,.py-lg-85{padding-top:85px;}
  .pt-lg-90,.py-lg-90{padding-top:90px;}
  .pt-lg-95,.py-lg-95{padding-top:95px;}
  .pt-lg-100,.py-lg-100{padding-top:100px;}
  
  .pb-lg-0,.py-lg-0{padding-bottom:0px;}
  .pb-lg-5,.py-lg-5{padding-bottom:5px;}
  .pb-lg-10,.py-lg-10{padding-bottom:10px;}
  .pb-lg-15,.py-lg-15{padding-bottom:15px;}
  .pb-lg-20,.py-lg-20{padding-bottom:20px;}
  .pb-lg-25,.py-lg-25{padding-bottom:25px;}
  .pb-lg-30,.py-lg-30{padding-bottom:30px;}
  .pb-lg-35,.py-lg-35{padding-bottom:35px;}
  .pb-lg-40,.py-lg-40{padding-bottom:40px;}
  .pb-lg-45,.py-lg-45{padding-bottom:45px;}
  .pb-lg-50,.py-lg-50{padding-bottom:50px;}
  .pb-lg-55,.py-lg-55{padding-bottom:55px;}
  .pb-lg-60,.py-lg-60{padding-bottom:60px;}
  .pb-lg-65,.py-lg-65{padding-bottom:65px;}
  .pb-lg-70,.py-lg-70{padding-bottom:70px;}
  .pb-lg-75,.py-lg-75{padding-bottom:75px;}
  .pb-lg-80,.py-lg-80{padding-bottom:80px;}
  .pb-lg-85,.py-lg-85{padding-bottom:85px;}
  .pb-lg-90,.py-lg-90{padding-bottom:90px;}
  .pb-lg-95,.py-lg-95{padding-bottom:95px;}
  .pb-lg-100,.py-lg-100{padding-bottom:100px;}
  
  .pl-lg-0,.px-lg-0{padding-left:0px;}
  .pl-lg-5,.px-lg-5{padding-left:5px;}
  .pl-lg-10,.px-lg-10{padding-left:10px;}
  .pl-lg-15,.px-lg-15{padding-left:15px;}
  .pl-lg-20,.px-lg-20{padding-left:20px;}
  .pl-lg-25,.px-lg-25{padding-left:25px;}
  .pl-lg-30,.px-lg-30{padding-left:30px;}
  .pl-lg-35,.px-lg-35{padding-left:35px;}
  .pl-lg-40,.px-lg-40{padding-left:40px;}
  .pl-lg-45,.px-lg-45{padding-left:45px;}
  .pl-lg-50,.px-lg-50{padding-left:50px;}
  .pl-lg-55,.px-lg-55{padding-left:55px;}
  .pl-lg-60,.px-lg-60{padding-left:60px;}
  .pl-lg-65,.px-lg-65{padding-left:65px;}
  .pl-lg-70,.px-lg-70{padding-left:70px;}
  .pl-lg-75,.px-lg-75{padding-left:75px;}
  .pl-lg-80,.px-lg-80{padding-left:80px;}
  .pl-lg-85,.px-lg-85{padding-left:85px;}
  .pl-lg-90,.px-lg-90{padding-left:90px;}
  .pl-lg-95,.px-lg-95{padding-left:95px;}
  .pl-lg-100,.px-lg-100{padding-left:100px;}
  
  .pr-lg-0,.px-lg-0{padding-right:0px;}
  .pr-lg-5,.px-lg-5{padding-right:5px;}
  .pr-lg-10,.px-lg-10{padding-right:10px;}
  .pr-lg-15,.px-lg-15{padding-right:15px;}
  .pr-lg-20,.px-lg-20{padding-right:20px;}
  .pr-lg-25,.px-lg-25{padding-right:25px;}
  .pr-lg-30,.px-lg-30{padding-right:30px;}
  .pr-lg-35,.px-lg-35{padding-right:35px;}
  .pr-lg-40,.px-lg-40{padding-right:40px;}
  .pr-lg-45,.px-lg-45{padding-right:45px;}
  .pr-lg-50,.px-lg-50{padding-right:50px;}
  .pr-lg-55,.px-lg-55{padding-right:55px;}
  .pr-lg-60,.px-lg-60{padding-right:60px;}
  .pr-lg-65,.px-lg-65{padding-right:65px;}
  .pr-lg-70,.px-lg-70{padding-right:70px;}
  .pr-lg-75,.px-lg-75{padding-right:75px;}
  .pr-lg-80,.px-lg-80{padding-right:80px;}
  .pr-lg-85,.px-lg-85{padding-right:85px;}
  .pr-lg-90,.px-lg-90{padding-right:90px;}
  .pr-lg-95,.px-lg-95{padding-right:95px;}
  .pr-lg-100,.px-lg-100{padding-right:100px;}
}

@media screen and (min-width: 1200px) {
  .body-container--power_hour_lp h1,
.body-container--power_hour_lp .h1 { font-size: 129px; line-height: 0.92; }
}

@media screen and (max-width: 767px) {
  .body-container--power_hour_lp p br { display: none; }
}
button,
.button,
.hs-button {
  cursor: pointer;
  display: inline-block;
  text-align: center;
  transition: all 0.25s linear;
  white-space: normal;
}

button:disabled,
.button:disabled,
.hs-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: 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: block;
  font-size: 15px;
  padding: 10px;
  width: 100%;
  border-width: 0 0 1px 0 !important;
}

form input[type=text]:focus,
form input[type=search]:focus,
form input[type=email]:focus,
form input[type=password]:focus,
form input[type=tel]:focus,
form input[type=number]:focus,
form input[type=file]:focus,
form select:focus,
form textarea:focus {
  outline: 0;
}

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


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

/* Navigation skipper */

.overflow__hidden {
  overflow: hidden;
}
.header__skip {
  height: 1px;
  left: -1000px;
  overflow: hidden;
  position: absolute;
  text-align: left;
  top: -1000px;
  width: 1px;
}

.header__skip:hover,
.header__skip:focus,
.header__skip:active {
  height: auto;
  left: 0;
  overflow: visible;
  top: 0;
  width: auto;
}
.ssd-header__container.content-wrapper {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  max-width: 96% !important;
}
.ssd-header {
  left: 0;
  position: fixed;
  right: 0;
  top: 0;
  padding-top: 20px;
  z-index: 99;
}
.home .spd-header__large-home-logo {
  display: block;
  left: -440px;
  position: absolute;
  top: 45%;
}
.ssd-header__menus {
  display: none;
}
.home .ssd-header__logo {
  opacity: 0;
}
.spd-header__large-home-logo {
  display: none;
}
@media screen and (max-width: 1149px) {
  .ssd-header__menus {
    background-color: #ff674e;
    bottom: 0;
    display: block;
    height: 100%;
    left: 0;
    overflow-y: auto;
    padding: 140px 34px 35px;
    position: fixed;
    right: 0;
    top: 0;
    z-index: 99;
    opacity: 0;
    transition: all 0.4s linear;
    visibility: hidden;
  }
  .ssd-header__menu-open .ssd-header__menus {
    opacity: 1;
    visibility: visible;
  }
  .home .ssd-header__menu-open .ssd-header__logo {
    opacity: 1;
    z-index: 999;
  }
  .ssd-header__menu-list {
    flex-direction: column;
  }
  .home .spd-header__large-home-logo {
    display: none;
  }
  .ssd-header__toggle {
    position: absolute;
    width: 25px;
    height: 25px;
    top: 40px;
    right: 22px;
    transition-duration: 0.5s;
    z-index: 999;
    pointer-events: all;
  }
  .ssd-header__toggle-inner {
    transition-duration: 0.5s;
    position: absolute;
    height: 1px;
    width: 25px;
    top: 0;
    background-color: #0A000F;
    cursor: pointer;
  }
  .ssd-header__toggle-inner::before {
    transition-duration: 0.5s;
    position: absolute;
    width: 25px;
    height: 1px;
    background-color: #0A000F;
    content: '';
    top: -10px;
  }
  .ssd-header__toggle-inner::after {
    transition-duration: 0.5s;
    position: absolute;
    width: 25px;
    height: 1px;
    background-color: #0A000F;
    content: '';
    top: 10px;
  }
  .ssd-header__menu-open .ssd-header__toggle-inner {
    background-color: transparent;
    transition-duration: 0.5s;
  }
  .ssd-header__menu-open .ssd-header__toggle-inner::before {
    transform: rotate(45deg) scaleX(1.25) translate(2px,13px);
  }
  .ssd-header__menu-open .ssd-header__toggle-inner::after {
    transform: rotate(-45deg) scaleX(1.25) translate(0,-13px);
  }
}
@media screen and (min-width: 1150px) {
  .spd-header-animation .ssd-header {
    pointer-events: none;
  }
  .spd-header__large-home-logo {
    transition: transform .5s cubic-bezier(.48,0,.12,1), opacity .5s cubic-bezier(.48,0,.12,1),visibility .5s cubic-bezier(.48,0,.12,1);
  }
  .home-megamenu-anime .spd-header__large-home-logo {
    opacity: 0;
    transform: translateX(-80px);
    transition-delay: 0s;
    visibility: hidden;
  }
  .ssd-header__toggle {
    display: none;
  }
  .ssd-header__menus {
    border-bottom: 1px solid #000;
    display: block;
    flex: 0 0 calc(100% - 185px);
    max-width: calc(100% - 185px);
    visibility: visible;
    opacity: 1;
    transition: transform .5s cubic-bezier(.48,0,.12,1),opacity .5s cubic-bezier(.48,0,.12,1),visibility .5s cubic-bezier(.48,0,.12,1);
    transition-delay: .2s;
  }
  .spd-header-animation .ssd-header__menus,
  .home-megamenu-anime .ssd-header__menus {
    transform: translateX(45px);
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    transition-delay: 0s;
  }
  .home .ssd-header__container.content-wrapper {
    border-bottom: 1px solid #000;
    padding-bottom: 60px;
  }
  .home .ssd-header__menus {
    border-color: transparent;
  }
  body.home.home-megamenu-anime .ssd-header__menus {
    border-color: #000000;
    transition: border-color .5s cubic-bezier(.48,0,.12,1), transform .5s cubic-bezier(.48,0,.12,1),opacity .5s cubic-bezier(.48,0,.12,1),visibility .5s cubic-bezier(.48,0,.12,1);
    transition-duration: 2s;
  }
  .home .ssd-header__menus .ssd-header__menu-list .menu__submenu {
    opacity: 1;
    visibility: visible;
    position: static;
    transform: none;
  }
  .home.home-megamenu-anime .ssd-header__container.content-wrapper {
    border-bottom: none;
    padding-bottom: 0;
  }
  .home.home-megamenu-anime .ssd-header__menus .ssd-header__menu-list .menu__submenu {
    position: absolute;
    transform: translateY(-40px);
    opacity: 0;
    visibility: hidden;
    transition-delay: 0s;
  }
}
@media only screen and (max-width: 1450px) and (min-width: 1150px)  {
  .home .ssd-header__container.content-wrapper {
    padding-bottom: 130px;
  }
  .home .spd-header__large-home-logo {
    top: 55%;
  }
}
@media screen and (min-width: 1450px) {
  .ssd-header__menus-inner {
    max-width: 80%;
    margin-right: 0;
    margin-left: auto;
  }
}
.spd-recent-deals__row {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -15px;
}
.spd-recent-deals__heading {
  font-size: 64px;
  letter-spacing: -1.28px;
  max-width: 484px;
  line-height: 60px;
  margin-left: -26px;
  font-weight: 400;
}
.spd-recent-deals__left-col {
  display: flex;
  gap: 0 17px;
  margin-top: 20px;
  margin-bottom: 40px;
  max-width: 100%;
  flex: 0 0 100%;
  padding: 0 15px;
}
.spd-recent-deals__right-col {
  flex: 0 0 100%;
  max-width: 100%;
  padding: 0 15px;
}
.spd-recent-deals__post {
  border-top: 1px solid #000000;
  margin-top: 20px;
  max-width: 100%;
  padding-bottom: 20px;
}
.spd-recent-deals__post:last-child {
  border-bottom: 1px solid #000000;
}
.spd-recent-deals__post-card {
  padding-top: 40px;
  height: 100%;
  position: relative;
  z-index: 1;
}
.spd-recent-deals__content .button {
  position: absolute;
  bottom: 0;
  left: 0;
}
.spd-recent-deals__content {
  height: 100%;
  position: relative;
  padding-bottom: 40px;
}
.spd-recent-deals__content h3 {
  font-size: 26px;
  line-height: 38px;
}
.spd-recent-deals__content a {
  color: #000000;
}
.spd-recent-deals__post-date {
  font-size: 15px;
  margin-bottom: 15px;
  text-transform: uppercase;
  letter-spacing: 0.9px;
}
.spd-recent-deals__content:after {
  background-color: rgba(0,50,64,.05);
  bottom: -40px;
  content: "";
  left: -10px;
  opacity: 0;
  position: absolute;
  right: -10px;
  top: 30px;
  width: 90%;
  transition: all .3s linear;
  visibility: hidden;
  z-index: -1;
}
.spd-recent-deals__post:hover .spd-recent-deals__content:after {
  opacity: 1;
  transform: translateZ(0);
  visibility: visible;
  width: calc(100% + 20px);
}
.spd-recent-deals__post:hover .button {
  background-color: #000;
  color: #FFFFFF;
}
.spd-recent-deals__post-link {
  position: absolute;
  inset: 0;
}
.spd-recent-deals__left-col .button {
  border-color: #FFFFFF;
  color: #FFFFFF;
}
@media screen and (max-width: 1150px) {
  .dnd-section > .row-fluid,
  .content-wrapper{
    max-width: 100% !important;
  }
}
@media screen and (min-width: 992px) {
  .spd-recent-deals__post-card {
    padding-top: 80px;
  }
  .body-container--blog-post .spd-recent-deals__heading {
    margin-left: -28px;
  }
  .spd-recent-deals__button-wrap {
    margin-bottom: 22px;
  }
  .spd-recent-deals__left-col {
    max-width: 20%;
    flex: 0 0 20%;
    display: block;
    margin: 0;
  }
  .spd-recent-deals__right-col {
    flex: 0 0 80%;
    max-width: 80%;
    display: flex;
    flex-wrap: wrap;
  }
  .spd-recent-deals__post {
    flex: 0 0 calc(33.333% - 20px);
    margin-left: 20px;
    margin-top: 20px;
    max-width: calc(33.333% - 20px);
    border-bottom: 1px solid #000;
  }
}
@media screen and (min-width: 768px) {
  .spd-recent-deals__heading {
    margin-left: -41px;
    max-width: 404px;
  }
}
@media only screen and (max-width: 1450px) and (min-width: 992px)  {
  .footer__logo {
    width: 290px;
  }
}

@media screen and (min-width: 1450px) {
  .spd-recent-deals__heading {
    font-size: 129px;
    letter-spacing: -2.59px;
    max-width: 484px;
    line-height: 120px;
    margin-left: -44px;
  }
}
/* 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%;
}
/* .dnd-section>.row-fluid,
.content-wrapper{
  max-width: 90% !important;
} */

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