*, *: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 {
  -webkit-text-size-adjust: 100%; /* 2 */
}

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

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

body {
  margin: 0;
}

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

main {
  display: block;
}

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

/* 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 {
  line-height: 70%;
  font-size: 66%;
}

sup {
  line-height: 70%;
  font-size: 66%;
}

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

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

img {
  border-style: none;
}

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

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

button,
input,
optgroup,
select,
textarea {
  font-family: inherit; /* 1 */
  font-size: 100%; /* 1 */
  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;
}
/* 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"] {
  display: block;
  float: left;
  width: 100%;
  min-height: 1px;
  margin-left: 2.127659574%;
  *margin-left: 2.0744680846382977%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

.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"] {
    display: block;
    float: none;
    width: auto;
    margin-left: 0;
  }
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

/* Responsive Visibilty Classes */

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

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

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

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

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

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

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

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

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

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

  .visible-desktop {
    display: none !important ;
  }
}
.dnd-section{
  padding-top: 100px;
  padding-bottom: 100px;
  padding-left: 15%;
  padding-right: 15%;
}
.content-wrapper, .dnd-section > .row-fluid, .page-center {
  margin-left: auto;
  margin-right: auto;
  max-width: 100%;
  width: 100%;
}
.body-wrapper [class*="force-full-width-section"],
.body-wrapper [class*="force-full-width-section"]>.row-fluid {
  padding: 0;
}




@media(max-width: 991px){
  body {
    overflow-x: hidden;
  }

  body:not(.hs-faq-page) .body-wrapper {
    overflow-x:hidden;
  }


}
@font-face {
  font-family: "Montas";
  src: url("https://22077562.fs1.hubspotusercontent-na1.net/hubfs/22077562/Phexxi_July2022/Fonts/Montas-Regular.otf") format("otf"), 
    url(https://22077562.fs1.hubspotusercontent-na1.net/hubfs/22077562/raw_assets/public/Phexxi_July2022/Fonts/Montas-Regular.ttf) format("truetype");
  font-weight: normal; 
}

body {
  font-family: "Montserrat", sans-serif;
  padding: 0;
  margin: 0;
  box-sizing: border-box;
  line-height: 1.5;
  font-size: 16px;
  font-weight: 400;
  color: #53565A;
}

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

/* Paragraphs */

p, ul, li {
  line-height: 1.5;
  font-size: 16px;
}

/* Anchors */

a {
  color: #53565A;
  text-decoration: none;
}

/* Headings */

h1,
h2,
h3,
h4,
h5,
h6 {
  line-height: 1.5;
  font-weight: 500;
  font-family: "Montserrat", sans-serif;
  margin: 0 0 20px;
}
h4,
h5,
h6{
  margin: 0 0 10px;
}
h1{
  font-family: "Montas", serif;
}

@media (max-width: 767px){
  h2 {
    line-height: 1.3;
  }

}
/* Lists */


ul.no-list {
  list-style: none;
  padding-left: 0;
}

/* Code blocks */

code {
  vertical-align: bottom;
}

/* Blockquotes */

blockquote {
  border-left: 2px solid;
  margin: 0 0 1.4rem;
  padding-left: 15px;
}

/* Horizontal rules */

hr {
  background-color: #cccbcc;
  border: none;
  color: #cccbcc;
  height: 1px;
}
button,
.button {
  cursor: pointer;
  display: inline-block;
  text-align: center;
  transition: all 0.15s linear;
  white-space: normal;
}

button:disabled,
.button:disabled {
  background-color: #D0D0D0;
  border-color: #D0D0D0;
  color: #E6E6E6;
}

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

button:active,
.button:active {
  text-decoration: none;
}
/* Form fields */

.hs-form-field, .field, div#hs-search-module .hs-input {
  margin-bottom: 18px;
}

/* Labels */

form label {
  display: inline-block;
  margin-bottom: 5px;
}


/* Inputs */

form input[type=text],
form input[type=email],
form input[type=password],
form input[type=tel],
form input[type=number],
form input[type=file],
form select,
form textarea {
  background-color: #FFF;
  border: 1px solid;
  border-radius: 3px;
  display: inline-block;
  width: 100%;
}

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

/* Inputs - checkbox/radio */

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

form .inputs-list > li {
  display: block;
  margin: 8px 0;
}

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

form input[type=checkbox],
form input[type=radio] {
  cursor: pointer;
  margin-right: 0.35rem;
  width: auto;
  min-height: initial;
}

/* Inputs - datepicker */

.hs-dateinput {
  position: relative;
}

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

.fn-date-picker .pika-table thead th {
  color: #FFF;
}

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

.fn-date-picker td .pika-button:hover,
.fn-date-picker td .pika-button:focus {
  border-radius: 0 !important;
  color: #FFF;
}

/* Inputs - file picker */

form input[type=file] {
  background-color: transparent;
  border: initial;
  padding: initial;
}

/* Headings and text */

form .hs-richtext,
form .hs-richtext p {
  font-size: 0.875rem;
  margin: 0 0 1.4rem;
}

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

/* GDPR */

.legal-consent-container .hs-form-booleancheckbox-display > span,
.legal-consent-container .hs-form-booleancheckbox-display > span p {
  margin-left: 1rem !important;
}

/* Validation */

.hs-form-required {
  color: #EF6B51;
}

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

form .hs-error-msg, form .hs-error-msg label {
  color: #EF6B51;
}

/* Submit button */

form input[type=submit],
form .hs-button {
  cursor: pointer;
  display: inline-block;
  text-align: center;
  transition: all 0.15s linear;
  white-space: normal;
}

.hs-button {
  text-align: center;
  min-width: 220px;
  text-decoration: none;
  cursor: pointer;
  margin:15px 0;
}

a.hs-button {
  margin:0;
}

form input[type="text"],
form input[type="password"], 
form input[type="datetime"], 
form input[type="datetime-local"], 
form input[type="date"], 
form input[type="month"], 
form input[type="time"], 
form input[type="week"], 
form input[type="number"], 
form input[type="email"], 
form input[type="url"], 
form input[type="search"], 
form input[type="tel"], 
form input[type="color"],
form input[type="file"],
form textarea,
form select  {
  width:100%;
  display: block;
  max-width:500px;
  background-color: #ffffff;
  border: 1px solid #cccccc;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -webkit-transition: border linear 0.2s, box-shadow linear 0.2s;
  -moz-transition: border linear 0.2s, box-shadow linear 0.2s;
  -o-transition: border linear 0.2s, box-shadow linear 0.2s;
  transition: border linear 0.2s, box-shadow linear 0.2s;
  padding: 4px 6px;
  font-size: 14px;
  line-height: 20px;
  color: #555555;
  margin-bottom: 15px;
  vertical-align: middle;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  margin-top:4px;
  -webkit-appearance:none;
  -moz-appearance:none;
  appearance:none;
}

#hs-pwd-widget-password {
  margin-top:0 !important;
}

.hs-blog-post .widget-type-blog_comments input, .hs-blog-post .widget-type-blog_comments textarea {
  max-width: 100% !important;
}

form input[type="text"]::placeholder,
form input[type="password"]::placeholder, 
form input[type="datetime"]::placeholder, 
form input[type="datetime-local"]::placeholder, 
form input[type="date"]::placeholder, 
form input[type="month"]::placeholder, 
form input[type="time"]::placeholder, 
form input[type="week"]::placeholder, 
form input[type="number"]::placeholder, 
form input[type="email"]::placeholder, 
form input[type="url"]::placeholder, 
form input[type="search"]::placeholder, 
form input[type="tel"]::placeholder, 
form input[type="color"]::placeholder,
form input[type="file"]::placeholder,
form textarea::placeholder,
form select ::placeholder{
  color: #999;
  opacity:1;		
}


.body-container input[type="text"]:hover,
.body-container input[type="password"]:hover, 
.body-container input[type="datetime"]:hover, 
.body-container input[type="datetime-local"]:hover, 
.body-container input[type="date"]:hover, 
.body-container input[type="month"]:hover,
.body-container input[type="time"]:hover, 
.body-container input[type="week"]:hover, 
.body-container input[type="number"]:hover, 
.body-container input[type="email"]:hover, 
.body-container input[type="url"]:hover, 
.body-container input[type="search"]:hover, 
.body-container input[type="tel"]:hover, 
.body-container input[type="color"]:hover,
.body-container input[type="file"]:hover,
.body-container textarea:hover,
.body-container select:hover {}



form input[type="text"]:focus,
form input[type="password"]:focus, 
form input[type="datetime"]:focus, 
form input[type="datetime-local"]:focus, 
form input[type="date"]:focus, 
form input[type="month"]:focus, 
form input[type="time"]:focus, 
form input[type="week"]:focus, 
form input[type="number"]:focus, 
form input[type="email"]:focus, 
form input[type="url"]:focus, 
form input[type="search"]:focus, 
form input[type="tel"]:focus, 
form input[type="color"]:focus,
form input[type="file"]:focus,
form textarea:focus,
form select:focus {
  border-color: rgba(82, 168, 236, 0.8);
  outline: 0;
  outline: thin dotted \9;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(82, 168, 236, 0.6);
  -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(82, 168, 236, 0.6);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(82, 168, 236, 0.6);
}
/* Table */

table {
  border: 1px solid;
  margin-bottom: 1.4rem;
  overflow-wrap: break-word;
}

/* Table Cells */

th,
td {
  border: 1px solid;
  padding: 0.75rem;
  vertical-align: top;
}

/* Table Header */

thead th,
thead td {
  border-bottom: 2px solid;
  vertical-align: bottom;
}
header.header {
  width: 100%;
  position: relative;
  z-index: 9999;
  line-height: normal;
}
.disclaimer-links .hs-menu-wrapper > ul {
  font-size: 10px;
  font-weight: 500;
  border-bottom: 1px solid #E9E9E9;
  padding-bottom: 10px;
  display: flex;
  justify-content: space-between;
  padding-top: 10px;
  max-width: 700px;
  margin-left: auto;
  margin-right: 15%;
  line-height: normal;
}
.disclaimer-links .hs-menu-wrapper > ul > li {
  font-size: inherit;
  line-height: inherit;
}
.disclaimer-links .hs-menu-wrapper > ul > li > a {
  text-transform: uppercase;
  transition: color 0.25s;
  text-decoration: none;
}
.mainHeader {
  z-index: 1000;
  width: 100%;
  transition: all 0.3s ease;
}
.header__container {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  padding: 0 15%;
  box-shadow: 0 6px 10px -6px rgb(0 0 0 / 15%);
}
.header__logo {
  flex-basis: 15%;
  display: flex;
  align-items: flex-end;
}
.header__logo svg {
  width: 95%;
  margin: 5% 0;
}
.header__menues {
  display: flex;
  flex-direction: row;
  align-items: center;
  flex-wrap: nowrap;
  padding: 0.25rem 0;
  margin: 0.25rem 0;
}
.header-navigation .hs-menu-wrapper > ul {
  justify-content: space-between;
  position: relative;
  display: flex;
  flex-direction: row;
  align-items: center;
  font-weight: 500;
}
.header-navigation .hs-menu-wrapper > ul > li {
  list-style-type: none;
  border-right: 1px solid #cccbcc;
  padding-right: 25px;
  margin-left: 25px;
}
.header-navigation .hs-menu-wrapper > ul > li:first-of-type {
  padding-left: 0px;
  margin-left: 0;
}
.header-navigation .hs-menu-wrapper > ul > li.hs-item-has-children {
  position: relative;
}
.header-navigation .hs-menu-wrapper > ul > li:last-of-type {
  border-right: none;
}
.header-navigation .hs-menu-wrapper > ul > li > a {
  text-decoration: none;
  transition: color 0.25s;
  font-weight: 600;
}
.header-navigation .hs-menu-wrapper .hs-item-has-children > img {
  margin-left: 8px;
  margin-bottom: 2px;
  transition: transform 0.25s;
}

.button-wrapper a {
  line-height: 1.5;
  font-size: 16px;
  font-weight: 500;
  text-decoration: none;
  padding: 15px 0;
  text-align: center;
  background-color: #EC0E8C;
  color: #fff;
  transition: all 0.5s;
  list-style-type: none;
  min-width: 200px;
  display: block;
}
.button-wrapper a:hover, .button-wrapper a:focus {
  background-color: #8F1C58;
  color: #fff;
}
.button-wrapper a > span {
  font-weight: 500;
  position: relative;
  background-color: #F565AF;
  padding: 8px;
  border-radius: 50%;
}

/**********************   Fixed ***************************/
.mainHeader.fixed {
  position: fixed;
  top: 0;
}
.fixed .header__logo {
  -webkit-animation: slideLogoDown 0.15s forwards ease-in-out;
  animation: slideLogoDown 0.15s forwards ease-in-out;
}
.fixed .header__logo svg {
  -webkit-animation: scaleLogoDown 0.15s forwards ease-in-out;
  animation: scaleLogoDown 0.15s forwards ease-in-out;
}





















@media (min-width: 992px){
  .header__logo {
    transition: translate 0.2s;
    transform: translate(0, -15px);
  }
  .header__logo svg {
    transition: translate 0.2s;
    transform: scale(1.25);
  }
  .mob, .mobile-trigger{
    display: none !important;
  }
  .disclaimer-links .hs-menu-wrapper > ul > li > a br {
    display: none;
  }

  .header-navigation .hs-menu-wrapper > ul ul {
    opacity: 0;
    visibility: hidden;
    transition-delay: 0.5s;
    transition: opacity 0.25s;
    position: fixed;
    z-index: 101;
    background-color: #fff;
    margin-left: -50px;
    padding-left: 0;
    padding-top: 40px;
    padding-bottom: 10px;
  }
  .header-navigation .hs-menu-wrapper > ul ul li {
    border-bottom: 1px solid #cccbcc;
    margin-bottom: 0;
    padding: 10px 15px;
    margin: 0 15px;
    list-style-type: none;
  }
  .header-navigation .hs-menu-wrapper > ul ul li:last-of-type {
    border-bottom: none;
  }
  .header-navigation .hs-menu-wrapper > ul ul li a {
    text-decoration: none;
    transition: color 0.25s;
    font-weight: 600;
  }
  .hs-faq-page .header-navigation .hs-menu-wrapper > ul > li.active:after {
    content: "";
    width: 100%;
    height: 2px;
    background-color: #EC0E8C;
    display: block;
  }
  .header-navigation .hs-menu-wrapper > ul > li:hover > ul {
    opacity: 1;
    visibility: visible;
  }
  .header-navigation .hs-menu-wrapper > ul > li:hover > img {
    transform: rotate(180deg);
  }

  .lp .mainHeader {
    padding-top: 33px;
  }

  .lp .mainHeader.fixed {
    padding-top: 0;
  }

}



@media (max-width: 1200px){
  header .header__container {
    padding: 0 5%;
  }



}




.header-navigation .hs-menu-wrapper>ul li.hs-item-has-children .expand-icon-rotate180 {
  display: none;
}

@media (max-width: 991px){
  .desk{
    display: none !important;
  }

  .header-navigation .hs-menu-wrapper .hs-item-has-children>img {
    display:none;
  }

  .header-navigation .hs-menu-wrapper>ul li.hs-item-has-children .expand-icon-rotate180 {
    transform-origin: center;
    font-weight: 300;
    transition: transform 0.5s;
    transform: rotate(0deg);
    display: block;
  }

  .header-navigation .hs-menu-wrapper>ul li.hs-item-has-children:not(.child-open) .expand-icon-rotate180 {
    transform: rotate(180deg);
    padding-top: 15px;
    padding-bottom: 0;
  }

  .disclaimer-links .hs-menu-wrapper > ul {
    margin: auto;
  }
  .disclaimer-links .hs-menu-wrapper > ul > li {
    text-align: center;
    border-right: 1px solid #cccbcc;
    font-size: 8px;
    flex-basis: 25%;
    padding: 0 5px;
  }
  .disclaimer-links .hs-menu-wrapper > ul > li:last-of-type {
    border-right: none;
  }
  .button-wrapper a {
    font-size: 16px;
    padding: 15px 0;
  }
  .mob .button-wrapper a {
    font-size: 16px;
    padding: 15px 0;
    line-height: normal;
    font-weight: 400;
  }
  header .header__container {
    padding: 10px 5%;
    width: 100%;
  }
  .header__logo svg {
    width: 100%;
    margin: 0;
  }
  .header-menu-wrapper {
    display: none;
  }
  .mobile-trigger {
    display: inline-block;
    padding: 0.25rem 0.75rem;
    font-size: 1.25rem;
    line-height: 1;
    background-color: transparent;
    border: 1px solid transparent;
    border-radius: 0.25rem;
    transition: box-shadow 0.15s ease-in-out;
  }
  .mobile-trigger svg {
    width: 20px;
    height: 20px;
  }
  .mob .button-wrapper a > span {
    font-weight: 400;
  }


  .header__menues {
    padding-bottom: 50px;
    margin-top: 0;
    border-right: 1px solid #fff;
    z-index: 99999;
    background-color: #474445;
    padding-top: 0;
    height: 100vh;
    width: 80%;
    position: fixed;
    top: 0;
    left: -80%;
    transition: all 0.4s ease;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
  }
  .body-wrapper {
    position: relative;
    top: 0;
    left: 0;
    transition: all 0.4s ease;
    width: 100%;
  }
  .mobile-open {
    overflow: hidden;
  }
  .mobile-open .header__menues {
    left: 0;
  }
  .mobile-open .body-wrapper {
    left: 80%;
  }
  .close-trigger {
    padding: 0.25rem 0.75rem;
    font-size: 1.25rem;
    line-height: 1;
    background-color: transparent;
    border: 1px solid transparent;
    border-radius: 0.25rem;
    transition: box-shadow 0.15s ease-in-out;
    outline: none;
  }
  .close-trigger svg {
    position: absolute;
    right: 0;
    top: 0;
    width: 45px;
    height: 45px;
    padding: 16px;
  }
  .header-navigation {
    width: 100%;
  }
  .header-navigation .hs-menu-wrapper > ul {
    display: block;
  }
  .header-navigation .hs-menu-wrapper > ul > li {
    padding: 0;
    margin: 0;
    border: 0;
    background-color: #1A1617;
    width: 100%;
    border-bottom: 1px solid #9A9497;
    padding: 15px;
  }
  .header-navigation .hs-menu-wrapper > ul > li > a {
    display: block;
    width: 100%;
    color: #fff !important;
    transition: color 0.25s;
  }
  .header-navigation .hs-menu-wrapper > ul > li > a:hover{
    color: #ACACAC !important;
  }
  .header__menues .header-button {
    width: 100%;
  }
  .header__menues .button-wrapper a {
    font-weight: 500;
    font-size: 16px;
    padding: 15px 0;
    text-align: left;
    padding-left: 15px;
    line-height: 1.5;
  }
  .header__menues .button-wrapper a > span {
    font-weight: 500;
  }

  .header-navigation .hs-menu-wrapper>ul li.hs-item-has-children {
    position: relative;
    padding: 15px 15px 0;
    width: 100%;
    text-align: left;
    text-decoration: none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    outline: none;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    border: 1px solid transparent;
    border-bottom: 1px solid #9A9497;
    cursor:pointer;
  }

  .header-navigation .hs-menu-wrapper>ul li.hs-item-has-children>a {
    width: auto;
    padding-bottom: 15px;
    font-family: Montserrat,sans-serif;
    font-weight: 500;
    font-size: 16px;
  }

  .header-navigation .hs-menu-wrapper>ul li.hs-item-has-children>.expand-icon-rotate180 {
    padding-bottom: 15px;
  }

  .header-navigation .hs-menu-wrapper>ul li.hs-item-has-children>.expand-icon-rotate180 svg {
    width: 16px;
  }

  .header-navigation .hs-menu-wrapper>ul ul {
    width: calc(100% + 32px);
    margin: 1px -16px -1px;
    cursor:auto;
    display:none;
  }

  .header-navigation .hs-menu-wrapper>ul ul li {
    padding: 15px;
    background-color: #5E5B5C;
    border-bottom: 1px solid #9A9497;
  }

  .header-navigation .hs-menu-wrapper>ul ul li a {
    text-decoration: none;
    transition: color 0.25s;
    color: #fff !important;
    display: block;
    width: 100%;
    font-weight: normal;
    font-size: 14px;
    transition: color 0.25s;
  }
  .header-navigation .hs-menu-wrapper>ul ul li a:hover{
      color: #ACACAC !important;
  }

  .hs-faq-page .header-navigation .hs-menu-wrapper>ul>li.active>a {
    color: #EC0E8C !Important;
  }

}












@keyframes scaleLogoDown{
  0% {
    transform: scale(1.25);
  }
  100% {
    transform: scale(1);
  }
}

@keyframes slideLogoDown{
  0% {
    transform: translate(0, -15px);
  }

  100% {
    transform: translate(0, 0);
  }
}
footer.footer {
  margin-bottom: 18px;
  line-height: normal;
}
.footer__continer {
  padding-top: 50px;
  padding-bottom: 150px;
}
.footer-bottom {
  display: flex;
  vertical-align: bottom;
  flex-direction: row;
  justify-content: space-between;
  margin-top: 40px;
  align-items: flex-end;
  margin-left: -7.5px;
  margin-right: -7.5px;
}
.footer-bottom > div {
  padding: 0 7.5px;
}
.about-site p {
  margin: 0;
  font-size: 16px;
}
.legal-links a {
  cursor: pointer;
  text-decoration: none;
  text-transform: uppercase;
  font-weight: 500;
  padding: 0 30px;
  font-size: 12px;
  transition: color 0.25s;
}
.legal-links a:not(:last-child) {
  border-right: 1px solid #ACACAC;
}
.legal-links a:first-of-type {
  padding-left: 0;
}
.legal-links a:last-of-type {
  padding-right: 0;
}
.legal-links {
  display: flex;
  align-self: flex-end;
}
.footer-content p {
  font-size: 16px;
}
.footer-content p code {
  white-space: nowrap;
  vertical-align: unset;
  font-size: inherit;
  font-family: inherit;
}
.footer-links {
  margin-bottom: 40px;
}
.footer-links .hs-menu-wrapper ul {
  margin: 0;
  padding: 0;
  line-height: normal;
}
.footer-links .hs-menu-wrapper ul {
  margin: 0;
  padding: 0;
  line-height: normal;
  display: flex;
}
.footer-links .hs-menu-wrapper ul li a {
  text-decoration: none;
  transition: color 0.25s;
  font-weight: 500;
  padding: 0 30px;
  border-right: 1px solid #ACACAC;
  display: block;
  height: 100%;
}
.footer-links .hs-menu-wrapper ul li:last-of-type a {
  border-right: none;
  padding-right: 0;
}
.footer-links .hs-menu-wrapper ul li:first-of-type a {
  padding-left: 0;
}
.footer-links .hs-menu-wrapper ul li {
  line-height: normal;
}
#terms-of-service-modal .modal-dialog, #privacy-policy-modal .modal-dialog {
  max-width: 1000px;
  width: 100%;
}
#terms-of-service-modal .modal-content, #privacy-policy-modal .modal-content {
  border: none;
  background-color: white;
  border-radius: 2px;
  color: #53565A;
  max-height: 85vh;
  overflow-y: scroll;
}
#terms-of-service-modal .modal-content .modal-header, #privacy-policy-modal .modal-content .modal-header {
  border-bottom: none;
  padding-bottom: 0;
  padding-top: 0;
  padding-right: 7px;
}
#terms-of-service-modal .modal-content .modal-header button, #privacy-policy-modal .modal-content .modal-header button {
  background: transparent;
  border: none;
  font-family: "Montserrat", sans-serif;
  color: #EC0E8C;
  font-size: 50px;
  font-weight: 100;
  line-height: 50px;
  margin-left: auto;
  outline: none;
  cursor: pointer;
  padding: 1px 6px;
}
#terms-of-service-modal .modal-content .modal-body, #privacy-policy-modal .modal-content .modal-body {
  background: url(https://22077562.fs1.hubspotusercontent-na1.net/hubfs/22077562/raw_assets/public/Phexxi_July2022/images/get-phexxi-modal-bg.png) no-repeat;
  background-position: center 0%;
  padding: 0 60px 60px;
}
.modal-body h2 {
  margin-top: 0.83em;
  margin-bottom: 0.83em;
}
.modal-body h3 {
  margin-top: 1em;
  margin-bottom: 1em;
}
.modal-body strong {
  font-weight: bold;
}
#privacy-policy-modal a, #privacy-policy-modal a:hover {
  color: #EC0E8C;
  text-decoration: underline;
}
.slide-hover {
  text-decoration: none;
  position: relative;
  display: inline-block;
}

.slide-hover:before, .slide-hover:after {
  content: "";
  position: absolute;
  top: auto;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 2px;
  box-sizing: border-box;
  background-color: #EC0E8C;
  transition: 0.4s;
  z-index: 2;
}
.slide-hover:before {
  content: "";
  position: absolute;
  top: auto;
  bottom: 0;
  left: 0;
  width: 0;
  height: 2px;
  transition: 0.4s;
  z-index: 1;
  box-sizing: border-box;
  background-color: #EC0E8C;
}
.slide-hover:after {
  left: auto;
  right: 0;
}
.modal-trigger {
  cursor: pointer;
}
.slide-hover:hover:before {
  width: 100%;
  -webkit-animation: animationWidthNoneToFull 0.5s ease-in both;
  animation: animationWidthNoneToFull 0.5s ease-in both;
  -webkit-animation-delay: 0.8s;
  animation-delay: 0.8s;
}
.slide-hover:hover:after {
  -webkit-animation: animationWidthFullToNone 0.4s ease-in both;
  animation: animationWidthFullToNone 0.4s ease-in both;
  -webkit-animation-delay: 0.4s;
  animation-delay: 0.4s;
}
html.mod-open {
  overflow: initial;
}
.modal {
  padding-right: 0 !important;
}


@media (max-width: 1050px){
  #terms-of-service-modal .modal-dialog, #privacy-policy-modal .modal-dialog {
    padding-left: 20px;
    padding-right: 20px;
  }




}



@media (max-width: 1024px){

  footer .footer__continer {
    padding: 50px 5% 100px;
  }
  .footer-bottom {
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    margin-left: 0;
    margin-right: 0;
    text-align: center;
    flex-direction: column;
  }
  .footer-bottom>div {
    padding: 0;
  }
  .footer-logo {
    display: flex;
    justify-content: center;
    width: 100%;
  }
  .footer-logo img {
    flex-basis: 100%;
    max-width: 160px;
    margin: auto;
    margin-bottom: 30px;
  }
  .legal-links {
    margin-top: 30px;
    width: 100%;
    justify-content: center;
  }

  .footer-logo a {
    display: flex;
    justify-content: center;
  }
  footer.footer {
    margin-bottom: 24px;
  }
  .footer-links .hs-menu-wrapper ul li a {
    padding: 0;
    font-size: 16px;
    margin: 0 8px;
    margin-bottom: 15px;
    border-right: none;
    height: auto;
  }




}



@media (max-width: 767px){
  .footer-links .hs-menu-wrapper ul {
    flex-wrap: wrap;
    justify-content: center;
  }
  .legal-links a {
    padding: 0 15px;
  }
  #terms-of-service-modal .modal-dialog, #privacy-policy-modal .modal-dialog {
    padding-left: 0;
    padding-right: 15px;
  }
  #terms-of-service-modal .modal-content, #privacy-policy-modal .modal-content {
    max-height: 90vh;
  }
  #terms-of-service-modal .modal-content .modal-header button, #privacy-policy-modal .modal-content .modal-header button {
    margin-bottom: 15px;
  }
  #terms-of-service-modal .modal-content .modal-body, #privacy-policy-modal .modal-content .modal-body {
    padding: 0 10px 30px;
  }
  #terms-of-service-modal .modal-content .modal-body p, #privacy-policy-modal .modal-content .modal-body p {
    font-size: 10.5px;
  }





}
/* Menu and simple menu */

.hs-menu-wrapper ul {
  list-style: none;
  margin: 0;
  padding-left: 0;
}
/************************************ Global css ***************************************/

.modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 99999;
  display: none;
  width: 100%;
  height: 100%;
  overflow-x: hidden;
  overflow-y: auto;
  outline: 0;
}

.modal-dialog {
  position: relative;
  width: auto;
  margin: 0.5rem;
  pointer-events: none;
}
.modal.fade .modal-dialog {
  transition: transform 0.3s ease-out;
  transform: translate(0, -50px);
}
@media (prefers-reduced-motion: reduce) {
  .modal.fade .modal-dialog {
    transition: none;
  }
}
.modal.show .modal-dialog {
  transform: none;
}
.modal.modal-static .modal-dialog {
  transform: scale(1.02);
}

.modal-dialog-scrollable {
  height: calc(100% - 1rem);
}
.modal-dialog-scrollable .modal-content {
  max-height: 100%;
  overflow: hidden;
}
.modal-dialog-scrollable .modal-body {
  overflow-y: auto;
}

.modal-dialog-centered {
  display: flex;
  align-items: center;
  min-height: calc(100% - 1rem);
}

.modal-content {
  position: relative;
  display: flex;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 0.3rem;
  outline: 0;
}

.modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 99998;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.modal-backdrop.fade {
  opacity: 0;
}
.modal-backdrop.show {
  opacity: 0.5;
}

.modal-header {
  display: flex;
  flex-shrink: 0;
  align-items: center;
  justify-content: space-between;
  padding: 1rem 1rem;
  border-bottom: 1px solid #dee2e6;
  border-top-left-radius: calc(0.3rem - 1px);
  border-top-right-radius: calc(0.3rem - 1px);
}
.modal-header .btn-close {
  padding: 0.5rem 0.5rem;
  margin: -0.5rem -0.5rem -0.5rem auto;
}

.modal-title {
  margin-bottom: 0;
  line-height: 1.5;
}

.modal-body {
  position: relative;
  flex: 1 1 auto;
  padding: 1rem;
}

.modal-footer {
  display: flex;
  flex-wrap: wrap;
  flex-shrink: 0;
  align-items: center;
  justify-content: flex-end;
  padding: 0.75rem;
  border-top: 1px solid #dee2e6;
  border-bottom-right-radius: calc(0.3rem - 1px);
  border-bottom-left-radius: calc(0.3rem - 1px);
}
.modal-footer > * {
  margin: 0.25rem;
}

@media (min-width: 576px) {
  .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }

  .modal-dialog-scrollable {
    height: calc(100% - 3.5rem);
  }

  .modal-dialog-centered {
    min-height: calc(100% - 3.5rem);
  }

  .modal-sm {
    max-width: 300px;
  }
}
@media (min-width: 992px) {
  .modal-lg,
  .modal-xl {
    max-width: 800px;
  }
}
@media (min-width: 1200px) {
  .modal-xl {
    max-width: 1140px;
  }
}
.modal-fullscreen {
  width: 100vw;
  max-width: none;
  height: 100%;
  margin: 0;
}
.modal-fullscreen .modal-content {
  height: 100%;
  border: 0;
  border-radius: 0;
}
.modal-fullscreen .modal-header {
  border-radius: 0;
}
.modal-fullscreen .modal-body {
  overflow-y: auto;
}
.modal-fullscreen .modal-footer {
  border-radius: 0;
}

@media (max-width: 575.98px) {
  .modal-fullscreen-sm-down {
    width: 100vw;
    max-width: none;
    height: 100%;
    margin: 0;
  }
  .modal-fullscreen-sm-down .modal-content {
    height: 100%;
    border: 0;
    border-radius: 0;
  }
  .modal-fullscreen-sm-down .modal-header {
    border-radius: 0;
  }
  .modal-fullscreen-sm-down .modal-body {
    overflow-y: auto;
  }
  .modal-fullscreen-sm-down .modal-footer {
    border-radius: 0;
  }
}
@media (max-width: 767.98px) {
  .modal-fullscreen-md-down {
    width: 100vw;
    max-width: none;
    height: 100%;
    margin: 0;
  }
  .modal-fullscreen-md-down .modal-content {
    height: 100%;
    border: 0;
    border-radius: 0;
  }
  .modal-fullscreen-md-down .modal-header {
    border-radius: 0;
  }
  .modal-fullscreen-md-down .modal-body {
    overflow-y: auto;
  }
  .modal-fullscreen-md-down .modal-footer {
    border-radius: 0;
  }
}
@media (max-width: 991.98px) {
  .modal-fullscreen-lg-down {
    width: 100vw;
    max-width: none;
    height: 100%;
    margin: 0;
  }
  .modal-fullscreen-lg-down .modal-content {
    height: 100%;
    border: 0;
    border-radius: 0;
  }
  .modal-fullscreen-lg-down .modal-header {
    border-radius: 0;
  }
  .modal-fullscreen-lg-down .modal-body {
    overflow-y: auto;
  }
  .modal-fullscreen-lg-down .modal-footer {
    border-radius: 0;
  }
}
@media (max-width: 1199.98px) {
  .modal-fullscreen-xl-down {
    width: 100vw;
    max-width: none;
    height: 100%;
    margin: 0;
  }
  .modal-fullscreen-xl-down .modal-content {
    height: 100%;
    border: 0;
    border-radius: 0;
  }
  .modal-fullscreen-xl-down .modal-header {
    border-radius: 0;
  }
  .modal-fullscreen-xl-down .modal-body {
    overflow-y: auto;
  }
  .modal-fullscreen-xl-down .modal-footer {
    border-radius: 0;
  }
}
@media (max-width: 1399.98px) {
  .modal-fullscreen-xxl-down {
    width: 100vw;
    max-width: none;
    height: 100%;
    margin: 0;
  }
  .modal-fullscreen-xxl-down .modal-content {
    height: 100%;
    border: 0;
    border-radius: 0;
  }
  .modal-fullscreen-xxl-down .modal-header {
    border-radius: 0;
  }
  .modal-fullscreen-xxl-down .modal-body {
    overflow-y: auto;
  }
  .modal-fullscreen-xxl-down .modal-footer {
    border-radius: 0;
  }
}
.carousel {
  position: relative;
}

.carousel.pointer-event {
  touch-action: pan-y;
}

.carousel-inner {
  position: relative;
  width: 100%;
  overflow: hidden;
}
.carousel-inner::after {
  display: block;
  clear: both;
  content: "";
}

.carousel-item {
  position: relative;
  display: none;
  float: left;
  width: 100%;
  margin-right: -100%;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  transition: transform 0.6s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .carousel-item {
    transition: none;
  }
}

.carousel-item.active,
.carousel-item-next,
.carousel-item-prev {
  display: block;
}

/* rtl:begin:ignore */
.carousel-item-next:not(.carousel-item-start),
.active.carousel-item-end {
  transform: translateX(100%);
}

.carousel-item-prev:not(.carousel-item-end),
.active.carousel-item-start {
  transform: translateX(-100%);
}

/* rtl:end:ignore */
.carousel-fade .carousel-item {
  opacity: 0;
  transition-property: opacity;
  transform: none;
}
.carousel-fade .carousel-item.active,
.carousel-fade .carousel-item-next.carousel-item-start,
.carousel-fade .carousel-item-prev.carousel-item-end {
  z-index: 1;
  opacity: 1;
}
.carousel-fade .active.carousel-item-start,
.carousel-fade .active.carousel-item-end {
  z-index: 0;
  opacity: 0;
  transition: opacity 0s 0.6s;
}
@media (prefers-reduced-motion: reduce) {
  .carousel-fade .active.carousel-item-start,
  .carousel-fade .active.carousel-item-end {
    transition: none;
  }
}

.carousel-control-prev,
.carousel-control-next {
  position: absolute;
  top: 0;
  bottom: 0;
  z-index: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 15%;
  padding: 0;
  color: #fff;
  text-align: center;
  background: none;
  border: 0;
  opacity: 0.5;
  transition: opacity 0.15s ease;
}
@media (prefers-reduced-motion: reduce) {
  .carousel-control-prev,
  .carousel-control-next {
    transition: none;
  }
}
.carousel-control-prev:hover, .carousel-control-prev:focus,
.carousel-control-next:hover,
.carousel-control-next:focus {
  color: #fff;
  text-decoration: none;
  outline: 0;
  opacity: 0.9;
}

.carousel-control-prev {
  left: 0;
}

.carousel-control-next {
  right: 0;
}

.carousel-control-prev-icon,
.carousel-control-next-icon {
  display: inline-block;
  width: 2rem;
  height: 2rem;
  background-repeat: no-repeat;
  background-position: 50%;
  background-size: 100% 100%;
}

/* rtl:options: {
"autoRename": true,
"stringMap":[ {
"name"    : "prev-next",
"search"  : "prev",
"replace" : "next"
} ]
} */
.carousel-control-prev-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23fff'%3e%3cpath d='M11.354 1.646a.5.5 0 0 1 0 .708L5.707 8l5.647 5.646a.5.5 0 0 1-.708.708l-6-6a.5.5 0 0 1 0-.708l6-6a.5.5 0 0 1 .708 0z'/%3e%3c/svg%3e");
}

.carousel-control-next-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23fff'%3e%3cpath d='M4.646 1.646a.5.5 0 0 1 .708 0l6 6a.5.5 0 0 1 0 .708l-6 6a.5.5 0 0 1-.708-.708L10.293 8 4.646 2.354a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
}

.carousel-indicators {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 2;
  display: flex;
  justify-content: center;
  padding: 0;
  margin-right: 15%;
  margin-bottom: 1rem;
  margin-left: 15%;
  list-style: none;
}
.carousel-indicators [data-bs-target] {
  box-sizing: content-box;
  flex: 0 1 auto;
  width: 30px;
  height: 3px;
  padding: 0;
  margin-right: 3px;
  margin-left: 3px;
  text-indent: -999px;
  cursor: pointer;
  background-color: #fff;
  background-clip: padding-box;
  border: 0;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  opacity: 0.5;
  transition: opacity 0.6s ease;
}
@media (prefers-reduced-motion: reduce) {
  .carousel-indicators [data-bs-target] {
    transition: none;
  }
}
.carousel-indicators .active {
  opacity: 1;
}

.carousel-caption {
  position: absolute;
  right: 15%;
  bottom: 1.25rem;
  left: 15%;
  padding-top: 1.25rem;
  padding-bottom: 1.25rem;
  color: #fff;
  text-align: center;
}

.carousel-dark .carousel-control-prev-icon,
.carousel-dark .carousel-control-next-icon {
  filter: invert(1) grayscale(100);
}
.carousel-dark .carousel-indicators [data-bs-target] {
  background-color: #000;
}
.carousel-dark .carousel-caption {
  color: #000;
}

.clearfix::after {
  display: block;
  clear: both;
  content: "";
}

.medium {
  font-weight: 600;
}
.text-uppercase {
  text-transform: uppercase;
}
.flex {
  display: flex;
}
.flex-column {
  flex-direction: column;
}
.flex.align-center {
  align-items: center;
}
.flex-row {
  flex-direction: row;
}
.flex.justify-center {
  justify-content: center;
}
.flex.justify-between {
  justify-content: space-between;
}

a.hs-button, a.cta-button, a.page-button{
  padding: 15px;
  text-align: center;
  min-width: 220px;
  text-decoration: none;
  cursor: pointer;
  background-color: #EC0E8C;
  color: #fff;
  transition: all 0.5s;
  text-decoration: none !important;
  display: block;
  line-height: normal;
}
a.hs-button:hover, a.cta-button:hover, a.page-button:hover,
a.hs-button:focus, a.cta-button:focus, a.page-button:focus,
a.hs-button:active, a.cta-button:active, a.page-button:active{
  background-color: #8F1C58;
  color: #fff;
  transition: all 0.5s;
}
.divider {
  height: 2px;
  width: 100%;
  background: #fff;
  background-color: #fff;
  z-index: 100;
  position: relative;
}
.how-to-use-phexxi .how-to-use-carousel > button:after { 
  background: url(https://22077562.fs1.hubspotusercontent-na1.net/hubfs/22077562/raw_assets/public/Phexxi_July2022/images/chevron.svg) no-repeat; 
}
.semi-bold {
  font-weight: 500;
}
.pink {
  color: #EC0E8C;
}
.text-uppercase {
  text-transform: uppercase !important;
}
.gray-dark {
  color: #53565A;
}
.teal {
  color: #005F61;
}


@media (max-width: 834px){
  .about-page .banner-wrapper {
    background-position: initial;
  }





}



















/******************************* keyframes *******************************/

@-webkit-keyframes animationWidthFullToNone {
  0% {
    width: 100%;
  }
  100% {
    width: 0;
  }
}
@keyframes animationWidthFullToNone {
  0% {
    width: 100%;
  }
  100% {
    width: 0;
  }
}
@-webkit-keyframes animationWidthNoneToFull {
  0% {
    width: 0;
  }
  100% {
    width: 100%;
  }
}
@keyframes animationWidthNoneToFull {
  0% {
    width: 0;
  }
  100% {
    width: 100%;
  }
}


.bookmark-slider {
  position: sticky;
  top:94px;
  z-index:10;
  border-top:2px solid #fff;
}

.faq-page .body-container-wrapper {
  padding-top: 0 !important;
}

.faq-page-accordion-section .dnd-section {
  padding:0;
}

.hs-faq-page .banner-wrapper h1 {
  margin-bottom:10px;
  text-shadow: 0 1px 15px rgb(0 0 0 / 50%);
}

.faq-page .prescription-wrapper {
  border-bottom: 1px solid #cccbcc;
}

.faq-page .prescription-wrapper h3 {
  font-size: 24px;
  text-align: center;
  margin: 1em 0;
}

.faq-page .prescription-wrapper .flex-row .flex-column p {
  margin-top: calc(1em - 2px);
}

.hs-faq-page .banner-wrapper {
  background-position: top left;
}

.video-button {
  padding: 15px 0;
  text-align: center;
  min-width: 220px;
  text-decoration: none;
  cursor: pointer;
}

.murphy-page .title-with-background-image .sliding-text {
  color: #fff;
  top: 35%;
  font-size: 94px;
  line-height:normal;
}

.murphy-page .prescription-wrapper {
  border-width:2px 0 2px 0;
  border-style:solid;
  border-color:#fff;
}

.murphy-page .prescription-wrapper h3 {
  margin:1em 0;
}

.hs-inine-edit .fixed-background section .positioned-content {
  top:0 !important;
  transform:none !important;
  visibility:visible !important;
  opacity:1 !important;
}



.hs-inline-edit .fixed-background .positioned-content {
  opacity: 1 !important;
  top: 0 ;
  visibility: visible !important;
}

.hs-inline-edit .phexxi-control .sliding-text,
.hs-inline-edit .title-with-background-image .sliding-text {
  top:35% !important;
  opacity:1 !important;
}

.custom-error-page {
  text-align:center;
  color:#000;
}

.custom-error-page h1,
.custom-error-page h2,
.custom-error-page h3,
.custom-error-page h4,
.custom-error-page h5,
.custom-error-page h6 {
  color:#000;
}

.custom-error-page .content-wrapper {
  margin: 3rem auto;
  padding:0 12px;
}

.about_row4 .dnd-section {
  padding: 100px 15%;
  z-index: 1;
  position: relative;
  background-image: url(https://22077562.fs1.hubspotusercontent-na1.net/hubfs/22077562/raw_assets/public/Phexxi_July2022/images/textured-bg.png);
  background-size: contain;
  background-color: white;
  text-align: center;
  color: #000;
}

.about_row4 .dnd-section:before {
  content: "";
  height: 100%;
  background: linear-gradient(180deg, rgba(233, 233, 233, 0.3), white);
  position: absolute;
  width: 100%;
  top: 0;
  left: 0;
  z-index: -1;
}

.about_row4 .dnd-section h3 {
  margin: 1em 0;
  color: #000;
}

.about_row4 .dnd-section hr {
  width: 100%;
  z-index: 100;
  position: relative;
  background: #9A9497;
  height: 1px;
  margin: 60px 0;
}

@media (min-width:576px) {
  .custom-error-page .content-wrapper {
    max-width:540px;
  }
}

@media (min-width:768px) {
  .custom-error-page .content-wrapper {
    max-width:720px;
  }
}

@media (min-width:992px) {
  .custom-error-page .content-wrapper {
    max-width:960px;
  }
}

@media (min-width:1200px) {
  .custom-error-page .content-wrapper {
    max-width:1140px;
  }
}

@media (min-width:1400px) {
  .custom-error-page .content-wrapper {
    max-width:1320px;
  }
}

@media (max-width:1200px) {
  .faq-page .prescription-wrapper {
    padding: 60px 0;
    text-align: center;
  }

  .faq-page .prescription-wrapper .content-wrapper {
    padding: 0 10%;
  }

  .about_row4 .dnd-section {
    padding: 60px 10%;
  }

}

@media (max-width:768px) {

  .faq-page .prescription-wrapper .flex-row .flex-column p {
    margin-top: 1em;
  }

  .murphy-page .title-with-background-image .sliding-text {
    font-size:27px;
  }
}