*,
::before,
::after {
  box-sizing: border-box;
  /* 1 */
  border-width: 0;
  /* 2 */
  border-style: solid;
  /* 2 */
  border-color: currentColor;
  /* 2 */
}

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

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: 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";
  /* 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[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: "Rubik", sans-serif;
  /* 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 */
  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:-ms-input-placeholder, textarea:-ms-input-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;
}

/*
Ensure the default browser behavior of the `hidden` attribute.
*/

[hidden] {
  display: none;
}

/* Setup */

html {
  scroll-behavior: smooth !important;
}

body {
  overflow-wrap: break-word;
}

.screenfade{
  -webkit-animation: fade-in 1s ease;
  animation: fade-in 1s ease;
  visibility: visible;
  -webkit-backface-visibility: hidden;
}

@-webkit-keyframes fade-in{
  0%{
    opacity:0;
  }

  100%{
    opacity:1;
  }
}

@keyframes fade-in{
  0%{
    opacity:0
  }

  100%{
    opacity:1
  }
}

.page-grid {
  display: grid;
  grid-auto-rows: -webkit-min-content;
  grid-auto-rows: min-content;
  grid-template-columns: repeat(12, minmax(0, 1fr));
  -moz-column-gap: 1.25rem;
       column-gap: 1.25rem;
}

@media (min-width: 768px) {
  .page-grid {
    -moz-column-gap: 2.5rem;
         column-gap: 2.5rem;
  }
}

@media (min-width: 1024px) {
  .page-grid {
    -moz-column-gap: 4rem;
         column-gap: 4rem;
  }
}

.page-grid-2 {
  display: grid;
  grid-auto-rows: -webkit-min-content;
  grid-auto-rows: min-content;
  grid-template-columns: repeat(12, minmax(0, 1fr));
  -moz-column-gap: 1.25rem;
       column-gap: 1.25rem;
}

@media (min-width: 768px) {
  .page-grid-2 {
    -moz-column-gap: 0px;
         column-gap: 0px;
  }
}

.sitecontainer2left {
  padding-left: 1.25rem;
  padding-right: 1.25rem;
}

@media (min-width: 768px) {
  .sitecontainer2left {
    padding-left: 2.5rem;
  }

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

@media (min-width: 1024px) {
  .sitecontainer2left {
    padding-left: 4rem;
  }
}

.sitecontainer2leftmd {
  padding-left: 1.25rem;
}

@media (min-width: 768px) {
  .sitecontainer2leftmd {
    padding-left: 2.5rem;
  }
}

@media (min-width: 1024px) {
  .sitecontainer2leftmd {
    padding-left: 4rem;
  }
}

.sitecontainer2right {
  padding-left: 1.25rem;
  padding-right: 1.25rem;
}

@media (min-width: 768px) {
  .sitecontainer2right {
    padding-right: 2.5rem;
  }

  .sitecontainer2right {
    padding-left: 0px;
  }
}

@media (min-width: 1024px) {
  .sitecontainer2right {
    padding-right: 4rem;
  }
}

.sitecontainer2rightmd {
  padding-right: 1.25rem;
}

@media (min-width: 768px) {
  .sitecontainer2rightmd {
    padding-right: 2.5rem;
  }
}

@media (min-width: 1024px) {
  .sitecontainer2rightmd {
    padding-right: 4rem;
  }
}

.sitecontainer {
  padding-left: 1.25rem;
  padding-right: 1.25rem;
}

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

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

.sitecontainermob {
  padding-left: 1.25rem;
  padding-right: 1.25rem;
}

@media (min-width: 768px) {
  .sitecontainermob {
    padding-left: 0px;
    padding-right: 0px;
  }
}

img, svg {
  height: auto;
  width: 100%;
}

.video-container {
  position: relative;
  height: 0px;
  width: 100%;
  padding-bottom:56.25%;
}

.video-container iframe {
  position: absolute;
  height: 100%;
  width: 100%;
}

.square {
  position: relative;
  width: 100%;
}

.square::after {
  display: block;
  padding-bottom: 100%;
  --tw-content: "";
  content: var(--tw-content);
}

.ratio {
  position: relative;
  display: block;
  width: 100%;
}

.ratio::after {
  display: block;
  padding-bottom: 56.25%;
  --tw-content: "";
  content: var(--tw-content);
}

.squaretoratio {
  position: relative;
  display: block;
  width: 100%;
}

.squaretoratio::after {
  display: block;
  padding-bottom: 100%;
  --tw-content: "";
  content: var(--tw-content);
}

@media (min-width: 1024px) {
  .squaretoratio::after {
    content: var(--tw-content);
    padding-bottom: 56.25%;
  }
}

.peoplepic {
  position: relative;
  display: block;
  width: 100%;
}

.peoplepic::after {
  display: block;
  padding-bottom: 77%;
  --tw-content: "";
  content: var(--tw-content);
}

.square .squarecontent, .ratio .ratiocontent, .squaretoratio .squaretoratiocontent, .peoplepic .peoplepiccontent {
  position: absolute;
  height: 100%;
  width: 100%;
}

.squaretoratio .squaretoratiocontent2 {
  position: absolute;
  height: 100%;
}

@media (min-width: 1024px) {
  .squaretoratio .squaretoratiocontent2 {
    width: 100%;
  }
}

.square .squarecontent img, .ratio .ratiocontent img, .squaretoratio .squaretoratiocontent img, .peoplepic .peoplepiccontent img {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.imagescaleup {
  transition-duration: 1s;
  transition-timing-function: cubic-bezier(0, 0, 0.2, 1);
}

.imagescaleup:hover {
  --tw-scale-x: 1.05;
  --tw-scale-y: 1.05;
  transform: var(--tw-transform);
}

/* Typography */

H1, H2, H3, p {
  font-family: "Rubik", sans-serif;
}

H1, H2 {
  font-weight: 700;
}

.heading1 {
  font-size: 48px;
  line-height: 105%;
}

@media (min-width: 768px) {
  .heading1 {
    font-size: 72px;
    line-height: 105%;
  }
}

@media (min-width: 1024px) {
  .heading1 {
    font-size: 90px;
    line-height: 108%;
  }
}

.heading1A {
  font-size: 42px;
  line-height: 105%;
}

@media (min-width: 768px) {
  .heading1A {
    font-size: 54px;
    line-height: 115%;
  }
}

@media (min-width: 1024px) {
  .heading1A {
    font-size: 72px;
    line-height: 105%;
  }
}

.heading2 {
  font-size: 32px;
  line-height: 110%;
}

@media (min-width: 768px) {
  .heading2 {
    font-size: 34px;
    line-height: 115%;
  }
}

@media (min-width: 1024px) {
  .heading2 {
    font-size: 54px;
    line-height: 115%;
  }
}

H3, p {
  font-weight: 400;
}

.heading3 {
  font-size: 24px;
  line-height: 115%;
}

@media (min-width: 768px) {
  .heading3 {
    font-size: 34px;
    line-height: 115%;
  }
}

@media (min-width: 1024px) {
  .heading3 {
    font-size: 26px;
    line-height: 115%;
  }
}

.heading3a {
  font-size: 32px;
  line-height: 110%;
}

@media (min-width: 768px) {
  .heading3a {
    font-size: 34px;
    line-height: 115%;
  }
}

@media (min-width: 1024px) {
  .heading3a {
    font-size: 54px;
    line-height: 115%;
  }
}

p, .body {
  font-size: 18px;
  line-height: 120%;
}

@media (min-width: 768px) {
  p, .body {
    font-size: 23px;
    line-height: 25px;
  }
}

p+p {
  margin-top: 2rem;
}

H4 {
  font-family: "Rubik", sans-serif;
}

.mono {
  font-family: "Rubik", sans-serif;
  font-size: 14px;
  line-height: 16px;
}

@media (min-width: 768px) {
  .mono {
    font-size: 16px;
    line-height: 18px;
  }
}

H5 {
  font-weight: 400;
}

.heading5 {
  font-size: 18px;
  line-height: 120%;
}

H6 {
  font-family: "Rubik", sans-serif;
  font-weight: 400;
}

.heading6, .heading6 p {
  font-size: 42px;
  line-height: 105%;
}

@media (min-width: 768px) {
  .heading6, .heading6 p {
    font-size: 34px;
    line-height: 115%;
  }
}

a {
  -webkit-text-decoration-line: underline;
          text-decoration-line: underline;
}

.nounderline {
  -webkit-text-decoration-line: none;
          text-decoration-line: none;
}

.nav {
  margin-top: 1.25rem;
  font-family: "Rubik", sans-serif;
  font-size: 21px;
  font-weight: 400;
  line-height: 100%;
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity));
  -webkit-text-decoration-line: none;
          text-decoration-line: none;
}

@media (min-width: 768px) {
  .nav {
    margin-right: 26px;
  }

  .nav {
    margin-top: 0px;
  }

  .nav {
    font-family: "Rubik", sans-serif;
  }

  .nav {
    font-size: 16px;
    line-height: 18px;
  }

  .nav {
    color: inherit;
  }
}

.nav{
  word-spacing: -1px;
}

i, em {
  font-style: italic;
}

b, strong {
  font-weight: 700;
}

/* Header */

.openmenu{
  left: -20px !important;
}

.naviswhite .x-btn:hover {
  opacity: 0.4;
}

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

.navwhite-old {
  --tw-brightness: brightness(0);
  --tw-invert: invert(100%);
  filter: var(--tw-filter);
}

@media screen and (min-width: 768px) {
  li.nav .link:hover:after{
    width: 100%;
  }

  li.nav .link:after{
    background: none repeat scroll 0 0 #0000;
    bottom: 0;
    border-bottom:1px solid;
    border-color:inherit;
    content: "";
    display: block;
    left: 0;
    position: absolute;
    transition: width .2s ease 0s,left .2s ease 0s;
    width: 0%;
  }

  .activenav .link:after{
    width: 100% !important;
  }
}

/* Footer */

#mc-embedded-subscribe-form{
  margin:0px !important;
}

#mc_embed_signup input{
  border:0px !important;
  padding:0px;
  text-indent: 0% !important;
  font-size:16px !important;
}

#mc_embed_signup .mc-field-group input {
  padding:0px !important;
}

#mc_embed_signup .mc-field-group{
  padding:0px !important;
  display: block !important;
  min-height:unset !important;
}

::-webkit-input-placeholder, :-moz-placeholder, ::-moz-placeholder, :-ms-input-placeholder, ::-ms-input-placeholder, ::placeholder  {
  font-size: 16px !important;
}

::-webkit-input-placeholder {
  color: #000 !important;
  opacity:0.4 !important;
}

:-moz-placeholder {
  color: #000 !important;
  opacity:0.4 !important;
}

::-moz-placeholder {
  color: #000 !important;
  opacity:0.4 !important;
}

:-ms-input-placeholder {
  color: #000 !important;
  opacity:0.4 !important;
}

.text-white .x-btn:hover {
  opacity: 0.4;
}

textarea:focus, input:focus{
  outline: none !important;
}

.mailchimperror, .mce_inline_error{
  color: #000000 !important;
  padding: 0px !important;
  background:transparent !important;
  margin-left:0px !important;
  margin-bottom: 0px !important;
  font-size: 12px !important;
  font-family: 'Moderat Mono', 'sans-serif' !important;
}

#mc-embedded-subscribe{
  margin:0px !important;
  border: 0px !important;
  text-decoration: underline !important;
}

#mc_embed_signup .foot{
  display:block !important;
}

#mc_embed_signup div#mce-responses, #mc_embed_signup div.response, #mce-success-response{
  margin-left:0px !important;
  color: #000000 !important;
  padding: 0px !important;
  font-family: 'Moderat Mono', 'sans-serif' !important;
  font-size: 12px !important;
  font-weight: normal !important;
}

#mc_embed_signup div.response{
  margin-bottom: 24px !important;
}

/* Homepage */

.hpswiper .swiper-button-prev, .hpswiper .swiper-button-next{
  position:relative !important;
  margin:0px !important;
  right: 0 !important;
  left: 0 !important;
  top: 0px !important;
  width:unset !important;
  height:unset !important;
  display:block !important;
  color:#ffffff !important;
}

.arrows {
  position: absolute;
  left: 50%;
  bottom: 0px;
  margin-left: -30px;
  height: 72px;
  width: 60px;
  --tw-scale-x: 0.5;
  --tw-scale-y: 0.5;
  transform: var(--tw-transform);
}

@media (min-width: 768px) {
  .arrows {
    --tw-scale-x: 0.7;
    --tw-scale-y: 0.7;
    transform: var(--tw-transform);
  }
}

@media (min-width: 1280px) {
  .arrows {
    --tw-scale-x: 1;
    --tw-scale-y: 1;
    transform: var(--tw-transform);
  }
}

.arrows path {
  stroke: #ffffff;
  fill: transparent;
  stroke-width: 2px;
  animation: arrow 2s infinite;
  -webkit-animation: arrow 2s infinite;
}

@keyframes arrow
{
  0% {
    opacity:0
  }

  40% {
    opacity:1
  }

  80% {
    opacity:0
  }

  100% {
    opacity:0
  }
}

@-webkit-keyframes arrow /*Safari and Chrome*/
{
  0% {
    opacity:0
  }

  40% {
    opacity:1
  }

  80% {
    opacity:0
  }

  100% {
    opacity:0
  }
}

.arrows path.a1 {
  animation-delay:-1s;
  -webkit-animation-delay:-1s;
  /* Safari 和 Chrome */
}

.arrows path.a2 {
  animation-delay:-0.5s;
  -webkit-animation-delay:-0.5s;
  /* Safari 和 Chrome */
}

.arrows path.a3 {
  animation-delay:0s;
  -webkit-animation-delay:0s;
  /* Safari 和 Chrome */
}

/* Parent pages */

.projectthumb:hover .projectinfo{
  opacity:100;
}

.projectthumb img{
  transition-duration: 1s;
}

.projectthumb:hover img{
  scale:1.05;
  transition-duration: 1s;
}

.project.filtered {
  display:none;
}

.project.filtered.selected {
  display:block;
}

/* Dropdown buttons */

.dropdown:hover .dropdown-content{
  opacity:100;
  display:block;
  z-index:100;
  pointer-events:auto;
}

.dropdown:hover .downarrow img, .dropdown:hover .sortdownarrow img{
  transform: rotate(180deg);
  margin-top:-2px;
}

.downarrow img {
  position: absolute;
  top: 50%;
  right: 0px;
  margin-top: 0.25rem;
  width: 100%;
  --tw-translate-y: -50%;
  transform: var(--tw-transform);
}

@media (min-width: 1024px) {
  .downarrow img {
    right: -15px;
  }
}

@media (min-width: 1280px) {
  .downarrow img {
    right: 0px;
  }
}

.sortdownarrow img {
  position: absolute;
  top: 50%;
  right: 0px;
  margin-top: 0.25rem;
  width: 100%;
  --tw-translate-y: -50%;
  transform: var(--tw-transform);
}

/* Swiper */

.swiper .swiper-button-prev, .swiper .swiper-button-next{
  position:relative !important;
  width:50% !important;
  margin:0px !important;
  right: 0 !important;
  left: 0 !important;
}

.swiper .swiper-button-prev{
  justify-content: end !important;
}

.swiper .swiper-button-next{
  justify-content: start !important;
}

.swiper-button-next:after, .swiper-rtl .swiper-button-prev:after, .swiper-button-next:after, .swiper-button-prev:after{
  content:none !important;
}

@media screen and (min-width: 768px) {
  .swiper .swiper-button-prev, .swiper .swiper-button-next{
    position:absolute !important;
    width:unset !important;
    margin:0px !important;
    right: 0 !important;
    left: 0 !important;
    justify-content: center !important;
    top:50%;
    transform:translate(0,-50%) !important;
  }

  .swiper .swiper-button-prev{
    left:10px !important;
    right: auto !important;
  }

  .swiper .swiper-button-next{
    left:auto !important;
    right: 10px !important;
  }
}

.swiper .swiper-button-next img, .swiper .swiper-button-prev img {
  width: 18px;
}

/* People */

.togglelink {
  pointer-events: auto;
  position: relative;
  margin-top: 1.5rem;
  cursor: pointer;
}

@media (min-width: 768px) {
  .togglelink {
    margin-top: 2.5rem;
  }
}

.togglelink a {
  font-family: "Rubik", sans-serif;
  font-size: 18px;
  line-height: 120%;
  -webkit-text-decoration-line: none;
          text-decoration-line: none;
}

@media (min-width: 768px) {
  .togglelink a {
    font-size: 23px;
    line-height: 25px;
  }
}

#peoplearrow {
  position: absolute;
  right: 0px;
  top: 0px;
  height: 100%;
  width: 16px;
}

@media (min-width: 1024px) {
  #peoplearrow {
    width: 22px;
  }
}

.peopleexpander {
  transition-property: all;
  transition-duration: 500ms;
  transition-timing-function: cubic-bezier(0.4, 0, 1, 1);
}

#peoplearrow img {
  margin-top: 0px;
  margin-bottom: 0px;
}

.rotatearrow{
  transform: rotate(180deg) !important;
}

#headshot:hover .headshotalt{
  opacity:100;
}

#headshot img{
  transition-duration: 1s;
}

#headshot:hover img{
  scale:1.05;
  transition-duration: 1s;
}

.person:first-of-type .leftborder {
  display: none;
}

.person:nth-of-type(2n) .leftborder {
  position: relative;
  left: -1px;
}

.person:nth-of-type(2n) .rightborder {
  position: relative;
  right: -1px;
}

@media (min-width: 768px) {
  .person:nth-of-type(2n) .rightborder {
    display: none;
  }
}

@media (min-width: 1024px) {
  .person:nth-of-type(2n) .rightborder {
    display: block;
  }

  .person:nth-of-type(3n) .rightborder {
    display: none;
  }
}

*, ::before, ::after {
  --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-transform: translateX(var(--tw-translate-x)) translateY(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-color: currentColor;
  --tw-blur: var(--tw-empty,/*!*/ /*!*/);
  --tw-brightness: var(--tw-empty,/*!*/ /*!*/);
  --tw-contrast: var(--tw-empty,/*!*/ /*!*/);
  --tw-grayscale: var(--tw-empty,/*!*/ /*!*/);
  --tw-hue-rotate: var(--tw-empty,/*!*/ /*!*/);
  --tw-invert: var(--tw-empty,/*!*/ /*!*/);
  --tw-saturate: var(--tw-empty,/*!*/ /*!*/);
  --tw-sepia: var(--tw-empty,/*!*/ /*!*/);
  --tw-drop-shadow: var(--tw-empty,/*!*/ /*!*/);
  --tw-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);
}

.pointer-events-none {
  pointer-events: none;
}

.pointer-events-auto {
  pointer-events: auto;
}

.static {
  position: static;
}

.fixed {
  position: fixed;
}

.absolute {
  position: absolute;
}

.relative {
  position: relative;
}

.top-0 {
  top: 0px;
}

.top-\[-25\%\] {
  top: -25%;
}

.left-0 {
  left: 0px;
}

.bottom-8 {
  bottom: 2rem;
}

.bottom-0 {
  bottom: 0px;
}

.right-0 {
  right: 0px;
}

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

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

.left-\[-75vh\] {
  left: -75vh;
}

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

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

.left-\[50\%\] {
  left: 50%;
}

.bottom-16 {
  bottom: 4rem;
}

.top-\[50\%\] {
  top: 50%;
}

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

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

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

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

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

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

.order-1 {
  order: 1;
}

.order-2 {
  order: 2;
}

.order-3 {
  order: 3;
}

.order-4 {
  order: 4;
}

.order-5 {
  order: 5;
}

.order-6 {
  order: 6;
}

.order-7 {
  order: 7;
}

.order-8 {
  order: 8;
}

.order-9 {
  order: 9;
}

.col-span-12 {
  grid-column: span 12 / span 12;
}

.col-span-6 {
  grid-column: span 6 / span 6;
}

.col-span-10 {
  grid-column: span 10 / span 10;
}

.col-span-8 {
  grid-column: span 8 / span 8;
}

.col-span-2 {
  grid-column: span 2 / span 2;
}

.col-span-4 {
  grid-column: span 4 / span 4;
}

.col-span-11 {
  grid-column: span 11 / span 11;
}

.col-span-7 {
  grid-column: span 7 / span 7;
}

.col-span-1 {
  grid-column: span 1 / span 1;
}

.col-start-1 {
  grid-column-start: 1;
}

.col-start-11 {
  grid-column-start: 11;
}

.col-start-9 {
  grid-column-start: 9;
}

.col-start-2 {
  grid-column-start: 2;
}

.col-start-4 {
  grid-column-start: 4;
}

.col-start-8 {
  grid-column-start: 8;
}

.m-auto {
  margin: auto;
}

.mx-5 {
  margin-left: 1.25rem;
  margin-right: 1.25rem;
}

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

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

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

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

.mr-\[8px\] {
  margin-right: 8px;
}

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

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

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

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

.mr-\[20px\] {
  margin-right: 20px;
}

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

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

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

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

.mr-2 {
  margin-right: 0.5rem;
}

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

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

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

.mb-10 {
  margin-bottom: 2.5rem;
}

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

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

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

.mb-5 {
  margin-bottom: 1.25rem;
}

.block {
  display: block;
}

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

.inline {
  display: inline;
}

.flex {
  display: flex;
}

.grid {
  display: grid;
}

.contents {
  display: contents;
}

.hidden {
  display: none;
}

.h-\[125\%\] {
  height: 125%;
}

.h-full {
  height: 100%;
}

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

.h-\[100\%\] {
  height: 100%;
}

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

.h-\[100vh\] {
  height: 100vh;
}

.h-\[60vh\] {
  height: 60vh;
}

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

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

.max-h-full {
  max-height: 100%;
}

.min-h-\[100\%\] {
  min-height: 100%;
}

.min-h-full {
  min-height: 100%;
}

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

.w-full {
  width: 100%;
}

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

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

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

.w-auto {
  width: auto;
}

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

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

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

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

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

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

.-translate-y-1\/2 {
  --tw-translate-y: -50%;
  transform: var(--tw-transform);
}

.transform {
  transform: var(--tw-transform);
}

.cursor-pointer {
  cursor: pointer;
}

.resize {
  resize: both;
}

.break-inside-avoid-column {
  -moz-column-break-inside: avoid;
       break-inside: avoid-column;
}

.auto-rows-min {
  grid-auto-rows: -webkit-min-content;
  grid-auto-rows: min-content;
}

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

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

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

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

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

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

.gap-x-5 {
  -moz-column-gap: 1.25rem;
       column-gap: 1.25rem;
}

.overflow-hidden {
  overflow: hidden;
}

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

.border-\[1px\] {
  border-width: 1px;
}

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

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

.border-solid {
  border-style: solid;
}

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

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

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

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

.bg-gradient-to-b {
  background-image: linear-gradient(to bottom, var(--tw-gradient-stops));
}

.bg-gradient-to-t {
  background-image: linear-gradient(to top, var(--tw-gradient-stops));
}

.from-black {
  --tw-gradient-from: #000000;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgb(0 0 0 / 0));
}

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

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

.p-5 {
  padding: 1.25rem;
}

.py-14 {
  padding-top: 3.5rem;
  padding-bottom: 3.5rem;
}

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

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

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

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

.py-16 {
  padding-top: 4rem;
  padding-bottom: 4rem;
}

.pr-1 {
  padding-right: 0.25rem;
}

.pl-1 {
  padding-left: 0.25rem;
}

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

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

.pr-2\.5 {
  padding-right: 0.625rem;
}

.pr-2 {
  padding-right: 0.5rem;
}

.pl-2\.5 {
  padding-left: 0.625rem;
}

.pl-2 {
  padding-left: 0.5rem;
}

.pt-\[64px\] {
  padding-top: 64px;
}

.pl-5 {
  padding-left: 1.25rem;
}

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

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

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

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

.font-mono {
  font-family: "Rubik", sans-serif;
}

.font-moderat {
  font-family: "Rubik", sans-serif;
}

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

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

.capitalize {
  text-transform: capitalize;
}

.leading-4 {
  line-height: 1rem;
}

.leading-\[12px\] {
  line-height: 12px;
}

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

.underline {
  -webkit-text-decoration-line: underline;
          text-decoration-line: underline;
}

.no-underline {
  -webkit-text-decoration-line: none;
          text-decoration-line: none;
}

.opacity-\[0\.4\] {
  opacity: 0.4;
}

.opacity-40 {
  opacity: 0.4;
}

.opacity-0 {
  opacity: 0;
}

.opacity-50 {
  opacity: 0.5;
}

.bg-blend-multiply {
  background-blend-mode: multiply;
}

.blur {
  --tw-blur: blur(8px);
  filter: var(--tw-filter);
}

.brightness-0 {
  --tw-brightness: brightness(0);
  filter: var(--tw-filter);
}

.grayscale {
  --tw-grayscale: grayscale(100%);
  filter: var(--tw-filter);
}

.invert {
  --tw-invert: invert(100%);
  filter: var(--tw-filter);
}

.filter {
  filter: var(--tw-filter);
}

.duration-\[0\.3s\] {
  transition-duration: 0.3s;
}

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

.duration-\[0\.5s\] {
  transition-duration: 0.5s;
}

.after\:content-\[\'\2c \'\]::after {
  --tw-content: ',';
  content: var(--tw-content);
}

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

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

.last\:after\:content-\[\'\'\]:last-child::after {
  --tw-content: '';
  content: var(--tw-content);
}

@media (min-width: 640px) {
  .sm\:col-span-7 {
    grid-column: span 7 / span 7;
  }

  .sm\:col-span-5 {
    grid-column: span 5 / span 5;
  }

  .sm\:col-span-10 {
    grid-column: span 10 / span 10;
  }

  .sm\:col-start-1 {
    grid-column-start: 1;
  }

  .sm\:col-start-7 {
    grid-column-start: 7;
  }

  .sm\:col-start-2 {
    grid-column-start: 2;
  }

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

  .sm\:block {
    display: block;
  }

  .sm\:pr-0 {
    padding-right: 0px;
  }

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

  .sm\:pr-5 {
    padding-right: 1.25rem;
  }
}

@media (min-width: 768px) {
  .md\:text-white .x-btn:hover {
    opacity: 0.4;
  }

  .md\:absolute {
    position: absolute;
  }

  .md\:relative {
    position: relative;
  }

  .md\:bottom-\[60px\] {
    bottom: 60px;
  }

  .md\:top-\[-15px\] {
    top: -15px;
  }

  .md\:top-\[unset\] {
    top: unset;
  }

  .md\:left-\[unset\] {
    left: unset;
  }

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

  .md\:top-\[45px\] {
    top: 45px;
  }

  .md\:left-\[-10px\] {
    left: -10px;
  }

  .md\:left-\[-7px\] {
    left: -7px;
  }

  .md\:left-\[-5px\] {
    left: -5px;
  }

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

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

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

  .md\:-top-20 {
    top: -5rem;
  }

  .md\:-top-\[98px\] {
    top: -98px;
  }

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

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

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

  .md\:order-6 {
    order: 6;
  }

  .md\:order-5 {
    order: 5;
  }

  .md\:col-span-8 {
    grid-column: span 8 / span 8;
  }

  .md\:col-span-6 {
    grid-column: span 6 / span 6;
  }

  .md\:col-span-2 {
    grid-column: span 2 / span 2;
  }

  .md\:col-span-10 {
    grid-column: span 10 / span 10;
  }

  .md\:col-span-5 {
    grid-column: span 5 / span 5;
  }

  .md\:col-span-3 {
    grid-column: span 3 / span 3;
  }

  .md\:col-span-7 {
    grid-column: span 7 / span 7;
  }

  .md\:col-span-4 {
    grid-column: span 4 / span 4;
  }

  .md\:col-start-1 {
    grid-column-start: 1;
  }

  .md\:col-start-11 {
    grid-column-start: 11;
  }

  .md\:col-start-8 {
    grid-column-start: 8;
  }

  .md\:col-start-6 {
    grid-column-start: 6;
  }

  .md\:col-start-3 {
    grid-column-start: 3;
  }

  .md\:col-start-9 {
    grid-column-start: 9;
  }

  .md\:col-start-7 {
    grid-column-start: 7;
  }

  .md\:col-start-2 {
    grid-column-start: 2;
  }

  .md\:mx-10 {
    margin-left: 2.5rem;
    margin-right: 2.5rem;
  }

  .md\:mt-32 {
    margin-top: 8rem;
  }

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

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

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

  .md\:mr-\[30px\] {
    margin-right: 30px;
  }

  .md\:mt-3 {
    margin-top: 0.75rem;
  }

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

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

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

  .md\:mb-32 {
    margin-bottom: 8rem;
  }

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

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

  .md\:mt-6 {
    margin-top: 1.5rem;
  }

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

  .md\:mt-1 {
    margin-top: 0.25rem;
  }

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

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

  .md\:mt-28 {
    margin-top: 7rem;
  }

  .md\:mb-14 {
    margin-bottom: 3.5rem;
  }

  .md\:mb-10 {
    margin-bottom: 2.5rem;
  }

  .md\:block {
    display: block;
  }

  .md\:flex {
    display: flex;
  }

  .md\:hidden {
    display: none;
  }

  .md\:h-\[unset\] {
    height: unset;
  }

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

  .md\:h-full {
    height: 100%;
  }

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

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

  .md\:w-\[calc\(100\%_\+_10px\)\] {
    width: calc(100% + 10px);
  }

  .md\:w-\[calc\(100\%_\+_7px\)\] {
    width: calc(100% + 7px);
  }

  .md\:w-\[calc\(100\%_\+_5px\)\] {
    width: calc(100% + 5px);
  }

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

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

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

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

  .md\:gap-x-10 {
    -moz-column-gap: 2.5rem;
         column-gap: 2.5rem;
  }

  .md\:gap-x-0 {
    -moz-column-gap: 0px;
         column-gap: 0px;
  }

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

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

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

  .md\:p-0 {
    padding: 0px;
  }

  .md\:p-6 {
    padding: 1.5rem;
  }

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

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

  .md\:pt-10 {
    padding-top: 2.5rem;
  }

  .md\:pb-5 {
    padding-bottom: 1.25rem;
  }

  .md\:pb-3 {
    padding-bottom: 0.75rem;
  }

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

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

  .md\:pt-\[138px\] {
    padding-top: 138px;
  }

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

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

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

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

  .md\:opacity-0 {
    opacity: 0;
  }

  .md\:duration-\[0s\] {
    transition-duration: 0s;
  }

  .md\:duration-\[0\.5s\] {
    transition-duration: 0.5s;
  }

  .first\:md\:mt-20:first-child {
    margin-top: 5rem;
  }
}

@media (min-width: 1024px) {
  .lg\:left-\[-10px\] {
    left: -10px;
  }

  .lg\:top-\[35px\] {
    top: 35px;
  }

  .lg\:-top-\[146px\] {
    top: -146px;
  }

  .lg\:col-span-5 {
    grid-column: span 5 / span 5;
  }

  .lg\:col-span-2 {
    grid-column: span 2 / span 2;
  }

  .lg\:col-span-6 {
    grid-column: span 6 / span 6;
  }

  .lg\:col-span-3 {
    grid-column: span 3 / span 3;
  }

  .lg\:col-span-7 {
    grid-column: span 7 / span 7;
  }

  .lg\:col-span-4 {
    grid-column: span 4 / span 4;
  }

  .lg\:col-span-8 {
    grid-column: span 8 / span 8;
  }

  .lg\:col-start-1 {
    grid-column-start: 1;
  }

  .lg\:col-start-6 {
    grid-column-start: 6;
  }

  .lg\:col-start-8 {
    grid-column-start: 8;
  }

  .lg\:col-start-9 {
    grid-column-start: 9;
  }

  .lg\:col-start-5 {
    grid-column-start: 5;
  }

  .lg\:col-start-3 {
    grid-column-start: 3;
  }

  .lg\:mx-16 {
    margin-left: 4rem;
    margin-right: 4rem;
  }

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

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

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

  .lg\:flex {
    display: flex;
  }

  .lg\:h-\[90vh\] {
    height: 90vh;
  }

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

  .lg\:w-\[22px\] {
    width: 22px;
  }

  .lg\:w-\[calc\(100\%_\+_25px\)\] {
    width: calc(100% + 25px);
  }

  .lg\:w-\[20px\] {
    width: 20px;
  }

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

  .lg\:columns-2 {
    -moz-columns: 2;
         columns: 2;
  }

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

  .lg\:gap-x-16 {
    -moz-column-gap: 4rem;
         column-gap: 4rem;
  }

  .lg\:pt-16 {
    padding-top: 4rem;
  }

  .lg\:pb-11 {
    padding-bottom: 2.75rem;
  }

  .lg\:pt-\[146px\] {
    padding-top: 146px;
  }

  .lg\:pl-16 {
    padding-left: 4rem;
  }

  .lg\:pt-8 {
    padding-top: 2rem;
  }

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

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

  .xl\:order-4 {
    order: 4;
  }

  .xl\:col-span-4 {
    grid-column: span 4 / span 4;
  }

  .xl\:col-span-2 {
    grid-column: span 2 / span 2;
  }

  .xl\:col-span-6 {
    grid-column: span 6 / span 6;
  }

  .xl\:col-span-3 {
    grid-column: span 3 / span 3;
  }

  .xl\:col-span-8 {
    grid-column: span 8 / span 8;
  }

  .xl\:col-start-1 {
    grid-column-start: 1;
  }

  .xl\:col-start-5 {
    grid-column-start: 5;
  }

  .xl\:col-start-7 {
    grid-column-start: 7;
  }

  .xl\:col-start-4 {
    grid-column-start: 4;
  }

  .xl\:col-start-10 {
    grid-column-start: 10;
  }

  .xl\:col-start-9 {
    grid-column-start: 9;
  }

  .xl\:col-start-3 {
    grid-column-start: 3;
  }

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

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

  .xl\:w-\[calc\(100\%_\+_10px\)\] {
    width: calc(100% + 10px);
  }

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

  .xl\:pr-16 {
    padding-right: 4rem;
  }

  .xl\:pt-\[146px\] {
    padding-top: 146px;
  }

  .xl\:pt-\[60px\] {
    padding-top: 60px;
  }
}

@media (min-width: 1500px) {
  .\33xl\:col-span-2 {
    grid-column: span 2 / span 2;
  }

  .\33xl\:col-start-9 {
    grid-column-start: 9;
  }

  .\33xl\:col-start-11 {
    grid-column-start: 11;
  }
}