@charset "UTF-8";
.basicLightbox {
  position: fixed;
  display: flex;
  justify-content: center;
  align-items: center;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  background: rgba(0, 0, 0, 0.8);
  opacity: 0.01;
  transition: opacity 0.4s ease;
  z-index: 1000;
  will-change: opacity;
}
.basicLightbox--visible {
  opacity: 1;
}
.basicLightbox__placeholder {
  max-width: 100%;
  transform: scale(0.9);
  transition: transform 0.4s ease;
  z-index: 1;
  will-change: transform;
}
.basicLightbox__placeholder > iframe:first-child:last-child,
.basicLightbox__placeholder > img:first-child:last-child,
.basicLightbox__placeholder > video:first-child:last-child {
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  max-width: 95%;
  max-height: 95%;
}
.basicLightbox__placeholder > iframe:first-child:last-child,
.basicLightbox__placeholder > video:first-child:last-child {
  pointer-events: auto;
}
.basicLightbox__placeholder > img:first-child:last-child,
.basicLightbox__placeholder > video:first-child:last-child {
  width: auto;
  height: auto;
}
.basicLightbox--iframe .basicLightbox__placeholder,
.basicLightbox--img .basicLightbox__placeholder,
.basicLightbox--video .basicLightbox__placeholder {
  width: 100%;
  height: 100%;
  pointer-events: none;
}
.basicLightbox--visible .basicLightbox__placeholder {
  transform: scale(1);
}
body,
h1,
h2,
h3,
h4,
h5,
h6,
html,
li,
p,
ul {
  border: 0;
  font-size: 100%;
  font-style: inherit;
  font-weight: inherit;
  margin: 0;
  outline: 0;
  padding: 0;
  vertical-align: baseline;
}
html {
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
}
body {
  margin: 0;
}
main,
nav {
  display: block;
}
a {
  background-color: transparent;
}
a:active {
  outline: 0;
}
a,
a:focus,
a:hover,
a:visited {
  text-decoration: none;
}
b {
  font-weight: 700;
}
img {
  border: 0;
}
svg:not(:root) {
  overflow: hidden;
}
button {
  color: inherit;
  font: inherit;
  margin: 0;
}
button {
  overflow: visible;
}
button {
  text-transform: none;
}
button {
  -webkit-appearance: button;
  cursor: pointer;
}
button[disabled] {
  cursor: default;
}
button::-moz-focus-inner {
  border: 0;
  padding: 0;
}
/*! * Bootstrap v4.0.0-alpha.2 (https://getbootstrap.com) */
:root {
  --ast-container-default-xlg-padding: 6.67em;
  --ast-container-default-lg-padding: 5.67em;
  --ast-container-default-slg-padding: 4.34em;
  --ast-container-default-md-padding: 3.34em;
  --ast-container-default-sm-padding: 6.67em;
  --ast-container-default-xs-padding: 2.4em;
  --ast-container-default-xxs-padding: 1.4em;
  --ast-code-block-background: #eeeeee;
  --ast-comment-inputs-background: #fafafa;
}
html {
  font-size: 93.75%;
}
.site-content-secondary {
  font-size: 150%;
}
.page-title,
a {
  color: var(--ast-global-color-0);
}
a:focus,
a:hover {
  color: var(--ast-global-color-1);
}
.ast-button,
.ast-custom-button,
body,
button {
  font-family: "EB Garamond", serif;
  font-weight: 400;
  font-size: 15px;
  font-size: 1rem;
}
.entry-content h1,
.entry-content h1 a,
.entry-content h2,
.entry-content h2 a,
.entry-content h3,
.entry-content h3 a,
.entry-content h4,
.entry-content h4 a,
.entry-content h5,
.entry-content h5 a,
.entry-content h6,
.entry-content h6 a,
.site-title,
.site-title a,
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Playfair Display", serif;
  font-weight: 900;
}
.site-title {
  font-size: 35px;
  font-size: 2.3333333333333rem;
  display: none;
}
.site-header .site-description {
  font-size: 15px;
  font-size: 1rem;
  display: none;
}
.entry-title {
  font-size: 24px;
  font-size: 1.6rem;
}
.entry-content h1,
.entry-content h1 a,
h1 {
  font-size: 48px;
  font-size: 3.2rem;
  font-weight: 900;
  font-family: "Playfair Display", serif;
}
.entry-content h2,
.entry-content h2 a,
h2 {
  font-size: 42px;
  font-size: 2.8rem;
  font-weight: 900;
  font-family: "Playfair Display", serif;
  line-height: 1.3em;
}
.entry-content h3,
.entry-content h3 a,
h3 {
  font-size: 30px;
  font-size: 2rem;
  font-family: "Playfair Display", serif;
  line-height: 1.3em;
}
.entry-content h4,
.entry-content h4 a,
h4 {
  font-size: 20px;
  font-size: 1.3333333333333rem;
  font-family: "Playfair Display", serif;
}
.entry-content h5,
.entry-content h5 a,
h5 {
  font-size: 18px;
  font-size: 1.2rem;
  font-family: "Playfair Display", serif;
}
.entry-content h6,
.entry-content h6 a,
h6 {
  font-size: 15px;
  font-size: 1rem;
  font-family: "Playfair Display", serif;
}
::selection {
  background-color: var(--ast-global-color-0);
  color: #000;
}
.entry-content h1,
.entry-content h1 a,
.entry-content h2,
.entry-content h2 a,
.entry-content h3,
.entry-content h3 a,
.entry-content h4,
.entry-content h4 a,
.entry-content h5,
.entry-content h5 a,
.entry-content h6,
.entry-content h6 a,
.entry-title a,
body,
h1,
h2,
h3,
h4,
h5,
h6 {
  color: var(--ast-global-color-3);
}
.entry-meta,
.entry-meta * {
  line-height: 1.45;
  color: var(--ast-global-color-0);
}
.entry-meta a:focus,
.entry-meta a:focus *,
.entry-meta a:hover,
.entry-meta a:hover *,
.post-navigation a:hover {
  color: var(--ast-global-color-1);
}
.single .post-navigation a {
  color: var(--ast-global-color-0);
}
.widget-title {
  font-size: 21px;
  font-size: 1.4rem;
  color: var(--ast-global-color-3);
}
.ast-menu-toggle:focus-visible,
a:focus-visible {
  outline-style: dotted;
  outline-color: inherit;
  outline-width: thin;
  border-color: transparent;
}
.site-logo-img img {
  transition: all 0.2s linear;
}
.ast-page-builder-template .site-content > .ast-container {
  max-width: 100%;
  padding: 0;
}
.ast-page-builder-template .site-content #primary {
  padding: 0;
  margin: 0;
}
.ast-page-builder-template .entry-header.ast-no-title.ast-no-thumbnail {
  margin-top: 0;
}
.ast-page-builder-template .entry-header.ast-header-without-markup {
  margin-top: 0;
  margin-bottom: 0;
}
.ast-page-builder-template .entry-header.ast-no-title.ast-no-meta {
  margin-bottom: 0;
}
.ast-page-builder-template.single .post-navigation {
  padding-bottom: 2em;
}
.ast-page-builder-template.single-post .site-content > .ast-container {
  max-width: 100%;
}
.ast-page-builder-template .entry-header {
  margin-top: 4em;
  margin-left: auto;
  margin-right: auto;
  padding-left: 20px;
  padding-right: 20px;
}
.single.ast-page-builder-template .entry-header {
  padding-left: 20px;
  padding-right: 20px;
}
@media (max-width: 1110px) {
  #menu-item-11 {
    display: none;
  }
}
@media (max-width: 921px) {
  #ast-desktop-header {
    display: none;
  }
}
@media (min-width: 921px) {
  #ast-mobile-header {
    display: none;
  }
}
@media (max-width: 921px) {
  #primary {
    padding: 1.5em 0;
    margin: 0;
  }
  .ast-left-sidebar #content > .ast-container {
    display: flex;
    flex-direction: column-reverse;
    width: 100%;
  }
}
.elementor-button-wrapper .elementor-button {
  border-style: solid;
  text-decoration: none;
  border-top-width: 0;
  border-right-width: 0;
  border-left-width: 0;
  border-bottom-width: 0;
}
body .elementor-button,
body .elementor-button.elementor-size-sm {
  border-top-left-radius: 50px;
  border-top-right-radius: 50px;
  border-bottom-right-radius: 50px;
  border-bottom-left-radius: 50px;
  padding-top: 15px;
  padding-right: 30px;
  padding-bottom: 15px;
  padding-left: 30px;
}
.elementor-button-wrapper .elementor-button {
  border-color: var(--ast-global-color-0);
  background-color: var(--ast-global-color-0);
}
.elementor-button-wrapper .elementor-button-opaque {
  border-color: var(--ast-global-color-7);
  background-color: transparent;
  color: var(--ast-global-color-2);
  border-width: 2px;
}
.elementor-button-wrapper .elementor-button-link-1 {
  border-color: #00aea6;
  background-color: #00aea6;
  color: #fff;
}
.elementor-button-wrapper .elementor-button-link-2 {
  border-color: #3c5b7b;
  background-color: #3c5b7b;
  color: #fff;
}
.elementor-button-wrapper .elementor-button-link-3 {
  border-color: #ff6f4c;
  background-color: #ff6f4c;
  color: #fff;
}
.elementor-button-wrapper .elementor-button:focus,
.elementor-button-wrapper .elementor-button:hover {
  color: var(--ast-global-color-5);
  background-color: var(--ast-global-color-1);
  border-color: var(--ast-global-color-1);
}
.elementor-button-wrapper .elementor-button-opaque:focus,
.elementor-button-wrapper .elementor-button-opaque:hover {
  color: var(--ast-global-color-2);
  background-color: var(--ast-global-color-7);
  border-color: var(--ast-global-color-7);
}
.elementor-button-wrapper .elementor-button-link-1:focus,
.elementor-button-wrapper .elementor-button-link-1:hover {
  border-color: #04d1c6;
  background-color: #04d1c6;
}
.elementor-button-wrapper .elementor-button-link-2:focus,
.elementor-button-wrapper .elementor-button-link-2:hover {
  border-color: #4c80b5;
  background-color: #4c80b5;
}
.elementor-button-wrapper .elementor-button-link-3:focus,
.elementor-button-wrapper .elementor-button-link-3:hover {
  border-color: #fea464;
  background-color: #fea464;
}
.elementor-button-wrapper .elementor-button,
.elementor-button-wrapper .elementor-button:visited {
  color: var(--ast-global-color-5);
}
.elementor-button-wrapper .elementor-button-opaque,
.elementor-button-wrapper .elementor-button-opaque:visited {
  color: var(--ast-global-color-2);
}
.elementor-button-wrapper .elementor-button {
  line-height: 1em;
}
.elementor-widget-heading h2.elementor-heading-title,
.elementor-widget-heading p.elementor-heading-title {
  line-height: 1.3em;
  font-family: Arial, Helvetica, sans-serif;
}
.elementor-widget-heading h3.elementor-heading-title {
  line-height: 1.3em;
}
.ast-button,
.ast-custom-button,
.button,
.menu-toggle,
[CLASS*="wc-block"] button,
button {
  border-style: solid;
  border-top-width: 0;
  border-right-width: 0;
  border-left-width: 0;
  border-bottom-width: 0;
  color: var(--ast-global-color-5);
  border-color: var(--ast-global-color-0);
  background-color: var(--ast-global-color-0);
  padding-top: 15px;
  padding-right: 30px;
  padding-bottom: 15px;
  padding-left: 30px;
  font-family: inherit;
  font-weight: inherit;
  line-height: 1em;
  border-top-left-radius: 50px;
  border-top-right-radius: 50px;
  border-bottom-right-radius: 50px;
  border-bottom-left-radius: 50px;
}
.ast-button:hover,
.ast-custom-button:hover,
.ast-custom-button:hover .button:hover,
.menu-toggle:hover,
[CLASS*="wc-block"] button:hover,
button:focus,
button:hover {
  color: var(--ast-global-color-5);
  background-color: var(--ast-global-color-1);
  border-color: var(--ast-global-color-1);
}
@media (min-width: 544px) {
  .ast-container {
    max-width: 100%;
  }
}
body {
  background-color: var(--ast-global-color-4);
  background-image: none;
}
@media (max-width: 921px) {
  .site-title {
    display: none;
  }
  .site-header .site-description {
    display: none;
  }
  .entry-title {
    font-size: 30px;
  }
  .entry-content h1,
  .entry-content h1 a,
  h1 {
    font-size: 30px;
  }
  .entry-content h2,
  .entry-content h2 a,
  h2 {
    font-size: 25px;
  }
  .entry-content h3,
  .entry-content h3 a,
  h3 {
    font-size: 20px;
  }
}
@media (max-width: 544px) {
  .site-title {
    display: none;
  }
  .site-header .site-description {
    display: none;
  }
  .entry-title {
    font-size: 30px;
  }
  .entry-content h1,
  .entry-content h1 a,
  h1 {
    font-size: 30px;
  }
  .entry-content h2,
  .entry-content h2 a,
  h2 {
    font-size: 25px;
  }
  .entry-content h3,
  .entry-content h3 a,
  h3 {
    font-size: 20px;
  }
  header .custom-logo-link img {
    max-width: 170px;
  }
  .astra-logo-svg {
    width: 170px;
  }
}
@media (max-width: 921px) {
  html {
    font-size: 85.5%;
  }
}
@media (max-width: 544px) {
  html {
    font-size: 85.5%;
  }
}
@media (min-width: 922px) {
  .ast-container {
    max-width: 1240px;
  }
}
@media (min-width: 922px) {
  .site-content .ast-container {
    display: flex;
  }
}
@media (max-width: 921px) {
  .site-content .ast-container {
    flex-direction: column;
  }
}
@media (min-width: 922px) {
  .single-post .site-content > .ast-container {
    max-width: 980px;
  }
}
.ast-theme-transparent-header
  [data-section="section-header-mobile-trigger"]
  .ast-button-wrap
  .ast-mobile-menu-trigger-fill {
  border: none;
}
.footer-widget-area[data-section^="section-fb-html-"] .ast-builder-html-element {
  text-align: center;
}
html body {
  --wp--custom--ast-default-block-top-padding: 3em;
  --wp--custom--ast-default-block-right-padding: 3em;
  --wp--custom--ast-default-block-bottom-padding: 3em;
  --wp--custom--ast-default-block-left-padding: 3em;
  --wp--custom--ast-container-width: 1200px;
  --wp--custom--ast-content-width-size: 1200px;
  --wp--custom--ast-wide-width-size: calc(
    1200px + var(--wp--custom--ast-default-block-left-padding) +
      var(--wp--custom--ast-default-block-right-padding)
  );
}
@media (max-width: 921px) {
  html body {
    --wp--custom--ast-default-block-top-padding: 3em;
    --wp--custom--ast-default-block-right-padding: 2em;
    --wp--custom--ast-default-block-bottom-padding: 3em;
    --wp--custom--ast-default-block-left-padding: 2em;
  }
}
@media (max-width: 544px) {
  html body {
    --wp--custom--ast-default-block-top-padding: 3em;
    --wp--custom--ast-default-block-right-padding: 1.5em;
    --wp--custom--ast-default-block-bottom-padding: 3em;
    --wp--custom--ast-default-block-left-padding: 1.5em;
  }
}
.entry-content[ast-blocks-layout] > * {
  max-width: var(--wp--custom--ast-content-width-size);
  margin-left: auto;
  margin-right: auto;
}
.ast-page-builder-template .entry-content[ast-blocks-layout] > * {
  max-width: none;
}
.ast-page-builder-template .entry-content[ast-blocks-layout] > * > *,
.ast-page-builder-template
  .entry-content[ast-blocks-layout]
  > .inherit-container-width
  > * {
  max-width: var(--wp--custom--ast-content-width-size);
  margin-left: auto;
  margin-right: auto;
}
.ast-page-builder-template .entry-header {
  padding-left: 0;
}
:root {
  --ast-global-color-0: #28bfab;
  --ast-global-color-1: #00b2a9;
  --ast-global-color-2: #2e2e2e;
  --ast-global-color-3: #474747;
  --ast-global-color-4: #f2f2f2;
  --ast-global-color-5: #ffffff;
  --ast-global-color-6: #304a68;
  --ast-global-color-7: #f4f4f4;
  --ast-global-color-8: #7a7a7a;
}
:root {
  --ast-border-color: #dddddd;
}
header.entry-header .entry-title {
  font-size: 30px;
  font-size: 2rem;
}
header.entry-header > :not(:last-child) {
  margin-bottom: 10px;
}
@media (min-width: 921px) {
  .ast-theme-transparent-header #masthead {
    position: absolute;
    left: 0;
    right: 0;
  }
  .ast-theme-transparent-header .main-header-bar {
    background: 0 0;
  }
}
.ast-theme-transparent-header .ast-builder-menu .main-header-menu,
.ast-theme-transparent-header
  .ast-builder-menu
  .main-header-menu
  .menu-item
  > .ast-menu-toggle,
.ast-theme-transparent-header .ast-builder-menu .main-header-menu .menu-link,
.ast-theme-transparent-header .main-header-menu .menu-link,
.ast-theme-transparent-header
  [CLASS*="ast-builder-menu-"]
  .main-header-menu
  .menu-item
  > .menu-link {
  color: var(--ast-global-color-3);
}
.ast-theme-transparent-header
  .ast-builder-menu
  .main-header-menu
  .current-menu-item
  > .ast-menu-toggle,
.ast-theme-transparent-header
  .ast-builder-menu
  .main-header-menu
  .current-menu-item
  > .menu-link,
.ast-theme-transparent-header
  .ast-builder-menu
  .main-header-menu
  .focus
  > .ast-menu-toggle,
.ast-theme-transparent-header .ast-builder-menu .main-header-menu .focus > .menu-link,
.ast-theme-transparent-header
  .ast-builder-menu
  .main-header-menu
  .menu-item:hover
  > .ast-menu-toggle,
.ast-theme-transparent-header
  .ast-builder-menu
  .main-header-menu
  .menu-item:hover
  > .menu-link,
.ast-theme-transparent-header .main-header-menu .current-menu-item > .menu-link,
.ast-theme-transparent-header .main-header-menu .menu-item:hover > .menu-link,
.ast-theme-transparent-header
  [CLASS*="ast-builder-menu-"]
  .main-header-menu
  .current-menu-item
  > .ast-menu-toggle,
.ast-theme-transparent-header
  [CLASS*="ast-builder-menu-"]
  .main-header-menu
  .current-menu-item
  > .menu-link {
  color: var(--ast-global-color-0);
}
@media (max-width: 921px) {
  .ast-theme-transparent-header #masthead {
    position: absolute;
    left: 0;
    right: 0;
  }
  .ast-theme-transparent-header .main-header-bar {
    background: 0 0;
  }
}
.ast-theme-transparent-header
  #ast-desktop-header
  > [CLASS*="-header-wrap"]:last-child
  > [CLASS*="-header-bar"] {
  border-bottom-width: 0;
  border-bottom-style: solid;
}
.entry-content h1,
.entry-content h2,
.entry-content h3,
.entry-content h4,
.entry-content h5,
.entry-content h6,
h1,
h2,
h3,
h4,
h5,
h6 {
  color: var(--ast-global-color-2);
}
.ast-builder-layout-element[data-section="title_tagline"] {
  display: flex;
}
[data-section*="section-hb-button-"] .menu-link {
  display: none;
}
@media (max-width: 921px) {
  .ast-header-button-1[data-section*="section-hb-button-"]
    .ast-builder-button-wrap
    .ast-custom-button {
    margin-top: 0;
    margin-bottom: 45px;
    margin-left: 45px;
    margin-right: 45px;
  }
}
@media (max-width: 544px) {
  .ast-header-button-1[data-section*="section-hb-button-"]
    .ast-builder-button-wrap
    .ast-custom-button {
    margin-top: 0;
    margin-bottom: 25px;
    margin-left: 25px;
    margin-right: 25px;
  }
}
.ast-header-button-1[data-section="section-hb-button-1"] {
  display: flex;
}
.ast-builder-menu-1 {
  font-family: inherit;
  font-weight: 400;
}
.ast-builder-menu-1 .menu-item > .menu-link {
  font-size: 15px;
  font-size: 1.3rem;
  font-weight: 600;
  color: var(--ast-global-color-3);
}
.ast-builder-menu-1 .menu-item > .ast-menu-toggle {
  color: var(--ast-global-color-3);
}
.ast-builder-menu-1 .inline-on-mobile .menu-item:hover > .ast-menu-toggle,
.ast-builder-menu-1 .menu-item:hover > .menu-link {
  color: var(--ast-global-color-0);
}
.ast-builder-menu-1 .menu-item:hover > .ast-menu-toggle {
  color: var(--ast-global-color-0);
}
.ast-builder-menu-1 .inline-on-mobile .menu-item.current-menu-item > .ast-menu-toggle,
.ast-builder-menu-1 .menu-item.current-menu-item > .menu-link {
  color: var(--ast-global-color-0);
}
.ast-builder-menu-1 .menu-item.current-menu-item > .ast-menu-toggle {
  color: var(--ast-global-color-0);
}
@media (max-width: 921px) {
  .ast-builder-menu-1 .main-header-menu {
    margin-top: 30px;
    margin-bottom: 0;
    margin-left: 30px;
    margin-right: 30px;
  }
}
@media (max-width: 544px) {
  .ast-builder-menu-1 .main-header-menu {
    margin-top: 10px;
    margin-bottom: 0;
    margin-left: 10px;
    margin-right: 10px;
  }
}
.ast-builder-menu-1 {
  display: flex;
}
.ast-builder-grid-row-full .ast-builder-grid-row {
  grid-template-columns: 1fr;
}
@media (max-width: 921px) {
  .ast-builder-grid-row-container.ast-builder-grid-row-tablet-full .ast-builder-grid-row {
    grid-template-columns: 1fr;
  }
}
@media (max-width: 544px) {
  #astra-footer-menu {
    font-size: 1.1em !important;
  }
  #astra-footer-menu li:first-child {
    display: none;
  }
  .ast-builder-grid-row-container.ast-builder-grid-row-mobile-full .ast-builder-grid-row {
    grid-template-columns: 1fr;
  }
}
.ast-builder-html-element p:first-child {
  margin-top: 0;
}
.ast-builder-html-element p:last-child {
  margin-bottom: 0;
}
.footer-widget-area[data-section="section-fb-html-1"] .ast-builder-html-element {
  color: var(--ast-global-color-4);
  font-size: 15px;
  font-size: 1rem;
}
.footer-widget-area[data-section="section-fb-html-1"] {
  font-size: 15px;
  font-size: 1rem;
}
.footer-widget-area[data-section="section-fb-html-1"] {
  display: block;
}
.footer-widget-area[data-section="section-fb-html-1"] .ast-builder-html-element {
  text-align: right;
}
@media (max-width: 921px) {
  .footer-widget-area[data-section="section-fb-html-1"] .ast-builder-html-element {
    text-align: center;
  }
}
@media (max-width: 544px) {
  .footer-widget-area[data-section="section-fb-html-1"] .ast-builder-html-element {
    text-align: center;
  }
}
.ast-builder-layout-element[data-section="section-fb-social-icons-1"] {
  display: flex;
}
.site-footer {
  background-color: var(--ast-global-color-1);
  background-image: none;
}
.site-primary-footer-wrap {
  padding-top: 45px;
  padding-bottom: 45px;
}
.site-primary-footer-wrap[data-section="section-primary-footer-builder"] {
  background-color: rgba(250, 250, 250, 0);
  background-image: none;
}
.site-primary-footer-wrap[data-section="section-primary-footer-builder"]
  .ast-builder-grid-row {
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
}
.site-primary-footer-wrap[data-section="section-primary-footer-builder"]
  .ast-builder-grid-row,
.site-primary-footer-wrap[data-section="section-primary-footer-builder"]
  .site-footer-section {
  align-items: flex-start;
}
.site-primary-footer-wrap[data-section="section-primary-footer-builder"].ast-footer-row-inline
  .site-footer-section {
  display: flex;
  margin-bottom: 0;
}
.ast-builder-grid-row-3-cwide .ast-builder-grid-row {
  grid-template-columns: 1fr 3fr 1fr;
}
@media (max-width: 921px) {
  .site-primary-footer-wrap[data-section="section-primary-footer-builder"].ast-footer-row-tablet-inline
    .site-footer-section {
    display: flex;
    margin-bottom: 0;
  }
  .site-primary-footer-wrap[data-section="section-primary-footer-builder"].ast-footer-row-tablet-stack
    .site-footer-section {
    display: block;
    margin-bottom: 10px;
  }
  .ast-builder-grid-row-container.ast-builder-grid-row-tablet-full .ast-builder-grid-row {
    grid-template-columns: 1fr;
  }
}
@media (max-width: 544px) {
  .site-primary-footer-wrap[data-section="section-primary-footer-builder"].ast-footer-row-mobile-inline
    .site-footer-section {
    display: flex;
    margin-bottom: 0;
  }
  .site-primary-footer-wrap[data-section="section-primary-footer-builder"].ast-footer-row-mobile-stack
    .site-footer-section {
    display: block;
    margin-bottom: 10px;
  }
  .ast-builder-grid-row-container.ast-builder-grid-row-mobile-full .ast-builder-grid-row {
    grid-template-columns: 1fr;
  }
}
.site-primary-footer-wrap[data-section="section-primary-footer-builder"] {
  padding-top: 100px;
  padding-bottom: 50px;
}
@media (max-width: 921px) {
  .site-primary-footer-wrap[data-section="section-primary-footer-builder"] {
    padding-bottom: 0;
  }
}
.site-primary-footer-wrap[data-section="section-primary-footer-builder"] {
  display: grid;
}
.footer-widget-area[data-section="sidebar-widgets-footer-widget-1"].footer-widget-area-inner {
  text-align: center;
}
@media (max-width: 921px) {
  .footer-widget-area[data-section="sidebar-widgets-footer-widget-1"].footer-widget-area-inner {
    text-align: center;
  }
}
@media (max-width: 544px) {
  .footer-widget-area[data-section="sidebar-widgets-footer-widget-1"].footer-widget-area-inner {
    text-align: center;
  }
}
.footer-widget-area[data-section="sidebar-widgets-footer-widget-1"].footer-widget-area-inner {
  color: var(--ast-global-color-4);
}
.footer-widget-area[data-section="sidebar-widgets-footer-widget-1"] .widget-title {
  color: var(--ast-global-color-4);
  font-size: 45px;
  font-size: 3rem;
  font-family: "Cormorant Infant", serif;
}
@media (max-width: 921px) {
  .footer-widget-area[data-section="sidebar-widgets-footer-widget-1"] .widget-title {
    font-size: 35px;
    font-size: 2.3333333333333rem;
  }
}
@media (max-width: 544px) {
  .footer-widget-area[data-section="sidebar-widgets-footer-widget-1"] .widget-title {
    font-size: 25px;
    font-size: 1.6666666666667rem;
  }
}
.footer-widget-area[data-section="sidebar-widgets-footer-widget-1"] {
  display: block;
}
.elementor-element-20130c9 .elementor-heading-title,
.elementor-element-c83fe95 .elementor-heading-title,
.elementor-element-1867e06 .elementor-heading-title {
  margin: 0;
  font-size: 1.4em;
}
.elementor-widget-container .elementor-heading-title {
  margin: 0;
}
.elementor-page .ast-menu-toggle {
  color: unset !important;
  background: unset !important;
}
.elementor-template-full-width .ast-container {
  display: block;
}
@media (min-width: 922px) {
  .main-header-bar {
    border-bottom-width: 0;
  }
}
.ast-flex {
  -webkit-align-content: center;
  -ms-flex-line-pack: center;
  align-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.main-header-bar {
  padding: 1em 0;
}
.ast-site-identity {
  padding: 0;
}
.header-main-layout-1 .ast-flex.main-header-container,
.header-main-layout-3 .ast-flex.main-header-container {
  -webkit-align-content: center;
  -ms-flex-line-pack: center;
  align-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.header-main-layout-1 .ast-flex.main-header-container,
.header-main-layout-3 .ast-flex.main-header-container {
  -webkit-align-content: center;
  -ms-flex-line-pack: center;
  align-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.ast-mobile-popup-content .ast-submenu-expanded > .ast-menu-toggle {
  transform: rotateX(180deg);
  overflow-y: auto;
}
.ast-mobile-popup-drawer .ast-mobile-popup-overlay {
  background-color: rgba(0, 0, 0, 0.4);
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  visibility: hidden;
  opacity: 0;
  transition: opacity 0.2s ease-in-out;
}
.ast-mobile-popup-drawer .ast-mobile-popup-header {
  -js-display: flex;
  display: flex;
  justify-content: flex-end;
  min-height: calc(1.2em + 24px);
}
.ast-mobile-popup-drawer .ast-mobile-popup-header .menu-toggle-close {
  background: 0 0;
  border: 0;
  font-size: 24px;
  line-height: 1;
  padding: 0.6em;
  color: inherit;
  -js-display: flex;
  display: flex;
  box-shadow: none;
}
.ast-mobile-popup-drawer .ast-mobile-popup-header .menu-toggle-close:focus {
  outline: thin dotted;
}
.ast-mobile-popup-drawer.ast-mobile-popup-full-width .ast-mobile-popup-inner {
  max-width: none;
  transition: transform 0s ease-in, opacity 0.2s ease-in;
}
.ast-desktop-popup-content > *,
.ast-mobile-popup-content > * {
  padding: 10px 0;
  height: auto;
}
.ast-desktop-popup-content > :first-child,
.ast-mobile-popup-content > :first-child {
  padding-top: 10px;
}
.ast-desktop-popup-content > .ast-builder-menu,
.ast-mobile-popup-content > .ast-builder-menu {
  padding-top: 0;
}
.ast-desktop-popup-content > :last-child,
.ast-mobile-popup-content > :last-child {
  padding-bottom: 0;
}
.ast-mobile-popup-content .ast-builder-menu-mobile .main-header-menu {
  background-color: transparent;
}
.ast-mobile-popup-content .ast-icon svg {
  height: 0.85em;
  width: 0.95em;
  margin-top: 15px;
}
.ast-mobile-popup-drawer {
  position: fixed;
  top: 0;
  bottom: 0;
  left: -99999rem;
  right: 99999rem;
  transition: opacity 0.25s ease-in, left 0s 0.25s, right 0s 0.25s;
  opacity: 0;
}
.ast-mobile-popup-drawer .ast-mobile-popup-inner {
  width: 100%;
  transform: translateX(100%);
  max-width: 90%;
  right: 0;
  top: 0;
  background: #fafafa;
  color: #3a3a3a;
  bottom: 0;
  opacity: 0;
  position: fixed;
  box-shadow: 0 0 2rem 0 rgba(0, 0, 0, 0.1);
  -js-display: flex;
  display: flex;
  flex-direction: column;
  transition: transform 0.2s ease-in, opacity 0.2s ease-in;
  overflow-y: auto;
  overflow-x: hidden;
}
.ast-mobile-popup-drawer.ast-mobile-popup-left .ast-mobile-popup-inner {
  transform: translateX(-100%);
  right: auto;
  left: 0;
}
.ast-desktop-header-content,
.ast-mobile-header-wrap .ast-mobile-header-content {
  background-color: #f9f9f9;
}
.ast-desktop-header-content > *,
.ast-desktop-popup-content > *,
.ast-mobile-header-content > *,
.ast-mobile-popup-content > * {
  padding-top: 0;
  padding-bottom: 0;
}
.content-align-flex-start .ast-builder-layout-element {
  justify-content: flex-start;
}
.content-align-flex-start .main-header-menu {
  text-align: left;
}
.ast-mobile-header-wrap .ast-primary-header-bar,
.ast-primary-header-bar .site-primary-header-wrap {
  min-height: 70px;
}
.ast-desktop .ast-primary-header-bar .main-header-menu > .menu-item {
  line-height: 70px;
}
.modal.entry-content div {
  font-size: 150%;
}
.tel {
  padding-left: 40px !important;
}
.tel-prefix {
  position: relative;
  font-family: Arial, Helvetica, sans-serif;
  float: left;
  margin-bottom: -41px;
  height: 41px;
  line-height: 2em;
  font-size: 1.45rem;
  color: #888;
}
@media (max-width: 921px) {
  #masthead .ast-mobile-header-wrap .ast-primary-header-bar {
    padding-left: 20px;
    padding-right: 20px;
  }
}
@media (min-width: 922px) {
  .ast-primary-header-bar {
    border-bottom-width: 0;
    border-bottom-style: solid;
  }
}
.ast-primary-header-bar {
  background-color: var(--ast-global-color-5);
  background-image: none;
}
@media (max-width: 921px) {
  .ast-desktop .ast-primary-header-bar.main-header-bar {
    padding-top: 1.5em;
    padding-bottom: 1.5em;
  }
}
@media (max-width: 544px) {
  .ast-desktop .ast-primary-header-bar.main-header-bar {
    padding-top: 1em;
    padding-bottom: 1em;
  }
  .modal.entry-content div {
    font-size: 110%;
  }

  .tel-prefix {
    margin-bottom: -30px;
    height: 30px;
    line-height: 2em;
    font-size: 1.25rem;
  }
  .tel {
    padding-left: 32px !important;
  }
}
.ast-primary-header-bar {
  display: block;
}
[data-section="section-header-mobile-trigger"]
  .ast-button-wrap
  .ast-mobile-menu-trigger-fill {
  color: var(--ast-global-color-4);
  border: none;
  background: var(--ast-global-color-0);
}
[data-section="section-header-mobile-trigger"]
  .ast-button-wrap
  .mobile-menu-toggle-icon
  .ast-mobile-svg {
  width: 20px;
  height: 20px;
  fill: var(--ast-global-color-4);
}
[data-section="section-header-mobile-trigger"]
  .ast-button-wrap
  .mobile-menu-wrap
  .mobile-menu {
  color: var(--ast-global-color-4);
}
.footer-nav-wrap .astra-footer-vertical-menu {
  display: grid;
}
@media (min-width: 769px) {
  .footer-nav-wrap .astra-footer-horizontal-menu li {
    margin: 0;
  }
  .footer-nav-wrap .astra-footer-horizontal-menu a {
    padding: 0 0.5em;
  }
}
@media (min-width: 769px) {
  .footer-nav-wrap .astra-footer-horizontal-menu li:first-child a {
    padding-left: 0;
  }
  .footer-nav-wrap .astra-footer-horizontal-menu li:last-child a {
    padding-right: 0;
  }
}
.footer-widget-area[data-section="section-footer-menu"] .astra-footer-horizontal-menu {
  justify-content: center;
}
.footer-widget-area[data-section="section-footer-menu"]
  .astra-footer-vertical-menu
  .menu-item {
  align-items: center;
}
#astra-footer-menu .menu-item > a {
  color: var(--ast-global-color-5);
  padding-left: 30px;
  padding-right: 30px;
}
#astra-footer-menu .menu-item:hover > a {
  color: var(--ast-global-color-4);
}
#astra-footer-menu .menu-item.current-menu-item > a {
  color: var(--ast-global-color-4);
}
#astra-footer-menu {
  margin-top: 40px;
  margin-bottom: 0;
  margin-left: 0;
  margin-right: 0;
  font-size: 1.5em;
}
@media (max-width: 921px) {
  .elementor-widget-heading p.elementor-heading-title {
    font-size: 1.1rem;
  }
  .footer-widget-area[data-section="section-footer-menu"]
    .astra-footer-tablet-horizontal-menu {
    justify-content: center;
    display: flex;
  }
  .footer-widget-area[data-section="section-footer-menu"]
    .astra-footer-tablet-vertical-menu {
    display: grid;
    justify-content: center;
  }
  .footer-widget-area[data-section="section-footer-menu"]
    .astra-footer-tablet-vertical-menu
    .menu-item {
    align-items: center;
  }
  #astra-footer-menu .menu-item > a {
    padding-left: 20px;
    padding-right: 20px;
  }
}
@media (max-width: 544px) {
  .footer-widget-area[data-section="section-footer-menu"]
    .astra-footer-mobile-horizontal-menu {
    justify-content: center;
    display: flex;
  }
  .footer-widget-area[data-section="section-footer-menu"]
    .astra-footer-mobile-vertical-menu {
    display: grid;
    justify-content: center;
  }
  .footer-widget-area[data-section="section-footer-menu"]
    .astra-footer-mobile-vertical-menu
    .menu-item {
    align-items: center;
  }
}
.footer-widget-area[data-section="section-footer-menu"] {
  display: block;
}
:root {
  --e-global-color-astglobalcolor0: #28bfab;
  --e-global-color-astglobalcolor1: #00b2a9;
  --e-global-color-astglobalcolor2: #2e2e2e;
  --e-global-color-astglobalcolor3: #474747;
  --e-global-color-astglobalcolor4: #f2f2f2;
  --e-global-color-astglobalcolor5: #ffffff;
  --e-global-color-astglobalcolor6: #304a68;
  --e-global-color-astglobalcolor7: #f4f4f4;
  --e-global-color-astglobalcolor8: #7a7a7a;
}
.ast-container {
  max-width: 100%;
}
.ast-container {
  margin-left: auto;
  margin-right: auto;
  padding-left: 20px;
  padding-right: 20px;
}
.ast-row {
  margin-left: -20px;
  margin-right: -20px;
}
.ast-float {
  float: left;
}
@media (max-width: 992px) {
  .ast-width-sm-25 {
    width: 25%;
  }
}
.ast-full-width {
  width: 100%;
}
.ast-width-50 {
  width: 50%;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  clear: both;
}
.entry-content h1,
h1 {
  color: #808285;
  font-size: 2.3em;
  line-height: 1.2;
}
.entry-content h2,
h2 {
  color: #808285;
  font-size: 1.3em;
  line-height: 1.3;
}
.entry-content h3,
h3 {
  color: #808285;
  font-size: 1.5em;
  line-height: 1.4;
}
.entry-content h4,
h4 {
  color: #808285;
  line-height: 1.5;
  font-size: 1.3em;
}
.entry-content h5,
h5 {
  color: #808285;
  line-height: 1.6;
  font-size: 1.2em;
}
.entry-content h6,
h6 {
  color: #808285;
  line-height: 1.7;
  font-size: 1.1em;
}
html {
  box-sizing: border-box;
}
*,
:after,
:before {
  box-sizing: inherit;
}
body {
  color: #3c3d3f;
  background: #fff;
  font-style: normal;
}
ul {
  margin: 0 0 1.5em 3em;
}
ul {
  list-style: disc;
}
li > ul {
  margin-bottom: 0;
  margin-left: 1.5em;
}
b {
  font-weight: 700;
}
img {
  height: auto;
  max-width: 100%;
}
.ast-button,
.button,
button {
  color: #808285;
  font-weight: 400;
  font-size: 100%;
  margin: 0;
  vertical-align: baseline;
}
button {
  line-height: normal;
}
.ast-button,
.button,
button {
  border: 1px solid;
  border-color: var(--ast-border-color);
  border-radius: 2px;
  background: #e6e6e6;
  padding: 0.6em 1em 0.4em;
  color: #fff;
}
.ast-button:focus,
.ast-button:hover,
.button:focus,
.button:hover,
button:focus,
button:hover {
  color: #fff;
  border-color: var(--ast-border-color);
}
.ast-button:active,
.ast-button:focus,
.button:active,
.button:focus,
button:active,
button:focus {
  border-color: var(--ast-border-color);
  outline: 0;
}
a {
  color: #4169e1;
}
a:focus,
a:hover {
  color: #191970;
}
a:focus {
  outline: thin dotted;
}
a:hover {
  outline: 0;
}
.screen-reader-text {
  border: 0;
  clip: rect(1px, 1px, 1px, 1px);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
  word-wrap: normal !important;
}
.screen-reader-text:focus {
  background-color: #f1f1f1;
  border-radius: 2px;
  box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
  clip: auto !important;
  color: #21759b;
  display: block;
  font-size: 12.25px;
  font-size: 0.875rem;
  height: auto;
  left: 5px;
  line-height: normal;
  padding: 15px 23px 14px;
  text-decoration: none;
  top: 5px;
  width: auto;
  z-index: 100000;
}
.entry-content[ast-blocks-layout] > object,
object {
  max-width: 100%;
}
::selection {
  color: #fff;
  background: #0274be;
}
body {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
body:not(.logged-in) {
  position: relative;
}
#page {
  position: relative;
}
a,
a:focus {
  text-decoration: none;
}
.site-footer a *,
.site-header a *,
a {
  transition: all 0.2s linear;
}
img {
  vertical-align: middle;
}
.entry-content h1,
.entry-content h2,
.entry-content h3,
.entry-content h4,
.entry-content h5,
.entry-content h6 {
  margin-bottom: 20px;
  font-family: "Cormorant Infant", serif;
  font-weight: 700;
}
.elementor-widget-wrap .elementor-element-e4996af .elementor-widget-container h1 {
  text-transform: uppercase;
  color: #f76d50;
}
.elementor-element-a2b67ac h2.elementor-heading-title {
  font-size: 175%;
}
p {
  margin-bottom: 1.75em;
}
.ast-button,
.button {
  border-radius: 0;
  padding: 18px 30px;
  border: 0;
  box-shadow: none;
  text-shadow: none;
}
.ast-button:hover,
.button:hover {
  box-shadow: none;
}
.ast-button:active,
.ast-button:focus,
.button:active,
.button:focus {
  box-shadow: none;
}
.site-title {
  font-weight: 400;
}
.site-description,
.site-title {
  margin-bottom: 0;
}
.site-description a,
.site-description:focus a,
.site-description:hover a,
.site-title a,
.site-title:focus a,
.site-title:hover a {
  transition: all 0.2s linear;
}
.site-title a,
.site-title a:focus,
.site-title a:hover,
.site-title a:visited {
  color: #222;
}
.site-description a,
.site-description a:focus,
.site-description a:hover,
.site-description a:visited {
  color: #999;
}
.ast-button,
.ast-custom-button,
body,
button {
  line-height: 1.7rem;
}
.elementor-image-box-description {
  font-size: 1.4rem;
}
.elementor-button-text {
  font-size: 20px;
}
.site-title a {
  line-height: 1.2;
}
.site-header .site-description {
  line-height: 1.5;
}
.ast-single-post .entry-title,
.ast-single-post .entry-title a {
  line-height: 1.2;
}
.entry-title,
.entry-title a {
  font-weight: 400;
}
.ast-hidden {
  display: none !important;
}
body {
  background-color: #fff;
}
#page {
  display: block;
}
#primary {
  width: 100%;
}
#primary {
  margin: 4em 0;
}
@media (min-width: 993px) {
  .ast-right-sidebar #primary {
    padding-right: 60px;
  }
  .ast-left-sidebar #primary {
    padding-left: 60px;
  }
}
@media (max-width: 992px) {
  .ast-right-sidebar #primary {
    padding-right: 30px;
  }
  .ast-left-sidebar #primary {
    padding-left: 30px;
  }
}
.main-navigation {
  height: 100%;
  -js-display: inline-flex;
  display: inline-flex;
}
.main-navigation ul {
  list-style: none;
  margin: 0;
  padding-left: 0;
  position: relative;
}
.main-header-menu .menu-link,
.main-header-menu > a {
  text-decoration: none;
  padding: 0 1em;
  display: inline-block;
  transition: all 0.2s linear;
}
.main-header-menu .menu-item {
  position: relative;
}
.main-header-menu .menu-item:hover > .sub-menu {
  right: auto;
  left: 0;
  visibility: visible;
}
.ast-button-wrap {
  display: inline-block;
}
.ast-button-wrap button {
  box-shadow: none;
  border: none;
}
.ast-button-wrap .menu-toggle {
  padding: 0;
  width: 2.2em;
  height: 2.1em;
  font-size: 1.5em;
  font-weight: 400;
  border-radius: 2px;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  border-radius: 2px;
  vertical-align: middle;
  line-height: 1.85714285714286;
}
.ast-button-wrap .menu-toggle.main-header-menu-toggle {
  padding: 0 0.5em;
  width: auto;
  text-align: center;
}
.ast-button-wrap .menu-toggle.main-header-menu-toggle .mobile-menu {
  font-size: 15px;
  font-size: 1rem;
  font-weight: 600;
}
.ast-button-wrap .menu-toggle .menu-toggle-icon {
  font-style: normal;
  display: inline-block;
  vertical-align: middle;
  line-height: 2.05;
}
.ast-button-wrap .menu-toggle .menu-toggle-icon:before {
  content: "\e5d2";
  font-family: Astra;
  text-decoration: inherit;
}
.ast-button-wrap .menu-toggle .mobile-menu-wrap {
  display: inline-block;
}
.ast-button-wrap .menu-toggle:focus {
  outline: thin dotted;
}
.header-main-layout-1 .ast-main-header-bar-alignment {
  margin-left: auto;
}
.site-navigation {
  height: 100%;
}
.site-header .menu-link * {
  transition: none;
}
.site-main .post-navigation {
  margin: 0 0 1.5em;
  overflow: hidden;
}
.ast-icon svg {
  fill: currentColor;
}
.post-navigation a {
  background: 0 0;
  font-size: 16px;
  font-size: 1.06666rem;
  padding: 0 1.5em;
  height: 2.33333em;
  line-height: calc(2.33333em - 3px);
}
.entry-content > :last-child,
.page-content > :last-child {
  margin-bottom: 0;
}
body {
  overflow-x: hidden;
}
.widget-title {
  font-weight: 400;
  margin-bottom: 1em;
  line-height: 1.5;
}
.widget {
  margin: 0 0 2.8em 0;
}
.widget:last-child {
  margin-bottom: 0;
}
.widget ul {
  margin: 0;
  list-style-type: none;
}
.no-widget-text {
  margin-bottom: 0;
}
.widget_nav_menu li {
  transition: all 0.2s linear;
}
.ast-builder-grid-row {
  display: grid;
  grid-template-columns: auto auto;
  align-items: center;
  grid-column-gap: 20px;
  overflow-wrap: anywhere;
}
.ast-builder-grid-row > .site-header-section {
  flex-wrap: nowrap;
}
.ast-builder-footer-grid-columns {
  grid-column-gap: 50px;
}
.ast-builder-grid-row.ast-grid-center-col-layout {
  grid-template-columns: 1fr auto 1fr;
}
.ast-builder-layout-element {
  align-items: center;
}
.site-header-section {
  height: 100%;
  min-height: 0;
  align-items: center;
}
.site-header-section .ast-main-header-bar-alignment {
  height: 100%;
}
.site-header-section > * {
  padding: 0 10px;
}
.site-header-section > div:first-child {
  padding-left: 0;
}
.site-header-section > div:last-child {
  padding-right: 0;
}
.site-header-section .ast-builder-menu {
  align-items: center;
}
.ast-grid-right-center-section {
  justify-content: flex-start;
  flex-grow: 1;
}
.ast-grid-right-section {
  justify-content: flex-end;
}
.ast-grid-right-section .ast-site-identity > :first-child {
  text-align: right;
}
.ast-grid-right-section .ast-grid-right-center-section .ast-site-identity > :first-child {
  text-align: left;
}
.ast-grid-left-center-section {
  justify-content: flex-end;
  flex-grow: 1;
}
.ast-logo-title-inline .ast-site-identity {
  padding: 1em 0;
  -js-display: inline-flex;
  display: inline-flex;
  vertical-align: middle;
  align-items: center;
  transition: all 0.2s linear;
}
.ast-grid-section-center {
  justify-content: center;
}
.ast-grid-section-center .ast-site-identity > :first-child {
  text-align: center;
}
.ahfb-svg-iconset {
  -js-display: inline-flex;
  display: inline-flex;
  align-self: center;
}
.ahfb-svg-iconset svg {
  width: 17px;
  height: 17px;
  transition: none;
}
.ahfb-svg-iconset svg > * {
  transition: none;
}
.ast-builder-grid-row-container {
  display: grid;
  align-content: center;
}
.main-header-bar .main-header-bar-navigation {
  height: 100%;
}
.ast-builder-menu .main-navigation {
  padding: 0;
}
.ast-builder-menu .main-navigation > ul {
  align-self: center;
}
.site-footer-focus-item {
  width: 100%;
}
#astra-footer-menu {
  margin: 0;
  list-style: none;
  background: inherit;
}
#astra-footer-menu > ul {
  margin: 0;
  list-style: none;
  background: inherit;
}
.site-footer-section {
  justify-content: center;
}
.site-footer-section > * {
  margin-bottom: 10px;
}
.site-footer-section > :last-child {
  margin-bottom: 0;
}
.site-primary-footer-wrap {
  padding-top: 45px;
  padding-bottom: 45px;
}
.menu-toggle .ast-close-svg {
  display: none;
}
.ast-mobile-header-wrap .menu-toggle .mobile-menu-toggle-icon {
  -js-display: inline-flex;
  display: inline-flex;
  align-self: center;
}
.ast-mobile-header-wrap .menu-toggle .mobile-menu-wrap {
  -js-display: inline-flex;
  display: inline-flex;
  align-self: center;
  margin-left: 0.4em;
}
.ast-mobile-header-wrap .ast-button-wrap .menu-toggle.main-header-menu-toggle {
  -js-display: flex;
  display: flex;
  align-items: center;
  width: auto;
  height: auto;
}
.menu-toggle .mobile-menu-toggle-icon {
  -js-display: inline-flex;
  display: inline-flex;
  align-self: center;
}
.menu-toggle .mobile-menu-wrap {
  -js-display: inline-flex;
  display: inline-flex;
  align-self: center;
  margin-left: 0.4em;
}
.ast-hfb-header .ast-button-wrap .menu-toggle .mobile-menu-wrap {
  align-items: center;
  -js-display: flex;
  display: flex;
}
.ast-button-wrap .menu-toggle.main-header-menu-toggle {
  padding: 0.5em;
  align-items: center;
  -js-display: flex;
  display: flex;
}
@media (min-width: 769px) {
  .footer-nav-wrap .astra-footer-horizontal-menu li {
    margin: 0;
  }
  .footer-nav-wrap .astra-footer-horizontal-menu li:first-child a {
    padding-left: 0;
  }
  .footer-nav-wrap .astra-footer-horizontal-menu li:last-child a {
    padding-right: 0;
  }
  .footer-nav-wrap .astra-footer-horizontal-menu a {
    padding: 0 0.5em;
  }
}
.site-header {
  z-index: 99;
  position: relative;
}
.main-header-container {
  position: relative;
}
.main-header-bar-wrap {
  position: relative;
}
.main-header-bar {
  background-color: #fff;
  border-bottom-color: var(--ast-border-color);
}
.main-header-bar {
  margin-left: auto;
  margin-right: auto;
}
.site-branding {
  line-height: 1;
  align-self: center;
}
.ast-menu-toggle {
  display: none;
  background: 0 0;
  color: inherit;
  border-style: dotted;
  border-color: transparent;
}
.ast-menu-toggle:focus,
.ast-menu-toggle:hover {
  background: 0 0;
  border-color: inherit;
  color: inherit;
}
.ast-menu-toggle:focus {
  outline: thin dotted;
}
.main-header-bar {
  z-index: 4;
  position: relative;
}
.main-header-bar .main-header-bar-navigation:empty {
  padding: 0;
}
.custom-mobile-logo-link {
  display: none;
}
.ast-site-identity {
  padding: 1em 0;
}
.page .entry-header {
  margin-bottom: 1.5em;
}
.ast-single-post .entry-header.ast-header-without-markup,
.ast-single-post .entry-header.ast-no-title.ast-no-thumbnail {
  margin-bottom: 0;
}
.entry-header {
  margin-bottom: 1em;
  word-wrap: break-word;
}
.entry-content {
  word-wrap: break-word;
}
.entry-content p {
  margin-bottom: 1.6em;
}
.page-title {
  margin-bottom: 1em;
  font-weight: 400;
}
.entry-title {
  margin-bottom: 0.2em;
}
.ast-article-post {
  margin-bottom: 2.5em;
}
.ast-article-post:last-child {
  margin-bottom: 0;
  border-bottom: 0;
}
.single .entry-header {
  margin-bottom: 2em;
}
.single .post-navigation {
  margin: 0;
  padding: 2em 0 0;
  border-top: 1px solid var(--ast-border-color);
}
@media (max-width: 768px) {
  .single .post-navigation {
    padding-top: 1.5em;
  }
  .elementor-button-text {
    font-size: 1.2rem;
  }
}
.single .post-navigation a {
  margin: 2px;
  display: inline-block;
  text-align: center;
  color: #000;
}
.ast-404-layout-1 {
  text-align: center;
  margin: 4em auto;
}
.ast-flex {
  -js-display: flex;
  display: flex;
  flex-wrap: wrap;
}
.ast-flex-1 {
  flex: 1;
}
.ast-inline-flex {
  -js-display: inline-flex;
  display: inline-flex;
  align-items: center;
  flex-wrap: wrap;
  align-content: center;
}
.ast-align-content-flex-start {
  align-content: flex-start;
}
.ast-align-content-center {
  align-content: center;
}
.ast-flex-grow-1 {
  flex-grow: 1;
}
.underbutton-price {
  font-size: 125%;
  margin-top: 5px;
  display: block;
  font-weight: bold;
}
.mini-margin-bottom {
  margin-bottom: 7px;
}
h5.elementor-size-big {
  font-size: 200%;
}
.elementor-element-1fa78e00 {
  font-size: 1.4em;
}
footer h2.widget-title {
  margin-bottom: 0;
}
.arial {
  font-family: Arial, Helvetica, sans-serif;
}
.whitebg {
  background: rgba(255, 255, 255, 0.85);
}
.basicLightbox--visible a.menu-link {
  font-size: 300% !important;
  padding: 0.5em 0 0.5em 0.5em;
  width: 100% !important;
}
.basicLightbox--visible li {
  width: 100% !important;
}

.modal {
  padding: 1.8rem 2.16rem 0.9rem;
  width: 550px;
  max-width: 1300px;
  background: #fff;
  border-radius: 4px;
  text-align: center;
  box-shadow: 0 5px 20px rgba(0, 0, 0, 0.2);
}
@media (max-width: 550px) {
  .modal {
    margin: 0 5%;
    width: 90%;
  }
}
.basicLightbox:after {
  content: "";
  position: absolute;
  top: 1.8rem;
  right: 1.8rem;
  width: 2em;
  height: 2em;
  background: url(../images/close.svg);
  background-size: contain;
  background-repeat: no-repeat;
}
.basicContext {
  font-size: 0.9em;
  box-shadow: 0 2px 15px rgba(0, 0, 0, 0.2);
  border-radius: 4px;
}
.basicContext table {
  border-collapse: collapse;
}
.basicContext__data {
  padding-right: 40px;
}
@-webkit-keyframes fadeIn {
  0% {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@-webkit-keyframes moveIn {
  0% {
    opacity: 0;
    transform: translateY(30%);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
@keyframes moveIn {
  0% {
    opacity: 0;
    transform: translateY(30%);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
.spacing-huge {
  margin-bottom: 3.6rem;
}
.spacing-large {
  margin-bottom: 2.7rem;
}
.spacing-medium {
  margin-bottom: 1.8rem;
}
.spacing-small {
  margin-bottom: 0.9rem;
}
.input {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  width: 100%;
  margin: 0 0 0.9rem;
  padding: 0.6rem 0;
  background: #fff;
  font-size: 0.9em;
  border: 0;
  border-bottom: 2px solid #3c5b7b;
  border-radius: 0;
  outline: none;
  resize: vertical;
  transition: border-color 0.3s cubic-bezier(0.51, 0.92, 0.24, 1);
}
.input:focus {
  border-color: #ff6f4c;
}
.modal button {
  border: 0;
}
