@font-face {
  font-family: Archivo;
  font-display: swap;
  src: url(../fonts/Archivo-Medium.woff2) format("woff2");
  font-weight: 500;
  font-style: normal
}
@font-face {
  font-family: Archivo;
  font-display: swap;
  src: url(../fonts/Archivo-Regular.woff2) format("woff2");
  font-weight: 400;
  font-style: normal
}
@font-face {
  font-family: Archivo;
  font-display: swap;
  src: url(../fonts/Archivo-SemiBold.woff2) format("woff2");
  font-weight: 600;
  font-style: normal
}
@font-face {
  font-family: Inter;
  font-display: swap;
  src: url(../fonts/Inter-Regular.woff2) format("woff2");
  font-weight: 400;
  font-style: normal
}
@font-face {
  font-family: Inter;
  font-display: swap;
  src: url(../fonts/Inter-SemiBold.woff2) format("woff2");
  font-weight: 600;
  font-style: normal
}
@font-face {
  font-family: Montserrat;
  font-display: swap;
  src: url(../fonts/Montserrat-Medium.woff2) format("woff2");
  font-weight: 500;
  font-style: normal
}
* {
  padding: 0;
  margin: 0;
  border: 0
}
*,
*::after,
*::before {
  box-sizing: border-box
}
*::after,
*::before {
  display: inline-block
}
body,
html {
  height: 100%;
  min-width: 320px
}
body {
  font-family: var(--font-primary);
  font-size: var(--font-size);
  line-height: var(--line-height);
  font-weight: var(--font-weight);
  color: var(--color-primary);
  -ms-text-size-adjust: 100%;
  -moz-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale
}
button,
input,
textarea {
  font-family: var(--font-primary);
  font-size: inherit;
  line-height: inherit;
  color: inherit;
  background-color: rgba(0,0,0,0)
}
input,
textarea {
  width: 100%
}
label {
  display: inline-block
}
button,
option,
select {
  cursor: pointer
}
a {
  display: inline-block;
  color: inherit;
  text-decoration: none
}
ul li {
  list-style: none
}
img {
  vertical-align: top;
  max-width: 100%;
  -o-object-fit: cover;
  object-fit: cover
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: inherit;
  font-size: inherit
}
.lock body {
  overflow: hidden;
  touch-action: none;
  -ms-scroll-chaining: none;
  overscroll-behavior: none
}
.wrapper {
  min-height: 100%;
  display: flex;
  flex-direction: column;
  overflow: hidden
}
@supports (overflow:clip) {
  .wrapper {
    overflow: clip
  }
}
.wrapper>main {
  flex: 1 1 auto
}
.wrapper>* {
  min-width: 0
}
.container {
  width: 100%;
  max-width: 83.75rem;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  margin: 0 auto
}
[class*="--gc"] {
  display: grid;
  min-width: 0;
  grid-template-columns: 1.25rem 1fr minmax(auto,81.25rem) 1fr 1.25rem
}
[class*="--gc"]>* {
  min-width: 0;
  grid-column: 3/4
}
.form {
  width: 100%
}
.form--apply .form__row {
  position: relative
}
.form--apply .form__row::before {
  content: "";
  position: absolute;
  top: 50%;
  left: .9375rem;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 1.25rem;
  height: 1.25rem;
  border-radius: 50%;
  background-color: var(--color-accent)
}
.form--apply .form__input {
  padding-left: 2.75rem;
  border-radius: .75rem;
  background-color: #eaeaea
}
.form--apply .form__input::-webkit-input-placeholder {
  font-family: Montserrat,sans-serif
}
.form--apply .form__input:-ms-input-placeholder {
  font-family: Montserrat,sans-serif
}
.form--apply .form__input::-ms-input-placeholder {
  font-family: Montserrat,sans-serif
}
.form--apply .form__input::placeholder {
  font-family: Montserrat,sans-serif
}
.form--contact {
  display: flex;
  flex-direction: column;
  align-items: flex-end
}
.form--contact .form__fieldset {
  grid-template-columns: repeat(2,1fr);
  margin-bottom: 1.875rem
}
.form--contact .form__input::-webkit-input-placeholder,
.form--contact .form__textarea::-webkit-input-placeholder {
  font-family: var(--font-secondary)
}
.form--contact .form__input:-ms-input-placeholder,
.form--contact .form__textarea:-ms-input-placeholder {
  font-family: var(--font-secondary)
}
.form--contact .form__input::-ms-input-placeholder,
.form--contact .form__textarea::-ms-input-placeholder {
  font-family: var(--font-secondary)
}
.form--contact .form__input::placeholder,
.form--contact .form__textarea::placeholder {
  font-family: var(--font-secondary)
}
.form__fieldset {
  display: grid;
  gap: .625rem;
  width: 100%;
  margin-bottom: 1.25rem
}
.form__row.textarea {
  grid-column: span 2
}
.form__input,
.form__textarea {
  width: 100%;
  border: .0625rem solid var(--color-accent);
  border-radius: .375rem;
  padding: 1rem .875rem;
  background-color: #fff
}
.form__input::-webkit-input-placeholder,
.form__textarea::-webkit-input-placeholder {
  font-family: var(--font-secondary);
  font-weight: 500;
  font-size: 1.125rem;
  color: #000
}
.form__input:-ms-input-placeholder,
.form__textarea:-ms-input-placeholder {
  font-family: var(--font-secondary);
  font-weight: 500;
  font-size: 1.125rem;
  color: #000
}
.form__input::-ms-input-placeholder,
.form__textarea::-ms-input-placeholder {
  font-family: var(--font-secondary);
  font-weight: 500;
  font-size: 1.125rem;
  color: #000
}
.form__input::placeholder,
.form__textarea::placeholder {
  font-family: var(--font-secondary);
  font-weight: 500;
  font-size: 1.125rem;
  color: #000
}
.form__textarea {
  min-height: 7.5rem
}
.form__btn {
  font-family: var(--font-primary);
  font-weight: 600;
  color: #fff;
  padding: .625rem 1.25rem;
  min-width: 11.5625rem;
  transition: background-color .3s
}
.form__btn--accent {
  background-color: var(--color-accent)
}
.form__btn--accent:hover {
  background-color: var(--color-primary)
}
.form__btn--primary {
  background-color: var(--color-primary)
}
.form__btn--primary:hover {
  background-color: var(--color-accent)
}
.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: .75rem;
  cursor: pointer;
  color: var(--color-primary);
  font-weight: 600;
  transition: background-color .3s,color .3s
}
.btn--primary {
  padding: .5rem 1.125rem;
  background-color: var(--color-accent);
  text-transform: uppercase;
  color: #fff
}
.btn--primary:hover {
  color: #fff;
  background-color: #000
}
.btn--secondary {
  padding: .375rem .75rem;
  background-color: #fff
}
.btn--secondary:hover {
  color: #fff;
  background-color: var(--color-accent)
}
.btn--black {
  color: #fff;
  padding: .375rem .75rem;
  background-color: #000
}
.btn--black:hover {
  color: #fff;
  background-color: var(--color-accent)
}
.btn--white {
  color: #000;
  padding: .375rem .75rem;
  background-color: #fff
}
.btn--white:hover {
  color: #fff;
  background-color: var(--color-accent)
}
:root {
  --font-primary: "Inter",sans-serif;
  --font-secondary: "Archivo",sans-serif;
  --font-size: 1rem;
  --font-size-lg: 1.125rem;
  --font-weight: 400;
  --line-height: 1.3;
  --color-primary: #000;
  --color-primary-light: #01172f;
  --color-accent: #a60002
}
.ibg {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover
}
.ibg--top {
  -o-object-position: top;
  object-position: top
}
.ibg--bottom {
  -o-object-position: bottom;
  object-position: bottom
}
.ibg--left {
  -o-object-position: left;
  object-position: left
}
.ibg--right {
  -o-object-position: right;
  object-position: right
}
.ibg--contain {
  -o-object-fit: contain;
  object-fit: contain
}
.section {
  position: relative
}
.title {
  font-family: var(--font-secondary);
  font-size: 1.5rem;
  font-weight: 600;
  margin-bottom: .625rem
}
.title-hero {
  font-family: var(--font-primary);
  font-size: 1.75rem;
  font-weight: 600;
  color: #fff
}
.subtitle {
  font-family: var(--font-secondary);
  font-size: 1rem;
  letter-spacing: .43em;
  text-transform: uppercase;
  display: inline-block;
  color: #000;
  margin-bottom: .3125rem
}
.stats-item::before {
  content: "";
  flex-shrink: 0;
  width: 35px;
  height: 30px;
  background-color: var(--color-accent);
  -webkit-mask: url("data:image/svg+xml,%3Csvg width=%2759%27 height=%2752%27 viewBox=%270 0 59 52%27 fill=%27none%27 xmlns=%27http://www.w3.org/2000/svg%27%3E%3Cpath d=%27M26.8202 1.5C27.9749 -0.500001 30.8616 -0.5 32.0163 1.5L58.4301 47.25C59.5848 49.25 58.1414 51.75 55.832 51.75H3.00447C0.695065 51.75 -0.748309 49.25 0.406392 47.25L26.8202 1.5Z%27 fill=%27%23A60002%27/%3E%3C/svg%3E") center/contain no-repeat;
  mask: url("data:image/svg+xml,%3Csvg width=%2759%27 height=%2752%27 viewBox=%270 0 59 52%27 fill=%27none%27 xmlns=%27http://www.w3.org/2000/svg%27%3E%3Cpath d=%27M26.8202 1.5C27.9749 -0.500001 30.8616 -0.5 32.0163 1.5L58.4301 47.25C59.5848 49.25 58.1414 51.75 55.832 51.75H3.00447C0.695065 51.75 -0.748309 49.25 0.406392 47.25L26.8202 1.5Z%27 fill=%27%23A60002%27/%3E%3C/svg%3E") center/contain no-repeat
}
.spollers__title {
  list-style: none
}
.spollers__title::-webkit-details-marker,
.spollers__title::marker {
  display: none
}
.spollers__title span::after,
.spollers__title span::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  background: #000;
  -webkit-transform: translate(-50%,-50%);
  transform: translate(-50%,-50%);
  transition: -webkit-transform .3s ease;
  transition: transform .3s ease;
  transition: transform .3s ease,-webkit-transform .3s ease
}
.spollers__title span::before {
  width: 16px;
  height: 2px
}
.spollers__title span::after {
  width: 2px;
  height: 16px
}
.spollers__title._spoller-active span::after {
  -webkit-transform: translate(-50%,-50%) rotate(90deg);
  transform: translate(-50%,-50%) rotate(90deg);
  opacity: 0
}
.social__list {
  display: flex;
  align-items: center;
  gap: 1rem
}
.btn-up {
  width: 2.5rem;
  height: 2.5rem;
  position: fixed;
  bottom: 5%;
  right: -50%;
  z-index: 99;
  background-color: var(--color-accent);
  transition: background-color .3s;
  display: flex;
  align-items: center;
  justify-content: center
}
.btn-up::before {
  content: "";
  width: 1.0625rem;
  height: 1.375rem;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  background-image: url("data:image/svg+xml,%3Csvg width=%2717%27 height=%2722%27 viewBox=%270 0 17 22%27 fill=%27none%27 xmlns=%27http://www.w3.org/2000/svg%27%3E%3Cpath d=%27M8.21706 3.93492e-05C7.95006 0.0102527 7.64073 0.12114 7.44669 0.30352L0.349887 7.02677C-0.115551 7.41926 -0.105354 8.17503 0.313411 8.61566C0.73216 9.0563 1.47482 9.09275 1.89066 8.64922L7.09672 3.72332L7.09672 20.543C7.09672 21.1616 7.59865 21.6636 8.21727 21.6636C8.83588 21.6636 9.33781 21.1616 9.33781 20.543L9.33781 3.72332L14.5439 8.64922C14.9597 9.09277 15.7053 9.05777 16.124 8.61566C16.5428 8.17503 16.5457 7.40903 16.0846 7.02677L8.98784 0.30352C8.77044 0.0992522 8.51658 0.00295649 8.21746 3.93492e-05H8.21706Z%27 fill=%27white%27 /%3E%3C/svg%3E")
}
.btn-up:hover {
  background-color: #fff
}
.btn-up:hover::before {
  background-image: url("data:image/svg+xml,%3Csvg width=%2717%27 height=%2722%27 viewBox=%270 0 17 22%27 fill=%27none%27 xmlns=%27http://www.w3.org/2000/svg%27%3E%3Cpath d=%27M8.21706 3.93492e-05C7.95006 0.0102527 7.64073 0.12114 7.44669 0.30352L0.349887 7.02677C-0.115551 7.41926 -0.105354 8.17503 0.313411 8.61566C0.73216 9.0563 1.47482 9.09275 1.89066 8.64922L7.09672 3.72332L7.09672 20.543C7.09672 21.1616 7.59865 21.6636 8.21727 21.6636C8.83588 21.6636 9.33781 21.1616 9.33781 20.543L9.33781 3.72332L14.5439 8.64922C14.9597 9.09277 15.7053 9.05777 16.124 8.61566C16.5428 8.17503 16.5457 7.40903 16.0846 7.02677L8.98784 0.30352C8.77044 0.0992522 8.51658 0.00295649 8.21746 3.93492e-05H8.21706Z%27 fill=%27black%27 /%3E%3C/svg%3E")
}
.btn-up.visible {
  right: 1.5625rem
}
*,
::after,
::before {
  --tw-border-spacing-x: 0;
  --tw-border-spacing-y: 0;
  --tw-translate-x: 0;
  --tw-translate-y: 0;
  --tw-rotate: 0;
  --tw-skew-x: 0;
  --tw-skew-y: 0;
  --tw-scale-x: 1;
  --tw-scale-y: 1;
  --tw-scroll-snap-strictness: proximity;
  --tw-ring-offset-width: 0px;
  --tw-ring-offset-color: #fff;
  --tw-ring-color: rgb(59 130 246 / 0.5);
  --tw-ring-offset-shadow: 0 0 #0000;
  --tw-ring-shadow: 0 0 #0000;
  --tw-shadow: 0 0 #0000;
  --tw-shadow-colored: 0 0 #0000
}
::-ms-backdrop {
  --tw-border-spacing-x: 0;
  --tw-border-spacing-y: 0;
  --tw-translate-x: 0;
  --tw-translate-y: 0;
  --tw-rotate: 0;
  --tw-skew-x: 0;
  --tw-skew-y: 0;
  --tw-scale-x: 1;
  --tw-scale-y: 1;
  --tw-scroll-snap-strictness: proximity;
  --tw-ring-offset-width: 0px;
  --tw-ring-offset-color: #fff;
  --tw-ring-color: rgb(59 130 246 / 0.5);
  --tw-ring-offset-shadow: 0 0 #0000;
  --tw-ring-shadow: 0 0 #0000;
  --tw-shadow: 0 0 #0000;
  --tw-shadow-colored: 0 0 #0000
}
::backdrop {
  --tw-border-spacing-x: 0;
  --tw-border-spacing-y: 0;
  --tw-translate-x: 0;
  --tw-translate-y: 0;
  --tw-rotate: 0;
  --tw-skew-x: 0;
  --tw-skew-y: 0;
  --tw-scale-x: 1;
  --tw-scale-y: 1;
  --tw-scroll-snap-strictness: proximity;
  --tw-ring-offset-width: 0px;
  --tw-ring-offset-color: #fff;
  --tw-ring-color: rgb(59 130 246 / 0.5);
  --tw-ring-offset-shadow: 0 0 #0000;
  --tw-ring-shadow: 0 0 #0000;
  --tw-shadow: 0 0 #0000;
  --tw-shadow-colored: 0 0 #0000
}
*,
::after,
::before {
  box-sizing: border-box;
  border-width: 0;
  border-style: solid;
  border-color: #e5e7eb
}
::after,
::before {
  --tw-content: ''
}
:host,
html {
  line-height: 1.5;
  -webkit-text-size-adjust: 100%;
  -moz-tab-size: 4;
  -o-tab-size: 4;
  tab-size: 4;
  font-family: ui-sans-serif,system-ui,sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji";
  -webkit-font-feature-settings: normal;
  font-feature-settings: normal;
  font-variation-settings: normal;
  -webkit-tap-highlight-color: transparent
}
body {
  margin: 0;
  line-height: inherit
}
hr {
  height: 0;
  color: inherit;
  border-top-width: 1px
}
abbr:where([title]) {
  text-decoration: underline dotted
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: inherit;
  font-weight: inherit
}
a {
  color: inherit;
  text-decoration: inherit
}
b,
strong {
  font-weight: bolder
}
code,
kbd,
pre,
samp {
  font-family: ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,"Liberation Mono","Courier New",monospace;
  -webkit-font-feature-settings: normal;
  font-feature-settings: normal;
  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: -.25em
}
sup {
  top: -.5em
}
table {
  text-indent: 0;
  border-color: inherit;
  border-collapse: collapse
}
button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  -webkit-font-feature-settings: inherit;
  font-feature-settings: inherit;
  font-variation-settings: inherit;
  font-size: 100%;
  font-weight: inherit;
  line-height: inherit;
  letter-spacing: inherit;
  color: inherit;
  margin: 0;
  padding: 0
}
button,
select {
  text-transform: none
}
button,
input:where([type='button']),
input:where([type='reset']),
input:where([type='submit']) {
  -webkit-appearance: button;
  background-color: transparent;
  background-image: none
}
:-moz-focusring {
  outline: auto
}
:-moz-ui-invalid {
  box-shadow: none
}
progress {
  vertical-align: baseline
}
::-webkit-inner-spin-button,
::-webkit-outer-spin-button {
  height: auto
}
[type='search'] {
  -webkit-appearance: textfield;
  outline-offset: -2px
}
::-webkit-search-decoration {
  -webkit-appearance: none
}
::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit
}
summary {
  display: list-item
}
blockquote,
dd,
dl,
figure,
h1,
h2,
h3,
h4,
h5,
h6,
hr,
p,
pre {
  margin: 0
}
fieldset {
  margin: 0;
  padding: 0
}
legend {
  padding: 0
}
menu,
ol,
ul {
  list-style: none;
  margin: 0;
  padding: 0
}
dialog {
  padding: 0
}
textarea {
  resize: vertical
}
input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
  opacity: 1;
  color: #9ca3af
}
input:-ms-input-placeholder,
textarea:-ms-input-placeholder {
  opacity: 1;
  color: #9ca3af
}
input::-ms-input-placeholder,
textarea::-ms-input-placeholder {
  opacity: 1;
  color: #9ca3af
}
input::placeholder,
textarea::placeholder {
  opacity: 1;
  color: #9ca3af
}
[role="button"],
button {
  cursor: pointer
}
:disabled {
  cursor: default
}
audio,
canvas,
embed,
iframe,
img,
object,
svg,
video {
  display: block;
  vertical-align: middle
}
img,
video {
  max-width: 100%;
  height: auto
}
[hidden]:where(:not([hidden="until-found"])) {
  display: none
}
.container {
  width: 100%
}
.visible {
  visibility: visible
}
.static {
  position: static
}
.fixed {
  position: fixed
}
.absolute {
  position: absolute
}
.relative {
  position: relative
}
.inset-0 {
  inset: 0
}
.left-0 {
  left: 0
}
.left-1\/2 {
  left: 50%
}
.right-\[-20px\] {
  right: -20px
}
.top-0 {
  top: 0
}
.top-1\/2 {
  top: 50%
}
.-z-10 {
  z-index: -10
}
.z-0 {
  z-index: 0
}
.z-10 {
  z-index: 10
}
.z-20 {
  z-index: 20
}
.\!mb-10 {
  margin-bottom: 2.5rem!important
}
.mb-11 {
  margin-bottom: 2.75rem
}
.mb-14 {
  margin-bottom: 3.5rem
}
.mb-16 {
  margin-bottom: 4rem
}
.mb-2 {
  margin-bottom: .5rem
}
.mb-3 {
  margin-bottom: .75rem
}
.mb-4 {
  margin-bottom: 1rem
}
.mb-5 {
  margin-bottom: 1.25rem
}
.mb-6 {
  margin-bottom: 1.5rem
}
.mb-7 {
  margin-bottom: 1.75rem
}
.mb-8 {
  margin-bottom: 2rem
}
.mb-9 {
  margin-bottom: 2.25rem
}
.mb-\[10px\] {
  margin-bottom: 10px
}
.mb-\[15px\] {
  margin-bottom: 15px
}
.mb-\[17px\] {
  margin-bottom: 17px
}
.mb-\[20px\] {
  margin-bottom: 20px
}
.mb-\[30px\] {
  margin-bottom: 30px
}
.mb-\[40px\] {
  margin-bottom: 40px
}
.mb-\[60px\] {
  margin-bottom: 60px
}
.mb-\[8px\] {
  margin-bottom: 8px
}
.block {
  display: block
}
.inline-block {
  display: inline-block
}
.flex {
  display: flex
}
.table {
  display: table
}
.grid {
  display: grid
}
.hidden {
  display: none
}
.h-6 {
  height: 1.5rem
}
.h-\[316px\] {
  height: 316px
}
.h-\[50\%\] {
  height: 50%
}
.h-full {
  height: 100%
}
.min-h-\[220px\] {
  min-height: 220px
}
.min-h-\[330px\] {
  min-height: 330px
}
.min-h-\[350px\] {
  min-height: 350px
}
.min-h-\[390px\] {
  min-height: 390px
}
.min-h-\[40px\] {
  min-height: 40px
}
.min-h-\[460px\] {
  min-height: 460px
}
.min-h-screen {
  min-height: 100vh
}
.w-1\/3 {
  width: 33.333333%
}
.w-6 {
  width: 1.5rem
}
.w-full {
  width: 100%
}
.min-w-\[210px\] {
  min-width: 210px
}
.max-w-\[155px\] {
  max-width: 155px
}
.max-w-\[312px\] {
  max-width: 312px
}
.max-w-\[340px\] {
  max-width: 340px
}
.max-w-\[520px\] {
  max-width: 520px
}
.max-w-\[620px\] {
  max-width: 620px
}
.max-w-\[665px\] {
  max-width: 665px
}
.max-w-\[690px\] {
  max-width: 690px
}
.max-w-\[710px\] {
  max-width: 710px
}
.max-w-\[884px\] {
  max-width: 884px
}
.shrink-0 {
  flex-shrink: 0
}
.grow {
  flex-grow: 1
}
.basis-\[calc\(33\%-15px\)\] {
  flex-basis: calc(33% - 15px)
}
.-translate-x-1\/2 {
  --tw-translate-x: -50%;
  -webkit-transform: translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
  transform: translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))
}
.-translate-y-1\/2 {
  --tw-translate-y: -50%;
  -webkit-transform: translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
  transform: translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))
}
.transform {
  -webkit-transform: translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
  transform: translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))
}
.cursor-pointer {
  cursor: pointer
}
.resize {
  resize: both
}
.flex-col {
  flex-direction: column
}
.flex-wrap {
  flex-wrap: wrap
}
.items-end {
  align-items: flex-end
}
.items-center {
  align-items: center
}
.justify-center {
  justify-content: center
}
.justify-between {
  justify-content: space-between
}
.gap-1 {
  gap: .25rem
}
.gap-10 {
  gap: 2.5rem
}
.gap-3 {
  gap: .75rem
}
.gap-5 {
  gap: 1.25rem
}
.gap-6 {
  gap: 1.5rem
}
.gap-8 {
  gap: 2rem
}
.gap-\[10px\] {
  gap: 10px
}
.gap-\[18px\] {
  gap: 18px
}
.gap-\[20px\] {
  gap: 20px
}
.gap-x-7 {
  -moz-column-gap: 1.75rem;
  -webkit-column-gap: 1.75rem;
  column-gap: 1.75rem
}
.gap-y-2 {
  row-gap: .5rem
}
.space-y-3 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(.75rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(.75rem * var(--tw-space-y-reverse))
}
.space-y-4 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(1rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(1rem * var(--tw-space-y-reverse))
}
.overflow-hidden {
  overflow: hidden
}
.text-balance {
  text-wrap: balance
}
.rounded-\[11px\] {
  border-radius: 11px
}
.rounded-\[14px\] {
  border-radius: 14px
}
.rounded-\[4px\] {
  border-radius: 4px
}
.rounded-\[6px\] {
  border-radius: 6px
}
.rounded-\[8px\] {
  border-radius: 8px
}
.border {
  border-width: 1px
}
.border-b {
  border-bottom-width: 1px
}
.border-l-\[6px\] {
  border-left-width: 6px
}
.border-solid {
  border-style: solid
}
.border-\[\#700001\] {
  --tw-border-opacity: 1;
  border-color: rgb(112 0 1 / var(--tw-border-opacity,1))
}
.border-\[\#c7c7c7\] {
  --tw-border-opacity: 1;
  border-color: rgb(199 199 199 / var(--tw-border-opacity,1))
}
.border-\[\#ff383c\] {
  --tw-border-opacity: 1;
  border-color: rgb(255 56 60 / var(--tw-border-opacity,1))
}
.border-\[rgba\(73\2c 64\2c 25\2c 0\.32\)\] {
  border-color: rgba(73,64,25,.32)
}
.border-black {
  --tw-border-opacity: 1;
  border-color: rgb(0 0 0 / var(--tw-border-opacity,1))
}
.border-l-\[\#a60002\] {
  --tw-border-opacity: 1;
  border-left-color: rgb(166 0 2 / var(--tw-border-opacity,1))
}
.bg-\[\#FAF9F3\] {
  --tw-bg-opacity: 1;
  background-color: rgb(250 249 243 / var(--tw-bg-opacity,1))
}
.bg-\[\#a60002\] {
  --tw-bg-opacity: 1;
  background-color: rgb(166 0 2 / var(--tw-bg-opacity,1))
}
.bg-\[\#a60002\]\/5 {
  background-color: rgb(166 0 2 / .05)
}
.bg-\[\#f2f0e6\] {
  --tw-bg-opacity: 1;
  background-color: rgb(242 240 230 / var(--tw-bg-opacity,1))
}
.bg-\[\#faf9f3\] {
  --tw-bg-opacity: 1;
  background-color: rgb(250 249 243 / var(--tw-bg-opacity,1))
}
.bg-\[rgba\(0\2c 0\2c 0\2c 0\.65\)\] {
  background-color: rgba(0,0,0,.65)
}
.bg-\[rgba\(166\2c 0\2c 2\2c 0\.25\)\] {
  background-color: rgba(166,0,2,.25)
}
.bg-\[rgba\(166\2c 0\2c 2\2c 0\.39\)\] {
  background-color: rgba(166,0,2,.39)
}
.bg-\[rgba\(255\2c 255\2c 255\2c 0\.71\)\] {
  background-color: rgba(255,255,255,.71)
}
.bg-black\/10 {
  background-color: rgb(0 0 0 / .1)
}
.bg-white {
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity,1))
}
.bg-white\/60 {
  background-color: rgb(255 255 255 / .6)
}
.bg-opacity-75 {
  --tw-bg-opacity: 0.75
}
.bg-\[linear-gradient\(90deg\2c rgba\(172\2c 136\2c 41\2c 0\.5\)\2c rgba\(70\2c 55\2c 17\2c 0\.5\)\)\] {
  background-image: linear-gradient(90deg,rgba(172,136,41,.5),rgba(70,55,17,.5))
}
.bg-gradient-to-b {
  background-image: linear-gradient(to bottom,var(--tw-gradient-stops))
}
.from-\[rgba\(0\2c 0\2c 0\2c 0\.66\)\] {
  --tw-gradient-from: rgba(0,0,0,0.66) var(--tw-gradient-from-position);
  --tw-gradient-to: rgba(0, 0, 0, 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from),var(--tw-gradient-to)
}
.to-\[rgba\(0\2c 0\2c 0\2c 0\.1\)\] {
  --tw-gradient-to: rgba(0,0,0,0.1) var(--tw-gradient-to-position)
}
.bg-cover {
  background-size: cover
}
.bg-\[-300px_0\] {
  background-position: -300px 0
}
.bg-no-repeat {
  background-repeat: no-repeat
}
.object-contain {
  -o-object-fit: contain;
  object-fit: contain
}
.object-cover {
  -o-object-fit: cover;
  object-fit: cover
}
.p-4 {
  padding: 1rem
}
.p-9 {
  padding: 2.25rem
}
.px-5 {
  padding-left: 1.25rem;
  padding-right: 1.25rem
}
.px-8 {
  padding-left: 2rem;
  padding-right: 2rem
}
.px-\[12px\] {
  padding-left: 12px;
  padding-right: 12px
}
.px-\[16px\] {
  padding-left: 16px;
  padding-right: 16px
}
.px-\[20px\] {
  padding-left: 20px;
  padding-right: 20px
}
.px-\[25px\] {
  padding-left: 25px;
  padding-right: 25px
}
.px-\[26px\] {
  padding-left: 26px;
  padding-right: 26px
}
.px-\[40px\] {
  padding-left: 40px;
  padding-right: 40px
}
.py-10 {
  padding-top: 2.5rem;
  padding-bottom: 2.5rem
}
.py-12 {
  padding-top: 3rem;
  padding-bottom: 3rem
}
.py-14 {
  padding-top: 3.5rem;
  padding-bottom: 3.5rem
}
.py-6 {
  padding-top: 1.5rem;
  padding-bottom: 1.5rem
}
.py-\[10px\] {
  padding-top: 10px;
  padding-bottom: 10px
}
.py-\[12px\] {
  padding-top: 12px;
  padding-bottom: 12px
}
.py-\[14px\] {
  padding-top: 14px;
  padding-bottom: 14px
}
.py-\[40px\] {
  padding-top: 40px;
  padding-bottom: 40px
}
.py-\[45px\] {
  padding-top: 45px;
  padding-bottom: 45px
}
.py-\[6px\] {
  padding-top: 6px;
  padding-bottom: 6px
}
.py-\[70px\] {
  padding-top: 70px;
  padding-bottom: 70px
}
.py-\[8px\] {
  padding-top: 8px;
  padding-bottom: 8px
}
.pb-11 {
  padding-bottom: 2.75rem
}
.pb-\[28px\] {
  padding-bottom: 28px
}
.pb-\[35px\] {
  padding-bottom: 35px
}
.pb-\[45px\] {
  padding-bottom: 45px
}
.pb-\[70px\] {
  padding-bottom: 70px
}
.pt-4 {
  padding-top: 1rem
}
.pt-\[22px\] {
  padding-top: 22px
}
.pt-\[60px\] {
  padding-top: 60px
}
.text-center {
  text-align: center
}
.text-\[18px\] {
  font-size: 18px
}
.text-\[20px\] {
  font-size: 20px
}
.text-lg {
  font-size: 1.125rem;
  line-height: 1.75rem
}
.font-medium {
  font-weight: 500
}
.font-semibold {
  font-weight: 600
}
.uppercase {
  text-transform: uppercase
}
.capitalize {
  text-transform: capitalize
}
.leading-none {
  line-height: 1
}
.leading-tight {
  line-height: 1.25
}
.\!text-white {
  --tw-text-opacity: 1!important;
  color: rgb(255 255 255 / var(--tw-text-opacity,1))!important
}
.text-white {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity,1))
}
.underline {
  text-decoration-line: underline
}
.decoration-white {
  text-decoration-color: #fff
}
.opacity-65 {
  opacity: .65
}
.shadow-\[inset_0_2px_4px_rgba\(0\2c 0\2c 0\2c 0\.25\)\] {
  --tw-shadow: inset 0 2px 4px rgba(0,0,0,0.25);
  --tw-shadow-colored: inset 0 2px 4px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow,0 0 #0000),var(--tw-ring-shadow,0 0 #0000),var(--tw-shadow)
}
.outline {
  outline-style: solid
}
.blur {
  --tw-blur: blur(8px);
  -webkit-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);
  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)
}
.filter {
  -webkit-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);
  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)
}
.backdrop-blur-\[10px\] {
  --tw-backdrop-blur: blur(10px);
  backdrop-filter: var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia)
}
.backdrop-blur-\[18px\] {
  --tw-backdrop-blur: blur(18px);
  backdrop-filter: var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia)
}
.backdrop-blur-\[35\.5px\] {
  --tw-backdrop-blur: blur(35.5px);
  backdrop-filter: var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia)
}
.transition {
  transition-property: color,background-color,border-color,text-decoration-color,fill,stroke,opacity,box-shadow,backdrop-filter,-webkit-transform,-webkit-filter;
  transition-property: color,background-color,border-color,text-decoration-color,fill,stroke,opacity,box-shadow,transform,filter,backdrop-filter;
  transition-property: color,background-color,border-color,text-decoration-color,fill,stroke,opacity,box-shadow,transform,filter,backdrop-filter,-webkit-transform,-webkit-filter;
  transition-timing-function: cubic-bezier(.4,0,.2,1);
  transition-duration: 150ms
}
.transition-colors {
  transition-property: color,background-color,border-color,text-decoration-color,fill,stroke;
  transition-timing-function: cubic-bezier(.4,0,.2,1);
  transition-duration: 150ms
}
.\[font-family\:var\(--font-secondary\)\] {
  font-family: var(--font-secondary)
}
.header {
  padding: .75rem 0;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 100;
  transition: background-color .3s,padding .3s
}
.header._header-scroll {
  position: fixed;
  background-color: #000;
  padding: .75rem 0
}
.header__inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: .75rem
}
.header .logo {
  display: flex;
  position: relative;
  z-index: 100;
  width: 7.5rem
}
.icon-menu {
  display: none
}
.footer {
  padding-top: clamp(3.125rem,6vw,7.1875rem);
  background-color: var(--color-primary-light);
  color: #fff
}
.footer__column h4 {
  font-weight: 600;
  margin-bottom: .625rem
}
.footer__column p {
  margin-bottom: 1.5rem
}
.footer__menu .menu-arrow {
  position: absolute;
  top: 0;
  right: 0;
  width: 1rem;
  height: .5rem;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  background-image: url("data:image/svg+xml,%3Csvg width=%2721%27 height=%2711%27 viewBox=%270 0 21 11%27 fill=%27none%27 xmlns=%27http://www.w3.org/2000/svg%27%3E%3Cpath d=%27M10.0056 11L10.6355 10.436L20.0112 1.99785L18.7514 0.598832L10.0056 8.47294L1.25983 0.598834L-3.13046e-05 1.99785L9.37567 10.436L10.0056 11Z%27 fill=%27white%27 /%3E%3C/svg%3E");
  transition: -webkit-transform .3s;
  transition: transform .3s;
  transition: transform .3s,-webkit-transform .3s
}
.footer__menu-list li {
  position: relative
}
.footer__menu-list li.sub-open .menu-arrow {
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg)
}
.footer__menu-list li>a {
  font-weight: 600;
  text-transform: uppercase;
  font-size: 1.125rem
}
.footer__menu-list li .sub-menu {
  padding-top: .75rem
}
.footer__menu-list li .sub-menu li {
  margin-bottom: .3125rem
}
.footer__menu-list li .sub-menu li a {
  font-size: 1rem;
  text-transform: none;
  font-weight: 400;
  transition: color .3s
}
.footer__menu-list li .sub-menu li a:after,
.footer__menu-list li .sub-menu li a:hover {
  color: var(--color-accent)
}
.footer__bottom {
  padding: 1.25rem 0;
  border-top: .0625rem solid rgba(255,255,255,.26);
  text-align: center
}
.footer__bottom p {
  font-size: .875rem;
  text-transform: uppercase;
  color: rgba(255,255,255,.58)
}
.footer__btn {
  margin-bottom: 1.5rem
}
.hero {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
  color: #fff;
  min-height: 100vh
}
.hero::after,
.hero::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%
}
.hero::after {
  background-color: rgba(0,0,0,.65)
}
.hero::before {
  height: 50%;
  background: linear-gradient(180deg,rgba(0,0,0,.66) 0,rgba(0,0,0,.1) 100%)
}
.hero__inner {
  display: flex;
  flex-direction: column;
  align-items: center;
  position: relative;
  z-index: 20
}
.hero__title {
  margin-bottom: 1.25rem
}
.hero__desc {
  max-width: 55.25rem;
  margin-bottom: 1.875rem
}
.hero__banner {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: -1
}
.hero__banner img {
  width: 100%;
  height: 100%
}
.support {
  padding: 2.8125rem 0 4.375rem 0;
  margin-bottom: 3.75rem
}
.support__banner {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: -1;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: -300px 0
}
.support__title {
  color: #fff;
  margin-bottom: 1.0625rem
}
.support__desc {
  max-width: 41.5625rem;
  margin-bottom: 2.5rem
}
.support__desc p {
  color: #fff
}
.support__desc p:not(:last-child) {
  margin-bottom: .625rem
}
.support__list {
  display: grid;
  gap: 1.25rem
}
.item-support {
  padding: 2.5rem 1.25rem;
  border: .0625rem solid #700001;
  border-radius: .875rem;
  background-color: rgba(0,0,0,.1);
  box-shadow: inset 0 2px 4px rgba(0,0,0,.25);
  color: #fff
}
.item-support__icon {
  margin-bottom: 1.25rem
}
.item-support__title {
  font-size: 1.125rem;
  font-weight: 600;
  margin-bottom: 1.875rem
}
.about {
  margin-bottom: 3.75rem
}
.block-about {
  display: flex;
  flex-direction: column;
  gap: 1.25rem;
  margin-bottom: 2.5rem
}
.block-about:last-child {
  margin-bottom: 0
}
.block-about__desc {
  margin-bottom: .9375rem
}
.block-about__desc p:not(:last-child) {
  margin-bottom: 1rem
}
.block-about__exp {
  padding: .625rem 1rem;
  border-radius: .25rem;
  background-color: rgba(166,0,2,.39);
  font-family: var(--font-secondary);
  font-weight: 600;
  font-size: 1.125rem;
  text-transform: capitalize
}
.block-about__img {
  position: relative;
  border-radius: .25rem
}
.block-about__img img {
  width: 100%;
  height: 100%;
  border-radius: .25rem
}
.block-about__actions {
  display: flex;
  flex-wrap: wrap;
  gap: .625rem
}
.block-about__actions .btn--primary {
  padding: .375rem .75rem
}
.block-about__actions .btn {
  min-width: 13.125rem
}
.stats-about {
  position: absolute;
  top: 50%;
  right: -1.25rem;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 100%;
  max-width: 19.5rem
}
.stats-about__item {
  display: flex;
  align-items: center;
  gap: .625rem;
  padding: .5rem 1rem;
  border: .0625rem solid #ff383c;
  border-radius: .25rem;
  backdrop-filter: blur(10px);
  background: rgba(255,255,255,.6);
  margin-bottom: .5rem
}
.stats-about__item:last-child {
  margin-bottom: 0
}
.stats-about__item::before {
  content: "";
  flex-shrink: 0;
  width: 2.1875rem;
  height: 1.875rem;
  background-color: var(--color-accent);
  -webkit-mask: url("data:image/svg+xml,%3Csvg width=%2759%27 height=%2752%27 viewBox=%270 0 59 52%27 fill=%27none%27 xmlns=%27http://www.w3.org/2000/svg%27%3E%3Cpath d=%27M26.8202 1.5C27.9749 -0.500001 30.8616 -0.5 32.0163 1.5L58.4301 47.25C59.5848 49.25 58.1414 51.75 55.832 51.75H3.00447C0.695065 51.75 -0.748309 49.25 0.406392 47.25L26.8202 1.5Z%27 fill=%27%23A60002%27 /%3E%3C/svg%3E") center/contain no-repeat;
  mask: url("data:image/svg+xml,%3Csvg width=%2759%27 height=%2752%27 viewBox=%270 0 59 52%27 fill=%27none%27 xmlns=%27http://www.w3.org/2000/svg%27%3E%3Cpath d=%27M26.8202 1.5C27.9749 -0.500001 30.8616 -0.5 32.0163 1.5L58.4301 47.25C59.5848 49.25 58.1414 51.75 55.832 51.75H3.00447C0.695065 51.75 -0.748309 49.25 0.406392 47.25L26.8202 1.5Z%27 fill=%27%23A60002%27 /%3E%3C/svg%3E") center/contain no-repeat
}
.stats-about__value {
  font-size: 1.25rem;
  font-weight: 600
}
.last\:mb-0:last-child {
  margin-bottom: 0
}
.hover\:text-\[\#a60002\]:hover {
  --tw-text-opacity: 1;
  color: rgb(166 0 2 / var(--tw-text-opacity,1))
}
.hover\:decoration-\[\#a60002\]:hover {
  text-decoration-color: #a60002
}
@media (min-width:47.99875em) {
  .footer__inner {
    display: flex;
    justify-content: space-between;
    gap: 2rem;
    margin-bottom: 3.75rem
  }
  .footer__column {
    flex: 0 1 50%
  }
  .footer__column.left {
    max-width: 25.625rem
  }
  .footer__column.right {
    flex: 1
  }
  .support__banner {
    background-position: center
  }
  .support__list {
    grid-template-columns: repeat(3,1fr)
  }
}
@media (min-width:61.99875em) {
  .form__fieldset {
    gap: .875rem
  }
  .btn--primary {
    padding: .75rem 1.375rem
  }
  .btn--secondary {
    padding: .625rem .9375rem
  }
  .btn--black {
    padding: .625rem 1rem
  }
  .btn--white {
    padding: .625rem 1rem
  }
  .title {
    font-size: 2.25rem
  }
  .title-hero {
    font-size: 3rem
  }
  .subtitle {
    font-size: 1.125rem
  }
  .menu__list {
    display: flex;
    align-items: center;
    gap: 1.5rem
  }
  .menu__list li a {
    position: relative;
    color: #fff
  }
  .menu__list li a::before {
    content: "";
    position: absolute;
    top: 100%;
    left: 50%;
    width: 0;
    height: .0625rem;
    background-color: #fff;
    transition: width .3s,left .3s
  }
  .menu__list li a:hover::before {
    width: 100%;
    left: 0
  }
  .footer__menu .menu-arrow {
    display: none
  }
  .footer__menu-list {
    display: flex;
    justify-content: space-between;
    gap: 2rem
  }
  .support {
    min-height: 40rem
  }
  .item-support__title {
    font-size: 1.5rem;
    margin-bottom: 2.5rem
  }
  .block-about {
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    gap: 2rem;
    margin-bottom: 4.375rem
  }
  .block-about>* {
    flex: 0 1 50%
  }
  .block-about--reverse {
    flex-direction: row-reverse
  }
  .block-about--reverse .block-about__img {
    max-width: 35.625rem
  }
  .block-about__content {
    max-width: 33.4375rem
  }
  .block-about__desc {
    margin-bottom: 1.25rem
  }
  .block-about__exp {
    font-size: 1.5rem;
    border-radius: .5rem;
    padding: .875rem 1.625rem
  }
  .block-about__img {
    flex: 1;
    border-radius: .5rem
  }
  .block-about__img img {
    border-radius: .5rem
  }
}
@media (min-width:83.75em) {
  body {
    font-size: 1.125rem
  }
  .form--apply .form__row::before {
    width: 1.875rem;
    height: 1.875rem;
    left: 1.375rem
  }
  .form--apply .form__input {
    padding-left: 3.75rem
  }
  .form__input,
  .form__textarea {
    font-size: 1.5rem;
    padding: 1.5rem 1.25rem
  }
  .form__input::-webkit-input-placeholder,
  .form__textarea::-webkit-input-placeholder {
    font-size: 1.5rem
  }
  .form__input:-ms-input-placeholder,
  .form__textarea:-ms-input-placeholder {
    font-size: 1.5rem
  }
  .form__input::-ms-input-placeholder,
  .form__textarea::-ms-input-placeholder {
    font-size: 1.5rem
  }
  .form__input::placeholder,
  .form__textarea::placeholder {
    font-size: 1.5rem
  }
  .form__textarea {
    min-height: 12.5rem
  }
  .form__btn {
    padding: 1.25rem 3.125rem;
    min-width: 17.8125rem
  }
  .stats-item::before {
    width: 59px;
    height: 52px
  }
  .header {
    padding: 1.25rem 0
  }
  .header .logo {
    width: 11.25rem
  }
  .menu__list {
    gap: 2rem
  }
  .footer__inner {
    gap: 7.5rem;
    margin-bottom: 5.625rem
  }
  .footer__menu-list li>a {
    font-size: 1.5rem
  }
  .footer__menu-list li .sub-menu {
    padding-top: 1rem
  }
  .footer__menu-list li .sub-menu li {
    margin-bottom: .625rem
  }
  .footer__menu-list li .sub-menu li a {
    font-size: 1.25rem
  }
  .footer__bottom p {
    font-size: 1rem
  }
  .hero__title {
    font-size: 4.0625rem
  }
  .hero__desc {
    margin-bottom: 4.0625rem
  }
  .hero__desc p {
    text-align: center;
    font-size: 1.375rem
  }
  .block-about {
    gap: 4.375rem
  }
  .block-about__img {
    height: 25.4375rem
  }
  .stats-about {
    right: -5.625rem;
    max-width: 25.75rem
  }
  .stats-about__item {
    padding: 1rem 1.25rem;
    border-radius: .5rem;
    margin-bottom: .875rem
  }
  .stats-about__item::before {
    width: 3.6875rem;
    height: 3.25rem
  }
  .stats-about__value {
    font-size: 1.75rem
  }
}
@media (min-width:480px) {
  .min-\[480px\]\:bg-center {
    background-position: center
  }
}
@media (min-width:640px) {
  .sm\:grid-cols-2 {
    grid-template-columns: repeat(2,minmax(0,1fr))
  }
}
@media (min-width:768px) {
  .md\:order-1 {
    order: 1
  }
  .md\:order-2 {
    order: 2
  }
  .md\:m-auto {
    margin: auto
  }
  .md\:-mt-10 {
    margin-top: -2.5rem
  }
  .md\:mb-0 {
    margin-bottom: 0
  }
  .md\:mb-\[20px\] {
    margin-bottom: 20px
  }
  .md\:mb-\[40px\] {
    margin-bottom: 40px
  }
  .md\:mb-\[65px\] {
    margin-bottom: 65px
  }
  .md\:mb-\[70px\] {
    margin-bottom: 70px
  }
  .md\:ml-auto {
    margin-left: auto
  }
  .md\:block {
    display: block
  }
  .md\:flex {
    display: flex
  }
  .md\:min-h-\[390px\] {
    min-height: 390px
  }
  .md\:min-h-\[590px\] {
    min-height: 590px
  }
  .md\:min-h-\[640px\] {
    min-height: 640px
  }
  .md\:w-\[85\%\] {
    width: 85%
  }
  .md\:max-w-\[1024px\] {
    max-width: 1024px
  }
  .md\:max-w-\[36\%\] {
    max-width: 36%
  }
  .md\:max-w-\[533px\] {
    max-width: 533px
  }
  .md\:max-w-\[535px\] {
    max-width: 535px
  }
  .md\:max-w-\[550px\] {
    max-width: 550px
  }
  .md\:max-w-\[570px\] {
    max-width: 570px
  }
  .md\:max-w-\[615px\] {
    max-width: 615px
  }
  .md\:max-w-\[660px\] {
    max-width: 660px
  }
  .md\:max-w-\[920px\] {
    max-width: 920px
  }
  .md\:flex-1 {
    flex: 1 1 0%
  }
  .md\:basis-1\/2 {
    flex-basis: 50%
  }
  .md\:grid-cols-2 {
    grid-template-columns: repeat(2,minmax(0,1fr))
  }
  .md\:grid-cols-3 {
    grid-template-columns: repeat(3,minmax(0,1fr))
  }
  .md\:flex-row {
    flex-direction: row
  }
  .md\:flex-row-reverse {
    flex-direction: row-reverse
  }
  .md\:flex-nowrap {
    flex-wrap: nowrap
  }
  .md\:items-center {
    align-items: center
  }
  .md\:justify-between {
    justify-content: space-between
  }
  .md\:gap-0 {
    gap: 0
  }
  .md\:gap-10 {
    gap: 2.5rem
  }
  .md\:gap-16 {
    gap: 4rem
  }
  .md\:gap-5 {
    gap: 1.25rem
  }
  .md\:gap-6 {
    gap: 1.5rem
  }
  .md\:gap-\[32px\] {
    gap: 32px
  }
  .md\:rounded-\[8px\] {
    border-radius: 8px
  }
  .md\:bg-transparent {
    background-color: transparent
  }
  .md\:p-8 {
    padding: 2rem
  }
  .md\:px-\[26px\] {
    padding-left: 26px;
    padding-right: 26px
  }
  .md\:px-\[37px\] {
    padding-left: 37px;
    padding-right: 37px
  }
  .md\:py-\[14px\] {
    padding-top: 14px;
    padding-bottom: 14px
  }
  .md\:py-\[22px\] {
    padding-top: 22px;
    padding-bottom: 22px
  }
  .md\:py-\[70px\] {
    padding-top: 70px;
    padding-bottom: 70px
  }
  .md\:text-\[22px\] {
    font-size: 22px
  }
  .md\:text-\[24px\] {
    font-size: 24px
  }
}
@media (min-width:1024px) {
  .lg\:mb-11 {
    margin-bottom: 2.75rem
  }
  .lg\:mb-20 {
    margin-bottom: 5rem
  }
  .lg\:mb-28 {
    margin-bottom: 7rem
  }
  .lg\:min-w-\[250px\] {
    min-width: 250px
  }
  .lg\:max-w-\[285px\] {
    max-width: 285px
  }
  .lg\:max-w-\[570px\] {
    max-width: 570px
  }
  .lg\:grid-cols-4 {
    grid-template-columns: repeat(4,minmax(0,1fr))
  }
  .lg\:flex-row {
    flex-direction: row
  }
  .lg\:gap-10 {
    gap: 2.5rem
  }
  .lg\:gap-12 {
    gap: 3rem
  }
  .lg\:gap-\[42px\] {
    gap: 42px
  }
  .lg\:p-12 {
    padding: 3rem
  }
  .lg\:p-5 {
    padding: 1.25rem
  }
  .lg\:py-12 {
    padding-top: 3rem;
    padding-bottom: 3rem
  }
  .lg\:py-20 {
    padding-top: 5rem;
    padding-bottom: 5rem
  }
  .lg\:py-28 {
    padding-top: 7rem;
    padding-bottom: 7rem
  }
  .lg\:py-5 {
    padding-top: 1.25rem;
    padding-bottom: 1.25rem
  }
  .lg\:py-\[75px\] {
    padding-top: 75px;
    padding-bottom: 75px
  }
  .lg\:pb-16 {
    padding-bottom: 4rem
  }
  .lg\:pl-10 {
    padding-left: 2.5rem
  }
  .lg\:pl-\[60px\] {
    padding-left: 60px
  }
  .lg\:pr-3 {
    padding-right: .75rem
  }
  .lg\:text-2xl {
    font-size: 1.5rem;
    line-height: 2rem
  }
  .lg\:text-\[28px\] {
    font-size: 28px
  }
}
@media (min-width:1280px) {
  .xl\:right-\[-90px\] {
    right: -90px
  }
  .xl\:-mt-20 {
    margin-top: -5rem
  }
  .xl\:mb-28 {
    margin-bottom: 7rem
  }
  .xl\:mb-\[14px\] {
    margin-bottom: 14px
  }
  .xl\:h-\[407px\] {
    height: 407px
  }
  .xl\:h-full {
    height: 100%
  }
  .xl\:min-h-\[460px\] {
    min-height: 460px
  }
  .xl\:max-w-\[412px\] {
    max-width: 412px
  }
  .xl\:gap-12 {
    gap: 3rem
  }
  .xl\:gap-16 {
    gap: 4rem
  }
  .xl\:gap-\[70px\] {
    gap: 70px
  }
  .xl\:rounded-\[8px\] {
    border-radius: 8px
  }
  .xl\:p-12 {
    padding: 3rem
  }
  .xl\:px-\[20px\] {
    padding-left: 20px;
    padding-right: 20px
  }
  .xl\:px-\[35px\] {
    padding-left: 35px;
    padding-right: 35px
  }
  .xl\:py-28 {
    padding-top: 7rem;
    padding-bottom: 7rem
  }
  .xl\:py-\[16px\] {
    padding-top: 16px;
    padding-bottom: 16px
  }
  .xl\:py-\[20px\] {
    padding-top: 20px;
    padding-bottom: 20px
  }
  .xl\:pb-\[140px\] {
    padding-bottom: 140px
  }
  .xl\:pr-20 {
    padding-right: 5rem
  }
  .xl\:text-2xl {
    font-size: 1.5rem;
    line-height: 2rem
  }
  .xl\:text-\[28px\] {
    font-size: 28px
  }
  .xl\:text-\[32px\] {
    font-size: 32px
  }
  .xl\:text-\[48px\] {
    font-size: 48px
  }
  .xl\:text-\[65px\] {
    font-size: 65px
  }
}
@media (max-width:61.99875em) {
  .social__list {
    margin-bottom: 2.5rem
  }
  .btn-up.visible {
    right: .625rem
  }
  .menu {
    position: fixed;
    width: 100%;
    height: 100%;
    right: -100%;
    top: 0;
    overflow: auto;
    padding: 4.375rem 1.25rem 1.875rem 1.25rem;
    transition: right .3s;
    background-color: var(--color-primary);
    z-index: 99
  }
  .menu-open .menu {
    right: 0
  }
  .menu__nav {
    margin-bottom: 2.5rem
  }
  .menu__list li {
    border-bottom: .0625rem solid rgba(255,255,255,.5)
  }
  .menu__list li a {
    font-size: 1.125rem;
    color: #fff;
    text-transform: uppercase;
    padding: .9375rem 0
  }
  .menu__list li a:focus,
  .menu__list li a:hover {
    color: var(--color-accent)
  }
  .icon-menu {
    display: block;
    position: relative;
    width: 1.875rem;
    height: 1.25rem;
    z-index: 100
  }
  .icon-menu span,
  .icon-menu::after,
  .icon-menu::before {
    content: "";
    transition: all .3s ease 0s;
    right: 0;
    position: absolute;
    width: 100%;
    height: .1875rem;
    background-color: #fff
  }
  .icon-menu::before {
    top: 0
  }
  .icon-menu::after {
    bottom: 0
  }
  .icon-menu span {
    top: calc(50% - .09375rem)
  }
  .menu-open .icon-menu span {
    width: 0
  }
  .menu-open .icon-menu::before {
    top: calc(50% - .09375rem);
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg)
  }
  .menu-open .icon-menu::after {
    bottom: calc(50% - .09375rem);
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg)
  }
  .footer__menu {
    margin-bottom: 2.5rem
  }
  .footer__menu-list li:not(:last-child) {
    margin-bottom: .875rem
  }
  .hero::before {
    height: 30%
  }
  .block-about__exp {
    display: inline-block
  }
}
@media (max-width:61.99875em)and (any-hover:none) {
  .icon-menu {
    cursor: default
  }
}
@media (min-width:47.99875em)and (max-width:61.99875em) {
  .menu {
    width: 50%
  }
}