@charset "UTF-8";
html {
  box-sizing: border-box;
  font-size: clamp(8.53px, 0.8333vw, 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: 1rem/1.5 "Montserrat", sans-serif;
  font-size: clamp(16px, 1.3125rem, 1.3125rem);
  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: 3.75rem;
  line-height: 1.2;
  font-weight: 700;
}
@media only screen and (max-width: 1350px) {
  .h1,
  h1 {
    font-size: 3.2rem;
  }
}
@media only screen and (max-width: 991px) {
  .h1,
  h1 {
    font-size: 2.6rem;
  }
}
@media only screen and (max-width: 767px) {
  .h1,
  h1 {
    font-size: 2.2rem;
  }
}

.h2,
h2 {
  font-size: 3.125rem;
  line-height: 1.2;
  font-weight: 700;
}
.h3,
h3 {
  font-size: 2.25rem;
  line-height: 1.3;
  font-weight: 700;
}
.h4,
h4 {
  font-size: 1.5rem;
  line-height: 1.4;
  font-weight: 500;
}
.h5,
h5 {
  font-size: 1rem;
}

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

ul.block-editor-block-list__block, ul.wp-block-list {
  padding-left: 2rem;
  list-style: none;
}
ul.block-editor-block-list__block li, ul.wp-block-list li {
  text-indent: -1.5rem;
}
ul.block-editor-block-list__block li::before, ul.wp-block-list li::before {
  content: "✓";
  margin-right: 0.5rem;
  color: #FFDD0C;
  font-weight: 600;
}
ul.block-editor-block-list__block li div, ul.wp-block-list li div {
  display: inline !important;
}

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

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

.container {
  max-width: 1748px;
  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: clamp(16px, 1.3125rem, 1.3125rem);
  line-height: 1.5;
  font-weight: 600;
  padding: 0.625rem 1.875rem;
  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 24px;
  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--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--transparent {
  padding-inline: 0;
  background: none;
}
.btn--transparent:hover {
  color: rgb(205, 49, 52);
}
.btn--sm {
  padding: 7px 21px;
  font-size: 16px;
  line-height: 1.4;
}
.btn--sm .btn__icon {
  flex: 0 0 16px;
}
.btn--lg {
  font-size: 30px;
  border-radius: 40px;
  line-height: 1.3;
}
.btn--lg .btn__icon {
  flex: 0 0 30px;
}
.btn--wide {
  display: flex;
  justify-content: center;
  width: 100%;
  padding-inline: 10px;
  box-sizing: border-box;
}

.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 {
  backdrop-filter: blur(40px);
  -webkit-backdrop-filter: blur(40px);
  border-radius: 12px;
  border: 1px solid rgba(255, 255, 255, 0.2);
  box-shadow: inset 20px 20px 20px rgba(0, 0, 0, 0.1), inset -20px -20px 20px rgba(255, 255, 255, 0.05);
}

.site-header {
  position: relative;
}
.site-header__wrap {
  padding-block: 16px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.site-header--white .custom-logo-link {
  display: none;
}
.site-header--white .custom-logo-link-dark {
  display: block;
}
.site-header__buttons {
  -webkit-box-ordinal-group: 2;
  -moz-box-ordinal-group: 2;
  -ms-flex-order: 2;
  -webkit-order: 2;
  order: 2;
}

.header-logo {
  flex: 1 1 auto;
  max-width: 15rem;
}

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

.nav-opener {
  display: none;
}

.header-menu {
  padding: 0;
  margin: 0;
  list-style: none;
  display: flex;
  gap: 0.9375rem;
}
.header-menu .sub-menu-wrapper {
  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: 21.5rem;
  padding: 2.3125rem;
}
.header-menu .sub-menu-wrapper: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.875rem;
  font-size: clamp(16px, 1.3125rem, 1.3125rem);
  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;
}
.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: 60.625rem;
  min-width: 640px;
}
.header-menu > .menu-item--columns-2 .sub-menu {
  grid-template-columns: repeat(2, 1fr);
}
.header-menu .menu-item__arrow {
  display: none;
}
.header-menu .sub-menu {
  list-style: none;
  padding: 0;
  margin: 0;
  display: grid;
  grid-gap: 0.9375rem 2.8125rem;
}
.header-menu .sub-menu .menu-item__link {
  color: #0A1428;
  display: flex;
  align-items: center;
  gap: 0.9375rem;
  text-decoration: none;
  padding: 0.5rem;
  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 2.8125rem;
  height: 2.8125rem;
  width: 2.8125rem;
  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: 2.125rem;
  object-fit: contain;
}

.site-footer {
  position: relative;
}
.site-footer .container {
  position: relative;
  z-index: 2;
}
.site-footer__head {
  padding-block: 4.375rem;
  display: flex;
  position: relative;
  overflow: hidden;
  justify-content: center;
  align-items: center;
}
.site-footer__head-item {
  display: inline-block;
  vertical-align: top;
  font-size: 2.5rem;
  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;
}
.site-footer__head-item p {
  margin: 0;
}
.site-footer__head-item:before {
  content: "";
  position: absolute;
  top: 50%;
  right: 100%;
  margin-right: 4.375rem;
  height: 1px;
  background: linear-gradient(270deg, #6284C8 0%, rgba(98, 132, 200, 0.1) 100%);
  width: calc(50vw - 4.375rem);
}
.site-footer__head-item:after {
  content: "";
  position: absolute;
  top: 50%;
  left: 100%;
  margin-left: 4.375rem;
  height: 1px;
  background: linear-gradient(90deg, #6284C8 0%, rgba(98, 132, 200, 0.1) 100%);
  width: calc(50vw - 4.375rem);
}
.site-footer__bg {
  position: absolute;
  inset: 0;
  display: flex;
  justify-content: center;
  align-items: flex-end;
}
.site-footer__bg svg {
  max-width: 100%;
  height: auto;
}
.site-footer__frame {
  display: flex;
  justify-content: space-between;
  gap: 60px;
}
.site-footer__info {
  display: flex;
  flex-direction: column;
  gap: 40px;
  max-width: 44.8125rem;
}
.site-footer__label {
  margin: 0 0 10px;
  font-size: 16px;
  line-height: 1.35;
  color: #6284C8;
  font-weight: 500;
}
.site-footer__mail {
  font-size: 3.125rem;
  line-height: 1.1;
  font-weight: 500;
  font-family: "Bricolage Grotesque", sans-serif;
  color: #FAFAFA;
}
.site-footer__mail:hover {
  text-decoration: none;
  color: #FFDD0C;
}
.site-footer__address {
  max-width: 280px;
  font-size: clamp(16px, 1.3125rem, 1.3125rem);
  font-weight: 500;
}
.site-footer__phone {
  color: #FAFAFA;
  font-weight: 500;
  font-size: clamp(16px, 1.3125rem, 1.3125rem);
}
.site-footer__phone:hover {
  text-decoration: none;
  color: #FFDD0C;
}
.site-footer__logo {
  padding-top: 8.75rem;
}
.site-footer .social-list a {
  color: #FAFAFA;
}
.site-footer .social-list a:hover {
  text-decoration: none;
  color: #FFDD0C;
}

.footer-menu {
  padding: 0;
  margin: 0;
  list-style: none;
  max-width: 740px;
  display: flex;
  gap: 5.375rem;
  font-size: clamp(16px, 1.3125rem, 1.3125rem);
  font-weight: 500;
}
.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: 68.75rem;
  margin-left: auto;
  margin-right: auto;
  padding-bottom: 15px;
}

/* ============================================================
   Scroll-driven background (Figma component: Bg / Property 1)
   SVG-based with animated fills, transforms, and path morphing
   ============================================================ */
.site-bg {
  position: fixed;
  inset: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
  pointer-events: none;
  overflow: hidden;
  background: #0A1428;
  /* Force GPU acceleration for the entire background layer */
  transform: translateZ(0);
  backface-visibility: hidden;
}

.site-bg__layer {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  transition: opacity 900ms cubic-bezier(0.22, 1, 0.36, 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.22, 1, 0.36, 1);
  will-change: transform;
}

.site-bg__shape--ipl-wave,
.site-bg__shape--ipl-blob {
  opacity: 0;
  transition: opacity 900ms cubic-bezier(0.22, 1, 0.36, 1), transform 1200ms cubic-bezier(0.22, 1, 0.36, 1);
  will-change: opacity, transform;
}

.site-bg__path {
  transition: opacity 1200ms cubic-bezier(0.22, 1, 0.36, 1), fill 900ms cubic-bezier(0.22, 1, 0.36, 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(250, 250, 250, 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(250, 250, 250, 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);
}

/* ============================================================
   Noise overlay
   ============================================================ */
.site-bg__noise {
  position: absolute;
  inset: 0;
  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;
}

/**
 * Contact Form block styles.
 *
 * Note: This file is imported by `scss/style.scss` (no per-block `style.css`).
 * Keep selectors scoped to `.contact-form-block`.
 */
.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");
}
.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: 900px;
  transform-style: preserve-3d;
  height: 57rem;
}
.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;
}
.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));
}
.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: clamp(28px, 3.125rem, 3.125rem);
  line-height: 1.1;
  letter-spacing: -0.06em;
  margin: 0 0 1.25rem;
}
.contact-form-block__description {
  font-family: "Montserrat", sans-serif;
  font-size: clamp(18px, 1.875rem, 1.875rem);
  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__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: clamp(12px, 1rem, 1rem);
}
.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: clamp(16px, 1.3125rem, 1.3125rem);
  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);
}
.contact-form-block .wpcf7 textarea {
  min-height: 8.75rem;
  resize: vertical;
}
.contact-form-block__services-label {
  display: block;
  margin: 1.25rem 0 2.1875rem;
  font-family: "Montserrat", sans-serif;
  font-size: clamp(16px, 1.3125rem, 1.3125rem);
  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: 1.5625rem;
  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: 1.5625rem;
  padding: 1.25rem;
  border-radius: var(--cf-radius);
  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: 2.875rem;
  height: 2.875rem;
  border-radius: 0.75rem;
  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: clamp(16px, 1.3125rem, 1.3125rem);
  line-height: 1;
  color: #FAFAFA;
  opacity: 0.95;
}
.contact-form-block .checkbox-holder__label {
  font-family: "Montserrat", sans-serif;
  font-weight: 500;
  font-size: clamp(16px, 1.3125rem, 1.3125rem);
  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: 1.5625rem;
}
.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;
  }
}

@media only screen and (max-width: 991px) {
  .contact-form-block__inner {
    grid-template-columns: 1fr;
  }
  .contact-form-block__title {
    font-size: clamp(26px, 2.625rem, 2.625rem);
  }
  .contact-form-block__description {
    font-size: clamp(16px, 1.5rem, 1.5rem);
    margin-bottom: 1.875rem;
  }
}
@media only screen and (max-width: 767px) {
  .contact-form-block__inner {
    padding: 1.25rem;
    gap: 1.5625rem;
  }
  .contact-form-block__grid {
    grid-template-columns: 1fr;
  }
}

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