* {
  font-family: "Open Sans", sans-serif;
  color: #1E1A34;
}

.gridCont {
  width: 90%;
  max-width: 1400px;
  margin: 0 auto;
  display: grid;
}

@layer default, modules, pages, hover, resp;
@layer default {
  * {
    padding: 0px;
    margin: 0px;
    list-style-type: none;
    font-size: 0px;
    outline: none !important;
  }
  sup {
    font-size: smaller !important;
  }
  html:not(:has(.productPage)) {
    scrollbar-gutter: stable;
    interpolate-size: allow-keywords;
  }
  html {
    /*
    	@media(prefers-reduced-motion: no-preference){
    		interpolate-size: allow-keywords;
    	}
    */
  }
  @media (min-width: 1200px) {
    .m {
      display: none;
    }
  }
  svg path {
    color: inherit;
  }
  a {
    text-decoration: none;
    color: inherit;
  }
  a * {
    font-size: inherit;
    color: inherit;
  }
  .video-responsive iframe {
    aspect-ratio: 16/9;
    height: 100%;
    width: 100%;
  }
  picture:not(.object-fit) {
    display: table;
  }
  picture:not(.object-fit) img {
    max-width: 100%;
    height: auto;
  }
  picture.object-fit img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
    -o-object-position: center;
       object-position: center;
  }
  #form_recaptcha {
    border: 0 !important;
  }
  body {
    min-height: 100svh;
  }
}
@layer modules {
  header {
    position: fixed;
    top: 45px;
    margin: 0px auto;
    z-index: 10;
    left: 50%;
    width: 100svw;
    transform: translate(-50%, 0%);
  }
  header .gridCont {
    background: #fff;
    padding: 22px 30px;
    border-radius: 20px;
    align-items: center;
    grid-template-columns: min-content auto min-content;
    grid-gap: 20px;
  }
  header .gridCont .menu {
    width: -moz-fit-content;
    width: fit-content;
    justify-self: center;
  }
  header .gridCont .menu > ul {
    display: flex;
    grid-gap: 40px;
    align-items: center;
    white-space: nowrap;
  }
  header .gridCont .menu > ul li:has(svg) {
    display: grid;
    align-items: center;
    grid-column-gap: 10px;
  }
  header .gridCont .menu > ul li:has(svg) > a {
    grid-column: 1;
    grid-row: 1;
  }
  header .gridCont .menu > ul li:has(svg) > svg {
    grid-row: 1;
    grid-column: 2;
  }
  header .gridCont .menu > ul li:has(svg) > input {
    grid-row: 1;
    grid-column: 1/-1;
    width: 100%;
    height: 100%;
    margin: 0px;
    padding: 0px;
    border: 0px;
    opacity: 0;
    background: transparent;
    z-index: 10;
    cursor: pointer;
    position: absolute;
  }
  header .gridCont .menu > ul li a {
    color: inherit !important;
    font-family: inherit;
    font-size: 19px;
    line-height: 28px;
    font-weight: 400;
  }
  header .gridCont .socials ul {
    display: flex;
    grid-gap: 10px;
    align-items: center;
  }
  header .gridCont .socials ul li a {
    width: 36px;
    height: 36px;
    border-radius: 36px;
    display: grid;
    align-items: center;
    justify-content: center;
    justify-items: center;
    align-content: center;
    background: #fff;
  }
  header .gridCont .socials ul li a svg path {
    fill: #591A5D !important;
  }
  .slide {
    background: url("/newDesign/slide.jpg") no-repeat center center;
    background-size: cover;
    aspect-ratio: 1920/901;
    width: 100%;
    position: relative;
    grid-template-rows: 149px auto;
    display: grid;
  }
  .slide .gridCont {
    align-items: center;
    grid-gap: 40px;
    grid-row: 2;
    height: -moz-fit-content;
    height: fit-content;
    align-self: center;
  }
  .slide .gridCont > * {
    max-width: 975px;
  }
  .slide .gridCont .h1 {
    color: inherit !important;
    font-family: inherit;
    font-size: 60px;
    line-height: 70px;
    font-weight: 400;
  }
  .slide .gridCont p {
    color: inherit !important;
    font-family: inherit;
    font-size: 30px;
    line-height: 40px;
    font-weight: 400;
  }
  .slide .gridCont p * {
    color: inherit !important;
    font-family: inherit;
    font-size: 30px;
    line-height: 40px;
  }
  .slide .gridCont ul {
    display: grid;
    grid-gap: 10px;
    max-width: 959px;
    grid-template-columns: repeat(4, 1fr);
  }
  .slide .gridCont ul li a {
    color: #fff !important;
    font-family: inherit;
    font-size: 17px;
    line-height: 68px;
    font-weight: 600;
    text-transform: uppercase;
    background: rgba(65, 65, 65, 0.5);
    border: 1px solid #fff;
    text-align: center;
    border-radius: 8px;
    display: table;
    width: 100%;
  }
}
@layer pages {}/*# sourceMappingURL=design.css.map */