:root {
    @main-font: Montserrat, sans-serif;
@content-font: Roboto, sans-serif;
@h3-font: 'Kaushan Script', cursive;
--primary: #ff5c7c;
--defText: #0d0d0d;
--defAccent: #ff5c7c;
}

body {
  margin: 0;
  font-family: Helvetica, sans-serif;
}

.contentBox {
  padding: 25px 0px;
  min-height: 100vh;
  background-color: rgba(255, 255, 255, 0.9);
}

a {
  color: var(--defText);
}

/* header */

.header {
  position: fixed;
  width: 100%;
  z-index: 3;
  background-color: #fff;
    border-bottom: 1px solid rgb(157, 157, 157);
}

.header ul {
  margin: 0;
  padding: 0;
  list-style: none;
  overflow: hidden;
}

.header li a {
  display: block;
  padding: 30px 30px;
  text-decoration: none;
  font-size: 1.4em;
  color: var(--defText);
}

.header .logo {
  display: block;
  float: left;
  font-size: 2em;
  padding: 20px 25px;
  text-decoration: none;
}

.img {
    padding:0px;
    border:0px;
    margin:-2px;
}

/* menu */

.header .menu {
  clear: both;
  max-height: 0;
  transition: max-height .2s ease-out;
}

/* menu icon */

.header .menu-icon {
  cursor: pointer;
  display: inline-block;
  float: right;
  padding: 35px 25px;
  position: relative;
  user-select: none;
}

.header .menu-icon .navicon {
  background: var(--defText);
  display: block;
  height: 3px;
  position: relative;
  transition: background .2s ease-out;
  width: 30px;
}

.header .menu-icon .navicon:before,
.header .menu-icon .navicon:after {
  background: var(--defText);
  content: '';
  display: block;
  height: 100%;
  position: absolute;
  transition: all .2s ease-out;
  width: 100%;
}

.header .menu-icon .navicon:before {
  top: 10px;
}

.header .menu-icon .navicon:after {
  top: -10px;
}

/* menu btn */

.header .menu-btn {
  display: none;
}

.header .menu-btn:checked ~ .menu {
  max-height: 240px;
}

.header .menu-btn:checked ~ .menu-icon .navicon {
  background: transparent;
}

.header .menu-btn:checked ~ .menu-icon .navicon:before {
  transform: rotate(-45deg);
}

.header .menu-btn:checked ~ .menu-icon .navicon:after {
  transform: rotate(45deg);
}

.header .menu-btn:checked ~ .menu-icon:not(.steps) .navicon:before,
.header .menu-btn:checked ~ .menu-icon:not(.steps) .navicon:after {
  top: 0;
}

/* 48em = 768px */

@media (min-width: 50em) {
  .header li {
    float: left;
  }
  .header li a {
    padding: 34px 30px;
  }
  .header .menu {
    clear: none;
    float: none;
    max-height: none;
  }
  .header .menu-icon {
    display: none;
    padding: 34px 30px;
  }
}


/*-- -------------------------- -->
<---          Gallery           -->
<--- -------------------------- -*/

/* Mobile - 360px */
@media only screen and (min-width: 0rem) {
    #gallery-1446 {
        padding: var(--sectionPadding);
    }
    #gallery-1446 .cs-container {
        width: 100%;
        max-width: none;
        margin: auto;
        display: flex;
        flex-direction: column;
        align-items: center;
        /* 48px - 64px */
        gap: clamp(3rem, 6vw, 4rem);
        position: relative;
    }
    #gallery-1446 .cs-content {
        text-align: left;
        width: 100%;
        display: flex;
        flex-direction: row;
        justify-content: space-between;
        align-items: flex-end;
        gap: 1.5rem;
    }
    #gallery-1446 .cs-title {
        margin: 0;
    }
    #gallery-1446 .cs-gallery {
        width: 100%;
        padding: 0;
        margin: 0;
        display: grid;
        grid-template-columns: repeat(auto-fit, minmax(min(40rem, 100%), 1fr));
        /* 16px - 20px */
        gap: clamp(1rem, 1.5vw, 1.25rem);
        position: relative;
    }
    #gallery-1446 .cs-image {
    border: 3px solid rgb(255, 255, 255);
    box-shadow: 0 4px 10px rgba(14, 14, 14, 0.2);
    border-radius: 0.8rem;
    overflow: hidden;
    display: block;
    position: relative;
    }
    #gallery-1446 .cs-image img {
    width: 100%;
    height: auto;
    display: block;
    }
}
/* 2 columns around 35% of 1900px */
@media only screen and (min-width: 65rem) {
    #gallery-1446 .cs-gallery {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

/*-- -------------------------- -->
<---            FAQ             -->
<--- -------------------------- -*/



.help-menu {
  padding: 3rem 1rem;
  text-align: center;
}

.help-menu h2 {
  margin: 0 0 3rem;
  color: var(--defText);
  font-size: clamp(1.5rem, 3vw, 2rem);
  font-weight: 600;
}

.help-links {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1.25rem 3rem;
  max-width: 1050px;
  margin: 0 auto;
}

.help-links a {
  color: var(--defText);
  text-decoration: none;
  font-weight: 700;
  font-size: 1rem;
  text-transform: uppercase;
}

.help-links a:hover {
  text-decoration: underline;
}

/* Mobile */
@media only screen and (max-width: 700px) {
  .help-links {
    grid-template-columns: 1fr;
    gap: 1rem;
  }
}






/* Mobile - 360px */
@media only screen and (min-width: 0rem) {
    #faq-1261 {
        padding: var(--sectionPadding);
        position: relative;
        overflow: hidden;
        z-index: 1;
    }
    #faq-1261 .cs-container {
        width: 100%;
        /* chnages to 1280px at desktop */
        max-width: 36.5rem;
        margin: auto;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        /* 40px - 48px */
        gap: clamp(2.5rem, 5vw, 3rem);
    }
    #faq-1261 .cs-content {
        /* set text align to left if content needs to be left aligned */
        text-align: center;
        width: 100%;
        display: flex;
        flex-direction: column;
        /* centers content horizontally, set to flex-start to left align */
        align-items: center;
        padding-top: clamp(2.5rem, 3vw, 2.6rem);
    }

    #faq-1261 .cs-title {
        margin: 0;
        color: var(--defText);
        font-size: 2.6em;
        font-weight: 500;
    }
    #faq-1261 .cs-title2 {
    text-align: center;
    width: 100%;
        color: var(--defAccent);
        font-size: 1.5em;
        font-weight: 400;
}
    #faq-1261 .cs-wrapper {
    width: 100%;
        display: flex;
        flex-direction: column;
        justify-content: space-between;
        /* 16px - 20px */
        gap: clamp(1.5rem, 2.9vw, 2rem);
    }
    #faq-1261 .cs-faq-group {
    padding: 0;
    margin: 0;
    list-style: none;
    display: flex;
    flex-direction: column;
    gap: 0.9rem;
    }
    #faq-1261 .cs-faq-item {
    width: 100%;
    list-style: none;
    }
    #faq-1261 .cs-faq-item.active .cs-button {
        color: var(--primary);
    }
    #faq-1261 .cs-faq-item.active .cs-button:before {
    content: "−";
    }
    #faq-1261 .cs-faq-item.active .cs-button:after {
        background-color: var(--primary);
        transform: rotate(-315deg);
    }
    #faq-1261 .cs-faq-item.active .cs-item-p {
    height: auto;
    opacity: 1;
    padding: 1rem 1.25rem 2rem 1.25rem;
    }
    #faq-1261 .cs-faq-item.active .cs-item-p:before {
        /* border top */
        content: "";
        height: 1px;
        background: #7d799c;
        opacity: 1;
        position: absolute;
        display: block;
        top: 0;
        left: 1.5rem;
        right: 1.5rem;
    }
    #faq-1261 .cs-button {
    width: 100%;
    border: none;
    background: #f1f1f1;
    color: #111;
    padding: 1rem 1.25rem;
    font-size: 1rem;
    font-weight: 600;
    text-align: left;
    display: flex;
    align-items: center;
    gap: 0.75rem;
    cursor: pointer;
    }
    #faq-1261 .cs-button:hover {
        cursor: pointer;
    }
    #faq-1261 .cs-button:before {
    content: "+";
    font-size: 1.6rem;
    line-height: 1;
    font-weight: 700;
    color: #111;
    }
    #faq-1261 .cs-button:after {
        /* right line */
        content: "";
        width: 0.5rem;
        height: 0.125rem;
        background-color: var(--bodyTextColorWhite);
        opacity: 1;
        border-radius: 50%;
        position: absolute;
        display: block;
        top: 67%;
        right: 1rem;
        transform: rotate(-45deg);
        /* animate the transform from the right side of the x axis, and the center of the y */
        transform-origin: right center;
        transition: transform 0.5s;
    }
    #faq-1261 .cs-button-text {
        width: 90%;
        padding: 0;
        display: block;
    }
    #faq-1261 .cs-item-p {
    height: 0;
    margin: 0;
    padding: 0 1.25rem;
    overflow: hidden;
    opacity: 0;
    color: var(--defText);
        background: #ffffff;
    font-size: 1rem;
    line-height: 1.6;
    transition:
        height 0.3s ease,
        opacity 0.3s ease,
        padding 0.3s ease;
    }
    #faq-1261 .cs-background {
        width: 100%;
        height: 100%;
        position: absolute;
        top: 0;
        left: 0;
        z-index: -1;
    }
    #faq-1261 .cs-background img {
        width: 100%;
        height: 100%;
        object-fit: cover;
        position: absolute;
        top: 0;
        left: 0;
    }
}
/* tablet - 768px */
@media only screen and (min-width: 48rem) {
    #faq-1261 .cs-container {
        max-width: 80rem;
    }
    #faq-1261 .cs-wrapper {
        flex-direction: row;
        align-items: flex-start;
        width: 100%;
    }
    #faq-1261 .cs-faq-group {
        flex: 1 1 0;
        min-width: 0;
    }
}

                                

/* UNI-hud */

.uniHud-section {
  padding: clamp(3rem, 6vw, 5rem) 1rem;
  font-family: Helvetica, Arial, sans-serif;
}

.uniHud-container {
  width: 100%;
  max-width: 1130px;
  margin: 0 auto;
  text-align: center;
}

.uniHud-title {
  margin: 0 0 2rem;
  font-size: clamp(1.8rem, 3vw, 2.2rem);
  font-weight: 400;
  line-height: 1.2;
  color: var(--defText);
        font-size: 2.6em;
        font-weight: 500;
}


.uniHud-topGrid,
.uniHud-bottomGrid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 1rem clamp(2rem, 5vw, 4rem); /* row gap | column gap */
  align-items: start;
}

.uniHud-textBlock h3 {
  margin: 0 0 1.25rem;
  font-size: clamp(1.25rem, 2.2vw, 1.45rem);
  font-weight: 400;
  line-height: 1.2;
  color: var(--defAccent);
}

.uniHud-bottomGrid .uniHud-textBlock h3 {
  color: var(--defAccent);
}

.uniHud-textBlock p {
  margin: 0 0 1.1rem;
  color: var(--defText);
  font-size: 1rem;
  line-height: 1.45;
}

.uniHud-videoRow {
  position: relative;
  width: fit-content;
  max-width: 100%;
  margin: 1rem auto 2.5rem;
}

.uniHud-video {
  position: relative;
  display: block;
  width: clamp(300px, 60vw, 600px);
  margin: 0 auto;
  box-sizing: border-box;
}

.uniHud-video img {
  display: block;
  width: 100%;
  height: auto;
}

.uniHud-play {
  position: absolute;
  inset: 50% auto auto 50%;
  width: 6.5rem;
  height: 6.5rem;
  transform: translate(-50%, -50%);
  border: 4px dotted #111;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.45);
}

.uniHud-play::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 54%;
  transform: translate(-50%, -50%);
  border-top: 1.4rem solid transparent;
  border-bottom: 1.4rem solid transparent;
  border-left: 2rem solid #111;
}

.uniHud-bottomGrid {
  margin-top: 1rem;
}

.uniHud-compatibleBlock {
  position: relative;
  padding-right: 7rem;
}


/* Mobile */
@media only screen and (max-width: 700px) {
  .uniHud-topGrid,
  .uniHud-bottomGrid {
    grid-template-columns: 1fr;
    gap: 2rem;
  }

  .uniHud-videoRow {
    width: 100%;
  }


  .uniHud-compatibleBlock {
    padding-right: 0;
  }

}

.uniHud-modal {
  position: fixed;
  inset: 0;
  background: rgba(0,0,0,0.7);
  display: none;
  align-items: center;
  justify-content: center;
  z-index: 9999;
}

.uniHud-modal.active {
  display: flex;
}

.uniHud-modal-content {
  position: relative;
  width: min(90%, 1400px);
  aspect-ratio: 16 / 9;
  background: #000;
}

.uniHud-modal iframe {
  width: 100%;
  height: 100%;
  display: block;
}

.uniHud-close {
  position: absolute;
  top: -2.5rem;
  right: 0;
  background: none;
  border: none;
  font-size: 2rem;
  color: var(--defText);
  cursor: pointer;
}



.mm-contacts {
  padding: clamp(3rem, 6vw, 5rem) 1rem;
  color: var(--defText);
}

.mm-container {
  max-width: 1000px;
  margin: 0 auto;
  text-align: center;
}

.mm-title {
  font-size: clamp(1.8rem, 3vw, 2.2rem);
  font-weight: 400;
  margin: 0 0 3rem;
  color: var(--defText);
}

.mm-title span {
  color: var(--defAccent);
}
.uniHud-title span {
  color: var(--defAccent);
}
.cs-title span {
  color: var(--defAccent);
}

.mm-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: clamp(2rem, 6vw, 6rem);
  text-align: left;
  justify-items: center;
}

.mm-col {
  display: flex;
  flex-direction: column;
  gap: 1rem;
}

.mm-heading {
  font-size: 0.9rem;
  letter-spacing: 0.08em;
  font-weight: 600;
  margin: 1.5rem 0 0.5rem;
  color: var(--defText);
}

.mm-item {
  display: flex;
  align-items: center;
  gap: 0.6rem;
  text-decoration: none;
  color: var(--defText);
  font-size: 1rem;
}

.mm-item:hover {
  opacity: 0.75;
}

.mm-icon {
  width: 1.2rem;
  text-align: center;
}

/* Mobile */
@media (max-width: 700px) {
  .mm-grid {
    grid-template-columns: 1fr;
    text-align: center;
  }

  .mm-col {
    align-items: center;
  }
}