@charset "UTF-8";
html {
  box-sizing: border-box;
  font-size: 16px;
  line-height: 1.5;
  height: 100%;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  padding: 0;
}
body {
  min-width: 320px;
  font: 18px/1.5 "Montserrat", sans-serif;
  font-size: 1.125rem;
  background: #0A1428;
  color: #FAFAFA;
  margin: 0;
  padding: 0;
  height: 100%;
}
@media only screen and (max-width: 991px) {
  body {
    --wp--preset--font-size--small: .875rem;
    --wp--preset--font-size--medium: 1.2rem;
    --wp--preset--font-size--large: 1.675rem;
    --wp--preset--font-size--x-large: 1.875rem;
    --wp--preset--font-size--xlarge: 2.2rem;
    --wp--preset--spacing--20: 0.44rem;
    --wp--preset--spacing--30: 0.67rem;
    --wp--preset--spacing--40: 1rem;
    --wp--preset--spacing--50: 1.5rem;
    --wp--preset--spacing--60: 2rem;
    --wp--preset--spacing--70: 3rem;
    --wp--preset--spacing--80: 4rem;
    --wp--preset--spacing--1: 1rem;
    --wp--preset--spacing--2: 1.5rem;
    --wp--preset--spacing--3: 2rem;
    --wp--preset--spacing--4: 2.5rem;
    --wp--preset--spacing--5: 3rem;
    --wp--preset--spacing--6: 3.5rem;
    --wp--preset--spacing--7: 4rem;
    --wp--preset--spacing--8: 4.5rem;
    --wp--preset--spacing--9: 5rem;
    --wp--preset--spacing--10: 5.5rem;
    --wp--preset--spacing--11: 6rem;
    --wp--preset--spacing--12: 6.5rem;
    --wp--preset--spacing--13: 7rem;
    --wp--preset--spacing--14: 7.5rem;
    --wp--preset--spacing--15: 8rem;
    --wp--preset--spacing--16: 8.5rem;
    --wp--preset--spacing--17: 9rem;
  }
}

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

h1,
h2,
h3,
h4,
h5,
h6 {
  clear: both;
  font-weight: normal;
  line-height: 1;
}

.h1,
h1 {
  font-size: 5.3125rem;
  line-height: 1.2;
  font-weight: 600;
}
@media only screen and (max-width: 1350px) {
  .h1,
  h1 {
    font-size: 3.75rem;
  }
}
@media only screen and (max-width: 991px) {
  .h1,
  h1 {
    font-size: 3.125rem;
  }
}
@media only screen and (max-width: 767px) {
  .h1,
  h1 {
    font-size: calc(3px * 1rem);
  }
}

.h2,
h2 {
  font-size: 3rem;
  line-height: 1.2;
  font-weight: 600;
}
.h2 strong, .h2 b,
h2 strong,
h2 b {
  font-weight: 600;
}
@media only screen and (max-width: 767px) {
  .h2,
  h2 {
    font-size: 2rem;
  }
}

.h3,
h3 {
  font-size: 2.1875rem;
  line-height: 1.3;
  font-weight: 600;
}
.h3 strong, .h3 b,
h3 strong,
h3 b {
  font-weight: 600;
}
@media only screen and (max-width: 767px) {
  .h3,
  h3 {
    font-size: 1.5rem;
  }
}

.h4,
h4 {
  font-size: 1.375rem;
  line-height: 1.4;
  font-weight: 500;
}
@media only screen and (max-width: 767px) {
  .h4,
  h4 {
    font-size: 1.125rem;
  }
}

.h5,
h5 {
  font-size: 1.125rem;
}

.h6,
h6 {
  font-size: 0.875rem;
}

@media only screen and (max-width: 991px) {
  .wp-block-heading {
    --wp--preset--font-size--h-5: 1rem;
    --wp--preset--font-size--h-4: 1.4rem;
    --wp--preset--font-size--h-3: 1.675rem;
    --wp--preset--font-size--h-2: 1.875rem;
    --wp--preset--font-size--h-1: 2.2rem;
  }
}

p {
  margin-block: 1em;
}

dfn,
cite,
em,
i {
  font-style: italic;
}

blockquote {
  margin: 0 1.5em;
}

address {
  margin: 0 0 1.5em;
}

pre {
  background: #eee;
  font-family: "Courier 10 Pitch", courier, monospace;
  line-height: 1.6;
  margin-bottom: 1.6em;
  max-width: 100%;
  overflow: auto;
  padding: 1.6em;
}

code,
kbd,
tt,
var {
  font-family: monaco, consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
}

abbr,
acronym {
  border-bottom: 1px dotted #666;
  cursor: help;
}

big {
  font-size: 125%;
}

hr {
  background-color: #ccc;
  border: 0;
  height: 1px;
  margin-bottom: 1.5em;
}

dt {
  font-weight: 700;
}

dd {
  margin: 0 1.5em 1.5em;
}

/* Make sure embeds and iframes fit their containers. */
embed,
iframe,
object {
  max-width: 100%;
}

img {
  height: auto;
  max-width: 100%;
  border: 0;
  vertical-align: middle;
}

figure {
  margin: 1em 0;
}

table {
  margin: 0 0 1.5em;
  width: 100%;
}

ul,
ol {
  list-style-position: inside;
  margin-block: 1em;
}

ul ul,
ol ol {
  margin-top: 0;
  padding-left: 1em;
}

/* Links
--------------------------------------------- */
a {
  color: #FFDD0C;
  text-decoration: none;
  transition: all 0.2s ease 0s;
}
a:hover {
  text-decoration: underline;
}

a:focus {
  outline: none;
}

a:hover,
a:active {
  outline: 0;
}

/* Widgets
--------------------------------------------- */
.widget {
  margin: 0 0 1.5em;
}

.widget select {
  max-width: 100%;
}

/* Captions
--------------------------------------------- */
.wp-caption {
  margin-bottom: 1.5em;
  max-width: 100%;
}

.wp-caption img[class*=wp-image-] {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.wp-caption .wp-caption-text {
  margin: 0.8075em 0;
}

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

/* Text meant only for screen readers. */
.screen-reader-text {
  border: 0;
  clip: rect(1px, 1px, 1px, 1px);
  clip-path: inset(50%);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute !important;
  width: 1px;
  word-wrap: normal !important;
}

.screen-reader-text:focus {
  background-color: #f1f1f1;
  border-radius: 3px;
  box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
  clip: auto !important;
  clip-path: none;
  color: #21759b;
  display: block;
  font-size: 0.875rem;
  font-weight: 700;
  height: auto;
  left: 5px;
  line-height: normal;
  padding: 15px 23px 14px;
  text-decoration: none;
  top: 5px;
  width: auto;
  z-index: 100000;
}

/* Do not show the outline on the skip link target. */
#primary[tabindex="-1"]:focus {
  outline: 0;
}

/* Alignments
--------------------------------------------- */
.alignleft {
  /*rtl:ignore*/
  float: left;
  /*rtl:ignore*/
  margin-right: 1.5em;
  margin-bottom: 1.5em;
}

.alignright {
  /*rtl:ignore*/
  float: right;
  /*rtl:ignore*/
  margin-left: 1.5em;
  margin-bottom: 1.5em;
}

.aligncenter {
  clear: both;
  display: block;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 1.5em;
}

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

/**
 * Add the correct display in IE 10+.
 */
template {
  display: none;
}

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

/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block;
}

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

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

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *		`fieldset` elements in all browsers.
 */
fieldset,
form {
  margin: 0;
  padding: 0;
  border-style: none;
}

legend {
  box-sizing: border-box;
  color: inherit;
  display: table;
  max-width: 100%;
  padding: 0;
  white-space: normal;
}

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

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

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type=checkbox],
[type=radio] {
  box-sizing: border-box;
  padding: 0;
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
  overflow: visible;
}

/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  margin: 0;
  font: 100% "Montserrat", sans-serif;
  vertical-align: middle;
  appearance: none;
  -webkit-appearance: none;
}

/**
 * Remove the border on images inside links in IE 10.
 */
img {
  border-style: none;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%;
}

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: 700;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none;
  text-decoration: underline;
  text-decoration: underline dotted;
}

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

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace;
  font-size: 1em;
}

article,
aside,
dialog,
figure,
footer,
header,
menu,
nav,
section {
  margin: 0;
  padding: 0;
  display: block;
}

.site {
  width: 100%;
  min-height: 100vh;
  position: relative;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-direction: column;
  overflow: clip;
  box-sizing: border-box;
  background-color: #0A1428;
  z-index: 3;
}

.svg-icon {
  vertical-align: top;
  fill: currentColor;
}

.container {
  max-width: 1248px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding-inline: 24px;
}
@media only screen and (max-width: 767px) {
  .container {
    padding-inline: 16px;
  }
}

.site-main {
  -webkit-box-flex: 1 1 auto;
  -moz-box-flex: 1 1 auto;
  -webkit-flex: 1 1 auto;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  position: relative;
  z-index: 3;
}

.grecaptcha-badge {
  visibility: hidden;
  opacity: 0;
}

.edit-link {
  display: none !important;
}

.site-main .alignfull {
  max-width: 100%;
  width: 100%;
  position: relative;
  left: 50%;
  transform: translateX(-50%);
  padding-inline: 24px;
}
.site-main .alignfull.has-container {
  padding-inline: 0;
}
@media only screen and (max-width: 767px) {
  .site-main .alignfull {
    left: auto;
    transform: none;
  }
}
.site-main .alignfull.wp-block-image {
  max-width: 100%;
}

.site-main > article {
  container-type: inline-size;
}

.site-main .alignwide {
  max-width: 1748px;
  margin-left: auto;
  margin-right: auto;
  width: 100%;
  position: relative;
  left: 50%;
  transform: translateX(-50%);
  padding-inline: 24px;
}
@media only screen and (max-width: 767px) {
  .site-main .alignwide {
    left: auto;
    transform: none;
  }
}

.site-main .container .alignwide {
  width: 100vw;
  width: 100cqw;
}
@media only screen and (max-width: 767px) {
  .site-main .container .alignwide {
    width: auto;
    margin-left: -16px;
    margin-right: -16px;
  }
}
.site-main .container .alignwide .alignfull:not(.wp-block-image) {
  max-width: 100%;
}
.site-main .container .alignfull:not(.wp-block-image) {
  max-width: none;
  width: calc(100vw - 16px);
  width: 100cqw;
}
@media only screen and (max-width: 767px) {
  .site-main .container .alignfull:not(.wp-block-image) {
    width: auto;
    margin-left: -16px;
    margin-right: -16px;
  }
}
.site-main .container .align .container {
  padding-left: 0;
  padding-right: 0;
}

.sr-only {
  position: absolute !important;
  display: block !important;
  overflow: hidden !important;
  clip: rect(0, 0, 0, 0) !important;
  width: 1px !important;
  height: 1px !important;
  margin: -1px 0 0 -1px !important;
  padding: 0 !important;
  cursor: text !important;
  border: 0 !important;
  outline: 0 !important;
  font-size: 15px !important;
  font-weight: 400 !important;
  line-height: 1px !important;
}

.grid-row {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: repeat(12, 1fr);
  grid-template-columns: repeat(12, 1fr);
  grid-gap: 0 12px;
}
.grid-row--center {
  align-items: center;
}
.grid-row--gap-8 {
  grid-gap: 0 8px;
}
.grid-row--10 {
  -ms-grid-columns: repeat(10, 1fr);
  grid-template-columns: repeat(10, 1fr);
}
@media only screen and (max-width: 991px) {
  .grid-row--10 {
    -ms-grid-columns: repeat(12, 1fr);
    grid-template-columns: repeat(12, 1fr);
  }
}

.grid-col {
  width: 100%;
  max-width: 100%;
  min-width: 0;
}
.grid-col--1 {
  grid-column: span 1;
}
.grid-col--2 {
  grid-column: span 2;
}
.grid-col--3 {
  grid-column: span 3;
}
.grid-col--4 {
  grid-column: span 4;
}
.grid-col--5 {
  grid-column: span 5;
}
.grid-col--6 {
  grid-column: span 6;
}
.grid-col--7 {
  grid-column: span 7;
}
.grid-col--8 {
  grid-column: span 8;
}
.grid-col--9 {
  grid-column: span 9;
}
.grid-col--10 {
  grid-column: span 10;
}
.grid-col--11 {
  grid-column: span 11;
}
.grid-col--12 {
  grid-column: span 12;
}
@media only screen and (max-width: 991px) {
  .grid-col-lg--1 {
    grid-column: span 1;
  }
  .grid-col-lg--2 {
    grid-column: span 2;
  }
  .grid-col-lg--3 {
    grid-column: span 3;
  }
  .grid-col-lg--4 {
    grid-column: span 4;
  }
  .grid-col-lg--5 {
    grid-column: span 5;
  }
  .grid-col-lg--6 {
    grid-column: span 6;
  }
  .grid-col-lg--7 {
    grid-column: span 7;
  }
  .grid-col-lg--8 {
    grid-column: span 8;
  }
  .grid-col-lg--9 {
    grid-column: span 9;
  }
  .grid-col-lg--10 {
    grid-column: span 10;
  }
  .grid-col-lg--11 {
    grid-column: span 11;
  }
  .grid-col-lg--12 {
    grid-column: span 12;
  }
}
@media only screen and (max-width: 767px) {
  .grid-col-sm--1 {
    grid-column: span 1;
  }
  .grid-col-sm--2 {
    grid-column: span 2;
  }
  .grid-col-sm--3 {
    grid-column: span 3;
  }
  .grid-col-sm--4 {
    grid-column: span 4;
  }
  .grid-col-sm--5 {
    grid-column: span 5;
  }
  .grid-col-sm--6 {
    grid-column: span 6;
  }
  .grid-col-sm--7 {
    grid-column: span 7;
  }
  .grid-col-sm--8 {
    grid-column: span 8;
  }
  .grid-col-sm--9 {
    grid-column: span 9;
  }
  .grid-col-sm--10 {
    grid-column: span 10;
  }
  .grid-col-sm--11 {
    grid-column: span 11;
  }
  .grid-col-sm--12 {
    grid-column: span 12;
  }
}

.btn-group {
  --gap: 16px;
  display: flex;
  gap: var(--gap);
  flex-wrap: wrap;
}
.btn-group--vertical {
  flex-direction: column;
}
.btn-group--vertical .btn {
  width: 100%;
  display: flex;
  justify-content: center;
}
.btn-group--center {
  justify-content: center;
  text-align: center;
}
.btn-group--left {
  justify-content: flex-start;
  text-align: left;
}
.btn-group--right {
  justify-content: flex-end;
  text-align: right;
}

.btn {
  border-radius: 30px;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  vertical-align: top;
  gap: 12px;
  position: relative;
  white-space: nowrap;
  overflow: hidden;
  font-size: 0.9375rem;
  line-height: 1.5;
  font-weight: 600;
  padding: 0.625rem 1.25rem;
  font-family: "Montserrat", sans-serif;
  border: 0;
  background: none;
  transition: all 0.2s ease 0s;
  text-decoration: none;
  cursor: pointer;
}
.btn:hover {
  text-decoration: none;
}
.btn__text {
  position: relative;
}
.btn__icon {
  position: relative;
  line-height: 1;
  transition: transform 0.4s ease 0s;
  flex: 0 0 22px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.btn__icon--after {
  order: 2;
}
.btn__icon--before {
  order: -1;
}
.btn__icon svg {
  fill: currentColor;
  vertical-align: top;
  max-width: 100%;
  width: 100%;
  height: auto;
}
.btn__icon img {
  width: 1rem;
  height: 1rem;
  object-fit: contain;
  vertical-align: top;
}
.btn--primary {
  background-color: var(--wp--preset--color--yellow, #FFDD0C);
  color: #0A1428;
}
.btn--primary .btn__text {
  color: #0A1428;
}
.btn--primary:hover {
  background-color: var(--wp--preset--color--darker-yellow, #A08A03);
}
.btn--secondary {
  background-color: var(--wp--preset--color--cloud-white, #FAFAFA);
  color: #0A1428;
}
.btn--secondary .btn__text {
  color: #0A1428;
}
.btn--secondary:hover {
  background-color: var(--wp--preset--color--light-blue, #A08A03);
}
.btn--blue {
  background-color: var(--wp--preset--color--light-blue, #A08A03);
  color: #0A1428;
}
.btn--blue .btn__text {
  color: #0A1428;
}
.btn--blue:hover {
  background-color: var(--wp--preset--color--cloud-white, #FAFAFA);
}
.btn--dark {
  background-color: var(--wp--preset--color--navy-blue, #0A1428);
  color: #0A1428;
}
.btn--dark .btn__text {
  color: #0A1428;
}
.btn--dark:hover {
  background-color: var(--wp--preset--color--cloud-white, #FAFAFA);
}
.btn--coral {
  background-color: var(--wp--preset--color--warm-coral, #F88673);
  color: #0A1428;
}
.btn--coral .btn__text {
  color: #0A1428;
}
.btn--coral:hover {
  background-color: var(--wp--preset--color--darker-coral, #D5422A);
}
.btn--transparent-coral {
  background-color: rgba(248, 134, 115, 0.5019607843);
  color: #FAFAFA;
}
.btn--transparent-coral .btn__text {
  color: #FAFAFA;
}
.btn--transparent-coral:hover {
  background-color: var(--wp--preset--color--warm-coral, #F88673);
}
.btn--violet {
  background-color: var(--wp--preset--color--vivid-violet, #926FDE);
  color: #0A1428;
}
.btn--violet .btn__text {
  color: #0A1428;
}
.btn--violet:hover {
  background-color: var(--wp--preset--color--darker-violet, #6A3CCF);
}
.btn--green {
  background-color: var(--wp--preset--color--mint-green, #54F0A3);
  color: #0A1428;
}
.btn--green .btn__text {
  color: #0A1428;
}
.btn--green:hover {
  background-color: var(--wp--preset--color--darker-mint, #11AF61);
}
.btn--outline-white {
  color: #FAFAFA;
  box-shadow: inset 0 0 0 1px #FAFAFA;
}
.btn--outline-white .btn__text {
  color: #FAFAFA;
}
.btn--outline-white:hover {
  color: #0A1428;
  background-color: #FAFAFA;
}
.btn--outline-white:hover .btn__text {
  color: #0A1428;
}
.btn--inline-gradient {
  color: #FFA600;
  padding: 0;
}
.btn--inline-gradient .btn__text {
  text-decoration: underline;
  color: #FFA600;
  background: linear-gradient(82deg, #FFDD0C 6.18%, #FFA600 48.98%, #FF790C 89.99%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.btn--inline-gradient:hover .btn__text {
  text-decoration: none;
  background: linear-gradient(270deg, #FFDD0C 6.18%, #FFA600 48.98%, #FF790C 89.99%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.btn--transparent {
  padding-inline: 0;
  background: none;
}
.btn--transparent:hover {
  color: rgb(205, 49, 52);
}
.btn--sm {
  padding: 0.1875rem 0.625rem;
  font-size: 0.84375rem;
  line-height: 1.4;
}
.btn--sm .btn__icon {
  flex: 0 0 16px;
}
.btn--lg {
  font-size: 1.125rem;
  border-radius: 40px;
  line-height: 1.5;
}
.btn--lg .btn__icon {
  flex: 0 0 20px;
}
.btn--wide {
  display: flex;
  justify-content: center;
  width: 100%;
  padding-inline: 10px;
  box-sizing: border-box;
}

.wp-block-button.is-style-gradient .wp-block-button__link {
  color: #FFA600;
  border: 0;
  font-weight: 600;
  transition: all 0.2s ease 0s;
  padding: 0;
  background: linear-gradient(82deg, #FFDD0C 6.18%, #FFA600 48.98%, #FF790C 89.99%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  position: relative;
  display: inline-block;
}
.wp-block-button.is-style-gradient .wp-block-button__link:after {
  content: "";
  position: absolute;
  top: 100%;
  width: 100%;
  left: 0;
  height: 1px;
  transition: all 0.2s ease 0s;
  background: linear-gradient(82deg, #FFDD0C 6.18%, #FFA600 48.98%, #FF790C 89.99%);
  z-index: -1;
}
.wp-block-button.is-style-gradient .wp-block-button__link:hover {
  background: linear-gradient(82deg, #FF790C 6.18%, #FFA600 48.98%, #FFDD0C 89.99%);
  color: #0A1428;
  text-decoration: none;
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.wp-block-button.is-style-gradient .wp-block-button__link:hover:after {
  opacity: 0;
}

.svg-icon {
  vertical-align: top;
  fill: currentColor;
  stroke: currentColor;
  max-width: 100%;
  max-height: 100%;
}

.modal-item {
  display: none;
}

.social-list {
  padding: 0;
  margin: 0;
  list-style: none;
  display: flex;
  gap: 16px;
}

.glass-effect {
  --primary-700: hsl(243, 26%, 15%);
  --primary-600: hsl(252, 9%, 22%);
  --primary-500: hsl(259, 11%, 42%);
  --border-width: 1px;
  --surface-3: var(--primary-700);
  --border-1: #C3D3EF;
  --border-2: #949caa52;
  --border-3: #8A86C0;
  backdrop-filter: blur(40px);
  -webkit-backdrop-filter: blur(40px);
  background: hsl(from var(--surface-3) h s l/0.25);
  border-radius: 12px;
}
.glass-effect::before {
  content: "";
  position: absolute;
  z-index: -1;
  inset: 0;
  border-radius: inherit;
  border: var(--border-width) solid transparent;
  background: linear-gradient(130deg, var(--border-1), var(--border-2), var(--border-3)) border-box;
  mask: linear-gradient(black, black) border-box, linear-gradient(black, black) padding-box;
  mask-composite: subtract;
}

.has-link-orange-gradient-color {
  background: linear-gradient(82deg, #FFDD0C 0%, #FFA600 48.98%, #FF790C 100%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  position: relative;
  display: inline-block;
}
a:hover > .has-link-orange-gradient-color {
  background: linear-gradient(82deg, #FF790C 0%, #FFA600 48.98%, #FFDD0C 100%);
  color: #0A1428;
  text-decoration: none;
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.has-title-yellow-gradient-color {
  background: linear-gradient(223deg, #FFF7DE 0%, #FFDD0C 100%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  position: relative;
}

.modal-item {
  padding: 1.875rem;
  border-radius: 20px;
  color: #fff;
  backdrop-filter: blur(40px);
  -webkit-backdrop-filter: blur(40px);
  border: 1px solid rgba(255, 255, 255, 0.2);
  background-color: #0A1428;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='1800' height='975' fill='none' viewBox='0 0 1800 975'%3E%3Cg filter='url(%23a)' opacity='.5'%3E%3Cpath fill='url(%23b)' d='M-119.391-324.129C317.934-293.548-10.696-25.509 655.801-30.575 506.417 369.55 319.924-32.12-117.401-62.7c-437.325-30.581-819.691 52.926-810.493-78.618 9.199-131.544 371.178-213.391 808.503-182.811'/%3E%3C/g%3E%3Cg filter='url(%23c)' opacity='.5'%3E%3Ccircle cx='880.953' cy='-2.774' r='397.062' fill='url(%23d)'/%3E%3C/g%3E%3Cg filter='url(%23e)' opacity='.5'%3E%3Cellipse cx='-256.815' cy='1415.43' fill='url(%23f)' rx='238.764' ry='793.781' transform='rotate(-128.25 -256.815 1415.43)'/%3E%3C/g%3E%3Cg filter='url(%23g)'%3E%3Ccircle cx='1707.47' cy='913.852' r='224.593' fill='url(%23h)' fill-opacity='.2'/%3E%3C/g%3E%3Cg filter='url(%23i)'%3E%3Cpath fill='url(%23j)' fill-opacity='.5' d='M1779.31 999.791c-56.39 104.869-213.87 53.719-289.76 12.909-75.89-40.803-757.316-488.333-734.235-531.258 23.08-42.925 1198.285 201.64 1274.175 242.447 75.9 40.807-365.6 63.738-250.18 275.902'/%3E%3C/g%3E%3Cdefs%3E%3ClinearGradient id='b' x1='46.292' x2='-462.12' y1='-173.242' y2='-441.697' gradientUnits='userSpaceOnUse'%3E%3Cstop offset='.375' stop-color='%2300e1ff'/%3E%3Cstop offset='1' stop-color='%230d2cf5'/%3E%3C/linearGradient%3E%3ClinearGradient id='d' x1='880.953' x2='880.953' y1='-151.324' y2='394.288' gradientUnits='userSpaceOnUse'%3E%3Cstop stop-color='%23926fde'/%3E%3Cstop offset='.85' stop-color='%23351281'/%3E%3C/linearGradient%3E%3ClinearGradient id='f' x1='-145.044' x2='699.303' y1='1972.71' y2='868.82' gradientUnits='userSpaceOnUse'%3E%3Cstop stop-color='%2354f0a3'/%3E%3Cstop offset='1' stop-color='%2311af61'/%3E%3C/linearGradient%3E%3ClinearGradient id='h' x1='1850.43' x2='1749.42' y1='937.38' y2='939.249' gradientUnits='userSpaceOnUse'%3E%3Cstop stop-color='%23545cd1'/%3E%3Cstop offset='1' stop-color='%2300e1ff'/%3E%3C/linearGradient%3E%3ClinearGradient id='j' x1='1707.42' x2='982.549' y1='870.617' y2='574.973' gradientUnits='userSpaceOnUse'%3E%3Cstop stop-color='%230d2cf5'/%3E%3Cstop offset='1' stop-color='%2300e1ff'/%3E%3C/linearGradient%3E%3Cfilter id='a' width='2339.99' height='1232.43' x='-1306.12' y='-708.604' color-interpolation-filters='sRGB' filterUnits='userSpaceOnUse'%3E%3CfeFlood flood-opacity='0' result='BackgroundImageFix'/%3E%3CfeBlend in='SourceGraphic' in2='BackgroundImageFix' result='shape'/%3E%3CfeGaussianBlur result='effect1_foregroundBlur_3002_1294' stdDeviation='189.035'/%3E%3C/filter%3E%3Cfilter id='c' width='1794.12' height='1794.12' x='-16.109' y='-899.836' color-interpolation-filters='sRGB' filterUnits='userSpaceOnUse'%3E%3CfeFlood flood-opacity='0' result='BackgroundImageFix'/%3E%3CfeBlend in='SourceGraphic' in2='BackgroundImageFix' result='shape'/%3E%3CfeGaussianBlur result='effect1_foregroundBlur_3002_1294' stdDeviation='250'/%3E%3C/filter%3E%3Cfilter id='e' width='2037.74' height='1808.39' x='-1275.69' y='511.237' color-interpolation-filters='sRGB' filterUnits='userSpaceOnUse'%3E%3CfeFlood flood-opacity='0' result='BackgroundImageFix'/%3E%3CfeBlend in='SourceGraphic' in2='BackgroundImageFix' result='shape'/%3E%3CfeGaussianBlur result='effect1_foregroundBlur_3002_1294' stdDeviation='189.035'/%3E%3C/filter%3E%3Cfilter id='g' width='1205.33' height='1205.33' x='1104.81' y='311.189' color-interpolation-filters='sRGB' filterUnits='userSpaceOnUse'%3E%3CfeFlood flood-opacity='0' result='BackgroundImageFix'/%3E%3CfeBlend in='SourceGraphic' in2='BackgroundImageFix' result='shape'/%3E%3CfeGaussianBlur result='effect1_foregroundBlur_3002_1294' stdDeviation='189.035'/%3E%3C/filter%3E%3Cfilter id='i' width='2039.72' height='1341.51' x='376.673' y='98.339' color-interpolation-filters='sRGB' filterUnits='userSpaceOnUse'%3E%3CfeFlood flood-opacity='0' result='BackgroundImageFix'/%3E%3CfeBlend in='SourceGraphic' in2='BackgroundImageFix' result='shape'/%3E%3CfeGaussianBlur result='effect1_foregroundBlur_3002_1294' stdDeviation='189.035'/%3E%3C/filter%3E%3C/defs%3E%3C/svg%3E");
}
.modal-item .hs-form .hs-richtext {
  font-size: 15px;
  line-height: 1.4;
}
.modal-item .hs-form .hs-richtext h1 {
  margin-top: 0;
  font-size: 36px;
}
@media only screen and (max-width: 767px) {
  .modal-item .hs-form .hs-richtext h1 {
    font-size: 28px;
  }
}
.modal-item .hs-form-field {
  margin-bottom: 25px;
}
.modal-item .hs-form-field ul.inputs-list {
  padding: 0;
  margin: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  gap: 0.625rem 0.9375rem;
}
.modal-item .hs-form-field .hs-form-booleancheckbox-display {
  position: relative;
}
.modal-item .hs-form-field .hs-form-booleancheckbox-display span {
  position: relative;
  display: block;
  padding-left: 45px;
}
.modal-item .hs-form-field .hs-form-booleancheckbox-display span:before {
  content: "";
  position: absolute;
  top: 50%;
  margin-top: -15px;
  left: 0;
  width: 30px;
  height: 30px;
  background-color: rgba(98, 132, 200, 0.2);
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: 18px 14px;
  border-radius: 6px;
}
.modal-item .hs-form-field .hs-form-booleancheckbox-display input[type=checkbox] {
  position: absolute;
  inset: 0;
  opacity: 0;
  cursor: pointer;
}
.modal-item .hs-form-field .hs-form-booleancheckbox-display input[type=checkbox]:checked + span:before {
  background-color: #FFDD0C;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' width='18px' height='14px'%3E%3Cpath fill-rule='evenodd' fill='rgb(0, 0, 0)' d='M17.608,1.846 L7.367,12.072 L7.386,12.092 L6.122,13.353 L6.103,13.334 L6.084,13.353 L4.819,12.092 L4.839,12.072 L0.361,7.599 L1.623,6.338 L6.103,10.810 L16.345,0.585 L17.608,1.846 Z'/%3E%3C/svg%3E");
}
.modal-item .hs-form-field .hs-form-checkbox-display {
  position: relative;
  display: inline-flex;
  align-items: center;
  gap: 0.75rem;
  padding: 0.9375rem;
  border-radius: 0.9375rem;
  border: 0.5px solid rgba(255, 255, 255, 0.2);
  background: rgba(10, 20, 40, 0.35);
  cursor: pointer;
  user-select: none;
  font-family: "Montserrat", sans-serif;
  font-weight: 500;
  font-size: 0.9375rem;
  line-height: 1.5;
  letter-spacing: -0.03em;
  transition: border-color 160ms ease, background-color 160ms ease;
}
.modal-item .hs-form-field .hs-form-checkbox-display span {
  position: relative;
  display: block;
  padding-left: 45px;
}
.modal-item .hs-form-field .hs-form-checkbox-display span:before {
  content: "";
  position: absolute;
  top: 50%;
  margin-top: -15px;
  left: 0;
  width: 30px;
  height: 30px;
  background-color: rgba(98, 132, 200, 0.2);
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: 18px 14px;
  border-radius: 6px;
}
.modal-item .hs-form-field .hs-form-checkbox-display input[type=checkbox] {
  position: absolute;
  inset: 0;
  opacity: 0;
  cursor: pointer;
}
.modal-item .hs-form-field .hs-form-checkbox-display input[type=checkbox]:checked + span:before {
  background-color: #FFDD0C;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' width='18px' height='14px'%3E%3Cpath fill-rule='evenodd' fill='rgb(0, 0, 0)' d='M17.608,1.846 L7.367,12.072 L7.386,12.092 L6.122,13.353 L6.103,13.334 L6.084,13.353 L4.819,12.092 L4.839,12.072 L0.361,7.599 L1.623,6.338 L6.103,10.810 L16.345,0.585 L17.608,1.846 Z'/%3E%3C/svg%3E");
}
.modal-item .hs-input[type=text],
.modal-item .hs-input[type=email],
.modal-item .hs-input[type=tel],
.modal-item .input .hs-fieldtype-textarea,
.modal-item .wpcf7 select {
  width: 100%;
  border: 0.5px solid rgb(98, 132, 200);
  border-radius: 1.25rem;
  padding: 1.25rem 1.875rem;
  background: rgba(10, 20, 40, 0.35);
  color: #FAFAFA;
  font-family: "Montserrat", sans-serif;
  font-size: 1.125rem;
  font-weight: 500;
  line-height: 1.5;
  letter-spacing: -0.03em;
  outline: none;
  transition: border-color 160ms ease, background-color 160ms ease;
}
.modal-item .hs-input[type=text]::placeholder,
.modal-item .hs-input[type=email]::placeholder,
.modal-item .hs-input[type=tel]::placeholder,
.modal-item .input .hs-fieldtype-textarea::placeholder,
.modal-item .wpcf7 select::placeholder {
  color: rgba(250, 250, 250, 0.85);
}
.modal-item .hs-input[type=text]:focus,
.modal-item .hs-input[type=email]:focus,
.modal-item .hs-input[type=tel]:focus,
.modal-item .input .hs-fieldtype-textarea:focus,
.modal-item .wpcf7 select:focus {
  border-color: rgba(255, 255, 255, 0.65);
  background: rgba(10, 20, 40, 0.42);
}
@media only screen and (max-width: 767px) {
  .modal-item .hs-input[type=text],
  .modal-item .hs-input[type=email],
  .modal-item .hs-input[type=tel],
  .modal-item .input .hs-fieldtype-textarea,
  .modal-item .wpcf7 select {
    padding: 8px 16px;
    border-radius: 8px;
  }
}
.modal-item .hs-submit .hs-button {
  display: inline-block;
  vertical-align: top;
  background-color: var(--wp--preset--color--yellow, #FFDD0C);
  color: #0A1428;
  padding: 10px 20px;
  font-size: 18px;
  line-height: 20px;
  font-weight: 600;
  border-radius: 30px;
  border: none;
  outline: none !important;
  cursor: pointer;
}
.modal-item .hs-submit .hs-button .btn__text {
  color: #0A1428;
}
.modal-item .hs-submit .hs-button:hover {
  background-color: var(--wp--preset--color--darker-yellow, #A08A03);
}
.modal-item fieldset {
  max-width: 100% !important;
}
.modal-item .form-columns-1 {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr;
  grid-template-columns: 1fr;
}
.modal-item .form-columns-1 .input {
  margin-inline: 0 !important;
}
.modal-item .form-columns-1 .hs-input {
  width: 100% !important;
}
.modal-item .form-columns-2 {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  grid-gap: 20px;
}
.modal-item .form-columns-2 .hs-form-field {
  width: auto !important;
  float: none !important;
}
.modal-item .form-columns-2 .input {
  margin-inline: 0 !important;
}
.modal-item .form-columns-2 .hs-input {
  width: 100% !important;
}
.modal-item .hs-error-msgs,
.modal-item .hs-error-msg {
  font-size: 0.875rem;
  color: #f96262;
  font-weight: 500;
}

.fancybox__container .f-html:not(.modal-item) {
  max-width: 50vw;
  max-height: 70vh;
  background: none;
  padding: 0;
}
@media only screen and (max-width: 767px) {
  .fancybox__container .f-html:not(.modal-item) {
    max-width: 80vw;
  }
}
.fancybox__container .f-caption {
  display: none;
}

.wp-block-video.is-style-globe-mask {
  mask-size: 100% 100%;
  mask-image: url("data:image/svg+xml,%3Csvg perspectiveAspectRatio='none' width='100%25' height='100%25' viewBox='0 0 1200 675' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cg filter='url(%23filter0_f_3363_6902)'%3E%3Cpath d='M902.323 269.209C881.76 435.77 784.455 613.559 596.297 613.559C495.399 613.559 297.633 518.931 258.149 394.07C218.664 269.209 256.388 213.981 279.008 131.809C301.629 49.6364 398.202 69.8932 432.99 54.8177C467.778 39.7421 490.425 36.2149 545.914 36.2149C590.505 36.2149 700.99 16.117 738.15 36.2149C763.854 114.354 777.576 29.4962 847.077 111C916.579 192.505 902.323 210.389 902.323 269.209Z' fill='black'/%3E%3C/g%3E%3Cdefs%3E%3Cfilter id='filter0_f_3363_6902' x='217.134' y='3.48247' width='710.198' height='633.876' filterUnits='userSpaceOnUse' color-interpolation-filters='sRGB'%3E%3CfeFlood flood-opacity='0' result='BackgroundImageFix'/%3E%3CfeBlend mode='normal' in='SourceGraphic' in2='BackgroundImageFix' result='shape'/%3E%3CfeGaussianBlur stdDeviation='11.9' result='effect1_foregroundBlur_3363_6902'/%3E%3C/filter%3E%3C/defs%3E%3C/svg%3E%0A");
}

.btn__text {
  pointer-events: none;
}

.step-badge {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  position: relative;
  margin: 0;
  width: 4.0625rem;
  height: 4.0625rem;
  border-radius: 50%;
  background-color: rgba(248, 134, 115, 0.5019607843);
  color: #FAFAFA;
  font-family: "Bricolage Grotesque", sans-serif;
  font-weight: 500;
  font-size: 2.1875rem;
  line-height: 1.1;
  letter-spacing: -0.03em;
  text-align: center;
  box-shadow: 0 4px 4px rgba(0, 0, 0, 0.25), 0 4px 4px rgba(0, 0, 0, 0.25);
}
.step-badge::before {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: inherit;
  border: 1px solid transparent;
  background: linear-gradient(130deg, rgba(255, 255, 255, 0.45) 5%, rgba(248, 134, 115, 0.35) 50%, rgba(248, 134, 115, 0.75) 95%) border-box;
  mask: linear-gradient(black, black) border-box, linear-gradient(black, black) padding-box;
  mask-composite: subtract;
  pointer-events: none;
}

.site-header {
  position: sticky;
  z-index: 5;
  top: 0;
  -webkit-backdrop-filter: blur(20px);
  backdrop-filter: blur(20px);
  background-color: rgba(0, 0, 0, 0.2);
  color: #FAFAFA;
}
.site-header__wrap {
  padding-block: 16px;
  display: flex;
  align-items: center;
}
.site-header__nav {
  display: flex;
  align-items: center;
  flex: 1 1 auto;
}
.site-header__nav .main-navigation {
  flex: 1 1 auto;
  display: flex;
  justify-content: center;
}
@media only screen and (max-width: 991px) {
  .site-header__nav .main-navigation {
    display: block;
  }
}
@media only screen and (max-width: 991px) {
  .site-header__nav {
    display: none;
    position: absolute;
    top: 72px;
    left: 0;
    width: 100%;
    height: calc(100vh - 72px);
    padding-inline: 16px;
    padding-bottom: 30px;
    background-color: #FAFAFA;
    overflow: auto;
  }
}
.site-header--white {
  color: #0A1428;
}
.site-header--white .custom-logo-link {
  display: none;
}
.site-header--white .custom-logo-link-dark {
  display: block;
}
.site-header--white .header-menu > .menu-item > .menu-item__link {
  color: #0A1428;
}
.site-header--white .header-menu > .menu-item:hover > .menu-item__link {
  color: #0A1428;
}
@media only screen and (min-width: 992px) {
  .site-header--white .btn--outline-white {
    color: #0A1428;
    box-shadow: inset 0 0 0 1px #0A1428;
  }
  .site-header--white .btn--outline-white .btn__text {
    color: #0A1428;
  }
  .site-header--white .btn--outline-white:hover {
    color: #FAFAFA;
    background-color: #0A1428;
  }
  .site-header--white .btn--outline-white:hover .btn__text {
    color: #FAFAFA;
  }
}
.site-header__buttons {
  -webkit-box-ordinal-group: 2;
  -moz-box-ordinal-group: 2;
  -ms-flex-order: 2;
  -webkit-order: 2;
  order: 2;
}
@media only screen and (max-width: 991px) {
  .site-header__buttons {
    margin-top: 45px;
  }
  .site-header__buttons .btn--outline-white {
    color: #0A1428;
    box-shadow: inset 0 0 0 1px #0A1428;
  }
  .site-header__buttons .btn--outline-white .btn__text {
    color: #0A1428;
  }
  .site-header__buttons .btn--outline-white:hover {
    color: #FAFAFA;
    background-color: #0A1428;
  }
  .site-header__buttons .btn--outline-white:hover .btn__text {
    color: #FAFAFA;
  }
}

.header-logo {
  flex: 1 1 auto;
  max-width: 7.5rem;
}
@media only screen and (max-width: 991px) {
  .header-logo {
    position: relative;
    z-index: 3;
  }
}

.custom-logo-link-dark {
  display: none;
}

.nav-opener {
  display: none;
  margin-left: auto;
  width: 40px;
  height: 40px;
  position: relative;
  border: none;
  background: none;
  color: inherit;
  outline: none !important;
  z-index: 3;
}
@media only screen and (max-width: 991px) {
  .nav-opener {
    display: block;
  }
}
.nav-opener span {
  display: block;
  position: relative;
  width: 26px;
  height: 3px;
  border-radius: 3px;
  background: currentColor;
  position: absolute;
  top: 50%;
  left: 50%;
  margin: -2px 0 0 -13px;
}
.nav-opener span:before, .nav-opener span:after {
  content: "";
  position: absolute;
  width: 100%;
  background: currentColor;
  border-radius: inherit;
  height: 3px;
  left: 0;
  top: -7px;
  transition: all 0.2s ease 0s;
}
.nav-opener span:after {
  top: 7px;
}

@media only screen and (max-width: 991px) {
  .nav-active .nav-opener span {
    background: none;
  }
  .nav-active .nav-opener span:before {
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
    margin: 7px 0 0;
  }
  .nav-active .nav-opener span:after {
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
    margin: -7px 0 0;
  }
  .nav-active .site-header {
    background-color: #FAFAFA;
    color: #0A1428;
  }
  .nav-active .site-header .custom-logo-link {
    display: none;
  }
  .nav-active .site-header .custom-logo-link-dark {
    display: block;
  }
  .nav-active .site-header__nav {
    display: block;
  }
}

@media only screen and (min-width: 992px) {
  .header-menu {
    padding: 0;
    margin: 0 auto;
    list-style: none;
    display: flex;
    gap: 0.9375rem;
  }
  .header-menu .sub-menu-wrapper--level-1 {
    display: none;
    position: absolute;
    top: 100%;
    left: -1.3125rem;
    margin-top: 15px;
    width: 100%;
    background-color: #FAFAFA;
    color: #0A1428;
    border-radius: 1.25rem;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    z-index: 10;
    min-width: 15rem;
    padding: 1.625rem;
  }
  .header-menu .sub-menu-wrapper--level-1:before {
    content: "";
    position: absolute;
    bottom: 100%;
    left: 0;
    right: 0;
    height: 16px;
  }
  .header-menu > .menu-item {
    position: relative;
  }
  .header-menu > .menu-item > .menu-item__link {
    padding: 0.625rem 1.25rem;
    font-size: 0.9375rem;
    font-weight: 500;
    line-height: 1.5;
    color: #FAFAFA;
    text-decoration: none;
    transition: all 0.3s ease;
    border-radius: 40px;
    display: inline-block;
    vertical-align: top;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1200px) {
  .header-menu > .menu-item > .menu-item__link {
    padding-inline: 10px;
  }
}
@media only screen and (min-width: 992px) {
  .header-menu > .menu-item:hover > .menu-item__link {
    background-color: rgba(98, 132, 200, 0.4);
    color: #FAFAFA;
  }
  .header-menu > .menu-item:hover .sub-menu-wrapper {
    display: block;
  }
  .header-menu > .menu-item--columns-2 .sub-menu-wrapper {
    width: 43.125rem;
    min-width: 43.125rem;
  }
  .header-menu > .menu-item--columns-2 .sub-menu {
    grid-template-columns: repeat(2, 1fr);
  }
  .header-menu > .menu-item--columns-3 .menu-item {
    flex: 1 1 auto;
  }
  .header-menu > .menu-item--columns-3 .sub-menu--level-1 {
    display: flex;
  }
  .header-menu > .menu-item--columns-3 .sub-menu-wrapper--level-1 {
    width: 55rem;
    min-width: 55rem;
  }
  .header-menu > .menu-item .menu-item--size-wide {
    min-width: 17.5rem;
  }
  .header-menu > .menu-item .menu-item--color-violet .menu-item__icon {
    background-color: #926FDE;
  }
  .header-menu > .menu-item .menu-item--color-violet .menu-item__link:hover {
    background-color: rgba(146, 111, 222, 0.3);
  }
  .header-menu > .menu-item .menu-item--color-violet .menu-item__link:hover .menu-item__icon {
    background-color: #926FDE;
  }
  .header-menu > .menu-item .menu-item--color-orange .menu-item__icon {
    background-color: #F88673;
  }
  .header-menu > .menu-item .menu-item--color-orange .menu-item__link:hover {
    background-color: rgba(248, 134, 115, 0.3);
  }
  .header-menu > .menu-item .menu-item--color-orange .menu-item__link:hover .menu-item__icon {
    background-color: #F88673;
  }
  .header-menu > .menu-item .menu-item--color-green .menu-item__icon {
    background-color: #54F0A3;
  }
  .header-menu > .menu-item .menu-item--color-green .menu-item__link:hover {
    background-color: rgba(84, 240, 163, 0.3);
  }
  .header-menu > .menu-item .menu-item--color-green .menu-item__link:hover .menu-item__icon {
    background-color: #54F0A3;
  }
  .header-menu .menu-item__column {
    margin: 0 0 15px;
    font-size: 1.125rem;
    font-weight: 600;
    padding-inline: 4px;
  }
  .header-menu .menu-item__arrow {
    display: none;
  }
  .header-menu .sub-menu {
    list-style: none;
    padding: 0;
    margin: 0;
    display: grid;
    grid-gap: 0px 10px;
    font-size: 0.9375rem;
    line-height: 1.4;
  }
  .header-menu .sub-menu .menu-item__link {
    color: #0A1428;
    display: flex;
    align-items: center;
    gap: 0.9375rem;
    text-decoration: none;
    padding: 0.25rem;
    border-radius: 0.625rem;
  }
  .header-menu .sub-menu .menu-item__link:hover {
    background-color: rgba(98, 132, 200, 0.2);
    color: #0A1428;
  }
  .header-menu .sub-menu .menu-item__link:hover .menu-item__icon {
    background-color: #6284C8;
  }
  .header-menu .sub-menu .menu-item__icon {
    flex: 0 0 1.875rem;
    height: 1.875rem;
    width: 1.875rem;
    background-color: rgba(98, 132, 200, 0.4);
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 0.5rem;
    transition: all 0.3s ease;
  }
  .header-menu .sub-menu .menu-item__icon img {
    max-width: 100%;
    height: auto;
    max-height: 1.5rem;
    object-fit: contain;
  }
}
@media only screen and (max-width: 1200px) {
  .header-menu {
    gap: 0;
  }
}
@media only screen and (max-width: 991px) {
  .header-menu {
    padding: 0;
    margin: 0;
    list-style: none;
    display: -ms-grid;
    display: grid;
    grid-gap: 15px;
  }
  .header-menu a {
    color: #0A1428;
  }
  .header-menu > .menu-item {
    position: relative;
  }
  .header-menu > .menu-item > .menu-item__link {
    padding: 0.625rem 1.25rem;
    font-size: 0.9375rem;
    font-weight: 500;
    line-height: 1.5;
    text-decoration: none;
    transition: all 0.3s ease;
    border-radius: 40px;
    display: inline-block;
    vertical-align: top;
  }
  .header-menu .menu-item__arrow {
    display: inline-block;
    vertical-align: top;
    margin-left: 10px;
  }
  .header-menu .menu-item__arrow svg {
    stroke: currentColor;
  }
  .header-menu .sub-menu-wrapper {
    display: none;
  }
  .header-menu .mobile-drop-active .sub-menu-wrapper {
    display: block;
  }
  .header-menu .mobile-drop-active .menu-item__arrow {
    transform: rotate(180deg);
  }
  .header-menu > .menu-item > .sub-menu__opener {
    position: absolute;
    top: 0;
    left: 0;
    height: 43px;
    width: 100%;
  }
  .header-menu .menu-item__column {
    display: none;
  }
  .header-menu .sub-menu {
    list-style: none;
    padding: 20px 0 20px 30px;
    margin: 0;
    display: grid;
    grid-gap: 10px;
    font-size: 0.9375rem;
    line-height: 1.4;
  }
  .header-menu .sub-menu--level-2 {
    padding: 0;
  }
  .header-menu .sub-menu .sub-menu__opener {
    display: none;
  }
  .header-menu .sub-menu .menu-item__link {
    color: #0A1428;
    display: flex;
    align-items: center;
    gap: 0.9375rem;
    text-decoration: none;
    padding: 0;
  }
  .header-menu .sub-menu .menu-item__icon {
    flex: 0 0 2.25rem;
    height: 2.25rem;
    width: 2.25rem;
    background-color: rgba(98, 132, 200, 0.4);
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 0.5rem;
    transition: all 0.3s ease;
  }
  .header-menu .sub-menu .menu-item__icon img {
    max-width: 100%;
    height: auto;
    max-height: 1.5rem;
    object-fit: contain;
  }
}

.site-footer {
  position: relative;
  overflow-x: clip;
  z-index: 2;
}
@media (prefers-reduced-motion: reduce) {
  .site-footer {
    transform: none;
    opacity: 1;
    transition: none;
  }
}
@keyframes footerSnowTwinkle {
  0%, 100% {
    opacity: 0;
    transform: scale(0.6);
  }
  50% {
    opacity: var(--snow-opacity, 0.22);
    transform: scale(1);
  }
}
@keyframes footerSnowFloat {
  0%, 100% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-8px);
  }
}
@keyframes footerShootingStar {
  0%, 68% {
    opacity: 0;
    transform: translate3d(0, 0, 0) scale(0.95);
  }
  70% {
    opacity: var(--shooting-opacity, 0.55);
    transform: translate3d(0, 0, 0) scale(1);
  }
  78% {
    opacity: var(--shooting-opacity, 0.55);
    transform: translate3d(calc(var(--shooting-travel-x, 280px) * 0.6), calc(var(--shooting-travel-y, 160px) * 0.6), 0) scale(1);
  }
  100% {
    opacity: 0;
    transform: translate3d(var(--shooting-travel-x, 280px), var(--shooting-travel-y, 160px), 0) scale(1);
  }
}
.site-footer:before {
  content: "";
  position: absolute;
  bottom: 100%;
  left: 50%;
  width: 800px;
  height: 800px;
  margin-left: -400px;
  background-color: #926FDE;
  filter: blur(230px);
}
.site-footer .container {
  position: relative;
  z-index: 2;
}
.site-footer__head {
  padding-block: 3.75rem;
  display: flex;
  position: relative;
  overflow: hidden;
  justify-content: center;
  align-items: center;
}
@media only screen and (max-width: 767px) {
  .site-footer__head {
    padding-block: 40px;
  }
}
.site-footer__head-item {
  display: inline-block;
  vertical-align: top;
  font-size: 2.1875rem;
  line-height: 1;
  font-weight: 500;
  font-family: "Bricolage Grotesque", sans-serif;
  background: linear-gradient(134deg, #FAFAFA 25.42%, #6284C8 104.42%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  text-align: center;
  position: relative;
}
@media only screen and (max-width: 767px) {
  .site-footer__head-item {
    font-size: 20px;
  }
}
.site-footer__head-item p {
  margin: 0;
}
.site-footer__head-item:before {
  content: "";
  position: absolute;
  top: 50%;
  right: 100%;
  margin-right: 2.8125rem;
  height: 1px;
  background: linear-gradient(270deg, #6284C8 0%, rgba(98, 132, 200, 0.1) 100%);
  width: calc(50vw - 4.375rem);
}
@media only screen and (max-width: 767px) {
  .site-footer__head-item:before {
    margin-right: 1.5625rem;
  }
}
.site-footer__head-item:after {
  content: "";
  position: absolute;
  top: 50%;
  left: 100%;
  margin-left: 2.8125rem;
  height: 1px;
  background: linear-gradient(90deg, #6284C8 0%, rgba(98, 132, 200, 0.1) 100%);
  width: calc(50vw - 4.375rem);
}
@media only screen and (max-width: 767px) {
  .site-footer__head-item:after {
    margin-left: 1.5625rem;
  }
}
.site-footer__bg {
  position: absolute;
  inset: 0;
  display: flex;
  justify-content: center;
  align-items: flex-end;
  pointer-events: none;
}
.site-footer__bg svg {
  max-width: 100%;
  height: auto;
}
.site-footer__particles {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 450px;
  max-height: 100%;
  z-index: 1;
  pointer-events: none;
  overflow: hidden;
}
.site-footer__snow {
  position: absolute;
  width: var(--snow-size, 4px);
  height: var(--snow-size, 4px);
  background-color: #FAFAFA;
  border-radius: 50%;
  opacity: 0;
  animation: footerSnowTwinkle var(--snow-twinkle, 4s) ease-in-out infinite, footerSnowFloat var(--snow-float-duration, 6s) ease-in-out infinite;
  animation-delay: var(--snow-delay, 0s);
  will-change: transform, opacity;
}
.site-footer__shooting-star {
  position: absolute;
  top: var(--shooting-top, 18%);
  left: var(--shooting-left, 12%);
  width: var(--shooting-size, 4px);
  height: var(--shooting-size, 4px);
  background-color: #FAFAFA;
  border-radius: 50%;
  opacity: 0;
  filter: drop-shadow(0 0 8px rgba(250, 250, 250, 0.35));
  animation: footerShootingStar var(--shooting-interval, 6s) linear infinite;
  animation-delay: var(--shooting-delay, 0s);
  will-change: transform, opacity;
}
@media (prefers-reduced-motion: reduce) {
  .site-footer__snow {
    animation: none;
    opacity: var(--snow-opacity, 0.22);
    transform: none;
  }
  .site-footer__shooting-star {
    display: none;
  }
}
.site-footer__frame {
  display: flex;
  justify-content: space-between;
  gap: 60px;
}
@media only screen and (max-width: 991px) {
  .site-footer__frame {
    gap: 40px;
  }
}
@media only screen and (max-width: 767px) {
  .site-footer__frame {
    display: -ms-grid;
    display: grid;
    grid-gap: 20px;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }
}
.site-footer__info {
  display: flex;
  flex-direction: column;
  gap: 25px;
  max-width: 44.8125rem;
}
@media only screen and (max-width: 991px) {
  .site-footer__info {
    max-width: 260px;
  }
}
.site-footer__info-inner {
  display: flex;
  flex-direction: column;
  gap: 25px;
}
.site-footer__label {
  margin: 0 0 10px;
  font-size: 16px;
  line-height: 1.35;
  color: #6284C8;
  font-weight: 500;
}
.site-footer__mail {
  font-size: 2.1875rem;
  line-height: 1.1;
  font-weight: 500;
  font-family: "Bricolage Grotesque", sans-serif;
  color: #FAFAFA;
}
@media only screen and (max-width: 991px) {
  .site-footer__mail {
    font-size: 20px;
  }
}
.site-footer__mail:hover {
  text-decoration: none;
  color: #FFDD0C;
}
.site-footer__address {
  max-width: 280px;
  font-size: 0.9375rem;
  font-weight: 500;
}
.site-footer__phone {
  color: #FAFAFA;
  font-weight: 500;
  font-size: 1.125rem;
}
.site-footer__phone:hover {
  text-decoration: none;
  color: #FFDD0C;
}
.site-footer__logo {
  padding-top: 3.75rem;
}
@media only screen and (max-width: 991px) {
  .site-footer__logo {
    max-width: 500px;
    margin-left: auto;
    margin-right: auto;
  }
}
@media only screen and (max-width: 767px) {
  .site-footer__logo {
    max-width: 240px;
  }
}
.site-footer .social-list a, .site-footer .social-list__icon {
  color: #FAFAFA;
}
.site-footer .social-list a:hover, .site-footer .social-list__icon:hover {
  text-decoration: none;
  color: #FFDD0C;
}

.footer-menu {
  padding: 0;
  margin: 0;
  list-style: none;
  max-width: 740px;
  display: flex;
  gap: 2.5rem;
  font-size: 0.9375rem;
  font-weight: 500;
}
@media only screen and (max-width: 991px) {
  .footer-menu {
    gap: 20px;
  }
}
.footer-menu .sub-menu {
  padding: 0;
  margin: 0;
  list-style: none;
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.footer-menu a {
  color: #FAFAFA;
  text-decoration: none;
}
.footer-menu a:hover {
  text-decoration: none;
  color: #FFDD0C;
}

.footer-logo {
  max-width: 50.8125rem;
  margin-left: auto;
  margin-right: auto;
  padding-bottom: 3.75rem;
}

/* ============================================================
   Scroll-driven background (Figma component: Bg / Property 1)
   SVG-based with animated fills, transforms, and path morphing
   ============================================================ */
.site-bg {
  position: sticky;
  top: 0;
  width: 100vw;
  height: 0;
  z-index: 0;
  pointer-events: none;
  background: #0A1428;
  /* Force GPU acceleration for the entire background layer */
  transform: translateZ(0);
  backface-visibility: hidden;
}
@media only screen and (max-width: 991px) {
  .site-bg {
    display: none;
  }
}

.site-bg__layer {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  opacity: 0;
  transition: opacity 800ms cubic-bezier(0.4, 0, 0.2, 1);
  will-change: opacity;
}

.site-bg[data-active-layer=a] .site-bg__layer--a,
.site-bg[data-active-layer=b] .site-bg__layer--b {
  opacity: 1;
}

.site-bg.is-reduced-motion .site-bg__layer {
  transition: none;
}

.site-bg__svg {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  /* Optimize SVG rendering */
  transform: translateZ(0);
}

.site-bg__base {
  fill: #0A1428;
}

/* ============================================================
   Shape & path transitions
   ============================================================ */
.site-bg__shape {
  transition: transform 1200ms cubic-bezier(0.34, 1.56, 0.64, 1);
  will-change: transform;
}

.site-bg__shape--ipl-wave,
.site-bg__shape--ipl-blob,
.site-bg__shape--hero-blue-cyan {
  opacity: 0;
  transition: opacity 800ms cubic-bezier(0.4, 0, 0.2, 1), transform 1200ms cubic-bezier(0.34, 1.56, 0.64, 1);
  will-change: opacity, transform;
}

.site-bg__path {
  transition: opacity 1000ms cubic-bezier(0.4, 0, 0.2, 1), fill 800ms cubic-bezier(0.4, 0, 0.2, 1);
  will-change: opacity, fill;
}

.site-bg__path--a {
  opacity: 1;
}

.site-bg__path--b {
  opacity: 0;
}

/* Morph toggle: when variant changes, JS can add .is-morphing to trigger path swap */
.site-bg.is-morphing .site-bg__path--a {
  opacity: 0;
}

.site-bg.is-morphing .site-bg__path--b {
  opacity: 1;
}

/* ============================================================
   Drift keyframes: subtle organic motion for each shape
   ============================================================ */
@keyframes site-bg-drift-1 {
  0%, 100% {
    transform: translate(0, 0) scale(1);
  }
  33% {
    transform: translate(25px, -15px) scale(1.05);
  }
  66% {
    transform: translate(-20px, 20px) scale(0.98);
  }
}
@keyframes site-bg-drift-2 {
  0%, 100% {
    transform: translate(0, 0) scale(1);
  }
  40% {
    transform: translate(-30px, 15px) scale(1.03);
  }
  70% {
    transform: translate(20px, -10px) scale(0.97);
  }
}
@keyframes site-bg-drift-3 {
  0%, 100% {
    transform: translate(0, 0) scale(1);
  }
  50% {
    transform: translate(15px, 25px) scale(1.04);
  }
  80% {
    transform: translate(-25px, -15px) scale(0.99);
  }
}
.site-bg__shape-drift--1 {
  animation: site-bg-drift-1 18s ease-in-out infinite;
  will-change: transform;
}

.site-bg__shape-drift--2 {
  animation: site-bg-drift-2 22s ease-in-out infinite;
  will-change: transform;
}

.site-bg__shape-drift--3 {
  animation: site-bg-drift-3 20s ease-in-out infinite;
  will-change: transform;
}

/* Disable animations for reduced motion */
.site-bg.is-reduced-motion .site-bg__shape-drift--1,
.site-bg.is-reduced-motion .site-bg__shape-drift--2,
.site-bg.is-reduced-motion .site-bg__shape-drift--3 {
  animation: none;
}

.site-bg.is-reduced-motion .site-bg__path {
  transition: fill 400ms ease, opacity 400ms ease;
}

/* ============================================================
   Per-variant colors & transforms for 3 shapes
   Colors: Vivid Violet #926FDE, Warm Coral #F88673, 
           Cyan #2EE2C7, Yellow #FFD100, Blue #489BFF, White #FAFAFA
   ============================================================ */
/* Default (intense-blue-and-purple-middle) */
.site-bg__shape--1 .site-bg__path {
  fill: rgba(146, 111, 222, 0.55);
}

.site-bg__shape--2 .site-bg__path {
  fill: rgba(72, 155, 255, 0.4);
}

.site-bg__shape--3 .site-bg__path {
  fill: rgba(146, 111, 222, 0.28);
}

/* blue-navy: no visible shapes (all transparent) */
.site-bg__layer.bg-variant--blue-navy .site-bg__shape--1 .site-bg__path,
.site-bg__layer.bg-variant--blue-navy .site-bg__shape--2 .site-bg__path,
.site-bg__layer.bg-variant--blue-navy .site-bg__shape--3 .site-bg__path {
  fill: rgba(10, 20, 40, 0);
}

/* top-light: single white glow at top */
.site-bg__layer.bg-variant--top-light .site-bg__shape--1 {
  transform: translate(0, -350px) scale(1.3);
}

.site-bg__layer.bg-variant--top-light .site-bg__shape--1 .site-bg__path {
  fill: rgba(221, 123, 245, 0.22);
}

.site-bg__layer.bg-variant--top-light .site-bg__shape--2 .site-bg__path,
.site-bg__layer.bg-variant--top-light .site-bg__shape--3 .site-bg__path {
  fill: rgba(10, 20, 40, 0);
}

/* soft-middle-light: white center + subtle purple */
.site-bg__layer.bg-variant--soft-middle-light .site-bg__shape--1 {
  transform: translate(-200px, 80px) scale(1.1);
}

.site-bg__layer.bg-variant--soft-middle-light .site-bg__shape--1 .site-bg__path {
  fill: rgba(221, 123, 245, 0.18);
}

.site-bg__layer.bg-variant--soft-middle-light .site-bg__shape--2 {
  transform: translate(100px, -50px) scale(0.9);
}

.site-bg__layer.bg-variant--soft-middle-light .site-bg__shape--2 .site-bg__path {
  fill: rgba(146, 111, 222, 0.1);
}

.site-bg__layer.bg-variant--soft-middle-light .site-bg__shape--3 .site-bg__path {
  fill: rgba(10, 20, 40, 0);
}

/* soft-side-light: white left + purple right */
.site-bg__layer.bg-variant--soft-side-light .site-bg__shape--1 {
  transform: translate(150px, 50px) scale(1);
}

.site-bg__layer.bg-variant--soft-side-light .site-bg__shape--1 .site-bg__path {
  fill: rgba(146, 111, 222, 0.12);
}

.site-bg__layer.bg-variant--soft-side-light .site-bg__shape--2 .site-bg__path {
  fill: rgba(10, 20, 40, 0);
}

.site-bg__layer.bg-variant--soft-side-light .site-bg__shape--3 {
  transform: translate(-450px, 80px) scale(1.2);
}

.site-bg__layer.bg-variant--soft-side-light .site-bg__shape--3 .site-bg__path {
  fill: rgba(250, 250, 250, 0.16);
}

/* bottom-left-light: white bottom-left + purple top-right */
.site-bg__layer.bg-variant--bottom-left-light .site-bg__shape--1 {
  transform: translate(50px, -100px) scale(0.95);
}

.site-bg__layer.bg-variant--bottom-left-light .site-bg__shape--1 .site-bg__path {
  fill: rgba(146, 111, 222, 0.1);
}

.site-bg__layer.bg-variant--bottom-left-light .site-bg__shape--2 .site-bg__path {
  fill: rgba(10, 20, 40, 0);
}

.site-bg__layer.bg-variant--bottom-left-light .site-bg__shape--3 {
  transform: translate(-150px, 200px) scale(1.3);
}

.site-bg__layer.bg-variant--bottom-left-light .site-bg__shape--3 .site-bg__path {
  fill: rgba(250, 250, 250, 0.18);
}

/* intense-purple-light: strong purple top-right + coral bottom-left */
.site-bg__layer.bg-variant--intense-purple-light .site-bg__shape--1 {
  transform: translate(80px, -50px) scale(1.15);
}

.site-bg__layer.bg-variant--intense-purple-light .site-bg__shape--1 .site-bg__path {
  fill: rgba(10, 20, 40, 0);
}

.site-bg__layer.bg-variant--intense-purple-light .site-bg__shape--2 .site-bg__path {
  fill: rgba(10, 20, 40, 0);
}

.site-bg__layer.bg-variant--intense-purple-light .site-bg__shape--3 {
  transform: translate(-100px, 150px) scale(1.1);
}

.site-bg__layer.bg-variant--intense-purple-light .site-bg__shape--3 .site-bg__path {
  fill: rgba(10, 20, 40, 0);
}

/* Intense purple light (SVG-match): show the custom wave + blob with gradients */
.site-bg__layer.bg-variant--intense-purple-light .site-bg__shape--ipl-wave {
  opacity: 1;
  transform: translate(-140px, 60px) scale(1.05);
}

.site-bg__layer.bg-variant--intense-purple-light .site-bg__path--ipl-wave {
  fill: url(#site-bg-paint0-intense-purple-light);
  opacity: 0.98;
}

.site-bg__layer.bg-variant--intense-purple-light .site-bg__shape--ipl-blob {
  opacity: 1;
  transform: translate(0, 0) scale(1);
}

.site-bg__layer.bg-variant--intense-purple-light .site-bg__path--ipl-blob {
  fill: url(#site-bg-paint1-intense-purple-light);
  opacity: 0.92;
}

/* blue-and-purple-corners: blue top-left, purple top-right & bottom-left */
.site-bg__layer.bg-variant--blue-and-purple-corners .site-bg__shape--1 {
  transform: translate(0, -250px) scale(1.1);
}

.site-bg__layer.bg-variant--blue-and-purple-corners .site-bg__shape--1 .site-bg__path {
  fill: rgba(146, 111, 222, 0.5);
}

.site-bg__layer.bg-variant--blue-and-purple-corners .site-bg__shape--2 {
  transform: translate(-200px, 100px) scale(1);
}

.site-bg__layer.bg-variant--blue-and-purple-corners .site-bg__shape--2 .site-bg__path {
  fill: rgba(146, 111, 222, 0.36);
}

.site-bg__layer.bg-variant--blue-and-purple-corners .site-bg__shape--3 {
  transform: translate(-600px, -300px) scale(1.05);
}

.site-bg__layer.bg-variant--blue-and-purple-corners .site-bg__shape--3 .site-bg__path {
  fill: rgba(72, 155, 255, 0.38);
}

/* purple-top-soft-light: purple top + blue accent */
.site-bg__layer.bg-variant--purple-top-soft-light .site-bg__shape--1 {
  transform: translate(-200px, -400px) scale(1.2);
}

.site-bg__layer.bg-variant--purple-top-soft-light .site-bg__shape--1 .site-bg__path {
  fill: rgba(146, 111, 222, 0.4);
}

.site-bg__layer.bg-variant--purple-top-soft-light .site-bg__shape--2 {
  transform: translate(50px, -80px) scale(0.95);
}

.site-bg__layer.bg-variant--purple-top-soft-light .site-bg__shape--2 .site-bg__path {
  fill: rgba(72, 155, 255, 0.18);
}

.site-bg__layer.bg-variant--purple-top-soft-light .site-bg__shape--3 .site-bg__path {
  fill: rgba(10, 20, 40, 0);
}

/* red: coral right + purple accent left */
.site-bg__layer.bg-variant--red .site-bg__shape--1 {
  transform: translate(100px, 30px) scale(1.2);
}

.site-bg__layer.bg-variant--red .site-bg__shape--1 .site-bg__path {
  fill: rgba(248, 134, 115, 0.52);
}

.site-bg__layer.bg-variant--red .site-bg__shape--2 .site-bg__path {
  fill: rgba(10, 20, 40, 0);
}

.site-bg__layer.bg-variant--red .site-bg__shape--3 {
  transform: translate(-50px, 100px) scale(1);
}

.site-bg__layer.bg-variant--red .site-bg__shape--3 .site-bg__path {
  fill: rgba(146, 111, 222, 0.18);
}

/* purple: purple right + coral accent top-left */
.site-bg__layer.bg-variant--purple .site-bg__shape--1 {
  transform: translate(120px, 50px) scale(1.15);
}

.site-bg__layer.bg-variant--purple .site-bg__shape--1 .site-bg__path {
  fill: rgba(146, 111, 222, 0.55);
}

.site-bg__layer.bg-variant--purple .site-bg__shape--2 {
  transform: translate(-300px, -150px) scale(0.9);
}

.site-bg__layer.bg-variant--purple .site-bg__shape--2 .site-bg__path {
  fill: rgba(248, 134, 115, 0.14);
}

.site-bg__layer.bg-variant--purple .site-bg__shape--3 .site-bg__path {
  fill: rgba(10, 20, 40, 0);
}

/* green: cyan right + blue accent left */
.site-bg__layer.bg-variant--green .site-bg__shape--1 {
  transform: translate(110px, 40px) scale(1.18);
}

.site-bg__layer.bg-variant--green .site-bg__shape--1 .site-bg__path {
  fill: rgba(46, 226, 199, 0.42);
}

.site-bg__layer.bg-variant--green .site-bg__shape--2 {
  transform: translate(-250px, -100px) scale(0.95);
}

.site-bg__layer.bg-variant--green .site-bg__shape--2 .site-bg__path {
  fill: rgba(72, 155, 255, 0.14);
}

.site-bg__layer.bg-variant--green .site-bg__shape--3 .site-bg__path {
  fill: rgba(10, 20, 40, 0);
}

/* yellow: yellow right + coral accent left */
.site-bg__layer.bg-variant--yellow .site-bg__shape--1 {
  transform: translate(100px, 60px) scale(1.2);
}

.site-bg__layer.bg-variant--yellow .site-bg__shape--1 .site-bg__path {
  fill: rgba(255, 209, 0, 0.44);
}

.site-bg__layer.bg-variant--yellow .site-bg__shape--2 {
  transform: translate(-200px, 80px) scale(1);
}

.site-bg__layer.bg-variant--yellow .site-bg__shape--2 .site-bg__path {
  fill: rgba(248, 134, 115, 0.16);
}

.site-bg__layer.bg-variant--yellow .site-bg__shape--3 .site-bg__path {
  fill: rgba(10, 20, 40, 0);
}

/* yellow-gradient: yellow bottom-right with gradient overlay effect */
.site-bg__layer.bg-variant--yellow-gradient .site-bg__shape--1 {
  transform: translate(50px, 150px) scale(1.3);
}

.site-bg__layer.bg-variant--yellow-gradient .site-bg__shape--1 .site-bg__path {
  fill: rgba(255, 209, 0, 0.55);
}

.site-bg__layer.bg-variant--yellow-gradient .site-bg__shape--2 {
  transform: translate(0, 50px) scale(1.1);
}

.site-bg__layer.bg-variant--yellow-gradient .site-bg__shape--2 .site-bg__path {
  fill: rgba(255, 209, 0, 0.22);
}

.site-bg__layer.bg-variant--yellow-gradient .site-bg__shape--3 .site-bg__path {
  fill: rgba(10, 20, 40, 0);
}

/* hero-purple-glow: blue-cyan gradient glow for hero sections (Figma SEO page design) */
/* Hide default shapes for this variant */
.site-bg__layer.bg-variant--hero-purple-glow .site-bg__shape--1 .site-bg__path,
.site-bg__layer.bg-variant--hero-purple-glow .site-bg__shape--2 .site-bg__path,
.site-bg__layer.bg-variant--hero-purple-glow .site-bg__shape--3 .site-bg__path {
  fill: rgba(10, 20, 40, 0);
}

/* Show custom hero blue-cyan shape with gradient and rotation */
.site-bg__layer.bg-variant--hero-purple-glow .site-bg__shape--hero-blue-cyan {
  opacity: 1;
  transform: translate(80px, -160px) scale(1.1);
  filter: blur(199px);
}

.site-bg__layer.bg-variant--hero-purple-glow .site-bg__path--hero-blue-cyan {
  fill: url(#site-bg-paint-hero-blue-cyan);
}

/* top-slim-purple: slim purple gradient at top (404 page) */
.site-bg__shape--top-slim {
  opacity: 0;
}

.site-bg__layer.bg-variant--top-slim-purple .site-bg__shape--1 .site-bg__path,
.site-bg__layer.bg-variant--top-slim-purple .site-bg__shape--2 .site-bg__path,
.site-bg__layer.bg-variant--top-slim-purple .site-bg__shape--3 .site-bg__path,
.site-bg__layer.bg-variant--top-slim-purple .site-bg__shape--ipl-wave .site-bg__path,
.site-bg__layer.bg-variant--top-slim-purple .site-bg__shape--ipl-blob .site-bg__path,
.site-bg__layer.bg-variant--top-slim-purple .site-bg__shape--hero-blue-cyan .site-bg__path {
  fill: rgba(10, 20, 40, 0);
}

.site-bg__layer.bg-variant--top-slim-purple .site-bg__shape--top-slim {
  opacity: 1;
  transform: translate(15%, 10%);
}

.site-bg__layer.bg-variant--top-slim-purple .site-bg__path--top-slim {
  fill: url(#site-bg-paint-top-slim-purple);
}

/* none: completely hide all background shapes */
.site-bg__layer.bg-variant--none .site-bg__shape--1 .site-bg__path,
.site-bg__layer.bg-variant--none .site-bg__shape--2 .site-bg__path,
.site-bg__layer.bg-variant--none .site-bg__shape--3 .site-bg__path,
.site-bg__layer.bg-variant--none .site-bg__shape--ipl-wave,
.site-bg__layer.bg-variant--none .site-bg__shape--ipl-blob,
.site-bg__layer.bg-variant--none .site-bg__shape--hero-blue-cyan {
  opacity: 0;
}

/* ============================================================
   Service variants: Violet, Green, Coral, Yellow, Blue
   Special shapes matching Figma service section designs
   ============================================================ */
/* Hide default shapes for service variants */
.site-bg__shape--service-1,
.site-bg__shape--service-2,
.site-bg__shape--service-3 {
  opacity: 0;
  transition: opacity 800ms cubic-bezier(0.4, 0, 0.2, 1);
}

/* Service Violet variant */
.site-bg__layer.bg-variant--service-violet .site-bg__shape--1 .site-bg__path,
.site-bg__layer.bg-variant--service-violet .site-bg__shape--2 .site-bg__path,
.site-bg__layer.bg-variant--service-violet .site-bg__shape--3 .site-bg__path {
  fill: rgba(10, 20, 40, 0);
}

.site-bg__layer.bg-variant--service-violet .site-bg__shape--service-1 {
  opacity: 1;
}

.site-bg__layer.bg-variant--service-violet .site-bg__path--service-1 {
  fill: url(#site-bg-service-violet-1);
  fill-opacity: 0.5;
}

.site-bg__layer.bg-variant--service-violet .site-bg__shape--service-2 {
  opacity: 1;
}

.site-bg__layer.bg-variant--service-violet .site-bg__path--service-2 {
  fill: url(#site-bg-service-violet-2);
  fill-opacity: 0.5;
}

.site-bg__layer.bg-variant--service-violet .site-bg__shape--service-3 {
  opacity: 1;
}

.site-bg__layer.bg-variant--service-violet .site-bg__path--service-3 {
  fill: url(#site-bg-service-violet-3);
  fill-opacity: 0.7;
}

/* Service Green variant */
.site-bg__layer.bg-variant--service-green .site-bg__shape--1 .site-bg__path,
.site-bg__layer.bg-variant--service-green .site-bg__shape--2 .site-bg__path,
.site-bg__layer.bg-variant--service-green .site-bg__shape--3 .site-bg__path {
  fill: rgba(10, 20, 40, 0);
}

.site-bg__layer.bg-variant--service-green .site-bg__shape--service-1 {
  opacity: 1;
}

.site-bg__layer.bg-variant--service-green .site-bg__path--service-1 {
  fill: url(#site-bg-service-green-1);
  fill-opacity: 0.5;
}

.site-bg__layer.bg-variant--service-green .site-bg__shape--service-2 {
  opacity: 1;
}

.site-bg__layer.bg-variant--service-green .site-bg__path--service-2 {
  fill: url(#site-bg-service-green-2);
  fill-opacity: 0.5;
}

.site-bg__layer.bg-variant--service-green .site-bg__shape--service-3 {
  opacity: 1;
}

.site-bg__layer.bg-variant--service-green .site-bg__path--service-3 {
  fill: url(#site-bg-service-green-3);
  fill-opacity: 0.7;
}

/* Service Coral variant */
.site-bg__layer.bg-variant--service-coral .site-bg__shape--1 .site-bg__path,
.site-bg__layer.bg-variant--service-coral .site-bg__shape--2 .site-bg__path,
.site-bg__layer.bg-variant--service-coral .site-bg__shape--3 .site-bg__path {
  fill: rgba(10, 20, 40, 0);
}

.site-bg__layer.bg-variant--service-coral .site-bg__shape--service-1 {
  opacity: 1;
}

.site-bg__layer.bg-variant--service-coral .site-bg__path--service-1 {
  fill: url(#site-bg-service-coral-1);
  fill-opacity: 0.5;
}

.site-bg__layer.bg-variant--service-coral .site-bg__shape--service-2 {
  opacity: 1;
}

.site-bg__layer.bg-variant--service-coral .site-bg__path--service-2 {
  fill: url(#site-bg-service-coral-2);
  fill-opacity: 0.5;
}

.site-bg__layer.bg-variant--service-coral .site-bg__shape--service-3 {
  opacity: 1;
}

.site-bg__layer.bg-variant--service-coral .site-bg__path--service-3 {
  fill: url(#site-bg-service-coral-3);
  fill-opacity: 0.7;
}

/* Service Yellow variant */
.site-bg__layer.bg-variant--service-yellow .site-bg__shape--1 .site-bg__path,
.site-bg__layer.bg-variant--service-yellow .site-bg__shape--2 .site-bg__path,
.site-bg__layer.bg-variant--service-yellow .site-bg__shape--3 .site-bg__path {
  fill: rgba(10, 20, 40, 0);
}

.site-bg__layer.bg-variant--service-yellow .site-bg__shape--service-1 {
  opacity: 1;
}

.site-bg__layer.bg-variant--service-yellow .site-bg__path--service-1 {
  fill: url(#site-bg-service-yellow-1);
  fill-opacity: 0.5;
}

.site-bg__layer.bg-variant--service-yellow .site-bg__shape--service-2 {
  opacity: 1;
}

.site-bg__layer.bg-variant--service-yellow .site-bg__path--service-2 {
  fill: url(#site-bg-service-yellow-2);
  fill-opacity: 0.5;
}

.site-bg__layer.bg-variant--service-yellow .site-bg__shape--service-3 {
  opacity: 1;
}

.site-bg__layer.bg-variant--service-yellow .site-bg__path--service-3 {
  fill: url(#site-bg-service-yellow-3);
  fill-opacity: 0.7;
}

/* Service Blue variant */
.site-bg__layer.bg-variant--service-blue .site-bg__shape--1 .site-bg__path,
.site-bg__layer.bg-variant--service-blue .site-bg__shape--2 .site-bg__path,
.site-bg__layer.bg-variant--service-blue .site-bg__shape--3 .site-bg__path {
  fill: rgba(10, 20, 40, 0);
}

.site-bg__layer.bg-variant--service-blue .site-bg__shape--service-1 {
  opacity: 1;
}

.site-bg__layer.bg-variant--service-blue .site-bg__path--service-1 {
  fill: url(#site-bg-service-blue-1);
  fill-opacity: 0.5;
}

.site-bg__layer.bg-variant--service-blue .site-bg__shape--service-2 {
  opacity: 1;
}

.site-bg__layer.bg-variant--service-blue .site-bg__path--service-2 {
  fill: url(#site-bg-service-blue-2);
  fill-opacity: 0.5;
}

.site-bg__layer.bg-variant--service-blue .site-bg__shape--service-3 {
  opacity: 1;
}

.site-bg__layer.bg-variant--service-blue .site-bg__path--service-3 {
  fill: url(#site-bg-service-blue-3);
  fill-opacity: 0.7;
}

/* ============================================================
   Noise overlay
   ============================================================ */
.site-bg__noise {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  opacity: 0.7;
  background-repeat: repeat;
  background-size: 1366px 1380px;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='1366' height='1380' viewBox='0 0 1366 1380'%3E%3Cdefs%3E%3Cfilter id='a' width='100%25' height='100%25' x='0' y='0' color-interpolation-filters='sRGB'%3E%3CfeTurbulence baseFrequency='.55' numOctaves='3' result='rawNoise' seed='7202' stitchTiles='stitch' type='fractalNoise'/%3E%3CfeColorMatrix in='rawNoise' result='alphaNoise' type='luminanceToAlpha'/%3E%3CfeComponentTransfer in='alphaNoise' result='discreteNoise'%3E%3CfeFuncA tableValues='1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0' type='discrete'/%3E%3C/feComponentTransfer%3E%3CfeFlood flood-color='rgba(14, 20, 44, 0.4)' result='floodColor'/%3E%3CfeComposite in='floodColor' in2='discreteNoise' operator='in'/%3E%3C/filter%3E%3C/defs%3E%3Crect width='100%25' height='100%25' filter='url(%23a)'/%3E%3C/svg%3E");
}

.site-bg.is-reduced-motion .site-bg__noise {
  opacity: 0.12;
}

body.single-post .site-header {
  background-color: rgba(255, 255, 255, 0.35);
}
body.single-post .site {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='1267' height='1524' fill='none' viewBox='0 0 1267 1524'%3E%3Cg filter='url(%23a)'%3E%3Cpath fill='url(%23b)' d='M0 0h1266.97v1523.72H0z'/%3E%3C/g%3E%3Cdefs%3E%3ClinearGradient id='b' x1='1266.97' x2='0' y1='761.86' y2='761.86' gradientUnits='userSpaceOnUse'%3E%3Cstop stop-color='%23fafafa'/%3E%3Cstop offset='1' stop-color='%23fafafa' stop-opacity='0'/%3E%3C/linearGradient%3E%3Cfilter id='a' width='1266.97' height='1523.72' x='0' y='0' color-interpolation-filters='sRGB' filterUnits='userSpaceOnUse'%3E%3CfeFlood flood-opacity='0' result='BackgroundImageFix'/%3E%3CfeBlend in='SourceGraphic' in2='BackgroundImageFix' result='shape'/%3E%3CfeTurbulence baseFrequency='0.55555558204650879 0.55555558204650879' numOctaves='3' result='noise' seed='7202' stitchTiles='stitch' type='fractalNoise'/%3E%3CfeColorMatrix in='noise' result='alphaNoise' type='luminanceToAlpha'/%3E%3CfeComponentTransfer in='alphaNoise' result='coloredNoise1'%3E%3CfeFuncA tableValues='1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0' type='discrete'/%3E%3C/feComponentTransfer%3E%3CfeComposite in='coloredNoise1' in2='shape' operator='in' result='noise1Clipped'/%3E%3CfeFlood flood-color='%23eaeaea' result='color1Flood'/%3E%3CfeComposite in='color1Flood' in2='noise1Clipped' operator='in' result='color1'/%3E%3CfeMerge result='effect1_noise_1272_7657'%3E%3CfeMergeNode in='shape'/%3E%3CfeMergeNode in='color1'/%3E%3C/feMerge%3E%3C/filter%3E%3C/defs%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: 100% 0;
  background-size: 79.1875rem 95.25rem;
  background-color: #FAFAFA;
}
body.single-post .site-bg {
  display: none;
}
body.single-post .site-footer {
  background: #0A1428;
  color: #FAFAFA;
}
body.single-post .blog-single-after-related {
  background: #0A1428;
  color: #FAFAFA;
}
body.single-post .testimonials-slider {
  padding-block: 20px;
}
body.single-post .testimonials-slider__container {
  padding-inline: 0;
}
body.single-post .testimonials-slider__card {
  padding: 40px;
  box-shadow: none;
  min-height: 0;
}
@media only screen and (max-width: 767px) {
  body.single-post .testimonials-slider__card {
    padding: 28px 24px;
  }
}
body.single-post .testimonials-slider__logo {
  max-width: 100px;
  height: 70px;
}
body.single-post .testimonials-slider__logo img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  border-radius: 0;
}

.blog-single {
  background: none;
  color: #0A1428;
}
.blog-single__frame {
  display: grid;
  grid-template-columns: 310px 1fr 310px;
  max-width: 1400px;
  margin-inline: auto;
  padding-inline: 25px;
}
@media only screen and (max-width: 1200px) {
  .blog-single__frame {
    grid-template-columns: 310px 1fr;
  }
  .blog-single__frame .container {
    min-width: 0;
  }
}
@media only screen and (max-width: 991px) {
  .blog-single__frame {
    grid-template-columns: 1fr;
    padding-inline: 0;
    display: block;
  }
}
@media only screen and (max-width: 991px) {
  .blog-single__toc-wrap {
    padding-inline: 24px;
  }
}
@media only screen and (max-width: 767px) {
  .blog-single__toc-wrap {
    padding-inline: 16px;
  }
}
.blog-single__to-up {
  position: fixed;
  bottom: 24px;
  right: 24px;
  width: 40px;
  height: 40px;
  z-index: 100;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.3s ease, visibility 0.3s ease;
}
.blog-single__to-up--visible {
  opacity: 1;
  visibility: visible;
}
.blog-single__to-up a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  background: #0A1428;
  color: #FAFAFA;
  text-decoration: none;
  font-size: 0;
  box-shadow: 0 4px 15px rgba(10, 20, 40, 0.2);
  transition: background-color 0.2s ease, box-shadow 0.2s ease;
}
.blog-single__to-up a span {
  display: none;
}
.blog-single__to-up a::before {
  content: "";
  display: block;
  width: 10px;
  height: 10px;
  border-top: 2px solid #FAFAFA;
  border-right: 2px solid #FAFAFA;
  transform: rotate(-45deg);
  margin-top: 4px;
}
.blog-single__to-up a:hover {
  background: #926FDE;
  box-shadow: 0 6px 20px rgba(10, 20, 40, 0.3);
}
.blog-single__summary {
  margin-bottom: 1.5625rem;
  border-radius: 0 30px 30px 0;
  border-left: 10px solid #FFDD0C;
  background: rgba(255, 221, 12, 0.15);
  padding: 30px 30px 30px 20px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 20px;
}
@media only screen and (max-width: 767px) {
  .blog-single__summary {
    flex-wrap: wrap;
  }
}
.blog-single__summary-frame {
  min-width: 0;
  font-weight: 500;
  font-size: 0.9375rem;
}
.blog-single__summary-title {
  margin: 0 0 5px;
  font-weight: 600;
}
.blog-single__summary-button a {
  text-decoration: none !important;
}
.blog-single__share {
  position: sticky;
  top: 60px;
  height: 1px;
  z-index: 1;
}
@media only screen and (max-width: 991px) {
  .blog-single__share {
    display: none;
  }
}
.blog-single__share-frame {
  position: absolute;
  top: 40px;
  right: 0;
  border-radius: 20px;
  background: #FAFAFA;
  box-shadow: 0 15px 40px 0 rgba(10, 20, 40, 0.3);
  padding: 1.875rem;
}
.blog-single__share-list {
  padding: 0;
  margin: 0;
  list-style: none;
  display: -ms-grid;
  display: grid;
  grid-gap: 32px;
}
.blog-single__share-list a,
.blog-single__share-list button {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0;
  border: 0;
  background: transparent;
  color: #0A1428;
  cursor: pointer;
  transition: all 0.2s ease 0s;
  vertical-align: top;
}
.blog-single__share-list a:hover,
.blog-single__share-list button:hover {
  color: #926FDE;
}
.blog-single__share-copy-message {
  position: absolute;
  left: 50%;
  bottom: calc(100% + 8px);
  width: max-content;
  max-width: 10rem;
  padding: 0.375rem 0.625rem;
  border-radius: 0.5rem;
  background: #0A1428;
  color: #FAFAFA;
  font-family: "Montserrat", sans-serif;
  font-size: 0.75rem;
  font-weight: 600;
  line-height: 1.2;
  opacity: 0;
  pointer-events: none;
  transform: translate(-50%, 0.25rem);
  transition: opacity 0.2s ease, transform 0.2s ease;
}
.blog-single__share-copy-message--visible {
  opacity: 1;
  transform: translate(-50%, 0);
}
.blog-single__share-bottom {
  position: relative;
  z-index: 1;
  padding: 0 0 6.25rem;
}
.blog-single__share-bottom-inner {
  max-width: 42.5rem;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 1.875rem;
}
.blog-single__share-bottom-title {
  margin: 0;
  font-family: "Bricolage Grotesque", sans-serif;
  font-weight: 700;
  line-height: 1;
  letter-spacing: -1.2px;
  font-size: 1.5rem;
  color: #0A1428;
}
.blog-single__share-bottom .blog-single__share-list {
  display: flex;
  align-items: center;
  flex-shrink: 0;
  grid-gap: 1.5rem;
  line-height: 20px;
}
@media only screen and (max-width: 991px) {
  .blog-single__share-bottom {
    padding-bottom: 5rem;
  }
  .blog-single__share-bottom-inner {
    flex-direction: column;
    align-items: flex-start;
  }
  .blog-single__share-bottom .blog-single__share-list {
    grid-gap: 1.875rem;
  }
}
@media only screen and (max-width: 767px) {
  .blog-single__share-bottom {
    padding-bottom: 3.75rem;
  }
  .blog-single__share-bottom-title {
    font-size: 1.75rem;
  }
}

.blog-single__hero {
  position: relative;
  padding: 40px 0;
  max-width: 42.5rem;
  margin-left: auto;
  margin-right: auto;
}
@media only screen and (max-width: 991px) {
  .blog-single__hero {
    max-width: 100%;
  }
}
.blog-single__hero::before {
  content: "";
  position: absolute;
  left: 50%;
  top: -20.3125rem;
  width: 117.5625rem;
  height: 224.9375rem;
  background: #FAFAFA;
  border-radius: 58.75rem;
  transform: translateX(-20%) rotate(-50deg);
  opacity: 1;
  pointer-events: none;
  z-index: -1;
}

.blog-single__hero-head {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  gap: 15px;
  color: #6284C8;
  font-size: 0.9375rem;
  line-height: 1.4;
  letter-spacing: -0.03em;
  font-weight: 600;
}

.blog-single__hero-head-separator {
  width: 4px;
  height: 4px;
  border-radius: 50%;
  background: rgba(98, 132, 200, 0.4);
}

.blog-single__hero-date {
  position: relative;
  padding-left: 1.375rem;
}
.blog-single__hero-date::before {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  width: 1rem;
  height: 1rem;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  background-image: url("data:image/svg+xml,%3Csvg width='16' height='16' viewBox='0 0 16 16' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M14 6.66683H2M10.6667 1.3335V4.00016M5.33333 1.3335V4.00016M5.2 14.6668H10.8C11.9201 14.6668 12.4802 14.6668 12.908 14.4488C13.2843 14.2571 13.5903 13.9511 13.782 13.5748C14 13.147 14 12.5869 14 11.4668V5.86683C14 4.74672 14 4.18667 13.782 3.75885C13.5903 3.38252 13.2843 3.07656 12.908 2.88482C12.4802 2.66683 11.9201 2.66683 10.8 2.66683H5.2C4.0799 2.66683 3.51984 2.66683 3.09202 2.88482C2.71569 3.07656 2.40973 3.38252 2.21799 3.75885C2 4.18667 2 4.74672 2 5.86683V11.4668C2 12.5869 2 13.147 2.21799 13.5748C2.40973 13.9511 2.71569 14.2571 3.09202 14.4488C3.51984 14.6668 4.0799 14.6668 5.2 14.6668Z' stroke='%236284C8' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A");
}

.blog-single__hero-read {
  position: relative;
  padding-left: 1.375rem;
}
.blog-single__hero-read::before {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  width: 1rem;
  height: 1rem;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  background-image: url("data:image/svg+xml,%3Csvg width='16' height='16' viewBox='0 0 16 16' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M7.9987 4.00016V8.00016L10.6654 9.3335M14.6654 8.00016C14.6654 11.6821 11.6806 14.6668 7.9987 14.6668C4.3168 14.6668 1.33203 11.6821 1.33203 8.00016C1.33203 4.31826 4.3168 1.3335 7.9987 1.3335C11.6806 1.3335 14.6654 4.31826 14.6654 8.00016Z' stroke='%236284C8' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A");
}

.blog-single__hero-category {
  position: relative;
  padding: 0.25rem 0.75rem 0.25rem 1.5rem;
  border-radius: 24px;
  background: rgba(98, 132, 200, 0.2);
  color: #6284C8;
}
.blog-single__hero-category::before {
  content: "";
  position: absolute;
  top: 0.75rem;
  left: 0.75rem;
  width: 0.375rem;
  height: 0.375rem;
  border-radius: 50%;
  background: currentColor;
}

.blog-single__hero-inner {
  position: relative;
  z-index: 1;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 25px;
}

.blog-single__title {
  font-family: "Bricolage Grotesque", sans-serif;
  font-weight: 600;
  line-height: 1.1;
  letter-spacing: -2.1px;
  text-align: center;
  color: #0A1428;
  margin: 0;
  font-size: 3rem;
}

.blog-single__authors {
  display: grid;
  align-items: center;
  gap: 25px;
  width: 100%;
  grid-template-columns: minmax(0, 1fr);
}
@media only screen and (min-width: 768px) {
  .blog-single__authors:has(> .blog-single__author:only-child) {
    grid-template-columns: minmax(0, 1fr);
  }
  .blog-single__authors:has(> .blog-single__author:first-child:nth-last-child(3)) {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
  .blog-single__authors:has(> .blog-single__author:first-child:nth-last-child(2)), .blog-single__authors:has(> .blog-single__author:first-child:nth-last-child(4)) {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .blog-single__authors:has(> .blog-single__author:nth-child(5)) {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}
@media only screen and (max-width: 767px) {
  .blog-single__authors {
    grid-template-columns: minmax(0, 1fr);
  }
}

.blog-single__author {
  display: flex;
  flex-direction: column;
  gap: 25px;
  align-items: center;
}

.blog-single__author-avatar {
  width: 3.8125rem;
  height: 3.8125rem;
  border-radius: 15px;
  overflow: hidden;
}
.blog-single__author-avatar img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
}

.blog-single__author-meta {
  text-align: center;
  color: #0A1428;
}

.blog-single__author-name {
  font-family: "Montserrat", sans-serif;
  font-weight: 600;
  line-height: 1.5;
  letter-spacing: -0.63px;
  font-size: 1.125rem;
}

.blog-single__author-role {
  font-family: "Montserrat", sans-serif;
  font-weight: 500;
  line-height: 1.35;
  letter-spacing: -0.48px;
  font-size: 0.9375rem;
}

.blog-single__featured {
  width: 100%;
  max-width: 42.5rem;
  margin: 0;
  border-radius: 30px;
  overflow: hidden;
}

.blog-single__featured-img {
  width: 100%;
  height: auto;
  display: block;
  border-radius: 30px;
}

.blog-single__content {
  position: relative;
  max-width: 40.625rem;
  margin-left: auto;
  margin-right: auto;
  padding-bottom: 7.5rem;
}
.blog-single__content--has-toc {
  display: grid;
  grid-template-columns: minmax(0, 19.375rem) minmax(0, 42.5rem) 84px;
  column-gap: 1.5625rem;
  align-items: start;
  justify-content: space-between;
  max-width: 75rem;
}
.blog-single__content--has-toc .blog-single__content-inner {
  width: 100%;
  max-width: 42.5rem;
}
@media only screen and (max-width: 991px) {
  .blog-single__content--has-toc {
    display: block;
    max-width: 42.5rem;
  }
}

.blog-single__content {
  color: #0A1428;
}
.blog-single__content-inner > * {
  margin: 0;
}
.blog-single__content-inner > * + * {
  margin-top: 25px;
}
.blog-single__content-inner a {
  color: #6A3CCF;
  font-weight: 600;
  text-decoration: underline;
  text-underline-position: from-font;
  text-decoration-thickness: from-font;
}
.blog-single__content-inner a:hover {
  text-decoration: none;
}
.blog-single__content p,
.blog-single__content li {
  font-family: "Montserrat", sans-serif;
  font-weight: 500;
  line-height: 1.5;
  letter-spacing: -0.03em;
}
.blog-single__content .alignwide {
  max-width: 888px;
}
.blog-single__content ul,
.blog-single__content ol {
  margin-inline: 0;
  display: grid;
  gap: 0.625rem;
  list-style-position: outside;
}
.blog-single__content ul ul,
.blog-single__content ul ol,
.blog-single__content ol ul,
.blog-single__content ol ol {
  margin-top: 1em;
}
.blog-single__content h2,
.blog-single__content h3 {
  margin-inline: 0;
  color: #0A1428;
}
.blog-single__content h2 {
  font-family: "Bricolage Grotesque", sans-serif;
  font-weight: 700;
  line-height: 1;
  letter-spacing: -1.2px;
  font-size: 2.1875rem;
  scroll-margin-top: 8.75rem;
}
.blog-single__content h3 {
  font-family: "Montserrat", sans-serif;
  font-weight: 700;
  line-height: 1.3;
  letter-spacing: -0.9px;
  font-size: 1.375rem;
}
.blog-single__content h4 {
  font-family: "Montserrat", sans-serif;
  font-weight: 700;
  line-height: 1.3;
  letter-spacing: -0.9px;
  font-size: 1.25rem;
}
.blog-single__content figure {
  margin-inline: 0;
}
.blog-single__content .wp-block-image {
  display: block;
}
.blog-single__content img {
  max-width: 100%;
  height: auto;
  border-radius: 30px;
  display: block;
}
.blog-single__content .blog-single__card {
  border-radius: 30px;
  padding: 1.875rem;
  display: flex;
  flex-direction: column;
  gap: 25px;
}
.blog-single__content .blog-single__card--tldr {
  border: 0.5px solid #0A1428;
  background: transparent;
}
.blog-single__content .blog-single__card--toc {
  background: #F3F3F3;
  border: 0.5px solid #B2B8BE;
}

.blog-single__toc {
  position: sticky;
  top: 6.25rem;
  align-self: start;
}
@media only screen and (max-width: 991px) {
  .blog-single__toc {
    position: static;
    margin-bottom: 1.5625rem;
    max-width: 650px;
    margin-left: auto;
    margin-right: auto;
  }
}

.blog-single__toc-toggle {
  display: none;
  width: 100%;
  border: 0.5px solid rgba(10, 20, 40, 0.12);
  border-radius: 20px;
  background: rgba(250, 250, 250, 0.78);
  box-shadow: 0 15px 40px rgba(10, 20, 40, 0.1);
  padding: 1.125rem 1.5625rem;
  color: #0A1428;
  font-family: "Bricolage Grotesque", sans-serif;
  font-size: 1.375rem;
  font-weight: 700;
  line-height: 1;
  letter-spacing: -0.66px;
  text-align: left;
  cursor: pointer;
}
@media only screen and (max-width: 991px) {
  .blog-single__toc-toggle {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 1rem;
  }
}
.blog-single__toc-toggle::after {
  content: "";
  width: 0.625rem;
  height: 0.625rem;
  border-right: 2px solid currentColor;
  border-bottom: 2px solid currentColor;
  transform: rotate(45deg);
  transition: transform 0.2s ease;
}
.blog-single__toc--open .blog-single__toc-toggle::after {
  transform: rotate(225deg);
}

.blog-single__toc-nav {
  border-radius: 20px;
  border: 0.5px solid rgba(10, 20, 40, 0.12);
  background: rgba(250, 250, 250, 0.78);
  box-shadow: 0 15px 40px rgba(10, 20, 40, 0.1);
  padding: 1.875rem 1.5625rem;
  max-height: calc(100vh - 8.75rem);
  overflow-y: auto;
  overscroll-behavior: contain;
}
@media only screen and (max-width: 991px) {
  .blog-single__toc-nav {
    display: none;
    margin-top: 0.625rem;
    max-height: none;
    overflow-y: visible;
    overscroll-behavior: auto;
  }
}
@media only screen and (max-width: 991px) {
  .blog-single__toc--open .blog-single__toc-nav {
    display: block;
  }
}

.blog-single__toc-title {
  margin: 0 0 1.125rem;
  font-family: "Bricolage Grotesque", sans-serif;
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1;
  letter-spacing: -0.72px;
  color: #0A1428;
}
@media only screen and (max-width: 991px) {
  .blog-single__toc-title {
    display: none;
  }
}

.blog-single__toc-list {
  display: grid;
  gap: 0.75rem;
  margin: 0;
  padding: 0;
  list-style: none;
}

.blog-single__toc-link {
  display: block;
  color: #0A1428;
  font-family: "Montserrat", sans-serif;
  font-size: 0.875rem;
  font-weight: 600;
  line-height: 1.35;
  letter-spacing: -0.03em;
  text-decoration: none;
  transition: color 0.2s ease;
}
.blog-single__toc-link:hover, .blog-single__toc-link:focus-visible {
  color: #926FDE;
}

.blog-single__toc-link--active {
  color: #926FDE;
}

.blog-single-related {
  background: #0A1428;
  color: #FAFAFA;
  padding: 7.5rem 0;
  position: relative;
  z-index: 2;
}
.blog-single-related__title {
  margin: 0 0 2.8125rem;
  font-family: "Bricolage Grotesque", sans-serif;
  font-weight: 600;
  line-height: 1.1;
  letter-spacing: -2.1px;
  color: #FAFAFA;
  font-size: 3rem;
}
.blog-single-related__button {
  text-align: center;
  margin-top: 7.5rem;
}

@keyframes starTwinkle {
  0%, 100% {
    opacity: 0;
    transform: scale(0.5);
  }
  50% {
    opacity: var(--star-opacity-max, 0.8);
    transform: scale(1);
  }
}
@keyframes starFloat {
  0%, 100% {
    transform: translate(0, 0) rotate(0deg);
  }
  25% {
    transform: translate(3px, -5px) rotate(5deg);
  }
  50% {
    transform: translate(-2px, -8px) rotate(-3deg);
  }
  75% {
    transform: translate(4px, -6px) rotate(7deg);
  }
}
.glass-label-block {
  display: inline-block;
  position: relative;
}

.glass-label {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 0.625rem 1.25rem;
  font-size: 0.8125rem;
  line-height: 1.5;
  font-weight: 500;
  font-family: "Montserrat", sans-serif;
  color: #FAFAFA;
  white-space: nowrap;
}
.glass-label.glass-effect {
  border-radius: 30px;
  background: radial-gradient(1140.3% 84.22% at 2.87% -6.68%, rgba(255, 255, 255, 0.05) 0%, rgba(255, 255, 255, 0.01) 100%), rgba(128, 159, 221, 0.04);
  backdrop-filter: blur(6.25px);
  --border-1: #C3D3EF;
  --border-2: #8A86C0;
}
.glass-label.glass-effect:before {
  background: linear-gradient(130deg, var(--border-1) 5%, rgba(148, 156, 170, 0.4) 50%, var(--border-2) 95%) border-box;
  mask: linear-gradient(black, black, black) border-box, linear-gradient(black, black, black) padding-box;
  mask-composite: subtract;
}
.glass-label__text {
  position: relative;
  z-index: 1;
}
.glass-label__icon {
  position: relative;
  z-index: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  flex: 0 0 auto;
  line-height: 1;
}
.glass-label__icon--left {
  order: -1;
}
.glass-label__icon--right {
  order: 2;
}
.glass-label__icon-image {
  width: 20px;
  height: 20px;
  object-fit: contain;
  display: block;
}
.glass-label__icon-image svg {
  width: 100%;
  height: 100%;
  fill: currentColor;
}
.glass-label--small {
  padding: 0.375rem 0.75rem;
  font-size: 0.9375rem;
  gap: 6px;
}
.glass-label--small .glass-label__icon-image {
  width: 16px;
  height: 16px;
}
.glass-label--large {
  padding: 0.75rem 1.5rem;
  font-size: 1.125rem;
  gap: 12px;
}
.glass-label--large .glass-label__icon-image {
  width: 24px;
  height: 24px;
}
.glass-label__stars {
  position: absolute;
  inset: 0;
  pointer-events: none;
  z-index: 0;
  overflow: visible;
  --star-opacity-max: 0.8;
}
.glass-label__star {
  position: absolute;
  width: var(--star-size, 4px);
  height: var(--star-size, 4px);
  background-color: rgba(255, 217, 141, 0.9);
  border-radius: 50%;
  opacity: 0;
  animation: starTwinkle 3s ease-in-out infinite, starFloat 6s ease-in-out infinite;
  animation-delay: var(--star-delay, 0s);
  mix-blend-mode: screen;
  box-shadow: 0 0 8px rgba(255, 217, 141, 0.6);
}
.glass-label__star--medium {
  box-shadow: 0 0 10px rgba(255, 217, 141, 0.8);
}
.glass-label__star--small {
  box-shadow: 0 0 6px rgba(255, 217, 141, 0.5);
}
@media only screen and (max-width: 767px) {
  .glass-label {
    padding: 0.375rem 0.75rem;
    gap: 6px;
  }
  .glass-label__icon-image {
    width: 16px;
    height: 16px;
  }
  .glass-label--large {
    padding: 0.625rem 1.25rem;
  }
  .glass-label--large .glass-label__icon-image {
    width: 20px;
    height: 20px;
  }
}

.glass-label-wrapper {
  position: relative;
  display: inline-block;
}
.glass-label-wrapper .glass-label {
  position: relative;
  z-index: 1;
}

.glass-label-block--glow .glass-label.glass-effect {
  --border-1: rgba(255, 217, 141, 0.5);
  --border-2: rgba(255, 217, 141, 0.3);
  box-shadow: 0px 0px 14px 0px rgba(255, 255, 255, 0.2);
}
.glass-label-block--glow .glass-label.glass-effect:before {
  background: linear-gradient(130deg, var(--border-1) 5%, rgba(255, 217, 141, 0.4) 50%, var(--border-2) 95%) border-box;
}

.career-single-after-related {
  background: #0A1428;
  color: #FAFAFA;
  position: relative;
}

.career-single {
  background: none;
  color: #FAFAFA;
  padding: 2.5rem 0 5rem;
}
.career-single__share {
  position: sticky;
  top: 160px;
  height: 400px;
}
@media only screen and (max-width: 991px) {
  .career-single__share {
    display: none;
  }
}
.career-single__share-frame {
  position: absolute;
  top: 0;
  right: 0;
  min-width: 7.375rem;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.career-single__share-title {
  margin-bottom: 1.875rem;
  font-size: 0.9375rem;
  font-weight: 500;
  color: #B2B8BE;
  text-align: center;
  line-height: 1.2;
}
.career-single__share-list {
  margin: 0;
  list-style: none;
  padding: 1.875rem;
  background: #FAFAFA;
  border-radius: 30px;
  color: #0A1428;
  display: flex;
  flex-direction: column;
  gap: 2.8125rem;
}
.career-single__share-item {
  display: flex;
  justify-content: center;
}
.career-single__share-link {
  color: #0A1428;
  transition: all 0.3s ease;
  display: flex;
  align-items: center;
  justify-content: center;
}
.career-single__share-link svg {
  fill: currentColor;
}
.career-single__share-link:hover {
  color: rgb(50.8, 101.6, 203.2);
}
@media only screen and (max-width: 991px) {
  .career-single {
    padding: 5rem 0 3.75rem;
  }
}
@media only screen and (max-width: 767px) {
  .career-single {
    padding: 3.75rem 0 2.5rem;
  }
}
.career-single__header {
  margin-bottom: 3.75rem;
  padding-inline-end: 7.375rem;
  margin-top: -400px;
}
@media only screen and (max-width: 991px) {
  .career-single__header {
    padding-inline-end: 0;
    margin-top: 0;
  }
}
@media only screen and (max-width: 767px) {
  .career-single__header {
    margin-bottom: 2.5rem;
  }
}
.career-single__header .glass-label-block {
  margin-bottom: 2.5rem;
}
.career-single__label {
  display: inline-flex;
  margin-bottom: 2.5rem;
}
@media only screen and (max-width: 767px) {
  .career-single__label {
    margin-bottom: 1.875rem;
  }
}
.career-single__label-text {
  display: inline-block;
  padding: 0.4375rem 0.9375rem;
  background: rgba(255, 255, 255, 0.1);
  border-radius: 20px;
  font-size: 0.875rem;
  font-weight: 500;
  color: #FAFAFA;
  line-height: 1.3;
}
.career-single__department {
  margin-bottom: 0.5rem;
  font-size: 1.125rem;
  font-weight: 600;
  line-height: 1;
  color: #54F0A3;
}
@media only screen and (max-width: 767px) {
  .career-single__department {
    font-size: 1rem;
  }
}
.career-single__title {
  margin: 0 0 2.8125rem;
  font-size: clamp(32px, 3.3125rem, 3.3125rem);
  font-weight: 600;
  line-height: 1;
  color: #54F0A3;
}
@media only screen and (max-width: 991px) {
  .career-single__title {
    margin-bottom: 2.1875rem;
  }
}
@media only screen and (max-width: 767px) {
  .career-single__title {
    margin-bottom: 1.5625rem;
  }
}
.career-single__locations {
  margin-bottom: 2.5rem;
  font-size: 1.6875rem;
  font-weight: 400;
  line-height: 1;
  color: #FAFAFA;
}
@media only screen and (max-width: 767px) {
  .career-single__locations {
    margin-bottom: 1.875rem;
    font-size: 1.25rem;
  }
}
.career-single__apply {
  margin-bottom: 3.75rem;
}
@media only screen and (max-width: 767px) {
  .career-single__apply {
    margin-bottom: 2.5rem;
  }
}
.career-single__apply .btn {
  min-width: 10.5rem;
}
.career-single__content {
  max-width: 43.75rem;
  font-size: 1.125rem;
  line-height: 1.5;
  font-weight: 500;
}
.career-single__content-inner {
  color: #FAFAFA;
}
.career-single__content-inner h1, .career-single__content-inner h2, .career-single__content-inner h3, .career-single__content-inner h4, .career-single__content-inner h5, .career-single__content-inner h6 {
  color: #FAFAFA;
  font-weight: 600;
  margin-bottom: 1.25rem;
}
.career-single__content-inner h2 {
  font-size: clamp(28px, 2.4375rem, 2.4375rem);
  margin-top: 1.875rem;
}
.career-single__content-inner p {
  margin-bottom: 1.25rem;
}
.career-single__content-inner ul, .career-single__content-inner ol {
  margin-bottom: 1.25rem;
  padding-left: 1.25rem;
}
.career-single__content-inner li {
  margin-bottom: 0.625rem;
  font-size: 1.125rem;
  line-height: 1.5;
}
.career-single__content-inner li::marker {
  color: #54F0A3;
}
.career-single__content-inner a {
  color: #54F0A3;
  text-decoration: underline;
}
.career-single__content-inner a:hover {
  color: #FFDD0C;
}

.search-page {
  padding: 3.75rem 0 5rem;
}
@media only screen and (max-width: 991px) {
  .search-page {
    padding: 2.5rem 0 3.75rem;
  }
}
@media only screen and (max-width: 767px) {
  .search-page {
    padding: 2rem 0 3rem;
  }
}

.search-page__header {
  margin-bottom: 3rem;
  text-align: center;
}
@media only screen and (max-width: 767px) {
  .search-page__header {
    margin-bottom: 2rem;
  }
}

.search-page__title {
  font-size: 3rem;
  font-family: "Bricolage Grotesque", sans-serif;
  font-weight: 600;
  line-height: 1.15;
  color: #FAFAFA;
  margin: 0 0 1.5rem;
}
@media only screen and (max-width: 991px) {
  .search-page__title {
    font-size: 2.5rem;
  }
}
@media only screen and (max-width: 767px) {
  .search-page__title {
    font-size: 2rem;
    margin-bottom: 1.25rem;
  }
}

.search-page__query {
  color: #FFDD0C;
}

.search-page__form-wrap {
  max-width: 30rem;
  margin: 0 auto;
}

.search-form {
  display: flex;
  gap: 0;
  align-items: stretch;
  background: rgba(250, 250, 250, 0.08);
  border: 1px solid rgba(98, 132, 200, 0.5);
  border-radius: 1.875rem;
  overflow: hidden;
  transition: border-color 0.25s ease;
}
.search-form:focus-within {
  border-color: #6284C8;
  box-shadow: 0 0 0 2px rgba(98, 132, 200, 0.2);
}
@media only screen and (max-width: 767px) {
  .search-form {
    flex-direction: column;
    overflow: visible;
    gap: 0.75rem;
    padding: 1rem;
  }
}

.search-form label {
  flex: 1;
  min-width: 0;
  display: flex;
  align-items: center;
  padding: 0.5rem 1rem 0.5rem 1.5rem;
}
@media only screen and (max-width: 767px) {
  .search-form label {
    padding: 0;
  }
}

.search-form__field {
  flex: 1;
  min-width: 0;
  border: 0;
  background: transparent;
  font-size: 1rem;
  font-family: "Montserrat", sans-serif;
  color: #FAFAFA;
  outline: none;
}
.search-form__field::placeholder {
  color: rgba(250, 250, 250, 0.5);
}
.search-form__field::-webkit-search-cancel-button {
  -webkit-appearance: none;
  appearance: none;
  width: 1.125rem;
  height: 1.125rem;
  margin-left: 0.5rem;
  background: transparent;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='18' height='18' viewBox='0 0 18 18' fill='none'%3E%3Cpath d='M13.5 4.5L4.5 13.5M4.5 4.5L13.5 13.5' stroke='%23FFDD0C' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: center;
  cursor: pointer;
  opacity: 0.9;
}
.search-form__field::-webkit-search-cancel-button:hover {
  opacity: 1;
}

.search-form__submit {
  flex-shrink: 0;
  border-radius: 0;
  border: 0;
}
@media only screen and (max-width: 767px) {
  .search-form__submit {
    width: 100%;
    border-radius: 0.75rem;
  }
}

.search-page__empty {
  text-align: center;
  padding: 5rem 1.5rem;
  background: linear-gradient(107deg, rgba(10, 20, 40, 0.9) 55%, rgba(36, 71, 142, 0.6) 145%);
  border-radius: 1.875rem;
  border: 1px solid rgba(98, 132, 200, 0.3);
}
@media only screen and (max-width: 767px) {
  .search-page__empty {
    padding: 3rem 1.25rem;
  }
}

.search-page__empty-header {
  margin-bottom: 1.5rem;
}

.search-page__empty-title {
  font-size: 2rem;
  font-family: "Bricolage Grotesque", sans-serif;
  font-weight: 600;
  color: #FAFAFA;
  margin: 0;
}
@media only screen and (max-width: 767px) {
  .search-page__empty-title {
    font-size: 1.5rem;
  }
}

.search-page__empty-text {
  font-size: 1.125rem;
  color: rgba(250, 250, 250, 0.85);
  margin: 0 0 2rem;
  line-height: 1.5;
}
@media only screen and (max-width: 767px) {
  .search-page__empty-text {
    font-size: 1rem;
    margin-bottom: 1.5rem;
  }
}

.search-page__empty .search-page__form-wrap {
  margin: 0 auto;
}

.blog-list__type {
  font-size: 0.8125rem;
  font-weight: 500;
  color: #6284C8;
  font-family: "Montserrat", sans-serif;
}

.search-page__nav {
  margin-top: 3rem;
  text-align: center;
}
.search-page__nav .nav-links {
  display: flex;
  justify-content: center;
  gap: 1rem;
  flex-wrap: wrap;
}
.search-page__nav a,
.search-page__nav span {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 2.75rem;
  height: 2.75rem;
  padding: 0 1rem;
  border-radius: 0.75rem;
  font-size: 0.9375rem;
  font-weight: 500;
  font-family: "Montserrat", sans-serif;
  text-decoration: none;
  color: #FAFAFA;
  background: rgba(250, 250, 250, 0.1);
  border: 1px solid rgba(98, 132, 200, 0.5);
  transition: all 0.25s ease;
}
.search-page__nav a:hover {
  background: rgba(255, 221, 12, 0.2);
  border-color: #FFDD0C;
  color: #FFDD0C;
}
.search-page__nav .current {
  background: #FFDD0C;
  border-color: #FFDD0C;
  color: #0A1428;
}

.contact-form-block {
  --cf-gap: 2.5rem;
  --cf-radius: 1.25rem;
  --cf-border: rgba(98, 132, 200, 1);
  color: #FAFAFA;
}
.contact-form-block__inner {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: var(--cf-gap);
  align-items: center;
  padding: 1.875rem;
  border-radius: var(--cf-radius);
  overflow: hidden;
  backdrop-filter: blur(40px);
  -webkit-backdrop-filter: blur(40px);
  border: 1px solid rgba(255, 255, 255, 0.2);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='1800' height='975' fill='none' viewBox='0 0 1800 975'%3E%3Cg filter='url(%23a)' opacity='.5'%3E%3Cpath fill='url(%23b)' d='M-119.391-324.129C317.934-293.548-10.696-25.509 655.801-30.575 506.417 369.55 319.924-32.12-117.401-62.7c-437.325-30.581-819.691 52.926-810.493-78.618 9.199-131.544 371.178-213.391 808.503-182.811'/%3E%3C/g%3E%3Cg filter='url(%23c)' opacity='.5'%3E%3Ccircle cx='880.953' cy='-2.774' r='397.062' fill='url(%23d)'/%3E%3C/g%3E%3Cg filter='url(%23e)' opacity='.5'%3E%3Cellipse cx='-256.815' cy='1415.43' fill='url(%23f)' rx='238.764' ry='793.781' transform='rotate(-128.25 -256.815 1415.43)'/%3E%3C/g%3E%3Cg filter='url(%23g)'%3E%3Ccircle cx='1707.47' cy='913.852' r='224.593' fill='url(%23h)' fill-opacity='.2'/%3E%3C/g%3E%3Cg filter='url(%23i)'%3E%3Cpath fill='url(%23j)' fill-opacity='.5' d='M1779.31 999.791c-56.39 104.869-213.87 53.719-289.76 12.909-75.89-40.803-757.316-488.333-734.235-531.258 23.08-42.925 1198.285 201.64 1274.175 242.447 75.9 40.807-365.6 63.738-250.18 275.902'/%3E%3C/g%3E%3Cdefs%3E%3ClinearGradient id='b' x1='46.292' x2='-462.12' y1='-173.242' y2='-441.697' gradientUnits='userSpaceOnUse'%3E%3Cstop offset='.375' stop-color='%2300e1ff'/%3E%3Cstop offset='1' stop-color='%230d2cf5'/%3E%3C/linearGradient%3E%3ClinearGradient id='d' x1='880.953' x2='880.953' y1='-151.324' y2='394.288' gradientUnits='userSpaceOnUse'%3E%3Cstop stop-color='%23926fde'/%3E%3Cstop offset='.85' stop-color='%23351281'/%3E%3C/linearGradient%3E%3ClinearGradient id='f' x1='-145.044' x2='699.303' y1='1972.71' y2='868.82' gradientUnits='userSpaceOnUse'%3E%3Cstop stop-color='%2354f0a3'/%3E%3Cstop offset='1' stop-color='%2311af61'/%3E%3C/linearGradient%3E%3ClinearGradient id='h' x1='1850.43' x2='1749.42' y1='937.38' y2='939.249' gradientUnits='userSpaceOnUse'%3E%3Cstop stop-color='%23545cd1'/%3E%3Cstop offset='1' stop-color='%2300e1ff'/%3E%3C/linearGradient%3E%3ClinearGradient id='j' x1='1707.42' x2='982.549' y1='870.617' y2='574.973' gradientUnits='userSpaceOnUse'%3E%3Cstop stop-color='%230d2cf5'/%3E%3Cstop offset='1' stop-color='%2300e1ff'/%3E%3C/linearGradient%3E%3Cfilter id='a' width='2339.99' height='1232.43' x='-1306.12' y='-708.604' color-interpolation-filters='sRGB' filterUnits='userSpaceOnUse'%3E%3CfeFlood flood-opacity='0' result='BackgroundImageFix'/%3E%3CfeBlend in='SourceGraphic' in2='BackgroundImageFix' result='shape'/%3E%3CfeGaussianBlur result='effect1_foregroundBlur_3002_1294' stdDeviation='189.035'/%3E%3C/filter%3E%3Cfilter id='c' width='1794.12' height='1794.12' x='-16.109' y='-899.836' color-interpolation-filters='sRGB' filterUnits='userSpaceOnUse'%3E%3CfeFlood flood-opacity='0' result='BackgroundImageFix'/%3E%3CfeBlend in='SourceGraphic' in2='BackgroundImageFix' result='shape'/%3E%3CfeGaussianBlur result='effect1_foregroundBlur_3002_1294' stdDeviation='250'/%3E%3C/filter%3E%3Cfilter id='e' width='2037.74' height='1808.39' x='-1275.69' y='511.237' color-interpolation-filters='sRGB' filterUnits='userSpaceOnUse'%3E%3CfeFlood flood-opacity='0' result='BackgroundImageFix'/%3E%3CfeBlend in='SourceGraphic' in2='BackgroundImageFix' result='shape'/%3E%3CfeGaussianBlur result='effect1_foregroundBlur_3002_1294' stdDeviation='189.035'/%3E%3C/filter%3E%3Cfilter id='g' width='1205.33' height='1205.33' x='1104.81' y='311.189' color-interpolation-filters='sRGB' filterUnits='userSpaceOnUse'%3E%3CfeFlood flood-opacity='0' result='BackgroundImageFix'/%3E%3CfeBlend in='SourceGraphic' in2='BackgroundImageFix' result='shape'/%3E%3CfeGaussianBlur result='effect1_foregroundBlur_3002_1294' stdDeviation='189.035'/%3E%3C/filter%3E%3Cfilter id='i' width='2039.72' height='1341.51' x='376.673' y='98.339' color-interpolation-filters='sRGB' filterUnits='userSpaceOnUse'%3E%3CfeFlood flood-opacity='0' result='BackgroundImageFix'/%3E%3CfeBlend in='SourceGraphic' in2='BackgroundImageFix' result='shape'/%3E%3CfeGaussianBlur result='effect1_foregroundBlur_3002_1294' stdDeviation='189.035'/%3E%3C/filter%3E%3C/defs%3E%3C/svg%3E");
}
@media only screen and (max-width: 991px) {
  .contact-form-block__inner {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }
}
@media only screen and (max-width: 767px) {
  .contact-form-block__inner {
    padding: 20px;
  }
}
.contact-form-block__media {
  position: relative;
  border-radius: var(--cf-radius);
  overflow: hidden;
  box-shadow: 0 25px 79.4px 0 rgba(10, 20, 40, 0.3);
  backdrop-filter: blur(40px);
  -webkit-backdrop-filter: blur(40px);
  border: 1px solid rgba(255, 255, 255, 0.2);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='850' height='912' fill='none' viewBox='0 0 850 912'%3E%3Cg clip-path='url(%23a)'%3E%3Crect width='850' height='912' fill='%23000' fill-opacity='.2' rx='20'/%3E%3Crect width='850' height='912' fill='url(%23b)' fill-opacity='.02' rx='20'/%3E%3Cg filter='url(%23c)' opacity='.5'%3E%3Ccircle cx='693.062' cy='-415.438' r='397.062' fill='url(%23d)'/%3E%3C/g%3E%3Cg filter='url(%23e)' opacity='.5'%3E%3Cpath fill='url(%23f)' d='M740.877 749.478c110.256-98.915 98.077-213.911 204.048-273.041 207.665-115.874 389.195-145.551 474.385-50.592 128.66 143.417-31.57 497.002-357.89 789.755-326.316 292.75-695.153 413.81-823.817 270.4-73.438-81.86-46.104-225.73 51.567-388.59 73.452-122.475 311.64-222.273 451.707-347.932'/%3E%3C/g%3E%3C/g%3E%3Cdefs%3E%3ClinearGradient id='b' x1='-21.264' x2='1326.24' y1='1019.37' y2='794.181' gradientUnits='userSpaceOnUse'%3E%3Cstop stop-color='%23999' stop-opacity='0'/%3E%3Cstop offset='1' stop-color='%23fff'/%3E%3C/linearGradient%3E%3ClinearGradient id='d' x1='693.062' x2='693.062' y1='-563.988' y2='-18.376' gradientUnits='userSpaceOnUse'%3E%3Cstop stop-color='%23926fde'/%3E%3Cstop offset='.85' stop-color='%23351281'/%3E%3C/linearGradient%3E%3ClinearGradient id='f' x1='1134.21' x2='-368.151' y1='462.214' y2='844.187' gradientUnits='userSpaceOnUse'%3E%3Cstop stop-color='%2354f0a3'/%3E%3Cstop offset='1' stop-color='%2311af61'/%3E%3C/linearGradient%3E%3Cfilter id='c' width='1794.12' height='1794.12' x='-204' y='-1312.5' color-interpolation-filters='sRGB' filterUnits='userSpaceOnUse'%3E%3CfeFlood flood-opacity='0' result='BackgroundImageFix'/%3E%3CfeBlend in='SourceGraphic' in2='BackgroundImageFix' result='shape'/%3E%3CfeGaussianBlur result='effect1_foregroundBlur_3008_3081' stdDeviation='250'/%3E%3C/filter%3E%3Cfilter id='e' width='2024.04' height='1933.21' x='-182.218' y='-8.823' color-interpolation-filters='sRGB' filterUnits='userSpaceOnUse'%3E%3CfeFlood flood-opacity='0' result='BackgroundImageFix'/%3E%3CfeBlend in='SourceGraphic' in2='BackgroundImageFix' result='shape'/%3E%3CfeGaussianBlur result='effect1_foregroundBlur_3008_3081' stdDeviation='189.035'/%3E%3C/filter%3E%3CclipPath id='a'%3E%3Crect width='850' height='912' fill='%23fff' rx='20'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E");
  perspective: 700px;
  transform-style: preserve-3d;
  height: 45.125rem;
}
@media only screen and (max-width: 991px) {
  .contact-form-block__media {
    height: 20rem;
  }
}
@media only screen and (max-width: 767px) {
  .contact-form-block__media {
    height: 11.25rem;
  }
}
.contact-form-block__media-stars {
  position: absolute;
  display: flex;
  inset: 0;
  justify-content: center;
  align-items: center;
  border-radius: 20px;
}
.contact-form-block__media-inner {
  position: relative;
  width: 100%;
  height: 100%;
  min-height: 26.25rem;
  transform-style: preserve-3d;
  will-change: transform;
  transition: transform 220ms ease;
}
@media only screen and (max-width: 991px) {
  .contact-form-block__media-inner {
    min-height: 12.5rem;
  }
}
@media only screen and (max-width: 767px) {
  .contact-form-block__media-inner {
    min-height: 0;
  }
}
.contact-form-block__image {
  position: absolute;
  inset: 15% 0 0;
  width: 100%;
  height: 85%;
  object-fit: cover;
  transform: translateZ(30px) scale(1.02);
  filter: drop-shadow(0px 15px 33px rgba(5, 14, 37, 0.52));
}
@media only screen and (max-width: 991px) {
  .contact-form-block__image {
    max-height: 100%;
    width: 100%;
    height: 100%;
    transform: none !important;
    object-fit: contain;
    inset: 0;
  }
}
.contact-form-block__media::after {
  content: "";
  position: absolute;
  inset: -40%;
  background: radial-gradient(circle at var(--cf-shine-x, 50%) var(--cf-shine-y, 50%), rgba(255, 255, 255, 0.12), rgba(255, 255, 255, 0) 55%);
  transform: translateZ(40px);
  pointer-events: none;
  opacity: 0.85;
  transition: opacity 220ms ease;
}
.contact-form-block__content {
  width: 100%;
}
.contact-form-block__title {
  font-family: "Bricolage Grotesque", sans-serif;
  font-weight: 500;
  font-size: 2.1875rem;
  line-height: 1.1;
  letter-spacing: -0.06em;
  margin: 0 0 1.25rem;
}
.contact-form-block__description {
  font-family: "Montserrat", sans-serif;
  font-size: 1.375rem;
  font-weight: 500;
  line-height: 1.3;
  letter-spacing: -0.06em;
  color: rgba(250, 250, 250, 0.92);
  margin: 0 0 2.8125rem;
}
.contact-form-block__description a {
  color: #FAFAFA;
  text-decoration: underline;
  text-underline-offset: 0.15em;
}
.contact-form-block__form {
  width: 100%;
}
.contact-form-block .wpcf7 form {
  margin: 0;
}
.contact-form-block .wpcf7-response-output {
  margin: 1rem 0 0;
  padding: 0.75rem 1rem;
  border-radius: 0.75rem;
}
.contact-form-block__grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 1.5625rem;
}
.contact-form-block__row {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 1.5625rem;
}
@media only screen and (max-width: 767px) {
  .contact-form-block__row {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }
}
.contact-form-block__col--full {
  grid-column: 1/-1;
}
.contact-form-block__field {
  display: flex;
  flex-direction: column;
  gap: 0.625rem;
}
.contact-form-block__field .wpcf7-not-valid-tip {
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  font-size: 0.875rem;
}
.contact-form-block__input,
.contact-form-block .wpcf7 input[type=text],
.contact-form-block .wpcf7 input[type=email],
.contact-form-block .wpcf7 input[type=tel],
.contact-form-block .wpcf7 textarea,
.contact-form-block .wpcf7 select {
  width: 100%;
  border: 0.5px solid var(--cf-border);
  border-radius: var(--cf-radius);
  padding: 1.25rem 1.875rem;
  background: rgba(10, 20, 40, 0.35);
  color: #FAFAFA;
  font-family: "Montserrat", sans-serif;
  font-size: 1.125rem;
  font-weight: 500;
  line-height: 1.5;
  letter-spacing: -0.03em;
  outline: none;
  transition: border-color 160ms ease, background-color 160ms ease;
}
.contact-form-block__input::placeholder,
.contact-form-block .wpcf7 input[type=text]::placeholder,
.contact-form-block .wpcf7 input[type=email]::placeholder,
.contact-form-block .wpcf7 input[type=tel]::placeholder,
.contact-form-block .wpcf7 textarea::placeholder,
.contact-form-block .wpcf7 select::placeholder {
  color: rgba(250, 250, 250, 0.85);
}
.contact-form-block__input:focus,
.contact-form-block .wpcf7 input[type=text]:focus,
.contact-form-block .wpcf7 input[type=email]:focus,
.contact-form-block .wpcf7 input[type=tel]:focus,
.contact-form-block .wpcf7 textarea:focus,
.contact-form-block .wpcf7 select:focus {
  border-color: rgba(255, 255, 255, 0.65);
  background: rgba(10, 20, 40, 0.42);
}
@media only screen and (max-width: 767px) {
  .contact-form-block__input,
  .contact-form-block .wpcf7 input[type=text],
  .contact-form-block .wpcf7 input[type=email],
  .contact-form-block .wpcf7 input[type=tel],
  .contact-form-block .wpcf7 textarea,
  .contact-form-block .wpcf7 select {
    padding: 8px 16px;
    border-radius: 8px;
  }
}
.contact-form-block .wpcf7 textarea {
  min-height: 8.75rem;
  resize: vertical;
}
.contact-form-block .custom-file-wrapper {
  width: 100%;
  position: relative;
}
.contact-form-block .custom-file-label {
  display: flex;
  align-items: center;
  width: 100%;
  border: 0.5px solid var(--cf-border);
  border-radius: var(--cf-radius);
  padding: 1.25rem 1.875rem;
  background: rgba(10, 20, 40, 0.35);
  cursor: pointer;
  transition: border-color 160ms ease, background-color 160ms ease;
}
.contact-form-block .custom-file-label:hover {
  border-color: rgba(255, 255, 255, 0.45);
  background: rgba(10, 20, 40, 0.38);
}
@media only screen and (max-width: 767px) {
  .contact-form-block .custom-file-label {
    padding: 1rem 1.25rem;
    border-radius: 0.75rem;
  }
}
.contact-form-block .custom-file-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: #FFDD0C;
  font-family: "Montserrat", sans-serif;
  font-size: 0.8125rem;
  font-weight: 600;
  line-height: 1.4;
  letter-spacing: -0.03em;
  flex-shrink: 0;
  pointer-events: none;
}
@media only screen and (max-width: 767px) {
  .contact-form-block .custom-file-button {
    font-size: 0.75rem;
  }
}
.contact-form-block .custom-file-name {
  display: inline-block;
  margin-left: 1rem;
  color: rgba(250, 250, 250, 0.85);
  font-family: "Montserrat", sans-serif;
  font-size: 0.875rem;
  font-weight: 500;
  line-height: 1.5;
  letter-spacing: -0.03em;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  flex: 1;
}
@media only screen and (max-width: 767px) {
  .contact-form-block .custom-file-name {
    font-size: 0.8125rem;
    margin-left: 0.75rem;
  }
}
.contact-form-block .custom-file-wrapper.has-file .custom-file-label {
  border-color: rgba(255, 255, 255, 0.5);
}
.contact-form-block .custom-file-wrapper.has-file .custom-file-name {
  color: #FAFAFA;
}
.contact-form-block .wpcf7-file {
  position: absolute;
  opacity: 0;
  pointer-events: none;
}
.contact-form-block__services-label {
  display: block;
  margin: 1.25rem 0 0.9375rem;
  font-family: "Montserrat", sans-serif;
  font-size: 1.125rem;
  font-weight: 500;
  line-height: 1.5;
  letter-spacing: -0.03em;
}
.contact-form-block__services .wpcf7-form-control.wpcf7-checkbox {
  display: flex;
  flex-wrap: wrap;
  gap: 0.625rem 0.9375rem;
  margin: 0;
  padding: 0;
}
.contact-form-block__services .wpcf7-list-item {
  margin: 0;
}
.contact-form-block .checkbox-holder {
  position: relative;
  display: inline-flex;
  align-items: center;
  gap: 0.75rem;
  padding: 0.9375rem;
  border-radius: 0.9375rem;
  border: 0.5px solid var(--cf-border);
  background: rgba(10, 20, 40, 0.35);
  cursor: pointer;
  user-select: none;
  transition: border-color 160ms ease, background-color 160ms ease;
}
.contact-form-block .checkbox-holder__input {
  position: absolute;
  inset: 0;
  opacity: 0;
  cursor: pointer;
}
.contact-form-block .checkbox-item {
  width: 1.875rem;
  height: 1.875rem;
  border-radius: 0.3125rem;
  background: rgba(98, 132, 200, 0.2);
  border: 0.5px solid rgba(98, 132, 200, 0.65);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex: 0 0 auto;
}
.contact-form-block .checkbox-item::before {
  content: "";
  font-family: "Montserrat", sans-serif;
  font-weight: 600;
  font-size: 0.9375rem;
  line-height: 1;
  color: #FAFAFA;
  opacity: 0.95;
}
.contact-form-block .checkbox-holder__label {
  font-family: "Montserrat", sans-serif;
  font-weight: 500;
  font-size: 0.9375rem;
  line-height: 1.5;
  letter-spacing: -0.03em;
  color: #FAFAFA;
}
.contact-form-block .checkbox-holder__input:focus-visible + .checkbox-item {
  outline: 2px solid rgba(255, 255, 255, 0.65);
  outline-offset: 2px;
}
.contact-form-block .checkbox-holder__input:checked + .checkbox-item {
  background: rgba(255, 221, 12, 0.9);
  border-color: rgb(255, 221, 12);
}
.contact-form-block .checkbox-holder__input:checked + .checkbox-item::before {
  content: "✓";
  color: #0A1428;
}
.contact-form-block .checkbox-holder__input:checked ~ .checkbox-holder__label {
  color: #FAFAFA;
}
.contact-form-block .checkbox-holder:hover {
  background: rgba(10, 20, 40, 0.42);
}
.contact-form-block__submit {
  margin-top: 0.625rem;
}
.contact-form-block .wpcf7-submit.btn {
  border-radius: 1.875rem;
  padding: 0.625rem 1.875rem;
}
@media (prefers-reduced-motion: reduce) {
  .contact-form-block__media-inner {
    transition: none;
    transform: none !important;
  }
  .contact-form-block__media::after {
    opacity: 0.5;
  }
}
.contact-form-block__acceptance .checkbox-holder {
  background: none !important;
  border: none !important;
  padding: 0;
  align-items: flex-start;
}
.contact-form-block__acceptance .checkbox-item {
  width: 1.5rem;
  height: 1.5rem;
}
.contact-form-block__acceptance .wpcf7-list-item {
  margin: 0;
}
.contact-form-block__acceptance .checkbox-holder__label {
  font-size: 0.8125rem;
  line-height: 1.5rem;
}
.contact-form-block__acceptance .checkbox-holder__label strong {
  display: block;
  font-size: 0.9375rem;
}

/*# sourceMappingURL=style.css.map */
