/* Flexi page variables */
/* Buttons */
/* Traslate to CSS vars for Responsive */
:root {
  --menu_height: 80px;
  --menu_position: fixed;
  /* Set default variables */ }

:root {
  --primary: #245182;
  --secondary: #f4ffd4;
  --inner: 95vw;
  --xl: 0%;
  --lg: 0%;
  --md: 0%;
  --sm: 0%;
  --xm: 5%;
  --ym: 5%;
  --h1_size: calc(6rem - var(--xl));
  --h2_size: calc(3.75rem - var(--lg));
  --h3_size: calc(3rem - var(--lg));
  --h4_size: calc(2.5rem - var(--lg));
  --h5_size: calc(1.75rem - var(--md));
  --h6_size: calc(1.625rem - var(--md));
  --content_size: calc(1.25rem - var(--sm));
  --nav_size: calc(1.125rem - var(--sm));
  --button_size: calc(1.25rem - var(--sm));
  --font_96: calc(6rem - var(--xl));
  --font_48: calc(3rem - var(--md));
  --font_28: calc(1.75rem - var(--sm));
  --font_20: calc(1.25rem - var(--sm));
  --font_18: calc(1.125rem - var(--sm));
  --bs-body-font-family: 'Mulish', sans-serif;
  --bs-body-font-size: 1.25rem;
  --bs-body-font-weight: 400;
  --bs-body-line-height: 1.5em;
  --bs-body-color: #f4ffd4;
  --bs-body-bg: #245182;
  --bs-primary: #245182;
  --bs-secondary: #f4ffd4;
  --wpforms-button-background-color-alt: #245182;
  --wpforms-button-background-color: #245182;
  --wpforms-button-text-color: #e1ffa5; }

* {
  margin: 0;
  padding: 0; }

html {
  font-size: 16px; }

body {
  font-size: var(--content_size);
  line-height: 1.5em;
  color: #f4ffd4;
  font-family: 'Mulish', sans-serif;
  background: #245182;
  font-weight: 400;
  zoom: 1; }

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

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

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

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

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

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

.header-btn {
  margin-top: 18px; }
  .header-btn svg {
    margin-right: 5px; }
  .header-btn a, .header-btn a:hover {
    color: #245182 !important; }
  .header-btn:hover path {
    fill: #e1ffa5; }

#primary-nav {
  background: #245182;
  color: #e1ffa5 !important;
  position: var(--menu_position);
  top: 0px;
  z-index: 999;
  width: 100%;
  margin: 0 auto;
  height: var(--menu_height) !important; }
  #primary-nav a.nav-link {
    color: #e1ffa5 !important; }
  #primary-nav a.gm-anchor, #primary-nav .gm-menu-item__txt {
    font-size: var(--nav_size); }
  #primary-nav .menu-item {
    padding: 0px 40px; }
  #primary-nav .gm-caret {
    position: relative; }
    #primary-nav .gm-caret i {
      position: absolute;
      top: -10px;
      left: 0px;
      transition: all 0.2s ease;
      font-size: 20px;
      transform-origin: center center; }
  #primary-nav .menu-item.gm-open .gm-caret i {
    transform: rotate(180deg); }

.gm-main-menu-wrapper .gm-navbar-nav .gm-menu-item__icon {
  display: block !important; }

#primary-nav .gm-navbar .gm-main-menu-wrapper .gm-dropdown.mega-gm-dropdown .gm-dropdown-menu {
  padding: 20px 0px !important; }
  #primary-nav .gm-navbar .gm-main-menu-wrapper .gm-dropdown.mega-gm-dropdown .gm-dropdown-menu .gm-mega-menu-wrapper {
    border-top: 1px solid #e1ffa5;
    padding-top: 20px;
    width: 90%;
    margin: 0 auto; }
  #primary-nav .gm-navbar .gm-main-menu-wrapper .gm-dropdown.mega-gm-dropdown .gm-dropdown-menu .gm-mega-menu__item {
    padding: 10px 20px 20px 20px; }
  #primary-nav .gm-navbar .gm-main-menu-wrapper .gm-dropdown.mega-gm-dropdown .gm-dropdown-menu .gm-mega-menu__item > .gm-menu-link {
    display: flex;
    flex-direction: row; }
  #primary-nav .gm-navbar .gm-main-menu-wrapper .gm-dropdown.mega-gm-dropdown .gm-dropdown-menu .gm-mega-menu__item__title {
    min-height: 85px;
    padding-bottom: 0px;
    display: flex;
    flex-direction: column;
    justify-content: center; }
  #primary-nav .gm-navbar .gm-main-menu-wrapper .gm-dropdown.mega-gm-dropdown .gm-dropdown-menu .gm-menu-item__txt-wrapper {
    min-height: 92px; }
  #primary-nav .gm-navbar .gm-main-menu-wrapper .gm-dropdown.mega-gm-dropdown .gm-dropdown-menu .gm-mega-menu__item__title, #primary-nav .gm-navbar .gm-main-menu-wrapper .gm-dropdown.mega-gm-dropdown .gm-dropdown-menu .gm-menu-item__txt {
    font-family: 'Mulish', sans-serif !important;
    font-size: var(--font_28) !important;
    color: #245182 !important;
    font-style: normal;
    font-weight: 700 !important;
    line-height: normal;
    text-transform: none;
    line-height: 100%; }
  #primary-nav .gm-navbar .gm-main-menu-wrapper .gm-dropdown.mega-gm-dropdown .gm-dropdown-menu .description {
    font-family: 'Mulish', sans-serif;
    font-size: var(--font_20);
    color: #245182;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    padding-top: 10px;
    display: inline-block; }
  #primary-nav .gm-navbar .gm-main-menu-wrapper .gm-dropdown.mega-gm-dropdown .gm-dropdown-menu .gm-mega-menu__item__title {
    border-bottom: none;
    padding-top: 0px; }
  #primary-nav .gm-navbar .gm-main-menu-wrapper .gm-dropdown.mega-gm-dropdown .gm-dropdown-menu .gm-menu-item__icon {
    padding-top: 0px;
    width: 90px;
    padding-right: 0px; }
  #primary-nav .gm-navbar .gm-main-menu-wrapper .gm-dropdown.mega-gm-dropdown .gm-dropdown-menu .grid-25 {
    max-width: 23%;
    flex: 0 0 23%; }

.gm-navbar .gm-logo > a img {
  height: 60px; }

.gm-navbar .gm-main-menu-wrapper .gm-navbar-nav .gm-dropdown-menu {
  border-top: 2px solid #e1ffa5; }

.gm-mega-menu__item {
  background: #e1ffa5;
  border-radius: 20px;
  box-shadow: 5px 5px 4px 0px rgba(0, 0, 0, 0.25);
  margin: 10px 10px; }

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

.gm-inner .gm-container, .gm-navbar {
  height: var(--menu_height) !important;
  width: 100%;
  max-width: 1750px;
  margin: 0 auto; }

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

.gm-dropdown-menu.gm-minicart-dropdown {
  background: #245182; }

.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: #245182 !important;
  background: #245182 !important;
  color: #e1ffa5 !important; }
  .gm-dropdown-menu-wrapper .gm-dropdown-menu .gm-menu-item__link, .gm-dropdown-menu-wrapper .gm-dropdown-menu .gm-menu-item__txt {
    color: #e1ffa5 !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: #e1ffa5 !important; }

.gm-navigation-drawer--mobile {
  background: #245182 !important;
  border-left: 2px solid #f4ffd4; }
  .gm-navigation-drawer--mobile a.gm-anchor, .gm-navigation-drawer--mobile .gm-menu-item__txt {
    color: #f4ffd4 !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: #f4ffd4 !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: #f4ffd4 !important;
  opacity: 1 !important; }

.gm-minicart {
  /* CONTENT
----------------------------------------------------------- */ }
  .gm-minicart .gm-minicart-icon-wrapper {
    position: relative;
    padding-right: 20px; }
  .gm-minicart .gm-minicart-icon-wrapper i {
    font-size: 0px; }
  .gm-minicart .gm-minicart__txt {
    font-size: 0px !important;
    display: block !important; }
  .gm-minicart .gm-minicart__txt:after {
    content: "CART" !important;
    font-size: var(--nav_size) !important;
    text-transform: uppercase;
    display: inline-block; }
  .gm-minicart .gm-cart-counter {
    background-color: #245182 !important;
    color: #245182 !important;
    width: 10px !important;
    height: 10px !important;
    line-height: 10px !important;
    border-radius: 50% !important;
    font-size: 0px !important;
    top: 0px;
    left: 66px; }
  .gm-minicart .gm-cart-counter:empty {
    display: block !important;
    border: 1px solid #245182 !important;
    background: #245182 !important; }

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

#marquee {
  padding: var(--xm) 0px; }
  #marquee .marquee__heading {
    font-family: 'Mulish', sans-serif;
    font-size: 28px;
    font-weight: 700;
    text-align: center;
    padding-bottom: 20px; }

#home-page #header {
  background: #e1ffa5;
  color: #245182; }
  #home-page #header .feature__wrap {
    padding-left: 20%; }
    #home-page #header .feature__heading {
      font-family: 'FAIRE Sprig Trial Light', serif;
      font-size: var(--font_96);
      font-weight: 300;
      line-height: 110%;
      color: #f9a901 !important;
      border-bottom: none; }
    #home-page #header .feature__content {
      width: 100%;
      max-width: 455px; }
  #home-page #header .btn-primary {
    background: #245182 !important;
    color: #e1ffa5 !important;
    border: 2px solid #245182 !important;
    text-transform: uppercase !important; }
    #home-page #header .btn-primary:hover {
      background: #f9a901 !important;
      color: #e1ffa5 !important;
      border: 2px solid #f9a901 !important;
      text-decoration: none !important; }
  #home-page #intro {
    background: #245182;
    color: #e1ffa5;
    padding: var(--ym) var(--xm) 0px var(--xm); }
  #home-page #intro .row {
    display: flex;
    align-items: center; }
  #home-page #intro .intro__wrap {
    width: 100%;
    max-width: 650px;
    margin: 0 auto; }
    #home-page #intro .intro__heading {
      font-family: 'FAIRE Sprig Trial Light', serif;
      font-size: var(--font_96);
      font-weight: 300;
      line-height: 110px;
      color: #e1ffa5;
      text-align: center; }
      #home-page #intro .intro__heading .line {
        justify-content: center; }
    #home-page #intro .intro__content {
      text-align: center; }
    #home-page #intro .intro__button {
      padding-top: 20px;
      text-align: center; }
  #home-page #reasons {
    padding: var(--ym) var(--xm);
    background: #e1ffa5;
    color: #245182;
    margin-bottom: 80px; }
  #home-page #reasons .reasons__inner {
    width: 100%;
    max-width: 800px;
    margin: 0 auto; }
    #home-page #reasons .reasons__heading {
      text-align: center;
      line-height: 120%;
      color: #245182;
      padding-bottom: 40px; }
    #home-page #reasons .reasons__content {
      text-align: center;
      padding-top: 60px; }
    #home-page #reasons .reasons__button {
      text-align: center;
      text-transform: uppercase;
      padding-top: 20px; }
  #home-page #reasons .tile__grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-template-rows: repeat(2, 1fr);
    grid-column-gap: 60px;
    grid-row-gap: 60px; }
    #home-page #reasons .tile__item {
      background: #f4ffd4;
      border-radius: 20px;
      padding: 20px 20px 40px 20px;
      text-align: center;
      margin-bottom: 20px;
      min-height: 390px;
      display: flex;
      flex-direction: column;
      justify-content: space-between;
      transition: all 0.25s ease; }
      #home-page #reasons .tile__item a {
        color: #245182; }
      #home-page #reasons .tile__item:hover {
        box-shadow: 5px 5px 4px 0px rgba(0, 0, 0, 0.25); }
    #home-page #reasons .tile__heading {
      font-size: var(--font_28);
      font-style: normal;
      font-weight: 700;
      line-height: normal; }
    #home-page #reasons .tile__icon {
      padding: 20px 0px; }
      #home-page #reasons .tile__icon svg {
        width: 140px;
        height: 140px; }
    #home-page #reasons .tile__description {
      line-height: 120%;
      width: 100%;
      max-width: 80%;
      margin: 0 auto; }
  #home-page #reviews-section #reviews-heading {
    font-family: 'FAIRE Sprig Trial Light', serif;
    font-size: var(--font_48);
    color: #f9a901;
    font-weight: 300;
    line-height: 58px;
    width: 100%;
    max-width: 1250px;
    margin: 0 auto;
    padding-bottom: 20px; }

#service-page #header {
  background: #f4ffd4;
  color: #245182;
  padding: var(--ym) var(--xm); }
  #service-page #header .row {
    display: flex;
    align-items: center; }
  #service-page #header .header__wrap {
    width: 100%;
    max-width: 455px; }
    #service-page #header .header__heading {
      font-family: 'FAIRE Sprig Trial Light', serif;
      font-size: var(--font_48);
      font-weight: 300;
      line-height: 110%;
      color: #245182 !important; }
    #service-page #header .header__image {
      width: 100%;
      max-width: 600px;
      margin: 0 auto;
      padding-right: 60px; }
      #service-page #header .header__image img {
        border-radius: 100%; }
  #service-page #header .btn-primary {
    background: #245182 !important;
    color: #e1ffa5 !important;
    border: 2px solid #245182 !important;
    text-transform: uppercase !important; }
    #service-page #header .btn-primary:hover {
      background: #f9a901 !important;
      color: #e1ffa5 !important;
      border: 2px solid #f9a901 !important;
      text-decoration: none !important; }
  #service-page #steps {
    padding: var(--ym) var(--xm);
    color: #f4ffd4; }
  #service-page #steps .steps__inner {
    width: 100%;
    max-width: 1250px;
    margin: 0 auto; }
    #service-page #steps .steps__heading {
      text-align: center;
      line-height: 120%;
      color: #f4ffd4;
      font-size: var(--font_48); }
    #service-page #steps .steps__content {
      text-align: center;
      color: #f4ffd4;
      width: 100%;
      max-width: 650px;
      margin: 0 auto; }
    #service-page #steps .steps__button {
      text-align: center;
      text-transform: uppercase; }
      #service-page #steps .steps__button .btn-orange-blue:hover {
        background: #e1ffa5;
        border-color: #e1ffa5; }
  #service-page #steps .tile__grid {
    display: flex;
    flex-wrap: wrap;
    /*
                grid-template-columns: repeat(3, 1fr);
                */
    justify-content: center;
    grid-column-gap: 80px;
    grid-row-gap: 0px;
    padding-top: 40px; }
    #service-page #steps .tile__wrap {
      margin-top: 80px;
      margin-bottom: 20px;
      width: 28%; }
    #service-page #steps .tile__item {
      background: #f4ffd4;
      border-radius: 20px;
      padding: 20px 20px 0px 20px;
      text-align: center;
      min-height: 540px;
      display: flex;
      flex-direction: column;
      transition: all 0.25s ease; }
      #service-page #steps .tile__item:hover {
        box-shadow: 5px 5px 4px 0px rgba(0, 0, 0, 0.25); }
    #service-page #steps .tile__heading {
      font-size: var(--font_28);
      color: #245182;
      font-style: normal;
      font-weight: 700;
      line-height: normal;
      padding-bottom: 20px; }
    #service-page #steps .tile__icon {
      padding: 20px 0px; }
      #service-page #steps .tile__icon svg {
        width: 140px;
        height: 140px; }
    #service-page #steps .tile__description {
      line-height: 120%;
      width: 100%;
      max-width: 80%;
      margin: 0 auto;
      color: #245182; }
  #service-page #guides {
    padding: var(--ym) var(--xm) 0px var(--xm); }
  #service-page #guides .guides__wrap {
    width: 100%;
    max-width: 930px;
    margin: 0 auto; }
    #service-page #guides .guides__heading {
      width: 100%;
      max-width: 650px;
      margin: 0 auto;
      text-align: center;
      line-height: 110%;
      font-size: var(--font_48);
      padding-bottom: 60px; }
    #service-page #guides .guides__link {
      font-size: var(--font_28);
      font-weight: 600;
      border-bottom: 2px solid #f4ffd4;
      padding: 13px 0px;
      line-height: 120%; }
      #service-page #guides .guides__link a {
        text-decoration: none; }
        #service-page #guides .guides__link a:hover {
          color: #f4ffd4; }
      #service-page #guides .guides__link span {
        padding-left: 15px;
        position: relative;
        top: -3px; }
  #service-page #reviews-section {
    background: #cbf4ff;
    padding: var(--ym) var(--xm) 0px var(--xm); }
  #service-page #reviews-section #reviews-heading {
    font-family: 'FAIRE Sprig Trial Light', serif;
    font-size: var(--font_48);
    color: #245182;
    font-weight: 300;
    line-height: 58px;
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
    padding-bottom: 20px; }
  #service-page #contact-form {
    padding-top: var(--xm); }

#learn-page #header {
  background: #cbf4ff;
  color: #245182;
  padding: var(--ym) var(--xm); }
  #learn-page #header .row {
    display: flex;
    align-items: center; }
  #learn-page #header .header__wrap {
    width: 100%;
    max-width: 455px; }
    #learn-page #header .header__heading {
      font-family: 'FAIRE Sprig Trial Light', serif;
      font-size: var(--font_48);
      font-weight: 300;
      line-height: 110%;
      color: #245182 !important; }
    #learn-page #header .header__image {
      width: 100%;
      max-width: 600px;
      margin: 0 auto;
      padding-right: 60px; }
      #learn-page #header .header__image img {
        border-radius: 100%; }
  #learn-page #header .btn-primary {
    background: #245182 !important;
    color: #e1ffa5 !important;
    border: 2px solid #245182 !important;
    text-transform: uppercase !important; }
    #learn-page #header .btn-primary:hover {
      background: #f9a901 !important;
      color: #e1ffa5 !important;
      border: 2px solid #f9a901 !important;
      text-decoration: none !important; }
  #learn-page #categories .category {
    padding: var(--ym) var(--xm); }
  #learn-page #categories .container-fluid, #learn-page #categories .guides {
    width: 100%;
    max-width: 1355px;
    margin: 0 auto; }
  #learn-page #categories .category.even {
    background: #cbf4ff; }
    #learn-page #categories .category.even .categories__heading, #learn-page #categories .category.even .categories__content {
      color: #245182; }
  #learn-page #categories .categories__heading {
    font-size: var(--font_28);
    font-family: 'Mulish', sans-serif;
    line-height: 110%;
    font-weight: 700; }
    #learn-page #categories .categories__content {
      line-height: 110%; }
  #learn-page #categories .guides {
    padding-top: 60px; }
    #learn-page #categories .guides__grid {
      display: grid;
      grid-template-columns: repeat(4, 1fr);
      grid-column-gap: 60px;
      grid-row-gap: 60px; }
    #learn-page #categories .guides__item {
      background: #e1ffa5;
      border-radius: 20px;
      padding: 20px 40px;
      text-align: center;
      margin-bottom: 20px;
      transition: all 0.25s ease;
      height: 100%; }
      #learn-page #categories .guides__item:hover {
        box-shadow: 5px 5px 4px 0px rgba(0, 0, 0, 0.25); }
    #learn-page #categories .guides__heading {
      font-size: var(--font_18);
      font-weight: 600;
      text-transform: uppercase;
      color: #245182; }
      #learn-page #categories .guides__heading a {
        color: #245182; }
    #learn-page #categories .guides__icon {
      padding: 0px 0px 20px 0px; }
      #learn-page #categories .guides__icon svg {
        width: 155px;
        height: 155px; }
  #learn-page #contact-form {
    padding-top: var(--xm); }

#about-page #header {
  background: #c9daff;
  color: #245182;
  padding: var(--ym) var(--xm); }
  #about-page #header .row {
    display: flex;
    align-items: center; }
  #about-page #header .header__wrap {
    width: 100%;
    max-width: 455px; }
    #about-page #header .header__heading {
      font-family: 'FAIRE Sprig Trial Light', serif;
      font-size: var(--font_48);
      font-weight: 300;
      line-height: 110%;
      color: #245182 !important; }
    #about-page #header .header__image {
      width: 100%;
      max-width: 600px;
      margin: 0 auto;
      padding-right: 60px; }
      #about-page #header .header__image img {
        border-radius: 100%; }
  #about-page #header .btn-primary {
    background: #245182 !important;
    color: #e1ffa5 !important;
    border: 2px solid #245182 !important;
    text-transform: uppercase !important; }
    #about-page #header .btn-primary:hover {
      background: #f9a901 !important;
      color: #e1ffa5 !important;
      border: 2px solid #f9a901 !important;
      text-decoration: none !important; }
  #about-page #steps {
    padding: var(--ym) var(--xm);
    color: #f4ffd4; }
  #about-page #steps .steps__inner {
    width: 100%;
    max-width: 1250px;
    margin: 0 auto; }
    #about-page #steps .steps__heading {
      text-align: center;
      line-height: 120%;
      color: #f4ffd4;
      font-size: var(--font_48); }
    #about-page #steps .steps__content {
      text-align: center;
      color: #f4ffd4;
      width: 100%;
      max-width: 650px;
      margin: 0 auto; }
    #about-page #steps .steps__button {
      text-align: center;
      text-transform: uppercase; }
  #about-page #steps .tile__grid {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    grid-column-gap: 40px;
    grid-row-gap: 0px;
    padding-top: 40px;
    width: 100%;
    max-width: 800px;
    margin: 0 auto; }
    #about-page #steps .tile__wrap {
      margin-bottom: 40px;
      width: 40%; }
    #about-page #steps .tile__item {
      background: #c9daff;
      border-radius: 20px;
      padding: 20px 20px 40px 20px;
      text-align: center;
      min-height: 390px;
      height: 100%;
      display: flex;
      flex-direction: column;
      justify-content: space-between;
      transition: all 0.25s ease; }
      #about-page #steps .tile__item:hover {
        box-shadow: 5px 5px 4px 0px rgba(0, 0, 0, 0.25); }
    #about-page #steps .tile__heading {
      font-size: var(--font_28);
      color: #245182;
      font-style: normal;
      font-weight: 700;
      line-height: normal;
      padding-bottom: 20px; }
    #about-page #steps .tile__icon {
      padding: 20px 0px; }
      #about-page #steps .tile__icon svg {
        width: 140px;
        height: 140px; }
    #about-page #steps .tile__description {
      line-height: 120%;
      width: 100%;
      max-width: 80%;
      margin: 0 auto;
      color: #245182; }
  #about-page #meet {
    padding: var(--ym) var(--xm) 0px var(--xm); }
  #about-page #meet .meet__heading {
    font-size: var(--font_48);
    line-height: 110%;
    text-align: center; }
    #about-page #meet .meet__content {
      width: 100%;
      max-width: 650px;
      margin: 0 auto;
      text-align: center; }
  #about-page #meet .boxed {
    width: 100%;
    max-width: 930px;
    margin: 0 auto;
    background: #e1ffa5;
    color: #245182;
    border-radius: 20px;
    box-shadow: 4px 4px 4px 0px rgba(0, 0, 0, 0.25);
    padding: 40px;
    margin-top: 80px; }
    #about-page #meet .boxed__name {
      color: #245182;
      font-size: var(--font_48);
      line-height: 110%;
      text-align: center;
      margin-bottom: 0px; }
    #about-page #meet .boxed__position {
      text-align: center;
      font-size: var(--font_20); }
    #about-page #meet .boxed__image {
      width: 100%;
      max-width: 280px;
      margin: 0 auto;
      padding: 40px 0px; }
      #about-page #meet .boxed__image img {
        border-radius: 100%;
        overflow: hidden; }
    #about-page #meet .boxed__desc {
      text-align: center; }
    #about-page #meet .boxed__button {
      text-align: center;
      text-transform: uppercase; }
  #about-page #meet .staff__grid {
    display: flex;
    column-gap: 40px;
    row-gap: 20px;
    flex-wrap: wrap;
    justify-content: center;
    width: 100%;
    max-width: 1250px;
    padding-top: 80px;
    margin: 0 auto; }
    #about-page #meet .staff__wrap {
      width: 30%;
      background: #c9daff;
      padding: 40px;
      border-radius: 20px;
      box-shadow: 4px 4px 4px 0px rgba(0, 0, 0, 0.25);
      margin-bottom: 40px; }
    #about-page #meet .staff__item {
      text-align: center; }
    #about-page #meet .staff__name {
      padding: 20px 0px;
      text-align: center;
      font-size: var(--font_28);
      font-weight: 700;
      color: #245182; }
    #about-page #meet .staff__desc {
      color: #245182;
      line-height: 120%; }
  #about-page #reviews-section {
    background: #245182;
    padding: var(--ym) var(--xm) 0px var(--xm); }
  #about-page #reviews-section #reviews-heading {
    font-family: 'FAIRE Sprig Trial Light', serif;
    font-size: var(--font_48);
    color: #f9a901;
    font-weight: 300;
    line-height: 58px;
    width: 100%;
    max-width: 1250px;
    margin: 0 auto;
    padding-bottom: 20px; }
  #about-page #contact-form {
    padding-top: 0px; }

#contact-page {
  padding-bottom: 60px; }
  #contact-page #contact {
    padding: var(--ym) 0px 8% 0px; }
  #contact-page #contact h1 {
    color: #f9a901;
    font-family: 'Mulish', sans-serif;
    font-size: var(--font_28);
    font-weight: 700; }
  #contact-page #contact .left {
    padding-right: 60px; }
  #contact-page .contact-btn {
    margin-bottom: 20px; }
  #contact-page .contact-btn svg {
    margin-right: 5px; }
  #contact-page .contact-btn:hover path {
    fill: #e1ffa5; }
    #contact-page .contact-btn:hover a {
      color: #245182 !important; }
  #contact-page .contact-btn.first {
    margin-top: 60px; }
  #contact-page #contact {
    width: 100%;
    max-width: 100%;
    margin: 0 auto;
    padding-left: 10%; }
  #contact-page #grid {
    width: 100%;
    max-width: 100%;
    /*padding-left: 20%; */
    margin: 0 auto; }
  #contact-page #reviews.show_desktop .review__grid {
    flex-direction: column;
    row-gap: 0px;
    column-gap: 0px; }
    #contact-page #reviews.show_desktop .review__wrap {
      width: 100%; }
  #contact-page #reviews.show_desktop .slide-up {
    transform: translateY(-80px); }
  #contact-page #contact-form {
    margin-top: -30px; }
  #contact-page .reveal {
    opacity: 1 !important; }

#events-page #header {
  background: #e1ffa5;
  color: #245182;
  padding: var(--ym) var(--xm); }
  #events-page #header .row {
    display: flex;
    align-items: center; }
  #events-page #header .header__wrap {
    width: 100%;
    max-width: 455px; }
    #events-page #header .header__heading {
      font-family: 'FAIRE Sprig Trial Light', serif;
      font-size: var(--font_48);
      font-weight: 300;
      line-height: 110%;
      color: #245182 !important; }
    #events-page #header .header__image {
      width: 100%;
      max-width: 600px;
      margin: 0 auto;
      padding-right: 60px; }
      #events-page #header .header__image img {
        border-radius: 100%; }
  #events-page #header .btn-primary {
    background: #245182 !important;
    color: #e1ffa5 !important;
    border: 2px solid #245182 !important;
    text-transform: uppercase !important; }
    #events-page #header .btn-primary:hover {
      background: #f9a901 !important;
      color: #e1ffa5 !important;
      border: 2px solid #f9a901 !important;
      text-decoration: none !important; }
  #events-page #past-events {
    padding: var(--ym) var(--xm) 7% var(--xm); }
  #events-page #past-events .container-fluid {
    width: 100%;
    max-width: 1250px;
    margin: 0 auto; }
  #events-page #past-events .past-events__heading {
    font-size: var(--font_48);
    text-align: center;
    padding-bottom: 40px; }
  #events-page #past-events .event__wrap {
    padding: 0px 20px; }
    #events-page #past-events .event__title {
      text-align: center;
      font-size: var(--font_28);
      font-weight: 700;
      padding-bottom: 20px; }
    #events-page #past-events .event__description {
      text-align: center;
      line-height: 110%; }
    #events-page #past-events .event__image {
      padding-bottom: 30px; }
      #events-page #past-events .event__image img {
        border-radius: 20px;
        box-shadow: 4px 4px 4px 0px rgba(0, 0, 0, 0.25); }
  #events-page #past-events .slick-dots {
    bottom: -60px; }
    #events-page #past-events .slick-dots li button {
      width: 5px;
      height: 5px;
      border: 1px solid #e1ffa5;
      border-radius: 100%; }
    #events-page #past-events .slick-dots li button:before {
      font-size: 0px; }
    #events-page #past-events .slick-dots li.slick-active button {
      background: #e1ffa5 !important; }
    #events-page #past-events .slick-dots li:only-child {
      display: none; }
  #events-page #upcoming-events {
    padding: var(--ym) var(--xm) 7% var(--xm);
    background: #c9daff;
    color: #245182; }
  #events-page #upcoming-events .container-fluid {
    width: 100%;
    max-width: 1250px;
    margin: 0 auto; }
  #events-page #upcoming-events .upcoming-events__heading {
    font-size: var(--font_48);
    text-align: center;
    color: #245182; }
    #events-page #upcoming-events .upcoming-events__content {
      padding-bottom: 40px;
      width: 100%;
      max-width: 650px;
      margin: 0 auto;
      text-align: center; }
  #events-page #upcoming-events .event__wrap {
    margin: 20px;
    padding: 60px 20px 40px 20px;
    border-radius: 20px;
    background: #e1ffa5;
    box-shadow: 4px 4px 4px 0px rgba(0, 0, 0, 0.25); }
    #events-page #upcoming-events .event__title {
      font-size: var(--font_28);
      font-weight: 700;
      padding-bottom: 20px;
      margin-bottom: 20px;
      border-bottom: 3px solid #245182; }
    #events-page #upcoming-events .event__description {
      line-height: 120%; }
    #events-page #upcoming-events .event__image {
      text-align: center;
      display: flex;
      flex-direction: column;
      align-items: center;
      justify-content: center; }
      #events-page #upcoming-events .event__image img {
        border-radius: 100%; }
    #events-page #upcoming-events .event__date {
      font-size: fvar(--font_20);
      font-style: italic;
      font-weight: 700;
      padding-bottom: 20px; }
    #events-page #upcoming-events .event__button {
      text-transform: uppercase; }
  #events-page #upcoming-events .flex {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    padding-left: 60px; }
  #events-page #upcoming-events .slick-dots {
    bottom: -60px; }
    #events-page #upcoming-events .slick-dots li button {
      width: 5px;
      height: 5px;
      border: 1px solid #245182;
      border-radius: 100%; }
    #events-page #upcoming-events .slick-dots li button:before {
      font-size: 0px; }
    #events-page #upcoming-events .slick-dots li.slick-active button {
      background: #245182 !important; }
    #events-page #upcoming-events .slick-dots li:only-child {
      display: none; }
  #events-page #contact-form {
    padding-top: var(--ym); }

.animate-up .item_0.slide-up.active {
  transition-delay: 0.15s;
  transition-property: transform;
  transition-timing-function: ease; }
  .animate-up .item_1.slide-up.active {
    transition-delay: 0.3s;
    transition-property: transform;
    transition-timing-function: ease; }
  .animate-up .item_2.slide-up.active {
    transition-delay: 0.45s;
    transition-property: transform;
    transition-timing-function: ease; }
  .animate-up .item_3.slide-up.active {
    transition-delay: 0s;
    transition-property: transform;
    transition-timing-function: ease; }
  .animate-up .item_4.slide-up.active {
    transition-delay: 0.15s;
    transition-property: transform;
    transition-timing-function: ease; }
  .animate-up .item_5.slide-up.active {
    transition-delay: 0.3s;
    transition-property: transform;
    transition-timing-function: ease; }
  .animate-up .item_6.slide-up.active {
    transition-delay: 0.45s;
    transition-property: transform;
    transition-timing-function: ease; }
  .animate-up .item_7.slide-up.active {
    transition-delay: 0.6s;
    transition-property: transform;
    transition-timing-function: ease; }
  .animate-up .item_8.slide-up.active {
    transition-delay: 0.75s;
    transition-property: transform;
    transition-timing-function: ease; }
  .animate-up .item_9.slide-up.active {
    transition-delay: 0.9s;
    transition-property: transform;
    transition-timing-function: ease; }
  .animate-up .item_10.slide-up.active {
    transition-delay: 1.05s;
    transition-property: transform;
    transition-timing-function: ease; }
  .animate-up .item_11.slide-up.active {
    transition-delay: 1.2s;
    transition-property: transform;
    transition-timing-function: ease; }
  .animate-up .item_12.slide-up.active {
    transition-delay: 1.35s;
    transition-property: transform;
    transition-timing-function: ease; }

.feature.blue {
  background: #cbf4ff; }

.feature.cream {
  background: #f4ffd4; }

.feature.purple {
  background: #c9daff; }

.feature.lime {
  background: #e1ffa5; }

.feature.left .row {
  display: flex;
  flex-direction: row-reverse; }
  .feature.left .feature__image {
    mask-image: url(../images/svg_path_left.svg);
    mask-position: center right; }
  .feature.left .feature__wrap {
    padding-right: 30%;
    padding-left: 15%; }

.feature.right .feature__wrap {
  padding-left: 30%;
  padding-right: 15%; }
  .feature.right .feature__image {
    mask-position: center left; }

.feature {
  color: #245182; }
  .feature h1, .feature h2, .feature h3, .feature h4, .feature h5, .feature h6 {
    color: #245182 !important; }
  .feature h1 b, .feature h2 b, .feature h3 b, .feature h4 b, .feature h5 b, .feature h6 b, .feature h1 strong, .feature h2 strong, .feature h3 strong, .feature h4 strong, .feature h5 strong, .feature h6 strong {
    font-weight: 700 !important; }
  .feature h4, .feature h5, .feature h6 {
    font-size: var(--font_28);
    margin-bottom: 0px;
    font-weight: 700;
    font-family: 'Mulish', sans-serif; }
  .feature h4 b, .feature h5 b, .feature h6 b, .feature h4 strong, .feature h5 strong, .feature h6 strong {
    font-weight: 700 !important; }
  .feature a {
    color: #f9a901;
    transition: all ease 0.5s; }
  .feature a:hover {
    color: #f9a901;
    text-decoration: underline; }
  .feature__wrap {
    padding: 5% 10%;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center; }
  .feature__heading {
    font-family: 'FAIRE Sprig Trial Light', serif;
    font-size: var(--font_48);
    font-weight: 300;
    line-height: 120%;
    border-bottom: 3px solid #245182;
    margin-bottom: 40px;
    padding-bottom: 20px; }
  .feature__content {
    width: 100%; }
  .feature__button {
    padding-top: 20px; }
  .feature__mask {
    width: 100%;
    height: 100%; }
  .feature__image {
    width: 100%;
    /*min-height: 60vh; */
    /*
        background-position: left center;
        background-repeat: no-repeat;
        */
    height: 100%;
    mask-image: url(../images/svg_path.svg);
    mask-size: cover;
    /*mask-position: center; */
    mask-repeat: no-repeat; }
  .feature__image img {
    height: 100%;
    width: 100%;
    object-fit: cover; }
  .feature .btn-secondary {
    background: #f9a901 !important;
    color: #245182 !important;
    border: 2px solid #f9a901;
    text-transform: uppercase; }
  .feature .btn-secondary:hover {
    background: #245182 !important;
    color: #e1ffa5 !important;
    border: 2px solid #245182;
    text-decoration: none; }
  .feature .col-xl-6 {
    height: auto; }

#reviews {
  padding: var(--ym) 0px;
  width: 100%;
  max-width: 1250px;
  margin: 0 auto; }
  #reviews .review__grid {
    display: flex;
    column-gap: 80px;
    row-gap: 60px;
    flex-wrap: wrap;
    justify-content: center; }
  #reviews .review__wrap {
    width: 45%;
    background: #e1ffa5;
    color: #245182;
    padding: 20px;
    margin: 20px 0px;
    border-radius: 20px 20px 20px 0px;
    box-shadow: 5px 5px 4px 0px rgba(0, 0, 0, 0.25); }
  #reviews .review__heading {
    color: #245182;
    font-family: 'Mulish', sans-serif;
    font-size: var(--font_28);
    font-style: normal;
    font-weight: 700;
    line-height: normal; }
  #reviews .review__content {
    line-height: 120%; }
  #reviews .review__flex {
    display: flex;
    justify-content: space-between; }
  #reviews .review__client {
    font-size: 20px;
    font-style: italic;
    font-weight: 700; }
  #reviews .review__rating img {
    padding-right: 10px; }
  #reviews .item_0.slide-up.active {
    transition-delay: 0.05s;
    transition-property: transform;
    transition-timing-function: ease; }
  #reviews .item_1.slide-up.active {
    transition-delay: 0.1s;
    transition-property: transform;
    transition-timing-function: ease; }
  #reviews .item_2.slide-up.active {
    transition-delay: 0s;
    transition-property: transform;
    transition-timing-function: ease; }
  #reviews .item_3.slide-up.active {
    transition-delay: 0.05s;
    transition-property: transform;
    transition-timing-function: ease; }
  #reviews .item_4.slide-up.active {
    transition-delay: 0.1s;
    transition-property: transform;
    transition-timing-function: ease; }
  #reviews .item_5.slide-up.active {
    transition-delay: 0.15s;
    transition-property: transform;
    transition-timing-function: ease; }
  #reviews .item_6.slide-up.active {
    transition-delay: 0.2s;
    transition-property: transform;
    transition-timing-function: ease; }
  #reviews .item_7.slide-up.active {
    transition-delay: 0.25s;
    transition-property: transform;
    transition-timing-function: ease; }
  #reviews .item_8.slide-up.active {
    transition-delay: 0.3s;
    transition-property: transform;
    transition-timing-function: ease; }
  #reviews .item_9.slide-up.active {
    transition-delay: 0.35s;
    transition-property: transform;
    transition-timing-function: ease; }
  #reviews .item_10.slide-up.active {
    transition-delay: 0.4s;
    transition-property: transform;
    transition-timing-function: ease; }
  #reviews .item_11.slide-up.active {
    transition-delay: 0.45s;
    transition-property: transform;
    transition-timing-function: ease; }
  #reviews .item_12.slide-up.active {
    transition-delay: 0.5s;
    transition-property: transform;
    transition-timing-function: ease; }

#contact-form {
  padding: 0px var(--xm) var(--ym) var(--xm);
  /* FOOTER
----------------------------------------------------------- */ }
  #contact-form .container-fluid {
    width: 100%;
    max-width: 930px;
    margin: 0 auto;
    background: #e1ffa5;
    color: #245182;
    padding: 80px 40px 40px 40px;
    box-shadow: 5px 5px 4px rgba(0, 0, 0, 0.25);
    border-radius: 20px; }
  #contact-form .col-xl-12 {
    width: 100%;
    max-width: 660px;
    margin: 0 auto; }
  #contact-form .contact__heading {
    color: #245182;
    font-size: var(--font_48);
    font-style: normal;
    line-height: normal;
    text-align: center;
    line-height: 120%; }
  #contact-form .contact__form label {
    color: #245182;
    font-weight: 400; }

#footer-wrap {
  background: #f4ffd4;
  color: #245182;
  font-size: var(--content_size);
  /* GENERIC STYLES
----------------------------------------------------------- */ }
  #footer-wrap #footer {
    padding: 30px 0px 0px 0px;
    font-size: var(--content_size); }
  #footer-wrap #footer ul {
    margin: 0px;
    padding: 0px; }
  #footer-wrap #footer li {
    list-style: none;
    padding: 0px 0px 10px 0px;
    display: block; }
  #footer-wrap #footer a {
    color: #245182; }
  #footer-wrap #footer h4 {
    font-family: 'Mulish', sans-serif;
    font-size: var(--font_28);
    color: #245182;
    font-weight: 700; }
  #footer-wrap #footer hr {
    height: 2px;
    background: #245182;
    opacity: 1;
    margin: 20px 0px;
    display: none; }
  #footer-wrap #footer .footer-logo {
    text-align: center; }
  #footer-wrap #footer .footer-tag {
    text-align: center;
    padding: 20px 0px;
    text-transform: uppercase;
    font-size: var(--font_18); }
  #footer-wrap #footer .footer-btn {
    text-align: center; }
  #footer-wrap #footer .footer-contact {
    padding-top: 40px;
    padding-left: 184px; }
  #footer-wrap #footer .bdr-right {
    border-right: 2px solid #245182; }
  #footer-wrap #footer #links {
    padding-left: 20px; }
    #footer-wrap #footer #links .description {
      display: none !important; }
  #footer-wrap #copyright {
    padding: 0px 0px 20px 0px;
    font-size: var(--content_size);
    margin-top: -30px; }

.show_desktop {
  display: block; }

.show_mobile {
  display: none; }

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

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

.clear {
  clear: both !important; }

.page-title {
  color: #f4ffd4 !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: #f4ffd4; }
  a:hover {
    color: #f4ffd4; }

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

.stick {
  position: sticky;
  top: 0px;
  z-index: -1;
  /* 404 page */ }

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

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

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

.slick-dots {
  bottom: 0px;
  left: 0vw; }
  .slick-dots li button {
    border: 1px solid #f4ffd4; }
  .slick-dots li.slick-active button {
    background: #f4ffd4 !important; }

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

.reveal-text {
  visibility: hidden; }

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

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

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

.slide-up {
  position: relative;
  opacity: 1;
  transition: 0.5s all ease;
  transform: translateY(0); }

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

.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__inner {
  animation: marquee 90s linear infinite;
  -webkit-animation: marquee 90s linear infinite; }
  .marquee__inner span {
    display: flex;
    align-items: center;
    width: fit-content; }
    .marquee__inner span img {
      height: 80px;
      width: auto; }

.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 40px;
    height: 80px;
    width: fit-content;
    min-width: 280px; }
    .marquee__inner span img {
      width: 100%;
      height: 100%; }

@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 {
  /* Firefox < 16 */
  from {
    opacity: 0; }

  to {
    opacity: 1; } }

@-moz-keyframes fadein {
  /* Safari, Chrome and Opera > 12.1 */
  from {
    opacity: 0; }

  to {
    opacity: 1; } }

@-webkit-keyframes fadein {
  /* Internet Explorer */
  from {
    opacity: 0; }

  to {
    opacity: 1; } }

@-ms-keyframes fadein {
  /* Opera < 12.1 */
  from {
    opacity: 0; }

  to {
    opacity: 1; } }

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

  to {
    opacity: 1; } }

@keyframes fadeout {
  /* Firefox < 16 */
  from {
    opacity: 1; }

  to {
    opacity: 0; } }

@-moz-keyframes fadeout {
  /* Safari, Chrome and Opera > 12.1 */
  from {
    opacity: 1; }

  to {
    opacity: 0; } }

@-webkit-keyframes fadeout {
  /* Internet Explorer */
  from {
    opacity: 1; }

  to {
    opacity: 0; } }

@-ms-keyframes fadeout {
  /* Opera < 12.1 */
  from {
    opacity: 1; }

  to {
    opacity: 0; } }

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

  to {
    opacity: 0; } }

@keyframes rotate {
  /* HEADINGS
----------------------------------------------------------- */
  from {
    transform: rotate(0deg); }

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

h1, h2, h3, h4, h5, h6 {
  margin: 0 0 20px;
  color: #f4ffd4;
  line-height: 1.5em;
  font-weight: 400;
  font-family: 'FAIRE Sprig Trial Light', 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: #f4ffd4;
  line-height: 1.5em;
  font-weight: 400;
  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);
  /* BUTTONS
----------------------------------------------------------- */ }

.button, .readmore a, .btn-primary, .btn-default {
  font-family: 'Mulish', sans-serif !important;
  font-size: var(--button_size) !important;
  line-height: var(--button_size) !important;
  padding: 5px 20px !important;
  text-align: center;
  display: inline-block;
  font-weight: 400;
  border-radius: 30px;
  text-transform: uppercase;
  background-image: none !important;
  text-shadow: none !important;
  box-shadow: none !important;
  /* Primary Button Style */
  background-color: #245182;
  border: 2px solid #245182;
  color: #e1ffa5; }

.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: 'Mulish', sans-serif !important;
  font-size: var(--button_size) !important;
  line-height: var(--button_size) !important;
  padding: 5px 20px !important;
  text-align: center;
  display: inline-block;
  font-weight: 400;
  border-radius: 30px;
  text-transform: uppercase;
  background-image: none !important;
  text-shadow: none !important;
  box-shadow: none !important;
  /* Primary Button Style */
  background-color: #f9a901;
  border: 2px solid #f9a901;
  color: #e1ffa5;
  transition: 0.5s ease;
  /* Secondary Button Style */
  text-decoration: none;
  outline: none; }

.btn-secondary {
  font-family: 'Mulish', sans-serif !important;
  font-size: var(--button_size) !important;
  line-height: var(--button_size) !important;
  padding: 5px 20px !important;
  text-align: center;
  display: inline-block;
  font-weight: 400;
  border-radius: 30px;
  text-transform: uppercase;
  background-image: none !important;
  text-shadow: none !important;
  box-shadow: none !important;
  /* Primary Button Style */
  background-color: #f9a901;
  border: 2px solid #f9a901;
  color: #245182; }

.btn-secondary:hover, .btn-secondary:active, .btn-secondary:focus, .btn-secondary:focus-within, .btn-secondary:focus-visible {
  font-family: 'Mulish', sans-serif !important;
  font-size: var(--button_size) !important;
  line-height: var(--button_size) !important;
  padding: 5px 20px !important;
  text-align: center;
  display: inline-block;
  font-weight: 400;
  border-radius: 30px;
  text-transform: uppercase;
  background-image: none !important;
  text-shadow: none !important;
  box-shadow: none !important;
  /* Primary Button Style */
  background-color: #e1ffa5;
  border: 2px solid #e1ffa5;
  color: #f9a901;
  transition: 0.5s ease;
  /* Secondary Button Style */
  text-decoration: none;
  outline: none; }

.btn-orange-blue {
  font-family: 'Mulish', sans-serif !important;
  font-size: var(--button_size) !important;
  line-height: var(--button_size) !important;
  padding: 5px 20px !important;
  text-align: center;
  display: inline-block;
  font-weight: 400;
  border-radius: 30px;
  text-transform: uppercase;
  background-image: none !important;
  text-shadow: none !important;
  box-shadow: none !important;
  /* Primary Button Style */
  background-color: #f9a901;
  border: 2px solid #f9a901;
  color: #245182; }
  .btn-orange-blue:hover {
    background-color: #cbf4ff;
    border: 2px solid #cbf4ff;
    color: #f9a901;
    transition: 0.5s ease;
    /* WPForms Buttons */ }

.btn-cta {
  font-family: 'Mulish', sans-serif !important;
  font-size: var(--button_size) !important;
  line-height: var(--button_size) !important;
  padding: 5px 20px !important;
  text-align: center;
  display: inline-block;
  font-weight: 400;
  border-radius: 30px;
  text-transform: uppercase;
  background-image: none !important;
  text-shadow: none !important;
  box-shadow: none !important;
  /* Primary Button Style */
  background: #f9a901;
  border-color: #f9a901;
  color: #245182 !important;
  font-size: var(--font_28) !important;
  font-weight: 700 !important;
  padding: 5px 20px 5px 10px !important;
  display: inline-flex;
  flex-direction: row;
  align-items: center;
  /* LISTS
----------------------------------------------------------- */ }
  .btn-cta img {
    padding-right: 5px; }
  .btn-cta:hover {
    background: #e1ffa5;
    border-color: #e1ffa5;
    color: #f9a901 !important; }

.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
----------------------------------------------------------- */ }

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

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

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

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

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

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

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

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

input[type=text], input[type=email], input[type=tel], input[type=number], input[type=password], textarea {
  background-color: transparent !important;
  border-radius: 0px !important;
  color: #245182 !important;
  font-size: var(--content_size) !important;
  border: none !important;
  border-bottom: 1px solid #245182 !important;
  padding: 5px 0px !important;
  /*
DEFINE VARIABLES
MAIN LAYOUT
HEADER
MENUS
CONTENT
FOOTER
GENERIC STYLES
ANIMATION / TRANSITIONS
HEADINGS
BUTTONS
LISTS
ACCORDION
FORMS
WPFORMS
WOOCOMMERCE
BLOG
BOOTSTRAP
FLEXI PAGE STYLING
*/
  /* DEFINE VARIABLES
----------------------------------------------------------- */
  /* See variables.scss */
  /* MAIN LAYOUT
----------------------------------------------------------- */ }
  input[type=text]::placeholder, input[type=email]::placeholder, input[type=tel]::placeholder, input[type=number]::placeholder, input[type=password]::placeholder, textarea::placeholder {
    color: #245182 !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: #245182 !important;
  border-color: #245182 !important;
  border-width: 2px;
  width: 20px;
  height: 20px; }
  input[type=radio]:checked {
    background: #245182 !important;
    border-color: #245182 !important; }
  input[type=radio]:checked:after {
    content: "";
    background: #245182;
    position: relative;
    display: flex;
    border-radius: 50px;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    height: 100%;
    border: 3px solid #245182; }
  input[type=radio]:focus {
    box-shadow: none !important;
    outline: none !important; }

input[type=checkbox] {
  background: #245182 !important;
  border-color: #245182 !important;
  border-width: 2px;
  width: 20px;
  height: 20px; }
  input[type=checkbox]:checked {
    background: #245182 !important;
    border-color: #245182 !important; }
  input[type=checkbox]:checked:after {
    content: "\f00c";
    font-family: 'Font Awesome 5 Pro';
    font-size: 14px;
    color: #245182;
    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: 'Mulish', sans-serif !important;
  font-size: var(--button_size) !important;
  line-height: var(--button_size) !important;
  padding: 5px 20px !important;
  text-align: center;
  display: inline-block;
  font-weight: 400;
  border-radius: 30px;
  text-transform: uppercase;
  background-image: none !important;
  text-shadow: none !important;
  box-shadow: none !important;
  /* Primary Button Style */
  background-color: #f9a901;
  border: 2px solid #f9a901;
  color: #245182;
  display: inline-block !important;
  background-image: none !important;
  text-shadow: none !important;
  box-shadow: none !important;
  /* Wocommerce Buttons */ }
  button[type=submit]:hover {
    background-color: #e1ffa5;
    border: 2px solid #e1ffa5;
    color: #f9a901;
    transition: 0.5s ease;
    /* Secondary Button Style */ }

select {
  background-color: transparent !important;
  border-radius: 0px !important;
  color: #245182 !important;
  font-size: var(--content_size) !important;
  border: none !important;
  border-bottom: 1px solid #245182 !important;
  padding: 5px 0px !important;
  /*
DEFINE VARIABLES
MAIN LAYOUT
HEADER
MENUS
CONTENT
FOOTER
GENERIC STYLES
ANIMATION / TRANSITIONS
HEADINGS
BUTTONS
LISTS
ACCORDION
FORMS
WPFORMS
WOOCOMMERCE
BLOG
BOOTSTRAP
FLEXI PAGE STYLING
*/
  /* DEFINE VARIABLES
----------------------------------------------------------- */
  /* See variables.scss */
  /* MAIN LAYOUT
----------------------------------------------------------- */
  border-bottom: 1px solid #f4ffd4 !important;
  padding: 5px 0px !important; }
  select::placeholder {
    color: #245182 !important; }
  select option {
    font-size: var(--content_size) !important; }
  select optgroup {
    font-size: var(--content_size) !important; }
  select:focus {
    box-shadow: none !important;
    outline: none !important; }

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

.select2-selection__rendered {
  background-color: transparent !important;
  border-radius: 0px !important;
  color: #245182 !important;
  font-size: var(--content_size) !important;
  border: none !important;
  border-bottom: 1px solid #245182 !important;
  padding: 5px 0px !important;
  /*
DEFINE VARIABLES
MAIN LAYOUT
HEADER
MENUS
CONTENT
FOOTER
GENERIC STYLES
ANIMATION / TRANSITIONS
HEADINGS
BUTTONS
LISTS
ACCORDION
FORMS
WPFORMS
WOOCOMMERCE
BLOG
BOOTSTRAP
FLEXI PAGE STYLING
*/
  /* DEFINE VARIABLES
----------------------------------------------------------- */
  /* See variables.scss */
  /* MAIN LAYOUT
----------------------------------------------------------- */
  border-bottom: 1px solid #f4ffd4 !important;
  padding: 5px 0px !important; }
  .select2-selection__rendered::placeholder {
    color: #245182 !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: #245182;
  /* WPFORMS
----------------------------------------------------------- */ }

.wpforms-container-full .wpforms-form input.wpforms-field-large, .wpforms-container-full .wpforms-form input.wpforms-field-medium, .wpforms-container-full .wpforms-form input.wpforms-field-small {
  background-color: transparent !important;
  border-radius: 0px !important;
  color: #245182 !important;
  font-size: var(--content_size) !important;
  border: none !important;
  border-bottom: 1px solid #245182 !important;
  padding: 5px 0px !important;
  /*
DEFINE VARIABLES
MAIN LAYOUT
HEADER
MENUS
CONTENT
FOOTER
GENERIC STYLES
ANIMATION / TRANSITIONS
HEADINGS
BUTTONS
LISTS
ACCORDION
FORMS
WPFORMS
WOOCOMMERCE
BLOG
BOOTSTRAP
FLEXI PAGE STYLING
*/
  /* DEFINE VARIABLES
----------------------------------------------------------- */
  /* See variables.scss */
  /* MAIN LAYOUT
----------------------------------------------------------- */ }
  .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: #245182 !important; }
  .wpforms-container-full .wpforms-form textarea.wpforms-field-large, .wpforms-container-full .wpforms-form textarea.wpforms-field-medium, .wpforms-container-full .wpforms-form textarea.wpforms-field-small {
    background-color: transparent !important;
    border-radius: 0px !important;
    color: #245182 !important;
    font-size: var(--content_size) !important;
    border: none !important;
    border-bottom: 1px solid #245182 !important;
    padding: 5px 0px !important;
    /*
DEFINE VARIABLES
MAIN LAYOUT
HEADER
MENUS
CONTENT
FOOTER
GENERIC STYLES
ANIMATION / TRANSITIONS
HEADINGS
BUTTONS
LISTS
ACCORDION
FORMS
WPFORMS
WOOCOMMERCE
BLOG
BOOTSTRAP
FLEXI PAGE STYLING
*/
    /* DEFINE VARIABLES
----------------------------------------------------------- */
    /* See variables.scss */
    /* MAIN LAYOUT
----------------------------------------------------------- */ }
  .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: #245182 !important; }
  .wpforms-container-full .wpforms-form input[type=submit], .wpforms-container-full .wpforms-form button[type=submit] {
    font-family: 'Mulish', sans-serif !important;
    font-size: var(--button_size) !important;
    line-height: var(--button_size) !important;
    padding: 5px 20px !important;
    text-align: center;
    display: inline-block;
    font-weight: 400;
    border-radius: 30px;
    text-transform: uppercase;
    background-image: none !important;
    text-shadow: none !important;
    box-shadow: none !important;
    /* Primary Button Style */
    background-color: #f9a901;
    border: 2px solid #f9a901;
    color: #245182;
    display: inline-block !important;
    background-image: none !important;
    text-shadow: none !important;
    box-shadow: none !important;
    /* Wocommerce Buttons */ }
  .wpforms-container-full .wpforms-form input[type=submit]:hover, .wpforms-container-full .wpforms-form button[type=submit]:hover {
    background-color: #e1ffa5;
    border: 2px solid #e1ffa5;
    color: #f9a901;
    transition: 0.5s ease;
    /* Secondary Button Style */ }
  .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 #245182 !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: #245182 !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: #245182 !important;
  color: #245182 !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: #245182 !important;
    color: #245182 !important; }

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

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

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

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

.wpforms-submit-container {
  text-align: center; }
  .wpforms-submit-container button.wpforms-submit {
    padding: 10px 60px !important;
    width: 250px !important;
    text-transform: uppercase; }

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-color: #f9a901 !important;
  border: 2px solid #f9a901 !important;
  color: #245182 !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-color: #cbf4ff !important;
  border: 2px solid #cbf4ff !important;
  color: #f9a901 !important;
  /* WOOCOMMERCE
----------------------------------------------------------- */
  /* See woocommerce.scss */
  /* BLOG
----------------------------------------------------------- */ }

.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 #page-wrap {
  width: 100%;
  max-width: 1320px;
  margin: 0 auto;
  padding: 40px; }

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

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

.card {
  background-color: #245182 !important;
  border: 1px solid #245182 !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: #245182 !important;
  --bs-table-striped-bg: #245182 !important;
  --bs-table-active-color: #245182 !important;
  --bs-table-active-bg: #245182 !important;
  --bs-table-hover-color: #245182 !important;
  --bs-table-hover-bg: #245182 !important;
  --bs-table-bg-type: #245182 !important;
  color: #245182;
  border-color: #245182; }

.table > :not(caption) > * > * {
  color: #245182;
  /* FLEXI PAGE STYLING
----------------------------------------------------------- */ }

#custom-page {
  /* Generic */ }
  #custom-page #cta.brand1, #custom-page #accordion_split.brand1, #custom-page #split-column.brand1, #custom-page #marquee.brand1, #custom-page #slider.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 #button.brand1, #custom-page #feature.brand1, #custom-page #reviews-section.brand1, #custom-page #contact-form.brand1, #custom-page #steps.brand1 {
    background-color: #245182 !important;
    color: #f4ffd4; }
  #custom-page #cta.brand1 h1, #custom-page #accordion_split.brand1 h1, #custom-page #split-column.brand1 h1, #custom-page #marquee.brand1 h1, #custom-page #slider.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 #button.brand1 h1, #custom-page #feature.brand1 h1, #custom-page #reviews-section.brand1 h1, #custom-page #contact-form.brand1 h1, #custom-page #steps.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 #slider.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 #button.brand1 h2, #custom-page #feature.brand1 h2, #custom-page #reviews-section.brand1 h2, #custom-page #contact-form.brand1 h2, #custom-page #steps.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 #slider.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 #button.brand1 h3, #custom-page #feature.brand1 h3, #custom-page #reviews-section.brand1 h3, #custom-page #contact-form.brand1 h3, #custom-page #steps.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 #slider.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 #button.brand1 h4, #custom-page #feature.brand1 h4, #custom-page #reviews-section.brand1 h4, #custom-page #contact-form.brand1 h4, #custom-page #steps.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 #slider.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 #button.brand1 h5, #custom-page #feature.brand1 h5, #custom-page #reviews-section.brand1 h5, #custom-page #contact-form.brand1 h5, #custom-page #steps.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 #slider.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 #button.brand1 h6, #custom-page #feature.brand1 h6, #custom-page #reviews-section.brand1 h6, #custom-page #contact-form.brand1 h6, #custom-page #steps.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 #slider.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 #button.brand1 p, #custom-page #feature.brand1 p, #custom-page #reviews-section.brand1 p, #custom-page #contact-form.brand1 p, #custom-page #steps.brand1 p {
    color: #f4ffd4 !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 #slider.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 #button.brand1 .btn-primary, #custom-page #feature.brand1 .btn-primary, #custom-page #reviews-section.brand1 .btn-primary, #custom-page #contact-form.brand1 .btn-primary, #custom-page #steps.brand1 .btn-primary {
    background-color: #f9a901;
    border: 2px solid #f9a901;
    color: #245182; }
  #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 #slider.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 #button.brand1 .btn-primary:hover, #custom-page #feature.brand1 .btn-primary:hover, #custom-page #reviews-section.brand1 .btn-primary:hover, #custom-page #contact-form.brand1 .btn-primary:hover, #custom-page #steps.brand1 .btn-primary:hover {
    background-color: #e1ffa5;
    border: 2px solid #e1ffa5;
    color: #245182; }
  #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 #slider.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 #button.brand1 .service__link a, #custom-page #feature.brand1 .service__link a, #custom-page #reviews-section.brand1 .service__link a, #custom-page #contact-form.brand1 .service__link a, #custom-page #steps.brand1 .service__link a {
    color: #f4ffd4; }
  #custom-page #cta.brand1 .accordion, #custom-page #accordion_split.brand1 .accordion, #custom-page #split-column.brand1 .accordion, #custom-page #marquee.brand1 .accordion, #custom-page #slider.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 #button.brand1 .accordion, #custom-page #feature.brand1 .accordion, #custom-page #reviews-section.brand1 .accordion, #custom-page #contact-form.brand1 .accordion, #custom-page #steps.brand1 .accordion {
    border-bottom: 2px solid #f4ffd4; }
  #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 #slider.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 #button.brand1 .accordion-body, #custom-page #feature.brand1 .accordion-body, #custom-page #reviews-section.brand1 .accordion-body, #custom-page #contact-form.brand1 .accordion-body, #custom-page #steps.brand1 .accordion-body {
    color: #f4ffd4; }
  #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 #slider.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 #button.brand1 .accordion-button, #custom-page #feature.brand1 .accordion-button, #custom-page #reviews-section.brand1 .accordion-button, #custom-page #contact-form.brand1 .accordion-button, #custom-page #steps.brand1 .accordion-button {
    color: #f4ffd4;
    border-top: 2px solid #f4ffd4; }
  #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 #slider.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 #button.brand1 .accordion-button:not(.collapsed), #custom-page #feature.brand1 .accordion-button:not(.collapsed), #custom-page #reviews-section.brand1 .accordion-button:not(.collapsed), #custom-page #contact-form.brand1 .accordion-button:not(.collapsed), #custom-page #steps.brand1 .accordion-button:not(.collapsed) {
    color: #f4ffd4; }
  #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 #slider.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 #button.brand1 .accordion-button:focus, #custom-page #feature.brand1 .accordion-button:focus, #custom-page #reviews-section.brand1 .accordion-button:focus, #custom-page #contact-form.brand1 .accordion-button:focus, #custom-page #steps.brand1 .accordion-button:focus {
    border-top: 2px solid #f4ffd4; }
  #custom-page #cta.brand1 .contact__heading, #custom-page #accordion_split.brand1 .contact__heading, #custom-page #split-column.brand1 .contact__heading, #custom-page #marquee.brand1 .contact__heading, #custom-page #slider.brand1 .contact__heading, #custom-page #html.brand1 .contact__heading, #custom-page #wysiwyg.brand1 .contact__heading, #custom-page #spacer.brand1 .contact__heading, #custom-page #specialties.brand1 .contact__heading, #custom-page #header.brand1 .contact__heading, #custom-page #banner.brand1 .contact__heading, #custom-page #button.brand1 .contact__heading, #custom-page #feature.brand1 .contact__heading, #custom-page #reviews-section.brand1 .contact__heading, #custom-page #contact-form.brand1 .contact__heading, #custom-page #steps.brand1 .contact__heading {
    color: #245182 !important; }
  #custom-page #cta.brand1 .review__heading, #custom-page #accordion_split.brand1 .review__heading, #custom-page #split-column.brand1 .review__heading, #custom-page #marquee.brand1 .review__heading, #custom-page #slider.brand1 .review__heading, #custom-page #html.brand1 .review__heading, #custom-page #wysiwyg.brand1 .review__heading, #custom-page #spacer.brand1 .review__heading, #custom-page #specialties.brand1 .review__heading, #custom-page #header.brand1 .review__heading, #custom-page #banner.brand1 .review__heading, #custom-page #button.brand1 .review__heading, #custom-page #feature.brand1 .review__heading, #custom-page #reviews-section.brand1 .review__heading, #custom-page #contact-form.brand1 .review__heading, #custom-page #steps.brand1 .review__heading, #custom-page #cta.brand1 .review__content, #custom-page #accordion_split.brand1 .review__content, #custom-page #split-column.brand1 .review__content, #custom-page #marquee.brand1 .review__content, #custom-page #slider.brand1 .review__content, #custom-page #html.brand1 .review__content, #custom-page #wysiwyg.brand1 .review__content, #custom-page #spacer.brand1 .review__content, #custom-page #specialties.brand1 .review__content, #custom-page #header.brand1 .review__content, #custom-page #banner.brand1 .review__content, #custom-page #button.brand1 .review__content, #custom-page #feature.brand1 .review__content, #custom-page #reviews-section.brand1 .review__content, #custom-page #contact-form.brand1 .review__content, #custom-page #steps.brand1 .review__content, #custom-page #cta.brand1 #reviews p, #custom-page #accordion_split.brand1 #reviews p, #custom-page #split-column.brand1 #reviews p, #custom-page #marquee.brand1 #reviews p, #custom-page #slider.brand1 #reviews p, #custom-page #html.brand1 #reviews p, #custom-page #wysiwyg.brand1 #reviews p, #custom-page #spacer.brand1 #reviews p, #custom-page #specialties.brand1 #reviews p, #custom-page #header.brand1 #reviews p, #custom-page #banner.brand1 #reviews p, #custom-page #button.brand1 #reviews p, #custom-page #feature.brand1 #reviews p, #custom-page #reviews-section.brand1 #reviews p, #custom-page #contact-form.brand1 #reviews p, #custom-page #steps.brand1 #reviews p {
    color: #245182 !important; }
  #custom-page #cta.brand1 .steps__heading, #custom-page #accordion_split.brand1 .steps__heading, #custom-page #split-column.brand1 .steps__heading, #custom-page #marquee.brand1 .steps__heading, #custom-page #slider.brand1 .steps__heading, #custom-page #html.brand1 .steps__heading, #custom-page #wysiwyg.brand1 .steps__heading, #custom-page #spacer.brand1 .steps__heading, #custom-page #specialties.brand1 .steps__heading, #custom-page #header.brand1 .steps__heading, #custom-page #banner.brand1 .steps__heading, #custom-page #button.brand1 .steps__heading, #custom-page #feature.brand1 .steps__heading, #custom-page #reviews-section.brand1 .steps__heading, #custom-page #contact-form.brand1 .steps__heading, #custom-page #steps.brand1 .steps__heading {
    color: #f4ffd4; }
  #custom-page #cta.brand1 .steps__content, #custom-page #accordion_split.brand1 .steps__content, #custom-page #split-column.brand1 .steps__content, #custom-page #marquee.brand1 .steps__content, #custom-page #slider.brand1 .steps__content, #custom-page #html.brand1 .steps__content, #custom-page #wysiwyg.brand1 .steps__content, #custom-page #spacer.brand1 .steps__content, #custom-page #specialties.brand1 .steps__content, #custom-page #header.brand1 .steps__content, #custom-page #banner.brand1 .steps__content, #custom-page #button.brand1 .steps__content, #custom-page #feature.brand1 .steps__content, #custom-page #reviews-section.brand1 .steps__content, #custom-page #contact-form.brand1 .steps__content, #custom-page #steps.brand1 .steps__content {
    color: #f4ffd4; }
  #custom-page #cta.brand1 .tile__item, #custom-page #accordion_split.brand1 .tile__item, #custom-page #split-column.brand1 .tile__item, #custom-page #marquee.brand1 .tile__item, #custom-page #slider.brand1 .tile__item, #custom-page #html.brand1 .tile__item, #custom-page #wysiwyg.brand1 .tile__item, #custom-page #spacer.brand1 .tile__item, #custom-page #specialties.brand1 .tile__item, #custom-page #header.brand1 .tile__item, #custom-page #banner.brand1 .tile__item, #custom-page #button.brand1 .tile__item, #custom-page #feature.brand1 .tile__item, #custom-page #reviews-section.brand1 .tile__item, #custom-page #contact-form.brand1 .tile__item, #custom-page #steps.brand1 .tile__item {
    background: #c9daff; }
  #custom-page #cta.brand1 .tile__heading, #custom-page #accordion_split.brand1 .tile__heading, #custom-page #split-column.brand1 .tile__heading, #custom-page #marquee.brand1 .tile__heading, #custom-page #slider.brand1 .tile__heading, #custom-page #html.brand1 .tile__heading, #custom-page #wysiwyg.brand1 .tile__heading, #custom-page #spacer.brand1 .tile__heading, #custom-page #specialties.brand1 .tile__heading, #custom-page #header.brand1 .tile__heading, #custom-page #banner.brand1 .tile__heading, #custom-page #button.brand1 .tile__heading, #custom-page #feature.brand1 .tile__heading, #custom-page #reviews-section.brand1 .tile__heading, #custom-page #contact-form.brand1 .tile__heading, #custom-page #steps.brand1 .tile__heading {
    color: #245182; }
  #custom-page #cta.brand1 .tile__description, #custom-page #accordion_split.brand1 .tile__description, #custom-page #split-column.brand1 .tile__description, #custom-page #marquee.brand1 .tile__description, #custom-page #slider.brand1 .tile__description, #custom-page #html.brand1 .tile__description, #custom-page #wysiwyg.brand1 .tile__description, #custom-page #spacer.brand1 .tile__description, #custom-page #specialties.brand1 .tile__description, #custom-page #header.brand1 .tile__description, #custom-page #banner.brand1 .tile__description, #custom-page #button.brand1 .tile__description, #custom-page #feature.brand1 .tile__description, #custom-page #reviews-section.brand1 .tile__description, #custom-page #contact-form.brand1 .tile__description, #custom-page #steps.brand1 .tile__description {
    color: #245182; }
  #custom-page #cta.brand1 .tile__icon svg path, #custom-page #accordion_split.brand1 .tile__icon svg path, #custom-page #split-column.brand1 .tile__icon svg path, #custom-page #marquee.brand1 .tile__icon svg path, #custom-page #slider.brand1 .tile__icon svg path, #custom-page #html.brand1 .tile__icon svg path, #custom-page #wysiwyg.brand1 .tile__icon svg path, #custom-page #spacer.brand1 .tile__icon svg path, #custom-page #specialties.brand1 .tile__icon svg path, #custom-page #header.brand1 .tile__icon svg path, #custom-page #banner.brand1 .tile__icon svg path, #custom-page #button.brand1 .tile__icon svg path, #custom-page #feature.brand1 .tile__icon svg path, #custom-page #reviews-section.brand1 .tile__icon svg path, #custom-page #contact-form.brand1 .tile__icon svg path, #custom-page #steps.brand1 .tile__icon svg path {
    fill: #245182; }
  #custom-page #cta.brand2, #custom-page #accordion_split.brand2, #custom-page #split-column.brand2, #custom-page #marquee.brand2, #custom-page #slider.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 #button.brand2, #custom-page #feature.brand2, #custom-page #reviews-section.brand2, #custom-page #contact-form.brand2, #custom-page #steps.brand2 {
    background-color: #f4ffd4 !important;
    color: #245182; }
  #custom-page #cta.brand2 h1, #custom-page #accordion_split.brand2 h1, #custom-page #split-column.brand2 h1, #custom-page #marquee.brand2 h1, #custom-page #slider.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 #button.brand2 h1, #custom-page #feature.brand2 h1, #custom-page #reviews-section.brand2 h1, #custom-page #contact-form.brand2 h1, #custom-page #steps.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 #slider.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 #button.brand2 h2, #custom-page #feature.brand2 h2, #custom-page #reviews-section.brand2 h2, #custom-page #contact-form.brand2 h2, #custom-page #steps.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 #slider.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 #button.brand2 h3, #custom-page #feature.brand2 h3, #custom-page #reviews-section.brand2 h3, #custom-page #contact-form.brand2 h3, #custom-page #steps.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 #slider.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 #button.brand2 h4, #custom-page #feature.brand2 h4, #custom-page #reviews-section.brand2 h4, #custom-page #contact-form.brand2 h4, #custom-page #steps.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 #slider.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 #button.brand2 h5, #custom-page #feature.brand2 h5, #custom-page #reviews-section.brand2 h5, #custom-page #contact-form.brand2 h5, #custom-page #steps.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 #slider.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 #button.brand2 h6, #custom-page #feature.brand2 h6, #custom-page #reviews-section.brand2 h6, #custom-page #contact-form.brand2 h6, #custom-page #steps.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 #slider.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 #button.brand2 p, #custom-page #feature.brand2 p, #custom-page #reviews-section.brand2 p, #custom-page #contact-form.brand2 p, #custom-page #steps.brand2 p {
    color: #245182 !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 #slider.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 #button.brand2 .btn-primary, #custom-page #feature.brand2 .btn-primary, #custom-page #reviews-section.brand2 .btn-primary, #custom-page #contact-form.brand2 .btn-primary, #custom-page #steps.brand2 .btn-primary {
    background-color: #245182;
    border: 2px solid #245182;
    color: #f4ffd4; }
  #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 #slider.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 #button.brand2 .btn-primary:hover, #custom-page #feature.brand2 .btn-primary:hover, #custom-page #reviews-section.brand2 .btn-primary:hover, #custom-page #contact-form.brand2 .btn-primary:hover, #custom-page #steps.brand2 .btn-primary:hover {
    background-color: #f9a901;
    border: 2px solid #f9a901;
    color: #f4ffd4; }
  #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 #slider.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 #button.brand2 .service__link a, #custom-page #feature.brand2 .service__link a, #custom-page #reviews-section.brand2 .service__link a, #custom-page #contact-form.brand2 .service__link a, #custom-page #steps.brand2 .service__link a {
    color: #245182; }
  #custom-page #cta.brand2 .accordion, #custom-page #accordion_split.brand2 .accordion, #custom-page #split-column.brand2 .accordion, #custom-page #marquee.brand2 .accordion, #custom-page #slider.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 #button.brand2 .accordion, #custom-page #feature.brand2 .accordion, #custom-page #reviews-section.brand2 .accordion, #custom-page #contact-form.brand2 .accordion, #custom-page #steps.brand2 .accordion {
    border-bottom: 2px solid #245182; }
  #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 #slider.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 #button.brand2 .accordion-body, #custom-page #feature.brand2 .accordion-body, #custom-page #reviews-section.brand2 .accordion-body, #custom-page #contact-form.brand2 .accordion-body, #custom-page #steps.brand2 .accordion-body {
    color: #245182; }
  #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 #slider.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 #button.brand2 .accordion-button, #custom-page #feature.brand2 .accordion-button, #custom-page #reviews-section.brand2 .accordion-button, #custom-page #contact-form.brand2 .accordion-button, #custom-page #steps.brand2 .accordion-button {
    color: #245182;
    border-top: 2px solid #245182; }
  #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 #slider.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 #button.brand2 .accordion-button:not(.collapsed), #custom-page #feature.brand2 .accordion-button:not(.collapsed), #custom-page #reviews-section.brand2 .accordion-button:not(.collapsed), #custom-page #contact-form.brand2 .accordion-button:not(.collapsed), #custom-page #steps.brand2 .accordion-button:not(.collapsed) {
    color: #245182; }
  #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 #slider.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 #button.brand2 .accordion-button:focus, #custom-page #feature.brand2 .accordion-button:focus, #custom-page #reviews-section.brand2 .accordion-button:focus, #custom-page #contact-form.brand2 .accordion-button:focus, #custom-page #steps.brand2 .accordion-button:focus {
    border-top: 2px solid #245182; }
  #custom-page #cta.brand2 .steps__heading, #custom-page #accordion_split.brand2 .steps__heading, #custom-page #split-column.brand2 .steps__heading, #custom-page #marquee.brand2 .steps__heading, #custom-page #slider.brand2 .steps__heading, #custom-page #html.brand2 .steps__heading, #custom-page #wysiwyg.brand2 .steps__heading, #custom-page #spacer.brand2 .steps__heading, #custom-page #specialties.brand2 .steps__heading, #custom-page #header.brand2 .steps__heading, #custom-page #banner.brand2 .steps__heading, #custom-page #button.brand2 .steps__heading, #custom-page #feature.brand2 .steps__heading, #custom-page #reviews-section.brand2 .steps__heading, #custom-page #contact-form.brand2 .steps__heading, #custom-page #steps.brand2 .steps__heading {
    color: #245182; }
  #custom-page #cta.brand2 .steps__content, #custom-page #accordion_split.brand2 .steps__content, #custom-page #split-column.brand2 .steps__content, #custom-page #marquee.brand2 .steps__content, #custom-page #slider.brand2 .steps__content, #custom-page #html.brand2 .steps__content, #custom-page #wysiwyg.brand2 .steps__content, #custom-page #spacer.brand2 .steps__content, #custom-page #specialties.brand2 .steps__content, #custom-page #header.brand2 .steps__content, #custom-page #banner.brand2 .steps__content, #custom-page #button.brand2 .steps__content, #custom-page #feature.brand2 .steps__content, #custom-page #reviews-section.brand2 .steps__content, #custom-page #contact-form.brand2 .steps__content, #custom-page #steps.brand2 .steps__content {
    color: #245182; }
  #custom-page #cta.brand2 .tile__item, #custom-page #accordion_split.brand2 .tile__item, #custom-page #split-column.brand2 .tile__item, #custom-page #marquee.brand2 .tile__item, #custom-page #slider.brand2 .tile__item, #custom-page #html.brand2 .tile__item, #custom-page #wysiwyg.brand2 .tile__item, #custom-page #spacer.brand2 .tile__item, #custom-page #specialties.brand2 .tile__item, #custom-page #header.brand2 .tile__item, #custom-page #banner.brand2 .tile__item, #custom-page #button.brand2 .tile__item, #custom-page #feature.brand2 .tile__item, #custom-page #reviews-section.brand2 .tile__item, #custom-page #contact-form.brand2 .tile__item, #custom-page #steps.brand2 .tile__item {
    background: #245182; }
  #custom-page #cta.brand2 .tile__heading, #custom-page #accordion_split.brand2 .tile__heading, #custom-page #split-column.brand2 .tile__heading, #custom-page #marquee.brand2 .tile__heading, #custom-page #slider.brand2 .tile__heading, #custom-page #html.brand2 .tile__heading, #custom-page #wysiwyg.brand2 .tile__heading, #custom-page #spacer.brand2 .tile__heading, #custom-page #specialties.brand2 .tile__heading, #custom-page #header.brand2 .tile__heading, #custom-page #banner.brand2 .tile__heading, #custom-page #button.brand2 .tile__heading, #custom-page #feature.brand2 .tile__heading, #custom-page #reviews-section.brand2 .tile__heading, #custom-page #contact-form.brand2 .tile__heading, #custom-page #steps.brand2 .tile__heading {
    color: #f4ffd4; }
  #custom-page #cta.brand2 .tile__description, #custom-page #accordion_split.brand2 .tile__description, #custom-page #split-column.brand2 .tile__description, #custom-page #marquee.brand2 .tile__description, #custom-page #slider.brand2 .tile__description, #custom-page #html.brand2 .tile__description, #custom-page #wysiwyg.brand2 .tile__description, #custom-page #spacer.brand2 .tile__description, #custom-page #specialties.brand2 .tile__description, #custom-page #header.brand2 .tile__description, #custom-page #banner.brand2 .tile__description, #custom-page #button.brand2 .tile__description, #custom-page #feature.brand2 .tile__description, #custom-page #reviews-section.brand2 .tile__description, #custom-page #contact-form.brand2 .tile__description, #custom-page #steps.brand2 .tile__description {
    color: #f4ffd4; }
  #custom-page #cta.brand2 .tile__icon svg path, #custom-page #accordion_split.brand2 .tile__icon svg path, #custom-page #split-column.brand2 .tile__icon svg path, #custom-page #marquee.brand2 .tile__icon svg path, #custom-page #slider.brand2 .tile__icon svg path, #custom-page #html.brand2 .tile__icon svg path, #custom-page #wysiwyg.brand2 .tile__icon svg path, #custom-page #spacer.brand2 .tile__icon svg path, #custom-page #specialties.brand2 .tile__icon svg path, #custom-page #header.brand2 .tile__icon svg path, #custom-page #banner.brand2 .tile__icon svg path, #custom-page #button.brand2 .tile__icon svg path, #custom-page #feature.brand2 .tile__icon svg path, #custom-page #reviews-section.brand2 .tile__icon svg path, #custom-page #contact-form.brand2 .tile__icon svg path, #custom-page #steps.brand2 .tile__icon svg path {
    fill: #f4ffd4; }
  #custom-page #cta.brand3, #custom-page #accordion_split.brand3, #custom-page #split-column.brand3, #custom-page #marquee.brand3, #custom-page #slider.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 #button.brand3, #custom-page #feature.brand3, #custom-page #reviews-section.brand3, #custom-page #contact-form.brand3, #custom-page #steps.brand3 {
    background-color: #e1ffa5 !important;
    color: #245182; }
  #custom-page #cta.brand3 h1, #custom-page #accordion_split.brand3 h1, #custom-page #split-column.brand3 h1, #custom-page #marquee.brand3 h1, #custom-page #slider.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 #button.brand3 h1, #custom-page #feature.brand3 h1, #custom-page #reviews-section.brand3 h1, #custom-page #contact-form.brand3 h1, #custom-page #steps.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 #slider.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 #button.brand3 h2, #custom-page #feature.brand3 h2, #custom-page #reviews-section.brand3 h2, #custom-page #contact-form.brand3 h2, #custom-page #steps.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 #slider.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 #button.brand3 h3, #custom-page #feature.brand3 h3, #custom-page #reviews-section.brand3 h3, #custom-page #contact-form.brand3 h3, #custom-page #steps.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 #slider.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 #button.brand3 h4, #custom-page #feature.brand3 h4, #custom-page #reviews-section.brand3 h4, #custom-page #contact-form.brand3 h4, #custom-page #steps.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 #slider.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 #button.brand3 h5, #custom-page #feature.brand3 h5, #custom-page #reviews-section.brand3 h5, #custom-page #contact-form.brand3 h5, #custom-page #steps.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 #slider.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 #button.brand3 h6, #custom-page #feature.brand3 h6, #custom-page #reviews-section.brand3 h6, #custom-page #contact-form.brand3 h6, #custom-page #steps.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 #slider.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 #button.brand3 p, #custom-page #feature.brand3 p, #custom-page #reviews-section.brand3 p, #custom-page #contact-form.brand3 p, #custom-page #steps.brand3 p {
    color: #245182 !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 #slider.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 #button.brand3 .btn-primary, #custom-page #feature.brand3 .btn-primary, #custom-page #reviews-section.brand3 .btn-primary, #custom-page #contact-form.brand3 .btn-primary, #custom-page #steps.brand3 .btn-primary {
    background-color: #f9a901;
    border: 2px solid #f9a901;
    color: #245182; }
  #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 #slider.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 #button.brand3 .btn-primary:hover, #custom-page #feature.brand3 .btn-primary:hover, #custom-page #reviews-section.brand3 .btn-primary:hover, #custom-page #contact-form.brand3 .btn-primary:hover, #custom-page #steps.brand3 .btn-primary:hover {
    background-color: #245182;
    border: 2px solid #245182;
    color: #e1ffa5; }
  #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 #slider.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 #button.brand3 .service__link a, #custom-page #feature.brand3 .service__link a, #custom-page #reviews-section.brand3 .service__link a, #custom-page #contact-form.brand3 .service__link a, #custom-page #steps.brand3 .service__link a {
    color: #245182; }
  #custom-page #cta.brand3 .accordion, #custom-page #accordion_split.brand3 .accordion, #custom-page #split-column.brand3 .accordion, #custom-page #marquee.brand3 .accordion, #custom-page #slider.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 #button.brand3 .accordion, #custom-page #feature.brand3 .accordion, #custom-page #reviews-section.brand3 .accordion, #custom-page #contact-form.brand3 .accordion, #custom-page #steps.brand3 .accordion {
    border-bottom: 2px solid #245182; }
  #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 #slider.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 #button.brand3 .accordion-body, #custom-page #feature.brand3 .accordion-body, #custom-page #reviews-section.brand3 .accordion-body, #custom-page #contact-form.brand3 .accordion-body, #custom-page #steps.brand3 .accordion-body {
    color: #245182; }
  #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 #slider.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 #button.brand3 .accordion-button, #custom-page #feature.brand3 .accordion-button, #custom-page #reviews-section.brand3 .accordion-button, #custom-page #contact-form.brand3 .accordion-button, #custom-page #steps.brand3 .accordion-button {
    color: #245182;
    border-top: 2px solid #245182; }
  #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 #slider.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 #button.brand3 .accordion-button:not(.collapsed), #custom-page #feature.brand3 .accordion-button:not(.collapsed), #custom-page #reviews-section.brand3 .accordion-button:not(.collapsed), #custom-page #contact-form.brand3 .accordion-button:not(.collapsed), #custom-page #steps.brand3 .accordion-button:not(.collapsed) {
    color: #245182; }
  #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 #slider.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 #button.brand3 .accordion-button:focus, #custom-page #feature.brand3 .accordion-button:focus, #custom-page #reviews-section.brand3 .accordion-button:focus, #custom-page #contact-form.brand3 .accordion-button:focus, #custom-page #steps.brand3 .accordion-button:focus {
    border-top: 2px solid #245182; }
  #custom-page #cta.brand3 #reviews .review__wrap, #custom-page #accordion_split.brand3 #reviews .review__wrap, #custom-page #split-column.brand3 #reviews .review__wrap, #custom-page #marquee.brand3 #reviews .review__wrap, #custom-page #slider.brand3 #reviews .review__wrap, #custom-page #html.brand3 #reviews .review__wrap, #custom-page #wysiwyg.brand3 #reviews .review__wrap, #custom-page #spacer.brand3 #reviews .review__wrap, #custom-page #specialties.brand3 #reviews .review__wrap, #custom-page #header.brand3 #reviews .review__wrap, #custom-page #banner.brand3 #reviews .review__wrap, #custom-page #button.brand3 #reviews .review__wrap, #custom-page #feature.brand3 #reviews .review__wrap, #custom-page #reviews-section.brand3 #reviews .review__wrap, #custom-page #contact-form.brand3 #reviews .review__wrap, #custom-page #steps.brand3 #reviews .review__wrap {
    background: #f4ffd4; }
  #custom-page #cta.brand3 .steps__heading, #custom-page #accordion_split.brand3 .steps__heading, #custom-page #split-column.brand3 .steps__heading, #custom-page #marquee.brand3 .steps__heading, #custom-page #slider.brand3 .steps__heading, #custom-page #html.brand3 .steps__heading, #custom-page #wysiwyg.brand3 .steps__heading, #custom-page #spacer.brand3 .steps__heading, #custom-page #specialties.brand3 .steps__heading, #custom-page #header.brand3 .steps__heading, #custom-page #banner.brand3 .steps__heading, #custom-page #button.brand3 .steps__heading, #custom-page #feature.brand3 .steps__heading, #custom-page #reviews-section.brand3 .steps__heading, #custom-page #contact-form.brand3 .steps__heading, #custom-page #steps.brand3 .steps__heading {
    color: #245182; }
  #custom-page #cta.brand3 .steps__content, #custom-page #accordion_split.brand3 .steps__content, #custom-page #split-column.brand3 .steps__content, #custom-page #marquee.brand3 .steps__content, #custom-page #slider.brand3 .steps__content, #custom-page #html.brand3 .steps__content, #custom-page #wysiwyg.brand3 .steps__content, #custom-page #spacer.brand3 .steps__content, #custom-page #specialties.brand3 .steps__content, #custom-page #header.brand3 .steps__content, #custom-page #banner.brand3 .steps__content, #custom-page #button.brand3 .steps__content, #custom-page #feature.brand3 .steps__content, #custom-page #reviews-section.brand3 .steps__content, #custom-page #contact-form.brand3 .steps__content, #custom-page #steps.brand3 .steps__content {
    color: #245182; }
  #custom-page #cta.brand3 .tile__item, #custom-page #accordion_split.brand3 .tile__item, #custom-page #split-column.brand3 .tile__item, #custom-page #marquee.brand3 .tile__item, #custom-page #slider.brand3 .tile__item, #custom-page #html.brand3 .tile__item, #custom-page #wysiwyg.brand3 .tile__item, #custom-page #spacer.brand3 .tile__item, #custom-page #specialties.brand3 .tile__item, #custom-page #header.brand3 .tile__item, #custom-page #banner.brand3 .tile__item, #custom-page #button.brand3 .tile__item, #custom-page #feature.brand3 .tile__item, #custom-page #reviews-section.brand3 .tile__item, #custom-page #contact-form.brand3 .tile__item, #custom-page #steps.brand3 .tile__item {
    background: #245182; }
  #custom-page #cta.brand3 .tile__heading, #custom-page #accordion_split.brand3 .tile__heading, #custom-page #split-column.brand3 .tile__heading, #custom-page #marquee.brand3 .tile__heading, #custom-page #slider.brand3 .tile__heading, #custom-page #html.brand3 .tile__heading, #custom-page #wysiwyg.brand3 .tile__heading, #custom-page #spacer.brand3 .tile__heading, #custom-page #specialties.brand3 .tile__heading, #custom-page #header.brand3 .tile__heading, #custom-page #banner.brand3 .tile__heading, #custom-page #button.brand3 .tile__heading, #custom-page #feature.brand3 .tile__heading, #custom-page #reviews-section.brand3 .tile__heading, #custom-page #contact-form.brand3 .tile__heading, #custom-page #steps.brand3 .tile__heading {
    color: #e1ffa5; }
  #custom-page #cta.brand3 .tile__description, #custom-page #accordion_split.brand3 .tile__description, #custom-page #split-column.brand3 .tile__description, #custom-page #marquee.brand3 .tile__description, #custom-page #slider.brand3 .tile__description, #custom-page #html.brand3 .tile__description, #custom-page #wysiwyg.brand3 .tile__description, #custom-page #spacer.brand3 .tile__description, #custom-page #specialties.brand3 .tile__description, #custom-page #header.brand3 .tile__description, #custom-page #banner.brand3 .tile__description, #custom-page #button.brand3 .tile__description, #custom-page #feature.brand3 .tile__description, #custom-page #reviews-section.brand3 .tile__description, #custom-page #contact-form.brand3 .tile__description, #custom-page #steps.brand3 .tile__description {
    color: #e1ffa5; }
  #custom-page #cta.brand3 .tile__icon svg path, #custom-page #accordion_split.brand3 .tile__icon svg path, #custom-page #split-column.brand3 .tile__icon svg path, #custom-page #marquee.brand3 .tile__icon svg path, #custom-page #slider.brand3 .tile__icon svg path, #custom-page #html.brand3 .tile__icon svg path, #custom-page #wysiwyg.brand3 .tile__icon svg path, #custom-page #spacer.brand3 .tile__icon svg path, #custom-page #specialties.brand3 .tile__icon svg path, #custom-page #header.brand3 .tile__icon svg path, #custom-page #banner.brand3 .tile__icon svg path, #custom-page #button.brand3 .tile__icon svg path, #custom-page #feature.brand3 .tile__icon svg path, #custom-page #reviews-section.brand3 .tile__icon svg path, #custom-page #contact-form.brand3 .tile__icon svg path, #custom-page #steps.brand3 .tile__icon svg path {
    fill: #e1ffa5; }
  #custom-page #cta.brand4, #custom-page #accordion_split.brand4, #custom-page #split-column.brand4, #custom-page #marquee.brand4, #custom-page #slider.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 #button.brand4, #custom-page #feature.brand4, #custom-page #reviews-section.brand4, #custom-page #contact-form.brand4, #custom-page #steps.brand4 {
    background-color: #cbf4ff !important;
    color: #245182; }
  #custom-page #cta.brand4 h1, #custom-page #accordion_split.brand4 h1, #custom-page #split-column.brand4 h1, #custom-page #marquee.brand4 h1, #custom-page #slider.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 #button.brand4 h1, #custom-page #feature.brand4 h1, #custom-page #reviews-section.brand4 h1, #custom-page #contact-form.brand4 h1, #custom-page #steps.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 #slider.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 #button.brand4 h2, #custom-page #feature.brand4 h2, #custom-page #reviews-section.brand4 h2, #custom-page #contact-form.brand4 h2, #custom-page #steps.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 #slider.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 #button.brand4 h3, #custom-page #feature.brand4 h3, #custom-page #reviews-section.brand4 h3, #custom-page #contact-form.brand4 h3, #custom-page #steps.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 #slider.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 #button.brand4 h4, #custom-page #feature.brand4 h4, #custom-page #reviews-section.brand4 h4, #custom-page #contact-form.brand4 h4, #custom-page #steps.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 #slider.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 #button.brand4 h5, #custom-page #feature.brand4 h5, #custom-page #reviews-section.brand4 h5, #custom-page #contact-form.brand4 h5, #custom-page #steps.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 #slider.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 #button.brand4 h6, #custom-page #feature.brand4 h6, #custom-page #reviews-section.brand4 h6, #custom-page #contact-form.brand4 h6, #custom-page #steps.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 #slider.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 #button.brand4 p, #custom-page #feature.brand4 p, #custom-page #reviews-section.brand4 p, #custom-page #contact-form.brand4 p, #custom-page #steps.brand4 p {
    color: #245182 !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 #slider.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 #button.brand4 .btn-primary, #custom-page #feature.brand4 .btn-primary, #custom-page #reviews-section.brand4 .btn-primary, #custom-page #contact-form.brand4 .btn-primary, #custom-page #steps.brand4 .btn-primary {
    background-color: #f9a901;
    border: 2px solid #f9a901;
    color: #f4ffd4; }
  #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 #slider.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 #button.brand4 .btn-primary:hover, #custom-page #feature.brand4 .btn-primary:hover, #custom-page #reviews-section.brand4 .btn-primary:hover, #custom-page #contact-form.brand4 .btn-primary:hover, #custom-page #steps.brand4 .btn-primary:hover {
    background-color: #245182;
    border: 2px solid #245182;
    color: #f9a901; }
  #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 #slider.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 #button.brand4 .service__link a, #custom-page #feature.brand4 .service__link a, #custom-page #reviews-section.brand4 .service__link a, #custom-page #contact-form.brand4 .service__link a, #custom-page #steps.brand4 .service__link a {
    color: #245182; }
  #custom-page #cta.brand4 .accordion, #custom-page #accordion_split.brand4 .accordion, #custom-page #split-column.brand4 .accordion, #custom-page #marquee.brand4 .accordion, #custom-page #slider.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 #button.brand4 .accordion, #custom-page #feature.brand4 .accordion, #custom-page #reviews-section.brand4 .accordion, #custom-page #contact-form.brand4 .accordion, #custom-page #steps.brand4 .accordion {
    border-bottom: 2px solid #245182; }
  #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 #slider.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 #button.brand4 .accordion-body, #custom-page #feature.brand4 .accordion-body, #custom-page #reviews-section.brand4 .accordion-body, #custom-page #contact-form.brand4 .accordion-body, #custom-page #steps.brand4 .accordion-body {
    color: #245182; }
  #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 #slider.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 #button.brand4 .accordion-button, #custom-page #feature.brand4 .accordion-button, #custom-page #reviews-section.brand4 .accordion-button, #custom-page #contact-form.brand4 .accordion-button, #custom-page #steps.brand4 .accordion-button {
    color: #245182;
    border-top: 2px solid #245182; }
  #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 #slider.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 #button.brand4 .accordion-button:not(.collapsed), #custom-page #feature.brand4 .accordion-button:not(.collapsed), #custom-page #reviews-section.brand4 .accordion-button:not(.collapsed), #custom-page #contact-form.brand4 .accordion-button:not(.collapsed), #custom-page #steps.brand4 .accordion-button:not(.collapsed) {
    color: #245182; }
  #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 #slider.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 #button.brand4 .accordion-button:focus, #custom-page #feature.brand4 .accordion-button:focus, #custom-page #reviews-section.brand4 .accordion-button:focus, #custom-page #contact-form.brand4 .accordion-button:focus, #custom-page #steps.brand4 .accordion-button:focus {
    border-top: 2px solid #245182; }
  #custom-page #cta.brand4 #reviews .review__wrap, #custom-page #accordion_split.brand4 #reviews .review__wrap, #custom-page #split-column.brand4 #reviews .review__wrap, #custom-page #marquee.brand4 #reviews .review__wrap, #custom-page #slider.brand4 #reviews .review__wrap, #custom-page #html.brand4 #reviews .review__wrap, #custom-page #wysiwyg.brand4 #reviews .review__wrap, #custom-page #spacer.brand4 #reviews .review__wrap, #custom-page #specialties.brand4 #reviews .review__wrap, #custom-page #header.brand4 #reviews .review__wrap, #custom-page #banner.brand4 #reviews .review__wrap, #custom-page #button.brand4 #reviews .review__wrap, #custom-page #feature.brand4 #reviews .review__wrap, #custom-page #reviews-section.brand4 #reviews .review__wrap, #custom-page #contact-form.brand4 #reviews .review__wrap, #custom-page #steps.brand4 #reviews .review__wrap {
    background: #f4ffd4; }
  #custom-page #cta.brand4 #reviews-heading, #custom-page #accordion_split.brand4 #reviews-heading, #custom-page #split-column.brand4 #reviews-heading, #custom-page #marquee.brand4 #reviews-heading, #custom-page #slider.brand4 #reviews-heading, #custom-page #html.brand4 #reviews-heading, #custom-page #wysiwyg.brand4 #reviews-heading, #custom-page #spacer.brand4 #reviews-heading, #custom-page #specialties.brand4 #reviews-heading, #custom-page #header.brand4 #reviews-heading, #custom-page #banner.brand4 #reviews-heading, #custom-page #button.brand4 #reviews-heading, #custom-page #feature.brand4 #reviews-heading, #custom-page #reviews-section.brand4 #reviews-heading, #custom-page #contact-form.brand4 #reviews-heading, #custom-page #steps.brand4 #reviews-heading {
    color: #245182; }
  #custom-page #cta.brand4 .steps__heading, #custom-page #accordion_split.brand4 .steps__heading, #custom-page #split-column.brand4 .steps__heading, #custom-page #marquee.brand4 .steps__heading, #custom-page #slider.brand4 .steps__heading, #custom-page #html.brand4 .steps__heading, #custom-page #wysiwyg.brand4 .steps__heading, #custom-page #spacer.brand4 .steps__heading, #custom-page #specialties.brand4 .steps__heading, #custom-page #header.brand4 .steps__heading, #custom-page #banner.brand4 .steps__heading, #custom-page #button.brand4 .steps__heading, #custom-page #feature.brand4 .steps__heading, #custom-page #reviews-section.brand4 .steps__heading, #custom-page #contact-form.brand4 .steps__heading, #custom-page #steps.brand4 .steps__heading {
    color: #245182; }
  #custom-page #cta.brand4 .steps__content, #custom-page #accordion_split.brand4 .steps__content, #custom-page #split-column.brand4 .steps__content, #custom-page #marquee.brand4 .steps__content, #custom-page #slider.brand4 .steps__content, #custom-page #html.brand4 .steps__content, #custom-page #wysiwyg.brand4 .steps__content, #custom-page #spacer.brand4 .steps__content, #custom-page #specialties.brand4 .steps__content, #custom-page #header.brand4 .steps__content, #custom-page #banner.brand4 .steps__content, #custom-page #button.brand4 .steps__content, #custom-page #feature.brand4 .steps__content, #custom-page #reviews-section.brand4 .steps__content, #custom-page #contact-form.brand4 .steps__content, #custom-page #steps.brand4 .steps__content {
    color: #245182; }
  #custom-page #cta.brand4 .tile__item, #custom-page #accordion_split.brand4 .tile__item, #custom-page #split-column.brand4 .tile__item, #custom-page #marquee.brand4 .tile__item, #custom-page #slider.brand4 .tile__item, #custom-page #html.brand4 .tile__item, #custom-page #wysiwyg.brand4 .tile__item, #custom-page #spacer.brand4 .tile__item, #custom-page #specialties.brand4 .tile__item, #custom-page #header.brand4 .tile__item, #custom-page #banner.brand4 .tile__item, #custom-page #button.brand4 .tile__item, #custom-page #feature.brand4 .tile__item, #custom-page #reviews-section.brand4 .tile__item, #custom-page #contact-form.brand4 .tile__item, #custom-page #steps.brand4 .tile__item {
    background: #f4ffd4; }
  #custom-page #cta.brand4 .tile__heading, #custom-page #accordion_split.brand4 .tile__heading, #custom-page #split-column.brand4 .tile__heading, #custom-page #marquee.brand4 .tile__heading, #custom-page #slider.brand4 .tile__heading, #custom-page #html.brand4 .tile__heading, #custom-page #wysiwyg.brand4 .tile__heading, #custom-page #spacer.brand4 .tile__heading, #custom-page #specialties.brand4 .tile__heading, #custom-page #header.brand4 .tile__heading, #custom-page #banner.brand4 .tile__heading, #custom-page #button.brand4 .tile__heading, #custom-page #feature.brand4 .tile__heading, #custom-page #reviews-section.brand4 .tile__heading, #custom-page #contact-form.brand4 .tile__heading, #custom-page #steps.brand4 .tile__heading {
    color: #245182; }
  #custom-page #cta.brand4 .tile__description, #custom-page #accordion_split.brand4 .tile__description, #custom-page #split-column.brand4 .tile__description, #custom-page #marquee.brand4 .tile__description, #custom-page #slider.brand4 .tile__description, #custom-page #html.brand4 .tile__description, #custom-page #wysiwyg.brand4 .tile__description, #custom-page #spacer.brand4 .tile__description, #custom-page #specialties.brand4 .tile__description, #custom-page #header.brand4 .tile__description, #custom-page #banner.brand4 .tile__description, #custom-page #button.brand4 .tile__description, #custom-page #feature.brand4 .tile__description, #custom-page #reviews-section.brand4 .tile__description, #custom-page #contact-form.brand4 .tile__description, #custom-page #steps.brand4 .tile__description {
    color: #245182; }
  #custom-page #cta.brand4 .tile__icon svg path, #custom-page #accordion_split.brand4 .tile__icon svg path, #custom-page #split-column.brand4 .tile__icon svg path, #custom-page #marquee.brand4 .tile__icon svg path, #custom-page #slider.brand4 .tile__icon svg path, #custom-page #html.brand4 .tile__icon svg path, #custom-page #wysiwyg.brand4 .tile__icon svg path, #custom-page #spacer.brand4 .tile__icon svg path, #custom-page #specialties.brand4 .tile__icon svg path, #custom-page #header.brand4 .tile__icon svg path, #custom-page #banner.brand4 .tile__icon svg path, #custom-page #button.brand4 .tile__icon svg path, #custom-page #feature.brand4 .tile__icon svg path, #custom-page #reviews-section.brand4 .tile__icon svg path, #custom-page #contact-form.brand4 .tile__icon svg path, #custom-page #steps.brand4 .tile__icon svg path {
    fill: #245182; }
  #custom-page #cta.brand5, #custom-page #accordion_split.brand5, #custom-page #split-column.brand5, #custom-page #marquee.brand5, #custom-page #slider.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 #button.brand5, #custom-page #feature.brand5, #custom-page #reviews-section.brand5, #custom-page #contact-form.brand5, #custom-page #steps.brand5 {
    background-color: #c9daff !important;
    color: #245182; }
  #custom-page #cta.brand5 h1, #custom-page #accordion_split.brand5 h1, #custom-page #split-column.brand5 h1, #custom-page #marquee.brand5 h1, #custom-page #slider.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 #button.brand5 h1, #custom-page #feature.brand5 h1, #custom-page #reviews-section.brand5 h1, #custom-page #contact-form.brand5 h1, #custom-page #steps.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 #slider.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 #button.brand5 h2, #custom-page #feature.brand5 h2, #custom-page #reviews-section.brand5 h2, #custom-page #contact-form.brand5 h2, #custom-page #steps.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 #slider.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 #button.brand5 h3, #custom-page #feature.brand5 h3, #custom-page #reviews-section.brand5 h3, #custom-page #contact-form.brand5 h3, #custom-page #steps.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 #slider.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 #button.brand5 h4, #custom-page #feature.brand5 h4, #custom-page #reviews-section.brand5 h4, #custom-page #contact-form.brand5 h4, #custom-page #steps.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 #slider.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 #button.brand5 h5, #custom-page #feature.brand5 h5, #custom-page #reviews-section.brand5 h5, #custom-page #contact-form.brand5 h5, #custom-page #steps.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 #slider.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 #button.brand5 h6, #custom-page #feature.brand5 h6, #custom-page #reviews-section.brand5 h6, #custom-page #contact-form.brand5 h6, #custom-page #steps.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 #slider.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 #button.brand5 p, #custom-page #feature.brand5 p, #custom-page #reviews-section.brand5 p, #custom-page #contact-form.brand5 p, #custom-page #steps.brand5 p {
    color: #245182 !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 #slider.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 #button.brand5 .btn-primary, #custom-page #feature.brand5 .btn-primary, #custom-page #reviews-section.brand5 .btn-primary, #custom-page #contact-form.brand5 .btn-primary, #custom-page #steps.brand5 .btn-primary {
    background-color: #f9a901;
    border: 2px solid #f9a901;
    color: #245182; }
  #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 #slider.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 #button.brand5 .btn-primary:hover, #custom-page #feature.brand5 .btn-primary:hover, #custom-page #reviews-section.brand5 .btn-primary:hover, #custom-page #contact-form.brand5 .btn-primary:hover, #custom-page #steps.brand5 .btn-primary:hover {
    background-color: #245182;
    border: 2px solid #245182;
    color: #f9a901; }
  #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 #slider.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 #button.brand5 .service__link a, #custom-page #feature.brand5 .service__link a, #custom-page #reviews-section.brand5 .service__link a, #custom-page #contact-form.brand5 .service__link a, #custom-page #steps.brand5 .service__link a {
    color: #245182; }
  #custom-page #cta.brand5 .accordion, #custom-page #accordion_split.brand5 .accordion, #custom-page #split-column.brand5 .accordion, #custom-page #marquee.brand5 .accordion, #custom-page #slider.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 #button.brand5 .accordion, #custom-page #feature.brand5 .accordion, #custom-page #reviews-section.brand5 .accordion, #custom-page #contact-form.brand5 .accordion, #custom-page #steps.brand5 .accordion {
    border-bottom: 2px solid #245182; }
  #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 #slider.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 #button.brand5 .accordion-body, #custom-page #feature.brand5 .accordion-body, #custom-page #reviews-section.brand5 .accordion-body, #custom-page #contact-form.brand5 .accordion-body, #custom-page #steps.brand5 .accordion-body {
    color: #245182; }
  #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 #slider.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 #button.brand5 .accordion-button, #custom-page #feature.brand5 .accordion-button, #custom-page #reviews-section.brand5 .accordion-button, #custom-page #contact-form.brand5 .accordion-button, #custom-page #steps.brand5 .accordion-button {
    color: #245182;
    border-top: 2px solid #245182; }
  #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 #slider.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 #button.brand5 .accordion-button:not(.collapsed), #custom-page #feature.brand5 .accordion-button:not(.collapsed), #custom-page #reviews-section.brand5 .accordion-button:not(.collapsed), #custom-page #contact-form.brand5 .accordion-button:not(.collapsed), #custom-page #steps.brand5 .accordion-button:not(.collapsed) {
    color: #245182; }
  #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 #slider.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 #button.brand5 .accordion-button:focus, #custom-page #feature.brand5 .accordion-button:focus, #custom-page #reviews-section.brand5 .accordion-button:focus, #custom-page #contact-form.brand5 .accordion-button:focus, #custom-page #steps.brand5 .accordion-button:focus {
    border-top: 2px solid #245182; }
  #custom-page #cta.brand5 #reviews .review__wrap, #custom-page #accordion_split.brand5 #reviews .review__wrap, #custom-page #split-column.brand5 #reviews .review__wrap, #custom-page #marquee.brand5 #reviews .review__wrap, #custom-page #slider.brand5 #reviews .review__wrap, #custom-page #html.brand5 #reviews .review__wrap, #custom-page #wysiwyg.brand5 #reviews .review__wrap, #custom-page #spacer.brand5 #reviews .review__wrap, #custom-page #specialties.brand5 #reviews .review__wrap, #custom-page #header.brand5 #reviews .review__wrap, #custom-page #banner.brand5 #reviews .review__wrap, #custom-page #button.brand5 #reviews .review__wrap, #custom-page #feature.brand5 #reviews .review__wrap, #custom-page #reviews-section.brand5 #reviews .review__wrap, #custom-page #contact-form.brand5 #reviews .review__wrap, #custom-page #steps.brand5 #reviews .review__wrap {
    background: #f4ffd4; }
  #custom-page #cta.brand5 #reviews-heading, #custom-page #accordion_split.brand5 #reviews-heading, #custom-page #split-column.brand5 #reviews-heading, #custom-page #marquee.brand5 #reviews-heading, #custom-page #slider.brand5 #reviews-heading, #custom-page #html.brand5 #reviews-heading, #custom-page #wysiwyg.brand5 #reviews-heading, #custom-page #spacer.brand5 #reviews-heading, #custom-page #specialties.brand5 #reviews-heading, #custom-page #header.brand5 #reviews-heading, #custom-page #banner.brand5 #reviews-heading, #custom-page #button.brand5 #reviews-heading, #custom-page #feature.brand5 #reviews-heading, #custom-page #reviews-section.brand5 #reviews-heading, #custom-page #contact-form.brand5 #reviews-heading, #custom-page #steps.brand5 #reviews-heading {
    color: #245182; }
  #custom-page #cta.brand5 .steps__heading, #custom-page #accordion_split.brand5 .steps__heading, #custom-page #split-column.brand5 .steps__heading, #custom-page #marquee.brand5 .steps__heading, #custom-page #slider.brand5 .steps__heading, #custom-page #html.brand5 .steps__heading, #custom-page #wysiwyg.brand5 .steps__heading, #custom-page #spacer.brand5 .steps__heading, #custom-page #specialties.brand5 .steps__heading, #custom-page #header.brand5 .steps__heading, #custom-page #banner.brand5 .steps__heading, #custom-page #button.brand5 .steps__heading, #custom-page #feature.brand5 .steps__heading, #custom-page #reviews-section.brand5 .steps__heading, #custom-page #contact-form.brand5 .steps__heading, #custom-page #steps.brand5 .steps__heading {
    color: #245182; }
  #custom-page #cta.brand5 .steps__content, #custom-page #accordion_split.brand5 .steps__content, #custom-page #split-column.brand5 .steps__content, #custom-page #marquee.brand5 .steps__content, #custom-page #slider.brand5 .steps__content, #custom-page #html.brand5 .steps__content, #custom-page #wysiwyg.brand5 .steps__content, #custom-page #spacer.brand5 .steps__content, #custom-page #specialties.brand5 .steps__content, #custom-page #header.brand5 .steps__content, #custom-page #banner.brand5 .steps__content, #custom-page #button.brand5 .steps__content, #custom-page #feature.brand5 .steps__content, #custom-page #reviews-section.brand5 .steps__content, #custom-page #contact-form.brand5 .steps__content, #custom-page #steps.brand5 .steps__content {
    color: #245182; }
  #custom-page #cta.brand5 .tile__item, #custom-page #accordion_split.brand5 .tile__item, #custom-page #split-column.brand5 .tile__item, #custom-page #marquee.brand5 .tile__item, #custom-page #slider.brand5 .tile__item, #custom-page #html.brand5 .tile__item, #custom-page #wysiwyg.brand5 .tile__item, #custom-page #spacer.brand5 .tile__item, #custom-page #specialties.brand5 .tile__item, #custom-page #header.brand5 .tile__item, #custom-page #banner.brand5 .tile__item, #custom-page #button.brand5 .tile__item, #custom-page #feature.brand5 .tile__item, #custom-page #reviews-section.brand5 .tile__item, #custom-page #contact-form.brand5 .tile__item, #custom-page #steps.brand5 .tile__item {
    background: #f4ffd4; }
  #custom-page #cta.brand5 .tile__heading, #custom-page #accordion_split.brand5 .tile__heading, #custom-page #split-column.brand5 .tile__heading, #custom-page #marquee.brand5 .tile__heading, #custom-page #slider.brand5 .tile__heading, #custom-page #html.brand5 .tile__heading, #custom-page #wysiwyg.brand5 .tile__heading, #custom-page #spacer.brand5 .tile__heading, #custom-page #specialties.brand5 .tile__heading, #custom-page #header.brand5 .tile__heading, #custom-page #banner.brand5 .tile__heading, #custom-page #button.brand5 .tile__heading, #custom-page #feature.brand5 .tile__heading, #custom-page #reviews-section.brand5 .tile__heading, #custom-page #contact-form.brand5 .tile__heading, #custom-page #steps.brand5 .tile__heading {
    color: #245182; }
  #custom-page #cta.brand5 .tile__description, #custom-page #accordion_split.brand5 .tile__description, #custom-page #split-column.brand5 .tile__description, #custom-page #marquee.brand5 .tile__description, #custom-page #slider.brand5 .tile__description, #custom-page #html.brand5 .tile__description, #custom-page #wysiwyg.brand5 .tile__description, #custom-page #spacer.brand5 .tile__description, #custom-page #specialties.brand5 .tile__description, #custom-page #header.brand5 .tile__description, #custom-page #banner.brand5 .tile__description, #custom-page #button.brand5 .tile__description, #custom-page #feature.brand5 .tile__description, #custom-page #reviews-section.brand5 .tile__description, #custom-page #contact-form.brand5 .tile__description, #custom-page #steps.brand5 .tile__description {
    color: #245182; }
  #custom-page #cta.brand5 .tile__icon svg path, #custom-page #accordion_split.brand5 .tile__icon svg path, #custom-page #split-column.brand5 .tile__icon svg path, #custom-page #marquee.brand5 .tile__icon svg path, #custom-page #slider.brand5 .tile__icon svg path, #custom-page #html.brand5 .tile__icon svg path, #custom-page #wysiwyg.brand5 .tile__icon svg path, #custom-page #spacer.brand5 .tile__icon svg path, #custom-page #specialties.brand5 .tile__icon svg path, #custom-page #header.brand5 .tile__icon svg path, #custom-page #banner.brand5 .tile__icon svg path, #custom-page #button.brand5 .tile__icon svg path, #custom-page #feature.brand5 .tile__icon svg path, #custom-page #reviews-section.brand5 .tile__icon svg path, #custom-page #contact-form.brand5 .tile__icon svg path, #custom-page #steps.brand5 .tile__icon svg path {
    fill: #245182; }
  #custom-page #header {
    padding: var(--ym) var(--xm); }
  #custom-page #header .row {
    display: flex;
    align-items: center; }
  #custom-page #header .header__wrap {
    width: 100%;
    max-width: 455px; }
  #custom-page #header .header__heading {
    font-family: 'FAIRE Sprig Trial Light', serif;
    font-size: var(--font_48);
    font-weight: 300;
    line-height: 110%; }
  #custom-page #header .header__image {
    width: 100%;
    max-width: 600px;
    margin: 0 auto;
    padding-right: 60px; }
    #custom-page #header .header__image img {
      border-radius: 100%; }
  #custom-page #slider {
    padding: var(--ym) var(--xm); }
  #custom-page #slider .custom-slider {
    width: 100%;
    max-width: 930px;
    margin: 0 auto; }
  #custom-page #slider .custom-slider h3 {
    font-size: var(--font_48);
    line-height: 120%; }
  #custom-page #slider .custom-slider__wrap {
    display: flex;
    flex-direction: column;
    justify-content: center;
    height: 100%; }
  #custom-page #slider .slick-dots {
    bottom: -60px; }
  #custom-page #slider .slick-dots li button {
    width: 5px;
    height: 5px;
    border-radius: 100%; }
  #custom-page #slider .slick-dots li button:before {
    font-size: 0px; }
  #custom-page #slider .slick-dots li:only-child {
    display: none; }
  #custom-page #slider.brand2 .slick-dots li button, #custom-page #slider.brand3 .slick-dots li button, #custom-page #slider.brand4 .slick-dots li button {
    border: 1px solid #245182; }
  #custom-page #slider.brand2 .slick-dots li.slick-active button, #custom-page #slider.brand3 .slick-dots li.slick-active button, #custom-page #slider.brand4 .slick-dots li.slick-active button {
    background: #245182 !important; }
  #custom-page #steps.columns-2 .tile__wrap {
    width: 40%; }
  #custom-page #steps.columns-3 .tile__wrap {
    width: 28%; }
  #custom-page #steps {
    padding: var(--ym) var(--xm); }
  #custom-page #steps .steps__inner {
    width: 100%;
    max-width: 1250px;
    margin: 0 auto; }
  #custom-page #steps .steps__heading {
    text-align: center;
    line-height: 120%;
    font-size: var(--font_48); }
  #custom-page #steps .steps__content {
    text-align: center;
    width: 100%;
    max-width: 650px;
    margin: 0 auto;
    padding-bottom: 40px; }
  #custom-page #steps .steps__button {
    text-align: center;
    text-transform: uppercase; }
  #custom-page #steps .tile__grid {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    grid-column-gap: 80px;
    grid-row-gap: 0px;
    padding-top: 40px; }
  #custom-page #steps .tile__wrap {
    margin-top: 40px;
    margin-bottom: 20px; }
  #custom-page #steps .tile__item {
    border-radius: 20px;
    padding: 20px 20px 40px 20px;
    text-align: center;
    min-height: 100%;
    display: flex;
    flex-direction: column;
    transition: all 0.25s ease; }
    #custom-page #steps .tile__item:hover {
      box-shadow: 5px 5px 4px 0px rgba(0, 0, 0, 0.25); }
  #custom-page #steps .tile__heading {
    font-size: var(--font_28);
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    padding-bottom: 20px; }
  #custom-page #steps .tile__icon {
    padding: 20px 0px; }
    #custom-page #steps .tile__icon svg {
      width: 140px;
      height: 140px; }
  #custom-page #steps .tile__description {
    line-height: 120%;
    width: 100%;
    max-width: 80%;
    margin: 0 auto; }
  #custom-page #banner-wrap {
    width: 100vw;
    position: relative; }
  #custom-page #banner-wrap .banner-image-bg {
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    width: 100vw; }
  #custom-page #banner-wrap .banner-video-bg {
    width: 100vw;
    overflow: hidden; }
  #custom-page #banner-wrap .banner-video-bg video {
    object-fit: cover;
    width: 100vw; }
  #custom-page #banner-wrap .banner-content {
    position: absolute;
    left: 0px;
    top: 0px;
    width: 100vw;
    overflow: hidden;
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 40px 5%; }
  #custom-page #banner-wrap .banner-text {
    font-size: calc(var(--content_size) + 30%); }
  #custom-page #banner-wrap .banner-btn {
    margin-top: 40px; }
  #custom-page #split-column .split__image {
    width: 100%;
    height: 100%; }
    #custom-page #split-column .split__image img {
      width: 100%;
      height: 100%;
      object-fit: cover; }
  #custom-page #split-column .split__wrap {
    padding: 5% 10%;
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center; }
  #custom-page #split-column .split__heading {
    font-size: var(--h2_size);
    font-family: 'FAIRE Sprig Trial Light', serif;
    line-height: 120%; }
  #custom-page #split-column .split__content {
    padding: 40px 0px; }
  #custom-page #split-column .container-fluid.right .row {
    flex-direction: row-reverse; }
  #custom-page #marquee {
    padding: 40px 0px; }
  #custom-page #marquee .marquee__inner {
    animation: marquee 30s linear infinite !important;
    -webkit-animation: marquee 30s linear infinite !important; }
    #custom-page #marquee .marquee__inner span {
      font-family: 'FAIRE Sprig Trial Light', serif !important;
      font-size: var(--h3_size);
      line-height: 100%;
      text-transform: none !important;
      padding: 0 10px !important;
      min-height: 60px; }
  #custom-page #cta {
    padding: var(--ym) var(--xm); }
  #custom-page #cta .container {
    width: 100%;
    max-width: 960px;
    margin: 0 auto; }
  #custom-page #cta .cta__heading {
    font-family: 'FAIRE Sprig Trial Light', serif;
    font-size: var(--h2_size);
    line-height: 120%;
    text-align: center; }
  #custom-page #cta .cta__content {
    padding: 40px 0px; }
  #custom-page #cta .cta__button {
    text-align: center; }
  #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: 'FAIRE Sprig Trial Light', 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 #accordion_split.column-1 .accordion_split__wrap {
    width: 100%;
    max-width: 930px;
    margin: 0 auto; }
  #custom-page #accordion_split.column-1 .accordion_split__heading {
    text-align: center; }
  #custom-page #accordion_split.column-1 .accordion_split__content {
    text-align: center; }
  #custom-page #accordion_split.column-1 .accordion_split__button {
    padding-top: 60px;
    text-align: center; }
  #custom-page #accordion_split.column-1 .accordion {
    width: 100%;
    max-width: 930px;
    margin: 0 auto; }
  #custom-page #accordion_split.column-2 .accordion_split__wrap {
    width: 100%;
    max-width: 840px; }
  #custom-page #accordion_split {
    position: relative;
    z-index: 3;
    padding: var(--ym) var(--xm); }
  #custom-page #accordion_split .accordion_split__heading {
    font-family: 'FAIRE Sprig Trial Light', serif;
    font-size: var(--h2_size);
    line-height: 120%; }
  #custom-page #accordion_split .accordion_split__content {
    padding: 40px 0px; }
  #custom-page #accordion_split .service__link {
    padding: 20px 0px;
    text-transform: uppercase; }
  #custom-page #accordion_split .accordion-button, #custom-page #accordion_split .accordion-item, #custom-page #accordion_split .accordion-body {
    background-color: transparent !important; }
  #custom-page #testimonials {
    padding: var(--ym) 20px; }
  #custom-page #testimonials .excimg .testimonial-slider__wrap {
    width: 100%;
    max-width: 1023px;
    margin: 0 auto;
    padding-left: 0px; }
  #custom-page #testimonials .testimonial-wrapper {
    max-width: 60%;
    margin: 0 auto; }
  #custom-page #testimonials .testimonial-section__heading {
    text-align: center;
    font-size: var(--h2_size);
    font-family: 'FAIRE Sprig Trial Light', serif;
    padding-bottom: 40px;
    line-height: 120%; }
  #custom-page #testimonials .testimonial-section__content {
    text-align: center; }
  #custom-page #testimonials .testimonial-slider__item {
    text-align: center;
    padding: 0px; }
    #custom-page #testimonials .testimonial-slider__item .col-xl-6 {
      display: flex;
      flex-direction: column;
      justify-content: center;
      align-items: center; }
  #custom-page #testimonials .testimonial-slider__wrap {
    padding: 0px 0px 0px 5%; }
  #custom-page #testimonials .testimonial-slider__img {
    text-align: center;
    margin: 0 auto 0px auto;
    width: 100%; }
  #custom-page #testimonials .testimonial-slider__content {
    text-align: center;
    width: 100%;
    margin: 0px;
    padding: 0px 60px 40px 60px; }
  #custom-page #testimonials .testimonial-slider__heading {
    text-align: center;
    font-family: 'FAIRE Sprig Trial Light', serif;
    font-size: var(--h4_size);
    padding-bottom: 40px;
    line-height: 110%; }
  #custom-page #testimonials .testimonial-slider__name {
    text-transform: uppercase;
    font-size: calc(var(--content_size) - 20%); }
  #custom-page #testimonials .slider-buttons {
    max-width: 49%;
    margin: 0;
    padding: 0px 0px 0px 10px;
    display: flex;
    justify-content: space-between; }
  #custom-page #testimonials .slider-buttons .previous i, #custom-page #testimonials .slider-buttons .next i {
    font-size: 40px; }
  #custom-page #testimonials .slider-buttons .previous {
    padding-right: 40px; }
  #custom-page #testimonials .slick-dots {
    position: relative !important; }
  #custom-page #testimonials .slick-dots li {
    list-style-type: none;
    margin: 0 25px;
    cursor: pointer;
    width: 10px;
    height: 10px;
    border: 1px solid #245182 !important;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%; }
    #custom-page #testimonials .slick-dots li:first-child {
      margin-left: 0; }
    #custom-page #testimonials .slick-dots li:last-child {
      margin-right: 0; }
    #custom-page #testimonials .slick-dots li.slick-active {
      background-color: #245182; }
  #custom-page #testimonials .slick-dots button {
    display: none !important; }
  #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 #wysiwyg {
    padding: var(--ym) var(--xm); }
  #custom-page #wysiwyg .container {
    width: 100%;
    max-width: 930px;
    margin: 0 auto; }
  #custom-page #button {
    text-align: center; }
  #custom-page #reviews-section {
    padding: var(--ym) var(--xm) 0px var(--xm); }
  #custom-page #reviews-section #reviews-heading {
    font-family: 'FAIRE Sprig Trial Light', serif;
    font-size: var(--font_48);
    color: #f9a901;
    font-weight: 300;
    line-height: 58px;
    width: 100%;
    max-width: 1250px;
    margin: 0 auto;
    padding-bottom: 40px; }
  #custom-page #contact-form {
    padding: var(--ym) var(--xm); }
  #custom-page table {
    padding-top: 20px; }
  #custom-page table th, #custom-page table td {
    padding: 5px; }
  #custom-page .brand1 table {
    border: 1px solid #f4ffd4; }
  #custom-page .brand1 table thead th, #custom-page .brand1 table thead td {
    background: #f4ffd4;
    color: #245182; }
  #custom-page .brand1 table th, #custom-page .brand1 table td {
    border-bottom: 1px solid #f4ffd4; }
  #custom-page .brand2 table {
    border: 1px solid #245182; }
  #custom-page .brand2 table thead th, #custom-page .brand2 table thead td {
    background: #245182;
    color: #f4ffd4; }
  #custom-page .brand2 table th, #custom-page .brand2 table td {
    border-bottom: 1px solid #245182; }
  #custom-page .brand3 table {
    border: 1px solid #245182; }
  #custom-page .brand3 table thead th, #custom-page .brand3 table thead td {
    background: #245182;
    color: #e1ffa5; }
  #custom-page .brand3 table th, #custom-page .brand3 table td {
    border-bottom: 1px solid #245182; }
  #custom-page .brand4 table {
    border: 1px solid #245182; }
  #custom-page .brand4 table thead th, #custom-page .brand4 table thead td {
    background: #245182;
    color: #cbf4ff; }
  #custom-page .brand4 table th, #custom-page .brand4 table td {
    border-bottom: 1px solid #245182; }

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

.stock {
  color: #f4ffd4 !important; }

.onsale {
  display: none; }

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

.return-to-shop a.button {
  font-family: 'Mulish', sans-serif !important;
  font-size: var(--button_size) !important;
  line-height: var(--button_size) !important;
  padding: 5px 20px !important;
  text-align: center;
  display: inline-block;
  font-weight: 400;
  border-radius: 30px;
  text-transform: uppercase;
  background-image: none !important;
  text-shadow: none !important;
  box-shadow: none !important;
  /* Primary Button Style */
  background-color: #245182;
  border: 2px solid #245182;
  color: #e1ffa5;
  display: inline-block !important;
  background-image: none !important;
  text-shadow: none !important;
  box-shadow: none !important;
  zoom: 1;
  /* Input Fields */ }
  .return-to-shop a.button:hover {
    background-color: #f9a901;
    border: 2px solid #f9a901;
    color: #e1ffa5;
    transition: 0.5s ease;
    /* Secondary Button Style */ }

body.woocommerce-page .button, body.woocommerce-page a.button, body.woocommerce-page button.button {
  font-family: 'Mulish', sans-serif !important;
  font-size: var(--button_size) !important;
  line-height: var(--button_size) !important;
  padding: 5px 20px !important;
  text-align: center;
  display: inline-block;
  font-weight: 400;
  border-radius: 30px;
  text-transform: uppercase;
  background-image: none !important;
  text-shadow: none !important;
  box-shadow: none !important;
  /* Primary Button Style */
  background-color: #245182;
  border: 2px solid #245182;
  color: #e1ffa5;
  display: inline-block !important;
  background-image: none !important;
  text-shadow: none !important;
  box-shadow: none !important;
  zoom: 1;
  /* Input Fields */ }
  body.woocommerce-page .button:hover, body.woocommerce-page a.button:hover, body.woocommerce-page button.button:hover {
    background-color: #f9a901;
    border: 2px solid #f9a901;
    color: #e1ffa5;
    transition: 0.5s ease;
    /* Secondary Button Style */ }

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

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

body.woocommerce-shop ul.products li.product a.add_to_cart_button, body.woocommerce-shop ul.products li.product .button {
  font-family: 'Mulish', sans-serif !important;
  font-size: var(--button_size) !important;
  line-height: var(--button_size) !important;
  padding: 5px 20px !important;
  text-align: center;
  display: inline-block;
  font-weight: 400;
  border-radius: 30px;
  text-transform: uppercase;
  background-image: none !important;
  text-shadow: none !important;
  box-shadow: none !important;
  /* Primary Button Style */
  background-color: #245182;
  border: 2px solid #245182;
  color: #e1ffa5;
  display: inline-block !important;
  background-image: none !important;
  text-shadow: none !important;
  box-shadow: none !important;
  zoom: 1;
  /* Input Fields */ }
  body.woocommerce-shop ul.products li.product a.add_to_cart_button:hover, body.woocommerce-shop ul.products li.product .button:hover {
    background-color: #f9a901;
    border: 2px solid #f9a901;
    color: #e1ffa5;
    transition: 0.5s ease;
    /* Secondary Button Style */ }

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

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

body.single-product #wrap {
  width: 100%;
  max-width: 80%;
  margin: 0 auto;
  padding: 40px; }
  body.single-product div.product div.images, body.single-product div.summary {
    float: none !important;
    width: 100% !important; }
  body.single-product .summary {
    padding: 0px 40px; }
  body.single-product .summary h1.product_title {
    font-size: var(--h3_size); }
  body.single-product .price {
    color: #f4ffd4 !important; }
  body.single-product .price bdi {
    color: #f4ffd4 !important; }
  body.single-product .price .woocommerce-Price-amount.amount {
    color: #f4ffd4 !important; }
  body.single-product .price .woocommerce-Price-currencySymbol {
    color: #f4ffd4 !important; }
  body.single-product button.single_add_to_cart_button, body.single-product button.button {
    font-family: 'Mulish', sans-serif !important;
    font-size: var(--button_size) !important;
    line-height: var(--button_size) !important;
    padding: 5px 20px !important;
    text-align: center;
    display: inline-block;
    font-weight: 400;
    border-radius: 30px;
    text-transform: uppercase;
    background-image: none !important;
    text-shadow: none !important;
    box-shadow: none !important;
    /* Primary Button Style */
    background-color: #245182;
    border: 2px solid #245182;
    color: #e1ffa5;
    display: inline-block !important;
    background-image: none !important;
    text-shadow: none !important;
    box-shadow: none !important;
    zoom: 1; }
  body.single-product button.single_add_to_cart_button:hover, body.single-product button.button:hover {
    background-color: #f9a901;
    border: 2px solid #f9a901;
    color: #e1ffa5;
    transition: 0.5s ease;
    /* Secondary Button Style */ }
  body.single-product ul.tabs {
    display: none; }
  body.single-product .variations .form-control {
    margin-bottom: 20px; }
  body.single-product .product_meta {
    display: none; }

.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) button.button.alt {
  font-family: 'Mulish', sans-serif !important;
  font-size: var(--button_size) !important;
  line-height: var(--button_size) !important;
  padding: 5px 20px !important;
  text-align: center;
  display: inline-block;
  font-weight: 400;
  border-radius: 30px;
  text-transform: uppercase;
  background-image: none !important;
  text-shadow: none !important;
  box-shadow: none !important;
  /* Primary Button Style */
  background-color: #245182;
  border: 2px solid #245182;
  color: #e1ffa5;
  display: inline-block !important;
  background-image: none !important;
  text-shadow: none !important;
  box-shadow: none !important;
  zoom: 1;
  /* CART */ }
  .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) button.button.alt:hover {
    background-color: #f9a901;
    border: 2px solid #f9a901;
    color: #e1ffa5;
    transition: 0.5s ease;
    /* Secondary Button Style */ }

body.woocommerce-cart {
  /* CHECKOUT */ }
  body.woocommerce-cart .woocommerce-cart-form {
    position: relative;
    float: left;
    width: 65%; }
  body.woocommerce-cart .table {
    --bs-table-striped-color: #245182 !important; }
  body.woocommerce-cart .table-striped > tbody > tr:nth-of-type(odd) > * {
    --bs-table-accent-bg: transparent !important; }
  body.woocommerce-cart table.shop_table {
    border: none !important; }
  body.woocommerce-cart table.shop_table thead th, body.woocommerce-cart table.shop_table tbody td {
    color: #f4ffd4; }
  body.woocommerce-cart table.shop_table th {
    text-transform: uppercase; }
  body.woocommerce-cart table.shop_table td.actions {
    border-bottom: none !important;
    padding: 10px 0px !important; }
  body.woocommerce-cart table.shop_table thead .product-remove {
    width: 20px;
    text-align: center; }
  body.woocommerce-cart table.shop_table thead .product-price {
    width: 15%;
    text-align: center; }
  body.woocommerce-cart table.shop_table thead .product-quantity {
    width: 15%;
    text-align: center; }
  body.woocommerce-cart table.shop_table thead .product-subtotal {
    width: 15%;
    text-align: center; }
  body.woocommerce-cart table.shop_table tbody .product-remove {
    width: 20px;
    text-align: center; }
  body.woocommerce-cart table.shop_table tbody .product-thumbnail, body.woocommerce-cart table.shop_table tbody .product-thumbnail img {
    width: 150px !important; }
  body.woocommerce-cart table.shop_table tbody .product-price {
    width: 15%;
    text-align: center; }
  body.woocommerce-cart table.shop_table tbody .product-subtotal {
    width: 15%;
    text-align: center; }
  body.woocommerce-cart table.shop_table tbody .product-remove a {
    color: #f4ffd4 !important; }
  body.woocommerce-cart .product-quantity .quantity {
    width: 150px;
    margin: 0px auto !important; }
  body.woocommerce-cart .product-quantity .quantity .input-group {
    position: relative;
    display: flex;
    flex-direction: row;
    max-width: 100px;
    margin: 0 auto;
    flex-wrap: nowrap; }
  body.woocommerce-cart .product-quantity .quantity input[type=number] {
    width: auto !important;
    margin: 0px; }
  body.woocommerce-cart .product-quantity .quantity .bootstrap-touchspin-down.btn-primary, body.woocommerce-cart .product-quantity .quantity .bootstrap-touchspin-up.btn-primary {
    background-color: transparent !important;
    border: none !important;
    font-size: calc(var(--content_size) + 20%) !important;
    width: auto !important; }
  body.woocommerce-cart .product-quantity input.qty {
    border-bottom: none !important; }
  body.woocommerce-cart .coupon {
    width: 50%; }
  body.woocommerce-cart .coupon .input-text {
    width: 55% !important; }
  body.woocommerce-cart .cart-collaterals h2 {
    font-size: var(--h4_size) !important;
    display: none; }
  body.woocommerce-cart .cart-collaterals .cart-subtotal th, body.woocommerce-cart .cart-collaterals .cart-subtotal td {
    color: #f4ffd4 !important; }
  body.woocommerce-cart .cart-collaterals .order-total th, body.woocommerce-cart .cart-collaterals .order-total td {
    color: #f4ffd4 !important;
    border-top: none !important; }
  body.woocommerce-cart .cart-collaterals .cart_totals {
    width: 100%; }
  body.woocommerce-cart .cart-collaterals {
    position: relative;
    float: right;
    width: 30%; }
  body.woocommerce-cart .cart-collaterals .cart_totals {
    background: #f4ffd4 !important;
    color: #245182 !important;
    padding: 0px 20px; }
  body.woocommerce-cart .cart-collaterals .cart_totals th, body.woocommerce-cart .cart-collaterals .cart_totals td, body.woocommerce-cart .cart-collaterals .cart_totals h2, body.woocommerce-cart .cart-collaterals .cart_totals p {
    color: #245182 !important; }
  body.woocommerce-cart .cart-collaterals .table.table {
    --bs-table-striped-bg: transparent !important; }
  body.woocommerce-cart .wc-proceed-to-checkout {
    text-align: center; }
  body.woocommerce-cart .wc-proceed-to-checkout a.checkout-button, body.woocommerce-cart .wc-proceed-to-checkout a.button {
    font-family: 'Mulish', sans-serif !important;
    font-size: var(--button_size) !important;
    line-height: var(--button_size) !important;
    padding: 5px 20px !important;
    text-align: center;
    display: inline-block;
    font-weight: 400;
    border-radius: 30px;
    text-transform: uppercase;
    background-image: none !important;
    text-shadow: none !important;
    box-shadow: none !important;
    /* Primary Button Style */
    background-color: #245182;
    border: 2px solid #245182;
    color: #e1ffa5;
    display: inline-block !important;
    background-image: none !important;
    text-shadow: none !important;
    box-shadow: none !important;
    zoom: 1;
    background: #245182 !important;
    color: #f4ffd4 !important; }
  body.woocommerce-cart .wc-proceed-to-checkout a.checkout-button:hover, body.woocommerce-cart .wc-proceed-to-checkout a.button:hover {
    background-color: #f9a901;
    border: 2px solid #f9a901;
    color: #e1ffa5;
    transition: 0.5s ease;
    /* Secondary Button Style */ }

body.woocommerce-checkout {
  /* MY ACCOUNT */ }
  body.woocommerce-checkout .woocommerce {
    padding-bottom: 5%; }
  body.woocommerce-checkout .woocommerce-additional-fields h3 {
    display: none; }
  body.woocommerce-checkout form.checkout {
    clear: both;
    padding-bottom: 60px; }
  body.woocommerce-checkout #customer_details {
    width: 60%;
    position: relative;
    float: left;
    display: flex;
    flex-direction: column; }
  body.woocommerce-checkout #customer_details .col-1, body.woocommerce-checkout #customer_details .col-2 {
    width: 100%; }
  body.woocommerce-checkout #order_review {
    width: 35%;
    position: relative;
    /*
        margin-left: 5%;
        width: 40%;
        display: flex;
        flex-direction: column;
        */
    float: right;
    background: #f4ffd4 !important;
    color: #245182 !important; }
  body.woocommerce-checkout #ship-to-different-address, body.woocommerce-checkout #ship-to-different-address label span {
    font-family: var(--font-body) !important;
    font-size: var(--content_size) !important; }
  body.woocommerce-checkout h3 {
    font-size: 2rem; }
  body.woocommerce-checkout h3#order_review_heading {
    display: none !important; }
  body.woocommerce-checkout .table-responsive #your_order_heading {
    display: none !important; }
  body.woocommerce-checkout #your_order_heading {
    color: #245182 !important;
    padding-left: 20px; }
  body.woocommerce-checkout #add_payment_method #payment, body.woocommerce-checkout .woocommerce-cart #payment, body.woocommerce-checkout .woocommerce-checkout #payment {
    background: #f4ffd4 !important; }
  body.woocommerce-checkout .woocommerce form .form-row label {
    display: none; }
  body.woocommerce-checkout .woocommerce-input-wrapper, body.woocommerce-checkout input.form-control, body.woocommerce-checkout .select2-selection__rendered, body.woocommerce-checkout p.form-row {
    height: 50px !important; }
  body.woocommerce-checkout input.form-control {
    padding: 5px 0px !important;
    margin: 0px !important;
    line-height: 100% !important; }
  body.woocommerce-checkout p.form-row {
    margin: 0px !important;
    padding: 0px !important; }
  body.woocommerce-checkout .select2-selection__rendered {
    margin: 0px !important;
    padding: 5px 0px !important;
    line-height: 36px !important; }
  body.woocommerce-checkout .select2-results__option, body.woocommerce-checkout .select2-container--default .select2-results__option[data-selected=true], body.woocommerce-checkout .select2-search--dropdown {
    background-color: #245182 !important;
    color: #245182 !important; }
  body.woocommerce-checkout #billing_first_name_field, body.woocommerce-checkout #billing_address_1_field, body.woocommerce-checkout #billing_city_field, body.woocommerce-checkout #billing_postcode_field, body.woocommerce-checkout #billing_email_field, body.woocommerce-checkout #shipping_first_name_field, body.woocommerce-checkout #shipping_address_1_field, body.woocommerce-checkout #shipping_city_field, body.woocommerce-checkout #shipping_postcode_field, body.woocommerce-checkout #shipping_email_field, body.woocommerce-checkout .form-row-first {
    clear: none;
    float: left;
    width: 47%; }
  body.woocommerce-checkout #billing_last_name_field, body.woocommerce-checkout #billing_address_2_field, body.woocommerce-checkout #billing_state_field, body.woocommerce-checkout #billing_country_field, body.woocommerce-checkout #billing_phone_field, body.woocommerce-checkout #shipping_last_name_field, body.woocommerce-checkout #shipping_address_2_field, body.woocommerce-checkout #shipping_state_field, body.woocommerce-checkout #shipping_country_field, body.woocommerce-checkout #shipping_phone_field, body.woocommerce-checkout .form-row-last {
    clear: none;
    float: right;
    width: 47%; }
  body.woocommerce-checkout .woocommerce-shipping-fields {
    padding-top: 20px;
    padding-bottom: 40px; }
  body.woocommerce-checkout .woocommerce-shipping-fields input[type=checkbox]:checked:after {
    display: none; }
  body.woocommerce-checkout #payment .woocommerce-info {
    line-height: 120%; }
  body.woocommerce-checkout #add_payment_method #payment ul.payment_methods, body.woocommerce-checkout .woocommerce-cart #payment ul.payment_methods, body.woocommerce-checkout .woocommerce-checkout #payment ul.payment_methods {
    border-bottom: none !important; }
  body.woocommerce-checkout button#place_order {
    float: none !important;
    margin: 0 auto !important;
    display: flex !important;
    font-family: 'Mulish', sans-serif !important;
    font-size: var(--button_size) !important;
    line-height: var(--button_size) !important;
    padding: 5px 20px !important;
    text-align: center;
    display: inline-block;
    font-weight: 400;
    border-radius: 30px;
    text-transform: uppercase;
    background-image: none !important;
    text-shadow: none !important;
    box-shadow: none !important;
    /* Primary Button Style */
    background-color: #245182;
    border: 2px solid #245182;
    color: #e1ffa5;
    display: inline-block !important;
    background-image: none !important;
    text-shadow: none !important;
    box-shadow: none !important;
    zoom: 1;
    background: #245182 !important;
    color: #f4ffd4 !important; }
  body.woocommerce-checkout button#place_order:hover {
    background-color: #f9a901;
    border: 2px solid #f9a901;
    color: #e1ffa5;
    transition: 0.5s ease;
    /* Secondary Button Style */ }
  body.woocommerce-checkout .woocommerce-privacy-policy-text a {
    color: #245182 !important; }

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

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

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

@media (max-width: 1500px) {
  #contact-page #contact, #contact-page #grid {
    padding-left: var(--xm);
    padding-right: var(--xm); }
    #contact-page #contact-form {
      padding-right: 0px; } }

@media (max-width: 1300px) {
  /*xxl applies to x-large devices (large desktops, less than 1400px) */
    #contact-page #grid .row {
      display: flex;
      flex-direction: column; }
      #contact-page #grid .col-xl-4, #contact-page #grid .col-xl-8 {
        width: 100%; }
      #contact-page #reviews.show_desktop {
        display: none; }
      #contact-page #reviews.show_mobile {
        display: block; }
      #contact-page #reviews .review__wrap {
        width: 100%; }
        #contact-page #reviews .review__flex {
          flex-direction: column; }
        #contact-page #reviews .review__rating {
          display: flex;
          padding-top: 15px; }
      #contact-page #reviews .slick-slide {
        margin: 0 27px; }
      #contact-page #reviews .slick-list {
        margin: 0 -27px; }
      #contact-page #contact-form {
        padding-left: 0px; }
      #contact-page #contact-form .container-fluid {
        max-width: 100%; }
      #contact-page #contact {
        padding-bottom: 0px; }
      #contact-page .btn-cta {
        font-size: 20px !important;
        word-break: break-all;
        line-height: 110% !important; } }

@media (max-width: 1400px) {
  /* xl applies to large devices (desktops, less than 1200px) */
    :root {
      --xl: 100%;
      --lg: 80%;
      --md: 35%;
      --sm: 15%; }
    #contact-page #contact-form {
      padding-top: var(--ym); }
    #primary-nav .grid-25 {
      max-width: 31% !important;
      flex: 0 0 31% !important; }
    #footer-wrap #footer {
      padding: 30px 20px 20px 20px; }
      #footer-wrap #footer .footer-logo {
        max-width: 300px; }
      #footer-wrap #footer .col-xl-4 {
        width: 30%; }
      #footer-wrap #footer .col-xl-8 {
        width: 70%; }
      #footer-wrap #footer .footer-contact {
        padding-left: 20px; }
      #footer-wrap #copyright {
        padding: 5px 20px; }
    body.woocommerce-cart .woocommerce-cart-form {
      width: 100%; }
      body.woocommerce-cart .cart-collaterals {
        width: 100%; }
      body.woocommerce-cart .cart-collaterals h2 {
        display: none; } }

@media (max-width: 1200px) {
  :root {
    --xl: 175%;
    --lg: 50%;
    --md: 50%;
    --sm: 20%; }

  #primary-nav .menu-item {
    padding: 0px 20px; }

  .header-btn {
    margin-top: 24px; }
    .header-btn .btn-cta {
      font-size: calc(var(--font_28) - 50%) !important;
      padding: 3px 8px 2px 5px !important; }
      .header-btn .btn-cta img {
        zoom: 0.8; }

  #home-page #header .feature__wrap {
    padding: 40px; }
    #home-page #header .feature__heading {
      margin-bottom: 0px;
      line-height: 110%; }
    #home-page #intro .intro__heading {
      line-height: 110%; }

  #service-page #steps .tile__grid {
    grid-column-gap: 60px; }

  #learn-page #categories .container-fluid, #learn-page #categories .guides {
    max-width: 100%; }
    #learn-page #categories .guides__grid {
      display: grid;
      grid-template-columns: repeat(4, 1fr);
      grid-column-gap: 20px;
      grid-row-gap: 20px; }
    #learn-page #categories .guides__item {
      padding: 20px 20px; }
    #learn-page #categories .guides__icon svg {
      width: 100px;
      height: 100px; }

  #reviews .review__grid {
    column-gap: 40px;
    row-gap: 0px; }

  #custom-page #steps .tile__wrap {
    width: 40% !important; }

  .feature.left .feature__wrap, .feature.right .feature__wrap {
    padding: 40px; }
    .feature.left .feature__image, .feature.right .feature__image {
      mask-image: none; }

  #reviews-section #reviews-heading, #reviews-section #reviews {
    max-width: 100%; }
    #reviews-section #reviews-heading {
      padding-bottom: 40px !important;
      padding-left: 25px !important;
      line-height: 110% !important; }

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

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

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

@media (max-width: 1023px) {
  /* lg applies to medium devices (tablets, less than 992px) */
    :root {
      --wp-admin--admin-bar--height: 0px; }
    html {
      margin-top: 0px !important; }
    #wpadminbar {
      display: none; }
    body.admin-bar #primary-nav, #primary-nav {
      top: 0px; }
    .admin-bar .gm-navigation-drawer {
      top: 0px !important;
      height: calc(100%) !important; }
    .header-btn {
      display: none; }
    #primary-nav .gm-caret i {
      top: 10px; }
    #primary-nav a.gm-anchor, #primary-nav .gm-menu-item__txt {
      font-size: calc(var(--nav_size) + 30%); }
    .gm-dropdown-menu--lvl-1 {
      display: grid;
      grid-template-columns: repeat(2, 1fr);
      grid-template-rows: repeat(2, 1fr);
      grid-column-gap: 0px;
      grid-row-gap: 0px; }
      .gm-dropdown-menu--lvl-1 .menu-item {
        background: #e1ffa5;
        border-radius: 20px;
        box-shadow: 5px 5px 4px 0px rgba(0, 0, 0, 0.25);
        margin: 10px 10px;
        padding: 0px 20px 20px 20px !important; }
      .gm-dropdown-menu--lvl-1 .gm-anchor, .gm-dropdown-menu--lvl-1 .gm-menu-item__txt, .gm-dropdown-menu--lvl-1 .gm-menu-item__link, .gm-dropdown-menu--lvl-1 .description {
        color: #245182 !important; }
      .gm-dropdown-menu--lvl-1 .gm-menu-item__link, .gm-dropdown-menu--lvl-1 .gm-menu-item__txt {
        color: #245182 !important; }
      .gm-dropdown-menu--lvl-1 .gm-menu-item__icon {
        margin-right: 8px;
        max-width: 60px; }
    .gm-dropdown-menu-wrapper .gm-dropdown-menu.gm-dropdown-menu--lvl-1 .gm-menu-item__link, .gm-dropdown-menu-wrapper .gm-dropdown-menu.gm-dropdown-menu--lvl-1 .gm-menu-item__txt {
      color: #245182 !important;
      font-size: calc(var(--nav_size) + 20%) !important; }
    .gm-navigation-drawer .gm-anchor .gm-menu-item__txt-wrapper, .gm-navigation-drawer .gm-mega-menu__item__title .gm-menu-item__txt-wrapper {
      margin-right: 0px; }
    .gm-navigation-drawer .gm-dropdown > .gm-anchor .gm-menu-item__txt-wrapper {
      padding-right: 10px; }
    .gm-navigation-drawer--mobile .gm-dropdown-menu-wrapper {
      padding-left: 0px; } }

@media (max-width: 991.98px) {
  /* md applies to small devices (landscape phones, less than 768px) */
    .feature__image {
      mask-image: none; }
    #service-page #steps .tile__grid {
      grid-column-gap: 20px;
      padding: 20px 0px; }
      #service-page #guides {
        padding-bottom: var(--ym); }
    #learn-page #categories .guides__grid {
      grid-template-columns: repeat(3, 1fr);
      grid-column-gap: 20px;
      grid-row-gap: 20px; }
      #learn-page #categories .guides__icon svg {
        width: 75px;
        height: 75px; }
    #about-page #meet .staff__grid {
      max-width: 100%; }
      #about-page #meet .staff__wrap {
        width: 45%; }
    #footer-wrap #footer {
      padding: 40px; }
      #footer-wrap #footer .footer-logo {
        max-width: 400px;
        text-align: center;
        margin: 0 auto; }
      #footer-wrap #footer .footer-contact {
        text-align: center; }
      #footer-wrap #footer .footer-contact p {
        margin-bottom: 5px; }
      #footer-wrap #footer .col-xl-4 {
        width: 100%; }
      #footer-wrap #footer .col-xl-8 {
        width: 100%; }
      #footer-wrap #footer .bdr-right {
        border-right: none;
        border-bottom: 2px solid #245182;
        padding-bottom: 20px;
        margin-bottom: 20px; } }

@media (max-width: 767.98px) {
  /* sm applies to x-small devices (portrait phones, less than 576px) */
    :root {
      --xl: 300%;
      --lg: 100%;
      --md: 60%;
      --sm: 30%;
      --ym: 60px;
      --xm: 40px; }
    .show_desktop {
      display: none !important; }
    .show_mobile {
      display: block !important; }
    #home-page #header .row {
      display: flex;
      flex-direction: column-reverse; }
      #home-page #header .feature__content {
        max-width: 100%; }
      #home-page #intro {
        padding-bottom: 40px; }
      #home-page #marquee {
        padding: var(--ym) 0px; }
      #home-page #marquee .marquee__heading {
        padding-bottom: 0px; }
      #home-page #marquee .marquee__inner span {
        padding: 0 0px;
        height: 60px;
        min-width: 170px; }
      #home-page #reviews {
        padding: 0px 0px 80px 0px; }
      #home-page #reviews .review__wrap {
        width: 90%; }
      #home-page #reviews .slick-dots {
        bottom: -60px; }
    #header .header__wrap {
      max-width: 100% !important; }
      #header .header__heading {
        padding-top: 40px;
        text-align: center; }
      #header .header__content {
        text-align: center; }
      #header .header__image {
        padding-right: 0px !important; }
      #header .header__button {
        text-align: center; }
    #service-page #steps .tile__grid {
      grid-column-gap: 0px;
      padding: 60px 0px 20px 0px;
      margin-bottom: -60px; }
      #service-page #steps .tile__wrap {
        width: 100%;
        max-width: 350px;
        margin: 20px auto; }
      #service-page #steps .tile__item {
        min-height: auto;
        padding: 20px 20px 40px 20px; }
      #service-page #reviews-section #reviews-heading {
        padding-bottom: 20px !important;
        padding-left: 0px !important; }
      #service-page #reviews-section #reviews {
        padding-top: 0px; }
      #service-page #reviews-section #reviews .review__wrap {
        margin: 20px; }
      #service-page #reviews-section #reviews .slick-dots {
        bottom: -60px; }
        #service-page #reviews-section #reviews .slick-dots li button {
          border: 1px solid #245182; }
        #service-page #reviews-section #reviews .slick-dots li.slick-active button {
          background: #245182 !important; }
    #custom-page #steps .tile__wrap {
      width: 100% !important; }
    .feature.left .row, .feature.right .row {
      flex-direction: column-reverse; }
    .feature__button {
      text-align: center; }
    #learn-page #categories .guides {
      padding-top: 20px; }
      #learn-page #categories .guides__grid {
        grid-template-columns: repeat(2, 1fr);
        grid-column-gap: 20px;
        grid-row-gap: 20px; }
      #learn-page #categories .guides__icon svg {
        width: 100px;
        height: 100px; }
      #learn-page #categories .categories__heading br {
        display: none; }
      #learn-page #categories .categories__content {
        text-align: center; }
      #learn-page #categories .col-sm-12 {
        margin: 0px;
        padding: 0px; }
    #about-page #steps .tile__grid {
      max-width: 100%; }
      #about-page #steps .tile__wrap {
        width: 45%; }
      #about-page #meet .boxed {
        margin-top: 40px; }
      #about-page #contact-form {
        padding-top: 40px; }
    #contact-page .contact-btn.first {
      margin-top: 20px; }
      #contact-page #reviews .review__wrap {
        margin: 0px 0px; }
      #contact-page #contact .left {
        padding-right: 0px; }
    #reviews .review__wrap {
      margin: 0px 20px;
      width: 90%; }
      #reviews .review__flex {
        flex-direction: column; }
      #reviews .review__client {
        padding-bottom: 10px; }
      #reviews .review__rating {
        display: flex; }
      #reviews .review__rating img {
        padding-right: 5px;
        width: 25px; }
      #reviews .slick-dots {
        bottom: -60px; }
      #reviews .slick-dots li button {
        width: 5px;
        height: 5px;
        border: 1px solid #e1ffa5;
        border-radius: 100%; }
      #reviews .slick-dots li button:before {
        font-size: 0px; }
      #reviews .slick-dots li.slick-active button {
        background: #e1ffa5 !important; }
      #reviews .slick-dots li:only-child {
        display: none; }
    #contact-form .container-fluid {
      max-width: 100%;
      padding: 40px; }
      #contact-form label {
        margin-bottom: 0px; }
      #contact-form .contact__heading br {
        display: none; }
    #footer-wrap #footer .col-xl-8, #footer-wrap #footer .container-fluid {
      padding: 0px; }
      #footer-wrap #footer .footer-contact {
        padding-left: 0px;
        text-align: left; }
      #footer-wrap #footer #links {
        padding-left: 0px; }
      #footer-wrap #footer #links .col-xl-3 {
        width: 100%; }
      #footer-wrap #footer h4 {
        font-size: calc(var(--font_28) - 30%);
        margin-bottom: 0px; }
      #footer-wrap #footer .menu {
        padding-top: 10px;
        padding-bottom: 20px; }
    #custom-page #slider .custom-slider__img {
      padding-bottom: 40px; }
      #custom-page #slider .custom-slider__img img {
        margin: 0 auto; }
      #custom-page #reviews-section #reviews-heading {
        padding-bottom: 0px !important; }
    #events-page #header .header__heading br {
      display: none; }
      #events-page #past-events {
        padding: var(--ym) var(--xm) 60px var(--xm); }
      #events-page #upcoming-events {
        padding: var(--ym) var(--xm) 60px var(--xm); }
      #events-page #upcoming-events .event__image {
        padding-bottom: 40px; }
      #events-page #upcoming-events .event__date {
        padding-top: 40px; }
      #events-page #upcoming-events .flex {
        padding-left: 10px; }
    #socials .text-start, #socials .text-end {
      text-align: center !important; }
    #copyright .text-start, #copyright .text-end {
      text-align: center !important; }
    #page-wrap {
      padding: 20px !important;
      /* Woocommerce */ }
    ul.products {
      padding: 20px !important; }
    .woocommerce .products ul, .woocommerce ul.products {
      padding: 20px 0px !important; }
    body.woocommerce-cart #wrap, body.woocommerce-checkout #wrap {
      padding: 20px !important; }
      body.woocommerce-cart #page-wrap, body.woocommerce-checkout #page-wrap {
        padding: 0px !important; }
      body.woocommerce-cart .checkout-heading, body.woocommerce-checkout .checkout-heading {
        padding: 0px 0px 20px 0px;
        margin-bottom: 0px; }
    body.post-type-archive-product #wrap, body.tax-product_cat #wrap, body.tax-product_tag #wrap {
      padding: 20px !important; }
    body.single-product {
      /* Cart */ }
      body.single-product #wrap {
        padding: 20px !important; }
    body.woocommerce-cart {
      /* Checkout */ }
      body.woocommerce-cart table.shop_table thead .product-price {
        width: 100% !important; }
      body.woocommerce-cart table.shop_table thead .product-quantity {
        width: 100% !important; }
      body.woocommerce-cart table.shop_table thead .product-subtotal {
        width: 100% !important; }
      body.woocommerce-cart table.shop_table tbody .product-thumbnail, body.woocommerce-cart table.shop_table tbody .product-thumbnail img {
        width: 50px !important; }
      body.woocommerce-cart table.shop_table tbody .product-price {
        width: 100% !important; }
      body.woocommerce-cart table.shop_table tbody .product-subtotal {
        width: 100% !important; }
      body.woocommerce-cart table.shop_table tbody .product-name a {
        display: flex;
        width: 100%;
        text-align: left; }
      body.woocommerce-cart table.shop_table_responsive tr td {
        padding: 5px 0px; }
      body.woocommerce-cart .cart_item {
        border-bottom: 2px solid var(--primary) !important; }
      body.woocommerce-cart .cart_item td {
        border: none !important; }
      body.woocommerce-cart .cart_item td.product-quantity {
        display: flex !important;
        flex-direction: row !important;
        justify-content: space-between !important; }
      body.woocommerce-cart .cart_item .quantity {
        width: 100px;
        margin-right: 0px !important; }
      body.woocommerce-cart .cart_item .quantity .input-group {
        width: 100px; }
      body.woocommerce-cart .cart_item .bootstrap-touchspin-down.btn-primary, body.woocommerce-cart .cart_item .bootstrap-touchspin-up.btn-primary {
        padding: 0px 5px !important; }
      body.woocommerce-cart .cart_item input[type=number] {
        padding: 0px 5px !important; }
      body.woocommerce-cart table.shop_table_responsive tr:nth-child(2n) td {
        background: none !important; }
      body.woocommerce-cart .coupon {
        width: 100%; }
      body.woocommerce-cart .coupon button.button {
        width: 100% !important; }
      body.woocommerce-cart .coupon .input-text {
        width: 100% !important;
        padding: 10px 0px !important;
        margin: 0px 0px 20px 0px !important; }
      body.woocommerce-cart button.button {
        font-size: var(--button_size) !important;
        zoom: 0.8;
        padding: 10px 20px !important;
        border-width: 4px !important; }
      body.woocommerce-cart a.checkout-button {
        zoom: 1;
        padding: 10px 50px !important; }
      body.woocommerce-cart .wc-proceed-to-checkout {
        text-align: center; }
    body.woocommerce-checkout .woocommerce {
      padding-bottom: 40px; }
      body.woocommerce-checkout form.checkout {
        display: flex;
        flex-direction: column; }
      body.woocommerce-checkout #customer_details {
        width: 100%;
        display: flex;
        flex-direction: column; }
      body.woocommerce-checkout #order_review {
        margin-left: 0px;
        margin-top: 40px;
        width: 100%;
        display: flex;
        flex-direction: column; }
      body.woocommerce-checkout button#place_order {
        flex-direction: column;
        align-content: center;
        flex-wrap: wrap; } }

@media (max-width: 575.98px) {
  .gm-dropdown-menu--lvl-1 {
    display: grid;
    grid-template-columns: repeat(1, 1fr);
    grid-template-rows: repeat(1, 1fr);
    grid-column-gap: 0px;
    grid-row-gap: 0px; }
    .gm-dropdown-menu--lvl-1 a.gm-anchor, .gm-dropdown-menu--lvl-1 .gm-menu-item__txt {
      font-size: calc(var(--nav_size) + 50%) !important; }

  #home-page #header .feature__heading br {
    display: none; }
    #home-page #intro .intro__heading br {
      display: none; }
    #home-page #reasons .tile__grid {
      grid-template-columns: repeat(1, 1fr);
      grid-template-rows: repeat(1, 1fr);
      grid-column-gap: 20px;
      grid-row-gap: 20px; }
      #home-page #reasons .tile__item {
        min-height: auto; }
      #home-page #reasons .tile__icon svg {
        width: 100px;
        height: 100px; }
      #home-page #reasons .reasons__heading br {
        display: none; }
      #home-page #reasons .reasons__content {
        padding-top: 20px; }
      #home-page #reasons .reasons__button {
        padding-top: 0px; }
      #home-page #reasons .reasons__content br {
        display: none; }

  #reviews-heading br {
    display: none; }

  #contact-form .wpforms-submit-container button.wpforms-submit {
    width: 100% !important; }

  #about-page #steps .tile__wrap {
    width: 100%; }
    #about-page #steps .tile__item {
      min-height: auto; }
    #about-page #steps .tile__icon {
      padding: 20px 0px; }
    #about-page #meet .staff__wrap {
      width: 100%; }

  #contact-page #contact-form {
    margin-top: 40px;
    padding-bottom: 0px; }

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

@media (max-width: 450px) {
  :root {
    --xl: 350%;
    --lg: 175%;
    --md: 100%;
    --sm: 30%;
    --ym: 40px;
    --xm: 20px;
    --font_28: calc(1.75rem - 50%); }

  #home-page #header .feature__wrap {
    padding: var(--ym) var(--xm); }
    #home-page #reasons {
      margin-bottom: 40px; }
      #home-page #reasons .tile__grid {
        padding: 0px; }

  #marquee .marquee__heading {
    font-size: var(--font_28); }

  .feature.left .feature__wrap, .feature.right .feature__wrap {
    padding: var(--ym) var(--xm); }

  #reviews-section #reviews-heading {
    padding-left: 10px !important; }

  #contact-form .container-fluid {
    padding: 20px; }

  #learn-page #categories .guides__grid {
    grid-template-columns: repeat(1, 1fr);
    grid-column-gap: 20px;
    grid-row-gap: 20px; }
    #learn-page #categories .guides__icon svg {
      width: 100px;
      height: 100px; }

  #about-page #meet .boxed {
    margin-top: 40px;
    padding: 20px; }
    #about-page #meet .boxed__image {
      max-width: 80%;
      padding: 20px 0px; }
    #about-page #meet .boxed__desc {
      text-align: left; } }
