.cmplz-video.cmplz-iframe-styles{background-color:transparent}.cmplz-video.cmplz-hidden{visibility:hidden !important}.cmplz-blocked-content-notice{display:none}.cmplz-placeholder-parent{height:inherit}.cmplz-optin .cmplz-blocked-content-container .cmplz-blocked-content-notice,.cmplz-optin .cmplz-wp-video .cmplz-blocked-content-notice,.cmplz-optout .cmplz-blocked-content-container .cmplz-blocked-content-notice,.cmplz-optout .cmplz-wp-video .cmplz-blocked-content-notice{display:block}.cmplz-blocked-content-container,.cmplz-wp-video{animation-name:cmplz-fadein;animation-duration:600ms;background:#FFF;border:0;border-radius:3px;box-shadow:0 0 1px 0 rgba(0,0,0,0.5),0 1px 10px 0 rgba(0,0,0,0.15);display:flex;justify-content:center;align-items:center;background-repeat:no-repeat !important;background-size:cover !important;height:inherit;position:relative}.cmplz-blocked-content-container.gmw-map-cover,.cmplz-wp-video.gmw-map-cover{max-height:100%;position:absolute}.cmplz-blocked-content-container.cmplz-video-placeholder,.cmplz-wp-video.cmplz-video-placeholder{padding-bottom:initial}.cmplz-blocked-content-container iframe,.cmplz-wp-video iframe{visibility:hidden;max-height:100%;border:0 !important}.cmplz-blocked-content-container .cmplz-custom-accept-btn,.cmplz-wp-video .cmplz-custom-accept-btn{white-space:normal;text-transform:initial;cursor:pointer;position:absolute !important;width:100%;top:50%;left:50%;transform:translate(-50%,-50%);max-width:200px;font-size:14px;padding:10px;background-color:rgba(0,0,0,0.5);color:#fff;text-align:center;z-index:98;line-height:23px}.cmplz-blocked-content-container .cmplz-custom-accept-btn:focus,.cmplz-wp-video .cmplz-custom-accept-btn:focus{border:1px dotted #cecece}.cmplz-blocked-content-container .cmplz-blocked-content-notice,.cmplz-wp-video .cmplz-blocked-content-notice{white-space:normal;text-transform:initial;position:absolute !important;width:100%;top:50%;left:50%;transform:translate(-50%,-50%);max-width:300px;font-size:14px;padding:10px;background-color:rgba(0,0,0,0.5);color:#fff;text-align:center;z-index:98;line-height:23px}.cmplz-blocked-content-container .cmplz-blocked-content-notice .cmplz-links,.cmplz-wp-video .cmplz-blocked-content-notice .cmplz-links{display:block;margin-bottom:10px}.cmplz-blocked-content-container .cmplz-blocked-content-notice .cmplz-links a,.cmplz-wp-video .cmplz-blocked-content-notice .cmplz-links a{color:#fff}.cmplz-blocked-content-container .cmplz-blocked-content-notice .cmplz-blocked-content-notice-body,.cmplz-wp-video .cmplz-blocked-content-notice .cmplz-blocked-content-notice-body{display:block}.cmplz-blocked-content-container div div{display:none}.cmplz-wp-video .cmplz-placeholder-element{width:100%;height:inherit}@keyframes cmplz-fadein{from{opacity:0}to{opacity:1}}
/*!****************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[1].use[1]!./node_modules/resolve-url-loader/index.js??ruleSet[1].rules[1].use[2]!./node_modules/sass-loader/dist/cjs.js??ruleSet[1].rules[1].use[3]!../assets/src/sass/main.scss ***!
  \****************************************************************************************************************************************************************************************************************************************************/
@charset "UTF-8";
/*!
* ress.css • v1.2.2
* MIT License
* github.com/filipelinhares/ress
*/
/* # =================================================================
# Global selectors
# ================================================================= */
html {
  box-sizing: border-box;
  overflow-y: scroll; /* All browsers without overlaying scrollbars */
  -webkit-text-size-adjust: 100%; /* iOS 8+ */
}

*,
::before,
::after {
  background-repeat: no-repeat; /* Set `background-repeat: no-repeat` to all elements and pseudo elements */
  box-sizing: inherit;
}

::before,
::after {
  vertical-align: inherit;
  text-decoration: inherit; /* Inherit text-decoration and vertical align to ::before and ::after pseudo elements */
}

* {
  margin: 0;
  padding: 0; /* Reset `padding` and `margin` of all elements */
}

/* # =================================================================
# General elements
# ================================================================= */
/* Add the correct display in iOS 4-7.*/
audio:not([controls]) {
  display: none;
  height: 0;
}

hr {
  overflow: visible; /* Show the overflow in Edge and IE */
}

/*
* Correct `block` display not defined for any HTML5 element in IE 8/9
* Correct `block` display not defined for `details` or `summary` in IE 10/11
* and Firefox
* Correct `block` display not defined for `main` in IE 11
*/
article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
menu,
nav,
section,
summary {
  display: block;
}

summary {
  display: list-item; /* Add the correct display in all browsers */
}

small {
  font-size: 80%; /* Set font-size to 80% in `small` elements */
}

[hidden],
template {
  display: none; /* Add the correct display in IE */
}

abbr[title] {
  border-bottom: 1px dotted; /* Add a bordered underline effect in all browsers */
  text-decoration: none; /* Remove text decoration in Firefox 40+ */
}

a {
  background-color: transparent; /* Remove the gray background on active links in IE 10 */
  -webkit-text-decoration-skip: objects; /* Remove gaps in links underline in iOS 8+ and Safari 8+ */
}

a:active,
a:hover {
  outline-width: 0; /* Remove the outline when hovering in all browsers */
}

code,
kbd,
pre,
samp {
  font-family: monospace, monospace; /* Specify the font family of code elements */
}

b,
strong {
  font-weight: bolder; /* Correct style set to `bold` in Edge 12+, Safari 6.2+, and Chrome 18+ */
}

dfn {
  font-style: italic; /* Address styling not present in Safari and Chrome */
}

/* Address styling not present in IE 8/9 */
mark {
  background-color: #ff0;
  color: #000;
}

/* https://gist.github.com/unruthless/413930 */
sub,
sup {
  position: relative;
  vertical-align: baseline;
  font-size: 75%;
  line-height: 0;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* # =================================================================
# Forms
# ================================================================= */
input {
  border-radius: 0;
}

/* Apply cursor pointer to button elements */
button,
[type=button],
[type=reset],
[type=submit],
[role=button] {
  cursor: pointer;
}

/* Replace pointer cursor in disabled elements */
[disabled] {
  cursor: default;
}

[type=number] {
  width: auto; /* Firefox 36+ */
}

[type=search] {
  -webkit-appearance: textfield; /* Safari 8+ */
}

[type=search]::-webkit-search-cancel-button,
[type=search]::-webkit-search-decoration {
  -webkit-appearance: none; /* Safari 8 */
}

textarea {
  overflow: auto; /* Internet Explorer 11+ */
  resize: vertical; /* Specify textarea resizability */
}

button,
input,
optgroup,
select,
textarea {
  font: inherit; /* Specify font inheritance of form elements */
}

optgroup {
  font-weight: bold; /* Restore the font weight unset by the previous rule. */
}

button {
  overflow: visible; /* Address `overflow` set to `hidden` in IE 8/9/10/11 */
}

/* Remove inner padding and border in Firefox 4+ */
button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  padding: 0;
  border-style: 0;
}

/* Replace focus style removed in the border reset above */
button:-moz-focusring,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  outline: 1px dotted ButtonText;
}

button,
html [type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button; /* Correct the inability to style clickable types in iOS */
}

button,
select {
  text-transform: none; /* Firefox 40+, Internet Explorer 11- */
}

/* Remove the default button styling in all browsers */
button,
input,
select,
textarea {
  background-color: transparent;
  border-style: none;
  color: inherit;
}

/* Style select like a standard input */
select {
  -moz-appearance: none; /* Firefox 36+ */
  -webkit-appearance: none; /* Chrome 41+ */
}

select::-ms-expand {
  display: none; /* Internet Explorer 11+ */
}

select::-ms-value {
  color: currentColor; /* Internet Explorer 11+ */
}

legend {
  display: table; /* Correct the text wrapping in Edge and IE */
  max-width: 100%; /* Correct the text wrapping in Edge and IE */
  border: 0; /* Correct `color` not being inherited in IE 8/9/10/11 */
  color: inherit; /* Correct the color inheritance from `fieldset` elements in IE */
  white-space: normal; /* Correct the text wrapping in Edge and IE */
}

::-webkit-file-upload-button {
  font: inherit; /* Change font properties to `inherit` in Chrome and Safari */
  -webkit-appearance: button; /* Correct the inability to style clickable types in iOS and Safari */
}

[type=search] {
  outline-offset: -2px; /* Correct the outline style in Safari */
  -webkit-appearance: textfield; /* Correct the odd appearance in Chrome and Safari */
}

/* # =================================================================
# Specify media element style
# ================================================================= */
img {
  display: inline-block;
  vertical-align: top;
  border-style: none; /* Remove border when inside `a` element in IE 8/9/10 */
}

/* Add the correct vertical alignment in Chrome, Firefox, and Opera */
progress {
  vertical-align: baseline;
}

svg:not(:root) {
  overflow: hidden; /* Internet Explorer 11- */
}

audio,
canvas,
progress,
video {
  display: inline-block; /* Internet Explorer 11+, Windows Phone 8.1+ */
}

/* Responsive media elements so that images and embeds scale with the browser width */
img,
embed,
object,
audio,
video {
  max-width: 100%;
  height: auto;
}

/* # =================================================================
# Accessibility
# ================================================================= */
/* Hide content from screens but not screenreaders */
@media screen {
  [hidden~=screen] {
    display: inherit;
  }
  [hidden~=screen]:not(:active):not(:focus):not(:target) {
    position: absolute !important;
    clip: rect(0 0 0 0) !important;
  }
}
/* Specify the progress cursor of updating elements */
[aria-busy=true] {
  cursor: progress;
}

/* Specify the pointer cursor of trigger elements */
[aria-controls] {
  cursor: pointer;
}

/* Specify the unstyled cursor of disabled, not-editable, or otherwise inoperable elements */
[aria-disabled] {
  cursor: default;
}

/* # =================================================================
# Selection
# ================================================================= */
/* Specify text selection background color and omit drop shadow */
::-moz-selection {
  background-color: #b3d4fc; /* Required when declaring ::selection */
  color: #000;
  text-shadow: none;
}

::selection {
  background-color: #b3d4fc; /* Required when declaring ::selection */
  color: #000;
  text-shadow: none;
}

@font-face {
  font-family: "Proxima Nova Regular";
  font-style: normal;
  font-weight: normal;
  src: url("../woff2/proximanovareg.woff2") format("woff2"), url("../woff/proximanovareg.woff") format("woff");
  font-display: swap;
}
@font-face {
  font-family: "Proxima Nova Bold";
  font-style: normal;
  font-weight: normal;
  src: url("../woff2/proximanovabold.woff2") format("woff2"), url("../woff/proximanovabold.woff") format("woff");
  font-display: swap;
}
@font-face {
  font-family: "Nunito Bold";
  font-style: normal;
  font-weight: normal;
  src: url("../woff2/nunito-bold.woff2") format("woff2"), url("../woff/nunito-bold.woff") format("woff");
  font-display: swap;
}
@font-face {
  font-family: "Poppins";
  font-style: normal;
  font-weight: 300;
  src: url("../woff2/poppins-light.woff2") format("woff2"), url("../woff/poppins-light.woff") format("woff");
  font-display: swap;
}
@font-face {
  font-family: "Poppins";
  font-style: normal;
  font-weight: 400;
  src: url("../woff2/poppins-regular.woff2") format("woff2"), url("../woff/poppins-regular.woff") format("woff");
  font-display: swap;
}
@font-face {
  font-family: "Poppins";
  font-style: normal;
  font-weight: 500;
  src: url("../woff2/poppins-medium.woff2") format("woff2"), url("../woff/poppins-medium.woff") format("woff");
  font-display: swap;
}
html {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  font-size: 62.5%;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  font-synthesis: none;
  text-size-adjust: 100%;
  -webkit-tap-highlight-color: transparent;
  overflow-y: unset;
}

body {
  display: flex;
  flex-direction: column;
  width: 100%;
  min-height: 100vh;
  margin: 0;
  color: #202830;
  font-family: "Nunito Bold", sans-serif;
  font-size: 62.5%;
  text-align: left;
  overflow-x: hidden;
  transition-timing-function: cubic-bezier(0.5, 1, 0.89, 1);
}
body.single-product {
  background-color: #fff;
}
body.no-scroll {
  overflow-y: hidden;
}

* {
  font-synthesis: inherit;
}
*, *::before, *::after {
  box-sizing: inherit;
}

address {
  font-size: inherit;
  font-style: inherit;
}

figure {
  margin: 0;
}

.touch {
  cursor: pointer;
}

::selection {
  color: #fff;
}

a,
area,
button,
[role=button],
input:not([type=range]),
label,
select,
summary,
textarea {
  -ms-touch-action: manipulation;
  touch-action: manipulation;
}

.skip-link {
  position: absolute;
  left: 0;
  z-index: 1090;
  padding: 4px;
  background: #fff;
  color: #000;
  font-size: 20px;
  font-weight: 700;
  transform: translateY(-100%);
}

.skip-link:focus {
  transform: translateY(0%);
}

.main {
  position: relative;
  z-index: 1020;
  min-height: 80vh;
  margin-top: -10px;
}
@media (min-width: 64.063em) {
  .main {
    padding-top: 0;
  }
  .main .page-content > div:last-child {
    padding-bottom: 210px;
  }
}

@media (min-width: 64.063em) {
  .case-studies {
    padding-bottom: 120px;
  }
}

ul li {
  list-style: none;
}

h1,
h2,
h3,
h4 {
  margin-top: 0;
  margin-bottom: 0;
  line-height: 1;
}

.t1 {
  font-size: 3.2rem;
  line-height: 4rem;
}
@media (min-width: 50em) {
  .t1 {
    font-size: 7.2rem;
    line-height: 8rem;
  }
}

h1 {
  font-size: 2.4rem;
  line-height: 3.2rem;
}
@media (min-width: 50em) {
  h1 {
    font-size: 4rem;
    line-height: 4.8rem;
  }
}

h2 {
  font-size: 2.4rem;
  line-height: 3.2rem;
}
@media (min-width: 50em) {
  h2 {
    font-size: 3.2rem;
    line-height: 4rem;
  }
}

h3 {
  font-size: 1.6rem;
  line-height: 2.4rem;
}
@media (min-width: 50em) {
  h3 {
    font-size: 2.4rem;
    line-height: 3.2rem;
  }
}

h4 {
  font-size: 1.4rem;
  line-height: 2.2rem;
}
@media (min-width: 50em) {
  h4 {
    font-size: 1.8rem;
    line-height: 2.6rem;
  }
}

a {
  outline: none;
  color: inherit;
  text-decoration: none;
  transition: all 100ms ease-out;
}
h1 a, h2 a, h3 a, h4 a {
  color: inherit;
  text-decoration: none;
}
a:focus-visible {
  outline: 1px dashed #039BE5;
}

button:focus-visible {
  outline: 1px dashed #039BE5;
}

p {
  margin-bottom: 0;
  color: inherit;
  font-family: inherit;
  line-height: 1.4;
}

ul, ol {
  margin-bottom: 0;
  padding: 0;
}

::selection {
  background-color: #7B1FA2;
  color: #fff;
}

.c-header--white .c-navigation .c-navigation__link {
  color: #313C47;
}
.c-header--white .e-burger .e-burger__text {
  color: #313C47;
}

.c-utility-bar {
  color: #fff;
  font-size: 1.4rem;
  font-weight: bold;
  line-height: 1.8rem;
}
.c-utility-bar a {
  color: #fff;
}

.c-utility--mobile .c-utility__link {
  font-size: 1.8rem;
  font-weight: bold;
  line-height: 2.4rem;
}

.c-navigation .c-navigation__link {
  font-size: 1.8rem;
  font-weight: bold;
  line-height: 2.4rem;
}
.c-navigation .c-navigation__children .c-navigation__link {
  color: #313C47;
}
@media (min-width: 64.063em) {
  .c-navigation .c-navigation__link {
    color: #fff;
  }
}

.c-nav-head {
  font-weight: bold;
}
.c-nav-head .c-nav-head__section-title {
  font-size: 1.6rem;
  line-height: 2.4rem;
}
.c-nav-head .c-nav-head__menu-close {
  font-size: 1.4rem;
  line-height: 1.8rem;
}

.c-mega-nav .c-mega-nav__primary-link {
  color: #313C47;
  font-size: 1.8rem;
  font-weight: bold;
  line-height: 2.4rem;
}
.c-mega-nav .c-mega-nav__secondary-item-title {
  color: #313C47;
  font-size: 1.8rem;
  font-weight: bold;
  line-height: 2.4rem;
}
.c-mega-nav .c-mega-nav__secondary-link {
  color: #313C47;
  font-family: "Poppins", sans-serif;
  font-size: 1.4rem;
  font-weight: 300;
  line-height: 1.8rem;
}

.c-hero {
  color: #fff;
}
.c-hero .c-hero__content {
  font-family: "Poppins", sans-serif;
  font-size: 1.8rem;
  font-weight: 400;
  line-height: 2.8rem;
}
.c-hero .c-hero__content a {
  color: #fff;
}
@media (min-width: 50em) {
  .c-hero .c-hero__content {
    font-size: 2rem;
    line-height: 3.2rem;
  }
}

.c-hero--post .c-hero__category {
  font-family: "Poppins", sans-serif;
  font-size: 1.6rem;
  font-weight: 600;
  line-height: 2.4rem;
}
.c-hero--post .c-hero__main {
  text-align: center;
}
.c-hero--post .c-hero__meta span {
  color: #313C47;
  font-size: 1.4rem;
  font-weight: 600;
  line-height: 1.8rem;
}

.c-hero--standard .c-hero__category {
  font-family: "Poppins", sans-serif;
  font-size: 1.6rem;
  font-weight: 600;
  line-height: 2.4rem;
}
.c-hero--standard .c-hero__meta span {
  color: #313C47;
  font-size: 1.4rem;
  font-weight: 600;
  line-height: 1.8rem;
}

.c-hero--furniture .c-hero__title {
  font-size: 3.2rem;
  line-height: 4rem;
}
@media (min-width: 64.063em) {
  .c-hero--furniture .c-hero__title {
    font-size: 4rem;
    line-height: 4.8rem;
  }
}

.c-sub-hero .c-sub-hero__heading {
  color: #fff;
  text-align: center;
}
.c-sub-hero .c-sub-hero__content {
  color: #fff;
  font-family: "Poppins", sans-serif;
  font-size: 1.8rem;
  line-height: 2.8rem;
  text-align: center;
}
@media (min-width: 64.063em) {
  .c-sub-hero .c-sub-hero__content {
    font-size: 2rem;
    line-height: 3.2rem;
  }
}

.c-wysiwyg {
  font-family: "Poppins", sans-serif;
}
.c-wysiwyg div {
  margin-bottom: 16px;
  font-size: 1.6rem;
  font-weight: 300;
  line-height: 2.4rem;
}
.c-wysiwyg h2, .c-wysiwyg h3, .c-wysiwyg h4 {
  margin-bottom: 24px;
  font-family: "Nunito Bold", sans-serif;
}
.c-wysiwyg p {
  margin-bottom: 16px;
  font-size: 1.6rem;
  font-weight: 300;
  line-height: 2.4rem;
}
.c-wysiwyg p:last-child {
  margin-bottom: 0;
}
.c-wysiwyg ul li {
  list-style-type: disc;
}
.c-wysiwyg ul, .c-wysiwyg ol {
  margin-bottom: 24px;
  padding-left: 24px;
}
.c-wysiwyg ul li, .c-wysiwyg ol li {
  margin-bottom: 8px;
  font-size: 1.6rem;
  font-weight: 300;
  line-height: 2.4rem;
}
.c-wysiwyg a {
  text-decoration: underline;
}
.c-wysiwyg a:hover {
  color: #5C7083;
}
.c-wysiwyg b, .c-wysiwyg strong {
  font-weight: bold;
}
.c-wysiwyg .alignleft {
  float: left;
  padding-right: 16px;
  padding-bottom: 16px;
}
.c-wysiwyg .aligncenter {
  display: block;
  margin: 0 auto;
}
.c-wysiwyg .alignright {
  float: right;
  padding-bottom: 16px;
  padding-left: 16px;
}
.c-media .c-media__caption {
  font-family: "Poppins", sans-serif;
  font-size: 1.4rem;
  font-weight: 300;
  line-height: 1.8rem;
  text-align: center;
}

.pagination {
  font-size: 1.8rem;
  line-height: 2.4rem;
}

.c-footer {
  color: #fff;
}
.c-footer .c-footer__about {
  font-size: 2rem;
  font-weight: bold;
  line-height: 2.8rem;
}
.c-footer .c-footer__title {
  font-size: 1.8rem;
  font-weight: bold;
  line-height: 2.4rem;
}
.c-footer .c-footer__secondary {
  color: #313C47;
  font-family: "Poppins", sans-serif;
  font-weight: 100;
}
.c-footer .c-footer__copyright,
.c-footer .c-footer__website {
  font-size: 1.4rem;
  line-height: 1.8rem;
  text-align: center;
}
.c-footer .c-footer__local li a {
  font-family: "Poppins", sans-serif;
  font-size: 1.6rem;
  font-weight: 300;
  line-height: 2.4rem;
}
.c-footer .c-footer__section {
  font-size: 1.4rem;
  line-height: 1.8rem;
}
.c-footer .c-footer__contact-item {
  font-family: "Poppins", sans-serif;
  font-size: 1.4rem;
  font-weight: 300;
  line-height: 1.8rem;
}
.c-footer .c-footer__contact-item .c-footer__contact-item-title {
  font-weight: 500;
}
.c-footer .c-footer__nav .c-footer__nav-link {
  color: #313C47;
  font-size: 1.4rem;
  line-height: 1.8rem;
}
@media (min-width: 64.063em) {
  .c-footer .c-footer__about {
    font-size: 2.4rem;
    line-height: 3.2rem;
  }
  .c-footer .c-footer__title {
    font-size: 2.4rem;
    line-height: 3.2rem;
  }
  .c-footer .c-footer__contact-item {
    font-size: 1.6rem;
    line-height: 2.4rem;
  }
  .c-footer .c-footer__copyright,
  .c-footer .c-footer__website {
    text-align: left;
  }
}

.e-card {
  font-size: #313C47;
}
.e-card .e-card__excerpt {
  font-size: 1.6rem;
  line-height: 2.4rem;
}

.e-burger .e-burger__text {
  color: #fff;
  font-size: 1.4rem;
  font-weight: bold;
  line-height: 1.8rem;
}

.e-cta-button {
  color: #fff;
  font-size: 1.8rem;
  font-weight: bold;
  line-height: 2.4rem;
}
.u-add-bottom-margin {
  margin-bottom: 60px;
}
@media (min-width: 40.063em) {
  .u-add-bottom-margin {
    margin-bottom: 80px;
  }
}
@media (min-width: 64.063em) {
  .u-add-bottom-margin {
    margin-bottom: 120px;
  }
}

.container, .block {
  position: relative;
  width: 100%;
}
.container .container__inner, .container .block__inner, .block .container__inner, .block .block__inner {
  position: relative;
  z-index: 1050;
  max-width: 1168px;
  padding: 0 16px;
}
@media (min-width: 40.063em) {
  .container .container__inner, .container .block__inner, .block .container__inner, .block .block__inner {
    margin: 0 auto;
  }
}
@media (min-width: 64.063em) {
  .container .container__inner, .container .block__inner, .block .container__inner, .block .block__inner {
    padding: 0 24px;
  }
}

.grid {
  display: flex;
  flex-wrap: wrap;
  margin-right: -16px;
  margin-left: -16px;
}
@media (min-width: 64.063em) {
  .grid {
    margin-right: -16px;
    margin-left: -16px;
  }
}

.col {
  flex-basis: 0;
  flex-grow: 1;
  padding: 0 16px;
}
@media (min-width: 64.063em) {
  .col {
    padding: 0 16px;
  }
}

.col-1 {
  flex-basis: auto;
  flex-grow: 0;
  order: 0;
  width: 8.3333333333%;
  padding: 0 16px;
}
@media (min-width: 64.063em) {
  .col-1 {
    padding: 0 16px;
  }
}

.col-2 {
  flex-basis: auto;
  flex-grow: 0;
  order: 0;
  width: 16.6666666667%;
  padding: 0 16px;
}
@media (min-width: 64.063em) {
  .col-2 {
    padding: 0 16px;
  }
}

.col-3 {
  flex-basis: auto;
  flex-grow: 0;
  order: 0;
  width: 25%;
  padding: 0 16px;
}
@media (min-width: 64.063em) {
  .col-3 {
    padding: 0 16px;
  }
}

.col-4 {
  flex-basis: auto;
  flex-grow: 0;
  order: 0;
  width: 33.3333333333%;
  padding: 0 16px;
}
@media (min-width: 64.063em) {
  .col-4 {
    padding: 0 16px;
  }
}

.col-5 {
  flex-basis: auto;
  flex-grow: 0;
  order: 0;
  width: 41.6666666667%;
  padding: 0 16px;
}
@media (min-width: 64.063em) {
  .col-5 {
    padding: 0 16px;
  }
}

.col-6 {
  flex-basis: auto;
  flex-grow: 0;
  order: 0;
  width: 50%;
  padding: 0 16px;
}
@media (min-width: 64.063em) {
  .col-6 {
    padding: 0 16px;
  }
}

.col-7 {
  flex-basis: auto;
  flex-grow: 0;
  order: 0;
  width: 58.3333333333%;
  padding: 0 16px;
}
@media (min-width: 64.063em) {
  .col-7 {
    padding: 0 16px;
  }
}

.col-8 {
  flex-basis: auto;
  flex-grow: 0;
  order: 0;
  width: 66.6666666667%;
  padding: 0 16px;
}
@media (min-width: 64.063em) {
  .col-8 {
    padding: 0 16px;
  }
}

.col-9 {
  flex-basis: auto;
  flex-grow: 0;
  order: 0;
  width: 75%;
  padding: 0 16px;
}
@media (min-width: 64.063em) {
  .col-9 {
    padding: 0 16px;
  }
}

.col-10 {
  flex-basis: auto;
  flex-grow: 0;
  order: 0;
  width: 83.3333333333%;
  padding: 0 16px;
}
@media (min-width: 64.063em) {
  .col-10 {
    padding: 0 16px;
  }
}

.col-11 {
  flex-basis: auto;
  flex-grow: 0;
  order: 0;
  width: 91.6666666667%;
  padding: 0 16px;
}
@media (min-width: 64.063em) {
  .col-11 {
    padding: 0 16px;
  }
}

.col-12 {
  flex-basis: auto;
  flex-grow: 0;
  order: 0;
  width: 100%;
  padding: 0 16px;
}
@media (min-width: 64.063em) {
  .col-12 {
    padding: 0 16px;
  }
}

@media (min-width: 22.438em) {
  .col-sm-0 {
    width: 0%;
    padding-right: 0;
    padding-left: 0;
  }
  .col-sm-1 {
    width: 8.3333333333%;
  }
  .order-sm-1 {
    order: 1;
  }
  .col-sm-2 {
    width: 16.6666666667%;
  }
  .order-sm-2 {
    order: 2;
  }
  .col-sm-3 {
    width: 25%;
  }
  .order-sm-3 {
    order: 3;
  }
  .col-sm-4 {
    width: 33.3333333333%;
  }
  .order-sm-4 {
    order: 4;
  }
  .col-sm-5 {
    width: 41.6666666667%;
  }
  .order-sm-5 {
    order: 5;
  }
  .col-sm-6 {
    width: 50%;
  }
  .order-sm-6 {
    order: 6;
  }
  .col-sm-7 {
    width: 58.3333333333%;
  }
  .order-sm-7 {
    order: 7;
  }
  .col-sm-8 {
    width: 66.6666666667%;
  }
  .order-sm-8 {
    order: 8;
  }
  .col-sm-9 {
    width: 75%;
  }
  .order-sm-9 {
    order: 9;
  }
  .col-sm-10 {
    width: 83.3333333333%;
  }
  .order-sm-10 {
    order: 10;
  }
  .col-sm-11 {
    width: 91.6666666667%;
  }
  .order-sm-11 {
    order: 11;
  }
  .col-sm-12 {
    width: 100%;
  }
  .order-sm-12 {
    order: 12;
  }
  .order-sm-first {
    order: -1;
  }
  .order-sm-last {
    order: 13;
  }
}
@media (min-width: 40.063em) {
  .col-md-0 {
    width: 0%;
    padding-right: 0;
    padding-left: 0;
  }
  .col-md-1 {
    width: 8.3333333333%;
  }
  .order-md-1 {
    order: 1;
  }
  .col-md-2 {
    width: 16.6666666667%;
  }
  .order-md-2 {
    order: 2;
  }
  .col-md-3 {
    width: 25%;
  }
  .order-md-3 {
    order: 3;
  }
  .col-md-4 {
    width: 33.3333333333%;
  }
  .order-md-4 {
    order: 4;
  }
  .col-md-5 {
    width: 41.6666666667%;
  }
  .order-md-5 {
    order: 5;
  }
  .col-md-6 {
    width: 50%;
  }
  .order-md-6 {
    order: 6;
  }
  .col-md-7 {
    width: 58.3333333333%;
  }
  .order-md-7 {
    order: 7;
  }
  .col-md-8 {
    width: 66.6666666667%;
  }
  .order-md-8 {
    order: 8;
  }
  .col-md-9 {
    width: 75%;
  }
  .order-md-9 {
    order: 9;
  }
  .col-md-10 {
    width: 83.3333333333%;
  }
  .order-md-10 {
    order: 10;
  }
  .col-md-11 {
    width: 91.6666666667%;
  }
  .order-md-11 {
    order: 11;
  }
  .col-md-12 {
    width: 100%;
  }
  .order-md-12 {
    order: 12;
  }
  .order-md-first {
    order: -1;
  }
  .order-md-last {
    order: 13;
  }
}
@media (min-width: 64.063em) {
  .col-lg-0 {
    width: 0%;
    padding-right: 0;
    padding-left: 0;
  }
  .col-lg-1 {
    width: 8.3333333333%;
  }
  .order-lg-1 {
    order: 1;
  }
  .col-lg-2 {
    width: 16.6666666667%;
  }
  .order-lg-2 {
    order: 2;
  }
  .col-lg-3 {
    width: 25%;
  }
  .order-lg-3 {
    order: 3;
  }
  .col-lg-4 {
    width: 33.3333333333%;
  }
  .order-lg-4 {
    order: 4;
  }
  .col-lg-5 {
    width: 41.6666666667%;
  }
  .order-lg-5 {
    order: 5;
  }
  .col-lg-6 {
    width: 50%;
  }
  .order-lg-6 {
    order: 6;
  }
  .col-lg-7 {
    width: 58.3333333333%;
  }
  .order-lg-7 {
    order: 7;
  }
  .col-lg-8 {
    width: 66.6666666667%;
  }
  .order-lg-8 {
    order: 8;
  }
  .col-lg-9 {
    width: 75%;
  }
  .order-lg-9 {
    order: 9;
  }
  .col-lg-10 {
    width: 83.3333333333%;
  }
  .order-lg-10 {
    order: 10;
  }
  .col-lg-11 {
    width: 91.6666666667%;
  }
  .order-lg-11 {
    order: 11;
  }
  .col-lg-12 {
    width: 100%;
  }
  .order-lg-12 {
    order: 12;
  }
  .order-lg-first {
    order: -1;
  }
  .order-lg-last {
    order: 13;
  }
}
.no-gutters {
  margin-right: 0;
  margin-left: 0;
}
.no-gutters > [class*=col-] {
  padding-right: 0;
  padding-left: 0;
}

.align-base {
  align-items: flex-end;
}

@media (min-width: 64.063em) {
  .pr-off {
    padding-right: 0;
  }
}

.o-row {
  width: 100%;
  margin-bottom: 30px;
  padding-right: 16px;
  padding-left: 16px;
}
@media (min-width: 40.063em) {
  .o-row {
    padding-right: 35px;
    padding-left: 35px;
  }
}
@media (min-width: 75em) {
  .o-row {
    padding-right: 40px;
    padding-left: 40px;
  }
}
@media (min-width: 40.063em) {
  .o-row {
    margin-bottom: 35px;
  }
}
@media (min-width: 50em) {
  .o-row {
    margin-bottom: 40px;
  }
}
@media (min-width: 75em) {
  .o-row {
    margin-bottom: 50px;
  }
}
@media (min-width: 83.75em) {
  .o-row {
    margin-bottom: 60px;
  }
}
@media (min-width: 0) and (max-width: 40.063em) {
  .o-row--mobile-loose {
    padding-right: 30px;
    padding-left: 30px;
  }
}
.o-row--no-margin {
  margin: 0px;
}
.o-row--no-margin__bottom {
  margin-bottom: 0px;
}
.o-row--no-padding {
  padding: 0px;
}
.o-row--no-padding__left {
  padding-left: 0px;
}
.o-row--no-padding__right {
  padding-right: 0px;
}

.o-grid-container {
  max-width: 1168px;
  margin-right: auto;
  margin-left: auto;
}
.o-grid-container--full-width {
  max-width: unset;
}

.container__spacing {
  padding-top: 60px;
  padding-bottom: 60px;
}
@media (min-width: 64.063em) {
  .container__spacing {
    padding-top: 120px;
    padding-bottom: 120px;
  }
}
.container__spacing--no-spacing {
  padding-bottom: 0;
}

.container__color--grey {
  background-color: #F6F6F6;
}
.container__color--pink {
  position: relative;
}
.container__color--pink:before {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: linear-gradient(135deg, #E81F63 0.09%, #7B1FA2 100%);
  content: "";
  opacity: 0.1;
}

.c-header {
  position: fixed;
  z-index: 1040;
  background-image: linear-gradient(180deg, rgba(34, 34, 34, 0.8) 0%, rgba(34, 34, 34, 0) 100%);
  transition: all 0.3s;
}
.c-header:before {
  position: absolute;
  top: 0;
  width: 100%;
  height: 4px;
  background: linear-gradient(135deg, #E81F63 0.09%, #7B1FA2 51.55%, #039BE5 100%);
  content: "";
}
@media (min-width: 64.063em) {
  .c-header:before {
    position: absolute;
    top: 32px;
    z-index: 1060;
    width: 100%;
    height: 4px;
    background: linear-gradient(135deg, #E81F63 0.09%, #7B1FA2 51.55%, #039BE5 100%);
    transition: all 0.3s cubic-bezier(0.5, 1, 0.89, 1);
    opacity: 0;
    content: "";
  }
}

.c-header--shrink {
  transition: all 0.3s cubic-bezier(0.5, 1, 0.89, 1);
}
.c-header--shrink .c-header__inner {
  padding-top: 4px;
}
@media (min-width: 64.063em) {
  .c-header--shrink:before {
    transition: all 0.3s cubic-bezier(0.5, 1, 0.89, 1);
    opacity: 1;
  }
  .c-header--shrink .c-header-main {
    height: 80px;
    transition: all 0.3s cubic-bezier(0.5, 1, 0.89, 1);
  }
}

.c-header-main {
  transition: all 0.3s cubic-bezier(0.5, 1, 0.89, 1);
}
.c-header-main .c-header-main__container {
  display: flex;
  justify-content: space-between;
  padding: 16px 0;
}
.c-header-main .c-header-main__logo-container {
  display: flex;
  align-items: center;
}
.c-header-main .c-header-main__logo .c-header-main__logo-image {
  display: none;
  height: 24px;
}
.c-header-main .c-header-main__logo .c-header-main__logo-image--alt {
  display: block;
}
.c-header-main .c-header__partner-logo {
  margin-left: 16px;
}
.c-header-main .c-header__partner-logo img {
  width: 100%;
  max-width: 90px;
}
@media (min-width: 64.063em) {
  .c-header-main .c-header__partner-logo {
    margin-left: 16px;
    padding-left: 16px;
    border-left: 1px solid #C2C2C2;
  }
  .c-header-main .c-header__partner-logo img {
    max-width: 200px;
  }
}
.c-header-main .c-header-main__menu {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1090;
  background-color: #fff;
  transform: translateX(100%);
  transition: transform 0.2s cubic-bezier(0.5, 1, 0.89, 1);
}
.c-header-main .c-header-main__menu:before {
  position: absolute;
  top: 0;
  width: 100%;
  height: 4px;
  background: linear-gradient(135deg, #E81F63 0.09%, #7B1FA2 51.55%, #039BE5 100%);
  content: "";
}
.c-header-main .c-header-main__menu.open {
  transform: translateX(0%);
  transition: transform 0.2s cubic-bezier(0.5, 1, 0.89, 1);
}
.c-header-main .c-header-main__search {
  margin-right: 16px;
  margin-left: auto;
}
.c-header-main .c-header-main__contact-btn {
  display: none;
}
@media (min-width: 64.063em) {
  .c-header-main {
    height: 96px;
  }
  .c-header-main .c-header-main__container {
    width: 100%;
    height: 100%;
    padding: 0;
  }
  .c-header-main .c-header-main__logo {
    display: flex;
    align-items: center;
  }
  .c-header-main .c-header-main__logo .c-header-main__logo-image {
    height: 48px;
  }
  .c-header-main .c-header-main__menu {
    position: relative;
    display: block;
    margin-left: auto;
    background-color: transparent;
    transform: translateX(0);
  }
  .c-header-main .c-header-main__menu:before {
    display: none;
  }
  .c-header-main .c-header-main__menu.open {
    display: inline-block;
    transform: translateX(0);
  }
  .c-header-main .c-header-main__search {
    z-index: 1100;
    display: flex;
    align-items: center;
    margin: 0 16px;
  }
  .c-header-main .c-header-main__contact-btn {
    display: flex;
    align-items: center;
  }
}

.c-header--white {
  background-color: #fff;
  background-image: none;
  box-shadow: rgba(0, 0, 0, 0.08) 0px 0px 2px 0px, rgba(0, 0, 0, 0.08) 0px 6px 4px -4px;
}
.c-header--white .c-header-main__logo .c-header-main__logo-image {
  display: block;
}
.c-header--white .c-header-main__logo .c-header-main__logo-image--alt {
  display: none;
}
.c-header--white .e-search__toggle {
  background-image: url("../svg/icon-search.svg");
}
@media (min-width: 64.063em) {
  .c-header--white .e-search__toggle {
    border: 2px solid #E81F63;
  }
  .c-header--white .e-search__toggle:hover {
    border: 2px solid #fff;
  }
}
.c-header--white .e-burger .e-burger__box {
  background-color: #E81F63;
}
.c-header--white .e-burger .e-burger__box:before, .c-header--white .e-burger .e-burger__box:after {
  background-color: #E81F63;
}

.c-header--landing .c-header-main__contact-btn {
  display: flex;
}

.c-footer {
  z-index: 1010;
  margin-top: -20px;
  position: relative;
}
.c-footer:before {
  top: 0;
  display: block;
  width: 100%;
  height: 0px;
  padding-bottom: 4.4%;
  background-image: url("../svg/outsidetop-black.svg");
  background-size: cover;
  content: "";
}
.c-footer .c-footer__primary {
  padding: 24px 0;
  background-color: #202830;
}
.c-footer .c-footer__details {
  margin-bottom: 24px;
}
.c-footer .c-footer__logo {
  margin-bottom: 16px;
}
.c-footer .c-footer__logo img {
  width: 72px;
}
.c-footer .c-footer__social {
  display: flex;
  align-items: center;
  justify-content: space-around;
  margin-top: 24px;
}
.c-footer .c-footer__social .c-footer__social-item {
  display: flex;
  width: 32px;
  height: 32px;
  padding: 6px;
}
.c-footer .c-footer__section {
  margin: 0;
  margin-right: -16px;
  margin-left: -16px;
  padding: 0 16px;
  border-top: 1px solid rgba(255, 255, 255, 0.2);
}
.c-footer .c-footer__section .c-footer__section-content {
  max-height: 0;
  overflow: hidden;
  transition: all 300ms cubic-bezier(0.5, 1, 0.89, 1);
}
.c-footer .c-footer__section .c-footer__title:after {
  transform: rotate(0deg);
  transition: all 300ms cubic-bezier(0.5, 1, 0.89, 1);
}
.c-footer .c-footer__section.c-accordion__item--active {
  border-color: #fff;
  box-shadow: 0 0 4px 0 rgba(0, 0, 0, 0.08), 0 8px 8px -4px rgba(0, 0, 0, 0.1);
}
@media (min-width: 64.063em) {
  .c-footer .c-footer__section.c-accordion__item--active {
    box-shadow: 0 0 12px 0 rgba(0, 0, 0, 0.08), 0 24px 40px -4px rgba(0, 0, 0, 0.1);
  }
}
.c-footer .c-footer__section.c-accordion__item--active .c-footer__title:after {
  transform: rotate(45deg);
  transition: all 300ms cubic-bezier(0.5, 1, 0.89, 1);
}
.c-footer .c-footer__section.c-accordion__item--active .c-footer__section-content {
  max-height: 1000px;
}
.c-footer .c-footer__section--end {
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}
.c-footer .c-footer__section-head {
  padding: 16px 0;
}
.c-footer .c-footer__section-head .c-footer__title {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.c-footer .c-footer__section-head .c-footer__title:after {
  width: 12px;
  height: 12px;
  background-image: url("../svg/icon-plus.svg");
  content: "";
}
.c-footer .c-footer__local {
  padding: 0px 24px 16px;
  column-count: 1;
}
.c-footer .c-footer__local .c-footer__local-item {
  margin-bottom: 16px;
}
.c-footer .c-footer__local .c-footer__local-item:before {
  display: inline-block;
  width: 1.4em;
  margin-left: -1em;
  color: #E81F63;
  font-weight: bold;
  content: "•";
}
.c-footer .c-footer__contact-item {
  margin-bottom: 16px;
}
.c-footer .c-footer__buttons .c-footer__button {
  margin-bottom: 16px;
}
.c-footer .c-footer__secondary {
  position: relative;
  padding: 24px 0 16px;
}
.c-footer .c-footer__secondary:before {
  content: "";
  position: absolute;
  top: 0;
  width: 100%;
  height: 4px;
  background: linear-gradient(135deg, #E81F63 0.09%, #7B1FA2 51.55%, #039BE5 100%);
}
.c-footer .c-footer__copyright {
  margin-bottom: 6px;
}
.c-footer .c-footer__nav {
  margin: 0 0 16px;
  margin-right: -16px;
  margin-left: -16px;
  padding: 0 16px 16px;
  border-bottom: 1px solid #EBEBEB;
  text-align: center;
}
.c-footer .c-footer__nav .c-footer__nav-item {
  margin-bottom: 6px;
}
.c-footer .c-footer__nav .c-footer__nav-link {
  transition: opacity 300ms cubic-bezier(0.5, 1, 0.89, 1);
}
.c-footer .c-footer__nav .c-footer__nav-link:hover {
  opacity: 0.9;
}
@media (min-width: 40.063em) {
  .c-footer .c-footer__local {
    column-count: 2;
  }
}
@media (min-width: 64.063em) {
  .c-footer {
    z-index: 1020;
    margin-top: -90px;
  }
  .c-footer .c-footer__inner {
    max-width: 1312px;
    padding: 0 24px;
  }
  .c-footer .c-footer__primary {
    padding: 80px 0 120px;
  }
  .c-footer .c-footer__details {
    margin-bottom: 0;
  }
  .c-footer .c-footer__logo {
    margin-bottom: 32px;
  }
  .c-footer .c-footer__logo img {
    width: 143px;
  }
  .c-footer .c-footer__social {
    justify-content: flex-start;
    margin-top: 32px;
  }
  .c-footer .c-footer__social .c-footer__social-item {
    align-items: center;
    justify-content: center;
    width: 48px;
    height: 48px;
    margin-right: 16px;
    padding: 14px;
    border: 2px solid #fff;
    border-radius: 24px;
  }
  .c-footer .c-footer__section {
    margin: 0;
    padding: 0;
    border: none;
  }
  .c-footer .c-footer__section.c-accordion__item--active {
    box-shadow: none;
  }
  .c-footer .c-footer__section .c-footer__section-content {
    max-height: none;
  }
  .c-footer .c-footer__section-head {
    margin-bottom: 16px;
    padding: 0;
  }
  .c-footer .c-footer__section-head .c-footer__title:after {
    display: none;
  }
  .c-footer .c-footer__local {
    padding-left: 16px;
    column-count: 2;
  }
  .c-footer .c-footer__contact-item {
    margin-bottom: 14px;
  }
  .c-footer .c-footer__contact-item:last-child {
    margin-bottom: 0;
  }
  .c-footer .c-footer__buttons {
    margin-top: 32px;
  }
  .c-footer .c-footer__buttons .c-footer__button {
    margin-bottom: 16px;
  }
  .c-footer .c-footer__buttons .c-footer__button:last-child {
    margin-bottom: 0;
  }
  .c-footer .c-footer__secondary {
    padding: 38px 0 32px;
  }
  .c-footer .c-footer__nav {
    display: flex;
    justify-content: flex-end;
    margin: 0;
    padding: 0;
    border-bottom: none;
  }
  .c-footer .c-footer__nav .c-footer__nav-item {
    margin-bottom: 0;
    margin-left: 14px;
    padding-left: 14px;
    border-left: 1px solid #313C47;
  }
  .c-footer .c-footer__nav .c-footer__nav-item:first-child {
    margin: 0;
    padding: 0;
    border: none;
  }
}

.c-utility-bar {
  display: none;
  background-color: #202830;
}
.c-utility-bar .c-utility-bar__container {
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 32px;
}
.c-utility-bar .c-utility-bar__contact {
  display: flex;
}
.c-utility-bar .c-utility-bar__contact-item {
  margin-right: 24px;
}
.c-utility-bar .c-utility-bar__contact-item .c-utility-bar__link {
  transition: opacity 300ms cubic-bezier(0.5, 1, 0.89, 1);
}
.c-utility-bar .c-utility-bar__contact-item .c-utility-bar__link:hover {
  opacity: 0.9;
}
@media (min-width: 64.063em) {
  .c-utility-bar {
    display: block;
  }
}

.c-utility .c-utility__list {
  display: flex;
}
@media (min-width: 64.063em) {
  .c-utility .c-utility__list {
    margin-right: -21px;
  }
}
.c-utility .c-utility__item {
  margin-right: 24px;
}
@media (min-width: 64.063em) {
  .c-utility .c-utility__item.for-mobile {
    display: none;
  }
}
.c-utility .c-utility__item .c-utility__link {
  transition: opacity 300ms cubic-bezier(0.5, 1, 0.89, 1);
}
.c-utility .c-utility__item .c-utility__link:hover {
  opacity: 0.9;
}

.c-utility--mobile .c-utility__list {
  display: block;
  height: 100%;
}
.c-utility--mobile .c-utility__list .c-utility__item {
  position: relative;
  margin-right: 0;
}
.c-utility--mobile .c-utility__list .c-utility__item .c-utility__link {
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 56px;
  padding: 0 0 0 24px;
  border-bottom: 1px solid #EBEBEB;
}
@media (min-width: 64.063em) {
  .c-utility--mobile {
    display: none;
  }
}

.c-nav-head {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 16px 16px 16px 24px;
  background-color: #202830;
  color: #fff;
}
.c-nav-head:before {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 4px;
  background: linear-gradient(135deg, #E81F63 0.09%, #7B1FA2 51.55%, #039BE5 100%);
  content: "";
}
.c-nav-head .c-nav-head__section-title--sub {
  display: flex;
  align-items: center;
}
.c-nav-head .c-nav-head__section-title--sub:before {
  content: "";
  width: 16px;
  height: 16px;
  margin-right: 8px;
  background-image: url("../svg/icon-arrow-l-white.svg");
}
.c-nav-head .c-nav-head__menu-close {
  position: relative;
  padding-right: 20px;
}
.c-nav-head .c-nav-head__menu-close:after {
  position: absolute;
  top: 4px;
  right: 0;
  width: 12px;
  height: 12px;
  background-image: url("../svg/icon-plus.svg");
  background-size: contain;
  transform: rotate(45deg);
  content: "";
}
@media (min-width: 64.063em) {
  .c-nav-head {
    display: none;
  }
}

.c-navigation .c-navigation__list {
  height: 100%;
}
.c-navigation .c-navigation__list .c-navigation__item {
  position: relative;
}
@media (min-width: 64.063em) {
  .c-navigation .c-navigation__list .c-navigation__item.for-mobile {
    display: none;
  }
}
.c-navigation .c-navigation__list .c-navigation__item .c-navigation__link {
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 56px;
  padding: 0 0 0 24px;
  border-bottom: 1px solid #EBEBEB;
}
.c-navigation .c-navigation__list .c-navigation__item .icon {
  position: absolute;
  top: 0;
  right: 0;
  display: none;
  width: 56px;
  height: 56px;
  background-image: url("../svg/icon-arrow-r.svg");
  background-position: center;
  background-size: 16px 16px;
}
.c-navigation .c-navigation__list .c-navigation__item.menu-item-has-children .icon {
  display: inline-block;
}
.c-navigation .c-navigation__list .c-navigation__children {
  position: fixed;
  top: 0;
  z-index: 1040;
  width: 100%;
  background-color: #fff;
  transform: translateX(100%);
  transition: transform 0.2s cubic-bezier(0.5, 1, 0.89, 1);
}
.c-navigation .c-navigation__list .c-navigation__children.open {
  height: 100%;
  background-color: #fff;
  transform: translateX(0%);
  transition: transform 0.2s cubic-bezier(0.5, 1, 0.89, 1);
  overflow-y: scroll;
}
@media (min-width: 64.063em) {
  .c-navigation {
    display: flex;
    align-items: center;
    height: 100%;
  }
  .c-navigation .c-navigation__list {
    display: flex;
    padding: 0;
  }
  .c-navigation .c-navigation__list .c-navigation__children {
    top: 56px;
  }
  .c-navigation .c-navigation__list .c-navigation__item {
    position: relative;
  }
  .c-navigation .c-navigation__list .c-navigation__item .c-navigation__link {
    height: 100%;
    padding: 0 12px;
    border: none;
    transition: opacity 300ms cubic-bezier(0.5, 1, 0.89, 1);
  }
  .c-navigation .c-navigation__list .c-navigation__item .c-navigation__link:hover {
    opacity: 0.9;
  }
  .c-navigation .c-navigation__list .c-navigation__item .c-navigation__link .icon {
    position: relative;
    display: none;
    width: 16px;
    height: 16px;
    margin: 2px 0 0 6px;
    background-image: url("../svg/icon-menu-arrow-d.svg");
    transition: transform 300ms cubic-bezier(0.5, 1, 0.89, 1);
  }
  .c-navigation .c-navigation__list .c-navigation__item.open .icon {
    transform: rotate(-180deg);
  }
  .c-navigation .c-navigation__list .c-navigation__item.menu-item-has-children .icon {
    display: inline-block;
  }
  .c-navigation .c-navigation__list .c-navigation__item .icon.js-open-sub {
    display: none;
  }
  .c-navigation .c-navigation__list .c-navigation__item:last-child {
    padding-right: 0;
  }
  .c-navigation .c-navigation__list .c-navigation__item:hover > .c-navigation__children, .c-navigation .c-navigation__list .c-navigation__item:focus-within > .c-navigation__children {
    height: auto;
    transition: opacity 0.2s cubic-bezier(0.5, 1, 0.89, 1);
    opacity: 1;
  }
  .c-navigation .c-navigation__list.c-navigation__children {
    position: absolute;
    top: auto;
    left: -10px;
    display: block;
    min-width: 288px;
    height: 0;
    overflow: hidden;
    background-color: #fff;
    box-shadow: rgba(0, 0, 0, 0.08) 0px 0px 8px 0px, rgba(0, 0, 0, 0.1) 0px 12px 20px -4px;
    transform: translateX(0%);
    transition: opacity 0.2s cubic-bezier(0.5, 1, 0.89, 1), height 0s 0.2s cubic-bezier(0.5, 1, 0.89, 1);
    opacity: 0;
  }
  .c-navigation .c-navigation__list.c-navigation__children:before {
    position: absolute;
    top: 0;
    z-index: 1000;
    width: 100%;
    height: 4px;
    background: linear-gradient(135deg, #E81F63 0.09%, #7B1FA2 51.55%, #039BE5 100%);
    content: "";
  }
  .c-navigation .c-navigation__list.c-navigation__children .c-navigation__item {
    margin: 0;
    padding: 0;
    border-bottom: 1px solid #EBEBEB;
  }
  .c-navigation .c-navigation__list.c-navigation__children .c-navigation__item .c-navigation__link {
    padding: 16px 16px 16px 24px;
  }
  .c-navigation .c-navigation__list.c-navigation__children .c-navigation__item:last-child {
    border-bottom: none;
  }
}

.c-navigation--home .c-navigation__list {
  background-color: #fff;
}

@media (min-width: 64.063em) {
  .c-navigation .c-navigation__list.c-navigation__list--multi-col {
    position: fixed;
    right: -252px;
    left: auto;
    display: flex;
    flex-wrap: wrap;
    width: 723px;
  }
  .c-navigation .c-navigation__list.c-navigation__list--multi-col .c-navigation__item {
    position: relative;
    width: 33.333%;
    border-bottom: none;
  }
  .c-navigation .c-navigation__list.c-navigation__list--multi-col .c-navigation__item:after {
    position: absolute;
    bottom: -1px;
    left: 24px;
    width: calc(100% - 48px);
    height: 1px;
    background-color: #EBEBEB;
    content: "";
  }
}
.mega-nav-wrap {
  position: absolute;
  top: 0;
  z-index: 1080;
}
@media (min-width: 64.063em) {
  .mega-nav-wrap {
    position: relative;
  }
}

@media (min-width: 64.063em) {
  .mega-sub .mega-sub__cols {
    column-gap: 24px;
    column-count: 3;
  }
  .mega-sub .mega-sub__cols-single {
    column-gap: 24px;
    column-count: 1;
  }
}

.c-mega-nav {
  position: fixed;
  transform: translateX(100%);
  transition: transform 0.4s cubic-bezier(0.5, 1, 0.89, 1);
}
.c-mega-nav.open {
  height: 100%;
  background-color: #fff;
  transform: translateX(0%);
  transition: transform 0.4s cubic-bezier(0.5, 1, 0.89, 1);
  overflow-y: scroll;
}
.c-mega-nav .c-mega-nav__grey-bg {
  display: none;
}
.c-mega-nav .c-mega-nav__inner {
  height: 100%;
  padding: 0;
  overflow: hidden;
}
.c-mega-nav .c-mega-nav__left,
.c-mega-nav .c-mega-nav__right {
  position: absolute;
  width: 100%;
  height: 100%;
}
.c-mega-nav .c-mega-nav__right {
  transform: translateX(100%);
}
.c-mega-nav .c-mega-nav__primary {
  height: 100%;
  background-color: #F6F6F6;
}
.c-mega-nav .c-mega-nav__primary .c-mega-nav__primary-item {
  position: relative;
}
.c-mega-nav .c-mega-nav__primary .c-mega-nav__primary-item:after {
  position: absolute;
  top: 22px;
  right: 25px;
  width: 16px;
  height: 16px;
  background-image: url("../svg/icon-arrow-r.svg");
  content: "";
}
.c-mega-nav .c-mega-nav__primary .c-mega-nav__primary-link {
  display: block;
  padding: 16px 45px 16px 60px;
  background-repeat: no-repeat;
  background-position: 24px center;
  background-size: 24px 24px;
  border-bottom: 1px solid #EBEBEB;
}
.c-mega-nav .c-mega-nav__secondary {
  position: absolute;
  width: 100%;
  height: auto;
  min-height: 100%;
  background: #fff;
  transform: translateX(0%);
  transition: transform 0.4s cubic-bezier(0.5, 1, 0.89, 1);
}
.c-mega-nav .c-mega-nav__secondary.open {
  padding-bottom: 100px;
  transform: translateX(-100%);
  transition: transform 0.4s cubic-bezier(0.5, 1, 0.89, 1);
}
.c-mega-nav .c-mega-nav__secondary .c-mega-nav__secondary-item-title {
  padding: 16px 16px 16px 24px;
  border-bottom: 1px solid #EBEBEB;
}
.c-mega-nav .c-mega-nav__secondary .c-mega-nav__secondary-link {
  display: block;
  padding: 16px 16px 16px 24px;
  border-bottom: 1px solid #EBEBEB;
}
@media (min-width: 64.063em) {
  .c-mega-nav {
    position: absolute;
    display: block;
    max-height: 0;
    overflow: hidden;
    background-color: #fff;
    box-shadow: rgba(0, 0, 0, 0.08) 0px 0px 8px 0px, rgba(0, 0, 0, 0.08) 0px 12px 20px -4px;
    transform: translateX(0%);
    transition: opacity 0.2s 0.1s cubic-bezier(0.5, 1, 0.89, 1), max-height 0s 0.2s cubic-bezier(0.5, 1, 0.89, 1);
    opacity: 0;
  }
  .c-mega-nav:before {
    position: absolute;
    top: 0;
    z-index: 1060;
    width: 100%;
    height: 4px;
    background: linear-gradient(135deg, #E81F63 0.09%, #7B1FA2 51.55%, #039BE5 100%);
    content: "";
  }
  .c-mega-nav.open {
    height: auto;
    max-height: 800px;
    overflow: hidden;
    transition: opacity 0.2s cubic-bezier(0.5, 1, 0.89, 1), max-height 0s cubic-bezier(0.5, 1, 0.89, 1);
    opacity: 1;
  }
  .c-mega-nav .c-mega-nav__grey-bg {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1000;
    display: block;
    width: 50%;
    height: 100%;
    background-color: #F6F6F6;
  }
  .c-mega-nav .c-mega-nav__inner {
    display: flex;
    align-items: center;
    min-height: 500px;
    margin: 0 auto;
    overflow: initial;
  }
  .c-mega-nav .c-mega-nav__left,
  .c-mega-nav .c-mega-nav__right {
    width: auto;
    height: auto;
  }
  .c-mega-nav .c-mega-nav__primary,
  .c-mega-nav .c-mega-nav__secondary {
    transform: translateX(0%);
  }
  .c-mega-nav .c-mega-nav__left {
    position: relative;
    width: 30%;
  }
  .c-mega-nav .c-mega-nav__primary {
    z-index: 1010;
    height: auto;
    margin-left: -32px;
    padding: 16px 0;
  }
  .c-mega-nav .c-mega-nav__primary .c-mega-nav__primary-item.open .c-mega-nav__primary-link, .c-mega-nav .c-mega-nav__primary .c-mega-nav__primary-item.current .c-mega-nav__primary-link {
    background-color: #fff;
    border-right: 1px solid #fff;
    border-bottom: 1px solid #fff;
    border-left: 4px solid #E81F63;
  }
  .c-mega-nav .c-mega-nav__primary .c-mega-nav__primary-item:after {
    top: calc(50% - 8px);
  }
  .c-mega-nav .c-mega-nav__primary .c-mega-nav__primary-link {
    display: block;
    border-right: 1px solid #EBEBEB;
    border-left: 4px solid #F6F6F6;
  }
  .c-mega-nav .c-mega-nav__primary .c-mega-nav__primary-link:hover {
    background-color: #fff;
    border-right: 1px solid #fff;
    border-bottom: 1px solid #fff;
    border-left: 4px solid #E81F63;
  }
  .c-mega-nav .c-mega-nav__right {
    position: relative;
    z-index: 1010;
    width: 70%;
    height: 100%;
    background-color: #fff;
    transform: translateX(0%);
  }
  .c-mega-nav .c-mega-nav__secondary {
    position: relative;
    height: auto;
    min-height: 0;
    overflow: hidden;
  }
  .c-mega-nav .c-mega-nav__secondary.c-mega-nav__secondary--zero-height {
    height: 0;
  }
  .c-mega-nav .c-mega-nav__secondary.open, .c-mega-nav .c-mega-nav__secondary.current {
    height: auto;
    padding: 34px 32px 24px;
    transform: translateX(0%);
  }
  .c-mega-nav .c-mega-nav__secondary .c-mega-nav__secondary-item {
    margin-bottom: 40px;
    break-inside: avoid-column;
  }
  .c-mega-nav .c-mega-nav__secondary .c-mega-nav__secondary-item-title {
    margin-bottom: 10px;
    padding: 0;
    border-bottom: none;
  }
  .c-mega-nav .c-mega-nav__secondary .c-mega-nav__secondary-list li {
    margin-bottom: 8px;
  }
  .c-mega-nav .c-mega-nav__secondary .c-mega-nav__secondary-link {
    display: inline;
    padding: 0;
    border-bottom: none;
  }
}

.error404 .main {
  margin-bottom: -200px;
  padding-bottom: 200px;
  background-image: url("../png/hero-a-gradient-dark.png"), linear-gradient(135deg, #E81F63 0.09%, #7B1FA2 100%);
  background-position: 120% 168px, 0px 0;
}
.error404 .c-hero {
  background-color: transparent;
}
.error404 .c-hero:after {
  display: none;
}
.error404 .c-hero .c-hero__main .c-hero__content:before {
  background-color: #fff;
}
@media (min-width: 64.063em) {
  .error404 .c-hero .c-hero__logo-graphic {
    background-image: none;
  }
}
.error404 .container__spacing {
  padding-top: 0;
}
.error404 .c-listing__line {
  background-color: #fff;
}
.error404 .c-listing__title {
  color: #fff;
}
.error404 .c-listing__description {
  color: #fff;
}
.error404 .c-footer {
  z-index: 1090;
}

.module-line {
  width: 32px;
  height: 4px;
  margin: 16px auto 32px;
  background-color: #E81F63;
  border-radius: 2px;
}
@media (min-width: 64.063em) {
  .module-line {
    margin-right: 0;
    margin-left: 0;
  }
}

.c-hero--post .module-content a:not(.e-cta-button) {
  color: #fff;
}

.module-content {
  margin-top: -8px;
}
.module-content p, .module-content ul, .module-content ol {
  margin-top: 24px;
  font-family: "Poppins", sans-serif;
  font-size: 1.6rem;
  font-weight: 300;
  line-height: 2.4rem;
}
.module-content h3, .module-content h4 {
  margin-top: 24px;
  margin-bottom: -12px;
}
.module-content.c-sub-hero__content, .module-content.c-hero__content {
  margin-top: 0;
}
.module-content.c-sub-hero__content p, .module-content.c-sub-hero__content ul, .module-content.c-sub-hero__content ol, .module-content.c-hero__content p, .module-content.c-hero__content ul, .module-content.c-hero__content ol {
  font-weight: 400;
}
.module-content a:not(.e-cta-button) {
  color: #E81F63;
  text-decoration: underline;
}
.module-content p strong {
  font-weight: 500;
}
.module-content ul li {
  position: relative;
  padding: 16px 0 16px 42px;
  border-top: 1px solid #C2C2C2;
}
.module-content ul li:before {
  position: absolute;
  left: 0;
  display: block;
  width: 24px;
  height: 24px;
  background-image: url("../svg/icon-bullet.svg");
  content: "";
}
.module-content ul li:first-of-type {
  padding-top: 0;
  border-top: none;
}
.module-content ul li:last-of-type {
  padding-bottom: 0;
}
.module-content ol {
  list-style: none;
  counter-reset: counter;
}
.module-content ol li {
  position: relative;
  padding: 16px 0 16px 42px;
  border-top: 1px solid #C2C2C2;
  counter-increment: counter;
}
.module-content ol li:before {
  position: absolute;
  left: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 24px;
  height: 24px;
  border: 2px solid #E81F63;
  border-radius: 50%;
  color: #E81F63;
  font-family: "Nunito Bold", sans-serif;
  content: counter(counter);
  font-size: 1.4rem;
}
.module-content ol li:first-of-type {
  padding-top: 0;
  border-top: none;
}
.module-content ol li:last-of-type {
  padding-bottom: 0;
}

.module-content--large p, .module-content--large ul, .module-content--large ol {
  font-size: 1.8rem;
  font-weight: 400;
  line-height: 2.8rem;
}
@media (min-width: 64.063em) {
  .module-content--large p, .module-content--large ul, .module-content--large ol {
    font-size: 2rem;
    line-height: 3.2rem;
  }
}

/**
 * Swiper 7.0.7
 * Most modern mobile touch slider and framework with hardware accelerated transitions
 * https://swiperjs.com
 *
 * Copyright 2014-2021 Vladimir Kharlampidi
 *
 * Released under the MIT License
 *
 * Released on: September 29, 2021
 */
@font-face {
  font-family: "swiper-icons";
  font-style: normal;
  font-weight: 400;
  src: url("data:application/font-woff;charset=utf-8;base64, d09GRgABAAAAAAZgABAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABGRlRNAAAGRAAAABoAAAAci6qHkUdERUYAAAWgAAAAIwAAACQAYABXR1BPUwAABhQAAAAuAAAANuAY7+xHU1VCAAAFxAAAAFAAAABm2fPczU9TLzIAAAHcAAAASgAAAGBP9V5RY21hcAAAAkQAAACIAAABYt6F0cBjdnQgAAACzAAAAAQAAAAEABEBRGdhc3AAAAWYAAAACAAAAAj//wADZ2x5ZgAAAywAAADMAAAD2MHtryVoZWFkAAABbAAAADAAAAA2E2+eoWhoZWEAAAGcAAAAHwAAACQC9gDzaG10eAAAAigAAAAZAAAArgJkABFsb2NhAAAC0AAAAFoAAABaFQAUGG1heHAAAAG8AAAAHwAAACAAcABAbmFtZQAAA/gAAAE5AAACXvFdBwlwb3N0AAAFNAAAAGIAAACE5s74hXjaY2BkYGAAYpf5Hu/j+W2+MnAzMYDAzaX6QjD6/4//Bxj5GA8AuRwMYGkAPywL13jaY2BkYGA88P8Agx4j+/8fQDYfA1AEBWgDAIB2BOoAeNpjYGRgYNBh4GdgYgABEMnIABJzYNADCQAACWgAsQB42mNgYfzCOIGBlYGB0YcxjYGBwR1Kf2WQZGhhYGBiYGVmgAFGBiQQkOaawtDAoMBQxXjg/wEGPcYDDA4wNUA2CCgwsAAAO4EL6gAAeNpj2M0gyAACqxgGNWBkZ2D4/wMA+xkDdgAAAHjaY2BgYGaAYBkGRgYQiAHyGMF8FgYHIM3DwMHABGQrMOgyWDLEM1T9/w8UBfEMgLzE////P/5//f/V/xv+r4eaAAeMbAxwIUYmIMHEgKYAYjUcsDAwsLKxc3BycfPw8jEQA/gZBASFhEVExcQlJKWkZWTl5BUUlZRVVNXUNTQZBgMAAMR+E+gAEQFEAAAAKgAqACoANAA+AEgAUgBcAGYAcAB6AIQAjgCYAKIArAC2AMAAygDUAN4A6ADyAPwBBgEQARoBJAEuATgBQgFMAVYBYAFqAXQBfgGIAZIBnAGmAbIBzgHsAAB42u2NMQ6CUAyGW568x9AneYYgm4MJbhKFaExIOAVX8ApewSt4Bic4AfeAid3VOBixDxfPYEza5O+Xfi04YADggiUIULCuEJK8VhO4bSvpdnktHI5QCYtdi2sl8ZnXaHlqUrNKzdKcT8cjlq+rwZSvIVczNiezsfnP/uznmfPFBNODM2K7MTQ45YEAZqGP81AmGGcF3iPqOop0r1SPTaTbVkfUe4HXj97wYE+yNwWYxwWu4v1ugWHgo3S1XdZEVqWM7ET0cfnLGxWfkgR42o2PvWrDMBSFj/IHLaF0zKjRgdiVMwScNRAoWUoH78Y2icB/yIY09An6AH2Bdu/UB+yxopYshQiEvnvu0dURgDt8QeC8PDw7Fpji3fEA4z/PEJ6YOB5hKh4dj3EvXhxPqH/SKUY3rJ7srZ4FZnh1PMAtPhwP6fl2PMJMPDgeQ4rY8YT6Gzao0eAEA409DuggmTnFnOcSCiEiLMgxCiTI6Cq5DZUd3Qmp10vO0LaLTd2cjN4fOumlc7lUYbSQcZFkutRG7g6JKZKy0RmdLY680CDnEJ+UMkpFFe1RN7nxdVpXrC4aTtnaurOnYercZg2YVmLN/d/gczfEimrE/fs/bOuq29Zmn8tloORaXgZgGa78yO9/cnXm2BpaGvq25Dv9S4E9+5SIc9PqupJKhYFSSl47+Qcr1mYNAAAAeNptw0cKwkAAAMDZJA8Q7OUJvkLsPfZ6zFVERPy8qHh2YER+3i/BP83vIBLLySsoKimrqKqpa2hp6+jq6RsYGhmbmJqZSy0sraxtbO3sHRydnEMU4uR6yx7JJXveP7WrDycAAAAAAAH//wACeNpjYGRgYOABYhkgZgJCZgZNBkYGLQZtIJsFLMYAAAw3ALgAeNolizEKgDAQBCchRbC2sFER0YD6qVQiBCv/H9ezGI6Z5XBAw8CBK/m5iQQVauVbXLnOrMZv2oLdKFa8Pjuru2hJzGabmOSLzNMzvutpB3N42mNgZGBg4GKQYzBhYMxJLMlj4GBgAYow/P/PAJJhLM6sSoWKfWCAAwDAjgbRAAB42mNgYGBkAIIbCZo5IPrmUn0hGA0AO8EFTQAA");
;font-display: swap;
}
:root {
  --swiper-theme-color: #007aff;
  --swiper-navigation-size: 44px;
}

.swiper {
  position: relative;
  /* Fix of Webkit flickering */
  z-index: 1;
  margin-right: auto;
  margin-left: auto;
  padding: 0;
  overflow: hidden;
  list-style: none;
}

.swiper-vertical > .swiper-wrapper {
  flex-direction: column;
}

.swiper-wrapper {
  position: relative;
  z-index: 1;
  display: flex;
  width: 100%;
  height: 100%;
  box-sizing: content-box;
  transition-property: transform;
}

.swiper-android .swiper-slide,
.swiper-wrapper {
  transform: translate3d(0px, 0, 0);
}

.swiper-pointer-events {
  touch-action: pan-y;
}

.swiper-pointer-events.swiper-vertical {
  touch-action: pan-x;
}

.swiper-slide {
  position: relative;
  flex-shrink: 0;
  width: 100%;
  height: 100%;
  transition-property: transform;
}

.swiper-slide-invisible-blank {
  visibility: hidden;
}

/* Auto Height */
.swiper-autoheight,
.swiper-autoheight .swiper-slide {
  height: auto;
}

.swiper-autoheight .swiper-wrapper {
  align-items: flex-start;
  transition-property: transform, height;
}

/* 3D Effects */
.swiper-3d,
.swiper-3d.swiper-css-mode .swiper-wrapper {
  perspective: 1200px;
}

.swiper-3d .swiper-wrapper,
.swiper-3d .swiper-slide,
.swiper-3d .swiper-slide-shadow,
.swiper-3d .swiper-slide-shadow-left,
.swiper-3d .swiper-slide-shadow-right,
.swiper-3d .swiper-slide-shadow-top,
.swiper-3d .swiper-slide-shadow-bottom,
.swiper-3d .swiper-cube-shadow {
  transform-style: preserve-3d;
}

.swiper-3d .swiper-slide-shadow,
.swiper-3d .swiper-slide-shadow-left,
.swiper-3d .swiper-slide-shadow-right,
.swiper-3d .swiper-slide-shadow-top,
.swiper-3d .swiper-slide-shadow-bottom {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 10;
  width: 100%;
  height: 100%;
  pointer-events: none;
}

.swiper-3d .swiper-slide-shadow {
  background: rgba(0, 0, 0, 0.15);
}

.swiper-3d .swiper-slide-shadow-left {
  background-image: linear-gradient(to left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-3d .swiper-slide-shadow-right {
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-3d .swiper-slide-shadow-top {
  background-image: linear-gradient(to top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-3d .swiper-slide-shadow-bottom {
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

/* CSS Mode */
.swiper-css-mode > .swiper-wrapper {
  overflow: auto;
  scrollbar-width: none;
  /* For Firefox */
  -ms-overflow-style: none;
  /* For Internet Explorer and Edge */
}

.swiper-css-mode > .swiper-wrapper::-webkit-scrollbar {
  display: none;
}

.swiper-css-mode > .swiper-wrapper > .swiper-slide {
  scroll-snap-align: start start;
}

.swiper-horizontal.swiper-css-mode > .swiper-wrapper {
  scroll-snap-type: x mandatory;
}

.swiper-vertical.swiper-css-mode > .swiper-wrapper {
  scroll-snap-type: y mandatory;
}

.swiper-centered > .swiper-wrapper::before {
  content: "";
  flex-shrink: 0;
  order: 9999;
}

.swiper-centered.swiper-horizontal > .swiper-wrapper > .swiper-slide:first-child {
  margin-inline-start: var(--swiper-centered-offset-before);
}

.swiper-centered.swiper-horizontal > .swiper-wrapper::before {
  width: var(--swiper-centered-offset-after);
  height: 100%;
  min-height: 1px;
}

.swiper-centered.swiper-vertical > .swiper-wrapper > .swiper-slide:first-child {
  margin-block-start: var(--swiper-centered-offset-before);
}

.swiper-centered.swiper-vertical > .swiper-wrapper::before {
  width: 100%;
  min-width: 1px;
  height: var(--swiper-centered-offset-after);
}

.swiper-centered > .swiper-wrapper > .swiper-slide {
  scroll-snap-align: center center;
}

.swiper-virtual.swiper-css-mode .swiper-wrapper::after {
  position: absolute;
  top: 0;
  left: 0;
  content: "";
  pointer-events: none;
}

.swiper-virtual.swiper-css-mode.swiper-horizontal .swiper-wrapper::after {
  width: var(--swiper-virtual-size);
  height: 1px;
}

.swiper-virtual.swiper-css-mode.swiper-vertical .swiper-wrapper::after {
  width: 1px;
  height: var(--swiper-virtual-size);
}

.swiper-button-prev,
.swiper-button-next {
  position: absolute;
  top: 50%;
  z-index: 10;
  display: flex;
  align-items: center;
  justify-content: center;
  width: calc(var(--swiper-navigation-size) / 44 * 27);
  height: var(--swiper-navigation-size);
  margin-top: calc(0px - var(--swiper-navigation-size) / 2);
  color: var(--swiper-navigation-color, var(--swiper-theme-color));
  cursor: pointer;
}

.swiper-button-prev.swiper-button-disabled,
.swiper-button-next.swiper-button-disabled {
  opacity: 0.35;
  cursor: auto;
  pointer-events: none;
}

.swiper-button-prev:after,
.swiper-button-next:after {
  font-family: "swiper-icons";
  font-size: var(--swiper-navigation-size);
  font-variant: initial;
  line-height: 1;
  text-transform: none;
  text-transform: none;
  letter-spacing: 0;
}

.swiper-button-prev,
.swiper-rtl .swiper-button-next {
  right: auto;
  left: 10px;
}

.swiper-button-prev:after,
.swiper-rtl .swiper-button-next:after {
  content: "prev";
}

.swiper-button-next,
.swiper-rtl .swiper-button-prev {
  right: 10px;
  left: auto;
}

.swiper-button-next:after,
.swiper-rtl .swiper-button-prev:after {
  content: "next";
}

.swiper-button-lock {
  display: none;
}

.swiper-pagination {
  position: absolute;
  z-index: 10;
  text-align: center;
  transform: translate3d(0, 0, 0);
  transition: 300ms opacity;
}

.swiper-pagination.swiper-pagination-hidden {
  opacity: 0;
}

/* Common Styles */
.swiper-pagination-fraction,
.swiper-pagination-custom,
.swiper-horizontal > .swiper-pagination-bullets,
.swiper-pagination-bullets.swiper-pagination-horizontal {
  bottom: 10px;
  left: 0;
  width: 100%;
}

/* Bullets */
.swiper-pagination-bullets-dynamic {
  overflow: hidden;
  font-size: 0;
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  position: relative;
  transform: scale(0.33);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active {
  transform: scale(1);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-main {
  transform: scale(1);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev {
  transform: scale(0.66);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev {
  transform: scale(0.33);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next {
  transform: scale(0.66);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next {
  transform: scale(0.33);
}

.swiper-pagination-bullet {
  display: inline-block;
  width: var(--swiper-pagination-bullet-width, var(--swiper-pagination-bullet-size, 8px));
  height: var(--swiper-pagination-bullet-height, var(--swiper-pagination-bullet-size, 8px));
  background: var(--swiper-pagination-bullet-inactive-color, #000);
  border-radius: 50%;
  opacity: var(--swiper-pagination-bullet-inactive-opacity, 0.2);
}

button.swiper-pagination-bullet {
  margin: 0;
  padding: 0;
  border: none;
  box-shadow: none;
  -webkit-appearance: none;
  appearance: none;
}

.swiper-pagination-clickable .swiper-pagination-bullet {
  cursor: pointer;
}

.swiper-pagination-bullet:only-child {
  display: none;
}

.swiper-pagination-bullet-active {
  background: var(--swiper-pagination-color, var(--swiper-theme-color));
  opacity: var(--swiper-pagination-bullet-opacity, 1);
}

.swiper-vertical > .swiper-pagination-bullets,
.swiper-pagination-vertical.swiper-pagination-bullets {
  top: 50%;
  right: 10px;
  transform: translate3d(0px, -50%, 0);
}

.swiper-vertical > .swiper-pagination-bullets .swiper-pagination-bullet,
.swiper-pagination-vertical.swiper-pagination-bullets .swiper-pagination-bullet {
  display: block;
  margin: var(--swiper-pagination-bullet-vertical-gap, 6px) 0;
}

.swiper-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic,
.swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
  top: 50%;
  width: 8px;
  transform: translateY(-50%);
}

.swiper-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet,
.swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  display: inline-block;
  transition: 200ms transform, 200ms top;
}

.swiper-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet,
.swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0 var(--swiper-pagination-bullet-horizontal-gap, 4px);
}

.swiper-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic,
.swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
  left: 50%;
  white-space: nowrap;
  transform: translateX(-50%);
}

.swiper-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet,
.swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  transition: 200ms transform, 200ms left;
}

.swiper-horizontal.swiper-rtl > .swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  transition: 200ms transform, 200ms right;
}

/* Progress */
.swiper-pagination-progressbar {
  position: absolute;
  background: rgba(0, 0, 0, 0.25);
}

.swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: var(--swiper-pagination-color, var(--swiper-theme-color));
  transform: scale(0);
  transform-origin: left top;
}

.swiper-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  transform-origin: right top;
}

.swiper-horizontal > .swiper-pagination-progressbar,
.swiper-pagination-progressbar.swiper-pagination-horizontal,
.swiper-vertical > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite,
.swiper-pagination-progressbar.swiper-pagination-vertical.swiper-pagination-progressbar-opposite {
  top: 0;
  left: 0;
  width: 100%;
  height: 4px;
}

.swiper-vertical > .swiper-pagination-progressbar,
.swiper-pagination-progressbar.swiper-pagination-vertical,
.swiper-horizontal > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite,
.swiper-pagination-progressbar.swiper-pagination-horizontal.swiper-pagination-progressbar-opposite {
  top: 0;
  left: 0;
  width: 4px;
  height: 100%;
}

.swiper-pagination-lock {
  display: none;
}

/* Scrollbar */
.swiper-scrollbar {
  position: relative;
  background: rgba(0, 0, 0, 0.1);
  border-radius: 10px;
  -ms-touch-action: none;
}

.swiper-horizontal > .swiper-scrollbar {
  position: absolute;
  bottom: 3px;
  left: 1%;
  z-index: 50;
  width: 98%;
  height: 5px;
}

.swiper-vertical > .swiper-scrollbar {
  position: absolute;
  top: 1%;
  right: 3px;
  z-index: 50;
  width: 5px;
  height: 98%;
}

.swiper-scrollbar-drag {
  position: relative;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  border-radius: 10px;
}

.swiper-scrollbar-cursor-drag {
  cursor: move;
}

.swiper-scrollbar-lock {
  display: none;
}

.swiper-zoom-container {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  text-align: center;
}

.swiper-zoom-container > img,
.swiper-zoom-container > svg,
.swiper-zoom-container > canvas {
  max-width: 100%;
  max-height: 100%;
  object-fit: contain;
}

.swiper-slide-zoomed {
  cursor: move;
}

/* Preloader */
.swiper-lazy-preloader {
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 10;
  width: 42px;
  height: 42px;
  margin-top: -21px;
  margin-left: -21px;
  border: 4px solid var(--swiper-preloader-color, var(--swiper-theme-color));
  border-top-color: transparent;
  border-radius: 50%;
  box-sizing: border-box;
  transform-origin: 50%;
  animation: swiper-preloader-spin 1s infinite linear;
}

.swiper-lazy-preloader-white {
  --swiper-preloader-color: #fff;
}

.swiper-lazy-preloader-black {
  --swiper-preloader-color: #000;
}

@keyframes swiper-preloader-spin {
  100% {
    transform: rotate(360deg);
  }
}
/* a11y */
.swiper .swiper-notification {
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1000;
  opacity: 0;
  pointer-events: none;
}

.swiper-free-mode > .swiper-wrapper {
  margin: 0 auto;
  transition-timing-function: ease-out;
}

.swiper-grid > .swiper-wrapper {
  flex-wrap: wrap;
}

.swiper-grid-column > .swiper-wrapper {
  flex-direction: column;
  flex-wrap: wrap;
}

.swiper-fade.swiper-free-mode .swiper-slide {
  transition-timing-function: ease-out;
}

.swiper-fade .swiper-slide {
  pointer-events: none;
  transition-property: opacity;
}

.swiper-fade .swiper-slide .swiper-slide {
  pointer-events: none;
}

.swiper-fade .swiper-slide-active,
.swiper-fade .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}

.swiper-cube {
  overflow: visible;
}

.swiper-cube .swiper-slide {
  z-index: 1;
  width: 100%;
  height: 100%;
  transform-origin: 0 0;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  visibility: hidden;
  pointer-events: none;
}

.swiper-cube .swiper-slide .swiper-slide {
  pointer-events: none;
}

.swiper-cube.swiper-rtl .swiper-slide {
  transform-origin: 100% 0;
}

.swiper-cube .swiper-slide-active,
.swiper-cube .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}

.swiper-cube .swiper-slide-active,
.swiper-cube .swiper-slide-next,
.swiper-cube .swiper-slide-prev,
.swiper-cube .swiper-slide-next + .swiper-slide {
  pointer-events: auto;
  visibility: visible;
}

.swiper-cube .swiper-slide-shadow-top,
.swiper-cube .swiper-slide-shadow-bottom,
.swiper-cube .swiper-slide-shadow-left,
.swiper-cube .swiper-slide-shadow-right {
  z-index: 0;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.swiper-cube .swiper-cube-shadow {
  position: absolute;
  bottom: 0px;
  left: 0;
  z-index: 0;
  width: 100%;
  height: 100%;
  opacity: 0.6;
}

.swiper-cube .swiper-cube-shadow:before {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: #000;
  content: "";
  filter: blur(50px);
}

.swiper-flip {
  overflow: visible;
}

.swiper-flip .swiper-slide {
  z-index: 1;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  pointer-events: none;
}

.swiper-flip .swiper-slide .swiper-slide {
  pointer-events: none;
}

.swiper-flip .swiper-slide-active,
.swiper-flip .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}

.swiper-flip .swiper-slide-shadow-top,
.swiper-flip .swiper-slide-shadow-bottom,
.swiper-flip .swiper-slide-shadow-left,
.swiper-flip .swiper-slide-shadow-right {
  z-index: 0;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.swiper-creative .swiper-slide {
  overflow: hidden;
  transition-property: transform, opacity, height;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.swiper-cards {
  overflow: visible;
}

.swiper-cards .swiper-slide {
  overflow: hidden;
  transform-origin: center bottom;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.c-hero {
  position: relative;
  z-index: 1050;
  display: flex;
  align-items: flex-end;
  padding-top: 96px;
  padding-bottom: 50px;
  background-color: #4A0072;
  background-position: center;
  background-size: cover;
  position: relative;
}
.c-hero:after {
  position: absolute;
  bottom: 0;
  display: block;
  width: 100%;
  height: 0px;
  padding-bottom: 4.4%;
  background-image: url("../svg/bottom-white.svg");
  background-size: cover;
  content: "";
}
.c-hero .c-hero__inner {
  width: 100%;
}
.c-hero .c-hero__main .c-hero__title {
  margin-bottom: 16px;
}
.c-hero .c-hero__main .c-hero__content {
  position: relative;
  padding-left: 24px;
}
.c-hero .c-hero__main .c-hero__content:before {
  position: absolute;
  left: 0;
  width: 4px;
  height: 100%;
  background-color: #E81F63;
  border-radius: 4px;
  content: "";
}
.c-hero .c-hero__main .c-hero__content.module-content ul, .c-hero .c-hero__main .c-hero__content.module-content ol {
  margin-top: 16px;
  padding-left: 24px;
}
.c-hero .c-hero__main .c-hero__content.module-content li {
  list-style-type: disc;
  padding: 0;
  border: none;
}
.c-hero .c-hero__main .c-hero__content.module-content li:before {
  display: none;
}
.c-hero .c-hero__main .c-hero__content.module-content ol li {
  list-style-type: decimal;
}
.c-hero .c-hero__main .c-hero__pre-content {
  margin-bottom: 16px;
}
.c-hero .c-hero__main .c-hero__pre-content .c-hero__pre-content-item {
  position: relative;
  margin-top: 14px;
  padding-left: 32px;
}
@media (min-width: 40.063em) {
  .c-hero .c-hero__main .c-hero__pre-content .c-hero__pre-content-item {
    display: inline;
    margin-top: 0;
    margin-right: 16px;
  }
}
.c-hero .c-hero__main .c-hero__pre-content .c-hero__pre-content-item:before {
  position: absolute;
  left: 0;
  width: 24px;
  height: 24px;
  background-image: url("../svg/tick-clear.svg");
  content: "";
}
.c-hero .c-hero__image {
  display: none;
}
@media (min-width: 64.063em) {
  .c-hero {
    padding-top: 208px;
    padding-bottom: 120px;
  }
  .c-hero .c-hero__logo-graphic {
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
    background-image: url("../png/hero-a-gradient.png");
    background-position: left 110% bottom -200px;
  }
  .c-hero .c-hero__main .c-hero__title {
    margin-bottom: 24px;
  }
  .c-hero .c-hero__main .c-hero__content {
    position: relative;
    padding-left: 32px;
  }
  .c-hero .c-hero__image {
    position: relative;
    display: flex;
    align-items: center;
    height: 100%;
    overflow: hidden;
  }
  .c-hero .c-hero__image.c-hero__image--play::after {
    position: absolute;
    display: block;
    width: 100%;
    height: 100%;
    background-image: url(../svg/icon-play.svg);
    background-position: center;
    background-size: 200px;
    cursor: pointer;
    content: "";
  }
  .c-hero .c-hero__image img {
    height: 100%;
    border-radius: 25px;
    object-fit: cover;
  }
}

.c-hero--hasSubContent {
  position: relative;
}
.c-hero--hasSubContent:after {
  position: absolute;
  bottom: 0;
  display: block;
  width: 100%;
  height: 0px;
  padding-bottom: 4.4%;
  background-image: url("../svg/outsidetop-black.svg");
  background-size: cover;
  content: "";
}

.c-hero--featured:before {
  position: absolute;
  top: 0;
  left: 0;
  display: inline-block;
  width: 100%;
  height: 100%;
  content: "";
  background-image: linear-gradient(225deg, rgba(0, 0, 0, 0.2) 0%, rgba(0, 0, 0, 0.5) 100%), linear-gradient(225deg, rgba(3, 155, 229, 0.8) 0%, rgba(123, 31, 162, 0.9) 100%);
}
@media (min-width: 64.063em) {
  .c-hero--featured .c-hero__logo-graphic {
    background-image: url("../svg/a-graphic-outline-p100.svg");
  }
}

.c-hero--post {
  margin-bottom: 170px;
  padding-top: 96px;
  background-image: url("../jpg/abstract-image.jpg");
  background-position: top;
  position: relative;
}
.c-hero--post:after {
  position: absolute;
  bottom: 0;
  display: block;
  width: 100%;
  height: 0px;
  padding-bottom: 4.4%;
  background-image: url("../svg/top-white.svg");
  background-size: cover;
  content: "";
}
.c-hero--post:before {
  position: absolute;
  top: 0;
  left: 0;
  display: inline-block;
  width: 100%;
  height: 100%;
  background-image: linear-gradient(45deg, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.2) 100%);
  content: "";
}
.c-hero--post .c-hero__logo-graphic {
  display: none;
}
.c-hero--post .c-hero__main .c-hero__category {
  display: flex;
  justify-content: center;
  margin-bottom: 24px;
}
.c-hero--post .c-hero__main .c-hero__category .c-hero__category-item {
  display: inline-flex;
}
.c-hero--post .c-hero__main .c-hero__category .c-hero__category-item:after {
  margin: 0 6px;
  color: #E81F63;
  content: "•";
}
.c-hero--post .c-hero__main .c-hero__category .c-hero__category-item:last-child:after {
  display: none;
}
.c-hero--post .c-hero__main .c-hero__content {
  padding-left: 0;
}
.c-hero--post .c-hero__main .c-hero__content::before {
  display: none;
}
.c-hero--post .c-hero__main .c-hero__meta {
  display: inline-block;
  margin-top: 24px;
  padding: 8px 16px;
  background-color: #fff;
  border-radius: 30px;
}
.c-hero--post .c-hero__main .c-hero__meta .c-hero__date:after {
  margin: 0 6px;
  color: #E81F63;
  content: "•";
}
.c-hero--post .c-hero__main .c-hero__arrow {
  position: relative;
  display: none;
  width: 48px;
  height: 48px;
  margin: 40px auto 0;
  border: 2px solid #fff;
  border-radius: 100%;
  cursor: pointer;
}
.c-hero--post .c-hero__main .c-hero__arrow:before {
  position: absolute;
  top: 14px;
  left: 14px;
  width: 16px;
  height: 16px;
  background-image: url("../svg/icon-arrow-d.svg");
  background-repeat: no-repeat;
  background-size: contain;
  content: "";
}
.c-hero--post .c-hero__image {
  display: block;
  margin-top: 32px;
  margin-bottom: -170px;
  overflow: hidden;
  text-align: center;
}
.c-hero--post .c-hero__image img {
  border-radius: 25px;
}
@media (min-width: 40.063em) {
  .c-hero--post .c-hero__main .c-hero__content {
    padding: 0 10%;
  }
}
@media (min-width: 64.063em) {
  .c-hero--post {
    margin-bottom: 520px;
    padding-top: 248px;
    padding-bottom: 0;
  }
  .c-hero--post .c-hero__main .c-hero__title {
    margin-bottom: 32px;
  }
  .c-hero--post .c-hero__main .c-hero__arrow {
    display: block;
  }
  .c-hero--post .c-hero__main .c-hero__meta {
    margin-top: 32px;
  }
  .c-hero--post .c-hero__image {
    height: 630px;
    margin-top: 120px;
    margin-bottom: -450px;
  }
}

.c-hero--feature-off {
  margin-bottom: 32px;
}
@media (min-width: 64.063em) {
  .c-hero--feature-off {
    margin-bottom: 80px;
    padding-bottom: 120px;
  }
}

.c-hero--case-studies {
  margin-bottom: -48px;
  background-image: none;
  background-position: top;
  position: relative;
}
.c-hero--case-studies:after {
  position: absolute;
  bottom: 0;
  display: block;
  width: 100%;
  height: 0px;
  padding-bottom: 4.4%;
  background-image: url("../svg/top-white.svg");
  background-size: cover;
  content: "";
}
.c-hero--case-studies:before {
  position: absolute;
  top: 0;
  left: 0;
  display: none;
  display: inline-block;
  width: 100%;
  height: 100%;
  background-image: none;
  content: "";
}
.c-hero--case-studies .c-hero__logo-graphic {
  display: block;
}
.c-hero--case-studies .c-hero__title {
  margin-bottom: 16px;
}
.c-hero--case-studies .c-hero__content {
  position: relative;
  margin-bottom: 24px;
  padding-left: 24px;
}
.c-hero--case-studies .c-hero__content:before {
  position: absolute;
  left: 0;
  width: 4px;
  height: 100%;
  background-color: #E81F63;
  border-radius: 4px;
  content: "";
}
.c-hero--case-studies .c-hero__image {
  margin-top: 0;
  margin-bottom: 16px;
  text-align: left;
}
.c-hero--case-studies .c-hero__image img {
  max-width: 80px;
}
@media (min-width: 64.063em) {
  .c-hero--case-studies {
    margin-bottom: -150px;
    padding-bottom: 220px;
  }
  .c-hero--case-studies .c-hero__title {
    margin-bottom: 24px;
  }
  .c-hero--case-studies .c-hero__content {
    position: relative;
    margin-bottom: 32px;
    padding-left: 32px;
  }
  .c-hero--case-studies .c-hero__image {
    height: auto;
    margin-top: 0;
    margin-bottom: 0;
    text-align: center;
  }
  .c-hero--case-studies .c-hero__image img {
    width: 60%;
    max-width: none;
  }
}

.c-hero--case-studieslist {
  position: relative;
}
.c-hero--case-studieslist:after {
  position: absolute;
  bottom: 0;
  display: block;
  width: 100%;
  height: 0px;
  padding-bottom: 4.4%;
  background-image: url("../svg/outsidetop-neutral.svg");
  background-size: cover;
  content: "";
}

.c-hero--standard {
  margin-bottom: 32px;
  padding-bottom: 72px;
}
.c-hero--standard .c-hero__category {
  display: flex;
  margin-top: 12px;
}
.c-hero--standard .c-hero__category .c-hero__category-item {
  display: inline-flex;
}
.c-hero--standard .c-hero__category .c-hero__category-item:after {
  margin: 0 6px;
  color: #E81F63;
  content: "•";
}
.c-hero--standard .c-hero__category .c-hero__category-item:last-child:after {
  display: none;
}
.c-hero--standard .c-hero__meta {
  display: inline-block;
  padding: 8px 16px;
  background-color: #fff;
  border-radius: 30px;
}
.c-hero--standard .c-hero__meta .c-hero__date:after {
  margin: 0 6px;
  color: #E81F63;
  content: "•";
}
@media (min-width: 40.063em) {
  .c-hero--standard {
    padding-bottom: 90px;
  }
}
@media (min-width: 64.063em) {
  .c-hero--standard {
    margin-bottom: 120px;
    padding-bottom: 120px;
  }
}

.c-hero--postlist {
  background-image: url("../jpg/abstract-image.jpg");
  background-position: top;
  position: relative;
}
.c-hero--postlist:after {
  position: absolute;
  bottom: 0;
  display: block;
  width: 100%;
  height: 0px;
  padding-bottom: 4.4%;
  background-image: url("../svg/outsidetop-neutral.svg");
  background-size: cover;
  content: "";
}
.c-hero--postlist:before {
  position: absolute;
  top: 0;
  left: 0;
  display: inline-block;
  width: 100%;
  height: 100%;
  content: "";
  background-image: linear-gradient(45deg, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.2) 100%);
}

.c-hero--grey-curve {
  position: relative;
}
.c-hero--grey-curve:after {
  position: absolute;
  bottom: 0;
  display: block;
  width: 100%;
  height: 0px;
  padding-bottom: 4.4%;
  background-image: url("../svg/outsidetop-neutral.svg");
  background-size: cover;
  content: "";
}

.c-hero--post-overlap {
  margin-bottom: -48px;
}
@media (min-width: 64.063em) {
  .c-hero--post-overlap {
    margin-bottom: -184px;
  }
}

.c-hero--furniture {
  min-height: 248px;
  background-image: linear-gradient(135deg, #E81F63 0.09%, #7B1FA2 100%);
}
.c-hero--furniture .c-hero__logo-graphic {
  display: none;
}
.c-hero--furniture .col-md-8 {
  width: 100%;
}
.c-hero--furniture .c-hero__inner {
  text-align: center;
}
.c-hero--furniture .c-hero__main .c-hero__title {
  margin-bottom: 0;
}
@media (min-width: 64.063em) {
  .c-hero--furniture {
    padding-top: 248px;
  }
}

@media (min-width: 64.063em) {
  .c-hero--medium {
    min-height: 560px;
  }
}

@media (min-width: 64.063em) {
  .c-hero--large {
    min-height: 768px;
  }
}

.c-hero--logos .c-hero__logos {
  display: flex;
  margin-bottom: 16px;
}
.c-hero--logos .c-hero__logos .c-hero__logos-item {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 48px;
  height: 48px;
  margin-right: 16px;
  padding: 4px;
  background-color: #fff;
  border-radius: 8px;
}
.c-hero--logos .c-hero__logos .c-hero__logos-item:last-child {
  margin-right: 0;
}
@media (min-width: 64.063em) {
  .c-hero--logos {
    padding-top: 208px;
  }
  .c-hero--logos .c-hero__logos {
    margin-bottom: 24px;
  }
  .c-hero--logos .c-hero__logos .c-hero__logos-item {
    width: 80px;
    height: 80px;
    margin-right: 24px;
    padding: 8px;
    border-radius: 16px;
  }
}

.c-hero__logo {
  max-width: 170px;
  padding: 0 0 16px 0px;
}

.c-hero--team {
  margin-bottom: 0;
  text-align: center;
  position: relative;
}
.c-hero--team:after {
  position: absolute;
  bottom: 0;
  display: block;
  width: 100%;
  height: 0px;
  padding-bottom: 4.4%;
  background-image: url("../svg/outsidetop-neutral.svg");
  background-size: cover;
  content: "";
}
@media (min-width: 64.063em) {
  .c-hero--team .c-hero--team__details {
    padding-bottom: 100px;
  }
}
.c-hero--team .c-hero--team__image {
  display: inline-block;
  width: 258px;
  height: 258px;
  overflow: hidden;
  border-radius: 50%;
}
.c-hero--team .c-hero--team__image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.c-hero--team .c-hero--team__header {
  margin-top: 14px;
  font-family: "Nunito Bold", sans-serif;
  font-size: 32px;
}
@media (min-width: 64.063em) {
  .c-hero--team .c-hero--team__header {
    font-size: 72px;
  }
}
.c-hero--team .c-hero--team__role {
  margin-top: 10px;
  font-family: "Poppins", sans-serif;
  font-size: 18px;
  font-weight: 300;
}
@media (min-width: 64.063em) {
  .c-hero--team .c-hero--team__role {
    font-size: 20px;
  }
}

.c-sub-hero {
  z-index: 1020;
  display: flex;
  align-items: center;
  margin-bottom: -60px;
  padding: 64px 0 50px;
  background-color: #202830;
  position: relative;
}
.c-sub-hero:after {
  position: absolute;
  top: 100%;
  display: block;
  width: 100%;
  height: 0px;
  padding-bottom: 4.4%;
  background-image: url("../svg/bottom-black.svg");
  background-size: cover;
  content: "";
}
.c-sub-hero .c-sub-hero__inner {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.c-sub-hero .c-sub-hero__heading {
  margin-bottom: 24px;
  padding: 0 24px;
  color: #fff;
}
.c-sub-hero .c-sub-hero__line {
  width: 32px;
  height: 4px;
  margin: 0 auto 24px;
  background-color: #E81F63;
  border-radius: 2px;
}
@media (min-width: 64.063em) {
  .c-sub-hero {
    min-height: 340px;
    margin-bottom: 0px;
    padding: 80px 0;
  }
  .c-sub-hero .c-sub-hero__heading {
    margin-bottom: 16px;
    padding: 0;
  }
}

.c-sub-hero--overlap {
  margin-bottom: -140px;
}
@media (min-width: 64.063em) {
  .c-sub-hero--overlap {
    margin-bottom: -360px;
  }
}

.c-sub-hero--alt {
  min-height: 208px;
  margin-bottom: -176px;
  background: #F6F6F6;
  position: relative;
}
.c-sub-hero--alt:after {
  position: absolute;
  top: 100%;
  display: block;
  width: 100%;
  height: 0px;
  padding-bottom: 4.4%;
  background-image: url("../svg/bottom-neutral.svg");
  background-size: cover;
  content: "";
}
@media (min-width: 40.063em) {
  .c-sub-hero--alt {
    min-height: 148px;
    margin-bottom: -108px;
  }
}
@media (min-width: 64.063em) {
  .c-sub-hero--alt {
    min-height: 248px;
    margin-bottom: -208px;
  }
}

.c-sub-hero--news,
.c-sub-hero--resources {
  margin-bottom: -176px;
}
@media (min-width: 40.063em) {
  .c-sub-hero--news,
  .c-sub-hero--resources {
    margin-bottom: -88px;
  }
}
@media (min-width: 64.063em) {
  .c-sub-hero--news,
  .c-sub-hero--resources {
    margin-bottom: -188px;
  }
}

@media (min-width: 64.063em) {
  .c-sub-hero--case-studies {
    margin-bottom: -168px;
  }
}

.c-listing__icon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 64px;
  height: 64px;
  margin: 0 auto 24px;
  background-color: #fff;
  border-radius: 16px;
  box-shadow: 0 0 4px 0 rgba(0, 0, 0, 0.08), 0 8px 8px -4px rgba(0, 0, 0, 0.1);
}
@media (min-width: 64.063em) {
  .c-listing__icon {
    order: 2;
    width: 108px;
    height: 108px;
    margin: 0 16px 24px auto;
    box-shadow: 0 0 8px 0 rgba(0, 0, 0, 0.08), 0 12px 20px -4px rgba(0, 0, 0, 0.1);
  }
}
.c-listing__icon img {
  max-width: 45px;
  max-height: 45px;
}
@media (min-width: 64.063em) {
  .c-listing__icon img {
    max-width: 64px;
    max-height: 64px;
  }
}

.c-listing__title {
  margin-bottom: 16px;
  color: #202830;
  text-align: center;
}
@media (min-width: 64.063em) {
  .c-listing__title {
    max-width: 600px;
    text-align: left;
  }
}
.c-listing__title--coloured {
  background-image: linear-gradient(135deg, #E81F63 0.09%, #7B1FA2 51.55%, #039BE5 100%);
  -webkit-background-clip: text;
  -moz-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  -moz-text-fill-color: transparent;
  text-fill-color: transparent;
}

@media (min-width: 64.063em) {
  .c-listing__cards .c-listing__card:nth-last-child(-n+3) .e-card:not(.e-card--team) {
    height: 100%;
    margin-bottom: 0;
  }
}

.c-listing__grid--center .c-listing__title,
.c-listing__grid--center .c-listing__description,
.c-listing__grid--center .module-line {
  margin-right: auto;
  margin-left: auto;
  text-align: center;
}
.c-listing__grid--center .e-card {
  text-align: center;
}
.c-listing__grid--center .e-card .e-card__icon {
  margin-left: 0;
}
.c-listing__grid--center .e-card .e-cta-button {
  margin-top: 8px;
}

@media (min-width: 64.063em) {
  .c-listing--grid .c-listing__title {
    text-align: center;
  }
}
@media (min-width: 64.063em) {
  .c-listing--grid .c-listing__description {
    text-align: center;
  }
}
.c-listing--grid .module-line {
  margin-right: auto;
  margin-left: auto;
}
.c-listing--grid .c-listing__card {
  position: relative;
}
.c-listing--grid .c-listing__card:before {
  position: absolute;
  top: 0;
  left: 16px;
  width: calc(100% - 32px);
  height: 1px;
  background-color: #C2C2C2;
  content: "";
}
.c-listing--grid .c-listing__card:nth-of-type(1):before {
  display: none;
}
@media (min-width: 64.063em) {
  .c-listing--grid .c-listing__card:before {
    left: 0;
    width: 100%;
  }
  .c-listing--grid .c-listing__card:nth-of-type(-n+3):before {
    display: none;
  }
  .c-listing--grid .c-listing__card:nth-of-type(3n+1):before {
    left: 16px;
  }
  .c-listing--grid .c-listing__card:nth-of-type(3n+3):before {
    left: -16px;
  }
  .c-listing--grid .c-listing__card:nth-of-type(3n+2) .e-card:before, .c-listing--grid .c-listing__card:nth-of-type(3n+2) .e-card:after {
    position: absolute;
    top: -32px;
    left: -16px;
    width: 1px;
    height: calc(100% + 32px);
    background-color: #C2C2C2;
    content: "";
  }
  .c-listing--grid .c-listing__card:nth-of-type(3n+2) .e-card:after {
    right: -16px;
    left: auto;
  }
}
@media (min-width: 64.063em) {
  .c-listing--grid .e-card {
    position: relative;
    overflow: unset;
  }
}

.c-form {
  font-family: "Poppins", sans-serif;
  font-size: 1.6rem;
  line-height: 2rem;
}
.c-form select {
  width: 100%;
  padding: 13px 24px 11px;
  background-color: #fff;
  border: 2px solid #888888;
  border-radius: 8px;
}
@media (min-width: 40.063em) {
  .c-form {
    width: auto;
    min-width: 256px;
  }
}
.c-form .c-form__title {
  margin-bottom: 16px;
  background-image: linear-gradient(135deg, #E81F63 0.09%, #7B1FA2 51.55%, #039BE5 100%);
  -webkit-background-clip: text;
  -moz-background-clip: text;
  background-clip: text;
  font-family: "Nunito Bold", sans-serif;
  -webkit-text-fill-color: transparent;
  -moz-text-fill-color: transparent;
  text-fill-color: transparent;
}
.c-form .c-form__description {
  margin-bottom: 16px;
  color: #313C47;
}
.c-form .c-form__description p {
  font-family: "Poppins", sans-serif;
  font-size: 1.8rem;
  line-height: 2.8rem;
}
@media (min-width: 64.063em) {
  .c-form .c-form__description p {
    font-size: 2rem;
    line-height: 3.2rem;
  }
}
.c-form .c-form__description a {
  color: #E81F63;
  text-decoration: underline;
}
.c-form .c-form__line {
  width: 32px;
  height: 4px;
  margin: 0 0 32px;
  background-color: #E81F63;
  border-radius: 2px;
}
.c-form .gform_wrapper.gravity-theme .gform_fields {
  grid-row-gap: 32px;
}
.c-form .gform_wrapper.gravity-theme .gfield label {
  margin-bottom: 10px;
  font-family: "Nunito Bold", sans-serif;
  font-size: 1.8rem;
  font-weight: normal;
}
.c-form .gform_wrapper.gravity-theme .gfield input[type=text],
.c-form .gform_wrapper.gravity-theme .gfield input[type=tel],
.c-form .gform_wrapper.gravity-theme .gfield input[type=email],
.c-form .gform_wrapper.gravity-theme .gfield textarea,
.c-form .gform_wrapper.gravity-theme .gfield select {
  width: 100%;
  height: 48px;
  padding: 12px 16px 8px;
  background-color: #fff;
  border: 2px solid #888888;
  border-radius: 8px;
  font-size: 1.6rem;
  line-height: 2.2rem;
}
.c-form .gform_wrapper.gravity-theme .gfield textarea, .c-form .gform_wrapper.gravity-theme .gfield textarea.large {
  height: 144px;
  padding-top: 16px;
  padding-bottom: 16px;
}
.c-form .gform_wrapper.gravity-theme .gfield select {
  background-image: url("../svg/icon-select.svg");
  background-repeat: no-repeat;
  background-position: calc(100% - 16px) center;
}
.c-form .gform_wrapper.gravity-theme .gfield_radio .gchoice input {
  display: none;
}
.c-form .gform_wrapper.gravity-theme .gfield_radio .gchoice label {
  position: relative;
  padding: 6px 0 6px 50px;
}
.c-form .gform_wrapper.gravity-theme .gfield_radio .gchoice label:before {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 32px;
  height: 32px;
  border: 2px solid #888888;
  border-radius: 50%;
  content: "";
}
.c-form .gform_wrapper.gravity-theme .gfield_radio .gchoice label a {
  text-decoration: underline;
}
.c-form .gform_wrapper.gravity-theme .gfield_radio .gchoice input:checked ~ label:after {
  position: absolute;
  top: 10px;
  left: 10px;
  width: 12px;
  height: 12px;
  background-color: #E81F63;
  border-radius: 50%;
  content: "";
}
.c-form .gform_wrapper.gravity-theme .gfield_checkbox .gchoice input,
.c-form .gform_wrapper.gravity-theme .ginput_container_consent input {
  display: none;
}
.c-form .gform_wrapper.gravity-theme .gfield_checkbox .gchoice label,
.c-form .gform_wrapper.gravity-theme .ginput_container_consent label {
  position: relative;
  display: block;
  padding: 6px 0 6px 50px;
}
.c-form .gform_wrapper.gravity-theme .gfield_checkbox .gchoice label:before,
.c-form .gform_wrapper.gravity-theme .ginput_container_consent label:before {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 32px;
  height: 32px;
  border: 2px solid #888888;
  border-radius: 4px;
  content: "";
}
.c-form .gform_wrapper.gravity-theme .gfield_checkbox .gchoice label a,
.c-form .gform_wrapper.gravity-theme .ginput_container_consent label a {
  text-decoration: underline;
}
.c-form .gform_wrapper.gravity-theme .gfield_checkbox .gchoice input:checked ~ label:after,
.c-form .gform_wrapper.gravity-theme .ginput_container_consent input:checked ~ label:after {
  position: absolute;
  top: 11px;
  left: 8px;
  width: 16px;
  height: 12px;
  background-image: url("../svg/checkbox-tick.svg");
  background-position: center;
  background-size: contain;
  content: "";
}
.c-form .gform_wrapper.gravity-theme input[type=submit] {
  height: 48px;
  padding: 0 40px 0 24px;
  background-image: url("../svg/icon-button-arrow.svg"), linear-gradient(135deg, #E81F63 0.09%, #7B1FA2 100%);
  background-repeat: no-repeat;
  background-position: calc(100% - 16px) center, center;
  border-radius: 24px;
  color: #fff;
  font-family: "Nunito Bold", sans-serif;
  font-size: 1.8rem;
  line-height: 2.4rem;
}

.c-form--hero {
  width: 85%;
  margin: 48px auto 0;
  padding: 24px;
  background-color: #fff;
  border-radius: 32px;
  color: #202830;
}
@media (min-width: 64.063em) {
  .c-form--hero {
    float: right;
    margin: 0;
  }
}
.c-form--hero .c-form__title {
  text-align: center;
}
@media (min-width: 64.063em) {
  .c-form--hero .c-form__title {
    font-size: 2.7rem;
    line-height: 3.5rem;
  }
}

.c-signpost {
  position: relative;
  z-index: 1010;
}

@media (min-width: 64.063em) {
  .c-signpost__grid {
    flex-direction: row-reverse;
  }
}

.c-signpost__line {
  width: 32px;
  height: 4px;
  margin: 0 0 40px;
  background-color: #E81F63;
  border-radius: 2px;
}

.c-signpost__image {
  position: relative;
  width: 100%;
  height: 275px;
  padding-right: 0;
  padding-left: 0;
}
@media (min-width: 64.063em) {
  .c-signpost__image {
    width: 58%;
    height: auto;
    margin-left: -8%;
    padding-right: 16px;
    overflow: hidden;
  }
}
.c-signpost__image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
@media (min-width: 64.063em) {
  .c-signpost__image img {
    border-radius: 24px;
  }
}

.c-signpost__content {
  position: relative;
  z-index: 2;
  margin-top: -32px;
}
@media (min-width: 64.063em) {
  .c-signpost__content {
    margin-top: 0;
    padding-top: 32px;
    padding-bottom: 32px;
  }
}

.c-signpost__content-inner {
  padding: 32px 24px;
  background-color: #fff;
  border-radius: 24px;
  box-shadow: 0 0 4px 0 rgba(0, 0, 0, 0.08), 0 8px 8px -4px rgba(0, 0, 0, 0.1);
}
@media (min-width: 64.063em) {
  .c-signpost__content-inner {
    padding: 64px;
    box-shadow: 0 0 12px 0 rgba(0, 0, 0, 0.08), 0 24px 40px -4px rgba(0, 0, 0, 0.1);
  }
}

.c-signpost__terms {
  top: 0;
  left: 0;
  z-index: 2;
  display: flex;
  margin-bottom: 16px;
}

.c-signpost__term {
  margin-right: 8px;
  padding: 6px 8px 2px;
  background-color: #E81F63;
  border-radius: 8px;
  color: #fff;
  font-family: "Poppins", sans-serif;
  font-size: 1.4rem;
  font-weight: 600;
  line-height: 2.2rem;
}

.c-signpost__title {
  margin-bottom: 16px;
  color: #202830;
}

.c-signpost__date {
  margin-bottom: 11px;
  font-family: "Poppins", sans-serif;
  font-size: 1.4rem;
  font-weight: 300;
  line-height: 2.2rem;
}

.c-signpost__description {
  margin-bottom: 16px;
  color: #313C47;
}
.c-signpost__description p {
  font-family: "Poppins", sans-serif;
  font-size: 1.8rem;
  line-height: 2.8rem;
}
@media (min-width: 64.063em) {
  .c-signpost__description p {
    font-size: 2rem;
    line-height: 3.2rem;
  }
}

.c-signpost__item {
  position: relative;
  padding: 16px 0 16px 42px;
  border-top: 1px solid #C2C2C2;
  color: #313C47;
  font-family: "Poppins", sans-serif;
  font-size: 1.6rem;
  line-height: 2.4rem;
}
.c-signpost__item:before {
  position: absolute;
  left: 0;
  display: block;
  width: 24px;
  height: 24px;
  background-image: url("../svg/icon-bullet.svg");
  content: "";
}
.c-signpost__item:first-of-type {
  padding-top: 0;
  border-top: none;
}
.c-signpost__item:last-of-type {
  padding-bottom: 0;
}

.c-signpost__cta {
  margin-top: 32px;
}

@media (min-width: 64.063em) {
  .c-signpost--wide .c-signpost__content {
    padding-top: 112px;
    padding-bottom: 112px;
  }
}
@media (min-width: 64.063em) {
  .c-signpost--wide .c-signpost__image {
    width: 82%;
    margin-left: -32%;
  }
}
@media (min-width: 64.063em) {
  .c-signpost--wide.c-signpost--left .c-signpost__grid {
    flex-direction: row;
  }
}
@media (min-width: 64.063em) {
  .c-signpost--wide.c-signpost--left .c-signpost__image {
    margin-right: -32%;
    margin-left: 0;
    padding-right: 0;
    padding-left: 16px;
  }
}

.c-signpost--flush {
  z-index: 1060;
}
.c-signpost--flush .c-signpost__image {
  padding-right: 16px;
  padding-left: 16px;
}
.c-signpost--flush .c-signpost__image img {
  border-radius: 24px 24px 0 0;
}
.c-signpost--flush .c-signpost__content {
  margin-top: 0;
}
@media (min-width: 64.063em) {
  .c-signpost--flush .c-signpost__content {
    padding-top: 0;
    padding-right: 0;
    padding-bottom: 0;
  }
}
.c-signpost--flush .c-signpost__content-inner {
  border-radius: 0 0 24px 24px;
}
@media (min-width: 64.063em) {
  .c-signpost--flush .c-signpost__content-inner {
    height: 100%;
    border-radius: 24px;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
    box-shadow: 0 0 12px 0 rgba(0, 0, 0, 0.08), 0 24px 40px -4px rgba(0, 0, 0, 0.1);
  }
}
.c-signpost--flush .c-signpost__title {
  background-image: linear-gradient(135deg, #E81F63 0.09%, #7B1FA2 51.55%, #039BE5 100%);
  -webkit-background-clip: text;
  -moz-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  -moz-text-fill-color: transparent;
  text-fill-color: transparent;
}
@media (min-width: 64.063em) {
  .c-signpost--flush .c-signpost__image {
    width: calc(50% - 16px);
    margin-right: 16px;
    margin-left: 0;
    padding-right: 0;
    padding-left: 0;
    border-radius: 0 24px 24px 0;
    box-shadow: 0 0 12px 0 rgba(0, 0, 0, 0.08), 0 24px 40px -4px rgba(0, 0, 0, 0.1);
  }
  .c-signpost--flush .c-signpost__image img {
    border-radius: 0;
  }
}

.c-signpost--list {
  margin-bottom: 16px;
  padding: 0;
}
.c-signpost--list .container__inner {
  padding: 0;
}
@media (min-width: 64.063em) {
  .c-signpost--list {
    margin-bottom: 32px;
  }
}

.c-signpost--blog .c-signpost__title {
  background-image: none;
  -webkit-background-clip: unset;
  -moz-background-clip: unset;
  background-clip: unset;
  -webkit-text-fill-color: unset;
  -moz-text-fill-color: unset;
  text-fill-color: unset;
}

.c-two-column--background {
  width: calc(100% - 32px);
  margin-right: 16px;
  margin-left: 16px;
}
.c-two-column--background .c-two-column__inner {
  padding-top: 32px;
  padding-bottom: 24px;
  background-color: #fff;
  border-radius: 16px;
  box-shadow: 0 0 4px 0 rgba(0, 0, 0, 0.08), 0 8px 8px -4px rgba(0, 0, 0, 0.1);
}
@media (min-width: 64.063em) {
  .c-two-column--background .c-two-column__inner {
    padding-top: 64px;
    padding-bottom: 48px;
    border-radius: 24px;
    box-shadow: 0 0 12px 0 rgba(0, 0, 0, 0.08), 0 24px 40px -4px rgba(0, 0, 0, 0.1);
  }
}
@media (min-width: 64.063em) {
  .c-two-column--background .c-two-column__col--1 {
    padding-left: 96px;
  }
}
@media (min-width: 64.063em) {
  .c-two-column--background .c-two-column__col--2 {
    padding-right: 96px;
  }
}
.c-two-column h2 {
  margin-bottom: 16px;
  background-image: linear-gradient(135deg, #E81F63 0.09%, #7B1FA2 51.55%, #039BE5 100%);
  -webkit-background-clip: text;
  -moz-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  -moz-text-fill-color: transparent;
  text-fill-color: transparent;
  font-size: 3.2rem;
  line-height: 4rem;
}
@media (min-width: 64.063em) {
  .c-two-column h2 {
    font-size: 4rem;
    line-height: 4.8rem;
  }
}
.c-two-column h3 {
  margin-bottom: 16px;
  font-size: 2.4rem;
  line-height: 3.2rem;
}
@media (min-width: 64.063em) {
  .c-two-column h3 {
    font-size: 3.2rem;
    line-height: 4rem;
  }
}
.c-two-column h4 {
  margin-bottom: 16px;
  font-size: 1.6rem;
  font-weight: 300;
  line-height: 2.4rem;
}
@media (min-width: 64.063em) {
  .c-two-column h4 {
    font-size: 2.4rem;
    line-height: 3.2rem;
  }
}
.c-two-column .c-two-column__col > p, .c-two-column .c-two-column__col > ol, .c-two-column .c-two-column__col > ul {
  margin-top: 0;
  margin-bottom: 24px;
}

.c-carousel .c-carousel__title {
  margin-bottom: 16px;
  color: #202830;
}
.c-carousel .c-carousel__swiper {
  margin-right: -16px;
  margin-left: -16px;
  padding-bottom: 16px;
}
.c-carousel .c-carousel__pagination {
  bottom: auto;
  left: auto;
  display: flex;
  justify-content: center;
}
.c-carousel .c-carousel__pagination .swiper-pagination-bullet {
  width: 8px;
  height: 8px;
  margin: 0 7px;
  background-color: #5C7083;
  border-radius: 100%;
}
.c-carousel .c-carousel__pagination .swiper-pagination-bullet-active {
  background-color: #E81F63;
}
.c-carousel .c-carousel__pagination .swiper-pagination-bullet-active:before {
  display: block;
  width: 18px;
  height: 18px;
  margin: -5px 0 0 -5px;
  border: 2px solid #E81F63;
  border-radius: 100%;
  content: "";
}
.c-carousel .c-carousel__buttons {
  display: none;
  justify-content: flex-end;
}
@media (min-width: 64.063em) {
  .c-carousel .c-carousel__buttons {
    display: flex;
  }
}
.c-carousel .c-carousel__prev,
.c-carousel .c-carousel__next {
  position: relative;
  top: 24px;
  right: auto;
  left: auto;
  width: 48px;
  height: 48px;
  margin-left: 16px;
  border: 2px solid #E81F63;
  border-radius: 100%;
  opacity: 1;
}
.c-carousel .c-carousel__prev:before,
.c-carousel .c-carousel__next:before {
  position: absolute;
  top: 14px;
  left: 13px;
  width: 16px;
  height: 16px;
  background-image: url("../svg/icon-arrow-r.svg");
  background-repeat: no-repeat;
  background-size: contain;
  content: "";
}
.c-carousel .c-carousel__prev:after,
.c-carousel .c-carousel__next:after {
  display: none;
}
.c-carousel .c-carousel__prev.swiper-button-disabled,
.c-carousel .c-carousel__next.swiper-button-disabled {
  border-color: rgba(232, 31, 99, 0.2);
}
.c-carousel .c-carousel__prev.swiper-button-disabled:before,
.c-carousel .c-carousel__next.swiper-button-disabled:before {
  opacity: 0.2;
}
.c-carousel .c-carousel__prev:before {
  transform: rotate(180deg);
}
.c-carousel .swiper-slide--logo {
  position: relative;
  width: calc(50% - 32px);
  padding: 8px 16px 24px;
}
@media (min-width: 64.063em) {
  .c-carousel .swiper-slide--logo {
    width: calc(16.6666666667% - 32px);
  }
}
.c-carousel .swiper-slide--logo:after {
  display: block;
  padding-bottom: 100%;
  content: "";
}
.c-carousel .swiper-slide--location {
  position: relative;
  width: calc(100% - 32px);
  padding: 8px 16px 0;
}
@media (min-width: 64.063em) {
  .c-carousel .swiper-slide--location {
    width: calc(33.3333333333% - 32px);
  }
}
.c-carousel .swiper-slide--stat {
  width: calc(100% - 32px);
  height: auto;
  padding: 8px 16px 24px;
}
@media (min-width: 64.063em) {
  .c-carousel .swiper-slide--stat {
    width: calc(25% - 32px);
  }
}
.c-carousel .swiper-slide--post,
.c-carousel .swiper-slide--page,
.c-carousel .swiper-slide--testimonials,
.c-carousel .swiper-slide--team,
.c-carousel .swiper-slide--case-studies {
  position: relative;
  width: calc(100% - 32px);
  height: auto;
  padding: 8px 16px 32px;
}
@media (min-width: 64.063em) {
  .c-carousel .swiper-slide--post,
  .c-carousel .swiper-slide--page,
  .c-carousel .swiper-slide--testimonials,
  .c-carousel .swiper-slide--team,
  .c-carousel .swiper-slide--case-studies {
    width: calc(33.3333333333% - 32px);
  }
}
.c-carousel .swiper-slide--post .e-card,
.c-carousel .swiper-slide--page .e-card,
.c-carousel .swiper-slide--testimonials .e-card,
.c-carousel .swiper-slide--team .e-card,
.c-carousel .swiper-slide--case-studies .e-card {
  height: 100%;
  margin-bottom: 0;
}

.c-testimonials .c-testimonials__content-inner {
  text-align: center;
}
.c-testimonials .c-testimonials__title {
  margin-bottom: 16px;
  color: #202830;
}
.c-testimonials .module-line {
  margin-right: auto;
  margin-left: auto;
}
.c-testimonials .c-testimonials__swiper {
  margin-right: -16px;
  margin-left: -16px;
  padding-bottom: 16px;
}
.c-testimonials .c-testimonials__pagination {
  bottom: auto;
  left: auto;
  display: flex;
  justify-content: center;
}
.c-testimonials .c-testimonials__pagination .swiper-pagination-bullet {
  width: 8px;
  height: 8px;
  margin: 0 7px;
  background-color: #5C7083;
  border-radius: 100%;
}
.c-testimonials .c-testimonials__pagination .swiper-pagination-bullet-active {
  background-color: #E81F63;
}
.c-testimonials .c-testimonials__pagination .swiper-pagination-bullet-active:before {
  display: block;
  width: 18px;
  height: 18px;
  margin: -5px 0 0 -5px;
  border: 2px solid #E81F63;
  border-radius: 100%;
  content: "";
}
.c-testimonials .c-testimonials__swiper-wrapper {
  position: relative;
}
.c-testimonials .c-testimonials__buttons {
  position: absolute;
  top: 50%;
  display: none;
  width: 100%;
  margin-top: -15px;
}
@media (min-width: 64.063em) {
  .c-testimonials .c-testimonials__buttons {
    display: block;
  }
}
.c-testimonials .c-testimonials__prev,
.c-testimonials .c-testimonials__next {
  top: 0;
  right: 32px;
  left: auto;
  width: 48px;
  height: 48px;
  background-color: #fff;
  border: 2px solid #fff;
  border-radius: 100%;
  opacity: 1;
}
.c-testimonials .c-testimonials__prev:before,
.c-testimonials .c-testimonials__next:before {
  position: absolute;
  top: 14px;
  left: 13px;
  width: 16px;
  height: 16px;
  background-image: url("../svg/icon-arrow-r.svg");
  background-repeat: no-repeat;
  background-size: contain;
  content: "";
}
.c-testimonials .c-testimonials__prev:after,
.c-testimonials .c-testimonials__next:after {
  display: none;
}
.c-testimonials .c-testimonials__prev.swiper-button-disabled,
.c-testimonials .c-testimonials__next.swiper-button-disabled {
  background-color: rgba(255, 255, 255, 0.2);
  border-color: rgba(255, 255, 255, 0.2);
}
.c-testimonials .c-testimonials__prev.swiper-button-disabled:before,
.c-testimonials .c-testimonials__next.swiper-button-disabled:before {
  opacity: 0.2;
}
.c-testimonials .c-testimonials__prev {
  right: auto;
  left: 0;
}
.c-testimonials .c-testimonials__prev:before {
  transform: rotate(180deg);
}
.c-testimonials .swiper-slide--testimonials {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 10px 0 32px;
}
.c-testimonials .c-testimonials__item {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  max-width: 593px;
  margin-right: 16px;
  margin-left: 16px;
  padding: 32px 16px;
  background-color: #fff;
  border-radius: 24px;
  box-shadow: 0 0 8px 0 rgba(0, 0, 0, 0.08), 0 12px 20px -4px rgba(0, 0, 0, 0.1);
}
@media (min-width: 64.063em) {
  .c-testimonials .c-testimonials__item {
    margin-right: 0;
    margin-left: 0;
    padding: 40px 72px;
  }
}
.c-testimonials .c-testimonials__item:before, .c-testimonials .c-testimonials__item:after {
  position: absolute;
  top: -8px;
  width: 27px;
  height: 17px;
  background-image: url("../svg/icon-quote-marks-mobile.svg");
  background-repeat: no-repeat;
  background-size: contain;
  content: "";
}
@media (min-width: 64.063em) {
  .c-testimonials .c-testimonials__item:before, .c-testimonials .c-testimonials__item:after {
    top: 50%;
    width: 80px;
    height: 50px;
    margin-top: -25px;
    background-image: url("../svg/icon-quote-marks.svg");
  }
}
@media (min-width: 64.063em) {
  .c-testimonials .c-testimonials__item:before {
    left: -37px;
  }
}
.c-testimonials .c-testimonials__item:after {
  display: none;
}
@media (min-width: 64.063em) {
  .c-testimonials .c-testimonials__item:after {
    right: -37px;
    display: block;
    transform: rotate(180deg);
  }
}
.c-testimonials .c-testimonials__item .c-testimonials__border {
  position: absolute;
  bottom: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
  border-radius: 24px;
  pointer-events: none;
}
.c-testimonials .c-testimonials__item .c-testimonials__border:after {
  position: absolute;
  bottom: 0;
  width: 100%;
  height: 4px;
  background-image: linear-gradient(135deg, #E81F63 0.09%, #7B1FA2 51.55%, #039BE5 100%);
  content: "";
}
.c-testimonials .c-testimonials__quote {
  margin-bottom: 24px;
  color: #313C47;
}
.c-testimonials .c-testimonials__quote a {
  text-decoration: underline;
}
.c-testimonials .c-testimonials__quote p {
  margin-bottom: 12px;
  font-family: "Poppins", sans-serif;
  font-size: 1.8rem;
  line-height: 2.6rem;
  text-align: center;
}
@media (min-width: 64.063em) {
  .c-testimonials .c-testimonials__quote p {
    font-size: 2rem;
    line-height: 3.2rem;
  }
}
.c-testimonials .c-testimonials__quote ul, .c-testimonials .c-testimonials__quote ol {
  padding: 0 10%;
  font-family: "Poppins", sans-serif;
  font-size: 1.8rem;
  line-height: 2.6rem;
}
@media (min-width: 64.063em) {
  .c-testimonials .c-testimonials__quote ul, .c-testimonials .c-testimonials__quote ol {
    font-size: 2rem;
    line-height: 3.2rem;
  }
}
.c-testimonials .c-testimonials__quote ul li {
  list-style-type: disc;
}
.c-testimonials .c-testimonials__quote ol li {
  list-style-type: decimal;
}
.c-testimonials .c-testimonials__name {
  margin-bottom: 8px;
  color: #313C47;
  font-family: "Nunito Bold", sans-serif;
  font-size: 1.8rem;
  line-height: 2.4rem;
}
.c-testimonials .c-testimonials__role {
  color: #313C47;
  font-family: "Poppins", sans-serif;
  font-size: 1.6rem;
  line-height: 2.2rem;
}

.c-trustindex .ti-widget-container {
  margin: 0 !important;
}

.c-accordion .c-accordion__title {
  margin-bottom: 16px;
  color: #202830;
}
.c-accordion .c-accordion__items {
  margin-bottom: 32px;
}
@media (min-width: 64.063em) {
  .c-accordion .c-accordion__items {
    margin-bottom: 0;
  }
}
.c-accordion .c-accordion__aside .e-card--accordion {
  margin-bottom: 0;
}
.c-accordion .c-accordion__item {
  margin-top: 16px;
  padding: 16px 24px;
  background-color: #fff;
  border: 1px solid #C2C2C2;
  border-radius: 16px;
}
@media (min-width: 64.063em) {
  .c-accordion .c-accordion__item {
    padding: 22px 32px;
  }
}
.c-accordion .c-accordion__item-header {
  position: relative;
  padding-right: 45px;
  font-size: 2rem;
  line-height: 3.2rem;
  cursor: pointer;
}
@media (min-width: 64.063em) {
  .c-accordion .c-accordion__item-header {
    font-size: 2.4rem;
    line-height: 3.6rem;
  }
}
.c-accordion .c-accordion__item-header:before, .c-accordion .c-accordion__item-header:after {
  position: absolute;
  top: 15px;
  right: 0;
  width: 22px;
  height: 2px;
  background-color: #E81F63;
  transition: all 300ms cubic-bezier(0.5, 1, 0.89, 1);
  content: "";
}
@media (min-width: 64.063em) {
  .c-accordion .c-accordion__item-header:before, .c-accordion .c-accordion__item-header:after {
    top: 17px;
    width: 24px;
  }
}
.c-accordion .c-accordion__item-header:before {
  transform: rotate(0deg);
}
.c-accordion .c-accordion__item-header:after {
  transform: rotate(90deg);
}
.c-accordion .c-accordion__item-content {
  max-height: 0;
  overflow: hidden;
  transition: all 300ms cubic-bezier(0.5, 1, 0.89, 1);
}
.c-accordion .c-accordion__item-content .c-accordion__item-content__inner {
  padding-top: 8px;
}
.c-accordion .c-accordion__item-content p, .c-accordion .c-accordion__item-content ol, .c-accordion .c-accordion__item-content ul {
  margin-top: 16px;
  font-family: "Poppins", sans-serif;
  font-size: 1.6rem;
  font-weight: 300;
  line-height: 2.4rem;
}
.c-accordion .c-accordion__item-content ul li {
  margin-left: 18px;
  list-style: disc;
}
.c-accordion .c-accordion__item-content ul li::marker {
  color: #E81F63;
}
.c-accordion .c-accordion__item-content ol li {
  margin-left: 16px;
  list-style: decimal;
}
.c-accordion .c-accordion__item-content ol li::marker {
  color: #E81F63;
}
.c-accordion .c-accordion__item-content a {
  color: #E81F63;
  text-decoration: underline;
}
.c-accordion .c-accordion__item--active {
  border-color: #fff;
  box-shadow: 0 0 4px 0 rgba(0, 0, 0, 0.08), 0 8px 8px -4px rgba(0, 0, 0, 0.1);
}
@media (min-width: 64.063em) {
  .c-accordion .c-accordion__item--active {
    box-shadow: 0 0 12px 0 rgba(0, 0, 0, 0.08), 0 24px 40px -4px rgba(0, 0, 0, 0.1);
  }
}
.c-accordion .c-accordion__item--active .c-accordion__item-header:before {
  transform: rotate(-45deg);
}
.c-accordion .c-accordion__item--active .c-accordion__item-header:after {
  transform: rotate(45deg);
}
.c-accordion .c-accordion__item--active .c-accordion__item-content {
  max-height: 1000px;
}

.c-wysiwyg {
  margin-bottom: 16px;
}
@media (min-width: 64.063em) {
  .c-wysiwyg {
    margin-bottom: 40px;
  }
}

/* stylelint-disable */
.cli_user_consent_state {
  margin-bottom: 16px;
  color: #202830;
  font-size: 1.6rem;
  font-weight: 300;
  line-height: 2.2rem;
}

.cookielawinfo-classic {
  margin-bottom: 24px;
  margin-left: 0 !important;
  font-family: "Poppins", sans-serif !important;
  font-size: 1.6rem;
}

/* stylelint-enable */
.c-video .c-video__title {
  margin-bottom: 16px;
  color: #202830;
}
.c-video .c-video__description {
  margin-bottom: 16px;
}
.c-video .c-video__content {
  margin-bottom: 8px;
}
@media (min-width: 64.063em) {
  .c-video .c-video__content {
    margin-top: 1px;
    margin-bottom: 0;
  }
}
.c-video .c-video__content > p, .c-video .c-video__content > ol, .c-video .c-video__content > ul {
  margin-top: 0;
  margin-bottom: 16px;
}

.c-media {
  margin-bottom: 24px;
}
.c-media .e-image {
  overflow: hidden;
  border-radius: 24px;
}
.c-media .c-media__caption {
  margin-top: 16px;
}
@media (min-width: 64.063em) {
  .c-media {
    margin-bottom: 40px;
  }
  .c-media .c-media__caption {
    margin-top: 32px;
  }
}

.c-quote {
  margin-bottom: 24px;
}
@media (min-width: 64.063em) {
  .c-quote {
    margin-bottom: 40px;
  }
}
.c-quote .quote__item {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 32px 16px;
  background-color: #fff;
  border-radius: 24px;
  box-shadow: 0 0 8px 0 rgba(0, 0, 0, 0.08), 0 12px 20px -4px rgba(0, 0, 0, 0.1);
}
@media (min-width: 64.063em) {
  .c-quote .quote__item {
    margin-right: 0;
    margin-left: 0;
    padding: 40px 72px;
  }
}
.c-quote .quote__item:before, .c-quote .quote__item:after {
  position: absolute;
  top: -8px;
  width: 27px;
  height: 17px;
  background-image: url("../svg/icon-quote-marks-mobile.svg");
  background-repeat: no-repeat;
  background-size: contain;
  content: "";
}
@media (min-width: 64.063em) {
  .c-quote .quote__item:before, .c-quote .quote__item:after {
    top: 50%;
    width: 80px;
    height: 50px;
    margin-top: -25px;
    background-image: url("../svg/icon-quote-marks.svg");
  }
}
@media (min-width: 64.063em) {
  .c-quote .quote__item:before {
    left: -37px;
  }
}
.c-quote .quote__item:after {
  display: none;
}
@media (min-width: 64.063em) {
  .c-quote .quote__item:after {
    right: -37px;
    display: block;
    transform: rotate(180deg);
  }
}
.c-quote .quote__item .c-quote__border {
  position: absolute;
  bottom: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
  border-radius: 24px;
  pointer-events: none;
}
.c-quote .quote__item .c-quote__border:after {
  position: absolute;
  bottom: 0;
  width: 100%;
  height: 4px;
  background-image: linear-gradient(135deg, #E81F63 0.09%, #7B1FA2 51.55%, #039BE5 100%);
  content: "";
}
.c-quote .c-quote__quote {
  margin-bottom: 24px;
  color: #313C47;
  text-align: center;
}
.c-quote .c-quote__quote p {
  font-family: "Poppins", sans-serif;
  font-size: 1.8rem;
  line-height: 2.6rem;
}
@media (min-width: 64.063em) {
  .c-quote .c-quote__quote p {
    font-size: 2rem;
    line-height: 3.2rem;
  }
}
.c-quote .c-quote__name {
  margin-bottom: 8px;
  color: #313C47;
  font-family: "Nunito Bold", sans-serif;
  font-size: 1.8rem;
  line-height: 2.4rem;
}
.c-quote .c-quote__role {
  color: #313C47;
  font-family: "Poppins", sans-serif;
  font-size: 1.6rem;
  line-height: 2.2rem;
}

.c-filter {
  margin-bottom: 32px;
}
.c-filter .c-filter__item {
  position: relative;
}
.c-filter .c-filter__item:after {
  position: absolute;
  top: 16px;
  right: 16px;
  width: 16px;
  height: 16px;
  background-image: url("../svg/icon-menu-arrow-d.svg");
  content: "";
}
.c-filter .c-filter__item:first-child {
  margin-bottom: 16px;
}
@media (min-width: 40.063em) {
  .c-filter {
    display: flex;
    justify-content: space-between;
    margin-bottom: 40px;
  }
  .c-filter .c-filter__item:first-child {
    margin-bottom: 0;
  }
}

.pagination {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 16px;
  margin-bottom: 48px;
}
.pagination .pagination__disabled {
  opacity: 0.3;
  pointer-events: none;
}
.pagination .pagination__arrow {
  position: relative;
  width: 48px;
  height: 48px;
  border: 2px solid #E81F63;
  border-radius: 100%;
}
.pagination .pagination__arrow:before {
  position: absolute;
  top: 14px;
  left: 13px;
  width: 16px;
  height: 16px;
  background-repeat: no-repeat;
  background-size: contain;
  content: "";
}
.pagination .pagination__prev:before {
  background-image: url("../svg/icon-arrow-l.svg");
}
.pagination .pagination__next:before {
  background-image: url("../svg/icon-arrow-r.svg");
}
.pagination .pagination__pages {
  display: flex;
  padding: 0 32px;
}
.pagination .pagination__pages li {
  padding: 0 12px;
}
.pagination .pagination__pages li .current {
  color: #E81F63;
}
.pagination .pagination__pages li:first-child {
  padding-left: 0;
}
.pagination .pagination__pages li:last-child {
  padding-right: 0;
}
@media (min-width: 64.063em) {
  .pagination {
    margin-top: 24px;
    margin-bottom: 80px;
  }
}

.pagination__single {
  margin-top: 32px;
}
.pagination__single .pagination__arrow span {
  display: none;
}
.pagination__single .pagination__prev {
  margin-right: 16px;
}
.pagination__single .pagination__next {
  margin-left: 16px;
}
@media (min-width: 40.063em) {
  .pagination__single .pagination__arrow {
    display: block;
    width: auto;
    height: auto;
    padding: 11px 24px 13px;
    border-radius: 50px;
    line-height: 2rem;
  }
  .pagination__single .pagination__arrow span {
    display: block;
  }
  .pagination__single .pagination__prev {
    padding-left: 48px;
  }
  .pagination__single .pagination__next {
    padding-right: 48px;
  }
  .pagination__single .pagination__next:before {
    right: 16px;
    left: auto;
  }
}
@media (min-width: 64.063em) {
  .pagination__single {
    margin-top: 80px;
  }
}

.c-map h2, .c-map h3, .c-map h4, .c-map h5 {
  margin-bottom: 24px;
}
.c-map h4 {
  font-weight: 300;
}
@media (min-width: 64.063em) {
  .c-map .c-map__col--1 {
    margin-bottom: 64px;
    padding-left: 96px;
  }
}
@media (min-width: 64.063em) {
  .c-map .c-map__col--2 {
    margin-bottom: 64px;
    padding-right: 96px;
  }
  .c-map .c-map__col--2 > p, .c-map .c-map__col--2 > ol, .c-map .c-map__col--2 > ul {
    margin-top: 0;
    margin-bottom: 24px;
  }
}
.c-map .c-map__col--map {
  margin-top: 24px;
  overflow: hidden;
}
@media (min-width: 64.063em) {
  .c-map .c-map__col--map {
    height: auto;
    margin-top: 0;
  }
}
.c-map .c-map__col--map .c-map_static-map {
  height: 100%;
  border-radius: 16px;
  object-fit: cover;
}
@media (min-width: 64.063em) {
  .c-map .c-map__col--map .c-map_static-map {
    height: auto;
    border-radius: 24px;
    object-fit: unset;
  }
}
.c-map .c-map__map {
  height: 770px;
  border-radius: 24px;
}
.c-map .c-map__line {
  width: 32px;
  height: 4px;
  margin: 0 0 32px;
  background-color: #E81F63;
  border-radius: 2px;
}
@media (min-width: 64.063em) {
  .c-map .c-map__line {
    margin-top: 24px;
  }
}

.c-impact .c-impact__inner {
  padding: 40px 16px;
  background-image: linear-gradient(135deg, #E81F63 0.09%, #7B1FA2 100%);
  color: #fff;
  text-align: center;
}
@media (min-width: 64.063em) {
  .c-impact .c-impact__inner {
    padding: 64px 96px;
    border-radius: 24px;
  }
}

.c-impact--button .c-impact__inner {
  padding: 24px 16px;
  text-align: left;
}
@media (min-width: 64.063em) {
  .c-impact--button .c-impact__inner {
    padding: 30px 40px;
  }
}
.c-impact--button .c-impact__inner .c-impact__content {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.c-impact--button .e-cta-button {
  margin-top: 16px;
}
@media (min-width: 64.063em) {
  .c-impact--button .e-cta-button {
    margin-top: 0;
  }
}

.c-search .c-listing {
  padding-top: 24px;
}
@media (min-width: 64.063em) {
  .c-search .c-listing {
    padding-top: 56px;
  }
}
.c-search .c-listing .c-listing__cards .c-listing__card:nth-last-child(-n+3) .e-card {
  height: calc(100% - 32px);
  margin-bottom: 32px;
}

.c-search__count {
  padding-top: 24px;
  font-size: 1.6rem;
  line-height: 2.4rem;
}
@media (min-width: 64.063em) {
  .c-search__count {
    padding-top: 40px;
    padding-left: 24px;
    font-size: 2rem;
    line-height: 3rem;
  }
}

.c-search__results--padding {
  padding-bottom: 48px;
}

/* stylelint-disable */
.search-results #si-wrapper {
  display: none !important;
}

/* stylelint-enable */
.c-gallery .c-gallery__title {
  margin-bottom: 16px;
  color: #202830;
  text-align: center;
}
.c-gallery .module-content {
  text-align: center;
}
.c-gallery .module-line {
  margin-right: auto;
  margin-left: auto;
}
.c-gallery .c-gallery__swiper {
  padding-bottom: 40px;
}
@media (min-width: 64.063em) {
  .c-gallery .c-gallery__swiper {
    padding-bottom: 0;
  }
}
.c-gallery .c-gallery-thumbs__swiper {
  display: none;
}
@media (min-width: 64.063em) {
  .c-gallery .c-gallery-thumbs__swiper {
    display: block;
    margin-right: 96px;
    margin-left: 96px;
  }
}
.c-gallery .c-gallery__image {
  width: 100%;
  height: 50vw;
  overflow: hidden;
  box-sizing: border-box;
}
@media (min-width: 64.063em) {
  .c-gallery .c-gallery__image {
    height: 522px;
    margin-bottom: 32px;
    padding-right: 96px;
    padding-left: 96px;
  }
}
.c-gallery .c-gallery__image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 24px;
}
.c-gallery .c-gallery__thumb {
  position: relative;
  width: 100%;
  height: 90px;
  overflow: hidden;
  border-radius: 8px;
  cursor: pointer;
}
.c-gallery .c-gallery__thumb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.c-gallery .swiper-slide-thumb-active .c-gallery__thumb:after {
  position: absolute;
  top: 0;
  left: 0;
  width: calc(100% - 4px);
  height: calc(100% - 4px);
  background-color: rgba(0, 0, 0, 0.3);
  border: 2px solid #E81F63;
  border-radius: 8px;
  content: "";
}
.c-gallery .c-gallery__prev,
.c-gallery .c-gallery__next {
  display: none;
}
@media (min-width: 64.063em) {
  .c-gallery .c-gallery__prev,
  .c-gallery .c-gallery__next {
    position: absolute;
    top: 49%;
    right: 0;
    display: block;
    width: 48px;
    height: 48px;
    margin-top: -24px;
    margin-left: 16px;
    border: 2px solid #E81F63;
    border-radius: 100%;
    opacity: 1;
  }
  .c-gallery .c-gallery__prev:before,
  .c-gallery .c-gallery__next:before {
    position: absolute;
    top: 14px;
    left: 13px;
    width: 16px;
    height: 16px;
    background-image: url("../svg/icon-arrow-r.svg");
    background-repeat: no-repeat;
    background-size: contain;
    content: "";
  }
  .c-gallery .c-gallery__prev:after,
  .c-gallery .c-gallery__next:after {
    display: none;
  }
  .c-gallery .c-gallery__prev.swiper-button-disabled,
  .c-gallery .c-gallery__next.swiper-button-disabled {
    border-color: rgba(232, 31, 99, 0.2);
  }
  .c-gallery .c-gallery__prev.swiper-button-disabled:before,
  .c-gallery .c-gallery__next.swiper-button-disabled:before {
    opacity: 0.2;
  }
}
.c-gallery .c-gallery__prev {
  right: auto;
  left: -16px;
}
.c-gallery .c-gallery__prev:before {
  transform: rotate(180deg);
}
.c-gallery .c-gallery__pagination {
  bottom: 6px;
  left: auto;
  display: flex;
  justify-content: center;
}
.c-gallery .c-gallery__pagination .swiper-pagination-bullet {
  width: 8px;
  height: 8px;
  margin: 0 7px;
  background-color: #5C7083;
  border-radius: 100%;
}
.c-gallery .c-gallery__pagination .swiper-pagination-bullet-active {
  background-color: #E81F63;
}
.c-gallery .c-gallery__pagination .swiper-pagination-bullet-active:before {
  display: block;
  width: 18px;
  height: 18px;
  margin: -5px 0 0 -5px;
  border: 2px solid #E81F63;
  border-radius: 100%;
  content: "";
}

@media (min-width: 64.063em) {
  .c-layout-aside__grid {
    flex-direction: row-reverse;
  }
}

@media (min-width: 64.063em) {
  .c-layout-aside__main {
    background-color: #fff;
  }
}
.c-layout-aside__main .container .container__inner {
  padding-right: 0;
  padding-left: 0;
}

@media (min-width: 64.063em) {
  .c-layout-aside__main--wrapped {
    padding: 0 80px;
    border-radius: 24px;
    box-shadow: 0 0 12px 0 rgba(0, 0, 0, 0.08), 0 24px 40px -4px rgba(0, 0, 0, 0.1);
  }
}
@media (min-width: 64.063em) {
  .c-layout-aside__main--wrapped .container__spacing {
    padding-top: 80px;
    padding-bottom: 80px;
  }
}

@media (min-width: 64.063em) {
  .c-layout-aside--blog .c-layout-aside__col-inner {
    position: sticky;
    top: 170px;
  }
}
@media (min-width: 64.063em) {
  .c-layout-aside--blog .c-layout-aside__grid {
    flex-direction: row;
  }
}

.c-lightbox {
  position: fixed;
  z-index: 2000;
  display: none;
  width: 100vw;
  height: 100vh;
  background-color: rgba(0, 0, 0, 0.6);
  backdrop-filter: blur(10px);
}
.c-lightbox.open {
  display: block;
  display: flex;
  justify-content: center;
}
.c-lightbox .c-lightbox__close {
  position: absolute;
  top: 14px;
  top: -50px;
  right: 20px;
  height: 40px;
  transform: rotate(45deg);
  cursor: pointer;
}
@media (min-width: 40.063em) {
  .c-lightbox .c-lightbox__close {
    top: -40px;
    right: -30px;
  }
}
.c-lightbox .c-lightbox__close:before, .c-lightbox .c-lightbox__close:after {
  position: absolute;
  top: 15px;
  right: 0;
  width: 22px;
  height: 2px;
  background-color: #E81F63;
  transition: all 300ms cubic-bezier(0.5, 1, 0.89, 1);
  content: "";
}
@media (min-width: 64.063em) {
  .c-lightbox .c-lightbox__close:before, .c-lightbox .c-lightbox__close:after {
    top: 17px;
    width: 24px;
  }
}
.c-lightbox .c-lightbox__close:before {
  transform: rotate(0deg);
}
.c-lightbox .c-lightbox__close:after {
  transform: rotate(90deg);
}
.c-lightbox .c-lightbox__container {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  margin: 0 auto;
}
@media (min-width: 40.063em) {
  .c-lightbox .c-lightbox__container {
    width: 80%;
  }
}
@media (min-width: 64.063em) {
  .c-lightbox .c-lightbox__container {
    width: 60%;
  }
}
.c-lightbox .c-lightbox__content {
  position: relative;
  width: 100%;
  height: 0;
  padding-top: 56.25%;
}
.c-lightbox .c-lightbox__content .js-lightboxContent {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.graphic:before {
  display: none;
}
@media (min-width: 64.063em) {
  .graphic:before {
    position: absolute;
    display: block;
    width: 544px;
    height: 544px;
    background-size: contain;
    content: "";
  }
}
.graphic--iconA:before {
  bottom: -120px;
  left: calc(100% - 272px);
  background-image: url("../svg/graphic-a.svg");
  background-position: bottom right;
}
.graphic--iconG:before {
  top: 0;
  left: -272px;
  background-image: url("../svg/graphic-g.svg");
  background-position: top left;
}

.google-review {
  position: absolute;
  bottom: -22px;
  left: 50%;
  z-index: 1040;
  display: none;
  margin-left: -127px;
  padding: 8px 16px;
  background-color: #fff;
  border-radius: 100em;
}
.google-review .branding {
  height: 0;
  margin-top: 0;
  overflow: hidden;
}
@media (min-width: 64.063em) {
  .google-review {
    display: block;
  }
}

.google-review--alt {
  position: relative;
  bottom: auto;
  left: auto;
  display: inline-block;
  margin: 0 0 16px;
}

.c-term-menu {
  margin: 0 24px 0 0;
  padding: 0;
  list-style: none;
}
.c-term-menu li {
  border-bottom: 1px solid #EBEBEB;
  font-size: 1.8rem;
  line-height: 2.4rem;
}
.c-term-menu li a {
  display: block;
  padding: 16px;
}
.c-term-menu li.current-menu-item a {
  color: #E81F63;
}

/* stylelint-disable */
#social-intents-tab-chat,
#si-wrapper .silc-btn,
#siWidget-chat {
  right: calc(-100vw - 100px) !important;
}
@media (min-width: 40.063em) {
  #social-intents-tab-chat,
  #si-wrapper .silc-btn,
  #siWidget-chat {
    right: 25px !important;
  }
}

.silc-btn-button.silc-btn-button-color {
  background-color: #E81F63 !important;
}

.postid1698 #si-wrapper {
  display: none !important;
}

/* stylelint-enable */
.post__authors {
  max-width: 546px;
  margin: 0 auto;
  padding: 30px 0 25px;
  border-top: 1px solid #C2C2C2;
  border-bottom: 1px solid #C2C2C2;
}

.post__author {
  display: flex;
  justify-content: center;
  text-align: center;
}
.post__author .post__author--image {
  display: inline-block;
  width: 122px;
  height: 122px;
  overflow: hidden;
  border-radius: 50%;
}
.post__author .post__author--image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.post__author .post__author--name {
  position: relative;
  margin-top: 13px;
  color: #202830;
  font-family: "Nunito Bold", sans-serif;
  font-size: 20px;
}
@media (min-width: 64.063em) {
  .post__author .post__author--name {
    font-size: 24px;
  }
}
.post__author .post__author--name:after {
  position: absolute;
  top: 7px;
  width: 16px;
  height: 16px;
  margin-left: 7px;
  background-image: url(../svg/icon-arrow-r.svg);
  content: "";
  transition: margin-left 300ms;
}
@media (min-width: 64.063em) {
  .post__author .post__author--name:after {
    top: 10px;
    margin-left: 9px;
  }
}
.post__author .post__author--role {
  margin-top: 10px;
  color: #202830;
  font-family: "Poppins", sans-serif;
  font-size: 16px;
  font-weight: 300;
}
@media (min-width: 64.063em) {
  .post__author .post__author--role {
    font-size: 18px;
  }
}
.post__author:hover .post__author--name:after {
  margin-left: 11px;
}
@media (min-width: 64.063em) {
  .post__author:hover .post__author--name:after {
    margin-left: 13px;
  }
}

.c-number-list {
  font-family: "Poppins", sans-serif;
  font-size: 1.6rem;
  line-height: 2rem;
}
.c-number-list .c-number-list__title {
  margin-bottom: 16px;
  font-family: "Nunito Bold", sans-serif;
}
.c-number-list .c-number-list__description {
  margin-bottom: 16px;
  color: #313C47;
}
.c-number-list .c-number-list__description p {
  font-family: "Poppins", sans-serif;
  font-size: 1.8rem;
  line-height: 2.8rem;
}
@media (min-width: 64.063em) {
  .c-number-list .c-number-list__description p {
    font-size: 2rem;
    line-height: 3.2rem;
  }
}
.c-number-list .c-number-list__description a {
  color: #E81F63;
  text-decoration: underline;
}
.c-number-list .c-number-list__line {
  width: 32px;
  height: 4px;
  margin: 0 0 32px;
  background-color: #E81F63;
  border-radius: 2px;
}
.c-number-list .c-number-list__wrapper {
  counter-reset: section;
}
@media (min-width: 64.063em) {
  .c-number-list .c-number-list__wrapper {
    margin-top: 40px;
  }
}
.c-number-list .c-number-list__item {
  margin-bottom: 10px;
  padding: 18px 16px;
  background-color: #fff;
  border: 1px solid #C2C2C2;
  border-radius: 16px;
}
@media (min-width: 64.063em) {
  .c-number-list .c-number-list__item {
    margin-bottom: 20px;
    padding: 26px 30px;
  }
}
.c-number-list .c-number-list__item-title {
  margin-bottom: 12px;
  font-family: "Nunito Bold", sans-serif;
  font-size: 20px;
}
@media (min-width: 64.063em) {
  .c-number-list .c-number-list__item-title {
    margin-bottom: 16px;
    font-size: 24px;
  }
}
.c-number-list .c-number-list__item-title:before {
  counter-increment: section;
  content: counter(section) ". ";
}
.c-number-list .c-number-list__item-content {
  font-weight: 300;
}
.c-number-list .c-number-list__item-content p {
  font-size: 16px;
  line-height: 24px;
}

.e-card {
  position: relative;
  display: block;
  height: calc(100% - 16px);
  margin-bottom: 16px;
  overflow: hidden;
  background-color: #fff;
  border: 1px solid #C2C2C2;
  border-radius: 24px;
}
@media (min-width: 64.063em) {
  .e-card {
    height: calc(100% - 32px);
    margin-bottom: 32px;
  }
}
.e-card .e-card__image {
  position: relative;
  height: 162px;
}
@media (min-width: 64.063em) {
  .e-card .e-card__image {
    height: 198px;
  }
}
.e-card .e-card__image img {
  position: absolute;
  width: 100%;
  height: 100%;
  border-radius: 24px 24px 0 0;
  object-fit: cover;
}
.e-card .e-card__icon {
  display: block;
  margin: 24px 0 0 24px;
}
@media (min-width: 64.063em) {
  .e-card .e-card__icon {
    margin: 32px 0 0 32px;
  }
}
.e-card .e-card__icon img {
  width: 70px;
  height: 70px;
  object-fit: contain;
}
@media (min-width: 64.063em) {
  .e-card .e-card__icon--small {
    margin-bottom: -16px;
  }
}
.e-card .e-card__icon--small img {
  width: 24px;
  height: 24px;
}
.e-card .e-card__terms {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  display: flex;
  padding: 16px;
}
.e-card .e-card__term {
  margin-right: 8px;
  padding: 6px 8px 2px;
  background-color: #E81F63;
  border-radius: 8px;
  color: #fff;
  font-family: "Poppins", sans-serif;
  font-size: 1.4rem;
  font-weight: 600;
  line-height: 2.2rem;
}
.e-card .e-card__main {
  height: 100%;
  padding: 16px;
  background-color: #fff;
}
@media (min-width: 64.063em) {
  .e-card .e-card__main {
    padding: 32px;
  }
}
.e-card .e-card__title {
  margin-bottom: 22px;
  color: #202830;
}
.e-card .e-card__meta {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 12px;
}
.e-card .e-card__meta-item {
  position: relative;
  width: 100%;
  font-family: "Poppins", sans-serif;
  font-size: 14px;
  font-weight: 300;
  line-height: 20px;
}
.e-card .e-card__meta-item:first-of-type {
  font-weight: 500;
}
.e-card .e-card__date {
  margin-bottom: 11px;
  font-family: "Poppins", sans-serif;
  font-size: 1.4rem;
  font-weight: 300;
  line-height: 2.2rem;
}
.e-card .e-card__excerpt {
  margin-bottom: 16px;
  color: #313C47;
  font-family: "Poppins", sans-serif;
  font-size: 1.6rem;
  font-weight: 300;
  line-height: 2.4rem;
}
.e-card .e-card__excerpt:last-child {
  margin-bottom: 0;
}
.e-card .e-card__cta {
  position: relative;
  display: inline-block;
  padding-right: 1.8rem;
  color: #E81F63;
  font-size: 1.8rem;
  line-height: 2.4rem;
}
.e-card .e-card__cta:after {
  position: absolute;
  top: 6px;
  right: 0;
  width: 16px;
  height: 16px;
  background-image: url("../svg/icon-arrow-r.svg");
  content: "";
  transition: right 300ms;
  transition-timing-function: cubic-bezier(0.5, 1, 0.89, 1);
}
.e-card:hover .e-card__cta:after {
  right: -4px;
}
.e-card .e-card__detail {
  position: relative;
  display: block;
  margin-top: 8px;
  padding-left: 32px;
  color: #E81F63;
  font-size: 1.8rem;
  line-height: 2.8rem;
}
.e-card .e-card__detail:first-of-type {
  margin-top: 0;
}
.e-card .e-card__detail:before {
  position: absolute;
  top: 5px;
  left: 0;
  width: 19px;
  height: 19px;
  background-repeat: no-repeat;
  background-position: center left;
  background-size: contain;
  content: "";
}
.e-card .e-card__detail--phone:before {
  background-image: url("../svg/icon-phone.svg");
}
.e-card .e-card__detail--email:before {
  background-image: url("../svg/icon-email.svg");
}
.e-card .e-cta-button {
  margin-top: 24px;
}

.e-card--mega-nav {
  margin: 16px 16px 0;
}
@media (min-width: 64.063em) {
  .e-card--mega-nav {
    margin: 0;
  }
}

.e-card--shadow {
  border: none;
  box-shadow: 0 0 8px 0 rgba(0, 0, 0, 0.08), 0 12px 20px -4px rgba(0, 0, 0, 0.1);
}

.e-card--aside {
  height: auto;
}

.e-card--logo {
  position: absolute;
  display: flex;
  align-items: center;
  justify-content: center;
  width: calc(100% - 32px);
  height: calc(100% - 32px);
  margin-bottom: 0;
  border: none;
  box-shadow: 0 0 8px 0 rgba(0, 0, 0, 0.08), 0 12px 20px -4px rgba(0, 0, 0, 0.1);
}
.e-card--logo .e-card__main {
  display: none;
}
.e-card--logo .e-card__icon {
  margin: 0;
}
.e-card--logo .e-card__icon img {
  width: 124px;
  height: 92px;
  object-fit: contain;
}
.e-card--logo .e-card__link {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}

.e-card--post .e-card__title {
  position: relative;
  margin-bottom: 16px;
  padding-right: 40px;
  font-size: 1.8rem;
  line-height: 2.8rem;
}
.e-card--post .e-card__title:after {
  position: absolute;
  top: 7px;
  right: -3px;
  width: 15px;
  height: 15px;
  background-image: url("../svg/icon-arrow-r.svg");
  background-repeat: no-repeat;
  background-position: center right;
  background-size: contain;
  content: "";
  transition: right 300ms;
  transition-timing-function: cubic-bezier(0.5, 1, 0.89, 1);
}
.e-card--post:hover .e-card__title:after {
  right: -7px;
}

.e-card--case-studies .e-card__image img {
  object-fit: cover;
}
.e-card--case-studies .e-card__title {
  position: relative;
  margin-bottom: 16px;
  padding-right: 40px;
  font-size: 1.8rem;
  line-height: 2.8rem;
}
.e-card--case-studies .e-card__title:after {
  position: absolute;
  top: 7px;
  right: -3px;
  width: 15px;
  height: 15px;
  background-image: url("../svg/icon-arrow-r.svg");
  background-repeat: no-repeat;
  background-position: center right;
  background-size: contain;
  content: "";
  transition: right 300ms;
  transition-timing-function: cubic-bezier(0.5, 1, 0.89, 1);
}
.e-card--case-studies:hover .e-card__title:after {
  right: -7px;
}

.e-card--location .e-card__icon img {
  width: 20px;
  height: 30px;
}

.e-card--stat {
  display: flex;
  align-items: flex-start;
  justify-content: center;
  height: 100%;
  margin-bottom: 0;
  background-color: #fff;
  border: none;
  box-shadow: 0 0 8px 0 rgba(0, 0, 0, 0.08), 0 12px 20px -4px rgba(0, 0, 0, 0.1);
  text-align: center;
}
.e-card--stat .e-card__main {
  padding: 22px 64px;
}
@media (min-width: 64.063em) {
  .e-card--stat .e-card__main {
    padding: 24px 40px;
  }
}
.e-card--stat .e-card__title {
  margin-bottom: 16px;
  color: #E81F63;
  font-size: 52px;
  line-height: 58px;
}
@media (min-width: 64.063em) {
  .e-card--stat .e-card__title {
    font-size: 72px;
    line-height: 78px;
  }
}
.e-card--stat .e-card__excerpt {
  margin-bottom: 0;
}

.e-card--accordion {
  height: auto;
  border: none;
  box-shadow: 0 0 8px 0 rgba(0, 0, 0, 0.08), 0 12px 20px -4px rgba(0, 0, 0, 0.1);
}
.e-card--accordion .e-card__image {
  height: 288px;
}
@media (min-width: 64.063em) {
  .e-card--accordion .e-card__image {
    height: 352px;
  }
}
.e-card--accordion .e-card__main {
  padding-top: 24px;
}
.e-card--accordion .e-card__title {
  background-image: linear-gradient(135deg, #E81F63 0.09%, #7B1FA2 51.55%, #039BE5 100%);
  -webkit-background-clip: text;
  -moz-background-clip: text;
  background-clip: text;
  font-size: 2.4rem;
  line-height: 3rem;
  -webkit-text-fill-color: transparent;
  -moz-text-fill-color: transparent;
  text-fill-color: transparent;
}
@media (min-width: 64.063em) {
  .e-card--accordion .e-card__title {
    font-size: 3.18rem;
    line-height: 3.6rem;
  }
}

.e-card--item {
  text-align: center;
}
.e-card--item .e-card__image {
  height: 152px;
  padding-top: 32px;
}
.e-card--item .e-card__image img {
  position: relative;
  width: auto;
  height: 100%;
  border-radius: 0;
  object-fit: unset;
}

.e-card--grid {
  overflow: unset;
  background-color: transparent;
  border: none;
  border-radius: 0;
  text-align: center;
}
.e-card--grid .e-card__image {
  display: none;
}
.e-card--grid .e-card__icon {
  margin-left: 0;
}
.e-card--grid .e-card__main {
  background-color: transparent;
}
@media (min-width: 64.063em) {
  .e-card--grid .e-card__main {
    padding-bottom: 0;
  }
}

.e-card--team .e-card__icon {
  display: none;
}
.e-card--team .e-card__image {
  height: 288px;
}
@media (min-width: 64.063em) {
  .e-card--team .e-card__image {
    height: 352px;
  }
}
.e-card--team .e-card__title {
  position: relative;
  margin-bottom: 12px;
  font-size: 18px;
  line-height: 26px;
}
.e-card--team .e-card__title:after {
  position: absolute;
  top: 5px;
  width: 16px;
  height: 16px;
  margin-left: 7px;
  background-image: url(../svg/icon-arrow-r.svg);
  content: "";
  transition: margin-left 300ms;
}
.e-card--team .e-card__job-title {
  margin-bottom: 12px;
  font-family: "Poppins", sans-serif;
  font-size: 16px;
  font-weight: 300;
  line-height: 24px;
}
.e-card--team:hover .e-card__title:after {
  margin-left: 11px;
}

.c-listing__card--half .e-card--team {
  background-color: transparent;
  border: none;
}
@media (min-width: 64.063em) {
  .c-listing__card--half .e-card--team {
    background-color: #fff;
    border: 1px solid #C2C2C2;
  }
}
.c-listing__card--half .e-card--team .e-card__image {
  height: calc(50vw - 32px);
}
@media (min-width: 64.063em) {
  .c-listing__card--half .e-card--team .e-card__image {
    height: 352px;
  }
}
.c-listing__card--half .e-card--team .e-card__image img {
  border-radius: 24px;
}
@media (min-width: 64.063em) {
  .c-listing__card--half .e-card--team .e-card__image img {
    border-radius: 24px 24px 0 0;
  }
}
.c-listing__card--half .e-card--team .e-card__main {
  padding-right: 0;
  padding-left: 0;
  background-color: transparent;
}
@media (min-width: 64.063em) {
  .c-listing__card--half .e-card--team .e-card__main {
    padding-right: 32px;
    padding-left: 32px;
    background-color: #fff;
  }
}
.c-listing__card--half .e-card--team .e-card__job-title {
  margin-bottom: 0;
}
@media (min-width: 64.063em) {
  .c-listing__card--half .e-card--team .e-card__job-title {
    margin-bottom: 12px;
  }
}
.c-listing__card--half .e-card--team .e-card__excerpt {
  display: none;
}
@media (min-width: 64.063em) {
  .c-listing__card--half .e-card--team .e-card__excerpt {
    display: block;
  }
}

.e-cta-button {
  position: relative;
  z-index: 1090;
  display: inline-block;
  width: 100%;
  min-width: 140px;
  padding: 12px 16px;
  border-radius: 100em;
  text-align: center;
  cursor: pointer;
}
.e-cta-button .e-cta-button__text {
  position: relative;
}
@media (min-width: 64.063em) {
  .e-cta-button {
    width: auto;
    padding: 11px 24px 13px;
  }
}

.e-cta-button--arrow {
  position: relative;
  padding-right: 32px;
}
.e-cta-button--arrow:after {
  position: absolute;
  top: 16px;
  right: 16px;
  width: 16px;
  height: 16px;
  background-image: url("../svg/icon-button-arrow.svg");
  content: "";
}
@media (min-width: 64.063em) {
  .e-cta-button--arrow {
    padding-right: 46px;
  }
}

.button-helper {
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  width: 100%;
  height: 100%;
  border-radius: 100em;
  transition: opacity 0.2s cubic-bezier(0.5, 1, 0.89, 1);
  opacity: 0;
}

.e-cta-button--brand {
  background-image: linear-gradient(135deg, #E81F63 0.09%, #7B1FA2 51.55%, #039BE5 100%);
}

.e-cta-button--warm {
  background-image: linear-gradient(135deg, #E81F63 0.09%, #7B1FA2 100%);
}
.e-cta-button--warm .button-helper {
  background-image: linear-gradient(135deg, #4A0072 100%, #4A0072 100%);
}
.e-cta-button--warm:hover .button-helper {
  opacity: 1;
}

.e-cta-button--cool {
  background-image: linear-gradient(135deg, #039BE5 0%, #7B1FA2 100%);
}

.e-cta-button--outline {
  background-color: transparent;
  border: 2px solid #fff;
}
.e-cta-button--outline:hover {
  background-color: #fff;
  color: #313C47;
}
.e-cta-button--outline:hover:after {
  background-image: url("../svg/icon-button-arrow-brand.svg");
}

.e-cta-button--accent {
  border: 2px solid #E81F63;
  color: #313C47;
}
.e-cta-button--accent.e-cta-button--arrow:after {
  background-image: url("../svg/icon-button-arrow-brand.svg");
}

.e-cta-button--white {
  background-color: #fff;
  color: #313C47;
}
.e-cta-button--white.e-cta-button--arrow:after {
  background-image: url("../svg/icon-button-arrow-brand.svg");
}

.e-cta-button--hero {
  margin-top: 24px;
}
@media (min-width: 64.063em) {
  .e-cta-button--hero {
    margin-top: 32px;
  }
}

@media (min-width: 64.063em) {
  .js-lightbox-button {
    display: none;
  }
}

.e-burger {
  display: flex;
  align-items: center;
  height: 24px;
  cursor: pointer;
}
.e-burger .e-burger__text {
  margin-right: 10px;
}
.e-burger .e-burger__box {
  position: relative;
  display: block;
  width: 14px;
  height: 2px;
  background-color: #fff;
  border-radius: 2px;
}
.e-burger .e-burger__box:before, .e-burger .e-burger__box:after {
  position: absolute;
  left: 0;
  width: 14px;
  height: 2px;
  background-color: #fff;
  border-radius: 2px;
  transition: all 200ms;
  content: "";
}
.e-burger .e-burger__box:before {
  top: -5px;
}
.e-burger .e-burger__box:after {
  bottom: -5px;
}
@media (min-width: 64.063em) {
  .e-burger {
    display: none;
    width: 40px;
    height: 40px;
    margin-right: -18px;
  }
}

.e-breadcrumb {
  margin-bottom: 14px;
  font-size: 12px;
}
@media (min-width: 64.063em) {
  .e-breadcrumb {
    font-size: 16px;
  }
}
.e-breadcrumb .e-breadcrumb__item:first-child {
  display: none;
}
.e-breadcrumb .e-breadcrumb__item-linked {
  opacity: 0.6;
}
.e-breadcrumb .e-breadcrumb__spacer:nth-child(2) {
  display: none;
}

.e-search {
  position: relative;
}

.e-search__toggle {
  width: 24px;
  height: 24px;
  background-image: url("../svg/icon-search-white.svg");
  background-position: center;
  cursor: pointer;
}
@media (min-width: 64.063em) {
  .e-search__toggle {
    width: 48px;
    height: 48px;
    border: 2px solid #fff;
    border-radius: 100%;
    transition: border 0.2s;
  }
  .e-search__toggle:hover {
    border: 2px solid #E81F63;
  }
}

.e-search__form {
  position: fixed;
  top: -56px;
  left: 0;
  z-index: 2;
  width: 100vw;
  height: 56px;
  background-color: #fff;
  transition: all 300ms cubic-bezier(0.5, 1, 0.89, 1);
}
@media (min-width: 64.063em) {
  .e-search__form {
    position: absolute;
    top: 0;
    right: -1px;
    left: auto;
    width: 0;
    height: 48px;
    overflow: hidden;
    border-radius: 24px;
    box-shadow: 0 0 8px 0 rgba(0, 0, 0, 0.08), 0 12px 20px -4px rgba(0, 0, 0, 0.1);
  }
}
.e-search__form--open {
  top: 0;
}
@media (min-width: 64.063em) {
  .e-search__form--open {
    width: 600px;
  }
}

.e-search__input {
  width: 100%;
  height: 100%;
  padding: 4px 52px 0;
  outline: none;
  font-family: "Poppins", sans-serif;
  font-size: 1.6rem;
  font-weight: 300;
  line-height: 2.4rem;
}

.e-search__submit {
  position: absolute;
  top: 50%;
  right: 9px;
  z-index: 2;
  width: 32px;
  height: 32px;
  margin-top: -16px;
  background-image: url("../svg/icon-search.svg");
  background-position: center;
  outline: none;
  cursor: pointer;
}

.e-search__close {
  position: absolute;
  top: 50%;
  left: 5px;
  z-index: 2;
  width: 32px;
  height: 32px;
  margin-top: -16px;
  background-image: url("../svg/icon-close.svg");
  background-position: center;
  cursor: pointer;
}

.e-video {
  position: relative;
  height: 0;
  padding-bottom: 56.25%;
}
.e-video__iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.e-video__placeholder {
  position: absolute;
  z-index: 1;
  width: 100%;
  height: 100%;
  background-position: center;
  background-size: cover;
  cursor: pointer;
}
.e-video__placeholder.hide {
  display: none;
}
.e-video__play {
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.2);
  background-image: url(../svg/icon-play.svg);
  background-position: center;
  background-size: 60px;
  cursor: pointer;
  pointer-events: none;
}
@media (min-width: 75em) {
  .e-video__play {
    background-size: 125px;
  }
}

.e-back-to-top {
  opacity: 0;
}
.e-back-to-top.show {
  opacity: 1;
}

.e-cookie {
  display: none;
}
.e-cookie.show {
  display: block;
}


.tablepress{--text-color:#111;--head-text-color:var(--text-color);--head-bg-color:#d9edf7;--odd-text-color:var(--text-color);--odd-bg-color:#fff;--even-text-color:var(--text-color);--even-bg-color:#f9f9f9;--hover-text-color:var(--text-color);--hover-bg-color:#f3f3f3;--border-color:#ddd;--padding:0.5rem;border:none;border-collapse:collapse;border-spacing:0;clear:both;margin:0 auto 1rem;table-layout:auto;width:100%}.tablepress>:not(caption)>*>*{background:none;border:none;box-sizing:border-box;float:none!important;padding:var(--padding);text-align:left;vertical-align:top}.tablepress>:where(thead)+tbody>:where(:not(.child))>*,.tablepress>tbody>*~:where(:not(.child))>*,.tablepress>tfoot>:where(:first-child)>*{border-top:1px solid var(--border-color)}.tablepress>:where(thead,tfoot)>tr>*{background-color:var(--head-bg-color);color:var(--head-text-color);font-weight:700;vertical-align:middle;word-break:normal}.tablepress>:where(tbody)>tr>*{color:var(--text-color)}.tablepress>:where(tbody.row-striping)>:nth-child(odd of :where(:not(.child,.dtrg-group)))+:where(.child)>*,.tablepress>:where(tbody.row-striping)>:nth-child(odd of :where(:not(.child,.dtrg-group)))>*{background-color:var(--odd-bg-color);color:var(--odd-text-color)}.tablepress>:where(tbody.row-striping)>:nth-child(even of :where(:not(.child,.dtrg-group)))+:where(.child)>*,.tablepress>:where(tbody.row-striping)>:nth-child(even of :where(:not(.child,.dtrg-group)))>*{background-color:var(--even-bg-color);color:var(--even-text-color)}.tablepress>.row-hover>tr{content-visibility:auto}.tablepress>.row-hover>tr:has(+.child:hover)>*,.tablepress>.row-hover>tr:hover+:where(.child)>*,.tablepress>.row-hover>tr:where(:not(.dtrg-group)):hover>*{background-color:var(--hover-bg-color);color:var(--hover-text-color)}.tablepress img{border:none;margin:0;max-width:none;padding:0}.tablepress-table-description{clear:both;display:block}.dt-scroll{width:100%}.dt-scroll .tablepress{width:100%!important}div.dt-scroll-body tfoot tr,div.dt-scroll-body thead tr{height:0}div.dt-scroll-body tfoot tr td,div.dt-scroll-body tfoot tr th,div.dt-scroll-body thead tr td,div.dt-scroll-body thead tr th{border-bottom-width:0!important;border-top-width:0!important;height:0!important;padding-bottom:0!important;padding-top:0!important}div.dt-scroll-body tfoot tr td div.dt-scroll-sizing,div.dt-scroll-body tfoot tr th div.dt-scroll-sizing,div.dt-scroll-body thead tr td div.dt-scroll-sizing,div.dt-scroll-body thead tr th div.dt-scroll-sizing{height:0!important;overflow:hidden!important}div.dt-scroll-body>table.dataTable>thead>tr>td,div.dt-scroll-body>table.dataTable>thead>tr>th{overflow:hidden}.tablepress{--head-active-bg-color:#049cdb;--head-active-text-color:var(--head-text-color);--head-sort-arrow-color:var(--head-active-text-color)}.tablepress thead th:active{outline:none}.tablepress thead .dt-orderable-asc .dt-column-order:before,.tablepress thead .dt-ordering-asc .dt-column-order:before{bottom:50%;content:"\25b2"/"";display:block;position:absolute}.tablepress thead .dt-orderable-desc .dt-column-order:after,.tablepress thead .dt-ordering-desc .dt-column-order:after{content:"\25bc"/"";display:block;position:absolute;top:50%}.tablepress thead .dt-orderable-asc .dt-column-order,.tablepress thead .dt-orderable-desc .dt-column-order,.tablepress thead .dt-ordering-asc .dt-column-order,.tablepress thead .dt-ordering-desc .dt-column-order{color:var(--head-sort-arrow-color);font-family:system-ui,-apple-system,Segoe UI,Roboto,Helvetica Neue,Noto Sans,Liberation Sans,Arial,sans-serif!important;font-size:14px;height:24px;line-height:12px;position:relative;width:12px}.tablepress thead .dt-orderable-asc .dt-column-order:after,.tablepress thead .dt-orderable-asc .dt-column-order:before,.tablepress thead .dt-orderable-desc .dt-column-order:after,.tablepress thead .dt-orderable-desc .dt-column-order:before,.tablepress thead .dt-ordering-asc .dt-column-order:after,.tablepress thead .dt-ordering-asc .dt-column-order:before,.tablepress thead .dt-ordering-desc .dt-column-order:after,.tablepress thead .dt-ordering-desc .dt-column-order:before{opacity:.2}.tablepress thead .dt-orderable-asc,.tablepress thead .dt-orderable-desc{cursor:pointer;outline-offset:-2px}.tablepress thead .dt-orderable-asc:hover,.tablepress thead .dt-orderable-desc:hover,.tablepress thead .dt-ordering-asc,.tablepress thead .dt-ordering-desc{background-color:var(--head-active-bg-color);color:var(--head-active-text-color)}.tablepress thead .dt-ordering-asc .dt-column-order:before,.tablepress thead .dt-ordering-desc .dt-column-order:after{opacity:.8}.tablepress tfoot>tr>* .dt-column-footer,.tablepress tfoot>tr>* .dt-column-header,.tablepress thead>tr>* .dt-column-footer,.tablepress thead>tr>* .dt-column-header{align-items:center;display:flex;gap:4px;justify-content:space-between}.tablepress tfoot>tr>* .dt-column-footer .dt-column-title,.tablepress tfoot>tr>* .dt-column-header .dt-column-title,.tablepress thead>tr>* .dt-column-footer .dt-column-title,.tablepress thead>tr>* .dt-column-header .dt-column-title{flex-grow:1}.tablepress tfoot>tr>* .dt-column-footer .dt-column-title:empty,.tablepress tfoot>tr>* .dt-column-header .dt-column-title:empty,.tablepress thead>tr>* .dt-column-footer .dt-column-title:empty,.tablepress thead>tr>* .dt-column-header .dt-column-title:empty{display:none}.tablepress:where(.auto-type-alignment) .dt-right,.tablepress:where(.auto-type-alignment) .dt-type-date,.tablepress:where(.auto-type-alignment) .dt-type-numeric{text-align:right}.tablepress:where(.auto-type-alignment) .dt-right .dt-column-footer,.tablepress:where(.auto-type-alignment) .dt-right .dt-column-header,.tablepress:where(.auto-type-alignment) .dt-type-date .dt-column-footer,.tablepress:where(.auto-type-alignment) .dt-type-date .dt-column-header,.tablepress:where(.auto-type-alignment) .dt-type-numeric .dt-column-footer,.tablepress:where(.auto-type-alignment) .dt-type-numeric .dt-column-header{flex-direction:row-reverse}.dt-container{clear:both;margin-bottom:1rem;position:relative}.dt-container .tablepress{margin-bottom:0}.dt-container .tablepress tfoot:empty{display:none}.dt-container .dt-layout-row{display:flex;flex-direction:row;flex-wrap:wrap;justify-content:space-between}.dt-container .dt-layout-row.dt-layout-table .dt-layout-cell{display:block;width:100%}.dt-container .dt-layout-cell{display:flex;flex-direction:row;flex-wrap:wrap;gap:1em;padding:5px 0}.dt-container .dt-layout-cell.dt-layout-full{align-items:center;justify-content:space-between;width:100%}.dt-container .dt-layout-cell.dt-layout-full>:only-child{margin:auto}.dt-container .dt-layout-cell.dt-layout-start{align-items:center;justify-content:flex-start;margin-right:auto}.dt-container .dt-layout-cell.dt-layout-end{align-items:center;justify-content:flex-end;margin-left:auto}.dt-container .dt-layout-cell:empty{display:none}.dt-container .dt-input,.dt-container label{display:inline;width:auto}.dt-container .dt-input{font-size:inherit;padding:5px}.dt-container .dt-length,.dt-container .dt-search{align-items:center;display:flex;flex-wrap:wrap;gap:5px;justify-content:center}.dt-container .dt-paging .dt-paging-button{background:#0000;border:1px solid #0000;border-radius:2px;box-sizing:border-box;color:inherit!important;cursor:pointer;display:inline-block;font-size:1em;height:32px;margin-left:2px;min-width:32px;padding:0 5px;text-align:center;text-decoration:none!important;vertical-align:middle}.dt-container .dt-paging .dt-paging-button.current,.dt-container .dt-paging .dt-paging-button:hover{border:1px solid #111}.dt-container .dt-paging .dt-paging-button.disabled,.dt-container .dt-paging .dt-paging-button.disabled:active,.dt-container .dt-paging .dt-paging-button.disabled:hover{border:1px solid #0000;color:#0000004d!important;cursor:default;outline:none}.dt-container .dt-paging>.dt-paging-button:first-child{margin-left:0}.dt-container .dt-paging .ellipsis{padding:0 1em}@media screen and (max-width:767px){.dt-container .dt-layout-row{flex-direction:column}.dt-container .dt-layout-cell{flex-direction:column;padding:.5em 0}}
.tablepress{font-size:14px}.pricingComparisonTable thead tr.row-1 th.column-2,.pricingComparisonTable thead tr.row-1 th.column-1{background-color:#4a0072!important}.pricingComparisonTable thead tr:first-child th.column-3{background:linear-gradient(-35deg,#e81f63 0%,#7b1fa2 50%,#039be5 100%)!important}.pricingComparisonTable thead tr.row-1 th h3{color:#fff!important;font-family:"Nunito Bold",sans-serif!important}.pricingComparisonTable thead tr.row-1 th.column-2,.pricingComparisonTable tbody td.column-2{width:25%!important}.pricingComparisonTable thead tr.row-1 th.column-3,.pricingComparisonTable tbody td.column-3{width:25%!important}.pricingComparisonTable thead tr.row-1 th,.pricingComparisonTable tbody tr td{border-right:1px solid #e0e0e0!important}
@font-face {
  font-family: 'ccb-fonts';
  src:  url('https://aag-it.com/wp-content/plugins/cost-calculator-builder/frontend/dist/css/icon/fonts/ccb-fonts.eot?8bht45');
  src:  url('https://aag-it.com/wp-content/plugins/cost-calculator-builder/frontend/dist/css/icon/fonts/ccb-fonts.eot?8bht45#iefix') format('embedded-opentype'),
    url('https://aag-it.com/wp-content/plugins/cost-calculator-builder/frontend/dist/css/icon/fonts/ccb-fonts.ttf?8bht45') format('truetype'),
    url('https://aag-it.com/wp-content/plugins/cost-calculator-builder/frontend/dist/css/icon/fonts/ccb-fonts.woff?8bht45') format('woff'),
    url('https://aag-it.com/wp-content/plugins/cost-calculator-builder/frontend/dist/css/icon/fonts/ccb-fonts.svg?8bht45#ccb-fonts') format('svg');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

[class^="ccb-icon-"], [class*=" ccb-icon-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'ccb-fonts' !important;
  speak: never;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;

  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.ccb-icon-price-tag:before {
  content: "\ea30";
}
.ccb-icon-Chart-1:before {
  content: "\ea2a";
  color: #1ab163;
}
.ccb-icon-Chat-Square:before {
  content: "\ea2b";
}
.ccb-icon-Color:before {
  content: "\ea2c";
}
.ccb-icon-Left:before {
  content: "\ea2d";
}
.ccb-icon-Link-2:before {
  content: "\ea2e";
}
.ccb-icon-Shopping-Cart:before {
  content: "\ea2f";
  color: #1ab163;
}
.ccb-icon-Dashboard-chart:before {
  content: "\ea29";
  color: #fff;
}
.ccb-icon-icon-code:before {
  content: "\ea0c";
  color: #1ab163;
}
.ccb-icon-credit-card:before {
  content: "\ea0b";
  color: #9facb9;
}
.ccb-icon-sticky-calc:before {
  content: "\ea0a";
  color: #1ab163;
}
.ccb-icon-Icon-element:before {
  content: "\ea09";
  color: #9facb9;
}
.ccb-icon-no-preview:before {
  content: "\ea03";
}
.ccb-icon-group-element:before {
  content: "\ea01";
}
.ccb-icon-inner-line:before {
  content: "\ea02";
}
.ccb-icon-Checkmark-Circle-2:before {
  content: "\ea00";
  color: #1ab163;
}
.ccb-icon-Down:before {
  content: "\e9ff";
}
.ccb-icon-order-detail:before {
  content: "\e9fe";
}
.ccb-icon-cloud:before {
  content: "\e9ec";
}
.ccb-icon-pazzle:before {
  content: "\e9ed";
}
.ccb-icon-reload:before {
  content: "\e9ee";
}
.ccb-icon-several:before {
  content: "\e9ef";
}
.ccb-icon-pdf-lite:before {
  content: "\e9f0";
}
.ccb-icon-order-list:before {
  content: "\e9f1";
}
.ccb-icon-picture:before {
  content: "\e9f2";
}
.ccb-icon-upload:before {
  content: "\e9f3";
}
.ccb-icon-multi-range:before {
  content: "\e9f4";
}
.ccb-icon-time-picker:before {
  content: "\e9f5";
}
.ccb-icon-date-picker:before {
  content: "\e9f6";
}
.ccb-icon-seven:before {
  content: "\e9f7";
}
.ccb-icon-paypal-p:before {
  content: "\e9f8";
}
.ccb-icon-stripe-s:before {
  content: "\e9f9";
}
.ccb-icon-woo:before {
  content: "\e9fa";
}
.ccb-icon-shield:before {
  content: "\e9fb";
}
.ccb-icon-schema:before {
  content: "\e9fc";
}
.ccb-icon-page:before {
  content: "\e9fd";
}
.ccb-icon-Add-Plus-Circle:before {
  content: "\e9eb";
}
.ccb-icon-repeater:before {
  content: "\e9ea";
}
.ccb-icon-Browser:before {
  content: "\e9e9";
}
.ccb-icon-History:before {
  content: "\e9e8";
}
.ccb-icon-Check-Circle-new:before {
  content: "\e9e7";
}
.ccb-icon-Arrow-Previous:before {
  content: "\e9e6";
}
.ccb-icon-close-x:before {
  content: "\e9e5";
}
.ccb-icon-dropdown-2:before {
  content: "\e9e3";
}
.ccb-icon-new-calculator:before {
  content: "\e9e4";
}
.ccb-icon-globus:before {
  content: "\e9df";
}
.ccb-icon-update:before {
  content: "\e9e0";
}
.ccb-icon-support:before {
  content: "\e9e1";
}
.ccb-icon-feature:before {
  content: "\e9e2";
}
.ccb-icon-ccb-icon-video-play:before {
  content: "\e9de";
}
.ccb-icon-drag-dots:before {
  content: "\e9dd";
}
.ccb-icon-circle-question:before {
  content: "\e9dc";
}
.ccb-icon-Webhooks:before {
  content: "\e9db";
}
.ccb-icon-timepicker-light-clock:before {
  content: "\e9da";
}
.ccb-icon-ccb_time_picker:before {
  content: "\e9d9";
}
.ccb-icon-icon-Unlock-filled:before {
  content: "\e9d7";
}
.ccb-icon-Graphic-Designing:before {
  content: "\e9d6";
}
.ccb-icon-Advanced-Mortgage-Calculator:before {
  content: "\e97b";
}
.ccb-icon-After-School-Club-Registration:before {
  content: "\e97c";
}
.ccb-icon-Agency-Booking:before {
  content: "\e97d";
}
.ccb-icon-Attorney-Appointment-Booking:before {
  content: "\e97e";
}
.ccb-icon-Barber-Shop:before {
  content: "\e97f";
}
.ccb-icon-Beauty-Salon-Booking:before {
  content: "\e980";
}
.ccb-icon-BMI-Calculator:before {
  content: "\e981";
}
.ccb-icon-Business-Coaching-Booking:before {
  content: "\e982";
}
.ccb-icon-Car-Rental-Booking:before {
  content: "\e983";
}
.ccb-icon-Charity-Donation:before {
  content: "\e984";
}
.ccb-icon-Chess-Club-Application:before {
  content: "\e985";
}
.ccb-icon-Cleaning-Company:before {
  content: "\e986";
}
.ccb-icon-Clinic-Booking:before {
  content: "\e987";
}
.ccb-icon-Compound-Interest-Calculator:before {
  content: "\e988";
}
.ccb-icon-Condition:before {
  content: "\e989";
}
.ccb-icon-Conference-Registration:before {
  content: "\e98a";
}
.ccb-icon-Content-Writing-Agency:before {
  content: "\e98b";
}
.ccb-icon-Conversion-Calculator:before {
  content: "\e98c";
}
.ccb-icon-Custom-Totals:before {
  content: "\e98d";
}
.ccb-icon-Daily-Calorie-Intake-Calculator:before {
  content: "\e98e";
}
.ccb-icon-Delivery-Service:before {
  content: "\e98f";
}
.ccb-icon-Dental-Service:before {
  content: "\e990";
}
.ccb-icon-Dental-Supply-Order:before {
  content: "\e991";
}
.ccb-icon-Dinner-Reservation:before {
  content: "\e992";
}
.ccb-icon-Discount-Calculator:before {
  content: "\e993";
}
.ccb-icon-Energy-Consumption:before {
  content: "\e994";
}
.ccb-icon-Exhibition-Booking:before {
  content: "\e995";
}
.ccb-icon-Fabric-Company1:before {
  content: "\e996";
}
.ccb-icon-Facial-Booking:before {
  content: "\e997";
}
.ccb-icon-Flower-Order-Form:before {
  content: "\e998";
}
.ccb-icon-Food-Catering:before {
  content: "\e999";
}
.ccb-icon-Football-League-Entry:before {
  content: "\e99a";
}
.ccb-icon-Fuel-Cost-Calculator:before {
  content: "\e99b";
}
.ccb-icon-Fundraiser-Order:before {
  content: "\e99c";
}
.ccb-icon-Funeral-Home-Company:before {
  content: "\e99d";
}
.ccb-icon-Gift-Card-Order-Form:before {
  content: "\e99e";
}
.ccb-icon-Golf-Tournament-Entry:before {
  content: "\e99f";
}
.ccb-icon-Graphic-Design:before {
  content: "\e9a0";
}
.ccb-icon-High-School-Calculator:before {
  content: "\e9a1";
}
.ccb-icon-High-School-Reunion-Registration:before {
  content: "\e9a2";
}
.ccb-icon-Hosting:before {
  content: "\e9a3";
}
.ccb-icon-Hotel-Reservation:before {
  content: "\e9a4";
}
.ccb-icon-Ideal-Weight-Calculator:before {
  content: "\e9a5";
}
.ccb-icon-Insurance-Booking:before {
  content: "\e9a6";
}
.ccb-icon-Interior-Design-Booking:before {
  content: "\e9a7";
}
.ccb-icon-Internet-Marketing:before {
  content: "\e9a8";
}
.ccb-icon-Jewelry-Order-Form:before {
  content: "\e9a9";
}
.ccb-icon-Kitchen-Renovations:before {
  content: "\e9aa";
}
.ccb-icon-Laboratory-Diagnosis:before {
  content: "\e9ab";
}
.ccb-icon-Loan-Calculator:before {
  content: "\e9ac";
}
.ccb-icon-Maintenance-Service:before {
  content: "\e9ad";
}
.ccb-icon-Marketing-Advice-Booking:before {
  content: "\e9ae";
}
.ccb-icon-Medicine-Order:before {
  content: "\e9af";
}
.ccb-icon-Paid-Blog-Post-Submission:before {
  content: "\e9b0";
}
.ccb-icon-Party-Planner:before {
  content: "\e9b1";
}
.ccb-icon-Paycheck-Calculator:before {
  content: "\e9b2";
}
.ccb-icon-Percentage-Calculator:before {
  content: "\e9b3";
}
.ccb-icon-Personal-Trainer-Booking:before {
  content: "\e9b4";
}
.ccb-icon-Photo-Upload:before {
  content: "\e9b5";
}
.ccb-icon-Photography-Booking:before {
  content: "\e9b6";
}
.ccb-icon-Printing-Service:before {
  content: "\e9b7";
}
.ccb-icon-Promotional-Items-Order:before {
  content: "\e9b8";
}
.ccb-icon-Psychologist-Advice-Booking:before {
  content: "\e9b9";
}
.ccb-icon-Renovation1:before {
  content: "\e9ba";
}
.ccb-icon-Reset-Value:before {
  content: "\e9bb";
}
.ccb-icon-ROI-Calculator:before {
  content: "\e9bc";
}
.ccb-icon-ROS-Calculator:before {
  content: "\e9bd";
}
.ccb-icon-Sales-Call-Booking:before {
  content: "\e9be";
}
.ccb-icon-Sample-Size-Calculator:before {
  content: "\e9bf";
}
.ccb-icon-Savings-and-Investment-Calculator:before {
  content: "\e9c0";
}
.ccb-icon-School-Residential-Payment:before {
  content: "\e9c1";
}
.ccb-icon-School-Trip-PayPal-Payment:before {
  content: "\e9c2";
}
.ccb-icon-School-Uniform-Order:before {
  content: "\e9c3";
}
.ccb-icon-Social-Media-Management:before {
  content: "\e9c4";
}
.ccb-icon-Spa-Booking:before {
  content: "\e9c5";
}
.ccb-icon-T-Shirt-Order-Form:before {
  content: "\e9c6";
}
.ccb-icon-Takeout-Order-Form:before {
  content: "\e9c7";
}
.ccb-icon-Tax-Calculator:before {
  content: "\e9c8";
}
.ccb-icon-Taxi-Booking-Form:before {
  content: "\e9c9";
}
.ccb-icon-Ticket-Order-Form:before {
  content: "\e9ca";
}
.ccb-icon-Tip-Calculator:before {
  content: "\e9cb";
}
.ccb-icon-Tour-Booking:before {
  content: "\e9cc";
}
.ccb-icon-Tuition-Fee:before {
  content: "\e9cd";
}
.ccb-icon-Vaccination-Service:before {
  content: "\e9ce";
}
.ccb-icon-VAT-Calculator:before {
  content: "\e9cf";
}
.ccb-icon-Venue-Rental1:before {
  content: "\e9d0";
}
.ccb-icon-Veterinary-Appointment-Booking:before {
  content: "\e9d1";
}
.ccb-icon-Village-Hall-Room-Booking:before {
  content: "\e9d2";
}
.ccb-icon-Wedding-Planner-Booking:before {
  content: "\e9d3";
}
.ccb-icon-Wholesale-Order:before {
  content: "\e9d4";
}
.ccb-icon-Yearbook-Order:before {
  content: "\e9d5";
}
.ccb-icon-Envelope:before {
  content: "\e979";
}
.ccb-icon-Lock:before {
  content: "\e97a";
}
.ccb-icon-Search-Magnifier:before {
  content: "\e978";
}
.ccb-icon-Add-Plus-Circle-filled:before {
  content: "\e95c";
}
.ccb-icon-Beauty:before {
  content: "\e95d";
}
.ccb-icon-Bulb:before {
  content: "\e95e";
}
.ccb-icon-Calculators-filled:before {
  content: "\e95f";
}
.ccb-icon-Car-Rental:before {
  content: "\e960";
}
.ccb-icon-Car-Wash:before {
  content: "\e961";
}
.ccb-icon-Coins:before {
  content: "\e962";
}
.ccb-icon-Color-Palette-filled:before {
  content: "\e963";
}
.ccb-icon-Delivery:before {
  content: "\e964";
}
.ccb-icon-Dental:before {
  content: "\e965";
}
.ccb-icon-Fabric-Company:before {
  content: "\e966";
}
.ccb-icon-Flash-On-filled:before {
  content: "\e967";
}
.ccb-icon-Globe:before {
  content: "\e968";
}
.ccb-icon-heart-filled:before {
  content: "\e969";
  color: #d94141;
}
.ccb-icon-Heart-outlined:before {
  content: "\e96a";
}
.ccb-icon-Horn:before {
  content: "\e96b";
}
.ccb-icon-Import-Upload:before {
  content: "\e96c";
}
.ccb-icon-Lock-filled:before {
  content: "\e96d";
}
.ccb-icon-Magister-Hat:before {
  content: "\e96e";
}
.ccb-icon-Medical:before {
  content: "\e96f";
}
.ccb-icon-Print:before {
  content: "\e970";
}
.ccb-icon-Renovation:before {
  content: "\e971";
}
.ccb-icon-Trash-filled:before {
  content: "\e972";
  color: #d94141;
}
.ccb-icon-Trucking:before {
  content: "\e974";
}
.ccb-icon-Venue-Rental:before {
  content: "\e975";
}
.ccb-icon-Wedding-Planner:before {
  content: "\e976";
}
.ccb-icon-Weight:before {
  content: "\e977";
}
.ccb-icon-html:before {
  content: "\e95b";
}
.ccb-icon-circle-plus:before {
  content: "\e913";
}
.ccb-icon-radius:before {
  content: "\e959";
}
.ccb-icon-ccb-logo:before {
  content: "\e958";
}
.ccb-icon-mail:before {
  content: "\e957";
}
.ccb-icon-image-checkbox:before {
  content: "\e955";
}
.ccb-icon-image-radio:before {
  content: "\e956";
}
.ccb-icon-pdf:before {
  content: "\e900";
}
.ccb-icon-Box-open-2:before {
  content: "\e901";
}
.ccb-icon-close:before {
  content: "\e902";
}
.ccb-icon-Layer-2:before {
  content: "\e903";
}
.ccb-icon-Loading:before {
  content: "\e904";
}
.ccb-icon-Path-2572:before {
  content: "\e905";
}
.ccb-icon-Path-3367:before {
  content: "\e906";
}
.ccb-icon-Path-3398:before {
  content: "\e907";
}
.ccb-icon-Path-3400:before {
  content: "\e908";
}
.ccb-icon-Path-3440---Outline:before {
  content: "\e909";
}
.ccb-icon-Path-3448:before {
  content: "\e90a";
}
.ccb-icon-Path-3453:before {
  content: "\e90b";
}
.ccb-icon-Path-3458:before {
  content: "\e90c";
}
.ccb-icon-Path-3464:before {
  content: "\e90d";
}
.ccb-icon-Path-3468:before {
  content: "\e90e";
}
.ccb-icon-Path-3481:before {
  content: "\e90f";
}
.ccb-icon-Path-3482:before {
  content: "\e910";
}
.ccb-icon-Path-3483:before {
  content: "\e911";
}
.ccb-icon-Path-3484:before {
  content: "\e912";
}
.ccb-icon-Path-3485:before {
  content: "\e95a";
}
.ccb-icon-Path-3486:before {
  content: "\e914";
}
.ccb-icon-Path-3487:before {
  content: "\e915";
}
.ccb-icon-Path-3488:before {
  content: "\e916";
}
.ccb-icon-Path-3489:before {
  content: "\e917";
}
.ccb-icon-Path-3490:before {
  content: "\e918";
}
.ccb-icon-Path-3491:before {
  content: "\e919";
}
.ccb-icon-Path-3492:before {
  content: "\e91a";
}
.ccb-icon-Path-3493:before {
  content: "\e91b";
}
.ccb-icon-Path-3494:before {
  content: "\e91c";
}
.ccb-icon-Path-3495:before {
  content: "\e91d";
}
.ccb-icon-Path-3496:before {
  content: "\e91e";
}
.ccb-icon-Path-3498:before {
  content: "\e91f";
}
.ccb-icon-Path-3499:before {
  content: "\e920";
}
.ccb-icon-Path-3500:before {
  content: "\e921";
}
.ccb-icon-Path-3501:before {
  content: "\e922";
}
.ccb-icon-Path-3502:before {
  content: "\e923";
}
.ccb-icon-Path-3503:before {
  content: "\e924";
}
.ccb-icon-Path-3505:before {
  content: "\e925";
}
.ccb-icon-Path-3508:before {
  content: "\e926";
}
.ccb-icon-Path-3509:before {
  content: "\e927";
}
.ccb-icon-Path-3510:before {
  content: "\e928";
}
.ccb-icon-Path-3511:before {
  content: "\e929";
}
.ccb-icon-Path-3512:before {
  content: "\e92a";
}
.ccb-icon-Path-3513:before {
  content: "\e92b";
}
.ccb-icon-Path-3514:before {
  content: "\e92c";
}
.ccb-icon-Path-3515:before {
  content: "\e92d";
}
.ccb-icon-Path-3516:before {
  content: "\e92e";
}
.ccb-icon-Path-3517:before {
  content: "\e92f";
}
.ccb-icon-Path-3518:before {
  content: "\e930";
}
.ccb-icon-Path-34581:before {
  content: "\e931";
}
.ccb-icon-Path-36518:before {
  content: "\e932";
}
.ccb-icon-Path-36519:before {
  content: "\e933";
}
.ccb-icon-path7:before {
  content: "\e934";
}
.ccb-icon-path3745:before {
  content: "\e935";
}
.ccb-icon-Subtraction-6:before {
  content: "\e936";
}
.ccb-icon-Subtraction-7:before {
  content: "\e937";
}
.ccb-icon-Subtraction-8:before {
  content: "\e938";
}
.ccb-icon-Union-5:before {
  content: "\e939";
}
.ccb-icon-Union-6:before {
  content: "\e93a";
}
.ccb-icon-Union-15:before {
  content: "\e93b";
}
.ccb-icon-Union-16:before {
  content: "\e93c";
}
.ccb-icon-Union-17:before {
  content: "\e93d";
}
.ccb-icon-Union-18:before {
  content: "\e93e";
}
.ccb-icon-Union-19:before {
  content: "\e93f";
}
.ccb-icon-Union-20:before {
  content: "\e940";
}
.ccb-icon-Union-21:before {
  content: "\e941";
}
.ccb-icon-Union-22:before {
  content: "\e942";
}
.ccb-icon-Union-23:before {
  content: "\e943";
}
.ccb-icon-Union-24:before {
  content: "\e944";
}
.ccb-icon-Union-25:before {
  content: "\e945";
}
.ccb-icon-Union-26:before {
  content: "\e946";
}
.ccb-icon-Union-27:before {
  content: "\e947";
}
.ccb-icon-Union-28:before {
  content: "\e948";
}
.ccb-icon-Union-29:before {
  content: "\e949";
}
.ccb-icon-Union-30:before {
  content: "\e94a";
}
.ccb-icon-Union-31:before {
  content: "\e94b";
}
.ccb-icon-Union-32:before {
  content: "\e94c";
}
.ccb-icon-Union-33:before {
  content: "\e94d";
}
.ccb-icon-Union-34:before {
  content: "\e94e";
}
.ccb-icon-XMLID_426:before {
  content: "\e94f";
}
.ccb-icon-Octicons:before {
  content: "\e950";
}
.ccb-icon-Path-3599:before {
  content: "\e951";
}
.ccb-icon-Path-3601:before {
  content: "\e952";
}
.ccb-icon-feedback:before {
  content: "\e953";
}
.ccb-icon-click-out:before {
  content: "\e954";
}
.ccb-icon-email-template:before {
  content: "\e9d8";
}
.ccb-icon-Sale-Discount:before {
  content: "\ea04";
  color: #1ab163;
}
.ccb-icon-Promocode:before {
  content: "\ea05";
}
.ccb-icon-location-lite:before {
  content: "\ea06";
}
.ccb-icon-location:before {
  content: "\ea07";
}
.ccb-icon-plus-lite:before {
  content: "\ea08";
}
.ccb-icon-page-break:before {
  content: "\ea0d";
}
.ccb-icon-radius-check:before {
  content: "\ea0e";
}
.ccb-icon-info-circle:before {
  content: "\ea0f";
}
.ccb-icon-AI:before {
  content: "\ea10";
  color: #1ab163;
}
.ccb-icon-multi-step:before {
  content: "\ea11";
}
.ccb-icon-phone-solid:before {
  content: "\ea12";
}
.ccb-icon-account-solid:before {
  content: "\e973";
}
.ccb-icon-space:before {
  content: "\ea13";
}
.ccb-icon-textarea:before {
  content: "\ea14";
}
.ccb-icon-mail-solid:before {
  content: "\ea15";
}
.ccb-icon-Cost-Calculator-Admin-Sidebar-Left:before {
  content: "\ea16";
}
.ccb-icon-Cost-Calculator-Admin-Sidebar-Right:before {
  content: "\ea17";
}
.ccb-icon-Cost-Calculator-Admin-Align-Center:before {
  content: "\ea20";
}
.ccb-icon-Cost-Calculator-Admin-Align-Left:before {
  content: "\ea21";
}
.ccb-icon-Cost-Calculator-Admin-Align-Center1:before {
  content: "\ea18";
}
.ccb-icon-Cost-Calculator-Admin-Align-Left1:before {
  content: "\ea1a";
}
.ccb-icon-Cost-Calculator-Admin-Align-Right:before {
  content: "\ea19";
}
.ccb-icon-Cost-Calculator-Admin-Border-All:before {
  content: "\ea1b";
}
.ccb-icon-Cost-Calculator-Admin-Border-Left:before {
  content: "\ea1c";
}
.ccb-icon-Cost-Calculator-Admin-Border-Right:before {
  content: "\ea1d";
}
.ccb-icon-Cost-Calculator-Admin-Border-Top:before {
  content: "\ea1e";
}
.ccb-icon-Cost-Calculator-Admin-Bottom:before {
  content: "\ea1f";
}
.ccb-icon-Cost-Calculator-Admin-New-Align-Justified:before {
  content: "\ea22";
}
.ccb-icon-Cost-Calculator-Admin-Sidebar-1:before {
  content: "\ea23";
}
.ccb-icon-Cost-Calculator-Admin-Sidebar:before {
  content: "\ea25";
}
.ccb-icon-Cost-Calculator-Admin:before {
  content: "\ea24";
}
.ccb-icon-share-quote:before {
  content: "\ea26";
}
.ccb-icon-form-edit-manager:before {
  content: "\ea27";
}
.ccb-icon-warning:before {
  content: "\ea28";
}




				#ccb-preview-overlay,
				#ccb_app_13557,
			    .ccb-sticky-floating-13557 {
				    --ccb-container-converted:       #ffffffFF;
					--ccb-container-invert:          ;
			        --ccb-container-color:           #ffffff;
			        --ccb-container-opacity:         100;
			        --ccb-container-dark-color:      #0019311D;
			        --ccb-container-border-color:    #0019311A;

					--ccb-payment-bg-color:          #ffffff0D;

			        --ccb-text-color:                #001931;
			        --ccb-accent-color:              #4A0072;
			        --ccb-fields-color:			     #F7F7F7;
			        --ccb-fields-bg-color:           #F7F7F7;
			        --ccb-fields-border-color:       #0019311A;
			        --ccb-fields-description-color:  #00193180;
			        --ccb-fields-hover-color:        #0019311a;
			        --ccb-error-color:			     #D94141;
			        --ccb-summary-description-color: #001931B3;
			        --ccb-toggle-label-bg:           #00193133;
			        --ccb-fields-bg-color-alpha:     #4A00721A;
			        --ccb-orders-notice-color:       #4A007233;

			        --ccb-header-size:			     18px;
			        --ccb-header-weight:			 600;
			        --ccb-header-display:			 block;

			        --ccb-field-size:			     14px;
			        --ccb-field-weight:			     500;
					--ccb-field-label-weight:		 600;
			        --ccb-description-size:          14px;
			        --ccb-description-weight:        500;
			        --ccb-payment-label-size:        17px;
			        --ccb-field-size-2:			     12px;

			        --ccb-summary-header-size:       14px;
			        --ccb-summary-header-weight:     600;

			        --ccb-summary-text-size:         14px;
			        --ccb-summary-text-weight:       400;
			        --ccb-summary-text-transform:    capitalize;

			        --ccb-grand-total-size:          18px;
			        --ccb-grand-total-weight:        600;

			        --ccb-fields-button-size:        14px;
			        --ccb-fields-button-weight:      500;

					--ccb-mobile-header-size:         16px;
					--ccb-mobile-header-weight:       600;

					--ccb-mobile-field-size:          12px;
					--ccb-mobile-field-weight:        500;
					--ccb-mobile-field-label-weight:  600;

					--ccb-mobile-description-size:    12px;
					--ccb-mobile-description-weight:  500;

					--ccb-mobile-summary-header-size:   12px;
					--ccb-mobile-summary-header-weight: 600;

					--ccb-mobile-summary-text-size:   12px;
					--ccb-mobile-summary-text-weight: 400;

					--ccb-mobile-summary-text-transform: capitalize;

					--ccb-mobile-grand-total-size:     16px;
					--ccb-mobile-grand-total-weight:   600;

					--ccb-mobile-fields-button-size: 12px;
					--ccb-mobile-fields-button-weight: 500;

			        --ccb-container-border:          1px;
			        --ccb-container-border-radius:   8px;
			        --ccb-container-border-style:    solid;

			        --ccb-fields-border:             1px;
			        --ccb-fields-border-radius:      4px;
			        --ccb-fields-border-style:       solid;

			        --ccb-button-border:             1px;
			        --ccb-button-border-radius:      4px;
			        --ccb-button-border-style:       solid;

			        --ccb-container-shadow-blur:     0px;
			        --ccb-container-shadow-x-offset: 0px;
			        --ccb-container-shadow-y-offset: 0px;
			        --ccb-container-shadow-color:    #cccccc;

			        --ccb-field-button-height:        40px;
			        --ccb-vertical-max-width:         970px;
			        --ccb-horizontal-max-width:       970px;
			        --ccb-two-columns-max-width:      1200px;
			        --ccb-mobile-field-button-height: 40px;

			        --ccb-field-side-indent:         12px;
			        --ccb-field-spacing:             20px;
					--ccb-summary-spacing:           10px;
					--ccb-summary-group-spacing:     5px;
			        --ccb-grand-total-spacing:       10px;
			        --ccb-container-margin-top:      0px;
			        --ccb-container-margin-bottom:   0px;
			        --ccb-container-margin-left:     0px;
			        --ccb-container-margin-right:    0px;
			        --ccb-container-padding-top:     20px;
			        --ccb-container-padding-bottom:  20px;
			        --ccb-container-padding-left:    20px;
			        --ccb-container-padding-right:   20px;

			        --ccb-mobile-field-side-indent:        12px;
			        --ccb-mobile-field-spacing:            20px;
					--ccb-mobile-summary-spacing:          10px;
					--ccb-mobile-summary-group-spacing:    5px;
			        --ccb-mobile-container-margin-top:     0px;
			        --ccb-mobile-container-margin-bottom:  0px;
			        --ccb-mobile-container-margin-left:    0px;
			        --ccb-mobile-container-margin-right:   0px;
			        --ccb-mobile-container-padding-top:    10px;
			        --ccb-mobile-container-padding-bottom: 10px;
			        --ccb-mobile-container-padding-left:   10px;
			        --ccb-mobile-container-padding-right:  10px;

			        --ccb-date-picker-day:           #0019310D;
					--ccb-date-picker-picket-day:    #4A00721D;
			        --ccb-button-light-bg:           #0019310D;
			        --ccb-button-light-bg-alpha:     #00193126;
					--ccb-page-done-bg-color:        #4A007230;
					--ccb-repeater-title-font-size:  12px;
			    }
			
.ccb-loader{widows:100%;display:flex;justify-content:center;padding:20px 0}.slider-target,.slider-target *{-webkit-touch-callout:none;-webkit-tap-highlight-color:rgba(0,0,0,0);box-sizing:border-box;touch-action:none;-webkit-user-select:none;-moz-user-select:none;user-select:none}.slider-target{position:relative}.slider-base,.slider-connects{height:100%;position:relative;width:100%;z-index:1}.slider-connects{overflow:hidden;z-index:0}.slider-connect,.slider-origin{height:100%;position:absolute;right:0;top:0;-ms-transform-origin:0 0;-webkit-transform-origin:0 0;transform-origin:0 0;-webkit-transform-style:preserve-3d;transform-style:flat;width:100%;will-change:transform;z-index:1}.slider-txt-dir-rtl.slider-horizontal .slider-origin{left:0;right:auto}.slider-vertical .slider-origin{top:-100%;width:0}.slider-horizontal .slider-origin{height:0}.slider-handle{-webkit-backface-visibility:hidden;backface-visibility:hidden;position:absolute}.slider-touch-area{height:100%;width:100%}.slider-state-tap .slider-connect,.slider-state-tap .slider-origin{transition:transform .3s}.slider-state-drag *{cursor:inherit!important}.slider-tooltip-drag .slider-tooltip,.slider-tooltip-focus .slider-tooltip{display:none!important}.slider-tooltip-drag .slider-active .slider-tooltip,.slider-tooltip-drag.slider-state-drag .slider-tooltip:not(.slider-tooltip-hidden),.slider-tooltip-focus.slider-focused .slider-tooltip:not(.slider-tooltip-hidden){display:block!important}.slider-horizontal{height:var(--slider-height,6px)}.slider-horizontal .slider-handle{height:var(--slider-handle-height,16px);right:calc(var(--slider-handle-width, 16px)/2*-1);top:calc((var(--slider-handle-height, 16px) - var(--slider-height, 6px))/2*-1 + -1px);width:var(--slider-handle-width,16px)}.slider-vertical{height:var(--slider-vertical-height,300px);width:var(--slider-height,6px)}.slider-vertical .slider-handle{bottom:calc(var(--slider-handle-width, 16px)/2*-1);height:var(--slider-handle-width,16px);right:calc((var(--slider-handle-height, 16px) - var(--slider-height, 6px))/2*-1 + -1px);width:var(--slider-handle-height,16px)}.slider-txt-dir-rtl.slider-horizontal .slider-handle{left:calc(var(--slider-handle-width, 16px)/2*-1);right:auto}.slider-base{background-color:var(--slider-bg,#d1d5db)}.slider-base,.slider-connects{border-radius:var(--slider-radius,9999px)}.slider-connect{background:var(--slider-connect-bg,#10b981);cursor:pointer}.slider-draggable{cursor:ew-resize}.slider-vertical .slider-draggable{cursor:ns-resize}.slider-handle{background:var(--slider-handle-bg,#fff);border:var(--slider-handle-border,0);border-radius:var(--slider-handle-radius,9999px);box-shadow:var(--slider-handle-shadow,.5px .5px 2px 1px rgba(0,0,0,.32));cursor:-webkit-grab;cursor:grab;height:var(--slider-handle-height,16px);width:var(--slider-handle-width,16px)}.slider-handle:focus{box-shadow:0 0 0 var(--slider-handle-ring-width,3px) var(--slider-handle-ring-color,rgba(16,185,129,.188)),var(--slider-handle-shadow,.5px .5px 2px 1px rgba(0,0,0,.32));outline:none}.slider-active{box-shadow:var(--slider-handle-shadow-active,.5px .5px 2px 1px rgba(0,0,0,.42));cursor:-webkit-grabbing;cursor:grabbing}[disabled] .slider-connect{background:var(--slider-connect-bg-disabled,#9ca3af)}[disabled] .slider-handle,[disabled].slider-handle,[disabled].slider-target{cursor:not-allowed}[disabled] .slider-tooltip{background:var(--slider-tooltip-bg-disabled,#9ca3af);border-color:var(--slider-tooltip-bg-disabled,#9ca3af)}.slider-tooltip{background:var(--slider-tooltip-bg,#10b981);border:1px solid var(--slider-tooltip-bg,#10b981);border-radius:var(--slider-tooltip-radius,5px);color:var(--slider-tooltip-color,#fff);display:block;font-size:var(--slider-tooltip-font-size,.875rem);font-weight:var(--slider-tooltip-font-weight,600);line-height:var(--slider-tooltip-line-height,1.25rem);min-width:var(--slider-tooltip-min-width,20px);padding:var(--slider-tooltip-py,2px) var(--slider-tooltip-px,6px);position:absolute;text-align:center;white-space:nowrap}.slider-horizontal .slider-tooltip-top{bottom:calc(var(--slider-handle-height, 16px) + var(--slider-tooltip-arrow-size, 5px) + var(--slider-tooltip-distance, 3px));left:50%;transform:translate(-50%)}.slider-horizontal .slider-tooltip-top:before{border:var(--slider-tooltip-arrow-size,5px) solid transparent;border-top-color:inherit;bottom:calc(var(--slider-tooltip-arrow-size, 5px)*-2);content:"";height:0;left:50%;position:absolute;transform:translate(-50%);width:0}.slider-horizontal .slider-tooltip-bottom{left:50%;top:calc(var(--slider-handle-height, 16px) + var(--slider-tooltip-arrow-size, 5px) + var(--slider-tooltip-distance, 3px));transform:translate(-50%)}.slider-horizontal .slider-tooltip-bottom:before{border:var(--slider-tooltip-arrow-size,5px) solid transparent;border-bottom-color:inherit;content:"";height:0;left:50%;position:absolute;top:calc(var(--slider-tooltip-arrow-size, 5px)*-2);transform:translate(-50%);width:0}.slider-vertical .slider-tooltip-left{right:calc(var(--slider-handle-height, 16px) + var(--slider-tooltip-arrow-size, 5px) + var(--slider-tooltip-distance, 3px));top:50%;transform:translateY(-50%)}.slider-vertical .slider-tooltip-left:before{border:var(--slider-tooltip-arrow-size,5px) solid transparent;border-left-color:inherit;content:"";height:0;position:absolute;right:calc(var(--slider-tooltip-arrow-size, 5px)*-2);top:50%;transform:translateY(-50%);width:0}.slider-vertical .slider-tooltip-right{left:calc(var(--slider-handle-height, 16px) + var(--slider-tooltip-arrow-size, 5px) + var(--slider-tooltip-distance, 3px));top:50%;transform:translateY(-50%)}.slider-vertical .slider-tooltip-right:before{border:var(--slider-tooltip-arrow-size,5px) solid transparent;border-right-color:inherit;content:"";height:0;left:calc(var(--slider-tooltip-arrow-size, 5px)*-2);position:absolute;top:50%;transform:translateY(-50%);width:0}.slider-horizontal .slider-origin>.slider-tooltip{left:auto;transform:translate(50%)}.slider-horizontal .slider-origin>.slider-tooltip-top{bottom:calc(var(--slider-tooltip-arrow-size, 5px) + (var(--slider-handle-height, 16px) - var(--slider-height, 6px))/2 + var(--slider-tooltip-distance, 3px) + 1px)}.slider-horizontal .slider-origin>.slider-tooltip-bottom{top:calc(var(--slider-tooltip-arrow-size, 5px) + (var(--slider-handle-height, 16px) - var(--slider-height, 6px))/2 + var(--slider-tooltip-distance, 3px) + var(--slider-height, 6px) - 1px)}.slider-vertical .slider-origin>.slider-tooltip{top:auto;transform:translateY(calc((var(--slider-tooltip-line-height, 1.25rem) - var(--slider-tooltip-py, 2px))*-1 + 1px))}.slider-vertical .slider-origin>.slider-tooltip-left{right:calc(var(--slider-tooltip-arrow-size, 5px) + var(--slider-height, 6px) + (var(--slider-handle-height, 16px) - var(--slider-height, 6px))/2 + var(--slider-tooltip-distance, 3px) - 1px)}.slider-vertical .slider-origin>.slider-tooltip-right{left:calc(var(--slider-tooltip-arrow-size, 5px) + var(--slider-height, 6px) + (var(--slider-handle-height, 16px) - var(--slider-height, 6px))/2 + var(--slider-tooltip-distance, 3px) - var(--slider-height, 6px) + 1px)}.ccb-calc-hidden{display:none!important}.ccb-field{width:100%;position:relative}.ccb-field__title{font-size:var(--ccb-field-size);font-weight:var(--ccb-field-label-weight);color:var(--ccb-text-color);margin-bottom:3px;text-align:left}@media only screen and (max-width: 480px){.ccb-field__title{font-size:var(--ccb-mobile-field-size);font-weight:var(--ccb-mobile-field-label-weight)}}.ccb-field__title .ccb-field-required-mark{color:#d94141;margin-left:2px}.ccb-field__input-wrapper{width:100%;position:relative}.ccb-field__input-wrapper input,.ccb-field__input-wrapper textarea{border:var(--ccb-fields-border) var(--ccb-fields-border-style) var(--ccb-fields-border-color);border-radius:var(--ccb-fields-border-radius);padding:12px var(--ccb-field-side-indent);min-height:var(--ccb-field-button-height);background-color:var(--ccb-fields-bg-color);font-size:var(--ccb-fields-button-size);font-weight:var(--ccb-field-weight);box-sizing:border-box;width:100%;color:var(--ccb-text-color);outline:none!important;line-height:unset!important;box-shadow:none!important}@media only screen and (max-width: 480px){.ccb-field__input-wrapper input,.ccb-field__input-wrapper textarea{font-size:var(--ccb-mobile-fields-button-size);font-weight:var(--ccb-mobile-fields-button-weight)}}@media only screen and (max-width: 480px){.ccb-field__input-wrapper input,.ccb-field__input-wrapper textarea{padding:12px var(--ccb-mobile-field-side-indent);min-height:var(--ccb-mobile-field-button-height)}}.ccb-field__input-wrapper input:active,.ccb-field__input-wrapper input:focus,.ccb-field__input-wrapper textarea:active,.ccb-field__input-wrapper textarea:focus{border-color:var(--ccb-accent-color)}.ccb-field__input-wrapper .ccb-range-timePicker input,.ccb-field__input-wrapper .ccb-single-timePicker input{padding-left:max(30px,var(--ccb-field-side-indent))}@media only screen and (max-width: 480px){.ccb-field__input-wrapper .ccb-range-timePicker input,.ccb-field__input-wrapper .ccb-single-timePicker input{padding-left:max(30px,var(--ccb-mobile-field-side-indent))}}.ccb-field__description{font-size:var(--ccb-description-size);font-weight:var(--ccb-description-weight);color:var(--ccb-fields-description-color);text-align:left}@media only screen and (max-width: 480px){.ccb-field__description{font-size:var(--ccb-mobile-description-size)}}.ccb-field .ccb-required-tooltip{line-height:1}.ccb-field.required .ccb-required-tooltip{display:block}.ccb-field.required .ccb-field__title{color:var(--ccb-error-color)}.ccb-field.required .ccb-field__input-wrapper input,.ccb-field.required .ccb-field__input-wrapper textarea,.ccb-field.required .ccb-field__input-wrapper .ccb-dropdown__input,.ccb-field.required .ccb-field__input-wrapper .ccb-default-checkbox label:before{border-color:var(--ccb-error-color)}.ccb-field.ccb-field-disabled{opacity:.5;pointer-events:none;cursor:not-allowed}.ccb-input-counter{border-radius:4px;background-color:var(--ccb-container-dark-color);color:var(--ccb-text-color);border-radius:var(--ccb-fields-border-radius);width:14px;height:14px;display:grid;place-items:center;cursor:pointer;position:absolute;right:5px;font-size:8px}.ccb-input-counter.up{top:4px}.ccb-input-counter.down{bottom:4px}.ccb-input-counter span{line-height:1}.ccb-payment{padding:0 17px;background-color:var(--ccb-fields-bg-color);border-radius:4px}.ccb-payment label{width:100%}.ccb-payment label .ccb-payment-header{display:flex;justify-content:space-between;align-items:center;padding:13px 0;position:relative}.ccb-payment label .ccb-payment-header .ccb-payment-header__label{display:flex;align-items:center;font-size:var(--ccb-payment-label-size);font-weight:600;color:var(--ccb-text-color)}.ccb-payment label .ccb-payment-header .ccb-payment-header__label .ccb-radio-label{margin-left:10px}.ccb-payment label .ccb-payment-header .ccb-payment-header__label input[type=radio]{cursor:pointer;display:flex;align-items:center;justify-content:center;outline:none;max-width:20px;min-width:20px;max-height:20px;min-height:20px;border-radius:50%;position:relative;border:2px solid var(--ccb-fields-border-color);background-color:var(--ccb-container-color);-webkit-appearance:none;outline:none!important;box-shadow:none!important;box-sizing:border-box;padding:0;margin:0;transition:.3s ease}.ccb-payment label .ccb-payment-header .ccb-payment-header__label input[type=radio][type=radio]:checked{border-color:var(--ccb-accent-color);background-color:var(--ccb-accent-color)}.ccb-payment label .ccb-payment-header .ccb-payment-header__label input[type=radio]:before{content:"";width:10px;min-width:10px;height:10px;display:block;border-radius:50%;background-color:var(--ccb-container-color)!important}.ccb-payment label .ccb-payment-header .calc-payment_header__img{display:flex}.ccb-payment label .ccb-payment-header .calc-payment_header__img img{position:absolute;right:0;top:50%;transform:translateY(-40%);max-width:112px}.ccb-order-field__wrapper{display:flex;flex-direction:column}.ccb-order-field label,.ccb-order-field__title{font-size:var(--ccb-field-size);font-weight:var(--ccb-field-weight);color:var(--ccb-text-color);line-height:1.3}@media only screen and (max-width: 480px){.ccb-order-field label,.ccb-order-field__title{font-size:var(--ccb-mobile-field-size);font-weight:var(--ccb-mobile-field-weight)}}.ccb-order-field input,.ccb-order-field textarea{border:var(--ccb-fields-border) var(--ccb-fields-border-style) var(--ccb-fields-border-color);border-radius:var(--ccb-fields-border-radius);padding:12px var(--ccb-field-side-indent);min-height:var(--ccb-field-button-height);background-color:var(--ccb-fields-bg-color);font-size:var(--ccb-fields-button-size);font-weight:var(--ccb-field-weight);box-sizing:border-box;width:100%;color:var(--ccb-text-color);outline:none!important;line-height:unset!important;box-shadow:none!important}@media only screen and (max-width: 480px){.ccb-order-field input,.ccb-order-field textarea{font-size:var(--ccb-mobile-fields-button-size);font-weight:var(--ccb-mobile-fields-button-weight)}}@media only screen and (max-width: 480px){.ccb-order-field input,.ccb-order-field textarea{padding:12px var(--ccb-mobile-field-side-indent);min-height:var(--ccb-mobile-field-button-height)}}.ccb-order-field input:active,.ccb-order-field input:focus,.ccb-order-field textarea:active,.ccb-order-field textarea:focus{border-color:var(--ccb-accent-color)}.ccb-order-field input::placeholder,.ccb-order-field textarea::placeholder{color:var(--ccb-text-color);opacity:.7}.ccb-order-field input,.ccb-order-field .ccb-dropdown__input{max-height:46px}.ccb-horizontal .ccb_field_with_radio_with_img,.ccb-horizontal .ccb_field_with_checkbox_with_img{grid-column:1/span 2}@page{margin:20px}.ccb-invoice{padding:50px;background:#fff;font-family:Eudoxus Sans,sans-serif;min-width:700px;display:none}.ccb-invoice-header{display:flex;justify-content:space-between;margin-bottom:20px}.ccb-invoice-company{width:100%;color:#000;font-size:14px;font-weight:500;font-style:normal;letter-spacing:normal;line-height:21.23px;margin-bottom:30px}.ccb-invoice-logo img{max-width:50%;max-height:150px}.ccb-invoice-date{font-size:14px;font-weight:700;font-style:normal;letter-spacing:normal}.ccb-invoice-date span:first-child{margin-right:10px}.ccb-invoice-table__header{color:#000;font-size:20px;font-weight:700;font-style:normal;letter-spacing:normal;display:flex;padding:10px 20px;border:1px solid #000}.ccb-invoice-table__body{border:1px solid transparent;border-left-color:#000;border-right-color:#000;border-bottom-color:#000;display:flex;flex-direction:column}.ccb-invoice-table__total{font-size:16px;font-weight:700;font-style:normal;width:100%;display:flex;justify-content:space-between;padding:10px;border-top:1px solid rgba(0,0,0,.3);border-bottom:1px solid rgba(0,0,0,.3);margin-bottom:20px;flex-direction:column;row-gap:10px}.ccb-invoice-table__total-item{display:flex;width:100%;justify-content:space-between}.ccb-invoice-table__total.other-totals{border:none;font-size:14px!important}.ccb-invoice-table__payment{padding:0 10px}.ccb-invoice-table__payment span{font-size:14px;font-weight:500;font-style:normal;letter-spacing:normal}.ccb-invoice-table__payment span:last-child{font-weight:700}.ccb-invoice-table__title{color:#000;font-size:20px;font-weight:700;font-style:normal;letter-spacing:normal}.ccb-invoice-table__summary{padding:20px;width:100%;border:1px solid transparent;border-bottom-color:#000}.ccb-invoice-table__summary ul{margin:20px 0 0;padding:0 10px;list-style:none}.ccb-invoice-table__summary ul .ccb-invoice-group-title{padding-left:10px;font-weight:800;font-size:14px}.ccb-invoice-table__summary ul li .ccb-invoice-group-wrapper{padding-left:10px}.ccb-invoice-table__summary ul li .ccb-invoice-group-wrapper .ccb-invoice-row-label,.ccb-invoice-table__summary ul li .ccb-invoice-group-wrapper .ccb-invoice-row-value{font-weight:500;font-size:14px;line-height:12px}.ccb-invoice-table__summary ul li .ccb-invoice-group-wrapper .ccb-invoice-row{margin-bottom:2px;border-bottom:1px dashed #ccc}.ccb-invoice-table__summary ul li.break-border .ccb-invoice-row{border:none!important}.ccb-invoice-table__summary ul li .ccb-invoice-row{font-family:Eudoxus Sans,sans-serif;font-size:14px;font-weight:700;font-style:normal;letter-spacing:normal;width:100%;display:flex;border-bottom:1px dashed #ccc;padding-bottom:5px}.ccb-invoice-table__summary ul li .ccb-invoice-row .ccb-invoice-sub-item-label{margin-right:10px}.ccb-invoice-table__summary ul li .ccb-invoice-row.ccb-invoice-sub-item{border:none}.ccb-invoice-table__summary ul li .ccb-invoice-row.ccb-invoice-sub-item:last-child{border-bottom:1px dashed #ccc}.ccb-invoice-table__summary ul li .ccb-invoice-row.break{border:none}.ccb-invoice-table__summary ul li .ccb-invoice-row-label,.ccb-invoice-table__summary ul li .ccb-invoice-row-value{display:block;width:50%}.ccb-invoice-table__summary ul li .ccb-invoice-row-unit{width:50%;font-weight:500;opacity:.7}.ccb-invoice-table__summary ul li .ccb-invoice-row-value{text-align:right}.ccb-invoice-table__summary ul li .ccb-invoice-row .ccb-invoice-space{color:inherit;flex:1;margin:0 5px 0 9px;box-sizing:border-box;overflow:hidden;position:relative}.ccb-invoice-table__summary ul li .ccb-invoice-row .ccb-invoice-space:after{height:100%;position:absolute;bottom:0;left:0;right:0;opacity:.5;font-size:16px;color:inherit;letter-spacing:1px;content:"....................................................................................................................................................................................................."}.ccb-invoice-table__summary ul li .ccb-invoice-row.ccb-invoice-sub-item{font-size:12px;padding-left:15px;opacity:.7}.ccb-invoice-table__summary ul li:last-child{margin-bottom:22px}.ccb-invoice-table__summary ul li ul{display:flex;flex-direction:column}.ccb-invoice-table__contact{padding:20px;width:100%}.ccb-invoice-table__contact ul{margin:20px 0 0;padding:0;list-style:none}.ccb-invoice-table__contact ul li{display:flex;flex-direction:column;margin-bottom:18px}.ccb-invoice-table__contact ul li span{font-size:12px;font-weight:700;font-style:normal;word-break:break-all}.ccb-invoice-table__contact ul li span:first-child{text-transform:capitalize}.ccb-invoice-table__contact ul li span:last-child{font-weight:500;font-size:14px}.invoice-button .invoice-btn-loader{display:none;height:0;width:0;padding:8px;border:3px solid #ccc;border-right-color:#888;border-radius:22px;margin:0 auto;-webkit-animation:rotate 1s infinite linear}@media (max-width: 540px){.invoice-button{width:100%;margin-bottom:10px!important}}body.invoice-loader button.invoice-button span{display:none}body.invoice-loader button.invoice-button .invoice-btn-loader{display:block}@-webkit-keyframes rotate{to{-webkit-transform:rotate(360deg)}}.invoice-settings-page textarea{height:200px}.ccb-preview{position:absolute;top:0;right:0}@media (max-width: 540px){.ccb-preview{display:none}}.ccb-preview__wrapper{position:absolute;left:0;bottom:35px;border:8px solid #dfe2ea;background-color:#dfe2ea;border-radius:10px;display:none}@media (max-width: 540px){.ccb-preview__wrapper{left:-230px}}.ccb-preview__wrapper:before{border-top:10px solid #dfe2ea;border-left:10px solid transparent;border-right:10px solid transparent;content:"";display:block;height:0px;position:absolute;right:90%;bottom:-18px;width:0px}.ccb-preview__title{font-size:12px;font-weight:700;font-style:normal;letter-spacing:normal;line-height:21.99px;text-align:right;text-transform:uppercase;color:#1ab163;cursor:pointer}.ccb-preview__title:hover .ccb-preview__wrapper{display:block}.ccb-preview__img{width:288px;height:221px;background-position:center center;background-size:cover;background-repeat:no-repeat;border-radius:10px;display:flex;align-items:flex-end;justify-content:space-between;padding:0 30px 22px}@media (max-width: 540px){.ccb-preview__img{width:263px;height:180px}}.ccb-preview__img button{border:none;width:48%;padding:7px 15px;border-radius:4px;background-color:#008d4f;color:#fff;font-size:10px}.ccb-preview__img button:last-child{background-color:#f0f0f0;color:#0b0b0b}.terms-condition-preview{position:relative}.terms-condition-preview .ccb-preview{right:-65px}@media (max-width: 1550px){.terms-condition-preview .ccb-preview{top:-3px}}.terms-condition-preview .ccb-preview__wrapper{left:77px;bottom:-8px;z-index:9999}@media (max-width: 1550px){.terms-condition-preview .ccb-preview__wrapper{bottom:-22px}}@media (max-width: 540px){.terms-condition-preview .ccb-preview__wrapper{left:-175px;bottom:35px}}.terms-condition-preview .ccb-preview__wrapper:before{right:102%;bottom:4px;border-top:10px solid transparent;border-bottom:10px solid transparent;border-right:10px solid #dfe2ea}@media (max-width: 1550px){.terms-condition-preview .ccb-preview__wrapper:before{bottom:16px}}.terms-condition-preview .ccb-preview .ccb-preview__img{width:339px;height:237px}@media (max-width: 540px){.terms-condition-preview .ccb-preview .ccb-preview__img{width:270px;height:180px}}.vue-html2pdf .pdf-preview{box-shadow:0 0 0 1200px #0006!important}.vue-html2pdf .pdf-preview button{left:auto!important;right:-15px}.ccb-send-quote{position:fixed;top:0;left:0;bottom:0;right:0;z-index:999999;visibility:hidden}.ccb-send-quote__overlay{width:100%;height:100%;background-color:#0000004d}.ccb-send-quote__wrapper{display:flex;flex-direction:column;align-items:center;justify-content:center;padding:40px;background-color:#fff;max-width:410px;min-width:410px;top:50%;transform:translatey(-50%);opacity:0;left:50%;margin-left:-205px;position:absolute;min-height:541px;z-index:999999;border-radius:20px}.ccb-send-quote__wrapper.success{min-height:341px}@media (max-width: 420px){.ccb-send-quote__wrapper{top:50%;left:50%;transform:translate(-50%,-50%);max-width:340px;min-width:340px;margin-left:0}}.ccb-send-quote__wrapper .ccb-send-quote__success{display:flex;flex-direction:column;align-items:center;justify-content:center}.ccb-send-quote__wrapper .ccb-send-quote__success-icon{border-radius:50%;width:60px;height:60px;display:flex;justify-content:center;align-items:center;margin-bottom:20px}.ccb-send-quote__wrapper .ccb-send-quote__success-text{color:#001931;font-size:20px;font-weight:700;font-style:normal;letter-spacing:normal;line-height:26px;text-align:center;margin-bottom:30px;padding:0 50px}.ccb-send-quote__wrapper .ccb-send-quote__success-btn{padding:13px 20px;border:none;cursor:pointer}.ccb-send-quote__header{display:flex;justify-content:space-between;margin-bottom:20px}.ccb-send-quote__title{color:#001931;font-size:20px;font-weight:700;font-style:normal;letter-spacing:normal;line-height:21px;text-align:left}.ccb-send-quote__close{width:30px;height:30px;font-size:12px;border-radius:50%;background-color:#eef1f7;display:flex;justify-content:center;align-items:center;cursor:pointer;transition:.2s ease}.ccb-send-quote__close:hover{background-color:#d2d4d9}.ccb-send-quote__close i{opacity:.7}.ccb-send-quote__textarea{display:flex;flex-direction:column;margin-bottom:20px}.ccb-send-quote__textarea label{color:#001931;font-size:12px;font-weight:700;font-style:normal;letter-spacing:normal;line-height:21.99px}.ccb-send-quote__textarea textarea{border-radius:4px;border:2px solid #eeeeee;background-color:#fff;color:#001931;font-size:16px;font-weight:500;font-style:normal;letter-spacing:normal;line-height:21.99px;min-height:90px;max-height:130px;resize:none;padding:12px 20px;font-family:Eudoxus Sans,Arial}.ccb-send-quote__textarea textarea:focus{outline:none}.ccb-send-quote__input{display:flex;flex-direction:column}.ccb-send-quote__input label{color:#001931;font-size:12px;font-weight:700;font-style:normal;letter-spacing:normal;line-height:21.99px}.ccb-send-quote__input label.required:after{content:"*";color:red}.ccb-send-quote__input input{padding:0 20px;border-radius:4px;border:2px solid #eeeeee;color:#001931;font-size:16px;font-weight:500;font-style:normal;letter-spacing:normal;line-height:21px;margin-bottom:20px;height:40px}.ccb-send-quote__input input:focus{outline:none}.ccb-send-quote__file{border-radius:4px;background-color:#eef1f7;padding:10px;display:flex;justify-content:flex-start;align-items:center;margin-bottom:20px;word-break:break-all}.ccb-send-quote__file i{color:#011a30;opacity:.5;font-size:18px}.ccb-send-quote__file span{color:#001931;font-size:14px;font-weight:500;font-style:normal;letter-spacing:normal;line-height:21px;opacity:.7;margin-left:8px}.ccb-send-quote__submit button{border-radius:4px;border:none;background-color:#00b163;text-align:center;width:100%;outline:none;height:40px;color:#fff;font-size:14px;font-weight:700;font-style:normal;letter-spacing:.28px;cursor:pointer;transition:.2s ease;line-height:10px}.ccb-send-quote__submit button:hover{background-color:#00a55c}.ccb-send-quote__notice{padding:8px 14px;display:flex;flex-direction:row;justify-content:flex-start;align-items:center;background-color:#fbebeb;border-radius:10px;margin-top:20px}.ccb-send-quote__notice span{color:#d94141;font-size:14px;font-weight:700;margin-right:10px}.ccb-send-quote.active{visibility:visible}.ccb-send-quote.active .ccb-send-quote__wrapper{opacity:1}.calc-container.vertical .calc-subtotal .calc-buttons.pdf-enable .ccb-pdf-buttons,.calc-container.two_column .calc-subtotal .calc-buttons.pdf-enable .ccb-pdf-buttons{display:flex;justify-content:space-between;width:100%}.calc-container.vertical .calc-subtotal .calc-buttons.pdf-enable .ccb-pdf-buttons button,.calc-container.two_column .calc-subtotal .calc-buttons.pdf-enable .ccb-pdf-buttons button{overflow:hidden;margin-right:0!important;padding:6px 4px;width:48.5%!important}.calc-container.vertical .calc-subtotal .calc-buttons.pdf-enable button:first-child,.calc-container.two_column .calc-subtotal .calc-buttons.pdf-enable button:first-child{width:100%;margin-right:0!important}.ccb-orders-page .ccb-send-quote__success-icon{color:#00b163;background-color:#00b1631a}.ccb-invoice-group-wrapper{margin-top:20px}.ccb-tab-content *{font-family:inherit;box-sizing:border-box}.ccb-pdf-layout{min-height:1122px}.vue-html2pdf,.vue-html2pdf .content-wrapper{height:100%}.vue-html2pdf *{font-family:Eudoxus Sans}.calc-container-wrapper .vue-html2pdf{display:none}.ccb-pdf-tool-manager-preview{box-sizing:border-box;max-width:100%;width:100%;display:flex;justify-content:center;height:100%}.ccb-pdf-layout,.ccb-pdf-layout-wrapper{width:100%;height:100%}.ccb-pdf-layout.ccb-with-right-sidebar,.ccb-pdf-layout-wrapper.ccb-with-right-sidebar{flex-direction:row-reverse}.ccb-pdf-layout.ccb-pdf-layout-wrapper,.ccb-pdf-layout-wrapper.ccb-pdf-layout-wrapper{background:#fff;max-width:100%;background-size:cover;background-position:center;background-repeat:no-repeat}.ccb-pdf-layout{display:flex}.ccb-pdf-layout__items{width:100%;height:100%;display:flex;flex-direction:column}.ccb-pdf-layout__items .ccb-pdf-layout__item{width:100%;padding:10px;box-sizing:border-box}.ccb-pdf-layout__items .ccb-pdf-layout__item.order_block{font-size:10px}.ccb-pdf-layout__items .ccb-pdf-layout__item:last-child{display:flex;height:100%}.ccb-pdf-layout__items .ccb-pdf-layout__item--wrapper{border:1px solid transparent;padding:20px 30px;display:flex;flex-direction:column;row-gap:10px;width:100%;cursor:pointer;transition:.2s linear}.ccb-pdf-layout__items .ccb-pdf-layout__item--wrapper:hover{border:1px solid #1ab163;box-shadow:0 0 4px #1ab16370}.ccb-pdf-layout__items .ccb-pdf-layout__item--wrapper .ccb-pdf-item-title{color:inherit;font-size:12px;font-weight:700;line-height:normal}.ccb-pdf-layout__items .ccb-pdf-layout__item--wrapper .ccb-pdf-item-description{color:inherit;font-size:8px;font-weight:500;line-height:normal}.ccb-pdf-layout__items .ccb-pdf-layout__item--wrapper .ccb-pdf-item-info{margin-top:5px;display:flex;flex-direction:column;row-gap:5px}.ccb-pdf-layout__items .ccb-pdf-layout__item--wrapper .ccb-pdf-item-info--item{display:flex;column-gap:5px}.ccb-pdf-layout__items .ccb-pdf-layout__item--wrapper .ccb-pdf-item-info--item-label{color:inherit;font-size:8px;font-weight:700;line-height:normal}.ccb-pdf-layout__items .ccb-pdf-layout__item--wrapper .ccb-pdf-item-info--item-value{color:inherit;font-size:8px;font-weight:500;line-height:normal}.ccb-pdf-layout__items .ccb-pdf-layout__item--wrapper .ccb-pdf-item-info--item.textarea,.ccb-pdf-layout__items .ccb-pdf-layout__item--wrapper .ccb-pdf-item-info--item.message,.ccb-pdf-layout__items .ccb-pdf-layout__item--wrapper .ccb-pdf-item-info--item.address{flex-direction:column;column-gap:unset;row-gap:2px;margin-bottom:5px}.ccb-pdf-layout__items .ccb-pdf-layout__item--wrapper .ccb-pdf-item-info--item.address{margin-bottom:0;margin-top:5px}.ccb-pdf-layout__items .ccb-pdf-layout__item--wrapper .pdf-total-summary .pdf-total-summary-group-elements{display:flex;width:100%;padding:3px 0;justify-content:space-between}.ccb-pdf-layout__items .ccb-pdf-layout__item--wrapper .pdf-total-summary .pdf-total-summary-group-elements:last-child{border:none!important}.ccb-pdf-layout__items .ccb-pdf-layout__item--wrapper .pdf-total-summary--header{height:28px;width:100%;padding:0 10px;display:flex;align-items:center;justify-content:space-between;font-size:10px;box-sizing:border-box}.ccb-pdf-layout__items .ccb-pdf-layout__item--wrapper .pdf-total-summary--header span{color:inherit;font-size:inherit;font-weight:700;line-height:1}.ccb-pdf-layout__items .ccb-pdf-layout__item--wrapper .pdf-total-summary--header-name{width:70px}.ccb-pdf-layout__items .ccb-pdf-layout__item--wrapper .pdf-total-summary--body-items{width:100%;display:flex;flex-direction:column}.ccb-pdf-layout__items .ccb-pdf-layout__item--wrapper .pdf-total-summary--body-items .pdf-total-summary--body-item{padding:5px 10px;display:flex;justify-content:space-between;column-gap:5px;flex-wrap:wrap}.ccb-pdf-layout__items .ccb-pdf-layout__item--wrapper .pdf-total-summary--body-items .pdf-total-summary--body-item span{word-break:break-word}.ccb-pdf-layout__items .ccb-pdf-layout__item--wrapper .pdf-total-summary--body-items .pdf-total-summary--body-item-name{color:inherit;font-size:inherit;font-weight:700;line-height:14px;width:125px}.ccb-pdf-layout__items .ccb-pdf-layout__item--wrapper .pdf-total-summary--body-items .pdf-total-summary--body-item-name-extra{font-weight:500;display:flex;flex-direction:column;row-gap:6px;margin:6px 0}.ccb-pdf-layout__items .ccb-pdf-layout__item--wrapper .pdf-total-summary--body-items .pdf-total-summary--body-item-name-extra .ccb-pdf-extra-wrap{display:flex;row-gap:5px;column-gap:5px}.ccb-pdf-layout__items .ccb-pdf-layout__item--wrapper .pdf-total-summary--body-items .pdf-total-summary--body-item-unit{color:inherit;font-size:inherit;font-weight:500;line-height:14px;width:90px}.ccb-pdf-layout__items .ccb-pdf-layout__item--wrapper .pdf-total-summary--body-items .pdf-total-summary--body-item-total{color:inherit;text-align:right;font-size:inherit;font-weight:700;line-height:14px;flex:1}.ccb-pdf-layout__items .ccb-pdf-layout__item--wrapper .pdf-total-summary--body-items .ccb-payment-info-images{display:flex;width:100%;column-gap:20px;padding:10px;justify-content:flex-end}.ccb-pdf-layout__items .ccb-pdf-layout__item--wrapper .pdf-total-summary--body-items .ccb-payment-info-images img{object-fit:contain}.ccb-pdf-layout__items .ccb-pdf-layout__item--wrapper .pdf-total-summary--body-items .pdf-total-summary--body-item-box{width:100%;display:flex}.ccb-pdf-layout__items .ccb-pdf-layout__item--wrapper .pdf-total-summary--body-items .pdf-total-summary--body-item-box .pdf-order-block-qr-code{max-width:136px;width:100%;display:flex;padding:5px}.ccb-pdf-layout__items .ccb-pdf-layout__item--wrapper .pdf-total-summary--body-items .pdf-total-summary--body-item-box .pdf-order-block-qr-code img{width:80px;height:80px;object-fit:contain}.ccb-pdf-layout__items .ccb-pdf-layout__item--wrapper .pdf-total-summary--body-items .pdf-total-summary--body-item-box .pdf-order-block-payment-info{width:100%;display:flex;flex-direction:column;flex:1}.ccb-pdf-layout__items .ccb-pdf-layout__item--wrapper .pdf-total-summary--body-items .pdf-total-summary--body-item-box .pdf-order-block-payment-info .ccb-discount-off{display:flex;align-items:center;justify-content:center;color:#fff;font-size:9px;padding:0 3px 1px}.ccb-pdf-layout__items .ccb-pdf-layout__item--wrapper .pdf-total-summary--body-items .pdf-total-summary--body-item-box .pdf-order-block-payment-info span{color:inherit;font-size:inherit;font-weight:700;line-height:14px}.ccb-pdf-layout__items .ccb-pdf-layout__item--wrapper .pdf-total-summary--body-items .pdf-total-summary--body-item-box .pdf-order-block-payment-info--payment,.ccb-pdf-layout__items .ccb-pdf-layout__item--wrapper .pdf-total-summary--body-items .pdf-total-summary--body-item-box .pdf-order-block-payment-info--totals{display:flex;flex-direction:column}.ccb-pdf-layout__items .ccb-pdf-layout__item--wrapper .pdf-total-summary--body-items .pdf-total-summary--body-item-box .pdf-order-block-payment-info--payment-item,.ccb-pdf-layout__items .ccb-pdf-layout__item--wrapper .pdf-total-summary--body-items .pdf-total-summary--body-item-box .pdf-order-block-payment-info--totals-item{width:100%;display:flex;justify-content:space-between;padding:5px 10px;column-gap:5px}.ccb-pdf-layout__items .ccb-pdf-layout__item--wrapper.brand_block{align-items:center;justify-content:center;box-sizing:border-box}.ccb-pdf-layout__items .ccb-pdf-layout__item--wrapper.brand_block .ccb-pdf-item-img img{width:50px;height:50px;object-fit:cover}.ccb-pdf-layout__items .ccb-pdf-layout__item--wrapper.brand_block .ccb-pdf-item-text-box{display:flex;flex-direction:column;row-gap:6px;margin-bottom:10px}.ccb-pdf-layout__items .ccb-pdf-layout__item--wrapper.brand_block .ccb-pdf-item-text-box--title{color:inherit;text-align:center;font-size:16px;font-weight:800;line-height:normal}.ccb-pdf-layout__items .ccb-pdf-layout__item--wrapper.brand_block .ccb-pdf-item-text-box--description{color:inherit;text-align:center;font-size:10px;font-weight:500;line-height:normal}.ccb-pdf-layout__items .ccb-pdf-layout__item--wrapper.top_text_block{box-sizing:border-box}.ccb-pdf-layout__items .ccb-pdf-layout__item--wrapper.top_text_block .ccb-pdf-item-title{color:inherit;font-size:16px;font-weight:700;line-height:1}.ccb-pdf-layout__items .ccb-pdf-layout__item--wrapper.order_id_and_date .ccb-pdf-item-info{margin-top:0;display:flex;flex-direction:row;row-gap:unset;column-gap:20px}.ccb-pdf-layout__sidebar{flex:1;min-width:220px;max-width:220px;width:100%;background:inherit}.ccb-pdf-layout__sidebar .order_id_and_date .ccb-pdf-item-info{flex-direction:column!important;row-gap:10px!important;column-gap:0!important}.ccb-pdf-layout__sidebar .order_id_and_date .ccb-pdf-item-info .ccb-pdf-item-info--item{flex-direction:column!important;column-gap:0!important}.ccb-pdf-layout__sidebar .brand_block .ccb-pdf-item-img{width:100%;text-align:center}.ccb-pdf-layout__sidebar .customer_block,.ccb-pdf-layout__sidebar .company_block{box-sizing:border-box}.ccb-pdf-layout__sidebar .customer_block .ccb-pdf-item-info--item,.ccb-pdf-layout__sidebar .company_block .ccb-pdf-item-info--item{flex-direction:column}.ccb-pdf-layout__content{flex:1}.ccb-pdf-layout__content .ccb-pdf-layout__items .ccb-pdf-layout__item{box-sizing:border-box}.ccb-pdf-layout__content .ccb-pdf-layout__items .ccb-pdf-layout__item:last-child{height:auto}.ccb-pdf-layout__content .ccb-pdf-layout__items .ccb-pdf-layout__item .brand_block{flex-direction:row;align-items:center;justify-content:flex-start;column-gap:20px;row-gap:0;box-sizing:border-box}.ccb-pdf-layout__content .ccb-pdf-layout__items .ccb-pdf-layout__item .brand_block .ccb-pdf-item-text-box{margin-bottom:0!important}.ccb-pdf-layout__content .ccb-pdf-layout__items .ccb-pdf-layout__item .customer_block .ccb-pdf-item-info,.ccb-pdf-layout__content .ccb-pdf-layout__items .ccb-pdf-layout__item .company_block .ccb-pdf-item-info{flex-direction:row!important;column-gap:15px!important;flex-wrap:wrap!important}.ccb-pdf-layout__content .ccb-pdf-layout__items .ccb-pdf-layout__item .customer_block .ccb-pdf-item-info--item,.ccb-pdf-layout__content .ccb-pdf-layout__items .ccb-pdf-layout__item .company_block .ccb-pdf-item-info--item{flex-direction:column}.ccb-pdf-layout__content .ccb-pdf-layout__items .ccb-pdf-layout__item .customer_block .ccb-pdf-item-info--item.address,.ccb-pdf-layout__content .ccb-pdf-layout__items .ccb-pdf-layout__item .company_block .ccb-pdf-item-info--item.address{justify-content:flex-start;width:100%;flex:1;min-width:100%;display:flex}.ccb-main-widget{padding:0;margin:0;box-sizing:border-box;font-family:inherit;min-width:100%}.custom-separate-page{margin-top:50px}
