a.cta_button {
    -moz-box-sizing: content-box !important;
    -webkit-box-sizing: content-box !important;
    box-sizing: content-box !important;
    vertical-align: middle
}

.hs-breadcrumb-menu {
    list-style-type: none;
    margin: 0px 0px 0px 0px;
    padding: 0px 0px 0px 0px
}

.hs-breadcrumb-menu-item {
    float: left;
    padding: 10px 0px 10px 10px
}

.hs-breadcrumb-menu-divider:before {
    content: '›';
    padding-left: 10px
}

.hs-featured-image-link {
    border: 0
}

.hs-featured-image {
    float: right;
    margin: 0 0 20px 20px;
    max-width: 50%
}

@media (max-width: 568px) {
    .hs-featured-image {
        float: none;
        margin: 0;
        width: 100%;
        max-width: 100%
    }
}

.hs-screen-reader-text {
    clip: rect(1px, 1px, 1px, 1px);
    height: 1px;
    overflow: hidden;
    position: absolute !important;
    width: 1px
}

.header .lang_switcher_link,
.header .menu__item--depth-1 > .menu__link:not(.in-btn),
.header .menu__link,
.in-lang-switcher__label--current {
    color: #6f6f6e;
}

/* Navigation links */
.nav-link {
    color: #6f6f6e;
    text-decoration: none;
    font-size: 14px;
    line-height: 14px;
    font-weight: 400;
}

    .nav-link:hover {
        color: #9e4894;
        /* Hover text color */
        font-weight: 400;
    }

/* Default: right-aligned (for desktop) */
.mobile-margin {
    text-align: right;
}

/* Left-align on mobile and iPad (up to 1024px wide) */
@media (max-width: 1024px) {
    .mobile-margin {
        text-align: left !important;
    }

    .playfair-display-head {
        font-family: "Playfair Display", serif;
        font-optical-sizing: auto;
        font-weight: 400;
        font-style: italic;
    }
}
/* ---------------------------------- */


/* Theme base styles */

/* Tools
            Any animations, or functions used throughout the project.
            Note: _macros.css needs to be imported into each stylesheet where macros are used and not included here
        */

/* Generic 
            This is where reset, normalize & box-sizing styles go. 
        */
*,
*:before,
*:after {
    box-sizing: border-box;
}

/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */

/* Document 
            ========================================================================== */

/**
        * 1. Correct the line height in all browsers.
        * 2. Prevent adjustments of font size after orientation changes in iOS.
        */
html {
    line-height: 1.15;
    /* 1 */
    -webkit-text-size-adjust: 100%;
    /* 2 */
}

/* Sections 
            ========================================================================== */

/**
        * Remove the margin in all browsers.
        */
body {
    margin: 0;
}

/**
        * Render the `main` element consistently in IE.
        */
main {
    display: block;
}

/**
        * Correct the font size and margin on `h1` elements within `section` and
        * `article` contexts in Chrome, Firefox, and Safari.
        */
h1 {
    font-size: 2em;
    margin: 0.67em 0;
}

/* Grouping content
            ========================================================================== */

/**
        * 1. Add the correct box sizing in Firefox.
        * 2. Show the overflow in Edge and IE.
        */
hr {
    box-sizing: content-box;
    /* 1 */
    height: 0;
    /* 1 */
    overflow: visible;
    /* 2 */
}

/**
        * 1. Correct the inheritance and scaling of font size in all browsers.
        * 2. Correct the odd `em` font sizing in all browsers.
        */
pre {
    font-family: monospace, monospace;
    /* 1 */
    font-size: 1em;
    /* 2 */
}

/* Text-level semantics
            ========================================================================== */

/**
        * Remove the gray background on active links in IE 10.
        */
a {
    background-color: transparent;
}

/**
        * 1. Remove the bottom border in Chrome 57-
        * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
        */
abbr[title] {
    border-bottom: none;
    /* 1 */
    text-decoration: underline;
    /* 2 */
    text-decoration: underline dotted;
    /* 2 */
}

/**
        * Add the correct font weight in Chrome, Edge, and Safari.
        */
b,
strong {
    font-weight: bolder;
}

/**
        * 1. Correct the inheritance and scaling of font size in all browsers.
        * 2. Correct the odd `em` font sizing in all browsers.
        */
code,
kbd,
samp {
    font-family: monospace, monospace;
    /* 1 */
    font-size: 1em;
    /* 2 */
}

/**
        * Add the correct font size in all browsers.
        */
small {
    font-size: 80%;
}

/**
        * Prevent `sub` and `sup` elements from affecting the line height in
        * all browsers.
        */
sub,
sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
}

sub {
    bottom: -0.25em;
}

sup {
    top: -0.5em;
}

/* Embedded content
            ========================================================================== */

/**
        * Remove the border on images inside links in IE 10.
        */
img {
    border-style: none;
    max-width: 100%;
    height: auto;
}

/* Forms
            ========================================================================== */

/**
        * 1. Change the font styles in all browsers.
        * 2. Remove the margin in Firefox and Safari.
        */
button,
input,
optgroup,
select,
textarea {
    font-family: inherit;
    /* 1 */
    font-size: 100%;
    /* 1 */
    line-height: 1.15;
    /* 1 */
    margin: 0;
    /* 2 */
}

/**
        * Show the overflow in IE.
        * 1. Show the overflow in Edge.
        */
button,
input {
    /* 1 */
    overflow: visible;
}

/**
        * Remove the inheritance of text transform in Edge, Firefox, and IE.
        * 1. Remove the inheritance of text transform in Firefox.
        */
button,
select {
    /* 1 */
    text-transform: none;
}

/**
        * Correct the inability to style clickable types in iOS and Safari.
        */
button,
[type="button"],
[type="reset"],
[type="submit"] {
    -webkit-appearance: button;
}

    /**
        * Remove the inner border and padding in Firefox.
        */
    button::-moz-focus-inner,
    [type="button"]::-moz-focus-inner,
    [type="reset"]::-moz-focus-inner,
    [type="submit"]::-moz-focus-inner {
        border-style: none;
        padding: 0;
    }

    /**
        * Restore the focus styles unset by the previous rule.
        */
    button:-moz-focusring,
    [type="button"]:-moz-focusring,
    [type="reset"]:-moz-focusring,
    [type="submit"]:-moz-focusring {
        outline: 1px dotted ButtonText;
    }

/**
        * Correct the padding in Firefox.
        */
fieldset {
    padding: 0.35em 0.75em 0.625em;
}

/**
        * 1. Correct the text wrapping in Edge and IE.
        * 2. Correct the color inheritance from `fieldset` elements in IE.
        * 3. Remove the padding so developers are not caught out when they zero out
        *    `fieldset` elements in all browsers.
        */
legend {
    box-sizing: border-box;
    /* 1 */
    color: inherit;
    /* 2 */
    display: table;
    /* 1 */
    max-width: 100%;
    /* 1 */
    padding: 0;
    /* 3 */
    white-space: normal;
    /* 1 */
}

/**
        * Add the correct vertical alignment in Chrome, Firefox, and Opera.
        */
progress {
    vertical-align: baseline;
}

/**
        * Remove the default vertical scrollbar in IE 10+.
        */
textarea {
    overflow: auto;
}

/**
        * 1. Add the correct box sizing in IE 10.
        * 2. Remove the padding in IE 10.
        */
[type="checkbox"],
[type="radio"] {
    box-sizing: border-box;
    /* 1 */
    padding: 0;
    /* 2 */
}

/**
        * Correct the cursor style of increment and decrement buttons in Chrome.
        */
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
    height: auto;
}

/**
        * 1. Correct the odd appearance in Chrome and Safari.
        * 2. Correct the outline style in Safari.
        */
[type="search"] {
    -webkit-appearance: textfield;
    /* 1 */
    outline-offset: -2px;
    /* 2 */
}

    /**
        * Remove the inner padding in Chrome and Safari on macOS.
        */
    [type="search"]::-webkit-search-decoration {
        -webkit-appearance: none;
    }

/**
        * 1. Correct the inability to style clickable types in iOS and Safari.
        * 2. Change font properties to `inherit` in Safari.
        */
::-webkit-file-upload-button {
    -webkit-appearance: button;
    /* 1 */
    font: inherit;
    /* 2 */
}

/* Interactive
            ========================================================================== */

/*
        * Add the correct display in Edge, IE 10+, and Firefox.
        */
details {
    display: block;
}

/*
        * Add the correct display in all browsers.
        */
summary {
    display: list-item;
}

/* Misc
            ========================================================================== */

/**
        * Add the correct display in IE 10+.
        */
template {
    display: none;
}

/**
        * Add the correct display in IE 10.
        */
[hidden] {
    display: none;
}

/* Objects
        Non-cosmetic design patterns including grid and layout classes)
        */

/* Responsive grid */
.row-fluid {
    width: 100%;
}

    .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%;
        -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%;
    }

    .row-fluid .span11 {
        width: 91.489361693%;
    }

    .row-fluid .span10 {
        width: 82.97872339599999%;
    }

    .row-fluid .span9 {
        width: 74.468085099%;
    }

    .row-fluid .span8 {
        width: 65.95744680199999%;
    }

    .row-fluid .span7 {
        width: 57.446808505%;
    }

    .row-fluid .span6 {
        width: 48.93617020799999%;
    }

    .row-fluid .span5 {
        width: 40.425531911%;
    }

    .row-fluid .span4 {
        width: 31.914893614%;
    }

    .row-fluid .span3 {
        width: 23.404255317%;
    }

    .row-fluid .span2 {
        width: 14.89361702%;
    }

    .row-fluid .span1 {
        width: 6.382978723%;
    }

.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%;
    }

        .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%;
            -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%;
        }

        .row-fluid .span11 {
            width: 91.436464082%;
        }

        .row-fluid .span10 {
            width: 82.87292817100001%;
        }

        .row-fluid .span9 {
            width: 74.30939226%;
        }

        .row-fluid .span8 {
            width: 65.74585634900001%;
        }

        .row-fluid .span7 {
            width: 57.182320438000005%;
        }

        .row-fluid .span6 {
            width: 48.618784527%;
        }

        .row-fluid .span5 {
            width: 40.055248616%;
        }

        .row-fluid .span4 {
            width: 31.491712705%;
        }

        .row-fluid .span3 {
            width: 22.928176794%;
        }

        .row-fluid .span2 {
            width: 14.364640883%;
        }

        .row-fluid .span1 {
            width: 5.801104972%;
        }
}

@media (min-width: 1280px) {
    .row-fluid {
        width: 100%;
    }

        .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%;
            -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%;
        }

        .row-fluid .span11 {
            width: 91.45299145300001%;
        }

        .row-fluid .span10 {
            width: 82.905982906%;
        }

        .row-fluid .span9 {
            width: 74.358974359%;
        }

        .row-fluid .span8 {
            width: 65.81196581200001%;
        }

        .row-fluid .span7 {
            width: 57.264957265%;
        }

        .row-fluid .span6 {
            width: 48.717948718%;
        }

        .row-fluid .span5 {
            width: 40.170940171000005%;
        }

        .row-fluid .span4 {
            width: 31.623931624%;
        }

        .row-fluid .span3 {
            width: 23.076923077%;
        }

        .row-fluid .span2 {
            width: 14.529914530000001%;
        }

        .row-fluid .span1 {
            width: 5.982905983%;
        }
}

/* Clearfix */
.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-wrapper {
    margin: 0 auto;
    padding: 0 15px;
}

@media screen and (min-width: 1380px) {
    .content-wrapper {
        padding: 0;
    }
}

.dnd-section > .row-fluid {
    margin: 0 auto;
}

.dnd-section .dnd-column {
    padding: 0 15px;
}

@media (max-width: 767px) {
    .dnd-section .dnd-column {
        padding: 0;
    }
}

/* Elements
        Base HMTL elements are styled in this section (<body<, <h1>, <a>, <p>, <button> etc.)
        */
body {
    line-height: 1.4;
    word-break: break-word;
}

html[lang^="ja"] body,
html[lang^="zh"] body,
html[lang^="ko"] body {
    line-break: strict;
    overflow-wrap: normal;
    word-break: break-word;
}

/* Paragraphs */
p {
    font-size: 1rem;
    margin: 0 0 1rem;
}

/* Anchors */
a {
    cursor: pointer;
}

/* Headings */
h1,
h2,
h3,
h4,
h5,
h6 {
    margin: 0 0 1.4rem;
    word-break: break-word;
}

/* Lists */
ul,
ol {
    margin: 0 0 1.4rem;
}

    ul ul,
    ol ul,
    ul ol,
    ol ol {
        margin: 0;
    }

    ul.no-list {
        list-style: none;
        margin: 0;
        padding-left: 0;
    }

/* Code blocks */
pre {
    overflow: auto;
}

code {
    vertical-align: bottom;
}

/* Blockquotes */
blockquote {
    border-left: 2px solid;
    margin: 0 0 1.4rem;
    padding-left: 0.7rem;
}

/* Image alt text */
img {
    max-width: 100%;
    height: auto;
}

.in-btn {
    cursor: pointer;
    display: inline-block;
    letter-spacing: 0.1px;
    line-height: 1.5;
    min-width: 140px;
    text-align: center;
    transition: 0.3s linear all;
}

.in-btn__icon {
    display: inline-block;
    height: 20px;
    position: absolute;
    top: 50%;
    transform: translateY(calc(-50% - 2px));
    width: 20px;
}

.in-btn__text {
    position: relative;
}

    .in-btn__text.icon--left {
        padding: 0 10px 0 30px;
    }

    .in-btn__text.icon--right {
        padding: 0 30px 0 10px;
    }

    .in-btn__text.icon--left .in-btn__icon {
        left: 0;
    }

    .in-btn__text.icon--right .in-btn__icon {
        right: 0;
    }

/* Animation */
.in-btn-animation {
    overflow: hidden;
    position: relative;
    transition: all 0.3s cubic-bezier(0.1, 0.3, 0.3, 0.1);
    z-index: 9;
}

    .in-btn-animation::before {
        bottom: 0;
        content: '';
        height: 100%;
        left: 0;
        position: absolute;
        top: 0;
        transition: all 0.3s cubic-bezier(0.1, 0.3, 0.3, 0.1);
        width: 0;
        z-index: -1;
    }

    .in-btn-animation:hover::before {
        right: 0;
        transition: all 0.3s cubic-bezier(0.1, 0.3, 0.3, 0.1);
        width: 100%;
    }

.hs-form-field {
    margin-bottom: 30px;
}

/* Form Header */
.hs-main-font-element h1 {
    color: #5B5F6F;
}

/* Labels */
form label {
    color: #5B5F6F;
    display: block;
    font-size: 16px;
    font-weight: 500;
    margin-bottom: 8px;
    padding-top: 0;
    text-align: left;
    width: auto;
}

/* Help text - legends */
form legend {
    color: #5B5F6F;
    font-size: 0.875rem;
}

/* Inputs */
.input {
    position: relative;
}

input[type=text],
input[type=email],
input[type=password],
input[type=tel],
input[type=number],
input[type=search],
select,
textarea {
    background-color: #FBFBFB;
    border-radius: 8px;
    border: none;
    color: #53535B;
    display: inline-block;
    font-size: 16px;
    line-height: 24px;
    padding: 15px 20px;
    width: 100% !important;
}

option {
    color: #92959F;
}

input[type=file] {
    border: none;
    border-radius: 0;
}

    input[type=text]:focus,
    input[type=email]:focus,
    input[type=password]:focus,
    input[type=tel]:focus,
    input[type=number]:focus,
    input[type=file]:focus,
    input[type=search]:focus,
    select:focus,
    textarea:focus {
        outline: none;
    }

textarea {
    min-height: 150px;
    resize: none;
}

fieldset {
    max-width: 100% !important;
}

::-webkit-input-placeholder {
    color: #92959F;
}

::-moz-placeholder {
    color: #92959F;
}

:-ms-input-placeholder {
    color: #92959F;
}

:-moz-placeholder {
    color: #92959F;
}

::placeholder {
    color: #92959F;
}

/* Inputs - checkbox/radio */
form .inputs-list {
    list-style: none;
    margin: 0;
    padding: 0;
}

.inputs-list > li {
    display: block;
    padding: 0;
    width: 100%;
}

.body-container-wrapper .inputs-list > li {
    padding: 0;
}

    .body-container-wrapper .inputs-list > li:after {
        display: none;
    }

.inputs-list input,
.inputs-list span {
    font-size: 0.875rem;
    vertical-align: middle;
}

form label > input + span {
    font-weight: 400;
    margin-left: 3px;
}

.hs-input[type=checkbox],
.hs-input[type=radio] {
    border: none;
    cursor: pointer;
    height: auto;
    line-height: normal;
    margin-right: 0.35rem;
    padding: 0;
    width: auto;
}

/* Inputs - datepicker */
.hs-fieldtype-date .input .hs-dateinput:before {
    -ms-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    color: #5B5F6F;
    content: '\01F4C5';
    position: absolute;
    right: 10px;
    top: 50%;
    transform: translateY(-50%);
}

.fn-date-picker .pika-table thead th {
    color: #FFF;
}

.fn-date-picker td.is-today .pika-button {
    color: #343A40;
}

.fn-date-picker td.is-selected .pika-button {
    background: #343A40;
    border-radius: 0;
    box-shadow: none;
}

.fn-date-picker td .pika-button:hover {
    background-color: #343A40 !important;
    border-radius: 0 !important;
    color: #FFF;
}

/* Inputs - file picker */
input[type=file] {
    background-color: transparent;
    border: initial;
    box-shadow: none;
    line-height: initial;
    padding: initial;
}

/* Headings and text */
form .hs-richtext,
form .hs-richtext p {
    font-size: 0.875rem;
    margin: 0 0 1.4rem;
}

    form .hs-richtext img {
        max-width: 100% !important;
    }

form .header {
    background-color: transparent;
    border: none;
}

/* GDPR */
.legal-consent-container .hs-form-booleancheckbox-display > span,
.legal-consent-container .hs-form-booleancheckbox-display > span p {
    font-size: 14px;
    margin-left: 1rem !important;
}

/* Validation */
.hs-form-required {
    color: #FF0000;
}

.hs-input.invalid.error {
    border-color: #FF0000;
}

.hs-error-msg {
    color: #DB524E;
    font-size: 16px;
    font-weight: 400;
}

.error {
    border: 1px solid #DB524E;
}

.hs-form-field label .hs-form-required {
    color: #DB524E;
}

/* Submit button */
form input[type=submit],
form .hs-button {
    background-color: #812FBF;
    border-radius: 8px;
    border: 1px solid #812FBF;
    color: #FFF;
    cursor: pointer;
    display: inline-block;
    font-family: 'Inter';
    font-size: 16px;
    font-weight: 700;
    height: auto;
    line-height: 1.1;
    margin: 0;
    outline: none;
    padding: 16px 20px;
    position: relative;
    text-align: center;
    text-decoration: none;
    transition: all 0.3s linear;
    white-space: normal;
    width: auto;
    word-break: break-word;
}

    form input[type=submit]:hover,
    form input[type=submit]:focus,
    form .hs-button:hover,
    form .hs-button:focus {
        background-color: #812FBF;
        border-color: #812FBF;
        color: #FFF;
        outline: none;
        transition: all 0.3s linear;
    }

    form input[type=submit]:active,
    form .hs-button:active {
        background-color: #812FBF;
        border-color: #812FBF;
        color: #FFF;
    }

@media only screen and (max-width: 576px) {
    form input[type=submit],
    form .hs-button {
        display: block;
        width: 100%;
    }
}

/* Date Input */
.hs-form-field .hs-dateinput .hs-datepicker {
    top: -20px;
}

.error {
    width: fit-content;
}

.hs-error-msgs .hs-main-font-element {
    color: #f00;
    margin-bottom: 25px;
}

.form-columns-3 .hs-fieldtype-text.hs-form-field {
    margin-right: 0;
    width: 33.3%;
}

fieldset {
    margin-right: 5px !important;
}

    fieldset .hs_check .hs-input {
        width: 15px !important;
        height: 15px;
    }

    fieldset .legal-consent-container .hs-form-booleancheckbox-display input {
        float: left;
        margin-top: 3px;
        width: 15px !important;
        height: 15px;
    }

.st-footer input[type=text],
.st-footer input[type=email],
.st-footer input[type=password],
.st-footer input[type=tel],
.st-footer input[type=number],
.st-footer input[type=file],
.st-footer input[type=search],
.st-footer select,
.st-footer textarea {
    background: transparent;
}

@media only screen and (min-width: 768px) {
    fieldset.form-columns-3 .hs-form-field {
        width: 33.3% !important;
    }

    fieldset.form-columns-2 .hs-form-field {
        width: 50% !important;
    }

    fieldset.form-columns-1 .hs-form-field .input {
        margin: 0 !important;
    }

    .form-columns-2 .hs-fieldtype-text.hs-form-field {
        width: 50%;
    }
}

/* Custom Css for Checkbox and Radio Button */
.hs-form .hs-input[type=radio],
.hs-form .hs-input[type=checkbox] {
    -moz-appearance: none;
    -webkit-appearance: none;
    appearance: none;
    border-radius: 50%;
    border: 1px solid #8d8d8d;
    height: 20px;
    outline: none;
    position: relative;
    transition: all 0.3s linear;
    width: 20px !important;
}

.hs-form .hs-input[type='radio']:before {
    border-radius: 50%;
    content: '';
    height: 12px;
    left: 3px;
    position: absolute;
    top: 3px;
    width: 12px;
}

.hs-form .hs-input[type="radio"]:checked:before {
    background: #812FBF;
}

.hs-form .hs-input[type="radio"]:checked {
    border-color: #812FBF;
}

.hs-form .hs-input[type=checkbox] {
    border-radius: 2px;
}

    .hs-form .hs-input[type=checkbox]:checked {
        background: #812FBF;
        border: 1px solid #812FBF;
    }

        .hs-form .hs-input[type=checkbox]:checked:before {
            background: #ffffff;
            content: '';
            height: 13px;
            left: 10px;
            position: absolute;
            top: 3px;
            transform: rotate(45deg);
            width: 3px;
        }

        .hs-form .hs-input[type=checkbox]:checked:after {
            background: #ffffff;
            content: '';
            height: 8px;
            left: 4px;
            position: absolute;
            top: 8px;
            transform: rotate(-45deg);
            width: 3px;
        }

/* Table */
table {
    border-collapse: collapse;
    margin-bottom: 1.4rem;
    overflow-wrap: break-word;
}

/* Table cells */
td,
th {
    vertical-align: top;
}

/* Table header */
thead th {
    vertical-align: bottom;
}

/* Components
        Specific pieces of UI that are stylized. Typically used for global partial styling
        */

/* Header DND sections and container */
.in-box-shadow--enable {
    box-shadow: 0 1px 2px 0 rgba(145, 151, 161, 8%), 0 4px 8px 0 rgba(145, 151, 161, 4%);
}

.header .dnd-section {
    padding: 0;
}

.in-header.header__container {
    padding: 15px 0;
}

@media (max-width: 991px) {
    body.in-header__dropdown--open {
        position: relative;
        overflow: hidden;
    }

        body.in-header__dropdown--open:after {
            position: absolute;
            inset: 0;
            content: '';
            background-color: rgba(0, 0, 0, 0.5);
        }

    body:not(.hubspot-disable-focus-styles) .in-header-wrap {
        left: 0;
        position: fixed;
        right: 0;
        top: 0;
        z-index: 9999;
        overflow-y: auto;
    }

    body.in-header__dropdown--open:not(.hubspot-disable-focus-styles) .in-header-wrap {
        bottom: 30px;
    }

    .in-header.header__container {
        position: relative;
    }

    div:not(.hs-landing-page) .body-container-wrapper {
        transition: margin-top 0.2s linear;
        margin-top: 70px;
    }

    .page-editor .body-container-wrapper,
    .hubspot-disable-focus-styles .body-container-wrapper {
        margin-top: 0 !important;
    }

    .in-header__top,
    .in-header__bottom {
        display: none;
    }
}

/* Navigation skipper */
.header__skip {
    height: 1px;
    left: -1000px;
    overflow: hidden;
    position: absolute;
    text-align: left;
    top: -1000px;
    width: 1px;
}

    .header__skip:hover,
    .header__skip:focus,
    .header__skip:active {
        height: auto;
        left: 0;
        overflow: visible;
        top: 0;
        width: auto;
    }

@media only screen and (min-width: 768px) {
    .in-header.header__container .row-fluid.show-menu {
        display: unset !important;
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .in-header .span8 .span6,
    .in-header .span12 .span6,
    .in-header .span12,
    .in-header .span11,
    .in-header .span10,
    .in-header .span9,
    .in-header .span8,
    .in-header .span7,
    .in-header .span6,
    .in-header .span5,
    .in-header .span4,
    .in-header .span3,
    .in-header .span2,
    .in-header .span1 {
        width: 100% !important;
        margin-left: 0 !important;
    }

    .in-header > .row-fluid {
        display: block !important;
    }
}

.footer .dnd-section .dnd-column {
    padding: 0;
}

.footer .content-wrapper {
    padding: 0;
}

.footer .menu__submenu {
    background: 0;
    box-shadow: none;
    position: unset;
    transform: translateX(0);
}

    .footer .menu__submenu .menu__item {
        border: 0;
    }

.footer .menu__item--depth-1 > .menu__child-toggle .menu__child-toggle-icon {
    transform: rotate(45deg);
}

.footer .menu__item--depth-1 > .menu__child-toggle .menu__child-toggle-icon,
.footer .menu .menu__wrapper .menu__item .menu__submenu--level-2 .menu__child-toggle-icon {
    border-bottom: 2px solid #ffffff;
    border-right: 2px solid #ffffff;
    display: block;
    height: 8px;
    width: 8px;
}

.footer .menu .menu__wrapper .menu__item .menu__submenu--level-2 .menu__child-toggle {
    background: 0;
    border: 0;
    top: 20px;
}

.footer .menu .menu__wrapper .menu__item .menu__submenu--level-2 .menu__child-toggle-icon {
    border-color: #ffffff;
    transform: rotate(45deg);
}

.footer .menu--mobile {
    display: none !important;
}

.footer .menu__item {
    padding: 8px 12px 8px 0px;
    width: 100%;
}

    .footer .menu__item:last-child {
        padding-bottom: 0;
    }

.footer .menu__submenu--level-2,
.footer .menu__submenu .menu__submenu--level-3 {
    padding-left: 15px;
}

.in-footer__copyright a {
    color: #fff;
    text-decoration: none;
}

.footer .in-social-links {
    margin-bottom: 20px;
}

.footer .menu__item {
    border: none !important;
}

.footer .in-icon-box__col-compact .in-icon-box__content p {
    word-break: break-word;
}

.footer .menu__submenu {
    display: block !important;
}

.footer--no-navigation .in-footer-copyright {
    border-top: none !important;
    padding: 0 !important;
}

@media (max-width: 767px) {
    .footer .menu__link {
        padding: 0 !important;
    }

    .in-footer__menu-heading h6 {
        margin-bottom: 10px;
    }
}

/* Menu and simple menu */
.hs-menu-wrapper ul {
    display: flex;
    flex-wrap: wrap;
    list-style: none;
    margin: 0;
    padding-left: 0;
}

/* Horizontal menu */
.hs-menu-wrapper.hs-menu-flow-horizontal .hs-menu-children-wrapper {
    flex-direction: column;
}

@media (max-width: 767px) {
    .hs-menu-wrapper.hs-menu-flow-horizontal ul {
        flex-direction: column;
    }
}

/* Vertical menu */
.hs-menu-wrapper.hs-menu-flow-vertical ul {
    flex-direction: column;
}

/* Flyouts */
.hs-menu-wrapper.hs-menu-flow-vertical.flyouts ul {
    display: inline-flex;
}

@media (max-width: 767px) {
    .hs-menu-wrapper.hs-menu-flow-vertical ul {
        display: flex;
    }
}

.hs-menu-wrapper.flyouts .hs-item-has-children {
    position: relative;
}

.hs-menu-wrapper.flyouts .hs-menu-children-wrapper {
    left: -9999px;
    opacity: 0;
    position: absolute;
}

    .hs-menu-wrapper.flyouts .hs-menu-children-wrapper a {
        display: block;
        white-space: nowrap;
    }

.hs-menu-wrapper.hs-menu-flow-horizontal.flyouts .hs-item-has-children:hover > .hs-menu-children-wrapper {
    left: 0;
    opacity: 1;
    top: 100%;
}

.hs-menu-wrapper.hs-menu-flow-vertical.flyouts .hs-item-has-children:hover > .hs-menu-children-wrapper {
    left: 100%;
    opacity: 1;
    top: 0;
}

@media (max-width: 767px) {
    .hs-menu-wrapper.flyouts .hs-menu-children-wrapper,
    .hs-menu-wrapper.hs-menu-flow-horizontal.flyouts .hs-item-has-children:hover > .hs-menu-children-wrapper,
    .hs-menu-wrapper.hs-menu-flow-vertical.flyouts .hs-item-has-children:hover > .hs-menu-children-wrapper {
        left: 0;
        opacity: 1;
        position: relative;
        top: auto;
    }
}

/* CTA, logo, and rich text images */
.hs_cos_wrapper_type_cta img,
.hs_cos_wrapper_type_logo img,
.hs_cos_wrapper_type_rich_text img {
    height: auto;
    max-width: 100%;
}

/* Templates */
/* @import url('http://example.com/example_style.css'); */

/***********************************************/
/* CSS @imports must be at the top of the file */
/* Add them above this section                 */
/***********************************************/
.in-git {
    border-radius: 24px;
    margin: 0 auto;
    max-width: 1140px;
}

.sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0 0 0 0);
    white-space: nowrap;
    border: 0;
}

@media only screen and (max-width: 1200px) {
    .in-git {
        margin: 0 20px;
    }
}

@media only screen and (max-width: 767px) {
    body:not(.hubspot-disable-focus-styles) .in-tab-full-width .dnd-column:not(:last-child) {
        margin-bottom: 20px;
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    body:not(.hubspot-disable-focus-styles) .in-tab-full-width .span8 .span6,
    body:not(.hubspot-disable-focus-styles) .in-tab-full-width .span12 .span6,
    body:not(.hubspot-disable-focus-styles) .in-tab-full-width .span12,
    body:not(.hubspot-disable-focus-styles) .in-tab-full-width .span11,
    body:not(.hubspot-disable-focus-styles) .in-tab-full-width .span10,
    body:not(.hubspot-disable-focus-styles) .in-tab-full-width .span9,
    body:not(.hubspot-disable-focus-styles) .in-tab-full-width .span8,
    body:not(.hubspot-disable-focus-styles) .in-tab-full-width .span7,
    body:not(.hubspot-disable-focus-styles) .in-tab-full-width .span6,
    body:not(.hubspot-disable-focus-styles) .in-tab-full-width .span5,
    body:not(.hubspot-disable-focus-styles) .in-tab-full-width .span4,
    body:not(.hubspot-disable-focus-styles) .in-tab-full-width .span3,
    body:not(.hubspot-disable-focus-styles) .in-tab-full-width .span2,
    body:not(.hubspot-disable-focus-styles) .in-tab-full-width .span1 {
        width: 100% !important;
        margin-left: 0 !important;
    }

    body:not(.hubspot-disable-focus-styles) .in-tab-full-width .dnd-column:last-child {
        margin-bottom: 0;
    }

    body:not(.hubspot-disable-focus-styles) .in-tab-full-width > .row-fluid {
        display: block !important;
    }
}

/*****************************************/
/* Start your style declarations here    */
/*****************************************/

/* Utilities
        Helper classes with ability to override anything that comes before it
        */

/* For content that needs to be visually hidden but stay visible for screenreaders */
.show-for-sr {
    border: 0 !important;
    clip: rect(0, 0, 0, 0) !important;
    height: 1px !important;
    overflow: hidden !important;
    padding: 0 !important;
    position: absolute !important;
    white-space: nowrap !important;
    width: 1px !important;
}

@media (max-width: 767px) {
    .show-for-sr--mobile {
        border: 0 !important;
        clip: rect(0, 0, 0, 0) !important;
        height: 1px !important;
        overflow: hidden !important;
        padding: 0 !important;
        position: absolute !important;
        white-space: nowrap !important;
        width: 1px !important;
    }
}


/* 1a. Containers */
/* 1b. Colors */
/* 1c. Typography */
/* Mini Title  */
/* Body Text */
/* Heading One */
/* Heading Two */
/* Heading Three */
/* Heading Four */
/* Heading Five */
/* Heading Six */
/* Anchor */
/* 1d. Buttons */
/* General Button */
/* Dark Button Filled and Outlined */
/* Dark Button Filled */
/* 1e. Forms */
/* 1f. Tables */
/* 1g. Website header */
/* 1h. Website footer */
.content-wrapper {
    max-width: 1290px;
}

.dnd-section,
.content-wrapper--vertical-spacing {
    padding: 80px 1rem;
}

    .dnd-section > .row-fluid {
        max-width: 1290px;
    }

body {
    background-color: #FFFFFF;
}

/* Paragraphs */
body,
html,
p {
    font-family: 'Open Sans', sans-serif;
    font-style: normal;
    font-weight: normal;
    text-decoration: none;
    color: #6f6f6e;
    font-size: 16px;
    letter-spacing: 0.1px;
    line-height: 26px;
}

/* Anchors */
a {
    font-family: 'Open Sans', sans-serif;
    font-style: normal;
    font-weight: 500;
    text-decoration: none;
    font-size: 16px;
    color: #9e4894;
    line-height: 24px;
}

    a:hover {
        font-family: 'Open Sans', sans-serif;
        font-style: normal;
        font-weight: 500;
        text-decoration: none;
    }

    a:not(.in-btn, .in-blog__author-name, .blog-related-posts__title-link, .lang_switcher_link):active a:not(.in-btn, .in-blog__author-name, .blog-related-posts__title-link, .menu__link, ):hover,
    a:not(.in-btn, .in-blog__author-name, .blog-related-posts__title-link, .menu__link, .lang_switcher_link):focus {
        color: #6f6f6e;
    }

/* Headings */
.in-tc__mini-title {
    font-family: 'Open Sans', sans-serif;
    font-style: normal;
    font-weight: normal;
    text-decoration: none;
    color: #00a8cb;
    font-size: 22px;
    letter-spacing: 0px;
    line-height: 24px;
}

h1 {
    font-family: Bitter, serif;
    font-style: normal;
    font-weight: normal;
    text-decoration: none;
    color: #6F6F6E;
    font-size: 38px;
    letter-spacing: 0px;
    line-height: 42px;
    text-transform: none;
}

h2 {
    font-family: Bitter, serif;
    font-style: normal;
    font-weight: normal;
    text-decoration: none;
    color: #6F6F6E;
    font-size: 32px;
    letter-spacing: 0px;
    line-height: 40px;
    text-transform: none;
}

h3 {
    font-family: Bitter, serif;
    font-style: normal;
    font-weight: normal;
    text-decoration: none;
    color: #6f6f6e;
    font-size: 24px;
    letter-spacing: 0px;
    line-height: 30px;
    text-transform: none;
}

h4 {
    font-family: Bitter, serif;
    font-style: normal;
    font-weight: normal;
    text-decoration: none;
    color: #6f6f6e;
    font-size: 22px;
    letter-spacing: 0px;
    line-height: 24px;
    text-transform: none;
}

h5,
.in-card__title a,
.in-team-card__name a,
.in-communication-preferences .header {
    font-family: Bitter, serif;
    font-style: normal;
    font-weight: 600;
    text-decoration: none;
    color: #6f6f6e;
    font-size: 22px;
    letter-spacing: 0px;
    line-height: 24px;
    text-transform: none;
}

h6,
.systems-page .success,
.in-why-us__title {
    font-family: Bitter, serif;
    font-style: normal;
    font-weight: normal;
    text-decoration: none;
    color: #39a4e4;
    font-size: 24px;
    letter-spacing: 0px;
    line-height: 28px;
    text-transform: none;
}

@media only screen and (min-width: 768px) {
    .in-tc__mini-title {
        font-size: 28px;
        letter-spacing: 0px;
        line-height: 30px;
    }

    h1 {
        font-size: 64px;
        line-height: 70px;
    }

    h2 {
        font-size: 48px;
        line-height: 56px;
    }

    h3 {
        font-size: 40px;
        line-height: 48px;
    }

    h4 {
        font-size: 28px;
        line-height: 32px;
    }

    h5,
    .in-card__title a,
    .in-team-card__name a,
    .in-communication-preferences .header {
        font-size: 22px;
        line-height: 24px;
    }

    h6,
    .systems-page .success,
    .in-why-us__title {
        font-size: 24px;
        line-height: 28px;
    }

    body,
    html,
    p {
        font-size: 16px;
        line-height: 26px;
    }
}

/* Blockquote */
blockquote {
    background: #39a4e4;
}

.in-btn {
    padding-top: 9px;
    padding-right: 15px;
    padding-bottom: 9px;
    padding-left: 15px;
    border-radius: 40px;
    font-size: 15px;
    line-height: 20px;
    text-transform: uppercase;
}

    /* Dark Button Filled */
    .in-btn.in-btn--filled-dark {
        font-family: 'Open Sans', sans-serif;
        font-style: normal;
        font-weight: 500;
        text-decoration: none;
        border: 2px solid #9e4894;
        ;
        background-color: #9e4894;
        color: #ffffff;
    }

        .in-btn.in-btn--filled-dark svg path {
            fill: #ffffff;
        }

        .in-btn.in-btn--filled-dark:hover {
            border: 2px solid #9e4894;
            ;
            background-color: #FFFFFF;
            color: #9e4894;
        }

            .in-btn.in-btn--filled-dark:hover svg path {
                fill: #9e4894;
            }

        .in-btn.in-btn--filled-dark:focus,
        .in-btn.in-btn--filled-dark:active {
            border: 2px solid #9e4894;
            ;
            background-color: #FFFFFF;
            color: #9e4894;
        }

            .in-btn.in-btn--filled-dark:focus svg path,
            .in-btn.in-btn--filled-dark:active svg path {
                fill: #9e4894;
            }

        /* Animation */
        .in-btn.in-btn--filled-dark.in-btn-animation:hover::before {
            background-color: #FFFFFF;
        }

        .in-btn.in-btn--filled-dark.in-btn-animation:hover {
            background-color: unset;
            color: #9e4894;
        }

    /* Dark Button Outlined */
    .in-btn.in-btn--outlined-dark {
        font-family: 'Open Sans', sans-serif;
        font-style: normal;
        font-weight: 500;
        text-decoration: none;
        border: 2px solid #9e4894;
        ;
        background-color: rgba(255, 255, 255, 0%);
        color: #9e4894;
    }

        .in-btn.in-btn--outlined-dark svg path {
            fill: #9e4894;
        }

        .in-btn.in-btn--outlined-dark:hover {
            border: 2px solid #9e4894;
            ;
            background-color: #9e4894;
            color: #FFFFFF;
        }

            .in-btn.in-btn--outlined-dark:hover svg path {
                fill: #FFFFFF;
            }

        .in-btn.in-btn--outlined-dark:focus,
        .in-btn.in-btn--outlined-dark:active {
            border: 2px solid #9e4894;
            ;
            background-color: #9e4894;
            color: #FFFFFF;
        }

            .in-btn.in-btn--outlined-dark:focus svg path,
            .in-btn.in-btn--outlined-dark:active svg path {
                fill: #FFFFFF;
            }

        /* Animation */
        .in-btn.in-btn--outlined-dark.in-btn-animation:hover::before {
            background-color: #9e4894;
        }

        .in-btn.in-btn--outlined-dark.in-btn-animation:hover {
            background-color: unset;
            color: #FFFFFF;
        }

    /* Light Button Filled  */
    .in-btn.in-btn--filled-light {
        font-family: Bitter, serif;
        font-style: normal;
        font-weight: 500;
        text-decoration: none;
        border: 2px solid #FFFFFF;
        ;
        background-color: #FFFFFF;
        color: #9e4894;
    }

        .in-btn.in-btn--filled-light svg path {
            fill: #9e4894;
        }

        .in-btn.in-btn--filled-light:hover {
            border: 2px solid #9e4894;
            ;
            background-color: #9e4894;
            color: #FFFFFF;
        }

            .in-btn.in-btn--filled-light:hover svg path {
                fill: #FFFFFF;
            }

        .in-btn.in-btn--filled-light:active,
        .in-btn.in-btn--filled-light:focus {
            border: 2px solid #9e4894;
            ;
            background-color: #9e4894;
            color: #FFFFFF;
        }

            .in-btn.in-btn--filled-light:active svg path,
            .in-btn.in-btn--filled-light:focus svg path {
                fill: #FFFFFF;
            }

        /* Animation */
        .in-btn.in-btn--filled-light.in-btn-animation:hover::before {
            background-color: #9e4894;
        }

        .in-btn.in-btn--filled-light.in-btn-animation:hover {
            background-color: unset;
            color: #FFFFFF;
        }

/* Form */
form {
    border: 1px solid #edeef3;
    padding-top: 30px;
    padding-right: 20px;
    padding-bottom: 30px;
    padding-left: 20px;
    background-color: rgba(255, 255, 255, 1.0);
    border-radius: 8px;
}

.in-form .submitted-message {
    padding-top: 30px;
    padding-right: 20px;
    padding-bottom: 30px;
    padding-left: 20px;
    background-color: rgba(255, 255, 255, 1.0);
}

.in-form .in-form--form {
    border-radius: 8px;
}

.form-title + div > form,
.in-form--form > span > .form-title + div > form {
    border-bottom-left-radius: 8px;
    border-bottom-right-radius: 8px;
}

.form-title + div > form,
.in-form--form > span > .form-title + div > form,
.in-form--form > span > .form-title + div > .submitted-message {
    border-radius: 0 0 8px 8px;
}

/* Form title */
.form-title {
    border-top: 1px solid #edeef3;
    border-right: 1px solid #edeef3;
    border-bottom: 0px solid #edeef3;
    border-left: 1px solid #edeef3;
    padding: 20px;
    font-family: 'Open Sans', sans-serif;
    font-style: normal;
    font-weight: 600;
    text-decoration: none;
    background-color: rgba(255, 255, 255, 1.0);
    border-top-left-radius: 8px;
    border-top-right-radius: 8px;
    color: #030303;
    font-size: 30px;
    letter-spacing: 0px;
    line-height: 32px;
    text-transform: none;
}

/* Labels */
form label {
    padding: 0px;
    font-family: 'Open Sans', sans-serif;
    font-style: normal;
    font-weight: normal;
    text-decoration: none;
    color: #6f6f6e;
    font-size: 16px;
    letter-spacing: 0.1px;
    line-height: 26px;
    text-transform: none;
}

/* Help text */
form legend {
    font-family: 'Open Sans', sans-serif;
    font-style: normal;
    font-weight: normal;
    text-decoration: none;
    color: #6f6f6e;
    font-size: 14px;
}

/* Form fields */
form input[type='text'],
form input[type='email'],
form input[type='password'],
form input[type='tel'],
form input[type='number'],
form input[type='search'],
form select,
form textarea {
    border: 2px solid #EDEEF3;
    ;
    padding: 10px;
    ;
    font-family: 'Open Sans', sans-serif;
    font-style: normal;
    font-weight: normal;
    text-decoration: none;
    line-height: 26px;
    background-color: rgba(250, 249, 246, 1.0);
    border-radius: 8px;
    color: #6f6f6e;
}

    form input[type='text']:focus,
    form input[type='email']:focus,
    form input[type='password']:focus,
    form input[type='tel']:focus,
    form input[type='number']:focus,
    form input[type='search']:focus,
    form select:focus,
    form textarea:focus {
        border-color: #9e4894;
    }

/* Form fields - placeholders */
::-webkit-input-placeholder {
    color: #6f6f6e;
}

::-moz-placeholder {
    color: #6f6f6e;
}

:-ms-input-placeholder {
    color: #6f6f6e;
}

:-moz-placeholder {
    color: #6f6f6e;
}

::placeholder {
    color: #6f6f6e !important;
}

/* Form fields - date picker */
form .hs-dateinput:before {
    right: 10px;
}

form .pika-table thead th {
    background-color: rgba(158, 72, 148, 1.0);
    color: #ffffff;
}

form td.is-today .pika-button {
    color: #9e4894;
}

form .is-selected .pika-button {
    background-color: #ffffff;
    color: #9e4894;
}

form .pika-button:hover {
    background-color: #9e4894 !important;
}

/* Headings and text */
form .hs-richtext,
form .hs-richtext *,
form .hs-richtext p,
form .hs-richtext h1,
form .hs-richtext h2,
form .hs-richtext h3,
form .hs-richtext h4,
form .hs-richtext h5,
form .hs-richtext h6 {
    font-family: 'Open Sans', sans-serif;
    font-style: normal;
    font-weight: normal;
    text-decoration: none;
    color: #6f6f6e;
}

/* GDPR */
form .legal-consent-container,
form .legal-consent-container span,
form .legal-consent-container p,
form .legal-consent-container a,
form .legal-consent-container .hs-richtext,
form .legal-consent-container .hs-richtext p {
    font-family: 'Open Sans', sans-serif;
    font-style: normal;
    font-weight: normal;
    text-decoration: none;
    color: #6f6f6e;
    font-size: 14px;
}

/* Submit button */
form input[type=submit],
form .hs-button,
form .hs-button.primary {
    border: 2px solid #9e4894;
    font-family: 'Open Sans', sans-serif;
    font-style: normal;
    font-weight: 500;
    text-decoration: none;
    padding-top: 9px;
    padding-right: 15px;
    padding-bottom: 9px;
    padding-left: 15px;
    border-radius: 40px;
    font-size: 15px;
    line-height: 20px;
    text-transform: uppercase;
    background: #9e4894;
    color: #ffffff;
}

    form input[type=submit]:hover,
    form .hs-button:hover,
    form .hs-button.primary:hover {
        border: 2px solid #9e4894;
        background: #FFFFFF;
        color: #9e4894;
    }

    body form input[type=submit]:focus,
    body form .hs-button:focus,
    form input[type=submit]:active,
    form .hs-button:active {
        border: 2px solid #9e4894;
        ;
        background-color: #FFFFFF;
        color: #9e4894;
    }

.hs-form__alerts__list-item--error,
.hs-error-msgs .hs-main-font-element,
.hs-error-msg {
    padding-top: 10px;
    padding-right: 0px;
    padding-bottom: 0px;
    padding-left: 0px;
    font-family: 'Open Sans', sans-serif;
    font-style: normal;
    font-weight: normal;
    text-decoration: none;
    color: #DB524E;
    font-size: 16px;
    letter-spacing: 0.1px;
    line-height: 26px;
    text-transform: none;
}

.hs-form .hs-input[type="radio"]:checked:before,
.hs-form .hs-input[type=checkbox]:checked {
    background: #9e4894;
}

.hs-form .hs-input[type="radio"]:checked {
    border-color: #9e4894;
}

.hs-form .hs-input[type=checkbox]:checked {
    border: 1px solid #9e4894;
}

/* Table */
table {
    border: 1px none #9e4894;
    ;
}

/* Table cells */
tbody td {
    background-color: rgba(255, 255, 255, 1.0);
}

th,
td {
    border: 1px none #9e4894;
    padding: 5px;
    ;
    color: #9e4894;
}

/* Table header */
thead th,
thead td {
    background-color: rgba(158, 72, 148, 1.0);
    color: #ffffff;
}

/* Table footer */
tfoot th,
tfoot td {
    background-color: rgba(255, 255, 255, 1.0);
    color: #9e4894;
}

.in-header__top {
    background: #9e4894;
}

.in-header__bottom {
    background: #9e4894;
}

.in-header {
    background-color: rgba(255, 255, 255, 100%);
}

/* Menu items */
.header .menu__link,
.header .lang_switcher_link,
.in-lang-switcher__label--current {
    font-family: 'Open Sans', sans-serif;
    font-style: normal;
    font-weight: normal;
    text-decoration: none;
    font-size: 14px;
    line-height: 24px;
    text-transform: capitalize;
}

/* Menu items - top level */
.header .menu__item--depth-1 > .menu__link:not(.in-btn),
.header .lang_switcher_link,
.in-lang-switcher__label--current,
.header .menu__link {
    color: #9e4894;
}

.header .menu__item:hover > .menu__link,
.header .menu__item:focus > .menu__link {
    color: #6F6F6E;
}

.header .menu__item > .menu__link:active,
.header .menu__item > .menu__link.menu__link--active-link {
    color: #6F6F6E;
}

/* Menu items - submenus */
.header .in-lang-switcher__icon,
.header .menu__item > .menu__child-toggle .menu__child-toggle-icon {
    border-bottom: 1px solid #9e4894;
    border-right: 1px solid #9e4894;
}

.header .lang_switcher_link:hover .in-lang-switcher__icon,
.header .lang_switcher_link:focus .in-lang-switcher__icon,
.header .menu__item:hover > .menu__child-toggle .menu__child-toggle-icon,
.header .menu__item:focus > .menu__child-toggle .menu__child-toggle-icon {
    border-bottom-color: #6F6F6E;
    border-right-color: #6F6F6E;
}

@media only screen and (min-width: 992px) {
    .header .menu__link,
    .header .lang_switcher_link,
    .in-lang-switcher__label--current {
        font-size: 15px;
        line-height: 24px;
    }

    .header .menu__item--depth-1 > .menu__child-toggle .menu__child-toggle-icon {
        border-bottom-color: #9e4894;
        border-right-color: #9e4894;
    }

    .header .menu .menu__wrapper .menu__submenu,
    .header .in-lang-switcher .lang_list_class {
        background-color: #ffffff;
    }

        .in-lang-switcher .lang_switcher_class .lang_switcher_link,
        .header .menu .menu__wrapper .menu__submenu .menu__item .menu__link,
        .header .hs-menu-item a {
            color: #9e4894;
        }

            .in-lang-switcher .lang_switcher_class .lang_switcher_link:hover,
            .in-lang-switcher .lang_switcher_class .lang_switcher_link:focus,
            .header .menu .menu__wrapper .menu__submenu .menu__link:hover,
            .header .menu .menu__wrapper .menu__submenu .menu__link:focus {
                color: #6F6F6E;
            }

        .header .in-lang-switcher .lang_list_class .lang_switcher_link:hover,
        .header .in-lang-switcher .lang_list_class .lang_switcher_link:focus,
        .header .menu .menu__wrapper .menu__submenu .menu__link:hover,
        .header .menu .menu__wrapper .menu__submenu .menu__link:focus {
            background-color: #FFFFFF;
        }

        .header .menu .menu__wrapper .menu__submenu .menu__item .menu__child-toggle-icon {
            border-bottom-color: #9e4894;
            border-right-color: #9e4894;
        }

        .header .menu .menu__wrapper .menu__submenu .menu__item:focus .menu__child-toggle-icon,
        .header .menu .menu__wrapper .menu__submenu .menu__item:hover .menu__child-toggle-icon {
            border-bottom-color: #6F6F6E;
            border-right-color: #6F6F6E;
        }

        .header .menu .menu__wrapper .menu__submenu .menu__item .menu__link:active,
        .header .menu .menu__wrapper .menu__submenu .menu__item .menu__link.menu__link--active-link {
            color: #6F6F6E;
            background-color: #FFFFFF;
        }

    .header .menu__item--depth-1:after,
    .header .menu__item--depth-1:before {
        background-color: #9e4894;
    }
}

/* Footer Background  */
.in-footer {
    background: rgba(158, 72, 148, 1.0);
}

    /* Footer Heading */
    .in-footer h1,
    .in-footer h2,
    .in-footer h3,
    .in-footer h4,
    .in-footer h5,
    .in-footer h6 {
        font-family: Bitter, serif;
        font-style: normal;
        font-weight: normal;
        text-decoration: none;
        color: #FFFFFF;
        font-size: 18px;
        line-height: 20px;
        text-transform: capitalize;
    }

    /* Footer text */
    .in-footer span,
    .in-footer div,
    .in-footer p,
    .in-footer li:not(.menu__item),
    .in-footer blockquote,
    .in-footer a:not(.menu__link) {
        font-family: 'Open Sans', sans-serif;
        font-style: normal;
        font-weight: normal;
        text-decoration: none;
        color: #FFFFFF;
        font-size: 14px;
        line-height: 22px;
        text-transform: none;
    }

    /* Footer menu */
    .in-footer nav a,
    .in-footer .menu__link {
        font-family: 'Open Sans', sans-serif;
        font-style: normal;
        font-weight: normal;
        text-decoration: none;
        color: #ffffff;
        font-size: 16px;
        line-height: 24px;
        text-transform: none;
    }

        .in-footer nav a:hover,
        .in-footer nav a:focus,
        .in-footer .menu__link:hover,
        .in-footer .menu__link:focus {
            color: #FAFAFA;
        }

        .in-footer nav a:active,
        .in-footer .menu__link:active {
            color: #FAFAFA;
        }

        .in-footer nav .active > a,
        .in-footer .menu__link .active > a {
            color: #FAFAFA;
        }

@media only screen and (min-width: 768px) {
    .in-footer h1,
    .in-footer h2,
    .in-footer h3,
    .in-footer h4,
    .in-footer h5,
    .in-footer h6 {
        font-size: 20px;
        line-height: 22px;
    }

    .in-footer p,
    .in-footer li,
    .in-footer blockquote,
    .in-footer a:not(.menu__link) {
        font-size: 12px;
        line-height: 26px;
    }

    .in-footer nav a,
    .in-footer .menu__link {
        font-size: 16px;
        line-height: 24px;
    }
}

.in-blog-detail,
.blog-header__inner,
.blog-related-posts {
    padding: 80px 0;
}

@media only screen and (max-width: 767px) {
    .in-blog-detail,
    .blog-header__inner,
    .blog-related-posts {
        padding: 40.0px 0;
    }
}

/* Blog post */
.blog-post__meta a,
.blog-post__timestamp,
.in-blog-detail__sidebar-tags > li > a,
.in-blog-detail__sidebar-post > li > a {
    color: #6f6f6e;
}

/* Blog related posts */
.blog-related-posts__title-link,
.blog-related-posts__title-link:hover,
.blog-related-posts__title-link:focus,
.blog-related-posts__title-link:active {
    font-family: Bitter, serif;
    font-style: normal;
    font-weight: normal;
    text-decoration: none;
    text-transform: none;
}

.blog-related-posts__title-link {
    color: #6F6F6E;
}

.blog-related-posts__image {
    border-radius: 16px;
}

/* Blog comments */
.blog-comments {
    /*   margin-bottom: 80px; */
}

#comments-listing .comment-reply-to {
    color: #9e4894;
}

    #comments-listing .comment-reply-to:hover,
    #comments-listing .comment-reply-to:focus {
        color: #76206c;
    }

    #comments-listing .comment-reply-to:active {
        color: #c670bc;
    }

.blog-post__body,
.blog-post__body p {
    font-size: 16px;
    letter-spacing: 0px;
    line-height: 24px;
}

    .blog-post__body img {
        border-radius: 16px;
    }

@media only screen and (min-width: 768px) {
    .blog-post__body,
    .blog-post__body p {
        font-size: 16px;
        letter-spacing: 0px;
        line-height: 24px;
    }
}

.in-subscription-confirmation .page-header h2,
.in-communication-preferences h2 {
    color: #9e4894;
}

.in-search__keyword span {
    color: #9e4894;
}

.in-search-results .hs-search-results__listing li a {
    color: #6F6F6E;
}

    .in-search-results .hs-search-results__listing li a:hover {
        color: #9e4894;
    }

.in-search-results .hs-search-results__pagination a {
    ;
    color: #9e4894;
    font-size: 15px;
    line-height: 20px;
    text-transform: uppercase;
}

.backup-unsubscribe input[type=email] {
    border: 2px solid #EDEEF3;
    background-color: rgba(250, 249, 246, 1.0);
    border-radius: 8px;
    color: #6f6f6e;
}

.hs-search-highlight {
    color: #9e4894;
}

/* Blog listing */
.blog-index__post-title-link,
.blog-index__post-title-link:hover,
.blog-index__post-title-link:focus,
.blog-index__post-title-link:active {
    font-family: Bitter, serif;
    font-style: normal;
    font-weight: normal;
    text-decoration: none;
    text-transform: none;
}

.blog-index__post-title-link {
    color: #6F6F6E;
}

    .blog-index__post-title-link:hover,
    .blog-index__post-title-link:focus {
        color: #474746;
    }

    .blog-index__post-title-link:active {
        color: #979796;
    }

.blog-index__post-tag,
.blog-index__post-tag:hover {
    color: #6f6f6e;
}

.in-blog__sidebar .hs-highlight-title,
.in-blog-detail__sidebar .hs-highlight-title {
    color: #9e4894;
    font-weight: 600;
}

.in-blog-detail__sidebar-tags > li > a:hover,
.in-blog-detail__sidebar-post > li > a:hover {
    color: #9e4894
}

/* Blog pagination */
.pagination__link-text,
.pagination__link--number {
    color: #6f6f6e;
}

    .pagination__link:hover .pagination__link-text,
    .pagination__link:focus .pagination__link-text,
    .pagination__link--number:hover,
    .pagination__link--number:focus {
        color: #474746;
    }

    .pagination__link:active .pagination__link-text,
    .pagination__link--number:active {
        color: #979796;
    }

.pagination__link-icon svg {
    fill: #6f6f6e;
}

/* Pricing card */
.card__price {
    font-family: Bitter, serif;
    font-style: normal;
    font-weight: normal;
    text-decoration: none;
    color: #6f6f6e;
    font-size: 40px;
}

.card__body svg {
    fill: #9e4894;
}

/* Social follow */
.social-links__icon {
    background-color: #9e4894;
}

    .social-links__icon:hover,
    .social-links__icon:focus {
        background-color: #76206c;
    }

    .social-links__icon:active {
        background-color: #c670bc;
        font-family: Bitter, serif;
        font-style: normal;
        font-weight: normal;
        text-decoration: none;
        color: #6f6f6e;
        font-size: 40px;
    }

.in-listing-card__column,
.in-listing-grid__column {
    border: 1px solid rgba(158, 72, 148, 0.16);
}

.in-listing-card__title-wrap span,
.in-listing-grid__title-wrap span {
    background: rgba(158, 72, 148, 0.16);
    color: #9e4894;
}

/* Sections  */
.in-git {
    background-color: #9e4894;
}

#hs_cos_wrapper_header-navigation-module-2 .in-logo {
    text-align: left;
}

@media (max-width:767px) {
    #hs_cos_wrapper_header-navigation-module-2 .in-logo {
        text-align: left;
    }
}

#hs_cos_wrapper_header-navigation-module-7 .in-header__controls .in-lang-switcher .globe_class {
    background-image: none;
    overflow: hidden;
    width: 0;
    height: 0;
}

#hs_cos_wrapper_header-navigation-module-7 .in-lang-switcher__icon-wrap.icon--desktop svg path {
    fill: rgba(83, 83, 91, 100%);
}

#hs_cos_wrapper_module_17577041331763 .in-header__controls .in-lang-switcher .globe_class {
    background-image: none;
    overflow: hidden;
    width: 0;
    height: 0;
}

#hs_cos_wrapper_module_17577041331763 .in-lang-switcher__icon-wrap.icon--desktop svg path {
    fill: rgba(83, 83, 91, 100%);
}

#hs_cos_wrapper_widget_1757611314895 .in-tc {
    padding: 0px;
    margin-top: 0px;
    margin-bottom: 0px;
    text-align: center;
}

#hs_cos_wrapper_widget_1757611314895 .in-tc {
    background-color: rgba(255, 255, 255, 0%);
    border-radius: 0px;
}

#hs_cos_wrapper_widget_1757611314895 .in-tc__content h1,
#hs_cos_wrapper_widget_1757611314895 .in-tc__content h2,
#hs_cos_wrapper_widget_1757611314895 .in-tc__content h3,
#hs_cos_wrapper_widget_1757611314895 .in-tc__content h4,
#hs_cos_wrapper_widget_1757611314895 .in-tc__content h5,
#hs_cos_wrapper_widget_1757611314895 .in-tc__content h6 {
    font-family: Open Sans;
    font-family: 'Open Sans', sans-serif;
    font-style: italic;
    font-weight: 500;
    text-decoration: none;
    color: #FFFFFF;
    font-size: 26px;
    line-height: 32px;
}

#hs_cos_wrapper_widget_1757611314895 .in-tc__mini-title {
    font-family: Open Sans;
    font-family: 'Open Sans', sans-serif;
    font-style: normal;
    font-weight: 700;
    text-decoration: none;
    color: #FFFFFF;
    font-size: 26px;
    line-height: 26px;
}

#hs_cos_wrapper_widget_1757611314895 .in-tc__content {
    margin-bottom: 30px;
}

@media (max-width:767px) {
    #hs_cos_wrapper_widget_1757611314895 .in-tc {
        padding: 0px;
        margin-top: 0px;
        margin-bottom: 0px;
    }

    #hs_cos_wrapper_widget_1757611314895 .in-tc__content h1,
    #hs_cos_wrapper_widget_1757611314895 .in-tc__content h2,
    #hs_cos_wrapper_widget_1757611314895 .in-tc__content h3,
    #hs_cos_wrapper_widget_1757611314895 .in-tc__content h4,
    #hs_cos_wrapper_widget_1757611314895 .in-tc__content h5,
    #hs_cos_wrapper_widget_1757611314895 .in-tc__content h6 {
        font-size: 24px;
        line-height: 32px;
    }

    #hs_cos_wrapper_widget_1757611314895 .in-tc__mini-title {
        font-size: 22px;
        line-height: 26px;
    }
}

@media (max-width:576px) {
}

@media (max-width: 992px) {
    body:not(.hubspot-disable-focus-styles) #widget_1757611314895 .in-tc {
        text-align: center;
    }
}

#hs_cos_wrapper_module_1757611950013 .in-img {
    text-align: center;
}

    #hs_cos_wrapper_module_1757611950013 .in-img img {
        border-radius: 0px;
    }

@media (min-width:992px) {
    #hs_cos_wrapper_module_1757611950013 .in-img {
        text-align: center;
    }
}

#hs_cos_wrapper_module_17576121509104 .in-tc {
    padding: 0px;
    margin-top: 0px;
    margin-bottom: 0px;
    max-width: 750px;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
}

#hs_cos_wrapper_module_17576121509104 .in-tc {
    background-color: rgba(255, 255, 255, 0%);
    border-radius: 0px;
}

#hs_cos_wrapper_module_17576121509104 .in-tc__content h1,
#hs_cos_wrapper_module_17576121509104 .in-tc__content h2,
#hs_cos_wrapper_module_17576121509104 .in-tc__content h3,
#hs_cos_wrapper_module_17576121509104 .in-tc__content h4,
#hs_cos_wrapper_module_17576121509104 .in-tc__content h5,
#hs_cos_wrapper_module_17576121509104 .in-tc__content h6 {
    font-family: Open Sans;
    font-family: 'Open Sans', sans-serif;
    font-style: italic;
    font-weight: 500;
    text-decoration: none;
    color: #FFFFFF;
    font-size: 26px;
    line-height: 32px;
}

#hs_cos_wrapper_module_17576121509104 .in-tc__mini-title {
    font-family: Open Sans;
    font-family: 'Open Sans', sans-serif;
    font-style: normal;
    font-weight: 700;
    text-decoration: none;
    color: #FFFFFF;
    font-size: 26px;
    line-height: 26px;
}

#hs_cos_wrapper_module_17576121509104 .in-tc__content {
    margin-bottom: 30px;
}

@media (max-width:767px) {
    #hs_cos_wrapper_module_17576121509104 .in-tc {
        padding: 0px;
        margin-top: 0px;
        margin-bottom: 0px;
    }

    #hs_cos_wrapper_module_17576121509104 .in-tc__content h1,
    #hs_cos_wrapper_module_17576121509104 .in-tc__content h2,
    #hs_cos_wrapper_module_17576121509104 .in-tc__content h3,
    #hs_cos_wrapper_module_17576121509104 .in-tc__content h4,
    #hs_cos_wrapper_module_17576121509104 .in-tc__content h5,
    #hs_cos_wrapper_module_17576121509104 .in-tc__content h6 {
        font-size: 24px;
        line-height: 32px;
    }

    #hs_cos_wrapper_module_17576121509104 .in-tc__mini-title {
        font-size: 22px;
        line-height: 26px;
    }
}

@media (max-width:576px) {
}

@media (max-width: 992px) {
    body:not(.hubspot-disable-focus-styles) #module_17576121509104 .in-tc {
        margin-right: auto;
        margin-left: auto;
        text-align: center;
    }
}

#hs_cos_wrapper_module_17576121509105 .in-img {
    text-align: center;
}

    #hs_cos_wrapper_module_17576121509105 .in-img img {
        border-radius: 0px;
    }

@media (min-width:992px) {
    #hs_cos_wrapper_module_17576121509105 .in-img {
        text-align: center;
    }
}

#hs_cos_wrapper_module_17599533857346 .in-tc {
    padding: 0px;
    margin-top: 10px;
    margin-bottom: 0px;
    max-width: 750px;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
}

#hs_cos_wrapper_module_17599533857346 .in-tc {
    background-color: rgba(255, 255, 255, 0%);
    border-radius: 0px;
}

#hs_cos_wrapper_module_17599533857346 .in-tc__content h1,
#hs_cos_wrapper_module_17599533857346 .in-tc__content h2,
#hs_cos_wrapper_module_17599533857346 .in-tc__content h3,
#hs_cos_wrapper_module_17599533857346 .in-tc__content h4,
#hs_cos_wrapper_module_17599533857346 .in-tc__content h5,
#hs_cos_wrapper_module_17599533857346 .in-tc__content h6 {
    font-family: Open Sans;
    font-family: 'Open Sans', sans-serif;
    font-style: italic;
    font-weight: 500;
    text-decoration: none;
    color: #FFFFFF;
    font-size: 26px;
    line-height: 32px;
}

#hs_cos_wrapper_module_17599533857346 .in-tc__mini-title {
    font-family: Open Sans;
    font-family: 'Open Sans', sans-serif;
    font-style: normal;
    font-weight: 800;
    text-decoration: none;
    color: #FFFFFF;
    font-size: 24px;
    line-height: 24px;
}

#hs_cos_wrapper_module_17599533857346 .in-tc__btn-wrap .in-btn:first-child {
    margin-right: 15px;
}

#hs_cos_wrapper_module_17599533857346 .in-tc__content {
    margin-bottom: 30px;
}

@media (max-width:767px) {
    #hs_cos_wrapper_module_17599533857346 .in-tc {
        padding: 0px;
        margin-top: 0px;
        margin-bottom: 0px;
    }

    #hs_cos_wrapper_module_17599533857346 .in-tc__content h1,
    #hs_cos_wrapper_module_17599533857346 .in-tc__content h2,
    #hs_cos_wrapper_module_17599533857346 .in-tc__content h3,
    #hs_cos_wrapper_module_17599533857346 .in-tc__content h4,
    #hs_cos_wrapper_module_17599533857346 .in-tc__content h5,
    #hs_cos_wrapper_module_17599533857346 .in-tc__content h6 {
        font-size: 24px;
        line-height: 32px;
    }

    #hs_cos_wrapper_module_17599533857346 .in-tc__mini-title {
        font-size: 22px;
        line-height: 26px;
    }
}

@media (max-width:576px) {
    #hs_cos_wrapper_module_17599533857346 .in-tc__btn-wrap .in-btn:first-child {
        margin-right: 0px;
        margin-bottom: 20px;
    }
}

@media (max-width: 992px) {
    body:not(.hubspot-disable-focus-styles) #module_17599533857346 .in-tc {
        margin-right: auto;
        margin-left: auto;
        text-align: center;
    }
}

#hs_cos_wrapper_module_17599533857347 .in-img {
    text-align: center;
}

    #hs_cos_wrapper_module_17599533857347 .in-img img {
        border-radius: 0px;
    }

@media (min-width:992px) {
    #hs_cos_wrapper_module_17599533857347 .in-img {
        text-align: center;
    }
}

#hs_cos_wrapper_module_17659154902827 .in-tc {
    padding: 0px;
    margin-top: 20px;
    margin-bottom: 0px;
    max-width: 1080px;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
}

#hs_cos_wrapper_module_17659154902827 .in-tc {
    background-color: rgba(255, 255, 255, 0%);
    border-radius: 0px;
}

#hs_cos_wrapper_module_17659154902827 .in-tc__content {
    margin-bottom: 30px;
}

@media (max-width:767px) {
    #hs_cos_wrapper_module_17659154902827 .in-tc {
        padding: 0px;
        margin-top: 0px;
        margin-bottom: 0px;
    }
}

@media (max-width:576px) {
}

@media (max-width: 992px) {
    body:not(.hubspot-disable-focus-styles) #module_17659154902827 .in-tc {
        margin-right: auto;
        margin-left: auto;
        text-align: center;
    }
}

#hs_cos_wrapper_module_1765915015660 .in-tc {
    padding: 0px;
    margin-top: 0px;
    margin-bottom: 0px;
    text-align: left;
}

#hs_cos_wrapper_module_1765915015660 .in-tc {
    background-color: rgba(255, 255, 255, 0%);
    border-radius: 0px;
}

#hs_cos_wrapper_module_1765915015660 .in-tc__content {
    margin-bottom: 30px;
}

@media (max-width:767px) {
    #hs_cos_wrapper_module_1765915015660 .in-tc {
        padding: 0px;
        margin-top: 0px;
        margin-bottom: 30px;
    }
}

@media (max-width:576px) {
}

@media (max-width: 992px) {
    body:not(.hubspot-disable-focus-styles) #module_1765915015660 .in-tc {
        text-align: center;
    }
}

#hs_cos_wrapper_module_17576112472286 .in-img {
    text-align: center;
}

    #hs_cos_wrapper_module_17576112472286 .in-img img {
        border-radius: 32px;
    }

@media (min-width:992px) {
    #hs_cos_wrapper_module_17576112472286 .in-img {
        text-align: center;
    }
}

#hs_cos_wrapper_module_175995338573412 .in-tc {
    padding: 0px;
    margin-top: 10px;
    margin-bottom: 0px;
    text-align: center;
}

#hs_cos_wrapper_module_175995338573412 .in-tc {
    background-color: rgba(255, 255, 255, 0%);
    border-radius: 0px;
}

#hs_cos_wrapper_module_175995338573412 .in-tc__content h1,
#hs_cos_wrapper_module_175995338573412 .in-tc__content h2,
#hs_cos_wrapper_module_175995338573412 .in-tc__content h3,
#hs_cos_wrapper_module_175995338573412 .in-tc__content h4,
#hs_cos_wrapper_module_175995338573412 .in-tc__content h5,
#hs_cos_wrapper_module_175995338573412 .in-tc__content h6 {
    font-family: Open Sans;
    font-family: 'Open Sans', sans-serif;
    font-style: italic;
    font-weight: 500;
    text-decoration: none;
    color: #FFFFFF;
    font-size: 26px;
    line-height: 34px;
}

#hs_cos_wrapper_module_175995338573412 .in-tc__mini-title {
    font-family: Open Sans;
    font-family: 'Open Sans', sans-serif;
    font-style: normal;
    font-weight: 800;
    text-decoration: none;
    color: #FFFFFF;
    font-size: 24px;
    line-height: 24px;
}

#hs_cos_wrapper_module_175995338573412 .in-tc__content {
    margin-bottom: 30px;
}

@media (max-width:767px) {
    #hs_cos_wrapper_module_175995338573412 .in-tc {
        padding: 0px;
        margin-top: 0px;
        margin-bottom: 0px;
    }

    #hs_cos_wrapper_module_175995338573412 .in-tc__content h1,
    #hs_cos_wrapper_module_175995338573412 .in-tc__content h2,
    #hs_cos_wrapper_module_175995338573412 .in-tc__content h3,
    #hs_cos_wrapper_module_175995338573412 .in-tc__content h4,
    #hs_cos_wrapper_module_175995338573412 .in-tc__content h5,
    #hs_cos_wrapper_module_175995338573412 .in-tc__content h6 {
        font-size: 24px;
        line-height: 32px;
    }

    #hs_cos_wrapper_module_175995338573412 .in-tc__mini-title {
        font-size: 22px;
        line-height: 26px;
    }
}

@media (max-width:576px) {
}

@media (max-width: 992px) {
    body:not(.hubspot-disable-focus-styles) #module_175995338573412 .in-tc {
        text-align: center;
    }
}

#hs_cos_wrapper_module_175995338573413 .in-img {
    text-align: center;
}

    #hs_cos_wrapper_module_175995338573413 .in-img img {
        border-radius: 0px;
    }

@media (min-width:992px) {
    #hs_cos_wrapper_module_175995338573413 .in-img {
        text-align: center;
    }
}

#hs_cos_wrapper_module_175995342770412 .in-tc {
    padding: 0px;
    margin-top: 20px;
    margin-bottom: 0px;
    max-width: 750px;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
}

#hs_cos_wrapper_module_175995342770412 .in-tc {
    background-color: rgba(255, 255, 255, 0%);
    border-radius: 0px;
}

#hs_cos_wrapper_module_175995342770412 .in-tc__content h1,
#hs_cos_wrapper_module_175995342770412 .in-tc__content h2,
#hs_cos_wrapper_module_175995342770412 .in-tc__content h3,
#hs_cos_wrapper_module_175995342770412 .in-tc__content h4,
#hs_cos_wrapper_module_175995342770412 .in-tc__content h5,
#hs_cos_wrapper_module_175995342770412 .in-tc__content h6 {
    font-family: Open Sans;
    font-family: 'Open Sans', sans-serif;
    font-style: italic;
    font-weight: 500;
    text-decoration: none;
    color: #FFFFFF;
    font-size: 26px;
    line-height: 34px;
}

#hs_cos_wrapper_module_175995342770412 .in-tc__mini-title {
    font-family: Open Sans;
    font-family: 'Open Sans', sans-serif;
    font-style: normal;
    font-weight: 800;
    text-decoration: none;
    color: #FFFFFF;
    font-size: 24px;
    line-height: 24px;
}

#hs_cos_wrapper_module_175995342770412 .in-tc__content {
    margin-bottom: 30px;
}

@media (max-width:767px) {
    #hs_cos_wrapper_module_175995342770412 .in-tc {
        padding: 0px;
        margin-top: 0px;
        margin-bottom: 0px;
    }

    #hs_cos_wrapper_module_175995342770412 .in-tc__content h1,
    #hs_cos_wrapper_module_175995342770412 .in-tc__content h2,
    #hs_cos_wrapper_module_175995342770412 .in-tc__content h3,
    #hs_cos_wrapper_module_175995342770412 .in-tc__content h4,
    #hs_cos_wrapper_module_175995342770412 .in-tc__content h5,
    #hs_cos_wrapper_module_175995342770412 .in-tc__content h6 {
        font-size: 24px;
        line-height: 32px;
    }

    #hs_cos_wrapper_module_175995342770412 .in-tc__mini-title {
        font-size: 22px;
        line-height: 26px;
    }
}

@media (max-width:576px) {
}

@media (max-width: 992px) {
    body:not(.hubspot-disable-focus-styles) #module_175995342770412 .in-tc {
        margin-right: auto;
        margin-left: auto;
        text-align: center;
    }
}

#hs_cos_wrapper_module_1759953427705 .in-img {
    text-align: center;
}

    #hs_cos_wrapper_module_1759953427705 .in-img img {
        border-radius: 0px;
    }

@media (min-width:992px) {
    #hs_cos_wrapper_module_1759953427705 .in-img {
        text-align: center;
    }
}

#hs_cos_wrapper_module_17601200193406 .in-tc {
    padding: 0px;
    margin-top: 65px;
    margin-bottom: 65px;
    text-align: center;
}

#hs_cos_wrapper_module_17601200193406 .in-tc {
    background-color: rgba(255, 255, 255, 0%);
    border-radius: 0px;
}

#hs_cos_wrapper_module_17601200193406 .in-tc__content h1,
#hs_cos_wrapper_module_17601200193406 .in-tc__content h2,
#hs_cos_wrapper_module_17601200193406 .in-tc__content h3,
#hs_cos_wrapper_module_17601200193406 .in-tc__content h4,
#hs_cos_wrapper_module_17601200193406 .in-tc__content h5,
#hs_cos_wrapper_module_17601200193406 .in-tc__content h6 {
    font-family: Open Sans;
    font-family: 'Open Sans', sans-serif;
    font-style: italic;
    font-weight: 500;
    text-decoration: none;
    color: #FFFFFF;
    font-size: 26px;
    line-height: 32px;
}

#hs_cos_wrapper_module_17601200193406 .in-tc__mini-title {
    font-family: Open Sans;
    font-family: 'Open Sans', sans-serif;
    font-style: normal;
    font-weight: 700;
    text-decoration: none;
    color: #FFFFFF;
    font-size: 34px;
    line-height: 32px;
}

#hs_cos_wrapper_module_17601200193406 .in-tc__content {
    margin-bottom: 30px;
}

@media (max-width:767px) {
    #hs_cos_wrapper_module_17601200193406 .in-tc {
        padding: 0px;
        margin-top: 40px;
        margin-bottom: 40px;
    }

    #hs_cos_wrapper_module_17601200193406 .in-tc__content h1,
    #hs_cos_wrapper_module_17601200193406 .in-tc__content h2,
    #hs_cos_wrapper_module_17601200193406 .in-tc__content h3,
    #hs_cos_wrapper_module_17601200193406 .in-tc__content h4,
    #hs_cos_wrapper_module_17601200193406 .in-tc__content h5,
    #hs_cos_wrapper_module_17601200193406 .in-tc__content h6 {
        font-size: 24px;
        line-height: 32px;
    }

    #hs_cos_wrapper_module_17601200193406 .in-tc__mini-title {
        font-size: 28px;
        line-height: 26px;
    }
}

@media (max-width:576px) {
}

@media (max-width: 992px) {
    body:not(.hubspot-disable-focus-styles) #module_17601200193406 .in-tc {
        text-align: center;
    }
}

#hs_cos_wrapper_module_17601200193408 .in-tc {
    padding-top: 0px;
    padding-right: 10px;
    padding-bottom: 0px;
    padding-left: 10px;
    margin-top: 65px;
    margin-bottom: 65px;
    text-align: center;
}

#hs_cos_wrapper_module_17601200193408 .in-tc {
    background-color: rgba(255, 255, 255, 0%);
    border-radius: 0px;
}

#hs_cos_wrapper_module_17601200193408 .in-tc__content h1,
#hs_cos_wrapper_module_17601200193408 .in-tc__content h2,
#hs_cos_wrapper_module_17601200193408 .in-tc__content h3,
#hs_cos_wrapper_module_17601200193408 .in-tc__content h4,
#hs_cos_wrapper_module_17601200193408 .in-tc__content h5,
#hs_cos_wrapper_module_17601200193408 .in-tc__content h6 {
    font-family: Open Sans;
    font-family: 'Open Sans', sans-serif;
    font-style: italic;
    font-weight: 500;
    text-decoration: none;
    color: #FFFFFF;
    font-size: 26px;
    line-height: 32px;
}

#hs_cos_wrapper_module_17601200193408 .in-tc__mini-title {
    font-family: Open Sans;
    font-family: 'Open Sans', sans-serif;
    font-style: normal;
    font-weight: 700;
    text-decoration: none;
    color: #FFFFFF;
    font-size: 34px;
    line-height: 32px;
}

#hs_cos_wrapper_module_17601200193408 .in-tc__content {
    margin-bottom: 30px;
}

@media (max-width:767px) {
    #hs_cos_wrapper_module_17601200193408 .in-tc {
        padding: 0px;
        margin-top: 40px;
        margin-bottom: 40px;
    }

    #hs_cos_wrapper_module_17601200193408 .in-tc__content h1,
    #hs_cos_wrapper_module_17601200193408 .in-tc__content h2,
    #hs_cos_wrapper_module_17601200193408 .in-tc__content h3,
    #hs_cos_wrapper_module_17601200193408 .in-tc__content h4,
    #hs_cos_wrapper_module_17601200193408 .in-tc__content h5,
    #hs_cos_wrapper_module_17601200193408 .in-tc__content h6 {
        font-size: 24px;
        line-height: 32px;
    }

    #hs_cos_wrapper_module_17601200193408 .in-tc__mini-title {
        font-size: 28px;
        line-height: 26px;
    }
}

@media (max-width:576px) {
}

@media (max-width: 992px) {
    body:not(.hubspot-disable-focus-styles) #module_17601200193408 .in-tc {
        text-align: center;
    }
}

#hs_cos_wrapper_widget_1761935698654 .in-btn__wrap {
    text-align: CENTER;
}

@media (max-width: 992px) {
    body:not(.hubspot-disable-focus-styles) #widget_1761935698654.in-btn__wrap {
        text-align: CENTER;
    }
}

#hs_cos_wrapper_module_1761935872300 .in-btn__wrap {
    text-align: CENTER;
}

@media (max-width: 992px) {
    body:not(.hubspot-disable-focus-styles) #module_1761935872300.in-btn__wrap {
        text-align: CENTER;
    }
}

#hs_cos_wrapper_widget_1761937402169 .in-spacer {
    height: 50px;
    background-color: rgba(255, 255, 255, 0%);
}

@media (min-width:768px) {
    #hs_cos_wrapper_widget_1761937402169 .in-spacer {
        height: 0px;
    }
}

@media (min-width:992px) {
    #hs_cos_wrapper_widget_1761937402169 .in-spacer {
        height: 0px;
    }
}

#hs_cos_wrapper_widget_1757616500317 .hs-search-field__bar > form {
border-radius: px;
padding-right: 0px;
padding-left: 0px;
}

#hs_cos_wrapper_widget_1757616500317 .hs-search-field__bar > form > label {
    font-size: 20px;
    font_weight: bold;
}

#hs_cos_wrapper_widget_1757616500317 .hs-search-field__bar > form > .hs-search-field__input {
    border-radius: px;
}

#hs_cos_wrapper_widget_1757616500317 .hs-search-field__button {
border-radius: px;
}

#hs_cos_wrapper_widget_1757616500317 .hs-search-field__button:hover,
#hs_cos_wrapper_widget_1757616500317 .hs-search-field__button:focus {
}

#hs_cos_wrapper_widget_1757616500317 .hs-search-field__button:active {
}

#hs_cos_wrapper_widget_1757616500317 .hs-search-field--open .hs-search-field__suggestions {
border-radius: px;
}

#hs_cos_wrapper_widget_1757616500317 .hs-search-field--open .hs-search-field__suggestions a {
}

    #hs_cos_wrapper_widget_1757616500317 .hs-search-field--open .hs-search-field__suggestions a:hover {
    }





#hs_cos_wrapper_widget_1765910177895 .in-video__overlay {
    border-radius: 32px;
    background-color: rgba(0, 0, 0, 24%);
}

#hs_cos_wrapper_widget_1765910177895 .in-video img {
    border-radius: 32px;
}

#hs_cos_wrapper_widget_1765910177895 .in-video__btn {
    background-color: #9e4894;
}

#hs_cos_wrapper_widget_1765910177895 .in-video__btn {
    width: 55px;
    height: 55px;
}

    #hs_cos_wrapper_widget_1765910177895 .in-video__btn::before,
    #hs_cos_wrapper_widget_1765910177895 .in-video__btn::after {
        border: 8px solid #9e4894;
    }

#hs_cos_wrapper_widget_1765910177895 .in-video {
    text-align: center;
}

@media (min-width:992px) {
    #hs_cos_wrapper_widget_1765910177895 .in-video {
        text-align: center;
    }
}


#oembed_container-widget_1757620667244 .oembed_custom-thumbnail_icon svg {
    fill: #ffffff;
}

#hs_cos_wrapper_widget_1765914970990 .in-listing-card__column:hover,
#hs_cos_wrapper_widget_1765914970990 .in-listing-grid__column:hover {
    border-color: transparent;
    box-shadow: 10px 0px 20px 0px rgba(8, 0, 42, 8%);
}

#hs_cos_wrapper_widget_1765914970990 .in-listing-card__column,
#hs_cos_wrapper_widget_1765914970990 .in-listing-grid__column {
    background: rgba(255, 255, 255, 1.0);
    border-radius: 16px;
    padding-top: 30px;
    padding-right: 20px;
    padding-bottom: 30px;
    padding-left: 20px;
    margin-top: 10px;
    margin-bottom: 40px;
}

#hs_cos_wrapper_widget_1765914970990 .in-listing--tabs-list a {
    color: #6f6f6e;
}

    #hs_cos_wrapper_widget_1765914970990 .in-listing--tabs-list a:hover {
        color: #6F6F6E;
        font-weight: 400;
    }

#hs_cos_wrapper_widget_1765914970990 .in-listing--tabs-filter-link.active {
    color: #6F6F6E;
    border-bottom: 2px solid #9e4894;
}

#hs_cos_wrapper_widget_1765914970990 .in-listing-grid__column,
#hs_cos_wrapper_widget_1765914970990 .in-listing-card__column {
    text-align: left;
}

#hs_cos_wrapper_widget_1765914970990 .in-listing-grid__title-wrap,
#hs_cos_wrapper_widget_1765914970990 .in-listing-card__title-wrap {
    justify-content: flex-start;
}

@media (min-width:992px) {
    #hs_cos_wrapper_widget_1765914970990 .in-listing-card__column,
    #hs_cos_wrapper_widget_1765914970990 .in-listing-grid__column {
        padding-top: 50px;
        padding-right: 30px;
        padding-bottom: 40px;
        padding-left: 30px;
        margin-top: 15px;
        margin-bottom: 40px;
    }

    #hs_cos_wrapper_widget_1765914970990 .in-listing-grid__column,
    #hs_cos_wrapper_widget_1765914970990 .in-listing-card__column {
        text-align: left;
    }

    #hs_cos_wrapper_widget_1765914970990 .in-listing-grid__title-wrap,
    #hs_cos_wrapper_widget_1765914970990 .in-listing-card__title-wrap {
        justify-content: flex-start;
    }
}

#hs_cos_wrapper_widget_1765909957177 .in-testimonial .nav-btn.prev-slide {
    content: url(https://21645388.fs1.hubspotusercontent-na1.net/hubfs/21645388/ArrowCircleLeft.svg);
}

#hs_cos_wrapper_widget_1765909957177 .in-testimonial .nav-btn.next-slide {
    content: url(https://21645388.fs1.hubspotusercontent-na1.net/hubfs/21645388/ArrowCircleRight.svg);
}

#hs_cos_wrapper_widget_1765909957177 .in-testimonial__client-name {
    background: #9e4894;
}

#hs_cos_wrapper_widget_1765909957177 .in-testimonial-slider__client-profile {
    color: #9e4894;
}

#hs_cos_wrapper_widget_1765909957177 .in-testimonial-slider__client-img,
#hs_cos_wrapper_widget_1765909957177 .in-testimonial__image {
    border: 4px solid #9e4894;
}

#hs_cos_wrapper_widget_1765909957177 .in-testimonial__review,
#hs_cos_wrapper_widget_1765909957177 .in-testimonial__review p,
#hs_cos_wrapper_widget_1765909957177 .in-testimonial-slider__review p,
#hs_cos_wrapper_widget_1765909957177 .in-testimonial-slider__review {
    color: #535353;
    font-size: 16px;
    line-height: 24px;
}

#hs_cos_wrapper_widget_1765909957177 .in-testimonial-slider__wrap,
#hs_cos_wrapper_widget_1765909957177 .in-testimonial__column {
    background-color: #39a4e4;
    background-color: rgba(254, 242, 255, 1.0);
    border-radius: 14px;
    border: 1px solid #e4e4e4;
    padding: 30px;
    margin-bottom: 140px;
}

#hs_cos_wrapper_widget_1765909957177 .in-testimonial__column {
    box-shadow: 0px 30px 50px rgba(1, 11, 60, 0.1);
}

#hs_cos_wrapper_widget_1765909957177 .in-testimonial__client-name {
    border-radius: 32px;
}

#hs_cos_wrapper_widget_1765909957177 .in-testimonial-slider__wrap {
    text-align: center;
}

#hs_cos_wrapper_widget_1765909957177 .in-testimonial-slider__review {
    margin: 30px auto 25px auto;
}

@media (min-width:992px) {
    #hs_cos_wrapper_widget_1765909957177 .in-testimonial__column {
        padding: 30px;
        margin-bottom: 140px;
    }

    #hs_cos_wrapper_widget_1765909957177 .in-testimonial-slider__wrap {
        text-align: center;
    }

    #hs_cos_wrapper_widget_1765909957177 .in-testimonial-slider__review {
        margin: 30px auto 25px auto;
    }
}

@media (max-width:767px) {
    #hs_cos_wrapper_widget_1765909957177 .in-testimonial__review,
    #hs_cos_wrapper_widget_1765909957177 .in-testimonial__review p,
    #hs_cos_wrapper_widget_1765909957177 .in-testimonial-slider__review p,
    #hs_cos_wrapper_widget_1765909957177 .in-testimonial-slider__review {
        font-size: 16px;
        line-height: 24px;
    }
}

#hs_cos_wrapper_module_17576873780953 .in-tc {
    padding: 0px;
    margin-top: 0px;
    margin-bottom: 0px;
    text-align: center;
}

#hs_cos_wrapper_module_17576873780953 .in-tc {
    background-color: rgba(255, 255, 255, 0%);
    border-radius: 0px;
}

#hs_cos_wrapper_module_17576873780953 .in-tc__mini-title {
    font-family: Open Sans;
    font-family: 'Open Sans', sans-serif;
    font-style: normal;
    font-weight: normal;
    text-decoration: none;
    color: #39a4e4;
    font-size: 28px;
    line-height: 28px;
}

#hs_cos_wrapper_module_17576873780953 .in-tc__content {
    margin-bottom: 30px;
}

@media (max-width:767px) {
    #hs_cos_wrapper_module_17576873780953 .in-tc {
        padding: 0px;
        margin-top: 0px;
        margin-bottom: 30px;
    }

    #hs_cos_wrapper_module_17576873780953 .in-tc__mini-title {
        font-size: 24px;
        line-height: 24px;
    }
}

@media (max-width:576px) {
}

@media (max-width: 992px) {
    body:not(.hubspot-disable-focus-styles) #module_17576873780953 .in-tc {
        text-align: center;
    }
}

#hs_cos_wrapper_module_17576875327343 .in-tc {
    padding: 0px;
    margin-top: 0px;
    margin-bottom: 0px;
    text-align: center;
}

#hs_cos_wrapper_module_17576875327343 .in-tc {
    background-color: rgba(255, 255, 255, 0%);
    border-radius: 0px;
}

#hs_cos_wrapper_module_17576875327343 .in-tc__mini-title {
    font-family: Open Sans;
    font-family: 'Open Sans', sans-serif;
    font-style: normal;
    font-weight: normal;
    text-decoration: none;
    color: #39a4e4;
    font-size: 28px;
    line-height: 28px;
}

#hs_cos_wrapper_module_17576875327343 .in-tc__content {
    margin-bottom: 30px;
}

@media (max-width:767px) {
    #hs_cos_wrapper_module_17576875327343 .in-tc {
        padding: 0px;
        margin-top: 0px;
        margin-bottom: 30px;
    }

    #hs_cos_wrapper_module_17576875327343 .in-tc__mini-title {
        font-size: 24px;
        line-height: 24px;
    }
}

@media (max-width:576px) {
}

@media (max-width: 992px) {
    body:not(.hubspot-disable-focus-styles) #module_17576875327343 .in-tc {
        text-align: center;
    }
}

#hs_cos_wrapper_module_17576870842953 .in-tc {
    padding: 0px;
    margin-top: 0px;
    margin-bottom: 0px;
    text-align: center;
}

#hs_cos_wrapper_module_17576870842953 .in-tc {
    background-color: rgba(255, 255, 255, 0%);
    border-radius: 0px;
}

#hs_cos_wrapper_module_17576870842953 .in-tc__mini-title {
    font-family: Open Sans;
    font-family: 'Open Sans', sans-serif;
    font-style: normal;
    font-weight: normal;
    text-decoration: none;
    color: #39a4e4;
    font-size: 28px;
    line-height: 28px;
}

#hs_cos_wrapper_module_17576870842953 .in-tc__content {
    margin-bottom: 30px;
}

@media (max-width:767px) {
    #hs_cos_wrapper_module_17576870842953 .in-tc {
        padding: 0px;
        margin-top: 0px;
        margin-bottom: 30px;
    }

    #hs_cos_wrapper_module_17576870842953 .in-tc__mini-title {
        font-size: 24px;
        line-height: 24px;
    }
}

@media (max-width:576px) {
}

@media (max-width: 992px) {
    body:not(.hubspot-disable-focus-styles) #module_17576870842953 .in-tc {
        text-align: center;
    }
}

#hs_cos_wrapper_dnd_area-module-15 .in-spacer {
    height: 60px;
    background-color: rgba(255, 255, 255, 0%);
}

@media (min-width:768px) {
    #hs_cos_wrapper_dnd_area-module-15 .in-spacer {
        height: 50px;
    }
}

@media (min-width:992px) {
    #hs_cos_wrapper_dnd_area-module-15 .in-spacer {
        height: 0px;
    }
}


#hs_cos_wrapper_widget_1757002616774 .in-social-icon li a svg {
    fill: #9e4894;
    fill: rgba(255, 255, 255, 1.0);
}

#hs_cos_wrapper_widget_1757002616774 .in-social-icon {
    justify-content: flex-start;
    text-align: left;
}

@media (min-width:992px) {
    #hs_cos_wrapper_widget_1757002616774 .in-social-icon {
        justify-content: flex-start;
        text-align: left;
    }
}

#hs_cos_wrapper_footer-module-2 .in-logo {
    text-align: left;
}

@media (max-width:767px) {
    #hs_cos_wrapper_footer-module-2 .in-logo {
        text-align: left;
    }
}

#hs_cos_wrapper_widget_1757004506322 .in-spacer {
    height: 30px;
    background-color: rgba(255, 255, 255, 0%);
}

@media (min-width:768px) {
    #hs_cos_wrapper_widget_1757004506322 .in-spacer {
        height: 0px;
    }
}

@media (min-width:992px) {
    #hs_cos_wrapper_widget_1757004506322 .in-spacer {
        height: 0px;
    }
}

@font-face {
    font-family: "Playfair Display";
    font-weight: 400;
    font-style: italic;
    font-display: swap;
    src: url("//beta.edukitinc.com/_hcms/googlefonts/Playfair_Display/italic.woff2") format("woff2"), url("//beta.edukitinc.com/_hcms/googlefonts/Playfair_Display/italic.woff") format("woff");
}

@font-face {
    font-family: "Playfair Display";
    font-weight: 400;
    font-style: normal;
    font-display: swap;
    src: url("//beta.edukitinc.com/_hcms/googlefonts/Playfair_Display/regular.woff2") format("woff2"), url("//beta.edukitinc.com/_hcms/googlefonts/Playfair_Display/regular.woff") format("woff");
}

@font-face {
    font-family: "Playfair Display";
    font-weight: 700;
    font-style: normal;
    font-display: swap;
    src: url("//beta.edukitinc.com/_hcms/googlefonts/Playfair_Display/700.woff2") format("woff2"), url("//beta.edukitinc.com/_hcms/googlefonts/Playfair_Display/700.woff") format("woff");
}

@font-face {
    font-family: "Inter";
    font-weight: 500;
    font-style: normal;
    font-display: swap;
    src: url("//beta.edukitinc.com/_hcms/googlefonts/Inter/500.woff2") format("woff2"), url("//beta.edukitinc.com/_hcms/googlefonts/Inter/500.woff") format("woff");
}

@font-face {
    font-family: "Inter";
    font-weight: 400;
    font-style: normal;
    font-display: swap;
    src: url("//beta.edukitinc.com/_hcms/googlefonts/Inter/regular.woff2") format("woff2"), url("//beta.edukitinc.com/_hcms/googlefonts/Inter/regular.woff") format("woff");
}

@font-face {
    font-family: "Inter";
    font-weight: 700;
    font-style: normal;
    font-display: swap;
    src: url("//beta.edukitinc.com/_hcms/googlefonts/Inter/700.woff2") format("woff2"), url("//beta.edukitinc.com/_hcms/googlefonts/Inter/700.woff") format("woff");
}

@font-face {
    font-family: "Bitter";
    font-weight: 700;
    font-style: normal;
    font-display: swap;
    src: url("//beta.edukitinc.com/_hcms/googlefonts/Bitter/700.woff2") format("woff2"), url("//beta.edukitinc.com/_hcms/googlefonts/Bitter/700.woff") format("woff");
}

@font-face {
    font-family: "Bitter";
    font-weight: 500;
    font-style: normal;
    font-display: swap;
    src: url("//beta.edukitinc.com/_hcms/googlefonts/Bitter/500.woff2") format("woff2"), url("//beta.edukitinc.com/_hcms/googlefonts/Bitter/500.woff") format("woff");
}

@font-face {
    font-family: "Bitter";
    font-weight: 600;
    font-style: normal;
    font-display: swap;
    src: url("//beta.edukitinc.com/_hcms/googlefonts/Bitter/600.woff2") format("woff2"), url("//beta.edukitinc.com/_hcms/googlefonts/Bitter/600.woff") format("woff");
}

@font-face {
    font-family: "Bitter";
    font-weight: 400;
    font-style: normal;
    font-display: swap;
    src: url("//beta.edukitinc.com/_hcms/googlefonts/Bitter/regular.woff2") format("woff2"), url("//beta.edukitinc.com/_hcms/googlefonts/Bitter/regular.woff") format("woff");
}

@font-face {
    font-family: "Open Sans";
    font-weight: 400;
    font-style: normal;
    font-display: swap;
    src: url("//beta.edukitinc.com/_hcms/googlefonts/Open_Sans/regular.woff2") format("woff2"), url("//beta.edukitinc.com/_hcms/googlefonts/Open_Sans/regular.woff") format("woff");
}

@font-face {
    font-family: "Open Sans";
    font-weight: 500;
    font-style: normal;
    font-display: swap;
    src: url("//beta.edukitinc.com/_hcms/googlefonts/Open_Sans/500.woff2") format("woff2"), url("//beta.edukitinc.com/_hcms/googlefonts/Open_Sans/500.woff") format("woff");
}

@font-face {
    font-family: "Open Sans";
    font-weight: 600;
    font-style: normal;
    font-display: swap;
    src: url("//beta.edukitinc.com/_hcms/googlefonts/Open_Sans/600.woff2") format("woff2"), url("//beta.edukitinc.com/_hcms/googlefonts/Open_Sans/600.woff") format("woff");
}

@font-face {
    font-family: "Open Sans";
    font-weight: 700;
    font-style: normal;
    font-display: swap;
    src: url("//beta.edukitinc.com/_hcms/googlefonts/Open_Sans/700.woff2") format("woff2"), url("//beta.edukitinc.com/_hcms/googlefonts/Open_Sans/700.woff") format("woff");
}

@font-face {
    font-family: "Open Sans";
    font-weight: 800;
    font-style: normal;
    font-display: swap;
    src: url("//beta.edukitinc.com/_hcms/googlefonts/Open_Sans/800.woff2") format("woff2"), url("//beta.edukitinc.com/_hcms/googlefonts/Open_Sans/800.woff") format("woff");
}

@font-face {
    font-family: "Open Sans";
    font-weight: 700;
    font-style: normal;
    font-display: swap;
    src: url("//beta.edukitinc.com/_hcms/googlefonts/Open_Sans/700.woff2") format("woff2"), url("//beta.edukitinc.com/_hcms/googlefonts/Open_Sans/700.woff") format("woff");
}

@font-face {
    font-family: "Open Sans";
    font-weight: 400;
    font-style: normal;
    font-display: swap;
    src: url("//beta.edukitinc.com/_hcms/googlefonts/Open_Sans/regular.woff2") format("woff2"), url("//beta.edukitinc.com/_hcms/googlefonts/Open_Sans/regular.woff") format("woff");
}

@font-face {
    font-family: "Open Sans";
    font-weight: 500;
    font-style: italic;
    font-display: swap;
    src: url("//beta.edukitinc.com/_hcms/googlefonts/Open_Sans/500italic.woff2") format("woff2"), url("//beta.edukitinc.com/_hcms/googlefonts/Open_Sans/500italic.woff") format("woff");
}


/* Editor Styles */
#hs_cos_wrapper_module_17599442158494 {
    display: block !important;
    padding-bottom: 0px !important
}

#hs_cos_wrapper_widget_1757616009739 {
    display: block !important;
    padding-top: 15px !important
}

#hs_cos_wrapper_widget_1761935608300 {
    display: block !important;
    padding-top: 0px !important
}

#hs_cos_wrapper_widget_195561980970 .hs-menu-wrapper > ul {
    display: block !important;
    line-height: 24px !important
}

#hs_cos_wrapper_widget_195561980970 li.hs-menu-item a:link {
    line-height: 24px !important
}

#hs_cos_wrapper_widget_195561980970 li.hs-menu-item a {
    line-height: 24px !important
}

#hs_cos_wrapper_widget_195561980970 p,
#hs_cos_wrapper_widget_195561980970 li,
#hs_cos_wrapper_widget_195561980970 span,
#hs_cos_wrapper_widget_195561980970 label,
#hs_cos_wrapper_widget_195561980970 h1,
#hs_cos_wrapper_widget_195561980970 h2,
#hs_cos_wrapper_widget_195561980970 h3,
#hs_cos_wrapper_widget_195561980970 h4,
#hs_cos_wrapper_widget_195561980970 h5,
#hs_cos_wrapper_widget_195561980970 h6 {
    line-height: 24px !important
}

#hs_cos_wrapper_widget_195564496780 li.hs-menu-item a:link {
    line-height: 24px !important
}

#hs_cos_wrapper_widget_195564496780 li.hs-menu-item a {
    line-height: 24px !important
}

#hs_cos_wrapper_widget_195564496780 .hs-menu-wrapper > ul {
    display: block !important;
    line-height: 24px !important
}

#hs_cos_wrapper_widget_195564496780 p,
#hs_cos_wrapper_widget_195564496780 li,
#hs_cos_wrapper_widget_195564496780 span,
#hs_cos_wrapper_widget_195564496780 label,
#hs_cos_wrapper_widget_195564496780 h1,
#hs_cos_wrapper_widget_195564496780 h2,
#hs_cos_wrapper_widget_195564496780 h3,
#hs_cos_wrapper_widget_195564496780 h4,
#hs_cos_wrapper_widget_195564496780 h5,
#hs_cos_wrapper_widget_195564496780 h6 {
    line-height: 24px !important
}

#hs_cos_wrapper_widget_195564496773 li.hs-menu-item a {
    line-height: 24px !important
}

    #hs_cos_wrapper_widget_195564496773 li.hs-menu-item a:link {
        line-height: 24px !important
    }

#hs_cos_wrapper_widget_195564496773 .hs-menu-wrapper > ul {
    display: block !important;
    line-height: 24px !important
}

#hs_cos_wrapper_widget_195564496773 p,
#hs_cos_wrapper_widget_195564496773 li,
#hs_cos_wrapper_widget_195564496773 span,
#hs_cos_wrapper_widget_195564496773 label,
#hs_cos_wrapper_widget_195564496773 h1,
#hs_cos_wrapper_widget_195564496773 h2,
#hs_cos_wrapper_widget_195564496773 h3,
#hs_cos_wrapper_widget_195564496773 h4,
#hs_cos_wrapper_widget_195564496773 h5,
#hs_cos_wrapper_widget_195564496773 h6 {
    line-height: 24px !important
}

#hs_cos_wrapper_widget_195564496766 li.hs-menu-item a:link {
    line-height: 24px !important
}

#hs_cos_wrapper_widget_195564496766 .hs-menu-wrapper > ul {
    display: block !important;
    line-height: 24px !important
}

#hs_cos_wrapper_widget_195564496766 li.hs-menu-item a {
    line-height: 24px !important
}

#hs_cos_wrapper_widget_195564496766 p,
#hs_cos_wrapper_widget_195564496766 li,
#hs_cos_wrapper_widget_195564496766 span,
#hs_cos_wrapper_widget_195564496766 label,
#hs_cos_wrapper_widget_195564496766 h1,
#hs_cos_wrapper_widget_195564496766 h2,
#hs_cos_wrapper_widget_195564496766 h3,
#hs_cos_wrapper_widget_195564496766 h4,
#hs_cos_wrapper_widget_195564496766 h5,
#hs_cos_wrapper_widget_195564496766 h6 {
    line-height: 24px !important
}

#hs_cos_wrapper_widget_195564496718 li.hs-menu-item a {
    line-height: 24px !important
}

    #hs_cos_wrapper_widget_195564496718 li.hs-menu-item a:link {
        line-height: 24px !important
    }

#hs_cos_wrapper_widget_195564496718 .hs-menu-wrapper > ul {
    display: block !important;
    line-height: 24px !important
}

#hs_cos_wrapper_widget_195564496718 p,
#hs_cos_wrapper_widget_195564496718 li,
#hs_cos_wrapper_widget_195564496718 span,
#hs_cos_wrapper_widget_195564496718 label,
#hs_cos_wrapper_widget_195564496718 h1,
#hs_cos_wrapper_widget_195564496718 h2,
#hs_cos_wrapper_widget_195564496718 h3,
#hs_cos_wrapper_widget_195564496718 h4,
#hs_cos_wrapper_widget_195564496718 h5,
#hs_cos_wrapper_widget_195564496718 h6 {
    line-height: 24px !important
}

#hs_cos_wrapper_module_17570003454112 {
    display: block !important;
    line-height: 24px !important
}

    #hs_cos_wrapper_module_17570003454112 p,
    #hs_cos_wrapper_module_17570003454112 li,
    #hs_cos_wrapper_module_17570003454112 span,
    #hs_cos_wrapper_module_17570003454112 label,
    #hs_cos_wrapper_module_17570003454112 h1,
    #hs_cos_wrapper_module_17570003454112 h2,
    #hs_cos_wrapper_module_17570003454112 h3,
    #hs_cos_wrapper_module_17570003454112 h4,
    #hs_cos_wrapper_module_17570003454112 h5,
    #hs_cos_wrapper_module_17570003454112 h6 {
        line-height: 24px !important
    }

#hs_cos_wrapper_module_1757000244379 {
    display: block !important;
    line-height: 24px !important
}

    #hs_cos_wrapper_module_1757000244379 p,
    #hs_cos_wrapper_module_1757000244379 li,
    #hs_cos_wrapper_module_1757000244379 span,
    #hs_cos_wrapper_module_1757000244379 label,
    #hs_cos_wrapper_module_1757000244379 h1,
    #hs_cos_wrapper_module_1757000244379 h2,
    #hs_cos_wrapper_module_1757000244379 h3,
    #hs_cos_wrapper_module_1757000244379 h4,
    #hs_cos_wrapper_module_1757000244379 h5,
    #hs_cos_wrapper_module_1757000244379 h6 {
        line-height: 24px !important
    }

#hs_cos_wrapper_module_17570006425575 {
    display: block !important;
    line-height: 24px !important
}

    #hs_cos_wrapper_module_17570006425575 p,
    #hs_cos_wrapper_module_17570006425575 li,
    #hs_cos_wrapper_module_17570006425575 span,
    #hs_cos_wrapper_module_17570006425575 label,
    #hs_cos_wrapper_module_17570006425575 h1,
    #hs_cos_wrapper_module_17570006425575 h2,
    #hs_cos_wrapper_module_17570006425575 h3,
    #hs_cos_wrapper_module_17570006425575 h4,
    #hs_cos_wrapper_module_17570006425575 h5,
    #hs_cos_wrapper_module_17570006425575 h6 {
        line-height: 24px !important
    }

#hs_cos_wrapper_module_17570004221845 {
    display: block !important;
    line-height: 24px !important
}

    #hs_cos_wrapper_module_17570004221845 p,
    #hs_cos_wrapper_module_17570004221845 li,
    #hs_cos_wrapper_module_17570004221845 span,
    #hs_cos_wrapper_module_17570004221845 label,
    #hs_cos_wrapper_module_17570004221845 h1,
    #hs_cos_wrapper_module_17570004221845 h2,
    #hs_cos_wrapper_module_17570004221845 h3,
    #hs_cos_wrapper_module_17570004221845 h4,
    #hs_cos_wrapper_module_17570004221845 h5,
    #hs_cos_wrapper_module_17570004221845 h6 {
        line-height: 24px !important
    }

#hs_cos_wrapper_module_17570003859094 {
    display: block !important;
    line-height: 24px !important
}

    #hs_cos_wrapper_module_17570003859094 p,
    #hs_cos_wrapper_module_17570003859094 li,
    #hs_cos_wrapper_module_17570003859094 span,
    #hs_cos_wrapper_module_17570003859094 label,
    #hs_cos_wrapper_module_17570003859094 h1,
    #hs_cos_wrapper_module_17570003859094 h2,
    #hs_cos_wrapper_module_17570003859094 h3,
    #hs_cos_wrapper_module_17570003859094 h4,
    #hs_cos_wrapper_module_17570003859094 h5,
    #hs_cos_wrapper_module_17570003859094 h6 {
        line-height: 24px !important
    }

#hs_cos_wrapper_widget_1757616009739 {
    display: block !important;
    padding-top: 15px !important
}

#hs_cos_wrapper_widget_1761935608300 {
    display: block !important;
    padding-top: 0px !important
}

.header-navigation-row-0-force-full-width-section > .row-fluid {
    max-width: none !important;
}

.header-navigation-row-1-force-full-width-section > .row-fluid {
    max-width: none !important;
}

.dnd_area-row-1-force-full-width-section > .row-fluid {
    max-width: none !important;
}

.dnd_area-row-2-force-full-width-section > .row-fluid {
    max-width: none !important;
}

.dnd_area-row-3-force-full-width-section > .row-fluid {
    max-width: none !important;
}

.dnd_area-row-4-force-full-width-section > .row-fluid {
    max-width: none !important;
}

.dnd_area-row-6-force-full-width-section > .row-fluid {
    max-width: none !important;
}

.dnd_area-row-7-force-full-width-section > .row-fluid {
    max-width: none !important;
}

.dnd_area-row-8-force-full-width-section > .row-fluid {
    max-width: none !important;
}

.dnd_area-row-9-force-full-width-section > .row-fluid {
    max-width: none !important;
}

.dnd_area-row-10-max-width-section-centering > .row-fluid {
    max-width: 1000px !important;
    margin-left: auto !important;
    margin-right: auto !important;
}

.dnd_area-row-13-force-full-width-section > .row-fluid {
    max-width: none !important;
}

.dnd_area-row-14-max-width-section-centering > .row-fluid {
    max-width: 600px !important;
    margin-left: auto !important;
    margin-right: auto !important;
}

/* HubSpot Non-stacked Media Query Styles */
@media (min-width:768px) {
    .header-navigation-row-1-vertical-alignment > .row-fluid {
        display: -ms-flexbox !important;
        -ms-flex-direction: row;
        display: flex !important;
        flex-direction: row;
    }

    .header-navigation-column-6-vertical-alignment {
        display: -ms-flexbox !important;
        -ms-flex-direction: column !important;
        -ms-flex-pack: center !important;
        display: flex !important;
        flex-direction: column !important;
        justify-content: center !important;
    }

        .header-navigation-column-6-vertical-alignment > div {
            flex-shrink: 0 !important;
        }

    .header-navigation-column-6-row-0-vertical-alignment > .row-fluid {
        display: -ms-flexbox !important;
        -ms-flex-direction: row;
        display: flex !important;
        flex-direction: row;
    }

    .cell_1757704133176-vertical-alignment {
        display: -ms-flexbox !important;
        -ms-flex-direction: column !important;
        -ms-flex-pack: center !important;
        display: flex !important;
        flex-direction: column !important;
        justify-content: center !important;
    }

        .cell_1757704133176-vertical-alignment > div {
            flex-shrink: 0 !important;
        }

    .cell_1757703777722-vertical-alignment {
        display: -ms-flexbox !important;
        -ms-flex-direction: column !important;
        -ms-flex-pack: center !important;
        display: flex !important;
        flex-direction: column !important;
        justify-content: center !important;
    }

        .cell_1757703777722-vertical-alignment > div {
            flex-shrink: 0 !important;
        }

    .header-navigation-column-3-vertical-alignment {
        display: -ms-flexbox !important;
        -ms-flex-direction: column !important;
        -ms-flex-pack: center !important;
        display: flex !important;
        flex-direction: column !important;
        justify-content: center !important;
    }

        .header-navigation-column-3-vertical-alignment > div {
            flex-shrink: 0 !important;
        }

    .header-navigation-column-3-row-0-vertical-alignment > .row-fluid {
        display: -ms-flexbox !important;
        -ms-flex-direction: row;
        display: flex !important;
        flex-direction: row;
    }

    .cell_17568394870932-vertical-alignment {
        display: -ms-flexbox !important;
        -ms-flex-direction: column !important;
        -ms-flex-pack: center !important;
        display: flex !important;
        flex-direction: column !important;
        justify-content: center !important;
    }

        .cell_17568394870932-vertical-alignment > div {
            flex-shrink: 0 !important;
        }

    .cell_17568394870932-row-0-vertical-alignment > .row-fluid {
        display: -ms-flexbox !important;
        -ms-flex-direction: row;
        display: flex !important;
        flex-direction: row;
    }

    .header-navigation-module-4-vertical-alignment {
        display: -ms-flexbox !important;
        -ms-flex-direction: column !important;
        -ms-flex-pack: center !important;
        display: flex !important;
        flex-direction: column !important;
        justify-content: center !important;
    }

        .header-navigation-module-4-vertical-alignment > div {
            flex-shrink: 0 !important;
        }

    .header-navigation-column-1-vertical-alignment {
        display: -ms-flexbox !important;
        -ms-flex-direction: column !important;
        -ms-flex-pack: center !important;
        display: flex !important;
        flex-direction: column !important;
        justify-content: center !important;
    }

        .header-navigation-column-1-vertical-alignment > div {
            flex-shrink: 0 !important;
        }

    .dnd_area-row-2-vertical-alignment > .row-fluid {
        display: -ms-flexbox !important;
        -ms-flex-direction: row;
        display: flex !important;
        flex-direction: row;
    }

    .dnd_area-row-5-vertical-alignment > .row-fluid {
        display: -ms-flexbox !important;
        -ms-flex-direction: row;
        display: flex !important;
        flex-direction: row;
    }

    .dnd_area-row-9-vertical-alignment > .row-fluid {
        display: -ms-flexbox !important;
        -ms-flex-direction: row;
        display: flex !important;
        flex-direction: row;
    }

    .cell_17576112908505-vertical-alignment {
        display: -ms-flexbox !important;
        -ms-flex-direction: column !important;
        -ms-flex-pack: end !important;
        display: flex !important;
        flex-direction: column !important;
        justify-content: flex-end !important;
    }

        .cell_17576112908505-vertical-alignment > div {
            flex-shrink: 0 !important;
        }

    .cell_17576112908504-vertical-alignment {
        display: -ms-flexbox !important;
        -ms-flex-direction: column !important;
        -ms-flex-pack: end !important;
        display: flex !important;
        flex-direction: column !important;
        justify-content: flex-end !important;
    }

        .cell_17576112908504-vertical-alignment > div {
            flex-shrink: 0 !important;
        }

    .cell_17576112472282-vertical-alignment {
        display: -ms-flexbox !important;
        -ms-flex-direction: column !important;
        -ms-flex-pack: center !important;
        display: flex !important;
        flex-direction: column !important;
        justify-content: center !important;
    }

        .cell_17576112472282-vertical-alignment > div {
            flex-shrink: 0 !important;
        }

    .cell_1757611247228-vertical-alignment {
        display: -ms-flexbox !important;
        -ms-flex-direction: column !important;
        -ms-flex-pack: center !important;
        display: flex !important;
        flex-direction: column !important;
        justify-content: center !important;
    }

        .cell_1757611247228-vertical-alignment > div {
            flex-shrink: 0 !important;
        }

    .cell_17619355696824-vertical-alignment {
        display: -ms-flexbox !important;
        -ms-flex-direction: column !important;
        -ms-flex-pack: center !important;
        display: flex !important;
        flex-direction: column !important;
        justify-content: center !important;
    }

        .cell_17619355696824-vertical-alignment > div {
            flex-shrink: 0 !important;
        }

    .cell_17619355696823-vertical-alignment {
        display: -ms-flexbox !important;
        -ms-flex-direction: column !important;
        -ms-flex-pack: center !important;
        display: flex !important;
        flex-direction: column !important;
        justify-content: center !important;
    }

        .cell_17619355696823-vertical-alignment > div {
            flex-shrink: 0 !important;
        }

    .cell_17619355696823-row-0-vertical-alignment > .row-fluid {
        display: -ms-flexbox !important;
        -ms-flex-direction: row;
        display: flex !important;
        flex-direction: row;
    }

    .cell_1761937101495-vertical-alignment {
        display: -ms-flexbox !important;
        -ms-flex-direction: column !important;
        -ms-flex-pack: center !important;
        display: flex !important;
        flex-direction: column !important;
        justify-content: center !important;
    }

        .cell_1761937101495-vertical-alignment > div {
            flex-shrink: 0 !important;
        }

    .footer-row-0-vertical-alignment > .row-fluid {
        display: -ms-flexbox !important;
        -ms-flex-direction: row;
        display: flex !important;
        flex-direction: row;
    }

    .footer-row-1-vertical-alignment > .row-fluid {
        display: -ms-flexbox !important;
        -ms-flex-direction: row;
        display: flex !important;
        flex-direction: row;
    }

    .footer-column-5-vertical-alignment {
        display: -ms-flexbox !important;
        -ms-flex-direction: column !important;
        -ms-flex-pack: start !important;
        display: flex !important;
        flex-direction: column !important;
        justify-content: flex-start !important;
    }

        .footer-column-5-vertical-alignment > div {
            flex-shrink: 0 !important;
        }

    .footer-column-1-vertical-alignment {
        display: -ms-flexbox !important;
        -ms-flex-direction: column !important;
        -ms-flex-pack: start !important;
        display: flex !important;
        flex-direction: column !important;
        justify-content: flex-start !important;
    }

        .footer-column-1-vertical-alignment > div {
            flex-shrink: 0 !important;
        }
}

/* HubSpot Styles (default) */
.header-navigation-row-1-padding {
    padding-top: 0px !important;
    padding-bottom: 0px !important;
    padding-left: 0px !important;
    padding-right: 0px !important;
}

.cell_17601061027162-row-0-margin {
    margin-top: 0px !important;
    margin-bottom: 0px !important;
}

.cell_17601061027162-row-0-padding {
    padding-top: 0px !important;
    padding-bottom: 0px !important;
}

.header-navigation-column-6-padding {
    padding-top: 0px !important;
    padding-bottom: 0px !important;
    padding-left: 0px !important;
    padding-right: 0px !important;
}

.header-navigation-column-3-padding {
    padding-top: 0px !important;
    padding-bottom: 0px !important;
    padding-left: 0px !important;
    padding-right: 0px !important;
}

.header-navigation-column-3-row-0-padding {
    padding-left: 0px !important;
    padding-right: 0px !important;
}

.header-navigation-column-3-row-0-hidden {
    display: block !important;
}

.cell_17568394870932-padding {
    padding-left: 0px !important;
    padding-right: 0px !important;
}

.header-navigation-column-1-padding {
    padding-top: 0px !important;
    padding-bottom: 0px !important;
    padding-left: 0px !important;
    padding-right: 0px !important;
}

.dnd_area-row-0-hidden {
    display: none !important;
}

.dnd_area-row-1-padding {
    padding-top: 20px !important;
    padding-bottom: 20px !important;
}

.dnd_area-row-1-hidden {
    display: none !important;
}

.dnd_area-row-2-margin {
    margin-top: 0px !important;
}

.dnd_area-row-2-padding {
    padding-top: 0px !important;
    padding-bottom: 0px !important;
    padding-left: 0px !important;
    padding-right: 0px !important;
}

.dnd_area-row-2-hidden {
    display: none !important;
}

.dnd_area-row-3-padding {
    padding-top: 0px !important;
    padding-bottom: 0px !important;
    padding-left: 0px !important;
    padding-right: 0px !important;
}

.dnd_area-row-3-hidden {
    display: block !important;
}

.dnd_area-row-4-padding {
    padding-top: 0px !important;
    padding-bottom: 0px !important;
    padding-left: 0px !important;
    padding-right: 0px !important;
}

.dnd_area-row-4-hidden {
    display: block !important;
}

.dnd_area-row-4-background-layers {
    background-image: url('https://beta.edukitinc.com/hubfs/schools-families-photo.png') !important;
    background-position: center center !important;
    background-size: cover !important;
    background-repeat: no-repeat !important;
}

.dnd_area-row-6-margin {
    margin-top: 0px !important;
}

.dnd_area-row-6-padding {
    padding-top: 0px !important;
    padding-bottom: 0px !important;
    padding-left: 0px !important;
    padding-right: 0px !important;
}

.dnd_area-row-6-hidden {
    display: none !important;
}

.dnd_area-row-7-padding {
    padding-top: 0px !important;
    padding-bottom: 0px !important;
    padding-left: 0px !important;
    padding-right: 0px !important;
}

.dnd_area-row-7-hidden {
    display: none !important;
}

.dnd_area-row-8-margin {
    margin-top: 0px !important;
}

.dnd_area-row-8-padding {
    padding-top: 0px !important;
    padding-bottom: 0px !important;
    padding-left: 0px !important;
    padding-right: 0px !important;
}

.dnd_area-row-8-hidden {
    display: none !important;
}

.dnd_area-row-9-margin {
    margin-top: 0px !important;
}

.dnd_area-row-9-padding {
    padding-top: 0px !important;
    padding-bottom: 0px !important;
    padding-left: 0px !important;
    padding-right: 0px !important;
}

.dnd_area-row-9-hidden {
    display: none !important;
}

.dnd_area-row-10-padding {
    padding-top: 40px !important;
    padding-bottom: 40px !important;
    padding-left: 0px !important;
    padding-right: 0px !important;
}

.dnd_area-row-10-hidden {
    display: none !important;
}

.dnd_area-row-11-padding {
    padding-top: 40px !important;
    padding-bottom: 0px !important;
}

.dnd_area-row-11-background-layers {
    background-image: linear-gradient(rgba(57, 164, 228, 1), rgba(57, 164, 228, 1)) !important;
    background-position: left top !important;
    background-size: auto !important;
    background-repeat: no-repeat !important;
}

.dnd_area-row-12-padding {
    padding-top: 20px !important;
    padding-bottom: 40px !important;
}

.dnd_area-row-12-background-layers {
    background-image: linear-gradient(rgba(57, 164, 228, 1), rgba(57, 164, 228, 1)) !important;
    background-position: left top !important;
    background-size: auto !important;
    background-repeat: no-repeat !important;
}

.dnd_area-row-13-background-layers {
    background-image: linear-gradient(rgba(57, 164, 228, 1), rgba(57, 164, 228, 1)) !important;
    background-position: left top !important;
    background-size: auto !important;
    background-repeat: no-repeat !important;
}

.dnd_area-row-14-padding {
    padding-top: 0px !important;
    padding-bottom: 40px !important;
}

.dnd_area-row-14-background-layers {
    background-image: linear-gradient(rgba(57, 164, 228, 1), rgba(57, 164, 228, 1)) !important;
    background-position: left top !important;
    background-size: auto !important;
    background-repeat: no-repeat !important;
}

.dnd_area-row-15-padding {
    padding-top: 0px !important;
    padding-bottom: 0px !important;
}

.dnd_area-row-16-padding {
    padding-top: 0px !important;
    padding-bottom: 0px !important;
}

.dnd_area-row-17-padding {
    padding-top: 0px !important;
    padding-bottom: 40px !important;
}

.dnd_area-row-18-padding {
    padding-top: 0px !important;
    padding-bottom: 0px !important;
    padding-left: 0px !important;
    padding-right: 0px !important;
}

.cell_17576112908505-padding {
    padding-left: 0px !important;
    padding-right: 0px !important;
}

.cell_1757612150910-padding {
    padding-top: 20px !important;
    padding-bottom: 0px !important;
}

.cell_1757612150910-background-layers {
    background-image: linear-gradient(rgba(146, 193, 75, 1), rgba(146, 193, 75, 1)) !important;
    background-position: left top !important;
    background-size: auto !important;
    background-repeat: no-repeat !important;
}

.cell_17576112908504-padding {
    padding-top: 20px !important;
    padding-left: 30px !important;
    padding-right: 30px !important;
}

.cell_17576112908504-background-layers {
    background-image: linear-gradient(rgba(57, 164, 228, 1), rgba(57, 164, 228, 1)) !important;
    background-position: left top !important;
    background-size: auto !important;
    background-repeat: no-repeat !important;
}

.cell_17599538366553-padding {
    padding-left: 0px !important;
    padding-right: 0px !important;
}

.cell_17599533857342-padding {
    padding-top: 20px !important;
    padding-right: 15px !important;
}

.cell_17599533857342-background-layers {
    background-image: linear-gradient(rgba(57, 164, 228, 1), rgba(57, 164, 228, 1)) !important;
    background-position: left top !important;
    background-size: auto !important;
    background-repeat: no-repeat !important;
}

.cell_17659154902823-padding {
    padding-left: 0px !important;
    padding-right: 0px !important;
}

.cell_17659154902825-padding {
    padding-top: 60px !important;
    padding-bottom: 60px !important;
    padding-right: 15px !important;
}

.cell_17599533857343-padding {
    padding-left: 0px !important;
    padding-right: 0px !important;
}

.cell_17599533857349-padding {
    padding-top: 20px !important;
    padding-bottom: 0px !important;
}

.cell_17599533857349-hidden {
    display: none !important;
}

.cell_17599533857349-background-layers {
    background-image: linear-gradient(rgba(146, 193, 75, 1), rgba(146, 193, 75, 1)) !important;
    background-position: left top !important;
    background-size: auto !important;
    background-repeat: no-repeat !important;
}

.cell_1759954235850-padding {
    padding-left: 0px !important;
    padding-right: 0px !important;
}

.cell_17599534277049-padding {
    padding-top: 0px !important;
    padding-bottom: 0px !important;
    padding-left: 0px !important;
    padding-right: 0px !important;
}

.cell_17599534277049-background-layers {
    background-image: linear-gradient(rgba(146, 193, 75, 1), rgba(146, 193, 75, 1)) !important;
    background-position: left top !important;
    background-size: auto !important;
    background-repeat: no-repeat !important;
}

.cell_17601200193404-padding {
    padding-top: 20px !important;
    padding-right: 15px !important;
}

.cell_17601200193404-background-layers {
    background-image: url('https://beta.edukitinc.com/hubfs/home-image1b.jpg') !important;
    background-position: center top !important;
    background-size: cover !important;
    background-repeat: no-repeat !important;
}

.cell_17601200193403-padding {
    padding-top: 20px !important;
    padding-right: 15px !important;
}

.cell_17601200193403-background-layers {
    background-image: url('https://beta.edukitinc.com/hubfs/home-image2b.jpg') !important;
    background-position: center top !important;
    background-size: cover !important;
    background-repeat: no-repeat !important;
}

.cell_17619355696824-background-layers {
    background-image: url('https://beta.edukitinc.com/hubfs/home-image1b.jpg') !important;
    background-position: center top !important;
    background-size: cover !important;
    background-repeat: no-repeat !important;
}

.cell_17619355696823-background-layers {
    background-image: url('https://beta.edukitinc.com/hubfs/home-image2b.jpg') !important;
    background-position: center top !important;
    background-size: cover !important;
    background-repeat: no-repeat !important;
}

.cell_1761937101495-padding {
    padding-top: 60px !important;
    padding-bottom: 60px !important;
}

.cell_1757616500516-padding {
    padding-left: 25px !important;
    padding-right: 25px !important;
}

.module_17576198313993-hidden {
    display: block !important;
}

.cell_17576206673722-padding {
    padding-left: 0px !important;
    padding-right: 0px !important;
}

.footer-row-0-padding {
    padding-top: 40px !important;
    padding-bottom: 0px !important;
    padding-left: 20px !important;
    padding-right: 20px !important;
}

.footer-row-1-padding {
    padding-top: 20px !important;
    padding-bottom: 0px !important;
}

.footer-column-5-padding {
    padding-top: 0px !important;
    padding-bottom: 0px !important;
    padding-left: 0px !important;
    padding-right: 0px !important;
}

.cell_1757000385908-row-0-padding {
    padding-top: 0px !important;
    padding-bottom: 0px !important;
    padding-left: 0px !important;
    padding-right: 0px !important;
}

.cell_1757000422184-row-0-padding {
    padding-top: 0px !important;
    padding-bottom: 0px !important;
    padding-left: 0px !important;
    padding-right: 0px !important;
}

.footer-column-6-row-0-padding {
    padding-top: 0px !important;
    padding-bottom: 0px !important;
    padding-left: 0px !important;
    padding-right: 0px !important;
}

.footer-column-1-padding {
    padding-top: 0px !important;
    padding-bottom: 0px !important;
    padding-left: 0px !important;
    padding-right: 0px !important;
}

.footer-column-1-row-0-padding {
    padding-top: 0px !important;
    padding-bottom: 0px !important;
    padding-left: 0px !important;
    padding-right: 0px !important;
}

/* HubSpot Styles (mobile) */
@media (max-width: 992px) {
    .header-navigation-row-1-hidden {
        display: block !important;
    }

    .cell_17601061027162-row-0-margin {
        margin-bottom: -10px !important;
    }

    .cell_17601061027162-row-0-padding {
        padding-bottom: 0px !important;
    }

    .module_17599442158494-padding > #hs_cos_wrapper_module_17599442158494 {
        padding-bottom: 0px !important;
    }

    .module_17599442158494-hidden {
        display: block !important;
    }

    .dnd_area-row-1-padding {
        padding-bottom: 0px !important;
    }

    .dnd_area-row-2-padding {
        padding-top: 0px !important;
        padding-bottom: 0px !important;
    }

    .dnd_area-row-5-padding {
        padding-top: 50px !important;
        padding-bottom: 50px !important;
    }

    .dnd_area-row-6-padding {
        padding-top: 0px !important;
        padding-bottom: 0px !important;
    }

    .dnd_area-row-8-padding {
        padding-top: 0px !important;
        padding-bottom: 0px !important;
    }

    .dnd_area-row-12-padding {
        padding-top: 0px !important;
        padding-bottom: 40px !important;
    }

    .dnd_area-row-17-padding {
        padding-bottom: 40px !important;
    }

    .cell_1757612150910-padding {
        padding-top: 20px !important;
        padding-left: 10px !important;
        padding-right: 10px !important;
    }

    .cell_17576112908504-padding {
        padding-top: 20px !important;
        padding-bottom: 0px !important;
        padding-left: 10px !important;
        padding-right: 10px !important;
    }

    .cell_17599533857342-padding {
        padding-top: 20px !important;
        padding-bottom: 0px !important;
        padding-left: 10px !important;
        padding-right: 10px !important;
    }

    .cell_17659154902825-padding {
        padding-top: 40px !important;
        padding-bottom: 40px !important;
        padding-left: 10px !important;
        padding-right: 10px !important;
    }

    .cell_17599533857349-padding {
        padding-top: 20px !important;
        padding-left: 10px !important;
        padding-right: 10px !important;
    }

    .cell_17599534277049-padding {
        padding-top: 20px !important;
        padding-left: 10px !important;
        padding-right: 10px !important;
    }

    .cell_17601200193404-padding {
        padding-top: 20px !important;
        padding-bottom: 0px !important;
        padding-left: 10px !important;
        padding-right: 10px !important;
    }

    .cell_17601200193403-margin {
        margin-bottom: 10px !important;
    }

    .cell_17601200193403-padding {
        padding-top: 20px !important;
        padding-bottom: 0px !important;
        padding-left: 10px !important;
        padding-right: 10px !important;
    }

    .module_1761935861892-padding > #hs_cos_wrapper_module_1761935861892 {
        padding-top: 40px !important;
    }

    .module_17576202621433-padding > #hs_cos_wrapper_module_17576202621433 {
        padding-bottom: 10px !important;
    }

    .widget_1757620199304-padding > #hs_cos_wrapper_widget_1757620199304 {
        padding-bottom: 10px !important;
    }

    .footer-row-0-padding {
        padding-top: 40px !important;
        padding-bottom: 0px !important;
        padding-left: 20px !important;
        padding-right: 20px !important;
    }

    .footer-column-5-padding {
        padding-top: 0px !important;
        padding-bottom: 30px !important;
        padding-left: 0px !important;
        padding-right: 0px !important;
    }

    .module_1757000244379-padding > #hs_cos_wrapper_module_1757000244379 {
        padding-bottom: 30px !important;
    }

    .cell_1757000385908-row-0-padding {
        padding-top: 0px !important;
        padding-bottom: -10px !important;
        padding-left: 0px !important;
        padding-right: 0px !important;
    }

    .module_17570003859094-padding > #hs_cos_wrapper_module_17570003859094 {
        padding-bottom: 30px !important;
    }

    .cell_1757000422184-row-0-padding {
        padding-top: 0px !important;
        padding-bottom: -10px !important;
        padding-left: 0px !important;
        padding-right: 0px !important;
    }

    .module_17570004221845-padding > #hs_cos_wrapper_module_17570004221845 {
        padding-bottom: 30px !important;
    }

    .footer-column-6-row-0-padding {
        padding-top: 0px !important;
        padding-bottom: 0px !important;
        padding-left: 0px !important;
        padding-right: 0px !important;
    }

    .module_17570003454112-padding > #hs_cos_wrapper_module_17570003454112 {
        padding-bottom: 30px !important;
    }

    .footer-column-1-padding {
        padding-top: 0px !important;
        padding-bottom: 30px !important;
        padding-left: 0px !important;
        padding-right: 0px !important;
    }
}