@charset "UTF-8";
:root {
  --c-orange: #ff3b4e;
  --c-black: #000000;
  --c-white: #ffffff;
  --c-darkgray: #333333;
  --c-primary: #ffffff;
  --c-secondary: #000000;
  --c-g-1: #2f2f30;
  --c-g-2: #808080;
  --c-g-3: #b5b5b5;
  --c-g-4: #cccccc;
  --c-g-5: #e5e6e7;
  --c-g-6: #eeeeee;
  --c-g-7: #333333;
  --c-g-8: #B5B5B5;
}

[data-theme=dark] {
  --c-orange: #ff3b4e;
  --c-black: #000000;
  --c-white: #ffffff;
  --c-darkgray: #333333;
  --c-primary: #000000;
  --c-secondary: #ffffff;
  --c-g-1: #2f2f30;
  --c-g-2: #808080;
  --c-g-3: #333333;
  --c-g-4: #282828;
  --c-g-5: #0D0D0D;
  --c-g-6: #161616;
  --c-g-7: #cccccc;
  --c-g-8: #333333;
}

html,
body,
div,
span,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
em,
img,
q,
s,
samp,
small,
strike,
strong,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
menu,
nav,
section,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
menu,
nav,
section {
  display: block;
}

audio,
canvas,
progress,
video {
  display: inline-block;
  vertical-align: baseline;
}

body {
  position: relative;
  line-height: 1.5;
}

ol,
ul {
  list-style: none;
}

img {
  border: 0;
}

svg:not(:root) {
  overflow: hidden;
}

button,
input,
optgroup,
select,
textarea {
  color: inherit;
  font: inherit;
  margin: 0;
}

button,
select {
  text-transform: none;
}

button,
input[type=button],
input[type=reset],
input[type=submit] {
  -webkit-appearance: button;
  cursor: pointer;
}

button[disabled],
input[disabled] {
  cursor: default;
}

input[type=checkbox],
input[type=radio] {
  box-sizing: border-box;
  padding: 0;
}

textarea {
  overflow: auto;
}

blockquote,
q {
  quotes: none;
}
blockquote:before, blockquote:after,
q:before,
q:after {
  content: "";
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

html, body {
  width: 100vw;
  height: 100%;
}

html {
  position: relative;
}
@media (max-width: 1024px), (hover:none) {
  html {
    height: 100%;
    overflow: hidden;
  }
}

body {
  position: relative;
  font-feature-settings: "liga" 1, "dlig" 1;
  color: var(--c-secondary);
  background-color: var(--c-g-6);
}
input,
textarea,
button,
select,
a {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

* {
  box-sizing: border-box;
}

@font-face {
  font-family: "GaretVariable";
  font-weight: normal;
  font-style: normal;
  src: url("../fonts/GaretVariableVF.woff2");
}
@font-face {
  font-family: "36daysoftype2023";
  font-weight: normal;
  font-style: normal;
  src: url("../fonts/36daysoftype2023VF.woff2");
}
@media (max-width: 1024px), (hover:none) {
  .d-only {
    display: none !important;
  }
}

.m-only {
  display: none !important;
}
@media (max-width: 1024px), (hover:none) {
  .m-only {
    display: flex !important;
  }
}

@media (max-width: 1024px), (hover:none) {
  .t-none {
    display: none !important;
  }
}
@media (max-width: 767px) {
  .t-none {
    display: flex !important;
  }
}

.unsl {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.hide-l-border {
  border-left: none !important;
}

.spimg {
  width: 2.6041666667vw !important;
  margin-top: 0.15625vw;
}
@media (max-width: 1024px), (hover:none) {
  .spimg {
    margin-top: 0.390625vw;
    width: 6.5104166667vw !important;
    margin-right: 0 !important;
  }
}
@media (max-width: 767px) {
  .spimg {
    margin-top: 0.8vw;
    width: 13.3333333333vw !important;
  }
}

.speimg {
  width: 1.4583333333vw !important;
  margin-top: 0.15625vw;
}
@media (max-width: 1024px), (hover:none) {
  .speimg {
    margin-top: 0.390625vw;
    width: 3.6458333333vw !important;
    margin-right: 0 !important;
  }
}
@media (max-width: 767px) {
  .speimg {
    margin-top: 0.8vw;
    width: 7.4666666667vw !important;
  }
}

@media (max-width: 1024px), (hover:none) {
  .a-rev {
    flex-flow: column-reverse !important;
  }
}

.grayc {
  color: var(--c-g-2);
}

.pb8 {
  margin-bottom: 0.4166666667vw;
}

.dark-sticker {
  display: none;
}

.mt64 {
  margin-top: 3.3333333333vw;
  color: var(--c-g-3);
}
@media (max-width: 1024px), (hover:none) {
  .mt64 {
    margin-top: 6.25vw;
  }
}
@media (max-width: 767px) {
  .mt64 {
    margin-top: 8.5333333333vw;
  }
}

.orangec {
  color: var(--c-orange);
}
.orangec a {
  color: var(--c-orange);
}
.orangec a:hover {
  text-decoration: none;
}

@media screen and (-webkit-min-device-pixel-ratio: 0) and (max-width: 1024px), screen and (-webkit-min-device-pixel-ratio: 0) and (hover:none) {
  select,
textarea,
input {
    font-size: 2.6041666667vw !important;
    line-height: 3.90625vw;
  }
}
@media screen and (-webkit-min-device-pixel-ratio: 0) and (max-width: 767px) {
  select,
textarea,
input {
    font-size: 4.2666666667vw !important;
  }
}
.g-layer-0 {
  fill: var(--c-primary);
  stroke: var(--c-g-4);
  stroke-width: 2;
  stroke-linejoin: round;
  stroke-miterlimit: 10;
}

.g-layer-1 {
  fill-rule: evenodd;
  clip-rule: evenodd;
  fill: var(--c-primary);
}

.g-layer-2 {
  fill: var(--c-g-4);
}

.primary-fill {
  fill: var(--c-primary);
}

.gray-fill {
  fill: var(--c-g-4);
}

.secondary-fill {
  fill: var(--c-secondary);
}

input[type=checkbox] {
  position: absolute;
  top: 0;
  left: 0;
  width: 0.9375vw !important;
  height: 0.9375vw !important;
  font-size: 1.0416666667vw;
  color: var(--c-secondary);
  -moz-appearance: initial;
  visibility: hidden;
}

input[type=checkbox]:after {
  position: absolute;
  top: 0;
  left: 0;
  content: " ";
  width: 0.9375vw;
  height: 0.9375vw;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: var(--c-primary);
  border: 0.1041666667vw var(--c-secondary) solid;
  display: inline-block;
  visibility: visible;
}
@media (max-width: 1024px), (hover:none) {
  input[type=checkbox]:after {
    width: 1.8229166667vw;
    height: 1.8229166667vw;
    border-width: 0.2604166667vw;
  }
}
@media (max-width: 767px) {
  input[type=checkbox]:after {
    margin-top: 3.2vw;
    margin-right: 2.1333333333vw;
    width: 4.2666666667vw;
    height: 4.2666666667vw;
    border-width: 0.5333333333vw;
  }
}

input[type=checkbox]:checked:after {
  position: absolute;
  top: 0;
  left: 0;
  width: 0.9375vw;
  height: 0.9375vw;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  background-color: var(--c-primary);
  border: 0.1041666667vw var(--c-secondary) solid;
  visibility: visible;
  font-family: "GaretVariable";
  font-variation-settings: "wght" 747;
  content: "✓";
}
@media (max-width: 1024px), (hover:none) {
  input[type=checkbox]:checked:after {
    width: 1.8229166667vw;
    height: 1.8229166667vw;
    border-width: 0.2604166667vw;
  }
}
@media (max-width: 767px) {
  input[type=checkbox]:checked:after {
    margin-top: 3.2vw;
    margin-right: 2.1333333333vw;
    width: 4.2666666667vw;
    height: 4.2666666667vw;
    border-width: 0.5333333333vw;
  }
}

.exp {
  margin-bottom: auto;
}
@media (max-width: 767px) {
  .exp {
    margin-bottom: 8.5333333333vw;
  }
}

::selection {
  color: var(--c-black);
  background: var(--c-white);
}

input::selection {
  color: var(--c-primary);
  background: var(--c-secondary);
}

.hero-title {
  font: 19.21875vw "GaretVariable";
  line-height: 26.1458333333vw;
}
@media (max-width: 1024px), (hover:none) {
  .hero-title {
    font-size: 45.3333333333vw;
    line-height: 69.3333333333vw;
  }
}

.h-score {
  font: 25vw "GaretVariable";
  line-height: 34.4791666667vw;
}
@media (max-width: 1024px), (hover:none) {
  .h-score {
    font-size: 48vw;
    line-height: 66.1333333333vw;
  }
}

.h1 {
  font: 2.5vw "GaretVariable";
  line-height: 3.4375vw;
}
@media (max-width: 1366px) {
  .h1 {
    font-size: 2.9166666667vw;
    line-height: 3.9583333333vw;
  }
}
@media (max-width: 1024px), (hover:none) {
  .h1 {
    font-size: 6.25vw;
    line-height: 8.59375vw;
  }
}
@media (max-width: 767px) {
  .h1 {
    font-size: 8.5333333333vw;
    line-height: 11.7333333333vw;
  }
}

.h2 {
  font: 1.25vw "GaretVariable";
  line-height: 1.71875vw;
}
@media (max-width: 1366px) {
  .h2 {
    font-size: 1.4583333333vw;
    line-height: 1.9791666667vw;
  }
}
@media (max-width: 1024px), (hover:none) {
  .h2 {
    font-size: 3.125vw;
    line-height: 4.296875vw;
  }
}
@media (max-width: 767px) {
  .h2 {
    font-size: 5.3333333333vw;
    line-height: 7.4666666667vw;
  }
}

.h2b {
  font: 1.4583333333vw "GaretVariable";
  line-height: 1.9791666667vw;
}

.h2o {
  font: 1.25vw "GaretVariable";
  line-height: 1.6666666667vw;
}
@media (max-width: 1024px), (hover:none) {
  .h2o {
    font-size: 3.125vw;
    line-height: 4.296875vw;
  }
}
@media (max-width: 767px) {
  .h2o {
    font-size: 5.3333333333vw;
    line-height: 7.36vw;
  }
}

.h3 {
  font: 0.8333333333vw "GaretVariable";
  line-height: 1.6666666667vw;
}
@media (max-width: 1366px) {
  .h3 {
    font-size: 1.0416666667vw;
    line-height: 1.4583333333vw;
  }
}
@media (max-width: 1024px), (hover:none) {
  .h3 {
    font-size: 4.2666666667vw;
    line-height: 6.56vw;
  }
}

.h4 {
  font: 0.8333333333vw "GaretVariable";
  line-height: 1.30625vw;
}
@media (max-width: 1366px) {
  .h4 {
    font-size: 0.9375vw;
    line-height: 1.3020833333vw;
  }
}
@media (max-width: 1024px), (hover:none) {
  .h4 {
    font-size: 2.0833333333vw;
    line-height: 2.8645833333vw;
  }
}
@media (max-width: 767px) {
  .h4 {
    font-size: 3.7333333333vw;
    line-height: 5.8666666667vw;
  }
}

@media (max-width: 767px) {
  .remove-on-mobile {
    display: none;
  }
}
@media (max-width: 1024px), (hover:none) {
  .remove-on-mobile {
    display: none;
  }
}

.h4t {
  font: 0.8333333333vw "GaretVariable";
  line-height: 1.4583333333vw;
}
@media (max-width: 1366px) {
  .h4t {
    font-size: 0.9375vw;
    line-height: 1.5625vw;
  }
}
@media (max-width: 1024px), (hover:none) {
  .h4t {
    font-size: 2.0833333333vw;
    line-height: 3.6458333333vw;
  }
}
@media (max-width: 767px) {
  .h4t {
    font-size: 3.7333333333vw;
    line-height: 6.9333333333vw;
  }
}

.h5 {
  font: 1.0416666667vw "GaretVariable";
  line-height: 1.4583333333vw;
}
@media (max-width: 1024px), (hover:none) {
  .h5 {
    font-size: 2.6041666667vw;
    line-height: 2.1484375vw;
  }
}
@media (max-width: 767px) {
  .h5 {
    font-size: 3.2vw;
    line-height: 4.4vw;
  }
}

.h6 {
  font: 0.8333333333vw "GaretVariable";
  line-height: 1.1458333333vw;
}
@media (max-width: 1024px), (hover:none) {
  .h6 {
    font-size: 2.0833333333vw;
    line-height: 2.8645833333vw;
  }
}
@media (max-width: 767px) {
  .h6 {
    font-size: 3.2vw;
    line-height: 4.4vw;
  }
}

.h7 {
  font: 0.8333333333vw "GaretVariable";
  line-height: 1.1458333333vw;
}
@media (max-width: 1366px) {
  .h7 {
    font-size: 0.9375vw;
    line-height: 1.3020833333vw;
  }
}
@media (max-width: 1024px), (hover:none) {
  .h7 {
    font-size: 2.0833333333vw;
    line-height: 2.8645833333vw;
  }
}
@media (max-width: 767px) {
  .h7 {
    font-size: 3.7333333333vw;
    line-height: 5.8666666667vw;
  }
}

.h8 {
  font: 0.7291666667vw "GaretVariable";
  line-height: 1.1458333333vw;
}
@media (max-width: 1366px) {
  .h8 {
    font-size: 0.8333333333vw;
    line-height: 1.1458333333vw;
  }
}
@media (max-width: 1024px), (hover:none) {
  .h8 {
    font-size: 1.8229166667vw;
    line-height: 2.8645833333vw;
  }
}
@media (max-width: 767px) {
  .h8 {
    font-size: 3.7333333333vw;
    line-height: 5.8666666667vw;
  }
}

.h9 {
  font: 0.625vw "GaretVariable";
  line-height: 0.8625vw;
}
@media (max-width: 1024px), (hover:none) {
  .h9 {
    font-size: 1.0416666667vw;
    line-height: 1.4322916667vw;
  }
}
@media (max-width: 767px) {
  .h9 {
    font-size: 2.1333333333vw;
    line-height: 2.9333333333vw;
  }
}

.v-size {
  font: 25vw "GaretVariable";
  line-height: 34.4791666667vw;
}
@media (max-width: 1024px), (hover:none) {
  .v-size {
    font-size: 25vw;
    line-height: 34.5052083333vw;
  }
}
@media (max-width: 767px) {
  .v-size {
    font-size: 25.6vw;
    line-height: 35.2vw;
  }
}

.ss-size {
  font: 6.25vw "GaretVariable";
  line-height: 8.6458333333vw;
}
@media (max-width: 1024px), (hover:none) {
  .ss-size {
    font-size: 10.6666666667vw;
    line-height: 14.9333333333vw;
  }
}

.sm-size {
  font: 9.375vw "GaretVariable";
  line-height: 12.9166666667vw;
}

.sx-size {
  font: 10.4166666667vw "GaretVariable";
  line-height: 14.375vw;
}
@media (max-width: 1024px), (hover:none) {
  .sx-size {
    font-size: 14.6666666667vw;
    line-height: 18.6666666667vw;
  }
}

.wvar {
  font: sans-serif, "GaretVariable";
}

#navh {
  font-variation-settings: "wght" 950;
}

.w50 {
  font-variation-settings: "wght" 50;
}

.w300 {
  font-variation-settings: "wght" 300;
}

.w400 {
  font-variation-settings: "wght" 400;
}

.w400i {
  font-variation-settings: "wght" 400;
  font-style: italic;
}

.w500 {
  font-variation-settings: "wght" 500;
}

.w700 {
  font-variation-settings: "wght" 700;
}

.w900 {
  font-variation-settings: "wght" 900;
}

nav {
  position: fixed;
  top: 0;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  width: 100vw;
  height: 4.4270833333vw;
  padding-right: 4.5833333333vw;
  border-bottom: 0.0520833333vw var(--c-g-4) solid;
  background-color: var(--c-primary);
  z-index: 20;
}
@media (max-width: 1024px), (hover:none) {
  nav {
    height: 9.1145833333vw;
    padding-right: 4.1666666667vw;
    border-width: 0.1302083333vw;
  }
}
@media (max-width: 767px) {
  nav {
    height: 19.4666666667vw;
    padding-right: 6.4vw;
    border-width: 0.2666666667vw;
  }
}

.nav-part {
  display: flex;
  flex-direction: row;
  align-items: center;
}
@media (min-width: 1025px) {
  .nav-part div {
    cursor: pointer;
    transition: 0.4s color;
  }
  .nav-part div svg {
    transition: 0.4s;
  }
  .nav-part div:hover {
    color: var(--c-g-2);
  }
  .nav-part div:hover svg {
    fill: var(--c-g-2);
  }
  .nav-part a {
    color: var(--c-secondary);
    transition: 0.4s color;
  }
  .nav-part a:hover {
    color: var(--c-g-2);
  }
}

.nav-link {
  color: var(--c-secondary);
  text-decoration: none;
  transition: 0.4s;
}

.nav-link:hover {
  color: var(--c-g-2);
}

.nav-home {
  padding-left: 4.5833333333vw;
  background-color: var(--c-primary);
  z-index: 23;
  color: var(--c-secondary);
  text-decoration: none;
  font-variation-settings: "wght" 40;
  margin-top: -0.4166666667vw;
}
@media (max-width: 1024px), (hover:none) {
  .nav-home {
    padding-left: 4.1666666667vw;
  }
}
@media (max-width: 767px) {
  .nav-home {
    padding-left: 6.4vw;
  }
}

.nav-home:hover + .nav-name {
  color: var(--c-g-2);
}

.nav-name {
  background-color: var(--c-primary);
  z-index: 22;
  color: var(--c-secondary);
  text-decoration: none;
  line-height: 1.4583333333vw !important;
  margin-top: -0.4166666667vw;
}

.nav-buy {
  text-decoration: none;
  color: var(--c-secondary);
  background-color: var(--c-primary);
  margin-right: 1.6666666667vw;
  margin-left: -16.0416666667vw;
  z-index: 21;
}
@media (max-width: 1024px), (hover:none) {
  .nav-buy {
    margin-left: -57.6vw;
  }
}

.nav-ab {
  text-decoration: none;
  color: var(--c-secondary);
  margin-right: 1.6666666667vw;
  background-color: var(--c-primary);
}
@media (max-width: 1024px), (hover:none) {
  .nav-ab {
    margin-right: 4.1666666667vw;
  }
}
@media (max-width: 767px) {
  .nav-ab {
    margin-right: 6.4vw;
  }
}

.nav-sub svg {
  fill: var(--c-secondary);
  width: 0.8333333333vw;
}
@media (max-width: 1024px), (hover:none) {
  .nav-sub svg {
    width: 2.0833333333vw;
  }
}
@media (max-width: 767px) {
  .nav-sub svg {
    width: 3.2vw;
  }
}

.nav-hovered {
  color: var(--c-g-2) !important;
}

header {
  position: relative;
  height: 100vh;
  width: 100vw;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  background-color: var(--c-primary);
}

.hero {
  position: relative;
  z-index: 3;
  color: var(--c-orange);
}

.hero-sliders {
  display: flex;
  flex-direction: row;
  height: 100%;
}

.hero-content {
  display: flex;
  flex-direction: row;
  position: relative;
  height: calc(100% - 6.1979166667vw);
  width: 100vw;
}
@media (max-width: 1366px) {
  .hero-content {
    height: calc(100% - 6.7708333333vw);
  }
}
@media (max-width: 1024px), (hover:none) {
  .hero-content {
    height: calc(100% - 16.5364583333vw);
  }
}
@media (max-width: 767px) {
  .hero-content {
    height: calc(100% - 42.1333333333vw);
  }
}

.hero-ctas {
  display: flex;
  flex-direction: row;
  height: 6.1979166667vw;
  z-index: 5;
}
@media (max-width: 1366px) {
  .hero-ctas {
    height: 6.9791666667vw;
  }
}
@media (max-width: 1024px), (hover:none) {
  .hero-ctas {
    height: 16.5364583333vw;
  }
}
@media (max-width: 767px) {
  .hero-ctas {
    height: 42.1333333333vw;
  }
}

.hero-cta-l-text {
  width: 39.0104166667vw;
  padding: 1.6666666667vw 4.5833333333vw;
  border: 0.0520833333vw var(--c-g-7) solid;
  border-right: none;
  color: var(--c-primary);
  background-color: var(--c-secondary);
}
@media (max-width: 1024px), (hover:none) {
  .hero-cta-l-text {
    width: 61.9791666667vw;
    padding: 4.1666666667vw;
  }
}
@media (max-width: 767px) {
  .hero-cta-l-text {
    width: 61.8666666667vw;
    padding: 6.4vw;
  }
}

@media(max-width: 1024px),(hover:none) {
  .hero-cta-l-text div {
    padding-bottom: 1.0416666667vw !important;
  }
}
@media(max-width: 767px) {
  .hero-cta-l-text div {
    padding-bottom: 4.2666666667vw !important;
  }
}

.hero-button-left {
  width: 10.9375vw;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: var(--c-secondary);
  color: var(--c-primary);
  text-decoration: underline;
  transition: 0.4s;
  cursor: pointer;
  border: 0.0520833333vw var(--c-g-7) solid;
  border-right: none;
}
@media (max-width: 1024px), (hover:none) {
  .hero-button-left {
    width: 38.1510416667vw;
    border-width: 0.1302083333vw;
  }
}
@media (max-width: 767px) {
  .hero-button-left {
    width: 38.1333333333vw;
    border-width: 0.2666666667vw;
  }
}

@media (min-width: 1025px) {
  .hero-button-left:hover {
    background-color: var(--c-orange);
    color: var(--c-black);
    text-decoration: none;
    border: 0.0520833333vw var(--c-g-4) solid;
    border-right: none;
  }
}

.hero-cta-r-text {
  width: 39.0625vw;
  padding: 1.6666666667vw 4.5833333333vw;
  border: 0.0520833333vw var(--c-g-4) solid;
  border-left: none;
  background-color: var(--c-g-5);
  color: var(--c-secondary);
  text-align: right;
}

.hero-button-right {
  width: 10.9895833333vw;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 0.0520833333vw var(--c-g-4) solid;
  background-color: var(--c-g-5);
  text-decoration: underline;
  transition: 0.4s;
  cursor: pointer;
}

.hero-button-right:hover {
  background-color: var(--c-orange);
  color: var(--c-black);
  text-decoration: none;
}

.h-button-active {
  background-color: var(--c-orange);
  color: var(--c-black);
  text-decoration: none;
}

.hero-slider-row {
  font-size: 5vw;
  position: relative;
  color: var(--c-secondary);
  display: inline-block;
  margin: 0;
  padding: 0 2vw 0 0;
  transform: translateX(-50%);
  will-change: transform;
}
@media (max-width: 1024px), (hover:none) {
  .hero-slider-row {
    padding: 0;
    margin-left: -4.2666666667vw !important;
    font-size: 25.6vw;
    height: auto;
  }
}

.hero-slider-1 {
  width: 60vw;
}
@media (max-width: 1024px), (hover:none) {
  .hero-slider-1 {
    width: 160vw;
    margin-left: 20vw;
    padding-right: 10vw !important;
  }
}

.hero-slider-2 {
  width: 60vw;
  margin-left: -39.0625vw !important;
}
@media (max-width: 1024px), (hover:none) {
  .hero-slider-2 {
    width: 160vw;
    padding-left: 10vw;
    padding-right: 10vw;
    margin-left: -61.8666666667vw !important;
  }
}

.hero-slider-3 {
  width: 60vw;
  margin-left: -50vw !important;
}

.hero-slider-4 {
  width: 60vw;
  margin-left: -61.71875vw !important;
}

.hero-slider-big {
  overflow: hidden;
  cursor: crosshair;
  white-space: nowrap;
  width: 39.0625vw;
  display: flex;
  align-content: center;
  justify-content: center;
  flex-direction: column;
  border-right: 0.0520833333vw var(--c-g-4) solid;
}
@media (max-width: 1024px), (hover:none) {
  .hero-slider-big {
    width: 61.9791666667vw;
    border-width: 0.1302083333vw;
    padding-left: 8.5333333333vw;
  }
}
@media (max-width: 767px) {
  .hero-slider-big {
    width: 62.1333333333vw;
    border-width: 0.2666666667vw;
    padding-left: 8.5333333333vw;
  }
}

.hero-slider-small {
  overflow: hidden;
  cursor: crosshair;
  white-space: nowrap;
  width: 10.9375vw;
  display: flex;
  align-content: center;
  justify-content: center;
  flex-direction: column;
  border-right: 0.0520833333vw var(--c-g-4) solid;
}
@media (max-width: 1024px), (hover:none) {
  .hero-slider-small {
    border-width: 0.1302083333vw;
    width: 38.4vw;
    padding-left: 8.5333333333vw;
  }
}
@media (max-width: 767px) {
  .hero-slider-small {
    border-width: 0.2666666667vw;
    width: 38.4vw;
    padding-left: 8.5333333333vw;
  }
}

.hero-stat-1 {
  position: absolute;
  top: 3.1770833333vw;
  left: 0.8854166667vw;
}
@media (max-width: 1024px), (hover:none) {
  .hero-stat-1 {
    top: 10.4166666667vw;
    left: 0vw;
  }
}
@media (max-width: 767px) {
  .hero-stat-1 {
    top: 4.2666666667vw;
    left: 0vw;
  }
}

.hero-stat-2 {
  position: absolute;
  top: 3.1770833333vw;
  left: 13.0729166667vw;
}
@media (max-width: 1024px), (hover:none) {
  .hero-stat-2 {
    top: 10.4166666667vw;
    left: 36.4583333333vw;
  }
}
@media (max-width: 767px) {
  .hero-stat-2 {
    top: 4.2666666667vw;
    left: 25.6vw;
  }
}

.hero-stat-3 {
  position: absolute;
  top: 21.25vw;
  left: 13.0729166667vw;
}
@media (max-width: 1024px), (hover:none) {
  .hero-stat-3 {
    top: 62.9333333333vw;
    left: 36.4583333333vw;
  }
}
@media (max-width: 767px) {
  .hero-stat-3 {
    top: 66.1333333333vw;
    left: 25.6vw;
  }
}

.hero-stats {
  position: relative;
}

.hero-pop-up {
  position: absolute;
  visibility: hidden;
  display: none !important;
  right: -39.0625vw;
  top: 1.25vw;
  width: 39.0625vw;
  height: 100%;
  padding: 4.5833333333vw;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.hero-pop-up ::selection {
  color: var(--c-primary);
  background: var(--c-secondary);
}
.hero-pop-up a {
  color: var(--c-g-2);
}
.hero-pop-up a:hover {
  text-decoration: none;
}
.hero-pop-up .h1 {
  position: relative;
  margin-bottom: 0.8333333333vw;
}
@media (max-width: 1366px) {
  .hero-pop-up .h1 {
    margin-bottom: 0.4166666667vw;
  }
}
.hero-pop-up .h1 div {
  position: absolute;
  top: 0vw;
  right: 0;
  font-size: 1.25vw;
  line-height: 1.71875vw;
  transition: 0.4s;
  cursor: pointer;
}
@media (max-width: 1366px) {
  .hero-pop-up .h1 div {
    top: 0vw;
  }
}
.hero-pop-up .h1 div:hover {
  color: var(--c-g-2);
}

.display-cont {
  display: flex !important;
  visibility: visible !important;
}

.hero-pop-up-info {
  color: var(--c-g-2);
  padding-top: 1.6145833333vw;
  border-top: solid 0.0520833333vw var(--c-g-4);
}
@media (max-width: 1366px) {
  .hero-pop-up-info {
    padding-top: 0.8333333333vw;
  }
}

.hero-pop-up-input {
  width: 100%;
  margin-top: 2.5vw;
  padding: 0.7291666667vw 1.6666666667vw;
  border: 0.0520833333vw solid var(--c-g-4);
  font-family: "GaretVariable";
  font-variation-settings: "wght" 339;
  outline: none;
  color: var(--c-g-2);
  background-color: var(--c-primary);
}
@media (max-width: 1366px) {
  .hero-pop-up-input {
    margin-top: 2.0833333333vw;
  }
}

.hero-pop-up-input:focus {
  color: var(--c-secondary);
}

.hero-pop-up-input::placeholder {
  font-family: "GaretVariable";
  font-variation-settings: "wght" 245.5;
  color: var(--c-g-2);
}

.hero-pop-up-button {
  width: 100%;
  height: 3.2291666667vw;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: var(--c-secondary);
  color: var(--c-primary);
  margin-bottom: 1.6666666667vw;
  cursor: pointer;
  transition: 0.4s;
  border: 0;
}
@media (max-width: 1366px) {
  .hero-pop-up-button {
    margin-bottom: 0.8333333333vw;
  }
}

.hero-pop-up-button:hover {
  border: 0;
  background-color: var(--c-orange);
  color: var(--c-black);
}

.hero-pop-up-button:checked {
  border: 0;
}

.hero-pop-up-check {
  margin-top: 1.6666666667vw;
  margin-bottom: 2.5vw;
}
@media (max-width: 1366px) {
  .hero-pop-up-check {
    margin-top: 1.6666666667vw;
    margin-bottom: 0.8333333333vw;
  }
}

.hero-pop-up-check input {
  cursor: pointer;
}
.hero-pop-up-check label {
  cursor: pointer;
  margin-left: 1.6666666667vw;
}

.hero-pop-up-box {
  position: relative;
  margin-right: 2.5vw;
}

.hero-pop-up-subtitle {
  margin-bottom: 0.1041666667vw;
}

.hero-pop-up-img {
  height: 1.6666666667vw;
  fill: var(--c-secondary);
}

footer {
  background-color: var(--c-g-5);
  color: var(--c-secondary);
  padding: 6.6666666667vw 4.5833333333vw 4.5833333333vw 4.5833333333vw;
  border: 0.0520833333vw solid var(--c-g-4);
}
@media (max-width: 1024px), (hover:none) {
  footer {
    padding: 6.25vw 4.1666666667vw 6.25vw 4.1666666667vw;
  }
}
@media (max-width: 767px) {
  footer {
    padding: 8.5333333333vw 6.4vw 8.5333333333vw 6.4vw;
  }
}

.f-top {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}
.f-top a {
  transition: 0.4s;
}
.f-top a svg {
  transition: 0.4s;
  height: auto;
}
.f-top a:hover {
  transition: 0.4s;
}
.f-top a:hover svg {
  transition: 0.4s;
  fill: var(--c-g-2);
}
@media (max-width: 1024px), (hover:none) {
  .f-top {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin-bottom: 5.2083333333vw;
  }
  .f-top .social {
    margin-left: 4.1666666667vw;
  }
}
@media (max-width: 767px) {
  .f-top {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin-bottom: 8.5333333333vw;
  }
  .f-top .social {
    margin-left: 8.5333333333vw;
  }
  .f-top .social a {
    margin-right: 8.5333333333vw;
  }
}

.f-left {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}
@media (max-width: 1024px), (hover:none) {
  .f-left {
    width: 100%;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin-bottom: 4.1666666667vw;
  }
}
@media (max-width: 767px) {
  .f-left {
    margin-bottom: 8.5333333333vw;
  }
}

.f-inf {
  margin-right: 1.6666666667vw;
}
.f-inf a {
  color: var(--c-secondary);
  margin-left: 1.6666666667vw;
  transition: 0.4s;
}
.f-inf a:hover {
  text-decoration: none;
}
@media (max-width: 1024px), (hover:none) {
  .f-inf {
    margin-right: 0;
    width: 100%;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    margin-left: 0;
    margin-bottom: 4.1666666667vw;
  }
}
@media (max-width: 767px) {
  .f-inf {
    margin-left: 0;
    margin-bottom: 8.5333333333vw;
  }
}

.f-right a {
  color: var(--c-secondary);
  transition: 0.4s;
}
.f-right a:hover {
  text-decoration: none;
}
.f-img {
  width: 99.8958333333vw;
  height: auto;
  margin-top: 3.3333333333vw;
  margin-bottom: -0.3645833333vw;
  margin-left: -4.5833333333vw;
  fill: var(--c-g-4);
}
@media (max-width: 1024px), (hover:none) {
  .f-img {
    width: 99.7395833333vw;
    height: auto;
    margin-top: 0;
    margin-bottom: -0.4166666667vw;
    margin-left: -4.2666666667vw;
  }
}
@media (max-width: 767px) {
  .f-img {
    width: 99.4666666667vw;
    margin-left: -6.4vw;
    margin-bottom: -2.1333333333vw;
  }
}

.section-editor {
  width: 100vw;
  display: flex;
  flex-direction: row;
}
@media (max-width: 1024px), (hover:none) {
  .section-editor {
    flex-direction: column;
  }
}

.editor-content-holder {
  position: relative;
  width: 39.0625vw;
  background-color: var(--c-g-5);
}
@media (max-width: 1024px), (hover:none) {
  .editor-content-holder {
    color: var(--c-g-2);
    width: 100vw;
  }
}

.editor-main-content {
  position: relative;
  height: 37.96875vw;
  padding: 3.3333333333vw 4.5833333333vw;
  border: 0.0520833333vw solid var(--c-g-4);
  border-bottom: none;
}
.editor-main-content h1 {
  padding-bottom: 0.8333333333vw;
}
@media (max-width: 1024px), (hover:none) {
  .editor-main-content {
    height: 24.8697916667vw;
    padding: 6.25vw 4.1666666667vw;
  }
  .editor-main-content h1 {
    padding-bottom: 1.0416666667vw;
  }
}
@media (max-width: 767px) {
  .editor-main-content {
    height: 41.3333333333vw;
    padding: 8.5333333333vw 6.6666666667vw;
  }
}

@media (max-width: 1024px), (hover:none) {
  .editor-mobile-sticker {
    position: absolute;
    left: 24.4791666667vw;
    top: 23.4375vw;
    width: 50.78125vw;
    z-index: 5;
    transform: rotate(-45deg);
  }
}
@media (max-width: 767px) {
  .editor-mobile-sticker {
    left: -2.6666666667vw;
    top: 42.6666666667vw;
    width: 100.2666666667vw;
  }
}

@media (max-width: 1024px), (hover:none) {
  .editor-mobile-image {
    width: 27.0833333333vw;
  }
}
@media (max-width: 767px) {
  .editor-mobile-image {
    width: 46.4vw;
  }
}

.editor-secon-content {
  display: flex;
  flex-direction: row;
  position: relative;
}
@media (max-width: 1024px), (hover:none) {
  .editor-secon-content {
    justify-content: space-between;
  }
}

.edf {
  position: absolute;
  top: 0vw;
  left: 0;
  width: 19.5833333333vw !important;
  z-index: 1 !important;
  transition: 0.4s;
  border-left: 0.0520833333vw solid var(--c-g-7) !important;
  border-right: 0.0520833333vw solid var(--c-g-7) !important;
  border-bottom: none !important;
}
@media (max-width: 1366px) {
  .edf {
    top: 0vw;
  }
}
.edf .primary-fill {
  transition: 0.4s;
}

@media (min-width: 1025px) {
  .edf:hover .primary-fill {
    fill: var(--c-black);
  }
}

.edfs {
  width: 0.8333333333vw;
  height: 0.8333333333vw;
  border-radius: 50%;
  background-color: var(--c-primary);
  margin-right: 0.3125vw;
  margin-left: 0.2083333333vw;
  transition: 0.4s;
}

.edss {
  width: 0.8333333333vw;
  height: 0.8333333333vw;
  margin-right: 0.3125vw;
  margin-left: 0.2083333333vw;
}

.eds {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 0 !important;
  width: 19.5833333333vw !important;
  transition: 0.4s;
  border-left: 0.0520833333vw solid var(--c-g-7) !important;
  border-right: 0.0520833333vw solid var(--c-g-7) !important;
  border-bottom: none !important;
}
@media (max-width: 1366px) {
  .eds {
    top: 0vw;
  }
}

.editor-button {
  width: 19.53125vw;
  height: 3.2291666667vw;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: 0.4s;
  text-align: right;
}
@media (max-width: 1366px) {
  .editor-button {
    text-align: center;
    height: 3.6979166667vw;
  }
}
@media (max-width: 1024px), (hover:none) {
  .editor-button {
    width: 50vw;
    height: 8.0729166667vw;
    transition: none;
  }
}
@media (max-width: 767px) {
  .editor-button {
    width: 50vw;
    height: 12vw;
    transition: none;
  }
}

@media (min-width: 1025px) {
  .editor-button:hover {
    color: var(--c-black);
    background-color: var(--c-orange);
  }
}

.inactive-b {
  background-color: var(--c-orange) !important;
  color: var(--c-black) !important;
  width: 19.53125vw;
  height: 3.2291666667vw;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: 0.4s;
  text-align: right;
  cursor: pointer;
}
@media (max-width: 1366px) {
  .inactive-b {
    text-align: center;
    height: 3.6979166667vw;
  }
}
@media (max-width: 1024px), (hover:none) {
  .inactive-b {
    width: 49.8666666667vw;
    height: 12vw;
    transition: none;
    border-top: solid 0.5333333333vw var(--c-g-4);
    border-bottom: solid 0.2666666667vw var(--c-g-4);
  }
}

.inactive-b .invert-on-hover {
  fill: var(--c-black) !important;
}

.invert-on-hover {
  width: 0.9578125vw;
  fill: var(--c-primary);
  transition: 0.4s;
}
@media (max-width: 1024px), (hover:none) {
  .invert-on-hover {
    width: 2.4vw;
  }
}

@media (max-width: 1024px), (hover:none) {
  .un-dwnld {
    width: 2.4vw;
    fill: var(--c-g-2);
  }
}

.editor-button:hover .edfs {
  background-color: var(--c-black);
}

.editor-button:hover .invert-on-hover {
  fill: var(--c-black);
}

.e-btn-right {
  color: var(--c-primary);
  background-color: var(--c-secondary);
  z-index: 2;
  border: 0.0520833333vw solid var(--c-g-7);
  transition: 0.4s;
}
@media (max-width: 1024px), (hover:none) {
  .e-btn-right {
    color: var(--c-g-2);
    background-color: var(--c-g-5);
    border: 0.1302083333vw solid var(--c-g-4);
  }
}
@media (max-width: 767px) {
  .e-btn-right {
    border: 0.2666666667vw solid var(--c-g-4);
  }
}

.e-btn-left {
  color: var(--c-primary);
  background-color: var(--c-secondary);
  z-index: 2;
  transition: 0.4s;
  border: 0.0520833333vw solid var(--c-g-7);
  border-right: none;
  border-left: 0.0520833333vw solid var(--c-g-7);
}
@media (max-width: 1024px), (hover:none) {
  .e-btn-left {
    width: 100vw !important;
    color: var(--c-g-2);
    background-color: var(--c-g-5);
    border: 0.1302083333vw solid var(--c-g-4);
  }
}
@media (max-width: 767px) {
  .e-btn-left {
    border: 0.2666666667vw solid var(--c-g-4);
  }
}

.editor-button-sign {
  padding-right: 0.4166666667vw;
}
@media (max-width: 1024px), (hover:none) {
  .editor-button-sign {
    padding-right: 1.0666666667vw;
  }
}

.editor-tool {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: crosshair;
  width: 60.9375vw !important;
  height: 41.1979166667vw !important;
  background-color: var(--c-primary);
  border: 0.0520833333vw solid var(--c-g-4);
  border-left: none;
}
@media (max-width: 1366px) {
  .editor-tool {
    height: 41.6666666667vw !important;
  }
}
@media (max-width: 1024px), (hover:none) {
  .editor-tool {
    width: 100vw !important;
    height: 54.6875vw !important;
    border-bottom: none;
    border-top: none;
    background-color: var(--c-g-5);
  }
}
@media (max-width: 767px) {
  .editor-tool {
    height: 100.8vw !important;
  }
}

.canvas {
  cursor: crosshair;
  width: 60.9375vw;
  height: 41.09375vw;
  position: absolute;
  top: 0;
  right: 0;
}
@media (max-width: 1366px) {
  .canvas {
    height: 41.5625vw;
  }
}

.canvas-overlay {
  position: absolute;
  top: 0;
  right: 0;
  width: 60.9375vw;
  height: 41.1979166667vw;
  background-color: var(--c-secondary);
  opacity: 0;
}
@media (max-width: 1366px) {
  .canvas-overlay {
    height: 41.6145833333vw;
  }
}

.invert {
  mix-blend-mode: exclusion;
}

.spacing-body {
  margin: 0;
  padding: 0;
  height: 20.8333333333vw;
  width: 100vw;
  display: flex;
  flex-direction: row;
  background-color: var(--c-g-6);
}
@media (max-width: 1024px), (hover:none) {
  .spacing-body {
    height: 34.1333333333vw;
  }
}

.spacing-body-sm {
  margin: 0;
  padding: 0;
  height: 12.5vw;
  width: 100vw;
  display: flex;
  flex-direction: row;
  background-color: var(--c-g-6);
}
@media (max-width: 1024px), (hover:none) {
  .spacing-body-sm {
    height: 34.1333333333vw;
  }
}

.space-box-1 {
  width: 39.0625vw;
  border-right: 0.0520833333vw var(--c-g-4) solid;
}
@media (max-width: 1024px), (hover:none) {
  .space-box-1 {
    width: 61.8666666667vw;
  }
}

.space-box-2 {
  width: 10.9375vw;
  border-right: 0.0520833333vw var(--c-g-4) solid;
}
@media (max-width: 1024px), (hover:none) {
  .space-box-2 {
    width: 38.1333333333vw;
    border-right: none;
  }
}

.space-box-3 {
  width: 10.9375vw;
  border-right: 0.0520833333vw var(--c-g-4) solid;
}

.space-box-4 {
  width: 60.9375vw;
  border-right: 0.0520833333vw var(--c-g-4) solid;
}
@media (max-width: 1024px), (hover:none) {
  .space-box-4 {
    width: 49.8666666667vw;
  }
}

.space-box-41 {
  width: 19.5833333333vw;
  border-right: 0.0520833333vw var(--c-g-4) solid;
}

.space-box-42 {
  width: 19.4791666667vw;
  border-right: 0.0520833333vw var(--c-g-4) solid;
}

.space-box-5 {
  width: 12.2395833333vw;
  border-right: 0.0520833333vw var(--c-g-4) solid;
}

.space-box-51 {
  width: 3.1770833333vw;
  border-right: 0.0520833333vw var(--c-g-4) solid;
}

.space-box-52 {
  width: 3.1770833333vw;
  border-right: 0.0520833333vw var(--c-g-4) solid;
}

.space-box-6 {
  width: 46.1979166667vw;
  border-right: 0.0520833333vw var(--c-g-4) solid;
}
@media (max-width: 1024px), (hover:none) {
  .space-box-6 {
    width: 49.8666666667vw;
  }
}

.space-box-7 {
  width: 23.0208333333vw;
  border-right: 0.0520833333vw var(--c-g-4) solid;
}
@media (max-width: 1024px), (hover:none) {
  .space-box-7 {
    width: 50.1333333333vw;
  }
}

.space-box-8 {
  width: 39.0625vw;
  border-right: 0.0520833333vw var(--c-g-4) solid;
}
@media (max-width: 1024px), (hover:none) {
  .space-box-8 {
    width: 49.8666666667vw;
  }
}

.space-box-9 {
  width: 26.875vw;
  border-right: 0.0520833333vw var(--c-g-4) solid;
}

.space-box-10 {
  width: 46.3020833333vw;
  border-right: 0.0520833333vw var(--c-g-4) solid;
}
@media (max-width: 1024px), (hover:none) {
  .space-box-10 {
    width: 61.8666666667vw;
  }
}

.space-box-11 {
  width: 13.4375vw;
  border-right: 0.0520833333vw var(--c-g-4) solid;
}
@media (max-width: 1024px), (hover:none) {
  .space-box-11 {
    width: 38.1333333333vw;
  }
}

.space-box-13 {
  width: 13.4895833333vw;
  border-right: 0.0520833333vw var(--c-g-4) solid;
}
@media (max-width: 1024px), (hover:none) {
  .space-box-13 {
    width: 38.1333333333vw;
  }
}

.space-box-12 {
  width: 46.3541666667vw;
  border-right: 0.0520833333vw var(--c-g-4) solid;
}
@media (max-width: 1024px), (hover:none) {
  .space-box-12 {
    width: 61.8666666667vw;
  }
}

.space-box-14 {
  width: 26.9791666667vw;
  border-right: 0.0520833333vw var(--c-g-4) solid;
}
@media (max-width: 1024px), (hover:none) {
  .space-box-14 {
    width: 49.8666666667vw;
  }
}

.space-box-15 {
  width: 46.09375vw;
  border-right: 0.0520833333vw var(--c-g-4) solid;
}
@media (max-width: 1024px), (hover:none) {
  .space-box-15 {
    width: 50.1333333333vw;
  }
}

.main-space-box {
  display: flex;
  flex-direction: column;
  justify-content: center;
  text-align: center;
  color: var(--c-g-3);
}

.text-editor {
  position: relative;
  background-color: var(--c-g-5);
  border-top: 0.0520833333vw solid var(--c-g-4);
  border-bottom: 0.0520833333vw solid var(--c-g-4);
}

.text-editor-content {
  position: relative;
  padding: 3.3333333333vw 4.5833333333vw;
}
@media (max-width: 1024px), (hover:none) {
  .text-editor-content {
    padding: 6.25vw 4.1666666667vw;
    text-align: left;
  }
}
@media (max-width: 767px) {
  .text-editor-content {
    padding: 8.5333333333vw 6.4vw;
  }
}

.text-editor-content h6 {
  color: var(--c-orange);
  margin-top: 3.3333333333vw;
}
@media (max-width: 1024px), (hover:none) {
  .text-editor-content h6 {
    margin-top: 6.25vw;
  }
}
@media (max-width: 767px) {
  .text-editor-content h6 {
    margin-top: 8.5333333333vw;
  }
}

.text-editor-content h4 {
  margin-top: 0.8333333333vw;
}
@media (max-width: 1024px), (hover:none) {
  .text-editor-content h4 {
    margin-top: 1.0416666667vw;
  }
}
@media (max-width: 767px) {
  .text-editor-content h4 {
    margin-top: 2.1333333333vw;
  }
}

.text-editor-controler {
  position: -webkit-sticky;
  position: sticky;
  top: 3.59375vw;
  z-index: 4;
  display: flex;
  flex-direction: row;
}
@media (max-width: 1024px), (hover:none) {
  .text-editor-controler {
    flex-wrap: wrap;
    top: 8.984375vw;
  }
}
@media (max-width: 767px) {
  .text-editor-controler {
    top: 17.8666666667vw;
  }
}

.side-space {
  position: relative;
  border-top: solid 0.0520833333vw var(--c-g-4);
  border-bottom: solid 0.0520833333vw var(--c-g-4);
  width: 4.5833333333vw;
  padding-bottom: 2.0833333333vw;
}

.scroll-helper .scroll-here-text {
  display: flex;
  align-items: center;
  margin-bottom: 0.32vw;
}

.scroll-helper {
  position: -webkit-sticky;
  position: sticky;
  top: 50vh;
  width: 100%;
  display: flex;
  flex-direction: row;
  justify-content: center;
  color: var(--c-g-3);
  font-size: 0.8333333333vw;
  line-height: 1.0416666667vw;
  margin-top: 2.5vw;
  margin-bottom: 2.5vw;
  opacity: 0;
}
.scroll-helper svg {
  fill: var(--c-g-3);
  height: 2.5vw;
}
.scroll-helper div {
  margin-top: 0.3125vw;
  margin-left: 0.4166666667vw;
  width: 6.875vw;
}

.borr {
  border-right: solid 0.0520833333vw var(--c-g-4);
}

.borl {
  border-left: solid 0.0520833333vw var(--c-g-4);
}

.reset-style-button {
  background-color: var(--c-g-4);
  width: 7.6041666667vw;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: 0.4s background-color;
  cursor: pointer;
}
@media (max-width: 1024px), (hover:none) {
  .reset-style-button {
    width: 43.7333333333vw;
  }
}

@media (min-width: 1025px) {
  .reset-style-button:hover {
    background-color: var(--c-orange);
  }
}

.set-text-button {
  background-color: var(--c-secondary);
  color: var(--c-primary);
  width: 7.6041666667vw;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: 0.4s;
  border: solid var(--c-g-4) 0.0520833333vw;
  border-left: none;
  border-right: none;
  cursor: pointer;
}
@media (max-width: 1024px), (hover:none) {
  .set-text-button {
    width: 39.9088541667vw;
    border: none;
    height: 8.0729166667vw;
  }
}
@media (max-width: 767px) {
  .set-text-button {
    width: 40vw;
    border: none;
    height: 13.0666666667vw;
  }
}

@media (min-width: 1025px) {
  .set-text-button:hover {
    background-color: var(--c-orange);
    color: var(--c-black);
  }
}

.change-color-button {
  background-color: var(--c-g-4);
  width: 3.2291666667vw;
  transition: 0.4s background-color;
  cursor: pointer;
  border: solid var(--c-g-4) 0.0520833333vw;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media (max-width: 1024px), (hover:none) {
  .change-color-button {
    width: 19.921875vw;
    border: solid var(--c-g-5) 0.2666666667vw;
    border-top: none;
    border-bottom: none;
  }
}
@media (max-width: 767px) {
  .change-color-button {
    width: 20vw;
    border: solid var(--c-g-5) 0.2666666667vw;
  }
}

@media (min-width: 1025px) {
  .change-color-button:hover {
    background-color: var(--c-orange);
  }
}

@media (min-width: 1025px) {
  .change-color-button:hover .invert-color-icon {
    fill: var(--c-black);
  }
}

.te-oft-mu {
  margin-top: 0.0520833333vw !important;
}
@media (max-width: 1024px), (hover:none) {
  .te-oft-mu {
    margin-top: 0.2604166667vw !important;
  }
}
@media (max-width: 767px) {
  .te-oft-mu {
    margin-top: 0.2666666667vw !important;
  }
}

.change-color-button-a {
  background-color: var(--c-orange);
  width: 3.2291666667vw;
  transition: 0.4s background-color;
  cursor: pointer;
  display: flex;
  justify-content: center;
  align-items: center;
  border: solid var(--c-g-4) 0.0520833333vw;
}
.change-color-button-a .invert-color-icon {
  fill: var(--c-black);
}
@media (max-width: 1024px), (hover:none) {
  .change-color-button-a {
    width: 19.7916666667vw;
    border: solid var(--c-g-5) 0.2666666667vw;
    border-top: none;
    border-bottom: none;
  }
}
@media (max-width: 767px) {
  .change-color-button-a {
    width: 20vw;
    border: solid var(--c-g-5) 0.2666666667vw;
  }
}

.invert-color-icon {
  width: 1.125vw;
  fill: var(--c-secondary);
  transition: 0.4s;
}
@media (max-width: 1024px), (hover:none) {
  .invert-color-icon {
    width: 2.8645833333vw;
  }
}
@media (max-width: 767px) {
  .invert-color-icon {
    width: 4.8vw;
  }
}

.text-input {
  width: 69.1666666667vw;
  padding: 0.7291666667vw 1.6666666667vw;
  padding-left: 2.7083333333vw;
  border: 0.0520833333vw solid var(--c-g-4);
  border-left: none;
  border-right: none;
  border-radius: 0;
  font-family: "GaretVariable";
  font-variation-settings: "wght" 339;
  outline: none;
  color: var(--c-g-2);
  background-color: var(--c-primary);
}
@media (max-width: 1024px), (hover:none) {
  .text-input {
    width: 100vw;
    border-top: 0.1302083333vw solid var(--c-g-4);
    border-bottom: 0.1302083333vw solid var(--c-g-5);
    border-left: none;
    border-right: none;
    padding: 1.0416666667vw 4.1666666667vw;
  }
}
@media (max-width: 767px) {
  .text-input {
    border-top: 0.2666666667vw solid var(--c-g-4);
    border-bottom: 0.2666666667vw solid var(--c-g-5);
    padding: 4.2666666667vw 6.4vw;
  }
}

.text-input:focus {
  color: var(--c-secondary);
}

.text-input::placeholder {
  font-family: "GaretVariable";
  font-variation-settings: "wght" 245.5;
  color: var(--c-g-2);
}

.text-editor-holder {
  position: relative;
  display: flex;
  flex-direction: row;
  width: 100vw;
}
@media (max-width: 1024px), (hover:none) {
  .text-editor-holder {
    flex-direction: column;
  }
}

.text-editor-side {
  width: 12.1875vw;
}

.text-editor-panel {
  width: 3.2291666667vw;
  display: flex;
  border: 0.0520833333vw solid var(--c-g-4);
  border-top: none;
  border-bottom: none;
  flex-flow: column;
  position: relative;
}
@media (max-width: 1024px), (hover:none) {
  .text-editor-panel {
    flex-flow: row;
    justify-content: space-between;
    width: 100vw;
    height: 8.59375vw !important;
  }
}
@media (max-width: 767px) {
  .text-editor-panel {
    height: 13.8666666667vw !important;
  }
}

.text-editor-widget {
  position: absolute;
  z-index: 5;
  background-color: var(--c-secondary);
  color: var(--c-primary);
  padding-top: 0.8333333333vw;
  padding-left: 0.8333333333vw;
  height: 8.75vw;
  width: 11.6145833333vw;
  display: none;
}
@media (max-width: 1366px) {
  .text-editor-widget {
    height: 9.375vw;
    width: 13.0208333333vw;
  }
}

.text-editor-paragraph {
  cursor: crosshair;
  background-color: var(--c-primary);
  width: 69.1666666667vw;
  padding: 3.3333333333vw 2.7083333333vw;
  user-select: none;
  letter-spacing: 0px;
  font-weight: 800;
  color: var(--c-secondary);
  min-height: 100%;
}
@media (max-width: 1024px), (hover:none) {
  .text-editor-paragraph {
    width: 100vw;
    border: none;
    font-size: 8vw;
    padding: 8.5333333333vw 6.4vw;
    padding-top: 17.0666666667vw;
    min-height: 0;
  }
}

.text-editor-paragraph span {
  font: 4vw "GaretVariable";
  font-variation-settings: "wght" 200;
  word-wrap: break-word !important;
  word-break: break-all;
  transition: background-color 0.4s;
  -webkit-font-smoothing: antialiased;
}
@media (max-width: 1024px), (hover:none) {
  .text-editor-paragraph span {
    font-size: 8vw;
  }
}

@media (min-width: 1025px) {
  .text-editor-paragraph span:hover {
    background-color: var(--c-orange);
    color: var(--c-g-1);
  }
}

@media (min-width: 1025px) {
  .no-otf-a span:hover {
    background-color: var(--c-orange);
    -webkit-text-fill-color: var(--c-primary) !important;
  }
}

.text-mobile-controler {
  display: none;
}
@media (max-width: 1024px), (hover:none) {
  .text-mobile-controler {
    display: block;
    position: sticky;
    bottom: 0;
    width: 100vw;
    background-color: var(--c-secondary);
    color: var(--c-primary);
    padding: 4.1666666667vw;
    padding-bottom: 0.2604166667vw;
  }
}
@media (max-width: 767px) {
  .text-mobile-controler {
    padding: 8.5333333333vw 6.4vw 1.6vw 6.4vw;
  }
}

.text-controler-component {
  margin-bottom: 5.2083333333vw;
}
@media (max-width: 767px) {
  .text-controler-component {
    margin-bottom: 10.6666666667vw;
  }
}

.text-controler-component-info {
  position: relative;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  padding-bottom: 3.2vw;
}

.text-controler-weight-add {
  position: absolute;
  top: -2.34375vw;
  left: 0;
  width: 100%;
  font-size: 1.8229166667vw;
  line-height: 2.4739583333vw;
  color: var(--c-g-2);
  display: flex;
  justify-content: center;
  align-items: center;
}
@media (max-width: 767px) {
  .text-controler-weight-add {
    top: -4.2666666667vw;
    font-size: 2.6666666667vw;
    line-height: 3.4666666667vw;
  }
}

input[type=range].text-mobile-slider::-webkit-slider-thumb {
  opacity: 1;
  background-color: var(--c-primary);
  z-index: 3;
}

.text-mobile-slider {
  width: 43.4895833333vw;
  margin-left: 23.9583333333vw;
  margin-top: -4.1666666667vw;
  outline: none;
  opacity: 1;
  -webkit-appearance: none;
  height: 0.2604166667vw;
  background-color: var(--c-g-7);
  display: block;
}
@media (max-width: 767px) {
  .text-mobile-slider {
    width: 40.2666666667vw;
    margin-left: 25.6vw;
    margin-top: -5.3333333333vw;
    height: 0.2666666667vw;
  }
}

.text-mobile-slider::-webkit-slider-thumb {
  -webkit-appearance: none;
  appearance: none;
  position: relative;
  z-index: 2;
  width: 2.34375vw;
  height: 2.34375vw;
  border-radius: 50%;
  opacity: 1;
  background-color: var(--c-primary);
  cursor: pointer;
}
@media (max-width: 767px) {
  .text-mobile-slider::-webkit-slider-thumb {
    width: 4.8vw;
    height: 4.8vw;
  }
}

.text-mobile-slider::-moz-range-thumb {
  -webkit-appearance: none;
  appearance: none;
  width: 4.8vw;
  height: 4.8vw;
  border-radius: 50%;
  opacity: 1;
  background-color: var(--c-primary);
  cursor: pointer;
}

.text-mobile-slider::before {
  z-index: 1;
  position: absolute;
  width: 0.2604166667vw;
  height: 3.7333333333vw;
  margin-top: -1.7333333333vw;
  left: 28.125vw;
  background-color: var(--c-g-7);
  content: " ";
}
@media (max-width: 767px) {
  .text-mobile-slider::before {
    left: 32vw;
    width: 0.2666666667vw;
  }
}

.text-mobile-slider::after {
  position: absolute;
  width: 0.2604166667vw;
  height: 3.7333333333vw;
  margin-top: -1.7333333333vw;
  right: 28.125vw;
  background-color: var(--c-g-7);
  content: " ";
}
@media (max-width: 767px) {
  .text-mobile-slider::after {
    width: 0.2666666667vw;
    right: 27.7333333333vw;
  }
}

.te-otf-c {
  color: var(--c-secondary);
  background-color: var(--c-g-4);
  transition: 0.4s;
  cursor: pointer;
}
.te-otf-c div {
  -webkit-text-stroke: 0.0520833333vw var(--c-secondary);
  -webkit-text-fill-color: var(--c-primary);
  transition: 0.4s;
}

.te-otf-a {
  background-color: var(--c-orange);
  color: var(--c-black);
  cursor: pointer;
}

.te-otf-da {
  background-color: var(--c-g-5) !important;
  color: var(--c-g-2) !important;
}

.te-otf-dc {
  background-color: var(--c-g-6) !important;
  color: var(--c-g-2) !important;
}

@media (min-width: 1025px) {
  .te-otf-dc:hover {
    background-color: var(--c-g-6) !important;
    color: var(--c-g-2) !important;
    border-color: var(--c-g-4) !important;
  }
}

@media (min-width: 1025px) {
  .te-otf-c:hover {
    background-color: var(--c-orange);
    color: var(--c-black);
    border-color: var(--c-orange);
  }
  .te-otf-c:hover div {
    -webkit-text-stroke: 0.0520833333vw var(--c-black);
    -webkit-text-fill-color: var(--c-white);
  }
}

.te-oft-m {
  margin-top: 0.1041666667vw;
  height: 3.2291666667vw;
  width: 3.125vw;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media (max-width: 1024px), (hover:none) {
  .te-oft-m {
    height: 8.0729166667vw;
    width: 19.7916666667vw;
    margin-top: 0.2604166667vw;
  }
}
@media (max-width: 767px) {
  .te-oft-m {
    height: 13.3333333333vw;
    width: 19.7333333333vw;
    margin-top: 0.2666666667vw;
  }
}

.ot-li {
  -webkit-text-stroke: 0.0520833333vw var(--c-black);
  -webkit-text-fill-color: var(--c-white);
}

@media (min-width: 1025px) {
  .ot-li:hover {
    -webkit-text-stroke: 0.0520833333vw var(--c-black) !important;
    -webkit-text-fill-color: var(--c-white) !important;
  }
}

.discr-l {
  font-variant-ligatures: discretionary-ligatures;
}

.styl-s {
  font-feature-settings: "salt";
}

.styl-sa {
  font-feature-settings: "ss02";
}

.ord-n {
  font-feature-settings: "ordn";
}

.tab-n {
  font-feature-settings: "tnum";
}

.sl-z {
  font-feature-settings: "zero";
}

.fra-n {
  font-feature-settings: "frac";
}

.cas-s {
  font-feature-settings: "case";
}

.f-sub {
  font-feature-settings: "subs";
}

.f-sup {
  font-feature-settings: "sups";
}

.f-loc {
  font-feature-settings: "ss03";
}

.no-otf-a {
  -webkit-text-stroke: 0.0520833333vw var(--c-secondary);
  -webkit-text-fill-color: var(--c-orange);
}

.text-editor-otf-widget {
  position: absolute;
  z-index: 5;
  background-color: var(--c-secondary);
  color: var(--c-primary);
  padding: 0.8333333333vw;
  display: none;
}

.otf-info {
  position: absolute;
  bottom: -12.2666666667vw;
  width: 100vw;
  display: flex;
  justify-content: center;
  opacity: 0;
}
@media (max-width: 767px) {
  .otf-info {
    bottom: -14.4vw;
  }
}

.otf-info-holder {
  padding: 2.1333333333vw 4.2666666667vw;
  background-color: var(--c-secondary);
  color: var(--c-primary);
}

.voice-section {
  background-color: var(--c-g-5);
  color: var(--c-secondary);
}

.voice-section-holder {
  display: flex;
  flex-direction: row;
}
@media (max-width: 1024px), (hover:none) {
  .voice-section-holder {
    flex-direction: column;
  }
}

.voice-hide {
  display: none !important;
}

.voice-section-text {
  padding: 4.5833333333vw 3.3333333333vw;
  border: 0.0520833333vw solid var(--c-g-4);
  border-right: none;
  width: 61.5625vw;
}
@media (max-width: 1024px), (hover:none) {
  .voice-section-text {
    width: 100vw;
    padding: 6.25vw 4.1666666667vw;
  }
}
@media (max-width: 767px) {
  .voice-section-text {
    padding: 8.5333333333vw 6.4vw;
  }
}

.voice-section-text h4 {
  margin-top: 0.8333333333vw;
}
@media (max-width: 1024px), (hover:none) {
  .voice-section-text h4 {
    margin-top: 1.0416666667vw;
  }
}
@media (max-width: 767px) {
  .voice-section-text h4 {
    margin-top: 2.1333333333vw;
  }
}

.voice-section-button {
  position: relative;
  width: 38.4375vw;
  transition: 0.4s;
  background-color: var(--c-secondary);
  display: flex;
  justify-content: center;
  align-items: center;
  border: 0.0520833333vw solid var(--c-g-4);
}
@media (max-width: 1024px), (hover:none) {
  .voice-section-button {
    width: 100vw;
    height: 32.2916666667vw;
    border-top: solid 0.1302083333vw var(--c-g-4);
  }
}
@media (max-width: 767px) {
  .voice-section-button {
    height: 38.4vw;
    border-top: solid 0.2666666667vw var(--c-g-4);
  }
}

@media (min-width: 1025px) {
  .voice-section-button:hover {
    background-color: var(--c-orange);
  }
  .voice-section-button:hover .voice-button-icon {
    fill: var(--c-black);
  }
}

.voice-section-button-active {
  position: relative;
  width: 38.4375vw;
  background-color: var(--c-orange);
  transition: 0.4s;
  display: flex;
  justify-content: center;
  align-items: center;
  border: 0.0520833333vw solid var(--c-g-4);
}
@media (max-width: 1024px), (hover:none) {
  .voice-section-button-active {
    width: 100vw;
    height: 32.2916666667vw;
  }
}
@media (max-width: 767px) {
  .voice-section-button-active {
    height: 38.4vw;
  }
}

.voice-section-button-active .voice-button-icon {
  fill: var(--c-black);
}

.voice-button-icon {
  width: 7.03125vw;
  fill: var(--c-primary);
  transition: 0.4s;
}
@media (max-width: 1024px), (hover:none) {
  .voice-button-icon {
    width: 13.4114583333vw;
  }
}
@media (max-width: 767px) {
  .voice-button-icon {
    width: 14.1333333333vw;
  }
}

.voice-section-interaction {
  cursor: crosshair;
  width: 100vw;
  height: 31.9791666667vw;
  display: flex;
  justify-content: center;
  align-items: center;
  border-bottom: 0.0520833333vw solid var(--c-g-4);
  background-color: var(--c-primary);
  color: var(--c-secondary);
  font-variation-settings: "wght" 50;
  -webkit-font-smoothing: antialiased;
}
@media (max-width: 1024px), (hover:none) {
  .voice-section-interaction {
    height: 47.0052083333vw;
  }
}
@media (max-width: 767px) {
  .voice-section-interaction {
    height: 61.3333333333vw;
  }
}

.test-voice-section-interaction {
  cursor: crosshair;
  width: 100vw;
  height: 100vw;
  display: flex;
  justify-content: center;
  align-items: center;
  border-bottom: 0.0520833333vw solid var(--c-g-4);
  background-color: var(--c-primary);
  color: var(--c-secondary);
  font-family: "36daysoftype2023";
  font-variation-settings: "wght" 100;
  -webkit-font-smoothing: antialiased;
}
@media (max-width: 1024px), (hover:none) {
  .test-voice-section-interaction {
    height: 47.0052083333vw;
  }
}
@media (max-width: 767px) {
  .test-voice-section-interaction {
    height: 61.3333333333vw;
  }
}

.glyph-map {
  background-color: var(--c-g-5);
}

.glyph-map-holder {
  display: flex;
  flex-direction: row;
  border-top: solid 0.0520833333vw var(--c-g-4);
  border-bottom: solid 0.0520833333vw var(--c-g-4);
}
@media (max-width: 1024px), (hover:none) {
  .glyph-map-holder {
    border-width: 0.1302083333vw;
  }
}
@media (max-width: 767px) {
  .glyph-map-holder {
    border-width: 0.2666666667vw;
  }
}

.glyph-map-text {
  position: relative;
  width: 100vw;
  padding: 3.3333333333vw 4.5833333333vw;
}
.glyph-map-text h4 {
  margin-top: 0.8333333333vw;
}
@media (max-width: 1024px), (hover:none) {
  .glyph-map-text {
    width: 100vw;
    padding: 6.25vw 4.1666666667vw;
    text-align: left;
  }
  .glyph-map-text h4 {
    margin-top: 1.0416666667vw;
  }
}
@media (max-width: 767px) {
  .glyph-map-text {
    padding: 8.5333333333vw 6.6666666667vw;
  }
  .glyph-map-text h4 {
    margin-top: 2.1333333333vw;
  }
}

.mag-hol {
  width: 102%;
  height: 102%;
  margin-top: -1%;
  margin-left: -1%;
  border-radius: 50%;
  background-color: var(--c-black);
  filter: opacity(0%);
}

.mag-inner {
  position: absolute;
  top: -0.4166666667vw;
  width: 13.5416666667vw;
  transform: rotate(90deg);
  z-index: 4;
}

.mag-outer {
  position: absolute;
  top: -0.2590673575vw;
  left: -1.0362694301vw;
  width: 17.9166666667vw;
  z-index: 3;
}

.glyph-map-di {
  width: 100vw;
  height: 34.9479166667vw;
  filter: opacity(50%);
  cursor: none;
}

.img-magnifier-container {
  position: relative;
  width: 100vw;
  height: 34.9479166667vw;
  background-color: var(--c-primary);
  border-bottom: solid 0.0520833333vw var(--c-g-4);
}

.img-magnifier-glass {
  position: absolute;
  border: 0.1041666667vw solid var(--c-secondary);
  border-radius: 50%;
  cursor: none;
  width: 13.6458333333vw;
  height: 13.6458333333vw;
  top: 41.8vw;
  left: 16.9vw;
  z-index: 5;
}

.glyph-map-interaction {
  position: relative;
  padding: 2.2916666667vw 0;
  background-color: var(--c-primary);
  border-bottom: solid 0.0520833333vw var(--c-g-4);
}
@media (max-width: 1024px), (hover:none) {
  .glyph-map-interaction {
    display: flex;
    flex-direction: column;
    padding: 0;
    border-bottom: solid 0.2666666667vw var(--c-g-4);
  }
}

.glyph-container {
  overflow: hidden;
  position: relative;
  cursor: crosshair;
  white-space: nowrap;
  padding: 2.2916666667vw 0;
  width: 100vw;
}

.slider-row {
  font: 5vw "GaretVariable";
  position: relative;
  color: var(--c-secondary);
  display: inline-block;
  margin: 0;
  padding: 0 2vw;
  transform: translateX(-50%);
  will-change: transform;
}
@media (max-width: 1024px), (hover:none) {
  .slider-row {
    font-size: 13.5416666667vw;
    height: auto;
  }
}
@media (max-width: 767px) {
  .slider-row {
    font-size: 25.6vw;
    height: auto;
  }
}

input[type=range].glyph-control::-webkit-slider-thumb {
  opacity: 1;
  background-color: var(--c-orange);
}

.glyph-control-holder {
  display: none;
}
@media (max-width: 1024px), (hover:none) {
  .glyph-control-holder {
    display: block;
    width: 100vw;
    background-color: var(--c-secondary);
    color: var(--c-primary);
    padding: 4.1666666667vw;
    padding-bottom: 0;
  }
}
@media (max-width: 767px) {
  .glyph-control-holder {
    display: block;
    width: 100vw;
    background-color: var(--c-secondary);
    color: var(--c-primary);
    padding: 8.5333333333vw 6.4vw 0vw 6.4vw;
  }
}

.glyph-control {
  -webkit-appearance: none;
  width: 87.2vw;
  margin-left: 6.4vw;
  outline: none;
  opacity: 1;
  display: none;
  height: 0.2666666667vw;
  background-color: var(--c-g-4);
}
@media (max-width: 1024px), (hover:none) {
  .glyph-control {
    display: block;
  }
}

.glyph-control::before {
  position: absolute;
  top: 50%;
  width: 0.2666666667vw;
  height: 3.7333333333vw;
  margin-top: -1.8666666667vw;
  left: 0;
  background-color: var(--c-g-4);
  content: " ";
}

.glyph-control::after {
  position: absolute;
  top: 50%;
  width: 0.2666666667vw;
  height: 3.7333333333vw;
  margin-top: -1.8666666667vw;
  right: 0;
  background-color: var(--c-g-4);
  content: " ";
}

.glyph-control::-webkit-slider-thumb {
  -webkit-appearance: none;
  appearance: none;
  width: 4.8vw;
  height: 4.8vw;
  border-radius: 50%;
  opacity: 1;
  background-color: var(--c-orange);
  cursor: pointer;
}

.glyph-control::-moz-range-thumb {
  -webkit-appearance: none;
  appearance: none;
  width: 4.8vw;
  height: 4.8vw;
  border-radius: 50%;
  opacity: 1;
  background-color: var(--c-orange);
  cursor: pointer;
}

.subscribe-section {
  display: flex;
  flex-direction: row;
  width: 100vw;
  color: var(--c-g-4);
  background-color: var(--c-g-6);
  border-top: solid 0.0520833333vw var(--c-g-4);
}
@media (max-width: 1024px), (hover:none) {
  .subscribe-section {
    flex-direction: column;
    border-width: 0.1302083333vw;
  }
}
@media (max-width: 767px) {
  .subscribe-section {
    border-width: 0.2666666667vw;
  }
}

.b-rb {
  border-right: solid 0.0520833333vw var(--c-g-4);
  border-bottom: solid 0.0520833333vw var(--c-g-4);
}
@media (max-width: 1024px), (hover:none) {
  .b-rb {
    border-width: 0.1302083333vw;
  }
}
@media (max-width: 767px) {
  .b-rb {
    border-width: 0.2666666667vw;
  }
}

.b-lb {
  border-left: solid 0.0520833333vw var(--c-g-4);
  border-bottom: solid 0.0520833333vw var(--c-g-4);
}
@media (max-width: 1024px), (hover:none) {
  .b-lb {
    border-width: 0.1302083333vw;
  }
}
@media (max-width: 767px) {
  .b-lb {
    border-width: 0.2666666667vw;
  }
}

.subscribe-left {
  cursor: crosshair;
  width: 26.875vw;
}
@media (max-width: 1024px), (hover:none) {
  .subscribe-left {
    width: 100vw;
    display: flex;
    flex-direction: row;
  }
}

.subscribe-row {
  width: 26.875vw;
  display: flex;
  flex-direction: row;
}
@media (max-width: 1024px), (hover:none) {
  .subscribe-row {
    width: auto;
  }
  .subscribe-row .b-rb {
    font-size: 20vw;
  }
}
@media (max-width: 1024px) and (max-width: 767px), (hover:none) and (max-width: 767px) {
  .subscribe-row .b-rb {
    font-size: 26vw;
  }
}
@media (max-width: 1024px), (hover:none) {
  .subscribe-row .b-lb {
    border-left: 0;
  }
}
@media (max-width: 1024px), (hover:none) {
  .subscribe-row div {
    display: flex;
    flex-direction: row;
  }
}

.half-w {
  width: 13.4375vw;
}
@media (max-width: 1024px), (hover:none) {
  .half-w {
    width: 38.1333333333vw;
  }
}

.full-w {
  width: 26.875vw;
}
@media (max-width: 1024px), (hover:none) {
  .full-w {
    width: 61.8666666667vw;
  }
}

.full-h {
  height: 22.0833333333vw;
}
@media (max-width: 1024px), (hover:none) {
  .full-h {
    height: 38.1333333333vw;
  }
}

.half-h {
  height: 11.0416666667vw;
}
@media (max-width: 1024px), (hover:none) {
  .half-h {
    height: 38.1333333333vw;
  }
}

.subscribe-center {
  width: 46.25vw;
  background-color: var(--c-primary);
  border-bottom: solid 0.0520833333vw var(--c-g-4);
  padding: 3.3333333333vw 2.5vw;
  color: var(--c-secondary);
}
.subscribe-center ::selection {
  color: var(--c-primary);
  background: var(--c-secondary);
}
@media (max-width: 1024px), (hover:none) {
  .subscribe-center {
    width: 100vw;
    padding: 6.25vw 4.1666666667vw;
  }
}
@media (max-width: 767px) {
  .subscribe-center {
    padding: 8.5333333333vw 6.4vw;
  }
}

.subscribe-center h1 {
  margin-bottom: 0.8333333333vw;
}
@media (max-width: 1024px), (hover:none) {
  .subscribe-center h1 {
    margin-bottom: 0vw;
  }
}
@media (max-width: 767px) {
  .subscribe-center h1 {
    margin-bottom: 2.1333333333vw;
  }
}

.subscribe-info {
  color: var(--c-g-2);
  padding-top: 1.4583333333vw;
  margin-top: 3.125vw;
  border-top: solid 0.0520833333vw var(--c-g-4);
}
.subscribe-info a {
  color: var(--c-g-2);
}
.subscribe-info a:hover {
  text-decoration: none;
}
@media (max-width: 1366px) {
  .subscribe-info {
    padding-top: 0.8333333333vw;
  }
}
@media (max-width: 1024px), (hover:none) {
  .subscribe-info {
    padding-top: 4.1666666667vw;
    margin-top: 6.25vw;
  }
}
@media (max-width: 767px) {
  .subscribe-info {
    padding-top: 8.5333333333vw;
    margin-top: 8.5333333333vw;
  }
}

.subscribe-input {
  width: 100%;
  margin-top: 3.3333333333vw;
  padding: 0.7291666667vw 1.6666666667vw;
  border: 0.0520833333vw solid var(--c-g-4);
  font-family: "GaretVariable";
  font-variation-settings: "wght" 339;
  outline: none;
  color: var(--c-g-2);
  background-color: var(--c-primary);
}
@media (max-width: 1366px) {
  .subscribe-input {
    margin-top: 1.6666666667vw;
  }
}
@media (max-width: 1024px), (hover:none) {
  .subscribe-input {
    margin-top: 6.25vw;
    width: 91.5364583333vw;
    padding: 2.0833333333vw 4.1666666667vw;
  }
}
@media (max-width: 767px) {
  .subscribe-input {
    width: 87.2vw;
    padding: 4.2666666667vw 6.4vw;
  }
}

.subscribe-input:focus {
  color: var(--c-secondary);
}

.subscribe-input::placeholder {
  font-family: "GaretVariable";
  font-variation-settings: "wght" 245.5;
  color: var(--c-g-2);
}

.subscribe-button {
  width: 100%;
  height: 3.2291666667vw;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: var(--c-secondary);
  color: var(--c-primary);
  margin-bottom: 1.6666666667vw;
  cursor: pointer;
  transition: 0.4s;
  border: 0;
}
@media (max-width: 1024px), (hover:none) {
  .subscribe-button {
    margin-bottom: 0;
    width: 91.5364583333vw;
    height: 8.0729166667vw;
  }
}
@media (max-width: 767px) {
  .subscribe-button {
    width: 87.2vw;
    height: 13.6vw;
  }
}

.subscribe-button:hover {
  border: 0;
  background-color: var(--c-orange);
  color: var(--c-secondary);
}

.subscribe-right {
  cursor: crosshair;
  width: 26.875vw;
}
@media (max-width: 1024px), (hover:none) {
  .subscribe-right {
    width: 100vw;
    display: flex;
    flex-direction: row;
  }
}

.center-cell {
  display: flex;
  justify-content: center;
  align-items: center;
}

@media (max-width: 1024px), (hover:none) {
  .subscribe-check {
    display: flex;
    flex-direction: column;
  }
}
.subscribe-box {
  position: relative;
  margin-right: 2.5vw;
  display: inline-flex;
}
.subscribe-box input {
  cursor: pointer;
}
.subscribe-box label {
  cursor: pointer;
  margin-left: 1.6666666667vw;
}
@media (max-width: 1024px), (hover:none) {
  .subscribe-box {
    margin: 0;
    margin-top: 4.1666666667vw;
    width: 85.6vw;
  }
  .subscribe-box label {
    margin-left: 4.1666666667vw;
  }
}
@media (max-width: 767px) {
  .subscribe-box {
    margin-top: 8.5333333333vw;
    width: 85.6vw;
  }
  .subscribe-box label {
    margin-left: 8vw;
  }
}

.subscribe-subtitle {
  margin-bottom: 0vw;
}
@media (max-width: 1024px), (hover:none) {
  .subscribe-subtitle {
    margin-top: 8.5333333333vw;
  }
}

.abs-cont {
  position: relative;
}

.signup-form-success input[type=submit],
.signup-form-success input[name=consentCheck] {
  pointer-events: none;
}

.error-message {
  display: none;
}

form.error-no-consent .consent-container .error-message {
  color: var(--c-orange);
  display: block;
  position: absolute;
  top: -1.6666666667vw;
}
@media (max-width: 1366px) {
  form.error-no-consent .consent-container .error-message {
    top: -1.4583333333vw;
  }
}
@media (max-width: 1024px), (hover:none) {
  form.error-no-consent .consent-container .error-message {
    top: -2.734375vw;
  }
}

form.error-invalid-email .error-message-invalid-email {
  color: var(--c-orange);
  display: block;
  position: absolute;
  top: 1.6666666667vw;
}
@media (max-width: 1366px) {
  form.error-invalid-email .error-message-invalid-email {
    top: 0.4166666667vw;
  }
}

form.error-unknown .error-message-unknown {
  color: var(--c-orange);
  display: block;
  position: absolute;
  top: 1.6666666667vw;
}
@media (max-width: 1366px) {
  form.error-unknown .error-message-unknown {
    top: 0.4166666667vw;
  }
}

@media (max-width: 1024px), (hover:none) {
  .subscribe-center form.error-no-consent .consent-container .error-message {
    top: -2.734375vw !important;
  }
}
@media (max-width: 767px) {
  .subscribe-center form.error-no-consent .consent-container .error-message {
    top: -4.6875vw !important;
  }
}
.subscribe-center form.error-invalid-email .error-message-invalid-email {
  top: 1.25vw !important;
}
@media (max-width: 1366px) {
  .subscribe-center form.error-invalid-email .error-message-invalid-email {
    top: 0vw !important;
  }
}
@media (max-width: 1024px), (hover:none) {
  .subscribe-center form.error-invalid-email .error-message-invalid-email {
    top: 1.5625vw !important;
  }
}
@media (max-width: 767px) {
  .subscribe-center form.error-invalid-email .error-message-invalid-email {
    top: 0vw !important;
  }
}
.subscribe-center form.error-unknown .error-message-unknown {
  top: 1.25vw !important;
}
@media (max-width: 1366px) {
  .subscribe-center form.error-unknown .error-message-unknown {
    top: 0vw !important;
  }
}
@media (max-width: 1024px), (hover:none) {
  .subscribe-center form.error-unknown .error-message-unknown {
    top: 1.5625vw !important;
  }
}
@media (max-width: 767px) {
  .subscribe-center form.error-unknown .error-message-unknown {
    top: 0vw !important;
  }
}

.legend-cont-rel {
  margin-top: 3.3333333333vw;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
}
.legend-cont-rel .legend-elem {
  margin-left: 0.4166666667vw;
}

.legend-cont-abs {
  position: absolute;
  top: 4.4791666667vw;
  right: 4.5833333333vw;
  display: flex;
  flex-direction: row;
}
.legend-cont-abs .legend-elem {
  margin-left: 0.4166666667vw;
}

.legend-elem {
  height: 3.125vw;
  border: 0.0520833333vw solid var(--c-g-4);
  margin-bottom: 0.4166666667vw;
  margin-right: 0.1041666667vw;
  display: inline-flex;
  flex-direction: row;
  cursor: default;
}

.legend-elem-left {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 3.125vw;
  border-right: 0.0520833333vw solid var(--c-g-4);
}

.legend-elem-right {
  padding: 0.4166666667vw 0.8333333333vw;
  width: auto !important;
}
.legend-elem-right div {
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: pre;
}

.legend-elem-img-k {
  fill: var(--c-secondary);
  width: 1.25vw;
}
.legend-elem-img-k .img-fill {
  fill: var(--c-primary);
}

.legend-elem-img-k1 {
  fill: var(--c-secondary);
  height: 1.25vw;
  width: 0.7145833333vw;
}
.legend-elem-img-k1 .img-fill {
  fill: var(--c-primary);
}

.cookies {
  width: 100vw;
  height: 6.1979166667vw;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  padding-right: 4.5833333333vw;
  padding-left: 4.5833333333vw;
  background-color: var(--c-orange);
  color: var(--c-black);
  position: fixed;
  z-index: 20;
  bottom: -6.25vw;
}
.cookies a {
  color: var(--c-black);
}
.cookies svg {
  width: 1.25vw;
  margin-right: 0.8333333333vw;
  fill: var(--c-black);
}
@media (max-width: 1366px) {
  .cookies {
    height: 6.9791666667vw;
    bottom: -17.578125vw;
  }
}
@media (max-width: 1024px), (hover:none) {
  .cookies {
    height: 16.5364583333vw;
    bottom: -16.6666666667vw;
    padding: 4.1666666667vw;
  }
  .cookies svg {
    width: 3.125vw;
    margin-right: 2.0833333333vw;
  }
}
@media (max-width: 767px) {
  .cookies {
    flex-direction: column;
    align-items: flex-start;
    height: 42.1333333333vw;
    padding: 6.4vw;
    bottom: -42.4vw;
  }
  .cookies svg {
    width: 10.6666666667vw;
    margin-right: 6.4vw;
  }
}

.cookies-content {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
}

.cookies-button {
  background-color: var(--c-black);
  color: var(--c-white);
  height: 2.0833333333vw;
  width: 6.25vw;
  border: var(--c-darkgray) 0.0520833333vw solid;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  transition: 0.4s;
}
@media (max-width: 1024px), (hover:none) {
  .cookies-button {
    width: 15.625vw;
    height: 5.2083333333vw;
  }
}
@media (max-width: 767px) {
  .cookies-button {
    width: 22.1333333333vw;
    height: 8.5333333333vw;
    margin-left: 10.6666666667vw;
  }
}

@media (min-width: 1025px) {
  .cookies-button:hover {
    background-color: var(--c-orange);
    color: var(--c-black);
    border-color: var(--c-black);
  }
}

.privacy-body {
  width: 70.625vw;
  margin-left: 14.6875vw;
  background-color: var(--c-primary);
  padding: 6.6666666667vw 4.5833333333vw;
}
@media (max-width: 1024px), (hover:none) {
  .privacy-body {
    width: 100vw;
    margin-left: 0;
    padding: 11.4583333333vw 8.3333333333vw;
  }
}
@media (max-width: 767px) {
  .privacy-body {
    padding: 17.0666666667vw 6.4vw;
  }
}
.privacy-body a {
  color: var(--c-secondary);
  margin-top: -0.2083333333vw;
}

.privacy-header {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  font-variation-settings: "wght" 40;
}
.privacy-header a {
  text-decoration: none;
}
@media (max-width: 767px) {
  .privacy-header .hide-m {
    display: none;
  }
}

.center-t {
  text-align: center;
}

.privacy-c-h {
  width: 46.25vw;
  margin-left: 7.6041666667vw;
}
@media (max-width: 1024px), (hover:none) {
  .privacy-c-h {
    width: auto;
    margin-left: 0;
  }
}

.privacy-h1 {
  margin-bottom: 0.8333333333vw;
}
@media (max-width: 1024px), (hover:none) {
  .privacy-h1 {
    margin-bottom: 1.0416666667vw;
  }
}
@media (max-width: 767px) {
  .privacy-h1 {
    margin-bottom: 2.1333333333vw;
  }
}

.privacy-p {
  margin-bottom: 1.6666666667vw;
}
@media (max-width: 1024px), (hover:none) {
  .privacy-p {
    margin-bottom: 4.1666666667vw;
  }
}
@media (max-width: 767px) {
  .privacy-p {
    margin-bottom: 8.5333333333vw;
  }
}

.privacy-k {
  margin-top: 6.6666666667vw;
}
@media (max-width: 1024px), (hover:none) {
  .privacy-k {
    margin-top: 11.4583333333vw;
  }
}
@media (max-width: 767px) {
  .privacy-k {
    margin-top: 17.0666666667vw;
  }
}

.privacy-g {
  margin-bottom: 1.6666666667vw;
}
@media (max-width: 1024px), (hover:none) {
  .privacy-g {
    margin-bottom: 6.25vw;
  }
}
@media (max-width: 767px) {
  .privacy-g {
    margin-bottom: 8.5333333333vw;
  }
}

.privacy-a {
  margin-bottom: 3.3333333333vw;
}
@media (max-width: 1024px), (hover:none) {
  .privacy-a {
    margin-bottom: 6.25vw;
  }
}
@media (max-width: 767px) {
  .privacy-a {
    margin-bottom: 8.5333333333vw;
  }
}

.privacy-footer {
  color: var(--c-g-2);
  display: flex;
  justify-content: center;
  align-items: center;
  height: 7.8125vw;
  width: 100vw;
}
@media (max-width: 1024px), (hover:none) {
  .privacy-footer {
    height: 16.1458333333vw;
  }
}
@media (max-width: 767px) {
  .privacy-footer {
    height: 24vw;
  }
}

/*
@media (max-width: 1024px),(hover:none) {}
@media (max-width: 767px) {}
*/
.game-holder {
  position: relative;
  margin-top: 3.6979166667vw;
  width: 100%;
  height: 25.5208333333vw;
  background-color: var(--c-primary) !important;
}
@media (max-width: 1024px), (hover:none) {
  .game-holder {
    margin-top: 12.2395833333vw;
    height: 61.1979166667vw;
  }
}
@media (max-width: 767px) {
  .game-holder {
    margin-top: 23.4666666667vw;
    height: 100vw;
  }
}

.game-body {
  width: 100%;
  cursor: crosshair;
  height: 25.5208333333vw;
  z-index: 3;
  position: absolute;
  top: 0vw;
  border-bottom: solid 0.0520833333vw var(--c-g-4);
}
@media (max-width: 1024px), (hover:none) {
  .game-body {
    height: 61.1979166667vw;
    border-width: 0vw;
  }
}
@media (max-width: 767px) {
  .game-body {
    height: 100vw;
    border-width: 0.1302083333vw;
  }
}

input[type=range].control::-webkit-slider-thumb {
  opacity: 1;
  background-color: var(--c-secondary);
}

.game-guide {
  position: absolute;
  top: 11.6666666667vw;
  text-align: center;
  width: 100vw;
  z-index: 2;
  color: var(--c-orange);
}
@media (max-width: 1024px), (hover:none) {
  .game-guide {
    top: 20.3125vw;
  }
}
@media (max-width: 767px) {
  .game-guide {
    top: 37.3333333333vw;
  }
}

.game-score {
  z-index: 1;
  position: absolute;
  top: -0.8333333333vw;
  text-align: center;
  width: 100vw;
  font-feature-settings: "tnum" 1, "zero" 1;
  color: var(--c-g-6);
}
@media (max-width: 1024px), (hover:none) {
  .game-score {
    top: 6.25vw;
  }
}
@media (max-width: 767px) {
  .game-score {
    top: 41.6vw;
  }
}

@media (max-width: 1024px), (hover:none) {
  .control {
    margin-top: 55.7291666667vw;
    outline: none;
    opacity: 1;
    display: none;
    height: 0.1302083333vw;
    z-index: 4;
    background-color: var(--c-g-4);
    position: relative;
    -webkit-appearance: none;
    width: 43.4895833333vw;
    margin-left: 28.2552083333vw;
  }
}
@media (max-width: 767px) {
  .control {
    height: 0.2666666667vw;
    margin-top: 90.6666666667vw;
    width: 87.2vw;
    margin-left: 6.4vw;
  }
}

.control::before {
  position: absolute;
  top: 50%;
  width: 0.2604166667vw;
  height: 1.8229166667vw;
  margin-top: -0.9114583333vw;
  left: 0;
  background-color: var(--c-g-4);
  content: " ";
}
@media (max-width: 767px) {
  .control::before {
    width: 0.5333333333vw;
    height: 3.7333333333vw;
    margin-top: -1.8666666667vw;
  }
}

.control::after {
  position: absolute;
  top: 50%;
  width: 0.2604166667vw;
  height: 1.8229166667vw;
  margin-top: -0.9114583333vw;
  right: 0;
  background-color: var(--c-g-4);
  content: " ";
}
@media (max-width: 767px) {
  .control::after {
    width: 0.2666666667vw;
    height: 3.7333333333vw;
    margin-top: -1.8666666667vw;
  }
}

.control::-webkit-slider-thumb {
  -webkit-appearance: none;
  appearance: none;
  width: 2.34375vw;
  height: 2.34375vw;
  border-radius: 50%;
  opacity: 1;
  background-color: var(--c-secondary);
  cursor: pointer;
}
@media (max-width: 767px) {
  .control::-webkit-slider-thumb {
    width: 4.8vw;
    height: 4.8vw;
  }
}

.control::-moz-range-thumb {
  -webkit-appearance: none;
  appearance: none;
  width: 2.34375vw;
  height: 2.34375vw;
  border-radius: 50%;
  opacity: 1;
  background-color: var(--c-secondary);
  cursor: pointer;
}
@media (max-width: 767px) {
  .control::-moz-range-thumb {
    width: 4.8vw;
    height: 4.8vw;
  }
}

.control-holder {
  display: none;
}
@media (max-width: 1024px), (hover:none) {
  .control-holder {
    position: relative;
    display: block;
    margin-top: -4.2666666667vw;
    width: 100vw;
    background-color: var(--c-primary);
    padding: 4.2666666667vw 0 4.2666666667vw 0;
  }
}

.about-de {
  z-index: 5;
  display: flex;
  flex-direction: row;
  width: 100vw;
  height: 35vw;
  background-color: var(--c-g-5);
  color: var(--c-secondary);
  border: solid 0.0520833333vw var(--c-g-4);
  margin-top: -0.5208333333vw;
}
@media (max-width: 1366px) {
  .about-de {
    height: auto;
  }
}
@media (max-width: 1024px), (hover:none) {
  .about-de {
    margin-top: 0;
    height: auto;
    flex-direction: column;
  }
}

.about-de-l {
  width: 26.9270833333vw;
  padding: 3.3333333333vw 4.5833333333vw;
  border-right: solid 0.0520833333vw var(--c-g-4);
}
@media (max-width: 1024px), (hover:none) {
  .about-de-l {
    width: 100vw;
    padding: 8.5333333333vw 6.4vw 0 6.4vw;
  }
}

.about-de-r {
  width: 73.0729166667vw;
  padding: 3.3333333333vw 4.5833333333vw;
  padding-right: 31.5104166667vw;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
}
.about-de-r p {
  margin-top: 0.8333333333vw;
}
.about-de-r div {
  margin-top: 3.3333333333vw;
}
@media (max-width: 1024px), (hover:none) {
  .about-de-r {
    width: 100vw;
    padding: 0 6.4vw 8.5333333333vw 6.4vw;
  }
  .about-de-r p {
    margin-top: 4.2666666667vw;
  }
}

.about-p-r {
  display: flex;
  flex-direction: row;
  width: 100vw;
  border: solid 0.0520833333vw var(--c-g-4);
}
@media (max-width: 1024px), (hover:none) {
  .about-p-r {
    flex-direction: column;
  }
}

.abl {
  border-left: solid 0.0520833333vw var(--c-g-4);
}

.abr {
  border-right: solid 0.0520833333vw var(--c-g-4);
}

.about-p-img {
  width: 26.9270833333vw;
  height: 27.4479166667vw;
  object-fit: cover;
  display: block;
}
@media (max-width: 1024px), (hover:none) {
  .about-p-img {
    width: 49.8091603053vw;
    height: 50.7633587786vw;
  }
}
@media (max-width: 767px) {
  .about-p-img {
    width: 100vw;
    height: 101.92vw;
  }
}

.about-img-holder {
  margin: 0;
  padding: 0;
  display: flex;
  flex-direction: row;
}

.about-t-info {
  display: none;
  display: none;
}
@media (max-width: 1024px), (hover:none) {
  .about-t-info {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 51.5625vw;
  }
}

.about-p-side {
  width: 26.9791666667vw;
  height: 27.4479166667vw;
  border-right: solid 0.0520833333vw var(--c-g-4);
  border-left: solid 0.0520833333vw var(--c-g-4);
}

.about-p-inf {
  width: 46.1458333333vw;
  padding: 3.3333333333vw 4.5833333333vw;
  background-color: var(--c-g-5);
  color: var(--c-secondary);
  display: flex;
  flex-direction: column;
}
.about-p-inf .social {
  margin-top: 0.8333333333vw;
  margin-bottom: 0.4166666667vw;
}
.about-p-inf p {
  margin-top: 0.8333333333vw;
}
@media (max-width: 1366px) {
  .about-p-inf .social {
    margin-top: 0.8333333333vw;
    margin-bottom: 0vw;
  }
  .about-p-inf p {
    margin-top: 0.4166666667vw;
  }
}
@media (max-width: 1024px), (hover:none) {
  .about-p-inf {
    width: 100vw;
    height: auto;
    padding: 6.25vw 4.1666666667vw;
    padding-bottom: 3.125vw;
  }
  .about-p-inf p {
    margin-top: 0vw;
    margin-bottom: 3.125vw;
  }
  .about-p-inf .social {
    margin-top: 4.2666666667vw;
    margin-bottom: 4.2666666667vw;
  }
}
@media (max-width: 767px) {
  .about-p-inf {
    width: 100vw;
    height: auto;
    padding: 8.5333333333vw 6.4vw;
  }
  .about-p-inf p {
    margin-top: 4.2666666667vw;
    margin-top: 0;
  }
  .about-p-inf .social {
    margin-top: 4.2666666667vw;
    margin-bottom: 4.2666666667vw;
  }
}

.social {
  display: flex;
  flex-direction: row;
}
.social a {
  margin-right: 0.8333333333vw;
  transition: 0.4s;
}
.social a svg {
  transition: 0.4s;
  width: 1.25vw;
  height: auto;
}
.social a:hover {
  transition: 0.4s;
}
.social a:hover svg {
  transition: 0.4s;
  fill: var(--c-g-2);
}
@media (max-width: 1024px), (hover:none) {
  .social a {
    margin-right: 3.125vw;
  }
  .social a svg {
    width: 3.125vw;
  }
}
@media (max-width: 767px) {
  .social a {
    margin-right: 4.2666666667vw;
  }
  .social a svg {
    width: 6.4vw;
    height: auto;
  }
}

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