.transition {
  -webkit-transition: all .25s;
  transition: all .25s;
}

.order-0 {
  -webkit-box-ordinal-group: 1;
      -ms-flex-order: 0;
          order: 0;
}

.order-1 {
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
}

.order-2 {
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
}

h1, h2, h3, h4, h5, h6 {
  font-family: Ruda, sans-serif;
  font-weight: 900;
  line-height: 1.25;
  --tw-text-opacity: 1;
  color: rgba(0, 0, 0, var(--tw-text-opacity));
}

h6, h5, h4 {
  font-size: 1.25rem;
}

@media (min-width: 800px) {
  h6, h5, h4 {
    font-size: 1.4rem;
  }
}

.article-footer .authFooter strong > a{
  color: red;
}

h3 {
  font-size: 1.25rem;
}

@media (min-width: 800px) {
  h3 {
    font-size: 1.875rem
  }
}

main h2 {
  font-size: 1.4rem;
}

@media (min-width: 800px) {
  main h2 {
    font-size: 2.25rem
  }
}

main h1 {
  font-size: 1.875rem;
  font-weight: 900;
}

@media (min-width: 800px) {
  main h1 {
    font-size: 2.625rem;
    font-weight: 900
  }
}

hr {
  margin-top: 1rem;
  margin-bottom: 1rem;
  --tw-bg-opacity: 1;
  background-color: rgba(138, 138, 138, var(--tw-bg-opacity));
  height: 1px;
  border: 0;
}

/* Explicitly style lists, since some markup (posts, pages) come with ul/ols, which we don't have control over */

div ul {
  list-style-type: disc;
  padding-left: 1rem;
}

div ol {
  list-style-type: decimal;
  padding-left: 1rem;
}

.list-none {
  padding-left: 0;
}

header div.max-w-3xl.mx-auto.btn + div,header div.max-w-3xl.mx-autoinput[type='submit'] + div,header div.max-w-3xl.mx-autoinput[type='button'] + div{
  max-height:48px;
}

header div.max-w-3xl.mx-auto.btn.hidden.xl:flex.justify-between.items-center > nav,header div.max-w-3xl.mx-autoinput[type='submit'].hidden.xl:flex.justify-between.items-center > nav,header div.max-w-3xl.mx-autoinput[type='button'].hidden.xl:flex.justify-between.items-center > nav{
  max-height:48px;
}

.btn, input[type='submit'], input[type='button'] {
  display: inline-block;
  border-radius: 0.25rem;
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgba(255, 42, 45, var(--tw-border-opacity));
  --tw-bg-opacity: 1;
  background-color: rgba(255, 42, 45, var(--tw-bg-opacity));
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.5rem;
  padding-bottom: 0.25rem;
  font-family: Ruda, sans-serif;
  text-transform: uppercase;
  --tw-text-opacity: 1;
  color: rgba(255, 255, 255, var(--tw-text-opacity));
  --tw-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1), 0 1px 2px 0 rgba(0, 0, 0, 0.06);
  -webkit-box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
          box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.btn:hover, input[type='submit']:hover, input[type='button']:hover {
  --tw-bg-opacity: 1;
  background-color: rgba(255, 255, 255, var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgba(255, 42, 45, var(--tw-text-opacity));
}

input + button.btn[type='submit']{
  height: 42px;
}

.btn-small {
  padding-left: 0.75rem;
  padding-right: 0.75rem;
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
  font-size: .8125rem;
}

.btn-red {
  --tw-bg-opacity: 1;
  background-color: rgba(255, 42, 45, var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgba(255, 255, 255, var(--tw-text-opacity));
}

.btn-red:hover {
  --tw-bg-opacity: 1;
  background-color: rgba(255, 255, 255, var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgba(255, 42, 45, var(--tw-text-opacity));
}

.btn-blue {
  --tw-border-opacity: 1;
  border-color: rgba(64, 132, 245, var(--tw-border-opacity));
  --tw-bg-opacity: 1;
  background-color: rgba(64, 132, 245, var(--tw-bg-opacity));
  padding-left: 1.5rem;
  padding-right: 1.5rem;
  --tw-text-opacity: 1;
  color: rgba(255, 255, 255, var(--tw-text-opacity));
}

.btn-blue:hover {
  --tw-bg-opacity: 1;
  background-color: rgba(255, 255, 255, var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgba(64, 132, 245, var(--tw-text-opacity));
}

.btn-white {
  --tw-bg-opacity: 1;
  background-color: rgba(255, 255, 255, var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgba(255, 42, 45, var(--tw-text-opacity));
}

.btn-white:hover {
  --tw-bg-opacity: 1;
  background-color: rgba(255, 42, 45, var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgba(255, 255, 255, var(--tw-text-opacity));
}

header div.max-w-3xl.mx-auto.btn-more + div{
  max-height:48px;
}

header div.max-w-3xl.mx-auto.btn-more.hidden.xl:flex.justify-between.items-center > nav{
  max-height:48px;
}

.btn-more {
  border-width: 4px;
  border-style: solid;
  --tw-border-opacity: 1;
  border-color: rgba(255, 42, 45, var(--tw-border-opacity));
  --tw-bg-opacity: 1;
  background-color: rgba(0, 0, 0, var(--tw-bg-opacity));
  padding-left: 1rem;
  padding-right: 1rem;
  font-family: Spectral, serif;
  font-weight: 800;
  --tw-text-opacity: 1;
  color: rgba(255, 255, 255, var(--tw-text-opacity));
}

.btn-more:hover {
  --tw-bg-opacity: 1;
  background-color: rgba(255, 42, 45, var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgba(255, 255, 255, var(--tw-text-opacity));
}

button[disabled] {
  cursor: not-allowed;
  opacity: .5;
}

form {
  font-size: 1rem;
}

label {
  margin-bottom: 0.5rem;
  display: block;
  font-family: Ruda, sans-serif;
  font-size: .8125rem;
}

/* Style inputs LESS Google Search forms */

input, textarea {
  width: 100%;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  border-radius: 0.25rem;
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgba(230, 230, 230, var(--tw-border-opacity));
  padding-left: 0.75rem;
  padding-right: 0.75rem;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  --tw-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1), 0 1px 2px 0 rgba(0, 0, 0, 0.06);
  -webkit-box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
          box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.trending {
  width: 170px;
  height: 40px;
  -webkit-transform: skew(-20deg);
          transform: skew(-20deg);
}

.trending p {
  line-height: 39px;
  -webkit-transform: skew(10deg);
          transform: skew(10deg);
}

.patriotsListIcon {
  width: 170px;
  height: 40px;
  -webkit-transform: skew(-20deg);
          transform: skew(-20deg);
}

.patriotsListIcon p {
  line-height: 39px;
  -webkit-transform: skew(10deg);
          transform: skew(10deg);
}

/* Style tables, LESS Google Search (gs) */

header div.max-w-3xltable:not([class^=gs]).px-4 + div{
  max-height:48px;
}

header div.max-w-3xltable:not([class^=gs]).px-4.hidden.xl:flex.justify-between.items-center > nav{
  max-height:48px;
}

table:not([class^=gs]) {
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 1.5rem;
  width: 100%;
  border-top-width: 1px;
  border-bottom-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgba(138, 138, 138, var(--tw-border-opacity));
  font-family: Ruda, sans-serif;
  font-size: 1rem;
  font-weight: 900;
  max-width: 75%;
}

table:not([class^=gs]) tr:nth-child(odd) td {
  --tw-bg-opacity: 1;
  background-color: rgba(230, 230, 230, var(--tw-bg-opacity));
}

table:not([class^=gs]) td {
  padding-left: 0.5rem;
  padding-right: 0.5rem;
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  line-height: 1.25;
}

table:not([class^=gs]) th {
  font-weight: 900;
}

body.is-active {
  height: 100%;
  overflow: hidden;
}

.has-submenu:not(.Video)::after {
  content: '';
  position: absolute;
  right: .3em;
  top: 50%;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 5.2px 3px 0 3px;
  border-color: #ffffff transparent transparent transparent;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.has-submenu:not(.Video):hover + .submenu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  top: 100%;
}

.has-submenu:not(.Video):hover::after {
  border-top-color: #000000;
}

.has-submenu-container:not(.Video):hover .submenu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  top: 100%;
  width: 200px;
}

.has-submenu-container:not(.Video) {
  z-index:1000;
}

/* Nudge the logo over to center it */

@media (min-width: 800px) {
  .logo {
    margin-left:auto !important;
    margin-right:auto !important
  }

  @media screen and (max-width:1000px){
    .logo {
      position: relative;
      left: -2%
    }
  }
}

@media (min-width: 1000px) {
  .logo {
    margin-left:30% !important
  }
}

@media (min-width: 1200px) {
  .logo {
    margin-left:37% !important
  }
}

@media (min-width: 1200px){
  .piano-on-off{
    position:static !important
  }
}

.piano-loggedin{
  color: #FF2A2D;
}

.overlay-card__content {
  background-color: rgba(0, 0, 0, .7);
}

.overlay-card__content::before {
  content: '';
  display: block;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(255, 255, 255, 0)), color-stop(70%, rgba(0, 0, 0, .7)));
  background-image: linear-gradient(rgba(255, 255, 255, 0) 0%, rgba(0, 0, 0, .7) 70%);
  position: absolute;
  height: 30px;
  left: 0;
  top: -30px;
  width: 100%;
}

/* Prevents page jumping on lazyloaded images. Only seems to happen when there's some JS involved,
   such as the tabs. */

.ratio-container::after {
  content: '';
  display: block;
  height: 0;
  width: 100%;
  /* 7:3 ratio = 3/7 * 100% */
  padding-bottom: 42.86%;
}

div[alt="OPINION"], div[alt="ANALYSIS"], div[alt="BLOG"] {
  line-height: 1.8;
  font-size: 18px;
  font-weight: bold;
  text-align: center;
  opacity: .6;
}

.justify-between div[alt="OPINION"] {
  height: 1.5rem;
  width: 5rem;
  line-height: 1.7;
  font-size: 15px;
  font-weight: bold;
  text-align: center;
}

.justify-between div[alt="ANALYSIS"] {
  height: 1.5rem;
  width: 5rem;
  line-height: 1.7;
  font-size: 15px;
  font-weight: bold;
  text-align: center;
}

.justify-between div[alt="BLOG"] {
  height: 1.5rem;
  width: 5rem;
  line-height: 1.7;
  font-size: 15px;
  font-weight: bold;
  text-align: center;
}

@media screen and (max-width:720px){
  div[alt="OPINION"], div[alt="ANALYSIS"], div[alt="BLOG"] {
    height: 2rem;
    width: 6rem;
    line-height: 1.9;
    font-size: 18px;
    font-weight: bold;
    text-align: center;
  }
}

.drawer {
  width: 300px;
  -webkit-transform: translateX(-300px);
          transform: translateX(-300px);
  -webkit-overflow-scrolling: touch;
}

.drawer.is-active {
  -webkit-transform: translateX(0);
          transform: translateX(0);
  -webkit-transition: all 0.15s ease;
  transition: all 0.15s ease;
}

.fade-screen.is-active {
  opacity: 0.75;
  visibility: visible;
}

label[for="search-drawer"] + .relative > input{
  min-height: 42px;
  height: 42px;
}

.drilldown-submenu {
  left: 100%;
  z-index: -1;
  -webkit-transition: z-index .2s ease-out, -webkit-transform .2s ease-out;
  transition: z-index .2s ease-out, -webkit-transform .2s ease-out;
  transition: transform .2s ease-out, z-index .2s ease-out;
  transition: transform .2s ease-out, z-index .2s ease-out, -webkit-transform .2s ease-out;
}

.drilldown-submenu.is-active {
  z-index: 1;
  -webkit-transform: translate(-100%);
          transform: translate(-100%);
  height: 100vh;
}

.drilldown-has-submenu:not(.Video) > a::after {
  content: '';
  position: absolute;
  right: 1em;
  top: 50%;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 6px 0 6px 10.4px;
  border-color: transparent transparent transparent #FFFFFF;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.drilldown-has-submenu:not(.Video) > a:hover::after {
  border-left-color: #000000;
}

#drilldown_sub_item{
  background-color:black;
}

#drilldown_sub_item:hover{
  background-color:white;
}

#drilldown_sub_item:hover > a {
  color:black;
}

.modal.is-open {
  display: block;
}

.modal-wrap {
  background-color: rgba(0,0,0,.9);
}

.modal-close:before { content: "\2715";
}

.email-response.error {
  border-color: red;
  background-color: hsla(0, 100%, 50%, .125);
  display: block;
}

.email-response.success {
  border-color: green;
  background-color: hsla(120, 100%, 25%, .125);
  display: block;
}

.sticky-header {
  -webkit-transform: translateY(-100px);
          transform: translateY(-100px);
  -webkit-transition: all 0.5s cubic-bezier(0.23, 1, 0.32, 1) 0s;
  transition: all 0.5s cubic-bezier(0.23, 1, 0.32, 1) 0s;
  max-height: 58px;
}

.sticky-header a img {
  max-height: 58px;
}

.sticky-header.is-scrolling {
  -webkit-transform: translateY(0);
          transform: translateY(0);
  visibility: visible;
}

.sticky-footer {
  background-color: hsla(0, 0, 100%, .85);
}

/* This is so bad */

/* We are using generic Tailwind selectors to reference the nav bar */

/* We need to use something less generic */

header div.max-w-3xl.mx-auto.px-4 + div{
  max-height:48px;
}

header div.max-w-3xl.mx-auto.px-4.hidden.xl:flex.justify-between.items-center > nav{
  max-height:48px;
}

.tabs label {
  margin: 0 0 -1px;
}

.tabs label:hover {
  --tw-text-opacity: 1;
  color: rgba(0, 0, 0, var(--tw-text-opacity));
  cursor: pointer;
}

.tabs input:checked + label {
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgba(230, 230, 230, var(--tw-border-opacity));
  font-weight: 800;
  --tw-text-opacity: 1;
  color: rgba(0, 0, 0, var(--tw-text-opacity));
  border-top: 3px solid #ff2a2d;
  border-bottom: 1px solid #fff;
}

#tab-politics:checked ~ #content-politics,
#tab-us:checked ~ #content-us,
#tab-world:checked ~ #content-world,
#tab-business:checked ~ #content-business,
#tab-opinion:checked ~ #content-opinion,
#tab-entertainment:checked ~ #content-entertainment,
#tab-sports:checked ~ #content-sports,
#tab-daily-dealer:checked ~ #content-daily-dealer,
#tab-media:checked ~ #content-media,
#tab-guns-and-gear:checked ~ #content-guns-and-gear {
  display: block;
}

button.accordion {
  width: 100%;
  background-color: whitesmoke;
  border: none;
  outline: none;
  text-align: left;
  cursor: pointer;
  -webkit-transition: background-color 0.2s linear;
  transition: background-color 0.2s linear;
}

button.accordion.is-open svg {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}

section a{
  --tw-text-opacity: 1;
  color: rgba(255, 42, 45, var(--tw-text-opacity));
  text-decoration: none;
}

button.accordion:hover,
button.accordion.is-open {
  background-color: #ddd;
}

.accordion-content {
  background-color: white;
  border-left: 1px solid whitesmoke;
  border-right: 1px solid whitesmoke;
  max-height: 0;
  overflow: hidden;
  -webkit-transition: max-height 0.2s ease-in-out;
  transition: max-height 0.2s ease-in-out;
}

.article-content p {
  margin-bottom: 1.5rem;
}

.article-content p:not(.wp-caption-text):first-of-type::first-letter {
  font-size: 2.625rem;
  font-weight: 800;
  line-height: 1;
  --tw-text-opacity: 1;
  color: rgba(0, 0, 0, var(--tw-text-opacity));
}

.article-content a {
  --tw-text-opacity: 1;
  color: rgba(255, 42, 45, var(--tw-text-opacity));
  text-decoration: none;
}

.article-content table p:not(.wp-caption-text) {
  margin-bottom: 0px;
}

.article-content blockquote {
  padding: 2rem;
  font-style: italic;
}

.article-content a:hover {
  text-decoration: underline;
}

.article-content ul, .article-content ol {
  margin-bottom: 2.5rem;
}

.article-content ul li, .article-content ol li {
  margin-bottom: 1rem;
}

.article-content h1, .article-content h2, .article-content h3, .article-content h4, .article-content h5, .article-content h6 {
  margin-bottom: 1.25rem;
  padding-top: 0.5rem;
}

.article-content audio {
  margin-bottom: 3rem;
}

main article header {
  --tw-bg-opacity: 1;
  background-color: rgba(255, 255, 255, var(--tw-bg-opacity));
}

.bracket-blue::before {
  position: absolute;
  display: inline-block;
  border-top-width: 3px;
  border-left-width: 3px;
  --tw-border-opacity: 1;
  border-color: rgba(64, 132, 245, var(--tw-border-opacity));
  content: '';
  height: 14px;
  width: 11px;
  top: -6px;
  left: -9px;
}

@media (min-width: 1200px) {
  .bracket-blue::before {
    border-top-width: 6px;
    border-left-width: 6px;
    width: 23px;
    height: 31px;
    left: -17px
  }
}

.bracket-red::after {
  position: absolute;
  display: inline-block;
  border-right-width: 3px;
  border-bottom-width: 3px;
  --tw-border-opacity: 1;
  border-color: rgba(255, 42, 45, var(--tw-border-opacity));
  content: '';
  height: 14px;
  width: 9px;
  bottom: -6px;
  right: -7px;
}

@media (min-width: 1200px) {
  .bracket-red::after {
    border-right-width: 6px;
    border-bottom-width: 6px;
    width: 23px;
    height: 31px;
    right: -17px
  }
}

.featured-image.is-active {
  position: fixed;
  z-index: 40;
  width: 100%;
  text-align: center;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  max-width: 1000px;
}

.featured-image.is-active button {
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}

@media screen and (max-width: 720px) {
  div > iframe[src^="https://www.youtube.com"] {
    width: 328px;
  }

  p > iframe {
    width: 328px;
  }

  div.article-content {
    max-width: calc(100vw - 2rem);
    overflow: hidden;
  }

  .instagram-media {
    -webkit-transform: scale(0.95);
            transform: scale(0.95);
    -webkit-transform-origin: 0 0;
            transform-origin: 0 0;
  }
}

/*! Flickity v2.2.2
https://flickity.metafizzy.co
---------------------------------------------- */

.flickity-enabled {
  position: relative;
}

.flickity-enabled:focus { outline: none;
}

.flickity-viewport {
  overflow: hidden;
  position: relative;
  height: 100%;
}

.flickity-slider {
  position: absolute;
  width: 100%;
  height: 100%;
}

/* draggable */

.flickity-enabled.is-draggable {
  -webkit-tap-highlight-color: transparent;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.flickity-enabled.is-draggable .flickity-viewport {
  cursor: move;
  cursor: -webkit-grab;
  cursor: grab;
}

.flickity-enabled.is-draggable .flickity-viewport.is-pointer-down {
  cursor: -webkit-grabbing;
  cursor: grabbing;
}

/* ---- flickity-button ---- */

.flickity-button {
  position: absolute;
  background: hsla(0, 0%, 100%, 0.75);
  border: none;
  color: #333;
}

.flickity-button:hover {
  background: white;
  cursor: pointer;
}

.flickity-button:focus {
  outline: none;
  -webkit-box-shadow: 0 0 0 5px #19F;
          box-shadow: 0 0 0 5px #19F;
}

.flickity-button:active {
  opacity: 0.6;
}

.flickity-button:disabled {
  opacity: 0.3;
  cursor: auto;
  /* prevent disabled button from capturing pointer up event. #716 */
  pointer-events: none;
}

.flickity-button-icon {
  fill: currentColor;
}

/* ---- previous/next buttons ---- */

.flickity-prev-next-button {
  top: 50%;
  width: 44px;
  height: 44px;
  border-radius: 50%;
  /* vertically center */
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.flickity-prev-next-button.previous { left: 10px;
}

.flickity-prev-next-button.next { right: 10px;
}

/* right to left */

.flickity-rtl .flickity-prev-next-button.previous {
  left: auto;
  right: 10px;
}

.flickity-rtl .flickity-prev-next-button.next {
  right: auto;
  left: 10px;
}

.flickity-prev-next-button .flickity-button-icon {
  position: absolute;
  left: 20%;
  top: 20%;
  width: 60%;
  height: 60%;
}

/* ---- page dots ---- */

.flickity-page-dots {
  position: absolute;
  width: 100%;
  bottom: -25px;
  padding: 0;
  margin: 0;
  list-style: none;
  text-align: center;
  line-height: 1;
}

.flickity-rtl .flickity-page-dots { direction: rtl;
}

.flickity-page-dots .dot {
  display: inline-block;
  width: 10px;
  height: 10px;
  margin: 0 8px;
  background: #333;
  border-radius: 50%;
  opacity: 0.25;
  cursor: pointer;
}

.flickity-page-dots .dot.is-selected {
  opacity: 1;
}

@media (min-width: 1200px) {
  .slideshow-header {
    left: -70px;
    width: calc(100% + 70px);
  }
}

@media screen and (max-width: 1200px){
  .slideshow-header {
    top: -110%;
  }
}

.slideshow-header {
  top: -170%;
}

.slideshow-image {
  width: 250px;
}

@media (min-width: 800px) {
  .slideshow-image {
    width: 450px
  }
}

.hidden.flickity-enabled {
  display: block;
}

/*////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////
// Main Gallery Page
////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////*/

.carousel-cell:not(.is-selected) {
  -webkit-transition: opacity .45s;
  transition: opacity .45s;
  opacity: .125;
}

.carousel-cell {
  height: 40vh;
}

@media (min-width: 1000px) {
  .carousel-cell {
    height: 50vh
  }

  .carousel-cell.is-embed {
    height: 75vh;
  }
}

.carousel-cell-image {
  -webkit-transition: all 400ms;
  transition: all 400ms;
  max-height: 80%;
  max-width: 80%;
}

/* purgecss ignore */

.carousel-caption-slideUp {
  -webkit-animation: 400ms ease-out 0s 1 slideInFromTop;
          animation: 400ms ease-out 0s 1 slideInFromTop;
}

@-webkit-keyframes slideInFromTop {
  0% {
    -webkit-transform: translateY(20px);
            transform: translateY(20px);
  }

  100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}

@keyframes slideInFromTop {
  0% {
    -webkit-transform: translateY(20px);
            transform: translateY(20px);
  }

  100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}

/* No circle */

.main-carousel .flickity-button {
  background: transparent;
}

.main-carousel .flickity-button:hover {
  background: transparent;
}

.main-carousel .flickity-button:disabled {
  display: none;
}

/* Sizing and animation */

@media (min-width: 800px) {
  .main-carousel .flickity-prev-next-button {
    width: 100px;
    height: 100px
  }
}

.main-carousel .flickity-prev-next-button.next {
  -webkit-animation: flare-right 1.25s ease-out;
          animation: flare-right 1.25s ease-out;
}

.main-carousel .flickity-prev-next-button.previous {
  -webkit-animation: flare-left 1.25s ease-out;
          animation: flare-left 1.25s ease-out;
}

@-webkit-keyframes flare-left {
  0% {
    left: 100px;
  }

  100% {
    left: 10px;
  }
}

@keyframes flare-left {
  0% {
    left: 100px;
  }

  100% {
    left: 10px;
  }
}

@-webkit-keyframes flare-right {
  0% {
    right: 100px;
  }

  100% {
    right: 10px;
  }
}

@keyframes flare-right {
  0% {
    right: 100px;
  }

  100% {
    right: 10px;
  }
}

/* Color */

.main-carousel .flickity-button-icon {
  fill: white;
}

html.pages\/shows-archive body, html.pages\/shows-single body {
  --tw-bg-opacity: 1;
  background-color: rgba(27, 27, 27, var(--tw-bg-opacity));
}

.vidTitleBar{
  max-width:50%;
}

h3.episode-title{
  font-size: 1.25rem;
}

@media (min-width: 800px){
  h3.episode-title{
    font-size: 1.875rem
  }
}

.vidTitle{
  font-size: 2.25rem;
  position: absolute;
  top: 0px;
  left: 0px;
  z-index: 2;
  margin: 0 auto;
  background-color:rgba(0,0,0,.7);
  padding-left: 2%;
  padding-top: 2%;
}

#showDateYT{
  font-size:.7em;
}

#showDateNonYT{
  font-size:.7em;
}

#titleForMobile, showDateMobile{
  display:none;
}

@media screen and (max-width: 1000px){
  .vidTitleBar{
    display:none;
  }

  #titleForMobile, #showDateMobile{
    display:block;
  }

  #showDateMobile{
    font-size:.7em;
  }
}

#arrow{
  top: -55px;
  left:60px;
  position: relative;
  max-width:-webkit-fit-content;
  max-width:-moz-fit-content;
  max-width:fit-content;
}

#buttonwrapper{
  padding-right:2%;
}

#buttonwrapper{
  float:right;
  width:20%;
}

#buttontext{
  vertical-align: text-top;
}

#emailwrapper{
  margin-top:auto;
  margin-bottom:auto;
}

div[id^="choice"]{
  border: 1px solid black;
  -webkit-box-shadow: 0 3px 6px 0 rgba(2,20,31,0.2);
          box-shadow: 0 3px 6px 0 rgba(2,20,31,0.2);
  margin-top:2%;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  max-width: 100%;
  width: 100%;
  height:120px;
}

.description{
  display:-webkit-box;
  display:-ms-flexbox;
  display:flex;
  -webkit-box-orient:vertical;
  -webkit-box-direction:normal;
      -ms-flex-direction:column;
          flex-direction:column;
}

#emailcomps{
  display:-webkit-box;
  display:-ms-flexbox;
  display:flex;
}

#emailtextbox{
  -webkit-box-shadow:none;
          box-shadow:none;
  border-radius:unset;
  padding:unset;
  width:80%;
}

#iconarea{
  padding-left:2%;
  padding-right:1%;
  max-width:30%;
  font-size:15px;
  margin-top: auto;
  margin-bottom: auto;
}

.iconimage{
  width:225px;
  min-width:225px;
  height:100%;
}

.iconportion{
  width:225px;
}

#checkboxportion{
  background-color:#f5f5f5;
  max-width: 25%;
  width: 200px;
  min-width:200px;
}

#choice5 > #checkboxportion{
  text-align: center;
}

input[type="checkbox"]{
  width: -webkit-min-content;
  width: -moz-min-content;
  width: min-content;
}

input[id^="box"]{
  -webkit-appearance:checkbox !important;
     -moz-appearance:checkbox !important;
          appearance:checkbox !important;
  margin-left: 45%;
  top: 40%;
  position: relative;
  height:20px;
  width:20px;
}

input[id="tos"]{
  -webkit-appearance:checkbox !important;
     -moz-appearance:checkbox !important;
          appearance:checkbox !important;
}

label[for="email"]{
  margin-top:5%;
  padding-bottom: 1.5%;
}

label[for="tos"]{
  margin-left:5px;
}

#learnmorebutton{
  background-color:#ff2600;
  display:block;
  color:white;
  border-radius:30px;
  margin-left: 15%;
  top: 25%;
  position: relative;
  padding-top:6%;
  height: 50%;
  width: 75%;
  font-size: 20px;
  font-family: Ruda, sans-serif;
}

.letterpreview{
  margin-top:auto;
  margin-bottom:auto;
}

#newsletters{
  max-width:1000px;
  width:100%;
  margin-left: auto;
  margin-right: auto;
}

#newsletter-subscribe{
  background-color:#ff2a2d;
  color:white;
  padding: .05em .35em .05em .35em;
  position:relative;
}

#newsletterheader{
  text-align:center;
}

label[for='tos']{
  font-size:10px;
}

label[for^="list"]{
  width:500px;
  font-size:25px;
  margin-left: 10%;
  margin-right: auto;
  margin-top: auto;
  margin-bottom: auto;
  padding-bottom:1%;
}

label[for="linktopats"]{
  width:500px;
  font-size:25px;
  margin: .5% auto 2% 10%;
}

#newsletterheader{
  padding-right:10px;
}

.labeldescription{
  font-size:17px;
  margin:-3% auto auto 10%;
  width:70%;
}

.preview{
  min-width:200%;
  margin-left:-25%;
}

#selectText{
  border: 1px solid black;
  padding:4px;
  text-align: center;
}

#subscribeForm{
  position: relative;
  top: -60px;
}

#sub-and-tosBox{
  display:-webkit-box;
  display:-ms-flexbox;
  display:flex;
  -webkit-box-orient:horizontal;
  -webkit-box-direction:normal;
      -ms-flex-direction:row;
          flex-direction:row;
  -ms-flex-wrap:nowrap;
      flex-wrap:nowrap;
  -webkit-box-pack:start;
      -ms-flex-pack:start;
          justify-content:flex-start;
  border: 1px solid grey;
  -webkit-box-shadow: 0 3px 6px 0 rgba(2,20,31,0.2);
          box-shadow: 0 3px 6px 0 rgba(2,20,31,0.2);
}

#termscheckboxandtext{
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  margin-bottom:4%;
}

#textandsubmit{
  width:800px;
}

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

#newsletters{
  margin-top:1%;
}

#shows{
  margin-top:2%;
}

@media screen and (max-width: 1000px){
  #arrow{
    top: -40px;
    left:-15px;
    position: relative;
  }

  #buttonwrapper{
    font-size: 20px;
  }

  #buttontext{
    vertical-align: unset;
  }

  .description{
    text-align:center;
    margin-top: auto;
    margin-bottom: auto;
  }

  div[id^="choice"]{
    height:130px;
    -webkit-box-orient:vertical;
    -webkit-box-direction:normal;
        -ms-flex-direction:column;
            flex-direction:column;
  }

  #iconarea{
    font-size:12px;
  }

  #checkboxportion{
    max-width:100%;
    width:100%
  }

  #choice5 > #checkboxportion{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }

  .iconimage{
    display: none;
  }

  input[id^="box"]{
    -webkit-appearance:checkbox !important;
       -moz-appearance:checkbox !important;
            appearance:checkbox !important;
    margin-left: 10%;
    top: 10%;
    position: relative;
    height:15px;
    width:15px;
  }

  input[id^="box"]{
    margin-left:2%;
  }

  .labeldescription{
    font-size:18px;
    margin:unset;
    width:unset;
  }

  label[for="email"]{
    font-size:.7rem;
    white-space:nowrap;
  }

  label[for^="list"], label[for="linktopats"]{
    width: unset;
    margin-top:auto;
    margin-bottom:auto;
    margin-left:auto;
    margin-right:auto;
    font-size:20px;
    padding-bottom:unset;
  }

  .letterpreview{
    -webkit-transform: scale(.20);
            transform: scale(.20);
    position: relative;
    margin-top:unset;
    margin-bottom:unset;
  }

  #learnmorebutton{
    top:unset;
    padding-top:unset;
    margin-left:unset;
    height:85%;
    font-size: 16px;
  }

  #newsletters{
    margin-top:-.5%;
  }

  #selectText{
    white-space: normal;
    text-align:center;
  }

  #subscribeForm{
    position: relative;
    top: -50px;
  }

  .preview{
    -webkit-transform: scale(.75);
            transform: scale(.75);
    position: absolute;
    right: -220%;
    top: -145px;
    min-width: 100%;
    max-height: 200px;
  }

  #textandsubmit{
    width:550px;
  }
}

@media screen and (max-width: 720px){
  #buttonwrapper{
    font-size:20px;
  }

  .labeldescription{
    font-size:16px;
  }

  #newsletter-subscribe{
    margin-top:unset;
  }

  #textandsubmit{
    width:280px;
  }

  .preview{
    -webkit-transform: scale(.8);
            transform: scale(.8);
    position: absolute;
    right: -218%;
    top: -140px;
    min-width: 100%;
    max-height: 200px;
  }
}

@media screen and (max-width: 580px){
  #emailtextbox{
    width:60%;
  }

  #buttonwrapper{
    width:40%;
    font-size:14px;
  }

  #textandsubmit{
    font-size:14px;
  }

  label[for="tos"]{
    width:50%;
  }

  #newsletters{
    margin-top:-2%;
  }

  .preview{
    -webkit-transform: scale(.9);
            transform: scale(.9);
    position: absolute;
    right: -225%;
    top: -70px;
    min-width: 100%;
    max-height: 200px;
  }
}

#delete-account{
  margin-top: 30px;
  height: 80px;
  width: 200px;
  background-color:#ff2a2d;
  color:white;
  padding: .05em .35em .05em .35em;
  position:relative;
  border-radius: 15px;
  font-family: Oswald, sans-serif;
  border: solid white;
  -webkit-box-shadow: 5px 5px 5px #969696;
          box-shadow: 5px 5px 5px #969696;
  margin-left: auto;
  margin-right: auto;
}

#cancel-button{
  margin-top: 30px;
  margin-left: auto;
  margin-right: auto;
  height: 80px;
  width: 200px;
  background-color:grey;
  color:white;
  padding: .05em .35em .05em .35em;
  position:relative;
  border-radius: 15px;
  font-family: Oswald, sans-serif;
  border: solid white;
  -webkit-box-shadow: 5px 5px 5px #969696;
          box-shadow: 5px 5px 5px #969696;
}

#thechoices{
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  width: 450px;
  height: 160px;
  margin-left: auto;
  margin-right: auto;
}

#deletebutton, #cancelbutton{
  margin-left: auto;
  margin-right: auto;
}

/* General Styling Ends */

.modal {
  display: none;
  top: 0;
  left: 0;
  position: fixed;
  z-index: 50;
  margin:auto;
  width: 100%;
  height: 100%;
  overflow: auto;
  background-color: transparent;
  border-radius: 15px;
}

.modal-content {
  position: absolute;
  overflow: hidden;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 550px;
  height: 250px;
  top: 50%;
  background-color: #f2f2f2;
  border-radius: 5px;
  padding: 20px;
  left: 50%;
  -webkit-transform: translateX(-50%) translateY(-50%);
          transform: translateX(-50%) translateY(-50%);
}

#buttons{
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  width: 400px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  font-size: 16px;
  color: white;
  font-family: Ruda, sans-serif;
}

#yesbutton{
  width: 180px;
  height: 100px;
  background-color: red;
  border-radius: 15px;
  margin-right: auto;
  margin-left: auto;
  border: solid white;
  -webkit-box-shadow: 5px 5px 5px #969696;
          box-shadow: 5px 5px 5px #969696;
}

#nobutton{
  width: 180px;
  height: 100px;
  background-color: grey;
  border-radius: 15px;
  margin-right: auto;
  margin-left: auto;
  border: solid white;
  -webkit-box-shadow: 5px 5px 5px #969696;
          box-shadow: 5px 5px 5px #969696;
}

.modal-text{
  font-family: Oswald, sans-serif;
  font-size: 22px;
  text-align: center;
  margin-bottom: 20px;
}

.show-modal {
  display: block;
}

@media screen and (max-width: 500px){
  .modal-content{
    width: 320px;
    height: 400px;
  }

  #thechoices{
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    width: 230px;
    height: 220px;
  }

  #buttons{
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }

  #yesbutton, #nobutton{
    width: 225px;
  }

  #yesbutton{
    margin-bottom: 25px;
  }
}

/* Interstitial */

/* Overall ads */

.adcontainer, #nativo-sidebar {
  width: 100%;
  margin: 0px;
  padding: 0px;
}

.gcwp-carousel.gcwp-carousel-auto-install .gcwp-advertisement-label{
  max-width:1280px !important;
}

.gcwp-carousel.gcwp-carousel-auto-install .gcwp-iframe{
  max-width:1280px !important;
}

#after-article-recs{
  text-align:-webkit-center;
  text-align:-moz-center;
}

.ob-widget-header{
  text-align:left;
}

.ob-smartfeed-wrapper{
  max-width:1248px;
}

div[id='spotim-specific'][recirculation-ad-container]{
  max-width:1248px;
}

body.regular #dailycaller_top{
  background-color: #f2f2f200;
  min-height: 250px;
  margin-left: auto;
  margin-right: auto;
}

body.regular #dailycaller_left1{
  background-color: #ffffff;
  min-height:200px;
}

body.regular #right1forarticles{
  padding-top:1rem;
  height: 950px;
  background-color: #ffffff;
  width: 300px;
  margin-top:-950px;
  margin-left:800px;
}

@media (min-width:1600px){
  body.regular #right1forarticles{
    margin-left:950px
  }
}

@media (min-width: 1000px){
  article header .featured-image {
    min-height: 330px;
  }
}

body.premium #dailycaller_top{
  background-color: #ffffff;
  min-height: 0px;
  display:none;
}

body.premium .adcontainer{
  background-color: #ffffff;
  min-height: 0px;
  display:none;
}

body.premium #dailycaller_left1.prem{
  display:none;
  min-height:0px;
}

body.premium #right1forarticles{
  display:none;
}

.adcontainer h1{
  color: white;
}

.ad {
  text-align: center;
}

.ad > div {
  top: 100px;
}

@media (min-width: 800px) {
  .ad > div {
    position: sticky
  }
}

.ad iframe {
  margin: 0px auto;
  display: block;
}

#dailycaller_inline1,
#dailycaller_inline2,
#dailycaller_inline3,
#\47 10519169\47 dailycaller_inline1,
#\47 10519169\47 dailycaller_inline2,
#\47 10519169\47 dailycaller_inline3 {
  display: none;
}

@media screen and (max-width: 720px){
  [id*="dailycaller_inline1"] {
    margin-left: 0px;
    margin-top: 1.25rem;
    margin-bottom: 1.25rem;
  }
}

@media screen and (min-width: 720px){
  [id*="dailycaller_inline1"] {
    margin-left: 2.5rem;
    float: right;
  }
}

[id*="dailycaller_inline1"] {
  width:340px;
}

header div.max-w-3xl[id*="dailycaller_inline2"].px-4 + div,header div.max-w-3xl[id*="dailycaller_inline3"].px-4 + div,header div.max-w-3xl[id*="dc-video-"].px-4 + div{
  max-height:48px;
}

header div.max-w-3xl[id*="dailycaller_inline2"].px-4.hidden.xl:flex.justify-between.items-center > nav,header div.max-w-3xl[id*="dailycaller_inline3"].px-4.hidden.xl:flex.justify-between.items-center > nav,header div.max-w-3xl[id*="dc-video-"].px-4.hidden.xl:flex.justify-between.items-center > nav{
  max-height:48px;
}

[id*="dailycaller_inline2"], [id*="dailycaller_inline3"], [id*="dc-video-"] {
  margin-left: auto;
  margin-right: auto;
  margin-top: 2.5rem;
  margin-bottom: 2.5rem;
}

body {
  background-position: top center;
  background-repeat: no-repeat;
}

/* Outbrain for mobile */

@media screen and (max-width: 720px){
  .ob-widget.ob-smartfeed-strip-layout.CRMB_1{
    min-width:320px;
  }

  .ob-widget-items-container{
    max-width: 328px;
  }

  div[id='spotim-specific'][recirculation-ad-container]{
    max-width:328px;
  }
}

/* Bottom sticky */

#dailycaller_sticky {
  margin: 0;
  padding: 0;
}

.dc-sticky{
  background: white;
}

/* Interstitial */

.dc-interstitial {
  background-color: hsla(0, 0%, 0%, .5);
  z-index: 2000000;
  -webkit-box-orient: unset;
  -webkit-box-direction: unset;
      -ms-flex-direction: unset;
          flex-direction: unset;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-line-pack: center;
      align-content: center;
  -webkit-box-align:center;
      -ms-flex-align:center;
          align-items:center;
}

.dc-interstitial #dailycaller_interstitial {
  position: fixed;
}

.dc-interstitial #dailycaller_interstitial[style="width: 640px; height: 480px;"] ~ button {
  position: relative;
  top: -240px;
  left: -320px;
}

.dc-interstitial #dailycaller_interstitial[style="width: 600px; height: 500px;"] ~ button {
  position: relative;
  top: -250px;
  left: -300px;
}

.dc-interstitial #dailycaller_interstitial[style="width: 300px; height: 250px;"] ~ button {
  position: relative;
  top: -125px;
  left: -150px;
}

/* Piano */

.dc-piano {
  display: none;
  position: fixed;
  top: 50%;
  z-index: 10;
}

.dc-piano #piano-form {
  position: relative;
  height: 460px;
  width: 320px;
  margin-top: -25%;
}

#piano-form {
  display: inherit;
}

img.premium-content {
  position: absolute;
  bottom: 0;
  right: 0;
  height: 21px;
  z-index: 2;
}

.tp-backdrop.tp-active {
  opacity: .2 !important;
}

@media screen and (max-width: 720px) {
  .tp-modal[style] {
    position: fixed !important;
    top: 0 !important;
    left: 0 !important;
    max-width:325px !important;
    height: auto !important;
    overflow: scroll !important;
    margin-left: auto;
    margin-right: auto;
    -webkit-box-shadow: 10px 10px 5px rgba(0,0,0,0.5);
            box-shadow: 10px 10px 5px rgba(0,0,0,0.5);
  }

  .tp-close[style] {
    top: 0px !important;
    right: 0px !important;
  }

  .tp-backdrop.tp-active {
    opacity: 0 !important;
  }

  .tp-modal[style] .tp-iframe-wrapper[style] {
    margin: 0 !important;
    width: 325px !important;
  }

  .tp-modal{
    margin-top: 18%;
  }

  button.tp-close[style]{
    position: fixed;
    left: 285px !important;
  }

  /*	.tp-iframe-wrapper.tp-active[style]{
		width: 325px;
	}*/

  .tp-iframe-wrapper > iframe[id^='offer']{
    max-width: 100%;
  }
}

.tp-backdrop.tp-active {
  opacity: .2 !important;
}

.tp-iframe-wrapper.tp-active{
  -webkit-box-shadow:10px 10px 5px rgba(0,0,0,0.5);
          box-shadow:10px 10px 5px rgba(0,0,0,0.5);
}

.test {
  color: blue;
}

/* Remove our input default styles from Google search */

input.gsc-input {
  -webkit-box-shadow: none;
          box-shadow: none;
  border-radius: 0;
}

.blur-up {
  -webkit-filter: blur(2px);
          filter: blur(2px);
  -webkit-transition: -webkit-filter 450ms;
  transition: -webkit-filter 450ms;
  transition: filter 450ms;
  transition: filter 450ms, -webkit-filter 450ms;
}

.blur-up.lazyloaded {
  -webkit-filter: blur(0);
          filter: blur(0);
}

.wp-caption {
  margin-bottom: 1.5rem;
  max-width: 100%;
  font-size: .8125rem;
}

.wp-caption:after {
  top: 0px;
  right: 0px;
  margin-top: 1rem;
  margin-right: 1rem;
  cursor: pointer;
  content: '';
  display: block;
  background-image: url('/files/images/icons/circle-plus.svg');
  position: absolute;
  width: 30px;
  height: 30px;
}

.wp-caption.is-active::after {
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}

.wp-caption img {
  margin-bottom: 0px;
}

p.wp-caption-text {
  margin-bottom: 0px;
  font-size: .8125rem;
  line-height: 1.25;
  --tw-text-opacity: 1;
  color: rgba(89, 89, 89, var(--tw-text-opacity));
}

.wp-caption.is-active p.wp-caption-text {
  --tw-text-opacity: 1;
  color: rgba(255, 255, 255, var(--tw-text-opacity));
}

[class*="wp-image"] {
  margin-bottom: 1.5rem;
  --tw-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1), 0 1px 2px 0 rgba(0, 0, 0, 0.06);
  -webkit-box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
          box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

[class*="wp-image"] + p.wp-caption-text {
  margin-top: -1rem;
}

.twitter-tweet-rendered,
.instagram-media {
  margin-left: auto !important;
  margin-right: auto !important;
}

/* Giphy embeds - center and make responsive */

iframe[src^="https://giphy"] {
  margin-left: auto;
  margin-right: auto;
  max-width: 100%;
}

header div.max-w-3xl.article-content img.px-4 + div{
  max-height:48px;
}

header div.max-w-3xl.article-content img.px-4.hidden.xl:flex.justify-between.items-center > nav{
  max-height:48px;
}

.article-content img {
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 1.5rem;
  display: block;
}

/**************************\
  Basic Modal Styles
\**************************/

.modal {
  font-family: -apple-system, BlinkMacSystemFont, avenir next, avenir,
    helvetica neue, helvetica, ubuntu, roboto, noto, segoe ui, arial, sans-serif;
}

.modal__overlay {
  position: fixed;
  max-width: 48rem;
  width: 100%;
  top: 0;
  left: -3.5rem;
  right: 0;
  bottom: 0;
  margin: auto;
  padding: 0 4rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  z-index: 999;
}

.modal__container {
  background-color: #fff;
  padding: 0 20px;
  width: 100%;
  max-height: 50vh;
  overflow-y: auto;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border: 6px solid #ccc;
}

.modal__title {
  margin-top: 30px;
  margin-bottom: 0;
  font-weight: 600;
  font-size: 1rem;
  line-height: 1.25;
  color: #000;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  text-transform: uppercase;
}

.modal__close {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-left: auto;
  background: transparent;
  border: 0;
  margin-right: -14px;
  margin-top: 10px;
  font-weight: bold;
  color: #565656;
  font-size: 1.125rem;
}

.modal__container a {
  color: rgb(64, 132, 245);
}

.modal__header .modal__close:before {
  content: "\2715";
}

.modal__content {
  margin-top: 2rem;
  margin-bottom: 2rem;
  line-height: 1.5;
  color: rgba(0, 0, 0, 0.8);
  font-size: 1rem;
  word-break: break-all;
}

.modal__btn {
  font-size: 0.875rem;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  background-color: #e6e6e6;
  color: rgba(0, 0, 0, 0.8);
  border-radius: 0.25rem;
  border-style: none;
  border-width: 0;
  cursor: pointer;
  -webkit-appearance: button;
  text-transform: none;
  overflow: visible;
  line-height: 1.15;
  margin: 0;
}

.modal__btn-primary {
  background-color: #00449e;
  color: #fff;
}

.micromodal-slide {
  display: none;
}

.micromodal-slide.is-open {
  display: block;
}

@media screen and (max-width: 800px) {
  .modal__overlay {
    width: 96%;
    left: 0;
    padding: 0;
  }
}

/* ! tailwindcss v2.2.19 | MIT License | https://tailwindcss.com */

/*! modern-normalize v1.1.0 | MIT License | https://github.com/sindresorhus/modern-normalize */

/*
Document
========
*/

/**
Use a better box model (opinionated).
*/

*,
::before,
::after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

/**
Use a more readable tab size (opinionated).
*/

html {
  -moz-tab-size: 4;
  -o-tab-size: 4;
     tab-size: 4;
}

/**
1. Correct the line height in all browsers.
2. Prevent adjustments of font size after orientation changes in iOS.
*/

html {
  line-height: 1.15; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
}

/*
Sections
========
*/

/**
Remove the margin in all browsers.
*/

body {
  margin: 0;
}

/**
Improve consistency of default fonts in all browsers. (https://github.com/sindresorhus/modern-normalize/issues/3)
*/

body {
  font-family:
		system-ui,
		-apple-system, /* Firefox supports this but not yet `system-ui` */
		'Segoe UI',
		Roboto,
		Helvetica,
		Arial,
		sans-serif,
		'Apple Color Emoji',
		'Segoe UI Emoji';
}

/*
Grouping content
================
*/

/**
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)
*/

hr {
  height: 0; /* 1 */
  color: inherit; /* 2 */
}

/*
Text-level semantics
====================
*/

/**
Add the correct text decoration in Chrome, Edge, and Safari.
*/

abbr[title] {
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
}

/**
Add the correct font weight in Edge and Safari.
*/

b,
strong {
  font-weight: bolder;
}

/**
1. Improve consistency of default fonts in all browsers. (https://github.com/sindresorhus/modern-normalize/issues/3)
2. Correct the odd 'em' font sizing in all browsers.
*/

code,
kbd,
samp,
pre {
  font-family:
		ui-monospace,
		SFMono-Regular,
		Consolas,
		'Liberation Mono',
		Menlo,
		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;
}

/*
Tabular data
============
*/

/**
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)
*/

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

/*
Forms
=====
*/

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

button,
input,
optgroup,
select,
textarea {
  font-family: inherit; /* 1 */
  font-size: 100%; /* 1 */
  line-height: 1.15; /* 1 */
  margin: 0; /* 2 */
}

/**
Remove the inheritance of text transform in Edge and Firefox.
1. Remove the inheritance of text transform in Firefox.
*/

button,
select { /* 1 */
  text-transform: none;
}

/**
Correct the inability to style clickable types in iOS and Safari.
*/

button,
[type='button'],
[type='reset'],
[type='submit'] {
  -webkit-appearance: button;
}

/**
Remove the inner border and padding in Firefox.
*/

/**
Restore the focus styles unset by the previous rule.
*/

/**
Remove the additional ':invalid' styles in Firefox.
See: https://github.com/mozilla/gecko-dev/blob/2f9eacd9d3d995c937b4251a5557d95d494c9be1/layout/style/res/forms.css#L728-L737
*/

/**
Remove the padding so developers are not caught out when they zero out 'fieldset' elements in all browsers.
*/

legend {
  padding: 0;
}

/**
Add the correct vertical alignment in Chrome and Firefox.
*/

progress {
  vertical-align: baseline;
}

/**
Correct the cursor style of increment and decrement buttons in Safari.
*/

/**
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.
*/

/**
1. Correct the inability to style clickable types in iOS and Safari.
2. Change font properties to 'inherit' in Safari.
*/

/*
Interactive
===========
*/

/*
Add the correct display in Chrome and Safari.
*/

summary {
  display: list-item;
}

/**
 * Manually forked from SUIT CSS Base: https://github.com/suitcss/base
 * A thin layer on top of normalize.css that provides a starting point more
 * suitable for web applications.
 */

/**
 * Removes the default spacing and border for appropriate elements.
 */

blockquote,
dl,
dd,
h1,
h2,
h3,
h4,
h5,
h6,
hr,
figure,
p,
pre {
  margin: 0;
}

button {
  background-color: transparent;
  background-image: none;
}

fieldset {
  margin: 0;
  padding: 0;
}

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

/**
 * Tailwind custom reset styles
 */

/**
 * 1. Use the user's configured `sans` font-family (with Tailwind's default
 *    sans-serif font stack as a fallback) as a sane default.
 * 2. Use Tailwind's default "normal" line-height so the user isn't forced
 *    to override it to ensure consistency even when using the default theme.
 */

html {
  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"; /* 1 */
  line-height: 1.5; /* 2 */
}

/**
 * Inherit font-family and line-height from `html` so users can set them as
 * a class directly on the `html` element.
 */

body {
  font-family: inherit;
  line-height: inherit;
}

/**
 * 1. Prevent padding and border from affecting element width.
 *
 *    We used to set this in the html element and inherit from
 *    the parent element for everything else. This caused issues
 *    in shadow-dom-enhanced elements like <details> where the content
 *    is wrapped by a div with box-sizing set to `content-box`.
 *
 *    https://github.com/mozdevs/cssremedy/issues/4
 *
 *
 * 2. Allow adding a border to an element by just adding a border-width.
 *
 *    By default, the way the browser specifies that an element should have no
 *    border is by setting it's border-style to `none` in the user-agent
 *    stylesheet.
 *
 *    In order to easily add borders to elements by just setting the `border-width`
 *    property, we change the default border-style for all elements to `solid`, and
 *    use border-width to hide them instead. This way our `border` utilities only
 *    need to set the `border-width` property instead of the entire `border`
 *    shorthand, making our border utilities much more straightforward to compose.
 *
 *    https://github.com/tailwindcss/tailwindcss/pull/116
 */

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

/*
 * Ensure horizontal rules are visible by default
 */

hr {
  border-top-width: 1px;
}

/**
 * Undo the `border-style: none` reset that Normalize applies to images so that
 * our `border-{width}` utilities have the expected effect.
 *
 * The Normalize reset is unnecessary for us since we default the border-width
 * to 0 on all elements.
 *
 * https://github.com/tailwindcss/tailwindcss/issues/362
 */

img {
  border-style: solid;
}

textarea {
  resize: vertical;
}

input::-webkit-input-placeholder, textarea::-webkit-input-placeholder {
  opacity: 1;
  color: #a1a1aa;
}

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

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

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

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

button,
[role="button"] {
  cursor: pointer;
}

/**
 * Override legacy focus reset from Normalize with modern Firefox focus styles.
 *
 * This is actually an improvement over the new defaults in Firefox in our testing,
 * as it triggers the better focus styles even for links, which still use a dotted
 * outline in Firefox by default.
 */

table {
  border-collapse: collapse;
}

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

/**
 * Reset form element properties that are easy to forget to
 * style explicitly so you don't inadvertently introduce
 * styles that deviate from your design system. These styles
 * supplement a partial reset that is already applied by
 * normalize.css.
 */

button,
input,
optgroup,
select,
textarea {
  padding: 0;
  line-height: inherit;
  color: inherit;
}

/**
 * Use the configured 'mono' font family for elements that
 * are expected to be rendered with a monospace font, falling
 * back to the system monospace stack if there is no configured
 * 'mono' font family.
 */

pre,
code,
kbd,
samp {
  font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
}

/**
 * 1. Make replaced elements `display: block` by default as that's
 *    the behavior you want almost all of the time. Inspired by
 *    CSS Remedy, with `svg` added as well.
 *
 *    https://github.com/mozdevs/cssremedy/issues/14
 * 
 * 2. Add `vertical-align: middle` to align replaced elements more
 *    sensibly by default when overriding `display` by adding a
 *    utility like `inline`.
 *
 *    This can trigger a poorly considered linting error in some
 *    tools but is included by design.
 * 
 *    https://github.com/jensimmons/cssremedy/issues/14#issuecomment-634934210
 */

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

*, ::before, ::after {
  border-color: currentColor;
}

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

@media (min-width: 80rem) {
  .container {
    max-width: 80rem;
  }
}

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

.invisible {
  visibility: hidden;
}

.static {
  position: static;
}

.fixed {
  position: fixed;
}

.absolute {
  position: absolute;
}

.relative {
  position: relative;
}

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

.inset-x-0 {
  left: 0px;
  right: 0px;
}

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

.top-0 {
  top: 0px;
}

.top-2 {
  top: 2px;
}

.right-0 {
  right: 0px;
}

.bottom-0 {
  bottom: 0px;
}

.left-0 {
  left: 0px;
}

.-left-1 {
  left: -1px;
}

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

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

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

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

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

.order-1 {
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
}

.order-2 {
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
}

.order-3 {
  -webkit-box-ordinal-group: 4;
      -ms-flex-order: 3;
          order: 3;
}

.m-0 {
  margin: 0px;
}

.-m-3 {
  margin: -0.75rem;
}

.mx-2 {
  margin-left: 0.5rem;
  margin-right: 0.5rem;
}

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

.mx-4 {
  margin-left: 1rem;
  margin-right: 1rem;
}

.mx-6 {
  margin-left: 1.5rem;
  margin-right: 1.5rem;
}

.mx-24 {
  margin-left: 6rem;
  margin-right: 6rem;
}

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

.-mx-4 {
  margin-left: -1rem;
  margin-right: -1rem;
}

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

.my-5 {
  margin-top: 1.25rem;
  margin-bottom: 1.25rem;
}

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

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

.my-10 {
  margin-top: 2.5rem;
  margin-bottom: 2.5rem;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.mr-3 {
  margin-right: 0.75rem;
}

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

.mr-6 {
  margin-right: 1.5rem;
}

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

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

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

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

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

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

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

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

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

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

.ml-1 {
  margin-left: 0.25rem;
}

.ml-2 {
  margin-left: 0.5rem;
}

.ml-6 {
  margin-left: 1.5rem;
}

.ml-12 {
  margin-left: 3rem;
}

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

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

.block {
  display: block;
}

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

.inline {
  display: inline;
}

.flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.inline-flex {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
}

.table {
  display: table;
}

.table-cell {
  display: table-cell;
}

.grid {
  display: grid;
}

.contents {
  display: contents;
}

.hidden {
  display: none;
}

.h-1 {
  height: 0.25rem;
}

.h-2 {
  height: 0.5rem;
}

.h-5 {
  height: 1.25rem;
}

.h-6 {
  height: 1.5rem;
}

.h-8 {
  height: 2rem;
}

.h-20 {
  height: 5rem;
}

.h-24 {
  height: 6rem;
}

.h-64 {
  height: 16rem;
}

.h-auto {
  height: auto;
}

.h-full {
  height: 100%;
}

.w-1 {
  width: 0.25rem;
}

.w-2 {
  width: 0.5rem;
}

.w-5 {
  width: 1.25rem;
}

.w-6 {
  width: 1.5rem;
}

.w-8 {
  width: 2rem;
}

.w-16 {
  width: 4rem;
}

.w-24 {
  width: 6rem;
}

.w-36 {
  width: 9rem;
}

.w-48 {
  width: 12rem;
}

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

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

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

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

.w-full {
  width: 100%;
}

.max-w-2xs {
  max-width: 14rem;
}

.max-w-xs {
  max-width: 20rem;
}

.max-w-lg {
  max-width: 50rem;
}

.max-w-xl {
  max-width: 60rem;
}

.max-w-3xl {
  max-width: 80rem;
}

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

.max-w-max {
  max-width: -webkit-max-content;
  max-width: -moz-max-content;
  max-width: max-content;
}

.flex-auto {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
}

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

.flex-grow-0 {
  -webkit-box-flex: 0;
      -ms-flex-positive: 0;
          flex-grow: 0;
}

.flex-grow {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}

.hover\:flex-grow:hover {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}

.border-collapse {
  border-collapse: collapse;
}

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

@-webkit-keyframes spin {
  to {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}

@keyframes spin {
  to {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}

@-webkit-keyframes ping {
  75%, 100% {
    -webkit-transform: scale(2);
            transform: scale(2);
    opacity: 0;
  }
}

@keyframes ping {
  75%, 100% {
    -webkit-transform: scale(2);
            transform: scale(2);
    opacity: 0;
  }
}

@-webkit-keyframes pulse {
  50% {
    opacity: .5;
  }
}

@keyframes pulse {
  50% {
    opacity: .5;
  }
}

@-webkit-keyframes bounce {
  0%, 100% {
    -webkit-transform: translateY(-25%);
            transform: translateY(-25%);
    -webkit-animation-timing-function: cubic-bezier(0.8,0,1,1);
            animation-timing-function: cubic-bezier(0.8,0,1,1);
  }

  50% {
    -webkit-transform: none;
            transform: none;
    -webkit-animation-timing-function: cubic-bezier(0,0,0.2,1);
            animation-timing-function: cubic-bezier(0,0,0.2,1);
  }
}

@keyframes bounce {
  0%, 100% {
    -webkit-transform: translateY(-25%);
            transform: translateY(-25%);
    -webkit-animation-timing-function: cubic-bezier(0.8,0,1,1);
            animation-timing-function: cubic-bezier(0.8,0,1,1);
  }

  50% {
    -webkit-transform: none;
            transform: none;
    -webkit-animation-timing-function: cubic-bezier(0,0,0.2,1);
            animation-timing-function: cubic-bezier(0,0,0.2,1);
  }
}

.cursor-pointer {
  cursor: pointer;
}

.resize {
  resize: both;
}

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

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

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

.flex-col {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.flex-col-reverse {
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
      -ms-flex-direction: column-reverse;
          flex-direction: column-reverse;
}

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

.content-center {
  -ms-flex-line-pack: center;
      align-content: center;
}

.items-start {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

.items-end {
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}

.items-center {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.items-baseline {
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
}

.items-stretch {
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
}

.justify-end {
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}

.justify-center {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.justify-between {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.justify-around {
  -ms-flex-pack: distribute;
      justify-content: space-around;
}

.gap-4 {
  gap: 1rem;
}

.gap-6 {
  gap: 1.5rem;
}

.self-stretch {
  -ms-flex-item-align: stretch;
      align-self: stretch;
}

.overflow-hidden {
  overflow: hidden;
}

.overflow-scroll {
  overflow: scroll;
}

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

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

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

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

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

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

.rounded-md {
  border-radius: 0.375rem;
}

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

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

.border {
  border-width: 1px;
}

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

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

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

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

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

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

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

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

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

.border-transparent {
  border-color: transparent;
}

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

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

.border-grey-darkest {
  --tw-border-opacity: 1;
  border-color: rgba(27, 27, 27, var(--tw-border-opacity));
}

.border-grey {
  --tw-border-opacity: 1;
  border-color: rgba(138, 138, 138, var(--tw-border-opacity));
}

.border-grey-light {
  --tw-border-opacity: 1;
  border-color: rgba(230, 230, 230, var(--tw-border-opacity));
}

.border-red {
  --tw-border-opacity: 1;
  border-color: rgba(255, 42, 45, var(--tw-border-opacity));
}

.border-blue {
  --tw-border-opacity: 1;
  border-color: rgba(64, 132, 245, var(--tw-border-opacity));
}

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

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

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

.bg-grey-darkest {
  --tw-bg-opacity: 1;
  background-color: rgba(27, 27, 27, var(--tw-bg-opacity));
}

.bg-grey-light {
  --tw-bg-opacity: 1;
  background-color: rgba(230, 230, 230, var(--tw-bg-opacity));
}

.bg-grey-lighter {
  --tw-bg-opacity: 1;
  background-color: rgba(242, 242, 242, var(--tw-bg-opacity));
}

.bg-red {
  --tw-bg-opacity: 1;
  background-color: rgba(255, 42, 45, var(--tw-bg-opacity));
}

.bg-blue-dark {
  --tw-bg-opacity: 1;
  background-color: rgba(0, 42, 105, var(--tw-bg-opacity));
}

.bg-blue {
  --tw-bg-opacity: 1;
  background-color: rgba(64, 132, 245, var(--tw-bg-opacity));
}

.hover\:bg-white:hover {
  --tw-bg-opacity: 1;
  background-color: rgba(255, 255, 255, var(--tw-bg-opacity));
}

.bg-cover {
  background-size: cover;
}

.bg-top {
  background-position: top;
}

.bg-no-repeat {
  background-repeat: no-repeat;
}

.fill-current {
  fill: currentColor;
}

.stroke-current {
  stroke: currentColor;
}

.p-0 {
  padding: 0px;
}

.p-2 {
  padding: 0.5rem;
}

.p-3 {
  padding: 0.75rem;
}

.p-4 {
  padding: 1rem;
}

.p-6 {
  padding: 1.5rem;
}

.p-8 {
  padding: 2rem;
}

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

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

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

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

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

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

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

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

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

.py-10 {
  padding-top: 2.5rem;
  padding-bottom: 2.5rem;
}

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

.pt-1 {
  padding-top: 0.25rem;
}

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

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

.pt-4 {
  padding-top: 1rem;
}

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

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

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

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

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

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

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

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

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

.pb-1 {
  padding-bottom: 0.25rem;
}

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

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

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

.pb-6 {
  padding-bottom: 1.5rem;
}

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

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

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

.pl-3 {
  padding-left: 0.75rem;
}

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

.pl-6 {
  padding-left: 1.5rem;
}

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

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

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

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

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

.font-spectral {
  font-family: Spectral, serif;
}

.font-ruda {
  font-family: Ruda, sans-serif;
}

.font-oswald {
  font-family: Oswald, sans-serif;
}

.text-xs {
  font-size: .6875rem;
}

.text-sm {
  font-size: .8125rem;
}

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

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

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

.text-2xl {
  font-size: 1.4rem;
}

.text-3xl {
  font-size: 1.875rem;
}

.text-4xl {
  font-size: 2.25rem;
}

.text-6xl {
  font-size: 3.25rem;
}

.text-7xl {
  font-size: 4.125rem;
}

.font-light {
  font-weight: 300;
}

.font-normal {
  font-weight: 400;
}

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

.font-black {
  font-weight: 900;
}

.uppercase {
  text-transform: uppercase;
}

.capitalize {
  text-transform: capitalize;
}

.italic {
  font-style: italic;
}

.leading-zero {
  line-height: 0;
}

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

.leading-tighter {
  line-height: 1.125;
}

.leading-tight {
  line-height: 1.25;
}

.leading-normal {
  line-height: 1.5;
}

.leading-xl-loose {
  line-height: 2;
}

.tracking-tight {
  letter-spacing: -0.025em;
}

.tracking-wide {
  letter-spacing: 0.1em;
}

.tracking-xl-wide {
  letter-spacing: 0.15em;
}

.tracking-2xl-wide {
  letter-spacing: 0.2em;
}

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

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

.text-grey-darkest {
  --tw-text-opacity: 1;
  color: rgba(27, 27, 27, var(--tw-text-opacity));
}

.text-grey-darker {
  --tw-text-opacity: 1;
  color: rgba(51, 51, 51, var(--tw-text-opacity));
}

.text-grey-dark {
  --tw-text-opacity: 1;
  color: rgba(89, 89, 89, var(--tw-text-opacity));
}

.text-grey {
  --tw-text-opacity: 1;
  color: rgba(138, 138, 138, var(--tw-text-opacity));
}

.text-grey-lighter {
  --tw-text-opacity: 1;
  color: rgba(242, 242, 242, var(--tw-text-opacity));
}

.text-red {
  --tw-text-opacity: 1;
  color: rgba(255, 42, 45, var(--tw-text-opacity));
}

.text-blue-dark {
  --tw-text-opacity: 1;
  color: rgba(0, 42, 105, var(--tw-text-opacity));
}

.text-blue {
  --tw-text-opacity: 1;
  color: rgba(64, 132, 245, var(--tw-text-opacity));
}

.hover\:text-transparent:hover {
  color: transparent;
}

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

.hover\:text-white:hover {
  --tw-text-opacity: 1;
  color: rgba(255, 255, 255, var(--tw-text-opacity));
}

.hover\:text-red:hover {
  --tw-text-opacity: 1;
  color: rgba(255, 42, 45, var(--tw-text-opacity));
}

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

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

.antialiased {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.opacity-0 {
  opacity: 0;
}

.opacity-80 {
  opacity: 0.8;
}

*, ::before, ::after {
  --tw-shadow: 0 0 #0000;
}

.shadow {
  --tw-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1), 0 1px 2px 0 rgba(0, 0, 0, 0.06);
  -webkit-box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
          box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.shadow-md {
  --tw-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06);
  -webkit-box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
          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 rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05);
  -webkit-box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
          box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.hover\:shadow-md:hover {
  --tw-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06);
  -webkit-box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
          box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

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

.focus\:outline-none:focus {
  outline: 2px solid transparent;
  outline-offset: 2px;
}

*, ::before, ::after {
  --tw-ring-inset: var(--tw-empty,/*!*/ /*!*/);
  --tw-ring-offset-width: 0px;
  --tw-ring-offset-color: #fff;
  --tw-ring-color: rgba(59, 130, 246, 0.5);
  --tw-ring-offset-shadow: 0 0 #0000;
  --tw-ring-shadow: 0 0 #0000;
}

.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,/*!*/ /*!*/);
  -webkit-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);
          filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow);
}

.transition {
  -webkit-transition-property: background-color, border-color, color, fill, stroke, opacity, -webkit-box-shadow, -webkit-transform, -webkit-filter, -webkit-backdrop-filter;
  transition-property: background-color, border-color, color, fill, stroke, opacity, -webkit-box-shadow, -webkit-transform, -webkit-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-box-shadow, -webkit-transform, -webkit-filter, -webkit-backdrop-filter;
  -webkit-transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
          transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  -webkit-transition-duration: 150ms;
          transition-duration: 150ms;
}

@media (min-width: 800px) {
  .md\:order-0 {
    -webkit-box-ordinal-group: 1;
        -ms-flex-order: 0;
            order: 0;
  }

  .md\:order-1 {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }

  .md\:order-2 {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }

  .md\:static {
    position: static;
  }

  .md\:order-1 {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }

  .md\:order-2 {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }

  .md\:order-3 {
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
  }

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

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

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

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

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

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

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

  .md\:mr-6 {
    margin-right: 1.5rem;
  }

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

  .md\:mb-3 {
    margin-bottom: 0.75rem;
  }

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

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

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

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

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

  .md\:block {
    display: block;
  }

  .md\:flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }

  .md\:grid {
    display: grid;
  }

  .md\:hidden {
    display: none;
  }

  .md\:h-4 {
    height: 1rem;
  }

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

  .md\:h-48 {
    height: 12rem;
  }

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

  .md\:w-16 {
    width: 4rem;
  }

  .md\:w-48 {
    width: 12rem;
  }

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

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

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

  .md\:w-1\/5 {
    width: 20%;
  }

  .md\:w-1\/6 {
    width: 16.666667%;
  }

  .md\:w-3\/12 {
    width: 25%;
  }

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

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

  .md\:max-w-sm {
    max-width: 30rem;
  }

  .md\:flex-auto {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 auto;
            flex: 1 1 auto;
  }

  .md\:flex-shrink-0 {
    -ms-flex-negative: 0;
        flex-shrink: 0;
  }

  .md\:flex-grow {
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
  }

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

  .md\:flex-row {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }

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

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

  .md\:justify-center {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }

  .md\:justify-between {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }

  .md\:gap-24 {
    gap: 6rem;
  }

  .md\:overflow-hidden {
    overflow: hidden;
  }

  .md\:border-none {
    border-style: none;
  }

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

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

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

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

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

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

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

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

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

  .md\:text-xs {
    font-size: .6875rem;
  }

  .md\:text-sm {
    font-size: .8125rem;
  }

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

  .md\:text-xl {
    font-size: 1.25rem;
  }

  .md\:text-2xl {
    font-size: 1.4rem;
  }

  .md\:text-3xl {
    font-size: 1.875rem;
  }

  .md\:text-4xl {
    font-size: 2.25rem;
  }

  .md\:text-5xl {
    font-size: 2.625rem;
  }

  .md\:text-7xl {
    font-size: 4.125rem;
  }
}

@media (min-width: 1000px) {
  .lg\:order-0 {
    -webkit-box-ordinal-group: 1;
        -ms-flex-order: 0;
            order: 0;
  }

  .lg\:order-1 {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }

  .lg\:order-2 {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }

  .lg\:order-1 {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }

  .lg\:order-2 {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }

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

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

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

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

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

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

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

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

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

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

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

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

  .lg\:-ml-1 {
    margin-left: -0.25rem;
  }

  .lg\:block {
    display: block;
  }

  .lg\:flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }

  .lg\:hidden {
    display: none;
  }

  .lg\:h-8 {
    height: 2rem;
  }

  .lg\:w-8 {
    width: 2rem;
  }

  .lg\:w-300 {
    width: 18.75rem;
  }

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

  .lg\:flex-nowrap {
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
  }

  .lg\:gap-10 {
    gap: 2.5rem;
  }

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

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

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

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

  .lg\:pt-12 {
    padding-top: 3rem;
  }

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

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

  .lg\:pr-64 {
    padding-right: 16rem;
  }

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

  .lg\:text-sm {
    font-size: .8125rem;
  }

  .lg\:text-base {
    font-size: 1rem;
  }

  .lg\:text-2xl {
    font-size: 1.4rem;
  }

  .lg\:text-4xl {
    font-size: 2.25rem;
  }
}

@media (min-width: 1200px) {
  .xl\:order-0 {
    -webkit-box-ordinal-group: 1;
        -ms-flex-order: 0;
            order: 0;
  }

  .xl\:order-1 {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }

  .xl\:order-2 {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }

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

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

  .xl\:mt-40 {
    margin-top: 10rem;
  }

  .xl\:mr-1 {
    margin-right: 0.25rem;
  }

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

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

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

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

  .xl\:ml-1 {
    margin-left: 0.25rem;
  }

  .xl\:flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }

  .xl\:hidden {
    display: none;
  }

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

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

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

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

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

  .xl\:flex-row {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }

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

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

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

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

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

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

  .xl\:pl-6 {
    padding-left: 1.5rem;
  }

  .xl\:text-sm {
    font-size: .8125rem;
  }

  .xl\:text-base {
    font-size: 1rem;
  }

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

  .xl\:text-2xl {
    font-size: 1.4rem;
  }

  .xl\:text-3xl {
    font-size: 1.875rem;
  }

  .xl\:text-7xl {
    font-size: 4.125rem;
  }
}
