/*
Theme Name: merski 2024
Text Domain: merski
Version: 1.2.0
*/
:root {
  --tlo: #F4EDE7;
  --front: #2B2B2B;
  --niebieski: #7AA0E2;
}

html,
body {
  margin: 0;
  padding: 0;
  background: var(--tlo);
  color: var(--front);
}

main * {
  scroll-margin-top: 10vw;
}

:root {
  --right-margin: calc(100vw / 1800 * 60);
}

body {
  background: #F4EDE7;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-smooth: always;
  font-family: GalanoGrotesqueAlt, sans-serif;
}
@media (max-width: 768px) {
  body.modal_open {
    overflow: hidden;
  }
}

h1 a,
h2 a {
  color: #7AA0E2;
}

@media (max-width: 768px) {
  p br:not(.br_mobile) {
    display: none;
  }
}

#menu {
  width: var(--right-margin);
}
@media (max-width: 768px) {
  #menu {
    width: 3em;
    border-bottom: 1px solid #111;
    -height: 89px;
  }
}

body.menu_open #menu_content {
  transform: translateX(0);
}

body.menu_open #menu_over {
  opacity: 0.5;
  pointer-events: all;
}

.menu2 {
  overflow-y: auto;
}
.menu2 li {
  position: relative;
  display: grid;
  grid-template-columns: 1fr auto;
  border-bottom: 1px solid #2B2B2B;
  text-transform: uppercase;
}
.menu2 li.menu-item-has-children {
  /*&.active::after {*/
}
.menu2 li.menu-item-has-children .arrow {
  ---content: url("./../assets/arrow_down2.svg");
  margin-left: 0.33em;
  position: absolute;
  display: inline-block;
  right: 2rem;
  top: 1em;
  cursor: pointer;
  transition: transform 0.5s ease-in-out;
}
@media (max-width: 768px) {
  .menu2 li.menu-item-has-children .arrow {
    transform: translateY(10%);
  }
}
.menu2 li.menu-item-has-children.active .arrow {
  --transform: rotate(180deg);
  transform: scale(-1) translateY(25%);
}
@media (max-width: 768px) {
  .menu2 li.menu-item-has-children.active .arrow {
    transform: scale(-1) translateY(20%);
  }
}
@media (hover: hover) {
  .menu2 li.menu-item-has-children .arrow:hover {
    filter: invert(1);
  }
}
.menu2 li a {
  padding: 1em 0 1em 1rem;
}
.menu2 li a:hover {
  color: var(--tlo);
}
.menu2 li > li {
  display: flex;
  flex-direction: column;
}
.menu2 li > li a {
  border-bottom: 1px solid #2B2B2B;
  padding: 1em 0;
}
.menu2 li > li a:last-of-type {
  border-bottom: none;
}
.menu2 li:first-of-type {
  border-top: 1px solid #2B2B2B;
}
.menu2 li .sub-menu {
  max-height: 0;
  transition-duration: 1s;
  overflow: hidden;
  ---width: 50% !important;
  transition-property: max-height;
  visibility: hidden;
}
@media (max-width: 768px) {
  .menu2 li .sub-menu {
    margin-top: 3em;
    -not-border-top: 1px solid #111;
    -margin-left: -50vw;
    ---width: auto !important;
  }
}
.menu2 li .sub-menu li {
  text-transform: initial;
  display: block;
  padding-top: 0.8em;
  padding-bottom: 0.8em;
}
.menu2 li .sub-menu li a {
  padding: 0;
  display: block;
  min-width: 80%;
}
@media (min-width: 768px) {
  .menu2 li .sub-menu li a {
    padding-left: 0;
  }
}
.menu2 li .sub-menu li:first-of-type {
  border-top: 0;
}
.menu2 li .sub-menu li:last-of-type {
  border-bottom: 0;
}
.menu2 li.active {
  grid-template-columns: 1fr 1fr;
}
.menu2 li.active .sub-menu {
  max-height: 600px;
  visibility: visible;
}

#menu_btn {
  transition: transform 0.6s;
  transition-delay: 0.4s;
}
body.menu_open #menu_btn {
  transform: rotate(90deg) translateY(-2em);
  transition-delay: 0s;
}

@media (min-width: 768px) {
  main {
    padding-right: var(--right-margin);
  }
}
body.admin-bar main {
  padding-top: 50px;
}

/*main, footer {
 transition: transform .6s;
 transform-origin: left;

 body.menu_open & {
     transform: translateX(-10vw);
 }
}*/
.border-white {
  border-color: #F4EDE7;
}

.bg-tlo {
  background: #F4EDE7;
}

.bg-black {
  background-color: #2B2B2B !important;
}

.text-black {
  color: #2B2B2B !important;
}

border-black {
  border-color: #2B2B2B;
}

.tmp_img_over {
  position: absolute;
  z-index: 9999px;
  opacity: 0.2;
  top: 0;
  left: 0;
  width: 100%;
  pointer-events: none;
  display: none;
}

.arrow_down,
.wpcf7-submit {
  position: relative;
}
.arrow_down::after,
.wpcf7-submit::after {
  content: url("./../assets/arrow_down.svg");
  margin-left: 0.33em;
  position: relative;
  display: inline-block;
  transition: transform 0.5s ease-in-out;
}
.arrow_down:hover:not(.no_anim)::after,
.wpcf7-submit:hover:not(.no_anim)::after {
  transform: rotate(-90deg);
}

.invert_arrow::after {
  filter: invert(1);
}

.bg-brand {
  background: #7AA0E2;
}

.text-brand {
  color: #7AA0E2;
}

.text-white {
  color: #F4EDE7;
}

.wrap_wrap {
  position: relative;
  background: #7AA0E2;
  overflow: hidden;
}
.wrap_wrap .img_wrap {
  overflow: hidden;
}
.wrap_wrap img {
  transform: scale(1.1);
}
.wrap_wrap img,
.wrap_wrap .img_wrap {
  transition-duration: 1s;
}
.wrap_wrap img {
  transition-duration: 0.15s;
  transition-timing-function: linear;
}
.wrap_wrap.intersecting .img_wrap {
  border-bottom-left-radius: 7vw;
  transition-delay: 0.5s;
  transform: translate(0.5vw, -0.5vw);
}
.wrap_wrap.intersecting .img_wrap.bottom_right {
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 7vw;
  transform: translate(-0.5vw, -0.5vw);
}
.wrap_wrap.intersecting .img_wrap.top_left {
  border-bottom-left-radius: 0;
  border-top-left-radius: 7vw;
  transform: translate(0.5vw, 0.5vw);
}
@media (max-width: 768px) {
  .wrap_wrap.intersecting .img_wrap {
    border-bottom-left-radius: 20vw;
    transform: translate(2vw, -2vw);
  }
  .wrap_wrap.intersecting .img_wrap.bottom_right {
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 20vw;
    transform: translate(-2vw, -2vw);
  }
  .wrap_wrap.intersecting .img_wrap.top_left {
    border-bottom-left-radius: 0;
    border-top-left-radius: 20vw;
    transform: translate(2vw, 2vw);
  }
}
.wrap_wrap.intersecting img {
  not-transform: translate(-0.33vw, 0.33vw) scale(1) !important;
  ---transform: scale(1) !important;
  ---transition-delay: .5s;
}

.fade_reveal > * {
  opacity: 0;
  transform: translateY(1em);
  transition-duration: 1s;
  transition-delay: 0.5s;
  transition-property: opacity, transform;
}
.fade_reveal.intersecting > * {
  opacity: 1;
  transform: translateY(0);
}

.splitting_reveal,
main ul li {
  visibility: hidden;
}
.splitting_reveal .word,
main ul li .word {
  opacity: 0;
  transition-duration: 1s;
  not-transform: rotateX(-90deg);
}
.splitting_reveal.intersecting,
main ul li.intersecting {
  visibility: visible;
}
.splitting_reveal.intersecting .word,
main ul li.intersecting .word {
  opacity: 1;
  transform: none;
}

.minitext {
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  position: absolute;
  right: calc(100% + 1em);
  top: 0;
  white-space: nowrap;
  letter-spacing: 0.1em;
  opacity: 0;
  font-size: calc(100vw / 1500 * 16);
}
.minitext.minitext-inline {
  top: auto;
  right: auto;
  position: relative;
  display: inline-block;
  transform: translateY(-0.25em);
}
@media (max-width: 768px) {
  .minitext.minitext-inline-mobile {
    top: auto;
    right: auto;
    position: relative;
    display: inline-block;
    transform: translateY(-0.25em);
  }
}
.minitext.intersecting {
  opacity: 1;
  transition-duration: 1.5s;
  transition-delay: 0.5s;
}
@media (max-width: 768px) {
  .minitext {
    font-size: calc(100vw / 430 * 14);
    right: calc(100% + .66em);
  }
  .minitext.m-static {
    position: static;
    display: block;
  }
}

.mgrid-cols-2 {
  grid-template-columns: 1fr 3fr;
}
@media (max-width: 768px) {
  .mgrid-cols-2 {
    grid-template-columns: 3rem 1fr;
  }
}

.def-margin {
  margin-left: 10vw;
  margin-right: 10vw;
}

@media (min-width: 768px) {
  .md-def-margin {
    margin-left: 10vw;
    margin-right: 10vw;
  }
}

@media (max-width: 768px) {
  .m-def-margin,
.def-margin-mobile {
    margin-left: 10vw;
    margin-right: 10vw;
  }
}

.text-60 {
  font-size: 60px;
  font-style: normal;
  font-weight: 400;
  line-height: 110%;
  /* 66px */
  -letter-spacing: -1.2px;
  letter-spacing: -0.02em;
  font-size: calc(100vw / 1500 * 60);
  -not-line-height: calc(100vw / 1500 * 90);
  line-height: calc(100vw / 1500 * 81);
}
@media (max-width: 768px) {
  .text-60 {
    font-size: calc(100vw / 430 * 44);
    line-height: calc(100vw / 430 * 48);
  }
  .text-60 .minitext {
    top: 0.25rem;
  }
}

.text-42 {
  font-size: 42px;
  font-style: normal;
  font-weight: 300;
  line-height: normal;
  font-size: calc(100vw / 1500 * 42);
}
@media (max-width: 768px) {
  .text-42 {
    font-size: calc(100vw / 430 * 42);
  }
  .text-42 .minitext {
    top: 0.25rem;
  }
}

.text-40 {
  font-size: 40px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
  /* 60px */
  font-size: calc(100vw / 1500 * 40);
  line-height: calc(100vw / 1500 * 54);
}
@media (max-width: 768px) {
  .text-40 {
    font-size: calc(100vw / 430 * 28);
    line-height: 1;
  }
  .text-40 .minitext {
    top: 0.25rem;
  }
}

.text-30 {
  font-size: 30px;
  font-size: calc(100vw / 1500 * 30);
  line-height: calc(100vw / 1500 * 40);
}
@media (max-width: 768px) {
  .text-30 {
    font-size: calc(100vw / 430 * 23);
    line-height: calc(100vw / 430 * 33);
  }
}

.leading_40 {
  line-height: calc(100vw / 1500 * 40);
}
@media (max-width: 768px) {
  .leading_40 {
    line-height: normal;
  }
}

.text-28 {
  font-size: 28px;
  font-style: normal;
  font-weight: 300;
  line-height: normal;
  font-size: calc(100vw / 1500 * 28);
  line-height: calc(100vw / 1500 * 45);
}
@media (max-width: 768px) {
  .text-28 {
    font-size: calc(100vw / 430 * 20);
    line-height: calc(100vw / 430 * 30);
    letter-spacing: -0.01;
  }
}

.text-16 {
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 147%;
  /* 23.52px */
  font-size: calc(100vw / 1500 * 16);
}
@media (max-width: 768px) {
  .text-16 {
    font-size: calc(100vw / 430 * 14);
  }
}

.text-14 {
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 130%;
  /* 18.2px */
  font-size: calc(100vw / 1500 * 14);
}
@media (max-width: 768px) {
  .text-14 {
    font-size: calc(100vw / 430 * 14);
  }
}

.text-12 {
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 147%;
  /* 17.64px */
  font-size: calc(100vw / 1500 * 12);
}
@media (max-width: 768px) {
  .text-12 {
    font-size: 10px;
  }
}

@media (max-width: 768px) {
  .m-text-40 {
    font-size: calc(100vw / 430 * 40);
  }
}

@media (max-width: 768px) {
  .m-text-30 {
    font-size: calc(100vw / 430 * 30);
    line-height: calc(100vw / 430 * 40);
    letter-spacing: -0.02em;
  }
}

@media (max-width: 768px) {
  .m-text-26 {
    font-size: calc(100vw / 430 * 26);
    line-height: calc(100vw / 430 * 32);
  }
}

@media (max-width: 768px) {
  .m-text-24 {
    font-size: calc(100vw / 430 * 24);
    line-height: calc(100vw / 430 * 32);
  }
}

@media (max-width: 768px) {
  .m-text-20 {
    font-size: calc(100vw / 430 * 20) !important;
    line-height: calc(100vw / 430 * 30) !important;
  }
}

@media (max-width: 768px) {
  .m-text-18 {
    font-size: calc(100vw / 430 * 18);
    line-height: calc(100vw / 430 * 28);
  }
}

@media (max-width: 768px) {
  .m-text-16 {
    font-size: calc(100vw / 430 * 16);
  }
}

@media (max-width: 768px) {
  .m-text-14 {
    font-size: calc(100vw / 430 * 14);
    line-height: calc(100vw / 430 * 22);
  }
}

.line-37 {
  line-height: calc(100vw / 1500 * 38);
}

.scroll_me {
  overflow-y: auto;
  max-height: 33vmax;
  padding-right: 1em;
  /* width
    &::-webkit-scrollbar {
        width: 1px;
        background: #111;
    }

    /* Track
    &::-webkit-scrollbar-track {

    }

    /* Handle
    &::-webkit-scrollbar-thumb {
        background: black;
        border-radius: 100%;
        height: 1em;
        width: 1em;
        aspect-ratio: 1;
    }

    */
  /* Track */
  /* Handle */
}
.scroll_me::-webkit-scrollbar {
  width: 1em;
}
.scroll_me::-webkit-scrollbar-track {
  background: #111;
  /*border: calc(1em - 2px) solid transparent;*/
  border: 0.5em solid transparent;
  background-clip: content-box;
  /* THIS IS IMPORTANT */
}
.scroll_me::-webkit-scrollbar-thumb {
  background: var(--tlo);
  border: 1px solid #111;
  border-radius: 99999px;
}

.merski_scroll {
  /* Track */
  /* Handle */
}
.merski_scroll::-webkit-scrollbar {
  width: 12px;
  position: relative;
}
.merski_scroll::-webkit-scrollbar-track {
  background: #111;
  /*border: calc(1em - 2px) solid transparent;*/
  border: 5.5px solid transparent;
  background-clip: content-box;
  /* THIS IS IMPORTANT */
}
.merski_scroll::-webkit-scrollbar-thumb {
  background: var(--tlo);
  border: 1px solid #111;
  border-radius: 99999px;
}

html.lenis,
html.lenis body {
  height: auto;
}

.lenis.lenis-smooth {
  scroll-behavior: auto !important;
}

.lenis.lenis-smooth [data-lenis-prevent] {
  overscroll-behavior: contain;
}

.lenis.lenis-stopped {
  overflow: hidden;
}

.lenis.lenis-scrolling iframe {
  pointer-events: none;
}

.draw-border-b::after,
.draw-border-b-black::after {
  content: "";
  position: absolute;
  bottom: -1px;
  left: 0;
  width: 100%;
  height: 1px;
  background: #2B2B2B;
  transform: scaleX(0);
}
.draw-border-b.intersecting::after,
.draw-border-b-black.intersecting::after {
  transform: scaleX(1);
  transition-duration: 1s;
  transition-delay: 0.5s;
}

.draw-border-r::after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 1px;
  height: 100%;
  background: #2B2B2B;
  transform: scaleY(0);
}
.draw-border-r.intersecting::after {
  transform: scaleY(1);
  transition-duration: 1s;
  transition-delay: 0.5s;
}

.draw-border-l::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 1px;
  height: 100%;
  background: #2B2B2B;
  transform: scaleY(0);
}
.draw-border-l.intersecting::after {
  transform: scaleY(1);
  transition-duration: 1s;
  transition-delay: 0.5s;
}

.draw-border-t::after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 1px;
  background: #2B2B2B;
  transform: scaleX(0);
}
.draw-border-t.intersecting::after {
  transform: scaleX(1);
  transition-duration: 1s;
  transition-delay: 0.5s;
}

@media (max-width: 768px) {
  .hide_border_mobile::after {
    display: none;
  }
}

.border-white::after {
  background: #F4EDE7;
}

body.home #kancelaria-w-liczbach .minitext {
  display: none;
}

#kancelaria-w-liczbach .grafika {
  width: 40%;
  bottom: 0.25rem;
  right: 0;
  position: absolute;
  display: block;
}
@media (max-width: 768px) {
  #kancelaria-w-liczbach .grid {
    grid-template-columns: repeat(6, 75vw);
  }
  #kancelaria-w-liczbach .overflow-x-auto {
    display: flex;
  }
  #kancelaria-w-liczbach .overflow-x-auto::after {
    content: "";
    display: block;
    width: 5vw;
  }
}

@media (max-width: 768px) {
  .mobile_square img {
    aspect-ratio: 1;
    -o-object-fit: cover;
    object-fit: cover;
  }
}

.---oferta_single .main_grid {
  grid-template-columns: 1fr 2fr;
}

.button_wrap {
  text-align: center;
  display: flex;
  justify-content: center;
}
.button_wrap a {
  display: block;
  border: 1px solid #2B2B2B;
  padding: 1vw 3vw;
}
@media (max-width: 768px) {
  .button_wrap a {
    padding: 3vw 6vw;
  }
}

.oferta_content aside > div > div:not(.button_wrap) {
  padding: 1.5vw;
  padding-left: 8vw;
  display: grid;
  grid-template-columns: 1fr 1fr;
}
@media (max-width: 768px) {
  .oferta_content aside > div > div:not(.button_wrap) {
    padding: 3vw;
    padding-left: 5vw;
  }
}
.oferta_content aside > div .button_wrap {
  text-align: center;
  display: flex;
  justify-content: center;
}
.oferta_content aside > div .button_wrap a {
  display: block;
  border: 1px solid #2B2B2B;
  padding: 1vw 3vw;
}
.oferta_content .content h1,
.oferta_content .content h2,
.oferta_content .content h3,
.oferta_content .content h4,
.oferta_content .content h5,
.oferta_content .content p {
  margin-bottom: 1em;
  margin-top: 1em;
}
.oferta_content .content h1,
.oferta_content .content h2,
.oferta_content .content h3,
.oferta_content .content h4,
.oferta_content .content h5 {
  font-weight: bold;
}
.oferta_content .content ul {
  list-style-type: disc;
  padding-left: 1em;
}

input {
  border-radius: 0 !important;
}

.a_reveal_wrap .reveal_content {
  max-height: 0;
  overflow: hidden;
  transition-duration: 1s;
  transition-property: all;
}
.a_reveal_wrap .open {
  transition-duration: 0.5s;
}
@media (max-width: 768px) {
  .a_reveal_wrap.active .reveal_content {
    max-height: 1000px;
  }
  .a_reveal_wrap.active .open {
    transform: rotate(45deg);
  }
}

.formatuj p,
.formatuj h1,
.formatuj h2,
.formatuj h3,
.formatuj h4,
.formatuj h5 {
  margin: 1em 0;
}

.wpcf7-form {
  font-size: calc(100vw / 1500 * 15);
  line-height: 147%;
}
@media (max-width: 768px) {
  .wpcf7-form {
    font-size: calc(100vw / 430 * 14);
    line-height: calc(100vw / 430 * 22);
  }
}
.wpcf7-form input[type=text],
.wpcf7-form input[type=email],
.wpcf7-form textarea {
  width: 100%;
  padding: 0.5em 0;
  margin: 1rem 0 0.25em;
  border-bottom: 1px solid #000;
}
.wpcf7-form textarea {
  height: 3em;
}

.p_margin p {
  margin: 1em 0;
}

.wpcf7-list-item {
  margin: 1em 0 0.25em !important;
  display: flex;
}
.wpcf7-list-item label {
  display: flex;
  align-items: flex-start;
}
.wpcf7-list-item span {
  line-height: normal;
  margin-left: 0.5em;
  vertical-align: top;
  line-height: 1rem;
  font-size: calc(100vw / 1500 * 10);
}
@media (max-width: 768px) {
  .wpcf7-list-item span {
    font-size: calc(100vw / 430 * 10);
  }
}
.wpcf7-list-item a {
  text-decoration: underline;
}

.wpcf7-form-control-wrap + br {
  display: none;
}

.wpcf7-submit {
  cursor: pointer;
  margin-right: 0;
  margin-left: auto;
  display: block;
}

.wpcf7-not-valid-tip {
  font-size: calc(100vw / 1500 * 12);
}
@media (max-width: 768px) {
  .wpcf7-not-valid-tip {
    font-size: calc(100vw / 430 * 12);
  }
}

.wpcf7-response-output {
  ---margin: 1rem 0 0 !important;
  margin: 0 !important;
}

input[type=checkbox] {
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  color: currentColor;
  width: 1.5em;
  height: 1.5em;
  border: 1px solid currentColor;
  border-radius: 100% !important;
  display: inline-grid;
  place-content: center;
  margin-top: 0;
  margin-bottom: 0;
  margin-right: 0.33em;
  vertical-align: middle;
  flex-shrink: 0;
  transition-duration: 0.3s;
  cursor: pointer;
}
input[type=checkbox]::before_not {
  background: #111;
  width: 1em;
  height: 1em;
  transform: scale(0);
  transition: 120ms transform ease-in-out;
}
input[type=checkbox]:checked {
  background: currentColor;
}
input[type=checkbox]:checked::before_not {
  transform: scale(1);
}

.cky-consent-container {
  border-radius: 0 !important;
  left: -1px !important;
}
@media (min-width: 768px) {
  .cky-consent-container {
    width: 50% !important;
    bottom: 5% !important;
  }
}

.cky-consent-container .cky-consent-bar {
  border-radius: 0 !important;
}

.cky-notice .cky-title {
  font-weight: normal !important;
  font-size: 14px !important;
  margin-bottom: 6px !important;
}

.cky-notice-btn-wrapper {
  gap: 1em;
  margin-top: 0 !important;
  align-items: flex-start !important;
}
@media (min-width: 800px) {
  .cky-notice-btn-wrapper {
    width: 40%;
    margin-right: 0;
    margin-left: auto;
  }
}

.cky-notice-des *,
.cky-preference-content-wrapper *,
.cky-accordion-header-des *,
.cky-gpc-wrapper .cky-gpc-desc * {
  line-height: normal !important;
  font-size: 10px !important;
}

.cky-btn {
  font-size: 10px !important;
  padding: 3px 24px !important;
  margin: 0 !important;
}

@media (min-width: 768px) {
  .cky-notice-group {
    display: flex;
    gap: 1.5vw;
  }
}

:root :where(a:where(:not(.wp-element-button))) {
  text-decoration: none;
}

.lang_switch {
  gap: 0.5em;
}
.lang_switch .dot {
  width: 90%;
  left: 5%;
  top: 5%;
  transition-duration: 0.5s;
}
.lang_switch a {
  position: relative;
  transition-duration: 0.5s;
}
.lang_switch.active_1 a:first-of-type {
  color: #F4EDE7;
}
.lang_switch.active_2 a:last-of-type {
  color: #F4EDE7;
}
.lang_switch.active_2 .dot {
  top: 50%;
}

#menu_content {
  transform: translateX(100%);
  transition: transform 0.5s ease-in-out;
}
#menu_content.menu_open {
  transform: translateX(0);
}
#menu_content .items .item {
  border-bottom: 1px solid #2B2B2B;
  padding: 1em 0 1em 1rem;
  display: grid;
  grid-template-columns: 1fr 1fr;
}
#menu_content .items .item > div {
  display: flex;
  flex-direction: column;
}
#menu_content .items .item > div a {
  border-bottom: 1px solid #2B2B2B;
  padding: 1em 0;
}
#menu_content .items .item > div a:first-of-type {
  padding-top: 0;
}
#menu_content .items .item > div a:last-of-type {
  border-bottom: none;
  padding-bottom: 0;
}
#menu_content .items .item:first-of-type {
  border-top: 1px solid #2B2B2B;
}

#menu_over {
  background: #F4EDE7;
}
#menu_over.menu_open {
  opacity: 0.5;
  pointer-events: all;
}

@media (max-width: 768px) {
  .footer_2 .minitext {
    position: static;
    display: block;
  }
  .footer_2 .minitext br {
    display: none;
  }
}

header,
footer {
  view-transition-name: header;
}

@keyframes fade-in {
  from {
    opacity: 0;
  }
}
@keyframes fade-out {
  to {
    opacity: 0;
  }
}
@keyframes slide-from-right {
  from {
    transform: translateX(30px);
  }
}
@keyframes slide-to-left {
  to {
    transform: translateX(-30px);
  }
}
:root::view-transition-old(root) {
  animation: 90ms cubic-bezier(0.4, 0, 1, 1) both fade-out, 300ms cubic-bezier(0.4, 0, 0.2, 1) both slide-to-left;
}

:root::view-transition-new(root) {
  animation: 210ms cubic-bezier(0, 0, 0.2, 1) 90ms both fade-in, 300ms cubic-bezier(0.4, 0, 0.2, 1) both slide-from-right;
}

.obszary_wrap .list .item,
.obszary_wrap .list .one,
.obszary_wrap .list .two,
.obszary_wrap .list .three {
  opacity: 0.7;
}
.obszary_wrap .list .item.active,
.obszary_wrap .list .one.active,
.obszary_wrap .list .two.active,
.obszary_wrap .list .three.active {
  opacity: 1;
}
@media (max-width: 768px) {
  .obszary_wrap .list .item.mobile_active,
.obszary_wrap .list .one.mobile_active,
.obszary_wrap .list .two.mobile_active,
.obszary_wrap .list .three.mobile_active {
    opacity: 1;
  }
}
.obszary_wrap .content {
  position: relative;
}
.obszary_wrap .content > div {
  opacity: 0;
  not-transition: all 0.5s ease-in-out;
  position: absolute;
  top: 50%;
  top: 0;
  left: 0;
  width: 85%;
  -transform: translateY(-50%);
}
.obszary_wrap .content > div a::after {
  filter: invert(1);
}

.szkolenia_wrap .items {
  border-bottom: 1px solid #2B2B2B;
}
.szkolenia_wrap .item {
  padding: 0.5em 0;
  border-top: 1px solid #2B2B2B;
}
.szkolenia_wrap .item .belka {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.szkolenia_wrap .item .open_close {
  cursor: pointer;
  transform: scale(0.5);
}
.szkolenia_wrap .item .open_close .open {
  transform: rotate(0deg);
  transition-duration: 0.6s;
}
.szkolenia_wrap .item.active .open_close .open {
  transform: rotate(145deg);
}
.szkolenia_wrap .item h3 {
  cursor: pointer;
}
.szkolenia_wrap .item p {
  max-height: 0;
  overflow: hidden;
  margin: 0;
  max-width: 90%;
}
.szkolenia_wrap .item.active p {
  max-height: 99999px;
}

.zespol_wrap.grid-cols-2 {
  grid-template-columns: 3fr 2fr;
}
@media (max-width: 768px) {
  .zespol_wrap.grid-cols-2 {
    grid-template-columns: 1fr;
  }
  .zespol_wrap.grid-cols-2 .flex {
    grid-row: 1;
    justify-content: center;
    align-items: center;
    text-align: center;
    --margin-bottom: 10vw;
  }
  .zespol_wrap.grid-cols-2 .img_wrap {
    grid-row: 2;
  }
}

.obszary_lab .mobile_desc {
  display: none;
  max-height: 0;
  transition-duration: 1s;
  overflow: hidden;
}
.obszary_lab .mobile_desc a::after {
  filter: invert(1);
}
.obszary_lab .title {
  cursor: pointer;
}
.obszary_lab .title:hover {
  opacity: 1;
}
@media (max-width: 768px) {
  .obszary_lab .mobile_desc {
    display: block;
  }
  .obszary_lab .title.mobile_active + .mobile_desc {
    max-height: 1000px;
  }
}

@media (min-width: 768px) {
  .obszary_content {
    grid-template-columns: 3fr 4fr !important;
  }
  .obszary_content .obszary_lab {
    margin-left: 10vw !important;
  }
}

[data-barba-namespace=kariera] .galeria,
.page-template-page-kariera .galeria {
  grid-template-columns: 2fr 2fr 1fr 1fr;
  grid-template-rows: auto auto auto;
}
[data-barba-namespace=kariera] .miasta button,
.page-template-page-kariera .miasta button {
  position: relative;
}
[data-barba-namespace=kariera] .miasta button:after,
.page-template-page-kariera .miasta button:after {
  content: "";
  display: block;
  width: 100%;
  height: 1px;
  background: currentColor;
  position: absolute;
  bottom: -1px;
  left: 0;
  transform: scaleX(0);
  transition: transform 0.3s ease;
}
[data-barba-namespace=kariera] .miasta button.active:after, [data-barba-namespace=kariera] .miasta button:hover:after,
.page-template-page-kariera .miasta button.active:after,
.page-template-page-kariera .miasta button:hover:after {
  transform: scaleX(1);
}

.oferty a {
  transition-duration: 0.4s;
  transition-property: background-color, color;
}
.oferty a img {
  transform: rotate(-45deg);
  display: inline-block;
  filter: invert(1);
  margin-left: 1em;
  transition-duration: 0.4s;
  transition-delay: 0.4s;
}
.oferty a img.top_arrow {
  margin-left: 0.5em;
  transform: rotate(-45deg) scale(1.1);
}
@media (min-width: 768px) {
  .oferty a img.top_arrow {
    display: none;
  }
}
.oferty a:hover {
  background: #f4ede7;
  color: #2b2b2b;
}
.oferty a:hover img {
  filter: none;
}

.oferty {
  display: none;
}
.oferty.active {
  display: grid;
}

.qa .reveal_wrap {
  transition-duration: 1s;
}
.qa .reveal_wrap p,
.qa .reveal_wrap .reveal_content {
  transition: max-height 1s ease;
}
.qa .reveal_wrap .open,
.qa .reveal_wrap .close {
  pointer-events: none;
  transition-duration: 0.6s;
}
.qa .reveal_wrap:last-of-type {
  border-bottom: 1px solid #000;
}
@media (min-width: 768px) {
  .qa .reveal_wrap.active {
    background: #7aa0e2;
    color: #f4ede7;
  }
}
.qa .reveal_wrap.active .word {
  transition-delay: 0s !important;
  transition-duration: 0s !important;
}
.qa .reveal_wrap.active p,
.qa .reveal_wrap.active .reveal_content {
  max-height: 600px;
}
.qa .reveal_wrap.active .open {
  transform: rotate(135deg);
}
@media (min-width: 768px) {
  .qa .reveal_wrap.active .open {
    filter: invert(1);
  }
}

[data-barba-namespace=obszaryD] .obszary .content {
  max-height: 0;
  overflow: hidden;
  width: 80%;
  opacity: 0;
  transition-property: opacity, max-height;
  transition-duration: 0.9s, 0.9s;
  transition-delay: 0.6s, 0s;
}
@media (max-width: 768px) {
  [data-barba-namespace=obszaryD] .obszary .content {
    width: auto;
    padding-right: 10vw;
  }
}
[data-barba-namespace=obszaryD] .obszary .item {
  position: relative;
  transition-duration: 0.6s, 0.6s;
}
[data-barba-namespace=obszaryD] .obszary .item.active {
  background: #7AA0E2;
  color: #F4EDE7;
}
[data-barba-namespace=obszaryD] .obszary .item.active .word, [data-barba-namespace=obszaryD] .obszary .item.active .minitext, [data-barba-namespace=obszaryD] .obszary .item.active h2 span {
  transition-delay: 0s !important;
  transition-duration: 0s !important;
}
[data-barba-namespace=obszaryD] .obszary .item.active .content {
  max-height: 1500px;
  opacity: 1;
}
[data-barba-namespace=obszaryD] .obszary .item.active button {
  filter: invert(1);
}
[data-barba-namespace=obszaryD] .obszary .item button {
  position: absolute;
  right: 7vw;
  top: 3vw;
}
@media (max-width: 768px) {
  [data-barba-namespace=obszaryD] .obszary .item button {
    -top: 2.5rem;
    top: 9vw;
  }
}
[data-barba-namespace=obszaryD] .obszary .item button .open {
  transition-duration: 0.6s;
}
[data-barba-namespace=obszaryD] .obszary .item.active .open {
  transform: rotate(135deg);
}

.page-template-page-zespol .pracownicy {
  max-height: 30vw;
  overflow-y: auto;
  padding-right: 1em;
}
.page-template-page-zespol .pracownicy::after {
  width: calc(100% - 1em);
  right: 1em;
}
@media (max-width: 768px) {
  .page-template-page-zespol .pracownicy {
    max-height: 66vh;
  }
}
.page-template-page-zespol .pracownicy > div {
  -border-bottom: 1px solid #2B2B2B;
  padding: 1em;
  display: grid;
  grid-template-columns: 2fr 1fr;
  /* &:first-of-type {
           border-top: 1px solid #2B2B2B;
       }

       button {
           display: flex;
           width: 100%;
           text-align: left;
       }
      */
  cursor: pointer;
  transition-duration: 0.3s;
}
@media (min-width: 768px) {
  .page-template-page-zespol .pracownicy > div:hover, .page-template-page-zespol .pracownicy > div.active {
    background: var(--niebieski);
    color: var(--tlo);
  }
}
.page-template-page-zespol .pracownicy > div p {
  margin: 0;
  max-height: 0;
  overflow: hidden;
  position: relative;
}
.page-template-page-zespol .pracownicy > div button > div:first-of-type {
  flex: 1;
}
.page-template-page-zespol .pracownicy > div button > div:last-of-type {
  margin-left: 1em;
}
.page-template-page-zespol .pracownicy > div .reveal_content {
  opacity: 0;
}
@media (max-width: 768px) {
  .page-template-page-zespol .pracownicy > div.active .reveal_content {
    opacity: 1;
  }
}
.page-template-page-zespol .pracownicy > div.active p {
  margin-top: 1em;
  max-height: 1000px;
  transition: max-height margin 0.5s ease-in-out;
}
.page-template-page-zespol .nav button {
  padding: 1rem;
  border: 1px solid #2B2B2B;
  border-right: 0;
  transition-duration: 0.3s;
}
.page-template-page-zespol .nav button:first-of-type {
  border-left: 0;
}
.page-template-page-zespol .nav button:hover, .page-template-page-zespol .nav button.active {
  background-color: #7AA0E2;
  color: #F4EDE7;
}
.page-template-page-zespol .nav button:hover::after, .page-template-page-zespol .nav button.active::after {
  filter: invert(1) rotate(-90deg);
}
@media (max-width: 768px) {
  .page-template-page-zespol .nav button:nth-child(1), .page-template-page-zespol .nav button:nth-child(2) {
    border-bottom: 0;
  }
}
.page-template-page-zespol .wspolnicy button {
  transition-duration: 0.6s;
}
.page-template-page-zespol .wspolnicy button img {
  transition-duration: 0.6s;
  aspect-ratio: 333/371;
}
.page-template-page-zespol .wspolnicy button:hover {
  box-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1), 0 8px 10px -6px rgba(0, 0, 0, 0.1);
}
.page-template-page-zespol .wspolnicy button:hover img {
  border-bottom-right-radius: 5vw;
}
@media (max-width: 768px) {
  .page-template-page-zespol .wspolnicy button:hover img {
    border-bottom-right-radius: 20vw;
  }
}
@media (max-width: 768px) {
  .page-template-page-zespol .wspolnicy button img {
    border-bottom-right-radius: 30vw;
  }
}
.page-template-page-zespol .content {
  display: none;
}

#zespol_modal {
  background: #F4EDE788;
  display: none;
}
body.modal_open #zespol_modal {
  display: flex;
}
#zespol_modal .wrap {
  grid-template-columns: 2fr 3fr;
  grid-template-rows: 1fr auto;
  gap: 3vw;
  /*.modal_content {
          grid-column: 2;
          grid-row: 3;
      }*/
}
@media (max-width: 768px) {
  #zespol_modal .wrap {
    max-width: 100%;
    width: 100%;
    border: 0;
    top: 0;
    height: 100vh;
    height: 100dvh;
    overflow-y: scroll;
  }
}
#zespol_modal .wrap .modal_img {
  grid-row: 1/3;
  aspect-ratio: 380/430;
  -o-object-fit: cover;
  object-fit: cover;
}
@media (max-width: 768px) {
  #zespol_modal .wrap .modal_img {
    -aspect-ratio: 430/380;
    aspect-ratio: 1;
  }
}
#zespol_modal .wrap .modal_stanowisko {
  grid-column: 2;
  grid-row: 1;
  padding-right: 3rem;
}
#zespol_modal .wrap .modal_nazwisko {
  /*grid-column: 2;
        grid-row: 2;
        flex-grow: 1;*/
  font-size: calc(100vw / 1500 * 22);
  border-bottom: 1px solid #111;
  line-height: 2;
  align-self: end;
}
@media (max-width: 768px) {
  #zespol_modal .wrap .modal_nazwisko {
    border-bottom: 0;
  }
}
#zespol_modal .wrap .modal_nazwisko_content {
  grid-column: 2;
  grid-row: 2;
}
@media (max-width: 768px) {
  #zespol_modal .wrap .modal_nazwisko_content {
    -padding-bottom: 3vw;
  }
  #zespol_modal .wrap .modal_nazwisko_content .modal_content {
    padding-top: 2svw;
  }
  #zespol_modal .wrap .modal_nazwisko_content .modal_stanowisko {
    border-bottom: 1px solid #111;
    padding-bottom: 0.3em;
    padding-right: 0;
  }
}

.zespol_content {
  grid-template-columns: 2fr 3fr;
}
.zespol_content .img_wrap img {
  aspect-ratio: 334/454;
  -o-object-fit: cover;
  object-fit: cover;
}
.zespol_content .wrap_wrap {
  width: calc(100vw / 1500 * 334);
}
@media (max-width: 768px) {
  .zespol_content {
    grid-template-columns: 1fr;
  }
  .zespol_content .pracownik {
    padding-left: 0 !important;
    padding-right: 0 !important;
    grid-template-columns: 1fr !important;
  }
  .zespol_content .img_wrap img {
    width: 100%;
    aspect-ratio: 334/454;
  }
  .zespol_content .wrap_wrap {
    width: 100%;
    margin-top: 1em;
  }
  .zespol_content .asdasdreveal_content {
    grid-column: 1/span 2;
  }
}

[data-barba-namespace=kontakt] .grid_1,
[data-barba-namespace=kontakt] .grid-cols-2 {
  grid-template-columns: 3fr 1fr;
  /*  margin-right: calc(100vw / 1500 * 102);
        margin-left: calc(100vw / 1500 * 160); */
}
@media (max-width: 768px) {
  [data-barba-namespace=kontakt] .grid_1,
[data-barba-namespace=kontakt] .grid-cols-2 {
    grid-template-columns: 1fr;
    margin-right: 0;
    margin-left: 0;
  }
}
[data-barba-namespace=kontakt] .grid-cols-3 > div {
  padding: 2em 5vw;
}
[data-barba-namespace=kontakt] .grid-cols-3 > .text-16 {
  padding-bottom: 0.5em;
}
[data-barba-namespace=kontakt] .img_wrap {
  width: 426px;
  width: calc(100vw / 1500 * 326);
}
@media (max-width: 768px) {
  [data-barba-namespace=kontakt] .img_wrap {
    width: 100%;
  }
}
[data-barba-namespace=kontakt] .qa .reveal_wrap.active {
  background: transparent;
  color: var(--front);
}
[data-barba-namespace=kontakt] .qa .reveal_wrap.active .open {
  filter: none;
}
[data-barba-namespace=kontakt] .qa .reveal_wrap:last-of-type {
  border-bottom: 0;
}

[data-barba-namespace=onas] #kancelaria-w-liczbach h2 {
  margin-left: 10vw;
}
@media (max-width: 768px) {
  [data-barba-namespace=onas] .div-1 {
    margin-left: 0;
    margin-right: 0;
  }
}

.nav button {
  border-right: 1px solid #2B2B2B;
  padding: 1em;
  transition-duration: 0.3s;
}
.nav button:last-child {
  border-right: none;
}
.nav button:hover, .nav button.active {
  background: #7AA0E2;
  color: #F4EDE7;
}
.nav button:hover::after, .nav button.active::after {
  filter: invert(1);
  transform: rotate(-90deg);
}

.tab_wrap:not(.active) {
  display: none !important;
}

.place_grid {
  grid-template-columns: 5fr 4fr !important;
}

.auto_scroll_me {
  overflow-y: hidden;
  -max-height: 33vmax;
  max-height: 36.5vmax;
  padding-right: 1em;
  transition-duration: 1s;
}
@media (max-width: 768px) {
  .auto_scroll_me {
    max-height: 25em;
  }
  .auto_scroll_me.mobile_view {
    max-height: 10000px;
  }
}
.auto_scroll_me .c {
  position: relative;
  -padding-bottom: 3em;
}

.slide_btn.mobile_view::aftert {
  transform: rotate(-90deg) !important;
}

[data-barba-namespace=szkolenia] li {
  padding: 3vw;
  padding-left: 10vw;
  padding-right: 10vw;
  position: relative;
  font-size: calc(100vw / 1500 * 30);
  line-height: calc(100vw / 1500 * 40);
}
[data-barba-namespace=szkolenia] li::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 1px;
  background: #111;
  top: 0;
  left: 0;
  transform: scaleX(0);
  transition: 1s;
  transform-origin: left;
}
[data-barba-namespace=szkolenia] li.intersecting::after {
  transform: scaleX(1);
}
[data-barba-namespace=szkolenia] li .minitext {
  left: auto !important;
  top: 0 !important;
  right: auto !important;
  transform: translate(-150%, 3em);
  transition-delay: 0s !important;
}
[data-barba-namespace=szkolenia] li:last-child {
  border-bottom: 1px solid #111;
}
@media (max-width: 768px) {
  [data-barba-namespace=szkolenia] li {
    font-size: calc(100vw / 430 * 20);
    line-height: calc(100vw / 430 * 27);
    padding: 6vw 17vw;
  }
  [data-barba-namespace=szkolenia] li .minitext {
    transform: translate(-150%, 2.25em);
  }
}

#mapa {
  grid-template-columns: 4fr 3fr;
}
#mapa button img {
  not-transform: scale(0.8);
}
#mapa button .open {
  transition-duration: 0.6s;
}
#mapa .active button .open {
  transform: rotate(-90deg);
}
#mapa .items {
  margin-right: 8vw;
}
#mapa .items div {
  padding: 0.66em;
  padding-left: 0;
  border-bottom: 1px solid #2B2B2B;
}
#mapa .items > div:first-of-type {
  border-top: 1px solid #2B2B2B;
}
#mapa .items .regionalne + div {
  padding: 0;
  border: 0;
  max-height: 0;
  overflow: hidden;
  transition-duration: 1s;
}
#mapa .items .item {
  position: relative;
  cursor: pointer;
}
#mapa .items .item span {
  transition-duration: 0.6s;
  position: relative;
  display: inline-block;
}
#mapa .items .item::before {
  content: "";
  position: absolute;
  width: 1.5em;
  height: 1px;
  background: #2B2B2B;
  top: 50%;
  left: 0;
  transform: scaleX(0);
  transition: 0.6s ease;
  transform-origin: left;
}
#mapa .items .item.active span {
  transform: translateX(2em);
}
#mapa .items .item.active::before {
  transform: scaleX(1);
}
#mapa .active.regionalne + div {
  max-height: 999px;
}
#mapa .mapa {
  position: relative;
}
#mapa .mapa > div {
  position: absolute;
}
#mapa .mapa > div .dot {
  position: absolute;
  width: 1vw;
  height: 1vw;
  border-radius: 50%;
  background: #2B2B2B;
  transform: translate(-50%, -50%);
  transition: 0.3s ease;
  cursor: pointer;
}
@media (max-width: 768px) {
  #mapa .mapa > div .dot {
    width: 2vw;
    height: 2vw;
  }
}
#mapa .mapa > div.big .dot {
  width: 1.5vw;
  height: 1.5vw;
}
@media (max-width: 768px) {
  #mapa .mapa > div.big .dot {
    width: 4vw;
    height: 4vw;
  }
}
#mapa .mapa > div .desc {
  transform: scale(0);
  position: absolute;
  left: calc(100% + 20px);
  bottom: calc(100% + 20px);
  background: #F4EDE7;
  font-size: 10px;
  line-height: normal;
  box-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1), 0 8px 10px -6px rgba(0, 0, 0, 0.1);
  padding: 1em;
  border-top-right-radius: 2em;
  z-index: 10;
  transition-duration: 0.3s;
  white-space: nowrap;
}
@media (max-width: 768px) {
  #mapa .mapa > div .desc.to_left {
    border-top-right-radius: 0;
    border-top-left-radius: 2em;
    left: 0;
    transform: translateX(-100%) scale(0);
  }
}
#mapa .mapa > div.active .dot {
  transform: translate(-50%, -50%) scale(1.5);
  background: #F4EDE7;
}
#mapa .mapa > div.active .desc {
  transform: scale(1);
}
@media (max-width: 768px) {
  #mapa .mapa > div.active .desc.to_left {
    transform: translateX(-100%) scale(1);
  }
}

/*
! tailwindcss v3.4.3 | MIT License | https://tailwindcss.com
*/
/*
1. Prevent padding and border from affecting element width. (https://github.com/mozdevs/cssremedy/issues/4)
2. Allow adding a border to an element by just adding a border-width. (https://github.com/tailwindcss/tailwindcss/pull/116)
*/
*,
::before,
::after {
  box-sizing: border-box;
  /* 1 */
  border-width: 0;
  /* 2 */
  border-style: solid;
  /* 2 */
  border-color: #e5e7eb;
  /* 2 */
}

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

/*
1. Use a consistent sensible line-height in all browsers.
2. Prevent adjustments of font size after orientation changes in iOS.
3. Use a more readable tab size.
4. Use the user's configured `sans` font-family by default.
5. Use the user's configured `sans` font-feature-settings by default.
6. Use the user's configured `sans` font-variation-settings by default.
7. Disable tap highlights on iOS
*/
html,
:host {
  line-height: 1.5;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
  -moz-tab-size: 4;
  /* 3 */
  -o-tab-size: 4;
  tab-size: 4;
  /* 3 */
  font-family: ui-sans-serif, system-ui, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  /* 4 */
  font-feature-settings: normal;
  /* 5 */
  font-variation-settings: normal;
  /* 6 */
  -webkit-tap-highlight-color: transparent;
  /* 7 */
}

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

/*
1. Add the correct height in Firefox.
2. Correct the inheritance of border color in Firefox. (https://bugzilla.mozilla.org/show_bug.cgi?id=190655)
3. Ensure horizontal rules are visible by default.
*/
hr {
  height: 0;
  /* 1 */
  color: inherit;
  /* 2 */
  border-top-width: 1px;
  /* 3 */
}

/*
Add the correct text decoration in Chrome, Edge, and Safari.
*/
abbr:where([title]) {
  -webkit-text-decoration: underline dotted;
  text-decoration: underline dotted;
}

/*
Remove the default font size and weight for headings.
*/
h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: inherit;
  font-weight: inherit;
}

/*
Reset links to optimize for opt-in styling instead of opt-out.
*/
a {
  color: inherit;
  text-decoration: inherit;
}

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

/*
1. Use the user's configured `mono` font-family by default.
2. Use the user's configured `mono` font-feature-settings by default.
3. Use the user's configured `mono` font-variation-settings by default.
4. Correct the odd `em` font sizing in all browsers.
*/
code,
kbd,
samp,
pre {
  font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
  /* 1 */
  font-feature-settings: normal;
  /* 2 */
  font-variation-settings: normal;
  /* 3 */
  font-size: 1em;
  /* 4 */
}

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

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

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

/*
1. Change the font styles in all browsers.
2. Remove the margin in Firefox and Safari.
3. Remove default padding in all browsers.
*/
button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  /* 1 */
  font-feature-settings: inherit;
  /* 1 */
  font-variation-settings: inherit;
  /* 1 */
  font-size: 100%;
  /* 1 */
  font-weight: inherit;
  /* 1 */
  line-height: inherit;
  /* 1 */
  letter-spacing: inherit;
  /* 1 */
  color: inherit;
  /* 1 */
  margin: 0;
  /* 2 */
  padding: 0;
  /* 3 */
}

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

/*
1. Correct the inability to style clickable types in iOS and Safari.
2. Remove default button styles.
*/
button,
input:where([type="button"]),
input:where([type="reset"]),
input:where([type="submit"]) {
  -webkit-appearance: button;
  /* 1 */
  background-color: transparent;
  /* 2 */
  background-image: none;
  /* 2 */
}

/*
Use the modern Firefox focus style for all focusable elements.
*/
:-moz-focusring {
  outline: auto;
}

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

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

/*
Correct the cursor style of increment and decrement buttons in Safari.
*/
::-webkit-inner-spin-button,
::-webkit-outer-spin-button {
  height: auto;
}

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

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

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

/*
Add the correct display in Chrome and Safari.
*/
summary {
  display: list-item;
}

/*
Removes the default spacing and border for appropriate elements.
*/
blockquote,
dl,
dd,
h1,
h2,
h3,
h4,
h5,
h6,
hr,
figure,
p,
pre {
  margin: 0;
}

fieldset {
  margin: 0;
  padding: 0;
}

legend {
  padding: 0;
}

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

/*
Reset default styling for dialogs.
*/
dialog {
  padding: 0;
}

/*
Prevent resizing textareas horizontally by default.
*/
textarea {
  resize: vertical;
}

/*
1. Reset the default placeholder opacity in Firefox. (https://github.com/tailwindlabs/tailwindcss/issues/3300)
2. Set the default placeholder color to the user's configured gray 400 color.
*/
input::-moz-placeholder, textarea::-moz-placeholder {
  opacity: 1;
  /* 1 */
  color: #9ca3af;
  /* 2 */
}

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

/*
Set the default cursor for buttons.
*/
button,
[role=button] {
  cursor: pointer;
}

/*
Make sure disabled buttons don't get the pointer cursor.
*/
:disabled {
  cursor: default;
}

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

/*
Constrain images and videos to the parent width and preserve their intrinsic aspect ratio. (https://github.com/mozdevs/cssremedy/issues/14)
*/
img,
video {
  max-width: 100%;
  height: auto;
}

/* Make elements with the HTML hidden attribute stay hidden by default */
[hidden] {
  display: none;
}

*, ::before, ::after {
  --tw-border-spacing-x: 0;
  --tw-border-spacing-y: 0;
  --tw-translate-x: 0;
  --tw-translate-y: 0;
  --tw-rotate: 0;
  --tw-skew-x: 0;
  --tw-skew-y: 0;
  --tw-scale-x: 1;
  --tw-scale-y: 1;
  --tw-pan-x: ;
  --tw-pan-y: ;
  --tw-pinch-zoom: ;
  --tw-scroll-snap-strictness: proximity;
  --tw-gradient-from-position: ;
  --tw-gradient-via-position: ;
  --tw-gradient-to-position: ;
  --tw-ordinal: ;
  --tw-slashed-zero: ;
  --tw-numeric-figure: ;
  --tw-numeric-spacing: ;
  --tw-numeric-fraction: ;
  --tw-ring-inset: ;
  --tw-ring-offset-width: 0px;
  --tw-ring-offset-color: #fff;
  --tw-ring-color: rgb(59 130 246 / 0.5);
  --tw-ring-offset-shadow: 0 0 #0000;
  --tw-ring-shadow: 0 0 #0000;
  --tw-shadow: 0 0 #0000;
  --tw-shadow-colored: 0 0 #0000;
  --tw-blur: ;
  --tw-brightness: ;
  --tw-contrast: ;
  --tw-grayscale: ;
  --tw-hue-rotate: ;
  --tw-invert: ;
  --tw-saturate: ;
  --tw-sepia: ;
  --tw-drop-shadow: ;
  --tw-backdrop-blur: ;
  --tw-backdrop-brightness: ;
  --tw-backdrop-contrast: ;
  --tw-backdrop-grayscale: ;
  --tw-backdrop-hue-rotate: ;
  --tw-backdrop-invert: ;
  --tw-backdrop-opacity: ;
  --tw-backdrop-saturate: ;
  --tw-backdrop-sepia: ;
  --tw-contain-size: ;
  --tw-contain-layout: ;
  --tw-contain-paint: ;
  --tw-contain-style: ;
}

::backdrop {
  --tw-border-spacing-x: 0;
  --tw-border-spacing-y: 0;
  --tw-translate-x: 0;
  --tw-translate-y: 0;
  --tw-rotate: 0;
  --tw-skew-x: 0;
  --tw-skew-y: 0;
  --tw-scale-x: 1;
  --tw-scale-y: 1;
  --tw-pan-x: ;
  --tw-pan-y: ;
  --tw-pinch-zoom: ;
  --tw-scroll-snap-strictness: proximity;
  --tw-gradient-from-position: ;
  --tw-gradient-via-position: ;
  --tw-gradient-to-position: ;
  --tw-ordinal: ;
  --tw-slashed-zero: ;
  --tw-numeric-figure: ;
  --tw-numeric-spacing: ;
  --tw-numeric-fraction: ;
  --tw-ring-inset: ;
  --tw-ring-offset-width: 0px;
  --tw-ring-offset-color: #fff;
  --tw-ring-color: rgb(59 130 246 / 0.5);
  --tw-ring-offset-shadow: 0 0 #0000;
  --tw-ring-shadow: 0 0 #0000;
  --tw-shadow: 0 0 #0000;
  --tw-shadow-colored: 0 0 #0000;
  --tw-blur: ;
  --tw-brightness: ;
  --tw-contrast: ;
  --tw-grayscale: ;
  --tw-hue-rotate: ;
  --tw-invert: ;
  --tw-saturate: ;
  --tw-sepia: ;
  --tw-drop-shadow: ;
  --tw-backdrop-blur: ;
  --tw-backdrop-brightness: ;
  --tw-backdrop-contrast: ;
  --tw-backdrop-grayscale: ;
  --tw-backdrop-hue-rotate: ;
  --tw-backdrop-invert: ;
  --tw-backdrop-opacity: ;
  --tw-backdrop-saturate: ;
  --tw-backdrop-sepia: ;
  --tw-contain-size: ;
  --tw-contain-layout: ;
  --tw-contain-paint: ;
  --tw-contain-style: ;
}

.container {
  width: 100%;
}

@media (min-width: 640px) {
  .container {
    max-width: 640px;
  }
}
@media (min-width: 768px) {
  .container {
    max-width: 768px;
  }
}
@media (min-width: 1024px) {
  .container {
    max-width: 1024px;
  }
}
@media (min-width: 1280px) {
  .container {
    max-width: 1280px;
  }
}
@media (min-width: 1536px) {
  .container {
    max-width: 1536px;
  }
}
.pointer-events-none {
  pointer-events: none;
}

.fixed {
  position: fixed;
}

.absolute {
  position: absolute;
}

.relative {
  position: relative;
}

.sticky {
  position: sticky;
}

.bottom-4 {
  bottom: 1rem;
}

.bottom-9 {
  bottom: 2.25rem;
}

.left-0 {
  left: 0px;
}

.right-0 {
  right: 0px;
}

.right-2 {
  right: 0.5rem;
}

.right-20 {
  right: 5rem;
}

.right-4 {
  right: 1rem;
}

.top-0 {
  top: 0px;
}

.top-\[3\.5vw\] {
  top: 3.5vw;
}

.top-\[4vw\] {
  top: 4vw;
}

.top-\[6vw\] {
  top: 6vw;
}

.top-full {
  top: 100%;
}

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

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

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

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

.row-span-2 {
  grid-row: span 2/span 2;
}

.row-start-2 {
  grid-row-start: 2;
}

.m-\[10vw\] {
  margin: 10vw;
}

.mx-\[5vw\] {
  margin-left: 5vw;
  margin-right: 5vw;
}

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

.my-16 {
  margin-top: 4rem;
  margin-bottom: 4rem;
}

.my-24 {
  margin-top: 6rem;
  margin-bottom: 6rem;
}

.my-\[10vw\] {
  margin-top: 10vw;
  margin-bottom: 10vw;
}

.my-\[15vw\] {
  margin-top: 15vw;
  margin-bottom: 15vw;
}

.my-\[6vw\] {
  margin-top: 6vw;
  margin-bottom: 6vw;
}

.my-\[8vw\] {
  margin-top: 8vw;
  margin-bottom: 8vw;
}

.-mb-\[1em\] {
  margin-bottom: -1em;
}

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

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

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

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

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

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

.mb-\[\.8em\] {
  margin-bottom: 0.8em;
}

.mb-\[10vw\] {
  margin-bottom: 10vw;
}

.mb-\[15vw\] {
  margin-bottom: 15vw;
}

.mb-\[2\.5vw\] {
  margin-bottom: 2.5vw;
}

.mb-\[4vw\] {
  margin-bottom: 4vw;
}

.mb-\[5vw\] {
  margin-bottom: 5vw;
}

.mb-\[6vw\] {
  margin-bottom: 6vw;
}

.ml-\[-15vw\] {
  margin-left: -15vw;
}

.ml-\[10vw\] {
  margin-left: 10vw;
}

.ml-\[12vw\] {
  margin-left: 12vw;
}

.ml-\[15vw\] {
  margin-left: 15vw;
}

.ml-\[16vw\] {
  margin-left: 16vw;
}

.ml-\[23vw\] {
  margin-left: 23vw;
}

.ml-\[5vw\] {
  margin-left: 5vw;
}

.ml-\[8vw\] {
  margin-left: 8vw;
}

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

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

.mr-16 {
  margin-right: 4rem;
}

.mr-\[10vw\] {
  margin-right: 10vw;
}

.mr-\[4vw\] {
  margin-right: 4vw;
}

.mr-\[5vw\] {
  margin-right: 5vw;
}

.mr-\[6vw\] {
  margin-right: 6vw;
}

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

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

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

.mt-4 {
  margin-top: 1rem;
}

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

.mt-\[1\.5vw\] {
  margin-top: 1.5vw;
}

.mt-\[10vw\] {
  margin-top: 10vw;
}

.mt-\[15vw\] {
  margin-top: 15vw;
}

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

.mt-\[20vw\] {
  margin-top: 20vw;
}

.mt-\[25vw\] {
  margin-top: 25vw;
}

.mt-\[3\.5vw\] {
  margin-top: 3.5vw;
}

.mt-\[3vw\] {
  margin-top: 3vw;
}

.mt-\[4vw\] {
  margin-top: 4vw;
}

.mt-\[8vw\] {
  margin-top: 8vw;
}

.block {
  display: block;
}

.flex {
  display: flex;
}

.grid {
  display: grid;
}

.\!hidden {
  display: none !important;
}

.hidden {
  display: none;
}

.aspect-square {
  aspect-ratio: 1/1;
}

.h-\[23vw\] {
  height: 23vw;
}

.h-full {
  height: 100%;
}

.h-screen {
  height: 100vh;
}

.max-h-0 {
  max-height: 0px;
}

.min-h-\[16vw\] {
  min-height: 16vw;
}

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

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

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

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

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

.w-full {
  width: 100%;
}

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

.min-w-full {
  min-width: 100%;
}

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

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

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

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

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

.rotate-45 {
  --tw-rotate: 45deg;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

.rotate-90 {
  --tw-rotate: 90deg;
  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;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

.gap-4 {
  gap: 1rem;
}

.gap-\[\.8em\] {
  gap: 0.8em;
}

.gap-\[1\.5vw\] {
  gap: 1.5vw;
}

.gap-\[10vw\] {
  gap: 10vw;
}

.gap-\[12vw\] {
  gap: 12vw;
}

.gap-\[1em\] {
  gap: 1em;
}

.gap-\[2\.3vw\] {
  gap: 2.3vw;
}

.self-stretch {
  align-self: stretch;
}

.overflow-hidden {
  overflow: hidden;
}

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

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

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

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

.border {
  border-width: 1px;
}

.border-b {
  border-bottom-width: 1px;
}

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

.border-r {
  border-right-width: 1px;
}

.border-t {
  border-top-width: 1px;
}

.border-\[\#F4EDE7\] {
  --tw-border-opacity: 1;
  border-color: rgb(244 237 231/var(--tw-border-opacity));
}

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

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

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

.bg-\[\#7AA0E2\] {
  --tw-bg-opacity: 1;
  background-color: rgb(122 160 226/var(--tw-bg-opacity));
}

.bg-\[\#F4EDE7\] {
  --tw-bg-opacity: 1;
  background-color: rgb(244 237 231/var(--tw-bg-opacity));
}

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

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

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

.p-1 {
  padding: 0.25rem;
}

.p-2 {
  padding: 0.5rem;
}

.p-4 {
  padding: 1rem;
}

.p-\[10vw\] {
  padding: 10vw;
}

.p-\[2\.5vw\] {
  padding: 2.5vw;
}

.p-\[4vw\] {
  padding: 4vw;
}

.p-\[5vw\] {
  padding: 5vw;
}

.p-\[6vw\] {
  padding: 6vw;
}

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

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

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

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

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

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

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

.py-\[10vw\] {
  padding-top: 10vw;
  padding-bottom: 10vw;
}

.py-\[12vw\] {
  padding-top: 12vw;
  padding-bottom: 12vw;
}

.py-\[3vw\] {
  padding-top: 3vw;
  padding-bottom: 3vw;
}

.py-\[4vw\] {
  padding-top: 4vw;
  padding-bottom: 4vw;
}

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

.py-\[6vw\] {
  padding-top: 6vw;
  padding-bottom: 6vw;
}

.py-\[7vw\] {
  padding-top: 7vw;
  padding-bottom: 7vw;
}

.py-\[8vw\] {
  padding-top: 8vw;
  padding-bottom: 8vw;
}

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

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

.pb-\[1\.5vw\] {
  padding-bottom: 1.5vw;
}

.pb-\[10vw\] {
  padding-bottom: 10vw;
}

.pb-\[15vw\] {
  padding-bottom: 15vw;
}

.pb-\[6vw\] {
  padding-bottom: 6vw;
}

.pl-\[10vw\] {
  padding-left: 10vw;
}

.pl-\[15vw\] {
  padding-left: 15vw;
}

.pl-\[5vw\] {
  padding-left: 5vw;
}

.pr-\[1\.5vw\] {
  padding-right: 1.5vw;
}

.pr-\[4vw\] {
  padding-right: 4vw;
}

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

.pt-\[10vw\] {
  padding-top: 10vw;
}

.pt-\[12vw\] {
  padding-top: 12vw;
}

.pt-\[20vw\] {
  padding-top: 20vw;
}

.pt-\[23vw\] {
  padding-top: 23vw;
}

.pt-\[25vw\] {
  padding-top: 25vw;
}

.pt-\[4vw\] {
  padding-top: 4vw;
}

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

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

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

.uppercase {
  text-transform: uppercase;
}

.leading-none {
  line-height: 1;
}

.text-\[\#00000066\] {
  color: #00000066;
}

.text-\[\#F4EDE7\] {
  --tw-text-opacity: 1;
  color: rgb(244 237 231/var(--tw-text-opacity));
}

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

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

.opacity-0 {
  opacity: 0;
}

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

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

  .md\:bottom-4 {
    bottom: 1rem;
  }

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

  .md\:right-\[10vw\] {
    right: 10vw;
  }

  .md\:right-\[2vw\] {
    right: 2vw;
  }

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

  .md\:top-8 {
    top: 2rem;
  }

  .md\:top-\[2vw\] {
    top: 2vw;
  }

  .md\:row-start-1 {
    grid-row-start: 1;
  }

  .md\:m-0 {
    margin: 0px;
  }

  .md\:m-auto {
    margin: auto;
  }

  .md\:mx-\[10vw\] {
    margin-left: 10vw;
    margin-right: 10vw;
  }

  .md\:mx-\[16vw\] {
    margin-left: 16vw;
    margin-right: 16vw;
  }

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

  .md\:my-0 {
    margin-top: 0px;
    margin-bottom: 0px;
  }

  .md\:my-24 {
    margin-top: 6rem;
    margin-bottom: 6rem;
  }

  .md\:my-36 {
    margin-top: 9rem;
    margin-bottom: 9rem;
  }

  .md\:my-\[10vw\] {
    margin-top: 10vw;
    margin-bottom: 10vw;
  }

  .md\:my-\[3vw\] {
    margin-top: 3vw;
    margin-bottom: 3vw;
  }

  .md\:my-\[8vw\] {
    margin-top: 8vw;
    margin-bottom: 8vw;
  }

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

  .md\:mb-16 {
    margin-bottom: 4rem;
  }

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

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

  .md\:ml-24 {
    margin-left: 6rem;
  }

  .md\:ml-\[0\] {
    margin-left: 0;
  }

  .md\:ml-\[10vw\] {
    margin-left: 10vw;
  }

  .md\:ml-\[5vw\] {
    margin-left: 5vw;
  }

  .md\:ml-\[6vw\] {
    margin-left: 6vw;
  }

  .md\:ml-\[8vw\] {
    margin-left: 8vw;
  }

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

  .md\:mr-0 {
    margin-right: 0px;
  }

  .md\:mr-\[16vw\] {
    margin-right: 16vw;
  }

  .md\:mr-\[3vw\] {
    margin-right: 3vw;
  }

  .md\:mr-\[5vw\] {
    margin-right: 5vw;
  }

  .md\:mr-\[6vw\] {
    margin-right: 6vw;
  }

  .md\:mr-\[7vw\] {
    margin-right: 7vw;
  }

  .md\:mr-auto {
    margin-right: auto;
  }

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

  .md\:mt-\[-1em\] {
    margin-top: -1em;
  }

  .md\:mt-\[1\.5vw\] {
    margin-top: 1.5vw;
  }

  .md\:mt-\[10vw\] {
    margin-top: 10vw;
  }

  .md\:mt-\[15vw\] {
    margin-top: 15vw;
  }

  .md\:mt-\[3vw\] {
    margin-top: 3vw;
  }

  .md\:mt-\[5vw\] {
    margin-top: 5vw;
  }

  .md\:block {
    display: block;
  }

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

  .md\:flex {
    display: flex;
  }

  .md\:grid {
    display: grid;
  }

  .md\:\!hidden {
    display: none !important;
  }

  .md\:hidden {
    display: none;
  }

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

  .md\:h-screen {
    height: 100vh;
  }

  .md\:max-h-\[17vw\] {
    max-height: 17vw;
  }

  .md\:min-h-\[50vh\] {
    min-height: 50vh;
  }

  .md\:min-h-\[80vh\] {
    min-height: 80vh;
  }

  .md\:w-2\/3 {
    width: 66.666667%;
  }

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

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

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

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

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

  .md\:min-w-\[40vw\] {
    min-width: 40vw;
  }

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

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

  .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-cols-4 {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }

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

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

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

  .md\:gap-16 {
    gap: 4rem;
  }

  .md\:gap-\[1\.33vw\] {
    gap: 1.33vw;
  }

  .md\:gap-\[2\.75em\] {
    gap: 2.75em;
  }

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

  .md\:border-0 {
    border-width: 0px;
  }

  .md\:border-t-0 {
    border-top-width: 0px;
  }

  .md\:p-\[1\.5vw\] {
    padding: 1.5vw;
  }

  .md\:p-\[10vw\] {
    padding: 10vw;
  }

  .md\:p-\[2vw\] {
    padding: 2vw;
  }

  .md\:p-\[3vw\] {
    padding: 3vw;
  }

  .md\:p-\[6vw\] {
    padding: 6vw;
  }

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

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

  .md\:py-24 {
    padding-top: 6rem;
    padding-bottom: 6rem;
  }

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

  .md\:py-\[1\.5vw\] {
    padding-top: 1.5vw;
    padding-bottom: 1.5vw;
  }

  .md\:py-\[2vw\] {
    padding-top: 2vw;
    padding-bottom: 2vw;
  }

  .md\:py-\[3vw\] {
    padding-top: 3vw;
    padding-bottom: 3vw;
  }

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

  .md\:py-\[6vw\] {
    padding-top: 6vw;
    padding-bottom: 6vw;
  }

  .md\:py-\[8vw\] {
    padding-top: 8vw;
    padding-bottom: 8vw;
  }

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

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

  .md\:pb-\[3vw\] {
    padding-bottom: 3vw;
  }

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

  .md\:pl-4 {
    padding-left: 1rem;
  }

  .md\:pl-\[10vw\] {
    padding-left: 10vw;
  }

  .md\:pl-\[2vw\] {
    padding-left: 2vw;
  }

  .md\:pl-\[5vw\] {
    padding-left: 5vw;
  }

  .md\:pl-\[8vw\] {
    padding-left: 8vw;
  }

  .md\:pl-\[9\.5vw\] {
    padding-left: 9.5vw;
  }

  .md\:pr-\[1vw\] {
    padding-right: 1vw;
  }

  .md\:pr-\[5vw\] {
    padding-right: 5vw;
  }

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

  .md\:pt-\[10vw\] {
    padding-top: 10vw;
  }

  .md\:pt-\[3vw\] {
    padding-top: 3vw;
  }

  .md\:pt-\[5\.5vw\] {
    padding-top: 5.5vw;
  }

  .md\:pt-\[5vw\] {
    padding-top: 5vw;
  }

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

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