@import url("https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap");

/*
! tailwindcss v3.4.3 | MIT License | https://tailwindcss.com
*/

/*
1. Prevent padding and border from affecting element width. (https://github.com/mozdevs/cssremedy/issues/4)
2. Allow adding a border to an element by just adding a border-width. (https://github.com/tailwindcss/tailwindcss/pull/116)
*/

*,
::before,
::after {
  box-sizing: border-box;
  /* 1 */
  border-width: 0;
  /* 2 */
  border-style: solid;
  /* 2 */
  border-color: #e5e7eb;
  /* 2 */
}

::before,
::after {
  --tw-content: '';
}

/*
1. Use a consistent sensible line-height in all browsers.
2. Prevent adjustments of font size after orientation changes in iOS.
3. Use a more readable tab size.
4. Use the user's configured `sans` font-family by default.
5. Use the user's configured `sans` font-feature-settings by default.
6. Use the user's configured `sans` font-variation-settings by default.
7. Disable tap highlights on iOS
*/

html,
:host {
  line-height: 1.5;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
  -moz-tab-size: 4;
  /* 3 */
  -o-tab-size: 4;
     tab-size: 4;
  /* 3 */
  font-family: ui-sans-serif, system-ui, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  /* 4 */
  font-feature-settings: normal;
  /* 5 */
  font-variation-settings: normal;
  /* 6 */
  -webkit-tap-highlight-color: transparent;
  /* 7 */
}

/*
1. Remove the margin in all browsers.
2. Inherit line-height from `html` so users can set them as a class directly on the `html` element.
*/

body {
  margin: 0;
  /* 1 */
  line-height: inherit;
  /* 2 */
}

/*
1. Add the correct height in Firefox.
2. Correct the inheritance of border color in Firefox. (https://bugzilla.mozilla.org/show_bug.cgi?id=190655)
3. Ensure horizontal rules are visible by default.
*/

hr {
  height: 0;
  /* 1 */
  color: inherit;
  /* 2 */
  border-top-width: 1px;
  /* 3 */
}

/*
Add the correct text decoration in Chrome, Edge, and Safari.
*/

abbr:where([title]) {
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
}

/*
Remove the default font size and weight for headings.
*/

h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: inherit;
  font-weight: inherit;
}

/*
Reset links to optimize for opt-in styling instead of opt-out.
*/

a {
  color: inherit;
  text-decoration: inherit;
}

/*
Add the correct font weight in Edge and Safari.
*/

b,
strong {
  font-weight: bolder;
}

/*
1. Use the user's configured `mono` font-family by default.
2. Use the user's configured `mono` font-feature-settings by default.
3. Use the user's configured `mono` font-variation-settings by default.
4. Correct the odd `em` font sizing in all browsers.
*/

code,
kbd,
samp,
pre {
  font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
  /* 1 */
  font-feature-settings: normal;
  /* 2 */
  font-variation-settings: normal;
  /* 3 */
  font-size: 1em;
  /* 4 */
}

/*
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;
}

/*
1. Remove text indentation from table contents in Chrome and Safari. (https://bugs.chromium.org/p/chromium/issues/detail?id=999088, https://bugs.webkit.org/show_bug.cgi?id=201297)
2. Correct table border color inheritance in all Chrome and Safari. (https://bugs.chromium.org/p/chromium/issues/detail?id=935729, https://bugs.webkit.org/show_bug.cgi?id=195016)
3. Remove gaps between table borders by default.
*/

table {
  text-indent: 0;
  /* 1 */
  border-color: inherit;
  /* 2 */
  border-collapse: collapse;
  /* 3 */
}

/*
1. Change the font styles in all browsers.
2. Remove the margin in Firefox and Safari.
3. Remove default padding in all browsers.
*/

button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  /* 1 */
  font-feature-settings: inherit;
  /* 1 */
  font-variation-settings: inherit;
  /* 1 */
  font-size: 100%;
  /* 1 */
  font-weight: inherit;
  /* 1 */
  line-height: inherit;
  /* 1 */
  letter-spacing: inherit;
  /* 1 */
  color: inherit;
  /* 1 */
  margin: 0;
  /* 2 */
  padding: 0;
  /* 3 */
}

/*
Remove the inheritance of text transform in Edge and Firefox.
*/

button,
select {
  text-transform: none;
}

/*
1. Correct the inability to style clickable types in iOS and Safari.
2. Remove default button styles.
*/

button,
input:where([type='button']),
input:where([type='reset']),
input:where([type='submit']) {
  -webkit-appearance: button;
  /* 1 */
  background-color: transparent;
  /* 2 */
  background-image: none;
  /* 2 */
}

/*
Use the modern Firefox focus style for all focusable elements.
*/

:-moz-focusring {
  outline: auto;
}

/*
Remove the additional `:invalid` styles in Firefox. (https://github.com/mozilla/gecko-dev/blob/2f9eacd9d3d995c937b4251a5557d95d494c9be1/layout/style/res/forms.css#L728-L737)
*/

:-moz-ui-invalid {
  box-shadow: none;
}

/*
Add the correct vertical alignment in Chrome and Firefox.
*/

progress {
  vertical-align: baseline;
}

/*
Correct the cursor style of increment and decrement buttons in Safari.
*/

::-webkit-inner-spin-button,
::-webkit-outer-spin-button {
  height: auto;
}

/*
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.
*/

::-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 */
}

/*
Add the correct display in Chrome and Safari.
*/

summary {
  display: list-item;
}

/*
Removes the default spacing and border for appropriate elements.
*/

blockquote,
dl,
dd,
h1,
h2,
h3,
h4,
h5,
h6,
hr,
figure,
p,
pre {
  margin: 0;
}

fieldset {
  margin: 0;
  padding: 0;
}

legend {
  padding: 0;
}

ol,
ul,
menu {
  list-style: none;
  margin: 0;
  padding: 0;
}

/*
Reset default styling for dialogs.
*/

dialog {
  padding: 0;
}

/*
Prevent resizing textareas horizontally by default.
*/

textarea {
  resize: vertical;
}

/*
1. Reset the default placeholder opacity in Firefox. (https://github.com/tailwindlabs/tailwindcss/issues/3300)
2. Set the default placeholder color to the user's configured gray 400 color.
*/

input::-moz-placeholder, textarea::-moz-placeholder {
  opacity: 1;
  /* 1 */
  color: #9ca3af;
  /* 2 */
}

input::placeholder,
textarea::placeholder {
  opacity: 1;
  /* 1 */
  color: #9ca3af;
  /* 2 */
}

/*
Set the default cursor for buttons.
*/

button,
[role="button"] {
  cursor: pointer;
}

/*
Make sure disabled buttons don't get the pointer cursor.
*/

:disabled {
  cursor: default;
}

/*
1. Make replaced elements `display: block` by default. (https://github.com/mozdevs/cssremedy/issues/14)
2. Add `vertical-align: middle` to align replaced elements more sensibly by default. (https://github.com/jensimmons/cssremedy/issues/14#issuecomment-634934210)
   This can trigger a poorly considered lint error in some tools but is included by design.
*/

img,
svg,
video,
canvas,
audio,
iframe,
embed,
object {
  display: block;
  /* 1 */
  vertical-align: middle;
  /* 2 */
}

/*
Constrain images and videos to the parent width and preserve their intrinsic aspect ratio. (https://github.com/mozdevs/cssremedy/issues/14)
*/

img,
video {
  max-width: 100%;
  height: auto;
}

/* Make elements with the HTML hidden attribute stay hidden by default */

[hidden] {
  display: none;
}

*{
  scrollbar-color: initial;
  scrollbar-width: initial;
}

html{
  overflow-x: hidden;
  scroll-behavior: smooth;
  font-family: Montserrat;
  --tw-text-opacity: 1;
  color: rgb(51 51 51 / var(--tw-text-opacity));
}

.container-main{
  width: 100%;
  max-width: 1368px;
  padding-left: 0.625rem;
  padding-right: 0.625rem;
}

@media (min-width: 1280px){
  .container-main{
    padding-left: 0px;
    padding-right: 0px;
  }
}

input{
  outline: 2px solid transparent;
  outline-offset: 2px;
  --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
  --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(0px + var(--tw-ring-offset-width)) var(--tw-ring-color);
  box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
}

button{
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 5px;
  text-align: center;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 300ms;
}

a{
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 300ms;
}

h2,
  h4{
  font-size: 22px;
  font-weight: 300;
  line-height: 28.6px;
}

@media (min-width: 1280px){
  h2,
  h4{
    font-size: 40px;
    line-height: 52px;
  }
}

h2 span,
  h4 span{
  font-weight: 600;
}

*, ::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:  ;
}

.container{
  width: 100%;
}

@media (min-width: 640px){
  .container{
    max-width: 640px;
  }
}

@media (min-width: 768px){
  .container{
    max-width: 768px;
  }
}

@media (min-width: 1024px){
  .container{
    max-width: 1024px;
  }
}

@media (min-width: 1280px){
  .container{
    max-width: 1280px;
  }
}

@media (min-width: 1536px){
  .container{
    max-width: 1536px;
  }
}

@media (min-width: 1700px){
  .container{
    max-width: 1700px;
  }
}

.shadow-button-main {
  box-shadow: 0px 5px 0px 0px #960303e5;
}

.linear-gradient-gray {
  background: linear-gradient(98.57deg, #e8ebf0 5.78%, #e7edf9 76.65%);
}

.shadow-main {
  box-shadow: 0px 2px 10px 0px #00000026;
}

.title-card-options span{
  font-weight: 400;
}

.selectBack.active .colorSelect,
  .selectKnob.active .colorSelect{
  outline-style: solid;
  outline-width: 4px;
  outline-color: #0067C7;
}

.shadow-debit-card {
  filter: drop-shadow(4px 4px 4px rgba(0, 0, 0, 0.4));
}

.linear-gradient-blue {
  background: linear-gradient(136.27deg, #4790d4 15.69%, #0067c7 86.04%);
}

.linear-gradient-gray-text {
  background: linear-gradient(
      180deg,
      #ffffff 0%,
      rgba(254, 255, 251, 0.71) 100%
    );
}

.linear-gradient-gray-position {
  background: linear-gradient(136.27deg, #ffffff 15.69%, #efefef 86.04%);
}

.shadow-agreement-name-and-position {
  box-shadow: 0px 1px 5px 0px #8a8f907d;
}

.shadow-agreement-text {
  box-shadow: 0px 4px 53px 0px #00000040;
}

.workers-text-edge span{
  font-weight: 600;
}

.linear-gradient-green {
  background: linear-gradient(
      180deg,
      #4cb051 0%,
      #6ec873 51.46%,
      rgba(76, 176, 81, 0.87) 100%
    );
}

.shadow-certificate {
  filter: drop-shadow(0px 2px 5px rgba(0, 0, 0, 0.2));
}

.shadow-button-price-standart {
  filter: drop-shadow(0px 5px 0px 0px #b84d00);
}

.select-gallerys-button{
  height: 2.5rem;
  width: 100%;
  border-radius: 5px;
  font-size: 0.75rem;
  line-height: 1rem;
  font-weight: 500;
  line-height: 15.6px;
  --tw-text-opacity: 1;
  color: rgb(134 134 134 / var(--tw-text-opacity));
  outline-style: solid;
  outline-width: 1px;
  outline-color: #0067C7;
}

.select-gallerys-button:hover{
  --tw-bg-opacity: 1;
  background-color: rgb(0 103 199 / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

@media (min-width: 1280px){
  .select-gallerys-button{
    height: 60px;
    font-size: 1.125rem;
    line-height: 1.75rem;
    line-height: 23.4px;
  }
}

.select-gallerys-button.active{
  --tw-bg-opacity: 1;
  background-color: rgb(0 103 199 / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

.sliderGallery.active{
  display: flex;
  flex-direction: column;
}

@media (min-width: 1280px){
  .sliderGallery.active{
    flex-direction: row;
  }
}

#modalNotExit,
  #modalOrder,
  #modalThank,
  #modalPreview{
  --tw-translate-y: -100%;
  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));
  transition-duration: 300ms;
}

/* #modalNotExit.active, */

#modalOrder.active,
  #modalThank.active,
  #modalPreview.active{
  height: 100%;
  --tw-translate-y: 0px;
  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));
  opacity: 1;
}

.workers-text-edge br{
  display: none;
}

@media (min-width: 1280px){
  .workers-text-edge br{
    display: block;
  }
}

#quiz #selectHouse .selectHouse.active .imgHouse,
  #quiz #selectConfigure .configureCard.active .configureImg,
  #quiz #selectGift .selectGift.active .imgGift{
  opacity: 1;
  outline-style: solid;
  outline-width: 1px;
  outline-color: #0067C7;
}

#quiz #selectHouse .selectHouse.active .iconContainer,
  #quiz #selectGift .selectGift.active .iconContainer{
  --tw-bg-opacity: 1;
  background-color: rgb(0 103 199 / var(--tw-bg-opacity));
}

#quiz #selectHouse .selectHouse.active .iconContainer .iconColor,
  #quiz #selectGift .selectGift.active .iconContainer .iconColor{
  fill: #fff;
}

.cardResult {
  background: linear-gradient(98.57deg, #efeff1 5.78%, #e8edf5 76.65%);
}

.cardResult .textCardResult strong{
  font-weight: 500;
}

#selectDimension::-webkit-scrollbar {
  width: 5px;
}

/* Track */

#selectDimension::-webkit-scrollbar-track {
  border-radius: 14px;
}

/* Handle */

#selectDimension::-webkit-scrollbar-thumb {
  border-radius: 16px;
  --tw-bg-opacity: 1;
  background-color: rgb(191 191 191 / var(--tw-bg-opacity));
}

#selectDimension::-webkit-scrollbar-thumb:window-inactive{
  --tw-bg-opacity: 1;
  background-color: rgb(191 191 191 / var(--tw-bg-opacity));
}

#selectDimension input[type="range"] {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  width: 100%;
  height: 4px;
}

#selectDimension input[type="range"]::-webkit-slider-thumb {
  -webkit-appearance: none;
  appearance: none;
  background-color: #0067c7;
  border-radius: 50%;
  height: 10px;
  width: 10px;
  margin-top: -4px;
}

#selectDimension input[type="range"]::-webkit-slider-runnable-track {
  height: 2px;
  background: #bfbfbf;
  border-radius: 8px;
}

.NotValueContainer.active .iconChecked{
  opacity: 1;
}

#quiz .text-calculation span{
  font-weight: 500;
}

.containerConf .iconColor.active{
  opacity: 1;
}

.text-up-block-gifts span{
  font-weight: 900;
  --tw-text-opacity: 1;
  color: rgb(243 50 50 / var(--tw-text-opacity));
}

.gradientCallculatorBottomDowm {
  background: linear-gradient(
      180deg,
      #4cb051 0%,
      #6ec873 51.46%,
      rgba(76, 176, 81, 0.87) 100%
    );
}

.visible{
  visibility: visible;
}

.static{
  position: static;
}

.fixed{
  position: fixed;
}

.absolute{
  position: absolute;
}

.relative{
  position: relative;
}

.sticky{
  position: sticky;
}

.-bottom-\[23px\]{
  bottom: -23px;
}

.-bottom-\[49px\]{
  bottom: -49px;
}

.-bottom-\[71px\]{
  bottom: -71px;
}

.-left-\[70px\]{
  left: -70px;
}

.-right-\[105px\]{
  right: -105px;
}

.-right-\[186px\]{
  right: -186px;
}

.-right-\[30px\]{
  right: -30px;
}

.-top-\[173px\]{
  top: -173px;
}

.-top-\[18px\]{
  top: -18px;
}

.bottom-0{
  bottom: 0px;
}

.bottom-10{
  bottom: 2.5rem;
}

.bottom-2{
  bottom: 0.5rem;
}

.bottom-4{
  bottom: 1rem;
}

.bottom-7{
  bottom: 1.75rem;
}

.bottom-\[13px\]{
  bottom: 13px;
}

.bottom-\[25px\]{
  bottom: 25px;
}

.bottom-\[28\.34px\]{
  bottom: 28.34px;
}

.bottom-\[51px\]{
  bottom: 51px;
}

.left-0{
  left: 0px;
}

.left-1\/2{
  left: 50%;
}

.left-4{
  left: 1rem;
}

.left-52{
  left: 13rem;
}

.left-\[27px\]{
  left: 27px;
}

.left-\[46px\]{
  left: 46px;
}

.right-0{
  right: 0px;
}

.right-1{
  right: 0.25rem;
}

.right-1\.5{
  right: 0.375rem;
}

.right-1\/2{
  right: 50%;
}

.right-10{
  right: 2.5rem;
}

.right-20{
  right: 5rem;
}

.right-6{
  right: 1.5rem;
}

.right-\[50px\]{
  right: 50px;
}

.top-0{
  top: 0px;
}

.top-1{
  top: 0.25rem;
}

.top-1\.5{
  top: 0.375rem;
}

.top-1\/2{
  top: 50%;
}

.top-6{
  top: 1.5rem;
}

.top-\[92px\]{
  top: 92px;
}

.z-10{
  z-index: 10;
}

.z-\[1\]{
  z-index: 1;
}

.z-\[2\]{
  z-index: 2;
}

.order-last{
  order: 9999;
}

.-m-1{
  margin: -0.25rem;
}

.-m-4{
  margin: -1rem;
}

.mx-auto{
  margin-left: auto;
  margin-right: auto;
}

.\!mt-2{
  margin-top: 0.5rem !important;
}

.\!mt-2\.5{
  margin-top: 0.625rem !important;
}

.-mt-20{
  margin-top: -5rem;
}

.-mt-\[7px\]{
  margin-top: -7px;
}

.mb-10{
  margin-bottom: 2.5rem;
}

.mb-4{
  margin-bottom: 1rem;
}

.mb-5{
  margin-bottom: 1.25rem;
}

.mb-8{
  margin-bottom: 2rem;
}

.mb-\[46px\]{
  margin-bottom: 46px;
}

.mt-0{
  margin-top: 0px;
}

.mt-0\.5{
  margin-top: 0.125rem;
}

.mt-2{
  margin-top: 0.5rem;
}

.mt-2\.5{
  margin-top: 0.625rem;
}

.mt-5{
  margin-top: 1.25rem;
}

.mt-6{
  margin-top: 1.5rem;
}

.mt-7{
  margin-top: 1.75rem;
}

.mt-\[160px\]{
  margin-top: 160px;
}

.mt-\[30px\]{
  margin-top: 30px;
}

.mt-\[50px\]{
  margin-top: 50px;
}

.block{
  display: block;
}

.inline-block{
  display: inline-block;
}

.inline{
  display: inline;
}

.\!flex{
  display: flex !important;
}

.flex{
  display: flex;
}

.table{
  display: table;
}

.grid{
  display: grid;
}

.contents{
  display: contents;
}

.hidden{
  display: none;
}

.\!h-auto{
  height: auto !important;
}

.h-10{
  height: 2.5rem;
}

.h-14{
  height: 3.5rem;
}

.h-16{
  height: 4rem;
}

.h-2{
  height: 0.5rem;
}

.h-2\.5{
  height: 0.625rem;
}

.h-20{
  height: 5rem;
}

.h-4{
  height: 1rem;
}

.h-5{
  height: 1.25rem;
}

.h-9{
  height: 2.25rem;
}

.h-\[100px\]{
  height: 100px;
}

.h-\[119px\]{
  height: 119px;
}

.h-\[138px\]{
  height: 138px;
}

.h-\[143px\]{
  height: 143px;
}

.h-\[145\.78px\]{
  height: 145.78px;
}

.h-\[16\.92px\]{
  height: 16.92px;
}

.h-\[17px\]{
  height: 17px;
}

.h-\[181px\]{
  height: 181px;
}

.h-\[18px\]{
  height: 18px;
}

.h-\[190px\]{
  height: 190px;
}

.h-\[200px\]{
  height: 200px;
}

.h-\[212px\]{
  height: 212px;
}

.h-\[215px\]{
  height: 215px;
}

.h-\[21px\]{
  height: 21px;
}

.h-\[220px\]{
  height: 220px;
}

.h-\[237px\]{
  height: 237px;
}

.h-\[238px\]{
  height: 238px;
}

.h-\[254px\]{
  height: 254px;
}

.h-\[256px\]{
  height: 256px;
}

.h-\[280px\]{
  height: 280px;
}

.h-\[304px\]{
  height: 304px;
}

.h-\[30px\]{
  height: 30px;
}

.h-\[333px\]{
  height: 333px;
}

.h-\[37px\]{
  height: 37px;
}

.h-\[38px\]{
  height: 38px;
}

.h-\[394\.66px\]{
  height: 394.66px;
}

.h-\[4\.27px\]{
  height: 4.27px;
}

.h-\[400px\]{
  height: 400px;
}

.h-\[402px\]{
  height: 402px;
}

.h-\[41\.5px\]{
  height: 41.5px;
}

.h-\[46px\]{
  height: 46px;
}

.h-\[50px\]{
  height: 50px;
}

.h-\[555px\]{
  height: 555px;
}

.h-\[55px\]{
  height: 55px;
}

.h-\[600px\]{
  height: 600px;
}

.h-\[60px\]{
  height: 60px;
}

.h-\[623px\]{
  height: 623px;
}

.h-\[76px\]{
  height: 76px;
}

.h-\[85px\]{
  height: 85px;
}

.h-\[88px\]{
  height: 88px;
}

.h-\[90px\]{
  height: 90px;
}

.h-\[9px\]{
  height: 9px;
}

.h-\[calc\(100\%-70px\)\]{
  height: calc(100% - 70px);
}

.h-fit{
  height: -moz-fit-content;
  height: fit-content;
}

.h-full{
  height: 100%;
}

.h-screen{
  height: 100vh;
}

.max-h-\[167px\]{
  max-height: 167px;
}

.max-h-\[188px\]{
  max-height: 188px;
}

.max-h-\[41px\]{
  max-height: 41px;
}

.max-h-\[74px\]{
  max-height: 74px;
}

.min-h-full{
  min-height: 100%;
}

.min-h-screen{
  min-height: 100vh;
}

.w-1{
  width: 0.25rem;
}

.w-1\/6{
  width: 16.666667%;
}

.w-10{
  width: 2.5rem;
}

.w-14{
  width: 3.5rem;
}

.w-2{
  width: 0.5rem;
}

.w-2\.5{
  width: 0.625rem;
}

.w-20{
  width: 5rem;
}

.w-4{
  width: 1rem;
}

.w-9{
  width: 2.25rem;
}

.w-\[118px\]{
  width: 118px;
}

.w-\[122px\]{
  width: 122px;
}

.w-\[132px\]{
  width: 132px;
}

.w-\[135px\]{
  width: 135px;
}

.w-\[138px\]{
  width: 138px;
}

.w-\[13px\]{
  width: 13px;
}

.w-\[148px\]{
  width: 148px;
}

.w-\[150px\]{
  width: 150px;
}

.w-\[18px\]{
  width: 18px;
}

.w-\[196px\]{
  width: 196px;
}

.w-\[200px\]{
  width: 200px;
}

.w-\[208px\]{
  width: 208px;
}

.w-\[216px\]{
  width: 216px;
}

.w-\[21px\]{
  width: 21px;
}

.w-\[231px\]{
  width: 231px;
}

.w-\[283px\]{
  width: 283px;
}

.w-\[288px\]{
  width: 288px;
}

.w-\[298px\]{
  width: 298px;
}

.w-\[300px\]{
  width: 300px;
}

.w-\[30px\]{
  width: 30px;
}

.w-\[370px\]{
  width: 370px;
}

.w-\[371px\]{
  width: 371px;
}

.w-\[38px\]{
  width: 38px;
}

.w-\[416px\]{
  width: 416px;
}

.w-\[425px\]{
  width: 425px;
}

.w-\[440px\]{
  width: 440px;
}

.w-\[46px\]{
  width: 46px;
}

.w-\[470px\]{
  width: 470px;
}

.w-\[474px\]{
  width: 474px;
}

.w-\[5\.33px\]{
  width: 5.33px;
}

.w-\[51px\]{
  width: 51px;
}

.w-\[556px\]{
  width: 556px;
}

.w-\[55px\]{
  width: 55px;
}

.w-\[58\.98px\]{
  width: 58.98px;
}

.w-\[60px\]{
  width: 60px;
}

.w-\[68\.72px\]{
  width: 68.72px;
}

.w-\[89px\]{
  width: 89px;
}

.w-\[9\.14px\]{
  width: 9.14px;
}

.w-\[92px\]{
  width: 92px;
}

.w-\[95px\]{
  width: 95px;
}

.w-\[9px\]{
  width: 9px;
}

.w-\[calc\(100\%-1\.25rem\)\]{
  width: calc(100% - 1.25rem);
}

.w-auto{
  width: auto;
}

.w-fit{
  width: -moz-fit-content;
  width: fit-content;
}

.w-full{
  width: 100%;
}

.min-w-\[72px\]{
  min-width: 72px;
}

.min-w-\[82px\]{
  min-width: 82px;
}

.max-w-\[1058px\]{
  max-width: 1058px;
}

.max-w-\[119px\]{
  max-width: 119px;
}

.max-w-\[158px\]{
  max-width: 158px;
}

.max-w-\[180px\]{
  max-width: 180px;
}

.max-w-\[186px\]{
  max-width: 186px;
}

.max-w-\[194px\]{
  max-width: 194px;
}

.max-w-\[216\.56px\]{
  max-width: 216.56px;
}

.max-w-\[225px\]{
  max-width: 225px;
}

.max-w-\[227px\]{
  max-width: 227px;
}

.max-w-\[280px\]{
  max-width: 280px;
}

.max-w-\[400px\]{
  max-width: 400px;
}

.max-w-\[410px\]{
  max-width: 410px;
}

.max-w-\[440px\]{
  max-width: 440px;
}

.max-w-\[990px\]{
  max-width: 990px;
}

.flex-1{
  flex: 1 1 0%;
}

.flex-shrink-0{
  flex-shrink: 0;
}

.-translate-x-1\/2{
  --tw-translate-x: -50%;
  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%;
  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-x-1\/2{
  --tw-translate-x: 50%;
  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-x-full{
  --tw-translate-x: 100%;
  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%;
  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));
}

.rotate-\[-6deg\]{
  --tw-rotate: -6deg;
  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));
}

.-scale-x-100{
  --tw-scale-x: -1;
  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{
  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));
}

@keyframes pulse{
  50%{
    opacity: .5;
  }
}

.animate-pulse{
  animation: pulse 2s cubic-bezier(0.4, 0, 0.6, 1) infinite;
}

.cursor-pointer{
  cursor: pointer;
}

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

.resize{
  resize: both;
}

.scroll-mt-20{
  scroll-margin-top: 5rem;
}

.grid-cols-1{
  grid-template-columns: repeat(1, minmax(0, 1fr));
}

.grid-cols-2{
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.grid-cols-4{
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

.flex-row{
  flex-direction: row;
}

.flex-col{
  flex-direction: column;
}

.flex-col-reverse{
  flex-direction: column-reverse;
}

.flex-wrap{
  flex-wrap: wrap;
}

.items-start{
  align-items: flex-start;
}

.items-end{
  align-items: flex-end;
}

.items-center{
  align-items: center;
}

.justify-start{
  justify-content: flex-start;
}

.justify-center{
  justify-content: center;
}

.justify-between{
  justify-content: space-between;
}

.gap-0{
  gap: 0px;
}

.gap-1{
  gap: 0.25rem;
}

.gap-1\.5{
  gap: 0.375rem;
}

.gap-10{
  gap: 2.5rem;
}

.gap-2{
  gap: 0.5rem;
}

.gap-2\.5{
  gap: 0.625rem;
}

.gap-20{
  gap: 5rem;
}

.gap-3{
  gap: 0.75rem;
}

.gap-3\.5{
  gap: 0.875rem;
}

.gap-4{
  gap: 1rem;
}

.gap-5{
  gap: 1.25rem;
}

.gap-6{
  gap: 1.5rem;
}

.gap-7{
  gap: 1.75rem;
}

.gap-\[0\.74px\]{
  gap: 0.74px;
}

.gap-\[15px\]{
  gap: 15px;
}

.gap-\[17px\]{
  gap: 17px;
}

.gap-\[30px\]{
  gap: 30px;
}

.gap-\[33px\]{
  gap: 33px;
}

.gap-\[3px\]{
  gap: 3px;
}

.gap-\[5px\]{
  gap: 5px;
}

.gap-\[6px\]{
  gap: 6px;
}

.gap-x-2{
  -moz-column-gap: 0.5rem;
       column-gap: 0.5rem;
}

.gap-x-2\.5{
  -moz-column-gap: 0.625rem;
       column-gap: 0.625rem;
}

.gap-x-5{
  -moz-column-gap: 1.25rem;
       column-gap: 1.25rem;
}

.gap-x-\[54px\]{
  -moz-column-gap: 54px;
       column-gap: 54px;
}

.gap-y-2{
  row-gap: 0.5rem;
}

.gap-y-2\.5{
  row-gap: 0.625rem;
}

.gap-y-3{
  row-gap: 0.75rem;
}

.gap-y-3\.5{
  row-gap: 0.875rem;
}

.gap-y-\[47px\]{
  row-gap: 47px;
}

.space-y-0 > :not([hidden]) ~ :not([hidden]){
  --tw-space-y-reverse: 0;
  margin-top: calc(0px * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(0px * var(--tw-space-y-reverse));
}

.space-y-0\.5 > :not([hidden]) ~ :not([hidden]){
  --tw-space-y-reverse: 0;
  margin-top: calc(0.125rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(0.125rem * var(--tw-space-y-reverse));
}

.space-y-1 > :not([hidden]) ~ :not([hidden]){
  --tw-space-y-reverse: 0;
  margin-top: calc(0.25rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(0.25rem * var(--tw-space-y-reverse));
}

.space-y-1\.5 > :not([hidden]) ~ :not([hidden]){
  --tw-space-y-reverse: 0;
  margin-top: calc(0.375rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(0.375rem * var(--tw-space-y-reverse));
}

.space-y-10 > :not([hidden]) ~ :not([hidden]){
  --tw-space-y-reverse: 0;
  margin-top: calc(2.5rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(2.5rem * var(--tw-space-y-reverse));
}

.space-y-2 > :not([hidden]) ~ :not([hidden]){
  --tw-space-y-reverse: 0;
  margin-top: calc(0.5rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(0.5rem * var(--tw-space-y-reverse));
}

.space-y-2\.5 > :not([hidden]) ~ :not([hidden]){
  --tw-space-y-reverse: 0;
  margin-top: calc(0.625rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(0.625rem * var(--tw-space-y-reverse));
}

.space-y-3 > :not([hidden]) ~ :not([hidden]){
  --tw-space-y-reverse: 0;
  margin-top: calc(0.75rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(0.75rem * var(--tw-space-y-reverse));
}

.space-y-3\.5 > :not([hidden]) ~ :not([hidden]){
  --tw-space-y-reverse: 0;
  margin-top: calc(0.875rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(0.875rem * 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));
}

.space-y-5 > :not([hidden]) ~ :not([hidden]){
  --tw-space-y-reverse: 0;
  margin-top: calc(1.25rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(1.25rem * var(--tw-space-y-reverse));
}

.space-y-\[30px\] > :not([hidden]) ~ :not([hidden]){
  --tw-space-y-reverse: 0;
  margin-top: calc(30px * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(30px * var(--tw-space-y-reverse));
}

.space-y-\[3px\] > :not([hidden]) ~ :not([hidden]){
  --tw-space-y-reverse: 0;
  margin-top: calc(3px * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(3px * var(--tw-space-y-reverse));
}

.space-y-\[50px\] > :not([hidden]) ~ :not([hidden]){
  --tw-space-y-reverse: 0;
  margin-top: calc(50px * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(50px * var(--tw-space-y-reverse));
}

.space-y-\[5px\] > :not([hidden]) ~ :not([hidden]){
  --tw-space-y-reverse: 0;
  margin-top: calc(5px * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(5px * var(--tw-space-y-reverse));
}

.space-y-\[6px\] > :not([hidden]) ~ :not([hidden]){
  --tw-space-y-reverse: 0;
  margin-top: calc(6px * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(6px * var(--tw-space-y-reverse));
}

.overflow-hidden{
  overflow: hidden;
}

.overflow-y-auto{
  overflow-y: auto;
}

.text-wrap{
  text-wrap: wrap;
}

.rounded{
  border-radius: 0.25rem;
}

.rounded-\[10px\]{
  border-radius: 10px;
}

.rounded-\[20px\]{
  border-radius: 20px;
}

.rounded-\[3\.7px\]{
  border-radius: 3.7px;
}

.rounded-\[3px\]{
  border-radius: 3px;
}

.rounded-\[4px\]{
  border-radius: 4px;
}

.rounded-\[5px\]{
  border-radius: 5px;
}

.rounded-\[7px\]{
  border-radius: 7px;
}

.rounded-\[9px\]{
  border-radius: 9px;
}

.rounded-full{
  border-radius: 9999px;
}

.rounded-lg{
  border-radius: 0.5rem;
}

.rounded-sm{
  border-radius: 0.125rem;
}

.rounded-xl{
  border-radius: 0.75rem;
}

.border{
  border-width: 1px;
}

.border-\[3px\]{
  border-width: 3px;
}

.border-\[\#E8EBF0\]{
  --tw-border-opacity: 1;
  border-color: rgb(232 235 240 / var(--tw-border-opacity));
}

.border-secondary{
  --tw-border-opacity: 1;
  border-color: rgb(243 50 50 / var(--tw-border-opacity));
}

.bg-\[\#27A6E5\]{
  --tw-bg-opacity: 1;
  background-color: rgb(39 166 229 / var(--tw-bg-opacity));
}

.bg-\[\#7C509A\]{
  --tw-bg-opacity: 1;
  background-color: rgb(124 80 154 / var(--tw-bg-opacity));
}

.bg-\[\#D9D9D9\]{
  --tw-bg-opacity: 1;
  background-color: rgb(217 217 217 / var(--tw-bg-opacity));
}

.bg-\[\#EBEBEA\]{
  --tw-bg-opacity: 1;
  background-color: rgb(235 235 234 / var(--tw-bg-opacity));
}

.bg-\[\#F1F1F0E5\]{
  background-color: #F1F1F0E5;
}

.bg-\[\#F8F8F8\]{
  --tw-bg-opacity: 1;
  background-color: rgb(248 248 248 / var(--tw-bg-opacity));
}

.bg-\[\#F9F9F9E5\]{
  background-color: #F9F9F9E5;
}

.bg-\[\#F9F9F9\]{
  --tw-bg-opacity: 1;
  background-color: rgb(249 249 249 / var(--tw-bg-opacity));
}

.bg-\[\#FBFBFB\]{
  --tw-bg-opacity: 1;
  background-color: rgb(251 251 251 / var(--tw-bg-opacity));
}

.bg-\[\#FFFFFF\]{
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
}

.bg-\[\#f5f7fc\]{
  --tw-bg-opacity: 1;
  background-color: rgb(245 247 252 / var(--tw-bg-opacity));
}

.bg-black\/50{
  background-color: rgb(0 0 0 / 0.5);
}

.bg-dark{
  --tw-bg-opacity: 1;
  background-color: rgb(51 51 51 / var(--tw-bg-opacity));
}

.bg-primary{
  --tw-bg-opacity: 1;
  background-color: rgb(0 103 199 / var(--tw-bg-opacity));
}

.bg-secondary{
  --tw-bg-opacity: 1;
  background-color: rgb(243 50 50 / var(--tw-bg-opacity));
}

.bg-white{
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
}

.bg-white\/40{
  background-color: rgb(255 255 255 / 0.4);
}

.bg-white\/90{
  background-color: rgb(255 255 255 / 0.9);
}

.bg-opacity-90{
  --tw-bg-opacity: 0.9;
}

.bg-\[url\(\'bgAgreement\.webp\'\)\]{
  background-image: url('bgAgreement.webp');
}

.bg-\[url\(\'bgLaminationMobile\.webp\'\)\]{
  background-image: url('bgLaminationMobile.webp');
}

.bg-\[url\(\'bgThankPageMobile\.webp\'\)\]{
  background-image: url('bgThankPageMobile.webp');
}

.bg-\[url\(\'worker1\.webp\'\)\]{
  background-image: url('worker1.webp');
}

.bg-\[url\(\'worker2\.webp\'\)\]{
  background-image: url('worker2.webp');
}

.bg-\[url\(\'workerMainMobile\.webp\'\)\]{
  background-image: url('workerMainMobile.webp');
}

.bg-none{
  background-image: none;
}

.bg-contain{
  background-size: contain;
}

.bg-cover{
  background-size: cover;
}

.bg-center{
  background-position: center;
}

.bg-right{
  background-position: right;
}

.bg-right-bottom{
  background-position: right bottom;
}

.bg-top{
  background-position: top;
}

.bg-no-repeat{
  background-repeat: no-repeat;
}

.fill-\[\#BFBFBF\]{
  fill: #BFBFBF;
}

.object-contain{
  -o-object-fit: contain;
     object-fit: contain;
}

.object-cover{
  -o-object-fit: cover;
     object-fit: cover;
}

.p-0{
  padding: 0px;
}

.p-0\.5{
  padding: 0.125rem;
}

.p-1{
  padding: 0.25rem;
}

.p-2{
  padding: 0.5rem;
}

.p-4{
  padding: 1rem;
}

.p-5{
  padding: 1.25rem;
}

.p-\[0\.5px\]{
  padding: 0.5px;
}

.p-\[1px\]{
  padding: 1px;
}

.px-2{
  padding-left: 0.5rem;
  padding-right: 0.5rem;
}

.px-2\.5{
  padding-left: 0.625rem;
  padding-right: 0.625rem;
}

.px-5{
  padding-left: 1.25rem;
  padding-right: 1.25rem;
}

.px-6{
  padding-left: 1.5rem;
  padding-right: 1.5rem;
}

.px-\[15px\]{
  padding-left: 15px;
  padding-right: 15px;
}

.px-\[22px\]{
  padding-left: 22px;
  padding-right: 22px;
}

.px-\[5px\]{
  padding-left: 5px;
  padding-right: 5px;
}

.py-1{
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
}

.py-1\.5{
  padding-top: 0.375rem;
  padding-bottom: 0.375rem;
}

.py-10{
  padding-top: 2.5rem;
  padding-bottom: 2.5rem;
}

.py-2{
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}

.py-2\.5{
  padding-top: 0.625rem;
  padding-bottom: 0.625rem;
}

.py-3{
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
}

.py-3\.5{
  padding-top: 0.875rem;
  padding-bottom: 0.875rem;
}

.py-4{
  padding-top: 1rem;
  padding-bottom: 1rem;
}

.py-5{
  padding-top: 1.25rem;
  padding-bottom: 1.25rem;
}

.py-\[11px\]{
  padding-top: 11px;
  padding-bottom: 11px;
}

.py-\[17px\]{
  padding-top: 17px;
  padding-bottom: 17px;
}

.py-\[30px\]{
  padding-top: 30px;
  padding-bottom: 30px;
}

.py-\[37px\]{
  padding-top: 37px;
  padding-bottom: 37px;
}

.py-\[5px\]{
  padding-top: 5px;
  padding-bottom: 5px;
}

.pb-0{
  padding-bottom: 0px;
}

.pb-10{
  padding-bottom: 2.5rem;
}

.pb-2{
  padding-bottom: 0.5rem;
}

.pb-2\.5{
  padding-bottom: 0.625rem;
}

.pb-20{
  padding-bottom: 5rem;
}

.pb-5{
  padding-bottom: 1.25rem;
}

.pb-6{
  padding-bottom: 1.5rem;
}

.pb-\[11px\]{
  padding-bottom: 11px;
}

.pb-\[207px\]{
  padding-bottom: 207px;
}

.pl-2{
  padding-left: 0.5rem;
}

.pl-2\.5{
  padding-left: 0.625rem;
}

.pl-3{
  padding-left: 0.75rem;
}

.pl-\[60px\]{
  padding-left: 60px;
}

.pr-2{
  padding-right: 0.5rem;
}

.pr-2\.5{
  padding-right: 0.625rem;
}

.pr-\[42px\]{
  padding-right: 42px;
}

.pt-1{
  padding-top: 0.25rem;
}

.pt-1\.5{
  padding-top: 0.375rem;
}

.pt-2{
  padding-top: 0.5rem;
}

.pt-2\.5{
  padding-top: 0.625rem;
}

.pt-5{
  padding-top: 1.25rem;
}

.pt-\[100px\]{
  padding-top: 100px;
}

.pt-\[11px\]{
  padding-top: 11px;
}

.pt-\[130px\]{
  padding-top: 130px;
}

.pt-\[37px\]{
  padding-top: 37px;
}

.pt-\[50px\]{
  padding-top: 50px;
}

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

.text-right{
  text-align: right;
}

.text-2xl{
  font-size: 1.5rem;
  line-height: 2rem;
}

.text-\[11px\]{
  font-size: 11px;
}

.text-\[18\.2px\]{
  font-size: 18.2px;
}

.text-\[22px\]{
  font-size: 22px;
}

.text-\[26px\]{
  font-size: 26px;
}

.text-\[30px\]{
  font-size: 30px;
}

.text-\[40px\]{
  font-size: 40px;
}

.text-\[60px\]{
  font-size: 60px;
}

.text-base{
  font-size: 1rem;
  line-height: 1.5rem;
}

.text-lg{
  font-size: 1.125rem;
  line-height: 1.75rem;
}

.text-sm{
  font-size: 0.875rem;
  line-height: 1.25rem;
}

.text-xl{
  font-size: 1.25rem;
  line-height: 1.75rem;
}

.text-xs{
  font-size: 0.75rem;
  line-height: 1rem;
}

.font-bold{
  font-weight: 700;
}

.font-extrabold{
  font-weight: 800;
}

.font-light{
  font-weight: 300;
}

.font-medium{
  font-weight: 500;
}

.font-normal{
  font-weight: 400;
}

.font-semibold{
  font-weight: 600;
}

.uppercase{
  text-transform: uppercase;
}

.italic{
  font-style: italic;
}

.leading-\[14\.3px\]{
  line-height: 14.3px;
}

.leading-\[15\.6px\]{
  line-height: 15.6px;
}

.leading-\[17\.07px\]{
  line-height: 17.07px;
}

.leading-\[18\.2px\]{
  line-height: 18.2px;
}

.leading-\[19\.5px\]{
  line-height: 19.5px;
}

.leading-\[20\.8px\]{
  line-height: 20.8px;
}

.leading-\[21\.94px\]{
  line-height: 21.94px;
}

.leading-\[23\.4px\]{
  line-height: 23.4px;
}

.leading-\[26px\]{
  line-height: 26px;
}

.leading-\[28\.6px\]{
  line-height: 28.6px;
}

.leading-\[31\.2px\]{
  line-height: 31.2px;
}

.leading-\[31\.69px\]{
  line-height: 31.69px;
}

.leading-\[39px\]{
  line-height: 39px;
}

.leading-\[52px\]{
  line-height: 52px;
}

.leading-normal{
  line-height: 1.5;
}

.text-\[\#164673\]{
  --tw-text-opacity: 1;
  color: rgb(22 70 115 / var(--tw-text-opacity));
}

.text-\[\#1B1B1B\]{
  --tw-text-opacity: 1;
  color: rgb(27 27 27 / var(--tw-text-opacity));
}

.text-\[\#4C4C4C\]{
  --tw-text-opacity: 1;
  color: rgb(76 76 76 / var(--tw-text-opacity));
}

.text-\[\#868686\]{
  --tw-text-opacity: 1;
  color: rgb(134 134 134 / var(--tw-text-opacity));
}

.text-gray-400{
  --tw-text-opacity: 1;
  color: rgb(156 163 175 / var(--tw-text-opacity));
}

.text-primary{
  --tw-text-opacity: 1;
  color: rgb(0 103 199 / var(--tw-text-opacity));
}

.text-secondary{
  --tw-text-opacity: 1;
  color: rgb(243 50 50 / var(--tw-text-opacity));
}

.text-white{
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

.underline{
  text-decoration-line: underline;
}

.opacity-0{
  opacity: 0;
}

.opacity-100{
  opacity: 1;
}

.opacity-60{
  opacity: 0.6;
}

.shadow{
  --tw-shadow: 0 1px 3px 0 rgb(0 0 0 / 0.1), 0 1px 2px -1px rgb(0 0 0 / 0.1);
  --tw-shadow-colored: 0 1px 3px 0 var(--tw-shadow-color), 0 1px 2px -1px 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;
}

.outline-1{
  outline-width: 1px;
}

.outline-2{
  outline-width: 2px;
}

.outline-primary{
  outline-color: #0067C7;
}

.outline-transparent{
  outline-color: transparent;
}

.blur{
  --tw-blur: blur(8px);
  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);
}

.drop-shadow-lg{
  --tw-drop-shadow: drop-shadow(0 10px 8px rgb(0 0 0 / 0.04)) drop-shadow(0 4px 3px rgb(0 0 0 / 0.1));
  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);
}

.invert{
  --tw-invert: invert(100%);
  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{
  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-2xl{
  --tw-backdrop-blur: blur(40px);
  -webkit-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-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-filter{
  -webkit-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-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, transform, filter, -webkit-backdrop-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-backdrop-filter;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}

.transition-all{
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}

.duration-1000{
  transition-duration: 1000ms;
}

.duration-300{
  transition-duration: 300ms;
}

.duration-500{
  transition-duration: 500ms;
}

.ease-in-out{
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}

.scrollbar::-webkit-scrollbar-track{
  background-color: var(--scrollbar-track);
  border-radius: var(--scrollbar-track-radius);
}

.scrollbar::-webkit-scrollbar-track:hover{
  background-color: var(--scrollbar-track-hover, var(--scrollbar-track));
}

.scrollbar::-webkit-scrollbar-track:active{
  background-color: var(--scrollbar-track-active, var(--scrollbar-track-hover, var(--scrollbar-track)));
}

.scrollbar::-webkit-scrollbar-thumb{
  background-color: var(--scrollbar-thumb);
  border-radius: var(--scrollbar-thumb-radius);
}

.scrollbar::-webkit-scrollbar-thumb:hover{
  background-color: var(--scrollbar-thumb-hover, var(--scrollbar-thumb));
}

.scrollbar::-webkit-scrollbar-thumb:active{
  background-color: var(--scrollbar-thumb-active, var(--scrollbar-thumb-hover, var(--scrollbar-thumb)));
}

.scrollbar::-webkit-scrollbar-corner{
  background-color: var(--scrollbar-corner);
  border-radius: var(--scrollbar-corner-radius);
}

.scrollbar::-webkit-scrollbar-corner:hover{
  background-color: var(--scrollbar-corner-hover, var(--scrollbar-corner));
}

.scrollbar::-webkit-scrollbar-corner:active{
  background-color: var(--scrollbar-corner-active, var(--scrollbar-corner-hover, var(--scrollbar-corner)));
}

.scrollbar{
  scrollbar-width: auto;
  scrollbar-color: var(--scrollbar-thumb, initial) var(--scrollbar-track, initial);
}

.scrollbar::-webkit-scrollbar{
  display: block;
  width: var(--scrollbar-width, 16px);
  height: var(--scrollbar-height, 16px);
}

.scrollbar-track-\[\#DBDBDB\]{
  --scrollbar-track: #DBDBDB !important;
}

.sliderGallery .pagination .swiper-pagination-bullet{
  height: 7px !important;
  width: 7px !important;
  border-radius: 9999px;
  background-color: rgb(0 103 199 / 0.25);
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}

@media (min-width: 1280px){
  .sliderGallery .pagination .swiper-pagination-bullet{
    height: 0.875rem !important;
    width: 0.875rem !important;
  }
}

.sliderGallery .pagination .swiper-pagination-bullet-active{
  --tw-bg-opacity: 1;
  background-color: rgb(0 103 199 / var(--tw-bg-opacity));
}

#sliderReviews .swiper-slide-active{
  --tw-scale-x: 1.25 !important;
  --tw-scale-y: 1.25 !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;
}

@media (min-width: 1280px){
  #sliderReviews .swiper-slide-active{
    --tw-scale-x: 1 !important;
    --tw-scale-y: 1 !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;
  }

  .xl\:container-main{
    width: 100%;
    max-width: 1368px;
    padding-left: 0.625rem;
    padding-right: 0.625rem;
  }

  @media (min-width: 1280px){
    .xl\:container-main{
      padding-left: 0px;
      padding-right: 0px;
    }
  }
}

.\*\:block > *{
  display: block;
}

.placeholder\:text-\[\#333333\]::-moz-placeholder{
  --tw-text-opacity: 1;
  color: rgb(51 51 51 / var(--tw-text-opacity));
}

.placeholder\:text-\[\#333333\]::placeholder{
  --tw-text-opacity: 1;
  color: rgb(51 51 51 / var(--tw-text-opacity));
}

.placeholder\:text-\[\#7C7C7C\]::-moz-placeholder{
  --tw-text-opacity: 1;
  color: rgb(124 124 124 / var(--tw-text-opacity));
}

.placeholder\:text-\[\#7C7C7C\]::placeholder{
  --tw-text-opacity: 1;
  color: rgb(124 124 124 / var(--tw-text-opacity));
}

.placeholder\:text-\[\#A59D9D\]::-moz-placeholder{
  --tw-text-opacity: 1;
  color: rgb(165 157 157 / var(--tw-text-opacity));
}

.placeholder\:text-\[\#A59D9D\]::placeholder{
  --tw-text-opacity: 1;
  color: rgb(165 157 157 / var(--tw-text-opacity));
}

.placeholder\:text-\[\#B0AFAF\]::-moz-placeholder{
  --tw-text-opacity: 1;
  color: rgb(176 175 175 / var(--tw-text-opacity));
}

.placeholder\:text-\[\#B0AFAF\]::placeholder{
  --tw-text-opacity: 1;
  color: rgb(176 175 175 / var(--tw-text-opacity));
}

.group:hover .group-hover\:scale-125{
  --tw-scale-x: 1.25;
  --tw-scale-y: 1.25;
  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));
}

.group:hover .group-hover\:bg-primary{
  --tw-bg-opacity: 1;
  background-color: rgb(0 103 199 / var(--tw-bg-opacity));
}

.group:hover .group-hover\:fill-white{
  fill: #fff;
}

.group:hover .group-hover\:opacity-100{
  opacity: 1;
}

.group:hover .group-hover\:opacity-75{
  opacity: 0.75;
}

.group:hover .group-hover\:opacity-80{
  opacity: 0.8;
}

.group:hover .group-hover\:outline{
  outline-style: solid;
}

.group:hover .group-hover\:outline-4{
  outline-width: 4px;
}

.group:hover .group-hover\:outline-primary{
  outline-color: #0067C7;
}

.group:hover .group-hover\:backdrop-blur-sm{
  --tw-backdrop-blur: blur(4px);
  -webkit-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-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);
}

.hover\:bg-primary:hover{
  --tw-bg-opacity: 1;
  background-color: rgb(0 103 199 / var(--tw-bg-opacity));
}

.hover\:text-primary:hover{
  --tw-text-opacity: 1;
  color: rgb(0 103 199 / var(--tw-text-opacity));
}

.hover\:text-white:hover{
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

.hover\:opacity-75:hover{
  opacity: 0.75;
}

@media (min-width: 768px){
  .md\:mb-9{
    margin-bottom: 2.25rem;
  }

  .md\:grid-cols-2{
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (min-width: 1280px){
  .xl\:absolute{
    position: absolute;
  }

  .xl\:relative{
    position: relative;
  }

  .xl\:-bottom-\[26px\]{
    bottom: -26px;
  }

  .xl\:-bottom-\[45\.31px\]{
    bottom: -45.31px;
  }

  .xl\:-left-4{
    left: -1rem;
  }

  .xl\:-left-\[198\.52px\]{
    left: -198.52px;
  }

  .xl\:-left-\[46px\]{
    left: -46px;
  }

  .xl\:-left-\[87px\]{
    left: -87px;
  }

  .xl\:bottom-0{
    bottom: 0px;
  }

  .xl\:left-8{
    left: 2rem;
  }

  .xl\:left-\[145px\]{
    left: 145px;
  }

  .xl\:right-0{
    right: 0px;
  }

  .xl\:right-5{
    right: 1.25rem;
  }

  .xl\:right-\[5px\]{
    right: 5px;
  }

  .xl\:right-auto{
    right: auto;
  }

  .xl\:top-5{
    top: 1.25rem;
  }

  .xl\:top-auto{
    top: auto;
  }

  .xl\:order-first{
    order: -9999;
  }

  .xl\:mx-0{
    margin-left: 0px;
    margin-right: 0px;
  }

  .xl\:\!mt-5{
    margin-top: 1.25rem !important;
  }

  .xl\:\!mt-\[200px\]{
    margin-top: 200px !important;
  }

  .xl\:-mb-5{
    margin-bottom: -1.25rem;
  }

  .xl\:-mt-\[100px\]{
    margin-top: -100px;
  }

  .xl\:-mt-\[18px\]{
    margin-top: -18px;
  }

  .xl\:mb-\[30px\]{
    margin-bottom: 30px;
  }

  .xl\:mb-\[50px\]{
    margin-bottom: 50px;
  }

  .xl\:mt-0{
    margin-top: 0px;
  }

  .xl\:mt-5{
    margin-top: 1.25rem;
  }

  .xl\:mt-\[130px\]{
    margin-top: 130px;
  }

  .xl\:mt-\[22px\]{
    margin-top: 22px;
  }

  .xl\:mt-\[60px\]{
    margin-top: 60px;
  }

  .xl\:mt-\[8\.38px\]{
    margin-top: 8.38px;
  }

  .xl\:block{
    display: block;
  }

  .xl\:inline{
    display: inline;
  }

  .xl\:flex{
    display: flex;
  }

  .xl\:contents{
    display: contents;
  }

  .xl\:hidden{
    display: none;
  }

  .xl\:\!h-\[260px\]{
    height: 260px !important;
  }

  .xl\:h-10{
    height: 2.5rem;
  }

  .xl\:h-11{
    height: 2.75rem;
  }

  .xl\:h-2{
    height: 0.5rem;
  }

  .xl\:h-20{
    height: 5rem;
  }

  .xl\:h-6{
    height: 1.5rem;
  }

  .xl\:h-\[100px\]{
    height: 100px;
  }

  .xl\:h-\[109px\]{
    height: 109px;
  }

  .xl\:h-\[134px\]{
    height: 134px;
  }

  .xl\:h-\[160px\]{
    height: 160px;
  }

  .xl\:h-\[165px\]{
    height: 165px;
  }

  .xl\:h-\[166px\]{
    height: 166px;
  }

  .xl\:h-\[188px\]{
    height: 188px;
  }

  .xl\:h-\[240px\]{
    height: 240px;
  }

  .xl\:h-\[25px\]{
    height: 25px;
  }

  .xl\:h-\[27px\]{
    height: 27px;
  }

  .xl\:h-\[30px\]{
    height: 30px;
  }

  .xl\:h-\[312\.39px\]{
    height: 312.39px;
  }

  .xl\:h-\[330px\]{
    height: 330px;
  }

  .xl\:h-\[34px\]{
    height: 34px;
  }

  .xl\:h-\[35px\]{
    height: 35px;
  }

  .xl\:h-\[366px\]{
    height: 366px;
  }

  .xl\:h-\[445px\]{
    height: 445px;
  }

  .xl\:h-\[45px\]{
    height: 45px;
  }

  .xl\:h-\[488\.82px\]{
    height: 488.82px;
  }

  .xl\:h-\[496px\]{
    height: 496px;
  }

  .xl\:h-\[510px\]{
    height: 510px;
  }

  .xl\:h-\[53px\]{
    height: 53px;
  }

  .xl\:h-\[540px\]{
    height: 540px;
  }

  .xl\:h-\[55px\]{
    height: 55px;
  }

  .xl\:h-\[57px\]{
    height: 57px;
  }

  .xl\:h-\[580px\]{
    height: 580px;
  }

  .xl\:h-\[582px\]{
    height: 582px;
  }

  .xl\:h-\[58px\]{
    height: 58px;
  }

  .xl\:h-\[592px\]{
    height: 592px;
  }

  .xl\:h-\[600px\]{
    height: 600px;
  }

  .xl\:h-\[60px\]{
    height: 60px;
  }

  .xl\:h-\[61px\]{
    height: 61px;
  }

  .xl\:h-\[70px\]{
    height: 70px;
  }

  .xl\:h-\[71px\]{
    height: 71px;
  }

  .xl\:h-\[726px\]{
    height: 726px;
  }

  .xl\:h-\[729px\]{
    height: 729px;
  }

  .xl\:h-\[85px\]{
    height: 85px;
  }

  .xl\:h-\[996px\]{
    height: 996px;
  }

  .xl\:h-\[calc\(100\%-40px\)\]{
    height: calc(100% - 40px);
  }

  .xl\:h-auto{
    height: auto;
  }

  .xl\:max-h-\[159px\]{
    max-height: 159px;
  }

  .xl\:max-h-\[174px\]{
    max-height: 174px;
  }

  .xl\:max-h-\[330px\]{
    max-height: 330px;
  }

  .xl\:max-h-\[34px\]{
    max-height: 34px;
  }

  .xl\:\!w-auto{
    width: auto !important;
  }

  .xl\:w-10{
    width: 2.5rem;
  }

  .xl\:w-2{
    width: 0.5rem;
  }

  .xl\:w-2\.5{
    width: 0.625rem;
  }

  .xl\:w-3{
    width: 0.75rem;
  }

  .xl\:w-6{
    width: 1.5rem;
  }

  .xl\:w-\[100px\]{
    width: 100px;
  }

  .xl\:w-\[101px\]{
    width: 101px;
  }

  .xl\:w-\[126\.39px\]{
    width: 126.39px;
  }

  .xl\:w-\[127px\]{
    width: 127px;
  }

  .xl\:w-\[141px\]{
    width: 141px;
  }

  .xl\:w-\[150px\]{
    width: 150px;
  }

  .xl\:w-\[154px\]{
    width: 154px;
  }

  .xl\:w-\[162px\]{
    width: 162px;
  }

  .xl\:w-\[174px\]{
    width: 174px;
  }

  .xl\:w-\[180px\]{
    width: 180px;
  }

  .xl\:w-\[200px\]{
    width: 200px;
  }

  .xl\:w-\[201px\]{
    width: 201px;
  }

  .xl\:w-\[209px\]{
    width: 209px;
  }

  .xl\:w-\[212px\]{
    width: 212px;
  }

  .xl\:w-\[235px\]{
    width: 235px;
  }

  .xl\:w-\[250\.65px\]{
    width: 250.65px;
  }

  .xl\:w-\[250px\]{
    width: 250px;
  }

  .xl\:w-\[26px\]{
    width: 26px;
  }

  .xl\:w-\[278px\]{
    width: 278px;
  }

  .xl\:w-\[288px\]{
    width: 288px;
  }

  .xl\:w-\[292px\]{
    width: 292px;
  }

  .xl\:w-\[30px\]{
    width: 30px;
  }

  .xl\:w-\[324px\]{
    width: 324px;
  }

  .xl\:w-\[325px\]{
    width: 325px;
  }

  .xl\:w-\[352px\]{
    width: 352px;
  }

  .xl\:w-\[371px\]{
    width: 371px;
  }

  .xl\:w-\[390px\]{
    width: 390px;
  }

  .xl\:w-\[409px\]{
    width: 409px;
  }

  .xl\:w-\[416px\]{
    width: 416px;
  }

  .xl\:w-\[441px\]{
    width: 441px;
  }

  .xl\:w-\[476px\]{
    width: 476px;
  }

  .xl\:w-\[530px\]{
    width: 530px;
  }

  .xl\:w-\[55px\]{
    width: 55px;
  }

  .xl\:w-\[586px\]{
    width: 586px;
  }

  .xl\:w-\[686px\]{
    width: 686px;
  }

  .xl\:w-\[700px\]{
    width: 700px;
  }

  .xl\:w-\[70px\]{
    width: 70px;
  }

  .xl\:w-\[778px\]{
    width: 778px;
  }

  .xl\:w-\[81px\]{
    width: 81px;
  }

  .xl\:w-\[90px\]{
    width: 90px;
  }

  .xl\:w-auto{
    width: auto;
  }

  .xl\:w-fit{
    width: -moz-fit-content;
    width: fit-content;
  }

  .xl\:w-full{
    width: 100%;
  }

  .xl\:min-w-20{
    min-width: 5rem;
  }

  .xl\:min-w-\[121px\]{
    min-width: 121px;
  }

  .xl\:max-w-\[1058px\]{
    max-width: 1058px;
  }

  .xl\:max-w-\[147px\]{
    max-width: 147px;
  }

  .xl\:max-w-\[170px\]{
    max-width: 170px;
  }

  .xl\:max-w-\[227px\]{
    max-width: 227px;
  }

  .xl\:max-w-\[288px\]{
    max-width: 288px;
  }

  .xl\:max-w-\[340px\]{
    max-width: 340px;
  }

  .xl\:max-w-\[344px\]{
    max-width: 344px;
  }

  .xl\:max-w-\[386px\]{
    max-width: 386px;
  }

  .xl\:max-w-\[414px\]{
    max-width: 414px;
  }

  .xl\:max-w-\[517px\]{
    max-width: 517px;
  }

  .xl\:max-w-\[566px\]{
    max-width: 566px;
  }

  .xl\:max-w-\[607px\]{
    max-width: 607px;
  }

  .xl\:max-w-\[716px\]{
    max-width: 716px;
  }

  .xl\:max-w-full{
    max-width: 100%;
  }

  .xl\:-translate-x-0{
    --tw-translate-x: -0px;
    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));
  }

  .xl\:rotate-\[-6\.43deg\]{
    --tw-rotate: -6.43deg;
    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));
  }

  .xl\:grid-cols-2{
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .xl\:grid-cols-3{
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .xl\:grid-cols-4{
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }

  .xl\:flex-row{
    flex-direction: row;
  }

  .xl\:flex-col{
    flex-direction: column;
  }

  .xl\:flex-nowrap{
    flex-wrap: nowrap;
  }

  .xl\:items-start{
    align-items: flex-start;
  }

  .xl\:items-end{
    align-items: flex-end;
  }

  .xl\:items-center{
    align-items: center;
  }

  .xl\:justify-start{
    justify-content: flex-start;
  }

  .xl\:justify-end{
    justify-content: flex-end;
  }

  .xl\:justify-between{
    justify-content: space-between;
  }

  .xl\:gap-0{
    gap: 0px;
  }

  .xl\:gap-10{
    gap: 2.5rem;
  }

  .xl\:gap-2{
    gap: 0.5rem;
  }

  .xl\:gap-2\.5{
    gap: 0.625rem;
  }

  .xl\:gap-3{
    gap: 0.75rem;
  }

  .xl\:gap-3\.5{
    gap: 0.875rem;
  }

  .xl\:gap-4{
    gap: 1rem;
  }

  .xl\:gap-5{
    gap: 1.25rem;
  }

  .xl\:gap-6{
    gap: 1.5rem;
  }

  .xl\:gap-7{
    gap: 1.75rem;
  }

  .xl\:gap-\[118px\]{
    gap: 118px;
  }

  .xl\:gap-\[15px\]{
    gap: 15px;
  }

  .xl\:gap-\[1px\]{
    gap: 1px;
  }

  .xl\:gap-\[21px\]{
    gap: 21px;
  }

  .xl\:gap-\[22px\]{
    gap: 22px;
  }

  .xl\:gap-\[25px\]{
    gap: 25px;
  }

  .xl\:gap-\[27px\]{
    gap: 27px;
  }

  .xl\:gap-\[38px\]{
    gap: 38px;
  }

  .xl\:gap-\[50px\]{
    gap: 50px;
  }

  .xl\:gap-\[58px\]{
    gap: 58px;
  }

  .xl\:gap-\[63px\]{
    gap: 63px;
  }

  .xl\:gap-\[70px\]{
    gap: 70px;
  }

  .xl\:gap-\[9\.19px\]{
    gap: 9.19px;
  }

  .xl\:gap-x-3{
    -moz-column-gap: 0.75rem;
         column-gap: 0.75rem;
  }

  .xl\:gap-x-\[42px\]{
    -moz-column-gap: 42px;
         column-gap: 42px;
  }

  .xl\:gap-y-6{
    row-gap: 1.5rem;
  }

  .xl\:gap-y-\[25px\]{
    row-gap: 25px;
  }

  .xl\:-space-y-2 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(-0.5rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-0.5rem * var(--tw-space-y-reverse));
  }

  .xl\:space-y-10 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(2.5rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(2.5rem * var(--tw-space-y-reverse));
  }

  .xl\:space-y-2 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(0.5rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(0.5rem * var(--tw-space-y-reverse));
  }

  .xl\:space-y-2\.5 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(0.625rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(0.625rem * var(--tw-space-y-reverse));
  }

  .xl\: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));
  }

  .xl\:space-y-5 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(1.25rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(1.25rem * var(--tw-space-y-reverse));
  }

  .xl\:space-y-6 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(1.5rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(1.5rem * var(--tw-space-y-reverse));
  }

  .xl\:space-y-7 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(1.75rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(1.75rem * var(--tw-space-y-reverse));
  }

  .xl\:space-y-\[130px\] > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(130px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(130px * var(--tw-space-y-reverse));
  }

  .xl\:space-y-\[15px\] > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(15px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(15px * var(--tw-space-y-reverse));
  }

  .xl\:space-y-\[25px\] > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(25px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(25px * var(--tw-space-y-reverse));
  }

  .xl\:space-y-\[27px\] > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(27px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(27px * var(--tw-space-y-reverse));
  }

  .xl\:space-y-\[30px\] > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(30px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(30px * var(--tw-space-y-reverse));
  }

  .xl\:space-y-\[50px\] > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(50px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(50px * var(--tw-space-y-reverse));
  }

  .xl\:space-y-\[58px\] > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(58px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(58px * var(--tw-space-y-reverse));
  }

  .xl\:space-y-\[5px\] > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(5px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(5px * var(--tw-space-y-reverse));
  }

  .xl\:space-y-\[60px\] > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(60px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(60px * var(--tw-space-y-reverse));
  }

  .xl\:space-y-\[65px\] > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(65px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(65px * var(--tw-space-y-reverse));
  }

  .xl\:space-y-\[66px\] > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(66px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(66px * var(--tw-space-y-reverse));
  }

  .xl\:space-y-\[90px\] > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(90px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(90px * var(--tw-space-y-reverse));
  }

  .xl\:self-end{
    align-self: flex-end;
  }

  .xl\:overflow-y-auto{
    overflow-y: auto;
  }

  .xl\:text-nowrap{
    text-wrap: nowrap;
  }

  .xl\:rounded-2xl{
    border-radius: 1rem;
  }

  .xl\:rounded-\[10px\]{
    border-radius: 10px;
  }

  .xl\:rounded-\[7px\]{
    border-radius: 7px;
  }

  .xl\:rounded-\[9px\]{
    border-radius: 9px;
  }

  .xl\:border-\[5px\]{
    border-width: 5px;
  }

  .xl\:bg-transparent{
    background-color: transparent;
  }

  .xl\:bg-\[url\(\'bgLamination\.webp\'\)\]{
    background-image: url('bgLamination.webp');
  }

  .xl\:bg-\[url\(\'bgThank\.webp\'\)\]{
    background-image: url('bgThank.webp');
  }

  .xl\:bg-\[url\(\'bgThankPage\.webp\'\)\]{
    background-image: url('bgThankPage.webp');
  }

  .xl\:bg-\[url\(\'workerMain\.webp\'\)\]{
    background-image: url('workerMain.webp');
  }

  .xl\:object-cover{
    -o-object-fit: cover;
       object-fit: cover;
  }

  .xl\:object-none{
    -o-object-fit: none;
       object-fit: none;
  }

  .xl\:p-1{
    padding: 0.25rem;
  }

  .xl\:p-2{
    padding: 0.5rem;
  }

  .xl\:p-2\.5{
    padding: 0.625rem;
  }

  .xl\:px-0{
    padding-left: 0px;
    padding-right: 0px;
  }

  .xl\:px-1{
    padding-left: 0.25rem;
    padding-right: 0.25rem;
  }

  .xl\:px-1\.5{
    padding-left: 0.375rem;
    padding-right: 0.375rem;
  }

  .xl\:px-10{
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }

  .xl\:px-2{
    padding-left: 0.5rem;
    padding-right: 0.5rem;
  }

  .xl\:px-2\.5{
    padding-left: 0.625rem;
    padding-right: 0.625rem;
  }

  .xl\:px-3{
    padding-left: 0.75rem;
    padding-right: 0.75rem;
  }

  .xl\:px-5{
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }

  .xl\:px-\[50px\]{
    padding-left: 50px;
    padding-right: 50px;
  }

  .xl\:py-0{
    padding-top: 0px;
    padding-bottom: 0px;
  }

  .xl\:py-10{
    padding-top: 2.5rem;
    padding-bottom: 2.5rem;
  }

  .xl\:py-2{
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }

  .xl\:py-2\.5{
    padding-top: 0.625rem;
    padding-bottom: 0.625rem;
  }

  .xl\:py-5{
    padding-top: 1.25rem;
    padding-bottom: 1.25rem;
  }

  .xl\:py-6{
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;
  }

  .xl\:py-\[22px\]{
    padding-top: 22px;
    padding-bottom: 22px;
  }

  .xl\:py-\[60px\]{
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .xl\:pb-0{
    padding-bottom: 0px;
  }

  .xl\:pb-10{
    padding-bottom: 2.5rem;
  }

  .xl\:pb-3{
    padding-bottom: 0.75rem;
  }

  .xl\:pb-6{
    padding-bottom: 1.5rem;
  }

  .xl\:pb-\[114px\]{
    padding-bottom: 114px;
  }

  .xl\:pb-\[15\.38px\]{
    padding-bottom: 15.38px;
  }

  .xl\:pb-\[22px\]{
    padding-bottom: 22px;
  }

  .xl\:pb-\[35px\]{
    padding-bottom: 35px;
  }

  .xl\:pb-\[43\.62px\]{
    padding-bottom: 43.62px;
  }

  .xl\:pl-0{
    padding-left: 0px;
  }

  .xl\:pl-\[30px\]{
    padding-left: 30px;
  }

  .xl\:pl-\[60px\]{
    padding-left: 60px;
  }

  .xl\:pr-0{
    padding-right: 0px;
  }

  .xl\:pr-5{
    padding-right: 1.25rem;
  }

  .xl\:pr-\[20\.8px\]{
    padding-right: 20.8px;
  }

  .xl\:pt-0{
    padding-top: 0px;
  }

  .xl\:pt-4{
    padding-top: 1rem;
  }

  .xl\:pt-\[100px\]{
    padding-top: 100px;
  }

  .xl\:pt-\[21px\]{
    padding-top: 21px;
  }

  .xl\:pt-\[30px\]{
    padding-top: 30px;
  }

  .xl\:pt-\[50px\]{
    padding-top: 50px;
  }

  .xl\:pt-\[56px\]{
    padding-top: 56px;
  }

  .xl\:pt-\[85px\]{
    padding-top: 85px;
  }

  .xl\:text-left{
    text-align: left;
  }

  .xl\:text-center{
    text-align: center;
  }

  .xl\:text-\[22px\]{
    font-size: 22px;
  }

  .xl\:text-\[25px\]{
    font-size: 25px;
  }

  .xl\:text-\[26px\]{
    font-size: 26px;
  }

  .xl\:text-\[28px\]{
    font-size: 28px;
  }

  .xl\:text-\[30px\]{
    font-size: 30px;
  }

  .xl\:text-\[40px\]{
    font-size: 40px;
  }

  .xl\:text-\[46px\]{
    font-size: 46px;
  }

  .xl\:text-\[55px\]{
    font-size: 55px;
  }

  .xl\:text-base{
    font-size: 1rem;
    line-height: 1.5rem;
  }

  .xl\:text-lg{
    font-size: 1.125rem;
    line-height: 1.75rem;
  }

  .xl\:text-sm{
    font-size: 0.875rem;
    line-height: 1.25rem;
  }

  .xl\:text-xl{
    font-size: 1.25rem;
    line-height: 1.75rem;
  }

  .xl\:font-bold{
    font-weight: 700;
  }

  .xl\:font-light{
    font-weight: 300;
  }

  .xl\:font-normal{
    font-weight: 400;
  }

  .xl\:leading-\[17\.07px\]{
    line-height: 17.07px;
  }

  .xl\:leading-\[18\.2px\]{
    line-height: 18.2px;
  }

  .xl\:leading-\[20\.8px\]{
    line-height: 20.8px;
  }

  .xl\:leading-\[21\.94px\]{
    line-height: 21.94px;
  }

  .xl\:leading-\[23\.4px\]{
    line-height: 23.4px;
  }

  .xl\:leading-\[24\.38px\]{
    line-height: 24.38px;
  }

  .xl\:leading-\[26px\]{
    line-height: 26px;
  }

  .xl\:leading-\[28\.6px\]{
    line-height: 28.6px;
  }

  .xl\:leading-\[32\.5px\]{
    line-height: 32.5px;
  }

  .xl\:leading-\[33\.8px\]{
    line-height: 33.8px;
  }

  .xl\:leading-\[36\.4px\]{
    line-height: 36.4px;
  }

  .xl\:leading-\[39px\]{
    line-height: 39px;
  }

  .xl\:leading-\[52px\]{
    line-height: 52px;
  }

  .xl\:leading-\[59\.8px\]{
    line-height: 59.8px;
  }

  .xl\:leading-\[71\.5px\]{
    line-height: 71.5px;
  }

  .xl\:text-\[\#333333\]{
    --tw-text-opacity: 1;
    color: rgb(51 51 51 / var(--tw-text-opacity));
  }

  .xl\:text-white{
    --tw-text-opacity: 1;
    color: rgb(255 255 255 / var(--tw-text-opacity));
  }
}

@media (min-width: 1700px){
  .custom\:bg-\[url\(\'bgAgreement\.webp\'\)\]{
    background-image: url('bgAgreement.webp');
  }
}
