*, *: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 {
  margin: 0 auto;
  padding: 0 20px;
}

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

.dnd-section > .row-fluid, .page-center {
  margin: 0 auto;
  padding:0 20px;
}

.dnd-section .dnd-column {
  padding: 0 20px;
}

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

@media (max-width:1440px) {
  .page-center,
  .dnd-section > .row-fluid, .content-wrapper {
    padding:0 16px;
  }
}
@media (max-width:1023px) {
  .page-center,
  .dnd-section > .row-fluid, .content-wrapper {
    padding:0 24px;
  }
}

.banner-section .dnd-section {
    padding: 0;
}

.banner-section .dnd-section>.row-fluid {
    padding: 00;
}
* {
    -webkit-font-smoothing: antialiased;
}

body {
  line-height: 1.5;
  word-break: break-word;
  background-color: #0B0D0F;
}

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

/* Paragraphs */

p {
  margin: 0 0 2rem;
  line-height:1.8;
}

/* Anchors */

a {
  cursor: pointer;
  text-decoration: none;
  transition: color 0.25s, background-color 0.25s;
}

/* Headings */
h1,
h2,
h3,
h4,
h5,
h6 {
  line-height: 125%;
  margin-bottom: 2rem;
  margin-top:0;
}
h1 {
  margin-bottom: 5rem;
}

/* Lists */

.widget-type-rich_text ul,
.widget-type-rich_text ol {
  line-height: 130%;
  margin-bottom: 0.6666666666666666rem;
  list-style: none;
  padding-left:0;
}
ol {
  margin:0;
}
.widget-type-rich_text ul li:before {
  content: "— ";
  display: inline-block;
  padding-right: 1.3333333333333333rem;
}
.widget-type-rich_text ul li {
  margin-bottom: 0.6666666666666666rem;
}

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

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

/* Code blocks */

code {
  vertical-align: bottom;
}

/* Blockquotes */

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

/* Horizontal rules */

hr {
  background-color: #CCC;
  border: none;
  color: #CCC;
  height: 1px;
}
button,
.button {
  cursor: pointer;
  display: inline-block;
  font-size: 0.92rem;
  text-align: center;
  transition: all 0.15s linear;
  white-space: normal;
}

button:disabled,
.button:disabled {
  background-color: #D0D0D0;
  border-color: #D0D0D0;
  color: #E6E6E6;
}

button:hover,
button:focus,
.button:hover,
.button:focus {
  text-decoration: none;
}

button:active,
.button:active {
  text-decoration: none;
}
/* Form fields */

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

/* Labels */

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

ul.no-list.hs-error-msgs.inputs-list li label {
  color: #ef6b51;
}

/* Help text - legends */

form legend {
  font-size: 0.875rem;
}

/* Inputs */

form input[type=text],
form input[type=email],
form input[type=password],
form input[type=tel],
form input[type=number],
form input[type=file],
form select,
form textarea {
  background-color: #FFF;
  border: 2px solid;
  border-radius: 3px;
  display: inline-block;
  font-size: 0.875rem;
  padding: 0.7rem;
  width: 100%;
}

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

/* Inputs - checkbox/radio */

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

form .inputs-list > li {
  display: block;
  margin: 0.7rem 0;
}

form .inputs-list input,
form .inputs-list span {
  vertical-align: middle;
}

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

/* Inputs - datepicker */

.hs-dateinput {
  position: relative;
}

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

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

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

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

/* Inputs - file picker */

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

/* Headings and text */

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

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

/* GDPR */

.legal-consent-container .hs-form-booleancheckbox-display > span,
.legal-consent-container .hs-form-booleancheckbox-display > span p {
  margin-left: 1rem !important;
}

/* Validation */

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

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

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

/* Submit button */

form input[type=submit],
form .hs-button {
  cursor: pointer;
  display: inline-block;
  font-size: 0.92rem;
  text-align: center;
  transition: all 0.15s linear;
  white-space: normal;
  line-height: 113px;
  min-height: 110px;
}

/* Captcha */

.grecaptcha-badge {
  margin: 0 auto;
}
/* Table */

table {
  border: 1px solid;
  margin-bottom: 1.4rem;
  overflow-wrap: break-word;
}

/* Table Cells */

th,
td {
  border: 1px solid;
  padding: 0.75rem;
  vertical-align: top;
}

/* Table Header */

thead th,
thead td {
  border-bottom: 2px solid;
  vertical-align: bottom;
}
header.header {
  padding-top: 1.6666666666666667rem;
  padding-bottom: 1.6666666666666667rem;
  background-color: #0B0D0F;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 100;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
header .cm-logo svg path {
  mix-blend-mode: difference;
}
header .cm-wrapper {
  display: flex;
  align-items: center;
}

header .cm-toggle {
  display: none;
}

header .main-nav {
  margin-left: auto;
  display: flex;
  justify-content: center;
}

header .submenu {
  margin: 0;
  padding: 0;
  list-style: none;
}

header .main-nav .submenu.level-1 {
  margin-left: -3.33333rem;
  display: flex;
}

header .main-nav .submenu.level-1 > li {
  margin-left: 3.3333333333333335rem;
}

header .main-nav .submenu.level-1 > li > a {
  color: #fff;
  font-size: 1.3333333333333333rem;
  line-height: 100%;
  letter-spacing: 0.5px;
  position: relative;
  font-weight: 300;
  mix-blend-mode: difference;
}

header .cm-logo svg {
  display: block;
  vertical-align: middle;
}

header .main-nav .submenu.level-1 > li > a:after {
  content: '';
  width: 5px;
  height: 5px;
  position: absolute;
  left: 0;
  right: 0;
  margin: 0 auto;
  bottom: -10px;
  background: #FF3366;
  border-radius: 100%;
  display: none;
}

header .main-nav .submenu.level-1 > li > a:hover:after, header .main-nav .submenu.level-1 > li > a:focus:after {
  display: inline-block;
}

header .main-nav .submenu.level-1 > li > a:hover, header .main-nav .submenu.level-1 > li > a:focus {
  color: #FF3366;
}
.head-wrap {
  min-height:90px;
}
.is-scrolled header.header {
  -webkit-transform: translateY(-80px);
  -ms-transform: translateY(-80px);
  transform: translateY(-80px);
}
.head-wrap-embrace header.header {
  background-color: #000;
}
.head-wrap-embrace header .main-nav .submenu.level-1>li>a.active-item {
  color: #fff;
}
.head-wrap-embrace {
  min-height: 6.666666666666667rem;
  background-color: #000;
}
.head-wrap-embrace header .main-nav .submenu.level-1>li>a {
  padding-left: 10px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-transition: all 0.6s cubic-bezier(0.77, 0, 0.175, 1);
  transition: all 0.6s cubic-bezier(0.77, 0, 0.175, 1);
  font-size: 20px;
}
.head-wrap-embrace header .main-nav .submenu.level-1>li>a:before {
  content: '';
  display: inline-block;
  width: 10px;
  height: 10px;
  -webkit-transform: scale(0.5);
  -ms-transform: scale(0.5);
  transform: scale(0.5);
  background: rgba(255,255,255,0.5);
  border-radius: 100%;
  vertical-align: middle;
  margin-right: 5px;
  -webkit-transition: all 0.6s cubic-bezier(0.77, 0, 0.175, 1);
  transition: all 0.6s cubic-bezier(0.77, 0, 0.175, 1);
}
.head-wrap-embrace header .main-nav .submenu.level-1>li>a:after {
  display: none !important;
}
.head-wrap-embrace header .main-nav .submenu.level-1>li>a:hover, .head-wrap-embrace header .main-nav .submenu.level-1>li>a:focus {
  color: #fff;
}
.head-wrap-embrace header .main-nav .submenu.level-1>li>a:hover:before, .head-wrap-embrace header .main-nav .submenu.level-1>li>a:focus:before {
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
  background: rgba(255,255,255,0.5);
}
.head-wrap-embrace header .main-nav .submenu.level-1>li>a.is-active:before {
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
  background: #fff;
}
header .main-nav .submenu.level-1>li>a.active-item:after {
  display: inline-block;
  content: '';
  width: 5px;
  height: 5px;
  position: absolute;
  left: 0;
  right: 0;
  margin: 0 auto;
  bottom: -10px;
  background: #FF3366;
  border-radius: 100%;
}



@media (max-width:1440px) {
  .head-wrap {
    min-height:80px;
  }
}
@media (max-width:900px) {
  .head-wrap-embrace header .main-nav .submenu.level-1>li>a {
    font-size: 15px;
  }
}
@media (min-width:768px) {
  .mobile-menu {
    display:none !important;
  }
  header .submenu.level-2 {
    min-width: 160px;
    background-color: #000;
    border-radius: 1px;
    box-shadow: 0 0 4px 0 rgb(0 0 0 / 10%);
    -webkit-transition: .3s;
    transition: .3s;
    position: absolute;
    left: 0;
    right: auto;
    opacity: 0;
    z-index: -1;
    display: none;
  }
  header .main-nav .submenu.level-1>li.has-submenu {
    position: relative;
  }
  header .submenu.level-1>li:hover .submenu.level-2 {
    display: block;
    top: auto;
    opacity: 1;
    z-index: 1;
    visibility: visible
  }
  header .submenu.level-2 li a {
    display: block;
    padding: 10px;
  }

}
@media (max-width:767px) {
  .head-wrap {
    min-height:72px;
  }
  header .main-nav {
    display: none !important;
  }
  header .cm-logo svg {
    width: 8.666666666666666rem;
    height: 40px;
  }
  header .cm-toggle {
    display: block;
    margin-left: auto;

  }
  header .cm-toggle .toggle-btn {
    display: block;
    margin-left: auto;
    margin-right: auto;
    position: relative;
    z-index: 99;
    cursor: pointer;
  } 
  header .cm-toggle svg {
    display: block;
    vertical-align: middle;
  }
  header .cm-logo {
    display: flex;
    align-content: center;
  }
  header.header {
    padding-top: 1.3333333333333333rem;
    padding-bottom: 1.3333333333333333rem;
  }
  body.menu-open {
    overflow: hidden;
  }
  .menu-open  header.header {
    -webkit-transform: translateY(0) !important;
    -ms-transform: translateY(0) !important;
    transform: translateY(0) !important;
  }
  .mobile-menu {
    position: fixed;
    width: 100%;
    height: 100%;
    z-index: 30;
    top: 110%;
    left: 0;
    padding-top: 5.33333rem;
    transition: all 0.25s linear;
    background-color: #0b0d0f;
  }
  .menu-open .mobile-menu {
    top: 0px;
  }
  .mobile-menu .cm-wrapper {
    height: 100%;
    width: 100%;
    overflow-y: auto;
    background-color: #0B0D0F;
    color: #fff;
  }
  .mobile-menu .page-center {
    padding: 0 24px;
    height: 100%;
    display: flex;
  }
  .mobile-menu .page-center .inner-wrap {
    margin-bottom: auto;
    margin-top: auto;
    width: 100%;
  }
  .mobile-menu .submenu {
    margin: 0;
    padding: 0;
    list-style: none;
  }
  .mobile-menu .submenu.level-1 {
    padding-top: 5rem;
    padding-bottom: 5rem;
  }
  .mobile-menu .submenu.level-1 > li {
    margin-bottom: 1rem;
  }
  .mobile-menu .submenu.level-1 > li > a {
    font-size: 4rem;
    font-weight: 200;
    line-height: 125%;
    margin-bottom: 2rem;
    color: #fff;
  }
  .mobile-menu .submenu.level-1>li>a:hover, .mobile-menu .submenu.level-1>li>a:focus {
    color: #FF3366;
  }
  .menu-open header .cm-toggle svg .burger-icon__1 {
    transform: matrix(0.7071, 0.7071, -0.7071, 0.7071, 15.3458, -5.41966);
  }
  .menu-open header .cm-toggle svg .burger-icon__2 {
    transform: matrix(0.7071, -0.7071, 0.7071, 0.7071, -10.11, 14.9638);
  } 
  .mobile-menu .submenu.level-2>li>a {
    font-size: 3rem;
    font-weight: 200;
    line-height: 125%;
    margin-bottom: 2rem;
    color: #fff;
    padding-left: 1.5rem;
  }
  .mobile-menu .submenu.level-2 {
    display:none;
  }
  .menu-arrow {
    position: absolute;
    right: 0px;
    top: 7px;
    width: 30px;
    height: 47.19px;
    z-index: 9;
    color: #fff;
    cursor: pointer;
  }
  .menu-arrow-bg:before {
    content: "";
    height: 30px;
    border-left: 1px solid;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%);
  }
  .menu-arrow-bg:after {
    content: "";
    width: 30px;
    border-top: 1px solid;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%)
  }
  .mobile-menu .submenu.level-1>li.has-submenu {
    position: relative;
  }
  .child-open .menu-arrow-bg:before {
    display: none
  }
  .mobile-menu .submenu.level-2>li>a:hover, .mobile-menu .submenu.level-2>li>a:focus {
    color:#ff3366;
  }
}
@media (max-width:639px) {
  header.header {
    height: 5.333333333333333rem;
  }
  .head-wrap {
    min-height:64px;
  }
}
@media (max-width:374px) {
  .cm-embrace.mobile-menu .submenu.level-1>li>a {
    font-size: 3rem;
  }
}
footer.footer {
  padding-top: 130px;
  padding-bottom: 40px;
  background-color: #2B2D2F;
}
footer .cm-copyright {
  margin-top: 102px;
  width: 100%;
}
footer .cm-bottom .inner-wrap {
  flex-wrap: wrap;
  display: flex;
}
footer .cm-bottom .cm-col {
  width: 33.333333%;
}
footer .cm-copyright p {
  color: #9B9D9F;
  font-size: 13px;
  line-height: 140%;
}
footer .cm-copyright ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: inline-block;
  transform: translateY(-2px);
}
footer .cm-copyright div > span {
  display: flex;
}
footer .cm-copyright ul li {
  margin-left: 24px;
  display: inline-block;
}
footer .cm-copyright a {
  font-size: 13px;
  color: #9B9D9F;
  text-decoration: none;
}
footer .cm-copyright a:hover, footer .cm-copyright a:focus {
  color: #FF3366;
  text-decoration: underline;
}
footer .cm-bottom {
  border-top: 1px solid rgba(155,157,159,0.2);
  padding-top: 40px;
}

footer .cm-bottom h6, footer .cm-bottom .form-title {
  color: #bbbdbf;
  font-size: 1rem;
  font-weight: 500;
  line-height: 130%;
  margin-bottom: 2rem;
  text-transform: uppercase;
  font-family: Montserrat, sans-serif;
  background: transparent;
}
footer .cm-bottom .cm-social p {
  margin-bottom: 0;
}

footer .cm-bottom .cm-social a {
  color: #fff;
  font-size: 1.3333333333333333rem;
  line-height: 180%;
  font-weight: 300;
}

footer .cm-bottom .cm-social a:hover, footer .cm-bottom .cm-social a:focus {
  color: #FF3366;
}

footer .hs-menu-wrapper > ul > li {
  width: 50%;
}

footer .hs-menu-wrapper>ul>li>a, 
.cm-menu p{
  color: #fff;
  font-weight: 600;
  font-size: 1.3333333333333333rem;
  line-height: 180%;
  display: block;
  margin-bottom: 10px;
}

footer .cm-bottom .hs-menu-wrapper .hs-menu-children-wrapper {
  position: static;
  opacity: 1;
  visibility: visible;
  display: block;
  left: unset;
}

.location-menu ul li:before {
  display: none;
}

.cm-menu .w-1_2 {
  width: 50%;
}

.location-menu ul li {
  margin-bottom: 0;
}

.location-menu ul {
  position: static;
  opacity: 1;
  visibility: visible;
  display: block;
  left: unset;
  list-style: none;
  padding-left: 0;
  padding-right: 0;
  margin: 0;
}

.location-menu ul li a,
footer .cm-bottom .hs-menu-wrapper .hs-menu-children-wrapper li a {
  color: #fff;
  font-size: 1.3333333333333333rem;
  line-height: 180%;
  font-weight: 300;
}

footer .cm-bottom .hs-menu-wrapper .hs-menu-children-wrapper li a:hover, footer .cm-bottom .hs-menu-wrapper .hs-menu-children-wrapper li a:focus {
  color: #FF3366;
}
footer .cm-top {
  margin-bottom: 12rem;
}

footer .cm-top .inner-wrap {
  position: relative;
}

footer .cm-top .contact-cta-btn {
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
}

footer .cm-top .cm-top-wrapper {
  display: flex;
  flex-wrap: wrap;
}

footer .cm-top .cm-left {
  width: 75%;
}

footer .cm-top .cm-right {
  width: 25%;
  text-align: right;
}

footer .cm-top {
  margin-bottom: 12rem;
}

footer .cm-top .inner-wrap {
  position: relative;
}

footer .cm-top .contact-cta-btn {
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
}

footer .cm-top .cm-top-wrapper {
  display: flex;
  flex-wrap: wrap;
}

footer .cm-top .cm-left {
  width: 75%;
}

footer .cm-top .cm-right {
  width: 25%;
  text-align: right;
}

footer .cm-top .cm-left h6 {
  -webkit-transition: color 0.25s ease;
  transition: color 0.25s ease;
  margin-bottom: 4rem;
  color: #fff;
  font-size: 4rem;
  font-weight: 200;
  line-height: 125%;
  font-family: Montserrat, sans-serif;
}
footer .cm-top .contact-cta-btn:hover+.cm-top-wrapper .cm-left h6 {
  color: #FF3366;
}
footer .cm-top .contact-cta-btn:hover+.cm-top-wrapper .cm-right a {
  color: #fff;
}

footer form {
  background: transparent;
  position: relative;
}

footer form .hs-input {
  background: transparent !important;
  width: 100%;
  border: 0;
  border-bottom: 1px solid rgba(155,157,159,0.5) !important;
  padding: 10px 65px 10px 0px;
  color: rgba(255,51,102,0.5) !important;
  outline: none;
  font-size: 1.3333333333333333rem;
  -webkit-appearance: none;
  -webkit-border-radius: 0px;
  border-radius: 0px;
  line-height: 1.5;
}

footer form .hs-button {
  background: transparent !important;
  font-size: 0;
  width: 60px;
  height: 27px;
  position:absolute;
  right:0;
  top:7px;
}


footer input[type="email"]::placeholder {
  color:rgba(155,157,159,0.5);
}
footer input:-ms-input-placeholder {
  color:rgba(155, 157, 159, 0.5) !important;
}



footer .hs-error-msg, footer .hs-main-font-element {
  background-color: #FF3366;
  font-weight: normal;
  margin: 0 0 1em 0;
  padding: 5px 10px;
  z-index: 1;
  color: #fff !important;
  font-size: 15px;
}
footer form .hs-input.invalid.error {
  border-color: #6B0505;
}
footer .hs-error-msgs li {
  margin: 0;
}
footer .cm-copyright .widget-type-rich_text ul li:before {
  display: none;
}
footer .cm-copyright ul {
  line-height: 1.5;
}
footer .cm-copyright ul li {
  margin-bottom:0;
}
footer form .actions:before {
  content: '';
  background-image: url("data:image/svg+xml,%3Csvg width='60' height='27' viewBox='0 0 60 27' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M56.8262 21.1304C58.2069 21.1304 59.3262 22.2497 59.3262 23.6304C59.3262 25.0111 58.2069 26.1304 56.8262 26.1304C55.4455 26.1304 54.3262 25.0111 54.3262 23.6304C54.3262 22.2497 55.4455 21.1304 56.8262 21.1304Z' fill='%23FF3366'%3E%3C/path%3E%3Cpath d='M6.74334 15.7213C6.13633 15.5423 5.53424 15.4397 4.93708 15.4133C4.34957 15.3844 3.84814 15.4256 3.4328 15.5369C2.96915 15.6611 2.62539 15.8463 2.40152 16.0926C2.17765 16.339 2.10713 16.6167 2.18995 16.9258C2.26501 17.2059 2.42018 17.418 2.65547 17.562C2.89783 17.6937 3.17589 17.7849 3.48966 17.8354C3.81049 17.8736 4.23663 17.8992 4.76808 17.9121C5.50824 17.9312 6.12283 17.984 6.61185 18.0704C7.11052 18.1542 7.56747 18.3526 7.98268 18.6658C8.39789 18.979 8.6922 19.4593 8.86561 20.1065C9.03126 20.7247 9.00716 21.3108 8.79332 21.865C8.58655 22.407 8.22091 22.8778 7.6964 23.2771C7.18155 23.6739 6.54741 23.9732 5.79399 24.1751C5.00193 24.3873 4.19037 24.4494 3.3593 24.3615C2.52564 24.2639 1.7627 24.044 1.07046 23.7015L1.43926 21.8323C2.07802 22.1685 2.75239 22.3864 3.46237 22.486C4.17235 22.5856 4.80263 22.5617 5.35321 22.4142C5.89413 22.2692 6.29196 22.0538 6.5467 21.7682C6.79886 21.4728 6.87706 21.1466 6.78129 20.7892C6.70365 20.4994 6.54364 20.2886 6.30128 20.1569C6.06599 20.0129 5.78793 19.9216 5.46709 19.8834C5.14626 19.8451 4.71529 19.8209 4.17418 19.8106C3.43402 19.7915 2.82073 19.7436 2.3343 19.6669C1.84787 19.5902 1.39834 19.4001 0.985722 19.0965C0.570512 18.7833 0.277491 18.3079 0.106671 17.6704C-0.0512087 17.0812 -0.0338347 16.5278 0.158793 16.0103C0.358492 15.4805 0.710932 15.0187 1.21613 14.6245C1.73098 14.2277 2.36511 13.9284 3.11854 13.7265C3.77537 13.5505 4.44842 13.4737 5.13769 13.4961C5.83663 13.5158 6.48123 13.6227 7.07151 13.8165L6.74334 15.7213ZM8.76742 12.3837L10.7089 11.8635L13.4265 22.0056L11.485 22.5259L8.76742 12.3837ZM21.445 14.4531L23.1401 13.9988L24.1728 17.8528C23.7477 18.3912 23.2065 18.8831 22.5494 19.3283C21.8897 19.7639 21.2121 20.0749 20.5166 20.2612C19.5217 20.5278 18.5516 20.5392 17.6063 20.2955C16.6707 20.0493 15.8601 19.5937 15.1746 18.9284C14.4865 18.2535 14.013 17.433 13.7542 16.4671C13.4954 15.5012 13.5026 14.5624 13.7759 13.6506C14.0467 12.7291 14.5366 11.9301 15.2456 11.2535C15.9617 10.5647 16.8269 10.0844 17.8411 9.81265C18.5656 9.61855 19.3153 9.55735 20.0903 9.62925C20.8653 9.70115 21.5696 9.89545 22.2032 10.2123L21.4864 11.9418C21.0017 11.6782 20.4762 11.5136 19.9099 11.448C19.3532 11.3797 18.8189 11.4142 18.307 11.5513C17.6695 11.7222 17.1217 12.0346 16.6636 12.4886C16.2126 12.9304 15.9037 13.4583 15.7369 14.0724C15.5702 14.6865 15.5709 15.3075 15.7392 15.9353C15.91 16.5728 16.2211 17.1157 16.6726 17.5641C17.1337 18.01 17.6713 18.3163 18.2854 18.483C18.8994 18.6498 19.5301 18.6465 20.1772 18.473C20.525 18.3799 20.8729 18.2298 21.2212 18.0226C21.5765 17.8032 21.9008 17.5453 22.1942 17.2493L21.445 14.4531ZM31.091 6.40211L32.9745 5.89741L35.6921 16.0396L33.852 16.5326L26.7648 10.9467L28.636 17.9303L26.738 18.4389L24.0204 8.29666L25.8605 7.80361L32.9661 13.4003L31.091 6.40211ZM42.3713 9.77755C42.5861 10.5793 42.9813 11.1464 43.557 11.4787C44.1326 11.811 44.802 11.875 45.565 11.6705C46.3281 11.466 46.8662 11.0786 47.1792 10.5081C47.5019 9.93505 47.5558 9.24765 47.341 8.44593L45.7415 2.47651L47.683 1.95628L49.2825 7.9257C49.518 8.8047 49.5451 9.62045 49.3637 10.3731C49.1797 11.1161 48.8011 11.7507 48.2277 12.277C47.6641 12.8007 46.9331 13.183 46.0348 13.4237C45.1268 13.6669 44.2882 13.7053 43.5189 13.5388C42.7592 13.3696 42.114 13.0093 41.5832 12.4579C41.0498 11.8969 40.6653 11.1768 40.4298 10.2978L38.8303 4.32836L40.7718 3.80813L42.3713 9.77755ZM54.1285 0.229211C55.4035 -0.112429 56.4703 -0.0721574 57.3288 0.350031C58.197 0.769621 58.7799 1.53483 59.0776 2.64564C59.3882 3.80475 59.2776 4.80236 58.7459 5.63847C58.2212 6.46233 57.3214 7.04508 56.0464 7.38672L53.8296 7.98071L54.6293 10.9655L52.6878 11.4857L49.9702 1.34343L54.1285 0.229211ZM55.4868 5.70421C56.2209 5.50751 56.7385 5.19801 57.0394 4.77573C57.35 4.35086 57.4212 3.8245 57.253 3.19665C57.0874 2.57845 56.7651 2.16787 56.2863 1.96489C55.8171 1.75932 55.2154 1.75489 54.4813 1.95159L52.3659 2.5184L53.3715 6.27102L55.4868 5.70421Z' fill='%23FF3366'%3E%3C/path%3E%3C/svg%3E");
  display: block;
  width: 60px;
  height: 27px;
  position:absolute;
  right:0;
  top:7px;
}

.cm-menu p,
footer .hs-menu-wrapper>ul>li>a {
  pointer-events: none;
}
footer.footer.lp {
  padding-top: 2rem;
}
footer.lp .cm-copyright {
  margin-top: 0;
}
footer.lp .cm-bottom {
  border: 0;
}

footer.footer .max-w-wide {
  padding-left: 2rem;
  padding-right: 2rem;
}

@media (min-width:1024px) {
  footer.footer .max-w-wide {
    padding-left: 1.3333333333333333rem;
    padding-right: 1.3333333333333333rem;
  }
}

@media (max-width:1440px) {
  footer.footer {
    padding-bottom: 32px;
    padding-top:104px;
  }
  footer .cm-copyright ul {
    transform: none;
  }
  footer .cm-copyright ul li {
    margin-left: 19px;
  }
  footer .cm-copyright {
    margin-top: 80px;
  }
  .cm-menu p,
  footer .hs-menu-wrapper>ul>li>a {
    margin-bottom: 8px;
  }
  footer .cm-bottom {
    padding-top: 32px;
  }
  footer .hs-error-msg, footer .hs-main-font-element {
    font-size:12px;
  }
}
@media (max-width:1023px) {
  footer.footer {
    padding-bottom: 31px;
  }
}
@media (max-width:767px) {
  footer .cm-copyright p {
    margin-bottom: 0;
  }
  footer.footer {
    padding-bottom: 32px;
  }
  footer .cm-bottom .cm-col {
    width: 100%;
  }
  footer .cm-copyright {
    margin-top: 79px;
  }
  footer .cm-bottom .cm-social {
    border-top: 1px solid rgba(155,157,159,0.2);
    margin-top: 2.6666666666666665rem;
    padding-top: 1.3333333333333333rem;
    margin-bottom: 2.6666666666666665rem;
  }
  footer .cm-bottom .cm-social p {
    width: 49%;
    display: inline-block;
  }
  footer .cm-bottom .hs-menu-wrapper> ul {
    flex-direction: row;
  }
  footer .cm-bottom {
    padding-top: 1.3333333333333333rem;
  }
  footer .cm-top {
    margin-bottom: 5.333333333333333rem;
  }
  footer .cm-top .cm-left, footer .cm-top .cm-right {
    width: 100%;
    text-align: left;
  }
}
@media (max-width:640px) {
  footer .cm-copyright ul li {
    margin-left: 3px;
  }
}

@media (max-width:520px) {
  footer .cm-top .cm-left h6 {
    font-size: 28px;
    margin-bottom: 25px;
  }
  footer .cm-copyright p {
    display:inline-block;
  }
  footer .cm-copyright div>span {
    display:block;
  }
  footer .cm-copyright ul li {
    padding-left: 0;
    font-size: 0;
    margin-bottom:0;
  }
  footer .cm-copyright {
    font-size: 0;
  }
}
@media (max-width:424px) {
  footer .cm-copyright ul li {
    margin-left:0;
  }
}
/* Menu and simple menu */

.hs-menu-wrapper ul {
  display: flex;
  flex-wrap: wrap;
  list-style: none;
  margin: 0;
  padding-left: 0;
}

/* Horizontal menu */

.hs-menu-wrapper.hs-menu-flow-horizontal .hs-menu-children-wrapper {
  flex-direction: column;
}

@media (max-width: 767px) {
  .hs-menu-wrapper.hs-menu-flow-horizontal ul {
    flex-direction: column;
  }
}

/* Vertical menu */

.hs-menu-wrapper.hs-menu-flow-vertical ul {
  flex-direction: column;
}

/* Flyouts */

.hs-menu-wrapper.hs-menu-flow-vertical.flyouts ul {
  display: inline-flex;
}

@media (max-width: 767px) {
  .hs-menu-wrapper.hs-menu-flow-vertical ul {
    display: flex;
  }
}

.hs-menu-wrapper.flyouts .hs-item-has-children {
  position: relative;
}

.hs-menu-wrapper.flyouts .hs-menu-children-wrapper {
  left: -9999px;
  opacity: 0;
  position: absolute;
}

.hs-menu-wrapper.flyouts .hs-menu-children-wrapper a {
  display: block;
  white-space: nowrap;
}

.hs-menu-wrapper.hs-menu-flow-horizontal.flyouts .hs-item-has-children:hover > .hs-menu-children-wrapper {
  left: 0;
  opacity: 1;
  top: 100%;
}

.hs-menu-wrapper.hs-menu-flow-vertical.flyouts .hs-item-has-children:hover > .hs-menu-children-wrapper {
  left: 100%;
  opacity: 1;
  top: 0;
}

@media (max-width: 767px) {
  .hs-menu-wrapper.flyouts .hs-menu-children-wrapper,
  .hs-menu-wrapper.hs-menu-flow-horizontal.flyouts .hs-item-has-children:hover > .hs-menu-children-wrapper,
  .hs-menu-wrapper.hs-menu-flow-vertical.flyouts .hs-item-has-children:hover > .hs-menu-children-wrapper {
    left: 0;
    opacity: 1;
    position: relative;
    top: auto;
  }
}
.row-fluid [class*="force-full-width-section"], .row-fluid [class*="force-full-width-section"] .dnd-column, .row-fluid [class*="force-full-width-section"] .row-fluid {
  padding:0;
  max-width:100%;
}
.full-width-row1 .dnd-section>.row-fluid {
  max-width: 61.333333333333336rem;
  margin-top: -6.66667rem;
}
.full-width-row1 .dnd-section {
  padding-top: 5rem;
  padding-bottom: 8.666666666666666rem;
}
.full-width-row1 h4 {
  font-size: 1rem;
}
.full-width-row1 .widget-type-rich_text p:last-child {
  margin-bottom: 4rem;
}
.full-width-row1 .widget-type-rich_text a {
  border-bottom: 2px solid #FF3366;
}
.full-width-row1 h3 {
  margin-bottom: 2rem;
  margin-top: 2rem;
  font-size: 1.6rem;
  font-weight: 300;
  line-height: 160%;
}
.corporate-layout .cm-banner .cm-container, .team-layout .cm-banner .cm-container {
  padding-top: 14.666666666666666rem;
  padding-bottom: 0;
}
.corporate-layout .cm-banner h1, .team-layout .cm-banner h1 {
  margin-top: 2.6666666666666665rem;
  font-weight: 200;
  line-height: 125%;
  margin-bottom: 2rem;
}
.corporate-layout .cm-banner .cm-text, .team-layout .cm-banner .cm-text {
  font-weight: 500;
  line-height: 130%;
  text-transform: uppercase;
}
.cm-tabber .tabcontent-wrapper ul .cm-content:after {
  content: url(https://19517891.fs1.hubspotusercontent-na2.net/hubfs/19517891/raw_assets/public/GrowthOps_December2021/images/download-icon.svg);
}
.cm-team .teamnav li a.active:before, .cm-team .cm-mobile .teamnav li a:before {
  background-image: url(https://19517891.fs1.hubspotusercontent-na2.net/hubfs/19517891/raw_assets/public/GrowthOps_December2021/images/plus-icon.svg);
}
.research-layout .cm-banner .cm-container {
  max-width: 97.33333333333333rem;
  padding-top: 14.666666666666666rem;
  padding-bottom: 14.666666666666666rem;
}
.research-layout .cm-banner .cm-text {
  color: #0AA598;
  text-transform: uppercase;
  font-size: 1rem;
  font-weight: 500;
  line-height: 130%;
  margin-bottom: 2rem;
}
.research-layout .cm-banner h1 {
  color: #0AA598;
  padding-right: 13.333333333333334rem;
  font-size: 4.133333333333334rem;
  font-weight: 300;
  line-height: 125%;
  margin-bottom: 0;
}
.research-row1 .dnd-section {
  padding-top: 0;
  padding-bottom: 9.666666666666666rem;
}
.research-row1 .dnd-section .dnd-column {
  padding: 0;
}
.research-row1 img.hs-image-widget {
  position: relative;
  top: -100px;
  display: block;
  vertical-align: middle;
  max-width: 100%;
  height: auto;
}
.research-row1 .span4 {
  width: 33.333333%;
  margin: 0;
  padding-right: 4.666666666666667rem;
}
.research-row1 .span4 p {
  font-size: 25px;
  font-weight: 300;
  line-height: 180%;
  font-style: normal;
  margin-bottom: 0px;
  color: #0B0D0F;
}
.research-row1 svg {
  display: block;
  vertical-align: middle;
  margin-bottom: 2.6666666666666665rem;
}
.research-row3 .dnd-section>.row-fluid {
  max-width: 61.333333333333336rem;
  padding: 0;
}
.research-row3 .dnd-section {
  padding-top: 6.666666666666667rem;
  padding-bottom: 6.666666666666667rem;
}
.research-row3 .widget-type-rich_text h6 {
  font-size: 1rem;
  font-weight: 500;
  line-height: 130%;
  margin-bottom: 2rem;
  text-transform: uppercase;
}
.research-row3 .widget-type-rich_text h2 {
  font-weight: 200;
  font-size: 50px;
  line-height: 125%;
  color: #0AA598;
}
.research-row3 .widget-type-rich_text h2 i {
  font-weight: 300;
}
.research-row3 .widget-type-rich_text h2:last-child {
  margin-bottom: 0;
}
.research-row4 .dnd-section {
  padding-top: 6.666666666666667rem;
  padding-bottom: 3.3333333333333335rem;
}
.research-row4 .dnd-section .dnd-column {
  padding: 0;
}
.research-row4 h1 {
  font-style: normal;
  font-weight: 200;
  font-size: 60px;
  line-height: 125%;
  margin-bottom: 4rem;
  padding-bottom: 8.333333333333334rem;
}
.research-row4  hr {
  background: transparent;
  height: auto;
}
.research-row4  .span9 {
  width: 80%;
  margin: 0;
  float:left;
}
.research-row4 .span3 {
  width: 20%;
  text-align: right;
  margin: 0;
  float:left;
}
.research-row4 a.cta_button.cm-contact {
  width: 126px;
  height: 126px;
  line-height: 123px;
  margin-top: 1.3333333333333333rem;
}
.services-hero .cm-video .cm-video-wrapper:before {
  content: url(https://19517891.fs1.hubspotusercontent-na2.net/hubfs/19517891/raw_assets/public/GrowthOps_December2021/images/play-icon.png);
}
.cm-service-style .dnd-section, .services-row6 .dnd-section {
  padding-top: 0;
  padding-bottom: 6rem;
}
.services-layout .dnd-section .dnd-column {
  padding: 0;
}
.cm-service-style hr, .services-row6 hr {
  height: auto;
  background: transparent;
  margin-bottom: 6rem !important;
}
.cm-service-style .widget-type-rich_text h1, .services-row6 .widget-type-rich_text h1 {
  font-size: 6.133333333333334rem;
  font-weight: 200;
  line-height: 1;
  margin-bottom: 4rem;
}
.services-row1 .span6, .services-row2 .widget-type-rich_text, .services-row3 .widget-type-rich_text, .services-row4 .widget-type-rich_text, .services-row4 .widget-type-rich_text,
.services-row5 .span6, .services-row6 .widget-type-rich_text {
  width: 50%;
  margin: 0;
}
.services-row1 .span6:last-child, .services-row5 .span6:last-child {
  padding-left: 13.333333333333334rem;
}
.cm-service-style .widget-type-rich_text p, .services-row6 .widget-type-rich_text p {
  font-size: 1.3333333333333333rem;
  font-weight: 300;
  line-height: 180%;
}
.cm-service-style h6, .services-row6 h6 {
  font-size: 1rem;
  font-weight: 500;
  line-height: 130%;
  margin-bottom: 2rem;
  text-transform: uppercase;
}
.cm-service-style .widget-type-rich_text ul {
  list-style: none;
  margin: 0;
  padding: 0;
  font-size: 1.3333333333333333rem;
  font-weight: 300;
  line-height: 180%;
  width: 66.666667%;
  margin-bottom: 2rem;
}
.cm-service-style .widget-type-rich_text ul li {
  margin-bottom: 1.3333333333333333rem;
}
.cm-service-style .widget-type-rich_text ul li:before {
  display: none;
}
.services-row1 .span6:last-child h2, .services-row5 .span6:last-child h2 {
  max-width: 32rem;
  font-weight: 400;
  font-size: 1.3333333333333333rem;
  line-height: 180%;
  margin-top: 1.3333333333333333rem;
  margin-bottom: 2.6666666666666665rem;
}
.services-layout img {
  display: block;
  vertical-align: middle;
}
.services-row1 .ad-button-wrapper .new-normal-button:before, .services-row5 .ad-button-wrapper .new-normal-button:before {
  width: 36px;
  height: 36px;
  margin-left: 0;
}
.services-row1 .ad-button-wrapper .new-normal-button, .services-row5 .ad-button-wrapper .new-normal-button {
  line-height: 23px;
  font-size: 1.3333333333333333rem;
  font-weight: 300;
  margin-left: 0;
}
.services-row1 .ad-button-wrapper .new-normal-button:before, .services-row5 .ad-button-wrapper .new-normal-button:before {
  position: static;
  display: inline-block;
  vertical-align: middle;
  margin-right: 15px;
}
.services-row1 .ad-button-wrapper .new-normal-button, .services-row5 .ad-button-wrapper .new-normal-button {
  margin-right: 6.666666666666667rem;
}
.services-row6 ul {
  list-style: none;
  margin: 0;
  padding: 0;
  line-height: 130%;
  margin-bottom: 0.6666666666666666rem;
  font-size: 1.3333333333333333rem;
  font-weight: 300;
  padding-left: 2.6666666666666665rem;
}
.services-row6 h6+ul {
  margin-bottom: 4rem;
}
.services-row6 ul li {
  margin-bottom: 0.6666666666666666rem;
}
.services-row6 ul li:before {
  margin-left: -2.66667rem;
}
.services-row6 h5 {
  margin-top: 2rem;
  text-transform: uppercase;
  font-size: 1.6rem;
  font-weight: 300;
  line-height: 160%;
  margin-bottom: 2rem;
}
.services-row6 ul:last-child {
  padding-bottom: 2rem;
  margin-bottom: 0;
}
.services-row6 h5+ul {
  padding-left: 0;
}
.services-row6 h5+ul li:before {
  margin-left: 0;
}
.home-row3 .dnd-section {
  padding-top: 0;
  padding-bottom: 0;
}
.home-row3  .dnd-section>.row-fluid {
  padding: 0;
}
.home-row3 #worklisting_wrapper > .items-center {
  display: none;
}
.cm-services .cm-accordion .list-item h4:after {
  background-image: url(https://19517891.fs1.hubspotusercontent-na2.net/hubfs/19517891/raw_assets/public/GrowthOps_December2021/images/accordion-icon.svg);
}
.home-row3 .hs-button {
  border-radius: 100%;
  background: white;
  width: 110px;
  height: 110px;
  text-align: center;
  line-height: 113px;
  letter-spacing: 0.5px;
  font-size: 12px;
  text-transform: uppercase;
  color: #0B0D0F;
  font-weight: 700;
  display: inline-block;
  -webkit-transition: background 0.25s;
  transition: background 0.25s;
  margin-right: 1.3333333333333333rem;
  margin-bottom: 11.333333333333334rem;
}
.home-row3 .hs-button:hover, .home-row3 .hs-button:focus {
  background: #FF3366;
}
.is-scrollup  header.header {
  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
}
.is-scrolled  .head-wrap-embrace header {
  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
}
.embrace-row2 .dnd-section {
  padding-top: 6.666666666666667rem;
  padding-bottom: 6.666666666666667rem;
}

.embrace-row2 .dnd-section .dnd-column {
  padding: 0;
}

.embrace-row2 h3 {
  font-size: 3.875rem;
  font-style: normal;
  font-weight: 300;
}

.embrace-row2 h5 {
  font-size: 25px;
  font-weight: 300;
  line-height: 160%;
}

.embrace-row2 p {
  font-size: 16.69px;
  line-height: 150%;
  font-style: normal;
  font-weight: 300;
}

.embrace-row2 .ad-button-wrapper .new-normal-button {
  color: #fff;
  font-size:20px;
}

.embrace-row2 .ad-button-wrapper .new-normal-button:before {
  background: #fff;
}

.embrace-row2 .ad-button-wrapper .new-normal-button:hover, .embrace-row2 .ad-button-wrapper .new-normal-button:focus {
  color: #FF3366;
}

.embrace-row2 .ad-button-wrapper .new-normal-button:hover:before, .embrace-row2 .ad-button-wrapper .new-normal-button:focus:before {
  background: #FF3366;
}
.services-row7 .dnd-section {
  padding-top: 6rem;
  padding-bottom: 9.666666666666666rem;
}
.services-row7 .client-logo-wrapper .mt-80 {
  margin-top: 5.333333333333333rem;
}
.embrace-layout {
  overflow-x: hidden;
}
.embrace-row5 .dnd-section {
  padding-top: 6.666666666666667rem;
  padding-bottom: 6.666666666666667rem;
}

.embrace-row5 .span4 h3 {
  color: rgba(43,45,47,0.5);
  font-size: 3.875rem;
  font-style: normal;
  font-weight: 300;
  line-height: 125%;
  margin-bottom: 2rem;
}

.embrace-row5 .dnd-section>.row-fluid {
  margin-top: 1.3333333333333333rem;
}

.embrace-row5 .dnd-section .dnd-column {
  padding: 0;
}

.embrace-row5 .span4 {
  width: 33.333333%;
  margin: 0;
}
.embrace-row5 .span8 {
  width: 66.666667%;
  padding-left: 1.3333333333333333rem !important;
  margin: 0;
}
.embrace-row5 form fieldset.form-columns-2 .input {
  margin-right: 1rem;
}
.embrace-row5 form .hs-form-field {
  margin: 0;
  padding-top: 20px;
  padding-bottom: 20px;
}
.embrace-row5 form .hs-form-field>label {
  margin: 0;
}
.embrace-row5 form .hs-form-field .hs-input {
  font-size: 1.3333333333333333rem;
  font-family: 'Montserrat', sans-serif;
  border: 0;
  border-bottom: 1px solid #9B9D9F;
  border-radius: 0;
  display: block;
  margin: 0;
  padding: 4px 0;
  width: 100% !important;
  background: 0 0;
  text-align: left;
  line-height: 19.5px;
  outline: 0;
  color: #000;
}
.embrace-row5 form .hs-form-field .hs-input::-webkit-input-placeholder {
  text-transform: uppercase;
  color: #9B9D9F;
  font-weight: 500;
  font-size: 15px;
  position: relative;
  top: -4px;
}
.embrace-row5 form {
  position: relative;
}
.embrace-row5 form fieldset.form-columns-2 .hs-form-field:last-child .input {
  margin-right: 0;
  margin-left:1rem;
}
.embrace-row5 form .hs-form-field {
  margin-bottom: 0.6666666666666666rem;
}
.embrace-row5 form .hs-richtext {
  margin-bottom: 0;
}

.embrace-row5 form .hs-richtext h6 {
  color: #9B9D9F;
  font-weight: 500;
  margin-bottom: 19px;
  font-size: 16.69px;
  line-height: 150%;
  font-style: normal;
  text-transform: uppercase;
  padding-top: 1.3333333333333333rem;
}

.embrace-row5 form fieldset.form-columns-3 .hs-form-field {
  margin-bottom: 0.6666666666666666rem;
  padding-top: 0;
  padding-bottom: 0;
  width: 100%;
}
.embrace-row5 form fieldset.form-columns-3 .hs-form-field>label {
  position: unset;
  margin-bottom: 27px;
  font-size: 15px;
  font-weight: 500;
  font-style: normal;
  color: #9B9D9F;
  text-transform: uppercase;
}
.embrace-row5 form .hs-form-field input[type=checkbox] {
  -webkit-appearance: none;
  width: 30px !important;
  top: -7px;
  position: absolute;
  left: 0;
  height: 30px;
  background-color: transparent;
  border: 1px solid #9B9D9F;
  -webkit-transition: all 0.6s cubic-bezier(0.77, 0, 0.175, 1);
  transition: all 0.6s cubic-bezier(0.77, 0, 0.175, 1);
  border-radius: 100%;
}

.embrace-row5 form li.hs-form-checkbox {
  position: relative;
}

.embrace-row5 form li.hs-form-checkbox>label {
  display: block;
  position: relative;
  padding-left: 43px;
  margin-bottom: 29px;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  color: #9B9D9F;
  font-size: 16px;
  font-weight: normal;
  margin-top: 0 !important;
  line-height: 19.5px;
  height: 19.5px;
}
.embrace-row5 form .hs-form-field input[type=checkbox]:checked, .embrace-row5 form .hs-form-field input[type=checkbox]:hover {
  background-color: #FF3366;
  border-color: #FF3366;
}
.embrace-row5 form .hs-form-field input[type=checkbox]:checked+span:before {
  left: 11px;
  top: -2px;
  width: 8px;
  height: 16px;
  border: solid white;
  border-width: 0 3px 3px 0;
  -webkit-transform: rotate( 45deg);
  -ms-transform: rotate(45deg);
  transform: rotate( 45deg);
  content: "";
  position: absolute;
  display: block;
}
.embrace-row5 form .hs-form-field textarea.hs-input {
  padding-top: 40px;
  min-height: 240px;
  padding-bottom: 4px;
}

.embrace-row5 form .hs-form-field.hs_message {
  margin-top: 11px;
  border-top: 1px solid #9B9D9F;
}

.embrace-row5 form .hs-form-field.hs_message .input {
  padding-bottom: 20px;
  margin-right: 0;
}

.embrace-row5 form .hs-form-field textarea.hs-input::-webkit-input-placeholder {
  top: -36px;
}
.embrace-row5 form .hs-button {
  width: 110px;
  height: 110px;
  text-align: center;
  line-height: 113px;
  letter-spacing: 0.5px;
  font-size: 12px;
  text-transform: uppercase;
  color: #0B0D0F;
  font-weight: 700;
  padding-top: 0;
  padding-bottom: 0;
  display: inline-block;
}

.embrace-row5 form .actions {
  text-align: center;
}
.embrace-row5 form .hs-button {
  margin-top: 30px;
}
.embrace-row5 form .hs-error-msg, .embrace-row5 form  label.hs-main-font-element {
  color: #FF3366;
  font-size: 16px;
}
.home-row3 .dnd-section .dnd-column {
  padding: 0;
}
.migration  form .hs-button {
  margin-top: 15px;
  margin-bottom: 20px;
}


@media (max-width: 768px){
  .logo-grid-5 .partner-logo {
    width: 33.333333%;
  }
}






@media (min-width: 640px) {
  .embrace-row5 form fieldset.form-columns-3 .hs-form-field {
    width: 50%;
  }
}

@media (min-width: 768px) {
  .embrace-row5 form fieldset.form-columns-3 .hs-form-field {
    width: 33.333333%;
  }
}

@media (min-width: 1024px) {
  .embrace-row5 form fieldset.form-columns-3 .hs-form-field {
    width: 25%;
  }
  .embrace-row2 .widget-type-rich_text {
    width: 50%;
    padding-right: 6.666666666666667rem;
  }
}

@media (max-width:1440px) {
  .services-row1 .ad-button-wrapper .new-normal-button:before, .services-row5 .ad-button-wrapper .new-normal-button:before {
    margin-right: 12px;
  }
  .embrace-row5 form .hs-form-field .hs-input::-webkit-input-placeholder {
    top: -2px;
  }
  .embrace-row5 form .hs-form-field .hs-input {
    padding-bottom: 3.5px;
  }
  .embrace-row5 form .hs-richtext h6 {
    margin-bottom: 15px;
  }
  .embrace-row5 form fieldset.form-columns-3 .hs-form-field>label {
    margin-bottom: 19px;
  }
  .embrace-row5 form li.hs-form-checkbox>label {
    height: 15.59px;
    line-height: 15.59px;
  }
  .embrace-row5 form .hs-form-field.hs_message {
    margin-top: 9px;
  }
  .embrace-row5 form .hs-form-field textarea.hs-input::-webkit-input-placeholder {
    top: -38px;
  }
  .embrace-row5 form .hs-form-field textarea.hs-input {
    min-height: 201px;
  }
  .embrace-row5 form .hs-button {
    margin-top: 20px;
  }

}
@media (max-width:1239px) {
  .full-width-row1 .dnd-section>.row-fluid {
    margin-top: -3.33333rem;
  }
}
@media (max-width:1023px) {
  .full-width-row1 .dnd-section>.row-fluid {
    margin-top: 0;
  }
  .research-layout .cm-banner h1 {
    padding-right: 0;
  }
  .cm-service-style .widget-type-rich_text ul {
    width:100%;
  }
  .home-row3 #worklisting_wrapper .grid-item article .title_link h2 {
    padding-right: 0;
  }
  .embrace-row2 .dnd-section>.row-fluid {
    padding-left: 1.3333333333333333rem;
    padding-right: 1.3333333333333333rem;
    padding-bottom: 6.666666666666667rem;
  }
  .embrace-row5 .dnd-section>.row-fluid {
    padding-left: 1.3333333333333333rem;
    padding-right: 1.3333333333333333rem;
  }
}
@media (max-width:979px) {
  .services-row1 .span6, .services-row2 .widget-type-rich_text, .services-row3 .widget-type-rich_text, .services-row4 .widget-type-rich_text, .services-row4 .widget-type-rich_text, .services-row5 .span6, .services-row6 .widget-type-rich_text {
    width: 100%;
    float: none;
  }
  .services-layout .row-fluid {
    flex-direction: column !important;
  }
  .services-row1 .span6:last-child, .services-row5 .span6:last-child {
    padding-left: 0;
  }
  .services-row1 .span6:last-child {
    margin-top: 2.6666666666666665rem;
  }
  .services-row2 .dnd-section, .services-row3 .dnd-section, .services-row4 .dnd-section, .services-row6 .dnd-section {
    margin-bottom: 2.6666666666666665rem;
  }
  .services-row5 .span6:last-child {
    padding-top: 2.6666666666666665rem;
  }
}
@media (max-width:768px) {
  .research-row1 .span4 p {
    margin-bottom: 4rem;
  }
  .services-row1 .ad-button-wrapper .new-normal-button:before, .services-row5 .ad-button-wrapper .new-normal-button:before {
    width: 33px;
    height: 33px;
  }
  .home-row3 #worklisting_wrapper .grid-item article .title_link h2 {
    font-size: 2rem;
  }
  .home-row3 #worklisting_wrapper .grid-item article {
    margin-bottom: 4rem;
  }
}
@media (max-width:767px) {
  .full-width-row1 .dnd-section {
    padding-bottom: 3.3333333333333335rem;
  }
  .corporate-layout .cm-banner .cm-container, .team-layout .cm-banner  .cm-container  {
    padding-top: 6.666666666666667rem;
  }
  .research-layout .cm-banner .cm-container {
    padding-top: 6.666666666666667rem;
  }
  .research-row1 .span4 {
    width: 100%;
  }
  .research-row1 .span4:last-child p {
    margin-bottom: 0;
  }
  .research-row3 .dnd-section {
    margin-top: 8.333333333333334rem;
  }
  .research-row3 .dnd-section>.row-fluid {
    padding-left:2rem;
    padding-right:2rem;
  }
  .services-row1 .span6:last-child h2, .services-row5 .span6:last-child h2 {
    max-width:100%;
  }
  .home-row3 #worklisting_wrapper .grid-item article {
    margin-bottom: 8.666666666666666rem; 
  }
  .home-row3 #worklisting_wrapper .grid-item article h6+.title_link {
    margin-top: 3rem;
  }
  .home-row3 .hs-button {
    margin-bottom: 6.666666666666667rem;
  }
  .services-row7 .dnd-section {
    padding-bottom: 5rem;
  }
  .embrace-row5 .span4 {
    width: 100%;
  }
  .embrace-row5 .span8 {
    width: 100%;
    padding-left: 0 !important;
  }
  .embrace-row5 form fieldset.form-columns-3 .hs-form-field.hs_digital_marketings {
    margin-top: 6px;
  }
}
@media (max-width:640px) {
  .full-width-row1 .dnd-section {
    padding-top: 3rem;
  }
  .research-layout .cm-banner h1 {
    font-size: 3.16667rem;
  }
  .services-row1 .ad-button-wrapper .new-normal-button, .services-row5 .ad-button-wrapper .new-normal-button {
    margin-right: 0;
    font-size: 15px;
  }
}
@media (max-width:639px) {
  .research-row4 .span9, .research-row4 .span3 {
    width: 100%;
    float: none;
  }
  .research-row4 h1 {
    margin-bottom: 4rem;
    padding-bottom: 1.3333333333333333rem;
  }
  .research-row4 .span3 {
    text-align: left;
    margin-bottom: 6.666666666666667rem;
  }
  .research-row4 .widget-type-cta {
    width: 100%;
  }
  .embrace-row5 form fieldset.form-columns-3 .hs-form-field.hs_experience_designs {
    padding-top: 6px;
  }
}
@media (max-width:480px) {
  .embrace-row5 form fieldset.form-columns-2 .hs-form-field {
    width: 50% !important;
    float: left !important;
  }
  .embrace-row5 form fieldset.form-columns-3 .hs-form-field.hs_experience_designs {
    padding-top: 15px;
  }
  .embrace-row5 form fieldset.form-columns-3 .hs-form-field.hs_digital_marketings {
    padding-top: 13px;
    margin-bottom: 38px;
  }

}
@media (max-width:479px) {
  .cm-service-style .widget-type-rich_text h1, .services-row6 .widget-type-rich_text h1 {
    word-break: normal;
    font-size: 45px;
  }
}
@media (max-width:424px) {
  .team-layout .cm-banner h1 {
    font-size: 36px;
  }
  .research-row3 .widget-type-rich_text h2 {
    font-size: 40px;
  }
  .research-row4 h1 {
    font-size: 45px;
  }
}
@media screen and (max-width: 340px) {
  .embrace-row5 form .hs-form-field textarea.hs-input {
    min-height: 211px;
    padding-top: 50px;
  }
  .embrace-row5 form .hs-form-field textarea.hs-input::-webkit-input-placeholder {
    top: -48px;
  }
}



@-webkit-keyframes bottomFadeOutTwo {
  0% {
    position: absolute;
    bottom: 0%;
    opacity: 0
  }

  15% {
    position: absolute;
    bottom: 40%;
    opacity: 1
  }

  35% {
    opacity: 1;
    bottom: 40%
  }

  45% {
    opacity: 0;
    bottom: 40%
  }

  100% {
    opacity: 0;
    bottom: 40%
  }
}

@keyframes bottomFadeOutTwo {
  0% {
    position: absolute;
    bottom: 0%;
    opacity: 0
  }

  15% {
    position: absolute;
    bottom: 40%;
    opacity: 1
  }

  35% {
    opacity: 1;
    bottom: 40%
  }

  45% {
    opacity: 0;
    bottom: 40%
  }

  100% {
    opacity: 0;
    bottom: 40%
  }
}
@-webkit-keyframes bottomFadeOut {
  0% {
    position: absolute;
    bottom: 10%;
    opacity: 0
  }

  20% {
    position: absolute;
    bottom: 40%;
    opacity: 1
  }

  45% {
    opacity: 1;
    bottom: 40%
  }

  55% {
    opacity: 0;
    bottom: 40%
  }

  100% {
    opacity: 0;
    bottom: 40%
  }
}

@keyframes bottomFadeOut {
  0% {
    position: absolute;
    bottom: 10%;
    opacity: 0
  }

  20% {
    position: absolute;
    bottom: 40%;
    opacity: 1
  }

  45% {
    opacity: 1;
    bottom: 40%
  }

  55% {
    opacity: 0;
    bottom: 40%
  }

  100% {
    opacity: 0;
    bottom: 40%
  }
}
@-webkit-keyframes bottomFadeOutMd {
  0% {
    position: absolute;
    bottom: 10%;
    opacity: 0
  }

  20% {
    position: absolute;
    bottom: 30%;
    opacity: 1
  }

  45% {
    opacity: 1;
    bottom: 30%
  }

  55% {
    opacity: 0;
    bottom: 30%
  }

  100% {
    opacity: 0;
    bottom: 30%
  }
}

@keyframes bottomFadeOutMd {
  0% {
    position: absolute;
    bottom: 10%;
    opacity: 0
  }

  20% {
    position: absolute;
    bottom: 30%;
    opacity: 1
  }

  45% {
    opacity: 1;
    bottom: 30%
  }

  55% {
    opacity: 0;
    bottom: 30%
  }

  100% {
    opacity: 0;
    bottom: 30%
  }
}
@-webkit-keyframes bottomFadeOutTwoMd {
  0% {
    position: absolute;
    bottom: 0%;
    opacity: 0
  }

  15% {
    position: absolute;
    bottom: 25%;
    opacity: 1
  }

  35% {
    opacity: 1;
    bottom: 25%
  }

  45% {
    opacity: 0;
    bottom: 25%
  }

  100% {
    opacity: 0;
    bottom: 25%
  }
}
@keyframes bottomFadeOutTwoMd {
  0% {
    position: absolute;
    bottom: 0%;
    opacity: 0
  }

  15% {
    position: absolute;
    bottom: 25%;
    opacity: 1
  }

  35% {
    opacity: 1;
    bottom: 25%
  }

  45% {
    opacity: 0;
    bottom: 25%
  }

  100% {
    opacity: 0;
    bottom: 25%
  }
}
@-webkit-keyframes bottomFadeOutTwoXs {
  0% {
    position: absolute;
    bottom: 0%;
    opacity: 0
  }

  10% {
    position: absolute;
    bottom: 7%;
    opacity: 0.5
  }

  25% {
    position: absolute;
    bottom: 15%;
    opacity: 1
  }

  35% {
    opacity: 1;
    bottom: 15%
  }

  45% {
    opacity: 0;
    bottom: 15%
  }

  100% {
    opacity: 0;
    bottom: 15%
  }
}

@keyframes bottomFadeOutTwoXs {
  0% {
    position: absolute;
    bottom: 0%;
    opacity: 0
  }

  10% {
    position: absolute;
    bottom: 7%;
    opacity: 0.5
  }

  25% {
    position: absolute;
    bottom: 15%;
    opacity: 1
  }

  35% {
    opacity: 1;
    bottom: 15%
  }

  45% {
    opacity: 0;
    bottom: 15%
  }

  100% {
    opacity: 0;
    bottom: 15%
  }
}



/* DEfing Class */
html {
  overflow-y: auto !important;
}
img, video {
  max-width: 100%;
  height: auto;
}
.body-container-wrapper p:last-of-type {
  margin-bottom: 4rem;
}

.max-w-wide {
  max-width: 97.33333333333333rem;
}

.max-w-wide,
.mx-auto {
  margin-left: auto;
  margin-right: auto;
}

.mt-250 {
  margin-top: 16.666666666666668rem;
}

.mb-100 {
  margin-bottom: 6.666666666666667rem;
}

.px-20 {
  padding-left: 1.3333333333333333rem;
  padding-right: 1.3333333333333333rem;
}

.text-white {
  color: #fff;
}

.mt-100 {
  margin-top: 6.666666666666667rem;
}

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

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

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

.flex {
  display: flex;
}

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

.bg-cover {
  background-size: cover;
}

.bg-no-repeat {
  background-repeat: no-repeat;
}

.bg-center {
  background-position: center;
}

.w-full {
  width: 100%;
}

.mt-150 {
  margin-top: 10rem;
}

.uppercase {
  text-transform: uppercase;
}

.text-go-watermelon {
  color: #FF3366;
}

.text-go-lightgrey {
  color: #B1B3B6;
}

.bg-black {
  background-color: #000;
}

.pb-110 {
  padding-bottom: 7.333333333333333rem;
}

.py-125 {
  padding-top: 8.333333333333334rem;
  padding-bottom: 8.333333333333334rem;
}

.text-go-yellow {
  color: #FBB250;
}

.text-go-teal {
  color: #19B2A7;
}
.text-go-pink,
.text-go-watermelon {
  color: #FF3366;
}

.mb-0 {
  margin-bottom: 0 !important;
}

.font-bold {
  font-weight: 700;
}

.mt-60 {
  margin-top: 4rem;
}

.mt-40 {
  margin-top: 2.6666666666666665rem;
}

.mb-30 {
  margin-bottom: 2rem;
}

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

.mb-40 {
  margin-bottom: 2.6666666666666665rem;
}

.bg-go-yellow {
  background-color: #FBB250;
}
.py-15 {
  padding-top: 1rem;
  padding-bottom: 1rem;
}

.bg-white {
  background-color: #fff;
}

.text-go-black {
  color: #0B0D0F;
}

.mb-60 {
  margin-bottom: 4rem;
}

.w-1_4{
  width: 25%;
}

.mb-125 {
  margin-bottom: 8.333333333333334rem;
}

.bg-go-teal {
  background-color: #19B2A7;
}

.pr-75 {
  padding-right: 5rem;
}

.mb-50 {
  margin-bottom: 3.3333333333333335rem;
}

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


.button-yellow:before {
  background: #FBB250;
}

.button-yellow {
  color: #FBB250;
}

.dap .button-teal {
  color: #19B2A7;
}

.button-teal:before {
  background: #19B2A7;
}

.button-watermelon {
  color: #FF3366;
}

.button-watermelon:before {
  background: #FF3366;
}

.pb-125 {
  padding-bottom: 8.333333333333334rem;
}

.py-100 {
  padding-top: 6.666666666666667rem;
  padding-bottom: 6.666666666666667rem;
}

.mb-20 {
  margin-bottom: 1.3333333333333333rem;
}

.inline-block {
  display: inline-block;
}

.pt-150 {
  padding-top: 10rem;
}

.pb-135 {
  padding-bottom: 9rem;
}

.mt-20 {
  margin-top: 1.3333333333333333rem;
}

.mb-30 {
  margin-bottom: 2rem;
}
/* DEfing Class  */

.digitalacceleration_header header.header {
  background: transparent;
}

.py-125 .dnd-section>.row-fluid,
.py-125 .dnd-section {
  padding: 0;
}

.dap-header .head-wrap {
  position: absolute;
  width: 100%;
  background: transparent;
}

.dap-header .head-wrap {
  min-height: auto;
}

.embrace-new-normal-hero .dnd-section {
  padding: 0;
}

.embrace-new-normal-hero .dnd-section>.row-fluid {
  padding: 0;
}

.embrace-new-normal-hero .dnd-section .dnd-column {
  padding: 0;
}

.digitalacceleration_header header .main-nav {
  display: none;
}

.embrace-new-normal-hero p {
  font-size: 2.4rem;
  font-weight: 400;
  line-height: 125%;
  margin-bottom: 2rem;
}

#embrace-new-normal-page .solution.bg-black .dnd-section>.row-fluid {
  padding-left: 1.3333333333333333rem;
  padding-right: 1.3333333333333333rem;
}

#embrace-new-normal-page .solution.bg-black .dnd-section>.row-fluid p {
  color: #FF3366;
}

#embrace-new-normal-page .solution.bg-black .dnd-section>.row-fluid h5 {
  color: #f36;
  font-size: 1.3333333333333333rem;
  font-weight: 300;
  line-height: 180%;
  margin-bottom: 2rem;
}

#embrace-new-normal-page .widget-type-linked_image {
  width: 100%;
}

#embrace-new-normal-page .widget-type-linked_image img {
  margin-left: auto;
  margin-right: auto;
  display: block;
}

#product-market-fit-testing p{
  font-size: 1.3333333333333333rem;
  font-weight: 300;
  line-height: 180%;
}

.digitalacceleration_row2section .dnd-section>.row-fluid {
  padding-left: 1.3333333333333333rem;
  padding-right: 1.3333333333333333rem;
}

#product-market-fit-testing .widget-type-rich_text {
  width: 80%;
}

#product-market-fit-testing .widget-type-rich_text h1 {
  color: #FBB250;
  margin-bottom: 2.6666666666666665rem;
}

#product-market-fit-testing .ad-button-wrapper {
  margin-top: 2.6666666666666665rem;
}

#product-market-fit-testing p span {
  color: #FBB250;
  font-weight: 500;
}

.digitalacceleration_row3section .dnd-section {
  padding-top: 0;
  padding-bottom: 0;
}

.dap-form h1 {
  font-weight: 300;
  color: #0B0D0F;
  opacity: 0.5;
  margin-bottom: 4rem;
}

#dap-form .row-fluid .span4 {
  padding-right: 1.3333333333333333rem;
}

#dap-form form .hs-input{
  border: none;
  border-bottom: 1px solid #9B9D9F;
  -webkit-appearance: none;
  -webkit-border-radius: 0px;
  font-size: 1.3333333333333333rem;
  font-family: 'Montserrat', sans-serif;
  margin: 0;
  padding: 4px 0;
  width: 100%;
  background: 0 0;
  text-align: left;
  color: #000;
  outline: none;
  border-top: 1px solid transparent;
}

#dap-form form .hs-form-field>label {
  bottom: 0;
  color: rgba(0,0,0,0.26);
  font-size: 15px;
  left: 0;
  right: 0;
  pointer-events: none;
  position: absolute;
  display: block;
  top: 24px;
  width: 100%;
  white-space: nowrap;
  text-transform: uppercase;
  text-align: left;
  -webkit-transition-duration: .2s;
  transition-duration: .2s;
  -webkit-transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  color: #9B9D9F;
  font-weight: 500;
  line-height: 130%;
}

#dap-form form .hs-input::-webkit-input-placeholder{
  color: #9B9D9F;
  font-weight: 500;
  line-height: 130%;
  font-size: 15px;
  text-transform: uppercase;
  position: absolute;
  display: block;
  top: 3px;

}

#dap-form form .hs-input ::-moz-placeholder { /* Firefox 19+ */
  color: #9B9D9F;
  font-weight: 500;
  line-height: 130%;
  font-size: 15px;
  text-transform: uppercase;
  position: absolute;
  display: block;
  top: 3px;
}

#dap-form form .hs-input :-ms-input-placeholder { /* IE 10+ */
  color: #9B9D9F;
  font-weight: 500;
  line-height: 130%;
  font-size: 15px;
  text-transform: uppercase;
  position: absolute;
  display: block;
  top: 3px;
}

#dap-form form .hs-input :-moz-placeholder { /* Firefox 18- */
  color: #9B9D9F;
  font-weight: 500;
  line-height: 130%;
  font-size: 15px;
  text-transform: uppercase;
  position: absolute;
  display: block;
  top: 3px;
}

#dap-form form .hs-form-field {
  position: relative;
  padding-top: 20px;
  padding-bottom: 20px;
  margin: 0;
  margin-bottom: 0.6666666666666666rem;
}

section#dap-form .dnd-section {
  padding: 0;
  margin-top: 1.3333333333333333rem;
}

section#dap-form  fieldset.form-columns-2 .hs-form-field:first-child {
  padding-right: 1rem;
}

section#dap-form  fieldset.form-columns-2 .hs-form-field:last-child {
  padding-left: 1rem;
}

#dap-form form .input {
  width: 100% !important;
}

#dap-form form .hs-form-field.hs-fieldtype-checkbox {
  padding: 0;
}

#dap-form form .hs-form-field.hs-fieldtype-checkbox>label {
  position: static;
}

#dap-form form textarea{
  padding-top: 40px;
  min-height: 240px;
}

#dap-form form ul.inputs-list.multi-container li {
  display: block;
  position: relative;
  padding-left: 30px;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  color: #9B9D9F;
  font-size: 16px;
  font-weight: normal;
  width: 50%;
  margin-bottom: 50px;
  margin-top: 0;
}

#dap-form form ul.inputs-list.multi-container  {
  list-style: none;
  padding-left: 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-top: 50px;
  line-height: 130%;
  padding-bottom: 0.6666666666666666rem;
}

#dap-form form ul.inputs-list.multi-container li>label {
  user-select: none;
  color: #9b9d9f;
  font-size: 16px;
  font-weight: normal;
  margin: 0;
}

#dap-form form ul.inputs-list.multi-container li .hs-input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}

#dap-form form ul.inputs-list.multi-container li .hs-input + span:after {
  position: absolute;
  top: 0;
  left: 0;
  height: 22px;
  width: 22px;
  background-color: transparent;
  border: 1px solid #9B9D9F;
  -webkit-transition: all 0.6s cubic-bezier(0.77, 0, 0.175, 1);
  transition: all 0.6s cubic-bezier(0.77, 0, 0.175, 1);
  border-radius: 0;
  content: "";
}

#dap-form form ul.inputs-list.multi-container li .hs-input:checked + span:after {
  background-color: #FF3366;
  border-color: #FF3366;
}

#dap-form form ul.inputs-list.multi-container li .hs-input:checked+span:before {
  left: 6px;
  top: 1px;
  width: 8px;
  height: 16px;
  border: solid white;
  border-width: 0 3px 3px 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  display: block;
  content: "";
  position: absolute;
  z-index: 9;
}

#dap-form form .actions {
  text-align: center;
}

#dap-form form .hs-form-field.hs_message {
  border-top: 1px solid #9B9D9F;
}

#dap-form form .hs-button {
  border-radius: 100%;
  width: 110px;
  height: 110px;
  text-align: center;
  line-height: 113px;
  letter-spacing: .5px;
  font-size: 12px;
  text-transform: uppercase;
  font-weight: 700;
  margin-top: 2.6666666666666665rem;
  display: inline-block;
  vertical-align: middle;
  padding: 0;
}

section#dap-form fieldset.form-columns-2 .hs-form-field:last-child>label {
  padding-left: 1rem;
}

.dap-form h1 {
  font-size: 4.133333333333334rem;
}

#product-market-fit-testing .widget-type-rich_text h1 {
  font-size: 4.133333333333334rem;
}

section.digitalacceleration_row3section .dnd-section>.row-fluid {
  padding-left: 1.3333333333333333rem;
  padding-right: 1.3333333333333333rem;
}

.work-row1-section .dnd-section {
  padding: 0;
}

.work-row1-section .dnd-section>.row-fluid {
  padding: 0;
}

.work-row1-section .dnd-section .dnd-column {
  padding: 0;
}

.case-study__image:before {
  content: url(https://19517891.fs1.hubspotusercontent-na2.net/hubfs/19517891/raw_assets/public/GrowthOps_December2021/images/eye.svg);
}


.casestudydetails_row1section .dnd-section {
  padding-top: 0;
}

.casestudydetails_row1section h2 {
  font-size: 1rem;
  font-weight: 500;
  line-height: 130%;
  margin-bottom: 2rem;
  text-transform: uppercase;
}

.casestudydetails_row1section .dnd-section .dnd-column{
  padding: 0;
}

.casestudydetails_row1section {
  padding-top: 14.666666666666666rem;
}

.anchor_page .casestudydetails_row4section .dnd-section .widget-type-rich_text, 
.casestudydetails_row2section .dnd-section .widget-type-rich_text {
  max-width: 61.333333333333336rem;
  padding-left: 1.3333333333333333rem;
  padding-right: 1.3333333333333333rem;
  margin-left: auto;
  margin-right: auto;
}

.casestudydetails_row2section .dnd-section {
  padding: 0;
}

.anchor_page .casestudydetails_row4section .dnd-section {
  padding: 0;
}

.anchor_page .casestudydetails_row4section .dnd-section .widget-type-rich_text h4,
.casestudydetails_row2section .widget-type-rich_text h4 {
  font-size: 2rem;
  font-weight: 300;
  line-height: 125%;
  margin-bottom: 2rem;
}

.casestudydetails_row2section .widget-type-rich_text ul:not(.vanilla) {
  line-height: 130%;
  margin-bottom: 0.6666666666666666rem;
  font-size: 1.6rem;
  font-weight: 300;
  line-height: 130%;
}

.casestudydetails_row2section .widget-type-rich_text ul:not(.vanilla) li {
  margin-bottom: 0.6666666666666666rem;
}

.casestudydetails_row2section .widget-type-rich_text ul:not(.vanilla) li ul {
  padding-top: 1.3333333333333333rem;
  padding-bottom: 1.3333333333333333rem;
  padding-left: 3.3333333333333335rem
}

.casestudydetails_row1section .widget-type-linked_image img {
  display: block;
  width: 100%;
}
.anchor_page .casestudydetails_row4section .dnd-section .widget-type-rich_text p,
.casestudydetails_row2section .widget-type-rich_text p {
  font-size: 1.6rem;
  font-weight: 300;
  line-height: 160%;
}

.casestudydetails_row3section .dnd-section {
  padding: 0;
}

.casestudydetails_row2section .dnd-section>.row-fluid {
  padding-left: 2rem;
  padding-right: 2rem;
}

.casestudydetails_row1section .dnd-section {
  padding: 0;
}

.casestudydetails_row2section .widget-type-linked_image {
  margin: 0 0 1em;
}

.casestudydetails_row2section .row-fluid .span6 {
  margin-bottom: 1.75em;
}

.casestudydetails_row2section .widget-type-linked_image {
  width: 100%;
  padding-left: 1.3333333333333333rem;
  padding-right: 1.3333333333333333rem;
  max-width: 80rem;
}

.casestudydetails_row2section .span6 .widget-type-linked_image {
  width: 100%;
  max-width: 100%;
  padding-left: 0;
  padding-right: 0;
}

.casestudydetails_row2section .widget-type-linked_image img {
  display: block;
}

.casestudydetails_row2section .widget-type-rich_text p em {
  font-size: 15px;
  line-height: 27px;
  display: block;
  font-family: Montserrat, sans-serif;
  font-weight: 400;
}

.casestudydetails_row2section .widget-type-rich_text figure {
  margin: 0;
}

.casestudydetails_row2section .widget-type-rich_text figure img {
  width: 100%;
  display: block
}

.casestudydetails_row2section .widget-type-rich_text p a{
  border-bottom: 2px solid;
  border-color: #f36;
}

.casestudydetails_row2section .widget-type-rich_text p a:hover, .casestudydetails_row2section .widget-type-rich_text p a:focus{
  color: #FF3366;
}

.casestudydetails_row2section .widget-type-rich_text ol li {
  font-size: 1.6rem;
  font-weight: 300;
  line-height: 160%;
}

.anchor_page .casestudydetails_row2section .dnd-section>.row-fluid {
  max-width: 61.333333333333336rem;
}

.anchor_page .casestudydetails_row3section .dnd-section>.row-fluid{
  max-width: 80rem;
}

.anchor_page .casestudydetails_row2section .widget-type-rich_text p strong {
  font-size: 15px;
  font-weight: 700;
  line-height: 27px;
  display: inherit;
}

/* Magnific Popup CSS */
.mfp-bg {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 502;
  overflow: hidden;
  position: fixed;
  background: #0b0b0b;
  opacity: 0.8;
  filter: alpha(opacity=80); }

.mfp-wrap {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 503;
  position: fixed;
  outline: none !important;
  -webkit-backface-visibility: hidden; }

.mfp-container {
  height: 100%;
  text-align: center;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  padding: 0 8px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

.mfp-container:before {
  content: '';
  display: inline-block;
  height: 100%;
  vertical-align: middle; }

.mfp-align-top .mfp-container:before {
  display: none; }

.mfp-content {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  margin: 0 auto;
  text-align: left;
  z-index: 505; }

.mfp-inline-holder .mfp-content,
.mfp-ajax-holder .mfp-content {
  width: 100%;
  cursor: auto; }

.mfp-ajax-cur {
  cursor: progress; }

.mfp-zoom-out-cur,
.mfp-zoom-out-cur .mfp-image-holder .mfp-close {
  cursor: -moz-zoom-out;
  cursor: -webkit-zoom-out;
  cursor: zoom-out; }

.mfp-zoom {
  cursor: pointer;
  cursor: -webkit-zoom-in;
  cursor: -moz-zoom-in;
  cursor: zoom-in; }

.mfp-auto-cursor .mfp-content {
  cursor: auto; }

.mfp-close,
.mfp-arrow,
.mfp-preloader,
.mfp-counter {
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none; }

.mfp-loading.mfp-figure {
  display: none; }

.mfp-hide {
  display: none !important; }

.mfp-preloader {
  color: #cccccc;
  position: absolute;
  top: 50%;
  width: auto;
  text-align: center;
  margin-top: -0.8em;
  left: 8px;
  right: 8px;
  z-index: 504; }

.mfp-preloader a {
  color: #cccccc; }

.mfp-preloader a:hover {
  color: white; }

.mfp-s-ready .mfp-preloader {
  display: none; }

.mfp-s-error .mfp-content {
  display: none; }

button.mfp-close,
button.mfp-arrow {
  overflow: visible;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
  display: block;
  padding: 0;
  z-index: 506; }

button::-moz-focus-inner {
  padding: 0;
  border: 0; }

.mfp-close {
  width: 44px;
  height: 44px;
  line-height: 44px;
  position: absolute;
  right: 0;
  top: 0;
  text-decoration: none;
  text-align: center;
  opacity: 0.65;
  padding: 0 0 18px 10px;
  color: white;
  font-style: normal;
  font-size: 28px;
  font-family: Arial, Baskerville, monospace; }
.mfp-close:hover, .mfp-close:focus {
  opacity: 1; }
.mfp-close:active {
  top: 1px; }

.mfp-close-btn-in .mfp-close {
  color: #333333; }

.mfp-image-holder .mfp-close,
.mfp-iframe-holder .mfp-close {
  color: white;
  right: -6px;
  text-align: right;
  padding-right: 6px;
  width: 100%; }

.mfp-counter {
  position: absolute;
  top: 0;
  right: 0;
  color: #cccccc;
  font-size: 12px;
  line-height: 18px; }

.mfp-arrow {
  position: absolute;
  top: 0;
  opacity: 0.65;
  margin: 0;
  top: 50%;
  margin-top: -55px;
  padding: 0;
  width: 90px;
  height: 110px;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0); }

.mfp-arrow:active {
  margin-top: -54px; }

.mfp-arrow:hover,
.mfp-arrow:focus {
  opacity: 1; }

.mfp-arrow:before, .mfp-arrow:after,
.mfp-arrow .mfp-b,
.mfp-arrow .mfp-a {
  content: '';
  display: block;
  width: 0;
  height: 0;
  position: absolute;
  left: 0;
  top: 0;
  margin-top: 35px;
  margin-left: 35px;
  border: solid transparent; }
.mfp-arrow:after,
.mfp-arrow .mfp-a {
  opacity: 0.8;
  border-top-width: 12px;
  border-bottom-width: 12px;
  top: 8px; }
.mfp-arrow:before,
.mfp-arrow .mfp-b {
  border-top-width: 20px;
  border-bottom-width: 20px; }

.mfp-arrow-left {
  left: 0; }
.mfp-arrow-left:after,
.mfp-arrow-left .mfp-a {
  border-right: 12px solid black;
  left: 5px; }
.mfp-arrow-left:before,
.mfp-arrow-left .mfp-b {
  border-right: 20px solid white; }

.mfp-arrow-right {
  right: 0; }
.mfp-arrow-right:after,
.mfp-arrow-right .mfp-a {
  border-left: 12px solid black;
  left: 3px; }
.mfp-arrow-right:before,
.mfp-arrow-right .mfp-b {
  border-left: 20px solid white; }

.mfp-iframe-holder {
  padding-top: 40px;
  padding-bottom: 40px; }

.mfp-iframe-holder .mfp-content {
  line-height: 0;
  width: 100%;
  max-width: 900px; }

.mfp-iframe-scaler {
  width: 100%;
  height: 0;
  overflow: hidden;
  padding-top: 56.25%; }

.mfp-iframe-scaler iframe {
  position: absolute;
  top: -3px;
  left: 0;
  width: 100%;
  height: 100%;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  background: black; }

.mfp-iframe-holder .mfp-close {
  top: -43px; }

/* Main image in popup */
img.mfp-img {
  width: auto;
  max-width: 100%;
  height: auto;
  display: block;
  line-height: 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 40px 0 40px;
  margin: 0 auto; }

/* The shadow behind the image */
.mfp-figure:after {
  content: '';
  position: absolute;
  left: 0;
  top: 40px;
  bottom: 40px;
  display: block;
  right: 0;
  width: auto;
  height: auto;
  z-index: -1;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.6); }

.mfp-figure {
  line-height: 0; }

.mfp-bottom-bar {
  margin-top: -36px;
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  cursor: auto; }

.mfp-title {
  text-align: left;
  line-height: 18px;
  color: #f3f3f3;
  word-break: break-word;
  padding-right: 36px; }

.mfp-figure small {
  color: #bdbdbd;
  display: block;
  font-size: 12px;
  line-height: 14px; }

.mfp-image-holder .mfp-content {
  max-width: 100%; }

.mfp-gallery .mfp-image-holder .mfp-figure {
  cursor: pointer; }

@media screen and (max-width: 800px) and (orientation: landscape), screen and (max-height: 300px) {
  /**
  * Remove all paddings around the image on small screen
  */
  .mfp-img-mobile .mfp-image-holder {
    padding-left: 0;
    padding-right: 0; }

  .mfp-img-mobile img.mfp-img {
    padding: 0; }

  /* The shadow behind the image */
  .mfp-img-mobile .mfp-figure:after {
    top: 0;
    bottom: 0; }

  .mfp-img-mobile .mfp-bottom-bar {
    background: rgba(0, 0, 0, 0.6);
    bottom: 0;
    margin: 0;
    top: auto;
    padding: 3px 5px;
    position: fixed;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box; }

  .mfp-img-mobile .mfp-bottom-bar:empty {
    padding: 0; }

  .mfp-img-mobile .mfp-counter {
    right: 5px;
    top: 3px; }

  .mfp-img-mobile .mfp-close {
    top: 0;
    right: 0;
    width: 35px;
    height: 35px;
    line-height: 35px;
    background: rgba(0, 0, 0, 0.6);
    position: fixed;
    text-align: center;
    padding: 0; }

  .mfp-img-mobile .mfp-figure small {
    display: inline;
    margin-left: 5px; } }
@media all and (max-width: 800px) {
  .mfp-arrow {
    -webkit-transform: scale(0.75);
    transform: scale(0.75); }

  .mfp-arrow-left {
    -webkit-transform-origin: 0;
    transform-origin: 0; }

  .mfp-arrow-right {
    -webkit-transform-origin: 100%;
    transform-origin: 100%; }

  .mfp-container {
    padding-left: 6px;
    padding-right: 6px; } }
.mfp-ie7 .mfp-img {
  padding: 0; }
.mfp-ie7 .mfp-bottom-bar {
  width: 600px;
  left: 50%;
  margin-left: -300px;
  margin-top: 5px;
  padding-bottom: 5px; }
.mfp-ie7 .mfp-container {
  padding: 0; }
.mfp-ie7 .mfp-content {
  padding-top: 44px; }
.mfp-ie7 .mfp-close {
  top: 0;
  right: 0;
  padding-top: 0;
}


button.mfp-close {
  cursor: pointer;
  position: fixed;
  top: 0 !important;
  right: 0 !important;
  width: 50px !important;
  height: 40px !important;
  padding: 6px;
  display: block;
  background-position: 10px center !important;
  overflow: hidden;
  font-size: 24px;
  line-height: 1;
  text-align: center !important;
  z-index: 1050;
  border-radius: 0;
}

.anchor_page .casestudydetails_row3section {
  margin-bottom: 5rem;
}

.casestudydetailsproton_page .dnd-section,
.darlieallshiny_page .dnd-section,
.singaporepublicsector_page .dnd-section {
  padding: 0;
}

.casestudydetailsproton_row1section h2,
.darlieallshiny_row1section h2,
.singaporepublicsector_row1section h2 {
  font-size: 1rem;
  font-weight: 500;
  line-height: 130%;
  margin-bottom: 2rem;
  text-transform: uppercase;
}
.casestudydetailsproton_row1section .widget-type-linked_image img,
.darlieallshiny_row1section .widget-type-linked_image img,
.singaporepublicsector_row1section .widget-type-linked_image img {
  display: block;
  width: 100%;
}

.casestudydetailsproton_page .dnd-section .dnd-column,
.darlieallshiny_page .dnd-section .dnd-column,
.singaporepublicsector_page .dnd-section .dnd-column {
  padding: 0;
}

.darlieallshiny_row4section .widget-type-rich_text,
.darlieallshiny_row2section .dnd-section .widget-type-rich_text,
.singaporepublicsector_row2section .dnd-section .widget-type-rich_text {
  max-width: 61.333333333333336rem;
  padding-left: 1.3333333333333333rem;
  padding-right: 1.3333333333333333rem;
  margin-left: auto;
  margin-right: auto;
}

.darlieallshiny_row4section .widget-type-rich_text p,
.darlieallshiny_row2section .widget-type-rich_text p,
.singaporepublicsector_row2section .widget-type-rich_text p {
  font-size: 1.6rem;
  font-weight: 300;
  line-height: 160%;
}

.darlieallshiny_row4section .widget-type-rich_text h4,
.darlieallshiny_row2section .widget-type-rich_text h4,
.singaporepublicsector_row2section .widget-type-rich_text h4 {
  font-size: 2rem;
  font-weight: 300;
  line-height: 125%;
  margin-bottom: 2rem;
}

.singaporepublicsector_row2section .widget-type-linked_image img {
  width: 100%;
  display: block;
}

.singaporepublicsector_row2section .widget-type-linked_image {
  width: 100%;
  max-width: 80rem;
  padding-left: 1.3333333333333333rem;
  padding-right: 1.3333333333333333rem;
}

.singaporepublicsector_row2section .widget-type-rich_text ul{
  line-height: 130%;
  margin-bottom: 0.6666666666666666rem;
  font-size: 1.6rem;
  font-weight: 300;
}

.singaporepublicsector_row2section .widget-type-rich_text ul li {
  margin-bottom: 0.6666666666666666rem;
}

.singaporepublicsector_row3section h6 {
  font-size: 1rem;
  font-weight: 500;
  line-height: 130%;
  margin-bottom: 2rem;
  text-transform: uppercase;
}

.singaporepublicsector_row3section h1 {
  font-size: 4.133333333333334rem;
  font-weight: 300;
  line-height: 125%;
  margin-bottom: 2rem;
}

.singaporepublicsector_row3section p {
  font-size: 1.6rem;
  font-weight: 300;
  line-height: 160%;
}

.singaporepublicsector_row3section .dnd-section>.row-fluid {
  max-width: 90.66666666666667rem;
  padding-left: 1.3333333333333333rem;
  padding-right: 1.3333333333333333rem;
  margin-left: auto;
  margin-right: auto;
}

.singaporepublicsector_row3section .row-fluid .span7 {
  width: 60%;
  -webkit-flex-basis: 60% !important;
  -ms-flex-preferred-size: 60% !important;
  flex-basis: 60% !important;
  margin-left: 0;
  margin-right: 0;
}

.singaporepublicsector_row3section .row-fluid .span5 {
  width: 40%;
  -webkit-flex-basis: 40% !important;
  -ms-flex-preferred-size: 40% !important;
  flex-basis: 40% !important;
  margin-right: 0;
  margin-left: 0;
  margin-bottom: 4rem;
}

.singaporepublicsector_row3section .row-fluid .span5 .row-fluid .span6 {
  padding: 0 10px;
  width: 50%;
  margin-left: 0;
  margin-right: 0;
}

.singaporepublicsector_row4section .widget-type-rich_text p:last-child,
.singaporepublicsector_row3section p:last-child {
  margin-bottom: 4rem;
}

.singaporepublicsector_row4section .widget-type-rich_text {
  max-width: 61.333333333333336rem;
  padding-left: 1.3333333333333333rem;
  padding-right: 1.3333333333333333rem;
  margin-left: auto;
  margin-right: auto;
}

.singaporepublicsector_row4section .widget-type-rich_text p {
  font-size: 1.6rem;
  font-weight: 300;
  line-height: 160%;
}

.singaporepublicsector_row3section .dnd-section>.row-fluid {
  margin-bottom: 1.75em;
}

.singaporepublicsector_page blockquote {
  background: #184779;
  color: #ffffff;
  padding: 60px 40px;
  font-size: 1.6rem;
  font-weight: 300;
  line-height: 160%;
  margin-bottom: 2rem;
}

.singaporepublicsector_page .widget-type-rich_text blockquote p {
  line-height: 180%;
  margin-bottom: 2rem;
}

.singaporepublicsector_row4section .widget-type-rich_text {
  margin-bottom: 5rem;
}


.dnd-section .dnd-column .dnd-section>.row-fluid,
.singaporepublicsector_page .dnd-section>.row-fluid {
  max-width: 97.33333333333333rem;
  padding-left: 2rem;
  padding-right: 2rem;
}

.casestudydetailsproton_page,
.darlieallshiny_page,
.singaporepublicsector_page {
  padding-top: 6.666666666666667rem;
}

.singaporepublicsector_row2section .widget-type-rich_text p:last-child{
  margin-bottom: 4rem;
}

.singaporepublicsector_page .singaporepublicsector_row3section .dnd-section>.row-fluid {
  max-width: 90.66666666666667rem;
}

.darlieallshiny_row1section .video-lightbox-wrapper.md-pb-100 {
  padding-bottom: 0;
}

.darlieallshiny_row1section .video-lightbox-wrapper figure {
  margin: 0;
}

.darlieallshiny_row1section .video-lightbox-wrapper .video-image{
  margin: 0;
}

.darlieallshiny_row4section .widget-type-rich_text ul,
.darlieallshiny_row2section .widget-type-rich_text ul{
  line-height: 130%;
  margin-bottom: 0.6666666666666666rem;
  font-size: 1.6rem;
  font-weight: 300;
}

.darlieallshiny_row4section .widget-type-rich_text ul li,
.darlieallshiny_row2section .widget-type-rich_text ul li {
  margin-bottom: 0.6666666666666666rem;
}

.darlieallshiny_row3section .video-lightbox-wrapper{
  max-width: 80rem;
  padding-left: 1.3333333333333333rem;
  padding-right: 1.3333333333333333rem;
  margin-left: auto;
  margin-right: auto;
}

.darlieallshiny_row2section .dnd-section .widget-type-rich_text {
  margin-top: 5rem;
  margin-bottom: 5rem;
}

.darlieallshiny_row4section .widget-type-rich_text {
  margin-bottom: 5rem;
}

#dap-form form .hs-form-field.label_animate>label {
  top: 0;
  color:#bbbdbf;
}

.casestudydetailsproton_row1section .widget-type-linked_image {
  margin-bottom: 4.666666666666667rem;
}

.studydetails_content .widget-type-rich_text h4{
  font-size: 2rem;
  font-weight: 300;
  line-height: 125%;
  margin-bottom: 2rem;
}

.studydetails_content .widget-type-rich_text p {
  font-size: 1.6rem;
  font-weight: 300;
  line-height: 160%;
}

.studydetails_content .widget-type-rich_text{
  margin-bottom: 4.666666666666667rem;
}

.casestudydetailsproton_row2section .row-fluid .span4 {
  width: 25%;
  padding-left: 6.666666666666667rem;
  -webkit-flex-basis: 25% !important;
  -ms-flex-preferred-size: 25% !important;
  flex-basis: 25% !important;
  margin-left: 0;
  margin-right: 0;
}

.casestudydetailsproton_row2section .row-fluid .span8 {
  width: 75%;
  padding-left: 14.666666666666666rem;
  -webkit-flex-basis: 75% !important;
  -ms-flex-preferred-size: 75% !important;
  flex-basis: 75% !important;
}

.casestudydetailsproton_row2section .dnd-section>.row-fluid {
  max-width: 90.66666666666667rem;
  padding-left: 1.3333333333333333rem;
  padding-right: 1.3333333333333333rem;
  margin-left: auto;
  margin-right: auto;
}

.casestudydetailsproton_row2section h6 {
  font-size: 1rem;
  font-weight: 500;
  line-height: 130%;
  margin-bottom: 2rem;
  text-transform: uppercase;
}

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

.casestudydetailsproton_row2section ul li {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-left: 20px;
  margin-bottom: 1rem;
  line-height: 1.5;
}

.casestudydetailsproton_row2section ul li:before {
  content: "" !important;
  width: 10px;
  height: 10px;
  background: #fff;
  border-radius: 100%;
  padding-right: 0 !important;
  margin-right: 10px;
  display: inline-block;
  -webkit-transition: color 0.2s;
  transition: color 0.2s;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  left: 0;
}

.casestudydetailsproton_row5section .widget-type-rich_text h2,
.casestudydetailsproton_row3section .widget-type-rich_text h2 {
  font-size: 4rem;
  font-weight: 200;
  line-height: 125%;
  margin-bottom: 13.333333333333334rem;
}
.casestudydetailsproton_row5section .widget-type-rich_text,
.casestudydetailsproton_row3section .widget-type-rich_text {
  padding-left: 8.666666666666666rem;
  max-width: 63rem;
}

.studydetails_content .widget-type-rich_text p:last-child {
  margin-bottom: 4rem;
}

.casestudydetailsproton_row5section .dnd-section>.row-fluid>div,
.casestudydetailsproton_row3section .dnd-section>.row-fluid>div {
  max-width: 97.33333333333333rem;
  padding-left: 1.3333333333333333rem;
  padding-right: 1.3333333333333333rem;
  margin-left: auto;
  margin-right: auto;
}

.casestudydetailsproton_row4section .dnd-section>.row-fluid {
  max-width: 80rem;
  padding-left: 1.3333333333333333rem;
  padding-right: 1.3333333333333333rem;
  margin-left: auto;
  margin-right: auto;
}

.casestudydetailsproton_row4section .dnd-section>.row-fluid {
  margin-bottom: 5rem;
}

.casestudydetailsproton_row4section .widget-type-linked_image {
  margin: 0 0 1em;
}

.casestudydetailsproton_row4section .widget-type-linked_image img {
  display: block;
}

.casestudydetailsproton_row5section .widget-type-rich_text h2 {
  margin-bottom: 12rem;
}

.casestudydetailsproton_row6section .dnd-section>.row-fluid {
  max-width: 61.333333333333336rem;
  padding-left: 1.3333333333333333rem;
  padding-right: 1.3333333333333333rem;
  margin-left: auto;
  margin-right: auto;
}

.casestudydetailsproton_row6section h4 {
  font-size: 2rem;
  font-weight: 300;
  line-height: 125%;
  margin-bottom: 2rem;
}

.casestudydetailsproton_row5section .widget-type-linked_image img {
  display: block;
}

.casestudydetailsproton_row6section .widget-type-rich_text {
  margin-bottom: 5rem;
}

.casestudydetailsproton_row7section .widget-type-linked_image {
  padding-left: 1.3333333333333333rem;
  padding-right: 1.3333333333333333rem;
}

.casestudydetailsproton_row7section .widget-type-linked_image img {
  display: block;
}

.casestudydetailsproton_row7section .widget-type-linked_image {
  margin-bottom: 5rem;
}

.casestudydetailsproton_row7section .widget-type-rich_text {
  padding-left: 1.3333333333333333rem;
  padding-right: 1.3333333333333333rem;
  max-width: 63rem;
  margin-bottom: 9.666666666666666rem;
}

.casestudydetailsproton_row7section h2 {
  font-size: 4rem;
  font-weight: 200;
  line-height: 125%;
  margin-bottom: 2rem;
  padding-left: 8.666666666666666rem;
}

.page-center .detailsinner-page-center {
  max-width: 80rem;
  padding-left: 1.3333333333333333rem;
  padding-right: 1.3333333333333333rem;
  margin-left: auto;
  margin-right: auto;
}

.casestudydetailsproton_row8section blockquote {
  background: #ffffff;
  color: #04141c;
  padding: 2.6666666666666665rem;
  margin-bottom: 1em;
}

.casestudydetailsproton_row8section .page-center .dnd-section>.row-fluid {
  padding-left: 0;
  padding-right: 0;
}

.casestudydetailsproton_row8section h4 {
  font-size: 2rem;
  font-weight: 300;
  line-height: 125%;
  margin-bottom: 2rem;
  color: #04141c;
  margin-top: 2.6666666666666665rem;
}

.casestudydetailsproton_row8section .row-fluid .span4 {
  width: 20%;
  -webkit-flex-basis: 33.33333%;
  -ms-flex-preferred-size: 33.33333%;
  flex-basis: 33.33333%;
  margin-left: 0;
  margin-right: 0;
}

.casestudydetailsproton_row8section .row-fluid .span8 {
  width: 66.666667%;
  -webkit-flex-basis: 66.66667%;
  -ms-flex-preferred-size: 66.66667%;
  flex-basis: 66.66667%;
  padding-right: 10rem;
  margin-left: 0;
  margin-right: 0;
}

.casestudydetailsproton_row8section p {
  font-size: 1.3333333333333333rem;
  font-weight: 300;
  line-height: 180%;
}

.casestudydetailsproton_row8section p:last-child {
  margin-bottom: 4rem;
}

.casestudydetailsproton_row8section .row-fluid .span8>div {
  position: sticky;
  top: 0;
}

.casestudydetailsproton_row8section .page-center .dnd-section>.row-fluid {
  margin-bottom: 5rem;
}

.casestudydetailsproton_row9section .widget-type-rich_text {
  max-width: 61.333333333333336rem;
  padding-left: 1.3333333333333333rem;
  padding-right: 1.3333333333333333rem;
  margin-left: auto;
  margin-right: auto;
}

.casestudydetailsproton_row8section .widget-type-linked_image img {
  display: block;
}

.casestudydetailsproton_row8section .widget-type-linked_image {
  margin: 0 0 1em;
}

.casestudydetailsproton_row9section .widget-type-rich_text {
  margin-bottom: 5rem;
}

.casestudydetailsproton_row9section .widget-type-linked_image {
  margin-bottom: 5rem;
}

.container-grid-list {
  max-width: 90.66666666666667rem;
  padding-left: 1.3333333333333333rem;
  padding-right: 1.3333333333333333rem;
  margin-left: auto;
  margin-right: auto;
}

.container-grid-list .dnd-section>.row-fluid {
  padding-left: 0;
  padding-right: 0;
}

.casestudydetailsproton_row10section .row-fluid .span7 {
  width: 60%;
  -webkit-flex-basis: 60% !important;
  -ms-flex-preferred-size: 60% !important;
  flex-basis: 60% !important;
  margin-left: 0;
  margin-right: 0;
}

.casestudydetailsproton_row10section .row-fluid .span5 {
  width: 40%;
  -webkit-flex-basis: 40% !important;
  -ms-flex-preferred-size: 40% !important;
  flex-basis: 40% !important;
  margin-left: 0;
  margin-right: 0;
}

.casestudydetailsproton_row10section h6 {
  font-size: 1rem;
  font-weight: 500;
  line-height: 130%;
  margin-bottom: 2rem;
  text-transform: uppercase;
}

.casestudydetailsproton_row10section h1 {
  font-size: 4.133333333333334rem;
  font-weight: 300;
  line-height: 125%;
  margin-bottom: 2rem;
}

.casestudydetailsproton_row10section .row-fluid .span5 .span6 {
  width: 50%;
  padding: 0 10px;
  margin: 0;
}

.casestudydetailsproton_row10section p {
  font-size: 1.6rem;
  font-weight: 300;
  line-height: 160%;
}

.casestudydetailsproton_row10section p:last-of-type {
  margin-bottom: 4rem;
}

.casestudydetailsproton_row9section .widget-type-linked_image img {
  display: block;
}

.casestudydetailsproton_row10section .dnd-section{
  margin-bottom: 6.333333333333333rem;
}

.container-medium {
  max-width: 80rem;
  padding-left: 1.3333333333333333rem;
  padding-right: 1.3333333333333333rem;
  margin-left: auto;
  margin-right: auto;
}

.container-medium .dnd-section>.row-fluid {
  padding-left: 0;
  padding-right: 0;
}

.casestudydetailsproton_row11section .dnd-section {
  margin-bottom: 5rem;
}

.casestudydetailsproton_row11section .row-fluid .span6 {
  width: 50%;
  margin-left: 0;
  margin-right: 0;
}

.casestudydetailsproton_row11section .widget-type-linked_image img,
.casestudydetailsproton_row10section .widget-type-linked_image img {
  display: block;
}

.casestudydetailsproton_row11section .widget-type-linked_image,
.casestudydetailsproton_row10section .widget-type-linked_image {
  margin: 0 0 1em;
}

.casestudydetailsproton_row2section .widget-type-rich_text {
  margin-bottom: 0 !important;
}

.casestudydetailsproton_row2section .dnd-section>.row-fluid{ 
  margin-bottom: 4.666666666666667rem;
}

.casestudydetailsproton_row4section .row-fluid .span6 {
  width: 50%;
  margin-left: 0;
  margin-right: 0;
}

.ausgriddetails_page {
  padding-top: 6.666666666666667rem;
}

.ausgriddetails_page .dnd-section {
  padding: 0;
}

.ausgriddetails_page .dnd-section .dnd-column {
  padding: 0;
}

.ausgriddetails_row1section h2 {
  font-size: 1rem;
  font-weight: 500;
  line-height: 130%;
  margin-bottom: 2rem;
  text-transform: uppercase;
}

.ausgriddetails_row1section {
  margin-bottom: 4.666666666666667rem;
}

.ausgriddetails_page .widget-type-linked_image img {
  display: block;
}

.ausgriddetails_row2section .row-fluid .span8 {
  width: 75%;
  padding-left: 14.666666666666666rem;
  -webkit-flex-basis: 75% !important;
  -ms-flex-preferred-size: 75% !important;
  flex-basis: 75% !important;
  margin-left: 0;
  margin-right: 0;
}

.ausgriddetails_row2section .row-fluid .span4 {
  width: 25%;
  padding-left: 6.666666666666667rem;
  -webkit-flex-basis: 25% !important;
  -ms-flex-preferred-size: 25% !important;
  flex-basis: 25% !important;
  margin-left: 0;
  margin-right: 0;
}

.ausgriddetails_row2section h6 {
  font-size: 1rem;
  font-weight: 500;
  line-height: 130%;
  margin-bottom: 2rem;
  text-transform: uppercase;
}

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

.ausgriddetails_row2section ul li {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-left: 20px;
  margin-bottom: 1rem;
  line-height: 1.5;
}

.ausgriddetails_row2section ul li:before {
  content: "" !important;
  width: 10px;
  height: 10px;
  background: #fff;
  border-radius: 100%;
  padding-right: 0 !important;
  margin-right: 10px;
  display: inline-block;
  -webkit-transition: color .2s;
  transition: color .2s;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  left: 0;
}

.ausgriddetails_row3section h2 {
  font-size: 4rem;
  font-weight: 200;
  line-height: 125%;
  margin-bottom: 2rem;
}

.ausgriddetails_row3section .widget-type-rich_text {
  max-width: 63rem;
  padding-left: 8.666666666666666rem;
}

.ausgriddetails_row2section .widget-type-rich_text {
  margin-bottom: 0;
}

.ausgriddetails_row2section .dnd-section>.row-fluid {
  margin-bottom: 4.666666666666667rem;
}

.container-narrow {
  max-width: 61.333333333333336rem;
  padding-left: 1.3333333333333333rem;
  padding-right: 1.3333333333333333rem;
  margin-left: auto;
  margin-right: auto;
}

.container-narrow .dnd-section>.row-fluid {
  padding-left: 0;
  padding-right: 0;
}

.ausgriddetails_row3section .dnd-section>.row-fluid {
  margin-bottom: 4.666666666666667rem;
}

.ausgriddetails_row4section .widget-type-rich_text h4 {
  padding-top: 15px;
}

.ausgriddetails_row5section .dnd-section>.row-fluid {
  margin-bottom: 10rem;
  margin-bottom: 5rem;
}

.ausgriddetails_row6section h2 {
  font-size: 4rem;
  font-weight: 200;
  line-height: 125%;
  margin-bottom: 2rem;
}

.ausgriddetails_row6section .widget-type-rich_text {
  max-width: 63rem;
}

.ausgriddetails_row6section .widget-type-linked_image {
  margin-bottom: 5rem;
}

.ausgriddetails_row7section .row-fluid .span8 {
  width: 66.666667%;
  -webkit-flex-basis: 66.66667%;
  -ms-flex-preferred-size: 66.66667%;
  flex-basis: 66.66667%;
  padding-left: 10rem;
  margin-left: 0;
  margin-right: 0;
}

.ausgriddetails_row7section .row-fluid .span8 blockquote {
  background: #184779;
  color: #fff;
  padding: 2.6666666666666665rem;
  margin-bottom: 1em;
}

.ausgriddetails_row7section .row-fluid .span4 {
  width: 20%;
  -webkit-flex-basis: 33.33333%;
  -ms-flex-preferred-size: 33.33333%;
  flex-basis: 33.33333%;
  margin-left: 0;
  margin-right: 0;
}

.ausgriddetails_row7section .dnd-section>.row-fluid {
  margin-bottom: 5rem;
}

.ausgriddetails_row7section .widget-type-linked_image {
  margin: 0 0 1em;
}

.ausgriddetails_row7section .widget-type-linked_image img {
  display: block;
}

.ausgriddetails_row8section h6 {
  font-size: 1rem;
  font-weight: 500;
  line-height: 130%;
  margin-bottom: 2rem;
  text-transform: uppercase;
}

.ausgriddetails_row8section h2 {
  font-size: 4rem;
  font-weight: 200;
  line-height: 125%;
  margin-bottom: 2rem;
}

.ausgriddetails_row8section .widget-type-rich_text {
  max-width: 63rem;
}

.ausgriddetails_row8section .widget-type-linked_image {
  margin-bottom: 5rem;
}
.ausgriddetails_row5section .row-fluid .span6 {
  width: 50%;
  margin-left: 0;
  margin-right: 0;
}

.ausgriddetails_row4section.studydetails_content .widget-type-rich_text {
  margin-bottom: 5rem;
}

.ausgriddetails_row7section .row-fluid .span8 blockquote label {
  color: #e06331;
}

.studydetails_content .widget-type-rich_text p:last-child {
  margin-bottom: 4rem;
}

.ausgriddetails_row8section .widget-type-rich_text {
  margin-bottom: 4.666666666666667rem;
}

.ausgriddetails_row10section .row-fluid .span4 {
  width: 20%;
  -webkit-flex-basis: 33.33333%;
  -ms-flex-preferred-size: 33.33333%;
  flex-basis: 33.33333%;
  margin-left: 0;
  margin-right: 0;
}

.ausgriddetails_row10section .row-fluid .span8 {
  width: 66.666667%;
  -webkit-flex-basis: 66.66667%;
  -ms-flex-preferred-size: 66.66667%;
  flex-basis: 66.66667%;
  margin-left: 0;
  margin-right: 0;
}

.ausgriddetails_row10section blockquote {
  background: #184779;
  color: #fff;
  padding: 2.6666666666666665rem;
  margin-bottom: 1em;
}

.ausgriddetails_row10section blockquote h6 {
  font-size: 1rem;
  font-weight: 500;
  line-height: 130%;
  margin-bottom: 2rem;
  text-transform: uppercase;
}

.ausgriddetails_row10section blockquote h1 {
  color: #e06331;
}

.ausgriddetails_row10section .row-fluid .span8 {
  padding-right: 10rem;
}

.ausgriddetails_row10section .widget-type-linked_image {
  margin: 0 0 1em;
}

.ausgriddetails_row7section .row-fluid .span8 blockquote h6 {
  font-size: 1rem;
  font-weight: 500;
  line-height: 130%;
  margin-bottom: 2rem;
  text-transform: uppercase;
}

.ausgriddetails_row7section .row-fluid .span8>div {
  position: sticky;
  top: 0;
}

.ausgriddetails_row10section .dnd-section>.row-fluid {
  margin-bottom: 5rem;
}

.ausgriddetails_row10section blockquote p {
  font-size: 1.6rem;
  font-weight: 300;
  line-height: 160%;
}

.ausgriddetails_row9section.studydetails_content .widget-type-rich_text {
  margin-bottom: 5rem;
}

.ausgriddetails_row10section blockquote p:last-child {
  margin-bottom: 4rem;
}

.ausgriddetails_row7section.studydetails_content .widget-type-rich_text {
  margin-bottom: 0 !important;
}

.work-row2-section .dnd-section {
  padding: 0;
}

.work-row2-section .dnd-section>.row-fluid {
  margin-bottom: 5rem;
}

.casestudydetails_row2section .widget-type-rich_text figure video {
  display: block;
}

.contact-form-wrapper form .hs-input {
  border: 0;
  border-bottom: 1px solid #9b9d9f;
  -webkit-appearance: none;
  -webkit-border-radius: 0px;
  font-size: 1.3333333333333333rem;
  font-family: 'Montserrat',sans-serif;
  margin: 0;
  padding: 4px 0;
  width: 100%;
  background: 0;
  text-align: left;
  color: #000;
  outline: 0;
  border-top: 1px solid transparent;
}

#contactinfo_wrapper .contact-form-wrapper #dap-form form  select {
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
  background: transparent url(https://19517891.fs1.hubspotusercontent-na2.net/hubfs/19517891/raw_assets/public/GrowthOps_December2021/images/select-down.svg) no-repeat;
  background-position: right 5px top 50%;
  padding: 10px 0;
}

#contactinfo_wrapper .hs_error_rollup ul.no-list.hs-error-msgs.inputs-list li label {
  color: #ef6b51;
}

.pl-40 {
  padding-left: 2.6666666666666665rem;
}

@-webkit-keyframes pulse-me {
  0% {
    opacity: 0
  }

  50% {
    opacity: 1
  }

  70% {
    opacity: 1
  }

  100% {
    opacity: 0
  }
}

@keyframes pulse-me {
  0% {
    opacity: 0
  }

  50% {
    opacity: 1
  }

  70% {
    opacity: 1
  }

  100% {
    opacity: 0
  }
}

@media (min-width: 640px){
  .sm-h-auto {
    height: auto;
  }
  .smw-w-1_2 {
    width: 50%;
  }

  .sm-pr-100 {
    padding-right: 6.666666666666667rem;
  }
  .sm-w-1_2 {
    width: 50%;
  }

}

@media (min-width: 768px){
  .ausgriddetails_page {
    padding-top: 14.666666666666666rem;
  }

  .digitalacceleration_header header.header {
    padding-top: 3rem;
    padding-bottom: 3rem;
  }
  .rapid-lead-wrapper .hidden_desktop {
    display: none;
  }
  .md-mt-0 {
    margin-top: 0;
  }
  .md-py-45 {
    padding-top: 3rem;
    padding-bottom: 3rem;
  }
  .md-w-2_3 {
    width: 66.666667%;
  }

  .md-w-1_3 {
    width: 33.333333%;
  }

  .md-w-3_4 {
    width: 75%;
  }
  .w-1_4 {
    width: 25%;
  }

  .md-hidden {
    display: none;
  }

  .md-mb-0 {
    margin-bottom: 0;
  }

  .md-w-1_4 {
    width: 25%;
  }

  .mt-220 {
    margin-top: 14.666666666666666rem;
  }

  .mr-45 {
    margin-right: 3rem;
  }

  .mb-100 {
    margin-bottom: 6.666666666666667rem;
  }

  .casestudydetails_row1section .widget-type-linked_image {
    /*     margin-bottom: 9.666666666666666rem; */
    width: 100%;
    padding-bottom: 6.666666666666667rem;
    margin: 0 0 1em; 
  }

  .casestudydetails_row1section .dnd-section {
    padding: 0;
  }

  .anchor_page .casestudydetails_row4section .dnd-section .widget-type-rich_text,
  .casestudydetails_row2section .dnd-section .widget-type-rich_text {
    margin-bottom: 10rem;
  }

  .casestudydetails_row2section .row-fluid .span6 {
    margin-left: 0;
    margin-right: 0;
    width: 50%;
    padding-left: 0;
    padding-right: 0;
  }

  .casestudydetails_row2section .row-fluid .span6 + .span6 {
    margin-left: 2em;
  }

  .casestudydetails_row3section .row-fluid .span6 {
    margin-left: 0;
    margin-right: 0;
    padding: 0;
  }

  .anchor_page .casestudydetails_row3section {
    margin-bottom: 10rem;
  }  

  .casestudydetails_row4section .dnd-section>.row-fluid {
    margin-bottom: 11.666666666666666rem;
  }

  .anchor_page .casestudydetails_row4section .dnd-section .widget-type-rich_text p:last-child {
    margin-bottom: 0;
  }
  .casestudydetailsproton_page,
  .darlieallshiny_page,
  .singaporepublicsector_page {
    padding-top: 14.666666666666666rem;
  }

  .singaporepublicsector_row1section .widget-type-linked_image {
    width: 100%;
    padding-bottom: 6.666666666666667rem;
    margin: 0 0 1em;
  }

  .darlieallshiny_row4section .widget-type-rich_text,
  .darlieallshiny_row2section .widget-type-rich_text,
  .singaporepublicsector_row2section .dnd-section .widget-type-rich_text {
    margin-bottom: 10rem;
  }

  .singaporepublicsector_row2section .widget-type-linked_image {
    margin-bottom: 6.666666666666667rem;
  }

  .singaporepublicsector_row4section .widget-type-rich_text {
    margin-bottom: 10rem;
  }


  .darlieallshiny_row2section .dnd-section .widget-type-rich_text {
    margin-top: 10rem;
    margin-bottom: 10rem;
  }

  .casestudydetailsproton_row1section .widget-type-linked_image {
    margin-bottom: 9.666666666666666rem;
  }

  .studydetails_content .widget-type-rich_text{
    margin-bottom: 9.666666666666666rem;
  }

  .casestudydetailsproton_row2section .row-fluid .span4 {
    margin-left: 2em;
  }

  .casestudydetailsproton_row3section .widget-type-rich_text {
    padding-left: 8.666666666666666rem;
  }
  .casestudydetailsproton_row4section .dnd-section>.row-fluid {
    margin-bottom: 10rem;
  }

  .casestudydetailsproton_row5section .widget-type-linked_image {
    margin-bottom: 10rem;
  }

  .casestudydetailsproton_row6section .widget-type-rich_text {
    margin-bottom: 10rem;
  }

  .casestudydetailsproton_row7section .widget-type-linked_image {
    margin-bottom: 10rem;
  }

  .casestudydetailsproton_row8section .row-fluid .span4 {
    margin-left: 2em;
  }

  .casestudydetailsproton_row8section .page-center .dnd-section>.row-fluid {
    margin-bottom: 10rem;
  }

  .casestudydetailsproton_row9section .widget-type-rich_text {
    margin-bottom: 10rem;
  }

  .casestudydetailsproton_row9section .widget-type-linked_image {
    margin-bottom: 12.666666666666666rem;
  }

  .casestudydetailsproton_row10section .row-fluid .span5 {
    margin-left: 2em;
  }

  .casestudydetailsproton_row10section .dnd-section {
    margin-bottom: 13rem;
  }

  .casestudydetailsproton_row11section .dnd-section {
    margin-bottom: 10rem;
  }

  .casestudydetailsproton_row11section .row-fluid .span6 + .span6 {
    margin-left: 2em;
  }

  .casestudydetailsproton_row2section .dnd-section>.row-fluid{
    margin-bottom: 9.666666666666666rem;
  }

  .casestudydetailsproton_row4section .row-fluid .span6 +.span6 {
    margin-left: 2em;
  }

  .ausgriddetails_row1section {
    margin-bottom: 9.666666666666666rem;
  }

  .ausgriddetails_row2section .row-fluid .span4 {
    margin-left: 2em;
  }

  .ausgriddetails_row2section .widget-type-rich_text {
    margin-bottom: 0;
  }
  .ausgriddetails_row3section .dnd-section>.row-fluid,
  .ausgriddetails_row2section .dnd-section>.row-fluid {
    margin-bottom: 9.666666666666666rem;
  }

  .ausgriddetails_row5section .dnd-section>.row-fluid {
    margin-bottom: 10rem;
  }

  .ausgriddetails_row6section .widget-type-rich_text {
    padding-left: 8.666666666666666rem;
  }

  .ausgriddetails_row6section .widget-type-linked_image {
    margin-bottom: 10rem;
  }

  .ausgriddetails_row7section .row-fluid .span8 {
    margin-left: 2em;
  }

  .ausgriddetails_row7section .dnd-section>.row-fluid {
    margin-bottom: 10rem;
  }

  .ausgriddetails_row8section .widget-type-rich_text {
    padding-left: 8.666666666666666rem;
  }

  .ausgriddetails_row8section .widget-type-linked_image {
    margin-bottom: 10rem;
  }

  .ausgriddetails_row4section.studydetails_content .widget-type-rich_text {
    margin-bottom: 10rem;
  }

  .ausgriddetails_row8section .widget-type-rich_text {
    margin-bottom: 9.666666666666666rem;
  }

  .ausgriddetails_row10section .dnd-section>.row-fluid {
    margin-bottom: 10rem;
  }

  .ausgriddetails_row9section.studydetails_content .widget-type-rich_text {
    margin-bottom: 10rem;
  }

  .work-row2-section .dnd-section>.row-fluid {
    margin-bottom: 9.666666666666666rem;
  }

  .ausgriddetails_page .services-modal-case-studies .case-studies__right {
    max-width: 36rem;
    width: 100%;
  }

  .ausgriddetails_page .services-modal-case-studies .case-studies h2 {
    max-width: 32rem;
  }
}

@media (min-width: 782px){
  .casestudydetails_row3section .row-fluid .span6 + .span6 {
    margin-left: 2em;
  }

  .singaporepublicsector_row3section .row-fluid .span5 {
    margin-left: 2em;
  }

  .ausgriddetails_row5section .row-fluid .span6 + .span6 {
    margin-left: 2em;
  }

  .ausgriddetails_row10section .row-fluid .span4 {
    margin-left: 2em;
  }
}


@media (min-width: 1024px){
  .hidden_desktop {
    display: none;
  }

  .lg-w-1_2 {
    width: 50%;
  }

  #embrace-new-normal-page .row-fluid .span6{
    width: 50%;
    margin-left: 0;
    margin-right: 0;
  }

  #embrace-new-normal-page .row-fluid .span6 + .span6 {
    padding-left: 7.333333333333333rem;
  }

  .lg-w-2_3 {
    width: 66.666667%;
  }

  .lg-w-4_5 {
    width: 80%;
  }

  .w-1_5 {
    width: 20%;
  }

  .lg-pr-75{
    padding-right: 5rem;
  }

  .px-30 {
    padding-left: 2rem;
    padding-right: 2rem;
  }

  .mb-100 {
    margin-bottom: 6.666666666666667rem;
  }
  #dap-form .row-fluid .span4 {
    width: 33.333333%;
    margin-left: 0;
    margin-right: 0;
    padding-right: 1.3333333333333333rem;
  }

  #dap-form .row-fluid .span8 {
    width: 66.666667%;
    margin-left: 0;
    margin-right: 0;
    padding-left: 1.3333333333333333rem;
  }

  .casestudydetails_row2section .dnd-section>.row-fluid {
    padding-left: 1.3333333333333333rem;
    padding-right: 1.3333333333333333rem;
  }

  .singaporepublicsector_page .dnd-section>.row-fluid {
    padding-left: 1.3333333333333333rem;
    padding-right: 1.3333333333333333rem;
  }

  .contact_page {
    margin-top: 13.333333333333334rem;
  }
}

@media (min-width: 1230px){
  .mt-80 {
    margin-top: 5.333333333333333rem;
  }
}

@media (max-width: 1440px){
  .casestudydetails_row2section .widget-type-rich_text p em {
    font-size: 12px;
  }

  .anchor_page .casestudydetails_row2section .widget-type-rich_text p strong {
    font-size: 12px;
  }
}

@media (max-width: 1260px){
  .ausgriddetails_row2section .row-fluid .span4,
  .ausgriddetails_row2section .row-fluid .span8 {
    padding-left: 0;
  }
}

@media (max-width: 1230px){
  .casestudydetailsproton_row8section .row-fluid .span8 {
    padding-right: 4rem;
  }
}

@media (max-width: 1100px){


  .ausgriddetails_row7section .row-fluid .span4, .ausgriddetails_row7section .row-fluid .span8 {
    width: 100%;
    -webkit-flex-basis: 100%;
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    margin-left: 0;
    padding-left: 0;
  }
}


@media (max-width: 1024px){
  .hidden_tablet {
    display: none;
  }

  .solution.bg-black .row-fluid {
    flex-wrap: wrap;
  }
  .solution.bg-black .row-fluid .span6 {
    width: 100%;
    margin: 0;
  }

  #embrace-new-normal-page .widget-type-linked_image {
    width: 100%;
    margin-top: 2.6666666666666665rem;
  }

  section#dap-form .row-fluid {
    flex-wrap: wrap;
  }

  section#dap-form .row-fluid .span4, section#dap-form .row-fluid .span8 {
    width: 100%;
    margin-left: 0;
    margin-right: 0;
    padding-left: 0;
    padding-right: 0;
  }

  section#dap-form .dnd-section>.row-fluid {
    padding-left: 1.3333333333333333rem;
    padding-right: 1.3333333333333333rem;
  }

  .rapid-lead-wrapper .hidden_tablet {
    display: block;
  }
  .anchor_page .casestudydetails_row3section .dnd-section .widget-type-rich_text ,
  .casestudydetails_row2section .dnd-section .widget-type-rich_text {
    padding-left: 2rem;
    padding-right: 2rem;
  }

  .casestudydetails_row2section .widget-type-linked_image {
    padding-left: 2rem;
    padding-right: 2rem;
  }


  .anchor_page .casestudydetails_row3section .dnd-section>.row-fluid {
    max-width: 80rem;
    padding-left: 4rem;
    padding-right: 4rem;
  }

  .anchor_page .casestudydetails_row4section .dnd-section .widget-type-rich_text {
    padding-left: 2rem;
    padding-right: 2rem;
  }

  .darlieallshiny_row4section .widget-type-rich_text,
  .darlieallshiny_row2section .widget-type-rich_text,
  .singaporepublicsector_row2section .widget-type-linked_image,
  .singaporepublicsector_row2section .dnd-section .widget-type-rich_text {
    padding-left: 2rem;
    padding-right: 2rem;
  }
  .singaporepublicsector_row4section .widget-type-rich_text,
  .singaporepublicsector_row3section .row-fluid .span5, .singaporepublicsector_row3section .row-fluid .span7 {
    padding-left: 2rem;
    padding-right: 2rem;
  }

  .singaporepublicsector_row3section .widget-type-linked_image {
    margin: 0 0 1em;
  }

  .singaporepublicsector_row3section .widget-type-linked_image img {
    display: block;
  }
  .casestudydetailsproton_row4section .dnd-section>.row-fluid,
  .darlieallshiny_row3section .video-lightbox-wrapper,
  .darlieallshiny_row2section .dnd-section .widget-type-rich_text {
    padding-left: 2rem;
    padding-right: 2rem;
  }

  .casestudydetailsproton_row5section .widget-type-rich_text, 
  .casestudydetailsproton_row3section .widget-type-rich_text,
  .casestudydetailsproton_row2section .row-fluid .span8,
  .casestudydetailsproton_row2section .row-fluid .span4 {
    width: 100%;
    -webkit-flex-basis: 100% !important;
    -ms-flex-preferred-size: 100% !important;
    flex-basis: 100% !important;
  }

  .casestudydetailsproton_row7section .widget-type-linked_image,
  .casestudydetailsproton_row6section .dnd-section>.row-fluid,
  .casestudydetailsproton_row4section .dnd-section>.row-fluid>div,
  .casestudydetailsproton_row5section .dnd-section>.row-fluid>div,
  .casestudydetailsproton_row3section .dnd-section>.row-fluid>div,
  .casestudydetailsproton_row2section .dnd-section>.row-fluid,
  .casestudydetailsproton_row2section .row-fluid .span8,
  .casestudydetailsproton_row2section .row-fluid .span4 {
    padding-left: 2rem;
    padding-right: 2rem;
  }

  .casestudydetailsproton_row2section p:last-child {
    padding-bottom: 0 !important;
  }
  .casestudydetailsproton_row2section .row-fluid .span4 {
    margin-left: 0;
  }

  .container-medium,
  .container-grid-list,
  .casestudydetailsproton_row9section .widget-type-rich_text,
  .page-center .detailsinner-page-center,
  .casestudydetailsproton_row7section .widget-type-rich_text {
    padding-left: 2rem;
    padding-right: 2rem;
  }

  .casestudydetailsproton_row10section .row-fluid .span5 .row-fluid {
    display: flex;
    flex-wrap: wrap;
  }

  .ausgriddetails_row2section .row-fluid,
  .casestudydetailsproton_row2section .row-fluid {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .ausgriddetails_row2section .row-fluid .span8, .ausgriddetails_row2section .row-fluid .span4 {
    width: 100%;
    -webkit-flex-basis: 100% !important;
    -ms-flex-preferred-size: 100% !important;
    flex-basis: 100% !important;
  }

  .ausgriddetails_row2section .row-fluid .span4 {
    margin-left: 0;
  }

  .container-narrow {
    padding-left: 2rem;
    padding-right: 2rem;
  }

  #contact-page {
    margin-top: 5.333333333333333rem;
  }
}

@media (max-width: 990px){
  .casestudydetailsproton_row10section .row-fluid .span7, .casestudydetailsproton_row10section .row-fluid .span5,
  .singaporepublicsector_row3section .row-fluid .span5,
  .singaporepublicsector_row3section .row-fluid .span7 {
    width: 100%;
    -webkit-flex-basis: 100% !important;
    -ms-flex-preferred-size: 100% !important;
    flex-basis: 100% !important;
  }

  .singaporepublicsector_row3section .row-fluid {
    display: flex;
    flex-wrap: wrap;
  }

  .casestudydetailsproton_row10section .row-fluid {
    flex-wrap: wrap;
  }
}

@media (max-width: 790px){
  .casestudydetailsproton_row8section .row-fluid .span8 {
    padding-right: 0;
  }

  .casestudydetailsproton_row8section .row-fluid .span8, 
  .casestudydetailsproton_row8section .row-fluid .span4 {
    width: 100%;
    -webkit-flex-basis: 100%;
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    margin-left: 0;
  }

  .casestudydetailsproton_row8section {
    margin-top: 1.8rem;
  }

  .ausgriddetails_row10section .row-fluid .span8, .ausgriddetails_row10section .row-fluid .span4 {
    width: 100%;
    -webkit-flex-basis: 100%;
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
  }

  .ausgriddetails_row10section .dnd-section>.row-fluid {
    display: flex;
    -webkit-flex-wrap: wrap !important;
    -ms-flex-wrap: wrap !important;
    flex-wrap: wrap !important;
  }

  .ausgriddetails_row10section .row-fluid .span8 {
    padding-right: 0;
  }

  .ausgriddetails_row10section .dnd-section>.row-fluid {
    margin-top: 6.666666666666667rem;
  }

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

  .ausgriddetails_row9section .dnd-section>.row-fluid p:last-child {
    margin-bottom: 0;
  }

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

  .minimalist-accordion__header::after {
    background-image: url(https://19517891.fs1.hubspotusercontent-na2.net/hubfs/19517891/raw_assets/public/GrowthOps_December2021/images/accordion-icon.svg);
  }
}



@media (max-width: 767px){
  .rapid-lead-wrapper .hidden_tablet {
    display: none;
  }

  #product-market-fit-testing .widget-type-rich_text {
    width: 100%;
  }

  #worklisting_wrapper .filter-row:after{
    content: url(https://19517891.fs1.hubspotusercontent-na2.net/hubfs/19517891/raw_assets/public/GrowthOps_December2021/images/accordion-icon.svg);
  }

  .casestudydetails_row1section {
    padding-top: 6.666666666666667rem;
  }

  .casestudydetails_row1section .widget-type-linked_image {
    margin: 0 0 1em;
    padding-bottom: 5rem;
  }

  .casestudydetails_row2section .dnd-section .widget-type-rich_text {
    margin-bottom: 5rem;
  }

  .anchor_page .casestudydetails_row4section .dnd-section .widget-type-rich_text {
    margin-bottom: 5rem;
  }

  .anchor_page .casestudydetails_row2section .dnd-section>.row-fluid {
    padding-left: 4rem;
    padding-right: 4rem;
  }

  .widget-type-linked_image .widget-type-linked_image,
  .singaporepublicsector_row1section .widget-type-linked_image {
    padding-bottom: 5rem;
    margin: 0 0 1em;
  }

  .singaporepublicsector_row2section .widget-type-linked_image,
  .singaporepublicsector_row2section .dnd-section .widget-type-rich_text {
    margin-bottom: 5rem;
  }

  #dap-form form textarea {
    min-height: 200px;
  }
  .casestudydetailsproton_row7section h2,
  .casestudydetailsproton_row5section .widget-type-rich_text,
  .casestudydetailsproton_row3section .widget-type-rich_text {
    padding-left: 0;
  }

  .casestudydetailsproton_row8section .page-center .dnd-section>.row-fluid,
  .casestudydetailsproton_row4section .row-fluid {
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .casestudydetailsproton_row5section .widget-type-linked_image {
    margin-bottom: 5rem;
  }

  .casestudydetailsproton_row7section .widget-type-rich_text {
    margin-bottom: 4.666666666666667rem;
  }

  .casestudydetailsproton_row6section .widget-type-rich_text {
    padding-left: 2rem;
    padding-right: 2rem;
  }

  .ausgriddetails_row3section .widget-type-rich_text {
    padding-left: 0;
  }

  .ausgriddetails_row4section .widget-type-rich_text h4 {
    padding-top: 0;
  }

  .ausgriddetails_row3section h2 {
    margin-bottom: 13px;
  }

  .ausgriddetails_row5section .row-fluid .span6 {
    -webkit-flex-basis: 100%;
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    width: 100%;
    margin-left: 0;
  }
  .ausgriddetails_row5section .row-fluid .span6{
    flex-basis: calc(50% - 1em)!important;
    flex-grow: 0;
  }

  .ausgriddetails_row5section .row-fluid {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    display: flex;
  }

  .ausgriddetails_row9section .dnd-section>.row-fluid .widget-type-rich_text{
    margin-bottom: 0;
  }

  .ausgriddetails_row10section blockquote h1 {
    font-size: 4.133333333333334rem;
    font-weight: 300;
    line-height: 125%;
  }
  #contactinfo_wrapper .contact-form-wrapper #dap-form form .hs-form-field.hs-fieldtype-select>label,
  #contactinfo_wrapper  #dap-form form .hs-input::-webkit-input-placeholder {
    color: #bbbdbf;
    text-transform: uppercase;
    font-weight: 500;
    font-size: 1rem;
  }
  #contactinfo_wrapper ul.no-list.hs-error-msgs.inputs-list li label {
    text-align: left;
  }
}

@media (max-width: 640px){
  #product-market-fit-testing .widget-type-rich_text h1 {
    font-size: 3.16667rem;
  }

  .dap-form h1 {
    font-size: 3.16667rem;
  }

  #dap-form form ul.inputs-list.multi-container li {
    width: 100%;
    max-width: 100%;
    margin-bottom: 40px;
  }

  .singaporepublicsector_row3section h1 {
    font-size: 3.16667rem;
  }

  .singaporepublicsector_page .widget-type-rich_text blockquote p:last-child {
    margin-bottom: 0;
  }

  .ausgriddetails_row8section h2,
  .ausgriddetails_row6section h2,
  .ausgriddetails_row3section h2,
  .casestudydetailsproton_row7section h2,
  .casestudydetailsproton_row5section .widget-type-rich_text h2, 
  .casestudydetailsproton_row3section .widget-type-rich_text h2 {
    font-size: 2.333333rem;
  }

  .casestudydetailsproton_row2section .row-fluid {
    flex-wrap: wrap;
    display: flex;
    flex-direction: column-reverse;
  }

  .casestudydetailsproton_row2section .row-fluid .span8 {
    margin-top: 2rem;
  }


  .casestudydetailsproton_row10section h1 {
    font-size: 3.16667rem;
  }
  .casestudydetailsproton_row9section .widget-type-linked_image {
    margin-bottom: 5.666666666666667rem;
  }

  .ausgriddetails_row2section .row-fluid {
    display: flex;
    flex-direction: column-reverse;
  }

  .ausgriddetails_row2section .row-fluid .span8 {
    margin-top: 2rem;
  }

  .ausgriddetails_row10section blockquote h1 {
    margin-bottom: 3rem;
  }
}

@media (min-width: 781px) and (max-width: 1100px){
  .ausgriddetails_row7section .dnd-section>.row-fluid{
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    display: flex;
  }
}

@media (min-width: 600px) and (max-width: 781px){
  .casestudydetails_row2section .row-fluid .span6 {
    width: calc(50% - 1em)!important;
  }

  .casestudydetails_row2section .row-fluid .span6 + .span6 {
    margin-left: 2em;
  }

  .casestudydetails_row2section .dnd-section>.row-fluid {
    display: flex;
    flex-wrap: wrap;
  }

  .anchor_page .casestudydetails_row3section .row-fluid {
    display: flex;
    flex-wrap: wrap;
  }

  .anchor_page .casestudydetails_row3section .row-fluid .span6 {
    flex-basis: calc(50% - 1em);
    margin-left: 0;
    margin-right: 0;
  }

  .casestudydetailsproton_row11section .row-fluid .span6,
  .casestudydetailsproton_row4section .row-fluid .span6,
  .casestudydetailsproton_row8section .row-fluid .span8, .casestudydetailsproton_row8section .row-fluid .span4{
    flex-basis: calc(50% - 1em)!important;
    flex-grow: 0;
  }

  .casestudydetailsproton_row10section .row-fluid .span5 {
    margin-left: 2em;
  }

  .casestudydetailsproton_row11section .row-fluid {
    display: flex;
    flex-wrap: wrap;
  }

  .ausgriddetails_row7section .row-fluid .span4, .ausgriddetails_row7section .row-fluid .span8 {
    flex-basis: calc(50% - 1em)!important;
    flex-grow: 0;
  }

  .ausgriddetails_row10section .row-fluid .span8, .ausgriddetails_row10section .row-fluid .span4 {
    flex-basis: calc(50% - 1em)!important;
    flex-grow: 0;
  }


}

@media (max-width: 599px){
  .casestudydetailsproton_row11section .row-fluid .span6,
  .casestudydetailsproton_row4section .row-fluid .span6 {
    flex-basis: 100%!important;
  }
  .casestudydetails_row2section .row-fluid .span6 + .span6 {
    margin-bottom: 1.75em;
  }

  .casestudydetails_row2section .row-fluid .span6 {
    margin-bottom: 0;
  }

  .casestudydetailsproton_row11section .row-fluid .span6, .casestudydetailsproton_row4section .row-fluid .span6 {
    width: 100%;
  }

  .ausgriddetails_row5section .row-fluid .span6 {
    flex-basis: 100%!important;
  }
}


@media (max-width: 400px){
  section#dap-form fieldset.form-columns-2 .hs-form-field:last-child {
    padding-left: 0;
  }

  section#dap-form fieldset.form-columns-2 .hs-form-field:last-child>label {
    padding-left: 0;
  }
  .ausgriddetails_row10section blockquote h1 {
    font-size: 2.133333333333334rem;
  }
}
.full-width-layout {
    overflow: hidden;
}
.services-layout {
    overflow-x: hidden;
}
@media (max-width:374px) {
  .corporate-layout .cm-banner h1 {
    font-size: 2.9rem;
  }
}

button.mfp-close {
    background: transparent !important;
    opacity: .65 !important;
}
.cm-landing-page h1, .cm-landing-page h1+p {
    color: #000;
}
.cm-landing-page h1, .migration h1 {
    font-size: 4.133333333333334rem;
}
.cm-website-pge a.button {
    text-align: center;
    line-height: 113px;
    letter-spacing: 0.5px;
    font-size: 12px;
    text-transform: uppercase;
    color: #0B0D0F;
    font-weight: 700;
    min-height: 110px;
  text-transform: uppercase;
}
.migration form .hs-button, .cm-landing-page form .hs-button {
  min-width: 110px;
  font-size: 12px;
  color: #0b0d0f;
  font-weight: 700;
  margin-top: 10px;
  margin-bottom: 20px;
  line-height: 1.5;
  min-height: auto;
  padding-top: 60px;
  padding-bottom: 60px;
  text-transform: uppercase;
}
.cm-website-pge a.button:hover {
    background-color: rgba(255,51,102,1.0);
    color: #fff;
}
@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .hs-input::-ms-clear {
    display: none;
  }
}

.contact_page ::-webkit-input-placeholder { /* Chrome/Opera/Safari */
color: #BBBDBF !important;
}
.contact_page ::-moz-placeholder { /* Firefox 19+ */
color: #BBBDBF !important;
}
.contact_page :-ms-input-placeholder { /* IE 10+ */
color: #BBBDBF !important;
}
.contact_page :-moz-placeholder { /* Firefox 18- */
color: #BBBDBF !important;
}