






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

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

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

html {
  line-height: 1.5;
  -webkit-text-size-adjust: 100%;
  -moz-tab-size: 4;
  -o-tab-size: 4;
  tab-size: 4;
  font-family: ui-sans-serif, system-ui, sans-serif, Apple Color Emoji, Segoe UI Emoji, Segoe UI Symbol, Noto Color Emoji;
  font-feature-settings: normal;
  font-variation-settings: normal;
  -webkit-tap-highlight-color: transparent;
}

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

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

body {
  margin: 0;
}

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

main {
  display: block;
}

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

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

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

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

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

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

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

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

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

a {
  background-color: transparent;
}

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

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

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

b,
strong {
  font-weight: bolder;
}

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

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

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

small {
  font-size: 80%;
}

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

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

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

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

img {
  border-style: none;
  max-width: 100%;
  height: auto;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

progress {
  vertical-align: baseline;
}

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

textarea {
  overflow: auto;
}

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

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

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

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

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

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

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

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

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

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

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

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

details {
  display: block;
}

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

summary {
  display: list-item;
}

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

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

template {
  display: none;
}

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

[hidden] {
  display: none;
}



/* ******************************************************************************
*********************************************************************************
This file contains all the neccessary styles to control the layout of elements
and how they stack. This is based off of the bootstrap system.
*********************************************************************************
****************************************************************************** */

/* Responsive Grid */

.row-fluid {
    width: 100%;
    *zoom: 1;
  }
  .row-fluid:before, .row-fluid:after {
    display: table;
    content: "";
  }
  
  .row-fluid:after {
    clear: both;
  }
  
  .row-fluid [class*="span"]:not([class*="col"]) {
    display: block;
    float: left;
    width: 100%;
    min-height: 1px;
    *margin-left: 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
  }
  
  .row-fluid [class*="span"]:not([class*="col"]):first-child {
    margin-left: 0;
  }
  
  .row-fluid .span12 {
    width: 100%;
  }
  .row-fluid .span11 {
    width: 91.66%;
  }
  .row-fluid .span10 {
    width: 83.33%;
  }
  .row-fluid .span9 {
    width: 75%;
  }
  .row-fluid .span8 {
    width: 66.66%;
  }
  .row-fluid .span7 {
    width: 58.33%;
  }
  .row-fluid .span6 {
    width: 50%;
  }
  .row-fluid .span5 {
    width: 41.66%;
  }
  .row-fluid .span4 {
    width: 33.33%;
  }
  .row-fluid .span3 {
    width: 25%;
  }
  .row-fluid .span2 {
    width: 16.66%;
  }
  .row-fluid .span1 {
    width: 8.33%;
  }
  
  .container-fluid {
    *zoom: 1;
  }
  
  .container-fluid:before, .container-fluid:after {
    display: table;
    content: "";
  }
  
  .container-fluid:after {
    clear: both;
  }
  
  @media (max-width: 767px) {
    .row-fluid {
      width: 100%;
    }
  
    .row-fluid [class*="span"]:not([class*="col"]) {
      display: block;
      float: none;
      width: auto;
      margin-left: 0;
    }
  }
  
  .dnd-section > .row-fluid .dnd-column,
  .dnd-section > .row-fluid > [class*="span"]:not([class*="col"]).dnd-module {
    padding-left: 20px;
    padding-right: 20px;
  }
  .dnd-section[class*="force-full-width-section"]  > .row-fluid > .dnd-column.span12,
  .dnd-section[class*="force-full-width-section"]  > .row-fluid > .span12.dnd-module {
    padding-left: 0px;
    padding-right: 0px;
  }
  
  
  @media (min-width: 768px) {
    .row-fluid {
      width: 100%;
      *zoom: 1;
    }
  
    .row-fluid:before, .row-fluid:after {
      display: table;
      content: "";
    }
  
    .row-fluid:after {
      clear: both;
    }
  
    .row-fluid [class*="span"]:not([class*="col"]) {
      display: block;
      float: left;
      width: 100%;
      min-height: 1px;
      margin-left: 0;
      -webkit-box-sizing: border-box;
      -moz-box-sizing: border-box;
      -ms-box-sizing: border-box;
      box-sizing: border-box;
    }
  
    .row-fluid [class*="span"]:not([class*="col"]):first-child {
      margin-left: 0;
    }
  
    .row-fluid .span12 {
      width: 100%;
    }
    .row-fluid .span11 {
      width: 91.66%;
    }
    .row-fluid .span10 {
      width: 83.33%;
    }
    .row-fluid .span9 {
      width: 75%;
    }
    .row-fluid .span8 {
      width: 66.66%;
    }
    .row-fluid .span7 {
      width: 58.33%;
    }
    .row-fluid .span6 {
      width: 50%;
    }
    .row-fluid .span5 {
      width: 41.66%;
    }
    .row-fluid .span4 {
      width: 33.33%;
    }
    .row-fluid .span3 {
      width: 25%;
    }
    .row-fluid .span2 {
      width: 16.66%;
    }
    .row-fluid .span1 {
      width: 8.33%;
    }
  }
  
  /* Clearfix */
  
  .clearfix {
    *zoom: 1;
  }
  
  .clearfix:before, .clearfix:after {
    display: table;
    content: "";
  }
  
  .clearfix:after {
    clear: both;
  }
  
  /* Visibilty Classes */
  
  .hide {
    display: none;
  }
  
  .show {
    display: block;
  }
  
  .invisible {
    visibility: hidden;
  }
  
  .hidden {
    display: none;
  }
  
  /* Responsive Visibilty Classes */
  
  .visible-phone {
    display: none !important;
  }
  
  .visible-tablet {
    display: none !important;
  }
  
  .hidden-desktop {
    display: none !important;
  }
  
  @media (max-width: 767px) {
    .visible-phone {
      display: inherit !important;
    }
  
    .hidden-phone {
      display: none !important;
    }
  
    .hidden-desktop {
      display: inherit !important;
    }
  
    .visible-desktop {
      display: none !important;
    }
  }
  
  @media (min-width: 768px) and (max-width: 1139px) {
    .visible-tablet {
      display: inherit !important;
    }
  
    .hidden-tablet {
      display: none !important;
    }
  
    .hidden-desktop {
      display: inherit !important;
    }
  
    .visible-desktop {
      display: none !important ;
    }
  }
.content-wrapper {
  margin: 0 auto;
  padding: 0 20px;
}

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




@font-face {
  font-family: Queens Trial;
  src: url(https://146396756.fs1.hubspotusercontent-eu1.net/hubfs/146396756/QueensTrial-Air.ttf) format("truetype");
  font-style: normal;
  font-weight: 100
}
@font-face {
  font-family: Queens Trial;
  src: url(https://146396756.fs1.hubspotusercontent-eu1.net/hubfs/146396756/QueensTrial-AirItalic.ttf) format("truetype");
  font-style: italic;
  font-weight: 100
}

@font-face {
  font-family: Queens Trial;
  src: url(https://146396756.fs1.hubspotusercontent-eu1.net/hubfs/146396756/QueensTrial-Bold.ttf) format("truetype");
  font-style: normal;
  font-weight: 700
}

@font-face {
  font-family: Queens Trial;
  src: url(https://146396756.fs1.hubspotusercontent-eu1.net/hubfs/146396756/QueensTrial-BoldItalic.ttf) format("truetype");
  font-style: italic;
  font-weight: 700
}

@font-face {
  font-family: Queens Trial;
  src: url(https://146396756.fs1.hubspotusercontent-eu1.net/hubfs/146396756/QueensTrial-ExtraBold.ttf) format("truetype");
  font-style: normal;
  font-weight: 800
}

@font-face {
  font-family: Queens Trial;
  src: url(https://146396756.fs1.hubspotusercontent-eu1.net/hubfs/146396756/QueensTrial-ExtraBoldItalic.ttf) format("truetype");
  font-style: italic;
  font-weight: 800
}

@font-face {
  font-family: Queens Trial;
  src: url(https://146396756.fs1.hubspotusercontent-eu1.net/hubfs/146396756/QueensTrial-Italic.ttf) format("truetype");
  font-style: italic;
  font-weight: 400
}

@font-face {
  font-family: Queens Trial;
  src: url(https://146396756.fs1.hubspotusercontent-eu1.net/hubfs/146396756/QueensTrial-Light.ttf) format("truetype");
  font-style: normal;
  font-weight: 300
}

@font-face {
  font-family: Queens Trial;
  src: url(https://146396756.fs1.hubspotusercontent-eu1.net/hubfs/146396756/QueensTrial-LightItalic.ttf) format("truetype");
  font-style: italic;
  font-weight: 200
}

@font-face {
  font-family: Queens Trial;
  src: url(https://146396756.fs1.hubspotusercontent-eu1.net/hubfs/146396756/QueensTrial-Medium.ttf) format("truetype");
  font-style: normal;
  font-weight: 500
}

@font-face {
  font-family: Queens Trial;
  src: url(https://146396756.fs1.hubspotusercontent-eu1.net/hubfs/146396756/QueensTrial-MediumItalic.ttf) format("truetype");
  font-style: italic;
  font-weight: 500
}

@font-face {
  font-family: Queens Trial;
  src: url(https://146396756.fs1.hubspotusercontent-eu1.net/hubfs/146396756/QueensTrial-Regular.ttf) format("truetype");
  font-style: normal;
  font-weight: 400
}

@font-face {
  font-family: Queens Trial;
  src: url(https://146396756.fs1.hubspotusercontent-eu1.net/hubfs/146396756/QueensTrial-Thin.ttf) format("truetype");
  font-style: normal;
  font-weight: 300
}

@font-face {
  font-family: Queens Trial;
  src: url(https://146396756.fs1.hubspotusercontent-eu1.net/hubfs/146396756/QueensTrial-ThinItalic.ttf) format("truetype");
  font-style: italic;
  font-weight: 200
}

@font-face {
  font-family: Queens Condensed Trial;
  src: url(https://146396756.fs1.hubspotusercontent-eu1.net/hubfs/146396756/QueensCondensedTrial-Air.ttf) format("truetype");
  font-style: normal;
  font-weight: 100
}

@font-face {
  font-family: Queens Condensed Trial;
  src: url(https://146396756.fs1.hubspotusercontent-eu1.net/hubfs/146396756/QueensCondensedTrial-AirItalic.ttf) format("truetype");
  font-style: italic;
  font-weight: 100
}

@font-face {
  font-family: Queens Condensed Trial;
  src: url(https://146396756.fs1.hubspotusercontent-eu1.net/hubfs/146396756/QueensCondensedTrial-Bold.ttf) format("truetype");
  font-style: normal;
  font-weight: 700
}

@font-face {
  font-family: Queens Condensed Trial;
  src: url(https://146396756.fs1.hubspotusercontent-eu1.net/hubfs/146396756/QueensCondensedTrial-BoldItalic.ttf) format("truetype");
  font-style: italic;
  font-weight: 700
}

@font-face {
  font-family: Queens Condensed Trial;
  src: url(https://146396756.fs1.hubspotusercontent-eu1.net/hubfs/146396756/QueensCondensedTrial-ExtraBold.ttf) format("truetype");
  font-style: normal;
  font-weight: 800
}

@font-face {
  font-family: Queens Condensed Trial;
  src: url(https://146396756.fs1.hubspotusercontent-eu1.net/hubfs/146396756/QueensCondensedTrial-ExtraBoldItalic.ttf) format("truetype");
  font-style: italic;
  font-weight: 800
}

@font-face {
  font-family: Queens Condensed Trial;
  src: url(https://146396756.fs1.hubspotusercontent-eu1.net/hubfs/146396756/QueensCondensedTrial-Italic.ttf) format("truetype");
  font-style: italic;
  font-weight: 400
}

@font-face {
  font-family: Queens Condensed Trial;
  src: url(https://146396756.fs1.hubspotusercontent-eu1.net/hubfs/146396756/QueensCondensedTrial-Light.ttf) format("truetype");
  font-style: normal;
  font-weight: 300
}

@font-face {
  font-family: Queens Condensed Trial;
  src: url(https://146396756.fs1.hubspotusercontent-eu1.net/hubfs/146396756/QueensCondensedTrial-LightItalic.ttf) format("truetype");
  font-style: italic;
  font-weight: 300
}

@font-face {
  font-family: Queens Condensed Trial;
  src: url(https://146396756.fs1.hubspotusercontent-eu1.net/hubfs/146396756/QueensCondensedTrial-Medium.ttf) format("truetype");
  font-style: normal;
  font-weight: 500
}

@font-face {
  font-family: Queens Condensed Trial;
  src: url(https://146396756.fs1.hubspotusercontent-eu1.net/hubfs/146396756/QueensCondensedTrial-MediumItalic.ttf) format("truetype");
  font-style: italic;
  font-weight: 500
}

@font-face {
  font-family: Queens Condensed Trial;
  src: url(https://146396756.fs1.hubspotusercontent-eu1.net/hubfs/146396756/QueensCondensedTrial-Regular.ttf) format("truetype");
  font-style: normal;
  font-weight: 400
}

@font-face {
  font-family: Queens Condensed Trial;
  src: url(https://146396756.fs1.hubspotusercontent-eu1.net/hubfs/146396756/QueensCondensedTrial-Thin.ttf) format("truetype");
  font-style: normal;
  font-weight: 200
}

@font-face {
  font-family: Queens Condensed Trial;
  src: url(https://146396756.fs1.hubspotusercontent-eu1.net/hubfs/146396756/QueensCondensedTrial-ThinItalic.ttf) format("truetype");
  font-style: italic;
  font-weight: 200
}
@font-face {
  font-family: "fontawesome-5-juicer";
  src: url("https://146396756.fs1.hubspotusercontent-eu1.net/hubfs/146396756/fontawesome-5-juicer.eot?83361522#iefix") format("embedded-opentype"),
    url("https://146396756.fs1.hubspotusercontent-eu1.net/hubfs/146396756/fontawesome-5-juicer.woff2?83361522") format("woff2"),
    url("https://146396756.fs1.hubspotusercontent-eu1.net/hubfs/146396756/fontawesome-5-juicer.woff?83361522") format("woff"),
    url("https://146396756.fs1.hubspotusercontent-eu1.net/hubfs/146396756/fontawesome-5-juicer.ttf?83361522") format("truetype"), 
    url("https://146396756.fs1.hubspotusercontent-eu1.net/hubfs/146396756/fontawesome-5-juicer.svg?83361522#fontawesome-5-juicer") format("svg");
  font-style: normal;
  font-weight: normal;
  font-display: block;
}
body {
  margin: 0;
  line-height: inherit;
  min-height: 100vh;
  --tw-bg-opacity: 1;
  --tw-text-opacity: 1;
}

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

/* Paragraphs */

p {
  margin: 0 0 15px;
}

strong {    font-weight: 700;
}

/* Links */

a {
  cursor: pointer;
  text-decoration:none;
  transition:all .4s ease;
}
a:hover {
  text-decoration:none !important;
}

/* Headings */

h1,
h2,
h3,
h4,
h5,
h6 {
  line-height: 1.25;
  margin: 0 0 1.5rem;
}

h1 {
  font-size: 62px;
  line-height: 1.1;
}

h2 {
  font-size: 42px;
  line-height: 1.1;
}

h3 {
  font-size: 32px;
  line-height: 1.1;
}

h4 {
  font-size: 20px;
  letter-spacing: 1.18px;
}

h5 {
  font-size: 20px;
  letter-spacing: 1.18px;
}

h6 {
  font-size: 18px;
  letter-spacing: 1.06px;
}

/* Lists */

ul li,
ol li {
}

ul ul,
ol ul,
ul ol,
ol ol {
  padding-left: 2.8rem;
}

ul.no-list {
  list-style: none;
}

/* Code Blocks */

code {
  vertical-align: bottom;
}

/* Blockquotes */

blockquote {
  font-size: 1.4rem;
  font-weight: 400;
  letter-spacing: 0;
  margin: 0;
  padding: 1.5rem 2.8rem;
}

/* Horizontal Rules */

hr {
  border: 0 none;
  border-bottom: 2px solid;
}

/* Subscripts and Superscripts */

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

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

/* Focus State */

:focus {
  outline: none;
}

.disable-focus-styles :focus {
  outline: none;
}
/* Primary Button */
.hs-button,
.cta_button,
button,
.button {
  align-items: center;
  cursor: pointer;
  display: inline-flex;
  letter-spacing: 0;
  margin: 0 0 0;
  text-align: center;
  transition: all 0.15s linear;
}

button:disabled,
.button:disabled,
.button.button--secondary:disabled,
.button.button--simple:disabled {
  border: 1px solid #d0d0d0;
  pointer-events: none;
}

.button.button--secondary:disabled {
  background-color: inherit;
}

.button.button--simple:disabled {
  background-color: inherit;
  border: inherit;
}

/* Simple Button */

.button.button--simple {
  background-color: transparent;
  border: none;
  border-radius: 0;
  padding: 0 !important;
  position: relative;
}

.button.button--simple:after {
  content: none;
  left: 0;
  position: absolute;
  width: 100%;
}

.button.button--simple:hover,
.button.button--simple:focus {
  background-color: transparent;
  border: none;
}

.button.button--simple:active {
  background-color: transparent;
  border: none;
}

/* Button Icons */

.button .button__icon svg {
  display: block;
  fill: inherit;
  height: 1.25rem;
  margin-right: 1rem;
}

.button.button--icon-right .button__icon {
  order: 1;
}

.button.button--icon-right .button__icon svg {
  margin-left: 1rem;
  margin-right: 0;
}

@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .button .button__icon svg {
    width: 1.25rem;
  }
}
/* Base */

.hs-form-field {
  position: relative;
}

/* Form Title */

.form-title {
  margin: 0;
  text-align: center;
}

.form-title ~ div > form {
  border-top: none;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

/* Labels */

.hs-form-field > label {
  display: block;
  margin-bottom: 0.35rem;
  text-align: left;
  width: auto;
}

/* Inputs */

.input {
  position: relative;
}

input[type='text'],
input[type='email'],
input[type='password'],
input[type='tel'],
input[type='number'],
input[type='file'],
select,
textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  display: inline-block;
  width: 100% !important;
}

select::-ms-expand {
  display: none;
}

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

/* Inputs - Checkbox/Radio */

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

.inputs-list > li {
  display: block;
  margin: 0.7rem 0 0.7rem 0.7rem;
  padding: 0;
  width: 100%;
}

input[type='checkbox'],
input[type='radio'] {
  border: none;
  cursor: pointer;
  height: auto;
  line-height: normal;
  margin-right: 0.35rem;
  padding: 0;
  width: auto;
}

/* Inputs - Select */

.hs-fieldtype-select .input:after {
  content: '\25BE';
  pointer-events: none;
  position: absolute;
  right: 15px;
  top: 50%;
  transform: translateY(-50%);
}

/* Inputs - Datepicker */

.hs-fieldtype-date .input .hs-dateinput:before {
  content: '\01F4C5';
  position: absolute;
  right: 10px;
  top: 50%;
  transform: translateY(-50%);
}

.fn-date-picker td.is-selected .pika-button {
  border-radius: 0;
  box-shadow: none;
}

.fn-date-picker td .pika-button:hover {
  border-radius: 0 !important;
}

/* Headings and Text */

form .hs-richtext img {
  max-width: 100% !important;
}

form .header {
  background-color: transparent;
  border: none;
}

/* GDPR */

.legal-consent-container .hs-form-booleancheckbox-display > span,
.legal-consent-container .hs-form-booleancheckbox-display > span p {
  line-height: 1.25;
}

/* Validation */

.hs-error-msg,
.hs-error-msgs {
  margin-top: 0.35rem;
}

/* Submit */

form input[type='submit'],
form .hs-button {
  cursor: pointer;
  display: block;
  letter-spacing: 0;
  margin: 0 0 1.5rem;
  text-align: center;
  transition: all 0.15s linear;
  white-space: normal;
  width: 100%;
}

/* Captcha */

.grecaptcha-badge {
  margin: 0 auto;
}

/* Inline Thank You Message */

.submitted-message {
  color: #fff;
}
/* Tables */

table {
  border-spacing: 0;
  margin-bottom: 1rem;
}

th,
td {
  vertical-align: top;
}

tr:nth-child(odd) {
  background-color: #eff7ff;
}

thead th,
thead td {
  border: none;
  border-bottom-width: 2px;
}

thead th {
  vertical-align: bottom;
}





.bottom-footer .hs_cos_wrapper_type_form {
  display: block;
}

.bottom-footer form {
  position: relative;
}

.bottom-footer .hs_cos_wrapper_type_form h3 {
  display: none;
}

.bottom-footer form .hs-form-field > label {
  display: none;
}

.bottom-footer form .hs-form-field {
  margin: 0 0 16px;
}

.bottom-footer form .hs-form-field input {
  display: block;
  width: 100%;
  border-radius: 0;
  border-width: .5px;
  border-color: rgba(0, 0, 0, .3);
  --tw-bg-opacity: 1;
  background-color: rgb(246 243 237 / var(--tw-bg-opacity));
  padding: 1.25rem;
  font-size: 1rem;
  font-weight: 500;
  line-height: 125%;
  letter-spacing: .03rem;
  outline-offset: 2px;
  outline: none;
  inline-size: 100%;
  height: 42px;
  box-shadow: 0 1px 4px rgba(18, 25, 97, 0.0779552);
}

.bottom-footer form ul.no-list.hs-error-msgs {
  font-size: 12px;
}

.bottom-footer form ul.no-list.hs-error-msgs li {
  margin: 0;
}

.bottom-footer form input.hs-button {
  margin: 8px 0 0;
  width: auto;
  display: inline-flex;
  width: 100%;
  cursor: pointer !important;
  align-items: center;
  justify-content: center;
  gap: .75rem;
  border-width: 1px;
  border-style: solid;
  --tw-border-opacity: 1;
  padding: .75rem 1.5rem;
  font-family: Queens Condensed Trial, sans-serif;
  font-size: 1rem;
  line-height: 1.5rem;
  font-weight: 700;
  line-height: 125%;
  letter-spacing: .01rem;
  --tw-text-opacity: 1;
  transition-duration: .5s;
  width: auto;
  min-width: 156px;
  justify-content: space-between;
}
body .gform-theme--foundation .gform_fields {
  grid-row-gap: 1rem !important;
  row-gap: 1rem !important;
}

/* Contact form */
body .inner-blocks-container .gform_wrapper {
  width: 100%;
  max-width: 40.375rem;
  margin: 0 auto;
  padding-top: 3rem;
  padding-bottom: 3rem;
  overflow: hidden;
  position: relative;
}
body .inner-blocks-container .gform_wrapper .gform_heading {
  text-align: center;
}
body .inner-blocks-container .gform_wrapper .gform_heading .gform_title {
  font-size: 2rem;
  font-style: normal;
  font-weight: 700;
  line-height: 100%;
  margin-bottom: 1.875rem;
}

body .inner-blocks-container .gform_wrapper .gform_heading .gform_description {
  margin-bottom: 1.875rem;
}

body .inner-blocks-container .gform_wrapper form .gform_body .gfield .gfield_required {
  /* display: none; */
  font-size: 1.125rem;
}
body .inner-blocks-container .gform_wrapper form .gform_body .gform_fields {
  grid-row-gap: 1.5rem !important;
  row-gap: 1.5rem !important;
}

body .inner-blocks-container .gform_wrapper form .gform_body .gfield .gfield_label,
body
.inner-blocks-container
.gform_wrapper
form
.gform_body
.ginput_complex
.gform-field-label.gform-field-label--type-sub,
.registration-page form label {
  font-size: 1.125rem;
  font-style: normal;
  font-weight: 400;
  line-height: 140%;
  letter-spacing: 0.0225rem;
}

body .gform_required_legend {
  display: none;
}

body .inner-blocks-container .gfield--type-choice .gfield_radio {
  flex-direction: row;
  gap: 1.5rem;
}
body .inner-blocks-container .gfield--type-choice .gfield_radio .gchoice {
  align-items: center;
}
body .inner-blocks-container .gfield--type-choice .gfield_radio .gchoice input {
  position: absolute;
  padding: 0;
}
body .inner-blocks-container .gfield--type-choice .gfield_radio .gchoice input {
  position: absolute;
  padding: 0;
}
body .inner-blocks-container .gfield--type-choice .gfield_radio .gchoice input[type="radio"] {
  border: 0;
  box-shadow: none;
}

body .inner-blocks-container .gfield--type-choice .gfield_radio .gchoice label:before {
  border-radius: 0;
  width: 1.25rem;
  height: 1.25rem;
  border: 1px solid rgba(0, 0, 0, 0.3);
  background-color: #f6f3ed;
}

body .inner-blocks-container .gfield--type-choice .gfield_radio .gchoice label::after {
  border-radius: 0;
  width: 1.25rem;
  height: 1.02275rem;
  background-color: transparent;
  background-image: url("../images/tick.svg");
  background-repeat: no-repeat;
  background-size: 100%;
  background-position: center;
  bottom: 3px;
}
body .inner-blocks-container .gform_wrapper .select2-container {
  width: 100%;
  max-width: none;
  border: 0.5px solid rgba(0, 0, 0, 0.3);
}
body .inner-blocks-container .gform_wrapper .select2-container .selection .select2-selection {
  border: 0;
}
body
.inner-blocks-container
.gform_wrapper
.select2-container
.selection
.select2-selection
.select2-selection__rendered {
  font-size: 1.125rem;
  font-style: normal;
  font-weight: 400;
  line-height: 140%;
  letter-spacing: 0.0225rem;
  padding-left: 1.5rem;
  padding-right: 1.5rem;
}
body
.inner-blocks-container
.gform_wrapper
.select2-container.select2-container--focus
.selection
.select2-selection
.select2-selection__rendered {
  color: #000;
}
body
.inner-blocks-container
.gform_wrapper
.select2-container
.selection
.select2-selection
.select2-selection__arrow
b {
  display: none;
}
body .inner-blocks-container .gform_wrapper .select2-container .selection .select2-selection .select2-selection__arrow {
  background-image: url("../images/angle-arrow.svg");
  width: 1rem;
  height: 0.625rem;
  right: 1.5rem;
}
body .inner-blocks-container .gform_wrapper form .gform_footer {
  justify-content: center;
}

.acf-innerblocks-container h3 {
  font-size: 2rem;
  font-style: normal;
  line-height: 100%; /* 2rem */
  margin-top: 2.5rem;
  margin-bottom: 1.2rem;
}

.acf-innerblocks-container ol,
.acf-innerblocks-container ul {
  list-style: inherit;
  padding-left: 1.75rem;
}
.acf-innerblocks-container li {
  font-size: 1.125rem;
  font-style: normal;
  font-weight: 300;
  line-height: 140%; /* 1.575rem */
  letter-spacing: 0.0225rem;
  margin-bottom: 0.2rem;
}
.acf-innerblocks-container p {
  font-size: 1.125rem;
  font-style: normal;
  font-weight: 300;
  line-height: 140%; /* 1.575rem */
  letter-spacing: 0.0225rem;
  margin-bottom: 1.2rem;
}
.acf-innerblocks-container > p:last-child {
  padding-bottom: 3rem;
}
.acf-innerblocks-container > p:first-child {
  padding-top: 3rem;
}

@media only screen and (max-width: 768px) {
  .inner-blocks-container .gform_wrapper {
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;
  }
  body .inner-blocks-container .gform_wrapper form .gform_footer {
    justify-content: center;
  }
}

input[type="checkbox"] {
  width: 100%;
  position: absolute;
  height: 100%;
  opacity: 0;
  z-index: 9;
  cursor: pointer;
}
input[type="checkbox"] + label {
  position: relative;
  padding-left: 1.75rem;
  font-size: 0.875rem;
  font-style: normal;
  font-weight: 300;
  line-height: 140%; /* 1.225rem */
  letter-spacing: 0.0175rem;
}
input[type="checkbox"] + label::before {
  position: absolute;
  content: "";
  width: 1rem;
  aspect-ratio: 1;
  background-color: #f6f3ed;
  border: 0.5px solid rgba(0, 0, 0, 0.5);
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}
input[type="checkbox"]:checked + label::after {
  position: absolute;
  content: "";
  border-radius: 0;
  width: 1.25rem;
  height: 1.02275rem;
  background-color: transparent;
  background-image: url("../images/tick.svg");
  background-repeat: no-repeat;
  background-size: 100%;
  background-position: center;
  bottom: 3px;
  left: 2px;
}

body .mfp-bg {
  background-color: rgba(0, 0, 0, 0.7) !important;
}

body .juicer-feed.modern .feed-item.j-video,
body .juicer-feed.modern .feed-item {
  height: inherit;
  width: 100%;
  aspect-ratio: 9/16 !important;
  overflow: hidden;
}
body .juicer-feed.modern .feed-item .j-image {
  width: 100%;
  height: 100%;
}
body .juicer-feed.modern .feed-item .j-image img {
  height: 100% !important;
  object-fit: cover;
}
body .juicer-feed.modern .feed-item .j-image .instagram-wrapper {
  height: 100% !important;
}

body .juicer-feed.modern .feed-item.j-x-twitter .j-poster {
  position: absolute;
  bottom: 1rem;
  left: 1rem;
  padding: 0;
  height: auto;
}
body .juicer-feed.modern .feed-item.j-x-twitter .j-poster a {
  display: none;
}
body .juicer-feed.modern .feed-item.j-x-twitter .j-poster a:last-child {
  display: block;
}
body .juicer-feed.modern .feed-item.j-x-twitter .j-poster a:last-child::before {
  color: #ffffff;
}
body .juicer-feed.modern .feed-item.j-x-twitter .j-text {
  padding: 0;
  height: 100% !important;
}
body .juicer-feed.modern .feed-item.j-x-twitter .j-text .j-message {
  padding: 1rem;
}
body .juicer-feed.modern .feed-item.j-x-twitter .j-text .j-image {
  height: 100% !important;
  display: block;
}
.bookmark-fill,
.bookmark-outline {
  display: none;
}
.remove-bookmark .bookmark-fill {
  display: block;
}
.add-bookmark .bookmark-outline {
  display: block;
}

/* Dashboard bookmark tab */
.episode--tab .episode-list {
  transition: all 0.3s ease;
}
.episode--tab > div > .holder,
.episode--tab .episode-list > .holder {
  padding: 0 24px;
}
.episode--tab .episode-list > .holder .bookmark-btn {
  background-color: transparent;
  border: 0;
  padding: 0;
}
.episode--tab .episode-list > .holder h3 {
  margin-bottom: 0;
}
.episode--tab .episode-list > .holder h3 a:hover {
  color: #ffffff;
}

/* Personalize video tab style */
body .personalized-videos-container .gform_wrapper form .gform_footer button.button {
  display: flex;
  background-color: transparent;
  border: 1px solid #8b2121;
  color: #8b2121;
  border-radius: 0;
  font-family: "Queens Trial", "sans-serif";
}
body .personalized-videos-container .gform_wrapper form .gform_footer button.button:hover {
  border-color: #e6162a;
  color: #e6162a;
}
.member-title-wrap .user-nicename,
body .personalized-videos-container .gform_wrapper form .gfield_label {
  font-family: "Queens Trial", "sans-serif";
}
body .personalized-videos-container .gform_wrapper form .ginput_container textarea {
  height: 150px;
}
body .personalized-videos-container .gform_wrapper form .ginput_container textarea,
body .personalized-videos-container .gform_wrapper form .ginput_container input {
  font-family: "Queens Trial", "sans-serif";
}
body .personalized-videos-container .gform_wrapper form .ginput_container textarea:focus,
body .personalized-videos-container .gform_wrapper form .ginput_container input:focus {
  border-color: #8b2121;
}

.bbp-user-page .site-main {
  margin-top: 2.5rem;
}
.bbp-user-page .site-main .item-header-wrap {
  border-radius: 0 !important;
}
.bb-form-select-fields input#bbp_topic_subscription.bs-styled-checkbox {
  width: auto !important;
  height: auto !important;
}

@media (max-width:767px){
  .bottom-footer form input.hs-button {
    width: 100%;
  }
}

body .select2-container .select2-dropdown {
  background: #fff;
  box-shadow: 0 2px 7px 1px rgba(0, 0, 0, .05), 0 6px 32px 0 rgba(18, 43, 70, .1);
  border-radius: 4px;
  border: 0;
  padding: 5px 10px;
  margin-right: 0;
  max-width: 300px;
}
body .select2-container .select2-dropdown .select2-results__option {
  border-radius: 3px;
  margin-bottom: 0;
  font-size: 14px;
  padding: 2px 5px;
}
.select2-container.select2-container--default .select2-results__option[aria-selected=true] {
  background-color: transparent;
  color: #ccc;
}
.select2-container--default .select2-results__option--highlighted[aria-selected] {
  background-color: #5897fb;
  color: white;
}

button {
  border: 0 !important;
}
.hs-fieldtype-select select {
    border: 0 !important;
    clip: rect(0 0 0 0) !important;
    -webkit-clip-path: inset(50%) !important;
    clip-path: inset(50%) !important;
    height: 1px !important;
    overflow: hidden !important;
    padding: 0 !important;
    position: absolute !important;
    width: 1px !important;
    white-space: nowrap !important;
}

.sc-message-display {
    background: #F5F3ED !important;
    color: #000 !important;
    border-radius: 0 !important;
    border-color: #000 !important;
    font-size: 12px;
    margin: 0 auto 20px !important;
}

