@charset "UTF-8";
@import "https://use.typekit.net/bmn7kqc.css";
@font-face {
  font-family: "Druk Wide Medium";
  src: url("../fonts/dwm.eot");
  src: url("../fonts/dwm.eot?#iefix") format("embedded-opentype"), url("../fonts/dwm.woff2") format("woff2"), url("../fonts/dwm.woff") format("woff"), url("../fonts/dwm.ttf") format("truetype");
}
.method-footer-part {
  -webkit-margin-before: 0;
          margin-block-start: 0;
}

.nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}
.nav .nav-link {
  display: block;
  padding: 0.5rem 1rem;
  text-decoration: none;
  background: none;
  border: 0;
}
.nav .nav-link.disabled {
  pointer-events: none;
  cursor: default;
  opacity: 0.65;
}
.nav .nav-item {
  margin-bottom: -1px;
  list-style: none;
}

.navbar {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 0.5rem 1rem;
}
.navbar .navbar-brand {
  display: inline-block;
  padding-top: 0.3125rem;
  padding-bottom: 0.3125rem;
  margin-right: 1rem;
  font-size: 1.25rem;
  line-height: inherit;
  white-space: nowrap;
}
.navbar .navbar-nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}
.navbar .navbar-nav .nav-link {
  padding-right: 0;
  padding-left: 0;
}
.navbar .navbar-toggler {
  padding: 0.25rem 0.75rem;
  font-size: 1.25rem;
  line-height: 1;
  background-color: transparent;
  border: 1px solid transparent;
  border-radius: 0.25rem;
}
.navbar .navbar-toggler .navbar-toggler-icon {
  display: inline-block;
  width: 1.5em;
  height: 1.5em;
  vertical-align: middle;
  content: "";
  background: no-repeat center center;
  background-size: 100% 100%;
}
.navbar .navbar-collapse {
  -ms-flex-preferred-size: 100%;
      flex-basis: 100%;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media (min-width: 992px) {
  .navbar .navbar-expand-lg {
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
  .navbar .navbar-expand-lg .navbar-nav {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
  .navbar .navbar-expand-lg .navbar-nav .nav-link {
    padding-right: 0.5rem;
    padding-left: 0.5rem;
  }
  .navbar .navbar-expand-lg .navbar-collapse {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    -ms-flex-preferred-size: auto;
        flex-basis: auto;
  }
  .navbar .navbar-expand-lg .navbar-toggler {
    display: none;
  }
}
body.block-editor-iframe__body:not(.is-tablet-preview):not(.is-mobile-preview) .navbar .navbar-expand-lg {
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
body.block-editor-iframe__body:not(.is-tablet-preview):not(.is-mobile-preview) .navbar .navbar-expand-lg .navbar-nav {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
}
body.block-editor-iframe__body:not(.is-tablet-preview):not(.is-mobile-preview) .navbar .navbar-expand-lg .navbar-nav .nav-link {
  padding-right: 0.5rem;
  padding-left: 0.5rem;
}
body.block-editor-iframe__body:not(.is-tablet-preview):not(.is-mobile-preview) .navbar .navbar-expand-lg .navbar-collapse {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -ms-flex-preferred-size: auto;
      flex-basis: auto;
}
body.block-editor-iframe__body:not(.is-tablet-preview):not(.is-mobile-preview) .navbar .navbar-expand-lg .navbar-toggler {
  display: none;
}

.dropdown {
  position: relative;
}
.dropdown .dropdown-toggle {
  white-space: nowrap;
}
.dropdown .dropdown-menu {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1000;
  display: none;
  float: left;
  min-width: 10rem;
  padding: 0.5rem 0;
  margin: 0.125rem 0 0;
  font-size: 1rem;
  text-align: left;
  background-color: #fff;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 0.25rem;
}
.dropdown .dropdown-menu.show {
  display: block;
}
.dropdown .dropdown-menu .dropdown-item {
  display: block;
  width: 100%;
  padding: 0.25rem 1.5rem;
  clear: both;
  font-weight: 400;
  color: #212529;
  text-align: inherit;
  white-space: nowrap;
  background-color: transparent;
  border: 0;
}
.dropdown .dropdown-menu .dropdown-item:hover, .dropdown .dropdown-menu .dropdown-item:focus {
  color: #1e2125;
  background-color: #e9ecef;
}
.dropdown .dropdown-menu .dropdown-item.active, .dropdown .dropdown-menu .dropdown-item:active {
  color: #fff;
  background-color: #0d6efd;
}
.dropdown .dropdown-menu .dropdown-item.disabled, .dropdown .dropdown-menu .dropdown-item:disabled {
  color: #6c757d;
  pointer-events: none;
  background-color: transparent;
}

.offcanvas {
  position: fixed;
  bottom: 0;
  z-index: 1045;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  max-width: 100%;
  visibility: visible;
  background-color: #fff;
  background-clip: padding-box;
  outline: 0;
  -webkit-transition: all 0.1s ease-in-out;
  transition: all 0.1s ease-in-out;
  -webkit-margin-before: 0;
          margin-block-start: 0;
}
.offcanvas.show {
  visibility: visible;
}
.offcanvas.offcanvas-start {
  top: 0;
  left: 0;
  width: 400px;
  -webkit-transform: translateX(0);
          transform: translateX(0);
  opacity: 0;
  pointer-events: none;
}
.offcanvas.offcanvas-start.show {
  opacity: 1;
  pointer-events: all;
}
.offcanvas.offcanvas-end {
  top: 0;
  right: 0;
  width: 400px;
  -webkit-transform: translateX(0);
          transform: translateX(0);
  opacity: 0;
  pointer-events: none;
}
.offcanvas.offcanvas-end.show {
  opacity: 1;
  pointer-events: all;
}
.offcanvas.offcanvas-top {
  top: 0;
  left: 0;
  right: 0;
  height: 100vh;
  max-height: 100%;
  -webkit-transform: translateY(-100vh);
          transform: translateY(-100vh);
}
.offcanvas.offcanvas-top.show {
  -webkit-transform: translateY(0);
          transform: translateY(0);
}
.offcanvas.offcanvas-bottom {
  left: 0;
  right: 0;
  height: 30vh;
  max-height: 100%;
  -webkit-transform: translateY(100%);
          transform: translateY(100%);
}
.offcanvas.offcanvas-bottom.show {
  -webkit-transform: translateY(0);
          transform: translateY(0);
}
.offcanvas .offcanvas-header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 1rem;
}
.offcanvas .offcanvas-title {
  margin-bottom: 0;
  line-height: 1.5;
}
.offcanvas .offcanvas-body {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  padding: 1rem;
  overflow-y: auto;
}

.accordion {
  --bs-accordion-border-color: #dee2e6;
  --bs-accordion-border-width: 1px;
  --bs-accordion-border-radius: 0.375rem;
  --bs-accordion-inner-border-radius: 0.375rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.accordion-item {
  border: none;
  border-radius: 0;
}
.accordion-item + .accordion-item {
  border-top: 0;
}

.accordion-header {
  margin-bottom: 0;
  margin: 0 !important;
}

.accordion-button {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  padding: 1rem 0;
  border: 0;
  border-bottom: 1px solid #fff;
  color: #fff;
  border-radius: 0;
  overflow-anchor: none;
  -webkit-transition: background-color 0.15s ease;
  transition: background-color 0.15s ease;
  background-color: transparent;
  font-size: 20px;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.accordion-button::after {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  -webkit-box-flex: 0;
      -ms-flex-positive: 0;
          flex-grow: 0;
  width: 20px;
  height: 20px;
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  line-height: 1;
  content: "+";
  font-size: 20px;
  -webkit-transform-origin: 10px 10px;
          transform-origin: 10px 10px;
  -webkit-transition: -webkit-transform 0.2s ease-in-out;
  transition: -webkit-transform 0.2s ease-in-out;
  transition: transform 0.2s ease-in-out;
  transition: transform 0.2s ease-in-out, -webkit-transform 0.2s ease-in-out;
}
.accordion-button:not(.collapsed)::after {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
  content: "–";
}
.accordion-button:focus {
  z-index: 3;
  outline: 0;
}
.accordion-collapse {
  border: 0;
}

.accordion-body {
  padding: 1.5rem 0;
  font-size: 20px;
}
.accordion-body p {
  margin: 0;
}

.collapse {
  display: none;
}
.collapse.show {
  display: block;
}

.collapsing {
  height: 0;
  overflow: hidden;
  -webkit-transition: height 0.35s ease;
  transition: height 0.35s ease;
}

.collapse-horizontal {
  width: 0;
  height: auto;
  -webkit-transition: width 0.35s ease;
  transition: width 0.35s ease;
}
.collapse-horizontal.collapsing {
  width: 0;
  height: auto;
  -webkit-transition: width 0.35s ease;
  transition: width 0.35s ease;
}
.collapse-horizontal.collapse.show {
  width: 100%;
}

@media (prefers-reduced-motion: reduce) {
  .collapsing {
    -webkit-transition: none;
    transition: none;
  }
  .collapse-horizontal.collapsing {
    -webkit-transition: none;
    transition: none;
  }
}
.method-theme-button, .nf-form-cont input[type=submit], .wp-block-post-template .wp-block-post .wp-block-post-excerpt__more-link, .wp-block-query-pagination a {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  border: 1px solid #171D37;
  padding: 0.875rem 1.5rem;
  line-height: 1;
  gap: 1rem;
  font-family: "sweet-sans-pro";
  text-transform: uppercase;
  font-size: 1.125rem;
  font-weight: 400;
  text-decoration: none;
  color: #171D37;
  -webkit-transition: 0.14s ease-in-out all;
  transition: 0.14s ease-in-out all;
}
.method-theme-button:hover, .nf-form-cont input[type=submit]:hover, .wp-block-post-template .wp-block-post .wp-block-post-excerpt__more-link:hover, .wp-block-query-pagination a:hover {
  background-color: #171D37;
  color: #fff;
}
.method-theme-button-inverted {
  border-color: #fff;
  color: #fff;
}
.method-theme-button-inverted:hover {
  background-color: #fff;
  color: #171D37;
}

.wp-block-query-pagination {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding-bottom: 48px;
}
@media (max-width: 767.98px) {
  .wp-block-query-pagination {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
}
body.block-editor-iframe__body.is-tablet-preview .wp-block-query-pagination {
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
body.block-editor-iframe__body.is-mobile-preview .wp-block-query-pagination {
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
.chsv-nav {
  -webkit-transition: 0.14s ease-in-out all;
  transition: 0.14s ease-in-out all;
  padding-top: 2.25rem;
  padding-bottom: 2.25rem;
  background: #171D37;
  z-index: 1046;
  display: block;
  position: relative;
}
@media (max-width: 767.98px) {
  .chsv-nav {
    padding-top: 2rem;
    padding-bottom: 2rem;
  }
  .chsv-nav .chsv-nav-inner-logowrap svg {
    width: 210px !important;
    height: auto !important;
  }
}
body.block-editor-iframe__body.is-tablet-preview .chsv-nav {
  padding-top: 2rem;
  padding-bottom: 2rem;
}
body.block-editor-iframe__body.is-tablet-preview .chsv-nav .chsv-nav-inner-logowrap svg {
  width: 210px !important;
  height: auto !important;
}
body.block-editor-iframe__body.is-mobile-preview .chsv-nav {
  padding-top: 2rem;
  padding-bottom: 2rem;
}
body.block-editor-iframe__body.is-mobile-preview .chsv-nav .chsv-nav-inner-logowrap svg {
  width: 210px !important;
  height: auto !important;
}
.chsv-nav .chsv-nav-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.chsv-nav .chsv-nav-inner .chsv-nav-inner-logowrap {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
}
.chsv-nav .chsv-nav-inner .chsv-nav-inner-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 64px;
}
.chsv-nav .chsv-nav-inner .chsv-nav-inner-content .nav {
  margin-top: 0;
  -webkit-transition: 0.14s ease-in-out all;
  transition: 0.14s ease-in-out all;
}
@media (max-width: 991.98px) {
  .chsv-nav .chsv-nav-inner .chsv-nav-inner-content .nav {
    display: none;
    visibility: hidden;
  }
}
body.block-editor-iframe__body.is-tablet-preview .chsv-nav .chsv-nav-inner .chsv-nav-inner-content .nav {
  display: none;
  visibility: hidden;
}
body.block-editor-iframe__body.is-mobile-preview .chsv-nav .chsv-nav-inner .chsv-nav-inner-content .nav {
  display: none;
  visibility: hidden;
}
@media (min-width: 992px) {
  .chsv-nav .chsv-nav-inner .chsv-nav-inner-content .nav > .dropdown:hover .dropdown-menu {
    display: block;
    margin-top: 0;
  }
}
body.block-editor-iframe__body:not(.is-tablet-preview):not(.is-mobile-preview) .chsv-nav .chsv-nav-inner .chsv-nav-inner-content .nav > .dropdown:hover .dropdown-menu {
  display: block;
  margin-top: 0;
}
.chsv-nav .chsv-nav-inner .chsv-nav-inner-content .nav .nav-link {
  font-size: 15px;
  font-family: "Druk Wide Medium";
  text-transform: uppercase;
  color: #fff;
}
.chsv-nav .chsv-nav-inner .chsv-nav-inner-content .nav .nav-item.dropdown .nav-link:after {
  content: "+";
  padding-left: 8px;
}
.chsv-nav .dropdown-menu {
  background-color: #171D37;
  border-radius: 0;
  border: 1px solid #fff;
  padding: 0;
}
.chsv-nav .dropdown-menu .dropdown-item {
  color: #fff;
  text-decoration: none;
  font-size: 15px;
  font-weight: 500;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.chsv-nav .dropdown-menu .dropdown-item:hover, .chsv-nav .dropdown-menu .dropdown-item.active {
  background-color: #fff;
  color: #171D37;
}
.chsv-nav .dropdown-menu .nav-item:first-of-type .dropdown-item {
  padding-top: 0.75rem;
}
.chsv-nav .dropdown-menu .nav-item:last-of-type .dropdown-item {
  padding-bottom: 0.75rem;
}
.chsv-nav .chsv-nav-toggle svg line {
  -webkit-transition: 0.15s ease-in-out all;
  transition: 0.15s ease-in-out all;
}

body:has(#offcanvasNav.show) .chsv-nav .nav {
  opacity: 0;
}

body:has(#offcanvasNav.show) .chsv-nav {
  background: -webkit-gradient(linear, left bottom, left top, from(rgba(23, 29, 55, 0)), color-stop(47%, rgba(23, 29, 55, 0.82)), color-stop(77%, rgb(23, 29, 55)));
  background: linear-gradient(0deg, rgba(23, 29, 55, 0) 0%, rgba(23, 29, 55, 0.82) 47%, rgb(23, 29, 55) 77%);
}

body:has(#offcanvasNav.show) .chsv-nav-toggle svg line:first-of-type {
  -webkit-transform: rotate(45deg) translateY(8px) translateX(1px);
          transform: rotate(45deg) translateY(8px) translateX(1px);
  -webkit-transform-origin: 17px 11px;
          transform-origin: 17px 11px;
}
body:has(#offcanvasNav.show) .chsv-nav-toggle svg line:last-of-type {
  -webkit-transform: rotate(-45deg) translateY(-6px) translateX(1px);
          transform: rotate(-45deg) translateY(-6px) translateX(1px);
  -webkit-transform-origin: 17px 25px;
          transform-origin: 17px 25px;
}

.method-header-part {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 5000;
}

#offcanvasNav {
  background-color: rgba(23, 29, 55, 0.95);
  color: #fff;
}
#offcanvasNav .offcanvas-header {
  display: none;
  visibility: hidden;
}
#offcanvasNav .offcanvas-header, #offcanvasNav .offcanvas-body {
  padding: 0;
}
#offcanvasNav .offcanvas-body {
  padding-top: 180px;
}
#offcanvasNav .nav {
  display: block;
}
#offcanvasNav .nav .nav-link {
  padding: 12px 0;
  font-size: 36px;
  font-family: "Druk Wide Medium";
  text-transform: uppercase;
  color: #fff;
  display: block;
  position: relative;
}
@media (max-width: 767.98px) {
  #offcanvasNav .nav .nav-link {
    font-size: 18px;
  }
}
body.block-editor-iframe__body.is-tablet-preview #offcanvasNav .nav .nav-link {
  font-size: 18px;
}
body.block-editor-iframe__body.is-mobile-preview #offcanvasNav .nav .nav-link {
  font-size: 18px;
}
#offcanvasNav .nav .nav-item.dropdown .nav-link:after {
  content: "+";
  padding-left: 16px;
}
@media (max-width: 767.98px) {
  #offcanvasNav .nav .nav-item.dropdown .nav-link:after {
    padding-left: 8px;
  }
}
body.block-editor-iframe__body.is-tablet-preview #offcanvasNav .nav .nav-item.dropdown .nav-link:after {
  padding-left: 8px;
}
body.block-editor-iframe__body.is-mobile-preview #offcanvasNav .nav .nav-item.dropdown .nav-link:after {
  padding-left: 8px;
}
#offcanvasNav .nav .menu-item {
  display: block;
  position: relative;
}
#offcanvasNav .nav .dropdown-menu {
  padding: 12px 0 24px 0;
  background-color: transparent;
  border: none;
}
#offcanvasNav .nav .dropdown-menu .dropdown-item {
  padding: 4px 0;
  color: #fff;
  font-family: "sweet-sans-pro";
  text-transform: uppercase;
  color: #fff;
  text-decoration: none;
  font-size: 24px;
}
#offcanvasNav .nav .dropdown-menu .dropdown-item:hover, #offcanvasNav .nav .dropdown-menu .dropdown-item.active {
  background-color: transparent;
}
@media (max-width: 767.98px) {
  #offcanvasNav .nav .dropdown-menu .dropdown-item {
    font-size: 16px;
  }
}
body.block-editor-iframe__body.is-tablet-preview #offcanvasNav .nav .dropdown-menu .dropdown-item {
  font-size: 16px;
}
body.block-editor-iframe__body.is-mobile-preview #offcanvasNav .nav .dropdown-menu .dropdown-item {
  font-size: 16px;
}
#offcanvasNav .nav .dropdown-menu.show {
  position: relative !important;
  display: block;
  float: none;
  -webkit-transform: none !important;
          transform: none !important;
  top: 0;
  height: auto !important;
}

.wp-block-details {
  padding-bottom: 8px;
}
.wp-block-details summary {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  font-family: "sweet-sans-pro";
  text-transform: uppercase;
  text-decoration: none;
  font-size: 26px;
  border-bottom: 1px solid currentColor;
  padding: 0 0 12px 0;
  margin-bottom: 22px;
  gap: 24px;
}
.wp-block-details summary::after {
  content: "+";
  -ms-flex-negative: 0;
      flex-shrink: 0;
  -webkit-box-flex: 0;
      -ms-flex-positive: 0;
          flex-grow: 0;
}
@media (max-width: 767.98px) {
  .wp-block-details summary {
    font-size: 20px;
  }
}
body.block-editor-iframe__body.is-tablet-preview .wp-block-details summary {
  font-size: 20px;
}
body.block-editor-iframe__body.is-mobile-preview .wp-block-details summary {
  font-size: 20px;
}
.wp-block-details[open] {
  padding-bottom: 64px;
}
.wp-block-details[open] summary {
  margin-bottom: 48px;
}
.wp-block-details[open] summary::after {
  content: "–";
}

.chsv-featured-img a {
  position: relative !important;
  z-index: 0 !important;
  display: block !important;
  height: 0 !important;
  padding-top: 100% !important;
}
.chsv-featured-img a img {
  position: absolute !important;
  -o-object-fit: cover !important;
     object-fit: cover !important;
  /* support for plugin https://github.com/bfred-it/object-fit-images */
  font-family: "object-fit: cover;";
  top: 0 !important;
  left: 0 !important;
  width: 100% !important;
  height: 100% !important;
  z-index: -1 !important;
}

.wp-block-post-template {
  padding: 2rem 0;
}
.wp-block-post-template .wp-block-post {
  margin-bottom: 3.5rem;
}
.wp-block-post-template .wp-block-post h3 {
  margin-bottom: 0;
}
.wp-block-post-template .wp-block-post .wp-block-post-date {
  font-size: 20px;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  font-family: "sweet-sans-pro";
}
.wp-block-post-template .wp-block-post .wp-block-post-excerpt {
  margin-top: 12px;
}
.wp-block-template-part {
  -webkit-margin-before: 0;
          margin-block-start: 0;
  -webkit-margin-after: 0;
          margin-block-end: 0;
}

.chsv-single-post {
  padding: 100px 0 100px 0;
  background-color: #171D37;
  color: #fff;
  -webkit-margin-before: 0;
          margin-block-start: 0;
}
.chsv-single-post .chsv-single-post-inner h1 {
  font-size: 3rem;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  font-family: "sweet-sans-pro";
}
.chsv-single-post .chsv-single-post-inner .chsv-single-post-meta {
  margin-bottom: 28px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 24px;
  font-size: 2.25rem;
  text-transform: uppercase;
}
.chsv-single-post .chsv-single-post-inner .chsv-single-post-meta a {
  color: #fff;
  text-decoration: none;
}

.chsv-milestones-placeholder {
  height: 800px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background-color: #6c757d;
  border: 1px solid #212529;
  color: #fff;
}

.chsv-milestones .method-fit-img-container {
  padding-top: 22.4%;
  background-color: #171D37;
}
.chsv-milestones h2 {
  margin-top: 56px;
}
.chsv-milestones .swiper-nav {
  padding-bottom: 56px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  position: relative;
  z-index: 1;
}
.chsv-milestones .swiper-nav:before {
  position: absolute;
  top: 12px;
  left: 20px;
  right: 20px;
  content: "";
  background-color: #171D37;
  height: 2px;
  z-index: 0;
}
.chsv-milestones .swiper-nav button {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  padding: 0;
  background-color: transparent;
  border: none;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 14px;
  font-family: "Druk Wide Medium";
  text-transform: uppercase;
  gap: 14px;
  position: relative;
  z-index: 2;
  cursor: pointer;
}
.chsv-milestones .swiper-nav button span {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  width: 24px;
  height: 24px;
  content: " ";
  border: 30px;
  background-color: #171D37;
  border-radius: 30px;
}
.chsv-milestones .swiper-nav button.is-active span {
  background-color: #00717A;
}

.chsv-featured-posts {
  background-color: #00717A;
}
.chsv-featured-posts-slide {
  padding-top: 150px;
  padding-bottom: 150px;
  position: relative;
}
@media (max-width: 767.98px) {
  .chsv-featured-posts-slide {
    padding-top: 54px;
    padding-bottom: 54px;
  }
}
body.block-editor-iframe__body.is-tablet-preview .chsv-featured-posts-slide {
  padding-top: 54px;
  padding-bottom: 54px;
}
body.block-editor-iframe__body.is-mobile-preview .chsv-featured-posts-slide {
  padding-top: 54px;
  padding-bottom: 54px;
}
.chsv-featured-posts-slide-shade {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: #171D37;
  background: -webkit-gradient(linear, left top, right top, color-stop(16%, rgb(23, 29, 55)), color-stop(70%, rgba(23, 29, 55, 0.6)));
  background: linear-gradient(90deg, rgb(23, 29, 55) 16%, rgba(23, 29, 55, 0.6) 70%);
  z-index: 1;
}
.chsv-featured-posts-slide .wp-block-block {
  position: relative;
  z-index: 2;
}
.chsv-featured-posts-slide-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  height: 440px;
  color: #fff;
}
.chsv-featured-posts-slide-inner .chsv-headline-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 30px;
}
@media (max-width: 767.98px) {
  .chsv-featured-posts-slide-inner .chsv-headline-wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
}
body.block-editor-iframe__body.is-tablet-preview .chsv-featured-posts-slide-inner .chsv-headline-wrap {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
body.block-editor-iframe__body.is-mobile-preview .chsv-featured-posts-slide-inner .chsv-headline-wrap {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
.chsv-featured-posts-slide-inner .chsv-headline-wrap h2 {
  margin: 0;
  padding: 0;
}
.chsv-featured-posts-slide-inner .chsv-post-excerpt {
  width: 50%;
}
@media (max-width: 767.98px) {
  .chsv-featured-posts-slide-inner .chsv-post-excerpt {
    width: 100%;
  }
}
body.block-editor-iframe__body.is-tablet-preview .chsv-featured-posts-slide-inner .chsv-post-excerpt {
  width: 100%;
}
body.block-editor-iframe__body.is-mobile-preview .chsv-featured-posts-slide-inner .chsv-post-excerpt {
  width: 100%;
}
.chsv-featured-posts-slide-inner .chsv-post-excerpt h3 {
  margin-bottom: 12px !important;
}
.chsv-featured-posts-slide-inner .chsv-post-excerpt p {
  padding: 0;
  margin: 0;
}
.chsv-featured-posts-slide-inner .chsv-controls {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 8px;
}

.chsv-swiper-arrow {
  border: 1px solid #171D37;
  width: 42px;
  height: 42px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-transition: 0.14s ease-in-out all;
  transition: 0.14s ease-in-out all;
  color: #171D37;
  cursor: pointer;
}
.chsv-swiper-arrow:hover {
  background-color: #171D37;
  color: #fff;
}
.chsv-swiper-arrow-inverted {
  border-color: #fff;
  color: #fff;
}
.chsv-swiper-arrow-inverted:hover {
  background-color: #fff;
  color: #171D37;
}

.chsv-customers {
  padding-top: 146px;
  padding-bottom: 120px;
  margin: 0;
  background-color: #fff;
}
@media (max-width: 767.98px) {
  .chsv-customers {
    padding-top: 56px;
    padding-bottom: 56px;
  }
}
body.block-editor-iframe__body.is-tablet-preview .chsv-customers {
  padding-top: 56px;
  padding-bottom: 56px;
}
body.block-editor-iframe__body.is-mobile-preview .chsv-customers {
  padding-top: 56px;
  padding-bottom: 56px;
}
.chsv-customers h2 {
  padding-bottom: 54px;
  margin: 0;
}
@media (max-width: 767.98px) {
  .chsv-customers h2 {
    padding-bottom: 32px;
  }
}
body.block-editor-iframe__body.is-tablet-preview .chsv-customers h2 {
  padding-bottom: 32px;
}
body.block-editor-iframe__body.is-mobile-preview .chsv-customers h2 {
  padding-bottom: 32px;
}
.chsv-customers .chsv-customers-placeholder {
  background-color: #6c757d;
  color: #fff;
}
.chsv-customers .chsv-customers-placeholder-inner {
  height: 250px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.chsv-customers .chsv-controls {
  padding-top: 32px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 8px;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
.chsv-customers .swiper-slide {
  width: 250px;
}
@media (max-width: 767.98px) {
  .chsv-customers .swiper-slide {
    width: 175px;
  }
}
body.block-editor-iframe__body.is-tablet-preview .chsv-customers .swiper-slide {
  width: 175px;
}
body.block-editor-iframe__body.is-mobile-preview .chsv-customers .swiper-slide {
  width: 175px;
}
.chsv-customers-inverted {
  background-color: #171D37;
}
.chsv-customers-inverted h2 {
  color: #fff;
}
.chsv-customers-inverted .chsv-customer-slide {
  background-color: #fff;
}
.chsv-customers-gradient {
  background: #171D37;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(10%, rgb(23, 29, 55)), color-stop(80%, rgba(23, 29, 55, 0)));
  background: linear-gradient(180deg, rgb(23, 29, 55) 10%, rgba(23, 29, 55, 0) 80%);
}
.chsv-customers-gradient h2 {
  color: #fff;
}
.chsv-customers-gradient .chsv-customer-slide {
  background-color: #fff;
}
.chsv-customers .chsv-customer-slide {
  padding: 25px;
}
.chsv-customers .chsv-customer-slide .method-fit-img-container {
  padding-top: 100%;
}

.chsv-map {
  margin-top: 0 !important;
  color: #fff;
  background-color: #00717A;
  position: relative;
}
.chsv-map-setheight {
  min-height: 1100px;
}
@media (max-width: 767.98px) {
  .chsv-map-setheight {
    min-height: 0;
  }
}
body.block-editor-iframe__body.is-tablet-preview .chsv-map-setheight {
  min-height: 0;
}
body.block-editor-iframe__body.is-mobile-preview .chsv-map-setheight {
  min-height: 0;
}
.chsv-map .chsv-map-mb-container {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 50%;
}
@media (max-width: 767.98px) {
  .chsv-map .chsv-map-mb-container {
    position: relative;
    height: 300px !important;
    left: 0;
  }
}
body.block-editor-iframe__body.is-tablet-preview .chsv-map .chsv-map-mb-container {
  position: relative;
  height: 300px !important;
  left: 0;
}
body.block-editor-iframe__body.is-mobile-preview .chsv-map .chsv-map-mb-container {
  position: relative;
  height: 300px !important;
  left: 0;
}
.chsv-map .chsv-map-mb-container #map {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  height: 100% !important;
}
.chsv-map-placeholder {
  height: 1045px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-align: center;
}
.chsv-map-locations {
  padding-top: 150px;
  padding-bottom: 150px;
}
@media (max-width: 767.98px) {
  .chsv-map-locations {
    padding-top: 54px;
    padding-bottom: 54px;
  }
}
body.block-editor-iframe__body.is-tablet-preview .chsv-map-locations {
  padding-top: 54px;
  padding-bottom: 54px;
}
body.block-editor-iframe__body.is-mobile-preview .chsv-map-locations {
  padding-top: 54px;
  padding-bottom: 54px;
}
.chsv-map-locations h2 {
  margin-bottom: 96px;
}
@media (max-width: 767.98px) {
  .chsv-map-locations h2 {
    margin-bottom: 36px;
  }
}
body.block-editor-iframe__body.is-tablet-preview .chsv-map-locations h2 {
  margin-bottom: 36px;
}
body.block-editor-iframe__body.is-mobile-preview .chsv-map-locations h2 {
  margin-bottom: 36px;
}
.chsv-map-locations h3 {
  margin-bottom: 24px;
}
@media (max-width: 767.98px) {
  .chsv-map-locations h4.accordion-header, .chsv-map-locations h4.accordion-header button {
    font-size: 16px !important;
  }
}
body.block-editor-iframe__body.is-tablet-preview .chsv-map-locations h4.accordion-header, body.block-editor-iframe__body.is-tablet-preview .chsv-map-locations h4.accordion-header button {
  font-size: 16px !important;
}
body.block-editor-iframe__body.is-mobile-preview .chsv-map-locations h4.accordion-header, body.block-editor-iframe__body.is-mobile-preview .chsv-map-locations h4.accordion-header button {
  font-size: 16px !important;
}
.chsv-map-locations-list {
  margin-bottom: 44px;
}
.chsv-map-locations-list:last-of-type {
  margin-bottom: 0;
}
.chsv-map-locations-list-scrollable .chsv-map-locations-list-inner {
  height: 230px;
  overflow: scroll;
}
.chsv-map-locations-list-scrollable .chsv-map-locations-list-inner .chsv-customer-list {
  padding: 0;
  margin: 0;
  width: calc(100% - 32px);
}
.chsv-map-locations-list-scrollable .chsv-map-locations-list-inner .chsv-customer-list li {
  list-style: none;
  padding: 1rem 0 0.625rem 0;
  border-bottom: 1px solid #fff;
  color: #fff;
  font-size: 20px;
  text-transform: uppercase;
  letter-spacing: 0.1em;
}
@media (max-width: 767.98px) {
  .chsv-map-locations-list-scrollable .chsv-map-locations-list-inner .chsv-customer-list li {
    font-size: 16px;
  }
}
body.block-editor-iframe__body.is-tablet-preview .chsv-map-locations-list-scrollable .chsv-map-locations-list-inner .chsv-customer-list li {
  font-size: 16px;
}
body.block-editor-iframe__body.is-mobile-preview .chsv-map-locations-list-scrollable .chsv-map-locations-list-inner .chsv-customer-list li {
  font-size: 16px;
}
.chsv-map-locations-list-scrollable .chsv-map-locations-list-inner::-webkit-scrollbar {
  -webkit-appearance: none;
  background-color: rgba(255, 255, 255, 0.5);
  width: 8px;
  overflow: visible;
}
.chsv-map-locations-list-scrollable .chsv-map-locations-list-inner::-webkit-scrollbar-thumb {
  width: 8px;
  height: 8px;
  border-radius: 20px;
  background-color: #fff;
}
.chsv-map-locations-list-scrollable .chsv-map-locations-list-inner::-webkit-scrollbar:horizontal {
  display: none;
  visibility: hidden;
}

.chsv-blog-feat {
  margin: 0;
  background: #171D37;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(30%, rgb(23, 29, 55)), to(rgba(23, 29, 55, 0)));
  background: linear-gradient(180deg, rgb(23, 29, 55) 30%, rgba(23, 29, 55, 0) 100%);
}
.chsv-blog-feat h2 {
  color: #fff;
  padding: 100px 0 90px 0;
}
@media (max-width: 767.98px) {
  .chsv-blog-feat h2 {
    padding: 54px 0 36px 0;
  }
}
body.block-editor-iframe__body.is-tablet-preview .chsv-blog-feat h2 {
  padding: 54px 0 36px 0;
}
body.block-editor-iframe__body.is-mobile-preview .chsv-blog-feat h2 {
  padding: 54px 0 36px 0;
}
.chsv-blog-feat .swiper-slide {
  width: 914px;
}
@media (max-width: 767.98px) {
  .chsv-blog-feat .swiper-slide {
    width: 290px;
  }
}
body.block-editor-iframe__body.is-tablet-preview .chsv-blog-feat .swiper-slide {
  width: 290px;
}
body.block-editor-iframe__body.is-mobile-preview .chsv-blog-feat .swiper-slide {
  width: 290px;
}
.chsv-blog-feat .chsv-blog-feat-item {
  background-color: #fff;
}
.chsv-blog-feat .chsv-blog-feat-item .chsv-blog-feat-item-img {
  height: 230px;
  display: block;
}
.chsv-blog-feat .chsv-blog-feat-item .chsv-blog-feat-item-content {
  padding: 36px 52px;
}
@media (max-width: 767.98px) {
  .chsv-blog-feat .chsv-blog-feat-item .chsv-blog-feat-item-content {
    padding: 24px;
  }
}
body.block-editor-iframe__body.is-tablet-preview .chsv-blog-feat .chsv-blog-feat-item .chsv-blog-feat-item-content {
  padding: 24px;
}
body.block-editor-iframe__body.is-mobile-preview .chsv-blog-feat .chsv-blog-feat-item .chsv-blog-feat-item-content {
  padding: 24px;
}
.chsv-blog-feat .chsv-blog-feat-item .chsv-blog-feat-item-content .chsv-blog-feat-item-content-headline {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-decoration: none;
  gap: 30px;
}
.chsv-blog-feat .chsv-blog-feat-item .chsv-blog-feat-item-content .chsv-blog-feat-item-content-headline .chsv-swiper-arrow {
  -webkit-box-flex: 0;
      -ms-flex-positive: 0;
          flex-grow: 0;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
@media (max-width: 767.98px) {
  .chsv-blog-feat .chsv-blog-feat-item .chsv-blog-feat-item-content .chsv-blog-feat-item-content-headline .chsv-swiper-arrow {
    display: none;
    visibility: hidden;
  }
}
body.block-editor-iframe__body.is-tablet-preview .chsv-blog-feat .chsv-blog-feat-item .chsv-blog-feat-item-content .chsv-blog-feat-item-content-headline .chsv-swiper-arrow {
  display: none;
  visibility: hidden;
}
body.block-editor-iframe__body.is-mobile-preview .chsv-blog-feat .chsv-blog-feat-item .chsv-blog-feat-item-content .chsv-blog-feat-item-content-headline .chsv-swiper-arrow {
  display: none;
  visibility: hidden;
}
.chsv-blog-feat .chsv-blog-feat-item .chsv-blog-feat-item-content .chsv-blog-feat-item-content-headline:hover .chsv-swiper-arrow {
  color: #fff;
  background-color: #171D37;
}
.chsv-blog-feat .chsv-blog-feat-item .chsv-blog-feat-item-content h3 {
  font-size: 24px;
  margin: 0;
}
@media (max-width: 767.98px) {
  .chsv-blog-feat .chsv-blog-feat-item .chsv-blog-feat-item-content h3 {
    font-size: 18px;
  }
}
body.block-editor-iframe__body.is-tablet-preview .chsv-blog-feat .chsv-blog-feat-item .chsv-blog-feat-item-content h3 {
  font-size: 18px;
}
body.block-editor-iframe__body.is-mobile-preview .chsv-blog-feat .chsv-blog-feat-item .chsv-blog-feat-item-content h3 {
  font-size: 18px;
}
.chsv-blog-feat .chsv-controls {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  gap: 8px;
  padding-top: 32px;
}

.method-sn {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  padding: 0;
  margin: 20px 0 0 0;
  gap: 20px;
}
.method-sn li {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
}
.method-sn li a {
  color: currentColor;
}
.method-sn li a svg {
  width: 24px;
  height: 24px;
}

.chsv-gallery {
  margin: 0;
}
.chsv-gallery-multiple {
  background: #171D37;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(30%, rgb(23, 29, 55)), to(rgba(23, 29, 55, 0)));
  background: linear-gradient(180deg, rgb(23, 29, 55) 30%, rgba(23, 29, 55, 0) 100%);
  padding-bottom: 111px;
  padding-top: 36px;
}
@media (max-width: 767.98px) {
  .chsv-gallery-multiple {
    padding-bottom: 64px;
  }
}
body.block-editor-iframe__body.is-tablet-preview .chsv-gallery-multiple {
  padding-bottom: 64px;
}
body.block-editor-iframe__body.is-mobile-preview .chsv-gallery-multiple {
  padding-bottom: 64px;
}
.chsv-gallery-multiple .method-fit-img-container {
  padding-top: 128.4%;
}
.chsv-gallery-multiple .swiper-slide {
  width: 468px;
}
@media (max-width: 767.98px) {
  .chsv-gallery-multiple .swiper-slide {
    width: 250px;
  }
}
body.block-editor-iframe__body.is-tablet-preview .chsv-gallery-multiple .swiper-slide {
  width: 250px;
}
body.block-editor-iframe__body.is-mobile-preview .chsv-gallery-multiple .swiper-slide {
  width: 250px;
}
.chsv-gallery-full .method-fit-img-container {
  padding-top: 42.9%;
}
.chsv-gallery-full .wp-block-block {
  z-index: 100;
  position: relative;
  margin-top: -150px !important;
}
.chsv-gallery .chsv-swiper-pagination.swiper-pagination-bullets {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  gap: 24px !important;
  margin-top: 64px !important;
}
@media (max-width: 767.98px) {
  .chsv-gallery .chsv-swiper-pagination.swiper-pagination-bullets {
    gap: 8px !important;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
body.block-editor-iframe__body.is-tablet-preview .chsv-gallery .chsv-swiper-pagination.swiper-pagination-bullets {
  gap: 8px !important;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
body.block-editor-iframe__body.is-mobile-preview .chsv-gallery .chsv-swiper-pagination.swiper-pagination-bullets {
  gap: 8px !important;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.chsv-gallery .chsv-swiper-pagination.swiper-pagination-bullets .swiper-pagination-bullet {
  width: 34px !important;
  height: 34px !important;
  opacity: 1 !important;
  background-color: #171D37;
}
@media (max-width: 767.98px) {
  .chsv-gallery .chsv-swiper-pagination.swiper-pagination-bullets .swiper-pagination-bullet {
    width: 20px !important;
    height: 20px !important;
  }
}
body.block-editor-iframe__body.is-tablet-preview .chsv-gallery .chsv-swiper-pagination.swiper-pagination-bullets .swiper-pagination-bullet {
  width: 20px !important;
  height: 20px !important;
}
body.block-editor-iframe__body.is-mobile-preview .chsv-gallery .chsv-swiper-pagination.swiper-pagination-bullets .swiper-pagination-bullet {
  width: 20px !important;
  height: 20px !important;
}
.chsv-gallery .chsv-swiper-pagination.swiper-pagination-bullets .swiper-pagination-bullet-active {
  background-color: #00717A;
}

a.method-container:hover .method-theme-button-inverted {
  background-color: #fff;
  color: #171D37;
}

.nf-form-cont .nf-field-label label, .nf-form-cont .nf-form-fields-required {
  font-size: 18px;
  font-weight: 400;
  text-transform: uppercase;
}
.nf-form-cont .nf-form-fields-required {
  text-transform: none;
  padding-left: 5px;
  padding-bottom: 18px;
}
.nf-form-cont input[type=text], .nf-form-cont input[type=email], .nf-form-cont input[type=tel], .nf-form-cont textarea {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  height: 54px;
  padding-left: 24px;
  padding-right: 24px;
  background-color: #fff;
  color: #171D37;
  border: 1px solid #171D37;
  font-size: 18px;
  font-weight: 400;
}
.nf-form-cont textarea {
  height: auto;
  padding: 24px;
}
.chsv-single-post a {
  color: #fff;
}

.chsv-swiper-header {
  position: relative;
  margin: 0;
}
.chsv-swiper-header .chsv-swiper-header-inner {
  color: #fff;
}
.chsv-swiper-header .swiper {
  position: relative;
  z-index: 1;
}
.chsv-swiper-header .swiper-pagination {
  position: absolute !important;
  top: auto !important;
  left: auto !important;
  right: 0 !important;
  bottom: calc(24px + 2rem) !important;
  text-align: right !important;
}
@media (max-width: 767.98px) {
  .chsv-swiper-header .swiper-pagination {
    position: relative !important;
    text-align: left !important;
    bottom: auto !important;
  }
}
body.block-editor-iframe__body.is-tablet-preview .chsv-swiper-header .swiper-pagination {
  position: relative !important;
  text-align: left !important;
  bottom: auto !important;
}
body.block-editor-iframe__body.is-mobile-preview .chsv-swiper-header .swiper-pagination {
  position: relative !important;
  text-align: left !important;
  bottom: auto !important;
}
.chsv-swiper-header .swiper-pagination .swiper-pagination-bullet {
  width: 22px;
  height: 22px;
  border-radius: 100px;
  opacity: 1;
  background-color: currentColor;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
@media (max-width: 767.98px) {
  .chsv-swiper-header .swiper-pagination .swiper-pagination-bullet {
    background-color: transparent;
    border: 2px solid currentColor;
    width: 18px;
    height: 18px;
    opacity: 0.4;
  }
}
body.block-editor-iframe__body.is-tablet-preview .chsv-swiper-header .swiper-pagination .swiper-pagination-bullet {
  background-color: transparent;
  border: 2px solid currentColor;
  width: 18px;
  height: 18px;
  opacity: 0.4;
}
body.block-editor-iframe__body.is-mobile-preview .chsv-swiper-header .swiper-pagination .swiper-pagination-bullet {
  background-color: transparent;
  border: 2px solid currentColor;
  width: 18px;
  height: 18px;
  opacity: 0.4;
}
.chsv-swiper-header .swiper-pagination .swiper-pagination-bullet-active {
  background-color: #00717A;
}
@media (max-width: 767.98px) {
  .chsv-swiper-header .swiper-pagination .swiper-pagination-bullet-active {
    border: none;
    background-color: currentColor;
    opacity: 1;
  }
}
body.block-editor-iframe__body.is-tablet-preview .chsv-swiper-header .swiper-pagination .swiper-pagination-bullet-active {
  border: none;
  background-color: currentColor;
  opacity: 1;
}
body.block-editor-iframe__body.is-mobile-preview .chsv-swiper-header .swiper-pagination .swiper-pagination-bullet-active {
  border: none;
  background-color: currentColor;
  opacity: 1;
}
.chsv-swiper-header .method-fit-img-container {
  height: 0px;
  padding-top: 56.2%;
}
@media (max-width: 767.98px) {
  .chsv-swiper-header .method-fit-img-container {
    height: 350px;
    padding-top: 0;
  }
}
body.block-editor-iframe__body.is-tablet-preview .chsv-swiper-header .method-fit-img-container {
  height: 350px;
  padding-top: 0;
}
body.block-editor-iframe__body.is-mobile-preview .chsv-swiper-header .method-fit-img-container {
  height: 350px;
  padding-top: 0;
}
@media (min-width: 1200px) {
  .chsv-swiper-header .method-fit-img-container {
    height: 640px;
    padding-top: 0;
  }
}
body.block-editor-iframe__body:not(.is-tablet-preview):not(.is-mobile-preview) .chsv-swiper-header .method-fit-img-container {
  height: 640px;
  padding-top: 0;
}
.chsv-swiper-header .chsv-swiper-header-inner {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 2;
}
.chsv-swiper-header .chsv-swiper-header-inner .chsv-headline-wrap {
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  padding-bottom: 24px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  position: relative;
}
.chsv-swiper-header .chsv-swiper-header-inner .chsv-headline-wrap h1, .chsv-swiper-header .chsv-swiper-header-inner .chsv-headline-wrap h2, .chsv-swiper-header .chsv-swiper-header-inner .chsv-headline-wrap h3 {
  max-width: 75%;
}
@media (max-width: 767.98px) {
  .chsv-swiper-header .chsv-swiper-header-inner .chsv-headline-wrap h1, .chsv-swiper-header .chsv-swiper-header-inner .chsv-headline-wrap h2, .chsv-swiper-header .chsv-swiper-header-inner .chsv-headline-wrap h3 {
    max-width: 100%;
  }
}
body.block-editor-iframe__body.is-tablet-preview .chsv-swiper-header .chsv-swiper-header-inner .chsv-headline-wrap h1, body.block-editor-iframe__body.is-tablet-preview .chsv-swiper-header .chsv-swiper-header-inner .chsv-headline-wrap h2, body.block-editor-iframe__body.is-tablet-preview .chsv-swiper-header .chsv-swiper-header-inner .chsv-headline-wrap h3 {
  max-width: 100%;
}
body.block-editor-iframe__body.is-mobile-preview .chsv-swiper-header .chsv-swiper-header-inner .chsv-headline-wrap h1, body.block-editor-iframe__body.is-mobile-preview .chsv-swiper-header .chsv-swiper-header-inner .chsv-headline-wrap h2, body.block-editor-iframe__body.is-mobile-preview .chsv-swiper-header .chsv-swiper-header-inner .chsv-headline-wrap h3 {
  max-width: 100%;
}
.chsv-swiper-header .chsv-swiper-header-inner .chsv-headline-wrap-inner {
  width: 100% !important;
}

@media (max-width: 767.98px) {
  body {
    font-size: 16px;
  }
  body h1 {
    font-size: 26px;
  }
  body h2 {
    font-size: 20px;
  }
  body h3 {
    font-size: 14px;
  }
}
body.block-editor-iframe__body.is-tablet-preview body {
  font-size: 16px;
}
body.block-editor-iframe__body.is-tablet-preview body h1 {
  font-size: 26px;
}
body.block-editor-iframe__body.is-tablet-preview body h2 {
  font-size: 20px;
}
body.block-editor-iframe__body.is-tablet-preview body h3 {
  font-size: 14px;
}
body.block-editor-iframe__body.is-mobile-preview body {
  font-size: 16px;
}
body.block-editor-iframe__body.is-mobile-preview body h1 {
  font-size: 26px;
}
body.block-editor-iframe__body.is-mobile-preview body h2 {
  font-size: 20px;
}
body.block-editor-iframe__body.is-mobile-preview body h3 {
  font-size: 14px;
}

#tribe-events-pg-template {
  max-width: 100% !important;
  padding: 3rem 0 !important;
}

.tribe-block.tec-block__single-event #tribe-events-pg-template {
  --tec-color-text-event-title: #fff;
  --tec-color-text-primary: #fff;
  color: #fff;
}

.tribe-common .tribe-common-l-container {
  max-width: 100% !important;
  padding-left: 0 !important;
  padding-right: 0 !important;
}

.tec-block__archive-events {
  --tec-color-background-events-bar-submit-button: #00717A;
  --tec-color-background-events-bar-submit-button-hover: #00717A;
}

.tribe-common .tribe-common-c-btn-border, .tribe-common a.tribe-common-c-btn-border {
  --tec-color-accent-primary: #00717A;
  --tec-color-button-primary: #00717A;
}

.tribe-events-c-subscribe-dropdown__list a {
  color: #000000 !important;
}

.tribe-events-calendar-list__event-title,
.tribe-events-single-event-title {
  font-family: "Druk Wide Medium" !important;
  text-transform: uppercase !important;
}