:root {
  --primary: #c41010;
  --secondary: #c41010;
  --h1_size: 6rem;
  --h2_size: 6rem;
  --h3_size: 4rem;
  --h4_size: 4rem;
  --h5_size: 3rem;
  --h6_size: 3rem;
  --content_size: 1.5rem;
  --nav_size: 1.3rem;
  --button_size: 1.5rem;
  --font_96: 5rem;
  --font_64: 4rem;
  --font_48: 3rem;
  --font_36: 2.25rem;
  --font_20: 1.25rem;
  --bs-body-font-family: 'Aktiv Grotesk Light', sans-serif;
  --bs-body-font-size: 1.5rem;
  --bs-body-font-weight: 400;
  --bs-body-line-height: 1.5em;
  --bs-body-color: #eadfb0;
  --bs-body-bg: #c41010;
  --bs-primary: #c41010;
  --bs-secondary: #c41010; }

div.wpforms-container-full input[type=submit], div.wpforms-container-full button[type=submit], div.wpforms-container-full .wpforms-page-button, .wp-core-ui div.wpforms-container-full input[type=submit], .wp-core-ui div.wpforms-container-full button[type=submit], .wp-core-ui div.wpforms-container-full .wpforms-page-button {
  height: auto !important; }

div.wpforms-container-full input[type=submit], div.wpforms-container-full button[type=submit], div.wpforms-container-full .wpforms-page-button, .wp-core-ui div.wpforms-container-full input[type=submit], .wp-core-ui div.wpforms-container-full button[type=submit], .wp-core-ui div.wpforms-container-full .wpforms-page-button {
  height: auto !important; }

.wpforms-container input.wpforms-field-medium, .wpforms-container select.wpforms-field-medium, .wpforms-container .wpforms-field-row.wpforms-field-medium, .wp-core-ui div.wpforms-container input.wpforms-field-medium, .wp-core-ui div.wpforms-container select.wpforms-field-medium, .wp-core-ui div.wpforms-container .wpforms-field-row.wpforms-field-medium {
  max-width: 100% !important; }

.wpforms-container input.wpforms-field-medium, .wpforms-container select.wpforms-field-medium, .wpforms-container .wpforms-field-row.wpforms-field-medium, .wp-core-ui div.wpforms-container input.wpforms-field-medium, .wp-core-ui div.wpforms-container select.wpforms-field-medium, .wp-core-ui div.wpforms-container .wpforms-field-row.wpforms-field-medium {
  max-width: 100% !important; }

.wpforms-container input.wpforms-field-medium, .wpforms-container select.wpforms-field-medium, .wpforms-container .wpforms-field-row.wpforms-field-medium, .wp-core-ui div.wpforms-container input.wpforms-field-medium, .wp-core-ui div.wpforms-container select.wpforms-field-medium, .wp-core-ui div.wpforms-container .wpforms-field-row.wpforms-field-medium {
  max-width: 100% !important; }

* {
  margin: 0;
  padding: 0; }

p strong, p b {
  font-weight: 600;
  font-family: "Aktiv Grotesk Bold"; }

html {
  font-size: 16px; }

body {
  font-size: var(--content_size);
  line-height: 1.5em;
  color: #eadfb0;
  font-family: 'Aktiv Grotesk Light', sans-serif;
  background: #c41010;
  font-weight: 400;
  zoom: 1; }

#container {
  width: 100%;
  overflow: clip; }

#page-wrap, .container {
  max-width: 1920px;
  margin: 0px auto;
  padding: 0px; }

body.page-template-template_full-width #page-wrap {
  max-width: 100% !important; }

body.single .entry-content {
  padding-top: 40px; }

body.page-id-28, body.page-id-24, body.page-id-12 {
  background: #000; }

body.admin-bar #nav {
  top: 32px; }

body.admin-bar .nav__menu ul {
  margin-top: 32px; }

body.home #nav {
  position: sticky; }

#nav.sticky {
  position: fixed;
  width: 100%;
  z-index: 9999; }

#nav {
  position: absolute;
  top: 0px;
  padding: 10px 0px;
  z-index: 999;
  width: 100vw; }
  #nav header.menu-open {
    width: 100vw;
    height: 100vh;
    position: absolute;
    top: 0px;
    left: 0px;
    z-index: 99999;
    overflow-y: hidden;
    overflow-x: hidden; }
  #nav .burger, #nav .close {
    display: none; }
  #nav .burger.show, #nav .close.show {
    display: flex; }
  #nav .close.show {
    position: fixed;
    top: 20px; }
  #nav .text-end {
    display: flex;
    flex-direction: row;
    justify-content: flex-end; }
  #nav .burger, #nav .close {
    cursor: pointer;
    position: absolute;
    z-index: 99999;
    width: 60px;
    height: 50px;
    text-align: center;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    transition-duration: 0.3s; }
  #nav .close {
    top: 20px; }
  #nav .burger:hover {
    transform: rotate(10deg); }
  #nav .nav__heading {
    font-size: 5vw;
    display: block;
    font-weight: 300 !important;
    font-family: 'Denton Condensed Light', sans-serif; }
    #nav .nav__desc {
      display: block;
      line-height: 130%;
      padding-top: 15px;
      max-width: 685px;
      font-size: var(--nav_size); }
    #nav .nav__number {
      padding-right: 40px;
      display: none; }
    #nav .nav__image {
      position: fixed;
      left: 0px;
      top: 0px;
      max-width: 50%;
      height: 100vh;
      object-fit: cover;
      display: none; }
    #nav .nav__img {
      position: relative; }
      #nav .nav__img img {
        width: 100%;
        height: 100vh;
        object-fit: cover; }

.mainNavigation {
  position: fixed;
  left: 200%;
  right: 0;
  top: 0;
  z-index: 5;
  height: 100vh;
  width: 100vw;
  overflow: hidden;
  background-color: #c41010;
  transition: 0.4s;
  -webkit-transition: 0.4s;
  -moz-transition: 0.4s;
  -ms-transition: 0.4s;
  -o-transition: 0.4s; }
  .mainNavigation .nav__menu {
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center; }
    .mainNavigation .nav__menu h2 {
      padding: 40px 0px 20px 30px;
      text-transform: uppercase;
      font-size: var(--font_64);
      line-height: 100%; }
    .mainNavigation .nav__menu ul {
      height: 100%;
      display: flex;
      flex-direction: column;
      justify-content: space-evenly;
      margin: 0px;
      padding: 0px; }
    .mainNavigation .nav__menu li {
      border-bottom: 1px solid #000;
      height: calc(100% /8); }
      .mainNavigation .nav__menu li a {
        width: 100%;
        height: 100%;
        display: flex;
        flex-direction: row;
        justify-content: center;
        align-items: center;
        color: #000; }
        .mainNavigation .nav__menu li a:hover {
          color: #eadfb0 !important; }
          .mainNavigation .nav__menu li a:hover .icon {
            opacity: 1; }
      .mainNavigation .nav__menu li .icon {
        position: absolute;
        left: 20px;
        opacity: 0;
        transition: all 0.5s ease; }

.header.menu-open .mainNavigation {
  left: 0px;
  top: 0px; }

.header.menu-open .mainNavigation:before {
  position: fixed;
  content: "";
  top: 0;
  width: 100%;
  height: auto;
  z-index: 5; }

.mainNavigation ul {
  display: block;
  margin: 0;
  list-style-type: none;
  overflow: auto;
  columns: 1; }

.mainNavigation ul li {
  margin: 0px;
  padding: 0px;
  list-style-type: none;
  font-size: var(--menu_size);
  line-height: 1;
  color: #eadfb0; }

.mainNavigation ul li a {
  position: relative;
  text-decoration: none;
  color: #eadfb0;
  margin: 0px;
  padding: 0px;
  width: 100%; }
  .mainNavigation ul li a:focus {
    color: #eadfb0; }
  .mainNavigation ul li a:hover {
    color: #eadfb0 !important;
    text-decoration: none !important; }

#page-wrap {
  padding: 5%; }

#home-page {
  position: relative; }
  #home-page .top-marquee {
    background: transparent !important;
    position: relative;
    z-index: 2; }
    #home-page .top-marquee span {
      letter-spacing: 7px; }
  #home-page #header {
    position: relative;
    z-index: 1;
    height: 105vh;
    background: #000;
    margin-top: -120px; }
    #home-page #header video {
      width: 100vw;
      height: 105vh;
      object-fit: cover; }
  #home-page .prompt {
    position: absolute;
    z-index: 4;
    top: 85vh;
    left: 50%;
    transform: translate(-50%, 0%);
    padding: 5px;
    text-transform: uppercase; }
    #home-page .prompt__wrap {
      display: flex;
      flex-direction: row;
      justify-content: center;
      align-items: center; }
    #home-page .prompt__label {
      border: 1px solid #eadfb0;
      border-radius: 10px 0px 0px 10px;
      padding: 5px 20px;
      text-transform: uppercase; }
    #home-page .prompt__value {
      border: 1px solid #eadfb0;
      border-radius: 0px 10px 10px 0px;
      padding: 5px 20px;
      text-transform: uppercase;
      min-width: 280px;
      margin-left: -1px; }
    #home-page .prompt span {
      text-align: center;
      display: block;
      padding-top: 5px;
      font-size: 16px; }
  #home-page #welcome {
    padding: 20% 20px 10% 20px;
    overflow: hidden; }
    #home-page #welcome .welcome__heading-1 {
      position: relative;
      font-family: "Denton Condensed Light Italic";
      font-size: var(--font_96);
      line-height: 100%;
      width: 100%;
      max-width: 480px;
      left: 133px;
      top: -40px;
      z-index: 2; }
      #home-page #welcome .welcome__heading-2 {
        position: relative;
        font-family: 'Denton Condensed Light', sans-serif;
        font-size: var(--font_96);
        line-height: 100%;
        width: 100%;
        max-width: 480px;
        left: -154px;
        top: 120px;
        z-index: 2; }
      #home-page #welcome .welcome__image {
        z-index: 1; }
    #home-page #welcome .col-xl-12 {
      display: flex;
      flex-direction: row;
      justify-content: center;
      align-items: center; }
  #home-page .reveal-line__wrapper {
    min-height: 800px; }
    #home-page .reveal-line__line {
      height: 800px; }
  #home-page #ready {
    width: 100%;
    max-width: 1100px;
    margin: 0 auto;
    padding: 0px 20px 10% 20px; }
    #home-page #ready p {
      text-align: center;
      text-transform: uppercase; }
    #home-page #ready h3 {
      text-align: center;
      font-family: "Denton Condensed Light Italic";
      font-weight: 300;
      font-size: var(--font_96);
      line-height: 100%;
      font-size: calc(var(--font_96) - 90%) !important;
      transition-delay: 0.8s; }
      #home-page #ready h3 .line {
        justify-content: center; }
  #home-page #fixed-scroll.active {
    position: sticky; }
  #home-page #fixed-scroll {
    position: relative;
    top: 0px;
    z-index: 1; }
    #home-page #fixed-scroll .heading {
      font-family: "Denton Condensed Light Italic" !important;
      font-size: var(--font_64);
      line-height: 100%;
      text-align: center;
      line-height: 120%; }
    #home-page #fixed-scroll p {
      font-size: var(--content_size);
      text-align: center;
      line-height: 120%; }
    #home-page #fixed-scroll .h100 {
      display: flex;
      flex-direction: column;
      justify-content: center;
      align-items: center;
      height: 42vh; }
    #home-page #fixed-scroll .fixed {
      position: relative; }
    #home-page #fixed-scroll .scroll {
      position: relative; }
    #home-page #fixed-scroll .fixed-scroll__wrap {
      position: sticky;
      top: 0px; }
      #home-page #fixed-scroll .fixed-scroll__image {
        height: 100vh; }
        #home-page #fixed-scroll .fixed-scroll__image img {
          width: 100%;
          height: 100%;
          object-fit: cover; }
      #home-page #fixed-scroll .fixed-scroll__text {
        padding: 0px 10%;
        position: relative; }
      #home-page #fixed-scroll .fixed-scroll__sec1 {
        padding-top: 20vh;
        height: 60vh; }
        #home-page #fixed-scroll .fixed-scroll__sec1 .heading {
          padding-top: 40px; }
  #home-page #video {
    width: 100vw;
    height: 100vh;
    position: relative;
    z-index: 2; }
    #home-page #video video {
      width: 100%;
      height: 100%;
      object-fit: cover; }
  #home-page #cards {
    background: #000;
    padding: 10% 20px; }
  #home-page #portfolio-work {
    background: #000;
    width: 100vw;
    overflow: hidden; }
  #home-page #clients {
    position: relative;
    padding: 20% 20px 5% 20px;
    background: #000; }
    #home-page #clients .container {
      width: 100%;
      max-width: 1750px;
      margin: 0 auto; }
    #home-page #clients .header {
      text-transform: uppercase;
      text-align: center;
      border-bottom: 1px solid #eadfb0; }
    #home-page #clients .col {
      width: 100%;
      min-width: 15%;
      text-align: center;
      padding: 20px 10px; }
    #home-page #clients .col:nth-child(1) {
      transition-delay: 0.07s; }
    #home-page #clients .col:nth-child(2) {
      transition-delay: 0.14s; }
    #home-page #clients .col:nth-child(3) {
      transition-delay: 0.21s; }
    #home-page #clients .col:nth-child(4) {
      transition-delay: 0.28s; }
    #home-page #clients .col:nth-child(5) {
      transition-delay: 0.35s; }
    #home-page #clients .col:nth-child(6) {
      transition-delay: 0.42s; }
    #home-page #clients .col:nth-child(7) {
      transition-delay: 0s; }
    #home-page #clients .col:nth-child(8) {
      transition-delay: 0.07s; }
    #home-page #clients .col:nth-child(9) {
      transition-delay: 0.14s; }
    #home-page #clients .col:nth-child(10) {
      transition-delay: 0.21s; }
    #home-page #clients .col:nth-child(11) {
      transition-delay: 0.28s; }
    #home-page #clients .col:nth-child(12) {
      transition-delay: 0.35s; }
    #home-page #clients .col:nth-child(13) {
      transition-delay: 0s; }
    #home-page #clients .col:nth-child(14) {
      transition-delay: 0.07s; }
    #home-page #clients .col:nth-child(15) {
      transition-delay: 0.14s; }
    #home-page #clients .col:nth-child(16) {
      transition-delay: 0.21s; }
    #home-page #clients .col:nth-child(17) {
      transition-delay: 0.28s; }
    #home-page #clients .col:nth-child(18) {
      transition-delay: 0.35s; }
    #home-page #clients .col:nth-child(19) {
      transition-delay: 0.42s; }
    #home-page #clients .col:nth-child(20) {
      transition-delay: 0.49s; }
    #home-page #clients .col:nth-child(21) {
      transition-delay: 0.56s; }
    #home-page #clients .col:nth-child(22) {
      transition-delay: 0.63s; }
    #home-page #clients .col:nth-child(23) {
      transition-delay: 0.7s; }
    #home-page #clients .col:nth-child(24) {
      transition-delay: 0.77s; }
  #home-page #awards {
    padding: 10% 20px;
    background: #000;
    width: 100vw;
    overflow: hidden; }
    #home-page #awards .heading {
      color: #eadfb0;
      font-family: 'Denton Condensed Light', sans-serif;
      font-size: var(--font_96);
      line-height: 100%;
      text-align: center; }
  #home-page #join {
    padding: 10% 20px;
    position: relative;
    background: #000; }
    #home-page #join .join__heading-2 .line {
      justify-content: flex-end; }

#services-page .reveal-line__wrapper {
  min-height: 500px !important; }
  #services-page .reveal-line__line {
    height: 500px !important; }
  #services-page #section-heading {
    padding: 15% 20px;
    position: relative; }
  #services-page #section-heading .container {
    max-width: 1400px;
    padding: 40px 0px; }
  #services-page #section-heading .subheading {
    color: #eadfb0; }
  #services-page #section-heading .section__heading-1 {
    position: absolute;
    max-width: 385px;
    top: 9px;
    left: 17%; }
    #services-page #section-heading .section__heading-2 {
      position: absolute;
      max-width: 430px;
      top: 218px;
      right: 16%; }
    #services-page #section-heading .section__image {
      max-width: 400px; }
  #services-page #statement, #services-page #statement-2 {
    width: 100%;
    max-width: 1250px;
    margin: 0 auto;
    font-family: "Denton Condensed Light Italic";
    font-size: var(--font_96);
    line-height: 100%;
    font-size: calc(var(--font_96) - 90%) !important;
    text-align: center; }
  #services-page #statement {
    padding-bottom: 5%; }
  #services-page #statement-2 {
    padding: 5%; }
  #services-page #quotes {
    padding: 5% 20px; }
  #services-page #quotes .container {
    max-width: 80%;
    margin: 0 auto; }
    #services-page #quotes .container .quote__icon {
      text-align: center;
      padding-bottom: 20px; }
      #services-page #quotes .container .quote__text {
        text-align: center;
        padding-bottom: 20px;
        width: 100%;
        max-width: 300px;
        margin: 0 auto; }
  #services-page #quotes .delay-1 {
    transition-delay: 0.5s; }
  #services-page #quotes .delay-2 {
    transition-delay: 1s; }
  #services-page #cards-rotate {
    background: #c41010;
    padding: 10% 20px; }
  #services-page #cards-rotate .subheading {
    color: #eadfb0; }
  #services-page #join {
    padding: 10% 20px 20% 20px;
    position: relative;
    background: #c41010; }
  #services-page #join .join__subheading {
    color: #eadfb0; }
    #services-page #join .join__heading-2 {
      display: flex;
      flex-direction: row;
      flex-wrap: wrap;
      justify-content: flex-end; }

#team-page {
  background: #000; }
  #team-page #header {
    width: 100vw;
    height: 100vh;
    background-image: url(../images/team2.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center; }
  #team-page #header h1 {
    font-family: 'Denton Condensed Light', sans-serif;
    text-align: center;
    text-transform: uppercase;
    line-height: 100%;
    padding-top: 8vh; }
  #team-page .person .row {
    display: flex;
    flex-direction: row;
    align-items: center; }
  #team-page .person__row {
    display: flex;
    flex-direction: row;
    padding: 15px 0px; }
  #team-page .person__wrap {
    padding: 40px 60px; }
  #team-page .person__label {
    min-width: 25%; }
  #team-page .person__heading {
    font-family: 'Denton Condensed Light', sans-serif;
    font-size: var(--font_64);
    line-height: 100%; }
  #team-page .person__image {
    width: 100%;
    text-align: center;
    cursor: move; }
    #team-page .person__image img {
      width: 100%; }
  #team-page .person__link {
    text-align: center;
    padding-top: 20px;
    width: 100%; }
    #team-page .person__link .btn-primary {
      background: #000; }
      #team-page .person__link .btn-primary:hover {
        background: #eadfb0;
        color: #000;
        border: 1px solid #000; }
      #team-page .person__link .btn-primary:active, #team-page .person__link .btn-primary:focus, #team-page .person__link .btn-primary:focus-within, #team-page .person__link .btn-primary:focus-visible, #team-page .person__link .btn-primary:target {
        background: #000;
        color: #eadfb0;
        border: 1px solid #eadfb0; }
  #team-page .person.reverse .row {
    display: flex;
    flex-direction: row-reverse; }
  #team-page #join {
    padding: 10% 20px;
    position: relative; }
  #team-page #join .join__heading-2 .line {
    justify-content: flex-end; }
  #team-page #drag-section {
    position: relative; }

body.page-id-8 .dimbox-container {
  padding: 0px; }
  body.page-id-8 .dimbox-btn-close, body.page-id-8 .dimbox-content {
    width: 80%;
    height: 80%;
    margin: 0 auto;
    padding: 0px;
    overflow: hidden; }
  body.page-id-8 .dimbox-inline-content {
    margin: 0 auto;
    padding: 0px;
    max-width: 100%;
    max-height: 100%;
    overflow: hidden;
    background-color: transparent; }
  body.page-id-8 .dimbox-inline-content video {
    width: 100%;
    height: 100%;
    object-fit: cover; }
  body.page-id-8 .dimbox-btn-close {
    background-image: url(../images/video-top.svg);
    background-size: cover;
    background-repeat: no-repeat;
    height: auto;
    min-height: 30px;
    position: absolute;
    z-index: 9;
    opacity: 1 !important;
    left: 0.8%;
    top: 9%;
    border-radius: 15px 15px 0px 0px; }
  body.page-id-8 .dimbox-btn-close svg {
    display: none; }

#single-service #header {
  width: 100vw;
  padding-top: 15%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center; }
  #single-service #header .subheading {
    color: #eadfb0;
    padding-bottom: 10px; }
  #single-service #header .heading {
    padding: 10px 60px 0px 60px;
    margin: 0 auto;
    border: 1px solid #eadfb0;
    border-radius: 100px;
    display: inline-block; }
    #single-service #header .heading__wrap {
      font-family: 'Denton Condensed Light', sans-serif;
      text-transform: uppercase;
      display: flex;
      flex-direction: row;
      justify-content: center;
      align-items: center;
      font-size: var(--font_96);
      line-height: 100%; }
  #single-service .slots {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0px 30px; }
  #single-service .slots span {
    line-height: 120%;
    display: block; }
  #single-service .slots .slot-letter {
    height: 96px;
    overflow: hidden;
    text-align: center;
    width: 55px;
    display: flex;
    flex-direction: column;
    font-size: var(--font_96);
    line-height: 100%;
    font-family: 'Denton Condensed Light', sans-serif; }
  #single-service #intro {
    height: 150vh;
    position: relative; }
  #single-service #intro .reveal-line__wrapper {
    min-height: 185vh; }
    #single-service #intro .reveal-line__line {
      height: 185vh; }
  #single-service #statement {
    width: 100%;
    max-width: 760px;
    margin: 0 auto;
    text-align: center;
    padding: 5% 20px 10% 20px;
    background: #c41010;
    position: relative;
    z-index: 3; }
  #single-service #statement .statement__heading {
    font-family: "Denton Condensed Light Italic";
    padding-bottom: 40px;
    font-size: var(--font_96);
    line-height: 100%; }
    #single-service #statement .statement__content {
      line-height: 120%; }
    #single-service #statement .statement__btn {
      padding-top: 10px; }
  #single-service .marquee span {
    text-transform: none;
    font-family: "Denton Condensed Light Italic"; }
  #single-service #specialties {
    padding: 5% 20px;
    width: 100%;
    max-width: 1700px;
    margin: 0 auto;
    padding-top: 350px;
    margin-bottom: -300px; }
  #single-service #specialties .specialties__wrapper {
    border-radius: 8.024px;
    background: #c41010;
    background-image: url(../images/pixel-red.png);
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    box-shadow: 0px 0px 20px 0px #eadfb0;
    padding: 30px 30px 40px 30px;
    margin: 0px 20px;
    min-height: 750px;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    transition: background-image 0.5s; }
    #single-service #specialties .specialties__wrapper:hover {
      background-image: url(../images/pixel-red.png) !important; }
    #single-service #specialties .specialties__heading {
      font-family: 'Denton Condensed Light', sans-serif;
      font-size: var(--font_96);
      line-height: 100%; }
    #single-service #specialties .specialties__content ul {
      margin: 0px 10% 0px 30%;
      padding: 0px; }
    #single-service #specialties .specialties__content li {
      padding-top: 20px; }
  #single-service #leaderboard {
    padding: 250px 20px 10% 20px;
    width: 100%;
    max-width: 1700px;
    margin: 0 auto;
    margin-bottom: -300px; }
  #single-service #leaderboard .leaderboard__inner {
    border-radius: 8.024px;
    background: #eadfb0;
    color: #c41010;
    box-shadow: 0px 0px 20px 0px #eadfb0;
    padding: 60px 40px 60px 40px;
    margin: 0px 20px;
    height: 100%;
    display: flex; }
    #single-service #leaderboard .leaderboard__header {
      text-align: center;
      width: 100%;
      max-width: 550px;
      margin: 0 auto; }
    #single-service #leaderboard .leaderboard__header p {
      padding-top: 20px; }
    #single-service #leaderboard .leaderboard__mdle {
      font-size: var(--font_96);
      line-height: 100%;
      font-family: "Denton Condensed Light Italic"; }
    #single-service #leaderboard .leaderboard__top, #single-service #leaderboard .leaderboard__btm {
      position: relative;
      text-transform: uppercase;
      font-size: var(--content_size); }
    #single-service #leaderboard .leaderboard__top span, #single-service #leaderboard .leaderboard__btm span {
      background: #eadfb0;
      padding: 0px 20px;
      display: inline-block;
      position: relative;
      z-index: 2; }
    #single-service #leaderboard .leaderboard__value {
      font-size: var(--font_96);
      line-height: 100%;
      text-align: center;
      font-family: 'Denton Condensed Light', sans-serif;
      padding-top: 80px; }
    #single-service #leaderboard .leaderboard__text {
      font-size: var(--content_size);
      text-align: center; }
    #single-service #leaderboard .leaderboard__btn {
      text-align: center;
      position: relative;
      top: 115px; }
    #single-service #leaderboard .leaderboard__btn .btn-large-primary {
      background: #000;
      color: #c41010;
      border: 1px solid #000;
      outline: 1px solid #000 !important; }
      #single-service #leaderboard .leaderboard__btn .btn-large-primary:hover {
        background: #000;
        color: #eadfb0;
        border: 1px solid #000;
        outline: 1px solid #000 !important; }
  #single-service #leaderboard .bdr-mdle {
    height: 1px;
    background: #c41010;
    width: 100%;
    position: absolute;
    top: 13px;
    z-index: 1; }
  #single-service #testimonials {
    background: #000;
    position: relative;
    z-index: 9;
    padding: 0% 0px 0px 0px;
    margin-top: 10%; }
  #single-service #testimonials .col-xl-4:nth-child(odd) {
    background-color: #f2c3ff;
    color: #000; }
  #single-service #testimonials .col-xl-4:nth-child(even) {
    background-color: #000;
    color: #eadfb0; }
  #single-service #testimonials .testimonials__box {
    padding: 20% 10%;
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center; }
    #single-service #testimonials .testimonials__heading {
      font-size: var(--font_96);
      font-family: 'Denton Condensed Light', sans-serif;
      line-height: 100%;
      text-align: center;
      text-transform: uppercase;
      padding: 40px 0px; }
    #single-service #testimonials .testimonials__label {
      font-size: var(--font_20);
      line-height: 100%;
      text-align: center;
      text-transform: uppercase; }
    #single-service #testimonials .testimonials__content {
      font-size: var(--font_48);
      font-family: 'Denton Condensed Light', sans-serif;
      line-height: 100%;
      text-align: center; }
    #single-service #testimonials .testimonials__client {
      font-size: var(--font_20);
      line-height: 150%;
      text-align: center;
      text-transform: uppercase;
      padding-top: 20px; }
    #single-service #testimonials .testimonials__video {
      position: relative; }
    #single-service #testimonials .testimonials__video video {
      width: 100%;
      max-width: 360px;
      margin: 0 auto;
      box-shadow: 0px 0px 20px 0px #f2c3ff; }
    #single-service #testimonials .testimonials__video .sound {
      position: absolute;
      bottom: 25px;
      right: 20px;
      cursor: pointer; }
  #single-service #portfolio-work {
    background: #000;
    width: 100vw;
    overflow: hidden;
    padding: 5% 0px 10% 0px; }
  #single-service #portfolio-work .work {
    font-family: 'Denton Condensed Light', sans-serif;
    text-transform: uppercase;
    line-height: 80%;
    font-size: calc(100px + 15vw); }
  #single-service #portfolio-work .col-md-6 {
    display: flex;
    justify-content: center; }
  #single-service #portfolio-work .testimonials__client {
    font-size: var(--font_20);
    line-height: 150%;
    text-align: center;
    text-transform: uppercase;
    padding-top: 20px; }
    #single-service #portfolio-work .testimonials__wrap {
      display: flex;
      flex-direction: column;
      max-width: 360px; }
    #single-service #portfolio-work .testimonials__video {
      position: relative; }
    #single-service #portfolio-work .testimonials__video video {
      width: 100%;
      max-width: 360px;
      margin: 0 auto; }
    #single-service #portfolio-work .testimonials__video .sound {
      position: absolute;
      bottom: 25px;
      right: 20px;
      cursor: pointer; }
  #single-service #section-heading {
    padding: 10% 20px 15% 20px;
    background: #c41010;
    position: relative;
    z-index: 9; }
  #single-service #section-heading .container {
    max-width: 1400px;
    padding: 40px 0px 0px 0px; }
  #single-service #section-heading .subheading {
    color: #eadfb0;
    transform: scale(1);
    transition: all 0.25s ease; }
  #single-service #section-heading .section__heading-1 {
    max-width: 700px;
    top: 18%;
    left: 17%;
    position: absolute; }
    #single-service #section-heading .section__heading-2 {
      max-width: 455px;
      top: 49%;
      left: 50%;
      position: absolute; }
    #single-service #section-heading .section__image {
      max-width: 377px;
      transform: rotate(40deg);
      transition: all 0.25s ease; }

#workshops-page #header {
  width: 100vw;
  padding-top: 15%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center; }
  #workshops-page #header .subheading {
    color: #eadfb0;
    padding-bottom: 10px; }
  #workshops-page #header .heading {
    padding: 10px 60px 0px 60px;
    margin: 0 auto;
    border: 1px solid #eadfb0;
    border-radius: 100px;
    display: inline-block; }
    #workshops-page #header .heading__wrap {
      font-family: 'Denton Condensed Light', sans-serif;
      text-transform: uppercase;
      display: flex;
      flex-direction: row;
      justify-content: center;
      align-items: center;
      font-size: var(--font_96);
      line-height: 100%; }
  #workshops-page .slots .letter-1 span {
    animation: slot 1.25s0s linear forwards; }
  #workshops-page .slots .letter-2 span {
    animation: slot 1.5s0s linear forwards; }
  #workshops-page .slots .letter-3 span {
    animation: slot 1.75s0s linear forwards; }
  #workshops-page .slots .letter-4 span {
    animation: slot 2s0s linear forwards; }
  #workshops-page .slots .letter-5 span {
    animation: slot 2.25s0s linear forwards; }
  #workshops-page .slots .letter-6 span {
    animation: slot 2.5s0s linear forwards; }
  #workshops-page .slots .letter-7 span {
    animation: slot 2.75s0s linear forwards; }
  #workshops-page .slots .letter-8 span {
    animation: slot 3s0s linear forwards; }
  #workshops-page .slots .letter-9 span {
    animation: slot 3.25s0s linear forwards; }
  #workshops-page .slots .letter-1 span {
    --ch: -22; }
  #workshops-page .slots .letter-2 span {
    --ch: -14; }
  #workshops-page .slots .letter-3 span {
    --ch: -17; }
  #workshops-page .slots .letter-4 span {
    --ch: -10; }
  #workshops-page .slots .letter-5 span {
    --ch: -18; }
  #workshops-page .slots .letter-6 span {
    --ch: -7; }
  #workshops-page .slots .letter-7 span {
    --ch: -14; }
  #workshops-page .slots .letter-8 span {
    --ch: -15; }
  #workshops-page .slots .letter-9 span {
    --ch: -18; }
  #workshops-page .slots .letter-1 {
    width: 75px !important; }
  #workshops-page .slots {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0px 30px; }
  #workshops-page .slots span {
    line-height: 120%;
    display: block; }
  #workshops-page .slots .slot-letter {
    height: 96px;
    overflow: hidden;
    text-align: center;
    width: 55px;
    display: flex;
    flex-direction: column;
    font-size: var(--font_96);
    line-height: 100%;
    font-family: 'Denton Condensed Light', sans-serif; }
  #workshops-page #intro {
    height: 60vh;
    position: relative; }
  #workshops-page #intro .reveal-line__wrapper {
    min-height: 60vh; }
    #workshops-page #intro .reveal-line__line {
      height: 60vh; }
  #workshops-page #statement {
    width: 100%;
    max-width: 760px;
    margin: 0 auto;
    text-align: center;
    padding: 5% 20px 10% 20px;
    background: #c41010;
    position: relative;
    z-index: 3; }
  #workshops-page #statement .statement__heading {
    font-family: "Denton Condensed Light Italic";
    padding-bottom: 40px;
    font-size: var(--font_96);
    line-height: 100%; }
    #workshops-page #statement .statement__content {
      line-height: 120%; }
    #workshops-page #statement .statement__btn {
      padding-top: 10px; }
  #workshops-page #specialties {
    padding: 5% 20px;
    width: 100%;
    max-width: 1700px;
    margin: 0 auto;
    padding-top: 350px;
    margin-bottom: -300px; }
  #workshops-page #specialties .specialties__wrapper {
    border-radius: 8.024px;
    background: #c41010;
    background-image: url(../images/pixel-red.png);
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    box-shadow: 0px 0px 20px 0px #eadfb0;
    padding: 30px 30px 40px 30px;
    margin: 0px 20px;
    min-height: 750px;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    transition: background-image 0.5s; }
    #workshops-page #specialties .specialties__heading {
      font-family: 'Denton Condensed Light', sans-serif;
      font-size: var(--font_96);
      line-height: 100%; }
    #workshops-page #specialties .specialties__content ul {
      margin: 0px 10% 0px 30%;
      padding: 0px; }
    #workshops-page #specialties .specialties__content li {
      padding-top: 20px; }
  #workshops-page #testimonials {
    background: #000;
    position: relative;
    z-index: 9;
    padding: 0% 0px 0px 0px;
    margin-top: 10%; }
  #workshops-page #testimonials .col-xl-4:nth-child(odd) {
    background-color: #f2c3ff;
    color: #000; }
  #workshops-page #testimonials .col-xl-4:nth-child(even) {
    background-color: #000;
    color: #eadfb0; }
  #workshops-page #testimonials .testimonials__box {
    padding: 20% 10%;
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center; }
    #workshops-page #testimonials .testimonials__heading {
      font-size: var(--font_96);
      font-family: 'Denton Condensed Light', sans-serif;
      line-height: 100%;
      text-align: center;
      text-transform: uppercase;
      padding: 40px 0px; }
    #workshops-page #testimonials .testimonials__label {
      font-size: var(--font_20);
      line-height: 100%;
      text-align: center;
      text-transform: uppercase; }
    #workshops-page #testimonials .testimonials__content {
      font-size: var(--font_48);
      font-family: 'Denton Condensed Light', sans-serif;
      line-height: 100%;
      text-align: center; }
    #workshops-page #testimonials .testimonials__client {
      font-size: var(--font_20);
      line-height: 150%;
      text-align: center;
      text-transform: uppercase;
      padding-top: 20px; }
    #workshops-page #testimonials .testimonials__video {
      position: relative; }
    #workshops-page #testimonials .testimonials__video video {
      width: 100%;
      max-width: 360px;
      margin: 0 auto;
      box-shadow: 0px 0px 20px 0px #f2c3ff; }
    #workshops-page #testimonials .testimonials__video .sound {
      position: absolute;
      bottom: 25px;
      right: 20px;
      cursor: pointer; }
  #workshops-page #section-heading {
    padding: 10% 20px 15% 20px;
    background: #c41010;
    position: relative;
    z-index: 9; }
  #workshops-page #section-heading .container {
    max-width: 1400px;
    padding: 40px 0px 0px 0px; }
  #workshops-page #section-heading .subheading {
    color: #eadfb0;
    transform: scale(1);
    transition: all 0.25s ease; }
  #workshops-page #section-heading .section__heading-1 {
    max-width: 700px;
    top: 18%;
    left: 17%;
    position: absolute; }
    #workshops-page #section-heading .section__heading-2 {
      max-width: 455px;
      top: 49%;
      left: 50%;
      position: absolute; }
    #workshops-page #section-heading .section__image {
      max-width: 377px;
      transform: rotate(40deg);
      transition: all 0.25s ease; }

.card:nth-child(1) {
  background-position-x: left 0%;
  animation-delay: 0.4s; }

.card:nth-child(2) {
  background-position-x: left 8.33333%;
  animation-delay: 0.8s; }

.card:nth-child(3) {
  background-position-x: left 16.66667%;
  animation-delay: 1.2s; }

.card:nth-child(4) {
  background-position-x: left 25%;
  animation-delay: 1.6s; }

.card:nth-child(5) {
  background-position-x: left 33.33333%;
  animation-delay: 2s; }

.card:nth-child(6) {
  background-position-x: left 41.66667%;
  animation-delay: 2.4s; }

.card:nth-child(7) {
  background-position-x: left 50%;
  animation-delay: 2.8s; }

.card:nth-child(8) {
  background-position-x: left 58.33333%;
  animation-delay: 3.2s; }

.card:nth-child(9) {
  background-position-x: left 66.66667%;
  animation-delay: 3.6s; }

.card:nth-child(10) {
  background-position-x: left 75%;
  animation-delay: 4s; }

.card:nth-child(11) {
  background-position-x: left 83.33333%;
  animation-delay: 4.4s; }

.card:nth-child(12) {
  background-position-x: left 91.66667%;
  animation-delay: 4.8s; }

.card:nth-child(13) {
  background-position-x: left 100%;
  animation-delay: 5.2s; }

@keyframes rotate {
  0% {
    transform: rotateY(0deg); }

  100% {
    transform: rotateY(360deg); } }

body.page-id-125 .slots .letter-1 span {
  animation: slot 1.25s0s linear forwards; }
  body.page-id-125 .slots .letter-2 span {
    animation: slot 1.5s0s linear forwards; }
  body.page-id-125 .slots .letter-3 span {
    animation: slot 1.75s0s linear forwards; }
  body.page-id-125 .slots .letter-4 span {
    animation: slot 2s0s linear forwards; }
  body.page-id-125 .slots .letter-5 span {
    animation: slot 2.25s0s linear forwards; }
  body.page-id-125 .slots .letter-6 span {
    animation: slot 2.5s0s linear forwards; }
  body.page-id-125 .slots .letter-1 span {
    --ch: -3; }
  body.page-id-125 .slots .letter-2 span {
    --ch: -4; }
  body.page-id-125 .slots .letter-3 span {
    --ch: -18; }
  body.page-id-125 .slots .letter-4 span {
    --ch: -8; }
  body.page-id-125 .slots .letter-5 span {
    --ch: -6; }
  body.page-id-125 .slots .letter-6 span {
    --ch: -13; }
  body.page-id-125 .card, body.page-id-125 .card::before {
    background-image: url(../images/Design.svg);
    background-size: contain; }
  body.page-id-125 .letter-4 {
    width: 35px !important; }

body.page-id-121 .slots .letter-1 span {
  animation: slot 1.25s0s linear forwards; }
  body.page-id-121 .slots .letter-2 span {
    animation: slot 1.5s0s linear forwards; }
  body.page-id-121 .slots .letter-3 span {
    animation: slot 1.75s0s linear forwards; }
  body.page-id-121 .slots .letter-4 span {
    animation: slot 2s0s linear forwards; }
  body.page-id-121 .slots .letter-5 span {
    animation: slot 2.25s0s linear forwards; }
  body.page-id-121 .slots .letter-6 span {
    animation: slot 2.5s0s linear forwards; }
  body.page-id-121 .slots .letter-7 span {
    animation: slot 2.75s0s linear forwards; }
  body.page-id-121 .slots .letter-8 span {
    animation: slot 3s0s linear forwards; }
  body.page-id-121 .slots .letter-1 span {
    --ch: -18; }
  body.page-id-121 .slots .letter-2 span {
    --ch: -19; }
  body.page-id-121 .slots .letter-3 span {
    --ch: -17; }
  body.page-id-121 .slots .letter-4 span {
    --ch: 0; }
  body.page-id-121 .slots .letter-5 span {
    --ch: -19; }
  body.page-id-121 .slots .letter-6 span {
    --ch: -4; }
  body.page-id-121 .slots .letter-7 span {
    --ch: -6; }
  body.page-id-121 .slots .letter-8 span {
    --ch: -24; }
  body.page-id-121 .card, body.page-id-121 .card::before {
    background-image: url(../images/Strategy.svg);
    background-size: contain; }

body.page-id-123 .slots .letter-1 span {
  animation: slot 1.25s0s linear forwards; }
  body.page-id-123 .slots .letter-2 span {
    animation: slot 1.5s0s linear forwards; }
  body.page-id-123 .slots .letter-3 span {
    animation: slot 1.75s0s linear forwards; }
  body.page-id-123 .slots .letter-4 span {
    animation: slot 2s0s linear forwards; }
  body.page-id-123 .slots .letter-5 span {
    animation: slot 2.25s0s linear forwards; }
  body.page-id-123 .slots .letter-6 span {
    animation: slot 2.5s0s linear forwards; }
  body.page-id-123 .slots .letter-7 span {
    animation: slot 2.75s0s linear forwards; }
  body.page-id-123 .slots .letter-8 span {
    animation: slot 3s0s linear forwards; }
  body.page-id-123 .slots .letter-1 span {
    --ch: -1; }
  body.page-id-123 .slots .letter-2 span {
    --ch: -17; }
  body.page-id-123 .slots .letter-3 span {
    --ch: 0; }
  body.page-id-123 .slots .letter-4 span {
    --ch: -13; }
  body.page-id-123 .slots .letter-5 span {
    --ch: -3; }
  body.page-id-123 .slots .letter-6 span {
    --ch: -8; }
  body.page-id-123 .slots .letter-7 span {
    --ch: -13; }
  body.page-id-123 .slots .letter-8 span {
    --ch: -6; }
  body.page-id-123 .card, body.page-id-123 .card::before {
    background-image: url(../images/Brand.svg);
    background-size: contain; }
  body.page-id-123 .letter-4 {
    width: 75px !important; }
  body.page-id-123 .letter-6 {
    width: 35px !important; }

body.page-id-127 .slots .letter-1 span {
  animation: slot 1.25s0s linear forwards; }
  body.page-id-127 .slots .letter-2 span {
    animation: slot 1.5s0s linear forwards; }
  body.page-id-127 .slots .letter-3 span {
    animation: slot 1.75s0s linear forwards; }
  body.page-id-127 .slots .letter-4 span {
    animation: slot 2s0s linear forwards; }
  body.page-id-127 .slots .letter-5 span {
    animation: slot 2.25s0s linear forwards; }
  body.page-id-127 .slots .letter-6 span {
    animation: slot 2.5s0s linear forwards; }
  body.page-id-127 .slots .letter-7 span {
    animation: slot 2.75s0s linear forwards; }
  body.page-id-127 .slots .letter-1 span {
    --ch: -22; }
  body.page-id-127 .slots .letter-2 span {
    --ch: -4; }
  body.page-id-127 .slots .letter-3 span {
    --ch: -1; }
  body.page-id-127 .slots .letter-4 span {
    --ch: -18; }
  body.page-id-127 .slots .letter-5 span {
    --ch: -8; }
  body.page-id-127 .slots .letter-6 span {
    --ch: -19; }
  body.page-id-127 .slots .letter-7 span {
    --ch: -4; }
  body.page-id-127 .card, body.page-id-127 .card::before {
    background-image: url(../images/Website.svg);
    background-size: contain; }
  body.page-id-127 .letter-1 {
    width: 80px !important; }
  body.page-id-127 .letter-5 {
    width: 35px !important; }

body.page-id-129 .slots .letter-1 span {
  animation: slot 1.25s0s linear forwards; }
  body.page-id-129 .slots .letter-2 span {
    animation: slot 1.5s0s linear forwards; }
  body.page-id-129 .slots .letter-3 span {
    animation: slot 1.75s0s linear forwards; }
  body.page-id-129 .slots .letter-4 span {
    animation: slot 2s0s linear forwards; }
  body.page-id-129 .slots .letter-5 span {
    animation: slot 2.25s0s linear forwards; }
  body.page-id-129 .slots .letter-6 span {
    animation: slot 2.5s0s linear forwards; }
  body.page-id-129 .slots .letter-7 span {
    animation: slot 2.75s0s linear forwards; }
  body.page-id-129 .slots .letter-8 span {
    animation: slot 3s0s linear forwards; }
  body.page-id-129 .slots .letter-9 span {
    animation: slot 3.25s0s linear forwards; }
  body.page-id-129 .slots .letter-1 span {
    --ch: -12; }
  body.page-id-129 .slots .letter-2 span {
    --ch: 0; }
  body.page-id-129 .slots .letter-3 span {
    --ch: -17; }
  body.page-id-129 .slots .letter-4 span {
    --ch: -10; }
  body.page-id-129 .slots .letter-5 span {
    --ch: -4; }
  body.page-id-129 .slots .letter-6 span {
    --ch: -19; }
  body.page-id-129 .slots .letter-7 span {
    --ch: -8; }
  body.page-id-129 .slots .letter-8 span {
    --ch: -13; }
  body.page-id-129 .slots .letter-9 span {
    --ch: -6; }
  body.page-id-129 .card, body.page-id-129 .card::before {
    background-image: url(../images/Marketing.svg);
    background-size: contain; }
  body.page-id-129 .letter-1 {
    width: 73px !important; }
  body.page-id-129 .letter-7 {
    width: 40px !important; }

@keyframes slot {
  to {
    transform: translateY(calc(var(--ch) * 100%)); } }

#home-page #musings {
  background: #000;
  padding: 10% 20px; }
  #home-page #musings .subheading {
    color: #eadfb0 !important;
    padding-bottom: 20px; }
  #home-page #musings .musings__wrap {
    border: 1px solid #eadfb0;
    width: 100%;
    max-width: 1250px;
    margin: 0 auto;
    border-radius: 10px;
    background: #c41010;
    padding: 30px; }

body.blog #page-wrap {
  padding-top: 0px; }
  body.blog .musings__header {
    width: 100%;
    max-width: 1023px;
    margin: 0 auto; }
  body.blog .musings__content {
    padding: 0px 0px 40px 0px;
    width: 100%;
    max-width: 100%;
    margin: 0 auto; }
  body.blog .posts {
    padding: 40px 20px 0px 20px; }

#musings .bdr-1 {
  border-bottom: 4px solid #eadfb0;
  margin-bottom: 8px; }
  #musings .bdr-2 {
    border-bottom: 1px solid #eadfb0; }
  #musings .musings__wrap {
    width: 100%;
    background: #c41010;
    padding: 30px; }
  #musings .musings__header {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    height: 100%; }
  #musings .musings__content {
    padding: 80px 0px;
    width: 100%;
    max-width: 600px;
    margin: 0 auto; }
    #musings .musings__content h2 {
      text-align: center;
      text-transform: uppercase;
      font-size: var(--font_96);
      line-height: 100%; }
    #musings .musings__content p {
      text-align: center; }
  #musings .musings__icon {
    text-align: center; }
  #musings .musings__footer {
    padding-top: 60px; }
    #musings .musings__footer .bdr-1 {
      border-bottom: 4px solid #eadfb0; }
    #musings .musings__footer .bdr-2 {
      border-bottom: 1px solid #eadfb0;
      margin-bottom: 8px; }
  #musings .musings__btn {
    padding-top: 17px;
    text-align: center; }

#portfolio-work {
  position: relative; }
  #portfolio-work .portsection {
    position: relative;
    min-height: 100vh;
    z-index: 99; }
  #portfolio-work .panelc {
    width: 100vw; }
  #portfolio-work .gallery-wrap {
    transform: scale(1);
    transition: all ease 0.25s; }
  #portfolio-work .gallery-wrap:hover {
    cursor: pointer;
    transform: scale(1.05); }
  #portfolio-work .gallery {
    margin: 0 auto;
    position: relative;
    margin-top: 10vw;
    width: 35vw;
    border-radius: 0px;
    overflow: hidden; }
  #portfolio-work .gallery img {
    width: 100%; }
  #portfolio-work .porttitle {
    color: #eadfb0;
    font-size: var(--content_size);
    text-align: center;
    line-height: 30px;
    letter-spacing: 2px;
    font-weight: 400;
    text-transform: uppercase;
    padding-top: 10px;
    font-family: 'Aktiv Grotesk Light', sans-serif; }
  #portfolio-work .extramartop {
    margin-top: -19vw; }
  #portfolio-work .work {
    font-size: calc(100px + 25vw);
    line-height: calc(100px + 14vw);
    text-align: center;
    width: 100vw;
    position: fixed;
    bottom: 0vw;
    margin-top: 0vw;
    opacity: 0.6;
    font-family: "Denton Condensed Light Italic";
    color: #eadfb0;
    z-index: 1;
    display: none; }

#portfolio-page {
  position: relative;
  padding: 5% 0px; }
  #portfolio-page #header {
    width: 100vw;
    padding-top: 15%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center; }
  #portfolio-page #header .subheading {
    color: #eadfb0;
    padding-bottom: 10px; }
  #portfolio-page #header .heading {
    padding: 10px 10% 0px 10%;
    margin: 0 auto;
    border: 1px solid #eadfb0;
    border-radius: 100px;
    display: inline-block; }
    #portfolio-page #header .heading__wrap {
      font-family: 'Denton Condensed Light', sans-serif;
      text-transform: uppercase;
      display: flex;
      flex-direction: row;
      justify-content: center;
      align-items: center;
      font-size: var(--font_96);
      line-height: 100%; }
  #portfolio-page .slots {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0px 30px; }
  #portfolio-page .slots span {
    line-height: 120%;
    display: block; }
  #portfolio-page .slots .slot-letter {
    height: 96px;
    overflow: hidden;
    text-align: center;
    width: 55px;
    display: flex;
    flex-direction: column;
    font-size: var(--font_96);
    line-height: 100%;
    font-family: 'Denton Condensed Light', sans-serif; }
  #portfolio-page .slots .letter-1 span {
    animation: slot 1.25s0s linear forwards; }
  #portfolio-page .slots .letter-2 span {
    animation: slot 1.5s0s linear forwards; }
  #portfolio-page .slots .letter-3 span {
    animation: slot 1.75s0s linear forwards; }
  #portfolio-page .slots .letter-4 span {
    animation: slot 2s0s linear forwards; }
  #portfolio-page .slots .letter-5 span {
    animation: slot 2.25s0s linear forwards; }
  #portfolio-page .slots .letter-6 span {
    animation: slot 2.5s0s linear forwards; }
  #portfolio-page .slots .letter-7 span {
    animation: slot 2.75s0s linear forwards; }
  #portfolio-page .slots .letter-1 span {
    --ch: -14; }
  #portfolio-page .slots .letter-2 span {
    --ch: -20; }
  #portfolio-page .slots .letter-3 span {
    --ch: -17; }
  #portfolio-page .slots .letter-4 span {
    --ch: -22; }
  #portfolio-page .slots .letter-5 span {
    --ch: -14; }
  #portfolio-page .slots .letter-6 span {
    --ch: -17; }
  #portfolio-page .slots .letter-7 span {
    --ch: -10; }
  #portfolio-page .slots .letter-1 {
    width: 60px; }
  #portfolio-page .slots .letter-2 {
    width: 65px; }
  #portfolio-page .slots .letter-3 {
    width: 100px;
    text-align: left;
    margin-top: -2px; }
  #portfolio-page .slots .letter-4 {
    width: 90px; }
  #portfolio-page .slots .letter-5 {
    width: 60px; }
  #portfolio-page .slots .letter-6 {
    width: 62px;
    margin-top: -2px; }
  #portfolio-page .slots .letter-7 {
    width: 60px; }
  #portfolio-page #intro {
    height: 80vh;
    position: relative; }
  #portfolio-page #intro .reveal-line__wrapper {
    min-height: 80vh; }
    #portfolio-page #intro .reveal-line__line {
      height: 80vh; }
  #portfolio-page #portfolio .portfolio__item {
    display: flex;
    padding: 20px 0px; }
    #portfolio-page #portfolio .portfolio__column {
      width: 50%; }
    #portfolio-page #portfolio .portfolio__column.padded {
      padding: 5% 10%;
      display: flex;
      flex-direction: column;
      justify-content: center; }
    #portfolio-page #portfolio .portfolio__name {
      font-size: var(--font_48);
      line-height: 100%;
      font-family: 'Denton Condensed Light', sans-serif;
      padding-bottom: 10px; }
    #portfolio-page #portfolio .portfolio__tags {
      font-size: var(--font_20);
      text-transform: uppercase; }
    #portfolio-page #portfolio .portfolio__desc {
      font-size: var(--font_20);
      line-height: 130%;
      padding-top: 40px; }
    #portfolio-page #portfolio .portfolio__feature img {
      width: 100%; }

body.single-portfolio {
  background: #000; }

#portfolio-single {
  padding: 10% 5% 5% 5%; }
  #portfolio-single #header, #portfolio-single #gallery {
    width: 100%;
    max-width: 1740px;
    margin: 0 auto; }
  #portfolio-single #header .header__name {
    font-size: var(--font_48);
    line-height: 100%;
    font-family: 'Denton Condensed Light', sans-serif;
    padding-bottom: 10px; }
    #portfolio-single #header .header__tags {
      font-size: var(--font_20);
      text-transform: uppercase; }
    #portfolio-single #header .header__desc {
      font-size: var(--font_20);
      line-height: 130%; }
    #portfolio-single #header .header__feature {
      padding-top: 100px; }
    #portfolio-single #header .header__feature img {
      width: 100%; }
  #portfolio-single #gallery img {
    width: 100%;
    padding-top: 100px; }
  #portfolio-single #gallery video {
    width: 100%;
    padding-top: 100px; }
  #portfolio-single #quote {
    padding: 15% 0% 10% 0%;
    width: 100%;
    max-width: 1240px;
    margin: 0 auto; }
  #portfolio-single #quote .quote__text {
    font-size: var(--font_96);
    line-height: 100%;
    text-align: center;
    font-family: 'Denton Condensed Light', sans-serif; }
    #portfolio-single #quote .quote__client {
      text-align: center;
      font-size: var(--font_20);
      text-transform: uppercase;
      line-height: 120%;
      padding-top: 40px; }

#section-heading {
  position: relative; }
  #section-heading .container {
    width: 100%;
    max-width: 1440px;
    margin: 0 auto; }
  #section-heading .row {
    position: relative; }
  #section-heading .section__heading-1 {
    position: relative;
    font-family: "Denton Condensed Light Italic";
    font-size: var(--font_96);
    line-height: 100%;
    width: 100%;
    z-index: 2; }
  #section-heading .section__heading-2 {
    position: relative;
    font-family: 'Denton Condensed Light', sans-serif;
    font-size: var(--font_96);
    line-height: 100%;
    width: 100%;
    z-index: 2;
    text-align: right; }
  #section-heading .section__image {
    z-index: 1;
    width: 100%;
    margin: 0 auto; }
    #section-heading .section__image img {
      width: 100%; }
  #section-heading .section__link {
    width: 100%;
    height: 100%;
    position: absolute;
    z-index: 9;
    top: 0px;
    left: 0px;
    cursor: pointer; }
    #section-heading .section__link a {
      width: 100%;
      height: 100%;
      display: block; }

#signup {
  border-top: 1px solid #eadfb0;
  background: #c41010;
  position: relative;
  z-index: 5; }
  #signup .signup__wrap {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    height: 100%;
    padding: 40px; }
  #signup h4 {
    font-size: var(--font_64);
    line-height: 100%;
    padding-bottom: 0px; }
  #signup input[type=text], #signup input[type=email] {
    font-size: var(--content_size) !important;
    margin-bottom: 15px; }
  #signup input[type=submit] {
    margin-top: 30px;
    font-size: var(--content_size) !important;
    text-transform: none;
    padding: 10px 40px !important; }
  #signup .signup__image {
    background-size: cover;
    background-position: center center; }

.content__title {
  will-change: transform; }

.content__animated {
  will-change: transform; }

.show_cards_desktop {
  display: block; }

.show_cards_mobile {
  display: none; }

#cards {
  position: relative;
  height: 100%;
  min-height: 100vh;
  position: relative;
  z-index: 2;
  width: 100vw;
  overflow: hidden; }
  #cards .subheading {
    padding-top: 50px; }
  #cards .heading {
    width: 100%;
    max-width: 1140px;
    margin: 0 auto;
    text-align: center;
    padding-bottom: 3%; }
  #cards .btn {
    text-align: center;
    display: flex;
    margin-top: 20px; }
  #cards .cards {
    position: relative;
    min-height: 750px; }
  #cards .cards__item {
    position: absolute;
    top: 50px;
    left: 40%;
    transform-origin: center bottom;
    transition: all 1s ease-in-out;
    width: 356px;
    height: 550px;
    cursor: pointer; }
  #cards .cards__wrap {
    position: absolute;
    transition: all 0.5s ease-in-out; }
    #cards .cards__wrap:hover {
      transform: scale(1.1); }
  #cards .cards__item--front img {
    width: 100%; }
  #cards .cards__item--back {
    transform: rotateY(180deg) scale(1.1);
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    border-radius: 10px;
    opacity: 0;
    transition: 0.5s all ease;
    transition-delay: 0.1s; }
  #cards .cards__wrap.flip .cards__item--back {
    opacity: 1; }
  #cards .cards .top {
    z-index: 900 !important; }
  #cards .card-back__wrap {
    border: 1px solid #eadfb0;
    margin: 5px;
    border-radius: 5px;
    height: 98.3%;
    display: flex;
    flex-direction: column;
    justify-content: space-between; }
  #cards .card-back__top {
    padding: 10px;
    border-bottom: 1px solid #eadfb0; }
  #cards .card-back__mdle {
    padding: 10px; }
  #cards .card-back__btm {
    border-top: 1px solid #eadfb0;
    padding: 10px; }
  #cards .card-back__title {
    font-family: 'Denton Condensed Light', sans-serif;
    font-size: var(--font_64);
    text-transform: uppercase;
    text-align: center;
    padding: 20px 0px; }
  #cards .card-back__sub {
    font-size: 16px;
    text-transform: uppercase;
    line-height: 110%;
    text-align: center;
    margin: 0 auto -40px auto; }
    #cards .card-back__sub span {
      display: inline-block;
      padding: 10px 20px; }
  #cards .card-back__content {
    padding: 20px 10px 10px 10px;
    line-height: 120%;
    font-size: 20px; }
  #cards .card-back__btn {
    text-align: center; }
  #cards .spread .one {
    transform: translate(-178%, 18%) rotate(-7deg);
    z-index: 3; }
  #cards .spread .two {
    transform: translate(-85%, 6%) rotate(-4deg);
    z-index: 4; }
  #cards .spread .three {
    transform: translateX(0%) rotate(0deg);
    z-index: 5; }
  #cards .spread .four {
    transform: translate(85%, 6%) rotate(4deg);
    z-index: 6; }
  #cards .spread .five {
    transform: translate(178%, 18%) rotate(7deg);
    z-index: 7; }
  #cards .spread .one, #cards .spread .three, #cards .spread .five {
    border-radius: 10px; }
    #cards .spread .one .cards__item--back, #cards .spread .three .cards__item--back, #cards .spread .five .cards__item--back {
      background: #c41010;
      border: 1px solid #eadfb0; }
    #cards .spread .one .card-back__sub span, #cards .spread .three .card-back__sub span, #cards .spread .five .card-back__sub span {
      background: #c41010; }
  #cards .spread .two, #cards .spread .four {
    border-radius: 10px; }
    #cards .spread .two .cards__item--back, #cards .spread .four .cards__item--back {
      background: #000;
      border: 1px solid #eadfb0; }
    #cards .spread .two .card-back__sub span, #cards .spread .four .card-back__sub span {
      background: #000; }
  #cards .one .flip {
    transform: rotateY(-180deg) rotate(7deg); }
  #cards .two .flip {
    transform: rotateY(-180deg) rotate(4deg); }
  #cards .three .flip {
    transform: rotateY(-180deg); }
  #cards .four .flip {
    transform: rotateY(-180deg) rotate(-4deg); }
  #cards .five .flip {
    transform: rotateY(-180deg) rotate(-7deg); }

#cards-mobile {
  padding: 60px 0px;
  background: #000; }
  #cards-mobile .subheading {
    padding-top: 50px; }
  #cards-mobile .subheading.btm {
    padding: 60px 40px 0px 40px; }
  #cards-mobile .heading {
    text-align: center;
    padding: 0px 20px 60px 20px; }
  #cards-mobile .btn {
    text-align: center;
    display: flex;
    margin-top: 20px; }
  #cards-mobile .slick-list {
    padding-top: 20px !important;
    padding-bottom: 20px !important; }
  #cards-mobile .slick-dots li button:before {
    opacity: 0.5; }
  #cards-mobile .slick-dots li.slick-active button:before {
    opacity: 1; }
  #cards-mobile .cards__item {
    margin: 0px -10px; }
  #cards-mobile .cards__item--back {
    border-radius: 8px; }
  #cards-mobile .card-back__wrap {
    border: 1px solid #eadfb0;
    margin: 5px;
    border-radius: 5px;
    height: 98.3%;
    min-height: 500px;
    display: flex;
    flex-direction: column;
    justify-content: space-between; }
  #cards-mobile .card-back__top {
    padding: 10px;
    border-bottom: 1px solid #eadfb0; }
  #cards-mobile .card-back__mdle {
    padding: 10px; }
  #cards-mobile .card-back__btm {
    border-top: 1px solid #eadfb0;
    padding: 10px; }
  #cards-mobile .card-back__title {
    font-family: 'Denton Condensed Light', sans-serif;
    font-size: var(--font_64);
    text-transform: uppercase;
    text-align: center;
    padding: 20px 0px; }
  #cards-mobile .card-back__sub {
    font-size: 16px;
    text-transform: uppercase;
    line-height: 110%;
    text-align: center;
    margin: 0 auto -40px auto; }
    #cards-mobile .card-back__sub span {
      display: inline-block;
      padding: 10px 20px; }
  #cards-mobile .card-back__content {
    padding: 20px 10px 10px 10px;
    line-height: 120%;
    font-size: 20px; }
  #cards-mobile .card-back__btn {
    text-align: center; }
  #cards-mobile .one, #cards-mobile .three, #cards-mobile .five {
    border-radius: 10px; }
  #cards-mobile .one .cards__item--back, #cards-mobile .three .cards__item--back, #cards-mobile .five .cards__item--back {
    background: #c41010;
    border: 1px solid #eadfb0; }
  #cards-mobile .one .card-back__sub span, #cards-mobile .three .card-back__sub span, #cards-mobile .five .card-back__sub span {
    background: #c41010; }
  #cards-mobile .two, #cards-mobile .four {
    border-radius: 10px; }
  #cards-mobile .two .cards__item--back, #cards-mobile .four .cards__item--back {
    background: #000;
    border: 1px solid #eadfb0; }
  #cards-mobile .two .card-back__sub span, #cards-mobile .four .card-back__sub span {
    background: #000; }
  #cards-mobile .one {
    transform: rotate(7deg); }
  #cards-mobile .two {
    transform: rotate(4deg); }
  #cards-mobile .three {
    transform: rotate(0deg); }
  #cards-mobile .four {
    transform: rotate(-4deg); }
  #cards-mobile .five {
    transform: rotate(-7deg); }
  #cards-mobile .nextdiv {
    transform: rotate(4deg) !important; }
  #cards-mobile .prevdiv {
    transform: rotate(-4deg) !important; }
  #cards-mobile .slick-current {
    transform: rotate(0deg) !important;
    z-index: 99; }
  #cards-mobile .slick-dots {
    bottom: -90px; }
  #cards-mobile .slick-dots li button:before {
    color: #c41010 !important; }

#cards-rotate {
  position: relative;
  height: 100%;
  min-height: 100vh;
  position: relative;
  z-index: 2;
  width: 100vw;
  overflow: hidden; }
  #cards-rotate .subheading {
    color: #eadfb0; }
  #cards-rotate .heading {
    width: 100%;
    max-width: 1140px;
    margin: 0 auto;
    text-align: center;
    padding-bottom: 40px; }
  #cards-rotate .btn {
    text-align: center;
    display: flex;
    margin-top: 20px; }
  #cards-rotate .cards {
    padding: 5% 0px; }
  #cards-rotate .cards .container {
    max-width: 1440px;
    padding: 40px 0px; }
    #cards-rotate .cards .container .row {
      display: flex;
      justify-content: center;
      row-gap: 150px;
      column-gap: 10%; }
    #cards-rotate .cards .container .col-xl-4 {
      margin-bottom: 20px;
      width: auto; }
  #cards-rotate .card-rotate__wrapper {
    border: 1px solid #eadfb0;
    border-radius: 10px;
    padding: 30px;
    display: block;
    cursor: pointer; }
  #cards-rotate .card-rotate__outer {
    align-items: center;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    perspective: 100vmax;
    perspective-origin: center center;
    text-align: center;
    transform-style: preserve-3d; }
  #cards-rotate .card-rotate__btn {
    padding-top: 20px; }
    #cards-rotate .card-rotate__btn a.btn-primary {
      width: 100%;
      text-align: center;
      font-size: var(--font_20) !important; }
  #cards-rotate .card {
    display: block;
    background-position: center center;
    width: 296px;
    height: 455px;
    position: relative;
    animation: rotate 6s linear infinite;
    transform-style: preserve-3d;
    backface-visibility: hidden;
    background-size: contain; }
  #cards-rotate .card::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 0;
    transform: translate3d(0, 0, -1px) rotateY(180deg);
    transform-style: preserve-3d;
    backface-visibility: hidden;
    background-size: contain; }
  #cards-rotate .card.one, #cards-rotate .card.one::before {
    background-image: url(../images/Strategy.svg); }
  #cards-rotate .card.two, #cards-rotate .card.two::before {
    background-image: url(../images/Brand.svg); }
  #cards-rotate .card.three, #cards-rotate .card.three::before {
    background-image: url(../images/Design.svg); }
  #cards-rotate .card.four, #cards-rotate .card.four::before {
    background-image: url(../images/Website.svg); }
  #cards-rotate .card.five, #cards-rotate .card.five::before {
    background-image: url(../images/Marketing.svg); }

#card-flip {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  position: absolute;
  top: 35%; }
  #card-flip .card-flip__wrapper {
    background: #c41010;
    border: 1px solid #eadfb0;
    border-radius: 10px;
    padding: 30px; }
  #card-flip .cards {
    align-items: center;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    perspective: 100vmax;
    perspective-origin: center center;
    text-align: center;
    transform-style: preserve-3d; }
  #card-flip .card {
    display: block;
    background-position: center center;
    width: 296px;
    height: 455px;
    position: relative;
    animation: rotate 6s linear infinite;
    transform-style: preserve-3d;
    backface-visibility: hidden; }
  #card-flip .card::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 0;
    transform: translate3d(0, 0, -1px) rotateY(180deg);
    transform-style: preserve-3d;
    backface-visibility: hidden; }

#join {
  position: relative; }
  #join .join__heading-1 {
    position: relative;
    font-family: "Denton Condensed Light Italic";
    width: 100%;
    max-width: 390px;
    left: 162px;
    top: -83px;
    z-index: 2;
    font-size: var(--font_96);
    line-height: 100%; }
  #join .join__heading-2 {
    position: relative;
    font-family: 'Denton Condensed Light', sans-serif;
    width: 100%;
    max-width: 450px;
    left: -242px;
    top: 107px;
    z-index: 2;
    text-align: right;
    font-size: var(--font_96);
    line-height: 100%; }
  #join .join__subheading {
    color: #f2c3ff;
    text-align: center;
    text-transform: uppercase;
    clear: both;
    padding-top: 8%; }
  #join .join__image {
    z-index: 1; }
    #join .join__image .hover {
      display: none; }
    #join .join__image img {
      width: 100%;
      max-width: 338px; }
  #join .join__link {
    width: 40%;
    height: 40%;
    position: absolute;
    z-index: 9; }
    #join .join__link a {
      width: 100%;
      height: 100%; }
  #join .col-xl-12 {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center; }
  #join a {
    display: block;
    cursor: pointer; }

.testimonial .testimonial-slider__item {
  text-align: center;
  padding: 40px 0px; }
  .testimonial .testimonial-slider__heading {
    padding: 20px 0px;
    text-align: center;
    font-family: "Denton Condensed Light Italic";
    color: #f2c3ff;
    padding-bottom: 40px;
    font-size: var(--font_96);
    line-height: 100%; }
  .testimonial .testimonial-slider__content {
    text-align: center;
    max-width: 620px;
    width: 100%;
    margin: 0px auto;
    color: #f2c3ff;
    font-size: var(--content_size); }
  .testimonial .testimonial-slider__name {
    color: #f2c3ff;
    font-size: var(--content_size);
    padding-top: 40px; }
  .testimonial .slick-dots li {
    transform: rotate(45deg); }
  .testimonial .slick-dots li button {
    width: 5px;
    height: 5px;
    border: 1px solid #f2c3ff;
    border-radius: 0px; }
  .testimonial .slick-dots li button:before {
    font-size: 0px; }
  .testimonial .slick-dots li.slick-active button {
    background: #f2c3ff !important; }
  .testimonial .slick-prev, .testimonial .slick-next {
    width: 18px;
    height: 30px; }

#dice {
  padding-top: 5%; }
  #dice .diceme {
    text-align: center; }
  #dice .dice {
    width: 10rem;
    aspect-ratio: 1;
    perspective: 1000px;
    transform: translate(-50%, 0%) scale(0.2);
    left: 50%;
    position: relative; }
  #dice .dice::after {
    content: '';
    width: inherit;
    height: 100px;
    background: transparent;
    position: absolute;
    top: 12rem;
    transform: perspective(150px) rotateX(45deg) scale(1, 0.5);
    filter: blur(12px);
    opacity: 0.7; }
  #dice .surface {
    width: inherit;
    aspect-ratio: 1;
    position: absolute;
    background: #eadfb0;
    transform-origin: 50% 50% -5rem;
    border: 0.2rem solid #eadfb0;
    font-size: 6rem;
    display: flex;
    justify-content: center;
    align-items: center;
    user-select: none;
    backface-visibility: hidden;
    overflow: hidden;
    box-shadow: inset 0px 0px 63px -19px #eadfb0; }
  #dice .dots {
    display: grid; }
  #dice .dots:not(:has(.trnsp)) {
    gap: 0.6rem; }
  #dice .dot {
    width: 2rem;
    aspect-ratio: 1;
    background: #c41010;
    border-radius: 50%;
    box-shadow: inset 0 3px #c41010, inset 0 -3px #c41010; }
  #dice .surface:nth-child(1) {
    transform: rotateY(var(--rotateY-deg)) rotateX(var(--rotateX-deg)); }
  #dice .surface:nth-child(2) {
    transform: rotateY(calc(var(--rotateY-deg) + 90deg)) rotateZ(var(--rotateX-deg)); }
  #dice .surface:nth-child(2) .dots {
    grid-template-columns: repeat(2, 1fr); }
  #dice .surface:nth-child(3) {
    transform: rotateY(calc(var(--rotateY-deg) + 180deg)) rotateX(calc(0deg - var(--rotateX-deg))); }
  #dice .surface:nth-child(3) .dots {
    grid-template-columns: repeat(2, 1fr); }
  #dice .surface:nth-child(4) {
    transform: rotateY(calc(var(--rotateY-deg) - 90deg)) rotateZ(calc(0deg - var(--rotateX-deg))); }
  #dice .surface:nth-child(4) .dots {
    grid-template-columns: repeat(3, 1fr); }
  #dice .surface:nth-child(5) {
    transform: rotateY(var(--rotateY-deg)) rotateX(calc(var(--rotateX-deg) + 90deg)); }
  #dice .surface:nth-child(5) .dots {
    grid-template-columns: repeat(2, 1fr); }
  #dice .surface:nth-child(6) {
    transform: rotateY(var(--rotateY-deg)) rotateX(calc(var(--rotateX-deg) - 90deg)); }
  #dice .surface:nth-child(6) .dots {
    grid-template-columns: repeat(3, 1fr); }
  #dice .trnsp {
    background: transparent;
    box-shadow: none; }

body.post-type-archive-portfolio {
  background: #000; }

#fun-page {
  padding: 5%; }
  #fun-page .reveal {
    opacity: 0;
    position: relative; }
  #fun-page .reveal.fadee {
    opacity: 0;
    -moz-transition: all 600ms linear;
    -webkit-transition: all 600ms linear;
    -o-transition: all 600ms linear;
    transition: all 600ms linear; }
  #fun-page .reveal.fadee.active {
    opacity: 1; }
  #fun-page .reveal.fademeup {
    transform: translate(-100px, 100px);
    opacity: 0;
    margin-top: 100px;
    margin-bottom: -100px;
    -moz-transition: all 600ms linear;
    -webkit-transition: all 600ms linear;
    -o-transition: all 600ms linear;
    transition: all 600ms linear; }
  #fun-page .reveal.fademeup.active {
    transform: translate(0px, 0px);
    opacity: 1;
    margin-top: 0px;
    margin-bottom: 0px; }
  #fun-page .reveal.fademeupright {
    transform: translate(100px, 100px);
    opacity: 0;
    margin-top: 100px;
    margin-bottom: -100px;
    -moz-transition: all 600ms linear;
    -webkit-transition: all 600ms linear;
    -o-transition: all 600ms linear;
    transition: all 600ms linear; }
  #fun-page .reveal.fademeupright.active {
    transform: translate(0px, 0px);
    opacity: 1;
    margin-top: 0px;
    margin-bottom: 0px; }
  #fun-page .reel {
    width: 100%; }
  #fun-page .zine {
    padding-top: 20vw;
    max-width: 100%; }
  #fun-page .myinsidePage {
    padding: 200px 50px; }
  #fun-page .coolshizz img {
    width: 100%; }
  #fun-page .padtop {
    padding-top: 120px; }

#proposal-page {
  text-align: center;
  padding: 40px 20px 80px 20px; }
  #proposal-page h1 {
    text-align: center;
    margin-bottom: 0px; }
  #proposal-page .container {
    max-width: 1440px; }

#contact-page #header {
  border-top: 1px solid #eadfb0;
  border-bottom: 1px solid #eadfb0; }
  #contact-page #header .header__wrap {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    height: 100%;
    min-height: 70vh;
    padding: 40px; }
    #contact-page #header .header__image {
      background-size: cover;
      background-position: center center; }
    #contact-page #header .header__top {
      font-size: var(--font_96);
      line-height: 100%; }
    #contact-page #header .header__btm {
      font-size: var(--font_36);
      line-height: 180%; }
    #contact-page #header .header__btm .underlined::after {
      bottom: 7px; }
  #contact-page #contact {
    padding: 5% 20px;
    text-align: center; }
  #contact-page #contact .contact {
    width: 100%;
    max-width: 1250px;
    margin: 0 auto;
    padding: 10% 0px 5% 0px; }
  #contact-page #contact h1, #contact-page #contact h2, #contact-page #contact h3, #contact-page #contact label, #contact-page #contact legend {
    font-family: "Denton Condensed Light Italic" !important;
    font-size: var(--font_64);
    line-height: 100%;
    font-weight: 400;
    color: #eadfb0; }
  #contact-page #contact label, #contact-page #contact legend {
    padding: 5% 0px !important; }
  #contact-page #contact .wpforms-field-container {
    color: #eadfb0; }
    #contact-page #contact .wpforms-field-container label {
      color: #eadfb0; }
  #contact-page #contact .wpforms-container input.wpforms-field-medium, #contact-page #contact .wpforms-container select.wpforms-field-medium, #contact-page #contact .wpforms-container .wpforms-field-row.wpforms-field-medium, #contact-page #contact .wp-core-ui div.wpforms-container input.wpforms-field-medium, #contact-page #contact .wp-core-ui div.wpforms-container select.wpforms-field-medium, #contact-page #contact .wp-core-ui div.wpforms-container .wpforms-field-row.wpforms-field-medium {
    max-width: 100%; }
  #contact-page #contact input[type=text], #contact-page #contact input[type=email], #contact-page #contact input[type=tel], #contact-page #contact input[type=number], #contact-page #contact input[type=password], #contact-page #contact textarea {
    padding: 20px;
    font-family: 'Denton Condensed Light', sans-serif !important;
    font-size: var(--font_64) !important;
    line-height: 100%;
    font-weight: 400;
    color: #eadfb0;
    min-height: 100px; }
    #contact-page #contact input[type=text]::placeholder, #contact-page #contact input[type=email]::placeholder, #contact-page #contact input[type=tel]::placeholder, #contact-page #contact input[type=number]::placeholder, #contact-page #contact input[type=password]::placeholder, #contact-page #contact textarea::placeholder {
      opacity: 0.2 !important; }
    #contact-page #contact input[type=text]:focus, #contact-page #contact input[type=email]:focus, #contact-page #contact input[type=tel]:focus, #contact-page #contact input[type=number]:focus, #contact-page #contact input[type=password]:focus, #contact-page #contact textarea:focus {
      outline: none;
      box-shadow: none; }
  #contact-page #contact textarea {
    height: 120px; }
  #contact-page #contact button[type=submit] {
    min-height: 120px;
    min-width: 600px; }
  #contact-page #contact .wpforms-container-full .wpforms-field-checkbox ul li {
    flex-direction: column;
    position: relative;
    margin: 20px 0px; }
    #contact-page #contact .wpforms-container-full .wpforms-field-checkbox label {
      width: 100%;
      height: 100%;
      font-size: var(--font_36) !important;
      font-family: 'Aktiv Grotesk Light', sans-serif !important; }
    #contact-page #contact .wpforms-container-full .wpforms-field-checkbox input[type=checkbox] {
      border-radius: 100%;
      width: 100%;
      height: 100%;
      position: absolute; }
      #contact-page #contact .wpforms-container-full .wpforms-field-checkbox input[type=checkbox]:before {
        background: #000 !important;
        border: 1px solid #eadfb0 !important;
        border-radius: 100%;
        width: 100%;
        height: 100%; }
      #contact-page #contact .wpforms-container-full .wpforms-field-checkbox input[type=checkbox]:after {
        display: none; }
      #contact-page #contact .wpforms-container-full .wpforms-field-checkbox input[type=checkbox]:focus {
        outline: none;
        box-shadow: none; }
    #contact-page #contact .wpforms-container-full .wpforms-field-checkbox .wpforms-selected label {
      color: #000; }
      #contact-page #contact .wpforms-container-full .wpforms-field-checkbox .wpforms-selected input[type=checkbox]:before {
        background: #f2c3ff !important;
        border: 1px solid #eadfb0 !important; }
  #contact-page #contact .input-hidden {
    display: none; }
  #contact-page #contact .wpforms-submit-container {
    display: none; }
  #contact-page #contact .wpforms-submit-container {
    text-align: center; }
  #contact-page #contact .wpforms-submit-container {
    padding-top: 80px; }
  #contact-page #contact .wpforms-confirmation-container-full {
    font-family: "Denton Condensed Light Italic" !important;
    font-size: var(--font_96);
    line-height: 100%;
    color: #eadfb0; }

body.page-id-2113 {
  background: #000 !important;
  color: #eadfb0; }
  body.page-id-2113 h1 {
    font-size: var(--font_64);
    text-align: center;
    padding-bottom: 5%; }
  body.page-id-2113 #support-form {
    width: 100%;
    max-width: 1440px;
    margin: 0 auto; }
  body.page-id-2113 #support-form h1, body.page-id-2113 #support-form h2, body.page-id-2113 #support-form h3, body.page-id-2113 #support-form label, body.page-id-2113 #support-form legend {
    font-family: "Denton Condensed Light Italic" !important;
    font-size: var(--font_48);
    line-height: 100%;
    font-weight: 400;
    color: #eadfb0 !important; }
  body.page-id-2113 #support-form .wpforms-field-container {
    color: #eadfb0; }
    body.page-id-2113 #support-form .wpforms-field-container label {
      color: #eadfb0 !important; }
  body.page-id-2113 #support-form .wpforms-container input.wpforms-field-medium, body.page-id-2113 #support-form .wpforms-container select.wpforms-field-medium, body.page-id-2113 #support-form .wpforms-container .wpforms-field-row.wpforms-field-medium, body.page-id-2113 #support-form .wp-core-ui div.wpforms-container input.wpforms-field-medium, body.page-id-2113 #support-form .wp-core-ui div.wpforms-container select.wpforms-field-medium, body.page-id-2113 #support-form .wp-core-ui div.wpforms-container .wpforms-field-row.wpforms-field-medium {
    max-width: 100%; }
  body.page-id-2113 #support-form input[type=text], body.page-id-2113 #support-form input[type=email], body.page-id-2113 #support-form input[type=tel], body.page-id-2113 #support-form input[type=number], body.page-id-2113 #support-form input[type=password], body.page-id-2113 #support-form textarea {
    padding: 10px 20px;
    font-family: 'Denton Condensed Light', sans-serif !important;
    font-size: var(--font_48) !important;
    line-height: 100%;
    font-weight: 400;
    color: #eadfb0 !important;
    min-height: 80px; }
    body.page-id-2113 #support-form input[type=text]::placeholder, body.page-id-2113 #support-form input[type=email]::placeholder, body.page-id-2113 #support-form input[type=tel]::placeholder, body.page-id-2113 #support-form input[type=number]::placeholder, body.page-id-2113 #support-form input[type=password]::placeholder, body.page-id-2113 #support-form textarea::placeholder {
      opacity: 0.2 !important; }
    body.page-id-2113 #support-form input[type=text]:focus, body.page-id-2113 #support-form input[type=email]:focus, body.page-id-2113 #support-form input[type=tel]:focus, body.page-id-2113 #support-form input[type=number]:focus, body.page-id-2113 #support-form input[type=password]:focus, body.page-id-2113 #support-form textarea:focus {
      outline: none;
      box-shadow: none; }
  body.page-id-2113 #support-form textarea {
    height: auto;
    min-height: 250px; }
  body.page-id-2113 #support-form button[type=submit] {
    min-height: 80px;
    min-width: 600px; }
  body.page-id-2113 #support-form .wpforms-container-full select {
    height: 80px !important;
    font-family: 'Denton Condensed Light', sans-serif !important;
    font-size: var(--font_48) !important;
    line-height: 100%;
    font-weight: 400;
    color: #eadfb0 !important;
    border: none !important;
    border-bottom: 1px solid #eadfb0 !important;
    padding: 5px 0px !important; }
    body.page-id-2113 #support-form .wpforms-container-full select:not(:focus):invalid {
      color: rgba(234, 223, 176, 0.3) !important; }
  body.page-id-2113 #support-form .wpforms-field-radio label {
    padding-left: 10px !important;
    letter-spacing: 1px; }
    body.page-id-2113 #support-form .wpforms-field-radio input[type=radio]:before {
      background-color: #000 !important;
      border: 2px solid #eadfb0; }
    body.page-id-2113 #support-form .wpforms-field-radio input[type=radio]:checked:after {
      background-color: #eadfb0 !important;
      border: 2px solid #eadfb0;
      transform: scale(1) !important; }
    body.page-id-2113 #support-form .wpforms-field-radio input[type=radio]:checked:before {
      border-color: none !important;
      box-shadow: none !important; }
  body.page-id-2113 #support-form .wpforms-container-full .wpforms-field-label-inline {
    color: #eadfb0 !important;
    font-family: 'Denton Condensed Light', sans-serif !important;
    font-size: var(--font_48) !important; }
    body.page-id-2113 #support-form .wpforms-container-full .wpforms-field-label {
      padding-bottom: 20px; }
    body.page-id-2113 #support-form .wpforms-container-full .wpforms-field label {
      margin: 0px;
      padding: 0px; }
    body.page-id-2113 #support-form .input-hidden {
      display: none; }
  body.page-id-2113 #support-form .wpforms-submit-container {
    display: block; }
  body.page-id-2113 #support-form .wpforms-submit-container {
    text-align: center; }
  body.page-id-2113 #support-form .wpforms-submit-container {
    padding-top: 80px; }
  body.page-id-2113 #support-form .wpforms-confirmation-container-full {
    font-family: "Denton Condensed Light Italic" !important;
    font-size: var(--font_96);
    line-height: 100%;
    color: #eadfb0 !important; }
  body.page-id-2113 #support-form div.wpforms-container-full .wpforms-field.wpforms-field-radio ul li {
    align-items: center !important; }
  body.page-id-2113 #support-form .wpforms-confirmation-container-full p {
    color: #eadfb0 !important;
    font-size: var(--font_48) !important;
    text-align: center !important; }

#custom-page #cta.brand1, #custom-page #accordion_split.brand1, #custom-page #split-column.brand1, #custom-page #marquee.brand1, #custom-page #testimonials.brand1, #custom-page #html.brand1, #custom-page #wysiwyg.brand1, #custom-page #spacer.brand1, #custom-page #specialties.brand1 {
  background: #c41010 !important; }
  #custom-page #cta.brand1 .btn-primary, #custom-page #accordion_split.brand1 .btn-primary, #custom-page #split-column.brand1 .btn-primary, #custom-page #marquee.brand1 .btn-primary, #custom-page #testimonials.brand1 .btn-primary, #custom-page #html.brand1 .btn-primary, #custom-page #wysiwyg.brand1 .btn-primary, #custom-page #spacer.brand1 .btn-primary, #custom-page #specialties.brand1 .btn-primary {
    background: transparent !important; }
    #custom-page #cta.brand1 .btn-primary:hover, #custom-page #accordion_split.brand1 .btn-primary:hover, #custom-page #split-column.brand1 .btn-primary:hover, #custom-page #marquee.brand1 .btn-primary:hover, #custom-page #testimonials.brand1 .btn-primary:hover, #custom-page #html.brand1 .btn-primary:hover, #custom-page #wysiwyg.brand1 .btn-primary:hover, #custom-page #spacer.brand1 .btn-primary:hover, #custom-page #specialties.brand1 .btn-primary:hover {
      background: #eadfb0 !important;
      color: #c41010 !important; }
  #custom-page #cta.brand2, #custom-page #accordion_split.brand2, #custom-page #split-column.brand2, #custom-page #marquee.brand2, #custom-page #testimonials.brand2, #custom-page #html.brand2, #custom-page #wysiwyg.brand2, #custom-page #spacer.brand2, #custom-page #specialties.brand2 {
    background: #000 !important; }
  #custom-page #cta.brand2 .btn-primary, #custom-page #accordion_split.brand2 .btn-primary, #custom-page #split-column.brand2 .btn-primary, #custom-page #marquee.brand2 .btn-primary, #custom-page #testimonials.brand2 .btn-primary, #custom-page #html.brand2 .btn-primary, #custom-page #wysiwyg.brand2 .btn-primary, #custom-page #spacer.brand2 .btn-primary, #custom-page #specialties.brand2 .btn-primary {
    background: transparent !important; }
    #custom-page #cta.brand2 .btn-primary:hover, #custom-page #accordion_split.brand2 .btn-primary:hover, #custom-page #split-column.brand2 .btn-primary:hover, #custom-page #marquee.brand2 .btn-primary:hover, #custom-page #testimonials.brand2 .btn-primary:hover, #custom-page #html.brand2 .btn-primary:hover, #custom-page #wysiwyg.brand2 .btn-primary:hover, #custom-page #spacer.brand2 .btn-primary:hover, #custom-page #specialties.brand2 .btn-primary:hover {
      background: #eadfb0 !important;
      color: #000 !important; }
  #custom-page #header {
    height: 100vh;
    background-size: cover;
    background-position: center center; }
  #custom-page #header .container-fluid, #custom-page #header .row, #custom-page #header .col-xl-12 {
    height: 100%; }
  #custom-page #header .col-xl-12 {
    display: flex;
    flex-direction: column; }
  #custom-page #header .header__wrap {
    padding: 5%; }
    #custom-page #header .header__heading {
      padding-bottom: 20px;
      font-size: var(--font_96);
      font-family: 'Denton Condensed Light', sans-serif;
      line-height: 100%;
      text-align: center; }
    #custom-page #header .header__content {
      text-align: center; }
  #custom-page #split-column .split__image {
    width: 100%;
    height: 100%; }
    #custom-page #split-column .split__image img {
      width: 100%;
      height: 100%;
      object-fit: cover; }
    #custom-page #split-column .split__wrap {
      padding: 5% 10%;
      width: 100%;
      height: 100%;
      display: flex;
      flex-direction: column;
      justify-content: center; }
    #custom-page #split-column .split__heading {
      font-size: var(--font_96);
      font-family: 'Denton Condensed Light', sans-serif;
      line-height: 100%; }
    #custom-page #split-column .split__content {
      padding: 40px 0px; }
  #custom-page #split-column .container-fluid.right .row {
    flex-direction: row-reverse; }
  #custom-page #marquee {
    padding: 40px 0px; }
  #custom-page #marquee .marquee__inner {
    animation: marquee 30s linear infinite !important;
    -webkit-animation: marquee 30s linear infinite !important; }
    #custom-page #marquee .marquee__inner span {
      font-size: var(--font_96);
      line-height: 100%;
      font-family: "Denton Condensed Light Italic" !important;
      text-transform: none !important;
      padding: 0 10px !important; }
  #custom-page #cta {
    padding: 5% 5%; }
  #custom-page #cta .container {
    width: 100%;
    max-width: 960px;
    margin: 0 auto; }
  #custom-page #cta .cta__heading {
    font-size: var(--font_96);
    line-height: 100%;
    font-family: "Denton Condensed Light Italic";
    text-align: center; }
    #custom-page #cta .cta__content {
      text-align: center;
      padding: 40px 0px; }
    #custom-page #cta .cta__button {
      text-align: center; }
  #custom-page #html {
    padding: 5% 5%; }
  #custom-page #html .container {
    width: 100%;
    max-width: 960px;
    margin: 0 auto; }
  #custom-page #html .html__heading {
    font-size: var(--font_96);
    line-height: 100%;
    font-family: "Denton Condensed Light Italic";
    text-align: center;
    padding-bottom: 40px; }
    #custom-page #html .html__content {
      text-align: center;
      padding-bottom: 40px; }
  #custom-page #accordion_split.column-1 .accordion_split__wrap {
    width: 100%;
    max-width: 1023px;
    margin: 0 auto; }
    #custom-page #accordion_split.column-1 .accordion_split__heading {
      text-align: center; }
    #custom-page #accordion_split.column-1 .accordion_split__content {
      text-align: center; }
    #custom-page #accordion_split.column-1 .accordion_split__button {
      padding-top: 60px;
      text-align: center; }
  #custom-page #accordion_split.column-2 .accordion_split__wrap {
    width: 100%;
    max-width: 840px; }
  #custom-page #accordion_split {
    position: relative;
    z-index: 3;
    padding: 5% 5%; }
  #custom-page #accordion_split .accordion_split__heading {
    font-family: 'Denton Condensed Light', sans-serif;
    font-size: var(--h2_size);
    line-height: 100%; }
    #custom-page #accordion_split .accordion_split__content {
      padding: 40px 0px; }
  #custom-page #accordion_split .service__link {
    padding: 20px 0px;
    text-transform: uppercase; }
  #custom-page #accordion_split .accordion-button, #custom-page #accordion_split .accordion-item, #custom-page #accordion_split .accordion-body {
    background-color: transparent !important; }
  #custom-page #testimonials .testimonial-wrapper {
    max-width: 80%;
    margin: 0 auto; }
  #custom-page #testimonials .testimonial-section__heading {
    text-align: center;
    font-size: var(--h3_size);
    font-family: 'Denton Condensed Light', sans-serif;
    padding-bottom: 40px;
    line-height: 100%; }
    #custom-page #testimonials .testimonial-section__content {
      text-align: center; }
  #custom-page #testimonials .testimonial-slider__item {
    text-align: center;
    padding: 80px 0px 0px 0px; }
    #custom-page #testimonials .testimonial-slider__item .col-xl-6 {
      display: flex;
      flex-direction: column;
      justify-content: center;
      align-items: center; }
    #custom-page #testimonials .testimonial-slider__img {
      text-align: center;
      margin: 0 auto 0px auto;
      width: 100%; }
    #custom-page #testimonials .testimonial-slider__content {
      text-align: center;
      width: 100%;
      margin: 0px;
      padding: 0px 60px 40px 60px; }
    #custom-page #testimonials .testimonial-slider__heading {
      text-align: center;
      font-family: var(--h4_family);
      font-size: var(--h4_size);
      padding-bottom: 40px;
      line-height: 110%; }
    #custom-page #testimonials .testimonial-slider__name {
      text-transform: uppercase;
      font-size: calc(var(--content_size) - 20%); }
  #custom-page #testimonials .slider-buttons {
    max-width: 49%;
    margin: 0;
    padding: 0px 0px 0px 10px;
    display: flex;
    justify-content: space-between; }
    #custom-page #testimonials .slider-buttons .previous i, #custom-page #testimonials .slider-buttons .next i {
      font-size: 40px; }
    #custom-page #testimonials .slider-buttons .previous {
      padding-right: 40px; }
  #custom-page #testimonials .slick-dots {
    position: relative !important; }
    #custom-page #testimonials .slick-dots li {
      list-style-type: none;
      margin: 0 25px;
      cursor: pointer;
      width: 10px;
      height: 10px;
      border: 1px solid #eadfb0 !important;
      border-radius: 50%;
      -webkit-border-radius: 50%;
      -moz-border-radius: 50%;
      -ms-border-radius: 50%;
      -o-border-radius: 50%; }
    #custom-page #testimonials .slick-dots li:first-child {
      margin-left: 0; }
    #custom-page #testimonials .slick-dots li:last-child {
      margin-right: 0; }
    #custom-page #testimonials .slick-dots li.slick-active {
      background-color: #eadfb0; }
    #custom-page #testimonials .slick-dots button {
      display: none !important; }
  #custom-page #media .image-cover {
    background-size: cover;
    background-position: center center;
    width: 100vw;
    height: 100vh; }
  #custom-page #media .video-cover {
    width: 100vw;
    height: 100vh;
    overflow: hidden; }
    #custom-page #media .video-cover video {
      object-fit: cover;
      width: 100vw;
      height: 100vh; }
  #custom-page #media .image-inline, #custom-page #media .video-inline {
    text-align: center;
    padding: 5%; }
  #custom-page #media .video-inline {
    width: 100%;
    max-width: 1440px;
    margin: 0 auto; }
  #custom-page #wysiwyg {
    padding: 5%; }
  #custom-page #wysiwyg .container {
    width: 100%;
    max-width: 1250px;
    margin: 0 auto; }
  #custom-page #specialties {
    padding: 5% 20px;
    width: 100%;
    max-width: 100%;
    margin: 0 auto;
    padding-top: 350px;
    margin-bottom: -300px; }
  #custom-page #specialties .specialties__wrapper {
    border-radius: 8.024px;
    background: #c41010;
    background-image: url(../images/pixel-red.png);
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    box-shadow: 0px 0px 20px 0px #eadfb0;
    padding: 30px 30px 40px 30px;
    margin: 0px 20px;
    min-height: 750px;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    transition: background-image 0.5s; }
    #custom-page #specialties .specialties__wrapper:hover {
      background-image: url(../images/pixel-red.png) !important; }
    #custom-page #specialties .specialties__heading {
      font-family: 'Denton Condensed Light', sans-serif;
      font-size: var(--font_96);
      line-height: 100%; }
    #custom-page #specialties .specialties__content ul {
      margin: 0px 10% 0px 30%;
      padding: 0px; }
    #custom-page #specialties .specialties__content li {
      padding-top: 20px; }

#footer-wrap {
  background: #c41010;
  color: #eadfb0;
  border-top: 1px solid #eadfb0; }
  #footer-wrap #footer {
    padding: 20px 5%;
    font-size: var(--content_size); }
  #footer-wrap #footer a {
    color: #eadfb0; }
  #footer-wrap #footer .footer__wrap {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    height: 100%; }
    #footer-wrap #footer .footer__top span {
      padding-right: 60px; }
    #footer-wrap #footer .footer__btm {
      display: flex;
      flex-direction: column;
      line-height: 2.5em; }
    #footer-wrap #footer .footer__btm .underlined::after {
      bottom: 12px; }
    #footer-wrap #footer .footer__icon {
      display: flex;
      display: flex;
      flex-direction: column;
      align-items: center;
      justify-content: center;
      min-height: 250px; }

.show_desktop {
  display: block; }

.show_mobile {
  display: none; }

.grecaptcha-badge {
  display: none !important; }

.subheading {
  color: #f2c3ff;
  font-size: var(--content_size);
  font-style: normal;
  font-weight: 300;
  line-height: normal;
  text-transform: uppercase;
  text-align: center; }

.heading {
  font-family: 'Denton Condensed Light', sans-serif;
  font-style: normal;
  font-weight: 300;
  font-size: var(--font_96);
  line-height: 100%; }

.underlined {
  display: inline-block;
  position: relative;
  color: #eadfb0; }
  .underlined:after {
    content: '';
    position: absolute;
    width: 100%;
    transform: scaleX(0);
    height: 2px;
    bottom: -2px;
    left: 0;
    background-color: #eadfb0;
    transform-origin: bottom right;
    transition: transform 0.25s ease-out; }
  .underlined:hover::after {
    transform: scaleX(1);
    transform-origin: bottom left; }

img {
  border: 0;
  max-width: 100%;
  height: auto;
  width: auto\9; }

.clear {
  clear: both !important; }

a {
  color: #eadfb0; }
  a:hover {
    color: #eadfb0; }

.page-title {
  color: #eadfb0 !important; }

p {
  margin: 0 0 25px; }

p:empty {
  display: none; }

a {
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  text-decoration: none;
  outline: none; }

.error404 .wrapper {
  padding: 5% 0px; }
  .error404 h1 {
    font-size: 50px;
    text-align: center; }
  .error404 .entry-content {
    text-align: center;
    padding-top: 3%; }

blockquote {
  font-family: "Denton Condensed Light Italic";
  text-align: center;
  padding: 40px 20px;
  font-size: var(--font_96);
  line-height: 100%; }

.reveal-text {
  visibility: hidden; }
  .reveal-text i, .reveal-text b {
    font-style: normal !important;
    color: ;
    font-weight: 400 !important; }

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

.alignright {
  position: relative;
  float: right;
  padding-left: 40px; }

.alignleft {
  position: relative;
  float: left;
  padding-right: 40px; }

.single-post hr {
  height: 2px;
  background: #eadfb0;
  opacity: 1; }

.reveal {
  position: relative;
  transform: translateY(0px);
  opacity: 0;
  transition: 1s all ease; }

.reveal.active {
  transform: translateY(0);
  opacity: 1; }

.reveal-top {
  animation: fadein 2s ease-in; }

.reveal-top-single {
  animation: fadein 1s ease-in; }

.fadein {
  animation: fadein 2s ease-in; }

.fadeout {
  animation: fadeout 2s ease-out; }

.reveal-top.reveal {
  animation: fadein 1s ease-in;
  opacity: 1; }

.slide {
  position: relative;
  opacity: 0;
  transition: 1s all ease;
  transform: translateY(0);
  padding-top: 60px; }

.slide.active {
  opacity: 1;
  transform: translateY(-300px); }

.reveal-line__wrapper {
  height: 100%;
  min-height: 100vh; }
  .reveal-line__line {
    position: relative;
    left: 50%;
    top: 0;
    width: 2px;
    height: 100vh;
    background-color: #eadfb0; }

.marquee {
  width: 100%;
  overflow: hidden;
  pointer-events: none; }
  .marquee .marquee__inner {
    width: fit-content;
    display: flex;
    position: relative;
    animation-play-state: running;
    opacity: 1;
    transition-duration: 0.4s;
    transform: translate3d(calc(-25% + 20vw), 0, 0);
    -webkit-transform: translate3d(calc(-25% + 20vw), 0, 0);
    -moz-transform: translate3d(calc(-25% + 20vw), 0, 0);
    -ms-transform: translate3d(calc(-25% + 20vw), 0, 0);
    -o-transform: translate3d(calc(-25% + 20vw), 0, 0);
    transition: opacity 0.1s;
    -webkit-transition: opacity 0.1s;
    -moz-transition: opacity 0.1s;
    -ms-transition: opacity 0.1s;
    -o-transition: opacity 0.1s;
    animation: marquee 90s linear infinite;
    -webkit-animation: marquee 90s linear infinite; }
  .marquee .marquee__inner span {
    -webkit-text-fill-color: #eadfb0;
    -webkit-text-stroke: 0px;
    white-space: nowrap;
    padding: 0 1vw;
    font-family: 'Denton Condensed Light', sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: var(--font_96);
    line-height: 100%;
    text-transform: uppercase;
    color: #eadfb0; }

@keyframes marquee {
  0% {
    transform: translate3d(calc(-25% + 20vw), 0, 0);
    -webkit-transform: translate3d(calc(-25% + 20vw), 0, 0);
    -moz-transform: translate3d(calc(-25% + 20vw), 0, 0);
    -ms-transform: translate3d(calc(-25% + 20vw), 0, 0);
    -o-transform: translate3d(calc(-25% + 20vw), 0, 0); }

  100% {
    transform: translate3d(calc(-50% + 20vw), 0, 0);
    -webkit-transform: translate3d(calc(-50% + 20vw), 0, 0);
    -moz-transform: translate3d(calc(-50% + 20vw), 0, 0);
    -ms-transform: translate3d(calc(-50% + 20vw), 0, 0);
    -o-transform: translate3d(calc(-50% + 20vw), 0, 0); } }

@keyframes -webkit-marquee {
  0% {
    transform: translate3d(calc(-25% + 20vw), 0, 0);
    -webkit-transform: translate3d(calc(-25% + 20vw), 0, 0);
    -moz-transform: translate3d(calc(-25% + 20vw), 0, 0);
    -ms-transform: translate3d(calc(-25% + 20vw), 0, 0);
    -o-transform: translate3d(calc(-25% + 20vw), 0, 0); }

  100% {
    transform: translate3d(calc(-50% + 20vw), 0, 0);
    -webkit-transform: translate3d(calc(-50% + 20vw), 0, 0);
    -moz-transform: translate3d(calc(-50% + 20vw), 0, 0);
    -ms-transform: translate3d(calc(-50% + 20vw), 0, 0);
    -o-transform: translate3d(calc(-50% + 20vw), 0, 0); } }

@keyframes fadein {
  from {
    opacity: 0; }

  to {
    opacity: 1; } }

@-moz-keyframes fadein {
  from {
    opacity: 0; }

  to {
    opacity: 1; } }

@-webkit-keyframes fadein {
  from {
    opacity: 0; }

  to {
    opacity: 1; } }

@-ms-keyframes fadein {
  from {
    opacity: 0; }

  to {
    opacity: 1; } }

@-o-keyframes fadein {
  from {
    opacity: 0; }

  to {
    opacity: 1; } }

@keyframes fadeout {
  from {
    opacity: 1; }

  to {
    opacity: 0; } }

@-moz-keyframes fadeout {
  from {
    opacity: 1; }

  to {
    opacity: 0; } }

@-webkit-keyframes fadeout {
  from {
    opacity: 1; }

  to {
    opacity: 0; } }

@-ms-keyframes fadeout {
  from {
    opacity: 1; }

  to {
    opacity: 0; } }

@-o-keyframes fadeout {
  from {
    opacity: 1; }

  to {
    opacity: 0; } }

@keyframes shake {
  0%, 100% {
    transform: rotate(0deg);
    transform-origin: 50% 100%; }

  10% {
    transform: rotate(1deg); }

  20%, 40%, 60% {
    transform: rotate(-3deg); }

  30%, 50%, 70% {
    transform: rotate(3deg); }

  80% {
    transform: rotate(-1deg); }

  90% {
    transform: rotate(1deg); } }

@keyframes delay-animation {
  0% {
    opacity: 1; }

  50% {
    opacity: 1; }

  50.01% {
    transform: rotate(0deg); }

  100% {
    transform: rotate(0deg); } }

h1, h2, h3, h4, h5, h6 {
  margin: 0 0 20px;
  color: #eadfb0;
  line-height: 1.5em;
  font-weight: 400; }

h1 a, h1 a:hover, h2 a, h2 a:hover, h3 a, h3 a:hover, h4 a, h4 a:hover, h5 a, h5 a:hover, h6 a, h6 a:hover {
  color: #eadfb0;
  line-height: 1.5em;
  font-weight: 400;
  text-decoration: none; }

h1, .h1 {
  font-size: var(--h1_size);
  font-family: "Denton Condensed Light Italic"; }

h2, .h2 {
  font-size: var(--h2_size);
  font-family: 'Denton Condensed Light', sans-serif; }

h3, .h3 {
  font-size: var(--h3_size);
  font-family: "Denton Condensed Light Italic"; }

h4 {
  font-size: var(--h4_size);
  font-family: 'Denton Condensed Light', sans-serif; }

h5 {
  font-size: var(--h5_size);
  font-family: "Denton Condensed Light Italic"; }

h6 {
  font-size: var(--h6_size);
  font-family: 'Denton Condensed Light', sans-serif; }

h1.reveal-text .line {
  display: flex;
  justify-content: center; }

.page-heading {
  font-family: 'Denton Condensed Light', sans-serif;
  text-align: center;
  font-size: var(--font_96);
  line-height: 100%; }

.wpforms-confirmation-container-full, div[submit-success] > .wpforms-confirmation-container-full:not(.wpforms-redirection-message) {
  background: transparent !important;
  border: none !important; }

.wpforms-confirmation-container-full, div[submit-success] > .wpforms-confirmation-container-full {
  color: unset !important; }

input[type=text], input[type=email], input[type=tel], input[type=number], input[type=password], textarea {
  background-color: transparent !important;
  border-radius: 0px !important;
  color: #eadfb0 !important;
  font-size: var(--content_size) !important;
  border: none !important;
  border-bottom: 1px solid #eadfb0 !important;
  padding: 5px 0px !important; }
  input[type=text]::placeholder, input[type=email]::placeholder, input[type=tel]::placeholder, input[type=number]::placeholder, input[type=password]::placeholder, textarea::placeholder {
    color: #eadfb0 !important; }

input[type=number] {
  border: 1px solid #eadfb0 !important;
  border-bottom: 1px solid #eadfb0 !important; }

input[type=checkbox] {
  background: #c41010 !important;
  border-color: #c41010 !important;
  border-width: 2px;
  width: 20px;
  height: 20px; }
  input[type=checkbox]:checked {
    background: #c41010 !important;
    border-color: #c41010 !important; }
  input[type=checkbox]:checked:after {
    content: "\f00c";
    font-family: 'Font Awesome 5 Pro';
    font-size: 14px;
    color: #c41010;
    position: relative;
    display: flex;
    font-weight: 600;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin-top: -2px; }
  input[type=checkbox]:focus {
    box-shadow: none !important;
    outline: none !important; }

.form-control {
  font-size: var(--content_size) !important; }
  .form-control:focus {
    box-shadow: none !important;
    outline: none !important; }

button[type=submit] {
  padding: 10px 40px !important;
  margin: 0 auto;
  text-align: center;
  display: inline-block;
  font-weight: 300;
  border-radius: 30px;
  background-image: none !important;
  text-shadow: none !important;
  box-shadow: none !important;
  outline-offset: 5px;
  font-family: "Denton Condensed Light Italic" !important;
  font-size: var(--font_96) !important;
  line-height: var(--font_96) !important;
  background-color: #eadfb0 !important;
  border: 1px solid #eadfb0 !important;
  outline: 1px solid #eadfb0 !important;
  color: #c41010 !important; }
  button[type=submit]:hover {
    background-color: #c41010 !important;
    border: 1px solid #c41010 !important;
    outline: 1px solid #c41010 !important;
    color: #eadfb0 !important;
    transition: 0.5s ease; }

select {
  background-color: transparent !important;
  border-radius: 0px !important;
  color: #eadfb0 !important;
  font-size: var(--content_size) !important;
  border: none !important;
  border-bottom: 1px solid #eadfb0 !important;
  padding: 5px 0px !important;
  border: 1px solid #eadfb0 !important;
  padding: 10px !important; }
  select::placeholder {
    color: #eadfb0 !important; }
  select option {
    font-size: var(--content_size) !important; }
  select optgroup {
    font-size: var(--content_size) !important; }
  select:focus {
    box-shadow: none !important;
    outline: none !important; }

.select2-container--default .select2-selection--single {
  background: none !important;
  border: none !important;
  border-radius: 0px !important; }

.select2-selection__rendered {
  background-color: transparent !important;
  border-radius: 0px !important;
  color: #eadfb0 !important;
  font-size: var(--content_size) !important;
  border: none !important;
  border-bottom: 1px solid #eadfb0 !important;
  padding: 5px 0px !important;
  border: 1px solid #eadfb0 !important;
  padding: 5px 10px !important; }
  .select2-selection__rendered::placeholder {
    color: #eadfb0 !important; }
  .select2-selection__rendered:focus {
    box-shadow: none !important;
    outline: none !important; }

.select2-results__option, .select2-container--default .select2-results__option[data-selected=true], .select2-search--dropdown {
  background-color: #c41010; }

.button, .readmore a, .btn-primary, .btn-default {
  font-family: 'Aktiv Grotesk Light', sans-serif !important;
  font-size: var(--button_size) !important;
  line-height: var(--button_size) !important;
  padding: 10px 40px !important;
  display: inline-block !important;
  font-weight: 600 !important;
  border-radius: 50px !important;
  background-image: none !important;
  background-color:  !important;
  border: 1px solid  !important;
  color:  !important;
  text-shadow: none !important;
  box-shadow: none !important;
  text-transform: uppercase;
  background-color: #c41010;
  border: 1px solid #c41010;
  color: #eadfb0; }

.button:hover, .readmore a:hover, .btn-default:hover, .btn-primary:hover, .btn-primary:active, .btn-primary:focus, .btn-primary:focus-within, .btn-primary:target, .btn-primary:focus-visible {
  font-family: 'Aktiv Grotesk Light', sans-serif !important;
  font-size: var(--button_size) !important;
  line-height: var(--button_size) !important;
  padding: 10px 40px !important;
  display: inline-block !important;
  font-weight: 600 !important;
  border-radius: 50px !important;
  background-image: none !important;
  background-color:  !important;
  border: 1px solid  !important;
  color:  !important;
  text-shadow: none !important;
  box-shadow: none !important;
  text-transform: uppercase;
  background-color: #eadfb0;
  border: 1px solid #eadfb0;
  color: #c41010;
  transition: 0.5s ease;
  text-decoration: none;
  outline: none; }

.btn-secondary {
  font-family: 'Aktiv Grotesk Light', sans-serif !important;
  font-size: var(--button_size) !important;
  line-height: var(--button_size) !important;
  padding: 10px 40px !important;
  display: inline-block !important;
  font-weight: 600 !important;
  border-radius: 50px !important;
  background-image: none !important;
  background-color:  !important;
  border: 1px solid  !important;
  color:  !important;
  text-shadow: none !important;
  box-shadow: none !important;
  text-transform: uppercase;
  background-color: #eadfb0;
  border: 1px solid #eadfb0;
  color: #c41010; }

.btn-secondary:hover, .btn-secondary:active, .btn-secondary:focus, .btn-secondary:focus-within, .btn-secondary:target, .btn-secondary:focus-visible {
  font-family: 'Aktiv Grotesk Light', sans-serif !important;
  font-size: var(--button_size) !important;
  line-height: var(--button_size) !important;
  padding: 10px 40px !important;
  display: inline-block !important;
  font-weight: 600 !important;
  border-radius: 50px !important;
  background-image: none !important;
  background-color:  !important;
  border: 1px solid  !important;
  color:  !important;
  text-shadow: none !important;
  box-shadow: none !important;
  text-transform: uppercase;
  background-color: #c41010;
  border: 1px solid #c41010;
  color: #eadfb0;
  transition: 0.5s ease; }

.btn-large-primary {
  padding: 10px 40px !important;
  margin: 0 auto;
  text-align: center;
  display: inline-block;
  font-weight: 300;
  border-radius: 30px;
  background-image: none !important;
  text-shadow: none !important;
  box-shadow: none !important;
  outline-offset: 5px;
  font-family: "Denton Condensed Light Italic" !important;
  font-size: var(--font_96) !important;
  line-height: var(--font_96) !important;
  background-color: #c41010;
  border: 1px solid #c41010;
  outline: 1px solid #c41010 !important;
  color: #eadfb0; }

.btn-large-primary:hover, .btn-large-primary:hover, .btn-large-primary:active, .btn-large-primary:focus, .btn-large-primary:focus-within, .btn-large-primary:target, .btn-large-primary:focus-visible {
  padding: 10px 40px !important;
  margin: 0 auto;
  text-align: center;
  display: inline-block;
  font-weight: 300;
  border-radius: 30px;
  background-image: none !important;
  text-shadow: none !important;
  box-shadow: none !important;
  outline-offset: 5px;
  font-family: "Denton Condensed Light Italic" !important;
  font-size: var(--font_96) !important;
  line-height: var(--font_96) !important;
  background-color: #eadfb0;
  border: 1px solid #eadfb0;
  outline: 1px solid #eadfb0 !important;
  color: #c41010;
  transition: 0.5s ease;
  text-decoration: none;
  outline: none; }

.btn-large-secondary {
  padding: 10px 40px !important;
  margin: 0 auto;
  text-align: center;
  display: inline-block;
  font-weight: 300;
  border-radius: 30px;
  background-image: none !important;
  text-shadow: none !important;
  box-shadow: none !important;
  outline-offset: 5px;
  font-family: "Denton Condensed Light Italic" !important;
  font-size: var(--font_96) !important;
  line-height: var(--font_96) !important;
  background-color: #eadfb0;
  border: 1px solid #eadfb0;
  outline: 1px solid #eadfb0 !important;
  color: #c41010; }

.btn-large-secondary:hover, .btn-large-secondary:hover, .btn-large-secondary:active, .btn-large-secondary:focus, .btn-large-secondary:focus-within, .btn-large-secondary:target, .btn-large-secondary:focus-visible {
  padding: 10px 40px !important;
  margin: 0 auto;
  text-align: center;
  display: inline-block;
  font-weight: 300;
  border-radius: 30px;
  background-image: none !important;
  text-shadow: none !important;
  box-shadow: none !important;
  outline-offset: 5px;
  font-family: "Denton Condensed Light Italic" !important;
  font-size: var(--font_96) !important;
  line-height: var(--font_96) !important;
  background-color: #000;
  border: 1px solid #000;
  outline: 1px solid #000 !important;
  color: #c41010;
  transition: 0.5s ease;
  text-decoration: none;
  outline: none; }

.fireworks {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center; }
  .fireworks::before, .fireworks::after {
    transform: scale(7);
    position: absolute;
    top: 150%;
    content: "";
    width: 1px;
    height: 1px;
    border-radius: 50%;
    box-shadow: 0 0 #fff, 0 0 #fff, 0 0 #fff, 0 0 #fff, 0 0 #fff, 0 0 #fff, 0 0 #fff, 0 0 #fff, 0 0 #fff, 0 0 #fff, 0 0 #fff, 0 0 #fff, 0 0 #fff, 0 0 #fff, 0 0 #fff, 0 0 #fff, 0 0 #fff, 0 0 #fff, 0 0 #fff, 0 0 #fff, 0 0 #fff, 0 0 #fff, 0 0 #fff, 0 0 #fff, 0 0 #fff, 0 0 #fff, 0 0 #fff, 0 0 #fff, 0 0 #fff, 0 0 #fff, 0 0 #fff, 0 0 #fff, 0 0 #fff, 0 0 #fff, 0 0 #fff, 0 0 #fff, 0 0 #fff, 0 0 #fff, 0 0 #fff, 0 0 #fff, 0 0 #fff, 0 0 #fff, 0 0 #fff, 0 0 #fff, 0 0 #fff, 0 0 #fff, 0 0 #fff, 0 0 #fff, 0 0 #fff, 0 0 #fff, 0 0 #fff;
    animation: 1s bang ease-out infinite backwards, 1s gravity ease-in infinite backwards; }
  .fireworks::after {
    animation-delay: 1.25s, 1.25s, 1.25s;
    animation-duration: 1.25s, 1.25s, 6.25s; }

@keyframes bang {
  to {
    box-shadow: -87px -91.33333px #0f9, -60px -23.33333px #f01, -13px -1.33333px #0037ff, 57px -12.33333px #1e00ff, -112px -168.33333px #00e1ff, 78px -0.33333px #ffbf00, 66px -148.33333px #ea00ff, 71px -175.33333px #00ffb3, 10px -42.33333px #00ff91, -114px 26.66667px #ff9d00, 109px 38.66667px #ff6f00, 36px -138.33333px #ff6200, 6px -145.33333px #bf00ff, 34px -23.33333px #0059ff, -70px 18.66667px #1aff00, 9px -109.33333px red, 82px -195.33333px #ffd000, -90px -205.33333px #0ef, 32px -170.33333px #1f0, 95px 5.66667px #ff006a, -109px 22.66667px #0f4, -20px 9.66667px #d5ff00, -13px 5.66667px #ffc400, 15px -204.33333px #fd0, 56px -187.33333px #008cff, 40px -104.33333px #70f, -22px -50.33333px #5e00ff, 82px -154.33333px #7bff00, 81px -88.33333px #5100ff, -2px -30.33333px #00fff2, 13px -140.33333px #e6ff00, 44px -139.33333px #2f0, -19px -182.33333px #a600ff, 80px -197.33333px #00d0ff, 103px -85.33333px #00ff09, 59px -170.33333px #0f5, 118px -110.33333px #00e1ff, 61px -6.33333px #005eff, -110px -156.33333px #008cff, -77px -0.33333px #0062ff, -74px -182.33333px #7f0, -5px -178.33333px #7f0, 44px 11.66667px #ff0084, 124px -183.33333px #9d00ff, -58px 2.66667px #ff0048, 64px -119.33333px #008cff, 25px -127.33333px #9500ff, 38px -193.33333px #c4ff00, 110px 23.66667px #5e00ff, 57px -168.33333px #00ff6a, 118px -10.33333px #ff0040; } }

@keyframes gravity {
  to {
    transform: translateY(150px);
    opacity: 0; } }

.entry-content ol, .entry-content ul {
  margin-left: 20px; }

.entry-content ol li, .entry-content ul li {
  margin-bottom: 5px; }

ol, ul {
  margin-left: 20px; }

.accordion {
  width: 100%;
  max-width: 1320px;
  margin: 0 auto;
  border-bottom: 2px solid #eadfb0; }

.accordion-item {
  border: none;
  border-radius: 0px;
  background-color: #c41010; }

.accordion-header {
  font-size: var(--content_size) !important; }

.accordion-body {
  background-color: #c41010;
  color: #eadfb0;
  font-size: var(--content_size);
  padding: 15px 0px !important; }

.accordion-button {
  background-color: #c41010;
  color: #eadfb0;
  font-size: var(--content_size);
  border-top: 2px solid #eadfb0;
  font-family: 'Aktiv Grotesk Light', sans-serif;
  padding: 15px 0px !important; }

.accordion-button:not(.collapsed) {
  background-color: #c41010;
  color: #eadfb0;
  box-shadow: none !important; }

.accordion-button:focus {
  border: none;
  border-top: 2px solid #eadfb0;
  box-shadow: none !important; }

.accordion-button.collapsed::after {
  background-image: none !important;
  font-family: 'Font Awesome 5 Pro';
  content: "\f107";
  font-size: 40px;
  font-weight: 300 !important;
  width: auto;
  height: auto; }

.accordion-button:not(.collapsed)::after {
  background-image: none !important;
  font-family: 'Font Awesome 5 Pro';
  content: "\f106";
  font-size: 40px;
  font-weight: 300 !important;
  width: auto;
  height: auto;
  transform: rotate(359deg); }

.accordion-item:first-of-type .accordion-button {
  border-top-left-radius: 0px;
  border-top-right-radius: 0px; }

.wpforms-container-full .wpforms-form input.wpforms-field-large, .wpforms-container-full .wpforms-form input.wpforms-field-medium, .wpforms-container-full .wpforms-form input.wpforms-field-small {
  background-color: transparent !important;
  border-radius: 0px !important;
  color: #eadfb0 !important;
  font-size: var(--content_size) !important;
  border: none !important;
  border-bottom: 1px solid #eadfb0 !important;
  padding: 5px 0px !important; }
  .wpforms-container-full .wpforms-form input.wpforms-field-large::placeholder, .wpforms-container-full .wpforms-form input.wpforms-field-medium::placeholder, .wpforms-container-full .wpforms-form input.wpforms-field-small::placeholder {
    color: #eadfb0 !important; }
  .wpforms-container-full .wpforms-form textarea.wpforms-field-large, .wpforms-container-full .wpforms-form textarea.wpforms-field-medium, .wpforms-container-full .wpforms-form textarea.wpforms-field-small {
    background-color: transparent !important;
    border-radius: 0px !important;
    color: #eadfb0 !important;
    font-size: var(--content_size) !important;
    border: none !important;
    border-bottom: 1px solid #eadfb0 !important;
    padding: 5px 0px !important; }
  .wpforms-container-full .wpforms-form textarea.wpforms-field-large::placeholder, .wpforms-container-full .wpforms-form textarea.wpforms-field-medium::placeholder, .wpforms-container-full .wpforms-form textarea.wpforms-field-small::placeholder {
    color: #eadfb0 !important; }
  .wpforms-container-full .wpforms-form input[type=submit], .wpforms-container-full .wpforms-form button[type=submit] {
    padding: 10px 40px !important;
    margin: 0 auto;
    text-align: center;
    display: inline-block;
    font-weight: 300;
    border-radius: 30px;
    background-image: none !important;
    text-shadow: none !important;
    box-shadow: none !important;
    outline-offset: 5px;
    font-family: "Denton Condensed Light Italic" !important;
    font-size: var(--font_96) !important;
    line-height: var(--font_96) !important;
    background-color: #eadfb0 !important;
    border: 1px solid #eadfb0 !important;
    outline: 1px solid #eadfb0 !important;
    color: #c41010 !important; }
  .wpforms-container-full .wpforms-form input[type=submit]:hover, .wpforms-container-full .wpforms-form button[type=submit]:hover {
    background-color: #c41010 !important;
    border: 1px solid #c41010 !important;
    outline: 1px solid #c41010 !important;
    color: #eadfb0 !important;
    transition: 0.5s ease; }
  .wpforms-container-full .wpforms-form .wpforms-field-label {
    font-size: var(--content_size); }
  .wpforms-container-full .wpforms-form .wpforms-field-label-inline {
    font-size: var(--content_size); }
  .wpforms-container-full .wpforms-form .wpforms-field-sublabel {
    font-size: 13px; }
  .wpforms-container-full .wpforms-form .wpforms-field-description {
    font-size: 13px; }
  .wpforms-container-full .wpforms-form label.wpforms-error {
    color: #900;
    font-size: 12px; }

div.wpforms-container-full .wpforms-form .wpforms-field.wpforms-field-select-style-modern .choices .choices__inner {
  background: none !important;
  border: none !important;
  border-radius: 0px !important;
  border-bottom: 2px solid #c41010 !important; }
  div.wpforms-container-full .wpforms-form .wpforms-field.wpforms-field-select-style-modern .choices .choices__inner .choices__list--single {
    background: none !important; }
  div.wpforms-container-full .wpforms-form .wpforms-field.wpforms-field-select-style-modern .choices .choices__inner .choices__list--single .choices__item--selectable {
    color: #c41010 !important;
    opacity: 1 !important;
    text-transform: uppercase;
    font-size: var(--font_24) !important; }
  div.wpforms-container-full .wpforms-form .wpforms-field.wpforms-field-select-style-modern .choices .choices__inner .choices__list--single .choices__item--selectable:focus {
    box-shadow: none !important;
    outline: none !important; }

div.wpforms-container-full .wpforms-form .wpforms-field.wpforms-field-select-style-modern .choices.is-open .choices__list--dropdown {
  border: none !important;
  box-shadow: none !important;
  outline: none !important;
  background-color: #c41010 !important;
  color: #c41010 !important;
  font-size: var(--font_24) !important; }
  div.wpforms-container-full .wpforms-form .wpforms-field.wpforms-field-select-style-modern .choices.is-open .choices__list--dropdown .choices__item--selectable.is-highlighted {
    background-color: #c41010 !important;
    color: #c41010 !important; }

div.wpforms-container-full .wpforms-form .wpforms-field.wpforms-field-select-style-modern .choices.is-open:before {
  border: none !important; }

div.wpforms-container-full .wpforms-form .wpforms-field.wpforms-field-select-style-modern .choices.is-focused .choices__inner, div.wpforms-container-full .wpforms-form .wpforms-field.wpforms-field-select-style-modern .choices.is-open .choices__inner, div.wpforms-container-full .wpforms-form .wpforms-field.wpforms-field-select-style-modern .choices.is-open .choices__list--dropdown {
  border: none !important;
  box-shadow: none !important;
  outline: none !important; }

.woocommerce-error, .woocommerce-info, .woocommerce-message {
  border-bottom: 4px solid #eadfb0 !important; }

.wc-block-components-validation-error {
  color: #000 !important;
  font-weight: bold; }

ul.products li.product h2 {
  min-height: 0px !important; }

body.woocommerce-shop .woocommerce-result-count, body.woocommerce-shop .woocommerce-ordering {
  display: none !important; }
  body.woocommerce-shop #wrap {
    padding: 5% 10%; }

body.blog a {
  text-decoration: underline !important; }
  body.blog h1 {
    font-family: 'Denton Condensed Light', sans-serif;
    text-align: center; }

body.single h1 {
  font-family: 'Denton Condensed Light', sans-serif;
  text-align: center;
  line-height: 100%;
  font-size: var(--h1_size);
  padding-bottom: 40px; }
  body.single h2 {
    line-height: 100%;
    font-size: calc(var(--h2_size) - 50%); }
  body.single p {
    font-size: calc(var(--content_size) + 30%);
    line-height: 130%;
    padding-bottom: 20px; }
  body.single #content {
    max-width: 1200px;
    width: 100%;
    margin: 0 auto; }

.blog-list__item {
  margin-bottom: 20px; }
  .blog-list__image {
    padding-bottom: 10px; }
  .blog-list__image img {
    width: 100%;
    border: 1px solid #eadfb0; }
  .blog-list__wrap {
    padding: 10px; }
  .blog-list__title {
    font-family: 'Denton Condensed Light', sans-serif !important;
    font-size: var(--font_48) !important;
    line-height: 120%;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    min-height: 120px; }
  .blog-list__title a {
    line-height: 120%;
    word-break: break-word; }
  .blog-list__title a:hover {
    line-height: 120%; }
  .blog-list__excerpt {
    padding-top: 10px;
    margin-bottom: 20px;
    border-top: 1px solid #eadfb0; }
  .blog-list__link {
    text-align: left; }

.blog-item {
  margin-bottom: 20px; }
  .blog-item__img {
    padding-bottom: 10px; }
  .blog-item__img img {
    width: 100%;
    height: 100%;
    border: 1px solid #eadfb0; }
  .blog-item__title {
    font-family: 'Denton Condensed Light', sans-serif !important;
    font-size: var(--font_48) !important;
    line-height: 120%;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    min-height: 105px; }
  .blog-item__title a {
    line-height: 120%;
    word-break: break-word; }
  .blog-item__title a:hover {
    line-height: 120%; }
  .blog-item__desc {
    padding-top: 10px;
    margin-bottom: 20px;
    border-top: 1px solid #eadfb0; }
  .blog-item__link {
    text-align: left; }

.blog__title {
  margin-bottom: 0px; }
  .blog__content {
    padding-bottom: 40px; }
  .blog__content a {
    text-decoration: underline !important; }

#pagination {
  margin: 20px;
  text-align: center;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center; }

.pagination {
  text-align: center;
  flex-direction: row;
  justify-content: center; }
  .pagination .page-link {
    color: #eadfb0 !important;
    background-color: transparent !important;
    border: none !important; }
  .pagination .page-link:hover {
    color: #c41010 !important;
    background-color: transparent !important;
    border: none !important; }
  .pagination .page-item.active .page-link {
    color: #c41010 !important;
    background-color: transparent !important;
    border: none !important; }

.card {
  background-color: #c41010 !important;
  border: 1px solid #c41010 !important; }
  .card .card-title {
    font-size: var(--h4_size) !important; }
  .card .card-text {
    font-size: var(--content_size) !important; }

table.table {
  --bs-table-bg: transparent;
  --bs-table-accent-bg: transparent;
  --bs-table-striped-color: #eadfb0 !important;
  --bs-table-striped-bg: #c41010 !important;
  --bs-table-active-color: #eadfb0 !important;
  --bs-table-active-bg: #c41010 !important;
  --bs-table-hover-color: #eadfb0 !important;
  --bs-table-hover-bg: #c41010 !important;
  color: #eadfb0;
  border-color: #eadfb0; }

.split_content {
  transform: rotate(0deg) !important;
  will-change: transform; }

main {
  counter-reset: section; }

.added_to_cart {
  margin-left: 20px !important; }

.stock {
  color: #c41010 !important; }

.woocommerce-error, .woocommerce-info, .woocommerce-message {
  border-top-color: #eadfb0 !important;
  background: #c41010 !important;
  color: #eadfb0 !important;
  margin-top: 20px; }
  .woocommerce-error:before, .woocommerce-info:before, .woocommerce-message:before {
    color: #eadfb0 !important; }

.checkout_coupon {
  border: 1px solid #eadfb0 !important; }

.return-to-shop a.button {
  font-family: 'Aktiv Grotesk Light', sans-serif !important;
  font-size: var(--content_size) !important;
  line-height: var(--content_size) !important;
  padding: 10px 40px !important;
  display: inline-block;
  font-weight: 600 !important;
  border-radius: 50px !important;
  background-image: none !important;
  background-color: #c41010 !important;
  border: 1px solid #eadfb0 !important;
  color: #eadfb0 !important;
  text-shadow: none !important;
  box-shadow: none !important;
  text-transform: uppercase;
  outline: none !important;
  outline-offset: 0px !important;
  zoom: 1;
  padding: 9px 20px !important;
  zoom: 1;
  font-size: calc(var(--button_size) - 10%) !important; }
  .return-to-shop a.button:hover {
    background-color: #eadfb0 !important;
    border: 1px solid #eadfb0 !important;
    color: #c41010 !important; }

body.woocommerce-page .button, body.woocommerce-page a.button, body.woocommerce-page button.button {
  font-family: 'Aktiv Grotesk Light', sans-serif !important;
  font-size: var(--content_size) !important;
  line-height: var(--content_size) !important;
  padding: 10px 40px !important;
  display: inline-block;
  font-weight: 600 !important;
  border-radius: 50px !important;
  background-image: none !important;
  background-color: #c41010 !important;
  border: 1px solid #eadfb0 !important;
  color: #eadfb0 !important;
  text-shadow: none !important;
  box-shadow: none !important;
  text-transform: uppercase;
  outline: none !important;
  outline-offset: 0px !important;
  zoom: 1;
  padding: 9px 20px !important;
  zoom: 1;
  font-size: calc(var(--button_size) - 10%) !important; }
  body.woocommerce-page .button:hover, body.woocommerce-page a.button:hover, body.woocommerce-page button.button:hover {
    background-color: #eadfb0 !important;
    border: 1px solid #eadfb0 !important;
    color: #c41010 !important; }

.woocommerce ul.products li.product .price {
  color: #eadfb0 !important; }
  .woocommerce ul.products li.product .price bdi {
    color: #eadfb0 !important; }
  .woocommerce ul.products li.product .price .woocommerce-Price-amount.amount {
    color: #eadfb0 !important; }
  .woocommerce ul.products li.product .price .woocommerce-Price-currencySymbol {
    color: #eadfb0 !important; }

.woocommerce .quantity {
  margin-right: 20px !important; }
  .woocommerce .quantity .bootstrap-touchspin-down.btn-primary, .woocommerce .quantity .bootstrap-touchspin-up.btn-primary {
    font-size: var(--content_size) !important;
    line-height: var(--content_size) !important;
    padding: 10px 5px !important;
    border-radius: 0px !important;
    background-color: #c41010 !important;
    border: none !important;
    color: #c41010 !important; }
  .woocommerce .quantity input[type=number] {
    font-size: var(--content_size) !important;
    line-height: var(--content_size) !important;
    padding: 5px 5px !important;
    text-align: center !important;
    width: 40px;
    -moz-appearance: textfield;
    -webkit-appearance: none; }
  .woocommerce .quantity input[type=number]::-webkit-outer-spin-button, .woocommerce .quantity input[type=number]::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0; }

body.woocommerce-shop ul.products li.product h2 {
  font-size: var(--font_64) !important;
  line-height: 100%;
  min-height: 200px; }
  body.woocommerce-shop ul.products li.product a.add_to_cart_button, body.woocommerce-shop ul.products li.product .button {
    font-family: 'Aktiv Grotesk Light', sans-serif !important;
    font-size: var(--content_size) !important;
    line-height: var(--content_size) !important;
    padding: 10px 40px !important;
    display: inline-block;
    font-weight: 600 !important;
    border-radius: 50px !important;
    background-image: none !important;
    background-color: #c41010 !important;
    border: 1px solid #eadfb0 !important;
    color: #eadfb0 !important;
    text-shadow: none !important;
    box-shadow: none !important;
    text-transform: uppercase;
    outline: none !important;
    outline-offset: 0px !important;
    zoom: 1;
    padding: 9px 20px !important;
    zoom: 1;
    font-size: calc(var(--button_size) - 10%) !important;
    padding: 10px 40px !important; }
  body.woocommerce-shop ul.products li.product a.add_to_cart_button:hover, body.woocommerce-shop ul.products li.product .button:hover {
    background-color: #eadfb0 !important;
    border: 1px solid #eadfb0 !important;
    color: #c41010 !important; }

body.single-product #wrap {
  padding-top: 5%; }
  body.single-product .product {
    padding-bottom: 80px; }
  body.single-product .container {
    width: 100% !important;
    max-width: 100%; }
  body.single-product div.images, body.single-product div.summary {
    width: 100% !important;
    display: flex;
    flex-direction: column;
    justify-content: center; }
  body.single-product div.product div.images {
    float: none !important; }
  body.single-product div.product div.images img {
    width: auto;
    margin: 0 auto; }
  body.single-product .prod-img {
    display: flex;
    height: 100%;
    justify-content: center;
    align-items: center; }
  body.single-product div.summary {
    float: none !important;
    margin-bottom: 0px;
    padding: 5% 10%; }
  body.single-product .product-title {
    padding-bottom: 40px; }
  body.single-product .product-desc {
    padding: 40px 0px;
    text-align: center;
    width: 100%;
    max-width: 600px;
    margin: 0 auto; }
  body.single-product .price {
    padding-top: 20px;
    padding-bottom: 0px;
    margin-bottom: 0px;
    text-align: center;
    font-size: calc(var(--content_size) - 10%) !important;
    color: #eadfb0 !important; }
  body.single-product .price bdi {
    color: #eadfb0 !important; }
  body.single-product .price .woocommerce-Price-amount.amount {
    color: #eadfb0 !important; }
  body.single-product .price .woocommerce-Price-currencySymbol {
    color: #eadfb0 !important; }
  body.single-product button.single_add_to_cart_button, body.single-product button.button {
    font-family: 'Aktiv Grotesk Light', sans-serif !important;
    font-size: var(--content_size) !important;
    line-height: var(--content_size) !important;
    padding: 10px 40px !important;
    display: inline-block;
    font-weight: 600 !important;
    border-radius: 50px !important;
    background-image: none !important;
    background-color: #c41010 !important;
    border: 1px solid #eadfb0 !important;
    color: #eadfb0 !important;
    text-shadow: none !important;
    box-shadow: none !important;
    text-transform: uppercase;
    outline: none !important;
    outline-offset: 0px !important;
    zoom: 1;
    padding: 9px 20px !important;
    zoom: 1;
    font-size: calc(var(--button_size) - 10%) !important;
    padding: 10px 40px !important; }
  body.single-product button.single_add_to_cart_button:hover, body.single-product button.button:hover {
    background-color: #eadfb0 !important;
    border: 1px solid #eadfb0 !important;
    color: #c41010 !important; }
  body.single-product ul.tabs {
    display: none; }
  body.single-product .product_meta {
    display: none; }
  body.single-product .related.products {
    display: none; }
  body.single-product .stock {
    display: none; }
  body.single-product .reset_variations {
    font-size: 14px !important;
    position: relative;
    float: right;
    top: -24px; }
  body.single-product select {
    padding: 5px 10px !important; }
  body.single-product .quantity select {
    height: 45px !important;
    padding: 5px 0px 0px 0px !important; }
  body.single-product form.cart {
    width: 100%;
    margin: 0 auto; }
  body.single-product form.cart .button {
    padding: 5px 40px;
    height: 45px;
    max-width: 250px; }
  body.single-product .product-type-variable form.cart {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    max-width: 400px; }
  body.single-product .product-type-variable form.cart .button {
    margin: 0 auto; }
  body.single-product .product-type-variable form.cart .single_variation_wrap {
    width: 100%; }
  body.single-product .product-type-variable form.cart .quantity {
    display: flex;
    width: 100%;
    padding-bottom: 40px; }
  body.single-product .product-type-variable form.cart .quantity .qty {
    width: 45px; }
  body.single-product .product-type-variable form.cart .quantity label {
    padding-right: 20px;
    min-width: 20%; }
  body.single-product .product-type-variable form.cart .variations {
    margin-bottom: 0px; }
  body.single-product .product-type-variable form.cart .variations th, body.single-product .product-type-variable form.cart .variations td {
    padding-bottom: 20px; }
  body.single-product .product-type-variable form.cart .variations th.label {
    padding-right: 20px;
    min-width: 20%; }
  body.single-product .product-type-variable form.cart .variations td.value {
    line-height: 0% !important; }
  body.single-product .product-type-variable form.cart .variations select {
    max-width: 80% !important;
    min-width: 80% !important; }
  body.single-product .product-type-variable form.cart .woocommerce-variation-add-to-cart {
    display: flex;
    flex-direction: column; }
  body.single-product .product-type-simple form.cart {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center; }
  body.single-product .product-type-simple form.cart .quantity .qty {
    height: 45px;
    width: 45px; }
  body.single-product .product-type-simple form.cart .quantity label {
    display: none; }
  body.single-product .slick-dots {
    bottom: -40px; }

body.woocommerce-cart .wc-block-components-sidebar {
  background: #000;
  padding: 20px; }
  body.woocommerce-cart .wp-block-woocommerce-cart-order-summary-heading-block, body.woocommerce-cart .wc-block-cart-items__header {
    text-align: left !important;
    font-family: 'Denton Condensed Light', sans-serif !important;
    font-size: var(--font_36) !important;
    line-height: 100%;
    font-weight: 400;
    color: #eadfb0; }
  body.woocommerce-cart input[type=radio] {
    background: #000 !important;
    border: 2px solid #eadfb0 !important; }
  body.woocommerce-cart .wc-block-components-radio-control .wc-block-components-radio-control__input:checked:before {
    background: #c41010; }
  body.woocommerce-cart .wc-block-components-quantity-selector {
    border-radius: 0px; }
  body.woocommerce-cart .wc-block-components-quantity-selector input {
    border: none; }
  body.woocommerce-cart .wc-block-components-quantity-selector::after {
    border: none;
    border-radius: none; }
  body.woocommerce-cart input[type=number] {
    border: none !important;
    border-bottom: none !important; }
  body.woocommerce-cart button[type=submit] {
    font-family: 'Aktiv Grotesk Light', sans-serif !important;
    font-size: var(--content_size) !important;
    line-height: var(--content_size) !important;
    padding: 10px 40px !important;
    display: inline-block;
    font-weight: 600 !important;
    border-radius: 50px !important;
    background-image: none !important;
    background-color: #c41010 !important;
    border: 1px solid #eadfb0 !important;
    color: #eadfb0 !important;
    text-shadow: none !important;
    box-shadow: none !important;
    text-transform: uppercase;
    outline: none !important;
    outline-offset: 0px !important;
    zoom: 1; }
  body.woocommerce-cart button[type=submit]:hover {
    background-color: #eadfb0 !important;
    border: 1px solid #eadfb0 !important;
    color: #c41010 !important; }
  body.woocommerce-cart .wc-block-cart__submit-container {
    text-align: center; }
  body.woocommerce-cart .wc-block-cart__submit-container a {
    font-family: 'Aktiv Grotesk Light', sans-serif !important;
    font-size: var(--content_size) !important;
    line-height: var(--content_size) !important;
    padding: 10px 40px !important;
    display: inline-block;
    font-weight: 600 !important;
    border-radius: 50px !important;
    background-image: none !important;
    background-color: #c41010 !important;
    border: 1px solid #eadfb0 !important;
    color: #eadfb0 !important;
    text-shadow: none !important;
    box-shadow: none !important;
    text-transform: uppercase;
    outline: none !important;
    outline-offset: 0px !important;
    zoom: 1;
    min-height: auto !important; }
  body.woocommerce-cart .wc-block-cart__submit-container a:hover {
    background-color: #eadfb0 !important;
    border: 1px solid #eadfb0 !important;
    color: #c41010 !important; }
  body.woocommerce-cart .wc-block-cart__submit-container .wc-block-components-button__text {
    font-family: 'Aktiv Grotesk Light', sans-serif !important;
    font-size: var(--font_24) !important;
    line-height: var(--font_24) !important;
    text-transform: uppercase; }
  body.woocommerce-cart .wc-block-cart__submit-container .wc-block-cart__submit-button {
    width: auto;
    margin: 0 auto; }

body.woocommerce-checkout .wc-block-components-checkout-place-order-button {
  font-family: 'Aktiv Grotesk Light', sans-serif !important;
  font-size: var(--content_size) !important;
  line-height: var(--content_size) !important;
  padding: 10px 40px !important;
  display: inline-block;
  font-weight: 600 !important;
  border-radius: 50px !important;
  background-image: none !important;
  background-color: #c41010 !important;
  border: 1px solid #eadfb0 !important;
  color: #eadfb0 !important;
  text-shadow: none !important;
  box-shadow: none !important;
  text-transform: uppercase;
  outline: none !important;
  outline-offset: 0px !important;
  zoom: 1; }
  body.woocommerce-checkout .wc-block-components-checkout-place-order-button:hover {
    background-color: #eadfb0 !important;
    border: 1px solid #eadfb0 !important;
    color: #c41010 !important; }
  body.woocommerce-checkout .wc-block-components-checkout-step__description {
    padding-bottom: 20px; }
  body.woocommerce-checkout .wc-block-components-text-input label {
    top: -50%;
    left: 0px;
    color: #eadfb0;
    opacity: 0.8; }
  body.woocommerce-checkout .wc-block-components-text-input.is-active label {
    top: -73%;
    font-size: calc(var(--content_size) - 20%); }
  body.woocommerce-checkout label.components-base-control__label {
    left: 0px !important;
    color: #eadfb0 !important;
    top: -73% !important;
    font-size: calc(var(--content_size) - 20%) !important; }
  body.woocommerce-checkout .wc-block-components-text-input, body.woocommerce-checkout .wc-block-components-combobox {
    margin-top: 50px !important; }
  body.woocommerce-checkout .wc-block-components-checkout-step--with-step-number .wc-block-components-checkout-step__container:after {
    border-left: none; }
  body.woocommerce-checkout .wc-block-components-form .wc-block-components-text-input input[type=email]:focus, body.woocommerce-checkout .wc-block-components-form .wc-block-components-text-input input[type=number]:focus, body.woocommerce-checkout .wc-block-components-form .wc-block-components-text-input input[type=tel]:focus, body.woocommerce-checkout .wc-block-components-form .wc-block-components-text-input input[type=text]:focus, body.woocommerce-checkout .wc-block-components-form .wc-block-components-text-input input[type=url]:focus, body.woocommerce-checkout .wc-block-components-text-input input[type=email]:focus, body.woocommerce-checkout .wc-block-components-text-input input[type=number]:focus, body.woocommerce-checkout .wc-block-components-text-input input[type=tel]:focus, body.woocommerce-checkout .wc-block-components-text-input input[type=text]:focus, body.woocommerce-checkout .wc-block-components-text-input input[type=url]:focus, body.woocommerce-checkout .wc-block-checkout__add-note .wc-block-components-textarea:focus, body.woocommerce-checkout .wc-block-components-combobox .wc-block-components-combobox-control input.components-combobox-control__input:focus, body.woocommerce-checkout .wc-block-components-combobox .wc-block-components-combobox-control input.components-combobox-control__input[aria-expanded=true], body.woocommerce-checkout .wc-block-components-form .wc-block-components-combobox .wc-block-components-combobox-control input.components-combobox-control__input:focus, body.woocommerce-checkout .wc-block-components-form .wc-block-components-combobox .wc-block-components-combobox-control input.components-combobox-control__input[aria-expanded=true] {
    outline: none !important;
    box-shadow: none !important; }
  body.woocommerce-checkout .wc-block-components-checkbox .wc-block-components-checkbox__input[type=checkbox] {
    background-color: #fff !important; }

body.woocommerce-account .woocommerce {
  display: flex;
  flex-direction: row;
  padding: 5vw 0px;
  width: 100%;
  max-width: 1320px;
  margin: 0 auto; }
  body.woocommerce-account .woocommerce-MyAccount-navigation {
    width: 30%; }
  body.woocommerce-account .woocommerce-MyAccount-navigation li {
    list-style: none;
    border-bottom: 1px solid #c41010;
    padding: 3px 10px 10px 0px; }
  body.woocommerce-account .woocommerce-MyAccount-navigation li:last-child {
    border-bottom: none; }
  body.woocommerce-account .woocommerce-MyAccount-content {
    width: 70%;
    padding: 0px 40px; }
  body.woocommerce-account .woocommerce-MyAccount-content .col-1, body.woocommerce-account .woocommerce-MyAccount-content .col-2 {
    width: 100%; }
  body.woocommerce-account .woocommerce-MyAccount-content h3 {
    font-size: var(--h4_size) !important; }

body.woocommerce-account:not(.logged-in) .woocommerce {
  display: flex;
  flex-direction: column !important; }
  body.woocommerce-account:not(.logged-in) h2 {
    text-align: center; }
  body.woocommerce-account:not(.logged-in) .woocommerce-form-login.login {
    padding-top: 20px;
    width: 100%;
    max-width: 800px;
    margin: 0 auto; }
  body.woocommerce-account:not(.logged-in) .woocommerce-form-login.login .woocommerce-form-login__submit {
    width: 40%;
    float: right; }

@media (max-width: 1800px) {
  #cards .cards {
    transform: scale(0.8);
    margin-top: -5%;
    margin-bottom: -8%; } }

@media (max-width: 1500px) {
  #cards .cards {
    transform: scale(0.6);
    margin-top: -11%;
    margin-bottom: -14%; }

  #team-page .person__label {
    min-width: 30%; } }

@media (max-width: 1400px) {
  html {
    font-size: 95%; }

  #home-page #welcome .col-xl-12 {
    display: block; }
    #home-page #welcome .welcome__heading-1 {
      left: 4%;
      top: 20%;
      max-width: 50%;
      position: relative;
      float: left; }
      #home-page #welcome .welcome__heading-2 {
        left: -4%;
        top: -20%;
        max-width: 50%;
        position: relative;
        float: right; }
        #home-page #welcome .welcome__heading-2 br {
          display: none; }
      #home-page #welcome .welcome__image {
        width: fit-content;
        min-width: 300px;
        margin: 0 auto;
        text-align: center; }

  #cards .card-back__title {
    font-size: calc(var(--font_64) - 100%) !important; }
    #cards .card-back__content {
      padding: 20px 10px 10px 10px;
      line-height: 120%;
      font-size: calc(var(--content_size) - 20%) !important; }
    #cards .card-back__btm {
      padding: 0px 10px; }

  #team-page .person__label {
    min-width: 100%;
    padding-bottom: 5px; }
    #team-page .person__row {
      flex-direction: column; }
    #team-page .person__image {
      padding-bottom: 40px; }
    #team-page .person__link {
      margin-bottom: 40px; }

  body.single-post #page-wrap {
    padding: 10% 5%; }

  .blog-list__title {
    min-height: 110px; } }

@media (max-width: 1200px) {
  html {
    font-size: 90%; }

  .show_cards_desktop {
    display: none !important; }

  .show_cards_mobile {
    display: block !important; }

  #home-page #welcome .welcome__heading-1 {
    left: 4%;
    top: 20%; }
    #home-page #welcome .welcome__heading-2 {
      left: -4%;
      top: -20%;
      max-width: 56%; }
    #home-page #welcome .welcome__image {
      width: 50%;
      min-width: 300px; }
    #home-page #musings {
      padding: 10% 60px; }
    #home-page #clients {
      padding: 30% 60px 5% 60px; }
    #home-page #clients .col {
      min-width: 25%; }
    #home-page #clients .col:nth-child(1) {
      transition-delay: 0.07s; }
    #home-page #clients .col:nth-child(2) {
      transition-delay: 0.14s; }
    #home-page #clients .col:nth-child(3) {
      transition-delay: 0s; }
    #home-page #clients .col:nth-child(4) {
      transition-delay: 0.07s; }
    #home-page #clients .col:nth-child(5) {
      transition-delay: 0.14s; }
    #home-page #clients .col:nth-child(6) {
      transition-delay: 0.21s; }
    #home-page #clients .col:nth-child(7) {
      transition-delay: 0s; }
    #home-page #clients .col:nth-child(8) {
      transition-delay: 0.07s; }
    #home-page #clients .col:nth-child(9) {
      transition-delay: 0.14s; }
    #home-page #clients .col:nth-child(10) {
      transition-delay: 0.21s; }
    #home-page #clients .col:nth-child(11) {
      transition-delay: 0s; }
    #home-page #clients .col:nth-child(12) {
      transition-delay: 0.07s; }
    #home-page #clients .col:nth-child(13) {
      transition-delay: 0.14s; }
    #home-page #clients .col:nth-child(14) {
      transition-delay: 0.21s; }
    #home-page #clients .col:nth-child(15) {
      transition-delay: 0.28s; }
    #home-page #clients .col:nth-child(16) {
      transition-delay: 0.35s; }
    #home-page #clients .col:nth-child(17) {
      transition-delay: 0.42s; }
    #home-page #clients .col:nth-child(18) {
      transition-delay: 0.49s; }
    #home-page #clients .col:nth-child(19) {
      transition-delay: 0.56s; }
    #home-page #clients .col:nth-child(20) {
      transition-delay: 0.63s; }
    #home-page #clients .col:nth-child(21) {
      transition-delay: 0.7s; }
    #home-page #clients .col:nth-child(22) {
      transition-delay: 0.77s; }
    #home-page #clients .col:nth-child(23) {
      transition-delay: 0.84s; }
    #home-page #clients .col:nth-child(24) {
      transition-delay: 0.91s; }
    #home-page #join .join__subheading {
      padding-top: 15%; }
    #home-page #join .join__image {
      max-width: 220px; }

  #services-page #section-heading .section__heading-1 {
    left: 11%; }
    #services-page #section-heading .section__heading-2 {
      right: 7%; }
    #services-page #statement {
      padding: 5%; }
    #services-page .reveal-line__wrapper {
      min-height: 400px !important; }
    #services-page .reveal-line__line {
      height: 400px; }

  #single-service #section-heading .section__heading-1 {
    left: 11%; }
    #single-service #section-heading .section__heading-2 {
      left: 55%; }

  #cards-mobile {
    padding: 0px 0px; }

  .blog-list__title {
    min-height: 105px; } }

@media (max-width: 1023px) {
  #wpadminbar {
    display: none; }

  body.admin-bar #nav {
    top: 0px !important; }
    body.admin-bar .nav__menu ul {
      margin-top: 0px; }
    body.admin-bar #container {
      margin-top: -46px; }

  #nav .mainNavigation .left {
    display: none; }
    #nav .mainNavigation .right {
      width: 100%; }
    #nav .mainNavigation .container-fluid, #nav .mainNavigation .row, #nav .mainNavigation .col-xl-6, #nav .mainNavigation .nav__menu {
      height: 100%; }
    #nav .nav__heading {
      font-size: 10vw; }
    #nav .nav__img {
      display: none; }
      #nav .nav__img img {
        display: none; }

  #portfolio-page #header .heading {
    margin: 0px 40px; }
    #portfolio-page #header .slots .slot-letter {
      height: 80px; }
    #portfolio-page #portfolio .portfolio__column.padded {
      padding: 0px 5%; }
      #portfolio-page #portfolio .portfolio__desc {
        padding-top: 10px; }

  #team-page {
    padding-top: 80px; }
    #team-page .person__label {
      min-width: 40%; } }

@media (max-width: 991.98px) {
  html {
    font-size: 70%; }

  #home-page #header {
    margin-top: -100px; }
    #home-page #welcome .welcome__heading-1 {
      max-width: 60%;
      top: 24%;
      left: 6%; }
      #home-page #welcome .welcome__heading-2 {
        max-width: 63%;
        top: -24%;
        left: 13%; }
    #home-page .prompt {
      width: 60%; }
      #home-page .prompt__label {
        min-width: 30%;
        text-align: center; }
      #home-page .prompt__value {
        min-width: 70%; }

  #join .col-xl-12 {
    display: block; }
    #join .join__heading-1, #join .join__heading-2 {
      width: 100%;
      left: unset;
      max-width: 100%;
      margin: 0 auto;
      text-align: center; }
      #join .join__heading-1 .line, #join .join__heading-2 .line {
        justify-content: center !important; }
      #join .join__heading-1 {
        top: 2%; }
      #join .join__heading-2 {
        top: -12%; }
      #join .join__image {
        text-align: center; }
      #join .join__subheading {
        padding-top: 0px !important; }

  #musings .blog-item__img img {
    min-height: auto !important; }

  #services-page #section-heading .section__heading-1 {
    top: 4%;
    left: 14%; }
    #services-page #section-heading .section__heading-2 {
      top: 67%;
      right: -2%; }

  #custom-page #specialties {
    padding: 300px 40px 50px 40px; }
    #custom-page #specialties .specialties__content ul {
      margin: 0px 20px; }
    #custom-page #specialties .slide {
      width: 100%;
      padding-top: 50px; }

  #single-service #header .heading {
    margin: 0px 20px;
    padding: 10px 40px 0px 40px; }
    #single-service #header .heading__wrap {
      font-size: calc(var(--font_96) - 18%) !important; }
    #single-service .slots .slot-letter {
      height: 72px;
      width: 34px;
      font-size: calc(var(--font_96) - 18%) !important; }
    #single-service #specialties {
      padding: 300px 40px 50px 40px; }
    #single-service #specialties .specialties__content ul {
      margin: 0px 20px; }
    #single-service #specialties .slide {
      width: 100%;
      padding-top: 50px; }
    #single-service #leaderboard {
      padding: 250px 40px 50px 40px; }
    #single-service #leaderboard .leaderboard__value {
      font-size: calc(var(--font_96) - 50%); }
    #single-service #leaderboard .slide {
      margin-top: 50px; }
    #single-service #testimonials .testimonials__heading {
      font-size: calc(var(--font_96) - 100%); }

  #team-page #header h1 {
    padding-top: 15px; }
    #team-page #header {
      height: 50vh; }
    #team-page .person__label {
      min-width: 100%; }
    #team-page .person__row {
      flex-direction: column; }
    #team-page .person__image {
      padding-bottom: 40px; }

  body.single-post #page-wrap {
    padding: 130px 60px 40px 60px; }

  #portfolio-work .work {
    font-size: calc(100px + 20vw);
    line-height: calc(100px + 10vw); }

  #portfolio-page #header .heading {
    padding: 0px; }
    #portfolio-page #header .slots .letter-1 {
      width: 39px; }
    #portfolio-page #header .slots .letter-2 {
      width: 40px; }
    #portfolio-page #header .slots .letter-3 {
      width: 54px;
      margin-top: 0px; }
    #portfolio-page #header .slots .letter-4 {
      width: 54px; }
    #portfolio-page #header .slots .letter-5 {
      width: 37px; }
    #portfolio-page #header .slots .letter-6 {
      width: 40px;
      margin-top: 0px; }
    #portfolio-page #header .slots .letter-7 {
      width: 40px; }
    #portfolio-page #header .slots .slot-letter {
      height: 65px; }
    #portfolio-page #portfolio .portfolio__item {
      flex-direction: column;
      padding: 0px; }
    #portfolio-page #portfolio .portfolio__column {
      width: 100%; }
    #portfolio-page #portfolio .portfolio__column.padded {
      padding: 40px 20px; }
    #portfolio-page #portfolio .portfolio__desc {
      padding-top: 10px; }

  #workshops-page #header .slots .slot-letter {
    height: 65px;
    width: 40px; }
    #workshops-page #header .slots .letter-1 {
      width: 53px !important; }

  body.page-id-125 .letter-4 {
    width: 18px !important; }

  body.page-id-121 .letter-4 {
    margin-top: -2px !important; }

  body.page-id-123 .letter-4 {
    width: 40px !important; }
    body.page-id-123 .letter-6 {
      width: 18px !important; }

  body.page-id-127 .letter-1 {
    width: 52px !important; }
    body.page-id-127 .letter-5 {
      width: 18px !important; }

  body.page-id-129 .letter-1 {
    width: 46px !important; }
    body.page-id-129 .letter-7 {
      width: 18px !important; }

  .blog-list__title {
    min-height: 82px; }

  .blog-item__title {
    min-height: 82px !important; } }

@media (max-width: 767.98px) {
  #contact-page #header .header__image {
    height: 400px !important; }

  #contact-page #header .header__wrap {
    min-height: 100px; }

  #join .join__subheading {
    padding-top: 15%; }
    #join .join__image img {
      max-width: 220px;
      margin: 0 auto; }

  .heading {
    font-size: 4rem; }

  .blog-3 {
    display: none !important; }

  html {
    font-size: 65%; }

  :root {
    --content_size: calc(1.5rem + 20%); }

  .show_desktop {
    display: none !important; }

  .show_mobile {
    display: block !important; }

  #socials .text-start, #socials .text-end {
    text-align: center !important; }

  #copyright .text-start, #copyright .text-end {
    text-align: center !important; }

  #page-wrap {
    padding: 20px !important; }

  #home-page {
    overflow: clip; }
    #home-page .prompt {
      width: 80%; }
    #home-page #clients .col {
      padding: 0px !important; }
    #home-page .top-marquee {
      padding-top: 10px; }
    #home-page .prompt {
      display: none; }
    #home-page #header {
      width: 100%;
      height: auto; }
    #home-page #header video {
      width: 120%;
      margin-left: -10%;
      height: auto;
      margin-top: 20%; }
    #home-page #video video {
      height: auto !important;
      width: 120% !important; }
    #home-page #video {
      height: auto;
      margin-bottom: -20px; }
    #home-page #welcome .welcome__heading-1 {
      max-width: 100%;
      top: 13%;
      left: unset; }
      #home-page #welcome .welcome__heading-1 .line {
        justify-content: center; }
      #home-page #welcome .welcome__heading-2 {
        max-width: 100%;
        top: -12%;
        left: unset; }
      #home-page #welcome .welcome__heading-2 .line {
        justify-content: center; }
    #home-page #fixed-scroll .fixed {
      position: sticky;
      top: 0px; }
    #home-page #fixed-scroll .fixed-scroll__text {
      padding: 20vh 10% 20vh 10%;
      background: rgba(196, 16, 16, 0.8);
      background: linear-gradient(180deg, rgba(196, 16, 16, 0) 0%, rgba(196, 16, 16, 0.8) 10%, rgba(196, 16, 16, 0.8) 100%); }
    #home-page #fixed-scroll .h100 {
      height: auto; }

  #portfolio-single {
    padding: 100px 40px 40px 40px; }
    #portfolio-single #header .header__desc {
      padding-top: 10px; }
      #portfolio-single #header .header__feature {
        padding-top: 40px; }
    #portfolio-single #gallery img {
      padding-top: 40px; }
    #portfolio-single #video video {
      padding-top: 40px; }

  #services-page #section-heading .col-xl-4 {
    width: 100% !important; }
    #services-page #section-heading .section__heading-1, #services-page #section-heading .section__heading-2 {
      top: 0;
      left: 0;
      position: relative;
      text-align: center;
      width: 100%;
      max-width: 100%;
      display: flex;
      flex-direction: column;
      align-items: center; }
      #services-page #section-heading .section__image {
        margin: -9vw auto; }

  #single-service {
    padding-top: 60px; }
    #single-service #header .heading {
      width: 90%;
      margin: 0 auto;
      border: none;
      padding: 0px; }
      #single-service #header .heading__wrap {
        flex-direction: column;
        margin-bottom: 40px; }
    #single-service #header .slots {
      border: 1px solid #eadfb0;
      border-radius: 50px;
      padding: 10px 40px;
      margin: 10px 20px;
      min-width: 60%; }
      #single-service #header .slots .slot-letter {
        height: 55px;
        width: 34px; }
    #single-service #testimonials .testimonials__heading {
      font-size: calc(var(--font_96) - 50%); }
      #single-service #testimonials .testimonials__content {
        font-size: calc(var(--font_48) + 50%); }
    #single-service #section-heading .section__heading-1 {
      left: 6%; }
      #single-service #section-heading .section__heading-2 {
        left: 55%; }

  #team-page .person .row {
    flex-direction: column-reverse; }
    #team-page .person.reverse .row {
      flex-direction: column-reverse; }

  #cards-mobile .five, #cards-mobile .four, #cards-mobile .three, #cards-mobile .two, #cards-mobile .one {
    transform: rotate(0);
    margin-bottom: 20px !important; }

  #cards-rotate .cards .container .col-xl-4 {
    width: 40% !important; }
    #cards-rotate .cards .container .row {
      row-gap: 30px;
      column-gap: 3%; }
    #cards-rotate .card {
      width: 296px;
      height: 296px; }

  #cards-mobile {
    width: 100vw;
    overflow: hidden;
    padding: 0px 0px; }
    #cards-mobile .nextdiv {
      transform: rotate(0deg) !important; }
    #cards-mobile .prevdiv {
      transform: rotate(0deg) !important; }
    #cards-mobile .slick-current {
      transform: rotate(0deg) !important; }

  body.single-post #page-wrap {
    padding: 130px 60px 40px 60px !important; }

  ul.products {
    padding: 20px !important; }

  body.woocommerce-cart {
    padding-top: 80px; }
    body.woocommerce-cart .wp-block-woocommerce-cart-order-summary-block {
      padding: 20px 40px; }
    body.woocommerce-cart .wc-block-components-radio-control__option-layout {
      margin-left: 20px; }
    body.woocommerce-cart .wc-block-cart__sidebar {
      padding-bottom: 20px; }

  body.woocommerce-checkout {
    padding-top: 80px; }

  body.woocommerce-shop #wrap {
    padding: 14% 20px; }
    body.woocommerce-shop h1.page-title {
      text-align: center; }

  .blog-list__title {
    min-height: 78px; }

  #home-page .blog-item__title {
    min-height: auto !important; }
    #home-page .blog-item__link {
      margin-bottom: 40px; }

  body.page-id-2113 {
    padding-top: 100px; }
    body.page-id-2113 div.wpforms-container .wpforms-form .wpforms-field-layout .wpforms-layout-row {
      flex-direction: column !important; }
    body.page-id-2113 div.wpforms-container .wpforms-form .wpforms-field-layout .wpforms-layout-column-50 {
      width: 100% !important; }
    body.page-id-2113 #support-form input[type=text], body.page-id-2113 #support-form input[type=email], body.page-id-2113 #support-form input[type=tel], body.page-id-2113 #support-form input[type=number], body.page-id-2113 #support-form input[type=password], body.page-id-2113 #support-form textarea {
      min-height: 60px !important; }
    body.page-id-2113 #support-form button[type=submit] {
      min-height: 60px !important;
      min-width: auto !important;
      padding: 10px 60px !important; }
    body.page-id-2113 #support-form .wpforms-container-full select {
      height: 60px !important; } }

@media (max-width: 575.98px) {
  html {
    font-size: 60%; }

  :root {
    --content_size: calc(1.5rem + 25%); }

  #nav .col-xl-4 {
    width: 33.33%; }

  .nav__menu li {
    height: calc(100% / 12) !important; }

  .mainNavigation .nav__menu ul {
    justify-content: normal !important; }

  #home-page .marquee .marquee__inner span {
    font-size: calc(var(--font_96) - 100%);
    letter-spacing: 3px; }
    #home-page .prompt {
      width: 90%;
      top: 80vh; }
      #home-page .prompt__label {
        min-width: auto;
        padding: 5px 10px; }
      #home-page .prompt__value {
        min-width: 60%;
        padding: 5px 10px; }
    #home-page .reveal-line__wrapper {
      min-height: 400px !important; }
      #home-page .reveal-line__line {
        height: 400px; }
    #home-page #welcome .welcome__heading-1 {
      top: 9%; }
    #home-page #portfolio-work {
      padding: 20% 0px 0px 0px; }
    #home-page #cards-mobile {
      padding: 0px; }
      #home-page #cards-mobile .cards__item {
        margin: 0px 20px; }
    #home-page #clients {
      padding: 30% 20px 5% 20px; }
      #home-page #clients .col {
        min-width: 33%; }
    #home-page #musings {
      padding: 10% 20px; }

  #services-page #section-heading {
    padding: 15% 40px; }
    #services-page #section-heading .section__image {
      margin: -11vw auto; }
    #services-page .reveal-line__wrapper {
      min-height: 400px !important; }
    #services-page .reveal-line__line {
      height: 400px; }
    #services-page #join .join__heading-2 {
      justify-content: center; }

  #custom-page #specialties {
    padding: 300px 20px 50px 20px; }

  #single-service #section-heading .section__heading-1 {
    left: 5%;
    top: 22%; }
    #single-service #section-heading .section__heading-2 {
      left: 48%;
      top: 54%; }
    #single-service #section-heading .section__image {
      max-width: 250px; }
    #single-service #card-flip .cards {
      transform: scale(0.8); }
    #single-service #card-flip .card-flip__wrapper {
      padding: 0px; }
    #single-service #specialties {
      padding: 300px 20px 50px 20px; }
    #single-service #leaderboard {
      padding: 250px 20px 50px 20px; }
    #single-service #leaderboard .leaderboard__inner {
      padding: 40px 20px 40px 20px; }
    #single-service #section-heading .section__heading-1 {
      left: 6%;
      top: 21%;
      font-size: calc(var(--font_96) - 100%); }
    #single-service #section-heading .section__heading-2 {
      left: 44%;
      top: 49%;
      font-size: calc(var(--font_96) - 100%); }
    #single-service #section-heading .section__image {
      max-width: 250px; }

  #cards-rotate .cards {
    max-width: 255px;
    margin: 0 auto; }
    #cards-rotate .cards .container .col-xl-4 {
      width: 100% !important; }
    #cards-rotate .cards .container .row {
      row-gap: 40px;
      column-gap: 0%; }
    #cards-rotate .card {
      width: 296px;
      height: 296px; }

  #portfolio-work .work {
    font-size: calc(100px + 10vw);
    line-height: calc(100px + 0vw);
    margin-left: -4vw; }
    #portfolio-work .extramartop {
      margin-top: 0vw; }
    #portfolio-work .gallery {
      height: auto;
      margin: 0 auto;
      position: relative;
      margin-top: 0px;
      width: 85%; }

  #workshops-page #header {
    padding-top: 150px; }
    #workshops-page #header .heading {
      padding: 10px; }
    #workshops-page #header .slots {
      padding: 0px 20px; }
    #workshops-page #header .slots .slot-letter {
      height: 50px;
      width: 35px; }
    #workshops-page #header .slots .letter-1 {
      width: 44px !important; }

  #signup .signup__image {
    min-height: 50vh;
    border-bottom: 1px solid #eadfb0; }

  #footer {
    text-align: center; }
    #footer .text-end {
      text-align: center !important; }
    #footer .footer__icon {
      min-height: auto !important;
      padding: 20px 0px; }
    #footer .footer__btm {
      line-height: 1.5em !important; }

  #musings {
    padding: 10% 20px; }
    #musings .col-xl-2 {
      display: none; }
    #musings .col-xl-8 {
      width: 100%; }
    #musings .musings__content {
      padding: 40px 0px; }
    #musings .blog-item {
      margin-bottom: 40px; }
    #musings .blog-item__title {
      min-height: auto; }

  #contact-page #contact input[type=text], #contact-page #contact input[type=email], #contact-page #contact input[type=tel], #contact-page #contact input[type=number], #contact-page #contact input[type=password], #contact-page #contact textarea {
    min-height: 60px; }
    #contact-page #contact textarea {
      height: 120px; }
    #contact-page #contact button[type=submit] {
      min-height: 76px;
      min-width: 200px; }

  body.single-post #page-wrap {
    padding: 100px 40px 40px 40px !important; }

  .btn-large-primary, .btn-large-secondary {
    font-size: calc(var(--font_96) - 100%) !important; }
    .btn-large-primary:hover, .btn-large-secondary:hover {
      font-size: calc(var(--font_96) - 100%) !important; }

  .woocommerce ul.products li {
    width: 100% !important; }

  .blog-list__title {
    min-height: auto; } }

@media (max-width: 400px) {
  html {
    font-size: 60%; }

  #home-page #cards-mobile .subheading.btm {
    padding: 60px 20px 0px 20px; }

  #custom-page #specialties {
    padding: 300px 20px 50px 20px; }

  #single-service #header .heading__wrap {
    font-size: 40px !important; }
    #single-service #header .slots {
      padding: 10px 20px;
      margin: 10px 20px;
      min-width: 90%; }
      #single-service #header .slots .slot-letter {
        height: 45px;
        width: 24px;
        font-size: 40px !important; }
    #single-service #specialties {
      padding: 300px 20px 50px 20px; }
    #single-service #section-heading .section__heading-1 {
      left: 6%;
      top: 21%;
      font-size: calc(var(--font_96) - 100%); }
      #single-service #section-heading .section__heading-2 {
        left: 44%;
        top: 49%;
        font-size: calc(var(--font_96) - 100%); }
      #single-service #section-heading .section__image {
        max-width: 250px; }

  #portfolio-page {
    padding-top: 60px; }
    #portfolio-page #header .heading__wrap {
      font-size: 40px !important; }
    #portfolio-page #header .slots {
      padding: 10px 20px;
      margin: 10px 20px;
      min-width: 90%; }
      #portfolio-page #header .slots .slot-letter {
        height: 45px;
        width: 24px;
        font-size: 40px !important; }
      #portfolio-page #header .slots .letter-4 {
        width: 38px;
        margin-left: 10px; }

  #workshops-page #header {
    padding-top: 150px; }
    #workshops-page #header .heading {
      padding: 10px; }
    #workshops-page #header .slots {
      padding: 10px 10px;
      margin: 10px 20px;
      min-width: 90%; }
      #workshops-page #header .slots .slot-letter {
        height: 45px;
        width: 24px;
        font-size: 40px !important; }
      #workshops-page #header .slots .letter-1 {
        width: 44px !important; }

  #contact-page #contact input[type=text], #contact-page #contact input[type=email], #contact-page #contact input[type=tel], #contact-page #contact input[type=number], #contact-page #contact input[type=password], #contact-page #contact textarea {
    font-size: calc(var(--font_64) - 50%) !important;
    min-height: 60px; }
    #contact-page #contact textarea {
      height: 120px; }
    #contact-page #contact button[type=submit] {
      min-height: 76px;
      min-width: 200px; }
    #contact-page #header .header__image {
      height: 350px !important; }

  #team-page .person__wrap {
    padding: 40px 40px; }

  body.single-post #page-wrap {
    padding: 100px 20px 40px 20px !important; }

  .btn-large-primary, .btn-large-secondary {
    font-size: calc(var(--font_96) - 170%) !important; }
    .btn-large-primary:hover, .btn-large-secondary:hover {
      font-size: calc(var(--font_96) - 170%) !important; }

  body.woocommerce-shop #wrap {
    padding: 100px 20px; }

  body.woocommerce-cart .wp-block-woocommerce-cart-order-summary-block {
    padding: 20px 20px 40px 20px; } }
