/*!******************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[4].use[1]!./node_modules/postcss-loader/dist/cjs.js??ruleSet[1].rules[4].use[2]!./node_modules/sass-loader/dist/cjs.js??ruleSet[1].rules[4].use[3]!./assets/sass/child-styles.scss ***!
  \******************************************************************************************************************************************************************************************************************************************************/
body {
  font-family: "Lato", sans-serif;
  font-size: 50% !important;
}
@media (min-width: 1200px) {
  body {
    font-size: 62.5% !important;
  }
}

h1 {
  font-family: "Alata", sans-serif;
  font-size: clamp(30px, 4.26vw, 60px);
  font-weight: 700;
  color: inherit;
  margin-bottom: 0.5em;
}

h2 {
  font-family: "Alata", sans-serif;
  font-size: clamp(26px, 4.26vw, 50px);
  font-weight: 700;
  color: inherit;
  margin-bottom: 0.5em;
}

h3 {
  font-family: "Alata", sans-serif;
  font-size: clamp(24px, 4.26vw, 40px);
  font-weight: 500;
  color: inherit;
  margin-bottom: 0.5em;
}

h4 {
  font-family: "Alata", sans-serif;
  font-size: clamp(20px, 4.26vw, 30px);
  font-weight: 500;
  color: inherit;
  margin-bottom: 0.5em;
}

h5 {
  font-family: "Alata", sans-serif;
  font-size: clamp(20px, 4.26vw, 26px);
  font-weight: 500;
  color: inherit;
  margin-bottom: 0.5em;
}

h6 {
  font-family: "Alata", sans-serif;
  font-size: clamp(18px, 4.26vw, 24px);
  font-weight: 500;
  color: inherit;
  margin-bottom: 0.5em;
}

p {
  font-size: clamp(16px, 4.26vw, 20px);
  line-height: 1.4;
  font-weight: 300;
  color: #3f3f3f;
  margin-bottom: 0.5em;
}

ul {
  font-size: clamp(16px, 4.26vw, 20px);
  line-height: 1.4;
  font-weight: 300;
  color: #3f3f3f;
}

li {
  font-size: inherit;
  line-height: 1.4;
  font-weight: 300;
  color: #3f3f3f;
}

a {
  text-decoration: none;
  color: #208d99;
}
a:hover {
  color: #0e5c64 !important;
}

hr {
  color: #208d99;
}

.fa-solid {
  color: #208d99;
}

ul {
  margin-left: 2em;
}

.wp-block-button__link {
  display: inline-block;
  position: relative;
  background-color: #148793;
  color: #fff;
  border: 1px solid #148793 !important;
  padding: 0.5em 1.1em;
  border-radius: 3px;
  text-decoration: none;
  transition: background-color 0.3s, color 0.3s;
}
.wp-block-button__link::after {
  content: "";
  font-family: "Font Awesome 5 Free";
  font-weight: 700;
  speak: none;
  display: inline-block;
  line-height: 1;
  vertical-align: middle;
  margin-left: 0;
  opacity: 0;
  transform: translateX(-5px);
  transition: opacity 0.3s, transform 0.3s, margin-left 0.3s;
  font-size: 1em;
  color: #148793;
}
.wp-block-button__link:hover {
  background-color: rgba(255, 255, 255, 0.98) !important;
  color: #148793 !important;
  border-color: #148793 !important;
  border-radius: 3px;
}
.wp-block-button__link:hover::after {
  content: "\f054";
  margin-left: 0.5em;
  opacity: 1;
  transform: translateX(0);
}

.wp-block-button__link.has-text-color {
  border-color: #0e5c64;
  color: #148793;
  background: transparent;
}
.wp-block-button__link.has-text-color:hover {
  border-color: rgb(29.6578947368, 194.8947368421, 211.8421052632) !important;
  color: rgb(65.3083832335, 213.7065868263, 229.1916167665) !important;
}
.wp-block-button__link.has-text-color:hover::after {
  color: rgb(65.3083832335, 213.7065868263, 229.1916167665);
}

.page_item {
  list-style: none;
  background: #c7001e;
  margin-bottom: 1em;
  padding: 1em;
  text-align: center;
  font-size: 2em;
  color: white;
  font-weight: 400;
}
.page_item a {
  color: white;
}
.page_item:hover {
  background: rgb(255, 71.5, 99.1633165829);
}

/* Gravity Form Style */
.gform_wrapper .gform-body .gfield_radio .gchoice input.gfield-choice-input[type=radio]:checked {
  background-color: #0768a6;
  border: 3px solid #2EA7F2 !important;
}
.gform_wrapper .gform-body input {
  font-family: inherit !important;
}
.gform_wrapper .gform-body .textarea {
  font-family: inherit !important;
  font-size: 15px;
}
.gform_wrapper .gform_footer .gform_button {
  transition: opacity 0.3s ease;
  background-color: #148793;
  border-radius: 0px;
  padding: calc(0.667em + 2px) calc(1.333em + 2px);
}
.gform_wrapper .gform_footer .gform_button:hover {
  cursor: pointer;
  opacity: 0.8;
}

.gform_confirmation_message {
  font-size: 20px;
  font-weight: 600;
  text-align: center;
}

.carousel-three-slides-text .glide__arrow {
  color: #208d99;
}

body .editor-styles-wrapper {
  font-family: "Lato", sans-serif;
}
body .editor-styles-wrapper h1, body .editor-styles-wrapper h2, body .editor-styles-wrapper h3, body .editor-styles-wrapper h4, body .editor-styles-wrapper h5, body .editor-styles-wrapper h6 {
  font-family: "Alata", sans-serif;
}
body .editor-styles-wrapper a {
  color: #208d99;
}
body .editor-styles-wrapper .wp-block-button__link {
  background-color: #148793;
}
body .editor-styles-wrapper .wp-block-button__link:hover {
  color: white !important;
  background-color: rgb(65.3083832335, 213.7065868263, 229.1916167665);
}
body .editor-styles-wrapper .wp-block-button__link.has-text-color {
  border-color: #148793;
  color: #148793;
  background: transparent;
}
body .editor-styles-wrapper .wp-block-button__link.has-text-color:hover {
  border-color: #148793;
  color: rgb(65.3083832335, 213.7065868263, 229.1916167665) !important;
}

.footer {
  padding: 0;
}
.footer h2,
.footer p {
  padding-left: 0 !important;
}
.footer a {
  text-decoration: underline;
}
.footer a:hover {
  color: #a5a5a5 !important;
}
.footer .wp-block-group:first-child {
  padding: 3em 1em;
  margin: 0 auto 0 auto;
  gap: 2em !important;
}
.footer .wp-block-group:first-child .wp-block-column {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 2em;
}
.footer .wp-block-group:first-child p {
  font-size: 1.75em;
  font-weight: 500;
}
.footer .wp-block-group:first-child i {
  font-size: 5em;
}
.footer .wp-block-group:first-child a {
  text-decoration: underline;
}
.footer .wp-block-group:first-child a:hover {
  color: #a5a5a5 !important;
}
.footer .wp-block-columns {
  max-width: 120em;
  padding: 2em;
  margin: 0;
}
.footer .wp-block-columns p {
  font-size: 1.65em;
  font-weight: 300;
  padding: 0;
}
.footer .wp-block-columns hr {
  margin: 0 0 1em 0;
}
.footer .wp-block-columns h2 {
  padding-top: 2em;
}
.footer .wp-block-group:last-child {
  margin: 0;
  padding: 2em 1em;
}
.footer .wp-block-group:last-child .wp-block-group {
  max-width: 120em;
  margin: auto;
}
.footer .wp-block-group:last-child p {
  font-weight: 300;
  font-size: 1.65em;
}

.header-contact {
  background-color: #c7001e;
}
.header__container {
  padding: 3em 5em;
}
.header__navigation {
  font-size: 1.2em;
}
.header__navigation a {
  color: #fff !important;
  font-weight: 400;
}
.header__sticky .header__container {
  background-color: #fff;
}
@media (max-width: 781px) {
  .header__sticky .header__container {
    padding: 1em 4em;
  }
}
.header__sticky .wp-block-site-logo {
  max-width: 11em;
}
.header__sticky .header__navigation a {
  color: #3f3f3f !important;
  font-weight: 400;
}
.header__sticky .header__navigation a:hover {
  color: #a5a5a5 !important;
}
.header__sticky .header__navigation .wp-block-navigation__submenu-icon {
  height: 1em;
  width: 1em;
  margin-bottom: 0.25em;
}
.header__sticky .header__navigation .wp-block-navigation__submenu-icon svg {
  stroke: black;
}
.header__sticky .wp-block-navigation__submenu-container {
  background-color: #fff !important;
  border: 1px solid rgba(0, 0, 0, 0.15) !important;
}
.header__sticky .wp-block-navigation__submenu-container a {
  color: #3f3f3f !important;
  font-weight: 400;
}
.header__sticky .wp-block-navigation__submenu-container a:hover {
  color: #a5a5a5 !important;
}

.wp-block-site-logo {
  max-width: 15em;
}
@media (max-width: 781px) {
  .wp-block-site-logo {
    max-height: 7em;
  }
}

/*# sourceMappingURL=child-index.css.map*/