/* Theme base styles */

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

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

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

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

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

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

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

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

body {
  margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */

main {
  display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */

h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* Grouping content
   ========================================================================== */

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */

hr {
  box-sizing: content-box; /* 1 */
  height: 0; /* 1 */
  overflow: visible; /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

pre {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/* Text-level semantics
   ========================================================================== */

/**
 * Remove the gray background on active links in IE 10.
 */

a {
  background-color: transparent;
}

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

abbr[title] {
  border-bottom: none; /* 1 */
  text-decoration: underline; /* 2 */
  text-decoration: underline dotted; /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */

b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

code,
kbd,
samp {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */

small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
   ========================================================================== */

/**
 * Remove the border on images inside links in IE 10.
 */

img {
  border-style: none;
}

/* Forms
   ========================================================================== */

/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */

button,
input,
optgroup,
select,
textarea {
  font-family: inherit; /* 1 */
  font-size: 100%; /* 1 */
  line-height: 1.15; /* 1 */
  margin: 0; /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */

button,
input { /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */

button,
select { /* 1 */
  text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */

button,
[type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */

button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */

fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */

legend {
  box-sizing: border-box; /* 1 */
  color: inherit; /* 2 */
  display: table; /* 1 */
  max-width: 100%; /* 1 */
  padding: 0; /* 3 */
  white-space: normal; /* 1 */
}

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

progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */

textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */

[type="checkbox"],
[type="radio"] {
  box-sizing: border-box; /* 1 */
  padding: 0; /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */

[type="search"] {
  -webkit-appearance: textfield; /* 1 */
  outline-offset: -2px; /* 2 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */

[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */

::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}

/* Interactive
   ========================================================================== */

/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */

details {
  display: block;
}

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

summary {
  display: list-item;
}

/* Misc
   ========================================================================== */

/**
 * Add the correct display in IE 10+.
 */

template {
  display: none;
}

/**
 * Add the correct display in IE 10.
 */

[hidden] {
  display: none;
}

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

/* Responsive grid */

.row-fluid {
  width: 100%;
}

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

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

.row-fluid [class*='span'] {
  display: block;
  float: left;
  width: 100%;
  min-height: 1px;
  margin-left: 2.127659574%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}

.row-fluid [class*='span']:first-child {
  margin-left: 0;
}

.row-fluid .span12 {
  width: 99.99999998999999%;
}

.row-fluid .span11 {
  width: 91.489361693%;
}

.row-fluid .span10 {
  width: 82.97872339599999%;
}

.row-fluid .span9 {
  width: 74.468085099%;
}

.row-fluid .span8 {
  width: 65.95744680199999%;
}

.row-fluid .span7 {
  width: 57.446808505%;
}

.row-fluid .span6 {
  width: 48.93617020799999%;
}

.row-fluid .span5 {
  width: 40.425531911%;
}

.row-fluid .span4 {
  width: 31.914893614%;
}

.row-fluid .span3 {
  width: 23.404255317%;
}

.row-fluid .span2 {
  width: 14.89361702%;
}

.row-fluid .span1 {
  width: 6.382978723%;
}

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

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

@media (max-width: 767px) {
  .row-fluid {
    width: 100%;
  }

  .row-fluid [class*='span'] {
    display: block;
    float: none;
    width: auto;
    margin-left: 0;
  }
}

@media (min-width: 768px) and (max-width: 1139px) {
  .row-fluid {
    width: 100%;
  }

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

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

  .row-fluid [class*='span'] {
    display: block;
    float: left;
    width: 100%;
    min-height: 1px;
    margin-left: 2.762430939%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
  }

  .row-fluid [class*='span']:first-child {
    margin-left: 0;
  }

  .row-fluid .span12 {
    width: 99.999999993%;
  }

  .row-fluid .span11 {
    width: 91.436464082%;
  }

  .row-fluid .span10 {
    width: 82.87292817100001%;
  }

  .row-fluid .span9 {
    width: 74.30939226%;
  }

  .row-fluid .span8 {
    width: 65.74585634900001%;
  }

  .row-fluid .span7 {
    width: 57.182320438000005%;
  }

  .row-fluid .span6 {
    width: 48.618784527%;
  }

  .row-fluid .span5 {
    width: 40.055248616%;
  }

  .row-fluid .span4 {
    width: 31.491712705%;
  }

  .row-fluid .span3 {
    width: 22.928176794%;
  }

  .row-fluid .span2 {
    width: 14.364640883%;
  }

  .row-fluid .span1 {
    width: 5.801104972%;
  }
}

@media (min-width: 1280px) {
  .row-fluid {
    width: 100%;
  }

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

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

  .row-fluid [class*='span'] {
    display: block;
    float: left;
    width: 100%;
    min-height: 1px;
    margin-left: 2.564102564%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
  }

  .row-fluid [class*='span']:first-child {
    margin-left: 0;
  }

  .row-fluid .span12 {
    width: 100%;
  }

  .row-fluid .span11 {
    width: 91.45299145300001%;
  }

  .row-fluid .span10 {
    width: 82.905982906%;
  }

  .row-fluid .span9 {
    width: 74.358974359%;
  }

  .row-fluid .span8 {
    width: 65.81196581200001%;
  }

  .row-fluid .span7 {
    width: 57.264957265%;
  }

  .row-fluid .span6 {
    width: 48.717948718%;
  }

  .row-fluid .span5 {
    width: 40.170940171000005%;
  }

  .row-fluid .span4 {
    width: 31.623931624%;
  }

  .row-fluid .span3 {
    width: 23.076923077%;
  }

  .row-fluid .span2 {
    width: 14.529914530000001%;
  }

  .row-fluid .span1 {
    width: 5.982905983%;
  }
}

/* Clearfix */

.clearfix:before, .clearfix:after {
  display: table;
  content: '';
}

.clearfix:after {
  clear: both;
}

/* Visibilty classes */

.hide {
  display: none;
}

.show {
  display: block;
}

.invisible {
  visibility: hidden;
}

.hidden {
  display: none;
  visibility: hidden;
}

/* Responsive visibilty classes */

.visible-phone {
  display: none !important;
}

.visible-tablet {
  display: none !important;
}

.hidden-desktop {
  display: none !important;
}

@media (max-width: 767px) {
  .visible-phone {
    display: inherit !important;
  }

  .hidden-phone {
    display: none !important;
  }

  .hidden-desktop {
    display: inherit !important;
  }

  .visible-desktop {
    display: none !important;
  }
}

@media (min-width: 768px) and (max-width: 1139px) {
  .visible-tablet {
    display: inherit !important;
  }

  .hidden-tablet {
    display: none !important;
  }

  .hidden-desktop {
    display: inherit !important;
  }

  .visible-desktop {
    display: none !important;
  }
}
.content-wrapper {
	margin: 0 auto;
	padding: 0 1rem;
}

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

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

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

@media (min-width: 768px) and (max-width: 1150px) {
	.dnd-section .dnd-column {
		padding: 0 0.75rem;
	}
}

@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.)
*/

@font-face {
    font-family: 'Museo Sans';
    src: url('https://20503760.fs1.hubspotusercontent-na1.net/hubfs/20503760/Brand/Fonts/MuseoSans_300-webfont.woff2') format('woff2'),
         url('https://20503760.fs1.hubspotusercontent-na1.net/hubfs/20503760/Brand/Fonts/MuseoSans_300-webfont.woff') format('woff');
    font-weight: lighter;
    font-style: normal;
}

@font-face {
    font-family: 'Museo Sans';
    src: url('https://20503760.fs1.hubspotusercontent-na1.net/hubfs/20503760/Brand/Fonts/MuseoSans_300_Italic-webfont.woff2') format('woff2'),
         url('https://20503760.fs1.hubspotusercontent-na1.net/hubfs/20503760/Brand/Fonts/MuseoSans_300_Italic-webfont.woff') format('woff');
    font-weight: lighter;
    font-style: italic;
}

@font-face {
    font-family: 'Museo Sans';
    src: url('https://20503760.fs1.hubspotusercontent-na1.net/hubfs/20503760/Brand/Fonts/MuseoSans_500-webfont.woff2') format('woff2'),
         url('https://20503760.fs1.hubspotusercontent-na1.net/hubfs/20503760/Brand/Fonts/MuseoSans_500-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Museo Sans';
    src: url('https://20503760.fs1.hubspotusercontent-na1.net/hubfs/20503760/Brand/Fonts/MuseoSans_500_Italic-webfont.woff2') format('woff2'),
         url('https://20503760.fs1.hubspotusercontent-na1.net/hubfs/20503760/Brand/Fonts/MuseoSans_500_Italic-webfont.woff') format('woff');
    font-weight: normal;
    font-style: italic;
}

@font-face {
    font-family: 'Museo Sans';
    src: url('https://20503760.fs1.hubspotusercontent-na1.net/hubfs/20503760/Brand/Fonts/MuseoSans_700-webfont.woff2') format('woff2'),
         url('https://20503760.fs1.hubspotusercontent-na1.net/hubfs/20503760/Brand/Fonts/MuseoSans_700-webfont.woff') format('woff');
    font-weight: bold;
    font-style: normal;
}

@font-face {
    font-family: 'Museo Sans';
    src: url('https://20503760.fs1.hubspotusercontent-na1.net/hubfs/20503760/Brand/Fonts/MuseoSans_700_Italic-webfont.woff2') format('woff2'),
         url('https://20503760.fs1.hubspotusercontent-na1.net/hubfs/20503760/Brand/Fonts/MuseoSans_700_Italic-webfont.woff') format('woff');
    font-weight: bold;
    font-style: italic;
}
/*
 * @import url('https://use.typekit.net/zaq5xla.css');
*/

html {
	font-size: 16px;
}

body {
	font-family: Museo Sans, sans-serif;
	font-weight: 500;
	font-style: normal;
	font-size: 1rem;
	line-height: 2rem;
	word-break: break-word;
}

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

/* Paragraphs */

p {
	font-family: Museo Sans, sans-serif;
	font-weight: 500;
	font-style: normal;
	font-size: 1.25rem;
	line-height: 2rem;
	color: #252525;
	margin: 0 0 1.5rem;
}

/* Anchors */

a {
	font-family: Museo Sans, sans-serif;
	font-weight: 700;
	color: #a42964;
	cursor: pointer;
	text-decoration: none;
}

a:hover {
	color: #781343;
	text-decoration: underline;
}

a:focus {
	text-decoration: none;
}

a:active:not(.button):not(.menu__link),
a:visited:not(.button):not(.menu__link) {
	color: #103572;
}

/* Blockquote */

blockquote {
	font-family: Museo Sans, sans-serif;
	font-weight: 500;
	font-style: normal;
	font-size: 1.25rem;
	line-height: 2rem;
	border-left-color: #dbe1ea;
}

/* Headings */

h1,
h2,
h3,
h4,
h5,
h6 {
	font-family: Museo Sans, sans-serif;
	font-weight: 700;
	color: #252525;
	margin: 0 0 1.5rem;
}

h1 {
	font-size: 3.5rem;
	line-height: 4.5rem;
}

h2 {
	font-size: 3rem;
	line-height: 3.75rem;
}

h3 {
	font-size: 2.5rem;
	line-height: 3.25rem;
}

h4 {
	font-size: 2rem;
	line-height: 3rem;
}

h5 {
	font-size: 1.5rem;
	line-height: 2.5rem;
}

h6 {
	font-size: 1.25rem;
	line-height: 2rem;
}

/* Mobile */

@media (max-width: 767px) {
	h1 {
		font-size: 3rem;
		line-height: 3.75rem;
	}

	h2 {
		font-size: 2.5rem;
		line-height: 3.25rem;
	}

	h3 {
		font-size: 2rem;
		line-height: 2.5rem;
	}

	h4 {
		font-size: 1.5rem;
		line-height: 2.25rem;
	}

	h5 {
		font-size: 1.25rem;
		line-height: 2rem;
	}

	h6 {
		font-size: 1.25rem;
		line-height: 2rem;
	}
}

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

/* Base */
.color__black {
	color: #252525;
}

.color__white {
	color: #ffffff;
}

.color__grey {
	color: #dbe1ea;
}

.color__grey-light {
	color: #e8ebf1;
}

.color__grey-ultralight {
	color: #f4f4f4;
}

/* Magenta */
.color__magenta {
	color: #a42964;
}

.color__magenta-dark {
	color: #781343;
}

.color__magenta-light {
	color: #d193b1;
}

.color__magenta-ultralight {
	color: #f1dfe7;
}

/* Blue */
.color__blue {
	color: #4c6895;
}

.color__blue-dark {
	color: #103572;
}

.color__blue-light {
	color: #879ab8;
}

.color__blue-ultralight {
	color: #c3ccdb;
}

/* Red */
.color__red {
	color: #ec1a3c;
}

.color__red-light {
	color: #f48d9e;
}

.color__red-ultralight {
	color: #fcdde1;
}

/* Yellow */
.color__yellow {
	color: #ffd300;
}

.color__yellow-light {
	color: #fee880;
}

.color__yellow-ultralight {
	color: #fff8da;
}

/* Orange */
.color__orange {
	color: #f7981d;
}

.color__orange-light {
	color: #fbcc8e;
}

.color__orange-ultralight {
	color: #fef0de;
}

/* Green */
.color__green {
	color: #98c93c;
}

.color__green-light {
	color: #cce29e;
}

.color__green-ultralight {
	color: #f0f6e2;
}

/*////// Background colors //////*/

/* Base */
.bg-color__black {
	background-color: #252525;
}

.bg-color__white {
	background-color: #ffffff;
}

.bg-color__grey {
	background-color: #dbe1ea;
}

.bg-color__grey-light {
	background-color: #e8ebf1;
}

.bg-color__grey-ultralight {
	background-color: #f4f4f4;
}

/* Magenta */
.bg-color__magenta {
	background-color: #a42964;
}

.bg-color__magenta-dark {
	background-color: #781343;
}

.bg-color__magenta-light {
	background-color: #d193b1;
}

.bg-color__magenta-ultralight {
	background-color: #f1dfe7;
}

/* Blue */
.bg-color__blue {
	background-color: #4c6895;
}

.bg-color__blue-dark {
	background-color: #103572;
}

.bg-color__blue-light {
	background-color: #879ab8;
}

.bg-color__blue-ultralight {
	background-color: #c3ccdb;
}

/* Red */
.bg-color__red {
	background-color: #ec1a3c;
}

.bg-color__red-light {
	background-color: #f48d9e;
}

.bg-color__red-ultralight {
	background-color: #fcdde1;
}

/* Yellow */
.bg-color__yellow {
	background-color: #ffd300;
}

.bg-color__yellow-light {
	background-color: #fee880;
}

.bg-color__yellow-ultralight {
	background-color: #fff8da;
}

/* Orange */
.bg-color__orange {
	background-color: #f7981d;
}

.bg-color__orange-light {
	background-color: #fbcc8e;
}

.bg-color__orange-ultralight {
	background-color: #fef0de;
}

/* Green */
.bg-color__green {
	background-color: #98c93c;
}

.bg-color__green-light {
	background-color: #cce29e;
}

.bg-color__green-ultralight {
	background-color: #f0f6e2;
}

/*////// Border colors //////*/

/* Base */
.border-color__black {
	border-color: #252525;
}

.border-color__white {
	border-color: #ffffff;
}

.border-color__grey {
	border-color: #dbe1ea;
}

.border-color__grey-light {
	border-color: #e8ebf1;
}

.border-color__grey-ultralight {
	border-color: #f4f4f4;
}

/* Magenta */
.border-color__magenta {
	border-color: #a42964;
}

.border-color__magenta-dark {
	border-color: #781343;
}

.border-color__magenta-light {
	border-color: #d193b1;
}

.border-color__magenta-ultralight {
	border-color: #f1dfe7;
}

/* Blue */
.border-color__blue {
	border-color: #4c6895;
}

.border-color__blue-dark {
	border-color: #103572;
}

.border-color__blue-light {
	border-color: #879ab8;
}

.border-color__blue-ultralight {
	border-color: #c3ccdb;
}

/* Red */
.border-color__red {
	border-color: #ec1a3c;
}

.border-color__red-light {
	border-color: #f48d9e;
}

.border-color__red-ultralight {
	border-color: #fcdde1;
}

/* Yellow */
.border-color__yellow {
	border-color: #ffd300;
}

.border-color__yellow-light {
	border-color: #fee880;
}

.border-color__yellow-ultralight {
	border-color: #fff8da;
}

/* Orange */
.border-color__orange {
	border-color: #f7981d;
}

.border-color__orange-light {
	border-color: #fbcc8e;
}

.border-color__orange-ultralight {
	border-color: #fef0de;
}

/* Green */
.border-color__green {
	border-color: #98c93c;
}

.border-color__green-light {
	border-color: #cce29e;
}

.border-color__green-ultralight {
	border-color: #f0f6e2;
}
/* Base button */

button,
.button {
  cursor: pointer;
  display: inline-flex;
  text-align: center;
  transition: all 0.15s linear;
  white-space: normal;
}

button:hover,
button:focus,
button:active,
.button:hover,
.button:focus,
.button:active {
  text-decoration: none;
}

button:disabled,
.button:disabled,
input[type='submit'][disabled] {
  background: #E8EBF1 !important;
  border-color: #E8EBF1 !important;
  color: #C3CCDB !important;
  cursor: not-allowed !important;
}

/* Sizes */

.btn-size__large,
form input[type='submit'],
form .hs-button {
  padding: 1rem 2rem;
  font-size: 1.25rem;
  line-height: 1.25rem;
}

.btn-size__medium {
  padding: 1rem;
  font-size: 1rem;
  line-height: 1rem;
}

.btn-size__small {
  padding: .75rem;
  font-size: .875rem;
  line-height: .875rem;
}

/* Styles */

.btn-style__primary,
form input[type='submit'],
form .hs-button {
  color: #FFFFFF;
  background: #A42964;
  border: none;
}
  .btn-style__primary:hover,
  .btn-style__primary:focus,
  .btn-style__primary:active,
  form .hs-button:hover,
  form .hs-button:focus,
  form .hs-button:active {
    color: #ffffff;
    background: #781343;
    border: none;
  }

.btn-style__secondary {
  color: #A42964;
  background: #F1DFE7;
  border: none;
}
  .btn-style__secondary:hover,
  .btn-style__secondary:focus,
  .btn-style__secondary:active {
    color: #781343;
    background: #F1DFE7;
    border: none;
  }

.btn-style__ghost {
  color: #A42964;
  background: none;
  border: 1px solid #D193B1;
}
  .btn-style__ghost:hover,
  .btn-style__ghost:focus,
  .btn-style__ghost:active {
    color: #781343;
    background: none;
    border: 1px solid #A42964;
  }

.btn-style__white {
  color: #A42964;
  background: #FFFFFF;
  border: none;
}
  .btn-style__white:hover,
  .btn-style__white:focus,
  .btn-style__white:active {
    color: #781343;
    background: #FFFFFF;
    border: none;
  }

.btn-style__ghost-white {
  color:  #FFFFFF;
  background: none;
  border: 1px solid #dBE1EA;
}
  .btn-style__ghost-white:hover,
  .btn-style__ghost-white:focus,
  .btn-style__ghost-white:active {
    color:  #FFFFFF;
    background: none;
    border: 1px solid #FFFFFF;
  }

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

/* Labels */

form label {
	display: block;
	font-size: 1.25rem;
	margin-bottom: 1rem;
}

form label:not(.hs-form-checkbox-display):not(.hs-form-radio-display) {
	font-weight: 700;
}

/* Help text */

form legend {
	font-size: 1.25rem;
}

/* Inputs */

form input[type='text'],
form input[type='email'],
form input[type='password'],
form input[type='tel'],
form input[type='number'],
form input[type='file'],
form select,
form textarea {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	border: none;
	border-bottom: 1px solid #252525;
	border-radius: 0;
	color: #252525;
	display: inline-block;
	font-size: 1.25rem;
	outline: none;
	padding: 1rem 1rem 1rem 0;
	transition: border-color 0.4s;
	width: 100%;
}

form input[type='text']:disabled,
form input[type='email']:disabled,
form input[type='password']:disabled,
form input[type='tel']:disabled,
form input[type='number']:disabled,
form input[type='file']:disabled,
form select:disabled,
form textarea:disabled {
	color: #c3ccdb;
	border-color: #dbe1ea;
}

form input[type='text']: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 {
	border-color: #a42964;
}

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

/* Inputs - checkbox/radio */

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

form .inputs-list:not(.hs-error-msgs) > li {
	display: block;
	margin: 0;
	width: 50%;
}

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

form input[type='checkbox'],
form input[type='radio'] {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	border: 1px solid #252525;
	cursor: pointer;
	display: block;
	flex-shrink: 0;
	height: 24px !important;
	margin-right: 1rem;
	position: relative;
	transition: border-color 0.2s;
	width: 24px !important;
}

form input[type='checkbox']:disabled,
form input[type='radio']:disabled {
	background-color: #e8ebf1;
	border-color: #dbe1ea;
}

form input[type='checkbox']:disabled + span,
form input[type='radio']:disabled + span {
	color: #c3ccdb;
}

form input[type='checkbox']:checked {
	background-image: url(/hubfs/20503760/Brand/Icons/check_magenta.svg);
	background-position: center;
	background-repeat: no-repeat;
	background-size: 16px;
}

form input[type='radio'] {
	border-radius: 50%;
}

form input[type='radio']:before {
	border-radius: 50%;
	bottom: 0px;
	content: '';
	display: block;
	height: 16px;
	left: 0px;
	margin: auto;
	position: absolute;
	right: 0px;
	top: 0px;
	width: 16px;
}

form input[type='checkbox']:checked,
form input[type='radio']:checked {
	border-color: #e8ebf1;
}

form input[type='radio']:checked:before {
	background-color: #a42964;
}

form .hs-form-checkbox-display,
form .hs-form-radio-display {
	align-items: center;
	cursor: pointer;
	display: flex;
	line-height: 1.5rem;
}

/* Inputs - select */

form select {
	background-color: transparent;
	background-image: url(/hubfs/20503760/Brand/Icons/arrow-down.svg);
	background-position: calc(100% - 16px) 50%;
	background-repeat: no-repeat;
	background-size: 16px;
	cursor: pointer;
}

/* 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.75rem;
	line-height: 1.25rem;
	margin: 0 0 1.5rem;
}

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: #ec1a3c;
}

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

.hs-error-msg {
	color: #ec1a3c;
	font-size: 0.75rem;
	line-height: 1.25rem;
	margin: 0.25rem 0 0 0;
}

.hs_error_rollup label {
	color: #ec1a3c;
	font-size: 0.75rem;
	line-height: 1.25rem;
}

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

/* Responsive */

@media (max-width: 767px) {
	/* Headings and text */

	form .hs-richtext,
	form .hs-richtext p {
		font-size: 1rem;
	}

	/* Help text */

	form legend {
		font-size: 1rem;
	}

	/* Inputs */

	form input[type='text'],
	form input[type='email'],
	form input[type='password'],
	form input[type='tel'],
	form input[type='number'],
	form input[type='file'],
	form select,
	form textarea {
		font-size: 1rem;
	}

	/* Inputs - checkbox/radio */

	form .inputs-list > li {
		font-size: 1rem;
	}

	form input[type='checkbox'],
	form input[type='radio'] {
		height: 16px;
		margin-right: 0.5rem;
		width: 16px;
	}

	form input[type='checkbox'] {
		border-radius: 0;
	}

	form input[type='checkbox']:checked {
		background-size: 12px;
	}

	form input[type='radio']:before {
		height: 8px;
		width: 8px;
	}

	/* Inputs - select */

	form select {
		background-size: 12px;
	}

	/* Labels */

	form label {
		font-size: 1rem;
		margin-bottom: 0.5rem;
	}
}
/* Table */

table {
  border-collapse: collapse;
  margin-bottom: 1.4rem;
  overflow-wrap: break-word;
}

/* Table cells */

td,
th {
  vertical-align: top;
}

/* Table header */

thead th {
  vertical-align: bottom;
}

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

/* Header DND sections */

.header {
	box-shadow: 0 2px 4px rgba(0, 0, 0, 0.08);
	position: fixed;
	width: 100%;
	z-index: 100;
}

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

/* Header container */

.header__container {
	display: flex;
	flex-direction: column;
	width: 100%;
}

.header__row-1 {
	padding-top: 1rem;
	transition: box-shadow 0.4s;
}

.header__row-1,
.header__row-2 {
	align-items: center;
	display: flex;
	justify-content: space-between;
	width: 100%;
}

.header__row-2 {
	align-items: end;
}

.header__row-1 .header__column {
	align-items: center;
	display: flex;
	justify-content: end;
}

.header__navigation {
	flex-grow: 2;
	transition: height 0.4s;
}

.header__row-1 .header__search {
	display: none;
}

@media (max-width: 1150px) and (min-width: 767px) {
	.header__column {
		width: 100%;
	}
}

@media (max-width: 1150px) {
	.header__row-1 .header__search {
		display: block;
	}

	.header__row-2 .header__search {
		display: none;
	}
}

@media (max-width: 767px) {
	.header .container-fluid {
		height: 0;
	}

	.header__container {
		flex-direction: column;
		padding: 0;
	}

	.header__column {
		position: relative;
	}

	.header__navigation {
		height: 0;
		left: 0;
		overflow: hidden;
		position: fixed;
		top: 0;
		width: 100%;
		z-index: 0;
	}

	.header__row-1 {
		background-color: #fff;
		padding: 0.75rem 0;
		position: relative;
		z-index: 1;
	}

	.header__row-1.active {
		box-shadow: 0 2px 4px rgba(0, 0, 0, 0.08);
	}

	.header__row-2 {
		justify-content: center;
		padding: 1.05rem;
	}
}

/* Navigation skipper */

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

/* Logo */

.header__logo {
	align-items: center;
	display: flex;
	height: auto;
	margin-right: auto;
	padding: 0 1rem;
}

.header__logo div {
	line-height: 0;
}

.header__logo a img {
	max-width: 144px;
	width: 100%;
}

.header__logo .logo-company-name {
	font-size: 1rem;
	margin-top: 0.7rem;
}

@media (min-width: 768px) and (max-width: 1150px) {
	.header__logo {
		padding: 0 0.75rem;
	}
}

@media (max-width: 767px) {
	.header__logo a img {
		max-width: 106px;
	}
}

/* Search bar */

.header__search {
	padding: 0;
	width: auto;
}

.header__search .hs-search-field__input {
	background-image: url(/hubfs/20503760/Brand/Icons/search.svg);
	background-position: center left 4px;
	background-repeat: no-repeat;
	background-size: 12px 12px;
	border: none;
	border-bottom: 1px solid transparent;
	color: #252525;
	font-size: 1rem;
	line-height: 1rem;
	padding: 1rem 1rem 1rem 2rem;
	transition: border-color 0.4s;
  vertical-align: middle;
	width: 160px !important;
}

.header__search .hs-search-field__input:focus {
	border-color: #a42964;
}

.header__search .hs-search-field__input::-webkit-input-placeholder {
	color: #252525;
}

.header__search .hs-search-field__input:-moz-placeholder {
	color: #252525;
}

.header__search .hs-search-field__input::-moz-placeholder {
	color: #252525;
}

.header__search .hs-search-field__input:-ms-input-placeholder {
	color: #252525;
}

.header__search .hs-search-field__input::placeholder {
	color: #252525;
}

.header__search .hs-search-field--open .hs-search-field__input {
	border-bottom: none;
	border-radius: 6px 6px 0 0;
	max-width: 100%;
}

.header__search .hs-search-field--open .hs-search-field__suggestions {
	background-color: #fff;
	border: 2px solid #dbe1ea;
	border-radius: 0 0 6px 6px;
	border-top-width: 1px;
  box-shadow: 0 2px 4px rgb(0 0 0 / 8%);
	position: absolute;
	width: 100%;
	z-index: 10;
}

.header__search .hs-search-field__suggestions li {
	border-top: 1px solid #dbe1ea;
	font-size: 0.875rem;
  line-height: 1.5rem;
}

.header__search .hs-search-field__suggestions li a {
	color: #252525;
	padding: 0.35rem 0.7rem;
	text-decoration: none;
	transition: background-color 0.3s;
}

.header__search .hs-search-field__suggestions #results-for {
	display: none;
}

@media (max-width: 1150px) {
	.header__search {
		margin-right: 16px;
	}

	.header__search .hs-search-field__input {
		font-size: 0.8125rem;
		line-height: 0.8125rem;
		padding: 0.8125rem 0.75rem 0.8125rem 2rem;
	}
}

/* Language switcher */

.header__language-switcher {
	cursor: pointer;
	padding-right: 1.4rem;
}

.header__language-switcher .lang_switcher_class {
	position: static;
}

.header__language-switcher .lang_list_class {
	border: 2px solid;
	border-radius: 3px;
	box-shadow: 0 2px 9px 0 rgba(0, 0, 0, 0.2);
	display: block;
	left: calc(100% - 24px);
	opacity: 0;
	min-width: 100px;
	padding-top: 0;
	text-align: left;
	top: 100%;
	transition: opacity 0.3s;
	visibility: hidden;
}

.header__language-switcher:hover .lang_list_class,
.header__language-switcher:focus .lang_list_class {
	opacity: 1;
	transition: opacity 0.3s;
	visibility: visible;
}

.header__language-switcher .lang_list_class:before {
	left: 70%;
	top: -25px;
}

.header__language-switcher .lang_list_class:after {
	left: 70%;
	top: -22px;
}

.header__language-switcher .lang_list_class.first-active::after {
	top: -22px;
	transition: 0.3s;
}

.header__language-switcher .lang_list_class li {
	border: none;
	font-size: 18px;
	padding: 0.35rem 0.7rem;
}

.header__language-switcher .lang_list_class li:first-child {
	border-radius: 6px 6px 0 0;
	border-top: none;
}

.header__language-switcher .lang_list_class li:last-child {
	border-bottom: none;
	border-radius: 0 0 6px 6px;
}

.header__language-switcher .lang_list_class li:hover {
	transition: background-color 0.3s;
}

.header__language-switcher--label {
	display: flex;
	position: relative;
}

.header__language-switcher--label-current {
	align-items: center;
	display: flex;
	font-size: 0.75rem;
	margin-bottom: 0.175rem;
	margin-left: 0.7rem;
}

.header__language-switcher--label-current:after {
	border-left: 4px solid transparent;
	border-right: 4px solid transparent;
	border-top: 6px solid #494a52;
	content: '';
	display: block;
	height: 0;
	margin-left: 0.7rem;
	margin-top: 0.175rem;
	width: 0;
}

@media (max-width: 767px) {
	.header__language-switcher {
		border-top: 2px solid #ced4db;
		padding-left: 1.05rem;
		padding-right: 0;
	}

	.header__language-switcher .lang_list_class {
		border: none;
		box-shadow: unset;
		display: block;
		left: 30px;
		opacity: 1;
		padding: 0 1.05rem;
		top: 0;
		visibility: visible;
	}

	.header__language-switcher .lang_list_class li {
		background-color: inherit;
		font-size: 0.917rem;
	}

	.header__language-switcher--label-current {
		display: none;
	}

	.header__language-switcher .globe_class {
		background-image: none;
	}

	.header__language-switcher .lang_list_class li:hover {
		background-color: inherit;
	}

	.header__language-switcher .lang_list_class:before,
	.header__language-switcher .lang_list_class:after {
		content: none;
	}
}

/* Navigation */

#nav-toggle {
	display: none;
}

/* Mobile toggles */

@media (max-width: 767px) {
	.header__search,
	.header__language-switcher {
		display: none;
		width: 100%;
	}

	.header__navigation.open,
	.header__search.open,
	.header__language-switcher.open {
		height: 100%;
		overflow: auto;
	}

	.header__navigation--toggle,
	.header__search--toggle,
	.header__language-switcher--toggle,
	.header__close--toggle {
		cursor: pointer;
		margin: 0 1rem;
		position: relative;
	}

	.header__navigation--toggle.hide,
	.header__search--toggle.hide,
	.header__language-switcher--toggle.hide {
		display: none;
	}

	.header__navigation--toggle.open {
		background-image: url(/hubfs/20503760/Brand/Icons/close.svg);
		height: 16px;
	}

	.header__navigation--toggle.open,
	.header__search--toggle.open,
	.header__language-switcher--toggle.open {
		display: block;
		margin-left: 0;
	}

	.header__navigation--toggle.open:after,
	.header__search--toggle.open:after,
	.header__language-switcher--toggle.open:after {
		display: block;
		word-break: normal;
	}

	.header__navigation--toggle {
		background-image: url(/hubfs/20503760/Brand/Icons/hamburger.svg);
		background-position: center;
		background-repeat: no-repeat;
		background-size: contain;
		height: 12px;
		width: 24px;
	}

	.header__language-switcher--toggle {
		background-image: url(//static.hsappstatic.net/cos-LanguageSwitcher/static-1.1/img/globe.png);
		background-size: cover;
		height: 25px;
		width: 25px;
	}

	.header__language-switcher--toggle:after {
		content: 'Language';
	}

	.header__search--toggle {
		background-image: url(/hubfs/20503760/Brand/Icons/search.svg);
		background-position: center;
		background-repeat: no-repeat;
		background-size: contain;
		height: 24px;
		width: 24px;
	}

	.header__search--toggle:after {
		content: 'Search';
	}

	.header__close--toggle {
		background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiPz48c3ZnIHdpZHRoPSIyNHB4IiBoZWlnaHQ9IjE5cHgiIHZpZXdCb3g9IjAgMCAyNCAxOSIgdmVyc2lvbj0iMS4xIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIj4gICAgICAgIDx0aXRsZT5jbG9zZTwvdGl0bGU+ICAgIDxkZXNjPkNyZWF0ZWQgd2l0aCBTa2V0Y2guPC9kZXNjPiAgICA8ZyBpZD0iY2xvc2UiIHN0cm9rZT0ibm9uZSIgc3Ryb2tlLXdpZHRoPSIxIiBmaWxsPSJub25lIiBmaWxsLXJ1bGU9ImV2ZW5vZGQiPiAgICAgICAgPGcgaWQ9Ikdyb3VwIiB0cmFuc2Zvcm09InRyYW5zbGF0ZSgyLjAwMDAwMCwgLTEuMDAwMDAwKSIgc3Ryb2tlPSIjNDk0QTUyIiBzdHJva2Utd2lkdGg9IjMiPiAgICAgICAgICAgIDxyZWN0IGlkPSJSZWN0YW5nbGUiIHRyYW5zZm9ybT0idHJhbnNsYXRlKDEwLjAwMDAwMCwgMTAuNTAwMDAwKSByb3RhdGUoLTQ1LjAwMDAwMCkgdHJhbnNsYXRlKC0xMC4wMDAwMDAsIC0xMC41MDAwMDApICIgeD0iLTAuNSIgeT0iMTAuNSIgd2lkdGg9IjIxIiBoZWlnaHQ9IjEiIHJ4PSIwLjUiPjwvcmVjdD4gICAgICAgICAgICA8cmVjdCBpZD0iUmVjdGFuZ2xlLUNvcHktNSIgdHJhbnNmb3JtPSJ0cmFuc2xhdGUoMTAuMDAwMDAwLCAxMC41MDAwMDApIHJvdGF0ZSg0NS4wMDAwMDApIHRyYW5zbGF0ZSgtMTAuMDAwMDAwLCAtMTAuNTAwMDAwKSAiIHg9Ii0wLjUiIHk9IjEwLjUiIHdpZHRoPSIyMSIgaGVpZ2h0PSIxIiByeD0iMC41Ij48L3JlY3Q+ICAgICAgICA8L2c+ICAgIDwvZz48L3N2Zz4=);
		background-repeat: no-repeat;
		background-size: 110%;
		display: none;
		height: 25px;
		margin-right: 0;
		width: 25px;
	}

	.header__close--toggle.show {
		display: block;
	}

	.header__row-1 .header__column {
		display: none;
	}

	.header__row-2 {
		padding: 0;
	}

	.header__row-2 .header__button,
	.header__row-2 .header__close--toggle,
	.header__row-2 .header__search,
	.header__row-2 .header--toggle {
		display: none;
	}
}

/* Buttons */
.header__row-2 > .header__button:last-child {
	margin-right: 1rem;
}

@media (min-width: 768px) and (max-width: 1150px) {
	.header__row-2 > .header__button:last-child {
		margin-right: 0.75rem;
	}
}

@media (max-width: 1150px) {
	.header .btn-size__medium {
		font-size: 0.875rem;
		padding: 0.75rem;
	}
}
/* 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;
}

.pointer {
  cursor: pointer;
}

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