:root {
  --menu_height: 80px;
  --menu_position: relative; }

:root {
  --primary: #c03441;
  --secondary: #c03441;
  --menu_height: 80px;
  --black: #000;
  --white: #f4ece6;
  --orange: #f15d28;
  --cream: #f4ece6;
  --yellow: #eaa93d;
  --green-light: #7b7749;
  --green-dark: #505033;
  --blue-light: #85a6d7;
  --blue-dark: #232a5f;
  --purple: #d89cc6;
  --pink: #f283b4;
  --red: #c03441;
  --burgundy-1: #31131b;
  --burgundy-2: #3f1b25;
  --burgundy-3: #4c1e2c;
  --burgundy-4: #59152c;
  --xm: 5%;
  --ym: 5%;
  --font_110: 5.5vw;
  --font_96: 5rem;
  --font_84: 5.292rem;
  --font_64: 4rem;
  --font_56: 3.5rem;
  --font_48: 3rem;
  --font_36: 1.75rem;
  --font_24: 1.5rem;
  --font_20: 1.25rem;
  --h1_size: 5.5vw;
  --h2_size: 5rem;
  --h3_size: 5.292rem;
  --h4_size: 4rem;
  --h5_size: 3.5rem;
  --h6_size: 3rem;
  --content_size: 1.5rem;
  --nav_size: 1.25rem;
  --button_size: 1.25rem;
  --bs-body-font-family: 'Aktiv Grotesk Regular', sans-serif;
  --bs-body-font-size: 1.5rem;
  --bs-body-font-weight: 400;
  --bs-body-line-height: 150%;
  --bs-body-color: #c03441;
  --bs-body-bg: #c03441;
  --bs-primary: #c03441;
  --bs-secondary: #c03441;
  --wpforms-button-background-color-alt: transparent;
  --wpforms-button-background-color: transparent;
  --wpforms-button-text-color: #c03441; }

* {
  margin: 0;
  padding: 0; }

html {
  font-size: 16px; }

body {
  font-size: var(--content_size);
  line-height: 150%;
  color: #c03441;
  font-family: 'Aktiv Grotesk Regular', sans-serif;
  background: #31131b;
  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; }

#wrap {
  position: relative; }

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

#header-video video {
  width: 100%; }

#header-image img {
  width: 100%; }

#sub-3972 {
  top: 30%;
  transform: translateY(-30%); }

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

body.admin-bar #nav .show {
  top: 10px !important; }

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

.toplogo {
  max-width: 138px !important; }

#nav {
  position: fixed;
  top: 0px;
  padding: 10px 0px;
  z-index: 999;
  width: 100vw;
  height: var(--menu_height); }
  #nav .text-end {
    display: flex;
    flex-direction: row;
    justify-content: flex-end; }

#page-wrap {
  padding: 0px 40px; }

#home-page #header {
  position: relative;
  overflow: hidden; }
  #home-page #header .header__bg {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    z-index: 1; }
    #home-page #header .header__bg .marquee {
      background: transparent !important;
      padding-top: 0px !important; }
      #home-page #header .header__bg .marquee__inner {
        animation: marquee 240s linear infinite;
        -webkit-animation: marquee 240s linear infinite; }
        #home-page #header .header__bg .marquee__inner img, #home-page #header .header__bg .marquee__inner span {
          width: 1920px;
          height: 180px; }
        #home-page #header .header__bg .marquee__inner span {
          padding: 0px !important; }
    #home-page #header .header__bg .marquee.alternating .marquee__inner {
      animation-direction: reverse; }
    #home-page #header .header__bg video {
      width: 100%;
      height: 100%;
      object-fit: cover; }
    #home-page #header .header__text {
      position: relative;
      z-index: 2;
      padding: 8vh 20px 40px 20px; }
    #home-page #header .header__text img {
      width: 100%; }
    #home-page #header .header__video .watch {
      position: absolute;
      top: 11vw;
      left: 59vw;
      width: 14vw;
      height: 14vw;
      background-image: url(../images/watch.svg);
      background-size: 14vw 14vw;
      animation: spin 4.5s linear infinite;
      transform-origin: 50% 50%;
      position: absolute;
      display: block;
      cursor: pointer;
      z-index: 4; }
  #home-page #video-reveal #myVideo {
    width: 100%;
    object-fit: cover;
    height: 100%; }
  #home-page #video-reveal #videohidden {
    display: none;
    width: 100%; }
  #home-page #video-reveal #videohidden video {
    width: 100%;
    height: 100%; }
  #home-page #video-reveal #videohidden {
    position: absolute;
    z-index: 9;
    height: 100%; }
  #home-page #ready {
    width: 100%;
    padding: 40px 40px;
    cursor: url('../images/cursor-arm-sml.png') 28 4, auto;
    background: #31131b; }
  #home-page #ready .ready__heading {
    font-size: var(--font_110) !important;
    transition-delay: 0.8s;
    color: #85a6d7;
    max-width: 1200px;
    margin-bottom: 0px; }
    #home-page #ready .ready__heading .line {
      justify-content: flex-start; }
  #home-page #ready .flex-vertical {
    display: flex;
    align-items: center; }
  #home-page #ready .vertical {
    display: none; }
  #home-page #ready .trailblazers {
    display: flex !important;
    flex-direction: column !important;
    color: #85a6d7;
    font-family: 'Aktiv Grotesk Bold', sans-serif; }
    #home-page #ready .trailblazers .char {
      display: inline-block;
      opacity: 0;
      transform: translateY(20px);
      animation: fade-up 0.5s forwards ease-out;
      animation-delay: calc(var(--char-index) * 0.1s); }
    #home-page #ready .trailblazers .word, #home-page #ready .trailblazers .char {
      display: flex;
      flex-direction: column;
      font-size: var(--font_24);
      line-height: 110%; }
    #home-page #ready .trailblazers .word {
      padding-bottom: 40px; }
  #home-page #fixed-scroll.active {
    position: sticky; }
  #home-page #fixed-scroll {
    position: relative;
    cursor: url('../images/cursor-megaphone-sml.png') 28 4, auto;
    top: 0px;
    z-index: 1; }
  #home-page #fixed-scroll .heading {
    font-family: 'Denton Condensed Light', sans-serif;
    font-size: var(--font_84);
    font-style: normal;
    font-weight: 300;
    line-height: 100%;
    color: #c03441;
    text-align: center;
    line-height: 120%; }
  #home-page #fixed-scroll p {
    font-family: 'Denton Condensed Light', sans-serif;
    font-size: 4rem;
    text-align: center;
    width: 100%;
    color: #c03441;
    line-height: 120%; }
  #home-page #fixed-scroll .h100 {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    height: 35vh; }
  #home-page #fixed-scroll .fixed {
    position: relative; }
  #home-page #fixed-scroll .scroll {
    position: relative; }
  #home-page #fixed-scroll h4, #home-page #fixed-scroll h3 {
    color: #c03441; }
  #home-page #fixed-scroll .reveal-line__line {
    background-color: #c03441; }
  #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% 2vw;
      position: relative; }
    #home-page #fixed-scroll .fixed-scroll__sec1 {
      padding-top: 5vh;
      height: 40vw; }
    #home-page #fixed-scroll .fixed-scroll__sec1 .heading {
      padding-top: 40px; }
    #home-page #fixed-scroll .fixed-scroll__sec2 {
      padding-top: 5vh;
      height: 25vw; }
    #home-page #fixed-scroll .fixed-scroll__sec2 .heading {
      padding-top: 40px; }
    #home-page #fixed-scroll .fixed-scroll__sec3 {
      padding-top: 5vh;
      height: 30vw; }
    #home-page #fixed-scroll .fixed-scroll__sec3 .heading {
      padding-top: 40px; }
    #home-page #fixed-scroll .fixed-scroll__sec4, #home-page #fixed-scroll .fixed-scroll__sec5, #home-page #fixed-scroll .fixed-scroll__sec6, #home-page #fixed-scroll .fixed-scroll__sec7, #home-page #fixed-scroll .fixed-scroll__sec8 {
      padding-top: 5vh;
      height: 30vw; }
    #home-page #fixed-scroll .fixed-scroll__sec4 .heading, #home-page #fixed-scroll .fixed-scroll__sec5 .heading, #home-page #fixed-scroll .fixed-scroll__sec6 .heading, #home-page #fixed-scroll .fixed-scroll__sec7 .heading, #home-page #fixed-scroll .fixed-scroll__sec8 .heading {
      padding-top: 40px; }
    #home-page #fixed-scroll .fixed-scroll__sec9 {
      padding-top: 5vh;
      height: 10vw; }
    #home-page #fixed-scroll .fixed-scroll__sec9 .heading {
      padding-top: 40px; }
  #home-page .image-marquee {
    padding: var(--ym) var(--xm) calc(var(--ym) * 2) var(--xm);
    overflow: hidden;
    position: relative;
    cursor: url('../images/cursor-cursor-sml.png') 28 4, auto; }
  #home-page .image-marquee__track {
    display: flex;
    gap: var(--font_24);
    width: max-content;
    padding: 0 var(--font_24);
    animation: image-marquee-scroll 120s linear infinite; }
  #home-page .image-marquee__item {
    padding: 0;
    margin: 0;
    display: grid;
    position: relative;
    overflow: visible;
    transform-origin: center;
    transition: transform 0.35s ease;
    flex: 0 0 auto;
    width: auto;
    height: auto; }
    #home-page .image-marquee__item:hover {
      transform: rotate(-4deg) translateY(-6px);
      z-index: 3; }
    #home-page .image-marquee__item:nth-child(even):hover {
      transform: rotate(4deg) translateY(-6px);
      z-index: 3; }
    #home-page .image-marquee__item:hover .image-marquee__image--hover {
      opacity: 1; }
    #home-page .image-marquee__item:hover .image-marquee__image--default {
      opacity: 0; }
    #home-page .image-marquee__item a:hover .image-marquee__image--hover {
      opacity: 1; }
    #home-page .image-marquee__item a:hover .image-marquee__image--default {
      opacity: 0; }
  #home-page .image-marquee__image {
    grid-area: 1 / 1;
    position: relative;
    width: auto;
    height: auto;
    max-height: 400px;
    max-width: 100%;
    object-fit: contain;
    display: block;
    transition: opacity 0.35s ease; }
    #home-page .image-marquee__image--default {
      opacity: 1; }
    #home-page .image-marquee__image--hover {
      opacity: 0; }
  #home-page #services {
    padding: var(--ym) var(--xm) calc(var(--ym) * 2) var(--xm);
    cursor: url('../images/cursor-cursor-sml.png') 28 4, auto;
    background-image: url(../images/bg-vertical-repeat.png);
    background-position: 100%; }
  #home-page #services .services-header {
    text-align: center;
    color: #f4ece6;
    margin-bottom: 200px; }
    #home-page #services .services-header__title, #home-page #services .services-header__subtitle {
      font-family: 'Denton Condensed Light', sans-serif;
      font-size: var(--font_96);
      line-height: 100%;
      margin-bottom: 0px;
      color: #f4ece6;
      text-align: center; }
    #home-page #services .services-header__title .line, #home-page #services .services-header__subtitle .line {
      justify-content: center; }
    #home-page #services .services-header__highlight {
      font-family: 'CCS Belvare', sans-serif;
      font-size: var(--font_110);
      text-transform: uppercase;
      line-height: 100%;
      color: #f4ece6;
      margin-bottom: 0px;
      font-size: 15.75rem;
      padding: 45px 0px 0px 0px;
      text-align: center; }
  #home-page #services .cards-row {
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    row-gap: 60px;
    position: relative;
    justify-content: center; }
  #home-page #services .card {
    width: 24vw;
    height: 100%;
    border-radius: 8px;
    text-decoration: none;
    color: #31131b;
    display: block;
    position: relative;
    overflow: hidden;
    flex-shrink: 0;
    margin-right: -40px;
    transition: transform 0.55s cubic-bezier(0.34, 2.1, 0.64, 1), opacity 0.3s ease;
    opacity: 1;
    border: none !important;
    background-color: unset;
    cursor: url('../images/cursor-cursor-sml.png') 28 4, auto; }
  #home-page #services .card.is-hovered {
    z-index: 10; }
  #home-page #services .card::before {
    content: '';
    position: absolute;
    inset: 0;
    pointer-events: none;
    z-index: 1; }
  #home-page #services .card-body {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    padding: 40px;
    z-index: 3;
    display: flex;
    flex-direction: column; }
  #home-page #services .card-content {
    list-style: disc;
    padding-left: 16px;
    margin: 0px 0px 50px 0px;
    font-size: var(--font_24);
    color: #31131b;
    line-height: 150%; }
  #home-page #services .card-content li {
    margin-bottom: 30px; }
  #home-page #services .card-title {
    font-family: 'Denton Condensed Light', sans-serif;
    font-size: 4vw;
    color: #31131b;
    margin-bottom: 60px; }
  #home-page #services .card-btn-wrap {
    margin-top: auto;
    margin-bottom: 0;
    display: flex;
    flex-direction: row;
    justify-content: center; }
  #home-page #services .card-btn {
    width: 225px;
    height: 41px;
    background-image: url(../images/btn-learn-more.svg);
    background-size: cover;
    font-size: 28px;
    text-transform: uppercase;
    padding: 5px 14px;
    cursor: pointer;
    font-family: 'Denton Condensed Light', sans-serif;
    white-space: nowrap;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center; }
  #home-page #notgoodat {
    padding: var(--ym) var(--xm); }
  #home-page #notgoodat h3 {
    color: #f4ece6;
    text-align: center;
    font-family: 'Aktiv Grotesk Bold', sans-serif;
    font-size: 24px;
    font-style: normal;
    font-weight: 700;
    line-height: 120%;
    text-transform: uppercase;
    margin-bottom: 100px; }
  #home-page #notgoodat .marquee {
    background-color: transparent !important;
    overflow: visible; }
    #home-page #notgoodat .marquee .marquee__inner {
      line-height: 100%;
      display: flex;
      flex-direction: row;
      justify-content: center;
      align-items: center;
      min-height: 120px;
      animation: marquee 70s linear infinite;
      -webkit-animation: marquee 70s linear infinite; }
    #home-page #notgoodat .marquee span {
      font-family: 'Denton Condensed Light', sans-serif;
      font-style: normal;
      font-weight: 400;
      text-transform: unset;
      color: unset !important;
      font-size: 7rem !important;
      padding: 0 40px; }
  #home-page #notgoodat .marquee.alternating .marquee__inner {
    animation-direction: reverse; }
  #home-page #kind-words {
    background-image: url(../images/Kind.gif);
    background-repeat: repeat-x;
    background-size: contain;
    background-position: bottom center;
    margin-bottom: 100px; }
  #home-page #kind-words .duck {
    top: 0px;
    position: relative;
    left: -400px; }
    #home-page #kind-words .duck img {
      width: 17vw; }
  #home-page #antics {
    padding: var(--ym) 0px;
    background: #59152c; }
  #home-page #antics .antics__heading {
    color: #f4ece6;
    text-align: center;
    font-family: 'Denton Condensed Light', sans-serif;
    font-size: var(--font_96);
    font-style: normal;
    font-weight: 300;
    line-height: 100%;
    text-transform: uppercase;
    padding-bottom: 5%; }
  #home-page #antics .antics-slider .slider-card {
    padding: 20px;
    border-radius: 8px; }
    #home-page #antics .antics-slider .slider-card__heading h3 {
      color: #31131b;
      font-size: calc(var(--font_48) - 20%); }
    #home-page #antics .antics-slider .slider-card__image img {
      width: 100%; }
    #home-page #antics .antics-slider .slider-item {
      padding: 30px 0px; }
  #home-page #antics .slick-slide .slider-card.bg-orange {
    transform: rotate(-3.457deg); }
    #home-page #antics .slick-slide .slider-card.bg-blue-light {
      transform: rotate(3.864deg); }
    #home-page #antics .slick-slide .slider-card.bg-pink {
      transform: rotate(-0.054deg); }
    #home-page #antics .slick-slide .slider-card.bg-yellow {
      transform: rotate(1.927deg); }
    #home-page #antics .slick-slide .slider-card.bg-red {
      transform: rotate(-6.255deg); }
    #home-page #antics .slick-slide .slider-card.bg-green-light {
      transform: rotate(3.686deg); }
    #home-page #antics .slick-slide .slider-card.bg-green-dark {
      transform: rotate(3.686deg); }
    #home-page #antics .slick-slide .slider-card.bg-purple {
      transform: rotate(4.284deg); }
  #home-page #antics #antics-slider-mobile {
    display: none; }

#video_banner {
  position: relative;
  margin-bottom: -10px;
  z-index: 2; }
  #video_banner video {
    width: 100%;
    height: 100%;
    object-fit: cover; }
  #video_banner .overlay {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    color: #f4ece6;
    font-family: 'Denton Condensed Light', sans-serif;
    font-size: var(--font_96);
    font-style: normal;
    font-weight: 300;
    line-height: 100%; }
  #video_banner .overlay__left {
    text-align: left; }
  #video_banner .overlay__right {
    text-align: right; }
  #video_banner .overlay__center {
    text-align: center; }
  #video_banner .overlay__button {
    text-align: right; }

#popup {
  position: fixed;
  top: 0px;
  left: 0px;
  height: 100%;
  width: 100%;
  z-index: 99999;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  display: none;
  zoom: 0.8;
  padding: 20px; }
  #popup .popup__bg {
    width: 1257px;
    height: 667px; }
  #popup .popup__inner {
    background-image: url(../images/popup_bg2.svg);
    background-repeat: repeat-y;
    background-size: 100%; }
  #popup .popup__top {
    display: flex;
    margin-top: -40px; }
  #popup .popup__btm {
    margin-top: 20px;
    padding-top: 20px;
    border-top: 2px solid #c03441;
    margin-left: 50px;
    margin-right: 50px; }
  #popup .popup__btm-inner {
    max-width: 80%;
    margin: 0 auto;
    display: flex;
    flex-direction: row;
    justify-content: space-around; }
  #popup .popup__left {
    width: 30%;
    text-align: center;
    align-items: center; }
  #popup .popup__right {
    width: 70%;
    border-left: 2px solid #c03441;
    padding: 40px; }
  #popup .popup__left, #popup .popup__right {
    display: flex;
    flex-direction: column;
    justify-content: center; }
  #popup .popup__heading {
    color: #c03441;
    font-family: 'Denton Condensed Light', sans-serif;
    font-size: 115px;
    font-weight: 700;
    line-height: 100%;
    text-transform: uppercase;
    text-align: left;
    margin-bottom: 35px; }
  #popup .popup__content {
    color: #c03441;
    font-family: 'Denton Condensed Light', sans-serif;
    font-size: 36px;
    line-height: 120%; }

#services-page #header img, #services-page #header video {
  width: 100%;
  height: 100%;
  object-fit: cover; }
  #services-page #services-intro {
    padding: 0px 20px;
    text-align: center; }
  #services-page #services-intro .reveal-text .line {
    justify-content: center; }
  #services-page #service-tabs {
    padding: var(--ym) var(--xm);
    text-align: center; }

#single-service #intro {
  padding: 10% var(--xm) var(--ym) var(--xm); }
  #single-service #intro .intro__heading {
    text-align: center;
    font-size: var(--font_110);
    line-height: 100%;
    margin-bottom: 40px; }
    #single-service #intro .intro__content {
      max-width: 1052px;
      margin: 0px auto;
      text-align: center; }

#single-service.video #booking .booking__heading {
  font-size: var(--font_110); }
  #single-service.video #approach {
    padding-top: 10%; }
  #single-service.video #approach .approach__card {
    min-height: 25vw; }

#single-service.branding #approach .approach__card {
  min-height: 24vw; }

#single-service.strategy #approach .approach__card {
  min-height: 24vw; }

#single-service.design #approach .approach__card {
  min-height: 24vw; }

#team-page #intro {
  padding: 10% var(--xm) var(--ym) var(--xm); }
  #team-page #intro .intro__heading {
    text-align: center;
    font-size: var(--font_64);
    line-height: 100%;
    max-width: 1260px;
    margin: 0 auto 40px auto; }
    #team-page #intro .intro__content {
      max-width: 1052px;
      margin: 0px auto;
      text-align: center; }
  #team-page #people {
    padding: var(--ym) var(--xm);
    position: realtive;
    max-width: 1920px;
    margin: 0 auto; }
  #team-page #people .people__row {
    position: relative; }
    #team-page #people .people__heading {
      color: #f4ece6;
      font-size: 7vw;
      line-height: 100%;
      text-transform: uppercase;
      text-align: center;
      margin: 0px auto 200px auto; }
    #team-page #people .people__grid {
      display: flex;
      flex-direction: column;
      row-gap: 250px; }
    #team-page #people .people__row {
      display: flex;
      flex-direction: row;
      flex-wrap: nowrap; }
  #team-page #people .person {
    width: 33%;
    text-align: center;
    color: #f4ece6;
    transition: all 0.3s ease; }
    #team-page #people .person__image {
      padding-bottom: var(--font_24);
      position: relative;
      z-index: 3;
      max-width: 350px;
      margin: 0 auto; }
    #team-page #people .person__name {
      color: #f4ece6;
      font-family: 'Denton Condensed Light', sans-serif;
      font-size: var(--font_64);
      line-height: 100%;
      margin-bottom: 0px; }
    #team-page #people .person__position {
      color: #f4ece6;
      font-family: "Denton Condensed Light Italic";
      font-size: calc(var(--font_48) - 4px);
      line-height: 100%;
      margin-bottom: 0px;
      height: 100px;
      display: flex;
      flex-direction: column;
      justify-content: center; }
    #team-page #people .person__fact {
      color: #f4ece6;
      font-family: "Denton Condensed Light Italic";
      font-size: var(--font_36);
      line-height: 100%;
      margin-bottom: 0px;
      display: none;
      height: 100px;
      flex-direction: column;
      justify-content: center;
      max-width: 350px;
      margin: 0 auto; }
    #team-page #people .person__link {
      position: relative;
      margin-top: 40px; }
    #team-page #people .person__link span {
      position: absolute;
      top: 3px;
      left: 0px;
      width: 100%;
      height: 100%;
      display: flex;
      flex-direction: column;
      justify-content: center;
      align-items: center;
      font-family: 'Denton Condensed Light', sans-serif;
      font-size: 20px;
      line-height: 100%;
      text-transform: uppercase; }
    #team-page #people .person:hover .person__position {
      display: none; }
    #team-page #people .person:hover .person__fact {
      display: flex; }
  #team-page #people .person-1 .person__image, #team-page #people .person-8 .person__image, #team-page #people .person-13 .person__image {
    transform: rotate(1deg); }
    #team-page #people .person-1 .person__image:hover, #team-page #people .person-8 .person__image:hover, #team-page #people .person-13 .person__image:hover {
      transform: rotate(0deg); }
  #team-page #people .person-6 .person__image, #team-page #people .person-12 .person__image {
    transform: rotate(-1deg); }
    #team-page #people .person-6 .person__image:hover, #team-page #people .person-12 .person__image:hover {
      transform: rotate(0deg); }
  #team-page #people .person-2, #team-page #people .person-5, #team-page #people .person-8 {
    margin-top: -100px; }
  #team-page #people .person-10 .person__position {
    max-width: 300px;
    margin: 0 auto; }
  #team-page #people .person-11 {
    margin-top: 100px; }
  #team-page #people .person-13 {
    margin-left: 33%; }
  #team-page #people .person-14 {
    margin-top: -100px; }
  #team-page #people .wall-images img {
    position: absolute;
    z-index: 1; }
    #team-page #people .wall-images .wall-1 {
      top: -400px;
      left: -180px; }
    #team-page #people .wall-images .wall-2 {
      top: 610px;
      right: -80px; }
    #team-page #people .wall-images .wall-3 {
      top: 550px;
      left: 500px; }
    #team-page #people .wall-images .wall-4 {
      top: 580px;
      left: -20px; }
    #team-page #people .wall-images .wall-5 {
      top: 730px;
      right: 520px; }
    #team-page #people .wall-images .wall-6 {
      top: -180px;
      left: 300px; }
    #team-page #people .wall-images .wall-7 {
      top: 130px;
      left: 180px; }
  #team-page #feat-img {
    padding: var(--ym) var(--xm);
    background: #31131b;
    background: linear-gradient(0deg, #59152c 0%, #59152c 50%, #31131b 50%, #31131b 100%);
    text-align: center; }
  #team-page #values {
    background: #59152c;
    padding: var(--ym) var(--xm); }
  #team-page #values .values__heading {
    text-align: center;
    font-size: 128px;
    line-height: 100%;
    max-width: 1260px;
    margin: 0 auto 60px auto;
    color: #f4ece6; }
  #team-page #values .reveal-line__line {
    background-color: #f4ece6; }
  #team-page #values .scroll-container {
    padding: 0px var(--xm) var(--ym) var(--xm);
    text-align: center; }
    #team-page #values .scroll-container .item {
      display: flex;
      flex-direction: column;
      align-items: center;
      gap: 0.2rem;
      padding: 0.75rem 0;
      cursor: default;
      transition: none;
      will-change: transform, color;
      transform-origin: center center; }
    #team-page #values .scroll-container .item-number {
      font-size: clamp(0.55rem, 1vw, 0.75rem);
      font-weight: 600;
      letter-spacing: 0.08em;
      line-height: 1; }
    #team-page #values .scroll-container .item-text {
      font-size: clamp(1.4rem, 4.5vw, 4rem);
      font-weight: 500;
      letter-spacing: -0.01em;
      line-height: 1.1;
      padding: 0px;
      margin: 0px; }
    #team-page #values .scroll-container .item-text img {
      margin-bottom: 30px; }
    #team-page #values .scroll-container .item-text h3 {
      font-family: 'Denton Condensed Light', sans-serif;
      font-size: var(--font_96);
      color: #f4ece6;
      line-height: 100%;
      margin-bottom: 45px; }
    #team-page #values .scroll-container .item-text p {
      font-size: var(--font_24);
      max-width: 1054px;
      margin: 0 auto 20px auto;
      line-height: 150%; }
    #team-page #values .scroll-container .spacer {
      height: 0; }

body.page-id-3542 #custom-page {
  background: #31131b !important; }

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

#portfolio-work {
  position: relative;
  padding-bottom: 5vw !important; }
  #portfolio-work .portsection {
    position: relative;
    min-height: 100vh;
    z-index: 99;
    margin-top: 20vw; }
  #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: -12vw;
    width: 35vw;
    border-radius: 0px;
    overflow: hidden; }
  #portfolio-work .gallery img {
    width: 100%; }
  #portfolio-work .work {
    font-size: calc(100px + 30vw);
    line-height: calc(100px + 14vw);
    text-align: center;
    width: 100vw;
    position: fixed;
    bottom: 10vw;
    margin-top: 0vw;
    font-family: 'CCS Belvare', sans-serif;
    color: #c03441;
    z-index: 1;
    display: none; }
  #portfolio-work .view-more-btn {
    text-align: center;
    padding-top: 10vw;
    position: relative;
    z-index: 9; }

#portfolio-work.service-page {
  padding-bottom: 10% !important; }

body.page-id-4558 {
  background: #31131b !important; }

#portfolio-page {
  position: relative;
  padding: 5% 0px; }
  #portfolio-page .portfolio__subheading {
    text-align: center;
    font-size: var(--font_96);
    font-style: normal;
    font-weight: 300;
    line-height: 100%;
    margin-bottom: 40px; }
  #portfolio-page .portfolio__heading {
    text-align: center;
    font-family: 'CCS Belvare', sans-serif;
    font-size: 12.5vw;
    line-height: 100%;
    letter-spacing: 14.6px;
    text-transform: uppercase; }

#portfolio-grid {
  position: relative; }
  #portfolio-grid .aspect {
    padding-top: var(--aspect); }
  #portfolio-grid .item__fig {
    position: relative;
    max-width: 100%;
    margin: 0; }
  #portfolio-grid .item__img {
    display: none;
    position: absolute;
    top: 0;
    left: 0;
    max-width: 100%; }

.dom-gl {
  position: fixed;
  z-index: -1;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%; }

#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_56);
    line-height: 100%;
    font-family: 'Denton Condensed Light', sans-serif;
    padding-bottom: 10px; }
    #portfolio-single #header .header__name .line {
      justify-content: flex-start; }
    #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%; }
  #portfolio-single #gallery video {
    width: 100%; }
  #portfolio-single #gallery .col-xl-6 {
    overflow: hidden; }
  #portfolio-single #gallery .half-width-flex {
    display: flex;
    column-gap: 100px;
    margin-top: 100px; }
  #portfolio-single #gallery .half-width {
    width: 50%;
    overflow: hidden; }
  #portfolio-single #gallery .full-width {
    width: 100%;
    margin-top: 100px; }
  #portfolio-single #gallery .video-wrap {
    text-align: center;
    position: relative; }
    #portfolio-single #gallery .video-wrap video.type-reel {
      width: 60%; }
  #portfolio-single #quote {
    padding: 15% 0% 10% 0%;
    width: 100%;
    max-width: 1240px;
    margin: 0 auto; }
  #portfolio-single #quote .quote__text {
    font-size: 6vw;
    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; }

body.page-id-2617 .dimbox-content video {
  width: 100%; }
  body.page-id-2617 .dimbox-ajax-content, body.page-id-2617 .dimbox-inline-content {
    background: #000 !important;
    padding: 0px; }
  body.page-id-2617 .dimbox-sequence {
    display: none; }
  body.page-id-2617 .dimbox-ajax-content, body.page-id-2617 .dimbox-inline-content {
    max-width: 80%;
    margin: 0 auto; }

body.page-id-4558 {
  background: #330d18; }
  body.page-id-4558 #portfolio-page #header {
    padding-top: 3% !important; }

#portfolio-grid {
  padding: 0px var(--xm) var(--ym) var(--xm); }
  #portfolio-grid #filters {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 0px 20px; }
  #portfolio-grid #filters .ui-group {
    min-width: 20%;
    padding-right: 40px; }
    #portfolio-grid #filters .ui-group select {
      -webkit-appearance: none !important;
      -moz-appearance: none !important;
      appearance: none;
      background: transparent !important;
      color: #31131b !important;
      font-family: 'Denton Condensed Light', sans-serif;
      font-size: 35px !important;
      font-style: normal;
      font-weight: 300;
      line-height: 100%;
      text-transform: uppercase;
      border-bottom: none !important;
      width: 100%; }
    #portfolio-grid #filters .ui-group select.filter-department {
      background-image: url("data:image/svg+xml,%3Csvg%20xmlns='http://www.w3.org/2000/svg'%20xmlns:xlink='http://www.w3.org/1999/xlink'%20width='380.098'%20height='61.899'%20viewBox='0%200%20380.098%2061.899'%3E%3Cdefs%3E%3CclipPath%20id='clip-path'%3E%3Crect%20id='Rectangle_1'%20data-name='Rectangle%201'%20width='380.098'%20height='61.899'%20fill='%23fff'/%3E%3C/clipPath%3E%3CclipPath%20id='clip-path-2'%3E%3Crect%20id='Rectangle_2'%20data-name='Rectangle%202'%20width='33.928'%20height='42.086'%20transform='translate(323.035%207.737)'%20fill='%23fff'/%3E%3C/clipPath%3E%3C/defs%3E%3Cg%20id='Group_5'%20data-name='Group%205'%20transform='translate(-1794%20-460)'%3E%3Cg%20id='Group_1'%20data-name='Group%201'%20transform='translate(1794%20460)'%20clip-path='url(%23clip-path)'%3E%3Cpath%20id='Path_1'%20data-name='Path%201'%20d='M380.1,13.166V48.733L368.025,61.9H11.891L0,48.943V13.166L12.073,0H368.025Z'%20fill='%2385a6d7'/%3E%3C/g%3E%3Cg%20id='Group_2'%20data-name='Group%202'%20transform='translate(1794%20460)'%20clip-path='url(%23clip-path-2)'%3E%3Cpath%20id='Path_3'%20data-name='Path%203'%20d='M341.727,7.737,340.484,46.26c.056.12.067.135.073.022a24.5,24.5,0,0,1,1.66-4.032,46.638,46.638,0,0,1,6.829-9.551,73.344,73.344,0,0,1,7.911-7.533l.006,4.85A53.755,53.755,0,0,0,350.42,34.8c-4.579,3.947-8.664,8.99-9.89,15.024l-1.059,0c-1.245-6.134-5.441-11.242-10.117-15.22a53.934,53.934,0,0,0-6.319-4.59l.008-4.844a72.718,72.718,0,0,1,7.792,7.4,47.466,47.466,0,0,1,6.848,9.482,30.267,30.267,0,0,1,1.835,4.378L338.275,7.737Z'%20fill='%2331131b'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E") !important;
      width: 380px;
      height: 62px;
      padding-left: 20px !important;
      padding-top: 11px !important; }
    #portfolio-grid #filters .ui-group select.filter-style {
      background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' width='380.098' height='61.899' viewBox='0 0 380.098 61.899'%3E%3Cdefs%3E%3CclipPath id='clip-path'%3E%3Crect id='Rectangle_4' data-name='Rectangle 4' width='380.098' height='61.899' transform='translate(425.555)' fill='%23fff'/%3E%3C/clipPath%3E%3CclipPath id='clip-path-2'%3E%3Crect id='Rectangle_3' data-name='Rectangle 3' width='37.038' height='42.086' transform='translate(741.246 9.672)' fill='%23fff'/%3E%3C/clipPath%3E%3C/defs%3E%3Cg id='Group_4' data-name='Group 4' transform='translate(-425.555)' clip-path='url(%23clip-path)'%3E%3Cpath id='Path_4' data-name='Path 4' d='M793.3,8.618V0H439.215V8.745a6.99,6.99,0,0,0-1.3-.127c-6.831,0-12.359,10-12.359,22.332s5.528,22.332,12.359,22.332a6.988,6.988,0,0,0,1.3-.127V61.9H793.3V53.281c6.82,0,12.359-10,12.359-22.332S800.135,8.618,793.3,8.618Z' fill='%23eaa93d'/%3E%3Cg id='Group_3' data-name='Group 3' clip-path='url(%23clip-path-2)'%3E%3Cpath id='Path_6' data-name='Path 6' d='M761.651,9.672l-1.357,38.523c.061.12.074.135.081.022a23.273,23.273,0,0,1,1.811-4.032,46.911,46.911,0,0,1,7.456-9.551,77.6,77.6,0,0,1,8.635-7.533l.007,4.85a58.679,58.679,0,0,0-7.143,4.779c-5,3.947-9.458,8.99-10.8,15.024l-1.156,0c-1.359-6.134-5.94-11.242-11.045-15.22a59.025,59.025,0,0,0-6.9-4.59l.009-4.844a76.962,76.962,0,0,1,8.506,7.4,47.861,47.861,0,0,1,7.476,9.482,28.964,28.964,0,0,1,2,4.378L757.882,9.672Z' fill='%2331131b'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E") !important;
      width: 380px;
      height: 62px;
      padding-left: 30px !important;
      padding-top: 11px !important; }
  #portfolio-grid #filters .ui-group.last {
    padding-right: 0px; }
  #portfolio-grid .gallery {
    padding: var(--ym) 0px 0px 0px; }
  #portfolio-grid .grid-sizer, #portfolio-grid .grid-item {
    width: 33%; }
  #portfolio-grid .grid-item--width2 {
    width: 66%; }
  #portfolio-grid .grid .grid-item {
    overflow: hidden;
    padding: 27px; }
    #portfolio-grid .grid .grid-item a {
      padding: 0px;
      display: block;
      position: relative;
      overflow: hidden; }
    #portfolio-grid .grid .grid-item a img {
      width: 100%;
      transition: all 0.5s ease; }
    #portfolio-grid .grid .grid-item a span.name {
      position: absolute;
      bottom: 0px;
      left: 0px;
      width: calc(100% - 0px);
      opacity: 0;
      transform: translateY(40px);
      transition: opacity 0.5s ease, transform 0.5s cubic-bezier(0.76, 0, 0.24, 1);
      z-index: 99;
      height: 100%;
      display: flex;
      flex-direction: column;
      justify-content: flex-end;
      align-items: center;
      background: linear-gradient(180deg, rgba(49, 19, 27, 0.00) 20.29%, #351821 85.23%);
      color: #fff;
      font-family: 'Denton Condensed Light', sans-serif;
      font-size: var(--font_36);
      text-align: center;
      padding: 40px;
      line-height: 100%; }
      #portfolio-grid .grid .grid-item a span.name .tags {
        font-family: 'Aktiv Grotesk Regular', sans-serif;
        text-transform: uppercase;
        font-size: var(--font_20);
        line-height: 110%;
        padding-top: 20px; }
  #portfolio-grid .grid .grid-item:hover img {
    opacity: 1; }
    #portfolio-grid .grid .grid-item:hover span {
      opacity: 1 !important; }
  #portfolio-grid .grid .grid-item:hover span.name, #portfolio-grid .grid span.name.active {
    opacity: 1 !important;
    transform: translateY(0); }
  #portfolio-grid .reveal.active:nth-child(1) {
    transition-delay: 0.2s !important; }
  #portfolio-grid .reveal.active:nth-child(2) {
    transition-delay: 0.3s !important; }
  #portfolio-grid .reveal.active:nth-child(3) {
    transition-delay: 0.4s !important; }
  #portfolio-grid .reveal.active:nth-child(4) {
    transition-delay: 0.5s !important; }
  #portfolio-grid .reveal.active:nth-child(5) {
    transition-delay: 0.6s !important; }
  #portfolio-grid .reveal.active:nth-child(6) {
    transition-delay: 0.7s !important; }
  #portfolio-grid .reveal.active:nth-child(7) {
    transition-delay: 0.8s !important; }
  #portfolio-grid .reveal.active:nth-child(8) {
    transition-delay: 0.9s !important; }
  #portfolio-grid .reveal.active:nth-child(9) {
    transition-delay: 1s !important; }
  #portfolio-grid .reveal.active:nth-child(10) {
    transition-delay: 1.1s !important; }
  #portfolio-grid .reveal.active:nth-child(11) {
    transition-delay: 1.2s !important; }
  #portfolio-grid .reveal.active:nth-child(12) {
    transition-delay: 1.3s !important; }
  #portfolio-grid .reveal.active:nth-child(13) {
    transition-delay: 1.4s !important; }
  #portfolio-grid .reveal.active:nth-child(14) {
    transition-delay: 1.5s !important; }
  #portfolio-grid .reveal.active:nth-child(15) {
    transition-delay: 1.6s !important; }
  #portfolio-grid .reveal.active:nth-child(16) {
    transition-delay: 1.7s !important; }
  #portfolio-grid .reveal.active:nth-child(17) {
    transition-delay: 1.8s !important; }
  #portfolio-grid .reveal.active:nth-child(18) {
    transition-delay: 1.9s !important; }
  #portfolio-grid .reveal.active:nth-child(19) {
    transition-delay: 2s !important; }
  #portfolio-grid .reveal.active:nth-child(20) {
    transition-delay: 2.1s !important; }
  #portfolio-grid .reveal.active:nth-child(21) {
    transition-delay: 2.2s !important; }
  #portfolio-grid .reveal.active:nth-child(22) {
    transition-delay: 2.3s !important; }
  #portfolio-grid .reveal.active:nth-child(23) {
    transition-delay: 2.4s !important; }
  #portfolio-grid .reveal.active:nth-child(24) {
    transition-delay: 2.5s !important; }
  #portfolio-grid .reveal.active:nth-child(25) {
    transition-delay: 2.6s !important; }
  #portfolio-grid .reveal.active:nth-child(26) {
    transition-delay: 2.7s !important; }
  #portfolio-grid .reveal.active:nth-child(27) {
    transition-delay: 2.8s !important; }
  #portfolio-grid .reveal.active:nth-child(28) {
    transition-delay: 2.9s !important; }
  #portfolio-grid .reveal.active:nth-child(29) {
    transition-delay: 3s !important; }
  #portfolio-grid .reveal.active:nth-child(30) {
    transition-delay: 3.1s !important; }
  #portfolio-grid .reveal.active:nth-child(31) {
    transition-delay: 3.2s !important; }
  #portfolio-grid .reveal.active:nth-child(32) {
    transition-delay: 3.3s !important; }
  #portfolio-grid .reveal.active:nth-child(33) {
    transition-delay: 3.4s !important; }
  #portfolio-grid .reveal.active:nth-child(34) {
    transition-delay: 3.5s !important; }
  #portfolio-grid .reveal.active:nth-child(35) {
    transition-delay: 3.6s !important; }
  #portfolio-grid .reveal.active:nth-child(36) {
    transition-delay: 3.7s !important; }
  #portfolio-grid .reveal.active:nth-child(37) {
    transition-delay: 3.8s !important; }
  #portfolio-grid .reveal.active:nth-child(38) {
    transition-delay: 3.9s !important; }
  #portfolio-grid .reveal.active:nth-child(39) {
    transition-delay: 4s !important; }
  #portfolio-grid .reveal.active:nth-child(40) {
    transition-delay: 4.1s !important; }
  #portfolio-grid .reveal.active:nth-child(41) {
    transition-delay: 4.2s !important; }
  #portfolio-grid .reveal.active:nth-child(42) {
    transition-delay: 4.3s !important; }
  #portfolio-grid .reveal.active:nth-child(43) {
    transition-delay: 4.4s !important; }
  #portfolio-grid .reveal.active:nth-child(44) {
    transition-delay: 4.5s !important; }
  #portfolio-grid .reveal.active:nth-child(45) {
    transition-delay: 4.6s !important; }
  #portfolio-grid .reveal.active:nth-child(46) {
    transition-delay: 4.7s !important; }
  #portfolio-grid .reveal.active:nth-child(47) {
    transition-delay: 4.8s !important; }
  #portfolio-grid .reveal.active:nth-child(48) {
    transition-delay: 4.9s !important; }
  #portfolio-grid .reveal.active:nth-child(49) {
    transition-delay: 5s !important; }
  #portfolio-grid .reveal.active:nth-child(50) {
    transition-delay: 5.1s !important; }
  #portfolio-grid .reveal.active:nth-child(51) {
    transition-delay: 5.2s !important; }
  #portfolio-grid .reveal.active:nth-child(52) {
    transition-delay: 5.3s !important; }
  #portfolio-grid .reveal.active:nth-child(53) {
    transition-delay: 5.4s !important; }
  #portfolio-grid .reveal.active:nth-child(54) {
    transition-delay: 5.5s !important; }
  #portfolio-grid .reveal.active:nth-child(55) {
    transition-delay: 5.6s !important; }
  #portfolio-grid .reveal.active:nth-child(56) {
    transition-delay: 5.7s !important; }
  #portfolio-grid .reveal.active:nth-child(57) {
    transition-delay: 5.8s !important; }
  #portfolio-grid .reveal.active:nth-child(58) {
    transition-delay: 5.9s !important; }
  #portfolio-grid .reveal.active:nth-child(59) {
    transition-delay: 6s !important; }
  #portfolio-grid .reveal.active:nth-child(60) {
    transition-delay: 6.1s !important; }
  #portfolio-grid .reveal.active:nth-child(61) {
    transition-delay: 6.2s !important; }
  #portfolio-grid .reveal.active:nth-child(62) {
    transition-delay: 6.3s !important; }
  #portfolio-grid .reveal.active:nth-child(63) {
    transition-delay: 6.4s !important; }
  #portfolio-grid .reveal.active:nth-child(64) {
    transition-delay: 6.5s !important; }
  #portfolio-grid .reveal.active:nth-child(65) {
    transition-delay: 6.6s !important; }
  #portfolio-grid .reveal.active:nth-child(66) {
    transition-delay: 6.7s !important; }
  #portfolio-grid .reveal.active:nth-child(67) {
    transition-delay: 6.8s !important; }
  #portfolio-grid .reveal.active:nth-child(68) {
    transition-delay: 6.9s !important; }
  #portfolio-grid .reveal.active:nth-child(69) {
    transition-delay: 7s !important; }
  #portfolio-grid .reveal.active:nth-child(70) {
    transition-delay: 7.1s !important; }
  #portfolio-grid .reveal.active:nth-child(71) {
    transition-delay: 7.2s !important; }
  #portfolio-grid .reveal.active:nth-child(72) {
    transition-delay: 7.3s !important; }
  #portfolio-grid .reveal.active:nth-child(73) {
    transition-delay: 7.4s !important; }
  #portfolio-grid .reveal.active:nth-child(74) {
    transition-delay: 7.5s !important; }
  #portfolio-grid .reveal.active:nth-child(75) {
    transition-delay: 7.6s !important; }
  #portfolio-grid .reveal.active:nth-child(76) {
    transition-delay: 7.7s !important; }
  #portfolio-grid .reveal.active:nth-child(77) {
    transition-delay: 7.8s !important; }
  #portfolio-grid .reveal.active:nth-child(78) {
    transition-delay: 7.9s !important; }
  #portfolio-grid .reveal.active:nth-child(79) {
    transition-delay: 8s !important; }
  #portfolio-grid .reveal.active:nth-child(80) {
    transition-delay: 8.1s !important; }
  #portfolio-grid .reveal.active:nth-child(81) {
    transition-delay: 8.2s !important; }
  #portfolio-grid .reveal.active:nth-child(82) {
    transition-delay: 8.3s !important; }
  #portfolio-grid .reveal.active:nth-child(83) {
    transition-delay: 8.4s !important; }
  #portfolio-grid .reveal.active:nth-child(84) {
    transition-delay: 8.5s !important; }
  #portfolio-grid .reveal.active:nth-child(85) {
    transition-delay: 8.6s !important; }
  #portfolio-grid .reveal.active:nth-child(86) {
    transition-delay: 8.7s !important; }
  #portfolio-grid .reveal.active:nth-child(87) {
    transition-delay: 8.8s !important; }
  #portfolio-grid .reveal.active:nth-child(88) {
    transition-delay: 8.9s !important; }
  #portfolio-grid .reveal.active:nth-child(89) {
    transition-delay: 9s !important; }
  #portfolio-grid .reveal.active:nth-child(90) {
    transition-delay: 9.1s !important; }
  #portfolio-grid .reveal.active:nth-child(91) {
    transition-delay: 9.2s !important; }
  #portfolio-grid .reveal.active:nth-child(92) {
    transition-delay: 9.3s !important; }
  #portfolio-grid .reveal.active:nth-child(93) {
    transition-delay: 9.4s !important; }
  #portfolio-grid .reveal.active:nth-child(94) {
    transition-delay: 9.5s !important; }
  #portfolio-grid .reveal.active:nth-child(95) {
    transition-delay: 9.6s !important; }
  #portfolio-grid .reveal.active:nth-child(96) {
    transition-delay: 9.7s !important; }
  #portfolio-grid .reveal.active:nth-child(97) {
    transition-delay: 9.8s !important; }
  #portfolio-grid .reveal.active:nth-child(98) {
    transition-delay: 9.9s !important; }
  #portfolio-grid .reveal.active:nth-child(99) {
    transition-delay: 10s !important; }
  #portfolio-grid .reveal.active:nth-child(100) {
    transition-delay: 10.1s !important; }

#contact-page h4 {
  color: #c03441; }
  #contact-page #header-image {
    position: relative; }
  #contact-page #header-image .header__overlay {
    padding: var(--ym) var(--xm);
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    align-items: flex-start; }
    #contact-page #header-image .header__overlay img {
      width: 100%; }
    #contact-page #header-image .header__overlay h1 {
      color: #f4ece6;
      font-family: 'CCS Belvare', sans-serif;
      font-size: 9vw;
      font-style: normal;
      font-weight: 400;
      line-height: 100%;
      text-transform: uppercase; }
    #contact-page #header-image .header__overlay p {
      color: #f4ece6;
      font-size: var(--font_36);
      line-height: 100%; }
      #contact-page #header-image .header__overlay p a {
        color: #f4ece6; }
    #contact-page #header-image .header__address br {
      display: none; }
  #contact-page .pattern-strip svg {
    margin-right: -10px; }
  #contact-page .pattern-strip rect {
    fill: #c03441 !important; }
  #contact-page .pattern-strip rect.filled {
    fill: #f283b4 !important; }
  #contact-page #contact {
    background-color: #31131b;
    padding: var(--ym) 20px;
    text-align: center; }
  #contact-page #contact .contact {
    width: 100%;
    max-width: 1250px;
    margin: 0 auto;
    padding: 0px 0px var(--ym) 0px; }
    #contact-page #contact .contact__heading {
      font-family: 'Denton Condensed Light', sans-serif !important;
      font-size: var(--font_64) !important;
      font-weight: 400;
      color: #c03441;
      padding-bottom: var(--ym); }
  #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', sans-serif !important;
    font-size: var(--font_64) !important;
    font-weight: 400;
    color: #c03441; }
  #contact-page #contact label, #contact-page #contact legend {
    padding: 5% 0px !important; }
  #contact-page #contact .wpforms-field-container {
    color: #31131b; }
    #contact-page #contact .wpforms-field-container label {
      color: #31131b; }
  #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 .wpforms-field-label {
    color: #c03441 !important;
    text-align: center;
    font-family: 'Denton Condensed Light', sans-serif;
    font-size: var(--font_64) !important;
    font-style: normal;
    font-weight: 300;
    line-height: 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: #c03441 !important;
    min-height: 100px;
    border-bottom: 1px solid #c03441 !important; }
    #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;
      color: #c03441 !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 !important;
      box-shadow: none !important; }
  #contact-page #contact textarea {
    height: 120px; }
  #contact-page #contact button[type=submit] {
    height: 48px;
    width: 271px;
    border: none !important;
    border-radius: 0px !important;
    color: #31131b !important;
    text-align: center;
    font-family: 'Denton Condensed Light', sans-serif !important;
    font-size: 28px !important;
    line-height: 110% !important;
    text-transform: uppercase;
    background: transparent !important;
    position: relative;
    z-index: 3;
    position: relative;
    z-index: 2; }
    #contact-page #contact button[type=submit]:before {
      content: "";
      background-image: url("../images/btn-send.svg") !important;
      background-color: transparent !important;
      background-size: cover;
      background-repeat: no-repeat;
      position: absolute;
      width: 271px;
      height: 48px;
      left: 0;
      top: 0;
      z-index: 1;
      pointer-events: none; }
  #contact-page #contact .wpforms-required-label {
    color: #d89cc6 !important; }
  #contact-page #contact .wpforms-container-full .wpforms-field-checkbox ul li {
    flex-direction: column;
    position: relative;
    margin: 20px 10px; }
    #contact-page #contact .wpforms-container-full .wpforms-field-checkbox label {
      width: 100%;
      height: 100%;
      color: #31131b !important;
      font-family: 'Denton Condensed Light', sans-serif;
      font-size: 42px !important;
      line-height: 70%;
      text-transform: uppercase;
      text-align: center;
      width: 380px;
      height: 62px; }
    #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: transparent !important;
        border: none !important;
        border-radius: 0%;
        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 {
        border: none !important;
        outline: none !important;
        box-shadow: none !important; }
      #contact-page #contact .wpforms-container-full .wpforms-field-checkbox .wpforms-selected::after {
        content: '✓';
        position: absolute;
        top: 50%;
        right: 0px;
        transform: translate(-50%, -50%);
        font-size: 36px;
        color: #31131b;
        pointer-events: none;
        z-index: 3;
        line-height: 1; }
    #contact-page #contact .wpforms-container-full .wpforms-field-checkbox li label {
      background-position: center center;
      background-size: cover;
      width: 100%; }
    #contact-page #contact .wpforms-container-full .wpforms-field-checkbox li:nth-child(1) label {
      background-image: url("../images/label-1.svg") !important; }
    #contact-page #contact .wpforms-container-full .wpforms-field-checkbox li:nth-child(2) label {
      background-image: url("../images/label-2.svg") !important; }
    #contact-page #contact .wpforms-container-full .wpforms-field-checkbox li:nth-child(3) label {
      background-image: url("../images/label-3.svg") !important; }
    #contact-page #contact .wpforms-container-full .wpforms-field-checkbox li:nth-child(4) label {
      background-image: url("../images/label-4.svg") !important; }
    #contact-page #contact .wpforms-container-full .wpforms-field-checkbox li:nth-child(5) label {
      background-image: url("../images/label-5.svg") !important; }
    #contact-page #contact .wpforms-container-full .wpforms-field-checkbox li:nth-child(6) label {
      background-image: url("../images/label-6.svg") !important; }
    #contact-page #contact .wpforms-container-full .wpforms-field-checkbox li:nth-child(7) label {
      background-image: url("../images/label-7.svg") !important; }
    #contact-page #contact .wpforms-container-full .wpforms-field-checkbox li:nth-child(8) label {
      background-image: url("../images/label-8.svg") !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', sans-serif !important;
    font-size: 6vw;
    color: #31131b; }

#training-workshops #header img, #training-workshops #header video {
  width: 100%;
  height: 100%;
  object-fit: cover; }
  #training-workshops #header video {
    margin-bottom: -10px; }
  #training-workshops #intro {
    padding: 10% var(--xm) var(--ym) var(--xm); }
  #training-workshops #intro .intro__heading {
    text-align: center;
    font-size: var(--font_84);
    line-height: 100%;
    max-width: 1560px;
    margin: 0 auto 40px auto; }
    #training-workshops #intro .intro__heading em, #training-workshops #intro .intro__heading i {
      font-family: "Denton Condensed Light Italic" !important;
      font-style: normal !important; }
  #training-workshops #jump-to {
    padding: var(--ym) var(--xm); }
  #training-workshops #jump-to h2 {
    color: #c03441;
    text-align: center;
    font-family: 'CCS Belvare', sans-serif;
    font-size: 13vw;
    font-style: normal;
    font-weight: 300;
    line-height: 100%;
    letter-spacing: 15.12px;
    text-transform: uppercase; }
  #training-workshops #jump-to .anchors {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    padding-top: 40px;
    gap: 20px; }
  #training-workshops #upcoming {
    padding: var(--ym) var(--xm); }
  #training-workshops #upcoming .upcoming__heading {
    font-size: var(--font_64);
    line-height: 100%;
    margin-bottom: 100px; }
    #training-workshops #upcoming .upcoming__list {
      display: flex;
      flex-direction: column;
      row-gap: 88px;
      padding-left: 35%; }
    #training-workshops #upcoming .upcoming__item {
      display: flex; }
    #training-workshops #upcoming .upcoming__when {
      min-width: 250px; }
    #training-workshops #upcoming .upcoming__when span {
      display: block;
      color: #f4ece6;
      font-family: 'Aktiv Grotesk Bold', sans-serif;
      font-size: var(--font_24);
      line-height: 150%;
      text-transform: uppercase; }
    #training-workshops #upcoming .upcoming__content {
      color: #f4ece6;
      font-size: var(--font_24); }
  #training-workshops #organisational-coaching {
    background: #59152c; }
  #training-workshops #organisational-coaching .split__subheading {
    color: #f4ece6;
    font-size: var(--font_56);
    line-height: 110%;
    padding-bottom: 20px; }
  #training-workshops #organisational-coaching #split-column.two-col-img .split__wrap {
    justify-content: flex-start !important; }
    #training-workshops #organisational-coaching #split-column.two-col-img .split__image {
      max-width: 100%; }
    #training-workshops #organisational-coaching #split-column.two-col-img .split__image img {
      max-width: 100%; }
  #training-workshops #organisational-coaching #split-column .container-fluid.right .split__image {
    padding-right: 0px !important; }
  #training-workshops #keynote-speaker {
    padding-bottom: 0px;
    position: relative;
    background: #3f1b25; }
  #training-workshops #keynote-speaker #split-column.two-col-img .split__image {
    max-width: 100%; }
    #training-workshops #keynote-speaker #split-column.two-col-img .split__image img {
      max-width: 100%; }
  #training-workshops #keynote-speaker #split-column .container-fluid.left .split__image {
    padding-left: 0px !important; }
  #training-workshops #keynote-speaker #split-column.two-col-img .split__button {
    position: absolute;
    bottom: 12vw;
    left: 29vw; }
  #training-workshops #split-column.two-col-img .container-fluid.right .split__wrap {
    padding-right: 60px !important; }
  #training-workshops #split-column.two-col-img .container-fluid.left .split__wrap {
    padding-left: 60px !important; }
  #training-workshops #split-column.two-col-img .split__image {
    height: auto; }
    #training-workshops #split-column.two-col-img .split__image img {
      height: auto; }
  #training-workshops .alt-images {
    position: relative;
    background: #3f1b25;
    padding: 0px var(--xm) var(--ym) var(--xm); }
  #training-workshops .keynote-img-1 {
    position: relative;
    top: 0px;
    left: 4vw;
    width: 35vw; }
  #training-workshops .keynote-img-2 {
    position: absolute;
    top: -12vw;
    right: 6vw;
    width: 40vw; }
  #training-workshops #slider {
    padding-bottom: var(--ym); }
  #training-workshops #slider .marquee__inner {
    animation-duration: 60s; }
    #training-workshops #slider .marquee__inner span {
      padding: 0px;
      width: 320px;
      margin: 0px -10px; }

body.page-id-2069 #content {
  padding: 15% 5%;
  text-align: center; }

body.page-id-561 #content {
  padding: var(--ym) var(--xm) 0px var(--xm);
  text-align: center; }

#chat {
  background: #c03441;
  padding: 10% var(--xm) 15% var(--xm); }
  #chat img {
    max-width: 250px; }
  #chat .chat {
    width: 100%;
    max-width: 1500px;
    margin: 0 auto;
    display: flex;
    flex-direction: column; }
  #chat .messages {
    margin-top: 30px;
    display: flex;
    flex-direction: column;
    position: relative;
    margin-bottom: -100px; }
  #chat .message {
    border-radius: 40px;
    padding: 20px 40px;
    margin-top: 5px;
    margin-bottom: 5px;
    display: inline-block;
    max-width: 600px;
    color: #31131b;
    font-size: var(--font_24);
    font-style: normal;
    font-weight: 400;
    line-height: 150%; }
  #chat .message span {
    position: relative;
    z-index: 5; }
  #chat .message span.client {
    text-transform: uppercase;
    font-family: 'Aktiv Grotesk Bold', sans-serif;
    padding-top: 0px;
    display: inline-block;
    max-width: 400px; }
  #chat .message p {
    margin-bottom: 15px; }
  #chat .yours {
    align-items: flex-start;
    max-width: 800px; }
  #chat .yours .message {
    background-color: #f4ece6;
    color: #31131b;
    position: relative; }
  #chat .yours .message span {
    position: relative;
    z-index: 8; }
  #chat .yours .message.last:before {
    content: "";
    position: absolute;
    z-index: 3;
    bottom: 14px;
    left: -20px;
    height: 60px;
    width: 60px;
    background: #f4ece6;
    border-bottom-right-radius: 45px;
    transform: scale(1.4); }
  #chat .yours .message.last:after {
    content: "";
    position: absolute;
    z-index: 4;
    bottom: 14px;
    left: -36px;
    width: 30px;
    height: 60px;
    background: #c03441;
    border-bottom-right-radius: 30px;
    transform: scale(1.4); }
  #chat .mine {
    align-items: flex-end; }
  #chat .mine .message {
    background-color: #f4ece6;
    color: ;
    background-attachment: fixed;
    position: relative; }
  #chat .mine .message.last:before {
    content: "";
    position: absolute;
    z-index: 3;
    bottom: 14px;
    right: -20px;
    height: 60px;
    width: 60px;
    background: #f4ece6;
    border-bottom-left-radius: 45px;
    transform: scale(1.4); }
  #chat .mine .message.last:after {
    content: "";
    position: absolute;
    z-index: 4;
    bottom: 14px;
    right: -36px;
    width: 30px;
    height: 60px;
    background: #c03441;
    border-bottom-left-radius: 30px;
    transform: scale(1.4); }
  #chat .yours.messages.has-image .message {
    margin-right: 10%;
    padding-right: 60px; }
  #chat .yours.messages.has-image .message-image {
    position: absolute;
    bottom: -100px;
    right: -40px; }
    #chat .yours.messages.has-image .message-image img {
      animation: tilt-n-move-shaking-1 0.35s infinite; }
  #chat .mine.messages.has-image .message {
    margin-right: 10%;
    padding-right: 60px; }
  #chat .mine.messages.has-image .message-image {
    position: absolute;
    bottom: 0px;
    right: -20px; }
    #chat .mine.messages.has-image .message-image img {
      animation: tilt-n-move-shaking-2 0.4s 0.25s infinite; }

#chat.testimonials {
  background: transparent !important; }
  #chat.testimonials .chat__heading {
    color: #85a6d7;
    font-family: 'Denton Condensed Light', sans-serif;
    font-size: 6.8vw;
    font-style: normal;
    font-weight: 300;
    line-height: 100%;
    text-align: center;
    margin-bottom: 80px; }
  #chat.testimonials .chat__heading em {
    font-family: "Denton Condensed Light Italic";
    font-weight: 600;
    font-style: normal; }
  #chat.testimonials .chat .yours.messages.has-image .message-image {
    bottom: -120px !important;
    right: 150px !important;
    top: unset !important; }
  #chat.testimonials .chat .mine.messages.has-image .message {
    padding-right: 100px !important; }
  #chat.testimonials .chat .yours .message.last:after {
    background: #4c1e2c; }
  #chat.testimonials .chat .mine .message.last:after {
    background: #4c1e2c; }

#statement {
  width: 100%;
  max-width: 1260px;
  margin: 0 auto;
  text-align: center;
  padding: 5% 20px 10% 20px;
  position: relative;
  z-index: 3;
  font-family: 'Denton Condensed Light', sans-serif;
  padding-bottom: 40px;
  color: #c03441;
  font-size: var(--font_64);
  line-height: 110%; }
  #statement .reveal-text .line {
    justify-content: center; }
  #statement .statement__heading {
    font-size: var(--font_64); }

#join {
  position: relative;
  padding: var(--ym) var(--xm);
  background: url(../images/pattern_bell2.gif);
  background-size: cover; }
  #join .join__subheading {
    color: #f4ece6;
    text-align: center;
    clear: both;
    padding-top: 20px;
    font-family: 'Denton Condensed Light', sans-serif;
    font-size: var(--font_84);
    line-height: 100%;
    font-weight: 400; }
  #join .join__image {
    position: relative;
    z-index: 99;
    text-align: center; }
    #join .join__image .hover {
      display: none; }
    #join .join__image img {
      width: 100%;
      max-width: 338px; }
    #join .join__image img:hover {
      animation: tilt-n-move-shaking 0.1s infinite; }
  #join .join__link {
    width: 100%;
    height: 100%;
    position: absolute;
    z-index: 9;
    top: 0px;
    left: 0px; }
    #join .join__link a {
      width: 100%;
      height: 100%;
      color: #f4ece6; }
  #join a {
    display: block;
    cursor: pointer;
    color: #f4ece6; }

#folder-tabs {
  padding: 0px var(--xm); }
  #folder-tabs .folder-component {
    width: 100%;
    max-width: 1530px;
    padding: 60px 0 0;
    overflow: hidden;
    user-select: none;
    margin: 0 auto; }
  #folder-tabs .stack {
    position: relative;
    width: 100%;
    min-height: 100vh; }
  #folder-tabs .card {
    position: absolute;
    left: 0;
    right: 0;
    cursor: pointer;
    transition: none;
    background-color: transparent !important;
    border: none !important; }
  #folder-tabs .card.active {
    width: 100% !important;
    left: 0px !important; }
  #folder-tabs .card.active .tab {
    left: 50% !important;
    width: 50%; }
  #folder-tabs .tab {
    display: inline-block;
    padding: 10px 20px;
    border-radius: 30px 30px 0 0;
    font-family: 'Denton Condensed Light', sans-serif;
    font-size: var(--font_48);
    color: #31131b;
    line-height: 100% !important;
    text-transform: uppercase;
    position: relative;
    z-index: 1;
    transition: transform 0.22s cubic-bezier(0.34, 1.4, 0.64, 1);
    width: 100%;
    left: 50%; }
  #folder-tabs .tab:after {
    content: "";
    width: 100%;
    height: 68px;
    background-repeat: no-repeat;
    display: block;
    position: absolute;
    right: 0px; }
  #folder-tabs .card:not(.active):hover .tab {
    transform: translateY(-8px); }
  #folder-tabs .card:not(.active):hover .card-body {
    transform: translateY(-8px);
    transition: transform 0.22s cubic-bezier(0.34, 1.4, 0.64, 1);
    margin-top: -8px; }
  #folder-tabs .card-body {
    width: 100%;
    height: 100%;
    min-height: 35vw;
    padding: 44px 56px 56px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    transition: height 0.4s cubic-bezier(0.22, 1, 0.36, 1), transform 0.22s cubic-bezier(0.34, 1.4, 0.64, 1), margin-top 0.22s cubic-bezier(0.34, 1.4, 0.64, 1);
    margin-top: 0; }
  #folder-tabs .card-title {
    font-family: 'Denton Condensed Light', sans-serif;
    font-size: var(--font_84);
    color: #31131b;
    font-size: clamp(60px, 11vw, 108px);
    line-height: 100%;
    margin-bottom: 40px;
    opacity: 0;
    transform: translateY(12px);
    transition: opacity 0.35s, transform 0.35s;
    text-align: center; }
  #folder-tabs .card.active .card-title {
    opacity: 1;
    transform: translateY(0); }
  #folder-tabs .card-sub {
    font-size: var(--font_36);
    color: #31131b;
    text-align: center;
    max-width: 80%;
    margin: 0 auto 40px auto;
    line-height: 100%;
    opacity: 0;
    transform: translateY(10px);
    transition: opacity 0.35s 0.1s, transform 0.35s 0.1s; }
  #folder-tabs .card.active .card-sub {
    opacity: 1;
    transform: translateY(0); }
  #folder-tabs .card-btn {
    text-align: center; }
  #folder-tabs #stack .card:nth-child(1) .tab {
    width: 80%; }
  #folder-tabs #stack .card:nth-child(2) .tab {
    width: 128%;
    left: -28% !important; }
  #folder-tabs #stack .card:nth-child(3) .tab {
    width: 128%;
    left: 0px !important; }
  #folder-tabs #stack .card:nth-child(4) .tab {
    width: 80%;
    left: 20% !important; }
  #folder-tabs #stack .card:nth-child(5) .tab {
    width: 80%; }
  #folder-tabs #stack .card:nth-child(6) .tab {
    width: 128%;
    left: -28% !important; }
  #folder-tabs #stack .card:nth-child(7) .tab {
    width: 128%;
    left: 0px !important; }
  #folder-tabs #stack .card:nth-child(8) .tab {
    width: 80%;
    left: 20% !important; }
  #folder-tabs #stack .card:nth-child(9) .tab {
    width: 80%; }
  #folder-tabs #stack .card:nth-child(10) .tab {
    width: 128%;
    left: -28% !important; }
  #folder-tabs #stack .card:nth-child(11) .tab {
    width: 128%;
    left: 0px !important; }
  #folder-tabs #stack .card:nth-child(12) .tab {
    width: 80%;
    left: 20% !important; }

#vertical-tabs {
  padding: var(--ym) var(--xm); }
  #vertical-tabs .vertical-tabs-section {
    display: flex;
    max-width: 100%;
    max-width: 1530px;
    margin: 40px auto; }
  #vertical-tabs .vertical-tab {
    border-top-left-radius: 18px;
    border-bottom-left-radius: 18px;
    margin-bottom: 8px;
    border: none;
    transition: background 0.2s, box-shadow 0.2s, margin-left 0.25s cubic-bezier(0.4, 0, 0.2, 1), padding-right 0.2s;
    box-shadow: 1px 2px 6px 0 rgba(0, 0, 0, 0.03);
    position: relative;
    z-index: 1;
    margin-left: 0;
    padding-right: 16px;
    font-family: 'Denton Condensed Light', sans-serif;
    font-size: var(--font_48);
    color: #31131b;
    text-transform: uppercase;
    padding: 24px;
    cursor: pointer; }
  #vertical-tabs .vertical-tab:last-child {
    margin-bottom: 0px; }
  #vertical-tabs .vertical-tab:hover, #vertical-tabs .vertical-tab.active {
    z-index: 2;
    margin-left: -18px;
    padding-right: 34px; }
  #vertical-tabs .vertical-tabs-list {
    flex: 0 0 500px; }
  #vertical-tabs .vertical-tabs-list ul {
    padding-top: 8px; }
  #vertical-tabs .tab-content {
    display: none; }
  #vertical-tabs .tab-content .vcard__title {
    font-family: 'Denton Condensed Light', sans-serif;
    font-size: var(--font_64);
    color: #31131b;
    text-align: center;
    margin-bottom: 40px; }
    #vertical-tabs .tab-content .vcard__content {
      color: #31131b;
      font-size: var(--font_24);
      line-height: 150%;
      margin: 0 auto 40px auto; }
    #vertical-tabs .tab-content.active {
      display: block; }
  #vertical-tabs #vertical-tabs-content {
    border-radius: 0px 40px 40px 0px;
    color: #31131b;
    text-align: center;
    flex: 1 1 0;
    padding: 80px 40px;
    transition: background 0.3s; }

#vertical-tabs-mobile {
  display: none; }

#approach {
  padding: 0px var(--xm) var(--ym) var(--xm); }
  #approach .approach__heading {
    font-size: var(--font_96);
    text-align: center;
    margin-bottom: 115px; }
  #approach .approach__card {
    position: sticky;
    top: 20px;
    display: flex;
    flex-direction: row;
    align-items: center;
    padding: 40px;
    color: #59152c;
    margin-bottom: 70px;
    border-radius: 7.229px;
    min-height: 20vw; }
    #approach .approach__card h3 {
      font-size: var(--font_64);
      color: #59152c; }
    #approach .approach__card p {
      max-width: 960px;
      font-size: 21.622px; }
  #approach .approach__card-content {
    padding-right: 60px; }
  #approach .approach__number {
    text-align: center;
    font-family: "Denton Condensed Light Italic";
    font-size: 223px;
    font-style: italic;
    font-weight: 700;
    line-height: 110.025px;
    position: absolute;
    right: 40px;
    bottom: 40px; }
  #approach .card-container {
    position: relative;
    max-width: 1490px;
    margin: 50px auto; }
  #approach .approach__card:nth-child(1) {
    background: #d89cc6; }
  #approach .approach__card:nth-child(2) {
    background: #eaa93d; }
  #approach .approach__card:nth-child(3) {
    background: #f15d28; }
  #approach .approach__card:nth-child(4) {
    background: #85a6d7; }
  #approach .approach__card:nth-child(5) {
    background: #7b7749; }

#feature {
  background: #c03441;
  position: relative;
  z-index: 1; }
  #feature .feature__inner {
    padding: 10% var(--xm); }
  #feature .feature__heading {
    font-size: 7.5vw;
    text-align: center;
    margin-bottom: 115px;
    color: #f4ece6; }
  #feature .feature__grid {
    display: flex;
    justify-content: center;
    gap: 95px; }
  #feature .feature__item {
    color: #f4ece6;
    border-radius: 6.273px;
    max-width: 24.5vw;
    position: relative;
    translate: all 0.3s ease; }
    #feature .feature__item h3 {
      font-size: var(--font_56);
      color: #f4ece6; }
    #feature .feature__item div {
      font-size: 18px;
      line-height: 150%; }
    #feature .feature__item:hover {
      transform: rotate(1deg); }
  #feature .feature__wrap {
    padding: 36px 46px 0px 46px; }
  #feature .feature__button {
    padding: 0px;
    margin: 0px;
    color: #f4ece6;
    font-size: 18px;
    text-decoration: underline;
    text-underline-offset: 4px;
    padding-bottom: 40px; }
    #feature .feature__button a {
      color: #f4ece6; }
  #feature .feature__pattern {
    height: 40px;
    position: absolute;
    width: 100%;
    bottom: 0px;
    left: 0px; }
    #feature .feature__pattern svg {
      width: 100%; }
  #feature .vertical-line {
    width: 2px;
    background: #f4ece6;
    height: 92px;
    margin-bottom: 15px; }

#specialties {
  padding: 8% 0px;
  background: #31131b;
  position: relative;
  z-index: 1; }
  #specialties h2 {
    color: #f4ece6;
    text-align: center;
    font-size: 8.5vw;
    font-style: normal;
    font-weight: 300;
    line-height: 100%;
    letter-spacing: 5.04px;
    padding: 0px 20px;
    padding: 5% 0px; }
  #specialties .specialties__inner {
    background-image: url(../images/pattern-vertical-2.svg);
    background-repeat: repeat-y;
    background-position: center;
    background-size: 90%;
    padding-bottom: 5%; }
  #specialties .marquee {
    background-color: transparent !important; }
  #specialties .marquee__inner {
    animation-duration: 60s; }
    #specialties .marquee__inner span {
      width: 27.5vw;
      margin: 23px 27px;
      padding: 20px;
      border-radius: 8px;
      min-height: 300px; }
    #specialties .marquee__inner p {
      width: fit-content;
      color: #f4ece6 !important;
      white-space: break-spaces;
      text-transform: none !important;
      font-size: 16px;
      line-height: 120%;
      margin-bottom: 5px; }
    #specialties .marquee__inner h3 {
      color: #f4ece6 !important;
      font-family: 'Denton Condensed Light', sans-serif;
      font-size: var(--font_48);
      line-height: 100%;
      text-transform: none !important; }
  #specialties .marquee__wrapper {
    border-width: 2px;
    border-style: solid;
    border-radius: 8px;
    padding: 20px;
    height: 100%; }

#specialties-swiper {
  display: none;
  padding: 0px 20px; }
  #specialties-swiper p {
    width: fit-content;
    color: #f4ece6 !important;
    white-space: break-spaces;
    text-transform: none !important;
    font-size: 16px;
    line-height: 120%;
    margin-bottom: 5px; }
  #specialties-swiper h3 {
    color: #f4ece6 !important;
    font-family: 'Denton Condensed Light', sans-serif;
    font-size: var(--font_48);
    line-height: 100%;
    text-transform: none !important; }
  #specialties-swiper .swiper-slide {
    border-radius: 8px; }
  #specialties-swiper .slider__wrapper {
    padding: 20px;
    height: 100%; }
  #specialties-swiper .slider__inner {
    border-radius: 8px;
    padding: 20px;
    height: 100%; }
  #specialties-swiper .swiper-pagination {
    position: relative;
    bottom: 0px;
    display: flex;
    justify-content: center;
    padding-top: 40px; }
  #specialties-swiper .swiper-pagination-bullet {
    background: rgba(255, 255, 255, 0.6) !important; }
  #specialties-swiper .swiper-pagination-bullet-active {
    background: #f4ece6 !important; }

#reels {
  padding: 5% var(--xm) 5% var(--xm);
  background: url(../images/pattern-reels.svg);
  position: relative;
  z-index: 1; }
  #reels .reel__grid {
    display: flex;
    flex-direction: row;
    justify-content: space-between; }
  #reels .reel__item.odd {
    margin-top: -50px; }
  #reels .reel__button {
    padding-top: var(--ym);
    text-align: center; }
  #reels .content__title {
    color: #f4ece6;
    text-align: center;
    font-family: "Denton Condensed Light Italic";
    font-size: 10vw;
    font-weight: 700;
    line-height: 100%;
    letter-spacing: 5.991px;
    padding-bottom: 5%; }
  #reels video {
    width: 21vw;
    height: 38vw;
    object-fit: cover;
    border-radius: 5px;
    cursor: pointer; }

#leaderboard {
  background: #c03441;
  position: relative;
  z-index: 1; }
  #leaderboard .leaderboard {
    color: #f4ece6; }
  #leaderboard .leaderboard__inner {
    border-radius: 8px;
    color: #f4ece6;
    padding: var(--ym) var(--xm);
    margin: 0px 20px;
    height: 100%;
    display: flex; }
    #leaderboard .leaderboard__inner .row.stats .col-xl-4 {
      margin-bottom: 10%; }
  #leaderboard .leaderboard__top {
    color: #f4ece6;
    text-align: center;
    font-size: 8vw;
    font-style: normal;
    font-weight: 300;
    line-height: 100%;
    letter-spacing: 4.812px;
    text-transform: uppercase; }
  #leaderboard .leaderboard__btm h3 {
    text-align: center;
    font-size: var(--font_64);
    font-style: normal;
    font-weight: 300;
    line-height: 100%;
    color: #f4ece6 !important;
    padding-bottom: 5%; }
  #leaderboard .leaderboard__wrapper {
    margin: 0% 10%;
    border-top: 1px solid #f4ece6;
    border-bottom: 1px solid #f4ece6; }
  #leaderboard .leaderboard__value {
    text-align: center;
    font-family: 'Denton Condensed Light', sans-serif;
    padding-top: 40px;
    font-size: var(--font_96);
    font-style: normal;
    font-weight: 400;
    line-height: 100%; }
  #leaderboard .leaderboard__text {
    font-size: 21px;
    text-align: center;
    padding-bottom: 40px;
    line-height: 130%; }
  #leaderboard .leaderboard__btn {
    text-align: center;
    position: relative;
    top: 115px; }
    #leaderboard .leaderboard__btn .btn-large-primary {
      background: #000;
      color: #c03441;
      border: 1px solid #000;
      outline: 1px solid #000 !important; }
    #leaderboard .leaderboard__btn .btn-large-primary:hover {
      background: #000;
      color: ;
      border: 1px solid #000;
      outline: 1px solid #000 !important; }
  #leaderboard .bdr-mdle {
    height: 1px;
    background: #c03441;
    width: 100%;
    position: absolute;
    top: 13px;
    z-index: 1; }
  #leaderboard .pattern-strip rect.filled {
    fill: #d89cc6 !important; }

#proof {
  position: relative;
  z-index: 1;
  background: #c03441; }
  #proof .proof__video img, #proof .proof__video video {
    width: 100%;
    height: 100%;
    object-fit: cover; }
  #proof .proof__overlay {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    color: #f4ece6;
    text-align: center;
    padding: 20px 20px 5% 20px; }
    #proof .proof__overlay .proof__heading {
      font-size: 7vw;
      font-style: normal;
      font-weight: 300;
      line-height: 100%;
      margin-bottom: 40px;
      font-family: 'Denton Condensed Light', sans-serif;
      color: #f283b4; }
  #proof .flex-row {
    display: flex;
    position: relative; }
  #proof .card-1 {
    margin-right: 60px;
    position: relative; }
  #proof .card-2 {
    margin-left: 60px;
    position: relative; }
  #proof .img-1 {
    position: absolute;
    bottom: 20px;
    left: -12vw; }
  #proof .img-2 {
    position: absolute;
    top: 20px;
    right: -10vw; }
  #proof video {
    width: 21vw;
    height: 38vw;
    object-fit: cover;
    border-radius: 5px;
    cursor: pointer; }

#booking {
  position: relative;
  z-index: 1;
  padding: 4% var(--xm);
  background: url(../images/pattern_bell2.gif);
  background-size: cover;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  min-height: 600px;
  margin-bottom: -35px; }
  #booking a {
    color: #f4ece6; }
  #booking .booking__inner {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 60px 40px 0px 40px;
    position: relative;
    min-width: 40%; }
  #booking .booking__heading {
    position: relative;
    bottom: unset;
    left: unset;
    text-align: center;
    font-size: var(--font_48);
    padding: 0px 20px;
    max-width: 942px;
    margin: 0 auto; }
  #booking .booking__content {
    color: #f4ece6;
    text-align: center;
    font-size: var(--font_24);
    line-height: 150%;
    max-width: 940px;
    margin: 0 auto;
    padding-top: 40px; }
  #booking .booking__subheading {
    color: #f4ece6;
    font-size: var(--font_64);
    font-style: normal;
    font-weight: 300;
    line-height: 100%;
    position: relative;
    bottom: unset;
    left: unset; }
  #booking .booking__image {
    position: relative;
    bottom: unset;
    right: unset; }

#videography {
  max-width: 1366px;
  margin: 0 auto;
  padding: var(--ym) 20px; }
  #videography .videography__heading {
    color: #d89cc6;
    text-align: center;
    font-size: 10vw;
    line-height: 100%;
    margin-bottom: -5.8vw;
    position: relative;
    z-index: 2; }
  #videography .videography__content {
    color: #d89cc6;
    text-align: center;
    font-family: 'Denton Condensed Light', sans-serif;
    font-size: var(--font_48);
    line-height: 100%; }
  #videography .videography__image {
    text-align: center;
    margin-bottom: 80px; }
    #videography .videography__image img {
      width: calc(100% - 40px); }
  #videography .videography__video {
    text-align: center;
    margin-bottom: 80px; }
    #videography .videography__video video {
      width: calc(100% - 40px); }
  #videography .videography__tags {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    margin-top: 40px;
    gap: 20px; }
  #videography .videography__tag {
    font-size: 21.658px;
    line-height: 120%;
    padding: 5px 20px;
    border-radius: 8.23px;
    text-align: center; }

#photography {
  max-width: 1366px;
  margin: 0 auto;
  padding: var(--ym) 20px; }
  #photography .photography__heading {
    color: #85a6d7;
    text-align: center;
    font-size: 10vw;
    line-height: 100%;
    margin-bottom: -5.8vw;
    position: relative;
    z-index: 2; }
  #photography .photography__content {
    color: #85a6d7;
    text-align: center;
    font-family: 'Denton Condensed Light', sans-serif;
    font-size: var(--font_48);
    line-height: 100%; }
  #photography .photography__image {
    text-align: center;
    margin-bottom: 80px; }
    #photography .photography__image img {
      width: calc(100% - 40px); }
  #photography .photography__tags {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    margin-top: 40px;
    gap: 20px; }
  #photography .photography__tag {
    font-size: 21.658px;
    line-height: 120%;
    padding: 5px 20px;
    border-radius: 8.23px;
    text-align: center; }

.photo_video .photography__footer {
  max-width: 1460px;
  margin: 0 auto;
  color: #c03441;
  text-align: center;
  font-size: var(--font_24);
  line-height: 150%;
  padding: 5% var(--xm) 10% var(--xm); }
  .photo_video .pattern-strip.video {
    background: #4c1e2c; }
  .photo_video .pattern-strip.video .filled {
    fill: #85a6d7 !important; }

#video-projects {
  padding: var(--ym) var(--xm);
  background: #b34247;
  color: #f4ece6; }
  #video-projects .video-projects__heading {
    color: #f4ece6;
    text-align: center;
    font-size: var(--font_110);
    line-height: 100%;
    text-transform: uppercase; }
  #video-projects .video-projects__content {
    color: #f4ece6;
    text-align: center;
    max-width: 1112px;
    margin: 0 auto;
    padding-bottom: var(--ym); }
  #video-projects .project__item {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    color: #f4ece6;
    padding-bottom: var(--ym); }
  #video-projects .project__left {
    width: 50%; }
  #video-projects .project__right {
    width: 50%;
    padding: 5%; }
  #video-projects .project__image {
    text-align: center; }
    #video-projects .project__image img {
      width: 100%; }
    #video-projects .project__image video {
      width: 100%;
      height: 100%;
      object-fit: cover; }
    #video-projects .project__image .play-video {
      width: 100px;
      height: 100px;
      position: absolute;
      top: 50%;
      left: 50%;
      transform: translate(-50%, -50%); }
  #video-projects .project__caption {
    font-size: 21.658px;
    line-height: 150%;
    padding-bottom: 10px; }
  #video-projects .project__heading {
    font-size: var(--font_84);
    line-height: 100%; }
  #video-projects .project__content {
    font-size: var(--font_24);
    color: #f4ece6; }
  #video-projects .project__item.type-reel video {
    max-width: 50%;
    margin: 0 auto; }
  #video-projects .project__item.type-reel .video-poster {
    max-width: 50%;
    margin: 0 auto; }
  #video-projects .item-1 .project__caption, #video-projects .item-1 .project__heading {
    color: #eaa93d; }
  #video-projects .item-2 .project__caption, #video-projects .item-2 .project__heading {
    color: #d89cc6; }
  #video-projects .item-3 .project__caption, #video-projects .item-3 .project__heading {
    color: #85a6d7; }
  #video-projects .project__item.even {
    flex-direction: row-reverse; }

#contact-form {
  background: #4c1e2c; }
  #contact-form .pattern {
    background-image: url(../images/pattern-banner.svg);
    background-repeat: repeat;
    height: 48px; }
  #contact-form .contact__inner {
    max-width: 1020px;
    margin: 0 auto;
    padding: var(--ym) 40px; }
  #contact-form .contact__header {
    font-size: var(--font_84);
    display: flex;
    line-height: 100%; }
    #contact-form .contact__header span {
      padding: 0px 30px;
      display: flex;
      flex-direction: column;
      justify-content: flex-end; }
  #contact-form .contact__header.right {
    position: relative;
    top: 86px;
    text-align: right; }
  #contact-form .contact__sub {
    color: #f4ece6 !important;
    max-width: 345px; }

#contact-form-simple {
  background: #4c1e2c; }
  #contact-form-simple .pattern {
    background-image: url(../images/pattern-banner.svg);
    background-repeat: repeat;
    height: 48px; }
  #contact-form-simple .contact__inner {
    max-width: 930px;
    margin: 0 auto;
    padding: var(--ym) 0px; }
  #contact-form-simple .contact__header {
    font-size: var(--font_110);
    line-height: 100%;
    text-align: center; }
  #contact-form-simple .contact__sub {
    color: #f4ece6 !important;
    text-align: center;
    max-width: 580px;
    margin: 0 auto;
    padding-bottom: 80px; }

#contact-form .contact__form input[type=text], #contact-form-simple .contact__form input[type=text], #contact-form .contact__form input[type=email], #contact-form-simple .contact__form input[type=email], #contact-form .contact__form input[type=tel], #contact-form-simple .contact__form input[type=tel], #contact-form .contact__form input[type=number], #contact-form-simple .contact__form input[type=number], #contact-form .contact__form textarea, #contact-form-simple .contact__form textarea, #contact-form .contact__form select, #contact-form-simple .contact__form select {
  background: transparent !important;
  color: #f4ece6 !important;
  border: none;
  border-top: 2px solid #f15d28 !important;
  border-bottom: none !important;
  padding-top: 20px !important;
  padding-bottom: 20px !important;
  border-radius: 0px;
  padding: 0px !important;
  margin-bottom: 0px; }
  #contact-form .contact__form input[type=text]::placeholder, #contact-form-simple .contact__form input[type=text]::placeholder, #contact-form .contact__form input[type=email]::placeholder, #contact-form-simple .contact__form input[type=email]::placeholder, #contact-form .contact__form input[type=tel]::placeholder, #contact-form-simple .contact__form input[type=tel]::placeholder, #contact-form .contact__form input[type=number]::placeholder, #contact-form-simple .contact__form input[type=number]::placeholder, #contact-form .contact__form textarea::placeholder, #contact-form-simple .contact__form textarea::placeholder, #contact-form .contact__form select::placeholder, #contact-form-simple .contact__form select::placeholder {
    color: #f4ece6 !important;
    text-transform: uppercase; }
  #contact-form .contact__form select, #contact-form-simple .contact__form select {
    text-transform: uppercase !important; }
  #contact-form .contact__form textarea, #contact-form-simple .contact__form textarea {
    padding-top: 20px !important;
    border-bottom: 2px solid #f15d28 !important; }
  #contact-form .contact__form label, #contact-form-simple .contact__form label {
    display: none !important; }
  #contact-form .contact__form button[type=submit], #contact-form-simple .contact__form button[type=submit] {
    height: 60px;
    width: 358px;
    border: none !important;
    border-radius: 0px !important;
    color: #31131b !important;
    text-align: center;
    font-family: 'Denton Condensed Light', sans-serif !important;
    font-size: 28px !important;
    line-height: 110% !important;
    text-transform: uppercase;
    background: transparent !important;
    position: relative;
    z-index: 3;
    position: relative;
    z-index: 2; }
  #contact-form .contact__form button[type=submit]:before, #contact-form-simple .contact__form button[type=submit]:before {
    content: "";
    background-image: url("../images/btn-submit.svg") !important;
    background-color: transparent !important;
    background-size: cover;
    background-repeat: no-repeat;
    position: absolute;
    width: 358px;
    height: 60px;
    left: 0;
    top: 0;
    z-index: 1;
    pointer-events: none; }
  #contact-form .contact__form .wpforms-submit-container, #contact-form-simple .contact__form .wpforms-submit-container {
    text-align: right;
    padding-top: 20px; }
  #contact-form .contact__form .wpforms-container .wpforms-field, #contact-form-simple .contact__form .wpforms-container .wpforms-field, #contact-form .contact__form .wp-core-ui div.wpforms-container .wpforms-field, #contact-form-simple .contact__form .wp-core-ui div.wpforms-container .wpforms-field {
    margin: 0px !important;
    padding: 0px !important; }
  #contact-form .contact__form div.wpforms-container-full input, #contact-form-simple .contact__form div.wpforms-container-full input, #contact-form .contact__form div.wpforms-container-full select, #contact-form-simple .contact__form div.wpforms-container-full select, #contact-form .contact__form .wp-core-ui div.wpforms-container-full input, #contact-form-simple .contact__form .wp-core-ui div.wpforms-container-full input, #contact-form .contact__form .wp-core-ui div.wpforms-container-full select, #contact-form-simple .contact__form .wp-core-ui div.wpforms-container-full select {
    height: 80px; }

#footer-wrap {
  background: #31131b;
  color: #f4ece6;
  position: relative;
  z-index: 1;
  font-size: var(--font_20);
  padding-top: 20px; }
  #footer-wrap #footer {
    padding: 20px 5%;
    font-size: var(--font_20); }
  #footer-wrap #footer a {
    color: #f4ece6; }
  #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; }
  #footer-wrap #footer .address .footer__top {
    display: flex;
    flex-direction: row;
    justify-content: flex-end;
    gap: 100px; }
  #footer-wrap #footer .address .footer__left {
    text-align: right !important; }
  #footer-wrap #footer .address .footer__right {
    text-align: right !important; }
  #footer-wrap #footer .address .footer__top span {
    padding-right: 0px; }
  #footer-wrap #footer .address .footer__btm {
    line-height: 130% !important; }

#signup {
  background: #31131b;
  position: relative;
  z-index: 5; }
  #signup .signup__wrap {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    height: 100%;
    padding: 40px; }
  #signup .signup__top {
    text-transform: uppercase; }
  #signup h4 {
    font-family: 'Denton Condensed Light', sans-serif;
    font-size: var(--font_84);
    font-style: normal;
    font-weight: 300;
    line-height: 100%;
    color: #c03441;
    padding-bottom: 0px; }
  #signup input[type=text], #signup input[type=email] {
    font-size: var(--content_size) !important;
    margin-bottom: 15px;
    color: #f4ece6 !important;
    border-bottom: 1px solid #f4ece6 !important; }
  #signup input[type=text]::placeholder, #signup input[type=email]::placeholder {
    color: #f4ece6 !important; }
  #signup input[type=submit] {
    margin-top: 30px;
    font-size: var(--content_size) !important;
    text-transform: none;
    padding: 10px 40px !important;
    color: #f4ece6 !important;
    border: none;
    border-bottom: 1px solid #f4ece6 !important;
    background: transparent !important;
    border-radius: 0px !important;
    font-family: 'Aktiv Grotesk Regular', sans-serif !important;
    text-decoration: none !important; }
  #signup .signup__image {
    background-size: cover;
    background-position: center center; }

.footvideo {
  width: 100%;
  height: 100%;
  object-fit: cover; }

#footer-marquee .marquee {
  padding-top: 0px;
  background: #31131b;
  margin-top: -3px; }
  #footer-marquee .marquee .marquee__inner {
    animation: marquee 120s linear infinite;
    -webkit-animation: marquee 120s linear infinite; }
  #footer-marquee .marquee .marquee__inner span {
    padding: 0px; }
  #footer-marquee .marquee .marquee__inner span, #footer-marquee .marquee .marquee__inner img {
    width: 358px;
    height: 34px; }
  #footer-marquee .marquee.alternating .marquee__inner {
    animation-direction: reverse; }

.show_desktop {
  display: block; }

.show_mobile {
  display: none; }

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

.black {
  color: #000 !important;
  -webkit-text-fill-color: #000 !important; }
  .black a {
    color: #000 !important; }

.white {
  color: #f4ece6 !important;
  -webkit-text-fill-color: #f4ece6 !important; }
  .white a {
    color: #f4ece6 !important; }

.orange {
  color: #f15d28 !important;
  -webkit-text-fill-color: #f15d28 !important; }
  .orange a {
    color: #f15d28 !important; }

.cream {
  color: #f4ece6 !important;
  -webkit-text-fill-color: #f4ece6 !important; }
  .cream a {
    color: #f4ece6 !important; }

.yellow {
  color: #eaa93d !important;
  -webkit-text-fill-color: #eaa93d !important; }
  .yellow a {
    color: #eaa93d !important; }

.green-light {
  color: #7b7749 !important;
  -webkit-text-fill-color: #7b7749 !important; }
  .green-light a {
    color: #7b7749 !important; }

.green-dark {
  color: #505033 !important;
  -webkit-text-fill-color: #505033 !important; }
  .green-dark a {
    color: #505033 !important; }

.blue-light {
  color: #85a6d7 !important;
  -webkit-text-fill-color: #85a6d7 !important; }
  .blue-light a {
    color: #85a6d7 !important; }

.blue-dark {
  color: #232a5f !important;
  -webkit-text-fill-color: #232a5f !important; }
  .blue-dark a {
    color: #232a5f !important; }

.purple {
  color: #d89cc6 !important;
  -webkit-text-fill-color: #d89cc6 !important; }
  .purple a {
    color: #d89cc6 !important; }

.pink {
  color: #f283b4 !important;
  -webkit-text-fill-color: #f283b4 !important; }
  .pink a {
    color: #f283b4 !important; }

.red {
  color: #c03441 !important;
  -webkit-text-fill-color: #c03441 !important; }
  .red a {
    color: #c03441 !important; }

.bg-black {
  background-color: #000 !important; }

.bg-white {
  background-color: #f4ece6 !important; }

.bg-orange {
  background-color: #f15d28 !important; }

.bg-cream {
  background-color: #f4ece6 !important; }

.bg-yellow {
  background-color: #eaa93d !important; }

.bg-green-light {
  background-color: #7b7749 !important; }

.bg-green-dark {
  background-color: #505033 !important; }

.bg-blue-light {
  background-color: #85a6d7 !important; }

.bg-blue-dark {
  background-color: #232a5f !important; }

.bg-purple {
  background-color: #d89cc6 !important; }

.bg-pink {
  background-color: #f283b4 !important; }

.bg-red {
  background-color: #c03441 !important; }

.bg-burgundy-1 {
  background-color: #31131b !important; }

.bg-burgundy-2 {
  background-color: #3f1b25 !important; }

.bg-burgundy-3 {
  background-color: #4c1e2c !important; }

.bg-burgundy-4 {
  background-color: #59152c !important; }

.fill-black rect {
  fill: #000 !important; }

.fill-white rect {
  fill: #f4ece6 !important; }

.fill-orange rect {
  fill: #f15d28 !important; }

.fill-cream rect {
  fill: #f4ece6 !important; }

.fill-yellow rect {
  fill: #eaa93d !important; }

.fill-green-light rect {
  fill: #7b7749 !important; }

.fill-green-dark rect {
  fill: #505033 !important; }

.fill-blue-light rect {
  fill: #85a6d7 !important; }

.fill-blue-dark rect {
  fill: #232a5f !important; }

.fill-purple rect {
  fill: #d89cc6 !important; }

.fill-pink rect {
  fill: #f283b4 !important; }

.fill-red rect {
  fill: #c03441 !important; }

.stroke-black path {
  stroke: #000 !important; }

.stroke-white path {
  stroke: #f4ece6 !important; }

.stroke-orange path {
  stroke: #f15d28 !important; }

.stroke-cream path {
  stroke: #f4ece6 !important; }

.stroke-yellow path {
  stroke: #eaa93d !important; }

.stroke-green-light path {
  stroke: #7b7749 !important; }

.stroke-green-dark path {
  stroke: #505033 !important; }

.stroke-blue-light path {
  stroke: #85a6d7 !important; }

.stroke-blue-dark path {
  stroke: #232a5f !important; }

.stroke-purple path {
  stroke: #d89cc6 !important; }

.stroke-pink path {
  stroke: #f283b4 !important; }

.stroke-red path {
  stroke: #c03441 !important; }

.tag-black {
  color: #000 !important;
  border: 2px solid #000; }

.tag-white {
  color: #f4ece6 !important;
  border: 2px solid #f4ece6; }

.tag-orange {
  color: #f15d28 !important;
  border: 2px solid #f15d28; }

.tag-cream {
  color: #f4ece6 !important;
  border: 2px solid #f4ece6; }

.tag-yellow {
  color: #eaa93d !important;
  border: 2px solid #eaa93d; }

.tag-green-light {
  color: #7b7749 !important;
  border: 2px solid #7b7749; }

.tag-green-dark {
  color: #505033 !important;
  border: 2px solid #505033; }

.tag-blue-light {
  color: #85a6d7 !important;
  border: 2px solid #85a6d7; }

.tag-blue-dark {
  color: #232a5f !important;
  border: 2px solid #232a5f; }

.tag-purple {
  color: #d89cc6 !important;
  border: 2px solid #d89cc6; }

.tag-pink {
  color: #f283b4 !important;
  border: 2px solid #f283b4; }

.tag-red {
  color: #c03441 !important;
  border: 2px solid #c03441; }

.belvare {
  font-family: 'CCS Belvare', sans-serif !important; }

.kafka {
  font-family: 'Kafka Display Classic', sans-serif !important; }

.marthi {
  font-family: "Marthi-Regular", sans-serif !important; }

.on-scroll-color-change {
  transition: background 1s ease;
  -webkit-transition: background 1s ease;
  -moz-transition: background 1s ease;
  -ms-transition: background 1s ease;
  -o-transition: background 1s ease; }

.pattern-home {
  background-image: url(../images/pattern-1.png);
  background-repeat: repeat-x;
  height: 48px; }

.pattern-leaderboard {
  background-image: url(../images/pattern-leaderboard.png);
  background-repeat: repeat-x;
  height: 48px; }

.pattern-team {
  background-image: url(../images/pattern-team.svg);
  background-repeat: repeat-x;
  height: 50px; }

.pattern-strip {
  text-align: center;
  height: 50px;
  overflow: hidden;
  width: 121vw;
  position: relative;
  left: -10vw; }
  .pattern-strip svg {
    position: relative; }

.pattern-strip.branding svg {
  position: relative; }
  .pattern-strip.branding .filled {
    fill: #85a6d7; }

.pattern-strip.strategy svg {
  position: relative; }
  .pattern-strip.strategy .filled {
    fill: #85a6d7; }

.pattern-strip.testimonials svg {
  position: relative;
  margin-left: -6px; }
  .pattern-strip.testimonials .filled {
    fill: #85a6d7; }

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

.clear {
  clear: both !important; }

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

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

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

p {
  margin: 0 0 25px; }

p:empty {
  display: none; }

legend {
  text-transform: uppercase; }

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;
  color: #c03441; }
  a:hover {
    color: #c03441; }

strong {
  font-family: "Aktiv Grotesk Bold";
  font-weight: 400; }

.section_wrap {
  padding: 40px 0px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.2); }

.stick {
  position: sticky;
  top: 0px;
  z-index: -1; }

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

body.page-template-default #page-wrap {
  width: 100%;
  max-width: 1920px;
  padding: 40px;
  margin: 0px auto; }

.slider-buttons {
  margin: 0 auto;
  padding: 0px 0px 0px 10px;
  display: flex;
  justify-content: space-between;
  position: absolute;
  top: 40%;
  left: 10%;
  max-width: 80%;
  width: 100%; }
  .slider-buttons .next, .slider-buttons .previous {
    cursor: pointer; }

.slick-dots li button:before {
  color: rgba(255, 255, 255, 0.5) !important; }

.slick-dots {
  bottom: -25px; }
  .slick-dots li button {
    width: 5px;
    height: 5px;
    border: 1px solid rgba(255, 255, 255, 0.5);
    border-radius: 100%; }
  .slick-dots li button:before {
    font-size: 0px; }
  .slick-dots li.slick-active button {
    background: rgba(255, 255, 255, 0.5) !important; }
  .slick-dots li:only-child {
    display: none; }

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

.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', sans-serif;
    color: #d89cc6;
    padding-bottom: 40px;
    font-size: 6vw; }
  .testimonial .testimonial-slider__content {
    text-align: center;
    max-width: 620px;
    width: 100%;
    margin: 0px auto;
    color: #d89cc6;
    font-size: var(--content_size); }
  .testimonial .testimonial-slider__name {
    color: #d89cc6;
    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 #d89cc6;
    border-radius: 0px; }
  .testimonial .slick-dots li button:before {
    font-size: 0px; }
  .testimonial .slick-dots li.slick-active button {
    background: #d89cc6 !important; }
  .testimonial .slick-prev, .testimonial .slick-next {
    width: 18px;
    height: 30px; }

.play {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0px;
  left: 0px;
  display: flex;
  cursor: pointer; }
  .play img {
    max-width: 106px;
    max-height: 106px;
    margin: auto;
    cursor: pointer; }

.doubtfire img {
  width: 100%;
  max-width: 730px; }

#split-column.two-col-img.keynote-title-red .split__heading {
  color: #c03441 !important; }

#wpforms-3827 #wpforms-3827-field_4-container:after {
  content: "";
  position: absolute;
  right: 10px;
  top: 68%;
  transform: translateY(-68%);
  width: 12px;
  height: 8px;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='8' viewBox='0 0 12 8'%3E%3Cpath fill='%23E60C1D' d='M1 1l5 5 5-5'/%3E%3C/svg%3E") !important;
  background-repeat: no-repeat !important; }

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

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

.reveal-text {
  visibility: hidden; }

.line {
  position: relative;
  overflow: hidden;
  display: flex;
  justify-content: center; }

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

.slideupin.active {
  transform: translateY(50px);
  animation: slideInUp 0.5s forwards ease-out; }

.zoomin {
  position: relative;
  transition: 3s all ease;
  filter: blur(10px);
  opacity: 0;
  transition: all 0.6s cubic-bezier(0.4, 0, 0.2, 1); }
  .zoomin img, .zoomin video {
    transition: all 0.6s cubic-bezier(0.4, 0, 0.2, 1);
    transform: scale(1.2); }

.zoomin.active {
  filter: blur(0px);
  opacity: 1; }
  .zoomin.active img, .zoomin.active video {
    transform: scale(1); }

.zoomin.delayed.active {
  transition-delay: 0.3s; }
  .zoomin.delayed.active img, .zoomin.delayed.active video {
    transition-delay: 0.3s; }

.slideup {
  opacity: 0;
  transition: 1s all ease;
  transform: translateY(100px);
  animation: slide-out 0.5s ease-in-out 0s forwards; }

.slideup.active {
  transform: translateY(0);
  opacity: 0;
  animation: slide-in 0.5s ease-in-out 0s forwards; }

.stagger-children > * {
  opacity: 0;
  transform: translateY(10px);
  transition: all 0.6s cubic-bezier(0.4, 0, 0.2, 1); }
  .stagger-children.active > *:nth-child(1) {
    transition-delay: 0.1s; }
  .stagger-children.active > *:nth-child(2) {
    transition-delay: 0.2s; }
  .stagger-children.active > *:nth-child(3) {
    transition-delay: 0.3s; }
  .stagger-children.active > *:nth-child(4) {
    transition-delay: 0.4s; }
  .stagger-children.active > *:nth-child(5) {
    transition-delay: 0.5s; }
  .stagger-children.active > *:nth-child(6) {
    transition-delay: 0.6s; }
  .stagger-children.active > *:nth-child(7) {
    transition-delay: 0.7s; }
  .stagger-children.active > *:nth-child(8) {
    transition-delay: 0.8s; }
  .stagger-children.active > *:nth-child(9) {
    transition-delay: 0.9s; }
  .stagger-children.active > *:nth-child(10) {
    transition-delay: 1s; }
  .stagger-children.active > *:nth-child(11) {
    transition-delay: 1.1s; }
  .stagger-children.active > *:nth-child(12) {
    transition-delay: 1.2s; }
  .stagger-children.active > *:nth-child(13) {
    transition-delay: 1.3s; }
  .stagger-children.active > *:nth-child(14) {
    transition-delay: 1.4s; }
  .stagger-children.active > *:nth-child(15) {
    transition-delay: 1.5s; }
  .stagger-children.active > *:nth-child(16) {
    transition-delay: 1.6s; }
  .stagger-children.active > *:nth-child(17) {
    transition-delay: 1.7s; }
  .stagger-children.active > *:nth-child(18) {
    transition-delay: 1.8s; }
  .stagger-children.active > *:nth-child(19) {
    transition-delay: 1.9s; }
  .stagger-children.active > *:nth-child(20) {
    transition-delay: 2s; }
  .stagger-children.active > *:nth-child(21) {
    transition-delay: 2.1s; }
  .stagger-children.active > *:nth-child(22) {
    transition-delay: 2.2s; }
  .stagger-children.active > *:nth-child(23) {
    transition-delay: 2.3s; }
  .stagger-children.active > *:nth-child(24) {
    transition-delay: 2.4s; }
  .stagger-children.active > *:nth-child(25) {
    transition-delay: 2.5s; }
  .stagger-children.active > *:nth-child(26) {
    transition-delay: 2.6s; }
  .stagger-children.active > *:nth-child(27) {
    transition-delay: 2.7s; }
  .stagger-children.active > *:nth-child(28) {
    transition-delay: 2.8s; }
  .stagger-children.active > *:nth-child(29) {
    transition-delay: 2.9s; }
  .stagger-children.active > *:nth-child(30) {
    transition-delay: 3s; }
  .stagger-children.active > *:nth-child(31) {
    transition-delay: 3.1s; }
  .stagger-children.active > *:nth-child(32) {
    transition-delay: 3.2s; }
  .stagger-children.active > *:nth-child(33) {
    transition-delay: 3.3s; }
  .stagger-children.active > *:nth-child(34) {
    transition-delay: 3.4s; }
  .stagger-children.active > *:nth-child(35) {
    transition-delay: 3.5s; }
  .stagger-children.active > *:nth-child(36) {
    transition-delay: 3.6s; }
  .stagger-children.active > *:nth-child(37) {
    transition-delay: 3.7s; }
  .stagger-children.active > *:nth-child(38) {
    transition-delay: 3.8s; }
  .stagger-children.active > *:nth-child(39) {
    transition-delay: 3.9s; }
  .stagger-children.active > *:nth-child(40) {
    transition-delay: 4s; }
  .stagger-children.active > *:nth-child(41) {
    transition-delay: 4.1s; }
  .stagger-children.active > *:nth-child(42) {
    transition-delay: 4.2s; }
  .stagger-children.active > *:nth-child(43) {
    transition-delay: 4.3s; }
  .stagger-children.active > *:nth-child(44) {
    transition-delay: 4.4s; }
  .stagger-children.active > *:nth-child(45) {
    transition-delay: 4.5s; }
  .stagger-children.active > *:nth-child(46) {
    transition-delay: 4.6s; }
  .stagger-children.active > *:nth-child(47) {
    transition-delay: 4.7s; }
  .stagger-children.active > *:nth-child(48) {
    transition-delay: 4.8s; }
  .stagger-children.active > *:nth-child(49) {
    transition-delay: 4.9s; }
  .stagger-children.active > *:nth-child(50) {
    transition-delay: 5s; }
  .stagger-children.active > * {
    opacity: 1;
    transform: translateY(0); }

.content__title {
  will-change: transform; }

.content__animated {
  will-change: transform; }

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

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

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

.fadein-menu {
  animation: fadein 1s ease-in; }

.fadeout-menu {
  animation: fadeout 1s ease-out; }

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

.marquee.top-marquee {
  background: #c03441 !important;
  position: relative;
  color: #4c1e2c;
  font-size: var(--font_64);
  padding: 10px 0px 10px 0px;
  z-index: 2;
  text-transform: uppercase;
  margin-top: -10px; }
  .marquee.top-marquee .marquee__inner {
    line-height: 100%; }

.marquee--reverse .marquee__inner {
  animation-direction: reverse; }

.marquee__inner {
  animation: marquee 90s linear infinite;
  -webkit-animation: marquee 90s linear infinite; }

.marquee {
  width: 100%;
  overflow: hidden;
  padding-top: 10px;
  pointer-events: none; }
  .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; }
  .marquee__inner span {
    white-space: nowrap;
    padding: 0 1vw; }

@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 spin {
  0% {
    transform: rotate(0deg); }

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

@keyframes fade-up {
  0% {
    opacity: 0;
    transform: translateY(20px); }

  100% {
    opacity: 1;
    transform: translateY(0); } }

@keyframes image-marquee-scroll {
  0% {
    transform: translateX(0); }

  100% {
    transform: translateX(-50%); } }

@keyframes slide-in {
  0% {
    opacity: 0;
    transform: translateY(100px); }

  100% {
    opacity: 1;
    ransform: translateY(0px); } }

@keyframes slide-out {
  0% {
    opacity: 1;
    transform: translateY(0px); }

  100% {
    opacity: 0;
    ransform: translateY(100px); } }

@keyframes slideInUp {
  from {
    opacity: 0;
    transform: translateY(50px); }

  to {
    opacity: 1;
    transform: translateY(0); } }

@keyframes zoomIn {
  from {
    opacity: 0;
    transform: scale(1.2); }

  to {
    opacity: 1;
    transform: scale(1); } }

@keyframes fadein {
  from {
    opacity: 0; }

  to {
    opacity: 1; } }

@keyframes fadeout {
  from {
    opacity: 1; }

  to {
    opacity: 0; } }

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

  to {
    transform: rotate(360deg); } }

@keyframes tilt-n-move-shaking {
  0% {
    transform: translate(0, 0) rotate(0deg); }

  25% {
    transform: translate(2px, 2px) rotate(2deg); }

  50% {
    transform: translate(0, 0) rotate(0deg); }

  75% {
    transform: translate(-2px, 2px) rotate(-2deg); }

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

@keyframes tilt-n-move-shaking-1 {
  0% {
    transform: translate(0, 0) rotate(0deg); }

  25% {
    transform: translate(4px, 4px) rotate(2deg); }

  50% {
    transform: translate(0, 0) rotate(0deg); }

  75% {
    transform: translate(4px, 4px) rotate(2deg); }

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

@keyframes tilt-n-move-shaking-2 {
  0% {
    transform: translate(0, 0) rotate(0deg); }

  25% {
    transform: translate(-4px, -4px) rotate(-2deg); }

  50% {
    transform: translate(0, 0) rotate(0deg); }

  75% {
    transform: translate(-4px, -4px) rotate(2deg); }

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

@keyframes shake {
  0%, 100% {
    transform: translateX(0); }

  25% {
    transform: translateX(-5px); }

  50% {
    transform: translateX(5px); }

  75% {
    transform: translateX(-5px); } }

h1, h2, h3, h4, h5, h6 {
  margin: 0 0 20px;
  color: #c03441;
  line-height: 100%;
  font-weight: 400;
  font-family: 'Denton Condensed Light', sans-serif; }
  h1 em, h2 em, h3 em, h4 em, h5 em, h6 em {
    font-family: "Denton Condensed Light Italic" !important; }

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: #c03441;
  line-height: 100%;
  font-weight: 400;
  text-decoration: none; }

h1 {
  font-size: var(--h1_size); }

h2 {
  font-size: var(--h2_size); }

h3 {
  font-size: var(--h3_size); }

h4 {
  font-size: var(--h4_size); }

h5 {
  font-size: var(--h5_size); }

h6 {
  font-size: var(--h6_size); }

.h1, .h1_size {
  font-size: var(--font_110) !important; }
  .h1 h1, .h1_size h1, .h1 h2, .h1_size h2, .h1 h3, .h1_size h3, .h1 h4, .h1_size h4, .h1 h5, .h1_size h5, .h1 h6, .h1_size h6, .h1 p, .h1_size p, .h1 li, .h1_size li, .h1 a, .h1_size a {
    font-size: var(--font_110) !important; }

.h2, .h2_size {
  font-size: var(--font_96) !important; }
  .h2 h1, .h2_size h1, .h2 h2, .h2_size h2, .h2 h3, .h2_size h3, .h2 h4, .h2_size h4, .h2 h5, .h2_size h5, .h2 h6, .h2_size h6, .h2 p, .h2_size p, .h2 li, .h2_size li, .h2 a, .h2_size a {
    font-size: var(--font_96) !important; }

.h3, .h3_size {
  font-size: var(--font_84) !important; }
  .h3 h1, .h3_size h1, .h3 h2, .h3_size h2, .h3 h3, .h3_size h3, .h3 h4, .h3_size h4, .h3 h5, .h3_size h5, .h3 h6, .h3_size h6, .h3 p, .h3_size p, .h3 li, .h3_size li, .h3 a, .h3_size a {
    font-size: var(--font_84) !important; }

.h4, .h4_size {
  font-size: var(--font_64) !important; }
  .h4 h1, .h4_size h1, .h4 h2, .h4_size h2, .h4 h3, .h4_size h3, .h4 h4, .h4_size h4, .h4 h5, .h4_size h5, .h4 h6, .h4_size h6, .h4 p, .h4_size p, .h4 li, .h4_size li, .h4 a, .h4_size a {
    font-size: var(--font_64) !important; }

.h5, .h5_size {
  font-size: var(--font_56) !important; }
  .h5 h1, .h5_size h1, .h5 h2, .h5_size h2, .h5 h3, .h5_size h3, .h5 h4, .h5_size h4, .h5 h5, .h5_size h5, .h5 h6, .h5_size h6, .h5 p, .h5_size p, .h5 li, .h5_size li, .h5 a, .h5_size a {
    font-size: var(--font_56) !important; }

.h6, .h6_size {
  font-size: var(--font_48) !important; }
  .h6 h1, .h6_size h1, .h6 h2, .h6_size h2, .h6 h3, .h6_size h3, .h6 h4, .h6_size h4, .h6 h5, .h6_size h5, .h6 h6, .h6_size h6, .h6 p, .h6_size p, .h6 li, .h6_size li, .h6 a, .h6_size a {
    font-size: var(--font_48) !important; }

.button, .readmore a, .btn-primary, .btn-default {
  font-family: 'Denton Condensed Light', sans-serif !important;
  font-size: var(--button_size) !important;
  line-height: var(--button_size) !important;
  padding: 10px 0px !important;
  text-align: center;
  display: inline-block;
  font-weight: 400;
  border-radius: 0px;
  background-image: none !important;
  text-shadow: none !important;
  box-shadow: none !important;
  text-decoration: none !important;
  text-transform: uppercase;
  text-decoration: underline !important;
  text-underline-offset: 4px;
  text-decoration-thickness: 1px;
  background-color: transparent;
  border: none !important;
  color: #c03441; }

.button:hover, .readmore a:hover, .btn-default:hover, .btn-primary:hover, .btn-primary:active, .btn-primary:focus, .btn-primary:focus-within, .btn-primary:focus-visible {
  font-family: 'Denton Condensed Light', sans-serif !important;
  font-size: var(--button_size) !important;
  line-height: var(--button_size) !important;
  padding: 10px 0px !important;
  text-align: center;
  display: inline-block;
  font-weight: 400;
  border-radius: 0px;
  background-image: none !important;
  text-shadow: none !important;
  box-shadow: none !important;
  text-decoration: none !important;
  text-transform: uppercase;
  text-decoration: underline !important;
  text-underline-offset: 4px;
  text-decoration-thickness: 1px;
  background-color: transparent;
  border: none !important;
  color: #f4ece6;
  transition: 0.5s ease;
  text-decoration: none;
  outline: none; }

.btn-secondary {
  font-family: 'Denton Condensed Light', sans-serif !important;
  font-size: var(--button_size) !important;
  line-height: var(--button_size) !important;
  padding: 10px 0px !important;
  text-align: center;
  display: inline-block;
  font-weight: 400;
  border-radius: 0px;
  background-image: none !important;
  text-shadow: none !important;
  box-shadow: none !important;
  text-decoration: none !important;
  text-transform: uppercase;
  text-decoration: underline !important;
  text-underline-offset: 4px;
  text-decoration-thickness: 1px;
  background-color: #c03441;
  border: none !important;
  color: #31131b; }

.btn-secondary:hover, .btn-secondary:active, .btn-secondary:focus, .btn-secondary:focus-within, .btn-secondary:focus-visible {
  font-family: 'Denton Condensed Light', sans-serif !important;
  font-size: var(--button_size) !important;
  line-height: var(--button_size) !important;
  padding: 10px 0px !important;
  text-align: center;
  display: inline-block;
  font-weight: 400;
  border-radius: 0px;
  background-image: none !important;
  text-shadow: none !important;
  box-shadow: none !important;
  text-decoration: none !important;
  text-transform: uppercase;
  text-decoration: underline !important;
  text-underline-offset: 4px;
  text-decoration-thickness: 1px;
  background-color: #31131b;
  border: none !important;
  color: #c03441;
  transition: 0.5s ease;
  text-decoration: none;
  outline: none; }

.btn-svg {
  position: relative;
  height: 45px;
  width: 255px;
  display: inline-flex; }
  .btn-svg span {
    position: absolute;
    top: 0px;
    left: 0px;
    color: #31131b;
    text-align: center;
    font-family: 'Denton Condensed Light', sans-serif;
    font-size: 27px;
    font-style: normal;
    font-weight: 300;
    line-height: 100%;
    text-transform: uppercase;
    width: 185px;
    height: 45px;
    padding-left: 26px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin-top: 2px; }

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

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

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

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

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

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

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

.accordion-button.collapsed::after {
  background-image: none !important;
  font-family: 'Font Awesome 5 Pro';
  content: "\f107";
  font-size: 30px;
  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: 30px;
  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; }

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

input[type=text], input[type=email], input[type=tel], input[type=number], input[type=password], textarea {
  background-color: #31131b !important;
  border-radius: 0px !important;
  color: #c03441 !important;
  font-size: var(--content_size) !important;
  border: none !important;
  border-bottom: 1px solid #c03441 !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: #c03441 !important; }
  input[type=text]::placeholder, input[type=email]::placeholder, input[type=tel]::placeholder, input[type=number]::placeholder, input[type=password]::placeholder, textarea::placeholder {
    opacity: 1 !important; }
  input[type=text]:focus, input[type=email]:focus, input[type=tel]:focus, input[type=number]:focus, input[type=password]:focus, textarea:focus {
    outline: none !important;
    box-shadow: none !important; }

input[type=radio] {
  background: #31131b !important;
  border-color: #c03441 !important;
  border-width: 2px;
  width: 20px;
  height: 20px; }
  input[type=radio]:checked {
    background: #c03441 !important;
    border-color: #c03441 !important; }
  input[type=radio]:checked:after {
    content: "";
    background: #c03441;
    position: relative;
    display: flex;
    border-radius: 50px;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    height: 100%;
    border: 3px solid #31131b; }
  input[type=radio]:focus {
    box-shadow: none !important;
    outline: none !important; }

input[type=checkbox] {
  background: #31131b !important;
  border-color: #c03441 !important;
  border-width: 2px;
  width: 20px;
  height: 20px; }
  input[type=checkbox]:checked {
    background: #31131b !important;
    border-color: #c03441 !important; }
  input[type=checkbox]:checked:after {
    content: "\f00c";
    font-family: 'Font Awesome 5 Pro';
    font-size: 14px;
    color: #c03441;
    position: relative;
    display: flex;
    font-weight: 600;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin-top: -6px; }
  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] {
  font-family: 'Denton Condensed Light', sans-serif !important;
  font-size: var(--button_size) !important;
  line-height: var(--button_size) !important;
  padding: 10px 0px !important;
  text-align: center;
  display: inline-block;
  font-weight: 400;
  border-radius: 0px;
  background-image: none !important;
  text-shadow: none !important;
  box-shadow: none !important;
  text-decoration: none !important;
  text-transform: uppercase;
  text-decoration: underline !important;
  text-underline-offset: 4px;
  text-decoration-thickness: 1px;
  background-color: transparent;
  border: none !important;
  color: #c03441;
  display: inline-block !important;
  background-image: none !important;
  text-shadow: none !important;
  box-shadow: none !important; }
  button[type=submit]:hover {
    background-color: transparent;
    border: none !important;
    color: #f4ece6;
    transition: 0.5s ease; }

select {
  background-color: #31131b !important;
  border-radius: 0px !important;
  color: #c03441 !important;
  font-size: var(--content_size) !important;
  border: none !important;
  border-bottom: 1px solid #c03441 !important;
  padding: 5px 0px !important;
  border-bottom: 1px solid #f4ece6 !important;
  padding: 5px 0px !important; }
  select::placeholder {
    color: #c03441 !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: #31131b !important;
  border-radius: 0px !important;
  color: #c03441 !important;
  font-size: var(--content_size) !important;
  border: none !important;
  border-bottom: 1px solid #c03441 !important;
  padding: 5px 0px !important;
  border-bottom: 1px solid #f4ece6 !important;
  padding: 5px 0px !important; }
  .select2-selection__rendered::placeholder {
    color: #c03441 !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: #31131b; }

.wpforms-confirmation-container-full {
  color: #c03441 !important; }
  .wpforms-confirmation-container-full p {
    color: #c03441 !important; }

.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: #31131b !important;
  border-radius: 0px !important;
  color: #c03441 !important;
  font-size: var(--content_size) !important;
  border: none !important;
  border-bottom: 1px solid #c03441 !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: #c03441 !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: #31131b !important;
    border-radius: 0px !important;
    color: #c03441 !important;
    font-size: var(--content_size) !important;
    border: none !important;
    border-bottom: 1px solid #c03441 !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: #c03441 !important; }
  .wpforms-container-full .wpforms-form input[type=submit], .wpforms-container-full .wpforms-form button[type=submit] {
    font-family: 'Denton Condensed Light', sans-serif !important;
    font-size: var(--button_size) !important;
    line-height: var(--button_size) !important;
    padding: 10px 0px !important;
    text-align: center;
    display: inline-block;
    font-weight: 400;
    border-radius: 0px;
    background-image: none !important;
    text-shadow: none !important;
    box-shadow: none !important;
    text-decoration: none !important;
    text-transform: uppercase;
    text-decoration: underline !important;
    text-underline-offset: 4px;
    text-decoration-thickness: 1px;
    background-color: transparent;
    border: none !important;
    color: #c03441;
    display: inline-block !important;
    background-image: none !important;
    text-shadow: none !important;
    box-shadow: none !important; }
  .wpforms-container-full .wpforms-form input[type=submit]:hover, .wpforms-container-full .wpforms-form button[type=submit]:hover {
    background-color: transparent;
    border: none !important;
    color: #f4ece6;
    transition: 0.5s ease; }
  .wpforms-container-full .wpforms-form .wpforms-field-label {
    font-size: var(--content_size) !important;
    color: #c03441 !important; }
  .wpforms-container-full .wpforms-form .wpforms-field-label-inline {
    font-size: var(--content_size) !important;
    color: #c03441 !important; }
  .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: #c03441;
    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 #c03441 !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: #c03441 !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: #31131b !important;
  color: #c03441 !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: #c03441 !important;
    color: #31131b !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; }

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

.wpforms-submit-container {
  text-align: center; }
  .wpforms-submit-container button.button {
    font-family: 'Denton Condensed Light', sans-serif !important;
    font-size: var(--button_size) !important;
    line-height: var(--button_size) !important;
    padding: 10px 0px !important;
    text-align: center;
    display: inline-block;
    font-weight: 400;
    border-radius: 0px;
    background-image: none !important;
    text-shadow: none !important;
    box-shadow: none !important;
    text-decoration: none !important;
    text-transform: uppercase;
    text-decoration: underline !important;
    text-underline-offset: 4px;
    text-decoration-thickness: 1px;
    background-color: transparent;
    border: none !important;
    color: #c03441;
    display: inline-block !important;
    background-image: none !important;
    text-shadow: none !important;
    box-shadow: none !important;
    background-color: transparent;
    border: none !important;
    color: #c03441; }
  .wpforms-submit-container button.button:hover {
    background-color: transparent;
    border: none !important;
    color: #f4ece6;
    transition: 0.5s ease; }
  .wpforms-submit-container button.button:hover {
    background-color: transparent;
    border: none !important;
    color: #f4ece6;
    transition: 0.5s ease; }

div.wpforms-container-full input[type=submit]:not(:hover):not(:active), div.wpforms-container-full button[type=submit]:not(:hover):not(:active), div.wpforms-container-full .wpforms-page-button:not(:hover):not(:active), .wp-core-ui div.wpforms-container-full input[type=submit]:not(:hover):not(:active), .wp-core-ui div.wpforms-container-full button[type=submit]:not(:hover):not(:active), .wp-core-ui div.wpforms-container-full .wpforms-page-button:not(:hover):not(:active) {
  background: transparent !important;
  color: #c03441 !important;
  border: none;
  border-bottom: 1px solid #c03441;
  border-radius: 0px;
  padding: 0px !important;
  font-size: var(--font_48) !important;
  text-decoration-thickness: 2px !important;
  text-underline-offset: 6px !important; }

.wpforms-container-full .wpforms-form input[type=submit]:hover, .wpforms-container-full .wpforms-form button[type=submit]:hover, div.wpforms-container-full input[type=submit]:hover, div.wpforms-container-full input[type=submit]:active, div.wpforms-container-full button[type=submit]:hover, div.wpforms-container-full button[type=submit]:active, div.wpforms-container-full .wpforms-page-button:hover, div.wpforms-container-full .wpforms-page-button:active, .wp-core-ui div.wpforms-container-full input[type=submit]:hover, .wp-core-ui div.wpforms-container-full input[type=submit]:active, .wp-core-ui div.wpforms-container-full button[type=submit]:hover, .wp-core-ui div.wpforms-container-full button[type=submit]:active, .wp-core-ui div.wpforms-container-full .wpforms-page-button:hover, .wp-core-ui div.wpforms-container-full .wpforms-page-button:active {
  background: transparent !important;
  color: #f4ece6 !important;
  border: none;
  border-bottom: 1px solid #f4ece6;
  border-radius: 0px;
  padding: 0px !important;
  font-size: var(--font_48) !important;
  text-decoration-thickness: 2px !important;
  text-underline-offset: 6px !important; }

body.blog {
  background: #4c1e2c; }
  body.blog #header img, body.blog #header video {
    width: 100%;
    height: 100%;
    object-fit: cover; }
  body.blog .pattern-strip svg {
    margin-left: -6px; }
  body.blog #content {
    padding-top: 5%; }
  body.blog #content .row {
    margin-bottom: 10%; }
  body.blog #content .blog-grid {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    column-gap: 10%; }
  body.blog #content .blog-grid__item {
    padding: 0px;
    width: 26.5%;
    margin-bottom: 10%; }
  body.blog #content .blog-grid__item:nth-child(2) article, body.blog #content .blog-grid__item:nth-child(5) article, body.blog #content .blog-grid__item:nth-child(8) article {
    margin-top: -100px; }
  body.blog #content .blog-grid__item:nth-child(3) article, body.blog #content .blog-grid__item:nth-child(6) article, body.blog #content .blog-grid__item:nth-child(9) article {
    margin-top: 50px; }
  body.blog article img {
    transition: all 0.3s ease; }
  body.blog article img:hover {
    animation: tilt-n-move-shaking 0.15s ease-in-out 4; }

body.single #custom-page #split-column .split__wrap {
  justify-content: center !important;
  padding: var(--ym) 20% 0px 0px; }
  body.single #custom-page #split-column .container-fluid.right .split__wrap {
    padding: var(--ym) 0px 0px 20%; }
  body.single #custom-page #split-column.two-col-img .split__heading {
    font-size: var(--font_64) !important;
    text-transform: none !important; }
  body.single #page-wrap.wrap {
    padding-top: calc(var(--menu_height) + 2%); }

.blog-list__item {
  margin-bottom: 20px; }
  .blog-list__image {
    width: 100%;
    text-align: center;
    margin-bottom: 20px; }
  .blog-list__wrap {
    padding: 10px; }
  .blog-list__title {
    margin-bottom: 10px;
    line-height: 110% !important;
    color: #f4ece6 !important;
    text-align: center;
    font-family: 'Denton Condensed Light', sans-serif;
    font-size: var(--font_64) !important; }
  .blog-list__title a {
    color: #f4ece6 !important;
    line-height: 110% !important; }
  .blog-list__excerpt {
    padding: 20px 0px 40px 0px; }
  .blog-list__link {
    text-align: left; }

.blog__title {
  margin-bottom: 0px;
  line-height: 90% !important;
  padding-bottom: 40px;
  text-align: center; }
  .blog__content {
    padding-bottom: 40px;
    color: #f4ece6 !important; }
  .blog__content a, .blog__content p, .blog__content li {
    color: #f4ece6 !important; }

body.blog #page-wrap {
  padding-top: 5%;
  padding-bottom: 5%; }

body.single-post #page-wrap {
  width: 100%;
  max-width: 1320px;
  margin: 0 auto;
  padding: 40px; }

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

.pagination .page-link {
  color: #c03441 !important;
  background-color: transparent !important;
  border: none !important; }
  .pagination .page-link:hover {
    color: #c03441 !important;
    background-color: transparent !important;
    border: none !important; }
  .pagination .page-item.active .page-link {
    color: #c03441 !important;
    background-color: transparent !important;
    border: none !important; }

table.table, table.table-striped {
  --bs-table-bg: transparent;
  --bs-table-accent-bg: transparent;
  --bs-table-striped-color: #c03441 !important;
  --bs-table-striped-bg: #31131b !important;
  --bs-table-active-color: #31131b !important;
  --bs-table-active-bg: #c03441 !important;
  --bs-table-hover-color: #31131b !important;
  --bs-table-hover-bg: #c03441 !important;
  --bs-table-bg-type: #31131b !important;
  color: #c03441;
  border-color: #c03441; }

.table > :not(caption) > * > * {
  color: #c03441; }

#custom-page {
  background: linear-gradient(180deg, #31131b 0%, #59152c 22%); }
  #custom-page .text-scheme-red, #custom-page .text-scheme-blue-light, #custom-page .text-scheme-blue-dark, #custom-page .text-scheme-green-light, #custom-page .text-scheme-green-dark {
    color: #f4ece6; }
  #custom-page .text-scheme-red h1, #custom-page .text-scheme-blue-light h1, #custom-page .text-scheme-blue-dark h1, #custom-page .text-scheme-green-light h1, #custom-page .text-scheme-green-dark h1, #custom-page .text-scheme-red h2, #custom-page .text-scheme-blue-light h2, #custom-page .text-scheme-blue-dark h2, #custom-page .text-scheme-green-light h2, #custom-page .text-scheme-green-dark h2, #custom-page .text-scheme-red h3, #custom-page .text-scheme-blue-light h3, #custom-page .text-scheme-blue-dark h3, #custom-page .text-scheme-green-light h3, #custom-page .text-scheme-green-dark h3, #custom-page .text-scheme-red h4, #custom-page .text-scheme-blue-light h4, #custom-page .text-scheme-blue-dark h4, #custom-page .text-scheme-green-light h4, #custom-page .text-scheme-green-dark h4, #custom-page .text-scheme-red h5, #custom-page .text-scheme-blue-light h5, #custom-page .text-scheme-blue-dark h5, #custom-page .text-scheme-green-light h5, #custom-page .text-scheme-green-dark h5, #custom-page .text-scheme-red h6, #custom-page .text-scheme-blue-light h6, #custom-page .text-scheme-blue-dark h6, #custom-page .text-scheme-green-light h6, #custom-page .text-scheme-green-dark h6, #custom-page .text-scheme-red p, #custom-page .text-scheme-blue-light p, #custom-page .text-scheme-blue-dark p, #custom-page .text-scheme-green-light p, #custom-page .text-scheme-green-dark p, #custom-page .text-scheme-red a, #custom-page .text-scheme-blue-light a, #custom-page .text-scheme-blue-dark a, #custom-page .text-scheme-green-light a, #custom-page .text-scheme-green-dark a, #custom-page .text-scheme-red li, #custom-page .text-scheme-blue-light li, #custom-page .text-scheme-blue-dark li, #custom-page .text-scheme-green-light li, #custom-page .text-scheme-green-dark li {
    color: #f4ece6 !important; }
  #custom-page .text-scheme-red .btn-primary, #custom-page .text-scheme-blue-light .btn-primary, #custom-page .text-scheme-blue-dark .btn-primary, #custom-page .text-scheme-green-light .btn-primary, #custom-page .text-scheme-green-dark .btn-primary {
    border: 2px solid #f4ece6;
    color: #f4ece6; }
  #custom-page .text-scheme-red .btn-primary:hover, #custom-page .text-scheme-blue-light .btn-primary:hover, #custom-page .text-scheme-blue-dark .btn-primary:hover, #custom-page .text-scheme-green-light .btn-primary:hover, #custom-page .text-scheme-green-dark .btn-primary:hover {
    background-color: #f4ece6;
    border: 2px solid #f4ece6;
    color: #f4ece6; }
  #custom-page .text-scheme-red .service__link a, #custom-page .text-scheme-blue-light .service__link a, #custom-page .text-scheme-blue-dark .service__link a, #custom-page .text-scheme-green-light .service__link a, #custom-page .text-scheme-green-dark .service__link a {
    color: #f4ece6; }
  #custom-page .text-scheme-red .accordion, #custom-page .text-scheme-blue-light .accordion, #custom-page .text-scheme-blue-dark .accordion, #custom-page .text-scheme-green-light .accordion, #custom-page .text-scheme-green-dark .accordion {
    border-bottom: 2px solid #f4ece6; }
  #custom-page .text-scheme-red .accordion-body, #custom-page .text-scheme-blue-light .accordion-body, #custom-page .text-scheme-blue-dark .accordion-body, #custom-page .text-scheme-green-light .accordion-body, #custom-page .text-scheme-green-dark .accordion-body {
    color: #f4ece6; }
  #custom-page .text-scheme-red .accordion-button, #custom-page .text-scheme-blue-light .accordion-button, #custom-page .text-scheme-blue-dark .accordion-button, #custom-page .text-scheme-green-light .accordion-button, #custom-page .text-scheme-green-dark .accordion-button {
    color: #f4ece6;
    border-top: 2px solid #f4ece6; }
  #custom-page .text-scheme-red .accordion-button:not(.collapsed), #custom-page .text-scheme-blue-light .accordion-button:not(.collapsed), #custom-page .text-scheme-blue-dark .accordion-button:not(.collapsed), #custom-page .text-scheme-green-light .accordion-button:not(.collapsed), #custom-page .text-scheme-green-dark .accordion-button:not(.collapsed) {
    color: #f4ece6; }
  #custom-page .text-scheme-red .accordion-button:focus, #custom-page .text-scheme-blue-light .accordion-button:focus, #custom-page .text-scheme-blue-dark .accordion-button:focus, #custom-page .text-scheme-green-light .accordion-button:focus, #custom-page .text-scheme-green-dark .accordion-button:focus {
    border-top: 2px solid #f4ece6; }
  #custom-page .text-scheme-red label, #custom-page .text-scheme-blue-light label, #custom-page .text-scheme-blue-dark label, #custom-page .text-scheme-green-light label, #custom-page .text-scheme-green-dark label {
    color: #f4ece6 !important; }
  #custom-page .text-scheme-red .wpforms-container-full .wpforms-form input.wpforms-field-large, #custom-page .text-scheme-blue-light .wpforms-container-full .wpforms-form input.wpforms-field-large, #custom-page .text-scheme-blue-dark .wpforms-container-full .wpforms-form input.wpforms-field-large, #custom-page .text-scheme-green-light .wpforms-container-full .wpforms-form input.wpforms-field-large, #custom-page .text-scheme-green-dark .wpforms-container-full .wpforms-form input.wpforms-field-large, #custom-page .text-scheme-red .wpforms-container-full .wpforms-form input.wpforms-field-medium, #custom-page .text-scheme-blue-light .wpforms-container-full .wpforms-form input.wpforms-field-medium, #custom-page .text-scheme-blue-dark .wpforms-container-full .wpforms-form input.wpforms-field-medium, #custom-page .text-scheme-green-light .wpforms-container-full .wpforms-form input.wpforms-field-medium, #custom-page .text-scheme-green-dark .wpforms-container-full .wpforms-form input.wpforms-field-medium, #custom-page .text-scheme-red .wpforms-container-full .wpforms-form input.wpforms-field-small, #custom-page .text-scheme-blue-light .wpforms-container-full .wpforms-form input.wpforms-field-small, #custom-page .text-scheme-blue-dark .wpforms-container-full .wpforms-form input.wpforms-field-small, #custom-page .text-scheme-green-light .wpforms-container-full .wpforms-form input.wpforms-field-small, #custom-page .text-scheme-green-dark .wpforms-container-full .wpforms-form input.wpforms-field-small, #custom-page .text-scheme-red select, #custom-page .text-scheme-blue-light select, #custom-page .text-scheme-blue-dark select, #custom-page .text-scheme-green-light select, #custom-page .text-scheme-green-dark select {
    border-bottom: 1px solid #f4ece6 !important; }
  #custom-page .text-scheme-red input[type=text], #custom-page .text-scheme-blue-light input[type=text], #custom-page .text-scheme-blue-dark input[type=text], #custom-page .text-scheme-green-light input[type=text], #custom-page .text-scheme-green-dark input[type=text], #custom-page .text-scheme-red input[type=email], #custom-page .text-scheme-blue-light input[type=email], #custom-page .text-scheme-blue-dark input[type=email], #custom-page .text-scheme-green-light input[type=email], #custom-page .text-scheme-green-dark input[type=email], #custom-page .text-scheme-red input[type=tel], #custom-page .text-scheme-blue-light input[type=tel], #custom-page .text-scheme-blue-dark input[type=tel], #custom-page .text-scheme-green-light input[type=tel], #custom-page .text-scheme-green-dark input[type=tel], #custom-page .text-scheme-red input[type=number], #custom-page .text-scheme-blue-light input[type=number], #custom-page .text-scheme-blue-dark input[type=number], #custom-page .text-scheme-green-light input[type=number], #custom-page .text-scheme-green-dark input[type=number], #custom-page .text-scheme-red input[type=password], #custom-page .text-scheme-blue-light input[type=password], #custom-page .text-scheme-blue-dark input[type=password], #custom-page .text-scheme-green-light input[type=password], #custom-page .text-scheme-green-dark input[type=password], #custom-page .text-scheme-red textarea, #custom-page .text-scheme-blue-light textarea, #custom-page .text-scheme-blue-dark textarea, #custom-page .text-scheme-green-light textarea, #custom-page .text-scheme-green-dark textarea {
    color: #f4ece6 !important;
    border-bottom: 1px solid #f4ece6 !important; }
  #custom-page .text-scheme-red input[type=text]::placeholder, #custom-page .text-scheme-blue-light input[type=text]::placeholder, #custom-page .text-scheme-blue-dark input[type=text]::placeholder, #custom-page .text-scheme-green-light input[type=text]::placeholder, #custom-page .text-scheme-green-dark input[type=text]::placeholder, #custom-page .text-scheme-red input[type=email]::placeholder, #custom-page .text-scheme-blue-light input[type=email]::placeholder, #custom-page .text-scheme-blue-dark input[type=email]::placeholder, #custom-page .text-scheme-green-light input[type=email]::placeholder, #custom-page .text-scheme-green-dark input[type=email]::placeholder, #custom-page .text-scheme-red input[type=tel]::placeholder, #custom-page .text-scheme-blue-light input[type=tel]::placeholder, #custom-page .text-scheme-blue-dark input[type=tel]::placeholder, #custom-page .text-scheme-green-light input[type=tel]::placeholder, #custom-page .text-scheme-green-dark input[type=tel]::placeholder, #custom-page .text-scheme-red input[type=number]::placeholder, #custom-page .text-scheme-blue-light input[type=number]::placeholder, #custom-page .text-scheme-blue-dark input[type=number]::placeholder, #custom-page .text-scheme-green-light input[type=number]::placeholder, #custom-page .text-scheme-green-dark input[type=number]::placeholder, #custom-page .text-scheme-red input[type=password]::placeholder, #custom-page .text-scheme-blue-light input[type=password]::placeholder, #custom-page .text-scheme-blue-dark input[type=password]::placeholder, #custom-page .text-scheme-green-light input[type=password]::placeholder, #custom-page .text-scheme-green-dark input[type=password]::placeholder, #custom-page .text-scheme-red textarea::placeholder, #custom-page .text-scheme-blue-light textarea::placeholder, #custom-page .text-scheme-blue-dark textarea::placeholder, #custom-page .text-scheme-green-light textarea::placeholder, #custom-page .text-scheme-green-dark textarea::placeholder {
    color: #f4ece6 !important; }
  #custom-page .text-scheme-red input[type=submit], #custom-page .text-scheme-blue-light input[type=submit], #custom-page .text-scheme-blue-dark input[type=submit], #custom-page .text-scheme-green-light input[type=submit], #custom-page .text-scheme-green-dark input[type=submit], #custom-page .text-scheme-red button, #custom-page .text-scheme-blue-light button, #custom-page .text-scheme-blue-dark button, #custom-page .text-scheme-green-light button, #custom-page .text-scheme-green-dark button {
    color: #f4ece6 !important;
    border-bottom: 1px solid #f4ece6 !important;
    border-bottom: none !important; }
  #custom-page .text-scheme-red .helper_text, #custom-page .text-scheme-blue-light .helper_text, #custom-page .text-scheme-blue-dark .helper_text, #custom-page .text-scheme-green-light .helper_text, #custom-page .text-scheme-green-dark .helper_text {
    color: #f4ece6 !important; }
  #custom-page .text-scheme-red .button, #custom-page .text-scheme-blue-light .button, #custom-page .text-scheme-blue-dark .button, #custom-page .text-scheme-green-light .button, #custom-page .text-scheme-green-dark .button, #custom-page .text-scheme-red .readmore a, #custom-page .text-scheme-blue-light .readmore a, #custom-page .text-scheme-blue-dark .readmore a, #custom-page .text-scheme-green-light .readmore a, #custom-page .text-scheme-green-dark .readmore a, #custom-page .text-scheme-red .btn-primary, #custom-page .text-scheme-blue-light .btn-primary, #custom-page .text-scheme-blue-dark .btn-primary, #custom-page .text-scheme-green-light .btn-primary, #custom-page .text-scheme-green-dark .btn-primary, #custom-page .text-scheme-red .btn-default, #custom-page .text-scheme-blue-light .btn-default, #custom-page .text-scheme-blue-dark .btn-default, #custom-page .text-scheme-green-light .btn-default, #custom-page .text-scheme-green-dark .btn-default {
    color: #f4ece6 !important; }
  #custom-page .text-scheme-orange, #custom-page .text-scheme-yellow {
    color: #31131b; }
  #custom-page .text-scheme-orange h1, #custom-page .text-scheme-yellow h1, #custom-page .text-scheme-orange h2, #custom-page .text-scheme-yellow h2, #custom-page .text-scheme-orange h3, #custom-page .text-scheme-yellow h3, #custom-page .text-scheme-orange h4, #custom-page .text-scheme-yellow h4, #custom-page .text-scheme-orange h5, #custom-page .text-scheme-yellow h5, #custom-page .text-scheme-orange h6, #custom-page .text-scheme-yellow h6, #custom-page .text-scheme-orange p, #custom-page .text-scheme-yellow p, #custom-page .text-scheme-orange a, #custom-page .text-scheme-yellow a, #custom-page .text-scheme-orange li, #custom-page .text-scheme-yellow li {
    color: #31131b !important; }
  #custom-page .text-scheme-orange .btn-primary, #custom-page .text-scheme-yellow .btn-primary {
    border: 2px solid #31131b;
    color: #31131b; }
  #custom-page .text-scheme-orange .btn-primary:hover, #custom-page .text-scheme-yellow .btn-primary:hover {
    background-color: #31131b;
    border: 2px solid #31131b;
    color: #f4ece6; }
  #custom-page .text-scheme-orange .service__link a, #custom-page .text-scheme-yellow .service__link a {
    color: #31131b; }
  #custom-page .text-scheme-orange .accordion, #custom-page .text-scheme-yellow .accordion {
    border-bottom: 2px solid #31131b; }
  #custom-page .text-scheme-orange .accordion-body, #custom-page .text-scheme-yellow .accordion-body {
    color: #31131b; }
  #custom-page .text-scheme-orange .accordion-button, #custom-page .text-scheme-yellow .accordion-button {
    color: #31131b;
    border-top: 2px solid #31131b; }
  #custom-page .text-scheme-orange .accordion-button:not(.collapsed), #custom-page .text-scheme-yellow .accordion-button:not(.collapsed) {
    color: #31131b; }
  #custom-page .text-scheme-orange .accordion-button:focus, #custom-page .text-scheme-yellow .accordion-button:focus {
    border-top: 2px solid #31131b; }
  #custom-page .text-scheme-orange label, #custom-page .text-scheme-yellow label {
    color: #31131b !important; }
  #custom-page .text-scheme-orange .wpforms-container-full .wpforms-form input.wpforms-field-large, #custom-page .text-scheme-yellow .wpforms-container-full .wpforms-form input.wpforms-field-large, #custom-page .text-scheme-orange .wpforms-container-full .wpforms-form input.wpforms-field-medium, #custom-page .text-scheme-yellow .wpforms-container-full .wpforms-form input.wpforms-field-medium, #custom-page .text-scheme-orange .wpforms-container-full .wpforms-form input.wpforms-field-small, #custom-page .text-scheme-yellow .wpforms-container-full .wpforms-form input.wpforms-field-small, #custom-page .text-scheme-orange select, #custom-page .text-scheme-yellow select {
    border-bottom: 1px solid #31131b !important; }
  #custom-page .text-scheme-orange input[type=text], #custom-page .text-scheme-yellow input[type=text], #custom-page .text-scheme-orange input[type=email], #custom-page .text-scheme-yellow input[type=email], #custom-page .text-scheme-orange input[type=tel], #custom-page .text-scheme-yellow input[type=tel], #custom-page .text-scheme-orange input[type=number], #custom-page .text-scheme-yellow input[type=number], #custom-page .text-scheme-orange input[type=password], #custom-page .text-scheme-yellow input[type=password], #custom-page .text-scheme-orange textarea, #custom-page .text-scheme-yellow textarea {
    color: #31131b !important;
    border-bottom: 1px solid #31131b !important; }
  #custom-page .text-scheme-orange input[type=text]::placeholder, #custom-page .text-scheme-yellow input[type=text]::placeholder, #custom-page .text-scheme-orange input[type=email]::placeholder, #custom-page .text-scheme-yellow input[type=email]::placeholder, #custom-page .text-scheme-orange input[type=tel]::placeholder, #custom-page .text-scheme-yellow input[type=tel]::placeholder, #custom-page .text-scheme-orange input[type=number]::placeholder, #custom-page .text-scheme-yellow input[type=number]::placeholder, #custom-page .text-scheme-orange input[type=password]::placeholder, #custom-page .text-scheme-yellow input[type=password]::placeholder, #custom-page .text-scheme-orange textarea::placeholder, #custom-page .text-scheme-yellow textarea::placeholder {
    color: #31131b !important; }
  #custom-page .text-scheme-orange input[type=submit], #custom-page .text-scheme-yellow input[type=submit], #custom-page .text-scheme-orange button, #custom-page .text-scheme-yellow button {
    color: #31131b !important;
    border-bottom: 1px solid #31131b !important;
    border-bottom: none !important; }
  #custom-page .text-scheme-orange .helper_text, #custom-page .text-scheme-yellow .helper_text {
    color: #31131b !important; }
  #custom-page .text-scheme-orange .button, #custom-page .text-scheme-yellow .button, #custom-page .text-scheme-orange .readmore a, #custom-page .text-scheme-yellow .readmore a, #custom-page .text-scheme-orange .btn-primary, #custom-page .text-scheme-yellow .btn-primary, #custom-page .text-scheme-orange .btn-default, #custom-page .text-scheme-yellow .btn-default {
    color: #31131b !important; }
  #custom-page .text-scheme-pink, #custom-page .text-scheme-purple, #custom-page .text-scheme-white, #custom-page .text-scheme-black, #custom-page .text-scheme-burgundy-1, #custom-page .text-scheme-burgundy-2, #custom-page .text-scheme-burgundy-4 {
    color: #c03441; }
  #custom-page .text-scheme-pink h1, #custom-page .text-scheme-purple h1, #custom-page .text-scheme-white h1, #custom-page .text-scheme-black h1, #custom-page .text-scheme-burgundy-1 h1, #custom-page .text-scheme-burgundy-2 h1, #custom-page .text-scheme-burgundy-4 h1, #custom-page .text-scheme-pink h2, #custom-page .text-scheme-purple h2, #custom-page .text-scheme-white h2, #custom-page .text-scheme-black h2, #custom-page .text-scheme-burgundy-1 h2, #custom-page .text-scheme-burgundy-2 h2, #custom-page .text-scheme-burgundy-4 h2, #custom-page .text-scheme-pink h3, #custom-page .text-scheme-purple h3, #custom-page .text-scheme-white h3, #custom-page .text-scheme-black h3, #custom-page .text-scheme-burgundy-1 h3, #custom-page .text-scheme-burgundy-2 h3, #custom-page .text-scheme-burgundy-4 h3, #custom-page .text-scheme-pink h4, #custom-page .text-scheme-purple h4, #custom-page .text-scheme-white h4, #custom-page .text-scheme-black h4, #custom-page .text-scheme-burgundy-1 h4, #custom-page .text-scheme-burgundy-2 h4, #custom-page .text-scheme-burgundy-4 h4, #custom-page .text-scheme-pink h5, #custom-page .text-scheme-purple h5, #custom-page .text-scheme-white h5, #custom-page .text-scheme-black h5, #custom-page .text-scheme-burgundy-1 h5, #custom-page .text-scheme-burgundy-2 h5, #custom-page .text-scheme-burgundy-4 h5, #custom-page .text-scheme-pink h6, #custom-page .text-scheme-purple h6, #custom-page .text-scheme-white h6, #custom-page .text-scheme-black h6, #custom-page .text-scheme-burgundy-1 h6, #custom-page .text-scheme-burgundy-2 h6, #custom-page .text-scheme-burgundy-4 h6, #custom-page .text-scheme-pink p, #custom-page .text-scheme-purple p, #custom-page .text-scheme-white p, #custom-page .text-scheme-black p, #custom-page .text-scheme-burgundy-1 p, #custom-page .text-scheme-burgundy-2 p, #custom-page .text-scheme-burgundy-4 p, #custom-page .text-scheme-pink a, #custom-page .text-scheme-purple a, #custom-page .text-scheme-white a, #custom-page .text-scheme-black a, #custom-page .text-scheme-burgundy-1 a, #custom-page .text-scheme-burgundy-2 a, #custom-page .text-scheme-burgundy-4 a, #custom-page .text-scheme-pink li, #custom-page .text-scheme-purple li, #custom-page .text-scheme-white li, #custom-page .text-scheme-black li, #custom-page .text-scheme-burgundy-1 li, #custom-page .text-scheme-burgundy-2 li, #custom-page .text-scheme-burgundy-4 li {
    color: #c03441 !important; }
  #custom-page .text-scheme-pink .btn-primary, #custom-page .text-scheme-purple .btn-primary, #custom-page .text-scheme-white .btn-primary, #custom-page .text-scheme-black .btn-primary, #custom-page .text-scheme-burgundy-1 .btn-primary, #custom-page .text-scheme-burgundy-2 .btn-primary, #custom-page .text-scheme-burgundy-4 .btn-primary {
    border: 2px solid #c03441;
    color: #c03441; }
  #custom-page .text-scheme-pink .btn-primary:hover, #custom-page .text-scheme-purple .btn-primary:hover, #custom-page .text-scheme-white .btn-primary:hover, #custom-page .text-scheme-black .btn-primary:hover, #custom-page .text-scheme-burgundy-1 .btn-primary:hover, #custom-page .text-scheme-burgundy-2 .btn-primary:hover, #custom-page .text-scheme-burgundy-4 .btn-primary:hover {
    background-color: #c03441;
    border: 2px solid #c03441;
    color: #f4ece6; }
  #custom-page .text-scheme-pink .service__link a, #custom-page .text-scheme-purple .service__link a, #custom-page .text-scheme-white .service__link a, #custom-page .text-scheme-black .service__link a, #custom-page .text-scheme-burgundy-1 .service__link a, #custom-page .text-scheme-burgundy-2 .service__link a, #custom-page .text-scheme-burgundy-4 .service__link a {
    color: #c03441; }
  #custom-page .text-scheme-pink .accordion, #custom-page .text-scheme-purple .accordion, #custom-page .text-scheme-white .accordion, #custom-page .text-scheme-black .accordion, #custom-page .text-scheme-burgundy-1 .accordion, #custom-page .text-scheme-burgundy-2 .accordion, #custom-page .text-scheme-burgundy-4 .accordion {
    border-bottom: 2px solid #c03441; }
  #custom-page .text-scheme-pink .accordion-body, #custom-page .text-scheme-purple .accordion-body, #custom-page .text-scheme-white .accordion-body, #custom-page .text-scheme-black .accordion-body, #custom-page .text-scheme-burgundy-1 .accordion-body, #custom-page .text-scheme-burgundy-2 .accordion-body, #custom-page .text-scheme-burgundy-4 .accordion-body {
    color: #c03441; }
  #custom-page .text-scheme-pink .accordion-button, #custom-page .text-scheme-purple .accordion-button, #custom-page .text-scheme-white .accordion-button, #custom-page .text-scheme-black .accordion-button, #custom-page .text-scheme-burgundy-1 .accordion-button, #custom-page .text-scheme-burgundy-2 .accordion-button, #custom-page .text-scheme-burgundy-4 .accordion-button {
    color: #c03441;
    border-top: 2px solid #c03441; }
  #custom-page .text-scheme-pink .accordion-button:not(.collapsed), #custom-page .text-scheme-purple .accordion-button:not(.collapsed), #custom-page .text-scheme-white .accordion-button:not(.collapsed), #custom-page .text-scheme-black .accordion-button:not(.collapsed), #custom-page .text-scheme-burgundy-1 .accordion-button:not(.collapsed), #custom-page .text-scheme-burgundy-2 .accordion-button:not(.collapsed), #custom-page .text-scheme-burgundy-4 .accordion-button:not(.collapsed) {
    color: #c03441; }
  #custom-page .text-scheme-pink .accordion-button:focus, #custom-page .text-scheme-purple .accordion-button:focus, #custom-page .text-scheme-white .accordion-button:focus, #custom-page .text-scheme-black .accordion-button:focus, #custom-page .text-scheme-burgundy-1 .accordion-button:focus, #custom-page .text-scheme-burgundy-2 .accordion-button:focus, #custom-page .text-scheme-burgundy-4 .accordion-button:focus {
    border-top: 2px solid #c03441; }
  #custom-page .text-scheme-pink label, #custom-page .text-scheme-purple label, #custom-page .text-scheme-white label, #custom-page .text-scheme-black label, #custom-page .text-scheme-burgundy-1 label, #custom-page .text-scheme-burgundy-2 label, #custom-page .text-scheme-burgundy-4 label {
    color: #c03441 !important; }
  #custom-page .text-scheme-pink .wpforms-container-full .wpforms-form input.wpforms-field-large, #custom-page .text-scheme-purple .wpforms-container-full .wpforms-form input.wpforms-field-large, #custom-page .text-scheme-white .wpforms-container-full .wpforms-form input.wpforms-field-large, #custom-page .text-scheme-black .wpforms-container-full .wpforms-form input.wpforms-field-large, #custom-page .text-scheme-burgundy-1 .wpforms-container-full .wpforms-form input.wpforms-field-large, #custom-page .text-scheme-burgundy-2 .wpforms-container-full .wpforms-form input.wpforms-field-large, #custom-page .text-scheme-burgundy-4 .wpforms-container-full .wpforms-form input.wpforms-field-large, #custom-page .text-scheme-pink .wpforms-container-full .wpforms-form input.wpforms-field-medium, #custom-page .text-scheme-purple .wpforms-container-full .wpforms-form input.wpforms-field-medium, #custom-page .text-scheme-white .wpforms-container-full .wpforms-form input.wpforms-field-medium, #custom-page .text-scheme-black .wpforms-container-full .wpforms-form input.wpforms-field-medium, #custom-page .text-scheme-burgundy-1 .wpforms-container-full .wpforms-form input.wpforms-field-medium, #custom-page .text-scheme-burgundy-2 .wpforms-container-full .wpforms-form input.wpforms-field-medium, #custom-page .text-scheme-burgundy-4 .wpforms-container-full .wpforms-form input.wpforms-field-medium, #custom-page .text-scheme-pink .wpforms-container-full .wpforms-form input.wpforms-field-small, #custom-page .text-scheme-purple .wpforms-container-full .wpforms-form input.wpforms-field-small, #custom-page .text-scheme-white .wpforms-container-full .wpforms-form input.wpforms-field-small, #custom-page .text-scheme-black .wpforms-container-full .wpforms-form input.wpforms-field-small, #custom-page .text-scheme-burgundy-1 .wpforms-container-full .wpforms-form input.wpforms-field-small, #custom-page .text-scheme-burgundy-2 .wpforms-container-full .wpforms-form input.wpforms-field-small, #custom-page .text-scheme-burgundy-4 .wpforms-container-full .wpforms-form input.wpforms-field-small, #custom-page .text-scheme-pink select, #custom-page .text-scheme-purple select, #custom-page .text-scheme-white select, #custom-page .text-scheme-black select, #custom-page .text-scheme-burgundy-1 select, #custom-page .text-scheme-burgundy-2 select, #custom-page .text-scheme-burgundy-4 select {
    border-bottom: 1px solid #c03441 !important; }
  #custom-page .text-scheme-pink input[type=text], #custom-page .text-scheme-purple input[type=text], #custom-page .text-scheme-white input[type=text], #custom-page .text-scheme-black input[type=text], #custom-page .text-scheme-burgundy-1 input[type=text], #custom-page .text-scheme-burgundy-2 input[type=text], #custom-page .text-scheme-burgundy-4 input[type=text], #custom-page .text-scheme-pink input[type=email], #custom-page .text-scheme-purple input[type=email], #custom-page .text-scheme-white input[type=email], #custom-page .text-scheme-black input[type=email], #custom-page .text-scheme-burgundy-1 input[type=email], #custom-page .text-scheme-burgundy-2 input[type=email], #custom-page .text-scheme-burgundy-4 input[type=email], #custom-page .text-scheme-pink input[type=tel], #custom-page .text-scheme-purple input[type=tel], #custom-page .text-scheme-white input[type=tel], #custom-page .text-scheme-black input[type=tel], #custom-page .text-scheme-burgundy-1 input[type=tel], #custom-page .text-scheme-burgundy-2 input[type=tel], #custom-page .text-scheme-burgundy-4 input[type=tel], #custom-page .text-scheme-pink input[type=number], #custom-page .text-scheme-purple input[type=number], #custom-page .text-scheme-white input[type=number], #custom-page .text-scheme-black input[type=number], #custom-page .text-scheme-burgundy-1 input[type=number], #custom-page .text-scheme-burgundy-2 input[type=number], #custom-page .text-scheme-burgundy-4 input[type=number], #custom-page .text-scheme-pink input[type=password], #custom-page .text-scheme-purple input[type=password], #custom-page .text-scheme-white input[type=password], #custom-page .text-scheme-black input[type=password], #custom-page .text-scheme-burgundy-1 input[type=password], #custom-page .text-scheme-burgundy-2 input[type=password], #custom-page .text-scheme-burgundy-4 input[type=password], #custom-page .text-scheme-pink textarea, #custom-page .text-scheme-purple textarea, #custom-page .text-scheme-white textarea, #custom-page .text-scheme-black textarea, #custom-page .text-scheme-burgundy-1 textarea, #custom-page .text-scheme-burgundy-2 textarea, #custom-page .text-scheme-burgundy-4 textarea {
    color: #c03441 !important;
    border-bottom: 1px solid #c03441 !important; }
  #custom-page .text-scheme-pink input[type=text]::placeholder, #custom-page .text-scheme-purple input[type=text]::placeholder, #custom-page .text-scheme-white input[type=text]::placeholder, #custom-page .text-scheme-black input[type=text]::placeholder, #custom-page .text-scheme-burgundy-1 input[type=text]::placeholder, #custom-page .text-scheme-burgundy-2 input[type=text]::placeholder, #custom-page .text-scheme-burgundy-4 input[type=text]::placeholder, #custom-page .text-scheme-pink input[type=email]::placeholder, #custom-page .text-scheme-purple input[type=email]::placeholder, #custom-page .text-scheme-white input[type=email]::placeholder, #custom-page .text-scheme-black input[type=email]::placeholder, #custom-page .text-scheme-burgundy-1 input[type=email]::placeholder, #custom-page .text-scheme-burgundy-2 input[type=email]::placeholder, #custom-page .text-scheme-burgundy-4 input[type=email]::placeholder, #custom-page .text-scheme-pink input[type=tel]::placeholder, #custom-page .text-scheme-purple input[type=tel]::placeholder, #custom-page .text-scheme-white input[type=tel]::placeholder, #custom-page .text-scheme-black input[type=tel]::placeholder, #custom-page .text-scheme-burgundy-1 input[type=tel]::placeholder, #custom-page .text-scheme-burgundy-2 input[type=tel]::placeholder, #custom-page .text-scheme-burgundy-4 input[type=tel]::placeholder, #custom-page .text-scheme-pink input[type=number]::placeholder, #custom-page .text-scheme-purple input[type=number]::placeholder, #custom-page .text-scheme-white input[type=number]::placeholder, #custom-page .text-scheme-black input[type=number]::placeholder, #custom-page .text-scheme-burgundy-1 input[type=number]::placeholder, #custom-page .text-scheme-burgundy-2 input[type=number]::placeholder, #custom-page .text-scheme-burgundy-4 input[type=number]::placeholder, #custom-page .text-scheme-pink input[type=password]::placeholder, #custom-page .text-scheme-purple input[type=password]::placeholder, #custom-page .text-scheme-white input[type=password]::placeholder, #custom-page .text-scheme-black input[type=password]::placeholder, #custom-page .text-scheme-burgundy-1 input[type=password]::placeholder, #custom-page .text-scheme-burgundy-2 input[type=password]::placeholder, #custom-page .text-scheme-burgundy-4 input[type=password]::placeholder, #custom-page .text-scheme-pink textarea::placeholder, #custom-page .text-scheme-purple textarea::placeholder, #custom-page .text-scheme-white textarea::placeholder, #custom-page .text-scheme-black textarea::placeholder, #custom-page .text-scheme-burgundy-1 textarea::placeholder, #custom-page .text-scheme-burgundy-2 textarea::placeholder, #custom-page .text-scheme-burgundy-4 textarea::placeholder {
    color: #c03441 !important; }
  #custom-page .text-scheme-pink input[type=submit], #custom-page .text-scheme-purple input[type=submit], #custom-page .text-scheme-white input[type=submit], #custom-page .text-scheme-black input[type=submit], #custom-page .text-scheme-burgundy-1 input[type=submit], #custom-page .text-scheme-burgundy-2 input[type=submit], #custom-page .text-scheme-burgundy-4 input[type=submit], #custom-page .text-scheme-pink button, #custom-page .text-scheme-purple button, #custom-page .text-scheme-white button, #custom-page .text-scheme-black button, #custom-page .text-scheme-burgundy-1 button, #custom-page .text-scheme-burgundy-2 button, #custom-page .text-scheme-burgundy-4 button {
    color: #c03441 !important;
    border-bottom: 1px solid #c03441 !important;
    border-bottom: none !important; }
  #custom-page .text-scheme-pink .helper_text, #custom-page .text-scheme-purple .helper_text, #custom-page .text-scheme-white .helper_text, #custom-page .text-scheme-black .helper_text, #custom-page .text-scheme-burgundy-1 .helper_text, #custom-page .text-scheme-burgundy-2 .helper_text, #custom-page .text-scheme-burgundy-4 .helper_text {
    color: #c03441 !important; }
  #custom-page .text-scheme-pink .button, #custom-page .text-scheme-purple .button, #custom-page .text-scheme-white .button, #custom-page .text-scheme-black .button, #custom-page .text-scheme-burgundy-1 .button, #custom-page .text-scheme-burgundy-2 .button, #custom-page .text-scheme-burgundy-4 .button, #custom-page .text-scheme-pink .readmore a, #custom-page .text-scheme-purple .readmore a, #custom-page .text-scheme-white .readmore a, #custom-page .text-scheme-black .readmore a, #custom-page .text-scheme-burgundy-1 .readmore a, #custom-page .text-scheme-burgundy-2 .readmore a, #custom-page .text-scheme-burgundy-4 .readmore a, #custom-page .text-scheme-pink .btn-primary, #custom-page .text-scheme-purple .btn-primary, #custom-page .text-scheme-white .btn-primary, #custom-page .text-scheme-black .btn-primary, #custom-page .text-scheme-burgundy-1 .btn-primary, #custom-page .text-scheme-burgundy-2 .btn-primary, #custom-page .text-scheme-burgundy-4 .btn-primary, #custom-page .text-scheme-pink .btn-default, #custom-page .text-scheme-purple .btn-default, #custom-page .text-scheme-white .btn-default, #custom-page .text-scheme-black .btn-default, #custom-page .text-scheme-burgundy-1 .btn-default, #custom-page .text-scheme-burgundy-2 .btn-default, #custom-page .text-scheme-burgundy-4 .btn-default {
    color: #c03441 !important; }
  #custom-page .text-scheme-burgundy-3 {
    color: #85a6d7; }
  #custom-page .text-scheme-burgundy-3 h1, #custom-page .text-scheme-burgundy-3 h2, #custom-page .text-scheme-burgundy-3 h3, #custom-page .text-scheme-burgundy-3 h4, #custom-page .text-scheme-burgundy-3 h5, #custom-page .text-scheme-burgundy-3 h6, #custom-page .text-scheme-burgundy-3 p, #custom-page .text-scheme-burgundy-3 a, #custom-page .text-scheme-burgundy-3 li {
    color: #85a6d7 !important; }
  #custom-page .text-scheme-burgundy-3 .btn-primary {
    border: 2px solid #85a6d7;
    color: #85a6d7; }
  #custom-page .text-scheme-burgundy-3 .btn-primary:hover {
    background-color: #85a6d7;
    border: 2px solid #85a6d7;
    color: #f4ece6; }
  #custom-page .text-scheme-burgundy-3 .service__link a {
    color: #85a6d7; }
  #custom-page .text-scheme-burgundy-3 .accordion {
    border-bottom: 2px solid #85a6d7; }
  #custom-page .text-scheme-burgundy-3 .accordion-body {
    color: #85a6d7; }
  #custom-page .text-scheme-burgundy-3 .accordion-button {
    color: #85a6d7;
    border-top: 2px solid #85a6d7; }
  #custom-page .text-scheme-burgundy-3 .accordion-button:not(.collapsed) {
    color: #85a6d7; }
  #custom-page .text-scheme-burgundy-3 .accordion-button:focus {
    border-top: 2px solid #85a6d7; }
  #custom-page .text-scheme-burgundy-3 label {
    color: #85a6d7 !important; }
  #custom-page .text-scheme-burgundy-3 .wpforms-container-full .wpforms-form input.wpforms-field-large, #custom-page .text-scheme-burgundy-3 .wpforms-container-full .wpforms-form input.wpforms-field-medium, #custom-page .text-scheme-burgundy-3 .wpforms-container-full .wpforms-form input.wpforms-field-small, #custom-page .text-scheme-burgundy-3 select {
    border-bottom: 1px solid #85a6d7 !important; }
  #custom-page .text-scheme-burgundy-3 input[type=text], #custom-page .text-scheme-burgundy-3 input[type=email], #custom-page .text-scheme-burgundy-3 input[type=tel], #custom-page .text-scheme-burgundy-3 input[type=number], #custom-page .text-scheme-burgundy-3 input[type=password], #custom-page .text-scheme-burgundy-3 textarea {
    color: #85a6d7 !important;
    border-bottom: 1px solid #85a6d7 !important; }
  #custom-page .text-scheme-burgundy-3 input[type=text]::placeholder, #custom-page .text-scheme-burgundy-3 input[type=email]::placeholder, #custom-page .text-scheme-burgundy-3 input[type=tel]::placeholder, #custom-page .text-scheme-burgundy-3 input[type=number]::placeholder, #custom-page .text-scheme-burgundy-3 input[type=password]::placeholder, #custom-page .text-scheme-burgundy-3 textarea::placeholder {
    color: #85a6d7 !important; }
  #custom-page .text-scheme-burgundy-3 input[type=submit], #custom-page .text-scheme-burgundy-3 button {
    color: #85a6d7 !important;
    border-bottom: 1px solid #85a6d7 !important;
    border-bottom: none !important; }
  #custom-page .text-scheme-burgundy-3 .helper_text {
    color: #85a6d7 !important; }
  #custom-page .text-scheme-burgundy-3 .button, #custom-page .text-scheme-burgundy-3 .readmore a, #custom-page .text-scheme-burgundy-3 .btn-primary, #custom-page .text-scheme-burgundy-3 .btn-default {
    color: #85a6d7 !important; }
  #custom-page #header img, #custom-page #header video {
    width: 100%;
    height: auto;
    object-fit: cover; }
  #custom-page #header video {
    margin-bottom: -10px; }
  #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 #intro {
    padding: 10% var(--xm) var(--ym) var(--xm); }
  #custom-page #intro .intro__heading {
    text-align: center;
    font-size: var(--font_110);
    line-height: 100%;
    margin-bottom: 40px; }
  #custom-page #intro .intro__heading em, #custom-page #intro .intro__heading i {
    font-family: "Denton Condensed Light Italic" !important;
    font-style: normal !important; }
  #custom-page #intro .intro__content {
    max-width: 1052px;
    margin: 0px auto;
    text-align: center;
    font-size: var(--font_24); }
  #custom-page #intro .intro__content p {
    font-size: var(--font_24); }
  #custom-page #intro .intro__content a {
    font-size: var(--font_24);
    text-decoration: underline; }
  #custom-page #specialty-cards {
    padding: 0px var(--xm) var(--ym) var(--xm); }
  #custom-page #specialty-cards .specialty-card__heading {
    color: #f4ece6;
    font-family: 'Denton Condensed Light', sans-serif;
    font-size: 7vw;
    line-height: 100%;
    text-align: center; }
  #custom-page #specialty-cards .specialty-card__subheading {
    color: #f4ece6;
    font-family: 'Denton Condensed Light', sans-serif;
    font-size: var(--font_48);
    line-height: 100%;
    text-align: center; }
  #custom-page #specialty-cards .specialty-card__content {
    color: #f4ece6;
    font-size: var(--font_24);
    line-height: 150%;
    text-align: center;
    max-width: 1024px;
    margin: 0 auto; }
  #custom-page #specialty-cards .cards-row {
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    flex-wrap: wrap;
    justify-content: center;
    row-gap: 60px;
    position: relative;
    padding: 10% 0px var(--ym) 0px; }
  #custom-page #specialty-cards .card {
    height: 100%;
    border-radius: 8px;
    text-decoration: none;
    color: #31131b;
    display: block;
    position: relative;
    overflow: hidden;
    flex-shrink: 0;
    margin-right: -40px;
    transition: transform 0.55s cubic-bezier(0.34, 2.1, 0.64, 1), opacity 0.3s ease;
    opacity: 1;
    border: none !important;
    background-color: unset; }
  #custom-page #specialty-cards .card.is-hovered {
    z-index: 10; }
  #custom-page #specialty-cards .card::before {
    content: '';
    position: absolute;
    inset: 0;
    pointer-events: none;
    z-index: 1; }
  #custom-page #specialty-cards .card-body {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    padding: 40px;
    z-index: 3;
    display: flex;
    flex-direction: column; }
  #custom-page #specialty-cards .card-content {
    margin: 0px 0px 50px 0px;
    font-size: var(--font_24);
    color: #31131b;
    line-height: 150%; }
  #custom-page #specialty-cards .card-content li {
    margin-bottom: 0px; }
  #custom-page #specialty-cards .card-title {
    font-family: 'Denton Condensed Light', sans-serif;
    font-size: 4vw;
    color: #31131b;
    margin-bottom: 40px; }
  #custom-page #specialty-cards .card-btn-wrap {
    margin-top: auto;
    margin-bottom: 0;
    display: flex;
    flex-direction: row;
    justify-content: center; }
  #custom-page #specialty-cards .card-btn {
    width: 225px;
    height: 41px;
    background-image: url(../images/btn-learn-more.svg);
    background-size: cover;
    font-size: 28px;
    text-transform: uppercase;
    padding: 5px 14px;
    cursor: pointer;
    font-family: 'Denton Condensed Light', sans-serif;
    white-space: nowrap;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center; }
  #custom-page #specialty-cards.row-3 .card {
    width: 25vw; }
  #custom-page #specialty-cards.row-4 .card {
    width: 23vw; }
  #custom-page #feature_image .feature__inner {
    padding: var(--ym) var(--xm); }
  #custom-page #feature_image .feature__image {
    text-align: center; }
  #custom-page #feature_image .feature__heading {
    font-size: 7.5vw;
    text-align: center;
    margin-bottom: 60px;
    margin-top: -64px;
    color: #f4ece6; }
  #custom-page #feature_image .feature__content {
    font-size: var(--font_24);
    line-height: 150%;
    max-width: 1024px;
    margin: 0 auto; }
  #custom-page #feature_image .feature__content ul {
    margin-left: 0px; }
  #custom-page #feature_image .feature__content li {
    margin-bottom: 15px; }
  #custom-page #feature_image .feature__button {
    margin: 0px;
    padding: 40px 0px;
    text-align: center; }
  #custom-page #feature_image .feature__pattern {
    height: 40px;
    position: absolute;
    width: 100%;
    bottom: 0px;
    left: 0px; }
  #custom-page #feature_image .feature__pattern svg {
    width: 100%; }
  #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: 6vw;
    font-family: 'Denton Condensed Light', sans-serif;
    text-align: center; }
  #custom-page #cta .cta__content {
    text-align: center;
    padding: 40px 0px;
    max-width: 850px;
    margin: 0 auto; }
  #custom-page #cta .cta__button {
    text-align: center;
    font-size: 36px !important; }
  #custom-page #chat.testimonials, #custom-page #testimonials {
    background: #4c1e2c !important; }
  #custom-page #heading {
    text-align: center;
    margin-bottom: 0px; }
  #custom-page #heading .container {
    max-width: 1560px;
    margin: 0 auto;
    padding: var(--ym) var(--xm); }
  #custom-page #heading-style-1 {
    text-align: center;
    margin-bottom: 0px; }
  #custom-page #heading-style-1 .container {
    max-width: 1560px;
    margin: 0 auto;
    padding: var(--ym) var(--xm); }
  #custom-page #heading-style-1 .heading__top {
    color: #f4ece6 !important;
    text-align: center;
    font-family: 'Denton Condensed Light', sans-serif;
    font-size: 4vw;
    line-height: 100%; }
  #custom-page #heading-style-1 .heading__main {
    text-align: center;
    font-family: 'CCS Belvare', sans-serif;
    font-size: 12vw;
    line-height: 100%;
    letter-spacing: 15.12px;
    text-transform: uppercase;
    margin-bottom: -20px; }
  #custom-page #heading-style-1 .heading__bottom {
    color: #f4ece6 !important;
    text-align: center;
    font-family: 'Denton Condensed Light', sans-serif;
    font-size: 4vw;
    line-height: 100%; }
  #custom-page #heading-style-2 {
    text-align: center;
    margin-bottom: 0px; }
  #custom-page #heading-style-2 .container {
    max-width: 1560px;
    margin: 0 auto;
    padding: var(--ym) var(--xm); }
  #custom-page #heading-style-2 .heading__main {
    color: #f4ece6 !important;
    font-family: 'Denton Condensed Light', sans-serif;
    font-size: 7vw;
    line-height: 100%;
    text-align: center; }
  #custom-page #heading-style-2 .heading__bottom {
    color: #f4ece6 !important;
    text-align: center;
    font-family: 'Denton Condensed Light', sans-serif;
    font-size: var(--font_48);
    line-height: 100%; }
  #custom-page #button {
    padding-bottom: 5%;
    text-align: center; }
  #custom-page #button .btn-sml .btn-svg {
    transform: scale(1); }
  #custom-page #button .btn-sml .btn-svg span {
    font-size: 24px; }
  #custom-page #button .btn-med {
    text-transform: none; }
  #custom-page #button .btn-med .btn-svg {
    transform: scale(1.5); }
  #custom-page #button .btn-med .btn-svg span {
    font-size: 20px; }
  #custom-page #button .btn-lrg .btn-svg {
    transform: scale(2); }
  #custom-page #button .btn-lrg .btn-svg span {
    font-size: 20px; }
  #custom-page #accordion_split {
    position: relative;
    z-index: 3;
    padding: 5% 5%; }
  #custom-page #accordion_split .accordion_split__wrap {
    width: 100%;
    max-width: 840px; }
  #custom-page #accordion_split .accordion_split__heading {
    font-size: var(--font_96);
    font-family: 'Denton Condensed Light', sans-serif;
    line-height: 100%; }
  #custom-page #accordion_split .accordion_split__content {
    padding: 40px 0px; }
  #custom-page #accordion_split .accordion_split__subheading {
    font-size: var(--font_64);
    font-family: 'Denton Condensed Light', sans-serif;
    line-height: 100%; }
  #custom-page #accordion_split .service__link {
    padding: 20px 0px;
    text-transform: uppercase; }
  #custom-page #accordion_full {
    padding: 5% 5%; }
  #custom-page #accordion_full .accordion_full__subheading {
    font-family: 'Denton Condensed Light', sans-serif;
    font-size: var(--font_84);
    font-style: normal;
    font-weight: 300;
    line-height: 100%;
    font-family: 'Denton Condensed Light', sans-serif;
    padding-bottom: 40px; }
  #custom-page #accordion_full .service__link {
    padding: 20px 0px 40px 0px;
    text-transform: uppercase; }
  #custom-page #accordion_full .container-fluid {
    width: 100%;
    max-width: 1250px;
    margin: 0 auto; }
  #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);
    font-family: 'Denton Condensed Light', sans-serif;
    text-align: center;
    padding-bottom: 80px;
    line-height: 100%; }
  #custom-page #html .html__content {
    text-align: center;
    padding-bottom: 40px; }
  #custom-page #wysiwyg {
    padding: 5%; }
  #custom-page #wysiwyg .container {
    width: 100%;
    max-width: 1250px;
    margin: 0 auto; }
  #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 #banner .image {
    width: 100%;
    height: 100%; }
  #custom-page #banner .image img {
    width: 100%;
    height: 100%; }
  #custom-page #banner .video {
    width: 100%;
    height: 100%; }
  #custom-page #banner .video video {
    object-fit: cover;
    width: 100%;
    height: 100%; }
  #custom-page #testimonials.scheme-burgundy .pattern-strip svg {
    margin-left: -6px; }
  #custom-page #testimonials.scheme-red .pattern-strip svg {
    margin-left: -6px; }
  #custom-page #testimonials.scheme-red #chat {
    background: #c03441 !important; }
  #custom-page #testimonials.scheme-red #chat .chat__header {
    display: none !important; }
  #custom-page #testimonials.scheme-red .yours .message.last:after {
    background: #c03441; }
  #custom-page #testimonials.scheme-red .mine .message.last:after {
    background: #c03441; }
  #custom-page #reel {
    padding: 5% 5%;
    max-width: 1140px;
    margin: 0 auto; }
  #custom-page #reel .reel__video {
    width: 100%;
    height: 100%;
    max-width: 500px;
    margin: 0 auto; }
  #custom-page #reel .reel__video video {
    object-fit: cover;
    width: 100%;
    height: 100%; }
  #custom-page #reel .reel__wrap {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    color: #f4ece6 !important;
    height: 100%;
    padding: 0px 40px; }
  #custom-page #reel .reel__content {
    color: #f4ece6 !important; }
  #custom-page #reel .reel__content p {
    color: #f4ece6 !important; }
  #custom-page .social-media-shay {
    padding: 5%; }
  #custom-page .social-media-shay .split__wrap {
    justify-content: center !important;
    padding-right: 60px !important; }
  #custom-page label, #custom-page legend {
    text-align: left !important; }
  #custom-page .wpforms-container-full .wpforms-form input.wpforms-field-large, #custom-page .wpforms-container-full .wpforms-form input.wpforms-field-medium, #custom-page .wpforms-container-full .wpforms-form input.wpforms-field-small, #custom-page select {
    background: transparent !important;
    width: 100%;
    max-width: 100%; }
  #custom-page div.wpforms-container-full input[type=submit]:not(:hover):not(:active), #custom-page div.wpforms-container-full button[type=submit]:not(:hover):not(:active), #custom-page div.wpforms-container-full .wpforms-page-button:not(:hover):not(:active), #custom-page .wp-core-ui div.wpforms-container-full input[type=submit]:not(:hover):not(:active), #custom-page .wp-core-ui div.wpforms-container-full button[type=submit]:not(:hover):not(:active), #custom-page .wp-core-ui div.wpforms-container-full .wpforms-page-button:not(:hover):not(:active) {
    font-size: 30px !important;
    text-decoration-thickness: 2px !important;
    margin-top: 50px !important; }
  #custom-page div.wpforms-container-full input[type=submit]:not(:hover):not(:active):hover, #custom-page div.wpforms-container-full button[type=submit]:not(:hover):not(:active):hover, #custom-page div.wpforms-container-full .wpforms-page-button:not(:hover):not(:active):hover, #custom-page .wp-core-ui div.wpforms-container-full input[type=submit]:not(:hover):not(:active):hover, #custom-page .wp-core-ui div.wpforms-container-full button[type=submit]:not(:hover):not(:active):hover, #custom-page .wp-core-ui div.wpforms-container-full .wpforms-page-button:not(:hover):not(:active):hover {
    margin-top: 50px !important; }
  #custom-page .wpforms-container-full .wpforms-form input[type=submit]:hover, #custom-page .wpforms-container-full .wpforms-form button[type=submit]:hover, #custom-page div.wpforms-container-full input[type=submit]:hover, #custom-page div.wpforms-container-full input[type=submit]:active, #custom-page div.wpforms-container-full button[type=submit]:hover, #custom-page div.wpforms-container-full button[type=submit]:active, #custom-page div.wpforms-container-full .wpforms-page-button:hover, #custom-page div.wpforms-container-full .wpforms-page-button:active, #custom-page .wp-core-ui div.wpforms-container-full input[type=submit]:hover, #custom-page .wp-core-ui div.wpforms-container-full input[type=submit]:active, #custom-page .wp-core-ui div.wpforms-container-full button[type=submit]:hover, #custom-page .wp-core-ui div.wpforms-container-full button[type=submit]:active, #custom-page .wp-core-ui div.wpforms-container-full .wpforms-page-button:hover, #custom-page .wp-core-ui div.wpforms-container-full .wpforms-page-button:active {
    margin-top: 50px !important; }
  #custom-page .wpforms-container .wpforms-field, #custom-page .wp-core-ui div.wpforms-container .wpforms-field {
    margin-bottom: 20px; }
  #custom-page .wpforms-container {
    padding-top: 80px; }
  #custom-page input[type=text], #custom-page input[type=email], #custom-page input[type=tel], #custom-page input[type=number], #custom-page input[type=password], #custom-page textarea {
    background: transparent !important; }
  #custom-page input[type=submit] {
    background: transparent !important;
    border: none !important; }

#split-column .split__image.cover {
  width: 100%;
  height: 100%; }
  #split-column .split__image.cover img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    max-width: 720px; }
  #split-column .split__image.inline {
    width: 100%;
    padding-left: var(--xm); }
  #split-column .split__image.inline img {
    width: 100%;
    height: 100%;
    max-width: 720px; }
  #split-column .split__video {
    width: 100% !important;
    height: 100%; }
  #split-column .split__video video {
    width: 100% !important;
    height: 100%;
    object-fit: cover; }
  #split-column .split__wrap {
    padding: var(--ym) var(--xm) 0px 0px;
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: flex-end; }
  #split-column .split__subheading {
    line-height: 100%;
    text-transform: uppercase;
    padding-bottom: 10px; }
  #split-column .split__heading {
    font-size: var(--font_48);
    font-family: 'Denton Condensed Light', sans-serif;
    line-height: 100%; }
  #split-column .split__content {
    padding: 40px 0px 0px 0px;
    color: #f4ece6 !important; }
  #split-column .split__content p, #split-column .split__content a, #split-column .split__content li {
    color: #f4ece6 !important; }
  #split-column .split__content ul {
    margin-left: 0px !important; }
  #split-column .split__content li {
    margin-bottom: 35px; }
  #split-column .split__button {
    margin-top: 40px; }
  #split-column .split__button .btn-primary {
    color: #f4ece6 !important;
    font-size: var(--font_24) !important; }
  #split-column .split__button .btn-primary:hover {
    background: none !important; }
  #split-column .container-fluid.left .split__wrap {
    padding: var(--ym) var(--xm) 0px var(--xm); }
  #split-column .container-fluid.right .row {
    flex-direction: row-reverse; }
  #split-column .container-fluid.right .split__wrap {
    padding: var(--ym) 0px 0px var(--xm); }
  #split-column .container-fluid.right .split__image {
    padding-right: var(--xm); }

#split-column.two-col-img {
  padding: var(--ym) var(--xm); }
  #split-column.two-col-img .split__image {
    width: 100%;
    height: 100%;
    max-width: 730px; }
  #split-column.two-col-img .split__video {
    width: 100%;
    height: 100%;
    max-width: 730px;
    min-height: 50vw; }
  #split-column.two-col-img .split__heading {
    font-size: 6.5vw;
    text-transform: uppercase; }
  #split-column.two-col-img .split__wrap {
    position: relative;
    justify-content: center !important;
    padding: 0px !important; }
  #split-column.two-col-img .split__arrow {
    position: absolute;
    bottom: 150px;
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 100%;
    left: 0px; }
  #split-column.two-col-img .split__arrow i {
    font-size: 3rem;
    animation: up-down 2s ease-in-out infinite both; }
  #split-column.two-col-img .split__button {
    text-align: left;
    margin-top: 40px; }
  #split-column.two-col-img .container-fluid.right .row {
    flex-direction: row-reverse; }
  #split-column.two-col-img .container-fluid.right .col-xl-6.left {
    display: flex;
    flex-direction: column;
    align-items: flex-end; }
  #split-column.two-col-img .container-fluid.right .split__wrap {
    padding-right: 60px !important; }
  #split-column.two-col-img .container-fluid.left .split__wrap {
    padding-left: 60px !important; }

#split-column.two-col-wide {
  padding: var(--ym) var(--xm); }
  #split-column.two-col-wide .split__image {
    width: 100%;
    height: 100%; }
  #split-column.two-col-wide .split__image img {
    max-width: 100%;
    width: 100%;
    height: 100%;
    object-fit: cover; }
  #split-column.two-col-wide .split__video {
    width: 100%;
    height: 100%;
    min-height: 50vw;
    max-width: 100%; }
  #split-column.two-col-wide .split__video video {
    max-width: 100%;
    width: 100%;
    height: 100%;
    object-fit: cover; }
  #split-column.two-col-wide .split__heading {
    font-size: var(--font_64);
    text-transform: uppercase; }
  #split-column.two-col-wide .split__wrap {
    position: relative;
    justify-content: center !important;
    padding: 0px 20% !important; }
  #split-column.two-col-wide .split__arrow {
    position: absolute;
    bottom: 150px;
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 100%;
    left: 0px; }
  #split-column.two-col-wide .split__arrow i {
    font-size: 3rem;
    animation: up-down 2s ease-in-out infinite both; }
  #split-column.two-col-wide .split__button {
    text-align: left;
    margin-top: 40px; }
  #split-column.two-col-wide .container-fluid.right .row {
    flex-direction: row-reverse; }
  #split-column.two-col-wide .container-fluid.right .row .col-xl-6.left {
    display: flex;
    flex-direction: column;
    align-items: flex-end; }
  #split-column.two-col-wide .container-fluid.left .split__image.inline {
    padding-left: 0px !important; }
  #split-column.two-col-wide .container-fluid.right .split__image.inline {
    padding-right: 0px !important; }

#split-column-text .split__wrap {
  padding: 5% 10%;
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: flex-start; }
  #split-column-text .split__content {
    padding: 40px 0px; }
  #split-column-text .container-fluid.right .row {
    flex-direction: row-reverse; }

body.page-id-5716 #wysiwyg {
  padding: 10% 5% 0px 5% !important; }

body.page-id-3542 .marketing-toolkit-form .container {
  max-width: 760px !important; }
  body.page-id-3542 .marketing-toolkit-form label {
    color: #f4ece6;
    text-align: left; }
  body.page-id-3542 .marketing-toolkit-form legend.wpforms-field-label {
    color: #f4ece6;
    text-align: left; }
  body.page-id-3542 .marketing-toolkit-form .wpforms-submit-container {
    margin-top: 40px !important; }
  body.page-id-3542 .marketing-toolkit-form input:focus {
    outline: none !important;
    box-shadow: none !important; }

body.page-id-2327 {
  background: #31131b !important;
  padding: var(--ym) var(--xm); }
  body.page-id-2327 h1 {
    text-align: center;
    padding-bottom: 60px; }
  body.page-id-2327 #content {
    width: 100%;
    max-width: 1200px;
    margin: 0 auto; }
  body.page-id-2327 div.wpforms-container-full select, body.page-id-2327 div.wpforms-container-full select:disabled, body.page-id-2327 .wp-core-ui div.wpforms-container-full select, body.page-id-2327 .wp-core-ui div.wpforms-container-full select:disabled {
    border: none !important;
    height: 50px;
    padding: 5px 0px !important;
    border-bottom: 1px solid #c03441 !important; }
  body.page-id-2327 input, body.page-id-2327 textarea {
    height: 50px; }
  body.page-id-2327 input::placeholder, body.page-id-2327 textarea::placeholder {
    opacity: 0.5 !important; }
  body.page-id-2327 div.wpforms-container-full .wpforms-field-file-upload .wpforms-uploader {
    background: #31131b !important;
    color: #f4ece6 !important; }
  body.page-id-2327 div.wpforms-container-full .wpforms-field-file-upload .wpforms-uploader .dz-message {
    color: #f4ece6 !important; }
  body.page-id-2327 div.wpforms-container-full .wpforms-form textarea.wpforms-field-small {
    height: 50px; }
  body.page-id-2327 .wpforms-container-full .wpforms-form .wpforms-field-label {
    font-size: var(--content_size);
    color: #f4ece6 !important;
    font-family: 'Aktiv Grotesk Regular', sans-serif; }
  body.page-id-2327 .wpforms-submit-container {
    text-align: center; }
  body.page-id-2327 .flatpickr-calendar .flatpickr-current-month select {
    font-size: 14px !important;
    padding: 5px !important;
    border: none !important;
    color: #333 !important; }
  body.page-id-2327 .flatpickr-current-month input.cur-year {
    font-size: 14px !important;
    border: none !important;
    color: #333 !important;
    text-align: center !important; }
  body.page-id-2327 .wpforms-field-file-upload .wpforms-uploader {
    border: 1px solid #c03441; }

body.page-id-2113 {
  background: #31131b !important;
  color: #f4ece6;
  padding-top: 5%; }
  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', sans-serif !important;
    font-size: var(--font_48);
    line-height: 100%;
    font-weight: 400;
    color: #f4ece6 !important; }
  body.page-id-2113 #support-form .wpforms-field-container {
    color: #f4ece6; }
  body.page-id-2113 #support-form .wpforms-field-container label {
    color: #f4ece6 !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: #f4ece6 !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 {
    color: #f4ece6 !important;
    opacity: 0.5 !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: #c03441 !important;
    border: none !important;
    border-bottom: 1px solid #c03441 !important;
    padding: 5px 0px !important; }
  body.page-id-2113 #support-form .wpforms-container-full select:not(:focus):invalid {
    color: rgba(255, 255, 255, 0.5) !important; }
  body.page-id-2113 #support-form .wpforms-field-radio legend {
    font-size: var(--font_56) !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: #31131b !important;
    border: 2px solid #f4ece6; }
  body.page-id-2113 #support-form .wpforms-field-radio input[type=radio]:checked:after {
    background-color: #f4ece6 !important;
    border: 2px solid #f4ece6;
    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: #f4ece6 !important;
    font-family: 'Denton Condensed Light', sans-serif !important;
    font-size: var(--font_36) !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', sans-serif !important;
    font-size: 6vw;
    color: #f4ece6 !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: #f4ece6 !important;
    font-size: var(--font_48) !important;
    text-align: center !important; }
  body.page-id-2113 .wpforms-field-file-upload .wpforms-field-label {
    display: none; }
  body.page-id-2113 .wpforms-field-file-upload .wpforms-uploader {
    background: transparent;
    color: #f4ece6;
    border: 1px solid #c03441; }
  body.page-id-2113 .wpforms-field-file-upload .dz-message, body.page-id-2113 .wpforms-field-file-upload .modern-title {
    color: #f4ece6; }
  body.page-id-2113 .wpforms-field-file-upload svg, body.page-id-2113 .wpforms-field-file-upload path {
    fill: #f4ece6;
    opacity: 1 !important; }

body.page-id-3621 {
  --lavender: #f2c3ff;
  --maroon: #630505;
  --dark: #000;
  --lilac: #ff7bec;
  --chilli: #e60c1d;
  background: var(--maroon) !important;
  color: var(--lavender) !important;
  font-family: "roc-grotesk" !important; }
  body.page-id-3621 .videoask-embed__button_circle--9FNiq {
    display: none !important; }
  body.page-id-3621 #signup, body.page-id-3621 #footer-wrap {
    display: none !important; }
  body.page-id-3621 h1, body.page-id-3621 h2, body.page-id-3621 h3, body.page-id-3621 h4, body.page-id-3621 h5, body.page-id-3621 h6 {
    font-family: "aktiv-grotesk-extended" !important;
    color: var(--lavender) !important;
    font-weight: 600 !important;
    line-height: 110%; }
  body.page-id-3621 h1 {
    font-size: 60px !important;
    text-transform: uppercase;
    line-height: 120%;
    color: var(--lavender) !important; }
  body.page-id-3621 h2, body.page-id-3621 h3 {
    font-size: 40px !important; }
  body.page-id-3621 h4, body.page-id-3621 h6, body.page-id-3621 h6 {
    font-size: 40px !important;
    font-family: "salted" !important;
    font-weight: 400 !important; }
  body.page-id-3621 .when {
    font-size: 30px !important;
    line-height: 150%; }
  body.page-id-3621 .clear-top {
    padding-top: 60px; }
  body.page-id-3621 .pad-top {
    padding-top: 60px; }
  body.page-id-3621 .pad-btm {
    padding-bottom: 20px; }
  body.page-id-3621 p strong, body.page-id-3621 p b {
    font-weight: 600;
    font-family: "roc-grotesk" !important; }
  body.page-id-3621 hr {
    height: 2px !important;
    background-color: var(--lavender) !important;
    opacity: 1 !important;
    margin: 40px 0px 60px 0px; }
  body.page-id-3621 #split-column, body.page-id-3621 #split-column-text {
    padding: 5% 10%;
    padding-bottom: 0px; }
  body.page-id-3621 #split-column-text.section-1 {
    padding: 40px 10% 5% 10%; }
  body.page-id-3621 #split-column-text.section-1 .col-xl-6:first-child {
    width: 70%;
    padding-right: 10% !important; }
  body.page-id-3621 #split-column-text.section-1 .col-xl-6:last-child {
    width: 30%; }
  body.page-id-3621 #custom-page #split-column-text .split__wrap {
    padding: 0px;
    justify-content: flex-start; }
  body.page-id-3621 #custom-page #split-column .split__heading {
    font-family: "aktiv-grotesk-extended" !important;
    font-size: 60px !important;
    text-transform: uppercase;
    line-height: 120%;
    font-weight: 600;
    color: var(--lavender) !important; }
  body.page-id-3621 #custom-page #split-column-text .split__content {
    padding-top: 0px;
    color: var(--lavender) !important; }
  body.page-id-3621 #custom-page #split-column-text .split__content h1, body.page-id-3621 #custom-page #split-column-text .split__content h2, body.page-id-3621 #custom-page #split-column-text .split__content h3, body.page-id-3621 #custom-page #split-column-text .split__content h4, body.page-id-3621 #custom-page #split-column-text .split__content h5, body.page-id-3621 #custom-page #split-column-text .split__content h6 {
    color: var(--lavender) !important; }
  body.page-id-3621 #split-column-text.ticket-options {
    padding-top: 0px;
    padding-bottom: 5%; }
  body.page-id-3621 #split-column-text.ticket-options .split__wrap, body.page-id-3621 #split-column-text.ticket-options .split__content {
    height: 100%; }
  body.page-id-3621 #split-column-text.ticket-options .boxed {
    border: 2px solid var(--lavender);
    padding: 40px !important;
    height: 100%; }
  body.page-id-3621 #split-column-text.ticket-options .boxed.left {
    margin-right: 20px !important; }
  body.page-id-3621 #split-column-text.ticket-options .boxed.right {
    margin-left: 20px !important; }
  body.page-id-3621 #split-column-text.ticket-options .boxed h3 {
    font-size: 30px !important;
    text-transform: uppercase; }
  body.page-id-3621 #split-column-text.ticket-options .boxed .buy-btn {
    margin-top: 20px;
    display: block; }
  body.page-id-3621 #split-column-text.ticket-options .boxed .buy-btn a.wp-element-button {
    color: var(--burgundy-1) !important;
    background-color: var(--lavender) !important;
    padding: 10px 40px !important;
    font-size: 30px !important;
    text-transform: uppercase;
    font-weight: 600;
    border: 2px solid var(--lavender) !important;
    display: inline-block; }
  body.page-id-3621 #split-column-text.ticket-options.tickets {
    padding-bottom: 0px; }
  body.page-id-3621 #heading {
    padding: 5% 10% 40px 10% !important; }
  body.page-id-3621 #heading.pad-top-0 {
    padding-top: 0px !important; }
  body.page-id-3621 #custom-page .text-scheme-pink, body.page-id-3621 #custom-page .text-scheme-purple, body.page-id-3621 #custom-page .text-scheme-white, body.page-id-3621 #custom-page .text-scheme-black, body.page-id-3621 #custom-page .text-scheme-burgundy-1, body.page-id-3621 #custom-page .text-scheme-burgundy-2, body.page-id-3621 #custom-page .text-scheme-burgundy-4 {
    color: var(--lavender) !important; }
  body.page-id-3621 #custom-page .text-scheme-pink h1, body.page-id-3621 #custom-page .text-scheme-purple h1, body.page-id-3621 #custom-page .text-scheme-white h1, body.page-id-3621 #custom-page .text-scheme-black h1, body.page-id-3621 #custom-page .text-scheme-burgundy-1 h1, body.page-id-3621 #custom-page .text-scheme-burgundy-2 h1, body.page-id-3621 #custom-page .text-scheme-burgundy-4 h1, body.page-id-3621 #custom-page .text-scheme-pink h2, body.page-id-3621 #custom-page .text-scheme-purple h2, body.page-id-3621 #custom-page .text-scheme-white h2, body.page-id-3621 #custom-page .text-scheme-black h2, body.page-id-3621 #custom-page .text-scheme-burgundy-1 h2, body.page-id-3621 #custom-page .text-scheme-burgundy-2 h2, body.page-id-3621 #custom-page .text-scheme-burgundy-4 h2, body.page-id-3621 #custom-page .text-scheme-pink h3, body.page-id-3621 #custom-page .text-scheme-purple h3, body.page-id-3621 #custom-page .text-scheme-white h3, body.page-id-3621 #custom-page .text-scheme-black h3, body.page-id-3621 #custom-page .text-scheme-burgundy-1 h3, body.page-id-3621 #custom-page .text-scheme-burgundy-2 h3, body.page-id-3621 #custom-page .text-scheme-burgundy-4 h3, body.page-id-3621 #custom-page .text-scheme-pink h4, body.page-id-3621 #custom-page .text-scheme-purple h4, body.page-id-3621 #custom-page .text-scheme-white h4, body.page-id-3621 #custom-page .text-scheme-black h4, body.page-id-3621 #custom-page .text-scheme-burgundy-1 h4, body.page-id-3621 #custom-page .text-scheme-burgundy-2 h4, body.page-id-3621 #custom-page .text-scheme-burgundy-4 h4, body.page-id-3621 #custom-page .text-scheme-pink h5, body.page-id-3621 #custom-page .text-scheme-purple h5, body.page-id-3621 #custom-page .text-scheme-white h5, body.page-id-3621 #custom-page .text-scheme-black h5, body.page-id-3621 #custom-page .text-scheme-burgundy-1 h5, body.page-id-3621 #custom-page .text-scheme-burgundy-2 h5, body.page-id-3621 #custom-page .text-scheme-burgundy-4 h5, body.page-id-3621 #custom-page .text-scheme-pink h6, body.page-id-3621 #custom-page .text-scheme-purple h6, body.page-id-3621 #custom-page .text-scheme-white h6, body.page-id-3621 #custom-page .text-scheme-black h6, body.page-id-3621 #custom-page .text-scheme-burgundy-1 h6, body.page-id-3621 #custom-page .text-scheme-burgundy-2 h6, body.page-id-3621 #custom-page .text-scheme-burgundy-4 h6, body.page-id-3621 #custom-page .text-scheme-pink p, body.page-id-3621 #custom-page .text-scheme-purple p, body.page-id-3621 #custom-page .text-scheme-white p, body.page-id-3621 #custom-page .text-scheme-black p, body.page-id-3621 #custom-page .text-scheme-burgundy-1 p, body.page-id-3621 #custom-page .text-scheme-burgundy-2 p, body.page-id-3621 #custom-page .text-scheme-burgundy-4 p, body.page-id-3621 #custom-page .text-scheme-pink li, body.page-id-3621 #custom-page .text-scheme-purple li, body.page-id-3621 #custom-page .text-scheme-white li, body.page-id-3621 #custom-page .text-scheme-black li, body.page-id-3621 #custom-page .text-scheme-burgundy-1 li, body.page-id-3621 #custom-page .text-scheme-burgundy-2 li, body.page-id-3621 #custom-page .text-scheme-burgundy-4 li, body.page-id-3621 #custom-page .text-scheme-pink a, body.page-id-3621 #custom-page .text-scheme-purple a, body.page-id-3621 #custom-page .text-scheme-white a, body.page-id-3621 #custom-page .text-scheme-black a, body.page-id-3621 #custom-page .text-scheme-burgundy-1 a, body.page-id-3621 #custom-page .text-scheme-burgundy-2 a, body.page-id-3621 #custom-page .text-scheme-burgundy-4 a {
    color: var(--lavender) !important; }

body.page-id-2904 #custom-page #specialty-cards .card {
  min-height: 950px; }

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

.stock {
  color: #c03441 !important; }

.onsale {
  display: none; }

.woocommerce-error, .woocommerce-info, .woocommerce-message {
  border-top-color: #c03441 !important;
  background: transparent !important;
  color: #c03441 !important;
  margin-top: 20px; }
  .woocommerce-error:before, .woocommerce-info:before, .woocommerce-message:before {
    color: #c03441 !important; }
  .woocommerce-error:focus, .woocommerce-info:focus, .woocommerce-message:focus {
    border: none;
    outline: none;
    box-shadow: none; }

.return-to-shop a.button {
  font-family: 'Denton Condensed Light', sans-serif !important;
  font-size: var(--button_size) !important;
  line-height: var(--button_size) !important;
  padding: 10px 0px !important;
  text-align: center;
  display: inline-block;
  font-weight: 400;
  border-radius: 0px;
  background-image: none !important;
  text-shadow: none !important;
  box-shadow: none !important;
  text-decoration: none !important;
  text-transform: uppercase;
  text-decoration: underline !important;
  text-underline-offset: 4px;
  text-decoration-thickness: 1px;
  background-color: transparent;
  border: none !important;
  color: #c03441;
  display: inline-block !important;
  background-image: none !important;
  text-shadow: none !important;
  box-shadow: none !important;
  zoom: 1;
  text-decoration: none !important;
  text-decoration-thickness: 0px !important;
  font-size: var(--font_20) !important;
  border: 2px solid #c03441 !important;
  color: #c03441 !important;
  padding: 15px 40px 15px 40px !important;
  text-transform: none !important;
  font-family: 'Aktiv Grotesk Regular', sans-serif !important;
  background: #31131b !important; }
  .return-to-shop a.button:hover {
    border: 2px solid #f4ece6 !important;
    color: #f4ece6 !important;
    background: #31131b !important; }

body.woocommerce-page .button, body.woocommerce-page a.button, body.woocommerce-page button.button {
  font-family: 'Denton Condensed Light', sans-serif !important;
  font-size: var(--button_size) !important;
  line-height: var(--button_size) !important;
  padding: 10px 0px !important;
  text-align: center;
  display: inline-block;
  font-weight: 400;
  border-radius: 0px;
  background-image: none !important;
  text-shadow: none !important;
  box-shadow: none !important;
  text-decoration: none !important;
  text-transform: uppercase;
  text-decoration: underline !important;
  text-underline-offset: 4px;
  text-decoration-thickness: 1px;
  background-color: transparent;
  border: none !important;
  color: #c03441;
  display: inline-block !important;
  background-image: none !important;
  text-shadow: none !important;
  box-shadow: none !important;
  zoom: 1;
  text-decoration: none !important;
  text-decoration-thickness: 0px !important;
  font-size: var(--font_20) !important;
  border: 2px solid #c03441 !important;
  color: #c03441 !important;
  padding: 15px 40px 15px 40px !important;
  text-transform: none !important;
  font-family: 'Aktiv Grotesk Regular', sans-serif !important;
  background: #31131b !important; }
  body.woocommerce-page .button:hover, body.woocommerce-page a.button:hover, body.woocommerce-page button.button:hover {
    border: 2px solid #f4ece6 !important;
    color: #f4ece6 !important;
    background: #31131b !important; }
  body.woocommerce-page #wrap {
    padding-top: var(--menu_height) !important; }

.woocommerce ul.products li.product .product__image img {
  margin-bottom: 10px; }
  .woocommerce ul.products li.product h2.woocommerce-loop-product__title {
    font-size: var(--font_48);
    padding: 0px;
    margin-bottom: 10px;
    color: #f4ece6; }
  .woocommerce ul.products li.product .price {
    margin-bottom: 10px;
    color: #c03441 !important; }
  .woocommerce ul.products li.product .price bdi {
    color: #c03441 !important; }
  .woocommerce ul.products li.product .price .woocommerce-Price-amount.amount {
    color: #c03441 !important; }
  .woocommerce ul.products li.product .price .woocommerce-Price-currencySymbol {
    color: #c03441 !important; }
  .woocommerce ul.products li.product a.button {
    margin-top: 5px; }

.woocommerce .quantity {
  margin-right: 20px !important;
  border: 2px solid #c03441 !important;
  padding: 6px; }
  .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: #c03441 !important;
    border: none !important;
    color: #c03441 !important; }
  .woocommerce .quantity input[type=number] {
    font-size: var(--content_size) !important;
    line-height: var(--content_size) !important;
    border-bottom: 0px !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 a.add_to_cart_button, body.woocommerce-shop ul.products li.product .button {
  font-family: 'Denton Condensed Light', sans-serif !important;
  font-size: var(--button_size) !important;
  line-height: var(--button_size) !important;
  padding: 10px 0px !important;
  text-align: center;
  display: inline-block;
  font-weight: 400;
  border-radius: 0px;
  background-image: none !important;
  text-shadow: none !important;
  box-shadow: none !important;
  text-decoration: none !important;
  text-transform: uppercase;
  text-decoration: underline !important;
  text-underline-offset: 4px;
  text-decoration-thickness: 1px;
  background-color: transparent;
  border: none !important;
  color: #c03441;
  display: inline-block !important;
  background-image: none !important;
  text-shadow: none !important;
  box-shadow: none !important;
  zoom: 1;
  text-decoration: none !important;
  text-decoration-thickness: 0px !important;
  font-size: var(--font_20) !important;
  border: 2px solid #c03441 !important;
  color: #c03441 !important;
  padding: 15px 40px 15px 40px !important;
  text-transform: none !important;
  font-family: 'Aktiv Grotesk Regular', sans-serif !important;
  background: #31131b !important; }
  body.woocommerce-shop ul.products li.product a.add_to_cart_button:hover, body.woocommerce-shop ul.products li.product .button:hover {
    border: 2px solid #f4ece6 !important;
    color: #f4ece6 !important;
    background: #31131b !important; }

body.woocommerce-cart #wrap, body.woocommerce-checkout #wrap {
  padding: 40px !important; }
  body.woocommerce-cart #page-wrap, body.woocommerce-checkout #page-wrap {
    width: 100%;
    max-width: 80%;
    margin: 0 auto;
    padding: 0px; }
  body.woocommerce-cart .checkout-heading, body.woocommerce-checkout .checkout-heading {
    text-align: center;
    padding: 0px 0px 40px 0px; }

body.post-type-archive-product #wrap, body.tax-product_cat #wrap, body.tax-product_tag #wrap {
  width: 100%;
  max-width: 80%;
  margin: 0 auto;
  padding: 40px; }
  body.post-type-archive-product select.orderby, body.tax-product_cat select.orderby, body.tax-product_tag select.orderby {
    border: 1px solid #c03441 !important;
    padding: 5px 10px !important; }

body.single-product #wrap {
  width: 100%;
  max-width: 80%;
  margin: var(--menu_height) auto 0 auto;
  padding: 40px 40px 5% 40px; }
  body.single-product div.product div.images, body.single-product div.summary {
    float: none !important;
    width: 100% !important; }
  body.single-product .summary {
    padding: 0px 40px; }
  body.single-product .summary h1.product_title {
    font-size: var(--h4_size);
    color: #f4ece6; }
  body.single-product .price {
    color: #c03441 !important; }
  body.single-product .price bdi {
    color: #c03441 !important; }
  body.single-product .price .woocommerce-Price-amount.amount {
    color: #c03441 !important; }
  body.single-product .price .woocommerce-Price-currencySymbol {
    color: #c03441 !important; }
  body.single-product button.single_add_to_cart_button, body.single-product button.button {
    font-family: 'Denton Condensed Light', sans-serif !important;
    font-size: var(--button_size) !important;
    line-height: var(--button_size) !important;
    padding: 10px 0px !important;
    text-align: center;
    display: inline-block;
    font-weight: 400;
    border-radius: 0px;
    background-image: none !important;
    text-shadow: none !important;
    box-shadow: none !important;
    text-decoration: none !important;
    text-transform: uppercase;
    text-decoration: underline !important;
    text-underline-offset: 4px;
    text-decoration-thickness: 1px;
    background-color: transparent;
    border: none !important;
    color: #c03441;
    display: inline-block !important;
    background-image: none !important;
    text-shadow: none !important;
    box-shadow: none !important;
    zoom: 1;
    text-decoration: none !important;
    text-decoration-thickness: 0px !important;
    font-size: var(--font_20) !important;
    border: 2px solid #c03441 !important;
    color: #c03441 !important;
    padding: 15px 40px 15px 40px !important;
    text-transform: none !important;
    font-family: 'Aktiv Grotesk Regular', sans-serif !important;
    background: #31131b !important; }
  body.single-product button.single_add_to_cart_button:hover, body.single-product button.button:hover {
    border: 2px solid #f4ece6 !important;
    color: #f4ece6 !important;
    background: #31131b !important; }
  body.single-product ul.tabs {
    display: none; }
  body.single-product .variations .form-control {
    margin-bottom: 20px; }
  body.single-product .product_meta {
    display: none; }

.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) button.button.alt {
  font-family: 'Denton Condensed Light', sans-serif !important;
  font-size: var(--button_size) !important;
  line-height: var(--button_size) !important;
  padding: 10px 0px !important;
  text-align: center;
  display: inline-block;
  font-weight: 400;
  border-radius: 0px;
  background-image: none !important;
  text-shadow: none !important;
  box-shadow: none !important;
  text-decoration: none !important;
  text-transform: uppercase;
  text-decoration: underline !important;
  text-underline-offset: 4px;
  text-decoration-thickness: 1px;
  background-color: transparent;
  border: none !important;
  color: #c03441;
  display: inline-block !important;
  background-image: none !important;
  text-shadow: none !important;
  box-shadow: none !important;
  zoom: 1;
  text-decoration: none !important;
  text-decoration-thickness: 0px !important;
  font-size: var(--font_20) !important;
  border: 2px solid #c03441 !important;
  color: #c03441 !important;
  padding: 15px 40px 15px 40px !important;
  text-transform: none !important;
  font-family: 'Aktiv Grotesk Regular', sans-serif !important;
  background: #31131b !important; }
  .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) button.button.alt:hover {
    border: 2px solid #f4ece6 !important;
    color: #f4ece6 !important;
    background: #31131b !important; }

body.woocommerce-cart .woocommerce-cart-form {
  position: relative;
  float: left;
  width: 65%; }
  body.woocommerce-cart .table {
    --bs-table-striped-color: #59152c !important; }
  body.woocommerce-cart .table-striped > tbody > tr:nth-of-type(odd) > * {
    --bs-table-accent-bg: transparent !important; }
  body.woocommerce-cart table.shop_table {
    border: none !important; }
  body.woocommerce-cart table.shop_table thead th, body.woocommerce-cart table.shop_table tbody td {
    color: #c03441; }
  body.woocommerce-cart table.shop_table th {
    text-transform: uppercase; }
  body.woocommerce-cart table.shop_table td.actions {
    border-bottom: none !important;
    padding: 10px 0px !important; }
  body.woocommerce-cart table.shop_table thead .product-remove {
    width: 20px;
    text-align: center; }
  body.woocommerce-cart table.shop_table thead .product-price {
    width: 15%;
    text-align: center; }
  body.woocommerce-cart table.shop_table thead .product-quantity {
    width: 15%;
    text-align: center; }
  body.woocommerce-cart table.shop_table thead .product-subtotal {
    width: 15%;
    text-align: center; }
  body.woocommerce-cart table.shop_table tbody .product-remove {
    width: 20px;
    text-align: center; }
  body.woocommerce-cart table.shop_table tbody .product-thumbnail, body.woocommerce-cart table.shop_table tbody .product-thumbnail img {
    width: 150px !important; }
  body.woocommerce-cart table.shop_table tbody .product-price {
    width: 15%;
    text-align: center; }
  body.woocommerce-cart table.shop_table tbody .product-subtotal {
    width: 15%;
    text-align: center; }
  body.woocommerce-cart table.shop_table tbody .product-remove a {
    color: #c03441 !important; }
  body.woocommerce-cart .product-quantity .quantity {
    margin: 0px auto !important;
    max-width: 60px; }
  body.woocommerce-cart .product-quantity .quantity .input-group {
    position: relative;
    display: flex;
    flex-direction: row;
    max-width: 100px;
    margin: 0 auto;
    flex-wrap: nowrap; }
  body.woocommerce-cart .product-quantity .quantity input[type=number] {
    margin: 0px; }
  body.woocommerce-cart .product-quantity .quantity .bootstrap-touchspin-down.btn-primary, body.woocommerce-cart .product-quantity .quantity .bootstrap-touchspin-up.btn-primary {
    background-color: transparent !important;
    border: none !important;
    font-size: calc(var(--content_size) + 20%) !important;
    width: auto !important; }
  body.woocommerce-cart .product-quantity input.qty {
    border-bottom: none !important; }
  body.woocommerce-cart .coupon {
    width: 50%; }
  body.woocommerce-cart .coupon .input-text {
    width: 55% !important; }
  body.woocommerce-cart .cart-collaterals h2 {
    font-size: var(--h4_size) !important;
    display: none; }
  body.woocommerce-cart .cart-collaterals .cart-subtotal th, body.woocommerce-cart .cart-collaterals .cart-subtotal td {
    color: #c03441 !important;
    background: #59152c !important; }
  body.woocommerce-cart .cart-collaterals .order-total th, body.woocommerce-cart .cart-collaterals .order-total td {
    color: #c03441 !important;
    border-top: none !important;
    background: #59152c !important; }
  body.woocommerce-cart .cart-collaterals .cart_totals {
    width: 100%;
    padding: 40px; }
  body.woocommerce-cart .cart-collaterals {
    position: relative;
    float: right;
    width: 30%;
    font-size: 18px; }
  body.woocommerce-cart .cart-collaterals table.table, body.woocommerce-cart .cart-collaterals table.table-striped {
    --bs-table-bg-type: #59152c !important; }
  body.woocommerce-cart .cart-collaterals .cart_totals {
    background: #59152c !important;
    color: #f4ece6 !important;
    padding: 20px 20px; }
  body.woocommerce-cart .cart-collaterals .cart_totals th, body.woocommerce-cart .cart-collaterals .cart_totals td, body.woocommerce-cart .cart-collaterals .cart_totals h2, body.woocommerce-cart .cart-collaterals .cart_totals p {
    color: #f4ece6 !important; }
  body.woocommerce-cart .cart-collaterals .table.table {
    --bs-table-striped-bg: transparent !important; }
  body.woocommerce-cart .cart-collaterals .woocommerce-shipping-totals, body.woocommerce-cart .cart-collaterals .order-total {
    background: #59152c !important; }
  body.woocommerce-cart .cart-collaterals .woocommerce-shipping-totals th, body.woocommerce-cart .cart-collaterals .order-total th, body.woocommerce-cart .cart-collaterals .woocommerce-shipping-totals td, body.woocommerce-cart .cart-collaterals .order-total td {
    color: #f4ece6 !important;
    background: #59152c !important; }
  body.woocommerce-cart .wc-proceed-to-checkout {
    text-align: center; }
  body.woocommerce-cart .wc-proceed-to-checkout a.checkout-button, body.woocommerce-cart .wc-proceed-to-checkout a.button {
    width: 100%;
    font-family: 'Denton Condensed Light', sans-serif !important;
    font-size: var(--button_size) !important;
    line-height: var(--button_size) !important;
    padding: 10px 0px !important;
    text-align: center;
    display: inline-block;
    font-weight: 400;
    border-radius: 0px;
    background-image: none !important;
    text-shadow: none !important;
    box-shadow: none !important;
    text-decoration: none !important;
    text-transform: uppercase;
    text-decoration: underline !important;
    text-underline-offset: 4px;
    text-decoration-thickness: 1px;
    background-color: transparent;
    border: none !important;
    color: #c03441;
    display: inline-block !important;
    background-image: none !important;
    text-shadow: none !important;
    box-shadow: none !important;
    zoom: 1;
    text-decoration: none !important;
    text-decoration-thickness: 0px !important;
    font-size: var(--font_20) !important;
    border: 2px solid #c03441 !important;
    color: #c03441 !important;
    padding: 15px 40px 15px 40px !important;
    text-transform: none !important;
    font-family: 'Aktiv Grotesk Regular', sans-serif !important;
    background: #31131b !important;
    background: #59152c !important; }
  body.woocommerce-cart .wc-proceed-to-checkout a.checkout-button:hover, body.woocommerce-cart .wc-proceed-to-checkout a.button:hover {
    border: 2px solid #f4ece6 !important;
    color: #f4ece6 !important;
    background: #31131b !important; }
  body.woocommerce-cart .wc-proceed-to-checkout a.checkout-button:hover, body.woocommerce-cart .wc-proceed-to-checkout a.button:hover {
    background: #59152c !important; }

body.woocommerce-checkout .woocommerce {
  padding-bottom: 5%; }
  body.woocommerce-checkout .woocommerce-additional-fields h3 {
    display: none; }
  body.woocommerce-checkout form.checkout {
    clear: both;
    padding-bottom: 60px; }
  body.woocommerce-checkout #customer_details {
    width: 60%;
    position: relative;
    float: left;
    display: flex;
    flex-direction: column; }
  body.woocommerce-checkout #customer_details .col-1, body.woocommerce-checkout #customer_details .col-2 {
    width: 100%; }
  body.woocommerce-checkout #order_review {
    width: 35%;
    position: relative;
    float: right;
    background: #c03441 !important;
    color: #f4ece6 !important; }
  body.woocommerce-checkout #ship-to-different-address, body.woocommerce-checkout #ship-to-different-address label span {
    font-family: var(--font-body) !important;
    font-size: var(--content_size) !important; }
  body.woocommerce-checkout h3 {
    font-size: 2rem; }
  body.woocommerce-checkout h3#order_review_heading {
    display: none !important; }
  body.woocommerce-checkout .table-responsive #your_order_heading {
    display: none !important; }
  body.woocommerce-checkout #your_order_heading {
    color: #31131b !important;
    padding-left: 20px; }
  body.woocommerce-checkout #add_payment_method #payment, body.woocommerce-checkout .woocommerce-cart #payment, body.woocommerce-checkout .woocommerce-checkout #payment {
    background: #c03441 !important; }
  body.woocommerce-checkout .woocommerce form .form-row label {
    display: none; }
  body.woocommerce-checkout .woocommerce-input-wrapper, body.woocommerce-checkout input.form-control, body.woocommerce-checkout .select2-selection__rendered, body.woocommerce-checkout p.form-row {
    height: 50px !important; }
  body.woocommerce-checkout input.form-control {
    padding: 5px 0px !important;
    margin: 0px !important;
    line-height: 100% !important; }
  body.woocommerce-checkout p.form-row {
    margin: 0px !important;
    padding: 0px !important; }
  body.woocommerce-checkout .select2-selection__rendered {
    margin: 0px !important;
    padding: 5px 0px !important;
    line-height: 36px !important;
    border-bottom: 1px solid #c03441 !important; }
  body.woocommerce-checkout .select2-results__option, body.woocommerce-checkout .select2-container--default .select2-results__option[data-selected=true], body.woocommerce-checkout .select2-search--dropdown {
    background-color: #31131b !important;
    color: #f4ece6 !important; }
  body.woocommerce-checkout #billing_first_name_field, body.woocommerce-checkout #billing_address_1_field, body.woocommerce-checkout #billing_city_field, body.woocommerce-checkout #billing_postcode_field, body.woocommerce-checkout #billing_email_field, body.woocommerce-checkout #shipping_first_name_field, body.woocommerce-checkout #shipping_address_1_field, body.woocommerce-checkout #shipping_city_field, body.woocommerce-checkout #shipping_postcode_field, body.woocommerce-checkout #shipping_email_field, body.woocommerce-checkout .form-row-first {
    clear: none;
    float: left;
    width: 47%; }
  body.woocommerce-checkout #billing_last_name_field, body.woocommerce-checkout #billing_address_2_field, body.woocommerce-checkout #billing_state_field, body.woocommerce-checkout #billing_country_field, body.woocommerce-checkout #billing_phone_field, body.woocommerce-checkout #shipping_last_name_field, body.woocommerce-checkout #shipping_address_2_field, body.woocommerce-checkout #shipping_state_field, body.woocommerce-checkout #shipping_country_field, body.woocommerce-checkout #shipping_phone_field, body.woocommerce-checkout .form-row-last {
    clear: none;
    float: right;
    width: 47%; }
  body.woocommerce-checkout .woocommerce-shipping-fields {
    padding-top: 20px;
    padding-bottom: 40px; }
  body.woocommerce-checkout .woocommerce-shipping-fields input[type=checkbox]:checked:after {
    display: none; }
  body.woocommerce-checkout #payment .woocommerce-info {
    line-height: 120%; }
  body.woocommerce-checkout #add_payment_method #payment ul.payment_methods, body.woocommerce-checkout .woocommerce-cart #payment ul.payment_methods, body.woocommerce-checkout .woocommerce-checkout #payment ul.payment_methods {
    border-bottom: none !important; }
  body.woocommerce-checkout button#place_order {
    float: none !important;
    margin: 0 auto !important;
    display: flex !important;
    font-family: 'Denton Condensed Light', sans-serif !important;
    font-size: var(--button_size) !important;
    line-height: var(--button_size) !important;
    padding: 10px 0px !important;
    text-align: center;
    display: inline-block;
    font-weight: 400;
    border-radius: 0px;
    background-image: none !important;
    text-shadow: none !important;
    box-shadow: none !important;
    text-decoration: none !important;
    text-transform: uppercase;
    text-decoration: underline !important;
    text-underline-offset: 4px;
    text-decoration-thickness: 1px;
    background-color: transparent;
    border: none !important;
    color: #c03441;
    display: inline-block !important;
    background-image: none !important;
    text-shadow: none !important;
    box-shadow: none !important;
    zoom: 1;
    text-decoration: none !important;
    text-decoration-thickness: 0px !important;
    font-size: var(--font_20) !important;
    border: 2px solid #c03441 !important;
    color: #c03441 !important;
    padding: 15px 40px 15px 40px !important;
    text-transform: none !important;
    font-family: 'Aktiv Grotesk Regular', sans-serif !important;
    background: #31131b !important;
    background: #59152c !important;
    color: #c03441 !important; }
  body.woocommerce-checkout button#place_order:hover {
    border: 2px solid #f4ece6 !important;
    color: #f4ece6 !important;
    background: #31131b !important; }
  body.woocommerce-checkout .woocommerce-privacy-policy-text a {
    color: #c03441 !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 #c03441;
    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; }

.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) #respond input#submit.disabled, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) #respond input#submit:disabled, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) #respond input#submit:disabled[disabled], .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) a.button.disabled, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) a.button:disabled, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) a.button:disabled[disabled], .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) button.button.disabled, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) button.button:disabled, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) button.button:disabled[disabled], .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) input.button.disabled, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) input.button:disabled, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) input.button:disabled[disabled], :where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce #respond input#submit.disabled, :where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce #respond input#submit:disabled, :where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce #respond input#submit:disabled[disabled], :where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce a.button.disabled, :where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce a.button:disabled, :where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce a.button:disabled[disabled], :where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce button.button.disabled, :where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce button.button:disabled, :where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce button.button:disabled[disabled], :where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce input.button.disabled, :where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce input.button:disabled, :where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce input.button:disabled[disabled] {
  color: #c03441; }

@media (max-width: 1800px) {
  #specialties .marquee__inner h3 {
    font-size: 2.8vw; }
    #specialties h2 {
      font-size: 8.5vw; }

  #feature .feature__item {
    max-width: 30vw; }

  #home-page #services .card-content {
    font-size: 22px !important; }

  #team-page #people .wall-images .wall-3 {
    top: 600px;
    left: 450px; }
    #team-page #people .wall-images .wall-4 {
      top: 580px;
      left: -60px; } }

@media (max-width: 1600px) {
  #chat {
    padding-left: 40px;
    padding-right: 40px; }
    #chat .messages {
      transform: scale(0.9); }
    #chat .mine {
      margin-right: -60px; }

  #feature .feature__item {
    max-width: 30vw; }

  #leaderboard .leaderboard__inner {
    padding: 40px; }
    #leaderboard .leaderboard__wrapper {
      padding: 10% 40px; }
    #leaderboard .leaderboard__text br {
      display: none; }

  #footer-wrap #footer {
    font-size: 20px; }

  body.page-id-5460 #split-column.social-media-shay .split__wrap img {
    width: 100%;
    max-width: 100%; } }

@media (max-width: 1500px) {
  #home-page #ready .ready__heading {
    font-size: 6vw !important; }

  #photography .photography__heading {
    font-size: 12vw; }

  #videography .videography__heading {
    font-size: 12vw; }

  #antics .antics-slider .slider-card__heading h3 {
    font-size: calc(var(--font_48) - 60%) !important; }

  .card {
    width: 32vw !important; }

  .marquee.top-marquee {
    font-size: calc(var(--font_64) - 75%); }

  #custom-page .marquee {
    font-size: calc(var(--font_64) - 75%); }

  #team-page #people .wall-images img {
    zoom: 0.8; }
    #team-page #people .wall-images .wall-1 {
      top: -300px; }
    #team-page #people .wall-images .wall-2 {
      top: 800px; }
    #team-page #people .wall-images .wall-3 {
      top: 800px;
      left: 500px; }
    #team-page #people .wall-images .wall-4 {
      top: 700px;
      left: -60px; }
    #team-page #people .wall-images .wall-5 {
      top: 900px;
      right: 600px; } }

@media (max-width: 1400px) {
  :root {
    --font_110: 5.5rem; }

  #home-page #services {
    padding-top: 10%;
    padding-bottom: 10%; }
    #home-page #services .services-header__highlight {
      font-size: 18vw !important; }

  #feature .feature__grid {
    flex-wrap: wrap; }
    #feature .feature__item {
      max-width: 35vw;
      top: 0px !important; }

  #chat {
    padding-left: 0px;
    padding-right: 0px; }
    #chat .messages {
      transform: scale(0.8); }
    #chat .mine {
      margin-right: -100px; }

  #vertical-tabs .vertical-tab {
    font-size: var(--font_36); }
    #vertical-tabs .vertical-tabs-list {
      flex: 0 0 300px; }

  #leaderboard .leaderboard__inner {
    padding: 5% 40px; }
    #leaderboard .leaderboard__top {
      font-size: 10vw; }

  body.blog #content .blog-grid__item {
    width: 45%; }
    body.blog #content .blog-list__title {
      font-size: var(--font_56) !important; }

  #footer-wrap {
    padding-top: 40px; }
    #footer-wrap #footer {
      padding: 20px 20px; }
    #footer-wrap #footer .footer__top span {
      padding-right: 20px; }

  #training-workshops #jump-to h2 {
    font-size: 17vw; }

  #custom-page #heading-style-1 .heading__top {
    font-size: 5vw; }
    #custom-page #heading-style-1 .heading__main {
      font-size: 15vw; }
    #custom-page #heading-style-1 .heading__bottom {
      font-size: 5vw; }
    #custom-page #heading-style-2 .heading__main {
      font-size: var(--font_110) !important; }
    #custom-page #feature_image .feature__heading {
      font-size: 10vw; }

  #video-projects .project__item.type-reel video {
    max-width: 80%;
    margin: 0 auto; }

  body.woocommerce-cart .woocommerce-cart-form {
    width: 100%; }
    body.woocommerce-cart .cart-collaterals {
      width: 100%; }
    body.woocommerce-cart .cart-collaterals h2 {
      display: none; } }

@media (max-width: 1200px) {
  #popup {
    zoom: 0.7; }

  #home-page #services .services-header {
    margin-bottom: 60px; }
    #home-page #services .card-content {
      padding-left: 0px !important; }
    #home-page #fixed-scroll p {
      font-size: 3.5rem; }
    #home-page .image-marquee__image {
      max-height: 300px; }
    #home-page #notgoodat .marquee__inner {
      min-height: 85px !important; }
      #home-page #notgoodat .marquee span {
        font-size: 5rem !important;
        padding: 0 20px; }
    #home-page #antics .antics-slider .slider-card__heading h3 {
      font-size: calc(var(--font_48) - 40%) !important; }

  #team-page #people .people__grid {
    row-gap: 150px; }
    #team-page #people .people__heading {
      font-size: 10vw; }
    #team-page #people .person {
      zoom: 0.8; }
    #team-page #people .wall-images img {
      zoom: 0.6; }
    #team-page #people .wall-images .wall-1 {
      top: -300px; }
    #team-page #people .wall-images .wall-2 {
      top: 800px; }
    #team-page #people .wall-images .wall-3 {
      top: 800px;
      left: 500px; }
    #team-page #people .wall-images .wall-4 {
      top: 700px;
      left: -60px; }
    #team-page #people .wall-images .wall-5 {
      top: 900px;
      right: 600px; }
    #team-page #values .values__heading {
      font-size: 10vw; }

  #video_banner {
    height: 55vw; }

  #portfolio-page .portfolio__heading {
    font-size: 17vw; }

  #portfolio-grid .grid-sizer, #portfolio-grid .grid-item {
    width: 50%; }

  #chat {
    padding-left: 0px;
    padding-right: 0px; }
    #chat .messages {
      transform: scale(0.7); }
    #chat .yours {
      margin-left: -60px; }
    #chat .mine {
      margin-right: -160px; }

  #chat.testimonials .chat__heading {
    font-size: 8.8vw; }

  #specialties h2 {
    font-size: 10.5vw; }
    #specialties .marquee__inner h3 {
      font-size: 3.2vw; }
    #specialties .marquee__inner span {
      width: 37vw; }

  #feature .feature__wrap {
    padding-bottom: 60px; }
    #feature .feature__item {
      max-width: 50vw;
      min-height: auto !important; }
    #feature .feature__grid {
      gap: 65px; }
    #feature .feature__pattern {
      bottom: 0.6vw; }

  #leaderboard .leaderboard__inner {
    padding: 5% 0px; }
    #leaderboard .leaderboard__wrapper {
      padding: 20px 0px; }

  #proof .proof__video {
    height: 75vw; }
    #proof .flex-row {
      width: 80%;
      justify-content: center; }
    #proof .card-1, #proof .card-2 {
      width: 50%; }
    #proof video {
      width: 100%;
      height: 100%;
      min-height: 45vw; }

  #photography .photography__heading {
    font-size: 14vw; }
    #photography .photography__tags {
      flex-wrap: wrap;
      justify-content: center; }
    #photography .photography__tag {
      width: 30%;
      display: flex;
      justify-content: center;
      align-items: center; }

  #videography .videography__heading {
    font-size: 14vw; }
    #videography .videography__tags {
      flex-wrap: wrap;
      justify-content: center; }
    #videography .videography__tag {
      width: 30%;
      display: flex;
      justify-content: center;
      align-items: center; }

  #training-workshops #intro .intro__heading {
    font-size: var(--font_56); }
    #training-workshops #slider .marquee__inner span {
      width: 250px; }

  #custom-page #heading-style-1 .heading__top {
    font-size: 6vw; }
    #custom-page #heading-style-1 .heading__main {
      font-size: 18vw; }
    #custom-page #heading-style-1 .heading__bottom {
      font-size: 6vw; }
    #custom-page #split-column.two-col-wide .container-fluid.right .split__wrap {
      padding: 0px 40px 0px 0px !important; }
    #custom-page #split-column.two-col-wide .container-fluid.left .split__wrap {
      padding: 0px 0px 0px 40px !important; }

  body.page-id-5460 .card {
    min-height: 300px !important; }

  .h1, .h1_size {
    font-size: calc(var(--font_110) - 30%) !important; }
    .h1 h1, .h1_size h1, .h1 h2, .h1_size h2, .h1 h3, .h1_size h3, .h1 h4, .h1_size h4, .h1 h5, .h1_size h5, .h1 h6, .h1_size h6, .h1 p, .h1_size p, .h1 li, .h1_size li, .h1 a, .h1_size a {
      font-size: calc(var(--font_110) - 30%) !important; }

  .h2, .h2_size {
    font-size: calc(var(--font_96) - 30%) !important; }
    .h2 h1, .h2_size h1, .h2 h2, .h2_size h2, .h2 h3, .h2_size h3, .h2 h4, .h2_size h4, .h2 h5, .h2_size h5, .h2 h6, .h2_size h6, .h2 p, .h2_size p, .h2 li, .h2_size li, .h2 a, .h2_size a {
      font-size: calc(var(--font_96) - 30%) !important; }

  .h3, .h3_size {
    font-size: calc(var(--font_84) - 20%) !important; }
    .h3 h1, .h3_size h1, .h3 h2, .h3_size h2, .h3 h3, .h3_size h3, .h3 h4, .h3_size h4, .h3 h5, .h3_size h5, .h3 h6, .h3_size h6, .h3 p, .h3_size p, .h3 li, .h3_size li, .h3 a, .h3_size a {
      font-size: calc(var(--font_84) - 20%) !important; }

  .card {
    width: 86vw !important;
    min-height: 400px !important;
    transform: rotate(0deg) !important;
    margin-top: 0px !important;
    position: sticky !important;
    top: 40px !important;
    z-index: 3 !important;
    margin-right: 0px !important; }

  .card-title {
    margin-bottom: 20px !important; }

  .card-content {
    margin: 0px !important; }
    .card-content li {
      margin-bottom: 20px !important; }

  #footer-wrap #footer {
    text-align: center !important;
    line-height: 130%; }
    #footer-wrap #footer .col-xl-5, #footer-wrap #footer .col-xl-7, #footer-wrap #footer .col-xl-2 {
      width: 100%; }
    #footer-wrap #footer .address .footer__top {
      flex-direction: row;
      justify-content: space-around; }
      #footer-wrap #footer .address .footer__left {
        text-align: center !important; }
      #footer-wrap #footer .address .footer__right {
        text-align: center !important; }
    #footer-wrap #footer .footer__btm {
      text-align: center;
      padding-top: 40px; }
    #footer-wrap #footer .footer__icon {
      min-height: auto;
      padding: 40px 0px; }

  body.woocommerce-cart #page-wrap, body.woocommerce-checkout #page-wrap {
    max-width: 100%; }

  body.post-type-archive-product #wrap, body.tax-product_cat #wrap, body.tax-product_tag #wrap {
    max-width: 100%; }

  body.single-product #wrap {
    max-width: 100%; }
    body.single-product .summary {
      padding: 0px; } }

@media (max-width: 1024px) {
  .pattern-strip {
    zoom: 0.6;
    width: 400vw;
    left: -35vw; }

  #video-projects {
    padding: 60px var(--xm); }
    #video-projects .video-projects__heading {
      font-size: 10vw; }
    #video-projects .project__item {
      flex-direction: column;
      padding-bottom: 0px; }
      #video-projects .project__item.even {
        flex-direction: column; }
      #video-projects .project__left, #video-projects .project__right {
        width: 100%;
        padding: 30px 0px; } }

@media (max-width: 991.98px) {
  html {
    font-size: 15px;
    --wp-admin--admin-bar--height: 0px;
    margin-top: 0px !important; }

  :root {
    --ym: 40px;
    --xm: 40px;
    --menu_height: 80px;
    --menu_position: fixed; }

  #wrap {
    margin-top: var(--menu_height); }

  #wpadminbar {
    display: none; }

  body.admin-bar #nav {
    top: 0px !important; }
    body.admin-bar .fullscreen-close-btn {
      top: 18px; }

  body.blog #content .blog-list__title {
    font-size: var(--font_48) !important; }

  #home-page #header .header__video .watch {
    top: 20vw;
    left: 67vw;
    width: 25vw;
    height: 25vw;
    background-size: 25vw 25vw; }
    #home-page #header .header__text {
      padding: 40px 20px 40px 20px; }
    #home-page #ready h3 {
      font-size: 9vw !important; }
    #home-page #ready .col-xl-4 {
      width: 20%; }
    #home-page #ready .col-xl-8 {
      width: 80%; }
    #home-page #fixed-scroll p {
      font-size: 3rem; }
    #home-page #fixed-scroll .fixed-scroll__sec1, #home-page #fixed-scroll .fixed-scroll__sec2, #home-page #fixed-scroll .fixed-scroll__sec3, #home-page #fixed-scroll .fixed-scroll__sec4, #home-page #fixed-scroll .fixed-scroll__sec5, #home-page #fixed-scroll .fixed-scroll__sec6, #home-page #fixed-scroll .fixed-scroll__sec7, #home-page #fixed-scroll .fixed-scroll__sec8 {
      height: auto !important;
      padding-top: 10vw; }
    #home-page .image-marquee__image {
      max-height: 250px; }
    #home-page #services {
      padding-top: 10%;
      padding-bottom: 10%; }
    #home-page #services .services-header__title, #home-page #services .services-header__subtitle {
      font-size: 6vw; }
    #home-page #kind-words {
      background-size: 120%; }
    #home-page #kind-words .duck {
      left: -200px;
      top: 0px; }
      #home-page #kind-words .duck img {
        width: 19vw; }
    #home-page #antics {
      padding: 80px 0px; }

  #portfolio-page .portfolio__heading {
    font-size: 17vw; }

  #filters select {
    zoom: 0.8; }

  #portfolio-grid .grid-sizer, #portfolio-grid .grid-item {
    width: 50%; }

  body.page-id-8 .dimbox-btn-close {
    top: 20%; }
    body.page-id-8 .dimbox-content {
      top: 13%; }

  #team-page #people .people__grid {
    row-gap: 0px;
    align-items: center; }
    #team-page #people .people__row {
      flex-direction: column; }
    #team-page #people .people__heading {
      margin-bottom: 10%; }
    #team-page #people .person {
      margin-bottom: 100px;
      zoom: 1;
      width: 100%; }
    #team-page #people .person__link {
      margin-top: 0px; }
    #team-page #people .person__position {
      height: auto;
      margin-top: 15px;
      margin-bottom: 15px; }
    #team-page #people .person__fact {
      height: auto;
      display: flex !important;
      margin-bottom: 25px;
      max-width: 100%;
      font-size: 24px; }
    #team-page #people .person:hover .person__position {
      display: flex; }
      #team-page #people .person:hover .person__fact {
        display: flex; }
    #team-page #people .wall-images {
      display: none; }
    #team-page #people .person-2, #team-page #people .person-5, #team-page #people .person-8 {
      margin-top: 0px; }
    #team-page #people .person-10 .person__position {
      max-width: 100%;
      margin: 15px auto; }
    #team-page #people .person-11 {
      margin-top: 0px; }
    #team-page #people .person-13 {
      margin-left: 0px; }
    #team-page #people .person-14 {
      margin-top: 0px; }

  #chat {
    padding-left: 0px;
    padding-right: 0px;
    padding-bottom: 25%; }
    #chat .message {
      max-width: 80%; }
    #chat .messages {
      transform: scale(0.8); }
    #chat .messages {
      margin-top: 26vw; }
    #chat .messages:first-child {
      margin-top: 0px; }
    #chat .yours {
      margin-left: 0px;
      max-width: 90%;
      margin-top: 15vw; }
    #chat .mine {
      right: -13vw;
      max-width: 90%; }
    #chat .mine.messages.has-image .message {
      margin-right: 15%;
      padding-right: 100px; }
    #chat .yours.messages.has-image .message-image {
      right: -40px; }
    #chat .mine.messages.has-image .message-image {
      bottom: 0px;
      right: -40px; }

  #approach {
    padding: 0px var(--xm) var(--ym) var(--xm); }
    #approach .approach__number {
      font-size: 22vw !important;
      bottom: 20px;
      display: none; }
    #approach .approach__card-content {
      padding-right: 0px; }

  #specialties h2 {
    font-size: 13vw; }
    #specialties .marquee__inner h3 {
      font-size: 4vw; }
    #specialties .marquee__inner span {
      width: 50vw; }

  #booking {
    min-height: auto;
    padding: 8% var(--xm); }
    #booking .booking__inner {
      padding: 0px 0px; }
    #booking .booking__link {
      margin-bottom: 0px; }
    #booking .booking__link br {
      display: none; }
    #booking .booking__image img {
      width: 300px; }

  #signup .col-xl-6 {
    width: 100%; }

  #popup {
    zoom: 0.6; }
    #popup .popup__bg {
      padding: 40px;
      max-width: 100%; }
    #popup .popup__btm-inner {
      max-width: 100%; }

  #vertical-tabs {
    display: none; }

  #vertical-tabs-mobile {
    padding: var(--ym) var(--xm);
    display: block; }
    #vertical-tabs-mobile .tab-item {
      padding: 40px;
      position: sticky;
      top: 40px;
      margin-bottom: 40px;
      border-radius: 10px; }
    #vertical-tabs-mobile .vcard__title {
      color: #31131b;
      font-size: var(--font_56); }
    #vertical-tabs-mobile .vcard__content {
      color: #31131b;
      padding-bottom: 40px; }

  #feature .feature__item {
    max-width: 60vw;
    margin: 0 auto;
    min-height: auto !important; }
    #feature .feature__grid {
      flex-direction: column;
      gap: 65px; }
    #feature .feature__pattern {
      bottom: 0.9vw; }

  #leaderboard .leaderboard__inner {
    padding: 5% 0px; }

  #reels {
    padding: 7% var(--xm); }
    #reels .reel__grid {
      flex-wrap: wrap;
      column-gap: 6%; }
    #reels .reel__item {
      width: 46%;
      margin-bottom: 40px; }
    #reels .reel__item.odd {
      margin-top: 0px; }
    #reels .reel__button a {
      zoom: 0.8; }
    #reels video {
      width: 100%;
      height: 100%; }
    #reels .content__title {
      font-size: 14vw; }

  #proof .proof__overlay .proof__heading {
    font-size: 9vw; }

  #training-workshops #jump-to h2 {
    font-size: 20vw; }
    #training-workshops #jump-to .anchors {
      flex-wrap: wrap;
      justify-content: center;
      align-items: center; }
    #training-workshops #jump-to .anchors a {
      width: 35%; }
    #training-workshops #contact-form-simple .contact__inner {
      padding: 40px 20px; }
    #training-workshops #upcoming .upcoming__heading {
      margin-bottom: var(--xm); }
    #training-workshops #upcoming .upcoming__list {
      padding-left: 0px;
      row-gap: 40px; }
    #training-workshops #split-column .container-fluid .row {
      display: flex;
      flex-direction: column; }
    #training-workshops #split-column .container-fluid .row .col-md-6.left, #training-workshops #split-column .container-fluid .row .col-md-6.right {
      width: 100% !important; }
    #training-workshops #split-column .split__wrap {
      padding: 40px 0px 0px 0px !important;
      padding-left: 0px !important;
      padding-right: 0px !important; }
    #training-workshops #split-column .split__image {
      width: 100%;
      max-width: 100%;
      padding-right: 0px;
      padding-left: 0px; }
      #training-workshops #split-column .split__image img {
        width: 100%; }
    #training-workshops #split-column .split__content {
      padding-top: 20px; }
    #training-workshops #split-column.two-col-img .container-fluid.left .split__wrap {
      padding-left: 0px !important; }
    #training-workshops #organisational-coaching #split-column.two-col-img .split__wrap {
      padding-right: 0px !important;
      padding-top: 0px !important; }
    #training-workshops #keynote-speaker #split-column .split__image, #training-workshops #one-on-one #split-column .split__image, #training-workshops #organisational-coaching #split-column .split__image {
      max-width: 70% !important;
      margin: 0 auto; }
    #training-workshops #keynote-speaker #split-column.two-col-img .split__button {
      position: relative;
      bottom: unset;
      left: unset; }
    #training-workshops #keynote-speaker .show_desktop {
      display: none !important; }
    #training-workshops #keynote-speaker .show_mobile {
      display: block !important; }
    #training-workshops #organisational-coaching .split__subheading {
      font-size: var(--font_36);
      padding-top: 10px; }

  #organisational-coaching #split-column.split__wrap {
    padding-right: 0px !important;
    padding-top: 0px !important; }

  #custom-page .marquee {
    font-size: calc(var(--font_64) - 120%); }
    #custom-page #split-column .container-fluid .row {
      display: flex;
      flex-direction: column; }
    #custom-page #split-column .col-md-6 {
      width: 100%; }
    #custom-page #split-column .split__image {
      text-align: center;
      padding-left: var(--xm);
      padding-right: var(--xm); }
      #custom-page #split-column .split__image img {
        max-width: 100%; }
    #custom-page #split-column .split__heading {
      padding-top: 40px; }
    #custom-page #split-column.social-media-shay .split__wrap {
      padding: 0px 0px 0px 0px !important; }
    #custom-page #split-column.social-media-shay .show_desktop {
      display: none !important; }
    #custom-page #split-column.social-media-shay .show_mobile, #custom-page #split-column.social-media-shay .show_tablet {
      display: block !important; }
    #custom-page #split-column.two-col-wide .col-xl-8, #custom-page #split-column.two-col-wide .col-xl-4 {
      width: 100%; }
    #custom-page #split-column.two-col-wide .container-fluid.right .split__wrap {
      padding-right: 0px !important; }
    #custom-page #split-column.two-col-wide .container-fluid.right .split__image {
      padding-left: 0px !important;
      padding-right: 0px !important; }
    #custom-page #split-column.two-col-wide .container-fluid.left .split__wrap {
      padding-left: 0px !important; }
    #custom-page #split-column.two-col-wide .container-fluid.left .split__image {
      padding-left: 0px !important;
      padding-right: 0px !important; }
    #custom-page #heading-style-1 .container {
      padding: 10% var(--xm); }
    #custom-page #contact-form-simple .contact__inner {
      padding: 40px 20px; }
    #custom-page #contact-form .contact__header {
      flex-direction: column; }
    #custom-page #contact-form .contact__header.left {
      flex-direction: row;
      margin-bottom: 0px; }
      #custom-page #contact-form .contact__header.left br {
        display: none; }
    #custom-page #contact-form .contact__header.right {
      top: 0px;
      text-align: left; }
      #custom-page #contact-form .contact__header.right br {
        display: none; }
    #custom-page #contact-form .contact__sub {
      max-width: 100%; }
      #custom-page #contact-form .contact__sub br {
        display: none; }
    #custom-page #contact-form .wpforms-container {
      padding-top: 30px; }
    #custom-page #contact-form .contact__form button[type=submit], #custom-page #contact-form .contact__form button[type=submit] {
      zoom: 0.8; }
    #custom-page #feature_image .feature__heading {
      font-size: 14vw; }
    #custom-page #cta {
      padding: 60px var(--xm); }
    #custom-page #cta .cta__heading {
      font-size: var(--font_96); }

  #video-projects .project__item.type-reel img, #video-projects .project__item.type-reel video {
    max-width: 100%; }
    #video-projects .project__item {
      padding-bottom: 60px; }
    #video-projects .project__left {
      padding: 0px 0px; }
    #video-projects .project__right {
      padding: 20px 0px 0px 0px; }
    #video-projects .project__item.type-reel .video-poster {
      width: 100%;
      max-width: 100%; }

  .card {
    width: 100% !important;
    min-height: 500px !important; }

  .card-title {
    font-size: 6vw !important; }

  .marquee.top-marquee {
    font-size: calc(var(--font_64) - 120%); }

  body.page-id-5772 #split-column.two-col-img {
    padding-top: 60px; }

  #footer-wrap #footer .col-xl-5, #footer-wrap #footer .col-xl-2 {
    width: 100%; }
    #footer-wrap #footer .footer__top, #footer-wrap #footer .footer__btm {
      text-align: center; }
    #footer-wrap #footer .footer__icon {
      text-align: center;
      min-height: unset;
      padding: 40px 0px; } }

@media (max-width: 767.98px) {
  html {
    font-size: 12px; }

  :root {
    --ym: 40px;
    --xm: 40px;
    --menu_height: 60px; }

  #sub-3972 {
    top: unset !important;
    transform: unset !important; }

  .show_desktop {
    display: none !important; }

  .show_mobile, .show_tablet {
    display: block !important; }

  .toplogo {
    max-width: 106px !important; }

  .fullscreen-hamburger {
    top: 8px;
    right: 18px;
    width: 53px;
    height: 42px;
    gap: 8px; }

  .fullscreen-hamburger span:nth-child(1) {
    width: 36px; }

  .fullscreen-hamburger span:nth-child(2) {
    width: 36px; }

  .fullscreen-hamburger span:nth-child(3) {
    width: 36px; }

  .fullscreen-close-btn, body.admin-bar .fullscreen-close-btn {
    top: 8px;
    right: 18px;
    width: 53px;
    height: 42px; }

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

  #home-page #fixed-scroll .fixed {
    position: sticky;
    top: 0px; }
    #home-page #fixed-scroll .fixed-scroll__text {
      padding: 20vh 10% 20vh 10%;
      background: #31131b; }
    #home-page #fixed-scroll .h100 {
      height: auto; }
    #home-page #fixed-scroll p {
      font-size: 3rem; }
    #home-page #fixed-scroll .fixed-scroll__sec1, #home-page #fixed-scroll .fixed-scroll__sec2, #home-page #fixed-scroll .fixed-scroll__sec3, #home-page #fixed-scroll .fixed-scroll__sec4, #home-page #fixed-scroll .fixed-scroll__sec5, #home-page #fixed-scroll .fixed-scroll__sec6, #home-page #fixed-scroll .fixed-scroll__sec7, #home-page #fixed-scroll .fixed-scroll__sec8 {
      height: auto !important;
      padding-top: 15vw;
      height: auto !important; }
    #home-page #fixed-scroll .fixed-scroll__sec1 {
      padding-top: 0 !important; }
    #home-page #ready {
      padding-top: 80px;
      padding-bottom: 80px; }
    #home-page #ready .col-xl-4 {
      width: 100%; }
    #home-page #ready .col-xl-8 {
      width: 100%; }
    #home-page #ready .trailblazers {
      flex-direction: row !important;
      padding-bottom: 40px; }
    #home-page #services {
      padding-top: 15%;
      padding-bottom: 15%; }
    #home-page #services .services-header__title, #home-page #services .services-header__subtitle {
      font-size: 7vw; }
      #home-page #services .services-header__highlight {
        padding: 25px 0px 0px 0px; }
    #home-page .image-marquee .image-marquee__image--default {
      opacity: 0 !important; }
    #home-page .image-marquee .image-marquee__image--hover {
      opacity: 1 !important; }
    #home-page #kind-words {
      background-size: 160% !important; }
    #home-page #kind-words .duck {
      left: -200px !important; }
      #home-page #kind-words .duck img {
        width: 25vw !important; }
    #home-page #antics {
      padding: 80px 20px; }
    #home-page #antics .antics__heading {
      padding-left: 20px;
      padding-right: 20px; }
    #home-page #antics .antics-slider .slider-card {
      transform: rotate(0deg) !important;
      margin: 0px 10px; }
      #home-page #antics .antics-slider .slider-card__heading h3 {
        font-size: var(--font_64) !important; }
        #home-page #antics .antics-slider .slider-card__heading h3 br {
          display: none; }
      #home-page #antics .antics-slider .slider-item {
        zoom: 0.8; }

  #video_banner {
    height: 75vw; }
    #video_banner .overlay__button {
      padding-top: 20px; }

  #portfolio-page .portfolio__heading {
    font-size: 19vw;
    letter-spacing: 0px; }
    #portfolio-page .portfolio__subheading {
      font-size: 9vw; }

  #portfolio-grid #filters {
    flex-direction: column; }
    #portfolio-grid #filters select {
      zoom: 0.8; }
    #portfolio-grid #filters .ui-group {
      padding-right: 0px;
      margin-bottom: 40px; }
    #portfolio-grid .grid-sizer, #portfolio-grid .grid-item {
      width: 50%; }

  #chat .yours.messages.has-image {
    max-width: 100% !important; }
    #chat .yours.messages.has-image .message-image {
      right: unset;
      left: -100px;
      top: 0px; }
    #chat .yours.messages.has-image img {
      zoom: 0.8; }
    #chat .yours.messages.has-image .message {
      max-width: 90% !important;
      width: 100% !important;
      margin-right: 0px;
      margin-left: 17%; }
    #chat .mine.messages.has-image {
      max-width: 100% !important; }
    #chat .mine.messages.has-image .message-image {
      left: unset;
      right: 40px;
      bottom: 0px; }
    #chat .mine.messages.has-image img {
      zoom: 0.8; }
    #chat .mine.messages.has-image .message {
      max-width: 90% !important;
      width: 100% !important;
      margin-left: 0px;
      margin-right: 33%; }

  #chat.testimonials {
    padding: 16% var(--xm) 25% var(--xm); }
    #chat.testimonials .chat__heading {
      font-size: 9.8vw; }

  #approach .approach__card p {
    font-size: var(--content_size); }

  #specialties .marquee {
    display: none; }

  #specialties-swiper {
    display: block; }

  #feature .feature__item {
    max-width: 80vw;
    margin: 0 auto; }
    #feature .feature__pattern {
      bottom: 1.5vw; }

  #proof .proof__overlay .proof__heading {
    font-size: 13vw; }
    #proof .proof__video {
      height: 250vw; }
    #proof .flex-row {
      width: 80%;
      justify-content: center;
      flex-direction: column !important; }
    #proof .card-1 {
      margin-bottom: 40px; }
    #proof .card-1, #proof .card-2 {
      width: 100%;
      margin-right: 0px;
      margin-left: 0px; }
    #proof video {
      width: 100%;
      height: 100%;
      min-height: 100vw; }

  #leaderboard .leaderboard__inner {
    padding: 60px 0px; }
    #leaderboard .leaderboard__inner .row.stats .col-xl-4 {
      margin-bottom: 0px; }
    #leaderboard .leaderboard__wrapper {
      border-bottom: 0px;
      height: auto !important; }
    #leaderboard .leaderboard__text {
      max-width: 70%;
      margin: 0 auto; }
    #leaderboard .leaderboard__top {
      font-size: 15vw; }

  #photography .photography__tags {
    flex-wrap: wrap;
    justify-content: center; }
    #photography .photography__tag {
      width: 47%;
      display: flex;
      justify-content: center;
      align-items: center; }

  #videography .videography__tags {
    flex-wrap: wrap;
    justify-content: center; }
    #videography .videography__tag {
      width: 47%;
      display: flex;
      justify-content: center;
      align-items: center; }

  #video-projects {
    padding: 60px var(--xm); }
    #video-projects .video-projects__heading {
      font-size: 14vw; }

  #training-workshops #slider .marquee__inner span {
    width: 250px; }
    #training-workshops #jump-to .anchors a {
      width: 45%; }
    #training-workshops #keynote-speaker #split-column .split__image, #training-workshops #one-on-one #split-column .split__image, #training-workshops #organisational-coaching #split-column .split__image {
      max-width: 80% !important; }
    #training-workshops #upcoming .upcoming__when {
      min-width: 200px; }

  #custom-page #heading-style-1 .heading__top {
    font-size: 7vw; }
    #custom-page #heading-style-1 .heading__main {
      font-size: 20vw; }
    #custom-page #heading-style-1 .heading__bottom {
      font-size: 7vw;
      padding-top: 10px; }
    #custom-page #feature_image .feature__heading {
      font-size: 16vw; }
    #custom-page #reel .reel__video {
      max-width: 100%; }
    #custom-page #reel .reel__wrap {
      padding: 40px 0px 0px 0px; }
    #custom-page #reel .reel__content {
      width: 100%; }
    #custom-page #reel .reel__content br {
      display: none; }

  body.page-id-5460 .card {
    min-height: 300px !important; }

  .card-title {
    font-size: var(--font_48) !important; }

  #contact-page #contact .wpforms-container-full .wpforms-field-checkbox label {
    background-size: contain !important;
    width: 100%;
    background-repeat: no-repeat !important;
    line-height: 50% !important; }
    #contact-page #header-image .header__address {
      line-height: 150% !important; }
    #contact-page #header-image .header__address br {
      display: block; }
    #contact-page #header-image .header__image img {
      min-height: 60vh;
      object-fit: cover;
      width: 100%;
      height: 100%; }
    #contact-page #header-image .header__overlay {
      justify-content: center; }
    #contact-page #header-image .header__overlay h1 {
      font-size: var(--font_96); }

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

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

  body.woocommerce-cart #wrap, body.woocommerce-checkout #wrap {
    padding: 20px !important; }
    body.woocommerce-cart #page-wrap, body.woocommerce-checkout #page-wrap {
      padding: 0px !important; }
    body.woocommerce-cart .checkout-heading, body.woocommerce-checkout .checkout-heading {
      padding: 0px 0px 20px 0px;
      margin-bottom: 0px; }

  body.post-type-archive-product #wrap, body.tax-product_cat #wrap, body.tax-product_tag #wrap {
    padding: 20px !important; }

  body.single-product #wrap {
    padding: 20px !important; }

  body.woocommerce-cart table.shop_table thead .product-price {
    width: 100% !important; }
    body.woocommerce-cart table.shop_table thead .product-quantity {
      width: 100% !important; }
    body.woocommerce-cart table.shop_table thead .product-subtotal {
      width: 100% !important; }
    body.woocommerce-cart table.shop_table tbody .product-thumbnail, body.woocommerce-cart table.shop_table tbody .product-thumbnail img {
      width: 50px !important; }
    body.woocommerce-cart table.shop_table tbody .product-price {
      width: 100% !important; }
    body.woocommerce-cart table.shop_table tbody .product-subtotal {
      width: 100% !important; }
    body.woocommerce-cart table.shop_table tbody .product-name a {
      display: flex;
      width: 100%;
      text-align: left; }
    body.woocommerce-cart table.shop_table_responsive tr td {
      padding: 5px 0px; }
    body.woocommerce-cart .cart_item {
      border-bottom: 2px solid var(--primary) !important; }
    body.woocommerce-cart .cart_item td {
      border: none !important; }
    body.woocommerce-cart .cart_item td.product-quantity {
      display: flex !important;
      flex-direction: row !important;
      justify-content: space-between !important; }
    body.woocommerce-cart .cart_item .quantity {
      width: 100px;
      margin-right: 0px !important; }
    body.woocommerce-cart .cart_item .quantity .input-group {
      width: 100px; }
    body.woocommerce-cart .cart_item .bootstrap-touchspin-down.btn-primary, body.woocommerce-cart .cart_item .bootstrap-touchspin-up.btn-primary {
      padding: 0px 5px !important; }
    body.woocommerce-cart .cart_item input[type=number] {
      padding: 0px 5px !important; }
    body.woocommerce-cart table.shop_table_responsive tr:nth-child(2n) td {
      background: none !important; }
    body.woocommerce-cart .coupon {
      width: 100%; }
    body.woocommerce-cart .coupon button.button {
      width: 100% !important; }
    body.woocommerce-cart .coupon .input-text {
      width: 100% !important;
      padding: 10px 0px !important;
      margin: 0px 0px 20px 0px !important; }
    body.woocommerce-cart button.button {
      font-size: var(--button_size) !important;
      zoom: 0.8;
      padding: 10px 20px !important;
      border-width: 4px !important; }
    body.woocommerce-cart a.checkout-button {
      zoom: 1;
      padding: 10px 50px !important; }
    body.woocommerce-cart .wc-proceed-to-checkout {
      text-align: center; }

  body.woocommerce-checkout .woocommerce {
    padding-bottom: 40px; }
    body.woocommerce-checkout form.checkout {
      display: flex;
      flex-direction: column; }
    body.woocommerce-checkout #customer_details {
      width: 100%;
      display: flex;
      flex-direction: column; }
    body.woocommerce-checkout #order_review {
      margin-left: 0px;
      margin-top: 40px;
      width: 100%;
      display: flex;
      flex-direction: column; }
    body.woocommerce-checkout button#place_order {
      flex-direction: column;
      align-content: center;
      flex-wrap: wrap; } }

@media (max-width: 575.98px) {
  #home-page #ready h3 {
    font-size: 11vw !important; }
    #home-page #kind-words {
      background-size: 160% !important; }
      #home-page #kind-words .duck {
        left: -200px !important; }
        #home-page #kind-words .duck img {
          width: 30vw !important; }
    #home-page #services .card {
      min-height: 600px !important; }
      #home-page #services .card-content {
        padding-left: 0px !important; }

  #popup {
    zoom: 0.6; }
    #popup .popup__bg {
      width: 100%;
      height: 100%; }
    #popup .popup__top {
      flex-direction: column;
      padding: 40px 20px 0px 20px; }
    #popup .popup__right {
      border-left: none !important;
      width: 100%; }
    #popup .popup__left {
      width: 100%; }
    #popup .popup__heading {
      font-size: var(--font_96);
      text-align: center; }
    #popup .popup__content {
      font-family: 'Aktiv Grotesk Regular', sans-serif;
      font-size: 18px !important;
      line-height: 24px !important; }
    #popup .popup__btm-inner {
      width: 100%;
      flex-direction: column;
      justify-content: unset;
      align-items: center;
      gap: 20px; }
    #popup .popup__scroll {
      overflow: scroll;
      max-height: 150vh; }

  #portfolio-work .work {
    display: none !important; }
    #portfolio-work .gallery {
      height: auto;
      margin: 0 auto;
      position: relative;
      margin-top: 40px;
      width: 85%; }

  #proof .proof__overlay .proof__heading {
    font-size: 15vw; }
    #proof .proof__video {
      height: 280vw; }

  #photography .photography__heading {
    font-size: 14vw; }
    #photography .photography__tags {
      max-width: 80%;
      margin-left: auto;
      margin-right: auto; }
    #photography .photography__tag {
      width: 100%; }

  #videography .videography__heading {
    font-size: 14vw; }
    #videography .videography__tags {
      max-width: 80%;
      margin-left: auto;
      margin-right: auto; }
    #videography .videography__tag {
      width: 100%; }

  #video-projects .video-projects__heading {
    font-size: 18vw; }

  #single-service.video #booking .booking__inner {
    flex-direction: column-reverse; }
    #single-service.video #booking .booking__link {
      padding-top: 40px; }
    #single-service.video #booking .booking__inner {
      padding-top: 40px; }

  #training-workshops #slider .marquee__inner span {
    width: 200px; }
    #training-workshops #jump-to h2 {
      font-size: 20vw;
      letter-spacing: 7px; }

  #custom-page #heading-style-1 .heading__top {
    font-size: 9vw; }
    #custom-page #heading-style-1 .heading__main {
      font-size: 25vw; }
    #custom-page #heading-style-1 .heading__bottom {
      font-size: 9vw;
      padding-top: 15px; }

  #footer-wrap #footer .footer__top, #footer-wrap #footer .footer__btm {
    display: flex;
    flex-direction: column;
    align-items: center; }
    #footer-wrap #footer .footer__top span {
      padding-right: 0px;
      padding-bottom: 10px; }

  #chat .messages, #chat.testimonals .messages {
    transform: scale(0.9); }
    #chat .yours.messages, #chat.testimonals .yours.messages {
      margin-left: 20px; }
    #chat .mine.messages, #chat.testimonals .mine.messages {
      margin-right: 20px; }
    #chat .message, #chat.testimonals .message {
      max-width: 100%; }
    #chat .yours.messages.has-image .message, #chat.testimonals .yours.messages.has-image .message {
      margin-left: 0px;
      max-width: 100% !important; }
    #chat .yours.messages.has-image .message-image, #chat.testimonals .yours.messages.has-image .message-image {
      right: unset;
      left: -50px;
      zoom: 0.7;
      bottom: 0px;
      top: unset;
      position: relative; }
    #chat .mine.messages.has-image .message, #chat.testimonals .mine.messages.has-image .message {
      max-width: 100% !important;
      margin-right: 0px; }
    #chat .mine.messages.has-image .message-image, #chat.testimonals .mine.messages.has-image .message-image {
      left: unset;
      right: -50px;
      zoom: 0.7;
      position: relative; }
    #chat .mine.messages.has-image .message, #chat.testimonals .mine.messages.has-image .message {
      padding-right: 40px; }
    #chat .mine, #chat.testimonals .mine {
      right: 0px; }

  #chat.testimonials .chat {
    margin: 0px -30px;
    width: 100vw; }
    #chat.testimonials .mine {
      max-width: 100% !important; }
    #chat.testimonials .messages {
      margin-bottom: 0px !important;
      margin-top: 0px !important;
      max-width: 100% !important; }
    #chat.testimonials .message, #chat.testimonials .mine.message {
      align-items: normal !important;
      width: 100vw !important; }

  #footer-wrap #footer {
    text-align: center !important;
    line-height: 130%; }
    #footer-wrap #footer .col-xl-5, #footer-wrap #footer .col-xl-7, #footer-wrap #footer .col-xl-2 {
      width: 100%; }
    #footer-wrap #footer .address .footer__top {
      flex-direction: column;
      justify-content: center;
      gap: 40px; }

  body.blog #content .blog-grid__item {
    width: 80%;
    margin: 0 auto;
    margin-bottom: 60px; }
    body.blog #content .blog-list__title {
      font-size: var(--font_48) !important; }
    body.blog #content .blog-grid__item:nth-child(2) article, body.blog #content .blog-grid__item:nth-child(5) article, body.blog #content .blog-grid__item:nth-child(8) article {
      margin-top: 0px; }
    body.blog #content .blog-grid__item:nth-child(3) article, body.blog #content .blog-grid__item:nth-child(6) article, body.blog #content .blog-grid__item:nth-child(9) article {
      margin-top: 0px; }
    body.blog .page-link {
      font-size: 20px !important; }
    body.blog #statement {
      padding-top: 60px; }

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

@media (max-width: 460px) {
  html {
    font-size: 11px; }

  :root {
    --ym: 20px;
    --xm: 20px;
    --h1_size: 5rem;
    --font_110: 5rem; }

  .marquee.top-marquee {
    font-size: var(--font_36); }

  #home-page #header .header__video .watch {
    top: 27vw; }
    #home-page #header .header__text {
      padding: 20px 20px 30px 20px; }
    #home-page #fixed-scroll p {
      font-size: 2.5rem; }
    #home-page #ready .ready__heading {
      font-size: 13vw !important; }
    #home-page .image-marquee__image {
      max-height: 200px; }
    #home-page #services .services-header__title, #home-page #services .services-header__subtitle {
      font-size: var(--font_56) !important; }
      #home-page #services .services-header__highlight {
        padding: 15px 0px 0px 0px; }
    #home-page #notgoodat h3 {
      margin-bottom: 50px;
      padding-top: 10%; }
    #home-page #notgoodat .marquee__inner {
      min-height: 35px !important; }
      #home-page #notgoodat .marquee span {
        font-size: 3rem !important; }
    #home-page #kind-words {
      padding-top: 60px;
      background-size: 230% !important; }
    #home-page #kind-words .duck {
      left: -150px !important; }
      #home-page #kind-words .duck img {
        width: 36vw !important; }

  #team-page #people {
    width: 80%;
    margin: 0 auto; }
    #team-page #people .people__heading {
      margin-bottom: 60px !important; }
    #team-page #people .people__heading, #team-page #values .values__heading {
      font-size: 16vw; }
    #team-page #people .person__position {
      font-size: calc(var(--font_64) - 50%); }
    #team-page #people .person__link span {
      top: 1px; }

  #video_banner {
    height: 120vw; }

  #portfolio-page .portfolio__subheading {
    margin-bottom: 20px; }

  #portfolio-grid #filters select {
    zoom: 0.7; }
    #portfolio-grid .grid-sizer, #portfolio-grid .grid-item {
      width: 100%; }

  #vertical-tabs-mobile .vcard__btn {
    zoom: 0.8; }

  #specialties h2 {
    font-size: 13vw;
    letter-spacing: 0px; }

  #statement {
    padding: 40px var(--xm); }
    #statement .statement__heading {
      font-size: 3rem !important; }

  #chat.testimonials {
    padding: 25% var(--xm) 45% var(--xm); }

  #booking {
    padding: 15% var(--xm); }

  #leaderboard .leaderboard__inner {
    padding: 60px var(--xm);
    margin: 0px; }
    #leaderboard .leaderboard__text {
      max-width: 100%; }
    #leaderboard .leaderboard__wrapper {
      padding: 0px; }
    #leaderboard .leaderboard__top {
      letter-spacing: 0px;
      font-size: 18vw; }

  #reels {
    padding: var(--ym) var(--xm); }
    #reels .reel__grid {
      column-gap: 0px; }
    #reels .reel__item {
      width: 100%;
      margin-bottom: 20px; }
    #reels .reel__button a {
      zoom: 0.7; }
    #reels .content__title {
      font-size: 17vw; }

  #proof .proof__overlay .proof__heading {
    font-size: 17vw; }
    #proof .proof__video {
      height: 300vw; }

  #photography .photography__heading {
    font-size: 12vw; }
    #photography .photography__tags {
      max-width: 100%; }

  #videography .videography__heading {
    font-size: 12vw; }
    #videography .videography__tags {
      max-width: 100%; }

  #training-workshops #slider .marquee__inner span {
    width: 150px; }
    #training-workshops #jump-to {
      padding: 40px var(--xm); }
    #training-workshops #jump-to h2 {
      font-size: 24vw;
      letter-spacing: 2px; }
    #training-workshops #jump-to .anchors {
      padding-top: 20px; }
      #training-workshops #jump-to .anchors a {
        width: 60%; }
    #training-workshops #keynote-speaker #split-column.two-col-img .split__button {
      margin-top: 0px; }
    #training-workshops #keynote-speaker #split-column .split__image, #training-workshops #one-on-one #split-column .split__image, #training-workshops #organisational-coaching #split-column .split__image {
      max-width: 100% !important; }
    #training-workshops .alt-images {
      padding-top: 60px; }
    #training-workshops .alt-images .keynote-img-2 {
      top: 3vw; }
    #training-workshops #contact-form-simple .contact__inner {
      padding: 20px; }
    #training-workshops #upcoming .upcoming__when {
      min-width: 100%; }
      #training-workshops #upcoming .upcoming__item {
        flex-direction: column; }
    #training-workshops #workshops .split__heading, #training-workshops #upcoming .split__heading, #training-workshops #one-on-one .split__heading, #training-workshops #organisational-coaching .split__heading, #training-workshops #keynote-speaker .split__heading {
      font-size: var(--font_64); }

  #custom-page .marquee {
    font-size: var(--font_36); }
    #custom-page #heading .container {
      padding: 40px var(--xm); }
    #custom-page #heading-style-1 .heading__main {
      letter-spacing: 6px; }
    #custom-page #split-column .split__heading {
      padding-top: 20px; }
    #custom-page #contact-form .contact__inner, #custom-page #contact-form-simple .contact__inner {
      padding: 40px var(--xm); }
      #custom-page #contact-form .contact__header, #custom-page #contact-form-simple .contact__header {
        font-size: var(--font_64); }
    #custom-page #contact-form .contact__form button[type=submit], #custom-page #contact-form-simple .contact__form button[type=submit], #custom-page #contact-form .contact__form button[type=submit], #custom-page #contact-form-simple .contact__form button[type=submit] {
      zoom: 0.6; }
    #custom-page #contact-form-simple .contact__inner {
      padding: 20px; }
    #custom-page #feature_image .feature__heading {
      margin-top: -30px;
      margin-bottom: 20px; }
    #custom-page #cta .wpforms-container {
      padding-top: 0px; }

  .h1, .h1_size {
    font-size: calc(var(--font_110) - 30%) !important; }
    .h1 h1, .h1_size h1, .h1 h2, .h1_size h2, .h1 h3, .h1_size h3, .h1 h4, .h1_size h4, .h1 h5, .h1_size h5, .h1 h6, .h1_size h6, .h1 p, .h1_size p, .h1 li, .h1_size li, .h1 a, .h1_size a {
      font-size: calc(var(--font_110) - 30%) !important; }

  .h2, .h2_size {
    font-size: calc(var(--font_96) - 20%) !important; }
    .h2 h1, .h2_size h1, .h2 h2, .h2_size h2, .h2 h3, .h2_size h3, .h2 h4, .h2_size h4, .h2 h5, .h2_size h5, .h2 h6, .h2_size h6, .h2 p, .h2_size p, .h2 li, .h2_size li, .h2 a, .h2_size a {
      font-size: calc(var(--font_96) - 20%) !important; }

  .h3, .h3_size {
    font-size: calc(var(--font_84) - 40%) !important; }
    .h3 h1, .h3_size h1, .h3 h2, .h3_size h2, .h3 h3, .h3_size h3, .h3 h4, .h3_size h4, .h3 h5, .h3_size h5, .h3 h6, .h3_size h6, .h3 p, .h3_size p, .h3 li, .h3_size li, .h3 a, .h3_size a {
      font-size: calc(var(--font_84) - 40%) !important; }

  .card-title {
    font-size: var(--font_48) !important; }

  .pattern-strip {
    zoom: 0.4;
    width: 400vw;
    left: -35vw; }

  #contact-page #contact .wpforms-container-full .wpforms-field-checkbox label {
    background-size: contain !important;
    width: 100%;
    background-repeat: no-repeat !important;
    line-height: 50% !important; }
    #contact-page #header-image .header__image img {
      min-height: 45vh; }
    #contact-page .contact__heading {
      padding-top: 40px; }

  #signup h4 {
    text-align: center; }
    #signup input[type=submit] {
      width: 100%; } }

@media (max-width: 990px) {
  body.page-id-3621 {
    padding: 5% 5%;
    font-size: 20px !important; }
    body.page-id-3621 h1 {
      font-size: 40px !important; }
    body.page-id-3621 h2, body.page-id-3621 h3 {
      font-size: 30px !important; }
    body.page-id-3621 h4, body.page-id-3621 h6, body.page-id-3621 h6 {
      font-size: 40px !important; }
    body.page-id-3621 .col-xl-6 {
      width: 100% !important; }
    body.page-id-3621 #custom-page #split-column {
      padding: 0px; }
      body.page-id-3621 #custom-page #split-column .split__wrap {
        padding-left: 0px;
        padding-right: 0px; }
        body.page-id-3621 #custom-page #split-column .split__content {
          padding-bottom: 0px; }
      body.page-id-3621 #custom-page #split-column.header {
        padding-top: 60px; }
      body.page-id-3621 #custom-page #split-column.header .split__image {
        width: 100%;
        max-width: 60%;
        margin: 0 auto !important; }
      body.page-id-3621 #custom-page #split-column.header .split__heading {
        font-size: 40px !important; }
      body.page-id-3621 #custom-page #split-column-text {
        padding: 0px; }
      body.page-id-3621 #custom-page #split-column-text.section-1 .row {
        display: flex;
        flex-direction: column-reverse; }
      body.page-id-3621 #custom-page #split-column-text.section-1 .col-xl-6:first-child {
        padding-right: 0px !important; }
      body.page-id-3621 #custom-page #split-column-text.section-1 .col-xl-6:last-child .split__content {
        display: flex;
        flex-direction: column;
        align-items: center; }
      body.page-id-3621 #custom-page #split-column-text.ticket-options .col-xl-6:first-child {
        margin-bottom: 40px !important; }
      body.page-id-3621 #custom-page #split-column-text.ticket-options .boxed.left {
        margin-right: 0px !important;
        margin-bottom: 40px !important; }
      body.page-id-3621 #custom-page #split-column-text.ticket-options .boxed.right {
        margin-left: 0px !important; }
      body.page-id-3621 #custom-page #split-column-text.ticket-options .col-xl-6 .split__content {
        padding-bottom: 0px; }
    body.page-id-3621 #heading.pad-top-0 {
      padding-bottom: 20px !important; }
    body.page-id-3621 #heading {
      padding: 5% 0% 40px 0% !important; } }
