html {
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  font-family: sans-serif;
}

body {
  margin: 0;
}

footer, header, main, nav, section {
  display: block;
}

a {
  background-color: #0000;
}

a:active, a:hover {
  outline: 0;
}

strong {
  font-weight: bold;
}

h1 {
  margin: .67em 0;
  font-size: 2em;
}

img {
  border: 0;
  object-fit: cover;
}

input, textarea {
  color: inherit;
  font: inherit;
  margin: 0;
}

input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

input {
  line-height: normal;
}

input[type="checkbox"] {
  box-sizing: border-box;
  padding: 0;
}

textarea {
  overflow: auto;
}



* {
  box-sizing: border-box;
}

html {
  height: 100%;
}

body {
  color: #333;
  background-color: #fff;
  min-height: 100%;
  margin: 0;
  font-family: Arial, sans-serif;
  font-size: 14px;
  line-height: 20px;
}

img {
  vertical-align: middle;
  max-width: 100%;
  display: inline-block;
}

.w-inline-block {
  max-width: 100%;
  display: inline-block;
}

.w-button {
  color: #fff;
  line-height: inherit;
  cursor: pointer;
  background-color: #3898ec;
  border: 0;
  border-radius: 0;
  padding: 9px 15px;
  text-decoration: none;
  display: inline-block;
}

input.w-button {
  -webkit-appearance: button;
}

h1, h2, h3, h4 {
  margin-bottom: 10px;
  font-weight: bold;
}

h1 {
  margin-top: 20px;
  font-size: 38px;
  line-height: 44px;
}

h2 {
  margin-top: 20px;
  font-size: 32px;
  line-height: 36px;
}

h3 {
  margin-top: 20px;
  font-size: 24px;
  line-height: 30px;
}

h4 {
  margin-top: 10px;
  font-size: 18px;
  line-height: 24px;
}

p {
  margin-top: 0;
  margin-bottom: 10px;
}

ul {
  margin-top: 0;
  margin-bottom: 10px;
  padding-left: 40px;
}

.w-form {
  margin: 0 0 15px;
}

label {
  margin-bottom: 5px;
  font-weight: bold;
  display: block;
}

.w-input {
  color: #333;
  vertical-align: middle;
  background-color: #fff;
  border: 1px solid #ccc;
  width: 100%;
  height: 38px;
  margin-bottom: 10px;
  padding: 8px 12px;
  font-size: 14px;
  line-height: 1.42857;
  display: block;
}

.w-input:focus {
  border-color: #3898ec;
  outline: 0;
}

textarea.w-input {
  height: auto;
}

.w-container {
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
}

.w-container:before, .w-container:after {
  content: " ";
  grid-area: 1 / 1 / 2 / 2;
  display: table;
}

.w-container:after {
  clear: both;
}

@media screen and (max-width: 991px) {
  .w-container {
    max-width: 728px;
  }
}

@media screen and (max-width: 479px) {
  .w-container {
    max-width: none;
  }
}

@media screen and (max-width: 767px) {
  .w-nav-brand {
    padding-left: 10px;
  }
}

.w-nav {
  z-index: 1000;
  background: #ddd;
  position: relative;
}

.w-nav:before, .w-nav:after {
  content: " ";
  grid-area: 1 / 1 / 2 / 2;
  display: table;
}

.w-nav:after {
  clear: both;
}

.w-nav-brand {
  float: left;
  color: #333;
  text-decoration: none;
  position: relative;
}

.w-nav-menu {
  float: right;
  position: relative;
}

.w-nav-button {
display: none;
}

.w-nav-button:focus {
  outline: 0;
}

@media screen and (max-width: 767px) {

  .w-nav-brand {
    padding-left: 10px;
  }
}

:root {
  --neutral-600: #030b20;
  --neutral-300: #f9fbff;
  --neutral-100: white;
  --primary-1: #0963ef;
  --cards: #08112a;
  --neutral-200: #eff1f6;
  --neutral-500: #14203d;
  --neutral-400: #737d8d;
  --white-16: #ffffff29;
  --secondary--color-1: #024cbf;
  --white-4: #ffffff0a;
  --white-18: #ffffff2e;
  --white-80: #fffc;
  --white-30: #ffffff4d;
  --white-10: #ffffff1a;
}

.w-layout-grid {
  grid-row-gap: 16px;
  grid-column-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

body {
  background-color: var(--neutral-600);
  color: var(--neutral-300);
  font-family: Inter, sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 30px;
}

h1 {
  color: var(--neutral-100);
  letter-spacing: .1em;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 24px;
  font-size: 52px;
  font-weight: 700;
  line-height: 60px;
}

h2 {
  color: var(--neutral-100);
  letter-spacing: .1em;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 16px;
  font-size: 40px;
  font-weight: 700;
  line-height: 48px;
}

h3 {
  color: var(--neutral-100);
  letter-spacing: .1em;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 12px;
  font-size: 22px;
  font-weight: 700;
  line-height: 30px;
}

h4 {
  color: var(--neutral-100);
  margin-top: 0;
  margin-bottom: 16px;
  font-size: 22px;
  font-weight: 700;
  line-height: 28px;
}

p {
  margin-bottom: 0;
}

a {
  color: var(--primary-1);
  text-decoration: underline;
  transition: color .35s;
}

a:hover {
  color: var(--neutral-100);
}

ul {
  margin-top: 0;
  margin-bottom: 10px;
  padding-left: 40px;
}

li {
  margin-bottom: 8px;
}

label {
  letter-spacing: .1em;
  text-transform: uppercase;
  margin-bottom: 14px;
  font-size: 16px;
  font-weight: 500;
  line-height: 18px;
  display: block;
}

strong {
  color: var(--neutral-100);
  font-weight: 700;
}

.mg-top-24px {
  margin-top: 24px;
}

.mg-top-40px {
  margin-top: 40px;
}

.mg-top-48px {
  margin-top: 48px;
}

.flex {
  display: flex;
}

.flex.footer-columns {
  align-items: flex-start;
}

.flex.contact-info {
  color: var(--neutral-100);
  align-items: center;
  margin-bottom: 22px;
  font-size: 22px;
  line-height: 24px;
  text-decoration: none;
}

.flex.contact-info:hover {
  color: var(--primary-1);
}

.text-uppercase {
  letter-spacing: .1em;
  text-transform: uppercase;
}

.text-uppercase._20px-blue {
  color: #ffffff;
  font-size: 18px;
  font-weight: 700;
  line-height: 22px;
}

.text-center {
  text-align: center;
}

.container-default {
  max-width: 1292px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 24px;
  padding-right: 24px;
}

.button-primary {
  background-color: var(--primary-1);
  background-image: linear-gradient(to bottom, var(--primary-1), var(--secondary--color-1));
  color: var(--neutral-100);
  text-align: center;
  letter-spacing: .12em;
  text-transform: uppercase;
  transform-style: preserve-3d;
  border: 2px solid #ffffff1a;
  justify-content: center;
  padding: 18px 40px;
  font-weight: 700;
  line-height: 20px;
  transition: transform .3s, box-shadow .3s, background-color .3s;
  box-shadow: 0 19px 34px #00000059, 0 -7px 24px #0000005c, inset 0 0 22px #00000003, inset 0 1px 7px #ffffff26;
}

.button-primary:hover {
  background-color: #3527d8;
  transform: translate3d(0, -2px, .01px);
  box-shadow: 0 22px 40px #0000006b, 0 -7px 24px #0000005c, inset 0 0 22px #00000003, inset 0 1px 7px #ffffff26;
}

.button-primary.large {
  background-image: linear-gradient(to bottom, var(--primary-1), var(--secondary--color-1));
  padding: 24px 55px;
  font-size: 18px;
  line-height: 20px;
}

.button-primary.large._2-buttons-center {
  margin-right: 14px;
}

.button-primary.large.form {
  padding-left: 26px;
  padding-right: 26px;
}

.button-primary.product-card-button {
  margin-top: 32px;
}

.button-primary._2-buttons-center {
  margin-right: 28px;
}

.button-secondary {
  border: 1px solid var(--neutral-100);
  background-color: var(--white-18);
  color: var(--neutral-100);
  text-align: center;
  letter-spacing: .1em;
  text-transform: uppercase;
  transform-style: preserve-3d;
  padding: 18px 40px;
  font-weight: 500;
  line-height: 20px;
  transition: transform .35s, color .3s, background-color .3s;
}

.button-secondary:hover {
  background-color: var(--neutral-100);
  color: var(--neutral-600);
  transform: translate3d(0, -3px, .01px);
}

.button-secondary.large {
  padding: 24px 55px;
  font-size: 18px;
  line-height: 20px;
}

.button-secondary.large._2-buttons-center {
  margin-left: 14px;
}

.header {
  background-color: #010101;
  border: 1px solid #ffffff4f;
  justify-content: space-between;
  align-items: center;
  padding-left: 24px;
  padding-right: 24px;
  display: flex;
}

.header-navigation {
  justify-content: flex-end;
  align-items: center;
  margin-bottom: 0;
  padding-left: 0;
  list-style-type: none;
  display: flex;
}

.nav-item-wrapper {
  margin-bottom: 0;
}

.nav-link {
  color: var(--white-80);
  letter-spacing: .14em;
  text-transform: uppercase;
  border-bottom: 2px solid #0000;
  padding: 32px 14px;
  font-size: 14px;
  line-height: 16px;
  text-decoration: none;
  transition: color .35s;
  display: block;
}

.nav-link:hover {
  color: var(--neutral-100);
}

.nav-link.w--current {
  border-bottom-color: var(--white-80);
  color: var(--neutral-100);
  font-weight: 700;
}


.footer {
  padding-top: 0;
  padding-bottom: 0;
  background-color: #000;
}

.footer-middle-grid {
  grid-column-gap: 34px;
  grid-template-rows: auto;
  grid-template-columns: 2fr 1fr 2fr;
  align-items: start;
  padding-top: 48px;
  padding-bottom: 48px;
}

.footer-logo-container {
  transform-style: preserve-3d;
  margin-bottom: 26px;
  transition: transform .3s, color .35s;
}

.footer-logo {
  max-width: 200px;
}

.footer-logo-container:hover {
  transform: scale3d(.92, .92, 1.01);
}

.footer-nav {
  flex-direction: column;
  justify-content: flex-end;
  align-items: flex-start;
  margin-bottom: 0;
  padding-left: 0;
  list-style-type: none;
  display: flex;
}

.footer-nav.columns-1 {
  margin-right: 28px;
}

.footer-nav-item {
  align-items: center;
  margin-bottom: 14px;
  display: flex;
}

.section {
  padding-top: 80px;
  padding-bottom: 60px;
}

.section.hero-home {
  background-image: linear-gradient(to bottom, #030b2085, #030b20bd 36%, #030b20cf 63%, var(--neutral-600) 88%), url("../images/photo-1.webp");
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  justify-content: space-between;
  padding-top: 200px;
  padding-bottom: 200px;
}

.section.image-full-width {
  background-image: linear-gradient(to right, #030b20f7, #030b20e6 51%, #030b2026 82%, #030b2000), url("../images/photo-2.webp");
  background-position: 0 0, 50%;
  background-size: auto, cover;
  padding-top: 148px;
  padding-bottom: 148px;
}

.section.image-full-width.right.section-2 {
  background-image: linear-gradient(264deg, #030b20f7, #030b20e6 51%, #030b2026 82%, #030b2000), url("../images/photo-14.webp");
}

.section.about-hero {
  background-image: linear-gradient(to right, var(--neutral-600), #030b20a6 24%, #030b2040 51%, #030b2000), linear-gradient(to bottom, #030b2085, #030b20bd 36%, #030b20cf 63%, var(--neutral-600) 88%), url("../images/photo-13.webp");
  background-position: 0 0, 0 0, 50%;
  background-repeat: repeat, repeat, no-repeat;
  background-size: auto, auto, cover;
  justify-content: space-between;
  padding-top: 200px;
  padding-bottom: 100px;
}

.services-console.section.image-full-width {
  background-image: linear-gradient(to right, #030b20f7, #030b20e6 51%, #030b2026 82%, #030b2000), url("../images/photo-15.webp");
}

.services-vr.section.image-full-width.right.section-2 {
  background-image: linear-gradient(264deg, #030b20f7, #030b20e6 51%, #030b2026 82%, #030b2000), url("../images/photo-16.webp");
}
.input {
  border: 1.5px solid var(--white-30);
  color: var(--neutral-100);
  background-color: #0000;
  height: 56px;
  margin-bottom: 0;
  padding-left: 16px;
  padding-right: 16px;
  font-size: 18px;
  transition: border-color .3s, opacity .3s;
}

.input:hover {
  border-color: var(--neutral-100);
}

.input:focus {
  border-color: var(--neutral-100);
  color: var(--neutral-100);
}

.card {
  border: 2px solid var(--white-4);
  background-color: var(--cards);
  color: var(--neutral-100);
  text-align: center;
  flex-direction: column;
  align-items: center;
  padding: 50px 32px;
  text-decoration: none;
  display: flex;
  overflow: hidden;
}

.card.form {
  text-align: left;
  flex-direction: column;
  justify-content: center;
  align-items: stretch;
  min-height: 600px;
}

.split-content.header-left {
  align-items: center;
  display: flex;
}

.image-wrapper {
  align-items: center;
  display: flex;
  position: relative;
  overflow: hidden;
}

.header-logo-container {
  transform-style: preserve-3d;
  padding-left: 0;
  transition: transform .35s, color .35s;
}

.header-logo-container:hover {
  transform: scale3d(.93, .93, 1.01);
}

.header-logo {
  max-width: 150px;
}

._2-column-grid {
  grid-column-gap: 26px;
  grid-row-gap: 32px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

._2-column-grid.full-width-image {
  grid-template-columns: 1fr 1fr;
}

._2-column-grid.full-width-image.right {
  grid-template-columns: 1.2fr 1fr;
}

._2-column-grid.news-home {
  grid-column-gap: 60px;
  grid-template-columns: .45fr 1fr;
  align-items: center;
}

._2-column-grid.blog-card-home {
  align-items: start;
}

._2-column-grid.about-hero {
  grid-template-columns: 1fr .4fr;
}

._2-column-grid.our-studio {
  grid-column-gap: 60px;
  align-items: center;
}

._2-column-grid.form-section {
  grid-column-gap: 40px;
  grid-template-columns: .7fr 1fr;
  align-items: start;
}

.header-container {
  background-color: #0000;
  width: 100%;
  position: relative;
  top: 24px;
}

.container-880px-center {
  max-width: 880px;
  margin-left: auto;
  margin-right: auto;
}

.container-660px-center {
  max-width: 660px;
  margin-left: auto;
  margin-right: auto;
}

._2-buttons {
  flex-direction: row;
  justify-content: center;
  align-items: center;
  display: flex;
}

._2-buttons.left {
  justify-content: flex-start;
}

._3-column-grid {
  grid-column-gap: 26px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

._3-column-grid.mg-top-56px {
  margin-top: 56px;
}

.icon-card {
  margin-bottom: 28px;
  box-shadow: 0 10px 24px #000000bd;
}

.max-width-500px {
  max-width: 500px;
}

.blog-card {
  border: 1px solid var(--white-4);
  background-color: var(--cards);
  color: var(--neutral-100);
  height: 100%;
  text-decoration: none;
}

.badge {
  border: 1px solid var(--white-16);
  background-image: linear-gradient(to bottom, var(--primary-1), var(--secondary--color-1));
  color: var(--neutral-100);
  letter-spacing: .1em;
  text-transform: uppercase;
  padding: 14px 22px;
  font-size: 14px;
  font-weight: 500;
  line-height: 16px;
  text-decoration: none;
}

.badge.blog-card-badge {
  position: absolute;
  inset: 20px 20px auto auto;
}

.blog-card-content {
  padding: 40px 24px;
}

.blog-card-title {
  margin-bottom: 6px;
}

.blog-card-date {
  letter-spacing: .1em;
  text-transform: uppercase;
  margin-bottom: 8px;
  font-size: 16px;
  line-height: 18px;
}

.blog-card-image {
  width: 100%;
}

.footer-title {
  color: var(--neutral-100);
  letter-spacing: .1em;
  text-transform: uppercase;
  margin-bottom: 40px;
  font-size: 16px;
  font-weight: 700;
  line-height: 18px;
}

.footer-link {
  color: var(--white-80);
  text-decoration: none;
}

.footer-bottom {
  border-top: 1px solid var(--white-16);
  text-align: center;
  padding-top: 32px;
  padding-bottom: 32px;
  display: flex;
  flex-wrap: wrap;
  gap: 30px;
  justify-content: space-between;
}

.container-770px-center {
  max-width: 770px;
  margin-left: auto;
  margin-right: auto;
}

.product-card-content {
  margin-top: 28px;
}

.product-card-link {
  border: 1px solid var(--white-4);
  background-color: var(--cards);
  text-align: center;
  padding: 32px 22px 34px;
  text-decoration: none;
}

.product-card-excerpt {
  color: var(--neutral-100);
}

.product-card-pricing {
  color: var(--primary-1);
  letter-spacing: .1em;
  text-transform: uppercase;
  margin-bottom: 10px;
  font-weight: 700;
}

.team-card-title {
  color: var(--primary-1);
  letter-spacing: .1em;
  text-transform: uppercase;
  margin-bottom: 14px;
  font-size: 14px;
  font-weight: 700;
  line-height: 16px;
}

.team-member-photo {
  margin-bottom: 40px;
}

.form-grid {
  grid-column-gap: 20px;
  grid-row-gap: 32px;
  grid-template-columns: 1fr;
}

.text-area {
  border: 1px solid var(--white-30);
  color: var(--neutral-100);
  background-color: #0000;
  min-height: 140px;
  padding: 14px 16px;
  font-size: 18px;
  transition: border-color .3s;
}

.text-area:hover {
  border-color: var(--neutral-100);
}

.text-area:focus {
  border-color: var(--neutral-100);
  color: var(--neutral-100);
}

.faq-grid {
  grid-column-gap: 28px;
  grid-row-gap: 32px;
  grid-template-rows: auto;
  align-items: start;
  margin-top: 40px;
}

.faq-item-wrraper {
  background-color: var(--cards);
  cursor: pointer;
  transform-style: preserve-3d;
  justify-content: space-between;
  align-items: flex-start;
  padding: 32px;
  transition: transform .3s;
  display: flex;
}

.faq-item-wrraper:hover {
  transform: scale3d(.94, .94, 1.01);
}

.faq-content {
  width: 100%;
}

.faq-arrow-container {
  flex: none;
  margin-left: 24px;
}

.faq-top {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.faq-bottom {
  overflow: hidden;
}

.space-faq {
  height: 14px;
}

.faq-title {
  margin-bottom: 0;
  font-size: 22px;
  line-height: 28px;
}

.max-width-700px {
  max-width: 700px;
}

.heading-size-h3 {
  color: var(--neutral-100);
  letter-spacing: .1em;
  text-transform: uppercase;
  font-size: 22px;
  font-weight: 700;
  line-height: 29px;
}

.section-2 {
  padding-top: 200px;
  padding-bottom: 200px;
}


@media screen and (min-width: 1440px) {
  h1 {
    font-size: 58px;
    line-height: 66px;
  }

  h3 {
    margin-bottom: 20px;
  }

  label {
    font-size: 18px;
    line-height: 20px;
  }

  .text-uppercase._20px-blue {
    font-size: 20px;
    line-height: 22px;
  }

  .container-default {
    max-width: 1320px;
  }

  .button-primary.product-card-button {
    margin-top: 48px;
  }

  .header {
    padding-left: 40px;
    padding-right: 40px;
  }

  .footer-middle-grid {
    grid-column-gap: 110px;
    padding-top: 100px;
    padding-bottom: 100px;
  }

  .footer-nav.columns-1 {
    margin-right: 48px;
  }

  .section.image-full-width {
    padding-top: 180px;
    padding-bottom: 180px;
  }


  .input {
    height: 64px;
    padding-left: 22px;
    padding-right: 22px;
  }

  .card {
    padding: 60px 36px;
  }

  ._2-column-grid.news-home {
    grid-column-gap: 80px;
  }

  ._2-column-grid.our-studio {
    grid-column-gap: 74px;
    grid-template-columns: 1fr 1.1fr;
  }

  ._2-column-grid.form-section {
    grid-column-gap: 72px;
    grid-template-columns: .8fr 1fr;
  }

  ._3-column-grid {
    grid-column-gap: 28px;
  }

  .icon-card {
    margin-bottom: 45px;
  }

  .badge {
    font-size: 16px;
    line-height: 18px;
  }

  .badge.blog-card-badge {
    top: 24px;
    right: 24px;
  }

  .footer-title {
    font-size: 18px;
    line-height: 20px;
  }

  .container-770px-center {
    max-width: 790px;
  }

  .product-card-content {
    margin-top: 44px;
  }

  .product-card-link {
    padding-bottom: 56px;
    padding-left: 40px;
    padding-right: 40px;
    text-decoration: none;
  }

  .form-grid {
    grid-column-gap: 24px;
  }

  .text-area {
    min-height: 160px;
    padding-left: 22px;
    padding-right: 22px;
  }
}

@media screen and (max-width: 991px) {
  h3 {
    font-size: 20px;
    line-height: 28px;
  }

  .container-default {
    flex-direction: column;
    align-items: stretch;
  }

  .header-navigation {
    flex-direction: column;
    align-items: flex-start;
  }

  .nav-item-wrapper {
    text-align: left;
    width: 100%;
  }

  .nav-link {
    border-bottom-width: 0;
    padding: 10px 0;
    font-size: 16px;
    line-height: 18px;
  }


  .nav-menu {
    border: 1px solid var(--white-18);
    background-color: var(--neutral-600);
    margin-top: 18px;
    margin-left: 24px;
    margin-right: 24px;
    padding: 36px 24px;
    box-shadow: 0 8px 24px #00000059;
  }

  .footer-middle-grid {
    grid-row-gap: 56px;
    grid-template-columns: 1fr;
  }

  .footer {
    p {
      max-width: 400px;
    }
  }


  .section.image-full-width.right {
    background-position: 0 0, 50%;
    background-size: auto, cover;
  }

  .section.image-full-width.right.section-2 {

    background-position: 0 0, 50%;
    background-size: auto, cover;
  }

  ._2-column-grid.full-width-image, ._2-column-grid.full-width-image.right {
    grid-template-columns: 1fr;
  }

  ._2-column-grid.news-home {
    grid-row-gap: 54px;
    grid-template-columns: 1fr;
  }

  ._2-column-grid.about-hero {
    grid-template-columns: 1fr;
  }

  ._2-column-grid.our-studio {
    grid-row-gap: 60px;
    grid-template-columns: 1fr;
  }

  ._2-column-grid.form-section {
    grid-row-gap: 48px;
    grid-template-columns: 1fr;
  }

  ._3-column-grid {
    grid-template-columns: 1fr 1fr;
  }

  ._3-column-grid.pricing {
    grid-template-columns: 1fr 1fr;
  }

  .icon-card.medium-tablet {
    width: 100%;
    max-height: 300px;
  }

  .footer-title {
    margin-bottom: 24px;
  }

  .faq-grid {
    grid-template-columns: 1fr;
  }

  .faq-title {
    margin-bottom: 0;
  }

  .section-2 {
    padding-top: 160px;
    padding-bottom: 160px;
  }
}

@media screen and (max-width: 767px) {
  h1 {
    font-size: 42px;
    line-height: 50px;
  }

  h2 {
    font-size: 30px;
    line-height: 34px;
  }

  .flex.contact-info {
    font-size: 20px;
    line-height: 22px;
  }

  .text-uppercase._20px-blue {
    font-size: 16px;
    line-height: 20px;
  }

  .button-primary.large {
    padding: 20px 26px;
  }

  .button-primary.large._2-buttons-center {
    margin-bottom: 18px;
    margin-right: 0;
  }

  .button-primary._2-buttons-center {
    margin-bottom: 16px;
    margin-right: 0;
  }

  .button-secondary.large {
    padding: 20px 26px;
  }

  .button-secondary.large._2-buttons-center {
    margin-left: 0;
  }

  .footer-middle-grid {
    grid-template-columns: 1fr;
    justify-items: start;
  }

  .footer-nav-item {
    margin-bottom: 11px;
  }

  .section {
    padding-top: 80px;
    padding-bottom: 80px;
  }
  .section.image-full-width {
    background-position: 0 0, 50%;
    background-size: auto, cover;
    padding-top: 120px;
    padding-bottom: 120px;
  }

  .card {
    padding-left: 26px;
    padding-right: 26px;
  }

  ._2-column-grid.blog-card-home {
    grid-row-gap: 26px;
    grid-template-columns: 1fr;
  }

  ._2-buttons, ._2-buttons.left {
    flex-direction: column;
    align-items: stretch;
  }

  ._3-column-grid {
    grid-row-gap: 32px;
    grid-template-columns: 1fr;
  }

  ._3-column-grid.mg-top-56px {
    margin-top: 40px;
  }

  ._3-column-grid.pricing {
    grid-template-columns: 1fr;

    img {
      max-height: 100%;
    }
  }

  .badge.blog-card-badge {
    top: 16px;
    right: 16px;
  }

  .form-grid {
    grid-template-columns: 1fr;
  }

  .faq-grid {
    grid-row-gap: 20px;
  }

  .heading-size-h3 {
    font-size: 20px;
  }

  .section-2 {
    padding-top: 128px;
    padding-bottom: 128px;
  }
}

@media screen and (max-width: 479px) {
  h1 {
    margin-bottom: 16px;
    font-size: 38px;
    line-height: 44px;
  }

  h2 {
    font-size: 26px;
    line-height: 30px;
  }

  h3 {
    font-size: 18px;
    line-height: 24px;
  }

  p {
    font-size: 16px;
    line-height: 28px;
  }

  .flex.footer-columns {
    flex-direction: column;
  }

  .text-uppercase._20px-blue {
    font-size: 15px;
    line-height: 21px;
  }

  .container-default {
    padding-left: 16px;
    padding-right: 16px;
  }

  .button-primary {
    width: 100%;
    padding: 16px 22px;
    font-size: 16px;
    line-height: 18px;
  }

  .button-primary.large {
    padding: 20px 28px;
    font-size: 16px;
    line-height: 18px;
  }

  .button-primary.large._2-buttons-center {
    margin-bottom: 18px;
    margin-right: 0;
  }

  .button-primary.large.form {
    padding-left: 7px;
    padding-right: 7px;
  }

  .button-secondary {
    width: 100%;
    padding: 16px 22px;
    font-size: 16px;
    line-height: 18px;
  }

  .button-secondary.large {
    padding: 20px 28px;
    font-size: 16px;
    line-height: 18px;
  }

  .button-secondary.large._2-buttons-center {
    margin-left: 0;
  }

  .header {
    padding-left: 16px;
    padding-right: 16px;
  }

  .nav-link {
    padding-top: 9px;
    padding-bottom: 9px;
    font-size: 14px;
    line-height: 16px;
  }


  .nav-menu {
    margin-left: 16px;
    margin-right: 16px;
    padding: 25px 16px;
  }

  .footer-middle-grid {
    justify-items: start;
  }

  .footer-nav {
    flex-direction: column;
    align-items: flex-start;
  }

  .footer-nav-item {
    margin: 8px 0;
  }

  .section {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .section.image-full-width {
    padding-top: 100px;
    padding-bottom: 100px;
  }

  ._2-column-grid {
    grid-template-columns: 1fr;
  }

  ._2-buttons {
    flex-direction: column;
  }

  .badge.blog-card-badge {
    padding: 12px 14px;
    font-size: 13px;
    line-height: 15px;
  }

  .blog-card-content {
    padding: 28px 19px;
  }

  .blog-card-date {
    font-size: 14px;
    line-height: 16px;
  }

  .text-area {
    min-height: 120px;
  }

  .faq-item-wrraper {
    padding-left: 24px;
    padding-right: 24px;
  }

  .section-2 {
    padding-top: 100px;
    padding-bottom: 100px;
  }
}
@font-face {
  font-family: "Inter";
  src: url("../fonts/Inter-Medium.woff") format("woff");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Inter";
  src: url("../fonts/Inter-Regular.woff") format("woff");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Inter";
  src: url("../fonts/Inter-Bold.woff") format("woff");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}


.footer-contact {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
}


@media screen and (max-width: 991px) {
  img {
    max-height: 500px;
    width: 100%;
  }
  .nav-menu {
    position: fixed;
    top: 0;
    left: -100%;
    width: 300px;
    height: 100%;
    background-color: #111;
    color: #fff;
    transition: left 0.3s ease;
    padding: 2rem;
    z-index: 1000;
  }
  
  .nav-menu.open {
    left: 0;
  }

  
  
  .menu-button {
    cursor: pointer;
    width: 30px;
    height: 25px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
  }
  
  .menu-button span {
    display: block;
    height: 4px;
    width: 100%;
    background: #ffffff;
    border-radius: 2px;
    transition: all 0.3s ease;
  }
  

  .menu-button.active span:nth-child(1) {
    transform: rotate(45deg) translate(8px, 8px);
  }
  
  .menu-button.active span:nth-child(2) {
    opacity: 0;
  }
  
  .menu-button.active span:nth-child(3) {
    transform: rotate(-45deg) translate(6px, -6px);
  }
}

.home-about {
  & ._2-column-grid.full-width-image {
    grid-template-columns: 2fr 1fr;
  }

  & .max-width-500px {
    max-width: none;
  }
}

.home-tournament {
  & ._2-column-grid.news-home {
    grid-template-columns: 1fr;
  }
  & .max-width-500px {
    max-width: none;
  }

  & .w-dyn-list ._2-column-grid {
    grid-template-columns: 1fr 1fr 1fr;
  }
}

.blog-card-item-container {
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.blog-card-item-container:hover {
  transform: translateY(-10px);
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.2);
}

.services-pc {
  & ._2-column-grid.full-width-image.right {
    grid-template-columns: 1fr 2fr;
  }

  & .max-width-500px {
    max-width: none;
  }
}

.section-contact {
  padding-top: 200px;

  & .mg-top-24px {
    margin-bottom: 80px;
  }
}

.checkbox-label {
  font-size: 12px;

  input {
    margin-right: 10px;
  }
}

.faq-arrow-container {
 font-size: 24px;
}

.faq-top {
  display: flex;
  justify-content: space-between;
  cursor: pointer;
}

.faq-section {
  & .w-layout-grid {
    grid-template-columns: 1fr;
    max-width: 1000px;
    margin: 0 auto;
    margin-top: 50px;
  }
}

.legal {
  padding-top: 150px;

  & ._2-column-grid.our-studio {
    grid-template-columns: 1fr;
    max-width: 1000px;
    margin: 0 auto;
  }

  h1 {
    font-size: 35px;
  }

  h3 {
    font-size: 25px;
  }

  p {
    margin-bottom: 30px;
  }

  ul {
    margin-bottom: 30px;
  }

  a{
    color: #0082f3;
  }
}


.dop-style {
  padding: 150px 30px;
  padding-bottom: 50px;
  text-align: center;

  margin: 0 auto;
  max-width: 1200px;


  & .thank-you-message {
    margin-top: 40px;
    margin-bottom: 40px;
  }

  a {
    transition: all 0.3s ease;
    
  }
}

@media screen and (max-width: 991px) {
  .home-tournament {
    & .w-dyn-list ._2-column-grid {
      grid-template-columns: 1fr 1fr;
    }
  }
}

@media screen and (max-width: 767px) {
  .legal {
    h1 {
      font-size: 30px;
    }

    h3 {
      font-size: 20px;
    }
  }

  .home-about {
    & ._2-column-grid.full-width-image {
      grid-template-columns: 1fr;
    }
  }

  .section.image-full-width {
    background-image: 
    linear-gradient(rgba(3, 11, 32, 0.7), rgba(3, 11, 32, 0.847)),
    url("../images/photo-2.webp");
  background-size: cover;
  background-position: center;
  
  }

  .home-tournament {
    & .w-dyn-list ._2-column-grid {
      grid-template-columns: 1fr;
    }
  }

  .services-pc {
    & ._2-column-grid.full-width-image.right {
      grid-template-columns: 1fr;
    }
  }

  h1 {
    font-size: 30px;
  }

}

@media screen and (max-width: 479px) {
  .legal {
    h1 {
      font-size: 20px;
    }

    h3 {
      font-size: 15px;
    }
  }

  .section.hero-home {
    padding-top: 80px;
    padding-bottom: 80px;
  }
}