/* Theme base styles */

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

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

*, *:before, *:after {
  box-sizing: border-box;
}

#main-content {
        padding-top: 72px
    }
@media (min-width: 992px) {
    #main-content {
        padding-top: 96px
    }
}
/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */

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

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

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

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

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

body {
  margin: 0;
}

body.menu-opened {
  overflow: hidden;
}

/**
 * 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
   ========================================================================== */

/**
 * Add the correct box sizing in Firefox.
 */

hr {
  box-sizing: content-box;
  height: 0;
}

/**
 * 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
   ========================================================================== */

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, 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;
}

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

img {
  max-width: 100%;
}

/**
 * Remove the inheritance of text transform in Edge and Firefox.
 * 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;
}

/**
 * Remove the padding so developers are not caught out when they zero out `fieldset` elements in all browsers.
 */

legend {
  padding: 0;
}

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

progress {
  vertical-align: baseline;
}

/**
 * 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 and Firefox.
 */

details {
  display: block;
}

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

summary {
  display: list-item;
}

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



/* CSS variables */

:root {
  --column-gap: 2.13%;
  --column-width-multiplier: 8.333;
}

/* Mobile layout */

.row-fluid {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
}


  .row-fluid .span1,
  .row-fluid .span2,
  .row-fluid .span3,
  .row-fluid .span4,
  .row-fluid .span5,
  .row-fluid .span6,
  .row-fluid .span7,
  .row-fluid .span8,
  .row-fluid .span9,
  .row-fluid .span10,
  .row-fluid .span11,
  .row-fluid .span12{
  min-height: 1px;
  width: 100%;
}

/* Desktop layout */

@media (min-width: 768px) {
  .row-fluid {
    flex-wrap: nowrap;
    justify-content: space-between;
  }

  
    .row-fluid .span1 {
      width: calc(var(--column-width-multiplier) * 1% * 1 - var(--column-gap) * (11 * var(--column-width-multiplier) / 100));
    }
  
    .row-fluid .span2 {
      width: calc(var(--column-width-multiplier) * 1% * 2 - var(--column-gap) * (10 * var(--column-width-multiplier) / 100));
    }
  
    .row-fluid .span3 {
      width: calc(var(--column-width-multiplier) * 1% * 3 - var(--column-gap) * (9 * var(--column-width-multiplier) / 100));
    }
  
    .row-fluid .span4 {
      width: calc(var(--column-width-multiplier) * 1% * 4 - var(--column-gap) * (8 * var(--column-width-multiplier) / 100));
    }
  
    .row-fluid .span5 {
      width: calc(var(--column-width-multiplier) * 1% * 5 - var(--column-gap) * (7 * var(--column-width-multiplier) / 100));
    }
  
    .row-fluid .span6 {
      width: calc(var(--column-width-multiplier) * 1% * 6 - var(--column-gap) * (6 * var(--column-width-multiplier) / 100));
    }
  
    .row-fluid .span7 {
      width: calc(var(--column-width-multiplier) * 1% * 7 - var(--column-gap) * (5 * var(--column-width-multiplier) / 100));
    }
  
    .row-fluid .span8 {
      width: calc(var(--column-width-multiplier) * 1% * 8 - var(--column-gap) * (4 * var(--column-width-multiplier) / 100));
    }
  
    .row-fluid .span9 {
      width: calc(var(--column-width-multiplier) * 1% * 9 - var(--column-gap) * (3 * var(--column-width-multiplier) / 100));
    }
  
    .row-fluid .span10 {
      width: calc(var(--column-width-multiplier) * 1% * 10 - var(--column-gap) * (2 * var(--column-width-multiplier) / 100));
    }
  
    .row-fluid .span11 {
      width: calc(var(--column-width-multiplier) * 1% * 11 - var(--column-gap) * (1 * var(--column-width-multiplier) / 100));
    }
  
}
.content-wrapper {
  margin: 0 auto;
  padding: 0 1rem;
}

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

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

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

@media (max-width: 767px) {
  .dnd-section .dnd-column {
    padding: 0;
  }
}

/* Elements
Base HMTL elements are styled in this section (<body>, <h1>, <a>, <p>, <button> etc.)
*/

/* The overflow-wrap is meant to prevent long/large words from breaking the mobile responsiveness of a page (e.g. horizontal scrolling). It is preferred to reduce font sizes on mobile to address this, with this CSS specifically helping with extreme scenarios where a reduction in font size is not possible. */

body {
  line-height: 1.4;
  overflow-wrap: break-word;
}

/* Handles word breaking for a few specific languages which handle breaks in words differently. If your content is not translated into these languages, you can safely remove this.  */

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

/* Paragraphs */

p {
  font-size: 1rem;
  margin: 0 0 1.4rem;
}

/* Anchors */

a {
  cursor: pointer;
}

/* Headings */

h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0 0 1.4rem;
}

/* Lists */

ul,
ol {
  margin: 0 0 1.4rem;
}

ul ul,
ol ul,
ul ol,
ol ol {
  margin: 0;
}

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

/* Code blocks */

pre {
  overflow: auto;
}

code {
  vertical-align: bottom;
}

/* Blockquotes */

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

/* Horizontal rules */

hr {
  border: none;
  border-bottom: 1px solid #CCC;
}

/* Image alt text */

img {
  font-size: 0.583rem;
  word-break: normal;
}
button,
.button,
.hs-button {
  cursor: pointer;
  display: inline-block;
  text-align: center;
  transition: all 0.15s linear;
  white-space: normal;
}

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

/* No button */

.no-button,
.no-button:hover,
.no-button:focus,
.no-button:active {
  background: none;
  border: none;
  border-radius: 0;
  color: initial;
  font-family: inherit;
  font-size: inherit;
  font-style: inherit;
  font-weight: inherit;
  letter-spacing: inherit;
  line-height: inherit;
  margin-bottom: 0;
  padding: 0;
  text-align: left;
  text-decoration: none;
  transition: none;
}
/* Fields */

.hs-form-field {
  margin-bottom: 1.4rem;
}

/* Labels */

form label {
  display: block;
  font-size: 0.875rem;
  margin-bottom: 0.35rem;
}

/* Form Title */
.form-title {
  margin-bottom: 0;
}

/* Help text */

form legend {
  font-size: 0.875rem;
}

/* Inputs */

form input[type=text],
form input[type=search],
form input[type=email],
form input[type=password],
form input[type=tel],
form input[type=number],
form input[type=file],
form select,
form textarea {
  display: inline-block;
  font-size: 0.875rem;
  padding: 0.7rem;
  width: 100%;
}

form textarea {
  resize: vertical;
}

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: 0.7rem 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;
}

/* Inputs - date picker */

.hs-dateinput {
  position: relative;
}

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

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

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

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

/* Inputs - file picker */

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

/* Headings and text */

form .hs-richtext,
form .hs-richtext p {
  font-size: 0.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;
}

.hs-error-msg {
  color: #EF6B51;
  margin-top: 0.35rem;
}

/* Submit button */

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

/* Captcha */

.grecaptcha-badge {
  margin: 0 auto;
}


  /* Search button input field and suggestions */
  .body-container-wrapper .hs-search-field__button {
    padding: 15px;
  }

  .body-container-wrapper .hs-search-field__bar--button-inline .hs-search-field__button {
    margin-left: 6px;
    margin-bottom: 0;
  }

  .body-container-wrapper .hs-search-field__button svg {
    height: 15px;
    fill: #fff;
  }

  .body-container-wrapper .hs-search-field__bar > form > .hs-search-field__input {
    padding: 10px;
  }

  .body-container-wrapper .hs-search-field__suggestions li a {
    color: #494A52;
    padding: 0.35rem 0.7rem;
    text-decoration: none;
    transition: background-color 0.3s;
  }

/* Table */

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

/* Table cells */

td,
th {
  vertical-align: top;
}

/* Table header */

thead th {
  vertical-align: bottom;
}

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

header {
  border-bottom: 1px solid #e9ecef;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 10;
}

.bria-site-header nav {
  align-items: center;
  display: flex;
  gap: 8px;
}

.bria-site-header .nav-item.dropdown .dropdown-menu {
  border-radius: 8px;
  box-shadow: 0 2px 16px 0 #24005814;
  padding-top: 8px;
}

.bria-site-header .nav-item.dropdown .dropdown-menu .dropdown-item {
  color: #5b5b5b;
  font-size: 16px;
  font-weight: 500;
  padding: 13px 12px;
}

.bria-site-header nav a:not(.bria-menu-button-v2):hover {
  background-color: #e5e5e5;
}

.bria-site-header .nav-item.dropdown .dropdown-menu .dropdown-item:hover {
  background-color: #f6f2fc !important;
  border-radius: 0;
}

.bria-site-header .dropdown-menu {
  display: none;
  transition: all .3s ease-in-out;
}

.bria-site-header .dropdown-menu.show {
  border: 0;
  display: block;
}

.bria-site-header nav > div:first-child {
  display: flex;
  align-items: center;
  gap: 8px;
}

.bria-site-header a.custom-btn {
  font-family: Montserrat-Regular;
  font-weight: 600;
}

.bria-site-header nav a:not(.bria-menu-button, .bria-menu-button-v2) {
  color: #1a0638;
}

@media (max-width: 1700px) {
  .bria-site-header a.custom-btn {
    font-size: 14px;
    line-height: 14px;
    padding: 9px;
  }
}

.bria-site-header a.bria-menu-button {
  margin-right: 0;
  padding: 7px 10px;
  font-size: 16px;

}

.bria-site-header nav a.active {
  background-color: #e4dcf0;
}

.bria-site-header a.bria-menu-button-v2 {
  min-height: 0;
  padding: 9px 12px;
}

.site-header {
  padding: 27px 0;
}

.admin-bar .site-header {
  top: 32px;
}

@media (max-width: 767px) {
  .admin-bar .site-header {
    top: 46px;
  }
}

@media (max-width: 991px) {
  .site-header {
    background-color: #fff;
    box-shadow: 0 2px 6px 0 hsla(0, 0%, 83%, .6);
    padding: 11px 0;
    position: fixed;
    top: 0;
    z-index: 100;
  }

  .site-header .site-branding {
    height: 50px;
    width: 78px;
  }

  .site-header .site-branding img {
    height: 50px;
  }
  
  .site-header .dropdown-menu {
    border: none;
    position: relative;
    width: 50%;
    margin: auto;
  }
  .site-header .dropdown-menu .dropdown-item {
    font-size: 20px;
    margin-bottom: 10px;
  }
}

.bria-site-header {
  background-color: #fff;
  display: flex;
  justify-content: space-between;
  padding: 15px 0;
}

.bria-site-header .bria-site-branding {
  margin-right: 17px;
}

.dropdown-toggle.custom-btn:after {
  content: '';
    transform: translateY(-50%) rotate(45deg);
    width: 10px;
    height: 10px;
    border-bottom: 2px solid black;
    border-right: 2px solid black;
    border-top: unset;
  vertical-align: middle;
    border-left: unset;
  margin-left: 10px;
}

.bria-site-header .nav-item.dropdown .nav-link.active-dropdown {
    background-color: #ede9f3;
}
.custom-dropdown .dropdown-menu {
    background-clip: padding-box;
    background-color: #fff;
    border: 1px solid rgba(0,0,0,.15);
    border-radius: .4rem;
    color: #000;
    display: none;
    font-size: calc(1.265rem + .18vw);
    list-style: none;
    margin: 0;
    min-width: 100px;
    position: absolute;
    text-align: left;
    z-index: 1000
}

@media (min-width: 1200px) {
    .dropdown-menu {
        font-size:1.4rem
    }
}
.bria-site-header .bria-site-branding img {
  height: 58px;
  width: 90px;
}

.site-header .container {
  justify-content: space-between;
}
@media (max-width: 1700px) {
  .custom-btn {
    font-size: 14px;
    line-height: 14px;
    padding: 9px;
  }
}

@media screen and (min-width: 768px) {
  .bria-btn-primary {
    font-size: 20px;
    line-height: 24px;
  }
}

.bria-site-header nav a:not(.bria-menu-button) {
  border: 3px solid transparent;
  border-radius: 8px;
  cursor: pointer;
  font-size: 16px;
  letter-spacing: .02em;
  line-height: 16px;
  padding: 9px 15px;
}


@media (max-width: 991px) {
    .main-navigation {
        width:auto
    }
  
   .main-navigation li:not(.button) a {
        color: #5300c9;
        font-size: 24px;
        margin-bottom: 32px;
        text-align: center;
    }
  .dropdown-toggle.custom-btn:after {
    border-color: #5300c9;
  }
  
  .dropdown-toggle.custom-btn.dropdown-open:after {
    transform: translateY(-50%) rotate(225deg); /* Rotate arrow down */
    vertical-align: text-bottom;
}
}

.main-navigation ul {
    display: none;
    list-style: none;
    margin: 0;
    padding-left: 0
}
@media only screen and (max-width: 1023px) {
    .main-navigation ul {
        overflow-y: scroll;
    }
}

@media (max-width: 991px) {
    .main-navigation ul {
        background:#fff;
        bottom: 0;
        left: 0;
        padding-top: 112px;
        position: fixed;
        top: 0;
        width: 100%;
        z-index: 10
    }
}

.main-navigation ul ul {
    -webkit-box-shadow: 0 3px 3px rgba(0,0,0,.2);
    box-shadow: 0 3px 3px rgba(0,0,0,.2);
    float: left;
    left: -999em;
    position: absolute;
    top: 100%;
    z-index: 99999
}

.main-navigation ul ul ul {
    left: -999em;
    top: 0
}

.main-navigation ul ul li.focus>ul,.main-navigation ul ul li:hover>ul {
    display: block;
    left: auto
}

.main-navigation ul ul a {
    width: 200px
}

.main-navigation ul li.focus>ul,.main-navigation ul li:hover>ul {
    left: auto
}

.main-navigation li:not(.button) {
    padding: 0 13px;
    position: relative
}

.main-navigation li:not(.button) a {
    color: #505050;
    display: block;
    position: relative;
    text-decoration: none
}

@media (max-width: 991px) {
    .main-navigation li:not(.button) a {
        color:#5300c9;
        font-size: 24px;
        margin-bottom: 32px;
        text-align: center
    }
}

.main-navigation li:not(.button):focus>a,.main-navigation li:not(.button):hover>a {
    text-shadow: 0 0 .01px #505050
}

@media (max-width: 1170px) {
    .main-navigation a {
        font-size:18px
    }
}

.main-navigation a:not(.button) .main-navigation a {
    color: #505050;
    display: block;
    position: relative;
    text-decoration: none
}

.main-navigation .button {
    margin-left: 32px
}

@media (max-width: 991px) {
    .main-navigation .button {
        margin:52px auto
    }
}

.main-navigation .current-menu-ancestor>a:before,.main-navigation .current-menu-item:not(.button)>a:before,.main-navigation .current_page_ancestor>a:before,.main-navigation .current_page_item:not(.button)>a:before,.main-navigation a:hover:before {
    background-color: #d80067;
    border-radius: 50%;
    bottom: -10px;
    content: "";
    display: block;
    height: 6px;
    left: 50%;
    position: absolute;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    width: 6px
}

.main-navigation .button:hover a:before {
    display: none
}

.main-navigation.toggled ul,.menu-toggle {
    display: block
}


.menu-toggle {
  background: #fff;
  border: 0;
  flex: 0 0 35px;
  height: 34px;
  margin-right: 2px;
  overflow: hidden;
  position: absolute;
  right: 18px;
  text-indent: -9999px;
  top: 50%;
  transform: translateY(-50%);
  width: 35px;
  z-index: 20;
  padding: 1px 6px;
}

.menu-toggle:hover, .menu-toggle:focus, .menu-toggle:active {
  background: #fff;
  border: none;
}

.menu-toggle.opened span:first-child {
  margin-top: -2px;
  top: 50%;
  transform: rotate(45deg);
}

.menu-toggle.opened span:nth-child(2) {
  opacity: 0;
}

.menu-toggle.opened span:nth-child(3) {
  margin-top: -2px;
  top: 50%;
  transform: rotate(-45deg);
}

.menu-toggle span {
  background: #5300c9;
  display: block;
  height: 2px;
  left: 0;
  position: absolute;
  right: 0;
  transition: all .3s ease;
}

.menu-toggle span:first-child {
  top: 5px;
}

.menu-toggle span:nth-child(2) {
  top: 16px;
}

.menu-toggle span:nth-child(3) {
  top: 27px;
}

.bria-site-header.inner {
  padding: 0;
}

.nav-link.dropdown-toggle {
  display: inline-block;
}

@media screen and (min-width: 992px) {
  .menu-toggle {
    display: none;
  }

  .main-navigation ul {
    display: flex;
    justify-content: flex-end;
    align-items: center;
  }
}


@media (max-width: 1700px) {
  .bria-site-header nav a.custom-btn {
    font-size: 14px;
    line-height: 14px;
    padding: 9px;
  }
}
@media (max-width: 1400px) {
    .bria-site-header nav a.custom-btn {
        font-size: 11px;
        line-height: 12px;
        padding: 9px 6px;
    }
}
/* Menu and simple menu */

.hs-menu-wrapper ul {
  display: flex;
  flex-wrap: wrap;
  list-style: none;
  margin: 0;
  padding-left: 0;
}

/* Horizontal menu */

.hs-menu-wrapper.hs-menu-flow-horizontal .hs-menu-children-wrapper {
  flex-direction: column;
}

@media (max-width: 767px) {
  .hs-menu-wrapper.hs-menu-flow-horizontal ul {
    flex-direction: column;
  }
}

/* Vertical menu */

.hs-menu-wrapper.hs-menu-flow-vertical ul {
  flex-direction: column;
}

/* Flyouts */

.hs-menu-wrapper.hs-menu-flow-vertical.flyouts ul {
  display: inline-flex;
}

@media (max-width: 767px) {
  .hs-menu-wrapper.hs-menu-flow-vertical ul {
    display: flex;
  }
}

.hs-menu-wrapper.flyouts .hs-item-has-children {
  position: relative;
}

.hs-menu-wrapper.flyouts .hs-menu-children-wrapper {
  left: -9999px;
  opacity: 0;
  position: absolute;
}

.hs-menu-wrapper.flyouts .hs-menu-children-wrapper a {
  display: block;
  white-space: nowrap;
}

.hs-menu-wrapper.hs-menu-flow-horizontal.flyouts .hs-item-has-children:hover > .hs-menu-children-wrapper {
  left: 0;
  opacity: 1;
  top: 100%;
}

.hs-menu-wrapper.hs-menu-flow-vertical.flyouts .hs-item-has-children:hover > .hs-menu-children-wrapper {
  left: 100%;
  opacity: 1;
  top: 0;
}

@media (max-width: 767px) {
  .hs-menu-wrapper.flyouts .hs-menu-children-wrapper,
  .hs-menu-wrapper.hs-menu-flow-horizontal.flyouts .hs-item-has-children:hover > .hs-menu-children-wrapper,
  .hs-menu-wrapper.hs-menu-flow-vertical.flyouts .hs-item-has-children:hover > .hs-menu-children-wrapper {
    left: 0;
    opacity: 1;
    position: relative;
    top: auto;
  }
}

/* CTA, logo, and rich text images */

.hs_cos_wrapper_type_cta img,
.hs_cos_wrapper_type_logo img,
.hs_cos_wrapper_type_rich_text img {
  height: auto;
  max-width: 100%;
}
/* Menu */

.menu--desktop {
  display: block;
}

.menu--mobile {
  display: none;
}

@media (max-width: 767px) {
  .menu--desktop {
    display: none;
  }

  .menu--mobile {
    display: block;
  }
}

/* Menu items */

.menu__item {
  position: relative;
}

.menu__link {
  font-size: 0.917rem;
  line-height: 1.667rem;
  text-decoration: none;
}

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

.menu__link--active-link,
.menu__link--active-branch {
  font-weight: bold;
}

@media (min-width: 768px) and (max-width: 1150px) {
  .menu__link {
    font-size: 0.833rem;
  }
}

@media (max-width: 767px) {
  .menu__item {
    display: block;
    width: 100%;
  }

  .menu__link {
    display: block;
    font-size: 1.083rem;
  }
}

/* Menu items - top level */

.menu__item--depth-1 {
  display: inline-block;
  padding: 0.7rem 0.875rem;
  text-transform: uppercase;
}

.menu__item--depth-1 > .menu__link--active-link:after {
  bottom: -3px;
  content: '';
  height: 2px;
  left: 0;
  position: absolute;
  width: 100%;
}

@media (max-width: 767px) {
  .menu__item--depth-1 {
    border-top: 2px solid #CED4DB;
    padding: 0;
  }

  .menu__item--depth-1 > .menu__link {
    padding: 0.35rem 1.225rem;
  }

  .menu__item--depth-1 > .menu__link--active-link:after {
    content: none;
  }
}

/* Menu items - submenus */

.menu__submenu {
  box-shadow: 0 2px 9px 0 rgba(0, 0, 0, 0.2);
  border-radius: 3px;
  display: none;
  left: 0;
  position: absolute;
  text-align: left;
  text-transform: none;
  top: 100%;
  width: 270px;
  z-index: 99;
}

.menu__item--open > .menu__submenu {
  display: block;
}

.menu__submenu--level-2 {
  transform: translateX(-50%);
}

/* Keeps the first menu item's drop down menu aligned to the left of the top level menu item */

.menu__item--depth-1:first-child .menu__submenu--level-2 {
  transform: unset;
}

.menu__submenu .menu__item {
  border-bottom: 1px solid #D1D6DC;
  padding: 0;
  width: 100%;
}

.menu__submenu .menu__link {
  display: block;
  padding: 0.7rem 1.05rem;
  transition: background-color 0.3s;
  width: 100%;
}

.menu__submenu--level-3 {
  left: 100%;
  top: 0;
}

/* Flyouts for the last two top level menu items go left to keep page responsive */

.menu__item--depth-1:nth-last-child(-n+2) .menu__submenu--level-3 {
  left: auto;
  right: 100%;
  top: 0;
}

/* Accounts for child toggle */

.menu__submenu .menu__item--has-submenu > .menu__link {
  padding-right: 3rem;
}

/* Creates the triangle at the top of the submenu drop down */

@media (min-width: 768px) {
  .menu__submenu--level-2 > .menu__item:first-child:before {
    border-radius: 6px;
    box-shadow: 0 2px 9px 0 rgb(0 0 0 / 20%);
    content: '';
    display: block;
    height: 30px;
    left: 125px;
    margin-left: 1rem;
    overflow: hidden;
    position: absolute;
    top: -12px;
    transform: rotate(45deg);
    transition: background-color .3s;
    width: 30px;
    z-index: 2;
  }

  /* Keeps triangle to the left for the first menu item's drop down menu */

  .menu__item--depth-1:first-child > .menu__submenu--level-2 > .menu__item:first-child:before {
    left: 0;
  }

  .menu__submenu--level-2 > .menu__item:first-child > .menu__link {
    position: relative;
    z-index: 2;
  }
}

@media (max-width: 767px) {
  .menu__submenu {
    border: none;
    border-radius: 0;
    box-shadow: none;
    position: static;
    transform: unset;
    width: 100%;
  }

  .menu__submenu .menu__item {
    background-color: #FFF;
    border-bottom: none;
    border-top: 2px solid #EBEFF3;
    padding: 0;
  }

  .menu__submenu .menu__link {
    display: block;
    padding: 0.7rem 2rem;
    transition: none;
    width: 100%;
  }

  .menu__submenu .menu__item .menu__link:hover,
  .menu__submenu .menu__item .menu__link:focus {
    background-color: inherit;
    transition: none;
  }

  .menu__item--has-submenu > .menu__link {
    width: 70%;
  }

  .menu__submenu--level-3 .menu__item .menu__link {
    padding: 0.7rem 3rem;
  }
}

/* Menu icons */

@media(min-width: 768px) {
  .menu__submenu .menu__child-toggle {
    margin-left: auto;
    padding: 0 1.05rem;
  }

  .menu__child-toggle {
    position: absolute;
    right: 5px;
    top: 30px;
    z-index: 2;
  }

  .menu__item--depth-1 > .menu__child-toggle {
    position: static;
    right: 0;
    top: 0;
    vertical-align: middle;
  }

  .menu__child-toggle-icon {
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    border-top-style: solid;
    border-top-width: 7px;
    display: block;
    height: 0;
    margin-left: 1px;
    width: 0;
  }
}

@media (max-width: 767px) {
  .menu__child-toggle {
    background-position: center right 30px;
    background-repeat: no-repeat;
    background-size: 20px;
    border: none;
    cursor: pointer;
    height: 55px;
    padding: 15px 0;
    position: absolute;
    right: 0;
    top: 0;
    width: 30%;
  }

  .menu__child-toggle-icon {
    background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTkiIGhlaWdodD0iMTkiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGcgc3Ryb2tlPSIjOTc5ODlGIiBzdHJva2Utd2lkdGg9IjIuNCIgZmlsbD0ibm9uZSIgZmlsbC1ydWxlPSJldmVub2RkIj48cmVjdCB4PSIxLjIiIHk9IjkuNiIgd2lkdGg9IjE2LjgiIGhlaWdodD0iMSIgcng9Ii41Ii8+PHJlY3QgdHJhbnNmb3JtPSJyb3RhdGUoOTAgOS42IDkuNikiIHg9IjEuMiIgeT0iOS42IiB3aWR0aD0iMTYuOCIgaGVpZ2h0PSIxIiByeD0iLjUiLz48L2c+PC9zdmc+);
    background-repeat: no-repeat;
    display: block;
    height: 20px;
    margin-left: auto;
    margin-right: 1.05rem;
    transition: transform 0.4s;
    width: 20px;
  }

  .menu__item--open > .menu__child-toggle .menu__child-toggle-icon {
    transform: rotate(45deg);
    transition: transform 0.4s;
  }
}

a.primary, button.primary {
    font-size: 16px;
    line-height: 18px;
    min-height: 48px;
    padding: 12px 20px;
    width: 180px;
    font-weight: 600;
    color: #fff;
   -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    background-color: #5300c9;
    border-radius: 8px;
    -webkit-box-shadow: 0 1px 4px rgba(0,0,0,.12);
    box-shadow: 0 1px 4px rgba(0,0,0,.12);
    cursor: pointer;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    font-family: Montserrat-semiBold,sans-serif !important;
    font-size: 16px;
    -webkit-justify-content: center;
    justify-content: center;
    letter-spacing: .02em;
    line-height: 20px;
    max-width: 100%;
    min-height: 56px;
    padding: 12px 33px;
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content
} 
a.primary:hover, button.primary:hover,
a.primary:focus, button.primary:focus,
a.primary:visited, button.primary:visited{
    background-image: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, .2)), to(rgba(0, 0, 0, .2)));
    background-image: linear-gradient(0deg, rgba(0, 0, 0, .2), rgba(0, 0, 0, .2));
    color: #fff;
}

a.secondary , button.secondary{
    border-radius: 8px;
    font-size: 14px;
    font-weight: 500;
    letter-spacing: .28px;
    line-height: 18px;
    border: 3px solid #5300c9;
    color: #5300c9;
    padding: 10px 18px;
}
a.secondary:hover, button.secondary:hover,
a.secondary:focus, button.secondary:focus,
a.secondary:visited, button.secondary:visited
{
    background-color: rgba(0, 0, 0, .1);
}

a.special, button.special {
font-size: 16px;
    line-height: 18px;
    min-height: 48px;
    padding: 12px 20px;
    width: 180px;
    border-radius: 8px;
    color: #4642ff;
    font-weight: 500;
    letter-spacing: .28px;
}

a.special:hover, button.special:hover,
a.special:focus, button.special:focus,
a.special:visited, button.special:visited
{
    background-color: rgba(0, 0, 0, .2);
}

/* @import url('http://example.com/example_style.css'); */

/***********************************************/
/* CSS @imports must be at the top of the file */
/* Add them above this section                 */
/***********************************************/

/*****************************************/
/* Start your style declarations here    */
/*****************************************/

@font-face {
  font-family: 'Montserrat';
  src: url('');
  src: local('Montserrat Light'), local('Montserrat-Light'),
       url('') format('embedded-opentype'),
       url('//25399012.fs1.hubspotusercontent-eu1.net/hubfs/25399012/raw_assets/public/bria-theme/src/css/fonts/Montserrat-Light.woff2') format('woff2'),
       url('//25399012.fs1.hubspotusercontent-eu1.net/hubfs/25399012/raw_assets/public/bria-theme/src/css/fonts/Montserrat-Light.woff') format('woff'),
       url('//25399012.fs1.hubspotusercontent-eu1.net/hubfs/25399012/raw_assets/public/bria-theme/src/css/fonts/Montserrat-Light.ttf') format('truetype');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Montserrat';
  src: url('');
  src: local('Montserrat Regular'), local('Montserrat-Regular'),
       url('') format('embedded-opentype'),
       url('//25399012.fs1.hubspotusercontent-eu1.net/hubfs/25399012/raw_assets/public/bria-theme/src/css/fonts/Montserrat-Regular.woff2') format('woff2'),
       url('//25399012.fs1.hubspotusercontent-eu1.net/hubfs/25399012/raw_assets/public/bria-theme/src/css/fonts/Montserrat-Regular.woff') format('woff'),
       url('//25399012.fs1.hubspotusercontent-eu1.net/hubfs/25399012/raw_assets/public/bria-theme/src/css/fonts/Montserrat-Regular.ttf') format('truetype');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Montserrat';
  src: url('');
  src: local('Montserrat Medium'), local('Montserrat-Medium'),
       url('') format('embedded-opentype'),
       url('//25399012.fs1.hubspotusercontent-eu1.net/hubfs/25399012/raw_assets/public/bria-theme/src/css/fonts/Montserrat-Medium.woff2') format('woff2'),
       url('//25399012.fs1.hubspotusercontent-eu1.net/hubfs/25399012/raw_assets/public/bria-theme/src/css/fonts/Montserrat-Medium.woff') format('woff'),
       url('//25399012.fs1.hubspotusercontent-eu1.net/hubfs/25399012/raw_assets/public/bria-theme/src/css/fonts/Montserrat-Medium.ttf') format('truetype');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Montserrat-Regular';
  src: url('');
  src: local('Montserrat Regular'), local('Montserrat-Regular'),
       url('') format('embedded-opentype'),
       url('//25399012.fs1.hubspotusercontent-eu1.net/hubfs/25399012/raw_assets/public/bria-theme/src/css/fonts/Montserrat-Regular.woff2') format('woff2'),
       url('//25399012.fs1.hubspotusercontent-eu1.net/hubfs/25399012/raw_assets/public/bria-theme/src/css/fonts/Montserrat-Regular.woff') format('woff'),
       url('//25399012.fs1.hubspotusercontent-eu1.net/hubfs/25399012/raw_assets/public/bria-theme/src/css/fonts/Montserrat-Regular.ttf') format('truetype');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Montserrat-semiBold';
  src: url('');
  src: local('Montserrat semiBold'), local('Montserrat-semiBold'),
       url('') format('embedded-opentype'),
       url('//25399012.fs1.hubspotusercontent-eu1.net/hubfs/25399012/raw_assets/public/bria-theme/src/fonts/Montserrat-semiBold.woff2') format('woff2'),
       url('//25399012.fs1.hubspotusercontent-eu1.net/hubfs/25399012/raw_assets/public/bria-theme/src/fonts/Montserrat-semiBold.woff') format('woff'),
       url('//25399012.fs1.hubspotusercontent-eu1.net/hubfs/25399012/raw_assets/public/bria-theme/src/fonts/Montserrat-semiBold.ttf') format('truetype');
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Montserrat';
  src: url('');
  src: url('') format('embedded-opentype'),
       url('//25399012.fs1.hubspotusercontent-eu1.net/hubfs/25399012/raw_assets/public/bria-theme/src/fonts/Montserrat-Bold.woff2') format('woff2'),
       url('//25399012.fs1.hubspotusercontent-eu1.net/hubfs/25399012/raw_assets/public/bria-theme/src/fonts/Montserrat-Bold.woff') format('woff'),
       url('') format('truetype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Space Grotesk';
  src: url('');
  src: url('') format('embedded-opentype'),
       url('//25399012.fs1.hubspotusercontent-eu1.net/hubfs/25399012/raw_assets/public/bria-theme/src/fonts/SpaceGrotesk-Light.woff2') format('woff2'),
       url('//25399012.fs1.hubspotusercontent-eu1.net/hubfs/25399012/raw_assets/public/bria-theme/src/fonts/SpaceGrotesk-Light.woff') format('woff');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Space Grotesk';
  src: url('');
  src: url('') format('embedded-opentype'),
       url('//25399012.fs1.hubspotusercontent-eu1.net/hubfs/25399012/raw_assets/public/bria-theme/src/fonts/SpaceGrotesk-Medium.woff2') format('woff2'),
       url('//25399012.fs1.hubspotusercontent-eu1.net/hubfs/25399012/raw_assets/public/bria-theme/src/fonts/SpaceGrotesk-Medium.woff') format('woff');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Space Grotesk';
  src: url('');
  src: url('') format('embedded-opentype'),
       url('') format('woff2'),
       url('') format('woff');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}


/* Utilities
Helper classes with ability to override anything that comes before it
*/

/* For content that needs to be visually hidden but stay visible for screenreaders */

.show-for-sr {
  border: 0 !important;
  clip: rect(0, 0, 0, 0) !important;
  height: 1px !important;
  overflow: hidden !important;
  padding: 0 !important;
  position: absolute !important;
  white-space: nowrap !important;
  width: 1px !important;
}

@media (max-width: 767px) {
  .show-for-sr--mobile {
    border: 0 !important;
    clip: rect(0, 0, 0, 0) !important;
    height: 1px !important;
    overflow: hidden !important;
    padding: 0 !important;
    position: absolute !important;
    white-space: nowrap !important;
    width: 1px !important;
  }
}

.product-description {
    background: green;
}