/*!
 * Theme Name: PYR1T3
 * Theme URI: https://keithrodri.co/
 * Description: KR Lite Theme
 * Version: 0.1
 * Author: Keith Rodri
 * Author URI: https://keithrodri.co/
 * Tags: HTML5, CSS3, starter, framework
 *
 */
*,
*:after,
*:before {
  box-sizing: border-box;
}

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, footer .copyright, .services-list li, .em-item-desc, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
  text-decoration: none;
  box-sizing: border-box;
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

body {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
  content: "";
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

*:focus {
  outline: none;
}

/**
 * modules/mixins
 * ---
 */
@font-face {
  font-family: "Inter";
  src: url("fonts/inter-regular-variable.woff2");
  font-weight: 100 900;
  font-style: normal;
}
@font-face {
  font-family: "Archivo";
  src: url("fonts/ArchivoBlack-Regular.woff");
  font-weight: 900;
  font-style: normal;
}
body {
  color: #C0390F;
}

a {
  color: #1f1c1c;
}
a:hover {
  color: #1f1c1c;
}

html {
  font-size: 62.5%;
  -webkit-font-smoothing: antialiased;
}

body {
  font-family: "Inter", sans-serif;
  font-size: 1.4rem;
}

h1, .h1, h2, .h2, .has-placeholder .date span, h3, .h3, h4, .h4, .em-item-title, h5, .h5, h6, .h6, .em-event-location a, .em-event-time, .em-event-date {
  font-weight: 300;
  letter-spacing: 0rem;
  font-family: "Inter", sans-serif;
}

section .h1, section .h2, section .has-placeholder .date span, .has-placeholder .date section span, section .h3, section .h4, section .em-item-title, section .h5, section .h6, section .em-event-location a, .em-event-location section a, section .em-event-time, section .em-event-date {
  margin-bottom: 0;
}

h1, .h1 {
  font-family: "Archivo", sans-serif;
  font-size: 11vw;
  line-height: 80%;
  margin: 0 0 50px;
  font-weight: 900;
  text-transform: none;
  letter-spacing: -0.3vw;
  color: #ECE9DA;
}
.h1-minor {
  width: 65%;
  display: block;
}
.h1-minor span {
  font-size: 8vw;
}

@media (max-width: 1000px) {
  .h1-minor {
    width: 100%;
  }
  .h1-minor span {
    font-size: 10vw;
  }
}
h2, .h2, .has-placeholder .date span {
  font-family: "Archivo", sans-serif;
  font-size: 4.5vw;
  line-height: 110%;
  font-weight: 700;
  color: #ECE9DA;
}
@media (max-width: 1000px) {
  h2, .h2, .has-placeholder .date span {
    font-size: 7vw;
  }
}

h3, .h3 {
  font-family: "Archivo", sans-serif;
  font-size: clamp(2.8rem, 1.5vw, 3.6rem);
  line-height: 120%;
  font-weight: 500;
}
@media (max-width: 1000px) {
  h3, .h3 {
    font-size: clamp(2rem, 1.6vw, 1rem);
  }
}
h4, .h4, .em-item-title {
  font-size: 1.8vw;
  line-height: 115%;
  font-weight: 600;
  letter-spacing: 0.3vw;
  text-transform: uppercase;
  margin-bottom: 1vw;
}
@media (max-width: 1000px) {
  h4, .h4, .em-item-title {
    font-size: 3.5vw;
  }
}

h5, .h5 {
  font-size: 1.8rem;
  line-height: 120%;
  text-transform: none;
  font-weight: 500;
  letter-spacing: 0;
}
@media (max-width: 1200px) {
  h5, .h5 {
    font-size: 1.8rem;
  }
}
@media (max-width: 1000px) {
  h5, .h5 {
    font-size: 1.6rem;
  }
}
@media (max-width: 700px) {
  h5, .h5 {
    font-size: 1.5rem;
  }
}

h6, .h6, .em-event-location a, .em-event-time, .em-event-date {
  font-size: 1.4rem;
  line-height: 120%;
  letter-spacing: 0.5px;
  text-transform: uppercase;
  font-weight: 700;
}

p, footer .copyright, .services-list li, .em-item-desc, .p {
  font-size: 1.2vw;
  line-height: 140%;
  font-weight: 700;
}
@media (max-width: 1200px) {
  p, footer .copyright, .services-list li, .em-item-desc, .p {
    font-size: 1.5vw;
  }
}
@media (max-width: 1000px) {
  p, footer .copyright, .services-list li, .em-item-desc, .p {
    font-size: 2.5vw;
  }
}
@media (max-width: 700px) {
  p, footer .copyright, .services-list li, .em-item-desc, .p {
    font-size: 3.5vw;
  }
}

p, footer .copyright, .services-list li, .em-item-desc, .p {
  margin-bottom: 20px;
}

span {
  margin-bottom: 0;
}

p.major, footer .major.copyright, .services-list li.major, .em-item-desc, .p.major, span.major {
  font-family: "Archivo", sans-serif;
  font-size: 2.2vw;
  line-height: 120%;
  margin-bottom: 15px;
  font-weight: 500;
  color: #ECE9DA;
}
@media (max-width: 1000px) {
  p.major, footer .major.copyright, .services-list li.major, .em-item-desc, .p.major, span.major {
    font-size: 5.2vw;
  }
}

p.minor, footer .minor.copyright, .services-list li.minor, .minor.em-item-desc, span.minor {
  font-size: 1.2rem;
}

p a, footer .copyright a, .services-list li a, .em-item-desc a, span a, li a {
  font-weight: 700;
  text-decoration: underline;
  letter-spacing: 0.5px;
}
p a:hover, footer .copyright a:hover, .em-item-desc a:hover, span a:hover, li a:hover {
  color: #1f1c1c;
}

strong {
  font-weight: 900;
}

li {
  font-size: 1.5rem;
  font-family: #C0390F;
  font-weight: 700;
  position: relative;
  letter-spacing: 0.5px;
  line-height: 2.3rem;
  margin-bottom: 25px;
}
@media (max-width: 700px) {
  li {
    font-size: 1.4rem;
    font-weight: 400;
  }
}

ul.bullets li {
  padding-left: 20px;
}
ul.bullets li::before {
  content: "";
  display: block;
  position: absolute;
  width: 7px;
  height: 7px;
  left: 0;
  top: 10px;
  transform: translateY(-50%);
  border-radius: 20px;
  background-color: #1f1c1c;
}
@media (max-width: 700px) {
  ul.bullets li {
    padding-left: 15px;
  }
  ul.bullets li::before {
    width: 6px;
    height: 6px;
    top: 12px;
    border: 1.5px solid #000;
  }
}

ul.bullets li::before {
  border-color: #1f1c1c;
}

html {
  min-height: 100%;
  position: relative;
  overflow-x: hidden;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

body {
  background-color: #1f1c1c;
  margin: 0 auto;
  min-height: 100vh;
  position: relative;
}

.container {
  position: relative;
  display: block;
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: flex-start;
  margin: 0 auto;
  width: 100%;
  max-width: 2700px;
  padding: 0 5vw;
}
@media (max-width: 1000px) {
  .container {
    padding: 0 5vw;
  }
}
@media (max-width: 700px) {
  .container {
    padding: 0 3vw;
  }
}

main {
  min-height: 75vh;
}

section {
  width: 100%;
  position: relative;
}

iframe {
  margin: 0 auto;
  display: block;
}

img {
  max-width: 100%;
}

*:focus {
  outline: none;
}

::selection {
  background-color: rgba(31, 28, 28, 0.3);
  text-shadow: none;
}

.underline {
  text-decoration: underline;
}

.imgMaskRevealUp {
  clip-path: polygon(0 0%, 100% 0%, 100% 0%, 0 0%); /* Initial state fully masks the image */
  overflow: hidden;
  position: relative;
}

.imgMaskRevealUp img {
  transform: scale(1.05);
}

.reveal-text-by-line .words {
  /* border: 1px solid red; */
}
.reveal-text-by-line .line {
  overflow: hidden;
  display: inline-block;
  vertical-align: top;
}
.reveal-text-by-line .word, .reveal-text-by-line .whitespace {
  display: inline-block;
}

.flex-col-rev {
  display: flex;
  flex-direction: column-reverse;
}

.flex-row-rev {
  display: flex;
  flex-direction: row-reverse;
}

.hide {
  font-size: 0;
  opacity: 0;
  pointer-events: none;
}

.hidden {
  display: none !important;
}

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

.grain-texture {
  position: absolute;
  display: block;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  margin: 0;
  background-image: url("img/grain.png");
  background-repeat: repeat;
  background-size: 130px;
  opacity: 0.2;
  z-index: 100;
  pointer-events: none;
}

.fw-img {
  width: 100%;
}

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

.no-scroll {
  position: relative !important;
  overflow-y: hidden !important;
  height: 100vh !important;
}

:root {
  --br-scale: 0.15rem;
  --br-xs: var(--br-scale);
  --br-sm: calc(var(--br-scale) * 2);
  --br-md: calc(var(--br-scale) * 4);
  --br-lg: calc(var(--br-scale) * 10);
  --br-xl: calc(var(--br-scale) * 20);
}
@media (max-width: 600px) {
  :root {
    --br-md: calc(var(--br-scale) * 3);
    --br-lg: calc(var(--br-scale) * 4);
    --br-xl: calc(var(--br-scale) * 10);
  }
}

.test {
  border-radius: var(--br-xs);
  border-radius: var(--br-lg);
}

.mix-multiply {
  mix-blend-mode: multiply;
}

.mix-darken {
  mix-blend-mode: darken;
}

.mix-screen {
  mix-blend-mode: screen;
}

.mix-lighten {
  mix-blend-mode: lighten;
}

.mix-overlay {
  mix-blend-mode: overlay;
}

.mix-softlight {
  mix-blend-mode: soft-light;
}

.justified {
  text-align: justify;
}

.clear:before, .clear:after {
  content: " ";
  display: table;
}
.clear:after {
  clear: both;
}

/* Slider */
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0;
}
.slick-list:focus {
  outline: none;
}
.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.slick-track:before, .slick-track:after {
  content: "";
  display: table;
}
.slick-track:after {
  clear: both;
}
.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none;
}
[dir=rtl] .slick-slide {
  float: right;
}
.slick-slide img {
  display: block;
}
.slick-slide.slick-loading img {
  display: none;
}
.slick-slide.dragging img {
  pointer-events: none;
}
.slick-initialized .slick-slide {
  display: block;
}
.slick-loading .slick-slide {
  visibility: hidden;
}
.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
  display: none;
}

.slick-slider {
  position: relative;
  width: 100%;
}
.slick-slider .slick-dots {
  display: flex;
  justify-content: center;
}
.slick-slider .slick-dots button {
  outline-width: 0 !important;
  transition: 300ms;
  border: 0px solid #fff;
  display: inline-block;
  width: 10px;
  height: 10px;
  font-size: 0;
  padding: 0;
  border-radius: 50%;
  background-color: transparent;
  border: 2px solid #C0390F;
  margin: 10px;
  margin-left: 0;
}
.slick-slider .slick-dots .slick-active button {
  background-color: #C0390F;
}
.slick-slider .slick-next, .slick-slider .slick-prev {
  position: absolute;
  top: 0px;
  bottom: 0px;
  font-size: 0;
  background: transparent;
  border: 0px solid transparent;
  transition: 300ms;
  background: center/contain no-repeat;
  width: 25px;
  height: 25px;
}
.slick-slider .slick-next {
  background-image: url("img/icons/arrow-right.svg");
  right: 0px;
}
.slick-slider .slick-prev {
  background-image: url("img/icons/arrow-left.svg");
  left: 0px;
}

.splide img {
  transform: scale(1.1);
  transition: 2400ms cubic-bezier(0.25, 1, 0.5, 1);
}
.splide .is-active img {
  transform: scale(1);
}
.splide.content-slider img {
  transform: scale(1.1);
  transition: 2400ms cubic-bezier(0.25, 1, 0.5, 1);
}
.splide.content-slider .is-active img {
  transform: scale(1);
}
.splide[data-pagination=true] {
  margin-bottom: 2rem;
}
.splide .splide__pagination {
  transform: translateY(200%);
}
.splide .splide__pagination li button {
  border: 1px solid #1f1c1c;
  opacity: 1;
  transform: scale(1);
  background-color: transparent;
  border: 1px solid #C0390F !important;
  width: 10px;
  height: 10px;
}
.splide .splide__pagination li button.is-active {
  transform: scale(1);
  background-color: #C0390F;
}
.splide .splide__arrows {
  width: 100%;
}
.splide button.splide__arrow {
  border-radius: 0;
  background-color: #1f1c1c;
  opacity: 1;
  bottom: 0;
  top: auto;
  transform: translateY(0);
  width: 40px;
  height: 40px;
}
.splide button.splide__arrow svg {
  fill: #C0390F;
}
.splide .splide__arrow--prev {
  left: auto;
  right: 40px;
}
.splide .splide__arrow--next {
  left: auto;
  right: 0;
}

.flex-row-rev .splide__arrow--prev {
  left: 0;
  right: 40px;
}
.flex-row-rev .splide__arrow--next {
  left: 40px;
  right: auto;
}

html.lenis {
  height: auto;
}

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

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

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

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

section.event-list {
  margin: 60px auto;
}

.event-intro {
  display: flex;
  flex-direction: column;
  gap: 20px;
  margin: 0 auto 40px;
  text-align: center;
  max-width: 900px;
}

.em-view-container {
  position: relative;
  width: 100%;
}

.em-event.em-item {
  display: flex;
  flex-direction: row;
  gap: 10vw;
  align-items: center;
  border-bottom: 1px solid rgba(192, 57, 15, 0.2);
  padding: 40px 0;
}

.em-item-image {
  display: block;
  width: 25%;
  background-color: rgba(192, 57, 15, 0.2);
  min-width: 350px;
  min-height: 200px;
}
.em-item-image img {
  display: block;
  width: 100%;
  height: auto;
}

.has-placeholder {
  text-align: center;
  display: flex;
  align-items: center;
  flex-direction: column;
  justify-content: center;
  padding-bottom: 1.6rem;
}
.em-item-info {
  width: 100%;
  max-width: 850px;
}

.em-item-title {
  pointer-events: none;
}

.em-event-meta.em-item-meta {
  margin: 24px 0;
}

.em-event-time, .em-event-date {
  display: inline-block;
  margin-right: 10px;
}

.em-event-location a {
  display: block;
  pointer-events: none;
  color: rgba(192, 57, 15, 0.5);
  margin-top: 0.8rem;
}

.em-item-desc {
  margin-bottom: 0;
}

.em-item-read-more {
  display: none;
  pointer-events: none;
}

@media (max-width: 1000px) {
  .em-item-image {
    min-width: 250px;
  }
  .em-event.em-item {
    align-items: flex-start;
    gap: 2.4rem;
  }
  .em-item-desc {
    font-size: clamp(1.4rem, 1vw, 1.8rem);
  }
}
@media (max-width: 700px) {
  .em-event.em-item {
    flex-direction: column;
  }
  .em-item-image {
    min-width: 100%;
  }
}
.splide__container {
  box-sizing: border-box;
  position: relative;
}

.splide__list {
  backface-visibility: hidden;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  margin: 0 !important;
  padding: 0 !important;
}

.splide.is-initialized:not(.is-active) .splide__list {
  display: block;
}

.splide__pagination {
  -ms-flex-align: center;
  align-items: center;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-pack: center;
  justify-content: center;
  margin: 0;
  pointer-events: none;
}

.splide__pagination li {
  display: inline-block;
  line-height: 1;
  list-style-type: none;
  margin: 0;
  pointer-events: auto;
}

.splide:not(.is-overflow) .splide__pagination {
  display: none;
}

.splide__progress__bar {
  width: 0;
}

.splide {
  position: relative;
  visibility: hidden;
}

.splide.is-initialized, .splide.is-rendered {
  visibility: visible;
}

.splide__slide {
  backface-visibility: hidden;
  box-sizing: border-box;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  list-style-type: none !important;
  margin: 0;
  position: relative;
}

.splide__slide img {
  vertical-align: bottom;
}

.splide__spinner {
  animation: splide-loading 1s linear infinite;
  border: 2px solid #999;
  border-left-color: transparent;
  border-radius: 50%;
  bottom: 0;
  contain: strict;
  display: inline-block;
  height: 20px;
  left: 0;
  margin: auto;
  position: absolute;
  right: 0;
  top: 0;
  width: 20px;
}

.splide__sr {
  clip: rect(0 0 0 0);
  border: 0;
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}

.splide__toggle.is-active .splide__toggle__play, .splide__toggle__pause {
  display: none;
}

.splide__toggle.is-active .splide__toggle__pause {
  display: inline;
}

.splide__track {
  overflow: hidden;
  position: relative;
  z-index: 0;
}

@keyframes splide-loading {
  0% {
    transform: rotate(0);
  }
  to {
    transform: rotate(1turn);
  }
}
.splide__track--draggable {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.splide__track--fade > .splide__list > .splide__slide {
  margin: 0 !important;
  opacity: 0;
  z-index: 0;
}

.splide__track--fade > .splide__list > .splide__slide.is-active {
  opacity: 1;
  z-index: 1;
}

.splide--rtl {
  direction: rtl;
}

.splide__track--ttb > .splide__list {
  display: block;
}

.splide__arrow {
  -ms-flex-align: center;
  align-items: center;
  background: #ccc;
  border: 0;
  border-radius: 50%;
  cursor: pointer;
  display: -ms-flexbox;
  display: flex;
  height: 2em;
  -ms-flex-pack: center;
  justify-content: center;
  opacity: 0.7;
  padding: 0;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 2em;
  z-index: 1;
}

.splide__arrow svg {
  fill: #000;
  height: 1.2em;
  width: 1.2em;
}

.splide__arrow:hover:not(:disabled) {
  opacity: 0.9;
}

.splide__arrow:disabled {
  opacity: 0.3;
}

.splide__arrow:focus-visible {
  outline: 3px solid #0bf;
  outline-offset: 3px;
}

.splide__arrow--prev {
  left: 1em;
}

.splide__arrow--prev svg {
  transform: scaleX(-1);
}

.splide__arrow--next {
  right: 1em;
}

.splide.is-focus-in .splide__arrow:focus {
  outline: 3px solid #0bf;
  outline-offset: 3px;
}

.splide__pagination {
  bottom: 0.5em;
  left: 0;
  padding: 0 1em;
  position: absolute;
  right: 0;
  z-index: 1;
}

.splide__pagination__page {
  background: #ccc;
  border: 0;
  border-radius: 50%;
  display: inline-block;
  height: 8px;
  margin: 3px;
  opacity: 0.7;
  padding: 0;
  position: relative;
  transition: transform 0.2s linear;
  width: 8px;
}

.splide__pagination__page.is-active {
  background: #fff;
  transform: scale(1.4);
  z-index: 1;
}

.splide__pagination__page:hover {
  cursor: pointer;
  opacity: 0.9;
}

.splide__pagination__page:focus-visible {
  outline: 3px solid #0bf;
  outline-offset: 3px;
}

.splide.is-focus-in .splide__pagination__page:focus {
  outline: 3px solid #0bf;
  outline-offset: 3px;
}

.splide__progress__bar {
  background: #ccc;
  height: 3px;
}

.splide__slide {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

.splide__slide:focus {
  outline: 0;
}

@supports (outline-offset: -3px) {
  .splide__slide:focus-visible {
    outline: 3px solid #0bf;
    outline-offset: -3px;
  }
}
@media screen and (-ms-high-contrast: none) {
  .splide__slide:focus-visible {
    border: 3px solid #0bf;
  }
}
@supports (outline-offset: -3px) {
  .splide.is-focus-in .splide__slide:focus {
    outline: 3px solid #0bf;
    outline-offset: -3px;
  }
}
@media screen and (-ms-high-contrast: none) {
  .splide.is-focus-in .splide__slide:focus {
    border: 3px solid #0bf;
  }
  .splide.is-focus-in .splide__track > .splide__list > .splide__slide:focus {
    border-color: #0bf;
  }
}
.splide__toggle {
  cursor: pointer;
}

.splide__toggle:focus-visible {
  outline: 3px solid #0bf;
  outline-offset: 3px;
}

.splide.is-focus-in .splide__toggle:focus {
  outline: 3px solid #0bf;
  outline-offset: 3px;
}

.splide__track--nav > .splide__list > .splide__slide {
  border: 3px solid transparent;
  cursor: pointer;
}

.splide__track--nav > .splide__list > .splide__slide.is-active {
  border: 3px solid #000;
}

.splide__arrows--rtl .splide__arrow--prev {
  left: auto;
  right: 1em;
}

.splide__arrows--rtl .splide__arrow--prev svg {
  transform: scaleX(1);
}

.splide__arrows--rtl .splide__arrow--next {
  left: 1em;
  right: auto;
}

.splide__arrows--rtl .splide__arrow--next svg {
  transform: scaleX(-1);
}

.splide__arrows--ttb .splide__arrow {
  left: 50%;
  transform: translate(-50%);
}

.splide__arrows--ttb .splide__arrow--prev {
  top: 1em;
}

.splide__arrows--ttb .splide__arrow--prev svg {
  transform: rotate(-90deg);
}

.splide__arrows--ttb .splide__arrow--next {
  bottom: 1em;
  top: auto;
}

.splide__arrows--ttb .splide__arrow--next svg {
  transform: rotate(90deg);
}

.splide__pagination--ttb {
  bottom: 0;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  left: auto;
  padding: 1em 0;
  right: 0.5em;
  top: 0;
}

.loader {
  position: absolute;
  left: 0;
  top: 0;
  display: block;
  width: 100%;
  height: 100%;
  background-color: #C0390F;
  z-index: 100;
  pointer-events: none;
  animation-duration: 1.5s;
  animation-delay: 500ms;
  animation-name: loader;
  animation-fill-mode: forwards;
  animation-timing-function: ease-out;
}

@keyframes loader {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
body {
  background-color: #C0390F;
}
body .container {
  transform: scale(1.1);
  animation-duration: 2s;
  animation-delay: 200ms;
  animation-name: loaderscale;
  animation-fill-mode: forwards;
  animation-timing-function: cubic-bezier(0.22, 1, 0.36, 1);
}

@keyframes loaderscale {
  from {
    transform: scale(1.1);
  }
  to {
    transform: scale(1);
  }
}
header, nav ul {
  display: flex;
  flex-direction: row;
  align-items: center;
}

header {
  width: 100%;
  padding: 3vw 0;
  flex: row;
  justify-content: space-between;
}
header ul {
  gap: 20px;
}
header li {
  margin-bottom: 0;
}
header ul a {
  text-transform: uppercase;
  font-weight: 900;
  letter-spacing: 0.1vw;
  text-underline-offset: 4px;
  text-decoration-thickness: 2px;
  transition: color 150ms;
}
header ul a:hover {
  color: #ECE9DA;
}
@media (max-width: 1000px) {
  header nav ul {
    align-items: flex-end;
  }
  header li a {
    font-size: 3.5vw;
  }
  header img {
    max-width: 20vw;
    min-width: 100px;
  }
}
.masthead {
  color: #ECE9DA;
}
.masthead .h1-major {
  margin-top: 130px;
  display: block;
  margin-bottom: -4vw;
}
.masthead .line {
  margin-bottom: 2vw;
}

.masthead-columns {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}
@media (max-width: 1000px) {
  .masthead-columns {
    flex-direction: column;
  }
}

@media (max-width: 1200px) {
  .masthead .h1-major {
    margin-bottom: -6vw;
  }
}
@media (max-width: 1000px) {
  .masthead {
    min-height: 50vh;
    height: auto;
  }
  .masthead .h1-major {
    margin-top: 100px;
    margin-bottom: -2vw;
  }
  .masthead .line {
    margin-bottom: 3vw;
  }
}
@media (max-width: 700px) {
  .masthead .h1-major {
    margin-bottom: -1.5vw;
  }
}
@media (max-width: 556px) {
  .masthead .h1-major {
    margin-bottom: 0vw;
  }
}
.intro {
  width: 34%;
  color: #1f1c1c;
  margin-top: 4vw;
}
@media (max-width: 1000px) {
  .intro {
    margin-top: 5vw;
    width: 100%;
  }
}

.tracked {
  letter-spacing: 0.1vw;
}

.stand-with {
  margin: 15vw 0;
}
.looping-text {
  width: 100%;
  margin: 8vw auto;
}

@media (max-width: 1000px) {
  .looping-text {
    margin: 8vw auto 18vw;
  }
}
.we-believe {
  font-size: 2.3vw;
  font-weight: 500;
  letter-spacing: 0.2vw;
  line-height: 220%;
  text-transform: uppercase;
  margin: 10vh auto 5vh;
}
@media (max-width: 1000px) {
  .we-believe {
    font-size: 3.3vw;
    margin: 5vw auto 2vw;
  }
}

.services {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  margin-bottom: 20vw;
}

.services-heading {
  position: sticky;
  top: 10vh;
  width: 36vw;
  align-self: flex-start;
}
.services-heading p, .services-heading footer .copyright, footer .services-heading .copyright, .services-heading .services-list li, .services-list .services-heading li, .services-heading .em-item-desc {
  color: #ECE9DA;
  font-weight: 400;
  margin-top: 40px;
}

.services-list {
  width: 38%;
  margin-top: 30vw;
}
.services-list li {
  font-weight: 300;
  color: #ECE9DA;
  margin-bottom: 30px;
  position: relative;
}
.services-list li::before {
  content: "*";
  position: absolute;
  left: -1.8vw;
  top: 0.2vw;
  font-size: 2vw;
  font-weight: 800;
}

@media (max-width: 1000px) {
  .services {
    flex-direction: column;
  }
  .services-heading {
    position: relative;
    width: 100%;
  }
  .services-list {
    width: 100%;
    margin-top: 18vw;
  }
  .services-list li::before {
    content: "*";
    position: absolute;
    left: -1.8vw;
    top: 0.2vw;
    font-size: 2vw;
    font-weight: 800;
  }
}
.overflow-box {
  width: 100%;
  height: 6vw;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  position: relative;
}

.text-item {
  position: absolute;
  top: 100%;
  line-height: 100%;
}

@media (max-width: 1000px) {
  .overflow-box {
    height: 10vw;
  }
}
.infinity-carousel {
  margin: 3vw auto;
}

.splide__list li {
  overflow: hidden;
}
.splide__list img {
  height: 30vw;
}
@media (max-width: 1000px) {
  .splide__list img {
    height: 50vw;
  }
}

.line {
  position: relative;
  overflow: hidden;
  display: flex;
}

.line .words span {
  transform: translateY(100%);
}

.text-char-split {
  padding-bottom: 2vw;
  overflow-y: hidden;
}

.char {
  display: inline-block;
}

hr {
  width: 0%;
  border: 0;
  border-bottom: 5px solid #C0390F;
  margin: 10vw 0;
}
@media (max-width: 1000px) {
  hr {
    border-bottom: 3px solid #C0390F;
    margin: 10vw 0;
  }
}

footer {
  padding: 10vw 0 3vw;
}
footer .h1 {
  margin-bottom: 0;
}
footer hr {
  margin: 200px 0 50px;
  border-color: #1f1c1c;
}
footer img {
  margin: 0 auto 0px;
  width: 28vw;
  min-width: 300px;
}
footer .copyright {
  color: #1f1c1c;
  font-size: 1vw;
  letter-spacing: 0.1vw;
  margin-left: auto;
  margin-top: -1.5vw;
}

.lets-connect {
  position: relative;
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
}

.contact-info {
  margin-left: auto;
  text-align: right;
}
.contact-info li:nth-last-child(1) {
  margin-bottom: 1vw;
}
.contact-info a {
  color: #ECE9DA;
  transform: 150ms;
  text-decoration: none;
  font-size: 1.2vw;
  letter-spacing: 0.1vw;
  text-transform: uppercase;
}
.contact-info a:hover {
  color: #1f1c1c;
}

@media (max-width: 1000px) {
  .contact-info {
    margin-left: 0;
    margin-top: 0;
    text-align: left;
    margin-top: 7vw;
  }
  .contact-info a {
    font-size: 3vw;
    letter-spacing: 0.3vw;
  }
  .lets-connect {
    flex-direction: column;
    align-self: flex-start;
    align-items: flex-start;
  }
  footer .h1 {
    font-size: 16vw;
  }
  footer img {
    margin: 0 auto 0px;
    width: 44vw;
  }
  footer .copyright {
    margin: 10px auto;
    font-size: 1.5rem;
    margin-top: 30px;
    letter-spacing: 2px;
  }
  footer hr {
    margin: 10vw 0;
    -top: 100px;
  }
}
