@charset "UTF-8";
/*! normalize.css v3.0.2 | MIT License | git.io/normalize */
/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS text size adjust after orientation change, without disabling
 *    user zoom.
 */
html {
  font-family: sans-serif; /* 1 */
  -ms-text-size-adjust: 100%; /* 2 */
  -webkit-text-size-adjust: 100%; /* 2 */
}

/**
 * Remove default margin.
 */
body {
  margin: 0;
}

/* HTML5 display definitions
   ========================================================================== */
/**
 * 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,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block;
}

/**
 * 1. Correct `inline-block` display not defined in IE 8/9.
 * 2. Normalize vertical alignment of `progress` in Chrome, Firefox, and Opera.
 */
audio,
canvas,
progress,
video {
  display: inline-block; /* 1 */
  vertical-align: baseline; /* 2 */
}

/**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */
audio:not([controls]) {
  display: none;
  height: 0;
}

/**
 * Address `[hidden]` styling not present in IE 8/9/10.
 * Hide the `template` element in IE 8/9/11, Safari, and Firefox < 22.
 */
[hidden],
template {
  display: none;
}

/* Links
   ========================================================================== */
/**
 * Remove the gray background color from active links in IE 10.
 */
a {
  background-color: transparent;
}

/**
 * Improve readability when focused and also mouse hovered in all browsers.
 */
a:active,
a:hover {
  outline: 0;
}

/* Text-level semantics
   ========================================================================== */
/**
 * Address styling not present in IE 8/9/10/11, Safari, and Chrome.
 */
abbr[title] {
  border-bottom: 1px dotted;
}

/**
 * Address style set to `bolder` in Firefox 4+, Safari, and Chrome.
 */
b,
strong {
  font-weight: bold;
}

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

/**
 * Address variable `h1` font-size and margin within `section` and `article`
 * contexts in Firefox 4+, Safari, and Chrome.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

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

/**
 * Address inconsistent and variable font size in all browsers.
 */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` affecting `line-height` in all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

/* Embedded content
   ========================================================================== */
/**
 * Remove border when inside `a` element in IE 8/9/10.
 */
img {
  border: 0;
}

/**
 * Correct overflow not hidden in IE 9/10/11.
 */
svg:not(:root) {
  overflow: hidden;
}

/* Grouping content
   ========================================================================== */
/**
 * Address margin not present in IE 8/9 and Safari.
 */
figure {
  margin: 1em 40px;
}

/**
 * Address differences between Firefox and other browsers.
 */
hr {
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  height: 0;
}

/**
 * Contain overflow in all browsers.
 */
pre {
  overflow: auto;
}

/**
 * Address odd `em`-unit font size rendering in all browsers.
 */
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

/* Forms
   ========================================================================== */
/**
 * Known limitation: by default, Chrome and Safari on OS X allow very limited
 * styling of `select`, unless a `border` property is set.
 */
/**
 * 1. Correct color not being inherited.
 *    Known issue: affects color of disabled elements.
 * 2. Correct font properties not being inherited.
 * 3. Address margins set differently in Firefox 4+, Safari, and Chrome.
 */
button,
input,
optgroup,
select,
textarea {
  color: inherit; /* 1 */
  font: inherit; /* 2 */
  margin: 0; /* 3 */
}

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

/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Firefox, IE 8/9/10/11, and Opera.
 * Correct `select` style inheritance in Firefox.
 */
button,
select {
  text-transform: none;
}

/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 */
button,
html input[type=button],
input[type=reset],
input[type=submit] {
  -webkit-appearance: button; /* 2 */
  cursor: pointer; /* 3 */
}

/**
 * Re-set default cursor for disabled elements.
 */
button[disabled],
html input[disabled] {
  cursor: default;
}

/**
 * Remove inner padding and border in Firefox 4+.
 */
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

/**
 * Address Firefox 4+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */
input {
  line-height: normal;
}

/**
 * It's recommended that you don't attempt to style these elements.
 * Firefox's implementation doesn't respect box-sizing, padding, or width.
 *
 * 1. Address box sizing set to `content-box` in IE 8/9/10.
 * 2. Remove excess padding in IE 8/9/10.
 */
input[type=checkbox],
input[type=radio] {
  -webkit-box-sizing: border-box;
          box-sizing: border-box; /* 1 */
  padding: 0; /* 2 */
}

/**
 * Fix the cursor style for Chrome's increment/decrement buttons. For certain
 * `font-size` values of the `input`, it causes the cursor style of the
 * decrement button to change from `default` to `text`.
 */
input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Address `appearance` set to `searchfield` in Safari and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari and Chrome
 *    (include `-moz` to future-proof).
 */
input[type=search] {
  -webkit-appearance: textfield; /* 1 */
  -webkit-box-sizing: content-box; /* 2 */
  box-sizing: content-box;
}

/**
 * Remove inner padding and search cancel button in Safari and Chrome on OS X.
 * Safari (but not Chrome) clips the cancel button when the search input has
 * padding (and `textfield` appearance).
 */
input[type=search]::-webkit-search-cancel-button,
input[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * Define consistent border, margin, and padding.
 */
/**
 * 1. Correct `color` not being inherited in IE 8/9/10/11.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 */
legend {
  border: 0; /* 1 */
  padding: 0; /* 2 */
}

/**
 * Remove default vertical scrollbar in IE 8/9/10/11.
 */
textarea {
  overflow: auto;
}

/**
 * Don't inherit the `font-weight` (applied by a rule above).
 * NOTE: the default cannot safely be changed in Chrome and Safari on OS X.
 */
optgroup {
  font-weight: bold;
}

/* Tables
   ========================================================================== */
/**
 * Remove most spacing between table cells.
 */
table {
  border-collapse: collapse;
  border-spacing: 0;
}

td,
th {
  padding: 0;
}

/* site wide variables (colours, font sizes) */
@font-face {
  font-family: "Neue Haas Unica Pro";
  src: url("../fonts/NeueHaasUnicaPro-Light.woff2") format("woff2"), url("../fonts/NeueHaasUnicaPro-Light.woff") format("woff"), url("../fonts/NeueHaasUnicaPro-Light.ttf") format("truetype");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Neue Haas Unica Pro";
  src: url("../fonts/NeueHaasUnicaPro-Regular.woff2") format("woff2"), url("../fonts/NeueHaasUnicaPro-Regular.woff") format("woff"), url("../fonts/NeueHaasUnicaPro-Regular.ttf") format("truetype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Neue Haas Unica Pro";
  src: url("../fonts/NeueHaasUnicaPro-Medium.woff2") format("woff2"), url("../fonts/NeueHaasUnicaPro-Medium.woff") format("woff"), url("../fonts/NeueHaasUnicaPro-Medium.ttf") format("truetype");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
/* site wide variables (colours, fonts) */
/*--------------------------------------------------
	!Collection of common classes
	and SASS mixins
-------------------------------------------------- */
/*	--------------------------------------------------
	!Common Classes
-------------------------------------------------- */
html {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

*,
*:before,
*:after {
  -webkit-box-sizing: inherit;
  box-sizing: inherit;
  outline: none;
  -webkit-font-smoothing: antialiased;
  -ms-font-smoothing: antialiased;
  -moz-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-smoothing: antialiased;
  max-width: 100%;
}

.slick-slider * {
  max-width: none;
}
.slick-slider img {
  max-width: 100%;
}

input[type=search] {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

table,
table * {
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
}

* html .clearfix {
  height: 1%;
}

.main-wrapper,
.pakery-grid,
.gform_fields,
.clearfix {
  display: block;
}

.visually-hidden {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}

a svg,
button svg {
  -webkit-transition: 0s 0s !important;
  transition: 0s 0s !important;
}
a svg g,
button svg g {
  -webkit-transition: 0s 0s !important;
  transition: 0s 0s !important;
}
a svg g *,
button svg g * {
  -webkit-transition: 0.3s 0s !important;
  transition: 0.3s 0s !important;
}

i[class^=fa-] {
  -webkit-transition: 0s 0s !important;
  transition: 0s 0s !important;
}
i[class^=fa-]:before, i[class^=fa-]:after,
i[class^=fa-] * {
  -webkit-transition: 0s 0s !important;
  transition: 0s 0s !important;
}
i[class^=fa-]:before {
  -webkit-transition: 0.3s !important;
  transition: 0.3s !important;
}

svg g {
  -webkit-transition: 0s 0s !important;
  transition: 0s 0s !important;
}

/* mixin (@include font-size(??); , @include svg_img("../images/??");) and common classes (.clearfix, .img-replacment) */
html {
  font-size: 0.5208333333vw;
  font-family: "Neue Haas Unica Pro", sans-serif;
  font-weight: 300;
  margin-top: 0 !important;
  background-color: #FFFFFF;
  overflow-x: clip;
  -ms-overflow-style: none; /* IE and Edge */
  scrollbar-width: none; /* Firefox */
}
@media (min-width: 1921px) {
  html {
    font-size: 10px;
  }
}
html.internal-loaded.internal-loaded .loading-block svg path {
  stroke-dasharray: 600;
  stroke-dashoffset: 0;
  -webkit-transition: 0.3s 0.4s;
  transition: 0.3s 0.4s;
}
html.loaded .loading-block {
  pointer-events: auto;
}
html.loaded .loading-block svg path {
  stroke-dasharray: 600;
  stroke-dashoffset: -600;
  -webkit-transition: 0.3s 0s;
  transition: 0.3s 0s;
}
html .loading-block {
  position: fixed;
  top: 0;
  left: 0;
  width: 100dvw;
  height: 100dvh;
  background-color: #0000e1;
  z-index: 9999999;
  pointer-events: none;
  will-change: width;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
html .loading-block svg {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 10rem;
}
html .loading-block svg path {
  stroke-dasharray: 600;
  stroke-dashoffset: 0;
  -webkit-transition: 0.3s 0s;
  transition: 0.3s 0s;
}
@media (max-width: 992px) {
  html.menu-open {
    overflow: hidden;
    max-height: 100vh;
  }
  html.menu-open body {
    overflow: hidden;
    max-height: 100vh;
  }
}
@media (max-width: 992px) {
  html {
    font-size: 2.5vw;
    overflow-x: clip;
  }
}
@media (max-width: 992px) and (min-width: 550px) {
  html {
    font-size: 1.4378145219vw;
  }
}
html#BTT {
  margin-top: 0 !important;
}
html:-webkit-scrollbar {
  display: none;
}
html:before, html:after,
html * {
  -ms-overflow-style: none; /* IE and Edge */
  scrollbar-width: none; /* Firefox */
}
html:before:-webkit-scrollbar, html:after:-webkit-scrollbar,
html *:-webkit-scrollbar {
  display: none;
}
html * {
  -ms-overflow-style: none; /* IE and Edge */
  scrollbar-width: none; /* Firefox */
}
html *:-webkit-scrollbar {
  display: none;
}
html *:before, html *:after,
html * * {
  -ms-overflow-style: none; /* IE and Edge */
  scrollbar-width: none; /* Firefox */
}
html *:before:-webkit-scrollbar, html *:after:-webkit-scrollbar,
html * *:-webkit-scrollbar {
  display: none;
}

* {
  letter-spacing: -0.04em !important;
}

body {
  color: #1c0f62;
  font-size: 2.2rem;
  line-height: 1.5;
  font-weight: 300;
  position: relative;
  overflow: clip;
  -ms-overflow-style: none; /* IE and Edge */
  scrollbar-width: none; /* Firefox */
  -webkit-font-feature-settings: "calt" 1;
          font-feature-settings: "calt" 1;
}
body:-webkit-scrollbar {
  display: none;
}
body:before, body:after,
body * {
  -ms-overflow-style: none; /* IE and Edge */
  scrollbar-width: none; /* Firefox */
}
body:before:-webkit-scrollbar, body:after:-webkit-scrollbar,
body *:-webkit-scrollbar {
  display: none;
}
body * {
  -ms-overflow-style: none; /* IE and Edge */
  scrollbar-width: none; /* Firefox */
}
body *:-webkit-scrollbar {
  display: none;
}
body *:before, body *:after,
body * * {
  -ms-overflow-style: none; /* IE and Edge */
  scrollbar-width: none; /* Firefox */
}
body *:before:-webkit-scrollbar, body *:after:-webkit-scrollbar,
body * *:-webkit-scrollbar {
  display: none;
}

.wc-block-checkout__terms .wc-block-components-checkbox__label,
label,
h1,
h2,
h3,
.simple-text-section .right-side h4,
h4,
h5,
.gform_wrapper .gfield--input-type-section .gsection_title,
h6,
p,
address,
blockquote,
pre,
table,
li:not(.menu-item) {
  color: #1c0f62;
  margin-top: 0;
  font-weight: 300;
  margin-bottom: 1.6em;
  margin-bottom: 0.95em;
  font-size: 2.2rem;
  line-height: 1.5;
}
@media (max-width: 992px) {
  .wc-block-checkout__terms .wc-block-components-checkbox__label,
  label,
  h1,
  h2,
  h3,
  .simple-text-section .right-side h4,
  h4,
  h5,
  .gform_wrapper .gfield--input-type-section .gsection_title,
  h6,
  p,
  address,
  blockquote,
  pre,
  table,
  li:not(.menu-item) {
    font-size: 1.8rem;
  }
}
.wc-block-checkout__terms .wc-block-components-checkbox__label a,
label a,
h1 a,
h2 a,
h3 a,
.simple-text-section .right-side h4 a,
h4 a,
h5 a,
.gform_wrapper .gfield--input-type-section .gsection_title a,
h6 a,
p a,
address a,
blockquote a,
pre a,
table a,
li:not(.menu-item) a {
  font-size: inherit;
  text-decoration: underline;
  font-weight: inherit;
  color: inherit;
  position: relative;
  display: inline;
}
.wc-block-checkout__terms .wc-block-components-checkbox__label a:hover, .wc-block-checkout__terms .wc-block-components-checkbox__label a:focus-visible,
label a:hover,
label a:focus-visible,
h1 a:hover,
h1 a:focus-visible,
h2 a:hover,
h2 a:focus-visible,
h3 a:hover,
h3 a:focus-visible,
.simple-text-section .right-side h4 a:hover,
.simple-text-section .right-side h4 a:focus-visible,
h4 a:hover,
h4 a:focus-visible,
h5 a:hover,
h5 a:focus-visible,
.gform_wrapper .gfield--input-type-section .gsection_title a:hover,
.gform_wrapper .gfield--input-type-section .gsection_title a:focus-visible,
h6 a:hover,
h6 a:focus-visible,
p a:hover,
p a:focus-visible,
address a:hover,
address a:focus-visible,
blockquote a:hover,
blockquote a:focus-visible,
pre a:hover,
pre a:focus-visible,
table a:hover,
table a:focus-visible,
li:not(.menu-item) a:hover,
li:not(.menu-item) a:focus-visible {
  text-decoration: none;
}
.wc-block-checkout__terms .wc-block-components-checkbox__label strong,
label strong,
h1 strong,
h2 strong,
h3 strong,
.simple-text-section .right-side h4 strong,
h4 strong,
h5 strong,
.gform_wrapper .gfield--input-type-section .gsection_title strong,
h6 strong,
p strong,
address strong,
blockquote strong,
pre strong,
table strong,
li:not(.menu-item) strong {
  font-weight: 600;
  color: inherit;
}
@media (max-width: 992px) {
  .wc-block-checkout__terms .wc-block-components-checkbox__label strong,
  label strong,
  h1 strong,
  h2 strong,
  h3 strong,
  .simple-text-section .right-side h4 strong,
  h4 strong,
  h5 strong,
  .gform_wrapper .gfield--input-type-section .gsection_title strong,
  h6 strong,
  p strong,
  address strong,
  blockquote strong,
  pre strong,
  table strong,
  li:not(.menu-item) strong {
    font-weight: 500;
  }
}
.wc-block-checkout__terms .wc-block-components-checkbox__label em,
label em,
h1 em,
h2 em,
h3 em,
.simple-text-section .right-side h4 em,
h4 em,
h5 em,
.gform_wrapper .gfield--input-type-section .gsection_title em,
h6 em,
p em,
address em,
blockquote em,
pre em,
table em,
li:not(.menu-item) em {
  color: inherit;
  text-transform: none;
  font-family: "Neue Haas Unica Pro", sans-serif;
  color: inherit;
  font-weight: inherit;
  font-style: italic;
}

h1,
h2,
h3,
.simple-text-section .right-side h4,
h4,
h5,
.gform_wrapper .gfield--input-type-section .gsection_title,
h6,
blockquote {
  margin-bottom: 0.52em;
  font-weight: 500;
  font-family: "Neue Haas Unica Pro", sans-serif;
  color: #1c0f62;
}
h1:has(img),
h2:has(img),
h3:has(img),
.simple-text-section .right-side h4:has(img),
h4:has(img),
h5:has(img),
.gform_wrapper .gfield--input-type-section .gsection_title:has(img),
h6:has(img),
blockquote:has(img) {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
h1 img,
h2 img,
h3 img,
.simple-text-section .right-side h4 img,
h4 img,
h5 img,
.gform_wrapper .gfield--input-type-section .gsection_title img,
h6 img,
blockquote img {
  width: 10rem;
}

h1 {
  font-size: 10rem;
  line-height: 0.9;
  margin-bottom: 0.63em;
}
@media (max-width: 992px) {
  h1 {
    font-size: 4rem;
    line-height: 1.1;
    margin-bottom: 1.23em;
  }
}

h2 {
  font-size: 7.2rem;
  line-height: 1.2;
}
@media (max-width: 992px) {
  h2 {
    font-size: 4rem;
    line-height: 1.1;
  }
}

h3,
.simple-text-section .right-side h4 {
  font-size: 5rem;
  line-height: 1.04;
  margin-bottom: 0.75em;
}
@media (max-width: 992px) {
  h3,
  .simple-text-section .right-side h4 {
    font-size: 3rem;
    line-height: 1.2;
    margin-bottom: 0.85em;
  }
}

h4 {
  font-size: 2.6rem;
  line-height: 1.2;
}

h5,
.gform_wrapper .gfield--input-type-section .gsection_title {
  font-size: 2.4rem;
  line-height: 1.2;
}

h6 {
  font-size: 2.2rem;
  line-height: 1.3333333333;
}

p {
  font-size: 2.2rem;
  line-height: 1.5;
}
@media (max-width: 992px) {
  p {
    font-size: 1.8rem;
  }
}
p.small {
  font-size: 1.3rem;
  line-height: 1.3846153846;
}
p.large {
  font-size: 3.2rem;
  line-height: 1.2;
}
@media (max-width: 992px) {
  p.large {
    font-size: 2.4rem;
    line-height: 1.1;
  }
}

p + ul, p + ol {
  margin-top: -0.45em;
}

sub,
sup {
  font-size: 25.9%;
  font-size: 51.5625%;
  font-weight: inherit;
  margin-left: -0.1em;
}

sup {
  top: -0.71em;
}

sub {
  bottom: 0.3em;
}

small {
  font-size: 86.666666%;
}
small a {
  text-decoration: none;
  font-weight: 600;
}
small a:hover, small a:focus-visible {
  text-decoration: underline;
}

button {
  -webkit-box-shadow: none;
          box-shadow: none;
  background-color: transparent;
  border: none;
  padding: 0;
}

button,
a {
  font-size: inherit;
  color: #1c0f62;
  font-weight: 300;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  cursor: pointer;
  text-decoration: underline;
}
button:before, button:after,
button *:before,
button *:after,
button *,
a:before,
a:after,
a *:before,
a *:after,
a * {
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
button:hover, button:focus-visible,
a:hover,
a:focus-visible {
  text-decoration: none;
}

button {
  -webkit-box-shadow: none;
          box-shadow: none;
  background-color: transparent;
  border: none;
  padding: 0;
}

mark {
  background-color: transparent;
  color: inherit;
  padding: 0em 0em 0em 2em;
  display: block;
  border-left: 0.4rem solid #0000e1;
  font-size: 1.6rem;
  line-height: 1.625;
}

strong {
  font-weight: 600;
}

blockquote {
  font-size: 3rem;
  line-height: 1.4666666667;
  margin: 1.3em 0 1.1em;
  text-transform: none;
  padding: 0.8rem 0 0.8rem 2.2rem;
  font-style: normal;
  position: relative;
  z-index: 1;
  font-weight: 600;
  text-align: left;
  color: #231F20;
}
@media (max-width: 992px) {
  blockquote {
    font-size: 2.6rem;
    padding: 0.8rem 0 0.8rem 2.2rem;
  }
}
blockquote ~ .by {
  font-size: 2.2rem;
  line-height: 1.5;
  font-weight: 600;
  font-family: "Neue Haas Unica Pro", sans-serif;
}
blockquote p {
  font-size: inherit !important;
  line-height: inherit !important;
  font-family: inherit !important;
  font-weight: inherit !important;
  margin-bottom: 0 !important;
  letter-spacing: inherit !important;
  display: inline;
  color: inherit !important;
}

hr {
  border: 0;
  width: 100%;
  height: 0.1rem;
  min-height: 1px;
  background-color: #1c0f62;
  margin: 3.8rem auto 3.8rem;
}
hr:first-of-type {
  margin-top: 0;
}
hr:last-child {
  margin-bottom: 0;
}

address {
  font-style: normal;
  font-size: 2.2rem;
  line-height: 1.5;
  color: #1c0f62;
  margin-bottom: 1.5em;
}
@media (max-width: 992px) {
  address {
    font-size: 1.6rem;
    line-height: 1.625;
  }
}

ol,
ul,
dl {
  margin: 0;
  padding-left: 0;
  list-style-position: inside;
  margin-bottom: 1.3em;
}
ol li,
ol dt,
ol dd,
ul li,
ul dt,
ul dd,
dl li,
dl dt,
dl dd {
  font-size: 2.2rem;
  line-height: 1.5;
}
@media (max-width: 992px) {
  ol li,
  ol dt,
  ol dd,
  ul li,
  ul dt,
  ul dd,
  dl li,
  dl dt,
  dl dd {
    font-size: 1.8rem;
  }
}
ol li.small,
ol dt.small,
ol dd.small,
ul li.small,
ul dt.small,
ul dd.small,
dl li.small,
dl dt.small,
dl dd.small {
  font-size: 1.3rem;
  line-height: 1.3846153846;
}
ol li.large,
ol dt.large,
ol dd.large,
ul li.large,
ul dt.large,
ul dd.large,
dl li.large,
dl dt.large,
dl dd.large {
  font-size: 3.2rem;
  line-height: 1.2;
}
@media (max-width: 992px) {
  ol li.large,
  ol dt.large,
  ol dd.large,
  ul li.large,
  ul dt.large,
  ul dd.large,
  dl li.large,
  dl dt.large,
  dl dd.large {
    font-size: 2.4rem;
    line-height: 1.1;
  }
}
ol li a,
ol dt a,
ol dd a,
ul li a,
ul dt a,
ul dd a,
dl li a,
dl dt a,
dl dd a {
  font-size: inherit;
}
ol dd,
ul dd,
dl dd {
  margin-bottom: 1rem;
}

.acf_content ol,
.acf_content ul,
.acf_content dl,
main ol,
main ul,
main dl {
  font-size: 2.2rem;
  line-height: 1.5;
  margin-bottom: 2em;
}
@media (max-width: 992px) {
  .acf_content ol,
  .acf_content ul,
  .acf_content dl,
  main ol,
  main ul,
  main dl {
    font-size: 1.8rem;
  }
}

ul {
  list-style-position: inside;
  padding-left: 0;
}
ul li:not(.menu-item) {
  padding-left: 0.9em;
  margin-bottom: 0.2em;
  list-style: none;
  position: relative;
}
ul li:not(.menu-item):before {
  content: "";
  position: absolute;
  left: 0.1em;
  top: 0.62em;
  width: 0.3em;
  aspect-ratio: 1/1;
  border-radius: 50%;
  background-color: currentColor;
}
ul li:not(.menu-item) ul {
  margin-top: 1em;
  margin-bottom: 1em;
}
ol:not(.pagination) {
  list-style-position: outside;
  padding-left: 0;
  counter-reset: section;
}
ol:not(.pagination) li {
  list-style: none;
  position: relative;
  padding-left: 1.5em;
  margin-bottom: 1em;
  padding-left: 2.45em;
  line-height: 1.9;
}
ol:not(.pagination) li::before {
  content: "";
  position: absolute;
  display: block;
  width: 0.778em;
  min-width: 0.778em;
  aspect-ratio: 1/1;
  background-image: url(../images/tick-point.svg);
  background-repeat: no-repeat;
  background-size: 100% auto;
  top: 0.6em;
  left: 1em;
}
@media (max-width: 992px) {
  ol:not(.pagination) li em:first-child {
    display: block;
    margin-bottom: 0.2em;
  }
}
ol:not(.pagination) li:has(+ li) {
  margin-bottom: 0.38em;
}
@media (max-width: 992px) {
  ol:not(.pagination) li:has(+ li) {
    margin-bottom: 0.88em;
  }
}

ul.el-select-dropdown__list,
ul.gform_fields,
ul.wc-item-meta,
ul.order_details,
ul.filter-items,
ul.woocommerce-PaymentMethods,
ul.woocommerce-shipping-methods,
ul.woocommerce-order-overview,
ul.wc_payment_methods,
ul.select2-results__options,
.woocommerce-MyAccount-navigation ul,
ul.woocommerce-error,
ul.tabs,
ul.terms-menu,
ul.small-menu,
ul.main-menu,
ul.footer-menu,
ul.sub-menu,
ul.g_fields,
ul.social-menu,
ul.slick {
  list-style: none;
  padding-left: 0;
  padding-top: 0;
}
ul.el-select-dropdown__list > li,
ul.gform_fields > li,
ul.wc-item-meta > li,
ul.order_details > li,
ul.filter-items > li,
ul.woocommerce-PaymentMethods > li,
ul.woocommerce-shipping-methods > li,
ul.woocommerce-order-overview > li,
ul.wc_payment_methods > li,
ul.select2-results__options > li,
.woocommerce-MyAccount-navigation ul > li,
ul.woocommerce-error > li,
ul.tabs > li,
ul.terms-menu > li,
ul.small-menu > li,
ul.main-menu > li,
ul.footer-menu > li,
ul.sub-menu > li,
ul.g_fields > li,
ul.social-menu > li,
ul.slick > li {
  padding-left: 0;
  margin-bottom: 0;
}
ul.el-select-dropdown__list > li:before, ul.el-select-dropdown__list > li:after,
ul.gform_fields > li:before,
ul.gform_fields > li:after,
ul.wc-item-meta > li:before,
ul.wc-item-meta > li:after,
ul.order_details > li:before,
ul.order_details > li:after,
ul.filter-items > li:before,
ul.filter-items > li:after,
ul.woocommerce-PaymentMethods > li:before,
ul.woocommerce-PaymentMethods > li:after,
ul.woocommerce-shipping-methods > li:before,
ul.woocommerce-shipping-methods > li:after,
ul.woocommerce-order-overview > li:before,
ul.woocommerce-order-overview > li:after,
ul.wc_payment_methods > li:before,
ul.wc_payment_methods > li:after,
ul.select2-results__options > li:before,
ul.select2-results__options > li:after,
.woocommerce-MyAccount-navigation ul > li:before,
.woocommerce-MyAccount-navigation ul > li:after,
ul.woocommerce-error > li:before,
ul.woocommerce-error > li:after,
ul.tabs > li:before,
ul.tabs > li:after,
ul.terms-menu > li:before,
ul.terms-menu > li:after,
ul.small-menu > li:before,
ul.small-menu > li:after,
ul.main-menu > li:before,
ul.main-menu > li:after,
ul.footer-menu > li:before,
ul.footer-menu > li:after,
ul.sub-menu > li:before,
ul.sub-menu > li:after,
ul.g_fields > li:before,
ul.g_fields > li:after,
ul.social-menu > li:before,
ul.social-menu > li:after,
ul.slick > li:before,
ul.slick > li:after {
  display: none;
}

html body table:not(.ui-datepicker-calendar) {
  margin-bottom: 1.77778em;
  border: none;
  width: 100% !important;
  background-color: transparent;
  text-align: left;
  table-layout: fixed;
  font-size: 2.2rem;
  line-height: 1.5;
  overflow: hidden;
}
@media (max-width: 992px) {
  html body table:not(.ui-datepicker-calendar) {
    font-size: 1.6rem;
    line-height: 1.625;
  }
}
html body table:not(.ui-datepicker-calendar) * {
  vertical-align: top;
}
html body table:not(.ui-datepicker-calendar):not(:has(thead)) tbody tr:first-of-type td,
html body table:not(.ui-datepicker-calendar):not(:has(thead)) tbody tr:first-of-type th,
html body table:not(.ui-datepicker-calendar) thead td,
html body table:not(.ui-datepicker-calendar) thead th {
  padding: 1.2rem 2.3rem;
  font-family: "Neue Haas Unica Pro", sans-serif;
  color: #1c0f62;
  font-weight: 300;
  color: #222222;
  font-size: 2.2rem;
}
@media (max-width: 992px) {
  html body table:not(.ui-datepicker-calendar):not(:has(thead)) tbody tr:first-of-type td,
  html body table:not(.ui-datepicker-calendar):not(:has(thead)) tbody tr:first-of-type th,
  html body table:not(.ui-datepicker-calendar) thead td,
  html body table:not(.ui-datepicker-calendar) thead th {
    font-size: 1.6rem;
  }
}
html body table:not(.ui-datepicker-calendar):not(:has(thead)) tbody tr:first-of-type td:last-of-type,
html body table:not(.ui-datepicker-calendar):not(:has(thead)) tbody tr:first-of-type th:last-of-type,
html body table:not(.ui-datepicker-calendar) thead td:last-of-type,
html body table:not(.ui-datepicker-calendar) thead th:last-of-type {
  border-right: none;
}
html body table:not(.ui-datepicker-calendar) tbody td {
  padding: 1.2rem 2.3rem;
  color: #1c0f62;
  font-size: 2.2rem;
}
@media (max-width: 992px) {
  html body table:not(.ui-datepicker-calendar) tbody td {
    font-size: 1.6rem;
  }
}

.wp-caption .wp-caption-text {
  color: #1c0f62;
  font-style: italic;
  text-align: left;
}
@media (max-width: 992px) {
  .wp-caption .wp-caption-text {
    font-size: 1.8rem;
    line-height: 1.5;
  }
}
.wp-caption .wp-caption-text {
  font-weight: 300;
}
@media (min-width: 993px) {
  .wp-caption .wp-caption-text {
    font-size: 1.3rem;
    line-height: 1.5;
  }
}
.wp-caption .wp-caption-text:last-of-type:last-of-type {
  margin-bottom: 0;
  padding-top: 0.9rem;
}

.image-caption {
  color: #1c0f62;
  font-style: italic;
  text-align: left;
}
@media (max-width: 992px) {
  .image-caption {
    font-size: 1.8rem;
    line-height: 1.5;
  }
}

svg,
p.p-img a,
p.p-img img,
.wp-caption,
video,
img {
  max-width: 100%;
  width: auto;
  height: auto;
  display: block;
}
svg.alignnone,
p.p-img a.alignnone,
p.p-img img.alignnone,
.wp-caption.alignnone,
video.alignnone,
img.alignnone {
  margin: 0.4em 0 1.2em;
  width: auto;
}
svg.alignright,
p.p-img a.alignright,
p.p-img img.alignright,
.wp-caption.alignright,
video.alignright,
img.alignright {
  float: right;
  margin: 0.4em 0 1.2em 1.2em;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: 50% 50%;
     object-position: 50% 50%;
}
svg.alignleft,
p.p-img a.alignleft,
p.p-img img.alignleft,
.wp-caption.alignleft,
video.alignleft,
img.alignleft {
  float: left;
  margin: 0.4em 1.2em 1.2em 0;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: 50% 50%;
     object-position: 50% 50%;
}
svg.aligncenter,
p.p-img a.aligncenter,
p.p-img img.aligncenter,
.wp-caption.aligncenter,
video.aligncenter,
img.aligncenter {
  clear: both;
  display: block;
  margin: 0.4em auto 1.2em;
  width: auto;
}

img {
  width: 100%;
}

a img.alignright {
  float: right;
  margin: 0.4em 0 1.2em 1.2em;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: 50% 50%;
     object-position: 50% 50%;
}

a img.alignleft {
  float: left;
  margin: 0.4em 1.2em 1.2em 0;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: 50% 50%;
     object-position: 50% 50%;
}

a img.aligncenter {
  clear: both;
  display: block;
  margin: 0.4em auto 1.42em;
  width: auto;
}

::-moz-selection {
  background: #1c0f62;
  color: #FFFFFF;
}

::selection {
  background: #1c0f62;
  color: #FFFFFF;
}

::-moz-selection {
  background: #1c0f62;
  color: #FFFFFF;
}

.fieldset {
  margin-bottom: 0;
}
.fieldset .field {
  position: relative;
  padding-bottom: 1px;
}
.fieldset div.mage-error[generated] {
  position: absolute;
  bottom: 5px;
}

input[type=radio]:focus-visible + span:before,
input[type=radio]:focus-visible + .wpcf7-list-item-label :before,
input[type=radio]:focus-visible + label:before,
input[type=checkbox]:focus-visible + span:before,
input[type=checkbox]:focus-visible + .wpcf7-list-item-label :before,
input[type=checkbox]:focus-visible + label:before,
.wpcf7-not-valid.wpcf7-not-valid.wpcf7-not-valid:focus-visible,
input:focus-visible,
textarea:focus-visible,
select:focus-visible,
input[name][name][name]:focus-visible,
textarea[name][name][name]:focus-visible,
select[name][name][name]:focus-visible {
  border-color: #1cff62 !important;
}

.wpcf7-not-valid.wpcf7-not-valid.wpcf7-not-valid:focus-visible,
.wpcf7-not-valid.wpcf7-not-valid.wpcf7-not-valid,
li.gfield.error input,
.gfield_error .ginput_container_consent label:before,
.gfield_error .ginput_container_consent label:after,
.gfield_error .gchoice label:before,
.gfield_error .gchoice label:after,
.gfield_error input,
.gfield_error select,
.gfield_error .dk-select,
.gfield_error textarea {
  border-color: #E34343 !important;
}

.gfield_error input,
.gfield_error textarea {
  background-image: url(../images/error.svg);
  background-repeat: no-repeat;
  background-position: right 1.4rem top 50%;
  background-size: 1.6rem auto;
  padding-right: 3.8rem;
}

.gfield_error select {
  background-image: url(../images/select-icon.svg), url(../images/error.svg);
  background-repeat: no-repeat;
  background-position: right 4.4rem top 50%, right 1.4rem top 50%;
  background-size: 1.6rem auto;
  padding-right: 6.6rem;
}

pre {
  font-size: 0.5208333333vw;
  font-size: 1rem;
}

.main-wrapper {
  padding-top: 1px;
  margin-top: -1px;
  padding-bottom: 0;
  width: 100%;
  width: 100dvw;
}
.main-wrapper section {
  overflow-x: clip;
}

.inner {
  position: relative;
}

img.full-bg,
.full-bg {
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
  position: relative;
}

video.full-bg,
img.full-bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: 50% 50%;
     object-position: 50% 50%;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}

body .wpml-ls-legacy-dropdown-click {
  width: 7em;
  margin-right: 3.5rem;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
@media (max-width: 992px) {
  body .wpml-ls-legacy-dropdown-click {
    width: auto;
    margin-right: 0;
  }
}
@media (max-width: 992px) {
  body .wpml-ls-legacy-dropdown-click .wpml-ls-native {
    display: none;
  }
}
body .wpml-ls-legacy-dropdown-click .wpml-ls-sub-menu {
  border: none;
}
body .wpml-ls-legacy-dropdown-click .wpml-ls-item-toggle,
body .wpml-ls-legacy-dropdown-click .wpml-ls-sub-menu {
  overflow: hidden;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
body .wpml-ls-legacy-dropdown-click .wpml-ls-item-toggle,
body .wpml-ls-legacy-dropdown-click .wpml-ls-link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: transparent;
  color: #FFFFFF;
  font-size: 1.576rem !important;
  line-height: 1.5;
  font-weight: 600;
  text-transform: uppercase;
  font-family: "Neue Haas Unica Pro", sans-serif;
  text-align: center;
  padding: 0.85rem 2rem;
  background-color: transparent;
  border: 0.2rem solid #FFFFFF !important;
  border-radius: 4.4rem;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.image-slide .swiper-button-next, .image-slide .swiper-button-prev {
  background: #FFF !important;
}

@media (min-width: 993px) {
  body.error404 ul.main-menu.main-menu > li#menu-item-7620 > a {
    color: #1c0f62;
  }
  body.error404 ul.main-menu.main-menu > li#menu-item-7620 > a:hover, body.error404 ul.main-menu.main-menu > li#menu-item-7620 > a:focus-visible {
    color: #0000e1;
  }
}

.container {
  width: 100%;
  padding-right: 10;
  padding-left: 10;
  margin-right: auto;
  margin-left: auto;
}
@media (min-width: 576px) {
  .container {
    max-width: 1703;
  }
}
@media (min-width: 769px) {
  .container {
    max-width: 1704;
  }
}
@media (min-width: 993px) {
  .container {
    max-width: 1705;
  }
}
@media (min-width: 1706) {
  .container {
    max-width: 1706;
  }
}

.container-fluid {
  width: 100%;
  padding-right: 10;
  padding-left: 10;
  margin-right: auto;
  margin-left: auto;
}

.row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-right: -10;
  margin-left: -10;
}
.row.no-padding {
  padding: 0;
}
.row {
  max-width: none;
}

.no-gutters {
  margin-right: 0;
  margin-left: 0;
}
.no-gutters > .col,
.no-gutters > [class*=col-] {
  padding-right: 0;
  padding-left: 0;
}

.col-xl,
.col-xl-auto, .col-xl-12, .col-xl-11, .col-xl-10, .col-xl-9, .col-xl-8, .col-xl-7, .col-xl-6, .col-xl-5, .col-xl-4, .col-xl-3, .col-xl-2, .col-xl-1, .col-lg,
.col-lg-auto, .col-lg-12, .col-lg-11, .col-lg-10, .col-lg-9, .col-lg-8, .col-lg-7, .col-lg-6, .col-lg-5, .col-lg-4, .col-lg-3, .col-lg-2, .col-lg-1, .col-md,
.col-md-auto, .col-md-12, .col-md-11, .col-md-10, .col-md-9, .col-md-8, .col-md-7, .col-md-6, .col-md-5, .col-md-4, .col-md-3, .col-md-2, .col-md-1, .col-sm,
.col-sm-auto, .col-sm-12, .col-sm-11, .col-sm-10, .col-sm-9, .col-sm-8, .col-sm-7, .col-sm-6, .col-sm-5, .col-sm-4, .col-sm-3, .col-sm-2, .col-sm-1, .col,
.col-auto, .col-12, .col-11, .col-10, .col-9, .col-8, .col-7, .col-6, .col-5, .col-4, .col-3, .col-2, .col-1 {
  position: relative;
  width: 100%;
  padding-right: 10;
  padding-left: 10;
}
.no-padding.col-xl,
.no-padding.col-xl-auto, .no-padding.col-xl-12, .no-padding.col-xl-11, .no-padding.col-xl-10, .no-padding.col-xl-9, .no-padding.col-xl-8, .no-padding.col-xl-7, .no-padding.col-xl-6, .no-padding.col-xl-5, .no-padding.col-xl-4, .no-padding.col-xl-3, .no-padding.col-xl-2, .no-padding.col-xl-1, .no-padding.col-lg,
.no-padding.col-lg-auto, .no-padding.col-lg-12, .no-padding.col-lg-11, .no-padding.col-lg-10, .no-padding.col-lg-9, .no-padding.col-lg-8, .no-padding.col-lg-7, .no-padding.col-lg-6, .no-padding.col-lg-5, .no-padding.col-lg-4, .no-padding.col-lg-3, .no-padding.col-lg-2, .no-padding.col-lg-1, .no-padding.col-md,
.no-padding.col-md-auto, .no-padding.col-md-12, .no-padding.col-md-11, .no-padding.col-md-10, .no-padding.col-md-9, .no-padding.col-md-8, .no-padding.col-md-7, .no-padding.col-md-6, .no-padding.col-md-5, .no-padding.col-md-4, .no-padding.col-md-3, .no-padding.col-md-2, .no-padding.col-md-1, .no-padding.col-sm,
.no-padding.col-sm-auto, .no-padding.col-sm-12, .no-padding.col-sm-11, .no-padding.col-sm-10, .no-padding.col-sm-9, .no-padding.col-sm-8, .no-padding.col-sm-7, .no-padding.col-sm-6, .no-padding.col-sm-5, .no-padding.col-sm-4, .no-padding.col-sm-3, .no-padding.col-sm-2, .no-padding.col-sm-1, .no-padding.col,
.no-padding.col-auto, .no-padding.col-12, .no-padding.col-11, .no-padding.col-10, .no-padding.col-9, .no-padding.col-8, .no-padding.col-7, .no-padding.col-6, .no-padding.col-5, .no-padding.col-4, .no-padding.col-3, .no-padding.col-2, .no-padding.col-1 {
  padding: 0;
}

.col {
  -ms-flex-preferred-size: 0;
      flex-basis: 0;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  max-width: 100%;
}

.col-auto {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  width: auto;
  max-width: 100%;
}

.col-1 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 8.3333333333%;
          flex: 0 0 8.3333333333%;
  max-width: 8.3333333333%;
}

.col-2 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 16.6666666667%;
          flex: 0 0 16.6666666667%;
  max-width: 16.6666666667%;
}

.col-3 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 25%;
          flex: 0 0 25%;
  max-width: 25%;
}

.col-4 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 33.3333333333%;
          flex: 0 0 33.3333333333%;
  max-width: 33.3333333333%;
}

.col-5 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 41.6666666667%;
          flex: 0 0 41.6666666667%;
  max-width: 41.6666666667%;
}

.col-6 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 50%;
          flex: 0 0 50%;
  max-width: 50%;
}

.col-7 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 58.3333333333%;
          flex: 0 0 58.3333333333%;
  max-width: 58.3333333333%;
}

.col-8 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 66.6666666667%;
          flex: 0 0 66.6666666667%;
  max-width: 66.6666666667%;
}

.col-9 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 75%;
          flex: 0 0 75%;
  max-width: 75%;
}

.col-10 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 83.3333333333%;
          flex: 0 0 83.3333333333%;
  max-width: 83.3333333333%;
}

.col-11 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 91.6666666667%;
          flex: 0 0 91.6666666667%;
  max-width: 91.6666666667%;
}

.col-12 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 100%;
          flex: 0 0 100%;
  max-width: 100%;
}

.order-first {
  -webkit-box-ordinal-group: 0;
      -ms-flex-order: -1;
          order: -1;
}

.order-last {
  -webkit-box-ordinal-group: 14;
      -ms-flex-order: 13;
          order: 13;
}

.order-0 {
  -webkit-box-ordinal-group: 1;
      -ms-flex-order: 0;
          order: 0;
}

.order-1 {
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
}

.order-2 {
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
}

.order-3 {
  -webkit-box-ordinal-group: 4;
      -ms-flex-order: 3;
          order: 3;
}

.order-4 {
  -webkit-box-ordinal-group: 5;
      -ms-flex-order: 4;
          order: 4;
}

.order-5 {
  -webkit-box-ordinal-group: 6;
      -ms-flex-order: 5;
          order: 5;
}

.order-6 {
  -webkit-box-ordinal-group: 7;
      -ms-flex-order: 6;
          order: 6;
}

.order-7 {
  -webkit-box-ordinal-group: 8;
      -ms-flex-order: 7;
          order: 7;
}

.order-8 {
  -webkit-box-ordinal-group: 9;
      -ms-flex-order: 8;
          order: 8;
}

.order-9 {
  -webkit-box-ordinal-group: 10;
      -ms-flex-order: 9;
          order: 9;
}

.order-10 {
  -webkit-box-ordinal-group: 11;
      -ms-flex-order: 10;
          order: 10;
}

.order-11 {
  -webkit-box-ordinal-group: 12;
      -ms-flex-order: 11;
          order: 11;
}

.order-12 {
  -webkit-box-ordinal-group: 13;
      -ms-flex-order: 12;
          order: 12;
}

.offset-1 {
  margin-left: 8.3333333333%;
}

.offset-2 {
  margin-left: 16.6666666667%;
}

.offset-3 {
  margin-left: 25%;
}

.offset-4 {
  margin-left: 33.3333333333%;
}

.offset-5 {
  margin-left: 41.6666666667%;
}

.offset-6 {
  margin-left: 50%;
}

.offset-7 {
  margin-left: 58.3333333333%;
}

.offset-8 {
  margin-left: 66.6666666667%;
}

.offset-9 {
  margin-left: 75%;
}

.offset-10 {
  margin-left: 83.3333333333%;
}

.offset-11 {
  margin-left: 91.6666666667%;
}

@media (min-width: 576px) {
  .col-sm {
    -ms-flex-preferred-size: 0;
        flex-basis: 0;
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    max-width: 100%;
  }
  .col-sm-auto {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }
  .col-sm-1 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 8.3333333333%;
            flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%;
  }
  .col-sm-2 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 16.6666666667%;
            flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
  .col-sm-3 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 25%;
            flex: 0 0 25%;
    max-width: 25%;
  }
  .col-sm-4 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 33.3333333333%;
            flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .col-sm-5 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 41.6666666667%;
            flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%;
  }
  .col-sm-6 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    max-width: 50%;
  }
  .col-sm-7 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 58.3333333333%;
            flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%;
  }
  .col-sm-8 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 66.6666666667%;
            flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
  }
  .col-sm-9 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 75%;
            flex: 0 0 75%;
    max-width: 75%;
  }
  .col-sm-10 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 83.3333333333%;
            flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%;
  }
  .col-sm-11 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 91.6666666667%;
            flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%;
  }
  .col-sm-12 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%;
  }
  .order-sm-first {
    -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
            order: -1;
  }
  .order-sm-last {
    -webkit-box-ordinal-group: 14;
        -ms-flex-order: 13;
            order: 13;
  }
  .order-sm-0 {
    -webkit-box-ordinal-group: 1;
        -ms-flex-order: 0;
            order: 0;
  }
  .order-sm-1 {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
  .order-sm-2 {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
  .order-sm-3 {
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
  }
  .order-sm-4 {
    -webkit-box-ordinal-group: 5;
        -ms-flex-order: 4;
            order: 4;
  }
  .order-sm-5 {
    -webkit-box-ordinal-group: 6;
        -ms-flex-order: 5;
            order: 5;
  }
  .order-sm-6 {
    -webkit-box-ordinal-group: 7;
        -ms-flex-order: 6;
            order: 6;
  }
  .order-sm-7 {
    -webkit-box-ordinal-group: 8;
        -ms-flex-order: 7;
            order: 7;
  }
  .order-sm-8 {
    -webkit-box-ordinal-group: 9;
        -ms-flex-order: 8;
            order: 8;
  }
  .order-sm-9 {
    -webkit-box-ordinal-group: 10;
        -ms-flex-order: 9;
            order: 9;
  }
  .order-sm-10 {
    -webkit-box-ordinal-group: 11;
        -ms-flex-order: 10;
            order: 10;
  }
  .order-sm-11 {
    -webkit-box-ordinal-group: 12;
        -ms-flex-order: 11;
            order: 11;
  }
  .order-sm-12 {
    -webkit-box-ordinal-group: 13;
        -ms-flex-order: 12;
            order: 12;
  }
  .offset-sm-0 {
    margin-left: 0;
  }
  .offset-sm-1 {
    margin-left: 8.3333333333%;
  }
  .offset-sm-2 {
    margin-left: 16.6666666667%;
  }
  .offset-sm-3 {
    margin-left: 25%;
  }
  .offset-sm-4 {
    margin-left: 33.3333333333%;
  }
  .offset-sm-5 {
    margin-left: 41.6666666667%;
  }
  .offset-sm-6 {
    margin-left: 50%;
  }
  .offset-sm-7 {
    margin-left: 58.3333333333%;
  }
  .offset-sm-8 {
    margin-left: 66.6666666667%;
  }
  .offset-sm-9 {
    margin-left: 75%;
  }
  .offset-sm-10 {
    margin-left: 83.3333333333%;
  }
  .offset-sm-11 {
    margin-left: 91.6666666667%;
  }
}
@media (min-width: 769px) {
  .col-md {
    -ms-flex-preferred-size: 0;
        flex-basis: 0;
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    max-width: 100%;
  }
  .col-md-auto {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }
  .col-md-1 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 8.3333333333%;
            flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%;
  }
  .col-md-2 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 16.6666666667%;
            flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
  .col-md-3 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 25%;
            flex: 0 0 25%;
    max-width: 25%;
  }
  .col-md-4 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 33.3333333333%;
            flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .col-md-5 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 41.6666666667%;
            flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%;
  }
  .col-md-6 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    max-width: 50%;
  }
  .col-md-7 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 58.3333333333%;
            flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%;
  }
  .col-md-8 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 66.6666666667%;
            flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
  }
  .col-md-9 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 75%;
            flex: 0 0 75%;
    max-width: 75%;
  }
  .col-md-10 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 83.3333333333%;
            flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%;
  }
  .col-md-11 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 91.6666666667%;
            flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%;
  }
  .col-md-12 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%;
  }
  .order-md-first {
    -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
            order: -1;
  }
  .order-md-last {
    -webkit-box-ordinal-group: 14;
        -ms-flex-order: 13;
            order: 13;
  }
  .order-md-0 {
    -webkit-box-ordinal-group: 1;
        -ms-flex-order: 0;
            order: 0;
  }
  .order-md-1 {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
  .order-md-2 {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
  .order-md-3 {
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
  }
  .order-md-4 {
    -webkit-box-ordinal-group: 5;
        -ms-flex-order: 4;
            order: 4;
  }
  .order-md-5 {
    -webkit-box-ordinal-group: 6;
        -ms-flex-order: 5;
            order: 5;
  }
  .order-md-6 {
    -webkit-box-ordinal-group: 7;
        -ms-flex-order: 6;
            order: 6;
  }
  .order-md-7 {
    -webkit-box-ordinal-group: 8;
        -ms-flex-order: 7;
            order: 7;
  }
  .order-md-8 {
    -webkit-box-ordinal-group: 9;
        -ms-flex-order: 8;
            order: 8;
  }
  .order-md-9 {
    -webkit-box-ordinal-group: 10;
        -ms-flex-order: 9;
            order: 9;
  }
  .order-md-10 {
    -webkit-box-ordinal-group: 11;
        -ms-flex-order: 10;
            order: 10;
  }
  .order-md-11 {
    -webkit-box-ordinal-group: 12;
        -ms-flex-order: 11;
            order: 11;
  }
  .order-md-12 {
    -webkit-box-ordinal-group: 13;
        -ms-flex-order: 12;
            order: 12;
  }
  .offset-md-0 {
    margin-left: 0;
  }
  .offset-md-1 {
    margin-left: 8.3333333333%;
  }
  .offset-md-2 {
    margin-left: 16.6666666667%;
  }
  .offset-md-3 {
    margin-left: 25%;
  }
  .offset-md-4 {
    margin-left: 33.3333333333%;
  }
  .offset-md-5 {
    margin-left: 41.6666666667%;
  }
  .offset-md-6 {
    margin-left: 50%;
  }
  .offset-md-7 {
    margin-left: 58.3333333333%;
  }
  .offset-md-8 {
    margin-left: 66.6666666667%;
  }
  .offset-md-9 {
    margin-left: 75%;
  }
  .offset-md-10 {
    margin-left: 83.3333333333%;
  }
  .offset-md-11 {
    margin-left: 91.6666666667%;
  }
}
@media (min-width: 993px) {
  .col-lg {
    -ms-flex-preferred-size: 0;
        flex-basis: 0;
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    max-width: 100%;
  }
  .col-lg-auto {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }
  .col-lg-1 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 8.3333333333%;
            flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%;
  }
  .col-lg-2 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 16.6666666667%;
            flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
  .col-lg-3 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 25%;
            flex: 0 0 25%;
    max-width: 25%;
  }
  .col-lg-4 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 33.3333333333%;
            flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .col-lg-5 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 41.6666666667%;
            flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%;
  }
  .col-lg-6 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    max-width: 50%;
  }
  .col-lg-7 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 58.3333333333%;
            flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%;
  }
  .col-lg-8 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 66.6666666667%;
            flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
  }
  .col-lg-9 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 75%;
            flex: 0 0 75%;
    max-width: 75%;
  }
  .col-lg-10 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 83.3333333333%;
            flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%;
  }
  .col-lg-11 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 91.6666666667%;
            flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%;
  }
  .col-lg-12 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%;
  }
  .order-lg-first {
    -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
            order: -1;
  }
  .order-lg-last {
    -webkit-box-ordinal-group: 14;
        -ms-flex-order: 13;
            order: 13;
  }
  .order-lg-0 {
    -webkit-box-ordinal-group: 1;
        -ms-flex-order: 0;
            order: 0;
  }
  .order-lg-1 {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
  .order-lg-2 {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
  .order-lg-3 {
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
  }
  .order-lg-4 {
    -webkit-box-ordinal-group: 5;
        -ms-flex-order: 4;
            order: 4;
  }
  .order-lg-5 {
    -webkit-box-ordinal-group: 6;
        -ms-flex-order: 5;
            order: 5;
  }
  .order-lg-6 {
    -webkit-box-ordinal-group: 7;
        -ms-flex-order: 6;
            order: 6;
  }
  .order-lg-7 {
    -webkit-box-ordinal-group: 8;
        -ms-flex-order: 7;
            order: 7;
  }
  .order-lg-8 {
    -webkit-box-ordinal-group: 9;
        -ms-flex-order: 8;
            order: 8;
  }
  .order-lg-9 {
    -webkit-box-ordinal-group: 10;
        -ms-flex-order: 9;
            order: 9;
  }
  .order-lg-10 {
    -webkit-box-ordinal-group: 11;
        -ms-flex-order: 10;
            order: 10;
  }
  .order-lg-11 {
    -webkit-box-ordinal-group: 12;
        -ms-flex-order: 11;
            order: 11;
  }
  .order-lg-12 {
    -webkit-box-ordinal-group: 13;
        -ms-flex-order: 12;
            order: 12;
  }
  .offset-lg-0 {
    margin-left: 0;
  }
  .offset-lg-1 {
    margin-left: 8.3333333333%;
  }
  .offset-lg-2 {
    margin-left: 16.6666666667%;
  }
  .offset-lg-3 {
    margin-left: 25%;
  }
  .offset-lg-4 {
    margin-left: 33.3333333333%;
  }
  .offset-lg-5 {
    margin-left: 41.6666666667%;
  }
  .offset-lg-6 {
    margin-left: 50%;
  }
  .offset-lg-7 {
    margin-left: 58.3333333333%;
  }
  .offset-lg-8 {
    margin-left: 66.6666666667%;
  }
  .offset-lg-9 {
    margin-left: 75%;
  }
  .offset-lg-10 {
    margin-left: 83.3333333333%;
  }
  .offset-lg-11 {
    margin-left: 91.6666666667%;
  }
}
@media (min-width: 1706) {
  .col-xl {
    -ms-flex-preferred-size: 0;
        flex-basis: 0;
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    max-width: 100%;
  }
  .col-xl-auto {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }
  .col-xl-1 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 8.3333333333%;
            flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%;
  }
  .col-xl-2 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 16.6666666667%;
            flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
  .col-xl-3 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 25%;
            flex: 0 0 25%;
    max-width: 25%;
  }
  .col-xl-4 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 33.3333333333%;
            flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .col-xl-5 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 41.6666666667%;
            flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%;
  }
  .col-xl-6 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    max-width: 50%;
  }
  .col-xl-7 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 58.3333333333%;
            flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%;
  }
  .col-xl-8 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 66.6666666667%;
            flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
  }
  .col-xl-9 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 75%;
            flex: 0 0 75%;
    max-width: 75%;
  }
  .col-xl-10 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 83.3333333333%;
            flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%;
  }
  .col-xl-11 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 91.6666666667%;
            flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%;
  }
  .col-xl-12 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%;
  }
  .order-xl-first {
    -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
            order: -1;
  }
  .order-xl-last {
    -webkit-box-ordinal-group: 14;
        -ms-flex-order: 13;
            order: 13;
  }
  .order-xl-0 {
    -webkit-box-ordinal-group: 1;
        -ms-flex-order: 0;
            order: 0;
  }
  .order-xl-1 {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
  .order-xl-2 {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
  .order-xl-3 {
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
  }
  .order-xl-4 {
    -webkit-box-ordinal-group: 5;
        -ms-flex-order: 4;
            order: 4;
  }
  .order-xl-5 {
    -webkit-box-ordinal-group: 6;
        -ms-flex-order: 5;
            order: 5;
  }
  .order-xl-6 {
    -webkit-box-ordinal-group: 7;
        -ms-flex-order: 6;
            order: 6;
  }
  .order-xl-7 {
    -webkit-box-ordinal-group: 8;
        -ms-flex-order: 7;
            order: 7;
  }
  .order-xl-8 {
    -webkit-box-ordinal-group: 9;
        -ms-flex-order: 8;
            order: 8;
  }
  .order-xl-9 {
    -webkit-box-ordinal-group: 10;
        -ms-flex-order: 9;
            order: 9;
  }
  .order-xl-10 {
    -webkit-box-ordinal-group: 11;
        -ms-flex-order: 10;
            order: 10;
  }
  .order-xl-11 {
    -webkit-box-ordinal-group: 12;
        -ms-flex-order: 11;
            order: 11;
  }
  .order-xl-12 {
    -webkit-box-ordinal-group: 13;
        -ms-flex-order: 12;
            order: 12;
  }
  .offset-xl-0 {
    margin-left: 0;
  }
  .offset-xl-1 {
    margin-left: 8.3333333333%;
  }
  .offset-xl-2 {
    margin-left: 16.6666666667%;
  }
  .offset-xl-3 {
    margin-left: 25%;
  }
  .offset-xl-4 {
    margin-left: 33.3333333333%;
  }
  .offset-xl-5 {
    margin-left: 41.6666666667%;
  }
  .offset-xl-6 {
    margin-left: 50%;
  }
  .offset-xl-7 {
    margin-left: 58.3333333333%;
  }
  .offset-xl-8 {
    margin-left: 66.6666666667%;
  }
  .offset-xl-9 {
    margin-left: 75%;
  }
  .offset-xl-10 {
    margin-left: 83.3333333333%;
  }
  .offset-xl-11 {
    margin-left: 91.6666666667%;
  }
}
.flex-row {
  -webkit-box-orient: horizontal !important;
  -webkit-box-direction: normal !important;
      -ms-flex-direction: row !important;
          flex-direction: row !important;
}

.flex-column {
  -webkit-box-orient: vertical !important;
  -webkit-box-direction: normal !important;
      -ms-flex-direction: column !important;
          flex-direction: column !important;
}

.flex-row-reverse {
  -webkit-box-orient: horizontal !important;
  -webkit-box-direction: reverse !important;
      -ms-flex-direction: row-reverse !important;
          flex-direction: row-reverse !important;
}

.flex-column-reverse {
  -webkit-box-orient: vertical !important;
  -webkit-box-direction: reverse !important;
      -ms-flex-direction: column-reverse !important;
          flex-direction: column-reverse !important;
}

.flex-wrap {
  -ms-flex-wrap: wrap !important;
      flex-wrap: wrap !important;
}

.flex-nowrap {
  -ms-flex-wrap: nowrap !important;
      flex-wrap: nowrap !important;
}

.flex-wrap-reverse {
  -ms-flex-wrap: wrap-reverse !important;
      flex-wrap: wrap-reverse !important;
}

.flex-fill {
  -webkit-box-flex: 1 !important;
      -ms-flex: 1 1 auto !important;
          flex: 1 1 auto !important;
}

.flex-grow-0 {
  -webkit-box-flex: 0 !important;
      -ms-flex-positive: 0 !important;
          flex-grow: 0 !important;
}

.flex-grow-1 {
  -webkit-box-flex: 1 !important;
      -ms-flex-positive: 1 !important;
          flex-grow: 1 !important;
}

.flex-shrink-0 {
  -ms-flex-negative: 0 !important;
      flex-shrink: 0 !important;
}

.flex-shrink-1 {
  -ms-flex-negative: 1 !important;
      flex-shrink: 1 !important;
}

.justify-content-start {
  -webkit-box-pack: start !important;
      -ms-flex-pack: start !important;
          justify-content: flex-start !important;
}

.justify-content-end {
  -webkit-box-pack: end !important;
      -ms-flex-pack: end !important;
          justify-content: flex-end !important;
}

.justify-content-center {
  -webkit-box-pack: center !important;
      -ms-flex-pack: center !important;
          justify-content: center !important;
}

.justify-content-between {
  -webkit-box-pack: justify !important;
      -ms-flex-pack: justify !important;
          justify-content: space-between !important;
}

.justify-content-around {
  -ms-flex-pack: distribute !important;
      justify-content: space-around !important;
}

.align-items-start {
  -webkit-box-align: start !important;
      -ms-flex-align: start !important;
          align-items: flex-start !important;
}

.align-items-end {
  -webkit-box-align: end !important;
      -ms-flex-align: end !important;
          align-items: flex-end !important;
}

.align-items-center {
  -webkit-box-align: center !important;
      -ms-flex-align: center !important;
          align-items: center !important;
}

.align-items-baseline {
  -webkit-box-align: baseline !important;
      -ms-flex-align: baseline !important;
          align-items: baseline !important;
}

.align-items-stretch {
  -webkit-box-align: stretch !important;
      -ms-flex-align: stretch !important;
          align-items: stretch !important;
}

.align-content-start {
  -ms-flex-line-pack: start !important;
      align-content: flex-start !important;
}

.align-content-end {
  -ms-flex-line-pack: end !important;
      align-content: flex-end !important;
}

.align-content-center {
  -ms-flex-line-pack: center !important;
      align-content: center !important;
}

.align-content-between {
  -ms-flex-line-pack: justify !important;
      align-content: space-between !important;
}

.align-content-around {
  -ms-flex-line-pack: distribute !important;
      align-content: space-around !important;
}

.align-content-stretch {
  -ms-flex-line-pack: stretch !important;
      align-content: stretch !important;
}

.align-self-auto {
  -ms-flex-item-align: auto !important;
      align-self: auto !important;
}

.align-self-start {
  -ms-flex-item-align: start !important;
      align-self: flex-start !important;
}

.align-self-end {
  -ms-flex-item-align: end !important;
      align-self: flex-end !important;
}

.align-self-center {
  -ms-flex-item-align: center !important;
      align-self: center !important;
}

.align-self-baseline {
  -ms-flex-item-align: baseline !important;
      align-self: baseline !important;
}

.align-self-stretch {
  -ms-flex-item-align: stretch !important;
      align-self: stretch !important;
}

@media (min-width: 576px) {
  .flex-sm-row {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
        -ms-flex-direction: row !important;
            flex-direction: row !important;
  }
  .flex-sm-column {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
        -ms-flex-direction: column !important;
            flex-direction: column !important;
  }
  .flex-sm-row-reverse {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: reverse !important;
        -ms-flex-direction: row-reverse !important;
            flex-direction: row-reverse !important;
  }
  .flex-sm-column-reverse {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: reverse !important;
        -ms-flex-direction: column-reverse !important;
            flex-direction: column-reverse !important;
  }
  .flex-sm-wrap {
    -ms-flex-wrap: wrap !important;
        flex-wrap: wrap !important;
  }
  .flex-sm-nowrap {
    -ms-flex-wrap: nowrap !important;
        flex-wrap: nowrap !important;
  }
  .flex-sm-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
        flex-wrap: wrap-reverse !important;
  }
  .flex-sm-fill {
    -webkit-box-flex: 1 !important;
        -ms-flex: 1 1 auto !important;
            flex: 1 1 auto !important;
  }
  .flex-sm-grow-0 {
    -webkit-box-flex: 0 !important;
        -ms-flex-positive: 0 !important;
            flex-grow: 0 !important;
  }
  .flex-sm-grow-1 {
    -webkit-box-flex: 1 !important;
        -ms-flex-positive: 1 !important;
            flex-grow: 1 !important;
  }
  .flex-sm-shrink-0 {
    -ms-flex-negative: 0 !important;
        flex-shrink: 0 !important;
  }
  .flex-sm-shrink-1 {
    -ms-flex-negative: 1 !important;
        flex-shrink: 1 !important;
  }
  .justify-content-sm-start {
    -webkit-box-pack: start !important;
        -ms-flex-pack: start !important;
            justify-content: flex-start !important;
  }
  .justify-content-sm-end {
    -webkit-box-pack: end !important;
        -ms-flex-pack: end !important;
            justify-content: flex-end !important;
  }
  .justify-content-sm-center {
    -webkit-box-pack: center !important;
        -ms-flex-pack: center !important;
            justify-content: center !important;
  }
  .justify-content-sm-between {
    -webkit-box-pack: justify !important;
        -ms-flex-pack: justify !important;
            justify-content: space-between !important;
  }
  .justify-content-sm-around {
    -ms-flex-pack: distribute !important;
        justify-content: space-around !important;
  }
  .align-items-sm-start {
    -webkit-box-align: start !important;
        -ms-flex-align: start !important;
            align-items: flex-start !important;
  }
  .align-items-sm-end {
    -webkit-box-align: end !important;
        -ms-flex-align: end !important;
            align-items: flex-end !important;
  }
  .align-items-sm-center {
    -webkit-box-align: center !important;
        -ms-flex-align: center !important;
            align-items: center !important;
  }
  .align-items-sm-baseline {
    -webkit-box-align: baseline !important;
        -ms-flex-align: baseline !important;
            align-items: baseline !important;
  }
  .align-items-sm-stretch {
    -webkit-box-align: stretch !important;
        -ms-flex-align: stretch !important;
            align-items: stretch !important;
  }
  .align-content-sm-start {
    -ms-flex-line-pack: start !important;
        align-content: flex-start !important;
  }
  .align-content-sm-end {
    -ms-flex-line-pack: end !important;
        align-content: flex-end !important;
  }
  .align-content-sm-center {
    -ms-flex-line-pack: center !important;
        align-content: center !important;
  }
  .align-content-sm-between {
    -ms-flex-line-pack: justify !important;
        align-content: space-between !important;
  }
  .align-content-sm-around {
    -ms-flex-line-pack: distribute !important;
        align-content: space-around !important;
  }
  .align-content-sm-stretch {
    -ms-flex-line-pack: stretch !important;
        align-content: stretch !important;
  }
  .align-self-sm-auto {
    -ms-flex-item-align: auto !important;
        align-self: auto !important;
  }
  .align-self-sm-start {
    -ms-flex-item-align: start !important;
        align-self: flex-start !important;
  }
  .align-self-sm-end {
    -ms-flex-item-align: end !important;
        align-self: flex-end !important;
  }
  .align-self-sm-center {
    -ms-flex-item-align: center !important;
        align-self: center !important;
  }
  .align-self-sm-baseline {
    -ms-flex-item-align: baseline !important;
        align-self: baseline !important;
  }
  .align-self-sm-stretch {
    -ms-flex-item-align: stretch !important;
        align-self: stretch !important;
  }
}
@media (min-width: 769px) {
  .flex-md-row {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
        -ms-flex-direction: row !important;
            flex-direction: row !important;
  }
  .flex-md-column {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
        -ms-flex-direction: column !important;
            flex-direction: column !important;
  }
  .flex-md-row-reverse {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: reverse !important;
        -ms-flex-direction: row-reverse !important;
            flex-direction: row-reverse !important;
  }
  .flex-md-column-reverse {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: reverse !important;
        -ms-flex-direction: column-reverse !important;
            flex-direction: column-reverse !important;
  }
  .flex-md-wrap {
    -ms-flex-wrap: wrap !important;
        flex-wrap: wrap !important;
  }
  .flex-md-nowrap {
    -ms-flex-wrap: nowrap !important;
        flex-wrap: nowrap !important;
  }
  .flex-md-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
        flex-wrap: wrap-reverse !important;
  }
  .flex-md-fill {
    -webkit-box-flex: 1 !important;
        -ms-flex: 1 1 auto !important;
            flex: 1 1 auto !important;
  }
  .flex-md-grow-0 {
    -webkit-box-flex: 0 !important;
        -ms-flex-positive: 0 !important;
            flex-grow: 0 !important;
  }
  .flex-md-grow-1 {
    -webkit-box-flex: 1 !important;
        -ms-flex-positive: 1 !important;
            flex-grow: 1 !important;
  }
  .flex-md-shrink-0 {
    -ms-flex-negative: 0 !important;
        flex-shrink: 0 !important;
  }
  .flex-md-shrink-1 {
    -ms-flex-negative: 1 !important;
        flex-shrink: 1 !important;
  }
  .justify-content-md-start {
    -webkit-box-pack: start !important;
        -ms-flex-pack: start !important;
            justify-content: flex-start !important;
  }
  .justify-content-md-end {
    -webkit-box-pack: end !important;
        -ms-flex-pack: end !important;
            justify-content: flex-end !important;
  }
  .justify-content-md-center {
    -webkit-box-pack: center !important;
        -ms-flex-pack: center !important;
            justify-content: center !important;
  }
  .justify-content-md-between {
    -webkit-box-pack: justify !important;
        -ms-flex-pack: justify !important;
            justify-content: space-between !important;
  }
  .justify-content-md-around {
    -ms-flex-pack: distribute !important;
        justify-content: space-around !important;
  }
  .align-items-md-start {
    -webkit-box-align: start !important;
        -ms-flex-align: start !important;
            align-items: flex-start !important;
  }
  .align-items-md-end {
    -webkit-box-align: end !important;
        -ms-flex-align: end !important;
            align-items: flex-end !important;
  }
  .align-items-md-center {
    -webkit-box-align: center !important;
        -ms-flex-align: center !important;
            align-items: center !important;
  }
  .align-items-md-baseline {
    -webkit-box-align: baseline !important;
        -ms-flex-align: baseline !important;
            align-items: baseline !important;
  }
  .align-items-md-stretch {
    -webkit-box-align: stretch !important;
        -ms-flex-align: stretch !important;
            align-items: stretch !important;
  }
  .align-content-md-start {
    -ms-flex-line-pack: start !important;
        align-content: flex-start !important;
  }
  .align-content-md-end {
    -ms-flex-line-pack: end !important;
        align-content: flex-end !important;
  }
  .align-content-md-center {
    -ms-flex-line-pack: center !important;
        align-content: center !important;
  }
  .align-content-md-between {
    -ms-flex-line-pack: justify !important;
        align-content: space-between !important;
  }
  .align-content-md-around {
    -ms-flex-line-pack: distribute !important;
        align-content: space-around !important;
  }
  .align-content-md-stretch {
    -ms-flex-line-pack: stretch !important;
        align-content: stretch !important;
  }
  .align-self-md-auto {
    -ms-flex-item-align: auto !important;
        align-self: auto !important;
  }
  .align-self-md-start {
    -ms-flex-item-align: start !important;
        align-self: flex-start !important;
  }
  .align-self-md-end {
    -ms-flex-item-align: end !important;
        align-self: flex-end !important;
  }
  .align-self-md-center {
    -ms-flex-item-align: center !important;
        align-self: center !important;
  }
  .align-self-md-baseline {
    -ms-flex-item-align: baseline !important;
        align-self: baseline !important;
  }
  .align-self-md-stretch {
    -ms-flex-item-align: stretch !important;
        align-self: stretch !important;
  }
}
@media (min-width: 993px) {
  .flex-lg-row {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
        -ms-flex-direction: row !important;
            flex-direction: row !important;
  }
  .flex-lg-column {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
        -ms-flex-direction: column !important;
            flex-direction: column !important;
  }
  .flex-lg-row-reverse {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: reverse !important;
        -ms-flex-direction: row-reverse !important;
            flex-direction: row-reverse !important;
  }
  .flex-lg-column-reverse {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: reverse !important;
        -ms-flex-direction: column-reverse !important;
            flex-direction: column-reverse !important;
  }
  .flex-lg-wrap {
    -ms-flex-wrap: wrap !important;
        flex-wrap: wrap !important;
  }
  .flex-lg-nowrap {
    -ms-flex-wrap: nowrap !important;
        flex-wrap: nowrap !important;
  }
  .flex-lg-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
        flex-wrap: wrap-reverse !important;
  }
  .flex-lg-fill {
    -webkit-box-flex: 1 !important;
        -ms-flex: 1 1 auto !important;
            flex: 1 1 auto !important;
  }
  .flex-lg-grow-0 {
    -webkit-box-flex: 0 !important;
        -ms-flex-positive: 0 !important;
            flex-grow: 0 !important;
  }
  .flex-lg-grow-1 {
    -webkit-box-flex: 1 !important;
        -ms-flex-positive: 1 !important;
            flex-grow: 1 !important;
  }
  .flex-lg-shrink-0 {
    -ms-flex-negative: 0 !important;
        flex-shrink: 0 !important;
  }
  .flex-lg-shrink-1 {
    -ms-flex-negative: 1 !important;
        flex-shrink: 1 !important;
  }
  .justify-content-lg-start {
    -webkit-box-pack: start !important;
        -ms-flex-pack: start !important;
            justify-content: flex-start !important;
  }
  .justify-content-lg-end {
    -webkit-box-pack: end !important;
        -ms-flex-pack: end !important;
            justify-content: flex-end !important;
  }
  .justify-content-lg-center {
    -webkit-box-pack: center !important;
        -ms-flex-pack: center !important;
            justify-content: center !important;
  }
  .justify-content-lg-between {
    -webkit-box-pack: justify !important;
        -ms-flex-pack: justify !important;
            justify-content: space-between !important;
  }
  .justify-content-lg-around {
    -ms-flex-pack: distribute !important;
        justify-content: space-around !important;
  }
  .align-items-lg-start {
    -webkit-box-align: start !important;
        -ms-flex-align: start !important;
            align-items: flex-start !important;
  }
  .align-items-lg-end {
    -webkit-box-align: end !important;
        -ms-flex-align: end !important;
            align-items: flex-end !important;
  }
  .align-items-lg-center {
    -webkit-box-align: center !important;
        -ms-flex-align: center !important;
            align-items: center !important;
  }
  .align-items-lg-baseline {
    -webkit-box-align: baseline !important;
        -ms-flex-align: baseline !important;
            align-items: baseline !important;
  }
  .align-items-lg-stretch {
    -webkit-box-align: stretch !important;
        -ms-flex-align: stretch !important;
            align-items: stretch !important;
  }
  .align-content-lg-start {
    -ms-flex-line-pack: start !important;
        align-content: flex-start !important;
  }
  .align-content-lg-end {
    -ms-flex-line-pack: end !important;
        align-content: flex-end !important;
  }
  .align-content-lg-center {
    -ms-flex-line-pack: center !important;
        align-content: center !important;
  }
  .align-content-lg-between {
    -ms-flex-line-pack: justify !important;
        align-content: space-between !important;
  }
  .align-content-lg-around {
    -ms-flex-line-pack: distribute !important;
        align-content: space-around !important;
  }
  .align-content-lg-stretch {
    -ms-flex-line-pack: stretch !important;
        align-content: stretch !important;
  }
  .align-self-lg-auto {
    -ms-flex-item-align: auto !important;
        align-self: auto !important;
  }
  .align-self-lg-start {
    -ms-flex-item-align: start !important;
        align-self: flex-start !important;
  }
  .align-self-lg-end {
    -ms-flex-item-align: end !important;
        align-self: flex-end !important;
  }
  .align-self-lg-center {
    -ms-flex-item-align: center !important;
        align-self: center !important;
  }
  .align-self-lg-baseline {
    -ms-flex-item-align: baseline !important;
        align-self: baseline !important;
  }
  .align-self-lg-stretch {
    -ms-flex-item-align: stretch !important;
        align-self: stretch !important;
  }
}
@media (min-width: 1706) {
  .flex-xl-row {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
        -ms-flex-direction: row !important;
            flex-direction: row !important;
  }
  .flex-xl-column {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
        -ms-flex-direction: column !important;
            flex-direction: column !important;
  }
  .flex-xl-row-reverse {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: reverse !important;
        -ms-flex-direction: row-reverse !important;
            flex-direction: row-reverse !important;
  }
  .flex-xl-column-reverse {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: reverse !important;
        -ms-flex-direction: column-reverse !important;
            flex-direction: column-reverse !important;
  }
  .flex-xl-wrap {
    -ms-flex-wrap: wrap !important;
        flex-wrap: wrap !important;
  }
  .flex-xl-nowrap {
    -ms-flex-wrap: nowrap !important;
        flex-wrap: nowrap !important;
  }
  .flex-xl-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
        flex-wrap: wrap-reverse !important;
  }
  .flex-xl-fill {
    -webkit-box-flex: 1 !important;
        -ms-flex: 1 1 auto !important;
            flex: 1 1 auto !important;
  }
  .flex-xl-grow-0 {
    -webkit-box-flex: 0 !important;
        -ms-flex-positive: 0 !important;
            flex-grow: 0 !important;
  }
  .flex-xl-grow-1 {
    -webkit-box-flex: 1 !important;
        -ms-flex-positive: 1 !important;
            flex-grow: 1 !important;
  }
  .flex-xl-shrink-0 {
    -ms-flex-negative: 0 !important;
        flex-shrink: 0 !important;
  }
  .flex-xl-shrink-1 {
    -ms-flex-negative: 1 !important;
        flex-shrink: 1 !important;
  }
  .justify-content-xl-start {
    -webkit-box-pack: start !important;
        -ms-flex-pack: start !important;
            justify-content: flex-start !important;
  }
  .justify-content-xl-end {
    -webkit-box-pack: end !important;
        -ms-flex-pack: end !important;
            justify-content: flex-end !important;
  }
  .justify-content-xl-center {
    -webkit-box-pack: center !important;
        -ms-flex-pack: center !important;
            justify-content: center !important;
  }
  .justify-content-xl-between {
    -webkit-box-pack: justify !important;
        -ms-flex-pack: justify !important;
            justify-content: space-between !important;
  }
  .justify-content-xl-around {
    -ms-flex-pack: distribute !important;
        justify-content: space-around !important;
  }
  .align-items-xl-start {
    -webkit-box-align: start !important;
        -ms-flex-align: start !important;
            align-items: flex-start !important;
  }
  .align-items-xl-end {
    -webkit-box-align: end !important;
        -ms-flex-align: end !important;
            align-items: flex-end !important;
  }
  .align-items-xl-center {
    -webkit-box-align: center !important;
        -ms-flex-align: center !important;
            align-items: center !important;
  }
  .align-items-xl-baseline {
    -webkit-box-align: baseline !important;
        -ms-flex-align: baseline !important;
            align-items: baseline !important;
  }
  .align-items-xl-stretch {
    -webkit-box-align: stretch !important;
        -ms-flex-align: stretch !important;
            align-items: stretch !important;
  }
  .align-content-xl-start {
    -ms-flex-line-pack: start !important;
        align-content: flex-start !important;
  }
  .align-content-xl-end {
    -ms-flex-line-pack: end !important;
        align-content: flex-end !important;
  }
  .align-content-xl-center {
    -ms-flex-line-pack: center !important;
        align-content: center !important;
  }
  .align-content-xl-between {
    -ms-flex-line-pack: justify !important;
        align-content: space-between !important;
  }
  .align-content-xl-around {
    -ms-flex-line-pack: distribute !important;
        align-content: space-around !important;
  }
  .align-content-xl-stretch {
    -ms-flex-line-pack: stretch !important;
        align-content: stretch !important;
  }
  .align-self-xl-auto {
    -ms-flex-item-align: auto !important;
        align-self: auto !important;
  }
  .align-self-xl-start {
    -ms-flex-item-align: start !important;
        align-self: flex-start !important;
  }
  .align-self-xl-end {
    -ms-flex-item-align: end !important;
        align-self: flex-end !important;
  }
  .align-self-xl-center {
    -ms-flex-item-align: center !important;
        align-self: center !important;
  }
  .align-self-xl-baseline {
    -ms-flex-item-align: baseline !important;
        align-self: baseline !important;
  }
  .align-self-xl-stretch {
    -ms-flex-item-align: stretch !important;
        align-self: stretch !important;
  }
}
.container-fluid.no-padding,
.container.no-padding {
  padding-left: 0;
  padding-right: 0;
}

/* adapted boostap 4 grid*/
header[role=banner] {
  z-index: 50;
  width: 100%;
  -webkit-transform: translateZ(0);
          transform: translateZ(0);
  -webkit-perspective: 999999px;
          perspective: 999999px;
  position: relative;
  top: 0;
  left: 0;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

body.page-template-template-manifesto header[role=banner]:before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0.6rem;
  left: 0;
  width: 100%;
  background-color: #FFFFFF;
  z-index: -1;
}

@media (max-width: 992px) {
  body:has(.main-wrapper > section.hero-gradient-section:first-of-type) .burger:not(.open) .line1,
  body:has(.main-wrapper > section.text-with-form-section:first-of-type) .burger:not(.open) .line1,
  body:has(.main-wrapper > section.hero-section:first-of-type) .burger:not(.open) .line1,
  body:has(.main-wrapper > section.home-hero-section:first-of-type) .burger:not(.open) .line1 {
    background-color: #FFFFFF;
  }
  body:has(.main-wrapper > section.hero-gradient-section:first-of-type) .burger:not(.open) .line1:before, body:has(.main-wrapper > section.hero-gradient-section:first-of-type) .burger:not(.open) .line1:after,
  body:has(.main-wrapper > section.text-with-form-section:first-of-type) .burger:not(.open) .line1:before,
  body:has(.main-wrapper > section.text-with-form-section:first-of-type) .burger:not(.open) .line1:after,
  body:has(.main-wrapper > section.hero-section:first-of-type) .burger:not(.open) .line1:before,
  body:has(.main-wrapper > section.hero-section:first-of-type) .burger:not(.open) .line1:after,
  body:has(.main-wrapper > section.home-hero-section:first-of-type) .burger:not(.open) .line1:before,
  body:has(.main-wrapper > section.home-hero-section:first-of-type) .burger:not(.open) .line1:after {
    background-color: #FFFFFF;
  }
}
body:has(.main-wrapper > section.hero-gradient-section:first-of-type) header[role=banner],
body:has(.main-wrapper > section.text-with-form-section:first-of-type) header[role=banner],
body:has(.main-wrapper > section.hero-section:first-of-type) header[role=banner],
body:has(.main-wrapper > section.home-hero-section:first-of-type) header[role=banner] {
  background-color: #1c0f62;
}
body:has(.main-wrapper > section.hero-gradient-section:first-of-type) header[role=banner] .container:after,
body:has(.main-wrapper > section.text-with-form-section:first-of-type) header[role=banner] .container:after,
body:has(.main-wrapper > section.hero-section:first-of-type) header[role=banner] .container:after,
body:has(.main-wrapper > section.home-hero-section:first-of-type) header[role=banner] .container:after {
  display: none;
}
body:has(.main-wrapper > section.hero-gradient-section:first-of-type) #site-logo *,
body:has(.main-wrapper > section.hero-gradient-section:first-of-type) .moli-link *,
body:has(.main-wrapper > section.text-with-form-section:first-of-type) #site-logo *,
body:has(.main-wrapper > section.text-with-form-section:first-of-type) .moli-link *,
body:has(.main-wrapper > section.hero-section:first-of-type) #site-logo *,
body:has(.main-wrapper > section.hero-section:first-of-type) .moli-link *,
body:has(.main-wrapper > section.home-hero-section:first-of-type) #site-logo *,
body:has(.main-wrapper > section.home-hero-section:first-of-type) .moli-link * {
  fill: #FFFFFF;
}
body:has(.main-wrapper > section.hero-gradient-section:first-of-type) .moli-link *,
body:has(.main-wrapper > section.text-with-form-section:first-of-type) .moli-link *,
body:has(.main-wrapper > section.hero-section:first-of-type) .moli-link *,
body:has(.main-wrapper > section.home-hero-section:first-of-type) .moli-link * {
  fill: #00ffff;
}
body:has(.main-wrapper > section.hero-gradient-section:first-of-type) .moli-link .circle-path,
body:has(.main-wrapper > section.hero-gradient-section:first-of-type) .moli-link .arrow-cable,
body:has(.main-wrapper > section.hero-gradient-section:first-of-type) .moli-link .arrow-path,
body:has(.main-wrapper > section.text-with-form-section:first-of-type) .moli-link .circle-path,
body:has(.main-wrapper > section.text-with-form-section:first-of-type) .moli-link .arrow-cable,
body:has(.main-wrapper > section.text-with-form-section:first-of-type) .moli-link .arrow-path,
body:has(.main-wrapper > section.hero-section:first-of-type) .moli-link .circle-path,
body:has(.main-wrapper > section.hero-section:first-of-type) .moli-link .arrow-cable,
body:has(.main-wrapper > section.hero-section:first-of-type) .moli-link .arrow-path,
body:has(.main-wrapper > section.home-hero-section:first-of-type) .moli-link .circle-path,
body:has(.main-wrapper > section.home-hero-section:first-of-type) .moli-link .arrow-cable,
body:has(.main-wrapper > section.home-hero-section:first-of-type) .moli-link .arrow-path {
  stroke: #00ffff;
}
@media (min-width: 993px) {
  body:has(.main-wrapper > section.hero-gradient-section:first-of-type) ul.main-menu.main-menu > li > a,
  body:has(.main-wrapper > section.text-with-form-section:first-of-type) ul.main-menu.main-menu > li > a,
  body:has(.main-wrapper > section.hero-section:first-of-type) ul.main-menu.main-menu > li > a,
  body:has(.main-wrapper > section.home-hero-section:first-of-type) ul.main-menu.main-menu > li > a {
    color: #FFFFFF;
  }
  body:has(.main-wrapper > section.hero-gradient-section:first-of-type) ul.main-menu.main-menu > li > a:hover, body:has(.main-wrapper > section.hero-gradient-section:first-of-type) ul.main-menu.main-menu > li > a:focus-visible,
  body:has(.main-wrapper > section.text-with-form-section:first-of-type) ul.main-menu.main-menu > li > a:hover,
  body:has(.main-wrapper > section.text-with-form-section:first-of-type) ul.main-menu.main-menu > li > a:focus-visible,
  body:has(.main-wrapper > section.hero-section:first-of-type) ul.main-menu.main-menu > li > a:hover,
  body:has(.main-wrapper > section.hero-section:first-of-type) ul.main-menu.main-menu > li > a:focus-visible,
  body:has(.main-wrapper > section.home-hero-section:first-of-type) ul.main-menu.main-menu > li > a:hover,
  body:has(.main-wrapper > section.home-hero-section:first-of-type) ul.main-menu.main-menu > li > a:focus-visible {
    color: #00ffff;
  }
  body:has(.main-wrapper > section.hero-gradient-section:first-of-type) ul.main-menu.main-menu > li.current-menu-ancestor > a, body:has(.main-wrapper > section.hero-gradient-section:first-of-type) ul.main-menu.main-menu > li.current-page-ancestor > a, body:has(.main-wrapper > section.hero-gradient-section:first-of-type) ul.main-menu.main-menu > li.current-menu-parent > a, body:has(.main-wrapper > section.hero-gradient-section:first-of-type) ul.main-menu.main-menu > li.current_page_parent > a, body:has(.main-wrapper > section.hero-gradient-section:first-of-type) ul.main-menu.main-menu > li.current-menu-item > a,
  body:has(.main-wrapper > section.text-with-form-section:first-of-type) ul.main-menu.main-menu > li.current-menu-ancestor > a,
  body:has(.main-wrapper > section.text-with-form-section:first-of-type) ul.main-menu.main-menu > li.current-page-ancestor > a,
  body:has(.main-wrapper > section.text-with-form-section:first-of-type) ul.main-menu.main-menu > li.current-menu-parent > a,
  body:has(.main-wrapper > section.text-with-form-section:first-of-type) ul.main-menu.main-menu > li.current_page_parent > a,
  body:has(.main-wrapper > section.text-with-form-section:first-of-type) ul.main-menu.main-menu > li.current-menu-item > a,
  body:has(.main-wrapper > section.hero-section:first-of-type) ul.main-menu.main-menu > li.current-menu-ancestor > a,
  body:has(.main-wrapper > section.hero-section:first-of-type) ul.main-menu.main-menu > li.current-page-ancestor > a,
  body:has(.main-wrapper > section.hero-section:first-of-type) ul.main-menu.main-menu > li.current-menu-parent > a,
  body:has(.main-wrapper > section.hero-section:first-of-type) ul.main-menu.main-menu > li.current_page_parent > a,
  body:has(.main-wrapper > section.hero-section:first-of-type) ul.main-menu.main-menu > li.current-menu-item > a,
  body:has(.main-wrapper > section.home-hero-section:first-of-type) ul.main-menu.main-menu > li.current-menu-ancestor > a,
  body:has(.main-wrapper > section.home-hero-section:first-of-type) ul.main-menu.main-menu > li.current-page-ancestor > a,
  body:has(.main-wrapper > section.home-hero-section:first-of-type) ul.main-menu.main-menu > li.current-menu-parent > a,
  body:has(.main-wrapper > section.home-hero-section:first-of-type) ul.main-menu.main-menu > li.current_page_parent > a,
  body:has(.main-wrapper > section.home-hero-section:first-of-type) ul.main-menu.main-menu > li.current-menu-item > a {
    color: #00ffff;
  }
}

body:has(.main-wrapper > section.hero-gradient-section:first-of-type) header[role=banner],
body:has(.main-wrapper > section.text-with-form-section:first-of-type) header[role=banner] {
  background-color: transparent;
  position: absolute;
}
body:has(.main-wrapper > section.hero-gradient-section:first-of-type) header[role=banner] .container:after,
body:has(.main-wrapper > section.text-with-form-section:first-of-type) header[role=banner] .container:after {
  display: block;
  background-color: #4aaef0;
}
@media (max-width: 992px) {
  body:has(.main-wrapper > section.hero-gradient-section:first-of-type) header[role=banner] .container:after,
  body:has(.main-wrapper > section.text-with-form-section:first-of-type) header[role=banner] .container:after {
    display: none;
  }
}
body:has(.main-wrapper > section.hero-gradient-section:first-of-type) .moli-link *,
body:has(.main-wrapper > section.text-with-form-section:first-of-type) .moli-link * {
  fill: #FFFFFF;
}
body:has(.main-wrapper > section.hero-gradient-section:first-of-type) .moli-link .circle-path,
body:has(.main-wrapper > section.hero-gradient-section:first-of-type) .moli-link .arrow-cable,
body:has(.main-wrapper > section.hero-gradient-section:first-of-type) .moli-link .arrow-path,
body:has(.main-wrapper > section.text-with-form-section:first-of-type) .moli-link .circle-path,
body:has(.main-wrapper > section.text-with-form-section:first-of-type) .moli-link .arrow-cable,
body:has(.main-wrapper > section.text-with-form-section:first-of-type) .moli-link .arrow-path {
  stroke: #FFFFFF;
}

body:has(.main-wrapper > section.hero-gradient-section:first-of-type) header[role=banner] {
  background-color: transparent;
  position: absolute;
}
body:has(.main-wrapper > section.hero-gradient-section:first-of-type) header[role=banner] .container:after {
  display: none;
}

html.animate-menu #site-logo,
html.animate-menu ul.main-menu.main-menu > li,
html.animate-menu .moli-link {
  -webkit-transform: translate3d(0, 0rem, 0);
          transform: translate3d(0, 0rem, 0);
  opacity: 1;
  visibility: visible;
}
html.animate-menu #site-logo {
  -webkit-transition-delay: 0s;
          transition-delay: 0s;
}
html.animate-menu ul.main-menu.main-menu > li:nth-of-type(1) {
  -webkit-transition-delay: 0.1s;
          transition-delay: 0.1s;
}
html.animate-menu ul.main-menu.main-menu > li:nth-of-type(2) {
  -webkit-transition-delay: 0.2s;
          transition-delay: 0.2s;
}
html.animate-menu ul.main-menu.main-menu > li:nth-of-type(3) {
  -webkit-transition-delay: 0.3s;
          transition-delay: 0.3s;
}
html.animate-menu ul.main-menu.main-menu > li:nth-of-type(4) {
  -webkit-transition-delay: 0.4s;
          transition-delay: 0.4s;
}
html.animate-menu ul.main-menu.main-menu > li:nth-of-type(5) {
  -webkit-transition-delay: 0.5s;
          transition-delay: 0.5s;
}
html.animate-menu ul.main-menu.main-menu > li:nth-of-type(6) {
  -webkit-transition-delay: 0.6s;
          transition-delay: 0.6s;
}
html.animate-menu ul.main-menu.main-menu > li:nth-of-type(7) {
  -webkit-transition-delay: 0.7s;
          transition-delay: 0.7s;
}
html.animate-menu .moli-link {
  -webkit-transition-delay: 0.8s;
          transition-delay: 0.8s;
}
html #site-logo,
html ul.main-menu.main-menu > li,
html .moli-link {
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
  -webkit-transform: translate3d(0, -1.5rem, 0);
          transform: translate3d(0, -1.5rem, 0);
  opacity: 0;
  visibility: hidden;
}

#site-logo {
  display: block;
  height: auto;
  margin: 0;
  z-index: 2;
  -webkit-transition: 0s;
  transition: 0s;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 17.8rem;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  position: relative;
  aspect-ratio: 178/41;
  overflow: visible;
}
@media (max-width: 992px) {
  .menu-open #site-logo svg * {
    fill: #FFFFFF;
  }
}
@media (max-width: 992px) {
  #site-logo {
    z-index: 4;
    position: relative;
    -webkit-transform: none;
        -ms-transform: none;
            transform: none;
  }
}
#site-logo svg,
#site-logo img {
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  overflow: visible;
}
#site-logo svg *,
#site-logo img * {
  fill: #1c0f62;
}

.menu-top-outer {
  -webkit-transition: 0.3s;
  transition: 0.3s;
  padding-top: 3.7rem;
  padding-bottom: 3.7rem;
}
@media (max-width: 992px) {
  .menu-top-outer {
    padding-top: 2.9rem;
    padding-bottom: 2.9rem;
  }
}
.menu-top-outer .container {
  max-width: 171.2rem;
  padding: 0 1.5rem;
  position: relative;
}
@media (max-width: 992px) {
  .menu-top-outer .container {
    padding-right: 2.1rem;
    padding-left: 2.1rem;
  }
}
.menu-top-outer .container:after {
  content: "";
  position: absolute;
  bottom: -3.1rem;
  left: 1.5rem;
  right: 1.5rem;
  height: 0.1rem;
  background-color: rgba(35, 31, 32, 0.3);
}
@media (max-width: 992px) {
  .menu-top-outer .container:after {
    bottom: -2.6rem;
    left: 2.1rem;
    right: 2.1rem;
  }
}
.menu-top-outer * {
  color: #FFFFFF;
}
.menu-top-outer .col-12 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  position: static;
}
.menu-top-outer .col-12 .left,
.menu-top-outer .col-12 .middle,
.menu-top-outer .col-12 .right {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.menu-top-outer .col-12 .left {
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  min-width: 17.8rem;
}
.menu-top-outer .col-12 .middle {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-align: center;
}
.menu-top-outer .col-12 .right {
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-flex: 1;
      -ms-flex: 1 1;
          flex: 1 1;
}
@media (min-width: 993px) {
  .menu-top-outer .col-12 .right {
    padding-left: 1rem;
  }
}
.menu-top-outer .col-12 .right .moli-link {
  width: 10.56rem;
  aspect-ratio: 176/69;
  margin-left: 7rem;
  margin-top: -0.6rem;
}
@media (max-width: 992px) {
  .menu-top-outer .col-12 .right .moli-link {
    margin-left: 0;
    margin-top: 4.3rem;
    width: 19rem;
  }
  .menu-top-outer .col-12 .right .moli-link * {
    fill: #00ffff !important;
  }
  .menu-top-outer .col-12 .right .moli-link .circle-path,
  .menu-top-outer .col-12 .right .moli-link .arrow-cable,
  .menu-top-outer .col-12 .right .moli-link .arrow-path {
    fill: transparent !important;
    stroke: #00ffff !important;
  }
}
.menu-top-outer .col-12 .right .moli-link * {
  fill: #1c0f62;
}
.menu-top-outer .col-12 .right .moli-link .circle-path,
.menu-top-outer .col-12 .right .moli-link .arrow-cable,
.menu-top-outer .col-12 .right .moli-link .arrow-path {
  fill: transparent;
  stroke: #1c0f62;
}

.mob-only.mob-only {
  width: 100%;
}
@media (min-width: 993px) {
  .mob-only.mob-only {
    display: none;
  }
}

.burger {
  height: 4rem;
  width: 4rem;
  border-radius: 0;
  line-height: 4rem;
  padding: 0;
  -webkit-perspective: 900000px;
  perspective: 900000px;
  z-index: 1;
  pointer-events: auto;
  position: relative;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  font-weight: 600;
  border-radius: 0;
  color: #ECEBE4;
  display: none;
  border-radius: 50%;
}
@media (max-width: 992px) {
  .burger {
    display: block;
    height: 2.5rem;
    width: 2.5rem;
    line-height: 2.5rem;
    z-index: 3;
    margin-top: -1.1rem;
  }
  .burger:not(.open) .line1.line1::before {
    width: 4rem;
    max-width: 4rem;
    margin-left: -1.5rem;
  }
  .burger:not(.open) .line1.line1::after {
    width: 3rem;
    max-width: 3rem;
    margin-left: -0.5rem;
  }
}
.burger:hover {
  cursor: pointer;
}
.burger:hover:not(.open) .line1:before, .burger:hover:not(.open) .line1:after {
  left: 0;
}
.burger .line1 {
  width: 5rem;
  max-width: 100%;
  height: 0.2rem;
  background-color: #1c0f62;
  position: absolute;
  top: 1.9rem;
  left: 50%;
  border-radius: 0rem;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
  background-position: center center;
}
@media (max-width: 992px) {
  .burger .line1 {
    width: 2.5rem;
    height: 0.2rem;
    top: 1.15rem;
    border-radius: 0;
  }
}
.burger .line1:before, .burger .line1:after {
  width: 5rem;
  max-width: 5rem;
  height: 0.2rem;
  position: absolute;
  content: "";
  left: 0px;
  border-radius: 0rem;
  -webkit-transform-origin: center center;
      -ms-transform-origin: center center;
          transform-origin: center center;
  background-position: center center;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
@media (max-width: 992px) {
  .burger .line1:before, .burger .line1:after {
    width: 2.5rem;
    max-width: 2.5rem;
    height: 0.2rem;
    border-radius: 0;
  }
}
.burger .line1:before {
  -webkit-transform: translateY(-0.5rem);
      -ms-transform: translateY(-0.5rem);
          transform: translateY(-0.5rem);
  background-color: #1c0f62;
}
@media (max-width: 992px) {
  .burger .line1:before {
    -webkit-transform: translateY(-1rem);
        -ms-transform: translateY(-1rem);
            transform: translateY(-1rem);
  }
}
.burger .line1:after {
  -webkit-transform: translateY(0.5rem);
      -ms-transform: translateY(0.5rem);
          transform: translateY(0.5rem);
  background-color: #1c0f62;
}
@media (max-width: 992px) {
  .burger .line1:after {
    -webkit-transform: translateY(1rem);
        -ms-transform: translateY(1rem);
            transform: translateY(1rem);
  }
}
.burger.close .line1 {
  background-color: #1c0f62;
  -webkit-transition: visibility 0.1s 0.2s, background-color 0.1s 0.2s, background-size 0.1s 0.2s;
  transition: visibility 0.1s 0.2s, background-color 0.1s 0.2s, background-size 0.1s 0.2s;
  background-size: 100% 100%;
}
.burger.close .line1:before {
  -webkit-transform: translateY(-0.5rem);
      -ms-transform: translateY(-0.5rem);
          transform: translateY(-0.5rem);
  background-color: #1c0f62;
  visibility: visible;
  -webkit-animation: before 0.5s linear;
          animation: before 0.5s linear;
  -webkit-transition: all 0.3s 0s, left 0.1s 0.25s, visibility 0.1s 0.25s, background-color 0.1s 0.25s, background-image 0.1s 0.25s;
  transition: all 0.3s 0s, left 0.1s 0.25s, visibility 0.1s 0.25s, background-color 0.1s 0.25s, background-image 0.1s 0.25s;
}
@media (max-width: 992px) {
  .burger.close .line1:before {
    -webkit-transform: translateY(-1rem);
        -ms-transform: translateY(-1rem);
            transform: translateY(-1rem);
    -webkit-animation: beforeM 0.5s linear;
            animation: beforeM 0.5s linear;
  }
}
.burger.close .line1:after {
  -webkit-transform: translateY(0.5rem);
      -ms-transform: translateY(0.5rem);
          transform: translateY(0.5rem);
  background-color: #1c0f62;
  visibility: visible;
  -webkit-animation: after 0.5s linear;
          animation: after 0.5s linear;
  -webkit-transition: all 0.3s 0s, left 0.1s 0.25s, visibility 0.1s 0.25s, background-color 0.1s 0.25s, background-image 0.1s 0.25s;
  transition: all 0.3s 0s, left 0.1s 0.25s, visibility 0.1s 0.25s, background-color 0.1s 0.25s, background-image 0.1s 0.25s;
}
@media (max-width: 992px) {
  .burger.close .line1:after {
    -webkit-transform: translateY(1rem);
        -ms-transform: translateY(1rem);
            transform: translateY(1rem);
    -webkit-animation: afterM 0.5s linear;
            animation: afterM 0.5s linear;
  }
}
@-webkit-keyframes before {
  0% {
    -webkit-transform: rotate(-45deg) translateY(0);
            transform: rotate(-45deg) translateY(0);
  }
  33% {
    -webkit-transform: rotate(0deg) translateY(0);
            transform: rotate(0deg) translateY(0);
  }
  66% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  100% {
    -webkit-transform: translateY(-0.5rem);
            transform: translateY(-0.5rem);
  }
}
@keyframes before {
  0% {
    -webkit-transform: rotate(-45deg) translateY(0);
            transform: rotate(-45deg) translateY(0);
  }
  33% {
    -webkit-transform: rotate(0deg) translateY(0);
            transform: rotate(0deg) translateY(0);
  }
  66% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  100% {
    -webkit-transform: translateY(-0.5rem);
            transform: translateY(-0.5rem);
  }
}
@-webkit-keyframes after {
  0% {
    -webkit-transform: rotate(45deg) translateY(0);
            transform: rotate(45deg) translateY(0);
  }
  33% {
    -webkit-transform: rotate(0deg) translateY(0);
            transform: rotate(0deg) translateY(0);
  }
  66% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  100% {
    -webkit-transform: translateY(0.5rem);
            transform: translateY(0.5rem);
  }
}
@keyframes after {
  0% {
    -webkit-transform: rotate(45deg) translateY(0);
            transform: rotate(45deg) translateY(0);
  }
  33% {
    -webkit-transform: rotate(0deg) translateY(0);
            transform: rotate(0deg) translateY(0);
  }
  66% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  100% {
    -webkit-transform: translateY(0.5rem);
            transform: translateY(0.5rem);
  }
}
@-webkit-keyframes beforeM {
  0% {
    -webkit-transform: rotate(-45deg) translateY(0);
            transform: rotate(-45deg) translateY(0);
  }
  33% {
    -webkit-transform: rotate(0deg) translateY(0);
            transform: rotate(0deg) translateY(0);
  }
  66% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  100% {
    -webkit-transform: translateY(-1rem);
            transform: translateY(-1rem);
  }
}
@keyframes beforeM {
  0% {
    -webkit-transform: rotate(-45deg) translateY(0);
            transform: rotate(-45deg) translateY(0);
  }
  33% {
    -webkit-transform: rotate(0deg) translateY(0);
            transform: rotate(0deg) translateY(0);
  }
  66% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  100% {
    -webkit-transform: translateY(-1rem);
            transform: translateY(-1rem);
  }
}
@-webkit-keyframes afterM {
  0% {
    -webkit-transform: rotate(45deg) translateY(0);
            transform: rotate(45deg) translateY(0);
  }
  33% {
    -webkit-transform: rotate(0deg) translateY(0);
            transform: rotate(0deg) translateY(0);
  }
  66% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  100% {
    -webkit-transform: translateY(1rem);
            transform: translateY(1rem);
  }
}
@keyframes afterM {
  0% {
    -webkit-transform: rotate(45deg) translateY(0);
            transform: rotate(45deg) translateY(0);
  }
  33% {
    -webkit-transform: rotate(0deg) translateY(0);
            transform: rotate(0deg) translateY(0);
  }
  66% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  100% {
    -webkit-transform: translateY(1rem);
            transform: translateY(1rem);
  }
}
.burger.open {
  z-index: 112;
}
.burger.open .line1 {
  -webkit-transform-origin: 50% 50%;
      -ms-transform-origin: 50% 50%;
          transform-origin: 50% 50%;
  -webkit-transition: visibility 0.1s 0.25s, background-color 0.1s 0.25s, background-size 0.1s 0.25s;
  transition: visibility 0.1s 0.25s, background-color 0.1s 0.25s, background-size 0.1s 0.25s;
  background-color: transparent;
  background-size: 100% 0;
}
.burger.open .line1:before {
  -webkit-transform: rotate(45deg) translateY(0);
      -ms-transform: rotate(45deg) translateY(0);
          transform: rotate(45deg) translateY(0);
  background-color: #00ffff;
  visibility: visible;
  -webkit-animation: before-open 0.5s linear;
          animation: before-open 0.5s linear;
  -webkit-transition: left 0.1s 0.25s, visibility 0.1s 0.25s, background-color 0.1s 0.25s, background-image 0.1s 0.25s;
  transition: left 0.1s 0.25s, visibility 0.1s 0.25s, background-color 0.1s 0.25s, background-image 0.1s 0.25s;
  left: 0;
}
@media (max-width: 992px) {
  .burger.open .line1:before {
    -webkit-animation: before-openM 0.5s linear;
            animation: before-openM 0.5s linear;
  }
}
.burger.open .line1:after {
  -webkit-transform: rotate(-45deg) translateY(0);
      -ms-transform: rotate(-45deg) translateY(0);
          transform: rotate(-45deg) translateY(0);
  background-color: #00ffff;
  visibility: visible;
  -webkit-animation: after-open 0.5s linear;
          animation: after-open 0.5s linear;
  -webkit-transition: left 0.1s 0.25s, visibility 0.1s 0.25s, background-color 0.1s 0.25s, background-image 0.1s 0.25s;
  transition: left 0.1s 0.25s, visibility 0.1s 0.25s, background-color 0.1s 0.25s, background-image 0.1s 0.25s;
  left: 0;
}
@media (max-width: 992px) {
  .burger.open .line1:after {
    -webkit-animation: after-openM 0.5s linear;
            animation: after-openM 0.5s linear;
  }
}
@-webkit-keyframes before-open {
  0% {
    -webkit-transform: translateY(-0.5rem);
            transform: translateY(-0.5rem);
  }
  33% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  66% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  100% {
    -webkit-transform: rotate(45deg) translateY(0);
            transform: rotate(45deg) translateY(0);
  }
}
@keyframes before-open {
  0% {
    -webkit-transform: translateY(-0.5rem);
            transform: translateY(-0.5rem);
  }
  33% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  66% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  100% {
    -webkit-transform: rotate(45deg) translateY(0);
            transform: rotate(45deg) translateY(0);
  }
}
@-webkit-keyframes after-open {
  0% {
    -webkit-transform: translateY(0.5rem);
            transform: translateY(0.5rem);
  }
  33% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  66% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  100% {
    -webkit-transform: rotate(-45deg) translateY(0);
            transform: rotate(-45deg) translateY(0);
  }
}
@keyframes after-open {
  0% {
    -webkit-transform: translateY(0.5rem);
            transform: translateY(0.5rem);
  }
  33% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  66% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  100% {
    -webkit-transform: rotate(-45deg) translateY(0);
            transform: rotate(-45deg) translateY(0);
  }
}
@-webkit-keyframes before-openM {
  0% {
    -webkit-transform: translateY(-1rem);
            transform: translateY(-1rem);
  }
  33% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  66% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  100% {
    -webkit-transform: rotate(45deg) translateY(0);
            transform: rotate(45deg) translateY(0);
  }
}
@keyframes before-openM {
  0% {
    -webkit-transform: translateY(-1rem);
            transform: translateY(-1rem);
  }
  33% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  66% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  100% {
    -webkit-transform: rotate(45deg) translateY(0);
            transform: rotate(45deg) translateY(0);
  }
}
@-webkit-keyframes after-openM {
  0% {
    -webkit-transform: translateY(1rem);
            transform: translateY(1rem);
  }
  33% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  66% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  100% {
    -webkit-transform: rotate(-45deg) translateY(0);
            transform: rotate(-45deg) translateY(0);
  }
}
@keyframes after-openM {
  0% {
    -webkit-transform: translateY(1rem);
            transform: translateY(1rem);
  }
  33% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  66% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  100% {
    -webkit-transform: rotate(-45deg) translateY(0);
            transform: rotate(-45deg) translateY(0);
  }
}

.main-menu.main-menu.main-menu .sub-menu > .current-menu-ancestor > a,
.main-menu.main-menu.main-menu .sub-menu > .current-page-ancestor > a,
.main-menu.main-menu.main-menu .sub-menu > .current-menu-parent > a,
.main-menu.main-menu.main-menu .sub-menu > .current_page_parent > a,
.main-menu.main-menu.main-menu .sub-menu > .current-menu-item > a,
.main-menu.main-menu.main-menu > .current-menu-ancestor > a,
.main-menu.main-menu.main-menu > .current-page-ancestor > a,
.main-menu.main-menu.main-menu > .current-menu-parent > a,
.main-menu.main-menu.main-menu > .current_page_parent > a,
.main-menu.main-menu.main-menu > .current-menu-item > a {
  color: #0000e1;
}
@media (max-width: 992px) {
  .main-menu.main-menu.main-menu .sub-menu > .current-menu-ancestor > a,
  .main-menu.main-menu.main-menu .sub-menu > .current-page-ancestor > a,
  .main-menu.main-menu.main-menu .sub-menu > .current-menu-parent > a,
  .main-menu.main-menu.main-menu .sub-menu > .current_page_parent > a,
  .main-menu.main-menu.main-menu .sub-menu > .current-menu-item > a,
  .main-menu.main-menu.main-menu > .current-menu-ancestor > a,
  .main-menu.main-menu.main-menu > .current-page-ancestor > a,
  .main-menu.main-menu.main-menu > .current-menu-parent > a,
  .main-menu.main-menu.main-menu > .current_page_parent > a,
  .main-menu.main-menu.main-menu > .current-menu-item > a {
    color: #00ffff;
  }
}

.main-menu-con {
  width: 100%;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
@media (min-width: 993px) {
  .main-menu-con .mega-menu-side {
    display: block;
  }
  .main-menu-con .mob {
    display: none;
  }
}
@media (max-width: 992px) {
  .main-menu-con {
    max-height: 100dvh;
    height: 100dvh;
    position: absolute;
    left: 0;
    width: 100vw;
    max-width: 100vw;
    top: -2.9rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    pointer-events: none;
    padding-bottom: 2.45rem;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    padding: 14.2rem 2.1rem 1rem;
    background-color: #0000ff;
    -webkit-transform: translateX(-100%);
        -ms-transform: translateX(-100%);
            transform: translateX(-100%);
    -webkit-transition: all 0.5s 0.15s ease-out;
    transition: all 0.5s 0.15s ease-out;
  }
  .main-menu-con:after {
    content: "";
    position: absolute;
    top: 9.55rem;
    left: 2.1rem;
    right: 2.1rem;
    height: 0.1rem;
    background-color: #00ffff;
    opacity: 0;
    -webkit-transition: 0.3s;
    transition: 0.3s;
  }
  .main-menu-con .moli-link.moli-link.moli-link.moli-link.moli-link,
  .main-menu-con ul.main-menu.main-menu.main-menu.main-menu > li {
    opacity: 0;
    -webkit-transform: translateY(1rem);
        -ms-transform: translateY(1rem);
            transform: translateY(1rem);
    -webkit-transition-duration: 0s;
            transition-duration: 0s;
  }
  .menu-open .main-menu-con {
    pointer-events: auto;
    -webkit-transform: translateX(0%);
        -ms-transform: translateX(0%);
            transform: translateX(0%);
  }
  .menu-open .main-menu-con:after {
    opacity: 1;
    -webkit-transition-delay: 0.6s;
            transition-delay: 0.6s;
  }
  .menu-open .main-menu-con ul.main-menu.main-menu > li:nth-of-type(1) {
    -webkit-transition-delay: 0.6s;
            transition-delay: 0.6s;
  }
  .menu-open .main-menu-con ul.main-menu.main-menu > li:nth-of-type(2) {
    -webkit-transition-delay: 0.7s;
            transition-delay: 0.7s;
  }
  .menu-open .main-menu-con ul.main-menu.main-menu > li:nth-of-type(3) {
    -webkit-transition-delay: 0.8s;
            transition-delay: 0.8s;
  }
  .menu-open .main-menu-con ul.main-menu.main-menu > li:nth-of-type(4) {
    -webkit-transition-delay: 0.9s;
            transition-delay: 0.9s;
  }
  .menu-open .main-menu-con ul.main-menu.main-menu > li:nth-of-type(5) {
    -webkit-transition-delay: 1s;
            transition-delay: 1s;
  }
  .menu-open .main-menu-con ul.main-menu.main-menu > li:nth-of-type(6) {
    -webkit-transition-delay: 1.1s;
            transition-delay: 1.1s;
  }
  .menu-open .main-menu-con ul.main-menu.main-menu > li:nth-of-type(7) {
    -webkit-transition-delay: 1.2s;
            transition-delay: 1.2s;
  }
  .menu-open .main-menu-con .moli-link.moli-link.moli-link.moli-link.moli-link {
    -webkit-transition-delay: 1.3s;
            transition-delay: 1.3s;
  }
  .menu-open .main-menu-con .moli-link.moli-link.moli-link.moli-link.moli-link,
  .menu-open .main-menu-con ul.main-menu.main-menu.main-menu.main-menu > li {
    opacity: 1;
    -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
            transform: translateY(0);
    -webkit-transition-duration: 0.3s;
            transition-duration: 0.3s;
  }
}

ul.main-menu.main-menu {
  margin: 0;
  font-size: 0rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media (max-width: 992px) {
  ul.main-menu.main-menu {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    width: 100%;
  }
}
@media (min-width: 993px) {
  ul.main-menu.main-menu .menu-item-has-children > a {
    padding-right: 2rem;
  }
  ul.main-menu.main-menu .menu-item-has-children > a:hover:after, ul.main-menu.main-menu .menu-item-has-children > a:focus-visible:after {
    -webkit-transform: translateY(-50%) rotateX(180deg);
            transform: translateY(-50%) rotateX(180deg);
  }
  ul.main-menu.main-menu .menu-item-has-children > a:after {
    content: "";
    position: absolute;
    top: 50%;
    right: 0;
    aspect-ratio: 1/1;
    width: 1.6rem;
    background-size: 100% auto;
    background-image: url(../images/menu-arrow.svg);
    background-repeat: no-repeat;
    display: block;
    background-position: 50% 50%;
    -webkit-transform: translateY(-50%) rotateX(0deg);
            transform: translateY(-50%) rotateX(0deg);
    -webkit-transition: 0.3s;
    transition: 0.3s;
    pointer-events: none;
  }
}
@media (max-width: 992px) {
  ul.main-menu.main-menu .menu-item-has-children.open > a:after {
    -webkit-transform: rotateX(0deg) rotateX(180deg);
            transform: rotateX(0deg) rotateX(180deg);
  }
  ul.main-menu.main-menu .menu-item-has-children > a {
    pointer-events: none;
  }
  ul.main-menu.main-menu .menu-item-has-children > a:after {
    content: "";
    aspect-ratio: 1/1;
    width: 1.6rem;
    background-size: 100% auto;
    background-image: url(../images/menu-arrow.svg);
    background-repeat: no-repeat;
    display: block;
    background-position: 50% 50%;
    -webkit-transform: rotateX(0deg) rotate(0deg);
            transform: rotateX(0deg) rotate(0deg);
    -webkit-transition: 0.3s;
    transition: 0.3s;
    pointer-events: none;
    margin-left: 0.5rem;
  }
}
ul.main-menu.main-menu > li {
  font-size: 2.4rem;
  line-height: 0.875;
  position: relative;
  margin: 0;
}
@media (min-width: 993px) {
  ul.main-menu.main-menu > li:has(+ li) {
    margin-right: 4rem;
  }
}
@media (max-width: 992px) {
  ul.main-menu.main-menu > li {
    margin: 0 0 0 0;
  }
}
@media (min-width: 993px) {
  ul.main-menu.main-menu > li.hide {
    display: none;
  }
}
@media (max-width: 992px) {
  ul.main-menu.main-menu > li {
    width: 100%;
    margin-bottom: 0;
  }
}
@media (min-width: 993px) {
  ul.main-menu.main-menu > li.mob-only {
    display: none;
  }
  ul.main-menu.main-menu > li:hover > a, ul.main-menu.main-menu > li:focus-visible > a {
    color: #0000e1;
  }
}
@media (min-width: 993px) {
  ul.main-menu.main-menu > li.menu-item-has-children:hover > .sub-menu, ul.main-menu.main-menu > li.menu-item-has-children:focus-visible > .sub-menu {
    pointer-events: auto;
    -webkit-transition: 0.3s 0.1s;
    transition: 0.3s 0.1s;
    opacity: 1;
    visibility: visible;
  }
  ul.main-menu.main-menu > li.menu-item-has-children > .sub-menu {
    position: absolute;
    max-width: none;
    top: 100%;
    left: 0;
    pointer-events: none;
    margin: 0;
    z-index: 1;
    background-color: transparent;
    text-align: left;
    opacity: 0;
    visibility: hidden;
    overflow: hidden;
    padding: 0.7rem 1.6rem;
    -webkit-transition: 0.3s;
    transition: 0.3s;
    min-width: 15.7rem;
    max-width: none;
    left: -2.1rem;
  }
  ul.main-menu.main-menu > li.menu-item-has-children > .sub-menu:after {
    content: "";
    position: absolute;
    top: 0.7rem;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: #FFFFFF;
    border-radius: 0.8rem;
    z-index: -1;
  }
  ul.main-menu.main-menu > li.menu-item-has-children > .sub-menu li {
    position: static;
    -webkit-column-break-inside: avoid;
       -moz-column-break-inside: avoid;
            break-inside: avoid;
  }
  ul.main-menu.main-menu > li.menu-item-has-children > .sub-menu li:first-of-type {
    margin-top: 0.8rem;
  }
  ul.main-menu.main-menu > li.menu-item-has-children > .sub-menu li:has(+ li) {
    margin-bottom: 0.8rem;
  }
  ul.main-menu.main-menu > li.menu-item-has-children > .sub-menu li:last-of-type {
    margin-bottom: 0.8rem;
  }
  ul.main-menu.main-menu > li.menu-item-has-children > .sub-menu > li > a {
    font-style: normal;
    text-transform: none;
    color: #1c0f62;
    display: block;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    text-decoration: none;
    white-space: nowrap;
    padding: 0.6rem 0;
    font-weight: 500;
  }
  ul.main-menu.main-menu > li.menu-item-has-children > .sub-menu > li > a:hover, ul.main-menu.main-menu > li.menu-item-has-children > .sub-menu > li > a:focus-visible {
    color: #0000e1;
  }
}
@media (max-width: 992px) {
  ul.main-menu.main-menu > li.menu-item-has-children {
    position: relative;
    padding-right: 3.8rem;
  }
  ul.main-menu.main-menu > li.menu-item-has-children.open > .sub-menu {
    max-height: 150rem;
    -webkit-transition: 0.3s;
    transition: 0.3s;
  }
  ul.main-menu.main-menu > li.menu-item-has-children .sub-menu {
    max-height: 0;
    overflow: hidden;
    -webkit-transition: 0.15s;
    transition: 0.15s;
    margin: 0;
    width: calc(100% + 3.8rem);
    max-width: calc(100% + 3.8rem);
  }
  ul.main-menu.main-menu > li.menu-item-has-children .sub-menu li {
    display: block;
  }
  ul.main-menu.main-menu > li.menu-item-has-children .sub-menu li.menu-item-has-children {
    padding-right: 3.8rem;
  }
  ul.main-menu.main-menu > li.menu-item-has-children .sub-menu li.menu-item-has-children > a:after {
    right: -3.5rem;
    top: 1.7rem;
  }
  ul.main-menu.main-menu > li.menu-item-has-children .sub-menu li.menu-item-has-children.open > .sub-menu {
    max-height: 90rem;
    -webkit-transition: 0.3s;
    transition: 0.3s;
    padding-top: 0.8rem;
    padding-bottom: 2.2rem;
  }
  ul.main-menu.main-menu > li.menu-item-has-children .sub-menu li:after {
    top: 0.9rem;
  }
  ul.main-menu.main-menu > li.menu-item-has-children .sub-menu a {
    white-space: nowrap;
    font-size: 1.8rem;
    line-height: 1.4444444444;
    font-style: normal;
    font-weight: 300;
    padding: 0.075rem 0;
    text-transform: none;
    white-space: nowrap;
  }
}
@media (max-width: 992px) and (max-width: 992px) {
  ul.main-menu.main-menu > li.menu-item-has-children .sub-menu a {
    padding: 0.75rem 0.8rem;
    position: relative;
    z-index: 1;
    font-weight: 500;
    text-decoration: none;
    display: block;
    color: #1c0f62;
  }
  ul.main-menu.main-menu > li.menu-item-has-children .sub-menu a:hover, ul.main-menu.main-menu > li.menu-item-has-children .sub-menu a:focus-visible {
    color: #0000e1;
  }
}
@media (max-width: 992px) {
  ul.main-menu.main-menu > li.menu-item-has-children .sub-menu ul {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
  ul.main-menu.main-menu > li.menu-item-has-children .sub-menu ul li.single > a, ul.main-menu.main-menu > li.menu-item-has-children .sub-menu ul li.dual > a, ul.main-menu.main-menu > li.menu-item-has-children .sub-menu ul li.triple > a {
    font-weight: 600;
    background-repeat: no-repeat;
    background-position: right 19.1rem top 50%;
    background-size: 3.6rem auto;
    padding-right: 23.5rem;
  }
  ul.main-menu.main-menu > li.menu-item-has-children .sub-menu ul li.single > a {
    background-image: url(../images/single.svg);
  }
  ul.main-menu.main-menu > li.menu-item-has-children .sub-menu ul li.dual > a {
    background-image: url(../images/dual.svg);
  }
  ul.main-menu.main-menu > li.menu-item-has-children .sub-menu ul li.triple > a {
    background-image: url(../images/triple.svg);
  }
  ul.main-menu.main-menu > li.menu-item-has-children .sub-menu ul li > a:after {
    -webkit-transform: rotate(0deg) !important;
        -ms-transform: rotate(0deg) !important;
            transform: rotate(0deg) !important;
  }
  ul.main-menu.main-menu > li.menu-item-has-children .sub-menu ul li > a {
    color: #231F20;
  }
  ul.main-menu.main-menu > li.menu-item-has-children .sub-menu ul ul {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
    max-height: 9999rem;
  }
  ul.main-menu.main-menu > li.menu-item-has-children .sub-menu ul ul a {
    color: #231F20;
  }
  ul.main-menu.main-menu > li.menu-item-has-children .sub-menu ul ul a:after {
    display: none;
  }
}
ul.main-menu.main-menu > li.no-link > a {
  pointer-events: none;
}
ul.main-menu.main-menu > li > a {
  font-size: 2.4rem;
  line-height: 0.875;
  width: auto;
  color: #1c0f62;
  text-decoration: none !important;
  font-weight: 500;
  font-family: "Neue Haas Unica Pro", sans-serif;
  position: relative;
  padding: 0 0;
  display: block;
  white-space: nowrap;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media (min-width: 993px) {
  ul.main-menu.main-menu > li > a:hover, ul.main-menu.main-menu > li > a:focus-visible {
    color: #0000e1;
  }
}
@media (max-width: 992px) {
  ul.main-menu.main-menu > li > a {
    padding: 1.5rem 0;
    position: relative;
    z-index: 1;
    font-weight: 400;
    color: #FFFFFF;
  }
}

footer {
  position: relative;
  z-index: 2;
  padding: 6.2rem 0 3.2rem;
  background-color: #0000ff;
}
@media (max-width: 992px) {
  footer {
    padding: 4rem 0 2.1rem;
  }
}
footer .footer-top-outer {
  position: relative;
}
footer .footer-top-outer .container {
  max-width: 170.8rem;
}
footer .footer-top-outer * {
  color: #00ffff;
}
footer .footer-top-outer #footer-logo {
  display: block;
  height: auto;
  margin: 0;
  z-index: 2;
  -webkit-transition: 0s;
  transition: 0s;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 25.5rem;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
@media (max-width: 992px) {
  footer .footer-top-outer #footer-logo {
    width: 22rem;
  }
}
footer .footer-top-outer #footer-logo svg,
footer .footer-top-outer #footer-logo img {
  width: 100%;
}
footer .footer-top-outer .diversity-side a {
  background-image: -webkit-gradient(linear, left top, right top, from(#4fcf70), color-stop(#fad648), color-stop(#a767e5), color-stop(#12bcfe), to(#44ce7b));
  background-image: linear-gradient(to right, #4fcf70, #fad648, #a767e5, #12bcfe, #44ce7b);
  background-size: 200% 100%;
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
  font-size: 3rem;
  line-height: 1.5;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-animation: 5s linear infinite bgMoving;
          animation: 5s linear infinite bgMoving;
  text-decoration: none;
  font-weight: 500;
  margin-top: -1.7rem;
}
@media (max-width: 992px) {
  footer .footer-top-outer .diversity-side a {
    font-size: 1.8rem;
    margin-left: 5.5rem;
    margin-top: 4.8rem;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
    margin-left: 0;
  }
}
footer .footer-top-outer .diversity-side a:hover, footer .footer-top-outer .diversity-side a:focus-visible {
  text-decoration: underline;
}
footer .footer-top-outer .diversity-side a img {
  margin-left: 3rem;
  width: 11.7rem;
  -webkit-transform: translateY(-7rem);
      -ms-transform: translateY(-7rem);
          transform: translateY(-7rem);
}
@media (max-width: 992px) {
  footer .footer-top-outer .diversity-side a img {
    width: 4rem;
    -webkit-transform: translateY(-0.9rem);
        -ms-transform: translateY(-0.9rem);
            transform: translateY(-0.9rem);
    margin-left: 0;
    margin-right: 1.5rem;
  }
}
@-webkit-keyframes bgMoving {
  0% {
    background-position: 200% 0;
  }
  100% {
    background-position: -200% 0;
  }
}
@keyframes bgMoving {
  0% {
    background-position: 200% 0;
  }
  100% {
    background-position: -200% 0;
  }
}
footer .footer-top-outer .links-con {
  margin-top: 7.5rem;
}
@media (max-width: 992px) {
  footer .footer-top-outer .links-con {
    margin-top: 2.8rem;
  }
}
footer .footer-top-outer .links-con a {
  font-size: 2.6rem;
  line-height: 1.5;
  text-decoration: none;
  position: relative;
  font-weight: 400;
}
@media (max-width: 992px) {
  footer .footer-top-outer .links-con a {
    font-size: 1.8rem;
  }
}
footer .footer-top-outer .links-con a:hover:after, footer .footer-top-outer .links-con a:focus-visible:after {
  max-width: 100%;
}
footer .footer-top-outer .links-con a:after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: 0;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 100%;
  max-width: 0;
  height: 0.2rem;
  background-color: currentColor;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
footer .footer-top-outer .links-con .social {
  margin-top: 4rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
@media (max-width: 992px) {
  footer .footer-top-outer .links-con .social {
    margin-top: 2.4rem;
  }
}
footer .footer-top-outer .social-side {
  padding-top: 6.3rem;
}
@media (min-width: 993px) {
  footer .footer-top-outer .social-side {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 17.4666%;
            flex: 0 0 17.4666%;
    max-width: 17.4666%;
  }
}
@media (max-width: 992px) {
  footer .footer-top-outer .social-side {
    padding-top: 1.4rem;
  }
}
footer .footer-top-outer .social-side p.small {
  margin-bottom: 1.9em;
}
@media (max-width: 992px) {
  footer .footer-top-outer .social-side p.small {
    margin-bottom: 1.3em;
  }
}
@media (min-width: 993px) {
  footer .footer-top-outer .filler-side {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 47.6%;
            flex: 0 0 47.6%;
    max-width: 47.6%;
  }
}
footer .footer-top-outer .registered-side {
  margin-top: 10.3rem;
}
@media (max-width: 992px) {
  footer .footer-top-outer .registered-side {
    -webkit-box-ordinal-group: 1000000000;
        -ms-flex-order: 999999999;
            order: 999999999;
    margin-top: 3.9rem;
  }
}
footer .footer-top-outer .terms-menu {
  font-size: 1.7rem;
  line-height: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-bottom: 0;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
@media (max-width: 992px) {
  footer .footer-top-outer .terms-menu {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
}
footer .footer-top-outer .terms-menu > li {
  font-size: 1.7rem;
  line-height: 1;
  font-family: "Neue Haas Unica Pro", sans-serif;
}
@media (max-width: 992px) {
  footer .footer-top-outer .terms-menu > li:last-of-type {
    margin-top: 1.2rem;
  }
}
footer .footer-top-outer .terms-menu > li:has(+ li) {
  margin-right: 0.7rem;
  border-right: 0.2rem solid currentColor;
  padding-right: 0.7rem;
}
@media (max-width: 992px) {
  footer .footer-top-outer .terms-menu > li:has(+ li) {
    border-right: none;
  }
}
footer .footer-top-outer .terms-menu > li > span,
footer .footer-top-outer .terms-menu > li > a {
  font-size: 1.7rem;
  line-height: 1;
  font-family: "Neue Haas Unica Pro", sans-serif;
  padding: 0;
  font-weight: 400;
  letter-spacing: 0.02em;
  text-decoration: none;
  position: relative;
}
@media (max-width: 992px) {
  footer .footer-top-outer .terms-menu > li > span,
  footer .footer-top-outer .terms-menu > li > a {
    line-height: 2;
    display: inline-block;
  }
}
@media (min-width: 993px) {
  footer .footer-top-outer .terms-menu > li > a:hover:after, footer .footer-top-outer .terms-menu > li > a:focus-visible:after {
    max-width: 100%;
  }
  footer .footer-top-outer .terms-menu > li > a:after {
    content: "";
    position: absolute;
    left: 50%;
    bottom: 0;
    -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
            transform: translateX(-50%);
    width: 100%;
    max-width: 0;
    height: 0.2rem;
    background-color: currentColor;
    -webkit-transition: 0.3s;
    transition: 0.3s;
  }
}
footer .footer-top-outer .accreditations-side {
  -ms-flex-item-align: end;
      align-self: flex-end;
}
@media (max-width: 992px) {
  footer .footer-top-outer .accreditations-side {
    margin-top: 5.1rem;
  }
}
footer .footer-top-outer .accreditations-side .icon-links {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  margin-bottom: 0.5rem;
}
footer .footer-top-outer .accreditations-side .icon-links .icon-link {
  position: relative;
}
footer .footer-top-outer .accreditations-side .icon-links .icon-link:has(+ .icon-link) {
  margin-right: 6.7rem;
}
@media (max-width: 992px) {
  footer .footer-top-outer .accreditations-side .icon-links .icon-link:has(+ .icon-link) {
    margin-right: 3.7rem;
  }
}
footer .footer-top-outer .accreditations-side .icon-links .icon-link a.over {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 4;
  font-size: 0;
}
footer .footer-top-outer .accreditations-side .icon-links .icon-link a.over:hover ~ img, footer .footer-top-outer .accreditations-side .icon-links .icon-link a.over:focus-visible ~ img {
  opacity: 0.7;
}
footer .footer-top-outer .accreditations-side .icon-links .icon-link img {
  max-height: 7rem;
  width: auto;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  opacity: 1;
}

button:focus-visible,
.btn:focus-visible {
  outline: none;
}

.more-con,
.link-con,
.btn-con {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 0 -1.2rem;
  max-width: calc(100% + 1.2rem + 1.2rem);
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.more-con > *,
.more-con .link,
.more-con .btn,
.link-con > *,
.link-con .link,
.link-con .btn,
.btn-con > *,
.btn-con .link,
.btn-con .btn {
  margin: 0 1.2rem 1.2rem;
}
@media (max-width: 992px) {
  .more-con > *,
  .more-con .link,
  .more-con .btn,
  .link-con > *,
  .link-con .link,
  .link-con .btn,
  .btn-con > *,
  .btn-con .link,
  .btn-con .btn {
    margin-bottom: 3.2rem;
  }
}
.more-con > *:first-of-type:last-of-type,
.more-con .link:first-of-type:last-of-type,
.more-con .btn:first-of-type:last-of-type,
.link-con > *:first-of-type:last-of-type,
.link-con .link:first-of-type:last-of-type,
.link-con .btn:first-of-type:last-of-type,
.btn-con > *:first-of-type:last-of-type,
.btn-con .link:first-of-type:last-of-type,
.btn-con .btn:first-of-type:last-of-type {
  margin-bottom: 0;
}
.more-con p,
.link-con p,
.btn-con p {
  margin-right: 2.7rem;
}
.more-con.link-con-center, .more-con.btn-con-center,
.link-con.link-con-center,
.link-con.btn-con-center,
.btn-con.link-con-center,
.btn-con.btn-con-center {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.more-con.link-con-left, .more-con.btn-con-left,
.link-con.link-con-left,
.link-con.btn-con-left,
.btn-con.link-con-left,
.btn-con.btn-con-left {
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
.more-con.link-con-right, .more-con.btn-con-right,
.link-con.link-con-right,
.link-con.btn-con-right,
.btn-con.link-con-right,
.btn-con.btn-con-right {
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}

.facetwp-reset, .btn, *[type=submit],
.submit-con [type=submit], .facetwp-load-more {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-size: 2.4rem !important;
  line-height: 1.2;
  font-weight: 500;
  font-style: normal;
  color: #FFFFFF !important;
  text-decoration: none !important;
  font-family: "Neue Haas Unica Pro", sans-serif;
  text-transform: none;
  text-align: center;
  letter-spacing: 0;
  padding: 2.06rem 3.9rem;
  background-color: #0000e1;
  border: none;
  border-radius: 0;
  -webkit-box-shadow: none;
          box-shadow: none;
  cursor: pointer;
  position: relative;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  z-index: 2;
  -webkit-transform: none;
      -ms-transform: none;
          transform: none;
  white-space: nowrap;
  overflow: hidden;
}
@media (max-width: 992px) {
  .facetwp-reset, .btn, *[type=submit],
  .submit-con [type=submit], .facetwp-load-more {
    font-size: 1.8rem !important;
    padding: 1.86rem 2.9rem;
  }
}
.facetwp-reset:hover, .facetwp-reset:focus-visible, .btn:hover, .btn:focus-visible, [type=submit]:hover, .facetwp-load-more:hover, [type=submit]:focus-visible, .facetwp-load-more:focus-visible {
  outline: none;
  background-color: #0000e1;
  border-color: #0000e1;
  color: #FFFFFF !important;
}
.facetwp-reset:hover:after, .facetwp-reset:focus-visible:after, .btn:hover:after, .btn:focus-visible:after, [type=submit]:hover:after, .facetwp-load-more:hover:after, [type=submit]:focus-visible:after, .facetwp-load-more:focus-visible:after {
  -webkit-transform: translateY(0%);
      -ms-transform: translateY(0%);
          transform: translateY(0%);
}
.facetwp-reset.disabled, .facetwp-reset:disabled, .btn.disabled, .btn:disabled, .disabled[type=submit], .disabled.facetwp-load-more, [type=submit]:disabled, .facetwp-load-more:disabled {
  opacity: 0.4;
  pointer-events: none;
}
.facetwp-reset:after, .btn:after, [type=submit]:after,
.submit-con [type=submit]:after, .facetwp-load-more:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  background-color: #1c0f62;
  -webkit-transform: translateY(101%);
      -ms-transform: translateY(101%);
          transform: translateY(101%);
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.btn.small {
  font-size: 1.4rem !important;
  padding: 0.394rem 1.1rem;
}
.btn.small svg {
  width: 1.2rem;
  min-width: 1.2rem;
  aspect-ratio: 1/1;
  margin-left: 0.4rem;
}

.link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-size: 1.8rem !important;
  font-weight: 500;
  font-family: "Neue Haas Unica Pro", sans-serif;
  color: #1c0f62 !important;
  text-decoration: none;
  background-color: transparent;
  border: none;
  padding: 0.5rem 0.5rem;
}
.link:hover, .link:focus-visible {
  text-decoration: underline;
}

::-webkit-input-placeholder {
  font-size: inherit;
  color: inherit;
  color: #757575;
}

:-moz-placeholder { /* Firefox 18- */
  font-size: inherit;
  color: inherit;
  color: #757575;
}

::-moz-placeholder { /* Firefox 19+ */
  font-size: inherit;
  color: inherit;
  color: #757575;
}

:-ms-input-placeholder {
  font-size: inherit;
  color: inherit;
  color: #757575;
}

form {
  margin: 0 auto;
  width: 100%;
  display: block;
  margin-bottom: 0;
}
form:after {
  visibility: hidden;
  display: block;
  font-size: 0;
  content: " ";
  clear: both;
  height: 0;
}
* html form {
  height: 1%;
}

input,
textarea,
.fake-select,
select {
  display: block;
  padding: 1.5rem 1.9rem;
  font-size: 2.4rem;
  line-height: 1.6;
  font-weight: 300;
  color: #1c0f62;
  font-family: "Neue Haas Unica Pro", sans-serif;
  width: 100%;
  max-width: 100%;
  margin-bottom: 0;
  border: 0.1rem solid #f4f4ff;
  background-color: #f4f4ff;
  border-radius: 0;
  -webkit-appearance: none;
  -moz-appearance: none;
       appearance: none;
  -webkit-box-shadow: none;
          box-shadow: none;
}
@media (max-width: 992px) {
  input,
  textarea,
  .fake-select,
  select {
    font-size: 1.8rem;
    padding: 2rem 1.9rem;
  }
}

textarea {
  height: 26.5rem;
  min-height: 26.5rem;
  min-width: 100%;
}

input:focus-visible,
input.input-text:focus-visible,
textarea:focus-visible,
select:focus-visible {
  outline: none;
}

input:focus-visible,
input.input-text:focus-visible,
textarea:focus-visible,
select:focus-visible {
  outline: none;
  -webkit-transition: color 0.5s ease, background-color 0.5s ease;
  transition: color 0.5s ease, background-color 0.5s ease;
}

.fake-select,
select {
  padding-right: 3.6rem;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background-image: url(../images/select-icon.svg);
  background-repeat: no-repeat;
  background-position: right 1.4rem top 50%;
  background-size: 1.6rem auto;
  line-height: 4.2rem;
  height: 4.4rem;
  overflow: hidden;
  padding-top: 0;
  padding-bottom: 0;
}
.fake-select::-ms-expand,
select::-ms-expand {
  display: none;
}
.fake-select option,
select option {
  padding-top: 0.05rem;
  padding-bottom: 0.05rem;
  color: #231F20;
}

legend,
label {
  display: block;
  font-size: 3.2rem;
  line-height: 1.2;
  font-weight: 500;
  font-family: "Neue Haas Unica Pro", sans-serif;
  margin-bottom: 1.2rem;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  color: #1c0f62;
  width: 100%;
  -ms-flex-item-align: start;
      align-self: flex-start;
}
@media (max-width: 992px) {
  legend,
  label {
    font-size: 2rem;
  }
}
legend + .gfield_description,
label + .gfield_description {
  margin-top: -1.45rem;
}
@media (max-width: 992px) {
  legend + .gfield_description,
  label + .gfield_description {
    font-weight: 600;
  }
}
@media (max-width: 992px) {
  legend,
  label {
    font-weight: 600;
  }
}
legend .hsfc-FieldLabel__RequiredIndicator,
legend .gfield_required,
label .hsfc-FieldLabel__RequiredIndicator,
label .gfield_required {
  color: rgba(28, 15, 98, 0.62);
  margin-left: 0.05em;
}
legend .hsfc-FieldLabel__RequiredIndicator::before,
legend .gfield_required::before,
label .hsfc-FieldLabel__RequiredIndicator::before,
label .gfield_required::before {
  content: "*";
  color: #E34343;
  display: inline-block;
}
legend .hsfc-FieldLabel__RequiredIndicator span,
legend .gfield_required span,
label .hsfc-FieldLabel__RequiredIndicator span,
label .gfield_required span {
  display: none;
}

.submit-con {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.input-radio,
.input-checkbox {
  position: relative;
  display: inline-block;
  margin-bottom: 5px;
}
.input-radio:before,
.input-checkbox:before {
  content: "";
  display: block;
  position: absolute;
}

input[type=radio],
input[type=checkbox] {
  position: absolute;
  width: 0;
  height: 0;
  opacity: 0;
}
input[type=radio] + span, input[type=radio] + .wpcf7-list-item-label, input[type=radio] + label,
input[type=checkbox] + span,
input[type=checkbox] + .wpcf7-list-item-label,
input[type=checkbox] + label {
  padding-left: 5rem !important;
  position: relative;
  cursor: pointer;
  font-size: 2.4rem;
  font-weight: 100;
  line-height: 2.8rem;
  display: inline-block;
  margin-top: 0;
  color: #1c0f62;
  text-align: left !important;
  width: 100%;
  margin-bottom: 0;
  min-height: 2.8rem;
}
@media (max-width: 992px) {
  input[type=radio] + span, input[type=radio] + .wpcf7-list-item-label, input[type=radio] + label,
  input[type=checkbox] + span,
  input[type=checkbox] + .wpcf7-list-item-label,
  input[type=checkbox] + label {
    padding-left: 3rem !important;
    font-size: 1.37rem;
  }
}
input[type=radio] + span a, input[type=radio] + .wpcf7-list-item-label a, input[type=radio] + label a,
input[type=checkbox] + span a,
input[type=checkbox] + .wpcf7-list-item-label a,
input[type=checkbox] + label a {
  margin-left: 0.4ch;
}
input[type=radio] + span .gfield_required, input[type=radio] + .wpcf7-list-item-label .gfield_required, input[type=radio] + label .gfield_required,
input[type=checkbox] + span .gfield_required,
input[type=checkbox] + .wpcf7-list-item-label .gfield_required,
input[type=checkbox] + label .gfield_required {
  display: none;
}
input[type=radio] + span:before, input[type=radio] + .wpcf7-list-item-label:before, input[type=radio] + label:before,
input[type=checkbox] + span:before,
input[type=checkbox] + .wpcf7-list-item-label:before,
input[type=checkbox] + label:before {
  content: "";
  position: absolute;
  width: 2.8rem;
  height: 2.8rem;
  left: 0;
  top: -0.1rem;
  border-radius: 0;
  border-radius: 0.2rem;
  border: 0.2rem solid #f4f4ff;
}
@media (max-width: 992px) {
  input[type=radio] + span:before, input[type=radio] + .wpcf7-list-item-label:before, input[type=radio] + label:before,
  input[type=checkbox] + span:before,
  input[type=checkbox] + .wpcf7-list-item-label:before,
  input[type=checkbox] + label:before {
    width: 2rem;
    height: 2rem;
    top: 0.3rem;
  }
}
input[type=radio] + span:after, input[type=radio] + .wpcf7-list-item-label:after, input[type=radio] + label:after,
input[type=checkbox] + span:after,
input[type=checkbox] + .wpcf7-list-item-label:after,
input[type=checkbox] + label:after {
  content: "";
  position: absolute;
  width: 1.5rem;
  height: 1.5rem;
  left: 0.675rem;
  top: 0.55rem;
  border-radius: 0;
  border-radius: 0.2rem;
  border: 0.2rem solid #f4f4ff;
  background-color: #f4f4ff;
  opacity: 0;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
@media (max-width: 992px) {
  input[type=radio] + span:after, input[type=radio] + .wpcf7-list-item-label:after, input[type=radio] + label:after,
  input[type=checkbox] + span:after,
  input[type=checkbox] + .wpcf7-list-item-label:after,
  input[type=checkbox] + label:after {
    width: 0.9rem;
    height: 0.9rem;
    left: 0.6rem;
    top: 0.8rem;
  }
}
input[type=radio]:checked + label:after, input[type=radio]:checked + .wpcf7-list-item-label:after, input[type=radio]:checked + span:after, input[type=radio] + label.checked:after,
input[type=checkbox]:checked + label:after,
input[type=checkbox]:checked + .wpcf7-list-item-label:after,
input[type=checkbox]:checked + span:after,
input[type=checkbox] + label.checked:after {
  opacity: 1;
}

input[type=radio] + span:before, input[type=radio] + span:after, input[type=radio] + .wpcf7-list-item-label:before, input[type=radio] + .wpcf7-list-item-label:after, input[type=radio] + label:before, input[type=radio] + label:after {
  border-radius: 50%;
}

.hsfc-Row {
  margin-bottom: 3.8rem;
}

.hsfc-NavigationRow__Buttons {
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}

.hsfc-ErrorAlert {
  color: #E34343;
  font-size: 1.4rem;
  margin-top: 0.2rem;
}

.hsfc-PhoneInput__FlagAndCaret {
  background-color: #FFFFFF;
  padding: 1rem;
  border-right: none;
  border-radius: 0.4rem 0 0 0.4rem;
  border-color: #131313;
}
.hsfc-PhoneInput__FlagAndCaret .flag {
  width: 1rem;
}
.hsfc-PhoneInput__FlagAndCaret .hsfc-PhoneInput__FlagAndCaret__Caret {
  border: none;
  width: 2.4rem;
  aspect-ratio: 1/1;
  background-image: url(../images/select-icon.svg);
  background-repeat: no-repeat;
  background-position: 100% 50%;
  background-size: 100% auto;
}
.hsfc-PhoneInput__FlagAndCaret + input[type=tel] {
  border-radius: 0 0.4rem 0.4rem 0;
}

.gform_wrapper {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.gform_wrapper .gform_description {
  margin-bottom: 0.6rem;
}
.gform_wrapper .gfield--input-type-section {
  border-bottom: 0.1rem solid #231F20;
  margin-bottom: 2.2rem !important;
}
.gform_wrapper .gfield--input-type-section .gsection_title {
  margin-bottom: 0.7em;
}
.gform_wrapper .gform_heading {
  -webkit-box-ordinal-group: 1000000;
      -ms-flex-order: 999999;
          order: 999999;
  display: none;
}
.gform_wrapper .gform_heading p {
  font-size: 1.3rem;
  line-height: 1.3846153846;
  letter-spacing: 0.02em;
  font-weight: 500;
  color: #B4B4B3;
}
.gform_wrapper .gform-footer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
.gform_wrapper .gform_submission_error {
  display: none;
}
.gform_wrapper fieldset {
  padding: 0;
  margin: 0;
  border: none;
}
.gform_wrapper .ginput_complex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-column-gap: 1rem;
     -moz-column-gap: 1rem;
          column-gap: 1rem;
}
.gform_wrapper .gform_fields {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 1px 0 1px;
}
.gform_wrapper .gform_fields .gfield_visibility_hidden {
  opacity: 0.5;
  visibility: hidden;
  pointer-events: none;
  max-height: 0;
  overflow: hidden;
  margin: 0 !important;
}
.gform_wrapper .gform_fields .gfield,
.gform_wrapper .gform_fields .gfield--width-half,
.gform_wrapper .gform_fields .gfield--width-third {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  margin-bottom: 3.8rem;
  place-items: flex-start;
}
@media (max-width: 992px) {
  .gform_wrapper .gform_fields .gfield,
  .gform_wrapper .gform_fields .gfield--width-half,
  .gform_wrapper .gform_fields .gfield--width-third {
    margin-bottom: 2.6rem;
  }
}
.gform_wrapper .gform_fields .gfield.gfield--type-choice,
.gform_wrapper .gform_fields .gfield--width-half.gfield--type-choice,
.gform_wrapper .gform_fields .gfield--width-third.gfield--type-choice {
  margin-top: -0.4rem;
}
.gform_wrapper .gform_fields .gfield {
  width: 100%;
  -ms-flex-item-align: start;
      align-self: flex-start;
}
@media (min-width: 993px) {
  .gform_wrapper .gform_fields .gfield {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
.gform_wrapper .gform_fields .gfield.spacer {
  margin-bottom: 0;
}
.gform_wrapper .gform_fields .gfield--width-half {
  width: calc(50% - (1rem));
  width: calc(50% - 0.9rem);
}
@media (max-width: 992px) {
  .gform_wrapper .gform_fields .gfield--width-half {
    width: 100%;
  }
}
.gform_wrapper .gform_fields .gfield--width-third {
  width: 32%;
  width: calc(33.333% - (1rem));
}
@media (max-width: 992px) {
  .gform_wrapper .gform_fields .gfield--width-third {
    width: calc(50% - (1rem2));
    width: calc(50% - 0.9rem);
  }
  .gform_wrapper .gform_fields .gfield--width-third + .small + .small {
    width: 100%;
  }
}
@media (max-width: 575px) {
  .gform_wrapper .gform_fields .gfield--width-third {
    width: 100%;
  }
}
.gform_wrapper .gform_fields .gfield.gfield--type-textarea + .gfield--type-checkbox {
  margin-top: 1.4rem;
}
.gform_wrapper .gform_fields .gfield.hidden_label .gfield_label {
  display: none;
}
.gform_wrapper .gform_fields .gfield .ginput_container {
  width: 100%;
}
.gform_wrapper .gform_fields .gfield.gfield--type-consent {
  border: none;
  padding: 0;
  margin-left: 0;
  margin-right: 0;
}
.gform_wrapper .gform_fields .gfield.gfield--type-consent .gfield_label {
  display: none;
}
.gform_wrapper .gform_fields fieldset.gfield {
  position: relative;
}
.gform_wrapper .gfield.gfield--type-html {
  display: block;
}
.gform_wrapper .gfield--type-radio.gfield_error input[type=radio] + span:before, .gform_wrapper .gfield--type-radio.gfield_error input[type=radio] + .wpcf7-list-item-label:before, .gform_wrapper .gfield--type-radio.gfield_error input[type=radio] + label:before,
.gform_wrapper .gfield--type-radio.gfield_error input[type=checkbox] + span:before,
.gform_wrapper .gfield--type-radio.gfield_error input[type=checkbox] + .wpcf7-list-item-label:before,
.gform_wrapper .gfield--type-radio.gfield_error input[type=checkbox] + label:before,
.gform_wrapper .gfield--type-checkbox.gfield_error input[type=radio] + span:before,
.gform_wrapper .gfield--type-checkbox.gfield_error input[type=radio] + .wpcf7-list-item-label:before,
.gform_wrapper .gfield--type-checkbox.gfield_error input[type=radio] + label:before,
.gform_wrapper .gfield--type-checkbox.gfield_error input[type=checkbox] + span:before,
.gform_wrapper .gfield--type-checkbox.gfield_error input[type=checkbox] + .wpcf7-list-item-label:before,
.gform_wrapper .gfield--type-checkbox.gfield_error input[type=checkbox] + label:before {
  border-color: #E34343;
}
.gform_wrapper .gform_fileupload_rules {
  display: none;
}
.gform_wrapper .gform_footer {
  margin-top: -0.4rem;
}
.gform_wrapper .gfield--type-choice,
.gform_wrapper .gfield--type-consent,
.gform_wrapper .gfield_checkbox,
.gform_wrapper .gfield_radio {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.gform_wrapper .gfield--type-choice .gfield_label,
.gform_wrapper .gfield--type-consent .gfield_label,
.gform_wrapper .gfield_checkbox .gfield_label,
.gform_wrapper .gfield_radio .gfield_label {
  margin-bottom: 1rem;
}
.gform_wrapper .gfield--type-choice .gfield_label,
.gform_wrapper .gfield--type-consent .gfield_label,
.gform_wrapper .gfield_checkbox .gfield_label,
.gform_wrapper .gfield_radio .gfield_label {
  margin-bottom: 1.5rem;
  width: 100%;
}
.gform_wrapper .gfield--type-choice .ginput_container_consent,
.gform_wrapper .gfield--type-choice .gchoice,
.gform_wrapper .gfield--type-consent .ginput_container_consent,
.gform_wrapper .gfield--type-consent .gchoice,
.gform_wrapper .gfield_checkbox .ginput_container_consent,
.gform_wrapper .gfield_checkbox .gchoice,
.gform_wrapper .gfield_radio .ginput_container_consent,
.gform_wrapper .gfield_radio .gchoice {
  line-height: 1;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 3.8rem;
  margin-bottom: 2.8rem;
  width: 100%;
}
@media (max-width: 992px) {
  .gform_wrapper .gfield--type-choice .ginput_container_consent,
  .gform_wrapper .gfield--type-choice .gchoice,
  .gform_wrapper .gfield--type-consent .ginput_container_consent,
  .gform_wrapper .gfield--type-consent .gchoice,
  .gform_wrapper .gfield_checkbox .ginput_container_consent,
  .gform_wrapper .gfield_checkbox .gchoice,
  .gform_wrapper .gfield_radio .ginput_container_consent,
  .gform_wrapper .gfield_radio .gchoice {
    margin-bottom: 1.8rem;
  }
}
.gform_wrapper .gfield--type-choice .ginput_container_consent:last-of-type,
.gform_wrapper .gfield--type-choice .gchoice:last-of-type,
.gform_wrapper .gfield--type-consent .ginput_container_consent:last-of-type,
.gform_wrapper .gfield--type-consent .gchoice:last-of-type,
.gform_wrapper .gfield_checkbox .ginput_container_consent:last-of-type,
.gform_wrapper .gfield_checkbox .gchoice:last-of-type,
.gform_wrapper .gfield_radio .ginput_container_consent:last-of-type,
.gform_wrapper .gfield_radio .gchoice:last-of-type {
  margin-bottom: 0;
}
.gform_wrapper .gfield--type-choice .ginput_container_consent label,
.gform_wrapper .gfield--type-choice .gchoice label,
.gform_wrapper .gfield--type-consent .ginput_container_consent label,
.gform_wrapper .gfield--type-consent .gchoice label,
.gform_wrapper .gfield_checkbox .ginput_container_consent label,
.gform_wrapper .gfield_checkbox .gchoice label,
.gform_wrapper .gfield_radio .ginput_container_consent label,
.gform_wrapper .gfield_radio .gchoice label {
  -ms-flex-item-align: center;
      align-self: center;
  margin-bottom: 0;
}
.gform_wrapper .gfield_description {
  font-size: 2.4rem;
  line-height: 1.2;
  font-weight: 300;
  font-family: "Neue Haas Unica Pro", sans-serif;
  margin-bottom: 1.2rem;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  color: #1c0f62;
}
.gform_wrapper [type=file]:hover::file-selector-button, .gform_wrapper [type=file]:focus-visible::file-selector-button {
  background-color: transparent;
  border-color: #1c0f62;
  color: #1c0f62 !important;
}
.gform_wrapper .gfield--type-fileupload.gfield--type-fileupload {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  min-height: 11rem;
  position: relative;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media (max-width: 992px) {
  .gform_wrapper .gfield--type-fileupload.gfield--type-fileupload {
    min-height: 5.619rem;
  }
}
.gform_wrapper .gfield--type-fileupload.gfield--type-fileupload .gfield_label {
  width: calc(50% - 2rem / 2);
}
@media (max-width: 992px) {
  .gform_wrapper .gfield--type-fileupload.gfield--type-fileupload .gfield_label {
    width: calc(100% - 5.823rem);
  }
}
.gform_wrapper .gfield--type-fileupload.gfield--type-fileupload .gfield_description {
  width: calc(50% - 2rem / 2);
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
  font-size: 1.6rem;
  line-height: 1.2;
  letter-spacing: -0.03em;
  margin-top: 0.3rem;
}
@media (min-width: 993px) {
  .gform_wrapper .gfield--type-fileupload.gfield--type-fileupload .gfield_description {
    padding-right: 3rem;
  }
}
@media (max-width: 992px) {
  .gform_wrapper .gfield--type-fileupload.gfield--type-fileupload .gfield_description {
    width: calc(100% - 5.823rem);
    margin-top: -0.6rem;
    padding-right: 7rem;
  }
}
.gform_wrapper .gfield--type-fileupload.gfield--type-fileupload .ginput_container_fileupload {
  width: calc(50% - 2rem / 2);
  -webkit-box-ordinal-group: 4;
      -ms-flex-order: 3;
          order: 3;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
}
@media (max-width: 992px) {
  .gform_wrapper .gfield--type-fileupload.gfield--type-fileupload .ginput_container_fileupload {
    width: 5.823rem;
  }
}
.gform_wrapper .gfield--type-fileupload.gfield--type-fileupload .ginput_container_fileupload .file-con {
  height: 100%;
}
.gform_wrapper .gfield--type-fileupload.gfield--type-fileupload .ginput_container_fileupload .file-con input {
  height: 100%;
  border-radius: 0.9rem;
  border-style: dashed;
}
@media (max-width: 992px) {
  .gform_wrapper .gfield--type-fileupload.gfield--type-fileupload .ginput_container_fileupload .file-con input {
    height: 5.619rem;
    border-radius: 0.6rem;
    font-size: 0rem;
    border-width: 0.184rem;
  }
}
.gform_wrapper .gfield--type-fileupload.gfield--type-fileupload .ginput_container_fileupload .file-name {
  display: none;
}
.gform_wrapper .ginput_preview_list {
  font-size: 1.4rem;
  font-family: "Neue Haas Unica Pro", sans-serif;
  position: absolute;
  top: 100%;
  width: 100%;
}
.gform_wrapper .ginput_preview_list .gfield_fileupload_percent {
  margin-left: 0.4em;
}
.gform_wrapper .ginput_preview_list .gform_delete_file {
  text-decoration: none;
  font-size: 1.6rem;
  margin-left: 0em;
  line-height: 1.1;
}
.gform_wrapper .ginput_preview_list .gform_delete_file * {
  font-size: 1.6rem;
}
.gform_wrapper .gfield_validation_message {
  display: none;
}
.gform_wrapper .gform_ajax_spinner {
  margin: 1rem auto 0;
  position: absolute;
  bottom: -2.5rem;
  left: 50%;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 2.4rem;
}
.gform_wrapper .gform_submission_error {
  font-size: 1.6rem;
  color: #E34343;
  font-weight: 300;
  font-family: "Neue Haas Unica Pro", sans-serif;
}

.gfield--type-honeypot {
  position: absolute;
  top: 0;
  left: 0;
  width: 0;
  height: 0;
  overflow: hidden;
}

.gform_confirmation_message {
  font-weight: 300;
  font-size: 2.4rem;
  line-height: 1.3333333333;
  font-family: "Neue Haas Unica Pro", sans-serif;
  color: #00b638;
}

.gdatepicker_with_icon {
  background-image: url(../images/cal.svg);
  background-repeat: no-repeat;
  background-size: 1.3125rem auto;
  background-position: 100% 50%;
  padding-right: 2.5rem;
}
.gdatepicker_with_icon + .ui-datepicker-trigger {
  display: none;
}

#ui-datepicker-div {
  background-color: #FFFFFF;
  border: 0.1rem solid #1c0f62;
  width: 24rem;
  z-index: 9999 !important;
}
#ui-datepicker-div .ui-datepicker-header {
  padding: 1rem 1rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
#ui-datepicker-div .ui-datepicker-header .ui-datepicker-prev,
#ui-datepicker-div .ui-datepicker-header .ui-datepicker-next {
  padding: 0.5rem 0.5rem;
  background-color: #231F20;
  color: #FFFFFF;
  text-decoration: none;
  font-size: 1.4rem;
  line-height: 1.4;
  font-weight: 600;
  font-family: "Neue Haas Unica Pro", sans-serif;
  text-transform: uppercase;
  margin-bottom: 1rem;
  text-align: center;
  border: 0.1rem solid #ECEBE4;
  background-color: transparent;
  color: #FFFFFF;
  font-weight: 300;
  letter-spacing: 0.1em;
  border-radius: 5rem;
  padding: 0.3rem 1rem;
  margin-bottom: 0.5rem;
  width: calc(50% - 0.5rem);
}
#ui-datepicker-div .ui-datepicker-header .ui-datepicker-prev span,
#ui-datepicker-div .ui-datepicker-header .ui-datepicker-next span {
  color: #FFFFFF;
}
#ui-datepicker-div .ui-datepicker-header .ui-datepicker-prev:hover, #ui-datepicker-div .ui-datepicker-header .ui-datepicker-prev:focus-visible,
#ui-datepicker-div .ui-datepicker-header .ui-datepicker-next:hover,
#ui-datepicker-div .ui-datepicker-header .ui-datepicker-next:focus-visible {
  background-color: #1c0f62;
  color: #FFFFFF;
  border-color: #231F20;
  background-color: #231F20;
}
#ui-datepicker-div .ui-datepicker-header .ui-datepicker-prev:hover span, #ui-datepicker-div .ui-datepicker-header .ui-datepicker-prev:focus-visible span,
#ui-datepicker-div .ui-datepicker-header .ui-datepicker-next:hover span,
#ui-datepicker-div .ui-datepicker-header .ui-datepicker-next:focus-visible span {
  color: #FFFFFF;
}
#ui-datepicker-div .ui-datepicker-header .ui-datepicker-title {
  width: 100%;
}
#ui-datepicker-div .ui-datepicker-header .ui-datepicker-month {
  margin-bottom: 1rem;
  margin-bottom: 0.5rem;
}
#ui-datepicker-div .ui-datepicker-header select {
  line-height: 3.2rem;
  height: 3.3rem;
  font-size: 1.4rem;
}
#ui-datepicker-div .ui-datepicker-calendar {
  width: 100%;
  text-align: center;
  margin-bottom: 0;
}
#ui-datepicker-div .ui-datepicker-calendar thead tr {
  background-color: #1c0f62;
}
#ui-datepicker-div .ui-datepicker-calendar thead tr th {
  padding: 0rem 0rem;
  border-top: 0.1rem solid #1c0f62;
  border-right: 0.1rem solid #1c0f62;
  width: 14.2857142857% !important;
  height: 4.553rem;
  line-height: 4.553rem;
  height: 3.409rem;
  line-height: 3.409rem;
  font-family: "Neue Haas Unica Pro", sans-serif;
  color: #FFFFFF;
  font-size: 1.4rem;
  line-height: 1.1;
  font-weight: 600;
}
#ui-datepicker-div .ui-datepicker-calendar thead tr th:last-of-type {
  border-right: none;
}
#ui-datepicker-div .ui-datepicker-calendar tbody tr {
  background-color: #FFFFFF;
}
#ui-datepicker-div .ui-datepicker-calendar tbody tr td {
  padding: 0rem 0.1rem;
  border-top: 0.1rem solid #1c0f62;
  border-right: 0.1rem solid #1c0f62;
  width: 14.2857142857% !important;
  height: 4.553rem;
  line-height: 4.553rem;
  height: 3.409rem;
  line-height: 3.409rem;
  font-family: "Neue Haas Unica Pro", sans-serif;
  position: relative;
  font-size: 1.3rem;
  font-weight: 600;
}
#ui-datepicker-div .ui-datepicker-calendar tbody tr td a {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  text-decoration: none;
}
#ui-datepicker-div .ui-datepicker-calendar tbody tr td a.ui-state-hover.ui-state-active, #ui-datepicker-div .ui-datepicker-calendar tbody tr td a.ui-state-active {
  background-color: #1c0f62;
  color: #FFFFFF;
}
#ui-datepicker-div .ui-datepicker-calendar tbody tr td a.ui-state-hover {
  background-color: #FFFFFF;
  color: #1c0f62;
}
#ui-datepicker-div .ui-datepicker-calendar tbody tr td:last-of-type {
  border-right: none;
}

@font-face {
  font-family: "swiper-icons";
  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") format("woff");
  font-weight: 400;
  font-style: normal;
}
:root {
  --swiper-theme-color: #007aff;
}

.swiper {
  margin-left: auto;
  margin-right: auto;
  position: relative;
  overflow: hidden;
  list-style: none;
  padding: 0;
  /* Fix of Webkit flickering */
  z-index: 1;
}
.swiper.swiper-fade.swiper-free-mode .swiper-slide {
  -webkit-transition-timing-function: ease-out;
          transition-timing-function: ease-out;
}
.swiper.swiper-fade .swiper-slide {
  pointer-events: none;
  -webkit-transition-property: opacity;
  transition-property: opacity;
}
.swiper.swiper-fade .swiper-slide .swiper-slide {
  pointer-events: none;
}
.swiper.swiper-fade .swiper-slide-active, .swiper.swiper-fade .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}

.swiper-vertical > .swiper-wrapper {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

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

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

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

.swiper-slide {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 100%;
  position: relative;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
}
.swiper-slide:has(> .inner) {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.swiper-slide:has(> .inner) .inner {
  width: 100%;
}

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

/* Auto Height */
.swiper-autoheight,
.swiper-autoheight .swiper-slide {
  height: auto;
}
.swiper-autoheight .swiper-wrapper {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-transition-property: height, -webkit-transform;
  transition-property: height, -webkit-transform;
  transition-property: transform, height;
  transition-property: transform, height, -webkit-transform;
}

.swiper-backface-hidden .swiper-slide {
  -webkit-transform: translateZ(0);
          transform: translateZ(0);
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
}

/* 3D Effects */
.swiper-3d, .swiper-3d.swiper-css-mode .swiper-wrapper {
  -webkit-perspective: 1200px;
          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 {
  -webkit-transform-style: preserve-3d;
          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;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: 10;
}
.swiper-3d .swiper-slide-shadow {
  background: rgba(0, 0, 0, 0.15);
}
.swiper-3d .swiper-slide-shadow-left {
  background-image: -webkit-gradient(linear, right top, left top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
  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: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
  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: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
  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: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
  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 {
  -ms-scroll-snap-type: x mandatory;
      scroll-snap-type: x mandatory;
}

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

.swiper-centered > .swiper-wrapper::before {
  content: "";
  -ms-flex-negative: 0;
      flex-shrink: 0;
  -webkit-box-ordinal-group: 10000;
      -ms-flex-order: 9999;
          order: 9999;
}
.swiper-centered.swiper-horizontal > .swiper-wrapper > .swiper-slide:first-child {
  -webkit-margin-start: var(--swiper-centered-offset-before);
          margin-inline-start: var(--swiper-centered-offset-before);
}
.swiper-centered.swiper-horizontal > .swiper-wrapper::before {
  height: 100%;
  width: var(--swiper-centered-offset-after);
}
.swiper-centered.swiper-vertical > .swiper-wrapper > .swiper-slide:first-child {
  -webkit-margin-before: var(--swiper-centered-offset-before);
          margin-block-start: var(--swiper-centered-offset-before);
}
.swiper-centered.swiper-vertical > .swiper-wrapper::before {
  width: 100%;
  height: var(--swiper-centered-offset-after);
}
.swiper-centered > .swiper-wrapper > .swiper-slide {
  scroll-snap-align: center center;
}

.swiper {
  max-width: none;
  opacity: 0;
}
.swiper.swiper-initialized {
  opacity: 1;
}
.swiper *:not(.swiper-pagination):not(.col-12) {
  max-width: none;
}
.swiper .container.container.container.container {
  max-width: 170.6rem;
}
.swiper .swiper-slide *:not(.row):not(.btn-con) {
  max-width: 100%;
}
.swiper .swiper-slide {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}

.swiper-pagination {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  position: absolute;
  bottom: -1.95rem;
  left: 50%;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
  z-index: 2;
  padding-right: 1rem;
  padding-left: 1rem;
  width: 100%;
  max-width: 168.6rem;
}
@media (max-width: 992px) {
  .swiper-pagination {
    bottom: 7.3rem;
  }
}
.swiper-pagination:has(.swiper-pagination-bullet:first-of-type:last-of-type) {
  display: none;
}
.swiper-pagination.swiper-pagination-fraction {
  bottom: auto;
  bottom: -4.7rem;
  left: 2.5rem;
  width: auto;
  font-size: 1.4rem;
  -webkit-transform: none;
      -ms-transform: none;
          transform: none;
  font-family: "Neue Haas Unica Pro", sans-serif;
  padding: 0;
  width: 6.2rem;
  text-align: center;
}
@media (max-width: 992px) {
  .swiper-pagination.swiper-pagination-fraction {
    left: 1.9rem;
    font-size: 1.2rem;
    bottom: -4.5rem;
  }
}
.swiper-pagination.swiper-pagination-fraction .swiper-pagination-current:before {
  content: "0";
}
.swiper-pagination.swiper-pagination-fraction .swiper-pagination-total:before {
  content: "0";
}
.swiper-pagination.swiper-pagination-fraction span {
  display: inline-block;
  margin: 0 0;
  font-weight: 500;
}
.swiper-pagination.swiper-pagination-custom {
  bottom: -1.65rem;
  right: auto;
  left: 1rem;
  -webkit-transform: none;
      -ms-transform: none;
          transform: none;
  width: auto;
  padding: 0;
  font-size: 1.5rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.swiper-pagination.swiper-pagination-custom span {
  opacity: 0.5;
}
.swiper-pagination.swiper-pagination-custom span:nth-of-type(1) {
  opacity: 1;
}
.swiper-pagination.swiper-pagination-custom span.spacer {
  width: 1.2rem;
  height: 0.12rem;
  background-color: currentColor;
  margin: 0 0.7rem;
}
.swiper-pagination .swiper-pagination-bullet {
  width: 5rem;
  height: 0.2rem;
  background-color: #00ffff;
  margin: 0 1rem;
  border-radius: 0;
  opacity: 0.3;
  cursor: pointer;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
@media (max-width: 992px) {
  .swiper-pagination .swiper-pagination-bullet {
    width: 4rem;
  }
}
.swiper-pagination .swiper-pagination-bullet:first-of-type {
  margin-left: 0;
}
.swiper-pagination .swiper-pagination-bullet:last-of-type {
  margin-right: 0;
}
.swiper-pagination .swiper-pagination-bullet:hover, .swiper-pagination .swiper-pagination-bullet:focus-visible {
  opacity: 1;
}
.swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  opacity: 1;
}

.swiper-button-next,
.swiper-button-prev {
  width: 9.2rem;
  height: 7.3rem;
  border-radius: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  cursor: pointer;
  z-index: 12;
  font-size: 0rem;
  background-color: transparent;
  overflow: hidden;
  position: absolute;
  bottom: -5.7rem;
}
@media (max-width: 992px) {
  .swiper-button-next,
  .swiper-button-prev {
    width: 4rem;
    height: 3.5rem;
    bottom: 5.6rem;
  }
}
.swiper-button-next.swiper-button-disabled,
.swiper-button-prev.swiper-button-disabled {
  pointer-events: none;
  opacity: 0;
}
.swiper-button-next.swiper-button-lock,
.swiper-button-prev.swiper-button-lock {
  pointer-events: none;
  opacity: 0;
}
.swiper-button-next:after,
.swiper-button-prev:after {
  display: none;
}
.swiper-button-next svg,
.swiper-button-prev svg {
  width: 9.2rem;
  min-width: 9.2rem;
  aspect-ratio: 92/73;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
@media (max-width: 992px) {
  .swiper-button-next svg,
  .swiper-button-prev svg {
    width: 4rem;
    min-width: 4rem;
    aspect-ratio: 40/35;
  }
}
.swiper-button-next svg *,
.swiper-button-prev svg * {
  stroke: #00ffff;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
@media (min-width: 993px) {
  .swiper-button-next:hover:not(.swiper-button-disabled) svg *, .swiper-button-next:focus-visible:not(.swiper-button-disabled) svg *,
  .swiper-button-prev:hover:not(.swiper-button-disabled) svg *,
  .swiper-button-prev:focus-visible:not(.swiper-button-disabled) svg * {
    opacity: 0.3;
    -webkit-transition: 0.3s;
    transition: 0.3s;
  }
}

.swiper-button-prev {
  left: 7rem;
}
@media (max-width: 992px) {
  .swiper-button-prev {
    left: 3.2rem;
  }
}

.swiper-button-next {
  right: 7rem;
}
@media (max-width: 992px) {
  .swiper-button-next {
    right: 3.2rem;
  }
}

.swiper-scrollbar {
  height: 1.4rem;
  background-color: #1c0f62;
  position: relative;
  bottom: -10.5rem;
  z-index: 2;
  width: calc(100% - 2rem);
  width: calc(100% - 0.625rem);
  margin: 0 auto;
  border-radius: 0.7rem;
}
@media (max-width: 992px) {
  .swiper-scrollbar {
    height: 1rem;
  }
}
.swiper-scrollbar .swiper-scrollbar-drag {
  width: 6.4rem;
  height: 6.4rem;
  border-radius: 6.4rem;
  background-color: transparent;
  position: absolute;
  top: -2.4rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  pointer-events: none;
}
@media (max-width: 992px) {
  .swiper-scrollbar .swiper-scrollbar-drag {
    width: 3.6rem;
    height: 3.6rem;
    border-radius: 3.6rem;
    top: -1.4rem;
  }
}
.swiper-scrollbar .swiper-scrollbar-drag:hover:after, .swiper-scrollbar .swiper-scrollbar-drag:focus-visible:after {
  background-color: #231F20;
}
.swiper-scrollbar .swiper-scrollbar-drag:after {
  content: "";
  width: 6.4rem;
  height: 6.4rem;
  border-radius: 6.4rem;
  background-color: #231F20;
  cursor: -webkit-grab;
  cursor: grab;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  pointer-events: auto;
}
@media (max-width: 992px) {
  .swiper-scrollbar .swiper-scrollbar-drag:after {
    width: 3.6rem;
    height: 3.6rem;
    border-radius: 3.6rem;
  }
}

.swiper {
  width: calc(100% + 1rem + 1rem);
  max-width: calc(100% + 1rem + 1rem);
  margin-left: -1rem;
}
@media (max-width: 992px) {
  .swiper {
    width: calc(100% + 1.15rem + 1.15rem);
    max-width: calc(100% + 1.15rem + 1.15rem);
    margin-left: -1.15rem;
  }
}
.swiper.no-gap {
  margin-left: 0;
  width: 100%;
  max-width: 100%;
}
.swiper.no-gap .swiper-slide {
  padding: 0 0;
}

.swiper-slide {
  padding: 0 1rem;
}
@media (max-width: 992px) {
  .swiper-slide {
    padding: 0 1.15rem;
  }
}

/*!
 * fullPage 2.9.7
 * https://github.com/alvarotrigo/fullPage.js
 * MIT licensed
 *
 * Copyright (C) 2013 alvarotrigo.com - A project by Alvaro Trigo
 */
html.fp-enabled,
.fp-enabled body {
  margin: 0;
  padding: 0;
  overflow: hidden;
  /*Avoid flicker on slides transitions for mobile phones #336 */
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

.fp-section {
  position: relative;
  -webkit-box-sizing: border-box; /* Safari<=5 Android<=3 */ /* <=28 */
  box-sizing: border-box;
}

.fp-slide {
  float: left;
}

.fp-slide, .fp-slidesContainer {
  height: 100%;
  display: block;
}

.fp-slides {
  z-index: 1;
  height: 100%;
  overflow: hidden;
  position: relative;
  -webkit-transition: all 0.3s ease-out; /* Safari<=6 Android<=4.3 */
  transition: all 0.3s ease-out;
}

.fp-section.fp-table, .fp-slide.fp-table {
  display: table;
  table-layout: fixed;
  width: 100%;
}

.fp-tableCell {
  display: table-cell;
  vertical-align: middle;
  width: 100%;
  height: 100%;
}

.fp-slidesContainer {
  float: left;
  position: relative;
}

.fp-controlArrow {
  -webkit-user-select: none; /* webkit (safari, chrome) browsers */
  -moz-user-select: none; /* mozilla browsers */
  -khtml-user-select: none; /* webkit (konqueror) browsers */
  -ms-user-select: none; /* IE10+ */
  position: absolute;
  z-index: 4;
  top: 50%;
  cursor: pointer;
  width: 0;
  height: 0;
  border-style: solid;
  margin-top: -38px;
  -webkit-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.fp-controlArrow.fp-prev {
  left: 15px;
  width: 0;
  border-width: 38.5px 34px 38.5px 0;
  border-color: transparent #fff transparent transparent;
}

.fp-controlArrow.fp-next {
  right: 15px;
  border-width: 38.5px 0 38.5px 34px;
  border-color: transparent transparent transparent #fff;
}

.fp-scrollable {
  overflow: hidden;
  position: relative;
}

.fp-scroller {
  overflow: hidden;
}

.iScrollIndicator {
  border: 0 !important;
}

.fp-notransition {
  -webkit-transition: none !important;
  transition: none !important;
}

#fp-nav {
  position: fixed;
  z-index: 100;
  margin-top: -32px;
  top: 50%;
  opacity: 1;
  -webkit-transform: translate3d(0, 0, 0);
}

#fp-nav.right {
  right: 17px;
}

#fp-nav.left {
  left: 17px;
}

.fp-slidesNav {
  position: absolute;
  z-index: 4;
  opacity: 1;
  -webkit-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  left: 0 !important;
  right: 0;
  margin: 0 auto !important;
}

.fp-slidesNav.bottom {
  bottom: 17px;
}

.fp-slidesNav.top {
  top: 17px;
}

#fp-nav ul,
.fp-slidesNav ul {
  margin: 0;
  padding: 0;
}

#fp-nav ul li,
.fp-slidesNav ul li {
  display: block;
  width: 14px;
  height: 13px;
  margin: 7px;
  position: relative;
}

.fp-slidesNav ul li {
  display: inline-block;
}

#fp-nav ul li a,
.fp-slidesNav ul li a {
  display: block;
  position: relative;
  z-index: 1;
  width: 100%;
  height: 100%;
  cursor: pointer;
  text-decoration: none;
}

#fp-nav ul li a.active span,
.fp-slidesNav ul li a.active span,
#fp-nav ul li:hover a.active span,
.fp-slidesNav ul li:hover a.active span {
  height: 12px;
  width: 12px;
  margin: -6px 0 0 -6px;
  border-radius: 100%;
}

#fp-nav ul li a span,
.fp-slidesNav ul li a span {
  border-radius: 50%;
  position: absolute;
  z-index: 1;
  height: 4px;
  width: 4px;
  border: 0;
  background: #333;
  left: 50%;
  top: 50%;
  margin: -2px 0 0 -2px;
  -webkit-transition: all 0.1s ease-in-out;
  transition: all 0.1s ease-in-out;
}

#fp-nav ul li:hover a span,
.fp-slidesNav ul li:hover a span {
  width: 10px;
  height: 10px;
  margin: -5px 0px 0px -5px;
}

#fp-nav ul li .fp-tooltip {
  position: absolute;
  top: -2px;
  color: #fff;
  font-size: 14px;
  font-family: arial, helvetica, sans-serif;
  white-space: nowrap;
  max-width: 220px;
  overflow: hidden;
  display: block;
  opacity: 0;
  width: 0;
  cursor: pointer;
}

#fp-nav ul li:hover .fp-tooltip,
#fp-nav.fp-show-active a.active + .fp-tooltip {
  -webkit-transition: opacity 0.2s ease-in;
  transition: opacity 0.2s ease-in;
  width: auto;
  opacity: 1;
}

#fp-nav ul li .fp-tooltip.right {
  right: 20px;
}

#fp-nav ul li .fp-tooltip.left {
  left: 20px;
}

.fp-auto-height.fp-section,
.fp-auto-height .fp-slide,
.fp-auto-height .fp-tableCell {
  height: auto !important;
}

.fp-responsive .fp-auto-height-responsive.fp-section,
.fp-responsive .fp-auto-height-responsive .fp-slide,
.fp-responsive .fp-auto-height-responsive .fp-tableCell {
  height: auto !important;
}

@media (min-width: 993px) {
  .swiper:has(.waypoint) .animate {
    -webkit-transition: 0.2s 0.3s;
    transition: 0.2s 0.3s;
    opacity: 0;
    -webkit-transform: translate3d(0, 3rem, 0);
            transform: translate3d(0, 3rem, 0);
    will-change: transform;
  }
  .swiper:has(.waypoint) .swiper-slide.swiper-slide-active .waypoint.animate {
    opacity: 1;
    -webkit-transform: translate3d(0, 0rem, 0);
            transform: translate3d(0, 0rem, 0);
    -webkit-transition: 0.5s 0.3s ease-out;
    transition: 0.5s 0.3s ease-out;
  }
}

@media (min-width: 993px) {
  .waypoint {
    -webkit-transition: 0.2s;
    transition: 0.2s;
    opacity: 0;
    -webkit-transform: translate3d(0, 3rem, 0);
            transform: translate3d(0, 3rem, 0);
    will-change: transform;
  }
  .waypoint.animate {
    opacity: 1;
    -webkit-transform: translate3d(0, 0rem, 0);
            transform: translate3d(0, 0rem, 0);
    -webkit-transition: 0.5s 0s ease-out;
    transition: 0.5s 0s ease-out;
  }
}

@media (max-width: 992px) {
  [data-offset] {
    -webkit-transform: none !important;
        -ms-transform: none !important;
            transform: none !important;
  }
}

.pin-spacer.pin-spacer.pin-spacer.pin-spacer section {
  overflow-x: unset;
}

body section {
  background-color: #FFFFFF;
  -webkit-transition: background-color 0.3s 0s;
  transition: background-color 0.3s 0s;
}
body section .container {
  position: relative;
  z-index: 3;
}
body section *:last-child {
  margin-bottom: 0;
}
body section .btn-con {
  margin-top: 3.4rem;
}
body section .more-con {
  margin-top: 1.3rem;
}
body section .inner:has(button.over), body section .inner:has(a.over) {
  position: relative;
}
body section .inner button.over,
body section .inner a.over {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 4;
  font-size: 0;
}

iframe.ebow-embed-rounded {
  border-radius: 1.2rem;
}

*[id] {
  scroll-margin-top: 10.4rem;
}

.four-zero-four-section .row {
  padding-top: 8rem;
  padding-bottom: 8rem;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
  min-height: calc(100vh - 11.5rem - 56.809rem);
}

.home-hero-section {
  background-color: #1c0f62;
  position: relative;
}
.home-hero-section .container {
  max-width: 100%;
}
@media (max-width: 992px) {
  .home-hero-section .container {
    padding: 0;
  }
}
.home-hero-section .row {
  min-height: 105vh;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-top: 6.9rem;
  padding-bottom: 40rem;
}
@media (max-width: 992px) {
  .home-hero-section .row {
    min-height: calc(100dvh - 9.906rem);
    padding-top: 0;
    padding-bottom: 18.9rem;
  }
}
.home-hero-section .text {
  background-color: #1c0f62;
}
.home-hero-section h1 {
  color: #1c10ff;
  white-space: nowrap;
  font-size: 24vw;
  mix-blend-mode: screen;
  margin-bottom: 0;
  text-align: center;
}
@media (max-width: 992px) {
  .home-hero-section h1 {
    margin-left: -0.5rem;
  }
}
.home-hero-section h1:before, .home-hero-section h1:after {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  mix-blend-mode: screen;
  pointer-events: none;
}
.home-hero-section h1:before {
  color: #fe0096;
  -webkit-transform: translate(-0.1rem, -1.6rem);
      -ms-transform: translate(-0.1rem, -1.6rem);
          transform: translate(-0.1rem, -1.6rem);
}
@media (max-width: 992px) {
  .home-hero-section h1:before {
    -webkit-transform: translate(0.3rem, -0.7rem);
        -ms-transform: translate(0.3rem, -0.7rem);
            transform: translate(0.3rem, -0.7rem);
  }
}
.home-hero-section h1:after {
  color: #1cff62;
  -webkit-transform: translate(0.6rem, -2rem);
      -ms-transform: translate(0.6rem, -2rem);
          transform: translate(0.6rem, -2rem);
}
@media (max-width: 992px) {
  .home-hero-section h1:after {
    -webkit-transform: translate(0.8rem, -0.8rem);
        -ms-transform: translate(0.8rem, -0.8rem);
            transform: translate(0.8rem, -0.8rem);
  }
}
.home-hero-section h3 {
  color: #00ffff;
  background: linear-gradient(105deg, #d600ff -0.42%, #0ff 40.09%, #ffff6b 75.27%);
  background-clip: text;
  position: absolute;
  bottom: -2.1em;
  right: 15.3rem;
  line-height: 1.2;
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  margin: 0;
  z-index: 3;
  white-space: nowrap;
}
@media (min-width: 993px) {
  .home-hero-section h3 {
    bottom: -1.1em;
  }
}
@media (max-width: 992px) {
  .home-hero-section h3 {
    right: 2.5rem;
    font-size: 2.4rem;
  }
}
.home-hero-section svg.mouse {
  bottom: 20rem;
}
@media (max-width: 992px) {
  .home-hero-section svg.mouse {
    bottom: 3.4rem;
  }
}
.home-hero-section svg.mouse * {
  fill: #FFFFFF;
}

.hero-section {
  background-color: #1c0f62;
  position: relative;
}
.hero-section .container {
  max-width: 102rem;
}
.hero-section .row {
  min-height: 94.2rem;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-top: 7rem;
  padding-bottom: 18rem;
}
@media (max-width: 992px) {
  .hero-section .row {
    min-height: 0;
    padding-top: 8rem;
  }
}
.hero-section * {
  color: #FFFFFF;
}
.hero-section h1 {
  background: linear-gradient(105deg, #d600ff -0.42%, #0ff 40.09%, #ffff6b 75.27%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
@media (max-width: 992px) {
  .hero-section h1 {
    font-size: 4.8rem;
    margin-bottom: 0.8em;
  }
}
.hero-section p.large {
  font-size: 5rem;
  line-height: 1.04;
}
@media (max-width: 992px) {
  .hero-section p.large {
    font-size: 3rem;
    line-height: 1.12;
  }
}
.hero-section svg.mouse {
  bottom: 6.1rem;
}
@media (max-width: 992px) {
  .hero-section svg.mouse {
    bottom: 8.1rem;
  }
}
.hero-section svg.mouse * {
  fill: #FFFFFF;
}

svg.mouse {
  width: 5.8rem;
  aspect-ratio: 58/83;
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
  bottom: 6.1rem;
}
@media (max-width: 992px) {
  svg.mouse {
    width: 3.3rem;
  }
}
svg.mouse .wheel {
  -webkit-animation: wheel 5s 0s ease-in-out infinite;
          animation: wheel 5s 0s ease-in-out infinite;
}
@-webkit-keyframes wheel {
  0%, 100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  50% {
    -webkit-transform: translateY(20px);
            transform: translateY(20px);
  }
}
@keyframes wheel {
  0%, 100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  50% {
    -webkit-transform: translateY(20px);
            transform: translateY(20px);
  }
}

.full-gradient-banner-section {
  overflow: clip;
  position: relative;
  background: linear-gradient(72deg, #d600ff -0.42%, #0ff 40.09%, #ffff6b 75.27%);
}
.full-gradient-banner-section .container {
  max-width: 132rem;
}
.full-gradient-banner-section .row {
  padding-top: 15.3rem;
  padding-top: 10rem;
  padding-bottom: 10rem;
  min-height: 100vh;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media (max-width: 992px) {
  .full-gradient-banner-section .row {
    min-height: 0;
    padding-top: 9.5rem;
    padding-bottom: 8.7rem;
  }
}
@media (min-width: 993px) {
  .full-gradient-banner-section .text-con {
    padding-right: 25rem;
  }
}
.full-gradient-banner-section .text-con h1 {
  font-size: 9.92rem;
  line-height: 1.05;
}
@media (max-width: 992px) {
  .full-gradient-banner-section .text-con h1 {
    font-size: 4rem;
    line-height: 1.1;
  }
}
.full-gradient-banner-section .text-con *:not(h1) {
  width: 82rem;
}

.full-slide-section {
  background-color: #0000e1;
  height: 100vh;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media (max-width: 992px) {
  .full-slide-section {
    height: auto;
  }
}
.full-slide-section .swiper.swiper.swiper .container {
  max-width: 132rem;
}
.full-slide-section .row {
  padding-top: 4rem;
  padding-bottom: 4rem;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media (max-width: 992px) {
  .full-slide-section .row {
    padding-top: 8.2rem;
    padding-bottom: 15.5rem;
  }
}
.full-slide-section * {
  color: #FFFFFF;
}
@media (min-width: 993px) {
  .full-slide-section .text-side {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 48.3%;
            flex: 0 0 48.3%;
    padding-right: 1rem;
  }
}
@media (min-width: 993px) {
  .full-slide-section .text-side {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 48.3%;
            flex: 0 0 48.3%;
  }
}
@media (max-width: 992px) {
  .full-slide-section .text-side {
    margin-bottom: 2.2rem;
  }
}
@media (min-width: 993px) {
  .full-slide-section .image-side.image-side.image-side.image-side {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 51.7%;
            flex: 0 0 51.7%;
  }
}
.full-slide-section .image-side.image-side.image-side.image-side img {
  width: 83.2%;
  max-width: 75rem;
}
@media (max-width: 992px) {
  .full-slide-section .image-side.image-side.image-side.image-side img {
    margin: 0 auto;
    width: 57.2%;
    max-width: 75rem;
  }
}
@media (min-width: 993px) {
  .full-slide-section p.large {
    font-size: 4rem;
    line-height: 1.1;
  }
}
@media (max-width: 992px) {
  .full-slide-section p.large {
    width: 32rem;
  }
}

.case-studies-section {
  background-color: #f4f4ff;
}
.case-studies-section .container {
  max-width: 132.2rem;
}
.case-studies-section .row {
  padding-top: 10.3rem;
  padding-bottom: 18.3rem;
}
@media (max-width: 992px) {
  .case-studies-section .row {
    padding-top: 8.3rem;
    padding-bottom: 9.3rem;
  }
}
.case-studies-section .title-con {
  margin-bottom: 8.9rem;
}
@media (max-width: 992px) {
  .case-studies-section .title-con {
    margin-bottom: 7.6rem;
  }
}
.case-studies-section .swiper .swiper-wrapper-con {
  overflow: visible !important;
}
.case-studies-section .swiper .swiper-pagination {
  bottom: -2.55rem;
}
@media (max-width: 992px) {
  .case-studies-section .swiper .swiper-pagination {
    bottom: -0.85rem;
  }
}
.case-studies-section .swiper .swiper-pagination .swiper-pagination-bullet {
  background-color: #1c0f62;
}
@media (max-width: 992px) {
  .case-studies-section .swiper .swiper-pagination .swiper-pagination-bullet {
    margin: 0 0.5rem;
  }
}
.case-studies-section .swiper .swiper-button-prev,
.case-studies-section .swiper .swiper-button-next {
  width: 14rem;
  height: 14rem;
  top: 43.7%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
}
@media (max-width: 992px) {
  .case-studies-section .swiper .swiper-button-prev,
  .case-studies-section .swiper .swiper-button-next {
    width: 6rem;
    height: 6rem;
    top: auto;
    bottom: -3.9rem;
    -webkit-transform: none;
        -ms-transform: none;
            transform: none;
  }
}
.case-studies-section .swiper .swiper-button-prev.swiper-button-disabled,
.case-studies-section .swiper .swiper-button-next.swiper-button-disabled {
  opacity: 0;
}
.case-studies-section .swiper .swiper-button-prev svg,
.case-studies-section .swiper .swiper-button-next svg {
  width: 14rem;
  min-width: 14rem;
  aspect-ratio: 140/140;
  opacity: 0.9;
}
@media (max-width: 992px) {
  .case-studies-section .swiper .swiper-button-prev svg,
  .case-studies-section .swiper .swiper-button-next svg {
    width: 6rem;
    min-width: 6rem;
  }
}
.case-studies-section .swiper .swiper-button-prev svg circle,
.case-studies-section .swiper .swiper-button-next svg circle {
  stroke: none;
  fill: rgb(244, 244, 255);
}
.case-studies-section .swiper .swiper-button-prev svg line,
.case-studies-section .swiper .swiper-button-prev svg path,
.case-studies-section .swiper .swiper-button-next svg line,
.case-studies-section .swiper .swiper-button-next svg path {
  stroke: #1c0f62;
}
.case-studies-section .swiper .swiper-button-prev {
  left: -23.8rem;
}
@media (max-width: 992px) {
  .case-studies-section .swiper .swiper-button-prev {
    left: 0.2rem;
    bottom: -3.7rem;
  }
}
.case-studies-section .swiper .swiper-button-prev svg {
  -webkit-transform: scale(-1);
      -ms-transform: scale(-1);
          transform: scale(-1);
}
.case-studies-section .swiper .swiper-button-next {
  right: -23.8rem;
}
@media (max-width: 992px) {
  .case-studies-section .swiper .swiper-button-next {
    right: 0.2rem;
  }
}
.case-studies-section .ca-item .image-con {
  aspect-ratio: 545/546.19;
  background: #FFFFFF;
}
.case-studies-section .ca-item .image-con img {
  max-width: 54% !important;
}
.case-studies-section .ca-item p {
  line-height: 1.2;
}
@media (max-width: 992px) {
  .case-studies-section .ca-item p {
    line-height: 1.7;
  }
}
@media (min-width: 993px) {
  .case-studies-section .ca-item p {
    padding-right: 7rem;
  }
}

.logos-slide-section {
  padding-top: 10rem;
  padding-bottom: 10rem;
}
@media (max-width: 992px) {
  .logos-slide-section {
    padding-top: 3rem;
    padding-bottom: 3rem;
  }
}
.logos-slide-section .swiper {
  pointer-events: none;
}
@media (min-width: 993px) {
  .logos-slide-section .swiper {
    width: calc(100% + 10rem + 10rem);
    max-width: calc(100% + 10rem + 10rem);
    margin-left: -10rem;
  }
}
.logos-slide-section .swiper .swiper-wrapper {
  -webkit-transition-timing-function: linear;
          transition-timing-function: linear;
}
.logos-slide-section .swiper .swiper-slide {
  max-width: 35.3rem;
}
@media (min-width: 993px) {
  .logos-slide-section .swiper .swiper-slide {
    padding: 0 10rem;
  }
}
.logos-slide-section .swiper .swiper-slide .inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: 8rem;
}
.logos-slide-section .swiper .swiper-slide .inner img {
  width: auto;
  max-height: 8rem;
}

.text-with-points-section {
  background-color: #1c0f62;
}
.text-with-points-section .container {
  max-width: 132.2rem;
}
.text-with-points-section .row {
  padding-top: 18.3rem;
  padding-bottom: 18rem;
}
@media (max-width: 992px) {
  .text-with-points-section .row {
    padding-top: 9.3rem;
    padding-bottom: 0.4rem;
  }
}
.text-with-points-section * {
  color: #FFFFFF;
}
.text-with-points-section h2 {
  background: linear-gradient(91deg, #d600ff 28.31%, #0007e1 48.52%, #0ff 67.93%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  margin-bottom: 0.97em;
}
@media (max-width: 992px) {
  .text-with-points-section h2 {
    margin-bottom: 1.1em;
  }
}
.text-with-points-section h3 {
  margin-bottom: 1.31em;
}
@media (max-width: 992px) {
  .text-with-points-section h3 {
    margin-bottom: 1.71em;
  }
}
@media (min-width: 993px) {
  .text-with-points-section p.large {
    font-size: 5rem;
    line-height: 1.08;
  }
}
@media (max-width: 992px) {
  .text-with-points-section p.large {
    font-size: 3rem;
  }
}
.text-with-points-section .text-con {
  margin-bottom: 14rem;
}
@media (max-width: 992px) {
  .text-with-points-section .text-con {
    margin-bottom: 0;
  }
}
.text-with-points-section .number-side {
  position: relative;
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-top: 4rem;
}
@media (max-width: 992px) {
  .text-with-points-section .number-side {
    padding: 14.3rem 8rem;
  }
}
@media (min-width: 993px) {
  .text-with-points-section .number-side.side1 {
    padding-right: 12.7rem;
    padding-left: 6rem;
  }
  .text-with-points-section .number-side.side1 img {
    margin-left: -5.3rem;
  }
}
@media (min-width: 993px) {
  .text-with-points-section .number-side.side2 {
    padding-left: 13.7rem;
    padding-right: 7rem;
  }
  .text-with-points-section .number-side.side2 img {
    margin-left: 3.4rem;
  }
}
.text-with-points-section .number-side img {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  background: linear-gradient(91deg, #d600ff 28.31%, #0007e1 48.52%, #0ff 67.93%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-size: 12rem;
  max-width: 90%;
  max-height: 28rem;
  width: auto;
  z-index: -1;
}
@media (max-width: 992px) {
  .text-with-points-section .number-side img {
    top: 46%;
    max-width: 29%;
    max-height: 18rem;
  }
}
.text-with-points-section .number-side h3 {
  font-weight: 300;
}
@media (min-width: 993px) {
  .text-with-points-section .image-side {
    padding-left: 8rem;
    padding-right: 8rem;
  }
}
@media (max-width: 992px) {
  .text-with-points-section .image-side {
    margin: -2.1rem 0 2.2rem;
  }
  .text-with-points-section .image-side img {
    width: 47%;
    margin: 0 auto;
  }
}

.blue-banner-section {
  background-color: #0000e1;
}
.blue-banner-section .container {
  max-width: 132.2rem;
}
.blue-banner-section .row {
  padding-top: 20.2rem;
  padding-bottom: 10rem;
  min-height: 100vh;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media (max-width: 992px) {
  .blue-banner-section .row {
    padding-top: 12.2rem;
    padding-bottom: 8.7rem;
    min-height: 0;
  }
}
.blue-banner-section * {
  color: #FFFFFF;
}
.blue-banner-section h2 {
  margin-bottom: 0.93em;
  background: linear-gradient(91deg, #d600ff 23.12%, #0007e1 54.99%, #0ff 79.5%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.blue-banner-section p.large {
  margin-bottom: 1em;
}
@media (min-width: 993px) {
  .blue-banner-section p.large {
    font-size: 5rem;
    line-height: 1.04;
  }
}
@media (max-width: 992px) {
  .blue-banner-section p.large {
    font-size: 3rem;
  }
}

.purple-banner-section {
  background-color: #1c0f62;
}
@media (min-width: 993px) {
  .single-case-studies .purple-banner-section .container {
    max-width: 116rem;
  }
  .single-case-studies .purple-banner-section p.large {
    font-size: 3.2rem;
  }
}
.purple-banner-section .container {
  max-width: 130rem;
}
.purple-banner-section .row {
  padding-top: 17.1rem;
  padding-bottom: 10.8rem;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media (max-width: 992px) {
  .purple-banner-section .row {
    padding-top: 10.6rem;
    padding-bottom: 7.6rem;
  }
}
.purple-banner-section * {
  color: #FFFFFF;
}
@media (max-width: 992px) {
  .purple-banner-section h3 {
    margin-bottom: 1em;
  }
}
.purple-banner-section h2 {
  margin-bottom: 0.62em;
  background: -webkit-gradient(linear, left top, right top, color-stop(20%, #d600ff), color-stop(46%, #0007e1), color-stop(54%, #0ff));
  background: linear-gradient(90deg, #d600ff 20%, #0007e1 46%, #0ff 54%);
  background-clip: text;
  background-size: 50%;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.purple-banner-section p.large {
  margin-bottom: 1em;
}
@media (min-width: 993px) {
  .purple-banner-section p.large {
    font-size: 4rem;
    line-height: 1.5;
  }
}
@media (max-width: 992px) {
  .purple-banner-section p.large {
    font-size: 2.4rem;
    line-height: 1.5;
  }
}

.white-banner-section .container {
  max-width: 132.2rem;
}
.white-banner-section .row {
  padding-top: 16.3rem;
  padding-bottom: 10rem;
  min-height: 100vh;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media (max-width: 992px) {
  .white-banner-section .row {
    padding-top: 9.3rem;
    padding-bottom: 9.3rem;
    min-height: 0;
  }
}
@media (min-width: 993px) {
  .white-banner-section .text-con {
    padding-right: 12rem;
  }
}
.white-banner-section h2 {
  margin-bottom: 0.93em;
  background: linear-gradient(91deg, #d600ff 23.12%, #0007e1 54.99%, #0ff 79.5%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
@media (max-width: 992px) {
  .white-banner-section h2 {
    margin-bottom: 1.13em;
  }
}
.white-banner-section h3 {
  margin-bottom: 1em;
}
.white-banner-section p.large {
  margin-bottom: 1em;
}
@media (min-width: 993px) {
  .white-banner-section p.large {
    font-size: 5rem;
    line-height: 1.04;
  }
}
@media (max-width: 992px) {
  .white-banner-section p.large {
    font-size: 3rem;
  }
}

.blocks-with-popups-section .container {
  max-width: 100%;
}
@media (max-width: 992px) {
  .blocks-with-popups-section .container {
    padding-left: 1rem;
    padding-right: 1rem;
  }
}
.blocks-with-popups-section .row {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.blocks-with-popups-section .block-side {
  position: relative;
  aspect-ratio: 16/9;
  margin-bottom: 0.1rem;
  padding: 0;
  overflow: hidden;
}
@media (min-width: 993px) {
  .blocks-with-popups-section .block-side {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 calc(50% - 0.05rem);
            flex: 0 0 calc(50% - 0.05rem);
    max-width: calc(50% - 0.05rem);
  }
  .blocks-with-popups-section .block-side:has(.inner:hover) .full-bg, .blocks-with-popups-section .block-side:has(.inner:focus-visible) .full-bg {
    -webkit-transform: scale(1.1);
        -ms-transform: scale(1.1);
            transform: scale(1.1);
  }
}
@media (max-width: 992px) {
  .blocks-with-popups-section .block-side {
    aspect-ratio: unset;
  }
}
.blocks-with-popups-section .block-side .full-bg {
  -webkit-transform: scale(1);
      -ms-transform: scale(1);
          transform: scale(1);
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.blocks-with-popups-section .block-side .inner {
  position: relative;
  aspect-ratio: 16/9;
  padding: 7.9156rem 6.7156rem;
  width: 100%;
  text-decoration: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  text-align: left;
}
@media (max-width: 992px) {
  .blocks-with-popups-section .block-side .inner {
    padding: 3.2156rem 3.0156rem 12.5rem;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    aspect-ratio: unset;
    text-align: left;
  }
  .blocks-with-popups-section .block-side .inner.open .mob-stuff {
    max-height: 99rem;
  }
  .blocks-with-popups-section .block-side .inner.open svg {
    -webkit-transform: rotate(180deg);
        -ms-transform: rotate(180deg);
            transform: rotate(180deg);
  }
}
.blocks-with-popups-section .block-side .inner h2 {
  color: #FFFFFF;
}
.blocks-with-popups-section .block-side .inner svg {
  position: absolute;
  bottom: 2rem;
  right: 2rem;
  width: 5.5rem;
  aspect-ratio: 1/1;
  -webkit-transform: rotate(0deg);
      -ms-transform: rotate(0deg);
          transform: rotate(0deg);
  -webkit-transition: 0.3s !important;
  transition: 0.3s !important;
}
@media (max-width: 992px) {
  .blocks-with-popups-section .block-side .inner svg {
    width: 2.2rem;
  }
}
.blocks-with-popups-section .block-side .mob-stuff {
  max-height: 0;
  overflow: hidden;
}
@media (min-width: 993px) {
  .blocks-with-popups-section .block-side .mob-stuff {
    display: none;
  }
}
.blocks-with-popups-section .block-side .mob-stuff * {
  color: #FFFFFF;
}
.blocks-with-popups-section .block-side .mob-stuff h3 {
  margin-top: 1.2em;
  line-height: 1.15;
  margin-bottom: 1.3em;
}
.blocks-with-popups-section .block-side ul li {
  font-size: 4rem;
  line-height: 1.2;
  font-weight: 400;
  color: #FFFFFF;
}
@media (max-width: 992px) {
  .blocks-with-popups-section .block-side ul li {
    font-size: 2.4rem;
    line-height: 1.25;
    margin-bottom: 0.33em;
  }
}
.blocks-with-popups-section .block-side ul li:before {
  background-color: rgba(244, 244, 255, 0.5);
  top: 0.5em;
  width: 0.15em;
}

.popup-con {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  z-index: 9999;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-top: 9.1rem;
  padding-bottom: 7rem;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  background-color: #0000e1;
}
@media (max-width: 992px) {
  .popup-con {
    display: none;
  }
}
.popup-con.open {
  -webkit-transition: 0.3s;
  transition: 0.3s;
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
}
.popup-con .full-bg {
  width: auto;
  -o-object-fit: contain;
     object-fit: contain;
}
@media (min-width: 993px) {
  .popup-con.even .full-bg {
    left: auto;
    right: 0;
  }
  .popup-con.even .container {
    max-width: 163.2rem;
  }
  .popup-con.even .text-side {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 44.5%;
            flex: 0 0 44.5%;
    max-width: 44.5%;
    padding-right: 9rem;
  }
  .popup-con.even .point-side {
    -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
            order: -1;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 55.5%;
            flex: 0 0 55.5%;
    max-width: 55.5%;
  }
}
.popup-con .close {
  position: absolute;
  top: 3.2rem;
  right: 3.6rem;
  width: 4.8rem;
  min-width: 4.8rem;
  aspect-ratio: 1/1;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.popup-con .close:hover, .popup-con .close:focus-visible {
  opacity: 0.7;
}
.popup-con.pop-1 {
  z-index: 999999;
}
.popup-con .container {
  max-width: 167.2rem;
}
.popup-con .row {
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
}
.popup-con h2 {
  margin-bottom: 0.65em;
  line-height: 1.3888888889;
}
.popup-con * {
  color: #FFFFFF;
}
.popup-con ul li {
  font-size: 4rem;
  line-height: 1.2;
  font-weight: 400;
  color: #FFFFFF;
}
.popup-con ul li:before {
  background-color: rgba(244, 244, 255, 0.5);
  top: 0.5em;
  width: 0.15em;
}
@media (min-width: 993px) {
  .popup-con .text-side {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 49.4%;
            flex: 0 0 49.4%;
    max-width: 49.4%;
    padding-right: 14rem;
  }
}
@media (min-width: 993px) {
  .popup-con .point-side {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50.6%;
            flex: 0 0 50.6%;
    max-width: 50.6%;
  }
}

.contact-section .row {
  padding-top: 11.5rem;
  padding-bottom: 9.4rem;
}
@media (max-width: 992px) {
  .contact-section .row {
    padding-top: 3.1rem;
    padding-bottom: 1.6rem;
  }
}
.contact-section h1 {
  margin-bottom: 0.86em;
}
@media (max-width: 992px) {
  .contact-section h1 {
    font-size: 4.8rem;
    line-height: 1.05;
    margin-bottom: 0.4em;
  }
}
@media (max-width: 992px) {
  .contact-section h3 {
    font-size: 4rem;
    line-height: 1.1;
  }
}
.contact-section .text-con {
  margin-bottom: 6.6rem;
}
@media (max-width: 992px) {
  .contact-section .text-con {
    margin-bottom: 5.4rem;
  }
}
@media (min-width: 993px) {
  .contact-section .form-side {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 51.2%;
            flex: 0 0 51.2%;
    max-width: 51.2%;
  }
}
@media (max-width: 992px) {
  .contact-section .form-side {
    margin-bottom: 3.5rem;
  }
}
@media (min-width: 993px) {
  .contact-section .text-side {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 48.8%;
            flex: 0 0 48.8%;
    max-width: 48.8%;
    padding-left: 13.4rem;
    padding-top: 3.2rem;
  }
}
@media (max-width: 992px) {
  .contact-section .text-side {
    padding-right: 4.9rem;
  }
}
@media (max-width: 992px) {
  .contact-section .text-side p {
    font-size: 2rem;
  }
}
.contact-section .text-side p a {
  text-decoration: none;
  color: #0000e1;
}
.contact-section .text-side p a:hover, .contact-section .text-side p a:focus-visible {
  text-decoration: underline;
}
.contact-section p.large {
  line-height: 1.5;
  margin-bottom: 1.45em;
}
@media (max-width: 992px) {
  .contact-section p.large:has(a) {
    font-size: 2.4rem;
  }
}
.contact-section .locations {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-top: -2.35rem;
  border-bottom: 0.1rem solid #1c0f62;
  margin-bottom: 6.9rem;
}
@media (max-width: 992px) {
  .contact-section .locations {
    margin-top: -0.55rem;
    margin-bottom: 3.9rem;
  }
}
.contact-section .locations .location {
  width: 50%;
  border-top: 0.1rem solid #1c0f62;
  padding: 2.8rem 1rem 2.2rem 0;
  font-size: 3.2rem;
  line-height: 1.5;
  font-weight: 500;
}
@media (max-width: 992px) {
  .contact-section .locations .location {
    font-size: 2rem;
  }
  .contact-section .locations .location:nth-of-type(even) {
    text-align: right;
  }
}

.title-with-text-section .container {
  max-width: 170.4rem;
}
.title-with-text-section .row {
  padding-top: 10rem;
  padding-bottom: 4.5rem;
}
@media (max-width: 992px) {
  .title-with-text-section .row {
    padding-top: 6.1rem;
    padding-bottom: 0.6rem;
  }
}
@media (min-width: 993px) {
  .title-with-text-section .title-side {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 42.8%;
            flex: 0 0 42.8%;
    max-width: 42.8%;
  }
}
@media (max-width: 992px) {
  .title-with-text-section .title-side {
    margin-bottom: 3.7rem;
  }
}
@media (min-width: 993px) {
  .title-with-text-section .text-side {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 57.2%;
            flex: 0 0 57.2%;
    max-width: 57.2%;
    margin-top: -0.25rem;
    padding-right: 0.6rem;
  }
}
.title-with-text-section h1 {
  margin-bottom: 1.44em;
}
@media (max-width: 992px) {
  .title-with-text-section h1 {
    font-size: 4.8rem;
    line-height: 1.05;
    margin-bottom: 0.54em;
  }
}
.title-with-text-section img {
  width: 44.2rem;
}
@media (max-width: 992px) {
  .title-with-text-section img {
    width: 10rem;
  }
}
@media (min-width: 993px) {
  .title-with-text-section p.large {
    font-size: 4rem;
    line-height: 1.2;
  }
}
@media (max-width: 992px) {
  .title-with-text-section p.large {
    line-height: 1.25;
  }
}
@media (min-width: 993px) {
  .title-with-text-section p {
    font-size: 2.4rem;
    line-height: 1.5;
  }
}
.title-with-text-section * + h2 {
  margin-top: 1.1em;
}
@media (max-width: 992px) {
  .title-with-text-section * + h2 {
    margin-top: 1.2em;
  }
}
.title-with-text-section h2 {
  width: 85rem;
  font-weight: 700;
  letter-spacing: -0.01em !important;
  line-height: 1.1;
}

.hex-detailed-list-section .container {
  max-width: 170.4rem;
}
.hex-detailed-list-section .row {
  padding-top: 4.5rem;
  padding-bottom: 9.5rem;
}
@media (max-width: 992px) {
  .hex-detailed-list-section .row {
    padding-bottom: 2.1rem;
  }
}
.hex-detailed-list-section dl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.hex-detailed-list-section dl dt {
  border-top: 0.1rem solid #969695;
  padding-top: 10rem;
  padding-bottom: 7rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  width: 100%;
}
@media (max-width: 992px) {
  .hex-detailed-list-section dl dt {
    padding-top: 5rem;
    padding-bottom: 2.1rem;
  }
}
.hex-detailed-list-section dl dt.blue i {
  background-color: #0000e1;
}
.hex-detailed-list-section dl dt.light-blue i {
  background-color: #00ffff;
}
.hex-detailed-list-section dl dt.green i {
  background-color: #1cff62;
}
.hex-detailed-list-section dl dt.yellow i {
  background-color: #ffff6b;
}
.hex-detailed-list-section dl dt.pink i {
  background-color: #d600ff;
}
@media (max-width: 992px) {
  .hex-detailed-list-section dl dt.none {
    padding-top: 0;
    padding-bottom: 0;
  }
  .hex-detailed-list-section dl dt.none i {
    display: none;
  }
}
.hex-detailed-list-section dl dt.none + dd {
  padding-top: 14.3rem;
}
@media (max-width: 992px) {
  .hex-detailed-list-section dl dt.none + dd {
    padding-top: 6rem;
  }
}
@media (min-width: 993px) {
  .hex-detailed-list-section dl dt {
    width: 43.6%;
    padding-right: 7rem;
  }
}
.hex-detailed-list-section dl dt h3 {
  padding-top: 0.6rem;
}
@media (max-width: 992px) {
  .hex-detailed-list-section dl dt h3 {
    padding-top: 0.1rem;
    line-height: 1.5;
  }
}
.hex-detailed-list-section dl dt i {
  width: 4.5rem;
  min-width: 4.5rem;
  aspect-ratio: 45/54;
  margin-right: 4rem;
  clip-path: polygon(50% 0, 100% 25%, 100% 75%, 50% 100%, 0 75%, 0 25%);
}
@media (max-width: 992px) {
  .hex-detailed-list-section dl dt i {
    width: 3rem;
    min-width: 3rem;
    margin-right: 2rem;
  }
}
.hex-detailed-list-section dl dd {
  border-top: 0.1rem solid #969695;
  padding-top: 10.3rem;
  padding-bottom: 9.1rem;
  margin: 0;
}
@media (min-width: 993px) {
  .hex-detailed-list-section dl dd {
    width: 56.4%;
  }
}
@media (max-width: 992px) {
  .hex-detailed-list-section dl dd {
    border-top: none;
    padding-top: 0.3rem;
    padding-bottom: 5.7rem;
  }
}
@media (min-width: 993px) {
  .hex-detailed-list-section dl p {
    font-size: 2.4rem;
    line-height: 1.5;
  }
}
@media (min-width: 993px) {
  .hex-detailed-list-section dl p.large {
    font-size: 4rem;
    line-height: 1.125;
  }
}
@media (max-width: 992px) {
  .hex-detailed-list-section dl p.large {
    line-height: 1.9;
  }
}

.simple-text-section .container {
  max-width: 170.4rem;
}
.simple-text-section .row {
  padding-top: 6.1rem;
  padding-bottom: 10.5rem;
}
@media (max-width: 992px) {
  .simple-text-section .row {
    padding-top: 1.9rem;
  }
}
@media (min-width: 993px) {
  .simple-text-section .left-side {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 34.6%;
            flex: 0 0 34.6%;
    max-width: 34.6%;
    padding-top: 1rem;
    padding-right: 7rem;
  }
}
@media (max-width: 992px) {
  .simple-text-section .left-side {
    margin-bottom: 5.1rem;
  }
}
.simple-text-section .left-side li:not(.large),
.simple-text-section .left-side p:not(.large) {
  font-size: 2.4rem;
}
.simple-text-section .left-side li:not(.large) a,
.simple-text-section .left-side p:not(.large) a {
  color: #0000e1;
}
.simple-text-section .left-side ul {
  margin-top: 1.8em;
  margin-bottom: 3.6em;
}
@media (min-width: 993px) {
  .simple-text-section .left-side ul {
    padding-right: 6rem;
    margin-bottom: 4.9em;
  }
}
@media (max-width: 992px) {
  .simple-text-section .left-side ul {
    margin-top: 2.5em;
    padding-right: 6.6rem;
  }
}
.simple-text-section .left-side ul li {
  padding-left: 2.9em;
  margin-bottom: 1.7em;
}
.simple-text-section .left-side ul li:before {
  left: 1.95em;
  top: 0.52em;
  width: 0.35em;
}
@media (max-width: 992px) {
  .simple-text-section .left-side p.large {
    font-size: 2rem;
  }
}
@media (min-width: 993px) {
  .simple-text-section .right-side {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 65.4%;
            flex: 0 0 65.4%;
    max-width: 65.4%;
  }
}
.simple-text-section .right-side p {
  margin-bottom: 0.64em;
}
@media (max-width: 992px) {
  .simple-text-section .right-side p {
    margin-bottom: 0.84em;
  }
}
.simple-text-section .right-side * + h3 {
  margin-top: 1.15em;
}
@media (max-width: 992px) {
  .simple-text-section .right-side * + h3 {
    margin-top: 1.05em;
  }
}
.simple-text-section .right-side * + h4 {
  margin-top: 1.5em;
}
@media (max-width: 992px) {
  .simple-text-section .right-side * + h4 {
    margin-top: 1.4em;
  }
}
.simple-text-section .right-side p,
.simple-text-section .right-side li {
  font-weight: 400;
}
@media (min-width: 993px) {
  .simple-text-section .right-side p,
  .simple-text-section .right-side li {
    max-width: 91%;
  }
}
.simple-text-section .right-side h3 {
  margin-bottom: 0.9em;
  line-height: 1.5;
}
@media (max-width: 992px) {
  .simple-text-section .right-side h3 {
    line-height: 1.1;
  }
}
.simple-text-section .right-side h4 {
  font-weight: 500;
  margin-bottom: 1.5em;
}
@media (max-width: 992px) {
  .simple-text-section .right-side h4 {
    line-height: 1.1;
    margin-bottom: 1.3em;
  }
}
.simple-text-section .right-side ul {
  margin-top: 0.66em;
  margin-bottom: 0.9em;
}
@media (max-width: 992px) {
  .simple-text-section .right-side ul {
    margin-bottom: 1.1em;
  }
}
.simple-text-section .right-side ul li {
  margin-bottom: 1.7em;
}
.simple-text-section .right-side ul li:last-of-type {
  margin-bottom: 0;
}
.simple-text-section .right-side ul li:before {
  background-color: transparent;
  -webkit-box-shadow: inset 0 0 0 0.1rem currentColor;
          box-shadow: inset 0 0 0 0.1rem currentColor;
}
@media (max-width: 992px) {
  .simple-text-section .right-side ul li:before {
    left: 0.2em;
    width: 0.35em;
  }
}
@media (max-width: 992px) {
  .simple-text-section br {
    display: block;
  }
}
.simple-text-section h1 {
  margin-bottom: 0.72em;
}
@media (max-width: 992px) {
  .simple-text-section h1 {
    font-size: 4.8rem;
    margin-bottom: 0.45em;
  }
}
.simple-text-section h2 {
  margin-bottom: 0.24em;
}
@media (max-width: 992px) {
  .simple-text-section h2 {
    margin-bottom: 0.64em;
  }
}
.simple-text-section p.large {
  margin-bottom: 1.35em;
}
@media (max-width: 992px) {
  .simple-text-section p.large {
    margin-bottom: 1.25em;
  }
}

.text-with-form-section {
  position: relative;
  background: linear-gradient(141deg, #4f00ff 17.47%, #0000e1 69.35%);
}
@media (max-width: 992px) {
  .text-with-form-section {
    background: linear-gradient(122deg, #4f00ff 3.59%, #0000e1 54.91%);
  }
}
.text-with-form-section:before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: -28.8rem;
  height: 100%;
  opacity: 0.8;
  pointer-events: none;
  background-repeat: no-repeat;
  background-position: left -7rem center;
  background-image: url(../images/happiness-smiley.png);
  background-repeat: no-repeat;
  -webkit-transform: translate3d(0, 0, 0) !important;
          transform: translate3d(0, 0, 0) !important;
  mix-blend-mode: soft-light;
}
@media (max-width: 992px) {
  .text-with-form-section:before {
    background-position: right -9rem top 4rem;
    background-size: 60vw;
    bottom: 0.1rem;
  }
}
.text-with-form-section:after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 1.4rem;
  background: -webkit-gradient(linear, left top, right top, color-stop(1.13%, #0ff), color-stop(43.68%, #d600ff), color-stop(77.17%, #0000e1));
  background: linear-gradient(90deg, #0ff 1.13%, #d600ff 43.68%, #0000e1 77.17%);
}
@media (max-width: 992px) {
  .text-with-form-section:after {
    height: 0.5rem;
  }
}
.text-with-form-section .container {
  max-width: 170.4rem;
}
.text-with-form-section .row {
  padding-top: 21rem;
  padding-bottom: 16.1rem;
}
@media (max-width: 992px) {
  .text-with-form-section .row {
    padding-top: 18.1rem;
  }
}
@media (max-width: 992px) {
  .text-with-form-section br {
    display: block;
  }
}
.text-with-form-section .text * {
  color: #FFFFFF;
}
.text-with-form-section .text h1 {
  line-height: 1.02273;
}
@media (max-width: 992px) {
  .text-with-form-section .text h1 {
    font-size: 4.8rem;
    margin-bottom: 0.95em;
  }
}
.text-with-form-section .text h2 {
  line-height: 1.1071430556;
}
.text-with-form-section .text h3 {
  color: #00ffff;
  line-height: 1.25;
  margin-bottom: 1em;
}
@media (max-width: 992px) {
  .text-with-form-section .text h3 {
    font-size: 1.8rem;
    line-height: 1.9;
    margin-bottom: 0.9em;
  }
}
.text-with-form-section .text hr {
  width: 27rem;
  height: 1rem;
  margin: 8.3rem 0 6.5rem;
  background-color: #00ffff;
}
@media (max-width: 992px) {
  .text-with-form-section .text hr {
    margin: 4.4rem 0 4.3rem;
  }
}
.text-with-form-section .text p {
  font-weight: 400;
  margin-bottom: 1.32em;
}
.text-with-form-section .text p.large {
  font-size: 3.2rem;
  line-height: 1.272728125;
}
@media (max-width: 992px) {
  .text-with-form-section .text p.large {
    font-size: 1.5rem;
    line-height: 1.4;
  }
}
.text-with-form-section .text em {
  color: #00ffff;
  font-style: normal;
}
@media (min-width: 993px) {
  .text-with-form-section .text-side {
    padding-right: 10rem;
  }
}
@media (max-width: 992px) {
  .text-with-form-section .text-side {
    margin-bottom: 3.6rem;
  }
}
@media (min-width: 993px) {
  .text-with-form-section .form-side {
    padding-left: 1.5rem;
    margin-top: -0.4rem;
  }
}
@media (max-width: 992px) {
  .text-with-form-section .form-side .gform_description.gform_description {
    font-size: 2rem;
  }
}
.text-with-form-section .gform_wrapper {
  margin-top: 5.8rem;
}
@media (max-width: 992px) {
  .text-with-form-section .gform_wrapper {
    margin-top: 5rem;
  }
}
@media (min-width: 993px) {
  .text-with-form-section .gform_wrapper {
    width: calc(100% + 2.1rem);
    max-width: calc(100% + 2.1rem);
  }
}
.text-with-form-section .gform_wrapper .gfield_label {
  color: #00ffff;
  margin-bottom: 1.8rem;
}
.text-with-form-section .gform_wrapper input,
.text-with-form-section .gform_wrapper textarea,
.text-with-form-section .gform_wrapper .fake-select {
  padding: 1.7rem 1.9rem;
}
@media (max-width: 992px) {
  .text-with-form-section .gform_wrapper input,
  .text-with-form-section .gform_wrapper textarea,
  .text-with-form-section .gform_wrapper .fake-select {
    padding: 1.1rem 1.9rem;
  }
}
.text-with-form-section .gform_wrapper input,
.text-with-form-section .gform_wrapper textarea,
.text-with-form-section .gform_wrapper .fake-select,
.text-with-form-section .gform_wrapper select {
  background-color: transparent;
  border-width: 0.2rem;
  border-color: #00ffff;
  color: #00ffff;
}
.text-with-form-section .gform_wrapper .gfield {
  margin-bottom: 4.15rem;
}
@media (max-width: 992px) {
  .text-with-form-section .gform_wrapper .gfield {
    margin-bottom: 3.55rem;
  }
}
.text-with-form-section .gform_wrapper input[type=radio] + span, .text-with-form-section .gform_wrapper input[type=radio] + .wpcf7-list-item-label, .text-with-form-section .gform_wrapper input[type=radio] + label,
.text-with-form-section .gform_wrapper input[type=checkbox] + span,
.text-with-form-section .gform_wrapper input[type=checkbox] + .wpcf7-list-item-label,
.text-with-form-section .gform_wrapper input[type=checkbox] + label {
  color: #FFFFFF;
}
.text-with-form-section .gform_wrapper input[type=radio] + span:before, .text-with-form-section .gform_wrapper input[type=radio] + .wpcf7-list-item-label:before, .text-with-form-section .gform_wrapper input[type=radio] + label:before,
.text-with-form-section .gform_wrapper input[type=checkbox] + span:before,
.text-with-form-section .gform_wrapper input[type=checkbox] + .wpcf7-list-item-label:before,
.text-with-form-section .gform_wrapper input[type=checkbox] + label:before {
  border-color: #00ffff;
}
.text-with-form-section .gform_wrapper input[type=radio] + span:after, .text-with-form-section .gform_wrapper input[type=radio] + .wpcf7-list-item-label:after, .text-with-form-section .gform_wrapper input[type=radio] + label:after,
.text-with-form-section .gform_wrapper input[type=checkbox] + span:after,
.text-with-form-section .gform_wrapper input[type=checkbox] + .wpcf7-list-item-label:after,
.text-with-form-section .gform_wrapper input[type=checkbox] + label:after {
  border-color: #00ffff;
  background-color: #00ffff;
}
.text-with-form-section .gform_wrapper [type=submit] {
  background-color: #00ffff;
  color: #1c0f62 !important;
}
@media (max-width: 992px) {
  .text-with-form-section .gform_wrapper [type=submit] {
    padding: 1.46rem 2.4rem;
  }
}
.text-with-form-section .gform_wrapper [type=submit]:hover, .text-with-form-section .gform_wrapper [type=submit]:focus-visible {
  color: #FFFFFF !important;
}

.hero-gradient-section {
  background: linear-gradient(268deg, #d600ff 9.25%, #0007e1 53.01%, #0ff 92.76%);
  overflow: hidden;
}
@media (max-width: 992px) {
  .hero-gradient-section {
    background: linear-gradient(268deg, #d600ff -10.75%, #0007e1 53.01%, #0ff 112.76%);
  }
}
.hero-gradient-section .container {
  max-width: 110rem;
}
.hero-gradient-section .row {
  padding-top: 26.6rem;
  padding-bottom: 22.7rem;
}
@media (max-width: 992px) {
  .hero-gradient-section .row {
    padding-top: 18.9rem;
    padding-bottom: 16.3rem;
  }
}
.hero-gradient-section * {
  color: #FFFFFF;
}
@media (min-width: 993px) {
  .hero-gradient-section .text-con {
    padding-right: 0.8rem;
  }
}
.hero-gradient-section h1 {
  line-height: 1;
  margin-bottom: 1.29em;
}
@media (max-width: 992px) {
  .hero-gradient-section h1 {
    font-size: 5.8rem;
    line-height: 1;
    margin-bottom: 9rem;
  }
}
.hero-gradient-section h2 {
  line-height: 1.1111111111;
  margin-bottom: 1.24em;
}
@media (max-width: 992px) {
  .hero-gradient-section h2 {
    font-size: 3rem;
    line-height: 1.1333333333;
    margin-bottom: 7rem;
  }
}
.hero-gradient-section p.large {
  font-size: 4rem;
  line-height: 1.2;
  margin-bottom: 1em;
}
@media (max-width: 992px) {
  .hero-gradient-section p.large {
    font-size: 2.4rem;
    line-height: 1.4166666667;
  }
}
.hero-gradient-section svg.mouse {
  bottom: 10rem;
}
@media (max-width: 992px) {
  .hero-gradient-section svg.mouse {
    bottom: 7.9rem;
  }
}
.hero-gradient-section svg.mouse * {
  fill: #FFFFFF;
}
.hero-gradient-section .illustration-bottom {
  position: absolute;
  z-index: 0;
  bottom: 0;
  left: 50%;
  -webkit-transform: translateX(-50%) translateY(50%);
      -ms-transform: translateX(-50%) translateY(50%);
          transform: translateX(-50%) translateY(50%);
  max-width: 100%;
  width: 102rem;
  aspect-ratio: 1/1;
}

.team-section .container {
  padding-top: 20.1rem;
  max-width: 130rem;
}
@media (max-width: 992px) {
  .team-section .container {
    padding-top: 9.1rem;
    padding-bottom: 0.3rem;
  }
}
.team-section .text-con {
  margin-bottom: 8.4rem;
}
.team-section .text-con p.large {
  font-size: 4rem;
  line-height: 1.05;
}
@media (max-width: 992px) {
  .team-section .text-con p.large {
    font-size: 2.4rem;
    line-height: 1.4166666667;
  }
}
.team-section h2 {
  background: linear-gradient(91deg, #d600ff 23.12%, #0007e1 54.99%, #0ff 79.5%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  margin-bottom: 0.62em;
}
@media (max-width: 992px) {
  .team-section h2 {
    margin-bottom: 0.52em;
  }
}
.team-section .team {
  position: relative;
  padding-top: 8.2rem;
  padding-bottom: 5.3rem;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
@media (max-width: 992px) {
  .team-section .team {
    padding-top: 4.2rem;
    padding-bottom: 0.3rem;
  }
  .team-section .team br {
    display: block;
  }
}
@media (min-width: 993px) {
  .team-section .team:not(:has(.t-item:nth-of-type(3))) .side {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 66.6666666666%;
            flex: 0 0 66.6666666666%;
    max-width: 66.6666666666%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .team-section .team:not(:has(.t-item:nth-of-type(3))) .side .ts-item {
    width: 50%;
  }
}
.team-section .team:before {
  content: "";
  position: absolute;
  left: 1rem;
  right: 1rem;
  top: 0;
  background-color: #1c0f62;
  height: 0.1rem;
}
.team-section .team .title-con {
  margin-bottom: 7.5rem;
}
@media (max-width: 992px) {
  .team-section .team .title-con {
    margin-bottom: 3.8rem;
  }
}
@media (min-width: 993px) {
  .team-section .side {
    padding-left: 7.6rem;
    margin-top: -0.6rem;
  }
}
@media (max-width: 768px) {
  .team-section .side {
    margin-bottom: 1rem !important;
  }
}
.team-section .side h4 {
  font-size: 4rem;
  line-height: 1.5;
  margin-bottom: 1.2em;
  font-weight: 300;
  width: 100%;
}
@media (max-width: 992px) {
  .team-section .side h4 {
    font-size: 2.4rem;
    margin-bottom: 0.8em;
  }
}

.t-item {
  margin-bottom: 2rem !important;
}
@media (min-width: 993px) {
  .t-item {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 31.2%;
            flex: 0 0 31.2%;
    max-width: 31.2%;
  }
}
@media (max-width: 992px) {
  .t-item:last-of-type {
    margin-bottom: 1rem !important;
  }
}
.t-item img {
  aspect-ratio: 385/382;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: 50% 50%;
     object-position: 50% 50%;
  margin-bottom: 4.4rem;
}
@media (max-width: 992px) {
  .t-item img {
    margin-bottom: 1.3rem;
  }
}
.t-item p {
  font-size: 2.4rem;
  line-height: 1.5;
}
@media (max-width: 992px) {
  .t-item p {
    font-size: 1.8rem;
  }
}
.t-item p em {
  color: #0000e1;
  font-style: normal;
}

.ts-item {
  margin-bottom: 3rem !important;
}
.ts-item p {
  font-size: 2.4rem;
  line-height: 1.5;
}
@media (max-width: 992px) {
  .ts-item p {
    font-size: 1.8rem;
  }
}
.ts-item p em {
  color: #0000e1;
  font-style: normal;
}

@media (min-width: 993px) {
  .partners-section .container,
  .partners-section .col-12,
  .partners-section .col-6 {
    padding-right: 2rem;
    padding-left: 2rem;
  }
  .partners-section .row {
    margin-right: -2rem;
    margin-left: -2rem;
  }
}
.partners-section .container {
  max-width: 132rem;
}
.partners-section .row {
  padding-top: 7.8rem;
  padding-bottom: 11rem;
}
@media (max-width: 992px) {
  .partners-section .row {
    padding-bottom: 6.9rem;
  }
}
.partners-section .text-con {
  margin-bottom: 4.9rem;
}
@media (max-width: 992px) {
  .partners-section .text-con {
    margin-bottom: 5.8rem;
  }
}
.partners-section p {
  font-size: 1.8rem;
  line-height: 1.5;
  margin-bottom: 2.4em;
}
.partners-section p a {
  text-decoration: none;
  color: #0000e1;
}
.partners-section p a:hover, .partners-section p a:focus-visible {
  text-decoration: underline;
}
.partners-section .col-lg-2 {
  margin-bottom: 2rem;
}
@media (max-width: 992px) {
  .partners-section .col-lg-2 {
    margin-bottom: 6.7rem;
  }
}

.notes-archive-section .container {
  padding-bottom: 8rem;
  max-width: 170.6rem;
}
@media (max-width: 992px) {
  .notes-archive-section .container {
    padding-top: 1.9rem;
  }
}
.notes-archive-section .hero-con {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 100vw;
          flex: 0 0 100vw;
  max-width: 100vw;
  margin-left: calc((100vw - 170.6rem) / -2);
  margin-top: 3rem;
  padding: 0;
}
@media (max-width: 992px) {
  .notes-archive-section .hero-con {
    margin-left: -1.05rem;
    margin-top: -1.2rem;
    aspect-ratio: 1920/1427;
  }
}
@media (min-width: 993px) {
  .notes-archive-section:has(.no-results):not(:has(.hero-con)) .no-results {
    margin-top: 3rem;
  }
}
@media (max-width: 992px) {
  .notes-archive-section:has(.no-results):not(:has(.hero-con)) .no-results {
    margin-top: 17rem;
  }
}
.notes-archive-section #newsPost {
  padding-top: 10.1rem;
}
@media (max-width: 992px) {
  .notes-archive-section #newsPost {
    padding-top: 2.7rem;
  }
}
.notes-archive-section #newsPost:has(.no-results) {
  padding-top: 0;
  padding-bottom: 28rem;
}
.notes-archive-section .no-results {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 100vw;
          flex: 0 0 100vw;
  max-width: 100vw;
  margin-left: calc((100vw - 170.6rem) / -2);
  background-color: #0000e1;
  padding-top: 6.8rem;
  padding-bottom: 10.2rem;
}
@media (max-width: 992px) {
  .notes-archive-section .no-results {
    margin-left: -1.05rem;
    padding-left: 2.1rem;
    padding-right: 2.1rem;
  }
}
.notes-archive-section .no-results h1 {
  font-weight: 300;
  color: #FFFFFF;
  margin: 0 auto;
  max-width: 168.6rem;
}

.facetwp-facet-load_more {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.filter-con.filter-con {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
.filter-con.filter-con .facetwp-facet {
  margin-bottom: 2rem;
}
.filter-con.filter-con .facetwp-type-radio {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .filter-con.filter-con .facetwp-type-radio {
    position: relative;
    width: calc(100% - 5.5rem);
    overflow: scroll;
    margin-top: 0.8rem;
  }
  .filter-con.filter-con .facetwp-type-radio:after {
    content: "";
    position: absolute;
    right: 0;
    top: 0;
    opacity: 0.9;
    width: 6rem;
    height: 100%;
    background-color: #fff;
    -webkit-box-shadow: -1rem -1rem 1rem #fff;
            box-shadow: -1rem -1rem 1rem #fff;
    z-index: 3;
  }
}
.filter-con.filter-con .facetwp-type-radio .facetwp-radio {
  padding: 0;
  background-image: none;
  padding: 0;
  text-transform: lowercase;
  font-size: 2.4rem;
  line-height: 2.292;
  display: block;
  margin-bottom: 0;
  text-decoration: none;
  opacity: 0;
  -webkit-transform: translateY(-1.5rem);
      -ms-transform: translateY(-1.5rem);
          transform: translateY(-1.5rem);
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.animate-menu .filter-con.filter-con .facetwp-type-radio .facetwp-radio {
  opacity: 1;
  -webkit-transform: translateY(0);
      -ms-transform: translateY(0);
          transform: translateY(0);
}
.animate-menu .filter-con.filter-con .facetwp-type-radio .facetwp-radio:nth-of-type(1) {
  -webkit-transition-delay: 0.1s;
          transition-delay: 0.1s;
}
.animate-menu .filter-con.filter-con .facetwp-type-radio .facetwp-radio:nth-of-type(2) {
  -webkit-transition-delay: 0.2s;
          transition-delay: 0.2s;
}
.animate-menu .filter-con.filter-con .facetwp-type-radio .facetwp-radio:nth-of-type(3) {
  -webkit-transition-delay: 0.3s;
          transition-delay: 0.3s;
}
.animate-menu .filter-con.filter-con .facetwp-type-radio .facetwp-radio:nth-of-type(4) {
  -webkit-transition-delay: 0.4s;
          transition-delay: 0.4s;
}
.animate-menu .filter-con.filter-con .facetwp-type-radio .facetwp-radio:nth-of-type(5) {
  -webkit-transition-delay: 0.5s;
          transition-delay: 0.5s;
}
.animate-menu .filter-con.filter-con .facetwp-type-radio .facetwp-radio:nth-of-type(6) {
  -webkit-transition-delay: 0.6s;
          transition-delay: 0.6s;
}
.animate-menu .filter-con.filter-con .facetwp-type-radio .facetwp-radio:nth-of-type(7) {
  -webkit-transition-delay: 0.7s;
          transition-delay: 0.7s;
}
.animate-menu .filter-con.filter-con .facetwp-type-radio .facetwp-radio:nth-of-type(8) {
  -webkit-transition-delay: 0.8s;
          transition-delay: 0.8s;
}
.animate-menu .filter-con.filter-con .facetwp-type-radio .facetwp-radio:nth-of-type(9) {
  -webkit-transition-delay: 0.9s;
          transition-delay: 0.9s;
}
.animate-menu .filter-con.filter-con .facetwp-type-radio .facetwp-radio:nth-of-type(10) {
  -webkit-transition-delay: 1s;
          transition-delay: 1s;
}
@media (max-width: 992px) {
  .filter-con.filter-con .facetwp-type-radio .facetwp-radio {
    font-size: 1.8rem;
  }
}
.filter-con.filter-con .facetwp-type-radio .facetwp-radio:has(+ .facetwp-radio) {
  margin-right: 3.97rem;
}
@media (max-width: 992px) {
  .filter-con.filter-con .facetwp-type-radio .facetwp-radio:has(+ .facetwp-radio) {
    margin-right: 2.17rem;
  }
}
.filter-con.filter-con .facetwp-type-radio .facetwp-radio * {
  font-size: 2.4rem;
  line-height: 2.292;
  display: block;
}
@media (max-width: 992px) {
  .filter-con.filter-con .facetwp-type-radio .facetwp-radio * {
    font-size: 1.8rem;
  }
}
.filter-con.filter-con .facetwp-type-radio .facetwp-radio[data-value=""]:before {
  content: "#";
}
.filter-con.filter-con .facetwp-type-radio .facetwp-radio:hover, .filter-con.filter-con .facetwp-type-radio .facetwp-radio:focus-visible {
  color: #0000e1;
}
.filter-con.filter-con .facetwp-type-radio .facetwp-radio.checked {
  color: #0000e1;
  text-decoration: underline;
}
.filter-con.filter-con .facetwp-type-radio .facetwp-radio .facetwp-display-value {
  padding: 0;
}
.filter-con.filter-con .facetwp-type-radio .facetwp-radio .facetwp-display-value:before {
  content: "#";
}
.filter-con.filter-con .facetwp-type-radio .facetwp-radio .facetwp-counter {
  display: none;
}
.filter-con.filter-con .facetwp-type-search {
  margin-left: auto;
  margin-right: 0;
  width: auto;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .filter-con.filter-con .facetwp-type-search {
    margin-right: -1.4rem;
    z-index: 3;
    position: absolute;
    top: 0.2rem;
    right: 1.1rem;
  }
}
.filter-con.filter-con .facetwp-type-search:hover input, .filter-con.filter-con .facetwp-type-search:focus-visible input {
  background-color: #f5f5f5;
}
@media (max-width: 992px) {
  .filter-con.filter-con .facetwp-type-search.active {
    right: 2.5rem;
    top: 0.2rem;
    position: absolute;
  }
}
.filter-con.filter-con .facetwp-type-search.active .facetwp-icon {
  left: 1.5rem;
}
.filter-con.filter-con .facetwp-type-search.active i.close {
  opacity: 1;
  pointer-events: auto;
}
.filter-con.filter-con .facetwp-type-search.active input {
  max-width: 55rem;
  border-radius: 0.8rem;
  padding-right: 3rem;
  cursor: auto;
  background-color: #f5f5f5;
}
@media (max-width: 992px) {
  .filter-con.filter-con .facetwp-type-search.active input {
    max-width: 38.2rem;
  }
}
.filter-con.filter-con .facetwp-type-search .facetwp-input-wrap {
  display: inline-block;
  position: relative;
}
.filter-con.filter-con .facetwp-type-search .facetwp-icon {
  background-image: url(../images/search.svg);
  background-repeat: no-repeat;
  width: 2.0707rem;
  aspect-ratio: 1/1;
  height: 2.0707rem;
  background-size: 100% auto;
  top: 50%;
  left: 1.5rem;
  left: 1.8rem;
  right: auto;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  pointer-events: none;
  opacity: 1;
  position: absolute;
  cursor: pointer;
}
.filter-con.filter-con .facetwp-type-search .facetwp-icon::before {
  display: none;
}
.filter-con.filter-con .facetwp-type-search i.close {
  width: 2.0707rem;
  aspect-ratio: 1/1;
  position: absolute;
  opacity: 0;
  pointer-events: none;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  right: 1rem;
  cursor: pointer;
}
.filter-con.filter-con .facetwp-type-search i.close:before, .filter-con.filter-con .facetwp-type-search i.close:after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 2rem;
  height: 0.2rem;
  background-color: black;
  -webkit-transform: translate(-50%, -50%) rotate(-45deg);
      -ms-transform: translate(-50%, -50%) rotate(-45deg);
          transform: translate(-50%, -50%) rotate(-45deg);
}
.filter-con.filter-con .facetwp-type-search i.close:after {
  -webkit-transform: translate(-50%, -50%) rotate(45deg);
      -ms-transform: translate(-50%, -50%) rotate(45deg);
          transform: translate(-50%, -50%) rotate(45deg);
}
.filter-con.filter-con .facetwp-type-search input {
  background-color: transparent;
  width: 55rem;
  max-width: 5.5rem;
  height: 5.5rem;
  padding-left: 5.5rem;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  border-radius: 5.5rem;
  overflow: hidden;
  font-size: 1.6rem;
  line-height: 5.5rem;
  border: none;
  min-width: 0;
  padding-right: 0;
  cursor: pointer;
  font-weight: 400;
}
.filter-con.filter-con .facetwp-type-reset {
  margin-left: 3.97rem;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .filter-con.filter-con .facetwp-type-reset {
    margin-left: 0;
    width: 100%;
    margin-top: 1rem;
  }
  .filter-con.filter-con .facetwp-type-reset button {
    width: 100%;
    margin-bottom: 1rem;
  }
  .scroll-down .filter-con.filter-con .facetwp-type-reset button, .scroll-up .filter-con.filter-con .facetwp-type-reset button {
    margin-bottom: 0;
  }
}
.filter-con.filter-con .facetwp-type-reset button {
  font-size: 1.6rem !important;
  background-color: #f5f5f5;
  border-color: #f5f5f5;
  color: #1c0f62 !important;
  padding: 1.79rem 1.79rem;
  height: 5.5rem;
  border-radius: 0.8rem;
}
.filter-con.filter-con .facetwp-type-reset button:hover, .filter-con.filter-con .facetwp-type-reset button:focus-visible {
  color: #FFFFFF !important;
}

.n-item {
  margin-bottom: 8rem !important;
}
@media (max-width: 992px) {
  .n-item {
    margin-bottom: 2.8rem !important;
  }
}
.n-item a.over:hover ~ .text-side .read-more:after, .n-item a.over:focus-visible ~ .text-side .read-more:after {
  max-width: 100%;
}
.n-item .inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  border-bottom: 0.1rem solid rgba(0, 0, 0, 0.3);
  padding-bottom: 8rem;
}
@media (max-width: 992px) {
  .n-item .inner {
    padding-bottom: 2.6rem;
  }
}
.n-item .image-side {
  width: 22.5%;
}
@media (max-width: 992px) {
  .n-item .image-side {
    width: 100%;
  }
}
.n-item .image-side img {
  aspect-ratio: 380/380;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: 50% 50%;
     object-position: 50% 50%;
}
.n-item .title-side {
  width: 33%;
  padding-left: 7rem;
  padding-right: 7rem;
  padding-top: 0.4rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
@media (max-width: 992px) {
  .n-item .title-side {
    width: 100%;
    padding-left: 0rem;
    padding-right: 0rem;
    padding-top: 1.9rem;
  }
}
.n-item .title-side h3 {
  margin-bottom: 0.38em;
  line-height: 0.94;
}
@media (max-width: 992px) {
  .n-item .title-side h3 {
    font-size: 2.4rem;
    margin-bottom: 0.3em;
    line-height: 1.84;
  }
}
.n-item .title-side .cats {
  margin-bottom: 5.3rem;
}
@media (max-width: 992px) {
  .n-item .title-side .cats {
    margin-bottom: 1rem;
  }
}
.n-item .title-side .cats a {
  font-size: 3.2rem;
  line-height: 1;
  color: #0000e1;
  position: relative;
  z-index: 4;
  text-decoration: underline;
}
@media (max-width: 992px) {
  .n-item .title-side .cats a {
    font-size: 2.3rem;
  }
}
.n-item .title-side .cats a:hover:before, .n-item .title-side .cats a:focus-visible:before {
  max-width: 100%;
}
.n-item .title-side .cats a:before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  height: 0.08em;
  background-color: #0000e1;
  width: 100%;
  max-width: 0%;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.n-item .title-side .cats a:has(+ a) {
  margin-right: 0.3ch;
}
.n-item .title-side .date {
  margin-top: auto;
  margin-bottom: -0.3rem;
  font-size: 2.4rem;
  line-height: 1.0416666667;
}
@media (max-width: 992px) {
  .n-item .title-side .date {
    font-size: 1.8rem;
  }
}
.n-item .text-side {
  width: 44.5%;
  padding-top: 0.4rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding-right: 4.6rem;
}
@media (max-width: 992px) {
  .n-item .text-side {
    width: 100%;
    padding-right: 0;
    padding-top: 2.2rem;
  }
}
.n-item .text-side p.large {
  line-height: 1.0625;
  letter-spacing: -0.043em !important;
}
@media (max-width: 992px) {
  .n-item .text-side p.large {
    font-size: 2rem;
    line-height: 1.7;
  }
}
.n-item .text-side .read-more {
  margin-top: auto;
  margin-bottom: 0.4rem;
  margin-left: auto;
  text-align: right;
  font-size: 3.2rem;
  line-height: 1;
  color: #0000e1;
  position: relative;
  text-decoration: underline;
}
@media (max-width: 992px) {
  .n-item .text-side .read-more {
    font-size: 1.8rem;
    margin-left: 0;
    margin-right: auto;
    margin-top: 0.6rem;
  }
}
.n-item .text-side .read-more:after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -0.12em;
  height: 0.08em;
  background-color: #0000e1;
  width: 100%;
  max-width: 0%;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.post-top-section .container {
  max-width: 170.6rem;
}
@media (max-width: 992px) {
  .post-top-section .container {
    margin-top: 1.7rem;
  }
}

.header-image-section {
  margin-top: 1rem;
}
@media (max-width: 992px) {
  .header-image-section {
    margin-top: 0.8rem;
  }
}
.header-image-section.waypoint {
  opacity: 0;
  -webkit-transform: scale(1.3) translateY(10rem);
      -ms-transform: scale(1.3) translateY(10rem);
          transform: scale(1.3) translateY(10rem);
  -webkit-transition: all 1s 0 ease-in-out;
  transition: all 1s 0 ease-in-out;
}
.header-image-section.waypoint.animate {
  opacity: 1;
  -webkit-transform: scale(1) translateY(0);
      -ms-transform: scale(1) translateY(0);
          transform: scale(1) translateY(0);
}
.header-image-section img {
  aspect-ratio: 1920/672;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: 50% 50%;
     object-position: 50% 50%;
}
@media (max-width: 992px) {
  .header-image-section img {
    aspect-ratio: 1920/1433;
  }
}

.content-blog-section-section .container {
  max-width: 170.6rem;
}
.content-blog-section-section .row {
  padding-top: 11.2rem;
  padding-bottom: 5.6rem;
}
@media (max-width: 992px) {
  .content-blog-section-section .row {
    padding-top: 3.7rem;
    padding-bottom: 2.9rem;
  }
}
.content-blog-section-section .row.no-padding-top {
  padding-top: 0 !important;
}
.content-blog-section-section .row.no-padding-bottom {
  padding-bottom: 0 !important;
}
.content-blog-section-section.has-border-top .row {
  border-top: 0.1rem solid #1c0f62;
}
.content-blog-section-section.has-border-bottom .row {
  border-bottom: 0.1rem solid #1c0f62;
}
.content-blog-section-section.has-margin-top {
  margin-top: 5.6rem;
}
@media (max-width: 992px) {
  .content-blog-section-section.has-margin-top {
    margin-top: 2.9rem;
  }
}
.content-blog-section-section.has-margin-bottom {
  margin-bottom: 5.6rem;
}
@media (max-width: 992px) {
  .content-blog-section-section.has-margin-bottom {
    margin-bottom: 2.9rem;
  }
}
@media (min-width: 993px) {
  .content-blog-section-section.device-mobile-only {
    display: none;
  }
}
@media (max-width: 992px) {
  .content-blog-section-section.device-desktop-only {
    display: none;
  }
}
.content-blog-section-section .title-side {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
@media (max-width: 992px) {
  .content-blog-section-section .title-side {
    margin-bottom: 5.5rem;
  }
}
.content-blog-section-section .title-side h1,
.content-blog-section-section .title-side h2 {
  font-size: 7.2rem;
  line-height: 1.0555555556;
  font-weight: 500;
  margin-bottom: 0.47em;
}
@media (max-width: 992px) {
  .content-blog-section-section .title-side h1,
  .content-blog-section-section .title-side h2 {
    font-size: 40px;
    line-height: 44px;
    margin-bottom: 0.3em;
  }
}
.content-blog-section-section .title-side .cats {
  margin-bottom: 4rem;
}
@media (max-width: 992px) {
  .content-blog-section-section .title-side .cats {
    margin-bottom: 1.7rem;
  }
}
.content-blog-section-section .title-side .cats a {
  font-size: 3.2rem;
  line-height: 1;
  color: #0000e1;
  position: relative;
  z-index: 4;
  text-decoration: underline;
}
@media (max-width: 992px) {
  .content-blog-section-section .title-side .cats a {
    font-size: 1.8rem;
  }
}
.content-blog-section-section .title-side .cats a:hover:before, .content-blog-section-section .title-side .cats a:focus-visible:before {
  max-width: 100%;
}
.content-blog-section-section .title-side .cats a:before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  height: 0.08em;
  background-color: #0000e1;
  width: 100%;
  max-width: 0%;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.content-blog-section-section .title-side .cats a:has(+ a) {
  margin-right: 0.3ch;
}
.content-blog-section-section .title-side .date {
  font-size: 2.4rem;
  line-height: 1.0416666667;
}
@media (max-width: 992px) {
  .content-blog-section-section .title-side .date {
    font-size: 1.8rem;
  }
}
@media (min-width: 993px) {
  .content-blog-section-section .content-side {
    padding-left: 3.2rem;
    padding-top: 0.2rem;
  }
}
.content-blog-section-section .image-content img,
.content-blog-section-section .image-content video,
.content-blog-section-section .video-content img,
.content-blog-section-section .video-content video {
  width: 100%;
  display: block;
}
.content-blog-section-section .image-content .fluid-width-video-wrapper,
.content-blog-section-section .video-content .fluid-width-video-wrapper {
  position: relative;
  width: 100%;
}
.content-blog-section-section .image-content .fluid-width-video-wrapper iframe,
.content-blog-section-section .video-content .fluid-width-video-wrapper iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0;
}
.content-blog-section-section .image-content.is-video-portrait, .content-blog-section-section .image-content.is-vimeo-portrait,
.content-blog-section-section .video-content.is-video-portrait,
.content-blog-section-section .video-content.is-vimeo-portrait {
  padding-right: 10%;
}
@media (max-width: 992px) {
  .content-blog-section-section .image-content.is-video-portrait, .content-blog-section-section .image-content.is-vimeo-portrait,
  .content-blog-section-section .video-content.is-video-portrait,
  .content-blog-section-section .video-content.is-vimeo-portrait {
    padding-right: 0;
  }
}
.content-blog-section-section .image-content.is-video-portrait video, .content-blog-section-section .image-content.is-vimeo-portrait video,
.content-blog-section-section .video-content.is-video-portrait video,
.content-blog-section-section .video-content.is-vimeo-portrait video {
  width: 100%;
  max-width: 100%;
  aspect-ratio: 9/16;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: 50% 50%;
     object-position: 50% 50%;
}
.content-blog-section-section .image-content.is-video-portrait .fluid-width-video-wrapper, .content-blog-section-section .image-content.is-vimeo-portrait .fluid-width-video-wrapper,
.content-blog-section-section .video-content.is-video-portrait .fluid-width-video-wrapper,
.content-blog-section-section .video-content.is-vimeo-portrait .fluid-width-video-wrapper {
  padding-top: 177.78%;
}
.content-blog-section-section .image-content.is-video-landscape video,
.content-blog-section-section .video-content.is-video-landscape video {
  width: 100%;
  max-width: 100%;
  aspect-ratio: 16/9;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: 50% 50%;
     object-position: 50% 50%;
}
.content-blog-section-section .image-content.is-video-landscape .fluid-width-video-wrapper,
.content-blog-section-section .video-content.is-video-landscape .fluid-width-video-wrapper {
  padding-top: 56.25%;
}
.content-blog-section-section .image-content.two-images .row {
  row-gap: 2rem;
}
.content-blog-section-section .copy p,
.content-blog-section-section .copy ol,
.content-blog-section-section .copy ul {
  line-height: 1.5;
  max-width: 90%;
  margin-bottom: 0.63635em;
}
@media (max-width: 992px) {
  .content-blog-section-section .copy p,
  .content-blog-section-section .copy ol,
  .content-blog-section-section .copy ul {
    max-width: 100%;
    margin-bottom: 0.83635em;
  }
}
.content-blog-section-section .copy p strong,
.content-blog-section-section .copy ol strong,
.content-blog-section-section .copy ul strong {
  font-weight: 400;
}
.content-blog-section-section .copy p img,
.content-blog-section-section .copy ol img,
.content-blog-section-section .copy ul img {
  width: 100%;
}
.content-blog-section-section .copy ol,
.content-blog-section-section .copy ul {
  margin-bottom: 0.93635em;
}
@media (max-width: 992px) {
  .content-blog-section-section .copy ol,
  .content-blog-section-section .copy ul {
    margin-bottom: 1.13635em;
  }
}
.content-blog-section-section .copy * + h2 {
  margin-top: 2.2rem;
}
@media (max-width: 992px) {
  .content-blog-section-section .copy * + h2 {
    margin-top: 2.7rem;
  }
}
.content-blog-section-section .copy h2 {
  font-size: 2.4rem;
  line-height: 1.5;
  margin-bottom: 0.75em;
  font-weight: 700;
}
@media (max-width: 992px) {
  .content-blog-section-section .copy h2 {
    margin-bottom: 0.85em;
  }
}
.content-blog-section-section .copy p + ul,
.content-blog-section-section .copy p + ol {
  margin-top: 0;
}
.content-blog-section-section .copy ul li:not(.menu-item) {
  margin-bottom: 0.7em;
}
@media (max-width: 992px) {
  .content-blog-section-section .copy ul li:not(.menu-item) {
    padding-left: 1.1em;
    margin-bottom: 0.85em;
  }
}
.content-blog-section-section .copy ul li:not(.menu-item):before {
  background-color: transparent;
  -webkit-box-shadow: inset 0 0 0 0.1rem currentColor;
          box-shadow: inset 0 0 0 0.1rem currentColor;
}
@media (max-width: 992px) {
  .content-blog-section-section .copy ul li:not(.menu-item):before {
    left: 0.25em;
    top: 0.65em;
    width: 0.35em;
  }
}
.content-blog-section-section .copy p:first-of-type {
  font-size: 2.2rem;
  margin-bottom: 0.35em;
}
@media (max-width: 992px) {
  .content-blog-section-section .copy p:first-of-type {
    font-size: 2.4rem;
    margin-bottom: 0.55em;
  }
}
.content-blog-section-section .copy .wp-caption .wp-caption-text {
  color: #1c0f62;
  font-style: italic;
  text-align: left;
}
@media (max-width: 992px) {
  .content-blog-section-section .copy .wp-caption .wp-caption-text {
    font-size: 1.8rem;
    line-height: 1.5;
  }
}

@media (max-width: 992px) {
  body.single-post .content-blog-section-section .title-side h1,
  body.single-post .content-blog-section-section .title-side h2 {
    font-size: 40px;
    line-height: 44px;
    margin-bottom: 0.3em;
  }
}
@media (min-width: 993px) and (max-width: 1920px) {
  body.single-post .content-blog-section-section .title-side h1,
  body.single-post .content-blog-section-section .title-side h2 {
    font-size: 72px;
    line-height: 76px;
    font-weight: 500;
  }
  body.single-post .content-blog-section-section .title-side .cats a {
    font-size: 32px;
    line-height: 48px;
  }
  body.single-post .content-blog-section-section .title-side .date {
    font-size: 24px;
    line-height: 36px;
  }
  body.single-post .content-blog-section-section .copy p,
  body.single-post .content-blog-section-section .copy ol,
  body.single-post .content-blog-section-section .copy ul,
  body.single-post .content-blog-section-section .copy li:not(.menu-item) {
    font-size: 22px;
    line-height: 33px;
    font-weight: 300;
  }
  body.single-post .content-blog-section-section .copy h2 {
    font-size: 24px;
    line-height: 1.5;
  }
  body.single-post .content-blog-section-section .copy p:first-of-type {
    font-size: 22px;
  }
}

.pagination-section .container {
  position: relative;
  max-width: 170.6rem;
}
.pagination-section .container:before {
  content: "";
  position: absolute;
  z-index: 2;
  left: 1rem;
  right: 1rem;
  top: 0;
  height: 0.1rem;
  background-color: rgba(0, 0, 0, 0.3);
}
@media (max-width: 992px) {
  .pagination-section .container:before {
    left: 2.1rem;
    right: 2.1rem;
  }
}
.pagination-section .row {
  padding-top: 5rem;
  padding-bottom: 5rem;
}
@media (max-width: 992px) {
  .pagination-section .row {
    padding-top: 4.5rem;
    padding-bottom: 4.5rem;
  }
}
.pagination-section .pagination-con {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.pagination-section .prev,
.pagination-section .all,
.pagination-section .next {
  width: calc(33.333% - 2rem);
}
.pagination-section .next {
  text-align: right;
}
.pagination-section .all {
  text-align: center;
}
.pagination-section a {
  margin-top: auto;
  margin-bottom: 0.4rem;
  margin-left: auto;
  text-align: left;
  font-size: 2.4rem;
  line-height: 1.5;
  color: #0000e1;
  position: relative;
  text-decoration: none;
  font-weight: 400;
}
@media (max-width: 992px) {
  .pagination-section a {
    font-size: 1.4rem;
  }
}
.pagination-section a:hover:after, .pagination-section a:focus-visible:after {
  max-width: 100%;
}
.pagination-section a:after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  height: 0.08em;
  background-color: #0000e1;
  width: 100%;
  max-width: 0%;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

@media (max-width: 992px) {
  .text-with-image-2-section + .case-studies-archive-section,
  .testimonial-section + .case-studies-archive-section,
  .purple-banner-section + .case-studies-archive-section {
    margin-top: 4.5rem;
  }
}

.single-case-studies .case-studies-archive-section .container {
  padding-top: 13.9rem;
  padding-bottom: 18rem;
}
@media (max-width: 992px) {
  .single-case-studies .case-studies-archive-section .container {
    padding-top: 0.2rem;
    padding-bottom: 22rem;
  }
  .single-case-studies .case-studies-archive-section .container .col-lg-4.ca-item {
    display: none;
  }
}
.single-case-studies .case-studies-archive-section .container:before {
  display: none;
}
.single-case-studies .case-studies-archive-section .ca-item .image-con {
  background: #f8f9fc;
}
.single-case-studies .case-studies-archive-section .facetwp-template {
  padding-top: 6.4rem;
}
@media (max-width: 992px) {
  .single-case-studies .case-studies-archive-section .facetwp-template {
    padding-top: 5.7rem;
  }
}
@media (min-width: 993px) {
  .single-case-studies .case-studies-archive-section .swiper {
    display: none;
  }
}
.single-case-studies .case-studies-archive-section .swiper .swiper-wrapper-con {
  overflow: visible !important;
}
.single-case-studies .case-studies-archive-section .swiper .swiper-pagination {
  bottom: -2.55rem;
}
@media (max-width: 992px) {
  .single-case-studies .case-studies-archive-section .swiper .swiper-pagination {
    bottom: -0.85rem;
  }
}
.single-case-studies .case-studies-archive-section .swiper .swiper-pagination .swiper-pagination-bullet {
  background-color: #1c0f62;
}
.single-case-studies .case-studies-archive-section .swiper .swiper-button-prev,
.single-case-studies .case-studies-archive-section .swiper .swiper-button-next {
  width: 14rem;
  height: 14rem;
  top: 43.7%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
}
@media (max-width: 992px) {
  .single-case-studies .case-studies-archive-section .swiper .swiper-button-prev,
  .single-case-studies .case-studies-archive-section .swiper .swiper-button-next {
    width: 6rem;
    height: 6rem;
    top: auto;
    bottom: -3.9rem;
    -webkit-transform: none;
        -ms-transform: none;
            transform: none;
  }
}
.single-case-studies .case-studies-archive-section .swiper .swiper-button-prev.swiper-button-disabled,
.single-case-studies .case-studies-archive-section .swiper .swiper-button-next.swiper-button-disabled {
  opacity: 0;
}
.single-case-studies .case-studies-archive-section .swiper .swiper-button-prev svg,
.single-case-studies .case-studies-archive-section .swiper .swiper-button-next svg {
  width: 14rem;
  min-width: 14rem;
  aspect-ratio: 140/140;
  opacity: 0.9;
}
@media (max-width: 992px) {
  .single-case-studies .case-studies-archive-section .swiper .swiper-button-prev svg,
  .single-case-studies .case-studies-archive-section .swiper .swiper-button-next svg {
    width: 6rem;
    min-width: 6rem;
  }
}
.single-case-studies .case-studies-archive-section .swiper .swiper-button-prev svg circle,
.single-case-studies .case-studies-archive-section .swiper .swiper-button-next svg circle {
  stroke: none;
  fill: transparent;
}
.single-case-studies .case-studies-archive-section .swiper .swiper-button-prev svg line,
.single-case-studies .case-studies-archive-section .swiper .swiper-button-prev svg path,
.single-case-studies .case-studies-archive-section .swiper .swiper-button-next svg line,
.single-case-studies .case-studies-archive-section .swiper .swiper-button-next svg path {
  stroke: #1c0f62;
}
.single-case-studies .case-studies-archive-section .swiper .swiper-button-prev {
  left: -23.8rem;
}
@media (max-width: 992px) {
  .single-case-studies .case-studies-archive-section .swiper .swiper-button-prev {
    left: 0rem;
  }
}
.single-case-studies .case-studies-archive-section .swiper .swiper-button-prev svg {
  -webkit-transform: scale(-1);
      -ms-transform: scale(-1);
          transform: scale(-1);
}
.single-case-studies .case-studies-archive-section .swiper .swiper-button-next {
  right: -23.8rem;
}
@media (max-width: 992px) {
  .single-case-studies .case-studies-archive-section .swiper .swiper-button-next {
    right: 0rem;
  }
}
.case-studies-archive-section .container {
  padding-top: 5.2rem;
  padding-bottom: 3.4rem;
  max-width: 170.6rem;
  position: relative;
}
@media (max-width: 992px) {
  .case-studies-archive-section .container {
    padding-top: 4.3rem;
    padding-bottom: 5.3rem;
  }
}
.case-studies-archive-section .container:before {
  content: "";
  position: absolute;
  z-index: 2;
  left: 1rem;
  right: 1rem;
  bottom: 0;
  height: 0.1rem;
  background-color: rgba(0, 0, 0, 0.3);
}
@media (max-width: 992px) {
  .case-studies-archive-section .container:before {
    left: 2.1rem;
    right: 2.1rem;
  }
}
@media (max-width: 992px) {
  .case-studies-archive-section .title-side {
    margin-bottom: 3.2rem;
  }
}
.case-studies-archive-section .title-side h1 {
  line-height: 1;
}
@media (max-width: 992px) {
  .case-studies-archive-section .title-side h1 {
    font-size: 4.8rem;
  }
}
@media (min-width: 993px) {
  .case-studies-archive-section .text-side {
    padding-left: 1.8rem;
    padding-top: 3.5rem;
    padding-right: 12rem;
  }
}
.case-studies-archive-section .text-side p.large {
  font-size: 4rem;
  line-height: 1;
}
@media (max-width: 992px) {
  .case-studies-archive-section .text-side p.large {
    font-size: 3rem;
    line-height: 1.3;
  }
}
.case-studies-archive-section .text-side p.large a {
  color: rgb(85, 26, 139);
  text-decoration: none;
}
.case-studies-archive-section .text-side p.large a:hover, .case-studies-archive-section .text-side p.large a:focus-visible {
  text-decoration: underline;
}
.case-studies-archive-section .facetwp-template {
  padding-top: 14rem;
}
@media (max-width: 992px) {
  .case-studies-archive-section .facetwp-template {
    padding-top: 8.7rem;
  }
}

.ca-item {
  margin-bottom: 5.5rem !important;
}
@media (max-width: 992px) {
  .ca-item {
    margin-bottom: 4.2rem !important;
  }
}
.ca-item a.over:hover ~ .text-con p, .ca-item a.over:focus-visible ~ .text-con p {
  text-decoration: underline;
}
.ca-item .image-con {
  background: -webkit-gradient(linear, right bottom, left top, from(#f2f5f9), to(#fefeff));
  background: linear-gradient(to top left, #f2f5f9, #fefeff);
  aspect-ratio: 545/523.19;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 3.3rem;
}
@media (max-width: 992px) {
  .ca-item .image-con {
    margin-bottom: 2.2rem;
  }
}
.ca-item .image-con img {
  max-width: 50% !important;
  max-height: 50% !important;
  width: auto;
  height: auto;
  -o-object-fit: contain;
     object-fit: contain;
}
.ca-item p {
  line-height: 1.5;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
@media (max-width: 992px) {
  .ca-item p {
    font-size: 2rem;
  }
}

.agency-sectors-archive-section .container {
  padding-top: 6.3rem;
  padding-bottom: 4.7rem;
  max-width: 170.6rem;
}
@media (min-width: 993px) {
  .post-type-archive-case-studies .agency-sectors-archive-section .container {
    padding-bottom: 14.7rem;
  }
}
@media (max-width: 992px) {
  .agency-sectors-archive-section .container {
    padding-top: 7.1rem;
  }
}
.single-agency-sectors .agency-sectors-archive-section .container {
  padding-top: 6.9rem;
  padding-bottom: 0;
}
.single-agency-sectors .agency-sectors-archive-section .container:before {
  content: "";
  position: absolute;
  z-index: 2;
  left: 1rem;
  right: 1rem;
  top: 0;
  height: 0.1rem;
  background-color: rgba(0, 0, 0, 0.3);
}
@media (max-width: 992px) {
  .single-agency-sectors .agency-sectors-archive-section .container:before {
    left: 2.1rem;
    right: 2.1rem;
  }
}

.as-item {
  margin-bottom: 3.8rem !important;
}
@media (max-width: 992px) {
  .as-item {
    margin-bottom: 4.9rem !important;
  }
}
.as-item a.over:hover ~ .image-con .hover, .as-item a.over:focus-visible ~ .image-con .hover {
  opacity: 1;
}
.as-item .image-con {
  position: relative;
  aspect-ratio: 545/522.37;
  margin-bottom: 2.4rem;
}
@media (max-width: 992px) {
  .as-item .image-con {
    margin-bottom: 1.7rem;
  }
}
.as-item .image-con img {
  aspect-ratio: 545/522.37;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: 50% 50%;
     object-position: 50% 50%;
}
.as-item .hover {
  opacity: 0;
  -webkit-transition: opacity 1.75s ease;
  transition: opacity 1.75s ease;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
}

.work-links-section {
  position: relative;
}
.work-links-section:after {
  content: "";
  position: absolute;
  right: 0;
  top: 0;
  opacity: 0.9;
  width: 6rem;
  height: 100%;
  background-color: #fff;
  -webkit-box-shadow: -1rem -1rem 1rem #fff;
          box-shadow: -1rem -1rem 1rem #fff;
  z-index: 3;
}
.single-agency-sectors .work-links-section .row {
  padding-top: 1.7rem;
  padding-bottom: 3.2rem;
}
@media (max-width: 992px) {
  .single-agency-sectors .work-links-section .row {
    padding-top: 2.4rem;
    padding-bottom: 2.6rem;
  }
}
@media (max-width: 992px) {
  .single-agency-sectors .work-links-section .row a {
    font-size: 1.8rem;
  }
}
@media (max-width: 992px) {
  .single-case-studies .work-links-section .other-con {
    display: none;
  }
}
@media (min-width: 993px) {
  .single-case-studies .work-links-section .col-12 {
    overflow: visible;
  }
  .single-case-studies .work-links-section .col-12 > a {
    margin-right: 2.5rem;
  }
  .single-case-studies .work-links-section .col-12 > a:nth-of-type(1n + 11) {
    display: none;
  }
  .single-case-studies .work-links-section .col-12 .other-con {
    position: relative;
  }
  .single-case-studies .work-links-section .col-12 .other-con button {
    text-decoration: none;
    font-size: 2.4rem;
  }
  .single-case-studies .work-links-section .col-12 .other-con button:hover, .single-case-studies .work-links-section .col-12 .other-con button:focus-visible {
    color: #0000e1;
  }
  .single-case-studies .work-links-section .col-12 .other-con button:has(+ .other-drop-down.open) {
    color: #0000e1;
  }
  .single-case-studies .work-links-section .col-12 .other-con .other-drop-down {
    position: absolute;
    top: 100%;
    left: -2rem;
    max-width: none;
    background-color: #FFFFFF;
    display: none;
    padding: 0 2rem 1rem;
  }
  .single-case-studies .work-links-section .col-12 .other-con .other-drop-down.open {
    display: block;
  }
  .single-case-studies .work-links-section .col-12 .other-con .other-drop-down a {
    white-space: nowrap;
  }
  .single-case-studies .work-links-section .col-12 .other-con .other-drop-down a:nth-of-type(1), .single-case-studies .work-links-section .col-12 .other-con .other-drop-down a:nth-of-type(2), .single-case-studies .work-links-section .col-12 .other-con .other-drop-down a:nth-of-type(3), .single-case-studies .work-links-section .col-12 .other-con .other-drop-down a:nth-of-type(4), .single-case-studies .work-links-section .col-12 .other-con .other-drop-down a:nth-of-type(5), .single-case-studies .work-links-section .col-12 .other-con .other-drop-down a:nth-of-type(6), .single-case-studies .work-links-section .col-12 .other-con .other-drop-down a:nth-of-type(7), .single-case-studies .work-links-section .col-12 .other-con .other-drop-down a:nth-of-type(8), .single-case-studies .work-links-section .col-12 .other-con .other-drop-down a:nth-of-type(9), .single-case-studies .work-links-section .col-12 .other-con .other-drop-down a:nth-of-type(10) {
    display: none;
  }
}
.work-links-section .container {
  max-width: 170.6rem;
}
.work-links-section .row {
  padding-top: 0.7rem;
  padding-bottom: 0.7rem;
}
@media (max-width: 992px) {
  .work-links-section .row {
    padding-top: 1rem;
    padding-bottom: 1rem;
  }
}
.work-links-section .col-12 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  overflow: auto;
}
.work-links-section a {
  font-size: 2.4rem;
  display: inline-block;
  text-decoration: none;
  white-space: nowrap;
}
@media (max-width: 992px) {
  .work-links-section a:last-of-type {
    margin-right: 6rem;
  }
}
.work-links-section a:hover, .work-links-section a:focus-visible {
  color: #0000e1;
}
.work-links-section a.active {
  color: #0000e1;
  text-decoration: underline;
}
.work-links-section a:has(+ a) {
  margin-right: 2.5rem;
}

.postid-6272 .work-hero-section h1 {
  color: #126f4e;
}
.postid-6272 .work-hero-section .image-side span {
  background-color: #126f4e;
}
.postid-6334 .work-hero-section h1, .postid-6234 .work-hero-section h1 {
  color: #00642f;
}
.postid-6334 .work-hero-section .image-side span, .postid-6234 .work-hero-section .image-side span {
  background-color: #00642f;
}
.postid-6782 .work-hero-section h1 {
  color: #00642f;
}
.postid-6782 .work-hero-section .image-side span {
  background-color: #00642f;
}
@media (min-width: 993px) {
  .postid-6782 .work-hero-section h1 {
    width: calc(100% + 16rem);
    max-width: calc(100% + 16rem);
  }
}
.postid-6250 .work-hero-section h1 {
  color: #403836;
}
.postid-6250 .work-hero-section .image-side span {
  background-color: #0060af;
}
.postid-6352 .work-hero-section h1 {
  color: #006857;
}
.postid-6352 .work-hero-section .image-side span {
  background-color: #006857;
}
@media (min-width: 993px) {
  .postid-7317 .work-hero-section h1 {
    width: calc(100% + 16rem);
    max-width: calc(100% + 16rem);
  }
}
@media (min-width: 993px) {
  .postid-6314 .work-hero-section h1 {
    width: calc(100% + 7rem);
    max-width: calc(100% + 7rem);
  }
}
.work-hero-section .row {
  padding-top: 8.2rem;
  padding-bottom: 11.2rem;
}
@media (max-width: 992px) {
  .work-hero-section .row {
    padding-top: 4.3rem;
    padding-bottom: 4rem;
  }
}
.work-hero-section h1 {
  line-height: 1;
}
@media (max-width: 992px) {
  .work-hero-section h1 {
    font-size: 4.8rem;
  }
}
@media (min-width: 993px) {
  .work-hero-section .text-side {
    padding-right: 11rem;
  }
}
.work-hero-section .image-side {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media (min-width: 993px) {
  .work-hero-section .image-side {
    padding-left: 9.4rem;
    margin-top: -0.8rem;
  }
}
@media (max-width: 992px) {
  .work-hero-section .image-side {
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    margin-top: 6rem;
  }
}
.work-hero-section .image-side span {
  height: 100%;
  width: 0.2rem;
  background-color: #1c0f62;
  margin-right: 8rem;
  -webkit-transform: rotate(20deg);
      -ms-transform: rotate(20deg);
          transform: rotate(20deg);
  display: block;
}
@media (max-width: 992px) {
  .work-hero-section .image-side span {
    height: 12rem;
    margin-right: 3rem;
  }
}
.work-hero-section .image-side img {
  width: 24rem;
}
@media (max-width: 992px) {
  .work-hero-section .image-side img {
    width: 14rem;
  }
}

.image-with-video-section + .title-with-text-2-section .row {
  padding-top: 13.7rem;
  padding-bottom: 9.1rem;
}
@media (max-width: 992px) {
  .image-with-video-section + .title-with-text-2-section .row {
    padding-top: 5rem;
    padding-bottom: 6.5rem;
  }
}

.intro-with-logos-section + .title-with-text-2-section {
  margin-top: -14.3rem;
}
@media (max-width: 992px) {
  .intro-with-logos-section + .title-with-text-2-section {
    margin-top: -7.9rem;
  }
}

.postid-6334 .wide-image-section + .title-with-text-2-section .container {
  background-color: #FFFFFF;
  margin-top: -35.62rem;
}
@media (max-width: 992px) {
  .postid-6334 .wide-image-section + .title-with-text-2-section .container {
    margin-top: -2.62rem;
  }
}
.postid-6334 .wide-image-section + .title-with-text-2-section .row {
  padding-bottom: 0px;
}
@media (max-width: 992px) {
  .postid-6334 .wide-image-section + .title-with-text-2-section .row {
    padding-bottom: 3.7rem;
  }
}

.postid-6272 .wide-image-section + .title-with-text-2-section {
  margin-top: -41.8rem;
}
@media (max-width: 992px) {
  .postid-6272 .wide-image-section + .title-with-text-2-section {
    margin-top: -3rem;
  }
}
.postid-6272 .wide-image-section + .title-with-text-2-section .title-side {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 100%;
          flex: 0 0 100%;
  max-width: 100%;
  will-change: auto;
  -webkit-transform: none;
      -ms-transform: none;
          transform: none;
  position: static;
}
@media (min-width: 993px) {
  .postid-6272 .wide-image-section + .title-with-text-2-section .under-link {
    position: absolute;
    right: 1rem;
    bottom: 7.3rem;
  }
}
.postid-6272 .wide-image-section + .title-with-text-2-section .under-link a {
  padding-right: 4.2rem;
  position: relative;
}
.postid-6272 .wide-image-section + .title-with-text-2-section .under-link a:after {
  content: "";
  position: absolute;
  width: 0.5em;
  height: 0.923em;
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  background-image: url(../images/link-arrow-green.svg);
  background-repeat: no-repeat;
  background-size: 100% auto;
}
@media (min-width: 993px) {
  .postid-6272 .wide-image-section + .title-with-text-2-section .text-side {
    padding-left: 1rem;
    margin-top: 6.4rem;
  }
}
.postid-6272 .wide-image-section + .title-with-text-2-section .container {
  max-width: 156.4rem;
}
@media (max-width: 992px) {
  .postid-6272 .wide-image-section + .title-with-text-2-section .container {
    max-width: 38.8rem;
  }
}

.testimonial-section + .title-with-text-2-section .text-side p.large {
  line-height: 1.625;
}
.testimonial-section + .title-with-text-2-section .text-side p.large strong {
  font-weight: 500;
}

.postid-6272 .title-with-text-2-section.colour {
  position: relative;
}
@media (max-width: 992px) {
  .postid-6272 .title-with-text-2-section.colour .container {
    max-width: 39rem;
  }
}
.postid-6272 .title-with-text-2-section.colour:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100vw;
  background-color: #0c9e6d;
  bottom: 100%;
  height: 62rem;
}
@media (max-width: 992px) {
  .postid-6272 .title-with-text-2-section.colour:after {
    height: 13.1rem;
  }
}
.postid-6272 .title-with-text-2-section.colour:before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100vw;
  bottom: calc(100% + 62rem);
  background-image: url(../images/wavy_top.webp);
  background-repeat: no-repeat;
  aspect-ratio: 1920/120;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: 50% 100%;
     object-position: 50% 100%;
  background-size: cover;
}
@media (max-width: 992px) {
  .postid-6272 .title-with-text-2-section.colour:before {
    bottom: calc(100% + 13.1rem);
  }
}
@media (min-width: 993px) {
  .postid-6272 .title-with-text-2-section.colour .row {
    padding-top: 11.1rem;
    padding-bottom: 17.1rem;
  }
}
.postid-6272 .title-with-text-2-section * {
  color: #126f4e;
}
.postid-6334 .title-with-text-2-section.colour {
  position: relative;
}
.postid-6334 .title-with-text-2-section.colour:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: #53b547;
}
@media (min-width: 993px) {
  .postid-6334 .title-with-text-2-section.colour:after {
    height: 305.6rem;
  }
}
@media (max-width: 992px) {
  .postid-6334 .title-with-text-2-section.colour:after {
    height: 157rem;
  }
}
.postid-6334 .title-with-text-2-section .container {
  max-width: 168.6rem;
}
@media (min-width: 993px) {
  .postid-6334 .title-with-text-2-section .container {
    padding: 0 8rem;
  }
}
@media (max-width: 992px) {
  .postid-6334 .title-with-text-2-section .container {
    max-width: 38.2rem;
  }
}
.postid-6334 .title-with-text-2-section * {
  color: #00642f;
}
@media (min-width: 993px) {
  .postid-6334 .title-with-text-2-section .text-side {
    padding-right: 3rem;
  }
}
.postid-6334 .title-with-text-2-section .carbery-objectives-circles {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: 7rem auto 0;
  max-width: 112rem;
  padding: 0 4rem 2rem;
  position: relative;
  z-index: 1;
}
@media (max-width: 992px) {
  .postid-6334 .title-with-text-2-section .carbery-objectives-circles {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin-top: 4.5rem;
    max-width: 34rem;
    padding: 0 0 1rem;
  }
}
.postid-6334 .title-with-text-2-section .carbery-objectives-circle {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  aspect-ratio: 1;
  background: rgba(36, 53, 136, 0.9);
  border: 0;
  border-radius: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 20.8rem;
          flex: 0 0 20.8rem;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-left: -2.4rem;
  position: relative;
}
.postid-6334 .title-with-text-2-section .carbery-objectives-circle:first-child {
  margin-left: 0;
}
@media (max-width: 992px) {
  .postid-6334 .title-with-text-2-section .carbery-objectives-circle {
    -ms-flex-preferred-size: 12.8rem;
        flex-basis: 12.8rem;
    margin: -0.8rem 0 0 -1.4rem;
  }
  .postid-6334 .title-with-text-2-section .carbery-objectives-circle:nth-child(odd) {
    margin-left: 0;
  }
}
.postid-6334 .title-with-text-2-section .carbery-objectives-circle span {
  color: #fff;
  font-size: 3.25rem;
  font-weight: 400;
  line-height: 1.2;
  text-align: center;
}
@media (max-width: 992px) {
  .postid-6334 .title-with-text-2-section .carbery-objectives-circle span {
    font-size: 2rem;
  }
}
.postid-6334 .title-with-text-2-section .carbery-objectives-circle:nth-child(2) {
  background: rgba(121, 189, 232, 0.9);
}
.postid-6334 .title-with-text-2-section .carbery-objectives-circle:nth-child(3) {
  background: rgba(83, 181, 71, 0.9);
}
.postid-6334 .title-with-text-2-section .carbery-objectives-circle:nth-child(4) {
  background: rgba(187, 214, 49, 0.9);
}
.postid-6334 .title-with-text-2-section .carbery-objectives-circle:nth-child(5) {
  background: rgba(0, 171, 170, 0.9);
}
.postid-6334 .title-with-text-2-section .carbery-objectives-circle:nth-child(6) {
  background: rgba(36, 53, 136, 0.9);
}
.postid-6334 .title-with-text-2-section .under-link a {
  padding-right: 4.2rem;
  position: relative;
}
.postid-6334 .title-with-text-2-section .under-link a:after {
  content: "";
  position: absolute;
  width: 0.5em;
  height: 0.923em;
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  background-image: url(../images/link-arrow-green.svg);
  background-repeat: no-repeat;
  background-size: 100% auto;
}
.postid-6234 .title-with-text-2-section .under-link a {
  padding-right: 4.2rem;
  position: relative;
}
.postid-6234 .title-with-text-2-section .under-link a:after {
  content: "";
  position: absolute;
  width: 0.5em;
  height: 0.923em;
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  background-image: url(../images/link-arrow-green.svg);
  background-repeat: no-repeat;
  background-size: 100% auto;
}
.postid-6234 .title-with-text-2-section.background {
  padding-top: 71.7rem;
  overflow: auto;
  overflow-x: clip;
}
@media (max-width: 992px) {
  .postid-6234 .title-with-text-2-section.background {
    padding-top: 37.2rem;
    padding-left: 2.1rem;
    padding-right: 2.1rem;
  }
}
.postid-6234 .title-with-text-2-section.background .back {
  top: 0;
  bottom: auto;
}
@media (min-width: 993px) {
  .postid-6234 .title-with-text-2-section.background .row {
    padding-left: 7.7rem;
    padding-right: 7.7rem;
    padding-bottom: 9.8rem;
  }
}
.postid-6234 .title-with-text-2-section.background .container {
  max-width: 168.6rem;
  background-color: #FFFFFF;
}
.postid-6234 .title-with-text-2-section.background .container * {
  color: #00642f;
}
.postid-6782 .title-with-text-2-section .under-link a {
  padding-right: 4.2rem;
  position: relative;
}
.postid-6782 .title-with-text-2-section .under-link a:after {
  content: "";
  position: absolute;
  width: 0.5em;
  height: 0.923em;
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  background-image: url(../images/link-arrow-green.svg);
  background-repeat: no-repeat;
  background-size: 100% auto;
}
@media (max-width: 992px) {
  .postid-6782 .title-with-text-2-section .row {
    padding-bottom: 0.9rem;
  }
}
.postid-6782 .title-with-text-2-section.background {
  padding-top: 98.5rem;
  overflow: auto;
  overflow-x: clip;
}
@media (max-width: 992px) {
  .postid-6782 .title-with-text-2-section.background {
    padding-top: 36.9rem;
  }
}
.postid-6782 .title-with-text-2-section.background .back {
  top: 0;
  bottom: auto;
}
@media (max-width: 992px) {
  .postid-6782 .title-with-text-2-section.background .back {
    top: 0;
    bottom: auto;
    left: 50%;
    -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
            transform: translateX(-50%);
    width: 137vw;
    max-width: 137vw;
  }
}
@media (min-width: 993px) {
  .postid-6782 .title-with-text-2-section.background .row {
    padding-left: 7.7rem;
    padding-right: 7.7rem;
  }
}
.postid-6782 .title-with-text-2-section.background .container {
  max-width: 172.8rem;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0, #fff), to(rgba(255, 255, 255, 0.9)));
  background: linear-gradient(to bottom, #fff 0, rgba(255, 255, 255, 0.9) 100%);
}
@media (max-width: 992px) {
  .postid-6782 .title-with-text-2-section.background .container {
    max-width: 38.2rem;
  }
}
.postid-6782 .title-with-text-2-section.background .container * {
  color: #00642f;
}
@media (min-width: 993px) {
  .title-with-text-2-section.colour h2 {
    font-size: 6rem;
    line-height: 1;
  }
}
.title-with-text-2-section.colour .container {
  max-width: 155rem;
}
.title-with-text-2-section.colour .row {
  padding-top: 15.1rem;
  padding-bottom: 21.1rem;
}
@media (max-width: 992px) {
  .title-with-text-2-section.colour .row {
    padding-top: 9.1rem;
    padding-bottom: 9.1rem;
  }
}
.title-with-text-2-section.colour p.large {
  line-height: 1.62;
}
.title-with-text-2-section.colour * {
  color: #FFFFFF;
}
.title-with-text-2-section.background {
  position: relative;
  overflow: clip;
  padding-bottom: 112.9rem;
  margin-bottom: -112.9rem;
}
@media (max-width: 992px) {
  .title-with-text-2-section.background {
    padding-bottom: 54.9rem;
    margin-bottom: -51.9rem;
  }
}
.title-with-text-2-section.background .back {
  position: absolute;
  z-index: 1;
  left: 0;
  bottom: 0;
  width: 100%;
}
.title-with-text-2-section.background * {
  color: #FFFFFF;
}
@media (min-width: 993px) {
  .title-with-text-2-section.background .row {
    padding-bottom: 9.8rem;
  }
}
.postid-6250 .title-with-text-2-section .container {
  background-color: #FFFFFF;
  margin-top: -20.2rem;
  max-width: 172.8rem;
}
@media (min-width: 993px) {
  .postid-6250 .title-with-text-2-section .container {
    padding: 0 8rem;
  }
}
@media (max-width: 992px) {
  .postid-6250 .title-with-text-2-section .container {
    margin-top: -5.5rem;
    max-width: 38.2rem;
  }
}
.postid-6250 .title-with-text-2-section * {
  color: #403836;
}
@media (min-width: 993px) {
  .postid-6250 .title-with-text-2-section .text-side {
    padding-right: 3rem;
  }
}
.postid-6250 .title-with-text-2-section .under-link a {
  padding-right: 4.2rem;
  position: relative;
}
.postid-6250 .title-with-text-2-section .under-link a:after {
  content: "";
  position: absolute;
  width: 0.5em;
  height: 0.923em;
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  background-image: url(../images/link-arrow-brown.svg);
  background-repeat: no-repeat;
  background-size: 100% auto;
}
.postid-6352 .title-with-text-2-section .under-link a {
  padding-right: 4.2rem;
  position: relative;
}
.postid-6352 .title-with-text-2-section .under-link a:after {
  content: "";
  position: absolute;
  width: 0.5em;
  height: 0.923em;
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  background-image: url(../images/link-arrow.svg);
  background-repeat: no-repeat;
  background-size: 100% auto;
}
.postid-6352 .title-with-text-2-section.background {
  background-color: #5e3dc4;
}
.postid-6352 .title-with-text-2-section.background .container {
  background-color: #5e3dc4;
}
.single-agency-sectors.single-agency-sectors .title-with-text-2-section ~ .title-with-text-2-section {
  padding-top: 5.3rem;
}
@media (max-width: 992px) {
  .single-agency-sectors.single-agency-sectors .title-with-text-2-section ~ .title-with-text-2-section {
    padding-top: 4.4rem;
  }
}
.single-agency-sectors.single-agency-sectors .title-with-text-2-section ~ .title-with-text-2-section .container:before {
  content: "";
  position: absolute;
  z-index: 2;
  left: 1rem;
  right: 1rem;
  top: 0;
  height: 0.1rem;
  background-color: rgba(0, 0, 0, 0.3);
  background-color: #969695;
}
@media (max-width: 992px) {
  .single-agency-sectors.single-agency-sectors .title-with-text-2-section ~ .title-with-text-2-section .container:before {
    left: 2.1rem;
    right: 2.1rem;
  }
}
.single-agency-sectors.single-agency-sectors .title-with-text-2-section ~ .title-with-text-2-section .row {
  padding-top: 5.4rem;
}
@media (max-width: 992px) {
  .single-agency-sectors.single-agency-sectors .title-with-text-2-section ~ .title-with-text-2-section .row {
    padding-top: 3.1rem;
  }
}
.single-agency-sectors.single-agency-sectors .title-with-text-2-section .container {
  max-width: 170.4rem;
}
@media (max-width: 992px) {
  .single-agency-sectors.single-agency-sectors .title-with-text-2-section .row {
    padding-bottom: 4.7rem;
  }
}
.single-agency-sectors.single-agency-sectors .title-with-text-2-section h2 {
  font-size: 5rem;
  line-height: 1.04;
}
@media (min-width: 993px) {
  .single-agency-sectors.single-agency-sectors .title-with-text-2-section h2 {
    width: 36.1rem;
  }
}
@media (max-width: 992px) {
  .single-agency-sectors.single-agency-sectors .title-with-text-2-section h2 {
    font-size: 3rem;
    line-height: 1.3;
    margin-bottom: 0.4em !important;
  }
}
@media (min-width: 993px) {
  .single-agency-sectors.single-agency-sectors .title-with-text-2-section .title-side {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 27%;
            flex: 0 0 27%;
    max-width: 27%;
  }
}
@media (max-width: 992px) {
  .single-agency-sectors.single-agency-sectors .title-with-text-2-section .title-side:after {
    margin-top: -0.1rem;
    margin-bottom: 3.7rem;
    background-color: rgba(0, 0, 0, 0.3);
    background-color: #969695;
    width: 100%;
  }
}
@media (min-width: 993px) {
  .single-agency-sectors.single-agency-sectors .title-with-text-2-section .text-side {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 73%;
            flex: 0 0 73%;
    max-width: 73%;
    padding-top: 1.4rem;
  }
}
.single-agency-sectors.single-agency-sectors .title-with-text-2-section .text-side p {
  font-size: 2.6rem;
  line-height: 1.5;
}
@media (max-width: 992px) {
  .single-agency-sectors.single-agency-sectors .title-with-text-2-section .text-side p {
    font-size: 1.8rem;
  }
}
.single-agency-sectors.single-agency-sectors .title-with-text-2-section .text-side p a {
  text-decoration: none;
  color: #0000e1;
}
@media (max-width: 992px) {
  .single-agency-sectors.single-agency-sectors .title-with-text-2-section .text-side p a {
    word-break: break-word;
  }
}
.single-agency-sectors.single-agency-sectors .title-with-text-2-section .text-side p a:hover, .single-agency-sectors.single-agency-sectors .title-with-text-2-section .text-side p a:focus-visible {
  text-decoration: underline;
}
.title-with-text-2-section:has(+ .image-section) .row {
  padding-top: 7.3rem;
}
@media (max-width: 992px) {
  .title-with-text-2-section:has(+ .image-section) .row {
    padding-top: 3.5rem;
    padding-bottom: 5.5rem;
  }
}
.title-with-text-2-section .container {
  max-width: 170rem;
}
.title-with-text-2-section .row {
  padding-top: 7.3rem;
  padding-bottom: 7.3rem;
}
@media (max-width: 992px) {
  .title-with-text-2-section .row {
    padding-top: 4.7rem;
  }
}
.title-with-text-2-section h2 {
  line-height: 1;
  margin-bottom: 0.52em !important;
}
.title-with-text-2-section p.large {
  line-height: 1.25;
}
.title-with-text-2-section ul {
  margin-top: 0.7rem;
  width: calc(100% + 0.5rem);
  max-width: calc(100% + 0.5rem);
}
.title-with-text-2-section ul br {
  display: block;
}
@media (max-width: 992px) {
  .title-with-text-2-section ul:has(.trophy) {
    padding-left: 1.3em;
  }
}
.title-with-text-2-section ul:has(.trophy) li {
  margin-bottom: 0.8em;
}
@media (min-width: 993px) {
  .title-with-text-2-section ul:has(.trophy) li:before {
    left: -0.8em;
  }
}
@media (max-width: 992px) {
  .title-with-text-2-section ul {
    margin-top: 0rem;
  }
}
.title-with-text-2-section ul li {
  margin-bottom: 0.315em;
  padding-left: 0.6em;
}
.title-with-text-2-section ul li.trophy.trophy.trophy:before {
  content: "🏆";
  background-color: transparent;
  border-radius: 0;
  width: 1.2em;
  left: -1.3em;
  top: -0.02em;
}
@media (max-width: 992px) {
  .title-with-text-2-section ul li {
    font-size: 2rem;
    padding-left: 0.9em;
  }
}
.title-with-text-2-section ul li:before {
  left: -0.3em;
  top: 0.38em;
  width: 0.4em;
}
@media (max-width: 992px) {
  .title-with-text-2-section ul li:before {
    left: -0.2em;
  }
}
.title-with-text-2-section ul li.large {
  line-height: 1.25;
}
.title-with-text-2-section h3 {
  margin-bottom: 0.64em;
}
.title-with-text-2-section .title-side {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
@media (min-width: 993px) {
  .title-with-text-2-section .title-side {
    padding-top: 0.7rem;
  }
}
@media (max-width: 992px) {
  .title-with-text-2-section .title-side:after {
    content: "";
    height: 0.1rem;
    width: 15.6rem;
    border-bottom: 0.1rem solid currentColor;
    pointer-events: none;
    margin-top: 2.5rem;
    margin-bottom: 5rem;
  }
}
@media (max-width: 992px) {
  .title-with-text-2-section .title-side .under-link {
    display: none;
  }
}
.title-with-text-2-section .title-side p.large {
  margin-top: 0.95em;
}
@media (min-width: 993px) {
  .title-with-text-2-section .title-side p.large {
    font-size: 4rem;
    line-height: 1.1;
    width: 59.1rem;
  }
}
@media (max-width: 992px) {
  .title-with-text-2-section .title-side p.large {
    font-size: 2.4rem;
    line-height: 1.25;
  }
}
.title-with-text-2-section .under-link {
  margin-top: auto;
}
@media (max-width: 992px) {
  .title-with-text-2-section .under-link {
    margin-top: 2.7rem;
  }
}
.title-with-text-2-section .under-link a {
  position: relative;
  display: inline-block;
  padding: 2.7rem 0;
  font-size: 5rem;
  line-height: 1;
  font-weight: 500;
  width: 58rem;
  text-decoration: none;
}
@media (max-width: 992px) {
  .title-with-text-2-section .under-link a {
    font-size: 3rem;
    line-height: 1.1666666667;
    padding: 2.4rem 0;
  }
}
.title-with-text-2-section .under-link a:hover, .title-with-text-2-section .under-link a:focus-visible {
  text-decoration: underline;
}
.title-with-text-2-section .under-link a:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 7.8rem;
  border-top: 0.1rem solid currentColor;
  border-bottom: 0.1rem solid currentColor;
  pointer-events: none;
}
@media (max-width: 992px) {
  .title-with-text-2-section .under-link a:before {
    width: 4.6rem;
  }
}
@media (min-width: 993px) {
  .title-with-text-2-section .text-side {
    padding-left: 4.3rem;
  }
  .title-with-text-2-section .text-side .under-link {
    display: none;
  }
}
@media (max-width: 992px) {
  .title-with-text-2-section .text-side p.large {
    font-size: 2rem;
  }
}

.video-section + .video-section .row {
  padding-top: 4.6rem;
}
@media (max-width: 992px) {
  .video-section + .video-section .row {
    padding-top: 0.4rem;
  }
}
.video-section .container {
  max-width: 184.3rem;
}
@media (max-width: 992px) {
  .video-section .container {
    padding-right: 1.1rem;
    padding-left: 1.1rem;
  }
}
.video-section .row {
  padding-top: 7.7rem;
  padding-bottom: 4rem;
}
@media (max-width: 992px) {
  .video-section .row {
    padding-top: 0.5rem;
    padding-bottom: 0rem;
  }
}

.text-with-image-section .container {
  max-width: 170rem;
}
.text-with-image-section .row {
  padding-top: 7.4rem;
  padding-bottom: 7.4rem;
}
@media (max-width: 992px) {
  .text-with-image-section .row {
    padding-top: 4.6rem;
  }
}
@media (min-width: 993px) {
  .text-with-image-section .text-side {
    padding-right: 13.2rem;
  }
}
@media (max-width: 992px) {
  .text-with-image-section .text-side {
    margin-bottom: 6.2rem;
  }
}
@media (min-width: 993px) {
  .text-with-image-section .image-side {
    padding-left: 3.7rem;
    padding-top: 0.2rem;
  }
}
.text-with-image-section h2 {
  margin-bottom: 0.78em;
}
@media (max-width: 992px) {
  .text-with-image-section h2:first-of-type:after {
    content: "";
    display: block;
    height: 0.1rem;
    width: 15.6rem;
    border-bottom: 0.1rem solid currentColor;
    pointer-events: none;
    margin-top: 4.2rem;
    margin-bottom: 4.2rem;
  }
}
.text-with-image-section h3 {
  line-height: 0.94;
}
.text-with-image-section iframe {
  margin-top: 1.2rem;
}
.text-with-image-section p.large {
  line-height: 1.25;
}
@media (max-width: 992px) {
  .text-with-image-section p.large {
    font-size: 2rem;
  }
}
.text-with-image-section .p-img a {
  margin-top: -2.3rem;
  width: 20.1rem;
}

@media (max-width: 992px) {
  .video-section + .image-with-video-section .row {
    padding-top: 8.5rem;
  }
}

@media (max-width: 992px) {
  .image-with-video-section + .image-with-video-section .row {
    padding-top: 1.1rem;
  }
}
@media (min-width: 993px) {
  .image-with-video-section.left .image-side {
    padding-right: 4rem;
  }
  .image-with-video-section.left .video-side {
    padding-left: 4rem;
  }
}
@media (min-width: 993px) {
  .image-with-video-section.right .image-side {
    padding-left: 4rem;
  }
  .image-with-video-section.right .video-side {
    padding-right: 4rem;
    -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
            order: -1;
  }
}
.image-with-video-section .container {
  max-width: 184.4rem;
}
@media (max-width: 992px) {
  .image-with-video-section .container {
    padding-right: 1.1rem;
    padding-left: 1.1rem;
  }
}
.image-with-video-section .row {
  padding-top: 5.5rem;
  padding-bottom: 1.5rem;
}
@media (max-width: 992px) {
  .image-with-video-section .row {
    padding-top: 3.5rem;
  }
}
@media (max-width: 992px) {
  .image-with-video-section .image-side {
    margin-bottom: 2.7rem;
  }
}
.image-with-video-section img,
.image-with-video-section video {
  aspect-ratio: 867/1085;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: 50% 50%;
     object-position: 50% 50%;
}

.postid-6250 .wide-image-section ~ .wide-image-section ~ .image-section {
  padding-top: 5rem;
}
.postid-6250 .wide-image-section ~ .wide-image-section ~ .image-section .container {
  background-color: #e4e4e4;
}
@media (min-width: 993px) {
  .postid-6250 .wide-image-section ~ .wide-image-section ~ .image-section .container {
    max-width: 172.6rem;
  }
}
.postid-6250 .wide-image-section ~ .wide-image-section ~ .image-section .row {
  padding-top: 10.3rem;
  padding-bottom: 10.3rem;
}
@media (max-width: 992px) {
  .postid-6250 .wide-image-section ~ .wide-image-section ~ .image-section .row {
    padding-top: 3rem;
    padding-bottom: 3rem;
  }
}
.postid-6250 .wide-image-section ~ .wide-image-section ~ .image-section img {
  aspect-ratio: auto;
  -webkit-box-shadow: none;
          box-shadow: none;
  width: 63.4%;
  margin: 0 auto;
}
@media (max-width: 992px) {
  .postid-6250 .wide-image-section ~ .wide-image-section ~ .image-section img {
    width: 90.4%;
  }
}

@media (min-width: 993px) {
  .postid-6234 .title-with-text-2-section + .image-section .container {
    max-width: 154rem;
  }
}

@media (min-width: 993px) {
  .postid-6234 .results-section + .image-section .container {
    max-width: 155rem;
  }
}

.postid-6234 .logos-section + .image-section .container {
  z-index: 2;
}
@media (min-width: 993px) {
  .postid-6234 .logos-section + .image-section .container:after {
    content: "";
    position: absolute;
    left: -21.9rem;
    right: -21.9rem;
    max-width: none;
    bottom: -45rem;
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0, #fff), color-stop(40%, #fff), to(#e2ebeb));
    background: linear-gradient(to bottom, #fff 0, #fff 40%, #e2ebeb 100%);
    height: 300rem;
    z-index: -1;
  }
}

.postid-6334 .title-with-text-2-section + .image-section .container {
  max-width: 154.4rem;
}
@media (max-width: 992px) {
  .postid-6334 .title-with-text-2-section + .image-section .container {
    max-width: 40.4rem;
  }
}
.postid-6334 .title-with-text-2-section + .image-section img {
  -webkit-box-shadow: 0 1.5rem 6rem rgba(0, 0, 0, 0.1);
          box-shadow: 0 1.5rem 6rem rgba(0, 0, 0, 0.1);
}

.postid-6334 .image-section + .image-section .container {
  max-width: 128.4rem;
}
@media (max-width: 992px) {
  .postid-6334 .image-section + .image-section .container {
    padding-top: 2rem;
  }
}

.postid-6334 .logos-section + .image-section {
  position: relative;
}
.postid-6334 .logos-section + .image-section:after {
  content: "";
  position: absolute;
  left: 0vw;
  bottom: 0;
  width: 300vw;
  height: 65.9%;
  border-top: 5rem solid #bbd631;
  background: #53b547;
}
@media (max-width: 992px) {
  .postid-6334 .logos-section + .image-section:after {
    height: 35.3%;
    border-top: 1rem solid #bbd631;
  }
}
.postid-6334 .logos-section + .image-section .container {
  max-width: 154.4rem;
}
@media (max-width: 992px) {
  .postid-6334 .logos-section + .image-section .container {
    max-width: 40.4rem;
  }
}
.postid-6334 .logos-section + .image-section img {
  -webkit-box-shadow: 0 1.5rem 6rem rgba(0, 0, 0, 0.1);
          box-shadow: 0 1.5rem 6rem rgba(0, 0, 0, 0.1);
}

.postid-6272 .iframe-section + .image-section {
  margin-top: -25rem;
}
@media (max-width: 992px) {
  .postid-6272 .iframe-section + .image-section {
    margin-top: -1.7rem;
  }
  .postid-6272 .iframe-section + .image-section .container {
    max-width: 40.5rem;
  }
}

.postid-6272 .image-section .container {
  max-width: 154.2rem;
}
.postid-6272 .image-section img {
  aspect-ratio: auto;
}
.postid-6334 .image-section .container {
  max-width: 170.6rem;
}
.postid-6334 .image-section img {
  aspect-ratio: auto;
}
.postid-6234 .image-section .container {
  max-width: 124.8rem;
}
@media (max-width: 992px) {
  .postid-6234 .image-section .container {
    max-width: 37.8rem;
  }
}
.postid-6234 .image-section .row {
  padding-top: 0;
}
.postid-6234 .image-section img {
  aspect-ratio: auto;
}
.postid-6782 .image-section .container {
  max-width: 174.6rem;
}
@media (max-width: 992px) {
  .postid-6782 .image-section .container {
    max-width: 40.6rem;
  }
}
.postid-6782 .image-section .row {
  padding-top: 0;
}
.postid-6782 .image-section img {
  aspect-ratio: auto;
}
.postid-6250 .image-section .container {
  max-width: 157.6rem;
}
@media (max-width: 992px) {
  .postid-6250 .image-section .container {
    max-width: 36.8rem;
  }
}
.postid-6250 .image-section img {
  aspect-ratio: auto;
  -webkit-box-shadow: 0 1.5rem 6rem rgba(0, 0, 0, 0.1);
          box-shadow: 0 1.5rem 6rem rgba(0, 0, 0, 0.1);
}
.postid-6352 .image-section .container {
  max-width: 153.6rem;
}
.postid-6352 .image-section img {
  aspect-ratio: auto;
}
.image-section:has(p.large), .image-section:has(.image-caption) {
  text-align: left;
}
.image-section:has(p.large) .container, .image-section:has(.image-caption) .container {
  max-width: 153.6rem;
}
@media (max-width: 992px) {
  .image-section:has(p.large) .container, .image-section:has(.image-caption) .container {
    padding-left: 2.1rem;
    padding-right: 2.1rem;
    padding-bottom: 6rem;
  }
}
.image-section:has(p.large) img, .image-section:has(.image-caption) img {
  margin-bottom: 1.8rem;
  aspect-ratio: 1517/665;
  -webkit-box-shadow: 0 1.5rem 6rem rgba(0, 0, 0, 0.1);
          box-shadow: 0 1.5rem 6rem rgba(0, 0, 0, 0.1);
}
.image-section:has(p.large) p.large,
.image-section:has(p.large) .image-caption, .image-section:has(.image-caption) p.large,
.image-section:has(.image-caption) .image-caption {
  color: #1c0f62;
  font-style: italic;
  text-align: left;
}
@media (max-width: 992px) {
  .image-section:has(p.large) p.large,
  .image-section:has(p.large) .image-caption, .image-section:has(.image-caption) p.large,
  .image-section:has(.image-caption) .image-caption {
    font-size: 1.8rem;
    line-height: 1.5;
  }
}
@media (min-width: 993px) {
  .image-section:has(p.large) p.large,
  .image-section:has(p.large) .image-caption, .image-section:has(.image-caption) p.large,
  .image-section:has(.image-caption) .image-caption {
    font-size: 3rem;
  }
}
.single-agency-sectors .image-section .container {
  max-width: 170.4rem;
}
.single-agency-sectors .image-section .row {
  padding-top: 2.2rem;
  padding-bottom: 4rem;
}
@media (max-width: 992px) {
  .single-agency-sectors .image-section .row {
    padding-top: 2.5rem;
    padding-bottom: 2.5rem;
  }
}
.single-agency-sectors .image-section img {
  aspect-ratio: auto;
}
.image-section .container {
  max-width: 184.3rem;
}
@media (max-width: 992px) {
  .image-section .container {
    padding-left: 1.1rem;
    padding-right: 1.1rem;
  }
}
.image-section .row {
  padding-top: 5.7rem;
  padding-bottom: 4rem;
}
@media (max-width: 992px) {
  .image-section .row {
    padding-top: 0;
    padding-bottom: 0;
  }
}
.image-section img {
  aspect-ratio: 1815/1021;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: 50% 50%;
     object-position: 50% 50%;
}

.page-template-template-manifesto:has(.footer-outer-wrapper.active) .back-to-top, .page-template-template-manifesto:has(.manifesto-text-with-form-section.active) .back-to-top, .page-template-template-manifesto:has(.manifesto-hero-section.active) .back-to-top {
  pointer-events: none;
  opacity: 0;
}
.page-template-template-manifesto:has(.manifesto-text-with-form-section.active) .back-to-top {
  -webkit-transition: 0s 0s;
  transition: 0s 0s;
}
.page-template-template-manifesto:has(.section.purple.active) .back-to-top * {
  stroke: #FFFFFF !important;
}
.page-template-template-manifesto:has(.manifesto-column-text-section.active) .back-to-top *, .page-template-template-manifesto:has(.section.purple.active) .back-to-top * {
  stroke: #FFFFFF !important;
}
@media (max-width: 992px) {
  .page-template-template-manifesto:has(.manifesto-text-with-svg-section.pink.active) .back-to-top {
    right: 2.2rem;
    left: auto;
  }
}
.page-template-template-manifesto:has(.manifesto-text-with-svg-section.purple.active) .back-to-top * {
  stroke: #00ffff !important;
}
.page-template-template-manifesto:has(.manifesto-text-with-svg-section.blue.active) .back-to-top * {
  stroke: #ffff6b !important;
}
.page-template-template-manifesto:has(.manifesto-text-with-svg-section.green.active) .back-to-top *, .page-template-template-manifesto:has(.manifesto-text-with-svg-section.blue-medium.active) .back-to-top *, .page-template-template-manifesto:has(.manifesto-text-with-svg-section.blue-light.active) .back-to-top * {
  stroke: #4f00ff !important;
}
.page-template-template-manifesto header[role=banner] {
  position: absolute;
}
.page-template-template-manifesto .fullpage-wrapper .section {
  overflow: hidden;
}
.page-template-template-manifesto .fullpage-wrapper .section.footer-outer-wrapper {
  overflow: visible;
}
@media (max-width: 992px) {
  .page-template-template-manifesto .fullpage-wrapper .section.manifesto-text-with-form-section {
    padding-top: 0;
  }
  .page-template-template-manifesto .fullpage-wrapper .section.manifesto-text-with-form-section .row {
    padding: 1rem 0rem 1rem;
    min-height: 100dvh;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .page-template-template-manifesto .fullpage-wrapper .section.manifesto-text-with-form-section .text-side {
    margin-bottom: 2rem;
  }
  .page-template-template-manifesto .fullpage-wrapper .section.manifesto-text-with-form-section .gfield_label {
    margin-bottom: 0.8rem;
  }
  .page-template-template-manifesto .fullpage-wrapper .section.manifesto-text-with-form-section .gform_wrapper .gfield {
    margin-bottom: 1.5rem;
  }
}
.page-template-template-manifesto .fullpage-wrapper .section.fp-completely .ani {
  opacity: 1;
  -webkit-transform: translate3d(0, 0rem, 0);
          transform: translate3d(0, 0rem, 0);
  -webkit-transition: 0.5s 0s ease-out;
  transition: 0.5s 0s ease-out;
}
.page-template-template-manifesto .fullpage-wrapper .section .ani {
  -webkit-transition: 0.2s;
  transition: 0.2s;
  opacity: 0;
  -webkit-transform: translate3d(0, 3rem, 0);
          transform: translate3d(0, 3rem, 0);
  will-change: transform;
}
@keyframes bgMoving {
  0% {
    background-position: 200% 0;
  }
  100% {
    background-position: -200% 0;
  }
}
.page-template-template-manifesto .back-to-top {
  position: fixed;
  bottom: 6rem;
  width: 3.8rem;
  aspect-ratio: 38/39;
  left: calc((100vw - 172.6rem) / 2);
  -webkit-transition: 0.3s 0.3s;
  transition: 0.3s 0.3s;
}
@media (max-width: 992px) {
  .page-template-template-manifesto .back-to-top {
    width: 2.8rem;
    left: 2.2rem;
    bottom: 3rem;
  }
}
.page-template-template-manifesto .back-to-top svg {
  width: 100%;
}
.page-template-template-manifesto .back-to-top * {
  stroke: #FFFFFF;
  -webkit-transition: 0.3s 0.3s;
  transition: 0.3s 0.3s;
}

.home.scroll-down .back-to-top, .home.scroll-up .back-to-top {
  opacity: 1;
}
.home .back-to-top {
  position: fixed;
  bottom: 6rem;
  width: 6rem;
  aspect-ratio: 60/60;
  left: calc((100vw - 172.6rem) / 2);
  -webkit-transition: 0.3s 0.3s;
  transition: 0.3s 0.3s;
  background-color: #0000e1;
  z-index: 49;
  opacity: 0;
}
@media (min-width: 993px) {
  .home .back-to-top {
    display: none;
  }
}
@media (max-width: 992px) {
  .home .back-to-top {
    left: 2rem;
    bottom: 2rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
.home .back-to-top svg {
  width: 50%;
}
.home .back-to-top * {
  stroke: #00ffff !important;
  -webkit-transition: 0.3s 0.3s;
  transition: 0.3s 0.3s;
}

.manifesto-hero-section {
  background: linear-gradient(119deg, #0ff -14.24%, #0007e1 49.45%, #d600ff 107.08%);
  position: relative;
}
.manifesto-hero-section .container {
  min-height: 100dvh;
}
@media (max-width: 992px) {
  .manifesto-hero-section .container {
    max-width: 42rem;
  }
}
.manifesto-hero-section .row {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-top: 19.09rem;
  padding-bottom: 18rem;
  text-align: center;
  min-height: 100dvh;
}
@media (max-width: 992px) {
  .manifesto-hero-section .row {
    padding-top: 15rem;
    padding-bottom: 15rem;
  }
}
.manifesto-hero-section h1 {
  line-height: 1.1;
  background-image: -webkit-gradient(linear, left top, right top, from(#0ff), color-stop(#d600ff), color-stop(#0ff), color-stop(#0ff), to(#0ff));
  background-image: linear-gradient(to right, #0ff, #d600ff, #0ff, #0ff, #0ff);
  background-size: 200% 100%;
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
  -webkit-animation: 20s linear infinite bgMoving;
          animation: 20s linear infinite bgMoving;
}
@media (max-width: 992px) {
  .manifesto-hero-section h1 {
    font-size: 4.8rem;
  }
}
.manifesto-hero-section p.large {
  font-size: 5rem;
  line-height: 1.04;
}
.manifesto-hero-section svg.mouse {
  bottom: 4.1rem;
}
@media (max-width: 992px) {
  .manifesto-hero-section svg.mouse {
    width: 4.1rem;
  }
}

.manifesto-center-text-section.purple {
  background-color: #1c0f62;
}
.manifesto-center-text-section.purple * {
  color: #FFFFFF;
}
.manifesto-center-text-section.purple h1,
.manifesto-center-text-section.purple h2 {
  color: transparent;
}
.manifesto-center-text-section .container {
  min-height: 100dvh;
  max-width: 176.6rem;
}
.manifesto-center-text-section .row {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-top: 4rem;
  padding-bottom: 4rem;
  text-align: center;
  min-height: 100dvh;
  text-align: center;
}
.manifesto-center-text-section h1,
.manifesto-center-text-section h2 {
  line-height: 1.1;
  background: -webkit-gradient(linear, left top, right top, color-stop(0, #d600ff), color-stop(50%, #0ff), to(#d600ff));
  background: linear-gradient(90deg, #d600ff 0, #0ff 50%, #d600ff 100%);
  background-size: 200% 100%;
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
  -webkit-animation: 20s linear infinite bgMoving;
          animation: 20s linear infinite bgMoving;
}
.manifesto-center-text-section h1 {
  font-size: 17.8rem;
  line-height: 1;
}
@media (max-width: 992px) {
  .manifesto-center-text-section h1 {
    font-size: 12rem;
  }
}
.manifesto-center-text-section h2 {
  margin-bottom: 1.33333em;
}

.manifesto-column-text-section {
  background-color: #1c0f62;
}
.manifesto-column-text-section .container {
  min-height: 100dvh;
  max-width: 174.6rem;
}
.manifesto-column-text-section .row {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-top: 4rem;
  padding-bottom: 4rem;
  min-height: 100dvh;
}
@media (min-width: 993px) {
  .manifesto-column-text-section .text-con {
    -webkit-column-count: 2;
       -moz-column-count: 2;
            column-count: 2;
    -webkit-column-gap: 12rem;
       -moz-column-gap: 12rem;
            column-gap: 12rem;
    padding-right: 14rem;
  }
}
.manifesto-column-text-section .text-con * {
  -webkit-column-break-inside: avoid;
     -moz-column-break-inside: avoid;
          break-inside: avoid;
  line-height: 1.37;
  color: #00ffff;
}
.manifesto-column-text-section .text-con h3 {
  margin-bottom: 1em;
}
@media (min-width: 993px) {
  .manifesto-column-text-section .text-con h3 {
    font-size: 4rem;
  }
}
@media (max-width: 992px) {
  .manifesto-column-text-section .text-con h3 {
    font-size: 2.2rem;
  }
}

.manifesto-text-with-svg-section.fp-completely svg {
  stroke-dashoffset: 0;
  -webkit-transition: stroke-dashoffset 3.5s 0s cubic-bezier(0.42, 0, 0.58, 1);
  transition: stroke-dashoffset 3.5s 0s cubic-bezier(0.42, 0, 0.58, 1);
}
.manifesto-text-with-svg-section.purple {
  background-color: #4f00ff;
}
.manifesto-text-with-svg-section.purple * {
  color: #00ffff;
  stroke: #00ffff;
}
.manifesto-text-with-svg-section.pink {
  background-color: #d600ff;
}
.manifesto-text-with-svg-section.pink * {
  color: #0000e1;
  stroke: #0000e1;
}
.manifesto-text-with-svg-section.pink svg {
  -webkit-transform: rotate(9deg);
      -ms-transform: rotate(9deg);
          transform: rotate(9deg);
  margin-bottom: -0.6% !important;
}
@media (max-width: 992px) {
  .manifesto-text-with-svg-section.pink svg {
    -webkit-transform: rotate(9deg) translateY(0.6rem);
        -ms-transform: rotate(9deg) translateY(0.6rem);
            transform: rotate(9deg) translateY(0.6rem);
    width: 61.6%;
    margin-left: 6%;
    margin-bottom: 0 !important;
  }
}
.manifesto-text-with-svg-section.blue-light {
  background-color: #00ffff;
}
.manifesto-text-with-svg-section.blue-light * {
  color: #4f00ff;
  stroke: #4f00ff;
}
.manifesto-text-with-svg-section.blue-light svg {
  -webkit-transform: translateX(35%) scale(1.5);
      -ms-transform: translateX(35%) scale(1.5);
          transform: translateX(35%) scale(1.5);
  margin-bottom: -0.7% !important;
}
@media (max-width: 992px) {
  .manifesto-text-with-svg-section.blue-light svg {
    -webkit-transform: translateX(35%) scale(1.2);
        -ms-transform: translateX(35%) scale(1.2);
            transform: translateX(35%) scale(1.2);
    margin-bottom: -58.7% !important;
    margin-left: 27%;
    margin-bottom: -1rem !important;
  }
}
.manifesto-text-with-svg-section.blue {
  background-color: #0000e1;
}
.manifesto-text-with-svg-section.blue * {
  color: #ffff6b;
  stroke: #ffff6b;
}
.manifesto-text-with-svg-section.blue svg {
  -webkit-transform: scale(1.15);
      -ms-transform: scale(1.15);
          transform: scale(1.15);
  width: 90.5%;
  margin-left: 30%;
  margin-bottom: -8.6% !important;
}
@media (max-width: 992px) {
  .manifesto-text-with-svg-section.blue svg {
    -webkit-transform: scale(0.9);
        -ms-transform: scale(0.9);
            transform: scale(0.9);
    width: 90.5%;
    margin-left: 27%;
    margin-bottom: 0 !important;
  }
}
.manifesto-text-with-svg-section.blue-medium {
  background-color: #00c3ff;
}
.manifesto-text-with-svg-section.blue-medium * {
  color: #4f00ff;
  stroke: #4f00ff;
}
.manifesto-text-with-svg-section.blue-medium svg {
  -webkit-transform: scale(1.3);
      -ms-transform: scale(1.3);
          transform: scale(1.3);
  margin-left: 7.5%;
  margin-bottom: 3.6% !important;
}
@media (max-width: 992px) {
  .manifesto-text-with-svg-section.blue-medium svg {
    -webkit-transform: scale(1.2);
        -ms-transform: scale(1.2);
            transform: scale(1.2);
    margin-left: 22.5%;
    margin-bottom: -1.2rem !important;
  }
}
.manifesto-text-with-svg-section.green {
  background-color: #00ff71;
}
.manifesto-text-with-svg-section.green * {
  color: #4f00ff;
  stroke: #4f00ff;
}
@media (max-width: 992px) {
  .manifesto-text-with-svg-section.green .svg-side {
    -webkit-transform: translateY(16.6rem);
        -ms-transform: translateY(16.6rem);
            transform: translateY(16.6rem);
  }
}
.manifesto-text-with-svg-section.green svg {
  -webkit-transform: scale(1.2) rotate(-20deg);
      -ms-transform: scale(1.2) rotate(-20deg);
          transform: scale(1.2) rotate(-20deg);
  margin-left: 18.1%;
  margin-bottom: -8.8% !important;
}
@media (max-width: 992px) {
  .manifesto-text-with-svg-section.green svg {
    margin-bottom: 0;
    -webkit-transform: scale(1.2) rotate(-20deg);
        -ms-transform: scale(1.2) rotate(-20deg);
            transform: scale(1.2) rotate(-20deg);
    margin-left: 23.3%;
    margin-bottom: 10.8rem !important;
  }
}
.manifesto-text-with-svg-section .container {
  min-height: 100vh;
  max-width: 174.6rem;
}
.manifesto-text-with-svg-section .row {
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  padding-top: 15vh;
  min-height: 100dvh;
}
@media (max-width: 992px) {
  .manifesto-text-with-svg-section .row {
    padding-top: 4.8rem;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
}
@media (max-width: 992px) {
  .manifesto-text-with-svg-section .svg-side {
    -ms-flex-item-align: end;
        align-self: flex-end;
  }
}
.manifesto-text-with-svg-section .text-side {
  padding-bottom: 24.3vh;
}
@media (max-width: 992px) {
  .manifesto-text-with-svg-section .text-side {
    padding-bottom: 2rem;
  }
}
@media (min-width: 993px) {
  .manifesto-text-with-svg-section h1 {
    font-size: 9.8rem;
    line-height: 1;
    margin-bottom: 0.38em;
  }
}
@media (max-width: 992px) {
  .manifesto-text-with-svg-section h1 {
    font-size: 5rem;
    line-height: 1;
    margin-bottom: 0.73em;
  }
}
.manifesto-text-with-svg-section h4 {
  width: 60rem;
}
@media (min-width: 993px) {
  .manifesto-text-with-svg-section h4 {
    font-size: 3.3rem;
    line-height: 1.2;
    margin-bottom: 1em;
  }
}
@media (max-width: 992px) {
  .manifesto-text-with-svg-section h4 {
    font-size: 2.1rem;
  }
}
.manifesto-text-with-svg-section svg {
  margin-bottom: -7.6% !important;
  width: 86.5%;
  stroke-dasharray: 4000;
  stroke-dashoffset: 4000;
}
@media (min-width: 993px) {
  .manifesto-text-with-svg-section svg {
    margin-left: 5%;
  }
}
@media (max-width: 992px) {
  .manifesto-text-with-svg-section svg {
    margin-bottom: -4rem !important;
    width: 79.6%;
    margin-left: 15%;
  }
}

.manifesto-text-with-form-section {
  padding-top: 8rem;
}
.single-case-studies .manifesto-text-with-form-section, .single-agency-sectors .manifesto-text-with-form-section {
  padding-bottom: 8rem;
}
.manifesto-text-with-form-section .back-to-top {
  position: relative;
  display: block;
  bottom: 0;
  margin-top: 3rem;
  margin-bottom: 3rem;
  opacity: 1 !important;
  pointer-events: auto !important;
}
@media (max-width: 992px) {
  .manifesto-text-with-form-section .back-to-top {
    left: 2.2rem;
    margin-top: 3.5rem;
  }
}
.manifesto-text-with-form-section .container {
  background-color: #0000e1;
  max-width: 172.8rem;
}
@media (max-width: 992px) {
  .manifesto-text-with-form-section .container {
    max-width: 38.4rem;
  }
}
.manifesto-text-with-form-section .row {
  padding: 6.7rem 4.8rem 9.6rem;
}
@media (max-width: 992px) {
  .manifesto-text-with-form-section .row {
    padding: 2.6rem 0rem 4.1rem;
  }
}
@media (max-width: 992px) {
  .manifesto-text-with-form-section .text-side {
    margin-bottom: 3.2rem;
  }
}
.manifesto-text-with-form-section .text-side * {
  color: #00ffff;
}
@media (min-width: 993px) {
  .manifesto-text-with-form-section .form-side {
    padding-left: 14.1rem;
    padding-right: 4.4rem;
  }
}
.manifesto-text-with-form-section .gform_wrapper ::-webkit-input-placeholder {
  font-size: inherit;
  color: inherit;
  color: rgba(244, 244, 255, 0.6);
}
.manifesto-text-with-form-section .gform_wrapper :-moz-placeholder { /* Firefox 18- */
  font-size: inherit;
  color: inherit;
  color: rgba(244, 244, 255, 0.6);
}
.manifesto-text-with-form-section .gform_wrapper ::-moz-placeholder { /* Firefox 19+ */
  font-size: inherit;
  color: inherit;
  color: rgba(244, 244, 255, 0.6);
}
.manifesto-text-with-form-section .gform_wrapper :-ms-input-placeholder {
  font-size: inherit;
  color: inherit;
  color: rgba(244, 244, 255, 0.6);
}
@media (min-width: 993px) {
  .manifesto-text-with-form-section .gform_wrapper {
    margin-top: -1rem;
  }
}
.manifesto-text-with-form-section .gform_wrapper .gfield_label {
  color: #00ffff;
  margin-bottom: 2.2rem;
}
.manifesto-text-with-form-section .gform_wrapper input,
.manifesto-text-with-form-section .gform_wrapper textarea,
.manifesto-text-with-form-section .gform_wrapper .fake-select {
  padding: 1rem 1.9rem;
}
@media (max-width: 992px) {
  .manifesto-text-with-form-section .gform_wrapper input,
  .manifesto-text-with-form-section .gform_wrapper textarea,
  .manifesto-text-with-form-section .gform_wrapper .fake-select {
    font-size: 2rem;
    padding: 1.2rem 1.9rem;
  }
}
.manifesto-text-with-form-section .gform_wrapper input,
.manifesto-text-with-form-section .gform_wrapper textarea,
.manifesto-text-with-form-section .gform_wrapper .fake-select,
.manifesto-text-with-form-section .gform_wrapper select {
  background-color: transparent;
  border-color: #00ffff;
  color: #00ffff;
}
.manifesto-text-with-form-section .gform_wrapper textarea {
  height: 13.1rem;
  min-height: 13.1rem;
}
.manifesto-text-with-form-section .gform_wrapper .gfield {
  margin-bottom: 3.2rem;
}
@media (max-width: 992px) {
  .manifesto-text-with-form-section .gform_wrapper .gfield {
    margin-bottom: 4.1rem;
  }
}
.manifesto-text-with-form-section .gform_wrapper input[type=radio] + span, .manifesto-text-with-form-section .gform_wrapper input[type=radio] + .wpcf7-list-item-label, .manifesto-text-with-form-section .gform_wrapper input[type=radio] + label,
.manifesto-text-with-form-section .gform_wrapper input[type=checkbox] + span,
.manifesto-text-with-form-section .gform_wrapper input[type=checkbox] + .wpcf7-list-item-label,
.manifesto-text-with-form-section .gform_wrapper input[type=checkbox] + label {
  color: #FFFFFF;
}
.manifesto-text-with-form-section .gform_wrapper input[type=radio] + span:before, .manifesto-text-with-form-section .gform_wrapper input[type=radio] + .wpcf7-list-item-label:before, .manifesto-text-with-form-section .gform_wrapper input[type=radio] + label:before,
.manifesto-text-with-form-section .gform_wrapper input[type=checkbox] + span:before,
.manifesto-text-with-form-section .gform_wrapper input[type=checkbox] + .wpcf7-list-item-label:before,
.manifesto-text-with-form-section .gform_wrapper input[type=checkbox] + label:before {
  border-color: #00ffff;
}
.manifesto-text-with-form-section .gform_wrapper input[type=radio] + span:after, .manifesto-text-with-form-section .gform_wrapper input[type=radio] + .wpcf7-list-item-label:after, .manifesto-text-with-form-section .gform_wrapper input[type=radio] + label:after,
.manifesto-text-with-form-section .gform_wrapper input[type=checkbox] + span:after,
.manifesto-text-with-form-section .gform_wrapper input[type=checkbox] + .wpcf7-list-item-label:after,
.manifesto-text-with-form-section .gform_wrapper input[type=checkbox] + label:after {
  border-color: #00ffff;
  background-color: #00ffff;
}
.manifesto-text-with-form-section .gform_wrapper [type=submit] {
  background-color: #00ffff;
  color: #1c0f62 !important;
}
.manifesto-text-with-form-section .gform_wrapper [type=submit]:hover, .manifesto-text-with-form-section .gform_wrapper [type=submit]:focus-visible {
  color: #FFFFFF !important;
}
.manifesto-text-with-form-section .gform_wrapper .gform_footer {
  margin-top: -0.3rem;
}
.manifesto-text-with-form-section .gform_wrapper [type=submit] {
  padding: 1.26rem 2rem;
}

.lottie-hero-section {
  background-color: #1c0f62;
  aspect-ratio: 1920/720;
  line-height: 0;
  margin-top: 3rem;
  overflow: hidden;
}
@media (max-width: 992px) {
  .lottie-hero-section {
    aspect-ratio: 1920/1438;
    margin-top: 0.6rem;
  }
}
.lottie-hero-section svg {
  display: block;
  height: 100% !important;
  -webkit-transform: scale(1.01) !important;
      -ms-transform: scale(1.01) !important;
          transform: scale(1.01) !important;
  -webkit-transform-origin: center;
      -ms-transform-origin: center;
          transform-origin: center;
  width: 100% !important;
}

.page-title-section .container:before {
  content: "";
  position: absolute;
  z-index: 2;
  left: 1rem;
  right: 1rem;
  bottom: 0;
  height: 0.1rem;
  background-color: rgba(0, 0, 0, 0.3);
}
@media (max-width: 992px) {
  .page-title-section .container:before {
    left: 2.1rem;
    right: 2.1rem;
  }
}
.page-title-section .row {
  padding-top: 13.3rem;
  padding-bottom: 7.5rem;
}
@media (max-width: 992px) {
  .page-title-section .row {
    padding-top: 4.8rem;
    padding-bottom: 1.7rem;
  }
  .page-title-section .row h1 {
    font-size: 4.8rem;
  }
}

.intro-with-logos-section .row {
  padding-top: 4.5rem;
  padding-bottom: 7rem;
}
@media (max-width: 992px) {
  .intro-with-logos-section .row {
    padding-top: 4.2rem;
  }
}
.intro-with-logos-section .text-con {
  margin-bottom: 12.9rem;
}
@media (max-width: 992px) {
  .intro-with-logos-section .text-con {
    margin-bottom: 9.3rem;
  }
}
@media (min-width: 993px) {
  .intro-with-logos-section .text-con {
    padding-right: 24rem;
    padding-left: 48rem;
  }
}
.intro-with-logos-section .text-con h2 {
  line-height: 1.1111111111;
}
@media (max-width: 992px) {
  .intro-with-logos-section .text-con h2 {
    font-size: 3rem;
    line-height: 1.3333333333;
  }
}
.intro-with-logos-section .lo-item {
  margin-bottom: 13.1rem !important;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media (max-width: 992px) {
  .intro-with-logos-section .lo-item {
    margin-bottom: 6rem !important;
  }
}
.intro-with-logos-section .lo-item .inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.intro-with-logos-section .lo-item img {
  max-height: 7rem;
  max-width: 11.5rem;
}
@media (max-width: 992px) {
  .intro-with-logos-section .lo-item img {
    max-height: 4rem;
    max-width: 8rem;
  }
}

.postid-6272 .iframe-section .container {
  max-width: 154.2rem;
}
.postid-6352 .iframe-section .container {
  max-width: 158.6rem;
}
.postid-6352 .iframe-section .fluid-width-video-wrapper {
  width: 100vw;
  max-width: 100vw;
  margin-left: calc((100vw - 156.6rem) / -2);
}
@media (max-width: 992px) {
  .postid-6352 .iframe-section .fluid-width-video-wrapper {
    margin-left: -2.1rem;
  }
}
.iframe-section:has(p.large), .iframe-section:has(.image-caption) {
  text-align: left;
}
.iframe-section:has(p.large) .container, .iframe-section:has(.image-caption) .container {
  max-width: 158.6rem;
}
.iframe-section:has(p.large) .fluid-width-video-wrapper, .iframe-section:has(.image-caption) .fluid-width-video-wrapper {
  margin-bottom: 1.6rem;
  width: 100vw;
  max-width: 100vw;
  margin-left: calc((100vw - 156.6rem) / -2);
}
@media (max-width: 992px) {
  .iframe-section:has(p.large) .fluid-width-video-wrapper, .iframe-section:has(.image-caption) .fluid-width-video-wrapper {
    margin-left: -2.1rem;
  }
}
.iframe-section:has(p.large) p.large,
.iframe-section:has(p.large) .image-caption, .iframe-section:has(.image-caption) p.large,
.iframe-section:has(.image-caption) .image-caption {
  color: #1c0f62;
  font-style: italic;
  text-align: left;
}
@media (max-width: 992px) {
  .iframe-section:has(p.large) p.large,
  .iframe-section:has(p.large) .image-caption, .iframe-section:has(.image-caption) p.large,
  .iframe-section:has(.image-caption) .image-caption {
    font-size: 1.8rem;
    line-height: 1.5;
  }
}
@media (min-width: 993px) {
  .iframe-section:has(p.large) p.large,
  .iframe-section:has(p.large) .image-caption, .iframe-section:has(.image-caption) p.large,
  .iframe-section:has(.image-caption) .image-caption {
    font-size: 3rem;
  }
}
.iframe-section .row {
  padding-top: 8rem;
  padding-bottom: 8rem;
}
@media (max-width: 992px) {
  .iframe-section .row {
    padding-top: 2.5rem;
    padding-bottom: 1.1rem;
  }
}
.iframe-section .iframe-con {
  min-height: 94.8375rem;
}
@media (max-width: 992px) {
  .iframe-section .iframe-con {
    min-height: 20.8375rem;
  }
}
.iframe-section .iframe-con .fluid-width-video-wrapper {
  padding-top: 0 !important;
  aspect-ratio: 16/9;
}

.postid-6782 .three-column-images-section .container {
  max-width: 169.6rem;
}
.three-column-images-section .container {
  max-width: 171.6rem;
}
@media (min-width: 993px) {
  .three-column-images-section .container,
  .three-column-images-section .col-12 {
    padding-right: 1.5rem;
    padding-left: 1.5rem;
  }
  .three-column-images-section .row {
    margin-right: -1.5rem;
    margin-left: -1.5rem;
  }
}
.three-column-images-section .row {
  padding-bottom: 2.1rem;
}
.three-column-images-section.is-square-layout img {
  width: 100%;
  aspect-ratio: 1/1;
  -o-object-fit: cover;
     object-fit: cover;
}
.three-column-images-section.is-no-crop-layout img {
  width: 100%;
  height: auto;
}
@media (max-width: 992px) {
  .three-column-images-section .col-12:has(+ .col-12) {
    margin-bottom: 2.5rem;
  }
}

.four-column-images-section .container {
  max-width: 171.6rem;
}
@media (min-width: 993px) {
  .four-column-images-section .container,
  .four-column-images-section .col-12 {
    padding-right: 1.5rem;
    padding-left: 1.5rem;
  }
  .four-column-images-section .row {
    margin-right: -1.5rem;
    margin-left: -1.5rem;
  }
}
.four-column-images-section .row {
  padding-bottom: 2.1rem;
}

@media (max-width: 992px) {
  .images-slide-section {
    padding-left: 3.5rem;
    padding-right: 3.5rem;
  }
}
.images-slide-section .row {
  padding-top: 5.5rem;
  padding-bottom: 3.4rem;
}
@media (max-width: 992px) {
  .images-slide-section .row {
    padding-top: 4.5rem;
    padding-bottom: 4.5rem;
  }
}
@media (min-width: 993px) {
  .images-slide-section .images-slide-con {
    padding-right: 29.8rem;
  }
}
.images-slide-section .swiper {
  width: calc(100% + 1.8rem + 1.8rem);
  max-width: calc(100% + 1.8rem + 1.8rem);
  margin-left: -1.8rem;
}
@media (max-width: 992px) {
  .images-slide-section .swiper {
    width: calc(100% + 1rem + 1rem);
    max-width: calc(100% + 1rem + 1rem);
    margin-left: -1rem;
  }
}
@media (max-width: 992px) {
  .images-slide-section .swiper .swiper-wrapper-con {
    overflow: visible !important;
  }
}
.images-slide-section .swiper .swiper-slide {
  padding: 0 1.8rem;
}
@media (max-width: 992px) {
  .images-slide-section .swiper .swiper-slide {
    padding: 0 1rem;
  }
}
@media (min-width: 993px) {
  .images-slide-section .swiper.is-four-up .swiper-slide {
    width: 25% !important;
  }
}
.images-slide-section .swiper .swiper-button-prev,
.images-slide-section .swiper .swiper-button-next {
  right: -21.9rem;
  width: 12.9rem;
  height: 5.2rem;
  top: 52%;
  -webkit-animation: 3s ease-in-out infinite forwards arrowsAnimate2;
          animation: 3s ease-in-out infinite forwards arrowsAnimate2;
}
@media (max-width: 992px) {
  .images-slide-section .swiper .swiper-button-prev,
  .images-slide-section .swiper .swiper-button-next {
    right: -3.3rem;
    top: auto;
    bottom: 5.3rem;
    width: 5.5rem;
    height: 5.5rem;
  }
}
.images-slide-section .swiper .swiper-button-prev:hover svg *, .images-slide-section .swiper .swiper-button-prev:focus-visible svg *,
.images-slide-section .swiper .swiper-button-next:hover svg *,
.images-slide-section .swiper .swiper-button-next:focus-visible svg * {
  opacity: 1;
}
.images-slide-section .swiper .swiper-button-prev svg,
.images-slide-section .swiper .swiper-button-next svg {
  width: 12.9rem;
  min-width: 12.9rem;
  aspect-ratio: 129/52;
}
@media (max-width: 992px) {
  .images-slide-section .swiper .swiper-button-prev svg,
  .images-slide-section .swiper .swiper-button-next svg {
    width: 5.5rem;
    min-width: 5.5rem;
  }
}
@-webkit-keyframes arrowsAnimate2 {
  0%, 100% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  60% {
    -webkit-transform: translateX(-2rem);
            transform: translateX(-2rem);
  }
}
@keyframes arrowsAnimate2 {
  0%, 100% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  60% {
    -webkit-transform: translateX(-2rem);
            transform: translateX(-2rem);
  }
}
@-webkit-keyframes arrowsAnimate {
  0%, 100% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  60% {
    -webkit-transform: translateX(2rem);
            transform: translateX(2rem);
  }
}
@keyframes arrowsAnimate {
  0%, 100% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  60% {
    -webkit-transform: translateX(2rem);
            transform: translateX(2rem);
  }
}
.images-slide-section .swiper .swiper-button-prev {
  -webkit-animation: 3s ease-in-out infinite forwards arrowsAnimate;
          animation: 3s ease-in-out infinite forwards arrowsAnimate;
}
@media (min-width: 993px) {
  .images-slide-section .swiper .swiper-button-prev {
    display: none;
  }
}
@media (max-width: 992px) {
  .images-slide-section .swiper .swiper-button-prev {
    right: auto;
    left: -3.3rem;
  }
}
.images-slide-section .swiper .swiper-button-prev svg {
  -webkit-transform: scale(-1);
      -ms-transform: scale(-1);
          transform: scale(-1);
}

.three-column-iframes-section .row {
  padding-top: 3.2rem;
  padding-bottom: 2.2rem;
}
@media (max-width: 992px) {
  .three-column-iframes-section .row {
    padding-top: 2.5rem;
    padding-bottom: 2.5rem;
  }
}
.three-column-iframes-section .iframe-con {
  min-height: 73rem;
}
@media (max-width: 992px) {
  .three-column-iframes-section .iframe-con {
    min-height: 51rem;
  }
  .three-column-iframes-section .iframe-con:has(+ .iframe-con) {
    margin-bottom: 2.5rem;
  }
}
.three-column-iframes-section .iframe-con .fluid-width-video-wrapper {
  padding-top: 0 !important;
  aspect-ratio: 542.17/730;
}

.two-column-iframes-section .row {
  padding-top: 3.2rem;
  padding-bottom: 5.2rem;
}
@media (max-width: 992px) {
  .two-column-iframes-section .row {
    padding-top: 2.5rem;
    padding-bottom: 2.5rem;
  }
}
.two-column-iframes-section iframe {
  width: 100%;
  height: auto;
  aspect-ratio: 16/9;
}
.two-column-iframes-section.is-square-layout iframe {
  aspect-ratio: 1/1;
}
.two-column-iframes-section.is-portrait-layout iframe {
  aspect-ratio: 674/1187;
}
@media (min-width: 993px) {
  .two-column-iframes-section .container {
    max-width: calc(100% - 4rem);
  }
}
@media (max-width: 992px) {
  .two-column-iframes-section .iframe-con:has(+ .iframe-con) {
    margin-bottom: 7rem;
  }
}
.two-column-iframes-section .inner {
  width: 67.4rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  text-align: left;
  margin: 0 auto;
}
.two-column-iframes-section .inner iframe {
  margin-bottom: 1.6rem;
}
.two-column-iframes-section p.large,
.two-column-iframes-section .image-caption {
  color: #1c0f62;
  font-style: italic;
  text-align: left;
}
@media (max-width: 992px) {
  .two-column-iframes-section p.large,
  .two-column-iframes-section .image-caption {
    font-size: 1.8rem;
    line-height: 1.5;
  }
}
@media (min-width: 993px) {
  .two-column-iframes-section p.large,
  .two-column-iframes-section .image-caption {
    font-size: 3rem;
  }
}

.four-column-iframes-section .container {
  max-width: 169rem;
}
@media (min-width: 993px) {
  .four-column-iframes-section .container,
  .four-column-iframes-section .col-12 {
    padding-right: 0.25rem;
    padding-left: 0.25rem;
  }
  .four-column-iframes-section .row {
    margin-right: -0.25rem;
    margin-left: -0.25rem;
  }
}
.four-column-iframes-section .row {
  padding-top: 3.2rem;
  padding-bottom: 7.5rem;
}
@media (max-width: 992px) {
  .four-column-iframes-section .row {
    padding-top: 2.5rem;
    padding-bottom: 2.5rem;
  }
}
.four-column-iframes-section .iframe-con {
  min-height: 74.1rem;
}
.four-column-iframes-section .iframe-con .fluid-width-video-wrapper {
  padding-top: 0 !important;
  aspect-ratio: 416.25/741;
}

.postid-6272 .two-column-images-section {
  position: relative;
}
.postid-6272 .two-column-images-section:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100vw;
  background-color: #0c9e6d;
  height: 100%;
}
@media (max-width: 992px) {
  .postid-6272 .two-column-images-section:after {
    height: 100%;
  }
}
.postid-6272 .two-column-images-section:before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100vw;
  bottom: 100%;
  background-image: url(../images/wavy_top.webp);
  background-repeat: no-repeat;
  aspect-ratio: 1920/120;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: 50% 100%;
     object-position: 50% 100%;
  background-size: cover;
}
@media (max-width: 992px) {
  .postid-6272 .two-column-images-section:before {
    bottom: 100%;
  }
}
.postid-6272 .two-column-images-section .container {
  max-width: 153.6rem;
}
@media (max-width: 992px) {
  .postid-6272 .two-column-images-section .container {
    max-width: 38.8rem;
  }
}
.postid-6272 .two-column-images-section .row {
  padding-bottom: 26.5rem;
}
@media (max-width: 992px) {
  .postid-6272 .two-column-images-section .row {
    padding-top: 0.7rem;
    padding-bottom: 0;
  }
}
.postid-6272 .two-column-images-section img {
  -webkit-box-shadow: 0 1.5rem 6rem rgba(0, 0, 0, 0.1);
          box-shadow: 0 1.5rem 6rem rgba(0, 0, 0, 0.1);
}
.two-column-images-section img {
  width: 100%;
  height: auto;
}
.two-column-images-section.is-square-layout img {
  aspect-ratio: 1/1;
  -o-object-fit: contain;
     object-fit: contain;
}
.two-column-images-section:has(p.large) .inner, .two-column-images-section:has(.image-caption) .inner {
  width: 67.4rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  text-align: left;
  margin: 0 auto;
}
.two-column-images-section:has(p.large) .inner img, .two-column-images-section:has(.image-caption) .inner img {
  margin-bottom: 1.6rem;
  -webkit-box-shadow: 0 1.5rem 6rem rgba(0, 0, 0, 0.1);
          box-shadow: 0 1.5rem 6rem rgba(0, 0, 0, 0.1);
}
.two-column-images-section:has(p.large) .inner p.large,
.two-column-images-section:has(p.large) .inner .image-caption, .two-column-images-section:has(.image-caption) .inner p.large,
.two-column-images-section:has(.image-caption) .inner .image-caption {
  color: #1c0f62;
  font-style: italic;
  text-align: left;
}
@media (max-width: 992px) {
  .two-column-images-section:has(p.large) .inner p.large,
  .two-column-images-section:has(p.large) .inner .image-caption, .two-column-images-section:has(.image-caption) .inner p.large,
  .two-column-images-section:has(.image-caption) .inner .image-caption {
    font-size: 1.8rem;
    line-height: 1.5;
  }
}
@media (min-width: 993px) {
  .two-column-images-section:has(p.large) .inner p.large,
  .two-column-images-section:has(p.large) .inner .image-caption, .two-column-images-section:has(.image-caption) .inner p.large,
  .two-column-images-section:has(.image-caption) .inner .image-caption {
    font-size: 3rem;
  }
}
.two-column-images-section .row {
  padding-top: 2.5rem;
  padding-bottom: 2.5rem;
}
@media (max-width: 992px) {
  .two-column-images-section .col-lg-6 + .col-lg-6 {
    margin-top: 2.5rem;
  }
}

@media (min-width: 993px) {
  body.single-agency-sectors.scroll-down .work-links-section, body.single-agency-sectors.scroll-up .work-links-section {
    margin-top: 0;
  }
  body.single-agency-sectors .work-links-section {
    margin-top: 1.7rem;
  }
}

@media (min-width: 993px) {
  body.blog,
  body.single-post,
  body.single-agency-sectors,
  body.single-case-studies {
    padding-top: 17rem;
  }
  body.blog.scroll-up .work-links-section .row,
  body.single-post.scroll-up .work-links-section .row,
  body.single-agency-sectors.scroll-up .work-links-section .row,
  body.single-case-studies.scroll-up .work-links-section .row {
    padding-top: 2rem;
    padding-bottom: 2rem;
  }
  body.blog.scroll-up .notes-archive-section .filter-con,
  body.single-post.scroll-up .notes-archive-section .filter-con,
  body.single-agency-sectors.scroll-up .notes-archive-section .filter-con,
  body.single-case-studies.scroll-up .notes-archive-section .filter-con {
    padding-top: 0.25rem;
    padding-bottom: 0.25rem;
  }
  body.blog.scroll-up .post-top-section,
  body.single-post.scroll-up .post-top-section,
  body.single-agency-sectors.scroll-up .post-top-section,
  body.single-case-studies.scroll-up .post-top-section {
    padding-top: 0.25rem;
    padding-bottom: 0.25rem;
  }
  body.blog.scroll-down header[role=banner],
  body.single-post.scroll-down header[role=banner],
  body.single-agency-sectors.scroll-down header[role=banner],
  body.single-case-studies.scroll-down header[role=banner] {
    -webkit-transform: translateY(-100%);
        -ms-transform: translateY(-100%);
            transform: translateY(-100%);
  }
  body.blog.scroll-down .notes-archive-section .filter-con,
  body.single-post.scroll-down .notes-archive-section .filter-con,
  body.single-agency-sectors.scroll-down .notes-archive-section .filter-con,
  body.single-case-studies.scroll-down .notes-archive-section .filter-con {
    -webkit-transform: translateY(-11.6rem);
        -ms-transform: translateY(-11.6rem);
            transform: translateY(-11.6rem);
    padding-top: 0.25rem;
    padding-bottom: 0.25rem;
  }
  body.blog.scroll-down .post-top-section,
  body.single-post.scroll-down .post-top-section,
  body.single-agency-sectors.scroll-down .post-top-section,
  body.single-case-studies.scroll-down .post-top-section {
    -webkit-transform: translateY(-11.6rem);
        -ms-transform: translateY(-11.6rem);
            transform: translateY(-11.6rem);
    padding-top: 0.25rem;
    padding-bottom: 0.25rem;
  }
  body.blog.scroll-down .work-links-section,
  body.single-post.scroll-down .work-links-section,
  body.single-agency-sectors.scroll-down .work-links-section,
  body.single-case-studies.scroll-down .work-links-section {
    -webkit-transform: translateY(-11.6rem);
        -ms-transform: translateY(-11.6rem);
            transform: translateY(-11.6rem);
  }
  body.blog.scroll-down .work-links-section .row,
  body.single-post.scroll-down .work-links-section .row,
  body.single-agency-sectors.scroll-down .work-links-section .row,
  body.single-case-studies.scroll-down .work-links-section .row {
    padding-top: 2rem;
    padding-bottom: 2rem;
  }
  body.blog header[role=banner],
  body.single-post header[role=banner],
  body.single-agency-sectors header[role=banner],
  body.single-case-studies header[role=banner] {
    position: fixed;
    background-color: #FFFFFF;
    -webkit-transform: translateY(0%);
        -ms-transform: translateY(0%);
            transform: translateY(0%);
  }
  body.blog .work-links-section,
  body.single-post .work-links-section,
  body.single-agency-sectors .work-links-section,
  body.single-case-studies .work-links-section {
    position: fixed;
    top: 11.5rem;
    z-index: 4;
    -webkit-transform: translateY(0%);
        -ms-transform: translateY(0%);
            transform: translateY(0%);
    -webkit-transition: 0.3s;
    transition: 0.3s;
    width: 100%;
    background-color: #FFFFFF;
  }
  body.blog .work-links-section .row,
  body.single-post .work-links-section .row,
  body.single-agency-sectors .work-links-section .row,
  body.single-case-studies .work-links-section .row {
    -webkit-transition: 0.3s;
    transition: 0.3s;
    padding-top: 0.7rem;
    padding-bottom: 0.7rem;
  }
  body.blog .post-top-section,
  body.single-post .post-top-section,
  body.single-agency-sectors .post-top-section,
  body.single-case-studies .post-top-section {
    position: fixed;
    top: 11.5rem;
    z-index: 4;
    -webkit-transform: translateY(0%);
        -ms-transform: translateY(0%);
            transform: translateY(0%);
    -webkit-transition: 0.3s;
    transition: 0.3s;
    width: 100%;
  }
  body.blog .notes-archive-section .filter-con,
  body.single-post .notes-archive-section .filter-con,
  body.single-agency-sectors .notes-archive-section .filter-con,
  body.single-case-studies .notes-archive-section .filter-con {
    position: fixed;
    top: 11.5rem;
    z-index: 4;
    max-width: 170.6rem;
    -webkit-transition: 0.3s;
    transition: 0.3s;
    -webkit-transform: translateY(0%);
        -ms-transform: translateY(0%);
            transform: translateY(0%);
  }
  body.blog .notes-archive-section .filter-con:after,
  body.single-post .notes-archive-section .filter-con:after,
  body.single-agency-sectors .notes-archive-section .filter-con:after,
  body.single-case-studies .notes-archive-section .filter-con:after {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    left: 50%;
    -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
            transform: translateX(-50%);
    width: 200vw;
    max-width: 200vw;
    background-color: #FFFFFF;
    z-index: -1;
  }
}
@media (max-width: 992px) {
  body.blog,
  body.single-post,
  body.single-agency-sectors,
  body.single-case-studies {
    padding-top: 17rem;
  }
  body.blog.scroll-up header[role=banner], body.blog.scroll-down header[role=banner],
  body.single-post.scroll-up header[role=banner],
  body.single-post.scroll-down header[role=banner],
  body.single-agency-sectors.scroll-up header[role=banner],
  body.single-agency-sectors.scroll-down header[role=banner],
  body.single-case-studies.scroll-up header[role=banner],
  body.single-case-studies.scroll-down header[role=banner] {
    -webkit-transform: translateY(-100%);
        -ms-transform: translateY(-100%);
            transform: translateY(-100%);
  }
  body.blog.scroll-up .notes-archive-section .filter-con, body.blog.scroll-down .notes-archive-section .filter-con,
  body.single-post.scroll-up .notes-archive-section .filter-con,
  body.single-post.scroll-down .notes-archive-section .filter-con,
  body.single-agency-sectors.scroll-up .notes-archive-section .filter-con,
  body.single-agency-sectors.scroll-down .notes-archive-section .filter-con,
  body.single-case-studies.scroll-up .notes-archive-section .filter-con,
  body.single-case-studies.scroll-down .notes-archive-section .filter-con {
    -webkit-transform: translateY(-11.6rem);
        -ms-transform: translateY(-11.6rem);
            transform: translateY(-11.6rem);
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;
    -webkit-transition: -webkit-transform 0.3s;
    transition: -webkit-transform 0.3s;
    transition: transform 0.3s;
    transition: transform 0.3s, -webkit-transform 0.3s;
  }
  @-webkit-keyframes submenuStick {
    0% {
      -webkit-transform: translateY(-22.6rem);
              transform: translateY(-22.6rem);
    }
    100% {
      -webkit-transform: translateY(-11.6rem);
              transform: translateY(-11.6rem);
    }
  }
  @keyframes submenuStick {
    0% {
      -webkit-transform: translateY(-22.6rem);
              transform: translateY(-22.6rem);
    }
    100% {
      -webkit-transform: translateY(-11.6rem);
              transform: translateY(-11.6rem);
    }
  }
  body.blog.scroll-up .notes-archive-section .facetwp-type-radio, body.blog.scroll-down .notes-archive-section .facetwp-type-radio,
  body.single-post.scroll-up .notes-archive-section .facetwp-type-radio,
  body.single-post.scroll-down .notes-archive-section .facetwp-type-radio,
  body.single-agency-sectors.scroll-up .notes-archive-section .facetwp-type-radio,
  body.single-agency-sectors.scroll-down .notes-archive-section .facetwp-type-radio,
  body.single-case-studies.scroll-up .notes-archive-section .facetwp-type-radio,
  body.single-case-studies.scroll-down .notes-archive-section .facetwp-type-radio {
    margin-top: 0rem;
  }
  body.blog.scroll-up .notes-archive-section .facetwp-type-search, body.blog.scroll-down .notes-archive-section .facetwp-type-search,
  body.single-post.scroll-up .notes-archive-section .facetwp-type-search,
  body.single-post.scroll-down .notes-archive-section .facetwp-type-search,
  body.single-agency-sectors.scroll-up .notes-archive-section .facetwp-type-search,
  body.single-agency-sectors.scroll-down .notes-archive-section .facetwp-type-search,
  body.single-case-studies.scroll-up .notes-archive-section .facetwp-type-search,
  body.single-case-studies.scroll-down .notes-archive-section .facetwp-type-search {
    top: 1rem;
  }
  body.blog.scroll-up .post-top-section, body.blog.scroll-down .post-top-section,
  body.single-post.scroll-up .post-top-section,
  body.single-post.scroll-down .post-top-section,
  body.single-agency-sectors.scroll-up .post-top-section,
  body.single-agency-sectors.scroll-down .post-top-section,
  body.single-case-studies.scroll-up .post-top-section,
  body.single-case-studies.scroll-down .post-top-section {
    -webkit-transform: translateY(-11.6rem);
        -ms-transform: translateY(-11.6rem);
            transform: translateY(-11.6rem);
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;
    -webkit-transition: 0.3s;
    transition: 0.3s;
  }
  body.blog.scroll-up .post-top-section .facetwp-type-radio, body.blog.scroll-down .post-top-section .facetwp-type-radio,
  body.single-post.scroll-up .post-top-section .facetwp-type-radio,
  body.single-post.scroll-down .post-top-section .facetwp-type-radio,
  body.single-agency-sectors.scroll-up .post-top-section .facetwp-type-radio,
  body.single-agency-sectors.scroll-down .post-top-section .facetwp-type-radio,
  body.single-case-studies.scroll-up .post-top-section .facetwp-type-radio,
  body.single-case-studies.scroll-down .post-top-section .facetwp-type-radio {
    margin-top: 0rem;
  }
  body.blog.scroll-up .post-top-section .facetwp-type-search, body.blog.scroll-down .post-top-section .facetwp-type-search,
  body.single-post.scroll-up .post-top-section .facetwp-type-search,
  body.single-post.scroll-down .post-top-section .facetwp-type-search,
  body.single-agency-sectors.scroll-up .post-top-section .facetwp-type-search,
  body.single-agency-sectors.scroll-down .post-top-section .facetwp-type-search,
  body.single-case-studies.scroll-up .post-top-section .facetwp-type-search,
  body.single-case-studies.scroll-down .post-top-section .facetwp-type-search {
    top: -0.5rem;
  }
  body.blog.scroll-up .work-links-section, body.blog.scroll-down .work-links-section,
  body.single-post.scroll-up .work-links-section,
  body.single-post.scroll-down .work-links-section,
  body.single-agency-sectors.scroll-up .work-links-section,
  body.single-agency-sectors.scroll-down .work-links-section,
  body.single-case-studies.scroll-up .work-links-section,
  body.single-case-studies.scroll-down .work-links-section {
    -webkit-transform: translateY(-11.6rem);
        -ms-transform: translateY(-11.6rem);
            transform: translateY(-11.6rem);
  }
  body.blog.scroll-up .work-links-section .row, body.blog.scroll-down .work-links-section .row,
  body.single-post.scroll-up .work-links-section .row,
  body.single-post.scroll-down .work-links-section .row,
  body.single-agency-sectors.scroll-up .work-links-section .row,
  body.single-agency-sectors.scroll-down .work-links-section .row,
  body.single-case-studies.scroll-up .work-links-section .row,
  body.single-case-studies.scroll-down .work-links-section .row {
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;
  }
  body.blog header[role=banner],
  body.single-post header[role=banner],
  body.single-agency-sectors header[role=banner],
  body.single-case-studies header[role=banner] {
    position: fixed;
    background-color: #FFFFFF;
    -webkit-transform: translateY(0%);
        -ms-transform: translateY(0%);
            transform: translateY(0%);
  }
  body.blog .work-links-section,
  body.single-post .work-links-section,
  body.single-agency-sectors .work-links-section,
  body.single-case-studies .work-links-section {
    position: fixed;
    top: 10.8rem;
    z-index: 4;
    -webkit-transform: translateY(0%);
        -ms-transform: translateY(0%);
            transform: translateY(0%);
    width: 100%;
    background-color: #FFFFFF;
    -webkit-transition: 0.3s;
    transition: 0.3s;
  }
  body.blog .work-links-section .row,
  body.single-post .work-links-section .row,
  body.single-agency-sectors .work-links-section .row,
  body.single-case-studies .work-links-section .row {
    padding-top: 0rem;
    padding-bottom: 0rem;
  }
  body.blog .post-top-section,
  body.single-post .post-top-section,
  body.single-agency-sectors .post-top-section,
  body.single-case-studies .post-top-section {
    position: fixed;
    top: 9.9rem;
    z-index: 5;
    -webkit-transform: translateY(0%);
        -ms-transform: translateY(0%);
            transform: translateY(0%);
    -webkit-transition: 0.3s;
    transition: 0.3s;
    width: 100%;
  }
  body.blog .notes-archive-section .filter-con,
  body.single-post .notes-archive-section .filter-con,
  body.single-agency-sectors .notes-archive-section .filter-con,
  body.single-case-studies .notes-archive-section .filter-con {
    position: fixed;
    top: 11.5rem;
    z-index: 5;
    max-width: 40.4rem;
    -webkit-transition: 0.3s;
    transition: 0.3s;
    -webkit-transform: translateY(0%);
        -ms-transform: translateY(0%);
            transform: translateY(0%);
  }
  body.blog .notes-archive-section .filter-con:after,
  body.single-post .notes-archive-section .filter-con:after,
  body.single-agency-sectors .notes-archive-section .filter-con:after,
  body.single-case-studies .notes-archive-section .filter-con:after {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    left: 50%;
    -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
            transform: translateX(-50%);
    width: 200vw;
    max-width: 200vw;
    background-color: #FFFFFF;
    z-index: -1;
  }
}

.text-with-text-blocks-section.text-with-text-blocks-section {
  background-color: transparent;
  margin-bottom: -3.3rem;
}
@media (min-width: 993px) {
  .text-with-text-blocks-section.text-with-text-blocks-section .container,
  .text-with-text-blocks-section.text-with-text-blocks-section .col-12 {
    padding-right: 0rem;
    padding-left: 0rem;
  }
  .text-with-text-blocks-section.text-with-text-blocks-section .row {
    margin-right: 0rem;
    margin-left: 0rem;
  }
}
.text-with-text-blocks-section.text-with-text-blocks-section .container {
  max-width: 168rem;
}
.text-with-text-blocks-section.text-with-text-blocks-section .row {
  padding-top: 17.8rem;
}
.text-with-text-blocks-section.text-with-text-blocks-section .text-con {
  margin-bottom: 9.8rem;
}
.text-with-text-blocks-section.text-with-text-blocks-section .text-con p.large {
  font-size: 4rem;
  line-height: 1.1;
}
@media (max-width: 992px) {
  .text-with-text-blocks-section.text-with-text-blocks-section .text-con p.large {
    font-size: 2rem;
    line-height: 1.2;
  }
}

.tb-item {
  margin-bottom: 9.2rem !important;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media (max-width: 992px) {
  .tb-item br {
    display: block;
  }
}
.tb-item .inner {
  border-left: 0.1rem solid #1c0f62;
  padding: 0.4rem 3.4rem 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.tb-item p.large {
  font-size: 7.2rem;
  line-height: 1.15;
}
@media (max-width: 992px) {
  .tb-item p.large {
    font-size: 4rem;
    line-height: 1.1;
  }
}
.tb-item p.large strong {
  font-weight: 500;
}

@media (min-width: 993px) {
  .block-links-section .container,
  .block-links-section .col-6 {
    padding-right: 3rem;
    padding-left: 3rem;
  }
  .block-links-section .row {
    margin-right: -3rem;
    margin-left: -3rem;
  }
}
.block-links-section .container {
  max-width: 181.6rem;
}
.block-links-section .row {
  padding-top: 9.6rem;
  padding-bottom: 3.3rem;
}
@media (max-width: 992px) {
  .block-links-section .row {
    padding-top: 6.6rem;
  }
}
.block-links-section .text-con {
  margin-bottom: 10rem;
}
@media (max-width: 992px) {
  .block-links-section .text-con {
    margin-bottom: 3rem;
  }
}

.bl-item {
  margin-bottom: 3rem !important;
}
@media (max-width: 992px) {
  .bl-item {
    margin-bottom: 2.1rem !important;
  }
}
@media (min-width: 993px) {
  .bl-item {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 20%;
            flex: 0 0 20%;
    max-width: 20%;
  }
}
.bl-item .inner {
  background-color: #f8f9fc;
  aspect-ratio: 1/1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  overflow: hidden;
}
.bl-item .inner:has(a:hover):before, .bl-item .inner:has(a:focus-visible):before {
  -webkit-transform: translateY(0%);
      -ms-transform: translateY(0%);
          transform: translateY(0%);
}
.bl-item .inner:before {
  content: "Read the article";
  width: 100%;
  height: 100%;
  background-color: #0000e1;
  position: absolute;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-size: 2.8rem;
  color: #FFFFFF;
  font-weight: 500;
  -webkit-transform: translateY(-101%);
      -ms-transform: translateY(-101%);
          transform: translateY(-101%);
  -webkit-transition: -webkit-transform 0.25s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  transition: -webkit-transform 0.25s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  transition: transform 0.25s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  transition: transform 0.25s cubic-bezier(0.25, 0.46, 0.45, 0.94), -webkit-transform 0.25s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}
.bl-item .inner img {
  width: auto;
  max-width: 90%;
  max-height: 16.4rem;
}

.logos-section {
  padding-bottom: 4.7rem;
}
@media (max-width: 992px) {
  .logos-section {
    padding-bottom: 0;
  }
}
.postid-6272 .logos-section {
  background: #0c9e6d;
  position: relative;
}
.postid-6272 .logos-section + .image-section .container {
  max-width: 133.2rem;
}
@media (max-width: 992px) {
  .postid-6272 .logos-section + .image-section .container {
    max-width: 41.2rem;
  }
}
.postid-6272 .logos-section:after {
  content: "";
  position: absolute;
  top: 100%;
  left: 0;
  right: 0;
  background-image: url(../images/phones_wave.webp);
  background-repeat: no-repeat;
  aspect-ratio: 1920/315;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: 50% 0%;
     object-position: 50% 0%;
}
.postid-6272 .logos-section .container {
  background: transparent;
}
.postid-6272 .logos-section .row {
  padding: 5rem 0 0.3rem;
}
@media (max-width: 992px) {
  .postid-6272 .logos-section .row {
    padding: 5rem 0 4.3rem;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
.postid-6334 .logos-section .container {
  background: transparent;
}
.postid-6334 .logos-section .row {
  padding: 5rem 0 3.3rem;
}
@media (max-width: 992px) {
  .postid-6334 .logos-section .row {
    padding: 0rem 0 2.3rem;
  }
}
.postid-6234 .logos-section .container {
  background: transparent;
}
@media (min-width: 993px) {
  .postid-6234 .logos-section .row {
    padding: 15rem 0 14rem;
  }
}
.postid-6782 .logos-section {
  padding-bottom: 0;
}
.postid-6782 .logos-section .container {
  background: #edfaf9;
}
@media (min-width: 993px) {
  .postid-6782 .logos-section .row {
    padding: 27rem 0 26rem;
  }
}
@media (min-width: 993px) {
  .postid-6782 .logos-section .los-item {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    max-width: 50%;
  }
}
@media (max-width: 992px) {
  .postid-6782 .logos-section .los-item {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%;
  }
  .postid-6782 .logos-section .los-item img {
    max-height: 11.5rem;
  }
}
.postid-6782 .logos-section img {
  max-width: 80%;
}
.postid-6250 .logos-section {
  padding-bottom: 0;
}
.postid-6250 .logos-section .container {
  background: none;
  max-width: 172.6rem;
  z-index: 2;
}
.postid-6250 .logos-section .container:before {
  content: "";
  background: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#f5f5f5));
  background: linear-gradient(to bottom, #fff, #f5f5f5);
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 40rem;
  height: 180rem;
  z-index: -2;
}
.postid-6250 .logos-section .row {
  padding: 15.7rem 0 19.7rem;
}
@media (max-width: 992px) {
  .postid-6250 .logos-section .row {
    padding: 3.8rem 0 8.5rem;
  }
}
.logos-section .container {
  background: -webkit-gradient(linear, left top, right top, from(#fff), to(#e6f5f5));
  background: linear-gradient(to right, #fff, #e6f5f5);
  max-width: 168.4rem;
}
.logos-section .row {
  padding: 18rem 0 21rem;
}
@media (max-width: 992px) {
  .logos-section .row {
    padding: 7rem 0 7rem;
  }
}
.logos-section .los-item {
  margin-bottom: 4.1rem !important;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media (max-width: 992px) {
  .logos-section .los-item {
    margin-bottom: 0.1rem !important;
  }
}
.logos-section .los-item .inner {
  padding-top: 4.5rem;
  padding-bottom: 1rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
}
.logos-section .los-item .inner img {
  width: auto;
  max-height: 10rem;
}
@media (max-width: 992px) {
  .logos-section .los-item .inner img {
    max-height: 3.5rem;
  }
  .postid-6334 .logos-section .los-item .inner img {
    max-height: 5.5rem;
  }
  .postid-6782 .logos-section .los-item .inner img {
    max-height: 11.5rem;
  }
}

.results-section {
  padding-top: 3.2rem;
  padding-bottom: 4.8rem;
}
.postid-6272 .results-section .container {
  background: none;
}
.postid-6272 .results-section .row {
  padding-top: 7.5rem;
  padding-bottom: 14.6rem;
}
@media (max-width: 992px) {
  .postid-6272 .results-section .row {
    padding-bottom: 0rem;
  }
}
.postid-6272 .results-section * {
  color: #126f4e;
}
.postid-6334 .results-section {
  padding-bottom: 0;
  background: #53b547;
}
.postid-6334 .results-section .container {
  background: none;
}
.postid-6334 .results-section .row {
  padding-top: 8rem;
  padding-bottom: 14.6rem;
}
.postid-6334 .results-section * {
  color: #FFFFFF;
}
.postid-6234 .results-section {
  margin-top: -10rem;
}
@media (max-width: 992px) {
  .postid-6234 .results-section {
    margin-top: 0;
  }
}
.postid-6234 .results-section .container {
  background: none;
}
@media (min-width: 993px) {
  .postid-6234 .results-section .row {
    padding-bottom: 8.8rem;
  }
}
.postid-6234 .results-section * {
  color: #1b654e;
}
.postid-6234 .results-section .title-side {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 100%;
          flex: 0 0 100%;
  max-width: 100%;
}
.postid-6234 .results-section dl {
  padding-left: 0;
  margin-top: 5rem;
}
@media (min-width: 993px) {
  .postid-6234 .results-section dl {
    padding-right: 3.3rem;
  }
}
.postid-6782 .results-section {
  position: relative;
  background-color: #EDFAF9;
}
.postid-6782 .results-section:after {
  content: "";
  position: absolute;
  z-index: 0;
  left: 0;
  top: -26.4rem;
  width: 100%;
  height: 100%;
  background-image: url(../images/curve-top.svg);
  background-repeat: no-repeat;
  background-position: top;
  background-size: cover;
  pointer-events: none;
}
.postid-6782 .results-section .container {
  background: none;
}
.postid-6782 .results-section .row {
  padding-top: 12rem;
  padding-bottom: 9.6rem;
}
@media (max-width: 992px) {
  .postid-6782 .results-section .row {
    padding-top: 3rem;
    padding-bottom: 0.6rem;
  }
}
.postid-6782 .results-section * {
  color: #008348;
}
.postid-6782 .results-section dl {
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}
.postid-6782 .results-section dl dt {
  white-space: unset;
  width: 32rem;
  line-height: 1.2;
}
@media (max-width: 992px) {
  .postid-6782 .results-section dl dt {
    width: 28rem;
  }
}
.postid-6782 .results-section dl dd {
  text-align: right;
  max-width: 12.4rem;
  margin-left: auto;
  -webkit-box-flex: unset;
      -ms-flex-positive: unset;
          flex-grow: unset;
}
@media (max-width: 992px) {
  .postid-6782 .results-section dl dd {
    max-width: 6.4rem;
  }
}
.postid-6782 .results-section dl dd:before {
  display: none;
}
.postid-6782 .results-section dl span {
  border-bottom: 0.12rem solid #b1e060;
  margin-top: 3rem;
  margin-bottom: 3.3rem;
}
@media (max-width: 992px) {
  .postid-6782 .results-section dl span {
    margin-top: 1.9rem;
    margin-bottom: 2.2rem;
  }
}
.postid-6250 .results-section .container {
  background: none;
  max-width: 172.4rem;
  z-index: 2;
}
.postid-6250 .results-section .container:before {
  content: "";
  background: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#f5f5f5));
  background: linear-gradient(to bottom, #fff, #f5f5f5);
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 100%;
  z-index: -2;
}
.postid-6250 .results-section .row {
  padding-top: 14rem;
  padding-bottom: 21.8rem;
}
@media (max-width: 992px) {
  .postid-6250 .results-section .row {
    padding-top: 0rem;
    padding-bottom: 6rem;
  }
}
.postid-6250 .results-section * {
  color: #231F20;
}
.postid-6250 .results-section dl span {
  margin-bottom: 2.54rem;
}
.results-section .container {
  background: -webkit-gradient(linear, left top, right top, from(#fff), to(#e6f5f5));
  background: linear-gradient(to right, #fff, #e6f5f5);
  max-width: 168.4rem;
}
.results-section .row {
  padding-top: 4.4rem;
  padding-bottom: 17.6rem;
  padding-left: 6.7rem;
  padding-right: 6.7rem;
}
@media (max-width: 992px) {
  .results-section .row {
    padding-left: 1.7rem;
    padding-right: 1.7rem;
    padding-bottom: 2.6rem;
  }
}
@media (max-width: 992px) {
  .results-section .title-side {
    margin-bottom: 7.2rem;
  }
}
.results-section * {
  color: #5e3dc4;
}
.results-section dl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
@media (min-width: 993px) {
  .results-section dl {
    padding-left: 3rem;
  }
}
.results-section dl dt {
  line-height: 0.9;
  white-space: nowrap;
  padding-right: 0.6rem;
}
@media (min-width: 993px) {
  .results-section dl dt {
    font-size: 3rem;
  }
}
.results-section dl dd {
  line-height: 0.9;
  text-align: right;
  text-align: right;
  margin: 0;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  font-weight: 500;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
}
@media (min-width: 993px) {
  .results-section dl dd {
    font-size: 4rem;
  }
}
.results-section dl dd:before {
  content: "";
  border-bottom: 1px dashed currentColor;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  margin-right: 0.6rem;
}
.results-section dl span {
  width: 100%;
  display: block;
  margin-bottom: 2rem;
}
@media (max-width: 992px) {
  .results-section dl span {
    margin-bottom: 4.4rem;
  }
}

.testimonial-section {
  margin-top: 5rem;
  position: relative;
}
@media (max-width: 992px) {
  .testimonial-section {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    z-index: 1;
    margin-bottom: 2.2rem;
  }
  .testimonial-section .back.full-bg {
    position: static;
    height: auto;
    -webkit-box-ordinal-group: 100000;
        -ms-flex-order: 99999;
            order: 99999;
    z-index: 3;
  }
}
.testimonial-section:not(:has(img)) {
  margin-top: 0;
  background-color: #5e3dc4;
}
.testimonial-section:not(:has(img)) .row {
  min-height: 0;
}
.testimonial-section:not(:has(img)) .quote-side {
  margin-top: 0;
}
@media (min-width: 993px) {
  .testimonial-section:not(:has(img)) .quote-side {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%;
  }
}
.testimonial-section:not(:has(img)) .filler-side {
  display: none;
}
.postid-6272 .testimonial-section {
  margin-top: 0;
}
@media (max-width: 992px) {
  .postid-6272 .testimonial-section .back.full-bg {
    aspect-ratio: 1/1;
    z-index: -1;
  }
}
.postid-6272 .testimonial-section:before {
  content: "";
  position: absolute;
  left: 0;
  width: 100vw;
  top: 0;
  background-image: url(../images/wavy_top.webp);
  background-repeat: no-repeat;
  aspect-ratio: 1920/120;
  -o-object-position: 50% 100%;
     object-position: 50% 100%;
  -webkit-transform: rotate(180deg);
      -ms-transform: rotate(180deg);
          transform: rotate(180deg);
  z-index: 1;
  background-size: cover;
}
.postid-6272 .testimonial-section .row {
  min-height: 118.3rem;
}
.postid-6272 .testimonial-section .quote-side blockquote:before, .postid-6272 .testimonial-section .quote-side blockquote:after {
  background-image: url(../images/quote-start-yellow.svg);
  background-repeat: no-repeat;
}
.postid-6272 .testimonial-section .quote-side .inner {
  margin-top: 41rem;
  background: #0c9e6d;
}
@media (max-width: 992px) {
  .postid-6272 .testimonial-section .quote-side .inner {
    margin-top: 7.9rem;
  }
}
.postid-6272 .testimonial-section .quote-side .inner:before, .postid-6272 .testimonial-section .quote-side .inner:after {
  content: "";
  position: absolute;
  left: 0;
  width: 100%;
  aspect-ratio: 842/90;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: 50% 50%;
     object-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: cover;
}
.postid-6272 .testimonial-section .quote-side .inner:before {
  bottom: calc(100% - 0.2rem);
  background-image: url(../images/testimonial_box_wave_top.webp);
}
.postid-6272 .testimonial-section .quote-side .inner:after {
  top: calc(100% - 0.2rem);
  background-image: url(../images/testimonial_box_wave_bottom.webp);
}
.postid-6334 .testimonial-section {
  margin-top: 0;
}
@media (min-width: 993px) {
  .postid-6334 .testimonial-section .back.full-bg {
    left: 50%;
    width: min(50vw, 85.3rem);
  }
}
@media (max-width: 992px) {
  .postid-6334 .testimonial-section .back.full-bg {
    -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
            order: -1;
    aspect-ratio: 1/0.9;
  }
}
.postid-6334 .testimonial-section .row {
  min-height: 0;
}
.postid-6334 .testimonial-section .filler-side {
  display: none;
}
.postid-6334 .testimonial-section .quote-side {
  margin-top: 0rem;
}
.postid-6334 .testimonial-section .quote-side .inner {
  margin-top: 0;
  background: #243588;
  -webkit-box-shadow: none;
          box-shadow: none;
}
.postid-6334 .testimonial-section .quote-side blockquote:before, .postid-6334 .testimonial-section .quote-side blockquote:after {
  background-image: url(../images/quote-start-green-alt.svg);
}
.postid-6234 .testimonial-section {
  margin-top: -84.7rem;
}
@media (max-width: 992px) {
  .postid-6234 .testimonial-section {
    margin-top: -22.7rem;
  }
}
.postid-6234 .testimonial-section .row {
  min-height: 202.4rem;
}
.postid-6234 .testimonial-section .quote-side .inner {
  background: #089383;
}
@media (max-width: 992px) {
  .postid-6234 .testimonial-section .quote-side .inner {
    padding-top: 37rem;
    padding-bottom: 23rem;
    margin-bottom: -15rem;
  }
}
@media (min-width: 993px) {
  .postid-6234 .testimonial-section .quote-side .inner {
    margin-top: 101.6rem;
  }
}
.postid-6234 .testimonial-section .quote-side blockquote:before, .postid-6234 .testimonial-section .quote-side blockquote:after {
  background-image: url(../images/quote-start-green-alt.svg);
}
.postid-6782 .testimonial-section {
  background: #1c4854;
}
.postid-6782 .testimonial-section:after {
  content: "";
  position: absolute;
  z-index: 0;
  left: 0;
  bottom: -50.5rem;
  width: 100%;
  height: 100%;
  background-image: url(../images/curve-bottom-green.svg);
  background-repeat: no-repeat;
  background-position: bottom;
  background-size: cover;
  pointer-events: none;
}
.postid-6782 .testimonial-section .container {
  max-width: 163.6rem;
}
.postid-6782 .testimonial-section .quote-side .inner {
  background: #1c4854;
  padding: 17.5rem 8rem 11.6rem 5rem;
}
@media (max-width: 992px) {
  .postid-6782 .testimonial-section .quote-side .inner {
    padding: 6.8rem 2.9rem 5.6rem 2.9rem;
  }
}
.postid-6782 .testimonial-section .quote-side blockquote {
  padding: 5.4rem 10.5rem 9.6rem 12.7rem;
}
@media (max-width: 992px) {
  .postid-6782 .testimonial-section .quote-side blockquote {
    padding: 5.4rem 4.5rem 9.6rem 2.7rem;
  }
}
.postid-6782 .testimonial-section .quote-side blockquote:before, .postid-6782 .testimonial-section .quote-side blockquote:after {
  background-image: url(../images/quote-start-green.svg);
}
@media (max-width: 992px) {
  .postid-6782 .testimonial-section .quote-side blockquote:after {
    bottom: 2.7rem;
    right: -3.5rem;
  }
}
@media (max-width: 992px) and (max-width: 992px) {
  .postid-6782 .testimonial-section .quote-side blockquote:after {
    right: 0.1rem;
  }
}
.postid-6782 .testimonial-section .quote-side .by {
  color: #b1e060;
  padding-left: 12.8rem;
  margin-top: -2.9rem;
}
@media (min-width: 993px) {
  .postid-6782 .testimonial-section .quote-side .by {
    font-size: 4rem;
  }
}
@media (max-width: 992px) {
  .postid-6782 .testimonial-section .quote-side .by {
    padding-left: 2.8rem;
  }
}
@media (max-width: 992px) {
  .postid-6250 .testimonial-section {
    margin-bottom: 0;
  }
}
@media (max-width: 992px) {
  .postid-6250 .testimonial-section .back.full-bg {
    -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
            order: -1;
  }
}
.postid-6250 .testimonial-section .row {
  min-height: 157.8rem;
}
.postid-6250 .testimonial-section .quote-side {
  margin-top: 20rem;
}
@media (max-width: 992px) {
  .postid-6250 .testimonial-section .quote-side {
    margin-top: -9.7rem;
  }
}
.postid-6250 .testimonial-section .quote-side .inner {
  background-color: #403836;
}
.postid-6250 .testimonial-section .quote-side blockquote:before, .postid-6250 .testimonial-section .quote-side blockquote:after {
  background-image: url(../images/quote-start-brown.svg);
}
.testimonial-section .row {
  min-height: 179.5rem;
}
@media (max-width: 992px) {
  .testimonial-section .row {
    min-height: 0 !important;
  }
}
.testimonial-section .quote-side {
  margin-top: -7rem;
}
@media (min-width: 993px) {
  .testimonial-section .quote-side {
    padding-left: 0;
  }
}
.testimonial-section .quote-side .inner {
  background-color: #5e3dc4;
  padding: 6.9rem 8rem 6.9rem 5rem;
}
@media (max-width: 992px) {
  .testimonial-section .quote-side .inner {
    padding: 6.9rem 4.5rem 6.9rem 4.5rem;
    margin-left: -2.1rem;
    width: 100vw;
    max-width: 100vw;
  }
}
.testimonial-section .quote-side blockquote {
  font-size: 4.1rem;
  line-height: 1.341;
  font-weight: 300;
  margin: 0;
  padding: 11.4rem 0 9.6rem;
  color: #FFFFFF;
}
@media (max-width: 992px) {
  .testimonial-section .quote-side blockquote {
    font-size: 1.8rem;
    padding: 5.4rem 0 4.6rem;
    line-height: 1.6;
  }
}
.testimonial-section .quote-side blockquote:before, .testimonial-section .quote-side blockquote:after {
  content: "";
  background-size: 100% auto;
  background-image: url(../images/quote-start.svg);
  background-repeat: no-repeat;
  position: absolute;
  width: 7.2rem;
  aspect-ratio: 72/67;
}
@media (max-width: 992px) {
  .testimonial-section .quote-side blockquote:before, .testimonial-section .quote-side blockquote:after {
    width: 3rem;
  }
}
.testimonial-section .quote-side blockquote:before {
  top: 0;
  left: 0;
}
.testimonial-section .quote-side blockquote:after {
  bottom: 0;
  right: 0;
  -webkit-transform: rotate(180deg);
      -ms-transform: rotate(180deg);
          transform: rotate(180deg);
}
.testimonial-section .quote-side .by {
  color: #FFFFFF;
  font-size: 3.2rem;
  line-height: 1.2;
  font-weight: 300;
  margin-top: 0.2rem;
}
@media (max-width: 992px) {
  .testimonial-section .quote-side .by {
    font-size: 1.8rem;
  }
}
@media (max-width: 992px) {
  .testimonial-section .filler-side {
    display: none;
  }
}

.text-over-image-section {
  margin-top: 8.2rem;
  margin-bottom: 10.2rem;
  position: relative;
}
@media (max-width: 992px) {
  .text-over-image-section {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin-bottom: 5.2rem;
  }
}
.postid-6234 .text-over-image-section {
  z-index: 4;
  background-color: transparent;
  margin-top: -4rem;
}
@media (max-width: 992px) {
  .postid-6234 .text-over-image-section {
    margin-top: -13rem;
    z-index: 1;
  }
}
.postid-6234 .text-over-image-section .row {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  min-height: 65rem;
}
@media (min-width: 993px) {
  .postid-6234 .text-over-image-section .row {
    padding-top: 21.3rem;
    min-height: 208.1rem;
  }
}
.postid-6234 .text-over-image-section .text-side .inner {
  background: #089383;
  min-height: 65rem;
}
@media (max-width: 992px) {
  .postid-6234 .text-over-image-section .text-side .inner {
    padding-top: 22rem;
    padding-bottom: 20rem;
    margin-bottom: -5rem;
  }
}
.postid-6782 .text-over-image-section {
  padding-top: 0;
  padding-bottom: 0;
  margin-top: 0;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .postid-6782 .text-over-image-section .back.full-bg {
    -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
            order: -1;
  }
}
.postid-6782 .text-over-image-section .row {
  min-height: 0;
}
.postid-6782 .text-over-image-section .text-side {
  margin-bottom: 0;
}
.postid-6782 .text-over-image-section .text-side .inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  background-color: rgba(28, 72, 84, 0.9);
}
@media (min-width: 993px) {
  .postid-6782 .text-over-image-section .text-side .inner {
    padding: 35rem 8rem 16.9rem 6.7rem;
    background-color: #1c4854;
  }
}
.postid-6782 .text-over-image-section .text-side h1,
.postid-6782 .text-over-image-section .text-side h2,
.postid-6782 .text-over-image-section .text-side h3 {
  color: #b1e060;
}
.postid-6782 .text-over-image-section .text-side h2 {
  line-height: 1.685;
}
.postid-6782 .text-over-image-section .text-side p {
  line-height: 1.67;
}
.text-over-image-section .row {
  min-height: 164.2rem;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}
@media (max-width: 992px) {
  .text-over-image-section .row {
    min-height: 0 !important;
  }
}
@media (max-width: 992px) {
  .text-over-image-section .back.full-bg {
    position: static;
    height: auto;
    -webkit-box-ordinal-group: 10000;
        -ms-flex-order: 9999;
            order: 9999;
    z-index: 3;
  }
}
.text-over-image-section .text-side {
  margin-bottom: -10.2rem;
}
@media (min-width: 993px) {
  .text-over-image-section .text-side {
    padding-left: 0;
  }
}
@media (max-width: 992px) {
  .text-over-image-section .text-side {
    margin-bottom: 0;
  }
}
.text-over-image-section .text-side .inner {
  background-color: #403836;
  padding: 7.7rem 8rem 6.9rem 5rem;
  min-height: 86rem;
}
@media (max-width: 992px) {
  .text-over-image-section .text-side .inner {
    padding: 2.7rem 4rem 4rem 4rem;
    min-height: 0 !important;
    margin-left: -2.1rem;
    width: 100vw;
    max-width: 100vw;
  }
}
.text-over-image-section .text-side h2 {
  line-height: 1;
  font-weight: 500;
}
@media (min-width: 993px) {
  .text-over-image-section .text-side h2 {
    font-size: 6.5rem;
    margin-bottom: 1.4em;
  }
}
.text-over-image-section .text-side * {
  color: #FFFFFF;
}
.text-over-image-section .text-side p {
  line-height: 1.285;
}

.postid-6272 .text-with-image-2-section .text-side {
  background-color: #f5f5f5;
  -webkit-box-shadow: calc((100vw - 151.6rem) / 2) 0 0 0 #f5f5f5;
          box-shadow: calc((100vw - 151.6rem) / 2) 0 0 0 #f5f5f5;
}
.postid-6272 .text-with-image-2-section .text-side * {
  color: #126f4e;
}
.postid-6272 .text-with-image-2-section .text-side p.large strong {
  font-weight: 500;
}
.postid-6334 .text-with-image-2-section .text-side {
  background-color: #f5f5f5;
  -webkit-box-shadow: calc((100vw - 151.6rem) / 2) 0 0 0 #f5f5f5;
          box-shadow: calc((100vw - 151.6rem) / 2) 0 0 0 #f5f5f5;
}
.postid-6334 .text-with-image-2-section .text-side * {
  color: #1c0f62;
}
.postid-6334 .text-with-image-2-section .text-side p.large strong {
  font-weight: 500;
}
@media (min-width: 993px) {
  .postid-6334 .text-with-image-2-section .text-side p.large strong {
    font-size: 5rem;
  }
}
@media (max-width: 992px) {
  .postid-6334 .text-with-image-2-section .image-side img {
    aspect-ratio: 1/0.9;
  }
}
.postid-6782 .text-with-image-2-section {
  background: transparent;
  margin-bottom: 9.2rem;
}
.postid-6782 .text-with-image-2-section .image-side img {
  position: relative;
  margin-top: 11.3rem;
  position: relative;
  margin-top: 11.3rem;
  height: auto;
  aspect-ratio: 1/1;
}
@media (min-width: 993px) {
  .postid-6782 .text-with-image-2-section .image-side img {
    width: 102.6%;
    max-width: 102.6%;
    margin-right: 8.8rem;
  }
}
.postid-6782 .text-with-image-2-section .text-side {
  background: transparent;
  -webkit-box-shadow: none;
          box-shadow: none;
  padding-top: 11.8rem;
}
@media (max-width: 992px) {
  .postid-6782 .text-with-image-2-section .text-side {
    padding-top: 6.8rem;
  }
}
.postid-6782 .text-with-image-2-section .text-side .text {
  min-height: 0;
  padding-top: 0;
}
.postid-6782 .text-with-image-2-section .text-side * {
  color: #008348;
}
.postid-6782 .text-with-image-2-section .text-side h3 {
  margin-bottom: 0.9em;
}
.postid-6782 .text-with-image-2-section .text-side p {
  margin-bottom: 1.4em;
}
@media (min-width: 993px) {
  .postid-6782 .text-with-image-2-section .text-side p {
    width: calc(100% + 5rem);
    max-width: calc(100% + 5rem);
  }
}
.postid-6250 .text-with-image-2-section .text-side {
  background-color: #f5f5f5;
  -webkit-box-shadow: calc((100vw - 151.6rem) / 2) 0 0 0 #f5f5f5;
          box-shadow: calc((100vw - 151.6rem) / 2) 0 0 0 #f5f5f5;
}
.postid-6250 .text-with-image-2-section .text-side * {
  color: #231F20;
}
.text-with-image-2-section .container {
  max-width: 151.6rem;
}
@media (max-width: 992px) {
  .text-with-image-2-section .container {
    padding-left: 1rem;
    padding-right: 1rem;
  }
}
.text-with-image-2-section .image-side {
  position: relative;
  padding: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
.text-with-image-2-section .image-side img {
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: 50% 50%;
     object-position: 50% 50%;
}
@media (min-width: 993px) {
  .text-with-image-2-section .image-side img {
    width: calc(100% + (100vw - 151.6rem) / 2);
    max-width: calc(100% + (100vw - 151.6rem) / 2);
    height: 100%;
  }
}
@media (min-width: 993px) {
  .text-with-image-2-section .image-side img {
    position: absolute;
    top: 0;
    right: 0;
  }
}
.text-with-image-2-section .text-side {
  background-color: #18adee;
  -webkit-box-shadow: calc((100vw - 151.6rem) / 2) 0 0 0 #18adee;
          box-shadow: calc((100vw - 151.6rem) / 2) 0 0 0 #18adee;
}
@media (max-width: 992px) {
  .text-with-image-2-section .text-side {
    -webkit-box-shadow: none !important;
            box-shadow: none !important;
  }
}
.text-with-image-2-section .text-side * {
  color: #FFFFFF;
}
.text-with-image-2-section .text-side .text {
  padding: 10.5rem 0rem 12.2rem 7.3rem;
}
@media (max-width: 992px) {
  .text-with-image-2-section .text-side .text {
    padding: 4.5rem 2.1rem 4.5rem 2.1rem;
  }
}
@media (min-width: 993px) {
  .text-with-image-2-section .text-side .text {
    min-height: 67.6rem;
  }
}
.text-with-image-2-section .text-side h2 {
  line-height: 1;
  font-weight: 300;
  margin-bottom: 1.15em;
}
@media (min-width: 993px) {
  .text-with-image-2-section .text-side h2 {
    font-size: 6.5rem;
  }
}
@media (max-width: 992px) {
  .single-case-studies .text-with-image-2-section .text-side h2 {
    font-size: 2.2rem;
  }
}
.text-with-image-2-section .text-side p.large {
  line-height: 1.25;
  line-height: 1.308em;
}
@media (min-width: 993px) {
  .text-with-image-2-section .text-side p.large {
    font-size: 3.2rem;
  }
}
.text-with-image-2-section .text-side p.large strong {
  font-weight: 500;
}
@media (min-width: 993px) {
  .text-with-image-2-section .text-side p.large:first-of-type strong {
    font-size: 5rem;
  }
}

.postid-6272 .title-with-text-2-section + .wide-image-section {
  position: relative;
}
.postid-6272 .title-with-text-2-section + .wide-image-section:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  background-image: url(../images/media3_frame.webp);
  background-repeat: no-repeat;
  background-size: cover;
}

.animated-hero-section {
  background-color: #e1e1e1;
  position: relative;
  margin-top: 3rem;
}
@media (max-width: 992px) {
  .animated-hero-section {
    margin-top: 0.6rem;
    aspect-ratio: 1920/1438;
  }
}
.animated-hero-section img {
  aspect-ratio: 1920/672;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: 50% 50%;
     object-position: 50% 50%;
}
@media (max-width: 992px) {
  .animated-hero-section img {
    height: 100%;
    width: auto;
    max-width: none;
    left: -50%;
  }
}
.animated-hero-section img.back {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  -webkit-animation: foodBeverages 8s 0s ease-in-out infinite;
          animation: foodBeverages 8s 0s ease-in-out infinite;
  opacity: 0.5;
}
@media (max-width: 992px) {
  .animated-hero-section img.back {
    left: -50%;
  }
}
.animated-hero-section img.front {
  position: relative;
  z-index: 2;
}

@-webkit-keyframes foodBeverages {
  0%, 100% {
    -webkit-transform: translateX(2rem);
            transform: translateX(2rem);
  }
  40%, 60% {
    -webkit-transform: translateX(-1rem);
            transform: translateX(-1rem);
  }
}

@keyframes foodBeverages {
  0%, 100% {
    -webkit-transform: translateX(2rem);
            transform: translateX(2rem);
  }
  40%, 60% {
    -webkit-transform: translateX(-1rem);
            transform: translateX(-1rem);
  }
}
@media (min-width: 993px) {
  .container {
    max-width: 170.6rem;
  }
  .container,
  .col-1, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-10, .col-11, .col-12, .col, .col-auto, .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm, .col-sm-auto, .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12, .col-md, .col-md-auto, .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg, .col-lg-auto, .col-xl-1, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-10, .col-xl-11, .col-xl-12, .col-xl, .col-xl-auto {
    padding-right: 1rem;
    padding-left: 1rem;
  }
  .row {
    margin-right: -1rem;
    margin-left: -1rem;
  }
}
@media (max-width: 992px) {
  .container,
  .col-1, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-10, .col-11, .col-12, .col, .col-auto, .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm, .col-sm-auto, .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12, .col-md, .col-md-auto, .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg, .col-lg-auto, .col-xl-1, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-10, .col-xl-11, .col-xl-12, .col-xl, .col-xl-auto {
    padding-right: 1.05rem;
    padding-left: 1.05rem;
  }
  .container {
    max-width: 170.6rem;
    padding-right: 2.1rem;
    padding-left: 2.1rem;
  }
  .row {
    margin-right: -1.05rem;
    margin-left: -1.05rem;
  }
}
/*# sourceMappingURL=maps/style.css.map */
