/*! 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.
 */

html, body {
  width: 100%;
  overflow-x: hidden;
}

body {
  margin: 0; font-smoothing: antialiased; -webkit-font-smoothing: antialiased;
}

/**
 * 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 */
  background-color:transparent !important;
}


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

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

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

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

a {
  background-color: transparent;
}

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

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

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

b,
strong {
  font-weight: bolder;
}

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

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

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

small {
  font-size: 80%;
}

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

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

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

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

img {
  border-style: none;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

progress {
  vertical-align: baseline;
}

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

textarea {
  overflow: auto;
}

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

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

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

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

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

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

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

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

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

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

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

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

details {
  display: block;
}

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

summary {
  display: list-item;
}

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

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

template {
  display: none;
}

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

[hidden] {
  display: none;
}


/* CSS variables */

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

/* Mobile layout */

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


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

/* Desktop layout */

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

  
    .row-fluid .span1 {
      width: calc(var(--column-width-multiplier) * 1% * 1 - var(--column-gap) * (11 * var(--column-width-multiplier) / 100));
    }
  
    .row-fluid .span2 {
      width: calc(var(--column-width-multiplier) * 1% * 2 - var(--column-gap) * (10 * var(--column-width-multiplier) / 100));
    }
  
    .row-fluid .span3 {
      width: calc(var(--column-width-multiplier) * 1% * 3 - var(--column-gap) * (9 * var(--column-width-multiplier) / 100));
    }
  
    .row-fluid .span4 {
      width: calc(var(--column-width-multiplier) * 1% * 4 - var(--column-gap) * (8 * var(--column-width-multiplier) / 100));
    }
  
    .row-fluid .span5 {
      width: calc(var(--column-width-multiplier) * 1% * 5 - var(--column-gap) * (7 * var(--column-width-multiplier) / 100));
    }
  
    .row-fluid .span6 {
      width: calc(var(--column-width-multiplier) * 1% * 6 - var(--column-gap) * (6 * var(--column-width-multiplier) / 100));
    }
  
    .row-fluid .span7 {
      width: calc(var(--column-width-multiplier) * 1% * 7 - var(--column-gap) * (5 * var(--column-width-multiplier) / 100));
    }
  
    .row-fluid .span8 {
      width: calc(var(--column-width-multiplier) * 1% * 8 - var(--column-gap) * (4 * var(--column-width-multiplier) / 100));
    }
  
    .row-fluid .span9 {
      width: calc(var(--column-width-multiplier) * 1% * 9 - var(--column-gap) * (3 * var(--column-width-multiplier) / 100));
    }
  
    .row-fluid .span10 {
      width: calc(var(--column-width-multiplier) * 1% * 10 - var(--column-gap) * (2 * var(--column-width-multiplier) / 100));
    }
  
    .row-fluid .span11 {
      width: calc(var(--column-width-multiplier) * 1% * 11 - var(--column-gap) * (1 * var(--column-width-multiplier) / 100));
    }
  
}
.dnd-section>.row-fluid{
      padding-left: 40px !important;
    padding-right: 40px !important;
}
.dnd-section>.row-fluid,
.container{
    margin: 0 auto;
    max-width: 1480px!important;
    width: 100%;

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

    .dnd-section>.row-fluid{
          padding-left: 30px !important;
        padding-right: 30px !important;
    }
}

@media (max-width: 767px) {

    .dnd-section>.row-fluid{
          padding-left: 0px !important;
        padding-right: 0px !important;
    }
}


.modal-open .modal {
    overflow-x: hidden;
    overflow-y: auto;
    z-index: 99999
}

.modal-dialog {
    align-items: center;
    display: flex;
    height: 100%;
    margin: 0 auto
}

.modal-content {
    border: 0
}

.modal:not(.-video) .modal-content {
    border: 0;
    border-radius: 0;
    border-top: 10px solid var(--red);
    height: auto
}

.modal .modal-body {
    padding: 50px
}

.modal-body .modal-close {
    height: 26px;
    right: 30px;
    top: 50px;
    width: 26px
}

.modal-body .modal-close img {
    width: 100%
}

@media (min-width: 576px) {
    .modal-dialog {
        max-width:none
    }
}

@media (min-width: 992px) {
    .modal {
        background-color:#292b33
    }

    .modal-dialog {
        align-items: center;
        display: flex;
        height: 100%;
        margin: 0 auto;
        max-width: 1170px
    }

    .contact-form .modal-dialog {
        align-items: flex-start;
        display: flex;
        height: 100%;
        margin: 0 auto;
        max-width: 875px
    }

    .modal-content {
        border: 0;
        border-radius: 12px;
        height: auto
    }

    .modal-body {
        align-items: center;
        display: flex;
        flex-wrap: nowrap;
        justify-content: space-between;
        position: relative
    }

    .modal-close {
        cursor: pointer;
        position: absolute;
        right: 50px;
        top: 50px
    }

    .modal-content .hbspt-form {
        width: 100%
    }
}

.modal.-video {
    background-color: rgba(77,39,119,.9)
}

.modal.-video .modal-dialog {
    align-items: center;
    display: flex;
    justify-content: center
}

.modal.-video .modal-content {
    background-color: transparent;
    margin: 0 15px
}

.modal.-video .modal-body {
    padding: 0
}

.modal.-video .videoWrapper {
    border-radius: 12px;
    overflow: hidden
}

.modal.-video .modal-close {
    bottom: calc(100% + 15px);
    right: 0;
    top: auto
}

.modal-body .modal-close {
    background-image: url(https://21605396.fs1.hubspotusercontent-na1.net/hubfs/21605396/MoW24/Close.png);
    background-repeat: no-repeat;
    background-size: contain;
    height: 30px;
    position: absolute;
    right: 15px;
    top: 15px;
    width: 30px;
    z-index: 9999
}



.close {
    color: #000;
    float: right;
    font-size: 1.5rem;
    font-weight: 700;
    line-height: 1;
    opacity: .5;
    text-shadow: 0 1px 0 #fff
}

.close:focus,.close:hover {
    color: #000;
    opacity: .75;
    text-decoration: none
}

.close:not(:disabled):not(.disabled) {
    cursor: pointer
}

button.close {
    -webkit-appearance: none;
    background-color: transparent;
    border: 0;
    padding: 0
}

.modal,.modal-open {
    overflow: hidden
}

.modal {
    bottom: 0;
    display: none;
    left: 0;
    outline: 0;
    position: fixed;
    right: 0;
    top: 0;
    z-index: 1050
}

.modal-dialog {
    margin: .5rem;
    pointer-events: none;
    position: relative;
    width: auto
}

.modal.fade .modal-dialog {
    -webkit-transform: translateY(-25%);
    transform: translateY(-25%);
    transition: -webkit-transform .3s ease-out;
    transition: transform .3s ease-out;
    transition: transform .3s ease-out,-webkit-transform .3s ease-out
}

.modal.show .modal-dialog {
    -webkit-transform: translate(0);
    transform: translate(0)
}

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

.modal-content,.modal-dialog-centered {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.modal-content {
    position: relative;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    background-clip: padding-box;
    background-color: #fff;
    border: 1px solid rgba(0,0,0,.2);
    border-radius: .3rem;
    -ms-flex-direction: column;
    flex-direction: column;
    outline: 0;
    pointer-events: auto;
    width: 100%
}

.modal-backdrop {
    background-color: #000;
    bottom: 0;
    left: 0;
    position: fixed;
    right: 0;
    top: 0;
    z-index: 1040
}

.modal-backdrop.fade {
    opacity: 0
}

.modal-backdrop.show {
    opacity: .5
}

.modal-header {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    border-bottom: 1px solid #e9ecef;
    border-top-left-radius: .3rem;
    border-top-right-radius: .3rem;
    justify-content: space-between;
    padding: 1rem
}

.modal-header .close {
    margin: -1rem -1rem -1rem auto;
    padding: 1rem
}

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

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

.modal-footer {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    border-top: 1px solid #e9ecef;
    justify-content: flex-end;
    padding: 1rem
}

.modal-footer>:not(:first-child) {
    margin-left: .25rem
}

.modal-footer>:not(:last-child) {
    margin-right: .25rem
}

.modal-scrollbar-measure {
    height: 50px;
    overflow: scroll;
    position: absolute;
    top: -9999px;
    width: 50px
}

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

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

    .modal-sm {
        max-width: 300px
    }
}

@media (min-width: 992px) {
    .modal-lg {
        max-width:800px
    }
}


.testmonial-section h2{text-align:center;}

@media (max-width: 992px) {
  .testmonial-section h2{text-align:left;}
}
* {
    box-sizing:border-box;
}

:focus {
  outline-color: green;
}
.disable-focus-styles :focus {
  outline:0!important;
}

html {
  scroll-behavior:smooth;
}

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

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

@media(max-width:991px){
    .hero-section.right-image.dnd-section>.row-fluid {
        display: flex;
        flex-direction: column-reverse;
        gap: 20px;
    }
  
      .right-image .smart-cta .image-col img {
        width: 100%;
    }
}



.content-wrapper {
  max-width: 1480px;
  margin: 0 auto;
  padding: 0 1rem;
}

.dnd-section,
.content-wrapper--vertical-spacing {
  padding: 75px 1rem;
}

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

.dnd-section > .row-fluid {
  margin: 0 auto;
  max-width: 1480px;
}

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

@media (max-width: 767px) {
  .dnd-section .dnd-column {
    padding: 0;
  }
}
/* Fonts
Add all the fonts imports in here
*/


@font-face {
  font-family: 'MuseoSans-Light';
  src: url('https://21605396.fs1.hubspotusercontent-na1.net/hubfs/21605396/Font/MuseoSans-300.eot');
  src: url('https://21605396.fs1.hubspotusercontent-na1.net/hubfs/21605396/Font/MuseoSans-300.eot') format('embedded-opentype'),
    url('https://21605396.fs1.hubspotusercontent-na1.net/hubfs/21605396/Font/MuseoSans-300.woff2') format('woff2'),
    url('https://21605396.fs1.hubspotusercontent-na1.net/hubfs/21605396/Font/MuseoSans-300.woff') format('woff'),
    url('https://21605396.fs1.hubspotusercontent-na1.net/hubfs/21605396/Font/MuseoSans-300.ttf') format('truetype'),
    url('https://21605396.fs1.hubspotusercontent-na1.net/hubfs/21605396/Font/MuseoSans-300.svg#GTSuperDisplayRegularl') format('svg');
}

@font-face {
  font-family: 'MuseoSansDisplay-Medium';
  src: url('https://21605396.fs1.hubspotusercontent-na1.net/hubfs/21605396/Font/MuseoSans-500.eot');
  src: url('https://21605396.fs1.hubspotusercontent-na1.net/hubfs/21605396/Font/MuseoSans-500.eot') format('embedded-opentype'),
    url('https://21605396.fs1.hubspotusercontent-na1.net/hubfs/21605396/Font/MuseoSans-500.woff2') format('woff2'),
    url('https://21605396.fs1.hubspotusercontent-na1.net/hubfs/21605396/Font/MuseoSans-500.woff') format('woff'),
    url('https://21605396.fs1.hubspotusercontent-na1.net/hubfs/21605396/Font/MuseoSans-500.ttf') format('truetype'),
    url('https://21605396.fs1.hubspotusercontent-na1.net/hubfs/21605396/Font/MuseoSans-500.svg#GTSuperDisplayRegularl') format('svg');
}

@font-face {
  font-family: 'MuseoSansDisplay-Bold';
  src: url('https://21605396.fs1.hubspotusercontent-na1.net/hubfs/21605396/Font/MuseoSans-700.eot');
  src: url('https://21605396.fs1.hubspotusercontent-na1.net/hubfs/21605396/Font/MuseoSans-700.eot') format('embedded-opentype'),
    url('https://21605396.fs1.hubspotusercontent-na1.net/hubfs/21605396/Font/MuseoSans-700.woff2') format('woff2'),
    url('https://21605396.fs1.hubspotusercontent-na1.net/hubfs/21605396/Font/MuseoSans-700.woff') format('woff'),
    url('https://21605396.fs1.hubspotusercontent-na1.net/hubfs/21605396/Font/MuseoSans-700.ttf') format('truetype'),
    url('https://21605396.fs1.hubspotusercontent-na1.net/hubfs/21605396/Font/MuseoSans-700.svg#GTSuperDisplayRegularl') format('svg');
}

@font-face {
  font-family: 'MuseoSansDisplay-Black';
  src: url('https://21605396.fs1.hubspotusercontent-na1.net/hubfs/21605396/Font/MuseoSansDisplay-Black.eot');
  src: url('https://21605396.fs1.hubspotusercontent-na1.net/hubfs/21605396/Font/MuseoSansDisplay-Black.eot') format('embedded-opentype'),
    url('https://21605396.fs1.hubspotusercontent-na1.net/hubfs/21605396/Font/MuseoSansDisplay-Black.woff2') format('woff2'),
    url('https://21605396.fs1.hubspotusercontent-na1.net/hubfs/21605396/Font/MuseoSansDisplay-Black.woff') format('woff'),
    url('https://21605396.fs1.hubspotusercontent-na1.net/hubfs/21605396/Font/MuseoSansDisplay-Black.ttf') format('truetype'),
    url('https://21605396.fs1.hubspotusercontent-na1.net/hubfs/21605396/Font/MuseoSansDisplay-Black.svg#GTSuperDisplayRegularl') format('svg');
}
/*
| The principal behind the way typography is managed on this site is to
| allow as much definition to be dynamic as possible. This means minimizing
| the use of absolute line heights and letter spacing - favoring ems - as 
| well as using elements to determine spacing.
|
| Useful formulae for transcribing values with their best practice use cases:
|
| letter-spacing    = [Letter Spacing in px] / [Font Size in px] (em)
| letter-spacing    = [Adobe Tracking value] / 1000 (em)
| line-height       = [Line Height in px] / [Font Size in px] (em)
|
| For purposes of site styles, font sizes may be expressed in pixels or
| rems. Rems are assuming the base font size has been calculated to 10px
| and can be interpreted by dividing your intended size by 10.
| To put it plainly, 16px = 1.6rem.
|
*/


  @import url("https://use.typekit.net/btp2mmx.css");






























html {
  font-size: 16px;
}

body {
  font-family: arial, helvetica, sans-serif; font-style: normal; font-weight: normal; text-decoration: none;
  color: #000000;
  font-size: 16px;
  word-break: break-word;
  font-family: 'museo-sans', sans-serif !important;
}

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

/* Paragraphs */
p {
  font-family: arial, helvetica, sans-serif; font-style: normal; font-weight: normal; text-decoration: none;
  line-height:1.6;
  font-family: 'museo-sans', sans-serif !important;
}

/* Anchors */
a {
    font-style: normal;
    text-decoration: none;
    color: #000;
    font-weight: 900;
    border-bottom: 2px solid #F9BC19;
}

a:active, 
a:focus, 
a:hover {
    background: #f9bc19;
}


h1,
h2,
h3,
p{margin-bottom:25px;margin-top: 0px;}

p:last-child{margin-bottom:30px;}




/* Headings */
h1,
.widget-type-header h1,
.widget-type-rich_text h1,h1 {

  color: #000000;
  font-size: 38px;
  line-height:48px;
  text-transform: none;
  font-family: 'museo-sans', sans-serif !important;
  font-weight:900;
  margin-bottom:25px;
  margin-top:0px;
}


h2,
.widget-type-header h2,
.widget-type-rich_text h2,h2 {

  color: #000000;
  font-size: 32px;
  line-height:44px;
  text-transform: none;
  font-family: 'museo-sans', sans-serif !important;
    font-weight:900;
    margin-bottom:25px;
  margin-top:0px;
}

h3,
.widget-type-header h3,
.widget-type-rich_text h3 {

  color: #000000;
  font-size: 28px;
  line-height:40px;
  text-transform: none;
  font-family: 'museo-sans', sans-serif !important;
    font-weight:900;
    margin-bottom:25px;
  margin-top:0px;
}

h4,
.widget-type-header h4,
.widget-type-rich_text h4 {

  color: #000000;
  font-size: 22px;
  line-height:34px;
  text-transform: none;
  font-family: 'museo-sans', sans-serif!important;
    font-weight:900;
    margin-bottom:25px;
  margin-top:0px;
}
h5,
.widget-type-header h5,
.widget-type-rich_text h5 {

  color: #000000;
   font-size: 20px;
  line-height:32px;
  text-transform: none;
  font-family: 'museo-sans', sans-serif !important;
    font-weight:900;
    margin-bottom:25px;
  margin-top:0px;
}
h6,
.widget-type-header h6,
.widget-type-rich_text h6 {

  color: #000000;
    font-size: 14px;
  line-height:24px;
  text-transform: uppercase;
  font-family: 'museo-sans', sans-serif !important;
  margin-bottom:15px;
  margin-top:0px;
    font-weight:900;
  
}

@media only screen and (min-width:768px) {
  h1,
  .widget-type-header h1,
  .widget-type-rich_text h1 {
    font-family: arial, helvetica, sans-serif, serif; font-style: normal; font-weight: 700; text-decoration: none;
    color: #000000;
    font-size: 57px;
    text-transform: none;
    font-family: 'museo-sans', sans-serif !important;
     font-weight:900;
    line-height: 1.1;
    
  }
    h2,
  .widget-type-header h2,
  .widget-type-rich_text h2 {

    color: #000000;
    font-size: 47px;
    text-transform: none;
    font-family: 'museo-sans', sans-serif !important;
     font-weight:900;
    line-height: 1.1;
  }
h3,
  .widget-type-header h3,
  .widget-type-rich_text h3 {
   
    color: #000000;
    font-size: 37px;
    text-transform: none;
    font-family: 'museo-sans', sans-serif !important;
     font-weight:900;
    line-height: 1.1;
  }
h4,
  .widget-type-header h4,
  .widget-type-rich_text h4 {

    color: #000000;
    font-size: 27px;
    text-transform: none;
    font-family: 'museo-sans', sans-serif !important;
     font-weight:900;
    line-height: 1.1;
  }
h5,
  .widget-type-header h5,
  .widget-type-rich_text h5 {

    color: #000000;
    font-size: 22px;
    text-transform: none;
    font-family: 'museo-sans', sans-serif !important;
     font-weight:900;
    line-height: 1.1;
  }
h6,
  .widget-type-header h6,
  .widget-type-rich_text h6 {

    color: #000000;
    font-size: 15px;
    text-transform: uppercase;
    font-family: 'museo-sans', sans-serif !important;
     font-weight:900;
    line-height: 1.1;
    
  }
}

/* Lists */

ul,
ol {
    margin: 0 0 2em;
    padding-left: 24px;
}

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

.no-list ul,
ul.no-list {
  list-style: none;
}
.hs_cos_wrapper_type_inline_rich_text li + li {
  margin-top:1em;
}
.hs_cos_wrapper_type_inline_rich_text ul ul {
  margin-top:1em;
}


li {
    margin-bottom: 20px;
    line-height: 1.4;
    padding-left: 6px;
}

li:last-child {
    margin-bottom: 30px;
 
}

li::marker{
    font-size: 26px;
    line-height: 1;
}
/* Code blocks */

code {
  vertical-align: bottom;
}

/* Blockquotes */

blockquote {
  border-left: 2px solid ;
  margin: 0 0 1em;
  padding-left: 1em;
}

/* Horizontal rules */

hr {
  background-color: var(--c-black);
  border: none;
  color: var(--c-black);
  height: 1px;
}

/* Subscripts and superscripts */

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

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

@media(max-width:1024px){
  .widget-type-header h1,
  .widget-type-rich_text h1,h1{
    font-size:45px;
  }
}

@media(max-width:767px){
  .widget-type-header h1,
  .widget-type-rich_text h1,h1{
    font-size:36px;
    margin-bottom:20px;
  }
  p,body{ font-size:16px;margin-bottom:20px;}
  .widget-type-header h2,
  .widget-type-rich_text h2,h2{
    font-size:30px;
    margin-bottom:20px;
    line-height: 35px;
  }
.widget-type-header h4, 
  .widget-type-rich_text h4,
  h4
    font-size:20px;
    margin-bottom:15px;
  } 
  .widget-type-header h5, 
  .widget-type-rich_text h5, 
    h5{margin-bottom:15px;}
}


.cta-btns {
    align-items: center;
    display: flex;
    text-align: center;
    gap: 10px;
}


button,
.button,
.hs-button, 
.hs-blog-post-listing__post-button,
a.primary-button{

  background-color: 

  
  
    
  


  rgba(249, 188, 25, 1.0)

;
   display: inline-block;
    letter-spacing: .16px;
    padding: 17px 20px 13px;
    color: #000;
    text-align: center;
    font-family: museo-sans, sans-serif !important;
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: 20px;
    padding: 15px 30px 15px 25px;
    border-radius: 50px;
    position: relative;
    margin-bottom: 10px;
    border: 0px;
      cursor: pointer;
}


a.primary-button:after {
    content: "";
    background: url(https://21605396.fs1.hubspotusercontent-na1.net/hubfs/21605396/MoW24/Icons/Arrow-light-bg.svg) no-repeat;
    position: relative;
    right: -15px;
    width: 18px;
    height: 18px;
    padding-right: 20px;
    padding-left: 3px;
    transform: translateY(-50%);
}

a.primary-button:hover {
    box-shadow: 5px 5px 0px 0px #000;
}



a.secondary-button{
    background: #FFF;
    display: inline-block;
    letter-spacing: .16px;
    padding: 17px 20px 13px;
    color: #000;
    text-align: center;
    font-family: museo-sans, sans-serif !important;
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: 16px;
    padding: 15px 30px 15px 25px;
    border-radius: 50px;
    position: relative;
    margin-bottom: 10px;
      border: 2px solid #f9bc19;
}

a.secondary-button:after {
    content: "";
    background: url(https://21605396.fs1.hubspotusercontent-na1.net/hubfs/21605396/MoW24/Icons/Arrow-light-bg.svg) no-repeat;
    position: relative;
    right: -15px;
    width: 18px;
    height: 18px;
    padding-right: 20px;
    padding-left: 3px;
    transform: translateY(-50%);
}


a.secondary-button:hover {
    box-shadow: 5px 5px 0px 0px #f9bc19;
}

a.tertiary {
    color: #000;
    display: inline-block;
    font-family: museo-sans, sans-serif !important;
    font-size: 15px;
    font-style: normal;
    font-weight: 700;
    line-height: 27px;
    margin-right: 54px;
    position:relative;
    border: 0px;
      border-bottom: 2px solid transparent;
          margin-right: 0px !important;
}
a.tertiary:hover {
    border-bottom: 2px solid var(--yellow);
      background: none;
}
a.tertiary:after {
    background: url(https://21605396.fs1.hubspotusercontent-na1.net/hubfs/21605396/MoW24/Icons/Tertiary-button-light-bg.svg) no-repeat;
    content: "";
    height: 25px;
    position: absolute;
    right: -36px;
    top: 50%;
    transform: translateY(-50%);
    width: 25px;
  border: 0px;
}


a.primary_dark {
    background: #000;
    display: inline-block;
    height: auto;
    letter-spacing: .16px;
    padding: 17px 20px 13px;
    color: #FFF;
    text-align: center;
    font-family: museo-sans, sans-serif !important;
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: 20px;
    padding: 15px 30px 15px 25px;
    border-radius: 50px;
    position: relative;
    margin-bottom: 10px;
    border: 0px;
}

a.primary_dark:after {
    content: "";
    background: url(https://21605396.fs1.hubspotusercontent-na1.net/hubfs/21605396/MoW24/Icons/Arrow-dark-bg.svg) no-repeat;
    position: relative;
    right: -15px;
    width: 18px;
    height: 18px;
    padding-right: 20px;
    padding-left: 3px;
    transform: translateY(-50%);
}


a.primary_dark:hover {
    box-shadow: 5px 5px 0px 0px #FFF;
}




a.secondary_dark {
    background: #FFF;
    display: inline-block;
    height: auto;
    letter-spacing: .16px;
    padding: 17px 20px 13px;
    color: #000;
    text-align: center;
    font-family: museo-sans, sans-serif !important;
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: 16px;
    padding: 15px 30px 15px 25px;
    border-radius: 50px;
    position: relative;
    margin-bottom: 10px;
    border: 2px solid #000;
}

a.secondary_dark:after {
    content: "";
    background: url(https://21605396.fs1.hubspotusercontent-na1.net/hubfs/21605396/MoW24/Icons/Arrow-light-bg.svg) no-repeat;
    position: relative;
    right: -15px;
    width: 18px;
    height: 18px;
    padding-right: 20px;
    padding-left: 3px;
    transform: translateY(-50%);
}


a.secondary_dark:hover {
    box-shadow: 5px 5px 0px 0px #000;
}





a.tertiary_dark {
    color: #000;
    display: inline-block;
    font-family: museo-sans, sans-serif !important;
    font-size: 15px;
    font-style: normal;
    font-weight: 700;
    line-height: 27px;
    margin-right: 54px;
  position:relative;
      border-bottom: 2px solid transparent;
          margin-right: 0px !important;
}
a.tertiary_dark:hover {
    border-bottom: 2px solid #000;
      background: none;
}
a.tertiary_dark:after {
    background: url(https://21605396.fs1.hubspotusercontent-na1.net/hubfs/21605396/MoW24/Icons/Tertiary-button-dark-bg.svg) no-repeat;
    content: "";
    height: 25px;
    position: absolute;
    right: -36px;
    top: 50%;
    transform: translateY(-50%);
    width: 25px;
  border: 0px;
}


a.primary_dark {
    background: #000;
    display: inline-block;
    height: auto;
    letter-spacing: .16px;
    padding: 17px 20px 13px;
    color: #FFF;
    text-align: center;
    font-family: museo-sans, sans-serif !important;
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: 20px;
    padding: 15px 30px 15px 25px;
    border-radius: 180px;
    position: relative;
    margin-bottom: 10px;
}


.cta-btns a:first-child{margin-right:20px!important;}

button:hover,
button:focus,
.button:hover,
.button:focus,
.hs-button:hover,
.hs-button:focus,
.hs-blog-post-listing__post-button:hover,
.hs-blog-post-listing__post-button:focus,
{
  font-family: Lato, sans-serif; font-style: normal; font-weight: 900; text-decoration: none;
  color: #000000;
  background-color: rgba(209, 148, 0, 1.0);
  border-color: #000000;
}

button:active,
.button:active,
.hs-button:active,
.hs-blog-post-listing__post-button:active {

}
.cta-btn a:first-child{ margin-right:20px;}
.ripple {
  position: absolute;
  background: rgba(255,255,255,.25);
  border-radius: 100%;
  transform: scale(0.2);
  opacity:0;
  pointer-events: none;
  -webkit-animation: ripple .55s;
  -moz-animation: ripple .55s;
  animation: ripple .55s;
}

@-webkit-keyframes ripple {
  from {
    opacity:1;
  }
  to {
    transform: scale(2);
    opacity: 0;
  }
}

@-moz-keyframes ripple {
  from {
    opacity:1;
  }
  to {
    transform: scale(2);
    opacity: 0;
  }
}

@keyframes ripple {
  from {
    opacity:1;
  }
  to {
    transform: scale(2);
    opacity: 0;
  }
}
@media(max-width:991px){
  .cta-btn a:first-child {
    margin-right: 20px;
  }
  
  a.primary-button,
   a.secondary-button,
    a.primary_dark,
    a.secondary_dark{
      width:100%!important;

  }
    
      .cta-btns a:first-child{margin-bottom:20px;margin-right:0px!important;}
    
}
@media(max-width:480px){
  a.primary-button {
    margin-right: 0;
    width: 100%;
    margin-bottom: 20px;
    text-align: center;
  }
  a.secondary-button {
    margin-right: 0;
    width: 100%;
    text-align: center;
  }
  a.primary_dark{
    width: 100%;
    text-align: center;
  }
  .cta-btn a:first-child{ margin-right:0; margin-bottom:20px;}
}



:root {

  --c-colorName1:#hexval;

  --c-white:#FFFFFF;

  --c-black:#000000;

}



.background {
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: cover
}

.background.-parallax {
    background-attachment: inherit
}

.background.-black {
    background-color: var(--black)
}

.background.-white {
    background-color: var(--white)
}

.background.-darkgrey {
    background-color: var(--darkgrey)
}

.background.-red {
    background-color: var(--red)
}


.background.-apple {
    background-color: var(--apple)
}

.background.-yellow {
    background-color: var(--yellow)
}

.background.-light_grey {
    background-color: var(--light_grey)
}

.background.-water {
    background-color: var(--water)
}

.background.-peach {
    background-color: var(-peach)
}

.background.-light_yellow {
    background-color: var(--light_yellow)
}

.background.-light_apple {
    background-color: var(--light_apple)
}

.background.-light_water {
    background-color: var(--light_water)
}

.background.-light_peach {
    background-color: var(--light_peach)
}

@media (min-width: 1200px) {
    .background.-parallax {
        background-attachment:fixed
    }
}
















/* Submit button */


form .hs-button:active,form input[type=submit]:active {
   

}

::-webkit-input-placeholder {
    color: grey;
    opacity: 1
}

::-moz-placeholder {
    color: grey;
    opacity: 1
}

:-ms-input-placeholder {
    color: grey;
    opacity: 1
}

:-moz-placeholder {
    color: grey;
    opacity: 1
}

::placeholder {
    color: grey;
    opacity: 1
}

.submitted-message,form {
   
    font-style: normal;
    font-weight: 400;
    text-decoration: none
}

form .input ul.inputs-list li label input[type=checkbox]+span {
        align-items: flex-start;
    display: flex
}

.form-title {
    color: #000
}

form .input ul.inputs-list li label input[type=checkbox]:checked+span:before {
    background: var(--water) url(https://21605396.fs1.hubspotusercontent-na1.net/hubfs/21605396/Landing%20Page/tick.png);
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: 14px
}

form .input ul.inputs-list li label input[type=checkbox] {
    display: none!important;
    opacity: 0
}

form .input ul.inputs-list li label input[type=checkbox]+span:before {
  background: #fff;
    border: 2px solid var(--black);
    border-radius: 5px;
    content: "";
    display: inline-block;
    height: 17px;
    margin-right: 10px;
    margin-top: -3px;
    max-width: 17px;
    padding: 2px;
    text-align: center;
    vertical-align: middle;
    width: 100%;  
}

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

li.hs-form-booleancheckbox span {
    color: #000;
    font-size: 16px
}

form label {
    color: #000;
    display: block;
    margin-bottom: .35rem;
    padding-top: 0;
    text-align: left;
    width: auto;
    letter-spacing: 0.5px;
}

.hidden-labels .hs-fieldtype-select label,.hidden-labels .hs-fieldtype-text label,.hidden-labels .hs-fieldtype-textarea label {
    display: none
}

form legend {
    color: #7a7a7a;
    font-size: 18px
}

.input {
    position: relative
}

.grecaptcha-badge {
    margin: 0!important
}

input[type=email],input[type=file],input[type=number],input[type=password],input[type=tel],input[type=text],select,textarea {
    background-color: #fff;
    border: 2px solid #d1d6dc;
    border-radius: 2px;
    color: #000;
    display: inline-block;
    line-height: 1;
    padding: 21px 30px;
    width: 100%
}

input[type=email]:focus,input[type=file]:focus,input[type=number]:focus,input[type=password]:focus,input[type=tel]:focus,input[type=text]:focus,select:focus,textarea:focus {
    outline: none
}

fieldset {
    max-width: 100%!important
}

fieldset.form-columns-2,fieldset.form-columns-3 {
    display: flex
}

fieldset .hs-form-field {
    float: none!important;
    width: 100%!important
}

fieldset .hs-form-field+.hs-form-field {
    margin-left: 15px;
}

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

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

.inputs-list input,.inputs-list span {
    font-size: 16px;
    font-weight: 500;
    vertical-align: middle
}

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

.hs-fieldtype-date .input .hs-dateinput:before {

    content: "\01F4C5";
    position: absolute;
    right: 35px;
    top: 23%;
}


input[type=file] {
    background-color: transparent;
    border: initial;
    box-shadow: none;
    line-height: normal;
    padding: initial
}

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

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

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

.legal-consent-container .hs-form-booleancheckbox-display>span,.legal-consent-container .hs-form-booleancheckbox-display>span p {
    font-size: 18px;
    margin-left: 10.666666666666666px
}

.hs-form-required {
    color: red
}

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

}

.hs-error-msg,.hs-error-msgs {
    color: #ef6b51;
    margin-top: 16px
}



form .actions{position:relative;text-align:left;}



.grecaptcha-badge {
    margin: 0 auto
}

.form-dark input::-webkit-input-placeholder {
    color: #fff
}

.form-dark input::-moz-placeholder {
    color: #fff
}

.form-dark input:-ms-input-placeholder {
    color: #fff
}

.form-dark input:-moz-placeholder {
    color: #fff
}

.form-dark input[type=email],.form-dark input[type=file],.form-dark input[type=number],.form-dark input[type=password],.form-dark input[type=tel],.form-dark input[type=text],.form-dark select,.form-dark textarea {
    background-color: var(--c-black);
    color: var(--c-white)
}

.form-dark .hs-button {
    background-color: var(--c-white);
    color: var(--c-black)
}

.single-line-form form {
    display: flex;
    justify-content: center
}

.single-line-form .hs-form-field {
    flex-grow: 1;
    margin-right: -30px
}

.single-line-form label {
    display: none
}

.single-line-form .hs-error-msgs {
    display: none!important
}

@media only screen and (max-width: 991px) {
    .form-module .row-fluid {
        display:block
    }

    .form-module .row-fluid>div {
        width: 100%!important
    }
}

@media only screen and (max-width: 768px) {
    .single-line-form .hs-button {
        font-size:16px
    }
}

@media only screen and (max-width: 767px) {
    .single-line-form form {
        display:block
    }
}


form {
    background: transparent;
    margin: 0 auto;
    max-width: 600px;
}

form input[type=email] {
    border: 1px solid #000000;
    border-radius: 0;
    color: #000;
    font-size: 14px;
    padding: 7px 20px
}

.submitted-message {
    background: transparent;
    line-height: 1.9;
    margin: 0 auto;
    max-width: 330px
}







form input::-webkit-input-placeholder {
    color: #9b9b9b
}

form input:-moz-placeholder,form input::-moz-placeholder {
    color: #9b9b9b
}

form input:-ms-input-placeholder {
    color: #9b9b9b
}


fieldset.form-columns-2 div:first-child {
    margin-right: 15px
}

fieldset.form-columns-1 .hs-input {
    width: 100%!important
}

input[type=email],input[type=file],input[type=number],input[type=password],input[type=search],input[type=tel],input[type=text],select,textarea {
    margin-bottom: 25px;
    padding: 10px 15px!important
}

textarea {
    height: 200px
}

.input {
    margin: 0!important
}

.hs_submit.hs-submit {
    text-align: center
}


.form-title {
    background: transparent;
    display: none
}

.inputs-list>li label {
    color: var(--black);
    display: block;
    font-size: 12px;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    font-weight: 900;
    line-height: normal;
    line-height: 26px
}

input[type=email],
input[type=file],
input[type=number],
input[type=password],
input[type=search],
input[type=tel],
input[type=text],
select,
textarea {
    background: var(--white);
    border: 2px solid var(--black) !important;
    border-radius: 5px;
    color: var(--black) !important;
    font-size: 16px;
    font-style: normal;
    font-weight: 900;
    line-height: 32px;
    padding: 21px 16px;
    border: 1px solid #000;
}

label {
    color: #000;
    color: var(--black);
    font-size: 14px;
    font-style: normal;
    font-weight: 900;
    line-height: normal;
    text-transform: uppercase;
    display: flex;
    width: 100%;
    flex-basis: 100%;
    flex-direction: row;
}

.hs_countrys select {
    background-position-x: 91%!important
}


::-ms-input-placeholder {
    color: #000000cc!important
}

::placeholder {
    color: #000000cc!important
}

.hs-error-msg,.hs-error-msgs {
    color: var(--red)!important;
    font-size: 12px!important;
    font-style: normal!important;
    font-weight: 600!important;
    line-height: normal!important;
    margin-bottom: 20px!important;
    margin-top: -30px!important;
    text-transform: none!important
}

input:not([type='submit']):active,
input:not([type='submit']):focus {
    background: var(--light_water)!important;

}

@media (max-width: 767px) {

    fieldset.form-columns-2>div {
        margin-left: 0!important;
        width: 100%!important
    }

    fieldset.form-columns-2,.custom-module-tabsfieldset.form-columns-3 {
        display: flex;
        flex-direction: column
    }

    fieldset.form-columns-2 div:first-child {
        margin-right: 0
    }



    fieldset.form-columns-2 .hs-input {
        width: 100%!important
    }

  
    .hs_countrys select {
        background-position-x: 96%!important
    }
}

select {
    -webkit-appearance: none !important;
    -moz-appearance: none;
    background-image: url(https://21605396.fs1.hubspotusercontent-na1.net/hubfs/21605396/MoW24/Select-Dropdown.svg) !important;
    background-repeat: no-repeat !important;
    background-size: 20px !important;
    border-radius: 5px;
    margin-right: 5rem !important;
    padding: 10px 21px !important;
    position: relative;
    display: block;
    background-position: right 20px center;
      display: inline-block;
      border: 2px solid #000;
}

.submitted-message {
    background: transparent;
    padding-bottom: 40px;
    padding-top: 40px;
    text-align: center
}
.hs-fieldtype-checkbox>label>span,
.hs-fieldtype-radio>label>span {
    /* border-bottom:2px solid #000; */
    /* display: inline-block; */
    font-size: 16px;
    font-style: normal;
    font-weight: 900!important;
    line-height: 29px;
    /* margin-bottom:25px; */
    /* width:100%; */
}
.hs-fieldtype-checkbox{margin-bottom:30px}
.hs-fieldtype-checkbox>label,
.hs-fieldtype-radio>label {
    border-bottom: 2px solid #000;
      margin-bottom: 25px;
}



.hs-fieldtype-booleancheckbox ul li:last-child {
    margin-bottom: 20px
}

.hs-fieldtype-radio {
    margin-top: 50px
}

.hs-form-booleancheckbox span,.hs-form-radio span {
    text-transform: none!important
}

.hs-fieldtype-radio ul li span {
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 26px;
    padding-left: 8px
}

label ul li label input {
    float: left;
    width: 20px
}

.hs-fieldtype-radio .inputs-list>li label {
    align-items: flex-start;
    display: flex;
    flex-direction: row;
    justify-content: flex-start
}

input[type=radio] {
    appearance: none!important;
    border: 2px solid #000;
    border-radius: 50%!important;
    box-sizing: border-box!important;
    height: 24px!important;
    line-height: 24px!important;
    margin: 0 5px 15px 0!important;
    min-width: 24px!important;
    padding-block:0!important;padding-inline:0!important;padding: 0!important;
    position: relative!important;
    transition: all .2s linear;
    width: 24px!important
}

input[type=radio]:checked {
    background-color: #000;
    box-shadow: inset 0 0 0 5px var(--water)
}


.custom-module-tabs .actions:hover, .custom-module-tabs .actions:focus {
    box-shadow: 5px 5px 0px 0px #000;
    background-color: var(--yellow) !important;
}

form .actions {
    position: relative;
    text-align: left;
    display: flex;
    background: var(--yellow);
    /* width: 100%; */
    border-radius: 50px;
    align-items: center;
    /* align-content: center; */
    height: 49px;
    /* text-align: center; */
    /* justify-content: flex-start; */
    width: fit-content;
    padding: 15px 25px;
  cursor:pointer;
}


form input.hs-button.primary.large {
    width: auto;
    padding: 10px 10px 10px 10px;
    margin-top: 10px;
}

form .actions:after {
    content: "";
    background-image: url(https://21605396.fs1.hubspotusercontent-na1.net/hubfs/21605396/MoW24/Icons/Arrow-light-bg.svg) !important;
    background-repeat: no-repeat !important;
    background-position: 64% 50% !important;
    height: 36px;
    width: 20px;
    position: relative;
    display: inline-block;
    position: relative;
    right: auto;
    top: 0;
}


@media(max-width:991px){
    fieldset.form-columns-2, 
    fieldset.form-columns-3 {
        display: flex;
        flex-direction: column;
    }
  
  fieldset .hs-form-field+.hs-form-field {
      margin-left: 0;
  }
  
    .form-columns-3 .hs-form-field .hs-input {
        width: 100% !important;
    }


}
@media(max-width:767px){

      form .actions {
          position: relative;
          text-align: left;
          display: flex;
          background: var(--yellow);
          width: 100%;
          border-radius: 50px;
          align-items: center;
          align-content: center;
          height: 49px;
          text-align: center;
          justify-content: center;
      }

}

.hs_recaptcha {
    margin-bottom: 30px;
}


.hs-fieldtype-checkbox .hs-error-msgs {
    margin-top: 40px !important;
}














.footer {
  background-color:rgba(0, 0, 0, 1.0);
  padding: 25px 12px;

}

.footer__container {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.copy-content p {
  font-size: 12px;
  font-weight: 300;
}
.copy-content p a{
  font-weight: 700;
  color:#fff;
}
.copy-content p span {
  color: #f9bc19;
}
.copy-content p a:hover{ border-bottom:1px solid #f9bc19;}
/* Footer content tags */
.footer p,
.footer h1,
.footer h2,
.footer h3,
.footer h4,
.footer h5,
.footer h6,
.footer label,
.footer span,
.footer li,
.footer img {
  color: #FFFFFF;
}

.footer .content-wrapper {
    padding-left: 40px !important;
    padding-right: 40px !important;
}
@media(max-width:767px){
  .footer__container {
    display: block;
  }
  .footer-row-0-padding{ padding:0 !important;}
  .copy-content p {
    font-size: 10px;
  }
  .copy-content p a{
    display:block;
  }
  
  .footer .content-wrapper {
      padding-left: 25px !important;
      padding-right: 25px !important;
  }
  
  
}


.footer {
  padding:100px 0px;
  background-color: #fff;
  color: #000;
  text-align: center;
}

.footer-newsletter {
  margin-bottom: 70px;
}

.footer-newsletter h2 {
  font-size: 24px;
  margin-bottom: 10px;
}

.footer-newsletter form {
    font-style: normal;
    font-weight: 400;
    text-decoration: none;
    background: var(--yellow);
    padding: 30px 60px 25px 60px;
    border-radius: 40px;
    display: flex;
    gap: 20px;
    align-items: center;
  max-width:100%;
}

.footer-newsletter h4 {
    color: #000;
    margin-bottom: 0px;
    font-size: 27px;
    font-style: normal;
    font-weight: 900;
    line-height: 39px;
}

.footer-newsletter>div:first-child {
    width: 41%;
}

.footer-newsletter div:first-child {
    flex-basis: 15%;
    text-align: left;
    margin-bottom: 0;
}


.footer-newsletter .hs_firstname {
    width: 18%;
    margin-bottom: 25px;
}
.footer-newsletter .hs_lastname {
    width: 18%;
    margin-bottom: 25px;
}
.footer-newsletter .hs_email {
    width: 30%;
    margin-bottom: 25px;
}
.footer-newsletter .hs_submit{}
.footer-newsletter .hs_submit .hs-button[type="submit"]{
    background: #000;
    color: #fff;
    margin-bottom: 3px;
    position: relative;
    display: block;
    margin-top:0px;
  border-radius: 100px;
    padding-right: 54px;
}

.footer-newsletter .hs_firstname input[type=text],
.footer-newsletter .hs_lastname input[type=text],
.footer-newsletter .hs_email input[type=email] {border-radius: 5px;border: 2px solid #000;background: white;padding: 17px 30px;margin-bottom:0px;}

.footer-newsletter .hs_firstname label span,
.footer-newsletter .hs_lastname label span,
.footer-newsletter .hs_email label span {
    color: #000;
    text-transform: uppercase;
}




.footer-newsletter form .actions {
    position: relative;
}

.footer-newsletter form .actions:after {
        content: "";
        background: url(https://21605396.fs1.hubspotusercontent-na1.net/hubfs/21605396/MoW24/Icons/Arrow-dark-bg.svg) no-repeat;
        position: absolute;
        right: 25px;
        width: 18px;
        height: 18px;
        top: 14px;
        display: block;
}

.footer-logos img {
  max-height: 50px;
  margin: 0 10px;
}

.footer-links {
  display: flex;
  justify-content: space-around;
  margin: 0px 0;
  flex-basis: 50%;
}

.footer-column {
  text-align: left;
}

.footer-column h3 {
  margin-bottom: 10px;
}

.footer-column ul {
  list-style: none;
  padding: 0;
}

.footer-column ul li {
  margin-bottom: 5px;
}

.footer-column ul li a {
  text-decoration: none;
  color: #000;
}

.footer-sm-section {
    display: flex;
    width: 100%;
    margin-bottom: 60px;
      align-items: center;
}

.footer-mow-logo {
    flex-basis: 50%;
    text-align: left;
}


.footer-mow-logo a {
    background: none;
    border: none;
}
.footer-mow-logo img {
    width: 147px !important;
}


.footer-social {
    display: flex;
    gap: 10px;
    text-align: right;
    justify-content: flex-end;
    width: 100%;
    flex-wrap: wrap;
}

.footer-social a{ 
    background-repeat: no-repeat;
    width: 35px;
    height: 35px;
    display: block;
    border-bottom: 0px;
}


a.icon_facebook {
    background: url(https://21605396.fs1.hubspotusercontent-na1.net/hubfs/21605396/MoW24/footer/Social-FB-resting.svg);
    background-repeat: no-repeat;
    width: 35px;
    height: 35px;
    display: block;
    border-bottom: 0px;
}



.footer-social a.icon_instagram {background: url(https://21605396.fs1.hubspotusercontent-na1.net/hubfs/21605396/MoW24/footer/Social-IG-resting.svg);}

.footer-social a.icon_twitter {background: url(https://21605396.fs1.hubspotusercontent-na1.net/hubfs/21605396/MoW24/footer/Social-X-resting.svg);}

.footer-social a.icon_tiktok {background: url(https://21605396.fs1.hubspotusercontent-na1.net/hubfs/21605396/MoW24/footer/Social-Tiktok-resting.svg);}

.footer-social a.icon_linkedin {background: url(https://21605396.fs1.hubspotusercontent-na1.net/hubfs/21605396/MoW24/footer/Social-LI-resting.svg);}

.footer-social a.icon_spotify {background: url(https://21605396.fs1.hubspotusercontent-na1.net/hubfs/21605396/MoW24/footer/Social-Spotify-resting.svg);}

a.icon_facebook:hover {
    background: url(https://21605396.fs1.hubspotusercontent-na1.net/hubfs/21605396/MoW24/footer/Social-FB-hover.svg);  
    background-repeat: no-repeat;
    width: 35px;
    height: 35px;
    display: block;
    border-bottom: 0px;

}

.footer-social a.icon_instagram:hover {
    background: url(https://21605396.fs1.hubspotusercontent-na1.net/hubfs/21605396/MoW24/footer/Social-IG-hover.svg);
    background-repeat: no-repeat;
    width: 35px;
    height: 35px;
    display: block;
    border-bottom: 0px;

}

.footer-social a.icon_twitter:hover {
    background: url(https://21605396.fs1.hubspotusercontent-na1.net/hubfs/21605396/MoW24/footer/Social-X-Hover.svg);
    background-repeat: no-repeat;
    width: 35px;
    height: 35px;
    display: block;
    border-bottom: 0px;

}

.footer-social a.icon_tiktok:hover {
    background: url(https://21605396.fs1.hubspotusercontent-na1.net/hubfs/21605396/MoW24/footer/Social-Tiktok-hover.svg);  
    background-repeat: no-repeat;
    width: 35px;
    height: 35px;
    display: block;
    border-bottom: 0px;

}

.footer-social a.icon_linkedin:hover {
    background: url(https://21605396.fs1.hubspotusercontent-na1.net/hubfs/21605396/MoW24/footer/Social-LI-hover.svg);      
    background-repeat: no-repeat;
    width: 35px;
    height: 35px;
    display: block;
    border-bottom: 0px;

}

.footer-social a.icon_spotify:hover {
    background: url(https://21605396.fs1.hubspotusercontent-na1.net/hubfs/21605396/MoW24/footer/Social-Spotify-hover.svg);         background-repeat: no-repeat;
    width: 35px;
    height: 35px;
    display: block;
    border-bottom: 0px;

}



.footer-disclaimer {margin: 0px 0 20px 0;font-size: 12px;color: #777;display: flex;border-top: 1px solid #000;padding-top: 20px;}

.copyrights-text p {
    color: #000;
}

.footer-disclaimer ul {
  list-style: none;
  padding: 0;
  display: flex;
  justify-content: center;
  gap: 10px;
}

.footer-disclaimer ul li a {
  text-decoration: none;
  color: #000;
  border: none;
  background: none;
}


.privacy-links {
    flex: 2 0 auto;
      display: flex;
    justify-content: flex-end;
}


.footer-links-section {
    display: flex;
    gap: 40px;
    margin-bottom: 60px;
}

.footer-logos {
    display: flex;
    gap: 20px;
    flex-direction: row;
    flex-basis: 50%;
    flex-wrap: wrap;
    align-content: flex-start;
}


.footer-logos img:nth-child(1) {
    width: 25%!important;
}

.footer-logos img:nth-child(2) {
    width: 18%!important;
}

.footer-logos img:nth-child(3) {
    width: 30%!important;
}



.footer-social span {
    display: flex;
    row-gap: 0;
    text-align: right;
    width: 100%;
    align-items: center;
    flex-basis: 100%;
    flex-wrap: wrap;
    justify-content: flex-end;
    column-gap: 10px;
    color: #000;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
}


.footer-links>ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: nowrap;
    list-style: none;
    margin: 0;
    padding-left: 0;
    flex-direction: row;
    /* gap: 20px; */
    width: 98%;
    min-width: 100%;
    /* align-items: flex-start; */
    align-content: flex-start;
}

div#hs_menu_wrapper_tier-1australiaenheader-top-menu {
    min-width: 100%;
}

.footer-links div {
    width: 100%;
    display: flex;
    flex-direction: row;
    min-width: 100%;
    flex-basis: 100%;
    justify-content: space-between;
    align-items: flex-start;
    flex-wrap: nowrap;
}

.footer-links ul li {flex-basis: 33%;margin-bottom: 0;padding-left:0px;}

.footer-links ul li ul li a {
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
    border-bottom: 0px;
    text-align: left;
    padding: 0px;
    display: inline-block;
    border-bottom: 2px solid transparent;
}

.footer-links ul li>a {
    border-bottom: none;
    margin-top: 20px;
}

.footer-links ul li.hs-menu-depth-1 {
    margin-bottom: 0;
    display: block;
    /* padding-bottom: 20px; */
}
.footer-links ul li ul.hs-menu-children-wrapper {
    left: 0 !important;
    opacity: 1 !important;
    position: relative !important;
}



.footer-links .hs-menu-wrapper.flyouts.hs-item-has-children {}

.footer-links ul li ul.hs-menu-children-wrapper {
    left: 0 !important;
    opacity: 1 !important;
    position: relative !important;
}
.footer-links ul {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    -ms-flex-wrap: wrap !important;
    list-style: none !important;
    margin: 0 !important;
    padding-left: 0 !important;
    flex-direction: row;
    align-items: flex-start;
    flex-basis: 100%;
    width: 100%;
    display: block;
    justify-content: space-between;
}

.footer-links ul li.hs-menu-depth-1:nth-child(2), 
.footer-links ul li.hs-menu-depth-1:nth-child(3),
.footer-links ul li.hs-menu-depth-1:first-child {
      flex-basis: 30%;
      text-align: left;
      /* margin-bottom: 20px; */
      width: 100%;
}

.footer-links ul li.hs-menu-depth-1:nth-child(2)>a, 
.footer-links ul li.hs-menu-depth-1:nth-child(3)>a,
.footer-links ul li.hs-menu-depth-1:first-child>a{
   pointer-events:none;
   border-bottom: 1px solid #000;
   width: 100%;
   display: block;
   padding-bottom: 2px;
   font-size: 16px;
   font-style: normal;
   font-weight: 600;
   line-height: 26px;
   margin-top: 0;
}


.footer-links ul li a:hover {
    border-bottom: 2px solid var(--yellow);
    background: none;
    display: inline-block;
}

.copyrights-text p {
    color: #000;
    margin-bottom: 0px;
}

.privacy-links {
    flex: 2 0 auto;
    max-height: 20px;
}



.privacy-links ul li {
    margin-bottom: 0px;
    height: 18px;
    display: block;
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: 20px;
}

.privacy-links ul li:first-child {border-left: 0px;}


.footer-links .div span {}

.footer-links div span {
    width: 100%;
    display: block;
    position: relative;
}

p.about-us {
    color: #808080;
    text-align: left;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
      margin-bottom: 0;
}

.privacy-links ul li a {
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: 20px;
    border-left: 1px solid #000;
    padding-left: 10px;
}

.privacy-links ul li:first-child a {
    border-left: 0px;
    padding-left: 0px;
}

.mobile-text {
    display: none;
}
@media(max-width:1280px){
  
  .footer-newsletter form {
      flex-wrap: wrap;
  }
    .footer-newsletter div:first-child {
        flex-basis: 100%;
        text-align: left;
        margin-bottom: 0;
    }
  
}

@media(max-width:991px){
  .footer-links ul li.hs-menu-depth-1:nth-child(2), 
  .footer-links ul li.hs-menu-depth-1:nth-child(3), 
  .footer-links ul li.hs-menu-depth-1:first-child {
      flex-basis: 100%;
      text-align: left;
      margin-bottom: 20px;
      width: 100%;
  }
  
  .footer-newsletter form {
      font-style: normal;
      font-weight: 400;
      text-decoration: none;
      background: var(--yellow);
      padding: 30px;
      border-radius: 30px;
      display: flex;
      gap: 0;
      align-items: flex-start;
      flex-wrap: wrap;
      flex-direction: column;
  }
  
  .footer-newsletter div:first-child {
        flex-basis: 100%;
        text-align: left;
        margin-bottom: 0;
    }
  .footer-newsletter .hs_firstname {
        width: 100%;
        margin-bottom: 25px;
    }
  .footer-newsletter .hs_email {
        width: 100%;
        margin-bottom: 25px;
    }
  
  .footer-newsletter .hs_submit {
        width: 100%;
    }
      .footer-newsletter .hs_submit .hs-button[type="submit"] {
        background: #000;
        color: #fff;
        margin-bottom: 3px;
        position: relative;
        display: block;
        width: 100%;
    }
        .footer-newsletter form .actions:after {
          content: "";
          background: url(https://21605396.fs1.hubspotusercontent-na1.net/hubfs/21605396/MoW24/Icons/Arrow-dark-bg.svg) no-repeat;
          position: absolute;
          right: 37vw;
          width: 18px;
          height: 18px;
          top: 14px;
          display: block;
      }
  .footer-disclaimer {
    margin: 0px 0 20px 0;
    font-size: 12px;
    color: #777;
    display: flex;
    border-top: 1px solid #000;
    padding-top: 20px;
    flex-direction: column;
    align-items: flex-start;
}
    .footer-newsletter h4{margin-bottom: 30px;}
  
      p.about-us {
        color: #808080;
        text-align: left;
        font-size: 13px;
        font-style: normal;
        font-weight: 400;
        line-height: 23px;
    }
      .footer-links-section {
        display: flex;
        gap: 20px;
        margin-bottom: 60px;
        flex-direction: column-reverse;
    }

      .footer-links-section {
        display: flex;
        gap: 20px;
        margin-bottom: 20px;
        flex-direction: column-reverse;
    }
  .copyrights-text p {
    color: #000;
    margin-bottom: 0px;
    font-size: 10px;
    font-style: normal;
    font-weight: 400;
    line-height: 30px;
    margin-top: 0;
}
  .privacy-links ul li a {
    font-size: 10px;
    font-style: normal;
    font-weight: 400;
    line-height: 20px;
    border-left: 1px solid #000;
    padding-left: 10px;
}
  .footer-mow-logo {
    flex-basis: 30%;
    text-align: left;
}

  .footer-social {
    display: flex;
    row-gap: 0;
    text-align: right;
    width: 100%;
    align-items: center;
    flex-basis: 70%;
    flex-wrap: wrap;
    justify-content: flex-end;
    column-gap: 10px;
    }

        .footer-social span {
          display: block;
          width: 100%;
          text-align: right;
          color: #000;
      }


        .footer-logos {
          display: flex;
          column-gap: 20px;
          align-items: flex-start;
          flex-direction: row;
          flex-wrap: wrap;
          gap: 20px;
      }
  
    .footer-newsletter .hs_lastname {
      width: 100%;
      margin-bottom: 25px;
  }
}


@media (max-width: 480px) {
    .footer-social a {
        width: 25px;
        height: 25px;
        background-size: 25px !important;
    }
  
      .footer-mow-logo img {
        width: 120px !important;
    }
}
  


.widget-type-rich_text h4{
  margin-bottom:10px;
  margin-top:0;
}
.img-text {
  background-image: url(https://21605396.fs1.hubspotusercontent-na1.net/hubfs/21605396/Landing%20Page/Ellipse%202.svg);
  background-repeat: no-repeat;
  background-position: center right;
  background-size: 40% 100%;
}
.left-img {
  background: url('https://21605396.fs1.hubspotusercontent-na1.net/hubfs/21605396/Landing%20Page/Ellipse%202%20%284%29.svg');
  background-repeat: no-repeat;
  background-size: 40% 100%;
  background-position: left center;
}
.form-module {
  background: url('https://21605396.fs1.hubspotusercontent-na1.net/hubfs/21605396/Landing%20Page/Ellipse%202%20%282%29.svg');
  background-position: 100%;
  background-repeat: no-repeat;
  background-size: 53% 930px;
}
.form-module form {
  padding: 10px 50px 50px;
  box-shadow: 0 0 10px #cdcdcd;
}
.speaker-sec a.hs-button {
  border-bottom: 2px solid #000;
}
.speaker-sec a.hs-button:hover {
  border-bottom: 2px solid #F9BC19;
  color:#000 !important;
}
.img-text .row-number-6 .row-fluid>div>div a.hs-button {
  padding: 16px 20px 13px !important;
  height: 49px;
}

@media(max-width:1439px){
  .form-module {
    background-size: 59% 930px;
  }
}

@media(max-width:1250px){
  .form-module {
    background-size: 62% 930px;
  }
}

@media(max-width:991px){
  .form-module {
    background: url('https://21605396.fs1.hubspotusercontent-na1.net/hubfs/21605396/Landing%20Page/Ellipse%202%20%283%29.svg');
    background-position: center 270px;
    background-repeat: no-repeat;
    background-size: 100% 810px;
  }
  
  .footer {
      padding:30px 0px 10px 0px;
  }
  
  .footer-links ul li {
    flex-basis: 100%;
    margin-bottom: 0;
    width: 100%;

    position: relative;
  }
.footer-links ul li.hs-menu-depth-1 {
    padding: 20px 0px 0px 0px;
}
    .footer-links ul li ul li a {
        font-size: 14px;
        font-style: normal;
        font-weight: 400;
        line-height: 24px;
        border-bottom: 0px;
        text-align: left;
        padding: 0px;
        display: inline-block;
        border-bottom: 2px solid transparent;
        padding-bottom: 15px;
        border-bottom: 1px solid #D2D2D6;
        width: 100%;
    }
  ul.hs-menu-children-wrapper.hide {
    display: none !important;
}
  
  .footer-links ul li.hs-menu-depth-1:nth-child(2)>a, .footer-links ul li.hs-menu-depth-1:nth-child(3)>a, .footer-links ul li.hs-menu-depth-1:first-child>a{    pointer-events: all;}
  
  .footer-links ul li.hs-menu-depth-1:before{
        content: "";
        background: url(https://21605396.fs1.hubspotusercontent-na1.net/hubfs/21605396/Chevron_down.svg);
        width: 12px;
        height: 8px;
        position: absolute;
        right: 0px;
        transform: rotate(0deg);
        top: 30px;
        transition: transform 0.3s ease;
}

.footer-links ul li.hs-menu-depth-1.f-nav-open:before{

      transform: rotate(180deg);
}
  
  .footer-links  ul.hs-menu-children-wrapper {
        display: none !important;
    }
   .footer-links ul.hs-menu-children-wrapper.forced-none {
        display: block !important;
    }
  
}

@media(max-width:767px){
  .img-text,.left-img {
    background-image: url('https://21605396.fs1.hubspotusercontent-na1.net/hubfs/21605396/Landing%20Page/Ellipse%202%20%281%29.svg');
    background-repeat: no-repeat;
    background-position: top right;
    background-size: 80% 50%;
  }
  .form-module form {
    padding: 5px 25px 25px;
  }
  .img-text .row-number-6 .row-fluid > div > div {
    width: 100% !important;
  }
  .img-text .row-number-6 .row-fluid > div > div a.hs-button {
    width: 100%;
    text-align: center;
  }
  .speaker-sec .cta-btns {
    padding-left: 0;
  }
  


  .mobile-text {
        display: block;
        margin-top: 30px;
    }
    .mobile-text {
        margin-bottom: 0px;
        font-size: 14px;
        font-style: normal;
        font-weight: 700;
        line-height: 24px; /* 171.429% */
        letter-spacing: 2.8px;
        text-transform: uppercase;
        width: 100%;
        display: flex;
      margin: 0;
      cursor:pointer;
    }

    .mobile-text div {
        border-bottom: 2px solid #000000;
        color: #000000;
        display: block;
        font-size: 14px;
        font-weight: 900;
        letter-spacing: .2em;
        padding-bottom: 10px;
        position: relative;
        text-transform: uppercase;
    }

    .mobile-text div:before {
        background: url(https://21605396.fs1.hubspotusercontent-na1.net/hubfs/21605396/Accordion_More_accent%20colour_bg.svg);
        background-position: 100%;
        background-repeat: no-repeat;
        content: "";
        height: 28px;
        position: absolute;
        right: 0;
        top: -9px;
        width: 28px;
    }
    .footer-newsletter.show .mobile-text {
        margin-bottom: 30px;
    }
  .footer-newsletter div:first-child {
        flex-basis: 100%;
        text-align: left;
        margin-bottom: 0;
        display: flex !important;
        flex-direction: column;
        width: 100%;
    }
    .footer-newsletter.show  .hs_firstname.hs-firstname,
    .footer-newsletter.show  .hs_lastname.hs-lastname,
    .footer-newsletter.show  .hs_email.hs-email,
    .footer-newsletter.show  .hs_submit.hs-submit{display:block;}

    .footer-newsletter .hs_firstname.hs-firstname,
    .footer-newsletter .hs_lastname.hs-lastname,
    .footer-newsletter .hs_email.hs-email,
    .footer-newsletter .hs_submit.hs-submit{display:none;}
  
  
  
}

@media(max-width:640px){
  .img-text,.left-img {
    background-image: url('https://21605396.fs1.hubspotusercontent-na1.net/hubfs/21605396/Landing%20Page/Ellipse%202%20%281%29.svg');
    background-repeat: no-repeat;
    background-position: top right;
    background-size: 80% 30%;
  }
}

@media(max-width:480px){
  .speaker-sec .cta-btns {
    padding-left: 0;
    margin-bottom: 20px;
  }
}

       .forced-none {
            display: none !important;
        }
        .f-nav-open {
            /* Add any styles you want for the open state */
        }


.footer-newsletter form .actions {
    position: relative;
    text-align: left;
    display: flex;
    background: var(--black);
    width: 100%;
    border-radius: 50px;
    align-items: center;
    align-content: center;
    height: 49px;
    text-align: center;
    justify-content: flex-start;
    width: fit-content;
    padding: 15px 25px;
    cursor:pointer;
}


.footer-newsletter form .actions input.hs-button.primary.large {
    white-space: nowrap;
    width: auto;
    padding: 10px 10px 10px 10px;
    margin-top: 4px;
}

.footer-newsletter form .actions:after {
    content: "";
    background-image: url(https://21605396.fs1.hubspotusercontent-na1.net/hubfs/21605396/MoW24/Icons/Arrow-dark-bg.svg) !important;
    background-repeat: no-repeat !important;
    background-position: 64% 50% !important;
    height: 36px;
    width: 20px;
    position: relative;
    display: inline-block;
    position: relative;
    right: auto;
    top: 0;
}

.footer-newsletter form .actions:focus, .footer-newsletter form .actions:hover {    box-shadow: 5px 5px 0px 0px #FFF;}


@media(max-width:767px){

      .footer-newsletter form .actions {
          position: relative;
          text-align: left;
          display: flex;
          width: 100%;
          border-radius: 50px;
          align-items: center;
          align-content: center;
          height: 49px;
          text-align: center;
          justify-content: center;
      }

}

.widget-type-rich_text h4{
  margin-bottom:10px;
  margin-top:0;
}
.img-text {
  background-image: url(https://21605396.fs1.hubspotusercontent-na1.net/hubfs/21605396/Landing%20Page/Ellipse%202.svg);
  background-repeat: no-repeat;
  background-position: center right;
  background-size: 40% 100%;
}
.left-img {
  background: url('https://21605396.fs1.hubspotusercontent-na1.net/hubfs/21605396/Landing%20Page/Ellipse%202%20%284%29.svg');
  background-repeat: no-repeat;
  background-size: 40% 100%;
  background-position: left center;
}
.form-module {
  background: url('https://21605396.fs1.hubspotusercontent-na1.net/hubfs/21605396/Landing%20Page/Ellipse%202%20%282%29.svg');
  background-position: 100%;
  background-repeat: no-repeat;
  background-size: 53% 930px;
}
.form-module form {
  padding: 10px 50px 50px;
  box-shadow: 0 0 10px #cdcdcd;
}
.speaker-sec a.hs-button {
  border-bottom: 2px solid #000;
}
.speaker-sec a.hs-button:hover {
  border-bottom: 2px solid #F9BC19;
  color:#000 !important;
}
.img-text .row-number-6 .row-fluid>div>div a.hs-button {
  padding: 16px 20px 13px !important;
  height: 49px;
}

@media(max-width:1439px){
  .form-module {
    background-size: 59% 930px;
  }
}

@media(max-width:1250px){
  .form-module {
    background-size: 62% 930px;
  }
}

@media(max-width:991px){
  .form-module {
    background: url('https://21605396.fs1.hubspotusercontent-na1.net/hubfs/21605396/Landing%20Page/Ellipse%202%20%283%29.svg');
    background-position: center 270px;
    background-repeat: no-repeat;
    background-size: 100% 810px;
  }
}

@media(max-width:767px){
  .img-text,.left-img {
    background-image: url('https://21605396.fs1.hubspotusercontent-na1.net/hubfs/21605396/Landing%20Page/Ellipse%202%20%281%29.svg');
    background-repeat: no-repeat;
    background-position: top right;
    background-size: 80% 50%;
  }
  .form-module form {
    padding: 5px 25px 25px;
  }
  .img-text .row-number-6 .row-fluid > div > div {
    width: 100% !important;
  }
  .img-text .row-number-6 .row-fluid > div > div a.hs-button {
    width: 100%;
    text-align: center;
  }
  .speaker-sec .cta-btns {
    padding-left: 0;
  }
}

@media(max-width:640px){
  .img-text,.left-img {
    background-image: url('https://21605396.fs1.hubspotusercontent-na1.net/hubfs/21605396/Landing%20Page/Ellipse%202%20%281%29.svg');
    background-repeat: no-repeat;
    background-position: top right;
    background-size: 80% 30%;
  }
}

@media(max-width:480px){
  .speaker-sec .cta-btns {
    padding-left: 0;
    margin-bottom: 20px;
  }
}









:root {
    --black: #000000;
    --yellow: #F9BC19;
    --dark_grey: #808080;
    --light_grey: #F8F8F8;
    --white: #FFF;
    --apple: #8AE68E;
    --water: #85DEE6;
    --peach: #FFB59A;
    --light_yellow: #F7DB9B;
    --light_apple : #CEF2CA;
    --light_water: #CBEDF2;
    --light_peach: #F9DCCF;
    --red : #F91919;
  
}



@media(max-width:991px){
    .hero-section.right-image .row-fluid {
        flex-direction: column-reverse;
        display: flex;
    }

    .hero-section.right-image .row-fluid img {
        padding-bottom: 30px;
    }
}