/*
* Theme Name: Nestland
* Author: Illia Humeniuk
*/

@font-face {
  font-family: "Inter";
  src: url("assets/fonts/Inter-SemiBold.woff2") format("woff2"),
    url("assets/fonts/Inter-SemiBold.woff") format("woff");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Inter";
  src: url("assets/fonts/Inter-Medium.woff2") format("woff2"),
    url("assets/fonts/Inter-Medium.woff") format("woff");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Inter";
  src: url("assets/fonts/Inter-Bold.woff2") format("woff2"),
    url("assets/fonts/Inter-Bold.woff") format("woff");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Mingolia Display";
  src: url("assets/fonts/MingoliaDisplayLight.woff2") format("woff2"),
    url("assets/fonts/MingoliaDisplayLight.woff") format("woff");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Mingolia Display";
  src: url("assets/fonts/MingoliaDisplayLightOblique.woff2") format("woff2"),
    url("assets/fonts/MingoliaDisplayLightOblique.woff") format("woff");
  font-weight: 300;
  font-style: oblique;
  font-display: swap;
}

@font-face {
  font-family: "Inter";
  src: url("assets/fonts/Inter-Regular.woff2") format("woff2"),
    url("assets/fonts/Inter-Regular.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Inter";
  src: url("assets/fonts/Inter-Light.woff2") format("woff2"),
    url("assets/fonts/Inter-Light.woff") format("woff");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}

/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
html {
  -webkit-text-size-adjust: 100%;
}
body {
  margin: 0;
}
body.modal-open {
  overflow: hidden;
}
main {
  display: block;
}
hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible;
}
pre {
  font-family: monospace, monospace;
  font-size: 1em;
}
a {
  background-color: rgba(0, 0, 0, 0);
}
abbr[title] {
  border-bottom: none;
  text-decoration: underline;
  text-decoration: underline dotted;
}
b,
strong {
  font-weight: bolder;
}
code,
kbd,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}
small {
  font-size: 80%;
}
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sub {
  bottom: -0.25em;
}
sup {
  top: -0.5em;
}
img {
  border-style: none;
  object-fit: cover;
}
button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  font-size: 100%;
  line-height: 1.15;
  margin: 0;
}
button,
input {
  overflow: visible;
}
button,
select {
  text-transform: none;
}
button,
[type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
}
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}
fieldset {
  padding: 0.35em 0.75em 0.625em;
}
legend {
  box-sizing: border-box;
  color: inherit;
  display: table;
  max-width: 100%;
  padding: 0;
  white-space: normal;
}
progress {
  vertical-align: baseline;
}
textarea {
  overflow: auto;
}
[type="checkbox"],
[type="radio"] {
  box-sizing: border-box;
  padding: 0;
}
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}
[type="search"] {
  -webkit-appearance: textfield;
  outline-offset: -2px;
}
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit;
}
details {
  display: block;
}
summary {
  display: list-item;
}
template {
  display: none;
}
[hidden] {
  display: none;
}
*,
*::before,
*::after {
  box-sizing: border-box;
  margin: 0px;
  padding: 0px;
}
html {
	overscroll-behavior: none;
  font-size: calc(11.4px + 4.6 * ((100vw - 1024px) / 416));
}
@media screen and (max-width: 1023px) {
  html {
    font-size: calc(12px + 4 * ((100vw - 768px) / 255));
  }
}
@media screen and (max-width: 767px) {
  html {
    font-size: calc(14.66px + 16.57 * ((100vw - 360px) / 407));
  }
}
body {
  min-width: 360px;
  overflow-x: hidden;
  font-family: "Inter", sans-serif;
  font-weight: normal;
  font-style: normal;
  font-size: 1rem;
  line-height: 140%;
  color: var(--dark);
  background-color: var(--light);
}
html {
    overflow-y: scroll; 
}

body.noscroll {
    position: fixed; 
    width: 100%;
    overflow-y: scroll;
}


/* GENERAL STYLES */
.overflow--hidden {
  overflow: hidden;
}

.position--relative {
  position: relative;
}

.position--absolute {
  position: absolute;
}

.inset-0 {
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}

.d--block {
  display: block;
}

.section {
  width: 100%;
  max-width: 100%;
  min-height: 100vh;
}

.section .section__wrapper,
.section.section__wrapper {
  overflow: hidden;
}

.section-background .section__wrapper .section__content {
  position: relative;
  z-index: 1;
}

.container {
  width: 100%;
  padding: 0px 3rem;
  margin: 0 auto;
}

@media screen and (max-width: 1023px) {
  .container {
    padding: 0px 3rem;
  }
}

@media screen and (max-width: 767px) {
  .container {
    padding: 0px 1rem;
  }
}

main {
  padding-top: 3.875rem;
}
@media screen and (max-width: 1023px) {
  main {
    padding-top: 7.75rem;
  }
}
@media screen and (max-width: 767px) {
  main {
    padding-top: 7.375rem;
  }
}

#wp-admin-bar-root-default {
  display: block;
}

svg {
  display: block;
}
body svg:not(.intial-colors) path {
  fill: inherit;
  stroke: inherit;
}

.logo {
  text-decoration: none;
}
.logo img {
  display: block;
  height: 2.625rem;
  width: auto;
}

/* GENERAL ANIMATION */
.image--animated .image {
  background-position: center;
  background-size: cover;
  clip-path: circle(0% at 50% 30%);
  transform: scale(1.15);
  will-change: clip-path, transform, border-radius;
  transition: 0.9s cubic-bezier(0.22, 1, 0.36, 1);
}

/* WIDTH & HEIGHTS STYLES */
.w--full {
  width: 100%;
}

.w--half {
  width: 44.5rem;
	flex-shrink: 0;
}

.w--auto {
  width: auto;
}

.h--full {
  height: 100%;
}

/* TEXT STYLES */
.text--center {
  text-align: center;
}

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

.heading .word {
  display: block;
  overflow: clip;
}

.heading-1,
h1,
.heading-2,
h2 {
  font-family: "Mingolia Display", sans-serif;
  line-height: 120%;
  font-style: normal;
  letter-spacing: -.2rem;
}

.heading-1 strong,
h1 strong,
.heading-2 strong,
h2 strong {
  font-style: oblique;
}

.heading-1,
h1{
  font-size: 5.5rem;
  font-weight: 400;
  letter-spacing: 0.02em;
}

.heading-1 strong,
h1 strong{
	font-weight: 400;
}

.heading-2,
h2 {
  font-size: 4rem;
  font-weight: 300;
  letter-spacing: -0.25rem;
}

.heading-3,
h3 {
  font-size: 3rem;
  font-weight: 700;
  line-height: 120%;
}
.heading-4,
h4 {
  font-size: 2.5rem;
  font-weight: 700;
  line-height: 130%;
}
.heading-5,
h5 {
  margin: 0px;
  font-size: 2rem;
  font-weight: 700;
  line-height: 130%;
}
.heading-6,
h6 {
  margin: 0px;
  font-size: 1.29rem;
  font-weight: 500;
  letter-spacing: -0.03em;
}
.text {
  font-family: Inter, sans-serif;
  font-style: normal;
  font-weight: 300;
}

.text.text--large {
  font-size: 1.25rem;
  line-height: 160%;
}

.text.text--small {
  font-size: 0.875rem;
  line-height: 160%;
}

.text.text--accent,
.text.text--accent a {
  font-size: 1.05rem;
  font-weight: 400;
  line-height: 1.2em;
  text-transform: uppercase;
}

.text.text--uppercase{
	text-transform: uppercase;
}

/* TEXT COLORS */
.color--dark {
  color: var(--dark);
}

.color--dark-secondary {
  color: var(--dark-secondary);
}

.color--light {
  color: var(--light);
}

.color--light-secondary {
  color: var(--light-secondary);
}

.color--brand {
  color: var(--brand);
}

.color--brand-text {
  color: var(--brand-text);
}

@media screen and (max-width: 1023px) {
  .heading-1,
  h1 {
    font-size: 5rem;
  }
  .text--center--tablet {
    text-align: center;
  }
}

@media screen and (max-width: 767px) {
  .heading-1,
  h1 {
    font-size: 2.5rem;
    line-height: 130%;
    letter-spacing: 0em;
  }

  .heading-2,
  h2 {
    font-size: 2.5rem;
    line-height: 130%;
  }

  .heading-3,
  h3 {
    font-size: 2.5rem;
    line-height: 130%;
  }
  .heading-4--mobile {
    font-size: 2.5rem;
    font-weight: 700;
    line-height: 130%;
  }
  .heading-5--mobile {
    margin: 0px;
    font-size: 2rem;
    font-weight: 700;
    line-height: 130%;
  }
  .heading-6--mobile {
    margin: 0px;
    font-size: 1.29rem;
    font-weight: 500;
    letter-spacing: -0.03em;
  }
  .subtitle--mobile {
    font-family: Inter;
    color: var(--black-900);
    margin-bottom: 1rem;
    font-style: normal;
    font-weight: 700;
  }
  .subtitle--1--mobile {
    font-size: 1.5rem;
    line-height: 130%;
    color: var(--black-1000);
  }
  .subtitle--2--mobile {
    font-size: 1.25rem;
    font-weight: 500;
    line-height: 140%;
  }
  .subtitle--3--mobile {
    font-size: 1rem;
    line-height: 120%;
  }
  .subtitle--4--mobile {
    font-size: 0.875rem;
    font-weight: 600;
    line-height: 150%; /* 21px */
    letter-spacing: -0.02em;
    text-transform: uppercase;
  }
  /* .body--1 {
    font-family: Inter;
    font-size: 1.5rem;
    font-style: normal;
    font-weight: 400;
    line-height: 140%;
  }
  .body--2 {
    font-family: Inter;
    font-size: 1.25rem;
    font-style: normal;
    font-weight: 400;
    line-height: 140%;
  } */
  .body--3--mobile {
    font-family: Inter;
    font-size: 1rem;
    font-style: normal;
    font-weight: 400;
    line-height: 140%;
  }
  /* .body--4 {
    font-family: Inter;
    font-size: 0.875rem;
    font-style: normal;
    font-weight: 500;
    line-height: 140%;
  } */
  .body--5--mobile {
    font-family: Inter;
    font-size: 0.75rem;
    font-style: normal;
    font-weight: 500;
    line-height: 140%;
  }
  .text--center--mobile {
    text-align: center;
  }
}

.flex {
  display: flex;
}
.flex.flex--row {
  flex-direction: row;
}
.flex.flex--row-reverse{
  flex-direction: row-reverse;
}
.flex.flex--column {
  flex-direction: column;
}
.flex.items--center {
  justify-content: center;
  align-items: center;
}
.flex.align--start {
  align-items: flex-start;
}
.flex.align--center {
  align-items: center;
}
.flex.align--end {
  align-items: flex-end;
}
.flex.justify--start {
  justify-content: flex-start;
}
.flex.justify--center {
  justify-content: center;
}
.flex.justify--end {
  justify-content: flex-end;
}
.flex.justify--between {
  justify-content: space-between;
}
.flex.flex--wrap {
  flex-wrap: wrap;
}

@media screen and (max-width: 1023px) {
  .flex.flex--row--tablet {
    flex-direction: row;
  }
  .flex.flex--row-reverse--tablet {
    flex-direction: row-reverse;
  }
  .flex.flex--column--tablet {
    flex-direction: column;
  }
  .flex.items--center--tablet {
    justify-content: center;
    align-items: center;
  }
  .flex.align--start--tablet {
    align-items: flex-start;
  }
  .flex.align--center--tablet {
    align-items: center;
  }
  .flex.align--end--tablet {
    align-items: flex-end;
  }
  .flex.justify--start--tablet {
    justify-content: flex-start;
  }
  .flex.justify--center--tablet {
    justify-content: center;
  }
  .flex.justify--end--tablet {
    justify-content: flex-end;
  }
  .flex.justify--between--tablet {
    justify-content: space-between;
  }
  .flex.wrap--tablet {
    flex-wrap: wrap;
  }
  .flex.nowrap--tablet {
    flex-wrap: nowrap;
  }
}

@media screen and (max-width: 767px) {
  .flex.flex--row--mobile {
    flex-direction: row;
  }
  .flex.flex--row-reverse--mobile {
    flex-direction: row-reverse;
  }
  .flex.flex--column--mobile {
    flex-direction: column;
  }
  .flex.items--center--mobile {
    justify-content: center;
    align-items: center;
  }
  .flex.align--start--mobile {
    align-items: flex-start;
  }
  .flex.align--center--mobile {
    align-items: center;
  }
  .flex.align--end--mobile {
    align-items: flex-end;
  }
  .flex.justify--start--mobile {
    justify-content: flex-start;
  }
  .flex.justify--center--mobile {
    justify-content: center;
  }
  .flex.justify--end--mobile {
    justify-content: flex-end;
  }
  .flex.justify--between--mobile {
    justify-content: space-between;
  }
  .flex.wrap--mobile {
    flex-wrap: wrap;
  }
  .flex.nowrap--mobile {
    flex-wrap: nowrap;
  }
}

/* GAPS */
.gap--16 {
  gap: 1rem;
}
.gap--40 {
  gap: 2.5rem;
}

@media screen and (max-width: 767px){
	.gap--16--mobile {
	  gap: 1rem;
	}
	.gap--36--mobile {
	  gap: 2.25rem;
	}
	.gap--40--mobile {
	  gap: 2.5rem;
	}
}

ul {
  display: flex;
  flex-direction: column;
  gap: 0.43rem;
  padding-left: 1.5rem;
}

.btn-burger {
  display: flex;
  align-items: center;
  justify-content: center;
  border: none;
  border-radius: 100%;
  width: 3.43rem;
  height: 3.43rem;
  transition: all 0.3s linear;
  background-color: var(--main-dark);
  cursor: pointer;
}

.btn-burger svg {
  fill: var(--accent-color);
  width: 1.57rem;
  height: 1.29rem;
  transition: all 0.3s linear;
}

.btn-burger:hover,
.btn-burger:focus {
  background-color: var(--accent-color);
}

.btn-burger:hover svg,
.btn-burger:focus svg {
  fill: var(--bg-color);
}
.button--light{
  background: linear-gradient(
    to left,
    rgba(255, 255, 255, 0) 50%,
    var(--light) 50%
  ) !important;
  background-position: right top !important;
  background-size: 200% 100% !important;
  border: 0.0625rem solid var(--light)!important;
  color: var(--light)!important;
}
.button--light:hover,
.button--light:focus {
  color: var(--dark) !important;
  background-position: left top !important;
}

.button--dark{
    background: linear-gradient(
        to left,
        rgba(255, 255, 255, 0) 50%,
        var(--dark) 50%
      );
  border: 0.0625rem solid var(--dark);
  color: var(--dark);
}
.button {
  font-family: Inter;
  font-size: 1.125rem;
  font-style: normal;
  font-weight: 400;
  line-height: 1.33em;
  cursor: pointer;
  text-decoration: none;
  text-transform: uppercase;
  transition: all 0.9s cubic-bezier(0.22, 1, 0.36, 1);

  display: inline-block;
  padding: 0.5rem 1.5rem;
  border-radius: 99px;
  background-image: linear-gradient(
    to left,
    rgba(255, 255, 255, 0) 50%,
    var(--dark) 50%
  );
  background-position: right top;
  background-size: 200% 100%;
  border: 0.0625rem solid var(--dark);
	background-color: transparent;
  color: var(--dark);
  width: auto;
}

.button.dark-button{
  color: var(--light);
  background-color: var(--dark);
  background-image: linear-gradient(
    to left,
    rgba(255, 255, 255, 0) 50%,
    var(--black-button-hover) 50%
  );
}

.button:hover,
.button:focus {
  color: var(--light);
  background-position: left top;
}

.button.dark-button:hover,
.button.dark-button:focus {
  color: var(--dark);
  background-position: left top;
}
@media (max-width: 959px){
	.button{
		width: 100%;
		text-align: center;
	}
}
div.swiper {
  width: 100%;
  margin: 0;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  position: relative;
}
div.swiper .swiper-wrapper {
  max-width: 100%;
  width: 100%;
  display: flex;
  flex-direction: row;
}
div.swiper .swiper-slide {
  flex-shrink: 0;
}
.swiper-navigation {
  position: absolute;
  left: 1.14rem;
  right: 1.14rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.swiper-button {
  width: 3.43rem;
  height: 3.43rem;
  border-radius: 0.23rem;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: all 0.3s linear;
  background-color: var(--accent-color);
}
.swiper-button svg {
  stroke: #fff;
  width: 1.14rem;
  height: 0.86rem;
  transition: all 0.3s linear;
}
.swiper-button.swiper-button-disabled {
  opacity: 0.5;
}
.swiper-button.swiper-button-next svg {
  transform: rotate(180deg);
}
.swiper-navigation-button:not(.swiper-button-disabled):hover,
.swiper-navigation-button:not(.swiper-button-disabled):focus {
  background-color: var(--bg-color);
}
.swiper-navigation-button:not(.swiper-button-disabled):hover svg,
.swiper-navigation-button:not(.swiper-button-disabled):focus svg {
  stroke: var(--accent-color);
}
div.swiper .swiper-bullets {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 2.57rem;
  gap: 0.57rem;
}
div.swiper .swiper-bullets .swiper-pagination-bullet {
  width: 0.57rem;
  height: 0.57rem;
  background-color: rgba(236, 230, 224, 0.5);
  transition: all 0.3s linear;
  margin: 0;
  opacity: 1;
  border-radius: 100%;
  cursor: pointer;
}
div.swiper
  .swiper-bullets
  .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background-color: var(--accent-color);
  width: 1.14rem;
  height: 1.14rem;
}
div.swiper .swiper-counter {
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);

  padding: 1.14rem 2.57rem;
  border-radius: 0.36rem 0.36rem 0px 0px;

  background-color: var(--bg-color);
  color: var(--main-dark);
}

@media screen and (min-width: 960px) {
  .swiper-navigation {
    left: -1.14rem;
    right: -1.14rem;
  }
  .swiper-button {
    width: 3.52rem;
    height: 3.52rem;
    border-radius: 0.24rem;
  }
  .swiper-button svg {
    width: auto;
    height: 0.76rem;
  }
  div.swiper .swiper-bullets {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 2.57rem;
    gap: 0.57rem;
  }
  div.swiper .swiper-bullets .swiper-pagination-bullet {
    width: 0.57rem;
    height: 0.57rem;
    background-color: rgba(236, 230, 224, 0.5);
    transition: all 0.3s linear;
    margin: 0;
    opacity: 1;
    border-radius: 100%;
    cursor: pointer;
  }
  div.swiper
    .swiper-bullets
    .swiper-pagination-bullet.swiper-pagination-bullet-active {
    background-color: var(--accent-color);
    width: 1.14rem;
    height: 1.14rem;
  }
  div.swiper .swiper-counter {
    padding: 0.76rem 3.05rem;
    border-radius: 0.36rem 0.36rem 0px 0px;
  }
}

label input[type="checkbox"] {
  display: none;
}

label:has(input[type="checkbox"]) {
  flex-shrink: 0;
  width: 1.5rem;
  height: 1.5rem;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 0.25rem;
  border: 1px solid var(--purple-900, #6d41b1);
  transition: all 0.3s linear;
  cursor: pointer;
  background-size: 1rem 1rem;
  background-repeat: no-repeat;
  background-position: center;
}

label:has(input[type="checkbox"]:checked) {
  background-color: var(--purple-900, #6d41b1);
  background-image: url(./assets/images/checkbox-checked.svg);
}

input:not([type="radio"]):not([type="checkbox"]):not([type="submit"]):not(
    [type="button"]
  ),
textarea {
  color: var(--dark);
  font-family: Inter;
  font-size: 1.25rem;
  font-style: normal;
  font-weight: 400;
  line-height: 140%;

  padding: 0.5rem 1.25rem;
  border-radius: 99rem;
  border: 1px solid var(--dark);
  background: transparent;
  transition: all 0.3s linear;
}

input:not([type="radio"]):not([type="checkbox"]):not([type="submit"]):not(
    [type="button"]
  ).input--black {
  border-color: var(--black-600, #b5b6c3);
  background: var(--purple-300, #f9f8fc);
  color: var(--black-900, #444658);
}
input:hover,
input:focus,
textarea:hover,
textarea:focus {
  outline: none;
}

/* FORM SETTINGS */
.form {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.form .form__switcher {
  display: flex;
}
.form .form__switcher .switcher__option {
  flex: 0 1 100%;
}
.form .form__switcher input {
  display: none;
}
.form .form__switcher label {
  padding: 0.75rem;
  display: flex;
  justify-content: center;
  align-items: center;
  background: var(--white-600-10, rgba(255, 255, 255, 0.1));
  backdrop-filter: blur(1rem);
  margin-bottom: 0px;
  color: var(--white-1000, #fff);
  border: 1px solid var(--white-700, rgba(255, 255, 255, 0.2));
  cursor: pointer;
  transition: all 0.3s linear;
  border-bottom: none;
}
.form .form__switcher .switcher__option:first-of-type label {
  border-top-left-radius: 0.5rem;
}
.form .form__switcher .switcher__option:last-of-type label {
  border-top-right-radius: 0.5rem;
}
.form .form__switcher input:checked + label {
  background-color: var(--white-1000, #fff);
  color: var(--black-1000);
}
.form .form__errors {
  display: none;
  width: 100%;
  color: #e51e33;
}
.form .form__errors p {
  color: #e51e33;
}
.form .form__errors.show {
  display: block;
}
.form .form__head {
  width: 100%;
  border-radius: 0.5rem 0.5rem 0 0;
  overflow: hidden;
  border: 1px solid var(--white-700-20, rgba(255, 255, 255, 0.2));
  border-bottom: 0px;
}
.form .form__fields {
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  flex-wrap: wrap;
  gap: 1.5rem;
  padding: 2rem;
  width: 100%;
  opacity: 0.8;

  border-radius: 0 0 0.5rem 0.5rem;
  border: 1px solid var(--white-700-20, rgba(255, 255, 255, 0.2));
  background: var(--white-600, rgba(255, 255, 255, 0.1));
  backdrop-filter: blur(2.8125rem);
}
.form .form__fields.hide {
  display: none;
}
.form .form__fields .form__field {
  display: flex;
  justify-content: flex-start;
  flex-direction: column;
  flex: 1 1 100%;
}
.form .form__fields .form__field.form__field--half {
  flex: 0 1 calc(50% - 0.75rem);
}
.form .form__fields .form__field label {
  color: var(--white-1000);
  margin-bottom: 0.5rem;
  transition: all 0.3 linear;
}
.form .form__fields .form__field input {
  width: 100%;
  transition: all 0.3 linear;
}
.form .form__fields .form__field.form__field--error label {
  color: #e51e33;
}
.form .form__fields .form__field.form__field--error input {
  border-color: #e51e33;
}
.form .form__submit {
  width: 100%;
  margin-top: 1.625rem;
}
.form .form__results {
  width: 100%;
  border: 1px solid var(--white-700-20, rgba(255, 255, 255, 0.2));
  background: var(--black-500-10, rgba(255, 255, 255, 0.1));
  backdrop-filter: blur(2.8125rem);
  padding: 1.5rem 2rem;
  border-radius: 0.5rem;
  margin-top: 1rem;
  display: none;
}

.form .form__results.show {
  display: block;
}

@media screen and (max-width: 960px) {
  .form .form__switcher label {
    font-size: 0.75rem;
    line-height: 150%;
  }
  .form .form__fields {
    padding: 1.5rem;
  }
  .form .form__fields.hide {
    display: none;
  }
  .form .form__fields .form__field.form__field--half {
    flex: 1 1 100%;
  }
  .form .form__privacy-policies,
  .form .form__privacy-policies a {
    font-size: 0.86rem;
    color: var(--border-color, rgba(80, 73, 67, 0.5));
    text-align: center;
  }
  .form .form__notification {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background-color: var(--bg-color);
    border-bottom-right-radius: 2.38rem;
    padding: 2.29rem 2.67rem;
    display: none;
    height: 100%;
    z-index: 5;
  }
  .form .form__notification.show {
    display: flex;
  }
  .form .form__notification .notification__icon {
    margin-bottom: 1.71rem;
  }
  .form .form__notification .notification__icon svg {
    width: 4rem;
    height: 4rem;
  }
  .form .form__notification .notification__title {
    margin-bottom: 0.86rem;
  }
  .form .form__notification .notification__description {
    width: 100%;
  }
}

.post {
  text-decoration: none;
  color: inherit;
}

.post .post__thumbnail {
  margin-bottom: 1.5rem;
  border-radius: 0.5rem;
  display: block;
  width: 100%;
  height: 18.75rem;
}

.post.post--featured .post__thumbnail {
  height: 22.5rem;
}

.post .post__metadata {
  margin-bottom: 1rem;
  display: flex;
  align-items: center;
  gap: 1rem;
}

.post .post__metadata .post__category {
  padding: 0.25rem 0.5rem;
  border-radius: 0.5rem;
  background: var(--black-400, rgba(26, 24, 36, 0.1));
}

.post .post__metadata .post__date,
.post .post__metadata .post__reading-time {
  color: var(--black-700, rgba(80, 73, 67, 0.5));
}

.post .post__metadata .post__reading-time {
  padding-left: 1rem;
  border-left: 2px solid var(--black-500-10, rgba(26, 24, 36, 0.1));
}

.post .post__title {
  margin-bottom: 0.5rem;
}

.post .post__button {
  margin-top: 1.5rem;
}
@media screen and (max-width: 960px) {
  .post.post--featured .post__thumbnail {
    height: 15rem;
  }
}

.hint {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 1.71rem;
  height: 1.71rem;
  border-radius: 100%;
  background-color: #d9d9d9;
  color: var(--main-dark);
  font-size: 0.78rem;
  font-weight: 400;
}

.hint .hint__message {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: 100%;
  width: 18.57rem;
  opacity: 0;
  visibility: hidden;
  transition: 0.3s linear all;
}

.hint:hover .hint__message,
.hint:focus .hint__message {
  opacity: 1;
  visibility: visible;
}

.hint .hint__message span {
  display: block;
  width: 100%;
  padding: 0.71rem;
  border-radius: 0.36rem;
  background-color: #fff;
}

.hint .hint__message::after {
  content: "";
  display: block;
  width: 0px;
  height: 0px;
  border-style: solid;
  border-width: 0 0.57rem 0.71rem 0.57rem;
  border-color: transparent transparent #fff transparent;
  margin: 0 auto;
  transform: rotate(180deg);
}
@media screen and (min-width: 960px) {
  .hint .hint__message {
    max-width: 15.76rem;
  }

  .hint .hint__message span {
    padding: 0.48rem;
    border-radius: 0.24rem;
    font-size: 0.67rem;
    line-height: 135%;
  }

  .hint .hint__message::after {
    border-width: 0 0.45rem 0.9rem 0.45rem;
  }
}

.popup {
  display: flex;
  align-items: center;
  justify-content: center;
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  z-index: -1;

  opacity: 0;
  visibility: hidden;

  background: rgba(0,0,0,0.7);

  transition: all 0.3s linear;
}
.popup.show {
  z-index: 999;
  opacity: 1;
  visibility: visible;
}
.popup .popup__body {
  position: relative;
  display: flex;
  flex-direction: column;
  width: fit-content;
  height: fit-content;
  background-color: var(--white-1000);

  padding: 2.625rem;
  border-radius: 0.5rem;
}
.popup video {
  width: 75rem;
  height: 42.125rem;
}
.popup .popup__close:not(.button) {
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;

  width: 1.125rem;
  height: 1.125rem;
  background: transparent;
  border: none;
  align-self: flex-end;
  margin-bottom: 1.5rem;
}
.popup .popup__close:not(.button) svg {
  stroke: #fff;
  width: 1.125rem;
  height: 1.125rem;
  transition: all 0.3s linear;
}

@media screen and (max-width: 1023px) {
  .popup {
    padding-left: 3rem;
    padding-right: 3rem;
  }

  .popup .popup__body {
    width: 100%;
  }

  .popup iframe {
    width: 100%;
    height: 25rem;
  }
}

@media screen and (max-width: 767px) {
  .popup {
    display: flex;
    align-items: flex-end;
    justify-content: center;
    padding-left: 0px;
    padding-right: 0px;
  }
  .popup .popup__body {
    padding: 1.5rem 1.5rem 3rem;
    border-bottom-left-radius: 0px;
    border-bottom-right-radius: 0px;
  }

  .popup .popup__close.button {
    display: flex;
    padding: 1rem 1.5rem;
    justify-content: center;
    align-items: center;
    color: var(--black-1000);

    border-radius: 0.5rem;
    border: 1px solid var(--black-800, #888aa3);
    background: var(--white-1000, #fff);
    margin-top: 1.5rem;
  }
}

.header {
  position: fixed;
  top: 0;
  left: 0px;
  width: 100%;
  z-index: 100;
	
	background: var(--light);

  padding-top: 0.625rem;
  padding-bottom: 0.625rem;
  transition: all 0.3s linear;
}

.header--hidden {
  transform: translateY(-100%);
}

.header .header__menu {
  width: 40rem;
  list-style: none;
  padding: 0px;
  gap: 0px;
}

.header .header__menu > li {
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

.header .header__menu > li > a:not(.button) {
  position: relative;
  text-decoration: none;
  color: var(--dark);
  display: flex;
  align-items: center;
  justify-content: center;
  line-height: 120%;
}

.header .header__burger-menu {
  display: none;
}


@media screen and (min-width: 1023px) {
  .header .header__menu > li.menu-item-has-children .sub-menu {
    display: none;
  }
}
@media screen and (max-width: 1023px) {
  .popup.burger-menu {
    padding-left: 0px;
    padding-right: 0px;
  }
  #burger-menu-popup{
    background-color: var(--light);
  }
/* 	#burger-menu-popup .burger-menu__top{
		padding-top: 1.875rem;
        padding-bottom: 1.875rem; 
	} */
	#burger-menu-popup .burger-menu__top .popup__close{
		display: inline-block;
        padding: 1rem;
        align-items: center;
		width: auto;
		height: auto;
	}
	#burger-menu-popup .burger-menu__top .popup__close svg{
		width: 1.5rem;
        height: 1.5rem;
	}
  .burger-menu .popup__body {
    border: 0px;
    height: 100%;
    padding: 1.875rem 1rem 0 1rem;
    border-radius: 0px;
  }
  .burger-menu .burger-menu__top {
    margin-bottom: 2.625rem;
  }
  .burger-menu .popup__close:not(.button) {
    margin-bottom: 0px;
  }
  .burger-menu .burger__menu {
    list-style: none;
    padding: 0px;
    display: flex;
    flex-direction: column;
    gap: 1.3125rem;
    align-items: center;
  }
  .burger-menu .burger__menu li {
    width: 100%;
    width: 100%;
    align-items: center;
    display: flex;
    flex-direction: column;
  }
  .burger-menu .burger__menu li a {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    font-size: 1rem;
    gap: 0.25rem;
    color: var(--dark);
    text-decoration: none;
    text-transform: uppercase;
  }
  .burger-menu .burger__menu > li.menu-item-has-children.open > a:after {
    transform: rotate(180deg);
  }

  .burger-menu .burger__menu > li.menu-item-has-children .sub-menu {
    display: none;
  }

  .burger-menu .burger__menu > li.menu-item-has-children.open .sub-menu {
    display: flex;
  }

  .burger-menu .burger__menu > li.menu-item-has-children.open > a {
    opacity: 0.45;
  }

  .burger-menu .burger__menu .sub-menu {
    list-style: none;
    padding-left: 0;
  }

  .burger-menu .burger__menu .sub-menu li a{
    font-size: 2.1475rem;
    color: var(--dark-secondary);
    font-family: "Mingolia Display";
    text-transform: none;
    padding: 1.625rem 0 0.5rem 0;
    margin-bottom: 1.625rem;
    width: fit-content;
    border-bottom: 1px solid color-mix(in srgb, var(--dark-secondary), transparent 50%);
    position: relative;
  }

  .burger-menu .burger-menu__bottom {
    margin-top: 1.625rem;
  }

  .burger-menu .burger__menu .sub-menu li a::after {
    content: "";
    position: absolute;
    left: 0;
    width: 100%;
    height: 1px;
    bottom: -2px;
    transform: scaleX(0);
    transform-origin: left;
    transition: all 0.9s cubic-bezier(0.22, 1, 0.36, 1);
  }

  .burger-menu .burger__menu .sub-menu li a::after {
    background-color: var(--dark);
    bottom: -0.5rem; 
  }

  .burger-menu .burger__menu .sub-menu li a:hover::after,
  .burger-menu .burger__menu .sub-menu li a:active::after {
    transform: scaleX(1);
  }

}
@media screen and (max-width: 1023px) {
  .header {
    padding-top: 1.875rem;
    padding-bottom: 1.875rem;
  }

  .header .header__buttons,
  .header .header__menu,
  .header .header__right {
    display: none;
  }

  .header .header__burger-menu {
    display: inline-block;
    padding: 1rem;
    align-items: center;
    border: none;
    background: transparent;
  }

  .header .header__burger-menu svg {
    stroke: var(--black-1000);
    width: 1.5rem;
    height: 1.5rem;
  }
}

.dropdown {
  position: relative;
}

.dropdown .dropdown__button {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 1rem 1.25rem;
  gap: 0.25rem;
  background-color: transparent;
  border: none;
  color: var(--black-900, #444658);
  cursor: pointer;
}

.dropdown .dropdown__button svg {
  width: 1rem;
  height: 1rem;
  fill: none;
  stroke: var(--black-900, #444658);
  transition: all 0.3s linear;
}

.dropdown.open .dropdown__button svg {
  transform: rotate(180deg);
}

.dropdown .dropdown__options-list {
  position: absolute;
  top: 100%;
  right: 0.75rem;
  opacity: 0;
  transform: translateY(100px);
  z-index: -1;
  visibility: hidden;
  transition: all 0.3s linear;
}

.dropdown.open .dropdown__options-list {
  opacity: 1;
  transform: translateY(0);
  z-index: 1;
  visibility: visible;
}

.dropdown .dropdown__options-list li.choosen {
  color: var(--purple-900, #6d41b1);
}

.dropdown .dropdown__options {
  display: flex;
  flex-direction: column;
  list-style: none;
  background-color: var(--purple-300, #f9f8fc);
  border-radius: 0.5rem;
  border: 1px solid var(--black-400, rgba(26, 24, 36, 0.1));
  min-width: 10.875rem;
  transition: all 0.3s linear;
  padding: 0px;
  gap: 0px;
}

.dropdown .dropdown__options .dropdown__option {
  padding: 1rem 1.5rem;
  display: block;
  background-color: var(--purple-300, #f9f8fc);
  transition: all 0.3s linear;
  border-radius: 0.5rem;
  color: var(--black-1000, rgba(26, 24, 36, 1));
  width: 100%;
  cursor: pointer;
}

.dropdown .dropdown__options .dropdown__option:hover,
.dropdown .dropdown__options .dropdown__option:focus {
  background-color: rgba(240, 233, 250, 1);
  color: var(--purple-1000, rgba(249, 248, 252, 1));
}

@media screen and (max-width: 767px) {
  .dropdown .dropdown__options-list {
    background: rgba(26, 24, 36, 0.4);
    position: fixed;
    top: 0px;
    bottom: 0px;
    left: 0px;
    right: 0px;
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    justify-content: flex-end;
    transition: none;
  }

  .dropdown.open .dropdown__options-list {
    z-index: 9999;
  }

  .dropdown .dropdown__options {
    width: 100%;
    border-bottom-left-radius: 0px;
    border-bottom-right-radius: 0px;
    padding: 1.5rem 1.5rem 2.625rem;
    background: var(--white-1000, #fff);
    gap: 0.5rem;
  }

  .dropdown .dropdown__options .dropdown__option {
    padding: 1rem 1.25rem;
    background-color: var(--purple-300, #f9f8fc);
    color: var(--black-1000, rgba(26, 24, 36, 1));
    border: 1px solid var(--black-400, rgba(26, 24, 36, 0.1));
    background: var(--purple-300, #f9f8fc);
    backdrop-filter: blur(1rem);
    text-align: center;
  }

  .dropdown .dropdown__options-list .dropdown__option.choosen {
    color: var(--purple-900, #6d41b1);
    border-color: var(--purple-600, rgba(73, 28, 143, 0.4));
    background: var(--purple-500, #d7c8ff);
  }

  .dropdown .dropdown__actions {
    margin-top: 1rem;
    gap: 0.5rem;
  }

  .dropdown .dropdown__close {
    border: none;
    background-color: transparent;
    align-self: flex-end;
    margin-bottom: 1rem;
    cursor: pointer;
  }

  .dropdown .dropdown__close svg {
    width: 1.125rem;
    height: 1.125rem;
    stroke: rgba(28, 30, 33, 1);
  }

  .dropdown .dropdown__actions .dropdown__action {
    width: 100%;
    padding: 1rem 1.5rem;
    border-radius: 0.5rem;
    border: 1px solid var(--black-800, #888aa3);
    background: var(--white-1000, #fff);

    text-align: center;
    color: var(--black-1000, #1a1824);
  }

  .dropdown .dropdown__actions .dropdown__action.dropdown__apply {
    background: var(--purple-900, rgba(109, 65, 177, 1));
    color: var(--white-1000, #fff);
  }
}

@media screen and (max-width: 767px) {
  .hide-mobile {
    display: none !important;
    visibility: hidden;
  }
}

@media screen and (max-width: 1023px) and (min-width: 768px) {
  .hide-tablet {
    display: none !important;
    visibility: hidden;
  }
}

@media screen and (min-width: 1024px) {
  .hide-desktop {
    display: none !important;
    visibility: hidden;
  }
}

/* Footer */
.footer {
  background: #2b2b28;
  color: #e6e6e6;
  position: relative;
  z-index: 0;
}

.footer-top {
  padding: 12.375rem 3rem 10.125rem 3rem;
  border-bottom: 1px solid rgba(255,255,255,.08);
}
@media screen and (max-width: 767px) {
  .footer-columns {
    grid-template-columns: repeat(1,4fr);
    gap: 5.625rem;
  }

  .footer-menu {
    align-items: center;
  }
}
@media (max-width: 768px) {
  .footer-middle-content {
    grid-template-columns: 1fr;
    grid-template-rows: auto auto;
  }

  .footer-image {
    order: 1;
    height: 15rem; 
  }

  .footer-cta {
    order: 2;
    padding: 5.25rem 1.3125rem 4.5rem 1.3125rem;
  }

  .footer-cta h2 {
    font-size: 2.125rem;
  }

  .footer-cta p{
    font-size: 1.125rem;
  }
}
@media (max-width: 768px) {
  .footer-cta p,
  .token-input {
    margin-left: 0;
  }

  .footer .token-input input {
    max-width: 100%;
  }

  .svg-button {
    margin-left: 0;
    align-self: flex-start;
  }
}

@media screen and (min-width: 767px) {
  .footer-columns {
    grid-template-columns: repeat(4,1fr);
  }

  .footer-menu {
    align-items: flex-start;
  }

  .footer-middle-content {
    grid-template-columns: 3fr 7fr;
  }

  .footer-image {
    height: 100%; 
	  width: 30.3125rem;
  }

  .footer-cta{
    padding: 5.5rem 7.125rem 5.5rem 7.125rem;
  }

  .footer-cta h2 {
    font-size: 3rem;
  }

  .footer-cta p {
    font-size: 1.25rem;
    margin-left: 13.5rem;
  }

  .token-input {
    margin-left: 20.2rem;
  }
}
.footer-columns {
  display: grid;
  justify-content: space-between;
  text-transform: uppercase;
}

.footer-col h4 {
  font-size: 1.5rem;
  letter-spacing: 1.8px;
  margin-bottom: 2.5rem;
  color: var(--light);
  font-family: "Mingolia Display";
  font-weight: 300;
}

.footer-menu {
  list-style: none;
  padding: 0;
  margin: 0;
}

.footer-menu a {
  font-size: 1.25rem;
  color: var(--light);
  text-decoration: none;
  line-height: 160%;
  font-weight: 300;
  font-family: "Inter";
  text-wrap: wrap;
}

.footer-menu a ,
.header__menu > li > a:not(.button){
  font-size: 1.11rem;
  color: var(--light);
  text-decoration: none;
  line-height: 160%;
  font-weight: 300;
  font-family: "Inter";
  text-wrap: wrap;
  position: relative;
  transition: all 0.9s cubic-bezier(0.22, 1, 0.36, 1);
}
.header__menu > li > a:not(.button)::after{
  content: "";
  position: absolute;
  background-color: var(--dark);
  transition: all 0.9s cubic-bezier(0.22, 1, 0.36, 1);
}
.footer-menu a::after{
  content: "";
  position: absolute;
  background-color: var(--light);
  transition: all 0.9s cubic-bezier(0.22, 1, 0.36, 1);
}
.footer-menu a::after,
.header__menu > li > a:not(.button)::after{
  left: 0;
  width: 100%;
  height: 1px;
  bottom: -2px;
  transform: scaleX(0);
  transform-origin: left;
}
.header__menu > li > a:not(.button)::after{
	bottom: -0.5rem;
}
.footer-menu a:hover::after,
.header__menu > li > a:not(.button):hover::after{
  transform: scaleX(1);
}
.header__menu > li.current-menu-item > a:not(.button)::after,
.header__menu > li.is-active > a:not(.button)::after, 
.header__menu > li > a:not(.button):active::after {
  transform: scaleX(1);
}

/* MIDDLE */
.footer-middle {
  background: var(--dark-secondary);
  position: relative;
  z-index: 100;
}

.footer-middle-content {
  display: grid;
  align-items: center;
}
.footer-image .image{
  width: 100%;
  height: 100%;
}
.footer-cta h2 {
  line-height: 1.2;
  margin-bottom: 2.5rem;
  letter-spacing: 0.02em;
  font-weight: 300;
}

.footer-cta p {
  font-size: 1.25rem;
  margin-bottom: 2.5rem;
  font-family: "Inter";
  font-weight: 300;
}


.footer .token-input input {
  flex: 1;
  max-width: 16.8125rem;
  padding: 0.5rem 2.5rem 0.5rem 2.5rem !important;
  background: transparent !important;
  border: 1px solid rgba(255,255,255,.4);
  border-radius: 1.5rem !important;
  font-family: "Inter" !important;
}

.svg-button {
  background: none;
  border: none;
  padding: 0;
  cursor: pointer;
  display: inline-flex;
  margin-left: 1rem;
}
.token-input .svg-button svg path{
  fill: revert-layer !important;
}
.token-input .svg-button svg{
  stroke: rgba(255, 255, 255, 0.4)!important;
}
input::placeholder {
  color: rgba(255, 255, 255, 0.4)!important;
  font-weight: 300 !important;
}


/* BOTTOM */
.footer-bottom {
  display: grid;
  grid-template-columns: 1fr 1fr;
  padding-top: 3.75rem;
	padding-bottom: 1.875rem;
  gap: 10rem;
  position: relative;
  z-index: 1;
}

.footer-bottom-left {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

/* RIGHT */
.footer-bottom-right {
  display: flex;
  flex-direction: column;
  align-items: start;
  justify-content: space-between;
}
.footer-info{
  width: 100%;
  display: flex;
  justify-content: center;
}
.footer-info p,
.footer-info a{
  font-size: 1rem;
  line-height: 160%;
  color: var(--light);
  text-transform: uppercase;
	text-decoration: none;
}
.footer-info .footer__subblock,
.footer-socials .footer__subblock{
	flex: 1 1 0;
}

.footer-socials {
  width: 100%;
}
.footer-socials .svg-button{
  margin-left: 0;
	margin-right: 1rem;
  fill: var(--light);
}
.footer-socials .svg-button svg{
	width: 1.35rem;
	height: 1.35rem;
}
.footer-copy {
  margin-top: 7.875rem;
  font-size: 1rem;
  line-height: 160%;
  color: var(--light);
}

.footer-logo img {
    width: 70%;
    height: auto;
}



@media (max-width: 768px) {

  .footer-bottom {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 2rem;
    text-align: center;
  }

  .footer-bottom-left,
  .footer-bottom-right {
    width: 100%;
    align-items: center;
  }

  .footer-logo {
    order: 1;
  }

  .footer-info {
	  display: flex;
	  flex-direction: column;
	  align-items: center;
	  justify-content: center;
    margin-top: 1.5rem;
	   margin-bottom: 1.5rem;
  }

  .footer-socials {
    justify-content: center;
    gap: 0.6875rem;
  }

  .footer-copy {
    order: 4;
    margin-top: 1.5rem;
    font-size: 1rem;
  }

}

.body-overlay {
    position: fixed;
    top: 0; left: 0; width: 100%; height: 100%;
    background: rgba(0, 0, 0, 0.75);
    z-index: 90; /* Нижче за хедер, але вище за контент */
    opacity: 0;
    pointer-events: none;
    transition: opacity 0.4s ease;
}
.body-overlay.is-active { opacity: 1; pointer-events: auto; }

/*Header popup*/
.services-megamenu {
    background: var(--light);
    padding-top: 5.125rem;
    visibility: hidden;
    transition: all 0.4s ease;
    border-bottom: 1px solid var(--dark-secondary); 
    display: block; 
    pointer-events: none; 
    
    transition: 
        opacity 0.4s ease, 
        transform 0.4s ease, 
        visibility 0.4s;
    
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    z-index: 100;
}

.services-megamenu.active {
    visibility: visible;
    opacity: 1;
    transform: translateY(0);
    pointer-events: auto;
}

.megamenu__image-container {
  width: 100%;
  height: 25.90625rem;
}

.megamenu__image-container img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.megamenu__list {
  list-style: none;
  padding-left: 0;
  gap: 1.4rem;
}

.megamenu__list li {
  cursor: pointer;  
  margin-bottom: 3rem;
  transition: border-color 0.3s;
}

.megamenu__list a {
    text-decoration: none;
    color: var(--dark-secondary);
    font-size: 5.5rem;
    font-family: "Mingolia Display";
    position: relative;
    
}
.megamenu__list .text--small {
    text-decoration: none;
    color: var(--dark-secondary);
    font-size: 1rem;
    margin-top: 1rem;
    
}
.block_content{
  gap: 7.75rem;
}
.services-megamenu .block_image{
  width: 50%;
}
.services-megamenu .block_image .megamenu__label{
  text-align: end;
  font-size: 1.25rem;
  font-weight: 300;
  padding-bottom: 2.75rem;
}
.services-megamenu .megamenu__nav{
  width: 50%;
}

#service-preview-img {
    transition: opacity 0.2s ease-in-out;
}
.header.header--menu-open {
  background-color: var(--light);
}

.services-megamenu li a::after {
    content: "";
    position: absolute;
    left: 0;
    width: 100%;
    height: 1px;
    bottom: 0.5rem;
    transform: scaleX(0);
    transform-origin: left;
    transition: all 0.9s cubic-bezier(0.22, 1, 0.36, 1);
 }

.services-megamenu li a::after {
    background-color: var(--dark);
 }

.services-megamenu li a:hover::after,
.services-megamenu li a:active::after {
    transform: scaleX(1);
 }
#service-preview-img {
    opacity: 1;
    transform: translateY(0);
    transition: opacity 0.3s ease, transform 0.3s ease;
    will-change: opacity, transform;
}

#service-preview-img.img-transitioning {
    opacity: 0;
    transform: translateY(20px);
}
div.heateor_sss_sharing_container svg {
    fill: white;
    stroke: white !important;
}