/*! tailwindcss v4.1.18 | MIT License | https://tailwindcss.com */
@layer properties;
@layer theme, base, components, utilities;
@layer theme {
  :root, :host {
    --font-sans: ui-sans-serif, system-ui, sans-serif, "Apple Color Emoji",
      "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
    --font-mono: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono",
      "Courier New", monospace;
    --color-black: #000;
    --color-white: #fff;
    --spacing: 0.25rem;
    --default-font-family: var(--font-sans);
    --default-mono-font-family: var(--font-mono);
  }
}
@layer base {
  *, ::after, ::before, ::backdrop, ::file-selector-button {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
    border: 0 solid;
  }
  html, :host {
    line-height: 1.5;
    -webkit-text-size-adjust: 100%;
    tab-size: 4;
    font-family: var(--default-font-family, ui-sans-serif, system-ui, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji");
    font-feature-settings: var(--default-font-feature-settings, normal);
    font-variation-settings: var(--default-font-variation-settings, normal);
    -webkit-tap-highlight-color: transparent;
  }
  hr {
    height: 0;
    color: inherit;
    border-top-width: 1px;
  }
  abbr:where([title]) {
    -webkit-text-decoration: underline dotted;
    text-decoration: underline dotted;
  }
  h1, h2, h3, h4, h5, h6 {
    font-size: inherit;
    font-weight: inherit;
  }
  a {
    color: inherit;
    -webkit-text-decoration: inherit;
    text-decoration: inherit;
  }
  b, strong {
    font-weight: bolder;
  }
  code, kbd, samp, pre {
    font-family: var(--default-mono-font-family, ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace);
    font-feature-settings: var(--default-mono-font-feature-settings, normal);
    font-variation-settings: var(--default-mono-font-variation-settings, normal);
    font-size: 1em;
  }
  small {
    font-size: 80%;
  }
  sub, sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
  }
  sub {
    bottom: -0.25em;
  }
  sup {
    top: -0.5em;
  }
  table {
    text-indent: 0;
    border-color: inherit;
    border-collapse: collapse;
  }
  :-moz-focusring {
    outline: auto;
  }
  progress {
    vertical-align: baseline;
  }
  summary {
    display: list-item;
  }
  ol, ul, menu {
    list-style: none;
  }
  img, svg, video, canvas, audio, iframe, embed, object {
    display: block;
    vertical-align: middle;
  }
  img, video {
    max-width: 100%;
    height: auto;
  }
  button, input, select, optgroup, textarea, ::file-selector-button {
    font: inherit;
    font-feature-settings: inherit;
    font-variation-settings: inherit;
    letter-spacing: inherit;
    color: inherit;
    border-radius: 0;
    background-color: transparent;
    opacity: 1;
  }
  :where(select:is([multiple], [size])) optgroup {
    font-weight: bolder;
  }
  :where(select:is([multiple], [size])) optgroup option {
    padding-inline-start: 20px;
  }
  ::file-selector-button {
    margin-inline-end: 4px;
  }
  ::placeholder {
    opacity: 1;
  }
  @supports (not (-webkit-appearance: -apple-pay-button))  or (contain-intrinsic-size: 1px) {
    ::placeholder {
      color: currentcolor;
      @supports (color: color-mix(in lab, red, red)) {
        color: color-mix(in oklab, currentcolor 50%, transparent);
      }
    }
  }
  textarea {
    resize: vertical;
  }
  ::-webkit-search-decoration {
    -webkit-appearance: none;
  }
  ::-webkit-date-and-time-value {
    min-height: 1lh;
    text-align: inherit;
  }
  ::-webkit-datetime-edit {
    display: inline-flex;
  }
  ::-webkit-datetime-edit-fields-wrapper {
    padding: 0;
  }
  ::-webkit-datetime-edit, ::-webkit-datetime-edit-year-field, ::-webkit-datetime-edit-month-field, ::-webkit-datetime-edit-day-field, ::-webkit-datetime-edit-hour-field, ::-webkit-datetime-edit-minute-field, ::-webkit-datetime-edit-second-field, ::-webkit-datetime-edit-millisecond-field, ::-webkit-datetime-edit-meridiem-field {
    padding-block: 0;
  }
  ::-webkit-calendar-picker-indicator {
    line-height: 1;
  }
  :-moz-ui-invalid {
    box-shadow: none;
  }
  button, input:where([type="button"], [type="reset"], [type="submit"]), ::file-selector-button {
    appearance: button;
  }
  ::-webkit-inner-spin-button, ::-webkit-outer-spin-button {
    height: auto;
  }
  [hidden]:where(:not([hidden="until-found"])) {
    display: none !important;
  }
}
@layer utilities {
  .visible {
    visibility: visible;
  }
  .absolute {
    position: absolute;
  }
  .fixed {
    position: fixed;
  }
  .relative {
    position: relative;
  }
  .top-0 {
    top: calc(var(--spacing) * 0);
  }
  .top-1 {
    top: calc(var(--spacing) * 1);
  }
  .top-1\/2 {
    top: calc(1/2 * 100%);
  }
  .top-\[50\%\] {
    top: 50%;
  }
  .top-\[unset\] {
    top: unset;
  }
  .top-\[var\(--edge\)\] {
    top: var(--edge);
  }
  .right-0 {
    right: calc(var(--spacing) * 0);
  }
  .right-\[var\(--edge\)\] {
    right: var(--edge);
  }
  .bottom-0 {
    bottom: calc(var(--spacing) * 0);
  }
  .bottom-\[var\(--edge\)\] {
    bottom: var(--edge);
  }
  .left-0 {
    left: calc(var(--spacing) * 0);
  }
  .left-1 {
    left: calc(var(--spacing) * 1);
  }
  .left-1\/2 {
    left: calc(1/2 * 100%);
  }
  .left-\[var\(--edge\)\] {
    left: var(--edge);
  }
  .z-10 {
    z-index: 10;
  }
  .z-11 {
    z-index: 11;
  }
  .z-50 {
    z-index: 50;
  }
  .m-\[var\(--edge\)\] {
    margin: var(--edge);
  }
  .mx-auto {
    margin-inline: auto;
  }
  .mt-\[16px\] {
    margin-top: 16px;
  }
  .mr-\[16px\] {
    margin-right: 16px;
  }
  .mr-\[96px\] {
    margin-right: 96px;
  }
  .mb-\[10px\] {
    margin-bottom: 10px;
  }
  .mb-\[20px\] {
    margin-bottom: 20px;
  }
  .mb-\[35px\] {
    margin-bottom: 35px;
  }
  .mb-\[109px\] {
    margin-bottom: 109px;
  }
  .block {
    display: block;
  }
  .flex {
    display: flex;
  }
  .grid {
    display: grid;
  }
  .hidden {
    display: none;
  }
  .inline {
    display: inline;
  }
  .inline-block {
    display: inline-block;
  }
  .table {
    display: table;
  }
  .h-\[80px\] {
    height: 80px;
  }
  .h-\[100px\] {
    height: 100px;
  }
  .h-\[100vh\] {
    height: 100vh;
  }
  .h-\[150px\] {
    height: 150px;
  }
  .h-\[192px\] {
    height: 192px;
  }
  .h-\[200px\] {
    height: 200px;
  }
  .h-\[auto\] {
    height: auto;
  }
  .h-full {
    height: 100%;
  }
  .min-h-screen {
    min-height: 100vh;
  }
  .w-\[75\%\] {
    width: 75%;
  }
  .w-\[80px\] {
    width: 80px;
  }
  .w-\[130px\] {
    width: 130px;
  }
  .w-\[150px\] {
    width: 150px;
  }
  .w-\[192px\] {
    width: 192px;
  }
  .w-\[281px\] {
    width: 281px;
  }
  .w-\[300\%\] {
    width: 300%;
  }
  .w-\[auto\] {
    width: auto;
  }
  .w-full {
    width: 100%;
  }
  .flex-shrink {
    flex-shrink: 1;
  }
  .border-collapse {
    border-collapse: collapse;
  }
  .-translate-x-1 {
    --tw-translate-x: calc(var(--spacing) * -1);
    translate: var(--tw-translate-x) var(--tw-translate-y);
  }
  .-translate-x-1\/2 {
    --tw-translate-x: calc(calc(1/2 * 100%) * -1);
    translate: var(--tw-translate-x) var(--tw-translate-y);
  }
  .translate-x-full {
    --tw-translate-x: 100%;
    translate: var(--tw-translate-x) var(--tw-translate-y);
  }
  .-translate-y-1 {
    --tw-translate-y: calc(var(--spacing) * -1);
    translate: var(--tw-translate-x) var(--tw-translate-y);
  }
  .-translate-y-1\/2 {
    --tw-translate-y: calc(calc(1/2 * 100%) * -1);
    translate: var(--tw-translate-x) var(--tw-translate-y);
  }
  .translate-y-0 {
    --tw-translate-y: calc(var(--spacing) * 0);
    translate: var(--tw-translate-x) var(--tw-translate-y);
  }
  .transform {
    transform: var(--tw-rotate-x,) var(--tw-rotate-y,) var(--tw-rotate-z,) var(--tw-skew-x,) var(--tw-skew-y,);
  }
  .cursor-pointer {
    cursor: pointer;
  }
  .resize {
    resize: both;
  }
  .grid-cols-2 {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .flex-row {
    flex-direction: row;
  }
  .items-center {
    align-items: center;
  }
  .items-start {
    align-items: flex-start;
  }
  .justify-center {
    justify-content: center;
  }
  .justify-end {
    justify-content: flex-end;
  }
  .justify-items-center {
    justify-items: center;
  }
  .gap-2 {
    gap: calc(var(--spacing) * 2);
  }
  .gap-4 {
    gap: calc(var(--spacing) * 4);
  }
  .gap-\[14px\] {
    gap: 14px;
  }
  .gap-\[16px\] {
    gap: 16px;
  }
  .gap-\[35px\] {
    gap: 35px;
  }
  .overflow-hidden {
    overflow: hidden;
  }
  .overflow-x-hidden {
    overflow-x: hidden;
  }
  .rounded-\[15px\] {
    border-radius: 15px;
  }
  .rounded-full {
    border-radius: calc(infinity * 1px);
  }
  .border {
    border-style: var(--tw-border-style);
    border-width: 1px;
  }
  .bg-\[var\(--red\)\] {
    background-color: var(--red);
  }
  .bg-black {
    background-color: var(--color-black);
  }
  .bg-black\/35 {
    background-color: color-mix(in srgb, #000 35%, transparent);
    @supports (color: color-mix(in lab, red, red)) {
      background-color: color-mix(in oklab, var(--color-black) 35%, transparent);
    }
  }
  .bg-white {
    background-color: var(--color-white);
  }
  .object-contain {
    object-fit: contain;
  }
  .object-cover {
    object-fit: cover;
  }
  .object-bottom {
    object-position: bottom;
  }
  .px-\[10px\] {
    padding-inline: 10px;
  }
  .px-\[var\(--edge\)\] {
    padding-inline: var(--edge);
  }
  .py-\[10px\] {
    padding-block: 10px;
  }
  .pr-\[var\(--map-edge\)\] {
    padding-right: var(--map-edge);
  }
  .pb-\[var\(--edge\)\] {
    padding-bottom: var(--edge);
  }
  .pl-\[var\(--map-edge\)\] {
    padding-left: var(--map-edge);
  }
  .text-center {
    text-align: center;
  }
  .text-left {
    text-align: left;
  }
  .text-right {
    text-align: right;
  }
  .text-\[var\(--red\)\] {
    color: var(--red);
  }
  .text-black {
    color: var(--color-black);
  }
  .text-white {
    color: var(--color-white);
  }
  .lining-nums {
    --tw-numeric-figure: lining-nums;
    font-variant-numeric: var(--tw-ordinal,) var(--tw-slashed-zero,) var(--tw-numeric-figure,) var(--tw-numeric-spacing,) var(--tw-numeric-fraction,);
  }
  .underline {
    text-decoration-line: underline;
  }
  .opacity-0 {
    opacity: 0%;
  }
  .shadow-\[0_0_8px_2px_rgba\(0\,0\,0\,0\.2\)\] {
    --tw-shadow: 0 0 8px 2px var(--tw-shadow-color, rgba(0,0,0,0.2));
    box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
  }
  .outline {
    outline-style: var(--tw-outline-style);
    outline-width: 1px;
  }
  .filter {
    filter: var(--tw-blur,) var(--tw-brightness,) var(--tw-contrast,) var(--tw-grayscale,) var(--tw-hue-rotate,) var(--tw-invert,) var(--tw-saturate,) var(--tw-sepia,) var(--tw-drop-shadow,);
  }
  .will-change-\[transform\,opacity\] {
    will-change: transform,opacity;
  }
  .will-change-\[transform\] {
    will-change: transform;
  }
  .md\:top-0 {
    @media (width >= 48rem) {
      top: calc(var(--spacing) * 0);
    }
  }
  .md\:right-\[var\(--edge\)\] {
    @media (width >= 48rem) {
      right: var(--edge);
    }
  }
  .md\:bottom-\[unset\] {
    @media (width >= 48rem) {
      bottom: unset;
    }
  }
  .md\:left-\[unset\] {
    @media (width >= 48rem) {
      left: unset;
    }
  }
  .md\:mt-\[16px\] {
    @media (width >= 48rem) {
      margin-top: 16px;
    }
  }
  .md\:mt-\[29px\] {
    @media (width >= 48rem) {
      margin-top: 29px;
    }
  }
  .md\:mr-\[156px\] {
    @media (width >= 48rem) {
      margin-right: 156px;
    }
  }
  .md\:mb-\[147px\] {
    @media (width >= 48rem) {
      margin-bottom: 147px;
    }
  }
  .md\:flex {
    @media (width >= 48rem) {
      display: flex;
    }
  }
  .md\:h-\[113px\] {
    @media (width >= 48rem) {
      height: 113px;
    }
  }
  .md\:h-\[250px\] {
    @media (width >= 48rem) {
      height: 250px;
    }
  }
  .md\:h-full {
    @media (width >= 48rem) {
      height: 100%;
    }
  }
  .md\:w-\[250px\] {
    @media (width >= 48rem) {
      width: 250px;
    }
  }
  .md\:w-\[528px\] {
    @media (width >= 48rem) {
      width: 528px;
    }
  }
  .md\:w-auto {
    @media (width >= 48rem) {
      width: auto;
    }
  }
  .md\:grid-cols-4 {
    @media (width >= 48rem) {
      grid-template-columns: repeat(4, minmax(0, 1fr));
    }
  }
  .md\:flex-col {
    @media (width >= 48rem) {
      flex-direction: column;
    }
  }
  .md\:gap-0 {
    @media (width >= 48rem) {
      gap: calc(var(--spacing) * 0);
    }
  }
  .md\:gap-\[14px\] {
    @media (width >= 48rem) {
      gap: 14px;
    }
  }
  .md\:object-center {
    @media (width >= 48rem) {
      object-position: center;
    }
  }
  .md\:p-\[var\(--edge\)\] {
    @media (width >= 48rem) {
      padding: var(--edge);
    }
  }
  .md\:px-\[unset\] {
    @media (width >= 48rem) {
      padding-inline: unset;
    }
  }
}
:root {
  --red: #d43317;
  --edge: 24px;
  --map-edge: 0px;
}
@media (min-width: 1024px) {
  :root {
    --edge: 32px;
    --map-edge: 66px;
  }
}
::-webkit-scrollbar {
  width: 0px;
  height: 0px;
}
html {
  scrollbar-width: none;
}
body {
  -ms-overflow-style: none;
}
html, body {
  height: 100vh;
  overflow: hidden;
}
@font-face {
  font-family: "Raleway";
  src: url("assets/fonts/Raleway-Medium.ttf") format("truetype");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Raleway";
  src: url("assets/fonts/Raleway-MediumItalic.ttf") format("truetype");
  font-weight: 500;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: "Raleway";
  src: url("assets/fonts/Raleway-SemiBold.ttf") format("truetype");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Raleway";
  src: url("assets/fonts/Raleway-SemiBoldItalic.ttf") format("truetype");
  font-weight: 600;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: "Raleway";
  src: url("assets/fonts/Raleway-Bold.ttf") format("truetype");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Raleway";
  src: url("assets/fonts/Raleway-BoldItalic.ttf") format("truetype");
  font-weight: 700;
  font-style: italic;
  font-display: swap;
}
html, body {
  margin: 0;
  padding: 0;
  font-family: "Raleway", sans-serif;
  background: var(--Red);
  width: 100%;
  height: 100%;
}
section {
  width: 100%;
  height: 100vh;
  min-height: 100vh;
  margin: 0;
  padding: 0;
  position: relative;
  overflow: hidden;
}
.section-title, .section-relative-title {
  font-weight: 700;
  font-size: clamp(42px, calc(42px + 48 * ((100vw - 390px) / 1122)), 90px);
  line-height: 1;
  letter-spacing: -0.05em;
  font-variant-numeric: lining-nums proportional-nums;
  transform: translateY(0);
  will-change: transform;
}
.section-title {
  position: absolute;
}
.top-left {
  top: var(--edge);
  left: var(--edge);
}
.section-paragraph {
  font-weight: 500;
  font-size: calc(18px + 6 * ((100vw - 390px) / 1122));
  font-style: normal;
  letter-spacing: -0.02em;
  line-height: 1.25;
  vertical-align: bottom;
  font-variant-numeric: lining-nums proportional-nums;
}
.section-paragraph strong {
  font-weight: 700;
}
.section-paragraph span {
  display: block;
  margin-bottom: var(--edge);
}
.section-paragraph span:last-child {
  margin-bottom: 0;
}
.section-subtitle-container {
  white-space: nowrap;
}
.section-image-title, .section-video-title, .section-subtitle {
  font-weight: 700;
  font-size: clamp(30px, calc(30px + 30 * ((100vw - 390px) / 1122)), 60px);
  line-height: 1;
  letter-spacing: -0.04em;
  text-align: center;
  font-variant-numeric: lining-nums proportional-nums;
}
.section-image-title {
  padding-left: 38px;
  font-size: clamp(30px, calc(30px + 22 * ((100vw - 390px) / 1122)), 60px);
}
.section-title-sup {
  font-weight: 500;
  font-style: normal;
  font-size: 24px;
  line-height: 1.25;
  letter-spacing: -0.02em;
  font-variant-numeric: lining-nums proportional-nums;
  position: absolute;
  top: 0px;
  transform: translateY(-12.5%);
}
#section-1 .logo-vector, #section-12 .logo-vector {
  width: clamp(244px, calc(244px + 109 * ((100vw - 390px) / 1122)), 353px);
}
.section-5-vector {
  transform-origin: top center;
}
#section-6 .section-vectors img {
  height: clamp(61px, calc(61px + 124 * ((100vw - 390px) / 1122)), 185px);
}
.section-content-big-title {
  font-family: "Raleway", sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: clamp(34px, calc(4.28vw + 25.3px), 90px);
  line-height: 1;
  padding-bottom: 0.1em;
  letter-spacing: -0.05em;
  vertical-align: bottom;
  font-variant-numeric: lining-nums proportional-nums;
  background: linear-gradient(90deg, #4f4f4f -18.23%, #d43317 46.6%);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}
.video-btn {
  font-weight: 500;
  font-size: 14px;
  line-height: 1.25;
  letter-spacing: -0.02em;
  text-decoration: underline;
  cursor: pointer;
}
#floating-button-container {
  width: clamp(40px, calc(40px + 90 * ((100vw - 390px) / 1122)), 130px);
  padding-left: clamp(7px, calc(7px + 23 * ((100vw - 390px) / 1122)), 30px);
  padding-right: clamp(7px, calc(7px + 23 * ((100vw - 390px) / 1122)), 30px);
  padding-top: clamp(7px, calc(7px + 23 * ((100vw - 390px) / 1122)), 15px);
  padding-bottom: clamp(7px, calc(7px + 23 * ((100vw - 390px) / 1122)), 15px);
}
.break-by-dot span::after {
  content: " ";
  white-space: pre;
}
.section-content-big-title {
  text-align: right;
}
#section-10 .section-content-vector {
  width: clamp(271px, calc(271px + 395 * ((100dvw - 390px) / 1122)), 666px);
  height: clamp(67px, calc(67px + 110 * ((100dvw - 390px) / 1122)), 177px);
}
#section-12 .section-content-big-title {
  font-size: clamp(34px, calc(34px + 56 * ((100vw - 769px) / 743)), 90px);
}
@media screen and (min-width: 769px) {
  .span-break::before {
    content: " ";
    white-space: pre;
  }
  .section-paragraph {
    width: clamp(489px, calc(489px + 471 * ((100vw - 769px) / 743)), 960px);
  }
  .section-paragraph.small {
    width: 409px;
  }
  .section-horizontal-images > div:not(.section-5-vector-container) {
    width: clamp(320px, calc(320px + 310 * ((100vw - 769px) / 743)), 630px);
  }
  .section-horizontal-images > div.section-5-vector-container {
    width: clamp(207px, calc(207px + 199 * ((100vw - 769px) / 743)), 406px);
  }
  .section-horizontal-images > div:not(.section-5-vector-container) img {
    height: clamp(195px, calc(195px + 189 * ((100vw - 769px) / 743)), 384px);
  }
  .section-5-vector-container {
    padding-left: 128px;
  }
  #section-11 .section-images {
    width: clamp(496px, calc(496px + 479 * ((100vw - 769px) / 743)), 975px);
  }
  #section-11 .section-images > div:first-child > img:nth-child(1) {
    width: clamp(105px, calc(105px + 101 * ((100vw - 769px) / 743)), 206px);
  }
  #section-11 .section-images > div:first-child > img:nth-child(2) {
    width: clamp(67px, calc(67px + 64 * ((100vw - 769px) / 743)), 131px);
  }
  #section-11 .section-images > div:first-child > img:nth-child(3) {
    width: clamp(71px, calc(71px + 69 * ((100vw - 769px) / 743)), 140px);
  }
  #section-11 .section-images > div:first-child > img:nth-child(4) {
    width: clamp(92px, calc(92px + 89 * ((100vw - 769px) / 743)), 181px);
  }
  #section-11 .section-images > div:nth-child(2) > img:nth-child(1) {
    width: clamp(71px, calc(71px + 68 * ((100vw - 769px) / 743)), 139px);
  }
  #section-11 .section-images > div:nth-child(2) > img:nth-child(2) {
    width: clamp(85px, calc(85px + 82 * ((100vw - 769px) / 743)), 167px);
  }
  #section-11 .section-images > div:nth-child(2) > img:nth-child(3) {
    width: clamp(75px, calc(75px + 72 * ((100vw - 769px) / 743)), 147px);
  }
  #section-11 .section-images > div:nth-child(2) > img:nth-child(4) {
    width: clamp(48px, calc(48px + 46 * ((100vw - 769px) / 743)), 94px);
  }
}
@media screen and (max-width: 768px) {
  #section-5 .section-horizontal-images {
    padding-top: 30px;
    padding-left: 10px;
    padding-right: 10px;
  }
  .section-5-gradient {
    background: #ffffff;
    background: linear-gradient( 0deg, rgba(255, 255, 255, 1) 15%, rgba(0, 0, 0, 0) 100% );
    width: 100% !important;
    height: 30px !important;
    top: -20px !important;
  }
  .break-by-dot span::after {
    content: "\A";
    white-space: pre;
  }
  .span-break::before {
    content: "\A";
    white-space: pre;
  }
  .section-horizontal-images > div:not(.section-5-gradient) {
    width: calc(100vw - 16px * 3) !important;
    height: auto !important;
    flex-shrink: 0;
  }
  .section-horizontal-images > div:not(.section-5-gradient) img {
    width: 100% !important;
    height: auto !important;
    max-height: 40vh;
  }
  #section-11 .section-vector img {
    width: calc(100% * 0.87) !important;
  }
  #section-11 .section-images > div:not(.section-5-gradient) > img {
    margin-left: auto;
    margin-right: auto;
  }
}
@property --tw-translate-x {
  syntax: "*";
  inherits: false;
  initial-value: 0;
}
@property --tw-translate-y {
  syntax: "*";
  inherits: false;
  initial-value: 0;
}
@property --tw-translate-z {
  syntax: "*";
  inherits: false;
  initial-value: 0;
}
@property --tw-rotate-x {
  syntax: "*";
  inherits: false;
}
@property --tw-rotate-y {
  syntax: "*";
  inherits: false;
}
@property --tw-rotate-z {
  syntax: "*";
  inherits: false;
}
@property --tw-skew-x {
  syntax: "*";
  inherits: false;
}
@property --tw-skew-y {
  syntax: "*";
  inherits: false;
}
@property --tw-border-style {
  syntax: "*";
  inherits: false;
  initial-value: solid;
}
@property --tw-ordinal {
  syntax: "*";
  inherits: false;
}
@property --tw-slashed-zero {
  syntax: "*";
  inherits: false;
}
@property --tw-numeric-figure {
  syntax: "*";
  inherits: false;
}
@property --tw-numeric-spacing {
  syntax: "*";
  inherits: false;
}
@property --tw-numeric-fraction {
  syntax: "*";
  inherits: false;
}
@property --tw-shadow {
  syntax: "*";
  inherits: false;
  initial-value: 0 0 #0000;
}
@property --tw-shadow-color {
  syntax: "*";
  inherits: false;
}
@property --tw-shadow-alpha {
  syntax: "<percentage>";
  inherits: false;
  initial-value: 100%;
}
@property --tw-inset-shadow {
  syntax: "*";
  inherits: false;
  initial-value: 0 0 #0000;
}
@property --tw-inset-shadow-color {
  syntax: "*";
  inherits: false;
}
@property --tw-inset-shadow-alpha {
  syntax: "<percentage>";
  inherits: false;
  initial-value: 100%;
}
@property --tw-ring-color {
  syntax: "*";
  inherits: false;
}
@property --tw-ring-shadow {
  syntax: "*";
  inherits: false;
  initial-value: 0 0 #0000;
}
@property --tw-inset-ring-color {
  syntax: "*";
  inherits: false;
}
@property --tw-inset-ring-shadow {
  syntax: "*";
  inherits: false;
  initial-value: 0 0 #0000;
}
@property --tw-ring-inset {
  syntax: "*";
  inherits: false;
}
@property --tw-ring-offset-width {
  syntax: "<length>";
  inherits: false;
  initial-value: 0px;
}
@property --tw-ring-offset-color {
  syntax: "*";
  inherits: false;
  initial-value: #fff;
}
@property --tw-ring-offset-shadow {
  syntax: "*";
  inherits: false;
  initial-value: 0 0 #0000;
}
@property --tw-outline-style {
  syntax: "*";
  inherits: false;
  initial-value: solid;
}
@property --tw-blur {
  syntax: "*";
  inherits: false;
}
@property --tw-brightness {
  syntax: "*";
  inherits: false;
}
@property --tw-contrast {
  syntax: "*";
  inherits: false;
}
@property --tw-grayscale {
  syntax: "*";
  inherits: false;
}
@property --tw-hue-rotate {
  syntax: "*";
  inherits: false;
}
@property --tw-invert {
  syntax: "*";
  inherits: false;
}
@property --tw-opacity {
  syntax: "*";
  inherits: false;
}
@property --tw-saturate {
  syntax: "*";
  inherits: false;
}
@property --tw-sepia {
  syntax: "*";
  inherits: false;
}
@property --tw-drop-shadow {
  syntax: "*";
  inherits: false;
}
@property --tw-drop-shadow-color {
  syntax: "*";
  inherits: false;
}
@property --tw-drop-shadow-alpha {
  syntax: "<percentage>";
  inherits: false;
  initial-value: 100%;
}
@property --tw-drop-shadow-size {
  syntax: "*";
  inherits: false;
}
@layer properties {
  @supports ((-webkit-hyphens: none) and (not (margin-trim: inline))) or ((-moz-orient: inline) and (not (color:rgb(from red r g b)))) {
    *, ::before, ::after, ::backdrop {
      --tw-translate-x: 0;
      --tw-translate-y: 0;
      --tw-translate-z: 0;
      --tw-rotate-x: initial;
      --tw-rotate-y: initial;
      --tw-rotate-z: initial;
      --tw-skew-x: initial;
      --tw-skew-y: initial;
      --tw-border-style: solid;
      --tw-ordinal: initial;
      --tw-slashed-zero: initial;
      --tw-numeric-figure: initial;
      --tw-numeric-spacing: initial;
      --tw-numeric-fraction: initial;
      --tw-shadow: 0 0 #0000;
      --tw-shadow-color: initial;
      --tw-shadow-alpha: 100%;
      --tw-inset-shadow: 0 0 #0000;
      --tw-inset-shadow-color: initial;
      --tw-inset-shadow-alpha: 100%;
      --tw-ring-color: initial;
      --tw-ring-shadow: 0 0 #0000;
      --tw-inset-ring-color: initial;
      --tw-inset-ring-shadow: 0 0 #0000;
      --tw-ring-inset: initial;
      --tw-ring-offset-width: 0px;
      --tw-ring-offset-color: #fff;
      --tw-ring-offset-shadow: 0 0 #0000;
      --tw-outline-style: solid;
      --tw-blur: initial;
      --tw-brightness: initial;
      --tw-contrast: initial;
      --tw-grayscale: initial;
      --tw-hue-rotate: initial;
      --tw-invert: initial;
      --tw-opacity: initial;
      --tw-saturate: initial;
      --tw-sepia: initial;
      --tw-drop-shadow: initial;
      --tw-drop-shadow-color: initial;
      --tw-drop-shadow-alpha: 100%;
      --tw-drop-shadow-size: initial;
    }
  }
}
