@charset "UTF-8";
/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
/* Document
   ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
  line-height: 1.15; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
}

/* Sections
   ========================================================================== */
/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */
main {
  display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* Grouping content
   ========================================================================== */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box; /* 1 */
  height: 0; /* 1 */
  overflow: visible; /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/* Text-level semantics
   ========================================================================== */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none; /* 1 */
  text-decoration: underline; /* 2 */
  text-decoration: underline dotted; /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
   ========================================================================== */
/**
 * Remove the border on images inside links in IE 10.
 */
img {
  border-style: none;
}

/* Forms
   ========================================================================== */
/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: inherit; /* 1 */
  font-size: 100%; /* 1 */
  line-height: 1.15; /* 1 */
  margin: 0; /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input { /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select { /* 1 */
  text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */
fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  box-sizing: border-box; /* 1 */
  color: inherit; /* 2 */
  display: table; /* 1 */
  max-width: 100%; /* 1 */
  padding: 0; /* 3 */
  white-space: normal; /* 1 */
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type=checkbox],
[type=radio] {
  box-sizing: border-box; /* 1 */
  padding: 0; /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

.digits input[type=number] {
  -moz-appearance: textfield;
  appearance: textfield;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type=search] {
  -webkit-appearance: textfield; /* 1 */
  outline-offset: -2px; /* 2 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}

/* Interactive
   ========================================================================== */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item;
}

/* Misc
   ========================================================================== */
/**
 * Add the correct display in IE 10+.
 */
template {
  display: none;
}

/**
 * Add the correct display in IE 10.
 */
[hidden] {
  display: none;
}

*, ::before, ::after{
  --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-pan-x:  ;
  --tw-pan-y:  ;
  --tw-pinch-zoom:  ;
  --tw-scroll-snap-strictness: proximity;
  --tw-gradient-from-position:  ;
  --tw-gradient-via-position:  ;
  --tw-gradient-to-position:  ;
  --tw-ordinal:  ;
  --tw-slashed-zero:  ;
  --tw-numeric-figure:  ;
  --tw-numeric-spacing:  ;
  --tw-numeric-fraction:  ;
  --tw-ring-inset:  ;
  --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;
  --tw-blur:  ;
  --tw-brightness:  ;
  --tw-contrast:  ;
  --tw-grayscale:  ;
  --tw-hue-rotate:  ;
  --tw-invert:  ;
  --tw-saturate:  ;
  --tw-sepia:  ;
  --tw-drop-shadow:  ;
  --tw-backdrop-blur:  ;
  --tw-backdrop-brightness:  ;
  --tw-backdrop-contrast:  ;
  --tw-backdrop-grayscale:  ;
  --tw-backdrop-hue-rotate:  ;
  --tw-backdrop-invert:  ;
  --tw-backdrop-opacity:  ;
  --tw-backdrop-saturate:  ;
  --tw-backdrop-sepia:  ;
  --tw-contain-size:  ;
  --tw-contain-layout:  ;
  --tw-contain-paint:  ;
  --tw-contain-style:  ;
}

::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-pan-x:  ;
  --tw-pan-y:  ;
  --tw-pinch-zoom:  ;
  --tw-scroll-snap-strictness: proximity;
  --tw-gradient-from-position:  ;
  --tw-gradient-via-position:  ;
  --tw-gradient-to-position:  ;
  --tw-ordinal:  ;
  --tw-slashed-zero:  ;
  --tw-numeric-figure:  ;
  --tw-numeric-spacing:  ;
  --tw-numeric-fraction:  ;
  --tw-ring-inset:  ;
  --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;
  --tw-blur:  ;
  --tw-brightness:  ;
  --tw-contrast:  ;
  --tw-grayscale:  ;
  --tw-hue-rotate:  ;
  --tw-invert:  ;
  --tw-saturate:  ;
  --tw-sepia:  ;
  --tw-drop-shadow:  ;
  --tw-backdrop-blur:  ;
  --tw-backdrop-brightness:  ;
  --tw-backdrop-contrast:  ;
  --tw-backdrop-grayscale:  ;
  --tw-backdrop-hue-rotate:  ;
  --tw-backdrop-invert:  ;
  --tw-backdrop-opacity:  ;
  --tw-backdrop-saturate:  ;
  --tw-backdrop-sepia:  ;
  --tw-contain-size:  ;
  --tw-contain-layout:  ;
  --tw-contain-paint:  ;
  --tw-contain-style:  ;
}
  .faqs-block .h1 {
    font-size: 40px;
    font-weight: 700;
    line-height: 48px;
  }
  @media screen and (max-width: 1468px) {
    .faqs-block .h1 {
      font-size: 32px;
      line-height: 40px;
    }
  }
  .faqs-block h2,
  .faqs-block .h2 {
    font-size: 32px;
    font-weight: 700;
    line-height: 40px;
  }
  @media screen and (max-width: 1468px) {
    .faqs-block h2,
    .faqs-block .h2 {
      font-size: 24px;
      line-height: 32px;
    }
  }
  .faqs-block h3,
  .faqs-block .h3 {
    font-size: 24px;
    font-weight: 700;
    line-height: 32px;
  }
  @media screen and (max-width: 1468px) {
    .faqs-block h3,
    .faqs-block .h3 {
      font-size: 20px;
      line-height: 28px;
    }
  }
  .faqs-block h4,
  .faqs-block .h4 {
    font-size: 20px;
    font-weight: 600;
    line-height: 28px;
  }
  @media screen and (max-width: 1468px) {
    .faqs-block h4,
    .faqs-block .h4 {
      font-size: 16px;
      line-height: 24px;
    }
  }
.tw-container{
  width: 100%;
  margin-right: auto;
  margin-left: auto;
}
@media (min-width: 508px){
  .tw-container{
    max-width: 508px;
  }
}
@media (min-width: 742px){
  .tw-container{
    max-width: 742px;
  }
}
@media (min-width: 1036px){
  .tw-container{
    max-width: 1036px;
  }
}
@media (min-width: 1280px){
  .tw-container{
    max-width: 1280px;
  }
}
@media (min-width: 1548px){
  .tw-container{
    max-width: 1548px;
  }
}
@media (min-width: 1920px){
  .tw-container{
    max-width: 1920px;
  }
}
@media (min-width: 2560px){
  .tw-container{
    max-width: 2560px;
  }
}
  .video-slider .splide__slide,
  .gallery-cases .splide__slide {
    width: 352px !important;
  }
  @media screen and (max-width: 508px) {
    .video-slider .splide__list {
      flex-direction: column !important;
    }
    .video-slider .splide__slide {
      width: 100%;
    }
  }
  .field-checkbox__input-wrap {
    font-weight: 400;
  }
  .field-checkbox__name {
    cursor: pointer;
    align-items: center;
    gap: 0 12px;
    margin: 4px;
    font-size: 12px;
    line-height: 14px;
    display: inline-flex;
  }
  .field-checkbox__name::selection {
    color: #2c2d2e;
    text-shadow: none;
    background: #ebedf0;
  }
  .field-checkbox__name-text {
    color: #2c2d2e;
    font-family: Manrope;
    font-size: 16px;
    font-weight: inherit;
    line-height: 24px;
  }
  .field-checkbox__input {
    position: absolute;
    opacity: 0;
    width: 1px;
    height: 1px;
    margin: 0;
    padding: 0;
    clip: rect(1px, 1px, 1px, 1px);
    border: 0;
  }
  .field-checkbox__pseudo {
    color: #000;
    -webkit-appearance: none;
    appearance: none;
    cursor: pointer;
    background-position: center;
    background-repeat: no-repeat;
    border: 1px solid #cbcbcb;
    border-radius: 0;
    outline: 0;
    flex-shrink: 0;
    width: 16px;
    height: 16px;
    margin: 0;
    position: relative;
    transition: 0.1s;
  }
  .field-checkbox__input:checked ~ .field-checkbox__pseudo {
    background-color: #214288;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3E%3Cpath d='M3 8l3 3 7-7' fill='none' stroke='%23FFFFFF' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
    border-color: #214288;
  }
  .field-checkbox__name-text {
    vertical-align: middle;
  }
  .field-checkbox__input.just-validate-error-field ~ .field-checkbox__pseudo {
    border-color: #e64646;
    animation: pulse 1.5s cubic-bezier(0.4, 0, 0.6, 1) infinite;
  }
  @keyframes pulse {
    0%, 100% {
      opacity: 1;
    }
    50% {
      opacity: 0.3;
    }
  }
  .field-checkbox__input:hover:not(.field-checkbox__input--checked) ~ .field-checkbox__pseudo {
    border-color: #214288;
  }
.tw-sr-only{
  position: absolute !important;
  width: 1px !important;
  height: 1px !important;
  padding: 0 !important;
  margin: -1px !important;
  overflow: hidden !important;
  clip: rect(0, 0, 0, 0) !important;
  white-space: nowrap !important;
  border-width: 0 !important;
}
.tw-fixed{
  position: fixed !important;
}
.tw-absolute{
  position: absolute !important;
}
.tw-inset-0{
  inset: 0 !important;
}
.tw-right-6{
  right: 24px !important;
}
.tw-top-6{
  top: 24px !important;
}
.tw-z-50{
  z-index: 50 !important;
}
.tw-col-span-1{
  grid-column: span 1 / span 1 !important;
}
.tw-col-span-4{
  grid-column: span 4 / span 4 !important;
}
.tw-row-span-1{
  grid-row: span 1 / span 1 !important;
}
.tw-m-0{
  margin: 0 !important;
}
.tw-m-auto{
  margin: auto !important;
}
.tw-my-0{
  margin-top: 0 !important;
  margin-bottom: 0 !important;
}
.tw-my-10{
  margin-top: 40px !important;
  margin-bottom: 40px !important;
}
.tw-my-3{
  margin-top: 12px !important;
  margin-bottom: 12px !important;
}
.tw-mb-0{
  margin-bottom: 0 !important;
}
.tw-mb-1{
  margin-bottom: 4px !important;
}
.tw-mb-2{
  margin-bottom: 8px !important;
}
.tw-mb-3{
  margin-bottom: 12px !important;
}
.tw-mb-4{
  margin-bottom: 16px !important;
}
.tw-mb-5{
  margin-bottom: 20px !important;
}
.tw-mb-6{
  margin-bottom: 24px !important;
}
.tw-mb-8{
  margin-bottom: 32px !important;
}
.tw-mt-0{
  margin-top: 0 !important;
}
.tw-mt-1{
  margin-top: 4px !important;
}
.tw-mt-20{
  margin-top: 80px !important;
}
.tw-mt-3{
  margin-top: 12px !important;
}
.tw-mt-4{
  margin-top: 16px !important;
}
.tw-mt-5{
  margin-top: 20px !important;
}
.tw-mt-6{
  margin-top: 24px !important;
}
.tw-mt-8{
  margin-top: 32px !important;
}
.tw-mt-\[20px\]{
  margin-top: 20px !important;
}
.tw-block{
  display: block !important;
}
.tw-flex{
  display: flex !important;
}
.tw-inline-flex{
  display: inline-flex !important;
}
.tw-grid{
  display: grid !important;
}
.tw-hidden{
  display: none !important;
}
.tw-size-6{
  width: 24px !important;
  height: 24px !important;
}
.tw-size-7{
  width: 28px !important;
  height: 28px !important;
}
.tw-size-\[34px\]{
  width: 34px !important;
  height: 34px !important;
}
.tw-h-6{
  height: 24px !important;
}
.tw-h-\[100px\]{
  height: 100px !important;
}
.tw-h-\[175px\]{
  height: 175px !important;
}
.tw-h-auto{
  height: auto !important;
}
.tw-h-full{
  height: 100% !important;
}
.tw-h-20{
  height: 80px !important;
}
.tw-h-22{
  height: 88px !important;
}
.tw-min-h-11{
  min-height: 44px !important;
}
.tw-min-h-25{
  min-height: 100px !important;
}
.tw-min-h-\[200px\]{
  min-height: 200px !important;
}
.tw-min-h-\[357px\]{
  min-height: 357px !important;
}
.tw-min-h-\[400px\]{
  min-height: 400px !important;
}
.tw-min-h-\[48px\]{
  min-height: 48px !important;
}
.tw-w-6{
  width: 24px !important;
}
.tw-w-\[100px\]{
  width: 100px !important;
}
.tw-w-\[543px\]{
  width: 543px !important;
}
.tw-w-full{
  width: 100% !important;
}
.tw-w-1\/2{
  width: 50% !important;
}
.tw-min-w-\[235px\]{
  min-width: 235px !important;
}
.tw-max-w-\[1200px\]{
  max-width: 1200px !important;
}
.tw-max-w-\[270px\]{
  max-width: 270px !important;
}
.tw-max-w-\[490px\]{
  max-width: 490px !important;
}
.tw-max-w-\[600px\]{
  max-width: 600px !important;
}
.tw-max-w-\[calc\(100\%-32px\)\]{
  max-width: calc(100% - 32px) !important;
}
.tw-max-w-full{
  max-width: 100% !important;
}
.tw-flex-\[2_2_0\%\]{
  flex: 2 2 0% !important;
}
.tw-flex-none{
  flex: none !important;
}
.tw-rotate-180{
  --tw-rotate: 180deg !important;
  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)) !important;
}
@keyframes tw-pulse{
  50%{
    opacity: .5;
  }
}
.tw-animate-pulse{
  animation: tw-pulse 2s cubic-bezier(0.4, 0, 0.6, 1) infinite !important;
}
.tw-cursor-pointer{
  cursor: pointer !important;
}
.tw-list-none{
  list-style-type: none !important;
}
.tw-grid-cols-2{
  grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
}
.tw-grid-cols-6{
  grid-template-columns: repeat(6, minmax(0, 1fr)) !important;
}
.tw-grid-cols-subgrid{
  grid-template-columns: subgrid !important;
}
.tw-flex-col{
  flex-direction: column !important;
}
.tw-flex-wrap{
  flex-wrap: wrap !important;
}
.tw-items-start{
  align-items: flex-start !important;
}
.tw-items-center{
  align-items: center !important;
}
.tw-justify-end{
  justify-content: flex-end !important;
}
.tw-justify-center{
  justify-content: center !important;
}
.tw-justify-between{
  justify-content: space-between !important;
}
.tw-gap-10{
  gap: 40px !important;
}
.tw-gap-2{
  gap: 8px !important;
}
.tw-gap-3{
  gap: 12px !important;
}
.tw-gap-4{
  gap: 16px !important;
}
.tw-gap-5{
  gap: 20px !important;
}
.tw-gap-6{
  gap: 24px !important;
}
.tw-gap-8{
  gap: 32px !important;
}
.tw-gap-x-1{
  column-gap: 4px !important;
}
.tw-gap-x-10{
  column-gap: 40px !important;
}
.tw-gap-x-2{
  column-gap: 8px !important;
}
.tw-gap-y-1{
  row-gap: 4px !important;
}
.tw-gap-y-2{
  row-gap: 8px !important;
}
.tw-gap-y-4{
  row-gap: 16px !important;
}
.tw-gap-y-6{
  row-gap: 24px !important;
}
.tw-gap-x-5{
  column-gap: 20px !important;
}
.tw-space-y-2 > :not([hidden]) ~ :not([hidden]){
  --tw-space-y-reverse: 0 !important;
  margin-top: calc(8px * calc(1 - var(--tw-space-y-reverse))) !important;
  margin-bottom: calc(8px * var(--tw-space-y-reverse)) !important;
}
.tw-self-stretch{
  align-self: stretch !important;
}
.tw-overflow-x-auto{
  overflow-x: auto !important;
}
.tw-text-wrap{
  text-wrap: wrap !important;
}
.tw-rounded-full{
  border-radius: 9999px !important;
}
.tw-border{
  border-width: 1px !important;
}
.tw-border-0{
  border-width: 0px !important;
}
.tw-border-t{
  border-top-width: 1px !important;
}
.tw-border-solid{
  border-style: solid !important;
}
.tw-border-none{
  border-style: none !important;
}
.tw-border-base{
  --tw-border-opacity: 1 !important;
  border-color: rgb(33 66 136 / var(--tw-border-opacity, 1)) !important;
}
.tw-border-black\/10{
  border-color: rgb(0 0 0 / 0.1) !important;
}
.tw-border-separator{
  --tw-border-opacity: 1 !important;
  border-color: rgb(225 227 230 / var(--tw-border-opacity, 1)) !important;
}
.tw-border-separator-primary{
  --tw-border-opacity: 1 !important;
  border-color: rgb(203 203 203 / var(--tw-border-opacity, 1)) !important;
}
.tw-border-transparent{
  border-color: transparent !important;
}
.tw-bg-base{
  --tw-bg-opacity: 1 !important;
  background-color: rgb(33 66 136 / var(--tw-bg-opacity, 1)) !important;
}
.tw-bg-primary{
  --tw-bg-opacity: 1 !important;
  background-color: rgb(235 237 240 / var(--tw-bg-opacity, 1)) !important;
}
.tw-bg-secondary{
  --tw-bg-opacity: 1 !important;
  background-color: rgb(245 245 245 / var(--tw-bg-opacity, 1)) !important;
}
.tw-bg-transparent{
  background-color: transparent !important;
}
.tw-bg-white{
  --tw-bg-opacity: 1 !important;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1)) !important;
}
.tw-object-cover{
  object-fit: cover !important;
}
.tw-p-0{
  padding: 0 !important;
}
.tw-p-3{
  padding: 12px !important;
}
.tw-px-3{
  padding-left: 12px !important;
  padding-right: 12px !important;
}
.tw-px-4{
  padding-left: 16px !important;
  padding-right: 16px !important;
}
.tw-px-5{
  padding-left: 20px !important;
  padding-right: 20px !important;
}
.tw-px-6{
  padding-left: 24px !important;
  padding-right: 24px !important;
}
.tw-py-2{
  padding-top: 8px !important;
  padding-bottom: 8px !important;
}
.tw-py-3{
  padding-top: 12px !important;
  padding-bottom: 12px !important;
}
.tw-py-6{
  padding-top: 24px !important;
  padding-bottom: 24px !important;
}
.tw-py-7{
  padding-top: 28px !important;
  padding-bottom: 28px !important;
}
.tw-px-0{
  padding-left: 0 !important;
  padding-right: 0 !important;
}
.tw-pb-0{
  padding-bottom: 0 !important;
}
.tw-pb-10{
  padding-bottom: 40px !important;
}
.tw-pb-15{
  padding-bottom: 60px !important;
}
.tw-pb-2{
  padding-bottom: 8px !important;
}
.tw-pb-8{
  padding-bottom: 32px !important;
}
.tw-pl-0{
  padding-left: 0 !important;
}
.tw-pl-2{
  padding-left: 8px !important;
}
.tw-pt-0{
  padding-top: 0 !important;
}
.tw-pt-1{
  padding-top: 4px !important;
}
.tw-pt-10{
  padding-top: 40px !important;
}
.tw-pt-15{
  padding-top: 60px !important;
}
.tw-pt-3{
  padding-top: 12px !important;
}
.tw-pt-8{
  padding-top: 32px !important;
}
.tw-text-center{
  text-align: center !important;
}
.tw-text-3xl{
  font-size: 24px !important;
}
.tw-text-3xl\/8{
  font-size: 24px !important;
  line-height: 32px !important;
}
.tw-text-4xl{
  font-size: 28px !important;
}
.tw-text-4xl\/8{
  font-size: 28px !important;
  line-height: 32px !important;
}
.tw-text-7xl{
  font-size: 40px !important;
}
.tw-text-lg{
  font-size: 16px !important;
}
.tw-text-lg\/5{
  font-size: 16px !important;
  line-height: 20px !important;
}
.tw-text-lg\/6{
  font-size: 16px !important;
  line-height: 24px !important;
}
.tw-text-md{
  font-size: 14px !important;
}
.tw-text-md\/5{
  font-size: 14px !important;
  line-height: 20px !important;
}
.tw-text-sm{
  font-size: 12px !important;
}
.tw-text-sm\/4{
  font-size: 12px !important;
  line-height: 16px !important;
}
.tw-text-2xl{
  font-size: 20px !important;
}
.tw-font-bold{
  font-weight: 700 !important;
}
.tw-font-medium{
  font-weight: 500 !important;
}
.tw-font-normal{
  font-weight: 400 !important;
}
.tw-font-semibold{
  font-weight: 600 !important;
}
.tw-uppercase{
  text-transform: uppercase !important;
}
.tw-leading-6{
  line-height: 24px !important;
}
.tw-text-\[\#55C500\]{
  --tw-text-opacity: 1 !important;
  color: rgb(85 197 0 / var(--tw-text-opacity, 1)) !important;
}
.tw-text-base{
  --tw-text-opacity: 1 !important;
  color: rgb(33 66 136 / var(--tw-text-opacity, 1)) !important;
}
.tw-text-black{
  --tw-text-opacity: 1 !important;
  color: rgb(0 0 0 / var(--tw-text-opacity, 1)) !important;
}
.tw-text-error{
  --tw-text-opacity: 1 !important;
  color: rgb(230 70 70 / var(--tw-text-opacity, 1)) !important;
}
.tw-text-icon-secondary{
  --tw-text-opacity: 1 !important;
  color: rgb(153 162 173 / var(--tw-text-opacity, 1)) !important;
}
.tw-text-main{
  --tw-text-opacity: 1 !important;
  color: rgb(44 45 46 / var(--tw-text-opacity, 1)) !important;
}
.tw-text-subhead{
  --tw-text-opacity: 1 !important;
  color: rgb(109 120 133 / var(--tw-text-opacity, 1)) !important;
}
.tw-text-white{
  --tw-text-opacity: 1 !important;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1)) !important;
}
.tw-no-underline{
  text-decoration-line: none !important;
}
.tw-shadow-\[0px_2px_2px_0px_\#0000000F\]{
  --tw-shadow: 0px 2px 2px 0px #0000000F !important;
  --tw-shadow-colored: 0px 2px 2px 0px var(--tw-shadow-color) !important;
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
}
.tw-transition-all{
  transition-property: all !important;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1) !important;
  transition-duration: 150ms !important;
}
  /* Стилизация скроллбара (для WebKit-браузеров) */
  .swiper-slide-transform {
    max-width: 350px !important;
  }
@theme {
  --color-white: #FFFFFF;
  --color-base: #214288;
  --color-main: #2C2D2E;
  --color-subhead: #6D7885;
  --color-secondary: #F5F5F5;
  --color-primary: #EBEDF0;
  --color-separator: #E1E3E6;
  --color-separator-primary: #E9EBED;
  --color-text-input: #818C99;
  --color-stroke-arrow: #99A2AD;
  --color-hover: #2B56B1;
  --color-disabled: #214288;
  --breakpoint-sm: 657px;
  --breakpoint-md: 901px;
  --breakpoint-lg: 1469px;
  --breakpoint-xl: 1529px;
  --breakpoint-2xl: 1921px;
  --breakpoint-3xl: 2561px;
  --container-sm: 468px;
  --container-md: 712px;
  --container-lg: 956px;
  --container-xl: 1200px;
  --container-2xl: 1468px;
  --container-3xl: 1920px;
  --spacing-0: 0;
  --spacing-1: 4px;
  --spacing-2: 8px;
  --spacing-3: 12px;
  --spacing-4: 16px;
  --spacing-5: 20px;
  --spacing-6: 24px;
  --spacing-7: 28px;
  --spacing-8: 32px;
  --spacing-9: 36px;
  --spacing-10: 40px;
  --spacing-11: 44px;
  --spacing-12: 48px;
  --spacing-13: 52px;
  --spacing-14: 56px;
  --spacing-15: 60px;
  --spacing-16: 64px;
  --spacing-17: 68px;
  --my-marker: 4px;
  --text-semibold: 600;
  --text-sm: 12px;
  --text-md: 14px;
  --text-base: 16px;
  --text-lg: 18px;
  --text-xl: 20px;
  --text-2xl: 24px;
  --text-3xl: 32px;
  --text-4xl: 40px;
}
.field-select.custom-select-box {
  position: relative;
  width: 100%;
  max-width: 100%;
  font-size: 16px;
  line-height: 150%;
}
.field-select.custom-select-box.industry {
  max-width: 345px;
}
.field-select .select-value {
  padding: 10px 12px;
  width: 100%;
  border: 1px solid #E1E3E6;
  background-color: #F5F5F5;
  outline: none;
  font-size: 16px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: relative;
  z-index: 1;
  cursor: pointer;
  box-shadow: 0px 0px 2px rgba(0, 0, 0, 0.03), 0px 2px 2px rgba(0, 0, 0, 0.06);
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  min-width: 0;
}
.field-select .select-value::after {
  content: "";
  display: inline-flex;
  width: 24px;
  height: 24px;
  background: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjQiIGhlaWdodD0iMjQiIHZpZXdCb3g9IjAgMCAyNCAyNCIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPGcgaWQ9IiYjMjI2OyYjMTU0OyYjMTUzOyYjMjM5OyYjMTg0OyYjMTQzOyBTd2FwIEljb24iPgo8cGF0aCBpZD0iVmVjdG9yIiBkPSJNMTYuMDA3OCA4LjM1NDhMMTEuNDkzOSAxMy4wNjg5TDYuOTgwMDcgOC4zNTQ4QzYuODcyMzcgOC4yNDIzMSA2Ljc0NDUgOC4xNTMwOSA2LjYwMzc4IDguMDkyMjFDNi40NjMwNSA4LjAzMTMzIDYuMzEyMjIgOCA2LjE1OTkgOEM2LjAwNzU4IDggNS44NTY3NSA4LjAzMTMzIDUuNzE2MDMgOC4wOTIyMUM1LjU3NTMgOC4xNTMwOSA1LjQ0NzQzIDguMjQyMzEgNS4zMzk3MyA4LjM1NDhDNS4yMzIwMiA4LjQ2NzI4IDUuMTQ2NTggOC42MDA4MiA1LjA4ODI5IDguNzQ3NzlDNS4wMyA4Ljg5NDc2IDUgOS4wNTIyNyA1IDkuMjExMzVDNSA5LjM3MDQzIDUuMDMgOS41Mjc5NSA1LjA4ODI5IDkuNjc0OTFDNS4xNDY1OCA5LjgyMTg4IDUuMjMyMDIgOS45NTU0MiA1LjMzOTczIDEwLjA2NzlMMTAuNjc5NiAxNS42NDQ2QzExLjEzMzMgMTYuMTE4NSAxMS44NjYyIDE2LjExODUgMTIuMzE5OSAxNS42NDQ2TDE3LjY1OTggMTAuMDY3OUMxNy43Njc2IDkuOTU1NSAxNy44NTMyIDkuODIxOTkgMTcuOTExNiA5LjY3NTAxQzE3Ljk3IDkuNTI4MDMgMTggOS4zNzA0NyAxOCA5LjIxMTM1QzE4IDkuMDUyMjMgMTcuOTcgOC44OTQ2NyAxNy45MTE2IDguNzQ3NjlDMTcuODUzMiA4LjYwMDcxIDE3Ljc2NzYgOC40NjcyIDE3LjY1OTggOC4zNTQ4QzE3LjIwNjEgNy44OTMxMSAxNi40NjE1IDcuODgwOTYgMTYuMDA3OCA4LjM1NDhaIiBmaWxsPSIjOTlBMkFEIi8+CjwvZz4KPC9zdmc+Cg==") no-repeat center center/contain;
  pointer-events: auto !important;
  margin-left: 8px;
  flex-shrink: 0;
}
.field-select .dropdown-wrapper {
  width: 100%;
  padding: 10px 5px 10px 0;
  border-right: 1px solid #CBCBCB;
  border-left: 1px solid #CBCBCB;
  border-bottom: 1px solid #CBCBCB;
  box-shadow: 0px 1px 8px rgba(0, 0, 0, 0.15);
  display: none;
  background: white;
}
.field-select .dropdown-wrapper.active {
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  transform: translateY(100%);
  z-index: 100;
}
.field-select .where-dropdown,
.field-select .dropdown-list {
  list-style-type: none;
  padding: 0;
  margin: 0;
  max-height: 200px;
  overflow-y: auto;
}
.field-select .where-dropdown li,
.field-select .dropdown-list li {
  padding: 10px 12px;
  cursor: pointer;
}
.field-select .where-dropdown li.active,
.field-select .dropdown-list li.active {
  background: #f2f2f2;
}
.field-select .where-dropdown li:hover,
.field-select .dropdown-list li:hover {
  background: #f2f2f2;
}
.field-select .where-dropdown::-webkit-scrollbar,
.field-select .dropdown-list::-webkit-scrollbar {
  width: 7px;
}
.field-select .where-dropdown::-webkit-scrollbar-track,
.field-select .dropdown-list::-webkit-scrollbar-track {
  background: #f1f1f1;
  border-radius: 15px;
  padding-right: 10px;
}
.field-select .where-dropdown::-webkit-scrollbar-thumb,
.field-select .dropdown-list::-webkit-scrollbar-thumb {
  background: #ccc;
  border-radius: 25px;
  padding-right: 10px;
}

/* stylelint-disable max-nesting-depth */
/* stylelint-disable at-rule-no-unknown */
.field-radio {
  display: block;
  margin-bottom: 16px;
}
.field-radio__input-wrap + .field-radio__input-wrap {
  margin-top: 16px;
}
.field-radio__input-wrap--error .field-radio__name-text,
.field-radio__input-wrap--error .field-radio__help-text {
  color: #e64646;
}
.field-radio__name {
  position: relative;
  display: inline-block;
  padding-left: 1.5em;
  margin-right: 0.6em;
  font-weight: 400;
  line-height: 24px;
}
.field-radio__name-text {
  display: inline-block;
}
input:disabled ~ .field-radio__name-text {
  cursor: not-allowed;
}

.field-radio__name-text::before {
  position: absolute;
  top: 5px;
  left: 0;
  width: 16px;
  height: 16px;
  content: "";
  border: 1px solid currentColor;
  border-radius: 50%;
}
input:checked ~ .field-radio__name-text::before {
  color: #214288;
}

.field-radio__name-text::after {
  position: absolute;
  top: 9px;
  left: 4px;
  width: 8px;
  height: 8px;
  content: "";
  background-color: currentColor;
  border-radius: 50%;
  opacity: 0;
  transition: opacity 0.3s ease;
}
input:checked ~ .field-radio__name-text::after {
  opacity: 1;
  color: #214288;
}

input:checked:disabled ~ .field-radio__name-text::after {
  background-color: #999999;
}

.field-radio__input {
  position: absolute;
  top: 0.8em;
  left: 0;
  padding: 0;
  margin: 0;
  opacity: 0;
  transform: translateY(-50%);
}
.field-radio__help-text-wrap {
  padding-left: 1.7em;
}
@media screen and (max-width: 742px) {
  .shemaskud-container svg {
    max-width: initial;
    min-width: 742px;
  }
}
.before\:tw-mr-4::before{
  content: var(--tw-content) !important;
  margin-right: 16px !important;
}
.before\:tw-inline-flex::before{
  content: var(--tw-content) !important;
  display: inline-flex !important;
}
.before\:tw-size-2::before{
  content: var(--tw-content) !important;
  width: 8px !important;
  height: 8px !important;
}
.before\:tw-shrink-0::before{
  content: var(--tw-content) !important;
  flex-shrink: 0 !important;
}
.before\:tw-items-center::before{
  content: var(--tw-content) !important;
  align-items: center !important;
}
.before\:tw-bg-base::before{
  content: var(--tw-content) !important;
  --tw-bg-opacity: 1 !important;
  background-color: rgb(33 66 136 / var(--tw-bg-opacity, 1)) !important;
}
.before\:tw-content-\[\'\'\]::before{
  --tw-content: '' !important;
  content: var(--tw-content) !important;
}
.invalid\:tw-border-error:invalid{
  --tw-border-opacity: 1 !important;
  border-color: rgb(230 70 70 / var(--tw-border-opacity, 1)) !important;
}
.invalid\:tw-bg-error\/5:invalid{
  background-color: rgb(230 70 70 / 0.05) !important;
}
.hover\:tw-border-black:hover{
  --tw-border-opacity: 1 !important;
  border-color: rgb(0 0 0 / var(--tw-border-opacity, 1)) !important;
}
.hover\:tw-border-hover:hover{
  --tw-border-opacity: 1 !important;
  border-color: rgb(43 86 177 / var(--tw-border-opacity, 1)) !important;
}
.hover\:tw-border-separator:hover{
  --tw-border-opacity: 1 !important;
  border-color: rgb(225 227 230 / var(--tw-border-opacity, 1)) !important;
}
.hover\:tw-bg-hover:hover{
  --tw-bg-opacity: 1 !important;
  background-color: rgb(43 86 177 / var(--tw-bg-opacity, 1)) !important;
}
.hover\:tw-bg-primary:hover{
  --tw-bg-opacity: 1 !important;
  background-color: rgb(235 237 240 / var(--tw-bg-opacity, 1)) !important;
}
.hover\:tw-text-base:hover{
  --tw-text-opacity: 1 !important;
  color: rgb(33 66 136 / var(--tw-text-opacity, 1)) !important;
}
.hover\:tw-text-hover:hover{
  --tw-text-opacity: 1 !important;
  color: rgb(43 86 177 / var(--tw-text-opacity, 1)) !important;
}
.focus\:tw-outline-none:focus{
  outline: 2px solid transparent !important;
  outline-offset: 2px !important;
}
@media (min-width: 508px){
  .sm\:tw-mb-6{
    margin-bottom: 24px !important;
  }
  .sm\:tw-mb-8{
    margin-bottom: 32px !important;
  }
  .sm\:tw-mt-6{
    margin-top: 24px !important;
  }
  .sm\:tw-h-25{
    height: 100px !important;
  }
  .sm\:tw-w-auto{
    width: auto !important;
  }
  .sm\:tw-max-w-\[240px\]{
    max-width: 240px !important;
  }
  .sm\:tw-max-w-\[290px\]{
    max-width: 290px !important;
  }
  .sm\:tw-flex-row{
    flex-direction: row !important;
  }
  .sm\:tw-items-center{
    align-items: center !important;
  }
  .sm\:tw-gap-4{
    gap: 16px !important;
  }
  .sm\:tw-space-y-4 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(16px * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(16px * var(--tw-space-y-reverse)) !important;
  }
  .sm\:tw-overflow-x-visible{
    overflow-x: visible !important;
  }
  .sm\:tw-px-11{
    padding-left: 44px !important;
    padding-right: 44px !important;
  }
  .sm\:tw-pt-5{
    padding-top: 20px !important;
  }
  .sm\:tw-text-7xl\/12{
    font-size: 40px !important;
    line-height: 48px !important;
  }
}
@media (min-width: 742px){
  .md\:tw-mb-6{
    margin-bottom: 24px !important;
  }
  .md\:tw-mb-8{
    margin-bottom: 32px !important;
  }
  .md\:tw-grid{
    display: grid !important;
  }
  .md\:tw-hidden{
    display: none !important;
  }
  .md\:tw-size-12{
    width: 48px !important;
    height: 48px !important;
  }
  .md\:tw-h-25{
    height: 100px !important;
  }
  .md\:tw-w-\[345px\]{
    width: 345px !important;
  }
  .md\:tw-grid-cols-2{
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  }
  .md\:tw-grid-cols-3{
    grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
  }
  .md\:tw-flex-row{
    flex-direction: row !important;
  }
  .md\:tw-justify-center{
    justify-content: center !important;
  }
  .md\:tw-gap-3{
    gap: 12px !important;
  }
  .md\:tw-gap-y-4{
    row-gap: 16px !important;
  }
  .md\:tw-py-10{
    padding-top: 40px !important;
    padding-bottom: 40px !important;
  }
  .md\:tw-py-2{
    padding-top: 8px !important;
    padding-bottom: 8px !important;
  }
  .md\:tw-py-7{
    padding-top: 28px !important;
    padding-bottom: 28px !important;
  }
  .md\:tw-pb-10{
    padding-bottom: 40px !important;
  }
  .md\:tw-pb-8{
    padding-bottom: 32px !important;
  }
  .md\:tw-text-left{
    text-align: left !important;
  }
  .md\:tw-text-5xl\/10{
    font-size: 32px !important;
    line-height: 40px !important;
  }
  .md\:tw-text-7xl{
    font-size: 40px !important;
  }
  .md\:tw-text-lg\/6{
    font-size: 16px !important;
    line-height: 24px !important;
  }
  .md\:tw-text-3xl{
    font-size: 24px !important;
  }
}
@media (min-width: 1036px){
  .lg\:tw-w-1\/2{
    width: 50% !important;
  }
  .lg\:tw-max-w-\[400px\]{
    max-width: 400px !important;
  }
  .lg\:tw-max-w-\[600px\]{
    max-width: 600px !important;
  }
  .lg\:tw-grid-cols-3{
    grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
  }
  .lg\:tw-grid-cols-4{
    grid-template-columns: repeat(4, minmax(0, 1fr)) !important;
  }
  .lg\:tw-grid-cols-2{
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  }
  .lg\:tw-flex-row{
    flex-direction: row !important;
  }
  .lg\:tw-gap-10{
    gap: 40px !important;
  }
  .lg\:tw-pb-10{
    padding-bottom: 40px !important;
  }
  .lg\:tw-pb-15{
    padding-bottom: 60px !important;
  }
  .lg\:tw-pb-20{
    padding-bottom: 80px !important;
  }
  .lg\:tw-pt-15{
    padding-top: 60px !important;
  }
  .lg\:tw-text-3xl{
    font-size: 24px !important;
  }
}
@media (min-width: 1280px){
  .xl\:tw-h-\[212px\]{
    height: 212px !important;
  }
  .xl\:tw-max-w-\[600px\]{
    max-width: 600px !important;
  }
  .xl\:tw-grid-cols-3{
    grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
  }
  .xl\:tw-grid-cols-4{
    grid-template-columns: repeat(4, minmax(0, 1fr)) !important;
  }
  .xl\:tw-gap-37{
    gap: 148px !important;
  }
  .xl\:tw-py-12{
    padding-top: 48px !important;
    padding-bottom: 48px !important;
  }
  .xl\:tw-py-13{
    padding-top: 52px !important;
    padding-bottom: 52px !important;
  }
  .xl\:tw-pb-20{
    padding-bottom: 80px !important;
  }
  .xl\:tw-pb-25{
    padding-bottom: 100px !important;
  }
  .xl\:tw-pt-15{
    padding-top: 60px !important;
  }
  .xl\:tw-pt-20{
    padding-top: 80px !important;
  }
  .xl\:tw-text-3xl{
    font-size: 24px !important;
  }
}
@media (min-width: 1548px){
  .\32xl\:tw-ml-9{
    margin-left: 36px !important;
  }
  .\32xl\:tw-grid-cols-6{
    grid-template-columns: repeat(6, minmax(0, 1fr)) !important;
  }
}
/*# sourceMappingURL=support.css.map */
