/*
! tailwindcss v3.1.8 | 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.
*/

html {
  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: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  /* 4 */
}

/*
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. 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-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;
}

/*
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-size: 100%;
  /* 1 */
  font-weight: inherit;
  /* 1 */
  line-height: 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,
[type='button'],
[type='reset'],
[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;
}

/*
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;
}

* {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

html {
  scroll-behavior: smooth;
}

address {
  font-style: normal;
}

a:hover {
  --tw-text-opacity: 1;
  color: rgb(102 202 242 / var(--tw-text-opacity));
}

.container_ {
  width: 100%;
  padding-left: 0.75rem;
  padding-right: 0.75rem;
}

@media (min-width: 1280px) {
  .container_ {
    width: 100%;
    margin-right: auto;
    margin-left: auto;
    padding-right: 0.5rem;
    padding-left: 0.5rem;
  }

  @media (min-width: 640px) {
    .container_ {
      max-width: 640px;
      padding-right: 0.5rem;
      padding-left: 0.5rem;
    }
  }

  @media (min-width: 768px) {
    .container_ {
      max-width: 768px;
      padding-right: 1rem;
      padding-left: 1rem;
    }
  }

  @media (min-width: 900px) {
    .container_ {
      max-width: 900px;
    }
  }

  @media (min-width: 1024px) {
    .container_ {
      max-width: 1024px;
      padding-right: 1rem;
      padding-left: 1rem;
    }
  }

  @media (min-width: 1100px) {
    .container_ {
      max-width: 1100px;
    }
  }

  @media (min-width: 1280px) {
    .container_ {
      max-width: 1280px;
      padding-right: 1.5rem;
      padding-left: 1.5rem;
    }
  }

  @media (min-width: 1536px) {
    .container_ {
      max-width: 1536px;
      padding-right: 2rem;
      padding-left: 2rem;
    }
  }
}

.rippleJS {
  opacity: 0.4;
}

.black_button {
  position: relative;
  margin-top: 2.25rem;
  height: 3rem;
  --tw-bg-opacity: 1;
  background-color: rgb(0 0 0 / var(--tw-bg-opacity));
  padding-left: 3.5rem;
  padding-right: 3.5rem;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 190ms;
}

.black_button:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(30 41 59 / var(--tw-bg-opacity));
}

@media (min-width: 1024px) {
  .black_button {
    margin-top: 3.7rem;
    height: 3.5rem;
    padding-left: 4rem;
    padding-right: 4rem;
  }
}

@media (min-width: 1280px) {
  .black_button {
    margin-top: 6rem;
    height: 4rem;
    padding-left: 4.5rem;
    padding-right: 4.5rem;
  }
}

.white_button {
  position: relative;
  margin-top: 2.25rem;
  height: 3rem;
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
  padding-left: 3.5rem;
  padding-right: 3.5rem;
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity));
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 190ms;
}

.white_button:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(226 232 240 / var(--tw-bg-opacity));
}

@media (min-width: 1024px) {
  .white_button {
    margin-top: 3.7rem;
    height: 3.5rem;
    padding-left: 4rem;
    padding-right: 4rem;
  }
}

@media (min-width: 1280px) {
  .white_button {
    margin-top: 6rem;
    height: 4rem;
    padding-left: 4.5rem;
    padding-right: 4.5rem;
  }
}

.blue_button {
  position: relative;
  margin-top: 2.5rem;
  height: 3rem;
  --tw-bg-opacity: 1;
  background-color: rgb(30 113 207 / var(--tw-bg-opacity));
  padding-left: 3.5rem;
  padding-right: 3.5rem;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 190ms;
}

.blue_button:hover {
  --tw-bg-opacity: 0.9;
}

@media (min-width: 1024px) {
  .blue_button {
    height: 3.5rem;
    padding-left: 4rem;
    padding-right: 4rem;
  }
}

@media (min-width: 1280px) {
  .blue_button {
    margin-top: 4rem;
    height: 4rem;
    padding-left: 4.5rem;
    padding-right: 4.5rem;
  }
}

.jobboard_solid_btn {
  position: relative;
  height: 3rem;
  border-radius: 0.75rem;
  --tw-bg-opacity: 1;
  background-color: rgb(255 48 71 / var(--tw-bg-opacity));
  padding-left: 1.75rem;
  padding-right: 1.75rem;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 190ms;
}

.jobboard_solid_btn:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(222 45 123 / var(--tw-bg-opacity));
}

@media (min-width: 1280px) {
  .jobboard_solid_btn {
    height: 3.5rem;
  }
}

.jobboard_solid_white_btn {
  position: relative;
  height: 3rem;
  border-radius: 0.75rem;
  border-width: 3px;
  --tw-border-opacity: 1;
  border-color: rgb(255 48 71 / var(--tw-border-opacity));
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
  padding-left: 1.75rem;
  padding-right: 1.75rem;
  --tw-text-opacity: 1;
  color: rgb(255 48 71 / var(--tw-text-opacity));
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 190ms;
}

@media (min-width: 1280px) {
  .jobboard_solid_white_btn {
    height: 3.5rem;
  }
}

.jobboard_hero {
  height: calc(100vh - 64px);
}

@media (min-width: 640px) {
  .jobboard_hero {
    height: calc(100vh - 64px - 40px);
  }
}

/* html{
      font-size:100%;
  } */

.text_60 {
  font-size: 2.5rem;
  line-height: 3rem;
}

@media (min-width: 1024px) {
  .text_60 {
    font-size: 3rem;
    line-height: 1.2;
  }
}

@media (min-width: 1280px) {
  .text_60 {
    font-size: 3.125rem;
    line-height: 1.2;
  }
}

@media (min-width: 1536px) {
  .text_60 {
    font-size: 3.75rem;
    line-height: 1.3;
  }
}

.text_30 {
  font-size: 1.25rem;
  line-height: 1.75rem;
}

@media (min-width: 1024px) {
  .text_30 {
    font-size: 1.5rem;
    line-height: 2rem;
  }
}

@media (min-width: 1280px) {
  .text_30 {
    font-size: 1.5625rem;
    line-height: 2.1rem;
  }
}

@media (min-width: 1536px) {
  .text_30 {
    font-size: 1.875rem;
    line-height: 2.25rem;
  }
}

.text_40 {
  font-size: 1.875rem;
  line-height: 2.25rem;
}

@media (min-width: 1024px) {
  .text_40 {
    font-size: 2.125rem;
    line-height: 2.4rem;
  }
}

@media (min-width: 1280px) {
  .text_40 {
    font-size: 2.25rem;
    line-height: 2.5rem;
  }
}

@media (min-width: 1536px) {
  .text_40 {
    font-size: 2.5rem;
    line-height: 3rem;
  }
}

.text_20 {
  font-size: 1.0625rem;
  line-height: 1.7rem;
}

@media (min-width: 1024px) {
  .text_20 {
    font-size: 1.125rem;
    line-height: 1.75rem;
  }
}

@media (min-width: 1536px) {
  .text_20 {
    font-size: 1.25rem;
    line-height: 1.75rem;
  }
}

.job_text_72 {
  font-size: 2.25rem;
  line-height: 2.5rem;
}

@media (min-width: 640px) {
  .job_text_72 {
    font-size: 3.75rem;
    line-height: 1.3;
  }
}

@media (min-width: 768px) {
  .job_text_72 {
    font-size: 4rem;
    line-height: 1.3;
  }
}

@media (min-width: 1280px) {
  .job_text_72 {
    font-size: 4.5rem;
    line-height: 1.3;
  }
}

.job_text_56 {
  font-size: 2.25rem;
  line-height: 2.5rem;
}

@media (min-width: 640px) {
  .job_text_56 {
    font-size: 3rem;
    line-height: 1.2;
  }
}

@media (min-width: 768px) {
  .job_text_56 {
    font-size: 3.125rem;
    line-height: 1.2;
  }
}

@media (min-width: 1280px) {
  .job_text_56 {
    font-size: 3.5rem;
    line-height: 1.2;
  }
}

.job_text_24 {
  font-size: 1.1875rem;
  line-height: 1.75rem;
}

@media (min-width: 640px) {
  .job_text_24 {
    font-size: 1.25rem;
    line-height: 1.75rem;
  }
}

@media (min-width: 768px) {
  .job_text_24 {
    font-size: 1.3125rem;
    line-height: 1.75rem;
  }
}

@media (min-width: 1280px) {
  .job_text_24 {
    font-size: 1.5rem;
    line-height: 2rem;
  }
}

.job_text_20 {
  font-size: 1.0625rem;
  line-height: 1.7rem;
}

@media (min-width: 768px) {
  .job_text_20 {
    font-size: 1.1875rem;
    line-height: 1.75rem;
  }
}

@media (min-width: 1280px) {
  .job_text_20 {
    font-size: 1.25rem;
    line-height: 1.75rem;
  }
}

.job_text_19 {
  font-size: 1.0625rem;
  line-height: 1.7rem;
}

@media (min-width: 768px) {
  .job_text_19 {
    font-size: 1.125rem;
    line-height: 1.75rem;
  }
}

@media (min-width: 1280px) {
  .job_text_19 {
    font-size: 1.1875rem;
    line-height: 1.75rem;
  }
}

#nav_items li a:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgb(30 113 207 / var(--tw-text-opacity));
}

@media (min-width: 1024px) {
  #nav_items li a:hover {
    --tw-bg-opacity: 1;
    background-color: rgb(102 202 242 / var(--tw-bg-opacity));
    --tw-text-opacity: 1;
    color: rgb(255 255 255 / var(--tw-text-opacity));
  }
}

.nav_active {
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgb(30 113 207 / var(--tw-text-opacity));
}

@media (min-width: 1024px) {
  .nav_active {
    --tw-bg-opacity: 1;
    background-color: rgb(30 113 207 / var(--tw-bg-opacity));
    --tw-text-opacity: 1;
    color: rgb(255 255 255 / var(--tw-text-opacity));
  }
}

.nav_active2 {
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgb(30 113 207 / var(--tw-text-opacity));
}

/* Sidebar styling */

@media (max-width: 1024px){
  #nav_items {
    position:fixed;
    top:0;
    right:0;
    width:18.75rem;
    height:100vh;
    box-shadow: -2px 0px 10px -5px rgba(0,0,0,0.95);
    z-index: 50;
    overflow: hidden;
    border-left-width: 1px;
    border-color: rgb(0 0 0 / var(--tw-border-opacity));
    --tw-border-opacity: 0.1;
    transition-property: transform;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    transition-duration: 190ms;
    transition-timing-function: cubic-bezier(0.4, 0, 1, 1);
  }

  .nav_collapsed #nav_items {
    transform:translateX(18.75rem);
  }

  .nav_collapsed #nav_items li {
    opacity: 0;
    transition-property: all;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    transition-delay: 200ms;
    transition-duration: 500ms;
  }

  .nav_open #nav_items li {
    opacity: 1;
    transition-property: all;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    transition-delay: 200ms;
    transition-duration: 500ms;
  }

  .nav_open #nav_items li a {
    padding-top: 0.75rem;
    padding-bottom: 0.75rem;
    transition-property: all;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    transition-duration: 150ms;
  }

  .nav_collapsed #nav_items li a {
    padding-top: 0px;
    padding-bottom: 0px;
    transition-property: all;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    transition-duration: 150ms;
    transition-delay: 1000ms;
  }
}

.time_text {
  text-align: left;
}

@media (min-width: 1024px) {
  .time_text {
    text-align: center;
  }
}

/* show black square on time axis as pseudo element - desktop */

@media (min-width:1024px){
  .time_axis_item > div:first-child::after{
    content:'';
    background-color:#000;
    width:20px;
    height:20px;
    position: absolute;
    left: 50%;
    bottom:-20px;
    transform: translateX(-50%);
    z-index: 5;
  }
}

/* show black square on time axis as pseudo element - mobile, tablet  */

@media (max-width:1023px){
  .time_axis_item .time_text:after{
    content:'';
    background-color:#000;
    width:20px;
    height:20px;
    position: absolute;
    left: -10px;
    top:5.1rem;
    z-index: 5;
  }
}

/*solutions order points */

.list_blue {
  height: 4.2rem;
  width: 4.2rem;
  min-width: 4.2rem;
}

@media (min-width: 1024px) {
  .list_blue {
    height: 4.5rem;
    width: 4.5rem;
    min-width: 4.5rem;
  }
}

@media (min-width: 1280px) {
  .list_blue {
    height: 5rem;
    width: 5rem;
    min-width: 5rem;
  }
}

@media (min-width: 1536px) {
  .list_blue {
    height: 6rem;
    width: 6rem;
    min-width: 6rem;
  }
}

@media(min-width:900px){
  /* Process Doc plus background */

  .pdp_bg {
    background-position:left top;
    background-size: 170%;
  }

  /* jobboard background */

  .jobb_bg {
    background-position:right center;
    background-size: 170%;
  }
}

@media(max-width:899px){
  /* Process Doc plus background */

  .pdp_bg {
    background-position:left center;
    background-size: 150%;
  }

  /* jobboard background */

  .jobb_bg {
    background-position:right center;
    background-size: 150%;
  }
}

@media(max-width:640px){
  /* Process Doc plus background */

  .pdp_bg {
    background-position:left center;
    background-size: 200%;
  }

  /* jobboard background */

  .jobb_bg {
    background-position:right center;
    background-size: 200%;
  }
}

.gal_left {
  --tw-bg-opacity: 1;
  background-color: rgb(156 163 175 / var(--tw-bg-opacity));
  display: flex;
  height: 25rem;
  min-height: 25rem;
  width: calc(100% + 0.75rem + 0.75rem);
  flex-wrap: wrap;
}

@media (min-width: 640px) {
  .gal_left {
    height: 27rem;
    min-height: 27rem;
  }
}

@media (min-width: 768px) {
  .gal_left {
    height: 35rem;
    min-height: 35rem;
  }
}

@media (min-width: 900px) {
  .gal_left {
    height: 38rem;
    min-height: 38rem;
  }
}

@media (min-width: 1024px) {
  .gal_left {
    height: 100%;
    min-height: 100%;
    width: 55%;
  }
}

@media (min-width: 1280px) {
  .gal_left {
    width: 58.333333%;
  }
}

@media (min-width: 1024px) {
  .gal_left {
    position: absolute;
    top: 0px;
    left: 0px;
    max-width: 1115px;
  }
}

.gal_left {
  margin-right: -0.75rem;
  margin-left: -0.75rem;
}

@media (min-width: 1024px) {
  .gal_left {
    margin-left: 0px;
    margin-right: 0px;
  }
}

.gal_right {
  --tw-bg-opacity: 1;
  background-color: rgb(156 163 175 / var(--tw-bg-opacity));
  display: flex;
  height: 25rem;
  min-height: 25rem;
  width: calc(100% + 0.75rem + 0.75rem);
  flex-wrap: wrap;
}

@media (min-width: 640px) {
  .gal_right {
    height: 27rem;
    min-height: 27rem;
  }
}

@media (min-width: 768px) {
  .gal_right {
    height: 35rem;
    min-height: 35rem;
  }
}

@media (min-width: 900px) {
  .gal_right {
    height: 38rem;
    min-height: 38rem;
  }
}

@media (min-width: 1024px) {
  .gal_right {
    height: 100%;
    min-height: 100%;
    width: 55%;
  }
}

@media (min-width: 1280px) {
  .gal_right {
    width: 58.333333%;
  }
}

@media (min-width: 1024px) {
  .gal_right {
    position: absolute;
    top: 0px;
    right: 0px;
    max-width: 1115px;
  }
}

.gal_right {
  margin-right: -0.75rem;
  margin-left: -0.75rem;
}

@media (min-width: 1024px) {
  .gal_right {
    margin-left: 0px;
    margin-right: 0px;
  }
}

/* pdp square bullets points */

.pdp_bullet_point > li{
  position: relative;
}

.pdp_bullet_point > li:before{
  content:'';
  position: absolute;
  left:-30px;
  top:18px;
  width:10px;
  height:10px;
  --tw-bg-opacity: 1;
  background-color: rgb(235 99 51 / var(--tw-bg-opacity));
}

/* pdp square bullets points */

.pdp_feature_title {
  font-size: 1.5rem;
  line-height: 2rem;
}

@media (min-width: 768px) {
  .pdp_feature_title {
    font-size: 1.5625rem;
    line-height: 2.1rem;
  }
}

@media (min-width: 1024px) {
  .pdp_feature_title {
    font-size: 1.875rem;
    line-height: 2.25rem;
  }
}

@media (min-width: 1280px) {
  .pdp_feature_title {
    font-size: 2.125rem;
    line-height: 2.4rem;
  }
}

@media (min-width: 1536px) {
  .pdp_feature_title {
    font-size: 2.25rem;
    line-height: 2.5rem;
  }
}

.pdp_divider {
  gap: 2.5rem;
}

.pdp_divider > p {
  position: relative;
  font-size: 1rem;
  line-height: 1.5rem;
}

@media (min-width: 768px) {
  .pdp_divider > p {
    font-size: 1.0625rem;
    line-height: 1.7rem;
  }
}

@media (min-width: 1280px) {
  .pdp_divider > p {
    font-size: 1.125rem;
    line-height: 1.75rem;
  }
}

.pdp_divider > p:not(:last-child):after{
  content:'';
  width:100%;
  position:absolute;
  height:1px;
  background-color:#000;
  opacity: 0.1;
  bottom:-1.25rem;
  left:0;
}

*, ::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-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:  ;
}

::-webkit-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-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:  ;
}

::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-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:  ;
}

.container {
  width: 100%;
  margin-right: auto;
  margin-left: auto;
  padding-right: 0.5rem;
  padding-left: 0.5rem;
}

@media (min-width: 640px) {
  .container {
    max-width: 640px;
    padding-right: 0.5rem;
    padding-left: 0.5rem;
  }
}

@media (min-width: 768px) {
  .container {
    max-width: 768px;
    padding-right: 1rem;
    padding-left: 1rem;
  }
}

@media (min-width: 900px) {
  .container {
    max-width: 900px;
  }
}

@media (min-width: 1024px) {
  .container {
    max-width: 1024px;
    padding-right: 1rem;
    padding-left: 1rem;
  }
}

@media (min-width: 1100px) {
  .container {
    max-width: 1100px;
  }
}

@media (min-width: 1280px) {
  .container {
    max-width: 1280px;
    padding-right: 1.5rem;
    padding-left: 1.5rem;
  }
}

@media (min-width: 1536px) {
  .container {
    max-width: 1536px;
    padding-right: 2rem;
    padding-left: 2rem;
  }
}

.fixed {
  position: fixed;
}

.absolute {
  position: absolute;
}

.relative {
  position: relative;
}

.top-0 {
  top: 0px;
}

.right-0 {
  right: 0px;
}

.top-1\/2 {
  top: 50%;
}

.left-1\/2 {
  left: 50%;
}

.right-full {
  right: 100%;
}

.left-full {
  left: 100%;
}

.left-0 {
  left: 0px;
}

.bottom-1\/2 {
  bottom: 50%;
}

.-bottom-24 {
  bottom: -6rem;
}

.z-\[9999\] {
  z-index: 9999;
}

.z-50 {
  z-index: 50;
}

.z-\[55\] {
  z-index: 55;
}

.z-10 {
  z-index: 10;
}

.z-\[40\] {
  z-index: 40;
}

.z-0 {
  z-index: 0;
}

.z-\[5\] {
  z-index: 5;
}

.order-2 {
  order: 2;
}

.order-1 {
  order: 1;
}

.order-3 {
  order: 3;
}

.col-span-1 {
  grid-column: span 1 / span 1;
}

.row-span-1 {
  grid-row: span 1 / span 1;
}

.my-0 {
  margin-top: 0px;
  margin-bottom: 0px;
}

.mt-28 {
  margin-top: 7rem;
}

.mt-10 {
  margin-top: 2.5rem;
}

.mt-2 {
  margin-top: 0.5rem;
}

.mb-8 {
  margin-bottom: 2rem;
}

.mb-10 {
  margin-bottom: 2.5rem;
}

.mt-24 {
  margin-top: 6rem;
}

.mt-8 {
  margin-top: 2rem;
}

.mt-1 {
  margin-top: 0.25rem;
}

.mt-3 {
  margin-top: 0.75rem;
}

.mt-6 {
  margin-top: 1.5rem;
}

.mt-7 {
  margin-top: 1.75rem;
}

.mt-5 {
  margin-top: 1.25rem;
}

.mt-20 {
  margin-top: 5rem;
}

.mb-12 {
  margin-bottom: 3rem;
}

.mb-2 {
  margin-bottom: 0.5rem;
}

.-mr-3 {
  margin-right: -0.75rem;
}

.-ml-3 {
  margin-left: -0.75rem;
}

.ml-4 {
  margin-left: 1rem;
}

.-mt-6 {
  margin-top: -1.5rem;
}

.mt-9 {
  margin-top: 2.25rem;
}

.ml-5 {
  margin-left: 1.25rem;
}

.mt-\[4rem\] {
  margin-top: 4rem;
}

.mt-16 {
  margin-top: 4rem;
}

.mt-11 {
  margin-top: 2.75rem;
}

.ml-10 {
  margin-left: 2.5rem;
}

.ml-14 {
  margin-left: 3.5rem;
}

.ml-16 {
  margin-left: 4rem;
}

.mt-0 {
  margin-top: 0px;
}

.mb-3 {
  margin-bottom: 0.75rem;
}

.mb-5 {
  margin-bottom: 1.25rem;
}

.block {
  display: block;
}

.inline-block {
  display: inline-block;
}

.flex {
  display: flex;
}

.inline-flex {
  display: inline-flex;
}

.grid {
  display: grid;
}

.contents {
  display: contents;
}

.hidden {
  display: none;
}

.h-10 {
  height: 2.5rem;
}

.h-full {
  height: 100%;
}

.h-16 {
  height: 4rem;
}

.h-5 {
  height: 1.25rem;
}

.h-56 {
  height: 14rem;
}

.h-4 {
  height: 1rem;
}

.h-7 {
  height: 1.75rem;
}

.h-12 {
  height: 3rem;
}

.h-\[25rem\] {
  height: 25rem;
}

.h-auto {
  height: auto;
}

.h-\[calc\(100vh-4rem-2\.5rem\)\] {
  height: calc(100vh - 4rem - 2.5rem);
}

.h-1\/2 {
  height: 50%;
}

.h-20 {
  height: 5rem;
}

.h-3\/5 {
  height: 60%;
}

.h-2\/5 {
  height: 40%;
}

.h-8 {
  height: 2rem;
}

.h-14 {
  height: 3.5rem;
}

.max-h-\[25rem\] {
  max-height: 25rem;
}

.min-h-\[28\.125rem\] {
  min-height: 28.125rem;
}

.w-10 {
  width: 2.5rem;
}

.w-full {
  width: 100%;
}

.w-1\/2 {
  width: 50%;
}

.w-\[calc\(100\%\+0\.75rem\+0\.75rem\)\] {
  width: calc(100% + 0.75rem + 0.75rem);
}

.w-2\/3 {
  width: 66.666667%;
}

.w-1\/3 {
  width: 33.333333%;
}

.w-20 {
  width: 5rem;
}

.w-auto {
  width: auto;
}

.w-screen {
  width: 100vw;
}

.w-8 {
  width: 2rem;
}

.w-14 {
  width: 3.5rem;
}

.min-w-\[250px\] {
  min-width: 250px;
}

.min-w-\[27\%\] {
  min-width: 27%;
}

.min-w-\[29rem\] {
  min-width: 29rem;
}

.min-w-\[1920px\] {
  min-width: 1920px;
}

.max-w-6xl {
  max-width: 72rem;
}

.max-w-3xl {
  max-width: 48rem;
}

.max-w-\[443px\] {
  max-width: 443px;
}

.max-w-\[544px\] {
  max-width: 544px;
}

.max-w-xl {
  max-width: 36rem;
}

.max-w-\[56rem\] {
  max-width: 56rem;
}

.max-w-\[26rem\] {
  max-width: 26rem;
}

.max-w-\[680px\] {
  max-width: 680px;
}

.max-w-5xl {
  max-width: 64rem;
}

.max-w-md {
  max-width: 28rem;
}

.max-w-2xl {
  max-width: 42rem;
}

.flex-1 {
  flex: 1 1 0%;
}

.grow {
  flex-grow: 1;
}

.-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));
}

.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));
}

.cursor-zoom-in {
  cursor: zoom-in;
}

.resize {
  resize: both;
}

.scroll-m-20 {
  scroll-margin: 5rem;
}

.grid-cols-1 {
  grid-template-columns: repeat(1, minmax(0, 1fr));
}

.grid-cols-2 {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.grid-rows-6 {
  grid-template-rows: repeat(6, minmax(0, 1fr));
}

.flex-row {
  flex-direction: row;
}

.flex-col {
  flex-direction: column;
}

.flex-wrap {
  flex-wrap: wrap;
}

.items-center {
  align-items: center;
}

.justify-start {
  justify-content: flex-start;
}

.justify-end {
  justify-content: flex-end;
}

.justify-center {
  justify-content: center;
}

.justify-between {
  justify-content: space-between;
}

.gap-6 {
  gap: 1.5rem;
}

.gap-10 {
  gap: 2.5rem;
}

.gap-4 {
  gap: 1rem;
}

.gap-14 {
  gap: 3.5rem;
}

.gap-5 {
  gap: 1.25rem;
}

.gap-12 {
  gap: 3rem;
}

.gap-2 {
  gap: 0.5rem;
}

.gap-y-10 {
  row-gap: 2.5rem;
}

.self-start {
  align-self: flex-start;
}

.overflow-hidden {
  overflow: hidden;
}

.whitespace-nowrap {
  white-space: nowrap;
}

.rounded-xl {
  border-radius: 0.75rem;
}

.rounded-full {
  border-radius: 9999px;
}

.border-b {
  border-bottom-width: 1px;
}

.border-b-2 {
  border-bottom-width: 2px;
}

.border-black {
  --tw-border-opacity: 1;
  border-color: rgb(0 0 0 / var(--tw-border-opacity));
}

.border-gray-300 {
  --tw-border-opacity: 1;
  border-color: rgb(209 213 219 / var(--tw-border-opacity));
}

.border-opacity-10 {
  --tw-border-opacity: 0.1;
}

.bg-slate-800 {
  --tw-bg-opacity: 1;
  background-color: rgb(30 41 59 / var(--tw-bg-opacity));
}

.bg-forbat-primary {
  --tw-bg-opacity: 1;
  background-color: rgb(30 113 207 / var(--tw-bg-opacity));
}

.bg-white {
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
}

.bg-black {
  --tw-bg-opacity: 1;
  background-color: rgb(0 0 0 / var(--tw-bg-opacity));
}

.bg-forbat-light_green {
  --tw-bg-opacity: 1;
  background-color: rgb(223 242 235 / var(--tw-bg-opacity));
}

.bg-\[\#e7e7e7\] {
  --tw-bg-opacity: 1;
  background-color: rgb(231 231 231 / var(--tw-bg-opacity));
}

.bg-transparent {
  background-color: transparent;
}

.bg-forbat-secondary {
  --tw-bg-opacity: 1;
  background-color: rgb(235 99 51 / var(--tw-bg-opacity));
}

.bg-\[\#1D50E1\] {
  --tw-bg-opacity: 1;
  background-color: rgb(29 80 225 / var(--tw-bg-opacity));
}

.bg-opacity-50 {
  --tw-bg-opacity: 0.5;
}

.bg-opacity-80 {
  --tw-bg-opacity: 0.8;
}

.bg-opacity-\[0\.92\] {
  --tw-bg-opacity: 0.92;
}

.bg-opacity-\[0\.82\] {
  --tw-bg-opacity: 0.82;
}

.bg-opacity-\[82\%\] {
  --tw-bg-opacity: 82%;
}

.bg-cover {
  background-size: cover;
}

.bg-\[center_center\] {
  background-position: center center;
}

.bg-no-repeat {
  background-repeat: no-repeat;
}

.fill-gray-300 {
  fill: #d1d5db;
}

.object-cover {
  -o-object-fit: cover;
     object-fit: cover;
}

.p-1 {
  padding: 0.25rem;
}

.px-5 {
  padding-left: 1.25rem;
  padding-right: 1.25rem;
}

.py-28 {
  padding-top: 7rem;
  padding-bottom: 7rem;
}

.py-2 {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}

.px-1 {
  padding-left: 0.25rem;
  padding-right: 0.25rem;
}

.py-8 {
  padding-top: 2rem;
  padding-bottom: 2rem;
}

.py-5 {
  padding-top: 1.25rem;
  padding-bottom: 1.25rem;
}

.py-24 {
  padding-top: 6rem;
  padding-bottom: 6rem;
}

.px-14 {
  padding-left: 3.5rem;
  padding-right: 3.5rem;
}

.py-40 {
  padding-top: 10rem;
  padding-bottom: 10rem;
}

.py-20 {
  padding-top: 5rem;
  padding-bottom: 5rem;
}

.py-44 {
  padding-top: 11rem;
  padding-bottom: 11rem;
}

.py-\[6\.4rem\] {
  padding-top: 6.4rem;
  padding-bottom: 6.4rem;
}

.py-\[6\.75rem\] {
  padding-top: 6.75rem;
  padding-bottom: 6.75rem;
}

.px-3 {
  padding-left: 0.75rem;
  padding-right: 0.75rem;
}

.py-32 {
  padding-top: 8rem;
  padding-bottom: 8rem;
}

.px-0 {
  padding-left: 0px;
  padding-right: 0px;
}

.py-14 {
  padding-top: 3.5rem;
  padding-bottom: 3.5rem;
}

.py-16 {
  padding-top: 4rem;
  padding-bottom: 4rem;
}

.px-9 {
  padding-left: 2.25rem;
  padding-right: 2.25rem;
}

.py-3 {
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
}

.pt-40 {
  padding-top: 10rem;
}

.pb-\[6\.4rem\] {
  padding-bottom: 6.4rem;
}

.pt-44 {
  padding-top: 11rem;
}

.pt-20 {
  padding-top: 5rem;
}

.pl-8 {
  padding-left: 2rem;
}

.pr-2 {
  padding-right: 0.5rem;
}

.pl-5 {
  padding-left: 1.25rem;
}

.pb-20 {
  padding-bottom: 5rem;
}

.pr-3 {
  padding-right: 0.75rem;
}

.pb-11 {
  padding-bottom: 2.75rem;
}

.pb-\[3rem\] {
  padding-bottom: 3rem;
}

.pt-32 {
  padding-top: 8rem;
}

.pl-6 {
  padding-left: 1.5rem;
}

.pt-10 {
  padding-top: 2.5rem;
}

.pt-24 {
  padding-top: 6rem;
}

.pb-5 {
  padding-bottom: 1.25rem;
}

.pb-40 {
  padding-bottom: 10rem;
}

.pr-8 {
  padding-right: 2rem;
}

.pr-4 {
  padding-right: 1rem;
}

.pr-9 {
  padding-right: 2.25rem;
}

.pt-8 {
  padding-top: 2rem;
}

.text-left {
  text-align: left;
}

.text-center {
  text-align: center;
}

.font-serif {
  font-family: Roboto Serif, Georgia, Cambria, "Times New Roman", Times, serif;
}

.text-xl {
  font-size: 1.25rem;
  line-height: 1.75rem;
}

.text-1xs {
  font-size: 0.8125rem;
  line-height: 1rem;
}

.text-sm {
  font-size: 0.875rem;
  line-height: 1.25rem;
}

.text-3xl {
  font-size: 1.875rem;
  line-height: 2.25rem;
}

.text-md {
  font-size: 1.0625rem;
  line-height: 1.7rem;
}

.text-5\.5xl {
  font-size: 3.125rem;
  line-height: 1.2;
}

.text-1xl {
  font-size: 1.3125rem;
  line-height: 1.75rem;
}

.text-4\.5xl {
  font-size: 2.5rem;
  line-height: 3rem;
}

.text-1lg {
  font-size: 1.1875rem;
  line-height: 1.75rem;
}

.text-2xl {
  font-size: 1.5rem;
  line-height: 2rem;
}

.text-\[0\.9375rem\] {
  font-size: 0.9375rem;
}

.font-semibold {
  font-weight: 600;
}

.font-light {
  font-weight: 300;
}

.font-bold {
  font-weight: 700;
}

.font-medium {
  font-weight: 500;
}

.leading-tight {
  line-height: 1.25;
}

.text-white {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

.text-gray-300 {
  --tw-text-opacity: 1;
  color: rgb(209 213 219 / var(--tw-text-opacity));
}

.text-forbat-jobboard_primary {
  --tw-text-opacity: 1;
  color: rgb(39 76 211 / var(--tw-text-opacity));
}

.text-\[\#FF3047\] {
  --tw-text-opacity: 1;
  color: rgb(255 48 71 / var(--tw-text-opacity));
}

.placeholder-gray-500::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(107 114 128 / var(--tw-placeholder-opacity));
}

.placeholder-gray-500::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(107 114 128 / var(--tw-placeholder-opacity));
}

.transition-all {
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}

.duration-\[180ms\] {
  transition-duration: 180ms;
}

.ease-in {
  transition-timing-function: cubic-bezier(0.4, 0, 1, 1);
}

.hamburger {
  display: flex;
  align-items: center;
  cursor: pointer;
  transition-property: opacity, filter;
  transition-duration: 0.15s;
  transition-timing-function: linear;
  font: inherit;
  color: inherit;
  text-transform: none;
  background-color: transparent;
  border: 0;
  margin: 0;
  overflow: visible;
}

.hamburger:hover {
  opacity: 0.7;
}

.hamburger.is-active:hover {
  opacity: 0.7;
}

/* .hamburger.is-active .hamburger-inner,
        .hamburger.is-active .hamburger-inner::before,
        .hamburger.is-active .hamburger-inner::after {
          background-color: #000; } */

.hamburger-box {
  width: 40px;
  height: 24px;
  display: inline-block;
  position: relative;
}

.hamburger-inner {
  display: block;
  top: 50%;
  margin-top: -2px;
}

.hamburger-inner, .hamburger-inner::before, .hamburger-inner::after {
  width: 35px;
  height: 3px;
  /*background-color: #000;*/
  border-radius: 4px;
  position: absolute;
  transition-property: transform;
  transition-duration: 0.15s;
  transition-timing-function: ease;
}

.hamburger-inner::before, .hamburger-inner::after {
  content: "";
  display: block;
}

.hamburger-inner::before {
  top: -10px;
}

.hamburger-inner::after {
  bottom: -10px;
}

/*
   * Squeeze
   */

.hamburger--squeeze .hamburger-inner {
  transition-duration: 0.075s;
  transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
}

.hamburger--squeeze .hamburger-inner::before {
  transition: top 0.075s 0.12s ease, opacity 0.075s ease;
}

.hamburger--squeeze .hamburger-inner::after {
  transition: bottom 0.075s 0.12s ease, transform 0.075s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}

.hamburger--squeeze.is-active .hamburger-inner {
  transform: rotate(45deg);
  transition-delay: 0.12s;
  transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
}

.hamburger--squeeze.is-active .hamburger-inner::before {
  top: 0;
  opacity: 0;
  transition: top 0.075s ease, opacity 0.075s 0.12s ease;
}

.hamburger--squeeze.is-active .hamburger-inner::after {
  bottom: 0;
  transform: rotate(-90deg);
  transition: bottom 0.075s ease, transform 0.075s 0.12s cubic-bezier(0.215, 0.61, 0.355, 1);
}

.eff_hover {
  position: relative;
}

.eff_hover .eff_over{
  opacity:0;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 700ms;
  transition-timing-function: cubic-bezier(0, 0, 0.2, 1);
}

.eff_hover .eff_text {
  transform:translate(-50%,-20px);
  opacity:0;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 350ms;
  transition-timing-function: cubic-bezier(0, 0, 0.2, 1);
}

.eff_hover:hover .eff_over {
  opacity:1;
}

.eff_hover:hover .eff_text {
  opacity:1;
  transform:translate(-50%,50%);
}

.before\:bg-black::before {
  content: var(--tw-content);
  --tw-bg-opacity: 1;
  background-color: rgb(0 0 0 / var(--tw-bg-opacity));
}

.before\:bg-white::before {
  content: var(--tw-content);
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
}

.after\:bg-black::after {
  content: var(--tw-content);
  --tw-bg-opacity: 1;
  background-color: rgb(0 0 0 / var(--tw-bg-opacity));
}

.after\:bg-white::after {
  content: var(--tw-content);
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
}

.hover\:bg-white:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
}

.hover\:bg-transparent:hover {
  background-color: transparent;
}

.hover\:fill-forbat-primary:hover {
  fill: #1E71CF;
}

.hover\:text-forbat-primary:hover {
  --tw-text-opacity: 1;
  color: rgb(30 113 207 / var(--tw-text-opacity));
}

.hover\:text-\[\#66CAF2\]:hover {
  --tw-text-opacity: 1;
  color: rgb(102 202 242 / var(--tw-text-opacity));
}

.hover\:text-forbat-jobboard_primary:hover {
  --tw-text-opacity: 1;
  color: rgb(39 76 211 / var(--tw-text-opacity));
}

.focus\:outline-none:focus {
  outline: 2px solid transparent;
  outline-offset: 2px;
}

@media (min-width: 640px) {
  .sm\:job_text_72 {
    font-size: 2.25rem;
    line-height: 2.5rem;
  }

  @media (min-width: 640px) {
    .sm\:job_text_72 {
      font-size: 3.75rem;
      line-height: 1.3;
    }
  }

  @media (min-width: 768px) {
    .sm\:job_text_72 {
      font-size: 4rem;
      line-height: 1.3;
    }
  }

  @media (min-width: 1280px) {
    .sm\:job_text_72 {
      font-size: 4.5rem;
      line-height: 1.3;
    }
  }

  .sm\:mt-\[2\.6rem\] {
    margin-top: 2.6rem;
  }

  .sm\:mt-\[3\.7rem\] {
    margin-top: 3.7rem;
  }

  .sm\:mt-5 {
    margin-top: 1.25rem;
  }

  .sm\:-ml-24 {
    margin-left: -6rem;
  }

  .sm\:mt-12 {
    margin-top: 3rem;
  }

  .sm\:block {
    display: block;
  }

  .sm\:flex {
    display: flex;
  }

  .sm\:hidden {
    display: none;
  }

  .sm\:h-24 {
    height: 6rem;
  }

  .sm\:w-24 {
    width: 6rem;
  }

  .sm\:w-1\/2 {
    width: 50%;
  }

  .sm\:flex-row {
    flex-direction: row;
  }

  .sm\:justify-center {
    justify-content: center;
  }

  .sm\:gap-0 {
    gap: 0px;
  }

  .sm\:py-48 {
    padding-top: 12rem;
    padding-bottom: 12rem;
  }

  .sm\:px-\[3\.4rem\] {
    padding-left: 3.4rem;
    padding-right: 3.4rem;
  }

  .sm\:px-0 {
    padding-left: 0px;
    padding-right: 0px;
  }

  .sm\:pt-20 {
    padding-top: 5rem;
  }

  .sm\:text-center {
    text-align: center;
  }

  .sm\:text-4xl {
    font-size: 2.25rem;
    line-height: 2.5rem;
  }

  .sm\:text-xl {
    font-size: 1.25rem;
    line-height: 1.75rem;
  }

  .sm\:leading-none {
    line-height: 1;
  }
}

@media (min-width: 768px) {
  .md\:mb-12 {
    margin-bottom: 3rem;
  }

  .md\:mt-2 {
    margin-top: 0.5rem;
  }

  .md\:mt-8 {
    margin-top: 2rem;
  }

  .md\:mt-3 {
    margin-top: 0.75rem;
  }

  .md\:ml-16 {
    margin-left: 4rem;
  }

  .md\:mt-10 {
    margin-top: 2.5rem;
  }

  .md\:mt-16 {
    margin-top: 4rem;
  }

  .md\:block {
    display: block;
  }

  .md\:hidden {
    display: none;
  }

  .md\:h-\[30rem\] {
    height: 30rem;
  }

  .md\:h-14 {
    height: 3.5rem;
  }

  .md\:w-auto {
    width: auto;
  }

  .md\:min-w-\[250px\] {
    min-width: 250px;
  }

  .md\:grid-cols-2 {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .md\:grid-cols-3 {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .md\:grid-rows-4 {
    grid-template-rows: repeat(4, minmax(0, 1fr));
  }

  .md\:gap-12 {
    gap: 3rem;
  }

  .md\:gap-x-10 {
    -moz-column-gap: 2.5rem;
         column-gap: 2.5rem;
  }

  .md\:gap-y-20 {
    row-gap: 5rem;
  }

  .md\:py-52 {
    padding-top: 13rem;
    padding-bottom: 13rem;
  }

  .md\:px-20 {
    padding-left: 5rem;
    padding-right: 5rem;
  }

  .md\:pt-40 {
    padding-top: 10rem;
  }

  .md\:pb-\[6\.4rem\] {
    padding-bottom: 6.4rem;
  }

  .md\:text-3xl {
    font-size: 1.875rem;
    line-height: 2.25rem;
  }

  .md\:text-4\.5xl {
    font-size: 2.5rem;
    line-height: 3rem;
  }

  .md\:text-2\.5xl {
    font-size: 1.5625rem;
    line-height: 2.1rem;
  }
}

@media (min-width: 900px) {
  .\31md\:order-1 {
    order: 1;
  }

  .\31md\:order-2 {
    order: 2;
  }

  .\31md\:mt-2 {
    margin-top: 0.5rem;
  }

  .\31md\:mt-0 {
    margin-top: 0px;
  }

  .\31md\:ml-0 {
    margin-left: 0px;
  }

  .\31md\:mb-52 {
    margin-bottom: 13rem;
  }

  .\31md\:block {
    display: block;
  }

  .\31md\:hidden {
    display: none;
  }

  .\31md\:w-2\/3 {
    width: 66.666667%;
  }

  .\31md\:w-1\/3 {
    width: 33.333333%;
  }

  .\31md\:w-1\/2 {
    width: 50%;
  }

  .\31md\:w-\[50vw\] {
    width: 50vw;
  }

  .\31md\:w-\[63\%\] {
    width: 63%;
  }

  .\31md\:max-w-3xl {
    max-width: 48rem;
  }

  .\31md\:flex-row {
    flex-direction: row;
  }

  .\31md\:flex-nowrap {
    flex-wrap: nowrap;
  }

  .\31md\:justify-start {
    justify-content: flex-start;
  }

  .\31md\:justify-end {
    justify-content: flex-end;
  }

  .\31md\:justify-evenly {
    justify-content: space-evenly;
  }

  .\31md\:gap-3 {
    gap: 0.75rem;
  }

  .\31md\:px-4 {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .\31md\:pl-0 {
    padding-left: 0px;
  }

  .\31md\:pr-5 {
    padding-right: 1.25rem;
  }
}

@media (min-width: 1024px) {
  .lg\:relative {
    position: relative;
  }

  .lg\:order-1 {
    order: 1;
  }

  .lg\:order-2 {
    order: 2;
  }

  .lg\:order-3 {
    order: 3;
  }

  .lg\:mx-auto {
    margin-left: auto;
    margin-right: auto;
  }

  .lg\:mt-0 {
    margin-top: 0px;
  }

  .lg\:mt-8 {
    margin-top: 2rem;
  }

  .lg\:mt-12 {
    margin-top: 3rem;
  }

  .lg\:ml-7 {
    margin-left: 1.75rem;
  }

  .lg\:ml-28 {
    margin-left: 7rem;
  }

  .lg\:mt-2 {
    margin-top: 0.5rem;
  }

  .lg\:ml-10 {
    margin-left: 2.5rem;
  }

  .lg\:block {
    display: block;
  }

  .lg\:flex {
    display: flex;
  }

  .lg\:hidden {
    display: none;
  }

  .lg\:h-72 {
    height: 18rem;
  }

  .lg\:h-\[35rem\] {
    height: 35rem;
  }

  .lg\:h-full {
    height: 100%;
  }

  .lg\:h-12 {
    height: 3rem;
  }

  .lg\:max-h-\[486px\] {
    max-height: 486px;
  }

  .lg\:min-h-\[18\.3rem\] {
    min-height: 18.3rem;
  }

  .lg\:w-auto {
    width: auto;
  }

  .lg\:w-1\/2 {
    width: 50%;
  }

  .lg\:w-\[35\%\] {
    width: 35%;
  }

  .lg\:w-\[55\%\] {
    width: 55%;
  }

  .lg\:w-\[45\%\] {
    width: 45%;
  }

  .lg\:w-\[calc\(100\%\+0\.75rem\)\] {
    width: calc(100% + 0.75rem);
  }

  .lg\:w-\[46\%\] {
    width: 46%;
  }

  .lg\:min-w-\[35\.5rem\] {
    min-width: 35.5rem;
  }

  .lg\:min-w-\[46\%\] {
    min-width: 46%;
  }

  .lg\:max-w-\[370px\] {
    max-width: 370px;
  }

  .lg\:flex-1 {
    flex: 1 1 0%;
  }

  .lg\:flex-auto {
    flex: 1 1 auto;
  }

  .lg\:flex-row {
    flex-direction: row;
  }

  .lg\:flex-col {
    flex-direction: column;
  }

  .lg\:flex-nowrap {
    flex-wrap: nowrap;
  }

  .lg\:items-start {
    align-items: flex-start;
  }

  .lg\:items-end {
    align-items: flex-end;
  }

  .lg\:justify-start {
    justify-content: flex-start;
  }

  .lg\:justify-end {
    justify-content: flex-end;
  }

  .lg\:justify-between {
    justify-content: space-between;
  }

  .lg\:gap-14 {
    gap: 3.5rem;
  }

  .lg\:gap-24 {
    gap: 6rem;
  }

  .lg\:gap-x-24 {
    -moz-column-gap: 6rem;
         column-gap: 6rem;
  }

  .lg\:bg-white {
    --tw-bg-opacity: 1;
    background-color: rgb(255 255 255 / var(--tw-bg-opacity));
  }

  .lg\:bg-black {
    --tw-bg-opacity: 1;
    background-color: rgb(0 0 0 / var(--tw-bg-opacity));
  }

  .lg\:bg-forbat-primary {
    --tw-bg-opacity: 1;
    background-color: rgb(30 113 207 / var(--tw-bg-opacity));
  }

  .lg\:px-0 {
    padding-left: 0px;
    padding-right: 0px;
  }

  .lg\:py-12 {
    padding-top: 3rem;
    padding-bottom: 3rem;
  }

  .lg\:py-0 {
    padding-top: 0px;
    padding-bottom: 0px;
  }

  .lg\:py-56 {
    padding-top: 14rem;
    padding-bottom: 14rem;
  }

  .lg\:py-40 {
    padding-top: 10rem;
    padding-bottom: 10rem;
  }

  .lg\:py-16 {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }

  .lg\:px-4 {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .lg\:px-14 {
    padding-left: 3.5rem;
    padding-right: 3.5rem;
  }

  .lg\:py-\[9\.2rem\] {
    padding-top: 9.2rem;
    padding-bottom: 9.2rem;
  }

  .lg\:pt-0 {
    padding-top: 0px;
  }

  .lg\:pb-10 {
    padding-bottom: 2.5rem;
  }

  .lg\:pt-14 {
    padding-top: 3.5rem;
  }

  .lg\:pb-60 {
    padding-bottom: 15rem;
  }

  .lg\:pb-5 {
    padding-bottom: 1.25rem;
  }

  .lg\:pl-12 {
    padding-left: 3rem;
  }

  .lg\:text-left {
    text-align: left;
  }

  .lg\:text-3\.5xl {
    font-size: 2.125rem;
    line-height: 2.4rem;
  }

  .lg\:text-lg {
    font-size: 1.125rem;
    line-height: 1.75rem;
  }

  .lg\:text-black {
    --tw-text-opacity: 1;
    color: rgb(0 0 0 / var(--tw-text-opacity));
  }

  .lg\:text-white {
    --tw-text-opacity: 1;
    color: rgb(255 255 255 / var(--tw-text-opacity));
  }
}

@media (min-width: 1100px) {
  .\31lg\:absolute {
    position: absolute;
  }

  .\31lg\:mx-0 {
    margin-left: 0px;
    margin-right: 0px;
  }

  .\31lg\:mt-0 {
    margin-top: 0px;
  }

  .\31lg\:-mr-7 {
    margin-right: -1.75rem;
  }

  .\31lg\:ml-0 {
    margin-left: 0px;
  }

  .\31lg\:block {
    display: block;
  }

  .\31lg\:hidden {
    display: none;
  }

  .\31lg\:max-h-64 {
    max-height: 16rem;
  }

  .\31lg\:w-2\/3 {
    width: 66.666667%;
  }

  .\31lg\:w-1\/3 {
    width: 33.333333%;
  }

  .\31lg\:w-\[50\%\] {
    width: 50%;
  }

  .\31lg\:w-\[calc\(50vw-0\.5rem\)\] {
    width: calc(50vw - 0.5rem);
  }

  .\31lg\:w-2\/5 {
    width: 40%;
  }

  .\31lg\:max-w-none {
    max-width: none;
  }

  .\31lg\:flex-row {
    flex-direction: row;
  }

  .\31lg\:items-center {
    align-items: center;
  }

  .\31lg\:justify-center {
    justify-content: center;
  }

  .\31lg\:justify-around {
    justify-content: space-around;
  }

  .\31lg\:whitespace-nowrap {
    white-space: nowrap;
  }

  .\31lg\:bg-transparent {
    background-color: transparent;
  }

  .\31lg\:py-48 {
    padding-top: 12rem;
    padding-bottom: 12rem;
  }

  .\31lg\:py-24 {
    padding-top: 6rem;
    padding-bottom: 6rem;
  }

  .\31lg\:pt-20 {
    padding-top: 5rem;
  }

  .\31lg\:pl-14 {
    padding-left: 3.5rem;
  }

  .\31lg\:text-left {
    text-align: left;
  }

  .\31lg\:text-center {
    text-align: center;
  }
}

@media (min-width: 1280px) {
  .xl\:order-1 {
    order: 1;
  }

  .xl\:order-2 {
    order: 2;
  }

  .xl\:-mr-5 {
    margin-right: -1.25rem;
  }

  .xl\:ml-36 {
    margin-left: 9rem;
  }

  .xl\:-mr-10 {
    margin-right: -2.5rem;
  }

  .xl\:mr-8 {
    margin-right: 2rem;
  }

  .xl\:mt-2 {
    margin-top: 0.5rem;
  }

  .xl\:mb-0 {
    margin-bottom: 0px;
  }

  .xl\:-mr-8 {
    margin-right: -2rem;
  }

  .xl\:mt-\[4\.2rem\] {
    margin-top: 4.2rem;
  }

  .xl\:mt-24 {
    margin-top: 6rem;
  }

  .xl\:ml-0 {
    margin-left: 0px;
  }

  .xl\:mt-\[6\.2rem\] {
    margin-top: 6.2rem;
  }

  .xl\:mt-12 {
    margin-top: 3rem;
  }

  .xl\:mt-\[4\.5rem\] {
    margin-top: 4.5rem;
  }

  .xl\:mt-0 {
    margin-top: 0px;
  }

  .xl\:mt-20 {
    margin-top: 5rem;
  }

  .xl\:ml-10 {
    margin-left: 2.5rem;
  }

  .xl\:block {
    display: block;
  }

  .xl\:hidden {
    display: none;
  }

  .xl\:h-\[40rem\] {
    height: 40rem;
  }

  .xl\:h-auto {
    height: auto;
  }

  .xl\:h-\[6\.7rem\] {
    height: 6.7rem;
  }

  .xl\:h-14 {
    height: 3.5rem;
  }

  .xl\:h-16 {
    height: 4rem;
  }

  .xl\:h-10 {
    height: 2.5rem;
  }

  .xl\:max-h-72 {
    max-height: 18rem;
  }

  .xl\:max-h-\[596px\] {
    max-height: 596px;
  }

  .xl\:w-3\/5 {
    width: 60%;
  }

  .xl\:w-2\/5 {
    width: 40%;
  }

  .xl\:w-1\/2 {
    width: 50%;
  }

  .xl\:w-\[6\.7rem\] {
    width: 6.7rem;
  }

  .xl\:w-1\/4 {
    width: 25%;
  }

  .xl\:w-\[40\%\] {
    width: 40%;
  }

  .xl\:w-\[60\%\] {
    width: 60%;
  }

  .xl\:w-\[calc\(\(\(\(1536px-2rem-2rem\)\*0\.60\)\+\(100vw-1536px\)\/2\)\+2rem\)\] {
    width: calc((((1536px - 2rem - 2rem) * 0.60) + (100vw - 1536px) / 2) + 2rem);
  }

  .xl\:w-\[44\.5\%\] {
    width: 44.5%;
  }

  .xl\:w-10 {
    width: 2.5rem;
  }

  .xl\:w-16 {
    width: 4rem;
  }

  .xl\:min-w-\[38rem\] {
    min-width: 38rem;
  }

  .xl\:min-w-\[44\.5\%\] {
    min-width: 44.5%;
  }

  .xl\:max-w-\[100\%\] {
    max-width: 100%;
  }

  .xl\:grid-cols-4 {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }

  .xl\:grid-rows-3 {
    grid-template-rows: repeat(3, minmax(0, 1fr));
  }

  .xl\:flex-row {
    flex-direction: row;
  }

  .xl\:flex-nowrap {
    flex-wrap: nowrap;
  }

  .xl\:gap-4 {
    gap: 1rem;
  }

  .xl\:gap-7 {
    gap: 1.75rem;
  }

  .xl\:whitespace-nowrap {
    white-space: nowrap;
  }

  .xl\:py-28 {
    padding-top: 7rem;
    padding-bottom: 7rem;
  }

  .xl\:py-60 {
    padding-top: 15rem;
    padding-bottom: 15rem;
  }

  .xl\:py-20 {
    padding-top: 5rem;
    padding-bottom: 5rem;
  }

  .xl\:px-6 {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }

  .xl\:px-0 {
    padding-left: 0px;
    padding-right: 0px;
  }

  .xl\:py-24 {
    padding-top: 6rem;
    padding-bottom: 6rem;
  }

  .xl\:py-\[11\.5rem\] {
    padding-top: 11.5rem;
    padding-bottom: 11.5rem;
  }

  .xl\:pr-10 {
    padding-right: 2.5rem;
  }

  .xl\:pt-24 {
    padding-top: 6rem;
  }

  .xl\:pb-\[4\.34rem\] {
    padding-bottom: 4.34rem;
  }

  .xl\:pl-10 {
    padding-left: 2.5rem;
  }

  .xl\:pr-5 {
    padding-right: 1.25rem;
  }

  .xl\:pl-24 {
    padding-left: 6rem;
  }

  .xl\:pt-7 {
    padding-top: 1.75rem;
  }

  .xl\:text-left {
    text-align: left;
  }

  .xl\:text-4xl {
    font-size: 2.25rem;
    line-height: 2.5rem;
  }

  .xl\:text-2xl {
    font-size: 1.5rem;
    line-height: 2rem;
  }

  .xl\:text-5xl {
    font-size: 3rem;
    line-height: 1.2;
  }

  .xl\:text-md {
    font-size: 1.0625rem;
    line-height: 1.7rem;
  }
}

@media (min-width: 1536px) {
  .\32xl\:order-1 {
    order: 1;
  }

  .\32xl\:order-2 {
    order: 2;
  }

  .\32xl\:ml-\[6\.4rem\] {
    margin-left: 6.4rem;
  }

  .\32xl\:mb-20 {
    margin-bottom: 5rem;
  }

  .\32xl\:-mr-20 {
    margin-right: -5rem;
  }

  .\32xl\:mt-40 {
    margin-top: 10rem;
  }

  .\32xl\:mt-20 {
    margin-top: 5rem;
  }

  .\32xl\:ml-40 {
    margin-left: 10rem;
  }

  .\32xl\:ml-8 {
    margin-left: 2rem;
  }

  .\32xl\:ml-16 {
    margin-left: 4rem;
  }

  .\32xl\:block {
    display: block;
  }

  .\32xl\:flex {
    display: flex;
  }

  .\32xl\:hidden {
    display: none;
  }

  .\32xl\:max-h-80 {
    max-height: 20rem;
  }

  .\32xl\:max-h-full {
    max-height: 100%;
  }

  .\32xl\:w-3\/5 {
    width: 60%;
  }

  .\32xl\:w-2\/5 {
    width: 40%;
  }

  .\32xl\:w-\[58\.7\%\] {
    width: 58.7%;
  }

  .\32xl\:w-1\/2 {
    width: 50%;
  }

  .\32xl\:min-w-\[50rem\] {
    min-width: 50rem;
  }

  .\32xl\:flex-col {
    flex-direction: column;
  }

  .\32xl\:p-0 {
    padding: 0px;
  }

  .\32xl\:px-0 {
    padding-left: 0px;
    padding-right: 0px;
  }

  .\32xl\:py-32 {
    padding-top: 8rem;
    padding-bottom: 8rem;
  }

  .\32xl\:py-24 {
    padding-top: 6rem;
    padding-bottom: 6rem;
  }

  .\32xl\:px-8 {
    padding-left: 2rem;
    padding-right: 2rem;
  }

  .\32xl\:py-64 {
    padding-top: 16rem;
    padding-bottom: 16rem;
  }

  .\32xl\:pr-0 {
    padding-right: 0px;
  }

  .\32xl\:pt-28 {
    padding-top: 7rem;
  }

  .\32xl\:pb-28 {
    padding-bottom: 7rem;
  }

  .\32xl\:pt-40 {
    padding-top: 10rem;
  }

  .\32xl\:pb-48 {
    padding-bottom: 12rem;
  }

  .\32xl\:pl-32 {
    padding-left: 8rem;
  }

  .\32xl\:pt-9 {
    padding-top: 2.25rem;
  }

  .\32xl\:text-4\.5xl {
    font-size: 2.5rem;
    line-height: 3rem;
  }

  .\32xl\:text-xl {
    font-size: 1.25rem;
    line-height: 1.75rem;
  }

  .\32xl\:text-6xl {
    font-size: 3.75rem;
    line-height: 1.3;
  }

  @media (min-width: 1280px) {
    .\32xl\:xl\:w-\[calc\(50vw-1rem-3rem\)\] {
      width: calc(50vw - 1rem - 3rem);
    }
  }
}