/* ==========================================================================
EXTERNAL RESOURCES
========================================================================== */
/* =============== @import, @font-face, and CSS File Includes =============== */
@import url("https://cdnjs.cloudflare.com/ajax/libs/font-awesome/5.15.2/css/all.min.css");
@import url("//fonts.googleapis.com/css?family=Open+Sans:400");
@import url("https://fonts.googleapis.com/css2?family=Oswald&display=swap");
/* EX: @import url('http://example.com/example_style.css'); */
/* Gotham Extra Light */
@font-face {
  font-family: "Gotham";
  src: url("https://www.pixelle.com/hubfs/_licensedFonts/GothamSSm-XLight_Web.woff2") format("woff2"), url("https://www.pixelle.com/hubfs/_licensedFonts/GothamSSm-XLight_Web.woff") format("woff");
  font-weight: 200;
  font-style: normal;
}
/* Gotham Extra Light Italic */
@font-face {
  font-family: "Gotham";
  src: url("https://www.pixelle.com/hubfs/_licensedFonts/GothamSSm-XLightItalic_Web.woff2") format("woff2"), url("https://www.pixelle.com/hubfs/_licensedFonts/GothamSSm-XLightItalic_Web.woff") format("woff");
  font-weight: 200;
  font-style: italic;
}
/* Gotham Light */
@font-face {
  font-family: "Gotham";
  src: url("https://www.pixelle.com/hubfs/_licensedFonts/GothamSSm-Light_Web.woff2") format("woff2"), url("https://www.pixelle.com/hubfs/_licensedFonts/GothamSSm-Light_Web.woff") format("woff");
  font-weight: 300;
  font-style: normal;
}
/* Gotham Light Italic */
@font-face {
  font-family: "Gotham";
  src: url("https://www.pixelle.com/hubfs/_licensedFonts/GothamSSm-LightItalic_Web.woff2") format("woff2"), url("https://www.pixelle.com/hubfs/_licensedFonts/GothamSSm-LightItalic_Web.woff") format("woff");
  font-weight: 300;
  font-style: italic;
}
/* Gotham Book */
@font-face {
  font-family: "Gotham";
  src: url("https://www.pixelle.com/hubfs/_licensedFonts/GothamSSm-Book_Web.woff2") format("woff2"), url("https://www.pixelle.com/hubfs/_licensedFonts/GothamSSm-Book_Web.woff") format("woff");
  font-weight: 400;
  font-style: normal;
}
/* Gotham Book Italic */
@font-face {
  font-family: "Gotham";
  src: url("https://www.pixelle.com/hubfs/_licensedFonts/GothamSSm-BookItalic_Web.woff2") format("woff2"), url("https://www.pixelle.com/hubfs/_licensedFonts/GothamSSm-BookItalic_Web.woff") format("woff");
  font-weight: 400;
  font-style: italic;
}
/* Gotham Medium */
@font-face {
  font-family: "Gotham";
  src: url("https://www.pixelle.com/hubfs/_licensedFonts/GothamSSm-Medium_Web.woff2") format("woff2"), url("https://www.pixelle.com/hubfs/_licensedFonts/GothamSSm-Medium_Web.woff") format("woff");
  font-weight: 500;
  font-style: normal;
}
/* Gotham Medium Italic */
@font-face {
  font-family: "Gotham";
  src: url("https://www.pixelle.com/hubfs/_licensedFonts/GothamSSm-MediumItalic_Web.woff2") format("woff2"), url("https://www.pixelle.com/hubfs/_licensedFonts/GothamSSm-MediumItalic_Web.woff") format("woff");
  font-weight: 500;
  font-style: italic;
}
/* Gotham Bold */
@font-face {
  font-family: "Gotham";
  src: url("https://www.pixelle.com/hubfs/_licensedFonts/GothamSSm-Bold_Web.woff2") format("woff2"), url("https://www.pixelle.com/hubfs/_licensedFonts/GothamSSm-Bold_Web.woff") format("woff");
  font-weight: 700;
  font-style: normal;
}
/* Gotham Bold Italic */
@font-face {
  font-family: "Gotham";
  src: url("https://www.pixelle.com/hubfs/_licensedFonts/GothamSSm-BoldItalic_Web.woff2") format("woff2"), url("https://www.pixelle.com/hubfs/_licensedFonts/GothamSSm-BoldItalic_Web.woff") format("woff");
  font-weight: 700;
  font-style: italic;
}
/* Gotham Black */
@font-face {
  font-family: "Gotham";
  src: url("https://www.pixelle.com/hubfs/_licensedFonts/GothamSSm-Black_Web.woff2") format("woff2"), url("https://www.pixelle.com/hubfs/_licensedFonts/GothamSSm-Black_Web.woff") format("woff");
  font-weight: 800;
  font-style: normal;
}
/* Gotham Black Italic */
@font-face {
  font-family: "Gotham";
  src: url("https://www.pixelle.com/hubfs/_licensedFonts/GothamSSm-BlackItalic_Web.woff2") format("woff2"), url("https://www.pixelle.com/hubfs/_licensedFonts/GothamSSm-BlackItalic_Web.woff") format("woff");
  font-weight: 800;
  font-style: italic;
}


/* ==========================================================================
Variables
========================================================================== */

/*:root {*/
/*  --margined-area: 1200px;*/
/*}*/


/* Colors */
/* Pixelle Brand Colors */







/* Pixelle Brand Colors - Dark Tints */







/* Pixelle Brand Colors - Light Tints */





/* Omnilux Brand Colors */







/* Additional Color Variables */











/* Typography */

  /* based on 10px */


/* Containers */





/* Styles */




/* ==========================================================================
Macros
========================================================================== */


/* @import url('http://example.com/example_style.css'); */
/**
* CSS @imports must be at the top of the file.
* Add them above this section.
*/
/* ==========================================================================
HS COS Boilerplate v1.5.0
========================================================================== */
/*/* ==========================================================================
EXTERNAL RESOURCES
========================================================================== */
/* =============== @import, @font-face, and CSS File Includes =============== */
@import url("https://cdnjs.cloudflare.com/ajax/libs/font-awesome/5.15.2/css/all.min.css");
@import url("//fonts.googleapis.com/css?family=Open+Sans:400");
@import url("https://fonts.googleapis.com/css2?family=Oswald&display=swap");
/* EX: @import url('http://example.com/example_style.css'); */
/* Gotham Extra Light */
@font-face {
  font-family: "Gotham";
  src: url("https://www.pixelle.com/hubfs/_licensedFonts/GothamSSm-XLight_Web.woff2") format("woff2"), url("https://www.pixelle.com/hubfs/_licensedFonts/GothamSSm-XLight_Web.woff") format("woff");
  font-weight: 200;
  font-style: normal;
}
/* Gotham Extra Light Italic */
@font-face {
  font-family: "Gotham";
  src: url("https://www.pixelle.com/hubfs/_licensedFonts/GothamSSm-XLightItalic_Web.woff2") format("woff2"), url("https://www.pixelle.com/hubfs/_licensedFonts/GothamSSm-XLightItalic_Web.woff") format("woff");
  font-weight: 200;
  font-style: italic;
}
/* Gotham Light */
@font-face {
  font-family: "Gotham";
  src: url("https://www.pixelle.com/hubfs/_licensedFonts/GothamSSm-Light_Web.woff2") format("woff2"), url("https://www.pixelle.com/hubfs/_licensedFonts/GothamSSm-Light_Web.woff") format("woff");
  font-weight: 300;
  font-style: normal;
}
/* Gotham Light Italic */
@font-face {
  font-family: "Gotham";
  src: url("https://www.pixelle.com/hubfs/_licensedFonts/GothamSSm-LightItalic_Web.woff2") format("woff2"), url("https://www.pixelle.com/hubfs/_licensedFonts/GothamSSm-LightItalic_Web.woff") format("woff");
  font-weight: 300;
  font-style: italic;
}
/* Gotham Book */
@font-face {
  font-family: "Gotham";
  src: url("https://www.pixelle.com/hubfs/_licensedFonts/GothamSSm-Book_Web.woff2") format("woff2"), url("https://www.pixelle.com/hubfs/_licensedFonts/GothamSSm-Book_Web.woff") format("woff");
  font-weight: 400;
  font-style: normal;
}
/* Gotham Book Italic */
@font-face {
  font-family: "Gotham";
  src: url("https://www.pixelle.com/hubfs/_licensedFonts/GothamSSm-BookItalic_Web.woff2") format("woff2"), url("https://www.pixelle.com/hubfs/_licensedFonts/GothamSSm-BookItalic_Web.woff") format("woff");
  font-weight: 400;
  font-style: italic;
}
/* Gotham Medium */
@font-face {
  font-family: "Gotham";
  src: url("https://www.pixelle.com/hubfs/_licensedFonts/GothamSSm-Medium_Web.woff2") format("woff2"), url("https://www.pixelle.com/hubfs/_licensedFonts/GothamSSm-Medium_Web.woff") format("woff");
  font-weight: 500;
  font-style: normal;
}
/* Gotham Medium Italic */
@font-face {
  font-family: "Gotham";
  src: url("https://www.pixelle.com/hubfs/_licensedFonts/GothamSSm-MediumItalic_Web.woff2") format("woff2"), url("https://www.pixelle.com/hubfs/_licensedFonts/GothamSSm-MediumItalic_Web.woff") format("woff");
  font-weight: 500;
  font-style: italic;
}
/* Gotham Bold */
@font-face {
  font-family: "Gotham";
  src: url("https://www.pixelle.com/hubfs/_licensedFonts/GothamSSm-Bold_Web.woff2") format("woff2"), url("https://www.pixelle.com/hubfs/_licensedFonts/GothamSSm-Bold_Web.woff") format("woff");
  font-weight: 700;
  font-style: normal;
}
/* Gotham Bold Italic */
@font-face {
  font-family: "Gotham";
  src: url("https://www.pixelle.com/hubfs/_licensedFonts/GothamSSm-BoldItalic_Web.woff2") format("woff2"), url("https://www.pixelle.com/hubfs/_licensedFonts/GothamSSm-BoldItalic_Web.woff") format("woff");
  font-weight: 700;
  font-style: italic;
}
/* Gotham Black */
@font-face {
  font-family: "Gotham";
  src: url("https://www.pixelle.com/hubfs/_licensedFonts/GothamSSm-Black_Web.woff2") format("woff2"), url("https://www.pixelle.com/hubfs/_licensedFonts/GothamSSm-Black_Web.woff") format("woff");
  font-weight: 800;
  font-style: normal;
}
/* Gotham Black Italic */
@font-face {
  font-family: "Gotham";
  src: url("https://www.pixelle.com/hubfs/_licensedFonts/GothamSSm-BlackItalic_Web.woff2") format("woff2"), url("https://www.pixelle.com/hubfs/_licensedFonts/GothamSSm-BlackItalic_Web.woff") format("woff");
  font-weight: 800;
  font-style: italic;
}


/* ==========================================================================
Variables
========================================================================== */

/*:root {*/
/*  --margined-area: 1200px;*/
/*}*/


/* Colors */
/* Pixelle Brand Colors */







/* Pixelle Brand Colors - Dark Tints */







/* Pixelle Brand Colors - Light Tints */





/* Omnilux Brand Colors */







/* Additional Color Variables */











/* Typography */

  /* based on 10px */


/* Containers */





/* Styles */




/* ==========================================================================
Macros
========================================================================== */

*/
/* These includes are optional, but helpful. */
/**/
/* ==========================================================================
BASE STYLES
========================================================================== */
/* ==========================================================================
Base
========================================================================== */
/**
* Box Sizing
*
* Applies a natural box layout model to all elements so that width and padding
* are essentially combined, making responsive styles easier to manage.
*/
*, *:before, *:after {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

/**
* Reset
*
* Remove automatic browser styles
*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

html, body {
  min-height: 100%;
}

html {
  font-size: 62.5%;
}

/* Website background color and default font styles */
body {
  background: #ffffff;
  color: #303133;
  font-family: Gotham, Open-Sans, sans-serif;
  font-size: 1.6rem;
  line-height: 1.5;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  overflow-x: hidden;
}
body.light-blue {
  background-color: #ebf1f8;
}
body.light-gradient {
  background: linear-gradient(225deg, #F7F8F8 0%, #FFFFFF 100%);
}

a {
  color: inherit;
  text-decoration: none;
}
a:hover, a:focus {
  color: #0f99d6;
  text-decoration: underline;
}
a.btn:hover {
  text-decoration: none;
}

hr {
  color: #cccccc;
  background-color: #cccccc;
  height: 1px;
  border: none;
}

button {
  font-family: Gotham, Open-Sans, sans-serif;
}

/* Highlighted Text */
::-moz-selection {
  color: #ffffff;
  background: #0f99d6;
  text-shadow: none;
}

::selection {
  color: #ffffff;
  background: #0f99d6;
  text-shadow: none;
}

/* Corrects width issues in table elements created via the wysiwyg editor */
table tr td img {
  max-width: initial;
}

/* ==========================================================================
Typography
========================================================================== */
/* Basic text */
strong {
  font-weight: 700;
}

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

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

/* Headings */
/* Lists */
.h1 {
  font-size: 2rem;
  line-height: 3rem;
  font-weight: 700;
  text-transform: uppercase;
}

.h2 {
  font-size: 5.2rem;
  line-height: 6rem;
  letter-spacing: -0.3px;
  font-weight: 200;
}

.h3 {
  font-size: 4rem;
  line-height: 4.8rem;
  letter-spacing: -0.33px;
  font-weight: 400;
}

.h4 {
  font-size: 3.2rem;
  line-height: 4.6rem;
  letter-spacing: -0.3px;
  font-weight: 400;
}

.h5 {
  font-size: 2.6rem;
  line-height: 3rem;
  letter-spacing: -0.3px;
  font-weight: 400;
}

.h6 {
  font-size: 2.2rem;
  line-height: 2.8rem;
  letter-spacing: -0.3px;
  font-weight: 400;
}

.h7 {
  font-size: 2rem;
  line-height: 2.2rem;
  font-weight: 700;
}

.h8 {
  font-size: 1.8rem;
  line-height: 2.2rem;
  font-weight: 500;
}

@media screen and (max-width: 1023px) {
  .h1 {
    font-size: 1.8rem;
  }
  .h2 {
    font-size: 4rem;
    line-height: 4.6rem;
    letter-spacing: -0.32px;
  }
  .h3 {
    font-size: 3.2rem;
    line-height: 4rem;
    letter-spacing: -0.3px;
  }
  .h4 {
    font-size: 2.6rem;
    line-height: 3.4rem;
  }
  .h5 {
    font-size: 2.2rem;
    line-height: 2.8rem;
  }
  .h6 {
    font-size: 1.8rem;
    line-height: 2.4rem;
  }
  .h7 {
    font-size: 1.8rem;
  }
  .h8 {
    font-size: 1.6rem;
  }
}
@media screen and (max-width: 767px) {
  .h1 {
    font-size: 1.6rem;
  }
  .h2 {
    font-size: 2.6rem;
    line-height: 3.2rem;
    letter-spacing: -0.3px;
  }
  .h3 {
    font-size: 2.2rem;
    line-height: 3rem;
  }
  .h4 {
    font-size: 2rem;
    line-height: 2.8rem;
    letter-spacing: -0.25px;
  }
  .h5 {
    font-size: 1.8rem;
    line-height: 2.2rem;
  }
  .h6 {
    font-size: 1.6rem;
    line-height: 2.4rem;
  }
  .h7 {
    font-size: 1.6rem;
  }
  .h8 {
    font-weight: 700;
  }
}
/* ==========================================================================
Forms
========================================================================== */
form h4 {
  font-size: 1.4rem;
  font-weight: 700;
}
form hr.section-divider {
  height: 0.2rem;
  color: #eceef0;
  background-color: #eceef0;
}

input {
  font-family: Gotham, Open-Sans, sans-serif;
  min-width: 200px;
}

.legal-consent-container p {
  font-size: 1.4rem !important;
  line-height: 1.7rem !important;
  letter-spacing: 0.12px !important;
  color: #616470 !important;
  padding: 1.7rem 0;
}

.hs-form-field {
  margin: 2rem 0;
}
.hs-form-field:first-of-type {
  margin-top: 0;
}
.hs-form-field:last-of-type {
  margin-bottom: 0;
}

.hs-input {
  box-sizing: border-box;
  width: 100%;
  border-radius: 0.1rem;
  padding: 0.8rem 1.5rem;
  border: 1px solid ;
}
.hs-input::placeholder {
  color: #303133;
  -ms-text-overflow: ellipsis;
  text-overflow: ellipsis;
}

.hs-form-checkbox input {
  min-width: unset;
  width: unset;
  margin-left: 0;
  margin-right: 1rem;
}

textarea.hs-input {
  resize: none;
}

select.hs-input {
  font-size: 1.4rem;
  font-weight: 400;
  line-height: 2rem;
  display: block;
  box-sizing: border-box;
  width: 100%;
  max-width: 100%;
  margin: 0;
  padding: 0.6em 0.8em 0.5em 0.8em;
  letter-spacing: 0.12px;
  color: #303133;
  border: 1px solid ;
  border-radius: 1px;
  background-color: #ffffff;
  background-image: url "data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='292.4' height='292.4'%3E%3Cpath fill='%23%23212B36' d='M287 69.4a17.6 17.6 0 0 0-13-5.4H18.4c-5 0-9.3 1.8-12.9 5.4A17.6 17.6 0 0 0 0 82.2c0 5 1.8 9.3 5.4 12.9l128 127.9c3.6 3.6 7.8 5.4 12.8 5.4s9.2-1.8 12.8-5.4L287 95c3.5-3.5 5.4-7.8 5.4-12.8 0-5-1.9-9.2-5.5-12.8z'/%3E%3C/svg%3E", linear-gradient to bottom, #ffffff 0%, #ffffff 100%;
  background-repeat: no-repeat, repeat;
  background-position: right 0.7em top 50%, 0 0;
  background-size: 0.65em auto, 100%;
  box-shadow: 0 1px 0 1px rgba(0, 0, 0, 0.04);
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
}
select.hs-input::-ms-expand {
  display: none;
}
select.hs-input:hover {
  border-color: #888888;
}
select.hs-input:focus {
  border-color: #aaaaaa;
  box-shadow: 0 0 1px 3px rgba(59, 153, 252, 0.7);
  box-shadow: 0 0 0 3px -moz-mac-focusring;
  color: #222222;
  outline: none;
}
select.hs-input option {
  font-weight: normal;
}
/* ==========================================================================
EXTERNAL RESOURCES
========================================================================== */
/* =============== @import, @font-face, and CSS File Includes =============== */
@import url("https://cdnjs.cloudflare.com/ajax/libs/font-awesome/5.15.2/css/all.min.css");
@import url("//fonts.googleapis.com/css?family=Open+Sans:400");
@import url("https://fonts.googleapis.com/css2?family=Oswald&display=swap");
/* EX: @import url('http://example.com/example_style.css'); */
/* Gotham Extra Light */
@font-face {
  font-family: "Gotham";
  src: url("https://www.pixelle.com/hubfs/_licensedFonts/GothamSSm-XLight_Web.woff2") format("woff2"), url("https://www.pixelle.com/hubfs/_licensedFonts/GothamSSm-XLight_Web.woff") format("woff");
  font-weight: 200;
  font-style: normal;
}
/* Gotham Extra Light Italic */
@font-face {
  font-family: "Gotham";
  src: url("https://www.pixelle.com/hubfs/_licensedFonts/GothamSSm-XLightItalic_Web.woff2") format("woff2"), url("https://www.pixelle.com/hubfs/_licensedFonts/GothamSSm-XLightItalic_Web.woff") format("woff");
  font-weight: 200;
  font-style: italic;
}
/* Gotham Light */
@font-face {
  font-family: "Gotham";
  src: url("https://www.pixelle.com/hubfs/_licensedFonts/GothamSSm-Light_Web.woff2") format("woff2"), url("https://www.pixelle.com/hubfs/_licensedFonts/GothamSSm-Light_Web.woff") format("woff");
  font-weight: 300;
  font-style: normal;
}
/* Gotham Light Italic */
@font-face {
  font-family: "Gotham";
  src: url("https://www.pixelle.com/hubfs/_licensedFonts/GothamSSm-LightItalic_Web.woff2") format("woff2"), url("https://www.pixelle.com/hubfs/_licensedFonts/GothamSSm-LightItalic_Web.woff") format("woff");
  font-weight: 300;
  font-style: italic;
}
/* Gotham Book */
@font-face {
  font-family: "Gotham";
  src: url("https://www.pixelle.com/hubfs/_licensedFonts/GothamSSm-Book_Web.woff2") format("woff2"), url("https://www.pixelle.com/hubfs/_licensedFonts/GothamSSm-Book_Web.woff") format("woff");
  font-weight: 400;
  font-style: normal;
}
/* Gotham Book Italic */
@font-face {
  font-family: "Gotham";
  src: url("https://www.pixelle.com/hubfs/_licensedFonts/GothamSSm-BookItalic_Web.woff2") format("woff2"), url("https://www.pixelle.com/hubfs/_licensedFonts/GothamSSm-BookItalic_Web.woff") format("woff");
  font-weight: 400;
  font-style: italic;
}
/* Gotham Medium */
@font-face {
  font-family: "Gotham";
  src: url("https://www.pixelle.com/hubfs/_licensedFonts/GothamSSm-Medium_Web.woff2") format("woff2"), url("https://www.pixelle.com/hubfs/_licensedFonts/GothamSSm-Medium_Web.woff") format("woff");
  font-weight: 500;
  font-style: normal;
}
/* Gotham Medium Italic */
@font-face {
  font-family: "Gotham";
  src: url("https://www.pixelle.com/hubfs/_licensedFonts/GothamSSm-MediumItalic_Web.woff2") format("woff2"), url("https://www.pixelle.com/hubfs/_licensedFonts/GothamSSm-MediumItalic_Web.woff") format("woff");
  font-weight: 500;
  font-style: italic;
}
/* Gotham Bold */
@font-face {
  font-family: "Gotham";
  src: url("https://www.pixelle.com/hubfs/_licensedFonts/GothamSSm-Bold_Web.woff2") format("woff2"), url("https://www.pixelle.com/hubfs/_licensedFonts/GothamSSm-Bold_Web.woff") format("woff");
  font-weight: 700;
  font-style: normal;
}
/* Gotham Bold Italic */
@font-face {
  font-family: "Gotham";
  src: url("https://www.pixelle.com/hubfs/_licensedFonts/GothamSSm-BoldItalic_Web.woff2") format("woff2"), url("https://www.pixelle.com/hubfs/_licensedFonts/GothamSSm-BoldItalic_Web.woff") format("woff");
  font-weight: 700;
  font-style: italic;
}
/* Gotham Black */
@font-face {
  font-family: "Gotham";
  src: url("https://www.pixelle.com/hubfs/_licensedFonts/GothamSSm-Black_Web.woff2") format("woff2"), url("https://www.pixelle.com/hubfs/_licensedFonts/GothamSSm-Black_Web.woff") format("woff");
  font-weight: 800;
  font-style: normal;
}
/* Gotham Black Italic */
@font-face {
  font-family: "Gotham";
  src: url("https://www.pixelle.com/hubfs/_licensedFonts/GothamSSm-BlackItalic_Web.woff2") format("woff2"), url("https://www.pixelle.com/hubfs/_licensedFonts/GothamSSm-BlackItalic_Web.woff") format("woff");
  font-weight: 800;
  font-style: italic;
}


/* ==========================================================================
Variables
========================================================================== */

/*:root {*/
/*  --margined-area: 1200px;*/
/*}*/


/* Colors */
/* Pixelle Brand Colors */







/* Pixelle Brand Colors - Dark Tints */







/* Pixelle Brand Colors - Light Tints */





/* Omnilux Brand Colors */







/* Additional Color Variables */











/* Typography */

  /* based on 10px */


/* Containers */





/* Styles */




/* ==========================================================================
Macros
========================================================================== */


/* ==========================================================================
STRUCTURE
========================================================================== */
/* ==========================================================================
Structure
========================================================================== */
.dev-outline {
  outline: 1px solid red;
}

.margined {
  display: flex;
  width: 100%;
  max-width: 120rem;
  margin-right: auto;
  margin-left: auto;
}

.inset {
  display: flex;
}

@media screen and (max-width: 1199px) {
  .margined {
    width: calc(100% - 4rem);
  }
}
@media screen and (max-width: 1023px) {
  .margined {
    width: calc(100% - 4rem);
  }
}
@media screen and (max-width: 767px) {
  .margined {
    width: calc(100% - 4rem);
  }
}
@charset "UTF-8";
/* ==========================================================================
   COMPONENTS
   ========================================================================== */
.module.light-blue {
  background: #ebf1f8;
}
.module.light-gradient {
  background: linear-gradient(225deg, #F7F8F8 0%, #FFFFFF 100%);
}
.module.white {
  background: #ffffff;
}

.btn {
  cursor: pointer;
  display: flex;
  justify-content: center;
  align-items: center;
  -webkit-border-radius: 50vh;
  -moz-border-radius: 50vh;
  border-radius: 50vh;
  text-decoration: none;
  border: none;
  text-transform: uppercase;
  line-height: 1em;
  white-space: nowrap;
}
.btn.primary {
  color: #ffffff;
  background: radial-gradient(circle at 100%, #56CBFF 0%, #0f99d6 100%);
  box-shadow: -1px 1px 6px 0 rgba(0, 0, 0, 0.14);
}
.btn.primary:hover {
  background: #0f99d6;
  box-shadow: 2px 2px 7px 0 rgba(0, 110, 161, 0.22);
}
.btn.primary.dark {
  color: #0f99d6;
  background: linear-gradient(180deg, #ffffff 0%, #e9e9e9 100%);
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.14);
}
.btn.primary.dark:hover {
  background: #ffffff;
  box-shadow: 2px 2px 7px 0 rgba(13, 30, 44, 0.67);
}
.btn.secondary {
  color: #0f99d6;
  border: 2px solid #0f99d6;
  background: #ffffff;
}
.btn.secondary:hover {
  box-shadow: 2px 2px 7px 0 rgba(0, 110, 161, 0.22);
}
.btn.secondary.dark {
  color: #ffffff;
  border: 2px solid #ffffff;
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.14);
}
.btn.secondary.dark:hover {
  box-shadow: 2px 2px 7px 0 rgba(13, 30, 44, 0.67);
}
.btn.orange {
  color: #ffffff;
  background: linear-gradient(225deg, #F58220 0%, #E69B26 100%, #5B89B4 100%);
  box-shadow: -1px 1px 6px 0 rgba(0, 0, 0, 0.14);
}
.btn.orange:hover {
  background: #f58220;
  box-shadow: 2px 2px 7px 0 rgba(0, 110, 161, 0.22);
}
.btn.red {
  color: #ffffff;
  background: linear-gradient(235.28deg, #EF2B38 0%, #BA1127 100%);
  box-shadow: -1px 1px 6px 0 rgba(0, 0, 0, 0.14);
}
.btn.red:hover {
  background: #ee3138;
  box-shadow: 2px 2px 7px 0 rgba(0, 110, 161, 0.22);
}
.btn.large {
  padding: 1.4rem 5.1rem;
  font-size: 1.6rem;
  font-weight: 700;
  letter-spacing: 0;
}
.btn.medium {
  padding: 1rem 3.6rem;
  font-size: 1.6rem;
  font-weight: 700;
  letter-spacing: 0;
}
.btn.small {
  padding: 0.3rem 2rem;
  font-size: 1.4rem;
  font-weight: 500;
  letter-spacing: -0.3px;
}

.select-wrapper {
  position: relative;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.select-wrapper:after {
  position: absolute;
  right: 0.8em;
  content: "";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  color: #303133;
  pointer-events: none;
}

.pagination {
  display: flex;
  justify-content: center;
  align-items: center;
}

.page {
  border: 0.5px solid #0f99d6;
  box-shadow: 0 4px 10px 0 rgba(122, 165, 186, 0.2);
  font-size: 1.4rem;
  line-height: 2rem;
  width: 3rem;
  height: 3rem;
  display: flex;
  justify-content: center;
  align-items: center;
}
.page:first-of-type {
  -webkit-border-radius: 4px 0 0 4px;
  -moz-border-radius: 4px 0 0 4px;
  border-radius: 4px 0 0 4px;
}
.page:last-of-type {
  -webkit-border-radius: 0 4px 4px 0;
  -moz-border-radius: 0 4px 4px 0;
  border-radius: 0 4px 4px 0;
}
.page.disabled:hover .page-link {
  color: inherit;
  cursor: default;
}
.page.active {
  color: #ffffff;
}
.page.active .page-link {
  background: radial-gradient(circle at 100%, #56CBFF 0%, #0f99d6 100%);
  cursor: default;
}
.page:hover .page-link {
  text-decoration: none;
  color: #0f99d6;
}

.page-link {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  color: inherit;
}
.page-link i {
  color: #0f99d6;
}

.link {
  cursor: pointer;
  font-size: 1.6rem;
  line-height: 1.8rem;
  letter-spacing: 1.33px;
  font-weight: 700;
  text-transform: uppercase;
  color: #303133;
}
.link:before, .link:after, .link .fas {
  color: #0f99d6;
}
.link:hover {
  color: #0f99d6;
}
.link:disabled {
  cursor: default;
  color: #b7bfc7;
}
.link:disabled:before, .link:disabled:after, .link:disabled .fas {
  color: #b7bfc7;
}

.link.dark {
  cursor: pointer;
  font-size: 1.6rem;
  line-height: 1.8rem;
  letter-spacing: 1.33px;
  font-weight: 700;
  text-transform: uppercase;
  color: #ffffff;
}
.link.dark:before, .link.dark:after, .link.dark .fas {
  color: #0f99d6;
}
.link.dark:hover {
  color: #0f99d6;
}
.link.dark:disabled {
  cursor: default;
  color: #b7bfc7;
}
.link.dark:disabled:before, .link.dark:disabled:after, .link.dark:disabled .fas {
  color: #b7bfc7;
}
/* ==========================================================================
   Index:

  3. MAIN NAVIGATION
    - Custom Menu Primary
    - Mobile Menu
  4. TEMPLATE MODULE CLASSES
    - Common Template Classes
    - Site Pages
    - Landing Pages
    - System Pages
  6. MISCELLANEOUS
  7. MOBILE MEDIA QUERIES
   ========================================================================== */
/* ==========================================================================
   3. MAIN NAVIGATION
   ========================================================================== */
/* ==========================================================================
   Custom Menu Primary
   ========================================================================== */
/* /* Set ul background color */
/* /* Set li background Color */
/* /* Set link Color */
/* /* Set link Hover Color */
/* Parent List */
.custom-menu-primary .hs-menu-wrapper > ul {
  background: ;
}
.custom-menu-primary .hs-menu-wrapper > ul > li {
  background: ;
}
.custom-menu-primary .hs-menu-wrapper > ul > li > a {
  color: ;
}
.custom-menu-primary .hs-menu-wrapper > ul > li > a:hover {
  color: ;
}

/* Child List */
.custom-menu-primary .hs-menu-wrapper > ul ul li {
  background: ;
}
.custom-menu-primary .hs-menu-wrapper > ul ul li a {
  color: ;
}
.custom-menu-primary .hs-menu-wrapper > ul ul li a:hover {
  color: ;
}

/* Override max width on menu links */
.custom-menu-primary .hs-menu-wrapper > ul li a,
.hs-menu-wrapper.hs-menu-flow-horizontal > ul li.hs-item-has-children ul.hs-menu-children-wrapper li a {
  overflow: visible !important;
  max-width: none !important;
  width: auto !important;
}

/* Fix menu disappearing on desktop after toggling mobile menu */
@media screen and (min-width: 768px) {
  .custom-menu-primary .hs-menu-wrapper {
    display: block !important;
  }
}
/* ==========================================================================
   Mobile Menu - Hubspot Standard Toggle Menu
   ========================================================================== */
/**
 * Special Note
 *
 * When the menu is open, a class of .mobile-open is applied to the body. You can
 * use this for custom styling on any element when the menu is in the open position.
 */
.mobile-trigger, .child-trigger {
  display: none;
  /* Hide button on Desktop */
}

/* Variables
   ========================================================================== */
/*   /* Set Mobile Menu Background Color */
/*      /* Set Link Color */
/* /* Set Link Hover Color */
/*
  * Menu Reset
  *
  * Remove styling from desktop version of custom-menu-primary. Place any
  * additional CSS you want removed from the mobile menu in this reset
  */
.custom-menu-primary,
.custom-menu-primary .hs-menu-wrapper > ul,
.custom-menu-primary .hs-menu-wrapper > ul li,
.custom-menu-primary .hs-menu-wrapper > ul li a {
  display: block;
  float: none;
  position: static;
  top: auto;
  right: auto;
  left: auto;
  bottom: auto;
  padding: 0;
  margin: 0;
  background-image: none;
  background-color: transparent;
  border: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  max-width: none;
  width: 100%;
  height: auto;
  line-height: 1;
  font-weight: normal;
  text-decoration: none;
  text-indent: 0;
  text-align: left;
  color: #ffffff;
}

/* Toggle Button
   ========================================================================== */
.mobile-trigger {
  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: 10px;
  /*******************************************/
  width: auto;
  /* Button width */
  height: auto;
  /* Button height */
  padding: 7px 10px 8px 10px;
  background: #ffffff;
  /* Background color */
  border: 1px solid #303133;
  font-size: 16px;
  font-weight: normal;
  text-align: left;
  text-transform: uppercase;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  color: #303133;
}
.mobile-trigger:hover {
  text-decoration: none;
  /* Removes link text underline on button */
  color: #ffffff;
  background-color: #303133;
  border-color: transparent;
}

/* Change button when menu is open */
.mobile-open .mobile-trigger {
  color: #ffffff;
  background-color: #303133;
  border-color: transparent;
}

/* Toggle Button Icon
   ========================================================================== */
.mobile-trigger i {
  display: inline;
  position: relative;
  top: -4px;
}

.mobile-trigger i:before, .mobile-trigger i:after {
  position: absolute;
  content: "";
}

.mobile-trigger i, .mobile-trigger i:before, .mobile-trigger i:after {
  width: 22px;
  /* Icon line width */
  height: 2px;
  /* Icon line height */
  -webkit-border-radius: 1px;
  -moz-border-radius: 1px;
  border-radius: 1px;
  background-color: #303133;
  /* Icon color */
  display: inline-block;
}

.mobile-trigger i:before {
  top: -6px;
  /* Position top line */
}

.mobile-trigger i:after {
  top: 6px;
  /* Position bottom line */
}

.mobile-trigger:hover i, .mobile-trigger:hover i:before, .mobile-trigger:hover i:after,
.mobile-open .mobile-trigger i, .mobile-open .mobile-trigger i:before, .mobile-open .mobile-trigger i:after {
  background-color: #ffffff;
  /* Icon color */
}

/* Child Toggle Button
   ========================================================================== */
.child-trigger {
  display: block !important;
  /* Hide button on Desktop */
  cursor: pointer;
  /* Mouse pointer type on hover */
  position: absolute;
  top: 0;
  right: 0;
  width: 55px !important;
  /* Button width */
  min-width: 55px !important;
  height: 45px !important;
  /* Button height */
  padding: 0 !important;
  border-left: 1px dotted rgba(255, 255, 255, 0.2);
}
.child-trigger:hover {
  text-decoration: none;
}
.child-trigger i {
  position: relative;
  top: 50%;
  /* Centers icon inside button */
  margin: 0 auto !important;
}
.child-trigger i:after {
  position: absolute;
  content: "";
}

.child-trigger i, .child-trigger i:after {
  width: 10px;
  /* Icon line width */
  height: 1px;
  /* Icon line height */
  background-color: #ffffff;
  /* Icon color */
  display: block;
}

.child-trigger i:after {
  -webkit-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  transform: rotate(-90deg);
}
.child-trigger.child-open i {
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}
.child-trigger.child-open i:after {
  -webkit-transform: rotate(-180deg);
  -ms-transform: rotate(-180deg);
  transform: rotate(-180deg);
}

/* Menu Styles on Mobile Devices
   ========================================================================== */
.custom-menu-primary {
  /* Make child lists appear below parent items */
}
.custom-menu-primary.js-enabled {
  position: relative;
  padding-top: 44px;
  /* Makes room for button */
  margin: 10px 0 10px 0;
  /* Hide menu on mobile */
}
.custom-menu-primary.js-enabled .hs-menu-children-wrapper {
  display: none;
}
.custom-menu-primary.js-enabled .hs-menu-wrapper {
  display: none;
  width: 100%;
  position: relative;
  /**************************************************************/
  top: 0;
  /* Positions the menu to drop from the very top of the screen */
  left: 0;
  /**************************************************************/
  padding: 0;
}
.custom-menu-primary ul.hs-menu-children-wrapper {
  visibility: visible !important;
  opacity: 1 !important;
  position: static !important;
  display: none;
}
.custom-menu-primary .hs-menu-wrapper {
  background-color: #303133;
  /* Menu background color set off global menuColorMobile variable */
  width: 100%;
  /* Full screen width */
}

/* Level 1 Menu List Styles */
.custom-menu-primary .hs-menu-wrapper > ul > li {
  position: relative;
}
.custom-menu-primary .hs-menu-wrapper > ul > li a {
  font-size: 22px;
  /* Font size of top level list items */
  line-height: 45px;
  overflow: visible;
}

/* Level 1 and Higher Menu List Styles */
.custom-menu-primary .hs-menu-wrapper > ul li {
  border-top: 1px dotted rgba(255, 255, 255, 0.35);
  /* Adds transparent dark highlights to top of top level list items */
}
.custom-menu-primary .hs-menu-wrapper > ul li a {
  padding: 0 10px;
  color: #ffffff;
  /* link color set by global mobile-aColor variable */
}
.custom-menu-primary .hs-menu-wrapper > ul li a:hover {
  color: #ffffff;
  /* link hover color set by global mobile-aColorHover variable */
}

/* Level 2 and Higher Menu List Styles */
.custom-menu-primary .hs-menu-wrapper > ul ul {
  /* Level 3 and Higher Menu List Styles */
}
.custom-menu-primary .hs-menu-wrapper > ul ul li {
  background-color: rgba(255, 255, 255, 0.08);
}
.custom-menu-primary .hs-menu-wrapper > ul ul li a {
  text-indent: 10px;
  /* Indent Child lists */
  font-size: 16px;
  /* Font size of child lists */
}
.custom-menu-primary .hs-menu-wrapper > ul ul ul li a {
  text-indent: 30px;
  /* Indent Child lists */
}
.custom-menu-primary .hs-menu-wrapper > ul ul ul ul li a {
  text-indent: 50px;
  /* Indent Child lists */
}

/* ==========================================================================
   4. TEMPLATE MODULE SELECTORS
   ========================================================================== */
/* Common Template Selectors
   ========================================================================== */
/* Common One Column Selectors */
/* Common Two Column Selectors */
/* Common Three Column Selectors */
/* Site Pages
   ========================================================================== */
/* One Column Template */
/* Two Column Template */
/* Three Column Template */
/* Landing Pages
   ========================================================================== */
/* One Column Template */
/* Two Column Template */
/* Three Column Template */
/* System Pages
   ========================================================================== */
/* Error Templates 404, 500 */
/* Password template */
/* Email Subscription templates */
/* ==========================================================================
   6. MISCELLANEOUS
   ========================================================================== */
/**
 * Styles that do not fit into available sections above can go here.
 * For example, one would place 3rd party plugin overriding styles here.
 *
 * This section is NOT for 'Custom' styles.  All custom styles must go in the
 * proper sections above.
 *
 * For instance, custom header and footer styles must go in the HEADER and
 * FOOTER sections.  Custom styles for anything in-between the header and footer
 * (such as, styles that are unique to the HOMEPAGE only), must go in the
 * CONTENT section.
*/
/* ==========================================================================
   7. MOBILE MEDIA QUERIES
   ========================================================================== */
/* Screen sizes smaller than site maxWidth (.page-center)
   ========================================================================== */
/* Landscape tablet and smaller devices
   ========================================================================== */
/* Landscape phones and smaller devices
   ========================================================================== */