/* @import url('http://example.com/example_style.css'); */

/***********************************************/
/* CSS @imports must be at the top of the file */
/* Add them above this section                 */
/***********************************************/

/*****************************************/
/* Start your style declarations here    */
/*****************************************/

:root {
  --padding__container: 2rem;
  --super__gradient: linear-gradient(180deg, #110028 0%, #23004c 100%);
  --bg--primary: var(--color__pu90);
  --radius--primary: 2.5rem;

  --color__pu90: #20123a;
  --color__pu80: #45256b;
  --color__pu70: #5d328b;
  --color__pu60: #723ea6;
  --color__pu50: #9555d1;
  --color__pu40: #b969ff;
  --color__pu30: #d5a5ff;
  --color__pu20: #e3c3ff;
  --color__pu10: #f1e1ff;
  --color__pu5: #f3f0f4;

  --color__pi50: #cc3997;
  --color__pi40: #ff47bd;
  --color__pi20: #ffb5e5;

  --color__ye30: #ffb547;
}
*, *:before, *:after {
  box-sizing: border-box;
}


.bottom-pane .flickity-prev-next-button {
  background: url(//24973737.fs1.hubspotusercontent-eu1.net/hubfs/24973737/raw_assets/public/AdwayAB_February2023/images/icon-circle_arrow.svg) no-repeat center/cover;
}

.bottom-pane .flickity-prev-next-button:hover {
  background: url(//24973737.fs1.hubspotusercontent-eu1.net/hubfs/24973737/raw_assets/public/AdwayAB_February2023/images/icon-circle_arrow--pink.svg) no-repeat center/cover;
}

.bottom-pane .overlay:before {
  background-image: url('https://adway.ai/hubfs/Website%20Assets/overlay/overlay--yellow.webp');
}

.bottom-pane .overlay:after {
  background-image: url('https://adway.ai/hubfs/Website%20Assets/overlay/overlay--purple.webp');
}

.partner-banner .ad-banner .btn.btn--primary a.btn_white svg {
  margin: 0;
  margin-left: 1rem;
}

.sticky_btn .btn.btn--primary a.btn_white.btn_right svg {
  margin: 0;
  margin-left: 1rem;
}
/*! 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 */
	scroll-behavior: smooth;
  -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;
}

.dnd-section > .row-fluid,
.page-center,
.content-wrapper {
  padding-left: 20px;
  padding-right: 20px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}

.dnd-section[class*="force-full"]>.row-fluid {
  padding-left: 0 !important;
  padding-right: 0 !important;
}

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

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


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

.dnd-section[class*="-force-full-width-section"]{
  padding:0;
}

.dnd-section[class*="-force-full-width-section"]>.row-fluid {
  max-width: 100% !important;
  padding-left: 0 !important;
  padding-right:0 !important;
  width:100% !important;
}
/* @import url('http://example.com/example_style.css'); */

/***********************************************/
/* CSS @imports must be at the top of the file */
/* Add them above this section                 */
/***********************************************/

/*****************************************/
/* Start your style declarations here    */
/*****************************************/

.container{
  width: 100%;
  padding-right: 2rem;
  padding-left: 2rem;
  margin-right: auto;
  margin-left: auto;
}
@media (min-width: 991px) {
  .container {
    max-width: 132rem;
  }
}
.text-left{
  text-align: left!important;
}
.text-right{
  text-align: right!important;
}
/* For content that needs to be visually hidden but stay visible for screenreaders */

.text-center{
	text-align: center;
}
.cursor--pointer{
  cursor: pointer;
}
.pointer-events--none{
  pointer-events: none;
}

.overflow-auto{
	overflow: auto;
}

.scrollbar-hide{
	scrollbar-width: none;
}

.scrollbar-hide::-webkit-scrollbar{
	display: none;
	width: 0;
	height: 0;
}
.d-none {
  display: none !important;
}
.d-inline {
  display: inline !important;
}
.d-inline-block {
  display: inline-block !important;
}
.d-block {
  display: block !important;
}
.d-table {
  display: table !important;
}
.d-table-row {
  display: table-row !important;
}
.d-table-cell {
  display: table-cell !important;
}
.d-flex {
  display: flex !important;
}
.d-inline-flex {
  display: inline-flex !important;
}
@media (min-width: 991px) {
  .d-lg-none {
    display: none !important;
  }
  .d-lg-inline {
    display: inline !important;
  }
  .d-lg-inline-block {
    display: inline-block !important;
  }
  .d-lg-block {
    display: block !important;
  }
  .d-lg-table {
    display: table !important;
  }
  .d-lg-table-row {
    display: table-row !important;
  }
  .d-lg-table-cell {
    display: table-cell !important;
  }
  .d-lg-flex {
    display: flex !important;
  }
  .d-lg-inline-flex {
    display: inline-flex !important;
  }
}

.flex-row {
  flex-direction: row !important;
}
.flex-column {
  flex-direction: column !important;
}
.flex-row-reverse {
  flex-direction: row-reverse !important;
}
.flex-column-reverse {
  flex-direction: column-reverse !important;
}
.flex-wrap {
  flex-wrap: wrap !important;
}
.flex-nowrap {
  flex-wrap: nowrap !important;
}
.flex-wrap-reverse {
  flex-wrap: wrap-reverse !important;
}
.flex-fill {
  flex: 1 1 auto !important;
}
.flex-grow-0 {
  flex-grow: 0 !important;
}
.flex-grow-1 {
  flex-grow: 1 !important;
}
.flex-shrink-0 {
  flex-shrink: 0 !important;
}
.flex-shrink-1 {
  flex-shrink: 1 !important;
}
.justify-content-start {
  justify-content: flex-start !important;
}
.justify-content-end {
  justify-content: flex-end !important;
}
.justify-content-center {
  justify-content: center !important;
}
.justify-content-between {
  justify-content: space-between !important;
}
.justify-content-around {
  justify-content: space-around !important;
}
.align-items-start {
  align-items: flex-start !important;
}
.align-items-end {
  align-items: flex-end !important;
}
.align-items-center {
  align-items: center !important;
}
.align-items-baseline {
  align-items: baseline !important;
}
.align-items-stretch {
  align-items: stretch !important;
}
.align-content-start {
  align-content: flex-start !important;
}
.align-content-end {
  align-content: flex-end !important;
}
.align-content-center {
  align-content: center !important;
}
.align-content-between {
  align-content: space-between !important;
}
.align-content-around {
  align-content: space-around !important;
}
.align-content-stretch {
  align-content: stretch !important;
}
.align-self-auto {
  align-self: auto !important;
}
.align-self-start {
  align-self: flex-start !important;
}
.align-self-end {
  align-self: flex-end !important;
}
.align-self-center {
  align-self: center !important;
}
.align-self-baseline {
  align-self: baseline !important;
}
.align-self-stretch {
  align-self: stretch !important;
}
@media (min-width: 991px) {
  .flex-lg-row {
    flex-direction: row !important;
  }
  .flex-lg-column {
    flex-direction: column !important;
  }
  .flex-lg-row-reverse {
    flex-direction: row-reverse !important;
  }
  .flex-lg-column-reverse {
    flex-direction: column-reverse !important;
  }
  .flex-lg-wrap {
    flex-wrap: wrap !important;
  }
  .flex-lg-nowrap {
    flex-wrap: nowrap !important;
  }
  .flex-lg-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  .flex-lg-fill {
    flex: 1 1 auto !important;
  }
  .flex-lg-grow-0 {
    flex-grow: 0 !important;
  }
  .flex-lg-grow-1 {
    flex-grow: 1 !important;
  }
  .flex-lg-shrink-0 {
    flex-shrink: 0 !important;
  }
  .flex-lg-shrink-1 {
    flex-shrink: 1 !important;
  }
  .justify-content-lg-start {
    justify-content: flex-start !important;
  }
  .justify-content-lg-end {
    justify-content: flex-end !important;
  }
  .justify-content-lg-center {
    justify-content: center !important;
  }
  .justify-content-lg-between {
    justify-content: space-between !important;
  }
  .justify-content-lg-around {
    justify-content: space-around !important;
  }
  .align-items-lg-start {
    align-items: flex-start !important;
  }
  .align-items-lg-end {
    align-items: flex-end !important;
  }
  .align-items-lg-center {
    align-items: center !important;
  }
  .align-items-lg-baseline {
    align-items: baseline !important;
  }
  .align-items-lg-stretch {
    align-items: stretch !important;
  }
  .align-content-lg-start {
    align-content: flex-start !important;
  }
  .align-content-lg-end {
    align-content: flex-end !important;
  }
  .align-content-lg-center {
    align-content: center !important;
  }
  .align-content-lg-between {
    align-content: space-between !important;
  }
  .align-content-lg-around {
    align-content: space-around !important;
  }
  .align-content-lg-stretch {
    align-content: stretch !important;
  }
  .align-self-lg-auto {
    align-self: auto !important;
  }
  .align-self-lg-start {
    align-self: flex-start !important;
  }
  .align-self-lg-end {
    align-self: flex-end !important;
  }
  .align-self-lg-center {
    align-self: center !important;
  }
  .align-self-lg-baseline {
    align-self: baseline !important;
  }
  .align-self-lg-stretch {
    align-self: stretch !important;
  }
}
/* @import url('http://example.com/example_style.css'); */

/***********************************************/
/* CSS @imports must be at the top of the file */
/* Add them above this section                 */
/***********************************************/

/*****************************************/
/* Start your style declarations here    */
/*****************************************/

.m-0 {
  margin: 0 !important;
}
.mt-0,
.my-0 {
  margin-top: 0 !important;
}
.mr-0,
.mx-0 {
  margin-right: 0 !important;
}
.mb-0,
.my-0 {
  margin-bottom: 0 !important;
}
.ml-0,
.mx-0 {
  margin-left: 0 !important;
}
.m-1 {
  margin: 1rem !important;
}
.mt-1,
.my-1 {
  margin-top: 1rem !important;
}
.mr-1,
.mx-1 {
  margin-right: 1rem !important;
}
.mb-1,
.my-1 {
  margin-bottom: 1rem !important;
}
.ml-1,
.mx-1 {
  margin-left: 1rem !important;
}
.m-2 {
  margin: 2rem !important;
}
.mt-2,
.my-2 {
  margin-top: 2rem !important;
}
.mr-2,
.mx-2 {
  margin-right: 2rem !important;
}
.mb-2,
.my-2 {
  margin-bottom: 2rem !important;
}
.ml-2,
.mx-2 {
  margin-left: 2rem !important;
}
.m-3 {
  margin: 3rem !important;
}
.mt-3,
.my-3 {
  margin-top: 3rem !important;
}
.mr-3,
.mx-3 {
  margin-right: 3rem !important;
}
.mb-3,
.my-3 {
  margin-bottom: 3rem !important;
}
.ml-3,
.mx-3 {
  margin-left: 3rem !important;
}
.m-4 {
  margin: 4rem !important;
}
.mt-4,
.my-4 {
  margin-top: 4rem !important;
}
.mr-4,
.mx-4 {
  margin-right: 4rem !important;
}
.mb-4,
.my-4 {
  margin-bottom: 4rem !important;
}
.ml-4,
.mx-4 {
  margin-left: 4rem !important;
}
.m-5 {
  margin: 5rem !important;
}
.mt-5,
.my-5 {
  margin-top: 5rem !important;
}
.mr-5,
.mx-5 {
  margin-right: 5rem !important;
}
.mb-5,
.my-5 {
  margin-bottom: 5rem !important;
}
.ml-5,
.mx-5 {
  margin-left: 5rem !important;
}
.m-05 {
  margin: 0.5rem !important;
}
.mt-05,
.my-05 {
  margin-top: 0.5rem !important;
}
.mr-05,
.mx-05 {
  margin-right: 0.5rem !important;
}
.mb-05,
.my-05 {
  margin-bottom: 0.5rem !important;
}
.ml-05,
.mx-05 {
  margin-left: 0.5rem !important;
}
.m-6 {
  margin: 6rem !important;
}
.mt-6,
.my-6 {
  margin-top: 6rem !important;
}
.mr-6,
.mx-6 {
  margin-right: 6rem !important;
}
.mb-6,
.my-6 {
  margin-bottom: 6rem !important;
}
.ml-6,
.mx-6 {
  margin-left: 6rem !important;
}
.m-7 {
  margin: 7rem !important;
}
.mt-7,
.my-7 {
  margin-top: 7rem !important;
}
.mr-7,
.mx-7 {
  margin-right: 7rem !important;
}
.mb-7,
.my-7 {
  margin-bottom: 7rem !important;
}
.ml-7,
.mx-7 {
  margin-left: 7rem !important;
}
.m-8 {
  margin: 8rem !important;
}
.mt-8,
.my-8 {
  margin-top: 8rem !important;
}
.mr-8,
.mx-8 {
  margin-right: 8rem !important;
}
.mb-8,
.my-8 {
  margin-bottom: 8rem !important;
}
.ml-8,
.mx-8 {
  margin-left: 8rem !important;
}
.m-9 {
  margin: 9rem !important;
}
.mt-9,
.my-9 {
  margin-top: 9rem !important;
}
.mr-9,
.mx-9 {
  margin-right: 9rem !important;
}
.mb-9,
.my-9 {
  margin-bottom: 9rem !important;
}
.ml-9,
.mx-9 {
  margin-left: 9rem !important;
}
.m-10 {
  margin: 10rem !important;
}
.mt-10,
.my-10 {
  margin-top: 10rem !important;
}
.mr-10,
.mx-10 {
  margin-right: 10rem !important;
}
.mb-10,
.my-10 {
  margin-bottom: 10rem !important;
}
.ml-10,
.mx-10 {
  margin-left: 10rem !important;
}
.m-11 {
  margin: 11rem !important;
}
.mt-11,
.my-11 {
  margin-top: 11rem !important;
}
.mr-11,
.mx-11 {
  margin-right: 11rem !important;
}
.mb-11,
.my-11 {
  margin-bottom: 11rem !important;
}
.ml-11,
.mx-11 {
  margin-left: 11rem !important;
}
.m-12 {
  margin: 12rem !important;
}
.mt-12,
.my-12 {
  margin-top: 12rem !important;
}
.mr-12,
.mx-12 {
  margin-right: 12rem !important;
}
.mb-12,
.my-12 {
  margin-bottom: 12rem !important;
}
.ml-12,
.mx-12 {
  margin-left: 12rem !important;
}
.m-15 {
  margin: 15rem !important;
}
.mt-15,
.my-15 {
  margin-top: 15rem !important;
}
.mr-15,
.mx-15 {
  margin-right: 15rem !important;
}
.mb-15,
.my-15 {
  margin-bottom: 15rem !important;
}
.ml-15,
.mx-15 {
  margin-left: 15rem !important;
}
.m-16 {
  margin: 16rem !important;
}
.mt-16,
.my-16 {
  margin-top: 16rem !important;
}
.mr-16,
.mx-16 {
  margin-right: 16rem !important;
}
.mb-16,
.my-16 {
  margin-bottom: 16rem !important;
}
.ml-16,
.mx-16 {
  margin-left: 16rem !important;
}
.p-0 {
  padding: 0 !important;
}
.pt-0,
.py-0 {
  padding-top: 0 !important;
}
.pr-0,
.px-0 {
  padding-right: 0 !important;
}
.pb-0,
.py-0 {
  padding-bottom: 0 !important;
}
.pl-0,
.px-0 {
  padding-left: 0 !important;
}
.p-1 {
  padding: 1rem !important;
}
.pt-1,
.py-1 {
  padding-top: 1rem !important;
}
.pr-1,
.px-1 {
  padding-right: 1rem !important;
}
.pb-1,
.py-1 {
  padding-bottom: 1rem !important;
}
.pl-1,
.px-1 {
  padding-left: 1rem !important;
}
.p-2 {
  padding: 2rem !important;
}
.pt-2,
.py-2 {
  padding-top: 2rem !important;
}
.pr-2,
.px-2 {
  padding-right: 2rem !important;
}
.pb-2,
.py-2 {
  padding-bottom: 2rem !important;
}
.pl-2,
.px-2 {
  padding-left: 2rem !important;
}
.p-3 {
  padding: 3rem !important;
}
.pt-3,
.py-3 {
  padding-top: 3rem !important;
}
.pr-3,
.px-3 {
  padding-right: 3rem !important;
}
.pb-3,
.py-3 {
  padding-bottom: 3rem !important;
}
.pl-3,
.px-3 {
  padding-left: 3rem !important;
}
.p-4 {
  padding: 4rem !important;
}
.pt-4,
.py-4 {
  padding-top: 4rem !important;
}
.pr-4,
.px-4 {
  padding-right: 4rem !important;
}
.pb-4,
.py-4 {
  padding-bottom: 4rem !important;
}
.pl-4,
.px-4 {
  padding-left: 4rem !important;
}
.p-5 {
  padding: 5rem !important;
}
.pt-5,
.py-5 {
  padding-top: 5rem !important;
}
.pr-5,
.px-5 {
  padding-right: 5rem !important;
}
.pb-5,
.py-5 {
  padding-bottom: 5rem !important;
}
.pl-5,
.px-5 {
  padding-left: 5rem !important;
}
.p-05 {
  padding: 0.5rem !important;
}
.pt-05,
.py-05 {
  padding-top: 0.5rem !important;
}
.pr-05,
.px-05 {
  padding-right: 0.5rem !important;
}
.pb-05,
.py-05 {
  padding-bottom: 0.5rem !important;
}
.pl-05,
.px-05 {
  padding-left: 0.5rem !important;
}
.p-6 {
  padding: 6rem !important;
}
.pt-6,
.py-6 {
  padding-top: 6rem !important;
}
.pr-6,
.px-6 {
  padding-right: 6rem !important;
}
.pb-6,
.py-6 {
  padding-bottom: 6rem !important;
}
.pl-6,
.px-6 {
  padding-left: 6rem !important;
}
.p-7 {
  padding: 7rem !important;
}
.pt-7,
.py-7 {
  padding-top: 7rem !important;
}
.pr-7,
.px-7 {
  padding-right: 7rem !important;
}
.pb-7,
.py-7 {
  padding-bottom: 7rem !important;
}
.pl-7,
.px-7 {
  padding-left: 7rem !important;
}
.p-8 {
  padding: 8rem !important;
}
.pt-8,
.py-8 {
  padding-top: 8rem !important;
}
.pr-8,
.px-8 {
  padding-right: 8rem !important;
}
.pb-8,
.py-8 {
  padding-bottom: 8rem !important;
}
.pl-8,
.px-8 {
  padding-left: 8rem !important;
}
.p-9 {
  padding: 9rem !important;
}
.pt-9,
.py-9 {
  padding-top: 9rem !important;
}
.pr-9,
.px-9 {
  padding-right: 9rem !important;
}
.pb-9,
.py-9 {
  padding-bottom: 9rem !important;
}
.pl-9,
.px-9 {
  padding-left: 9rem !important;
}
.p-10 {
  padding: 10rem !important;
}
.pt-10,
.py-10 {
  padding-top: 10rem !important;
}
.pr-10,
.px-10 {
  padding-right: 10rem !important;
}
.pb-10,
.py-10 {
  padding-bottom: 10rem !important;
}
.pl-10,
.px-10 {
  padding-left: 10rem !important;
}
.p-11 {
  padding: 11rem !important;
}
.pt-11,
.py-11 {
  padding-top: 11rem !important;
}
.pr-11,
.px-11 {
  padding-right: 11rem !important;
}
.pb-11,
.py-11 {
  padding-bottom: 11rem !important;
}
.pl-11,
.px-11 {
  padding-left: 11rem !important;
}
.p-12 {
  padding: 12rem !important;
}
.pt-12,
.py-12 {
  padding-top: 12rem !important;
}
.pr-12,
.px-12 {
  padding-right: 12rem !important;
}
.pb-12,
.py-12 {
  padding-bottom: 12rem !important;
}
.pl-12,
.px-12 {
  padding-left: 12rem !important;
}
.p-15 {
  padding: 15rem !important;
}
.pt-15,
.py-15 {
  padding-top: 15rem !important;
}
.pr-15,
.px-15 {
  padding-right: 15rem !important;
}
.pb-15,
.py-15 {
  padding-bottom: 15rem !important;
}
.pl-15,
.px-15 {
  padding-left: 15rem !important;
}
.p-16 {
  padding: 16rem !important;
}
.pt-16,
.py-16 {
  padding-top: 16rem !important;
}
.pr-16,
.px-16 {
  padding-right: 16rem !important;
}
.pb-16,
.py-16 {
  padding-bottom: 16rem !important;
}
.pl-16,
.px-16 {
  padding-left: 16rem !important;
}
.m-n1 {
  margin: -1rem !important;
}
.mt-n1,
.my-n1 {
  margin-top: -1rem !important;
}
.mr-n1,
.mx-n1 {
  margin-right: -1rem !important;
}
.mb-n1,
.my-n1 {
  margin-bottom: -1rem !important;
}
.ml-n1,
.mx-n1 {
  margin-left: -1rem !important;
}
.m-n2 {
  margin: -2rem !important;
}
.mt-n2,
.my-n2 {
  margin-top: -2rem !important;
}
.mr-n2,
.mx-n2 {
  margin-right: -2rem !important;
}
.mb-n2,
.my-n2 {
  margin-bottom: -2rem !important;
}
.ml-n2,
.mx-n2 {
  margin-left: -2rem !important;
}
.m-n3 {
  margin: -3rem !important;
}
.mt-n3,
.my-n3 {
  margin-top: -3rem !important;
}
.mr-n3,
.mx-n3 {
  margin-right: -3rem !important;
}
.mb-n3,
.my-n3 {
  margin-bottom: -3rem !important;
}
.ml-n3,
.mx-n3 {
  margin-left: -3rem !important;
}
.m-n4 {
  margin: -4rem !important;
}
.mt-n4,
.my-n4 {
  margin-top: -4rem !important;
}
.mr-n4,
.mx-n4 {
  margin-right: -4rem !important;
}
.mb-n4,
.my-n4 {
  margin-bottom: -4rem !important;
}
.ml-n4,
.mx-n4 {
  margin-left: -4rem !important;
}
.m-n5 {
  margin: -5rem !important;
}
.mt-n5,
.my-n5 {
  margin-top: -5rem !important;
}
.mr-n5,
.mx-n5 {
  margin-right: -5rem !important;
}
.mb-n5,
.my-n5 {
  margin-bottom: -5rem !important;
}
.ml-n5,
.mx-n5 {
  margin-left: -5rem !important;
}
.m-n05 {
  margin: -0.5rem !important;
}
.mt-n05,
.my-n05 {
  margin-top: -0.5rem !important;
}
.mr-n05,
.mx-n05 {
  margin-right: -0.5rem !important;
}
.mb-n05,
.my-n05 {
  margin-bottom: -0.5rem !important;
}
.ml-n05,
.mx-n05 {
  margin-left: -0.5rem !important;
}
.m-n6 {
  margin: -6rem !important;
}
.mt-n6,
.my-n6 {
  margin-top: -6rem !important;
}
.mr-n6,
.mx-n6 {
  margin-right: -6rem !important;
}
.mb-n6,
.my-n6 {
  margin-bottom: -6rem !important;
}
.ml-n6,
.mx-n6 {
  margin-left: -6rem !important;
}
.m-n7 {
  margin: -7rem !important;
}
.mt-n7,
.my-n7 {
  margin-top: -7rem !important;
}
.mr-n7,
.mx-n7 {
  margin-right: -7rem !important;
}
.mb-n7,
.my-n7 {
  margin-bottom: -7rem !important;
}
.ml-n7,
.mx-n7 {
  margin-left: -7rem !important;
}
.m-n8 {
  margin: -8rem !important;
}
.mt-n8,
.my-n8 {
  margin-top: -8rem !important;
}
.mr-n8,
.mx-n8 {
  margin-right: -8rem !important;
}
.mb-n8,
.my-n8 {
  margin-bottom: -8rem !important;
}
.ml-n8,
.mx-n8 {
  margin-left: -8rem !important;
}
.m-n9 {
  margin: -9rem !important;
}
.mt-n9,
.my-n9 {
  margin-top: -9rem !important;
}
.mr-n9,
.mx-n9 {
  margin-right: -9rem !important;
}
.mb-n9,
.my-n9 {
  margin-bottom: -9rem !important;
}
.ml-n9,
.mx-n9 {
  margin-left: -9rem !important;
}
.m-n10 {
  margin: -10rem !important;
}
.mt-n10,
.my-n10 {
  margin-top: -10rem !important;
}
.mr-n10,
.mx-n10 {
  margin-right: -10rem !important;
}
.mb-n10,
.my-n10 {
  margin-bottom: -10rem !important;
}
.ml-n10,
.mx-n10 {
  margin-left: -10rem !important;
}
.m-n11 {
  margin: -11rem !important;
}
.mt-n11,
.my-n11 {
  margin-top: -11rem !important;
}
.mr-n11,
.mx-n11 {
  margin-right: -11rem !important;
}
.mb-n11,
.my-n11 {
  margin-bottom: -11rem !important;
}
.ml-n11,
.mx-n11 {
  margin-left: -11rem !important;
}
.m-n12 {
  margin: -12rem !important;
}
.mt-n12,
.my-n12 {
  margin-top: -12rem !important;
}
.mr-n12,
.mx-n12 {
  margin-right: -12rem !important;
}
.mb-n12,
.my-n12 {
  margin-bottom: -12rem !important;
}
.ml-n12,
.mx-n12 {
  margin-left: -12rem !important;
}
.m-n15 {
  margin: -15rem !important;
}
.mt-n15,
.my-n15 {
  margin-top: -15rem !important;
}
.mr-n15,
.mx-n15 {
  margin-right: -15rem !important;
}
.mb-n15,
.my-n15 {
  margin-bottom: -15rem !important;
}
.ml-n15,
.mx-n15 {
  margin-left: -15rem !important;
}
.m-n16 {
  margin: -16rem !important;
}
.mt-n16,
.my-n16 {
  margin-top: -16rem !important;
}
.mr-n16,
.mx-n16 {
  margin-right: -16rem !important;
}
.mb-n16,
.my-n16 {
  margin-bottom: -16rem !important;
}
.ml-n16,
.mx-n16 {
  margin-left: -16rem !important;
}
.m-auto {
  margin: auto !important;
}
.mt-auto,
.my-auto {
  margin-top: auto !important;
}
.mr-auto,
.mx-auto {
  margin-right: auto !important;
}
.mb-auto,
.my-auto {
  margin-bottom: auto !important;
}
.ml-auto,
.mx-auto {
  margin-left: auto !important;
}
@media (min-width: 991px) {
  .m-lg-0 {
    margin: 0 !important;
  }
  .mt-lg-0,
  .my-lg-0 {
    margin-top: 0 !important;
  }
  .mr-lg-0,
  .mx-lg-0 {
    margin-right: 0 !important;
  }
  .mb-lg-0,
  .my-lg-0 {
    margin-bottom: 0 !important;
  }
  .ml-lg-0,
  .mx-lg-0 {
    margin-left: 0 !important;
  }
  .m-lg-1 {
    margin: 1rem !important;
  }
  .mt-lg-1,
  .my-lg-1 {
    margin-top: 1rem !important;
  }
  .mr-lg-1,
  .mx-lg-1 {
    margin-right: 1rem !important;
  }
  .mb-lg-1,
  .my-lg-1 {
    margin-bottom: 1rem !important;
  }
  .ml-lg-1,
  .mx-lg-1 {
    margin-left: 1rem !important;
  }
  .m-lg-2 {
    margin: 2rem !important;
  }
  .mt-lg-2,
  .my-lg-2 {
    margin-top: 2rem !important;
  }
  .mr-lg-2,
  .mx-lg-2 {
    margin-right: 2rem !important;
  }
  .mb-lg-2,
  .my-lg-2 {
    margin-bottom: 2rem !important;
  }
  .ml-lg-2,
  .mx-lg-2 {
    margin-left: 2rem !important;
  }
  .m-lg-3 {
    margin: 3rem !important;
  }
  .mt-lg-3,
  .my-lg-3 {
    margin-top: 3rem !important;
  }
  .mr-lg-3,
  .mx-lg-3 {
    margin-right: 3rem !important;
  }
  .mb-lg-3,
  .my-lg-3 {
    margin-bottom: 3rem !important;
  }
  .ml-lg-3,
  .mx-lg-3 {
    margin-left: 3rem !important;
  }
  .m-lg-4 {
    margin: 4rem !important;
  }
  .mt-lg-4,
  .my-lg-4 {
    margin-top: 4rem !important;
  }
  .mr-lg-4,
  .mx-lg-4 {
    margin-right: 4rem !important;
  }
  .mb-lg-4,
  .my-lg-4 {
    margin-bottom: 4rem !important;
  }
  .ml-lg-4,
  .mx-lg-4 {
    margin-left: 4rem !important;
  }
  .m-lg-5 {
    margin: 5rem !important;
  }
  .mt-lg-5,
  .my-lg-5 {
    margin-top: 5rem !important;
  }
  .mr-lg-5,
  .mx-lg-5 {
    margin-right: 5rem !important;
  }
  .mb-lg-5,
  .my-lg-5 {
    margin-bottom: 5rem !important;
  }
  .ml-lg-5,
  .mx-lg-5 {
    margin-left: 5rem !important;
  }
  .m-lg-05 {
    margin: 0.5rem !important;
  }
  .mt-lg-05,
  .my-lg-05 {
    margin-top: 0.5rem !important;
  }
  .mr-lg-05,
  .mx-lg-05 {
    margin-right: 0.5rem !important;
  }
  .mb-lg-05,
  .my-lg-05 {
    margin-bottom: 0.5rem !important;
  }
  .ml-lg-05,
  .mx-lg-05 {
    margin-left: 0.5rem !important;
  }
  .m-lg-6 {
    margin: 6rem !important;
  }
  .mt-lg-6,
  .my-lg-6 {
    margin-top: 6rem !important;
  }
  .mr-lg-6,
  .mx-lg-6 {
    margin-right: 6rem !important;
  }
  .mb-lg-6,
  .my-lg-6 {
    margin-bottom: 6rem !important;
  }
  .ml-lg-6,
  .mx-lg-6 {
    margin-left: 6rem !important;
  }
  .m-lg-7 {
    margin: 7rem !important;
  }
  .mt-lg-7,
  .my-lg-7 {
    margin-top: 7rem !important;
  }
  .mr-lg-7,
  .mx-lg-7 {
    margin-right: 7rem !important;
  }
  .mb-lg-7,
  .my-lg-7 {
    margin-bottom: 7rem !important;
  }
  .ml-lg-7,
  .mx-lg-7 {
    margin-left: 7rem !important;
  }
  .m-lg-8 {
    margin: 8rem !important;
  }
  .mt-lg-8,
  .my-lg-8 {
    margin-top: 8rem !important;
  }
  .mr-lg-8,
  .mx-lg-8 {
    margin-right: 8rem !important;
  }
  .mb-lg-8,
  .my-lg-8 {
    margin-bottom: 8rem !important;
  }
  .ml-lg-8,
  .mx-lg-8 {
    margin-left: 8rem !important;
  }
  .m-lg-9 {
    margin: 9rem !important;
  }
  .mt-lg-9,
  .my-lg-9 {
    margin-top: 9rem !important;
  }
  .mr-lg-9,
  .mx-lg-9 {
    margin-right: 9rem !important;
  }
  .mb-lg-9,
  .my-lg-9 {
    margin-bottom: 9rem !important;
  }
  .ml-lg-9,
  .mx-lg-9 {
    margin-left: 9rem !important;
  }
  .m-lg-10 {
    margin: 10rem !important;
  }
  .mt-lg-10,
  .my-lg-10 {
    margin-top: 10rem !important;
  }
  .mr-lg-10,
  .mx-lg-10 {
    margin-right: 10rem !important;
  }
  .mb-lg-10,
  .my-lg-10 {
    margin-bottom: 10rem !important;
  }
  .ml-lg-10,
  .mx-lg-10 {
    margin-left: 10rem !important;
  }
  .m-lg-11 {
    margin: 11rem !important;
  }
  .mt-lg-11,
  .my-lg-11 {
    margin-top: 11rem !important;
  }
  .mr-lg-11,
  .mx-lg-11 {
    margin-right: 11rem !important;
  }
  .mb-lg-11,
  .my-lg-11 {
    margin-bottom: 11rem !important;
  }
  .ml-lg-11,
  .mx-lg-11 {
    margin-left: 11rem !important;
  }
  .m-lg-12 {
    margin: 12rem !important;
  }
  .mt-lg-12,
  .my-lg-12 {
    margin-top: 12rem !important;
  }
  .mr-lg-12,
  .mx-lg-12 {
    margin-right: 12rem !important;
  }
  .mb-lg-12,
  .my-lg-12 {
    margin-bottom: 12rem !important;
  }
  .ml-lg-12,
  .mx-lg-12 {
    margin-left: 12rem !important;
  }
  .m-lg-15 {
    margin: 15rem !important;
  }
  .mt-lg-15,
  .my-lg-15 {
    margin-top: 15rem !important;
  }
  .mr-lg-15,
  .mx-lg-15 {
    margin-right: 15rem !important;
  }
  .mb-lg-15,
  .my-lg-15 {
    margin-bottom: 15rem !important;
  }
  .ml-lg-15,
  .mx-lg-15 {
    margin-left: 15rem !important;
  }
  .m-lg-16 {
    margin: 16rem !important;
  }
  .mt-lg-16,
  .my-lg-16 {
    margin-top: 16rem !important;
  }
  .mr-lg-16,
  .mx-lg-16 {
    margin-right: 16rem !important;
  }
  .mb-lg-16,
  .my-lg-16 {
    margin-bottom: 16rem !important;
  }
  .ml-lg-16,
  .mx-lg-16 {
    margin-left: 16rem !important;
  }
  .p-lg-0 {
    padding: 0 !important;
  }
  .pt-lg-0,
  .py-lg-0 {
    padding-top: 0 !important;
  }
  .pr-lg-0,
  .px-lg-0 {
    padding-right: 0 !important;
  }
  .pb-lg-0,
  .py-lg-0 {
    padding-bottom: 0 !important;
  }
  .pl-lg-0,
  .px-lg-0 {
    padding-left: 0 !important;
  }
  .p-lg-1 {
    padding: 1rem !important;
  }
  .pt-lg-1,
  .py-lg-1 {
    padding-top: 1rem !important;
  }
  .pr-lg-1,
  .px-lg-1 {
    padding-right: 1rem !important;
  }
  .pb-lg-1,
  .py-lg-1 {
    padding-bottom: 1rem !important;
  }
  .pl-lg-1,
  .px-lg-1 {
    padding-left: 1rem !important;
  }
  .p-lg-2 {
    padding: 2rem !important;
  }
  .pt-lg-2,
  .py-lg-2 {
    padding-top: 2rem !important;
  }
  .pr-lg-2,
  .px-lg-2 {
    padding-right: 2rem !important;
  }
  .pb-lg-2,
  .py-lg-2 {
    padding-bottom: 2rem !important;
  }
  .pl-lg-2,
  .px-lg-2 {
    padding-left: 2rem !important;
  }
  .p-lg-3 {
    padding: 3rem !important;
  }
  .pt-lg-3,
  .py-lg-3 {
    padding-top: 3rem !important;
  }
  .pr-lg-3,
  .px-lg-3 {
    padding-right: 3rem !important;
  }
  .pb-lg-3,
  .py-lg-3 {
    padding-bottom: 3rem !important;
  }
  .pl-lg-3,
  .px-lg-3 {
    padding-left: 3rem !important;
  }
  .p-lg-4 {
    padding: 4rem !important;
  }
  .pt-lg-4,
  .py-lg-4 {
    padding-top: 4rem !important;
  }
  .pr-lg-4,
  .px-lg-4 {
    padding-right: 4rem !important;
  }
  .pb-lg-4,
  .py-lg-4 {
    padding-bottom: 4rem !important;
  }
  .pl-lg-4,
  .px-lg-4 {
    padding-left: 4rem !important;
  }
  .p-lg-5 {
    padding: 5rem !important;
  }
  .pt-lg-5,
  .py-lg-5 {
    padding-top: 5rem !important;
  }
  .pr-lg-5,
  .px-lg-5 {
    padding-right: 5rem !important;
  }
  .pb-lg-5,
  .py-lg-5 {
    padding-bottom: 5rem !important;
  }
  .pl-lg-5,
  .px-lg-5 {
    padding-left: 5rem !important;
  }
  .p-lg-05 {
    padding: 0.5rem !important;
  }
  .pt-lg-05,
  .py-lg-05 {
    padding-top: 0.5rem !important;
  }
  .pr-lg-05,
  .px-lg-05 {
    padding-right: 0.5rem !important;
  }
  .pb-lg-05,
  .py-lg-05 {
    padding-bottom: 0.5rem !important;
  }
  .pl-lg-05,
  .px-lg-05 {
    padding-left: 0.5rem !important;
  }
  .p-lg-6 {
    padding: 6rem !important;
  }
  .pt-lg-6,
  .py-lg-6 {
    padding-top: 6rem !important;
  }
  .pr-lg-6,
  .px-lg-6 {
    padding-right: 6rem !important;
  }
  .pb-lg-6,
  .py-lg-6 {
    padding-bottom: 6rem !important;
  }
  .pl-lg-6,
  .px-lg-6 {
    padding-left: 6rem !important;
  }
  .p-lg-7 {
    padding: 7rem !important;
  }
  .pt-lg-7,
  .py-lg-7 {
    padding-top: 7rem !important;
  }
  .pr-lg-7,
  .px-lg-7 {
    padding-right: 7rem !important;
  }
  .pb-lg-7,
  .py-lg-7 {
    padding-bottom: 7rem !important;
  }
  .pl-lg-7,
  .px-lg-7 {
    padding-left: 7rem !important;
  }
  .p-lg-8 {
    padding: 8rem !important;
  }
  .pt-lg-8,
  .py-lg-8 {
    padding-top: 8rem !important;
  }
  .pr-lg-8,
  .px-lg-8 {
    padding-right: 8rem !important;
  }
  .pb-lg-8,
  .py-lg-8 {
    padding-bottom: 8rem !important;
  }
  .pl-lg-8,
  .px-lg-8 {
    padding-left: 8rem !important;
  }
  .p-lg-9 {
    padding: 9rem !important;
  }
  .pt-lg-9,
  .py-lg-9 {
    padding-top: 9rem !important;
  }
  .pr-lg-9,
  .px-lg-9 {
    padding-right: 9rem !important;
  }
  .pb-lg-9,
  .py-lg-9 {
    padding-bottom: 9rem !important;
  }
  .pl-lg-9,
  .px-lg-9 {
    padding-left: 9rem !important;
  }
  .p-lg-10 {
    padding: 10rem !important;
  }
  .pt-lg-10,
  .py-lg-10 {
    padding-top: 10rem !important;
  }
  .pr-lg-10,
  .px-lg-10 {
    padding-right: 10rem !important;
  }
  .pb-lg-10,
  .py-lg-10 {
    padding-bottom: 10rem !important;
  }
  .pl-lg-10,
  .px-lg-10 {
    padding-left: 10rem !important;
  }
  .p-lg-11 {
    padding: 11rem !important;
  }
  .pt-lg-11,
  .py-lg-11 {
    padding-top: 11rem !important;
  }
  .pr-lg-11,
  .px-lg-11 {
    padding-right: 11rem !important;
  }
  .pb-lg-11,
  .py-lg-11 {
    padding-bottom: 11rem !important;
  }
  .pl-lg-11,
  .px-lg-11 {
    padding-left: 11rem !important;
  }
  .p-lg-12 {
    padding: 12rem !important;
  }
  .pt-lg-12,
  .py-lg-12 {
    padding-top: 12rem !important;
  }
  .pr-lg-12,
  .px-lg-12 {
    padding-right: 12rem !important;
  }
  .pb-lg-12,
  .py-lg-12 {
    padding-bottom: 12rem !important;
  }
  .pl-lg-12,
  .px-lg-12 {
    padding-left: 12rem !important;
  }
  .p-lg-15 {
    padding: 15rem !important;
  }
  .pt-lg-15,
  .py-lg-15 {
    padding-top: 15rem !important;
  }
  .pr-lg-15,
  .px-lg-15 {
    padding-right: 15rem !important;
  }
  .pb-lg-15,
  .py-lg-15 {
    padding-bottom: 15rem !important;
  }
  .pl-lg-15,
  .px-lg-15 {
    padding-left: 15rem !important;
  }
  .p-lg-16 {
    padding: 16rem !important;
  }
  .pt-lg-16,
  .py-lg-16 {
    padding-top: 16rem !important;
  }
  .pr-lg-16,
  .px-lg-16 {
    padding-right: 16rem !important;
  }
  .pb-lg-16,
  .py-lg-16 {
    padding-bottom: 16rem !important;
  }
  .pl-lg-16,
  .px-lg-16 {
    padding-left: 16rem !important;
  }
  .m-lg-n1 {
    margin: -1rem !important;
  }
  .mt-lg-n1,
  .my-lg-n1 {
    margin-top: -1rem !important;
  }
  .mr-lg-n1,
  .mx-lg-n1 {
    margin-right: -1rem !important;
  }
  .mb-lg-n1,
  .my-lg-n1 {
    margin-bottom: -1rem !important;
  }
  .ml-lg-n1,
  .mx-lg-n1 {
    margin-left: -1rem !important;
  }
  .m-lg-n2 {
    margin: -2rem !important;
  }
  .mt-lg-n2,
  .my-lg-n2 {
    margin-top: -2rem !important;
  }
  .mr-lg-n2,
  .mx-lg-n2 {
    margin-right: -2rem !important;
  }
  .mb-lg-n2,
  .my-lg-n2 {
    margin-bottom: -2rem !important;
  }
  .ml-lg-n2,
  .mx-lg-n2 {
    margin-left: -2rem !important;
  }
  .m-lg-n3 {
    margin: -3rem !important;
  }
  .mt-lg-n3,
  .my-lg-n3 {
    margin-top: -3rem !important;
  }
  .mr-lg-n3,
  .mx-lg-n3 {
    margin-right: -3rem !important;
  }
  .mb-lg-n3,
  .my-lg-n3 {
    margin-bottom: -3rem !important;
  }
  .ml-lg-n3,
  .mx-lg-n3 {
    margin-left: -3rem !important;
  }
  .m-lg-n4 {
    margin: -4rem !important;
  }
  .mt-lg-n4,
  .my-lg-n4 {
    margin-top: -4rem !important;
  }
  .mr-lg-n4,
  .mx-lg-n4 {
    margin-right: -4rem !important;
  }
  .mb-lg-n4,
  .my-lg-n4 {
    margin-bottom: -4rem !important;
  }
  .ml-lg-n4,
  .mx-lg-n4 {
    margin-left: -4rem !important;
  }
  .m-lg-n5 {
    margin: -5rem !important;
  }
  .mt-lg-n5,
  .my-lg-n5 {
    margin-top: -5rem !important;
  }
  .mr-lg-n5,
  .mx-lg-n5 {
    margin-right: -5rem !important;
  }
  .mb-lg-n5,
  .my-lg-n5 {
    margin-bottom: -5rem !important;
  }
  .ml-lg-n5,
  .mx-lg-n5 {
    margin-left: -5rem !important;
  }
  .m-lg-n05 {
    margin: -0.5rem !important;
  }
  .mt-lg-n05,
  .my-lg-n05 {
    margin-top: -0.5rem !important;
  }
  .mr-lg-n05,
  .mx-lg-n05 {
    margin-right: -0.5rem !important;
  }
  .mb-lg-n05,
  .my-lg-n05 {
    margin-bottom: -0.5rem !important;
  }
  .ml-lg-n05,
  .mx-lg-n05 {
    margin-left: -0.5rem !important;
  }
  .m-lg-n6 {
    margin: -6rem !important;
  }
  .mt-lg-n6,
  .my-lg-n6 {
    margin-top: -6rem !important;
  }
  .mr-lg-n6,
  .mx-lg-n6 {
    margin-right: -6rem !important;
  }
  .mb-lg-n6,
  .my-lg-n6 {
    margin-bottom: -6rem !important;
  }
  .ml-lg-n6,
  .mx-lg-n6 {
    margin-left: -6rem !important;
  }
  .m-lg-n7 {
    margin: -7rem !important;
  }
  .mt-lg-n7,
  .my-lg-n7 {
    margin-top: -7rem !important;
  }
  .mr-lg-n7,
  .mx-lg-n7 {
    margin-right: -7rem !important;
  }
  .mb-lg-n7,
  .my-lg-n7 {
    margin-bottom: -7rem !important;
  }
  .ml-lg-n7,
  .mx-lg-n7 {
    margin-left: -7rem !important;
  }
  .m-lg-n8 {
    margin: -8rem !important;
  }
  .mt-lg-n8,
  .my-lg-n8 {
    margin-top: -8rem !important;
  }
  .mr-lg-n8,
  .mx-lg-n8 {
    margin-right: -8rem !important;
  }
  .mb-lg-n8,
  .my-lg-n8 {
    margin-bottom: -8rem !important;
  }
  .ml-lg-n8,
  .mx-lg-n8 {
    margin-left: -8rem !important;
  }
  .m-lg-n9 {
    margin: -9rem !important;
  }
  .mt-lg-n9,
  .my-lg-n9 {
    margin-top: -9rem !important;
  }
  .mr-lg-n9,
  .mx-lg-n9 {
    margin-right: -9rem !important;
  }
  .mb-lg-n9,
  .my-lg-n9 {
    margin-bottom: -9rem !important;
  }
  .ml-lg-n9,
  .mx-lg-n9 {
    margin-left: -9rem !important;
  }
  .m-lg-n10 {
    margin: -10rem !important;
  }
  .mt-lg-n10,
  .my-lg-n10 {
    margin-top: -10rem !important;
  }
  .mr-lg-n10,
  .mx-lg-n10 {
    margin-right: -10rem !important;
  }
  .mb-lg-n10,
  .my-lg-n10 {
    margin-bottom: -10rem !important;
  }
  .ml-lg-n10,
  .mx-lg-n10 {
    margin-left: -10rem !important;
  }
  .m-lg-n11 {
    margin: -11rem !important;
  }
  .mt-lg-n11,
  .my-lg-n11 {
    margin-top: -11rem !important;
  }
  .mr-lg-n11,
  .mx-lg-n11 {
    margin-right: -11rem !important;
  }
  .mb-lg-n11,
  .my-lg-n11 {
    margin-bottom: -11rem !important;
  }
  .ml-lg-n11,
  .mx-lg-n11 {
    margin-left: -11rem !important;
  }
  .m-lg-n12 {
    margin: -12rem !important;
  }
  .mt-lg-n12,
  .my-lg-n12 {
    margin-top: -12rem !important;
  }
  .mr-lg-n12,
  .mx-lg-n12 {
    margin-right: -12rem !important;
  }
  .mb-lg-n12,
  .my-lg-n12 {
    margin-bottom: -12rem !important;
  }
  .ml-lg-n12,
  .mx-lg-n12 {
    margin-left: -12rem !important;
  }
  .m-lg-n15 {
    margin: -15rem !important;
  }
  .mt-lg-n15,
  .my-lg-n15 {
    margin-top: -15rem !important;
  }
  .mr-lg-n15,
  .mx-lg-n15 {
    margin-right: -15rem !important;
  }
  .mb-lg-n15,
  .my-lg-n15 {
    margin-bottom: -15rem !important;
  }
  .ml-lg-n15,
  .mx-lg-n15 {
    margin-left: -15rem !important;
  }
  .m-lg-n16 {
    margin: -16rem !important;
  }
  .mt-lg-n16,
  .my-lg-n16 {
    margin-top: -16rem !important;
  }
  .mr-lg-n16,
  .mx-lg-n16 {
    margin-right: -16rem !important;
  }
  .mb-lg-n16,
  .my-lg-n16 {
    margin-bottom: -16rem !important;
  }
  .ml-lg-n16,
  .mx-lg-n16 {
    margin-left: -16rem !important;
  }
  .m-lg-auto {
    margin: auto !important;
  }
  .mt-lg-auto,
  .my-lg-auto {
    margin-top: auto !important;
  }
  .mr-lg-auto,
  .mx-lg-auto {
    margin-right: auto !important;
  }
  .mb-lg-auto,
  .my-lg-auto {
    margin-bottom: auto !important;
  }
  .ml-lg-auto,
  .mx-lg-auto {
    margin-left: auto !important;
  }
}

.w-25 {
  width: 25% !important;
}
.w-50 {
  width: 50% !important;
}
.w-75 {
  width: 75% !important;
}
.w-100 {
  width: 100% !important;
}
.w-auto {
  width: auto !important;
}
.h-25 {
  height: 25% !important;
}
.h-50 {
  height: 50% !important;
}
.h-75 {
  height: 75% !important;
}
.h-100 {
  height: 100% !important;
}
.h-auto {
  height: auto !important;
}
.mw-100 {
  max-width: 100% !important;
}
.mh-100 {
  max-height: 100% !important;
}
.min-vw-100 {
  min-width: 100vw !important;
}
.min-vh-100 {
  min-height: 100vh !important;
}
.vw-100 {
  width: 100vw !important;
}
.vh-100 {
  height: 100vh !important;
}
.flex-row {
  -ms-flex-direction: row !important;
  flex-direction: row !important;
}

.flex-column {
  -ms-flex-direction: column !important;
  flex-direction: column !important;
}
@media (min-width: 768px) {
  .col-md-6 {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-md-8 {
    -ms-flex: 0 0 66.666667%;
    flex: 0 0 66.666667%;
    max-width: 66.666667%;
  }
}
@font-face {
  font-family: "PolySans";
  src: url(//24973737.fs1.hubspotusercontent-eu1.net/hubfs/24973737/raw_assets/public/AdwayAB_February2023/fonts/PolySans-Slim.woff2) format("woff2");
  font-weight: 400;
  font-display: swap;
}
@font-face {
  font-family: "PolySans";
  src: url(//24973737.fs1.hubspotusercontent-eu1.net/hubfs/24973737/raw_assets/public/AdwayAB_February2023/fonts/PolySans-Median.woff2) format("woff2");
  font-weight: 500;
  font-display: swap;
}

html {
  font-size: 10px;
  scroll-margin: 2rem 0 0 0;
  -webkit-text-size-adjust: 100%;
}

@media screen and (min-width: 1920px){
  html {
    font-size: calc(10px + (13 - 10) * ((100vw - 1920px) / (3840 - 1920)));
  }
}

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

body {
  font-family: 'PolySans', sans-serif;
  background-color:#20123a;
  line-height: 1.5;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: rgba(0,0,0,0);
}

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

/* Paragraphs */

p {
  letter-spacing: 0.05rem;
  line-height: 1.2;
  margin-top:20px;
}

/* Anchors */

a {
  cursor: pointer;
  text-decoration: none;
  -webkit-transition: all 0.15s linear;
  -moz-transition: all 0.15s linear;
  -o-transition: all 0.15s linear;
  transition: all 0.15s linear;
}

/* Headings */

h1,
h2,
h3,
h4,
h5,
h6 {
  margin:0;
  line-height: 1;
}


h2{
  line-height: 1.1;
}


/* Lists */

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

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: 2px solid;
  margin: 0 0 1.4rem;
  padding-left: 15px;
}

.fz--0 {
	 font-size: 9.6rem;
}
 .fz--1 {
	 font-size: 7.2rem;
}
 .fz--2 {
	 font-size: 4.8rem;
}
 .fz--3 {
	 font-size: 3.6rem;
}
 .fz--4 {
	 font-size: 2.4rem;
}
 .fz--5 {
	 font-size: 2rem;
}
 .fz--6 {
	 font-size: 1.8rem;
}
 .fz--7 {
	 font-size: 1.6rem;
}
 .fz--8 {
	 font-size: 1.4rem;
}
 @media screen and (min-width: 991px) {
	 .fz-lg--1 {
		 font-size: 7.2rem;
	}
	 .fz-lg--2 {
		 font-size: 4.8rem;
	}
	 .fz-lg--3 {
		 font-size: 3.6rem;
	}
	 .fz-lg--4 {
		 font-size: 2.4rem;
	}
	 .fz-lg--5 {
		 font-size: 2rem;
	}
	 .fz-lg--6 {
		 font-size: 1.8rem;
	}
	 .fz-lg--7 {
		 font-size: 1.6rem;
	}
	 .fz-lg--8 {
		 font-size: 1.4rem;
	}
}
 .text--h0 {
	 font-size: clamp(6.2rem, 7.26vw, 9.6rem);
	 line-height: 1;
	 font-weight: 500;
}
 .text--xl {
	 font-size: clamp(3rem, 4.2vw, 4.2rem);
}
 .text--h1 {
	 font-size: clamp(3.6rem, 6.46vw, 6.4rem);
	 line-height: 1.1;
	 font-weight: 500;
}
 .text--h2 {
	 font-size: clamp(3.2rem, 4.84vw, 4.8rem);
	 font-weight: 500;
	 line-height: 1.2;
}
 .text--h3 {
	 font-size: clamp(2.4rem, 3.63vw, 3.6rem);
	 font-weight: 500;
	 line-height: 1.22;
}
 .text--h4 {
	 font-size: clamp(2rem, 2.42vw, 2.4rem);
	 line-height: 1.2;
}
 .text--h5 {
	 font-size: 1.6rem;
	 line-height: 1.25;
	 font-weight: 500;
}
 .text--button-1 {
	 font-size: 2.4rem;
	 line-height: 1.2;
	 font-weight: 400;
}
 .text--button-2 {
	 font-size: 2rem;
	 line-height: 1.2;
	 font-weight: 400;
}
 .text--label {
	 font-size: 2rem;
	 line-height: 1.2;
	 font-weight: 500;
}
 .text--body-1 {
	 font-size: clamp(1.8rem, 2.01vw, 2rem);
	 line-height: 1.7;
	 font-weight: normal;
}
 .text--body-2 {
	 font-size: clamp(1.6rem, 1.81vw, 1.8rem);
	 line-height: 1.33;
	 font-weight: normal;
}
 .text--small {
	 font-size: 1.4rem;
	 line-height: 1.21;
}
 @media screen and (min-width: 991px) {
	 .text-lg--h1 {
		 font-size: clamp(4.8rem, 7.26vw, 7.2rem);
		 line-height: 1.22;
		 font-weight: 500;
	}
	 .text-lg--h2 {
		 font-size: clamp(3.6rem, 4.84vw, 4.8rem);
		 font-weight: 500;
		 line-height: 1.22;
	}
	 .text-lg--h3 {
		 font-size: clamp(2.4rem, 3.63vw, 3.6rem);
		 font-weight: 500;
		 line-height: 1.22;
	}
	 .text-lg--h4 {
		 font-size: clamp(2rem, 2.42vw, 2.4rem);
		 line-height: 1.2;
		 font-weight: 600;
	}
	 .text-lg--h5 {
		 font-size: 1.6rem;
		 line-height: 1.25;
		 font-weight: 500;
	}
	 .text-lg--button-1 {
		 font-size: 2.4rem;
		 line-height: 1.2;
		 font-weight: 500;
	}
	 .text-lg--button-2 {
		 font-size: 2rem;
		 line-height: 1.2;
		 font-weight: 500;
	}
	 .text-lg--label {
		 font-size: 2rem;
		 line-height: 1.2;
		 font-weight: 500;
	}
	 .text-lg--body-1 {
		 font-size: clamp(1.8rem, 2.01vw, 2rem);
		 line-height: 1.7;
		 font-weight: normal;
	}
	 .text-lg--body-2 {
		 font-size: clamp(1.6rem, 1.81vw, 1.8rem);
		 line-height: 1.33;
		 font-weight: normal;
	}
	 .text-lg--small {
		 font-size: 1.4rem;
		 line-height: 1.21;
		 font-weight: 500;
	}
}
 .fw--100 {
	 font-weight: 100;
}
 .fw--300 {
	 font-weight: 300;
}
 .fw--400 {
	 font-weight: 400;
}
 .fw--500 {
	 font-weight: 500;
}
 .fw--600 {
	 font-weight: 600;
}
 .fw--700 {
	 font-weight: 700;
}
 .fw--800 {
	 font-weight: 800;
}
 .ff--primary {
	 font-family: 'PolySans', sans-serif;
}
 .ff--secondary {
	 font-family: 'PolySans', sans-serif;
}
 .ff--accent {
	 font-family: 'PolySans', sans-serif;
}
 .letter-spacing--05 {
	 letter-spacing: 0.05rem;
}
 .letter-spacing--02 {
	 letter-spacing: -0.02em;
}

.line-height--1{
	line-height: 1;
}

h1,h2,h3,h4,h5,h6{
  letter-spacing: -0.02em;
}

p{
  letter-spacing: 0.05rem;
}
.btn:disabled {
  opacity: 0.8;
	cursor: not-allowed;
}

.btn:hover,
.btn:focus,
.btn:active{
  text-decoration: none;
}

a.btn,
button.btn {
  box-sizing: border-box;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  padding: 1.5rem 4rem;
  border-radius: 5rem;
  cursor: pointer;
  position: relative;
  z-index: 2;
  overflow: hidden;
  text-decoration: none !important;
  font-weight: 500;
  color: #fff;
  transition: background-color 0.15s ease-in-out;
  font-size: 2rem;
  line-height: 1.2;
  gap: 1rem;
  border: none;
}

a.btn img,
button.btn img {
  width: 4.8rem;
  height: 4.8rem;
}

a.btn svg,
button.btn svg {
  width: 1.8rem;
  height: 1.8rem;
  display: block;
}

/* Primary */
a.btn--primary,
button.btn--primary {
  background-color: var(--color__ye30);
  color: var(--color__pu90);
}

a.btn--primary:not(:disabled):hover,
button.btn--primary:not(:disabled):hover {
  background-color: #fff;
  color: var(--color__pu90);
}

/* Secondary */
a.btn--secondary,
button.btn--secondary {
  background-color: #fff;
  color: var(--color__pu90) !important;
}

a.btn--secondary:not(:disabled):hover,
button.btn--secondary:not(:disabled):hover {
  background-color: var(--color__pu10);
}

/* Outlined */
a.btn--outlined,
button.btn--outlined {
  background-color: transparent;
  color: #fff;
  border: .2rem solid #fff;
}

a.btn--outlined:not(:disabled):hover,
button.btn--outlined:not(:disabled):hover {
  background-color: #fff;
  color: var(--color__pu90);
}
/* Form fields */

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


.hs_cos_wrapper_type_form, .hs_cos_wrapper_type_blog_subscribe, 
.hs_cos_wrapper_type_google_search, 
.hs_cos_wrapper_type_email_simple_subscription, 
.hs_cos_wrapper_type_password_prompt, 
.hs_cos_wrapper_type_module .widget-type-email_subscriptions, 
.hs_cos_wrapper_type_member_login, 
.hs_cos_wrapper_type_member_register, 
.hs_cos_wrapper_type_password_reset_request, 
.hs_cos_wrapper_type_password_reset, 
.section.post-footer form {
  padding: 15px;
  display: block;
  margin-bottom: 20px;
  width: 100%;
}
/* Labels */

form label {
  display: block;
  opacity: .5;
  padding-left: 2rem;
  line-height: 2rem;
  margin-bottom: 1rem;
  font-size: 1.6rem;
	color: #fff;
	font-weight: 500;
}

/* Help text - legends */

form legend {
  font-size: 1.6rem;
}

/* 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 {
  height: 5rem;
  font-size: 1.6rem;
  box-sizing: border-box;
  color: inherit;
  display: block;
  width: 100%;
  background-color: transparent;
  border: 1px solid rgba(255,255,255,.2);
  border-radius: 5px;
  transition: border-color .15s ease-in;
  outline: none;
  padding: 0 2rem;
  line-height: normal;
  font-family: inherit;
  font-weight: 600;
}

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

/* Inputs - select */
.hs-form select {
	appearance: none;
	background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iNDA4IiBoZWlnaHQ9IjIyNSIgdmlld0JveD0iMCAwIDQwOCAyMjUiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+CjxwYXRoIGQ9Ik0zODYuMjU4IDAuNTY3MzgzTDIwMy43MTggMTgyLjUxMkwyMS4xNzkgMC41NjczODNMMCAyMS44MTU0TDIwMy43MTggMjI0Ljg3TDQwNy40MzcgMjEuODE1NEwzODYuMjU4IDAuNTY3MzgzWiIgZmlsbD0id2hpdGUiLz4KPC9zdmc+Cg==);
	background-repeat: no-repeat;
	text-overflow: ellipsis;
	padding-right: 3rem;
	background-size: 1.2rem;
	background-position: center right 1rem
}

/* Headings and text */

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

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: red;
}

.hs-input.invalid.error {
  color: red;
}

.hs-error-msg {
  display: block;
  padding-left: 0;
  color: red;
  opacity: 1;
  line-height: 2rem;
  margin-bottom: 1rem;
}

.hs-button {
  margin-top: 3rem;
}

/* Submit button */

form input[type=submit],
form .hs-button {
  text-align: center;
  display: block;
  max-width: 30rem;
  margin: 0 auto;
  box-sizing: border-box;
  cursor: pointer;
  position: relative;
  z-index: 2;
  overflow: hidden;
  text-decoration: none!important;
  font-weight: 500;
  transition: background-color .15s ease-in-out;
  font-size: 2rem;
  line-height: 1.2;
  white-space: pre-wrap;
  margin-top: 3rem;
}

/* 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 {
  font-weight: 500;
  font-size: 2.4rem;
  position: absolute;
  width: 100%;
  left: 0;
  top: 0;
  z-index: 1030;
}

header.header .topbar__inner {
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-bottom: 1px solid rgba(255,255,255,0.1);
}

header.header .topbar__container {
  max-width: 132rem;
  width: 100%;
  padding-right: 2rem;
  padding-left: 2rem;
  margin-right: auto;
  margin-left: auto;
  font-size: 1.6rem;
  font-weight: 500;
  z-index: 1030;
}

header.header .logo a {
  display: block;
}

header.header .logo a svg {
  margin-bottom: 3rem;
  margin-top: 3rem;
  display: block;
  width: auto;
}

header.header .header-button {
  align-items: center;
  display: flex;
}

header.header .header-button a {
  margin: 0px;
  color: #fff;
  display: block;
  margin-right: 2rem;
  padding-bottom: 0.4rem;
  padding-top: 0.4rem;
  position: relative;
  text-align: center;
  white-space: nowrap;
  font-size: 1.6rem;
  font-weight: 500;
  font-family: 'PolySans', sans-serif;
}

header.header .header-button a:before {
  content: '';
  position: absolute;
  left: 0;
  bottom: 0;
  height: 0.2rem;
  width: 80%;
  background-color: rgb(213,165,255);
  transition: transform 0.25s ease-in-out;
  transform: scaleX(0);
  transform-origin: left center;
}

header.header .header-button a:hover:before {
  transform: scaleX(1);
}

header.header .topbar__hamburger.js-hamburger {
  padding: 2rem;
  margin-right: -20px;
  cursor: pointer;
  display: none;
}

header.header .topbar__hamburger .hamburger-box {
  position: relative;
  display: inline-block;
  width: 3rem;
  height: 2.6rem;
}

header.header .topbar__hamburger .hamburger-box .hamburger-inner {
  display: block;
  top: 0;
  transition: background-color 0s linear 0.13s;
  position: absolute;
  width: 3rem;
  height: 0.2rem;
  background-color: #fff;
}

header.header ul.submenu.level-1 {
  display: flex;
  align-items: center;
  justify-content: center;
  list-style: none;
  margin: 0;
  position: relative;
}

header.header ul.submenu.level-1>li>a {
  padding-top: 0.4rem;
  padding-bottom: 0.4rem;
  position: relative;
  white-space: nowrap;
  color: #fff;
  text-align: center;
  margin: 0 2rem;
  font-size: 1.6rem;
  font-weight: 500;
  font-family: 'PolySans', sans-serif;
}

header.header ul.submenu.level-1>li>a:before {
  content: '';
  position: absolute;
  left: 0;
  bottom: 0;
  height: 0.2rem;
  width: 80%;
  background-color: rgb(213,165,255);
  transition: transform 0.25s ease-in-out;
  transform: scaleX(0);
  transform-origin: left center;
}

header.header ul.submenu.level-1>li>a:hover:before {
  transform: scaleX(1);
}

.header-mobile-menu{
  visibility: hidden;
  opacity: 0;
  transition: opacity 0.15s ease-in, visibility 0.15s ease-in;
}

.navigation__inner{
  display: none;
}

.is-active .navigation__inner{
  display: block;;
}

.navigation__footer {
  display: none;
}

.is-active .navigation__footer{
  display: block;;
}

.is-active .header-mobile-menu{
  visibility: visible;
  opacity: 1;
}

body.is-active{
  overflow: hidden;
}

.header-mobile-menu .submenu.level-1 li a:hover {
  color: #fff;
}

header.header ul.submenu.level-1 {
  align-items: center;
  display: flex;
  justify-content: center;
  list-style: none;
  margin: 0;
  position: relative;
  padding: 0px;

}


/* body.is-active header.header {
  top: 0 !important;
} */

@media screen and (min-width: 991px){
  header.header{
    font-size: 1.6rem;
    font-weight: 500;
    left: 50%;
    transform: translateX(-50%);
  }
}

@media (max-width:991px){
  header.header .header-menu{
    display: none;
  }

  header.header .header-button .cm-btn {
    display: none;
  }

  header.header .topbar__hamburger.js-hamburger {
    display: block;
  }

  header.header .topbar__hamburger .hamburger-box .hamburger-inner:after,
  header.header .topbar__hamburger .hamburger-box .hamburger-inner:before {
    content: '';
  }

  header.header .topbar__hamburger .hamburger-box .hamburger-inner:before {
    position: absolute;
    width: 3rem;
    height: 0.2rem;
    background-color: #fff;
    top: 12px;
    transition: top 0.1s cubic-bezier(0.33333, 0.66667, 0.66667, 1) 0.2s,transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }

  header.header .topbar__hamburger .hamburger-box .hamburger-inner:after {
    top: 24px;
    transition: top 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1) 0.2s,transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }

  header.header .topbar__hamburger .hamburger-box .hamburger-inner:after {
    position: absolute;
    width: 3rem;
    height: 0.2rem;
    background-color: #fff;
  }

  .header-mobile-menu .submenu.level-1 {
    padding: 0px;
    margin: 0px;
    list-style: none;
    font-size: max(3.6rem,min(6.46vw,6.4rem));
    line-height: 1.1;
    font-weight: 500;
    margin-top: 3rem;
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    flex-direction: column;
  }

  .header-mobile-menu .submenu.level-1 li:nth-child(1) a {
    transition: all 0.3s ease-in;
    transition-delay: 0.05s;
  }

  .header-mobile-menu .submenu.level-1 li:nth-child(2) a {
    transition: all 0.3s ease-in;
    transition-delay: 0.1s;
  }

  .header-mobile-menu .submenu.level-1 li:nth-child(3) a {
    transition: all 0.3s ease-in;
    transition-delay: 0.15s;
  }

  .header-mobile-menu .submenu.level-1 li:nth-child(4) a {
    transition: all 0.3s ease-in;
    transition-delay: 0.2s;
  }

  .header-mobile-menu .submenu.level-1 li:nth-child(5) a {
    transition: all 0.3s ease-in;
    transition-delay: 0.25s;
  }

  .header-mobile-menu .submenu.level-1 li:nth-child(6) a {
    transition: all 0.3s ease-in;
    transition-delay: 0.3s;
  }

  .header-mobile-menu .submenu.level-1 li:nth-child(7) a {
    transition: all 0.3s ease-in;
    transition-delay: 0.35s;
  }

  .header-mobile-menu .submenu.level-1 li:nth-child(8) a {
    transition: all 0.3s ease-in;
    transition-delay: 0.4s;
  }

  .header-mobile-menu .submenu.level-1 li:nth-child(9) a {
    transition: all 0.3s ease-in;
    transition-delay: 0.45s;
  }

  .header-mobile-menu .submenu.level-1 li a {
    opacity: 0;
    transform: translateY(100%);
  }

  .header-mobile-menu .submenu.level-1 li a {
    margin-top: 1rem;
    display: block
  }

  .is-active .header-mobile-menu .submenu.level-1 li a {
    opacity: 1;
    transform: none;
    position:relative
  }

  .header-mobile-menu .submenu.level-1 li a::before {
    content: '';
    position: absolute;
    left: -1.2rem;
    bottom: 0.6rem;
    z-index: -1;
    height: 0.8rem;
    width: 65%;
    background-color: #d5a5ff;
    transition: transform 0.15s ease-in-out;
    transform: scaleX(0);
    transform-origin: left center;
  }

  .is-active .header-mobile-menu .submenu.level-1 > li > a:hover::before {
    transform: scaleX(1);
  }

  .header-mobile-menu  .navigation__bg {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    opacity: 0.1;
    z-index: -1;
    overflow: hidden;
  }

  .header-mobile-menu .navigation__inner {
    width: 100%;
    padding-right: 2rem;
    padding-left: 2rem;
    margin-right: auto;
    margin-left: auto;
    margin-bottom: auto;
    margin-top: auto;
    padding-left: 4rem;
    overflow-y: auto;
    margin: 0px;
  }

  .header-mobile-menu .navigation__footer {
    transition: all 0.3s ease-in;
    transition-delay: 0.5s;
    opacity: 1;
    transform: none;
    width: 100%;
    padding-right: 2rem;
    padding-left: 2rem;
    margin-right: auto;
    margin-left: auto;
    max-width: 132rem;
    flex-shrink: 0;
    margin-top: auto;
  }

  .header-mobile-menu {
    position: fixed;
    width: 100%;
    height: 100%;
    max-height: 100vh;
    left: 0;
    top: 0;
    z-index: 1029;
    background-color: #20123a;
    user-select: none;
    padding-top: 8rem;
    display: flex;
    flex-direction: column;
  }

  .header {
    font-weight: 500;
    font-size: 2.4rem;
    position: absolute;
    width: 100%;
    left: 0;
    top: 0;
    z-index: 1030;
  }

  .header-mobile-menu .submenu.level-1 li {
    overflow: hidden;
    position: relative;
/*     width:100%; */
  }


  .header-mobile-menu hr.navigation__footer-item {
    margin-top: 4rem!important;
    width: 100%;
    border-color: #fff;
    opacity: 0.1;
    margin: 0;
    box-sizing: content-box;
    height: 0;
    overflow: visible;
  }

  .header-mobile-menu .footer__copy {
    font-size: 1.4rem;
    line-height: 1.21;
    padding-bottom: 2rem;
    padding-top: 2rem;
    text-align: center;
  }


  .header-mobile-menu .footer-hd-links {
    margin-top: 2rem;
  }

  .header-mobile-menu .footer-hd-links-con {
    display: flex;
    justify-content: center;
    text-align: center;
  }

  .header-mobile-menu .footer-hd-links-con a {
    margin-left: 1rem;
    margin-right: 1rem;
    font-size: 1.4rem;
    line-height: 1.21;
  }

  .header-mobile-menu span#hs_cos_wrapper_copyright_text_ {
    letter-spacing: 0.05rem;
  }
  .is-active header.header .topbar__hamburger .hamburger-box .hamburger-inner:before {
    top: 0;
    transition: top 0.1s cubic-bezier(0.33333, 0, 0.66667, 0.33333) 0.15s,transform 0.13s cubic-bezier(0.215, 0.61, 0.355, 1) 0.22s;
    transform: translate3d(0, 15px, 0) rotate(45deg);
  }

  .is-active header.header .topbar__hamburger .hamburger-box .hamburger-inner:after {
    top: 0;
    transition: top 0.2s cubic-bezier(0.33333, 0, 0.66667, 0.33333),transform 0.13s cubic-bezier(0.215, 0.61, 0.355, 1) 0.22s;
    transform: translate3d(0, 15px, 0) rotate(-45deg);
  }

  .is-active  header.header .topbar__hamburger .hamburger-box .hamburger-inner {
    transition-delay: 0.22s;
    background-color: transparent !important;
  }
/*   .header-mobile-menu {
    display: block!important;
  } */

  select.navigation__contact-select {
    position: absolute;
    width: calc(100% + 4rem);
    left: -4rem;
    top: 0;
    height: 3.6rem;
    z-index: 2;
    opacity: 0;
    cursor: pointer;
  }

  .location-wrp {
    position: sticky;
    top: 1rem;
    min-width: max(3rem, min(42.38vw, 42rem));
    margin-top: 4rem!important;
  }

  .main-location {
    margin: 0px;
    color: #d5a5ff;
    font-size: max(2.4rem,min(3.63vw,3.6rem));
    font-weight: 500;
    line-height: 1.22;
    position: relative;
  }

  .main-location:before {
    background: url(//24973737.fs1.hubspotusercontent-eu1.net/hubfs/24973737/raw_assets/public/AdwayAB_February2023/images/download.svg) no-repeat 50%;
    content: "";
    height: 28px;
    position: absolute;
    right: calc(100% + 12px);
    top: 50%;
    transform: translateY(-50%);
    width: 28px;
  }

  .main-contnt p:nth-child(2) {
    margin: 0px;
    font-size: max(1.8rem,min(2.01vw,2rem));
    line-height: 1.7;
    font-weight: 400;
    margin-top: 1rem;
  }

  .main-contnt p:nth-child(3) {
    margin: 0px;
    display: none;
  }

  .header-mobile-menu .submenu.level-1 li.active>a,
  .header-mobile-menu .submenu.level-1 li.active-branch>a{
    color: #fff;
  }

  .header-mobile-menu .submenu.level-1 li.active>a:before {
    background-color: #d5a5ff;
    bottom: 0.6rem;
    content: "";
    height: 0.8rem;
    left: -1.2rem;
    position: absolute;
    transform: scaleX(0);
    transform-origin: left center;
    transition: transform .15s ease-in-out;
    width: 65%;
    z-index: -1;
  }

  .header-mobile-menu .submenu.level-1 li.active a::before {
    transform: scaleX(1);
  }

  .main-location:before {
    display: none;
  }

  .header-mobile-menu .navigation__inner {
    height: calc(100% - 136px);
  }

  .main-contnt {
    display: none;
  }

  .main-contnt:first-of-type {
    display: block;
  }

  select.navigation__contact-select {
    left: 0;
    width: 100%;
  }

  select.navigation__contact-select {
    display: block !important;
  }
  header.header .main-contnt a {
    font-size: max(2rem,min(2.42vw,2.4rem));
    line-height: 1.2;
    margin-top: 1rem!important;
    display: block;
    font-weight: 600;
  }

  header.header .main-contnt p:last-child {
    margin: 0px;
    font-size: max(1.8rem,min(2.01vw,2rem));
    line-height: 1.7;
    font-weight: 400;
  }
  .child-trigger {
    color: #fff;
    cursor: pointer;
    height: 50px;
    position: absolute;
    right: 0;
    top: 0;
    width: 36px;
    z-index: 9999;
    display: flex;
    align-items: center;
    justify-content: center;
  }


  .header-mobile-menu .submenu.level-1 li .child-trigger:before {
    content: '+';
  }


  .header-mobile-menu .submenu.level-1 li.childOpen .child-trigger:before {
    content: '-';
  }



  .header-mobile-menu .submenu.level-1 .submenu.level-2 {
    display: none;
  }

  .header-mobile-menu .footer-hd-links-con a:hover {
    color: #fff;
    opacity: .7;
  }
  .main-contnt > span , .main-contnt > a {
    font-size: max(2rem,min(2.42vw,2.4rem));
    line-height: 1.2;
    display: block!important;
    margin-top: 1rem!important;
    font-weight: 600;
  }

  .main-contnt > a:hover{
    color: #FFF;
  }

  .main-contnt p {
    margin: 0px;
    font-size: max(1.8rem,min(2.01vw,2rem));
    line-height: 1.7;
    font-weight: 400;
  }
  .main-contnt > p:first-child{
    font-size: max(2.4rem,min(3.63vw,3.6rem));
    font-weight: 500;
    line-height: 1.22;
    letter-spacing: 0.05rem;
  }
}

@media (min-width:992px){
  header.header .header-mobile-menu {
    display: none!important;
  }

  header.header ul.submenu.level-1>li.active>a,
  header.header ul.submenu.level-1>li.active-branch>a{
    color: #fff;
  }

  header.header ul.submenu.level-1>li.active>a:before{
    content: '';
    position: absolute;
    left: 0;
    bottom: -3px;
    height: 0.2rem;
    width: 80%;
    background-color: #dfa5ff;
    transition: transform 0.25s ease-in-out;
    transform: scaleX(0);
    transform-origin: left center;
  }

  header.header ul.submenu.level-1>li.active a::before {
    transform: scaleX(1);
  }

  header.header ul.submenu.level-2 {
    background-color: #20123a;
    border-radius: 4px 4px 4px 4px;
    border-style: solid;
    border-width: 0;
    box-shadow: 0 20px 30px 0 rgb(0 0 0 / 10%);
    font-size: inherit;
    left: 0;
    margin-left: 0;
    margin-top: 0;
    max-width: 1000px;
    min-width: 12em;
    padding: 0;
    position: absolute;
    top: 105%;
    width: 12em;
    width: auto;
    z-index: 55555;
    display: none;
    list-style: none;
  }


  header.header ul.submenu.level-1 > li:hover > ul{
    display: block;
  }


  header.header ul.submenu.level-2 li{
    position: relative;
    text-align: left;
  }

  header.header ul.submenu.level-2 li a{
    display: block;
    white-space: nowrap;
    padding: 0.8rem 2.4rem;
    font-weight: 700;
    font-size: 16px;
    color: inherit;
  }
  .header-mobile-menu, .child-trigger{
    display:none!important;
  }


}



/* pop-css */

.hdr_pop {
  display: none;
}

.hdr_pop .modal__overlay {
  position: fixed;
  inset: 0;
  background: rgba(0,0,0,.6);
  z-index: 10000;
  display: flex;
  justify-content: center;
  align-items: center;
  will-change: transform;
  animation: mmfadeOut .3s cubic-bezier(0,0,.2,1);
}

.hdr_pop .modal__overlay .modal__container {
  box-sizing: border-box;
  background: #20123a;
  overflow: hidden;
  height: 100%;
  max-height: 100%;
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
}

.hdr_pop .modal__overlay .modal__container {
  will-change: transform;
}

.hdr_pop .modal__overlay .modal__container {
  animation: mmslideOut .3s cubic-bezier(0,0,.2,1);
}

.hdr_pop .modal__bg {
  display: none;
}

.hdr_pop .pophead {
  position: relative;
  z-index: 2;
  width: 100%;
}

.hdr_pop .pophead .containerr {
  max-width: 132rem;
  width: 100%;
  padding-right: 2rem;
  padding-left: 2rem;
  margin-right: auto;
  margin-left: auto;
}

.hdr_pop .pophead .nav__content {
  display: flex!important;
  justify-content: space-between!important;
  align-items: center!important;
  border-bottom: none;
}

.hdr_pop .pophead .nav__content .poplg {
  display: block!important;
  margin-top: 3rem!important;
  margin-bottom: 3rem!important;
  width: 150px;
  max-width: none;
  height: 20px;
}

.hdr_pop .pophead .popclse {
  cursor: pointer;
}

.hdr_pop .pophead .popclse img {
  border-style: none;
  height: 25px;
  width: 25px;
}

.hdr_pop .modal__body {
  width: 100%;
  padding: 2.6rem 2rem;
  color: #fff;
  box-sizing: border-box;
}


.hdr_pop .modal__body h2 {
  font-size: 2.4rem;
  font-weight: 600;
  text-align: center;
  position: relative;
  line-height: 1;
  padding-bottom: 3rem;
  margin: 0;
}



.hdr_pop .form-demo {
  font-size: 1.4rem;
  font-weight: 500;
  max-width: 50rem;
  margin: 0 auto;
  padding-top: 2rem;
}

.popopen .hdr_pop {
  display: block;
}

.popopen .hdr_pop .modal__overlay {
  animation: mmfadeIn .3s cubic-bezier(0,0,.2,1);
}

@keyframes mmfadeIn {
  0% {
    opacity: 0
  }

  to {
    opacity: 1
  }
}

@keyframes mmfadeOut {
  0% {
    opacity: 1
  }

  to {
    opacity: 0
  }
}

@keyframes mmslideIn {
  0% {
    transform: translateY(15%)
  }

  to {
    transform: translateY(0)
  }
}

@keyframes mmslideOut {
  0% {
    transform: translateY(0)
  }

  to {
    transform: translateY(-10%)
  }
}

.popopen .hdr_pop .modal__overlay .modal__container {
  animation: mmslideIn .3s cubic-bezier(0,0,.2,1);
}

body.popopen {
  overflow-y: hidden;
}

.hdr_pop .modal__body h2:after {
  content: "";
  width: 6rem;
  height: 3px;
  background-color: #fff;
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translate(-50%);
}

.form-demo .hs_email form label {
  display: block;
  line-height: 2rem;
  margin-bottom: 1rem;
  opacity: .5;
  padding-left: 2rem;
}


.form-demo .input input {
  background-color: transparent;
  border: 1px solid hsla(0,0%,100%,.2);
  border-radius: 5px;
  box-sizing: border-box;
  color: inherit;
  display: block;
  font-family: inherit;
  font-size: inherit;
  font-weight: 600;
  height: 4rem;
  line-height: normal;
  outline: none;
  padding: 0 2rem;
  transition: border-color .15s ease-in;
  opacity: 1;
}


.legal-consent-container {
  font-size: 1.2rem;
  padding-top: 1.6rem;
  text-align: center;
}

.legal-consent-container .hs-richtext p {
  font-size: 1.2rem;
  margin: 0 0 1.4rem;
  letter-spacing: 0.05rem;
}

.legal-consent-container .hs-richtext p a{
  color: #ffb547;
  text-decoration: underline;
}

.form-demo .field {
  margin: 0px;
  margin-top: 1rem;
}

.modal__body .hs_cos_wrapper_type_form {
  margin: 0px;
  padding: 0px;
}

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

@media screen and (min-width: 991px){
  .form-demo .hs_email {
    margin: 0px;
    margin-top: 2rem;
  }
  .form-demo .hs_email form label {
    font-size: 1.6rem;
  }
  .form-demo .input input {
    font-size: 1.6rem;
    height: 5rem;
  }
}

@media screen and (min-width: 1024px) {
  .hdr_pop .modal__body h2 {
    font-size: 3.6rem;
    line-height: 1;
    padding-bottom: 2rem;
  }
  .hdr_pop .modal__body {
    padding: 2rem 0 4rem;
    position: relative;
    z-index: 2;
  }
  .hdr_pop .pophead .nav__content {
    padding-left: 2rem;
    padding-right: 2rem;
  }
  .hdr_pop .pophead .containerr {
    max-width: 132rem;
  }
  .hdr_pop .modal__bg {
    display: block;
    position: absolute;
    inset: 0;
  }
  .hdr_pop .modal__overlay .modal__container {
    border-radius: 3rem;
    max-width: 80rem;
    height: auto;
    position: relative;
  }
  .hdr_pop .modal__body h2:after{
    width: 14rem;
  }
}

@media (max-width:767px){
  .main-contnt br {
    display: none;
  }

    .header-mobile-menu .submenu.level-1 .submenu.level-2 {
    padding-left: 20px;
  }

  .header-mobile-menu .submenu.level-1 .submenu.level-2 li a {
    font-size: max(3rem,min(6.46vw,6rem));
  }
}
.topbar__container-wrapper {
    position: relative;
    z-index: 1111;
}

.topbar__container {
    --topbar-item-lh: 2rem;
    /* position: absolute; */
    position: relative;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 1030;
    background-color: var(--color__pu90);
}

.topbar__container .cta_button[title="Sign In"] {
    align-items: center;
    display: flex;
    font-size: 1.6rem;
    font-weight: 600;
    gap: .6rem;
    height: var(--topbar-item-lh);
    padding: 3rem 1.5rem
}

.topbar__container .cta_button[title="Sign In"]:focus,
.topbar__container .cta_button[title="Sign In"]:hover {
    background-color: var(--color__pu90);
    color: #fff
}

.topbar__container .btn {
    padding: 1rem 2.4rem !important;
}

.topbar__item {
    color: #fff;
    cursor: default;
    font-size: 1.6rem;
    font-weight: 500;
    line-height: var(--topbar-item-lh);
    padding: 3rem 1.5rem;
    position: relative
}

a.topbar__item {
    cursor: pointer
}

.topbar__item:active,
.topbar__item:focus,
.topbar__item:hover {
    background-color: var(--color__pu90);
    color: #fff
}

.topbar__submenu {
    background-color: var(--color__pu90);
    cursor: default;
    display: flex;
    flex-direction: column;
    white-space: nowrap;
}

.topbar__submenu .column {
    gap: 4rem;
    min-width: 28rem;
    padding: 4rem 2rem;
}

.topbar__submenu .submenu__section a,
.topbar__submenu .submenu__section p {
    line-height: 1;
    margin: 0;
    font-size: 2.2rem;
}

.topbar__submenu .submenu__heading {
    color: var(--color__pu20);
    gap: 1.2rem
}

.topbar__submenu .submenu__link {
    gap: .8rem;
}

.topbar__submenu .submenu__link--mega:not(:first-of-type) {
    margin-top: 2.8rem;
}

.topbar__submenu .submenu__link small {
    letter-spacing: .011em;
	  opacity: 0.6;
}

.topbar__submenu .submenu__link span:after {
    content: " →";
    font-size: 2.2rem;
    opacity: 0
}

.topbar__submenu .submenu__link:focus,
.topbar__submenu .submenu__link:hover {
    color: #fff
}

.topbar__submenu .submenu__link:focus span:after,
.topbar__submenu .submenu__link:hover span:after {
    opacity: 1
}

.topbar__hamburger {
    cursor: pointer;
    margin-right: calc(var(--padding__container)*-1);
    padding: 2rem
}

.topbar__hamburger .hamburger-box {
    display: inline-block;
    height: 2.6rem;
    position: relative;
    width: 3rem
}

.topbar__hamburger .hamburger-box .hamburger-inner {
    background-color: #fff;
    display: block;
    height: .2rem;
    position: absolute;
    top: 50%;
    top: 0;
    transition: background-color 0s linear .13s;
    width: 3rem
}

.topbar__hamburger .hamburger-box .hamburger-inner:after,
.topbar__hamburger .hamburger-box .hamburger-inner:before {
    content: ""
}

.topbar__hamburger .hamburger-box .hamburger-inner:after,
.topbar__hamburger .hamburger-box .hamburger-inner:before {
    background-color: #fff;
    height: .2rem;
    position: absolute;
    width: 3rem
}

.topbar__hamburger .hamburger-box .hamburger-inner:before {
    top: 12px;
    transition: top .1s cubic-bezier(.33333, .66667, .66667, 1) .2s, transform .13s cubic-bezier(.55, .055, .675, .19)
}

.topbar__hamburger .hamburger-box .hamburger-inner:after {
    top: 24px;
    transition: top .2s cubic-bezier(.33333, .66667, .66667, 1) .2s, transform .13s cubic-bezier(.55, .055, .675, .19)
}

.topbar__hamburger.js-active .hamburger-inner {
    background-color: transparent !important;
    transition-delay: .22s
}

.topbar__hamburger.js-active .hamburger-inner:before {
    top: 0;
    transform: translate3d(0, 15px, 0) rotate(45deg);
    transition: top .1s cubic-bezier(.33333, 0, .66667, .33333) .15s, transform .13s cubic-bezier(.215, .61, .355, 1) .22s
}

.topbar__hamburger.js-active .hamburger-inner:after {
    top: 0;
    transform: translate3d(0, 15px, 0) rotate(-45deg);
    transition: top .2s cubic-bezier(.33333, 0, .66667, .33333), transform .13s cubic-bezier(.215, .61, .355, 1) .22s
}

.navigation {
    background-color: var(--color__pu90);
    height: 100%;
    left: 0;
    max-height: 100vh;
    opacity: 0;
    position: fixed;
    top: 0;
    transition: opacity .15s ease-in, visibility .15s ease-in;
    user-select: none;
    visibility: hidden;
    width: 100%;
    z-index: 1029
}

.navigation .topbar__item {
    font-size: 2.8rem;
    padding: 0
}

.navigation .topbar__submenu {
    max-height: 0;
    overflow: hidden;
    transition: max-height .2s ease-out
}

.navigation .topbar__submenu>.column:first-child {
    border-top: 1px solid rgba(217, 271, 271, .25);
    padding-top: 2rem
}

.navigation__inner {
    overflow: auto
}

.navigation.js-active {
    opacity: 1;
    visibility: visible
}

.js-navigation-opened .topbar__container {
    background-color: var(--color__pu90)
}

@media screen and (max-width: 990px) {
    .topbar__item.active>.topbar__submenu--wrapper {
        grid-template-rows: 1fr;
    }

    .topbar__item>.topbar__submenu--wrapper {
        display: grid;
        grid-template-rows: 0fr;
        transition: grid-template-rows .5s ease-in-out;
    }

    .topbar__item>.topbar__submenu--wrapper>div {
        overflow: hidden;
    }
}

@media screen and (min-width: 991px) {
    .topbar__submenu .column {
        padding: 4rem;
    }

    .topbar__submenu .column+.column {
        padding-left: 0;
    }

    .topbar__submenu .column--last {
        background-color: var(--color__pu20);
        padding-left: 4rem !important;
    }

    .topbar__submenu .column--last * {
        color: var(--color__pu90) !important;
    }

    .topbar__submenu--wrapper {
        display: none;
        left: 0;
        position: absolute;
        top: 100%;
        z-index: 5;
    }

    .topbar__submenu {
        flex-direction: row;
        /* gap: 2rem; */
    }

    .topbar__item:focus>.topbar__submenu--wrapper,
    .topbar__item:hover>.topbar__submenu--wrapper {
        display: flex
    }

    .topbar__item:first-child>.topbar__submenu--wrapper {
        z-index: 10;
    }
}

@media screen and (min-width: 991px) {
    .topbar__item.topbar__item--megamenu-inside {
        position: static;
    }

    .topbar__item.topbar__item--megamenu-inside>.topbar__submenu--wrapper {
        width: 100%;
        justify-content: center;
    }
}

#topbar_rework {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    background-color: transparent;
}
.main-footer {
  position: relative;
  z-index: 10;
  box-sizing: border-box;
  background-color: #45256b;
  padding-top: 8rem;
}

.main-footer .cm-container {
  width: 100%;
  padding-right: 2rem;
  padding-left: 2rem;
  margin-right: auto;
  margin-left: auto;
  max-width: 132rem;
}

.top-wrp {
  padding-bottom: 4rem;
  background-size: 0;
}

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

.btm-wrp {
  font-size: 1.4rem;
  line-height: 1.21;
  padding-bottom: 2rem;
  padding-top: 2rem;
}

.logo-btm-content p {
  margin: 0px;
  font-size: 1.6rem;
  margin-top: 3rem;
  padding-bottom: 4rem;
  text-align: center;
  line-height: 1.5;
  margin-top: 23px;
}

.col .hs-menu-wrapper > ul {
  display: block;
  padding-left: 0;
  margin-top: 2rem;
  list-style: none;
}


.col .hs-menu-wrapper > ul > li >a {
  margin: 0;
  padding-bottom: 1rem;
  line-height: 1;
  display: block;
  font-size: 1.17em;
  font-weight: bold;
  cursor: auto;
}

.col .hs-menu-wrapper ul ul li {
  margin-top: 1rem;
}

.col .hs-menu-wrapper ul ul li a {
  display: block;
  font-size: 1.4rem;
  line-height: 2.4rem;
  color: #fff;
  transition: opacity .1s ease;
}

.ftr-logo img {
  height: 20px;
  width: 100%!important;
  margin-right: auto;
  margin-left: auto;
}

.ftr-logo > * * * {
  width: 100%;
}

.ftr-logo #hs_cos_wrapper_header_logo_hs_logo_widget {
  width: 100%;
  display: block;
}

.ftr-logo a {
  display: block;
  width: 100%;
}

.main-footer hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible;
  border-color: #fff;
  opacity: 0.1;
  margin: 0;
}

.copyright {
  margin: 0;
  text-align: center;
  letter-spacing: 0.05rem;
  font-size: 1.4rem;
  line-height: 1.21;
}

.policy-wrp {
  margin-top: 2rem;
}

.inner-wrp {
  text-align: center;
  justify-content: center;
  display: flex;
}

.inner-wrp .hs-menu-wrapper ul li a {
  margin-left: 1rem;
  margin-right: 1rem;
}

.main-footer .inner-wrp .hs-menu-wrapper ul li a:hover{
  opacity: .7;
  color: #fff;
}

@media (min-width: 991px){
  .main-footer .cm-container {
    max-width: 132rem;
  }
  .top-wrp {
    padding-top: 12rem;
    padding-bottom: 9.5rem;
    display: flex;
    flex-wrap: wrap;
  }
  .left-wrp {
    margin-right: 11rem;
  }
  .right-wrp {
    text-align: left;
    flex-grow: 1;
    display: flex;
    justify-content: space-between;
  }
  .btm-wrp {
    padding-bottom: 3rem;
    padding-top: 3rem;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
    display: flex;
  }
  .logo-btm-content p {
    text-align: left;
  }
  .col .hs-menu-wrapper > ul {
    margin-top: 0;
    padding: 0 3rem 0 0;
  }
  .ftr-logo img {
    margin-right: 0;
    margin-left: 0;
    width: auto!important;
  }
  .main-footer {
    padding-top: 0;
  }
  .policy-wrp {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    margin-top: 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;
}

/* 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;
  }
}
.modal:not(#lead_form) {}



/* Micromodal classes */
.modal:not(#lead_form) {
  display: none;
}

.modal:not(#lead_form).is-open {
  display: block;
}

.modal:not(#lead_form) .modal__container {
  background: #20123a;
  border-radius: 3rem;
  max-width: 80rem;
}

.modal:not(#lead_form) .modal__overlay {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.6);
  display: flex;
  justify-content: center;
  align-items: start;
  overflow: auto;
  color: #fff;
}

.modal:not(#lead_form) .modal__title-underline{
  width: 14rem;
  height: 0.3rem;
  background-color: #fff;
  border: 0;
}

@media screen and (min-width: 991px){
  .modal:not(#lead_form) .modal__overlay {
    align-items: center;
  }
}



/* Animation stuff */
.modal:not(#lead_form).micromodal-slide {
  display: none;
}

.modal:not(#lead_form).micromodal-slide.is-open {
  display: block;
}

.modal:not(#lead_form).micromodal-slide[aria-hidden="false"] .modal__overlay {
  animation: mmfadeIn .3s cubic-bezier(0.0, 0.0, 0.2, 1);
}

.modal:not(#lead_form).micromodal-slide[aria-hidden="false"] .modal__container {
  animation: mmslideIn .3s cubic-bezier(0, 0, .2, 1);
}

.modal:not(#lead_form).micromodal-slide[aria-hidden="true"] .modal__overlay {
  animation: mmfadeOut .3s cubic-bezier(0.0, 0.0, 0.2, 1);
}

.modal:not(#lead_form).micromodal-slide[aria-hidden="true"] .modal__container {
  animation: mmslideOut .3s cubic-bezier(0, 0, .2, 1);
}

.modal:not(#lead_form).micromodal-slide .modal__container,
.modal:not(#lead_form).micromodal-slide .modal__overlay {
  will-change: transform;
}

@keyframes mmslideIn {
  from {
    transform: translateY(15%);
  }

  to {
    transform: translateY(0);
  }
}

@keyframes mmslideOut {
  from {
    transform: translateY(0);
  }

  to {
    transform: translateY(-10%);
  }
}
.solution-inner-row1,.solution-inner-row2 {
  position: relative;
}

.solution-inner-row1 .widget-type-rich_text h2 ,
.solution-inner-row2 .widget-type-rich_text h2,
.solution-inner-row4 .widget-type-rich_text h2{
  font-size: clamp(4.6rem, 8.2vw, 8.2rem);
  line-height: 1;
  hyphens: manual;
  font-weight: 500;
}

.solution-inner-row1 .widget-type-rich_text p ,
.solution-inner-row2 .widget-type-rich_text p,
.solution-inner-row4 .widget-type-rich_text p{
  font-size: max(2rem, min(2.42vw, 2.4rem));
  line-height: 1.2;
  font-weight: normal;
  margin-top: clamp(1rem, 2vw, 2rem);
  letter-spacing: 0.05rem;
}

.solution-inner-row1 .widget-type-rich_text p:first-of-type,
.solution-inner-row2 .widget-type-rich_text p:first-of-type,
.solution-inner-row4 .widget-type-rich_text p:first-of-type{
  margin-top: clamp(2rem, 3vw, 3rem);
}

.solution-inner-row4 .widget-type-rich_text p:last-child {
  margin: 0;
}

.cards .overlay:before {
  background-image: url('https://adway.ai/hubfs/Website%20Assets/overlay/overlay--yellow.webp');
}

.cards .overlay:after {
  background-image: url('https://adway.ai/hubfs/Website%20Assets/overlay/overlay--purple.webp');
}

.cases-page .con-wi-bg-img .grid-item .title {
  letter-spacing: 0.05rem;
}

.cases-page-row3 .con-wi-bg-img .container {
  margin-bottom: -4rem;
  position: relative;
  z-index: 99;
}

.career-inner-page-banner .ad-banner.hero {
  padding-bottom: max(6rem, min(6vw, 8rem));
  min-height: 60rem;
  text-align: left;
  justify-content: flex-end;
  margin-bottom:0;
}

.career-inner-page-banner .ad-banner .container-content {
  text-align: left;
  width: min(100%, 84rem);
}

.career-inner-page-banner .ad-banner .btn.btn--primary {
  display: none;
}

.career-inner-page-banner .ad-banner.hero .subheading {
  width: min(100%, 84rem);
  margin-bottom: 0px;
  padding-left: 0px;
}

.career-inner-page-banner .ad-banner .hero__description {
  display: none;
}

.career-inner-page-banner .ad-banner .hero__title {
  padding: 1.2rem 0 0 0;
  font-size: max(4.8rem, min((1rem + 4vw), 7.2rem));
  letter-spacing: 0;
  text-transform: capitalize;
}

.career-inner-page-row1 .widget-type-rich_text p+p,.career-inner-page-row1 .widget-type-rich_text ul+p {
  margin-top: 4rem;
}

.career-inner-page-row1 .widget-type-rich_text p {
  margin-bottom: 0;
  line-height: 1.5;
}

.career-inner-page-row1 .widget-type-rich_text p:first-child {
  margin: 0;
}

.career-inner-page-row1 .widget-type-rich_text p+ul {
  padding-left: 4rem;
  margin-block-start: unset;
  margin-block-end: unset;
  margin-top: 2rem;
}

.career-inner-page-row1 .widget-type-rich_text p+ul li::marker {
  color: rgb(255,71,189);
}

.career-inner-page-row1 .widget-type-rich_text ul li:not(:first-child),.career-inner-page-row1 .widget-type-rich_text ul li:not(:last-child) {
  margin-top: 1rem;
}

.career-inner-page-row1 .dnd-section > .row-fluid {
  max-width: 86rem !important;
  padding-left: 2rem !important;
  padding-right: 2rem !important;
  position: relative;
}

.career-inner-page-row1 .dnd-section {
  position: relative;
  z-index: 269;
  background-color: #20123a;
}

.perks-benefits .perk-next {
  background: url(//24973737.fs1.hubspotusercontent-eu1.net/hubfs/24973737/raw_assets/public/AdwayAB_February2023/images/Icon%20Circle%20Arrow.svg) no-repeat center/cover;
}

.career-inner-page-row4 .dnd-section > .row-fluid{
  max-width: 88rem;
  position: relative;
  padding-right: 2rem !important;
  padding-left: 2rem !important;
}

.career-inner-page-row4 .widget-type-rich_text h2 {
  margin: 0;
  font-size: clamp(4.6rem, 8.2vw, 8.2rem);
  line-height: 1;
  hyphens: manual;
  text-align: center;
  font-weight: 500;
}

.career-inner-page-row4 .widget-type-rich_text p {
  margin: 0;
  font-size: max(2rem, min(2.42vw, 2.4rem));
  line-height: 1.2;
  font-weight: normal;
  margin-top: clamp(2rem, 3vw, 3rem);
}

.career-inner-page-row4 .widget-type-rich_text img[data-target="img"] {
  position: absolute;
  top: -35rem;
  left: 50%;
  transform: translateX(-50%);
  z-index: -1;
}

.career-inner-page-row5 .hs-button {
  box-sizing: border-box;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  padding: 1.5rem 4rem;
  border-radius: 5rem;
  cursor: pointer;
  position: relative;
  z-index: 7;
  overflow: hidden;
  text-decoration: none!important;
  font-weight: 500;
  transition: background-color .15s ease-in-out;
  background-color: #fff;
  color: #20123a;
  font-size: 2rem;
  line-height: 1.2;
  margin-top: .8rem;
}

.career-inner-page-row5 .hs-button:after {
  font-weight: 500;
  font-size: 12px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-shrink: 0;
  width: 2.4rem;
  height: 2.4rem;
  border-radius: 50%;
  margin-left: 1rem;
  content: '6';
  background: #d5a5ff;
  color: #20123a;
}

.career-inner-page-row5 .hs-button:hover {
  background-color: hsl(272deg 100% 94%);
  color: #20123a;
}

.meet-team .meet-team-next {
  background: url(//24973737.fs1.hubspotusercontent-eu1.net/hubfs/24973737/raw_assets/public/AdwayAB_February2023/images/Icon%20Circle%20Arrow.svg) no-repeat center/cover;
}

.career-inner-page-row8 .bottom-pane {
  padding: 0;
}

.career-inner-page-row1 .sticky_btn {
  background-color: #45256B;
  bottom: 0;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  left: 0;
  position: fixed;
  transform: none;
  transition: transform .15s ease-in-out;
  width: 100%;
  z-index: 1040;
}
.career-inner-page-row1 .sticky_btn.visible {
  position: static;
  background: none;
}

.career-inner-page-row8 .bottom-pane .page-center {
  margin-bottom: -4rem;
  z-index: 99;
  position: relative;
}

.career-inner-page-row1 .widget-type-rich_text figure {
  text-align: center;
  margin: 0;
}

.partner-banner .ad-banner {
  align-items: center;
  justify-content: space-between;
}

.partner-banner .ad-banner .top_spacer {
  display: block;
}

.partners-section-1 .con-wi-bg-img .grid-item .title {
  letter-spacing: 0.05rem;
}

.partners-section-1 .bottom-pane {
  padding-top: 0;
}

.full-width-page-row1 .dnd-section > .row-fluid {
  max-width: 88rem !important;
  padding-right: 2rem !important;
  padding-left: 2rem !important;
}

.full-width-page-row1 .widget-type-rich_text h1 {
  font-size: 2.4rem;
  margin-top: 2rem;
}

.full-width-page-row1 .widget-type-rich_text p,.full-width-page-row1 .widget-type-rich_text ul,.full-width-page-row1 .widget-type-rich_text ol {
  margin: 0;
  margin-top: 2rem;
  font-size: 1.8rem;
  line-height: 1.5;
  list-style: inherit;
}

.full-width-page-row1 .widget-type-rich_text a {
  color: inherit;
  font-weight: 500;
  text-decoration: underline;
}

.full-width-page-row1 .widget-type-rich_text h2,
.full-width-page-row1 .widget-type-rich_text h3,
.full-width-page-row1 .widget-type-rich_text h4,
.full-width-page-row1 .widget-type-rich_text h5,
.full-width-page-row1 .widget-type-rich_text h6 {
  font-size: 2.4rem;
  margin-top: 2rem;
  line-height: 1;
}

.full-width-page-row1 .widget-type-rich_text table {
  border-collapse: collapse;
  border: 2px solid;
  text-align: center;
  margin-top: 20px;
  width:100%;
}

.full-width-page-row1 .widget-type-rich_text thead th {
  color: #fff;
}

.full-width-page-row2 .bottom-pane {
  padding-top: 6rem;
  position: relative;
}

.full-width-page-row1 .widget-type-rich_text h1:first-child {
  margin: 0;
}

.full-width-page-row1 .widget-type-rich_text ul li::marker {
  color: rgb(255,71,189);
  unicode-bidi: isolate;
  font-variant-numeric: tabular-nums;
  text-transform: none;
  text-indent: 0px !important;
  text-align: start !important;
  text-align-last: start !important;
}

.full-width-page-row1 .widget-type-rich_text ul li:not(:first-child),.full-width-page-row1 .widget-type-rich_text ol li:not(:first-child) {
  margin-top: 1rem;
}

.career-page-banner .ad-banner .btn.btn--primary .btn_white .badge {
  background: #d5a5ff;
  color: #20123a;
  margin-left: 1rem;
  font-weight: 500;
  font-size: 12px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-shrink: 0;
  width: 2.4rem;
  height: 2.4rem;
  border-radius: 50%;
}

.career-page-row8 .bottom-pane {
  padding-top: 0;
}

.career-page-row7 .job-details .jobs__container.page-center {
  padding-bottom: 13rem;
}

.career-page-row5 .hs-button {
  background-color: #fff;
  color: #20123a;
  box-sizing: border-box;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  padding: 1.5rem 4rem;
  border-radius: 5rem;
  cursor: pointer;
  position: relative;
  z-index: 11;
  overflow: hidden;
  text-decoration: none!important;
  font-weight: 500;
  transition: background-color .15s ease-in-out;
  font-size: 2rem;
  line-height: 1.2;
}

.career-page-row5 .hs-button:after {
  content: '6';
  font-weight: 500;
  font-size: 12px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-shrink: 0;
  width: 2.4rem;
  height: 2.4rem;
  border-radius: 50%;
  background: #d5a5ff;
  color: #20123a;
  margin-left: 1rem;
}

.career-page-row5 .hs-button:hover {
  background-color: #f1e1ff;
}

.contact-page-row3 .bottom-pane.tag-heading {
  padding-top: 0;
}

.contact-page-row3 .bottom-pane .page-center {
  margin-top: 0;
}

.social-audit-row2 .hs-button {
  box-sizing: border-box;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  padding: 1.5rem 4rem;
  border-radius: 5rem;
  cursor: pointer;
  position: relative;
  z-index: 2;
  overflow: hidden;
  text-decoration: none!important;
  font-weight: 500;
  color: #fff;
  transition: background-color .15s ease-in-out;
  background-color: #ffb547;
  color: #20123a;
  font-size: 2rem;
  line-height: 1.2;
  margin: 0;
}

.social-audit-row2 .hs-button:hover {
  background-color: #fff;
  color: #20123a;
}

.social-audit-row3  .con-wi-bg-img .grid-item {
  margin-bottom: -4rem;
  z-index: 99;
}

.con-wi-bg-img .grid-item .content p {
  line-height: 1.33;
}
.solution-inner-page{
  position:relative;
}

.social-audit-row3 .con-wi-bg-img .grid-item .title {
  letter-spacing: 0;
}

.social-audit-banner .modal__form  form div:not(.legal-consent-container) .hs-richtext p {
  font-size: 1.4rem;
  font-weight: 500;
}

.social-audit-banner .modal__form form .hs-button {
  display: block;
  max-width: 100%;
}

.full-width-page-banner .ad-banner .hero__title {
  margin-top: 30px;
}

.cases-page-row2 .con-wi-bg-img {
  position: relative;
  z-index: 103;
}

.body-wrapper {
  overflow: hidden;
}

.cases-page .ad-banner .ad-banner-con.page-center h1.hero__title {
  font-size: clamp(4.6rem, 8.2vw, 8.2rem);
  line-height: 1;
  hyphens: manual;
}

.cases-page .ad-banner .ad-banner-con.page-center {
  padding-top: 30px;
}





.hs-landing-page .body-container-wrapper h2 {
  font-size: 55px;
}

.hs-landing-page .body-container-wrapper h1 {
  font-size: 60px;
}

@media (max-width:767px){
  .career-inner-page-banner .ad-banner .hero__title {
    font-size: clamp(3.6rem,8.2vw,8.2rem);
  }

  .full-width-page-row1 .dnd-section > .row-fluid {
    max-width: 100% !important;
    padding-right: 2rem !important;
    padding-left: 2rem !important;
  }

  .full-width-page-row1 .widget-type-rich_text a {
    font-size: 11px;
  }

  .social-audit-row2 .hs-button {
    align-items: center;
    background-color: #ffb547;
    border-radius: 5rem;
    box-sizing: border-box;
    color: #fff;
    color: #20123a;
    cursor: pointer;
    display: inline-flex;
    font-size: 1.5rem;

  }

  .solution-inner-row2 .advanced_cntnt .blog-content.page-center {
    padding: 0;
  }
  .solution-inner-row1 .advanced_cntnt {
    padding-top: 50px;
  }

  .full-width-page-row1 .widget-type-rich_text ul, .full-width-page-row1 .widget-type-rich_text ol {
    padding-left: 20px;
  }

  .hs_cos_wrapper_type_blog_subscribe, .hs_cos_wrapper_type_email_simple_subscription, .hs_cos_wrapper_type_form, .hs_cos_wrapper_type_google_search, .hs_cos_wrapper_type_member_login, .hs_cos_wrapper_type_member_register, .hs_cos_wrapper_type_module .widget-type-email_subscriptions, .hs_cos_wrapper_type_password_prompt, .hs_cos_wrapper_type_password_reset, .hs_cos_wrapper_type_password_reset_request, .section.post-footer form {
    padding-left: 0;
    padding-right: 0;
  }
}

@media (max-width:500px){
  .full-width-page-row1 .widget-type-rich_text table {
    overflow-x: auto;
    white-space: nowrap;
    display: block;
  }

}


.about_page .con-wi-bg-img .grid-item .title {
  letter-spacing: 0.05rem;
}

.about_page .con-wi-bg-img .grid-item .content p {
  line-height: 1.33;
}

.home_page .ad-banner {
  align-items: center;
  justify-content: space-between;
}

.home_page .ad-banner .top_spacer {
  display: block;
}

.home_row5 .con-wi-bg-img .grid-item__image {
  border: 1px solid #b969ff;
}

.home_row5 .con-wi-bg-img .grid-item__image {
  border: none !important;
}

.home_row5 .con-wi-bg-img div.grid-item__image {
  background-color: #45256B;
}

.home_row5 .con-wi-bg-img .grid-item .overlay{
  display: none;
}

.home_row5 .con-wi-bg-img ul {
  margin-bottom: 0;
}

.home_row5 .con-wi-bg-img .grid-item .overlay:before {
  display: none;
}

.home_row5 .con-wi-bg-img img.grid-item__image {
  border: none;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  position: relative;
  z-index: 2;
  transition: transform .45s ease-in-out;
  border-radius: 0;
}

/* form */

.modal__form{
  display: none;
  text-align: left;
}

.modal__form .modal__overlay{
  transition: all .3s ease-in;
  position: fixed;
  inset: 0;
  background: rgba(0,0,0,.6);
  z-index: 10000;
  display: flex;
  justify-content: center;
  align-items: center;
  will-change: transform;
  animation: mmfadeOut .3s cubic-bezier(0,0,.2,1);
}

@keyframes mmfadeOut {
  0% {
    opacity: 1
  }

  to {
    opacity: 0
  }
}

.modal__form .modal__container{
  background: #20123a;
  overflow: hidden;
  height: 100%;
  max-height: 100%;
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
  animation: mmslideOut .3s cubic-bezier(0,0,.2,1);
}



.modal__form .modal__bg {
  display: none;
}

.modal__form .nav {
  position: relative;
  z-index: 2;
  width: 100%;
}

.modal__form .nav__content{
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-bottom: none;
  width: 100%;
}

.modal__form .nav__content img{
  display: block;
  margin-top: 3rem;
  margin-bottom: 3rem;
  width: auto;
}

.modal__form .cursor--pointer {
  cursor: pointer;
}

.modal__form .modal__body {
  width: 100%;
  padding: 2.6rem 2rem;
  color: #fff;
  box-sizing: border-box;
}

.modal__form .modal__header {
  font-size: 2.4rem;
  font-weight: 600;
  text-align: center;
  position: relative;
  line-height: 1;
  padding-bottom: 3rem;
  margin: 0;
}

.modal__form .form-demo {
  font-size: 1.4rem;
  font-weight: 500;
  max-width: 50rem;
  margin: 0 auto;
  padding-top: 2rem;
}

.show_form .modal__form {
  display: block;
}

.show_form .modal__form .modal__overlay{
  animation: mmfadeIn .3s cubic-bezier(0,0,.2,1);
}

.show_form .modal__form .modal__container{
  animation: mmslideIn .3s cubic-bezier(0,0,.2,1);
}

.modal__form .nav__content>img {
  height: 20px;
}

.modal__form .modal__header:after {
  content: "";
  width: 6rem;
  height: 3px;
  background-color: #fff;
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translate(-50%);
}

.modal__form .hs_cos_wrapper_type_form{
  padding:0;
  margin:0;
}

.modal__form .field {
  margin-top: 1rem;
  margin-bottom: 0;
}

.modal__form label {
  display: block;
  opacity: .5;
  padding-left: 2rem;
  line-height: 2rem;
  margin-bottom: 1rem;
  color: #fff;
}

.modal__form form input[type=email],
.modal__form form input[type=file],
.modal__form form input[type=number],
.modal__form form input[type=password],
.modal__form form input[type=tel],
.modal__form form input[type=text],
.modal__form form select,
.modal__form form textarea{
  box-sizing: border-box;
  font-size: inherit;
  color: inherit;
  display: block;
  width: 100%;
  height: 4rem;
  background-color: transparent;
  border: 1px solid rgba(255,255,255,.2);
  border-radius: 5px;
  transition: border-color .15s ease-in;
  outline: none;
  padding: 0 2rem;
  line-height: normal;
  font-family: inherit;
  font-weight: 600;
}

body.open_form{
  overflow: hidden;
}

.modal__form label .hs-form-required {
  color: #fff;
}

.modal__form form select {
  appearance: none;
  background-image: url(//24973737.fs1.hubspotusercontent-eu1.net/hubfs/24973737/raw_assets/public/AdwayAB_February2023/images/down_icon.svg);
  background-repeat: no-repeat;
  text-overflow: ellipsis;
  background-size: 1.2rem;
  background-position: center right 1rem;
}

.modal__form .legal-consent-container {
  font-size: 1.2rem;
  padding-top: 1.6rem;
  text-align: center;
}

.modal__form .legal-consent-container p{
  font-size: 1.2rem;
  font-weight: 500;
  font-family: 'PolySans', sans-serif;
  margin: 0;
  line-height: 1.5;
}

.modal__form .legal-consent-container a {
  color: #ffb547;
  text-decoration: underline;
}

.modal__form .actions {
  text-align: center;
  margin-top: 2rem;
}

.modal__form form .hs-button{
  display: block;
  max-width: 30rem;
  margin: 0 auto;
  width: 100%;
}

.modal__form .hs-input.invalid.error {
  border-color: #ff0000;
  opacity: 1;
  color: #fff;
}

.modal__form .form-demo .no-list{
  padding-left: 0;
  margin-top: 0.5rem;
  line-height: 1;
  list-style: none;
}

.modal__form form .inputs-list>li{
  margin: 0;
}

.modal__form form .inputs-list>li label {
  padding-left: 0;
  color: #ff0000;
  opacity: 1;
}

.modal__form form .hs-richtext {
  margin-bottom: 0;
}

.modal__form .cursor--pointer img {
  width: 25px;
  height: 25px;
  margin-top: 0px;
  margin-bottom: 0;
  display: inline;
}

@keyframes mmslideIn {
  0% {
    transform: translateY(15%)
  }

  to {
    transform: translateY(0)
  }
}

@keyframes mmslideOut {
  0% {
    transform: translateY(0)
  }

  to {
    transform: translateY(-10%)
  }
}

@keyframes mmfadeIn {
  0% {
    opacity: 0
  }

  to {
    opacity: 1
  }
}

@keyframes mmslideIn {
  0% {
    transform: translateY(15%)
  }

  to {
    transform: translateY(0)
  }
}

/* form */

.home_row6 .con-wi-bg-img .grid-item .content {
  max-width: 100%;
}

.home_row6 .con-wi-bg-img .grid-item .content p {
  font-size: max(1.6rem,min(1.81vw,1.8rem));
  line-height: 1.33;
  font-weight: 400;
}

.home_row6 .con-wi-bg-img .grid-item.type2 .title {
  letter-spacing: 0.05rem;
  font-size: max(3.2rem,min(4.84vw,4.8rem));
  font-weight: 500;
  line-height: 1.2;
}

.home_row10 .con-wi-bg-img .grid-item .title {
  letter-spacing: 0.05rem;
}

.home_row10 .con-wi-bg-img .grid-item .content {
  max-width: 100%;
}

.home_row10 .con-wi-bg-img .grid-item .content p {
  letter-spacing: 0.05rem;
  font-size: max(1.6rem,min(1.81vw,1.8rem));
  line-height: 1.33;
  font-weight: 400;
}

.home_row11 .bottom-pane .page-center {
  margin-bottom: -4rem;
}

.home_row11 .bottom-pane {
  position: relative;
  z-index: 11;
}

.about_page,
.home_page,
.cases-page{
  position: relative;
}

.talent .grid-item__image .overlay:after {
  content: '';
  width: 80rem;
  height: 80rem;
  position: absolute;
  top: 0;
  left: 0;
  transform: translate(-50%, -50%);
  background-image: url(https://24973737.fs1.hubspotusercontent-eu1.net/hubfs/24973737/AdwayAB_February2023/Image/overlay--purple2-2.png);
  background-size: cover;
}


.social-audit-page button.form_triger.form_popup.btn_.btn_ {
  align-items: center;
  background-color: #ffb547;
  border-radius: 5rem;
  box-sizing: border-box;
  color: #20123a;
  cursor: pointer;
  display: inline-flex;
  font-size: 2rem;
  font-weight: 500;
  justify-content: center;
  line-height: 1.2;
  overflow: hidden;
  padding: 1.5rem 4rem;
  position: relative;
  text-decoration: none!important;
  transition: background-color .15s ease-in-out;
  z-index: 2;
  margin-top: 8rem;
}


.social-audit-page button.form_triger.form_popup.btn_.btn_:hover {
  background-color: #fff;
  color: #20123a;
}

.cases-page .cases-page-row2 .con-wi-bg-img .grid-item .title {
  letter-spacing: -.02em;
}

.social-audit-row2 .advanced_cntnt .blog-content .btn.btn--primary {
  margin: 0 auto;
  text-align: center;
}

@media (max-height:700px) and (max-width:1200px){
  .home_page .ad-banner {
    align-items: center;
    justify-content: space-between;
    padding-top: 120px;
  }
}
@media screen and (min-width: 767px) {
  .card-background__mask {
    position: absolute;
    inset: 0;
    -webkit-mask-image:url(//24973737.fs1.hubspotusercontent-eu1.net/hubfs/24973737/raw_assets/public/AdwayAB_February2023/images/triangle--solid.svg);
    -webkit-mask-size: cover;
    -webkit-mask-repeat: no-repeat;
  }
}

/* .content__bg {
position: absolute;
top: 0;
right: 0;
bottom: 0;
left: 0;
z-index: -1;
padding-top: 150vh;
overflow: hidden;
}

.content__bg .screen {
position: relative;
height: 100vh;
width: 100%;
display: flex;
align-items: center;
}

.content__bg .line--vertical {
width: 0.2rem;
height: 20rem;
background-color: #fff3;
overflow: hidden;
position: absolute;
z-index: 1;
right: -4rem;
}

.content__bg .line--vertical:before {
content: "";
position: absolute;
top: 0;
left: 0;
width: 0.2rem;
height: 20rem;
will-change: transform;
background: #b969ff;
animation: ScrollAnimation 2s ease-in-out infinite;
}

.content__bg .screen:nth-child(2n + 2) .line--vertical {
right: auto;
left: -4rem;
}

@keyframes ScrollAnimation {
0% {
transform: translateY(-100%)
}

to {
transform: translateY(100%)
}
} */

@media screen and (min-width: 991px){
  .modal__form .actions{
    margin-top: 3rem;
  }
}

@media screen and (min-width: 1024px){
  .modal__form .modal__container{
    border-radius: 3rem;
    max-width: 80rem;
    height: auto;
    position: relative;
  }

  .modal__form .modal__bg {
    display: block;
    position: absolute;
    inset: 0;
  }

  .modal__form .nav__content{
    padding-left: 2rem;
    padding-right: 2rem;
  }

  .modal__form .modal__body {
    padding: 2rem 0 4rem;
    position: relative;
    z-index: 2;
  }

  .modal__form .modal__header {
    font-size: 3.6rem;
    line-height: 1;
    padding-bottom: 2rem;
  }

  .modal__form .modal__header:after{
    width: 14rem;
  }

  .modal__form .field {
    margin-top: 2rem;
  }

  .modal__form label {
    font-size: 1.6rem;
  }

  .modal__form form input[type=email],
  .modal__form form input[type=file],
  .modal__form form input[type=number],
  .modal__form form input[type=password],
  .modal__form form input[type=tel],
  .modal__form form input[type=text],
  .modal__form form select,
  .modal__form form textarea{
    height: 5rem;
    font-size: 1.6rem;
  }

}
.about_page .con-wi-bg-img .grid-item .title {
  letter-spacing: 0.05rem;
}

.about_page .con-wi-bg-img .grid-item .content p {
  line-height: 1.33;
}

.home_page .ad-banner {
  align-items: center;
  justify-content: space-between;
}

.home_page .ad-banner .top_spacer {
  display: block;
}

.home_row5 .con-wi-bg-img .grid-item__image {
  border: 1px solid #b969ff;
}

.home_row5 .con-wi-bg-img .grid-item__image {
  border: 2px solid #b969ff;
}

.home_row5 .con-wi-bg-img ul {
  margin-bottom: 0;
}

.home_row5 .con-wi-bg-img .grid-item .overlay:before {
  display: none;
}

.home_row5 .con-wi-bg-img img.grid-item__image {
  border: none;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  position: relative;
  z-index: 2;
  transition: transform .45s ease-in-out;
  border-radius: 0;
}

/* form */

.modal__form{
  display: none;
  text-align: left;
}

.modal__form .modal__overlay{
  transition: all .3s ease-in;
  position: fixed;
  inset: 0;
  background: rgba(0,0,0,.6);
  z-index: 10000;
  display: flex;
  justify-content: center;
  align-items: center;
  will-change: transform;
  animation: mmfadeOut .3s cubic-bezier(0,0,.2,1);
}

@keyframes mmfadeOut {
  0% {
    opacity: 1
  }

  to {
    opacity: 0
  }
}

.modal__form .modal__container{
  background: #20123a;
  overflow: hidden;
  height: 100%;
  max-height: 100%;
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
  animation: mmslideOut .3s cubic-bezier(0,0,.2,1);
}



.modal__form .modal__bg {
  display: none;
}

.modal__form .nav {
  position: relative;
  z-index: 2;
  width: 100%;
}

.modal__form .nav__content{
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-bottom: none;
  width: 100%;
}

.modal__form .nav__content img{
  display: block; 
  margin-top: 3rem;
  margin-bottom: 3rem;
  width: auto;
}

.modal__form .cursor--pointer {
  cursor: pointer;
}

.modal__form .modal__body {
  width: 100%;
  padding: 2.6rem 2rem;
  color: #fff;
  box-sizing: border-box;
}

.modal__form .modal__header {
  font-size: 2.4rem;
  font-weight: 600;
  text-align: center;
  position: relative;
  line-height: 1;
  padding-bottom: 3rem;
  margin: 0;
}

.modal__form .form-demo {
  font-size: 1.4rem;
  font-weight: 500;
  max-width: 50rem;
  margin: 0 auto;
  padding-top: 2rem;
}

.show_form .modal__form {
  display: block;
}

.show_form .modal__form .modal__overlay{
  animation: mmfadeIn .3s cubic-bezier(0,0,.2,1);
}

.show_form .modal__form .modal__container{
  animation: mmslideIn .3s cubic-bezier(0,0,.2,1);
}

.modal__form .nav__content>img {
  height: 20px;
}

.modal__form .modal__header:after {
  content: "";
  width: 6rem;
  height: 3px;
  background-color: #fff;
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translate(-50%);
}

.modal__form .hs_cos_wrapper_type_form{
  padding:0;
  margin:0;
}

.modal__form .field {
  margin-top: 1rem;
  margin-bottom: 0;
}

.modal__form label {
  display: block;
  opacity: .5;
  padding-left: 2rem;
  line-height: 2rem;
  margin-bottom: 1rem;
  color: #fff;
}

.modal__form form input[type=email], 
.modal__form form input[type=file], 
.modal__form form input[type=number], 
.modal__form form input[type=password], 
.modal__form form input[type=tel], 
.modal__form form input[type=text], 
.modal__form form select, 
.modal__form form textarea{
  box-sizing: border-box;
  font-size: inherit;
  color: inherit;
  display: block;
  width: 100%;
  height: 4rem;
  background-color: transparent;
  border: 1px solid rgba(255,255,255,.2);
  border-radius: 5px;
  transition: border-color .15s ease-in;
  outline: none;
  padding: 0 2rem;
  line-height: normal;
  font-family: inherit;
  font-weight: 600;
}

body.open_form{
  overflow: hidden;
}

.modal__form label .hs-form-required {
  color: #fff;
}

.modal__form form select {
  appearance: none;
  background-image: url(//24973737.fs1.hubspotusercontent-eu1.net/hubfs/24973737/raw_assets/public/AdwayAB_February2023/images/down_icon.svg);
  background-repeat: no-repeat;
  text-overflow: ellipsis;
  background-size: 1.2rem;
  background-position: center right 1rem;
}

.modal__form .legal-consent-container {
  font-size: 1.2rem;
  padding-top: 1.6rem;
  text-align: center;
}

.modal__form .legal-consent-container p{
  font-size: 1.2rem;
  font-weight: 500;
  font-family: 'PolySans', sans-serif;
  margin: 0;
  line-height: 1.5;
}

.modal__form .legal-consent-container a {
  color: #ffb547;
  text-decoration: underline;
}

.modal__form .actions {
  text-align: center;
  margin-top: 2rem;
}

.modal__form form .hs-button{
  display: block;
  max-width: 30rem;
  margin: 0 auto;
  width: 100%;
}

.modal__form .hs-input.invalid.error {
  border-color: #ff0000;
  opacity: 1;
  color: #fff;
}

.modal__form .form-demo .no-list{
  padding-left: 0;
  margin-top: 0.5rem;
  line-height: 1;
  list-style: none;
}

.modal__form form .inputs-list>li{
  margin: 0;
}

.modal__form form .inputs-list>li label {
  padding-left: 0;
  color: #ff0000;
  opacity: 1;
}

.modal__form form .hs-richtext {
  margin-bottom: 0;
}

.modal__form .cursor--pointer img {
  width: 25px;
  height: 25px;
  margin-top: 0px;
  margin-bottom: 0;
  display: inline;
}

@keyframes mmslideIn {
  0% {
    transform: translateY(15%)
  }

  to {
    transform: translateY(0)
  }
}

@keyframes mmslideOut {
  0% {
    transform: translateY(0)
  }

  to {
    transform: translateY(-10%)
  }
}

@keyframes mmfadeIn {
  0% {
    opacity: 0
  }

  to {
    opacity: 1
  }
}

@keyframes mmslideIn {
  0% {
    transform: translateY(15%)
  }

  to {
    transform: translateY(0)
  }
}

/* form */

.home_row6 .con-wi-bg-img .grid-item .content {
  max-width: 100%;
}

.home_row6 .con-wi-bg-img .grid-item .content p {
  font-size: max(1.6rem,min(1.81vw,1.8rem));
  line-height: 1.33;
  font-weight: 400;
}

.home_row6 .con-wi-bg-img .grid-item.type2 .title {
  letter-spacing: 0.05rem;
  font-size: max(3.2rem,min(4.84vw,4.8rem));
  font-weight: 500;
  line-height: 1.2;
}

.home_row10 .con-wi-bg-img .grid-item .title {
  letter-spacing: 0.05rem;
}

.home_row10 .con-wi-bg-img .grid-item .content {
  max-width: 100%;
}

.home_row10 .con-wi-bg-img .grid-item .content p {
  letter-spacing: 0.05rem;
  font-size: max(1.6rem,min(1.81vw,1.8rem));
  line-height: 1.33;
  font-weight: 400;
}

.home_row11 .bottom-pane .page-center {
  margin-bottom: -4rem;
}

.home_row11 .bottom-pane {
  position: relative;
  z-index: 11;
}

.about_page,
.home_page,
.cases-page{
  position: relative;
}

/* .content__bg {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: -1;
  padding-top: 150vh;
  overflow: hidden;
}

.content__bg .screen {
  position: relative;
  height: 100vh;
  width: 100%;
  display: flex;
  align-items: center;
}

.content__bg .line--vertical {
  width: 0.2rem;
  height: 20rem;
  background-color: #fff3;
  overflow: hidden;
  position: absolute;
  z-index: 1;
  right: -4rem;
}

.content__bg .line--vertical:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 0.2rem;
  height: 20rem;
  will-change: transform;
  background: #b969ff;
  animation: ScrollAnimation 2s ease-in-out infinite;
}

.content__bg .screen:nth-child(2n + 2) .line--vertical {
  right: auto;
  left: -4rem;
}

@keyframes ScrollAnimation {
  0% {
    transform: translateY(-100%)
  }

  to {
    transform: translateY(100%)
  }
} */

@media screen and (min-width: 991px){
  .modal__form .actions{
    margin-top: 3rem;
  }
}

@media screen and (min-width: 1024px){
  .modal__form .modal__container{
    border-radius: 3rem;
    max-width: 80rem;
    height: auto;
    position: relative;
  }

  .modal__form .modal__bg {
    display: block;
    position: absolute;
    inset: 0;
  }

  .modal__form .nav__content{
    padding-left: 2rem;
    padding-right: 2rem;
  }

  .modal__form .modal__body {
    padding: 2rem 0 4rem;
    position: relative;
    z-index: 2;
  }

  .modal__form .modal__header {
    font-size: 3.6rem;
    line-height: 1;
    padding-bottom: 2rem;
  }

  .modal__form .modal__header:after{
    width: 14rem;
  }

  .modal__form .field {
    margin-top: 2rem;
  }

  .modal__form label {
    font-size: 1.6rem;
  }

  .modal__form form input[type=email], 
  .modal__form form input[type=file], 
  .modal__form form input[type=number], 
  .modal__form form input[type=password], 
  .modal__form form input[type=tel], 
  .modal__form form input[type=text], 
  .modal__form form select, 
  .modal__form form textarea{
    height: 5rem;
    font-size: 1.6rem;
  }

}