/* Theme base styles */

/* Generic */

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

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

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

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

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

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

body {
  margin: 0;
}

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

main {
  display: block;
}

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

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

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

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

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

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

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

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

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

a {
  background-color: transparent;
}

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

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

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

b,
strong {
  font-weight: bolder;
}

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

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

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

small {
  font-size: 80%;
}

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

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

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

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

img {
  border-style: none;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

progress {
  vertical-align: baseline;
}

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

textarea {
  overflow: auto;
}

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

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

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

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

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

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

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

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

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

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

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

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

details {
  display: block;
}

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

summary {
  display: list-item;
}

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

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

template {
  display: none;
}

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

[hidden] {
  display: none;
}

/* Objects */

/* 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 ;
    }
}
/* Content wrappers for blog post and system templates */

.content-wrapper {
  padding: 0 20px;
  margin: 0 auto;
}

.content-wrapper-full{
  max-width: calc(1230px + 40px) !important;
}

/* Drag and drop layout styles */

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

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

  .content-wrapper {
    padding: 0 32px;
    margin: 0 auto;
  }

}

/* Elements */

html {
  position: relative;
}

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

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 1.4rem;
  font-size: 1rem;
  font-weight: 500;
}

/* Anchors */

a {
  cursor: pointer;
}

/* Headings */

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

/* Lists */

ul,
ol {
  padding-left: 1rem;
  margin: 0 0 1.4rem;
}

ul li,
ol li {
  margin: 0.7rem;
}

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

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

.no-list li {
  margin: 0;
}

/* Code blocks */

pre {
  overflow: auto;
}

code {
  vertical-align: bottom;
}

/* Blockquotes */

blockquote {
  padding-left: 1rem;
  border-left: 10px solid;
  margin: 0 0 1.4rem;
}

/* Horizontal rules */

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

/* Subscripts and superscripts */

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

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

/* Image alt text */

img {
  font-size: 1rem;
  word-break: normal;
}
/* =================== DEFAULT CTA STYLING =================== */

.default-cta{
    border-radius: 70px;
    display: inline-flex;
    padding: 16px 32px;
    text-decoration: none;
    color: white;
    font-size: 14px;
    font-weight: 500;
    transition: 0.5s ease-in-out;
}

.default-cta:hover{
    box-shadow: 0px 4px 24px rgba(0, 0, 0, 0.45);
}

/* =================== COLOURS =================== */


.default-cta.pink-primary{
    background: #FF117F;
}

.default-cta.maroon-primary{
    background-color: #A61F20;
}

.default-cta.yellow-primary{
    background-color: #EDC62E;
}

.default-cta.d-green-primary{
    background-color: #00A72F;
}

.default-cta.l-green-primary{
    background-color: #79D642;
}

.default-cta.l-blue-primary{
    background-color: #6EC4EA;
}

.default-cta.l-purple-primary{
    background-color: #461372;
}

.default-cta.d-purple-primary{
    background-color: #361A44;
}



/* =================== ALTERNATIVE CTA STYLING =================== */

.alternative-cta{
    border-radius: 70px;
    display: inline-flex;
    padding: 16px 32px;
    text-decoration: none;
    font-size: 14px;
    font-weight: bold;
    transition: 0.5s ease-in-out;
    border-width: 1px;
    border-style: solid;
    background-color: transparent;
}

/* =================== COLOURS =================== */

.alternative-cta.pink-primary{
    color: #FF117F;
    border-color: #FF117F;
}

.alternative-cta.pink-primary:hover{
    color: white;
    background-color: #FF117F;
}


.alternative-cta.maroon-primary{
    color:  #A61F20;
    border-color:  #A61F20;
}

.alternative-cta.maroon-primary:hover{
    color: white;
    background-color:  #A61F20;
}

.alternative-cta.yellow-primary{
    color: #EDC62E;
    border-color: #EDC62E;
}

.alternative-cta.yellow-primary:hover{
    color: white;
    background-color: #EDC62E;
}

.alternative-cta.d-green-primary{
    color: #00A72F;
    border-color: #00A72F;
}

.alternative-cta.d-green-primary:hover{
    color: white;
    background-color: #00A72F;
}

.alternative-cta.l-green-primary{
    color: #79D642;
    border-color: #79D642;
}

.alternative-cta.l-green-primary:hover{
    color: white;
    background-color: #79D642;
}

.alternative-cta.l-blue-primary{
    color: #6EC4EA;
    border-color: #6EC4EA;
}

.alternative-cta.l-blue-primary:hover{
    color: white;
    background-color: #6EC4EA;
}

.alternative-cta.l-purple-primary{
    color: #461372;
    border-color: #461372;
}

.alternative-cta.l-purple-primary:hover{
    color: white;
    background-color: #461372;
}

.alternative-cta.d-purple-primary{
    color:  #361A44;
    border-color:  #361A44;
}

.alternative-cta.d-purple-primary:hover{
    color: white;
    background-color: #361A44;
}



/* =================== SMALL DEFAULT CTA =================== */

.small-default-cta{
    font-size: 16px;
    text-decoration: none;
    line-height: 22px;
}

.small-default-cta::after{
    content: "+";
    top: auto;
    margin-left: 8px;
    
}

/* =================== COLOURS =================== */

.small-default-cta.pink-primary{
    color: #FF117F;
}

.small-default-cta.pink-primary:hover{
    color: #361A44;
}


.small-default-cta.maroon-primary{
    color: #A61F20;
}

.small-default-cta.maroon-primary:hover{}

.small-default-cta.yellow-primary{
    color: #EDC62E;
}

.small-default-cta.yellow-primary:hover{}

.small-default-cta.d-green-primary{
    color: #00A72F;
}

.small-default-cta.d-green-primary:hover{}

.small-default-cta.l-green-primary{
    color: #79D642;
}

.small-default-cta.l-green-primary:hover{}

.small-default-cta.l-blue-primary{
    color:  #6EC4EA;
}

.small-default-cta.l-blue-primary:hover{}

.small-default-cta.l-purple-primary{
    color:  #461372;
}

.small-default-cta.l-purple-primary:hover{}

.small-default-cta.d-purple-primary{
    color:  #361A44;
}

.small-default-cta.d-purple-primary{}




@media screen and (max-width: 768px) {
    .default-cta, .alternative-cta{
        display: block;
        text-align: center;
    }
}
/* Form title */

.form-title {
  margin: 0;
}

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

/* Labels */

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

/* Form fields */

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

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 input[type='search'],
form select{
  display: inline-block;
  border-radius: 24px;
  padding: 16px 32px;
  width: 100% !important; /* stylelint-disable-line declaration-no-important */
  border: 1.5px solid #361A44;
  background-color: transparent;
}
form select{
   /** for the dropdown indicator */
   appearance: none;
   background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='currentColor' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3e%3cpolyline points='6 9 12 15 18 9'%3e%3c/polyline%3e%3c/svg%3e");
   background-repeat: no-repeat;
   background-position: right 1rem center;
   background-size: 1em;
}
input::placeholder, textarea::placeholder{
  color: #361A44;
  font-weight: 400;
  font-size: 16px;
}


form textarea {
  display: inline-block;
  border-radius: 5px;
  padding: 16px 32px;
  width: 100% !important; /* stylelint-disable-line declaration-no-important */
  border: 1.5px solid #361A44;
  background-color: transparent;
  max-height: 90px!important;
  min-height: 60px;
}

form fieldset {
  max-width: 100% !important; /* stylelint-disable-line declaration-no-important */
}

/* Form fields - checkbox/radio */

form .inputs-list {
  padding: 0;
  margin: 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;
  flex: 100%;
}

form input[type='checkbox'],
form input[type='radio'] {
  margin-right: 0.35rem;
  cursor: pointer;
}

/* Form fields - date picker */

form .hs-dateinput {
  position: relative;
}

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

form .is-selected .pika-button {
  border-radius: 0 !important; /* stylelint-disable-line declaration-no-important */
  box-shadow: none !important; /* stylelint-disable-line declaration-no-important */
}

form .fn-date-picker .pika-button:hover,
form .fn-date-picker .pika-button:focus {
  border-radius: 0 !important; /* stylelint-disable-line declaration-no-important */
}

/* Form fields - file picker */

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

/* Headings and text */

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

form .hs-richtext img {
  height: auto;
  max-width: 100% !important; /* stylelint-disable-line declaration-no-important */
}

/* GDPR */

form .legal-consent-container .hs-form-booleancheckbox-display > span {
  margin-left: 1rem !important; /* stylelint-disable-line declaration-no-important */
}

/* Validation */

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

form .hs-input.error {
  border-color: #ef6b51;
}

form .hs-error-msg,
form .hs-error-msgs {
  margin-top: 0.35rem;
  color: #ef6b51;
}

/* Submit button */

form input[type='submit'],
form .hs-button {
  display: inline-block;
  width: 100%;
  cursor: pointer;
  text-align: center;
  transition: all 0.15s linear;
  white-space: normal !important; /* stylelint-disable-line declaration-no-important */
}

/* Captcha */

.grecaptcha-badge {
  margin: 0 auto;
}

/* Custom CSS */

body form .legal-consent-container .hs-form-booleancheckbox-display>span{
  margin-left: 0 !important;
}
.hs-form-booleancheckbox{
  margin: 50px 0px;
  border-top: 1px solid #361A44;
  padding-top: 32px;
  padding-bottom: 32px;
}

.hs-form-booleancheckbox label{
  font-size: 14px;
  line-height: 17px;
  color: #7C7D81;
  display: flex;
 
}

form .hs-button, form input[type=submit] {
  border-radius: 70px;
  display: inline-flex;
  padding: 16px 64px;
  text-decoration: none;
  color: white;
  font-size: 14px;
  font-weight: bold;
  transition: 0.5s ease-in-out;
  background-color: #FF117F;
  width: auto;
  border: 0px;
}

form .hs-button, form input[type=submit]:hover {
  box-shadow: 0px 4px 24px rgba(0, 0, 0, 0.15);
}

 

fieldset.form-columns-1 input[type=checkbox], .hs-form-b8423951-d5ca-49c6-b530-45b52761de69_e07953fe-82ef-4d23-a648-ac4230f66f80 fieldset.form-columns-1 input[type=radio] {
  width: 30px!important;
  height: 30px!important;
  margin-right: 20px;
  margin-top:0;
}

form input[type=checkbox], form input[type=radio] {
  width: 30px!important;
  height: 30px!important;
  margin-right: 20px;margin-top:0;
}
form input[type=checkbox]:focus-visible{
  outline: none!important;
}
form input[type=checkbox]{
flex: 50px;
}

form input[type=checkbox]+span{
  margin-top: 5px;
}

.form-columns-2 label, .hs_message label{
  display: none!important;
}

fieldset.form-columns-2 .input {
  margin-right: 0px!important;
}

fieldset.form-columns-2 {
  display: flex!important;
  flex-direction: row!important;
  gap: 24px;
}

@media screen and (max-width: 768px){

  fieldset.form-columns-2 {
    flex-direction: column!important;
    gap: 0px;
  }

  fieldset.form-columns-2 .hs-form-field {
    width: 100%!important;
  }
  
}
/* Load spinner */

.lds-spinner {
  opacity: 0;
  position: relative;
  right: 0;
  left: 0;
  display: block;
  margin: 20px auto;
  transform: scale(0.5);
  transform: all 0.3s;
}
.lds-spinner.active {
  opacity: 1;
  width: 80px;
  height: 80px;
}
.lds-spinner div {
  transform-origin: 40px 40px;
  animation: lds-spinner 1.2s linear infinite;
}
.lds-spinner div:after {
  content: " ";
  display: block;
  position: absolute;
  top: 3px;
  left: 37px;
  width: 6px;
  height: 18px;
  border-radius: 20%;
  background: #202349;
}
.lds-spinner div:nth-child(1) {
  transform: rotate(0deg);
  animation-delay: -1.1s;
}
.lds-spinner div:nth-child(2) {
  transform: rotate(30deg);
  animation-delay: -1s;
}
.lds-spinner div:nth-child(3) {
  transform: rotate(60deg);
  animation-delay: -0.9s;
}
.lds-spinner div:nth-child(4) {
  transform: rotate(90deg);
  animation-delay: -0.8s;
}
.lds-spinner div:nth-child(5) {
  transform: rotate(120deg);
  animation-delay: -0.7s;
}
.lds-spinner div:nth-child(6) {
  transform: rotate(150deg);
  animation-delay: -0.6s;
}
.lds-spinner div:nth-child(7) {
  transform: rotate(180deg);
  animation-delay: -0.5s;
}
.lds-spinner div:nth-child(8) {
  transform: rotate(210deg);
  animation-delay: -0.4s;
}
.lds-spinner div:nth-child(9) {
  transform: rotate(240deg);
  animation-delay: -0.3s;
}
.lds-spinner div:nth-child(10) {
  transform: rotate(270deg);
  animation-delay: -0.2s;
}
.lds-spinner div:nth-child(11) {
  transform: rotate(300deg);
  animation-delay: -0.1s;
}
.lds-spinner div:nth-child(12) {
  transform: rotate(330deg);
  animation-delay: 0s;
}
@keyframes lds-spinner {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}

/* Icon wrapper */

.icon {
  display: inline-flex;
  border-radius: 50%;
}

.icon--square .icon {
  border-radius: 0;
}

/* Icon */

.icon svg {
  vertical-align: middle;
}
/* Table */

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

/* Table cells */

th,
td {
  padding: 0.7rem;
  vertical-align: top;
}

/* Table header */

thead th,
thead td {
  vertical-align: bottom;
}


table {
	border-collapse: collapse;
}
table td {
	padding: 15px;
}
table thead td {
	background-color: #54585d;
	color: #ffffff;
	font-weight: bold;
	font-size: 13px;
	border: 1px solid #54585d;
}
table tbody td {
	color: #636363;
	border: 1px solid #dddfe1;
}
table tbody tr {
	background-color: #f9fafb;
}
table tbody tr:nth-child(odd) {
	background-color: #ffffff;
}

/* Components */

/* Navigation skipper */

.header__skip {
  position: absolute;
  top: -1000px;
  left: -1000px;
  overflow: hidden;
  height: 1px;
  width: 1px;
  text-align: left;
}

.header__skip:hover,
.header__skip:focus,
.header__skip:active {
  z-index: 2;
  top: 0;
  left: 0;
  overflow: visible;
  height: auto;
  width: auto;
}
/* Rich text */

.widget-type-rich_text img {
  height: auto;
  max-width: 100%;
}

/* Utilities */

img {
  max-width: 100%;
  height: auto;
}
a,a.button {
  transition: all 0.3s;
}
a.cover {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
}
.d-grid {
  display: grid;
}

.d-flex {
  display: flex;
}

.d-block {
  display: block;
}

.d-none {
  display: none;
}

.flex-wrap {
  flex-wrap: wrap;
}

.justify-content-start {
  justify-content: flex-start;
}

.justify-content-center {
  justify-content: center;
}

.justify-content-between {
  justify-content: space-between;
}

.justify-content-around {
  justify-content: space-around;
}

.justify-content-end {
  justify-content: flex-end;
}

.align-items-start {
  align-items: flex-start;
}

.align-items-end {
  align-items: flex-end;
}

.align-items-center {
  align-items: center;
}

.align-items-baseline {
  align-items: baseline;
}

.align-items-stretch {
  align-items: stretch;
}

.flex-row {
  flex-direction: row;
}

.flex-row-reverse {
  flex-direction: row-reverse;
}

.flex-column {
  flex-direction: column;
}

.flex-column-reverse {
  flex-direction: column-reverse;
}

.text-center {
  text-align: center;
}
.w-100 {
  width: 100%;
}

/* = box shadows -------------------- */
.shadow {
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1), 0 1px 2px 0 rgba(0, 0, 0, 0.06);
}

.shadow-md {
  box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1),
    0 2px 4px -1px rgba(0, 0, 0, 0.06);
}

.shadow-lg {
  box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1),
    0 4px 6px -2px rgba(0, 0, 0, 0.05);
}

.shadow-xl {
  box-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1),
    0 10px 10px -5px rgba(0, 0, 0, 0.04);
}

.shadow-2xl {
  box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25);
}

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

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

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

/* Macros */
.card {
  border: 0;
  position: relative;
  display: flex;
  height: 100%;
  width: 100%;
  padding: 0;
  flex-direction: column;
}
.card_body {
  flex: 1;
  height: 100%;
  margin-bottom: 20px;
}
.card_header{

}
.card_featured-img{

}
.card_tags{

}
.card_date{

}
.card_author{

}
.card_author-name{

}
.card_title{

}
.card_footer{

}
.card a:not(.cover) {
  position: relative;
  z-index: 1;
}
.card.service-card {
  transition: transform 0.3s ease-in-out;
}
.card.service-card:hover {
  transform: translate(0, -10px);
}
.card.office-card {
  background: #000;
}

/* Sections */




/* ===================== GLOBAL STYLE ====================== */

.bg-shape svg{
	height:100%;
}

.bg-shape svg .shape{
	mix-blend-mode: multiply;
}







/* ===================== HOME HERO BANNER ====================== */


section.home-hero-wrapper{
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	width: 100%;
	padding: 64px 0px;
	overflow: hidden;
}


section.home-hero-wrapper .content-wrapper{
	display: flex;
	flex-direction: row;
	justify-content: center;
	align-items: center;
	width: 100%;
	gap: 100px;
}

section.home-hero-wrapper .content-wrapper .home-hero-column{
	display: flex;
	flex-direction: column;
}

section.home-hero-wrapper .content-wrapper .home-hero-column.content{
	width: 45%;
}

section.home-hero-wrapper .content-wrapper .home-hero-column.content .cta {
	margin-top: 40px;
}

section.home-hero-wrapper .content-wrapper .home-hero-column.image{
	position: relative;
	aspect-ratio: 1/1;
	width: 55%;
}

section.home-hero-wrapper .content-wrapper .home-hero-column.image .bg-shape{
	position: absolute;
	top: 0;
	left: 50%;
	height: 100%;
	width: 100%;
	z-index: 0;
	mix-blend-mode: multiply;
}


section.home-hero-wrapper .content-wrapper .home-hero-column.image .hero-image{
	height: 100% !important;
	width: auto;
	object-fit: cover;
	object-position: center;
	border-radius: 100%;
}



@media screen and (max-width: 768px){

	section.home-hero-wrapper .content-wrapper{
		flex-direction: column;
		gap: 50px;
		justify-content: flex-start;
		align-items: flex-start;
		padding: 0px 32px;
	}

	section.home-hero-wrapper .content-wrapper .home-hero-column.image{
		width: 100%;
	}

	section.home-hero-wrapper .content-wrapper .home-hero-column.content{
		width: 100%;
	}

	section.home-hero-wrapper .content-wrapper .home-hero-column.content p:last-of-type{
		margin-bottom: 0px;
	}

	section.home-hero-wrapper .content-wrapper .home-hero-column.image{
		position: relative;
		aspect-ratio: none;
		width: 100%;

	}

	section.home-hero-wrapper .content-wrapper .home-hero-column.image .hero-image{
		width: auto;
		object-fit: cover;
		object-position: center;
		border-radius: 100%;
	}



}

/* ===================== SHAPE LONG LEFT ====================== */


section.long-left-hero{
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	width: 100%;
	padding: 64px 0px;
	overflow: hidden;
}

section.long-left-hero .content-wrapper{
	display: flex;
	flex-direction: row;
	justify-content: center;
	align-items: stretch;
	width: 100%;
}

section.long-left-hero .content-wrapper .long-left-column.content{
	width: 60%;
	position: relative;
	z-index: 2;
	padding: 90px 64px 0px 90px;
}

section.long-left-hero .content-wrapper .long-left-column.image{
	position: relative;
	width: 40%;
	aspect-ratio: 1/1;
}

section.long-left-hero .content-wrapper .long-left-column.image .hero-image{
	width: 100%;
	object-fit: cover;
	object-position: center;
	border-radius: 100%;
	height: 100%;
	mix-blend-mode: multiply;
	position: relative;
	z-index: 2;
	aspect-ratio: 1/1;
}

section.long-left-hero .content-wrapper .long-left-column.image .bg-shape{
	height: 100%;
	left: -50%;
	position: absolute;
	top: 0;
	width: 100%;
	transform: rotateZ(180deg);
	z-index: 1;
}


section.long-left-hero .content-wrapper .long-left-column.image .bg-shape svg .shape{
	mix-blend-mode: multiply;
}


@media screen and (max-width: 1024px) {

	section.long-left-hero {
		align-items: center;
		display: flex;
		flex-direction: column;
		justify-content: center;
		overflow: hidden;
		padding-top: 100px;
		padding-bottom: 32px;
		width: 100%;
	}

	section.long-left-hero .content-wrapper{
		flex-direction: column;
		gap: 80px;
	}

	section.long-left-hero .content-wrapper .long-left-column.content{
		width: 100%;
		position: relative;
		z-index: 2;
		padding: 0px 16px;
	}

	section.long-left-hero .content-wrapper .long-left-column.image{
		position: relative;
		width: 100%;
		aspect-ratio: 1/1;
	}

	section.long-left-hero .content-wrapper .long-left-column.image .bg-shape{
		height: 100%;
		position: absolute;
		top: -60%;
		left: 0;
		width: 100%;
		transform: rotateZ(-90deg);
		z-index: 1;
	}

}


/* ===================== SHAPE LONG DYNAMIC WIDTH ====================== */


section.shape-right-dynamic-hero{
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	width: 100%;
	padding: 64px 0px;
	overflow: hidden;
}

section.shape-right-dynamic-hero .content-wrapper{
	display: flex;
	flex-direction: row;
	justify-content: flex-start;
	align-items: center;
	width: 100%;
	gap: 64px;
}

section.shape-right-dynamic-hero .content-wrapper .shape-right-dynamic-column.content{
	position: relative;
	z-index: 2;
}

section.shape-right-dynamic-hero .content-wrapper .shape-right-dynamic-column.content .cta{
	margin-top: 40px;
}

section.shape-right-dynamic-hero .content-wrapper .shape-right-dynamic-column.image{
	position: relative;
}

section.shape-right-dynamic-hero .content-wrapper .shape-right-dynamic-column.image .hero-image{
	width: auto;
	object-fit: cover;
	object-position: center;
	border-radius: 100%;
	height: 100vh;
	mix-blend-mode: multiply;
	position: relative;
	z-index: 2;
	max-height: 400px;
	aspect-ratio: 1/1;
}

section.shape-right-dynamic-hero .content-wrapper .shape-right-dynamic-column.image .bg-shape{
	height: 100%;
	position: absolute;
	top: 0;
	width: 100%;
	z-index: 1;
}


/* Sneaky Cheat For the Larger Height on the about us Page */

#hs_cos_wrapper_module_16852112721795 section.shape-right-dynamic-hero .content-wrapper .shape-right-dynamic-column.image .hero-image{
	max-height: 520px;
}

section.shape-right-dynamic-hero .content-wrapper .shape-right-dynamic-column.image .bg-shape svg .shape{
	mix-blend-mode: multiply;
}


@media screen and (max-width: 1023px) {

	section.shape-right-dynamic-hero .content-wrapper{
		display: flex;
		flex-direction: column;
	}
	section.shape-right-dynamic-hero .content-wrapper .shape-right-dynamic-column.content{
		width:100%!important;
	}

	section.shape-right-dynamic-hero .content-wrapper .shape-right-dynamic-column.image{
		width:100%!important;
	}

	section.shape-right-dynamic-hero .content-wrapper .shape-right-dynamic-column.image .hero-image{
		max-height: 325px!important;
		aspect-ratio: 1/1;
	}  

	section.shape-right-dynamic-hero .content-wrapper .shape-right-dynamic-column.image .bg-shape {
		left: 15vw!important;
	}
}

@media screen and (max-width: 767px) {

	section.shape-right-dynamic-hero .content-wrapper{
		display: flex;
		flex-direction: column;
	}
	section.shape-right-dynamic-hero .content-wrapper .shape-right-dynamic-column.content{
		width:100%!important;
	}

	section.shape-right-dynamic-hero .content-wrapper .shape-right-dynamic-column.image{
		width:100%!important;
	}

	section.shape-right-dynamic-hero .content-wrapper .shape-right-dynamic-column.image .hero-image{
		max-height: 325px!important;
		aspect-ratio: 1/1;
	} 

	section.shape-right-dynamic-hero .content-wrapper .shape-right-dynamic-column.image .bg-shape {
		left: 55vw!important;
	}
}


/* ===================== FORM BANNER ====================== */

section.form-hero-banner-wrapper{
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	width: 100%;
	padding: 100px 0px;
	position: relative;
	overflow: hidden;
}

section.form-hero-banner-wrapper .bg-shape{
	height: 350px;
	left: 175px;
	pointer-events: none;
	position: absolute;
	bottom: 20%;
	transform: rotate(145deg);
	width: 250px;
	z-index: 1;

}

section.form-hero-banner-wrapper .content-wrapper{
	display: flex;
	flex-direction: row;
	justify-content: flex-start;
	align-items: start;
	gap: 100px;
	position: relative;
	z-index: 2;
	width: 100%;
}

section.form-hero-banner-wrapper .content-wrapper .form-hero-column{
	width: 50%;
}

section.form-hero-banner-wrapper .content-wrapper .form-hero-column.form{
	background-color: white;
	border-radius: 20px;
	box-shadow: 0px 3px 3px rgba(0, 0, 0, 0.160784);
	padding: 50px 40px;
}


@media screen and (max-width: 768px) {

	section.form-hero-banner-wrapper .content-wrapper{
		flex-direction: column;
		gap: 32px;
		padding: 0px 32px;
	}


	section.form-hero-banner-wrapper .content-wrapper .form-hero-column.content p:last-of-type{
		margin-bottom: 0px;
	}

	section.form-hero-banner-wrapper .content-wrapper .form-hero-column{
		width: 100%;
	}

}









.ls-wrapper{
	width: 100%;
	display: flex;
	justify-content: flex-start;
	overflow: hidden;
	padding: 0px;
}

.ls-wrapper .title-nav{
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	align-items: center;
}

.ls-wrapper .title-nav h2{
	margin: 0;
}

.ls-wrapper .title-nav .ls-scrollbar{
	height: 1px;
	width: 50%;
	display: flex;
	justify-content: flex-end;
	position: relative;
}

.ls-wrapper .title-nav .ls-scrollbar .swiper-scrollbar-drag{
	height: 6px;
	position: absolute;
	top: -2px;
	left: 0px;
	border-radius: 0px;
}

.ls-wrapper .swiper-wrapper{
	transition-timing-function: linear;
	margin-bottom: 64px;
}

.ls-wrapper .content-wrapper .swiper-wrapper{
	transition-timing-function: linear;
}

.ls-wrapper .swiper-wrapper .swiper-slide{
	height: auto;
}


.ls-wrapper .content-wrapper p{
	font-weight: bold;
	font-size: 16px;
	text-align: center;
}

.ls-logo {
	min-height: 60px;
	display: flex;
	align-items: center;
	justify-content: center;
}

.ls-logo img{
	width: 100%;
	max-height: 55px;
	display: block;
	object-fit: contain;
	filter: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg'><filter id='grayscale'><feColorMatrix type='matrix' values='0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0'/></filter></svg>#grayscale");
	-webkit-filter: grayscale(100%);
	-moz-filter:    grayscale(100%);
	-ms-filter:     grayscale(100%);
	-o-filter:      grayscale(100%);
	filter:         grayscale(100%);
	opacity: 0.6;
	transition: 0.15s ease-in-out;
	cursor:pointer;
	position: relative;
}

.ls-logo img:hover{
	opacity: 1;
}


.ls-arrows{
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	position: absolute;
	bottom: 0px;
	left: 0%;
	width: 100%;
	z-index: 15;
}

.ls-arrows .arrow{
	width: 24px;
	height: auto;
	cursor: pointer;
}

.ls-arrows .arrow.swiper-button-disabled{
	opacity: 0.5;
}

.ls-arrows .arrow svg{
	width: 100%;
	height: 22px;
}

@media screen and (max-width: 768px){

	.ls-wrapper{
		margin-top: 0px;
	}

	.ls-wrapper .content-wrapper{
		padding: 24px;
		border-radius: 0px;
		width: 100%;
	}
}














section.solutions-wrapper{
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	width: 100%;
	overflow: hidden;
	padding-top: 90px;
	padding-bottom: 16px;
}

section.solutions-wrapper .card-title{
	color: white!important;
}

section.solutions-wrapper .content-wrapper.title{
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	align-items: center;
	width: 100%;
	margin-bottom: 60px;
	padding: 0px 0px 32px 0px;

}

section.solutions-wrapper .content-wrapper.title .subtitle{
	font-size: 20px;
	color: #ff117f!important;
	font-weight: 500;
}

section.solutions-wrapper .content-wrapper.title h2{
	margin-bottom: 0px;
}


section.solutions-wrapper .content-wrapper.cards{
	display: flex;
	flex-direction: row;
	justify-content: center;
	align-items: stretch;
	gap: 40px;
	flex-wrap: wrap;
	padding: 0px;
}

section.solutions-wrapper .content-wrapper.cards .card{
	margin-bottom: 0px;
	position: relative;
	width: calc(100% /2 - 28px);
	align-self: start;
	z-index: 2;
}

section.solutions-wrapper .content-wrapper.cards .card .featured-image{
	max-height: 90px;
	padding: 24px 40px;
	display: flex;
	justify-content: flex-start;
	align-items: center;
	border-radius: 0px;
}

section.solutions-wrapper .content-wrapper.cards .card .featured-image .solution-title{
	color: white!important;
	font-size: 30px;
	margin-bottom: 0px;
	font-weight: 500;
}

section.solutions-wrapper .content-wrapper.cards .card .expand-button{
	position: absolute;
	bottom: 16px;
	right: 16px;
	background-color: #ff117f;
	color: white;
	border-radius: 100%;
	width: 30px;
	height: 30px;
	display: flex;
	justify-content: center;
	align-items: center;
	cursor: pointer;
	z-index: 5;
	opacity: 1;
}
section.solutions-wrapper .content-wrapper.cards .card.is_truncated .expand-button{
	opacity: 1;
}

section.solutions-wrapper .content-wrapper.cards .card .cover-link{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 4;
}

section.solutions-wrapper .content-wrapper.cards .card .card-content .description{
	margin-bottom: 32px;
}

section.solutions-wrapper .content-wrapper.cards .card .card-content .description.truncated{
	-webkit-line-clamp: 10;
}

@media screen and (max-width: 1024px) {
	section.solutions-wrapper .content-wrapper.cards .card{
		width: calc(100%/2 - 28px);
	}
}

@media screen and (max-width: 768px) {

	section.solutions-wrapper .content-wrapper.cards{
		max-width:100%;
	}

	section.solutions-wrapper .content-wrapper.cards{
		flex-direction: column;
	}

	section.solutions-wrapper .content-wrapper.cards .card{
		width: 100%;
	}

	#hs_cos_wrapper_widget_1685610235993 section.solutions-wrapper {
		background: linear-gradient(180deg,#FFFFFF 85%,#F7EFE5 85%)!important;
	}

	section.solutions-wrapper .content-wrapper.cards .card .expand-button {
		opacity: 1;
	}

}







section.testimonial-carousel-wrapper{
	position: relative;
}

section.testimonial-carousel-wrapper .bg-shape {
	height: 100%;
	pointer-events: none;
	position: absolute;
	left: -80vw;
	top: 0;
	transform: rotateZ(180deg);
	width: 100vw;
	z-index: 1;
	mix-blend-mode: multiply;
	max-height: 520px;
}

section.testimonial-carousel-wrapper .swiper .swiper-wrapper .swiper-slide .testimonial .content-wrapper{
	display: flex;
	flex-direction: row;
	justify-content: center;
	align-items: flex-start;
	gap: 50px;
}

section.testimonial-carousel-wrapper .swiper .swiper-wrapper .swiper-slide .testimonial .content-wrapper .testimonial-column{
	width: 50%;
}

section.testimonial-carousel-wrapper .swiper .swiper-wrapper .swiper-slide .testimonial .content-wrapper .testimonial-column.content .testimonial-content{
}

section.testimonial-carousel-wrapper .swiper .swiper-wrapper .swiper-slide .testimonial .content-wrapper .testimonial-column.content .testimonial-topper{
	width: 45px;
	height: auto;
	margin-bottom: 32px;
}

section.testimonial-carousel-wrapper .swiper .swiper-wrapper .swiper-slide .testimonial .content-wrapper .testimonial-column.content .testimonial-content .testimonial-title{
	font-size: 30px;
	line-height: 38px;
}

section.testimonial-carousel-wrapper .swiper .swiper-wrapper .swiper-slide .testimonial .content-wrapper .testimonial-column.content .testimonial-content .testimonial-divider{
	height: 2px;
	background-color: #361A44;
	width: 80px;
	margin: 28px 0px;
}

section.testimonial-carousel-wrapper .swiper .swiper-wrapper .swiper-slide .testimonial .content-wrapper .testimonial-column.content .testimonial-content .testimonial-content p{
	font-size: 20px;
	line-height: 28px;
	font-weight: 500;
}

section.testimonial-carousel-wrapper .swiper .swiper-wrapper .swiper-slide .testimonial .content-wrapper .testimonial-column.content .testimonial-content .testimonial-content p:last-of-type{
	margin-bottom: 32px;
}

section.testimonial-carousel-wrapper .swiper .swiper-wrapper .swiper-slide .testimonial .content-wrapper .testimonial-column.content .testimonial-cta-pagination{
	margin-top: 32px;
	display: flex;
	flex-direction: row;
	gap: 32px;
	justify-content: flex-start;
	align-items: center;
}

section.testimonial-carousel-wrapper .swiper .swiper-wrapper .swiper-slide .testimonial .content-wrapper .testimonial-column.content .testimonial-cta-pagination .swiper-pagination {
	position: initial;
}

section.testimonial-carousel-wrapper .swiper .swiper-wrapper .swiper-slide .testimonial .content-wrapper .testimonial-column.content .testimonial-cta-pagination .swiper-pagination.swiper-pagination-horizontal {
	width: auto;
}

section.testimonial-carousel-wrapper .swiper .swiper-wrapper .swiper-slide .testimonial .content-wrapper .testimonial-column.content .testimonial-cta-pagination .swiper-pagination .swiper-pagination-bullet {
	background: transparent;
	border: 1px solid #361a44;
	border-radius: 100%;
	height: 16px;
	width: 16px;
	opacity: 1;
}

section.testimonial-carousel-wrapper .swiper .swiper-wrapper .swiper-slide .testimonial .content-wrapper .testimonial-column.content .testimonial-cta-pagination .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
	background-color: #361A44;
}


section.testimonial-carousel-wrapper .swiper .swiper-wrapper .swiper-slide .testimonial .content-wrapper .testimonial-column.image{
	position: relative;
	z-index: 2;
}

section.testimonial-carousel-wrapper .swiper .swiper-wrapper .swiper-slide .testimonial .content-wrapper .testimonial-column.image .testimonial-img{
	width: 100%;
	height: 100%;
	aspect-ratio: 1/1;
	border-radius: 100%;
	object-fit: cover;
	object-position: center;
	max-height: 520px;
	position: relative;
	max-width: 520px;
}

@media screen and (max-width: 1024px) {

	section.testimonial-carousel-wrapper .swiper .swiper-wrapper .swiper-slide .testimonial .content-wrapper{
		display: flex;
		flex-direction: column;
		justify-content: center;
		align-items: center;
		gap: 50px;
		padding: 0px;
	}

	section.testimonial-carousel-wrapper .swiper .swiper-wrapper .swiper-slide .testimonial .content-wrapper .testimonial-column{
		width: 100%;
	}

	section.testimonial-carousel-wrapper .swiper .swiper-wrapper .swiper-slide .testimonial .content-wrapper .testimonial-column.image{
		display: flex;
		justify-content: center;
	}

	section.testimonial-carousel-wrapper .bg-shape {
		height: 325px;
		left: 12%;
		mix-blend-mode: multiply;
		pointer-events: none;
		position: absolute;
		top: 0;
		transform: rotate(180deg);
		width: 350px;
		z-index: 1;
	}

	section.testimonial-carousel-wrapper .swiper .swiper-wrapper .swiper-slide .testimonial .content-wrapper .testimonial-column.image .testimonial-img{
		width: auto;
		height: 100%;
		aspect-ratio: 1/1;
		border-radius: 100%;
		object-fit: cover;
		object-position: center;
		max-height: 325px;
		position: relative;
	}
}

@media screen and (max-width: 767px) {

	section.testimonial-carousel-wrapper .swiper .swiper-wrapper .swiper-slide .testimonial .content-wrapper{
		display: flex;
		flex-direction: column;
		justify-content: center;
		align-items: center;
		gap: 50px;
		padding: 0px;
	}

	section.testimonial-carousel-wrapper .swiper .swiper-wrapper .swiper-slide .testimonial .content-wrapper .testimonial-column{
		width: 100%;
	}

	section.testimonial-carousel-wrapper .swiper .swiper-wrapper .swiper-slide .testimonial .content-wrapper .testimonial-column.content .testimonial-cta-pagination{
		margin-top: 40px;
		display: flex;
		flex-direction: column;
		gap: 40px;
		justify-content: flex-start;
		align-items: center;
	}

	section.testimonial-carousel-wrapper .bg-shape {
		height: 325px;
		left: -50%;
		mix-blend-mode: multiply;
		pointer-events: none;
		position: absolute;
		top: 0;
		transform: rotate(180deg);
		width: 350px;
		z-index: 1;
	}

	section.testimonial-carousel-wrapper .swiper .swiper-wrapper .swiper-slide .testimonial .content-wrapper .testimonial-column.image .testimonial-img{
		width: auto;
		height: 100%;
		aspect-ratio: 1/1;
		border-radius: 100%;
		object-fit: cover;
		object-position: center;
		max-height: 325px;
		position: relative;
	}

}

@media screen and (min-width: 1441px) {
	section.testimonial-carousel-wrapper .bg-shape {
		height: 100%;
		pointer-events: none;
		position: absolute;
		left: -85vw;
		top: 0;
		transform: rotateZ(180deg);
		width: 100vw;
		z-index: 1;
		mix-blend-mode: multiply;
		max-height: 520px;
	}
}









section.small-cta-wrapper{
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	width: 100%;
	position: relative;
	overflow: hidden;
}


section.small-cta-wrapper .bg-shape{
	position: absolute;
	top: 20px;
	right: 260px;
	width: 350px;
	height: 300px;
	pointer-events: none;
	transform:rotateZ(-32deg);
	z-index: 1;
}

section.small-cta-wrapper .content-wrapper{
	display: flex;
	flex-direction: row;
	justify-content: center;
	align-items: center;
	width: 100%;
	padding: 60px 20px;
	position: relative;
	z-index: 2;
	gap: 100px;
}


section.small-cta-wrapper .content-wrapper .small-cta-column.content{
	width: 70%;
	padding-top: 8px;
}

section.small-cta-wrapper .content-wrapper .small-cta-column.content h2{
	margin-bottom: 0px;
}

section.small-cta-wrapper .content-wrapper .small-cta-column.content .cta{
	margin-bottom: 0px;
	margin-top: 32px;
}

section.small-cta-wrapper .content-wrapper .small-cta-column.media{
	width: 30%;
}

section.small-cta-wrapper .content-wrapper .small-cta-column.media .media-container{
	border-radius: 20px;
	overflow: hidden;
	max-height: 100%;
}

section.small-cta-wrapper .content-wrapper .small-cta-column.media .media-container img{
	width: 100%;
	height: auto;
	object-fit: cover;
	object-position: center;
	border-radius: 20px;
	display: block;

}

section.small-cta-wrapper .content-wrapper .small-cta-column.media .media-container video{
	width: 100%;
	height: auto;
	object-fit: cover;
	object-position: center;
	border-radius: 20px;
	display: block;
}

@media screen and (max-width: 1100px) {

	section.small-cta-wrapper .content-wrapper{
		display: flex;
		flex-direction: row;
		justify-content: center;
		align-items: stretch;
		width: 100%;
		padding: 70px 20px;
		position: relative;
		z-index: 2;
		gap: 32px;
	}

}


@media screen and (max-width: 1000px) {

	section.small-cta-wrapper .bg-shape{
		position: absolute;
		top: 230px;
		left: 0px;
		width: 350px;
		height: 300px;
		pointer-events: none;
		transform:rotateZ(230deg);
		z-index: 1;
	}


	section.small-cta-wrapper .content-wrapper{
		flex-direction: column;
		gap: 40px;
		padding: 50px 32px;
	}


	section.small-cta-wrapper .content-wrapper .small-cta-column.content{
		width: 100%;
		padding-top: 0px;
	}

	section.small-cta-wrapper .content-wrapper .small-cta-column.media{
		width: 100%;
	}

	section.small-cta-wrapper .content-wrapper .small-cta-column.media .media-container img{
		max-height:none;
	}

	section.small-cta-wrapper .content-wrapper .small-cta-column.media .media-container video{
		max-height: none;
	}

}











.module.cta{
	margin-top: 24px;
}













section.use-cases-slider-wrapper{
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	width: 100%;
	overflow: hidden;
}

.use-cases-slider-wrapper .swiper-slide {
	height: auto;
}

.use-cases-slider-wrapper .swiper-slide .card {
	height: 100%;
}

section.use-cases-slider-wrapper .content-wrapper.title{
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	align-items: center;
	width: 100%;
	margin-bottom: 60px;
	padding: 0px;
}

section.use-cases-slider-wrapper .content-wrapper.title h2{
	margin-bottom: 0px;
}

section.use-cases-slider-wrapper .content-wrapper.title .nav{
	display: flex;
	flex-direction: row;
	cursor:pointer;
}

section.use-cases-slider-wrapper .content-wrapper.title .nav .swiper-button-disabled{
	opacity: 0.5;
}

section.use-cases-slider-wrapper .content-wrapper.title .nav .uc-prev{
	padding-right: 16px;
	border-right: 1px solid #361a441d;
	display: flex;
	justify-content: center;
	align-items: center;
}

section.use-cases-slider-wrapper .content-wrapper.title .nav .uc-next{
	padding-left: 16px;
	display: flex;
	justify-content: center;
	align-items: center;
}

section.use-cases-slider-wrapper .content-wrapper.slider{
	padding: 0px;
	width: 100%;
}

section.use-cases-slider-wrapper .content-wrapper.slider .swiper{
	overflow: visible;
}


section.use-cases-slider-wrapper .content-wrapper.slider .swiper .swiper-slide .card{
	margin-bottom: 0px;
	position: relative;
}

section.use-cases-slider-wrapper .content-wrapper.slider .swiper .swiper-slide .card .cover-link{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

section.use-cases-slider-wrapper .uc-scrollbar{
	display: none;
}



@media screen and (max-width: 768px) {

	section.use-cases-slider-wrapper .content-wrapper.slider{
		max-width:100%;
	}

	section.use-cases-slider-wrapper .content-wrapper.title .nav{
		display: none;
	}

	section.use-cases-slider-wrapper .uc-scrollbar{
		display: initial;
		margin-top: 70px;
	}

	section.use-cases-slider-wrapper .uc-scrollbar.swiper-scrollbar{
		background: #E5E5E5;
		border-radius: 10px;
		position: relative;
		-ms-touch-action: none;
		height: 8px!important;
		position: relative;
		display: block;
	}

	section.use-cases-slider-wrapper .uc-scrollbar.swiper-scrollbar .swiper-scrollbar-drag {
		background: #ff117f;
		border-radius: 10px;
		height: 12px;
		left: 0;
		position: relative;
		top: -2px;
		width: 100%;
	}

}















.stat-counter{
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	width: 100%;
	position: relative;
}

section.stat-counter .bg-shape{
	position: absolute;
	top: 250px;
	right: 299px;
	width: 350px;
	height: 450px;
	pointer-events: none;
	transform: rotateZ(-32deg);
	z-index: 1;
}

.stat-counter .content-wrapper.title{
	display: flex;
	width: 100%;
	flex-direction: column;
	margin-bottom: 80px;
}

.stat-counter .content-wrapper.title .title-content{
	max-width: 55%;
	position: relative;
	z-index: 2;
}


.stat-counter .content-wrapper.statistics{
	display: flex;
	flex-direction: row;
	gap: 40px;
	justify-content: flex-start;
	align-items: stretch;
	flex-wrap:wrap;
	position: relative;
	z-index: 2;
	font-weight: 500;
	padding: 0px;
}


.stat-counter .statistics-h{
	font-size: 40px!important;
	font-weight: 500!important;
}

.stat-counter .stat{
	padding: 32px;
	background-color: white;
	width: calc(33.3% - 27px);
	box-shadow: 0px 3px 3px rgba(0, 0, 0, 0.160784);
	border-radius: 20px;
}

.stat-counter .stat-suffix{
	font-size: 20px!important;
}

.stat-counter .stat-prefix{
	font-size: 30px;
}

.stat-counter .stat .stat-icon{
	height: 40px;
	width: 40px;
	margin-bottom: 40px;
}

.stat-counter .stat h2{
	margin-bottom: 0px;
	font-weight: 500;
}


.stat-counter .stat .divider{
	height: 6px;
	background-color: #FF117F;
	width: 40%;
	margin: 20px 0px;
}




@media screen and (max-width: 1024px) {

	.stat-counter .content-wrapper{
		flex-direction: row;
	}

	.stat-counter .stat {
		width: calc(50% - 40px);
	}

}


@media screen and (max-width:  768px) {

	.stat-counter .content-wrapper.title {
		padding: 0px;
	}

	.stat-counter .content-wrapper.title .title-content{
		max-width: 100%;
	}

	.stat-counter .content-wrapper.statistics {
		flex-direction: column;
		gap: 32px;
		padding: 0px;
	}

	.stat-counter .stat {
		width: 100%;
	}

	.stat p {
		font-size: 20px!important;
		margin-bottom: 10px!important;
	}

	.stat-counter .stat .stat-icon {
		margin-bottom: 30px;
	}

	section.stat-counter .bg-shape {
		height: 300px;
		pointer-events: none;
		position: absolute;
		right: -200px;
		top: -330px;
		transform: rotate(-32deg);
		width: 350px;
		z-index: 1;
	}


	.stat-counter .stat li{
		word-break: break-all;
	}
}















section.affiliates-slider-wrapper{
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	width: 100%;
	overflow: visible;
	padding-bottom: 90px;
	position: relative;
}

section.affiliates-slider-wrapper .bg-shape{
	height: 320px;
	pointer-events: none;
	position: absolute;
	left: 100px;
	top: 280px;
	transform: rotate(150deg);
	width: 350px;
	z-index: 1;
}

section.affiliates-slider-wrapper .content-wrapper.title{
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	align-items: center;
	width: 100%;
	margin-bottom: 60px;
	border-bottom: 1px solid black;
	padding: 0px 20px 32px 20px;
}

section.affiliates-slider-wrapper .content-wrapper.title h2{
	margin-bottom: 0px;
	position: relative;
	z-index: 99;
}

section.affiliates-slider-wrapper .content-wrapper.title .nav{
	display: flex;
	flex-direction: row;
	cursor:pointer;
}

section.affiliates-slider-wrapper .content-wrapper.title .nav .as-prev{
	padding-right: 16px;
	border-right: 1px solid #361a441d;
	display: flex;
	justify-content: center;
	align-items: center;
}

section.affiliates-slider-wrapper .content-wrapper.title .nav .swiper-button-disabled{
	opacity: 0.5;
}

section.affiliates-slider-wrapper .content-wrapper.title .nav .as-next{
	padding-left: 16px;
	display: flex;
	justify-content: center;
	align-items: center;
}

section.affiliates-slider-wrapper .content-wrapper.slider{
	position: ;
	z-index: 2;
}

section.affiliates-slider-wrapper .content-wrapper.slider .swiper{
	overflow: visible;
}

section.affiliates-slider-wrapper .content-wrapper.slider .swiper .swiper-slide{
	height: auto;
}


section.affiliates-slider-wrapper .content-wrapper.slider .swiper .swiper-slide .card{
	margin-bottom: 0px;
}

section.affiliates-slider-wrapper .content-wrapper.slider .swiper .swiper-slide .card .featured-image{
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
}

section.affiliates-slider-wrapper .content-wrapper.slider .swiper .swiper-slide .card .featured-image img{
	width: auto;
	height: 100%;
	max-height:80px;
	object-fit: contain;
	border-radius: 0px;

}

section.affiliates-slider-wrapper .as-scrollbar{
	display: none;
}


@media screen and (max-width: 768px) {

	section.affiliates-slider-wrapper .content-wrapper.slider{
		max-width:100%;
	}

	section.affiliates-slider-wrapper .content-wrapper.title .nav{
		display: none;
	}

	.as-scrollbar{
		display: initial;
		margin-top: 70px;
	}

	.as-scrollbar.swiper-scrollbar{
		background: #E5E5E5;
		border-radius: 10px;
		position: relative;
		-ms-toash-action: none;
		height: 8px!important;
		position: relative;
		display: block;
	}

	.as-scrollbar.swiper-scrollbar .swiper-scrollbar-drag {
		background: #ff117f;
		border-radius: 10px;
		height: 12px;
		left: 0;
		position: relative;
		top: -2px;
		width: 100%;
	}

	section.affiliates-slider-wrapper .bg-shape{
		height: 250px;
		pointer-events: none;
		position: absolute;
		left: 100px;
		top: 280px;
		transform: rotate(150deg);
		width: 350px;
		z-index: 1;
	}

}
















section.agenda-wrapper{
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	width: 100%;
	padding: 80px 0px;
}

section.agenda-wrapper .content-wrapper.agenda-title{
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	align-items: center;
	width: 100%;
	padding: 0px;
}

section.agenda-wrapper .content-wrapper.agenda-title .agenda-date{
	font-weight: 500;
}

section.agenda-wrapper .content-wrapper.agenda{
	display: flex;
	flex-direction: column;
	border-radius: 20px;
	background: #FF117F;
	box-shadow: 0px 3px 3px rgba(0, 0, 0, 0.160784);
	padding: 32px;
	width: 100%;
}

section.agenda-wrapper .content-wrapper.agenda .agenda-item{
	width: 100%;
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	align-items: center;
	border-bottom: 1px solid;
	color: white!important;
	padding: 20px 16px;
}

section.agenda-wrapper .content-wrapper.agenda .agenda-item:last-of-type{
	border-bottom: 0px solid;
}

section.agenda-wrapper .content-wrapper.agenda .agenda-item .agenda-item-column{
	width: 33.3%;
	text-align: start;
}


@media screen and (max-width: 767px) {
	section.agenda-wrapper .content-wrapper.agenda .agenda-item{
		flex-direction: column;
		gap: 10px;
		justify-content: flex-start;
		align-items: flex-start;
	}

	section.agenda-wrapper .content-wrapper.agenda .agenda-item .agenda-item-column{
		width: 100%;
	}
}















section.dynamic-cards-wrapper{
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	width: 100%;
	position: relative;
	overflow: hidden;
	padding: 100px 0px;
}

section.dynamic-cards-wrapper .bg-shape{
	height: 450px;
	pointer-events: none;
	position: absolute;
	right: 235px;
	top: 261px;
	transform: rotate(-32deg);
	width: 350px;
	z-index: 1;
}


section.dynamic-cards-wrapper .content-wrapper.title{
	display: flex;
	flex-direction: column;
	justify-content: flex-start;
	align-items: flex-start;
	width: 100%;
	position: relative;
	z-index: 2;
}

section.dynamic-cards-wrapper .content-wrapper.cards{
	display: flex;
	flex-direction: row;
	justify-content: flex-start;
	align-items: stretch;
	width: 100%;
	gap: 40px;
	flex-wrap: wrap;
	margin-top: 60px;
}

section.dynamic-cards-wrapper .content-wrapper.cards .dynamic-card{
	border-radius: 20px;
	box-shadow: 0px 3px 3px rgba(0, 0, 0, 0.160784);
	background-color: white;
	padding: 32px 64px;
	width: calc(50% - 40px);
	position: relative;
	z-index: 2;
}

section.dynamic-cards-wrapper .content-wrapper.cards .dynamic-card h3{
	font-size: 22px;
}

section.dynamic-cards-wrapper .content-wrapper.cards .dynamic-card .card-icon{

}


@media screen and (max-width: 768px) {

	section.dynamic-cards-wrapper .bg-shape{
		width: 250px;
		height: 250px;
	}

	section.dynamic-cards-wrapper .content-wrapper.cards{
		flex-direction: column;
		gap: 32px;
		margin-top: 50px;
	}

	section.dynamic-cards-wrapper .content-wrapper.cards .dynamic-card{
		padding: 32px;
		width: 100%;
	}



}
















section.event-summary-wrapper{
	display: flex;
	flex-direction: row;
	justify-content: center;
	align-items: center;
	width: 100%;
	position: relative;
	overflow: hidden;
}


section.event-summary-wrapper .shape-wrapper .bg-shape{
	position: absolute;
	bottom: 0px;
	right: 0px;
	width: 450px;
	height: 350px;
	pointer-events: none;
	transform:rotateZ(40deg);
	z-index: 1;
}

section.event-summary-wrapper .content-wrapper{
	display: flex;
	justify-content: center;
	align-items: center;
	width: 100%;
	gap: 180px;
	position: relative;
	z-index: 2;
}

section.event-summary-wrapper .content-wrapper .event-summary-column.content{
	width: 25%;
}

section.event-summary-wrapper .content-wrapper .event-summary-column.content p{
	font-weight: 600;
}

section.event-summary-wrapper .content-wrapper .event-summary-column.content p.media-title{
	font-weight: 500!important;
	font-size: 20px;
	color: #FF117F!important;
	margin-bottom: 0px;
}

section.event-summary-wrapper .content-wrapper .event-summary-column.content p.speaker{
	margin-bottom: 0px;
}


section.event-summary-wrapper .content-wrapper .event-summary-column.media{
	width: 75%;
}

section.event-summary-wrapper .content-wrapper .event-summary-column.media img{
	border-radius: 20px;
	box-shadow: 0px 3px 3px rgba(0, 0, 0, 0.160784);
}


@media screen and (max-width: 768px) {


	section.event-summary-wrapper .content-wrapper{
		flex-direction: column!important;
		gap: 64px;
	}

	section.event-summary-wrapper .content-wrapper .event-summary-column.content{
		width: 100%;
	}

	section.event-summary-wrapper .content-wrapper .event-summary-column.media{
		width: 100%;
	}

}












section.faq-wrapper{
	display: flex;
	flex-direction: row;
	justify-content: flex-start;
	align-items: stretch;
	width: 100%;
	gap: 100px;
}

section.faq-wrapper .faq-column.content{
	width: 35%;
	position: relative;
}

section.faq-wrapper .faq-column.content .sticky-content{
	position: sticky;
	top: 0;
}

section.faq-wrapper .faq-column.faqs{
	width: 65%;
}


section.faq-wrapper .faq-column.faqs .accordion {
	width: 100%;
}

section.faq-wrapper .faq-column.faqs .accordion .accordion-item {
	margin-bottom: 32px;
	box-shadow: 0px 3px 3px rgba(0, 0, 0, 0.160784);
	border-radius: 20px;
	padding: 40px 32px;
}

section.faq-wrapper .faq-column.faqs .accordion .accordion-item .question {
	cursor: pointer;
	font-size: 20px;
	margin-bottom: 16px;
}

section.faq-wrapper .faq-column.faqs .accordion .accordion-item .question .answer {
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	max-height: 1.2em;
	transition: max-height 0.2s ease-out;
}

section.faq-wrapper .faq-column.faqs .accordion .accordion-item-expanded .answer{
	white-space: normal;
	max-height: 1000px;
}

@media screen and (max-width: 768px) {

	section.faq-wrapper{
		flex-direction: column;
		align-items: center;
		gap: 0px;
	}

	section.faq-wrapper .faq-column.content{
		width: 100%;
		position: relative;
	}

	section.faq-wrapper .faq-column.content .sticky-content{
		position: initial;
	}

	section.faq-wrapper .faq-column.faqs{
		width: 100%;
	}

}













section.form-cta-banner-wrapper{
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	width: 100%;
	padding: 100px 0px;
	position: relative;
	overflow: hidden;
}

section.form-cta-banner-wrapper .bg-shape{
	height: 400px;
	left: 20%;
	pointer-events: none;
	position: absolute;
	top: 250px;
	transform: rotate(145deg);
	width: 250px;
	z-index: 1;

}

section.form-cta-banner-wrapper .content-wrapper{
	display: flex;
	flex-direction: row;
	justify-content: flex-start;
	align-items: stretch;
	gap: 100px;
	position: relative;
	z-index: 2;
	width: 100%;
}

section.form-cta-banner-wrapper .content-wrapper .form-cta-column.content{
	width: 40%;
}

section.form-cta-banner-wrapper .content-wrapper .form-cta-column.form{
	width: 60%;
}


@media screen and (max-width: 768px) {

	section.form-cta-banner-wrapper .content-wrapper{
		flex-direction: column;
		gap: 32px;
	}

	section.form-cta-banner-wrapper .content-wrapper .form-cta-column.content{
		width: 100%;
	}

	section.form-cta-banner-wrapper .content-wrapper .form-cta-column.content p:last-of-type{
		margin-bottom: 0px;
	}

	section.form-cta-banner-wrapper .content-wrapper .form-cta-column.form{
		width: 100%;
	}

}













section.pricing-table-wrapper h2 {
	margin-bottom: 32px;
}

div.pricing-table{
	display: flex;
	flex-direction: column;
	width: 100%;
	border-radius: 20px;
	overflow: hidden;
	min-width: 100%;
}

div.pricing-table .feature-container{
	max-height: 1000px;
	overflow-y: scroll;
}

div.pricing-table .row{
	flex-direction: row;
	display: flex;
	background-color: white;
}

div.pricing-table .row:nth-child(even) {
	background-color: white; 
}

div.pricing-table .row:nth-child(odd) {
	background-color:#F7EFE5; 
}

div.pricing-table .row.title{
	background-color: #E5E5E5;
}

div.pricing-table .row.title h3{
	margin-bottom: 0px;
}

div.pricing-table .column{
	flex: 1 1 0;
	border-right: 1px solid #E5E5E5;
	justify-content: flex-start;
	align-items: center;
	padding: 16px 32px;
	display: flex;
}

div.pricing-table p{
	margin-bottom: 0px;
}

div.pricing-table .column:last-of-type{
	border-right: 0px;
}

div.pricing-table .column.service{
	justify-content: center;
}

div.pricing-table .pricing-table-footer{
	background-color: #E5E5E5;
	height: 50px;
}

@media screen and (max-width: 768px) {
	section.pricing-table-wrapper{
		max-width: 100%;
		overflow-x: scroll;
	}

	div.pricing-table{
		min-width: max-content;
	}

	section.pricing-table-wrapper::-webkit-scrollbar {
		width: 12px; /* Width of the scrollbar */
		background-color: #E5E5E5; /* Background color of the scrollbar */
		border-radius: 100%;
		overflow: hidden;
		margin-top: 20px;
	}

	section.pricing-table-wrapper::-webkit-scrollbar-track {
		background-color: #E5E5E5; /* Background color of the scrollbar track */
		border-radius: 70px;
	}

	section.pricing-table-wrapper::-webkit-scrollbar-thumb {
		background-color: #FF117F; /* Color of the scrollbar thumb */
		border-radius: 70px;
	}

	section.pricing-table-wrapper::-webkit-scrollbar-thumb:horizontal {
		width: 50%; /* Width of the thumb when horizontal */
	}

	section.pricing-table-wrapper::-webkit-scrollbar-thumb:vertical {
		height: 50%; /* Height of the thumb when vertical */
	}

}













.gloss-search-wrap { display: flex; align-items: center; justify-content: space-between; }
.gloss-search-wrap .gloss-f.swiper { margin: 0 15px 0 0; width: 75%; }
.gloss-search-wrap .hs-search-field { width: 25%; }
.gloss-search-wrap .hs-search-field .hs-search-field__bar { position: relative; }
.gloss-search-wrap .gloss-f.swiper .filter-button-group { justify-content: space-between; }
.gloss-search-wrap .hs-search-field form.hs-search-field__form { display: flex; }
.gloss-search-wrap label.hs-search-field__label { display: none; }
.gloss-search-wrap .hs-search-field input { position: relative; background: #ffffff; border: 1px solid #ff117f; font-weight:500; padding: 18px 60px 18px 20px; display: flex; border-radius: 50px; text-transform:lowercase !important; }
.gloss-search-wrap .hs-search-field .hs-search-field__button { background: #fe3690; border: 0; border-radius: 100%; height: 43px; left: auto; padding: 0; position: absolute; right: 8px; top: 7px; width: 43px; }
.gloss-search-wrap .hs-search-field .hs-search-field__button:before { content: ""; background-image: url(https://www.omniaretail.com/hubfs/Blog/2018/01%20-%20Jan/Blog_Omnia_Tips/search-icon.svg); background-repeat: no-repeat; background-position: center center; background-size: contain; width:18px; height:18px; position: absolute; left: 0; right: 0; top: 50%; transform: translate(0px, -50%); margin: 0 auto; }
.gloss-search-wrap .hs-search-field input:focus,
.gloss-search-wrap .hs-search-field input:focus-visible { outline: 0px; }
.gloss-search-wrap .hs-search-field input::-webkit-search-cancel-button { -webkit-appearance: none; }
.hs-search-field__suggestions-container { display: none; position: absolute; top: 100%; left: 0; right: 0; margin: 0 auto; background: #ffffff; border-radius: 10px; }
.gloss-search-wrap .hs-search-field .hs-search-field__button:after { }
.gloss-search-wrap .hs-search-field .hs-search-field__button svg { display:none; }

.gloss-search-wrap .hs-search-field input::-webkit-input-placeholder { color:#000000; font-weight:500; font-size:16px; }
.gloss-search-wrap .hs-search-field input:-ms-input-placeholder { color:#000000; font-weight:500; font-size:16px; }
.gloss-search-wrap .hs-search-field input:placeholder { color:#000000; font-weight:500; font-size:16px; }


.gloss-search-wrap .hs-search-field form { position: relative; }

section.glossary-listing-wrapper{

	flex-direction: column;
	justify-content: center;
	align-items: center;
	width: 100%;
	position: relative;
	overflow: hidden;
	padding: 100px 0px;
}

section.glossary-listing-wrapper .bg-shape{
	position: absolute;
	top: -100px;
	right: 200px;
	width: 350px;
	height: 400px;
	pointer-events: none;
	transform:rotateZ(-32deg);
	z-index: 1;
}

section.glossary-listing-wrapper .content-wrapper.title{
	display: flex;
	flex-direction: column;
	justify-content: flex-start;
	align-items: flex-start;
	width: 100%;
	position: relative;
	z-index: 2;
	margin-bottom: 70px;
}

section.glossary-listing-wrapper .content-wrapper.title .introduction{
	font-weight: 500;
	max-width: 50%;
}


section.glossary-listing-wrapper .content-wrapper.glossary{
	padding-left: 100px;
}


section.glossary-listing-wrapper .content-wrapper.glossary .gloss-f{
	background-color:white;
	border: 1px solid #FF117F;
	border-radius: 80px;
	padding: 20px 40px;

}
section.glossary-listing-wrapper .content-wrapper.glossary .gloss-f button{
	background-color: white;
	color: black;
	width: 100%;
	border: 0px;
	padding: 0px 0px;
	border-radius: 100%;
	justify-content: center;
	aspect-ratio: 1/1;
}

section.glossary-listing-wrapper .content-wrapper.glossary .gloss-f button:hover{
	background-color: #FF117F;
	color: white!important;
	cursor: pointer;
}

section.glossary-listing-wrapper .content-wrapper.glossary .gloss-f button.active-filter{
	background-color: #FF117F;
	color: white!important;
	cursor: pointer;
}

section.glossary-listing-wrapper .content-wrapper.glossary .listing-wrapper .list-item .sort-label-wrapper{
	display: flex;
	flex-direction: row;
	justify-content: flex-start;
	align-items: center;
	margin: 32px 0px;
}

section.glossary-listing-wrapper .content-wrapper.glossary .listing-wrapper .list-item .sort-label-wrapper .label{
	background-color: #FF117F;
	color: white!important;
	width: auto;
	border-radius: 100%;
	justify-content: center;
	margin-right: 18px;
	width: 36px;
	height: 36px;
	font-weight: 600;
	font-weight: bold;
	display: flex;
	justify-content: center;
	align-items: center;
}

section.glossary-listing-wrapper .content-wrapper.glossary .listing-wrapper .list-item .sort-label-wrapper .spacer{
	height: 1px;
	background-color: black;
	content: "";
	width: 100%;
}

section.glossary-listing-wrapper .content-wrapper.glossary .listing-wrapper .list-item .glossary-item .glossary-item-card{
	padding: 50px;
	background-color: white;
	box-shadow: 0px 3px 3px rgba(0, 0, 0, 0.160784);
	border-radius: 20px;
	margin-bottom: 24px;
	transition: 0.3s ease-in-out;
	cursor: pointer;
	position: relative;
}

section.glossary-listing-wrapper .content-wrapper.glossary .listing-wrapper .list-item .glossary-item .glossary-item-card a.card-cover{
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 5;
}

section.glossary-listing-wrapper .content-wrapper.glossary .listing-wrapper .list-item .glossary-item .glossary-item-card.inactive{
	opacity: 0.3;
}

section.glossary-listing-wrapper .content-wrapper.glossary .listing-wrapper .list-item .glossary-item .glossary-item-card .card-content{
	margin-bottom: 32px;
}


section.glossary-listing-wrapper .content-wrapper.load-more{
	display: flex;
	flex-direction: column;
	justify-content: flex-start;
	align-items: flex-start;
	width: 100%;
	position: relative;
	z-index: 2;
	margin-top: 20px;
}


.glossary .no-item {
	margin-top: 35px;
	font-size: 20px;
	color: #3b1343;
	font-weight: 500;
}


@media screen and (max-width: 1130px){

	section.glossary-listing-wrapper .content-wrapper.glossary .gloss-f .filters {
		flex-direction: row!important;
		justify-content: flex-start!important;
	}



}


@media screen and (max-width: 768px) {

	section.glossary-listing-wrapper .content-wrapper.glossary .gloss-f .filters {
		flex-direction: row!important;
		justify-content: flex-start!important;
	}

	section.glossary-listing-wrapper .content-wrapper.title .introduction {
		max-width: 100%;
	}

	section.glossary-listing-wrapper .content-wrapper.glossary {
		padding-left: 32px;
	}

	.gloss-search-wrap { flex-flow: wrap; }
	section.glossary-listing-wrapper .content-wrapper.glossary .gloss-f { width: 100%; margin: 0; }
	.gloss-search-wrap .hs-search-field { width: 100%; margin-top: 15px; }
	.gloss-search-wrap .gloss-f.swiper .filter-button-group .swiper-slide.swiper-slide-active { height: 30px; width:30px; }
	.gloss-search-wrap .gloss-f.swiper .filter-button-group button.filter-button { height: 30px; width:30px; }


}
















section.large-cta-wrapper{
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	width: 100%;
	overflow: hidden;
	padding: 70px 20px;
}

section.large-cta-wrapper .content-wrapper.cta-banner{
	display: flex;
	flex-direction: row;
	justify-content: flex-start;
	align-items: center;
	width: 100%;
	padding: 70px 100px;
	position: relative;
	z-index: 2;
	gap: 132px;
	background-color: white;
	box-shadow: 0px 3px 3px rgba(0, 0, 0, 0.160784);
	border-radius: 20px;
	overflow: hidden;
}

section.large-cta-wrapper .content-wrapper.cta-banner .bg-shape{
	position: absolute;
	top: -70px;
	right: 80%;
	width: 40%;
	height: 130%;
	pointer-events: none;
	z-index: 1;
}

section.large-cta-wrapper .content-wrapper.cta-banner .bg-shape.bg-shape-full {
	right: 100%;
	width: 300%;
}

section.large-cta-wrapper .content-wrapper.cta-banner .large-cta-column.content{
	width: 45%;
	padding-top: 8px;
	position: relative;
	z-index: 4;
}

section.large-cta-wrapper .content-wrapper.cta-banner .large-cta-column.content .content{
	width: 80%;
}

section.large-cta-wrapper .content-wrapper.cta-banner .large-cta-column.content h2{
	margin-bottom: 40px;
}

section.large-cta-wrapper .content-wrapper.cta-banner .large-cta-column.content .cta{
	margin-bottom: 0px;
	margin-top: 70px;
}

section.large-cta-wrapper .content-wrapper.cta-banner .large-cta-column.media{
	width: 50%;
	position: absolute;
	bottom: 0px;
	height: calc(100% - 70px);
	right: 0px;
	bottom: 0px;
	z-index: 3;
}

section.large-cta-wrapper .content-wrapper.cta-banner .large-cta-column.media .media-container{
	border-radius: 20px;
	border-radius: 20px 0px 0px 0px;
	overflow: hidden;
	max-height: 100%;
}

section.large-cta-wrapper .content-wrapper.cta-banner .large-cta-column.media .media-container img{
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: center;
	border-radius: 20px 0px 0px 0px;
	display: block;
	position: absolute;
	z-index: 2;
}

section.large-cta-wrapper .content-wrapper.cta-banner .large-cta-column.media .media-container video{
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: center;
	display: block;
	border-radius: 20px 0px 0px 0px;
	position: absolute;
	z-index: 5;
}

@media screen and (max-width: 1100px) {

	section.large-cta-wrapper{
		padding: 32px 20px;
	}

	section.large-cta-wrapper .content-wrapper.cta-banner{
		flex-direction: column;
		padding: 64px 32px;
		gap: 64px;
	}

	section.large-cta-wrapper .content-wrapper.cta-banner .bg-shape{
		height: 100%;
		pointer-events: none;
		position: absolute;
		right: 0;
		top: 50%;
		width: 100%;
		z-index: 1;
		transform: rotateZ(90deg);
	}

	section.large-cta-wrapper .content-wrapper.cta-banner .large-cta-column.content{
		width: 100%;
		padding-top: 8px;
	}

	section.large-cta-wrapper .content-wrapper.cta-banner .large-cta-column.content .content{
		width: 100%;
	}

	section.large-cta-wrapper .content-wrapper.cta-banner .large-cta-column.content h2{
		margin-bottom: 20px;
	}

	section.large-cta-wrapper .content-wrapper.cta-banner .large-cta-column.content .cta{
		margin-top: 32px;
	}

	section.large-cta-wrapper .content-wrapper.cta-banner .large-cta-column.media{
		width: 100%;
		position: initial;
	}

	section.large-cta-wrapper .content-wrapper.cta-banner .large-cta-column.media .media-container{
		box-shadow: 0px 3px 3px rgba(0, 0, 0, 0.160784);
		border-radius: 20px;
	}

	section.large-cta-wrapper .content-wrapper.cta-banner .large-cta-column.media .media-container img{
		width: 100%;
		height: 100%;
		object-fit: cover;
		object-position: top left;
		border-radius: 20px;
		display: block;
		position: initial;
		max-height: 350px;
		z-index: 5;
		position: relative;
	}

	section.large-cta-wrapper .content-wrapper.cta-banner .large-cta-column.media .media-container video{
		width: 100%;
		height: 100%;
		object-fit: cover;
		object-position: center;
		display: block;
		border-radius: 20px 0px 0px 0px;
		position: relative;
		z-index: 5;
	}

	
	section.large-cta-wrapper .content-wrapper.cta-banner .bg-shape.bg-shape-full {
		right: -15%;
		width: 200%;
		top: -100%;
		height: 200%;
	}

}
















section.page-index-wrapper{
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	width: 100%;
	position: relative;
	overflow: hidden;
	padding: 90px 0px 160px 0;
}

section.page-index-wrapper .bg-shape{
	position: absolute;
	top: 0px;
	right: 0px;
	width: 350px;
	height: 400px;
	pointer-events: none;
	transform:rotateZ(-32deg);
	z-index: 1;
}


#hs_cos_wrapper_widget_1685541486302 section.page-index-wrapper .bg-shape{
	right: 230px;
	top: 170px;
}

section.page-index-wrapper .content-wrapper.title{
	display: flex;
	flex-direction: column;
	justify-content: flex-start;
	align-items: flex-start;
	width: 100%;
	position: relative;
	z-index: 2;
	border-bottom: 1px solid black;
	margin-bottom: 40px;
}

section.page-index-wrapper .content-wrapper.index{
	display: flex;
	flex-direction: column;
	justify-content: flex-start;
	align-items: flex-start;
	width: 100%;
	position: relative;
	z-index: 2;
}

section.page-index-wrapper .content-wrapper.index .index-title{
	font-size: 20px;
	font-weight: 500;
	margin-bottom: 28px;
}

section.page-index-wrapper .content-wrapper.index .table-of-contents{
	padding: 0px 0px 0px 100px;
	margin: 0px;
	margin-bottom: 0px;
}

section.page-index-wrapper .content-wrapper.index .table-of-contents li{
	padding: 0px;
	margin: 0px 0px 16px 0px;
}

section.page-index-wrapper .content-wrapper.index .table-of-contents li::marker{
	content: "+";
	font-weight: bold;
	color: #FF117F;
	margin-right: 8px;
	display: block;
}

section.page-index-wrapper .content-wrapper.index .table-of-contents li a{
	text-decoration: none;
	margin-left: 8px;
	font-weight: 500;
	color: black;
	font-size: 20px;
}

@media screen and (max-width: 767px) {

	section.page-index-wrapper{
		padding-bottom: 90px;
	}
	
	section.page-index-wrapper .content-wrapper.index .table-of-contents{
		padding: 0px;
		margin: 0px;
	}

	section.page-index-wrapper .content-wrapper.index .table-of-contents li a{
		font-size: 16px;
	}

}
















section.pricing-tiers-wrapper{
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	width: 100%;
	position: relative;
	overflow: hidden;
	padding: 100px 0px;
}

section.pricing-tiers-wrapper .bg-shape{
	position: absolute;
	top: 0px;
	right: 0px;
	width: 350px;
	height: 400px;
	pointer-events: none;
	transform:rotateZ(-32deg);
	z-index: 1;
}

section.pricing-tiers-wrapper .content-wrapper.tiers{
	display: flex;
	flex-direction: row;
	justify-content: flex-start;
	align-items: flex-start;
	width: 100%;
	gap: 30px;
	flex-wrap: wrap;
	position: relative;
	z-index: 2;
}



section.pricing-tiers-wrapper .content-wrapper.tiers .card .featured-image{
	display: flex;
	flex-direction: column;
	justify-content:space-between;
	padding: 32px;
	max-height: 200px;
}

section.pricing-tiers-wrapper .content-wrapper.tiers .card .featured-image .card-icon{
	height: auto;
	width: 40px;
	max-height: 40px;
	object-fit: contain;
	border-radius: 0px;
}

section.pricing-tiers-wrapper .content-wrapper.tiers .card .featured-image .card-title{
	color: white!important;
	font-size: 30px;
	margin-bottom: 0px;
}

section.pricing-tiers-wrapper .content-wrapper.tiers .card-content.no-more .small-default-cta {
	display: none;
}

section.pricing-tiers-wrapper .content-wrapper.tiers .card .card-content .card-subtitle{
	display: block;
}

section.pricing-tiers-wrapper .content-wrapper.tiers .card .card-content .arrow-list{
	max-height: 400px;
	transition: 0.15s ease-in-out;
	overflow: hidden;
}

section.pricing-tiers-wrapper .content-wrapper.tiers .card .card-content .small-default-cta{
	margin-top: 24px;
}

section.pricing-tiers-wrapper .content-wrapper.tiers .card .cta{
	margin-top: 24px;
}

@media screen and (max-width: 1024px) {
	section.pricing-tiers-wrapper .content-wrapper.tiers .card{
		width: calc(50% - 40px)!important;
	}
}

@media screen and (max-width: 768px) {

	section.pricing-tiers-wrapper .bg-shape{
		width: 250px;
		height: 250px;
	}

	section.pricing-tiers-wrapper .content-wrapper.tiers{
		flex-direction: column;
		gap: 32px;
		margin-top: 50px;
	}

	section.pricing-tiers-wrapper .content-wrapper.tiers .card{
		width: 100%!important;
	}

	section.pricing-tiers-wrapper .content-wrapper.tiers .card .featured-image{
		padding: 40px 32px;
	}

}
















section.profiles-slider-wrapper{
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	width: 100%;
	overflow: hidden;
	padding-top: 90px;
	padding-bottom: 50px;
}

.profiles-slider-wrapper .swiper-slide {
	height: auto;
}

section.profiles-slider-wrapper .content-wrapper.title{
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	align-items: center;
	width: 100%;
	margin-bottom: 60px;
	border-bottom: 1px solid black;
	padding: 0px 20px 32px 20px;
}

section.profiles-slider-wrapper .content-wrapper.title h2{
	margin-bottom: 0px;
}

section.profiles-slider-wrapper .content-wrapper.title .nav{
	display: flex;
	flex-direction: row;
	cursor:pointer;
}

section.profiles-slider-wrapper .content-wrapper.title .nav .ps-prev{
	padding-right: 16px;
	border-right: 1px solid #361a441d;
	display: flex;
	justify-content: center;
	align-items: center;
}

section.profiles-slider-wrapper .content-wrapper.title .nav .swiper-button-disabled{
	opacity: 0.5;
}

section.profiles-slider-wrapper .content-wrapper.title .nav .ps-next{
	padding-left: 16px;
	display: flex;
	justify-content: center;
	align-items: center;
}

section.profiles-slider-wrapper .content-wrapper.slider .swiper{
	overflow: visible;
}
section.profiles-slider-wrapper .content-wrapper.slider .swiper .swiper-slide{

}

section.profiles-slider-wrapper .content-wrapper.slider .swiper .swiper-slide .card{
	margin-bottom: 0px;
	position: relative;
	height: 100%;;
}

section.profiles-slider-wrapper .content-wrapper.slider .swiper .swiper-slide .card .expand-button{
	position: absolute;
	bottom: 16px;
	right: 16px;
	background-color: #ff117f;
	color: white;
	border-radius: 100%;
	width: 30px;
	height: 30px;
	display: flex;
	justify-content: center;
	align-items: center;
	cursor: pointer;
}

section.profiles-slider-wrapper .content-wrapper.slider .swiper .swiper-slide .card .card-content {
	padding: 40px 32px 32px 32px;
	min-height: 194px;
}


section.profiles-slider-wrapper .content-wrapper.slider .swiper .swiper-slide .card .card-content h3{
	margin-bottom: 0px;
}

section.profiles-slider-wrapper .content-wrapper.slider .swiper .swiper-slide .card .card-content .role{
	color: #ff117f!important;
}

section.profiles-slider-wrapper .content-wrapper.slider .swiper .swiper-slide .card .card-content .description{
	margin: 32px 0px;
}




section.profiles-slider-wrapper .ps-scrollbar{
	display: none;
}


@media screen and (max-width: 768px) {

	section.profiles-slider-wrapper .content-wrapper.slider{
		max-width:100%;
	}

	section.profiles-slider-wrapper .content-wrapper.title .nav{
		display: none;
	}

	section.profiles-slider-wrapper .ps-scrollbar{
		display: initial;
		margin-top: 70px;
	}

	section.profiles-slider-wrapper .ps-scrollbar.swiper-scrollbar{
		background: #E5E5E5;
		border-radius: 10px;
		position: relative;
		-ms-toash-action: none;
		height: 8px!important;
		position: relative;
		display: block;
	}

	section.profiles-slider-wrapper .ps-scrollbar.swiper-scrollbar .swiper-scrollbar-drag {
		background: #ff117f;
		border-radius: 10px;
		height: 12px;
		left: 0;
		position: relative;
		top: -2px;
		width: 100%;
	}

}

















section.filterable-vacancy-wrapper{
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	width: 100%;
	position: relative;
	overflow: hidden;
	padding: 100px 0px;
}

section.filterable-vacancy-wrapper .bg-shape{
	position: absolute;
	top: -100px;
	right: 200px;
	width: 350px;
	height: 400px;
	pointer-events: none;
	transform:rotateZ(-32deg);
	z-index: 1;
}

section.filterable-vacancy-wrapper .content-wrapper.title{
	display: flex;
	flex-direction: column;
	justify-content: flex-start;
	align-items: flex-start;
	width: 100%;
	position: relative;
	z-index: 2;
}

section.filterable-vacancy-wrapper .content-wrapper.title h2{
	font-size: 40px;
	margin-bottom: 0px;
	max-width:45%;
}

section.filterable-vacancy-wrapper .content-wrapper.title .introduction{
	font-weight: 500;
	max-width: 55%;
}

section.filterable-vacancy-wrapper .content-wrapper.filters{
	display: flex;
	flex-direction: row;
	justify-content: center;
	align-items: center;
	width: 100%;
	position: relative;
	z-index: 2;
	margin: 40px 0px;
}

section.filterable-vacancy-wrapper .content-wrapper.filters .spacer{
	width: 80vw;
	height: 1px;
	background-color: black;
	margin-right: 28px;
}

section.filterable-vacancy-wrapper .content-wrapper.filters .filter{
	width: 20vw;
}

section.filterable-vacancy-wrapper .content-wrapper.filters .filter select {
	width: 100%;
	padding: 16px 32px;
	border-radius: 70px;
	border: 1px solid #ff117f;
	background-color: transparent;
	color: black;
	font-weight: 500;
	appearance: none;
	-webkit-appearance: none;
	-moz-appearance: none;
	background-image: url('https://www.omniaretail.com/hubfs/2023/Icons/filters-icon.svg');
	background-repeat: no-repeat;
	background-position: right 32px center;
	background-size: 20px 20px;
}

section.filterable-vacancy-wrapper .content-wrapper.vacancies{
	display: flex;
	flex-direction: column;
	justify-content: flex-start;
	align-items: flex-start;
	width: 100%;
	position: relative;
	z-index: 2;
	position: relative;
}

section.filterable-vacancy-wrapper .content-wrapper.vacancies #message-container,
section.filterable-vacancy-wrapper .content-wrapper.vacancies #no-results-message-container{
	position: absolute;
	top: 0;
	left: 32px;
	width: 100%;
	opacity: 0;
	transition: 0.3s ease-in-out;
}

section.filterable-vacancy-wrapper .content-wrapper.vacancies #message-container.show-message,
section.filterable-vacancy-wrapper .content-wrapper.vacancies #no-results-message-container.show-message{
	opacity: 1;
}

section.filterable-vacancy-wrapper .content-wrapper.vacancies .vacancies-wrapper {
	display: flex;
	flex-direction: column;
	justify-content: flex-start;
	align-items: flex-start;
	width: 100%;
	position: relative;
	z-index: 2;
}

section.filterable-vacancy-wrapper .rt-list__offer-title, 
section.filterable-vacancy-wrapper .rt-list__offer-location, 
section.filterable-vacancy-wrapper .rt-details__header-title, 
section.filterable-vacancy-wrapper .rt-details__header-subtitle, 
section.filterable-vacancy-wrapper .rt-details__separator{
	font-family: 'Gilroy', sans-serif !important;
	font-weight: 500 !important;
	color: #361a44!important;
}

section.filterable-vacancy-wrapper .rt-details__content--requirements{
	font-family: 'Gilroy', sans-serif !important;
	color: #361a44!important;

}

section.filterable-vacancy-wrapper .rt-list__header-item .rt__text{
	font-family: 'Gilroy', sans-serif !important;
	font-weight: 500 !important;
	color: white!important;
}

section.filterable-vacancy-wrapper #recruitee-careers-details-container .rt-details__content ul li {
	font-family: 'Gilroy', sans-serif !important;
	font-weight: 500 !important;
	color: #361a44!important;
}

section.filterable-vacancy-wrapper #recruitee-careers .rt-body{
	width: 100%!important;
	width: 100%!important;
	background: transparent!important;
	border-color: transparent!important;
	box-shadow: 0px 0px 0px transparent!important;
	padding: 0px!important;
}

section.filterable-vacancy-wrapper .rt__button{
	border-radius: 70px!important;
	color: #fff!important;
	display: inline-flex!important;
	font-size: 14px!important;
	font-weight: 500!important;
	padding: 16px 32px!important;
	text-decoration: none!important;
	transition: .5s ease-in-out!important;
	background: #ff117f!important;
	align-items: center;
}

section.filterable-vacancy-wrapper .rt-list{
	width: 100%!important;
}

section.filterable-vacancy-wrapper .content-wrapper.vacancies .vacancies-wrapper .rt-body .rt-list .rt-list__items{
	background: #F7EFE5!important;
	border-radius: 20px!important;
	box-shadow: none!important;
	border: 0px!important;
	max-width: calc(100% / 3 - 19px)!important;
	width: calc(100% / 3 - 19px)!important;
	padding: 42px 28px !important;
	font-family: 'Gilroy', sans-serif !important;
	overflow: hidden!important;
	position: relative;
	margin-bottom: 28px!important;
}



@media screen and (max-width: 1080px){
	section.filterable-vacancy-wrapper .content-wrapper.vacancies .vacancies-wrapper .rt-body .rt-list .rt-list__items{
		max-width: 100%!important;
		width: 100%!important;
	}
}

section.filterable-vacancy-wrapper .content-wrapper.vacancies .vacancies-wrapper .rt-body .rt-list__header--root {
	position: absolute!important;
	margin: 0!important;
	bottom: 16px!important;
	right: 0!important;
}

section.filterable-vacancy-wrapper .content-wrapper.vacancies .vacancies-wrapper .rt-body .rt-list__header-item .rt__text {
	background-color: #FF117F!important;
	color: #fff!important;
	display: inline-flex!important;
	text-transform: capitalize!important;
	position: relative!important;
	padding: 9px 22px 7px 22px !important;
	border-radius: 70px 0 0 70px!important;
	font-size: 14px!important;
	font-weight: 700!important;
	min-width: 150px!important;
}

section.filterable-vacancy-wrapper .content-wrapper.vacancies .vacancies-wrapper .rt-body .rt-list__header-item .rt__text::before {
	content:"";
	width: 100%;
	height: 100%;
	background-color: #FF117F;
	position: absolute;
	top: 0;
	right: -100%;
	z-index: 1;
}

section.filterable-vacancy-wrapper .content-wrapper.vacancies .vacancies-wrapper .rt-body .rt-list__items {
	margin: 0 !important;
	padding: 0 !important;
}

section.filterable-vacancy-wrapper .content-wrapper.vacancies .vacancies-wrapper .rt-body .rt-list__items .rt-list__offer-title {
	margin-bottom: 60px !important;
	font-weight: 600 !important;
}

section.filterable-vacancy-wrapper .rt-list__offer-location{
	position: absolute!important;
	bottom: -52px!important;
	left: 0px!important;
	min-height: 40px!important;
	display: flex!important;
	align-items: center!important;
	font-size: 14px!important;
	font-weight: 700;
	color: black!important;
	margin: 0 !important;
	padding-right: 10px !important;
	max-width: calc(100% - 122px) !important;
}

section.filterable-vacancy-wrapper #recruitee-careers .rt-list__offer-item .rt-icon-arrow-forward {
	display: none!important;
}


section.filterable-vacancy-wrapper .rt-list__offer-location .rt-icon.rt-icon-location{
	display: none!important;
}

@media screen and (max-width: 1200px) {

	section.filterable-vacancy-wrapper .rt-list__offer-location{
		max-width: calc(100% - 82px) !important;
	}

	section.filterable-vacancy-wrapper .content-wrapper.vacancies .vacancies-wrapper .rt-body .rt-list__header-item .rt__text {
		min-width: 110px!important;
	}

}

@media screen and (max-width: 1040px) {

	section.filterable-vacancy-wrapper .content-wrapper.filters .spacer{
		width: 70vw;
	}

	section.filterable-vacancy-wrapper .content-wrapper.filters .filter{
		width: 30vw;
	}

	section.filterable-vacancy-wrapper .content-wrapper.title .introduction{
		max-width: 100%;
	}


	section.filterable-vacancy-wrapper .content-wrapper.title h2{
		max-width:100%;
	}

	section.filterable-vacancy-wrapper .content-wrapper.vacancies .vacancies-wrapper .rt-body{
		width: calc(100% / 2 - 28px)!important;
	}

	.rt-list__offer-location{
		max-width: calc(100% - 102px) !important;
	}

	section.filterable-vacancy-wrapper .content-wrapper.vacancies .vacancies-wrapper .rt-body .rt-list__header-item .rt__text {
		min-width: 130px!important;
	}

}

@media screen and (max-width: 768px) {

	section.filterable-vacancy-wrapper .content-wrapper.title{
		padding: 0px;
	}

	section.filterable-vacancy-wrapper .content-wrapper.filters{
		padding: 0px;
	}

	section.filterable-vacancy-wrapper .content-wrapper.vacancies{
		padding: 0px;
	}

	section.filterable-vacancy-wrapper .content-wrapper.filters .spacer{
		display: none;
	}

	section.filterable-vacancy-wrapper .content-wrapper.filters .filter{
		width: 100%;
	}


	section.filterable-vacancy-wrapper .content-wrapper.vacancies .vacancies-wrapper .rt-body{
		width: 100%!important;
	}

	section.filterable-vacancy-wrapper .content-wrapper.cards .card, section.filterable-vacancy-wrapper .content-wrapper.filters .filter {
		width: 100%;
	}

	section.filterable-vacancy-wrapper .content-wrapper.title h2{
		max-width:100%;
	}
}

section .vacancies .show_Consent{display:block;z-index:100;}













.video__wrapper .content-wrapper{
	padding: 0px;
}

.video-wrapper {
	position: relative;
	cursor: pointer;
	pointer-events: none;

}

.video-wrapper.paused {
	pointer-events: all;

}

.video-wrapper svg g,
.video-wrapper svg path {
	transition: 0.1s ease-in-out;
}

.video-wrapper:hover svg g {
	fill: #092540;
}

.video-wrapper:hover svg path {
	fill: #fff;
}

.video-wrapper video {
	width: 100%;
	height: 100%;
	border-radius: 10px;
}

.video-wrapper.paused svg {
	opacity: 1;
}

.video-wrapper svg {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%); /* Move the SVG back by 50% of its own width and height */
	width: 80px;
	height: 80px;
	z-index: 2;
	opacity: 0;
}

.video-wrapper .video-thumbnail{
	opacity: 0;
	border-radius: 10px;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: center;
	z-index: 1;
	transition: 0.15s ease-in-out;
}

.video-wrapper.paused .video-thumbnail{
	opacity: 1;
}

/* Settings */
html {
  scroll-behavior: smooth;
}
hr {
  border-bottom-color: #eee;
}
blockquote {
  font-size: 20px;
}

/* Helper Classes */ 

.truncated {
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 5;
  -webkit-box-orient: vertical;
}

@media screen and (max-width: 767px) {
  .truncated {
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 5;
    -webkit-box-orient: vertical;
    text-overflow: ellipsis;
    height: 5em; /* Adjust this height as needed */
    line-height: 1.2; /* Adjust this line height as needed */
  }
}

.hide {
  display: none!important;
}

.show {
  display: inline-flex !important;
}

.rotated {
  transform: rotate(180deg);
}

.fixed{
  position: fixed!important;
  z-index: 10;
  background-color: white;
}


.bg-shape svg{
  height:100%;
}

.bg-shape svg .shape{
  mix-blend-mode: multiply;
}


.minimised-content {
  overflow: hidden;
  position: relative;
  line-height: 1.2em; /* Adjust line height as needed */
  max-height: calc(1.2em * 3); /* Adjust line height and number of lines */
  transition: 0.5s ease-in-out;
}

.minimised-content.expanded {
  max-height: none;
  transition: 0.5s ease-in-out;
}




/*   Custom Pink Arrow Listing (UL CLASS)    */

 .arrow-list {
  list-style: none;
  padding: 0px;
  margin: 0px;
}

.arrow-list li {
  display: flex;
  align-items: flex-start;
  margin-bottom: 8px;
  font-weight: 500;
}

.arrow-list li::before {
  content: "";
  display: inline-block;
  width: 9px;
  height: 13px;
  background-image: url("data:image/svg+xml;charset=UTF-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='9' height='13' viewBox='0 0 9 13' fill='none'%3E%3Cpath d='M1.10527 13L0 12.0738L6.76973 6.5L0 0.926254L1.10527 0L9 6.5L1.10527 13Z' fill='%23FF117F'/%3E%3C/svg%3E");
  margin-right: 16px;
  flex-shrink: 0;
  margin-top: 4px;
}

.arrow-list li span {
  display: inline-block;
  width: calc(100% - 25px);
  white-space: normal;
  font-weight: 500;
}


/* Cards */

 .card{
  width: 100%;
  border-radius: 20px;
  box-shadow: 0px 3px 3px rgba(0, 0, 0, 0.160784);
  background-color: white;
  margin-bottom: 40px;
  height: auto;
  overflow: hidden;
  transition: 0.15s ease-in-out;
}

.card:hover{
  transform: translateY(-20px);
  box-shadow: 0px 6px 6px rgba(0, 0, 0, 0.160784);
  transition: 0.5s ease-in-out;
}

.card:hover .featured-image img{
  width: 120%;
  height: 280px;
  transition: 0.5s ease-in-out;
}

 .card .featured-image{
  width: 100%;
  height: 230px;
  border-radius: 20px 20px 0px 0px;
  overflow: hidden;
}

.card .featured-image img{
  width: 100%;
  height: 230px;
  border-radius: 20px 20px 0px 0px;
  object-fit: cover;
  object-position: center;
  transition: 0.15s ease-in-out;
}

 .card .card-content{
  padding: 40px 32px;
  transition: 0.15s ease-in-out;
}

 .card .card-content h3{
  line-height: 26px;
  font-weight: 600;
  font-size: 22px;
}

 .card .card-content p{
  font-weight: 500;
}

.card .card-content .description{
  margin-bottom: 0px;
}

 .card .card-content .event-type{
 margin-bottom: 0px;
 color:#ff117f;
}

.card .card-content .cta{
  margin-top: 40px;
}


 .card .card-content .small-default-cta{
  margin-top: 50px;
  display: block;
}

 .card .card-footer{
  display: flex;
  justify-content: flex-end;
  align-items: flex-end;
}

 .card .card-footer .category{
  border-radius: 70px 0px 0px 0px;
  background-color: #F7EFE5;
  box-shadow: inset 0px 2px 0px rgba(0, 0, 0, 0.14);
  padding: 16px 32px;
  font-size: 14px;

}

@media screen and (max-width: 768px) {

  .card .featured-image{
    height: 180px;
  }
  
}

/*   Overide Hubspot Image Module Border Radius  */

img.hs-image-widget{
  border-radius: 20px!important;
  box-shadow: 0px 3px 3px rgba(0, 0, 0, 0.160784)!important;
}

.tooltip{
  position: relative;
  z-index: 100;
  padding: 32px;
  margin-bottom: 32px;
  background-color: rgba(255, 255, 0, 0.294);
  border: 2px red solid;
  color: black;
  font-weight: bold;
}

.detail-intro{
  border-radius: 20px;
}

/*  Animations */

@keyframes fadeEffect {
  from {opacity: 0;}
  to {opacity: 1;}
}