@charset "UTF-8";
/* 
Attention!

Do not make direct changes to the main.css file.

This file is automatically generated using the SCSS compiler. Any manual changes made to it will be lost if someone runs the SCSS compilation.

To make changes, use the style.css file.

Why is this important?
- main.css is automatically generated.
- Manual changes will be overwritten during SCSS compilation.
- Use style.css for edits if you’re not working with SCSS.

*/
@font-face {
  font-family: "DM Sans";
  src: url("../fonts/DMSans-Italic.woff2") format("woff2");
  font-weight: 400;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: "DM Sans";
  src: url("../fonts/DMSans-SemiBold.woff2") format("woff2");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "DM Sans";
  src: url("../fonts/DMSans-SemiBoldItalic.woff2") format("woff2");
  font-weight: 600;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: "DM Sans";
  src: url("../fonts/DMSans-Medium.woff2") format("woff2");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "DM Sans";
  src: url("../fonts/DMSans-Regular.woff2") format("woff2");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
:root {
  --font-primary: "DM Sans", sans-serif;
  --white: #fff;
  --accent-blue: #349BD4;
  --blue300: #E3F4FE;
  --blue400: #E7F1F8;
  --blue500: #8FC9EC;
  --gray100: #FAFCFE;
  --gray200: #D2D9E1;
  --gray300: #C7CED6;
  --gray400: #B3BCC3;
  --gray600: #868D94;
  --gray700: #3D505B;
  --black-900: #0D1115;
  --transition-color: color 300ms ease;
  --transition-bg: background-color 300ms ease;
  --transition-shadow: box-shadow 300ms ease;
  --transition-opacity: opacity 300ms ease;
  --transition-visibility: visibility 300ms ease;
  --cubic: ease;
}

*,
*::before,
*::after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-tap-highlight-color: transparent;
}

pre {
  white-space: pre-wrap;
  word-wrap: break-word;
  overflow-wrap: break-word;
}

.skip-link {
  display: none;
}

ul,
ol {
  padding-left: 0;
}

ul {
  list-style: none;
}

h1,
h2,
h3,
h4,
h5,
h6,
p,
ul,
ol,
dl {
  margin-block: 0;
}

h2,
h3,
h4,
h5,
h6 {
  line-height: 1.3;
}

dd {
  margin-left: 0;
}

fieldset {
  margin-left: 0;
  padding: 0;
  border: none;
}

input,
textarea,
select,
button {
  font: inherit;
}

html {
  height: 100%;
}

html {
  scroll-behavior: smooth;
  scrollbar-width: thin;
}

a {
  display: block;
  color: currentColor;
  text-decoration: none;
}

@media (pointer: fine) {
  button {
    cursor: pointer;
  }
}
img,
svg {
  display: block;
  max-width: 100%;
  height: auto;
}

.hfeed {
  overflow: hidden;
}

section {
  padding: 40px 0;
}
@media screen and (min-width: 768px) {
  section {
    padding: 60px 0;
  }
}
@media screen and (min-width: 1250px) {
  section {
    padding: 80px 0;
  }
}

.container {
  width: 100%;
  margin: 0 auto;
  padding: 0 16px;
}
@media screen and (min-width: 480px) {
  .container {
    max-width: 480px;
  }
}
@media screen and (min-width: 768px) {
  .container {
    max-width: 768px;
    padding: 0 20px;
  }
}
@media screen and (min-width: 1250px) {
  .container {
    max-width: 1250px;
    padding: 0 15px;
  }
}

.body-lock {
  overflow: hidden;
  height: 100vh;
}

.visually-hidden {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  border: 0;
  padding: 0;
  white-space: nowrap;
  -webkit-clip-path: inset(100%);
          clip-path: inset(100%);
  clip: rect(0 0 0 0);
  overflow: hidden;
}

.is-hidden {
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
}

.title {
  font-weight: 600;
  font-size: 32px;
  line-height: 118%;
  color: var(--gray700);
}
@media screen and (min-width: 768px) {
  .title {
    font-weight: 500;
    font-size: 48px;
    line-height: 118%;
  }
}

.title-accent {
  font-style: italic;
  font-weight: 600;
  text-transform: uppercase;
  color: var(--accent-blue);
}

.text {
  font-weight: 400;
  font-size: 16px;
  line-height: 148%;
  color: var(--gray700);
}
@media screen and (min-width: 768px) {
  .text {
    font-size: 18px;
    line-height: 144%;
  }
}

.light-eyebrow-wrapper {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 10px;
  border-radius: 40px;
  padding: 4px 10px;
  min-width: 195px;
  font-style: italic;
  font-weight: 400;
  font-size: 14px;
  line-height: 110%;
  color: var(--blue500);
  -webkit-backdrop-filter: blur(6px);
          backdrop-filter: blur(6px);
  background: var(--blue300);
  margin-bottom: 12px;
}

.light-eyebrow-decor {
  height: 14px;
}

/*-------------- post page -------------*/
.post-text {
  /* Заголовки блогу */
}
.post-text ul {
  padding-left: 20px;
  list-style: disc;
}
.post-text ol {
  padding-left: 20px;
  list-style: decimal;
}
.post-text h1,
.post-text h2,
.post-text h3,
.post-text h4,
.post-text h5,
.post-text h6 {
  margin-block: 1em;
  line-height: 1.2;
  font-weight: bold;
}
.post-text p {
  margin-block: 1em;
  line-height: 1.6;
}
.post-text ul,
.post-text ol {
  margin-block: 1em;
}
.post-text li {
  margin-bottom: 0.5em;
}
.post-text dl {
  margin-block: 1em;
}
.post-text dd {
  margin-left: 20px;
}
.post-text h1 {
  font-size: 2.5rem;
}
.post-text h2 {
  font-size: 2rem;
  margin-bottom: 0.75em;
}
.post-text h3 {
  font-size: 1.75rem;
  margin-bottom: 0.75em;
}
.post-text h4,
.post-text h5,
.post-text h6 {
  font-size: 1.5rem;
  margin-bottom: 0.5em;
}
.post-text blockquote {
  margin-block: 1.5em;
  padding: 1em;
  border-left: 4px solid #ccc;
  background-color: #f9f9f9;
  font-style: italic;
}
.post-text a {
  text-decoration: underline;
  -webkit-transition: var(--transition-opacity);
  transition: var(--transition-opacity);
  opacity: 1;
}
.post-text a:hover {
  opacity: 0.8;
}
.post-text table {
  width: 100%;
  border-collapse: collapse;
  margin-block: 1.5em;
}
.post-text th,
.post-text td {
  border: 1px solid #ddd;
  padding: 8px;
  text-align: left;
}
.post-text th {
  background-color: #f4f4f4;
}
.post-text img {
  border-radius: 12px;
}
.post-text .post-page-title {
  margin-block: 0;
}
.post-text .post-page-content {
  margin-top: 2.5em;
}
.post-text b,
.post-text strong {
  font-weight: 700;
}

.alignright {
  float: right;
  margin: 0 0 1em 2em;
}

.alignleft {
  float: left;
  margin: 0 2em 1em 0;
}

.aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 1em;
}

@-webkit-keyframes rotateBackground {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}

@keyframes rotateBackground {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}
@-webkit-keyframes rotateBackground2 {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(-360deg);
            transform: rotate(-360deg);
  }
}
@keyframes rotateBackground2 {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(-360deg);
            transform: rotate(-360deg);
  }
}
.card-icon {
  border-radius: 7px;
  padding: 3px;
  width: 32px;
  height: 32px;
  -webkit-box-shadow: 0 0 45px 8px rgba(58, 100, 129, 0.11);
          box-shadow: 0 0 45px 8px rgba(58, 100, 129, 0.11);
  background: linear-gradient(174deg, rgba(243, 245, 249, 0.06) 0%, rgba(243, 245, 249, 0.06) 100%);
}
@media screen and (min-width: 768px) {
  .card-icon {
    border-radius: 12px;
    padding: 6px;
    width: 56px;
    height: 56px;
  }
}
@media screen and (min-width: 1250px) {
  .card-icon {
    border-radius: 16px;
    -webkit-backdrop-filter: blur(45px);
            backdrop-filter: blur(45px);
    padding: 8px;
    width: 72px;
    height: 72px;
  }
}

.hero-animation {
  position: relative;
}

.dots-animation {
  position: absolute;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  top: 40px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  height: 200px;
  z-index: 0;
  width: 100%;
}
@media screen and (min-width: 768px) {
  .dots-animation {
    top: 24px;
    width: 100%;
  }
}
@media screen and (min-width: 1250px) {
  .dots-animation {
    top: 40px;
    height: 200px;
    width: 90%;
  }
}

.dots-bg {
  max-width: 75%;
}

.lottie-hero {
  position: absolute;
  pointer-events: none;
  z-index: 2;
  width: 20%;
  top: 5px;
}
@media screen and (min-width: 768px) {
  .lottie-hero {
    width: 20%;
  }
}
@media screen and (min-width: 1250px) {
  .lottie-hero {
    width: 20%;
  }
}

#lottie-left {
  left: 7%;
}
@media screen and (min-width: 1250px) {
  #lottie-left {
    left: 5%;
  }
}

#lottie-right {
  right: 7%;
  -webkit-transform: scale(-1, 1);
          transform: scale(-1, 1);
}
@media screen and (min-width: 1250px) {
  #lottie-right {
    right: 5%;
  }
}

.btn {
  position: relative;
  padding: 8px 24px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 48px;
  border-radius: 40px;
  width: 100%;
  max-width: 350px;
  gap: 8px;
  font-weight: 600;
  font-size: 14px;
  line-height: 140%;
  text-transform: uppercase;
  color: var(--gray100);
  border: 1px solid transparent;
  -webkit-backdrop-filter: blur(12px);
          backdrop-filter: blur(12px);
  -webkit-box-shadow: 0 6px 18px 0 rgba(38, 95, 131, 0.04);
          box-shadow: 0 6px 18px 0 rgba(38, 95, 131, 0.04);
  background-color: var(--accent-blue);
}
@media screen and (min-width: 768px) {
  .btn {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    padding-right: 54px;
    width: auto;
  }
}
.btn::after {
  content: attr(data-text);
  position: absolute;
  padding: 8px 24px;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-weight: 600;
  font-size: 14px;
  line-height: 140%;
  text-transform: uppercase;
  color: var(--gray100);
  opacity: 0;
  -webkit-filter: blur(4px);
          filter: blur(4px);
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
  pointer-events: none;
}
@media screen and (min-width: 768px) {
  .btn::after {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
}
@media screen and (min-width: 1250px) {
  .btn::after {
    font-size: 14px;
  }
}
.btn:hover::after {
  opacity: 0.8;
}
.btn:hover .btn-blue-icon {
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}

.btn-blue-icon {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: absolute;
  right: 2px;
  width: 44px;
  height: 44px;
  border-radius: 50%;
  background-color: var(--gray100);
  -webkit-transition: -webkit-transform 0.3s ease;
  transition: -webkit-transform 0.3s ease;
  transition: transform 0.3s ease;
  transition: transform 0.3s ease, -webkit-transform 0.3s ease;
}

.header-btn {
  position: relative;
  padding: 24px 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 44px;
  border-radius: 40px;
  min-width: 157px;
  overflow: hidden;
  font-weight: 600;
  font-size: 18px;
  line-height: 140%;
  text-transform: uppercase;
  color: var(--gray100);
  border-top: 1px solid rgba(250, 252, 254, 0.3);
  border-left: 1px solid rgba(250, 252, 254, 0.2);
  border-right: 1px solid rgba(250, 252, 254, 0.2);
  border-bottom: 1px solid rgba(250, 252, 254, 0.16);
  -webkit-box-shadow: inset 0 0 28px 0 rgba(255, 255, 255, 0.12);
          box-shadow: inset 0 0 28px 0 rgba(255, 255, 255, 0.12);
  background-color: rgba(124, 131, 136, 0.06);
}
@media screen and (min-width: 768px) {
  .header-btn {
    font-size: 14px;
    padding: 12px 30px;
    -webkit-backdrop-filter: blur(12px);
            backdrop-filter: blur(12px);
  }
}
.header-btn::after {
  content: attr(data-text);
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-weight: 600;
  font-size: 18px;
  line-height: 140%;
  text-transform: uppercase;
  color: var(--gray100);
  opacity: 0;
  -webkit-filter: blur(4px);
          filter: blur(4px);
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
  pointer-events: none;
}
@media screen and (min-width: 1250px) {
  .header-btn::after {
    font-size: 14px;
  }
}
.header-btn:hover::after {
  opacity: 0.8;
}

.header {
  position: relative;
  z-index: 2;
  padding: 16px 8px;
  height: 75px;
  margin-top: 8px;
}
@media screen and (min-width: 1250px) {
  .header {
    padding: 16px 0px;
    height: 90px;
    margin-top: 24px;
  }
}

.header-container {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.header-link-logo {
  position: relative;
  height: 40px;
  min-height: 40px;
  min-width: 110px;
}

.header-link-logo > img {
  position: absolute;
  bottom: 0;
  left: 0;
  max-width: auto;
  height: 40px;
}

.header-menu-wrapper {
  position: absolute;
  z-index: 99;
  top: 0;
  left: 0;
  right: 0;
  padding: 85px 20px;
  -webkit-transform: translateY(-100%);
          transform: translateY(-100%);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 24px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  opacity: 0;
  -webkit-box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
          box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
  -webkit-transition: all 300ms var(--cubic);
  transition: all 300ms var(--cubic);
}
@media screen and (min-width: 768px) {
  .header-menu-wrapper {
    padding: 85px;
  }
}
@media screen and (min-width: 1250px) {
  .header-menu-wrapper {
    position: static;
    -webkit-box-shadow: none;
            box-shadow: none;
    padding: 20px;
    opacity: 1;
    -webkit-transform: none;
            transform: none;
    padding: 0;
    width: 100%;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

.header-menu-wrapper .isOpen {
  -webkit-transform: translateY(119%);
          transform: translateY(119%);
}

.header-nav-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 24px;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
@media screen and (min-width: 768px) {
  .header-nav-list {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}
@media screen and (min-width: 1250px) {
  .header-nav-list {
    gap: 48px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

.header-nav-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  overflow: hidden;
  position: relative;
}

.header-nav-link {
  font-weight: 400;
  font-size: 24px;
  line-height: 135%;
  padding: 2px 8px;
  text-align: center;
  color: var(--gray100);
  position: relative;
  text-decoration: none;
}
@media screen and (min-width: 768px) {
  .header-nav-link {
    font-size: 16px;
  }
}

.header-nav-link::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 2px;
  background: -webkit-gradient(linear, left top, right top, from(rgba(250, 252, 254, 0.01)), color-stop(50%, #fafcfe), to(rgba(250, 252, 254, 0.01)));
  background: linear-gradient(90deg, rgba(250, 252, 254, 0.01) 0%, #fafcfe 50%, rgba(250, 252, 254, 0.01) 100%);
  -webkit-transform: scaleX(0);
          transform: scaleX(0);
  -webkit-transform-origin: left;
          transform-origin: left;
  -webkit-transition: -webkit-transform 300ms var(--cubic);
  transition: -webkit-transform 300ms var(--cubic);
  transition: transform 300ms var(--cubic);
  transition: transform 300ms var(--cubic), -webkit-transform 300ms var(--cubic);
}

.header-nav-item:hover .header-nav-link::after {
  -webkit-transform: scaleX(1);
          transform: scaleX(1);
}

.header-nav-item:not(:hover) .header-nav-link::after {
  -webkit-transform-origin: right;
          transform-origin: right;
  -webkit-transform: scaleX(0);
          transform: scaleX(0);
}

.header-nav-link.current::after {
  -webkit-transform: scaleX(1);
          transform: scaleX(1);
}

.header-nav-item:not(:hover) .header-nav-link.current::after {
  -webkit-transform-origin: left;
          transform-origin: left;
  -webkit-transform: scaleX(1);
          transform: scaleX(1);
}

/* dropdown*/
.burger-wrapper {
  position: relative;
  width: 20px;
  height: 14px;
  cursor: pointer;
  outline: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  z-index: 100;
  width: 32px;
  height: 32px;
}
@media screen and (min-width: 1250px) {
  .burger-wrapper {
    display: none;
  }
}

.menu-icon {
  width: 24px;
  position: relative;
  cursor: pointer;
  -webkit-transition: -webkit-transform 0.3s ease;
  transition: -webkit-transform 0.3s ease;
  transition: transform 0.3s ease;
  transition: transform 0.3s ease, -webkit-transform 0.3s ease;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.menu-icon span {
  position: relative;
  display: block;
  width: 100%;
  height: 2px;
  background-color: var(--white);
  border-radius: 2px;
  -webkit-transition: background-color 0.3s ease;
  transition: background-color 0.3s ease;
}
.menu-icon span::before, .menu-icon span::after {
  content: "";
  position: absolute;
  left: 0;
  width: 70%;
  height: 2px;
  background-color: var(--white);
  border-radius: 2px;
  -webkit-transition: top 0.3s ease, -webkit-transform 0.3s ease;
  transition: top 0.3s ease, -webkit-transform 0.3s ease;
  transition: transform 0.3s ease, top 0.3s ease;
  transition: transform 0.3s ease, top 0.3s ease, -webkit-transform 0.3s ease;
}
.menu-icon span::before {
  top: -8px;
}
.menu-icon span::after {
  top: 8px;
}
.menu-icon.open span {
  background-color: transparent;
}
.menu-icon.open span::before {
  top: 0;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}
.menu-icon.open span::after {
  top: 0;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}

.menu-background {
  position: absolute;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 48px;
  top: 0;
  left: 0;
  width: 100%;
  height: 100dvh;
  background-color: rgba(52, 155, 212, 0.2);
  -webkit-backdrop-filter: blur(40px);
          backdrop-filter: blur(40px);
}
@media screen and (min-width: 768px) {
  .menu-background {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: start;
    padding-top: 120px;
    padding-left: 40px;
  }
}

.mobile-menu {
  position: fixed;
  right: 0;
  top: 0;
  width: 100%;
  height: 100vh;
  opacity: 0;
  -webkit-transform: translateY(-100%);
          transform: translateY(-100%);
  -webkit-transition: opacity 0.3s ease, -webkit-transform 0.3s ease;
  transition: opacity 0.3s ease, -webkit-transform 0.3s ease;
  transition: opacity 0.3s ease, transform 0.3s ease;
  transition: opacity 0.3s ease, transform 0.3s ease, -webkit-transform 0.3s ease;
  overflow: hidden;
  z-index: 99;
}
.mobile-menu.open {
  opacity: 1;
  -webkit-transform: translateY(0);
          transform: translateY(0);
  overflow: auto;
}
@media screen and (min-width: 768px) {
  .mobile-menu {
    max-width: 290px;
  }
}

.header-desctop-menu, .header-desk-btn {
  display: none;
}
@media screen and (min-width: 1250px) {
  .header-desctop-menu, .header-desk-btn {
    display: block;
  }
}

.hero {
  -webkit-box-shadow: 0 4px 14px 5px rgba(7, 70, 101, 0.16);
          box-shadow: 0 4px 14px 5px rgba(7, 70, 101, 0.16);
  border-radius: 16px;
  min-height: 710px;
  margin-top: -75px;
  margin-left: 8px;
  margin-right: 8px;
  height: auto;
  background-color: var(--black-900);
  background-image: url("../img/decor/hero-bg-mob.webp");
  background-position: top;
  background-repeat: no-repeat;
  background-size: cover;
}
@media screen and (min-width: 768px) {
  .hero {
    border-radius: 24px;
    background-position: center;
    background-image: url("../img/decor/hero-bg.webp");
    background-repeat: no-repeat;
    background-size: cover;
  }
}
@media screen and (min-width: 1250px) {
  .hero {
    border-radius: 32px;
    margin: 0 auto;
    margin-top: -90px;
    max-width: 1392px;
    min-height: 740px;
  }
}

.hero-container {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-top: 120px;
}

.hero-title {
  font-weight: 400;
  font-size: 32px;
  line-height: 118%;
  text-align: center;
  color: var(--gray100);
}
@media screen and (min-width: 768px) {
  .hero-title {
    font-size: 48px;
  }
}
@media screen and (min-width: 1250px) {
  .hero-title {
    font-size: 74px;
    max-width: 976px;
  }
}

.hero-title-italic {
  font-style: italic;
  font-weight: 500;
}

.hero-eyebrow-wrapper {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 10px;
  border-radius: 40px;
  padding: 4px 10px;
  min-width: 195px;
  font-style: italic;
  font-weight: 400;
  font-size: 14px;
  line-height: 110%;
  color: var(--blue500);
  -webkit-backdrop-filter: blur(6px);
          backdrop-filter: blur(6px);
  -webkit-box-shadow: 2px 2px 11px 0 rgba(11, 40, 55, 0.2);
          box-shadow: 2px 2px 11px 0 rgba(11, 40, 55, 0.2);
  background-color: rgba(250, 252, 254, 0.11);
  margin-bottom: 8px;
}

.hero-eyebrow-decor {
  height: 14px;
}

.hero-btns-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 24px;
  width: 100%;
}
@media screen and (min-width: 768px) {
  .hero-btns-wrapper {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    gap: 0;
  }
}

.hero-pricing-btn {
  background-color: transparent;
  font-weight: 500;
  padding-right: 0;
  gap: 8px;
}

.icon-white {
  background-color: transparent;
  position: static;
  border-radius: 0;
  width: 24px;
  height: 24px;
}

.hero-home-text {
  font-weight: 400;
  font-size: 16px;
  line-height: 148%;
  text-align: center;
  color: var(--gray300);
  margin-top: 16px;
}
@media screen and (min-width: 768px) {
  .hero-home-text {
    font-size: 18px;
    line-height: 144%;
  }
}

.hero-home-accent-text {
  font-style: italic;
  font-weight: 400;
  font-size: 14px;
  line-height: 110%;
  text-align: center;
  color: var(--white);
  text-shadow: 0 0 4px var(--white);
  margin-top: 80px;
  margin-bottom: 24px;
}
@media screen and (min-width: 768px) {
  .hero-home-accent-text {
    font-size: 20px;
    margin-top: 32px;
    margin-bottom: 32px;
  }
}
@media screen and (min-width: 1250px) {
  .hero-home-accent-text {
    font-size: 24px;
  }
}

.about-content-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
}
@media screen and (min-width: 1250px) {
  .about-content-wrapper {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    text-align: start;
  }
}

.about-home-description {
  text-align: start;
  margin-top: 24px;
}
@media screen and (min-width: 1250px) {
  .about-home-description {
    max-width: 730px;
    margin-top: 0;
  }
}

.about-wires-wrapper {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-template-rows: 1fr;
  gap: 16px;
  margin-top: 24px;
}
@media screen and (min-width: 768px) {
  .about-wires-wrapper {
    gap: 24px;
    margin-top: 32px;
  }
}
@media screen and (min-width: 1250px) {
  .about-wires-wrapper {
    gap: 32px;
    margin-top: 48px;
  }
}

.wires-big-img {
  grid-area: 1/1/2/3;
  border-radius: 16px;
  height: 180px;
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (min-width: 768px) {
  .wires-big-img {
    height: 100%;
    border-radius: 24px;
    max-height: 320px;
  }
}

.wires-small-img {
  grid-area: 1/3/2/4;
  border-radius: 16px;
  height: 180px;
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (min-width: 768px) {
  .wires-small-img {
    height: 100%;
    border-radius: 24px;
    max-height: 320px;
  }
}

.features {
  margin: 0 8px 0 8px;
  -webkit-box-shadow: 0 4px 14px 5px rgba(7, 70, 101, 0.16);
          box-shadow: 0 4px 14px 5px rgba(7, 70, 101, 0.16);
  background: var(--gray700);
  border-radius: 16px;
  padding: 40px 0;
  overflow: hidden;
  background-image: url("../img/decor/features-mob.webp");
  background-position: top;
  background-repeat: no-repeat;
  background-size: cover;
}
@media screen and (min-width: 768px) {
  .features {
    border-radius: 24px;
    background-position: center;
    background-image: url("../img/decor/features.webp");
    background-repeat: no-repeat;
    background-size: cover;
    padding-top: 48px;
    padding-bottom: 24px;
  }
}
@media screen and (min-width: 1250px) {
  .features {
    border-radius: 32px;
    max-width: 1392px;
    margin: 0 auto;
  }
}

@media screen and (min-width: 768px) {
  .features-peering {
    padding-bottom: 68px;
  }
}

.features-title-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 8px;
}

.features-section-title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 8px;
  color: var(--white);
}

.features-section-title-accent {
  font-style: italic;
  font-weight: 600;
  text-transform: uppercase;
}

.features-grid {
  display: grid;
  grid-template-columns: repeat(1, 1fr);
  gap: 8px;
  margin-top: 24px;
}
@media screen and (min-width: 768px) {
  .features-grid {
    grid-template-columns: repeat(2, 1fr);
    margin-top: 32px;
    gap: 16px;
  }
}
@media screen and (min-width: 1250px) {
  .features-grid {
    grid-template-columns: repeat(3, 1fr);
    gap: 24px;
    margin-top: 48px;
  }
}

.features-peering-grid {
  display: grid;
  grid-template-columns: repeat(1, 1fr);
  gap: 8px;
  margin-top: 24px;
}
@media screen and (min-width: 768px) {
  .features-peering-grid {
    grid-template-columns: repeat(2, 1fr);
    margin-top: 32px;
    gap: 16px;
  }
}
@media screen and (min-width: 1250px) {
  .features-peering-grid {
    grid-template-columns: repeat(4, 1fr);
    gap: 24px;
    margin-top: 48px;
  }
}

.features-peering-title {
  font-weight: 500;
  font-size: 24px;
  line-height: 128%;
  color: var(--gray-100);
}
@media screen and (min-width: 768px) {
  .features-peering-title {
    font-size: 28px;
  }
}

.features-peering-text {
  margin-top: auto;
  font-size: 16px;
  font-weight: 400;
  line-height: 144%;
  color: var(--gray200);
}
@media screen and (min-width: 768px) {
  .features-peering-text {
    font-size: 18px;
  }
}

.features-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 16px;
  border-radius: 16px;
  padding: 24px;
  -webkit-backdrop-filter: blur(12px);
          backdrop-filter: blur(12px);
  -webkit-box-shadow: inset 0 0 28px 0 rgba(255, 255, 255, 0.12);
          box-shadow: inset 0 0 28px 0 rgba(255, 255, 255, 0.12);
  background-color: rgba(124, 131, 136, 0.06);
  border: 1px solid rgba(255, 255, 255, 0.1);
  font-weight: 400;
  font-size: 16px;
  line-height: 148%;
  color: var(--gray100);
}
@media screen and (min-width: 768px) {
  .features-item {
    font-weight: 500;
    font-size: 20px;
    line-height: 128%;
  }
}
@media screen and (min-width: 1250px) {
  .features-item {
    gap: 40px;
    font-size: 24px;
  }
}

@media screen and (min-width: 1250px) {
  .features-item-peering {
    gap: 16px;
    min-height: 320px;
  }
}

.mission-section-wrapper {
  position: relative;
  margin: 0 8px 0 8px;
  -webkit-box-shadow: 0 0 26px 0 rgba(75, 104, 143, 0.06);
          box-shadow: 0 0 26px 0 rgba(75, 104, 143, 0.06);
  background: var(--white);
  border-radius: 24px;
  padding: 40px 16px;
  overflow: hidden;
}
@media screen and (min-width: 1250px) {
  .mission-section-wrapper {
    max-width: 1392px;
    margin: 0 auto;
    padding: 56px;
  }
}

.mission-decor-animation {
  position: absolute;
  bottom: 20%;
  right: -45%;
  width: 400px;
  height: 400px;
  -webkit-transform-origin: center;
          transform-origin: center;
  background-image: url("../img/decor/about-decor.webp");
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  -webkit-animation: rotateBackground 40s linear infinite;
          animation: rotateBackground 40s linear infinite;
  z-index: 0;
}
@media screen and (min-width: 768px) {
  .mission-decor-animation {
    bottom: -80%;
    left: 3%;
    width: 500px;
    height: 500px;
  }
}
@media screen and (min-width: 1250px) {
  .mission-decor-animation {
    bottom: -80%;
    left: 3%;
    width: 700px;
    height: 700px;
  }
}

.mission-section-grid {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 24px;
  z-index: 2;
}
@media screen and (min-width: 1250px) {
  .mission-section-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}

.mission-title {
  text-align: center;
}
@media screen and (min-width: 768px) {
  .mission-title {
    text-align: left;
  }
}

.mission-section-cta {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  z-index: 2;
}
@media screen and (min-width: 1250px) {
  .mission-section-cta {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: start;
  }
}

.mission-description-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 24px;
  margin-top: 24px;
}

.cta-section {
  margin: 0 8px 0 8px;
  -webkit-box-shadow: 0 4px 14px 5px rgba(7, 70, 101, 0.16);
          box-shadow: 0 4px 14px 5px rgba(7, 70, 101, 0.16);
  background: var(--gray700);
  border-radius: 16px;
  padding: 80px 0;
  overflow: hidden;
  background-image: url("../img/decor/cta.webp");
  background-position: top;
  background-repeat: no-repeat;
  background-size: cover;
  margin-bottom: 40px;
}
@media screen and (min-width: 768px) {
  .cta-section {
    border-radius: 24px;
    margin-bottom: 24px;
  }
}
@media screen and (min-width: 1250px) {
  .cta-section {
    border-radius: 32px;
    max-width: 1392px;
    margin: 24px auto;
  }
}

.cta-content-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.cta-title {
  color: var(--white);
  text-align: center;
  font-size: 28px;
}
@media screen and (min-width: 768px) {
  .cta-title {
    font-size: 32px;
  }
}
@media screen and (min-width: 1250px) {
  .cta-title {
    font-size: 48px;
  }
}

.cta-title-accent {
  color: var(--white);
  text-shadow: 0 0 4px var(--white);
  font-size: 28px;
  text-transform: uppercase;
  font-style: italic;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .cta-title-accent {
    font-size: 32px;
  }
}
@media screen and (min-width: 1250px) {
  .cta-title-accent {
    font-size: 48px;
  }
}

.cta-text {
  font-weight: 400;
  font-size: 16px;
  line-height: 148%;
  text-align: center;
  color: var(--gray100);
  margin-top: 16px;
}
@media screen and (min-width: 768px) {
  .cta-text {
    font-size: 18px;
    line-height: 144%;
  }
}

.cta-btn {
  margin-top: 48px;
}

.hero-about {
  min-height: 768px;
  background-image: url("../img/decor/hero-bg-about-mob.webp");
  background-position: top;
  background-repeat: no-repeat;
  background-size: cover;
}
@media screen and (min-width: 768px) {
  .hero-about {
    background-position: center;
    background-image: url("../img/decor/hero-bg-about.webp");
    background-repeat: no-repeat;
    background-size: cover;
  }
}
@media screen and (min-width: 1250px) {
  .hero-about {
    min-height: 745px;
  }
}

.hero-cards-wrapper-about {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  margin-top: 48px;
  gap: 16px;
}
@media screen and (min-width: 768px) {
  .hero-cards-wrapper-about {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 24px;
  }
}
@media screen and (min-width: 1250px) {
  .hero-cards-wrapper-about {
    margin-top: 64px;
  }
}

.hero-card {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 16px;
  border-radius: 16px;
  padding: 24px;
  -webkit-backdrop-filter: blur(12px);
          backdrop-filter: blur(12px);
  -webkit-box-shadow: inset 0 0 28px 0 rgba(255, 255, 255, 0.12);
          box-shadow: inset 0 0 28px 0 rgba(255, 255, 255, 0.12);
  background-color: rgba(124, 131, 136, 0.06);
  border: 1px solid rgba(255, 255, 255, 0.1);
}

.hero-card-title-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.hero-card-title {
  font-weight: 500;
  font-size: 18px;
  line-height: 144%;
  color: var(--gray100);
}
@media screen and (min-width: 768px) {
  .hero-card-title {
    font-size: 24px;
    line-height: 128%;
  }
}

.hero-card-text {
  font-weight: 500;
  font-size: 16px;
  line-height: 148%;
  color: var(--gray300);
}
@media screen and (min-width: 768px) {
  .hero-card-text {
    font-size: 24px;
    line-height: 128%;
  }
}

.about-section-wrapper {
  position: relative;
  margin: 0 8px 0 8px;
  -webkit-box-shadow: 0 0 26px 0 rgba(75, 104, 143, 0.06);
          box-shadow: 0 0 26px 0 rgba(75, 104, 143, 0.06);
  background: var(--white);
  border-radius: 24px;
  padding: 40px 16px;
  overflow: hidden;
}
@media screen and (min-width: 1250px) {
  .about-section-wrapper {
    max-width: 1392px;
    margin: 0 auto;
    padding: 56px;
  }
}

.about-decor-animation {
  position: absolute;
  bottom: 20%;
  right: -45%;
  width: 400px;
  height: 400px;
  -webkit-transform-origin: center;
          transform-origin: center;
  background-image: url("../img/decor/about-decor.webp");
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  -webkit-animation: rotateBackground 40s linear infinite;
          animation: rotateBackground 40s linear infinite;
  z-index: 0;
}
@media screen and (min-width: 768px) {
  .about-decor-animation {
    bottom: -50%;
    left: 3%;
    width: 500px;
    height: 500px;
  }
}
@media screen and (min-width: 1250px) {
  .about-decor-animation {
    bottom: -50%;
    left: 3%;
    width: 700px;
    height: 700px;
  }
}

.about-section {
  padding-top: 80px;
}
@media screen and (min-width: 1250px) {
  .about-section {
    padding-top: 90px;
  }
}

.about-section-grid {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 24px;
  z-index: 2;
}
@media screen and (min-width: 768px) {
  .about-section-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
  }
}

.about-section-cta {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  z-index: 2;
}
@media screen and (min-width: 768px) {
  .about-section-cta {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: start;
  }
}

.about-chart-img {
  width: 100%;
  border-radius: 12px;
  z-index: 2;
}
@media screen and (min-width: 768px) {
  .about-chart-img {
    border-radius: 16px;
  }
}
@media screen and (min-width: 1250px) {
  .about-chart-img {
    border-radius: 24px;
    min-height: 400px;
  }
}

.about-section-img-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 24px;
}

.about-description {
  margin-top: 24px;
  margin-bottom: 24px;
}

@media screen and (min-width: 768px) {
  .about-btn {
    width: 154px;
  }
}

.hero-join-section {
  min-height: 710px;
  background-image: url("../img/decor/hero-bg-join-mob.webp");
  background-position: top;
  background-repeat: no-repeat;
  background-size: cover;
}
@media screen and (min-width: 768px) {
  .hero-join-section {
    background-position: center;
    background-image: url("../img/decor/hero-bg-join.webp");
    background-repeat: no-repeat;
    background-size: cover;
  }
}
@media screen and (min-width: 1250px) {
  .hero-join-section {
    min-height: 745px;
  }
}

.hero-steps-join {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 100%;
  border-radius: 16px;
  padding: 24px;
  -webkit-backdrop-filter: blur(12px);
          backdrop-filter: blur(12px);
  -webkit-box-shadow: inset 0 0 28px 0 rgba(255, 255, 255, 0.12);
          box-shadow: inset 0 0 28px 0 rgba(255, 255, 255, 0.12);
  background-color: rgba(124, 131, 136, 0.06);
  border: 1px solid rgba(255, 255, 255, 0.1);
  margin-top: 32px;
}
@media screen and (min-width: 768px) {
  .hero-steps-join {
    margin-top: 16px;
  }
}
@media screen and (min-width: 1250px) {
  .hero-steps-join {
    max-width: 752px;
  }
}

.hero-step-join {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 16px;
  margin-bottom: 8px;
}

.hero-step-join:last-child {
  margin-bottom: 0;
}

.hero-step-join-text {
  font-weight: 400;
  font-size: 16px;
  line-height: 148%;
  color: var(--gray300);
}
@media screen and (min-width: 768px) {
  .hero-step-join-text {
    font-weight: 500;
    font-size: 24px;
    line-height: 128%;
  }
}

.hero-steps-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 16px;
}

.hero-steps-title {
  font-weight: 400;
  font-size: 18px;
  line-height: 144%;
  text-align: center;
  color: var(--gray100);
}
@media screen and (min-width: 768px) {
  .hero-steps-title {
    font-weight: 500;
    font-size: 24px;
    line-height: 128%;
  }
}

.hero-join-contacts {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.hero-join-contacts {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  margin-top: 24px;
  gap: 8px;
}
@media screen and (min-width: 768px) {
  .hero-join-contacts {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    margin-top: 40px;
  }
}

.hero-join-contact-text {
  font-weight: 400;
  font-size: 24px;
  line-height: 110%;
  color: var(--white);
  text-shadow: 0 0 4px var(--white);
  text-align: center;
}

.hero-join-email {
  font-weight: 500;
  font-size: 24px;
  line-height: 128%;
  text-align: center;
  color: var(--white);
  text-shadow: 1px 2px 3px var(--accent-blue);
}
@media screen and (min-width: 768px) {
  .hero-join-email {
    color: var(--accent-blue);
    text-shadow: none;
  }
}

.join-form-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 24px;
}
@media screen and (min-width: 1250px) {
  .join-form-wrapper {
    margin: 0 auto;
  }
}

.join-form-grid {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 24px;
}
@media screen and (min-width: 768px) {
  .join-form-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
  }
}

.join-form-label {
  position: absolute;
  top: 50%;
  left: 16px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  z-index: 1;
  font-weight: 400;
  font-size: 16px;
  line-height: 148%;
  color: var(--gray700);
  -webkit-transition: opacity 300ms ease;
  transition: opacity 300ms ease;
  opacity: 1;
}

.join-form-input {
  outline: none;
  width: 100%;
  height: 60px;
  border-radius: 16px;
  padding: 8px 16px;
  -webkit-box-shadow: inset 0 0 28px 0 rgba(255, 255, 255, 0.12);
          box-shadow: inset 0 0 28px 0 rgba(255, 255, 255, 0.12);
  background: var(--blue400);
  border: 1px solid rgba(255, 255, 255, 0.1019607843);
  color: var(--gray700);
}

.join-form-btn {
  position: relative;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  cursor: pointer;
  height: 48px;
  width: 100%;
  max-width: 252px;
  margin: 0 auto;
  padding: 0;
  border: 1px solid transparent;
  border-radius: 40px;
  background-color: var(--accent-blue);
  -webkit-backdrop-filter: blur(12px);
          backdrop-filter: blur(12px);
  -webkit-box-shadow: 0 6px 18px 0 rgba(38, 95, 131, 0.04);
          box-shadow: 0 6px 18px 0 rgba(38, 95, 131, 0.04);
  gap: 8px;
  text-align: center;
}
@media screen and (min-width: 1250px) {
  .join-form-btn {
    max-width: 252px;
  }
}
.join-form-btn::after {
  content: "SUBMIT APPLICATION";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  padding: 8px 32px;
  display: none;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-weight: 600;
  font-size: 14px;
  line-height: 140%;
  text-transform: uppercase;
  color: var(--gray100);
  opacity: 0;
  -webkit-filter: blur(4px);
          filter: blur(4px);
  pointer-events: none;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}
@media screen and (min-width: 1250px) {
  .join-form-btn::after {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    max-width: 252px;
    font-size: 14px;
  }
}
.join-form-btn:hover::after {
  opacity: 0.8;
}
.join-form-btn:hover .btn-blue-icon-form {
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}

.join-form-select {
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  background-image: url('data:image/svg+xml;utf8,<svg fill="%23349BD4" height="16" viewBox="0 0 24 24" width="16" xmlns="http://www.w3.org/2000/svg"><path d="M7 10l5 5 5-5z"/></svg>');
  background-repeat: no-repeat;
  background-position: right 10px center;
  background-size: 16px;
}

.hero-pricing {
  min-height: 762px;
  margin-bottom: 40px;
  background-image: url("../img/decor/hero-bg-pricing-mob.webp");
  background-position: top;
  background-repeat: no-repeat;
  background-size: cover;
}
@media screen and (min-width: 768px) {
  .hero-pricing {
    background-position: center;
    background-image: url("../img/decor/hero-bg-pricing.webp");
    background-repeat: no-repeat;
    background-size: cover;
  }
}
@media screen and (min-width: 1250px) {
  .hero-pricing {
    min-height: 745px;
  }
}

.table-responsive {
  width: 100%;
  overflow-x: auto;
}

.pricing-table {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 16px;
  width: 100%;
  border-collapse: collapse;
  margin-top: 48px;
}
@media screen and (min-width: 768px) {
  .pricing-table {
    display: table;
    border-radius: 32px;
    -webkit-backdrop-filter: blur(12px);
            backdrop-filter: blur(12px);
    -webkit-box-shadow: inset 0 0 28px 0 rgba(255, 255, 255, 0.12);
            box-shadow: inset 0 0 28px 0 rgba(255, 255, 255, 0.12);
    background-color: rgba(124, 131, 136, 0.06);
  }
}

.pricing-table-header {
  -webkit-box-shadow: inset 0 0 28px 0 rgba(255, 255, 255, 0.1215686275);
          box-shadow: inset 0 0 28px 0 rgba(255, 255, 255, 0.1215686275);
  border-radius: 32px 32px 0 0;
}

.pricing-table th {
  position: relative;
  text-align: left;
  font-weight: 500;
  font-size: 14px;
  line-height: 148%;
  color: var(--gray200);
}
@media screen and (min-width: 768px) {
  .pricing-table th {
    padding: 16px 24px;
    font-size: 18px;
    line-height: 128%;
  }
}
@media screen and (min-width: 1250px) {
  .pricing-table th {
    font-size: 24px;
  }
}

.pricing-table th:not(:last-child)::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 0;
  width: 1px;
  height: 26px;
  background-color: var(--gray700);
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.pricing-usd {
  font-style: italic;
  font-weight: 400;
  font-size: 14px;
  line-height: 110%;
}

.pricing-table td {
  position: relative;
  padding: 16px 24px;
  font-weight: 600;
  font-size: 12px;
  line-height: 144%;
  color: var(--white);
}
@media screen and (min-width: 768px) {
  .pricing-table td {
    font-size: 14px;
    line-height: 128%;
  }
}
@media screen and (min-width: 1250px) {
  .pricing-table td {
    font-size: 18px;
  }
}

.pricing-table td:not(:last-child)::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 0;
  width: 1px;
  height: 26px;
  background-color: var(--gray700);
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.table-desktop {
  display: none;
}
@media screen and (min-width: 768px) {
  .table-desktop {
    display: block;
    width: 100%;
  }
}

.table-mob {
  display: block;
}
@media screen and (min-width: 768px) {
  .table-mob {
    display: none;
  }
}

.pricing-bottom-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 24px;
  margin-top: 48px;
}
@media screen and (min-width: 768px) {
  .pricing-bottom-wrap {
    width: 100%;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}

.pricing-table-item {
  padding: 16px;
  border-radius: 24px;
  -webkit-backdrop-filter: blur(12px);
          backdrop-filter: blur(12px);
  -webkit-box-shadow: inset 0 0 28px 0 rgba(255, 255, 255, 0.12);
          box-shadow: inset 0 0 28px 0 rgba(255, 255, 255, 0.12);
  background-color: rgba(124, 131, 136, 0.06);
}

.pricing-table-item-header {
  margin-bottom: 16px;
}

.pricing-table-item-title {
  text-align: left;
  font-weight: 500;
  font-size: 20px;
  line-height: 148%;
  color: var(--white);
  margin-bottom: 16px;
}

.pricing-table-label {
  color: var(--white);
}

.pricing-table-item-body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 8px;
}

.pricing-table-item-body p {
  color: var(--gray200);
}

.pricing-text-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 16px;
}
@media screen and (min-width: 1250px) {
  .pricing-text-wrap {
    gap: 22px;
    max-width: 600px;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}

.pricing-text {
  font-size: 14px;
  color: var(--gray400);
}
@media screen and (min-width: 1250px) {
  .pricing-text {
    font-size: 18px;
  }
}

.hero-network {
  min-height: 560px;
  background-image: url("../img/decor/hero-bg-network-mob.webp");
  background-position: top;
  background-repeat: no-repeat;
  background-size: cover;
}
@media screen and (min-width: 768px) {
  .hero-network {
    background-position: center;
    background-image: url("../img/decor/hero-bg-network.webp");
    background-repeat: no-repeat;
    background-size: cover;
  }
}
@media screen and (min-width: 1250px) {
  .hero-network {
    min-height: 529px;
  }
}

.network-section-wrapper {
  position: relative;
  margin: 0 8px 0 8px;
  -webkit-box-shadow: 0 0 26px 0 rgba(75, 104, 143, 0.06);
          box-shadow: 0 0 26px 0 rgba(75, 104, 143, 0.06);
  background: var(--white);
  border-radius: 24px;
  padding: 40px 0;
  overflow: hidden;
}
@media screen and (min-width: 1250px) {
  .network-section-wrapper {
    max-width: 1392px;
    margin: 0 auto;
    padding: 56px;
  }
}

.network-section-grid {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 24px;
  z-index: 2;
}
@media screen and (min-width: 768px) {
  .network-section-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-template-rows: repeat(2, 1fr);
  }
}
@media screen and (min-width: 1250px) {
  .network-section-grid {
    grid-template-columns: repeat(4, 1fr);
    grid-template-rows: 1fr;
  }
}

.network-card {
  z-index: 1;
  border-radius: 16px;
  padding: 24px;
  -webkit-box-shadow: 0 6px 18px 0 rgba(38, 95, 131, 0.04);
          box-shadow: 0 6px 18px 0 rgba(38, 95, 131, 0.04);
  background: var(--white);
}

.network-card-title {
  font-weight: 500;
  font-size: 24px;
  line-height: 128%;
  color: var(--black800);
  margin-bottom: 16px;
}

.network-card-text-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 6px;
}

.network-card-text {
  font-size: 18px;
  color: var(--gray600);
}

.network-card-description {
  font-size: 18px;
  color: var(--gray800);
}

.network-card-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 8px;
}

.text-dot {
  display: block;
}

.network-list-text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 8px;
  font-size: 18px;
  color: var(--gray800);
}

.card4 {
  padding-left: 16px;
  padding-right: 16px;
}

.network-decor-animation {
  position: absolute;
  bottom: 40%;
  right: -60%;
  width: 600px;
  height: 600px;
  -webkit-transform-origin: center;
          transform-origin: center;
  background-image: url("../img/decor/about-decor.webp");
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  -webkit-animation: rotateBackground 40s linear infinite;
          animation: rotateBackground 40s linear infinite;
  z-index: 0;
}
@media screen and (min-width: 768px) {
  .network-decor-animation {
    top: -20%;
    left: 3%;
  }
}
@media screen and (min-width: 1250px) {
  .network-decor-animation {
    top: -15%;
    left: 10%;
    width: 600px;
    height: 600px;
  }
}

.network-table {
  display: none;
}
@media screen and (min-width: 768px) {
  .network-table {
    position: relative;
    display: block;
    margin-top: 40px;
    z-index: 2;
  }
}

.network-table-mob {
  position: relative;
  display: block;
  z-index: 2;
  margin-top: 40px;
}
@media screen and (min-width: 768px) {
  .network-table-mob {
    display: none;
  }
}

.hero-contact-section {
  min-height: 860px;
  padding-bottom: 24px;
  background-image: url("../img/decor/hero-bg-contact-mob.webp");
  background-position: top;
  background-repeat: no-repeat;
  background-size: cover;
  margin-bottom: 40px;
}
@media screen and (min-width: 768px) {
  .hero-contact-section {
    padding-left: 16px;
    padding-right: 16px;
    background-position: center;
    background-image: url("../img/decor/hero-bg-contact.webp");
    background-repeat: no-repeat;
    background-size: cover;
  }
}
@media screen and (min-width: 1250px) {
  .hero-contact-section {
    min-height: 830px;
  }
}

.hero-contact-form {
  margin-top: 64px;
  width: 100%;
  border-radius: 16px;
  padding: 16px;
  -webkit-backdrop-filter: blur(12px);
          backdrop-filter: blur(12px);
  -webkit-box-shadow: inset 0 0 28px 0 rgba(255, 255, 255, 0.12);
          box-shadow: inset 0 0 28px 0 rgba(255, 255, 255, 0.12);
  background-color: rgba(124, 131, 136, 0.06);
  border: 1px solid rgba(255, 255, 255, 0.1019607843);
  padding-bottom: 48px;
}
@media screen and (min-width: 1250px) {
  .hero-contact-form {
    padding: 24px;
    padding-bottom: 48px;
    margin: 0 auto;
    margin-top: 48px;
    max-width: 1272px;
  }
}

.hero-contacts-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 24px;
}
@media screen and (min-width: 768px) {
  .hero-contacts-wrapper {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}

.hero-contacts-grid-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 8px;
}
@media screen and (min-width: 768px) {
  .hero-contacts-grid-wrapper {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}

.contact-grid {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
  gap: 8px;
}
@media screen and (min-width: 768px) {
  .contact-grid {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}

.hero-contact {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 8px;
  font-weight: 400;
  font-size: 16px;
  line-height: 148%;
}

.hero-contact-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 8px;
}
@media screen and (min-width: 768px) {
  .hero-contact-grid {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}

.hero-contact-gray {
  color: var(--gray300);
}
@media screen and (min-width: 768px) {
  .hero-contact-gray {
    color: var(--gray600);
  }
}

.hero-contact-text {
  color: var(--gray100);
}

.form-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 16px;
  width: 100%;
  margin-top: 32px;
}
@media screen and (min-width: 1250px) {
  .form-wrapper {
    max-width: 510px;
    margin: 0 auto;
    margin-top: 32px;
  }
}

.form-btn {
  position: relative;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  cursor: pointer;
  height: 48px;
  width: 100%;
  max-width: 310px;
  margin: 8px auto 0;
  padding: 0;
  border: 1px solid transparent;
  border-radius: 40px;
  background-color: var(--accent-blue);
  -webkit-backdrop-filter: blur(12px);
          backdrop-filter: blur(12px);
  -webkit-box-shadow: 0 6px 18px 0 rgba(38, 95, 131, 0.04);
          box-shadow: 0 6px 18px 0 rgba(38, 95, 131, 0.04);
  gap: 8px;
  text-align: center;
}
@media screen and (min-width: 1250px) {
  .form-btn {
    max-width: 206px;
  }
}
.form-btn::after {
  content: "SEND MESSAGE";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  padding: 8px 32px;
  display: none;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-weight: 600;
  font-size: 14px;
  line-height: 140%;
  text-transform: uppercase;
  color: var(--gray100);
  opacity: 0;
  -webkit-filter: blur(4px);
          filter: blur(4px);
  pointer-events: none;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}
@media screen and (min-width: 768px) {
  .form-btn::after {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    max-width: 206px;
  }
}
@media screen and (min-width: 1250px) {
  .form-btn::after {
    font-size: 14px;
  }
}
.form-btn:hover::after {
  opacity: 0.8;
}
.form-btn:hover .btn-blue-icon-form {
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}

.contact-btn {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  position: relative;
  cursor: pointer;
  padding-left: 32px;
  width: 100%;
  height: 100%;
  z-index: 2;
  background-color: transparent;
  border: none;
  outline: none;
  font-weight: 600;
  font-size: 14px;
  line-height: 140%;
  text-transform: uppercase;
  color: var(--gray100);
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-align: center;
}

.btn-blue-icon-form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 44px;
  height: 44px;
  border-radius: 50%;
  background-color: var(--gray100);
  position: absolute;
  right: 2px;
  z-index: 1;
  -webkit-transition: -webkit-transform 0.3s ease;
  transition: -webkit-transform 0.3s ease;
  transition: transform 0.3s ease;
  transition: transform 0.3s ease, -webkit-transform 0.3s ease;
}

.form-field {
  position: relative;
  margin: 0;
}

.form-label {
  position: absolute;
  top: 50%;
  left: 16px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  z-index: 1;
  font-weight: 400;
  font-size: 16px;
  line-height: 148%;
  color: var(--gray700);
  -webkit-transition: opacity 300ms ease;
  transition: opacity 300ms ease;
  opacity: 1;
}

.form-label-textarea {
  position: absolute;
  top: 8px;
  left: 16px;
  z-index: 1;
  font-weight: 400;
  font-size: 16px;
  line-height: 148%;
  color: var(--gray700);
  -webkit-transition: opacity 300ms ease;
  transition: opacity 300ms ease;
  opacity: 1;
}

.form-label-accent {
  color: var(--accent-blue);
}

.contact-form-input {
  outline: none;
  width: 100%;
  height: 60px;
  border-radius: 16px;
  padding: 8px 16px;
  -webkit-box-shadow: inset 0 0 28px 0 rgba(255, 255, 255, 0.12);
          box-shadow: inset 0 0 28px 0 rgba(255, 255, 255, 0.12);
  background: var(--blue400);
  border: 1px solid rgba(255, 255, 255, 0.1019607843);
  color: var(--gray700);
}

.contact-form-textarea {
  outline: none;
  width: 100%;
  height: 100px;
  border-radius: 16px;
  padding: 8px 16px;
  -webkit-backdrop-filter: blur(12px);
          backdrop-filter: blur(12px);
  -webkit-box-shadow: inset 0 0 28px 0 rgba(255, 255, 255, 0.12);
          box-shadow: inset 0 0 28px 0 rgba(255, 255, 255, 0.12);
  background: var(--blue400);
  border: 1px solid rgba(255, 255, 255, 0.1019607843);
  color: var(--gray700);
  resize: none;
  overflow: auto;
}

.wpcf7 form.invalid .wpcf7-response-output,
.wpcf7 form.unaccepted .wpcf7-response-output,
.wpcf7 form.payment-required .wpcf7-response-output {
  margin: 0;
  border: none;
  color: #dc3232;
  position: absolute;
  text-align: center;
  font-size: 12px;
  padding: 0;
  width: 100%;
  max-width: 300px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
@media screen and (min-width: 768px) {
  .wpcf7 form.invalid .wpcf7-response-output,
  .wpcf7 form.unaccepted .wpcf7-response-output,
  .wpcf7 form.payment-required .wpcf7-response-output {
    font-size: 14px;
    bottom: -15%;
    max-width: 500px;
  }
}

.wpcf7 form.sent .wpcf7-response-output {
  margin: 0;
  border: none;
  color: #46b450;
  position: absolute;
  text-align: center;
  font-size: 12px;
  padding: 0;
  width: 100%;
  max-width: 300px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
@media screen and (min-width: 768px) {
  .wpcf7 form.sent .wpcf7-response-output {
    font-size: 14px;
    bottom: -15%;
  }
}

.wpcf7-form-control-wrap {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.wpcf7 form.failed .wpcf7-response-output, .wpcf7 form.aborted .wpcf7-response-output, .wpcf7-not-valid-tip {
  border: none;
  color: #dc3232;
  position: absolute;
  text-align: end;
  font-size: 12px;
  padding: 0;
  width: 100%;
  right: 5%;
  bottom: 0;
}
@media screen and (min-width: 768px) {
  .wpcf7 form.failed .wpcf7-response-output, .wpcf7 form.aborted .wpcf7-response-output, .wpcf7-not-valid-tip {
    font-size: 14px;
  }
}

.wpcf7-form {
  position: relative;
}

.hero-peering-section {
  min-height: 640px;
  background-image: url("../img/decor/hero-bg-network-mob.webp");
  background-position: top;
  background-repeat: no-repeat;
  background-size: cover;
}
@media screen and (min-width: 768px) {
  .hero-peering-section {
    background-position: center;
    background-image: url("../img/decor/hero-bg-network.webp");
    background-repeat: no-repeat;
    background-size: cover;
  }
}
@media screen and (min-width: 1250px) {
  .hero-peering-section {
    min-height: 582px;
  }
}

.peering-hero-text {
  max-width: 900px;
}

.policy-link {
  display: inline-block;
  color: var(--accent-blue);
  cursor: pointer;
}

.peering-section-grid {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 24px;
  z-index: 2;
}
@media screen and (min-width: 768px) {
  .peering-section-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
  }
}
@media screen and (min-width: 1250px) {
  .peering-section-grid {
    grid-template-columns: repeat(3, 1fr);
    grid-template-rows: 1fr;
  }
}

.peering-section-wrapper {
  position: relative;
  margin: 0 8px 0 8px;
  -webkit-box-shadow: 0 0 26px 0 rgba(75, 104, 143, 0.06);
          box-shadow: 0 0 26px 0 rgba(75, 104, 143, 0.06);
  background: var(--white);
  border-radius: 24px;
  padding: 40px 0;
  overflow: hidden;
  padding-bottom: 80px;
}
@media screen and (min-width: 768px) {
  .peering-section-wrapper {
    padding-bottom: 100px;
  }
}
@media screen and (min-width: 1250px) {
  .peering-section-wrapper {
    max-width: 1392px;
    margin: 0 auto;
    padding: 56px;
    padding-bottom: 200px;
  }
}

.peering-cards-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 24px;
}
@media screen and (min-width: 768px) {
  .peering-cards-wrapper {
    gap: 32px;
  }
}
@media screen and (min-width: 1250px) {
  .peering-cards-wrapper {
    gap: 48px;
  }
}

.peering-card {
  font-size: 14px;
}
@media screen and (min-width: 768px) {
  .peering-card {
    font-size: 16px;
  }
}
@media screen and (min-width: 1250px) {
  .peering-card {
    font-size: 18px;
  }
}

.peering-card-title {
  font-weight: 500;
  font-size: 24px;
  line-height: 118%;
  color: var(--black-900);
  margin-bottom: 16px;
}
@media screen and (min-width: 768px) {
  .peering-card-title {
    font-size: 36px;
    margin-bottom: 24px;
  }
}
@media screen and (min-width: 1250px) {
  .peering-card-title {
    font-size: 48px;
  }
}

.peering-card-subtitle {
  font-weight: 500;
  font-size: 18px;
  line-height: 128%;
  color: var(--black-900);
  margin-bottom: 16px;
}
@media screen and (min-width: 768px) {
  .peering-card-subtitle {
    font-size: 20px;
    margin-bottom: 24px;
  }
}
@media screen and (min-width: 1250px) {
  .peering-card-subtitle {
    font-size: 24px;
  }
}

.peering-link {
  display: inline-block;
  color: var(--accent-blue);
  cursor: pointer;
}

.dotted-item::before {
  content: "•";
  color: #000;
  margin-right: 0.5em;
  font-size: 1.2em;
  line-height: 1;
}

.technical-list-peering {
  margin-left: 16px;
}

.peering-decor-animation1 {
  position: absolute;
  top: 5%;
  right: -75%;
  width: 450px;
  height: 450px;
  -webkit-transform-origin: center;
          transform-origin: center;
  background-image: url("../img/decor/about-decor.webp");
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  -webkit-animation: rotateBackground 40s linear infinite;
          animation: rotateBackground 40s linear infinite;
  z-index: 0;
}
@media screen and (min-width: 768px) {
  .peering-decor-animation1 {
    top: 5%;
    right: -40%;
    width: 600px;
    height: 600px;
  }
}
@media screen and (min-width: 1250px) {
  .peering-decor-animation1 {
    top: 5%;
    right: 5%;
    width: 600px;
    height: 600px;
  }
}

.peering-decor-animation2 {
  position: absolute;
  bottom: 5%;
  right: -75%;
  width: 450px;
  height: 450px;
  -webkit-transform-origin: center;
          transform-origin: center;
  background-image: url("../img/decor/about-decor.webp");
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  -webkit-animation: rotateBackground2 40s linear infinite;
          animation: rotateBackground2 40s linear infinite;
  z-index: 0;
}
@media screen and (min-width: 768px) {
  .peering-decor-animation2 {
    bottom: 5%;
    right: -40%;
    width: 600px;
    height: 600px;
  }
}
@media screen and (min-width: 1250px) {
  .peering-decor-animation2 {
    bottom: 15%;
    right: 5%;
    width: 600px;
    height: 600px;
  }
}

/**************************\
  Basic Modal Styles
\**************************/
.modal__overlay {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.6);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  z-index: 100;
}

.modal-container-wrap {
  padding: 4px;
  background-color: var(--white);
  border-radius: 12px;
  overflow: hidden;
}

.modal__container {
  position: relative;
  background-color: var(--white);
  padding: 24px 16px;
  max-width: 800px;
  max-height: 680px;
  height: 96svh;
  width: 94svw;
  overflow-y: auto;
  scrollbar-width: thin;
  scrollbar-color: var(--light-blue) transparent;
}
@media screen and (min-width: 1250px) {
  .modal__container {
    padding: 24px;
  }
}
.modal__container.modal-form-container {
  padding: 0;
  max-width: 620px;
}

/**************************\
  Demo Animation Style
\**************************/
@-webkit-keyframes mmfadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes mmfadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@-webkit-keyframes mmfadeOut {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
@keyframes mmfadeOut {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
@-webkit-keyframes mmslideIn {
  from {
    -webkit-transform: translateY(15%);
            transform: translateY(15%);
  }
  to {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
@keyframes mmslideIn {
  from {
    -webkit-transform: translateY(15%);
            transform: translateY(15%);
  }
  to {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
@-webkit-keyframes mmslideOut {
  from {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  to {
    -webkit-transform: translateY(-10%);
            transform: translateY(-10%);
  }
}
@keyframes mmslideOut {
  from {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  to {
    -webkit-transform: translateY(-10%);
            transform: translateY(-10%);
  }
}
.micromodal-slide {
  display: none;
}

.micromodal-slide.is-open {
  display: block;
}

.micromodal-slide[aria-hidden=false] .modal__overlay {
  -webkit-animation: mmfadeIn 0.3s cubic-bezier(0, 0, 0.2, 1);
          animation: mmfadeIn 0.3s cubic-bezier(0, 0, 0.2, 1);
}

.micromodal-slide[aria-hidden=false] .modal__container {
  -webkit-animation: mmslideIn 0.3s cubic-bezier(0, 0, 0.2, 1);
          animation: mmslideIn 0.3s cubic-bezier(0, 0, 0.2, 1);
}

.micromodal-slide[aria-hidden=true] .modal__overlay {
  -webkit-animation: mmfadeOut 0.3s cubic-bezier(0, 0, 0.2, 1);
          animation: mmfadeOut 0.3s cubic-bezier(0, 0, 0.2, 1);
}

.micromodal-slide[aria-hidden=true] .modal__container {
  -webkit-animation: mmslideOut 0.3s cubic-bezier(0, 0, 0.2, 1);
          animation: mmslideOut 0.3s cubic-bezier(0, 0, 0.2, 1);
}

.micromodal-slide .modal__container,
.micromodal-slide .modal__overlay {
  will-change: transform;
}

.modal-header {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 24px;
}

.modal-title {
  font-weight: 700;
  font-size: 24px;
  line-height: 120%;
  letter-spacing: -0.03em;
  text-transform: uppercase;
  color: var(--blue);
}

.modal-close {
  -webkit-transition: all 250ms var(--cubic);
  transition: all 250ms var(--cubic);
  border-radius: 100%;
  padding: 4px;
}
@media (pointer: fine) {
  .modal-close {
    cursor: pointer;
  }
}
@media (hover: hover) and (pointer: fine) {
  .modal-close:hover {
    background-color: var(--light-blue);
  }
}
.modal-close svg {
  pointer-events: none;
}

.footer-wrapper {
  background-color: var(--black-900);
  margin: 0 8px 8px 8px;
  border-radius: 16px;
  background-image: url("../img/decor/footer-bg-mob.avif");
  background-size: cover;
  background-position: right;
  background-repeat: no-repeat;
  overflow: hidden;
  padding-top: 56px;
  padding-bottom: 0;
}
@media screen and (min-width: 768px) {
  .footer-wrapper {
    background-image: url("../img/decor/footer-bg.avif");
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    border-radius: 24px;
    max-width: 1392px;
    padding-top: 40px;
    padding-bottom: 24px;
  }
}
@media screen and (min-width: 1250px) {
  .footer-wrapper {
    border-radius: 32px;
    margin: 0 auto;
    padding: 80px 60px;
  }
}

.footer-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 48px;
  padding-bottom: 48px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.13);
}
@media screen and (min-width: 1250px) {
  .footer-content {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 16px;
  }
}

.footer-logo-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 16px;
}
@media screen and (min-width: 1250px) {
  .footer-logo-wrapper {
    width: 500px;
  }
}

.footer-link-logo {
  position: relative;
  height: 56px;
  min-height: 56px;
  min-width: 154px;
}

.footer-link-logo > img {
  position: absolute;
  bottom: 0;
  left: 0;
  max-width: auto;
  height: 56px;
}

.footer-text {
  font-weight: 400;
  font-size: 16px;
  line-height: 148%;
  color: var(--gray300);
}

.footer-nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 100%;
  gap: 24px;
}
@media screen and (min-width: 768px) {
  .footer-nav {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}

.footer-nav-link:hover {
  color: var(--accent-blue);
}

.footer-nav-link {
  font-weight: 400;
  font-size: 14px;
  line-height: 148%;
  padding: 4px 0;
  text-transform: uppercase;
  color: var(--gray400);
  -webkit-transition: color 300ms var(--cubic);
  transition: color 300ms var(--cubic);
}
@media screen and (min-width: 768px) {
  .footer-nav-link {
    padding: 4px;
  }
}

.footer-bottom-bar {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 16px 0;
}

.footer-copyright {
  font-weight: 400;
  font-size: 13px;
  line-height: 148%;
  text-align: center;
  color: var(--gray400);
}

.footer-social-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 16px;
}

.footer-social-link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 44px;
  height: 44px;
}

.footer-social-link img {
  width: 24px;
  height: 24px;
}/*# sourceMappingURL=main.css.map */