@import url(https://fonts.googleapis.com/css2?family=Josefin+Sans:wght@300;400;600;700&display=swap);
@import url(https://fonts.googleapis.com/css2?family=Inter:wght@400;700&display=swap);
.landing-bg {
  background-image: url(/img/bg-phone.125016f5.png);
}
.brona {
  background-image: url(/img/brona.png);
}
.domi {
  background-image: url(/img/domi.png);
}
.katy {
  background-image: url(/img/katy.png);
}
.milu {
  background-image: url(/img/milu.png);
}
.michael {
  background-image: url(/img/michael.png);
}
.bara {
  background-image: url(/img/profile-bara.115ea7a7.png);
}
.avatar-male {
  background-image: url(/img/avatar-male.7394aa9b.png);
}
.avatar-female {
  background-image: url(/img/avatar-female.556e058a.png);
}
.slide-enter-active {
  -webkit-animation: slide 0.7s;
  animation: slide 0.7s;
}
.slide-leave-active {
  animation: slide 0.7s reverse;
}
@-webkit-keyframes slide {
  0% {
    transform: translateX(100%);
  }
  to {
    transform: translateX(0);
  }
}
@keyframes slide {
  0% {
    transform: translateX(100%);
  }
  to {
    transform: translateX(0);
  }
}
@media (min-width: 768px) {
  .landing-bg {
    background-image: url(/img/bg-tablet.2e3fa97d.png);
  }
  .services-mixed-container {
    display: grid;
    grid-template-columns: 65vw 55vw;
    grid-row-start: 2;
    overflow: hidden;
  }
  .services-mixed-container div:first-child {
    grid-column: 2;
    grid-row: 1;
    width: 55vw !important;
  }
  .services-mixed-container div:first-child div {
    transform: translateX(-20vw);
  }
  .services-mixed-container div:first-child div p {
    width: 100%;
  }
  .services-mixed-container div:nth-child(2) {
    grid-column: 1;
    grid-row: 1;
  }
  .services-mixed-container div:nth-child(2) div {
    width: 45vw !important;
  }
}
@media (min-width: 1280px) {
  .landing-bg {
    background-image: url(/img/bg-desktop.27de7605.png);
    background-size: 100vw 100.4vh !important;
  }
  .services-mixed-container div:first-child {
    width: 50vw !important;
  }
  .services-mixed-container div:nth-child(2) div {
    width: 65vw !important;
    padding-right: calc(20vw + 6rem);
  }
  .leading-extra {
    line-height: 2 !important;
  }
}

/*
! tailwindcss v3.0.24 | MIT License | https://tailwindcss.com
*/
*,
:after,
:before {
  box-sizing: border-box;
  border-width: 0;
  border-style: solid;
  border-color: #e5e7eb;
}
:after,
:before {
  --tw-content: "";
}
html {
  line-height: 1.5;
  -webkit-text-size-adjust: 100%;
  -moz-tab-size: 4;
  -o-tab-size: 4;
  tab-size: 4;
  font-family: Inter, ui-sans-serif, system-ui, -apple-system,
    BlinkMacSystemFont, Segoe UI, Roboto, Helvetica Neue, Arial, Noto Sans,
    sans-serif, Apple Color Emoji, Segoe UI Emoji, Segoe UI Symbol,
    Noto Color Emoji;
}
body {
  margin: 0;
  line-height: inherit;
}
hr {
  height: 0;
  color: inherit;
  border-top-width: 1px;
}
abbr:where([title]) {
  -webkit-text-decoration: underline dotted;
  text-decoration: underline dotted;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: inherit;
  font-weight: inherit;
}
a {
  color: inherit;
  text-decoration: inherit;
}
b,
strong {
  font-weight: bolder;
}
code,
kbd,
pre,
samp {
  font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas,
    Liberation Mono, Courier New, monospace;
  font-size: 1em;
}
small {
  font-size: 80%;
}
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sub {
  bottom: -0.25em;
}
sup {
  top: -0.5em;
}
table {
  text-indent: 0;
  border-color: inherit;
  border-collapse: collapse;
}
button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  font-size: 100%;
  line-height: inherit;
  color: inherit;
  margin: 0;
  padding: 0;
}
button,
select {
  text-transform: none;
}
[type="button"],
[type="reset"],
[type="submit"],
button {
  -webkit-appearance: button;
  background-color: transparent;
  background-image: none;
}
:-moz-focusring {
  outline: auto;
}
:-moz-ui-invalid {
  box-shadow: none;
}
progress {
  vertical-align: baseline;
}
::-webkit-inner-spin-button,
::-webkit-outer-spin-button {
  height: auto;
}
[type="search"] {
  -webkit-appearance: textfield;
  outline-offset: -2px;
}
::-webkit-search-decoration {
  -webkit-appearance: none;
}
::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit;
}
summary {
  display: list-item;
}
blockquote,
dd,
dl,
figure,
h1,
h2,
h3,
h4,
h5,
h6,
hr,
p,
pre {
  margin: 0;
}
fieldset {
  margin: 0;
}
fieldset,
legend {
  padding: 0;
}
menu,
ol,
ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
textarea {
  resize: vertical;
}
input::-moz-placeholder,
textarea::-moz-placeholder {
  opacity: 1;
  color: #9ca3af;
}
input::placeholder,
textarea::placeholder {
  opacity: 1;
  color: #9ca3af;
}
[role="button"],
button {
  cursor: pointer;
}
:disabled {
  cursor: default;
}
audio,
canvas,
embed,
iframe,
img,
object,
svg,
video {
  display: block;
  vertical-align: middle;
}
img,
video {
  max-width: 100%;
  height: auto;
}
[hidden] {
  display: none;
}
*,
:after,
:before {
  --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: rgba(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: ;
}
.absolute {
  position: absolute;
}
.relative {
  position: relative;
}
.left-0 {
  left: 0;
}
.top-0 {
  top: 0;
}
.z-10 {
  z-index: 10;
}
.-z-20 {
  z-index: -20;
}
.float-right {
  float: right;
}
.my-auto {
  margin-top: auto;
  margin-bottom: auto;
}
.mx-8 {
  margin-left: 2rem;
  margin-right: 2rem;
}
.my-3 {
  margin-top: 0.75rem;
  margin-bottom: 0.75rem;
}
.mx-auto {
  margin-right: auto;
}
.ml-auto,
.mx-auto {
  margin-left: auto;
}
.mr-5 {
  margin-right: 1.25rem;
}
.mt-2 {
  margin-top: 0.5rem;
}
.mt-12 {
  margin-top: 3rem;
}
.mt-72 {
  margin-top: 18rem;
}
.mt-4 {
  margin-top: 1rem;
}
.mb-0 {
  margin-bottom: 0;
}
.mt-8 {
  margin-top: 2rem;
}
.mb-8 {
  margin-bottom: 2rem;
}
.mb-24 {
  margin-bottom: 6rem;
}
.mt-3 {
  margin-top: 0.75rem;
}
.block {
  display: block;
}
.flex {
  display: flex;
}
.hidden {
  display: none;
}
.h-screen {
  height: 100vh;
}
.h-20 {
  height: 5rem;
}
.h-8 {
  height: 2rem;
}
.h-auto {
  height: auto;
}
.h-48 {
  height: 12rem;
}
.w-screen {
  width: 100vw;
}
.w-full {
  width: 100%;
}
.w-8 {
  width: 2rem;
}
.w-72 {
  width: 18rem;
}
.w-48 {
  width: 12rem;
}
.shrink-0 {
  flex-shrink: 0;
}
.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;
}
.flex-row {
  flex-direction: row;
}
.flex-col {
  flex-direction: column;
}
.items-center {
  align-items: center;
}
.justify-center {
  justify-content: center;
}
.justify-between {
  justify-content: space-between;
}
.rounded-full {
  border-radius: 9999px;
}
.border-y-2 {
  border-bottom-width: 1px;
}
.border-t,
.border-y-2 {
  border-top-width: 1px;
}
.border-al-yellow-on-white {
  --tw-border-opacity: 1;
  border-color: rgb(223 182 89 / var(--tw-border-opacity));
}
.border-black {
  --tw-border-opacity: 1;
  border-color: rgb(26 26 26 / var(--tw-border-opacity));
}
.bg-al-box-yellow {
  --tw-bg-opacity: 1;
  background-color: rgb(221 195 136 / var(--tw-bg-opacity));
}
.bg-al-box-blue {
  --tw-bg-opacity: 1;
  background-color: rgb(85 127 151 / var(--tw-bg-opacity));
}
.bg-cover {
  background-size: cover;
}
.bg-center {
  background-position: 50%;
}
.p-12 {
  padding: 3rem;
}
.px-12 {
  padding-left: 3rem;
  padding-right: 3rem;
}
.pl-5 {
  padding-left: 1.25rem;
}
.pr-6 {
  padding-right: 1.5rem;
}
.pt-8 {
  padding-top: 2rem;
}
.pb-16 {
  padding-bottom: 4rem;
}
.pb-0 {
  padding-bottom: 0;
}
.pt-16 {
  padding-top: 4rem;
}
.pl-12 {
  padding-left: 3rem;
}
.pr-12 {
  padding-right: 3rem;
}
.pb-12 {
  padding-bottom: 3rem;
}
.pb-4 {
  padding-bottom: 1rem;
}
.font-serif {
  font-family: Josefin Sans, ui-serif, Georgia, Cambria, Times New Roman, Times,
    serif;
}
.text-2xl {
  font-size: 1.5rem;
  line-height: 2rem;
}
.text-xl {
  font-size: 1.25rem;
  line-height: 1.75rem;
}
.text-4xl {
  font-size: 2.25rem;
  line-height: 2.5rem;
}
.font-bold {
  font-weight: 700;
}
.font-normal {
  font-weight: 400;
}
.font-light {
  font-weight: 300;
}
.uppercase {
  text-transform: uppercase;
}
.lowercase {
  text-transform: lowercase;
}
.normal-case {
  text-transform: none;
}
.italic {
  font-style: italic;
}
.leading-loose {
  line-height: 2;
}
.tracking-widest {
  letter-spacing: 0.2em;
}
.text-white {
  --tw-text-opacity: 1;
  color: rgb(244 244 244 / var(--tw-text-opacity));
}
.text-al-yellow-on-blue {
  --tw-text-opacity: 1;
  color: rgb(239 185 81 / var(--tw-text-opacity));
}
.text-blue {
  --tw-text-opacity: 1;
  color: rgb(47 92 117 / var(--tw-text-opacity));
}
.text-al-yellow-on-white {
  --tw-text-opacity: 1;
  color: rgb(223 182 89 / var(--tw-text-opacity));
}
.filter {
  filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast)
    var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate)
    var(--tw-sepia) var(--tw-drop-shadow);
}
.transition {
  transition-property: color, background-color, border-color, fill, stroke,
    opacity, box-shadow, transform, filter, -webkit-text-decoration-color,
    -webkit-backdrop-filter;
  transition-property: color, background-color, border-color,
    text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter,
    backdrop-filter;
  transition-property: color, background-color, border-color,
    text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter,
    backdrop-filter, -webkit-text-decoration-color, -webkit-backdrop-filter;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 0.15s;
}
html {
  --tw-bg-opacity: 1;
  background-color: rgb(236 240 243 / var(--tw-bg-opacity));
  overflow-x: hidden;
}
h1,
h2,
h3,
h4,
h5 {
  text-align: center;
  font-family: Josefin Sans, ui-serif, Georgia, Cambria, Times New Roman, Times,
    serif;
  line-height: 1.625;
  letter-spacing: 0.2em;
}
h1 {
  margin-bottom: 2rem;
  margin-top: 0.5rem;
  font-size: 1.5rem;
  line-height: 2rem;
  font-weight: 700;
  text-transform: uppercase;
}
@media (min-width: 768px) {
  h1 {
    margin-bottom: 4rem;
    font-size: 2.25rem;
    line-height: 2.5rem;
  }
}
@media (min-width: 1280px) {
  h1 {
    margin-top: 1rem;
    margin-bottom: 6rem;
  }
}
h2 {
  margin-bottom: 2rem;
  margin-top: 0.5rem;
  font-size: 1.25rem;
  line-height: 1.75rem;
  font-weight: 700;
  text-transform: uppercase;
}
@media (min-width: 768px) {
  h2 {
    font-size: 1.5rem;
    line-height: 2rem;
  }
}
@media (min-width: 1280px) {
  h2 {
    margin-bottom: 3rem;
    font-size: 1.875rem;
    line-height: 2.25rem;
  }
}
h4 {
  margin-top: 1rem;
  margin-bottom: 0.5rem;
  font-size: 1.25rem;
  line-height: 1.75rem;
  font-weight: 700;
}
@media (min-width: 768px) {
  h4 {
    text-align: left;
    font-size: 1.5rem;
    line-height: 2rem;
  }
}
@media (min-width: 1280px) {
  h4 {
    font-size: 1.5rem;
    line-height: 2rem;
  }
}
h5 {
  margin-top: 1rem;
  margin-bottom: 1rem;
  font-size: 0.875rem;
  line-height: 1.25rem;
  font-weight: 600;
}
@media (min-width: 768px) {
  h5 {
    text-align: left;
    font-size: 1.25rem;
    line-height: 1.75rem;
  }
}
@media (min-width: 1280px) {
  h5 {
    font-size: 1.125rem;
    line-height: 1.75rem;
    font-weight: 400;
  }
}
p {
  text-align: center;
  font-style: italic;
}
@media (min-width: 768px) {
  p {
    font-size: 1.25rem;
    line-height: 1.75rem;
    line-height: 2;
  }
}
@media (min-width: 1280px) {
  p {
    font-size: 1rem;
    line-height: 1.5rem;
  }
}
.circle-inner {
  display: flex;
  height: 11rem;
  width: 11rem;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  border-radius: 9999px;
  --tw-bg-opacity: 1;
  background-color: rgb(236 240 243 / var(--tw-bg-opacity));
  box-shadow: 9px 9px 6px #d1d9e6;
  transform: translate(2.5rem, 2.5rem);
}
.circle-inner h1 {
  margin-bottom: 0;
}
.circle-outer {
  height: 16rem;
  width: 16rem;
  border-radius: 9999px;
  --tw-bg-opacity: 1;
  background-color: rgb(236 240 243 / var(--tw-bg-opacity));
  box-shadow: inset 9px 9px 6px #d1d9e6;
}
.input,
.textarea {
  width: 100%;
  --tw-border-opacity: 1;
  border-color: rgb(244 244 244 / var(--tw-border-opacity));
  background-color: transparent;
  padding-left: 0.75rem;
  padding-right: 0.75rem;
  font-size: 0.75rem;
  line-height: 1rem;
  font-weight: 400;
  letter-spacing: 0.2em;
  --tw-text-opacity: 1;
  color: rgb(244 244 244 / var(--tw-text-opacity));
  outline-width: 0;
}
@media (min-width: 768px) {
  .input,
  .textarea {
    font-size: 1rem;
    line-height: 1.5rem;
  }
}
@media (min-width: 1280px) {
  .input,
  .textarea {
    font-size: 0.875rem;
    line-height: 1.25rem;
  }
}
input,
input:focus-visible {
  margin-bottom: 1.5rem;
  border-width: 0;
  border-bottom-width: 1px;
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
}
.textarea,
.textarea:focus-visible {
  margin-top: 1.5rem;
  margin-bottom: 1.5rem;
  border-width: 1px;
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
}
.input::-moz-placeholder,
.textarea::-moz-placeholder {
  font-style: italic;
  color: hsla(0, 0%, 100%, 0.47);
}
.input::placeholder,
.textarea::placeholder {
  font-style: italic;
  color: hsla(0, 0%, 100%, 0.47);
}
.submit {
  margin-left: auto;
  margin-right: auto;
  box-sizing: border-box;
  width: 13rem;
  --tw-bg-opacity: 1;
  background-color: rgb(239 185 81 / var(--tw-bg-opacity));
  padding: 0.75rem;
  text-align: center;
  font-size: 0.875rem;
  line-height: 1.25rem;
  letter-spacing: 0.2em;
}
.nav-link {
  margin-left: 0.75rem;
  margin-right: 0.75rem;
  display: none;
  font-weight: 700;
  text-transform: uppercase;
  --tw-text-opacity: 1;
  color: rgb(244 244 244 / var(--tw-text-opacity));
}
@media (min-width: 768px) {
  .nav-link {
    display: block;
  }
}
@media (min-width: 1280px) {
  .nav-link {
    margin-left: 1rem;
    margin-right: 1rem;
  }
}
@media (min-width: 640px) {
  .sm\:w-1\/2 {
    width: 50%;
  }
}
@media (min-width: 768px) {
  .md\:m-0 {
    margin: 0;
  }
  .md\:mx-auto {
    margin-left: auto;
    margin-right: auto;
  }
  .md\:mx-12 {
    margin-left: 3rem;
    margin-right: 3rem;
  }
  .md\:ml-auto {
    margin-left: auto;
  }
  .md\:mr-0 {
    margin-right: 0;
  }
  .md\:mt-48 {
    margin-top: 12rem;
  }
  .md\:mb-12 {
    margin-bottom: 3rem;
  }
  .md\:mb-10 {
    margin-bottom: 2.5rem;
  }
  .md\:box-border {
    box-sizing: border-box;
  }
  .md\:block {
    display: block;
  }
  .md\:flex {
    display: flex;
  }
  .md\:hidden {
    display: none;
  }
  .md\:w-11\/12 {
    width: 91.666667%;
  }
  .md\:w-8\/12 {
    width: 66.666667%;
  }
  .md\:w-4\/5 {
    width: 80%;
  }
  .md\:max-w-md {
    max-width: 28rem;
  }
  .md\:-translate-y-16 {
    --tw-translate-y: -4rem;
    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));
  }
  .md\:flex-row-reverse {
    flex-direction: row-reverse;
  }
  .md\:flex-col-reverse {
    flex-direction: column-reverse;
  }
  .md\:items-center {
    align-items: center;
  }
  .md\:justify-center {
    justify-content: center;
  }
  .md\:gap-32 {
    gap: 8rem;
  }
  .md\:bg-al-box-blue {
    --tw-bg-opacity: 1;
    background-color: rgb(85 127 151 / var(--tw-bg-opacity));
  }
  .md\:bg-al-box-yellow {
    --tw-bg-opacity: 1;
    background-color: rgb(221 195 136 / var(--tw-bg-opacity));
  }
  .md\:px-12 {
    padding-left: 3rem;
    padding-right: 3rem;
  }
  .md\:px-32 {
    padding-left: 8rem;
    padding-right: 8rem;
  }
  .md\:py-20 {
    padding-top: 5rem;
    padding-bottom: 5rem;
  }
  .md\:px-16 {
    padding-left: 4rem;
    padding-right: 4rem;
  }
  .md\:py-24 {
    padding-top: 6rem;
    padding-bottom: 6rem;
  }
  .md\:px-36 {
    padding-left: 9rem;
    padding-right: 9rem;
  }
  .md\:pt-10 {
    padding-top: 2.5rem;
  }
  .md\:pb-24 {
    padding-bottom: 6rem;
  }
  .md\:pt-20 {
    padding-top: 5rem;
  }
  .md\:pr-24 {
    padding-right: 6rem;
  }
  .md\:pl-24 {
    padding-left: 6rem;
  }
  .md\:pb-0 {
    padding-bottom: 0;
  }
  .md\:pr-32 {
    padding-right: 8rem;
  }
  .md\:pl-32 {
    padding-left: 8rem;
  }
  .md\:pb-40 {
    padding-bottom: 10rem;
  }
  .md\:text-left {
    text-align: left;
  }
  .md\:text-right {
    text-align: right;
  }
  .md\:text-2xl {
    font-size: 1.5rem;
    line-height: 2rem;
  }
  .md\:text-base {
    font-size: 1rem;
    line-height: 1.5rem;
  }
  .md\:text-3xl {
    font-size: 1.875rem;
    line-height: 2.25rem;
  }
  .md\:text-lg {
    font-size: 1.125rem;
    line-height: 1.75rem;
  }
  .md\:leading-relaxed {
    line-height: 1.625;
  }
  .md\:text-white {
    --tw-text-opacity: 1;
    color: rgb(244 244 244 / var(--tw-text-opacity));
  }
}
@media (min-width: 1024px) {
  .lg\:hidden {
    display: none;
  }
}
@media (min-width: 1280px) {
  .xl\:absolute {
    position: absolute;
  }
  .xl\:relative {
    position: relative;
  }
  .xl\:-z-10 {
    z-index: -10;
  }
  .xl\:m-0 {
    margin: 0;
  }
  .xl\:mx-auto {
    margin-left: auto;
    margin-right: auto;
  }
  .xl\:mx-12 {
    margin-left: 3rem;
    margin-right: 3rem;
  }
  .xl\:mt-24 {
    margin-top: 6rem;
  }
  .xl\:mt-8 {
    margin-top: 2rem;
  }
  .xl\:mb-8 {
    margin-bottom: 2rem;
  }
  .xl\:mb-12 {
    margin-bottom: 3rem;
  }
  .xl\:mt-12 {
    margin-top: 3rem;
  }
  .xl\:mt-36 {
    margin-top: 9rem;
  }
  .xl\:box-border {
    box-sizing: border-box;
  }
  .xl\:block {
    display: block;
  }
  .xl\:flex {
    display: flex;
  }
  .xl\:grid {
    display: grid;
  }
  .xl\:hidden {
    display: none;
  }
  .xl\:h-screen {
    height: 100vh;
  }
  .xl\:h-72 {
    height: 18rem;
  }
  .xl\:w-1\/2 {
    width: 50%;
  }
  .xl\:w-10\/12 {
    width: 83.333333%;
  }
  .xl\:w-72 {
    width: 18rem;
  }
  .xl\:w-full {
    width: 100%;
  }
  .xl\: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));
  }
  .xl\:grid-cols-2 {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .xl\:flex-row-reverse {
    flex-direction: row-reverse;
  }
  .xl\:flex-col {
    flex-direction: column;
  }
  .xl\:items-center {
    align-items: center;
  }
  .xl\:justify-center {
    justify-content: center;
  }
  .xl\:bg-transparent {
    background-color: transparent;
  }
  .xl\:bg-al-box-yellow {
    --tw-bg-opacity: 1;
    background-color: rgb(221 195 136 / var(--tw-bg-opacity));
  }
  .xl\:p-0 {
    padding: 0;
  }
  .xl\:p-24 {
    padding: 6rem;
  }
  .xl\:px-24 {
    padding-left: 6rem;
    padding-right: 6rem;
  }
  .xl\:px-0 {
    padding-left: 0;
    padding-right: 0;
  }
  .xl\:py-32 {
    padding-top: 8rem;
    padding-bottom: 8rem;
  }
  .xl\:py-24 {
    padding-top: 6rem;
    padding-bottom: 6rem;
  }
  .xl\:py-36 {
    padding-top: 9rem;
    padding-bottom: 9rem;
  }
  .xl\:pt-40 {
    padding-top: 10rem;
  }
  .xl\:pb-24 {
    padding-bottom: 6rem;
  }
  .xl\:pl-0 {
    padding-left: 0;
  }
  .xl\:pr-36 {
    padding-right: 9rem;
  }
  .xl\:pl-16 {
    padding-left: 4rem;
  }
  .xl\:pr-16 {
    padding-right: 4rem;
  }
  .xl\:pr-24 {
    padding-right: 6rem;
  }
  .xl\:pl-12 {
    padding-left: 3rem;
  }
  .xl\:text-3xl {
    font-size: 1.875rem;
    line-height: 2.25rem;
  }
  .xl\:text-2xl {
    font-size: 1.5rem;
    line-height: 2rem;
  }
  .xl\:text-xl {
    font-size: 1.25rem;
    line-height: 1.75rem;
  }
}
@media (min-width: 1536px) {
  .\32xl\:container {
    width: 100%;
  }
  @media (min-width: 640px) {
    .\32xl\:container {
      max-width: 640px;
    }
  }
  @media (min-width: 768px) {
    .\32xl\:container {
      max-width: 768px;
    }
  }
  @media (min-width: 1024px) {
    .\32xl\:container {
      max-width: 1024px;
    }
  }
  @media (min-width: 1280px) {
    .\32xl\:container {
      max-width: 1280px;
    }
  }
  @media (min-width: 1536px) {
    .\32xl\:container {
      max-width: 1536px;
    }
  }
}
