@import url("https://use.typekit.net/kqk4fpj.css");

/*
! tailwindcss v3.0.0 | 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: currentColor;
  /* 2 */
}

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

/*
1. Use a consistent sensible line-height in all browsers.
2. Prevent adjustments of font size after orientation changes in iOS.
3. Use a more readable tab size.
4. Use the user's configured `sans` font-family by default.
*/

html {
  line-height: 1.5;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
  -moz-tab-size: 4;
  /* 3 */
  -o-tab-size: 4;
     tab-size: 4;
  /* 3 */
  font-family: 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: roboto-mono, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}

/*
Add the correct font size in all browsers.
*/

small {
  font-size: 80%;
}

/*
Prevent `sub` and `sup` elements from affecting the line height in all browsers.
*/

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

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

table {
  text-indent: 0;
  /* 1 */
  border-color: inherit;
  /* 2 */
  border-collapse: collapse;
  /* 3 */
}

/*
1. Change the font styles in all browsers.
2. Remove the margin in Firefox and Safari.
3. Remove default padding in all browsers.
*/

button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  /* 1 */
  font-size: 100%;
  /* 1 */
  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: #a1a1aa;
  /* 2 */
}

input:-ms-input-placeholder, textarea:-ms-input-placeholder {
  opacity: 1;
  /* 1 */
  color: #a1a1aa;
  /* 2 */
}

input::placeholder,
textarea::placeholder {
  opacity: 1;
  /* 1 */
  color: #a1a1aa;
  /* 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;
}

.btn-arrow:after, .btn-play:after, .translate-x-full, .translate-x-0, .-translate-y-1\/2, .-translate-x-1\/2, .-translate-y-full, .-translate-y-4, .translate-x-1\/10, .translate-y-1\/5, .transform, [id=location], .location-appear, .group-hover\:translate-x-1\/3, .sm\:translate-x-1\/3, .sm\:translate-y-3\/20, .md\:-translate-y-full, .md\:-translate-x-1\/2, .md\:-translate-y-1\/3{
  --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));
}

.divide-y-2 > *, .border, .border-2, .border-b-2, .border-t-2, li, li*, .md\:divide-y-0 > *, .md\:divide-x-2 > *{
  --tw-border-opacity: 1;
  border-color: rgb(228 228 231 / var(--tw-border-opacity));
}

.shadow-xl, .shadow-lg, .shadow-lg-reverse, .shadow-2xl, [id=location]{
  --tw-ring-offset-shadow: 0 0 #0000;
  --tw-ring-shadow: 0 0 #0000;
  --tw-shadow: 0 0 #0000;
  --tw-shadow-colored: 0 0 #0000;
}

.blur-sm, .filter{
  --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);
}

[type='text'],[type='email'],[type='url'],[type='password'],[type='number'],[type='date'],[type='datetime-local'],[type='month'],[type='search'],[type='tel'],[type='time'],[type='week'],[multiple],textarea,select{
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background-color: #fff;
  border-color: #71717a;
  border-width: 1px;
  border-radius: 0px;
  padding-top: 0.5rem;
  padding-right: 0.75rem;
  padding-bottom: 0.5rem;
  padding-left: 0.75rem;
  font-size: 1rem;
  line-height: 1.5rem;
  --tw-shadow: 0 0 #0000;
}

[type='text']:focus, [type='email']:focus, [type='url']:focus, [type='password']:focus, [type='number']:focus, [type='date']:focus, [type='datetime-local']:focus, [type='month']:focus, [type='search']:focus, [type='tel']:focus, [type='time']:focus, [type='week']:focus, [multiple]:focus, textarea:focus, select:focus{
  outline: 2px solid transparent;
  outline-offset: 2px;
  --tw-ring-inset: var(--tw-empty,/*!*/ /*!*/);
  --tw-ring-offset-width: 0px;
  --tw-ring-offset-color: #fff;
  --tw-ring-color: #2563eb;
  --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
  --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(1px + var(--tw-ring-offset-width)) var(--tw-ring-color);
  box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
  border-color: #2563eb;
}

input::-moz-placeholder, textarea::-moz-placeholder{
  color: #71717a;
  opacity: 1;
}

input:-ms-input-placeholder, textarea:-ms-input-placeholder{
  color: #71717a;
  opacity: 1;
}

input::placeholder,textarea::placeholder{
  color: #71717a;
  opacity: 1;
}

::-webkit-datetime-edit-fields-wrapper{
  padding: 0;
}

::-webkit-date-and-time-value{
  min-height: 1.5em;
}

select{
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 20 20'%3e%3cpath stroke='%2371717a' stroke-linecap='round' stroke-linejoin='round' stroke-width='1.5' d='M6 8l4 4 4-4'/%3e%3c/svg%3e");
  background-position: right 0.5rem center;
  background-repeat: no-repeat;
  background-size: 1.5em 1.5em;
  padding-right: 2.5rem;
  -webkit-print-color-adjust: exact;
          color-adjust: exact;
}

[multiple]{
  background-image: initial;
  background-position: initial;
  background-repeat: unset;
  background-size: initial;
  padding-right: 0.75rem;
  -webkit-print-color-adjust: unset;
          color-adjust: unset;
}

[type='checkbox'],[type='radio']{
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  padding: 0;
  -webkit-print-color-adjust: exact;
          color-adjust: exact;
  display: inline-block;
  vertical-align: middle;
  background-origin: border-box;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  flex-shrink: 0;
  height: 1rem;
  width: 1rem;
  color: #2563eb;
  background-color: #fff;
  border-color: #71717a;
  border-width: 1px;
  --tw-shadow: 0 0 #0000;
}

[type='checkbox']{
  border-radius: 0px;
}

[type='radio']{
  border-radius: 100%;
}

[type='checkbox']:focus,[type='radio']:focus{
  outline: 2px solid transparent;
  outline-offset: 2px;
  --tw-ring-inset: var(--tw-empty,/*!*/ /*!*/);
  --tw-ring-offset-width: 2px;
  --tw-ring-offset-color: #fff;
  --tw-ring-color: #2563eb;
  --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
  --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(2px + var(--tw-ring-offset-width)) var(--tw-ring-color);
  box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
}

[type='checkbox']:checked,[type='radio']:checked{
  border-color: transparent;
  background-color: currentColor;
  background-size: 100% 100%;
  background-position: center;
  background-repeat: no-repeat;
}

[type='checkbox']:checked{
  background-image: url("data:image/svg+xml,%3csvg viewBox='0 0 16 16' fill='white' xmlns='http://www.w3.org/2000/svg'%3e%3cpath d='M12.207 4.793a1 1 0 010 1.414l-5 5a1 1 0 01-1.414 0l-2-2a1 1 0 011.414-1.414L6.5 9.086l4.293-4.293a1 1 0 011.414 0z'/%3e%3c/svg%3e");
}

[type='radio']:checked{
  background-image: url("data:image/svg+xml,%3csvg viewBox='0 0 16 16' fill='white' xmlns='http://www.w3.org/2000/svg'%3e%3ccircle cx='8' cy='8' r='3'/%3e%3c/svg%3e");
}

[type='checkbox']:checked:hover,[type='checkbox']:checked:focus,[type='radio']:checked:hover,[type='radio']:checked:focus{
  border-color: transparent;
  background-color: currentColor;
}

[type='checkbox']:indeterminate{
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 16 16'%3e%3cpath stroke='white' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M4 8h8'/%3e%3c/svg%3e");
  border-color: transparent;
  background-color: currentColor;
  background-size: 100% 100%;
  background-position: center;
  background-repeat: no-repeat;
}

[type='checkbox']:indeterminate:hover,[type='checkbox']:indeterminate:focus{
  border-color: transparent;
  background-color: currentColor;
}

[type='file']{
  background: unset;
  border-color: inherit;
  border-width: 0;
  border-radius: 0;
  padding: 0;
  font-size: unset;
  line-height: inherit;
}

[type='file']:focus{
  outline: 1px auto -webkit-focus-ring-color;
}

html{
  font-family: poppins, sans-serif;
  font-size: 1rem;
  line-height: 1.5rem;
  --tw-text-opacity: 1;
  color: rgb(24 24 27 / var(--tw-text-opacity));
}

@media (min-width: 992px ) {
  html{
    font-size: 1.0625rem;
    line-height: 1.5;
  }
}

@media (min-width: 1440px ) {
  html{
    font-size: 1.125rem;
    line-height: 1.75rem;
  }
}

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

h1, .h1{
  font-family: poppins, sans-serif;
  font-size: 1.25rem;
  line-height: 1.75rem;
  font-weight: 400;
  text-transform: uppercase;
  letter-spacing: 0.3em;
}

@media (min-width: 768px){
  h1, .h1{
    font-size: 1.5rem;
    line-height: 2rem;
  }
}

@media (min-width: 1200px){
  h1, .h1{
    font-size: 1.875rem;
    line-height: 2.25rem;
  }
}

@media (min-width: 1680px){
  h1, .h1{
    font-size: 2.25rem;
    line-height: 1.1;
  }
}

h2, .h2{
  font-family: adelle-sans, sans-serif;
  font-size: 2.25rem;
  line-height: 1.1;
  font-weight: 800;
  letter-spacing: -0.01em;
}

@media (min-width: 576px){
  h2, .h2{
    font-size: 3rem;
    line-height: 1.1;
  }
}

@media (min-width: 992px){
  h2, .h2{
    font-size: 3.75rem;
    line-height: 1.1;
  }
}

@media (min-width: 1440px){
  h2, .h2{
    font-size: 4.5rem;
    line-height: 1.1;
  }
}

h3, .h3{
  font-family: adelle-sans, sans-serif;
  font-size: 2.25rem;
  line-height: 1.1;
  font-weight: 800;
  letter-spacing: -0.01em;
}

@media (min-width: 1920px){
  h3, .h3{
    font-size: 3rem;
    line-height: 1.1;
  }
}

h4, .h4{
  font-family: adelle-sans, sans-serif;
  font-size: 1.5rem;
  line-height: 2rem;
  font-weight: 600;
  letter-spacing: 0;
}

h5, .h5{
  font-family: adelle-sans, sans-serif;
  font-size: 1.25rem;
  line-height: 1.75rem;
  font-weight: 600;
}

h6, .h6{
  font-family: adelle-sans, sans-serif;
  font-size: 1.125rem;
  line-height: 1.75rem;
  font-weight: 600;
}

h1, h2, h3, h4, h5, h6, p, ul, ol, table{
  margin-top: 1rem;
  margin-bottom: 1rem;
}

h1*:first-child, h2*:first-child, h3*:first-child, h4*:first-child, h5*:first-child, h6*:first-child, p*:first-child, ul*:first-child, ol*:first-child, table*:first-child{
  margin-top: 0px;
}

h1*:last-child, h2*:last-child, h3*:last-child, h4*:last-child, h5*:last-child, h6*:last-child, p*:last-child, ul*:last-child, ol*:last-child, table*:last-child{
  margin-bottom: 0px;
}

a{
  --tw-text-opacity: 1;
  color: rgb(0 112 163 / var(--tw-text-opacity));
  text-decoration: none;
}

a:hover{
  text-decoration: underline;
}

hr{
  width: 100%;
  --tw-border-opacity: 1;
  border-color: rgb(24 24 27 / var(--tw-border-opacity));
}

@media (min-width: 1680px){
  .container{
    max-width: 1680px;
  }
}

.container{
  width: 100%;
  margin-right: auto;
  margin-left: auto;
  padding-right: 1.5rem;
  padding-left: 1.5rem;
}

@media (min-width: 576px){
  .container{
    max-width: 576px;
    padding-right: 2rem;
    padding-left: 2rem;
  }
}

@media (min-width: 768px){
  .container{
    max-width: 768px;
    padding-right: 2.25rem;
    padding-left: 2.25rem;
  }
}

@media (min-width: 992px){
  .container{
    max-width: 992px;
    padding-right: 2.5rem;
    padding-left: 2.5rem;
  }
}

@media (min-width: 1200px){
  .container{
    max-width: 1200px;
    padding-right: 2.75rem;
    padding-left: 2.75rem;
  }
}

@media (min-width: 1440px){
  .container{
    max-width: 1440px;
    padding-right: 3rem;
    padding-left: 3rem;
  }
}

@media (min-width: 1680px){
  .container{
    max-width: 1680px;
    padding-right: 3.25rem;
    padding-left: 3.25rem;
  }
}

@media (min-width: 1920px){
  .container{
    max-width: 1920px;
  }
}

@media (min-width: 2160px){
  .container{
    max-width: 2160px;
  }
}

@media (min-width: 2400px){
  .container{
    max-width: 2400px;
  }
}

.btn{
  display: inline-block;
  font-size: 0.875rem;
  line-height: 1.25rem;
  font-weight: 500;
  text-transform: uppercase;
  letter-spacing: 0.3em;
  text-decoration: none;
  text-shadow: none;
  color: #000;
}

.btn:hover{
  text-decoration: none;
  color: #0070a3;
}

@media (min-width: 576px){
  .btn{
    font-size: 1rem;
    line-height: 1.5rem;
  }
}

.btn-bg{
  padding: .75rem 1.5rem;
  border-radius: 9999px;
}

.aspect-w-16{
  position: relative;
  padding-bottom: calc(var(--tw-aspect-h) / var(--tw-aspect-w) * 100%);
  --tw-aspect-w: 16;
}

.aspect-w-16 > *{
  position: absolute;
  height: 100%;
  width: 100%;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}

.aspect-h-9{
  --tw-aspect-h: 9;
}

.aspect-w-1{
  position: relative;
  padding-bottom: calc(var(--tw-aspect-h) / var(--tw-aspect-w) * 100%);
  --tw-aspect-w: 1;
}

.aspect-w-1 > *{
  position: absolute;
  height: 100%;
  width: 100%;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}

.aspect-h-1{
  --tw-aspect-h: 1;
}

.btn-arrow, .btn-play{
  position: relative;
  padding-right: 1.5rem;
}

@media (min-width: 576px){
  .btn-arrow, .btn-play{
    padding-right: 2rem;
  }
}

.btn-arrow:after, .btn-play:after{
  position: absolute;
  top: 50%;
  right: 0px;
  display: inline-block;
  --tw-translate-y: -50%;
  transform: var(--tw-transform);
  transition-property: transform;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 400ms;
}

.btn-arrow:hover:after, .btn-play:hover:after{
  --tw-translate-x: 0.25rem;
  transform: var(--tw-transform);
}

.btn-arrow:after{
  font-family: "Font Awesome 5 Pro";
  font-weight: 400;
  --tw-content: '\f105';
  content: var(--tw-content);
}

.btn-play:after{
  font-family: "Font Awesome 5 Pro";
  font-weight: 900;
  --tw-content: '\f04b';
  content: var(--tw-content);
}

.playing .btn-play:after{
  font-family: "Font Awesome 5 Pro";
  font-weight: 900;
  --tw-content: '\f04c';
  content: var(--tw-content);
}

.group:hover .btn-arrow:after, .group:hover .btn-play:after{
  --tw-translate-x: 0.25rem;
  transform: var(--tw-transform);
}

.btn-bg.btn-arrow, .btn-bg.btn-play{
  padding-right: 2rem;
}

@media (min-width: 576px){
  .btn-bg.btn-arrow, .btn-bg.btn-play{
    padding-right: 2.5rem;
  }
}

.btn-bg.btn-arrow:after, .btn-bg.btn-play:after{
  padding-right: 0.75rem;
}

@media (min-width: 576px){
  .btn-bg.btn-arrow:after, .btn-bg.btn-play:after{
    padding-right: 1rem;
  }
}

.btn-bg.btn-blaze{
  --tw-bg-opacity: 1;
  background-color: rgb(255 194 14 / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgb(0 66 122 / var(--tw-text-opacity));
}

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

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

.btn-bg.btn-cobalt{
  --tw-bg-opacity: 1;
  background-color: rgb(0 66 122 / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

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

.btn-bg.btn-cobalt-light{
  --tw-bg-opacity: 1;
  background-color: rgb(0 112 163 / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

.btn-bg.btn-cobalt-light:hover{
  --tw-bg-opacity: 1;
  background-color: rgb(0 0 0 / var(--tw-bg-opacity));
}

.btn-bg.btn-laurel{
  --tw-bg-opacity: 1;
  background-color: rgb(119 122 5 / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

.btn-bg.btn-laurel:hover{
  --tw-bg-opacity: 1;
  background-color: rgb(0 66 122 / var(--tw-bg-opacity));
}

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

.btn-bg.btn-white:hover{
  --tw-text-opacity: 1;
  color: rgb(0 112 163 / var(--tw-text-opacity));
}

.group:hover .btn-bg.btn-white{
  --tw-text-opacity: 1;
  color: rgb(0 112 163 / var(--tw-text-opacity));
}

.btn-bg.btn-thunderwolf{
  --tw-bg-opacity: 1;
  background-color: rgb(167 169 172 / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgb(24 24 27 / var(--tw-text-opacity));
}

.btn-bg.btn-thunderwolf:hover{
  --tw-text-opacity: 1;
  color: rgb(0 66 122 / var(--tw-text-opacity));
}

.group:hover .btn-bg.btn-thunderwolf{
  --tw-text-opacity: 1;
  color: rgb(0 66 122 / var(--tw-text-opacity));
}

.sr-only{
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border-width: 0;
}

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

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

.invisible{
  visibility: hidden;
}

.fixed{
  position: fixed;
}

.absolute{
  position: absolute;
}

.relative{
  position: relative;
}

.inset-0{
  top: 0px;
  right: 0px;
  bottom: 0px;
  left: 0px;
}

.inset-y-0{
  top: 0px;
  bottom: 0px;
}

.right-0{
  right: 0px;
}

.top-0{
  top: 0px;
}

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

.bottom-0{
  bottom: 0px;
}

.left-0{
  left: 0px;
}

.top-3{
  top: 0.75rem;
}

.right-3{
  right: 0.75rem;
}

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

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

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

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

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

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

.m-0{
  margin: 0px;
}

.m-24{
  margin: 6rem;
}

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

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

.my-12{
  margin-top: 3rem;
  margin-bottom: 3rem;
}

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

.my-8{
  margin-top: 2rem;
  margin-bottom: 2rem;
}

.-mx-3{
  margin-left: -0.75rem;
  margin-right: -0.75rem;
}

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

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

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

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

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

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

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

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

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

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

.mb-12{
  margin-bottom: 3rem;
}

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

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

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

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

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

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

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

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

.block{
  display: block;
}

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

.flex{
  display: flex;
}

.hidden{
  display: none;
}

.h-full{
  height: 100%;
}

.h-9{
  height: 2.25rem;
}

.h-24{
  height: 6rem;
}

.h-auto{
  height: auto;
}

.h-15{
  height: 3.75rem;
}

.h-modal{
  height: calc(100vh - 7.5rem);
}

.h-screen{
  height: 100vh;
}

.max-h-90vh{
  max-height: 90vh;
}

.max-h-75vh{
  max-height: 75vh;
}

.min-h-modal{
  min-height: calc(100vh - 7.5rem);
}

.min-h-banner{
  min-height: 40vmax;
}

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

.w-screen{
  width: 100vw;
}

.w-9{
  width: 2.25rem;
}

.w-full{
  width: 100%;
}

.w-80{
  width: 20rem;
}

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

.w-12{
  width: 3rem;
}

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

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

.min-w-72{
  min-width: 18rem;
}

.min-w-50vw{
  min-width: 50vw;
}

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

.max-w-sm{
  max-width: 576px;
}

.max-w-112{
  max-width: 28rem;
}

.max-w-xs{
  max-width: 320px;
}

.max-w-120{
  max-width: 30rem;
}

.max-w-md{
  max-width: 768px;
}

.max-w-lg{
  max-width: 992px;
}

.max-w-4\/5{
  max-width: 80%;
}

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

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

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

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

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

.grow{
  flex-grow: 1;
}

.translate-x-full{
  --tw-translate-x: 100%;
  transform: var(--tw-transform);
}

.translate-x-0{
  --tw-translate-x: 0px;
  transform: var(--tw-transform);
}

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

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

.-translate-y-full{
  --tw-translate-y: -100%;
  transform: var(--tw-transform);
}

.-translate-y-4{
  --tw-translate-y: -1rem;
  transform: var(--tw-transform);
}

.translate-x-1\/10{
  --tw-translate-x: 10%;
  transform: var(--tw-transform);
}

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

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

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

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

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

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

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

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

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

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

.divide-y-2 > :not([hidden]) ~ :not([hidden]){
  --tw-divide-y-reverse: 0;
  border-top-width: calc(2px * calc(1 - var(--tw-divide-y-reverse)));
  border-bottom-width: calc(2px * var(--tw-divide-y-reverse));
}

.divide-blaze > :not([hidden]) ~ :not([hidden]){
  --tw-divide-opacity: 1;
  border-color: rgb(255 194 14 / var(--tw-divide-opacity));
}

.overflow-hidden{
  overflow: hidden;
}

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

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

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

.rounded-3xl{
  border-radius: 1.5rem;
}

.rounded-xl{
  border-radius: 0.75rem;
}

.rounded-none{
  border-radius: 0px;
}

.rounded-lg{
  border-radius: 0.5rem;
}

.rounded-\[1\.25rem\]{
  border-radius: 1.25rem;
}

.rounded-b-none{
  border-bottom-right-radius: 0px;
  border-bottom-left-radius: 0px;
}

.rounded-t-none{
  border-top-left-radius: 0px;
  border-top-right-radius: 0px;
}

.rounded-t-2xl{
  border-top-left-radius: 1rem;
  border-top-right-radius: 1rem;
}

.rounded-br-xl{
  border-bottom-right-radius: 0.75rem;
}

.rounded-tl-xl{
  border-top-left-radius: 0.75rem;
}

.border{
  border-width: 1px;
}

.border-2{
  border-width: 2px;
}

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

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

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

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

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

.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-laurel-dark{
  --tw-bg-opacity: 1;
  background-color: rgb(119 122 5 / var(--tw-bg-opacity));
}

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

.bg-laurel-darker{
  --tw-bg-opacity: 1;
  background-color: rgb(103 106 3 / var(--tw-bg-opacity));
}

.bg-opacity-75{
  --tw-bg-opacity: 0.75;
}

.bg-opacity-80{
  --tw-bg-opacity: 0.8;
}

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

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

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

.from-cobalt-light{
  --tw-gradient-from: #0070a3;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgb(0 112 163 / 0));
}

.from-cobalt{
  --tw-gradient-from: #00427a;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgb(0 66 122 / 0));
}

.via-cobalt\/90{
  --tw-gradient-stops: var(--tw-gradient-from), rgb(0 66 122 / 0.9), var(--tw-gradient-to, rgb(0 66 122 / 0));
}

.to-cobalt-dark{
  --tw-gradient-to: #00335e;
}

.fill-thunderwolf{
  fill: #a7a9ac;
}

.fill-blaze{
  fill: #ffc20e;
}

.fill-laurel{
  fill: #a3a510;
}

.stroke-laurel{
  stroke: #a3a510;
}

.stroke-white{
  stroke: #fff;
}

.stroke-blaze{
  stroke: #ffc20e;
}

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

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

.object-top{
  -o-object-position: top;
     object-position: top;
}

.object-\[center_10\%\]{
  -o-object-position: center 10%;
     object-position: center 10%;
}

.p-6{
  padding: 1.5rem;
}

.p-8{
  padding: 2rem;
}

.p-12{
  padding: 3rem;
}

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

.px-6{
  padding-left: 1.5rem;
  padding-right: 1.5rem;
}

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

.px-3{
  padding-left: 0.75rem;
  padding-right: 0.75rem;
}

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

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

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

.px-xs{
  padding-left: 1.5rem;
  padding-right: 1.5rem;
}

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

.px-4{
  padding-left: 1rem;
  padding-right: 1rem;
}

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

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

.px-12{
  padding-left: 3rem;
  padding-right: 3rem;
}

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

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

.pr-9{
  padding-right: 2.25rem;
}

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

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

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

.pb-16{
  padding-bottom: 4rem;
}

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

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

.pt-18{
  padding-top: 4.5rem;
}

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

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

.pt-3{
  padding-top: 0.75rem;
}

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

.pt-48{
  padding-top: 12rem;
}

.pt-36{
  padding-top: 9rem;
}

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

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

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

.font-body{
  font-family: poppins, sans-serif;
}

.font-display{
  font-family: adelle-sans, sans-serif;
}

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

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

.text-base{
  font-size: 1rem;
  line-height: 1.5rem;
}

.text-\[0\.875em\]{
  font-size: 0.875em;
}

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

.text-xs{
  font-size: 0.75rem;
  line-height: 1rem;
}

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

.font-bold{
  font-weight: 700;
}

.font-medium{
  font-weight: 500;
}

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

.uppercase{
  text-transform: uppercase;
}

.leading-\[1\.25\]{
  line-height: 1.25;
}

.tracking-widest{
  letter-spacing: 0.3em;
}

.tracking-normal{
  letter-spacing: 0;
}

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

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

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

.text-laurel-dark{
  --tw-text-opacity: 1;
  color: rgb(119 122 5 / var(--tw-text-opacity));
}

.text-laurel-darker{
  --tw-text-opacity: 1;
  color: rgb(103 106 3 / var(--tw-text-opacity));
}

.text-cobalt-light{
  --tw-text-opacity: 1;
  color: rgb(0 112 163 / var(--tw-text-opacity));
}

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

.opacity-0{
  opacity: 0;
}

.opacity-70{
  opacity: 0.7;
}

.opacity-15{
  opacity: .15;
}

.opacity-30{
  opacity: 0.3;
}

.shadow-xl{
  --tw-shadow: 0 20px 25px -5px rgb(0 0 0 / 0.1), 0 8px 10px -6px rgb(0 0 0 / 0.1);
  --tw-shadow-colored: 0 20px 25px -5px var(--tw-shadow-color), 0 8px 10px -6px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.shadow-lg{
  --tw-shadow: 0 10px 15px -3px rgb(0 0 0 / 0.1), 0 4px 6px -4px rgb(0 0 0 / 0.1);
  --tw-shadow-colored: 0 10px 15px -3px var(--tw-shadow-color), 0 4px 6px -4px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.shadow-lg-reverse{
  --tw-shadow: 0 -10px 15px -3px rgba(0, 0, 0, 0.1), 0 -4px 6px -2px rgba(0, 0, 0, 0.05);
  --tw-shadow-colored: 0 -10px 15px -3px var(--tw-shadow-color), 0 -4px 6px -2px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.shadow-2xl{
  --tw-shadow: 0 25px 50px -12px rgb(0 0 0 / 0.25);
  --tw-shadow-colored: 0 25px 50px -12px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

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

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

.transition{
  transition-property: background-color, border-color, color, fill, stroke, opacity, box-shadow, transform, filter, -webkit-backdrop-filter;
  transition-property: background-color, border-color, color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;
  transition-property: background-color, border-color, color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter, -webkit-backdrop-filter;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 400ms;
}

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

.transition-opacity{
  transition-property: opacity;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 400ms;
}

.transition-colors{
  transition-property: background-color, border-color, color, fill, stroke;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 400ms;
}

.transition-transform{
  transition-property: transform;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 400ms;
}

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

.text-shadow-lg{
  text-shadow: 0 0 0.75em rgba(0,0,0,0.5);
}

.alignfull {
  margin-left: calc(50% - 50vw);
  margin-right: calc(50% - 50vw);
  max-width: 100vw;
  width: 100vw;
}

:root {
  --spacer: 2rem;
}

body.loaded{
  visibility: visible;
}

:root {
  /* theme */
  --font-body: poppins, sans-serif;
  --font-display: adelle-sans, sans-serif;
  /* fontawesome */
  --fa: 'Font Awesome 5 Pro';
  --fal-weight: 300;
  --far-weight: 400;
  --fas-weight: 900;
  --fab: 'Font Awesome 5 Brands';
  --fab-weight: 400;
  --fad: 'Font Awesome 5 Duotone';
  --fad-weight: 900;
}

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

svg .mask{
  fill: #fff;
}

svg .pin-circle{
  fill: #ffa125;
}

svg .pin-line {
  stroke-miterlimit: 10;
  stroke-linejoin: round;
  fill: none;
  stroke: #fff;
  stroke-width: 5;
}

svg .pin-line, svg .lines path {
  stroke-miterlimit: 10;
  fill: none;
  stroke-width: 5;
}

@media (min-width: 768px){
  svg .pin-line, svg .lines path{
    stroke-width: 4;
  }
}

@media (min-width: 1200px){
  svg .pin-line, svg .lines path{
    stroke-width: 3;
  }
}

@media (min-width: 1680px){
  svg .pin-line, svg .lines path{
    stroke-width: 2;
  }
}

svg .line-01{
  stroke: #fff;
}

svg .line-02{
  stroke: #ffa125;
}

svg .line-03{
  stroke: #a3a510;
}

svg .line {
  stroke-miterlimit: 10;
  fill: none;
  stroke: #ffa125;
  stroke-width: 5;
}

svg .draw-path {
  stroke-miterlimit: 10;
  stroke-linejoin: round;
  fill: none;
  stroke: #ffa125;
  stroke-width: 5;
}

svg .draw-bg{
  display: none;
  fill: #a3a510;
}

@media (min-width: 576px){
  svg .draw-bg{
    display: block;
  }
}

svg.lu-logo .cls-1{
  fill: #fff;
}

svg.lu-logo .cls-2{
  fill: #c61d23;
}

svg.lu-logo .cls-3{
  fill: #00427a;
}

svg.lu-logo .cls-4{
  fill: #ffc20e;
}

svg.lu-logo .cls-5{
  fill: #fff;
}

svg.lu-logo-one-color .cls-1{
  fill: #fff;
}

#main{
  padding-top: 2rem;
  padding-bottom: 2rem;
}

#main > .container > .alignfull*:first-child*:not([class*="mt-"]), #main > .container > .alignwide*:first-child*:not([class*="mt-"]){
  margin-top: -2rem;
}

#main > .container > .alignfull*:last-child*:not([class*="mb-"]), #main > .container > .alignwide*:last-child*:not([class*="mb-"]){
  margin-bottom: -2rem;
}

.bg:not([class*="pt-"]){
  padding-top: 2rem;
}

.bg:not([class*="pb-"]){
  padding-bottom: 2rem;
}

.bg > .wrapper > *:first-child {
  margin-top: 0;
}

.bg > .wrapper > *:last-child {
  margin-bottom: 0;
}

.logo-container{
  width: 12rem;
  max-width: 100%;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 400ms;
}

@media (min-width: 768px){
  .logo-container{
    width: 13rem;
  }
}

@media (min-width: 1200px){
  .logo-container{
    width: 14rem;
  }
}

@media (min-width: 1680px){
  .logo-container{
    width: 15rem;
  }
}

@media (min-width: 2160px){
  .logo-container{
    width: 16rem;
  }
}

.scroll #header{
  height: 4.5rem;
}

.scroll #header .logo-container{
  width: 10rem;
}

.scroll #header .mobile-toggle{
  pointer-events: none;
  opacity: 0;
}

.scroll #header .mobile-toggle-scroll{
  pointer-events: auto;
  opacity: 1;
}

.scroll #content{
  padding-top: 4.5rem;
}

.main-menu{
  padding-bottom: 2rem;
}

.main-menu li{
  display: block;
  border-top-width: 1px;
  border-color: rgb(255 255 255 / var(--tw-border-opacity));
  --tw-border-opacity: 0.3;
}

.main-menu li*:last-child{
  border-bottom-width: 1px;
}

.main-menu a{
  display: block;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

.main-menu a:hover{
  --tw-bg-opacity: 1;
  background-color: rgb(103 106 3 / var(--tw-bg-opacity));
  text-decoration: none;
}

.main-menu a:active{
  --tw-bg-opacity: 1;
  background-color: rgb(89 92 2 / var(--tw-bg-opacity));
}

.swiper-container {
  --swiper-theme-color: #ffc20e;
  --swiper-navigation-color: #fff;
  --swiper-navigation-size: 2rem;
}

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

.swiper-button-prev:after, .swiper-button-next:after {
  text-shadow: 0 0 1rem rgba(0,0,0,0.75);
}

.swiper-button-next{
  right: -2rem;
}

@media (min-width: 576px){
  .swiper-button-next{
    right: -2.25rem;
  }
}

@media (min-width: 1920px){
  .swiper-button-next{
    right: -2.5rem;
  }
}

.swiper-button-prev{
  left: -2rem;
}

@media (min-width: 576px){
  .swiper-button-prev{
    left: -2.25rem;
  }
}

@media (min-width: 1920px){
  .swiper-button-prev{
    left: -2.5rem;
  }
}

.swiper-circle.swiper-circle-active{
  --tw-text-opacity: 1;
  color: rgb(119 122 5 / var(--tw-text-opacity));
  font-weight: var(--fas-weight);
}

#intro-video{
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  min-height: 100vw;
}

@media (min-aspect-ratio: 3/4) {
  #intro-video {
    min-height: 75vw
  }
}

@media (min-aspect-ratio: 1/1) {
  #intro-video{
    min-height: 40vw;
  }

  #intro-video{
    -o-object-fit: contain;
       object-fit: contain;
  }
}

@media (min-width: 992px ) {
  #intro-video {
    max-height: calc(100vh - 119px)
  }
}

@media (min-width: 1440px ) {
  #intro-video {
    max-height: calc(100vh - 126px)
  }
}

@media (min-width: 1680px ) {
  #intro-video {
    max-height: calc(100vh - 130px)
  }
}

@media (min-width: 2160px ) {
  #intro-video {
    max-height: calc(100vh - 134px)
  }
}

@media (min-width: 768px ) {
  #intro .tbay {
    padding-right: 20%
  }
}

@media (min-width: 992px ) {
  #intro .tbay {
    padding-right: 22.5%
  }
}

@media (min-width: 1200px ) {
  #intro .tbay {
    padding-right: 25%
  }
}

@media (min-width: 1440px ) {
  #intro .tbay {
    padding-right: 27.5%
  }
}

@media (min-width: 1680px ) {
  #intro .tbay {
    padding-right: 30%
  }
}

@media (min-width: 1920px ) {
  #intro .tbay {
    padding-right: 32.5%
  }
}

@media (min-width: 2160px ) {
  #intro .tbay {
    padding-right: 35%
  }
}

#msgs-content .btn.active{
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity));
}

svg.messages-modal-banner .draw-path{
  display: none;
}

@media (min-width: 576px){
  svg.messages-modal-banner .draw-path{
    display: block;
  }
}

svg.the-back .times-image image{
  display: none;
}

@media (orientation: landscape){
  svg.the-back .times-image image{
    display: block;
  }
}

svg.times-modal-banner .draw-path{
  display: none;
}

@media (min-width: 992px){
  svg.times-modal-banner .draw-path{
    display: block;
  }
}

#stories .group{
  position: relative;
  padding-bottom: calc(var(--tw-aspect-h) / var(--tw-aspect-w) * 100%);
  --tw-aspect-w: 3;
}

#stories .group > *{
  position: absolute;
  height: 100%;
  width: 100%;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}

#stories .group{
  --tw-aspect-h: 2;
  z-index: 0;
}

#stories .group.expand{
  position: relative;
  padding-bottom: calc(var(--tw-aspect-h) / var(--tw-aspect-w) * 100%);
  --tw-aspect-w: 3;
}

#stories .group.expand > *{
  position: absolute;
  height: 100%;
  width: 100%;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}

#stories .group.expand{
  --tw-aspect-h: 4;
  z-index: 10;
}

svg.stories-modal-banner .draw-bg{
  display: none;
  fill: #a3a510;
}

@media (min-width: 576px){
  svg.stories-modal-banner .draw-bg{
    display: block;
  }
}

svg.stories-modal-banner .draw-path {
  stroke-miterlimit: 10;
  stroke-linejoin: round;
  display: none;
  fill: none;
  stroke: #fff;
  stroke-width: 5;
}

@media (min-width: 576px){
  svg.stories-modal-banner .draw-path{
    display: block;
  }
}

svg.stories-modal-banner .pin-line {
  stroke-miterlimit: 10;
  stroke-linejoin: round;
  fill: none;
  stroke: #fff;
  stroke-width: 5;
}

svg.stories-modal-banner .pin-circle{
  fill: #a3a510;
}

.modal-michael-chen .stories-modal-banner .draw-bg-group {
  transform: translateY(-64px);
}

/* engaging */

#location{
  position: absolute;
  left: 50%;
  top: 50%;
  --tw-translate-x: -50%;
  --tw-translate-y: -50%;
  --tw-scale-x: 0;
  --tw-scale-y: 0;
  transform: var(--tw-transform);
  border-radius: 0.75rem;
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
  --tw-shadow: 0 0 1rem rgba(0, 0, 0, 0.25);
  --tw-shadow-colored: 0 0 1rem var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  transition-property: transform;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 400ms;
}

#location.location-appear{
  --tw-scale-x: 1;
  --tw-scale-y: 1;
  transform: var(--tw-transform);
}

#location-content{
  pointer-events: auto;
  position: relative;
  top: 0px;
  left: 0px;
  max-height: 576px;
  width: 90vw;
  max-width: 576px;
  overflow: auto;
}

@media (min-width: 992px){
  #location-content{
    max-height: 640px;
  }

  #location-content{
    max-width: 26rem;
  }
}

@media (min-width: 1200px){
  #location-content{
    max-height: 680px;
  }

  #location-content{
    max-width: 576px;
  }
}

#location-inner{
  position: relative;
  padding-top: 1rem;
  padding-bottom: 1rem;
  padding-left: 1.5rem;
  padding-right: 1.5rem;
}

@media (min-width: 576px){
  #location-inner{
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;
  }

  #location-inner{
    padding-left: 2rem;
    padding-right: 2rem;
  }
}

.location-heading{
  font-weight: 700;
  --tw-text-opacity: 1;
  color: rgb(0 66 122 / var(--tw-text-opacity));
}

@media (min-width: 1200px){
  .location-heading{
    font-size: 1.875rem;
    line-height: 2.25rem;
  }
}

#close-location{
  pointer-events: auto;
  position: absolute;
  right: 0.5rem;
  top: 0.5rem;
  z-index: 10;
  display: flex;
  height: 2.25rem;
  width: 2.25rem;
  cursor: pointer;
  align-items: center;
  justify-content: center;
  border-radius: 1.5rem;
  --tw-bg-opacity: 1;
  background-color: rgb(119 122 5 / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

#close-location:hover{
  --tw-bg-opacity: 1;
  background-color: rgb(103 106 3 / var(--tw-bg-opacity));
}

@media (min-width: 576px){
  #close-location{
    height: 2.5rem;
  }

  #close-location{
    width: 2.5rem;
  }
}

svg.researchers-back .researchers-image image{
  display: none;
}

@media (orientation: landscape){
  svg.researchers-back .researchers-image image{
    display: block;
  }
}

/* facts */

#fig .swiper-button-next{
  --tw-text-opacity: 1;
  color: rgb(0 66 122 / var(--tw-text-opacity));
}

#fig .swiper-button-next:after{
  text-shadow: none;
}

.financials .row{
  display: flex;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}

.financials .col-l{
  width: 50%;
}

@media (min-width: 1200px){
  .financials .col-l{
    width: 58.333333%;
  }
}

@media (min-width: 1440px){
  .financials .col-l{
    width: 66.666667%;
  }
}

.financials .col-r{
  display: flex;
  width: 50%;
  justify-content: flex-end;
  text-align: right;
}

@media (min-width: 1200px){
  .financials .col-r{
    width: 41.666667%;
  }
}

@media (min-width: 1440px){
  .financials .col-r{
    width: 33.333333%;
  }
}

.financials .num{
  width: 50%;
  font-family: roboto-mono, monospace;
}

/* @import 'helpers/breakpoints.css'; */

.hover\:bg-laurel-darker:hover{
  --tw-bg-opacity: 1;
  background-color: rgb(103 106 3 / var(--tw-bg-opacity));
}

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

.hover\:text-blaze:hover{
  --tw-text-opacity: 1;
  color: rgb(255 194 14 / var(--tw-text-opacity));
}

.hover\:no-underline:hover{
  text-decoration: none;
}

.focus\:not-sr-only:focus{
  position: static;
  width: auto;
  height: auto;
  padding: 0;
  margin: 0;
  overflow: visible;
  clip: auto;
  white-space: normal;
}

.active\:bg-laurel-darkest:active{
  --tw-bg-opacity: 1;
  background-color: rgb(89 92 2 / var(--tw-bg-opacity));
}

.active\:bg-laurel-dark:active{
  --tw-bg-opacity: 1;
  background-color: rgb(119 122 5 / var(--tw-bg-opacity));
}

.group:hover .group-hover\:translate-x-1\/3{
  --tw-translate-x: 33.33333%;
  transform: var(--tw-transform);
}

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

.group:hover .group-hover\:opacity-20{
  opacity: 0.2;
}

.group:hover .group-hover\:opacity-100{
  opacity: 1;
}

@media (min-width: 576px){
  .sm\:-mx-4{
    margin-left: -1rem;
    margin-right: -1rem;
  }

  .sm\:block{
    display: block;
  }

  .sm\:h-10{
    height: 2.5rem;
  }

  .sm\:h-16{
    height: 4rem;
  }

  .sm\:h-modal-sm{
    height: calc(100vh - 8rem);
  }

  .sm\:min-h-modal-sm{
    min-height: calc(100vh - 8rem);
  }

  .sm\:w-10{
    width: 2.5rem;
  }

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

  .sm\:max-w-sm{
    max-width: 576px;
  }

  .sm\:translate-x-1\/3{
    --tw-translate-x: 33.33333%;
    transform: var(--tw-transform);
  }

  .sm\:translate-y-3\/20{
    --tw-translate-y: 15%;
    transform: var(--tw-transform);
  }

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

  .sm\:p-8{
    padding: 2rem;
  }

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

  .sm\:px-4{
    padding-left: 1rem;
    padding-right: 1rem;
  }

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

  .sm\:pr-10{
    padding-right: 2.5rem;
  }
}

@media (min-width: 768px){
  .md\:not-sr-only{
    position: static;
    width: auto;
    height: auto;
    padding: 0;
    margin: 0;
    overflow: visible;
    clip: auto;
    white-space: normal;
  }

  .md\:absolute{
    position: absolute;
  }

  .md\:top-3\/20{
    top: 15%;
  }

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

  .md\:top-17\/20{
    top: 85%;
  }

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

  .md\:flex{
    display: flex;
  }

  .md\:h-28{
    height: 7rem;
  }

  .md\:h-11{
    height: 2.75rem;
  }

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

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

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

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

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

  .md\:max-w-sm{
    max-width: 576px;
  }

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

  .md\:max-w-md{
    max-width: 768px;
  }

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

  .md\:-translate-y-full{
    --tw-translate-y: -100%;
    transform: var(--tw-transform);
  }

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

  .md\:-translate-y-1\/3{
    --tw-translate-y: -33.33333%;
    transform: var(--tw-transform);
  }

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

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

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

  .md\:divide-y-0 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-y-reverse: 0;
    border-top-width: calc(0px * calc(1 - var(--tw-divide-y-reverse)));
    border-bottom-width: calc(0px * var(--tw-divide-y-reverse));
  }

  .md\:divide-x-2 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-x-reverse: 0;
    border-right-width: calc(2px * var(--tw-divide-x-reverse));
    border-left-width: calc(2px * calc(1 - var(--tw-divide-x-reverse)));
  }

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

  .md\:p-9{
    padding: 2.25rem;
  }

  .md\:px-6{
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }

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

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

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

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

  .md\:pr-4{
    padding-right: 1rem;
  }

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

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

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

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

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

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

  .md\:text-base{
    font-size: 1rem;
    line-height: 1.5rem;
  }

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

@media (min-width: 992px){
  .lg\:z-10{
    z-index: 10;
  }

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

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

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

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

  .lg\:mr-10{
    margin-right: 2.5rem;
  }

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

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

  .lg\:-ml-6vw{
    margin-left: -6vw;
  }

  .lg\:block{
    display: block;
  }

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

  .lg\:flex{
    display: flex;
  }

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

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

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

  .lg\:w-5\/12{
    width: 41.666667%;
  }

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

  .lg\:w-7\/12{
    width: 58.333333%;
  }

  .lg\:w-5\/6{
    width: 83.333333%;
  }

  .lg\:max-w-lg\/2{
    max-width: 496px;
  }

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

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

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

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

  .lg\:self-start{
    align-self: flex-start;
  }

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

  .lg\:p-10{
    padding: 2.5rem;
  }

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

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

  .lg\:pr-4{
    padding-right: 1rem;
  }

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

  .lg\:pr-10{
    padding-right: 2.5rem;
  }

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

  .lg\:pl-8{
    padding-left: 2rem;
  }

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

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

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

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

  .xl\:mr-12{
    margin-right: 3rem;
  }

  .xl\:h-11{
    height: 2.75rem;
  }

  .xl\:w-11{
    width: 2.75rem;
  }

  .xl\:w-3\/5{
    width: 60%;
  }

  .xl\:w-2\/5{
    width: 40%;
  }

  .xl\:w-7\/12{
    width: 58.333333%;
  }

  .xl\:w-5\/12{
    width: 41.666667%;
  }

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

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

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

  .xl\:max-w-md{
    max-width: 768px;
  }

  .xl\:max-w-xl\/2{
    max-width: 600px;
  }

  .xl\:rounded-r-2xl{
    border-top-right-radius: 1rem;
    border-bottom-right-radius: 1rem;
  }

  .xl\:rounded-tl-none{
    border-top-left-radius: 0px;
  }

  .xl\:rounded-br-2xl{
    border-bottom-right-radius: 1rem;
  }

  .xl\:object-top{
    -o-object-position: top;
       object-position: top;
  }

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

  .xl\:p-10{
    padding: 2.5rem;
  }

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

  .xl\:pr-12{
    padding-right: 3rem;
  }

  .xl\:pr-20{
    padding-right: 5rem;
  }

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

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

  .xl\:leading-\[1\.15\]{
    line-height: 1.15;
  }
}

@media (min-width: 1440px){
  .\32xl\:mr-14{
    margin-right: 3.5rem;
  }

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

  .\32xl\:w-1\/4{
    width: 25%;
  }

  .\32xl\:w-8\/12{
    width: 66.666667%;
  }

  .\32xl\:w-4\/12{
    width: 33.333333%;
  }

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

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

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

  .\32xl\:max-w-lg{
    max-width: 992px;
  }

  .\32xl\:max-w-2xl\/2{
    max-width: 720px;
  }

  .\32xl\:p-14{
    padding: 3.5rem;
  }

  .\32xl\:p-8{
    padding: 2rem;
  }

  .\32xl\:px-2xl{
    padding-left: 3rem;
    padding-right: 3rem;
  }

  .\32xl\:px-16{
    padding-left: 4rem;
    padding-right: 4rem;
  }

  .\32xl\:pr-14{
    padding-right: 3.5rem;
  }

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

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

@media (min-width: 1680px){
  .\33xl\:mr-16{
    margin-right: 4rem;
  }

  .\33xl\:h-12{
    height: 3rem;
  }

  .\33xl\:h-32{
    height: 8rem;
  }

  .\33xl\:h-17{
    height: 4.25rem;
  }

  .\33xl\:h-modal-3xl{
    height: calc(100vh - 8.5rem);
  }

  .\33xl\:min-h-modal-3xl{
    min-height: calc(100vh - 8.5rem);
  }

  .\33xl\:w-12{
    width: 3rem;
  }

  .\33xl\:w-88{
    width: 22rem;
  }

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

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

  .\33xl\:max-w-xl{
    max-width: 1200px;
  }

  .\33xl\:max-w-3xl{
    max-width: 1680px;
  }

  .\33xl\:max-w-3xl\/2{
    max-width: 840px;
  }

  .\33xl\:p-16{
    padding: 4rem;
  }

  .\33xl\:p-10{
    padding: 2.5rem;
  }

  .\33xl\:px-3xl{
    padding-left: 3.25rem;
    padding-right: 3.25rem;
  }

  .\33xl\:pt-32{
    padding-top: 8rem;
  }

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

  .\33xl\:pr-24{
    padding-right: 6rem;
  }

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

  .\33xl\:leading-\[1\.1\]{
    line-height: 1.1;
  }
}

@media (min-width: 1920px){
  .\34xl\:w-96{
    width: 24rem;
  }

  .\34xl\:max-w-4xl{
    max-width: 1920px;
  }

  .\34xl\:text-base{
    font-size: 1rem;
    line-height: 1.5rem;
  }
}

@media (orientation: landscape){
  .landscape\:mx-0{
    margin-left: 0px;
    margin-right: 0px;
  }

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