@import url('https://fonts.googleapis.com/css2?family=Raleway:wght@300;400;600;800&display=swap');

/*
! 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: "Raleway", sans-serif, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", "Helvetica Neue", Arial, "Noto Sans", "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;
}

html, body{
  font-size: 80% !important;
}

@media (min-width: 640px){
  html, body{
    font-size: 83% !important;
  }
}

@media (min-width: 768px){
  html, body{
    font-size: 85% !important;
  }
}

@media (min-width: 1024px){
  html, body{
    font-size: 88% !important;
  }
}

@media (min-width: 1280px){
  html, body{
    font-size: 90% !important;
  }
}

@media (min-width: 1536px){
  html, body{
    font-size: 100% !important;
  }
}

html, body{
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

html,body{
  scroll-behavior: smooth;
}

/* Own container class, if latter breakpoint change it should be changed here too */

.container_{
  margin-left: auto;
  margin-right: auto;
  width: 100%;
  padding-left: 1rem;
  padding-right: 1rem;
}

@media (min-width: 768px){
  .container_{
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }
}

@media (min-width: 1024px){
  .container_{
    padding-left: 2rem;
    padding-right: 2rem;
  }
}

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

@media (min-width: 1800px){
  .container_{
    max-width: 1800px;
  }
}

input::-moz-placeholder, textarea::-moz-placeholder{
  --tw-text-opacity: 1 !important;
  color: rgb(253 253 253 / var(--tw-text-opacity)) !important;
}

input::placeholder,  textarea::placeholder{
  --tw-text-opacity: 1 !important;
  color: rgb(253 253 253 / var(--tw-text-opacity)) !important;
}

.navbar_transparent{
  position: absolute;
  top: 0px;
  z-index: 50;
  width: 100%;
  border-bottom-width: 1px;
  border-color: rgb(255 255 255 / var(--tw-border-opacity));
  --tw-border-opacity: 0.05;
  background-color: transparent;
}

.navbar_transparent #navigation ul li{
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

.navbar_transparent .nav_adress span a{
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

.navbar_transparent .nav_adress span a:hover{
  --tw-text-opacity: 1;
  color: rgb(233 98 43 / var(--tw-text-opacity));
}

.navbar_creme .nav_adress span a:hover{
  --tw-text-opacity: 1;
  color: rgb(233 98 43 / var(--tw-text-opacity));
}

.navbar_transparent #logo svg{
  fill: #fff;
}

.navbar_creme{
  position: fixed;
  top: 0px;
  z-index: 50;
  width: 100%;
  --tw-translate-y: -5rem;
  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));
  border-bottom-width: 1px;
  border-color: rgb(0 0 0 / var(--tw-border-opacity));
  --tw-border-opacity: 0.05;
  --tw-bg-opacity: 1;
  background-color: rgb(231 240 230 / var(--tw-bg-opacity));
}

.navbar_creme #navigation ul li{
  --tw-text-opacity: 1;
  color: rgb(253 253 253 / var(--tw-text-opacity));
}

@media (min-width: 1024px){
  .navbar_creme #navigation ul li{
    --tw-text-opacity: 1;
    color: rgb(15 13 38 / var(--tw-text-opacity));
  }
}

.navbar_creme #logo svg{
  fill: #000;
}

.mpms_list li{
  position:relative;
}

.mpms_list li:before{
  content:'';
  background-image: url('../img/check_mark.svg');
  display:block;
  position: absolute;
  left: -3.5rem;
  top: 50%;
  --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));
}

@media (min-width: 768px){
  .mpms_list li:before{
    left: -6rem;
  }
}

.mpms_list li:before{
  height: 3rem;
  width: 3rem;
  background-size: cover;
  background-repeat: no-repeat;
}

.mpms_list_solution li {
  position:relative;
}

.mpms_list_solution li:before{
  content:'';
  position: absolute;
  top: 50%;
  left: -3.5rem;
  display: block;
  height: 1.25rem;
  width: 1.25rem;
  --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));
  border-radius: 9999px;
  --tw-bg-opacity: 1;
  background-color: rgb(161 209 210 / var(--tw-bg-opacity));
}

@media (min-width: 768px){
  .mpms_list_solution li:before{
    left: -6rem;
  }
}

#mpms_list_wrap {
  position: relative;
}

#mpms_list_wrap:before {
  content:'';
  position: absolute;
  top: 0px;
  right: 100%;
  height: 100%;
  width: 100%;
  --tw-bg-opacity: 1;
  background-color: rgb(17 22 46 / var(--tw-bg-opacity));
}

#mpms_list_wrap:after {
  content:'';
  position: absolute;
  top: 0px;
  left: 100%;
  height: 100%;
  width: 100%;
  --tw-bg-opacity: 1;
  background-color: rgb(17 22 46 / var(--tw-bg-opacity));
}

.form{
  display: block;
  width: 100%;
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(17 22 46 / var(--tw-border-opacity));
  --tw-bg-opacity: 1;
  background-color: rgb(15 13 38 / var(--tw-bg-opacity));
  padding: 0.75rem;
  font-size: 1.40625rem;
  line-height: 2rem;
  font-weight: 300;
  --tw-text-opacity: 1;
  color: rgb(253 253 253 / var(--tw-text-opacity));
}

.form:focus-visible{
  outline-style: solid;
  outline-width: 1px;
  outline-color: #E9622B;
}

@media (min-width: 1280px){
  .half_fluid_img{
    margin-right: -1.5rem;
  }
}

@media (min-width: 1536px){
  .half_fluid_img{
    margin-right: calc(((100vw - 1472px) / -2));
  }
}

@media (min-width: 1800px){
  .half_fluid_img{
    margin-right: calc(((100vw - 1736px) / -2));
  }
}

@media (min-width: 1280px){
  .left_margin_mpms_xl{
    margin-left: 10rem;
  }
}

@media (min-width: 768px){
  .left_margin_mpms_lg{
    margin-left: 10rem;
  }
}

.iphone_img:after {
  content:'';
  position: absolute;
  left: 100%;
  top: 0px;
  z-index: 20;
  display: block;
  height: 100%;
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
}

@media (min-width: 1536px){
  .iphone_img:after{
    width: 6rem;
  }
}

@media (min-width: 1800px){
  .iphone_img:after{
    width: 3rem;
  }
}

.photo_gal_item{
  cursor: zoom-in;
}

/*!
 * Hamburgers
 * @description Tasty CSS-animated hamburgers
 * @author Jonathan Suh @jonsuh
 * @site https://jonsuh.com/hamburgers
 * @link https://github.com/jonsuh/hamburgers
 */

.hamburger {
  padding: 15px 15px;
  display: inline-block;
  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-box {
  width: 25px;
  height: 22px;
  display: inline-block;
  position: relative;
}

.hamburger-inner {
  display: block;
  top: 50%;
  margin-top: -2px;
}

.hamburger-inner, .hamburger-inner::before, .hamburger-inner::after {
  width: 25px;
  height: 3px;
  border-radius: 0px;
  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: -8px;
}

.hamburger-inner::after {
  bottom: -8px;
}

.navbar_transparent .hamburger-inner, .navbar_transparent .hamburger-inner::before, .navbar_transparent .hamburger-inner::after{
  background-color:#fff;
}

.navbar_creme .hamburger-inner, .navbar_creme .hamburger-inner::before, .navbar_creme .hamburger-inner::after{
  background-color:#000;
}

.navbar_creme .hamburger.is-active .hamburger-inner,
  .navbar_creme .hamburger.is-active .hamburger-inner::before,
  .navbar_creme .hamburger.is-active .hamburger-inner::after {
  background-color: #000;
}

.navbar_transparent .hamburger.is-active .hamburger-inner,
  .navbar_transparent .hamburger.is-active .hamburger-inner::before,
  .navbar_transparent .hamburger.is-active .hamburger-inner::after {
  background-color: #FFF;
}

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

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

.fixed{
  position: fixed;
}

.absolute{
  position: absolute;
}

.relative{
  position: relative;
}

.right-0{
  right: 0px;
}

.top-0{
  top: 0px;
}

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

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

.left-0{
  left: 0px;
}

.-bottom-28{
  bottom: -7rem;
}

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

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

.-top-16{
  top: -4rem;
}

.bottom-full{
  bottom: 100%;
}

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

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

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

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

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

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

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

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

.order-3{
  order: 3;
}

.order-2{
  order: 2;
}

.ml-auto{
  margin-left: auto;
}

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

.mt-10{
  margin-top: 2.5rem;
}

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

.mt-18{
  margin-top: 4.5rem;
}

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

.mb-24{
  margin-bottom: 6rem;
}

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

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

.mt-12{
  margin-top: 3rem;
}

.mt-14{
  margin-top: 3.5rem;
}

.-mt-\[34rem\]{
  margin-top: -34rem;
}

.block{
  display: block;
}

.flex{
  display: flex;
}

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

.hidden{
  display: none;
}

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

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

.h-11{
  height: 2.75rem;
}

.h-screen{
  height: 100vh;
}

.h-full{
  height: 100%;
}

.h-\[31rem\]{
  height: 31rem;
}

.h-auto{
  height: auto;
}

.h-16{
  height: 4rem;
}

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

.max-h-\[32rem\]{
  max-height: 32rem;
}

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

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

.w-11{
  width: 2.75rem;
}

.w-full{
  width: 100%;
}

.w-\[31rem\]{
  width: 31rem;
}

.w-auto{
  width: auto;
}

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

.w-screen{
  width: 100vw;
}

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

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

.max-w-4xl{
  max-width: 56rem;
}

.max-w-xl{
  max-width: 36rem;
}

.max-w-6xl{
  max-width: 72rem;
}

.max-w-2xl{
  max-width: 42rem;
}

.max-w-3xl{
  max-width: 48rem;
}

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

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

.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-pointer{
  cursor: pointer;
}

.resize{
  resize: both;
}

.list-none{
  list-style-type: none;
}

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

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

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

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

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

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

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

.gap-6{
  gap: 1.5rem;
}

.gap-4{
  gap: 1rem;
}

.gap-5{
  gap: 1.25rem;
}

.gap-y-5{
  row-gap: 1.25rem;
}

.gap-x-12{
  -moz-column-gap: 3rem;
       column-gap: 3rem;
}

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

.overflow-hidden{
  overflow: hidden;
}

.overflow-x-hidden{
  overflow-x: hidden;
}

.whitespace-nowrap{
  white-space: nowrap;
}

.rounded{
  border-radius: 0.25rem;
}

.border-l{
  border-left-width: 1px;
}

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

.border-opacity-10{
  --tw-border-opacity: 0.1;
}

.bg-mpms-darker_blue{
  --tw-bg-opacity: 1;
  background-color: rgb(15 13 38 / var(--tw-bg-opacity));
}

.bg-slate-800{
  --tw-bg-opacity: 1;
  background-color: rgb(30 41 59 / var(--tw-bg-opacity));
}

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

.bg-mpms-dark_blue{
  --tw-bg-opacity: 1;
  background-color: rgb(17 22 46 / var(--tw-bg-opacity));
}

.bg-mpms-pale{
  --tw-bg-opacity: 1;
  background-color: rgb(253 253 253 / var(--tw-bg-opacity));
}

.bg-mpms-lighter_blue{
  --tw-bg-opacity: 1;
  background-color: rgb(18 25 51 / var(--tw-bg-opacity));
}

.bg-mpms-creme{
  --tw-bg-opacity: 1;
  background-color: rgb(231 240 230 / var(--tw-bg-opacity));
}

.bg-mpms-primary{
  --tw-bg-opacity: 1;
  background-color: rgb(233 98 43 / var(--tw-bg-opacity));
}

.bg-opacity-20{
  --tw-bg-opacity: 0.2;
}

.bg-opacity-\[0\.88\]{
  --tw-bg-opacity: 0.88;
}

.bg-opacity-30{
  --tw-bg-opacity: 0.3;
}

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

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

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

.p-2{
  padding: 0.5rem;
}

.p-10{
  padding: 2.5rem;
}

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

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

.py-48{
  padding-top: 12rem;
  padding-bottom: 12rem;
}

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

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

.py-\[10\.5rem\]{
  padding-top: 10.5rem;
  padding-bottom: 10.5rem;
}

.py-28{
  padding-top: 7rem;
  padding-bottom: 7rem;
}

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

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

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

.pt-28{
  padding-top: 7rem;
}

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

.pl-14{
  padding-left: 3.5rem;
}

.pt-40{
  padding-top: 10rem;
}

.pt-24{
  padding-top: 6rem;
}

.pb-14{
  padding-bottom: 3.5rem;
}

.pb-48{
  padding-bottom: 12rem;
}

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

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

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

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

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

.text-7xl{
  font-size: 4.5rem;
  line-height: 1;
}

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

.text-1_5xl{
  font-size: 1.40625rem;
  line-height: 2rem;
}

.text-4xl{
  font-size: 2.25rem;
  line-height: 2.5rem;
}

.text-5xl{
  font-size: 3rem;
  line-height: 1;
}

.text-3xl{
  font-size: 1.875rem;
  line-height: 2.25rem;
}

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

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

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

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

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

.italic{
  font-style: italic;
}

.not-italic{
  font-style: normal;
}

.leading-\[6rem\]{
  line-height: 6rem;
}

.leading-\[2\.5rem\]{
  line-height: 2.5rem;
}

.leading-\[1\.2\]{
  line-height: 1.2;
}

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

.text-mpms-pale{
  --tw-text-opacity: 1;
  color: rgb(253 253 253 / var(--tw-text-opacity));
}

.text-mpms-primary{
  --tw-text-opacity: 1;
  color: rgb(233 98 43 / var(--tw-text-opacity));
}

.text-mpms-grey{
  --tw-text-opacity: 1;
  color: rgb(174 174 174 / var(--tw-text-opacity));
}

.text-mpms-dark_blue{
  --tw-text-opacity: 1;
  color: rgb(17 22 46 / var(--tw-text-opacity));
}

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

.mix-blend-normal{
  mix-blend-mode: normal;
}

.transition-transform{
  transition-property: transform;
  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-200{
  transition-duration: 200ms;
}

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

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

.hover\:bg-opacity-95:hover{
  --tw-bg-opacity: 0.95;
}

.hover\:text-mpms-primary:hover{
  --tw-text-opacity: 1;
  color: rgb(233 98 43 / var(--tw-text-opacity));
}

.focus\:outline-none:focus{
  outline: 2px solid transparent;
  outline-offset: 2px;
}

.focus\:ring-4:focus{
  --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(4px + 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);
}

@media (min-width: 640px){
  .sm\:-right-16{
    right: -4rem;
  }

  .sm\:-top-16{
    top: -4rem;
  }

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

  .sm\:ml-10{
    margin-left: 2.5rem;
  }

  .sm\:block{
    display: block;
  }

  .sm\:hidden{
    display: none;
  }

  .sm\:w-1\/2{
    width: 50%;
  }

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

  .sm\:text-8xl{
    font-size: 6rem;
    line-height: 1;
  }

  .sm\:text-3xl{
    font-size: 1.875rem;
    line-height: 2.25rem;
  }

  .sm\:text-4_5xl{
    font-size: 2.8125rem;
    line-height: 1;
  }

  .sm\:text-6xl{
    font-size: 3.75rem;
    line-height: 1;
  }

  .sm\:text-5xl{
    font-size: 3rem;
    line-height: 1;
  }

  .sm\:leading-\[8rem\]{
    line-height: 8rem;
  }
}

@media (min-width: 768px){
  .md\:-left-8{
    left: -2rem;
  }

  .md\:ml-18{
    margin-left: 4.5rem;
  }

  .md\:mt-16{
    margin-top: 4rem;
  }

  .md\:block{
    display: block;
  }

  .md\:hidden{
    display: none;
  }

  .md\:w-1\/3{
    width: 33.333333%;
  }

  .md\:max-w-\[65\%\]{
    max-width: 65%;
  }

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

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

  .md\:gap-y-5{
    row-gap: 1.25rem;
  }

  .md\:gap-y-4{
    row-gap: 1rem;
  }

  .md\:bg-mpms-pale{
    --tw-bg-opacity: 1;
    background-color: rgb(253 253 253 / var(--tw-bg-opacity));
  }

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

  .md\:py-52{
    padding-top: 13rem;
    padding-bottom: 13rem;
  }

  .md\:px-8{
    padding-left: 2rem;
    padding-right: 2rem;
  }

  .md\:py-18{
    padding-top: 4.5rem;
    padding-bottom: 4.5rem;
  }

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

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

  .md\:pl-40{
    padding-left: 10rem;
  }

  .md\:text-6xl{
    font-size: 3.75rem;
    line-height: 1;
  }

  .md\:leading-\[2\.25rem\]{
    line-height: 2.25rem;
  }

  .md\:opacity-90{
    opacity: 0.9;
  }

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

@media (min-width: 1024px){
  .lg\:static{
    position: static;
  }

  .lg\:order-1{
    order: 1;
  }

  .lg\:order-2{
    order: 2;
  }

  .lg\:order-3{
    order: 3;
  }

  .lg\:ml-32{
    margin-left: 8rem;
  }

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

  .lg\:-mb-56{
    margin-bottom: -14rem;
  }

  .lg\:block{
    display: block;
  }

  .lg\:flex{
    display: flex;
  }

  .lg\:hidden{
    display: none;
  }

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

  .lg\:min-h-0{
    min-height: 0px;
  }

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

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

  .lg\:w-1\/2{
    width: 50%;
  }

  .lg\:w-3\/4{
    width: 75%;
  }

  .lg\:w-\[35\%\]{
    width: 35%;
  }

  .lg\:min-w-0{
    min-width: 0px;
  }

  .lg\:max-w-none{
    max-width: none;
  }

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

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

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

  .lg\:gap-y-0{
    row-gap: 0px;
  }

  .lg\:gap-x-12{
    -moz-column-gap: 3rem;
         column-gap: 3rem;
  }

  .lg\:gap-x-6{
    -moz-column-gap: 1.5rem;
         column-gap: 1.5rem;
  }

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

  .lg\:bg-mpms-primary{
    --tw-bg-opacity: 1;
    background-color: rgb(233 98 43 / var(--tw-bg-opacity));
  }

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

  .lg\:py-56{
    padding-top: 14rem;
    padding-bottom: 14rem;
  }

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

  .lg\:pt-24{
    padding-top: 6rem;
  }

  .lg\:text-8_5xl{
    font-size: 7.5rem;
    line-height: 1;
  }

  .lg\:leading-\[9rem\]{
    line-height: 9rem;
  }

  .lg\:text-mpms-pale{
    --tw-text-opacity: 1;
    color: rgb(253 253 253 / var(--tw-text-opacity));
  }
}

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

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

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

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

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

  .xl\:-bottom-16{
    bottom: -4rem;
  }

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

  .xl\:top-\[65px\]{
    top: 65px;
  }

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

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

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

  .xl\:block{
    display: block;
  }

  .xl\:flex{
    display: flex;
  }

  .xl\:hidden{
    display: none;
  }

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

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

  .xl\:h-\[32rem\]{
    height: 32rem;
  }

  .xl\:max-h-\[31\.25rem\]{
    max-height: 31.25rem;
  }

  .xl\:max-h-\[50rem\]{
    max-height: 50rem;
  }

  .xl\:w-1\/2{
    width: 50%;
  }

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

  .xl\:w-\[32rem\]{
    width: 32rem;
  }

  .xl\:w-\[50vw\]{
    width: 50vw;
  }

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

  .xl\:w-\[68\%\]{
    width: 68%;
  }

  .xl\:w-\[32\%\]{
    width: 32%;
  }

  .xl\:min-w-\[50\%\]{
    min-width: 50%;
  }

  .xl\:max-w-none{
    max-width: none;
  }

  .xl\:flex-grow{
    flex-grow: 1;
  }

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

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

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

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

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

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

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

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

  .xl\:pl-12{
    padding-left: 3rem;
  }

  .xl\:pr-8{
    padding-right: 2rem;
  }

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

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

  .xl\:opacity-100{
    opacity: 1;
  }
}

@media (min-width: 1536px){
  .\32xl\:left-auto{
    left: auto;
  }

  .\32xl\:-right-7{
    right: -1.75rem;
  }

  .\32xl\:block{
    display: block;
  }

  .\32xl\:hidden{
    display: none;
  }

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

  .\32xl\:max-h-\[55rem\]{
    max-height: 55rem;
  }

  .\32xl\:w-\[35rem\]{
    width: 35rem;
  }

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

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

  .\32xl\:pb-32{
    padding-bottom: 8rem;
  }

  .\32xl\:pl-20{
    padding-left: 5rem;
  }
}

@media (min-width: 1800px){
  .\33xl\:right-6{
    right: 1.5rem;
  }

  .\33xl\:block{
    display: block;
  }

  .\33xl\:hidden{
    display: none;
  }

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


