/*!
 * froala_editor v2.3.4 (https://www.froala.com/wysiwyg-editor)
 * License https://froala.com/wysiwyg-editor/terms/
 * Copyright 2014-2016 Froala Labs
 */


.clearfix::after {
  clear: both;
  display: block;
  content: "";
  height: 0;
}
.fr-view strong {
  font-weight: 700;
}
.fr-view table {
  border: none;
  border-collapse: collapse;
  empty-cells: show;
  max-width: 100%;
}
.fr-view table.fr-dashed-borders td,
.fr-view table.fr-dashed-borders th {
  border-style: dashed;
}
.fr-view table.fr-alternate-rows tbody tr:nth-child(2n) {
  background: #f5f5f5;
}
.fr-view table td,
.fr-view table th {
  border: 1px solid #dddddd;
}
.fr-view table td:empty,
.fr-view table th:empty {
  height: 20px;
}
.fr-view table td.fr-highlighted,
.fr-view table th.fr-highlighted {
  border: 1px double red;
}
.fr-view table td.fr-thick,
.fr-view table th.fr-thick {
  border-width: 2px;
}
.fr-view table th {
  background: #e6e6e6;
}
.fr-view hr {
  clear: both;
  user-select: none;
  -o-user-select: none;
  -moz-user-select: none;
  -khtml-user-select: none;
  -webkit-user-select: none;
  -ms-user-select: none;
  page-break-after: always;
}
.fr-view .fr-file {
  position: relative;
}
.fr-view .fr-file::after {
  position: relative;
  content: "\1F4CE";
  font-weight: normal;
}
.fr-view pre {
  white-space: pre-wrap;
  word-wrap: break-word;
}
.fr-view[dir="rtl"] blockquote {
  border-left: none;
  border-right: solid 2px #5e35b1;
  margin-right: 0;
  padding-right: 5px;
  padding-left: 0px;
}
.fr-view[dir="rtl"] blockquote blockquote {
  border-color: #00bcd4;
}
.fr-view[dir="rtl"] blockquote blockquote blockquote {
  border-color: #43a047;
}
.fr-view blockquote {
  border-left: solid 2px #5e35b1;
  margin-left: 0;
  padding-left: 5px;
  color: #5e35b1;
}
.fr-view blockquote blockquote {
  border-color: #00bcd4;
  color: #00bcd4;
}
.fr-view blockquote blockquote blockquote {
  border-color: #43a047;
  color: #43a047;
}
.fr-view span.fr-emoticon {
  font-weight: normal;
  font-family: "Apple Color Emoji", "Segoe UI Emoji", "NotoColorEmoji", "Segoe UI Symbol", "Android Emoji", "EmojiSymbols";
  display: inline;
  line-height: 0;
}
.fr-view span.fr-emoticon.fr-emoticon-img {
  background-repeat: no-repeat !important;
  font-size: inherit;
  height: 1em;
  width: 1em;
  min-height: 20px;
  min-width: 20px;
  display: inline-block;
  margin: -0.1em 0.1em 0.1em;
  line-height: 1;
  vertical-align: middle;
}
.fr-view .fr-text-gray {
  color: #AAA !important;
}
.fr-view .fr-text-bordered {
  border-top: solid 1px #222;
  border-bottom: solid 1px #222;
  padding: 10px 0;
}
.fr-view .fr-text-spaced {
  letter-spacing: 1px;
}
.fr-view .fr-text-uppercase {
  text-transform: uppercase;
}
.fr-view img {
  position: relative;
  max-width: 100%;
}
.fr-view img.fr-dib {
  margin: 5px auto;
  display: block;
  float: none;
  vertical-align: top;
}
.fr-view img.fr-dib.fr-fil {
  margin-left: 0;
}
.fr-view img.fr-dib.fr-fir {
  margin-right: 0;
}
.fr-view img.fr-dii {
  display: inline-block;
  float: none;
  vertical-align: bottom;
  margin-left: 5px;
  margin-right: 5px;
  max-width: calc(100% - (2 * 5px));
}
.fr-view img.fr-dii.fr-fil {
  float: left;
  margin: 5px 5px 5px 0;
  max-width: calc(100% - 5px);
}
.fr-view img.fr-dii.fr-fir {
  float: right;
  margin: 5px 0 5px 5px;
  max-width: calc(100% - 5px);
}
.fr-view img.fr-rounded {
  border-radius: 100%;
  -moz-border-radius: 100%;
  -webkit-border-radius: 100%;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
}
.fr-view img.fr-bordered {
  border: solid 10px #CCC;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}
.fr-view .fr-video {
  text-align: center;
  position: relative;
}
.fr-view .fr-video > * {
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  max-width: 100%;
  border: none;
}
.fr-view .fr-video.fr-dvb {
  display: block;
  clear: both;
}
.fr-view .fr-video.fr-dvb.fr-fvl {
  text-align: left;
}
.fr-view .fr-video.fr-dvb.fr-fvr {
  text-align: right;
}
.fr-view .fr-video.fr-dvi {
  display: inline-block;
}
.fr-view .fr-video.fr-dvi.fr-fvl {
  float: left;
}
.fr-view .fr-video.fr-dvi.fr-fvr {
  float: right;
}
.fr-view a.fr-strong {
  font-weight: 700;
}
.fr-view a.fr-green {
  color: green;
}
.fr-view button.fr-rounded,
.fr-view input.fr-rounded,
.fr-view textarea.fr-rounded {
  border-radius: 10px;
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
}
.fr-view button.fr-large,
.fr-view input.fr-large,
.fr-view textarea.fr-large {
  font-size: 24px;
}
/**
 * Image style.
 */
a.fr-view.fr-strong {
  font-weight: 700;
}
a.fr-view.fr-green {
  color: green;
}
/**
 * Link style.
 */
img.fr-view {
  position: relative;
  max-width: 100%;
}
img.fr-view.fr-dib {
  margin: 5px auto;
  display: block;
  float: none;
  vertical-align: top;
}
img.fr-view.fr-dib.fr-fil {
  margin-left: 0;
}
img.fr-view.fr-dib.fr-fir {
  margin-right: 0;
}
img.fr-view.fr-dii {
  display: inline-block;
  float: none;
  vertical-align: bottom;
  margin-left: 5px;
  margin-right: 5px;
  max-width: calc(100% - (2 * 5px));
}
img.fr-view.fr-dii.fr-fil {
  float: left;
  margin: 5px 5px 5px 0;
  max-width: calc(100% - 5px);
}
img.fr-view.fr-dii.fr-fir {
  float: right;
  margin: 5px 0 5px 5px;
  max-width: calc(100% - 5px);
}
img.fr-view.fr-rounded {
  border-radius: 100%;
  -moz-border-radius: 100%;
  -webkit-border-radius: 100%;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
}
img.fr-view.fr-bordered {
  border: solid 10px #CCC;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}
/*!
 * froala_editor v2.3.4 (https://www.froala.com/wysiwyg-editor)
 * License https://froala.com/wysiwyg-editor/terms/
 * Copyright 2014-2016 Froala Labs
 */


.clearfix::after {
  clear: both;
  display: block;
  content: "";
  height: 0;
}
.fr-element,
.fr-element:focus {
  outline: 0px solid transparent;
}
.fr-box.fr-basic .fr-element {
  text-align: initial;
  color: #000000;
  padding: 10px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  overflow-x: auto;
  min-height: 40px;
}
.fr-element {
  background: transparent;
  position: relative;
  z-index: 2;
  -webkit-user-select: auto;
}
.fr-element a {
  user-select: auto;
  -o-user-select: auto;
  -moz-user-select: auto;
  -khtml-user-select: auto;
  -webkit-user-select: auto;
  -ms-user-select: auto;
}
.fr-element.fr-disabled {
  user-select: none;
  -o-user-select: none;
  -moz-user-select: none;
  -khtml-user-select: none;
  -webkit-user-select: none;
  -ms-user-select: none;
}
.fr-element [contenteditable="false"] {
  user-select: none;
  -o-user-select: none;
  -moz-user-select: none;
  -khtml-user-select: none;
  -webkit-user-select: none;
  -ms-user-select: none;
}
.fr-element [contenteditable="true"] {
  outline: 0px solid transparent;
}
.fr-box a.fr-floating-btn {
  -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
  -moz-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
  border-radius: 100%;
  -moz-border-radius: 100%;
  -webkit-border-radius: 100%;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  height: 32px;
  width: 32px;
  background: #ffffff;
  color: #1e88e5;
  -webkit-transition: background 0.2s ease 0s, color 0.2s ease 0s, transform 0.2s ease 0s;
  -moz-transition: background 0.2s ease 0s, color 0.2s ease 0s, transform 0.2s ease 0s;
  -ms-transition: background 0.2s ease 0s, color 0.2s ease 0s, transform 0.2s ease 0s;
  -o-transition: background 0.2s ease 0s, color 0.2s ease 0s, transform 0.2s ease 0s;
  outline: none;
  left: 0;
  top: 0;
  line-height: 32px;
  -webkit-transform: scale(0);
  -moz-transform: scale(0);
  -ms-transform: scale(0);
  -o-transform: scale(0);
  text-align: center;
  display: block;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  border: none;
}
.fr-box a.fr-floating-btn svg {
  -webkit-transition: transform 0.2s ease 0s;
  -moz-transition: transform 0.2s ease 0s;
  -ms-transition: transform 0.2s ease 0s;
  -o-transition: transform 0.2s ease 0s;
  fill: #1e88e5;
}
.fr-box a.fr-floating-btn i {
  font-size: 14px;
  line-height: 32px;
}
.fr-box a.fr-floating-btn.fr-btn + .fr-btn {
  margin-left: 10px;
}
.fr-box a.fr-floating-btn:hover {
  background: #ebebeb;
  cursor: pointer;
}
.fr-box a.fr-floating-btn:hover svg {
  fill: #1e88e5;
}
.fr-box .fr-visible a.fr-floating-btn {
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
}
iframe.fr-iframe {
  width: 100%;
  border: none;
  position: relative;
  display: block;
  z-index: 2;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.fr-wrapper {
  position: relative;
  z-index: 1;
}
.fr-wrapper::after {
  clear: both;
  display: block;
  content: "";
  height: 0;
}
.fr-wrapper .fr-placeholder {
  position: absolute;
  font-size: 12px;
  color: #aaaaaa;
  z-index: 1;
  display: none;
  top: 0;
  left: 0;
  overflow: hidden;
}
.fr-wrapper.show-placeholder .fr-placeholder {
  display: block;
}
.fr-wrapper ::selection {
  background: #b5d6fd;
  color: #000000;
}
.fr-wrapper ::-moz-selection {
  background: #b5d6fd;
  color: #000000;
}
.fr-box.fr-rtl .fr-wrapper .fr-placeholder {
  right: 0;
  left: auto;
}
.fr-box.fr-basic .fr-wrapper {
  background: #ffffff;
  border: 0px;
  border-top: 0;
  top: 0;
  left: 0;
}
.fr-box.fr-basic.fr-rtl .fr-wrapper .fr-placeholder {
  right: 0;
  left: auto;
}
.fr-box.fr-basic.fr-top .fr-wrapper {
  border-top: 0;
  border-radius: 0 0 2px 2px;
  -moz-border-radius: 0 0 2px 2px;
  -webkit-border-radius: 0 0 2px 2px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
  -moz-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
}
.fr-box.fr-basic.fr-bottom .fr-wrapper {
  border-bottom: 0;
  border-radius: 2px 2px 0 0;
  -moz-border-radius: 2px 2px 0 0;
  -webkit-border-radius: 2px 2px 0 0;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  -webkit-box-shadow: 0 -1px 3px rgba(0, 0, 0, 0.12), 0 -1px 2px rgba(0, 0, 0, 0.24);
  -moz-box-shadow: 0 -1px 3px rgba(0, 0, 0, 0.12), 0 -1px 2px rgba(0, 0, 0, 0.24);
  box-shadow: 0 -1px 3px rgba(0, 0, 0, 0.12), 0 -1px 2px rgba(0, 0, 0, 0.24);
}
.fr-tooltip {
  position: absolute;
  top: 0;
  left: 0;
  padding: 0 8px;
  border-radius: 2px;
  -moz-border-radius: 2px;
  -webkit-border-radius: 2px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  -webkit-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16), 0 2px 4px rgba(0, 0, 0, 0.23);
  -moz-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16), 0 2px 4px rgba(0, 0, 0, 0.23);
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16), 0 2px 4px rgba(0, 0, 0, 0.23);
  background: #222222;
  color: #ffffff;
  font-size: 11px;
  line-height: 22px;
  font-family: Arial, Helvetica, sans-serif;
  -webkit-transition: opacity 0.2s ease 0s;
  -moz-transition: opacity 0.2s ease 0s;
  -ms-transition: opacity 0.2s ease 0s;
  -o-transition: opacity 0.2s ease 0s;
  -webkit-opacity: 0;
  -moz-opacity: 0;
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  left: -3000px;
  user-select: none;
  -o-user-select: none;
  -moz-user-select: none;
  -khtml-user-select: none;
  -webkit-user-select: none;
  -ms-user-select: none;
  z-index: 9997;
}
.fr-tooltip.fr-visible {
  -webkit-opacity: 1;
  -moz-opacity: 1;
  opacity: 1;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
}
.fr-toolbar {
  color: #222222;
  background: #ffffff;
  position: relative;
  z-index: 4;
  font-family: Arial, Helvetica, sans-serif;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  user-select: none;
  -o-user-select: none;
  -moz-user-select: none;
  -khtml-user-select: none;
  -webkit-user-select: none;
  -ms-user-select: none;
  padding: 0 2px;
  border-radius: 2px;
  -moz-border-radius: 2px;
  -webkit-border-radius: 2px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
  -moz-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
  text-align: left;
  border: 0px;
  border-top: 5px solid #222222;
}
.fr-toolbar::after {
  clear: both;
  display: block;
  content: "";
  height: 0;
}
.fr-toolbar.fr-rtl {
  text-align: right;
}
.fr-toolbar.fr-inline {
  display: none;
  white-space: nowrap;
  position: absolute;
  margin-top: 10px;
}
.fr-toolbar.fr-inline .fr-arrow {
  width: 0;
  height: 0;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  border-bottom: 5px solid #222222;
  position: absolute;
  top: -9px;
  left: 50%;
  margin-left: -5px;
  display: inline-block;
}
.fr-toolbar.fr-inline.fr-above {
  margin-top: -10px;
  -webkit-box-shadow: 0 -1px 3px rgba(0, 0, 0, 0.12), 0 -1px 2px rgba(0, 0, 0, 0.24);
  -moz-box-shadow: 0 -1px 3px rgba(0, 0, 0, 0.12), 0 -1px 2px rgba(0, 0, 0, 0.24);
  box-shadow: 0 -1px 3px rgba(0, 0, 0, 0.12), 0 -1px 2px rgba(0, 0, 0, 0.24);
  border-bottom: 5px solid #222222;
  border-top: 0;
}
.fr-toolbar.fr-inline.fr-above .fr-arrow {
  top: auto;
  bottom: -9px;
  border-bottom: 0;
  border-top-color: inherit;
  border-top-style: solid;
  border-top-width: 5px;
}
.fr-toolbar.fr-top {
  top: 0;
  border-radius: 2px 2px 0 0;
  -moz-border-radius: 2px 2px 0 0;
  -webkit-border-radius: 2px 2px 0 0;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
  -moz-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
}
.fr-toolbar.fr-bottom {
  bottom: 0;
  border-radius: 0 0 2px 2px;
  -moz-border-radius: 0 0 2px 2px;
  -webkit-border-radius: 0 0 2px 2px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
  -moz-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
}
.fr-separator {
  background: #ebebeb;
  display: block;
  vertical-align: top;
  float: left;
}
.fr-separator + .fr-separator {
  display: none;
}
.fr-separator.fr-vs {
  height: 33px;
  width: 1px;
  margin: 2px;
}
.fr-separator.fr-hs {
  clear: both;
  height: 1px;
  width: calc(100% - (2 * 2px));
  margin: 0 2px;
}
.fr-separator.fr-hidden {
  display: none !important;
}
.fr-rtl .fr-separator {
  float: right;
}
.fr-toolbar.fr-inline .fr-separator.fr-hs {
  float: none;
}
.fr-toolbar.fr-inline .fr-separator.fr-vs {
  float: none;
  display: inline-block;
}
.fr-toolbar .fr-command.fr-btn,
.fr-popup .fr-command.fr-btn {
  background: transparent;
  color: #222222;
  -moz-outline: 0;
  outline: 0;
  border: 0;
  line-height: 1;
  cursor: pointer;
  text-align: left;
  margin: 0px 2px;
  -webkit-transition: background 0.2s ease 0s;
  -moz-transition: background 0.2s ease 0s;
  -ms-transition: background 0.2s ease 0s;
  -o-transition: background 0.2s ease 0s;
  border-radius: 0;
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  z-index: 2;
  position: relative;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  text-decoration: none;
  user-select: none;
  -o-user-select: none;
  -moz-user-select: none;
  -khtml-user-select: none;
  -webkit-user-select: none;
  -ms-user-select: none;
  float: left;
  padding: 0;
  width: 38px;
  height: 37px;
}
.fr-toolbar .fr-command.fr-btn i,
.fr-popup .fr-command.fr-btn i {
  display: block;
  font-size: 15px;
  width: 15px;
  margin: 11px 11.5px;
  text-align: center;
  float: none;
}
.fr-toolbar .fr-command.fr-btn span,
.fr-popup .fr-command.fr-btn span {
  font-size: 14px;
  display: block;
  line-height: 14px;
  min-width: 38px;
  float: left;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
  height: 15px;
  font-weight: bold;
}
.fr-toolbar .fr-command.fr-btn img,
.fr-popup .fr-command.fr-btn img {
  margin: 11px 11.5px;
  width: 15px;
}
.fr-toolbar .fr-command.fr-btn.fr-active,
.fr-popup .fr-command.fr-btn.fr-active {
  color: #1e88e5;
  background: transparent;
}
.fr-toolbar .fr-command.fr-btn.fr-dropdown.fr-selection,
.fr-popup .fr-command.fr-btn.fr-dropdown.fr-selection {
  width: auto;
}
.fr-toolbar .fr-command.fr-btn.fr-dropdown.fr-selection span,
.fr-popup .fr-command.fr-btn.fr-dropdown.fr-selection span {
  font-weight: normal;
}
.fr-toolbar .fr-command.fr-btn.fr-dropdown i,
.fr-popup .fr-command.fr-btn.fr-dropdown i,
.fr-toolbar .fr-command.fr-btn.fr-dropdown span,
.fr-popup .fr-command.fr-btn.fr-dropdown span,
.fr-toolbar .fr-command.fr-btn.fr-dropdown img,
.fr-popup .fr-command.fr-btn.fr-dropdown img {
  margin-left: 7.5px;
  margin-right: 15.5px;
}
.fr-toolbar .fr-command.fr-btn.fr-dropdown.fr-active,
.fr-popup .fr-command.fr-btn.fr-dropdown.fr-active {
  color: #222222;
  background: #d6d6d6;
}
.fr-toolbar .fr-command.fr-btn.fr-dropdown.fr-active:hover,
.fr-popup .fr-command.fr-btn.fr-dropdown.fr-active:hover,
.fr-toolbar .fr-command.fr-btn.fr-dropdown.fr-active:focus,
.fr-popup .fr-command.fr-btn.fr-dropdown.fr-active:focus {
  background: #d6d6d6 !important;
  color: #222222 !important;
}
.fr-toolbar .fr-command.fr-btn.fr-dropdown.fr-active:hover::after,
.fr-popup .fr-command.fr-btn.fr-dropdown.fr-active:hover::after,
.fr-toolbar .fr-command.fr-btn.fr-dropdown.fr-active:focus::after,
.fr-popup .fr-command.fr-btn.fr-dropdown.fr-active:focus::after {
  border-top-color: #222222 !important;
}
.fr-toolbar .fr-command.fr-btn.fr-dropdown::after,
.fr-popup .fr-command.fr-btn.fr-dropdown::after {
  position: absolute;
  width: 0;
  height: 0;
  border-left: 4px solid transparent;
  border-right: 4px solid transparent;
  border-top: 4px solid #222222;
  right: 3.75px;
  top: 16.5px;
  content: "";
}
.fr-toolbar .fr-command.fr-btn.fr-disabled,
.fr-popup .fr-command.fr-btn.fr-disabled {
  color: #bdbdbd;
  cursor: default;
}
.fr-toolbar .fr-command.fr-btn.fr-disabled::after,
.fr-popup .fr-command.fr-btn.fr-disabled::after {
  border-top-color: #bdbdbd !important;
}
.fr-toolbar .fr-command.fr-btn.fr-hidden,
.fr-popup .fr-command.fr-btn.fr-hidden {
  display: none;
}
.fr-toolbar.fr-disabled .fr-btn,
.fr-popup.fr-disabled .fr-btn,
.fr-toolbar.fr-disabled .fr-btn.fr-active,
.fr-popup.fr-disabled .fr-btn.fr-active {
  color: #bdbdbd;
}
.fr-toolbar.fr-disabled .fr-btn.fr-dropdown::after,
.fr-popup.fr-disabled .fr-btn.fr-dropdown::after,
.fr-toolbar.fr-disabled .fr-btn.fr-active.fr-dropdown::after,
.fr-popup.fr-disabled .fr-btn.fr-active.fr-dropdown::after {
  border-top-color: #bdbdbd;
}
.fr-toolbar.fr-rtl .fr-command.fr-btn,
.fr-popup.fr-rtl .fr-command.fr-btn {
  float: right;
}
.fr-toolbar.fr-inline .fr-command.fr-btn {
  float: none;
}
.fr-desktop .fr-command:hover,
.fr-desktop .fr-command:focus {
  color: #222222;
  background: #ebebeb;
}
.fr-desktop .fr-command:hover::after,
.fr-desktop .fr-command:focus::after {
  border-top-color: #222222 !important;
}
.fr-desktop .fr-command.fr-selected {
  color: #222222;
  background: #d6d6d6;
}
.fr-desktop .fr-command.fr-active:hover,
.fr-desktop .fr-command.fr-active:focus {
  color: #1e88e5;
  background: #ebebeb;
}
.fr-desktop .fr-command.fr-active.fr-selected {
  color: #1e88e5;
  background: #d6d6d6;
}
.fr-desktop .fr-command.fr-disabled:hover,
.fr-desktop .fr-command.fr-disabled:focus,
.fr-desktop .fr-command.fr-disabled.fr-selected {
  background: transparent;
}
.fr-desktop.fr-disabled .fr-command:hover,
.fr-desktop.fr-disabled .fr-command:focus,
.fr-desktop.fr-disabled .fr-command.fr-selected {
  background: transparent;
}
.fr-toolbar.fr-mobile .fr-command.fr-blink,
.fr-popup.fr-mobile .fr-command.fr-blink {
  background: transparent;
}
.fr-command.fr-btn + .fr-dropdown-menu {
  display: inline-block;
  position: absolute;
  right: auto;
  bottom: auto;
  height: auto;
  -webkit-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16), 0 2px 4px rgba(0, 0, 0, 0.23);
  -moz-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16), 0 2px 4px rgba(0, 0, 0, 0.23);
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16), 0 2px 4px rgba(0, 0, 0, 0.23);
  z-index: 3;
  -webkit-overflow-scrolling: touch;
  overflow: hidden;
  border-radius: 0 0 2px 2px;
  -moz-border-radius: 0 0 2px 2px;
  -webkit-border-radius: 0 0 2px 2px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
}
.fr-command.fr-btn + .fr-dropdown-menu .fr-dropdown-wrapper {
  background: #ffffff;
  -webkit-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16), 0 2px 4px rgba(0, 0, 0, 0.23);
  -moz-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16), 0 2px 4px rgba(0, 0, 0, 0.23);
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16), 0 2px 4px rgba(0, 0, 0, 0.23);
  padding: 0;
  margin: auto;
  display: inline-block;
  text-align: left;
  position: relative;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: max-height 0.2s ease 0s;
  -moz-transition: max-height 0.2s ease 0s;
  -ms-transition: max-height 0.2s ease 0s;
  -o-transition: max-height 0.2s ease 0s;
  margin-top: 0;
  float: left;
  max-height: 0;
  height: 0;
  margin-top: 0 !important;
}
.fr-command.fr-btn + .fr-dropdown-menu .fr-dropdown-wrapper .fr-dropdown-content {
  overflow: auto;
  position: relative;
  max-height: 275px;
}
.fr-command.fr-btn + .fr-dropdown-menu .fr-dropdown-wrapper .fr-dropdown-content ul.fr-dropdown-list {
  list-style-type: none;
  margin: 0;
  padding: 0;
}
.fr-command.fr-btn + .fr-dropdown-menu .fr-dropdown-wrapper .fr-dropdown-content ul.fr-dropdown-list li {
  padding: 0;
  margin: 0;
  font-size: 15px;
}
.fr-command.fr-btn + .fr-dropdown-menu .fr-dropdown-wrapper .fr-dropdown-content ul.fr-dropdown-list li a {
  padding: 0 24px;
  line-height: 200%;
  display: block;
  cursor: pointer;
  white-space: nowrap;
  color: inherit;
  text-decoration: none;
}
.fr-command.fr-btn + .fr-dropdown-menu .fr-dropdown-wrapper .fr-dropdown-content ul.fr-dropdown-list li a.fr-active {
  background: #d6d6d6;
}
.fr-command.fr-btn + .fr-dropdown-menu .fr-dropdown-wrapper .fr-dropdown-content ul.fr-dropdown-list li a.fr-disabled {
  color: #bdbdbd;
  cursor: default;
}
.fr-command.fr-btn.fr-active + .fr-dropdown-menu {
  display: inline-block;
}
.fr-command.fr-btn.fr-active + .fr-dropdown-menu .fr-dropdown-wrapper {
  height: auto;
  max-height: 275px;
}
.fr-bottom > .fr-command.fr-btn + .fr-dropdown-menu {
  border-radius: 2px 2px 0 0;
  -moz-border-radius: 2px 2px 0 0;
  -webkit-border-radius: 2px 2px 0 0;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
}
.fr-toolbar.fr-rtl .fr-dropdown-wrapper,
.fr-popup.fr-rtl .fr-dropdown-wrapper {
  text-align: right !important;
}
.fr-popup {
  position: absolute;
  display: none;
  color: #222222;
  background: #ffffff;
  -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
  -moz-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
  border-radius: 2px;
  -moz-border-radius: 2px;
  -webkit-border-radius: 2px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  font-family: Arial, Helvetica, sans-serif;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  user-select: none;
  -o-user-select: none;
  -moz-user-select: none;
  -khtml-user-select: none;
  -webkit-user-select: none;
  -ms-user-select: none;
  margin-top: 10px;
  z-index: 9995;
  text-align: left;
  border: 0px;
  border-top: 5px solid #222222;
}
.fr-popup.fr-above {
  margin-top: -10px;
  border-top: 0;
  border-bottom: 5px solid #222222;
  -webkit-box-shadow: 0 -1px 3px rgba(0, 0, 0, 0.12), 0 -1px 2px rgba(0, 0, 0, 0.24);
  -moz-box-shadow: 0 -1px 3px rgba(0, 0, 0, 0.12), 0 -1px 2px rgba(0, 0, 0, 0.24);
  box-shadow: 0 -1px 3px rgba(0, 0, 0, 0.12), 0 -1px 2px rgba(0, 0, 0, 0.24);
}
.fr-popup.fr-active {
  display: block;
}
.fr-popup.fr-hidden {
  -webkit-opacity: 0;
  -moz-opacity: 0;
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
}
.fr-popup .fr-hs {
  display: block !important;
}
.fr-popup .fr-hs.fr-hidden {
  display: none !important;
}
.fr-popup .fr-input-line {
  position: relative;
  padding: 8px 0;
}
.fr-popup .fr-input-line input[type="text"],
.fr-popup .fr-input-line textarea {
  width: 100%;
  margin: 0px 0 1px 0;
  border: none;
  border-bottom: solid 1px #bdbdbd;
  color: #222222;
  font-size: 14px;
  padding: 6px 0 2px;
  background: rgba(0, 0, 0, 0);
  position: relative;
  z-index: 2;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.fr-popup .fr-input-line input[type="text"]:focus,
.fr-popup .fr-input-line textarea:focus {
  border-bottom: solid 2px #1e88e5;
  margin-bottom: 0px;
}
.fr-popup .fr-input-line input + label,
.fr-popup .fr-input-line textarea + label {
  position: absolute;
  top: 0;
  left: 0;
  font-size: 12px;
  color: rgba(0, 0, 0, 0);
  -webkit-transition: color 0.2s ease 0s;
  -moz-transition: color 0.2s ease 0s;
  -ms-transition: color 0.2s ease 0s;
  -o-transition: color 0.2s ease 0s;
  z-index: 1;
}
.fr-popup .fr-input-line input.fr-not-empty:focus + label,
.fr-popup .fr-input-line textarea.fr-not-empty:focus + label {
  color: #1e88e5;
}
.fr-popup .fr-input-line input.fr-not-empty + label,
.fr-popup .fr-input-line textarea.fr-not-empty + label {
  color: #808080;
}
.fr-popup input,
.fr-popup textarea {
  user-select: text;
  -o-user-select: text;
  -moz-user-select: text;
  -khtml-user-select: text;
  -webkit-user-select: text;
  -ms-user-select: text;
  border-radius: 0;
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  outline: none;
}
.fr-popup textarea {
  resize: none;
}
.fr-popup .fr-buttons {
  -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
  -moz-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
  padding: 0 2px;
  white-space: nowrap;
  line-height: 0;
  border-bottom: 0px;
}
.fr-popup .fr-buttons::after {
  clear: both;
  display: block;
  content: "";
  height: 0;
}
.fr-popup .fr-buttons .fr-btn {
  display: inline-block;
  float: none;
}
.fr-popup .fr-buttons .fr-btn i {
  float: left;
}
.fr-popup .fr-buttons .fr-separator {
  display: inline-block;
  float: none;
}
.fr-popup .fr-layer {
  width: 225px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  margin: 10px;
  display: none;
}
@media (min-width: 768px) {
  .fr-popup .fr-layer {
    width: 300px;
  }
}
.fr-popup .fr-layer.fr-active {
  display: inline-block;
}
.fr-popup .fr-action-buttons {
  z-index: 7;
  height: 36px;
  text-align: right;
}
.fr-popup .fr-action-buttons button.fr-command {
  height: 36px;
  line-height: 1;
  color: #1e88e5;
  padding: 10px;
  cursor: pointer;
  text-decoration: none;
  border: none;
  background: none;
  font-size: 16px;
  outline: none;
  -webkit-transition: background 0.2s ease 0s;
  -moz-transition: background 0.2s ease 0s;
  -ms-transition: background 0.2s ease 0s;
  -o-transition: background 0.2s ease 0s;
}
.fr-popup .fr-action-buttons button.fr-command + button {
  margin-left: 24px;
}
.fr-popup .fr-action-buttons button.fr-command:hover,
.fr-popup .fr-action-buttons button.fr-command:focus {
  background: #ebebeb;
  color: #1e88e5;
}
.fr-popup .fr-action-buttons button.fr-command:active {
  background: #d6d6d6;
  color: #1e88e5;
}
.fr-popup .fr-action-buttons button::-moz-focus-inner {
  border: 0;
}
.fr-popup .fr-checkbox {
  position: relative;
  display: inline-block;
  width: 16px;
  height: 16px;
  line-height: 1;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  vertical-align: middle;
}
.fr-popup .fr-checkbox svg {
  margin-left: 2px;
  margin-top: 2px;
  display: none;
  width: 10px;
  height: 10px;
}
.fr-popup .fr-checkbox span {
  border: solid 1px #222222;
  border-radius: 2px;
  -moz-border-radius: 2px;
  -webkit-border-radius: 2px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  width: 16px;
  height: 16px;
  display: inline-block;
  position: relative;
  z-index: 1;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: background 0.2s ease 0s, border-color 0.2s ease 0s;
  -moz-transition: background 0.2s ease 0s, border-color 0.2s ease 0s;
  -ms-transition: background 0.2s ease 0s, border-color 0.2s ease 0s;
  -o-transition: background 0.2s ease 0s, border-color 0.2s ease 0s;
}
.fr-popup .fr-checkbox input {
  position: absolute;
  z-index: 2;
  -webkit-opacity: 0;
  -moz-opacity: 0;
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  border: 0 none;
  cursor: pointer;
  height: 16px;
  margin: 0;
  padding: 0;
  width: 16px;
  top: 1px;
  left: 1px;
}
.fr-popup .fr-checkbox input:checked + span {
  background: #1e88e5;
  border-color: #1e88e5;
}
.fr-popup .fr-checkbox input:checked + span svg {
  display: block;
}
.fr-popup .fr-checkbox input:focus + span {
  border-color: #1e88e5;
}
.fr-popup .fr-checkbox-line {
  font-size: 14px;
  line-height: 1.4px;
  margin-top: 10px;
}
.fr-popup .fr-checkbox-line label {
  cursor: pointer;
  margin: 0 5px;
  vertical-align: middle;
}
.fr-popup.fr-rtl {
  direction: rtl;
  text-align: right;
}
.fr-popup.fr-rtl .fr-action-buttons {
  text-align: left;
}
.fr-popup.fr-rtl .fr-input-line input + label,
.fr-popup.fr-rtl .fr-input-line textarea + label {
  left: auto;
  right: 0;
}
.fr-popup .fr-arrow {
  width: 0;
  height: 0;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  border-bottom: 5px solid #222222;
  position: absolute;
  top: -9px;
  left: 50%;
  margin-left: -5px;
  display: inline-block;
}
.fr-popup.fr-above .fr-arrow {
  top: auto;
  bottom: -9px;
  border-bottom: 0;
  border-top: 5px solid #222222;
}
.fr-text-edit-layer {
  width: 250px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  display: block !important;
}
.fr-visibility-helper {
  display: none;
  margin-left: 0px !important;
}
@media (min-width: 768px) {
  .fr-visibility-helper {
    margin-left: 1px !important;
  }
}
@media (min-width: 992px) {
  .fr-visibility-helper {
    margin-left: 2px !important;
  }
}
@media (min-width: 1200px) {
  .fr-visibility-helper {
    margin-left: 3px !important;
  }
}
.fr-opacity-0 {
  -webkit-opacity: 0;
  -moz-opacity: 0;
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
}
.fr-box {
  position: relative;
}
/**
 * Postion sticky hacks.
 */
.fr-sticky {
  position: -webkit-sticky;
  position: -moz-sticky;
  position: -ms-sticky;
  position: -o-sticky;
  position: sticky;
}
.fr-sticky-off {
  position: relative;
}
.fr-sticky-on {
  position: fixed;
}
.fr-sticky-on.fr-sticky-ios {
  position: absolute;
  left: 0;
  right: 0;
  width: auto !important;
}
.fr-sticky-dummy {
  display: none;
}
.fr-sticky-on + .fr-sticky-dummy,
.fr-sticky-box > .fr-sticky-dummy {
  display: block;
}
/*!
 * froala_editor v2.3.4 (https://www.froala.com/wysiwyg-editor)
 * License https://froala.com/wysiwyg-editor/terms/
 * Copyright 2014-2016 Froala Labs
 */


.clearfix::after {
  clear: both;
  display: block;
  content: "";
  height: 0;
}
.fr-box .fr-counter {
  position: absolute;
  bottom: 0px;
  padding: 5px;
  right: 0px;
  color: #cccccc;
  content: attr(data-chars);
  font-size: 15px;
  font-family: "Times New Roman", Georgia, Serif;
  z-index: 1;
  background: #ffffff;
  border-top: solid 1px #ebebeb;
  border-left: solid 1px #ebebeb;
  border-radius: 2px 0 0 0;
  -moz-border-radius: 2px 0 0 0;
  -webkit-border-radius: 2px 0 0 0;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
}
.fr-box.fr-rtl .fr-counter {
  left: 0px;
  right: auto;
  border-left: none;
  border-right: solid 1px #ebebeb;
  border-radius: 0 2px 0 0;
  -moz-border-radius: 0 2px 0 0;
  -webkit-border-radius: 0 2px 0 0;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
}
.fr-box.fr-code-view .fr-counter {
  display: none;
}
/*!
 * froala_editor v2.3.4 (https://www.froala.com/wysiwyg-editor)
 * License https://froala.com/wysiwyg-editor/terms/
 * Copyright 2014-2016 Froala Labs
 */


.clearfix::after {
  clear: both;
  display: block;
  content: "";
  height: 0;
}
.fr-popup .fr-colors-tabs {
  -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
  -moz-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
  margin-bottom: 5px;
  line-height: 16px;
  margin-left: -2px;
  margin-right: -2px;
}
.fr-popup .fr-colors-tabs .fr-colors-tab {
  display: inline-block;
  width: 50%;
  cursor: pointer;
  text-align: center;
  color: #222222;
  font-size: 13px;
  padding: 8px 0;
  position: relative;
}
.fr-popup .fr-colors-tabs .fr-colors-tab:hover {
  color: #1e88e5;
}
.fr-popup .fr-colors-tabs .fr-colors-tab[data-param1="background"]::after {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 2px;
  background: #1e88e5;
  content: '';
  -webkit-transition: transform 0.2s ease 0s;
  -moz-transition: transform 0.2s ease 0s;
  -ms-transition: transform 0.2s ease 0s;
  -o-transition: transform 0.2s ease 0s;
}
.fr-popup .fr-colors-tabs .fr-colors-tab.fr-selected-tab {
  color: #1e88e5;
}
.fr-popup .fr-colors-tabs .fr-colors-tab.fr-selected-tab[data-param1="text"] ~ [data-param1="background"]::after {
  -webkit-transform: translate3d(-100%, 0, 0);
  -moz-transform: translate3d(-100%, 0, 0);
  -ms-transform: translate3d(-100%, 0, 0);
  -o-transform: translate3d(-100%, 0, 0);
}
.fr-popup .fr-separator + .fr-colors-tabs {
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  margin-left: 2px;
  margin-right: 2px;
}
.fr-popup .fr-color-set {
  line-height: 0;
  display: none;
}
.fr-popup .fr-color-set.fr-selected-set {
  display: block;
}
.fr-popup .fr-color-set > span {
  display: inline-block;
  width: 32px;
  height: 32px;
  position: relative;
  z-index: 1;
}
.fr-popup .fr-color-set > span > i {
  text-align: center;
  line-height: 32px;
  height: 32px;
  width: 32px;
  font-size: 13px;
  position: absolute;
  bottom: 0;
  cursor: default;
  left: 0;
}
.fr-popup .fr-color-set > span.fr-selected-color::after {
  color: #ffffff;
  content: "\f00c";
  font-family: FontAwesome;
  font-size: 13px;
  font-weight: 400;
  line-height: 32px;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  text-align: center;
  cursor: default;
}
.fr-popup .fr-color-set > span:hover,
.fr-popup .fr-color-set > span.fr-selected-color {
  outline: 1px solid #222222;
  z-index: 2;
}
.fr-rtl .fr-popup .fr-colors-tabs .fr-colors-tab.fr-selected-tab[data-param1="text"] ~ [data-param1="background"]::after {
  -webkit-transform: translate3d(100%, 0, 0);
  -moz-transform: translate3d(100%, 0, 0);
  -ms-transform: translate3d(100%, 0, 0);
  -o-transform: translate3d(100%, 0, 0);
}
/*!
 * froala_editor v2.3.4 (https://www.froala.com/wysiwyg-editor)
 * License https://froala.com/wysiwyg-editor/terms/
 * Copyright 2014-2016 Froala Labs
 */


.clearfix::after {
  clear: both;
  display: block;
  content: "";
  height: 0;
}
.fr-element img {
  cursor: pointer;
}
.fr-image-resizer {
  position: absolute;
  border: solid 1px #1e88e5;
  display: none;
  user-select: none;
  -o-user-select: none;
  -moz-user-select: none;
  -khtml-user-select: none;
  -webkit-user-select: none;
  -ms-user-select: none;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}
.fr-image-resizer.fr-active {
  display: block;
}
.fr-image-resizer .fr-handler {
  display: block;
  position: absolute;
  background: #1e88e5;
  border: solid 1px #ffffff;
  z-index: 4;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.fr-image-resizer .fr-handler.fr-hnw {
  cursor: nw-resize;
}
.fr-image-resizer .fr-handler.fr-hne {
  cursor: ne-resize;
}
.fr-image-resizer .fr-handler.fr-hsw {
  cursor: sw-resize;
}
.fr-image-resizer .fr-handler.fr-hse {
  cursor: se-resize;
}
.fr-image-resizer .fr-handler {
  width: 12px;
  height: 12px;
}
.fr-image-resizer .fr-handler.fr-hnw {
  left: -6px;
  top: -6px;
}
.fr-image-resizer .fr-handler.fr-hne {
  right: -6px;
  top: -6px;
}
.fr-image-resizer .fr-handler.fr-hsw {
  left: -6px;
  bottom: -6px;
}
.fr-image-resizer .fr-handler.fr-hse {
  right: -6px;
  bottom: -6px;
}
@media (min-width: 1200px) {
  .fr-image-resizer .fr-handler {
    width: 10px;
    height: 10px;
  }
  .fr-image-resizer .fr-handler.fr-hnw {
    left: -5px;
    top: -5px;
  }
  .fr-image-resizer .fr-handler.fr-hne {
    right: -5px;
    top: -5px;
  }
  .fr-image-resizer .fr-handler.fr-hsw {
    left: -5px;
    bottom: -5px;
  }
  .fr-image-resizer .fr-handler.fr-hse {
    right: -5px;
    bottom: -5px;
  }
}
.fr-image-overlay {
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  z-index: 9999;
  display: none;
}
.fr-image-upload-layer {
  border: dashed 2px #bdbdbd;
  padding: 25px 0;
  position: relative;
  font-size: 14px;
  letter-spacing: 1px;
  line-height: 140%;
  text-align: center;
}
.fr-image-upload-layer:hover {
  background: #ebebeb;
}
.fr-image-upload-layer.fr-drop {
  background: #ebebeb;
  border-color: #1e88e5;
}
.fr-image-upload-layer .fr-form {
  -webkit-opacity: 0;
  -moz-opacity: 0;
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 9999;
  overflow: hidden;
  margin: 0 !important;
  padding: 0 !important;
  width: 100% !important;
}
.fr-image-upload-layer .fr-form input {
  cursor: pointer;
  position: absolute;
  right: 0px;
  top: 0px;
  bottom: 0px;
  width: 500%;
  height: 100%;
  margin: 0px;
  font-size: 400px;
}
.fr-image-progress-bar-layer > h3 {
  font-size: 16px;
  margin: 10px 0;
  font-weight: normal;
}
.fr-image-progress-bar-layer > div.fr-action-buttons {
  display: none;
}
.fr-image-progress-bar-layer > div.fr-loader {
  background: #bcdbf7;
  height: 10px;
  width: 100%;
  margin-top: 20px;
  overflow: hidden;
  position: relative;
}
.fr-image-progress-bar-layer > div.fr-loader span {
  display: block;
  height: 100%;
  width: 0%;
  background: #1e88e5;
  -webkit-transition: width 0.2s ease 0s;
  -moz-transition: width 0.2s ease 0s;
  -ms-transition: width 0.2s ease 0s;
  -o-transition: width 0.2s ease 0s;
}
.fr-image-progress-bar-layer > div.fr-loader.fr-indeterminate span {
  width: 30% !important;
  position: absolute;
  top: 0;
  -webkit-animation: loading 2s linear infinite;
  -moz-animation: loading 2s linear infinite;
  -o-animation: loading 2s linear infinite;
  animation: loading 2s linear infinite;
}
.fr-image-progress-bar-layer.fr-error > div.fr-loader {
  display: none;
}
.fr-image-progress-bar-layer.fr-error > div.fr-action-buttons {
  display: block;
}
.fr-image-size-layer .fr-image-group .fr-input-line {
  width: calc(50% - 5px);
  display: inline-block;
}
.fr-image-size-layer .fr-image-group .fr-input-line + .fr-input-line {
  margin-left: 10px;
}
.fr-uploading {
  -webkit-opacity: 0.4;
  -moz-opacity: 0.4;
  opacity: 0.4;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
}
@keyframes loading {
  from {
    left: -25%;
  }
  to {
    left: 100%;
  }
}
@-webkit-keyframes loading {
  from {
    left: -25%;
  }
  to {
    left: 100%;
  }
}
@-moz-keyframes loading {
  from {
    left: -25%;
  }
  to {
    left: 100%;
  }
}
@-o-keyframes loading {
  from {
    left: -25%;
  }
  to {
    left: 100%;
  }
}
/*!
 * froala_editor v2.3.4 (https://www.froala.com/wysiwyg-editor)
 * License https://froala.com/wysiwyg-editor/terms/
 * Copyright 2014-2016 Froala Labs
 */


.clearfix::after {
  clear: both;
  display: block;
  content: "";
  height: 0;
}
.fr-element table td.fr-selected-cell,
.fr-element table th.fr-selected-cell {
  border: 1px double #1e88e5;
}
.fr-element table tr {
  user-select: none;
  -o-user-select: none;
  -moz-user-select: none;
  -khtml-user-select: none;
  -webkit-user-select: none;
  -ms-user-select: none;
}
.fr-element table td,
.fr-element table th {
  user-select: text;
  -o-user-select: text;
  -moz-user-select: text;
  -khtml-user-select: text;
  -webkit-user-select: text;
  -ms-user-select: text;
}
.fr-element .fr-no-selection table td,
.fr-element .fr-no-selection table th {
  user-select: none;
  -o-user-select: none;
  -moz-user-select: none;
  -khtml-user-select: none;
  -webkit-user-select: none;
  -ms-user-select: none;
}
.fr-table-resizer {
  cursor: col-resize;
  position: fixed;
  z-index: 3;
  display: none;
}
.fr-table-resizer.fr-moving {
  z-index: 2;
}
.fr-table-resizer div {
  -webkit-opacity: 0;
  -moz-opacity: 0;
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  border-right: 1px solid #1e88e5;
}
.fr-no-selection {
  user-select: none;
  -o-user-select: none;
  -moz-user-select: none;
  -khtml-user-select: none;
  -webkit-user-select: none;
  -ms-user-select: none;
}
.fr-popup .fr-table-size .fr-table-size-info {
  text-align: center;
  font-size: 14px;
  padding: 8px;
}
.fr-popup .fr-table-size .fr-select-table-size {
  line-height: 0;
  padding: 0 5px 5px;
  white-space: nowrap;
}
.fr-popup .fr-table-size .fr-select-table-size > span {
  display: inline-block;
  padding: 0px 4px 4px 0;
}
.fr-popup .fr-table-size .fr-select-table-size > span > span {
  display: inline-block;
  width: 18px;
  height: 18px;
  border: 1px solid #dddddd;
}
.fr-popup .fr-table-size .fr-select-table-size > span:hover,
.fr-popup .fr-table-size .fr-select-table-size > span.hover {
  background: transparent;
}
.fr-popup .fr-table-size .fr-select-table-size > span:hover > span,
.fr-popup .fr-table-size .fr-select-table-size > span.hover > span {
  background: rgba(30, 136, 229, 0.3);
  border: solid 1px #1e88e5;
}
.fr-popup .fr-table-size .fr-select-table-size .new-line::after {
  clear: both;
  display: block;
  content: "";
  height: 0;
}
.fr-popup.fr-above .fr-table-size .fr-select-table-size > span {
  display: inline-block !important;
}
.fr-popup .fr-table-colors-buttons {
  margin-bottom: 5px;
}
.fr-popup .fr-table-colors {
  line-height: 0;
  display: block;
}
.fr-popup .fr-table-colors > span {
  display: inline-block;
  width: 32px;
  height: 32px;
  position: relative;
  z-index: 1;
}
.fr-popup .fr-table-colors > span > i {
  text-align: center;
  line-height: 32px;
  height: 32px;
  width: 32px;
  font-size: 13px;
  position: absolute;
  bottom: 0;
  cursor: default;
  left: 0;
}
.fr-popup .fr-table-colors > span.fr-selected-color::after {
  color: #ffffff;
  content: "\f00c";
  font-family: FontAwesome;
  font-size: 13px;
  font-weight: 400;
  line-height: 32px;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  text-align: center;
  cursor: default;
}
.fr-popup .fr-table-colors > span:hover,
.fr-popup .fr-table-colors > span.fr-selected-color {
  outline: 1px solid #222222;
  z-index: 2;
}
.fr-popup.fr-desktop .fr-table-size .fr-select-table-size > span > span {
  width: 12px;
  height: 12px;
}
.fr-insert-helper {
  position: fixed;
  z-index: 9999;
  white-space: nowrap;
}
/*!
 * froala_editor v2.3.4 (https://www.froala.com/wysiwyg-editor)
 * License https://froala.com/wysiwyg-editor/terms/
 * Copyright 2014-2016 Froala Labs
 */


.clearfix::after {
  clear: both;
  display: block;
  content: "";
  height: 0;
}
.fr-element .fr-video {
  user-select: none;
  -o-user-select: none;
  -moz-user-select: none;
  -khtml-user-select: none;
  -webkit-user-select: none;
  -ms-user-select: none;
}
.fr-element .fr-video::after {
  position: absolute;
  content: '';
  z-index: 1;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  cursor: pointer;
  display: block;
  background: rgba(0, 0, 0, 0);
}
.fr-element .fr-video.fr-active > * {
  z-index: 2;
  position: relative;
}
.fr-element .fr-video > * {
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  max-width: 100%;
  border: none;
}
.fr-box .fr-video-resizer {
  position: absolute;
  border: solid 1px #1e88e5;
  display: none;
  user-select: none;
  -o-user-select: none;
  -moz-user-select: none;
  -khtml-user-select: none;
  -webkit-user-select: none;
  -ms-user-select: none;
}
.fr-box .fr-video-resizer.fr-active {
  display: block;
}
.fr-box .fr-video-resizer .fr-handler {
  display: block;
  position: absolute;
  background: #1e88e5;
  border: solid 1px #ffffff;
  z-index: 4;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.fr-box .fr-video-resizer .fr-handler.fr-hnw {
  cursor: nw-resize;
}
.fr-box .fr-video-resizer .fr-handler.fr-hne {
  cursor: ne-resize;
}
.fr-box .fr-video-resizer .fr-handler.fr-hsw {
  cursor: sw-resize;
}
.fr-box .fr-video-resizer .fr-handler.fr-hse {
  cursor: se-resize;
}
.fr-box .fr-video-resizer .fr-handler {
  width: 12px;
  height: 12px;
}
.fr-box .fr-video-resizer .fr-handler.fr-hnw {
  left: -6px;
  top: -6px;
}
.fr-box .fr-video-resizer .fr-handler.fr-hne {
  right: -6px;
  top: -6px;
}
.fr-box .fr-video-resizer .fr-handler.fr-hsw {
  left: -6px;
  bottom: -6px;
}
.fr-box .fr-video-resizer .fr-handler.fr-hse {
  right: -6px;
  bottom: -6px;
}
@media (min-width: 1200px) {
  .fr-box .fr-video-resizer .fr-handler {
    width: 10px;
    height: 10px;
  }
  .fr-box .fr-video-resizer .fr-handler.fr-hnw {
    left: -5px;
    top: -5px;
  }
  .fr-box .fr-video-resizer .fr-handler.fr-hne {
    right: -5px;
    top: -5px;
  }
  .fr-box .fr-video-resizer .fr-handler.fr-hsw {
    left: -5px;
    bottom: -5px;
  }
  .fr-box .fr-video-resizer .fr-handler.fr-hse {
    right: -5px;
    bottom: -5px;
  }
}
.fr-video-size-layer .fr-video-group .fr-input-line {
  width: calc(50% - 5px);
  display: inline-block;
}
.fr-video-size-layer .fr-video-group .fr-input-line + .fr-input-line {
  margin-left: 10px;
}
.fr-video-overlay {
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  z-index: 9999;
  display: none;
}
.form-control.form-control-wysiwyg-inline{height:auto}
/*
 * This is a manifest file that'll be compiled into application.css, which will include all the files
 * listed below.
 *
 * Any CSS and SCSS file within this directory, lib/assets/stylesheets, vendor/assets/stylesheets,
 * or any plugin's vendor/assets/stylesheets directory can be referenced here using a relative path.
 *
 * You're free to add application-wide styles to this file and they'll appear at the bottom of the
 * compiled file so the styles you add here take precedence over styles defined in any other CSS/SCSS
 * files in this directory. Styles in this file should be added after the last require_* statement.
 * It is generally better to create a new file per style scope.
 *


 */

/*! Lity - v2.4.0 - 2019-08-10
* http://sorgalla.com/lity/
* Copyright (c) 2015-2019 Jan Sorgalla; Licensed MIT */

.lity {
  z-index: 9990;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  white-space: nowrap;
  background: #0b0b0b;
  background: rgba(0, 0, 0, 0.9);
  outline: none !important;
  opacity: 0;
  -webkit-transition: opacity 0.3s ease;
  -o-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}
.lity.lity-opened {
  opacity: 1;
}
.lity.lity-closed {
  opacity: 0;
}
.lity * {
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
}
.lity-wrap {
  z-index: 9990;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  text-align: center;
  outline: none !important;
}
.lity-wrap:before {
  content: '';
  display: inline-block;
  height: 100%;
  vertical-align: middle;
  margin-right: -0.25em;
}
.lity-loader {
  z-index: 9991;
  color: #fff;
  position: absolute;
  top: 50%;
  margin-top: -0.8em;
  width: 100%;
  text-align: center;
  font-size: 14px;
  font-family: Arial, Helvetica, sans-serif;
  opacity: 0;
  -webkit-transition: opacity 0.3s ease;
  -o-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}
.lity-loading .lity-loader {
  opacity: 1;
}
.lity-container {
  z-index: 9992;
  position: relative;
  text-align: left;
  vertical-align: middle;
  display: inline-block;
  white-space: normal;
  max-width: 100%;
  max-height: 100%;
  outline: none !important;
}
.lity-content {
  z-index: 9993;
  width: 100%;
  -webkit-transform: scale(1);
      -ms-transform: scale(1);
       -o-transform: scale(1);
          transform: scale(1);
  -webkit-transition: -webkit-transform 0.3s ease;
  transition: -webkit-transform 0.3s ease;
  -o-transition: -o-transform 0.3s ease;
  transition: transform 0.3s ease;
  transition: transform 0.3s ease, -webkit-transform 0.3s ease, -o-transform 0.3s ease;
}
.lity-loading .lity-content,
.lity-closed .lity-content {
  -webkit-transform: scale(0.8);
      -ms-transform: scale(0.8);
       -o-transform: scale(0.8);
          transform: scale(0.8);
}
.lity-content:after {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  display: block;
  right: 0;
  width: auto;
  height: auto;
  z-index: -1;
  -webkit-box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
          box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
}
.lity-close {
  z-index: 9994;
  width: 35px;
  height: 35px;
  position: fixed;
  right: 0;
  top: 0;
  -webkit-appearance: none;
  cursor: pointer;
  text-decoration: none;
  text-align: center;
  padding: 0;
  color: #fff;
  font-style: normal;
  font-size: 35px;
  font-family: Arial, Baskerville, monospace;
  line-height: 35px;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
  border: 0;
  background: none;
  outline: none;
  -webkit-box-shadow: none;
          box-shadow: none;
}
.lity-close::-moz-focus-inner {
  border: 0;
  padding: 0;
}
.lity-close:hover,
.lity-close:focus,
.lity-close:active,
.lity-close:visited {
  text-decoration: none;
  text-align: center;
  padding: 0;
  color: #fff;
  font-style: normal;
  font-size: 35px;
  font-family: Arial, Baskerville, monospace;
  line-height: 35px;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
  border: 0;
  background: none;
  outline: none;
  -webkit-box-shadow: none;
          box-shadow: none;
}
.lity-close:active {
  top: 1px;
}
/* Image */
.lity-image img {
  max-width: 100%;
  display: block;
  line-height: 0;
  border: 0;
}
/* iFrame */
.lity-iframe .lity-container,
.lity-youtube .lity-container,
.lity-vimeo .lity-container,
.lity-facebookvideo .lity-container,
.lity-googlemaps .lity-container {
  width: 100%;
  max-width: 964px;
}
.lity-iframe-container {
  width: 100%;
  height: 0;
  padding-top: 56.25%;
  overflow: auto;
  pointer-events: auto;
  -webkit-transform: translateZ(0);
          transform: translateZ(0);
  -webkit-overflow-scrolling: touch;
}
.lity-iframe-container iframe {
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -webkit-box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
          box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  background: #000;
}
.lity-hide {
  display: none;
}
.approach-page{--ap-accent: #316459;--ap-glow: #88a59f;--ap-ink: #0a0a0a;--ap-body: #3d3d3d;--ap-muted: #656666;--ap-faint: #8e8e8f;--ap-line: #e7e2da;--ap-cream: #f8f5f0;--ap-figure-bg: #efeae2;font-family:'Open Sans', system-ui, -apple-system, 'Segoe UI', Arial, sans-serif;color:var(--ap-ink);background:#ffffff;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;text-rendering:optimizeLegibility}.approach-page *,.approach-page *::before,.approach-page *::after{box-sizing:border-box}.approach-page ::selection{background:rgba(49,100,89,0.16)}.approach-page img{max-width:100%;display:block}.approach-page .ap-wrap{max-width:1240px;margin:0 auto;padding:0 clamp(24px, 5vw, 80px)}.approach-page .ap-eyebrow{font-size:12px;font-weight:600;letter-spacing:0.14em;text-transform:uppercase;color:var(--ap-accent);margin-bottom:16px}.approach-page .ap-section-head{max-width:680px;margin-bottom:clamp(40px, 5vw, 64px)}.approach-page h2.ap-h2{font-weight:300;font-size:clamp(28px, 3.4vw, 42px);line-height:1.14;letter-spacing:-0.015em;text-transform:none;color:var(--ap-ink);margin:0;padding-top:0}.approach-page h2.ap-h2 em{font-style:italic;font-weight:300;color:var(--ap-accent)}.approach-page .ap-section-lead{font-size:17px;line-height:1.7;color:var(--ap-body);margin:18px 0 0}.approach-page .ap-hero{border-bottom:1px solid var(--ap-line)}.approach-page .ap-hero-grid{max-width:1240px;margin:0 auto;padding:clamp(56px, 8vw, 104px) clamp(24px, 5vw, 80px) clamp(48px, 7vw, 88px);display:grid;grid-template-columns:1.08fr 0.92fr;gap:clamp(40px, 6vw, 80px);align-items:center}.approach-page .ap-hero-eyebrow{margin-bottom:22px}.approach-page h1.ap-h1{font-weight:300;font-size:clamp(34px, 4.6vw, 60px);line-height:1.08;letter-spacing:-0.018em;text-transform:none;color:var(--ap-ink);margin:0;max-width:16ch}.approach-page h1.ap-h1 em{font-style:italic;font-weight:300;color:var(--ap-accent)}.approach-page .ap-lead{font-size:17px;line-height:1.7;color:var(--ap-body);max-width:56ch;margin:28px 0 0}.approach-page .ap-emphasis{font-weight:600;font-style:italic}.approach-page .ap-lead-muted{font-size:17px;line-height:1.7;color:var(--ap-muted);max-width:56ch;margin:18px 0 0}.approach-page .ap-pills{display:flex;gap:8px;flex-wrap:wrap;margin-top:32px}.approach-page .ap-pill{font-size:11px;font-weight:700;letter-spacing:0.08em;text-transform:uppercase;color:var(--ap-ink);border:1px solid #d6cfc3;padding:8px 14px;border-radius:999px;white-space:nowrap}.approach-page .ap-hero-figure{margin:0;position:relative;aspect-ratio:4 / 5;overflow:hidden;background:var(--ap-figure-bg)}.approach-page .ap-hero-figure img{width:100%;height:100%;object-fit:cover}.approach-page .ap-figcaption{position:absolute;left:0;right:0;bottom:0;padding:24px 20px 16px;background:linear-gradient(180deg, transparent 0%, rgba(10,10,10,0.55) 100%);color:#ffffff;font-size:12px;font-weight:600;letter-spacing:0.02em;font-style:normal}.approach-page .ap-pillars{padding:clamp(64px, 9vw, 112px) 0;background:#ffffff}.approach-page .ap-pillar-grid{display:grid;grid-template-columns:repeat(4, minmax(0, 1fr));border:1px solid var(--ap-line)}.approach-page .ap-pillar{padding:34px 30px 32px;border-right:1px solid var(--ap-line);background:#ffffff;display:flex;flex-direction:column}.approach-page .ap-pillar:last-child{border-right:none}.approach-page .ap-pillar-top{display:flex;align-items:center;justify-content:space-between;margin-bottom:22px}.approach-page .ap-pillar-num{font-size:13px;font-weight:300;color:var(--ap-faint)}.approach-page .ap-pillar-label{font-size:11px;font-weight:700;letter-spacing:0.1em;text-transform:uppercase;color:var(--ap-accent);margin-bottom:12px}.approach-page h3.ap-pillar-title{font-weight:600;font-size:19px;line-height:1.3;letter-spacing:-0.01em;text-transform:none;color:var(--ap-ink);margin:0 0 12px}.approach-page .ap-pillar-body{font-size:14.5px;line-height:1.6;color:var(--ap-muted);margin:0;flex-grow:1}.approach-page .ap-pillar-body em{font-style:italic}.approach-page .ap-pillar-foot{margin-top:22px;padding-top:16px;border-top:1px solid var(--ap-line);font-size:12.5px;font-weight:600;color:var(--ap-faint)}.approach-page .ap-journey{padding:clamp(64px, 9vw, 112px) 0;border-top:1px solid var(--ap-line);border-bottom:1px solid var(--ap-line);background-color:#fbfbfb}.approach-page .ap-journey .ap-section-head{max-width:720px;margin-bottom:clamp(36px, 4vw, 56px)}.approach-page .ap-journey-card{position:relative;border:1px solid #1e2a25;padding:clamp(20px, 3vw, 44px) clamp(20px, 3vw, 44px) clamp(16px, 2vw, 28px);overflow:hidden;background:#0b1210}.approach-page .ap-journey-scroll{position:absolute;inset:0;overflow-x:auto;overflow-y:hidden}.approach-page #ap-journey-svg{min-width:820px;width:100%;height:auto;display:block;font-family:'Open Sans', sans-serif}.approach-page .ap-journey-spacer{width:100%;aspect-ratio:1160 / 520;min-width:820px;pointer-events:none}.approach-page .ap-jnode{cursor:pointer;transition:opacity 0.35s ease, filter 0.35s ease}.approach-page .ap-jnode [data-ring]{transition:stroke-width 0.3s ease}.approach-page .ap-journey-caption{position:relative;margin-top:clamp(4px, 1vw, 10px);display:flex;align-items:center;gap:16px;flex-wrap:wrap;border-top:1px solid rgba(255,255,255,0.08);padding-top:18px}.approach-page .ap-cap-inner{display:flex;align-items:baseline;gap:12px}.approach-page #ap-cap-num{font-weight:300;font-size:30px;line-height:1;color:var(--ap-glow);min-width:40px}.approach-page #ap-cap-title{font-weight:600;font-size:16px;color:#ffffff;letter-spacing:-0.01em}.approach-page .ap-steps{margin-top:clamp(40px, 5vw, 64px);max-width:900px}.approach-page .ap-step{display:grid;grid-template-columns:88px 1fr;gap:0 28px;padding:26px 0;border-top:1px solid var(--ap-line)}.approach-page .ap-step:last-child{border-bottom:1px solid var(--ap-line)}.approach-page .ap-step-num{font-weight:300;font-size:34px;line-height:1;color:var(--ap-accent)}.approach-page .ap-step-label{font-size:11px;font-weight:700;letter-spacing:0.1em;text-transform:uppercase;color:var(--ap-faint);margin-bottom:6px}.approach-page h4.ap-step-title{font-weight:600;font-size:18px;line-height:1.4;letter-spacing:-0.01em;text-transform:none;color:var(--ap-ink);margin:0 0 6px}.approach-page .ap-step-body{font-size:15px;line-height:1.65;color:var(--ap-muted);margin:0}.approach-page .ap-quote{margin:clamp(36px, 4vw, 52px) auto 0;padding-top:clamp(28px, 3vw, 36px);max-width:760px;text-align:center;font-weight:300;font-style:italic;font-size:clamp(20px, 2.4vw, 26px);line-height:1.4;color:var(--ap-accent)}.approach-page .ap-quote-author{display:block;margin-top:16px;font-style:normal;font-weight:600;font-size:13px;letter-spacing:0.06em;text-transform:uppercase;color:var(--ap-faint)}.approach-page .ap-synergy{padding:clamp(64px, 9vw, 112px) 0;background:#ffffff}.approach-page .ap-synergy-grid{max-width:1240px;margin:0 auto;padding:0 clamp(24px, 5vw, 80px);display:grid;grid-template-columns:0.9fr 1.1fr;gap:clamp(40px, 6vw, 80px);align-items:center}.approach-page .ap-synergy-figure{margin:0;aspect-ratio:5 / 6;overflow:hidden;background:var(--ap-figure-bg)}.approach-page .ap-synergy-figure img{width:100%;height:100%;object-fit:cover}.approach-page h2.ap-synergy-heading{font-weight:300;font-size:clamp(26px, 3vw, 38px);line-height:1.16;letter-spacing:-0.015em;text-transform:none;color:var(--ap-ink);margin:0 0 24px;padding-top:0}.approach-page .ap-synergy-body{font-size:16px;line-height:1.7;color:var(--ap-body);margin:0 0 18px;max-width:60ch}.approach-page .ap-synergy-body strong{color:var(--ap-ink);font-weight:600}.approach-page .ap-synergy-body.is-last{margin-bottom:24px}.approach-page .ap-synergy-kicker{font-weight:300;font-style:italic;font-size:19px;line-height:1.5;color:var(--ap-accent);margin:0}.approach-page .ap-cta{background:var(--ap-ink);color:rgba(255,255,255,0.9);padding:clamp(64px, 8vw, 96px) 0}.approach-page .ap-cta-inner{max-width:1240px;margin:0 auto;padding:0 clamp(24px, 5vw, 80px);text-align:center}.approach-page h2.ap-cta-heading{font-weight:300;font-size:clamp(24px, 3vw, 36px);line-height:1.28;letter-spacing:-0.015em;text-transform:none;color:#ffffff;max-width:20ch;margin:0 auto 30px;padding-top:0}.approach-page .ap-cta-actions{display:flex;gap:14px;justify-content:center;flex-wrap:wrap}.approach-page .ap-cta-btn{display:inline-flex;align-items:center;justify-content:center;height:48px;padding:0 26px;font-size:14px;font-weight:600;border-radius:6px;transition:background-color 0.2s ease, border-color 0.2s ease}.approach-page .ap-cta-btn,.approach-page .ap-cta-btn:hover,.approach-page .ap-cta-btn:focus{text-decoration:none !important}.approach-page .ap-cta-btn.is-primary{background:#ffffff;color:var(--ap-ink)}.approach-page .ap-cta-btn.is-primary:hover,.approach-page .ap-cta-btn.is-primary:focus{background:#ebe7e0;color:var(--ap-ink)}.approach-page .ap-cta-btn.is-secondary{background:transparent;color:#ffffff;border:1px solid rgba(255,255,255,0.4)}.approach-page .ap-cta-btn.is-secondary:hover,.approach-page .ap-cta-btn.is-secondary:focus{border-color:#ffffff;color:#ffffff}.approach-page .ap-wide-only{display:inline}.approach-page .ap-journey-mobile{display:none}.approach-page #ap-journey-svg-m{width:100%;height:auto;display:block;font-family:'Open Sans', sans-serif}.approach-page .ap-jnode-m{cursor:pointer;transition:opacity 0.35s ease, filter 0.35s ease}.approach-page .ap-jnode-m [data-ring]{transition:stroke-width 0.3s ease}@media (max-width: 900px){.approach-page .ap-wide-only{display:none}.approach-page .ap-hero-grid{display:block;padding:36px 20px 40px}.approach-page .ap-eyebrow{font-size:11px}.approach-page .ap-hero-eyebrow{margin-bottom:16px}.approach-page h1.ap-h1{font-size:34px;line-height:1.1;max-width:none}.approach-page .ap-lead{font-size:15.5px;max-width:none;margin:22px 0 0}.approach-page .ap-lead-muted{font-size:15.5px;max-width:none;margin:16px 0 0}.approach-page .ap-pills{margin-top:26px}.approach-page .ap-pill{font-size:10.5px;padding:7px 12px}.approach-page .ap-hero-figure{margin:32px -20px -40px;aspect-ratio:4 / 3}.approach-page .ap-figcaption{padding:24px 20px 14px}.approach-page .ap-wrap{padding:0}.approach-page .ap-section-head{margin-bottom:0}.approach-page h2.ap-h2{font-size:28px;line-height:1.16}.approach-page .ap-section-lead{font-size:15.5px;margin:16px 0 28px}.approach-page .ap-pillars{padding:48px 20px}.approach-page .ap-pillar-grid{display:flex;flex-direction:column}.approach-page .ap-pillar{padding:26px 22px;border-right:none;border-bottom:1px solid var(--ap-line)}.approach-page .ap-pillar:last-child{border-bottom:none}.approach-page .ap-pillar-top{margin-bottom:18px}.approach-page .ap-pillar-label{font-size:10.5px;margin-bottom:10px}.approach-page h3.ap-pillar-title{font-size:18px;margin:0 0 10px}.approach-page .ap-pillar-foot{margin-top:18px;padding-top:14px}.approach-page .ap-journey{padding:48px 20px}.approach-page .ap-journey .ap-section-head{max-width:none;margin-bottom:0}.approach-page .ap-journey .ap-section-lead{margin:16px 0 26px}.approach-page .ap-journey-card{padding:16px 14px 14px}.approach-page .ap-journey-scroll,.approach-page .ap-journey-spacer{display:none}.approach-page .ap-journey-mobile{display:block}.approach-page .ap-journey-caption{margin-top:12px;padding-top:14px;gap:10px}.approach-page .ap-cap-inner{gap:10px}.approach-page #ap-cap-num{font-size:26px;min-width:0}.approach-page #ap-cap-title{font-size:15px}.approach-page .ap-steps{margin-top:36px;max-width:none}.approach-page .ap-step{display:block;padding:22px 0}.approach-page .ap-step>div{display:contents}.approach-page .ap-step-num{font-size:26px;margin-right:12px}.approach-page .ap-step-num,.approach-page .ap-step-label{display:inline;vertical-align:baseline}.approach-page .ap-step-label{font-size:10.5px;margin-bottom:0}.approach-page h4.ap-step-title{font-size:17px;margin:8px 0 6px}.approach-page .ap-step-body{font-size:14.5px}.approach-page .ap-quote{margin:34px 0 0;padding-top:28px;max-width:none;font-size:20px}.approach-page .ap-quote-author{margin-top:14px;font-size:11.5px}.approach-page .ap-synergy{padding:48px 0 0}.approach-page .ap-synergy-grid{display:block;padding:0}.approach-page .ap-synergy-figure{margin:0 0 28px;aspect-ratio:4 / 3}.approach-page .ap-synergy-copy{padding:0 20px 48px}.approach-page h2.ap-synergy-heading{font-size:26px;line-height:1.18;margin:0 0 20px}.approach-page .ap-synergy-body{font-size:15.5px;max-width:none;margin:0 0 16px}.approach-page .ap-synergy-body.is-last{margin-bottom:22px}.approach-page .ap-synergy-kicker{font-size:18px}.approach-page .ap-cta{padding:48px 20px}.approach-page .ap-cta-inner{padding:0}.approach-page h2.ap-cta-heading{font-size:24px;max-width:none;margin:0 0 24px}.approach-page .ap-cta-actions{display:flex;flex-direction:column;gap:10px}}@media (prefers-reduced-motion: reduce){.approach-page .ap-jnode,.approach-page .ap-jnode-m{transition:none}.approach-page #ap-journey-svg animateTransform,.approach-page #ap-journey-svg-m animateTransform{display:none}}
.banner.cb-tools{background:url("https://cdn1.neurohacker.com/uploads/Tools_Page_03-599ce75c-c44a-4f02-a1cb-f2ec2fd44591.jpg");background-repeat:no-repeat;background-size:cover;background-position:center;min-height:300px}
.bazaar-image-card,.bazaar-image-card picture{display:block;width:100%}.bazaar-image-card.bazaar-image-card-flip-image{position:relative;max-width:100%}.bazaar-image-card.bazaar-image-card-flip-image img.bazaar-image-card-back{position:absolute;top:0;right:0;left:0;bottom:0;object-fit:contain;opacity:0;transition:opacity .2s}.bazaar-image-card.bazaar-image-card-flip-image:hover img.bazaar-image-card-back{opacity:1}.js-buy-buttons{display:flex;gap:0.5rem;align-items:stretch}.js-buy-buttons>div{flex:1}.js-buy-buttons>div button{width:100%}@media (min-width: 768px) and (max-width: 1023px){.product-card .js-buy-buttons{flex-direction:column}}
.blog-post .post-header h1.h2{margin-bottom:30px}.fr-view blockquote p:last-child{display:inline-block;margin-bottom:0}.fr-view blockquote p:first-child{display:inline-block}ol.references-list li{font-size:11px;margin-bottom:0;padding-bottom:0;margin-top:0;padding-top:0}.reference-paragraph{font-size:11px}
.container{width:100%;padding-right:15px;padding-left:15px;margin-right:auto;margin-left:auto}@media (min-width: 576px){.container{max-width:540px}}@media (min-width: 768px){.container{max-width:720px}}@media (min-width: 992px){.container{max-width:960px}}@media (min-width: 1200px){.container{max-width:1140px}}.container-fluid{width:100%;padding-right:15px;padding-left:15px;margin-right:auto;margin-left:auto}.row{display:flex;flex-wrap:wrap;margin-right:-15px;margin-left:-15px}.col,.col-auto,.col-1,.col-2,.col-3,.col-4,.col-5,.col-6,.col-7,.col-8,.col-9,.col-10,.col-11,.col-12,.col-sm-1,.col-sm-2,.col-sm-3,.col-sm-4,.col-sm-5,.col-sm-6,.col-sm-7,.col-sm-8,.col-sm-9,.col-sm-10,.col-sm-11,.col-sm-12,.col-md-1,.col-md-2,.col-md-3,.col-md-4,.col-md-5,.col-md-6,.col-md-7,.col-md-8,.col-md-9,.col-md-10,.col-md-11,.col-md-12,.col-lg-1,.col-lg-2,.col-lg-3,.col-lg-4,.col-lg-5,.col-lg-6,.col-lg-7,.col-lg-8,.col-lg-9,.col-lg-10,.col-lg-11,.col-lg-12,.col-xl-1,.col-xl-2,.col-xl-3,.col-xl-4,.col-xl-5,.col-xl-6,.col-xl-7,.col-xl-8,.col-xl-9,.col-xl-10,.col-xl-11,.col-xl-12{position:relative;width:100%;padding-right:15px;padding-left:15px}.col{flex-basis:0;flex-grow:1;max-width:100%}.col-auto{flex:0 0 auto;width:auto;max-width:100%}.col-1{flex:0 0 8.3333333333%;max-width:8.3333333333%}.col-2{flex:0 0 16.6666666667%;max-width:16.6666666667%}.col-3{flex:0 0 25%;max-width:25%}.col-4{flex:0 0 33.3333333333%;max-width:33.3333333333%}.col-5{flex:0 0 41.6666666667%;max-width:41.6666666667%}.col-6{flex:0 0 50%;max-width:50%}.col-7{flex:0 0 58.3333333333%;max-width:58.3333333333%}.col-8{flex:0 0 66.6666666667%;max-width:66.6666666667%}.col-9{flex:0 0 75%;max-width:75%}.col-10{flex:0 0 83.3333333333%;max-width:83.3333333333%}.col-11{flex:0 0 91.6666666667%;max-width:91.6666666667%}.col-12{flex:0 0 100%;max-width:100%}@media (min-width: 576px){.col-sm-1{flex:0 0 8.3333333333%;max-width:8.3333333333%}.col-sm-2{flex:0 0 16.6666666667%;max-width:16.6666666667%}.col-sm-3{flex:0 0 25%;max-width:25%}.col-sm-4{flex:0 0 33.3333333333%;max-width:33.3333333333%}.col-sm-5{flex:0 0 41.6666666667%;max-width:41.6666666667%}.col-sm-6{flex:0 0 50%;max-width:50%}.col-sm-7{flex:0 0 58.3333333333%;max-width:58.3333333333%}.col-sm-8{flex:0 0 66.6666666667%;max-width:66.6666666667%}.col-sm-9{flex:0 0 75%;max-width:75%}.col-sm-10{flex:0 0 83.3333333333%;max-width:83.3333333333%}.col-sm-11{flex:0 0 91.6666666667%;max-width:91.6666666667%}.col-sm-12{flex:0 0 100%;max-width:100%}}@media (min-width: 768px){.col-md-1{flex:0 0 8.3333333333%;max-width:8.3333333333%}.col-md-2{flex:0 0 16.6666666667%;max-width:16.6666666667%}.col-md-3{flex:0 0 25%;max-width:25%}.col-md-4{flex:0 0 33.3333333333%;max-width:33.3333333333%}.col-md-5{flex:0 0 41.6666666667%;max-width:41.6666666667%}.col-md-6{flex:0 0 50%;max-width:50%}.col-md-7{flex:0 0 58.3333333333%;max-width:58.3333333333%}.col-md-8{flex:0 0 66.6666666667%;max-width:66.6666666667%}.col-md-9{flex:0 0 75%;max-width:75%}.col-md-10{flex:0 0 83.3333333333%;max-width:83.3333333333%}.col-md-11{flex:0 0 91.6666666667%;max-width:91.6666666667%}.col-md-12{flex:0 0 100%;max-width:100%}}@media (min-width: 992px){.col-lg-1{flex:0 0 8.3333333333%;max-width:8.3333333333%}.col-lg-2{flex:0 0 16.6666666667%;max-width:16.6666666667%}.col-lg-3{flex:0 0 25%;max-width:25%}.col-lg-4{flex:0 0 33.3333333333%;max-width:33.3333333333%}.col-lg-5{flex:0 0 41.6666666667%;max-width:41.6666666667%}.col-lg-6{flex:0 0 50%;max-width:50%}.col-lg-7{flex:0 0 58.3333333333%;max-width:58.3333333333%}.col-lg-8{flex:0 0 66.6666666667%;max-width:66.6666666667%}.col-lg-9{flex:0 0 75%;max-width:75%}.col-lg-10{flex:0 0 83.3333333333%;max-width:83.3333333333%}.col-lg-11{flex:0 0 91.6666666667%;max-width:91.6666666667%}.col-lg-12{flex:0 0 100%;max-width:100%}}@media (min-width: 1200px){.col-xl-1{flex:0 0 8.3333333333%;max-width:8.3333333333%}.col-xl-2{flex:0 0 16.6666666667%;max-width:16.6666666667%}.col-xl-3{flex:0 0 25%;max-width:25%}.col-xl-4{flex:0 0 33.3333333333%;max-width:33.3333333333%}.col-xl-5{flex:0 0 41.6666666667%;max-width:41.6666666667%}.col-xl-6{flex:0 0 50%;max-width:50%}.col-xl-7{flex:0 0 58.3333333333%;max-width:58.3333333333%}.col-xl-8{flex:0 0 66.6666666667%;max-width:66.6666666667%}.col-xl-9{flex:0 0 75%;max-width:75%}.col-xl-10{flex:0 0 83.3333333333%;max-width:83.3333333333%}.col-xl-11{flex:0 0 91.6666666667%;max-width:91.6666666667%}.col-xl-12{flex:0 0 100%;max-width:100%}}.d-none{display:none !important}.d-inline{display:inline !important}.d-inline-block{display:inline-block !important}.d-block{display:block !important}.d-flex{display:flex !important}.d-inline-flex{display:inline-flex !important}@media (min-width: 576px){.d-sm-none{display:none !important}.d-sm-inline{display:inline !important}.d-sm-inline-block{display:inline-block !important}.d-sm-block{display:block !important}.d-sm-flex{display:flex !important}}@media (min-width: 768px){.d-md-none{display:none !important}.d-md-inline{display:inline !important}.d-md-inline-block{display:inline-block !important}.d-md-block{display:block !important}.d-md-flex{display:flex !important}}@media (min-width: 992px){.d-lg-none{display:none !important}.d-lg-inline{display:inline !important}.d-lg-inline-block{display:inline-block !important}.d-lg-block{display:block !important}.d-lg-flex{display:flex !important}}@media (min-width: 1200px){.d-xl-none{display:none !important}.d-xl-inline{display:inline !important}.d-xl-inline-block{display:inline-block !important}.d-xl-block{display:block !important}.d-xl-flex{display:flex !important}}.m-0{margin:0 !important}.mt-0{margin-top:0 !important}.mr-0{margin-right:0 !important}.mb-0{margin-bottom:0 !important}.ml-0{margin-left:0 !important}.mx-0{margin-left:0 !important;margin-right:0 !important}.my-0{margin-top:0 !important;margin-bottom:0 !important}.p-0{padding:0 !important}.pt-0{padding-top:0 !important}.pr-0{padding-right:0 !important}.pb-0{padding-bottom:0 !important}.pl-0{padding-left:0 !important}.px-0{padding-left:0 !important;padding-right:0 !important}.py-0{padding-top:0 !important;padding-bottom:0 !important}.m-1{margin:.25rem !important}.mt-1{margin-top:.25rem !important}.mr-1{margin-right:.25rem !important}.mb-1{margin-bottom:.25rem !important}.ml-1{margin-left:.25rem !important}.mx-1{margin-left:.25rem !important;margin-right:.25rem !important}.my-1{margin-top:.25rem !important;margin-bottom:.25rem !important}.p-1{padding:.25rem !important}.pt-1{padding-top:.25rem !important}.pr-1{padding-right:.25rem !important}.pb-1{padding-bottom:.25rem !important}.pl-1{padding-left:.25rem !important}.px-1{padding-left:.25rem !important;padding-right:.25rem !important}.py-1{padding-top:.25rem !important;padding-bottom:.25rem !important}.m-2{margin:.5rem !important}.mt-2{margin-top:.5rem !important}.mr-2{margin-right:.5rem !important}.mb-2{margin-bottom:.5rem !important}.ml-2{margin-left:.5rem !important}.mx-2{margin-left:.5rem !important;margin-right:.5rem !important}.my-2{margin-top:.5rem !important;margin-bottom:.5rem !important}.p-2{padding:.5rem !important}.pt-2{padding-top:.5rem !important}.pr-2{padding-right:.5rem !important}.pb-2{padding-bottom:.5rem !important}.pl-2{padding-left:.5rem !important}.px-2{padding-left:.5rem !important;padding-right:.5rem !important}.py-2{padding-top:.5rem !important;padding-bottom:.5rem !important}.m-3{margin:1rem !important}.mt-3{margin-top:1rem !important}.mr-3{margin-right:1rem !important}.mb-3{margin-bottom:1rem !important}.ml-3{margin-left:1rem !important}.mx-3{margin-left:1rem !important;margin-right:1rem !important}.my-3{margin-top:1rem !important;margin-bottom:1rem !important}.p-3{padding:1rem !important}.pt-3{padding-top:1rem !important}.pr-3{padding-right:1rem !important}.pb-3{padding-bottom:1rem !important}.pl-3{padding-left:1rem !important}.px-3{padding-left:1rem !important;padding-right:1rem !important}.py-3{padding-top:1rem !important;padding-bottom:1rem !important}.m-4{margin:1.5rem !important}.mt-4{margin-top:1.5rem !important}.mr-4{margin-right:1.5rem !important}.mb-4{margin-bottom:1.5rem !important}.ml-4{margin-left:1.5rem !important}.mx-4{margin-left:1.5rem !important;margin-right:1.5rem !important}.my-4{margin-top:1.5rem !important;margin-bottom:1.5rem !important}.p-4{padding:1.5rem !important}.pt-4{padding-top:1.5rem !important}.pr-4{padding-right:1.5rem !important}.pb-4{padding-bottom:1.5rem !important}.pl-4{padding-left:1.5rem !important}.px-4{padding-left:1.5rem !important;padding-right:1.5rem !important}.py-4{padding-top:1.5rem !important;padding-bottom:1.5rem !important}.m-5{margin:3rem !important}.mt-5{margin-top:3rem !important}.mr-5{margin-right:3rem !important}.mb-5{margin-bottom:3rem !important}.ml-5{margin-left:3rem !important}.mx-5{margin-left:3rem !important;margin-right:3rem !important}.my-5{margin-top:3rem !important;margin-bottom:3rem !important}.p-5{padding:3rem !important}.pt-5{padding-top:3rem !important}.pr-5{padding-right:3rem !important}.pb-5{padding-bottom:3rem !important}.pl-5{padding-left:3rem !important}.px-5{padding-left:3rem !important;padding-right:3rem !important}.py-5{padding-top:3rem !important;padding-bottom:3rem !important}.m-auto{margin:auto !important}.mt-auto{margin-top:auto !important}.mr-auto{margin-right:auto !important}.mb-auto{margin-bottom:auto !important}.ml-auto{margin-left:auto !important}.mx-auto{margin-left:auto !important;margin-right:auto !important}@media (min-width: 576px){.m-sm-0{margin:0 !important}.mt-sm-0{margin-top:0 !important}.mr-sm-0{margin-right:0 !important}.mb-sm-0{margin-bottom:0 !important}.ml-sm-0{margin-left:0 !important}.mx-sm-0{margin-left:0 !important;margin-right:0 !important}.my-sm-0{margin-top:0 !important;margin-bottom:0 !important}.p-sm-0{padding:0 !important}.pt-sm-0{padding-top:0 !important}.pr-sm-0{padding-right:0 !important}.pb-sm-0{padding-bottom:0 !important}.pl-sm-0{padding-left:0 !important}.px-sm-0{padding-left:0 !important;padding-right:0 !important}.py-sm-0{padding-top:0 !important;padding-bottom:0 !important}.m-sm-1{margin:.25rem !important}.mt-sm-1{margin-top:.25rem !important}.mr-sm-1{margin-right:.25rem !important}.mb-sm-1{margin-bottom:.25rem !important}.ml-sm-1{margin-left:.25rem !important}.mx-sm-1{margin-left:.25rem !important;margin-right:.25rem !important}.my-sm-1{margin-top:.25rem !important;margin-bottom:.25rem !important}.p-sm-1{padding:.25rem !important}.pt-sm-1{padding-top:.25rem !important}.pr-sm-1{padding-right:.25rem !important}.pb-sm-1{padding-bottom:.25rem !important}.pl-sm-1{padding-left:.25rem !important}.px-sm-1{padding-left:.25rem !important;padding-right:.25rem !important}.py-sm-1{padding-top:.25rem !important;padding-bottom:.25rem !important}.m-sm-2{margin:.5rem !important}.mt-sm-2{margin-top:.5rem !important}.mr-sm-2{margin-right:.5rem !important}.mb-sm-2{margin-bottom:.5rem !important}.ml-sm-2{margin-left:.5rem !important}.mx-sm-2{margin-left:.5rem !important;margin-right:.5rem !important}.my-sm-2{margin-top:.5rem !important;margin-bottom:.5rem !important}.p-sm-2{padding:.5rem !important}.pt-sm-2{padding-top:.5rem !important}.pr-sm-2{padding-right:.5rem !important}.pb-sm-2{padding-bottom:.5rem !important}.pl-sm-2{padding-left:.5rem !important}.px-sm-2{padding-left:.5rem !important;padding-right:.5rem !important}.py-sm-2{padding-top:.5rem !important;padding-bottom:.5rem !important}.m-sm-3{margin:1rem !important}.mt-sm-3{margin-top:1rem !important}.mr-sm-3{margin-right:1rem !important}.mb-sm-3{margin-bottom:1rem !important}.ml-sm-3{margin-left:1rem !important}.mx-sm-3{margin-left:1rem !important;margin-right:1rem !important}.my-sm-3{margin-top:1rem !important;margin-bottom:1rem !important}.p-sm-3{padding:1rem !important}.pt-sm-3{padding-top:1rem !important}.pr-sm-3{padding-right:1rem !important}.pb-sm-3{padding-bottom:1rem !important}.pl-sm-3{padding-left:1rem !important}.px-sm-3{padding-left:1rem !important;padding-right:1rem !important}.py-sm-3{padding-top:1rem !important;padding-bottom:1rem !important}.m-sm-4{margin:1.5rem !important}.mt-sm-4{margin-top:1.5rem !important}.mr-sm-4{margin-right:1.5rem !important}.mb-sm-4{margin-bottom:1.5rem !important}.ml-sm-4{margin-left:1.5rem !important}.mx-sm-4{margin-left:1.5rem !important;margin-right:1.5rem !important}.my-sm-4{margin-top:1.5rem !important;margin-bottom:1.5rem !important}.p-sm-4{padding:1.5rem !important}.pt-sm-4{padding-top:1.5rem !important}.pr-sm-4{padding-right:1.5rem !important}.pb-sm-4{padding-bottom:1.5rem !important}.pl-sm-4{padding-left:1.5rem !important}.px-sm-4{padding-left:1.5rem !important;padding-right:1.5rem !important}.py-sm-4{padding-top:1.5rem !important;padding-bottom:1.5rem !important}.m-sm-5{margin:3rem !important}.mt-sm-5{margin-top:3rem !important}.mr-sm-5{margin-right:3rem !important}.mb-sm-5{margin-bottom:3rem !important}.ml-sm-5{margin-left:3rem !important}.mx-sm-5{margin-left:3rem !important;margin-right:3rem !important}.my-sm-5{margin-top:3rem !important;margin-bottom:3rem !important}.p-sm-5{padding:3rem !important}.pt-sm-5{padding-top:3rem !important}.pr-sm-5{padding-right:3rem !important}.pb-sm-5{padding-bottom:3rem !important}.pl-sm-5{padding-left:3rem !important}.px-sm-5{padding-left:3rem !important;padding-right:3rem !important}.py-sm-5{padding-top:3rem !important;padding-bottom:3rem !important}.m-sm-auto{margin:auto !important}.mt-sm-auto{margin-top:auto !important}.mr-sm-auto{margin-right:auto !important}.mb-sm-auto{margin-bottom:auto !important}.ml-sm-auto{margin-left:auto !important}.mx-sm-auto{margin-left:auto !important;margin-right:auto !important}}@media (min-width: 768px){.m-md-0{margin:0 !important}.mt-md-0{margin-top:0 !important}.mr-md-0{margin-right:0 !important}.mb-md-0{margin-bottom:0 !important}.ml-md-0{margin-left:0 !important}.mx-md-0{margin-left:0 !important;margin-right:0 !important}.my-md-0{margin-top:0 !important;margin-bottom:0 !important}.p-md-0{padding:0 !important}.pt-md-0{padding-top:0 !important}.pr-md-0{padding-right:0 !important}.pb-md-0{padding-bottom:0 !important}.pl-md-0{padding-left:0 !important}.px-md-0{padding-left:0 !important;padding-right:0 !important}.py-md-0{padding-top:0 !important;padding-bottom:0 !important}.m-md-1{margin:.25rem !important}.mt-md-1{margin-top:.25rem !important}.mr-md-1{margin-right:.25rem !important}.mb-md-1{margin-bottom:.25rem !important}.ml-md-1{margin-left:.25rem !important}.mx-md-1{margin-left:.25rem !important;margin-right:.25rem !important}.my-md-1{margin-top:.25rem !important;margin-bottom:.25rem !important}.p-md-1{padding:.25rem !important}.pt-md-1{padding-top:.25rem !important}.pr-md-1{padding-right:.25rem !important}.pb-md-1{padding-bottom:.25rem !important}.pl-md-1{padding-left:.25rem !important}.px-md-1{padding-left:.25rem !important;padding-right:.25rem !important}.py-md-1{padding-top:.25rem !important;padding-bottom:.25rem !important}.m-md-2{margin:.5rem !important}.mt-md-2{margin-top:.5rem !important}.mr-md-2{margin-right:.5rem !important}.mb-md-2{margin-bottom:.5rem !important}.ml-md-2{margin-left:.5rem !important}.mx-md-2{margin-left:.5rem !important;margin-right:.5rem !important}.my-md-2{margin-top:.5rem !important;margin-bottom:.5rem !important}.p-md-2{padding:.5rem !important}.pt-md-2{padding-top:.5rem !important}.pr-md-2{padding-right:.5rem !important}.pb-md-2{padding-bottom:.5rem !important}.pl-md-2{padding-left:.5rem !important}.px-md-2{padding-left:.5rem !important;padding-right:.5rem !important}.py-md-2{padding-top:.5rem !important;padding-bottom:.5rem !important}.m-md-3{margin:1rem !important}.mt-md-3{margin-top:1rem !important}.mr-md-3{margin-right:1rem !important}.mb-md-3{margin-bottom:1rem !important}.ml-md-3{margin-left:1rem !important}.mx-md-3{margin-left:1rem !important;margin-right:1rem !important}.my-md-3{margin-top:1rem !important;margin-bottom:1rem !important}.p-md-3{padding:1rem !important}.pt-md-3{padding-top:1rem !important}.pr-md-3{padding-right:1rem !important}.pb-md-3{padding-bottom:1rem !important}.pl-md-3{padding-left:1rem !important}.px-md-3{padding-left:1rem !important;padding-right:1rem !important}.py-md-3{padding-top:1rem !important;padding-bottom:1rem !important}.m-md-4{margin:1.5rem !important}.mt-md-4{margin-top:1.5rem !important}.mr-md-4{margin-right:1.5rem !important}.mb-md-4{margin-bottom:1.5rem !important}.ml-md-4{margin-left:1.5rem !important}.mx-md-4{margin-left:1.5rem !important;margin-right:1.5rem !important}.my-md-4{margin-top:1.5rem !important;margin-bottom:1.5rem !important}.p-md-4{padding:1.5rem !important}.pt-md-4{padding-top:1.5rem !important}.pr-md-4{padding-right:1.5rem !important}.pb-md-4{padding-bottom:1.5rem !important}.pl-md-4{padding-left:1.5rem !important}.px-md-4{padding-left:1.5rem !important;padding-right:1.5rem !important}.py-md-4{padding-top:1.5rem !important;padding-bottom:1.5rem !important}.m-md-5{margin:3rem !important}.mt-md-5{margin-top:3rem !important}.mr-md-5{margin-right:3rem !important}.mb-md-5{margin-bottom:3rem !important}.ml-md-5{margin-left:3rem !important}.mx-md-5{margin-left:3rem !important;margin-right:3rem !important}.my-md-5{margin-top:3rem !important;margin-bottom:3rem !important}.p-md-5{padding:3rem !important}.pt-md-5{padding-top:3rem !important}.pr-md-5{padding-right:3rem !important}.pb-md-5{padding-bottom:3rem !important}.pl-md-5{padding-left:3rem !important}.px-md-5{padding-left:3rem !important;padding-right:3rem !important}.py-md-5{padding-top:3rem !important;padding-bottom:3rem !important}.m-md-auto{margin:auto !important}.mt-md-auto{margin-top:auto !important}.mr-md-auto{margin-right:auto !important}.mb-md-auto{margin-bottom:auto !important}.ml-md-auto{margin-left:auto !important}.mx-md-auto{margin-left:auto !important;margin-right:auto !important}}@media (min-width: 992px){.m-lg-0{margin:0 !important}.mt-lg-0{margin-top:0 !important}.mr-lg-0{margin-right:0 !important}.mb-lg-0{margin-bottom:0 !important}.ml-lg-0{margin-left:0 !important}.mx-lg-0{margin-left:0 !important;margin-right:0 !important}.my-lg-0{margin-top:0 !important;margin-bottom:0 !important}.p-lg-0{padding:0 !important}.pt-lg-0{padding-top:0 !important}.pr-lg-0{padding-right:0 !important}.pb-lg-0{padding-bottom:0 !important}.pl-lg-0{padding-left:0 !important}.px-lg-0{padding-left:0 !important;padding-right:0 !important}.py-lg-0{padding-top:0 !important;padding-bottom:0 !important}.m-lg-1{margin:.25rem !important}.mt-lg-1{margin-top:.25rem !important}.mr-lg-1{margin-right:.25rem !important}.mb-lg-1{margin-bottom:.25rem !important}.ml-lg-1{margin-left:.25rem !important}.mx-lg-1{margin-left:.25rem !important;margin-right:.25rem !important}.my-lg-1{margin-top:.25rem !important;margin-bottom:.25rem !important}.p-lg-1{padding:.25rem !important}.pt-lg-1{padding-top:.25rem !important}.pr-lg-1{padding-right:.25rem !important}.pb-lg-1{padding-bottom:.25rem !important}.pl-lg-1{padding-left:.25rem !important}.px-lg-1{padding-left:.25rem !important;padding-right:.25rem !important}.py-lg-1{padding-top:.25rem !important;padding-bottom:.25rem !important}.m-lg-2{margin:.5rem !important}.mt-lg-2{margin-top:.5rem !important}.mr-lg-2{margin-right:.5rem !important}.mb-lg-2{margin-bottom:.5rem !important}.ml-lg-2{margin-left:.5rem !important}.mx-lg-2{margin-left:.5rem !important;margin-right:.5rem !important}.my-lg-2{margin-top:.5rem !important;margin-bottom:.5rem !important}.p-lg-2{padding:.5rem !important}.pt-lg-2{padding-top:.5rem !important}.pr-lg-2{padding-right:.5rem !important}.pb-lg-2{padding-bottom:.5rem !important}.pl-lg-2{padding-left:.5rem !important}.px-lg-2{padding-left:.5rem !important;padding-right:.5rem !important}.py-lg-2{padding-top:.5rem !important;padding-bottom:.5rem !important}.m-lg-3{margin:1rem !important}.mt-lg-3{margin-top:1rem !important}.mr-lg-3{margin-right:1rem !important}.mb-lg-3{margin-bottom:1rem !important}.ml-lg-3{margin-left:1rem !important}.mx-lg-3{margin-left:1rem !important;margin-right:1rem !important}.my-lg-3{margin-top:1rem !important;margin-bottom:1rem !important}.p-lg-3{padding:1rem !important}.pt-lg-3{padding-top:1rem !important}.pr-lg-3{padding-right:1rem !important}.pb-lg-3{padding-bottom:1rem !important}.pl-lg-3{padding-left:1rem !important}.px-lg-3{padding-left:1rem !important;padding-right:1rem !important}.py-lg-3{padding-top:1rem !important;padding-bottom:1rem !important}.m-lg-4{margin:1.5rem !important}.mt-lg-4{margin-top:1.5rem !important}.mr-lg-4{margin-right:1.5rem !important}.mb-lg-4{margin-bottom:1.5rem !important}.ml-lg-4{margin-left:1.5rem !important}.mx-lg-4{margin-left:1.5rem !important;margin-right:1.5rem !important}.my-lg-4{margin-top:1.5rem !important;margin-bottom:1.5rem !important}.p-lg-4{padding:1.5rem !important}.pt-lg-4{padding-top:1.5rem !important}.pr-lg-4{padding-right:1.5rem !important}.pb-lg-4{padding-bottom:1.5rem !important}.pl-lg-4{padding-left:1.5rem !important}.px-lg-4{padding-left:1.5rem !important;padding-right:1.5rem !important}.py-lg-4{padding-top:1.5rem !important;padding-bottom:1.5rem !important}.m-lg-5{margin:3rem !important}.mt-lg-5{margin-top:3rem !important}.mr-lg-5{margin-right:3rem !important}.mb-lg-5{margin-bottom:3rem !important}.ml-lg-5{margin-left:3rem !important}.mx-lg-5{margin-left:3rem !important;margin-right:3rem !important}.my-lg-5{margin-top:3rem !important;margin-bottom:3rem !important}.p-lg-5{padding:3rem !important}.pt-lg-5{padding-top:3rem !important}.pr-lg-5{padding-right:3rem !important}.pb-lg-5{padding-bottom:3rem !important}.pl-lg-5{padding-left:3rem !important}.px-lg-5{padding-left:3rem !important;padding-right:3rem !important}.py-lg-5{padding-top:3rem !important;padding-bottom:3rem !important}.m-lg-auto{margin:auto !important}.mt-lg-auto{margin-top:auto !important}.mr-lg-auto{margin-right:auto !important}.mb-lg-auto{margin-bottom:auto !important}.ml-lg-auto{margin-left:auto !important}.mx-lg-auto{margin-left:auto !important;margin-right:auto !important}}@media (min-width: 1200px){.m-xl-0{margin:0 !important}.mt-xl-0{margin-top:0 !important}.mr-xl-0{margin-right:0 !important}.mb-xl-0{margin-bottom:0 !important}.ml-xl-0{margin-left:0 !important}.mx-xl-0{margin-left:0 !important;margin-right:0 !important}.my-xl-0{margin-top:0 !important;margin-bottom:0 !important}.p-xl-0{padding:0 !important}.pt-xl-0{padding-top:0 !important}.pr-xl-0{padding-right:0 !important}.pb-xl-0{padding-bottom:0 !important}.pl-xl-0{padding-left:0 !important}.px-xl-0{padding-left:0 !important;padding-right:0 !important}.py-xl-0{padding-top:0 !important;padding-bottom:0 !important}.m-xl-1{margin:.25rem !important}.mt-xl-1{margin-top:.25rem !important}.mr-xl-1{margin-right:.25rem !important}.mb-xl-1{margin-bottom:.25rem !important}.ml-xl-1{margin-left:.25rem !important}.mx-xl-1{margin-left:.25rem !important;margin-right:.25rem !important}.my-xl-1{margin-top:.25rem !important;margin-bottom:.25rem !important}.p-xl-1{padding:.25rem !important}.pt-xl-1{padding-top:.25rem !important}.pr-xl-1{padding-right:.25rem !important}.pb-xl-1{padding-bottom:.25rem !important}.pl-xl-1{padding-left:.25rem !important}.px-xl-1{padding-left:.25rem !important;padding-right:.25rem !important}.py-xl-1{padding-top:.25rem !important;padding-bottom:.25rem !important}.m-xl-2{margin:.5rem !important}.mt-xl-2{margin-top:.5rem !important}.mr-xl-2{margin-right:.5rem !important}.mb-xl-2{margin-bottom:.5rem !important}.ml-xl-2{margin-left:.5rem !important}.mx-xl-2{margin-left:.5rem !important;margin-right:.5rem !important}.my-xl-2{margin-top:.5rem !important;margin-bottom:.5rem !important}.p-xl-2{padding:.5rem !important}.pt-xl-2{padding-top:.5rem !important}.pr-xl-2{padding-right:.5rem !important}.pb-xl-2{padding-bottom:.5rem !important}.pl-xl-2{padding-left:.5rem !important}.px-xl-2{padding-left:.5rem !important;padding-right:.5rem !important}.py-xl-2{padding-top:.5rem !important;padding-bottom:.5rem !important}.m-xl-3{margin:1rem !important}.mt-xl-3{margin-top:1rem !important}.mr-xl-3{margin-right:1rem !important}.mb-xl-3{margin-bottom:1rem !important}.ml-xl-3{margin-left:1rem !important}.mx-xl-3{margin-left:1rem !important;margin-right:1rem !important}.my-xl-3{margin-top:1rem !important;margin-bottom:1rem !important}.p-xl-3{padding:1rem !important}.pt-xl-3{padding-top:1rem !important}.pr-xl-3{padding-right:1rem !important}.pb-xl-3{padding-bottom:1rem !important}.pl-xl-3{padding-left:1rem !important}.px-xl-3{padding-left:1rem !important;padding-right:1rem !important}.py-xl-3{padding-top:1rem !important;padding-bottom:1rem !important}.m-xl-4{margin:1.5rem !important}.mt-xl-4{margin-top:1.5rem !important}.mr-xl-4{margin-right:1.5rem !important}.mb-xl-4{margin-bottom:1.5rem !important}.ml-xl-4{margin-left:1.5rem !important}.mx-xl-4{margin-left:1.5rem !important;margin-right:1.5rem !important}.my-xl-4{margin-top:1.5rem !important;margin-bottom:1.5rem !important}.p-xl-4{padding:1.5rem !important}.pt-xl-4{padding-top:1.5rem !important}.pr-xl-4{padding-right:1.5rem !important}.pb-xl-4{padding-bottom:1.5rem !important}.pl-xl-4{padding-left:1.5rem !important}.px-xl-4{padding-left:1.5rem !important;padding-right:1.5rem !important}.py-xl-4{padding-top:1.5rem !important;padding-bottom:1.5rem !important}.m-xl-5{margin:3rem !important}.mt-xl-5{margin-top:3rem !important}.mr-xl-5{margin-right:3rem !important}.mb-xl-5{margin-bottom:3rem !important}.ml-xl-5{margin-left:3rem !important}.mx-xl-5{margin-left:3rem !important;margin-right:3rem !important}.my-xl-5{margin-top:3rem !important;margin-bottom:3rem !important}.p-xl-5{padding:3rem !important}.pt-xl-5{padding-top:3rem !important}.pr-xl-5{padding-right:3rem !important}.pb-xl-5{padding-bottom:3rem !important}.pl-xl-5{padding-left:3rem !important}.px-xl-5{padding-left:3rem !important;padding-right:3rem !important}.py-xl-5{padding-top:3rem !important;padding-bottom:3rem !important}.m-xl-auto{margin:auto !important}.mt-xl-auto{margin-top:auto !important}.mr-xl-auto{margin-right:auto !important}.mb-xl-auto{margin-bottom:auto !important}.ml-xl-auto{margin-left:auto !important}.mx-xl-auto{margin-left:auto !important;margin-right:auto !important}}.text-center{text-align:center !important}.text-left{text-align:left !important}.text-right{text-align:right !important}@media (min-width: 576px){.text-sm-center{text-align:center !important}.text-sm-left{text-align:left !important}.text-sm-right{text-align:right !important}}@media (min-width: 768px){.text-md-center{text-align:center !important}.text-md-left{text-align:left !important}.text-md-right{text-align:right !important}}@media (min-width: 992px){.text-lg-center{text-align:center !important}.text-lg-left{text-align:left !important}.text-lg-right{text-align:right !important}}.font-weight-light{font-weight:300 !important}.font-weight-normal{font-weight:400 !important}.font-weight-bold{font-weight:700 !important}.text-uppercase{text-transform:uppercase !important}.text-lowercase{text-transform:lowercase !important}.text-capitalize{text-transform:capitalize !important}.f-size-6{font-size:6px !important}.f-height-6{line-height:6px !important}.f-space-6{letter-spacing:.006em !important}.f-size-7{font-size:7px !important}.f-height-7{line-height:7px !important}.f-space-7{letter-spacing:.007em !important}.f-size-8{font-size:8px !important}.f-height-8{line-height:8px !important}.f-space-8{letter-spacing:.008em !important}.f-size-9{font-size:9px !important}.f-height-9{line-height:9px !important}.f-space-9{letter-spacing:.009em !important}.f-size-10{font-size:10px !important}.f-height-10{line-height:10px !important}.f-space-10{letter-spacing:.01em !important}.f-size-11{font-size:11px !important}.f-height-11{line-height:11px !important}.f-space-11{letter-spacing:.011em !important}.f-size-12{font-size:12px !important}.f-height-12{line-height:12px !important}.f-space-12{letter-spacing:.012em !important}.f-size-13{font-size:13px !important}.f-height-13{line-height:13px !important}.f-space-13{letter-spacing:.013em !important}.f-size-14{font-size:14px !important}.f-height-14{line-height:14px !important}.f-space-14{letter-spacing:.014em !important}.f-size-15{font-size:15px !important}.f-height-15{line-height:15px !important}.f-space-15{letter-spacing:.015em !important}.f-size-16{font-size:16px !important}.f-height-16{line-height:16px !important}.f-space-16{letter-spacing:.016em !important}.f-size-17{font-size:17px !important}.f-height-17{line-height:17px !important}.f-space-17{letter-spacing:.017em !important}.f-size-18{font-size:18px !important}.f-height-18{line-height:18px !important}.f-space-18{letter-spacing:.018em !important}.f-size-19{font-size:19px !important}.f-height-19{line-height:19px !important}.f-space-19{letter-spacing:.019em !important}.f-size-20{font-size:20px !important}.f-height-20{line-height:20px !important}.f-space-20{letter-spacing:.02em !important}.f-size-21{font-size:21px !important}.f-height-21{line-height:21px !important}.f-space-21{letter-spacing:.021em !important}.f-size-22{font-size:22px !important}.f-height-22{line-height:22px !important}.f-space-22{letter-spacing:.022em !important}.f-size-23{font-size:23px !important}.f-height-23{line-height:23px !important}.f-space-23{letter-spacing:.023em !important}.f-size-24{font-size:24px !important}.f-height-24{line-height:24px !important}.f-space-24{letter-spacing:.024em !important}.f-size-25{font-size:25px !important}.f-height-25{line-height:25px !important}.f-space-25{letter-spacing:.025em !important}.f-size-26{font-size:26px !important}.f-height-26{line-height:26px !important}.f-space-26{letter-spacing:.026em !important}.f-size-27{font-size:27px !important}.f-height-27{line-height:27px !important}.f-space-27{letter-spacing:.027em !important}.f-size-28{font-size:28px !important}.f-height-28{line-height:28px !important}.f-space-28{letter-spacing:.028em !important}.f-size-29{font-size:29px !important}.f-height-29{line-height:29px !important}.f-space-29{letter-spacing:.029em !important}.f-size-30{font-size:30px !important}.f-height-30{line-height:30px !important}.f-space-30{letter-spacing:.03em !important}.f-size-35{font-size:35px !important}.f-height-35{line-height:35px !important}.f-space-35{letter-spacing:.035em !important}.f-size-36{font-size:36px !important}.f-height-36{line-height:36px !important}.f-space-36{letter-spacing:.036em !important}.f-size-37{font-size:37px !important}.f-height-37{line-height:37px !important}.f-space-37{letter-spacing:.037em !important}.f-size-40{font-size:40px !important}.f-height-40{line-height:40px !important}.f-space-40{letter-spacing:.04em !important}.f-size-45{font-size:45px !important}.f-height-45{line-height:45px !important}.f-space-45{letter-spacing:.045em !important}.f-size-50{font-size:50px !important}.f-height-50{line-height:50px !important}.f-space-50{letter-spacing:.05em !important}.f-size-55{font-size:55px !important}.f-height-55{line-height:55px !important}.f-space-55{letter-spacing:.055em !important}.f-size-60{font-size:60px !important}.f-height-60{line-height:60px !important}.f-space-60{letter-spacing:.06em !important}.f-size-65{font-size:65px !important}.f-height-65{line-height:65px !important}.f-space-65{letter-spacing:.065em !important}.f-size-70{font-size:70px !important}.f-height-70{line-height:70px !important}.f-space-70{letter-spacing:.07em !important}.f-size-75{font-size:75px !important}.f-height-75{line-height:75px !important}.f-space-75{letter-spacing:.075em !important}.f-size-80{font-size:80px !important}.f-height-80{line-height:80px !important}.f-space-80{letter-spacing:.08em !important}.f-size-85{font-size:85px !important}.f-height-85{line-height:85px !important}.f-space-85{letter-spacing:.085em !important}.f-size-90{font-size:90px !important}.f-height-90{line-height:90px !important}.f-space-90{letter-spacing:.09em !important}.f-size-95{font-size:95px !important}.f-height-95{line-height:95px !important}.f-space-95{letter-spacing:.095em !important}.f-size-100{font-size:100px !important}.f-height-100{line-height:100px !important}.f-space-100{letter-spacing:.1em !important}.f-size-110{font-size:110px !important}.f-height-110{line-height:110px !important}.f-space-110{letter-spacing:.11em !important}.f-size-120{font-size:120px !important}.f-height-120{line-height:120px !important}.f-space-120{letter-spacing:.12em !important}.f-size-130{font-size:130px !important}.f-height-130{line-height:130px !important}.f-space-130{letter-spacing:.13em !important}.f-size-140{font-size:140px !important}.f-height-140{line-height:140px !important}.f-space-140{letter-spacing:.14em !important}.f-size-150{font-size:150px !important}.f-height-150{line-height:150px !important}.f-space-150{letter-spacing:.15em !important}.f-size-180{font-size:180px !important}.f-height-180{line-height:180px !important}.f-space-180{letter-spacing:.18em !important}.f-size-220{font-size:220px !important}.f-height-220{line-height:220px !important}.f-space-220{letter-spacing:.22em !important}.f-size-260{font-size:260px !important}.f-height-260{line-height:260px !important}.f-space-260{letter-spacing:.26em !important}@media (min-width: 576px){.f-size-sm-6{font-size:6px !important}.f-height-sm-6{line-height:6px !important}.f-size-sm-7{font-size:7px !important}.f-height-sm-7{line-height:7px !important}.f-size-sm-8{font-size:8px !important}.f-height-sm-8{line-height:8px !important}.f-size-sm-9{font-size:9px !important}.f-height-sm-9{line-height:9px !important}.f-size-sm-10{font-size:10px !important}.f-height-sm-10{line-height:10px !important}.f-size-sm-11{font-size:11px !important}.f-height-sm-11{line-height:11px !important}.f-size-sm-12{font-size:12px !important}.f-height-sm-12{line-height:12px !important}.f-size-sm-13{font-size:13px !important}.f-height-sm-13{line-height:13px !important}.f-size-sm-14{font-size:14px !important}.f-height-sm-14{line-height:14px !important}.f-size-sm-15{font-size:15px !important}.f-height-sm-15{line-height:15px !important}.f-size-sm-16{font-size:16px !important}.f-height-sm-16{line-height:16px !important}.f-size-sm-17{font-size:17px !important}.f-height-sm-17{line-height:17px !important}.f-size-sm-18{font-size:18px !important}.f-height-sm-18{line-height:18px !important}.f-size-sm-19{font-size:19px !important}.f-height-sm-19{line-height:19px !important}.f-size-sm-20{font-size:20px !important}.f-height-sm-20{line-height:20px !important}.f-size-sm-21{font-size:21px !important}.f-height-sm-21{line-height:21px !important}.f-size-sm-22{font-size:22px !important}.f-height-sm-22{line-height:22px !important}.f-size-sm-23{font-size:23px !important}.f-height-sm-23{line-height:23px !important}.f-size-sm-24{font-size:24px !important}.f-height-sm-24{line-height:24px !important}.f-size-sm-25{font-size:25px !important}.f-height-sm-25{line-height:25px !important}.f-size-sm-26{font-size:26px !important}.f-height-sm-26{line-height:26px !important}.f-size-sm-27{font-size:27px !important}.f-height-sm-27{line-height:27px !important}.f-size-sm-28{font-size:28px !important}.f-height-sm-28{line-height:28px !important}.f-size-sm-29{font-size:29px !important}.f-height-sm-29{line-height:29px !important}.f-size-sm-30{font-size:30px !important}.f-height-sm-30{line-height:30px !important}.f-size-sm-35{font-size:35px !important}.f-height-sm-35{line-height:35px !important}.f-size-sm-36{font-size:36px !important}.f-height-sm-36{line-height:36px !important}.f-size-sm-37{font-size:37px !important}.f-height-sm-37{line-height:37px !important}.f-size-sm-40{font-size:40px !important}.f-height-sm-40{line-height:40px !important}.f-size-sm-45{font-size:45px !important}.f-height-sm-45{line-height:45px !important}.f-size-sm-50{font-size:50px !important}.f-height-sm-50{line-height:50px !important}.f-size-sm-55{font-size:55px !important}.f-height-sm-55{line-height:55px !important}.f-size-sm-60{font-size:60px !important}.f-height-sm-60{line-height:60px !important}.f-size-sm-65{font-size:65px !important}.f-height-sm-65{line-height:65px !important}.f-size-sm-70{font-size:70px !important}.f-height-sm-70{line-height:70px !important}.f-size-sm-75{font-size:75px !important}.f-height-sm-75{line-height:75px !important}.f-size-sm-80{font-size:80px !important}.f-height-sm-80{line-height:80px !important}.f-size-sm-85{font-size:85px !important}.f-height-sm-85{line-height:85px !important}.f-size-sm-90{font-size:90px !important}.f-height-sm-90{line-height:90px !important}.f-size-sm-95{font-size:95px !important}.f-height-sm-95{line-height:95px !important}.f-size-sm-100{font-size:100px !important}.f-height-sm-100{line-height:100px !important}.f-size-sm-110{font-size:110px !important}.f-height-sm-110{line-height:110px !important}.f-size-sm-120{font-size:120px !important}.f-height-sm-120{line-height:120px !important}.f-size-sm-130{font-size:130px !important}.f-height-sm-130{line-height:130px !important}.f-size-sm-140{font-size:140px !important}.f-height-sm-140{line-height:140px !important}.f-size-sm-150{font-size:150px !important}.f-height-sm-150{line-height:150px !important}.f-size-sm-180{font-size:180px !important}.f-height-sm-180{line-height:180px !important}.f-size-sm-220{font-size:220px !important}.f-height-sm-220{line-height:220px !important}.f-size-sm-260{font-size:260px !important}.f-height-sm-260{line-height:260px !important}}@media (min-width: 768px){.f-size-md-6{font-size:6px !important}.f-height-md-6{line-height:6px !important}.f-size-md-7{font-size:7px !important}.f-height-md-7{line-height:7px !important}.f-size-md-8{font-size:8px !important}.f-height-md-8{line-height:8px !important}.f-size-md-9{font-size:9px !important}.f-height-md-9{line-height:9px !important}.f-size-md-10{font-size:10px !important}.f-height-md-10{line-height:10px !important}.f-size-md-11{font-size:11px !important}.f-height-md-11{line-height:11px !important}.f-size-md-12{font-size:12px !important}.f-height-md-12{line-height:12px !important}.f-size-md-13{font-size:13px !important}.f-height-md-13{line-height:13px !important}.f-size-md-14{font-size:14px !important}.f-height-md-14{line-height:14px !important}.f-size-md-15{font-size:15px !important}.f-height-md-15{line-height:15px !important}.f-size-md-16{font-size:16px !important}.f-height-md-16{line-height:16px !important}.f-size-md-17{font-size:17px !important}.f-height-md-17{line-height:17px !important}.f-size-md-18{font-size:18px !important}.f-height-md-18{line-height:18px !important}.f-size-md-19{font-size:19px !important}.f-height-md-19{line-height:19px !important}.f-size-md-20{font-size:20px !important}.f-height-md-20{line-height:20px !important}.f-size-md-21{font-size:21px !important}.f-height-md-21{line-height:21px !important}.f-size-md-22{font-size:22px !important}.f-height-md-22{line-height:22px !important}.f-size-md-23{font-size:23px !important}.f-height-md-23{line-height:23px !important}.f-size-md-24{font-size:24px !important}.f-height-md-24{line-height:24px !important}.f-size-md-25{font-size:25px !important}.f-height-md-25{line-height:25px !important}.f-size-md-26{font-size:26px !important}.f-height-md-26{line-height:26px !important}.f-size-md-27{font-size:27px !important}.f-height-md-27{line-height:27px !important}.f-size-md-28{font-size:28px !important}.f-height-md-28{line-height:28px !important}.f-size-md-29{font-size:29px !important}.f-height-md-29{line-height:29px !important}.f-size-md-30{font-size:30px !important}.f-height-md-30{line-height:30px !important}.f-size-md-35{font-size:35px !important}.f-height-md-35{line-height:35px !important}.f-size-md-36{font-size:36px !important}.f-height-md-36{line-height:36px !important}.f-size-md-37{font-size:37px !important}.f-height-md-37{line-height:37px !important}.f-size-md-40{font-size:40px !important}.f-height-md-40{line-height:40px !important}.f-size-md-45{font-size:45px !important}.f-height-md-45{line-height:45px !important}.f-size-md-50{font-size:50px !important}.f-height-md-50{line-height:50px !important}.f-size-md-55{font-size:55px !important}.f-height-md-55{line-height:55px !important}.f-size-md-60{font-size:60px !important}.f-height-md-60{line-height:60px !important}.f-size-md-65{font-size:65px !important}.f-height-md-65{line-height:65px !important}.f-size-md-70{font-size:70px !important}.f-height-md-70{line-height:70px !important}.f-size-md-75{font-size:75px !important}.f-height-md-75{line-height:75px !important}.f-size-md-80{font-size:80px !important}.f-height-md-80{line-height:80px !important}.f-size-md-85{font-size:85px !important}.f-height-md-85{line-height:85px !important}.f-size-md-90{font-size:90px !important}.f-height-md-90{line-height:90px !important}.f-size-md-95{font-size:95px !important}.f-height-md-95{line-height:95px !important}.f-size-md-100{font-size:100px !important}.f-height-md-100{line-height:100px !important}.f-size-md-110{font-size:110px !important}.f-height-md-110{line-height:110px !important}.f-size-md-120{font-size:120px !important}.f-height-md-120{line-height:120px !important}.f-size-md-130{font-size:130px !important}.f-height-md-130{line-height:130px !important}.f-size-md-140{font-size:140px !important}.f-height-md-140{line-height:140px !important}.f-size-md-150{font-size:150px !important}.f-height-md-150{line-height:150px !important}.f-size-md-180{font-size:180px !important}.f-height-md-180{line-height:180px !important}.f-size-md-220{font-size:220px !important}.f-height-md-220{line-height:220px !important}.f-size-md-260{font-size:260px !important}.f-height-md-260{line-height:260px !important}}@media (min-width: 992px){.f-size-lg-6{font-size:6px !important}.f-height-lg-6{line-height:6px !important}.f-size-lg-7{font-size:7px !important}.f-height-lg-7{line-height:7px !important}.f-size-lg-8{font-size:8px !important}.f-height-lg-8{line-height:8px !important}.f-size-lg-9{font-size:9px !important}.f-height-lg-9{line-height:9px !important}.f-size-lg-10{font-size:10px !important}.f-height-lg-10{line-height:10px !important}.f-size-lg-11{font-size:11px !important}.f-height-lg-11{line-height:11px !important}.f-size-lg-12{font-size:12px !important}.f-height-lg-12{line-height:12px !important}.f-size-lg-13{font-size:13px !important}.f-height-lg-13{line-height:13px !important}.f-size-lg-14{font-size:14px !important}.f-height-lg-14{line-height:14px !important}.f-size-lg-15{font-size:15px !important}.f-height-lg-15{line-height:15px !important}.f-size-lg-16{font-size:16px !important}.f-height-lg-16{line-height:16px !important}.f-size-lg-17{font-size:17px !important}.f-height-lg-17{line-height:17px !important}.f-size-lg-18{font-size:18px !important}.f-height-lg-18{line-height:18px !important}.f-size-lg-19{font-size:19px !important}.f-height-lg-19{line-height:19px !important}.f-size-lg-20{font-size:20px !important}.f-height-lg-20{line-height:20px !important}.f-size-lg-21{font-size:21px !important}.f-height-lg-21{line-height:21px !important}.f-size-lg-22{font-size:22px !important}.f-height-lg-22{line-height:22px !important}.f-size-lg-23{font-size:23px !important}.f-height-lg-23{line-height:23px !important}.f-size-lg-24{font-size:24px !important}.f-height-lg-24{line-height:24px !important}.f-size-lg-25{font-size:25px !important}.f-height-lg-25{line-height:25px !important}.f-size-lg-26{font-size:26px !important}.f-height-lg-26{line-height:26px !important}.f-size-lg-27{font-size:27px !important}.f-height-lg-27{line-height:27px !important}.f-size-lg-28{font-size:28px !important}.f-height-lg-28{line-height:28px !important}.f-size-lg-29{font-size:29px !important}.f-height-lg-29{line-height:29px !important}.f-size-lg-30{font-size:30px !important}.f-height-lg-30{line-height:30px !important}.f-size-lg-35{font-size:35px !important}.f-height-lg-35{line-height:35px !important}.f-size-lg-36{font-size:36px !important}.f-height-lg-36{line-height:36px !important}.f-size-lg-37{font-size:37px !important}.f-height-lg-37{line-height:37px !important}.f-size-lg-40{font-size:40px !important}.f-height-lg-40{line-height:40px !important}.f-size-lg-45{font-size:45px !important}.f-height-lg-45{line-height:45px !important}.f-size-lg-50{font-size:50px !important}.f-height-lg-50{line-height:50px !important}.f-size-lg-55{font-size:55px !important}.f-height-lg-55{line-height:55px !important}.f-size-lg-60{font-size:60px !important}.f-height-lg-60{line-height:60px !important}.f-size-lg-65{font-size:65px !important}.f-height-lg-65{line-height:65px !important}.f-size-lg-70{font-size:70px !important}.f-height-lg-70{line-height:70px !important}.f-size-lg-75{font-size:75px !important}.f-height-lg-75{line-height:75px !important}.f-size-lg-80{font-size:80px !important}.f-height-lg-80{line-height:80px !important}.f-size-lg-85{font-size:85px !important}.f-height-lg-85{line-height:85px !important}.f-size-lg-90{font-size:90px !important}.f-height-lg-90{line-height:90px !important}.f-size-lg-95{font-size:95px !important}.f-height-lg-95{line-height:95px !important}.f-size-lg-100{font-size:100px !important}.f-height-lg-100{line-height:100px !important}.f-size-lg-110{font-size:110px !important}.f-height-lg-110{line-height:110px !important}.f-size-lg-120{font-size:120px !important}.f-height-lg-120{line-height:120px !important}.f-size-lg-130{font-size:130px !important}.f-height-lg-130{line-height:130px !important}.f-size-lg-140{font-size:140px !important}.f-height-lg-140{line-height:140px !important}.f-size-lg-150{font-size:150px !important}.f-height-lg-150{line-height:150px !important}.f-size-lg-180{font-size:180px !important}.f-height-lg-180{line-height:180px !important}.f-size-lg-220{font-size:220px !important}.f-height-lg-220{line-height:220px !important}.f-size-lg-260{font-size:260px !important}.f-height-lg-260{line-height:260px !important}}@media (min-width: 1200px){.f-size-xl-6{font-size:6px !important}.f-height-xl-6{line-height:6px !important}.f-size-xl-7{font-size:7px !important}.f-height-xl-7{line-height:7px !important}.f-size-xl-8{font-size:8px !important}.f-height-xl-8{line-height:8px !important}.f-size-xl-9{font-size:9px !important}.f-height-xl-9{line-height:9px !important}.f-size-xl-10{font-size:10px !important}.f-height-xl-10{line-height:10px !important}.f-size-xl-11{font-size:11px !important}.f-height-xl-11{line-height:11px !important}.f-size-xl-12{font-size:12px !important}.f-height-xl-12{line-height:12px !important}.f-size-xl-13{font-size:13px !important}.f-height-xl-13{line-height:13px !important}.f-size-xl-14{font-size:14px !important}.f-height-xl-14{line-height:14px !important}.f-size-xl-15{font-size:15px !important}.f-height-xl-15{line-height:15px !important}.f-size-xl-16{font-size:16px !important}.f-height-xl-16{line-height:16px !important}.f-size-xl-17{font-size:17px !important}.f-height-xl-17{line-height:17px !important}.f-size-xl-18{font-size:18px !important}.f-height-xl-18{line-height:18px !important}.f-size-xl-19{font-size:19px !important}.f-height-xl-19{line-height:19px !important}.f-size-xl-20{font-size:20px !important}.f-height-xl-20{line-height:20px !important}.f-size-xl-21{font-size:21px !important}.f-height-xl-21{line-height:21px !important}.f-size-xl-22{font-size:22px !important}.f-height-xl-22{line-height:22px !important}.f-size-xl-23{font-size:23px !important}.f-height-xl-23{line-height:23px !important}.f-size-xl-24{font-size:24px !important}.f-height-xl-24{line-height:24px !important}.f-size-xl-25{font-size:25px !important}.f-height-xl-25{line-height:25px !important}.f-size-xl-26{font-size:26px !important}.f-height-xl-26{line-height:26px !important}.f-size-xl-27{font-size:27px !important}.f-height-xl-27{line-height:27px !important}.f-size-xl-28{font-size:28px !important}.f-height-xl-28{line-height:28px !important}.f-size-xl-29{font-size:29px !important}.f-height-xl-29{line-height:29px !important}.f-size-xl-30{font-size:30px !important}.f-height-xl-30{line-height:30px !important}.f-size-xl-35{font-size:35px !important}.f-height-xl-35{line-height:35px !important}.f-size-xl-36{font-size:36px !important}.f-height-xl-36{line-height:36px !important}.f-size-xl-37{font-size:37px !important}.f-height-xl-37{line-height:37px !important}.f-size-xl-40{font-size:40px !important}.f-height-xl-40{line-height:40px !important}.f-size-xl-45{font-size:45px !important}.f-height-xl-45{line-height:45px !important}.f-size-xl-50{font-size:50px !important}.f-height-xl-50{line-height:50px !important}.f-size-xl-55{font-size:55px !important}.f-height-xl-55{line-height:55px !important}.f-size-xl-60{font-size:60px !important}.f-height-xl-60{line-height:60px !important}.f-size-xl-65{font-size:65px !important}.f-height-xl-65{line-height:65px !important}.f-size-xl-70{font-size:70px !important}.f-height-xl-70{line-height:70px !important}.f-size-xl-75{font-size:75px !important}.f-height-xl-75{line-height:75px !important}.f-size-xl-80{font-size:80px !important}.f-height-xl-80{line-height:80px !important}.f-size-xl-85{font-size:85px !important}.f-height-xl-85{line-height:85px !important}.f-size-xl-90{font-size:90px !important}.f-height-xl-90{line-height:90px !important}.f-size-xl-95{font-size:95px !important}.f-height-xl-95{line-height:95px !important}.f-size-xl-100{font-size:100px !important}.f-height-xl-100{line-height:100px !important}.f-size-xl-110{font-size:110px !important}.f-height-xl-110{line-height:110px !important}.f-size-xl-120{font-size:120px !important}.f-height-xl-120{line-height:120px !important}.f-size-xl-130{font-size:130px !important}.f-height-xl-130{line-height:130px !important}.f-size-xl-140{font-size:140px !important}.f-height-xl-140{line-height:140px !important}.f-size-xl-150{font-size:150px !important}.f-height-xl-150{line-height:150px !important}.f-size-xl-180{font-size:180px !important}.f-height-xl-180{line-height:180px !important}.f-size-xl-220{font-size:220px !important}.f-height-xl-220{line-height:220px !important}.f-size-xl-260{font-size:260px !important}.f-height-xl-260{line-height:260px !important}}h1,h2,h3,h4,h5,h6{color:#323232;text-transform:uppercase;font-weight:600;letter-spacing:2px;margin-top:0;margin-bottom:10px}h1{font-size:43px;line-height:40px}h2{font-size:27px;line-height:37px;margin-bottom:20px;padding-top:10px}h3{font-size:21px;line-height:32px}h4{font-size:17px;line-height:28px}h5{font-size:15px;line-height:23px}h6{font-size:13px;line-height:17px}h1.h1,h2.h2,h1.h2,h2.h1,h3.h3,h4.h4,h5.h5,h6.h6{letter-spacing:15px;text-transform:uppercase}section[id^="page_section_"] :where(h1, h2, h3, h4, h5, h6){text-transform:none}:where(h1, h2, h3, h4, h5, h6)[class*="tw-"]{text-transform:none;font-weight:inherit;font-size:inherit;line-height:inherit;margin-bottom:inherit;padding-top:0}.text-transform-none{text-transform:none !important}.text-transformation-none{text-transform:none !important}.font-weight-semibold{font-weight:600 !important}.flex-wrap{flex-wrap:wrap !important}.flex-nowrap{flex-wrap:nowrap !important}.flex-column{flex-direction:column !important}.flex-row{flex-direction:row !important}.justify-content-start{justify-content:flex-start !important}.justify-content-end{justify-content:flex-end !important}.justify-content-center{justify-content:center !important}.justify-content-between{justify-content:space-between !important}.justify-content-around{justify-content:space-around !important}.align-items-start{align-items:flex-start !important}.align-items-end{align-items:flex-end !important}.align-items-center{align-items:center !important}.align-items-stretch{align-items:stretch !important}.align-self-start{align-self:flex-start !important}.align-self-end{align-self:flex-end !important}.align-self-center{align-self:center !important}.btn{display:inline-block;text-align:center;font-weight:400;user-select:none;border:1px solid transparent;padding:0.375rem 0.75rem;border-radius:0.25rem;text-transform:uppercase;letter-spacing:1px;transition:color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out;text-decoration:none;cursor:pointer}.btn:hover{text-decoration:none}.btn-lg{padding:15px 25px}.btn-md{padding:11px 20px}.btn-sm{padding:0.25rem 0.5rem;font-size:0.875rem;line-height:1.5}.btn-xs{padding:11px 15px 10px}.btn-black{background-color:#323232;color:#fff}.btn-black:hover{background-color:rgba(50,50,50,0.85);color:#fff}.btn-white{background-color:#fff;color:#323232}.btn-white:hover{background-color:rgba(255,255,255,0.85);color:#323232}.btn-primary{background-color:#357a7a;color:#fff}.btn-primary:hover{background-color:#265656;color:#fff}.btn-outline-black{background-color:transparent;color:#323232;border-color:#323232}.btn-outline-black:hover{background-color:#323232;color:#fff}.btn-round{border-radius:100vw}.btn-full{width:100%}.center-block{display:block;margin-left:auto;margin-right:auto}.no-under,.no-under:hover{text-decoration:none !important}.w-100{width:100% !important}.h-100{height:100% !important}.overflow-hidden{overflow:hidden !important}.position-relative{position:relative !important}.position-absolute{position:absolute !important}.rounded{border-radius:0.25rem !important}.rounded-circle{border-radius:50% !important}.border-0{border:0 !important}.clearfix::after{display:block;clear:both;content:""}.settings-layout .tw-flex.tw-flex-wrap{margin-left:-15px;margin-right:-15px}.settings-layout .tw-flex.tw-flex-wrap>[class*="tw-w-"]{padding-left:15px;padding-right:15px}
.careers-page{color:#323232;background:#ffffff;font-family:"Open Sans", sans-serif;-webkit-font-smoothing:antialiased}.careers-page *,.careers-page *::before,.careers-page *::after{box-sizing:border-box}.careers-page .careers-container{max-width:1200px;margin:0 auto;padding:0 40px}.careers-page .careers-btn-outlined{display:inline-block;padding:15px 40px;border:2px solid #323232;background:transparent;color:#323232;font-size:12px;font-weight:600;letter-spacing:1px;text-transform:uppercase;text-decoration:none;cursor:pointer;transition:background-color 0.2s, color 0.2s}.careers-page .careers-btn-outlined:hover{background:#323232;color:#ffffff;text-decoration:none}.careers-page .careers-btn-outlined.on-dark{border-color:#ffffff;color:#ffffff}.careers-page .careers-btn-outlined.on-dark:hover{background:#ffffff;color:#323232}.careers-page .careers-hero{position:relative;min-height:440px;display:flex;align-items:center;overflow:hidden}.careers-page .careers-hero-bg{position:absolute;inset:0;z-index:0}.careers-page .careers-hero-bg img{width:100%;height:100%;object-fit:cover;object-position:center 40%}.careers-page .careers-hero-bg::after{content:'';position:absolute;inset:0;background:linear-gradient(to right, rgba(0,0,0,0.85) 0%, rgba(0,0,0,0.65) 55%, rgba(0,0,0,0.4) 100%)}.careers-page .careers-hero-content{position:relative;z-index:1;max-width:620px;padding:64px 0}.careers-page .careers-hero-content h1{font-size:56px;font-weight:300;letter-spacing:2.4px;line-height:1.15;color:#ffffff;margin-bottom:24px}.careers-page .careers-hero-content p{font-size:18px;line-height:1.75;color:rgba(255,255,255,0.85);margin-bottom:40px}.careers-page .careers-section{padding:100px 0}.careers-page .careers-section.bg-cream{background:#f6f6f2}.careers-page .careers-section.bg-white{background:#ffffff}.careers-page .careers-section-heading{font-size:40px;font-weight:300;letter-spacing:2px;line-height:1.3;color:#000;text-align:center;margin-bottom:32px}.careers-page .careers-section-subtitle{font-size:17px;line-height:1.7;color:#323232;text-align:center;max-width:680px;margin:0 auto 60px}.careers-page .careers-mission-inner{text-align:center;max-width:780px;margin:0 auto}.careers-page .careers-mission-inner p{font-size:17px;line-height:1.8;color:#323232;margin-bottom:20px}.careers-page .careers-gallery-grid{display:grid;grid-template-columns:1fr 1fr;gap:24px}.careers-page .careers-gallery-grid img{width:100%;height:340px;object-fit:cover;display:block}.careers-page .careers-gallery-grid .wide{grid-column:1 / -1}.careers-page .careers-gallery-grid .wide img{height:440px}.careers-page .careers-gallery-caption{font-size:13px;color:#888;text-align:center;margin-top:8px;font-style:italic}.careers-page .careers-values-grid{display:grid;grid-template-columns:repeat(3, 1fr);gap:48px}.careers-page .careers-value-card{text-align:center}.careers-page .careers-value-card h3{font-size:14px;font-weight:600;letter-spacing:1.5px;text-transform:uppercase;color:#323232;margin-bottom:16px}.careers-page .careers-value-card p{font-size:16px;line-height:1.7;color:#323232}.careers-page .careers-value-icon{width:64px;height:64px;margin:0 auto 24px;display:flex;align-items:center;justify-content:center}.careers-page .careers-value-icon img{width:100%;height:100%;object-fit:contain}.careers-page .careers-benefits-grid{display:grid;grid-template-columns:repeat(2, 1fr);gap:40px 64px}.careers-page .careers-benefit-item{display:flex;gap:20px;align-items:flex-start}.careers-page .careers-benefit-item h4{font-size:15px;font-weight:600;letter-spacing:0.5px;color:#323232;margin-bottom:6px}.careers-page .careers-benefit-item p{font-size:15px;line-height:1.65;color:#888}.careers-page .careers-benefit-check{flex-shrink:0;width:28px;height:28px;border:2px solid #1a7a6d;border-radius:50%;display:flex;align-items:center;justify-content:center;margin-top:2px}.careers-page .careers-benefit-check svg{width:14px;height:14px;stroke:#1a7a6d;stroke-width:2.5;fill:none}.careers-page .careers-role-card{border:1px solid #e8e8e4;padding:32px 36px;display:flex;align-items:center;justify-content:space-between;margin-bottom:16px;transition:border-color 0.2s}.careers-page .careers-role-card:hover{border-color:#323232}.careers-page .careers-role-info h3{font-size:18px;font-weight:600;color:#323232;margin-bottom:8px}.careers-page .careers-role-meta{display:flex;gap:24px;flex-wrap:wrap}.careers-page .careers-role-meta span{font-size:13px;color:#888;letter-spacing:0.3px}.careers-page .careers-role-empty{text-align:center;max-width:640px;margin:0 auto;padding:40px 0}.careers-page .careers-role-empty p{font-size:17px;line-height:1.8;color:#323232;margin-bottom:32px}.careers-page .careers-cta{position:relative;min-height:420px;display:flex;align-items:center;justify-content:center;overflow:hidden}.careers-page .careers-cta-bg{position:absolute;inset:0}.careers-page .careers-cta-bg img{width:100%;height:100%;object-fit:cover;object-position:center}.careers-page .careers-cta-bg::after{content:'';position:absolute;inset:0;background:rgba(0,0,0,0.55)}.careers-page .careers-cta-content{position:relative;z-index:1;text-align:center;padding:80px 40px}.careers-page .careers-cta-content h2{font-size:44px;font-weight:300;letter-spacing:2px;color:#ffffff;margin-bottom:20px;line-height:1.25}.careers-page .careers-cta-content p{font-size:17px;line-height:1.7;color:rgba(255,255,255,0.8);max-width:560px;margin:0 auto 40px}@media (max-width: 900px){.careers-page .careers-hero-content h1{font-size:38px}.careers-page .careers-values-grid{grid-template-columns:1fr;gap:40px}.careers-page .careers-benefits-grid{grid-template-columns:1fr}.careers-page .careers-gallery-grid{grid-template-columns:1fr}.careers-page .careers-gallery-grid img{height:260px}.careers-page .careers-gallery-grid .wide img{height:300px}.careers-page .careers-role-card{flex-direction:column;align-items:flex-start;gap:16px}.careers-page .careers-section-heading{font-size:30px}.careers-page .careers-cta-content h2{font-size:32px}}
.jp-card.jp-card-safari.jp-card-identified .jp-card-front:before,.jp-card.jp-card-safari.jp-card-identified .jp-card-back:before{background-image:repeating-linear-gradient(45deg, rgba(255,255,255,0) 1px, rgba(255,255,255,0.03) 2px, rgba(255,255,255,0.04) 3px, rgba(255,255,255,0.05) 4px),repeating-linear-gradient(135deg, rgba(255,255,255,0.05) 1px, rgba(255,255,255,0) 2px, rgba(255,255,255,0.04) 3px, rgba(255,255,255,0.03) 4px),repeating-linear-gradient(90deg, rgba(255,255,255,0) 1px, rgba(255,255,255,0.03) 2px, rgba(255,255,255,0.04) 3px, rgba(255,255,255,0.05) 4px),repeating-linear-gradient(210deg, rgba(255,255,255,0) 1px, rgba(255,255,255,0.03) 2px, rgba(255,255,255,0.04) 3px, rgba(255,255,255,0.05) 4px),-webkit-linear-gradient(-245deg, rgba(255,255,255,0) 50%,rgba(255,255,255,0.2) 70%,rgba(255,255,255,0) 90%);background-image:repeating-linear-gradient(45deg, rgba(255,255,255,0) 1px, rgba(255,255,255,0.03) 2px, rgba(255,255,255,0.04) 3px, rgba(255,255,255,0.05) 4px),repeating-linear-gradient(135deg, rgba(255,255,255,0.05) 1px, rgba(255,255,255,0) 2px, rgba(255,255,255,0.04) 3px, rgba(255,255,255,0.03) 4px),repeating-linear-gradient(90deg, rgba(255,255,255,0) 1px, rgba(255,255,255,0.03) 2px, rgba(255,255,255,0.04) 3px, rgba(255,255,255,0.05) 4px),repeating-linear-gradient(210deg, rgba(255,255,255,0) 1px, rgba(255,255,255,0.03) 2px, rgba(255,255,255,0.04) 3px, rgba(255,255,255,0.05) 4px),linear-gradient(-25deg, rgba(255,255,255,0) 50%,rgba(255,255,255,0.2) 70%,rgba(255,255,255,0) 90%)}.jp-card.jp-card-ie-10.jp-card-flipped,.jp-card.jp-card-ie-11.jp-card-flipped{-webkit-transform:0deg;-moz-transform:0deg;-ms-transform:0deg;-o-transform:0deg;transform:0deg}.jp-card.jp-card-ie-10.jp-card-flipped .jp-card-front,.jp-card.jp-card-ie-11.jp-card-flipped .jp-card-front{-webkit-transform:rotateY(0deg);-moz-transform:rotateY(0deg);-ms-transform:rotateY(0deg);-o-transform:rotateY(0deg);transform:rotateY(0deg)}.jp-card.jp-card-ie-10.jp-card-flipped .jp-card-back,.jp-card.jp-card-ie-11.jp-card-flipped .jp-card-back{-webkit-transform:rotateY(0deg);-moz-transform:rotateY(0deg);-ms-transform:rotateY(0deg);-o-transform:rotateY(0deg);transform:rotateY(0deg)}.jp-card.jp-card-ie-10.jp-card-flipped .jp-card-back:after,.jp-card.jp-card-ie-11.jp-card-flipped .jp-card-back:after{left:18%}.jp-card.jp-card-ie-10.jp-card-flipped .jp-card-back .jp-card-cvc,.jp-card.jp-card-ie-11.jp-card-flipped .jp-card-back .jp-card-cvc{-webkit-transform:rotateY(180deg);-moz-transform:rotateY(180deg);-ms-transform:rotateY(180deg);-o-transform:rotateY(180deg);transform:rotateY(180deg);left:5%}.jp-card.jp-card-ie-10.jp-card-flipped .jp-card-back .jp-card-shiny,.jp-card.jp-card-ie-11.jp-card-flipped .jp-card-back .jp-card-shiny{left:84%}.jp-card.jp-card-ie-10.jp-card-flipped .jp-card-back .jp-card-shiny:after,.jp-card.jp-card-ie-11.jp-card-flipped .jp-card-back .jp-card-shiny:after{left:-480%;-webkit-transform:rotateY(180deg);-moz-transform:rotateY(180deg);-ms-transform:rotateY(180deg);-o-transform:rotateY(180deg);transform:rotateY(180deg)}.jp-card.jp-card-ie-10.jp-card-amex .jp-card-back,.jp-card.jp-card-ie-11.jp-card-amex .jp-card-back{display:none}.jp-card-logo{height:36px;width:60px;font-style:italic}.jp-card-logo,.jp-card-logo:before,.jp-card-logo:after{box-sizing:border-box}.jp-card-logo.jp-card-amex{text-transform:uppercase;font-size:4px;font-weight:bold;color:white;background-image:repeating-radial-gradient(circle at center, #fff 1px, #999 2px);background-image:repeating-radial-gradient(circle at center, #fff 1px, #999 2px);border:1px solid #EEE}.jp-card-logo.jp-card-amex:before,.jp-card-logo.jp-card-amex:after{width:28px;display:block;position:absolute;left:16px}.jp-card-logo.jp-card-amex:before{height:28px;content:"american";top:3px;text-align:left;padding-left:2px;padding-top:11px;background:#267AC3}.jp-card-logo.jp-card-amex:after{content:"express";bottom:11px;text-align:right;padding-right:2px}.jp-card.jp-card-amex.jp-card-flipped{-webkit-transform:none;-moz-transform:none;-ms-transform:none;-o-transform:none;transform:none}.jp-card.jp-card-amex.jp-card-identified .jp-card-front:before,.jp-card.jp-card-amex.jp-card-identified .jp-card-back:before{background-color:#108168}.jp-card.jp-card-amex.jp-card-identified .jp-card-front .jp-card-logo.jp-card-amex{opacity:1}.jp-card.jp-card-amex.jp-card-identified .jp-card-front .jp-card-cvc{visibility:visible}.jp-card.jp-card-amex.jp-card-identified .jp-card-front:after{opacity:1}.jp-card-logo.jp-card-discover{background:#f60;color:#111;text-transform:uppercase;font-style:normal;font-weight:bold;font-size:10px;text-align:center;overflow:hidden;z-index:1;padding-top:9px;letter-spacing:.03em;border:1px solid #EEE}.jp-card-logo.jp-card-discover:before,.jp-card-logo.jp-card-discover:after{content:" ";display:block;position:absolute}.jp-card-logo.jp-card-discover:before{background:white;width:200px;height:200px;border-radius:200px;bottom:-5%;right:-80%;z-index:-1}.jp-card-logo.jp-card-discover:after{width:8px;height:8px;border-radius:4px;top:10px;left:27px;background-color:#f60;background-image:-webkit-radial-gradient(#f60,#fff);background-image:radial-gradient(  #f60,#fff);content:"network";font-size:4px;line-height:24px;text-indent:-7px}.jp-card .jp-card-front .jp-card-logo.jp-card-discover{right:12%;top:18%}.jp-card.jp-card-discover.jp-card-identified .jp-card-front:before,.jp-card.jp-card-discover.jp-card-identified .jp-card-back:before{background-color:#86B8CF}.jp-card.jp-card-discover.jp-card-identified .jp-card-logo.jp-card-discover{opacity:1}.jp-card.jp-card-discover.jp-card-identified .jp-card-front:after{-webkit-transition:400ms;-moz-transition:400ms;transition:400ms;content:" ";display:block;background-color:#f60;background-image:-webkit-linear-gradient(#f60,#ffa366,#f60);background-image:linear-gradient(#f60,#ffa366,#f60);height:50px;width:50px;border-radius:25px;position:absolute;left:100%;top:15%;margin-left:-25px;box-shadow:inset 1px 1px 3px 1px rgba(0,0,0,0.5)}.jp-card-logo.jp-card-visa{text-transform:uppercase;color:white;text-align:center;font-weight:bold;font-size:24px;line-height:18px;margin-top:5px}.jp-card-logo.jp-card-visa:before,.jp-card-logo.jp-card-visa:after{content:" ";display:block;width:100%;height:25%}.jp-card-logo.jp-card-visa:before{position:absolute;left:-4px;width:0;height:0;border-style:solid;border-width:0 12px 6px 0;border-color:transparent #ffffff transparent transparent}.jp-card.jp-card-visa.jp-card-identified .jp-card-front:before,.jp-card.jp-card-visa.jp-card-identified .jp-card-back:before{background-color:#191278}.jp-card.jp-card-visa.jp-card-identified .jp-card-logo.jp-card-visa{opacity:1;box-shadow:none}.jp-card-logo.jp-card-visaelectron{background:white;text-transform:uppercase;color:#1A1876;text-align:center;font-weight:bold;font-size:15px;line-height:18px}.jp-card-logo.jp-card-visaelectron:before,.jp-card-logo.jp-card-visaelectron:after{content:" ";display:block;width:100%;height:25%}.jp-card-logo.jp-card-visaelectron:before{background:#1A1876}.jp-card-logo.jp-card-visaelectron:after{background:#E79800}.jp-card-logo.jp-card-visaelectron .elec{float:right;font-family:arial;font-size:9px;margin-right:1px;margin-top:-5px;text-transform:none}.jp-card.jp-card-visaelectron.jp-card-identified .jp-card-front:before,.jp-card.jp-card-visaelectron.jp-card-identified .jp-card-back:before{background-color:#191278}.jp-card.jp-card-visaelectron.jp-card-identified .jp-card-logo.jp-card-visaelectron{opacity:1}.jp-card-logo.jp-card-mastercard{color:white;font-style:normal;text-transform:lowercase;font-weight:bold;text-align:center;font-size:9px;line-height:84px;z-index:1;text-shadow:1px 1px rgba(0,0,0,0.6)}.jp-card-logo.jp-card-mastercard:before,.jp-card-logo.jp-card-mastercard:after{content:" ";display:block;width:36px;top:0;position:absolute;height:36px;border-radius:18px}.jp-card-logo.jp-card-mastercard:before{left:0;background:#EB001B;z-index:-1;opacity:0.9}.jp-card-logo.jp-card-mastercard:after{right:0;background:#FF5F00;z-index:-2}.jp-card.jp-card-mastercard.jp-card-identified .jp-card-front .jp-card-logo.jp-card-mastercard,.jp-card.jp-card-mastercard.jp-card-identified .jp-card-back .jp-card-logo.jp-card-mastercard{box-shadow:none}.jp-card.jp-card-mastercard.jp-card-identified .jp-card-front:before,.jp-card.jp-card-mastercard.jp-card-identified .jp-card-back:before{background-color:#0061A8}.jp-card.jp-card-mastercard.jp-card-identified .jp-card-logo.jp-card-mastercard{opacity:1}.jp-card-logo.jp-card-maestro{color:white;font-style:normal;text-transform:lowercase;font-weight:bold;text-align:center;font-size:14px;line-height:84px;z-index:1;text-shadow:1px 1px rgba(0,0,0,0.6)}.jp-card-logo.jp-card-maestro:before,.jp-card-logo.jp-card-maestro:after{content:" ";display:block;width:36px;top:0;position:absolute;height:36px;border-radius:18px}.jp-card-logo.jp-card-maestro:before{left:0;background:#EB001B;z-index:-2}.jp-card-logo.jp-card-maestro:after{right:0;background:#00A2E5;z-index:-1;opacity:0.8}.jp-card.jp-card-maestro.jp-card-identified .jp-card-front .jp-card-logo.jp-card-maestro,.jp-card.jp-card-maestro.jp-card-identified .jp-card-back .jp-card-logo.jp-card-maestro{box-shadow:none}.jp-card.jp-card-maestro.jp-card-identified .jp-card-front:before,.jp-card.jp-card-maestro.jp-card-identified .jp-card-back:before{background-color:#0B2C5F}.jp-card.jp-card-maestro.jp-card-identified .jp-card-logo.jp-card-maestro{opacity:1}.jp-card-logo.jp-card-dankort{width:60px;height:36px;padding:3px;border-radius:8px;border:#000 1px solid;background-color:#fff}.jp-card-logo.jp-card-dankort .dk{position:relative;width:100%;height:100%;overflow:hidden}.jp-card-logo.jp-card-dankort .dk:before{background-color:#ED1C24;content:'';position:absolute;width:100%;height:100%;display:block;border-radius:6px}.jp-card-logo.jp-card-dankort .dk:after{content:'';position:absolute;top:50%;margin-top:-7.7px;right:0;width:0;height:0;border-style:solid;border-width:7px 7px 10px 0;border-color:transparent #ED1C24 transparent transparent;z-index:1}.jp-card-logo.jp-card-dankort .d,.jp-card-logo.jp-card-dankort .k{position:absolute;top:50%;width:50%;display:block;height:15.4px;margin-top:-7.7px;background:white}.jp-card-logo.jp-card-dankort .d{left:0;border-radius:0 8px 10px 0}.jp-card-logo.jp-card-dankort .d:before{content:'';position:absolute;top:50%;left:50%;display:block;background:#ED1C24;border-radius:2px 4px 6px 0px;height:5px;width:7px;margin:-3px 0 0 -4px}.jp-card-logo.jp-card-dankort .k{right:0}.jp-card-logo.jp-card-dankort .k:before,.jp-card-logo.jp-card-dankort .k:after{content:'';position:absolute;right:50%;width:0;height:0;border-style:solid;margin-right:-1px}.jp-card-logo.jp-card-dankort .k:before{top:0;border-width:8px 5px 0 0;border-color:#ED1C24 transparent transparent transparent}.jp-card-logo.jp-card-dankort .k:after{bottom:0;border-width:0 5px 8px 0;border-color:transparent transparent #ED1C24 transparent}.jp-card.jp-card-dankort.jp-card-identified .jp-card-front:before,.jp-card.jp-card-dankort.jp-card-identified .jp-card-back:before{background-color:#0055C7}.jp-card.jp-card-dankort.jp-card-identified .jp-card-logo.jp-card-dankort{opacity:1}.jp-card-logo.jp-card-elo{height:50px;width:50px;border-radius:100%;background:black;color:white;text-align:center;text-transform:lowercase;font-size:21px;font-style:normal;letter-spacing:1px;font-weight:bold;padding-top:13px}.jp-card-logo.jp-card-elo .e,.jp-card-logo.jp-card-elo .l,.jp-card-logo.jp-card-elo .o{display:inline-block;position:relative}.jp-card-logo.jp-card-elo .e{-webkit-transform:rotate(-15deg);-moz-transform:rotate(-15deg);-ms-transform:rotate(-15deg);-o-transform:rotate(-15deg);transform:rotate(-15deg)}.jp-card-logo.jp-card-elo .o{position:relative;display:inline-block;width:12px;height:12px;right:0;top:7px;border-radius:100%;background-image:-webkit-linear-gradient( #ff0 50%,red 50%);background-image:linear-gradient( #ff0 50%,red 50%);-webkit-transform:rotate(40deg);-moz-transform:rotate(40deg);-ms-transform:rotate(40deg);-o-transform:rotate(40deg);transform:rotate(40deg);text-indent:-9999px}.jp-card-logo.jp-card-elo .o:before{content:"";position:absolute;width:49%;height:49%;background:black;border-radius:100%;text-indent:-99999px;top:25%;left:25%}.jp-card.jp-card-elo.jp-card-identified .jp-card-front:before,.jp-card.jp-card-elo.jp-card-identified .jp-card-back:before{background-color:#6F6969}.jp-card.jp-card-elo.jp-card-identified .jp-card-logo.jp-card-elo{opacity:1}.jp-card-logo.jp-card-jcb{border-radius:5px 0px 5px 0px;-moz-border-radius:5px 0px 5px 0px;-webkit-border-radius:5px 0px 5px 0px;background-color:white;font-style:normal;color:white;width:50px;padding:2px 0 0 2px}.jp-card-logo.jp-card-jcb>div{width:15px;margin-right:1px;display:inline-block;text-align:center;text-shadow:1px 1px rgba(0,0,0,0.6);border-radius:5px 0px 5px 0px;-moz-border-radius:5px 0px 5px 0px;-webkit-border-radius:5px 0px 5px 0px}.jp-card-logo.jp-card-jcb>div:before,.jp-card-logo.jp-card-jcb>div:after{content:" ";display:block;height:8px}.jp-card-logo.jp-card-jcb>div.j{background-color:#000063;background-image:-webkit-linear-gradient(left, #000063,#008cff);background-image:linear-gradient(to right,#000063,#008cff)}.jp-card-logo.jp-card-jcb>div.c{background-color:#630000;background-image:-webkit-linear-gradient(left, #630000,#ff008d);background-image:linear-gradient(to right,#630000,#ff008d)}.jp-card-logo.jp-card-jcb>div.b{background-color:#006300;background-image:-webkit-linear-gradient(left, #006300,lime);background-image:linear-gradient(to right,#006300,lime)}.jp-card.jp-card-jcb.jp-card-identified .jp-card-front:before,.jp-card.jp-card-jcb.jp-card-identified .jp-card-back:before{background-color:#CB8000}.jp-card.jp-card-jcb.jp-card-identified .jp-card-logo.jp-card-jcb{opacity:1;box-shadow:none}.jp-card-logo.jp-card-dinersclub{font-family:serif;height:40px;width:100px;color:white;font-size:17px;font-style:normal;letter-spacing:1px}.jp-card-logo.jp-card-dinersclub::before,.jp-card-logo.jp-card-dinersclub::after{display:block;position:relative}.jp-card-logo.jp-card-dinersclub::before{content:'Diners Club'}.jp-card-logo.jp-card-dinersclub::after{content:'International';text-transform:uppercase;font-size:0.6em}.jp-card.jp-card-dinersclub .jp-card-front .jp-card-logo{box-shadow:none !important}.jp-card.jp-card-dinersclub.jp-card-identified .jp-card-front:before,.jp-card.jp-card-dinersclub.jp-card-identified .jp-card-back:before{background-color:#999}.jp-card.jp-card-dinersclub.jp-card-identified .jp-card-logo.jp-card-dinersclub{opacity:1}.jp-card-container{-webkit-perspective:1000px;-moz-perspective:1000px;perspective:1000px;width:350px;max-width:100%;height:200px;margin:auto;z-index:1;position:relative}.jp-card{font-family:"Helvetica Neue",Helvetica,Arial,sans-serif;line-height:1;position:relative;width:100%;height:100%;min-width:315px;border-radius:10px;-webkit-transform-style:preserve-3d;-moz-transform-style:preserve-3d;-ms-transform-style:preserve-3d;-o-transform-style:preserve-3d;transform-style:preserve-3d;-webkit-transition:all 400ms linear;-moz-transition:all 400ms linear;transition:all 400ms linear}.jp-card>*,.jp-card>*:before,.jp-card>*:after{-moz-box-sizing:border-box;-webkit-box-sizing:border-box;box-sizing:border-box;font-family:inherit}.jp-card.jp-card-flipped{-webkit-transform:rotateY(180deg);-moz-transform:rotateY(180deg);-ms-transform:rotateY(180deg);-o-transform:rotateY(180deg);transform:rotateY(180deg)}.jp-card .jp-card-front,.jp-card .jp-card-back{-webkit-backface-visibility:hidden;backface-visibility:hidden;-webkit-transform-style:preserve-3d;-moz-transform-style:preserve-3d;-ms-transform-style:preserve-3d;-o-transform-style:preserve-3d;transform-style:preserve-3d;-webkit-transition:all 400ms linear;-moz-transition:all 400ms linear;transition:all 400ms linear;width:100%;height:100%;position:absolute;top:0;left:0;overflow:hidden;border-radius:10px;background:#DDD}.jp-card .jp-card-front:before,.jp-card .jp-card-back:before{content:" ";display:block;position:absolute;width:100%;height:100%;top:0;left:0;opacity:0;border-radius:10px;-webkit-transition:all 400ms ease;-moz-transition:all 400ms ease;transition:all 400ms ease}.jp-card .jp-card-front:after,.jp-card .jp-card-back:after{content:" ";display:block}.jp-card .jp-card-front .jp-card-display,.jp-card .jp-card-back .jp-card-display{color:#fff;font-weight:normal;opacity:0.5;-webkit-transition:opacity 400ms linear;-moz-transition:opacity 400ms linear;transition:opacity 400ms linear}.jp-card .jp-card-front .jp-card-display.jp-card-focused,.jp-card .jp-card-back .jp-card-display.jp-card-focused{opacity:1;font-weight:700}.jp-card .jp-card-front .jp-card-cvc,.jp-card .jp-card-back .jp-card-cvc{font-family:"Bitstream Vera Sans Mono",Consolas,Courier,monospace;font-size:14px}.jp-card .jp-card-front .jp-card-shiny,.jp-card .jp-card-back .jp-card-shiny{width:50px;height:35px;border-radius:5px;background:#CCC;position:relative}.jp-card .jp-card-front .jp-card-shiny:before,.jp-card .jp-card-back .jp-card-shiny:before{content:" ";display:block;width:70%;height:60%;border-top-right-radius:5px;border-bottom-right-radius:5px;background:#d9d9d9;position:absolute;top:20%}.jp-card .jp-card-front .jp-card-logo{position:absolute;opacity:0;right:5%;top:8%;-webkit-transition:400ms;-moz-transition:400ms;transition:400ms}.jp-card .jp-card-front .jp-card-lower{width:80%;position:absolute;left:10%;bottom:30px}@media only screen and (max-width: 480px){.jp-card .jp-card-front .jp-card-lower{width:90%;left:5%}}.jp-card .jp-card-front .jp-card-lower .jp-card-cvc{visibility:hidden;float:right;position:relative;bottom:5px}.jp-card .jp-card-front .jp-card-lower .jp-card-number{font-family:"Bitstream Vera Sans Mono",Consolas,Courier,monospace;font-size:24px;clear:both;margin-bottom:30px}.jp-card .jp-card-front .jp-card-lower .jp-card-expiry{font-family:"Bitstream Vera Sans Mono",Consolas,Courier,monospace;letter-spacing:0em;position:relative;float:right;width:25%}.jp-card .jp-card-front .jp-card-lower .jp-card-expiry:before,.jp-card .jp-card-front .jp-card-lower .jp-card-expiry:after{font-family:"Helvetica Neue",Helvetica,Arial,sans-serif;font-weight:bold;font-size:7px;white-space:pre;display:block;opacity:.5}.jp-card .jp-card-front .jp-card-lower .jp-card-expiry:before{content:attr(data-before);margin-bottom:2px;font-size:7px;text-transform:uppercase}.jp-card .jp-card-front .jp-card-lower .jp-card-expiry:after{position:absolute;content:attr(data-after);text-align:right;right:100%;margin-right:5px;margin-top:2px;bottom:0}.jp-card .jp-card-front .jp-card-lower .jp-card-name{text-transform:uppercase;font-family:"Bitstream Vera Sans Mono",Consolas,Courier,monospace;font-size:20px;max-height:45px;position:absolute;bottom:0;width:190px;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:horizontal;overflow:hidden;text-overflow:ellipsis}.jp-card .jp-card-back{-webkit-transform:rotateY(180deg);-moz-transform:rotateY(180deg);-ms-transform:rotateY(180deg);-o-transform:rotateY(180deg);transform:rotateY(180deg)}.jp-card .jp-card-back .jp-card-bar{background-color:#444;background-image:-webkit-linear-gradient(#444,#333);background-image:linear-gradient(#444,#333);width:100%;height:20%;position:absolute;top:10%}.jp-card .jp-card-back:after{content:" ";display:block;background-color:#fff;background-image:-webkit-linear-gradient(#fff,#fff);background-image:linear-gradient(#fff,#fff);width:80%;height:16%;position:absolute;top:40%;left:2%}.jp-card .jp-card-back .jp-card-cvc{position:absolute;top:40%;left:85%;-webkit-transition-delay:600ms;-moz-transition-delay:600ms;transition-delay:600ms}.jp-card .jp-card-back .jp-card-shiny{position:absolute;top:66%;left:2%}.jp-card .jp-card-back .jp-card-shiny:after{content:"This card has been issued by Jesse Pollak and is licensed for anyone to use anywhere for free. It comes with no warranty. For support issues, please visit: github.com/jessepollak/card.";position:absolute;left:120%;top:5%;color:white;font-size:7px;width:230px;opacity:.5}.jp-card.jp-card-identified{box-shadow:0 0 20px rgba(0,0,0,0.3)}.jp-card.jp-card-identified .jp-card-front,.jp-card.jp-card-identified .jp-card-back{background-color:#000;background-color:rgba(0,0,0,0.5)}.jp-card.jp-card-identified .jp-card-front:before,.jp-card.jp-card-identified .jp-card-back:before{-webkit-transition:all 400ms ease;-moz-transition:all 400ms ease;transition:all 400ms ease;background-image:repeating-linear-gradient(45deg, rgba(255,255,255,0) 1px, rgba(255,255,255,0.03) 2px, rgba(255,255,255,0.04) 3px, rgba(255,255,255,0.05) 4px),repeating-linear-gradient(135deg, rgba(255,255,255,0.05) 1px, rgba(255,255,255,0) 2px, rgba(255,255,255,0.04) 3px, rgba(255,255,255,0.03) 4px),repeating-linear-gradient(90deg, rgba(255,255,255,0) 1px, rgba(255,255,255,0.03) 2px, rgba(255,255,255,0.04) 3px, rgba(255,255,255,0.05) 4px),repeating-linear-gradient(210deg, rgba(255,255,255,0) 1px, rgba(255,255,255,0.03) 2px, rgba(255,255,255,0.04) 3px, rgba(255,255,255,0.05) 4px),repeating-radial-gradient(circle at 30% 30%, rgba(255,255,255,0) 1px, rgba(255,255,255,0.03) 2px, rgba(255,255,255,0.04) 3px, rgba(255,255,255,0.05) 4px),repeating-radial-gradient(circle at 70% 70%, rgba(255,255,255,0) 1px, rgba(255,255,255,0.03) 2px, rgba(255,255,255,0.04) 3px, rgba(255,255,255,0.05) 4px),repeating-radial-gradient(circle at 90% 20%, rgba(255,255,255,0) 1px, rgba(255,255,255,0.03) 2px, rgba(255,255,255,0.04) 3px, rgba(255,255,255,0.05) 4px),repeating-radial-gradient(circle at 15% 80%, rgba(255,255,255,0) 1px, rgba(255,255,255,0.03) 2px, rgba(255,255,255,0.04) 3px, rgba(255,255,255,0.05) 4px),-webkit-linear-gradient(-245deg, rgba(255,255,255,0) 50%,rgba(255,255,255,0.2) 70%,rgba(255,255,255,0) 90%);background-image:repeating-linear-gradient(45deg, rgba(255,255,255,0) 1px, rgba(255,255,255,0.03) 2px, rgba(255,255,255,0.04) 3px, rgba(255,255,255,0.05) 4px),repeating-linear-gradient(135deg, rgba(255,255,255,0.05) 1px, rgba(255,255,255,0) 2px, rgba(255,255,255,0.04) 3px, rgba(255,255,255,0.03) 4px),repeating-linear-gradient(90deg, rgba(255,255,255,0) 1px, rgba(255,255,255,0.03) 2px, rgba(255,255,255,0.04) 3px, rgba(255,255,255,0.05) 4px),repeating-linear-gradient(210deg, rgba(255,255,255,0) 1px, rgba(255,255,255,0.03) 2px, rgba(255,255,255,0.04) 3px, rgba(255,255,255,0.05) 4px),repeating-radial-gradient(circle at 30% 30%, rgba(255,255,255,0) 1px, rgba(255,255,255,0.03) 2px, rgba(255,255,255,0.04) 3px, rgba(255,255,255,0.05) 4px),repeating-radial-gradient(circle at 70% 70%, rgba(255,255,255,0) 1px, rgba(255,255,255,0.03) 2px, rgba(255,255,255,0.04) 3px, rgba(255,255,255,0.05) 4px),repeating-radial-gradient(circle at 90% 20%, rgba(255,255,255,0) 1px, rgba(255,255,255,0.03) 2px, rgba(255,255,255,0.04) 3px, rgba(255,255,255,0.05) 4px),repeating-radial-gradient(circle at 15% 80%, rgba(255,255,255,0) 1px, rgba(255,255,255,0.03) 2px, rgba(255,255,255,0.04) 3px, rgba(255,255,255,0.05) 4px),linear-gradient(-25deg, rgba(255,255,255,0) 50%,rgba(255,255,255,0.2) 70%,rgba(255,255,255,0) 90%);opacity:1}.jp-card.jp-card-identified .jp-card-front .jp-card-logo,.jp-card.jp-card-identified .jp-card-back .jp-card-logo{box-shadow:0 0 0 2px rgba(255,255,255,0.3)}.jp-card.jp-card-identified.no-radial-gradient .jp-card-front:before,.jp-card.jp-card-identified.no-radial-gradient .jp-card-back:before{background-image:repeating-linear-gradient(45deg, rgba(255,255,255,0) 1px, rgba(255,255,255,0.03) 2px, rgba(255,255,255,0.04) 3px, rgba(255,255,255,0.05) 4px),repeating-linear-gradient(135deg, rgba(255,255,255,0.05) 1px, rgba(255,255,255,0) 2px, rgba(255,255,255,0.04) 3px, rgba(255,255,255,0.03) 4px),repeating-linear-gradient(90deg, rgba(255,255,255,0) 1px, rgba(255,255,255,0.03) 2px, rgba(255,255,255,0.04) 3px, rgba(255,255,255,0.05) 4px),repeating-linear-gradient(210deg, rgba(255,255,255,0) 1px, rgba(255,255,255,0.03) 2px, rgba(255,255,255,0.04) 3px, rgba(255,255,255,0.05) 4px),-webkit-linear-gradient(-245deg, rgba(255,255,255,0) 50%,rgba(255,255,255,0.2) 70%,rgba(255,255,255,0) 90%);background-image:repeating-linear-gradient(45deg, rgba(255,255,255,0) 1px, rgba(255,255,255,0.03) 2px, rgba(255,255,255,0.04) 3px, rgba(255,255,255,0.05) 4px),repeating-linear-gradient(135deg, rgba(255,255,255,0.05) 1px, rgba(255,255,255,0) 2px, rgba(255,255,255,0.04) 3px, rgba(255,255,255,0.03) 4px),repeating-linear-gradient(90deg, rgba(255,255,255,0) 1px, rgba(255,255,255,0.03) 2px, rgba(255,255,255,0.04) 3px, rgba(255,255,255,0.05) 4px),repeating-linear-gradient(210deg, rgba(255,255,255,0) 1px, rgba(255,255,255,0.03) 2px, rgba(255,255,255,0.04) 3px, rgba(255,255,255,0.05) 4px),linear-gradient(-25deg, rgba(255,255,255,0) 50%,rgba(255,255,255,0.2) 70%,rgba(255,255,255,0) 90%)}
.card-preview{display:none}
.tw-btn-purchase{color:#fff;background:#323232;border-radius:2px}.tw-btn-purchase:hover{color:#fff;background:rgba(50,50,50,0.85)}.card-product-form-group{position:relative;font-size:15px;border-width:2px}.card-product-label{color:#6e6e6e !important;color:#171717}.card-product-radio-button-group{display:-ms-flexbox !important;display:flex !important;padding:10px}.card-product-radio-button-group .card-product-label{width:100%}.card-product-radio-button-group .card-product-form-control{-ms-flex-item-align:center !important;align-self:center !important;margin:0 0 0 5px}.card-product-form-group.card-product-select-group .card-product-label{box-sizing:border-box;position:absolute;width:100%;z-index:1;top:7px;padding-left:11px;user-select:none;transition:all 0.2s ease 0s}.card-product-form-group select.card-product-form-control{font-size:15px;box-sizing:border-box;letter-spacing:normal;position:relative;width:100%;color:#000;z-index:10;-webkit-font-smoothing:antialiased;-webkit-appearance:none;border-width:initial;border-style:none;border-color:initial;border-image:initial;background:none;padding:32px 57px 10px 10px;margin:0}.card-product-select-group .card-product-icon{position:absolute;top:50%;right:10px;margin-top:-1em;line-height:2em}.card-product-select-group .card-product-icon i{padding:0px}.card-checked{border-color:#000}.tw-btn-purchase.tw-btn-lg,.custom-btn-lg{font-size:20px}.tw-btn-purchase.tw-btn-xlg,.custom-btn-xlg{font-size:20px;padding:12px 50px}#checkout-form input,#checkout-form textarea,#checkout-form select{margin-bottom:0}#checkout-form h5,#checkout-summary h5{font-size:20px;margin:10px 0;text-transform:uppercase !important}#checkout-form .tw-form-group{margin-top:5px}.prop65{display:none}.tw-form-group.geo-address-geo-state-input .tw-form-control-select{display:none}#checkout-form .input-form-group .tw-form-input.tw-form-control-select,#new_order .input-form-group .tw-form-input.tw-form-control-select,.fancy-input-form .input-form-group .tw-form-input.tw-form-control-select{padding-left:5px;padding-right:5px}#checkout-form .input-form-group .tw-form-input.tw-form-control-select>select,#new_order .input-form-group .tw-form-input.tw-form-control-select>select,.fancy-input-form .input-form-group .tw-form-input.tw-form-control-select>select{border:none;background:none;width:100%}#checkout-form .tw-form-group.input-form-group,#new_order .tw-form-group.input-form-group,.fancy-input-form .tw-form-group.input-form-group{position:relative}#checkout-form .input-form-group .tw-form-error,#new_order .input-form-group .tw-form-error,.fancy-input-form .input-form-group .tw-form-error{margin:0;position:absolute;bottom:100%;right:0;font-size:12px;line-height:1em}#checkout-form .input-form-group .tw-form-error ul,#new_order .input-form-group .tw-form-error ul,.fancy-input-form .input-form-group .tw-form-error ul{margin:0}#checkout-form .input-form-group .tw-form-error li,#new_order .input-form-group .tw-form-error li,.fancy-input-form .input-form-group .tw-form-error li{font-size:12px;display:inline-block;padding-left:0.5em;white-space:nowrap}#checkout-form .input-form-group label,#new_order .input-form-group label,.fancy-input-form .input-form-group label{position:absolute;top:0.5em;right:0.5em;left:12px;font-size:12px;line-height:1em;font-weight:normal;opacity:0.9;white-space:nowrap;overflow:hidden;margin:0;z-index:99}#checkout-form .input-form-group .tw-form-input,#checkout-form .input-form-group .tw-form-select,#new_order .input-form-group .tw-form-input,#new_order .input-form-group .tw-form-select,.fancy-input-form .input-form-group .tw-form-input,.fancy-input-form .input-form-group .tw-form-select{height:44px;min-height:44px;padding-top:16px}#checkout-form .input-form-group textarea.tw-form-textarea,#new_order .input-form-group textarea.tw-form-textarea,.fancy-input-form .input-form-group textarea.tw-form-textarea{height:auto}#checkout-form .input-form-group .tw-form-control-select .geo-address-geo-countries,#checkout-form .input-form-group .tw-form-control-select .tw-form-select,#new_order .input-form-group .tw-form-control-select .geo-address-geo-countries,#new_order .input-form-group .tw-form-control-select .tw-form-select,.fancy-input-form .input-form-group .tw-form-control-select .geo-address-geo-countries,.fancy-input-form .input-form-group .tw-form-control-select .tw-form-select{border:none;background:none;width:100%}#checkout-summary hr{border-top:1px solid #ccc}#checkout-summary .money{font-weight:bold}#checkout-summary .order-item-row{font-weight:bold;min-height:50px;margin-bottom:5px}#checkout-summary .order-item-row::after{clear:both;display:block;content:"";height:0}#checkout-summary .order-item-row .avatar{width:50px;position:relative;float:left}#checkout-summary .order-item-row .avatar .badge{position:absolute;top:-0.5em;right:-0.5em;font-weight:bold}#checkout-summary .order-item-row .avatar .img{border:1px solid #eee}#checkout-summary .order-item-row .title,#checkout-summary .order-item-row .cart-description,#checkout-summary .order-item-row .cart-product-caption{margin-left:50px;padding:0 0 0 10px}#checkout-summary .order-item-row .cart-description>p{padding:0;line-height:1.3em;font-size:0.9em}#checkout-summary .order-item-row .cart-product-caption{color:#000;font-size:0.95em;line-height:1em;font-style:italic;margin-bottom:0.1em}#checkout-summary .shipping-rate.tw-form-group{margin-bottom:0}#checkout-summary .shipping-rate.tw-form-group label{font-weight:normal;margin:0 0 5px 0}#checkout-summary .shipping-rate.tw-form-group input{margin:0}#checkout-summary,#checkout-form{padding-top:1em}@media (min-width: 992px){#checkout-form .checkout-container{padding:0 2em}}@media (min-width: 768px){#checkout-summary,#checkout-form{padding-top:3em}#checkout-summary{min-height:100vh;height:100vh;position:fixed;right:0;top:0;z-index:1030;padding-bottom:20vh;height:fit-content;position:sticky}}form.checkout_form.submitted::after{display:block;content:'';background:rgba(255,255,255,0.4);z-index:99;position:absolute;width:100%;height:100%;top:0;right:0;bottom:0;left:0}#checkout-submitted{display:none}form.checkout_form.submitted #checkout-submitted{display:block;background:rgba(255,255,255,0.4);z-index:101;position:fixed;width:100%;height:100%;top:0;right:0;bottom:0;left:0;text-align:center;font-size:30px;line-height:1.2em;color:#aaa;padding-top:50vh}.recalculating #checkout-summary::after{display:block;content:'';background:rgba(255,255,255,0.4);z-index:99;position:absolute;width:100%;height:100%;top:0;right:0;bottom:0;left:0}.payment-errors.tw-hidden,.payment_method_toggle.tw-hidden,.billing-address-section.tw-hidden,.shipping-address-section.tw-hidden,.geo-address-geo-states.hidden,.geo-address-state.hidden{display:none}.payment-method-icon,.payment-method-icon-visa,.payment-method-icon-american-express,.payment-method-icon-discover,.payment-method-icon-master{width:38px;height:24px;display:inline-block;vertical-align:bottom;background:no-repeat;background-size:contain}.payment-method-icon-visa{background-image:url(/assets/bazaar/cards/visa-104fe31176c68b0293cf54cfcee1f2ab564def635d065b0260e17e80aae139ee.svg),none}.payment-method-icon-american-express{background-image:url(/assets/bazaar/cards/american_express-b6b211368d19a429ac2d4dedf304c8622338870747b20d79d9775a0ce1d8ac63.svg),none}.payment-method-icon-master{background-image:url(/assets/bazaar/cards/master-c32dfa3399907a3e21ae77f834e052b862ad7f0b33a085ddd74d6337c868793e.svg),none}.payment-method-icon-discover{background-image:url(/assets/bazaar/cards/discover-c076f02bb17de06b93c754a81cdf60f5e0732653b5df3c575cd93214c1d809f9.svg),none}.pay_pal_express_checkout_btn{display:inline-block}.pay_pal_express_checkout_btn iframe{z-index:auto !important}.card-form-group.payment_method_toggle.payment_method_toggle_card.tw-hidden{display:block !important;position:relative}.card-form-group.payment_method_toggle.payment_method_toggle_card.tw-hidden::after{display:block;content:' ';position:absolute;top:0;left:0;bottom:0;right:0;width:100%;height:100%;background:rgba(255,255,255,0.8)}.checkout_form .tw-form-group .tw-form-error{background:rgba(255,255,255,0.1);color:#721c24}.checkout_form .tw-form-group.tw-has-error .tw-form-input,.checkout_form .tw-form-group.tw-has-error .tw-form-select,.checkout_form .tw-form-group.tw-has-error .tw-form-control-select{color:#721c24;background-color:#f8d7da;border-color:#e1534f}.select-sample .sample-option .sample-option-container{display:block;background:#fff;border:1px solid #ccc;padding:10px}.select-sample .sample-option a.sample-option-container{cursor:pointer}.select-sample .sample-option .sample-option-container.sample-option-not-selected{opacity:0.5}.select-sample .sample-option .sample-option-label{height:2.5em;overflow:hidden;text-overflow:ellipsis;width:100%;white-space:nowrap}body:not(.checkout-layout) .grecaptcha-badge{visibility:hidden}body.checkout-layout .grecaptcha-badge{z-index:9999}.other-ways-to-pay{text-align:center;margin:0.1em 0 1em 0}.mobile-pay-button-container{margin-top:1em;margin-bottom:3em}.checkout-mode-standard-button-container{visibility:hidden}form.checkout_form.checkout-mode-apple-pay .checkout-mode-standard-button-container,form.checkout_form.checkout-mode-google-pay .checkout-mode-standard-button-container{visibility:visible}.apple-pay-button{display:block;width:100%;height:40px;cursor:pointer;-webkit-appearance:-apple-pay-button;-apple-pay-button-type:buy;-apple-pay-button-style:black}.apple-pay-button[disabled]{opacity:0.35;cursor:default}.other-ways-to-pay.other-ways-to-pay-with-apple{flex-wrap:wrap;gap:8px}.other-ways-to-pay.other-ways-to-pay-with-apple>div{max-width:240px;overflow:hidden}
.checkout-refresh-page #header{display:none}.checkout-refresh-page .main-wrapper{padding-top:0}.checkout-refresh{font-family:'Open Sans', system-ui, -apple-system, 'Segoe UI', Arial, sans-serif;color:#1A1A1A;-webkit-font-smoothing:antialiased}.checkout-refresh #checkout-form .checkout-container{max-width:760px;margin:0 auto;padding:24px 24px 64px}.checkout-refresh #checkout-form .tw-form-group:first-child{margin-bottom:1.25em !important}.checkout-refresh .tw-form-group img[src*="x2allvw7sjmj4wmfdt7pokm86hxu"]{height:38px !important;width:auto !important}.checkout-refresh h5{font-size:20px;font-weight:700;letter-spacing:0.02em;text-transform:none;color:#1A1A1A;margin:0 0 16px;line-height:1.2}.checkout-refresh #checkout-form h5,.checkout-refresh #checkout-summary h5{text-transform:none !important}.checkout-refresh .checkout-contact-h5{display:flex;align-items:center;justify-content:space-between}.checkout-refresh .checkout-login-link{margin-left:auto;display:inline-block;padding:5px 14px;border:1px solid #1A1A1A;border-radius:4px;color:#1A1A1A;background:transparent;text-transform:uppercase;letter-spacing:0.08em;font-size:11px;font-weight:700;line-height:1;text-decoration:none !important;white-space:nowrap}.checkout-refresh .checkout-login-link:hover{background:#1A1A1A;color:#FFF;text-decoration:none !important}.checkout-refresh label{font-size:13px;font-weight:600;color:#6B6660;margin-bottom:6px;text-transform:none;letter-spacing:0}.checkout-refresh label small{font-weight:400;color:#787268}.checkout-refresh .tw-form-input,.checkout-refresh input[type="text"],.checkout-refresh input[type="email"],.checkout-refresh input[type="tel"],.checkout-refresh input[type="number"],.checkout-refresh select{height:48px;border:1px solid #E7E2DA;border-radius:2px;padding:0 14px;font-size:15px;color:#1A1A1A;background-color:#FFFFFF;box-shadow:none;width:100%;font-family:inherit}.checkout-refresh select{padding-right:34px;appearance:none;-webkit-appearance:none;cursor:pointer}.checkout-refresh .expiry-select select{background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='0 0 24 24' fill='none' stroke='%236B6660' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpolyline points='6 9 12 15 18 9'/%3E%3C/svg%3E");background-repeat:no-repeat;background-position:right 12px center;background-size:12px}.checkout-refresh .tw-form-input:focus,.checkout-refresh input:focus,.checkout-refresh select:focus{outline:none;border-color:#000;box-shadow:none}.checkout-refresh ::placeholder{color:#787268;opacity:1}.checkout-refresh .tw-form-group{margin-bottom:12px}.checkout-refresh .input-form-group{margin-bottom:12px}.checkout-refresh #checkout-form .input-form-group,.checkout-refresh #new_order .input-form-group{position:static}.checkout-refresh #checkout-form .input-form-group label,.checkout-refresh #new_order .input-form-group label{position:static !important;top:auto;left:auto;display:block;transform:none !important;font-size:13px;font-weight:600;color:#6B6660;margin:0 0 6px;padding:0;background:none}.checkout-refresh #checkout-form .input-form-group .tw-form-input,.checkout-refresh #new_order .input-form-group .tw-form-input,.checkout-refresh #checkout-form .input-form-group select,.checkout-refresh #new_order .input-form-group select{padding-top:0;height:48px;min-height:48px}.checkout-refresh .tw-form-error{color:#B23A2E;font-size:12.5px;line-height:1.4;margin-top:6px}.checkout-refresh .tw-form-error:empty{display:none;margin:0}.checkout-refresh .has-error .tw-form-input,.checkout-refresh .tw-form-input.error,.checkout-refresh .tw-form-input[aria-invalid="true"]{border-color:#B23A2E;background:#FCF6F5}.checkout-refresh .payment-errors{color:#B23A2E;background:#FCF6F5;border:1px solid #B23A2E;border-radius:2px;padding:10px 14px;font-size:13px}.checkout-refresh .validator{width:100% !important;max-width:100% !important;box-sizing:border-box}.checkout-refresh .validator input,.checkout-refresh .validator .tw-form-input{width:100% !important;max-width:100% !important;box-sizing:border-box}.checkout-refresh .validator .feedback,.checkout-refresh .input-form-group .feedback{width:22px !important;height:22px !important;right:14px !important;top:50% !important;bottom:auto !important;transform:translateY(-50%) !important;background-size:18px 18px !important;background-position:center center !important;background-repeat:no-repeat !important}.checkout-refresh .other-ways-to-pay{justify-content:center;margin-bottom:8px}.checkout-refresh .tw-text-center.tw-my-4{color:#787268;font-size:12px;letter-spacing:0.14em}.checkout-refresh .payment-method-icon-visa,.checkout-refresh .payment-method-icon-master,.checkout-refresh .payment-method-icon-american-express,.checkout-refresh .payment-method-icon-discover{border:1px solid #E7E2DA;border-radius:3px}.checkout-refresh .tw-btn-black-line{background:#FFFFFF;border:1px solid #1A1A1A;border-radius:6px;color:#1A1A1A;font-weight:700;letter-spacing:0.08em;text-transform:uppercase;font-size:12px}.checkout-refresh .tw-btn-black-line:hover{background:#F5F1EC;color:#1A1A1A}.checkout-refresh .checkout-rewards-card{position:relative;border:1px solid #E7E2DA;border-radius:6px;padding:20px 24px;margin-bottom:32px}.checkout-refresh .checkout-rewards-card h5{margin:0 0 4px}.checkout-refresh .checkout-rewards-card p{margin:0;font-size:14px;color:#6B6660}.checkout-refresh .checkout-rewards-card .rewards-points{font-weight:700;color:#1A1A1A}.checkout-refresh .checkout-rewards-card .tw-btn{position:absolute;right:24px;top:50%;transform:translateY(-50%);margin:0}.checkout-refresh #checkout-summary .trigger-calculate-checkout{background:#000;color:#FFF;border-color:#000;border-radius:6px;text-transform:uppercase;letter-spacing:0.08em;font-weight:700;font-size:12px}.checkout-refresh #checkout-summary .trigger-calculate-checkout:hover{background:#000;opacity:0.88;color:#FFF}.checkout-refresh #checkout-summary .return-to-cart a{background:transparent;border:none;color:#6B6660;padding:0;text-transform:uppercase;letter-spacing:0.08em;font-weight:700;font-size:11px}.checkout-refresh #checkout-summary .return-to-cart a:hover{color:#000;background:transparent;text-decoration:none}.checkout-refresh .agree-to-terms-checkbox-group,.checkout-refresh .agree-to-terms-checkbox-group .tw-text-center,.checkout-refresh .agree-to-terms-checkbox-group .tw-form-error{text-align:left !important}.checkout-refresh .agree-to-terms-checkbox-group .tw-block{display:flex !important;align-items:flex-start;gap:10px}.checkout-refresh .agree-to-terms-checkbox-group .tw-form-control-checkbox{flex:0 0 auto;margin:0}.checkout-refresh .agree-to-terms-checkbox-group p.tw-inline{display:block !important;flex:1 1 auto;margin:0}.checkout-refresh .agree-to-terms-checkbox-group #terms_copy{display:inline;font-size:12px;line-height:1.6;color:#6B6660}.checkout-refresh .agree-to-terms-checkbox-group #terms_copy a{color:#1E5A8A}.checkout-refresh .tw-btn-purchase,.checkout-refresh .tw-btn-purchase.submit,.checkout-refresh .submit.tw-btn-purchase{width:100%;height:56px;background:#000;color:#FFFFFF;border:none;border-radius:6px;font-size:15px;font-weight:700;letter-spacing:0.1em;text-transform:uppercase;transition:opacity 180ms cubic-bezier(0.22, 0.61, 0.36, 1)}.checkout-refresh .tw-btn-purchase:hover{background:#000;opacity:0.88}.checkout-refresh .tw-btn-purchase:active{transform:scale(0.99)}.checkout-refresh a{color:#1E5A8A}.checkout-refresh .disclaimer-links a{color:#6B6660}.checkout-refresh .tw-btn,.checkout-refresh .tw-btn:hover,.checkout-refresh .tw-btn:focus,.checkout-refresh .return-to-cart a,.checkout-refresh .return-to-cart a:hover{text-decoration:none !important}.checkout-refresh .disclaimer-links{font-size:11px}.checkout-refresh img[src*="DwEaazZi"]{max-width:300px !important}.checkout-refresh #checkout-summary{background:#F5F1EC !important;border:none;border-left:1px solid #E7E2DA;border-radius:0}.checkout-refresh #checkout-summary h5{margin-bottom:24px}.checkout-refresh #checkout-summary .checkout-summary-h5{display:flex;align-items:baseline;justify-content:space-between}.checkout-refresh #checkout-summary .checkout-summary-edit{margin-left:auto;color:#6B6660;text-transform:uppercase;letter-spacing:0.08em;font-size:11px;font-weight:700;text-decoration:none !important;white-space:nowrap}.checkout-refresh #checkout-summary .checkout-summary-edit:hover{color:#000;text-decoration:none !important}.checkout-refresh #checkout-summary .checkout-oldsummaryrow{display:none !important}.checkout-refresh #checkout-summary .checkout-guarantee-line{padding:16px 0;border-bottom:1px solid #E7E2DA;font-size:12px;font-weight:600;letter-spacing:0.04em;text-transform:uppercase;color:#4A6B3A}.checkout-refresh #checkout-summary .checkout-savings-callout{display:flex;align-items:center;justify-content:space-between;margin-top:12px;padding:10px 14px;background:#EDF1E8;border:1px solid #4A6B3A;border-radius:6px;font-size:15px;color:#4A6B3A;font-weight:600}.checkout-refresh #checkout-summary .tw-alert-danger{clear:both !important;margin-top:12px !important;background:#FCF6F5;border:1px solid #B23A2E;border-radius:4px;color:#B23A2E;padding:9px 12px;font-size:12.5px;line-height:1.4}.checkout-refresh #checkout-summary .shipping-rate{padding:9px 0}.checkout-refresh #checkout-summary .shipping-rate+.shipping-rate{border-top:1px solid #E7E2DA}.checkout-refresh #checkout-summary .shipping-rate label{margin:0;font-size:14px;cursor:pointer}.checkout-refresh #checkout-summary .shipping-rate input[type="radio"]{margin-right:8px}.checkout-refresh #checkout-summary .order-item-row{padding-bottom:16px}.checkout-refresh #checkout-summary .order-item-row .avatar{border:1px solid #E7E2DA;border-radius:4px;background:#FFF;overflow:hidden}.checkout-refresh #checkout-summary .order-item-row .avatar img{border-radius:3px}.checkout-refresh #checkout-summary .order-item-row .title{font-size:14px;color:#1A1A1A;line-height:1.35;font-weight:400}.checkout-refresh #checkout-summary .order-item-row .title .money{font-size:15px;color:#1A1A1A;font-weight:400}.checkout-refresh #checkout-summary .order-item-row .money del{color:#787268;font-weight:400}.checkout-refresh #checkout-summary .order-item-row .cart-description,.checkout-refresh #checkout-summary .order-item-row .cart-description p{font-size:12px;color:#6B6660;line-height:1.4}.checkout-refresh #checkout-summary .order-item-row .cart-product-caption{font-size:12px;color:#6B6660}.checkout-refresh #checkout-summary .tw-form-group.tw-flow-root{font-size:14px;color:#1A1A1A}.checkout-refresh #checkout-summary .money{color:#1A1A1A}.checkout-refresh #checkout-summary #order_total_amount{color:#1A1A1A !important;font-weight:800;font-size:22px}.checkout-refresh #checkout-summary input.tw-form-input{background:#FFF}.checkout-refresh #checkout-summary .tw-form-group[style*="background-color: #fff"],.checkout-refresh .checkout-savings{background:#EDF1E8 !important;border:1px solid #4A6B3A !important;border-radius:6px;color:#4A6B3A;font-weight:600}.checkout-refresh .review-line,.checkout-refresh [class*="tw-mt-12"][style*="border-radius: 30px"]{background:#FFF !important;border:1px solid #E7E2DA;border-radius:6px !important;padding:20px 22px !important;margin-top:28px !important}.checkout-refresh #checkout-summary [class*="tw-mt-12"][style*="border-radius: 30px"] p{line-height:1.6;margin-top:4px}@media (min-width: 900px){.checkout-refresh .checkout-cols{flex-wrap:nowrap !important;align-items:flex-start}.checkout-refresh #checkout-form{flex:1 1 0 !important;width:auto !important;max-width:none !important;min-width:0 !important}.checkout-refresh #checkout-summary{flex:0 0 480px !important;width:480px !important;max-width:480px !important}}@media (max-width: 899px){.checkout-refresh #checkout-form,.checkout-refresh #checkout-summary,.checkout-refresh #checkout-form-footer{flex:1 1 100% !important;width:100% !important;max-width:100% !important}.checkout-refresh #checkout-form .checkout-container{padding:24px 16px 48px;max-width:none;margin-left:0}.checkout-refresh #checkout-summary{border-left:none;border-top:1px solid #E7E2DA}.checkout-refresh .checkout-inform-submit{display:none !important}.checkout-refresh #checkout-form-footer{display:block !important}.checkout-refresh .checkout-rewards-card .tw-btn{position:static;transform:none;display:block;width:100%;margin-top:12px}.checkout-refresh #checkout-summary .checkout-discount-row{display:flex !important;flex-direction:column !important}.checkout-refresh #checkout-summary .checkout-discount-row .tw-float-left{order:1;float:none !important;width:100% !important;padding:0 0 12px 0 !important}.checkout-refresh #checkout-summary .checkout-discount-row .trigger-calculate-checkout{order:2;width:100%;margin:0}.checkout-refresh #checkout-summary .checkout-discount-row .tw-alert-danger{order:3}}.checkout-upsell-inline{background:#FFF;border:1px solid #E7E2DA;border-radius:8px;padding:14px 16px 16px;margin:16px 0}.checkout-upsell-inline .checkout-upsell-inline-head{display:flex;align-items:center;flex-wrap:wrap;gap:10px;margin-bottom:12px}.checkout-upsell-inline .checkout-upsell-inline-badge{background:#B23A2E;color:#FFF;border-radius:999px;padding:3px 10px;font-size:10px;font-weight:700;text-transform:uppercase;letter-spacing:0.06em;white-space:nowrap}.checkout-upsell-inline .checkout-upsell-inline-heading{font-size:14px;font-weight:600;color:#1A1A1A}.checkout-upsell-inline .checkout-upsell-inline-body{display:flex;align-items:flex-start;gap:12px}.checkout-upsell-inline .checkout-upsell-inline-avatar{flex:0 0 56px;width:56px;border:1px solid #E7E2DA;border-radius:4px;background:#FFF;overflow:hidden}.checkout-upsell-inline .checkout-upsell-inline-avatar img{display:block;width:100%;height:auto}.checkout-upsell-inline .checkout-upsell-inline-detail{flex:1 1 auto;min-width:0}.checkout-upsell-inline .checkout-upsell-inline-name{font-size:13px;font-weight:700;color:#1A1A1A;line-height:1.3}.checkout-upsell-inline .checkout-upsell-inline-price{font-size:22px;font-weight:700;color:#1A1A1A;line-height:1.2;margin-top:2px}.checkout-upsell-inline .checkout-upsell-inline-price del{font-size:14px;font-weight:400;color:#787268;margin-left:8px}.checkout-upsell-inline .checkout-upsell-inline-pitch{font-size:12px;color:#6B6660;margin-top:3px;line-height:1.4}.checkout-upsell-inline .checkout-upsell-inline-actions{display:flex;align-items:center;gap:16px;margin-top:14px}.checkout-upsell-inline .checkout-upsell-inline-add{flex:1 1 auto;color:#FFF !important;padding:12px 16px !important;font-size:12px !important;font-weight:700 !important;letter-spacing:0.08em !important;text-transform:uppercase !important;text-align:center;text-decoration:none !important}.checkout-upsell-inline .checkout-upsell-inline-add.disabled{opacity:0.6;pointer-events:none}.checkout-upsell-inline .checkout-upsell-inline-plus{margin-right:6px}.checkout-upsell-inline .checkout-upsell-inline-fine{font-size:10.5px;color:#8A857D;line-height:1.45;margin-top:10px}.checkout-refresh .ap-signed-in{display:flex;align-items:center;gap:14px;border:1px solid #E7E2DA;border-radius:2px;padding:16px 20px;margin-bottom:28px;background:#FFF}.checkout-refresh .ap-signed-in__icon svg{width:22px;height:22px;display:block;color:#1A1A1A}.checkout-refresh .ap-signed-in__copy{display:flex;flex-direction:column;gap:2px}.checkout-refresh .ap-signed-in__copy strong{font-size:14px;font-weight:600;color:#1A1A1A}.checkout-refresh .ap-signed-in__copy span{font-size:13px;color:#6B6660}.checkout-refresh .ap-signed-in__signout{margin-left:auto;white-space:nowrap;font-size:12px;font-weight:700;letter-spacing:0.1em;text-transform:uppercase;color:#1A1A1A !important;text-decoration:none !important}.checkout-refresh .ap-signed-in__signout:hover{text-decoration:underline !important}.checkout-refresh .ap-section-h{display:flex;align-items:baseline;justify-content:space-between;gap:12px}.checkout-refresh .ap-change{font-size:11px;font-weight:700;letter-spacing:0.1em;text-transform:uppercase;color:#1A1A1A !important;text-decoration:none !important}.checkout-refresh .ap-change:hover{text-decoration:underline !important}.checkout-refresh .ap-card{border:1px solid #E7E2DA;border-radius:2px;background:#FFF;padding:16px 20px;font-size:14.5px;line-height:1.6;color:#3D3D3D}.checkout-refresh .ap-card__name{font-weight:600;color:#1A1A1A}.checkout-refresh .ap-card__same{display:flex;align-items:center;gap:8px;font-weight:600;color:#1A1A1A;margin-bottom:4px}.checkout-refresh .ap-card__same svg{width:15px;height:15px;color:#2E7D5B}.checkout-refresh .ap-card--payment{display:flex;align-items:center;gap:12px}.checkout-refresh .ap-card--payment+.ap-card--payment{margin-top:8px}.checkout-refresh .ap-payment-brand{border:1px solid #E7E2DA;border-radius:3px;padding:3px 8px;font-size:10.5px;font-weight:700;letter-spacing:0.06em;text-transform:uppercase;color:#1A1A1A}.checkout-refresh .ap-payment-desc{font-size:14px;color:#1A1A1A}.checkout-refresh .ap-payment-via{margin-left:auto;font-size:13px;color:#6B6660;white-space:nowrap}
.btn-teal{color:#fff;background:#65bab0}.btn-teal:hover{color:#fff;background:rgba(101,186,176,0.85)}
html,body{font-family:'Open Sans', sans-serif;background-color:#fff}h1,h2,h3,h4,h5,h6,label,button,input,textarea,select,.btn,.container-filter li a{font-family:'Open Sans', sans-serif}input[type="radio"]{-webkit-appearance:radio}input[type="checkbox"]{-webkit-appearance:checkbox}h1:after,h2:after,h3:after,h4:after,h5:after,h6:after{content:''}#flash-container{position:absolute;top:125px;left:0;right:0;z-index:100}#flash-container .alert{background-color:#fff}.fr-view .embed-responsive .fr-video{display:block;text-align:inherit;position:unset}.logo a img{height:52px}.fixed .logo a{height:48px}.fixed .logo a img{height:48px}@media (max-width: 768px){.logo a{height:35px}.logo a image{height:35px}}.short-header{height:180px}.header{padding-top:0}.small-ital{color:#666;font-size:14px;font-style:italic;font-weight:400}.h2{font-size:27px;letter-spacing:2px;line-height:37px;margin-bottom:20px;padding-top:10px}.inner-intro h1.h2{font-size:27px;margin-top:0}.h4{font-size:17px;letter-spacing:2px;line-height:28px}.card-clickable{cursor:pointer}.ptb-30{padding-top:30px;padding-bottom:30px}.product-subtitle{font-size:15px;letter-spacing:2px;line-height:23px;font-weight:normal;margin-top:-0.3em}.price{color:#111;font-size:24px;font-weight:400}.text-decoration-underline,a.text-decoration-underline:hover{text-decoration:underline}.text-small{font-size:90%}.text-tiny{font-size:75%}.topbar{background-color:#111;color:#ddd}.topbar p,.topbar ul.links>li>a{color:#ddd}.topbar p{margin:0;display:inline-block;padding-right:30px}.topbar ul.links{list-style:none;margin:0}.topbar ul.links>li>a:hover{color:#fff}#product-detail .product-price{font-size:24px}.price-info{color:#666;font-weight:400;font-size:14px;margin-right:10px;font-style:italic}.content-page{padding-top:30px}.sidebar-widget .widget-post .widget-post-media{display:block;width:100%;margin-bottom:5px;padding:0}@media (min-width: 576px){.position-sm-static{position:static !important}.position-sm-relative{position:relative !important}.position-sm-absolute{position:absolute !important}.position-sm-fixed{position:fixed !important}.position-sm-sticky{position:sticky !important}}@media (min-width: 768px){.position-md-static{position:static !important}.position-md-relative{position:relative !important}.position-md-absolute{position:absolute !important}.position-md-fixed{position:fixed !important}.position-md-sticky{position:sticky !important}}@media (min-width: 992px){.position-lg-static{position:static !important}.position-lg-relative{position:relative !important}.position-lg-absolute{position:absolute !important}.position-lg-fixed{position:fixed !important}.position-lg-sticky{position:sticky !important}}@media (min-width: 1200px){.position-xl-static{position:static !important}.position-xl-relative{position:relative !important}.position-xl-absolute{position:absolute !important}.position-xl-fixed{position:fixed !important}.position-xl-sticky{position:sticky !important}}.bootstrap-datetimepicker-widget .day{text-align:center}.bootstrap-datetimepicker-widget .day.active{font-weight:bold;background-color:#ccc;border-radius:0.5em}a.ingredient-link.card:hover{color:#fff;background-color:#198872}a.ingredient-link-blue.card:hover{color:#fff;background-color:#01b9f4}a.ingredient-link-gold.card:hover{color:#fff;background-color:#cdb551}a.ingredient-link-maroon.card:hover{color:#fff;background-color:#8c4758}
.facts-table.facts-table-view{border:1px solid #222;padding:5px 10px;background:#fff}.facts-table h3{font-family:"Helvetica Neue",Helvetica,Arial,sans-serif;margin-top:0;text-transform:none}.facts-table-footer p,.facts-table p,.facts-table table td,.facts-table table th{color:#222}.facts-table table{width:100%;font-family:"Helvetica Neue",Helvetica,Arial,sans-serif}.facts-table table td,.facts-table table th{background:none;border:0px;border-top:1px solid #000;padding:2px 0}.facts-table table tbody tr:first-child{border-top:3px solid #000}.facts-table table thead tr:first-child{border-bottom:3px solid #000;border-top:6px solid #000}.facts-table table th{font-weight:bold}.facts-table table th:last-child{width:6em}.facts-table table td,.facts-table table th{text-align:center}.facts-table table td:first-child,.facts-table table th:first-child{text-align:left}
.card-container-hover{position:relative;height:300px;overflow:hidden;perspective:1000px}.card-hover{min-height:300px;position:absolute;height:100%;width:100%;border-radius:10px;transition:transform 0.6s ease, opacity 0.6s ease}.undercard{z-index:1;background-color:#f8f9fa;transform:translateY(10%);opacity:0.8;transition:transform 0.6s ease, opacity 0.6s ease}.undercard-text{font-size:14px;line-height:1.5}@media (max-width: 480px){.undercard-text{font-size:18px}}.main-card{z-index:2;background-color:#fff;cursor:pointer}.card-container-hover:hover .main-card{transform:translateY(-110%);opacity:0}.card-container-hover:hover .undercard{transform:translateY(0);opacity:1}.faq-card-title{margin-bottom:-0.25rem !important}.uncollapsed-rotate45{line-height:24px}details[open]>summary .uncollapsed-rotate45{transform:rotate(45deg)}
.f-ssize-6{font-size:calc(0px + (6 * 100vw / 1200)) !important}.f-sheight-6{line-height:calc(0px + (6 * 100vw / 1200)) !important}.f-ssize-7{font-size:calc(0px + (7 * 100vw / 1200)) !important}.f-sheight-7{line-height:calc(0px + (7 * 100vw / 1200)) !important}.f-ssize-8{font-size:calc(0px + (8 * 100vw / 1200)) !important}.f-sheight-8{line-height:calc(0px + (8 * 100vw / 1200)) !important}.f-ssize-9{font-size:calc(0px + (9 * 100vw / 1200)) !important}.f-sheight-9{line-height:calc(0px + (9 * 100vw / 1200)) !important}.f-ssize-10{font-size:calc(0px + (10 * 100vw / 1200)) !important}.f-sheight-10{line-height:calc(0px + (10 * 100vw / 1200)) !important}.f-ssize-11{font-size:calc(0px + (11 * 100vw / 1200)) !important}.f-sheight-11{line-height:calc(0px + (11 * 100vw / 1200)) !important}.f-ssize-12{font-size:calc(0px + (12 * 100vw / 1200)) !important}.f-sheight-12{line-height:calc(0px + (12 * 100vw / 1200)) !important}.f-ssize-13{font-size:calc(0px + (13 * 100vw / 1200)) !important}.f-sheight-13{line-height:calc(0px + (13 * 100vw / 1200)) !important}.f-ssize-14{font-size:calc(0px + (14 * 100vw / 1200)) !important}.f-sheight-14{line-height:calc(0px + (14 * 100vw / 1200)) !important}.f-ssize-15{font-size:calc(0px + (15 * 100vw / 1200)) !important}.f-sheight-15{line-height:calc(0px + (15 * 100vw / 1200)) !important}.f-ssize-16{font-size:calc(0px + (16 * 100vw / 1200)) !important}.f-sheight-16{line-height:calc(0px + (16 * 100vw / 1200)) !important}.f-ssize-17{font-size:calc(0px + (17 * 100vw / 1200)) !important}.f-sheight-17{line-height:calc(0px + (17 * 100vw / 1200)) !important}.f-ssize-18{font-size:calc(0px + (18 * 100vw / 1200)) !important}.f-sheight-18{line-height:calc(0px + (18 * 100vw / 1200)) !important}.f-ssize-19{font-size:calc(0px + (19 * 100vw / 1200)) !important}.f-sheight-19{line-height:calc(0px + (19 * 100vw / 1200)) !important}.f-ssize-20{font-size:calc(0px + (20 * 100vw / 1200)) !important}.f-sheight-20{line-height:calc(0px + (20 * 100vw / 1200)) !important}.f-ssize-21{font-size:calc(0px + (21 * 100vw / 1200)) !important}.f-sheight-21{line-height:calc(0px + (21 * 100vw / 1200)) !important}.f-ssize-22{font-size:calc(0px + (22 * 100vw / 1200)) !important}.f-sheight-22{line-height:calc(0px + (22 * 100vw / 1200)) !important}.f-ssize-23{font-size:calc(0px + (23 * 100vw / 1200)) !important}.f-sheight-23{line-height:calc(0px + (23 * 100vw / 1200)) !important}.f-ssize-24{font-size:calc(0px + (24 * 100vw / 1200)) !important}.f-sheight-24{line-height:calc(0px + (24 * 100vw / 1200)) !important}.f-ssize-25{font-size:calc(0px + (25 * 100vw / 1200)) !important}.f-sheight-25{line-height:calc(0px + (25 * 100vw / 1200)) !important}.f-ssize-26{font-size:calc(0px + (26 * 100vw / 1200)) !important}.f-sheight-26{line-height:calc(0px + (26 * 100vw / 1200)) !important}.f-ssize-27{font-size:calc(0px + (27 * 100vw / 1200)) !important}.f-sheight-27{line-height:calc(0px + (27 * 100vw / 1200)) !important}.f-ssize-28{font-size:calc(0px + (28 * 100vw / 1200)) !important}.f-sheight-28{line-height:calc(0px + (28 * 100vw / 1200)) !important}.f-ssize-29{font-size:calc(0px + (29 * 100vw / 1200)) !important}.f-sheight-29{line-height:calc(0px + (29 * 100vw / 1200)) !important}.f-ssize-30{font-size:calc(0px + (30 * 100vw / 1200)) !important}.f-sheight-30{line-height:calc(0px + (30 * 100vw / 1200)) !important}.f-ssize-35{font-size:calc(0px + (35 * 100vw / 1200)) !important}.f-sheight-35{line-height:calc(0px + (35 * 100vw / 1200)) !important}.f-ssize-36{font-size:calc(0px + (36 * 100vw / 1200)) !important}.f-sheight-36{line-height:calc(0px + (36 * 100vw / 1200)) !important}.f-ssize-37{font-size:calc(0px + (37 * 100vw / 1200)) !important}.f-sheight-37{line-height:calc(0px + (37 * 100vw / 1200)) !important}.f-ssize-40{font-size:calc(0px + (40 * 100vw / 1200)) !important}.f-sheight-40{line-height:calc(0px + (40 * 100vw / 1200)) !important}.f-ssize-45{font-size:calc(0px + (45 * 100vw / 1200)) !important}.f-sheight-45{line-height:calc(0px + (45 * 100vw / 1200)) !important}.f-ssize-50{font-size:calc(0px + (50 * 100vw / 1200)) !important}.f-sheight-50{line-height:calc(0px + (50 * 100vw / 1200)) !important}.f-ssize-55{font-size:calc(0px + (55 * 100vw / 1200)) !important}.f-sheight-55{line-height:calc(0px + (55 * 100vw / 1200)) !important}.f-ssize-60{font-size:calc(0px + (60 * 100vw / 1200)) !important}.f-sheight-60{line-height:calc(0px + (60 * 100vw / 1200)) !important}.f-ssize-65{font-size:calc(0px + (65 * 100vw / 1200)) !important}.f-sheight-65{line-height:calc(0px + (65 * 100vw / 1200)) !important}.f-ssize-70{font-size:calc(0px + (70 * 100vw / 1200)) !important}.f-sheight-70{line-height:calc(0px + (70 * 100vw / 1200)) !important}.f-ssize-75{font-size:calc(0px + (75 * 100vw / 1200)) !important}.f-sheight-75{line-height:calc(0px + (75 * 100vw / 1200)) !important}.f-ssize-80{font-size:calc(0px + (80 * 100vw / 1200)) !important}.f-sheight-80{line-height:calc(0px + (80 * 100vw / 1200)) !important}.f-ssize-85{font-size:calc(0px + (85 * 100vw / 1200)) !important}.f-sheight-85{line-height:calc(0px + (85 * 100vw / 1200)) !important}.f-ssize-90{font-size:calc(0px + (90 * 100vw / 1200)) !important}.f-sheight-90{line-height:calc(0px + (90 * 100vw / 1200)) !important}.f-ssize-95{font-size:calc(0px + (95 * 100vw / 1200)) !important}.f-sheight-95{line-height:calc(0px + (95 * 100vw / 1200)) !important}.f-ssize-100{font-size:calc(0px + (100 * 100vw / 1200)) !important}.f-sheight-100{line-height:calc(0px + (100 * 100vw / 1200)) !important}.f-ssize-110{font-size:calc(0px + (110 * 100vw / 1200)) !important}.f-sheight-110{line-height:calc(0px + (110 * 100vw / 1200)) !important}.f-ssize-120{font-size:calc(0px + (120 * 100vw / 1200)) !important}.f-sheight-120{line-height:calc(0px + (120 * 100vw / 1200)) !important}.f-ssize-130{font-size:calc(0px + (130 * 100vw / 1200)) !important}.f-sheight-130{line-height:calc(0px + (130 * 100vw / 1200)) !important}.f-ssize-140{font-size:calc(0px + (140 * 100vw / 1200)) !important}.f-sheight-140{line-height:calc(0px + (140 * 100vw / 1200)) !important}.f-ssize-150{font-size:calc(0px + (150 * 100vw / 1200)) !important}.f-sheight-150{line-height:calc(0px + (150 * 100vw / 1200)) !important}.f-ssize-180{font-size:calc(0px + (180 * 100vw / 1200)) !important}.f-sheight-180{line-height:calc(0px + (180 * 100vw / 1200)) !important}.f-ssize-220{font-size:calc(0px + (220 * 100vw / 1200)) !important}.f-sheight-220{line-height:calc(0px + (220 * 100vw / 1200)) !important}.f-ssize-260{font-size:calc(0px + (260 * 100vw / 1200)) !important}.f-sheight-260{line-height:calc(0px + (260 * 100vw / 1200)) !important}@media (min-width: 576px){.f-ssize-sm-6{font-size:calc(0px + (6 * 100vw / 1200)) !important}.f-sheight-sm-6{line-height:calc(0px + (6 * 100vw / 1200)) !important}.f-ssize-sm-7{font-size:calc(0px + (7 * 100vw / 1200)) !important}.f-sheight-sm-7{line-height:calc(0px + (7 * 100vw / 1200)) !important}.f-ssize-sm-8{font-size:calc(0px + (8 * 100vw / 1200)) !important}.f-sheight-sm-8{line-height:calc(0px + (8 * 100vw / 1200)) !important}.f-ssize-sm-9{font-size:calc(0px + (9 * 100vw / 1200)) !important}.f-sheight-sm-9{line-height:calc(0px + (9 * 100vw / 1200)) !important}.f-ssize-sm-10{font-size:calc(0px + (10 * 100vw / 1200)) !important}.f-sheight-sm-10{line-height:calc(0px + (10 * 100vw / 1200)) !important}.f-ssize-sm-11{font-size:calc(0px + (11 * 100vw / 1200)) !important}.f-sheight-sm-11{line-height:calc(0px + (11 * 100vw / 1200)) !important}.f-ssize-sm-12{font-size:calc(0px + (12 * 100vw / 1200)) !important}.f-sheight-sm-12{line-height:calc(0px + (12 * 100vw / 1200)) !important}.f-ssize-sm-13{font-size:calc(0px + (13 * 100vw / 1200)) !important}.f-sheight-sm-13{line-height:calc(0px + (13 * 100vw / 1200)) !important}.f-ssize-sm-14{font-size:calc(0px + (14 * 100vw / 1200)) !important}.f-sheight-sm-14{line-height:calc(0px + (14 * 100vw / 1200)) !important}.f-ssize-sm-15{font-size:calc(0px + (15 * 100vw / 1200)) !important}.f-sheight-sm-15{line-height:calc(0px + (15 * 100vw / 1200)) !important}.f-ssize-sm-16{font-size:calc(0px + (16 * 100vw / 1200)) !important}.f-sheight-sm-16{line-height:calc(0px + (16 * 100vw / 1200)) !important}.f-ssize-sm-17{font-size:calc(0px + (17 * 100vw / 1200)) !important}.f-sheight-sm-17{line-height:calc(0px + (17 * 100vw / 1200)) !important}.f-ssize-sm-18{font-size:calc(0px + (18 * 100vw / 1200)) !important}.f-sheight-sm-18{line-height:calc(0px + (18 * 100vw / 1200)) !important}.f-ssize-sm-19{font-size:calc(0px + (19 * 100vw / 1200)) !important}.f-sheight-sm-19{line-height:calc(0px + (19 * 100vw / 1200)) !important}.f-ssize-sm-20{font-size:calc(0px + (20 * 100vw / 1200)) !important}.f-sheight-sm-20{line-height:calc(0px + (20 * 100vw / 1200)) !important}.f-ssize-sm-21{font-size:calc(0px + (21 * 100vw / 1200)) !important}.f-sheight-sm-21{line-height:calc(0px + (21 * 100vw / 1200)) !important}.f-ssize-sm-22{font-size:calc(0px + (22 * 100vw / 1200)) !important}.f-sheight-sm-22{line-height:calc(0px + (22 * 100vw / 1200)) !important}.f-ssize-sm-23{font-size:calc(0px + (23 * 100vw / 1200)) !important}.f-sheight-sm-23{line-height:calc(0px + (23 * 100vw / 1200)) !important}.f-ssize-sm-24{font-size:calc(0px + (24 * 100vw / 1200)) !important}.f-sheight-sm-24{line-height:calc(0px + (24 * 100vw / 1200)) !important}.f-ssize-sm-25{font-size:calc(0px + (25 * 100vw / 1200)) !important}.f-sheight-sm-25{line-height:calc(0px + (25 * 100vw / 1200)) !important}.f-ssize-sm-26{font-size:calc(0px + (26 * 100vw / 1200)) !important}.f-sheight-sm-26{line-height:calc(0px + (26 * 100vw / 1200)) !important}.f-ssize-sm-27{font-size:calc(0px + (27 * 100vw / 1200)) !important}.f-sheight-sm-27{line-height:calc(0px + (27 * 100vw / 1200)) !important}.f-ssize-sm-28{font-size:calc(0px + (28 * 100vw / 1200)) !important}.f-sheight-sm-28{line-height:calc(0px + (28 * 100vw / 1200)) !important}.f-ssize-sm-29{font-size:calc(0px + (29 * 100vw / 1200)) !important}.f-sheight-sm-29{line-height:calc(0px + (29 * 100vw / 1200)) !important}.f-ssize-sm-30{font-size:calc(0px + (30 * 100vw / 1200)) !important}.f-sheight-sm-30{line-height:calc(0px + (30 * 100vw / 1200)) !important}.f-ssize-sm-35{font-size:calc(0px + (35 * 100vw / 1200)) !important}.f-sheight-sm-35{line-height:calc(0px + (35 * 100vw / 1200)) !important}.f-ssize-sm-36{font-size:calc(0px + (36 * 100vw / 1200)) !important}.f-sheight-sm-36{line-height:calc(0px + (36 * 100vw / 1200)) !important}.f-ssize-sm-37{font-size:calc(0px + (37 * 100vw / 1200)) !important}.f-sheight-sm-37{line-height:calc(0px + (37 * 100vw / 1200)) !important}.f-ssize-sm-40{font-size:calc(0px + (40 * 100vw / 1200)) !important}.f-sheight-sm-40{line-height:calc(0px + (40 * 100vw / 1200)) !important}.f-ssize-sm-45{font-size:calc(0px + (45 * 100vw / 1200)) !important}.f-sheight-sm-45{line-height:calc(0px + (45 * 100vw / 1200)) !important}.f-ssize-sm-50{font-size:calc(0px + (50 * 100vw / 1200)) !important}.f-sheight-sm-50{line-height:calc(0px + (50 * 100vw / 1200)) !important}.f-ssize-sm-55{font-size:calc(0px + (55 * 100vw / 1200)) !important}.f-sheight-sm-55{line-height:calc(0px + (55 * 100vw / 1200)) !important}.f-ssize-sm-60{font-size:calc(0px + (60 * 100vw / 1200)) !important}.f-sheight-sm-60{line-height:calc(0px + (60 * 100vw / 1200)) !important}.f-ssize-sm-65{font-size:calc(0px + (65 * 100vw / 1200)) !important}.f-sheight-sm-65{line-height:calc(0px + (65 * 100vw / 1200)) !important}.f-ssize-sm-70{font-size:calc(0px + (70 * 100vw / 1200)) !important}.f-sheight-sm-70{line-height:calc(0px + (70 * 100vw / 1200)) !important}.f-ssize-sm-75{font-size:calc(0px + (75 * 100vw / 1200)) !important}.f-sheight-sm-75{line-height:calc(0px + (75 * 100vw / 1200)) !important}.f-ssize-sm-80{font-size:calc(0px + (80 * 100vw / 1200)) !important}.f-sheight-sm-80{line-height:calc(0px + (80 * 100vw / 1200)) !important}.f-ssize-sm-85{font-size:calc(0px + (85 * 100vw / 1200)) !important}.f-sheight-sm-85{line-height:calc(0px + (85 * 100vw / 1200)) !important}.f-ssize-sm-90{font-size:calc(0px + (90 * 100vw / 1200)) !important}.f-sheight-sm-90{line-height:calc(0px + (90 * 100vw / 1200)) !important}.f-ssize-sm-95{font-size:calc(0px + (95 * 100vw / 1200)) !important}.f-sheight-sm-95{line-height:calc(0px + (95 * 100vw / 1200)) !important}.f-ssize-sm-100{font-size:calc(0px + (100 * 100vw / 1200)) !important}.f-sheight-sm-100{line-height:calc(0px + (100 * 100vw / 1200)) !important}.f-ssize-sm-110{font-size:calc(0px + (110 * 100vw / 1200)) !important}.f-sheight-sm-110{line-height:calc(0px + (110 * 100vw / 1200)) !important}.f-ssize-sm-120{font-size:calc(0px + (120 * 100vw / 1200)) !important}.f-sheight-sm-120{line-height:calc(0px + (120 * 100vw / 1200)) !important}.f-ssize-sm-130{font-size:calc(0px + (130 * 100vw / 1200)) !important}.f-sheight-sm-130{line-height:calc(0px + (130 * 100vw / 1200)) !important}.f-ssize-sm-140{font-size:calc(0px + (140 * 100vw / 1200)) !important}.f-sheight-sm-140{line-height:calc(0px + (140 * 100vw / 1200)) !important}.f-ssize-sm-150{font-size:calc(0px + (150 * 100vw / 1200)) !important}.f-sheight-sm-150{line-height:calc(0px + (150 * 100vw / 1200)) !important}.f-ssize-sm-180{font-size:calc(0px + (180 * 100vw / 1200)) !important}.f-sheight-sm-180{line-height:calc(0px + (180 * 100vw / 1200)) !important}.f-ssize-sm-220{font-size:calc(0px + (220 * 100vw / 1200)) !important}.f-sheight-sm-220{line-height:calc(0px + (220 * 100vw / 1200)) !important}.f-ssize-sm-260{font-size:calc(0px + (260 * 100vw / 1200)) !important}.f-sheight-sm-260{line-height:calc(0px + (260 * 100vw / 1200)) !important}}@media (min-width: 768px){.f-ssize-md-6{font-size:calc(0px + (6 * 100vw / 1200)) !important}.f-sheight-md-6{line-height:calc(0px + (6 * 100vw / 1200)) !important}.f-ssize-md-7{font-size:calc(0px + (7 * 100vw / 1200)) !important}.f-sheight-md-7{line-height:calc(0px + (7 * 100vw / 1200)) !important}.f-ssize-md-8{font-size:calc(0px + (8 * 100vw / 1200)) !important}.f-sheight-md-8{line-height:calc(0px + (8 * 100vw / 1200)) !important}.f-ssize-md-9{font-size:calc(0px + (9 * 100vw / 1200)) !important}.f-sheight-md-9{line-height:calc(0px + (9 * 100vw / 1200)) !important}.f-ssize-md-10{font-size:calc(0px + (10 * 100vw / 1200)) !important}.f-sheight-md-10{line-height:calc(0px + (10 * 100vw / 1200)) !important}.f-ssize-md-11{font-size:calc(0px + (11 * 100vw / 1200)) !important}.f-sheight-md-11{line-height:calc(0px + (11 * 100vw / 1200)) !important}.f-ssize-md-12{font-size:calc(0px + (12 * 100vw / 1200)) !important}.f-sheight-md-12{line-height:calc(0px + (12 * 100vw / 1200)) !important}.f-ssize-md-13{font-size:calc(0px + (13 * 100vw / 1200)) !important}.f-sheight-md-13{line-height:calc(0px + (13 * 100vw / 1200)) !important}.f-ssize-md-14{font-size:calc(0px + (14 * 100vw / 1200)) !important}.f-sheight-md-14{line-height:calc(0px + (14 * 100vw / 1200)) !important}.f-ssize-md-15{font-size:calc(0px + (15 * 100vw / 1200)) !important}.f-sheight-md-15{line-height:calc(0px + (15 * 100vw / 1200)) !important}.f-ssize-md-16{font-size:calc(0px + (16 * 100vw / 1200)) !important}.f-sheight-md-16{line-height:calc(0px + (16 * 100vw / 1200)) !important}.f-ssize-md-17{font-size:calc(0px + (17 * 100vw / 1200)) !important}.f-sheight-md-17{line-height:calc(0px + (17 * 100vw / 1200)) !important}.f-ssize-md-18{font-size:calc(0px + (18 * 100vw / 1200)) !important}.f-sheight-md-18{line-height:calc(0px + (18 * 100vw / 1200)) !important}.f-ssize-md-19{font-size:calc(0px + (19 * 100vw / 1200)) !important}.f-sheight-md-19{line-height:calc(0px + (19 * 100vw / 1200)) !important}.f-ssize-md-20{font-size:calc(0px + (20 * 100vw / 1200)) !important}.f-sheight-md-20{line-height:calc(0px + (20 * 100vw / 1200)) !important}.f-ssize-md-21{font-size:calc(0px + (21 * 100vw / 1200)) !important}.f-sheight-md-21{line-height:calc(0px + (21 * 100vw / 1200)) !important}.f-ssize-md-22{font-size:calc(0px + (22 * 100vw / 1200)) !important}.f-sheight-md-22{line-height:calc(0px + (22 * 100vw / 1200)) !important}.f-ssize-md-23{font-size:calc(0px + (23 * 100vw / 1200)) !important}.f-sheight-md-23{line-height:calc(0px + (23 * 100vw / 1200)) !important}.f-ssize-md-24{font-size:calc(0px + (24 * 100vw / 1200)) !important}.f-sheight-md-24{line-height:calc(0px + (24 * 100vw / 1200)) !important}.f-ssize-md-25{font-size:calc(0px + (25 * 100vw / 1200)) !important}.f-sheight-md-25{line-height:calc(0px + (25 * 100vw / 1200)) !important}.f-ssize-md-26{font-size:calc(0px + (26 * 100vw / 1200)) !important}.f-sheight-md-26{line-height:calc(0px + (26 * 100vw / 1200)) !important}.f-ssize-md-27{font-size:calc(0px + (27 * 100vw / 1200)) !important}.f-sheight-md-27{line-height:calc(0px + (27 * 100vw / 1200)) !important}.f-ssize-md-28{font-size:calc(0px + (28 * 100vw / 1200)) !important}.f-sheight-md-28{line-height:calc(0px + (28 * 100vw / 1200)) !important}.f-ssize-md-29{font-size:calc(0px + (29 * 100vw / 1200)) !important}.f-sheight-md-29{line-height:calc(0px + (29 * 100vw / 1200)) !important}.f-ssize-md-30{font-size:calc(0px + (30 * 100vw / 1200)) !important}.f-sheight-md-30{line-height:calc(0px + (30 * 100vw / 1200)) !important}.f-ssize-md-35{font-size:calc(0px + (35 * 100vw / 1200)) !important}.f-sheight-md-35{line-height:calc(0px + (35 * 100vw / 1200)) !important}.f-ssize-md-36{font-size:calc(0px + (36 * 100vw / 1200)) !important}.f-sheight-md-36{line-height:calc(0px + (36 * 100vw / 1200)) !important}.f-ssize-md-37{font-size:calc(0px + (37 * 100vw / 1200)) !important}.f-sheight-md-37{line-height:calc(0px + (37 * 100vw / 1200)) !important}.f-ssize-md-40{font-size:calc(0px + (40 * 100vw / 1200)) !important}.f-sheight-md-40{line-height:calc(0px + (40 * 100vw / 1200)) !important}.f-ssize-md-45{font-size:calc(0px + (45 * 100vw / 1200)) !important}.f-sheight-md-45{line-height:calc(0px + (45 * 100vw / 1200)) !important}.f-ssize-md-50{font-size:calc(0px + (50 * 100vw / 1200)) !important}.f-sheight-md-50{line-height:calc(0px + (50 * 100vw / 1200)) !important}.f-ssize-md-55{font-size:calc(0px + (55 * 100vw / 1200)) !important}.f-sheight-md-55{line-height:calc(0px + (55 * 100vw / 1200)) !important}.f-ssize-md-60{font-size:calc(0px + (60 * 100vw / 1200)) !important}.f-sheight-md-60{line-height:calc(0px + (60 * 100vw / 1200)) !important}.f-ssize-md-65{font-size:calc(0px + (65 * 100vw / 1200)) !important}.f-sheight-md-65{line-height:calc(0px + (65 * 100vw / 1200)) !important}.f-ssize-md-70{font-size:calc(0px + (70 * 100vw / 1200)) !important}.f-sheight-md-70{line-height:calc(0px + (70 * 100vw / 1200)) !important}.f-ssize-md-75{font-size:calc(0px + (75 * 100vw / 1200)) !important}.f-sheight-md-75{line-height:calc(0px + (75 * 100vw / 1200)) !important}.f-ssize-md-80{font-size:calc(0px + (80 * 100vw / 1200)) !important}.f-sheight-md-80{line-height:calc(0px + (80 * 100vw / 1200)) !important}.f-ssize-md-85{font-size:calc(0px + (85 * 100vw / 1200)) !important}.f-sheight-md-85{line-height:calc(0px + (85 * 100vw / 1200)) !important}.f-ssize-md-90{font-size:calc(0px + (90 * 100vw / 1200)) !important}.f-sheight-md-90{line-height:calc(0px + (90 * 100vw / 1200)) !important}.f-ssize-md-95{font-size:calc(0px + (95 * 100vw / 1200)) !important}.f-sheight-md-95{line-height:calc(0px + (95 * 100vw / 1200)) !important}.f-ssize-md-100{font-size:calc(0px + (100 * 100vw / 1200)) !important}.f-sheight-md-100{line-height:calc(0px + (100 * 100vw / 1200)) !important}.f-ssize-md-110{font-size:calc(0px + (110 * 100vw / 1200)) !important}.f-sheight-md-110{line-height:calc(0px + (110 * 100vw / 1200)) !important}.f-ssize-md-120{font-size:calc(0px + (120 * 100vw / 1200)) !important}.f-sheight-md-120{line-height:calc(0px + (120 * 100vw / 1200)) !important}.f-ssize-md-130{font-size:calc(0px + (130 * 100vw / 1200)) !important}.f-sheight-md-130{line-height:calc(0px + (130 * 100vw / 1200)) !important}.f-ssize-md-140{font-size:calc(0px + (140 * 100vw / 1200)) !important}.f-sheight-md-140{line-height:calc(0px + (140 * 100vw / 1200)) !important}.f-ssize-md-150{font-size:calc(0px + (150 * 100vw / 1200)) !important}.f-sheight-md-150{line-height:calc(0px + (150 * 100vw / 1200)) !important}.f-ssize-md-180{font-size:calc(0px + (180 * 100vw / 1200)) !important}.f-sheight-md-180{line-height:calc(0px + (180 * 100vw / 1200)) !important}.f-ssize-md-220{font-size:calc(0px + (220 * 100vw / 1200)) !important}.f-sheight-md-220{line-height:calc(0px + (220 * 100vw / 1200)) !important}.f-ssize-md-260{font-size:calc(0px + (260 * 100vw / 1200)) !important}.f-sheight-md-260{line-height:calc(0px + (260 * 100vw / 1200)) !important}}@media (min-width: 992px){.f-ssize-lg-6{font-size:calc(0px + (6 * 100vw / 1200)) !important}.f-sheight-lg-6{line-height:calc(0px + (6 * 100vw / 1200)) !important}.f-ssize-lg-7{font-size:calc(0px + (7 * 100vw / 1200)) !important}.f-sheight-lg-7{line-height:calc(0px + (7 * 100vw / 1200)) !important}.f-ssize-lg-8{font-size:calc(0px + (8 * 100vw / 1200)) !important}.f-sheight-lg-8{line-height:calc(0px + (8 * 100vw / 1200)) !important}.f-ssize-lg-9{font-size:calc(0px + (9 * 100vw / 1200)) !important}.f-sheight-lg-9{line-height:calc(0px + (9 * 100vw / 1200)) !important}.f-ssize-lg-10{font-size:calc(0px + (10 * 100vw / 1200)) !important}.f-sheight-lg-10{line-height:calc(0px + (10 * 100vw / 1200)) !important}.f-ssize-lg-11{font-size:calc(0px + (11 * 100vw / 1200)) !important}.f-sheight-lg-11{line-height:calc(0px + (11 * 100vw / 1200)) !important}.f-ssize-lg-12{font-size:calc(0px + (12 * 100vw / 1200)) !important}.f-sheight-lg-12{line-height:calc(0px + (12 * 100vw / 1200)) !important}.f-ssize-lg-13{font-size:calc(0px + (13 * 100vw / 1200)) !important}.f-sheight-lg-13{line-height:calc(0px + (13 * 100vw / 1200)) !important}.f-ssize-lg-14{font-size:calc(0px + (14 * 100vw / 1200)) !important}.f-sheight-lg-14{line-height:calc(0px + (14 * 100vw / 1200)) !important}.f-ssize-lg-15{font-size:calc(0px + (15 * 100vw / 1200)) !important}.f-sheight-lg-15{line-height:calc(0px + (15 * 100vw / 1200)) !important}.f-ssize-lg-16{font-size:calc(0px + (16 * 100vw / 1200)) !important}.f-sheight-lg-16{line-height:calc(0px + (16 * 100vw / 1200)) !important}.f-ssize-lg-17{font-size:calc(0px + (17 * 100vw / 1200)) !important}.f-sheight-lg-17{line-height:calc(0px + (17 * 100vw / 1200)) !important}.f-ssize-lg-18{font-size:calc(0px + (18 * 100vw / 1200)) !important}.f-sheight-lg-18{line-height:calc(0px + (18 * 100vw / 1200)) !important}.f-ssize-lg-19{font-size:calc(0px + (19 * 100vw / 1200)) !important}.f-sheight-lg-19{line-height:calc(0px + (19 * 100vw / 1200)) !important}.f-ssize-lg-20{font-size:calc(0px + (20 * 100vw / 1200)) !important}.f-sheight-lg-20{line-height:calc(0px + (20 * 100vw / 1200)) !important}.f-ssize-lg-21{font-size:calc(0px + (21 * 100vw / 1200)) !important}.f-sheight-lg-21{line-height:calc(0px + (21 * 100vw / 1200)) !important}.f-ssize-lg-22{font-size:calc(0px + (22 * 100vw / 1200)) !important}.f-sheight-lg-22{line-height:calc(0px + (22 * 100vw / 1200)) !important}.f-ssize-lg-23{font-size:calc(0px + (23 * 100vw / 1200)) !important}.f-sheight-lg-23{line-height:calc(0px + (23 * 100vw / 1200)) !important}.f-ssize-lg-24{font-size:calc(0px + (24 * 100vw / 1200)) !important}.f-sheight-lg-24{line-height:calc(0px + (24 * 100vw / 1200)) !important}.f-ssize-lg-25{font-size:calc(0px + (25 * 100vw / 1200)) !important}.f-sheight-lg-25{line-height:calc(0px + (25 * 100vw / 1200)) !important}.f-ssize-lg-26{font-size:calc(0px + (26 * 100vw / 1200)) !important}.f-sheight-lg-26{line-height:calc(0px + (26 * 100vw / 1200)) !important}.f-ssize-lg-27{font-size:calc(0px + (27 * 100vw / 1200)) !important}.f-sheight-lg-27{line-height:calc(0px + (27 * 100vw / 1200)) !important}.f-ssize-lg-28{font-size:calc(0px + (28 * 100vw / 1200)) !important}.f-sheight-lg-28{line-height:calc(0px + (28 * 100vw / 1200)) !important}.f-ssize-lg-29{font-size:calc(0px + (29 * 100vw / 1200)) !important}.f-sheight-lg-29{line-height:calc(0px + (29 * 100vw / 1200)) !important}.f-ssize-lg-30{font-size:calc(0px + (30 * 100vw / 1200)) !important}.f-sheight-lg-30{line-height:calc(0px + (30 * 100vw / 1200)) !important}.f-ssize-lg-35{font-size:calc(0px + (35 * 100vw / 1200)) !important}.f-sheight-lg-35{line-height:calc(0px + (35 * 100vw / 1200)) !important}.f-ssize-lg-36{font-size:calc(0px + (36 * 100vw / 1200)) !important}.f-sheight-lg-36{line-height:calc(0px + (36 * 100vw / 1200)) !important}.f-ssize-lg-37{font-size:calc(0px + (37 * 100vw / 1200)) !important}.f-sheight-lg-37{line-height:calc(0px + (37 * 100vw / 1200)) !important}.f-ssize-lg-40{font-size:calc(0px + (40 * 100vw / 1200)) !important}.f-sheight-lg-40{line-height:calc(0px + (40 * 100vw / 1200)) !important}.f-ssize-lg-45{font-size:calc(0px + (45 * 100vw / 1200)) !important}.f-sheight-lg-45{line-height:calc(0px + (45 * 100vw / 1200)) !important}.f-ssize-lg-50{font-size:calc(0px + (50 * 100vw / 1200)) !important}.f-sheight-lg-50{line-height:calc(0px + (50 * 100vw / 1200)) !important}.f-ssize-lg-55{font-size:calc(0px + (55 * 100vw / 1200)) !important}.f-sheight-lg-55{line-height:calc(0px + (55 * 100vw / 1200)) !important}.f-ssize-lg-60{font-size:calc(0px + (60 * 100vw / 1200)) !important}.f-sheight-lg-60{line-height:calc(0px + (60 * 100vw / 1200)) !important}.f-ssize-lg-65{font-size:calc(0px + (65 * 100vw / 1200)) !important}.f-sheight-lg-65{line-height:calc(0px + (65 * 100vw / 1200)) !important}.f-ssize-lg-70{font-size:calc(0px + (70 * 100vw / 1200)) !important}.f-sheight-lg-70{line-height:calc(0px + (70 * 100vw / 1200)) !important}.f-ssize-lg-75{font-size:calc(0px + (75 * 100vw / 1200)) !important}.f-sheight-lg-75{line-height:calc(0px + (75 * 100vw / 1200)) !important}.f-ssize-lg-80{font-size:calc(0px + (80 * 100vw / 1200)) !important}.f-sheight-lg-80{line-height:calc(0px + (80 * 100vw / 1200)) !important}.f-ssize-lg-85{font-size:calc(0px + (85 * 100vw / 1200)) !important}.f-sheight-lg-85{line-height:calc(0px + (85 * 100vw / 1200)) !important}.f-ssize-lg-90{font-size:calc(0px + (90 * 100vw / 1200)) !important}.f-sheight-lg-90{line-height:calc(0px + (90 * 100vw / 1200)) !important}.f-ssize-lg-95{font-size:calc(0px + (95 * 100vw / 1200)) !important}.f-sheight-lg-95{line-height:calc(0px + (95 * 100vw / 1200)) !important}.f-ssize-lg-100{font-size:calc(0px + (100 * 100vw / 1200)) !important}.f-sheight-lg-100{line-height:calc(0px + (100 * 100vw / 1200)) !important}.f-ssize-lg-110{font-size:calc(0px + (110 * 100vw / 1200)) !important}.f-sheight-lg-110{line-height:calc(0px + (110 * 100vw / 1200)) !important}.f-ssize-lg-120{font-size:calc(0px + (120 * 100vw / 1200)) !important}.f-sheight-lg-120{line-height:calc(0px + (120 * 100vw / 1200)) !important}.f-ssize-lg-130{font-size:calc(0px + (130 * 100vw / 1200)) !important}.f-sheight-lg-130{line-height:calc(0px + (130 * 100vw / 1200)) !important}.f-ssize-lg-140{font-size:calc(0px + (140 * 100vw / 1200)) !important}.f-sheight-lg-140{line-height:calc(0px + (140 * 100vw / 1200)) !important}.f-ssize-lg-150{font-size:calc(0px + (150 * 100vw / 1200)) !important}.f-sheight-lg-150{line-height:calc(0px + (150 * 100vw / 1200)) !important}.f-ssize-lg-180{font-size:calc(0px + (180 * 100vw / 1200)) !important}.f-sheight-lg-180{line-height:calc(0px + (180 * 100vw / 1200)) !important}.f-ssize-lg-220{font-size:calc(0px + (220 * 100vw / 1200)) !important}.f-sheight-lg-220{line-height:calc(0px + (220 * 100vw / 1200)) !important}.f-ssize-lg-260{font-size:calc(0px + (260 * 100vw / 1200)) !important}.f-sheight-lg-260{line-height:calc(0px + (260 * 100vw / 1200)) !important}}@media (min-width: 1200px){.f-ssize-xl-6{font-size:calc(0px + (6 * 100vw / 1200)) !important}.f-sheight-xl-6{line-height:calc(0px + (6 * 100vw / 1200)) !important}.f-ssize-xl-7{font-size:calc(0px + (7 * 100vw / 1200)) !important}.f-sheight-xl-7{line-height:calc(0px + (7 * 100vw / 1200)) !important}.f-ssize-xl-8{font-size:calc(0px + (8 * 100vw / 1200)) !important}.f-sheight-xl-8{line-height:calc(0px + (8 * 100vw / 1200)) !important}.f-ssize-xl-9{font-size:calc(0px + (9 * 100vw / 1200)) !important}.f-sheight-xl-9{line-height:calc(0px + (9 * 100vw / 1200)) !important}.f-ssize-xl-10{font-size:calc(0px + (10 * 100vw / 1200)) !important}.f-sheight-xl-10{line-height:calc(0px + (10 * 100vw / 1200)) !important}.f-ssize-xl-11{font-size:calc(0px + (11 * 100vw / 1200)) !important}.f-sheight-xl-11{line-height:calc(0px + (11 * 100vw / 1200)) !important}.f-ssize-xl-12{font-size:calc(0px + (12 * 100vw / 1200)) !important}.f-sheight-xl-12{line-height:calc(0px + (12 * 100vw / 1200)) !important}.f-ssize-xl-13{font-size:calc(0px + (13 * 100vw / 1200)) !important}.f-sheight-xl-13{line-height:calc(0px + (13 * 100vw / 1200)) !important}.f-ssize-xl-14{font-size:calc(0px + (14 * 100vw / 1200)) !important}.f-sheight-xl-14{line-height:calc(0px + (14 * 100vw / 1200)) !important}.f-ssize-xl-15{font-size:calc(0px + (15 * 100vw / 1200)) !important}.f-sheight-xl-15{line-height:calc(0px + (15 * 100vw / 1200)) !important}.f-ssize-xl-16{font-size:calc(0px + (16 * 100vw / 1200)) !important}.f-sheight-xl-16{line-height:calc(0px + (16 * 100vw / 1200)) !important}.f-ssize-xl-17{font-size:calc(0px + (17 * 100vw / 1200)) !important}.f-sheight-xl-17{line-height:calc(0px + (17 * 100vw / 1200)) !important}.f-ssize-xl-18{font-size:calc(0px + (18 * 100vw / 1200)) !important}.f-sheight-xl-18{line-height:calc(0px + (18 * 100vw / 1200)) !important}.f-ssize-xl-19{font-size:calc(0px + (19 * 100vw / 1200)) !important}.f-sheight-xl-19{line-height:calc(0px + (19 * 100vw / 1200)) !important}.f-ssize-xl-20{font-size:calc(0px + (20 * 100vw / 1200)) !important}.f-sheight-xl-20{line-height:calc(0px + (20 * 100vw / 1200)) !important}.f-ssize-xl-21{font-size:calc(0px + (21 * 100vw / 1200)) !important}.f-sheight-xl-21{line-height:calc(0px + (21 * 100vw / 1200)) !important}.f-ssize-xl-22{font-size:calc(0px + (22 * 100vw / 1200)) !important}.f-sheight-xl-22{line-height:calc(0px + (22 * 100vw / 1200)) !important}.f-ssize-xl-23{font-size:calc(0px + (23 * 100vw / 1200)) !important}.f-sheight-xl-23{line-height:calc(0px + (23 * 100vw / 1200)) !important}.f-ssize-xl-24{font-size:calc(0px + (24 * 100vw / 1200)) !important}.f-sheight-xl-24{line-height:calc(0px + (24 * 100vw / 1200)) !important}.f-ssize-xl-25{font-size:calc(0px + (25 * 100vw / 1200)) !important}.f-sheight-xl-25{line-height:calc(0px + (25 * 100vw / 1200)) !important}.f-ssize-xl-26{font-size:calc(0px + (26 * 100vw / 1200)) !important}.f-sheight-xl-26{line-height:calc(0px + (26 * 100vw / 1200)) !important}.f-ssize-xl-27{font-size:calc(0px + (27 * 100vw / 1200)) !important}.f-sheight-xl-27{line-height:calc(0px + (27 * 100vw / 1200)) !important}.f-ssize-xl-28{font-size:calc(0px + (28 * 100vw / 1200)) !important}.f-sheight-xl-28{line-height:calc(0px + (28 * 100vw / 1200)) !important}.f-ssize-xl-29{font-size:calc(0px + (29 * 100vw / 1200)) !important}.f-sheight-xl-29{line-height:calc(0px + (29 * 100vw / 1200)) !important}.f-ssize-xl-30{font-size:calc(0px + (30 * 100vw / 1200)) !important}.f-sheight-xl-30{line-height:calc(0px + (30 * 100vw / 1200)) !important}.f-ssize-xl-35{font-size:calc(0px + (35 * 100vw / 1200)) !important}.f-sheight-xl-35{line-height:calc(0px + (35 * 100vw / 1200)) !important}.f-ssize-xl-36{font-size:calc(0px + (36 * 100vw / 1200)) !important}.f-sheight-xl-36{line-height:calc(0px + (36 * 100vw / 1200)) !important}.f-ssize-xl-37{font-size:calc(0px + (37 * 100vw / 1200)) !important}.f-sheight-xl-37{line-height:calc(0px + (37 * 100vw / 1200)) !important}.f-ssize-xl-40{font-size:calc(0px + (40 * 100vw / 1200)) !important}.f-sheight-xl-40{line-height:calc(0px + (40 * 100vw / 1200)) !important}.f-ssize-xl-45{font-size:calc(0px + (45 * 100vw / 1200)) !important}.f-sheight-xl-45{line-height:calc(0px + (45 * 100vw / 1200)) !important}.f-ssize-xl-50{font-size:calc(0px + (50 * 100vw / 1200)) !important}.f-sheight-xl-50{line-height:calc(0px + (50 * 100vw / 1200)) !important}.f-ssize-xl-55{font-size:calc(0px + (55 * 100vw / 1200)) !important}.f-sheight-xl-55{line-height:calc(0px + (55 * 100vw / 1200)) !important}.f-ssize-xl-60{font-size:calc(0px + (60 * 100vw / 1200)) !important}.f-sheight-xl-60{line-height:calc(0px + (60 * 100vw / 1200)) !important}.f-ssize-xl-65{font-size:calc(0px + (65 * 100vw / 1200)) !important}.f-sheight-xl-65{line-height:calc(0px + (65 * 100vw / 1200)) !important}.f-ssize-xl-70{font-size:calc(0px + (70 * 100vw / 1200)) !important}.f-sheight-xl-70{line-height:calc(0px + (70 * 100vw / 1200)) !important}.f-ssize-xl-75{font-size:calc(0px + (75 * 100vw / 1200)) !important}.f-sheight-xl-75{line-height:calc(0px + (75 * 100vw / 1200)) !important}.f-ssize-xl-80{font-size:calc(0px + (80 * 100vw / 1200)) !important}.f-sheight-xl-80{line-height:calc(0px + (80 * 100vw / 1200)) !important}.f-ssize-xl-85{font-size:calc(0px + (85 * 100vw / 1200)) !important}.f-sheight-xl-85{line-height:calc(0px + (85 * 100vw / 1200)) !important}.f-ssize-xl-90{font-size:calc(0px + (90 * 100vw / 1200)) !important}.f-sheight-xl-90{line-height:calc(0px + (90 * 100vw / 1200)) !important}.f-ssize-xl-95{font-size:calc(0px + (95 * 100vw / 1200)) !important}.f-sheight-xl-95{line-height:calc(0px + (95 * 100vw / 1200)) !important}.f-ssize-xl-100{font-size:calc(0px + (100 * 100vw / 1200)) !important}.f-sheight-xl-100{line-height:calc(0px + (100 * 100vw / 1200)) !important}.f-ssize-xl-110{font-size:calc(0px + (110 * 100vw / 1200)) !important}.f-sheight-xl-110{line-height:calc(0px + (110 * 100vw / 1200)) !important}.f-ssize-xl-120{font-size:calc(0px + (120 * 100vw / 1200)) !important}.f-sheight-xl-120{line-height:calc(0px + (120 * 100vw / 1200)) !important}.f-ssize-xl-130{font-size:calc(0px + (130 * 100vw / 1200)) !important}.f-sheight-xl-130{line-height:calc(0px + (130 * 100vw / 1200)) !important}.f-ssize-xl-140{font-size:calc(0px + (140 * 100vw / 1200)) !important}.f-sheight-xl-140{line-height:calc(0px + (140 * 100vw / 1200)) !important}.f-ssize-xl-150{font-size:calc(0px + (150 * 100vw / 1200)) !important}.f-sheight-xl-150{line-height:calc(0px + (150 * 100vw / 1200)) !important}.f-ssize-xl-180{font-size:calc(0px + (180 * 100vw / 1200)) !important}.f-sheight-xl-180{line-height:calc(0px + (180 * 100vw / 1200)) !important}.f-ssize-xl-220{font-size:calc(0px + (220 * 100vw / 1200)) !important}.f-sheight-xl-220{line-height:calc(0px + (220 * 100vw / 1200)) !important}.f-ssize-xl-260{font-size:calc(0px + (260 * 100vw / 1200)) !important}.f-sheight-xl-260{line-height:calc(0px + (260 * 100vw / 1200)) !important}}
@media all and (min-width: 992px){.nav-menu>ul>li.dd-menu-dropdown-icon>a::after{content:"\f078";font-family:Font Awesome\ 5 Free;font-weight:900;width:1em;height:1em;display:inline-block}}.blog-post blockquote:after{content:"\f10e";font-family:Font Awesome\ 5 Free;font-weight:900}.blog-post blockquote:before{content:"\f10d";font-family:Font Awesome\ 5 Free;font-weight:900}.menu-dropdown-icon:before{content:"\f078";font-family:Font Awesome\ 5 Free;font-weight:900}.sub-dropdown-icon::before{content:"\f078";font-family:Font Awesome\ 5 Free;font-weight:900}.accordion-title:before{content:"\f054";font-family:Font Awesome\ 5 Free;font-weight:900}.accordion-title.active:before{content:"\f078"}.menu-mobile-btn i.fas:before{content:"\f0c9"}.menu-mobile-btn.active i.fas:before{content:"\f00d"}.fa-star-half.star-o{position:relative}.fa-star-half.star-o:after{position:absolute;top:0;right:0;bottom:0;left:0;content:"\f005";font-weight:400;-moz-osx-font-smoothing:grayscale;-webkit-font-smoothing:antialiased;display:inline-block;font-style:normal;font-variant:normal;text-rendering:auto;line-height:1}
.tw-form-control-checkbox{width:25px;position:relative;display:inline-block}.tw-form-control-checkbox input[type="checkbox"]{-webkit-appearance:checkbox}.tw-form-control-checkbox label{cursor:pointer;position:absolute;width:25px;height:25px;top:0;left:0;background:#eee;border:1px solid #ddd;border-radius:5px;margin:0}.tw-form-control-checkbox label:after{opacity:0.0;content:'';position:absolute;width:11px;height:6px;background:transparent;top:7px;left:6px;border:3px solid #333;border-top:none;border-right:none;transform:rotate(-45deg)}.tw-form-control-checkbox label:hover::after{opacity:0.5}.tw-form-control-checkbox input[type=checkbox]:checked+label:after{opacity:1}.tw-has-error .tw-form-control-checkbox label{background:#ec7160;border-color:#cc5646}.required-label{margin-top:6px;margin-bottom:10px}.required-label label{margin-top:0;margin-bottom:0;display:inline}.required-label span{color:red;display:inline;position:relative;font-weight:normal;font-size:0.9em}
.nhc-expandable-item .nhc-expandable-controlled{display:none !important;opacity:0 !important}.nhc-expandable-item.nhc-clicked-in .nhc-expandable-controlled{display:block !important;opacity:1 !important;visibility:visible !important}.inner-video-intro{height:auto !important;padding:150px 0 80px 0}
.background-color-ng-light-teal{background-color:#e3f5e7}@media (min-width: 992px){.background-color-lg-ng-light-teal{background-color:#e3f5e7}}@media (min-width: 992px){.background-color-lg-ng-grey-blue{background-color:#deebed}}.background-image-standard{background-repeat:no-repeat;background-size:cover;background-position:center}.background-image-left{background-position:left center}.background-image-size-30h{background-size:auto 30%}.background-image-size-50h{background-size:auto 50%}.background-image-none{background-image:none !important}.background-none{background:none !important}@media (min-width: 576px){.background-image-sm-none{background-image:none !important}.background-sm-none{background:none !important}}@media (min-width: 768px){.background-image-md-none{background-image:none !important}.background-md-none{background:none !important}}@media (min-width: 992px){.background-image-lg-none{background-image:none !important}.background-lg-none{background:none !important}}.border-radius-30{border-radius:30px}.border-radius-36{border-radius:36px}.border-bottom-radius-36{border-bottom-left-radius:36px;border-bottom-right-radius:36px}.border-radius-round{border-radius:100vw}@media (min-width: 576px){.border-radius-sm-36{border-radius:36px}}@media (min-width: 768px){.border-radius-md-36{border-radius:36px}}@media (min-width: 992px){.border-radius-lg-36{border-radius:36px}.border-top-radius-lg-36{border-top-left-radius:36px;border-top-right-radius:36px}.border-bottom-radius-lg-36{border-bottom-left-radius:36px;border-bottom-right-radius:36px}}.at-a-glance-grid{display:flex !important;flex-wrap:wrap;flex-direction:row;-webkit-box-align:center !important;align-items:center !important;margin:0 -10px}.at-a-glance-grid .at-a-glance-cell{flex-basis:33.33333%;max-width:33.33333%}.at-a-glance-grid .at-a-glance-cell.lg-wide{flex-basis:66.66667%;max-width:66.66667%}.at-a-glance-grid .at-a-glance-cell{padding:0 5px 15px 5px}.at-a-glance-slide{width:300px}.at-a-glance-card{position:relative}.at-a-glance-card>img{width:100%;border-radius:10px;box-sizing:border-box;-moz-box-sizing:border-box;-webkit-box-sizing:border-box}.at-a-glance-card .at-a-glance-card-body{position:absolute;bottom:0;right:0;left:0;padding:20px 20px 30px 20px}.slick-slide-under-image{max-width:90vw}.max-width-460px-or-90vw{max-width:90vw}@media (min-width: 460px){.max-width-460px-or-90vw{max-width:460px}}@media (max-width: 991px){.background-lt-lg-none{background-image:none !important}}.container-sm{max-width:596px}@media (min-width: 768px){.container-md-fluid,.container-xl,.container-lg,.container-md{width:100%;padding-right:15px;padding-left:15px;margin-right:auto;margin-left:auto;max-width:none}}@media (min-width: 1140px){.container-md-fluid.container-xl{max-width:1140px}}.ng-fixed-bottom{position:fixed;bottom:0;width:100%;z-index:9999}.min-width-540{min-width:540px}.max-width-340{max-width:340px}.max-width-378{max-width:378px}.max-width-400{max-width:400px}.max-width-415{max-width:415px}.max-width-500{max-width:500px}.max-width-560{max-width:560px}.max-width-700{max-width:700px}.max-width-900{max-width:900px}.table-check-column{width:120px}.w-100px{width:100px}@media (min-width: 576px){.w-sm-200px{width:200px}}@media (max-width: 767px){.max-width-ltmd-500{max-width:500px !important}}@media (min-width: 768px){.table-check-column{width:175px}.max-width-md-none{max-width:none}}
.px-13p{padding-left:13%;padding-right:13%}@media (min-width: 992px){.px-lg-13p{padding-left:13% !important;padding-right:13% !important}}
.product-gallery { overflow: hidden; max-width: 100%; }
.product-gallery-main { overflow: hidden; }
.product-gallery-main img,
.product-gallery-main picture { max-width: 100%; height: auto; }
.product-gallery-main .splide__slide { cursor: zoom-in; }
.product-gallery-thumbs { margin-top: 10px; overflow: hidden; }
.product-gallery-thumbs .splide__slide { opacity: 0.4; cursor: pointer; transition: opacity 0.2s; }
.product-gallery-thumbs .splide__slide.is-active { opacity: 1; }
.product-gallery-thumbs img { object-fit: cover; width: 100%; height: 100%; }
.product-gallery-thumbs .splide__arrow { background: transparent; opacity: 0.6; }
.product-gallery-thumbs .splide__arrow:hover { opacity: 1; }
.product-gallery-thumbs .splide__arrow svg { fill: #333; }
.five-stars{width:9em}.gold-star{color:#ffc32f;font-size:115%}.review-rows-disable-links .review-subject>a{cursor:default}.review-rows-disable-links .review-subject>a:hover{color:inherit}
.team-widget-sets>.team-widget-set:not(.active){display:none !important}.team-widget-sets.team-widget-sets-thumbs>.team-widget-set:not(.active){opacity:0.5;display:inline-block !important}.team-widget-sets.team-widget-sets-thumbs a{text-decoration:none !important}.team-widget-sets.team-widget-sets-thumbs a:hover{text-decoration:none !important}@media (min-width: 768px){.team-widget .tw-mb-auto{margin-bottom:100px !important}}
a{text-decoration:underline !important}a.no-under{text-decoration:none !important}.no-under{text-decoration:none !important}a.btn{text-decoration:none !important}a.dropdown-toggle{text-decoration:none !important}a.dropdown-item{text-decoration:none !important}.nav-menu a{text-decoration:none !important}header a{text-decoration:none !important}.product-cards a{text-decoration:none !important}.footer a{text-decoration:none !important}.footer .legal a{text-decoration:underline !important}
.surname-group{overflow:hidden !important;height:1px !important;opacity:0.01 !important;margin:0 !important;padding:0 !important}.h-bar{padding:15px;margin-top:0}.row-table{padding:0 15px}.row-table>.row{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex}.row-table>.row>div{padding-top:0.5em;padding-bottom:0.5em}.row-table.table-bordered{border:1px solid #eee;border-bottom:0}.row-table.table-bordered>.row{border-bottom:1px solid #eee}.row-table.table-bordered>.row>div:not(:last-child){border-right:1px solid #eee}@media (min-width: 576px){.container-fluid>.row>.col-sm-6.container-right{max-width:270px}}@media (min-width: 768px){.container-fluid>.row>.col-sm-6.container-right,.container-fluid>.row>.col-md-6.container-right{max-width:360px}}@media (min-width: 992px){.container-fluid>.row>.col-sm-6.container-right,.container-fluid>.row>.col-md-6.container-right,.container-fluid>.row>.col-lg-6.container-right{max-width:480px}}@media (min-width: 1200px){.container-fluid>.row>.col-sm-6.container-right,.container-fluid>.row>.col-md-6.container-right,.container-fluid>.row>.col-lg-6.container-right,.container-fluid>.row>.col-xl-6.container-right{max-width:570px}}.countdown{visibility:hidden}.countdown.active{visibility:inherit}.countdown.complete .countdown-timer,.countdown .countdown-complete{display:none}.countdown.complete .countdown-complete{display:inherit}.countdown>.countdown-timer>span{font-size:30px;font-family:sans-serif;padding:10px;border-radius:3px;background:#444;color:#fff;display:inline-block}.countdown>.countdown-timer>span.delim{padding:10px 0;background:none;margin:0 3px;color:#444}.countdown>.countdown-timer>span.delim:before{display:inline-block;position:relative;content:':'}.tw-inline-block-if-complete{display:none}.complete .tw-inline-block-if-complete{display:inline-block}.complete .tw-hidden-if-complete{display:none}
/*
 * This is a manifest file that'll be compiled into application.css, which will include all the files
 * listed below.
 *
 * Any CSS and SCSS file within this directory, lib/assets/stylesheets, vendor/assets/stylesheets,
 * or any plugin's vendor/assets/stylesheets directory can be referenced here using a relative path.
 *
 * You're free to add application-wide styles to this file and they'll appear at the bottom of the
 * compiled file so the styles you add here take precedence over styles defined in any styles
 * defined in the other CSS/SCSS files in this directory. It is generally better to create a new
 * file per style scope.
 *

 * owl.carousel removed — all carousels migrated to Splide.js
 *- require ./mazel/plugin/owl.carousel
 * smoothproducts removed – replaced by Alpine.js product gallery

 * slick/slick-theme removed — carousels migrated to Splide.js


 *
 */

