:root {
  --menu_height: 100px;
  --menu_position: fixed; }

:root {
  --primary: #e0e0e0;
  --secondary: #084826;
  --xm: 8%;
  --ym: 9%;
  --white: #e0e0e0;
  --black: #000;
  --green: #269459;
  --green-dark: #084826;
  --green-light: #269459;
  --orange: #c24903;
  --yellow: #eab000;
  --font_120: 7.5rem;
  --font_94: 5.875rem;
  --font_90: 5.625rem;
  --font_70: 4.375rem;
  --font_64: 4rem;
  --font_50: 3.125rem;
  --font_48: 3rem;
  --font_40: 2.5rem;
  --font_32: 2rem;
  --font_30: 1.875rem;
  --font_28: 1.75rem;
  --font_25: 1.5625rem;
  --font_24: 1.5rem;
  --font_20: 1.25rem;
  --h1_size: 4.375rem;
  --h2_size: 4rem;
  --h3_size: 3.125rem;
  --h4_size: 2.5rem;
  --h5_size: 2rem;
  --h6_size: 1.5rem;
  --content_size: 1.5rem;
  --nav_size: 1.5rem;
  --button_size: 1.5rem;
  --bs-body-font-family: 'Google Sans Code', sans-serif;
  --bs-body-font-size: 1.5rem;
  --bs-body-font-weight: 400;
  --bs-body-line-height: 1.5em;
  --bs-body-color: #e0e0e0;
  --bs-body-bg: #e0e0e0;
  --bs-primary: #e0e0e0;
  --bs-secondary: #084826;
  --wpforms-button-background-color-alt: transparent;
  --wpforms-button-background-color: transparent;
  --wpforms-button-text-color: #e0e0e0; }

* {
  margin: 0;
  padding: 0; }

html {
  font-size: 16px; }

body {
  font-size: var(--content_size);
  line-height: 1.5em;
  color: #e0e0e0;
  font-family: 'Google Sans Code', sans-serif;
  background: #000;
  font-weight: 400;
  cursor: url('../images/cursor_sml.png') 24 24, auto;
  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;
  margin-top: var(--menu_height); }

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

#primary-nav {
  background: rgba(0, 0, 0, 0.7);
  color: #e0e0e0 !important;
  position: var(--menu_position);
  top: 0px;
  z-index: 999;
  width: 100%;
  height: var(--menu_height) !important;
  padding: 0px 55px; }
  #primary-nav a, #primary-nav a.nav-link {
    color: #e0e0e0 !important; }
  #primary-nav a.gm-anchor, #primary-nav .gm-menu-item__txt {
    font-size: var(--nav_size) !important;
    text-transform: none;
    cursor: url('../images/cursor_sml.png') 24 24, auto; }
  #primary-nav .book-btn .gm-menu-item__txt {
    font-family: 'Google Sans Code', sans-serif !important;
    font-size: var(--button_size) !important;
    line-height: var(--button_size) !important;
    text-align: center;
    display: inline-block;
    font-weight: 400;
    padding: 15px 35px;
    text-transform: uppercase;
    background-image: none !important;
    text-shadow: none !important;
    box-shadow: none !important;
    background: none;
    box-sizing: border-box;
    position: relative;
    vertical-align: middle;
    border-radius: 12px;
    cursor: url('../images/cursor_sml.png') 24 24, auto;
    background-color: transparent;
    color: #e0e0e0;
    border: 2px solid #e0e0e0;
    box-shadow: none !important;
    transition: all 0.5s ease; }
    #primary-nav .book-btn .gm-menu-item__txt:hover {
      background: #e0e0e0 !important;
      color: #000 !important; }
  #primary-nav li.current-menu-item a.gm-anchor .gm-menu-item__txt {
    color: #084826 !important; }
  #primary-nav li.current-menu-item.text-green a.gm-anchor .gm-menu-item__txt {
    color: #269459 !important; }
  #primary-nav li.current-menu-item.text-orange a.gm-anchor .gm-menu-item__txt {
    color: #c24903 !important; }
  #primary-nav li.current-menu-item.text-yellow a.gm-anchor .gm-menu-item__txt {
    color: #eab000 !important; }

.gm-inner {
  height: var(--menu_height) !important;
  border-bottom: none !important; }

.gm-inner .gm-container, .gm-navbar {
  height: var(--menu_height) !important; }

.gm-navbar:not(.gm-navbar-sticky-toggle) .gm-inner {
  min-height: var(--menu_height) !important; }

.gm-dropdown-menu.gm-minicart-dropdown {
  background: rgba(0, 0, 0, 0.7); }

.gm-drawer--open .gm-logo, .gm-drawer--open .gm-menu-actions-wrapper {
  opacity: 1; }

.gm-navbar .gm-main-menu-wrapper {
  opacity: 1; }

.gm-dropdown-menu-wrapper .gm-dropdown-menu {
  border-top-color: rgba(0, 0, 0, 0.7) !important;
  background: rgba(0, 0, 0, 0.7) !important;
  color: #e0e0e0 !important; }
  .gm-dropdown-menu-wrapper .gm-dropdown-menu .gm-menu-item__link, .gm-dropdown-menu-wrapper .gm-dropdown-menu .gm-menu-item__txt {
    color: #e0e0e0 !important; }
  .gm-dropdown-menu-wrapper .gm-dropdown-menu .gm-menu-item__link:hover, .gm-dropdown-menu-wrapper .gm-dropdown-menu .gm-menu-item__txt:hover {
    color: #e0e0e0 !important; }

.gm-navigation-drawer--mobile {
  background: #000 !important; }
  .gm-navigation-drawer--mobile a.gm-anchor, .gm-navigation-drawer--mobile .gm-menu-item__txt {
    color: #e0e0e0 !important;
    font-weight: 400 !important;
    font-size: var(--nav_size) !important; }

.hamburger-inner, .hamburger-inner::before, .hamburger-inner::after, .gm-burger .hamburger-inner, .gm-burger .hamburger-inner::after, .gm-burger .hamburger-inner::before {
  background-color: #e0e0e0 !important;
  opacity: 1 !important; }

.gm-burger.hamburger.is-active .hamburger-inner, .gm-burger.hamburger.is-active .hamburger-inner::after, .gm-burger.hamburger.is-active .hamburger-inner::before, .gm-menu-btn-close-mobile-drawer .hamburger .hamburger-inner, .gm-menu-btn-close-mobile-drawer .hamburger .hamburger-inner::after, .gm-menu-btn-close-mobile-drawer .hamburger .hamburger-inner::before {
  background-color: #084826 !important;
  opacity: 1 !important; }

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

#holding-page::-webkit-scrollbar, #holding-page .wrapper::-webkit-scrollbar {
  display: none; }

#holding-page {
  width: 100vw;
  min-height: 100vh;
  height: 100%;
  overflow: scroll;
  position: fixed;
  background: #000;
  z-index: 9999;
  top: 0px;
  left: 0px;
  padding: 20px;
  scrollbar-width: none;
  font-family: 'Google Sans Code', sans-serif; }
  #holding-page h1, #holding-page h2, #holding-page h3, #holding-page h4, #holding-page h5, #holding-page h6 {
    font-family: 'Orbitron', serif; }
  #holding-page .wrapper {
    position: relative;
    width: 100%;
    height: 100%;
    overflow-y: scroll;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
    border-radius: 16px;
    border: 3px solid #269459;
    padding: 40px 5% 40px 5%;
    background: #000;
    scrollbar-width: none; }
  #holding-page .top {
    width: 100%;
    max-width: 1097px;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    justify-content: center; }
  #holding-page .btm {
    width: 100%; }
  #holding-page .holding__logo {
    padding-bottom: 60px;
    text-align: center; }
  #holding-page .holding__logo img {
    max-width: 150px; }
  #holding-page .holding__heading {
    color: #269459;
    text-align: center;
    font-family: Orbitron;
    font-size: 4.5rem;
    font-style: normal;
    font-weight: 800;
    line-height: normal;
    margin-bottom: 40px; }
  #holding-page .holding__content {
    color: #269459;
    text-align: center;
    font-size: 1.1rem;
    font-style: normal;
    font-weight: 500;
    line-height: 130%;
    margin-bottom: 20px; }
  #holding-page .holding__button {
    text-align: center; }
  #holding-page .holding__button a {
    border-radius: 8px;
    border: 3px solid #269459;
    background: #269459;
    color: #231f20;
    text-align: center;
    font-size: 1.125rem;
    font-style: normal;
    font-weight: 800;
    line-height: 130%;
    text-transform: uppercase;
    padding: 6px 20px;
    display: inline-block;
    min-width: 200px; }
    #holding-page .holding__button a:hover {
      border: 3px solid #269459;
      background: #000;
      color: #269459; }
  #holding-page .holding__grid {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    padding-top: 40px; }
  #holding-page .holding__grid a {
    font-size: 1.1rem; }

#home-page {
  margin-top: calc(var(--menu_height) * -1); }
  #home-page #header {
    position: relative; }
  #home-page #header .header__heading {
    min-height: 320px; }
  #home-page #header .header__overlay {
    background: none !important; }
  #home-page #intro {
    padding: var(--ym) var(--xm); }
  #home-page #intro .intro__heading {
    font-size: var(--font_48);
    font-style: normal;
    font-weight: 900;
    line-height: normal;
    letter-spacing: 1.2px;
    max-width: 565px; }
  #home-page #intro .intro__content {
    font-size: var(--font_24);
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    letter-spacing: 0.6px;
    max-width: 890px; }
  #home-page #intro .intro__button {
    padding-top: 100px; }
  #home-page #services-background {
    background-image: url('../images/services_bg.png');
    background-repeat: no-repeat;
    background-size: cover; }
  #home-page #services {
    padding: 0px var(--xm) var(--ym) var(--xm); }
  #home-page #services .services__grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-column-gap: 50px;
    grid-row-gap: 0px; }
  #home-page #services .services__item {
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    height: 100%;
    color: #000;
    border-radius: 20px;
    cursor: url('../images/cursor_sml.png') 24 24, auto; }
  #home-page #services .services__item.green {
    background: #269459; }
    #home-page #services .services__item.green .services__button .btn-black:hover {
      color: #269459 !important; }
  #home-page #services .services__item.orange {
    background: #c24903; }
    #home-page #services .services__item.orange .services__button .btn-black:hover {
      color: #c24903 !important; }
  #home-page #services .services__item.yellow {
    background: #eab000; }
    #home-page #services .services__item.yellow .services__button .btn-black:hover {
      color: #eab000 !important; }
  #home-page #services .services__image {
    position: relative; }
    #home-page #services .services__image img {
      width: 100%;
      border-radius: 20px 20px 0px 0px;
      padding: 6px; }
  #home-page #services .services__age {
    position: absolute;
    bottom: 15px;
    right: 20px;
    font-size: var(--font_24);
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    letter-spacing: 0.6px;
    color: #e0e0e0; }
  #home-page #services .services__heading {
    font-size: var(--font_40);
    font-style: normal;
    font-weight: 900;
    line-height: normal;
    letter-spacing: 1px;
    padding-top: 30px;
    color: #000; }
  #home-page #services .services__subheading {
    font-size: var(--font_24);
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    letter-spacing: 0.6px; }
  #home-page #services .services__content {
    font-size: var(--font_24);
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    letter-spacing: 0.6px;
    padding-top: 25px; }
    #home-page #services .services__content ul, #home-page #services .services__content ol {
      margin: 0px !important;
      padding: 0px; }
    #home-page #services .services__content li {
      list-style: none;
      padding-left: 10px;
      display: flex;
      flex-direction: row; }
      #home-page #services .services__content li span {
        padding-right: 10px;
        font-size: var(--font_40);
        margin-top: -10px; }
  #home-page #services .services__button {
    padding: 40px 32px 32px 32px;
    width: 100%; }
    #home-page #services .services__button a {
      width: 100%; }
  #home-page #services .services__padding {
    padding: 0px 32px; }
  #home-page #services .hvr-card {
    display: flex;
    flex-direction: column !important;
    justify-content: space-between !important;
    height: 100%; }
  #home-page #why {
    padding: 0px var(--xm) var(--ym) var(--xm); }
  #home-page #why .why__heading {
    text-align: center;
    font-size: var(--font_48);
    font-style: normal;
    font-weight: 900;
    line-height: normal;
    letter-spacing: 1.2px;
    margin-bottom: 100px; }
  #home-page #why .why__grid {
    display: flex;
    column-gap: 50px;
    row-gap: 50px; }
  #home-page #why .why__item {
    width: 20%; }
  #home-page #why .why__icon {
    text-align: center; }
  #home-page #why .why__subheading {
    text-align: center;
    font-size: var(--font_28);
    font-style: normal;
    font-weight: 900;
    line-height: normal;
    letter-spacing: 0.7px;
    padding: 20px 0px 40px 0px; }
  #home-page #why .why__content {
    text-align: center;
    font-size: var(--font_20);
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    letter-spacing: 0.5px; }
  #home-page #why .why__button {
    text-align: center;
    padding-top: 60px; }
  #home-page #mission {
    background: #084826;
    padding: 120px var(--xm); }
  #home-page #mission .mission__shape {
    margin: 0 auto; }
  #home-page #mission .mission__top img {
    width: 100%; }
  #home-page #mission .mission__bottom {
    position: relative;
    z-index: 1; }
    #home-page #mission .mission__bottom img {
      width: 100%; }
  #home-page #mission .mission__wrap {
    padding: 40px;
    background-image: url('../images/shape-1-middle.svg');
    background-repeat: repeat-y;
    background-size: 100%;
    position: relative;
    z-index: 3; }
  #home-page #mission .mission__grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-template-rows: repeat(3, 1fr);
    grid-column-gap: 100px;
    grid-row-gap: 0px;
    margin-bottom: -13%; }
    #home-page #mission .mission__grid .mission__item:nth-child(1) {
      grid-area: 1 / 1 / 2 / 2; }
    #home-page #mission .mission__grid .mission__item:nth-child(2) {
      grid-area: 2 / 1 / 3 / 2; }
    #home-page #mission .mission__grid .mission__item:nth-child(3) {
      grid-area: 3 / 1 / 4 / 2; }
    #home-page #mission .mission__grid .mission__item:nth-child(4) {
      grid-area: 1 / 2 / 4 / 3; }
  #home-page #mission .mission__item {
    color: #084826;
    display: flex;
    padding-bottom: 10px;
    position: relative;
    z-index: 5; }
  #home-page #mission .mission__heading {
    color: #084826;
    font-size: var(--font_48);
    font-style: normal;
    font-weight: 900;
    line-height: normal;
    letter-spacing: 1.2px;
    margin-top: -4%;
    margin-bottom: 35px; }
  #home-page #mission .mission__flex {
    width: 92%;
    padding: 0px 0px 0px 10px; }
  #home-page #mission .mission__icon {
    width: 18%; }
  #home-page #mission .mission__subheading {
    color: #084826;
    font-size: var(--font_32);
    font-style: normal;
    font-weight: 800;
    line-height: normal;
    letter-spacing: 0.8px;
    margin-bottom: 10px;
    padding-top: 10px; }
  #home-page #mission .mission__content {
    font-size: var(--font_24);
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    letter-spacing: 0.6px; }
  #home-page #book {
    padding: 90px var(--xm);
    background: url(../images/bg.svg);
    background-repeat: no-repeat;
    background-size: cover; }
  #home-page #book .book {
    display: flex; }
  #home-page #book .book__col-1 {
    width: 82%; }
  #home-page #book .book__col-2 {
    width: 18%; }
  #home-page #book .book__heading {
    font-size: var(--font_48);
    font-style: normal;
    font-weight: 900;
    line-height: normal;
    letter-spacing: 1.2px;
    margin-bottom: 30px; }
  #home-page #book .book__subheading {
    font-size: var(--font_32);
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    letter-spacing: 0.8px;
    padding-bottom: 60px;
    opacity: 0;
    transition: 1s all ease; }
  #home-page #book .book__content {
    font-size: var(--font_32);
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    letter-spacing: 0.8px;
    opacity: 0;
    transition: 1s all ease; }
    #home-page #book .book__content p {
      margin-bottom: 0px; }
  #home-page #book .book__button {
    padding: 100px 0px 0px 40px;
    opacity: 0;
    transition: 1s all ease; }
  #home-page #book .book__content.active, #home-page #book .book__subheading.active, #home-page #book .book__button.active {
    opacity: 1; }
  #home-page #testimonials {
    background: #e0e0e0;
    color: #084826;
    padding: 55px; }
  #home-page #testimonials .testimonials__heading {
    color: #084826;
    font-size: var(--font_48);
    font-style: normal;
    font-weight: 900;
    line-height: normal;
    letter-spacing: 1.2px;
    text-align: center;
    margin-bottom: 90px; }
  #home-page #testimonials .testimonials__wrapper {
    background: #e0e0e0;
    border-radius: 20px;
    border: 3px solid #084826;
    padding: 90px 40px;
    position: relative; }
  #home-page #testimonials .testimonials__content {
    color: #000;
    max-width: 1060px;
    margin: 0 auto;
    font-size: var(--font_24);
    text-align: center; }
  #home-page #testimonials .testimonials__name {
    color: #084826;
    text-align: center;
    font-size: var(--font_32);
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    letter-spacing: 0.8px;
    padding-top: 70px; }
  #home-page #blog {
    background: #084826;
    padding: var(--ym) var(--xm) 140px var(--xm); }
  #home-page #blog .blog__heading {
    font-size: var(--font_48);
    font-style: normal;
    font-weight: 900;
    line-height: normal;
    letter-spacing: 1.2px;
    text-transform: uppercase;
    margin-bottom: 90px; }
  #home-page #blog .blog__grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-column-gap: 100px;
    grid-row-gap: 0px; }
  #home-page #blog .blog__button {
    text-align: center;
    padding-top: 140px; }
  #home-page #blog .blog-item {
    display: flex;
    height: 100%;
    flex-direction: column;
    justify-content: space-between; }
  #home-page #blog .blog-item__title {
    line-height: 120%; }
    #home-page #blog .blog-item__title a {
      font-size: var(--font_32);
      font-style: normal;
      font-weight: 900;
      letter-spacing: 0.8px;
      line-height: 100%; }
  #home-page #blog .blog-item__desc {
    font-size: var(--font_24);
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    letter-spacing: 0.6px; }
  #home-page #blog .blog-item__link {
    text-align: center;
    padding-top: 50px; }
  #home-page #blog .blog-item__img {
    position: relative;
    max-width: 100%;
    margin-bottom: 25px; }
    #home-page #blog .blog-item__img image {
      width: 100%;
      height: 100%; }
    #home-page #blog .blog-item__img svg {
      width: 100%;
      height: auto;
      display: block; }
    #home-page #blog .blog-item__img svg .frame {
      fill: none;
      fill-opacity: 1; }
  #home-page #blog .svg__back {
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: 1; }
  #home-page #blog .svg__front {
    position: relative;
    width: 100%;
    height: 100%;
    z-index: 2;
    transform: scale(0.96); }
  #home-page #blog .blog-item .hvr-card {
    padding: 20px 20px 35px 20px; }
  #home-page #voucher {
    padding: 55px;
    background: url(../images/bg.svg);
    background-repeat: no-repeat;
    background-size: cover; }
  #home-page #voucher .voucher {
    display: flex;
    align-items: flex-end;
    border-radius: 20px;
    border: 3px solid #e0e0e0;
    padding: 100px; }
  #home-page #voucher .voucher__col-1 {
    width: 64%; }
  #home-page #voucher .voucher__col-2 {
    width: 36%;
    text-align: right; }
  #home-page #voucher .voucher__heading {
    font-size: var(--font_48);
    font-style: normal;
    font-weight: 900;
    line-height: normal;
    letter-spacing: 1.2px;
    margin-bottom: 30px; }
  #home-page #voucher .voucher__subheading {
    font-size: var(--font_32);
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    letter-spacing: 0.8px;
    padding-bottom: 60px;
    opacity: 0;
    transition: 1s all ease; }
  #home-page #voucher .voucher__content {
    font-size: var(--font_32);
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    letter-spacing: 0.8px;
    opacity: 0;
    transition: 1s all ease; }
    #home-page #voucher .voucher__content p {
      margin-bottom: 0px; }
  #home-page #voucher .voucher__button {
    padding: 100px 0px 0px 40px;
    opacity: 0;
    transition: 1s all ease; }
  #home-page #voucher .voucher__content.active, #home-page #voucher .voucher__subheading.active, #home-page #voucher .voucher__button.active {
    opacity: 1; }

#about-page #global-header .header__overlay {
  background: none !important; }
  #about-page #intro {
    padding: var(--ym) var(--xm);
    min-height: 32vw;
    background: #000; }
  #about-page #intro .intro__heading {
    font-size: var(--font_48);
    font-style: normal;
    font-weight: 900;
    line-height: normal;
    letter-spacing: 1.2px;
    text-transform: uppercase; }
  #about-page #mission {
    padding: var(--ym) var(--xm);
    background: #e0e0e0;
    color: #000; }
  #about-page #mission .mission__heading {
    font-size: var(--font_48);
    font-style: normal;
    font-weight: 900;
    line-height: normal;
    letter-spacing: 1.2px;
    text-transform: uppercase;
    color: #084826;
    margin-bottom: 65px; }
  #about-page #mission .mission__content {
    font-size: var(--font_24);
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    letter-spacing: 0.6px;
    padding-bottom: 40px; }
  #about-page #mission .mission__image img {
    width: 100%;
    border-radius: 20px; }
  #about-page #mission .mission__button .btn-secondary:hover {
    color: #000 !important; }
  #about-page #mission .row {
    display: flex;
    align-items: center; }
  #about-page #mission .pad-right {
    padding-right: 7%; }
  #about-page #commander {
    padding: var(--ym) var(--xm);
    background: #000;
    color: #e0e0e0;
    position: relative; }
  #about-page #commander .commander__wrap {
    max-width: 82vw;
    margin: 0 auto;
    position: relative; }
  #about-page #commander .commander__top img {
    width: 100%; }
  #about-page #commander .commander__middle {
    padding: 1px 0px 0px 25px;
    background-image: url('../images/commander_middle.svg');
    background-repeat: repeat-y;
    background-size: 100%;
    margin-bottom: -2.6vw;
    margin-top: -22vw;
    border-radius: 13px 0px 0px 13px; }
    #about-page #commander .commander__middle .pad {
      padding: 80px 132px 70px 80px !important; }
  #about-page #commander .commander__bottom img {
    width: 100%; }
  #about-page #commander .commander__heading {
    color: #084826;
    font-size: var(--font_48);
    font-style: normal;
    font-weight: 900;
    line-height: normal;
    letter-spacing: 1.2px;
    margin-bottom: 55px; }
  #about-page #commander .commander__subheading {
    color: #000;
    font-weight: 700; }
  #about-page #commander .commander__content {
    color: #000; }
  #about-page #commander .commander__image {
    position: relative;
    z-index: 1;
    width: 100%;
    height: 100%;
    padding: 10px; }
    #about-page #commander .commander__image img {
      width: 100%;
      height: 100%;
      object-fit: cover;
      border-radius: 8px; }
  #about-page #operations {
    padding: var(--ym) var(--xm);
    background: #e0e0e0;
    color: #000; }
  #about-page #operations .operations__heading {
    font-size: var(--font_48);
    font-style: normal;
    font-weight: 900;
    line-height: normal;
    letter-spacing: 1.2px;
    text-transform: uppercase;
    color: #084826;
    margin-bottom: 65px; }
  #about-page #operations .operations__content {
    font-size: var(--font_24);
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    letter-spacing: 0.6px;
    padding-bottom: 40px; }
    #about-page #operations .operations__content strong, #about-page #operations .operations__content b {
      font-weight: 600; }
  #about-page #operations .operations__image img {
    width: 100%;
    border-radius: 20px; }
  #about-page #operations .operations__button .btn-secondary:hover {
    color: #000 !important; }
  #about-page #operations .row {
    display: flex;
    align-items: center; }
  #about-page #operations .pad-right {
    padding-right: 7%; }
  #about-page #facilities {
    padding: 70px var(--xm);
    background: url(../images/bg.svg);
    background-repeat: no-repeat;
    background-size: cover; }
  #about-page #facilities .facilities__heading {
    text-align: center;
    font-size: var(--font_64);
    font-style: normal;
    font-weight: 900;
    line-height: normal;
    letter-spacing: 1.6px;
    margin-bottom: 100px; }
  #about-page #facilities .facilities__grid {
    display: flex;
    column-gap: 50px;
    row-gap: 50px;
    justify-content: space-between; }
  #about-page #facilities .facilities__item {
    width: 20%; }
  #about-page #facilities .facilities__icon {
    text-align: center; }
  #about-page #facilities .facilities__content {
    text-align: center;
    font-size: var(--font_25);
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    letter-spacing: 0.625px;
    padding-top: 20px;
    text-transform: uppercase; }
  #about-page #times {
    padding: var(--ym) var(--xm);
    background: #000; }
  #about-page #times .times__grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-column-gap: 24px;
    grid-row-gap: 24px; }
  #about-page #times .times__heading {
    text-align: center;
    font-size: var(--font_64);
    font-style: normal;
    font-weight: 900;
    line-height: normal;
    letter-spacing: 1.6px;
    margin-bottom: 30px; }
    #about-page #times .times__heading span {
      left: 50%;
      transform: translate(-50%, 0px); }
  #about-page #times .times__button {
    text-align: center;
    padding-bottom: var(--ym); }
  #about-page #times .grid-1 {
    grid-area: 1 / 1 / 2 / 3; }
  #about-page #times .grid-2 {
    grid-area: 1 / 3 / 2 / 4; }
  #about-page #times .grid-3 {
    grid-area: 2 / 1 / 4 / 2; }
  #about-page #times .grid-4 {
    grid-area: 2 / 2 / 3 / 4; }
  #about-page #times .grid-5 {
    grid-area: 3 / 2 / 4 / 4; }
  #about-page #times .grid-2 {
    margin-top: 3.5vw;
    height: calc(100% - 3.5vw); }
  #about-page #times h3 {
    color: #000;
    font-size: var(--font_50);
    font-style: normal;
    font-weight: 900;
    line-height: 96%;
    letter-spacing: 1.25px;
    text-transform: uppercase;
    margin-bottom: 20px; }
  #about-page #times h4 {
    color: #000;
    font-size: var(--font_24);
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    letter-spacing: 0.6px;
    text-transform: uppercase;
    margin-bottom: 0px;
    font-family: 'Google Sans Code', sans-serif; }
  #about-page #times img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 20px; }
  #about-page #times .paintball__wrap {
    height: 100%; }
  #about-page #times .paintball__top img {
    border-radius: 0px; }
  #about-page #times .paintball__middle {
    background: #269459;
    color: #000;
    padding: 30px;
    border-radius: 0px 0px 20px 20px; }
  #about-page #times .paintball__flex {
    display: flex;
    column-gap: 70px; }
  #about-page #times .paintball__times, #about-page #times .paintball__weekday, #about-page #times .paintball__private {
    border-top: 2px solid #000;
    padding-top: 20px; }
  #about-page #times .paintball__left, #about-page #times .paintball__right {
    width: 50%; }
  #about-page #times .gelball__wrap {
    padding: 30px;
    border-radius: 20px;
    background: #c24903;
    color: #000;
    height: 100%; }
  #about-page #times .gelball__times, #about-page #times .gelball__weekday, #about-page #times .gelball__private {
    border-top: 2px solid #000;
    padding-top: 20px; }
  #about-page #times .nerf__wrap {
    height: 100%; }
  #about-page #times .nerf__bottom img {
    border-radius: 0px; }
  #about-page #times .nerf__middle {
    background: #eab000;
    color: #000;
    padding: 30px 30px 50px 30px;
    border-radius: 20px 20px 0px 0px; }
  #about-page #times .nerf__flex {
    display: flex;
    column-gap: 70px; }
  #about-page #times .nerf__times, #about-page #times .nerf__weekday, #about-page #times .nerf__private {
    border-top: 2px solid #000;
    padding-top: 20px; }
  #about-page #times .nerf__left, #about-page #times .nerf__right {
    width: 50%; }
  #about-page #objectives {
    padding: var(--ym) var(--xm);
    background: #084826;
    color: #e0e0e0; }
  #about-page #objectives .objectives__heading {
    font-size: var(--font_48);
    font-style: normal;
    font-weight: 900;
    line-height: normal;
    letter-spacing: 1.2px;
    text-transform: uppercase;
    color: #e0e0e0;
    margin-bottom: 65px; }
  #about-page #objectives .objectives__content {
    font-size: var(--font_24);
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    letter-spacing: 0.6px;
    padding-bottom: 40px; }
    #about-page #objectives .objectives__content strong, #about-page #objectives .objectives__content b {
      font-weight: 600; }
  #about-page #objectives .objectives__image img {
    width: 100%;
    border-radius: 20px; }
  #about-page #objectives .objectives__button .btn-secondary:hover {
    color: #e0e0e0 !important; }
  #about-page #objectives .row {
    display: flex;
    align-items: center; }
  #about-page #objectives .pad-right {
    padding-right: 7%; }
  #about-page #banner .banner__media img {
    width: 100%; }
    #about-page #banner .banner__media video {
      width: 100%; }
  #about-page #banner .banner__image {
    background-attachment: fixed;
    background-size: cover;
    min-height: 80vh; }
  #about-page #banner .banner__video {
    min-height: 80vh; }
    #about-page #banner .banner__video video {
      min-width: 100%;
      position: fixed;
      top: 0;
      z-index: -999; }
  #about-page #book {
    padding: 90px var(--xm);
    background: url(../images/bg.svg);
    background-repeat: no-repeat;
    background-size: cover; }
  #about-page #book .book {
    display: flex; }
  #about-page #book .book__col-1 {
    width: 82%; }
  #about-page #book .book__col-2 {
    width: 18%; }
  #about-page #book .book__heading {
    font-size: var(--font_48);
    font-style: normal;
    font-weight: 900;
    line-height: normal;
    letter-spacing: 1.2px;
    margin-bottom: 30px;
    color: #269459; }
  #about-page #book .book__content {
    font-size: var(--font_32);
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    letter-spacing: 0.8px;
    color: #269459;
    opacity: 0;
    transition: 1s all ease;
    max-width: 1028px; }
    #about-page #book .book__content p {
      margin-bottom: 0px; }
  #about-page #book .book__button {
    padding: 100px 0px 0px 40px;
    opacity: 0;
    transition: 1s all ease; }
  #about-page #book .book__content.active, #about-page #book .book__button.active {
    opacity: 1; }

#service-page #global-header .header__heading {
  min-height: 220px; }
  #service-page #global-header .header__heading span {
    font-family: 'Google Sans Code', sans-serif; }
  #service-page #global-header .header__overlay {
    background: none !important; }
  #service-page #anchors {
    text-transform: uppercase;
    background: #e0e0e0;
    color: #000;
    padding: 55px;
    display: flex;
    align-items: center;
    position: sticky;
    top: 0px;
    z-index: 99; }
  #service-page #anchors .anchor__jump {
    font-size: var(--font_30);
    font-family: 'Orbitron', serif;
    font-style: normal;
    font-weight: 800;
    line-height: normal;
    letter-spacing: 0.75px;
    min-width: 20vw; }
  #service-page #anchors .anchor__items {
    display: flex;
    flex-direction: row;
    align-items: center;
    width: 100%; }
  #service-page #anchors .anchor__item {
    font-family: 'Google Sans Code', sans-serif;
    font-weight: 400;
    font-size: var(--font_24);
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    letter-spacing: 0.625px;
    padding-right: 60px; }
  #service-page #anchors .anchor__item a {
    color: #000; }
  #service-page #intro {
    padding: var(--ym) var(--xm); }
  #service-page #intro .intro__shape {
    max-width: 1811px;
    margin: 0 auto; }
  #service-page #intro .intro__wrap {
    padding: 40px 95px;
    background-repeat: repeat-y;
    background-size: 100%;
    position: relative;
    z-index: 3; }
  #service-page #intro .intro__flex {
    display: flex; }
  #service-page #intro .intro__heading {
    color: #000;
    font-size: var(--font_64);
    font-style: normal;
    font-weight: 900;
    line-height: normal;
    letter-spacing: 1.6px;
    margin-bottom: 9.5vw; }
  #service-page #intro .intro__heading span {
    font-family: 'Google Sans Code', sans-serif !important; }
  #service-page #intro .intro__subheading {
    color: #000;
    font-size: var(--font_48);
    font-style: normal;
    font-weight: 900;
    line-height: normal;
    letter-spacing: 1.2px;
    width: 40%;
    font-family: 'Orbitron', serif; }
  #service-page #intro .intro__subheading span {
    font-family: 'Google Sans Code', sans-serif !important; }
  #service-page #intro .intro__content {
    color: #000;
    width: 60%; }
  #service-page #intro .intro__subheading.active, #service-page #intro .intro__content.active {
    opacity: 1; }
  #service-page #specs {
    padding: 70px var(--xm);
    background: url(../images/bg.svg);
    background-repeat: no-repeat;
    background-size: cover; }
  #service-page #specs .specs__heading {
    text-align: center;
    font-size: var(--font_64);
    font-style: normal;
    font-weight: 900;
    line-height: normal;
    letter-spacing: 1.6px;
    margin-bottom: 100px; }
  #service-page #specs .specs__grid {
    display: flex;
    column-gap: 50px;
    row-gap: 50px; }
  #service-page #specs .specs__item {
    width: 20%; }
  #service-page #specs .specs__subheading {
    text-align: center;
    font-size: var(--font_25);
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    letter-spacing: 0.625px;
    padding-top: 20px;
    text-transform: uppercase;
    border-radius: 12px;
    padding: 15px 35px;
    border: 2px solid #e0e0e0;
    margin: 0 auto; }
  #service-page #specs .specs__content {
    text-align: center;
    font-size: var(--font_25);
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    letter-spacing: 0.625px;
    padding-top: 20px; }
  #service-page #about {
    padding: var(--ym) var(--xm);
    background: #e0e0e0;
    color: #000; }
  #service-page #about h1, #service-page #about h2, #service-page #about h3, #service-page #about h4, #service-page #about h5, #service-page #about h6 {
    color: #000; }
  #service-page #about .about__main {
    display: flex; }
  #service-page #about .about__main > div:first-child {
    width: 60%;
    padding-right: 50px; }
  #service-page #about .about__main > div:last-child {
    width: 40%; }
  #service-page #about .about__main-heading {
    font-size: var(--font_48);
    font-weight: 900;
    letter-spacing: 1.2px;
    min-height: 150px;
    line-height: 120%; }
  #service-page #about .about__main-heading span {
    font-family: 'Google Sans Code', sans-serif; }
  #service-page #about .about__main-image {
    width: 100%; }
  #service-page #about .about__main-image img {
    width: 100%;
    border-radius: 20px; }
  #service-page #about .about__sub-flex {
    display: flex; }
  #service-page #about .about__sub-flex > div:first-child {
    width: 50%;
    padding-right: 110px; }
  #service-page #about .about__sub-flex > div:last-child {
    width: 50%; }
  #service-page #about .about__sub-heading {
    font-size: var(--font_64);
    font-weight: 900;
    letter-spacing: 1.6px;
    color: #000;
    text-align: center;
    line-height: 120%;
    text-transform: uppercase;
    max-width: 1350px;
    margin: 0 auto 100px auto;
    min-height: 230px; }
  #service-page #about .about__sub-booking {
    padding-top: 130px;
    margin-bottom: 40px; }
  #service-page #about .about__sub-booking h1, #service-page #about .about__sub-booking h2, #service-page #about .about__sub-booking h3, #service-page #about .about__sub-booking h4, #service-page #about .about__sub-booking h5, #service-page #about .about__sub-booking h6 {
    font-size: var(--font_36);
    font-weight: 900;
    letter-spacing: 0.9px; }
  #service-page #about .about__sub-media img, #service-page #about .about__sub-media video {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 20px; }
  #service-page #banner .banner__media img {
    width: 100%; }
  #service-page #banner .banner__media video {
    width: 100%; }
  #service-page #banner .banner__image {
    background-attachment: fixed;
    background-size: cover;
    min-height: 80vh; }
  #service-page #banner .banner__video {
    min-height: 80vh; }
  #service-page #banner .banner__video video {
    min-width: 100%;
    position: fixed;
    top: 0;
    z-index: -999; }
  #service-page #book {
    padding: 90px var(--xm);
    background: url(../images/bg.svg);
    background-repeat: no-repeat;
    background-size: cover; }
  #service-page #book .book {
    display: flex; }
  #service-page #book .book__col-1 {
    width: 82%; }
  #service-page #book .book__col-2 {
    width: 18%; }
  #service-page #book .book__heading {
    font-size: var(--font_48);
    font-style: normal;
    font-weight: 900;
    line-height: normal;
    letter-spacing: 1.2px;
    margin-bottom: 30px; }
  #service-page #book .book__content {
    font-size: var(--font_32);
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    letter-spacing: 0.8px;
    opacity: 0;
    transition: 1s all ease;
    max-width: 1028px; }
  #service-page #book .book__content p {
    margin-bottom: 0px; }
  #service-page #book .book__button {
    padding: 100px 0px 0px 40px;
    opacity: 0;
    transition: 1s all ease; }
  #service-page #book .book__content.active, #service-page #book .book__button.active {
    opacity: 1; }
  #service-page #ko {
    padding: 56px 94px;
    background: url(../images/bg.svg);
    margin-top: 46px;
    margin-bottom: 70px;
    border-radius: 20px; }
  #service-page #ko .progress_section {
    display: flex;
    width: 100%;
    flex-direction: row;
    justify-content: space-between;
    align-items: center; }
  #service-page #ko .progress_1 {
    width: 40%;
    text-align: left; }
  #service-page #ko .progress_2 {
    width: 40%;
    text-align: right; }
  #service-page #ko .points {
    color: #e0e0e0; }
  #service-page #ko .loading-counter {
    color: #e0e0e0; }
  #service-page #ko .loading-bar {
    background: #084826;
    width: 100%;
    height: 40px;
    border-radius: 12px;
    display: flex; }
  #service-page #ko .loading-bar .item {
    width: 16.666%;
    background-color: #084826;
    float: left;
    display: block;
    height: 100%; }
  #service-page #ko .loading-bar .item:first-child {
    border-radius: 12px 0px 0px 12px; }
  #service-page #ko .loading-bar .item:last-child {
    border-radius: 0px 12px 12px 0px;
    margin-right: 0px; }
  #service-page #ko .loading-bar .filled {
    background-color: #269459 !important; }
  #service-page #ko .progress_title {
    color: #e0e0e0;
    text-align: center;
    font-size: var(--font_90);
    font-style: normal;
    font-weight: 900;
    line-height: 53%;
    letter-spacing: 2.25px;
    font-family: 'Orbitron', serif; }
  #service-page #ko .vs_section {
    text-align: center;
    font-family: Orbitron;
    font-size: var(--font_120);
    font-style: normal;
    font-weight: 900;
    line-height: 48px;
    letter-spacing: 3px;
    padding: 12% 0px; }
  #service-page #ko .vs_section.show_mobile {
    display: none; }
  #service-page #ko .players_section {
    display: flex;
    flex-direction: row;
    justify-content: space-between; }
  #service-page #ko .players__left {
    width: 100%;
    max-width: 680px; }
  #service-page #ko .players__right {
    width: 100%;
    max-width: 680px; }
  #service-page #ko .players__right .players__heading {
    text-align: right; }
  #service-page #ko .players__right .players__item {
    text-align: right; }
  #service-page #ko .players__top img {
    width: 100%; }
  #service-page #ko .players__wrap {
    background: #269459;
    border-radius: 0px 0px 20px 20px;
    padding: 0px 30px 0px 30px; }
  #service-page #ko .players__heading {
    color: #e0e0e0;
    font-size: var(--font_48);
    font-weight: 900;
    letter-spacing: 1.2px;
    line-height: 110%;
    margin-bottom: 40px; }
  #service-page #ko .players__item {
    color: #000;
    padding-bottom: 30px; }
  #service-page #ko .players__item span {
    font-size: var(--font_30); }
  #service-page #expect_bg {
    padding-top: 40px;
    padding-bottom: var(--ym);
    background: #100; }
  #service-page .expect__heading {
    margin: 0px 40px 0px 40px;
    padding: 20px;
    display: flex;
    flex-direction: row;
    width: 96%;
    justify-content: space-evenly;
    align-items: center;
    margin: 0px 40px 100px 40px;
    border: 3px solid #e0e0e0;
    border-radius: 20px; }
  #service-page .expect__heading h2 {
    text-align: center;
    font-size: var(--font_70);
    font-weight: 900;
    letter-spacing: 1.75px;
    line-height: 120%;
    margin-bottom: 0px; }
  #service-page #expect {
    padding: 0px var(--xm); }
  #service-page #expect .expect__item {
    display: flex;
    flex-direction: row;
    margin-bottom: 12%; }
  #service-page #expect .expect__item .column-1 {
    padding-right: 8%; }
  #service-page #expect .expect__item.odd {
    flex-direction: row-reverse; }
  #service-page #expect .expect__item.odd .column-1 {
    padding-right: 0px;
    padding-left: 8%; }
  #service-page #expect .expect__subheading {
    font-size: var(--font_48);
    font-weight: 900;
    line-height: 120%;
    letter-spacing: 1.2px;
    text-transform: uppercase; }
  #service-page #expect .expect__image img {
    width: 100%;
    border-radius: 20px; }
  #service-page #expect .expect__content ul {
    margin-left: 0px; }
  #service-page #expect .column-1, #service-page #expect .column-2 {
    width: 50%; }
  #service-page #choose {
    padding: 0px var(--xm); }
  #service-page #choose .choose__list {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-column-gap: 80px;
    grid-row-gap: 50px;
    padding-top: 20px; }
  #service-page #choose .choose__item {
    width: 100%;
    display: flex; }
  #service-page #choose .choose__heading {
    font-size: var(--font_48);
    font-weight: 900;
    line-height: 120%;
    letter-spacing: 1.2px;
    margin-bottom: 30px; }
  #service-page #choose .choose__subheading {
    font-size: var(--font_32);
    font-style: normal;
    font-weight: 700;
    letter-spacing: 0.8px;
    padding-bottom: 10px; }
  #service-page #choose .choose__image {
    padding-right: 30px; }
  #service-page #choose .choose__image img {
    width: 100%; }
  #service-page #choose .column-1 {
    width: 100%;
    max-width: 170px; }
  #service-page #prices_bg {
    padding-top: 40px;
    padding-bottom: var(--ym); }
  #service-page .prices__heading {
    padding: 20px;
    display: flex;
    flex-direction: row;
    width: 96%;
    justify-content: space-evenly;
    align-items: center;
    margin: 0px 40px 100px 40px;
    border: 3px solid #000;
    border-radius: 20px; }
  #service-page .prices__heading h2 {
    text-align: center;
    font-size: var(--font_70);
    font-weight: 900;
    letter-spacing: 1.75px;
    line-height: 120%;
    margin-bottom: 0px;
    color: #000; }
  #service-page #prices {
    padding: 0px var(--xm); }
  #service-page #prices .prices__item {
    display: flex;
    flex-direction: row;
    margin-bottom: 12%; }
  #service-page #prices .prices__item .column-1 {
    padding-right: 8%; }
  #service-page #prices .prices__item:last-child {
    margin-bottom: 0px; }
  #service-page #prices .prices__item.odd {
    flex-direction: row-reverse; }
  #service-page #prices .prices__item.odd .column-1 {
    padding-right: 0px;
    padding-left: 8%; }
  #service-page #prices .prices__subheading {
    font-size: var(--font_48);
    font-weight: 900;
    line-height: 120%;
    letter-spacing: 1.2px;
    text-transform: uppercase;
    padding-bottom: 15px;
    color: #000; }
  #service-page #prices .prices__content {
    color: #000; }
  #service-page #prices .prices__image img {
    width: 100%;
    border-radius: 20px; }
  #service-page #prices .column-1, #service-page #prices .column-2 {
    width: 50%; }
  #service-page #prices .animate-line .reveal-line {
    background-color: #000 !important; }
  #service-page #pricing {
    padding: 60px var(--xm) 0px var(--xm); }
  #service-page #pricing .accordion {
    max-width: 100%;
    border-bottom: 2px solid #000; }
  #service-page #pricing .accordion__flex {
    display: flex;
    column-gap: 100px; }
  #service-page #pricing .accordion__left, #service-page #pricing .accordion__right {
    width: 50%;
    color: #000 !important; }
  #service-page #pricing .accordion__left h1, #service-page #pricing .accordion__right h1, #service-page #pricing .accordion__left h2, #service-page #pricing .accordion__right h2, #service-page #pricing .accordion__left h3, #service-page #pricing .accordion__right h3, #service-page #pricing .accordion__left h4, #service-page #pricing .accordion__right h4, #service-page #pricing .accordion__left h5, #service-page #pricing .accordion__right h5, #service-page #pricing .accordion__left h6, #service-page #pricing .accordion__right h6 {
    color: #000 !important;
    font-family: 'Google Sans Code', sans-serif !important;
    font-weight: 600 !important;
    font-size: var(--content_size) !important;
    margin-bottom: 0px !important; }
  #service-page #pricing .accordion__left a, #service-page #pricing .accordion__right a {
    color: #000 !important;
    text-decoration: underline; }
  #service-page #pricing .accordion__intro {
    max-width: 50%;
    margin-bottom: 40px; }
  #service-page #pricing .accordion-item {
    color: #000; }
  #service-page #pricing .accordion-body {
    color: #000; }
  #service-page #pricing .accordion-button {
    border-top: 2px solid #000;
    color: #000;
    font-size: var(--font_40);
    font-weight: 700;
    letter-spacing: 1px;
    text-transform: uppercase;
    padding: 30px 0px !important;
    line-height: 120%;
    cursor: url('../images/cursor_sml.png') 24 24, auto; }
  #service-page #pricing .accordion-button:not(.collapsed) {
    color: #000;
    cursor: url('../images/cursor_sml.png') 24 24, auto; }
  #service-page #pricing .accordion-button.collapsed::after {
    content: "\f067"; }
  #service-page #pricing .accordion-button:not(.collapsed)::after {
    content: "\f068"; }
  #service-page #events {
    padding: var(--ym) var(--xm);
    background: #e0e0e0;
    color: #000; }
  #service-page #events h1, #service-page #events h2, #service-page #events h3, #service-page #events h4, #service-page #events h5, #service-page #events h6 {
    color: #000; }
  #service-page #events .event__flex {
    display: flex; }
  #service-page #events .event__flex > div:first-child {
    width: 50%;
    padding-right: 110px; }
  #service-page #events .event__flex > div:last-child {
    width: 50%; }
  #service-page #events .event__heading {
    font-size: var(--font_64);
    font-weight: 900;
    letter-spacing: 1.6px;
    color: #000;
    text-align: center;
    line-height: 120%;
    text-transform: uppercase;
    max-width: 1350px;
    margin: 0 auto 100px auto; }
  #service-page #events .event__booking {
    padding-top: 130px;
    margin-bottom: 40px; }
  #service-page #events .event__booking h1, #service-page #events .event__booking h2, #service-page #events .event__booking h3, #service-page #events .event__booking h4, #service-page #events .event__booking h5, #service-page #events .event__booking h6 {
    font-size: var(--font_36);
    font-weight: 900;
    letter-spacing: 0.9px; }
  #service-page #events .event__media img, #service-page #events .event__media video {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 20px; }
  #service-page #memberships {
    background-image: url(../images/membership_bg.png);
    background-repeat: no-repeat;
    background-size: cover;
    padding: var(--xm); }
  #service-page #memberships .memberships__inner {
    background: #000;
    border-radius: 20px; }
  #service-page #memberships .memberships__heading {
    font-size: var(--font_48);
    font-weight: 700;
    line-height: 120%;
    letter-spacing: 1.2px; }
  #service-page #memberships .memberships__grid {
    display: flex;
    column-gap: 50px; }
  #service-page #memberships .memberships__benefits, #service-page #memberships .memberships__pricing {
    width: 50%;
    padding-top: 50px; }
  #service-page #memberships .memberships__benefits h1, #service-page #memberships .memberships__pricing h1, #service-page #memberships .memberships__benefits h2, #service-page #memberships .memberships__pricing h2, #service-page #memberships .memberships__benefits h3, #service-page #memberships .memberships__pricing h3, #service-page #memberships .memberships__benefits h4, #service-page #memberships .memberships__pricing h4, #service-page #memberships .memberships__benefits h5, #service-page #memberships .memberships__pricing h5, #service-page #memberships .memberships__benefits h6, #service-page #memberships .memberships__pricing h6 {
    font-family: 'Orbitron', serif;
    font-size: var(--font_32);
    font-weight: 900;
    line-height: 120%;
    letter-spacing: 0.8px; }
  #service-page #memberships .memberships__button {
    text-align: center;
    padding-top: 40px; }
  #service-page #mission {
    padding: 80px var(--xm); }
  #service-page #mission .mission__heading {
    color: #000;
    text-align: center;
    font-size: var(--font_64);
    font-style: normal;
    font-weight: 900;
    line-height: 120%;
    letter-spacing: 1.6px; }
  #service-page #mission .mission__content {
    max-width: 1100px;
    color: #000;
    text-align: center;
    margin: 0 auto;
    padding-bottom: 60px;
    opacity: 0;
    transition: all 0.5s ease; }
  #service-page #mission .mission__content a {
    color: #000; }
  #service-page #mission .mission__content.active {
    opacity: 1; }
  #service-page #mission .mission__image {
    margin: 0px calc(var(--xm) * -1 - 30px); }
  #service-page #mission .mission__image img {
    width: 100%; }
  #service-page #mission .mission__subcontent {
    max-width: 1100px;
    color: #000;
    text-align: center;
    margin: 0 auto;
    padding-top: 60px; }
  #service-page #mission .mission__subcontent a {
    color: #000; }
  #service-page #mission .mission__button {
    text-align: center;
    padding-top: 60px; }
  #service-page #training_bg {
    padding-top: 40px;
    padding-bottom: var(--ym);
    background: #000; }
  #service-page .training__heading {
    padding: 20px;
    display: flex;
    flex-direction: row;
    width: 96%;
    justify-content: space-evenly;
    align-items: center;
    margin: 0px 40px 100px 40px;
    border: 3px solid #e0e0e0;
    border-radius: 20px; }
  #service-page .training__heading h2 {
    text-align: center;
    font-size: var(--font_70);
    font-weight: 900;
    letter-spacing: 1.75px;
    line-height: 120%;
    margin-bottom: 0px; }
  #service-page #training {
    padding: 0px var(--xm); }
  #service-page #training .training__item {
    display: flex;
    flex-direction: row;
    margin-bottom: 12%; }
  #service-page #training .training__item .column-1 {
    padding-right: 8%; }
  #service-page #training .training__item:last-child {
    margin-bottom: 0px; }
  #service-page #training .training__item.odd {
    flex-direction: row-reverse; }
  #service-page #training .training__item.odd .column-1 {
    padding-right: 0px;
    padding-left: 8%; }
  #service-page #training .training__subheading {
    font-size: var(--font_48);
    font-weight: 900;
    line-height: 120%;
    letter-spacing: 1.2px;
    text-transform: uppercase;
    padding-bottom: 15px; }
  #service-page #training .training__image img {
    width: 100%;
    border-radius: 20px; }
  #service-page #training .training__content ul {
    margin-left: 0px; }
  #service-page #training .column-1, #service-page #training .column-2 {
    width: 50%; }
  #service-page #introduction {
    padding: 0px var(--xm) 60px var(--xm); }
  #service-page #introduction .introduction__flex {
    display: flex;
    column-gap: 12%; }
  #service-page #introduction .introduction__content {
    width: 50%; }
  #service-page #introduction .introduction__content i, #service-page #introduction .introduction__content em {
    font-style: normal; }
  #service-page #introduction .introduction__image {
    width: 50%; }
  #service-page #introduction .introduction__image img {
    width: 100%;
    border-radius: 20px; }
  #service-page #why {
    padding: 0px 60px;
    margin-bottom: 60px; }
  #service-page #why .why__inner {
    border-radius: 20px;
    border: 3px solid #e0e0e0;
    padding: 80px 100px; }
  #service-page #why .why__list {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-column-gap: 80px;
    grid-row-gap: 50px; }
  #service-page #why .why__item {
    width: 100%;
    display: flex; }
  #service-page #why .why__heading {
    font-size: var(--font_48);
    font-weight: 900;
    line-height: 120%;
    letter-spacing: 1.2px;
    margin-bottom: 50px; }
  #service-page #why .why__subheading {
    font-size: var(--font_32);
    font-style: normal;
    font-weight: 700;
    letter-spacing: 0.8px;
    padding-bottom: 10px; }
  #service-page #why .why__image {
    padding-right: 30px; }
  #service-page #why .why__image img {
    width: 100%; }
  #service-page #why .column-1 {
    width: 100%;
    max-width: 170px; }
  #service-page #book_training {
    padding: 80px var(--xm);
    background: #084826; }
  #service-page #book_training .book_training__heading {
    color: #e0e0e0;
    text-align: center;
    font-size: var(--font_50);
    font-style: normal;
    font-weight: 900;
    line-height: 120%;
    letter-spacing: 1.25px;
    text-transform: uppercase;
    padding-bottom: 40px; }
  #service-page #book_training .book_training__media img {
    width: 100%; }
  #service-page #book_training .book_training__media video {
    width: 100%; }
  #service-page #book_training .book_training__image {
    background-attachment: fixed;
    background-size: cover;
    min-height: 80vh; }
  #service-page #book_training .book_training__video {
    min-height: 80vh; }
  #service-page #book_training .book_training__video video {
    min-width: 100%;
    position: fixed;
    top: 0;
    z-index: -999; }
  #service-page #book_training .book_training__subcontent {
    max-width: 1100px;
    color: #e0e0e0;
    text-align: center;
    margin: 0 auto;
    padding-top: 60px; }
  #service-page #book_training .book_training__subcontent a {
    color: #e0e0e0; }
  #service-page #book_training .book_training__button {
    text-align: center;
    padding-top: 60px; }
  #service-page #faq {
    padding: 100px var(--xm);
    background: #e0e0e0; }
  #service-page #faq .faq__heading {
    font-size: var(--font_48);
    font-style: normal;
    font-weight: 900;
    line-height: normal;
    letter-spacing: 1.2px;
    margin-bottom: 70px; }
  #service-page #faq .accordion {
    max-width: 100%;
    border-bottom: 1px solid #000; }
  #service-page #faq .accordion__flex {
    display: flex;
    column-gap: 100px; }
  #service-page #faq .accordion__left, #service-page #faq .accordion__right {
    width: 50%; }
  #service-page #faq .accordion__intro {
    max-width: 50%;
    margin-bottom: 40px; }
  #service-page #faq .accordion-item {
    color: #000; }
  #service-page #faq .accordion-body {
    color: #000; }
  #service-page #faq .accordion-button {
    border-top: 1px solid #000;
    font-size: var(--font_40);
    font-weight: 700;
    letter-spacing: 1px;
    text-transform: uppercase;
    padding: 30px 0px !important;
    cursor: url('../images/cursor_sml.png') 24 24, auto; }
  #service-page #faq .accordion-button.collapsed::after {
    content: "\f067"; }
  #service-page #faq .accordion-button:not(.collapsed)::after {
    content: "\f068"; }
  #service-page #faq .subaccordion {
    border-bottom: none; }
  #service-page #faq .subaccordion .accordion-item {
    color: #000;
    border-top: none !important;
    border-bottom: 1px solid #000; }
  #service-page #faq .subaccordion .accordion-item:last-child {
    border-bottom: none; }
  #service-page #faq .subaccordion .accordion-header {
    border-top: none !important; }
  #service-page #faq .subaccordion .accordion-body {
    color: #000; }
  #service-page #faq .subaccordion .accordion-button {
    color: #000;
    font-size: var(--font_24);
    font-weight: 400;
    letter-spacing: 0.7px;
    text-transform: none;
    padding: 20px 0px !important;
    font-family: 'Google Sans Code', sans-serif;
    border-top: none !important;
    border-bottom: none !important;
    cursor: url('../images/cursor_sml.png') 24 24, auto; }
  #service-page #faq .subaccordion .accordion-button:not(.collapsed) {
    color: #000;
    cursor: url('../images/cursor_sml.png') 24 24, auto; }

#service-page.green #anchors .anchor__jump {
  color: #269459; }
  #service-page.green #anchors .anchor__item a:hover {
    color: #269459 !important; }
  #service-page.green #intro .intro__wrap {
    background-image: url('../images/service-middle-green.png'); }
  #service-page.green #ko .vs_section {
    color: #269459; }
  #service-page.green #expect .expect__subheading {
    color: #269459; }
  #service-page.green #choose .choose__heading {
    color: #269459; }
  #service-page.green #prices_bg {
    background: #269459; }
  #service-page.green .prices__heading svg rect {
    fill: #269459; }
  #service-page.green #memberships .memberships__heading {
    color: #269459; }
  #service-page.green #memberships .memberships__benefits, #service-page.green #memberships .memberships__pricing {
    width: 50%;
    padding-top: 50px; }
  #service-page.green #memberships .memberships__benefits h1, #service-page.green #memberships .memberships__pricing h1, #service-page.green #memberships .memberships__benefits h2, #service-page.green #memberships .memberships__pricing h2, #service-page.green #memberships .memberships__benefits h3, #service-page.green #memberships .memberships__pricing h3, #service-page.green #memberships .memberships__benefits h4, #service-page.green #memberships .memberships__pricing h4, #service-page.green #memberships .memberships__benefits h5, #service-page.green #memberships .memberships__pricing h5, #service-page.green #memberships .memberships__benefits h6, #service-page.green #memberships .memberships__pricing h6 {
    color: #269459; }
  #service-page.green #mission {
    background: #269459; }
  #service-page.green #introduction .introduction__content i, #service-page.green #introduction .introduction__content em {
    color: #269459; }
  #service-page.green #why .why__heading {
    color: #269459; }
  #service-page.green #training .training__subheading {
    color: #269459; }
  #service-page.green #training .training__subheading span {
    color: #269459 !important; }
  #service-page.green #faq {
    color: #269459; }
  #service-page.green #faq .faq__heading {
    color: #269459; }
  #service-page.green #faq .accordion-button {
    color: #269459; }
  #service-page.green #faq .accordion-button:not(.collapsed) {
    color: #269459; }
  #service-page.green #faq .subaccordion .accordion-button {
    color: #000 !important; }
  #service-page.green #faq .subaccordion .accordion-button:not(.collapsed) {
    color: #000 !important; }
  #service-page.green #faq .subaccordion .accordion-button::after {
    color: #269459 !important; }
  #service-page.green #book .book__heading {
    color: #269459; }
  #service-page.green #book .book__content {
    color: #269459; }

#service-page.orange #anchors .anchor__jump {
  color: #c24903; }
  #service-page.orange #anchors .anchor__item a:hover {
    color: #c24903 !important; }
  #service-page.orange #intro .intro__wrap {
    background-image: url('../images/service-middle-orange.png'); }
  #service-page.orange #ko .vs_section {
    color: #c24903; }
  #service-page.orange #expect .expect__subheading {
    color: #c24903; }
  #service-page.orange #choose .choose__heading {
    color: #c24903; }
  #service-page.orange #prices_bg {
    background: #c24903; }
  #service-page.orange .prices__heading svg rect {
    fill: #c24903; }
  #service-page.orange #memberships .memberships__heading {
    color: #c24903; }
  #service-page.orange #memberships .memberships__benefits, #service-page.orange #memberships .memberships__pricing {
    width: 50%;
    padding-top: 50px; }
  #service-page.orange #memberships .memberships__benefits h1, #service-page.orange #memberships .memberships__pricing h1, #service-page.orange #memberships .memberships__benefits h2, #service-page.orange #memberships .memberships__pricing h2, #service-page.orange #memberships .memberships__benefits h3, #service-page.orange #memberships .memberships__pricing h3, #service-page.orange #memberships .memberships__benefits h4, #service-page.orange #memberships .memberships__pricing h4, #service-page.orange #memberships .memberships__benefits h5, #service-page.orange #memberships .memberships__pricing h5, #service-page.orange #memberships .memberships__benefits h6, #service-page.orange #memberships .memberships__pricing h6 {
    color: #c24903; }
  #service-page.orange #mission {
    background: #c24903; }
  #service-page.orange #introduction .introduction__content i, #service-page.orange #introduction .introduction__content em {
    color: #c24903; }
  #service-page.orange #why .why__heading {
    color: #c24903; }
  #service-page.orange #training .training__subheading {
    color: #c24903; }
  #service-page.orange #training .training__subheading span {
    color: #c24903 !important; }
  #service-page.orange #faq {
    color: #c24903; }
  #service-page.orange #faq .faq__heading {
    color: #c24903; }
  #service-page.orange #faq .accordion-button {
    color: #c24903; }
  #service-page.orange #faq .accordion-button:not(.collapsed) {
    color: #c24903; }
  #service-page.orange #faq .subaccordion .accordion-button {
    color: #000 !important; }
  #service-page.orange #faq .subaccordion .accordion-button:not(.collapsed) {
    color: #000 !important; }
  #service-page.orange #faq .subaccordion .accordion-button::after {
    color: #c24903 !important; }
  #service-page.orange #book .book__heading {
    color: #c24903; }
  #service-page.orange #book .book__content {
    color: #c24903; }
  #service-page.orange .about__ko {
    display: none !important; }
  #service-page.orange #aboutsub {
    padding-top: var(--ym); }

#service-page.yellow #anchors .anchor__jump {
  color: #eab000; }
  #service-page.yellow #anchors .anchor__item a:hover {
    color: #eab000 !important; }
  #service-page.yellow #intro .intro__wrap {
    background-image: url('../images/service-middle-yellow.png'); }
  #service-page.yellow #ko .vs_section {
    color: #eab000; }
  #service-page.yellow #expect .expect__subheading {
    color: #eab000; }
  #service-page.yellow #choose .choose__heading {
    color: #eab000; }
  #service-page.yellow #prices_bg {
    background: #eab000; }
  #service-page.yellow .prices__heading svg rect {
    fill: #eab000; }
  #service-page.yellow #memberships .memberships__heading {
    color: #eab000; }
  #service-page.yellow #memberships .memberships__benefits, #service-page.yellow #memberships .memberships__pricing {
    width: 50%;
    padding-top: 50px; }
  #service-page.yellow #memberships .memberships__benefits h1, #service-page.yellow #memberships .memberships__pricing h1, #service-page.yellow #memberships .memberships__benefits h2, #service-page.yellow #memberships .memberships__pricing h2, #service-page.yellow #memberships .memberships__benefits h3, #service-page.yellow #memberships .memberships__pricing h3, #service-page.yellow #memberships .memberships__benefits h4, #service-page.yellow #memberships .memberships__pricing h4, #service-page.yellow #memberships .memberships__benefits h5, #service-page.yellow #memberships .memberships__pricing h5, #service-page.yellow #memberships .memberships__benefits h6, #service-page.yellow #memberships .memberships__pricing h6 {
    color: #eab000; }
  #service-page.yellow #mission {
    background: #eab000; }
  #service-page.yellow #introduction .introduction__content i, #service-page.yellow #introduction .introduction__content em {
    color: #eab000; }
  #service-page.yellow #why .why__heading {
    color: #eab000; }
  #service-page.yellow #training .training__subheading {
    color: #eab000; }
  #service-page.yellow #training .training__subheading span {
    color: #eab000 !important; }
  #service-page.yellow #faq {
    color: #eab000; }
  #service-page.yellow #faq .faq__heading {
    color: #eab000; }
  #service-page.yellow #faq .accordion-button {
    color: #eab000; }
  #service-page.yellow #faq .accordion-button:not(.collapsed) {
    color: #eab000; }
  #service-page.yellow #faq .subaccordion .accordion-button {
    color: #000 !important; }
  #service-page.yellow #faq .subaccordion .accordion-button:not(.collapsed) {
    color: #000 !important; }
  #service-page.yellow #faq .subaccordion .accordion-button::after {
    color: #eab000 !important; }
  #service-page.yellow #book .book__heading {
    color: #eab000; }
  #service-page.yellow #book .book__content {
    color: #eab000; }
  #service-page.yellow .about__ko {
    display: none !important; }
  #service-page.yellow #aboutsub {
    padding-top: var(--ym); }
  #service-page.yellow #choose {
    display: none; }

#blog-page {
  margin-top: calc(var(--menu_height) * -1); }
  #blog-page #header {
    position: relative; }
  #blog-page #book {
    padding: 90px var(--xm);
    background: url(../images/bg.svg);
    background-repeat: no-repeat;
    background-size: cover; }
  #blog-page #book .book {
    display: flex; }
  #blog-page #book .book__col-1 {
    width: 82%; }
  #blog-page #book .book__col-2 {
    width: 18%; }
  #blog-page #book .book__heading {
    font-size: var(--font_48);
    font-style: normal;
    font-weight: 900;
    line-height: normal;
    letter-spacing: 1.2px;
    margin-bottom: 30px;
    color: #269459; }
  #blog-page #book .book__content {
    font-size: var(--font_32);
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    letter-spacing: 0.8px;
    opacity: 0;
    transition: 1s all ease;
    color: #269459;
    max-width: 1028px; }
  #blog-page #book .book__content p {
    margin-bottom: 0px; }
  #blog-page #book .book__button {
    padding: 100px 0px 0px 40px;
    opacity: 0;
    transition: 1s all ease; }
  #blog-page #book .book__content.active, #blog-page #book .book__subheading.active, #blog-page #book .book__button.active {
    opacity: 1; }
  #blog-page #blog {
    background: #e0e0e0;
    color: #000; }
  #blog-page #blog .blog__heading {
    font-size: var(--font_48);
    font-style: normal;
    font-weight: 900;
    line-height: normal;
    letter-spacing: 1.2px;
    text-transform: uppercase;
    margin-bottom: 90px; }
  #blog-page #blog .blog-item.odd {
    background: #e0e0e0;
    color: #000; }
  #blog-page #blog .blog-item.odd .blog-item__title {
    color: #084826 !important; }
  #blog-page #blog .blog-item.odd .blog-item__title a {
    color: #084826 !important; }
  #blog-page #blog .blog-item.even {
    background: #000;
    color: #e0e0e0; }
  #blog-page #blog .blog-item.even .blog-item__title {
    color: #e0e0e0 !important; }
  #blog-page #blog .blog-item.even .blog-item__title a {
    color: #e0e0e0 !important; }
  #blog-page #blog .blog-item {
    padding: var(--ym) var(--xm);
    display: flex;
    height: 100%;
    flex-direction: row;
    position: relative; }
  #blog-page #blog .blog-item__left {
    width: 40%; }
  #blog-page #blog .blog-item__right {
    width: 60%;
    padding-left: 5%; }
  #blog-page #blog .blog-item__title {
    line-height: 120%; }
  #blog-page #blog .blog-item__title a {
    font-size: var(--font_48);
    font-weight: 900;
    line-height: 120%;
    letter-spacing: 1.2px;
    text-transform: uppercase; }
  #blog-page #blog .blog-item__desc {
    font-size: var(--font_24);
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    letter-spacing: 0.6px;
    padding: 40px 0px; }
  #blog-page #blog .blog-item__link {
    text-align: center;
    padding-top: 50px; }
  #blog-page #blog .blog-item__img {
    position: relative;
    max-width: 100%;
    margin-bottom: 25px; }
  #blog-page #blog .blog-item__img image {
    width: 100%;
    height: 100%;
    object-fit: cover; }
  #blog-page #blog .blog-item__img svg {
    width: 100%;
    height: 100%;
    display: block; }
  #blog-page #blog .blog-item__img svg .frame {
    fill: none;
    fill-opacity: 1; }
  #blog-page #blog .svg__back {
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: 1; }
  #blog-page #blog .svg__front {
    position: relative;
    width: 100%;
    height: 100%;
    z-index: 2;
    transform: scale(0.98); }

#contact-page #header {
  position: relative; }
  #contact-page #intro {
    padding: var(--ym) var(--xm);
    min-height: 32vw;
    background: #000; }
  #contact-page #intro .intro__heading {
    font-size: var(--font_48);
    font-style: normal;
    font-weight: 900;
    line-height: normal;
    letter-spacing: 1.2px;
    text-transform: uppercase; }
  #contact-page #book {
    padding: 90px var(--xm);
    background: url(../images/bg.svg);
    background-repeat: no-repeat;
    background-size: cover; }
  #contact-page #book .book {
    display: flex; }
  #contact-page #book .book__col-1 {
    width: 82%; }
  #contact-page #book .book__col-2 {
    width: 18%; }
  #contact-page #book .book__heading {
    font-size: var(--font_48);
    font-style: normal;
    font-weight: 900;
    line-height: normal;
    letter-spacing: 1.2px;
    margin-bottom: 30px;
    color: #269459; }
  #contact-page #book .book__content {
    font-size: var(--font_32);
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    letter-spacing: 0.8px;
    color: #269459;
    opacity: 0;
    transition: 1s all ease;
    max-width: 1028px; }
  #contact-page #book .book__content p {
    margin-bottom: 0px; }
  #contact-page #book .book__button {
    padding: 100px 0px 0px 40px;
    opacity: 0;
    transition: 1s all ease; }
  #contact-page #book .book__content.active, #contact-page #book .book__button.active {
    opacity: 1; }
  #contact-page #location {
    background: #e0e0e0;
    color: #000;
    padding: 90px var(--xm) 0px var(--xm); }
  #contact-page #location h2 {
    color: #084826;
    border-bottom: 2px solid #000;
    margin-bottom: 40px; }
  #contact-page #location .location__image {
    text-align: right; }
  #contact-page #location .location__image img {
    max-width: 80%; }
  #contact-page #contact {
    background: #e0e0e0;
    color: #000;
    padding: var(--ym) var(--xm); }
  #contact-page #contact h2 {
    color: #084826; }

body.page-id-10 #wrap {
  margin-top: 0px; }

@keyframes l4 {
  100% {
    background-size: 120%; } }

#global-header, #home-page #header, #blog-page #header, #contact-page #header {
  min-height: 90vh;
  height: 100%; }
  #global-header .header__overlay, #home-page #header .header__overlay, #blog-page #header .header__overlay, #contact-page #header .header__overlay {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    background: rgba(244, 244, 244, 0.18);
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 14% 10% 5% 10%;
    z-index: 9; }
  #global-header .header__heading, #home-page #header .header__heading, #blog-page #header .header__heading, #contact-page #header .header__heading {
    text-align: center;
    font-size: var(--font_94);
    font-style: normal;
    font-weight: 900;
    line-height: 110%;
    letter-spacing: 2.35px;
    text-transform: uppercase; }
  #global-header .header__button, #home-page #header .header__button, #blog-page #header .header__button, #contact-page #header .header__button {
    padding-top: 100px; }
  #global-header .header__media img, #home-page #header .header__media img, #blog-page #header .header__media img, #contact-page #header .header__media img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    min-height: 90vh; }
  #global-header .header__media video, #home-page #header .header__media video, #blog-page #header .header__media video, #contact-page #header .header__media video {
    width: 100%;
    height: 100%;
    margin-bottom: -10px;
    min-height: 90vh;
    object-fit: cover; }

#global-header {
  margin-top: calc(var(--menu_height) * -1);
  position: relative;
  background: #000; }
  #global-header .header__overlay {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    background: rgba(244, 244, 244, 0.18);
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 14% 10% 5% 10%; }
  #global-header .header__heading {
    text-align: center;
    font-size: var(--font_94);
    font-style: normal;
    font-weight: 900;
    line-height: 110%;
    letter-spacing: 2.35px;
    text-transform: uppercase; }
  #global-header .header__button {
    padding-top: 100px; }

.stagger-children > * {
  opacity: 0;
  transform: translateY(50px);
  transition: all 0.6s cubic-bezier(0.4, 0, 0.2, 1); }
  .stagger-children.active > *:nth-child(1) {
    transition-delay: 0.3s; }
  .stagger-children.active > *:nth-child(2) {
    transition-delay: 0.6s; }
  .stagger-children.active > *:nth-child(3) {
    transition-delay: 0.9s; }
  .stagger-children.active > *:nth-child(4) {
    transition-delay: 1.2s; }
  .stagger-children.active > *:nth-child(5) {
    transition-delay: 1.5s; }
  .stagger-children.active > *:nth-child(6) {
    transition-delay: 1.8s; }
  .stagger-children.active > *:nth-child(7) {
    transition-delay: 2.1s; }
  .stagger-children.active > *:nth-child(8) {
    transition-delay: 2.4s; }
  .stagger-children.active > *:nth-child(9) {
    transition-delay: 2.7s; }
  .stagger-children.active > *:nth-child(10) {
    transition-delay: 3s; }
  .stagger-children.active > *:nth-child(11) {
    transition-delay: 3.3s; }
  .stagger-children.active > *:nth-child(12) {
    transition-delay: 3.6s; }
  .stagger-children.active > *:nth-child(13) {
    transition-delay: 3.9s; }
  .stagger-children.active > *:nth-child(14) {
    transition-delay: 4.2s; }
  .stagger-children.active > *:nth-child(15) {
    transition-delay: 4.5s; }
  .stagger-children.active > *:nth-child(16) {
    transition-delay: 4.8s; }
  .stagger-children.active > *:nth-child(17) {
    transition-delay: 5.1s; }
  .stagger-children.active > *:nth-child(18) {
    transition-delay: 5.4s; }
  .stagger-children.active > *:nth-child(19) {
    transition-delay: 5.7s; }
  .stagger-children.active > *:nth-child(20) {
    transition-delay: 6s; }
  .stagger-children.active > *:nth-child(21) {
    transition-delay: 6.3s; }
  .stagger-children.active > *:nth-child(22) {
    transition-delay: 6.6s; }
  .stagger-children.active > *:nth-child(23) {
    transition-delay: 6.9s; }
  .stagger-children.active > *:nth-child(24) {
    transition-delay: 7.2s; }
  .stagger-children.active > *:nth-child(25) {
    transition-delay: 7.5s; }
  .stagger-children.active > *:nth-child(26) {
    transition-delay: 7.8s; }
  .stagger-children.active > *:nth-child(27) {
    transition-delay: 8.1s; }
  .stagger-children.active > *:nth-child(28) {
    transition-delay: 8.4s; }
  .stagger-children.active > *:nth-child(29) {
    transition-delay: 8.7s; }
  .stagger-children.active > *:nth-child(30) {
    transition-delay: 9s; }
  .stagger-children.active > *:nth-child(31) {
    transition-delay: 9.3s; }
  .stagger-children.active > *:nth-child(32) {
    transition-delay: 9.6s; }
  .stagger-children.active > *:nth-child(33) {
    transition-delay: 9.9s; }
  .stagger-children.active > *:nth-child(34) {
    transition-delay: 10.2s; }
  .stagger-children.active > *:nth-child(35) {
    transition-delay: 10.5s; }
  .stagger-children.active > *:nth-child(36) {
    transition-delay: 10.8s; }
  .stagger-children.active > *:nth-child(37) {
    transition-delay: 11.1s; }
  .stagger-children.active > *:nth-child(38) {
    transition-delay: 11.4s; }
  .stagger-children.active > *:nth-child(39) {
    transition-delay: 11.7s; }
  .stagger-children.active > *:nth-child(40) {
    transition-delay: 12s; }
  .stagger-children.active > *:nth-child(41) {
    transition-delay: 12.3s; }
  .stagger-children.active > *:nth-child(42) {
    transition-delay: 12.6s; }
  .stagger-children.active > *:nth-child(43) {
    transition-delay: 12.9s; }
  .stagger-children.active > *:nth-child(44) {
    transition-delay: 13.2s; }
  .stagger-children.active > *:nth-child(45) {
    transition-delay: 13.5s; }
  .stagger-children.active > *:nth-child(46) {
    transition-delay: 13.8s; }
  .stagger-children.active > *:nth-child(47) {
    transition-delay: 14.1s; }
  .stagger-children.active > *:nth-child(48) {
    transition-delay: 14.4s; }
  .stagger-children.active > *:nth-child(49) {
    transition-delay: 14.7s; }
  .stagger-children.active > *:nth-child(50) {
    transition-delay: 15s; }
  .stagger-children.active > * {
    opacity: 1;
    transform: translateY(0); }

#footer-wrap {
  background: #000;
  color: #e0e0e0; }
  #footer-wrap #footer {
    padding: 90px 9%;
    font-size: var(--font_20);
    border-top: 12px solid #084826; }
  #footer-wrap #footer ul {
    margin: 0px;
    padding: 0px; }
  #footer-wrap #footer li {
    list-style: none;
    padding: 5px 0px;
    display: block; }
  #footer-wrap #footer a {
    color: #e0e0e0; }
  #footer-wrap #footer h4 {
    font-size: var(--font_24);
    color: #084826;
    font-weight: 900; }
  #footer-wrap #footer .row {
    column-gap: 4%; }
  #footer-wrap #footer .col-xl-3 {
    width: 23%; }
  #footer-wrap #footer .fc-1 {
    width: 26%; }
  #footer-wrap #footer .fc-2 {
    width: 16%; }
  #footer-wrap #footer .footer__email a {
    white-space: break-spaces;
    word-break: break-all; }
  #footer-wrap #social {
    padding: 130px 9% 80px 9%; }
  #footer-wrap #social .row {
    align-items: flex-end; }
  #footer-wrap #social .social__grid {
    display: inline-flex; }
  #footer-wrap #social .social__item {
    margin-right: 24px; }
  #footer-wrap #social .social__item a {
    font-family: 'Google Sans Code', sans-serif !important;
    font-size: var(--button_size) !important;
    line-height: var(--button_size) !important;
    text-align: center;
    display: inline-block;
    font-weight: 400;
    padding: 15px 35px;
    text-transform: uppercase;
    background-image: none !important;
    text-shadow: none !important;
    box-shadow: none !important;
    background: none;
    box-sizing: border-box;
    position: relative;
    vertical-align: middle;
    border-radius: 12px;
    cursor: url('../images/cursor_sml.png') 24 24, auto;
    background-color: transparent;
    color: #e0e0e0;
    border: 2px solid #e0e0e0;
    box-shadow: none !important; }
    #footer-wrap #social .social__item a:hover {
      background-color: transparent;
      color: #084826 !important;
      border: 2px solid #084826 !important;
      box-shadow: none !important; }
  #footer-wrap #social h4 {
    font-size: var(--font_24);
    color: #084826;
    font-weight: 900; }
  #footer-wrap #social .btn-secondary {
    background: transparent;
    color: #e0e0e0;
    border-color: #e0e0e0; }
  #footer-wrap #social .btn-secondary:hover {
    background: transparent;
    color: #084826 !important;
    border-color: #084826; }
  #footer-wrap #social .btn-secondary.show_mobile {
    display: none; }
  #footer-wrap #copyright {
    background: #084826;
    padding: 20px 20px;
    color: #000;
    font-size: var(--font_20); }
  #footer-wrap #copyright a {
    color: #000; }

.color-green {
  color: #269459; }

.color-orange {
  color: #c24903; }

.color-yellow {
  color: #eab000; }

.show_desktop {
  display: block; }

.show_mobile {
  display: none; }

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

.wp-block-pullquote {
  padding: 40px; }

.registered {
  font-family: 'Google Sans Code', sans-serif; }

b, strong {
  font-weight: 600 !important; }

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

.clear {
  clear: both !important; }

.page-title {
  color: #e0e0e0 !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: #e0e0e0;
  cursor: url('../images/cursor_sml.png') 24 24, auto; }
  a:hover {
    color: #e0e0e0; }

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

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

.reveal-text {
  visibility: hidden; }

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

.animate-text .reveal-heading {
  white-space: nowrap;
  position: relative; }
  .animate-text .reveal-heading > span {
    position: absolute;
    display: inline-block;
    top: 0px;
    clip: rect(0px, 0px, 300px, 0px); }
  .animate-text .reveal-content, .animate-text .reveal-image {
    opacity: 0; }

.animate-line {
  padding-bottom: 20px; }
  .animate-line .reveal-line {
    position: relative;
    background-color: #e0e0e0;
    width: 100%;
    height: 2px; }

.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: 50%;
  left: 5%;
  max-width: 90%;
  width: 100%; }
  .slider-buttons .next, .slider-buttons .previous {
    cursor: url('../images/cursor_sml.png') 24 24, auto; }

.slick-dots {
  bottom: 0px;
  left: 0vw;
  position: relative;
  padding-top: 30px; }
  .slick-dots .slick-dots li button {
    width: 20px;
    height: 20px;
    border: 1px solid #084826;
    border-radius: 100%; }
  .slick-dots .slick-dots li.slick-active button {
    background: #084826 !important; }

.slick-dots li button:before {
  font-size: 12px !important; }

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

body.page-id-1580 #media .image-inline {
  padding-top: 0px !important; }
  body.page-id-1580 #media .image-inline img {
    max-width: 60%; }

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

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

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

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

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

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

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

.marquee {
  padding: 10px 0px;
  background: #000; }
  .marquee__inner {
    animation: marquee 90s linear infinite;
    -webkit-animation: marquee 90s linear infinite; }
  .marquee__inner span {
    font-family: 'Orbitron', serif;
    font-size: var(--font_64);
    font-style: normal;
    font-weight: 900;
    line-height: normal;
    letter-spacing: 1.6px;
    text-transform: uppercase !important;
    line-height: 100%;
    display: flex;
    align-items: center;
    text-align: center; }

.marquee {
  width: 100%;
  overflow: hidden;
  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 fadein {
  from {
    opacity: 0; }

  to {
    opacity: 1; } }

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

  to {
    opacity: 1; } }

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

  to {
    opacity: 1; } }

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

  to {
    opacity: 1; } }

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

  to {
    opacity: 1; } }

@keyframes fadeout {
  from {
    opacity: 1; }

  to {
    opacity: 0; } }

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

  to {
    opacity: 0; } }

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

  to {
    opacity: 0; } }

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

  to {
    opacity: 0; } }

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

  to {
    opacity: 0; } }

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

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

h1, h2, h3, h4, h5, h6 {
  margin: 0 0 20px;
  color: #e0e0e0;
  line-height: 1.5em;
  font-weight: 700;
  font-family: 'Orbitron', serif; }

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: #e0e0e0;
  line-height: 1.5em;
  font-weight: 700;
  text-decoration: none; }

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

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

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

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

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

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

.button, .readmore a, .btn-primary, .btn-default {
  font-family: 'Google Sans Code', sans-serif !important;
  font-size: var(--button_size) !important;
  line-height: var(--button_size) !important;
  text-align: center;
  display: inline-block;
  font-weight: 400;
  padding: 15px 35px;
  text-transform: uppercase;
  background-image: none !important;
  text-shadow: none !important;
  box-shadow: none !important;
  background: none;
  box-sizing: border-box;
  position: relative;
  vertical-align: middle;
  border-radius: 12px;
  cursor: url('../images/cursor_sml.png') 24 24, auto;
  background-color: transparent;
  color: #e0e0e0;
  border: 2px solid #e0e0e0;
  box-shadow: none !important; }

.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: 'Google Sans Code', sans-serif !important;
  font-size: var(--button_size) !important;
  line-height: var(--button_size) !important;
  text-align: center;
  display: inline-block;
  font-weight: 400;
  padding: 15px 35px;
  text-transform: uppercase;
  background-image: none !important;
  text-shadow: none !important;
  box-shadow: none !important;
  background: none;
  box-sizing: border-box;
  position: relative;
  vertical-align: middle;
  border-radius: 12px;
  cursor: url('../images/cursor_sml.png') 24 24, auto;
  background-color: transparent;
  color: #084826 !important;
  border: 2px solid #084826 !important;
  box-shadow: none !important; }

.btn-secondary {
  font-family: 'Google Sans Code', sans-serif !important;
  font-size: var(--button_size) !important;
  line-height: var(--button_size) !important;
  text-align: center;
  display: inline-block;
  font-weight: 400;
  padding: 15px 35px;
  text-transform: uppercase;
  background-image: none !important;
  text-shadow: none !important;
  box-shadow: none !important;
  background: none;
  box-sizing: border-box;
  position: relative;
  vertical-align: middle;
  border-radius: 12px;
  cursor: url('../images/cursor_sml.png') 24 24, auto;
  background-color: transparent;
  color: #084826;
  border: 2px solid #084826;
  box-shadow: none !important; }

.btn-secondary:hover, .btn-secondary:active, .btn-secondary:focus, .btn-secondary:focus-within, .btn-secondary:focus-visible {
  font-family: 'Google Sans Code', sans-serif !important;
  font-size: var(--button_size) !important;
  line-height: var(--button_size) !important;
  text-align: center;
  display: inline-block;
  font-weight: 400;
  padding: 15px 35px;
  text-transform: uppercase;
  background-image: none !important;
  text-shadow: none !important;
  box-shadow: none !important;
  background: none;
  box-sizing: border-box;
  position: relative;
  vertical-align: middle;
  border-radius: 12px;
  cursor: url('../images/cursor_sml.png') 24 24, auto;
  background-color: transparent;
  color: #e0e0e0 !important;
  border: 2px solid #084826 !important;
  box-shadow: none !important;
  text-decoration: none;
  outline: none; }

.btn-white {
  font-family: 'Google Sans Code', sans-serif !important;
  font-size: var(--button_size) !important;
  line-height: var(--button_size) !important;
  text-align: center;
  display: inline-block;
  font-weight: 400;
  padding: 15px 35px;
  text-transform: uppercase;
  background-image: none !important;
  text-shadow: none !important;
  box-shadow: none !important;
  background: none;
  box-sizing: border-box;
  position: relative;
  vertical-align: middle;
  border-radius: 12px;
  cursor: url('../images/cursor_sml.png') 24 24, auto;
  background: transparent;
  color: #e0e0e0;
  border: 2px solid #e0e0e0; }
  .btn-white:hover {
    background: #e0e0e0;
    color: #000;
    border: 2px solid #e0e0e0; }

.btn-green {
  font-family: 'Google Sans Code', sans-serif !important;
  font-size: var(--button_size) !important;
  line-height: var(--button_size) !important;
  text-align: center;
  display: inline-block;
  font-weight: 400;
  padding: 15px 35px;
  text-transform: uppercase;
  background-image: none !important;
  text-shadow: none !important;
  box-shadow: none !important;
  background: none;
  box-sizing: border-box;
  position: relative;
  vertical-align: middle;
  border-radius: 12px;
  cursor: url('../images/cursor_sml.png') 24 24, auto;
  background: transparent;
  color: #084826;
  border: 2px solid #084826; }
  .btn-green:hover {
    background: #084826;
    color: #e0e0e0;
    border: 2px solid #084826; }

.btn-black {
  font-family: 'Google Sans Code', sans-serif !important;
  font-size: var(--button_size) !important;
  line-height: var(--button_size) !important;
  text-align: center;
  display: inline-block;
  font-weight: 400;
  padding: 15px 35px;
  text-transform: uppercase;
  background-image: none !important;
  text-shadow: none !important;
  box-shadow: none !important;
  background: none;
  box-sizing: border-box;
  position: relative;
  vertical-align: middle;
  border-radius: 12px;
  cursor: url('../images/cursor_sml.png') 24 24, auto;
  background: transparent;
  color: #000;
  border: 2px solid #000; }
  .btn-black:hover {
    background: #000;
    color: #e0e0e0;
    border: 2px solid #000; }

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

.card-animated .hvr-card {
  --border-radius: 20px;
  position: relative;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  width: 100%;
  height: 100%;
  background: var(--bdr);
  border-radius: var(--border-radius);
  isolation: isolate;
  overflow: hidden;
  cursor: url('../images/cursor_sml.png') 24 24, auto; }
  .card-animated .hvr-card::before, .card-animated .hvr-card::after {
    content: '';
    position: absolute; }
  .card-animated .hvr-card::before {
    width: 200%;
    height: 200%;
    inset: -50%;
    z-index: -2;
    animation: borderanimation 4s linear infinite;
    animation-play-state: paused; }
  .card-animated .hvr-card:hover::before {
    animation-play-state: running;
    background-image: conic-gradient(var(--bdr-hvr) 0deg, transparent 60deg, transparent 180deg, var(--bdr-hvr) 180deg, transparent 240deg); }
  .card-animated .hvr-card::after {
    --inset: 6px;
    background: var(--bg);
    inset: var(--inset);
    border-radius: calc(var(--border-radius) - var(--inset));
    z-index: -1;
    transition: all 0.3s linear; }
  .card-animated .hvr-card:hover::after {
    background: var(--bg-hvr); }

#home-page #services .services__item.green .hvr-card {
  --border-radius: 20px;
  position: relative;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  width: 100%;
  height: 100%;
  background: var(--bdr);
  border-radius: var(--border-radius);
  isolation: isolate;
  overflow: hidden;
  cursor: url('../images/cursor_sml.png') 24 24, auto; }
  #home-page #services .services__item.green .hvr-card::before, #home-page #services .services__item.green .hvr-card::after {
    content: '';
    position: absolute; }
  #home-page #services .services__item.green .hvr-card::before {
    width: 200%;
    height: 200%;
    inset: -50%;
    z-index: -2;
    animation: borderanimation 4s linear infinite;
    animation-play-state: paused; }
  #home-page #services .services__item.green .hvr-card:hover::before {
    animation-play-state: running;
    background-image: conic-gradient(var(--bdr-hvr) 0deg, transparent 60deg, transparent 180deg, var(--bdr-hvr) 180deg, transparent 240deg); }
  #home-page #services .services__item.green .hvr-card::after {
    --inset: 6px;
    background: var(--bg);
    inset: var(--inset);
    border-radius: calc(var(--border-radius) - var(--inset));
    z-index: -1;
    transition: all 0.3s linear; }
  #home-page #services .services__item.green .hvr-card:hover::after {
    background: var(--bg-hvr); }
  #home-page #services .services__item.green .hvr-card {
    --bdr: #269459;
    --bdr-hvr: #66b48a;
    --bg: #269459;
    --bg-hvr: #269459; }

#home-page #services .services__item.orange .hvr-card {
  --border-radius: 20px;
  position: relative;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  width: 100%;
  height: 100%;
  background: var(--bdr);
  border-radius: var(--border-radius);
  isolation: isolate;
  overflow: hidden;
  cursor: url('../images/cursor_sml.png') 24 24, auto; }
  #home-page #services .services__item.orange .hvr-card::before, #home-page #services .services__item.orange .hvr-card::after {
    content: '';
    position: absolute; }
  #home-page #services .services__item.orange .hvr-card::before {
    width: 200%;
    height: 200%;
    inset: -50%;
    z-index: -2;
    animation: borderanimation 4s linear infinite;
    animation-play-state: paused; }
  #home-page #services .services__item.orange .hvr-card:hover::before {
    animation-play-state: running;
    background-image: conic-gradient(var(--bdr-hvr) 0deg, transparent 60deg, transparent 180deg, var(--bdr-hvr) 180deg, transparent 240deg); }
  #home-page #services .services__item.orange .hvr-card::after {
    --inset: 6px;
    background: var(--bg);
    inset: var(--inset);
    border-radius: calc(var(--border-radius) - var(--inset));
    z-index: -1;
    transition: all 0.3s linear; }
  #home-page #services .services__item.orange .hvr-card:hover::after {
    background: var(--bg-hvr); }
  #home-page #services .services__item.orange .hvr-card {
    --bdr: #c24903;
    --bdr-hvr: #d47f4f;
    --bg: #c24903;
    --bg-hvr: #c24903; }

#home-page #services .services__item.yellow .hvr-card {
  --border-radius: 20px;
  position: relative;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  width: 100%;
  height: 100%;
  background: var(--bdr);
  border-radius: var(--border-radius);
  isolation: isolate;
  overflow: hidden;
  cursor: url('../images/cursor_sml.png') 24 24, auto; }
  #home-page #services .services__item.yellow .hvr-card::before, #home-page #services .services__item.yellow .hvr-card::after {
    content: '';
    position: absolute; }
  #home-page #services .services__item.yellow .hvr-card::before {
    width: 200%;
    height: 200%;
    inset: -50%;
    z-index: -2;
    animation: borderanimation 4s linear infinite;
    animation-play-state: paused; }
  #home-page #services .services__item.yellow .hvr-card:hover::before {
    animation-play-state: running;
    background-image: conic-gradient(var(--bdr-hvr) 0deg, transparent 60deg, transparent 180deg, var(--bdr-hvr) 180deg, transparent 240deg); }
  #home-page #services .services__item.yellow .hvr-card::after {
    --inset: 6px;
    background: var(--bg);
    inset: var(--inset);
    border-radius: calc(var(--border-radius) - var(--inset));
    z-index: -1;
    transition: all 0.3s linear; }
  #home-page #services .services__item.yellow .hvr-card:hover::after {
    background: var(--bg-hvr); }
  #home-page #services .services__item.yellow .hvr-card {
    --bdr: #eab000;
    --bdr-hvr: #eeca5e;
    --bg: #eab000;
    --bg-hvr: #eab000; }

#home-page #blog .blog-item {
  cursor: url('../images/cursor_sml.png') 24 24, auto; }
  #home-page #blog .blog-item .hvr-card {
    --border-radius: 20px;
    position: relative;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    width: 100%;
    height: 100%;
    background: var(--bdr);
    border-radius: var(--border-radius);
    isolation: isolate;
    overflow: hidden;
    cursor: url('../images/cursor_sml.png') 24 24, auto; }
  #home-page #blog .blog-item .hvr-card::before, #home-page #blog .blog-item .hvr-card::after {
    content: '';
    position: absolute; }
  #home-page #blog .blog-item .hvr-card::before {
    width: 200%;
    height: 200%;
    inset: -50%;
    z-index: -2;
    animation: borderanimation 4s linear infinite;
    animation-play-state: paused; }
  #home-page #blog .blog-item .hvr-card:hover::before {
    animation-play-state: running;
    background-image: conic-gradient(var(--bdr-hvr) 0deg, transparent 60deg, transparent 180deg, var(--bdr-hvr) 180deg, transparent 240deg); }
  #home-page #blog .blog-item .hvr-card::after {
    --inset: 6px;
    background: var(--bg);
    inset: var(--inset);
    border-radius: calc(var(--border-radius) - var(--inset));
    z-index: -1;
    transition: all 0.3s linear; }
  #home-page #blog .blog-item .hvr-card:hover::after {
    background: var(--bg-hvr); }
  #home-page #blog .blog-item .hvr-card {
    --bdr: #e0e0e0;
    --bdr-hvr: #72b290;
    --bg: #084826;
    --bg-hvr: #084826; }
  #home-page #blog .blog-item .hvr-card::after {
    --inset: 2px; }

#service-page.green #expect_bg .hvr-heading {
  --border-radius: 20px;
  position: relative;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  width: 96%;
  height: 100%;
  background: var(--bdr);
  border-radius: var(--border-radius);
  isolation: isolate;
  overflow: hidden;
  cursor: url('../images/cursor_sml.png') 24 24, auto;
  margin: 0px 40px 100px 40px; }
  #service-page.green #expect_bg .hvr-heading::before, #service-page.green #expect_bg .hvr-heading::after {
    content: '';
    position: absolute; }
  #service-page.green #expect_bg .hvr-heading::before {
    width: 150vw;
    height: 150vw;
    left: -26vw;
    margin-top: -71vw;
    z-index: -2;
    animation: borderanimation 7s linear infinite;
    animation-play-state: running;
    background-image: conic-gradient(var(--bdr-hvr) 0deg, transparent 60deg, transparent 180deg, var(--bdr-hvr) 180deg, transparent 240deg); }
  #service-page.green #expect_bg .hvr-heading:hover::before {
    animation-play-state: running; }
  #service-page.green #expect_bg .hvr-heading::after {
    --inset: 3px;
    background: var(--bg);
    inset: var(--inset);
    border-radius: calc(var(--border-radius) - var(--inset));
    z-index: -1;
    transition: all 0.3s linear; }
  #service-page.green #expect_bg .hvr-heading:hover::after {
    background: var(--bg-hvr); }
  #service-page.green #expect_bg .hvr-heading {
    --bdr: #e0e0e0;
    --bdr-hvr: #100;
    --bg: #100;
    --bg-hvr: #100; }
  #service-page.green #prices_bg .hvr-heading {
    --border-radius: 20px;
    position: relative;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    width: 96%;
    height: 100%;
    background: var(--bdr);
    border-radius: var(--border-radius);
    isolation: isolate;
    overflow: hidden;
    cursor: url('../images/cursor_sml.png') 24 24, auto;
    margin: 0px 40px 100px 40px; }
  #service-page.green #prices_bg .hvr-heading::before, #service-page.green #prices_bg .hvr-heading::after {
    content: '';
    position: absolute; }
  #service-page.green #prices_bg .hvr-heading::before {
    width: 150vw;
    height: 150vw;
    left: -26vw;
    margin-top: -71vw;
    z-index: -2;
    animation: borderanimation 7s linear infinite;
    animation-play-state: running;
    background-image: conic-gradient(var(--bdr-hvr) 0deg, transparent 60deg, transparent 180deg, var(--bdr-hvr) 180deg, transparent 240deg); }
  #service-page.green #prices_bg .hvr-heading:hover::before {
    animation-play-state: running; }
  #service-page.green #prices_bg .hvr-heading::after {
    --inset: 3px;
    background: var(--bg);
    inset: var(--inset);
    border-radius: calc(var(--border-radius) - var(--inset));
    z-index: -1;
    transition: all 0.3s linear; }
  #service-page.green #prices_bg .hvr-heading:hover::after {
    background: var(--bg-hvr); }
  #service-page.green #prices_bg .hvr-heading {
    --bdr: #000;
    --bdr-hvr: #269459;
    --bg: #269459;
    --bg-hvr: #269459; }
  #service-page.green #training_bg .hvr-heading {
    --border-radius: 20px;
    position: relative;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    width: 96%;
    height: 100%;
    background: var(--bdr);
    border-radius: var(--border-radius);
    isolation: isolate;
    overflow: hidden;
    cursor: url('../images/cursor_sml.png') 24 24, auto;
    margin: 0px 40px 100px 40px; }
  #service-page.green #training_bg .hvr-heading::before, #service-page.green #training_bg .hvr-heading::after {
    content: '';
    position: absolute; }
  #service-page.green #training_bg .hvr-heading::before {
    width: 150vw;
    height: 150vw;
    left: -26vw;
    margin-top: -71vw;
    z-index: -2;
    animation: borderanimation 7s linear infinite;
    animation-play-state: running;
    background-image: conic-gradient(var(--bdr-hvr) 0deg, transparent 60deg, transparent 180deg, var(--bdr-hvr) 180deg, transparent 240deg); }
  #service-page.green #training_bg .hvr-heading:hover::before {
    animation-play-state: running; }
  #service-page.green #training_bg .hvr-heading::after {
    --inset: 3px;
    background: var(--bg);
    inset: var(--inset);
    border-radius: calc(var(--border-radius) - var(--inset));
    z-index: -1;
    transition: all 0.3s linear; }
  #service-page.green #training_bg .hvr-heading:hover::after {
    background: var(--bg-hvr); }
  #service-page.green #training_bg .hvr-heading {
    --bdr: #e0e0e0;
    --bdr-hvr: #269459;
    --bg: #000;
    --bg-hvr: #000; }
  #service-page.green #memberships .hvr-section {
    --border-radius: 20px;
    position: relative;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    width: 100%;
    height: 100%;
    background: var(--bdr);
    border-radius: var(--border-radius);
    isolation: isolate;
    overflow: hidden;
    cursor: url('../images/cursor_sml.png') 24 24, auto;
    padding: 80px;
    border-radius: 20px; }
  #service-page.green #memberships .hvr-section::before, #service-page.green #memberships .hvr-section::after {
    content: '';
    position: absolute; }
  #service-page.green #memberships .hvr-section::before {
    width: 300%;
    height: 300%;
    inset: -100%;
    z-index: -2;
    animation: borderanimation 7s linear infinite;
    animation-play-state: running;
    background-image: conic-gradient(var(--bdr-hvr) 0deg, transparent 60deg, transparent 180deg, var(--bdr-hvr) 180deg, transparent 240deg); }
  #service-page.green #memberships .hvr-section:hover::before {
    animation-play-state: running; }
  #service-page.green #memberships .hvr-section::after {
    --inset: 4px;
    background: var(--bg);
    inset: var(--inset);
    border-radius: calc(var(--border-radius) - var(--inset));
    z-index: -1;
    transition: all 0.3s linear; }
  #service-page.green #memberships .hvr-section:hover::after {
    background: var(--bg-hvr); }
  #service-page.green #memberships .hvr-section {
    --bdr: #000;
    --bdr-hvr: #269459;
    --bg: #000;
    --bg-hvr: #000; }

#service-page.orange #expect_bg .hvr-heading {
  --border-radius: 20px;
  position: relative;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  width: 96%;
  height: 100%;
  background: var(--bdr);
  border-radius: var(--border-radius);
  isolation: isolate;
  overflow: hidden;
  cursor: url('../images/cursor_sml.png') 24 24, auto;
  margin: 0px 40px 100px 40px; }
  #service-page.orange #expect_bg .hvr-heading::before, #service-page.orange #expect_bg .hvr-heading::after {
    content: '';
    position: absolute; }
  #service-page.orange #expect_bg .hvr-heading::before {
    width: 150vw;
    height: 150vw;
    left: -26vw;
    margin-top: -71vw;
    z-index: -2;
    animation: borderanimation 7s linear infinite;
    animation-play-state: running;
    background-image: conic-gradient(var(--bdr-hvr) 0deg, transparent 60deg, transparent 180deg, var(--bdr-hvr) 180deg, transparent 240deg); }
  #service-page.orange #expect_bg .hvr-heading:hover::before {
    animation-play-state: running; }
  #service-page.orange #expect_bg .hvr-heading::after {
    --inset: 3px;
    background: var(--bg);
    inset: var(--inset);
    border-radius: calc(var(--border-radius) - var(--inset));
    z-index: -1;
    transition: all 0.3s linear; }
  #service-page.orange #expect_bg .hvr-heading:hover::after {
    background: var(--bg-hvr); }
  #service-page.orange #expect_bg .hvr-heading {
    --bdr: #e0e0e0;
    --bdr-hvr: #100;
    --bg: #100;
    --bg-hvr: #100; }
  #service-page.orange #prices_bg .hvr-heading {
    --border-radius: 20px;
    position: relative;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    width: 96%;
    height: 100%;
    background: var(--bdr);
    border-radius: var(--border-radius);
    isolation: isolate;
    overflow: hidden;
    cursor: url('../images/cursor_sml.png') 24 24, auto;
    margin: 0px 40px 100px 40px; }
  #service-page.orange #prices_bg .hvr-heading::before, #service-page.orange #prices_bg .hvr-heading::after {
    content: '';
    position: absolute; }
  #service-page.orange #prices_bg .hvr-heading::before {
    width: 150vw;
    height: 150vw;
    left: -26vw;
    margin-top: -71vw;
    z-index: -2;
    animation: borderanimation 7s linear infinite;
    animation-play-state: running;
    background-image: conic-gradient(var(--bdr-hvr) 0deg, transparent 60deg, transparent 180deg, var(--bdr-hvr) 180deg, transparent 240deg); }
  #service-page.orange #prices_bg .hvr-heading:hover::before {
    animation-play-state: running; }
  #service-page.orange #prices_bg .hvr-heading::after {
    --inset: 3px;
    background: var(--bg);
    inset: var(--inset);
    border-radius: calc(var(--border-radius) - var(--inset));
    z-index: -1;
    transition: all 0.3s linear; }
  #service-page.orange #prices_bg .hvr-heading:hover::after {
    background: var(--bg-hvr); }
  #service-page.orange #prices_bg .hvr-heading {
    --bdr: #000;
    --bdr-hvr: #c24903;
    --bg: #c24903;
    --bg-hvr: #c24903; }
  #service-page.orange #training_bg .hvr-heading {
    --border-radius: 20px;
    position: relative;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    width: 96%;
    height: 100%;
    background: var(--bdr);
    border-radius: var(--border-radius);
    isolation: isolate;
    overflow: hidden;
    cursor: url('../images/cursor_sml.png') 24 24, auto;
    margin: 0px 40px 100px 40px; }
  #service-page.orange #training_bg .hvr-heading::before, #service-page.orange #training_bg .hvr-heading::after {
    content: '';
    position: absolute; }
  #service-page.orange #training_bg .hvr-heading::before {
    width: 150vw;
    height: 150vw;
    left: -26vw;
    margin-top: -71vw;
    z-index: -2;
    animation: borderanimation 7s linear infinite;
    animation-play-state: running;
    background-image: conic-gradient(var(--bdr-hvr) 0deg, transparent 60deg, transparent 180deg, var(--bdr-hvr) 180deg, transparent 240deg); }
  #service-page.orange #training_bg .hvr-heading:hover::before {
    animation-play-state: running; }
  #service-page.orange #training_bg .hvr-heading::after {
    --inset: 3px;
    background: var(--bg);
    inset: var(--inset);
    border-radius: calc(var(--border-radius) - var(--inset));
    z-index: -1;
    transition: all 0.3s linear; }
  #service-page.orange #training_bg .hvr-heading:hover::after {
    background: var(--bg-hvr); }
  #service-page.orange #training_bg .hvr-heading {
    --bdr: #e0e0e0;
    --bdr-hvr: #c24903;
    --bg: #000;
    --bg-hvr: #000; }
  #service-page.orange #memberships .hvr-section {
    --border-radius: 20px;
    position: relative;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    width: 100%;
    height: 100%;
    background: var(--bdr);
    border-radius: var(--border-radius);
    isolation: isolate;
    overflow: hidden;
    cursor: url('../images/cursor_sml.png') 24 24, auto;
    padding: 80px;
    border-radius: 20px; }
  #service-page.orange #memberships .hvr-section::before, #service-page.orange #memberships .hvr-section::after {
    content: '';
    position: absolute; }
  #service-page.orange #memberships .hvr-section::before {
    width: 300%;
    height: 300%;
    inset: -100%;
    z-index: -2;
    animation: borderanimation 7s linear infinite;
    animation-play-state: running;
    background-image: conic-gradient(var(--bdr-hvr) 0deg, transparent 60deg, transparent 180deg, var(--bdr-hvr) 180deg, transparent 240deg); }
  #service-page.orange #memberships .hvr-section:hover::before {
    animation-play-state: running; }
  #service-page.orange #memberships .hvr-section::after {
    --inset: 4px;
    background: var(--bg);
    inset: var(--inset);
    border-radius: calc(var(--border-radius) - var(--inset));
    z-index: -1;
    transition: all 0.3s linear; }
  #service-page.orange #memberships .hvr-section:hover::after {
    background: var(--bg-hvr); }
  #service-page.orange #memberships .hvr-section {
    --bdr: #000;
    --bdr-hvr: #c24903;
    --bg: #000;
    --bg-hvr: #000; }

#service-page.yellow #expect_bg .hvr-heading {
  --border-radius: 20px;
  position: relative;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  width: 96%;
  height: 100%;
  background: var(--bdr);
  border-radius: var(--border-radius);
  isolation: isolate;
  overflow: hidden;
  cursor: url('../images/cursor_sml.png') 24 24, auto;
  margin: 0px 40px 100px 40px; }
  #service-page.yellow #expect_bg .hvr-heading::before, #service-page.yellow #expect_bg .hvr-heading::after {
    content: '';
    position: absolute; }
  #service-page.yellow #expect_bg .hvr-heading::before {
    width: 150vw;
    height: 150vw;
    left: -26vw;
    margin-top: -71vw;
    z-index: -2;
    animation: borderanimation 7s linear infinite;
    animation-play-state: running;
    background-image: conic-gradient(var(--bdr-hvr) 0deg, transparent 60deg, transparent 180deg, var(--bdr-hvr) 180deg, transparent 240deg); }
  #service-page.yellow #expect_bg .hvr-heading:hover::before {
    animation-play-state: running; }
  #service-page.yellow #expect_bg .hvr-heading::after {
    --inset: 3px;
    background: var(--bg);
    inset: var(--inset);
    border-radius: calc(var(--border-radius) - var(--inset));
    z-index: -1;
    transition: all 0.3s linear; }
  #service-page.yellow #expect_bg .hvr-heading:hover::after {
    background: var(--bg-hvr); }
  #service-page.yellow #expect_bg .hvr-heading {
    --bdr: #e0e0e0;
    --bdr-hvr: #100;
    --bg: #100;
    --bg-hvr: #100; }
  #service-page.yellow #prices_bg .hvr-heading {
    --border-radius: 20px;
    position: relative;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    width: 96%;
    height: 100%;
    background: var(--bdr);
    border-radius: var(--border-radius);
    isolation: isolate;
    overflow: hidden;
    cursor: url('../images/cursor_sml.png') 24 24, auto;
    margin: 0px 40px 100px 40px; }
  #service-page.yellow #prices_bg .hvr-heading::before, #service-page.yellow #prices_bg .hvr-heading::after {
    content: '';
    position: absolute; }
  #service-page.yellow #prices_bg .hvr-heading::before {
    width: 150vw;
    height: 150vw;
    left: -26vw;
    margin-top: -71vw;
    z-index: -2;
    animation: borderanimation 7s linear infinite;
    animation-play-state: running;
    background-image: conic-gradient(var(--bdr-hvr) 0deg, transparent 60deg, transparent 180deg, var(--bdr-hvr) 180deg, transparent 240deg); }
  #service-page.yellow #prices_bg .hvr-heading:hover::before {
    animation-play-state: running; }
  #service-page.yellow #prices_bg .hvr-heading::after {
    --inset: 3px;
    background: var(--bg);
    inset: var(--inset);
    border-radius: calc(var(--border-radius) - var(--inset));
    z-index: -1;
    transition: all 0.3s linear; }
  #service-page.yellow #prices_bg .hvr-heading:hover::after {
    background: var(--bg-hvr); }
  #service-page.yellow #prices_bg .hvr-heading {
    --bdr: #000;
    --bdr-hvr: #eab000;
    --bg: #eab000;
    --bg-hvr: #eab000; }
  #service-page.yellow #training_bg .hvr-heading {
    --border-radius: 20px;
    position: relative;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    width: 96%;
    height: 100%;
    background: var(--bdr);
    border-radius: var(--border-radius);
    isolation: isolate;
    overflow: hidden;
    cursor: url('../images/cursor_sml.png') 24 24, auto;
    margin: 0px 40px 100px 40px; }
  #service-page.yellow #training_bg .hvr-heading::before, #service-page.yellow #training_bg .hvr-heading::after {
    content: '';
    position: absolute; }
  #service-page.yellow #training_bg .hvr-heading::before {
    width: 150vw;
    height: 150vw;
    left: -26vw;
    margin-top: -71vw;
    z-index: -2;
    animation: borderanimation 7s linear infinite;
    animation-play-state: running;
    background-image: conic-gradient(var(--bdr-hvr) 0deg, transparent 60deg, transparent 180deg, var(--bdr-hvr) 180deg, transparent 240deg); }
  #service-page.yellow #training_bg .hvr-heading:hover::before {
    animation-play-state: running; }
  #service-page.yellow #training_bg .hvr-heading::after {
    --inset: 3px;
    background: var(--bg);
    inset: var(--inset);
    border-radius: calc(var(--border-radius) - var(--inset));
    z-index: -1;
    transition: all 0.3s linear; }
  #service-page.yellow #training_bg .hvr-heading:hover::after {
    background: var(--bg-hvr); }
  #service-page.yellow #training_bg .hvr-heading {
    --bdr: #e0e0e0;
    --bdr-hvr: #eab000;
    --bg: #000;
    --bg-hvr: #000; }
  #service-page.yellow #memberships .hvr-section {
    --border-radius: 20px;
    position: relative;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    width: 100%;
    height: 100%;
    background: var(--bdr);
    border-radius: var(--border-radius);
    isolation: isolate;
    overflow: hidden;
    cursor: url('../images/cursor_sml.png') 24 24, auto;
    padding: 80px;
    border-radius: 20px; }
  #service-page.yellow #memberships .hvr-section::before, #service-page.yellow #memberships .hvr-section::after {
    content: '';
    position: absolute; }
  #service-page.yellow #memberships .hvr-section::before {
    width: 300%;
    height: 300%;
    inset: -100%;
    z-index: -2;
    animation: borderanimation 7s linear infinite;
    animation-play-state: running;
    background-image: conic-gradient(var(--bdr-hvr) 0deg, transparent 60deg, transparent 180deg, var(--bdr-hvr) 180deg, transparent 240deg); }
  #service-page.yellow #memberships .hvr-section:hover::before {
    animation-play-state: running; }
  #service-page.yellow #memberships .hvr-section::after {
    --inset: 4px;
    background: var(--bg);
    inset: var(--inset);
    border-radius: calc(var(--border-radius) - var(--inset));
    z-index: -1;
    transition: all 0.3s linear; }
  #service-page.yellow #memberships .hvr-section:hover::after {
    background: var(--bg-hvr); }
  #service-page.yellow #memberships .hvr-section {
    --bdr: #000;
    --bdr-hvr: #eab000;
    --bg: #000;
    --bg-hvr: #000; }

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

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

.accordion-header {
  font-size: var(--content_size) !important;
  cursor: url('../images/cursor_sml.png') 24 24, auto; }

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

.accordion-button {
  background-color: transparent;
  color: #e0e0e0;
  font-size: var(--content_size);
  border-top: 2px solid #e0e0e0;
  font-family: 'Google Sans Code', sans-serif;
  cursor: url('../images/cursor_sml.png') 24 24, auto;
  padding: 15px 0px !important; }

.accordion-button:not(.collapsed) {
  background-color: transparent;
  color: #e0e0e0;
  box-shadow: none !important;
  cursor: url('../images/cursor_sml.png') 24 24, auto; }

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

.accordion-button.collapsed::after {
  background-image: none !important;
  font-family: 'Font Awesome 5 Pro';
  content: "\f067";
  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: "\f068";
  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: #e0e0e0 !important;
  color: #084826 !important;
  font-size: var(--content_size) !important;
  border: 2px solid #084826 !important;
  padding: 20px 20px !important;
  border-radius: 12px;
  text-transform: uppercase; }
  input[type=text]::placeholder, input[type=email]::placeholder, input[type=tel]::placeholder, input[type=number]::placeholder, input[type=password]::placeholder, textarea::placeholder {
    color: #084826 !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: #000 !important;
  border-color: #e0e0e0 !important;
  border-width: 2px;
  width: 20px;
  height: 20px; }
  input[type=radio]:checked {
    background: #e0e0e0 !important;
    border-color: #e0e0e0 !important; }
  input[type=radio]:checked:after {
    content: "";
    background: #e0e0e0;
    position: relative;
    display: flex;
    border-radius: 50px;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    height: 100%;
    border: 3px solid #000; }
  input[type=radio]:focus {
    box-shadow: none !important;
    outline: none !important; }

input[type=checkbox] {
  background: #000 !important;
  border-color: #e0e0e0 !important;
  border-width: 2px;
  width: 20px;
  height: 20px; }
  input[type=checkbox]:checked {
    background: #000 !important;
    border-color: #e0e0e0 !important; }
  input[type=checkbox]:checked:after {
    content: "\f00c";
    font-family: 'Font Awesome 5 Pro';
    font-size: 14px;
    color: #e0e0e0;
    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: 'Google Sans Code', sans-serif !important;
  font-size: var(--button_size) !important;
  line-height: var(--button_size) !important;
  text-align: center;
  display: inline-block;
  font-weight: 400;
  padding: 15px 35px;
  text-transform: uppercase;
  background-image: none !important;
  text-shadow: none !important;
  box-shadow: none !important;
  background: none;
  box-sizing: border-box;
  position: relative;
  vertical-align: middle;
  border-radius: 12px;
  cursor: url('../images/cursor_sml.png') 24 24, auto;
  background-color: transparent;
  color: #084826;
  border: 2px solid #084826;
  box-shadow: none !important;
  display: inline-block !important;
  background-image: none !important;
  text-shadow: none !important;
  box-shadow: none !important; }
  button[type=submit]:hover {
    background-color: transparent;
    color: #e0e0e0 !important;
    border: 2px solid #084826 !important;
    box-shadow: none !important; }

select {
  background-color: #e0e0e0 !important;
  color: #084826 !important;
  font-size: var(--content_size) !important;
  border: 2px solid #084826 !important;
  padding: 20px 20px !important;
  border-radius: 12px;
  text-transform: uppercase; }
  select::placeholder {
    color: #084826 !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: #e0e0e0 !important;
  color: #084826 !important;
  font-size: var(--content_size) !important;
  border: 2px solid #084826 !important;
  padding: 20px 20px !important;
  border-radius: 12px;
  text-transform: uppercase; }
  .select2-selection__rendered::placeholder {
    color: #084826 !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: #e0e0e0; }

.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: #e0e0e0 !important;
  color: #084826 !important;
  font-size: var(--content_size) !important;
  border: 2px solid #084826 !important;
  padding: 20px 20px !important;
  border-radius: 12px;
  text-transform: uppercase;
  height: 100px; }
  .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: #084826 !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: #e0e0e0 !important;
    color: #084826 !important;
    font-size: var(--content_size) !important;
    border: 2px solid #084826 !important;
    padding: 20px 20px !important;
    border-radius: 12px;
    text-transform: uppercase;
    height: 100%; }
  .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: #084826 !important; }
  .wpforms-container-full .wpforms-form input[type=submit], .wpforms-container-full .wpforms-form button[type=submit] {
    font-family: 'Google Sans Code', sans-serif !important;
    font-size: var(--button_size) !important;
    line-height: var(--button_size) !important;
    text-align: center;
    display: inline-block;
    font-weight: 400;
    padding: 15px 35px;
    text-transform: uppercase;
    background-image: none !important;
    text-shadow: none !important;
    box-shadow: none !important;
    background: none;
    box-sizing: border-box;
    position: relative;
    vertical-align: middle;
    border-radius: 12px;
    cursor: url('../images/cursor_sml.png') 24 24, auto;
    background-color: transparent;
    color: #084826;
    border: 2px solid #084826;
    box-shadow: none !important;
    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;
    color: #e0e0e0 !important;
    border: 2px solid #084826 !important;
    box-shadow: none !important; }
  .wpforms-container-full .wpforms-form .wpforms-field-label {
    font-size: var(--content_size) !important; }
  .wpforms-container-full .wpforms-form .wpforms-field-label-inline {
    font-size: var(--content_size) !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: #900;
    font-size: 12px; }

div.wpforms-container-full .wpforms-form .wpforms-field.wpforms-field-select-style-modern .choices .choices__inner {
  background: none !important;
  border: none !important;
  border-radius: 0px !important;
  border-bottom: 2px solid #e0e0e0 !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: #e0e0e0 !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: #000 !important;
  color: #e0e0e0 !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: #e0e0e0 !important;
    color: #000 !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: left; }
  .wpforms-submit-container .wpforms-submit {
    height: 100px !important; }
  .wpforms-submit-container button.button {
    font-family: 'Google Sans Code', sans-serif !important;
    font-size: var(--button_size) !important;
    line-height: var(--button_size) !important;
    text-align: center;
    display: inline-block;
    font-weight: 400;
    padding: 15px 35px;
    text-transform: uppercase;
    background-image: none !important;
    text-shadow: none !important;
    box-shadow: none !important;
    background: none;
    box-sizing: border-box;
    position: relative;
    vertical-align: middle;
    border-radius: 12px;
    cursor: url('../images/cursor_sml.png') 24 24, auto;
    background-color: transparent;
    color: #084826;
    border: 2px solid #084826;
    box-shadow: none !important;
    display: inline-block !important;
    background-image: none !important;
    text-shadow: none !important;
    box-shadow: none !important;
    background-color: transparent;
    color: #e0e0e0;
    border: 2px solid #e0e0e0;
    box-shadow: none !important;
    color: #084826 !important; }
  .wpforms-submit-container button.button:hover {
    background-color: transparent;
    color: #e0e0e0 !important;
    border: 2px solid #084826 !important;
    box-shadow: none !important; }

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: #084826 !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: #084826 !important;
  color: #e0e0e0 !important; }

.blog-list__item {
  margin-bottom: 20px; }
  .blog-list__image {
    width: 100%; }
  .blog-list__wrap {
    padding: 10px; }
  .blog-list__title {
    margin-bottom: 10px;
    line-height: 120% !important; }
  .blog-list__title a {
    line-height: 120% !important; }
  .blog-list__excerpt {
    padding: 20px 0px 40px 0px; }
  .blog-list__link {
    text-align: left; }

.blog__title {
  margin-bottom: 0px;
  line-height: 120% !important;
  padding-bottom: 40px; }
  .blog__content {
    padding-bottom: 40px; }

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

body.single-post {
  background: #e0e0e0;
  color: #000; }
  body.single-post #page-wrap {
    width: 100%;
    max-width: 1320px;
    margin: 0 auto;
    padding: 40px; }
  body.single-post h1, body.single-post h2, body.single-post h3, body.single-post h4, body.single-post h5, body.single-post h6 {
    color: #084826;
    font-weight: 700;
    line-height: 120%; }

body.page-template-default #page-wrap {
  width: 100%;
  max-width: 1320px;
  margin: 0 auto;
  padding: 40px; }
  body.page-template-default h1, body.page-template-default h2, body.page-template-default h3, body.page-template-default h4, body.page-template-default h5, body.page-template-default h6 {
    color: #084826;
    font-weight: 700;
    line-height: 120%; }

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

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

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

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

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

#custom-page #cta.brand1, #custom-page #accordion_split.brand1, #custom-page #split-column.brand1, #custom-page #marquee.brand1, #custom-page #testimonials.brand1, #custom-page #html.brand1, #custom-page #wysiwyg.brand1, #custom-page #spacer.brand1, #custom-page #specialties.brand1, #custom-page #header.brand1, #custom-page #banner.brand1, #custom-page #intro.brand1, #custom-page #layout_section.brand1, #custom-page #feature_bg.brand1, #custom-page #cta_image.brand1, #custom-page #dual-column.brand1 {
  background-color: #000 !important;
  color: #e0e0e0; }
  #custom-page #cta.brand1 h1, #custom-page #accordion_split.brand1 h1, #custom-page #split-column.brand1 h1, #custom-page #marquee.brand1 h1, #custom-page #testimonials.brand1 h1, #custom-page #html.brand1 h1, #custom-page #wysiwyg.brand1 h1, #custom-page #spacer.brand1 h1, #custom-page #specialties.brand1 h1, #custom-page #header.brand1 h1, #custom-page #banner.brand1 h1, #custom-page #intro.brand1 h1, #custom-page #layout_section.brand1 h1, #custom-page #feature_bg.brand1 h1, #custom-page #cta_image.brand1 h1, #custom-page #dual-column.brand1 h1, #custom-page #cta.brand1 h2, #custom-page #accordion_split.brand1 h2, #custom-page #split-column.brand1 h2, #custom-page #marquee.brand1 h2, #custom-page #testimonials.brand1 h2, #custom-page #html.brand1 h2, #custom-page #wysiwyg.brand1 h2, #custom-page #spacer.brand1 h2, #custom-page #specialties.brand1 h2, #custom-page #header.brand1 h2, #custom-page #banner.brand1 h2, #custom-page #intro.brand1 h2, #custom-page #layout_section.brand1 h2, #custom-page #feature_bg.brand1 h2, #custom-page #cta_image.brand1 h2, #custom-page #dual-column.brand1 h2, #custom-page #cta.brand1 h3, #custom-page #accordion_split.brand1 h3, #custom-page #split-column.brand1 h3, #custom-page #marquee.brand1 h3, #custom-page #testimonials.brand1 h3, #custom-page #html.brand1 h3, #custom-page #wysiwyg.brand1 h3, #custom-page #spacer.brand1 h3, #custom-page #specialties.brand1 h3, #custom-page #header.brand1 h3, #custom-page #banner.brand1 h3, #custom-page #intro.brand1 h3, #custom-page #layout_section.brand1 h3, #custom-page #feature_bg.brand1 h3, #custom-page #cta_image.brand1 h3, #custom-page #dual-column.brand1 h3, #custom-page #cta.brand1 h4, #custom-page #accordion_split.brand1 h4, #custom-page #split-column.brand1 h4, #custom-page #marquee.brand1 h4, #custom-page #testimonials.brand1 h4, #custom-page #html.brand1 h4, #custom-page #wysiwyg.brand1 h4, #custom-page #spacer.brand1 h4, #custom-page #specialties.brand1 h4, #custom-page #header.brand1 h4, #custom-page #banner.brand1 h4, #custom-page #intro.brand1 h4, #custom-page #layout_section.brand1 h4, #custom-page #feature_bg.brand1 h4, #custom-page #cta_image.brand1 h4, #custom-page #dual-column.brand1 h4, #custom-page #cta.brand1 h5, #custom-page #accordion_split.brand1 h5, #custom-page #split-column.brand1 h5, #custom-page #marquee.brand1 h5, #custom-page #testimonials.brand1 h5, #custom-page #html.brand1 h5, #custom-page #wysiwyg.brand1 h5, #custom-page #spacer.brand1 h5, #custom-page #specialties.brand1 h5, #custom-page #header.brand1 h5, #custom-page #banner.brand1 h5, #custom-page #intro.brand1 h5, #custom-page #layout_section.brand1 h5, #custom-page #feature_bg.brand1 h5, #custom-page #cta_image.brand1 h5, #custom-page #dual-column.brand1 h5, #custom-page #cta.brand1 h6, #custom-page #accordion_split.brand1 h6, #custom-page #split-column.brand1 h6, #custom-page #marquee.brand1 h6, #custom-page #testimonials.brand1 h6, #custom-page #html.brand1 h6, #custom-page #wysiwyg.brand1 h6, #custom-page #spacer.brand1 h6, #custom-page #specialties.brand1 h6, #custom-page #header.brand1 h6, #custom-page #banner.brand1 h6, #custom-page #intro.brand1 h6, #custom-page #layout_section.brand1 h6, #custom-page #feature_bg.brand1 h6, #custom-page #cta_image.brand1 h6, #custom-page #dual-column.brand1 h6, #custom-page #cta.brand1 p, #custom-page #accordion_split.brand1 p, #custom-page #split-column.brand1 p, #custom-page #marquee.brand1 p, #custom-page #testimonials.brand1 p, #custom-page #html.brand1 p, #custom-page #wysiwyg.brand1 p, #custom-page #spacer.brand1 p, #custom-page #specialties.brand1 p, #custom-page #header.brand1 p, #custom-page #banner.brand1 p, #custom-page #intro.brand1 p, #custom-page #layout_section.brand1 p, #custom-page #feature_bg.brand1 p, #custom-page #cta_image.brand1 p, #custom-page #dual-column.brand1 p {
    color: #e0e0e0 !important; }
  #custom-page #cta.brand1 .btn-primary, #custom-page #accordion_split.brand1 .btn-primary, #custom-page #split-column.brand1 .btn-primary, #custom-page #marquee.brand1 .btn-primary, #custom-page #testimonials.brand1 .btn-primary, #custom-page #html.brand1 .btn-primary, #custom-page #wysiwyg.brand1 .btn-primary, #custom-page #spacer.brand1 .btn-primary, #custom-page #specialties.brand1 .btn-primary, #custom-page #header.brand1 .btn-primary, #custom-page #banner.brand1 .btn-primary, #custom-page #intro.brand1 .btn-primary, #custom-page #layout_section.brand1 .btn-primary, #custom-page #feature_bg.brand1 .btn-primary, #custom-page #cta_image.brand1 .btn-primary, #custom-page #dual-column.brand1 .btn-primary {
    background-color: #000;
    border: 2px solid #e0e0e0;
    color: #e0e0e0; }
  #custom-page #cta.brand1 .btn-primary:hover, #custom-page #accordion_split.brand1 .btn-primary:hover, #custom-page #split-column.brand1 .btn-primary:hover, #custom-page #marquee.brand1 .btn-primary:hover, #custom-page #testimonials.brand1 .btn-primary:hover, #custom-page #html.brand1 .btn-primary:hover, #custom-page #wysiwyg.brand1 .btn-primary:hover, #custom-page #spacer.brand1 .btn-primary:hover, #custom-page #specialties.brand1 .btn-primary:hover, #custom-page #header.brand1 .btn-primary:hover, #custom-page #banner.brand1 .btn-primary:hover, #custom-page #intro.brand1 .btn-primary:hover, #custom-page #layout_section.brand1 .btn-primary:hover, #custom-page #feature_bg.brand1 .btn-primary:hover, #custom-page #cta_image.brand1 .btn-primary:hover, #custom-page #dual-column.brand1 .btn-primary:hover {
    background-color: #e0e0e0 !important;
    border: 2px solid #e0e0e0 !important;
    color: #000 !important; }
  #custom-page #cta.brand1 .service__link a, #custom-page #accordion_split.brand1 .service__link a, #custom-page #split-column.brand1 .service__link a, #custom-page #marquee.brand1 .service__link a, #custom-page #testimonials.brand1 .service__link a, #custom-page #html.brand1 .service__link a, #custom-page #wysiwyg.brand1 .service__link a, #custom-page #spacer.brand1 .service__link a, #custom-page #specialties.brand1 .service__link a, #custom-page #header.brand1 .service__link a, #custom-page #banner.brand1 .service__link a, #custom-page #intro.brand1 .service__link a, #custom-page #layout_section.brand1 .service__link a, #custom-page #feature_bg.brand1 .service__link a, #custom-page #cta_image.brand1 .service__link a, #custom-page #dual-column.brand1 .service__link a {
    color: #e0e0e0; }
  #custom-page #cta.brand1 .accordion, #custom-page #accordion_split.brand1 .accordion, #custom-page #split-column.brand1 .accordion, #custom-page #marquee.brand1 .accordion, #custom-page #testimonials.brand1 .accordion, #custom-page #html.brand1 .accordion, #custom-page #wysiwyg.brand1 .accordion, #custom-page #spacer.brand1 .accordion, #custom-page #specialties.brand1 .accordion, #custom-page #header.brand1 .accordion, #custom-page #banner.brand1 .accordion, #custom-page #intro.brand1 .accordion, #custom-page #layout_section.brand1 .accordion, #custom-page #feature_bg.brand1 .accordion, #custom-page #cta_image.brand1 .accordion, #custom-page #dual-column.brand1 .accordion {
    border-bottom: 2px solid #e0e0e0; }
  #custom-page #cta.brand1 .accordion-body, #custom-page #accordion_split.brand1 .accordion-body, #custom-page #split-column.brand1 .accordion-body, #custom-page #marquee.brand1 .accordion-body, #custom-page #testimonials.brand1 .accordion-body, #custom-page #html.brand1 .accordion-body, #custom-page #wysiwyg.brand1 .accordion-body, #custom-page #spacer.brand1 .accordion-body, #custom-page #specialties.brand1 .accordion-body, #custom-page #header.brand1 .accordion-body, #custom-page #banner.brand1 .accordion-body, #custom-page #intro.brand1 .accordion-body, #custom-page #layout_section.brand1 .accordion-body, #custom-page #feature_bg.brand1 .accordion-body, #custom-page #cta_image.brand1 .accordion-body, #custom-page #dual-column.brand1 .accordion-body {
    color: #e0e0e0; }
  #custom-page #cta.brand1 .accordion-button, #custom-page #accordion_split.brand1 .accordion-button, #custom-page #split-column.brand1 .accordion-button, #custom-page #marquee.brand1 .accordion-button, #custom-page #testimonials.brand1 .accordion-button, #custom-page #html.brand1 .accordion-button, #custom-page #wysiwyg.brand1 .accordion-button, #custom-page #spacer.brand1 .accordion-button, #custom-page #specialties.brand1 .accordion-button, #custom-page #header.brand1 .accordion-button, #custom-page #banner.brand1 .accordion-button, #custom-page #intro.brand1 .accordion-button, #custom-page #layout_section.brand1 .accordion-button, #custom-page #feature_bg.brand1 .accordion-button, #custom-page #cta_image.brand1 .accordion-button, #custom-page #dual-column.brand1 .accordion-button {
    color: #e0e0e0;
    border-top: 2px solid #e0e0e0; }
  #custom-page #cta.brand1 .accordion-button:not(.collapsed), #custom-page #accordion_split.brand1 .accordion-button:not(.collapsed), #custom-page #split-column.brand1 .accordion-button:not(.collapsed), #custom-page #marquee.brand1 .accordion-button:not(.collapsed), #custom-page #testimonials.brand1 .accordion-button:not(.collapsed), #custom-page #html.brand1 .accordion-button:not(.collapsed), #custom-page #wysiwyg.brand1 .accordion-button:not(.collapsed), #custom-page #spacer.brand1 .accordion-button:not(.collapsed), #custom-page #specialties.brand1 .accordion-button:not(.collapsed), #custom-page #header.brand1 .accordion-button:not(.collapsed), #custom-page #banner.brand1 .accordion-button:not(.collapsed), #custom-page #intro.brand1 .accordion-button:not(.collapsed), #custom-page #layout_section.brand1 .accordion-button:not(.collapsed), #custom-page #feature_bg.brand1 .accordion-button:not(.collapsed), #custom-page #cta_image.brand1 .accordion-button:not(.collapsed), #custom-page #dual-column.brand1 .accordion-button:not(.collapsed) {
    color: #e0e0e0; }
  #custom-page #cta.brand1 .accordion-button:focus, #custom-page #accordion_split.brand1 .accordion-button:focus, #custom-page #split-column.brand1 .accordion-button:focus, #custom-page #marquee.brand1 .accordion-button:focus, #custom-page #testimonials.brand1 .accordion-button:focus, #custom-page #html.brand1 .accordion-button:focus, #custom-page #wysiwyg.brand1 .accordion-button:focus, #custom-page #spacer.brand1 .accordion-button:focus, #custom-page #specialties.brand1 .accordion-button:focus, #custom-page #header.brand1 .accordion-button:focus, #custom-page #banner.brand1 .accordion-button:focus, #custom-page #intro.brand1 .accordion-button:focus, #custom-page #layout_section.brand1 .accordion-button:focus, #custom-page #feature_bg.brand1 .accordion-button:focus, #custom-page #cta_image.brand1 .accordion-button:focus, #custom-page #dual-column.brand1 .accordion-button:focus {
    border-top: 2px solid #e0e0e0; }
  #custom-page #cta.brand1 .marquee span, #custom-page #accordion_split.brand1 .marquee span, #custom-page #split-column.brand1 .marquee span, #custom-page #marquee.brand1 .marquee span, #custom-page #testimonials.brand1 .marquee span, #custom-page #html.brand1 .marquee span, #custom-page #wysiwyg.brand1 .marquee span, #custom-page #spacer.brand1 .marquee span, #custom-page #specialties.brand1 .marquee span, #custom-page #header.brand1 .marquee span, #custom-page #banner.brand1 .marquee span, #custom-page #intro.brand1 .marquee span, #custom-page #layout_section.brand1 .marquee span, #custom-page #feature_bg.brand1 .marquee span, #custom-page #cta_image.brand1 .marquee span, #custom-page #dual-column.brand1 .marquee span {
    color: #e0e0e0; }
  #custom-page #cta.brand1 .intro__wrap, #custom-page #accordion_split.brand1 .intro__wrap, #custom-page #split-column.brand1 .intro__wrap, #custom-page #marquee.brand1 .intro__wrap, #custom-page #testimonials.brand1 .intro__wrap, #custom-page #html.brand1 .intro__wrap, #custom-page #wysiwyg.brand1 .intro__wrap, #custom-page #spacer.brand1 .intro__wrap, #custom-page #specialties.brand1 .intro__wrap, #custom-page #header.brand1 .intro__wrap, #custom-page #banner.brand1 .intro__wrap, #custom-page #intro.brand1 .intro__wrap, #custom-page #layout_section.brand1 .intro__wrap, #custom-page #feature_bg.brand1 .intro__wrap, #custom-page #cta_image.brand1 .intro__wrap, #custom-page #dual-column.brand1 .intro__wrap {
    background-image: url('../images/brand1-shape-middle.png'); }
  #custom-page #cta.brand1 .intro__heading, #custom-page #accordion_split.brand1 .intro__heading, #custom-page #split-column.brand1 .intro__heading, #custom-page #marquee.brand1 .intro__heading, #custom-page #testimonials.brand1 .intro__heading, #custom-page #html.brand1 .intro__heading, #custom-page #wysiwyg.brand1 .intro__heading, #custom-page #spacer.brand1 .intro__heading, #custom-page #specialties.brand1 .intro__heading, #custom-page #header.brand1 .intro__heading, #custom-page #banner.brand1 .intro__heading, #custom-page #intro.brand1 .intro__heading, #custom-page #layout_section.brand1 .intro__heading, #custom-page #feature_bg.brand1 .intro__heading, #custom-page #cta_image.brand1 .intro__heading, #custom-page #dual-column.brand1 .intro__heading, #custom-page #cta.brand1 .intro__subheading, #custom-page #accordion_split.brand1 .intro__subheading, #custom-page #split-column.brand1 .intro__subheading, #custom-page #marquee.brand1 .intro__subheading, #custom-page #testimonials.brand1 .intro__subheading, #custom-page #html.brand1 .intro__subheading, #custom-page #wysiwyg.brand1 .intro__subheading, #custom-page #spacer.brand1 .intro__subheading, #custom-page #specialties.brand1 .intro__subheading, #custom-page #header.brand1 .intro__subheading, #custom-page #banner.brand1 .intro__subheading, #custom-page #intro.brand1 .intro__subheading, #custom-page #layout_section.brand1 .intro__subheading, #custom-page #feature_bg.brand1 .intro__subheading, #custom-page #cta_image.brand1 .intro__subheading, #custom-page #dual-column.brand1 .intro__subheading {
    color: #084826 !important; }
  #custom-page #cta.brand1 .about__sub-heading, #custom-page #accordion_split.brand1 .about__sub-heading, #custom-page #split-column.brand1 .about__sub-heading, #custom-page #marquee.brand1 .about__sub-heading, #custom-page #testimonials.brand1 .about__sub-heading, #custom-page #html.brand1 .about__sub-heading, #custom-page #wysiwyg.brand1 .about__sub-heading, #custom-page #spacer.brand1 .about__sub-heading, #custom-page #specialties.brand1 .about__sub-heading, #custom-page #header.brand1 .about__sub-heading, #custom-page #banner.brand1 .about__sub-heading, #custom-page #intro.brand1 .about__sub-heading, #custom-page #layout_section.brand1 .about__sub-heading, #custom-page #feature_bg.brand1 .about__sub-heading, #custom-page #cta_image.brand1 .about__sub-heading, #custom-page #dual-column.brand1 .about__sub-heading {
    color: #084826 !important; }
  #custom-page #cta.brand1 .about__sub-content h1, #custom-page #accordion_split.brand1 .about__sub-content h1, #custom-page #split-column.brand1 .about__sub-content h1, #custom-page #marquee.brand1 .about__sub-content h1, #custom-page #testimonials.brand1 .about__sub-content h1, #custom-page #html.brand1 .about__sub-content h1, #custom-page #wysiwyg.brand1 .about__sub-content h1, #custom-page #spacer.brand1 .about__sub-content h1, #custom-page #specialties.brand1 .about__sub-content h1, #custom-page #header.brand1 .about__sub-content h1, #custom-page #banner.brand1 .about__sub-content h1, #custom-page #intro.brand1 .about__sub-content h1, #custom-page #layout_section.brand1 .about__sub-content h1, #custom-page #feature_bg.brand1 .about__sub-content h1, #custom-page #cta_image.brand1 .about__sub-content h1, #custom-page #dual-column.brand1 .about__sub-content h1, #custom-page #cta.brand1 .about__sub-content h2, #custom-page #accordion_split.brand1 .about__sub-content h2, #custom-page #split-column.brand1 .about__sub-content h2, #custom-page #marquee.brand1 .about__sub-content h2, #custom-page #testimonials.brand1 .about__sub-content h2, #custom-page #html.brand1 .about__sub-content h2, #custom-page #wysiwyg.brand1 .about__sub-content h2, #custom-page #spacer.brand1 .about__sub-content h2, #custom-page #specialties.brand1 .about__sub-content h2, #custom-page #header.brand1 .about__sub-content h2, #custom-page #banner.brand1 .about__sub-content h2, #custom-page #intro.brand1 .about__sub-content h2, #custom-page #layout_section.brand1 .about__sub-content h2, #custom-page #feature_bg.brand1 .about__sub-content h2, #custom-page #cta_image.brand1 .about__sub-content h2, #custom-page #dual-column.brand1 .about__sub-content h2, #custom-page #cta.brand1 .about__sub-content h3, #custom-page #accordion_split.brand1 .about__sub-content h3, #custom-page #split-column.brand1 .about__sub-content h3, #custom-page #marquee.brand1 .about__sub-content h3, #custom-page #testimonials.brand1 .about__sub-content h3, #custom-page #html.brand1 .about__sub-content h3, #custom-page #wysiwyg.brand1 .about__sub-content h3, #custom-page #spacer.brand1 .about__sub-content h3, #custom-page #specialties.brand1 .about__sub-content h3, #custom-page #header.brand1 .about__sub-content h3, #custom-page #banner.brand1 .about__sub-content h3, #custom-page #intro.brand1 .about__sub-content h3, #custom-page #layout_section.brand1 .about__sub-content h3, #custom-page #feature_bg.brand1 .about__sub-content h3, #custom-page #cta_image.brand1 .about__sub-content h3, #custom-page #dual-column.brand1 .about__sub-content h3, #custom-page #cta.brand1 .about__sub-content h4, #custom-page #accordion_split.brand1 .about__sub-content h4, #custom-page #split-column.brand1 .about__sub-content h4, #custom-page #marquee.brand1 .about__sub-content h4, #custom-page #testimonials.brand1 .about__sub-content h4, #custom-page #html.brand1 .about__sub-content h4, #custom-page #wysiwyg.brand1 .about__sub-content h4, #custom-page #spacer.brand1 .about__sub-content h4, #custom-page #specialties.brand1 .about__sub-content h4, #custom-page #header.brand1 .about__sub-content h4, #custom-page #banner.brand1 .about__sub-content h4, #custom-page #intro.brand1 .about__sub-content h4, #custom-page #layout_section.brand1 .about__sub-content h4, #custom-page #feature_bg.brand1 .about__sub-content h4, #custom-page #cta_image.brand1 .about__sub-content h4, #custom-page #dual-column.brand1 .about__sub-content h4, #custom-page #cta.brand1 .about__sub-content h5, #custom-page #accordion_split.brand1 .about__sub-content h5, #custom-page #split-column.brand1 .about__sub-content h5, #custom-page #marquee.brand1 .about__sub-content h5, #custom-page #testimonials.brand1 .about__sub-content h5, #custom-page #html.brand1 .about__sub-content h5, #custom-page #wysiwyg.brand1 .about__sub-content h5, #custom-page #spacer.brand1 .about__sub-content h5, #custom-page #specialties.brand1 .about__sub-content h5, #custom-page #header.brand1 .about__sub-content h5, #custom-page #banner.brand1 .about__sub-content h5, #custom-page #intro.brand1 .about__sub-content h5, #custom-page #layout_section.brand1 .about__sub-content h5, #custom-page #feature_bg.brand1 .about__sub-content h5, #custom-page #cta_image.brand1 .about__sub-content h5, #custom-page #dual-column.brand1 .about__sub-content h5, #custom-page #cta.brand1 .about__sub-content h6, #custom-page #accordion_split.brand1 .about__sub-content h6, #custom-page #split-column.brand1 .about__sub-content h6, #custom-page #marquee.brand1 .about__sub-content h6, #custom-page #testimonials.brand1 .about__sub-content h6, #custom-page #html.brand1 .about__sub-content h6, #custom-page #wysiwyg.brand1 .about__sub-content h6, #custom-page #spacer.brand1 .about__sub-content h6, #custom-page #specialties.brand1 .about__sub-content h6, #custom-page #header.brand1 .about__sub-content h6, #custom-page #banner.brand1 .about__sub-content h6, #custom-page #intro.brand1 .about__sub-content h6, #custom-page #layout_section.brand1 .about__sub-content h6, #custom-page #feature_bg.brand1 .about__sub-content h6, #custom-page #cta_image.brand1 .about__sub-content h6, #custom-page #dual-column.brand1 .about__sub-content h6 {
    color: #084826 !important; }
  #custom-page #cta.brand1 .feature__heading, #custom-page #accordion_split.brand1 .feature__heading, #custom-page #split-column.brand1 .feature__heading, #custom-page #marquee.brand1 .feature__heading, #custom-page #testimonials.brand1 .feature__heading, #custom-page #html.brand1 .feature__heading, #custom-page #wysiwyg.brand1 .feature__heading, #custom-page #spacer.brand1 .feature__heading, #custom-page #specialties.brand1 .feature__heading, #custom-page #header.brand1 .feature__heading, #custom-page #banner.brand1 .feature__heading, #custom-page #intro.brand1 .feature__heading, #custom-page #layout_section.brand1 .feature__heading, #custom-page #feature_bg.brand1 .feature__heading, #custom-page #cta_image.brand1 .feature__heading, #custom-page #dual-column.brand1 .feature__heading {
    border: 3px solid #e0e0e0; }
  #custom-page #cta.brand1 .feature__heading h2, #custom-page #accordion_split.brand1 .feature__heading h2, #custom-page #split-column.brand1 .feature__heading h2, #custom-page #marquee.brand1 .feature__heading h2, #custom-page #testimonials.brand1 .feature__heading h2, #custom-page #html.brand1 .feature__heading h2, #custom-page #wysiwyg.brand1 .feature__heading h2, #custom-page #spacer.brand1 .feature__heading h2, #custom-page #specialties.brand1 .feature__heading h2, #custom-page #header.brand1 .feature__heading h2, #custom-page #banner.brand1 .feature__heading h2, #custom-page #intro.brand1 .feature__heading h2, #custom-page #layout_section.brand1 .feature__heading h2, #custom-page #feature_bg.brand1 .feature__heading h2, #custom-page #cta_image.brand1 .feature__heading h2, #custom-page #dual-column.brand1 .feature__heading h2 {
    color: #e0e0e0; }
  #custom-page #cta.brand1 .feature__heading svg rect, #custom-page #accordion_split.brand1 .feature__heading svg rect, #custom-page #split-column.brand1 .feature__heading svg rect, #custom-page #marquee.brand1 .feature__heading svg rect, #custom-page #testimonials.brand1 .feature__heading svg rect, #custom-page #html.brand1 .feature__heading svg rect, #custom-page #wysiwyg.brand1 .feature__heading svg rect, #custom-page #spacer.brand1 .feature__heading svg rect, #custom-page #specialties.brand1 .feature__heading svg rect, #custom-page #header.brand1 .feature__heading svg rect, #custom-page #banner.brand1 .feature__heading svg rect, #custom-page #intro.brand1 .feature__heading svg rect, #custom-page #layout_section.brand1 .feature__heading svg rect, #custom-page #feature_bg.brand1 .feature__heading svg rect, #custom-page #cta_image.brand1 .feature__heading svg rect, #custom-page #dual-column.brand1 .feature__heading svg rect {
    fill: #e0e0e0; }
  #custom-page #cta.brand1 .feature__heading .animate-line .reveal-line, #custom-page #accordion_split.brand1 .feature__heading .animate-line .reveal-line, #custom-page #split-column.brand1 .feature__heading .animate-line .reveal-line, #custom-page #marquee.brand1 .feature__heading .animate-line .reveal-line, #custom-page #testimonials.brand1 .feature__heading .animate-line .reveal-line, #custom-page #html.brand1 .feature__heading .animate-line .reveal-line, #custom-page #wysiwyg.brand1 .feature__heading .animate-line .reveal-line, #custom-page #spacer.brand1 .feature__heading .animate-line .reveal-line, #custom-page #specialties.brand1 .feature__heading .animate-line .reveal-line, #custom-page #header.brand1 .feature__heading .animate-line .reveal-line, #custom-page #banner.brand1 .feature__heading .animate-line .reveal-line, #custom-page #intro.brand1 .feature__heading .animate-line .reveal-line, #custom-page #layout_section.brand1 .feature__heading .animate-line .reveal-line, #custom-page #feature_bg.brand1 .feature__heading .animate-line .reveal-line, #custom-page #cta_image.brand1 .feature__heading .animate-line .reveal-line, #custom-page #dual-column.brand1 .feature__heading .animate-line .reveal-line {
    background-color: #e0e0e0 !important; }
  #custom-page #cta.brand1 .cta__heading, #custom-page #accordion_split.brand1 .cta__heading, #custom-page #split-column.brand1 .cta__heading, #custom-page #marquee.brand1 .cta__heading, #custom-page #testimonials.brand1 .cta__heading, #custom-page #html.brand1 .cta__heading, #custom-page #wysiwyg.brand1 .cta__heading, #custom-page #spacer.brand1 .cta__heading, #custom-page #specialties.brand1 .cta__heading, #custom-page #header.brand1 .cta__heading, #custom-page #banner.brand1 .cta__heading, #custom-page #intro.brand1 .cta__heading, #custom-page #layout_section.brand1 .cta__heading, #custom-page #feature_bg.brand1 .cta__heading, #custom-page #cta_image.brand1 .cta__heading, #custom-page #dual-column.brand1 .cta__heading, #custom-page #cta.brand1 .cta__content, #custom-page #accordion_split.brand1 .cta__content, #custom-page #split-column.brand1 .cta__content, #custom-page #marquee.brand1 .cta__content, #custom-page #testimonials.brand1 .cta__content, #custom-page #html.brand1 .cta__content, #custom-page #wysiwyg.brand1 .cta__content, #custom-page #spacer.brand1 .cta__content, #custom-page #specialties.brand1 .cta__content, #custom-page #header.brand1 .cta__content, #custom-page #banner.brand1 .cta__content, #custom-page #intro.brand1 .cta__content, #custom-page #layout_section.brand1 .cta__content, #custom-page #feature_bg.brand1 .cta__content, #custom-page #cta_image.brand1 .cta__content, #custom-page #dual-column.brand1 .cta__content {
    color: #e0e0e0 !important; }
  #custom-page #cta.brand1 .cta-image__heading, #custom-page #accordion_split.brand1 .cta-image__heading, #custom-page #split-column.brand1 .cta-image__heading, #custom-page #marquee.brand1 .cta-image__heading, #custom-page #testimonials.brand1 .cta-image__heading, #custom-page #html.brand1 .cta-image__heading, #custom-page #wysiwyg.brand1 .cta-image__heading, #custom-page #spacer.brand1 .cta-image__heading, #custom-page #specialties.brand1 .cta-image__heading, #custom-page #header.brand1 .cta-image__heading, #custom-page #banner.brand1 .cta-image__heading, #custom-page #intro.brand1 .cta-image__heading, #custom-page #layout_section.brand1 .cta-image__heading, #custom-page #feature_bg.brand1 .cta-image__heading, #custom-page #cta_image.brand1 .cta-image__heading, #custom-page #dual-column.brand1 .cta-image__heading, #custom-page #cta.brand1 .cta-image__content, #custom-page #accordion_split.brand1 .cta-image__content, #custom-page #split-column.brand1 .cta-image__content, #custom-page #marquee.brand1 .cta-image__content, #custom-page #testimonials.brand1 .cta-image__content, #custom-page #html.brand1 .cta-image__content, #custom-page #wysiwyg.brand1 .cta-image__content, #custom-page #spacer.brand1 .cta-image__content, #custom-page #specialties.brand1 .cta-image__content, #custom-page #header.brand1 .cta-image__content, #custom-page #banner.brand1 .cta-image__content, #custom-page #intro.brand1 .cta-image__content, #custom-page #layout_section.brand1 .cta-image__content, #custom-page #feature_bg.brand1 .cta-image__content, #custom-page #cta_image.brand1 .cta-image__content, #custom-page #dual-column.brand1 .cta-image__content, #custom-page #cta.brand1 .cta-image__subcontent, #custom-page #accordion_split.brand1 .cta-image__subcontent, #custom-page #split-column.brand1 .cta-image__subcontent, #custom-page #marquee.brand1 .cta-image__subcontent, #custom-page #testimonials.brand1 .cta-image__subcontent, #custom-page #html.brand1 .cta-image__subcontent, #custom-page #wysiwyg.brand1 .cta-image__subcontent, #custom-page #spacer.brand1 .cta-image__subcontent, #custom-page #specialties.brand1 .cta-image__subcontent, #custom-page #header.brand1 .cta-image__subcontent, #custom-page #banner.brand1 .cta-image__subcontent, #custom-page #intro.brand1 .cta-image__subcontent, #custom-page #layout_section.brand1 .cta-image__subcontent, #custom-page #feature_bg.brand1 .cta-image__subcontent, #custom-page #cta_image.brand1 .cta-image__subcontent, #custom-page #dual-column.brand1 .cta-image__subcontent {
    color: #e0e0e0 !important; }
  #custom-page #cta.brand1 .cta-image__heading a, #custom-page #accordion_split.brand1 .cta-image__heading a, #custom-page #split-column.brand1 .cta-image__heading a, #custom-page #marquee.brand1 .cta-image__heading a, #custom-page #testimonials.brand1 .cta-image__heading a, #custom-page #html.brand1 .cta-image__heading a, #custom-page #wysiwyg.brand1 .cta-image__heading a, #custom-page #spacer.brand1 .cta-image__heading a, #custom-page #specialties.brand1 .cta-image__heading a, #custom-page #header.brand1 .cta-image__heading a, #custom-page #banner.brand1 .cta-image__heading a, #custom-page #intro.brand1 .cta-image__heading a, #custom-page #layout_section.brand1 .cta-image__heading a, #custom-page #feature_bg.brand1 .cta-image__heading a, #custom-page #cta_image.brand1 .cta-image__heading a, #custom-page #dual-column.brand1 .cta-image__heading a, #custom-page #cta.brand1 .cta-image__content a, #custom-page #accordion_split.brand1 .cta-image__content a, #custom-page #split-column.brand1 .cta-image__content a, #custom-page #marquee.brand1 .cta-image__content a, #custom-page #testimonials.brand1 .cta-image__content a, #custom-page #html.brand1 .cta-image__content a, #custom-page #wysiwyg.brand1 .cta-image__content a, #custom-page #spacer.brand1 .cta-image__content a, #custom-page #specialties.brand1 .cta-image__content a, #custom-page #header.brand1 .cta-image__content a, #custom-page #banner.brand1 .cta-image__content a, #custom-page #intro.brand1 .cta-image__content a, #custom-page #layout_section.brand1 .cta-image__content a, #custom-page #feature_bg.brand1 .cta-image__content a, #custom-page #cta_image.brand1 .cta-image__content a, #custom-page #dual-column.brand1 .cta-image__content a, #custom-page #cta.brand1 .cta-image__subcontent a, #custom-page #accordion_split.brand1 .cta-image__subcontent a, #custom-page #split-column.brand1 .cta-image__subcontent a, #custom-page #marquee.brand1 .cta-image__subcontent a, #custom-page #testimonials.brand1 .cta-image__subcontent a, #custom-page #html.brand1 .cta-image__subcontent a, #custom-page #wysiwyg.brand1 .cta-image__subcontent a, #custom-page #spacer.brand1 .cta-image__subcontent a, #custom-page #specialties.brand1 .cta-image__subcontent a, #custom-page #header.brand1 .cta-image__subcontent a, #custom-page #banner.brand1 .cta-image__subcontent a, #custom-page #intro.brand1 .cta-image__subcontent a, #custom-page #layout_section.brand1 .cta-image__subcontent a, #custom-page #feature_bg.brand1 .cta-image__subcontent a, #custom-page #cta_image.brand1 .cta-image__subcontent a, #custom-page #dual-column.brand1 .cta-image__subcontent a {
    color: #e0e0e0; }
  #custom-page #cta.brand2, #custom-page #accordion_split.brand2, #custom-page #split-column.brand2, #custom-page #marquee.brand2, #custom-page #testimonials.brand2, #custom-page #html.brand2, #custom-page #wysiwyg.brand2, #custom-page #spacer.brand2, #custom-page #specialties.brand2, #custom-page #header.brand2, #custom-page #banner.brand2, #custom-page #intro.brand2, #custom-page #layout_section.brand2, #custom-page #feature_bg.brand2, #custom-page #cta_image.brand2, #custom-page #dual-column.brand2 {
    background-color: #084826 !important;
    color: #e0e0e0; }
  #custom-page #cta.brand2 h1, #custom-page #accordion_split.brand2 h1, #custom-page #split-column.brand2 h1, #custom-page #marquee.brand2 h1, #custom-page #testimonials.brand2 h1, #custom-page #html.brand2 h1, #custom-page #wysiwyg.brand2 h1, #custom-page #spacer.brand2 h1, #custom-page #specialties.brand2 h1, #custom-page #header.brand2 h1, #custom-page #banner.brand2 h1, #custom-page #intro.brand2 h1, #custom-page #layout_section.brand2 h1, #custom-page #feature_bg.brand2 h1, #custom-page #cta_image.brand2 h1, #custom-page #dual-column.brand2 h1, #custom-page #cta.brand2 h2, #custom-page #accordion_split.brand2 h2, #custom-page #split-column.brand2 h2, #custom-page #marquee.brand2 h2, #custom-page #testimonials.brand2 h2, #custom-page #html.brand2 h2, #custom-page #wysiwyg.brand2 h2, #custom-page #spacer.brand2 h2, #custom-page #specialties.brand2 h2, #custom-page #header.brand2 h2, #custom-page #banner.brand2 h2, #custom-page #intro.brand2 h2, #custom-page #layout_section.brand2 h2, #custom-page #feature_bg.brand2 h2, #custom-page #cta_image.brand2 h2, #custom-page #dual-column.brand2 h2, #custom-page #cta.brand2 h3, #custom-page #accordion_split.brand2 h3, #custom-page #split-column.brand2 h3, #custom-page #marquee.brand2 h3, #custom-page #testimonials.brand2 h3, #custom-page #html.brand2 h3, #custom-page #wysiwyg.brand2 h3, #custom-page #spacer.brand2 h3, #custom-page #specialties.brand2 h3, #custom-page #header.brand2 h3, #custom-page #banner.brand2 h3, #custom-page #intro.brand2 h3, #custom-page #layout_section.brand2 h3, #custom-page #feature_bg.brand2 h3, #custom-page #cta_image.brand2 h3, #custom-page #dual-column.brand2 h3, #custom-page #cta.brand2 h4, #custom-page #accordion_split.brand2 h4, #custom-page #split-column.brand2 h4, #custom-page #marquee.brand2 h4, #custom-page #testimonials.brand2 h4, #custom-page #html.brand2 h4, #custom-page #wysiwyg.brand2 h4, #custom-page #spacer.brand2 h4, #custom-page #specialties.brand2 h4, #custom-page #header.brand2 h4, #custom-page #banner.brand2 h4, #custom-page #intro.brand2 h4, #custom-page #layout_section.brand2 h4, #custom-page #feature_bg.brand2 h4, #custom-page #cta_image.brand2 h4, #custom-page #dual-column.brand2 h4, #custom-page #cta.brand2 h5, #custom-page #accordion_split.brand2 h5, #custom-page #split-column.brand2 h5, #custom-page #marquee.brand2 h5, #custom-page #testimonials.brand2 h5, #custom-page #html.brand2 h5, #custom-page #wysiwyg.brand2 h5, #custom-page #spacer.brand2 h5, #custom-page #specialties.brand2 h5, #custom-page #header.brand2 h5, #custom-page #banner.brand2 h5, #custom-page #intro.brand2 h5, #custom-page #layout_section.brand2 h5, #custom-page #feature_bg.brand2 h5, #custom-page #cta_image.brand2 h5, #custom-page #dual-column.brand2 h5, #custom-page #cta.brand2 h6, #custom-page #accordion_split.brand2 h6, #custom-page #split-column.brand2 h6, #custom-page #marquee.brand2 h6, #custom-page #testimonials.brand2 h6, #custom-page #html.brand2 h6, #custom-page #wysiwyg.brand2 h6, #custom-page #spacer.brand2 h6, #custom-page #specialties.brand2 h6, #custom-page #header.brand2 h6, #custom-page #banner.brand2 h6, #custom-page #intro.brand2 h6, #custom-page #layout_section.brand2 h6, #custom-page #feature_bg.brand2 h6, #custom-page #cta_image.brand2 h6, #custom-page #dual-column.brand2 h6, #custom-page #cta.brand2 p, #custom-page #accordion_split.brand2 p, #custom-page #split-column.brand2 p, #custom-page #marquee.brand2 p, #custom-page #testimonials.brand2 p, #custom-page #html.brand2 p, #custom-page #wysiwyg.brand2 p, #custom-page #spacer.brand2 p, #custom-page #specialties.brand2 p, #custom-page #header.brand2 p, #custom-page #banner.brand2 p, #custom-page #intro.brand2 p, #custom-page #layout_section.brand2 p, #custom-page #feature_bg.brand2 p, #custom-page #cta_image.brand2 p, #custom-page #dual-column.brand2 p {
    color: #e0e0e0 !important; }
  #custom-page #cta.brand2 .btn-primary, #custom-page #accordion_split.brand2 .btn-primary, #custom-page #split-column.brand2 .btn-primary, #custom-page #marquee.brand2 .btn-primary, #custom-page #testimonials.brand2 .btn-primary, #custom-page #html.brand2 .btn-primary, #custom-page #wysiwyg.brand2 .btn-primary, #custom-page #spacer.brand2 .btn-primary, #custom-page #specialties.brand2 .btn-primary, #custom-page #header.brand2 .btn-primary, #custom-page #banner.brand2 .btn-primary, #custom-page #intro.brand2 .btn-primary, #custom-page #layout_section.brand2 .btn-primary, #custom-page #feature_bg.brand2 .btn-primary, #custom-page #cta_image.brand2 .btn-primary, #custom-page #dual-column.brand2 .btn-primary {
    background-color: transparent;
    border: 2px solid #e0e0e0;
    color: #e0e0e0; }
  #custom-page #cta.brand2 .btn-primary:hover, #custom-page #accordion_split.brand2 .btn-primary:hover, #custom-page #split-column.brand2 .btn-primary:hover, #custom-page #marquee.brand2 .btn-primary:hover, #custom-page #testimonials.brand2 .btn-primary:hover, #custom-page #html.brand2 .btn-primary:hover, #custom-page #wysiwyg.brand2 .btn-primary:hover, #custom-page #spacer.brand2 .btn-primary:hover, #custom-page #specialties.brand2 .btn-primary:hover, #custom-page #header.brand2 .btn-primary:hover, #custom-page #banner.brand2 .btn-primary:hover, #custom-page #intro.brand2 .btn-primary:hover, #custom-page #layout_section.brand2 .btn-primary:hover, #custom-page #feature_bg.brand2 .btn-primary:hover, #custom-page #cta_image.brand2 .btn-primary:hover, #custom-page #dual-column.brand2 .btn-primary:hover {
    background-color: #e0e0e0 !important;
    border: 2px solid #e0e0e0 !important;
    color: #084826 !important; }
  #custom-page #cta.brand2 .service__link a, #custom-page #accordion_split.brand2 .service__link a, #custom-page #split-column.brand2 .service__link a, #custom-page #marquee.brand2 .service__link a, #custom-page #testimonials.brand2 .service__link a, #custom-page #html.brand2 .service__link a, #custom-page #wysiwyg.brand2 .service__link a, #custom-page #spacer.brand2 .service__link a, #custom-page #specialties.brand2 .service__link a, #custom-page #header.brand2 .service__link a, #custom-page #banner.brand2 .service__link a, #custom-page #intro.brand2 .service__link a, #custom-page #layout_section.brand2 .service__link a, #custom-page #feature_bg.brand2 .service__link a, #custom-page #cta_image.brand2 .service__link a, #custom-page #dual-column.brand2 .service__link a {
    color: #e0e0e0; }
  #custom-page #cta.brand2 .accordion, #custom-page #accordion_split.brand2 .accordion, #custom-page #split-column.brand2 .accordion, #custom-page #marquee.brand2 .accordion, #custom-page #testimonials.brand2 .accordion, #custom-page #html.brand2 .accordion, #custom-page #wysiwyg.brand2 .accordion, #custom-page #spacer.brand2 .accordion, #custom-page #specialties.brand2 .accordion, #custom-page #header.brand2 .accordion, #custom-page #banner.brand2 .accordion, #custom-page #intro.brand2 .accordion, #custom-page #layout_section.brand2 .accordion, #custom-page #feature_bg.brand2 .accordion, #custom-page #cta_image.brand2 .accordion, #custom-page #dual-column.brand2 .accordion {
    border-bottom: 2px solid #e0e0e0; }
  #custom-page #cta.brand2 .accordion-body, #custom-page #accordion_split.brand2 .accordion-body, #custom-page #split-column.brand2 .accordion-body, #custom-page #marquee.brand2 .accordion-body, #custom-page #testimonials.brand2 .accordion-body, #custom-page #html.brand2 .accordion-body, #custom-page #wysiwyg.brand2 .accordion-body, #custom-page #spacer.brand2 .accordion-body, #custom-page #specialties.brand2 .accordion-body, #custom-page #header.brand2 .accordion-body, #custom-page #banner.brand2 .accordion-body, #custom-page #intro.brand2 .accordion-body, #custom-page #layout_section.brand2 .accordion-body, #custom-page #feature_bg.brand2 .accordion-body, #custom-page #cta_image.brand2 .accordion-body, #custom-page #dual-column.brand2 .accordion-body {
    color: #e0e0e0; }
  #custom-page #cta.brand2 .accordion-button, #custom-page #accordion_split.brand2 .accordion-button, #custom-page #split-column.brand2 .accordion-button, #custom-page #marquee.brand2 .accordion-button, #custom-page #testimonials.brand2 .accordion-button, #custom-page #html.brand2 .accordion-button, #custom-page #wysiwyg.brand2 .accordion-button, #custom-page #spacer.brand2 .accordion-button, #custom-page #specialties.brand2 .accordion-button, #custom-page #header.brand2 .accordion-button, #custom-page #banner.brand2 .accordion-button, #custom-page #intro.brand2 .accordion-button, #custom-page #layout_section.brand2 .accordion-button, #custom-page #feature_bg.brand2 .accordion-button, #custom-page #cta_image.brand2 .accordion-button, #custom-page #dual-column.brand2 .accordion-button {
    color: #e0e0e0;
    border-top: 2px solid #e0e0e0; }
  #custom-page #cta.brand2 .accordion-button:not(.collapsed), #custom-page #accordion_split.brand2 .accordion-button:not(.collapsed), #custom-page #split-column.brand2 .accordion-button:not(.collapsed), #custom-page #marquee.brand2 .accordion-button:not(.collapsed), #custom-page #testimonials.brand2 .accordion-button:not(.collapsed), #custom-page #html.brand2 .accordion-button:not(.collapsed), #custom-page #wysiwyg.brand2 .accordion-button:not(.collapsed), #custom-page #spacer.brand2 .accordion-button:not(.collapsed), #custom-page #specialties.brand2 .accordion-button:not(.collapsed), #custom-page #header.brand2 .accordion-button:not(.collapsed), #custom-page #banner.brand2 .accordion-button:not(.collapsed), #custom-page #intro.brand2 .accordion-button:not(.collapsed), #custom-page #layout_section.brand2 .accordion-button:not(.collapsed), #custom-page #feature_bg.brand2 .accordion-button:not(.collapsed), #custom-page #cta_image.brand2 .accordion-button:not(.collapsed), #custom-page #dual-column.brand2 .accordion-button:not(.collapsed) {
    color: #e0e0e0; }
  #custom-page #cta.brand2 .accordion-button:focus, #custom-page #accordion_split.brand2 .accordion-button:focus, #custom-page #split-column.brand2 .accordion-button:focus, #custom-page #marquee.brand2 .accordion-button:focus, #custom-page #testimonials.brand2 .accordion-button:focus, #custom-page #html.brand2 .accordion-button:focus, #custom-page #wysiwyg.brand2 .accordion-button:focus, #custom-page #spacer.brand2 .accordion-button:focus, #custom-page #specialties.brand2 .accordion-button:focus, #custom-page #header.brand2 .accordion-button:focus, #custom-page #banner.brand2 .accordion-button:focus, #custom-page #intro.brand2 .accordion-button:focus, #custom-page #layout_section.brand2 .accordion-button:focus, #custom-page #feature_bg.brand2 .accordion-button:focus, #custom-page #cta_image.brand2 .accordion-button:focus, #custom-page #dual-column.brand2 .accordion-button:focus {
    border-top: 2px solid #e0e0e0; }
  #custom-page #cta.brand2 .marquee span, #custom-page #accordion_split.brand2 .marquee span, #custom-page #split-column.brand2 .marquee span, #custom-page #marquee.brand2 .marquee span, #custom-page #testimonials.brand2 .marquee span, #custom-page #html.brand2 .marquee span, #custom-page #wysiwyg.brand2 .marquee span, #custom-page #spacer.brand2 .marquee span, #custom-page #specialties.brand2 .marquee span, #custom-page #header.brand2 .marquee span, #custom-page #banner.brand2 .marquee span, #custom-page #intro.brand2 .marquee span, #custom-page #layout_section.brand2 .marquee span, #custom-page #feature_bg.brand2 .marquee span, #custom-page #cta_image.brand2 .marquee span, #custom-page #dual-column.brand2 .marquee span {
    color: #084826; }
  #custom-page #cta.brand2 .intro__wrap, #custom-page #accordion_split.brand2 .intro__wrap, #custom-page #split-column.brand2 .intro__wrap, #custom-page #marquee.brand2 .intro__wrap, #custom-page #testimonials.brand2 .intro__wrap, #custom-page #html.brand2 .intro__wrap, #custom-page #wysiwyg.brand2 .intro__wrap, #custom-page #spacer.brand2 .intro__wrap, #custom-page #specialties.brand2 .intro__wrap, #custom-page #header.brand2 .intro__wrap, #custom-page #banner.brand2 .intro__wrap, #custom-page #intro.brand2 .intro__wrap, #custom-page #layout_section.brand2 .intro__wrap, #custom-page #feature_bg.brand2 .intro__wrap, #custom-page #cta_image.brand2 .intro__wrap, #custom-page #dual-column.brand2 .intro__wrap {
    background-image: url('../images/brand2-shape-middle.png'); }
  #custom-page #cta.brand2 .intro__heading, #custom-page #accordion_split.brand2 .intro__heading, #custom-page #split-column.brand2 .intro__heading, #custom-page #marquee.brand2 .intro__heading, #custom-page #testimonials.brand2 .intro__heading, #custom-page #html.brand2 .intro__heading, #custom-page #wysiwyg.brand2 .intro__heading, #custom-page #spacer.brand2 .intro__heading, #custom-page #specialties.brand2 .intro__heading, #custom-page #header.brand2 .intro__heading, #custom-page #banner.brand2 .intro__heading, #custom-page #intro.brand2 .intro__heading, #custom-page #layout_section.brand2 .intro__heading, #custom-page #feature_bg.brand2 .intro__heading, #custom-page #cta_image.brand2 .intro__heading, #custom-page #dual-column.brand2 .intro__heading {
    color: #000 !important; }
  #custom-page #cta.brand2 .about__sub-heading, #custom-page #accordion_split.brand2 .about__sub-heading, #custom-page #split-column.brand2 .about__sub-heading, #custom-page #marquee.brand2 .about__sub-heading, #custom-page #testimonials.brand2 .about__sub-heading, #custom-page #html.brand2 .about__sub-heading, #custom-page #wysiwyg.brand2 .about__sub-heading, #custom-page #spacer.brand2 .about__sub-heading, #custom-page #specialties.brand2 .about__sub-heading, #custom-page #header.brand2 .about__sub-heading, #custom-page #banner.brand2 .about__sub-heading, #custom-page #intro.brand2 .about__sub-heading, #custom-page #layout_section.brand2 .about__sub-heading, #custom-page #feature_bg.brand2 .about__sub-heading, #custom-page #cta_image.brand2 .about__sub-heading, #custom-page #dual-column.brand2 .about__sub-heading {
    color: #e0e0e0 !important; }
  #custom-page #cta.brand2 .about__sub-content h1, #custom-page #accordion_split.brand2 .about__sub-content h1, #custom-page #split-column.brand2 .about__sub-content h1, #custom-page #marquee.brand2 .about__sub-content h1, #custom-page #testimonials.brand2 .about__sub-content h1, #custom-page #html.brand2 .about__sub-content h1, #custom-page #wysiwyg.brand2 .about__sub-content h1, #custom-page #spacer.brand2 .about__sub-content h1, #custom-page #specialties.brand2 .about__sub-content h1, #custom-page #header.brand2 .about__sub-content h1, #custom-page #banner.brand2 .about__sub-content h1, #custom-page #intro.brand2 .about__sub-content h1, #custom-page #layout_section.brand2 .about__sub-content h1, #custom-page #feature_bg.brand2 .about__sub-content h1, #custom-page #cta_image.brand2 .about__sub-content h1, #custom-page #dual-column.brand2 .about__sub-content h1, #custom-page #cta.brand2 .about__sub-content h2, #custom-page #accordion_split.brand2 .about__sub-content h2, #custom-page #split-column.brand2 .about__sub-content h2, #custom-page #marquee.brand2 .about__sub-content h2, #custom-page #testimonials.brand2 .about__sub-content h2, #custom-page #html.brand2 .about__sub-content h2, #custom-page #wysiwyg.brand2 .about__sub-content h2, #custom-page #spacer.brand2 .about__sub-content h2, #custom-page #specialties.brand2 .about__sub-content h2, #custom-page #header.brand2 .about__sub-content h2, #custom-page #banner.brand2 .about__sub-content h2, #custom-page #intro.brand2 .about__sub-content h2, #custom-page #layout_section.brand2 .about__sub-content h2, #custom-page #feature_bg.brand2 .about__sub-content h2, #custom-page #cta_image.brand2 .about__sub-content h2, #custom-page #dual-column.brand2 .about__sub-content h2, #custom-page #cta.brand2 .about__sub-content h3, #custom-page #accordion_split.brand2 .about__sub-content h3, #custom-page #split-column.brand2 .about__sub-content h3, #custom-page #marquee.brand2 .about__sub-content h3, #custom-page #testimonials.brand2 .about__sub-content h3, #custom-page #html.brand2 .about__sub-content h3, #custom-page #wysiwyg.brand2 .about__sub-content h3, #custom-page #spacer.brand2 .about__sub-content h3, #custom-page #specialties.brand2 .about__sub-content h3, #custom-page #header.brand2 .about__sub-content h3, #custom-page #banner.brand2 .about__sub-content h3, #custom-page #intro.brand2 .about__sub-content h3, #custom-page #layout_section.brand2 .about__sub-content h3, #custom-page #feature_bg.brand2 .about__sub-content h3, #custom-page #cta_image.brand2 .about__sub-content h3, #custom-page #dual-column.brand2 .about__sub-content h3, #custom-page #cta.brand2 .about__sub-content h4, #custom-page #accordion_split.brand2 .about__sub-content h4, #custom-page #split-column.brand2 .about__sub-content h4, #custom-page #marquee.brand2 .about__sub-content h4, #custom-page #testimonials.brand2 .about__sub-content h4, #custom-page #html.brand2 .about__sub-content h4, #custom-page #wysiwyg.brand2 .about__sub-content h4, #custom-page #spacer.brand2 .about__sub-content h4, #custom-page #specialties.brand2 .about__sub-content h4, #custom-page #header.brand2 .about__sub-content h4, #custom-page #banner.brand2 .about__sub-content h4, #custom-page #intro.brand2 .about__sub-content h4, #custom-page #layout_section.brand2 .about__sub-content h4, #custom-page #feature_bg.brand2 .about__sub-content h4, #custom-page #cta_image.brand2 .about__sub-content h4, #custom-page #dual-column.brand2 .about__sub-content h4, #custom-page #cta.brand2 .about__sub-content h5, #custom-page #accordion_split.brand2 .about__sub-content h5, #custom-page #split-column.brand2 .about__sub-content h5, #custom-page #marquee.brand2 .about__sub-content h5, #custom-page #testimonials.brand2 .about__sub-content h5, #custom-page #html.brand2 .about__sub-content h5, #custom-page #wysiwyg.brand2 .about__sub-content h5, #custom-page #spacer.brand2 .about__sub-content h5, #custom-page #specialties.brand2 .about__sub-content h5, #custom-page #header.brand2 .about__sub-content h5, #custom-page #banner.brand2 .about__sub-content h5, #custom-page #intro.brand2 .about__sub-content h5, #custom-page #layout_section.brand2 .about__sub-content h5, #custom-page #feature_bg.brand2 .about__sub-content h5, #custom-page #cta_image.brand2 .about__sub-content h5, #custom-page #dual-column.brand2 .about__sub-content h5, #custom-page #cta.brand2 .about__sub-content h6, #custom-page #accordion_split.brand2 .about__sub-content h6, #custom-page #split-column.brand2 .about__sub-content h6, #custom-page #marquee.brand2 .about__sub-content h6, #custom-page #testimonials.brand2 .about__sub-content h6, #custom-page #html.brand2 .about__sub-content h6, #custom-page #wysiwyg.brand2 .about__sub-content h6, #custom-page #spacer.brand2 .about__sub-content h6, #custom-page #specialties.brand2 .about__sub-content h6, #custom-page #header.brand2 .about__sub-content h6, #custom-page #banner.brand2 .about__sub-content h6, #custom-page #intro.brand2 .about__sub-content h6, #custom-page #layout_section.brand2 .about__sub-content h6, #custom-page #feature_bg.brand2 .about__sub-content h6, #custom-page #cta_image.brand2 .about__sub-content h6, #custom-page #dual-column.brand2 .about__sub-content h6 {
    color: #e0e0e0 !important; }
  #custom-page #cta.brand2 .feature__heading, #custom-page #accordion_split.brand2 .feature__heading, #custom-page #split-column.brand2 .feature__heading, #custom-page #marquee.brand2 .feature__heading, #custom-page #testimonials.brand2 .feature__heading, #custom-page #html.brand2 .feature__heading, #custom-page #wysiwyg.brand2 .feature__heading, #custom-page #spacer.brand2 .feature__heading, #custom-page #specialties.brand2 .feature__heading, #custom-page #header.brand2 .feature__heading, #custom-page #banner.brand2 .feature__heading, #custom-page #intro.brand2 .feature__heading, #custom-page #layout_section.brand2 .feature__heading, #custom-page #feature_bg.brand2 .feature__heading, #custom-page #cta_image.brand2 .feature__heading, #custom-page #dual-column.brand2 .feature__heading {
    border: 3px solid #e0e0e0; }
  #custom-page #cta.brand2 .feature__heading h2, #custom-page #accordion_split.brand2 .feature__heading h2, #custom-page #split-column.brand2 .feature__heading h2, #custom-page #marquee.brand2 .feature__heading h2, #custom-page #testimonials.brand2 .feature__heading h2, #custom-page #html.brand2 .feature__heading h2, #custom-page #wysiwyg.brand2 .feature__heading h2, #custom-page #spacer.brand2 .feature__heading h2, #custom-page #specialties.brand2 .feature__heading h2, #custom-page #header.brand2 .feature__heading h2, #custom-page #banner.brand2 .feature__heading h2, #custom-page #intro.brand2 .feature__heading h2, #custom-page #layout_section.brand2 .feature__heading h2, #custom-page #feature_bg.brand2 .feature__heading h2, #custom-page #cta_image.brand2 .feature__heading h2, #custom-page #dual-column.brand2 .feature__heading h2 {
    color: #e0e0e0; }
  #custom-page #cta.brand2 .feature__heading svg rect, #custom-page #accordion_split.brand2 .feature__heading svg rect, #custom-page #split-column.brand2 .feature__heading svg rect, #custom-page #marquee.brand2 .feature__heading svg rect, #custom-page #testimonials.brand2 .feature__heading svg rect, #custom-page #html.brand2 .feature__heading svg rect, #custom-page #wysiwyg.brand2 .feature__heading svg rect, #custom-page #spacer.brand2 .feature__heading svg rect, #custom-page #specialties.brand2 .feature__heading svg rect, #custom-page #header.brand2 .feature__heading svg rect, #custom-page #banner.brand2 .feature__heading svg rect, #custom-page #intro.brand2 .feature__heading svg rect, #custom-page #layout_section.brand2 .feature__heading svg rect, #custom-page #feature_bg.brand2 .feature__heading svg rect, #custom-page #cta_image.brand2 .feature__heading svg rect, #custom-page #dual-column.brand2 .feature__heading svg rect {
    fill: #e0e0e0; }
  #custom-page #cta.brand2 .animate-line .reveal-line, #custom-page #accordion_split.brand2 .animate-line .reveal-line, #custom-page #split-column.brand2 .animate-line .reveal-line, #custom-page #marquee.brand2 .animate-line .reveal-line, #custom-page #testimonials.brand2 .animate-line .reveal-line, #custom-page #html.brand2 .animate-line .reveal-line, #custom-page #wysiwyg.brand2 .animate-line .reveal-line, #custom-page #spacer.brand2 .animate-line .reveal-line, #custom-page #specialties.brand2 .animate-line .reveal-line, #custom-page #header.brand2 .animate-line .reveal-line, #custom-page #banner.brand2 .animate-line .reveal-line, #custom-page #intro.brand2 .animate-line .reveal-line, #custom-page #layout_section.brand2 .animate-line .reveal-line, #custom-page #feature_bg.brand2 .animate-line .reveal-line, #custom-page #cta_image.brand2 .animate-line .reveal-line, #custom-page #dual-column.brand2 .animate-line .reveal-line {
    background-color: #e0e0e0 !important; }
  #custom-page #cta.brand2 .cta__heading, #custom-page #accordion_split.brand2 .cta__heading, #custom-page #split-column.brand2 .cta__heading, #custom-page #marquee.brand2 .cta__heading, #custom-page #testimonials.brand2 .cta__heading, #custom-page #html.brand2 .cta__heading, #custom-page #wysiwyg.brand2 .cta__heading, #custom-page #spacer.brand2 .cta__heading, #custom-page #specialties.brand2 .cta__heading, #custom-page #header.brand2 .cta__heading, #custom-page #banner.brand2 .cta__heading, #custom-page #intro.brand2 .cta__heading, #custom-page #layout_section.brand2 .cta__heading, #custom-page #feature_bg.brand2 .cta__heading, #custom-page #cta_image.brand2 .cta__heading, #custom-page #dual-column.brand2 .cta__heading, #custom-page #cta.brand2 .cta__content, #custom-page #accordion_split.brand2 .cta__content, #custom-page #split-column.brand2 .cta__content, #custom-page #marquee.brand2 .cta__content, #custom-page #testimonials.brand2 .cta__content, #custom-page #html.brand2 .cta__content, #custom-page #wysiwyg.brand2 .cta__content, #custom-page #spacer.brand2 .cta__content, #custom-page #specialties.brand2 .cta__content, #custom-page #header.brand2 .cta__content, #custom-page #banner.brand2 .cta__content, #custom-page #intro.brand2 .cta__content, #custom-page #layout_section.brand2 .cta__content, #custom-page #feature_bg.brand2 .cta__content, #custom-page #cta_image.brand2 .cta__content, #custom-page #dual-column.brand2 .cta__content {
    color: #e0e0e0 !important; }
  #custom-page #cta.brand2 .cta-image__heading, #custom-page #accordion_split.brand2 .cta-image__heading, #custom-page #split-column.brand2 .cta-image__heading, #custom-page #marquee.brand2 .cta-image__heading, #custom-page #testimonials.brand2 .cta-image__heading, #custom-page #html.brand2 .cta-image__heading, #custom-page #wysiwyg.brand2 .cta-image__heading, #custom-page #spacer.brand2 .cta-image__heading, #custom-page #specialties.brand2 .cta-image__heading, #custom-page #header.brand2 .cta-image__heading, #custom-page #banner.brand2 .cta-image__heading, #custom-page #intro.brand2 .cta-image__heading, #custom-page #layout_section.brand2 .cta-image__heading, #custom-page #feature_bg.brand2 .cta-image__heading, #custom-page #cta_image.brand2 .cta-image__heading, #custom-page #dual-column.brand2 .cta-image__heading, #custom-page #cta.brand2 .cta-image__content, #custom-page #accordion_split.brand2 .cta-image__content, #custom-page #split-column.brand2 .cta-image__content, #custom-page #marquee.brand2 .cta-image__content, #custom-page #testimonials.brand2 .cta-image__content, #custom-page #html.brand2 .cta-image__content, #custom-page #wysiwyg.brand2 .cta-image__content, #custom-page #spacer.brand2 .cta-image__content, #custom-page #specialties.brand2 .cta-image__content, #custom-page #header.brand2 .cta-image__content, #custom-page #banner.brand2 .cta-image__content, #custom-page #intro.brand2 .cta-image__content, #custom-page #layout_section.brand2 .cta-image__content, #custom-page #feature_bg.brand2 .cta-image__content, #custom-page #cta_image.brand2 .cta-image__content, #custom-page #dual-column.brand2 .cta-image__content, #custom-page #cta.brand2 .cta-image__subcontent, #custom-page #accordion_split.brand2 .cta-image__subcontent, #custom-page #split-column.brand2 .cta-image__subcontent, #custom-page #marquee.brand2 .cta-image__subcontent, #custom-page #testimonials.brand2 .cta-image__subcontent, #custom-page #html.brand2 .cta-image__subcontent, #custom-page #wysiwyg.brand2 .cta-image__subcontent, #custom-page #spacer.brand2 .cta-image__subcontent, #custom-page #specialties.brand2 .cta-image__subcontent, #custom-page #header.brand2 .cta-image__subcontent, #custom-page #banner.brand2 .cta-image__subcontent, #custom-page #intro.brand2 .cta-image__subcontent, #custom-page #layout_section.brand2 .cta-image__subcontent, #custom-page #feature_bg.brand2 .cta-image__subcontent, #custom-page #cta_image.brand2 .cta-image__subcontent, #custom-page #dual-column.brand2 .cta-image__subcontent {
    color: #e0e0e0 !important; }
  #custom-page #cta.brand2 .cta-image__heading a, #custom-page #accordion_split.brand2 .cta-image__heading a, #custom-page #split-column.brand2 .cta-image__heading a, #custom-page #marquee.brand2 .cta-image__heading a, #custom-page #testimonials.brand2 .cta-image__heading a, #custom-page #html.brand2 .cta-image__heading a, #custom-page #wysiwyg.brand2 .cta-image__heading a, #custom-page #spacer.brand2 .cta-image__heading a, #custom-page #specialties.brand2 .cta-image__heading a, #custom-page #header.brand2 .cta-image__heading a, #custom-page #banner.brand2 .cta-image__heading a, #custom-page #intro.brand2 .cta-image__heading a, #custom-page #layout_section.brand2 .cta-image__heading a, #custom-page #feature_bg.brand2 .cta-image__heading a, #custom-page #cta_image.brand2 .cta-image__heading a, #custom-page #dual-column.brand2 .cta-image__heading a, #custom-page #cta.brand2 .cta-image__content a, #custom-page #accordion_split.brand2 .cta-image__content a, #custom-page #split-column.brand2 .cta-image__content a, #custom-page #marquee.brand2 .cta-image__content a, #custom-page #testimonials.brand2 .cta-image__content a, #custom-page #html.brand2 .cta-image__content a, #custom-page #wysiwyg.brand2 .cta-image__content a, #custom-page #spacer.brand2 .cta-image__content a, #custom-page #specialties.brand2 .cta-image__content a, #custom-page #header.brand2 .cta-image__content a, #custom-page #banner.brand2 .cta-image__content a, #custom-page #intro.brand2 .cta-image__content a, #custom-page #layout_section.brand2 .cta-image__content a, #custom-page #feature_bg.brand2 .cta-image__content a, #custom-page #cta_image.brand2 .cta-image__content a, #custom-page #dual-column.brand2 .cta-image__content a, #custom-page #cta.brand2 .cta-image__subcontent a, #custom-page #accordion_split.brand2 .cta-image__subcontent a, #custom-page #split-column.brand2 .cta-image__subcontent a, #custom-page #marquee.brand2 .cta-image__subcontent a, #custom-page #testimonials.brand2 .cta-image__subcontent a, #custom-page #html.brand2 .cta-image__subcontent a, #custom-page #wysiwyg.brand2 .cta-image__subcontent a, #custom-page #spacer.brand2 .cta-image__subcontent a, #custom-page #specialties.brand2 .cta-image__subcontent a, #custom-page #header.brand2 .cta-image__subcontent a, #custom-page #banner.brand2 .cta-image__subcontent a, #custom-page #intro.brand2 .cta-image__subcontent a, #custom-page #layout_section.brand2 .cta-image__subcontent a, #custom-page #feature_bg.brand2 .cta-image__subcontent a, #custom-page #cta_image.brand2 .cta-image__subcontent a, #custom-page #dual-column.brand2 .cta-image__subcontent a {
    color: #e0e0e0; }
  #custom-page #cta.brand3, #custom-page #accordion_split.brand3, #custom-page #split-column.brand3, #custom-page #marquee.brand3, #custom-page #testimonials.brand3, #custom-page #html.brand3, #custom-page #wysiwyg.brand3, #custom-page #spacer.brand3, #custom-page #specialties.brand3, #custom-page #header.brand3, #custom-page #banner.brand3, #custom-page #intro.brand3, #custom-page #layout_section.brand3, #custom-page #feature_bg.brand3, #custom-page #cta_image.brand3, #custom-page #dual-column.brand3 {
    background-color: #eab000 !important;
    color: #000; }
  #custom-page #cta.brand3 h1, #custom-page #accordion_split.brand3 h1, #custom-page #split-column.brand3 h1, #custom-page #marquee.brand3 h1, #custom-page #testimonials.brand3 h1, #custom-page #html.brand3 h1, #custom-page #wysiwyg.brand3 h1, #custom-page #spacer.brand3 h1, #custom-page #specialties.brand3 h1, #custom-page #header.brand3 h1, #custom-page #banner.brand3 h1, #custom-page #intro.brand3 h1, #custom-page #layout_section.brand3 h1, #custom-page #feature_bg.brand3 h1, #custom-page #cta_image.brand3 h1, #custom-page #dual-column.brand3 h1, #custom-page #cta.brand3 h2, #custom-page #accordion_split.brand3 h2, #custom-page #split-column.brand3 h2, #custom-page #marquee.brand3 h2, #custom-page #testimonials.brand3 h2, #custom-page #html.brand3 h2, #custom-page #wysiwyg.brand3 h2, #custom-page #spacer.brand3 h2, #custom-page #specialties.brand3 h2, #custom-page #header.brand3 h2, #custom-page #banner.brand3 h2, #custom-page #intro.brand3 h2, #custom-page #layout_section.brand3 h2, #custom-page #feature_bg.brand3 h2, #custom-page #cta_image.brand3 h2, #custom-page #dual-column.brand3 h2, #custom-page #cta.brand3 h3, #custom-page #accordion_split.brand3 h3, #custom-page #split-column.brand3 h3, #custom-page #marquee.brand3 h3, #custom-page #testimonials.brand3 h3, #custom-page #html.brand3 h3, #custom-page #wysiwyg.brand3 h3, #custom-page #spacer.brand3 h3, #custom-page #specialties.brand3 h3, #custom-page #header.brand3 h3, #custom-page #banner.brand3 h3, #custom-page #intro.brand3 h3, #custom-page #layout_section.brand3 h3, #custom-page #feature_bg.brand3 h3, #custom-page #cta_image.brand3 h3, #custom-page #dual-column.brand3 h3, #custom-page #cta.brand3 h4, #custom-page #accordion_split.brand3 h4, #custom-page #split-column.brand3 h4, #custom-page #marquee.brand3 h4, #custom-page #testimonials.brand3 h4, #custom-page #html.brand3 h4, #custom-page #wysiwyg.brand3 h4, #custom-page #spacer.brand3 h4, #custom-page #specialties.brand3 h4, #custom-page #header.brand3 h4, #custom-page #banner.brand3 h4, #custom-page #intro.brand3 h4, #custom-page #layout_section.brand3 h4, #custom-page #feature_bg.brand3 h4, #custom-page #cta_image.brand3 h4, #custom-page #dual-column.brand3 h4, #custom-page #cta.brand3 h5, #custom-page #accordion_split.brand3 h5, #custom-page #split-column.brand3 h5, #custom-page #marquee.brand3 h5, #custom-page #testimonials.brand3 h5, #custom-page #html.brand3 h5, #custom-page #wysiwyg.brand3 h5, #custom-page #spacer.brand3 h5, #custom-page #specialties.brand3 h5, #custom-page #header.brand3 h5, #custom-page #banner.brand3 h5, #custom-page #intro.brand3 h5, #custom-page #layout_section.brand3 h5, #custom-page #feature_bg.brand3 h5, #custom-page #cta_image.brand3 h5, #custom-page #dual-column.brand3 h5, #custom-page #cta.brand3 h6, #custom-page #accordion_split.brand3 h6, #custom-page #split-column.brand3 h6, #custom-page #marquee.brand3 h6, #custom-page #testimonials.brand3 h6, #custom-page #html.brand3 h6, #custom-page #wysiwyg.brand3 h6, #custom-page #spacer.brand3 h6, #custom-page #specialties.brand3 h6, #custom-page #header.brand3 h6, #custom-page #banner.brand3 h6, #custom-page #intro.brand3 h6, #custom-page #layout_section.brand3 h6, #custom-page #feature_bg.brand3 h6, #custom-page #cta_image.brand3 h6, #custom-page #dual-column.brand3 h6, #custom-page #cta.brand3 p, #custom-page #accordion_split.brand3 p, #custom-page #split-column.brand3 p, #custom-page #marquee.brand3 p, #custom-page #testimonials.brand3 p, #custom-page #html.brand3 p, #custom-page #wysiwyg.brand3 p, #custom-page #spacer.brand3 p, #custom-page #specialties.brand3 p, #custom-page #header.brand3 p, #custom-page #banner.brand3 p, #custom-page #intro.brand3 p, #custom-page #layout_section.brand3 p, #custom-page #feature_bg.brand3 p, #custom-page #cta_image.brand3 p, #custom-page #dual-column.brand3 p {
    color: #000 !important; }
  #custom-page #cta.brand3 .btn-primary, #custom-page #accordion_split.brand3 .btn-primary, #custom-page #split-column.brand3 .btn-primary, #custom-page #marquee.brand3 .btn-primary, #custom-page #testimonials.brand3 .btn-primary, #custom-page #html.brand3 .btn-primary, #custom-page #wysiwyg.brand3 .btn-primary, #custom-page #spacer.brand3 .btn-primary, #custom-page #specialties.brand3 .btn-primary, #custom-page #header.brand3 .btn-primary, #custom-page #banner.brand3 .btn-primary, #custom-page #intro.brand3 .btn-primary, #custom-page #layout_section.brand3 .btn-primary, #custom-page #feature_bg.brand3 .btn-primary, #custom-page #cta_image.brand3 .btn-primary, #custom-page #dual-column.brand3 .btn-primary {
    background-color: transparent;
    border: 2px solid #000;
    color: #000; }
  #custom-page #cta.brand3 .btn-primary:hover, #custom-page #accordion_split.brand3 .btn-primary:hover, #custom-page #split-column.brand3 .btn-primary:hover, #custom-page #marquee.brand3 .btn-primary:hover, #custom-page #testimonials.brand3 .btn-primary:hover, #custom-page #html.brand3 .btn-primary:hover, #custom-page #wysiwyg.brand3 .btn-primary:hover, #custom-page #spacer.brand3 .btn-primary:hover, #custom-page #specialties.brand3 .btn-primary:hover, #custom-page #header.brand3 .btn-primary:hover, #custom-page #banner.brand3 .btn-primary:hover, #custom-page #intro.brand3 .btn-primary:hover, #custom-page #layout_section.brand3 .btn-primary:hover, #custom-page #feature_bg.brand3 .btn-primary:hover, #custom-page #cta_image.brand3 .btn-primary:hover, #custom-page #dual-column.brand3 .btn-primary:hover {
    background-color: #000 !important;
    border: 2px solid #000 !important;
    color: #eab000 !important; }
  #custom-page #cta.brand3 .service__link a, #custom-page #accordion_split.brand3 .service__link a, #custom-page #split-column.brand3 .service__link a, #custom-page #marquee.brand3 .service__link a, #custom-page #testimonials.brand3 .service__link a, #custom-page #html.brand3 .service__link a, #custom-page #wysiwyg.brand3 .service__link a, #custom-page #spacer.brand3 .service__link a, #custom-page #specialties.brand3 .service__link a, #custom-page #header.brand3 .service__link a, #custom-page #banner.brand3 .service__link a, #custom-page #intro.brand3 .service__link a, #custom-page #layout_section.brand3 .service__link a, #custom-page #feature_bg.brand3 .service__link a, #custom-page #cta_image.brand3 .service__link a, #custom-page #dual-column.brand3 .service__link a {
    color: #000; }
  #custom-page #cta.brand3 .accordion, #custom-page #accordion_split.brand3 .accordion, #custom-page #split-column.brand3 .accordion, #custom-page #marquee.brand3 .accordion, #custom-page #testimonials.brand3 .accordion, #custom-page #html.brand3 .accordion, #custom-page #wysiwyg.brand3 .accordion, #custom-page #spacer.brand3 .accordion, #custom-page #specialties.brand3 .accordion, #custom-page #header.brand3 .accordion, #custom-page #banner.brand3 .accordion, #custom-page #intro.brand3 .accordion, #custom-page #layout_section.brand3 .accordion, #custom-page #feature_bg.brand3 .accordion, #custom-page #cta_image.brand3 .accordion, #custom-page #dual-column.brand3 .accordion {
    border-bottom: 2px solid #000; }
  #custom-page #cta.brand3 .accordion-body, #custom-page #accordion_split.brand3 .accordion-body, #custom-page #split-column.brand3 .accordion-body, #custom-page #marquee.brand3 .accordion-body, #custom-page #testimonials.brand3 .accordion-body, #custom-page #html.brand3 .accordion-body, #custom-page #wysiwyg.brand3 .accordion-body, #custom-page #spacer.brand3 .accordion-body, #custom-page #specialties.brand3 .accordion-body, #custom-page #header.brand3 .accordion-body, #custom-page #banner.brand3 .accordion-body, #custom-page #intro.brand3 .accordion-body, #custom-page #layout_section.brand3 .accordion-body, #custom-page #feature_bg.brand3 .accordion-body, #custom-page #cta_image.brand3 .accordion-body, #custom-page #dual-column.brand3 .accordion-body {
    color: #000; }
  #custom-page #cta.brand3 .accordion-button, #custom-page #accordion_split.brand3 .accordion-button, #custom-page #split-column.brand3 .accordion-button, #custom-page #marquee.brand3 .accordion-button, #custom-page #testimonials.brand3 .accordion-button, #custom-page #html.brand3 .accordion-button, #custom-page #wysiwyg.brand3 .accordion-button, #custom-page #spacer.brand3 .accordion-button, #custom-page #specialties.brand3 .accordion-button, #custom-page #header.brand3 .accordion-button, #custom-page #banner.brand3 .accordion-button, #custom-page #intro.brand3 .accordion-button, #custom-page #layout_section.brand3 .accordion-button, #custom-page #feature_bg.brand3 .accordion-button, #custom-page #cta_image.brand3 .accordion-button, #custom-page #dual-column.brand3 .accordion-button {
    color: #000;
    border-top: 2px solid #000; }
  #custom-page #cta.brand3 .accordion-button:not(.collapsed), #custom-page #accordion_split.brand3 .accordion-button:not(.collapsed), #custom-page #split-column.brand3 .accordion-button:not(.collapsed), #custom-page #marquee.brand3 .accordion-button:not(.collapsed), #custom-page #testimonials.brand3 .accordion-button:not(.collapsed), #custom-page #html.brand3 .accordion-button:not(.collapsed), #custom-page #wysiwyg.brand3 .accordion-button:not(.collapsed), #custom-page #spacer.brand3 .accordion-button:not(.collapsed), #custom-page #specialties.brand3 .accordion-button:not(.collapsed), #custom-page #header.brand3 .accordion-button:not(.collapsed), #custom-page #banner.brand3 .accordion-button:not(.collapsed), #custom-page #intro.brand3 .accordion-button:not(.collapsed), #custom-page #layout_section.brand3 .accordion-button:not(.collapsed), #custom-page #feature_bg.brand3 .accordion-button:not(.collapsed), #custom-page #cta_image.brand3 .accordion-button:not(.collapsed), #custom-page #dual-column.brand3 .accordion-button:not(.collapsed) {
    color: #000; }
  #custom-page #cta.brand3 .accordion-button:focus, #custom-page #accordion_split.brand3 .accordion-button:focus, #custom-page #split-column.brand3 .accordion-button:focus, #custom-page #marquee.brand3 .accordion-button:focus, #custom-page #testimonials.brand3 .accordion-button:focus, #custom-page #html.brand3 .accordion-button:focus, #custom-page #wysiwyg.brand3 .accordion-button:focus, #custom-page #spacer.brand3 .accordion-button:focus, #custom-page #specialties.brand3 .accordion-button:focus, #custom-page #header.brand3 .accordion-button:focus, #custom-page #banner.brand3 .accordion-button:focus, #custom-page #intro.brand3 .accordion-button:focus, #custom-page #layout_section.brand3 .accordion-button:focus, #custom-page #feature_bg.brand3 .accordion-button:focus, #custom-page #cta_image.brand3 .accordion-button:focus, #custom-page #dual-column.brand3 .accordion-button:focus {
    border-top: 2px solid #000; }
  #custom-page #cta.brand3 .marquee span, #custom-page #accordion_split.brand3 .marquee span, #custom-page #split-column.brand3 .marquee span, #custom-page #marquee.brand3 .marquee span, #custom-page #testimonials.brand3 .marquee span, #custom-page #html.brand3 .marquee span, #custom-page #wysiwyg.brand3 .marquee span, #custom-page #spacer.brand3 .marquee span, #custom-page #specialties.brand3 .marquee span, #custom-page #header.brand3 .marquee span, #custom-page #banner.brand3 .marquee span, #custom-page #intro.brand3 .marquee span, #custom-page #layout_section.brand3 .marquee span, #custom-page #feature_bg.brand3 .marquee span, #custom-page #cta_image.brand3 .marquee span, #custom-page #dual-column.brand3 .marquee span {
    color: #eab000; }
  #custom-page #cta.brand3 .intro__wrap, #custom-page #accordion_split.brand3 .intro__wrap, #custom-page #split-column.brand3 .intro__wrap, #custom-page #marquee.brand3 .intro__wrap, #custom-page #testimonials.brand3 .intro__wrap, #custom-page #html.brand3 .intro__wrap, #custom-page #wysiwyg.brand3 .intro__wrap, #custom-page #spacer.brand3 .intro__wrap, #custom-page #specialties.brand3 .intro__wrap, #custom-page #header.brand3 .intro__wrap, #custom-page #banner.brand3 .intro__wrap, #custom-page #intro.brand3 .intro__wrap, #custom-page #layout_section.brand3 .intro__wrap, #custom-page #feature_bg.brand3 .intro__wrap, #custom-page #cta_image.brand3 .intro__wrap, #custom-page #dual-column.brand3 .intro__wrap {
    background-image: url('../images/brand3-shape-middle.png'); }
  #custom-page #cta.brand3 .intro__heading, #custom-page #accordion_split.brand3 .intro__heading, #custom-page #split-column.brand3 .intro__heading, #custom-page #marquee.brand3 .intro__heading, #custom-page #testimonials.brand3 .intro__heading, #custom-page #html.brand3 .intro__heading, #custom-page #wysiwyg.brand3 .intro__heading, #custom-page #spacer.brand3 .intro__heading, #custom-page #specialties.brand3 .intro__heading, #custom-page #header.brand3 .intro__heading, #custom-page #banner.brand3 .intro__heading, #custom-page #intro.brand3 .intro__heading, #custom-page #layout_section.brand3 .intro__heading, #custom-page #feature_bg.brand3 .intro__heading, #custom-page #cta_image.brand3 .intro__heading, #custom-page #dual-column.brand3 .intro__heading, #custom-page #cta.brand3 .intro__subheading, #custom-page #accordion_split.brand3 .intro__subheading, #custom-page #split-column.brand3 .intro__subheading, #custom-page #marquee.brand3 .intro__subheading, #custom-page #testimonials.brand3 .intro__subheading, #custom-page #html.brand3 .intro__subheading, #custom-page #wysiwyg.brand3 .intro__subheading, #custom-page #spacer.brand3 .intro__subheading, #custom-page #specialties.brand3 .intro__subheading, #custom-page #header.brand3 .intro__subheading, #custom-page #banner.brand3 .intro__subheading, #custom-page #intro.brand3 .intro__subheading, #custom-page #layout_section.brand3 .intro__subheading, #custom-page #feature_bg.brand3 .intro__subheading, #custom-page #cta_image.brand3 .intro__subheading, #custom-page #dual-column.brand3 .intro__subheading {
    color: #000 !important; }
  #custom-page #cta.brand3 .about__sub-heading, #custom-page #accordion_split.brand3 .about__sub-heading, #custom-page #split-column.brand3 .about__sub-heading, #custom-page #marquee.brand3 .about__sub-heading, #custom-page #testimonials.brand3 .about__sub-heading, #custom-page #html.brand3 .about__sub-heading, #custom-page #wysiwyg.brand3 .about__sub-heading, #custom-page #spacer.brand3 .about__sub-heading, #custom-page #specialties.brand3 .about__sub-heading, #custom-page #header.brand3 .about__sub-heading, #custom-page #banner.brand3 .about__sub-heading, #custom-page #intro.brand3 .about__sub-heading, #custom-page #layout_section.brand3 .about__sub-heading, #custom-page #feature_bg.brand3 .about__sub-heading, #custom-page #cta_image.brand3 .about__sub-heading, #custom-page #dual-column.brand3 .about__sub-heading {
    color: #000 !important; }
  #custom-page #cta.brand3 .about__sub-content h1, #custom-page #accordion_split.brand3 .about__sub-content h1, #custom-page #split-column.brand3 .about__sub-content h1, #custom-page #marquee.brand3 .about__sub-content h1, #custom-page #testimonials.brand3 .about__sub-content h1, #custom-page #html.brand3 .about__sub-content h1, #custom-page #wysiwyg.brand3 .about__sub-content h1, #custom-page #spacer.brand3 .about__sub-content h1, #custom-page #specialties.brand3 .about__sub-content h1, #custom-page #header.brand3 .about__sub-content h1, #custom-page #banner.brand3 .about__sub-content h1, #custom-page #intro.brand3 .about__sub-content h1, #custom-page #layout_section.brand3 .about__sub-content h1, #custom-page #feature_bg.brand3 .about__sub-content h1, #custom-page #cta_image.brand3 .about__sub-content h1, #custom-page #dual-column.brand3 .about__sub-content h1, #custom-page #cta.brand3 .about__sub-content h2, #custom-page #accordion_split.brand3 .about__sub-content h2, #custom-page #split-column.brand3 .about__sub-content h2, #custom-page #marquee.brand3 .about__sub-content h2, #custom-page #testimonials.brand3 .about__sub-content h2, #custom-page #html.brand3 .about__sub-content h2, #custom-page #wysiwyg.brand3 .about__sub-content h2, #custom-page #spacer.brand3 .about__sub-content h2, #custom-page #specialties.brand3 .about__sub-content h2, #custom-page #header.brand3 .about__sub-content h2, #custom-page #banner.brand3 .about__sub-content h2, #custom-page #intro.brand3 .about__sub-content h2, #custom-page #layout_section.brand3 .about__sub-content h2, #custom-page #feature_bg.brand3 .about__sub-content h2, #custom-page #cta_image.brand3 .about__sub-content h2, #custom-page #dual-column.brand3 .about__sub-content h2, #custom-page #cta.brand3 .about__sub-content h3, #custom-page #accordion_split.brand3 .about__sub-content h3, #custom-page #split-column.brand3 .about__sub-content h3, #custom-page #marquee.brand3 .about__sub-content h3, #custom-page #testimonials.brand3 .about__sub-content h3, #custom-page #html.brand3 .about__sub-content h3, #custom-page #wysiwyg.brand3 .about__sub-content h3, #custom-page #spacer.brand3 .about__sub-content h3, #custom-page #specialties.brand3 .about__sub-content h3, #custom-page #header.brand3 .about__sub-content h3, #custom-page #banner.brand3 .about__sub-content h3, #custom-page #intro.brand3 .about__sub-content h3, #custom-page #layout_section.brand3 .about__sub-content h3, #custom-page #feature_bg.brand3 .about__sub-content h3, #custom-page #cta_image.brand3 .about__sub-content h3, #custom-page #dual-column.brand3 .about__sub-content h3, #custom-page #cta.brand3 .about__sub-content h4, #custom-page #accordion_split.brand3 .about__sub-content h4, #custom-page #split-column.brand3 .about__sub-content h4, #custom-page #marquee.brand3 .about__sub-content h4, #custom-page #testimonials.brand3 .about__sub-content h4, #custom-page #html.brand3 .about__sub-content h4, #custom-page #wysiwyg.brand3 .about__sub-content h4, #custom-page #spacer.brand3 .about__sub-content h4, #custom-page #specialties.brand3 .about__sub-content h4, #custom-page #header.brand3 .about__sub-content h4, #custom-page #banner.brand3 .about__sub-content h4, #custom-page #intro.brand3 .about__sub-content h4, #custom-page #layout_section.brand3 .about__sub-content h4, #custom-page #feature_bg.brand3 .about__sub-content h4, #custom-page #cta_image.brand3 .about__sub-content h4, #custom-page #dual-column.brand3 .about__sub-content h4, #custom-page #cta.brand3 .about__sub-content h5, #custom-page #accordion_split.brand3 .about__sub-content h5, #custom-page #split-column.brand3 .about__sub-content h5, #custom-page #marquee.brand3 .about__sub-content h5, #custom-page #testimonials.brand3 .about__sub-content h5, #custom-page #html.brand3 .about__sub-content h5, #custom-page #wysiwyg.brand3 .about__sub-content h5, #custom-page #spacer.brand3 .about__sub-content h5, #custom-page #specialties.brand3 .about__sub-content h5, #custom-page #header.brand3 .about__sub-content h5, #custom-page #banner.brand3 .about__sub-content h5, #custom-page #intro.brand3 .about__sub-content h5, #custom-page #layout_section.brand3 .about__sub-content h5, #custom-page #feature_bg.brand3 .about__sub-content h5, #custom-page #cta_image.brand3 .about__sub-content h5, #custom-page #dual-column.brand3 .about__sub-content h5, #custom-page #cta.brand3 .about__sub-content h6, #custom-page #accordion_split.brand3 .about__sub-content h6, #custom-page #split-column.brand3 .about__sub-content h6, #custom-page #marquee.brand3 .about__sub-content h6, #custom-page #testimonials.brand3 .about__sub-content h6, #custom-page #html.brand3 .about__sub-content h6, #custom-page #wysiwyg.brand3 .about__sub-content h6, #custom-page #spacer.brand3 .about__sub-content h6, #custom-page #specialties.brand3 .about__sub-content h6, #custom-page #header.brand3 .about__sub-content h6, #custom-page #banner.brand3 .about__sub-content h6, #custom-page #intro.brand3 .about__sub-content h6, #custom-page #layout_section.brand3 .about__sub-content h6, #custom-page #feature_bg.brand3 .about__sub-content h6, #custom-page #cta_image.brand3 .about__sub-content h6, #custom-page #dual-column.brand3 .about__sub-content h6 {
    color: #000 !important; }
  #custom-page #cta.brand3 .feature__heading, #custom-page #accordion_split.brand3 .feature__heading, #custom-page #split-column.brand3 .feature__heading, #custom-page #marquee.brand3 .feature__heading, #custom-page #testimonials.brand3 .feature__heading, #custom-page #html.brand3 .feature__heading, #custom-page #wysiwyg.brand3 .feature__heading, #custom-page #spacer.brand3 .feature__heading, #custom-page #specialties.brand3 .feature__heading, #custom-page #header.brand3 .feature__heading, #custom-page #banner.brand3 .feature__heading, #custom-page #intro.brand3 .feature__heading, #custom-page #layout_section.brand3 .feature__heading, #custom-page #feature_bg.brand3 .feature__heading, #custom-page #cta_image.brand3 .feature__heading, #custom-page #dual-column.brand3 .feature__heading {
    border: 3px solid #000 !important; }
  #custom-page #cta.brand3 .feature__heading h2, #custom-page #accordion_split.brand3 .feature__heading h2, #custom-page #split-column.brand3 .feature__heading h2, #custom-page #marquee.brand3 .feature__heading h2, #custom-page #testimonials.brand3 .feature__heading h2, #custom-page #html.brand3 .feature__heading h2, #custom-page #wysiwyg.brand3 .feature__heading h2, #custom-page #spacer.brand3 .feature__heading h2, #custom-page #specialties.brand3 .feature__heading h2, #custom-page #header.brand3 .feature__heading h2, #custom-page #banner.brand3 .feature__heading h2, #custom-page #intro.brand3 .feature__heading h2, #custom-page #layout_section.brand3 .feature__heading h2, #custom-page #feature_bg.brand3 .feature__heading h2, #custom-page #cta_image.brand3 .feature__heading h2, #custom-page #dual-column.brand3 .feature__heading h2 {
    color: #000 !important; }
  #custom-page #cta.brand3 .feature__heading svg rect, #custom-page #accordion_split.brand3 .feature__heading svg rect, #custom-page #split-column.brand3 .feature__heading svg rect, #custom-page #marquee.brand3 .feature__heading svg rect, #custom-page #testimonials.brand3 .feature__heading svg rect, #custom-page #html.brand3 .feature__heading svg rect, #custom-page #wysiwyg.brand3 .feature__heading svg rect, #custom-page #spacer.brand3 .feature__heading svg rect, #custom-page #specialties.brand3 .feature__heading svg rect, #custom-page #header.brand3 .feature__heading svg rect, #custom-page #banner.brand3 .feature__heading svg rect, #custom-page #intro.brand3 .feature__heading svg rect, #custom-page #layout_section.brand3 .feature__heading svg rect, #custom-page #feature_bg.brand3 .feature__heading svg rect, #custom-page #cta_image.brand3 .feature__heading svg rect, #custom-page #dual-column.brand3 .feature__heading svg rect {
    fill: #000 !important; }
  #custom-page #cta.brand3 .animate-line .reveal-line, #custom-page #accordion_split.brand3 .animate-line .reveal-line, #custom-page #split-column.brand3 .animate-line .reveal-line, #custom-page #marquee.brand3 .animate-line .reveal-line, #custom-page #testimonials.brand3 .animate-line .reveal-line, #custom-page #html.brand3 .animate-line .reveal-line, #custom-page #wysiwyg.brand3 .animate-line .reveal-line, #custom-page #spacer.brand3 .animate-line .reveal-line, #custom-page #specialties.brand3 .animate-line .reveal-line, #custom-page #header.brand3 .animate-line .reveal-line, #custom-page #banner.brand3 .animate-line .reveal-line, #custom-page #intro.brand3 .animate-line .reveal-line, #custom-page #layout_section.brand3 .animate-line .reveal-line, #custom-page #feature_bg.brand3 .animate-line .reveal-line, #custom-page #cta_image.brand3 .animate-line .reveal-line, #custom-page #dual-column.brand3 .animate-line .reveal-line {
    background-color: #000 !important; }
  #custom-page #cta.brand3 .cta__heading, #custom-page #accordion_split.brand3 .cta__heading, #custom-page #split-column.brand3 .cta__heading, #custom-page #marquee.brand3 .cta__heading, #custom-page #testimonials.brand3 .cta__heading, #custom-page #html.brand3 .cta__heading, #custom-page #wysiwyg.brand3 .cta__heading, #custom-page #spacer.brand3 .cta__heading, #custom-page #specialties.brand3 .cta__heading, #custom-page #header.brand3 .cta__heading, #custom-page #banner.brand3 .cta__heading, #custom-page #intro.brand3 .cta__heading, #custom-page #layout_section.brand3 .cta__heading, #custom-page #feature_bg.brand3 .cta__heading, #custom-page #cta_image.brand3 .cta__heading, #custom-page #dual-column.brand3 .cta__heading, #custom-page #cta.brand3 .cta__content, #custom-page #accordion_split.brand3 .cta__content, #custom-page #split-column.brand3 .cta__content, #custom-page #marquee.brand3 .cta__content, #custom-page #testimonials.brand3 .cta__content, #custom-page #html.brand3 .cta__content, #custom-page #wysiwyg.brand3 .cta__content, #custom-page #spacer.brand3 .cta__content, #custom-page #specialties.brand3 .cta__content, #custom-page #header.brand3 .cta__content, #custom-page #banner.brand3 .cta__content, #custom-page #intro.brand3 .cta__content, #custom-page #layout_section.brand3 .cta__content, #custom-page #feature_bg.brand3 .cta__content, #custom-page #cta_image.brand3 .cta__content, #custom-page #dual-column.brand3 .cta__content {
    color: #000 !important; }
  #custom-page #cta.brand3 .cta-image__heading, #custom-page #accordion_split.brand3 .cta-image__heading, #custom-page #split-column.brand3 .cta-image__heading, #custom-page #marquee.brand3 .cta-image__heading, #custom-page #testimonials.brand3 .cta-image__heading, #custom-page #html.brand3 .cta-image__heading, #custom-page #wysiwyg.brand3 .cta-image__heading, #custom-page #spacer.brand3 .cta-image__heading, #custom-page #specialties.brand3 .cta-image__heading, #custom-page #header.brand3 .cta-image__heading, #custom-page #banner.brand3 .cta-image__heading, #custom-page #intro.brand3 .cta-image__heading, #custom-page #layout_section.brand3 .cta-image__heading, #custom-page #feature_bg.brand3 .cta-image__heading, #custom-page #cta_image.brand3 .cta-image__heading, #custom-page #dual-column.brand3 .cta-image__heading, #custom-page #cta.brand3 .cta-image__content, #custom-page #accordion_split.brand3 .cta-image__content, #custom-page #split-column.brand3 .cta-image__content, #custom-page #marquee.brand3 .cta-image__content, #custom-page #testimonials.brand3 .cta-image__content, #custom-page #html.brand3 .cta-image__content, #custom-page #wysiwyg.brand3 .cta-image__content, #custom-page #spacer.brand3 .cta-image__content, #custom-page #specialties.brand3 .cta-image__content, #custom-page #header.brand3 .cta-image__content, #custom-page #banner.brand3 .cta-image__content, #custom-page #intro.brand3 .cta-image__content, #custom-page #layout_section.brand3 .cta-image__content, #custom-page #feature_bg.brand3 .cta-image__content, #custom-page #cta_image.brand3 .cta-image__content, #custom-page #dual-column.brand3 .cta-image__content, #custom-page #cta.brand3 .cta-image__subcontent, #custom-page #accordion_split.brand3 .cta-image__subcontent, #custom-page #split-column.brand3 .cta-image__subcontent, #custom-page #marquee.brand3 .cta-image__subcontent, #custom-page #testimonials.brand3 .cta-image__subcontent, #custom-page #html.brand3 .cta-image__subcontent, #custom-page #wysiwyg.brand3 .cta-image__subcontent, #custom-page #spacer.brand3 .cta-image__subcontent, #custom-page #specialties.brand3 .cta-image__subcontent, #custom-page #header.brand3 .cta-image__subcontent, #custom-page #banner.brand3 .cta-image__subcontent, #custom-page #intro.brand3 .cta-image__subcontent, #custom-page #layout_section.brand3 .cta-image__subcontent, #custom-page #feature_bg.brand3 .cta-image__subcontent, #custom-page #cta_image.brand3 .cta-image__subcontent, #custom-page #dual-column.brand3 .cta-image__subcontent {
    color: #000 !important; }
  #custom-page #cta.brand3 .cta-image__heading a, #custom-page #accordion_split.brand3 .cta-image__heading a, #custom-page #split-column.brand3 .cta-image__heading a, #custom-page #marquee.brand3 .cta-image__heading a, #custom-page #testimonials.brand3 .cta-image__heading a, #custom-page #html.brand3 .cta-image__heading a, #custom-page #wysiwyg.brand3 .cta-image__heading a, #custom-page #spacer.brand3 .cta-image__heading a, #custom-page #specialties.brand3 .cta-image__heading a, #custom-page #header.brand3 .cta-image__heading a, #custom-page #banner.brand3 .cta-image__heading a, #custom-page #intro.brand3 .cta-image__heading a, #custom-page #layout_section.brand3 .cta-image__heading a, #custom-page #feature_bg.brand3 .cta-image__heading a, #custom-page #cta_image.brand3 .cta-image__heading a, #custom-page #dual-column.brand3 .cta-image__heading a, #custom-page #cta.brand3 .cta-image__content a, #custom-page #accordion_split.brand3 .cta-image__content a, #custom-page #split-column.brand3 .cta-image__content a, #custom-page #marquee.brand3 .cta-image__content a, #custom-page #testimonials.brand3 .cta-image__content a, #custom-page #html.brand3 .cta-image__content a, #custom-page #wysiwyg.brand3 .cta-image__content a, #custom-page #spacer.brand3 .cta-image__content a, #custom-page #specialties.brand3 .cta-image__content a, #custom-page #header.brand3 .cta-image__content a, #custom-page #banner.brand3 .cta-image__content a, #custom-page #intro.brand3 .cta-image__content a, #custom-page #layout_section.brand3 .cta-image__content a, #custom-page #feature_bg.brand3 .cta-image__content a, #custom-page #cta_image.brand3 .cta-image__content a, #custom-page #dual-column.brand3 .cta-image__content a, #custom-page #cta.brand3 .cta-image__subcontent a, #custom-page #accordion_split.brand3 .cta-image__subcontent a, #custom-page #split-column.brand3 .cta-image__subcontent a, #custom-page #marquee.brand3 .cta-image__subcontent a, #custom-page #testimonials.brand3 .cta-image__subcontent a, #custom-page #html.brand3 .cta-image__subcontent a, #custom-page #wysiwyg.brand3 .cta-image__subcontent a, #custom-page #spacer.brand3 .cta-image__subcontent a, #custom-page #specialties.brand3 .cta-image__subcontent a, #custom-page #header.brand3 .cta-image__subcontent a, #custom-page #banner.brand3 .cta-image__subcontent a, #custom-page #intro.brand3 .cta-image__subcontent a, #custom-page #layout_section.brand3 .cta-image__subcontent a, #custom-page #feature_bg.brand3 .cta-image__subcontent a, #custom-page #cta_image.brand3 .cta-image__subcontent a, #custom-page #dual-column.brand3 .cta-image__subcontent a {
    color: #000; }
  #custom-page #cta.brand4, #custom-page #accordion_split.brand4, #custom-page #split-column.brand4, #custom-page #marquee.brand4, #custom-page #testimonials.brand4, #custom-page #html.brand4, #custom-page #wysiwyg.brand4, #custom-page #spacer.brand4, #custom-page #specialties.brand4, #custom-page #header.brand4, #custom-page #banner.brand4, #custom-page #intro.brand4, #custom-page #layout_section.brand4, #custom-page #feature_bg.brand4, #custom-page #cta_image.brand4, #custom-page #dual-column.brand4 {
    background-color: #c24903 !important;
    color: #000; }
  #custom-page #cta.brand4 h1, #custom-page #accordion_split.brand4 h1, #custom-page #split-column.brand4 h1, #custom-page #marquee.brand4 h1, #custom-page #testimonials.brand4 h1, #custom-page #html.brand4 h1, #custom-page #wysiwyg.brand4 h1, #custom-page #spacer.brand4 h1, #custom-page #specialties.brand4 h1, #custom-page #header.brand4 h1, #custom-page #banner.brand4 h1, #custom-page #intro.brand4 h1, #custom-page #layout_section.brand4 h1, #custom-page #feature_bg.brand4 h1, #custom-page #cta_image.brand4 h1, #custom-page #dual-column.brand4 h1, #custom-page #cta.brand4 h2, #custom-page #accordion_split.brand4 h2, #custom-page #split-column.brand4 h2, #custom-page #marquee.brand4 h2, #custom-page #testimonials.brand4 h2, #custom-page #html.brand4 h2, #custom-page #wysiwyg.brand4 h2, #custom-page #spacer.brand4 h2, #custom-page #specialties.brand4 h2, #custom-page #header.brand4 h2, #custom-page #banner.brand4 h2, #custom-page #intro.brand4 h2, #custom-page #layout_section.brand4 h2, #custom-page #feature_bg.brand4 h2, #custom-page #cta_image.brand4 h2, #custom-page #dual-column.brand4 h2, #custom-page #cta.brand4 h3, #custom-page #accordion_split.brand4 h3, #custom-page #split-column.brand4 h3, #custom-page #marquee.brand4 h3, #custom-page #testimonials.brand4 h3, #custom-page #html.brand4 h3, #custom-page #wysiwyg.brand4 h3, #custom-page #spacer.brand4 h3, #custom-page #specialties.brand4 h3, #custom-page #header.brand4 h3, #custom-page #banner.brand4 h3, #custom-page #intro.brand4 h3, #custom-page #layout_section.brand4 h3, #custom-page #feature_bg.brand4 h3, #custom-page #cta_image.brand4 h3, #custom-page #dual-column.brand4 h3, #custom-page #cta.brand4 h4, #custom-page #accordion_split.brand4 h4, #custom-page #split-column.brand4 h4, #custom-page #marquee.brand4 h4, #custom-page #testimonials.brand4 h4, #custom-page #html.brand4 h4, #custom-page #wysiwyg.brand4 h4, #custom-page #spacer.brand4 h4, #custom-page #specialties.brand4 h4, #custom-page #header.brand4 h4, #custom-page #banner.brand4 h4, #custom-page #intro.brand4 h4, #custom-page #layout_section.brand4 h4, #custom-page #feature_bg.brand4 h4, #custom-page #cta_image.brand4 h4, #custom-page #dual-column.brand4 h4, #custom-page #cta.brand4 h5, #custom-page #accordion_split.brand4 h5, #custom-page #split-column.brand4 h5, #custom-page #marquee.brand4 h5, #custom-page #testimonials.brand4 h5, #custom-page #html.brand4 h5, #custom-page #wysiwyg.brand4 h5, #custom-page #spacer.brand4 h5, #custom-page #specialties.brand4 h5, #custom-page #header.brand4 h5, #custom-page #banner.brand4 h5, #custom-page #intro.brand4 h5, #custom-page #layout_section.brand4 h5, #custom-page #feature_bg.brand4 h5, #custom-page #cta_image.brand4 h5, #custom-page #dual-column.brand4 h5, #custom-page #cta.brand4 h6, #custom-page #accordion_split.brand4 h6, #custom-page #split-column.brand4 h6, #custom-page #marquee.brand4 h6, #custom-page #testimonials.brand4 h6, #custom-page #html.brand4 h6, #custom-page #wysiwyg.brand4 h6, #custom-page #spacer.brand4 h6, #custom-page #specialties.brand4 h6, #custom-page #header.brand4 h6, #custom-page #banner.brand4 h6, #custom-page #intro.brand4 h6, #custom-page #layout_section.brand4 h6, #custom-page #feature_bg.brand4 h6, #custom-page #cta_image.brand4 h6, #custom-page #dual-column.brand4 h6, #custom-page #cta.brand4 p, #custom-page #accordion_split.brand4 p, #custom-page #split-column.brand4 p, #custom-page #marquee.brand4 p, #custom-page #testimonials.brand4 p, #custom-page #html.brand4 p, #custom-page #wysiwyg.brand4 p, #custom-page #spacer.brand4 p, #custom-page #specialties.brand4 p, #custom-page #header.brand4 p, #custom-page #banner.brand4 p, #custom-page #intro.brand4 p, #custom-page #layout_section.brand4 p, #custom-page #feature_bg.brand4 p, #custom-page #cta_image.brand4 p, #custom-page #dual-column.brand4 p {
    color: #000 !important; }
  #custom-page #cta.brand4 .btn-primary, #custom-page #accordion_split.brand4 .btn-primary, #custom-page #split-column.brand4 .btn-primary, #custom-page #marquee.brand4 .btn-primary, #custom-page #testimonials.brand4 .btn-primary, #custom-page #html.brand4 .btn-primary, #custom-page #wysiwyg.brand4 .btn-primary, #custom-page #spacer.brand4 .btn-primary, #custom-page #specialties.brand4 .btn-primary, #custom-page #header.brand4 .btn-primary, #custom-page #banner.brand4 .btn-primary, #custom-page #intro.brand4 .btn-primary, #custom-page #layout_section.brand4 .btn-primary, #custom-page #feature_bg.brand4 .btn-primary, #custom-page #cta_image.brand4 .btn-primary, #custom-page #dual-column.brand4 .btn-primary {
    background-color: transparent;
    border: 2px solid #000;
    color: #000; }
  #custom-page #cta.brand4 .btn-primary:hover, #custom-page #accordion_split.brand4 .btn-primary:hover, #custom-page #split-column.brand4 .btn-primary:hover, #custom-page #marquee.brand4 .btn-primary:hover, #custom-page #testimonials.brand4 .btn-primary:hover, #custom-page #html.brand4 .btn-primary:hover, #custom-page #wysiwyg.brand4 .btn-primary:hover, #custom-page #spacer.brand4 .btn-primary:hover, #custom-page #specialties.brand4 .btn-primary:hover, #custom-page #header.brand4 .btn-primary:hover, #custom-page #banner.brand4 .btn-primary:hover, #custom-page #intro.brand4 .btn-primary:hover, #custom-page #layout_section.brand4 .btn-primary:hover, #custom-page #feature_bg.brand4 .btn-primary:hover, #custom-page #cta_image.brand4 .btn-primary:hover, #custom-page #dual-column.brand4 .btn-primary:hover {
    background-color: #000 !important;
    border: 2px solid #000 !important;
    color: #c24903 !important; }
  #custom-page #cta.brand4 .service__link a, #custom-page #accordion_split.brand4 .service__link a, #custom-page #split-column.brand4 .service__link a, #custom-page #marquee.brand4 .service__link a, #custom-page #testimonials.brand4 .service__link a, #custom-page #html.brand4 .service__link a, #custom-page #wysiwyg.brand4 .service__link a, #custom-page #spacer.brand4 .service__link a, #custom-page #specialties.brand4 .service__link a, #custom-page #header.brand4 .service__link a, #custom-page #banner.brand4 .service__link a, #custom-page #intro.brand4 .service__link a, #custom-page #layout_section.brand4 .service__link a, #custom-page #feature_bg.brand4 .service__link a, #custom-page #cta_image.brand4 .service__link a, #custom-page #dual-column.brand4 .service__link a {
    color: #000; }
  #custom-page #cta.brand4 .accordion, #custom-page #accordion_split.brand4 .accordion, #custom-page #split-column.brand4 .accordion, #custom-page #marquee.brand4 .accordion, #custom-page #testimonials.brand4 .accordion, #custom-page #html.brand4 .accordion, #custom-page #wysiwyg.brand4 .accordion, #custom-page #spacer.brand4 .accordion, #custom-page #specialties.brand4 .accordion, #custom-page #header.brand4 .accordion, #custom-page #banner.brand4 .accordion, #custom-page #intro.brand4 .accordion, #custom-page #layout_section.brand4 .accordion, #custom-page #feature_bg.brand4 .accordion, #custom-page #cta_image.brand4 .accordion, #custom-page #dual-column.brand4 .accordion {
    border-bottom: 2px solid #000; }
  #custom-page #cta.brand4 .accordion-body, #custom-page #accordion_split.brand4 .accordion-body, #custom-page #split-column.brand4 .accordion-body, #custom-page #marquee.brand4 .accordion-body, #custom-page #testimonials.brand4 .accordion-body, #custom-page #html.brand4 .accordion-body, #custom-page #wysiwyg.brand4 .accordion-body, #custom-page #spacer.brand4 .accordion-body, #custom-page #specialties.brand4 .accordion-body, #custom-page #header.brand4 .accordion-body, #custom-page #banner.brand4 .accordion-body, #custom-page #intro.brand4 .accordion-body, #custom-page #layout_section.brand4 .accordion-body, #custom-page #feature_bg.brand4 .accordion-body, #custom-page #cta_image.brand4 .accordion-body, #custom-page #dual-column.brand4 .accordion-body {
    color: #000; }
  #custom-page #cta.brand4 .accordion-button, #custom-page #accordion_split.brand4 .accordion-button, #custom-page #split-column.brand4 .accordion-button, #custom-page #marquee.brand4 .accordion-button, #custom-page #testimonials.brand4 .accordion-button, #custom-page #html.brand4 .accordion-button, #custom-page #wysiwyg.brand4 .accordion-button, #custom-page #spacer.brand4 .accordion-button, #custom-page #specialties.brand4 .accordion-button, #custom-page #header.brand4 .accordion-button, #custom-page #banner.brand4 .accordion-button, #custom-page #intro.brand4 .accordion-button, #custom-page #layout_section.brand4 .accordion-button, #custom-page #feature_bg.brand4 .accordion-button, #custom-page #cta_image.brand4 .accordion-button, #custom-page #dual-column.brand4 .accordion-button {
    color: #000;
    border-top: 2px solid #000; }
  #custom-page #cta.brand4 .accordion-button:not(.collapsed), #custom-page #accordion_split.brand4 .accordion-button:not(.collapsed), #custom-page #split-column.brand4 .accordion-button:not(.collapsed), #custom-page #marquee.brand4 .accordion-button:not(.collapsed), #custom-page #testimonials.brand4 .accordion-button:not(.collapsed), #custom-page #html.brand4 .accordion-button:not(.collapsed), #custom-page #wysiwyg.brand4 .accordion-button:not(.collapsed), #custom-page #spacer.brand4 .accordion-button:not(.collapsed), #custom-page #specialties.brand4 .accordion-button:not(.collapsed), #custom-page #header.brand4 .accordion-button:not(.collapsed), #custom-page #banner.brand4 .accordion-button:not(.collapsed), #custom-page #intro.brand4 .accordion-button:not(.collapsed), #custom-page #layout_section.brand4 .accordion-button:not(.collapsed), #custom-page #feature_bg.brand4 .accordion-button:not(.collapsed), #custom-page #cta_image.brand4 .accordion-button:not(.collapsed), #custom-page #dual-column.brand4 .accordion-button:not(.collapsed) {
    color: #000; }
  #custom-page #cta.brand4 .accordion-button:focus, #custom-page #accordion_split.brand4 .accordion-button:focus, #custom-page #split-column.brand4 .accordion-button:focus, #custom-page #marquee.brand4 .accordion-button:focus, #custom-page #testimonials.brand4 .accordion-button:focus, #custom-page #html.brand4 .accordion-button:focus, #custom-page #wysiwyg.brand4 .accordion-button:focus, #custom-page #spacer.brand4 .accordion-button:focus, #custom-page #specialties.brand4 .accordion-button:focus, #custom-page #header.brand4 .accordion-button:focus, #custom-page #banner.brand4 .accordion-button:focus, #custom-page #intro.brand4 .accordion-button:focus, #custom-page #layout_section.brand4 .accordion-button:focus, #custom-page #feature_bg.brand4 .accordion-button:focus, #custom-page #cta_image.brand4 .accordion-button:focus, #custom-page #dual-column.brand4 .accordion-button:focus {
    border-top: 2px solid #000; }
  #custom-page #cta.brand4 .marquee span, #custom-page #accordion_split.brand4 .marquee span, #custom-page #split-column.brand4 .marquee span, #custom-page #marquee.brand4 .marquee span, #custom-page #testimonials.brand4 .marquee span, #custom-page #html.brand4 .marquee span, #custom-page #wysiwyg.brand4 .marquee span, #custom-page #spacer.brand4 .marquee span, #custom-page #specialties.brand4 .marquee span, #custom-page #header.brand4 .marquee span, #custom-page #banner.brand4 .marquee span, #custom-page #intro.brand4 .marquee span, #custom-page #layout_section.brand4 .marquee span, #custom-page #feature_bg.brand4 .marquee span, #custom-page #cta_image.brand4 .marquee span, #custom-page #dual-column.brand4 .marquee span {
    color: #c24903; }
  #custom-page #cta.brand4 .intro__wrap, #custom-page #accordion_split.brand4 .intro__wrap, #custom-page #split-column.brand4 .intro__wrap, #custom-page #marquee.brand4 .intro__wrap, #custom-page #testimonials.brand4 .intro__wrap, #custom-page #html.brand4 .intro__wrap, #custom-page #wysiwyg.brand4 .intro__wrap, #custom-page #spacer.brand4 .intro__wrap, #custom-page #specialties.brand4 .intro__wrap, #custom-page #header.brand4 .intro__wrap, #custom-page #banner.brand4 .intro__wrap, #custom-page #intro.brand4 .intro__wrap, #custom-page #layout_section.brand4 .intro__wrap, #custom-page #feature_bg.brand4 .intro__wrap, #custom-page #cta_image.brand4 .intro__wrap, #custom-page #dual-column.brand4 .intro__wrap {
    background-image: url('../images/brand4-shape-middle.png'); }
  #custom-page #cta.brand4 .intro__heading, #custom-page #accordion_split.brand4 .intro__heading, #custom-page #split-column.brand4 .intro__heading, #custom-page #marquee.brand4 .intro__heading, #custom-page #testimonials.brand4 .intro__heading, #custom-page #html.brand4 .intro__heading, #custom-page #wysiwyg.brand4 .intro__heading, #custom-page #spacer.brand4 .intro__heading, #custom-page #specialties.brand4 .intro__heading, #custom-page #header.brand4 .intro__heading, #custom-page #banner.brand4 .intro__heading, #custom-page #intro.brand4 .intro__heading, #custom-page #layout_section.brand4 .intro__heading, #custom-page #feature_bg.brand4 .intro__heading, #custom-page #cta_image.brand4 .intro__heading, #custom-page #dual-column.brand4 .intro__heading, #custom-page #cta.brand4 .intro__subheading, #custom-page #accordion_split.brand4 .intro__subheading, #custom-page #split-column.brand4 .intro__subheading, #custom-page #marquee.brand4 .intro__subheading, #custom-page #testimonials.brand4 .intro__subheading, #custom-page #html.brand4 .intro__subheading, #custom-page #wysiwyg.brand4 .intro__subheading, #custom-page #spacer.brand4 .intro__subheading, #custom-page #specialties.brand4 .intro__subheading, #custom-page #header.brand4 .intro__subheading, #custom-page #banner.brand4 .intro__subheading, #custom-page #intro.brand4 .intro__subheading, #custom-page #layout_section.brand4 .intro__subheading, #custom-page #feature_bg.brand4 .intro__subheading, #custom-page #cta_image.brand4 .intro__subheading, #custom-page #dual-column.brand4 .intro__subheading {
    color: #000 !important; }
  #custom-page #cta.brand4 .about__sub-heading, #custom-page #accordion_split.brand4 .about__sub-heading, #custom-page #split-column.brand4 .about__sub-heading, #custom-page #marquee.brand4 .about__sub-heading, #custom-page #testimonials.brand4 .about__sub-heading, #custom-page #html.brand4 .about__sub-heading, #custom-page #wysiwyg.brand4 .about__sub-heading, #custom-page #spacer.brand4 .about__sub-heading, #custom-page #specialties.brand4 .about__sub-heading, #custom-page #header.brand4 .about__sub-heading, #custom-page #banner.brand4 .about__sub-heading, #custom-page #intro.brand4 .about__sub-heading, #custom-page #layout_section.brand4 .about__sub-heading, #custom-page #feature_bg.brand4 .about__sub-heading, #custom-page #cta_image.brand4 .about__sub-heading, #custom-page #dual-column.brand4 .about__sub-heading {
    color: #000 !important; }
  #custom-page #cta.brand4 .about__sub-content h1, #custom-page #accordion_split.brand4 .about__sub-content h1, #custom-page #split-column.brand4 .about__sub-content h1, #custom-page #marquee.brand4 .about__sub-content h1, #custom-page #testimonials.brand4 .about__sub-content h1, #custom-page #html.brand4 .about__sub-content h1, #custom-page #wysiwyg.brand4 .about__sub-content h1, #custom-page #spacer.brand4 .about__sub-content h1, #custom-page #specialties.brand4 .about__sub-content h1, #custom-page #header.brand4 .about__sub-content h1, #custom-page #banner.brand4 .about__sub-content h1, #custom-page #intro.brand4 .about__sub-content h1, #custom-page #layout_section.brand4 .about__sub-content h1, #custom-page #feature_bg.brand4 .about__sub-content h1, #custom-page #cta_image.brand4 .about__sub-content h1, #custom-page #dual-column.brand4 .about__sub-content h1, #custom-page #cta.brand4 .about__sub-content h2, #custom-page #accordion_split.brand4 .about__sub-content h2, #custom-page #split-column.brand4 .about__sub-content h2, #custom-page #marquee.brand4 .about__sub-content h2, #custom-page #testimonials.brand4 .about__sub-content h2, #custom-page #html.brand4 .about__sub-content h2, #custom-page #wysiwyg.brand4 .about__sub-content h2, #custom-page #spacer.brand4 .about__sub-content h2, #custom-page #specialties.brand4 .about__sub-content h2, #custom-page #header.brand4 .about__sub-content h2, #custom-page #banner.brand4 .about__sub-content h2, #custom-page #intro.brand4 .about__sub-content h2, #custom-page #layout_section.brand4 .about__sub-content h2, #custom-page #feature_bg.brand4 .about__sub-content h2, #custom-page #cta_image.brand4 .about__sub-content h2, #custom-page #dual-column.brand4 .about__sub-content h2, #custom-page #cta.brand4 .about__sub-content h3, #custom-page #accordion_split.brand4 .about__sub-content h3, #custom-page #split-column.brand4 .about__sub-content h3, #custom-page #marquee.brand4 .about__sub-content h3, #custom-page #testimonials.brand4 .about__sub-content h3, #custom-page #html.brand4 .about__sub-content h3, #custom-page #wysiwyg.brand4 .about__sub-content h3, #custom-page #spacer.brand4 .about__sub-content h3, #custom-page #specialties.brand4 .about__sub-content h3, #custom-page #header.brand4 .about__sub-content h3, #custom-page #banner.brand4 .about__sub-content h3, #custom-page #intro.brand4 .about__sub-content h3, #custom-page #layout_section.brand4 .about__sub-content h3, #custom-page #feature_bg.brand4 .about__sub-content h3, #custom-page #cta_image.brand4 .about__sub-content h3, #custom-page #dual-column.brand4 .about__sub-content h3, #custom-page #cta.brand4 .about__sub-content h4, #custom-page #accordion_split.brand4 .about__sub-content h4, #custom-page #split-column.brand4 .about__sub-content h4, #custom-page #marquee.brand4 .about__sub-content h4, #custom-page #testimonials.brand4 .about__sub-content h4, #custom-page #html.brand4 .about__sub-content h4, #custom-page #wysiwyg.brand4 .about__sub-content h4, #custom-page #spacer.brand4 .about__sub-content h4, #custom-page #specialties.brand4 .about__sub-content h4, #custom-page #header.brand4 .about__sub-content h4, #custom-page #banner.brand4 .about__sub-content h4, #custom-page #intro.brand4 .about__sub-content h4, #custom-page #layout_section.brand4 .about__sub-content h4, #custom-page #feature_bg.brand4 .about__sub-content h4, #custom-page #cta_image.brand4 .about__sub-content h4, #custom-page #dual-column.brand4 .about__sub-content h4, #custom-page #cta.brand4 .about__sub-content h5, #custom-page #accordion_split.brand4 .about__sub-content h5, #custom-page #split-column.brand4 .about__sub-content h5, #custom-page #marquee.brand4 .about__sub-content h5, #custom-page #testimonials.brand4 .about__sub-content h5, #custom-page #html.brand4 .about__sub-content h5, #custom-page #wysiwyg.brand4 .about__sub-content h5, #custom-page #spacer.brand4 .about__sub-content h5, #custom-page #specialties.brand4 .about__sub-content h5, #custom-page #header.brand4 .about__sub-content h5, #custom-page #banner.brand4 .about__sub-content h5, #custom-page #intro.brand4 .about__sub-content h5, #custom-page #layout_section.brand4 .about__sub-content h5, #custom-page #feature_bg.brand4 .about__sub-content h5, #custom-page #cta_image.brand4 .about__sub-content h5, #custom-page #dual-column.brand4 .about__sub-content h5, #custom-page #cta.brand4 .about__sub-content h6, #custom-page #accordion_split.brand4 .about__sub-content h6, #custom-page #split-column.brand4 .about__sub-content h6, #custom-page #marquee.brand4 .about__sub-content h6, #custom-page #testimonials.brand4 .about__sub-content h6, #custom-page #html.brand4 .about__sub-content h6, #custom-page #wysiwyg.brand4 .about__sub-content h6, #custom-page #spacer.brand4 .about__sub-content h6, #custom-page #specialties.brand4 .about__sub-content h6, #custom-page #header.brand4 .about__sub-content h6, #custom-page #banner.brand4 .about__sub-content h6, #custom-page #intro.brand4 .about__sub-content h6, #custom-page #layout_section.brand4 .about__sub-content h6, #custom-page #feature_bg.brand4 .about__sub-content h6, #custom-page #cta_image.brand4 .about__sub-content h6, #custom-page #dual-column.brand4 .about__sub-content h6 {
    color: #000 !important; }
  #custom-page #cta.brand4 .feature__heading, #custom-page #accordion_split.brand4 .feature__heading, #custom-page #split-column.brand4 .feature__heading, #custom-page #marquee.brand4 .feature__heading, #custom-page #testimonials.brand4 .feature__heading, #custom-page #html.brand4 .feature__heading, #custom-page #wysiwyg.brand4 .feature__heading, #custom-page #spacer.brand4 .feature__heading, #custom-page #specialties.brand4 .feature__heading, #custom-page #header.brand4 .feature__heading, #custom-page #banner.brand4 .feature__heading, #custom-page #intro.brand4 .feature__heading, #custom-page #layout_section.brand4 .feature__heading, #custom-page #feature_bg.brand4 .feature__heading, #custom-page #cta_image.brand4 .feature__heading, #custom-page #dual-column.brand4 .feature__heading {
    border: 3px solid #000 !important; }
  #custom-page #cta.brand4 .feature__heading h2, #custom-page #accordion_split.brand4 .feature__heading h2, #custom-page #split-column.brand4 .feature__heading h2, #custom-page #marquee.brand4 .feature__heading h2, #custom-page #testimonials.brand4 .feature__heading h2, #custom-page #html.brand4 .feature__heading h2, #custom-page #wysiwyg.brand4 .feature__heading h2, #custom-page #spacer.brand4 .feature__heading h2, #custom-page #specialties.brand4 .feature__heading h2, #custom-page #header.brand4 .feature__heading h2, #custom-page #banner.brand4 .feature__heading h2, #custom-page #intro.brand4 .feature__heading h2, #custom-page #layout_section.brand4 .feature__heading h2, #custom-page #feature_bg.brand4 .feature__heading h2, #custom-page #cta_image.brand4 .feature__heading h2, #custom-page #dual-column.brand4 .feature__heading h2 {
    color: #000 !important; }
  #custom-page #cta.brand4 .feature__heading svg rect, #custom-page #accordion_split.brand4 .feature__heading svg rect, #custom-page #split-column.brand4 .feature__heading svg rect, #custom-page #marquee.brand4 .feature__heading svg rect, #custom-page #testimonials.brand4 .feature__heading svg rect, #custom-page #html.brand4 .feature__heading svg rect, #custom-page #wysiwyg.brand4 .feature__heading svg rect, #custom-page #spacer.brand4 .feature__heading svg rect, #custom-page #specialties.brand4 .feature__heading svg rect, #custom-page #header.brand4 .feature__heading svg rect, #custom-page #banner.brand4 .feature__heading svg rect, #custom-page #intro.brand4 .feature__heading svg rect, #custom-page #layout_section.brand4 .feature__heading svg rect, #custom-page #feature_bg.brand4 .feature__heading svg rect, #custom-page #cta_image.brand4 .feature__heading svg rect, #custom-page #dual-column.brand4 .feature__heading svg rect {
    fill: #000 !important; }
  #custom-page #cta.brand4 .animate-line .reveal-line, #custom-page #accordion_split.brand4 .animate-line .reveal-line, #custom-page #split-column.brand4 .animate-line .reveal-line, #custom-page #marquee.brand4 .animate-line .reveal-line, #custom-page #testimonials.brand4 .animate-line .reveal-line, #custom-page #html.brand4 .animate-line .reveal-line, #custom-page #wysiwyg.brand4 .animate-line .reveal-line, #custom-page #spacer.brand4 .animate-line .reveal-line, #custom-page #specialties.brand4 .animate-line .reveal-line, #custom-page #header.brand4 .animate-line .reveal-line, #custom-page #banner.brand4 .animate-line .reveal-line, #custom-page #intro.brand4 .animate-line .reveal-line, #custom-page #layout_section.brand4 .animate-line .reveal-line, #custom-page #feature_bg.brand4 .animate-line .reveal-line, #custom-page #cta_image.brand4 .animate-line .reveal-line, #custom-page #dual-column.brand4 .animate-line .reveal-line {
    background-color: #000 !important; }
  #custom-page #cta.brand4 .cta__heading, #custom-page #accordion_split.brand4 .cta__heading, #custom-page #split-column.brand4 .cta__heading, #custom-page #marquee.brand4 .cta__heading, #custom-page #testimonials.brand4 .cta__heading, #custom-page #html.brand4 .cta__heading, #custom-page #wysiwyg.brand4 .cta__heading, #custom-page #spacer.brand4 .cta__heading, #custom-page #specialties.brand4 .cta__heading, #custom-page #header.brand4 .cta__heading, #custom-page #banner.brand4 .cta__heading, #custom-page #intro.brand4 .cta__heading, #custom-page #layout_section.brand4 .cta__heading, #custom-page #feature_bg.brand4 .cta__heading, #custom-page #cta_image.brand4 .cta__heading, #custom-page #dual-column.brand4 .cta__heading, #custom-page #cta.brand4 .cta__content, #custom-page #accordion_split.brand4 .cta__content, #custom-page #split-column.brand4 .cta__content, #custom-page #marquee.brand4 .cta__content, #custom-page #testimonials.brand4 .cta__content, #custom-page #html.brand4 .cta__content, #custom-page #wysiwyg.brand4 .cta__content, #custom-page #spacer.brand4 .cta__content, #custom-page #specialties.brand4 .cta__content, #custom-page #header.brand4 .cta__content, #custom-page #banner.brand4 .cta__content, #custom-page #intro.brand4 .cta__content, #custom-page #layout_section.brand4 .cta__content, #custom-page #feature_bg.brand4 .cta__content, #custom-page #cta_image.brand4 .cta__content, #custom-page #dual-column.brand4 .cta__content {
    color: #000 !important; }
  #custom-page #cta.brand4 .cta-image__heading, #custom-page #accordion_split.brand4 .cta-image__heading, #custom-page #split-column.brand4 .cta-image__heading, #custom-page #marquee.brand4 .cta-image__heading, #custom-page #testimonials.brand4 .cta-image__heading, #custom-page #html.brand4 .cta-image__heading, #custom-page #wysiwyg.brand4 .cta-image__heading, #custom-page #spacer.brand4 .cta-image__heading, #custom-page #specialties.brand4 .cta-image__heading, #custom-page #header.brand4 .cta-image__heading, #custom-page #banner.brand4 .cta-image__heading, #custom-page #intro.brand4 .cta-image__heading, #custom-page #layout_section.brand4 .cta-image__heading, #custom-page #feature_bg.brand4 .cta-image__heading, #custom-page #cta_image.brand4 .cta-image__heading, #custom-page #dual-column.brand4 .cta-image__heading, #custom-page #cta.brand4 .cta-image__content, #custom-page #accordion_split.brand4 .cta-image__content, #custom-page #split-column.brand4 .cta-image__content, #custom-page #marquee.brand4 .cta-image__content, #custom-page #testimonials.brand4 .cta-image__content, #custom-page #html.brand4 .cta-image__content, #custom-page #wysiwyg.brand4 .cta-image__content, #custom-page #spacer.brand4 .cta-image__content, #custom-page #specialties.brand4 .cta-image__content, #custom-page #header.brand4 .cta-image__content, #custom-page #banner.brand4 .cta-image__content, #custom-page #intro.brand4 .cta-image__content, #custom-page #layout_section.brand4 .cta-image__content, #custom-page #feature_bg.brand4 .cta-image__content, #custom-page #cta_image.brand4 .cta-image__content, #custom-page #dual-column.brand4 .cta-image__content, #custom-page #cta.brand4 .cta-image__subcontent, #custom-page #accordion_split.brand4 .cta-image__subcontent, #custom-page #split-column.brand4 .cta-image__subcontent, #custom-page #marquee.brand4 .cta-image__subcontent, #custom-page #testimonials.brand4 .cta-image__subcontent, #custom-page #html.brand4 .cta-image__subcontent, #custom-page #wysiwyg.brand4 .cta-image__subcontent, #custom-page #spacer.brand4 .cta-image__subcontent, #custom-page #specialties.brand4 .cta-image__subcontent, #custom-page #header.brand4 .cta-image__subcontent, #custom-page #banner.brand4 .cta-image__subcontent, #custom-page #intro.brand4 .cta-image__subcontent, #custom-page #layout_section.brand4 .cta-image__subcontent, #custom-page #feature_bg.brand4 .cta-image__subcontent, #custom-page #cta_image.brand4 .cta-image__subcontent, #custom-page #dual-column.brand4 .cta-image__subcontent {
    color: #000 !important; }
  #custom-page #cta.brand4 .cta-image__heading a, #custom-page #accordion_split.brand4 .cta-image__heading a, #custom-page #split-column.brand4 .cta-image__heading a, #custom-page #marquee.brand4 .cta-image__heading a, #custom-page #testimonials.brand4 .cta-image__heading a, #custom-page #html.brand4 .cta-image__heading a, #custom-page #wysiwyg.brand4 .cta-image__heading a, #custom-page #spacer.brand4 .cta-image__heading a, #custom-page #specialties.brand4 .cta-image__heading a, #custom-page #header.brand4 .cta-image__heading a, #custom-page #banner.brand4 .cta-image__heading a, #custom-page #intro.brand4 .cta-image__heading a, #custom-page #layout_section.brand4 .cta-image__heading a, #custom-page #feature_bg.brand4 .cta-image__heading a, #custom-page #cta_image.brand4 .cta-image__heading a, #custom-page #dual-column.brand4 .cta-image__heading a, #custom-page #cta.brand4 .cta-image__content a, #custom-page #accordion_split.brand4 .cta-image__content a, #custom-page #split-column.brand4 .cta-image__content a, #custom-page #marquee.brand4 .cta-image__content a, #custom-page #testimonials.brand4 .cta-image__content a, #custom-page #html.brand4 .cta-image__content a, #custom-page #wysiwyg.brand4 .cta-image__content a, #custom-page #spacer.brand4 .cta-image__content a, #custom-page #specialties.brand4 .cta-image__content a, #custom-page #header.brand4 .cta-image__content a, #custom-page #banner.brand4 .cta-image__content a, #custom-page #intro.brand4 .cta-image__content a, #custom-page #layout_section.brand4 .cta-image__content a, #custom-page #feature_bg.brand4 .cta-image__content a, #custom-page #cta_image.brand4 .cta-image__content a, #custom-page #dual-column.brand4 .cta-image__content a, #custom-page #cta.brand4 .cta-image__subcontent a, #custom-page #accordion_split.brand4 .cta-image__subcontent a, #custom-page #split-column.brand4 .cta-image__subcontent a, #custom-page #marquee.brand4 .cta-image__subcontent a, #custom-page #testimonials.brand4 .cta-image__subcontent a, #custom-page #html.brand4 .cta-image__subcontent a, #custom-page #wysiwyg.brand4 .cta-image__subcontent a, #custom-page #spacer.brand4 .cta-image__subcontent a, #custom-page #specialties.brand4 .cta-image__subcontent a, #custom-page #header.brand4 .cta-image__subcontent a, #custom-page #banner.brand4 .cta-image__subcontent a, #custom-page #intro.brand4 .cta-image__subcontent a, #custom-page #layout_section.brand4 .cta-image__subcontent a, #custom-page #feature_bg.brand4 .cta-image__subcontent a, #custom-page #cta_image.brand4 .cta-image__subcontent a, #custom-page #dual-column.brand4 .cta-image__subcontent a {
    color: #000; }
  #custom-page #cta.brand5, #custom-page #accordion_split.brand5, #custom-page #split-column.brand5, #custom-page #marquee.brand5, #custom-page #testimonials.brand5, #custom-page #html.brand5, #custom-page #wysiwyg.brand5, #custom-page #spacer.brand5, #custom-page #specialties.brand5, #custom-page #header.brand5, #custom-page #banner.brand5, #custom-page #intro.brand5, #custom-page #layout_section.brand5, #custom-page #feature_bg.brand5, #custom-page #voucher.brand5, #custom-page #cta_image.brand5, #custom-page #dual-column.brand5 {
    background-color: #e0e0e0 !important;
    color: #000; }
  #custom-page #cta.brand5 h1, #custom-page #accordion_split.brand5 h1, #custom-page #split-column.brand5 h1, #custom-page #marquee.brand5 h1, #custom-page #testimonials.brand5 h1, #custom-page #html.brand5 h1, #custom-page #wysiwyg.brand5 h1, #custom-page #spacer.brand5 h1, #custom-page #specialties.brand5 h1, #custom-page #header.brand5 h1, #custom-page #banner.brand5 h1, #custom-page #intro.brand5 h1, #custom-page #layout_section.brand5 h1, #custom-page #feature_bg.brand5 h1, #custom-page #voucher.brand5 h1, #custom-page #cta_image.brand5 h1, #custom-page #dual-column.brand5 h1, #custom-page #cta.brand5 h2, #custom-page #accordion_split.brand5 h2, #custom-page #split-column.brand5 h2, #custom-page #marquee.brand5 h2, #custom-page #testimonials.brand5 h2, #custom-page #html.brand5 h2, #custom-page #wysiwyg.brand5 h2, #custom-page #spacer.brand5 h2, #custom-page #specialties.brand5 h2, #custom-page #header.brand5 h2, #custom-page #banner.brand5 h2, #custom-page #intro.brand5 h2, #custom-page #layout_section.brand5 h2, #custom-page #feature_bg.brand5 h2, #custom-page #voucher.brand5 h2, #custom-page #cta_image.brand5 h2, #custom-page #dual-column.brand5 h2, #custom-page #cta.brand5 h3, #custom-page #accordion_split.brand5 h3, #custom-page #split-column.brand5 h3, #custom-page #marquee.brand5 h3, #custom-page #testimonials.brand5 h3, #custom-page #html.brand5 h3, #custom-page #wysiwyg.brand5 h3, #custom-page #spacer.brand5 h3, #custom-page #specialties.brand5 h3, #custom-page #header.brand5 h3, #custom-page #banner.brand5 h3, #custom-page #intro.brand5 h3, #custom-page #layout_section.brand5 h3, #custom-page #feature_bg.brand5 h3, #custom-page #voucher.brand5 h3, #custom-page #cta_image.brand5 h3, #custom-page #dual-column.brand5 h3, #custom-page #cta.brand5 h4, #custom-page #accordion_split.brand5 h4, #custom-page #split-column.brand5 h4, #custom-page #marquee.brand5 h4, #custom-page #testimonials.brand5 h4, #custom-page #html.brand5 h4, #custom-page #wysiwyg.brand5 h4, #custom-page #spacer.brand5 h4, #custom-page #specialties.brand5 h4, #custom-page #header.brand5 h4, #custom-page #banner.brand5 h4, #custom-page #intro.brand5 h4, #custom-page #layout_section.brand5 h4, #custom-page #feature_bg.brand5 h4, #custom-page #voucher.brand5 h4, #custom-page #cta_image.brand5 h4, #custom-page #dual-column.brand5 h4, #custom-page #cta.brand5 h5, #custom-page #accordion_split.brand5 h5, #custom-page #split-column.brand5 h5, #custom-page #marquee.brand5 h5, #custom-page #testimonials.brand5 h5, #custom-page #html.brand5 h5, #custom-page #wysiwyg.brand5 h5, #custom-page #spacer.brand5 h5, #custom-page #specialties.brand5 h5, #custom-page #header.brand5 h5, #custom-page #banner.brand5 h5, #custom-page #intro.brand5 h5, #custom-page #layout_section.brand5 h5, #custom-page #feature_bg.brand5 h5, #custom-page #voucher.brand5 h5, #custom-page #cta_image.brand5 h5, #custom-page #dual-column.brand5 h5, #custom-page #cta.brand5 h6, #custom-page #accordion_split.brand5 h6, #custom-page #split-column.brand5 h6, #custom-page #marquee.brand5 h6, #custom-page #testimonials.brand5 h6, #custom-page #html.brand5 h6, #custom-page #wysiwyg.brand5 h6, #custom-page #spacer.brand5 h6, #custom-page #specialties.brand5 h6, #custom-page #header.brand5 h6, #custom-page #banner.brand5 h6, #custom-page #intro.brand5 h6, #custom-page #layout_section.brand5 h6, #custom-page #feature_bg.brand5 h6, #custom-page #voucher.brand5 h6, #custom-page #cta_image.brand5 h6, #custom-page #dual-column.brand5 h6, #custom-page #cta.brand5 p, #custom-page #accordion_split.brand5 p, #custom-page #split-column.brand5 p, #custom-page #marquee.brand5 p, #custom-page #testimonials.brand5 p, #custom-page #html.brand5 p, #custom-page #wysiwyg.brand5 p, #custom-page #spacer.brand5 p, #custom-page #specialties.brand5 p, #custom-page #header.brand5 p, #custom-page #banner.brand5 p, #custom-page #intro.brand5 p, #custom-page #layout_section.brand5 p, #custom-page #feature_bg.brand5 p, #custom-page #voucher.brand5 p, #custom-page #cta_image.brand5 p, #custom-page #dual-column.brand5 p {
    color: #000 !important; }
  #custom-page #cta.brand5 .btn-primary, #custom-page #accordion_split.brand5 .btn-primary, #custom-page #split-column.brand5 .btn-primary, #custom-page #marquee.brand5 .btn-primary, #custom-page #testimonials.brand5 .btn-primary, #custom-page #html.brand5 .btn-primary, #custom-page #wysiwyg.brand5 .btn-primary, #custom-page #spacer.brand5 .btn-primary, #custom-page #specialties.brand5 .btn-primary, #custom-page #header.brand5 .btn-primary, #custom-page #banner.brand5 .btn-primary, #custom-page #intro.brand5 .btn-primary, #custom-page #layout_section.brand5 .btn-primary, #custom-page #feature_bg.brand5 .btn-primary, #custom-page #voucher.brand5 .btn-primary, #custom-page #cta_image.brand5 .btn-primary, #custom-page #dual-column.brand5 .btn-primary {
    background-color: transparent;
    border: 2px solid #000;
    color: #000; }
  #custom-page #cta.brand5 .btn-primary:hover, #custom-page #accordion_split.brand5 .btn-primary:hover, #custom-page #split-column.brand5 .btn-primary:hover, #custom-page #marquee.brand5 .btn-primary:hover, #custom-page #testimonials.brand5 .btn-primary:hover, #custom-page #html.brand5 .btn-primary:hover, #custom-page #wysiwyg.brand5 .btn-primary:hover, #custom-page #spacer.brand5 .btn-primary:hover, #custom-page #specialties.brand5 .btn-primary:hover, #custom-page #header.brand5 .btn-primary:hover, #custom-page #banner.brand5 .btn-primary:hover, #custom-page #intro.brand5 .btn-primary:hover, #custom-page #layout_section.brand5 .btn-primary:hover, #custom-page #feature_bg.brand5 .btn-primary:hover, #custom-page #voucher.brand5 .btn-primary:hover, #custom-page #cta_image.brand5 .btn-primary:hover, #custom-page #dual-column.brand5 .btn-primary:hover {
    background-color: #000 !important;
    border: 2px solid #000 !important;
    color: #e0e0e0 !important; }
  #custom-page #cta.brand5 .service__link a, #custom-page #accordion_split.brand5 .service__link a, #custom-page #split-column.brand5 .service__link a, #custom-page #marquee.brand5 .service__link a, #custom-page #testimonials.brand5 .service__link a, #custom-page #html.brand5 .service__link a, #custom-page #wysiwyg.brand5 .service__link a, #custom-page #spacer.brand5 .service__link a, #custom-page #specialties.brand5 .service__link a, #custom-page #header.brand5 .service__link a, #custom-page #banner.brand5 .service__link a, #custom-page #intro.brand5 .service__link a, #custom-page #layout_section.brand5 .service__link a, #custom-page #feature_bg.brand5 .service__link a, #custom-page #voucher.brand5 .service__link a, #custom-page #cta_image.brand5 .service__link a, #custom-page #dual-column.brand5 .service__link a {
    color: #000; }
  #custom-page #cta.brand5 .accordion, #custom-page #accordion_split.brand5 .accordion, #custom-page #split-column.brand5 .accordion, #custom-page #marquee.brand5 .accordion, #custom-page #testimonials.brand5 .accordion, #custom-page #html.brand5 .accordion, #custom-page #wysiwyg.brand5 .accordion, #custom-page #spacer.brand5 .accordion, #custom-page #specialties.brand5 .accordion, #custom-page #header.brand5 .accordion, #custom-page #banner.brand5 .accordion, #custom-page #intro.brand5 .accordion, #custom-page #layout_section.brand5 .accordion, #custom-page #feature_bg.brand5 .accordion, #custom-page #voucher.brand5 .accordion, #custom-page #cta_image.brand5 .accordion, #custom-page #dual-column.brand5 .accordion {
    border-bottom: 2px solid #000; }
  #custom-page #cta.brand5 .accordion-body, #custom-page #accordion_split.brand5 .accordion-body, #custom-page #split-column.brand5 .accordion-body, #custom-page #marquee.brand5 .accordion-body, #custom-page #testimonials.brand5 .accordion-body, #custom-page #html.brand5 .accordion-body, #custom-page #wysiwyg.brand5 .accordion-body, #custom-page #spacer.brand5 .accordion-body, #custom-page #specialties.brand5 .accordion-body, #custom-page #header.brand5 .accordion-body, #custom-page #banner.brand5 .accordion-body, #custom-page #intro.brand5 .accordion-body, #custom-page #layout_section.brand5 .accordion-body, #custom-page #feature_bg.brand5 .accordion-body, #custom-page #voucher.brand5 .accordion-body, #custom-page #cta_image.brand5 .accordion-body, #custom-page #dual-column.brand5 .accordion-body {
    color: #000; }
  #custom-page #cta.brand5 .accordion-button, #custom-page #accordion_split.brand5 .accordion-button, #custom-page #split-column.brand5 .accordion-button, #custom-page #marquee.brand5 .accordion-button, #custom-page #testimonials.brand5 .accordion-button, #custom-page #html.brand5 .accordion-button, #custom-page #wysiwyg.brand5 .accordion-button, #custom-page #spacer.brand5 .accordion-button, #custom-page #specialties.brand5 .accordion-button, #custom-page #header.brand5 .accordion-button, #custom-page #banner.brand5 .accordion-button, #custom-page #intro.brand5 .accordion-button, #custom-page #layout_section.brand5 .accordion-button, #custom-page #feature_bg.brand5 .accordion-button, #custom-page #voucher.brand5 .accordion-button, #custom-page #cta_image.brand5 .accordion-button, #custom-page #dual-column.brand5 .accordion-button {
    color: #000;
    border-top: 2px solid #000; }
  #custom-page #cta.brand5 .accordion-button:not(.collapsed), #custom-page #accordion_split.brand5 .accordion-button:not(.collapsed), #custom-page #split-column.brand5 .accordion-button:not(.collapsed), #custom-page #marquee.brand5 .accordion-button:not(.collapsed), #custom-page #testimonials.brand5 .accordion-button:not(.collapsed), #custom-page #html.brand5 .accordion-button:not(.collapsed), #custom-page #wysiwyg.brand5 .accordion-button:not(.collapsed), #custom-page #spacer.brand5 .accordion-button:not(.collapsed), #custom-page #specialties.brand5 .accordion-button:not(.collapsed), #custom-page #header.brand5 .accordion-button:not(.collapsed), #custom-page #banner.brand5 .accordion-button:not(.collapsed), #custom-page #intro.brand5 .accordion-button:not(.collapsed), #custom-page #layout_section.brand5 .accordion-button:not(.collapsed), #custom-page #feature_bg.brand5 .accordion-button:not(.collapsed), #custom-page #voucher.brand5 .accordion-button:not(.collapsed), #custom-page #cta_image.brand5 .accordion-button:not(.collapsed), #custom-page #dual-column.brand5 .accordion-button:not(.collapsed) {
    color: #000; }
  #custom-page #cta.brand5 .accordion-button:focus, #custom-page #accordion_split.brand5 .accordion-button:focus, #custom-page #split-column.brand5 .accordion-button:focus, #custom-page #marquee.brand5 .accordion-button:focus, #custom-page #testimonials.brand5 .accordion-button:focus, #custom-page #html.brand5 .accordion-button:focus, #custom-page #wysiwyg.brand5 .accordion-button:focus, #custom-page #spacer.brand5 .accordion-button:focus, #custom-page #specialties.brand5 .accordion-button:focus, #custom-page #header.brand5 .accordion-button:focus, #custom-page #banner.brand5 .accordion-button:focus, #custom-page #intro.brand5 .accordion-button:focus, #custom-page #layout_section.brand5 .accordion-button:focus, #custom-page #feature_bg.brand5 .accordion-button:focus, #custom-page #voucher.brand5 .accordion-button:focus, #custom-page #cta_image.brand5 .accordion-button:focus, #custom-page #dual-column.brand5 .accordion-button:focus {
    border-top: 2px solid #000; }
  #custom-page #cta.brand5 .accordion_split__heading, #custom-page #accordion_split.brand5 .accordion_split__heading, #custom-page #split-column.brand5 .accordion_split__heading, #custom-page #marquee.brand5 .accordion_split__heading, #custom-page #testimonials.brand5 .accordion_split__heading, #custom-page #html.brand5 .accordion_split__heading, #custom-page #wysiwyg.brand5 .accordion_split__heading, #custom-page #spacer.brand5 .accordion_split__heading, #custom-page #specialties.brand5 .accordion_split__heading, #custom-page #header.brand5 .accordion_split__heading, #custom-page #banner.brand5 .accordion_split__heading, #custom-page #intro.brand5 .accordion_split__heading, #custom-page #layout_section.brand5 .accordion_split__heading, #custom-page #feature_bg.brand5 .accordion_split__heading, #custom-page #voucher.brand5 .accordion_split__heading, #custom-page #cta_image.brand5 .accordion_split__heading, #custom-page #dual-column.brand5 .accordion_split__heading {
    color: #084826 !important; }
  #custom-page #cta.brand5 .marquee span, #custom-page #accordion_split.brand5 .marquee span, #custom-page #split-column.brand5 .marquee span, #custom-page #marquee.brand5 .marquee span, #custom-page #testimonials.brand5 .marquee span, #custom-page #html.brand5 .marquee span, #custom-page #wysiwyg.brand5 .marquee span, #custom-page #spacer.brand5 .marquee span, #custom-page #specialties.brand5 .marquee span, #custom-page #header.brand5 .marquee span, #custom-page #banner.brand5 .marquee span, #custom-page #intro.brand5 .marquee span, #custom-page #layout_section.brand5 .marquee span, #custom-page #feature_bg.brand5 .marquee span, #custom-page #voucher.brand5 .marquee span, #custom-page #cta_image.brand5 .marquee span, #custom-page #dual-column.brand5 .marquee span {
    color: #e0e0e0; }
  #custom-page #cta.brand5 .intro__wrap, #custom-page #accordion_split.brand5 .intro__wrap, #custom-page #split-column.brand5 .intro__wrap, #custom-page #marquee.brand5 .intro__wrap, #custom-page #testimonials.brand5 .intro__wrap, #custom-page #html.brand5 .intro__wrap, #custom-page #wysiwyg.brand5 .intro__wrap, #custom-page #spacer.brand5 .intro__wrap, #custom-page #specialties.brand5 .intro__wrap, #custom-page #header.brand5 .intro__wrap, #custom-page #banner.brand5 .intro__wrap, #custom-page #intro.brand5 .intro__wrap, #custom-page #layout_section.brand5 .intro__wrap, #custom-page #feature_bg.brand5 .intro__wrap, #custom-page #voucher.brand5 .intro__wrap, #custom-page #cta_image.brand5 .intro__wrap, #custom-page #dual-column.brand5 .intro__wrap {
    background-image: url('../images/brand5-shape-middle.png'); }
  #custom-page #cta.brand5 .intro__heading, #custom-page #accordion_split.brand5 .intro__heading, #custom-page #split-column.brand5 .intro__heading, #custom-page #marquee.brand5 .intro__heading, #custom-page #testimonials.brand5 .intro__heading, #custom-page #html.brand5 .intro__heading, #custom-page #wysiwyg.brand5 .intro__heading, #custom-page #spacer.brand5 .intro__heading, #custom-page #specialties.brand5 .intro__heading, #custom-page #header.brand5 .intro__heading, #custom-page #banner.brand5 .intro__heading, #custom-page #intro.brand5 .intro__heading, #custom-page #layout_section.brand5 .intro__heading, #custom-page #feature_bg.brand5 .intro__heading, #custom-page #voucher.brand5 .intro__heading, #custom-page #cta_image.brand5 .intro__heading, #custom-page #dual-column.brand5 .intro__heading, #custom-page #cta.brand5 .intro__subheading, #custom-page #accordion_split.brand5 .intro__subheading, #custom-page #split-column.brand5 .intro__subheading, #custom-page #marquee.brand5 .intro__subheading, #custom-page #testimonials.brand5 .intro__subheading, #custom-page #html.brand5 .intro__subheading, #custom-page #wysiwyg.brand5 .intro__subheading, #custom-page #spacer.brand5 .intro__subheading, #custom-page #specialties.brand5 .intro__subheading, #custom-page #header.brand5 .intro__subheading, #custom-page #banner.brand5 .intro__subheading, #custom-page #intro.brand5 .intro__subheading, #custom-page #layout_section.brand5 .intro__subheading, #custom-page #feature_bg.brand5 .intro__subheading, #custom-page #voucher.brand5 .intro__subheading, #custom-page #cta_image.brand5 .intro__subheading, #custom-page #dual-column.brand5 .intro__subheading {
    color: #084826 !important; }
  #custom-page #cta.brand5 .about__sub-heading, #custom-page #accordion_split.brand5 .about__sub-heading, #custom-page #split-column.brand5 .about__sub-heading, #custom-page #marquee.brand5 .about__sub-heading, #custom-page #testimonials.brand5 .about__sub-heading, #custom-page #html.brand5 .about__sub-heading, #custom-page #wysiwyg.brand5 .about__sub-heading, #custom-page #spacer.brand5 .about__sub-heading, #custom-page #specialties.brand5 .about__sub-heading, #custom-page #header.brand5 .about__sub-heading, #custom-page #banner.brand5 .about__sub-heading, #custom-page #intro.brand5 .about__sub-heading, #custom-page #layout_section.brand5 .about__sub-heading, #custom-page #feature_bg.brand5 .about__sub-heading, #custom-page #voucher.brand5 .about__sub-heading, #custom-page #cta_image.brand5 .about__sub-heading, #custom-page #dual-column.brand5 .about__sub-heading {
    color: #084826 !important; }
  #custom-page #cta.brand5 .about__sub-content h1, #custom-page #accordion_split.brand5 .about__sub-content h1, #custom-page #split-column.brand5 .about__sub-content h1, #custom-page #marquee.brand5 .about__sub-content h1, #custom-page #testimonials.brand5 .about__sub-content h1, #custom-page #html.brand5 .about__sub-content h1, #custom-page #wysiwyg.brand5 .about__sub-content h1, #custom-page #spacer.brand5 .about__sub-content h1, #custom-page #specialties.brand5 .about__sub-content h1, #custom-page #header.brand5 .about__sub-content h1, #custom-page #banner.brand5 .about__sub-content h1, #custom-page #intro.brand5 .about__sub-content h1, #custom-page #layout_section.brand5 .about__sub-content h1, #custom-page #feature_bg.brand5 .about__sub-content h1, #custom-page #voucher.brand5 .about__sub-content h1, #custom-page #cta_image.brand5 .about__sub-content h1, #custom-page #dual-column.brand5 .about__sub-content h1, #custom-page #cta.brand5 .about__sub-content h2, #custom-page #accordion_split.brand5 .about__sub-content h2, #custom-page #split-column.brand5 .about__sub-content h2, #custom-page #marquee.brand5 .about__sub-content h2, #custom-page #testimonials.brand5 .about__sub-content h2, #custom-page #html.brand5 .about__sub-content h2, #custom-page #wysiwyg.brand5 .about__sub-content h2, #custom-page #spacer.brand5 .about__sub-content h2, #custom-page #specialties.brand5 .about__sub-content h2, #custom-page #header.brand5 .about__sub-content h2, #custom-page #banner.brand5 .about__sub-content h2, #custom-page #intro.brand5 .about__sub-content h2, #custom-page #layout_section.brand5 .about__sub-content h2, #custom-page #feature_bg.brand5 .about__sub-content h2, #custom-page #voucher.brand5 .about__sub-content h2, #custom-page #cta_image.brand5 .about__sub-content h2, #custom-page #dual-column.brand5 .about__sub-content h2, #custom-page #cta.brand5 .about__sub-content h3, #custom-page #accordion_split.brand5 .about__sub-content h3, #custom-page #split-column.brand5 .about__sub-content h3, #custom-page #marquee.brand5 .about__sub-content h3, #custom-page #testimonials.brand5 .about__sub-content h3, #custom-page #html.brand5 .about__sub-content h3, #custom-page #wysiwyg.brand5 .about__sub-content h3, #custom-page #spacer.brand5 .about__sub-content h3, #custom-page #specialties.brand5 .about__sub-content h3, #custom-page #header.brand5 .about__sub-content h3, #custom-page #banner.brand5 .about__sub-content h3, #custom-page #intro.brand5 .about__sub-content h3, #custom-page #layout_section.brand5 .about__sub-content h3, #custom-page #feature_bg.brand5 .about__sub-content h3, #custom-page #voucher.brand5 .about__sub-content h3, #custom-page #cta_image.brand5 .about__sub-content h3, #custom-page #dual-column.brand5 .about__sub-content h3, #custom-page #cta.brand5 .about__sub-content h4, #custom-page #accordion_split.brand5 .about__sub-content h4, #custom-page #split-column.brand5 .about__sub-content h4, #custom-page #marquee.brand5 .about__sub-content h4, #custom-page #testimonials.brand5 .about__sub-content h4, #custom-page #html.brand5 .about__sub-content h4, #custom-page #wysiwyg.brand5 .about__sub-content h4, #custom-page #spacer.brand5 .about__sub-content h4, #custom-page #specialties.brand5 .about__sub-content h4, #custom-page #header.brand5 .about__sub-content h4, #custom-page #banner.brand5 .about__sub-content h4, #custom-page #intro.brand5 .about__sub-content h4, #custom-page #layout_section.brand5 .about__sub-content h4, #custom-page #feature_bg.brand5 .about__sub-content h4, #custom-page #voucher.brand5 .about__sub-content h4, #custom-page #cta_image.brand5 .about__sub-content h4, #custom-page #dual-column.brand5 .about__sub-content h4, #custom-page #cta.brand5 .about__sub-content h5, #custom-page #accordion_split.brand5 .about__sub-content h5, #custom-page #split-column.brand5 .about__sub-content h5, #custom-page #marquee.brand5 .about__sub-content h5, #custom-page #testimonials.brand5 .about__sub-content h5, #custom-page #html.brand5 .about__sub-content h5, #custom-page #wysiwyg.brand5 .about__sub-content h5, #custom-page #spacer.brand5 .about__sub-content h5, #custom-page #specialties.brand5 .about__sub-content h5, #custom-page #header.brand5 .about__sub-content h5, #custom-page #banner.brand5 .about__sub-content h5, #custom-page #intro.brand5 .about__sub-content h5, #custom-page #layout_section.brand5 .about__sub-content h5, #custom-page #feature_bg.brand5 .about__sub-content h5, #custom-page #voucher.brand5 .about__sub-content h5, #custom-page #cta_image.brand5 .about__sub-content h5, #custom-page #dual-column.brand5 .about__sub-content h5, #custom-page #cta.brand5 .about__sub-content h6, #custom-page #accordion_split.brand5 .about__sub-content h6, #custom-page #split-column.brand5 .about__sub-content h6, #custom-page #marquee.brand5 .about__sub-content h6, #custom-page #testimonials.brand5 .about__sub-content h6, #custom-page #html.brand5 .about__sub-content h6, #custom-page #wysiwyg.brand5 .about__sub-content h6, #custom-page #spacer.brand5 .about__sub-content h6, #custom-page #specialties.brand5 .about__sub-content h6, #custom-page #header.brand5 .about__sub-content h6, #custom-page #banner.brand5 .about__sub-content h6, #custom-page #intro.brand5 .about__sub-content h6, #custom-page #layout_section.brand5 .about__sub-content h6, #custom-page #feature_bg.brand5 .about__sub-content h6, #custom-page #voucher.brand5 .about__sub-content h6, #custom-page #cta_image.brand5 .about__sub-content h6, #custom-page #dual-column.brand5 .about__sub-content h6 {
    color: #084826 !important; }
  #custom-page #cta.brand5 .feature__heading, #custom-page #accordion_split.brand5 .feature__heading, #custom-page #split-column.brand5 .feature__heading, #custom-page #marquee.brand5 .feature__heading, #custom-page #testimonials.brand5 .feature__heading, #custom-page #html.brand5 .feature__heading, #custom-page #wysiwyg.brand5 .feature__heading, #custom-page #spacer.brand5 .feature__heading, #custom-page #specialties.brand5 .feature__heading, #custom-page #header.brand5 .feature__heading, #custom-page #banner.brand5 .feature__heading, #custom-page #intro.brand5 .feature__heading, #custom-page #layout_section.brand5 .feature__heading, #custom-page #feature_bg.brand5 .feature__heading, #custom-page #voucher.brand5 .feature__heading, #custom-page #cta_image.brand5 .feature__heading, #custom-page #dual-column.brand5 .feature__heading {
    border: 3px solid #000 !important; }
  #custom-page #cta.brand5 .feature__heading h2, #custom-page #accordion_split.brand5 .feature__heading h2, #custom-page #split-column.brand5 .feature__heading h2, #custom-page #marquee.brand5 .feature__heading h2, #custom-page #testimonials.brand5 .feature__heading h2, #custom-page #html.brand5 .feature__heading h2, #custom-page #wysiwyg.brand5 .feature__heading h2, #custom-page #spacer.brand5 .feature__heading h2, #custom-page #specialties.brand5 .feature__heading h2, #custom-page #header.brand5 .feature__heading h2, #custom-page #banner.brand5 .feature__heading h2, #custom-page #intro.brand5 .feature__heading h2, #custom-page #layout_section.brand5 .feature__heading h2, #custom-page #feature_bg.brand5 .feature__heading h2, #custom-page #voucher.brand5 .feature__heading h2, #custom-page #cta_image.brand5 .feature__heading h2, #custom-page #dual-column.brand5 .feature__heading h2 {
    color: #000 !important; }
  #custom-page #cta.brand5 .feature__heading svg rect, #custom-page #accordion_split.brand5 .feature__heading svg rect, #custom-page #split-column.brand5 .feature__heading svg rect, #custom-page #marquee.brand5 .feature__heading svg rect, #custom-page #testimonials.brand5 .feature__heading svg rect, #custom-page #html.brand5 .feature__heading svg rect, #custom-page #wysiwyg.brand5 .feature__heading svg rect, #custom-page #spacer.brand5 .feature__heading svg rect, #custom-page #specialties.brand5 .feature__heading svg rect, #custom-page #header.brand5 .feature__heading svg rect, #custom-page #banner.brand5 .feature__heading svg rect, #custom-page #intro.brand5 .feature__heading svg rect, #custom-page #layout_section.brand5 .feature__heading svg rect, #custom-page #feature_bg.brand5 .feature__heading svg rect, #custom-page #voucher.brand5 .feature__heading svg rect, #custom-page #cta_image.brand5 .feature__heading svg rect, #custom-page #dual-column.brand5 .feature__heading svg rect {
    fill: #000 !important; }
  #custom-page #cta.brand5 .feature__subheading, #custom-page #accordion_split.brand5 .feature__subheading, #custom-page #split-column.brand5 .feature__subheading, #custom-page #marquee.brand5 .feature__subheading, #custom-page #testimonials.brand5 .feature__subheading, #custom-page #html.brand5 .feature__subheading, #custom-page #wysiwyg.brand5 .feature__subheading, #custom-page #spacer.brand5 .feature__subheading, #custom-page #specialties.brand5 .feature__subheading, #custom-page #header.brand5 .feature__subheading, #custom-page #banner.brand5 .feature__subheading, #custom-page #intro.brand5 .feature__subheading, #custom-page #layout_section.brand5 .feature__subheading, #custom-page #feature_bg.brand5 .feature__subheading, #custom-page #voucher.brand5 .feature__subheading, #custom-page #cta_image.brand5 .feature__subheading, #custom-page #dual-column.brand5 .feature__subheading {
    color: #084826 !important; }
  #custom-page #cta.brand5 .animate-line .reveal-line, #custom-page #accordion_split.brand5 .animate-line .reveal-line, #custom-page #split-column.brand5 .animate-line .reveal-line, #custom-page #marquee.brand5 .animate-line .reveal-line, #custom-page #testimonials.brand5 .animate-line .reveal-line, #custom-page #html.brand5 .animate-line .reveal-line, #custom-page #wysiwyg.brand5 .animate-line .reveal-line, #custom-page #spacer.brand5 .animate-line .reveal-line, #custom-page #specialties.brand5 .animate-line .reveal-line, #custom-page #header.brand5 .animate-line .reveal-line, #custom-page #banner.brand5 .animate-line .reveal-line, #custom-page #intro.brand5 .animate-line .reveal-line, #custom-page #layout_section.brand5 .animate-line .reveal-line, #custom-page #feature_bg.brand5 .animate-line .reveal-line, #custom-page #voucher.brand5 .animate-line .reveal-line, #custom-page #cta_image.brand5 .animate-line .reveal-line, #custom-page #dual-column.brand5 .animate-line .reveal-line {
    background-color: #000 !important; }
  #custom-page #cta.brand5 .cta__heading, #custom-page #accordion_split.brand5 .cta__heading, #custom-page #split-column.brand5 .cta__heading, #custom-page #marquee.brand5 .cta__heading, #custom-page #testimonials.brand5 .cta__heading, #custom-page #html.brand5 .cta__heading, #custom-page #wysiwyg.brand5 .cta__heading, #custom-page #spacer.brand5 .cta__heading, #custom-page #specialties.brand5 .cta__heading, #custom-page #header.brand5 .cta__heading, #custom-page #banner.brand5 .cta__heading, #custom-page #intro.brand5 .cta__heading, #custom-page #layout_section.brand5 .cta__heading, #custom-page #feature_bg.brand5 .cta__heading, #custom-page #voucher.brand5 .cta__heading, #custom-page #cta_image.brand5 .cta__heading, #custom-page #dual-column.brand5 .cta__heading {
    color: #084826 !important; }
  #custom-page #cta.brand5 .cta__content, #custom-page #accordion_split.brand5 .cta__content, #custom-page #split-column.brand5 .cta__content, #custom-page #marquee.brand5 .cta__content, #custom-page #testimonials.brand5 .cta__content, #custom-page #html.brand5 .cta__content, #custom-page #wysiwyg.brand5 .cta__content, #custom-page #spacer.brand5 .cta__content, #custom-page #specialties.brand5 .cta__content, #custom-page #header.brand5 .cta__content, #custom-page #banner.brand5 .cta__content, #custom-page #intro.brand5 .cta__content, #custom-page #layout_section.brand5 .cta__content, #custom-page #feature_bg.brand5 .cta__content, #custom-page #voucher.brand5 .cta__content, #custom-page #cta_image.brand5 .cta__content, #custom-page #dual-column.brand5 .cta__content {
    color: #000 !important; }
  #custom-page #cta.brand5 .voucher, #custom-page #accordion_split.brand5 .voucher, #custom-page #split-column.brand5 .voucher, #custom-page #marquee.brand5 .voucher, #custom-page #testimonials.brand5 .voucher, #custom-page #html.brand5 .voucher, #custom-page #wysiwyg.brand5 .voucher, #custom-page #spacer.brand5 .voucher, #custom-page #specialties.brand5 .voucher, #custom-page #header.brand5 .voucher, #custom-page #banner.brand5 .voucher, #custom-page #intro.brand5 .voucher, #custom-page #layout_section.brand5 .voucher, #custom-page #feature_bg.brand5 .voucher, #custom-page #voucher.brand5 .voucher, #custom-page #cta_image.brand5 .voucher, #custom-page #dual-column.brand5 .voucher {
    border: 3px solid #000; }
  #custom-page #cta.brand5 .voucher__heading, #custom-page #accordion_split.brand5 .voucher__heading, #custom-page #split-column.brand5 .voucher__heading, #custom-page #marquee.brand5 .voucher__heading, #custom-page #testimonials.brand5 .voucher__heading, #custom-page #html.brand5 .voucher__heading, #custom-page #wysiwyg.brand5 .voucher__heading, #custom-page #spacer.brand5 .voucher__heading, #custom-page #specialties.brand5 .voucher__heading, #custom-page #header.brand5 .voucher__heading, #custom-page #banner.brand5 .voucher__heading, #custom-page #intro.brand5 .voucher__heading, #custom-page #layout_section.brand5 .voucher__heading, #custom-page #feature_bg.brand5 .voucher__heading, #custom-page #voucher.brand5 .voucher__heading, #custom-page #cta_image.brand5 .voucher__heading, #custom-page #dual-column.brand5 .voucher__heading {
    color: #084826 !important; }
  #custom-page #cta.brand5 .cta-image__heading, #custom-page #accordion_split.brand5 .cta-image__heading, #custom-page #split-column.brand5 .cta-image__heading, #custom-page #marquee.brand5 .cta-image__heading, #custom-page #testimonials.brand5 .cta-image__heading, #custom-page #html.brand5 .cta-image__heading, #custom-page #wysiwyg.brand5 .cta-image__heading, #custom-page #spacer.brand5 .cta-image__heading, #custom-page #specialties.brand5 .cta-image__heading, #custom-page #header.brand5 .cta-image__heading, #custom-page #banner.brand5 .cta-image__heading, #custom-page #intro.brand5 .cta-image__heading, #custom-page #layout_section.brand5 .cta-image__heading, #custom-page #feature_bg.brand5 .cta-image__heading, #custom-page #voucher.brand5 .cta-image__heading, #custom-page #cta_image.brand5 .cta-image__heading, #custom-page #dual-column.brand5 .cta-image__heading {
    color: #084826 !important; }
  #custom-page #cta.brand5 .cta-image__heading a, #custom-page #accordion_split.brand5 .cta-image__heading a, #custom-page #split-column.brand5 .cta-image__heading a, #custom-page #marquee.brand5 .cta-image__heading a, #custom-page #testimonials.brand5 .cta-image__heading a, #custom-page #html.brand5 .cta-image__heading a, #custom-page #wysiwyg.brand5 .cta-image__heading a, #custom-page #spacer.brand5 .cta-image__heading a, #custom-page #specialties.brand5 .cta-image__heading a, #custom-page #header.brand5 .cta-image__heading a, #custom-page #banner.brand5 .cta-image__heading a, #custom-page #intro.brand5 .cta-image__heading a, #custom-page #layout_section.brand5 .cta-image__heading a, #custom-page #feature_bg.brand5 .cta-image__heading a, #custom-page #voucher.brand5 .cta-image__heading a, #custom-page #cta_image.brand5 .cta-image__heading a, #custom-page #dual-column.brand5 .cta-image__heading a {
    color: #084826; }
  #custom-page #cta.brand5 .cta-image__content, #custom-page #accordion_split.brand5 .cta-image__content, #custom-page #split-column.brand5 .cta-image__content, #custom-page #marquee.brand5 .cta-image__content, #custom-page #testimonials.brand5 .cta-image__content, #custom-page #html.brand5 .cta-image__content, #custom-page #wysiwyg.brand5 .cta-image__content, #custom-page #spacer.brand5 .cta-image__content, #custom-page #specialties.brand5 .cta-image__content, #custom-page #header.brand5 .cta-image__content, #custom-page #banner.brand5 .cta-image__content, #custom-page #intro.brand5 .cta-image__content, #custom-page #layout_section.brand5 .cta-image__content, #custom-page #feature_bg.brand5 .cta-image__content, #custom-page #voucher.brand5 .cta-image__content, #custom-page #cta_image.brand5 .cta-image__content, #custom-page #dual-column.brand5 .cta-image__content, #custom-page #cta.brand5 .cta-image__subcontent, #custom-page #accordion_split.brand5 .cta-image__subcontent, #custom-page #split-column.brand5 .cta-image__subcontent, #custom-page #marquee.brand5 .cta-image__subcontent, #custom-page #testimonials.brand5 .cta-image__subcontent, #custom-page #html.brand5 .cta-image__subcontent, #custom-page #wysiwyg.brand5 .cta-image__subcontent, #custom-page #spacer.brand5 .cta-image__subcontent, #custom-page #specialties.brand5 .cta-image__subcontent, #custom-page #header.brand5 .cta-image__subcontent, #custom-page #banner.brand5 .cta-image__subcontent, #custom-page #intro.brand5 .cta-image__subcontent, #custom-page #layout_section.brand5 .cta-image__subcontent, #custom-page #feature_bg.brand5 .cta-image__subcontent, #custom-page #voucher.brand5 .cta-image__subcontent, #custom-page #cta_image.brand5 .cta-image__subcontent, #custom-page #dual-column.brand5 .cta-image__subcontent {
    color: #000 !important; }
  #custom-page #cta.brand5 .cta-image__content a, #custom-page #accordion_split.brand5 .cta-image__content a, #custom-page #split-column.brand5 .cta-image__content a, #custom-page #marquee.brand5 .cta-image__content a, #custom-page #testimonials.brand5 .cta-image__content a, #custom-page #html.brand5 .cta-image__content a, #custom-page #wysiwyg.brand5 .cta-image__content a, #custom-page #spacer.brand5 .cta-image__content a, #custom-page #specialties.brand5 .cta-image__content a, #custom-page #header.brand5 .cta-image__content a, #custom-page #banner.brand5 .cta-image__content a, #custom-page #intro.brand5 .cta-image__content a, #custom-page #layout_section.brand5 .cta-image__content a, #custom-page #feature_bg.brand5 .cta-image__content a, #custom-page #voucher.brand5 .cta-image__content a, #custom-page #cta_image.brand5 .cta-image__content a, #custom-page #dual-column.brand5 .cta-image__content a, #custom-page #cta.brand5 .cta-image__subcontent a, #custom-page #accordion_split.brand5 .cta-image__subcontent a, #custom-page #split-column.brand5 .cta-image__subcontent a, #custom-page #marquee.brand5 .cta-image__subcontent a, #custom-page #testimonials.brand5 .cta-image__subcontent a, #custom-page #html.brand5 .cta-image__subcontent a, #custom-page #wysiwyg.brand5 .cta-image__subcontent a, #custom-page #spacer.brand5 .cta-image__subcontent a, #custom-page #specialties.brand5 .cta-image__subcontent a, #custom-page #header.brand5 .cta-image__subcontent a, #custom-page #banner.brand5 .cta-image__subcontent a, #custom-page #intro.brand5 .cta-image__subcontent a, #custom-page #layout_section.brand5 .cta-image__subcontent a, #custom-page #feature_bg.brand5 .cta-image__subcontent a, #custom-page #voucher.brand5 .cta-image__subcontent a, #custom-page #cta_image.brand5 .cta-image__subcontent a, #custom-page #dual-column.brand5 .cta-image__subcontent a {
    color: #000; }
  #custom-page #cta.brand5 .wysiwyg__editor h1, #custom-page #accordion_split.brand5 .wysiwyg__editor h1, #custom-page #split-column.brand5 .wysiwyg__editor h1, #custom-page #marquee.brand5 .wysiwyg__editor h1, #custom-page #testimonials.brand5 .wysiwyg__editor h1, #custom-page #html.brand5 .wysiwyg__editor h1, #custom-page #wysiwyg.brand5 .wysiwyg__editor h1, #custom-page #spacer.brand5 .wysiwyg__editor h1, #custom-page #specialties.brand5 .wysiwyg__editor h1, #custom-page #header.brand5 .wysiwyg__editor h1, #custom-page #banner.brand5 .wysiwyg__editor h1, #custom-page #intro.brand5 .wysiwyg__editor h1, #custom-page #layout_section.brand5 .wysiwyg__editor h1, #custom-page #feature_bg.brand5 .wysiwyg__editor h1, #custom-page #voucher.brand5 .wysiwyg__editor h1, #custom-page #cta_image.brand5 .wysiwyg__editor h1, #custom-page #dual-column.brand5 .wysiwyg__editor h1, #custom-page #cta.brand5 .wysiwyg__editor h2, #custom-page #accordion_split.brand5 .wysiwyg__editor h2, #custom-page #split-column.brand5 .wysiwyg__editor h2, #custom-page #marquee.brand5 .wysiwyg__editor h2, #custom-page #testimonials.brand5 .wysiwyg__editor h2, #custom-page #html.brand5 .wysiwyg__editor h2, #custom-page #wysiwyg.brand5 .wysiwyg__editor h2, #custom-page #spacer.brand5 .wysiwyg__editor h2, #custom-page #specialties.brand5 .wysiwyg__editor h2, #custom-page #header.brand5 .wysiwyg__editor h2, #custom-page #banner.brand5 .wysiwyg__editor h2, #custom-page #intro.brand5 .wysiwyg__editor h2, #custom-page #layout_section.brand5 .wysiwyg__editor h2, #custom-page #feature_bg.brand5 .wysiwyg__editor h2, #custom-page #voucher.brand5 .wysiwyg__editor h2, #custom-page #cta_image.brand5 .wysiwyg__editor h2, #custom-page #dual-column.brand5 .wysiwyg__editor h2, #custom-page #cta.brand5 .wysiwyg__editor h3, #custom-page #accordion_split.brand5 .wysiwyg__editor h3, #custom-page #split-column.brand5 .wysiwyg__editor h3, #custom-page #marquee.brand5 .wysiwyg__editor h3, #custom-page #testimonials.brand5 .wysiwyg__editor h3, #custom-page #html.brand5 .wysiwyg__editor h3, #custom-page #wysiwyg.brand5 .wysiwyg__editor h3, #custom-page #spacer.brand5 .wysiwyg__editor h3, #custom-page #specialties.brand5 .wysiwyg__editor h3, #custom-page #header.brand5 .wysiwyg__editor h3, #custom-page #banner.brand5 .wysiwyg__editor h3, #custom-page #intro.brand5 .wysiwyg__editor h3, #custom-page #layout_section.brand5 .wysiwyg__editor h3, #custom-page #feature_bg.brand5 .wysiwyg__editor h3, #custom-page #voucher.brand5 .wysiwyg__editor h3, #custom-page #cta_image.brand5 .wysiwyg__editor h3, #custom-page #dual-column.brand5 .wysiwyg__editor h3, #custom-page #cta.brand5 .wysiwyg__editor h4, #custom-page #accordion_split.brand5 .wysiwyg__editor h4, #custom-page #split-column.brand5 .wysiwyg__editor h4, #custom-page #marquee.brand5 .wysiwyg__editor h4, #custom-page #testimonials.brand5 .wysiwyg__editor h4, #custom-page #html.brand5 .wysiwyg__editor h4, #custom-page #wysiwyg.brand5 .wysiwyg__editor h4, #custom-page #spacer.brand5 .wysiwyg__editor h4, #custom-page #specialties.brand5 .wysiwyg__editor h4, #custom-page #header.brand5 .wysiwyg__editor h4, #custom-page #banner.brand5 .wysiwyg__editor h4, #custom-page #intro.brand5 .wysiwyg__editor h4, #custom-page #layout_section.brand5 .wysiwyg__editor h4, #custom-page #feature_bg.brand5 .wysiwyg__editor h4, #custom-page #voucher.brand5 .wysiwyg__editor h4, #custom-page #cta_image.brand5 .wysiwyg__editor h4, #custom-page #dual-column.brand5 .wysiwyg__editor h4, #custom-page #cta.brand5 .wysiwyg__editor h5, #custom-page #accordion_split.brand5 .wysiwyg__editor h5, #custom-page #split-column.brand5 .wysiwyg__editor h5, #custom-page #marquee.brand5 .wysiwyg__editor h5, #custom-page #testimonials.brand5 .wysiwyg__editor h5, #custom-page #html.brand5 .wysiwyg__editor h5, #custom-page #wysiwyg.brand5 .wysiwyg__editor h5, #custom-page #spacer.brand5 .wysiwyg__editor h5, #custom-page #specialties.brand5 .wysiwyg__editor h5, #custom-page #header.brand5 .wysiwyg__editor h5, #custom-page #banner.brand5 .wysiwyg__editor h5, #custom-page #intro.brand5 .wysiwyg__editor h5, #custom-page #layout_section.brand5 .wysiwyg__editor h5, #custom-page #feature_bg.brand5 .wysiwyg__editor h5, #custom-page #voucher.brand5 .wysiwyg__editor h5, #custom-page #cta_image.brand5 .wysiwyg__editor h5, #custom-page #dual-column.brand5 .wysiwyg__editor h5, #custom-page #cta.brand5 .wysiwyg__editor h6, #custom-page #accordion_split.brand5 .wysiwyg__editor h6, #custom-page #split-column.brand5 .wysiwyg__editor h6, #custom-page #marquee.brand5 .wysiwyg__editor h6, #custom-page #testimonials.brand5 .wysiwyg__editor h6, #custom-page #html.brand5 .wysiwyg__editor h6, #custom-page #wysiwyg.brand5 .wysiwyg__editor h6, #custom-page #spacer.brand5 .wysiwyg__editor h6, #custom-page #specialties.brand5 .wysiwyg__editor h6, #custom-page #header.brand5 .wysiwyg__editor h6, #custom-page #banner.brand5 .wysiwyg__editor h6, #custom-page #intro.brand5 .wysiwyg__editor h6, #custom-page #layout_section.brand5 .wysiwyg__editor h6, #custom-page #feature_bg.brand5 .wysiwyg__editor h6, #custom-page #voucher.brand5 .wysiwyg__editor h6, #custom-page #cta_image.brand5 .wysiwyg__editor h6, #custom-page #dual-column.brand5 .wysiwyg__editor h6 {
    color: #084826 !important; }
  #custom-page #cta.brand5 .dual__heading, #custom-page #accordion_split.brand5 .dual__heading, #custom-page #split-column.brand5 .dual__heading, #custom-page #marquee.brand5 .dual__heading, #custom-page #testimonials.brand5 .dual__heading, #custom-page #html.brand5 .dual__heading, #custom-page #wysiwyg.brand5 .dual__heading, #custom-page #spacer.brand5 .dual__heading, #custom-page #specialties.brand5 .dual__heading, #custom-page #header.brand5 .dual__heading, #custom-page #banner.brand5 .dual__heading, #custom-page #intro.brand5 .dual__heading, #custom-page #layout_section.brand5 .dual__heading, #custom-page #feature_bg.brand5 .dual__heading, #custom-page #voucher.brand5 .dual__heading, #custom-page #cta_image.brand5 .dual__heading, #custom-page #dual-column.brand5 .dual__heading {
    color: #084826 !important; }
  #custom-page #header {
    padding: var(--ym) var(--xm); }
  #custom-page #header .header__heading {
    font-size: var(--h1_size);
    font-family: 'Orbitron', serif;
    line-height: 120%;
    padding: 0px;
    margin: 0px; }
  #custom-page #header .header__content {
    font-size: calc(var(--content_size) + 30%); }
  #custom-page #header .header__image {
    padding-top: 40px; }
  #custom-page #header .header__image img {
    width: 100%; }
  #custom-page #header .col-xl-6 {
    display: flex;
    flex-direction: column;
    justify-content: center; }
  #custom-page #marquee .marquee__inner {
    animation: marquee 60s linear infinite !important;
    -webkit-animation: marquee 60s linear infinite !important; }
  #custom-page #marquee .marquee__inner span {
    font-family: 'Orbitron', serif !important;
    font-size: var(--font_64);
    line-height: 100%;
    padding: 0 10px !important;
    min-height: 60px; }
  #custom-page #intro-animated .intro-animated {
    padding: var(--ym) var(--xm); }
  #custom-page #intro-animated .intro-animated__heading {
    font-size: var(--font_48);
    font-style: normal;
    font-weight: 900;
    line-height: normal;
    letter-spacing: 1.2px;
    text-transform: uppercase; }
  #custom-page #intro.brand1, #custom-page #intro.brand2, #custom-page #intro.brand3, #custom-page #intro.brand4, #custom-page #intro.brand5 {
    background: #000 !important; }
  #custom-page #intro {
    padding: 40px var(--xm) var(--ym) var(--xm); }
  #custom-page #intro .intro__shape {
    max-width: 1811px;
    margin: 0 auto; }
  #custom-page #intro .intro__wrap {
    padding: 40px 95px;
    background-repeat: repeat-y;
    background-size: 100%;
    position: relative;
    z-index: 3; }
  #custom-page #intro .intro__flex {
    display: flex; }
  #custom-page #intro .intro__heading {
    color: #000;
    font-size: var(--font_64);
    font-style: normal;
    font-weight: 900;
    line-height: normal;
    letter-spacing: 1.6px;
    margin-bottom: 9.5vw;
    text-transform: uppercase !important; }
  #custom-page #intro .intro__heading span {
    font-family: 'Google Sans Code', sans-serif !important; }
  #custom-page #intro .intro__subheading {
    color: #000;
    font-size: var(--font_48);
    font-style: normal;
    font-weight: 900;
    line-height: normal;
    letter-spacing: 1.2px;
    width: 40%;
    font-family: 'Orbitron', serif;
    text-transform: uppercase !important; }
  #custom-page #intro .intro__subheading span {
    font-family: 'Google Sans Code', sans-serif !important; }
  #custom-page #intro .intro__content {
    color: #000;
    width: 60%; }
  #custom-page #intro .intro__subheading.active, #custom-page #intro .intro__content.active {
    opacity: 1; }
  #custom-page #split-column {
    padding: var(--ym) var(--xm); }
  #custom-page #split-column .split__image {
    width: 100%;
    height: 100%; }
  #custom-page #split-column .split__image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 20px; }
  #custom-page #split-column .split__wrap {
    padding-left: 10%;
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center; }
  #custom-page #split-column .split__heading {
    font-size: var(--font_48);
    font-family: 'Orbitron', serif;
    line-height: 120%;
    text-transform: uppercase; }
  #custom-page #split-column .split__content {
    padding: 40px 0px; }
  #custom-page #split-column .container-fluid.right .row {
    flex-direction: row-reverse; }
  #custom-page #split-column .container-fluid.right .split__wrap {
    padding-left: 0px;
    padding-right: 10%; }
  #custom-page #layout_section {
    padding: var(--ym) var(--xm); }
  #custom-page #layout_section .about__sub-flex {
    display: flex; }
  #custom-page #layout_section .about__sub-flex > div:first-child {
    width: 50%;
    padding-right: 110px; }
  #custom-page #layout_section .about__sub-flex > div:last-child {
    width: 50%; }
  #custom-page #layout_section .about__sub-heading {
    font-size: var(--font_64);
    font-weight: 900;
    letter-spacing: 1.6px;
    color: #e0e0e0;
    text-align: center;
    line-height: 120%;
    text-transform: uppercase;
    max-width: 1350px;
    margin: 0 auto 100px auto;
    min-height: 230px; }
  #custom-page #layout_section .about__sub-booking {
    padding-top: 130px;
    margin-bottom: 40px; }
  #custom-page #layout_section .about__sub-booking h1, #custom-page #layout_section .about__sub-booking h2, #custom-page #layout_section .about__sub-booking h3, #custom-page #layout_section .about__sub-booking h4, #custom-page #layout_section .about__sub-booking h5, #custom-page #layout_section .about__sub-booking h6 {
    font-size: var(--font_36);
    font-weight: 900;
    letter-spacing: 0.9px; }
  #custom-page #layout_section .about__sub-content h1, #custom-page #layout_section .about__sub-content h2, #custom-page #layout_section .about__sub-content h3, #custom-page #layout_section .about__sub-content h4, #custom-page #layout_section .about__sub-content h5, #custom-page #layout_section .about__sub-content h6 {
    font-size: var(--font_40);
    font-weight: 900;
    letter-spacing: 0.9px; }
  #custom-page #layout_section .about__sub-media img, #custom-page #layout_section .about__sub-media video {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 20px; }
  #custom-page #dual-column {
    padding: var(--ym) var(--xm); }
  #custom-page #dual-column .dual__wrap {
    padding-left: 10%;
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center; }
  #custom-page #dual-column .dual__heading {
    font-size: var(--font_48);
    font-family: 'Orbitron', serif;
    line-height: 120%;
    text-transform: uppercase; }
  #custom-page #dual-column .dual__content {
    padding: 0px 0px 40px 0px; }
  #custom-page #dual-column .dual__subcontent {
    padding: 40px 0px; }
  #custom-page #dual-column .dual__left h1, #custom-page #dual-column .dual__right h1, #custom-page #dual-column .dual__left h2, #custom-page #dual-column .dual__right h2, #custom-page #dual-column .dual__left h3, #custom-page #dual-column .dual__right h3, #custom-page #dual-column .dual__left h4, #custom-page #dual-column .dual__right h4, #custom-page #dual-column .dual__left h5, #custom-page #dual-column .dual__right h5, #custom-page #dual-column .dual__left h6, #custom-page #dual-column .dual__right h6 {
    font-family: 'Google Sans Code', sans-serif !important;
    line-height: 120%;
    text-transform: uppercase;
    font-size: var(--content_size) !important; }
  #custom-page #feature_bg {
    padding-top: 40px;
    padding-bottom: var(--ym); }
  #custom-page .feature__heading {
    margin: 0px 40px 0px 40px;
    padding: 20px;
    display: flex;
    flex-direction: row;
    width: 96%;
    justify-content: space-evenly;
    align-items: center;
    margin: 0px 40px 100px 40px;
    border-radius: 20px; }
  #custom-page .feature__heading h2 {
    text-align: center;
    font-size: var(--font_70);
    font-weight: 900;
    letter-spacing: 1.75px;
    line-height: 120%;
    margin-bottom: 0px; }
  #custom-page #feature {
    padding: 0px var(--xm); }
  #custom-page #feature .feature__item {
    display: flex;
    flex-direction: row;
    margin-bottom: 12%; }
  #custom-page #feature .feature__item .column-1 {
    padding-right: 8%; }
  #custom-page #feature .feature__item:last-child {
    margin-bottom: 0px; }
  #custom-page #feature .feature__item.odd {
    flex-direction: row-reverse; }
  #custom-page #feature .feature__item.odd .column-1 {
    padding-right: 0px;
    padding-left: 8%; }
  #custom-page #feature .feature__subheading {
    font-size: var(--font_48);
    font-weight: 900;
    line-height: 120%;
    letter-spacing: 1.2px;
    text-transform: uppercase; }
  #custom-page #feature .feature__image img {
    width: 100%;
    border-radius: 20px; }
  #custom-page #feature .feature__content ul {
    margin-left: 0px; }
  #custom-page #feature .column-1, #custom-page #feature .column-2 {
    width: 50%; }
  #custom-page #cta {
    padding: 90px var(--xm); }
  #custom-page #cta .cta {
    display: flex;
    flex-direction: row;
    align-items: flex-end; }
  #custom-page #cta .cta__col-1 {
    width: 82%; }
  #custom-page #cta .cta__col-2 {
    width: 18%; }
  #custom-page #cta .cta__heading {
    font-size: var(--font_48);
    font-style: normal;
    font-weight: 900;
    line-height: normal;
    letter-spacing: 1.2px;
    margin-bottom: 30px;
    text-transform: uppercase; }
  #custom-page #cta .cta__content {
    font-size: var(--font_32);
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    letter-spacing: 0.8px;
    max-width: 60%; }
  #custom-page #cta .cta__content p {
    margin-bottom: 0px; }
  #custom-page #cta .cta__button {
    padding: 100px 0px 0px 40px; }
  #custom-page #book {
    padding: 90px var(--xm);
    background: url(../images/bg.svg);
    background-repeat: no-repeat;
    background-size: cover; }
  #custom-page #book .book {
    display: flex; }
  #custom-page #book .book__col-1 {
    width: 82%; }
  #custom-page #book .book__col-2 {
    width: 18%; }
  #custom-page #book .book__heading {
    font-size: var(--font_48);
    font-style: normal;
    font-weight: 900;
    line-height: normal;
    letter-spacing: 1.2px;
    margin-bottom: 30px;
    color: #269459; }
  #custom-page #book .book__content {
    font-size: var(--font_32);
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    letter-spacing: 0.8px;
    opacity: 0;
    transition: 1s all ease;
    color: #269459;
    max-width: 1028px; }
  #custom-page #book .book__content p {
    margin-bottom: 0px; }
  #custom-page #book .book__button {
    padding: 100px 0px 0px 40px;
    opacity: 0;
    transition: 1s all ease; }
  #custom-page #book .book__content.active, #custom-page #book .book__subheading.active, #custom-page #book .book__button.active {
    opacity: 1; }
  #custom-page #voucher {
    padding: 55px; }
  #custom-page #voucher .voucher {
    display: flex;
    align-items: flex-end;
    border-radius: 20px;
    padding: 100px; }
  #custom-page #voucher .voucher__col-1 {
    width: 64%; }
  #custom-page #voucher .voucher__col-2 {
    width: 36%;
    text-align: right; }
  #custom-page #voucher .voucher__heading {
    font-size: var(--font_48);
    font-style: normal;
    font-weight: 900;
    line-height: normal;
    letter-spacing: 1.2px;
    margin-bottom: 30px; }
  #custom-page #voucher .voucher__subheading {
    font-size: var(--font_32);
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    letter-spacing: 0.8px;
    padding-bottom: 60px;
    opacity: 0;
    transition: 1s all ease; }
  #custom-page #voucher .voucher__content {
    font-size: var(--font_32);
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    letter-spacing: 0.8px;
    opacity: 0;
    transition: 1s all ease; }
  #custom-page #voucher .voucher__content p {
    margin-bottom: 0px; }
  #custom-page #voucher .voucher__button {
    padding: 100px 0px 0px 40px;
    opacity: 0;
    transition: 1s all ease; }
  #custom-page #voucher .voucher__content.active, #custom-page #voucher .voucher__subheading.active, #custom-page #voucher .voucher__button.active {
    opacity: 1; }
  #custom-page #cta_image {
    padding: 80px var(--xm); }
  #custom-page #cta_image .cta-image__heading {
    text-align: center;
    font-size: var(--font_64);
    font-style: normal;
    font-weight: 900;
    line-height: 120%;
    letter-spacing: 1.6px; }
  #custom-page #cta_image .cta-image__content {
    max-width: 1100px;
    text-align: center;
    margin: 0 auto;
    padding-bottom: 60px; }
  #custom-page #cta_image .cta-image__image {
    margin: 0px calc(var(--xm) * -1 - 30px); }
  #custom-page #cta_image .cta-image__image img {
    width: 100%; }
  #custom-page #cta_image .cta-image__subcontent {
    max-width: 1100px;
    margin: 0 auto;
    padding-top: 60px; }
  #custom-page #cta_image .cta-image__button {
    text-align: center;
    padding-top: 60px; }
  #custom-page #media .image-cover {
    background-size: cover;
    background-position: center center;
    width: 100vw;
    height: 80vh; }
  #custom-page #media .video-cover {
    width: 100vw;
    height: 80vh;
    overflow: hidden; }
  #custom-page #media .video-cover video {
    object-fit: cover;
    width: 100vw;
    height: 80vh; }
  #custom-page #media .image-inline, #custom-page #media .video-inline {
    text-align: center;
    padding: 5%; }
  #custom-page #media .video-inline {
    width: 100%;
    max-width: 80%;
    margin: 0 auto; }
  #custom-page #accordion_split {
    position: relative;
    z-index: 3;
    padding: var(--ym) var(--xm); }
  #custom-page #accordion_split .accordion_split__wrap {
    width: 100%; }
  #custom-page #accordion_split .accordion_split__heading {
    font-family: 'Orbitron', serif;
    font-size: var(--font_48);
    line-height: 120%;
    margin-bottom: 40px; }
  #custom-page #accordion_split .accordion_split__content {
    padding: 40px 0px; }
  #custom-page #accordion_split .accordion {
    max-width: 100%; }
  #custom-page #accordion_split .accordion-button, #custom-page #accordion_split .accordion-item, #custom-page #accordion_split .accordion-body {
    background-color: transparent !important; }
  #custom-page #accordion_split .accordion-button {
    font-size: var(--font_40);
    font-weight: 700;
    letter-spacing: 1px;
    text-transform: uppercase;
    padding: 30px 0px !important;
    line-height: 120%;
    cursor: url('../images/cursor_sml.png') 24 24, auto; }
  #custom-page #testimonials {
    padding: 55px; }
  #custom-page #testimonials .testimonials__heading {
    font-size: var(--font_48);
    font-style: normal;
    font-weight: 900;
    line-height: normal;
    letter-spacing: 1.2px;
    text-align: center;
    margin-bottom: 90px;
    text-transform: uppercase; }
  #custom-page #testimonials .testimonials__wrapper {
    border-radius: 20px;
    padding: 90px 40px;
    position: relative; }
  #custom-page #testimonials .testimonials__content {
    max-width: 1060px;
    margin: 0 auto;
    font-size: var(--font_24);
    text-align: center; }
  #custom-page #testimonials .testimonials__name {
    text-align: center;
    font-size: var(--font_32);
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    letter-spacing: 0.8px;
    padding-top: 70px; }
  #custom-page #testimonials {
    background: #e0e0e0;
    color: #084826; }
  #custom-page #testimonials .testimonials__heading {
    color: #084826; }
  #custom-page #testimonials .testimonials__wrapper {
    background: #e0e0e0;
    border: 3px solid #084826; }
  #custom-page #testimonials .testimonials__content {
    color: #000; }
  #custom-page #testimonials .testimonials__name {
    color: #084826; }
  #custom-page #html {
    padding: var(--ym) var(--xm); }
  #custom-page #html .container {
    width: 100%;
    max-width: 960px;
    margin: 0 auto; }
  #custom-page #html .html__heading {
    font-family: 'Orbitron', serif;
    font-size: var(--h2_size);
    line-height: 120%;
    text-align: center;
    padding-bottom: 20px;
    margin-bottom: 0px; }
  #custom-page #html .html__content {
    text-align: center;
    padding-bottom: 40px; }
  #custom-page #wysiwyg {
    padding: var(--ym) var(--xm); }
  #custom-page #wysiwyg .container {
    width: 100%; }
  #custom-page #wysiwyg h1, #custom-page #wysiwyg h2, #custom-page #wysiwyg h3, #custom-page #wysiwyg h4, #custom-page #wysiwyg h5, #custom-page #wysiwyg h6 {
    text-transform: uppercase;
    font-weight: 900; }

@media (max-width: 1900px) {
  #service-page #about #ko {
    padding: 40px; } }

@media (max-width: 1800px) {
  #service-page #ko .players__left {
    max-width: 48%; }
    #service-page #ko .players__right {
      max-width: 48%; }

  #footer-wrap #footer {
    padding: 90px 40px; }
    #footer-wrap #footer .row {
      column-gap: 20px; }
    #footer-wrap #footer .col-xl-3 {
      width: 26%; }
    #footer-wrap #footer .fc-1 {
      width: 28%; }
    #footer-wrap #footer .fc-2 {
      width: 16%; }
    #footer-wrap #social {
      padding: 80px 40px 80px 40px; }
    #footer-wrap #social .col-xl-2 {
      text-align: right; } }

@media (max-width: 1600px) {
  :root {
    --xm: 4%; }

  #service-page #anchors {
    flex-direction: column;
    align-items: flex-start; }
    #service-page #anchors .anchor__jump {
      padding-bottom: 20px; }
      #service-page #anchors .anchor__items {
        justify-content: space-between; }
      #service-page #anchors .anchor__item {
        padding-right: 20px; }

  #footer-wrap #footer .row {
    gap: 80px 40px; }
    #footer-wrap #footer .col-xl-3 {
      width: 48%; }
    #footer-wrap #footer .col-xl-3 li a {
      line-height: 130%;
      display: inline-block; }
    #footer-wrap #footer .fc-1 {
      width: 48%; }
    #footer-wrap #footer .fc-2 {
      width: 48%; }
    #footer-wrap #footer .fc-2 ul {
      columns: 2; } }

@media (max-width: 1500px) {
  html {
    font-size: 15px; }

  #primary-nav {
    padding: 0px 20px; }
    #primary-nav a.gm-anchor, #primary-nav .gm-menu-item__txt {
      font-size: calc(var(--nav_size) - 50%) !important; }
    #primary-nav .book-btn .gm-menu-item__txt {
      transform: scale(0.7); }
      #primary-nav .book-btn .gm-menu-item__txt:hover {
        transform: scale(0.7); }

  #global-header, #global-header img, #global-header video, #home-page #header, #home-page #header img, #home-page #header video, #blog-page #header, #blog-page #headerimg, #blog-page #header video, #contact-page #header, #contact-page #header img, #contact-page #header video {
    height: 100% !important;
    min-height: 90vh !important; }

  #global-header {
    height: 100%; }
    #global-header .header__overlay {
      padding: 5% 10% 5% 10%; }
      #global-header .header__heading {
        font-size: calc(var(--font_94) - 100%); }
      #global-header .header__media img, #global-header .header__media video {
        width: 100%;
        height: 100%;
        object-fit: cover; }

  #home-page #header {
    height: 100%; }
    #home-page #header .header__overlay {
      padding: 5% 10% 5% 10%; }
    #home-page #header .header__heading {
      font-size: calc(var(--font_94) - 100%);
      min-height: 250px; }
    #home-page #header .header__button {
      padding-top: 40px; }
    #home-page #header .header__media img, #home-page #header .header__media video {
      width: 100%;
      height: 100%;
      object-fit: cover; }
    #home-page #why .why__grid {
      flex-wrap: wrap;
      column-gap: 30px;
      row-gap: 80px;
      justify-content: center; }
    #home-page #why .why__item {
      width: 31%; }
    #home-page #testimonials .testimonials__content {
      max-width: 80%; }
    #home-page #testimonials .slider-buttons {
      max-width: 95%;
      left: 2.5%; }
    #home-page #voucher .voucher {
      flex-direction: column; }
    #home-page #voucher .voucher__col-1 {
      width: 100%; }
    #home-page #voucher .voucher__col-2 {
      width: 100%;
      text-align: left; }
    #home-page #voucher .voucher__button {
      padding: 40px 0px 0px 0px; }

  #service-page #specs .specs__grid {
    flex-wrap: wrap;
    column-gap: 30px;
    row-gap: 80px;
    justify-content: center; }
    #service-page #specs .specs__item {
      width: 31%; }

  #custom-page #testimonials .testimonials__content {
    max-width: 80%; }
    #custom-page #testimonials .slider-buttons {
      max-width: 95%;
      left: 2.5%; }

  #footer-wrap #copyright {
    font-size: 16px;
    text-align: center; }
    #footer-wrap #copyright .row {
      flex-direction: column;
      align-items: center; }
    #footer-wrap #copyright .col-xl-8 {
      padding-bottom: 20px; }
    #footer-wrap #copyright .text-start, #footer-wrap #copyright .text-end {
      text-align: center !important; }
    #footer-wrap #copyright .col-xl-4, #footer-wrap #copyright .col-xl-8 {
      width: 100%; } }

@media (max-width: 1400px) {
  #home-page #intro .col-xl-5 {
    width: 50%; }
    #home-page #intro .col-xl-7 {
      width: 50%; }
    #home-page #book .book {
      flex-direction: column; }
      #home-page #book .book__col-1 {
        width: 100%; }
      #home-page #book .book__col-2 {
        width: 100%; }
      #home-page #book .book__subheading {
        max-width: 100%; }
        #home-page #book .book__subheading br {
          display: none; }
      #home-page #book .book__button {
        padding: 40px 0px 0px 0px; }
    #home-page #blog .blog__grid {
      grid-column-gap: 60px; }

  #about-page #commander .commander__wrap {
    max-width: 100%; }
    #about-page #commander .commander__middle {
      padding-left: 21px !important;
      margin-top: -24.7vw !important; }
      #about-page #commander .commander__middle .pad {
        padding: 40px 80px 70px 40px !important; }
    #about-page #commander .commander__heading {
      margin-bottom: 30px; }
    #about-page #book .book {
      flex-direction: column; }
    #about-page #book .book__col-1 {
      width: 100%; }
    #about-page #book .book__col-2 {
      width: 100%; }
    #about-page #book .book__subheading {
      max-width: 100%; }
      #about-page #book .book__subheading br {
        display: none; }
    #about-page #book .book__button {
      padding: 40px 0px 0px 0px; }

  #service-page #ko .players_section {
    flex-direction: column;
    padding-top: 150px; }
    #service-page #ko .vs_section.show_mobile {
      display: block; }
    #service-page #ko .vs_section.show_desktop {
      display: none; }
    #service-page #ko .players__heading {
      text-align: left !important; }
      #service-page #ko .players__heading br {
        display: none; }
    #service-page #ko .players__left {
      max-width: 100%; }
    #service-page #ko .players__right {
      max-width: 100%; }
      #service-page #ko .players__right .players__item {
        display: flex;
        flex-direction: row-reverse;
        justify-content: flex-end;
        text-align: left; }
        #service-page #ko .players__right .players__item span {
          padding-right: 10px; }
    #service-page #book .book {
      flex-direction: column; }
    #service-page #book .book__col-1 {
      width: 100%; }
    #service-page #book .book__col-2 {
      width: 100%; }
    #service-page #book .book__subheading {
      max-width: 100%; }
      #service-page #book .book__subheading br {
        display: none; }
    #service-page #book .book__button {
      padding: 40px 0px 0px 0px; }

  #blog-page #book .book {
    flex-direction: column; }
    #blog-page #book .book__col-1 {
      width: 100%; }
    #blog-page #book .book__col-2 {
      width: 100%; }
    #blog-page #book .book__subheading {
      max-width: 100%; }
      #blog-page #book .book__subheading br {
        display: none; }
    #blog-page #book .book__button {
      padding: 40px 0px 0px 0px; }

  #contact-page #book .book {
    flex-direction: column; }
    #contact-page #book .book__col-1 {
      width: 100%; }
    #contact-page #book .book__col-2 {
      width: 100%; }
    #contact-page #book .book__subheading {
      max-width: 100%; }
      #contact-page #book .book__subheading br {
        display: none; }
    #contact-page #book .book__button {
      padding: 40px 0px 0px 0px; }

  #custom-page #intro .col-xl-5 {
    width: 50%; }
    #custom-page #intro .col-xl-7 {
      width: 50%; }
    #custom-page #book .book, #custom-page #cta .book, #custom-page #voucher .book, #custom-page #book .cta, #custom-page #cta .cta, #custom-page #voucher .cta, #custom-page #book .voucher, #custom-page #cta .voucher, #custom-page #voucher .voucher {
      flex-direction: column; }
    #custom-page #book .book__col-1, #custom-page #cta .book__col-1, #custom-page #voucher .book__col-1, #custom-page #book .cta__col-1, #custom-page #cta .cta__col-1, #custom-page #voucher .cta__col-1, #custom-page #book .voucher__col-1, #custom-page #cta .voucher__col-1, #custom-page #voucher .voucher__col-1 {
      width: 100%; }
    #custom-page #book .book__col-2, #custom-page #cta .book__col-2, #custom-page #voucher .book__col-2, #custom-page #book .cta__col-2, #custom-page #cta .cta__col-2, #custom-page #voucher .cta__col-2, #custom-page #book .voucher__col-2, #custom-page #cta .voucher__col-2, #custom-page #voucher .voucher__col-2 {
      width: 100%; }
    #custom-page #book .book__subheading, #custom-page #cta .book__subheading, #custom-page #voucher .book__subheading, #custom-page #book .cta__subheading, #custom-page #cta .cta__subheading, #custom-page #voucher .cta__subheading, #custom-page #book .voucher__subheading, #custom-page #cta .voucher__subheading, #custom-page #voucher .voucher__subheading {
      max-width: 100%; }
      #custom-page #book .book__subheading br, #custom-page #cta .book__subheading br, #custom-page #voucher .book__subheading br, #custom-page #book .cta__subheading br, #custom-page #cta .cta__subheading br, #custom-page #voucher .cta__subheading br, #custom-page #book .voucher__subheading br, #custom-page #cta .voucher__subheading br, #custom-page #voucher .voucher__subheading br {
        display: none; }
    #custom-page #book .book__content, #custom-page #cta .book__content, #custom-page #voucher .book__content, #custom-page #book .cta__content, #custom-page #cta .cta__content, #custom-page #voucher .cta__content, #custom-page #book .voucher__content, #custom-page #cta .voucher__content, #custom-page #voucher .voucher__content {
      max-width: 100%; }
    #custom-page #book .book__button, #custom-page #cta .book__button, #custom-page #voucher .book__button, #custom-page #book .cta__button, #custom-page #cta .cta__button, #custom-page #voucher .cta__button, #custom-page #book .voucher__button, #custom-page #cta .voucher__button, #custom-page #voucher .voucher__button {
      padding: 40px 0px 0px 0px;
      text-align: left; }

  #footer-wrap #social {
    padding: 80px 40px 80px 40px; }
    #footer-wrap #social .col-xl-2 {
      text-align: right; }
    #footer-wrap #social .btn-secondary.show_mobile {
      display: inline-block; }
    #footer-wrap #social .btn-secondary.show_desktop {
      display: none; }
    #footer-wrap #social .col-xl-10 {
      width: 100%; }
    #footer-wrap #social .social__grid {
      flex-direction: row;
      flex-wrap: wrap; }
    #footer-wrap #social .social__item {
      margin-bottom: 20px; } }

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

  :root {
    --menu_height: 80px; }

  body.admin-bar #primary-nav {
    top: 0px; }
    body.admin-bar .gm-navigation-drawer {
      top: 0px;
      height: 100%; }

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

  #wpadminbar {
    display: none; }

  #primary-nav .book-btn {
    width: 100%;
    display: block;
    padding-top: 60px; }
    #primary-nav .book-btn .gm-menu-item__txt {
      transform: scale(1);
      display: block; }
      #primary-nav .book-btn .gm-menu-item__txt:hover {
        transform: scale(1); }
    #primary-nav .book-btn .gm-menu-item__txt-wrapper {
      width: 100% !important;
      display: block; }
    #primary-nav .gm-navigation-drawer--mobile {
      max-width: 40%; }
    #primary-nav .gm-navigation-drawer--mobile a.gm-anchor, #primary-nav .gm-navigation-drawer--mobile .gm-menu-item__txt {
      font-size: var(--nav_size) !important; }
    #primary-nav .gm-navigation-drawer--mobile .gm-grid-container {
      padding: 40px; }

  #about-page #mission .row, #about-page #operations .row, #about-page #objectives .row {
    align-items: flex-start; }
    #about-page #mission .mission__image, #about-page #operations .mission__image, #about-page #objectives .mission__image, #about-page #mission .operations__image, #about-page #operations .operations__image, #about-page #objectives .operations__image, #about-page #mission .objectives__image, #about-page #operations .objectives__image, #about-page #objectives .objectives__image {
      padding-top: 10vw; }

  #service-page .expect__heading, #service-page .prices__heading, #service-page .training__heading {
    margin: 0px 0px 100px var(--xm);
    width: calc(100% - var(--xm) * 2); }
    #service-page .expect__heading #svg1, #service-page .prices__heading #svg1, #service-page .training__heading #svg1, #service-page .expect__heading #svg2, #service-page .prices__heading #svg2, #service-page .training__heading #svg2 {
      display: none; }

  #custom-page .feature__heading {
    margin: 0px 0px 100px var(--xm);
    width: calc(100% - var(--xm) * 2); }
    #custom-page .feature__heading #svg1, #custom-page .feature__heading #svg2 {
      display: none; }

  .animate-text .reveal-heading > span {
    position: relative;
    display: inline-block;
    top: 0px;
    clip: unset; }
    .animate-text .anim-text {
      white-space: normal; }
    .animate-text .anim-text br {
      display: none; } }

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

  #home-page #services .services__grid {
    grid-template-columns: repeat(1, 1fr);
    grid-column-gap: 0px;
    grid-row-gap: 80px; }
    #home-page #mission .mission__grid {
      display: flex;
      grid-column-gap: 0px;
      grid-row-gap: 20px;
      flex-direction: column;
      margin-bottom: -10%; }
      #home-page #mission .mission__item {
        grid-area: unset !important; }

  #service-page #anchors .anchor__items {
    flex-wrap: wrap;
    justify-content: unset;
    align-items: flex-start; }
    #service-page #anchors .anchor__item {
      padding-right: 0px;
      padding-bottom: 5px;
      width: 50%; }
    #service-page #intro .intro__flex {
      flex-direction: column; }
    #service-page #intro .intro__subheading {
      width: 100%;
      margin-bottom: 30px; }
    #service-page #intro .intro__content {
      width: 100%; }
    #service-page #choose .choose__list {
      grid-template-columns: repeat(1, 1fr);
      grid-column-gap: 0px; }
    #service-page #why .why__list {
      grid-template-columns: repeat(1, 1fr);
      grid-column-gap: 0px; }
    #service-page #why .why__inner {
      padding: var(--xm) var(--xm); }
    #service-page #memberships .memberships__grid {
      column-gap: 0px;
      flex-direction: column; }
    #service-page #memberships .memberships__benefits, #service-page #memberships .memberships__pricing {
      width: 100% !important;
      padding-top: 20px !important; }
    #service-page #memberships .hvr-section {
      padding: var(--xm) !important; }

  #custom-page #intro .intro__flex {
    flex-direction: column; }
    #custom-page #intro .intro__subheading {
      width: 100%;
      margin-bottom: 30px; }
    #custom-page #intro .intro__content {
      width: 100%; }

  #footer-wrap #footer .row {
    gap: 80px 0px; }
    #footer-wrap #footer .col-xl-3 {
      width: 48%; }
    #footer-wrap #footer .fc-2 ul {
      columns: 1; } }

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

  .wp-block-image .alignright, .wp-block-image .alignleft {
    float: none;
    margin: 0px;
    width: 100%;
    padding-left: 0px;
    padding-bottom: 20px; }
    .wp-block-image .alignright img, .wp-block-image .alignleft img {
      width: 100% !important; }

  #holding-page .wrapper {
    padding: 6vh 5% 40px 5%; }
    #holding-page .holding__heading {
      font-size: calc(4.5rem - 30%); }
      #holding-page .holding__content, #holding-page .holding__button a, #holding-page .holding__grid a {
        font-size: calc(1.1rem - 5%); }
      #holding-page .holding__logo {
        padding-bottom: 60px; }
      #holding-page .holding__grid {
        flex-direction: column; }
        #holding-page .holding__grid span {
          margin-bottom: 10px;
          display: block; }

  #primary-nav .gm-navigation-drawer--mobile a.gm-anchor, #primary-nav .gm-navigation-drawer--mobile .gm-menu-item__txt {
    font-size: calc(var(--nav_size) + 20%) !important; }

  #home-page #intro .col-xl-5 {
    width: 100%;
    padding: 0px; }
    #home-page #intro .col-xl-7 {
      width: 100%;
      padding: 0px; }
    #home-page #intro .intro__heading {
      max-width: 100%;
      margin-bottom: 40px;
      min-height: 100px; }
      #home-page #intro .intro__button {
        padding-top: 40px; }
    #home-page #why .why__grid {
      row-gap: 80px; }
      #home-page #why .why__item {
        width: 48%; }
      #home-page #why .why__subheading {
        padding: 20px 0px 20px 0px; }
      #home-page #why .why__icon {
        max-width: 125px;
        margin: 0 auto; }
    #home-page #blog {
      padding: var(--ym) var(--xm) var(--ym) var(--xm); }
    #home-page #blog .blog__grid {
      grid-template-columns: repeat(1, 1fr);
      grid-column-gap: 0px;
      grid-row-gap: 60px; }
      #home-page #blog .blog__heading {
        margin-bottom: 60px; }
      #home-page #blog .blog__button {
        padding-top: 80px; }
    #home-page #blog .svg__front {
      transform: scale(0.98); }
    #home-page #mission .col-xl-12 {
      padding: 0px; }
    #home-page #testimonials {
      padding: var(--xm); }
    #home-page #voucher {
      padding: var(--xm); }
    #home-page #voucher .voucher {
      padding: var(--xm); }

  #about-page #mission .row, #about-page #operations .row, #about-page #objectives .row {
    flex-direction: column; }
    #about-page #mission .col-xl-7, #about-page #operations .col-xl-7, #about-page #objectives .col-xl-7, #about-page #mission .col-xl-5, #about-page #operations .col-xl-5, #about-page #objectives .col-xl-5 {
      width: 100%; }
    #about-page #mission .pad-right, #about-page #operations .pad-right, #about-page #objectives .pad-right {
      padding-right: 0px; }
    #about-page #mission .mission__image, #about-page #operations .mission__image, #about-page #objectives .mission__image, #about-page #mission .operations__image, #about-page #operations .operations__image, #about-page #objectives .operations__image, #about-page #mission .objectives__image, #about-page #operations .objectives__image, #about-page #objectives .objectives__image {
      padding-top: 60px; }
      #about-page #mission .mission__heading, #about-page #operations .mission__heading, #about-page #objectives .mission__heading, #about-page #mission .operations__heading, #about-page #operations .operations__heading, #about-page #objectives .operations__heading, #about-page #mission .objectives__heading, #about-page #operations .objectives__heading, #about-page #objectives .objectives__heading {
        margin-bottom: 40px; }
    #about-page #commander .container-fluid {
      width: 95%;
      padding: 0px 20px 20px 20px !important; }
    #about-page #commander .row {
      flex-direction: column-reverse; }
    #about-page #commander .col-xl-5, #about-page #commander .col-xl-7 {
      width: 100%; }
    #about-page #commander .commander__middle .pad {
      padding: 40px 10px 40px 10px !important; }
    #about-page #facilities .facilities__grid {
      flex-wrap: wrap;
      justify-content: unset;
      row-gap: 80px; }
      #about-page #facilities .facilities__item {
        width: 46%; }
      #about-page #facilities .facilities__subheading {
        padding: 20px 0px 20px 0px; }
      #about-page #facilities .facilities__icon {
        max-width: 125px;
        margin: 0 auto; }
    #about-page #times .grid-1, #about-page #times .grid-2, #about-page #times .grid-3, #about-page #times .grid-4, #about-page #times .grid-5 {
      grid-area: unset; }
    #about-page #times .grid-2, #about-page #times .grid-4 {
      display: none; }
    #about-page #times .times__grid {
      grid-template-columns: repeat(1, 1fr);
      grid-column-gap: 0px;
      grid-row-gap: 40px; }
    #about-page #times .gelball__flex {
      display: flex;
      column-gap: 70px; }
      #about-page #times .gelball__left, #about-page #times .gelball__right {
        width: 50%; }

  #service-page #anchors {
    padding: 20px; }
    #service-page #specs .specs__grid {
      row-gap: 80px; }
      #service-page #specs .specs__item {
        width: 48%; }
      #service-page #specs .specs__subheading {
        padding: 20px 0px 20px 0px; }
      #service-page #specs .specs__icon {
        max-width: 125px;
        margin: 0 auto; }
    #service-page #about .about__main {
      flex-direction: column; }
      #service-page #about .about__main > div:first-child {
        width: 100%;
        padding-right: 0px; }
      #service-page #about .about__main > div:last-child {
        width: 100%; }
      #service-page #about .about__main-heading {
        min-height: auto; }
      #service-page #about .about__main-heading br {
        display: none; }
      #service-page #about .about__main-content {
        padding-bottom: 20px; }
      #service-page #about .about__sub-flex {
        flex-direction: column; }
      #service-page #about .about__sub-flex > div:first-child {
        width: 100%;
        padding-right: 0px; }
      #service-page #about .about__sub-flex > div:last-child {
        width: 100%; }
      #service-page #about .about__sub-heading {
        margin: 0 auto 60px auto; }
      #service-page #about .about__sub-booking {
        padding-top: 0px; }
      #service-page #about .about__sub-button {
        padding-bottom: 40px; }
    #service-page #events .event__flex {
      flex-direction: column; }
      #service-page #events .event__flex > div:first-child {
        width: 100%;
        padding-right: 0px; }
      #service-page #events .event__flex > div:last-child {
        width: 100%; }
      #service-page #events .event__heading {
        margin: 0 auto 40px auto; }
      #service-page #events .event__button {
        padding-bottom: 40px !important; }
    #service-page #expect .expect__item {
      flex-direction: column !important; }
      #service-page #expect .expect__item .column-1, #service-page #expect .expect__item .column-2 {
        padding-left: 0px !important;
        padding-right: 0px !important;
        width: 100% !important; }
      #service-page #expect .expect__image {
        padding-top: 20px; }
    #service-page #prices .prices__item {
      flex-direction: column !important; }
      #service-page #prices .prices__item .column-1, #service-page #prices .prices__item .column-2 {
        padding-left: 0px !important;
        padding-right: 0px !important;
        width: 100% !important; }
      #service-page #prices .prices__image {
        padding-top: 20px; }
    #service-page #training .training__item {
      flex-direction: column !important; }
      #service-page #training .training__item .column-1, #service-page #training .training__item .column-2 {
        padding-left: 0px !important;
        padding-right: 0px !important;
        width: 100% !important; }
      #service-page #training .training__image {
        padding-top: 20px; }
    #service-page #introduction .introduction__flex {
      column-gap: 0px;
      flex-direction: column; }
      #service-page #introduction .introduction__content {
        width: 100%; }
      #service-page #introduction .introduction__image {
        width: 100%;
        padding-top: 20px; }
    #service-page .expect__heading .reveal-text, #service-page .training__heading .reveal-text, #service-page .prices__heading .reveal-text {
      visibility: visible; }
    #service-page #pricing .accordion__flex {
      column-gap: 0px;
      flex-direction: column; }
      #service-page #pricing .accordion__left {
        width: 100%;
        padding-bottom: 40px; }
      #service-page #pricing .accordion__right {
        width: 100%; }
      #service-page #pricing .accordion__intro {
        max-width: 100%; }
    #service-page #pricing .accordion-button {
      font-size: calc(var(--font_40) - 50%);
      padding: 15px 0px !important; }
    #service-page #pricing .accordion-button.collapsed::after, #service-page #pricing .accordion-button:not(.collapsed)::after {
      font-size: 20px; }
    #service-page #faq .accordion-button {
      font-size: calc(var(--font_40) - 50%);
      padding: 15px 0px !important; }
    #service-page #faq .accordion-button.collapsed::after, #service-page #faq .accordion-button:not(.collapsed)::after {
      font-size: 20px; }
    #service-page #faq .faq__heading {
      margin-bottom: 40px; }

  #blog-page #blog .blog-item {
    flex-direction: column; }
    #blog-page #blog .blog-item__left {
      width: 100%;
      padding-right: 0px; }
    #blog-page #blog .blog-item__right {
      width: 100%;
      padding-left: 0px; }
    #blog-page #blog .blog-item__title {
      padding-top: 40px; }
    #blog-page #blog .blog-item__desc {
      padding: 20px 0px; }

  #contact-page .container-fluid {
    padding: 0px !important; }
    #contact-page #location {
      padding: var(--ym) var(--xm) 0px var(--xm); }
    #contact-page #location .row {
      flex-direction: column; }
    #contact-page #location .col-xl-6 {
      width: 100%; }
    #contact-page #location .location__image {
      text-align: center;
      padding-top: 20px; }

  #custom-page #split-column .container-fluid.right .row {
    flex-direction: column-reverse; }
    #custom-page #split-column .container-fluid.left .row {
      flex-direction: column-reverse; }
    #custom-page #split-column .col-xl-7, #custom-page #split-column .col-xl-5 {
      width: 100%; }
    #custom-page #split-column .split__wrap {
      padding-left: 0%;
      padding-right: 0%; }
    #custom-page #split-column .split__image {
      padding-top: 40px; }
    #custom-page #split-column .split__content {
      padding-top: 0px; }
    #custom-page #layout_section .about__sub-flex {
      display: flex;
      flex-direction: column; }
    #custom-page #layout_section .about__sub-heading {
      margin: 0 auto 40px auto; }
    #custom-page #layout_section .about__sub-image {
      padding-top: 40px; }
    #custom-page #layout_section .about__sub-flex > div:first-child {
      width: 100%;
      padding-right: 0px; }
    #custom-page #layout_section .about__sub-flex > div:last-child {
      width: 100%;
      padding-left: 0px; }
    #custom-page .feature__heading {
      margin-bottom: 60px; }
    #custom-page .feature__heading .reveal-text {
      visibility: visible; }
    #custom-page #feature .feature__item, #custom-page #feature .feature__item.odd {
      flex-direction: column;
      margin-bottom: 40px; }
    #custom-page #feature .feature__item__last-child, #custom-page #feature .feature__item.odd__last-child {
      margin-bottom: 0px; }
    #custom-page #feature .feature__item .column-1, #custom-page #feature .feature__item.odd .column-1, #custom-page #feature .feature__item .column-2, #custom-page #feature .feature__item.odd .column-2 {
      width: 100%;
      padding-left: 0%;
      padding-right: 0%; }
    #custom-page #feature .feature__item .column-2, #custom-page #feature .feature__item.odd .column-2 {
      padding-top: 40px; }
    #custom-page #voucher {
      padding: var(--ym) var(--xm); }
    #custom-page #voucher .voucher {
      padding: var(--ym) var(--xm); }
    #custom-page #book .book__heading, #custom-page #cta .book__heading, #custom-page #voucher .book__heading, #custom-page #book .cta__heading, #custom-page #cta .cta__heading, #custom-page #voucher .cta__heading, #custom-page #book .voucher__heading, #custom-page #cta .voucher__heading, #custom-page #voucher .voucher__heading {
      max-width: 100%; }
    #custom-page #book .book__heading br, #custom-page #cta .book__heading br, #custom-page #voucher .book__heading br, #custom-page #book .cta__heading br, #custom-page #cta .cta__heading br, #custom-page #voucher .cta__heading br, #custom-page #book .voucher__heading br, #custom-page #cta .voucher__heading br, #custom-page #voucher .voucher__heading br {
      display: none; }
    #custom-page #testimonials {
      padding: var(--xm); }

  #footer-wrap #footer {
    padding: var(--ym) var(--xm) 40px var(--xm); }
    #footer-wrap #footer .row {
      gap: 40px 0px; }
    #footer-wrap #footer .col-xl-3 {
      width: 100%;
      text-align: center; }
    #footer-wrap #footer li {
      padding: 0px 0px; }
    #footer-wrap #social {
      padding: 20px var(--xm); }
    #footer-wrap #social .social__item {
      width: 29%; }
    #footer-wrap #social .social__item a {
      width: 100%; }

  body.page-id-1580 #media .image-inline img {
    max-width: 100%; } }

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

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

  .show_desktop {
    display: none !important; }

  .show_mobile {
    display: block !important; }

  #primary-nav .gm-navigation-drawer--mobile {
    max-width: 80%; }

  #home-page #intro .intro__heading {
    min-height: 140px; }
    #home-page #why {
      padding-top: 40px; }
      #home-page #why .why__grid {
        row-gap: 80px;
        column-gap: 0px; }
        #home-page #why .why__item {
          width: 100%; }
        #home-page #why .why__subheading {
          padding-bottom: 0px; }
          #home-page #why .why__subheading br {
            display: none; }
        #home-page #why .why__content {
          font-size: var(--font_24); }
    #home-page #mission .mission__heading {
      text-align: center;
      padding-top: 40px; }
      #home-page #mission .mission__grid {
        grid-row-gap: 60px; }
      #home-page #mission .mission__item {
        flex-direction: column;
        align-items: center;
        text-align: center; }
      #home-page #mission .mission__wrap {
        margin-top: -3px; }
    #home-page #testimonials .testimonials__content {
      max-width: 100%; }
      #home-page #testimonials .testimonials__heading {
        margin-bottom: 40px; }
      #home-page #testimonials .testimonials__name {
        padding-top: 40px; }
      #home-page #testimonials .slider-buttons {
        display: none; }

  #about-page #commander .container-fluid {
    width: 94%;
    padding: 0px 0px 5px 0px !important; }
    #about-page #commander .commander__middle {
      margin-top: -20.7vw !important;
      margin-bottom: -3.6vw; }
    #about-page #facilities {
      padding-top: 40px; }
    #about-page #facilities .facilities__grid {
      row-gap: 80px;
      column-gap: 0px; }
    #about-page #facilities .facilities__item {
      width: 100%; }
    #about-page #facilities .facilities__subheading {
      padding-bottom: 0px; }
      #about-page #facilities .facilities__subheading br {
        display: none; }
    #about-page #facilities .facilities__content {
      font-size: var(--font_24); }
    #about-page #times .times__grid {
      grid-row-gap: 25px; }
    #about-page #times .paintball__flex, #about-page #times .gelball__flex, #about-page #times .nerf__flex {
      column-gap: 0px;
      flex-direction: column; }
    #about-page #times .paintball__left, #about-page #times .gelball__left, #about-page #times .nerf__left, #about-page #times .paintball__right, #about-page #times .gelball__right, #about-page #times .nerf__right {
      width: 100%; }
    #about-page #times .paintball__top, #about-page #times .gelball__top, #about-page #times .nerf__top, #about-page #times .paintball__bottom, #about-page #times .gelball__bottom, #about-page #times .nerf__bottom {
      display: none; }
    #about-page #times .paintball__middle, #about-page #times .gelball__middle, #about-page #times .nerf__middle {
      border-radius: 20px; }
    #about-page #times .nerf__bottom {
      margin-top: -10px; }
    #about-page #banner .banner__image {
      min-height: 60vh;
      background-attachment: unset; }
    #about-page #banner .banner__video {
      min-height: 60vh; }

  #service-page #anchors {
    padding: var(--xm); }
    #service-page #anchors .anchor__item {
      width: 100%; }
    #service-page #intro .col-xl-12 {
      padding: 0px; }
    #service-page #intro .intro__wrap {
      padding: var(--xm); }
    #service-page #intro .intro__heading {
      font-size: calc(var(--font_64) - 50%); }
    #service-page #specs {
      padding-top: 40px; }
    #service-page #specs .specs__grid {
      row-gap: 80px;
      column-gap: 0px; }
    #service-page #specs .specs__item {
      width: 100%;
      display: flex;
      flex-direction: column;
      align-items: center; }
    #service-page #specs .specs__subheading {
      display: inline-block;
      padding: 20px 40px;
      min-width: 250px; }
      #service-page #specs .specs__subheading br {
        display: none; }
    #service-page #specs .specs__content {
      font-size: var(--font_24); }
    #service-page #ko .progress_title {
      padding: 0px 40px; }
    #service-page #ko .players_section {
      padding-top: 100px; }
    #service-page #ko .vs_section {
      padding: 20% 0px; }
    #service-page .expect__heading h2, #service-page .prices__heading h2, #service-page .training__heading h2 {
      font-size: calc(var(--font_70) - 50%); }
    #service-page #choose .choose__item {
      flex-direction: column;
      align-items: center; }
    #service-page #choose .choose__image {
      padding-right: 0px; }
    #service-page #choose .choose__subheading, #service-page #choose .choose__content {
      text-align: center; }
    #service-page #choose .column-1 {
      padding-bottom: 40px;
      max-width: 100px; }
    #service-page #why {
      padding: var(--xm); }
    #service-page #why .why__item {
      flex-direction: column;
      align-items: center; }
    #service-page #why .why__image {
      padding-right: 0px; }
    #service-page #why .why__subheading, #service-page #why .why__content {
      text-align: center; }
    #service-page #why .column-1 {
      padding-bottom: 40px;
      max-width: 100px; }
    #service-page #banner .banner__image {
      min-height: 60vh;
      background-attachment: unset; }
    #service-page #banner .banner__video {
      min-height: 60vh; }

  #custom-page #intro .col-xl-12 {
    padding: 0px; }
    #custom-page #intro .intro__wrap {
      padding: var(--xm); }
    #custom-page #intro .intro__heading {
      font-size: calc(var(--font_64) - 50%); }
    #custom-page .feature__heading h2 {
      font-size: calc(var(--font_70) - 50%); }
    #custom-page #testimonials .testimonials__content {
      max-width: 100%; }
    #custom-page #testimonials .testimonials__heading {
      margin-bottom: 40px; }
    #custom-page #testimonials .testimonials__name {
      padding-top: 40px; }
    #custom-page #testimonials .slider-buttons {
      display: none; }

  #blog-page #blog .blog-item__title {
    padding-top: 20px; }

  #contact-page #contact .wpforms-field {
    width: 100% !important; }
    #contact-page #contact .wpforms-one-half {
      margin-left: 0px !important; }
    #contact-page #contact .wpforms-container-full .wpforms-form input.wpforms-field-large, #contact-page #contact .wpforms-container-full .wpforms-form input.wpforms-field-medium, #contact-page #contact .wpforms-container-full .wpforms-form input.wpforms-field-small {
      height: 60px !important; }
    #contact-page #contact .wpforms-submit-container .wpforms-submit {
      height: 60px !important; }

  #footer-wrap #social {
    padding: 60px 40px; }
    #footer-wrap #social .social__item {
      width: 45%; }

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

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

@media (max-width: 575.98px) {
  #holding-page .wrapper {
    padding: 40px 5% 40px 5%; }
    #holding-page .holding__heading {
      font-size: calc(4.5rem - 150%); }
      #holding-page .holding__content, #holding-page .holding__button a, #holding-page .holding__grid a {
        font-size: calc(1.1rem - 10%); }
      #holding-page .holding__logo {
        padding-bottom: 40px; }

  #footer-wrap #footer {
    padding: 90px var(--xm); }
    #footer-wrap #social {
      padding: 0px var(--xm) 60px var(--xm); }
      #footer-wrap #social .social__grid {
        justify-content: center; }
      #footer-wrap #social .social__item {
        width: 100%;
        margin-right: 0px; }
      #footer-wrap #social h4 {
        text-align: center; }

  #service-page #specs .specs__heading {
    font-size: calc(var(--font_64) - 60%); } }

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

  :root {
    --ym: 40px;
    --xm: 20px; }

  #global-header .header__heading, #home-page #header .header__heading, #blog-page #header .header__heading, #contact-page #header .header__heading {
    font-size: calc(var(--font_94) - 100%); }

  #holding-page .holding__heading {
    font-size: calc(4.5rem - 250%); }
    #holding-page .holding__content, #holding-page .holding__button a {
      font-size: calc(1.1rem - 15%); }
    #holding-page .holding__grid a {
      font-size: calc(1.1rem - 25%); }
    #holding-page .holding__logo {
      padding-bottom: 40px; }
      #holding-page .holding__logo img {
        max-width: 150px; }

  #home-page #intro .intro__heading {
    min-height: 170px;
    margin-bottom: 30px; }
    #home-page #services .services__padding {
      padding: 0px 20px; }
      #home-page #services .services__grid {
        grid-row-gap: 40px; }
    #home-page #why {
      padding-top: 40px; }
    #home-page #why .why__icon {
      max-width: 100px;
      margin: 0 auto; }
    #home-page #mission {
      padding: var(--ym) var(--xm); }
    #home-page #mission .mission__shape {
      background-color: #e0e0e0 !important;
      padding: 8px 5px !important;
      border-radius: 20px; }
      #home-page #mission .mission__wrap {
        padding: 40px 20px;
        border-radius: 16px;
        background: none !important;
        border: 2px solid #084826; }
      #home-page #mission .mission__top, #home-page #mission .mission__bottom {
        display: none; }
    #home-page #book {
      padding: var(--ym) var(--xm); }
    #home-page #book .book__subheading, #home-page #book .book__content {
      font-size: var(--font_24); }
      #home-page #book .book__subheading {
        padding-bottom: 40px; }
    #home-page #testimonials {
      padding: var(--ym) var(--xm); }
    #home-page #testimonials .testimonials__wrapper {
      padding: 40px 20px; }
    #home-page #blog .blog__grid {
      grid-row-gap: 40px; }
    #home-page #blog .svg__front {
      transform: scale(0.96); }
    #home-page #blog .blog-item__link {
      padding-top: 20px; }
    #home-page #blog .blog__button {
      padding-top: 40px; }
    #home-page #blog .blog__heading {
      margin-bottom: 40px; }
    #home-page #voucher {
      padding: var(--ym) var(--xm); }
    #home-page #voucher .voucher__subheading, #home-page #voucher .voucher__content {
      font-size: var(--font_24); }
      #home-page #voucher .voucher__subheading {
        padding-bottom: 40px; }

  #about-page #mission .mission__image, #about-page #operations .mission__image, #about-page #objectives .mission__image, #about-page #mission .operations__image, #about-page #operations .operations__image, #about-page #objectives .operations__image, #about-page #mission .objectives__image, #about-page #operations .objectives__image, #about-page #objectives .objectives__image {
    padding-top: 50px; }
    #about-page #mission .col-xl-7, #about-page #operations .col-xl-7, #about-page #objectives .col-xl-7, #about-page #mission .col-xl-5, #about-page #operations .col-xl-5, #about-page #objectives .col-xl-5 {
      padding: 0px !important; }
    #about-page #commander .container-fluid {
      width: 100%;
      padding: 30px var(--xm) var(--xm) var(--xm) !important; }
    #about-page #commander .commander__top, #about-page #commander .commander__bottom {
      display: none; }
      #about-page #commander .commander__middle {
        background-image: none;
        background-color: #e0e0e0;
        margin-top: 0px !important;
        margin-bottom: 0vw;
        padding-left: 0px !important;
        border-radius: 8px; }
        #about-page #commander .commander__middle .pad {
          padding: 0px 10px 20px 10px !important; }
        #about-page #commander .commander__middle::before {
          content: "";
          border: 2px solid #084826;
          border-radius: 6px;
          position: absolute;
          top: 0px;
          left: 0px;
          width: calc(100% - 12px);
          height: calc(100% - 12px);
          display: block;
          inset: 6px; }
      #about-page #commander .commander__image {
        padding: 0px 10px; }
    #about-page #why {
      padding-top: 40px; }
    #about-page #why .why__icon {
      max-width: 100px;
      margin: 0 auto; }
    #about-page #book {
      padding: var(--ym) var(--xm); }
    #about-page #book .book__subheading, #about-page #book .book__content {
      font-size: var(--font_24); }
      #about-page #book .book__subheading {
        padding-bottom: 40px; }

  #service-page #intro .intro__top, #service-page #intro .intro__bottom {
    display: none !important; }
    #service-page #intro .intro__shape {
      border-radius: 20px;
      padding: 5px; }
    #service-page #intro .intro__wrap {
      background: none !important;
      border-radius: 18px;
      border: 2px solid #000; }
    #service-page #ko {
      padding: 40px var(--xm) 20px var(--xm) !important; }
    #service-page #ko .progress_section {
      display: none; }
    #service-page #ko .players_section {
      padding-top: 0px; }
    #service-page #ko .vs_section {
      padding: 20% 0px; }
    #service-page #ko .players__item {
      padding-bottom: 10px; }
    #service-page #ko .players__wrap {
      padding: 20px 30px 20px 30px;
      border-radius: 20px; }
    #service-page #ko .players__top {
      display: none; }
    #service-page .expect__heading, #service-page .training__heading, #service-page .prices__heading {
      margin-bottom: 40px !important; }
    #service-page #book {
      padding: var(--ym) var(--xm); }
    #service-page #book .book__subheading, #service-page #book .book__content {
      font-size: var(--font_24); }
    #service-page #book .book__subheading {
      padding-bottom: 40px; }
    #service-page .choose__heading {
      height: auto !important; }
    #service-page #why .reveal {
      opacity: 1 !important; }
    #service-page #why .stagger-children > * {
      opacity: 1 !important;
      transform: translateY(0px) !important; }

  #service-page.green #intro .intro__shape {
    background: #269459 !important; }

  #service-page.orange #intro .intro__shape {
    background: #c24903 !important; }

  #service-page.yellow #intro .intro__shape {
    background: #eab000 !important; }

  #service-page #specs .specs__heading {
    font-size: calc(var(--font_64) - 100%); }

  #blog-page #book {
    padding: var(--ym) var(--xm); }
    #blog-page #book .book__subheading, #blog-page #book .book__content {
      font-size: var(--font_24); }
    #blog-page #book .book__subheading {
      padding-bottom: 40px; }

  #contact-page #book {
    padding: var(--ym) var(--xm); }
    #contact-page #book .book__subheading, #contact-page #book .book__content {
      font-size: var(--font_24); }
    #contact-page #book .book__subheading {
      padding-bottom: 40px; }

  #custom-page .feature__heading {
    margin-bottom: 40px !important; }
    #custom-page #testimonials {
      padding: var(--ym) var(--xm); }
    #custom-page #testimonials .testimonials__wrapper {
      padding: 40px 20px; } }

@media (max-width: 400px) {
  #home-page #mission .mission__wrap {
    margin-top: -5px; } }

@media (max-width: 370px) {
  #about-page #times .grid-1, #about-page #times .grid-2, #about-page #times .grid-3, #about-page #times .grid-4, #about-page #times .grid-5 {
    width: 100%; }
    #about-page #times h3 {
      font-size: calc(var(--font_50) - 50%); }
    #about-page #times .times__grid {
      display: flex;
      flex-direction: column; } }
