






*, *: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;
}

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



/* Responsive Grid */

.row-fluid {
    width: 100%;
    *zoom: 1;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.container-fluid {
    *zoom: 1;
}

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

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

@media (max-width: 767px) {
    .row-fluid {
        width: 100%;
    }

    .row-fluid [class*="span"] {
        display: block;
        float: none;
        width: auto;
        margin-left: 0;
    }
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

/* Clearfix */

.clearfix {
    *zoom: 1;
}

.clearfix:before, .clearfix:after {
    display: table;
    content: "";
}

.clearfix:after {
    clear: both;
}

/* Visibilty Classes */

.hide {
    display: none;
}

.show {
    display: block;
}

.invisible {
    visibility: hidden;
}

.hidden {
    display: none;
    visibility: hidden;
}

/* Responsive Visibilty Classes */

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

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

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

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

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

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

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

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

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

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

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


.content-wrapper, .page-center {
  margin: 0 auto;
  padding: 0 15px;
  /*   max-width:1335px !important; */
}
.page-center, .header__container {
  width:100%;
  margin:0 auto;
  padding:0 15px;
}
.dnd-section > .row-fluid {
  margin-left: auto;
  margin-right: auto;
}

.dnd-section .dnd-column {
  padding-left: 15px;
  padding-right: 15px;
}

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




@font-face { 
  font-family: 'Proxima Nova';
  src: url('https://7800846.fs1.hubspotusercontent-na1.net/hubfs/7800846/FloQast_Images_2022/fonts/ProximaNovaBold/ProximaNovaBold.eot');
  src: url('https://7800846.fs1.hubspotusercontent-na1.net/hubfs/7800846/FloQast_Images_2022/fonts/ProximaNovaBold/ProximaNovaBold.eot') format('embedded-opentype'),
    url('https://7800846.fs1.hubspotusercontent-na1.net/hubfs/7800846/FloQast_Images_2022/fonts/ProximaNovaBold/ProximaNovaBold.woff2') format('woff2'),
    url('https://7800846.fs1.hubspotusercontent-na1.net/hubfs/7800846/FloQast_Images_2022/fonts/ProximaNovaBold/ProximaNovaBold.woff') format('woff'),
    url('https://7800846.fs1.hubspotusercontent-na1.net/hubfs/7800846/FloQast_Images_2022/fonts/ProximaNovaBold/ProximaNovaBold.ttf') format('truetype'),
    url('https://7800846.fs1.hubspotusercontent-na1.net/hubfs/7800846/FloQast_Images_2022/fonts/ProximaNovaBold/ProximaNovaBold.svg#ProximaNovaBold') format('svg');
  font-weight: 700;
  font-style: normal;
}

@font-face {
  font-family: 'Proxima Nova';
  src: url('https://7800846.fs1.hubspotusercontent-na1.net/hubfs/7800846/FloQast_Images_2022/fonts/ProximaNovaSemiBold/ProximaNovaSemiBold.eot');
  src: url('https://7800846.fs1.hubspotusercontent-na1.net/hubfs/7800846/FloQast_Images_2022/fonts/ProximaNovaSemiBold/ProximaNovaSemiBold.eot') format('embedded-opentype'),
    url('https://7800846.fs1.hubspotusercontent-na1.net/hubfs/7800846/FloQast_Images_2022/fonts/ProximaNovaSemiBold/ProximaNovaSemiBold.woff2') format('woff2'),
    url('https://7800846.fs1.hubspotusercontent-na1.net/hubfs/7800846/FloQast_Images_2022/fonts/ProximaNovaSemiBold/ProximaNovaSemiBold.woff') format('woff'),
    url('https://7800846.fs1.hubspotusercontent-na1.net/hubfs/7800846/FloQast_Images_2022/fonts/ProximaNovaSemiBold/ProximaNovaSemiBold.ttf') format('truetype'),
    url('https://7800846.fs1.hubspotusercontent-na1.net/hubfs/7800846/FloQast_Images_2022/fonts/ProximaNovaSemiBold/ProximaNovaSemiBold.svg#ProximaNovaSemiBold') format('svg');
  font-weight: 600;
  font-style: normal;
}
@font-face {
  font-family: 'Proxima Nova';
  src: url('https://7800846.fs1.hubspotusercontent-na1.net/hubfs/7800846/FloQast_Images_2022/fonts/ProximaNovaMedium/ProximaNovaMedium.eot');
  src: url('https://7800846.fs1.hubspotusercontent-na1.net/hubfs/7800846/FloQast_Images_2022/fonts/ProximaNovaMedium/ProximaNovaMedium.eot') format('embedded-opentype'),
    url('https://7800846.fs1.hubspotusercontent-na1.net/hubfs/7800846/FloQast_Images_2022/fonts/ProximaNovaMedium/ProximaNovaMedium.woff2') format('woff2'),
    url('https://7800846.fs1.hubspotusercontent-na1.net/hubfs/7800846/FloQast_Images_2022/fonts/ProximaNovaMedium/ProximaNovaMedium.woff') format('woff'),
    url('https://7800846.fs1.hubspotusercontent-na1.net/hubfs/7800846/FloQast_Images_2022/fonts/ProximaNovaMedium/ProximaNovaMedium.ttf') format('truetype'),
    url('https://7800846.fs1.hubspotusercontent-na1.net/hubfs/7800846/FloQast_Images_2022/fonts/ProximaNovaMedium/ProximaNovaMedium.svg#ProximaNovaMedium') format('svg');
  font-weight: 500;
  font-style: normal;
}
@font-face {
  font-family: 'Proxima Nova';
  src: url('https://7800846.fs1.hubspotusercontent-na1.net/hubfs/7800846/FloQast_Images_2022/fonts/ProximaNovaLight/ProximaNova-Light.eot');
  src: url('https://7800846.fs1.hubspotusercontent-na1.net/hubfs/7800846/FloQast_Images_2022/fonts/ProximaNovaLight/ProximaNova-Light.eot') format('embedded-opentype'),
    url('https://7800846.fs1.hubspotusercontent-na1.net/hubfs/7800846/FloQast_Images_2022/fonts/ProximaNovaLight/ProximaNova-Light.woff2') format('woff2'),
    url('https://7800846.fs1.hubspotusercontent-na1.net/hubfs/7800846/FloQast_Images_2022/fonts/ProximaNovaLight/ProximaNova-Light.woff') format('woff'),
    url('https://7800846.fs1.hubspotusercontent-na1.net/hubfs/7800846/FloQast_Images_2022/fonts/ProximaNovaLight/ProximaNova-Light.ttf') format('truetype'),
    url('https://7800846.fs1.hubspotusercontent-na1.net/hubfs/7800846/FloQast_Images_2022/fonts/ProximaNovaLight/ProximaNova-Light.svg#ProximaNovaLight') format('svg');
  font-weight: 300;
  font-style: normal;
}


/* 19-1-2023-css-start */
@font-face {
  font-family: 'Museo-Sans-700';
  src: url('https://7800846.fs1.hubspotusercontent-na1.net/hubfs/7800846/FloQast_Images_2023_New/Font_New/MuseoSans-700.eot');
  src: url('https://7800846.fs1.hubspotusercontent-na1.net/hubfs/7800846/FloQast_Images_2023_New/Font_New/MuseoSans-700.eot?#iefix') format('embedded-opentype'),
    url('https://7800846.fs1.hubspotusercontent-na1.net/hubfs/7800846/FloQast_Images_2023_New/Font_New/MuseoSans-700.woff2') format('woff2'),
    url('https://7800846.fs1.hubspotusercontent-na1.net/hubfs/7800846/FloQast_Images_2023_New/Font_New/MuseoSans-700.woff') format('woff'),
    url('https://7800846.fs1.hubspotusercontent-na1.net/hubfs/7800846/FloQast_Images_2023_New/Font_New/MuseoSans-700.ttf') format('truetype'),
    url('https://7800846.fs1.hubspotusercontent-na1.net/hubfs/7800846/FloQast_Images_2023_New/Font_New/MuseoSans-700.svg#MuseoSans-700') format('svg');
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Museo-Sans-500';
  src: url('https://7800846.fs1.hubspotusercontent-na1.net/hubfs/7800846/FloQast_Images_2023_New/Font_New/MuseoSans-500.eot');
  src: url('https://7800846.fs1.hubspotusercontent-na1.net/hubfs/7800846/FloQast_Images_2023_New/Font_New/MuseoSans-500.eot?#iefix') format('embedded-opentype'),
    url('https://7800846.fs1.hubspotusercontent-na1.net/hubfs/7800846/FloQast_Images_2023_New/Font_New/MuseoSans-500.woff2') format('woff2'),
    url('https://7800846.fs1.hubspotusercontent-na1.net/hubfs/7800846/FloQast_Images_2023_New/Font_New/MuseoSans-500.woff') format('woff'),
    url('https://7800846.fs1.hubspotusercontent-na1.net/hubfs/7800846/FloQast_Images_2023_New/Font_New/MuseoSans-500.ttf') format('truetype'),
    url('https://7800846.fs1.hubspotusercontent-na1.net/hubfs/7800846/FloQast_Images_2023_New/Font_New/MuseoSans-500.svg#MuseoSans-500') format('svg');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Museo-Sans-900';
  src: url('https://7800846.fs1.hubspotusercontent-na1.net/hubfs/7800846/FloQast_Images_2023_New/Font_New/MuseoSans-900.eot');
  src: url('https://7800846.fs1.hubspotusercontent-na1.net/hubfs/7800846/FloQast_Images_2023_New/Font_New/MuseoSans-900.eot?#iefix') format('embedded-opentype'),
    url('https://7800846.fs1.hubspotusercontent-na1.net/hubfs/7800846/FloQast_Images_2023_New/Font_New/MuseoSans-900.woff2') format('woff2'),
    url('https://7800846.fs1.hubspotusercontent-na1.net/hubfs/7800846/FloQast_Images_2023_New/Font_New/MuseoSans-900.woff') format('woff'),
    url('https://7800846.fs1.hubspotusercontent-na1.net/hubfs/7800846/FloQast_Images_2023_New/Font_New/MuseoSans-900.ttf') format('truetype'),
    url('https://7800846.fs1.hubspotusercontent-na1.net/hubfs/7800846/FloQast_Images_2023_New/Font_New/MuseoSans-900.svg#MuseoSans-900') format('svg');
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Museo-Sans-300';
  src: url('https://7800846.fs1.hubspotusercontent-na1.net/hubfs/7800846/FloQast_Images_2023_New/Font_New/MuseoSans-300.eot');
  src: url('https://7800846.fs1.hubspotusercontent-na1.net/hubfs/7800846/FloQast_Images_2023_New/Font_New/MuseoSans-300.eot?#iefix') format('embedded-opentype'),
    url('https://7800846.fs1.hubspotusercontent-na1.net/hubfs/7800846/FloQast_Images_2023_New/Font_New/MuseoSans-300.woff2') format('woff2'),
    url('https://7800846.fs1.hubspotusercontent-na1.net/hubfs/7800846/FloQast_Images_2023_New/Font_New/MuseoSans-300.woff') format('woff'),
    url('https://7800846.fs1.hubspotusercontent-na1.net/hubfs/7800846/FloQast_Images_2023_New/Font_New/MuseoSans-300.ttf') format('truetype'),
    url('https://7800846.fs1.hubspotusercontent-na1.net/hubfs/7800846/FloQast_Images_2023_New/Font_New/MuseoSans-300.svg#MuseoSans-300') format('svg');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Museo-Sans-100';
  src: url('https://7800846.fs1.hubspotusercontent-na1.net/hubfs/7800846/FloQast_Images_2023_New/Font_New/MuseoSans-100.eot');
  src: url('https://7800846.fs1.hubspotusercontent-na1.net/hubfs/7800846/FloQast_Images_2023_New/Font_New/MuseoSans-100.eot?#iefix') format('embedded-opentype'),
    url('https://7800846.fs1.hubspotusercontent-na1.net/hubfs/7800846/FloQast_Images_2023_New/Font_New/MuseoSans-100.woff2') format('woff2'),
    url('https://7800846.fs1.hubspotusercontent-na1.net/hubfs/7800846/FloQast_Images_2023_New/Font_New/MuseoSans-100.woff') format('woff'),
    url('https://7800846.fs1.hubspotusercontent-na1.net/hubfs/7800846/FloQast_Images_2023_New/Font_New/MuseoSans-100.ttf') format('truetype'),
    url('https://7800846.fs1.hubspotusercontent-na1.net/hubfs/7800846/FloQast_Images_2023_New/Font_New/MuseoSans-100.svg#MuseoSans-100') format('svg');
  font-weight: 200;
  font-style: normal;
  font-display: swap;
}


@font-face {
  font-family: 'Museo-Slab-100';
  src: url('https://7800846.fs1.hubspotusercontent-na1.net/hubfs/7800846/FloQast_Images_2023_New/Font_New/MuseoSlab-100.eot');
  src: url('https://7800846.fs1.hubspotusercontent-na1.net/hubfs/7800846/FloQast_Images_2023_New/Font_New/MuseoSlab-100.eot?#iefix') format('embedded-opentype'),
    url('https://7800846.fs1.hubspotusercontent-na1.net/hubfs/7800846/FloQast_Images_2023_New/Font_New/MuseoSlab-100.woff2') format('woff2'),
    url('https://7800846.fs1.hubspotusercontent-na1.net/hubfs/7800846/FloQast_Images_2023_New/Font_New/MuseoSlab-100.woff') format('woff'),
    url('https://7800846.fs1.hubspotusercontent-na1.net/hubfs/7800846/FloQast_Images_2023_New/Font_New/MuseoSlab-100.ttf') format('truetype'),
    url('https://7800846.fs1.hubspotusercontent-na1.net/hubfs/7800846/FloQast_Images_2023_New/Font_New/MuseoSlab-100.svg#MuseoSlab-100') format('svg');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Museo-Slab-500';
  src: url('https://7800846.fs1.hubspotusercontent-na1.net/hubfs/7800846/FloQast_Images_2023_New/Font_New/MuseoSlab-500.eot');
  src: url('https://7800846.fs1.hubspotusercontent-na1.net/hubfs/7800846/FloQast_Images_2023_New/Font_New/MuseoSlab-500.eot?#iefix') format('embedded-opentype'),
    url('https://7800846.fs1.hubspotusercontent-na1.net/hubfs/7800846/FloQast_Images_2023_New/Font_New/MuseoSlab-500.woff2') format('woff2'),
    url('https://7800846.fs1.hubspotusercontent-na1.net/hubfs/7800846/FloQast_Images_2023_New/Font_New/MuseoSlab-500.woff') format('woff'),
    url('https://7800846.fs1.hubspotusercontent-na1.net/hubfs/7800846/FloQast_Images_2023_New/Font_New/MuseoSlab-500.ttf') format('truetype'),
    url('https://7800846.fs1.hubspotusercontent-na1.net/hubfs/7800846/FloQast_Images_2023_New/Font_New/MuseoSlab-500.svg#MuseoSlab-500') format('svg');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Museo-Slab-700';
  src: url('https://7800846.fs1.hubspotusercontent-na1.net/hubfs/7800846/FloQast_Images_2023_New/Font_New/MuseoSlab-700.eot');
  src: url('https://7800846.fs1.hubspotusercontent-na1.net/hubfs/7800846/FloQast_Images_2023_New/Font_New/MuseoSlab-700.eot?#iefix') format('embedded-opentype'),
    url('https://7800846.fs1.hubspotusercontent-na1.net/hubfs/7800846/FloQast_Images_2023_New/Font_New/MuseoSlab-700.woff2') format('woff2'),
    url('https://7800846.fs1.hubspotusercontent-na1.net/hubfs/7800846/FloQast_Images_2023_New/Font_New/MuseoSlab-700.woff') format('woff'),
    url('https://7800846.fs1.hubspotusercontent-na1.net/hubfs/7800846/FloQast_Images_2023_New/Font_New/MuseoSlab-700.ttf') format('truetype'),
    url('https://7800846.fs1.hubspotusercontent-na1.net/hubfs/7800846/FloQast_Images_2023_New/Font_New/MuseoSlab-700.svg#MuseoSlab-700') format('svg');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Museo-Slab-300';
  src: url('https://7800846.fs1.hubspotusercontent-na1.net/hubfs/7800846/FloQast_Images_2023_New/Font_New/MuseoSlab-300.eot');
  src: url('https://7800846.fs1.hubspotusercontent-na1.net/hubfs/7800846/FloQast_Images_2023_New/Font_New/MuseoSlab-300.eot?#iefix') format('embedded-opentype'),
    url('https://7800846.fs1.hubspotusercontent-na1.net/hubfs/7800846/FloQast_Images_2023_New/Font_New/MuseoSlab-300.woff2') format('woff2'),
    url('https://7800846.fs1.hubspotusercontent-na1.net/hubfs/7800846/FloQast_Images_2023_New/Font_New/MuseoSlab-300.woff') format('woff'),
    url('https://7800846.fs1.hubspotusercontent-na1.net/hubfs/7800846/FloQast_Images_2023_New/Font_New/MuseoSlab-300.ttf') format('truetype'),
    url('https://7800846.fs1.hubspotusercontent-na1.net/hubfs/7800846/FloQast_Images_2023_New/Font_New/MuseoSlab-300.svg#MuseoSlab-300') format('svg');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Museo-Slab-900';
  src: url('https://7800846.fs1.hubspotusercontent-na1.net/hubfs/7800846/FloQast_Images_2023_New/Font_New/MuseoSlab-900.eot');
  src: url('https://7800846.fs1.hubspotusercontent-na1.net/hubfs/7800846/FloQast_Images_2023_New/Font_New/MuseoSlab-900.eot?#iefix') format('embedded-opentype'),
    url('https://7800846.fs1.hubspotusercontent-na1.net/hubfs/7800846/FloQast_Images_2023_New/Font_New/MuseoSlab-900.woff2') format('woff2'),
    url('https://7800846.fs1.hubspotusercontent-na1.net/hubfs/7800846/FloQast_Images_2023_New/Font_New/MuseoSlab-900.woff') format('woff'),
    url('https://7800846.fs1.hubspotusercontent-na1.net/hubfs/7800846/FloQast_Images_2023_New/Font_New/MuseoSlab-900.ttf') format('truetype'),
    url('https://7800846.fs1.hubspotusercontent-na1.net/hubfs/7800846/FloQast_Images_2023_New/Font_New/MuseoSlab-900.svg#MuseoSlab-900') format('svg');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@import url('https://fonts.googleapis.com/css2?family=Inter:wght@100;200;300;400;500;600;700;800;900&display=swap');


/* 19-1-2023-css-end */



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

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


/* Paragraphs */

p {
  font-size: 1rem;
  line-height: 33px;
  margin: 0 0 1.5rem;
}

strong {
  font-weight: normal;
  font-family: Museo-Sans-700,sans-serif;
}

/* Links */

a {
  cursor: pointer;
  display: inline-block;
  transition: all 0.5s;
}

/* Headings */

h1, .h1, h2, .h2, h3, .h3, h4, .h4, h5, .h5, h6, .h6 {
  line-height: 1.25;
  margin: 0 0 1.5rem;
}

h1, .h1 {
  font-size: 50px;
  font-weight: normal;
  line-height: 74px;
}

h2, .h2 {
  font-size: 40px;
  font-weight: normal;
  line-height: 60px;
}
h3, .h3 {  
  font-size: 32px;
  line-height: 49px;
  font-weight: normal;
}

h4, .h4 {
  font-size: 24px;
  line-height: 36px;
}

h5, .h5 {
  font-size: 22px;
  line-height: 1.2;
  font-weight: normal;
}

h6, .h6 {
  font-size: 20px;
  line-height: 1.2;
  font-weight: normal;
}



/* Lists */

ul li,
ol li {
  /*   font-size: 1rem; */
  line-height: 33px;
}

ul ul,
ol ul,
ul ol,
ol ol {
  padding-left: 2.8rem;
}

ul.no-list {
  list-style: none;
}

/* Code Blocks */

code {
  vertical-align: bottom;
}

/* Blockquotes */

blockquote {
  font-size: 24px;
  line-height: 33px;
  font-weight: 400;
  letter-spacing: 0;
  margin: 0;
  font-family: Museo-Sans-300,sans-serif;
  padding: 1.5rem 2.8rem;
}

/* Horizontal Rules */

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

/* Subscripts and Superscripts */

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

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

/* Focus State */

:focus {
  outline: 0;
}

*:focus, *:focus-within, *:focus-visible {
  outline: 0;
}

.disable-focus-styles:focus {
  outline: none;
}

/* Primary Button */

button,
.button {
  align-items: center;
  cursor: pointer;
  display: inline-flex;
  letter-spacing: 0;
  margin: 0 0 1.5rem;
  text-align: center;
  transition: all 0.15s linear;
  max-width: 240px;
  width: 100%;
  justify-content: center;
  height: 68px;
}

button:disabled,
.button:disabled,
.button.button--secondary:disabled,
.button.button--simple:disabled {
  border: 1px solid #d0d0d0;
  pointer-events: none;
}

.button.button--secondary:disabled {
  background-color: inherit;
}

.button.button--simple:disabled {
  background-color: inherit;
  border: inherit;
}

/* Simple Button */

.button.button--simple {
  background-color: transparent;
  border: none;
  border-radius: 0;
  padding: 0 !important;
  position: relative;
}

.button.button--simple:after {
  content: none;
  left: 0;
  position: absolute;
  width: 100%;
}

.button.button--simple:hover,
.button.button--simple:focus {
  background-color: transparent;
  border: none;
}

.button.button--simple:active {
  background-color: transparent;
  border: none;
}

/* Button Icons */

.button .button__icon svg {
  display: block;
  fill: inherit;
  height: 1.25rem;
  margin-right: 1rem;
}

.button.button--icon-right .button__icon {
  order: 1;
}

.button.button--icon-right .button__icon svg {
  margin-left: 1rem;
  margin-right: 0;
}

@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .button .button__icon svg {
    width: 1.25rem;
  }
}

/* Base */

.hs-form-field {
  position: relative;
  margin-bottom: 27px;
}

/* Form Title */

.form-title {
  margin: 0;
  text-align: center;
}

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

/* Labels */

.hs-form-field > label {
  display: block;
  margin-bottom: 0.35rem;
  text-align: left;
  width: auto;
}

/* Inputs */

.input {
  position: relative;
}

input[type='text'],
input[type='email'],
input[type='password'],
input[type='tel'],
input[type='number'],
input[type='file'],
select,
textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  display: inline-block;
  width: 100% !important;
  border-radius: 0px;
}
input[type=email], input[type=number], input[type=password], input[type=tel], input[type=text], select, textarea {
  height: 44px;
  color: #000;
}
select::-ms-expand {
  display: none;
}

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

/* Inputs - Checkbox/Radio */

form .inputs-list {
  list-style: none;
  margin: 0;
  padding: 0;
}
.inputs-list > li {
  display: block;
  margin: .3rem 0;
  padding: 0;
  width: 100%;
}

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

/* Inputs - Select */

.hs-fieldtype-select .input:after {
  content: '\25BE';
  pointer-events: none;
  position: absolute;
  right: 15px;
  top: 50%;
  transform: translateY(-50%);
}

/* Inputs - Datepicker */

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

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

.fn-date-picker td .pika-button:hover {
  border-radius: 0 !important;
}

/* Headings and Text */

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 {
  line-height: 1.25;
}

/* Validation */

.hs-error-msg,
.hs-error-msgs {
  margin-top: 0.35rem;
}

/* Submit */

form input[type='submit'],
form .hs-button {
  cursor: pointer;
  display: block;
  letter-spacing: 0;
  margin: 0 0 1.5rem;
  text-align: center;
  transition: all 0.15s linear;
  white-space: normal;
  width: 100%;
}
.hs-form-field>label, .hs-form-field>label span {
  font-size: 16px !important;
  margin:0;
  padding:0;
  -webkit-display: flex;
  -moz-display: flex;
  -ms-display: flex;
  -o-display: flex;
  display: flex;
}
.popup-form form label span {
  color: #fff;
  display: block;
  text-align: left;
  margin: 0 0 20px;
  padding: 0;
}
.popup-open.popup-open-2 form .hs-richtext p, .popup-open.popup-open-2 form .hs-richtext p a {
  font-size: 16px;
  color: #000;
  line-height: 25px;
}
.hs-form-field{
  text-align: left;
}
/* Captcha */

.grecaptcha-badge {
  margin: 0;
}

/* Inline Thank You Message */

.submitted-message {
  color: #fff;
}


/* Tables */

table {
  border-spacing: 0;
  margin-bottom: 1rem;
}

th,
td {
  vertical-align: top;
}

tr:nth-child(odd) {
  background-color: #eff7ff;
}

thead th,
thead td {
  border: none;
  border-bottom-width: 2px;
}

thead th {
  vertical-align: bottom;
}


.weight-500 {
  font-weight: 500 !important;
}

/* 25-1-2023-css-start */
.field-event-page .page-center {
  max-width: 1510px;
}
.field-event-page input[type=email], .field-event-page input[type=number], .field-event-page input[type=password], 
.field-event-page input[type=tel], .field-event-page input[type=text], .field-event-page select, .field-event-page textarea{
  height: 55px;
}

/* 25-1-2023-css-end */

form .hs-button, form input[type=submit]{
  max-width: 240px;
  width: 100% !important;
  height: 68px;
  font-weight: normal;
}

.speakers-three-column-section.on-demand-webinar-speakers-section.padding-bottom {
  padding-bottom: 44px;
}


@media screen and (max-width: 991px) {
  body, li, p{
    font-size: 20px;
  }    
  .h1, h1 {
    line-height: 54px;
  }
  .h3, h3 {
    line-height: 40px;
  }
  .h2, h2 {
    line-height: 45px;
  }
  .h4, h4 {
    line-height: 28px;
  }
  ol li, ul li {
    font-size: 18px;
  }
  p {
    line-height: 25px;
  }
}/*-------- 991 ends here ----------*/

@media screen and (max-width: 767px) {
  .h1, h1 {
    line-height: 40px;
  }
  .h2, h2 {
    line-height: 40px;
  }
  .h3, h3 {
    line-height: 35px;
  }
  p {
    margin-bottom: 10px;
  }
  ol li, ul li {
    font-size: 16px;
    line-height: 1.4;
  }

  body, li, p {
    line-height: 26px;
  }
}



/* Header Container */
.header .dnd-section {
  padding: 0;
}
.header__container {
  align-items: center;
  display: flex;
  justify-content: space-between;
  margin: 0 auto;
  padding: 0 15px;
  position: relative;
}
.header--landing-page .header__container {
  justify-content: center;
}
.header--landing-page.ty-page .header__container {
  justify-content: flex-start;
}
.header--landing-page.ty-page-2 .header__container {
  justify-content: center;
}
header.header {
  padding: 28px 0;
}

.header--landing-page.ty-page{
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 99;
  background-color: transparent;
}
.header--landing-page.ty-page.lp-3{
  padding-top: 85px;
}
.header.header--landing-page.ty-page.lp-3.lp-5 {
  padding-top: 20px;
}

/* Logo */

.header__logo {
  margin-right: 40px;
  max-width: 250px;
  width: 100%;
}
.header--landing-page .header__logo {
  margin-right: 0;
}
.header__logo .logo-company-name {
  font-size: 28px;
  margin-bottom: 0;
}

/* Navigation Menu */

.header__menu .hs-menu-wrapper>ul {
  margin: 0;
  padding: 0;
  list-style: none;
  display: flex;
  align-items: center;
  justify-content: flex-end;
}
.header__menu .hs-menu-wrapper>ul>li {
  margin: 0 20px;
}
.header__menu .hs-menu-wrapper>ul>li:first-child {
  margin-left: 0;
}
.header__menu .hs-menu-wrapper>ul>li:last-child {
  margin-right: 0;
}
/* .header__menu .hs-menu-wrapper ul li a:hover, .header__menu .hs-menu-wrapper ul li a:focus {
opacity: 0.5;
} */
.header__menu .hs-item-has-children {
  position: relative;
}
.header__menu .hs-menu-children-wrapper {
  padding: 10px 10px;
  list-style: none;
  margin: 0;
  position: absolute;
  width: 200px;
  top: 100%;
  left: 0;
  box-shadow: 0 10px 10px 0 rgba(86, 80, 80, 0.25);
  opacity: 0;
  visibility: hidden;
  transition: all 0.5s;
}
.header__menu .hs-menu-depth-2 .hs-menu-children-wrapper {
  top: 0;
  left: 100%;
}
.header__menu .hs-item-has-children:hover>.hs-menu-children-wrapper {
  opacity: 1;
  visibility: visible;
}
.header__menu .hs-menu-children-wrapper li {
  padding: 5px 10px;
}
.header__menu .hs-menu-children-wrapper li a {
  text-transform: none;
}

/* 23-1-2023-css-start */
.header.header--landing-page.ty-page.lp-3.lp-5 {
  padding-top: 74px;
  padding-bottom: 56px;
}
/* 23-1-2023-css-end */


/* 24-1-2023-css-start */
.header.lp-3.lp-5.header-new .header__logo {
  max-width: 260px;
}
.header.header-new-v2 .header__container .header__logo {
  max-width: 275px;
}
.header .header__menu .hs-menu-item a {
  line-height: 36px;
}
.header .header__menu .hs-menu-wrapper>ul>li {
  margin-right: 85px;
}
.header.header-new-v2 {
  padding: 43px 0 27px;
}
/* 24-1-2023-css-end */


/* 25-1-2023-css-start */
.header.header-new-v2 .header__container,
.header.header--landing-page.ty-page .header__container {
  max-width: 1510px;
}
/* 25-1-2023-css-end */

.header.header--landing-page.ty-page.ty-page-2 {
  padding: 74px 0;
}
.header.header--landing-page.ty-page {
  padding: 75px 0 60px;
}
.lp-3.lp-5.header-new.header-new-v2.header-new-v3 .header__container {
  max-width: 1400px;
}

.lp-3.lp-5.header-new.header-new-v2.header-new-v3 {
  padding: 21px 0 26px;
  background: #fff;
}

.header.system-page-header .header__menu .hs-menu-wrapper>ul>li {
  margin: 0 30px 0 0;
}
.header.system-page-header .header__menu .hs-menu-item a {
  font-family: 'Museo-Slab-700', sans-serif;
  font-weight: 400;
  color: #024414;
  font-size: 14px;
  line-height: 20px;
  position: relative;
  text-transform: capitalize;
}
.header.system-page-header .header-btn {
  -webkit-display: flex;
  -moz-display: flex;
  -ms-display: flex;
  -o-display: flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  -o-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}
.header.system-page-header .header-btn a {
  font-weight: 400;
  font-size: 14px;
  line-height: 20px;
  font-family: 'Museo-Slab-700', sans-serif;
  color: #024414;
}
.header.system-page-header .header-btn a:hover {
  color: #62CE23;
}
.header.system-page-header .cta.bg-cta {
  margin-left: 37px;
}
.header.system-page-header .hs-item-has-children>a::before {
  content: "";
  background-image: url(https://7800846.fs1.hubspotusercontent-na1.net/hubfs/7800846/FloQast_Images_2023_New/element-carrot.svg);
  background-repeat: no-repeat;
  background-size: contain;
  width: 10px;
  height: 6px;
  position: absolute;
  right: -15px;
  top: 50%;
  transform: translate(0, -50%);
}
.header.system-page-header .header__container {
  max-width: 1430px;
}
.system-page-header .header__logo img {
  max-width: 132px;
  width: 100%;
}
.system-page-header .header__logo {
  margin-right: 0;
  max-width: 132px;
  width: 100%;
}
.header.system-page-header .header__menu .hs-menu-wrapper>ul>li:last-child {
  margin-right: 0;
}
.header.system-page-header .header__menu .hs-menu-children-wrapper {
  z-index: 1;
}
.header.system-page-header .header__menu .hs-menu-wrapper>ul>li{
  position: relative;
}
.header.system-page-header .header__menu .hs-menu-wrapper>ul>li::after {
  content: "";
  width: 100%;
  height: 0;
  background-color: #024414;
  position: absolute;
  bottom: 0;
  left: 22px;
  left: 0;
  transition: all .2s cubic-bezier(.215,.61,.355,1);
}
.header.system-page-header {
  padding: 18px 0;
}
.header.system-page-header .header__menu .hs-menu-wrapper>ul>li{
  padding: 30px 0;
}
.header.system-page-header .header__menu .hs-menu-wrapper>ul>li>a:hover {
  color: #62CE23;
}
.header.system-page-header .header__menu .hs-menu-wrapper>ul>li:hover:after {
  height: 5px;
}
.header.system-page-header .header__menu .hs-menu-children-wrapper li a {
  color: #fff;
}
.header.system-page-header .header__menu .hs-menu-children-wrapper li a:hover {
  font-family: 'Museo-Slab-700', sans-serif;
  font-weight: 400;
  color: #024414;
}
.header.system-page-header .cta.bg-cta a#cta_button_7800846_b9408721-b395-46c3-a04b-ea3495c366b8:hover {
  color: #ffd500;
  background: transparent;
}

/* 14-4-2023-css-start */
.header-new-2023 .header-logo-wrap {
  -webkit-display: flex;
  -moz-display: flex;
  -ms-display: flex;
  -o-display: flex;
  display: flex;
  -webkit-box-pack: space-between;
  -ms-flex-pack: space-between;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}
/* 14-4-2023-css-end */


@media (min-width: 768px){  /*  used to be 961 - need to change back? */
  a.mobile-trigger-new, a.child-trigger-new {
    display: none !important; /* Hide button on Desktop */
  }
  .header__menu .hs-menu-wrapper, .header__menu .hs-menu-children-wrapper {
    display: block !important;
    overflow: visible !important;
  }
}



@media (max-width: 1200px){ 
  .header.system-page-header .header__menu .hs-menu-wrapper {
    background-color: #fff;
    display: none;
    left: 0;
    padding: 10px;
    position: absolute;
    top: 20px;
    width: 100%;
    z-index: 1;
  }
  .header.system-page-header a.mobile-trigger-new {
    background: transparent;
    border: none;
    cursor: pointer;
    display: inline-block!important;
    font-size: 16px;
    font-weight: 400;
    height: auto;
    padding: 0;
    position: absolute;
    right: 20px;
    text-align: left;
    text-transform: uppercase;
    top: -34px;
    -webkit-transition: background-color .2s linear;
    -webkit-transition: color .2s ease-in;
    -moz-transition: color .2s ease-in;
    transition: color .2s ease-in;
    width: 34px;
    z-index: 99999999999;
  }
}


@media (max-width: 1199px) {
  .header .header__menu .hs-menu-item a{
    line-height: 30px;
    font-size: 25px;
  }
  .header .header__menu .hs-menu-wrapper>ul>li {
    margin-right: 55px;
  }
  .header.header--landing-page.ty-page.ty-page-2 {
    padding: 54px 0;
  }
  .header.header--landing-page.ty-page {
    padding: 54px 0 40px;
  }
  .header.system-page-header {
    padding: 21px 0 22px;
  }
}

@media (max-width: 991px) {
  .header__logo {
    max-width: 200px;
  }
  .header__menu .hs-menu-wrapper>ul>li {
    margin: 0 10px;
  }

  /* 24-1-2023-css-start */
  .header.header--landing-page.ty-page.lp-3.lp-5 {
    padding-bottom: 36px;
    padding-top: 54px;
  }
  .header .header__menu .hs-menu-wrapper>ul>li {
    margin-right: 20px;
  }
  .header .header__menu .hs-menu-item a {
    font-size: 20px;
    line-height: 25px;
  }
  .header.header-new-v2 {
    padding: 20px 0;
  }
  /* 24-1-2023-css-end */

  .header-new-2023 .header__logo {
    margin-right: 20px;
  }
  .header.header-new-v2.header-new-2023 .header__container .header__logo {
    max-width: 180px;
  }

}



@media (max-width: 767px){
  .header__logo {
    padding-left: 15px;
  }
  .header--landing-page .header__logo a, .header--landing-page .header__logo span {
    display:block;
  }
  .header__container {
    padding: 0px;
    flex-wrap: wrap;
  }
  .header__menu {
    width: 100%;
    position: relative;
  }
  .header__menu .hs-menu-wrapper {
    display: none;
    position: absolute;
    width: 100%;
    top: 20px;
    left: 0;
    background-color: #fff;
    padding: 10px;
    z-index: 1;
  }
  .header__menu .hs-menu-wrapper>ul {
    display: block;
  }
  .header__menu .hs-menu-wrapper>ul>li {
    border-bottom: 1px solid rgba(0,0,0,.2);
    margin: 0;
    padding: 12px 0;
  }
  .header__menu .hs-menu-wrapper>ul>li:first-child {
    margin-left: 0;
  }
  .header .header__menu .hs-menu-wrapper>ul>li {
    margin-right: 0;
  }
  .header__menu .hs-menu-wrapper>ul>li:last-child {
    margin-right: 10px;
    border-bottom: none;
  }
  .header__menu .hs-menu-children-wrapper {
    box-shadow: none;
    opacity: 1;
    position: relative;
    visibility: visible;
    width: 100%;
  }
  .header__menu .hs-menu-depth-2 .hs-menu-children-wrapper {
    left: 0;
    top: 100%;
  }
  a.mobile-trigger-new {
    background: transparent;
    border: none;
    cursor: pointer;
    display: inline-block!important;
    font-size: 16px;
    font-weight: 400;
    height: auto;
    padding: 0;
    position: absolute;
    right: 20px;
    text-align: left;
    text-transform: uppercase;
    top: -34px;
    -webkit-transition: background-color .2s linear;
    -webkit-transition: color .2s ease-in;
    -moz-transition: color .2s ease-in;
    transition: color .2s ease-in;
    width: 34px;
    z-index: 99999999999;
  }
  a.mobile-trigger-new span{
    display: inline;
  }
  a.mobile-trigger-new span:before{
    position: absolute;
    content: 'Menu'; /* Change the text on the closed toggle button */
    display: none;
  }
  a.mobile-trigger-new span:after{
    position: relative;
    right: 2px;
    content: 'Close'; /* Change the text on the open toggle button */
    background-color: #000;
    opacity: 0;
    transition: opacity .4s ease-in-out;
    -moz-transition: opacity .4s ease-in-out;
    -webkit-transition: opacity .4s ease-in-out; 
    display: none
  }
  /* Change button when menu is open */
  .mobile-open a.mobile-trigger-new{
    -webkit-transition:background-color 0.2s linear; /* Button color transition effect */
    -moz-transition:background-color 0.2s linear; /* Button color transition effect */
    transition:background-color 0.2s linear; /* Button color transition effect */
    background: transparent; /* Changes button background to be slightly darker than open menu color */  
  }
  .mobile-open a.mobile-trigger-new span:after{
    opacity: 1; 
  }
  /* Toggle Button Icon & Animations
  ========================================================================== */
  a.mobile-trigger-new i {
    display: inline;
    position: relative;
    top: 0px;
    margin-left: 0px;
    -webkit-transition-duration: 0s;
    -webkit-transition-delay: .2s;
    -moz-transition-duration: 0s;
    -moz-transition-delay: .2s;
    transition-duration: 0s;
    transition-delay: .2s;
  }
  a.mobile-trigger-new  i:before, a.mobile-trigger-new i:after {
    position: absolute;
    content: '';
  }
  a.mobile-trigger-new  i, a.mobile-trigger-new  i:before, a.mobile-trigger-new  i:after {
    background-color: #000;
    display: inline-block;
    height: 3px;
    width: 28px;
  }
  a.mobile-trigger-new  i:before {
    margin-top: -8px; /* Position top line */
    -webkit-transition-property: margin, -webkit-transform;
    -webkit-transition-duration: .2s;
    -webkit-transition-delay: .2s, 0;
  }
  a.mobile-trigger-new  i:after {
    margin-top: 8px; /* Position bottom line */
    -webkit-transition-property: margin, -webkit-transform;
    -webkit-transition-duration: .2s;
    -webkit-transition-delay: .2s, 0;
  }
  .mobile-open a.mobile-trigger-new i {
    background-color: rgba(0,0,0,0.0);
    -webkit-transition-delay: .2s;
    -webkit-box-shadow: 0px 1px 1px rgba(0, 0, 0, 0);
    -moz-box-shadow:    0px 1px 1px rgba(0, 0, 0, 0);
    box-shadow:         0px 1px 1px rgba(0, 0, 0, 0);
  }
  .mobile-open a.mobile-trigger-new i:before {
    margin-top: 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    -webkit-transition-delay: 0, .2s;
    -webkit-box-shadow: 0px 1px 1px rgba(0, 0, 0, 0);
    -moz-box-shadow:    0px 1px 1px rgba(0, 0, 0, 0);
    box-shadow:         0px 1px 1px rgba(0, 0, 0, 0);
  }
  .mobile-open a.mobile-trigger-new i:after {
    margin-top: 0;
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
    -webkit-transition-delay: 0, .2s;
    -webkit-box-shadow: 0px 1px 1px rgba(0, 0, 0, 0);
    -moz-box-shadow:    0px 1px 1px rgba(0, 0, 0, 0);
    box-shadow:         0px 1px 1px rgba(0, 0, 0, 0);
  }
  /* Child Toggle Button
  ========================================================================== */
  a.child-trigger-new {
    display: block !important; /* Hide button on Desktop */
    cursor: pointer; /* Mouse pointer type on hover */
    position: absolute;
    top: 0px;
    right: 0px;
    width: 45px !important; /* Button width */
    min-width: 36px !important;
    height: 36px !important; /* Button height */  
    padding: 0 !important;
    border-left: 1px solid rgba(0, 0, 0, 0.2);
    margin-top: -2px;
  }
  .header__menu .hs-menu-children-wrapper a.child-trigger-new {
    border-color: rgba(255, 255, 255, 0.2)
  }
  a.child-trigger-new:hover {
    text-decoration: none;
  }
  /* Child Toggle Button Icon & Animations
  ========================================================================== */
  a.child-trigger-new span {
    position: relative;
    top: 50%; /* Centers icon inside button */
    margin: 0 auto !important;
    -webkit-transition-duration: .2s;
    -moz-transition-duration: .2s;
    transition-duration: .2s;
  }
  a.child-trigger-new span:after {
    position: absolute;
    content: '';
  }
  a.child-trigger-new span, a.child-trigger-new span:after {
    background-color: #000;
    display: block;
    height: 2px;
    width: 16px;
  }
  .header__menu .hs-menu-children-wrapper a.child-trigger-new span, .header__menu .hs-menu-children-wrapper a.child-trigger-new span:after {
    background-color: #fff; 
  }
  a.child-trigger-new span:after {
    -webkit-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    transform: rotate(-90deg);
    -webkit-transition-duration: .2s;
    -moz-transition-duration: .2s;
    transition-duration: .2s;
  }
  a.child-trigger-new.child-open span:after {
    -webkit-transform: rotate(-180deg);
    -ms-transform: rotate(-180deg);
    transform: rotate(-180deg);
    -webkit-transition-duration: .2s;
    -moz-transition-duration: .2s;
    transition-duration: .2s;
  }
  a.child-trigger-new.child-open span {
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
    -webkit-transition-duration: .2s;
    -moz-transition-duration: .2s;
    transition-duration: .2s;
  }
  header.header {
    padding: 22px 0;
  }
  .header__logo img {
    max-width: 125px !important;
    width: 100% !important;
  }
  .header--landing-page.ty-page.lp-3 {
    padding-top: 30px;
  }
  header.header.ty-page-2 {
    padding-top: 30px;
  }

  .header.header--landing-page.ty-page.lp-3.lp-5 {
    padding-bottom: 26px;
    padding-top: 44px;
  }
  .header.header--landing-page.ty-page.lp-3.lp-5 {
    padding-bottom: 21px;
    padding-top: 25px;
  }


  .header.system-page-header .header-btn {
    display: none;
  }
  
  .header-new-2023 .header__logo {
    margin-right: 10px;
  }
}
/* Footer Container */
.footer .dnd-section {
  padding: 0;
}
.footer__container {
  margin: 0 auto;
  padding: 25px 15px 40px;
}
.footer__row--two .footer__container {
  padding: 0px 15px;
}
/* Footer Rows */
.footer__row {
  display: flex;
  margin: 0 -15px;
}
.footer__row--two .footer__row {
  align-items: center;
  border-top: 2px solid #fff;
  padding: 25px 0 40px;
  margin: 0;
}
.footer_col {
  width: 22%;
  padding: 0 15px;
}
.footer-logo {
  max-width: 230px;
  margin-top: 20px;
  margin-right: 30px;
  margin-left: auto;
}
.footer-address {
  margin: 0 0 20px;
}
.footer-social-icon-container a {
  margin-right: 30px;
}
.footer-social-icon-container a:last-child {
  margin-right: 0;
}
.footer-social-icon-container svg {
  width: 14px;
  height: 16px;
}
.footer-social-icon-container .twitter svg{
  width: 16px;
}
.footer-social-icon-container .youtube svg{
  width: 18px;
}
.footer-social-icon-container svg path{
  fill: #8bc53f;
}
.footer-social-icon-container a:hover svg path{
  fill: #628d2b;
}
.footer-social-icon-container{
  text-align: right;
}
.footer .hs-menu-wrapper ul {
  list-style: none;
  margin: 0.5rem 0 2rem;
  padding-left: 0;
}
.footer .hs-menu-wrapper li a:hover {
  text-decoration: none;
}
.footer_col.footer__form {
  width: 34%;
}
.footer__navigation{
  width: 20%;
}

/* Landing Page Footer */

.footer--landing-page p, .footer__row--two p {
  margin-bottom: 0;
  font-family: Proxima Nova,sans-serif;
}

.footer--landing-page .footer__container {
  padding: 1.5rem 0;
}

/* Footer Form */

.footer--site-page form {
  background-color: transparent;
  border: none;
  padding: 0;
}
.footer--site-page .footer__form .form-title {
  background-color: transparent;
  font-size: 1rem;
  padding: 0 0 1rem;
  text-align: left;
}
.footer--site-page .footer__form form,
.footer--site-page .widget-type-form form {
  margin-bottom: 1.5rem;
  padding: 0;
}
.footer--site-page .footer__form form label {
  display: none;
}
.footer--site-page .footer__form form .hs-button:focus, .footer--site-page .footer__form form .hs-button:hover, 
.footer--site-page .footer__form form input[type=submit]:focus, .footer--site-page .footer__form form input[type=submit]:hover {
  background-color: #fff;
  border: 2px solid #fff;
  color: #000;
}


.footer_col h6{
  margin: 20px 0;
  font-size: 15px;
  letter-spacing: 0;
}
.footer .hs-menu-item a{
  line-height: 26px;
}
.footer__last-col{
  width: 40%;
  text-align: right;
}
.footer__row--two .footer_col{
  width: 33.33%;
  padding: 0 10px;
}
.footer-terms p, .footer-terms a{
  font-size: 12px;
  color: #eff5fc;
  font-family: Proxima Nova,sans-serif;
}
.footer-terms a:hover{
  text-decoration: none;
  color: #afcdf0;
  font-family: Proxima Nova,sans-serif;
  font-size: 12px;
}

/* 23-1-2023-css-start */
.footer-new .footer__row--two .footer_col p{
  font-size: 16px;
  font-family: Museo-Sans-300,sans-serif;
}
.footer-new .footer-terms a, .footer-new .footer-terms p{
  font-family: Museo-Sans-300,sans-serif;
}
/* 23-1-2023-css-end */

.footer-social-icon-container svg path {
  fill: #63CE22;
}


@media (max-width: 1250px) {
  .footer__row {
    margin: 0;
  }
}

@media (max-width: 991px) {
  .footer-new .footer-social-icon-container a {
    margin-right: 15px;
  }
  .footer-new .footer__row--two .footer_col p {
    font-size: 13px;
  }
}

@media (max-width: 980px) {
  .footer__row {
    flex-wrap: wrap;
  }
  .footer--site-page .footer__form {
    clear: both;
    float: none;
    margin: 0 auto;
    padding: 0.75rem 0 0;
    width: 75%;
  }
  .footer__navigation.footer_col {
    display: flex;
    flex-direction: column;
  }
  .footer--site-page .footer__form .form-title {
    text-align: center;
  }
  .footer_col {
    padding: 0 10px;
  }
}
@media (max-width: 980px) and (min-width: 768px) {
  .footer-social-icon-container a {
    margin-right: 15px;
  }
  .footer-logo img{
    max-width: 85px !important;
  }
  .footer-logo{
    margin-right: 0;
  }
}
@media (max-width: 767px) {
  .footer__row {
    margin: 0;
  }
  .footer_col {
    width: 100%;
    margin: 0;
    padding: 0;
  }
  .footer__container {
    padding: 0 20px !important;
  }
  .footer-address, .footer-logo {
    margin: 20px 20px 20px;
    max-width: 100%;
  }
  .footer .hs-menu-wrapper ul {
    margin-bottom: 0;
  }
  .footer--site-page .footer__form {
    width: 100%;
    max-width: 500px;
  }
  .footer__navigation h4 {
    margin: 0;
  }
  .footer__navigation.footer_col {
    align-items: flex-start;
  }
  .footer__last-col{
    text-align: left;
  }
  .footer__row--two .footer_col {
    width: 100%;
    text-align: center;
  }
  .footer-copyright, .footer-terms {
    margin-bottom: 40px;
  }
  .footer-social-icon-container{
    text-align: center;
  }
}

/*--------- May 2023 New Foter ---------*/
.new-footer-may-23 .footer-menu-col-1 .hs-menu-depth-1 .hs-menu-depth-2 > a {
  color: #098028;
  cursor: pointer;
  font-family: Museo-Sans-700;
  font-size: 14px;
  font-weight: 400;
  line-height: 22px;
  padding: 0 0 5px;
}
/*-.new-footer-may-23 .footer-menu-col-2 .hs-menu-depth-1 .hs-menu-depth-2:nth-child(2) > a {
  font-family: Museo-Sans-700;
  font-size: 18px;
  font-weight: 400;
  line-height: 26px;
  padding: 0 0 24px;
  color: #098028;
}-*/
.new-footer-may-23 .footer-menu-col-2 .hs-menu-depth-1 .hs-menu-depth-2:nth-child(3) > a {
  color: #098028;
  cursor: pointer;
  font-family: Museo-Sans-700;
  font-size: 14px;
  font-weight: 400;
  line-height: 22px;
  padding: 0 0 5px;
}
.new-footer-may-23 .footer-menu-col-1 .hs-menu-depth-1 .hs-menu-depth-2:nth-child(2) > a {
  cursor: pointer;
}


.event-banner-small-title p {
  margin: 0;
  font-weight:600;
}
.event-banner-contents {
  max-width: 500px;
  width: 100%;
}
.event-banner-heading h1 {
  margin-bottom: 15px;
}
.event-banner-text h5 {
  margin: 0;
}
.event-banner-text {
  position: relative;
  padding-bottom: 35px;
}
.event-banner-text:after {
  content: '';
  width: 150px;
  height: 12px;
  background: #8bc53f;
  position: absolute;
  bottom: 0;
  left: 0;
  border-radius: 25px;
}
.event-banner-date-time-info {
  margin-top: 25px;
}
.event-banner-section {
  background-position: 50% 0;
  background-size: cover;
  padding: 40px 0 120px;
}
.event-banner-button a {
  margin: 0;
}


.event-text-with-form-row {
  display: flex;
  flex-wrap: wrap;
}
.event-text-with-form-section.absoluite-section {
  margin-top: -110px;
}
.event-text-with-form-contents-block {
  padding-right: 10%;
  width: 55%;
  padding-top: 15%;
  padding-bottom: 15%;
}
.event-text-with-form-block {
  width: 45%;
}
.event-text-with-form-row {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
.event-text-with-form-body-inner {
  background-color: #fff;
  border-radius: 5px;
  filter: drop-shadow(0 3px 14.5px #c2c2c2);
  padding: 60px 40px;
}
.event-text-with-form-heading h3 {
  margin-bottom: 15px;
}
.event-text-with-form-heading p {
  margin: 0;
}
.event-text-with-form-heading {
  margin-bottom: 40px;
}
.event-text-with-form-body .hs-form-field>label {
  display: none;
}
.event-text-with-form-body form input[type=submit] {
  padding: 16px 25px;
  width: auto;
}

.event-text-with-form-section.absoluite-section {
  position: relative;
  z-index: 1;
}
.submitted-message {
  height: 400px;
  color: #000;
}

.event-map-with-text-row {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
.event-map-with-text-content-block, .event-map-with-text-map-block {
  width: 50%;
}
.event-map-with-text-map-block iframe {
  width: 100%;
  display: block;
}
.event-map-with-text-content-block-inner {
  max-width: 700px;
  margin: 0 auto;
  padding: 0 30px;
}
.event-map-with-text-content-text p{
  margin-bottom: 15px;
}
.event-map-with-text-content-text p:last-child,
.event-map-with-text-content-address p:last-child{
  margin-bottom: 0;
}
.event-map-with-text-content-address {
  margin-top: 50px;
}
.event-map-with-text-content-title h2 {
  margin-bottom: 0;
}
.event-map-with-text-content-title {
  margin-bottom: 33px;
}
.webinar-banner-section {
  padding: 50px 0 100px;
  background-size: cover;
  background-position: center center;
}
.webinar-banner-logo-block {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-bottom: 100px;
  align-items: center;
  /*   margin: 0 -20px; */
}
.webinar-banner-logo-item {
  padding: 0 10px;
  flex: 1;
  -webkit-display: flex;
  -moz-display: flex;
  -ms-display: flex;
  -o-display: flex;
  display: flex;
  -webkit-box-align: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}
.webinar-banner-logo-item img {
  max-width: 260px !important;
  width: 100%;
  height: 66px !important;
  object-fit: contain;
  display: block;
}
.webinar-banner-content-block {
  max-width: 750px;
  width: 100%;
}
.social-list-block ul {
  list-style: none;
  padding: 0;
  margin: auto;
  display: flex;
  align-items: center;
}
.social-list-block span {
  color: #fff;
  font-weight: 600;
  display: inline-block;
}
.time-block {
  color: #fff;
}
.webinar-banner-time-shae-block .social-list-block {
  margin-top: 12px;
}
.webinar-banner-content-block h4 {
  margin: 0;
}
.webinar-banner-content-block {
  margin-bottom: 40px;
}
.webinar-banner-time-shae-block .social-list-block ul li a svg {
  width: 22px;
  height: 22px;
}
.webinar-banner-time-shae-block .social-list-block ul li a svg path {
  fill: #fff;
}
.social-list-block ul li+li {
  margin-left: 8px;
}
.social-list-block ul > span {
  margin-right: 14px;
}
.webinar-banner-time-shae-block .time-block i {
  margin-right: 5px;
}
/* .webinar-banner-logo-item:nth-child(3) {
text-align: center;
} */
.webinar-available-dates-and-time-section {
  padding: 100px 0 50px;
}
.dropdown-container {
  max-width: 100%;
  position: relative;
  width: calc(100% - 210px);
  margin-right: 30px;
}
.webinar-available-dates-and-time-heading-block h2 {
  margin: 0;
}
.webinar-available-dates-and-time-heading-block {
  margin: 0 0 40px;
}
.button-block a.button {
  margin: 0;
  padding: 17px 25px;
}
.webinar-available-dates-and-time-content-block-inner {
  border-top: 18px solid #8bc53f;
  background: #eeeeee;
  padding: 50px 40px;
}
.webinar-available-dates-and-time-content-block-inner h2 {
  margin-bottom: 20px;
}
.list-icon ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.list-icon ul li {
  position: relative;
  padding-left: 48px;
}
.list-icon ul li + li {
  margin-top: 15px;
}
.list-icon ul li:after {
  content: '';
  top: 5px;
  background-image: none;
  background-color: #63CE22;
  border-radius: 50%;
  width: 25px;
  height: 25px;
  position: absolute;
  left: 0;
}


/* Dropdown menu css */
.dropdown-container {
  position: relative;
  max-width: 100%;
}
.dropdown-container .dropdown-toggle {
  color: #6d6e70;
  background-color: #ffffff;
  font-size: 17px;
  padding: 18px 20px;
  box-shadow: 0px 0px 4px -2px rgba(0, 0, 0, 0.5);
  border-radius: 4px;
  font-weight: 600;
  cursor: pointer;
  position: relative;
  transition: all ease-in-out 0.3s;

}
.dropdown-container .dropdown-toggle span {
  overflow: hidden;
  white-space: nowrap;
  width: 90%;
  display: block;
}
.dropdown-container .dropdown-toggle label {
  cursor: pointer;
  width: 100%;
}
/* .dropdown-container .dropdown-toggle:hover, .dropdown-container .dropdown-toggle:active, .dropdown-container .dropdown-toggle:focus {
background-color: #0979ce;
color: #ffffff;
} */
.dropdown-container .dropdown-menu {
  width: 100%;
  border-radius: 10px;
  box-shadow: 0px 0px 4px -2px rgba(0, 0, 0, 0.5);
  margin-top: 17px;
  position: absolute;
  left: 0;
  top: 100%;
  display: none;
  background-color: #ffffff;
  z-index: 10;
}
.dropdown-container .dropdown-menu ul {
  list-style: none;
  padding: 0;
  margin: 0;
  overflow: hidden;
  border-radius: 10px;
  z-index: 10;
}
.dropdown-container .dropdown-menu a {
  text-decoration: none;
  display: block;
  color: #000000;
  font-size: 15px;
  padding: 16px 20px;
  font-weight: 600;
  box-shadow: 0px 0px 4px -2px rgba(0, 0, 0, 0.5);
  transition: all ease-in-out 0.3s;
}
.dropdown-container .dropdown-menu a:hover, .dropdown-container .dropdown-menu a:active, .dropdown-container .dropdown-menu a:focus {
  background-color: #8bc53f;
  color: #ffffff;
}

.dropdown-menu,
.dropdown-toggle {
  position: relative;
}
.dropdown-menu::before,
.dropdown-toggle::before {
  content: "";
  position: absolute;
  right: 20px;
  top: 50%;
  transform: translateY(-50%) rotate(45deg);
  border: 6px solid;
  border-top-color: rgba(0, 0, 0, 0);
  border-left-color: rgba(0, 0, 0, 0);
  margin-top: -2.5px;
  background-color: rgba(0, 0, 0, 0);
  transition: all ease-in-out 0.2s;
}

.dropdown-menu {
  z-index: 10;
  position: relative;
}
.dropdown-menu::before {
  z-index: -1;
  transform: rotate(-135deg);
  top: -4px;
  border-color: #ffffff;
  box-shadow: 1px 1px 4px -2px rgba(0, 0, 0, 0.4);
}

.dropdown-open .dropdown-menu.dropdown-active {
  display: block;
}

/* .dropdown-container.dropdown-open .dropdown-toggle {
background-color: #0979ce;
color: #ffffff;
} */
.dropdown-container.dropdown-open .dropdown-toggle:before {
  transform: rotate(-135deg);
}

.dropdown-bordered .dropdown-toggle {
  border: 2px solid #000000;
  border-radius: 10px;
}
/* .dropdown-bordered .dropdown-toggle:hover, .dropdown-bordered .dropdown-toggle:active, .dropdown-bordered .dropdown-toggle:focus {
background-color: #0979ce;
color: #ffffff;
border-color: #ffffff;
} */
.dropdown-bordered .dropdown-menu {
  border: 2px solid #000000;
  border-radius: 10px;
}
.dropdown-bordered .dropdown-menu::before {
  border-color: #000000;
}
.dropdown-bordered .dropdown-menu a {
  box-shadow: none;
  border-bottom: 2px solid #000000;
}
.dropdown-bordered .dropdown-menu li:last-child a {
  border-bottom: 0;
}
.webinar-available-dates-and-time-dropdown-button-block {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-bottom:60px;
}
.button-block a.button {
  margin: 0;
}
.video-popup-box.popup-containt.white-popup {
  margin: 0 auto;
  max-width: 600px;
  position: relative;
}
.video-popup-box.popup-containt.white-popup .event-text-with-form-body-inner {
  filter: none;
  box-shadow: none;
}
.mfp-close-btn-in .mfp-close:hover {
  border: none;
  font-family: Arial, Baskerville, monospace;
}
.speakers-three-column-section {
  padding: 145px 0 80px;
}
.speakers-three-column-heading {
  margin-bottom: 80px;
}
.speakers-three-column-heading h2 {
  margin: 0;
}
.speakers-three-column-row {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -15px;
  justify-content: center;
}
.speakers-three-column-item {
  width: 33.33%;
  padding: 0 15px;
}
.speakers-three-column-inner {
  text-align: center;
}
.speakers-three-column-image {
  margin-bottom: 32px;
}
.speakers-three-column-info-text h5 span {
  display: inline-block;
  margin-bottom: 12px;
}
.speakers-three-column-info-text h5 {
  margin: 0;
}
.form-with-text-banner-section .form-with-text-banner--form-inner .submitted-message{
  color: #ffffff;
}
.event-text-with-form-row.mb-0 {
  margin-bottom: 0 !important;
}
.speakers-overlap-section .speakers-three-column-image img {
  border-radius: 50%;
}
.speakers-three-column-image img {
  border-radius: 100%;
  height: auto;
  max-width: 315px;
  display: block;
  margin: 0 auto;
}
.pos-relative {
  position: relative;
  max-width: 800px;
  margin: 0 auto;
}
.mfp-container {
  position: fixed;
}

.form-legal-copy p{
  font-size: 12px;
  color: #024414;
  line-height: 20px;
}
.form-legal-copy a{
  color: #024414;
  text-decoration: underline;
  line-height: 20px;
}

/* 24-1-23-css-start */
.event-banner-section.event-banner-section-new {
  padding: 0;
  position: relative;
}
.event-banner-section.event-banner-section-new .event-banner-contents {
  width: 52%;
  max-width: 100%;
  padding: 77px 0 160px;
}
.event-banner-section.event-banner-section-new .event-banner-small-title h4 {
  margin-bottom: 15px;
}
.event-banner-section.event-banner-section-new .event-banner-heading h1 {
  margin-bottom: 10px;
}
.event-banner-section.event-banner-section-new .event-banner-text:after{
  content:none;
}
.event-banner-section.event-banner-section-new .event-banner-text {
  padding-bottom: 0;
}
.event-banner-section.event-banner-section-new .event-banner-text h3 {
  margin-bottom: 33px;
}
.event-banner-section.event-banner-section-new .event-banner-date-time-info h3 {
  margin-bottom: 45px;
}
/* 24-1-23-css-end */



/* 25-1-23-css-start */
.event-text-with-form-section.register-for-event-section.absoluite-section {
  /*   margin-top: 0; */
  position: relative;
  z-index: 2;
}
.register-for-event-section .event-text-with-form-body-inner {
  filter: none;
  border-radius: 0;
  padding: 30px 68px 124px;
}
.register-for-event-section .event-text-with-form-block {
  padding-left: 70px;
  width: 50%;
  position: relative;
}
.register-for-event-section .event-text-with-form-contents-block {
  padding-bottom: 211px;
  padding-right: 6%;
  padding-top: 157px;
  width: 50%;
}
.register-for-event-section .event-text-with-form-heading {
  margin-bottom: 58px;
}
.register-for-event-section .event-text-with-form-heading h2 {
  margin-bottom: 33px;
}
.register-for-event-section .event-text-with-form-heading p {
  font-size: 18px;
  line-height: 27px;
  margin: 0;
}
.register-for-event-section .event-text-with-form-contents-heading h2 {
  margin-bottom: 33px;
}
.event-banner-section.event-banner-section-new .event-banner-img {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: 75%;
  height: 100%;
  width: 48%;
  max-height: 100%;
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
}
.event-banner-section.event-banner-section-new .event-banner-inner {
  -webkit-display: flex;
  -moz-display: flex;
  -ms-display: flex;
  -o-display: flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  -o-flex-wrap: wrap;
  flex-wrap: wrap;
}
.register-for-event-section .event-text-with-form-block::before {
  content: "";
  background-color: #62ce23;
  height: 100%;
  position: absolute;
  width: 90%;
  z-index: -1;
  top: 12px;
  right: -15px;
}
.full-with-text-with-logo-section.field-event-text-logo-section {
  position: relative;
  z-index: 1;
  margin-top: -90px;
  padding: 192px 0 165px;
}
.full-with-text-with-logo-section.field-event-text-logo-section .full-with-text-with-logo-image-block img{
  display: block;
  margin: 0 auto;
}
.full-with-text-with-logo-section.field-event-text-logo-section .full-with-text-with-logo-content-block {
  margin-bottom: 75px;
}
.event-text-with-form-section.register-for-event-section .event-text-with-form-row{
  padding-right: 15px;
}
.event-text-with-form-section.register-for-event-section .form-legal-copy p{
  line-height: 25px;
}
.full-with-text-with-logo-section.field-event-text-logo-section.field-event-text-logo-section-new {
  margin-top: -150px;
}
.event-banner-section.event-banner-section-new.bg-position .event-banner-img {
  background-position: 90%;
}
/* 25-1-23-css-end */


/* 30-1-23-css-start */
.webinar-banner-section.webinar-banner-new-section .webinar-banner-logo-block {
  margin: 0 -15px 76px;
}
.webinar-banner-section.webinar-banner-new-section .webinar-banner-content-block h4 {
  margin-bottom: 15px;
}
.webinar-banner-section.webinar-banner-new-section .webinar-banner-content-block {
  max-width: 1030px;
  margin-bottom: 37px;
}
.webinar-banner-section.webinar-banner-new-section .webinar-banner-content-block h3 {
  margin-bottom: 33px;
}
.webinar-banner-new-section .time-block p {
  margin-bottom: 0;
  color: #fff;
}
.webinar-banner-new-section .time-block {
  -webkit-box-align: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-display: flex;
  -moz-display: flex;
  -ms-display: flex;
  -o-display: flex;
  display: flex;
}
.webinar-banner-new-section .social-list-block ul p {
  margin-bottom: 0;
  color: #fff;
}
.webinar-banner-new-section .webinar-banner-time-shae-block .social-list-block ul li a svg path {
  fill: #63CE22;
}
.webinar-banner-new-section .webinar-banner-time-shae-block .time-block i {
  margin-right: 10px;
}
.webinar-banner-section.webinar-banner-new-section {
  padding: 74px 0 109px;
}
.webinar-date-time-new-section .webinar-available-dates-and-time-content-block-inner {
  border-top: 0;
  padding: 108px 98px 127px;
}
.webinar-date-time-new-section .list-icon ul li:after{
  background-color: #024414;
}
.webinar-date-time-new-section .dropdown-container {
  width: calc(100% - 235px);
}
.webinar-date-time-new-section .button-block {
  max-width: 205px;
  width: 100%;
}
.webinar-available-dates-and-time-section.webinar-date-time-new-section {
  padding: 132px 0 50px;
}
.webinar-date-time-new-section .webinar-available-dates-and-time-heading-block {
  margin: 0 0 50px;
}
.webinar-date-time-new-section .dropdown-container .dropdown-toggle{
  border: 1px solid #707070;
  padding: 16px 20px 15px;
  box-shadow: none;
  font-size: 24px;
  height: 68px;
  -webkit-display: flex;
  -moz-display: flex;
  -ms-display: flex;
  -o-display: flex;
  display: flex;
  -webkit-box-align: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}
.webinar-date-time-new-section .dropdown-container .dropdown-menu a{
  font-size: 24px;
  color: #0D1580;
  line-height: 33px;
}
.webinar-date-time-new-section .webinar-available-dates-and-time-dropdown-button-block {
  margin-bottom: 80px;
}
.webinar-date-time-new-section .webinar-available-dates-and-time-content-block-inner h2 {
  margin-bottom: 33px;
}
.webinar-date-time-new-section .list-icon ul li+li {
  margin-top: 43px;
}
.speakers-three-column-section.live-webinar-speakers-section {
  padding: 50px 0 64px;
}
.form-and-text-section-new form .hs-richtext p {
  color: #fff;
}
.form-and-text-section-new form .hs-richtext p a {
  color: #62ce23;
}
.speakers-three-column-section.on-demand-webinar-speakers-section{
  padding: 114px 0 10px;
}
.two-column-zig-zag-section.two-column-zig-zag-section-new.lp-2-3-two-col.related-resources {
  padding: 34px 0 26px;
}
.two-column-zig-zag-section-new.related-resources .two-column-zig-zag-inner {
  padding-top: 0;
}
.two-column-zig-zag-section-new.related-resources .two-column-right-text-section .button {
  margin-top: 0;
}
.related-resources .two-column-right-text-section p {
  margin-bottom: 33px;
}
.full-with-text-with-logo-section.ty-page2-banner.full-with-text-new-section.thank-you-banner {
  padding: 269px 0 241px !important;
}
.full-with-text-with-logo-section.ty-page2-content-wrap.ty-text-new-section {
  padding: 116px 0 155px;
}
.ty-text-new-section .full-width-text-with-logo-cta-block {
  margin-top: 0;
}
.full-with-text-with-logo-section.full-with-text-new-section.thank-you-banner .full-with-text-with-logo-content-block h3 {
  font-weight: 500;
}
.logos-section.logo-section-new.typ-logos h2 {
  margin-bottom: 50px;
}
.two-column-zig-zag-section-new.related-resources .two-column-left-image-section {
  width: 40%;
}
.two-column-zig-zag-section-new.related-resources .two-column-right-text-section {
  width: 60%;
}
.thank-you-banner .full-with-text-with-logo-inner {
  text-align: center !important;
}

/* 30-1-23-css-end */


/* 1-2-23-css-start */
.banner-section-new {
  margin-top: 90px;
}
.page-2023 .page-center {
  width: 100%;
}
.banner-section-new .banner-sec{
  -webkit-display: flex;
  -moz-display: flex;
  -ms-display: flex;
  -o-display: flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  -o-flex-wrap: wrap;
  flex-wrap: wrap;
}
.banner-section-new .banner-sec{
  -webkit-box-align: flex-start;
  -moz-box-align: flex-start;
  -ms-flex-align: flex-start;
  -webkit-align-items: flex-start;
  align-items: flex-start;
}
.banner-section-new .banner-row {
  padding-right: 160px;
  width: 58%;
}
.banner-section-new .right-mockup-col {
  width: 42%;
  position: relative;
}
.banner-section-new .right-mockup-col:before {
  content: "";
  height: 100%;
  mix-blend-mode: multiply;
  position: absolute;
  width: 100%;
  top: 10px;
  left: 18px;
  z-index: 2;
}
.banner-section-new .banner-sec .right-mockup-col img{
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: center;
  position: relative;
  z-index: 3;
}
.banner-section-new .right-mockup-col::after {
  content: "";
  background: #3D4499;
  position: absolute;
  right: -120px;
  top: -220px;
  width: 281px;
  height: 398px;
  z-index: 1;
}
.banner-section-new{
  overflow: hidden;
  position: relative;
}
.banner-section-new .banner-contents h1 {
  margin-bottom: 30px;
  font-weight: 600;
  font-size: 72px;
  line-height: 80px;
  overflow-wrap: normal;
}
.banner-section-new .banner-contents h5 {
  margin-bottom: 10px;
  font-family: Museo-Slab-300,sans-serif;
  font-weight: 400;
  line-height: 32px;
}
.banner-section-new .banner-contents p {
  font-weight: 400;
  font-size: 18px;
  line-height: 26px;
  margin-bottom: 30px;
}
.button.yellow-btn, .button.orange-btn {
  height: auto;
  background: #FFD500;
  color: #000000;
  font-size: 16px;
  padding: 16px 22px 15px;
  text-transform: capitalize;
  max-width: 200px;
  width: auto;
  border-color: #FFD500;
  margin-bottom: 0;
  line-height:18px;
}
.button.orange-btn {
  border-color: #FD9820;
  background: #FD9820;
}
.button.orange-btn:hover, .button.orange-btn:focus {
  border-color: #FD9820;
  background: transparent;
  color: #000000;
}
.button.yellow-btn:hover, .button.yellow-btn:focus {
  background: transparent;
  color: #000000;
  border-color: #FFD500;
}
.banner-section-new .banner-row .button.yellow-btn:hover, .banner-section-new .banner-row .button.yellow-btn:focus {
  color: #FFD500;
}
.banner-section-wrap .bottom-img-section {
  position: absolute;
  bottom: 40px;
  right: 7%;
  z-index: 3;
}
.banner-section-wrap .bottom-img-section img {
  display: block;
  width: 360px;
}
.banner-section-wrap .banner-bottom-section {
  position: relative;
  padding: 80px 0;
}
.icon-text-section-new .icon-text {
  width: 25%;
  padding: 61px 20px 23px;
}
.icon-text-section-new .icon-text-sec img {
  display: block;
  margin: 0 auto 40px;
}
.icon-text-section-new .icon-text h5 {
  font-weight: 600;
  font-size: 24px;
  line-height: 32px;
  font-family: 'Museo-Slab-500';
  margin-bottom: 20px;
  max-width: 240px;
  width: 100%;
  margin: 0px auto 20px;
}
.icon-text-section-new .icon-text p {
  font-weight: 400;
  font-size: 14px;
  line-height: 22px;
  font-family: 'Museo-Sans-500';
  max-width: 264px;
  margin: 0 auto 1.5rem;
  width: 100%;
  color:#000;
}
.icon-text-section-new h3 {
  font-family: 'Museo-Slab-700';
  text-align: center;
  max-width: 770px;
  margin: 0 auto 60px;
  width: 100%;
  font-size: 42px;
  line-height: 50px;
}
.icon-text-section-new p {
  font-size: 18px;
  line-height: 26px;
  text-align: center;
  color: #000000;
  margin: 0 auto 100px;
  max-width: 1160px;
}
.icon-text-section-new .bottom-cta {
  padding-top: 60px;
  text-align: center;
}
.icon-text-section-new .icon-text-sec{
  -webkit-display: flex;
  -moz-display: flex;
  -ms-display: flex;
  -o-display: flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  -o-flex-wrap: wrap;
  flex-wrap: wrap;
  text-align: center;
  justify-content: center !important;
}
.icon-text-section-new .icon-text {
  width: 25%;
}

.three-column-icon-section .three-column-icon-col h3 {
  font-size: 36px;
  line-height: 33px;
  margin-bottom: 37px;
  font-family: 'Museo-Sans-700';
}
.three-column-icon-section.lp-3-1-three-col-sec-new {
  padding: 113px 0 37px;
}
.three-column-icon-section.lp-3-1-three-col-sec-new .three-column-icon-col p {
  max-width: 354px;
  margin: 0 auto 36px;
  width: 100%;
}
.lp-counter-section.lp-counter-new-section .lp-counter-row {
  margin: 0;
}
.lp-counter-section.lp-counter-new-section .lp-counter-col {
  padding: 0 20px 20px;
}
.lp-counter-section.lp-counter-new-section .lp-counter-col .counter {
  font-weight: normal;
  margin-bottom: 27px;
  font-family: 'Museo-Sans-700';
}
.lp-counter-section.lp-counter-new-section {
  padding: 98px 0 82px;
}

/* 1-2-23-css-end */
.full-width-text-v2 .full-with-text-with-logo-inner {
  text-align: left;
}
.event-text-with-form-section.event-img-with-form-section.img-form-sec-v2.event-img-form-new-section .event-text-with-form-block {
  width: 41%;
}
.event-text-with-form-section.event-img-with-form-section.img-form-sec-v2.event-img-form-new-section .event-text-with-form-contents-block {
  width: 59%;
  padding: 0 35px 0 0!important;
}
.bottom-cta {
  padding-top: 100px;
  -webkit-display: flex;
  -moz-display: flex;
  -ms-display: flex;
  -o-display: flex;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  -o-flex-wrap: wrap;
  flex-wrap: wrap;
}
.bottom-cta a {
  margin: 0 15px 30px;
}
.bottom-cta a.button.yellow-btn, .bottom-cta a.button.orange-btn {
  margin: 0 15px 30px;
}


form .hs-form-booleancheckbox {
  font-size: 12px;
  line-height: 20px;
  color:#fff !important;
}
form .inputs-list:not(.no-list) label>span {
  font-size: 12px !important;
}
form .inputs-list:not(.no-list) label>span a {
  font-size: 12px !important;
}
form .inputs-list:not(.no-list) label>span a:hover {
  color: #fff;
}
form .inputs-list:not(.no-list) label > span {
  color: #fff !important; 
}
.event-text-with-form-section.register-for-event-section form .hs-richtext p,
.event-text-with-form-section.register-for-event-section form .hs-richtext p a {
  color: #0D1580 !important;
  margin: 0 0 10px !important;
}
.asset-download-zig-zag.two-column-zig-zag-section-new .two-column-zig-zag-inner {
  padding: 40px 0 100px;
}
.asset-download-icon-text.icon-text-section-new .bottom-cta {
  padding-top: 0;
}
.asset-download-icon-text.icon-text-section-new .bottom-cta a {
  padding: 22px 20px;
  min-width: 150px;
}
#asset-recession-form form .hs-form-booleancheckbox-display span {
  color:#fff;  
}
#asset-recession-form form .hs_contact_me_to_schedule_demo {
  margin-bottom: 20px;
}
.asset-recession-content.full-with-text-with-logo-section.ty-page2-banner.lp5-content-section {
  padding: 120px 0 75px;
}
.lp-banner-section.lp-banner-section-V2.text-with-video-v2 .lp-banner-text {
  padding-bottom: 0;
}
.three-column-icon-section.three-col-icon-v3 .three-column-icon-col h5 {
  max-width: 325px;
}
.testimonials-section.text-center .testimonials-section-heading {
  text-align: center;
}
.only-video-section {
  display: block !important;
  margin-bottom: 25px !important;
  margin-top: 25px !important;
  padding-bottom: 100px !important;
  padding-left: 200px !important;
  padding-right: 200px !important;
  padding-top: 50px !important;
}

.form-with-img-v2 .event-text-with-form-contents-block img{
  height: auto;
}
.ipo-checklist-two-col-sec.two-column-zig-zag-section-new .two-column-zig-zag-inner {
  padding-top: 50px;
}

.ipo-checklist-two-col-sec .two-column-right-text-section h3 {
  font-family: Museo-Slab-700;
  font-size: 42px;
  line-height: 50px;
  margin-bottom: 30px;
}
.ipo-checklist-two-col-sec .two-column-right-text-section p {
  color: #000;
  font-size: 18px;
  line-height: 26px;
  margin-bottom: 30px;
}
.two-column-rating-text p {
  color: #024414;
  font-size: 18px;
  line-height: 26px;
  margin-bottom: 0;
  padding-top: 10px;
  text-align: center;
}

@media(max-width:1700px){
  .banner-section-wrap .bottom-img-section {
    right: 5%;
  }

  .event-banner-section.event-banner-section-new.bg-position .event-banner-img{
    background-position: center;
  }
}

@media(max-width:1600px){
  .banner-section-wrap .bottom-img-section {
    right: 4%;
  }
}

@media(max-width:1560px){
  .banner-section-new .right-mockup-col:after{
    right: -80px;
    top: -190px;
  }
  .banner-section-wrap .bottom-img-section {
    right: 0;
    top: -360px;
  }
  .banner-section-wrap .bottom-img-section img {
    width: 310px;
  }
}


@media(max-width:1199px){
  .banner-section-wrap.ipo-checklist-banner .banner-sec {
    align-items: center;
  }
  .lp-counter-section.lp-counter-new-section {
    padding: 78px 0 52px;
  }
  .ipo-checklist-form.form-with-img-v2 .event-text-with-form-contents-block img {
    max-width: 500px;
    width: 100%;
  }
  .three-column-icon-section .three-column-icon-col h3 {
    font-size: 30px;
    line-height: 30px;
    margin-bottom: 30px;
  }
  .banner-section-new .banner-contents h1 {
    font-size: 48px;
    line-height: 55px;
  }
  .banner-section-new .banner-contents h5 {
    font-size: 24px;
  }
  .banner-section-wrap .bottom-img-section img {
    width: 250px;
  }
  .banner-section-wrap .bottom-img-section {
    top: -264px;
  }

  .event-text-with-form-contents-block {
    padding-right: 6%;
  }
  .webinar-banner-logo-block {
    margin-bottom: 75px;
  }

  .event-banner-section.event-banner-section-new .event-banner-contents{
    padding: 77px 20px 100px 0;
  }
  .register-for-event-section .event-text-with-form-contents-heading h2 {
    margin-bottom: 15px;
  }
  .register-for-event-section .event-text-with-form-contents-block {
    padding-bottom: 100px;
    padding-right: 2%;
    padding-top: 100px;
  }
  .full-with-text-with-logo-section.field-event-text-logo-section .full-with-text-with-logo-image-block img{
    height:auto;
  }
  .full-with-text-with-logo-section.field-event-text-logo-section {
    margin-top: -30px;
    padding: 130px 0;
  }
  .full-with-text-with-logo-section.field-event-text-logo-section .full-with-text-with-logo-content-block {
    margin-bottom: 55px;
  }
  .register-for-event-section .event-text-with-form-block {
    margin-top: -15%;
  }
  .register-for-event-section .event-text-with-form-block:before{
    width: 87%;
  }
  .register-for-event-section .event-text-with-form-body-inner {
    padding: 30px 30px 80px;
  }

  .webinar-banner-section.webinar-banner-new-section {
    padding: 64px 0 70px;
  }
  .webinar-banner-section.webinar-banner-new-section .webinar-banner-logo-block {
    margin: 0 -15px 46px;
  }
  .webinar-available-dates-and-time-section.webinar-date-time-new-section {
    padding: 80px 0 30px;
  }
  .webinar-date-time-new-section .webinar-available-dates-and-time-dropdown-button-block {
    margin-bottom: 50px;
  }
  .webinar-date-time-new-section .webinar-available-dates-and-time-heading-block {
    margin: 0 0 30px;
  }
  .webinar-date-time-new-section .webinar-available-dates-and-time-content-block-inner {
    padding: 70px 50px 80px;
  }
  .webinar-date-time-new-section .webinar-available-dates-and-time-content-block-inner h2 {
    margin-bottom: 25px;
  }
  .webinar-date-time-new-section .list-icon ul li+li {
    margin-top: 20px;
  }
  .speakers-three-column-section.live-webinar-speakers-section {
    padding: 30px 0 40px;
  }
  .speakers-three-column-heading {
    margin-bottom: 40px;
  }
  .webinar-date-time-new-section .dropdown-container .dropdown-toggle,
  .webinar-date-time-new-section .dropdown-container .dropdown-menu a{
    font-size: 20px;
  }
  .speakers-three-column-section.on-demand-webinar-speakers-section {
    padding: 80px 0 10px;
  }
  .full-with-text-with-logo-section.ty-page2-banner.full-with-text-new-section.thank-you-banner {
    padding: 210px 0 150px !important;
  }
  .full-with-text-with-logo-section.ty-page2-content-wrap.ty-text-new-section {
    padding: 80px 0 100px;
  }

  .speakers-three-column-section {
    padding: 65px 0 60px;
  }
}

@media(max-width:991px){
  .ipo-checklist-form.form-with-img-v2 .event-text-with-form-contents-block img {
    max-width: 400px;
    width: 100%;
  }
  .ipo-checklist-two-col-sec.two-column-zig-zag-section-new .two-column-zig-zag-inner {
    padding-top: 30px;
  }

  .three-column-icon-section.lp-3-1-three-col-sec-new {
    padding: 83px 0 27px;
  }
  .lp-counter-section.lp-counter-new-section {
    padding: 68px 0 22px;
  }
  .banner-section-new .banner-row {
    padding-right: 60px;
  }
  .event-banner-text:after {
    height: 8px;
    width: 120px;
  }
  .event-banner-text {
    padding-bottom: 26px;
  }
  .event-banner-date-time-info {
    margin-top: 15px;
  }
  .event-banner-section {
    padding: 40px 0 80px;
  }
  .full-with-text-with-logo-section {
    padding: 150px 0 100px;
  }
  .webinar-banner-logo-block {
    margin-bottom: 50px;
  }
  .webinar-banner-section {
    padding: 50px 0 60px;
  }
  .webinar-available-dates-and-time-dropdown-button-block {
    margin-bottom: 40px;
  }
  .webinar-available-dates-and-time-content-block-inner {
    border-top: 14px solid #8bc53f;
    padding: 40px 30px;
  }
  .speakers-three-column-section {
    padding: 50px 0 60px;
  }
  .speakers-three-column-image img {
    max-width: 200px;
  }

  .full-with-text-with-logo-section.field-event-text-logo-section {
    padding: 130px 0 100px;
  }
  .register-for-event-section .event-text-with-form-heading {
    margin-bottom: 38px;
  }
  .register-for-event-section .event-text-with-form-block:before {
    width: 86%;
  }
  .list-icon ul li:after {
    top: 8px;
    height: 20px;
    width: 20px;
  }

  .webinar-date-time-new-section .webinar-available-dates-and-time-content-block-inner {
    padding: 40px 40px 50px;
  }
  .full-with-text-with-logo-section.ty-page2-content-wrap.ty-text-new-section {
    padding: 80px 0 60px;
  }
  .full-with-text-with-logo-section.ty-page2-banner.full-with-text-new-section.thank-you-banner {
    padding: 170px 0 110px !important;
  }
  .bottom-cta a, .bottom-cta a.button.orange-btn, .bottom-cta a.button.yellow-btn {
    max-width: inherit;
  }
  .only-video-section{
    margin-bottom: 10px!important;
    margin-top: 10px!important;
    padding: 50px 30px 60px!important;
  }
}


@media(max-width:880px){
  .ipo-checklist-form.form-with-img-v2 .event-text-with-form-contents-block img {
    max-width: 500px;
    width: 100%;
    margin: 0 auto;
    position: static;
  }
  .ipo-checklist-form.form-with-img-v2.event-img-with-form-section.event-img-form-new-section .event-text-with-form-contents-block {
    padding: 20px !important;
    min-height: initial;
  }
  .full-with-text-with-logo-image-block > div {
    width: auto !important;
  }
  .event-text-with-form-section.event-img-with-form-section.img-form-sec-v2.event-img-form-new-section .event-text-with-form-contents-block {
    padding: 0!important;
    width: 100%;
  }
  .event-img-form-new-section .event-img-with-form--bottom-text h3 {
    margin-bottom: 10px;
  }
  .event-text-with-form-section.event-img-with-form-section.img-form-sec-v2.event-img-form-new-section .event-text-with-form-block {
    width: 100%;
  }
  .event-text-with-form-row {
    flex-direction: column-reverse;
  }
  .event-text-with-form-contents-block {
    padding: 0;
  }
  .event-text-with-form-block {
    width: 100%;
    max-width: 550px;
  }
  .event-text-with-form-contents-block {
    width: 90%;
  }
  .event-text-with-form-contents-block {
    text-align: center;
    /*     margin-top: 50px; */
  }

  .event-text-with-form-section.absoluite-section {
    padding-bottom: 40px;
  }
  .event-text-with-form-section.absoluite-section {
    margin-top: -80px;
  }
  .event-banner-section {
    padding: 40px 0 100px;
  }
  .submitted-message {
    height: auto;
  }
  .webinar-available-dates-and-time-section {
    padding: 60px 0 40px;
  }
  .speakers-three-column-section {
    padding: 40px 0 60px;
  }
  .speakers-three-column-heading {
    margin-bottom: 40px;
  }

  .register-for-event-section .event-text-with-form-body-inner {
    padding: 30px 30px 50px;
  }
  .register-for-event-section .event-text-with-form-heading {
    margin-bottom: 38px;
  }
  .register-for-event-section .event-text-with-form-contents-block {
    padding-bottom: 10px;
    padding-right: 0;
    padding-top: 60px;
    width: 100%;
  }
  .register-for-event-section .event-text-with-form-block {
    margin-top: -7%;
    width: 100%;
    padding-left: 0;
  }
  .register-for-event-section .event-text-with-form-heading h2 {
    margin-bottom: 20px;
  }
  .full-with-text-with-logo-section.field-event-text-logo-section {
    padding: 80px 0;
  }
  .register-for-event-section .event-text-with-form-block:before {
    width: 100%;
  }
  .full-with-text-with-logo-section.field-event-text-logo-section .full-with-text-with-logo-content-block {
    margin-bottom: 40px;
  }
  .event-text-with-form-section.register-for-event-section .event-text-with-form-row {
    padding-right: 0;
  }
  .full-with-text-with-logo-section.field-event-text-logo-section,
  .full-with-text-with-logo-section.field-event-text-logo-section.field-event-text-logo-section-new{
    margin-top: 0;
  }

  .webinar-banner-logo-item:nth-child(3) {
    text-align: left;
  }
  .webinar-banner-logo-item {
    flex: auto;
    padding: 0 20px 20px;
    width: 33.33%;
  }
  .webinar-banner-logo-block{
    margin: 0 -15px;
  }
}


@media(max-width:767px){

  .ipo-checklist-two-col-sec.two-column-zig-zag-section-new .two-column-zig-zag-inner {
    padding-top: 0;
  }
  
  .full-with-text-with-logo-image-block img {
    max-height: initial;
    height: auto;
  }

  .bottom-cta {
    padding-top: 75px;
  }
  .bottom-cta a, .bottom-cta a.button.orange-btn, .bottom-cta a.button.yellow-btn {
    margin: 0 15px 20px;
  }

  .lp-counter-section.lp-counter-new-section .lp-counter-col .counter {
    margin-bottom: 17px;
  }
  .banner-section-new .right-mockup-col::before {
    left: 7px;
    top: 0px;
  }
  .banner-section-new .right-mockup-col::after {
    height: 70%;
    right: -64px;
    top: -30px;
    width: 60%;
  }
  .banner-section-wrap .bottom-img-section img {
    width: 205px;
  }
  .banner-section-wrap .bottom-img-section {
    top: -219px;
  }
  .banner-section-new .right-mockup-col {
    position: relative;
    width: 100%;
  }
  .icon-text-section-new .icon-text h5 {
    font-size: 28px;
    line-height: 32px;
    max-width: 320px;
  }
  .icon-text-section-new .icon-text p {
    font-size: 18px;
    line-height: 26px;
    max-width:320px;
  }
  .icon-text-section-new .icon-text-sec img {
    margin: 0 auto 18px;
    max-width: 44px;
  }
  .icon-text-section-new .bottom-cta {
    padding-top: 75px;
  }
  .icon-text-section-new .icon-text {
    padding: 30px 20px 0px;
  }

  .event-banner-section {
    padding: 40px 0 80px;
  }
  .event-text-with-form-section.absoluite-section {
    margin-top: -40px;
    padding-bottom: 20px;
  }
  .full-with-text-with-logo-section {
    padding: 40px 0;
  }
  .full-with-text-with-logo-content-block {
    margin-bottom: 28px;
  }
  .event-map-with-text-content-block, .event-map-with-text-map-block {
    width: 100%;
  }
  .event-map-with-text-row {
    flex-direction: column;
  }
  .event-map-with-text-map-block iframe {
    max-height: 400px;
  }
  .event-map-with-text-content-block-inner {
    margin: 0 auto;
    max-width: 100%;
    padding: 60px 25px;
  }
  .event-map-with-text-content-address {
    margin-top: 36px;
  }
  .webinar-banner-content-block {
    margin-bottom: 25px;
  }
  .webinar-banner-logo-block {
    margin-bottom: 35px;
  }
  .webinar-banner-content-block h1 {
    margin-bottom: 15px;
  }
  .webinar-banner-time-shae-block .social-list-block ul li a svg {
    height: 16px;
    width: 16px;
  }
  .webinar-banner-time-shae-block .social-list-block {
    margin-top: 7px;
  }
  .webinar-banner-section {
    padding: 40px 0 40px;
  }
  .webinar-available-dates-and-time-content-block-inner ul li {
    padding-left: 35px;
  }
  .webinar-available-dates-and-time-heading-block {
    margin: 0 0 25px;
  }
  .webinar-available-dates-and-time-section {
    padding: 60px 0 50px;
  }
  .webinar-available-dates-and-time-dropdown-button-block {
    flex-direction: column;
  }
  .dropdown-container {
    margin-right: 0;
    width: 100%;
    margin-bottom: 15px;
  }
  .webinar-available-dates-and-time-dropdown-button-block {
    flex-direction: column;
  }
  .webinar-available-dates-and-time-content-block-inner {
    padding: 30px 22px;
  }
  .speakers-three-column-image {
    margin-bottom: 15px;
  }
  .speakers-three-column-image img {
    max-width: 150px;
  }
  .speakers-three-column-item {
    padding: 0;
    width: 100%;
    margin-bottom: 40px;
  }
  .speakers-three-column-info-text h5 span {
    margin-bottom: 6px;
  }
  .speakers-three-column-heading {
    text-align: center;
  }
  .speakers-three-column-item:last-child {
    margin-bottom: 0;
  }
  .speakers-three-column-row {
    align-items: center;
    flex-direction: column;
    margin: 0;
  }

  .event-banner-section.event-banner-section-new .event-banner-img {
    height: 520px;
    max-height: 100%;
    position: static;
    width: 100%;
  }
  .event-banner-section.event-banner-section-new .event-banner-contents {
    padding: 77px 15px 80px;
    width: 100%;
  }
  .event-banner-section.event-banner-section-new .page-center {
    padding: 0;
  }
  .event-map-with-text-row .hs-embed-content-wrapper div {
    padding-bottom: 0 !important;
  }
  .event-map-with-text-content-title {
    margin-bottom: 20px;
  }
  .event-map-with-text-content-block-inner{
    padding: 60px 25px 10px;
  }
  .event-text-with-form-section.register-for-event-section .event-text-with-form-row {
    padding-right: 15px;
  }
  .webinar-banner-section.webinar-banner-new-section {
    padding: 54px 0 40px;
  }
  .webinar-available-dates-and-time-section.webinar-date-time-new-section {
    padding: 60px 0 30px;
  }
  .webinar-date-time-new-section .dropdown-container {
    width: 100%;
  }
  .webinar-date-time-new-section .webinar-available-dates-and-time-dropdown-button-block {
    margin-bottom: 40px;
  }
  .webinar-date-time-new-section .webinar-available-dates-and-time-content-block-inner {
    padding: 50px 30px 50px;
  }
  .webinar-date-time-new-section .dropdown-container .dropdown-menu a, .webinar-date-time-new-section .dropdown-container .dropdown-toggle {
    font-size: 16px;
  }
  .webinar-banner-section.webinar-banner-new-section .webinar-banner-logo-block {
    margin: 0 -8px 35px;
  }
  .full-with-text-with-logo-section.ty-page2-banner.full-with-text-new-section.thank-you-banner {
    padding: 140px 0 90px !important;
  }
  .full-with-text-with-logo-section.ty-page2-content-wrap.ty-text-new-section {
    padding: 70px 0 40px;
  }
  .two-column-zig-zag-section-new.related-resources .two-column-left-image-section,
  .two-column-zig-zag-section-new.related-resources .two-column-right-text-section{
    width: 100%;
  }


  .banner-section-new .banner-row {
    padding-right: 0;
    width: 100%;
    margin-bottom: 40px;
  }
  .banner-section-new .banner-contents h1 {
    font-size: 48px;
    line-height: 55px;
  }
  .banner-section-new {
    margin-top: 80px;
  }
  .banner-section-wrap .banner-bottom-section {
    padding: 60px 0;
  }
  .icon-text-section-new h3 {
    font-size: 32px;
    line-height: 38px;
    margin-bottom: 66px;
    padding:0;
  }
  .icon-text-section-new .icon-text {
    width: 100% !important;
  }
  .banner-section-new .page-center {
    padding: 0 40px;
  }
  .icon-text-section-new .page-center {
    padding: 0;
  }
  .icon-text-section-new-heading {
    padding: 0 40px;
  }

  .three-column-icon-section .three-column-icon-col h3 {
    font-size: 25px;
    line-height: 25px;
    margin-bottom: 25px;
  }
  .three-column-icon-section.lp-3-1-three-col-sec-new .three-column-icon-col {
    padding: 0 20px 20px;
  }
  .three-column-icon-section.lp-3-1-three-col-sec-new {
    padding: 63px 0 17px;
  }  
  .webinar-banner-logo-item img {
    max-width: 170px!important;
  }
  .full-with-text-with-logo-section h2.blank-space {
    display: none;
  }
}

@media(max-width:630px){
  .full-with-text-with-logo-section.field-event-text-logo-section .full-with-text-with-logo-image-block img{
    width:100%;
  }
}

@media(max-width:480px){
  .event-text-with-form-body-inner {
    padding: 40px 25px;
  }
  .event-text-with-form-contents-text p {
    margin-bottom: 12px;
  }
  .event-map-with-text-content-title {
    margin-bottom: 20px;
  }
  .event-map-with-text-content-text p {
    margin-bottom: 12px;
  }
  .event-map-with-text-content-block-inner {
    padding: 40px 15px;
  }
  .webinar-banner-logo-item img {
    display: block;
  }
  .webinar-banner-logo-block {
    align-items: center;
    margin-bottom: 25px;
  }
  .webinar-banner-logo-item {
    flex: none;
    padding: 10px;
    width: 50%;
  }
  .webinar-available-dates-and-time-section {
    padding: 40px 0 40px;
  }
  .list-icon ul li:after {
    height: 15px;
    top: 4px;
    width: 15px;
  }

  .event-banner-section.event-banner-section-new .event-banner-img {
    height: 330px;
  }
  .list-icon ul li:after {
    top: 5px;
  }

  .webinar-date-time-new-section .webinar-available-dates-and-time-content-block-inner {
    padding: 50px 20px;
  }
  .webinar-date-time-new-section .webinar-available-dates-and-time-content-block-inner h2 {
    margin-bottom: 15px;
  }

  .banner-section-new .banner-sec .right-mockup-col img{
    max-width: none !important;
    width: 100%;
  }
  .banner-section-new .right-mockup-col::after {
    right: -150px;
  }
  .banner-section-new .banner-sec .right-mockup-col {
    width: 100%;
  }
  .banner-section-new .right-mockup-col{
    width: 78%;
  }
  .banner-section-new .right-mockup-col:after {
    right: -100px;
    width: 157px;
    top: -30px;
    height: 161px;
  }
  .banner-section-wrap .bottom-img-section img {
    width: 145px;
  }
  .banner-section-wrap .bottom-img-section {
    right: 20px;
    top: -160px;
  }
  .banner-section-new .right-mockup-col:before{
    height: 98%;
    left: 10px;
    top: 10px;
  }
  .banner-section-wrap .bottom-img-section img {
    width: 145px;
  }
  .banner-section-wrap .bottom-img-section {
    top: -131px;
  }
  .only-video-section {
    margin-bottom: 0!important;
    margin-top: 0!important;
    padding: 40px 15px 50px!important;
  }
}