/*
Theme Name: AAA Home Care
Author: KME.digital
Author URI: https://kme.digital
Description: 
Tags: accessibility-ready, one-column, two-columns, custom-menu, featured-images, microformats, sticky-post, threaded-comments, translation-ready
Version: 2024.1
Requires at least: 5.2
Tested up to: 6.5
Requires PHP: 7.0
License: GNU General Public License v3 or Later
License URI: https://www.gnu.org/licenses/gpl.html
Text Domain: aaahomecare
*/
.screen-reader-text {
  border: 0;
  clip: rect(1px, 1px, 1px, 1px);
  -webkit-clip-path: inset(50%);
  clip-path: inset(50%);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute !important;
  width: 1px;
  word-wrap: normal !important;
  word-break: normal;
}

.screen-reader-text:focus {
  background-color: #f7f7f7;
  border-radius: 3px;
  box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
  clip: auto !important;
  -webkit-clip-path: none;
  clip-path: none;
  color: #007acc;
  display: block;
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: 700;
  height: auto;
  right: 5px;
  line-height: normal;
  padding: 15px 23px 14px;
  text-decoration: none;
  top: 5px;
  width: auto;
  z-index: 100000;
}

.skip-link {
  left: -9999rem;
  top: 2.5rem;
  z-index: 999999999;
  text-decoration: underline;
}

.skip-link:focus {
  display: block;
  left: 6px;
  top: 7px;
  font-size: 14px;
  font-weight: 600;
  text-decoration: none;
  line-height: normal;
  padding: 15px 23px 14px;
  z-index: 100000;
  right: auto;
}

.visually-hidden:not(:focus):not(:active),
.form-allowed-tags:not(:focus):not(:active) {
  position: absolute !important;
  height: 1px;
  width: 1px;
  overflow: hidden;
  clip: rect(1px 1px 1px 1px);
  clip: rect(1px, 1px, 1px, 1px);
  white-space: nowrap;
}

:focus-visible {
  outline-offset: 3px;
}

html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

html {
  scroll-behavior: smooth;
  scroll-padding: 5rem;
}

body {
  line-height: 1;
}

a {
  text-decoration-skip-ink: auto;
}

a[href^=tel] {
  color: inherit;
  text-decoration: none;
}

ol,
ul {
  list-style: none;
}

blockquote,
q {
  quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
  content: "";
  content: none;
}

q {
  display: inline;
  font-style: italic;
}

q:before {
  content: '"';
  font-style: normal;
}

q:after {
  content: '"';
  font-style: normal;
}

textarea,
input[type=text],
input[type=button],
input[type=submit],
input[type=reset],
input[type=search],
input[type=password] {
  -webkit-appearance: none;
  appearance: none;
  border-radius: 0;
}

input[type=search] {
  -webkit-appearance: textfield;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

th,
td {
  padding: 2px;
}

big {
  font-size: 120%;
}

small,
sup,
sub {
  font-size: 80%;
}

sup {
  vertical-align: super;
}

sub {
  vertical-align: sub;
}

dd {
  margin-left: 20px;
}

kbd,
tt {
  font-family: courier;
  font-size: 12px;
}

ins {
  text-decoration: underline;
}

del,
strike,
s {
  text-decoration: line-through;
}

dt {
  font-weight: bold;
}

address,
cite,
var {
  font-style: italic;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}

* {
  box-sizing: border-box;
  -webkit-tap-highlight-color: transparent;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Epilogue", sans-serif;
  clear: both;
  line-height: 1.2em;
  font-weight: 700;
  letter-spacing: -0.02em;
}

h1 {
  font-size: 3.5rem;
}
@media screen and (max-width: 600px) {
  h1 {
    font-size: 2.5rem;
  }
}

h2 {
  font-size: 3rem;
}
@media screen and (max-width: 600px) {
  h2 {
    font-size: 2rem;
  }
}

h3 {
  font-size: 1.25rem;
}

p {
  line-height: 1.25em;
}

dfn,
cite,
em,
i {
  font-style: italic;
}

address {
  margin: 0 0 1.5em;
}

pre {
  background: none;
  line-height: 1.25em;
  margin-bottom: 1.6em;
  max-width: 100%;
  overflow: auto;
  padding: 1.6em;
}

code,
kbd,
tt,
var {
  font-family: monospace;
}

abbr,
acronym {
  border-bottom: 1px dotted;
  cursor: help;
}

mark,
ins {
  text-decoration: none;
}

big {
  font-size: 125%;
}

html,
body {
  font-family: "Karla", sans-serif;
}

.l-sh {
  font-size: 1.5rem;
  font-weight: 400;
  line-height: 1.5em;
  text-transform: uppercase;
}

.text-lg {
  font-size: 1.25rem;
  line-height: 1.75rem;
}

.text-regular,
p {
  font-size: 1.125rem;
  line-height: 1.625rem;
}

.text-sm {
  font-size: 1rem;
  line-height: 1.25rem;
}

.text-balance {
  text-wrap: balance;
}

:root {
  interpolate-size: allow-keywords;
}

@media (prefers-reduced-motion) {
  * {
    transition: none !important;
    animation: none !important;
  }
}
html,
body {
  overflow-x: clip;
  color: #2B2B2B;
}

body {
  display: flex;
  flex-direction: column;
  min-height: 100vh;
}

.notransition * {
  transition: none !important;
}

img {
  max-width: 100%;
  height: auto;
}

.site-header {
  background: #1f294b;
  box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.3);
  position: relative;
  z-index: 99;
}
.site-header.sticky {
  position: sticky;
  top: 0;
}
.admin-bar .site-header.sticky {
  top: 32px;
}
.site-header__nav-wrapper {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.header--centered .site-header__nav-wrapper {
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  gap: 2rem;
  align-items: center;
  justify-items: center;
}
@media screen and (max-width: 1024px) {
  .header--centered .site-header__nav-wrapper {
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
}

.site-branding {
  max-width: 300px;
}

.menu-toggle {
  cursor: pointer;
  background: transparent;
  display: none;
  border: none;
}
.menu-toggle:focus-visible {
  outline: -webkit-focus-ring-color auto 1px;
}
@media screen and (max-width: 1024px) {
  .menu-toggle {
    position: relative;
    display: block;
    width: 2rem;
    height: 1.25rem;
    line-height: 0;
    height: 1.25rem;
  }
  .menu-toggle span {
    display: block;
    position: absolute;
    height: 0.25rem;
    width: 100%;
    background: #ffffff;
    border-radius: 0.25rem;
    opacity: 1;
    left: 0;
    -webkit-transform: rotate(0);
    -moz-transform: rotate(0);
    -o-transform: rotate(0);
    transform: rotate(0);
    -webkit-transition: 0.25s ease-in-out;
    -moz-transition: 0.25s ease-in-out;
    -o-transition: 0.25s ease-in-out;
    transition: 0.25s ease-in-out;
  }
  .menu-toggle span:nth-child(1) {
    top: 0;
  }
  .menu-toggle span:nth-child(2), .menu-toggle span:nth-child(3) {
    top: 0.5rem;
  }
  .menu-toggle span:nth-child(4) {
    top: 1rem;
  }
  .menu-toggle.open span {
    background: #ffffff;
  }
  .menu-toggle.open span:nth-child(1) {
    top: 1rem;
    width: 0%;
    left: 50%;
  }
  .menu-toggle.open span:nth-child(2) {
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
  }
  .menu-toggle.open span:nth-child(3) {
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
  }
  .menu-toggle.open span:nth-child(4) {
    top: 1rem;
    width: 0%;
    left: 50%;
  }
}

footer {
  margin-top: auto;
  background-color: #1f294b;
}
footer a,
footer a[href^=tel] {
  color: #ffffff;
  text-decoration: none;
  line-height: 1.25em;
  transition: 0.3s ease;
}
footer a:hover,
footer a[href^=tel]:hover {
  color: #f97d4d;
}
footer .current_page_item a {
  color: #f97d4d;
}
footer .footer__wrapper svg {
  flex-shrink: 0;
}
footer .footer__wrapper .footer__logo {
  grid-column: span 2;
}
footer .footer__wrapper .footer__logo img {
  width: 100%;
  max-width: 10.625rem;
}
footer .footer__wrapper .footer__links {
  grid-column-start: 4;
  grid-column-end: 7;
  font-size: 1rem;
  font-weight: 600;
  text-transform: uppercase;
  padding-right: 2rem;
  border-right: 1px solid #f97d4d;
}
@media screen and (max-width: 1240px) {
  footer .footer__wrapper .footer__links {
    grid-column-start: 4;
  }
}
@media screen and (max-width: 1024px) {
  footer .footer__wrapper .footer__links {
    grid-column-start: 3;
    border-right: 0;
  }
}
footer .footer__wrapper .footer__socials .fa-brands::before {
  color: #2B2B2B;
  font-size: 1.375rem;
}
footer .footer__wrapper .footer__socials svg:hover path {
  opacity: 0.8;
}
footer .footer__wrapper .footer__info {
  grid-column: span 4;
  padding-right: 2rem;
  border-right: 1px solid #f97d4d;
}
@media screen and (max-width: 1240px) {
  footer .footer__wrapper .footer__info {
    grid-column: span 5;
  }
}
@media screen and (max-width: 1024px) {
  footer .footer__wrapper .footer__info {
    border-right: 0;
  }
}
footer .footer__wrapper .footer__companies {
  grid-column: span 2;
}
@media screen and (max-width: 1240px) {
  footer .footer__wrapper .footer__companies {
    grid-column-start: 10;
    grid-column-end: 13;
    align-items: flex-end;
    width: 100%;
  }
}
@media screen and (max-width: 767px) {
  footer .footer__wrapper .footer__companies {
    display: flex;
  }
  footer .footer__wrapper .footer__companies img {
    align-self: center;
  }
}
@media screen and (max-width: 767px) {
  footer .footer__wrapper .footer__logo,
  footer .footer__wrapper .footer__links,
  footer .footer__wrapper .footer__info,
  footer .footer__wrapper .footer__companies {
    grid-column: span 12;
    align-items: flex-start;
  }
}

.grid {
  display: grid;
  grid-template-columns: repeat(12, minmax(auto, 1fr));
  grid-gap: 2rem;
}

.grid-gap-5 {
  grid-gap: 5rem;
}
@media screen and (min-width: 1921px) {
  .grid-gap-5\:xl {
    grid-gap: 5rem;
  }
}
@media screen and (max-width: 1240px) {
  .grid-gap-5\:lg {
    grid-gap: 5rem;
  }
}
@media screen and (max-width: 1024px) {
  .grid-gap-5\:md {
    grid-gap: 5rem;
  }
}
@media screen and (max-width: 767px) {
  .grid-gap-5\:sm {
    grid-gap: 5rem;
  }
}
@media screen and (max-width: 600px) {
  .grid-gap-5\:xs {
    grid-gap: 5rem;
  }
}

.grid-gap-4 {
  grid-gap: 4rem;
}
@media screen and (min-width: 1921px) {
  .grid-gap-4\:xl {
    grid-gap: 4rem;
  }
}
@media screen and (max-width: 1240px) {
  .grid-gap-4\:lg {
    grid-gap: 4rem;
  }
}
@media screen and (max-width: 1024px) {
  .grid-gap-4\:md {
    grid-gap: 4rem;
  }
}
@media screen and (max-width: 767px) {
  .grid-gap-4\:sm {
    grid-gap: 4rem;
  }
}
@media screen and (max-width: 600px) {
  .grid-gap-4\:xs {
    grid-gap: 4rem;
  }
}

.grid-gap-3 {
  grid-gap: 3rem;
}
@media screen and (min-width: 1921px) {
  .grid-gap-3\:xl {
    grid-gap: 3rem;
  }
}
@media screen and (max-width: 1240px) {
  .grid-gap-3\:lg {
    grid-gap: 3rem;
  }
}
@media screen and (max-width: 1024px) {
  .grid-gap-3\:md {
    grid-gap: 3rem;
  }
}
@media screen and (max-width: 767px) {
  .grid-gap-3\:sm {
    grid-gap: 3rem;
  }
}
@media screen and (max-width: 600px) {
  .grid-gap-3\:xs {
    grid-gap: 3rem;
  }
}

.grid-gap-2 {
  grid-gap: 2rem;
}
@media screen and (min-width: 1921px) {
  .grid-gap-2\:xl {
    grid-gap: 2rem;
  }
}
@media screen and (max-width: 1240px) {
  .grid-gap-2\:lg {
    grid-gap: 2rem;
  }
}
@media screen and (max-width: 1024px) {
  .grid-gap-2\:md {
    grid-gap: 2rem;
  }
}
@media screen and (max-width: 767px) {
  .grid-gap-2\:sm {
    grid-gap: 2rem;
  }
}
@media screen and (max-width: 600px) {
  .grid-gap-2\:xs {
    grid-gap: 2rem;
  }
}

.grid-gap-1 {
  grid-gap: 1rem;
}
@media screen and (min-width: 1921px) {
  .grid-gap-1\:xl {
    grid-gap: 1rem;
  }
}
@media screen and (max-width: 1240px) {
  .grid-gap-1\:lg {
    grid-gap: 1rem;
  }
}
@media screen and (max-width: 1024px) {
  .grid-gap-1\:md {
    grid-gap: 1rem;
  }
}
@media screen and (max-width: 767px) {
  .grid-gap-1\:sm {
    grid-gap: 1rem;
  }
}
@media screen and (max-width: 600px) {
  .grid-gap-1\:xs {
    grid-gap: 1rem;
  }
}

.flex {
  display: flex;
}
@media screen and (min-width: 1921px) {
  .flex\:xl {
    display: flex;
  }
}
@media screen and (max-width: 1240px) {
  .flex\:lg {
    display: flex;
  }
}
@media screen and (max-width: 1024px) {
  .flex\:md {
    display: flex;
  }
}
@media screen and (max-width: 767px) {
  .flex\:sm {
    display: flex;
  }
}
@media screen and (max-width: 600px) {
  .flex\:xs {
    display: flex;
  }
}

.flex-col {
  flex-direction: column;
}
@media screen and (min-width: 1921px) {
  .flex-col\:xl {
    flex-direction: column;
  }
}
@media screen and (max-width: 1240px) {
  .flex-col\:lg {
    flex-direction: column;
  }
}
@media screen and (max-width: 1024px) {
  .flex-col\:md {
    flex-direction: column;
  }
}
@media screen and (max-width: 767px) {
  .flex-col\:sm {
    flex-direction: column;
  }
}
@media screen and (max-width: 600px) {
  .flex-col\:xs {
    flex-direction: column;
  }
}

.flex-row {
  flex-direction: row;
}
@media screen and (min-width: 1921px) {
  .flex-row\:xl {
    flex-direction: row;
  }
}
@media screen and (max-width: 1240px) {
  .flex-row\:lg {
    flex-direction: row;
  }
}
@media screen and (max-width: 1024px) {
  .flex-row\:md {
    flex-direction: row;
  }
}
@media screen and (max-width: 767px) {
  .flex-row\:sm {
    flex-direction: row;
  }
}
@media screen and (max-width: 600px) {
  .flex-row\:xs {
    flex-direction: row;
  }
}

.gap-5 {
  gap: 5rem;
}
@media screen and (min-width: 1921px) {
  .gap-5\:xl {
    gap: 5rem;
  }
}
@media screen and (max-width: 1240px) {
  .gap-5\:lg {
    gap: 5rem;
  }
}
@media screen and (max-width: 1024px) {
  .gap-5\:md {
    gap: 5rem;
  }
}
@media screen and (max-width: 767px) {
  .gap-5\:sm {
    gap: 5rem;
  }
}
@media screen and (max-width: 600px) {
  .gap-5\:xs {
    gap: 5rem;
  }
}

.gap-4 {
  gap: 4rem;
}
@media screen and (min-width: 1921px) {
  .gap-4\:xl {
    gap: 4rem;
  }
}
@media screen and (max-width: 1240px) {
  .gap-4\:lg {
    gap: 4rem;
  }
}
@media screen and (max-width: 1024px) {
  .gap-4\:md {
    gap: 4rem;
  }
}
@media screen and (max-width: 767px) {
  .gap-4\:sm {
    gap: 4rem;
  }
}
@media screen and (max-width: 600px) {
  .gap-4\:xs {
    gap: 4rem;
  }
}

.gap-3 {
  gap: 3rem;
}
@media screen and (min-width: 1921px) {
  .gap-3\:xl {
    gap: 3rem;
  }
}
@media screen and (max-width: 1240px) {
  .gap-3\:lg {
    gap: 3rem;
  }
}
@media screen and (max-width: 1024px) {
  .gap-3\:md {
    gap: 3rem;
  }
}
@media screen and (max-width: 767px) {
  .gap-3\:sm {
    gap: 3rem;
  }
}
@media screen and (max-width: 600px) {
  .gap-3\:xs {
    gap: 3rem;
  }
}

.gap-2 {
  gap: 2rem;
}
@media screen and (min-width: 1921px) {
  .gap-2\:xl {
    gap: 2rem;
  }
}
@media screen and (max-width: 1240px) {
  .gap-2\:lg {
    gap: 2rem;
  }
}
@media screen and (max-width: 1024px) {
  .gap-2\:md {
    gap: 2rem;
  }
}
@media screen and (max-width: 767px) {
  .gap-2\:sm {
    gap: 2rem;
  }
}
@media screen and (max-width: 600px) {
  .gap-2\:xs {
    gap: 2rem;
  }
}

.gap-1 {
  gap: 1rem;
}
@media screen and (min-width: 1921px) {
  .gap-1\:xl {
    gap: 1rem;
  }
}
@media screen and (max-width: 1240px) {
  .gap-1\:lg {
    gap: 1rem;
  }
}
@media screen and (max-width: 1024px) {
  .gap-1\:md {
    gap: 1rem;
  }
}
@media screen and (max-width: 767px) {
  .gap-1\:sm {
    gap: 1rem;
  }
}
@media screen and (max-width: 600px) {
  .gap-1\:xs {
    gap: 1rem;
  }
}

.gap-0_5 {
  gap: 0.5rem;
}

.gap-0_25 {
  gap: 0.25rem;
}

.justify-start {
  justify-content: flex-start;
}

.justify-center {
  justify-content: center;
}

.justify-end {
  justify-content: flex-end;
}

.justify-items-start {
  justify-items: start;
}

.justify-items-center {
  justify-items: center;
}

.justify-items-end {
  justify-items: end;
}

.justify-self-start {
  justify-self: start;
}

.justify-self-center {
  justify-self: center;
}

.justify-self-end {
  justify-self: end;
}

.content-start {
  align-content: flex-start;
}

.content-center {
  align-content: center;
}

.content-end {
  align-content: flex-end;
}

.flex-wrap {
  flex-wrap: wrap;
}

.items-start {
  align-items: flex-start;
}

.items-center {
  align-items: center;
}

.items-end {
  align-items: flex-end;
}

.self-start {
  align-self: start;
}

.self-center {
  align-self: center;
}

.self-end {
  align-self: end;
}

.container {
  width: 100%;
  max-width: 1240px;
  margin: 0 auto;
}

details {
  width: 100%;
  position: relative;
  padding-bottom: 0.9375rem;
  line-height: 1.25em;
  overflow: hidden;
}
details > p {
  padding-top: 0.9375rem;
}
details::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 2px;
  background: #1f294b;
}
details::details-content {
  block-size: 0;
  transition: block-size 0.6s, content-visibility 0.6s;
  transition-behavior: allow-discrete;
}
details[open]::details-content {
  block-size: auto;
}
details[open] summary:after {
  transform: rotate(180deg);
  top: 0px;
}

summary {
  cursor: pointer;
  position: relative;
  display: flex;
  list-style-position: outside;
  align-items: center;
  justify-content: space-between;
  margin-left: 0;
  padding: 0;
  transition: 0.3s ease all;
}
summary::-webkit-details-marker {
  display: none;
}
summary:focus-visible {
  margin: 4px;
}
summary::after {
  content: "";
  position: absolute;
  right: 0;
  top: 9px;
  width: 14px;
  height: 8px;
  display: inline-block;
  mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='14' height='8' viewBox='0 0 14 8' fill='none'%3E%3Cpath d='M13.2723 -0.000976562L6.99998 6.48828L0.727735 -0.000976562L0 0.756855L6.99998 7.99902L14 0.756855L13.2723 -0.000976562Z' fill='%23013D5B'/%3E%3C/svg%3E");
  mask-size: contain;
  mask-repeat: no-repeat;
  background-color: #1f294b;
  transition: 0.3s;
}
summary:hover {
  color: #f97d4d;
}
summary:hover::after {
  background-color: #f97d4d;
}

.btn {
  display: block;
  font-size: 1rem;
  font-weight: 600;
  line-height: 1.25em;
  text-transform: uppercase;
  text-decoration: none;
  padding: 0.75rem 2.5rem;
  border: 1px solid;
  border-radius: 0.625rem;
  transition: 0.3s ease background, 0.3s ease color, 0.3s ease border-color;
}
.btn--primary {
  color: #ffffff;
  background: #1f294b;
  border-color: #1f294b;
}
.btn--primary:hover {
  color: #1f294b;
  background: #f97d4d;
  border-color: #f97d4d;
}
.btn--secondary {
  color: #1f294b;
  background: #f97d4d;
  border-color: #f97d4d;
}
.btn--secondary:hover {
  color: #ffffff;
  background: #1f294b;
  border-color: #1f294b;
}
.btn--tertiary {
  color: #1f294b;
  background: #ffffff;
  border-color: #ffffff;
}
.btn--tertiary:hover {
  background: transparent;
  color: #ffffff;
  border-color: #ffffff;
}

.card {
  border: 1px solid #2B2B2B;
  background: #ffffff;
  align-items: start;
  padding-bottom: 1.5rem;
}
.card img {
  width: 100%;
}
.card__content-wrapper {
  padding: 1.5rem 2rem;
}
.card__cta-wrapper {
  margin-top: auto;
  padding: 0 2rem;
}
.card__cta-wrapper .btn {
  text-align: center;
}

.gform_wrapper {
  padding: 2rem;
  background: #ffffff;
  border-radius: 5px;
}

.gform_wrapper-heading {
  font-weight: 500;
  margin-bottom: 1.5rem;
}

.gform_wrapper .gform_required_legend {
  display: none;
}

.gform_wrapper .general-contact-form .gform_fields {
  row-gap: 1.25rem !important;
}
.gform_wrapper .general-contact-form label.gfield_label {
  font-weight: 500;
  font-size: 1rem;
  line-height: 1.25em;
}
.gform_wrapper .general-contact-form input:not([type=submit]),
.gform_wrapper .general-contact-form textarea {
  border: 1px solid #2B2B2B;
}
.gform_wrapper .general-contact-form .gform_button.button {
  display: block;
  font-size: 1rem;
  font-weight: 600;
  line-height: 1.25em;
  text-transform: uppercase;
  text-decoration: none;
  padding: 0.75rem 2.5rem;
  border: 1px solid;
  border-radius: 0.625rem;
  transition: 0.3s ease background, 0.3s ease color, 0.3s ease border-color;
  cursor: pointer;
  margin-bottom: 0;
  color: #1f294b;
  background: #f97d4d;
  border-color: #f97d4d;
}
.gform_wrapper .general-contact-form .gform_button.button:hover {
  color: #ffffff;
  background: #1f294b;
  border-color: #1f294b;
}
@media screen and (max-width: 767px) {
  .gform_wrapper .general-contact-form .gform_button.button {
    line-height: inherit !important;
  }
}

.gform_wrapper .gform_footer {
  justify-content: center;
}

.btn {
  display: block;
  font-size: 1rem;
  font-weight: 600;
  line-height: 1.25em;
  text-transform: uppercase;
  text-decoration: none;
  padding: 0.75rem 2.5rem;
  border: 1px solid;
  border-radius: 0.625rem;
  transition: 0.3s ease background, 0.3s ease color, 0.3s ease border-color;
}
.btn--primary {
  color: #ffffff;
  background: #1f294b;
  border-color: #1f294b;
}
.btn--primary:hover {
  color: #1f294b;
  background: #f97d4d;
  border-color: #f97d4d;
}
.btn--secondary {
  color: #1f294b;
  background: #f97d4d;
  border-color: #f97d4d;
}
.btn--secondary:hover {
  color: #ffffff;
  background: #1f294b;
  border-color: #1f294b;
}
.btn--tertiary {
  color: #1f294b;
  background: #ffffff;
  border-color: #ffffff;
}
.btn--tertiary:hover {
  background: transparent;
  color: #ffffff;
  border-color: #ffffff;
}

.header--centered .menu-main-menu-left-container .menu {
  justify-content: flex-start;
}
.header--centered .menu-main-menu-right-container .menu {
  justify-content: flex-end;
}
.header--centered .main-navigation--mobile {
  display: none;
}
@media screen and (max-width: 1024px) {
  .header--centered .main-navigation--left, .header--centered .main-navigation--right {
    display: none;
  }
  .header--centered .main-navigation--mobile {
    display: block;
    visibility: hidden;
    opacity: 0;
    width: 100%;
    position: absolute;
    z-index: 99;
    top: 100%;
    left: 0;
    background: #ffffff;
    box-shadow: 0 2px 5px rgba(17, 17, 17, 0.6);
    transform: translateY(-10px);
    transition: 0.3s ease all;
  }
  .header--centered .main-navigation--mobile.open {
    visibility: visible;
    opacity: 1;
    transform: translateY(0px);
  }
}

.main-navigation {
  position: relative;
  width: 100%;
}
@media screen and (max-width: 1024px) {
  .main-navigation {
    visibility: hidden;
    opacity: 0;
    width: 100%;
    position: absolute;
    z-index: 99;
    top: 100%;
    left: 0;
    background: #ffffff;
    box-shadow: 0 2px 5px rgba(17, 17, 17, 0.6);
    transform: translateY(-10px);
    transition: 0.3s ease all;
  }
  .main-navigation.open {
    visibility: visible;
    opacity: 1;
    transform: translateY(0px);
  }
}

.main-navigation .menu {
  display: flex;
  gap: 2rem;
  justify-content: flex-end;
}
@media screen and (max-width: 1024px) {
  .main-navigation .menu {
    flex-direction: column;
    gap: 0;
  }
}

.main-navigation .menu .menu-item {
  position: relative;
  display: flex;
  align-items: center;
  gap: 0.5rem;
}
@media screen and (max-width: 1024px) {
  .main-navigation .menu .menu-item {
    padding: 0.75rem 1.625rem;
    justify-content: space-between;
    flex-wrap: wrap;
  }
}
.main-navigation .menu .menu-item.focus > .sub-menu {
  visibility: visible;
  opacity: 1;
}
@media screen and (max-width: 1024px) {
  .main-navigation .menu .menu-item.focus > .sub-menu {
    max-height: 100vh;
  }
  @supports (interpolate-size: allow-keywords) {
    .main-navigation .menu .menu-item.focus > .sub-menu {
      height: max-content;
    }
  }
}
@media screen and (min-width: 1025px) {
  .main-navigation .menu .menu-item:hover > .sub-menu {
    visibility: visible;
    opacity: 1;
  }
}

.main-navigation .menu .menu-item.menu-button a {
  display: block;
  font-size: 1rem;
  font-weight: 600;
  line-height: 1.25em;
  text-transform: uppercase;
  text-decoration: none;
  padding: 0.75rem 2.5rem;
  border: 1px solid;
  border-radius: 0.625rem;
  transition: 0.3s ease background, 0.3s ease color, 0.3s ease border-color;
  color: #1f294b;
  background: #f97d4d;
  border-color: #f97d4d;
}
.main-navigation .menu .menu-item.menu-button a:hover {
  background: transparent;
  color: #f97d4d;
  border-color: #f97d4d;
}

@media screen and (max-width: 1024px) {
  .main-navigation .menu .menu-item.menu-item-has-children {
    padding-bottom: 0rem;
  }
}

.main-navigation .menu .menu-item:not(.menu-button) a,
.menu-main-menu__item-title {
  color: #ffffff;
  font-size: 1rem;
  font-weight: 600;
  text-transform: uppercase;
  text-decoration: none;
  display: block;
  transition: 0.3s ease color;
  width: 100%;
}
@media screen and (max-width: 1024px) {
  .main-navigation .menu .menu-item:not(.menu-button) a,
  .menu-main-menu__item-title {
    width: auto;
    color: #2B2B2B;
  }
}
.main-navigation .menu .menu-item:not(.menu-button) a:hover,
.menu-main-menu__item-title:hover {
  color: #f97d4d;
}
.main-navigation .menu .menu-item:not(.menu-button) a + button svg,
.menu-main-menu__item-title + button svg {
  stroke: #2B2B2B;
}
@media screen and (max-width: 1024px) {
  .main-navigation .menu .menu-item:not(.menu-button) a + button svg,
  .menu-main-menu__item-title + button svg {
    stroke: #2B2B2B;
  }
}

.main-navigation .menu .menu-item.current_page_item a {
  color: #f97d4d;
}

.main-navigation .menu .menu-item .sub-menu {
  position: absolute;
  width: auto;
  min-width: 10em;
  max-width: 320px;
  top: 100%;
  background-color: #ffffff;
  box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.2);
  visibility: hidden;
  transition: 0.3s ease all;
  opacity: 0;
  z-index: 1;
}
@media screen and (max-width: 1024px) {
  .main-navigation .menu .menu-item .sub-menu {
    position: relative;
    width: 100%;
    opacity: 1;
    top: 0;
    box-shadow: none;
    max-width: 100%;
    max-height: 0vh;
    overflow: hidden;
  }
  @supports (interpolate-size: allow-keywords) {
    .main-navigation .menu .menu-item .sub-menu {
      height: 0;
      max-height: initial;
    }
  }
}

.main-navigation .menu .menu-item .sub-menu .menu-item {
  margin: 0;
  font-weight: 600;
  justify-content: space-between;
}
.main-navigation .menu .menu-item .sub-menu .menu-item a {
  padding: 0.75rem;
  color: #2B2B2B;
  font-size: 0.875rem;
  font-weight: 400;
}
@media screen and (max-width: 1024px) {
  .main-navigation .menu .menu-item .sub-menu .menu-item a {
    padding: 0;
  }
}
.main-navigation .menu .menu-item .sub-menu .menu-item a:hover {
  color: #f97d4d;
}
.main-navigation .menu .menu-item .sub-menu .menu-item a + button svg {
  stroke: #2B2B2B;
}
@media screen and (max-width: 1024px) {
  .main-navigation .menu .menu-item .sub-menu .menu-item {
    border: none;
  }
}
.main-navigation .menu .menu-item .sub-menu .menu-item .menu-main-menu__submenu-icon {
  margin-right: 0.75rem;
}
@media screen and (max-width: 1024px) {
  .main-navigation .menu .menu-item .sub-menu .menu-item .menu-main-menu__submenu-icon {
    margin-right: 0;
  }
}

.main-navigation .menu .menu-item .sub-menu .sub-menu {
  width: 100%;
  top: 0;
  left: 100%;
}
@media screen and (max-width: 1024px) {
  .main-navigation .menu .menu-item .sub-menu .sub-menu {
    position: relative;
    width: 100%;
    top: 0;
    left: 0;
    box-shadow: none;
  }
}

.menu-main-menu__submenu-icon {
  border: none;
  width: 12px;
  height: 12px;
  position: relative;
  background: none;
}
.menu-main-menu__submenu-icon:focus-visible {
  outline: solid 1px;
}
.menu-main-menu__submenu-icon svg {
  position: absolute;
  left: 0;
  top: 0;
  transition: 0.3s ease transform;
}
.menu-main-menu__submenu-icon[aria-expanded=true] svg {
  transform: rotate(-180deg);
}

@media screen and (min-width: 1025px) {
  .main-navigation .menu-item:hover > .menu-main-menu__submenu-icon svg {
    transform: rotate(-180deg);
  }
}
[popover]:popover-open {
  opacity: 1;
}

@starting-style {
  [popover]:popover-open {
    opacity: 0;
  }
}
[popover]:popover-open::backdrop {
  background-color: rgba(0, 0, 0, 0.5);
  backdrop-filter: blur(3px);
}

@starting-style {
  [popover]:popover-open::backdrop {
    background-color: rgba(0, 0, 0, 0);
    backdrop-filter: blur(0px);
  }
}
[popover] {
  max-width: 600px;
  margin: auto;
  padding: 2rem;
  background-color: #ffffff;
  border-radius: 12px;
  box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
  transition: all 0.7s ease;
}
[popover]::backdrop {
  transition: all 0.7s ease;
}
[popover] img {
  max-width: 120px;
}

.post-card {
  display: flex;
  flex-direction: column;
  background-color: #ffffff;
  border-radius: 4px;
  overflow: hidden;
  box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
  transition: 0.3s ease box-shadow;
}
.post-card:hover {
  box-shadow: 0px 8px 8px 0px rgba(0, 0, 0, 0.25);
}
.post-card__image {
  width: 100%;
  height: 250px;
  object-fit: cover;
  object-position: top;
  transition: transform 0.3s ease;
}
.post-card__image.placeholder-image {
  background: #1f294b;
  object-fit: none;
  object-position: center;
}
.post-card__image.placeholder-image img {
  padding-block: 2rem;
  object-fit: contain;
}
.post-card__content {
  flex: 1;
  background-color: #ffffff;
  padding: 1.5rem 1.125rem;
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 0.5rem;
}
.post-card__wrapper {
  display: flex;
  align-items: center;
  gap: 0.5rem;
}
.post-card__title {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  text-overflow: ellipsis;
}
.post-card__blurb {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
  text-overflow: ellipsis;
}
.post-card__link {
  margin-top: auto;
  color: #2B2B2B;
  transition: 0.3s ease color;
}
.post-card__link:hover {
  color: #1f294b;
}
.post-card .entry-meta {
  margin-bottom: 0.5rem;
}

.post-pagination {
  line-height: 5em;
}
.post-pagination .page-numbers {
  text-decoration: none;
  color: #1f294b;
  transition: 0.3s ease color;
}
.post-pagination .page-numbers.current {
  color: #f97d4d;
}
.post-pagination .page-numbers:not(:last-child) {
  margin-right: 8px;
}
@media screen and (max-width: 600px) {
  .post-pagination .page-numbers:not(:last-child) {
    margin-right: 4px;
  }
}
.post-pagination .page-numbers:not(:first-child) {
  margin-left: 8px;
}
@media screen and (max-width: 600px) {
  .post-pagination .page-numbers:not(:first-child) {
    margin-left: 4px;
  }
}
.post-pagination .page-numbers:not(.current):hover {
  color: #f97d4d;
}
@media screen and (max-width: 600px) {
  .post-pagination .page-numbers {
    font-size: 0.875rem;
  }
}

.search-form {
  display: flex;
  min-height: 50px;
  overflow: hidden;
  background-color: #efefef;
  border: 1px solid #efefef;
  border-radius: 100px;
}
.search-form label {
  flex: 1;
}
.search-form input {
  width: 100%;
  height: 100%;
  padding-left: 1rem;
  padding-right: 1rem;
  background: none;
  border: 0;
  font-size: 16px;
  line-height: 1;
}
.search-form input:focus {
  outline: none;
  border: 2px solid #0033cc;
  border-top-left-radius: 100px;
  border-bottom-left-radius: 100px;
}
.search-form button {
  cursor: pointer;
  min-width: 50px;
  background-color: transparent;
  border: none;
  padding-left: 0;
  transition: 0.3s ease background-color;
}
.search-form button i {
  transition: 0.3s ease color;
}
.search-form button:focus, .search-form button:hover {
  background-color: #1f294b;
}
.search-form button:focus i, .search-form button:hover i {
  color: #ffffff;
}
.search-form button:focus-visible {
  margin: 4px;
}

div[class*=swiper].swiper {
  width: calc(100% - 2px);
  height: auto;
}
div[class*=swiper].swiper.few-slides {
  padding-bottom: 0;
}
div[class*=swiper].swiper.few-slides .swiper-wrapper {
  justify-content: center;
}
@media screen and (max-width: 1024px) {
  div[class*=swiper].swiper.few-slides {
    padding-bottom: 2.5rem;
  }
  div[class*=swiper].swiper.few-slides .swiper-wrapper {
    justify-content: unset;
  }
}
div[class*=swiper].swiper .swiper-button-next,
div[class*=swiper].swiper .swiper-button-prev {
  background: transparent;
  border: none;
  color: #f97d4d;
}
div[class*=swiper].swiper .swiper-pagination-bullet {
  background-color: #f97d4d;
}
div[class*=swiper].swiper .swiper-wrapper .swiper-slide {
  height: auto;
  width: 100%;
  display: flex;
  margin-bottom: 40px;
}
div[class*=swiper].swiper .swiper-wrapper .swiper-slide .vbox-item:focus-visible {
  outline-offset: -2px;
}

.copy-image.background--primary {
  background-color: #1f294b;
}
.copy-image.background--secondary {
  background-color: #f97d4d;
}

.copy-image__copy {
  align-self: center;
  display: flex;
  flex-direction: column;
  gap: 1.25rem;
  align-items: start;
}
.two-column.content-left .copy-image__copy {
  order: 0;
}
@media screen and (max-width: 767px) {
  .flip-columns-mobile .two-column.content-left .copy-image__copy {
    order: 1;
  }
}
.two-column.content-right .copy-image__copy {
  order: 1;
}
@media screen and (max-width: 767px) {
  .flip-columns-mobile .two-column.content-right .copy-image__copy {
    order: 0;
  }
}

.copy-image__accent-text {
  font-size: 0.875rem;
  line-height: 1.25em;
  text-transform: uppercase;
}

.two-column.content-left .copy-image__image {
  order: 1;
}
.two-column.content-right .copy-image__image {
  order: 0;
}

.content-left.two-column--left-one-third .copy-image__copy {
  grid-column: span 4;
}
.content-left.two-column--left-one-third .copy-image__image {
  grid-column: 6/-1;
}

.content-left.two-column--left-one-half .copy-image__copy {
  grid-column: span 6;
}
.content-left.two-column--left-one-half .copy-image__image {
  grid-column: 6;
}

.content-left.two-column--left-two-thirds .copy-image__copy {
  grid-column: span 7;
}
.content-left.two-column--left-two-thirds .copy-image__image {
  grid-column: 9/-1;
}

.content-right.two-column--left-one-third .copy-image__copy {
  grid-column: 6/-1;
}
.content-right.two-column--left-one-third .copy-image__image {
  grid-column: span 4;
}

.content-right.two-column--left-one-half .copy-image__copy {
  grid-column: span 6;
}
.content-right.two-column--left-one-half .copy-image__image {
  grid-column: span 6;
}

.content-right.two-column--left-two-thirds .copy-image__copy {
  grid-column: 9/-1;
}
.content-right.two-column--left-two-thirds .copy-image__image {
  grid-column: span 7;
}

.cta-section {
  position: relative;
  display: flex;
  align-items: center;
  background-image: var(--bg-desktop) !important;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
@media screen and (max-width: 600px) {
  .cta-section {
    min-height: 25rem;
    background-image: var(--bg-mobile) !important;
  }
}
.cta-section.bg-image {
  min-height: 540px;
}
.cta-section.bg-color--primary {
  background: #ffffff;
}
.cta-section.bg-color--secondary {
  background: #f97d4d;
}
.cta-section.bg-color--secondary .cta-section__blurb {
  font-weight: 700;
}
.cta-section .items-start .cta-section__accent-text,
.cta-section .items-start .cta-section__title,
.cta-section .items-start .cta-section__blurb {
  max-width: 390px;
  text-align: left;
}
.cta-section .items-center .cta-section__accent-text,
.cta-section .items-center .cta-section__title,
.cta-section .items-center .cta-section__blurb {
  max-width: 850px;
  text-align: center;
}
.cta-section__blurb {
  max-width: 800px;
}

.dynamic-columns__section-title {
  text-align: center;
  color: #1f294b;
}

.dynamic-columns__accent-text {
  text-align: center;
  font-size: 0.875rem;
  line-height: 1.25em;
}

.dynamic-columns__section-blurb {
  text-align: center;
  margin: 0 auto;
  max-width: 48.75rem;
}

.dynamic-column-wrapper.three-columns {
  display: grid;
  grid-template-columns: repeat(auto-fit, calc((100% - 4rem) / 3));
  grid-gap: 2rem;
  justify-content: center;
  margin-top: 2rem;
}
@media screen and (max-width: 1024px) {
  .dynamic-column-wrapper.three-columns {
    grid-gap: 2rem;
    grid-template-columns: repeat(auto-fit, calc((100% - 2rem) / 2));
  }
}
@media screen and (max-width: 600px) {
  .dynamic-column-wrapper.three-columns {
    grid-gap: 3rem;
    grid-template-columns: repeat(auto-fit, calc((100% - 0rem) / 1));
  }
}

.dynamic-column-wrapper.four-columns {
  display: grid;
  grid-template-columns: repeat(auto-fit, calc((100% - 6rem) / 4));
  grid-gap: 2rem;
  justify-content: center;
  margin-top: 2rem;
}
@media screen and (max-width: 1024px) {
  .dynamic-column-wrapper.four-columns {
    grid-gap: 2rem;
    grid-template-columns: repeat(auto-fit, calc((100% - 2rem) / 2));
  }
}
@media screen and (max-width: 600px) {
  .dynamic-column-wrapper.four-columns {
    grid-gap: 3rem;
    grid-template-columns: repeat(auto-fit, calc((100% - 0rem) / 1));
  }
}

.dynamic-column {
  align-items: start;
}
.dynamic-column img {
  width: 100%;
  margin-bottom: 0.5rem;
}
.dynamic-column__blurb {
  margin-bottom: 0.5rem;
}
.dynamic-column .btn {
  margin-top: auto;
  text-align: center;
}
.dynamic-column.column-link {
  position: relative;
  border-radius: 12px;
  overflow: hidden;
}
.dynamic-column.column-link img {
  margin-bottom: 0;
}
.dynamic-column.column-link .dynamic-column__title {
  z-index: 2;
  position: absolute;
  bottom: 1.25rem;
  left: 50%;
  transform: translateX(-50%);
  color: #ffffff;
  text-align: center;
  font-family: "Karla", sans-serif;
  font-size: 1.125rem;
  font-weight: 800;
  line-height: 1.5em;
  text-transform: uppercase;
  text-wrap: nowrap;
  transition: all 0.6s ease;
}
@media screen and (max-width: 600px) {
  .dynamic-column.column-link .dynamic-column__title {
    text-wrap: wrap;
  }
}
.dynamic-column.column-link::after {
  z-index: 1;
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(180deg, rgba(13, 33, 61, 0) 0%, rgba(13, 33, 61, 0.25) 33%, rgba(13, 33, 61, 0.5) 66%, #0D213D 100%);
  transition: all 0.6s ease;
}
.dynamic-column.column-link:hover .dynamic-column__title {
  color: #1f294b;
}
.dynamic-column.column-link:hover::after {
  background: linear-gradient(180deg, rgba(223, 165, 40, 0) 0%, rgba(223, 165, 40, 0.25) 33%, rgba(223, 165, 40, 0.5) 66%, #DFA528 100%);
}

.hero-section {
  position: relative;
  display: flex;
  min-height: 635px;
  align-items: center;
  background-image: var(--bg-desktop) !important;
  background-size: cover;
  background-position: top;
  background-repeat: no-repeat;
}
@media screen and (max-width: 600px) {
  .hero-section {
    min-height: 25rem;
    background-image: var(--bg-mobile) !important;
  }
}
.hero-section.bg-image::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.7);
  z-index: 0;
}
.hero-section.bg-color--primary {
  background: #1f294b;
}
.hero-section.bg-color--secondary {
  background: #f97d4d;
}

.hero-section__copy,
.hero-section__image,
.hero-section__form {
  position: relative;
  z-index: 1;
}

.hero-section__copy {
  display: flex;
  flex-direction: column;
  gap: 0.75rem;
  align-items: start;
  color: #ffffff;
}
.one-column .hero-section__copy.justify-self-start {
  grid-column: span 12;
  max-width: 550px;
}
.one-column .hero-section__copy.justify-self-center {
  grid-column: span 12;
  max-width: 780px;
  align-items: center;
  text-align: center;
}
.one-column .hero-section__copy.justify-self-center .hero-section__blurb {
  max-width: 570px;
}
.one-column .hero-section__copy.justify-self-end {
  grid-column: span 12;
  max-width: 476px;
}
.two-column .hero-section__copy {
  align-self: center;
  grid-column: 1/span 5;
}
.two-column.content-left .hero-section__copy {
  order: 0;
}
@media screen and (max-width: 1024px) {
  .two-column.content-left .hero-section__copy {
    grid-column: 1/span 6;
  }
}
@media screen and (max-width: 767px) {
  .two-column.content-left .hero-section__copy {
    order: 1;
  }
}
.two-column.content-right .hero-section__copy {
  order: 1;
  grid-column: 8/span 5;
}
@media screen and (max-width: 1024px) {
  .two-column.content-right .hero-section__copy {
    grid-column: 7/span 6;
  }
}

.two-column .hero-section__image {
  grid-column: 7/span 6;
}
.two-column.content-left .hero-section__image {
  order: 1;
}
@media screen and (max-width: 767px) {
  .two-column.content-left .hero-section__image {
    order: 0;
  }
}
.two-column.content-right .hero-section__image {
  order: 0;
  grid-column: 1/span 6;
}

.two-column .hero-section__form {
  grid-column: 7/span 6;
}
.two-column.content-left .hero-section__form {
  order: 1;
}
.two-column.content-right .hero-section__form {
  order: 0;
  grid-column: 1/span 6;
}
@media screen and (max-width: 767px) {
  .two-column.content-right .hero-section__form {
    order: 1;
  }
}

.hero-section__sub-heading {
  font-size: 1.375rem;
  text-transform: uppercase;
}

.hero-section__blurb {
  font-size: 1.25rem;
  line-height: 1.4em;
}

.hero-section__cta-button {
  margin-top: 0.625rem;
}

.hero-section__form {
  padding: 2rem;
  background: #ffffff;
  border-radius: 5px;
}
@media screen and (max-width: 767px) {
  .hero-section__form {
    margin-top: 2rem;
  }
}

.hero-section__form-heading {
  font-weight: 500;
  margin-bottom: 1.5rem;
}

.hero-section__form .gform_required_legend {
  display: none;
}

.hero-section__form .general-contact-form .gform_fields {
  row-gap: 1.25rem !important;
}
.hero-section__form .general-contact-form label.gfield_label {
  font-weight: 500;
  font-size: 1rem;
  line-height: 1.25em;
}
.hero-section__form .general-contact-form input:not([type=submit]),
.hero-section__form .general-contact-form textarea {
  border: 1px solid #2B2B2B;
}
.hero-section__form .general-contact-form .gform_button.button {
  display: block;
  font-size: 1rem;
  font-weight: 600;
  line-height: 1.25em;
  text-transform: uppercase;
  text-decoration: none;
  padding: 0.75rem 2.5rem;
  border: 1px solid;
  border-radius: 0.625rem;
  transition: 0.3s ease background, 0.3s ease color, 0.3s ease border-color;
  color: #ffffff;
  background: #2B2B2B;
  cursor: pointer;
  margin-bottom: 0;
  border-color: #2B2B2B;
}
@media screen and (max-width: 767px) {
  .hero-section__form .general-contact-form .gform_button.button {
    line-height: inherit !important;
  }
}
.hero-section__form .general-contact-form .gform_button.button:hover {
  background: #ffffff;
  color: #2B2B2B;
  border-color: #2B2B2B;
}

.image-gallery__container {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  column-gap: 3rem;
  row-gap: 1.5rem;
}
@media screen and (max-width: 767px) {
  .image-gallery__container {
    display: grid;
    grid-template-columns: 1fr 1fr;
    justify-items: center;
    gap: 2rem;
  }
}
.image-gallery__container img {
  max-height: 60px;
  width: auto;
}

.images-slider {
  background-color: #ffffff;
}
.images-slider__accent-text {
  font-size: 0.875rem;
  line-height: 1.25em;
}
.images-slider__image {
  width: 100%;
  height: 100%;
  aspect-ratio: 1/1;
  object-fit: cover;
  border-radius: 12px;
}

.testimonials-section {
  position: relative;
  display: flex;
  align-items: center;
  background-image: var(--bg-desktop) !important;
}
@media screen and (max-width: 600px) {
  .testimonials-section {
    min-height: 25rem;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    background-image: var(--bg-mobile) !important;
  }
}
.testimonials-section.bg-image {
  color: #ffffff;
}
.testimonials-section.bg-image::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.35);
  z-index: 0;
}
.testimonials-section.bg-color--primary {
  background: #1f294b;
  color: #ffffff;
}
.testimonials-section.bg-color--primary .testimonials-slider__title {
  color: #f97d4d;
}
.testimonials-section.bg-color--secondary {
  background: #f97d4d;
}

.testimonials-slider__content {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 3.625rem;
  padding: 0 2rem;
  max-width: 55.625rem;
  width: 100%;
  height: 100%;
}
@media screen and (max-width: 767px) {
  .testimonials-slider__content {
    flex-direction: column;
    gap: 2rem;
    justify-content: center;
  }
}
.testimonials-slider__author-image {
  max-width: 19.0625rem;
  width: 100%;
  border-radius: 12px;
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  .testimonials-slider__author-image {
    max-width: 100%;
    height: auto;
  }
}
.testimonials-slider__copy {
  display: flex;
  flex-direction: column;
  gap: 1.75rem;
  align-items: flex-start;
  text-align: left;
}
@media screen and (max-width: 767px) {
  .testimonials-slider__copy {
    align-items: center;
    text-align: center;
    gap: 0.75rem;
  }
}

.animate {
  transition: 1s opacity;
  transition-delay: 0.3s;
}
@media (prefers-reduced-motion) {
  .animate {
    opacity: 1 !important;
    transform: none !important;
  }
}
.animate.fadeIn {
  opacity: 0;
}
.animate.fadeIn.animated {
  opacity: 1;
}
.animate.fadeInLeft {
  opacity: 0;
  transform: translateX(-10px);
}
.animate.fadeInLeft.animated {
  opacity: 1;
  transform: none;
}
.animate.fadeInRight {
  opacity: 0;
  transform: translateX(10px);
}
.animate.fadeInRight.animated {
  opacity: 1;
  transform: none;
}
.animate.fadeInTop {
  opacity: 0;
  transform: translateY(-10px);
}
.animate.fadeInTop.animated {
  opacity: 1;
  transform: none;
}
.animate.fadeInBottom {
  opacity: 0;
  transform: translateY(10px);
}
.animate.fadeInBottom.animated {
  opacity: 1;
  transform: none;
}

.delay-1 {
  transition-delay: 0.45s;
}
@media screen and (max-width: 767px) {
  .delay-1 {
    transition-delay: 0.3s;
  }
}

.delay-2 {
  transition-delay: 0.6s;
}
@media screen and (max-width: 767px) {
  .delay-2 {
    transition-delay: 0.3s;
  }
}

.delay-3 {
  transition-delay: 0.75s;
}
@media screen and (max-width: 767px) {
  .delay-3 {
    transition-delay: 0.3s;
  }
}

.delay-4 {
  transition-delay: 0.9s;
}
@media screen and (max-width: 767px) {
  .delay-4 {
    transition-delay: 0.3s;
  }
}

.delay-5 {
  transition-delay: 1.05s;
}
@media screen and (max-width: 767px) {
  .delay-5 {
    transition-delay: 0.3s;
  }
}

.delay-6 {
  transition-delay: 1.2s;
}
@media screen and (max-width: 767px) {
  .delay-6 {
    transition-delay: 0.3s;
  }
}

.delay-7 {
  transition-delay: 1.35s;
}
@media screen and (max-width: 767px) {
  .delay-7 {
    transition-delay: 0.3s;
  }
}

.delay-8 {
  transition-delay: 1.5s;
}
@media screen and (max-width: 767px) {
  .delay-8 {
    transition-delay: 0.3s;
  }
}

.display-none {
  display: none;
}
@media screen and (min-width: 1921px) {
  .display-none\:xl {
    display: none;
  }
}
@media screen and (max-width: 1240px) {
  .display-none\:lg {
    display: none;
  }
}
@media screen and (max-width: 1024px) {
  .display-none\:md {
    display: none;
  }
}
@media screen and (max-width: 767px) {
  .display-none\:sm {
    display: none;
  }
}
@media screen and (max-width: 600px) {
  .display-none\:xs {
    display: none;
  }
}

.px-5 {
  padding-left: 5rem;
  padding-right: 5rem;
}
@media screen and (min-width: 1921px) {
  .px-5\:xl {
    padding-left: 5rem;
    padding-right: 5rem;
  }
}
@media screen and (max-width: 1240px) {
  .px-5\:lg {
    padding-left: 5rem;
    padding-right: 5rem;
  }
}
@media screen and (max-width: 1024px) {
  .px-5\:md {
    padding-left: 5rem;
    padding-right: 5rem;
  }
}
@media screen and (max-width: 767px) {
  .px-5\:sm {
    padding-left: 5rem;
    padding-right: 5rem;
  }
}
@media screen and (max-width: 600px) {
  .px-5\:xs {
    padding-left: 5rem;
    padding-right: 5rem;
  }
}

.px-4 {
  padding-left: 4rem;
  padding-right: 4rem;
}
@media screen and (min-width: 1921px) {
  .px-4\:xl {
    padding-left: 4rem;
    padding-right: 4rem;
  }
}
@media screen and (max-width: 1240px) {
  .px-4\:lg {
    padding-left: 4rem;
    padding-right: 4rem;
  }
}
@media screen and (max-width: 1024px) {
  .px-4\:md {
    padding-left: 4rem;
    padding-right: 4rem;
  }
}
@media screen and (max-width: 767px) {
  .px-4\:sm {
    padding-left: 4rem;
    padding-right: 4rem;
  }
}
@media screen and (max-width: 600px) {
  .px-4\:xs {
    padding-left: 4rem;
    padding-right: 4rem;
  }
}

.px-3 {
  padding-left: 3rem;
  padding-right: 3rem;
}
@media screen and (min-width: 1921px) {
  .px-3\:xl {
    padding-left: 3rem;
    padding-right: 3rem;
  }
}
@media screen and (max-width: 1240px) {
  .px-3\:lg {
    padding-left: 3rem;
    padding-right: 3rem;
  }
}
@media screen and (max-width: 1024px) {
  .px-3\:md {
    padding-left: 3rem;
    padding-right: 3rem;
  }
}
@media screen and (max-width: 767px) {
  .px-3\:sm {
    padding-left: 3rem;
    padding-right: 3rem;
  }
}
@media screen and (max-width: 600px) {
  .px-3\:xs {
    padding-left: 3rem;
    padding-right: 3rem;
  }
}

.px-2 {
  padding-left: 2rem;
  padding-right: 2rem;
}
@media screen and (min-width: 1921px) {
  .px-2\:xl {
    padding-left: 2rem;
    padding-right: 2rem;
  }
}
@media screen and (max-width: 1240px) {
  .px-2\:lg {
    padding-left: 2rem;
    padding-right: 2rem;
  }
}
@media screen and (max-width: 1024px) {
  .px-2\:md {
    padding-left: 2rem;
    padding-right: 2rem;
  }
}
@media screen and (max-width: 767px) {
  .px-2\:sm {
    padding-left: 2rem;
    padding-right: 2rem;
  }
}
@media screen and (max-width: 600px) {
  .px-2\:xs {
    padding-left: 2rem;
    padding-right: 2rem;
  }
}

.px-1_625 {
  padding-left: 1.625rem;
  padding-right: 1.625rem;
}

.px-1 {
  padding-left: 1rem;
  padding-right: 1rem;
}
@media screen and (min-width: 1921px) {
  .px-1\:xl {
    padding-left: 1rem;
    padding-right: 1rem;
  }
}
@media screen and (max-width: 1240px) {
  .px-1\:lg {
    padding-left: 1rem;
    padding-right: 1rem;
  }
}
@media screen and (max-width: 1024px) {
  .px-1\:md {
    padding-left: 1rem;
    padding-right: 1rem;
  }
}
@media screen and (max-width: 767px) {
  .px-1\:sm {
    padding-left: 1rem;
    padding-right: 1rem;
  }
}
@media screen and (max-width: 600px) {
  .px-1\:xs {
    padding-left: 1rem;
    padding-right: 1rem;
  }
}

.py-5 {
  padding-top: 5rem;
  padding-bottom: 5rem;
}
@media screen and (min-width: 1921px) {
  .py-5\:xl {
    padding-top: 5rem;
    padding-bottom: 5rem;
  }
}
@media screen and (max-width: 1240px) {
  .py-5\:lg {
    padding-top: 5rem;
    padding-bottom: 5rem;
  }
}
@media screen and (max-width: 1024px) {
  .py-5\:md {
    padding-top: 5rem;
    padding-bottom: 5rem;
  }
}
@media screen and (max-width: 767px) {
  .py-5\:sm {
    padding-top: 1.625rem;
    padding-bottom: 1.625rem;
  }
}
@media screen and (max-width: 600px) {
  .py-5\:xs {
    padding-top: 5rem;
    padding-bottom: 5rem;
  }
}

.py-4 {
  padding-top: 4rem;
  padding-bottom: 4rem;
}
@media screen and (min-width: 1921px) {
  .py-4\:xl {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }
}
@media screen and (max-width: 1240px) {
  .py-4\:lg {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }
}
@media screen and (max-width: 1024px) {
  .py-4\:md {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }
}
@media screen and (max-width: 767px) {
  .py-4\:sm {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }
}
@media screen and (max-width: 600px) {
  .py-4\:xs {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }
}

.py-3 {
  padding-top: 3rem;
  padding-bottom: 3rem;
}
@media screen and (min-width: 1921px) {
  .py-3\:xl {
    padding-top: 3rem;
    padding-bottom: 3rem;
  }
}
@media screen and (max-width: 1240px) {
  .py-3\:lg {
    padding-top: 3rem;
    padding-bottom: 3rem;
  }
}
@media screen and (max-width: 1024px) {
  .py-3\:md {
    padding-top: 3rem;
    padding-bottom: 3rem;
  }
}
@media screen and (max-width: 767px) {
  .py-3\:sm {
    padding-top: 3rem;
    padding-bottom: 3rem;
  }
}
@media screen and (max-width: 600px) {
  .py-3\:xs {
    padding-top: 3rem;
    padding-bottom: 3rem;
  }
}

.py-2 {
  padding-top: 2rem;
  padding-bottom: 2rem;
}
@media screen and (min-width: 1921px) {
  .py-2\:xl {
    padding-top: 2rem;
    padding-bottom: 2rem;
  }
}
@media screen and (max-width: 1240px) {
  .py-2\:lg {
    padding-top: 2rem;
    padding-bottom: 2rem;
  }
}
@media screen and (max-width: 1024px) {
  .py-2\:md {
    padding-top: 2rem;
    padding-bottom: 2rem;
  }
}
@media screen and (max-width: 767px) {
  .py-2\:sm {
    padding-top: 2rem;
    padding-bottom: 2rem;
  }
}
@media screen and (max-width: 600px) {
  .py-2\:xs {
    padding-top: 2rem;
    padding-bottom: 2rem;
  }
}

.py-1 {
  padding-top: 1rem;
  padding-bottom: 1rem;
}
@media screen and (min-width: 1921px) {
  .py-1\:xl {
    padding-top: 1rem;
    padding-bottom: 1rem;
  }
}
@media screen and (max-width: 1240px) {
  .py-1\:lg {
    padding-top: 1rem;
    padding-bottom: 1rem;
  }
}
@media screen and (max-width: 1024px) {
  .py-1\:md {
    padding-top: 1rem;
    padding-bottom: 1rem;
  }
}
@media screen and (max-width: 767px) {
  .py-1\:sm {
    padding-top: 1rem;
    padding-bottom: 1rem;
  }
}
@media screen and (max-width: 600px) {
  .py-1\:xs {
    padding-top: 1rem;
    padding-bottom: 1rem;
  }
}

.pt-5 {
  padding-top: 5rem;
}
@media screen and (min-width: 1921px) {
  .pt-5\:xl {
    padding-top: 5rem;
  }
}
@media screen and (max-width: 1240px) {
  .pt-5\:lg {
    padding-top: 5rem;
  }
}
@media screen and (max-width: 1024px) {
  .pt-5\:md {
    padding-top: 5rem;
  }
}
@media screen and (max-width: 767px) {
  .pt-5\:sm {
    padding-top: 5rem;
  }
}
@media screen and (max-width: 600px) {
  .pt-5\:xs {
    padding-top: 5rem;
  }
}

.pt-4 {
  padding-top: 4rem;
}
@media screen and (min-width: 1921px) {
  .pt-4\:xl {
    padding-top: 4rem;
  }
}
@media screen and (max-width: 1240px) {
  .pt-4\:lg {
    padding-top: 4rem;
  }
}
@media screen and (max-width: 1024px) {
  .pt-4\:md {
    padding-top: 4rem;
  }
}
@media screen and (max-width: 767px) {
  .pt-4\:sm {
    padding-top: 4rem;
  }
}
@media screen and (max-width: 600px) {
  .pt-4\:xs {
    padding-top: 4rem;
  }
}

.pt-3 {
  padding-top: 3rem;
}
@media screen and (min-width: 1921px) {
  .pt-3\:xl {
    padding-top: 3rem;
  }
}
@media screen and (max-width: 1240px) {
  .pt-3\:lg {
    padding-top: 3rem;
  }
}
@media screen and (max-width: 1024px) {
  .pt-3\:md {
    padding-top: 3rem;
  }
}
@media screen and (max-width: 767px) {
  .pt-3\:sm {
    padding-top: 3rem;
  }
}
@media screen and (max-width: 600px) {
  .pt-3\:xs {
    padding-top: 3rem;
  }
}

.pt-2 {
  padding-top: 2rem;
}
@media screen and (min-width: 1921px) {
  .pt-2\:xl {
    padding-top: 2rem;
  }
}
@media screen and (max-width: 1240px) {
  .pt-2\:lg {
    padding-top: 2rem;
  }
}
@media screen and (max-width: 1024px) {
  .pt-2\:md {
    padding-top: 2rem;
  }
}
@media screen and (max-width: 767px) {
  .pt-2\:sm {
    padding-top: 2rem;
  }
}
@media screen and (max-width: 600px) {
  .pt-2\:xs {
    padding-top: 2rem;
  }
}

.pt-1 {
  padding-top: 1rem;
}
@media screen and (min-width: 1921px) {
  .pt-1\:xl {
    padding-top: 1rem;
  }
}
@media screen and (max-width: 1240px) {
  .pt-1\:lg {
    padding-top: 1rem;
  }
}
@media screen and (max-width: 1024px) {
  .pt-1\:md {
    padding-top: 1rem;
  }
}
@media screen and (max-width: 767px) {
  .pt-1\:sm {
    padding-top: 1rem;
  }
}
@media screen and (max-width: 600px) {
  .pt-1\:xs {
    padding-top: 1rem;
  }
}

.pb-5 {
  padding-bottom: 5rem;
}
@media screen and (min-width: 1921px) {
  .pb-5\:xl {
    padding-bottom: 5rem;
  }
}
@media screen and (max-width: 1240px) {
  .pb-5\:lg {
    padding-bottom: 5rem;
  }
}
@media screen and (max-width: 1024px) {
  .pb-5\:md {
    padding-bottom: 5rem;
  }
}
@media screen and (max-width: 767px) {
  .pb-5\:sm {
    padding-bottom: 5rem;
  }
}
@media screen and (max-width: 600px) {
  .pb-5\:xs {
    padding-bottom: 5rem;
  }
}

.pb-4 {
  padding-bottom: 4rem;
}
@media screen and (min-width: 1921px) {
  .pb-4\:xl {
    padding-bottom: 4rem;
  }
}
@media screen and (max-width: 1240px) {
  .pb-4\:lg {
    padding-bottom: 4rem;
  }
}
@media screen and (max-width: 1024px) {
  .pb-4\:md {
    padding-bottom: 4rem;
  }
}
@media screen and (max-width: 767px) {
  .pb-4\:sm {
    padding-bottom: 4rem;
  }
}
@media screen and (max-width: 600px) {
  .pb-4\:xs {
    padding-bottom: 4rem;
  }
}

.pb-3 {
  padding-bottom: 3rem;
}
@media screen and (min-width: 1921px) {
  .pb-3\:xl {
    padding-bottom: 3rem;
  }
}
@media screen and (max-width: 1240px) {
  .pb-3\:lg {
    padding-bottom: 3rem;
  }
}
@media screen and (max-width: 1024px) {
  .pb-3\:md {
    padding-bottom: 3rem;
  }
}
@media screen and (max-width: 767px) {
  .pb-3\:sm {
    padding-bottom: 3rem;
  }
}
@media screen and (max-width: 600px) {
  .pb-3\:xs {
    padding-bottom: 3rem;
  }
}

.pb-2 {
  padding-bottom: 2rem;
}
@media screen and (min-width: 1921px) {
  .pb-2\:xl {
    padding-bottom: 2rem;
  }
}
@media screen and (max-width: 1240px) {
  .pb-2\:lg {
    padding-bottom: 2rem;
  }
}
@media screen and (max-width: 1024px) {
  .pb-2\:md {
    padding-bottom: 2rem;
  }
}
@media screen and (max-width: 767px) {
  .pb-2\:sm {
    padding-bottom: 2rem;
  }
}
@media screen and (max-width: 600px) {
  .pb-2\:xs {
    padding-bottom: 2rem;
  }
}

.pb-1 {
  padding-bottom: 1rem;
}
@media screen and (min-width: 1921px) {
  .pb-1\:xl {
    padding-bottom: 1rem;
  }
}
@media screen and (max-width: 1240px) {
  .pb-1\:lg {
    padding-bottom: 1rem;
  }
}
@media screen and (max-width: 1024px) {
  .pb-1\:md {
    padding-bottom: 1rem;
  }
}
@media screen and (max-width: 767px) {
  .pb-1\:sm {
    padding-bottom: 1rem;
  }
}
@media screen and (max-width: 600px) {
  .pb-1\:xs {
    padding-bottom: 1rem;
  }
}

.mx-5 {
  margin-left: 5rem;
  margin-right: 5rem;
}
@media screen and (min-width: 1921px) {
  .mx-5\:xl {
    margin-left: 5rem;
    margin-right: 5rem;
  }
}
@media screen and (max-width: 1240px) {
  .mx-5\:lg {
    margin-left: 5rem;
    margin-right: 5rem;
  }
}
@media screen and (max-width: 1024px) {
  .mx-5\:md {
    margin-left: 5rem;
    margin-right: 5rem;
  }
}
@media screen and (max-width: 767px) {
  .mx-5\:sm {
    margin-left: 5rem;
    margin-right: 5rem;
  }
}
@media screen and (max-width: 600px) {
  .mx-5\:xs {
    margin-left: 5rem;
    margin-right: 5rem;
  }
}

.mx-4 {
  margin-left: 4rem;
  margin-right: 4rem;
}
@media screen and (min-width: 1921px) {
  .mx-4\:xl {
    margin-left: 4rem;
    margin-right: 4rem;
  }
}
@media screen and (max-width: 1240px) {
  .mx-4\:lg {
    margin-left: 4rem;
    margin-right: 4rem;
  }
}
@media screen and (max-width: 1024px) {
  .mx-4\:md {
    margin-left: 4rem;
    margin-right: 4rem;
  }
}
@media screen and (max-width: 767px) {
  .mx-4\:sm {
    margin-left: 4rem;
    margin-right: 4rem;
  }
}
@media screen and (max-width: 600px) {
  .mx-4\:xs {
    margin-left: 4rem;
    margin-right: 4rem;
  }
}

.mx-3 {
  margin-left: 3rem;
  margin-right: 3rem;
}
@media screen and (min-width: 1921px) {
  .mx-3\:xl {
    margin-left: 3rem;
    margin-right: 3rem;
  }
}
@media screen and (max-width: 1240px) {
  .mx-3\:lg {
    margin-left: 3rem;
    margin-right: 3rem;
  }
}
@media screen and (max-width: 1024px) {
  .mx-3\:md {
    margin-left: 3rem;
    margin-right: 3rem;
  }
}
@media screen and (max-width: 767px) {
  .mx-3\:sm {
    margin-left: 3rem;
    margin-right: 3rem;
  }
}
@media screen and (max-width: 600px) {
  .mx-3\:xs {
    margin-left: 3rem;
    margin-right: 3rem;
  }
}

.mx-2 {
  margin-left: 2rem;
  margin-right: 2rem;
}
@media screen and (min-width: 1921px) {
  .mx-2\:xl {
    margin-left: 2rem;
    margin-right: 2rem;
  }
}
@media screen and (max-width: 1240px) {
  .mx-2\:lg {
    margin-left: 2rem;
    margin-right: 2rem;
  }
}
@media screen and (max-width: 1024px) {
  .mx-2\:md {
    margin-left: 2rem;
    margin-right: 2rem;
  }
}
@media screen and (max-width: 767px) {
  .mx-2\:sm {
    margin-left: 2rem;
    margin-right: 2rem;
  }
}
@media screen and (max-width: 600px) {
  .mx-2\:xs {
    margin-left: 2rem;
    margin-right: 2rem;
  }
}

.mx-1 {
  margin-left: 1rem;
  margin-right: 1rem;
}
@media screen and (min-width: 1921px) {
  .mx-1\:xl {
    margin-left: 1rem;
    margin-right: 1rem;
  }
}
@media screen and (max-width: 1240px) {
  .mx-1\:lg {
    margin-left: 1rem;
    margin-right: 1rem;
  }
}
@media screen and (max-width: 1024px) {
  .mx-1\:md {
    margin-left: 1rem;
    margin-right: 1rem;
  }
}
@media screen and (max-width: 767px) {
  .mx-1\:sm {
    margin-left: 1rem;
    margin-right: 1rem;
  }
}
@media screen and (max-width: 600px) {
  .mx-1\:xs {
    margin-left: 1rem;
    margin-right: 1rem;
  }
}

.my-5 {
  margin-top: 5rem;
  margin-bottom: 5rem;
}
@media screen and (min-width: 1921px) {
  .my-5\:xl {
    margin-top: 5rem;
    margin-bottom: 5rem;
  }
}
@media screen and (max-width: 1240px) {
  .my-5\:lg {
    margin-top: 5rem;
    margin-bottom: 5rem;
  }
}
@media screen and (max-width: 1024px) {
  .my-5\:md {
    margin-top: 5rem;
    margin-bottom: 5rem;
  }
}
@media screen and (max-width: 767px) {
  .my-5\:sm {
    margin-top: 5rem;
    margin-bottom: 5rem;
  }
}
@media screen and (max-width: 600px) {
  .my-5\:xs {
    margin-top: 5rem;
    margin-bottom: 5rem;
  }
}

.my-4 {
  margin-top: 4rem;
  margin-bottom: 4rem;
}
@media screen and (min-width: 1921px) {
  .my-4\:xl {
    margin-top: 4rem;
    margin-bottom: 4rem;
  }
}
@media screen and (max-width: 1240px) {
  .my-4\:lg {
    margin-top: 4rem;
    margin-bottom: 4rem;
  }
}
@media screen and (max-width: 1024px) {
  .my-4\:md {
    margin-top: 4rem;
    margin-bottom: 4rem;
  }
}
@media screen and (max-width: 767px) {
  .my-4\:sm {
    margin-top: 4rem;
    margin-bottom: 4rem;
  }
}
@media screen and (max-width: 600px) {
  .my-4\:xs {
    margin-top: 4rem;
    margin-bottom: 4rem;
  }
}

.my-3 {
  margin-top: 3rem;
  margin-bottom: 3rem;
}
@media screen and (min-width: 1921px) {
  .my-3\:xl {
    margin-top: 3rem;
    margin-bottom: 3rem;
  }
}
@media screen and (max-width: 1240px) {
  .my-3\:lg {
    margin-top: 3rem;
    margin-bottom: 3rem;
  }
}
@media screen and (max-width: 1024px) {
  .my-3\:md {
    margin-top: 3rem;
    margin-bottom: 3rem;
  }
}
@media screen and (max-width: 767px) {
  .my-3\:sm {
    margin-top: 3rem;
    margin-bottom: 3rem;
  }
}
@media screen and (max-width: 600px) {
  .my-3\:xs {
    margin-top: 3rem;
    margin-bottom: 3rem;
  }
}

.my-2 {
  margin-top: 2rem;
  margin-bottom: 2rem;
}
@media screen and (min-width: 1921px) {
  .my-2\:xl {
    margin-top: 2rem;
    margin-bottom: 2rem;
  }
}
@media screen and (max-width: 1240px) {
  .my-2\:lg {
    margin-top: 2rem;
    margin-bottom: 2rem;
  }
}
@media screen and (max-width: 1024px) {
  .my-2\:md {
    margin-top: 2rem;
    margin-bottom: 2rem;
  }
}
@media screen and (max-width: 767px) {
  .my-2\:sm {
    margin-top: 2rem;
    margin-bottom: 2rem;
  }
}
@media screen and (max-width: 600px) {
  .my-2\:xs {
    margin-top: 2rem;
    margin-bottom: 2rem;
  }
}

.my-1 {
  margin-top: 1rem;
  margin-bottom: 1rem;
}
@media screen and (min-width: 1921px) {
  .my-1\:xl {
    margin-top: 1rem;
    margin-bottom: 1rem;
  }
}
@media screen and (max-width: 1240px) {
  .my-1\:lg {
    margin-top: 1rem;
    margin-bottom: 1rem;
  }
}
@media screen and (max-width: 1024px) {
  .my-1\:md {
    margin-top: 1rem;
    margin-bottom: 1rem;
  }
}
@media screen and (max-width: 767px) {
  .my-1\:sm {
    margin-top: 1rem;
    margin-bottom: 1rem;
  }
}
@media screen and (max-width: 600px) {
  .my-1\:xs {
    margin-top: 1rem;
    margin-bottom: 1rem;
  }
}

.mt-5 {
  margin-top: 5rem;
}
@media screen and (min-width: 1921px) {
  .mt-5\:xl {
    margin-top: 5rem;
  }
}
@media screen and (max-width: 1240px) {
  .mt-5\:lg {
    margin-top: 5rem;
  }
}
@media screen and (max-width: 1024px) {
  .mt-5\:md {
    margin-top: 5rem;
  }
}
@media screen and (max-width: 767px) {
  .mt-5\:sm {
    margin-top: 5rem;
  }
}
@media screen and (max-width: 600px) {
  .mt-5\:xs {
    margin-top: 5rem;
  }
}

.mt-4 {
  margin-top: 4rem;
}
@media screen and (min-width: 1921px) {
  .mt-4\:xl {
    margin-top: 4rem;
  }
}
@media screen and (max-width: 1240px) {
  .mt-4\:lg {
    margin-top: 4rem;
  }
}
@media screen and (max-width: 1024px) {
  .mt-4\:md {
    margin-top: 4rem;
  }
}
@media screen and (max-width: 767px) {
  .mt-4\:sm {
    margin-top: 4rem;
  }
}
@media screen and (max-width: 600px) {
  .mt-4\:xs {
    margin-top: 4rem;
  }
}

.mt-3 {
  margin-top: 3rem;
}
@media screen and (min-width: 1921px) {
  .mt-3\:xl {
    margin-top: 3rem;
  }
}
@media screen and (max-width: 1240px) {
  .mt-3\:lg {
    margin-top: 3rem;
  }
}
@media screen and (max-width: 1024px) {
  .mt-3\:md {
    margin-top: 3rem;
  }
}
@media screen and (max-width: 767px) {
  .mt-3\:sm {
    margin-top: 3rem;
  }
}
@media screen and (max-width: 600px) {
  .mt-3\:xs {
    margin-top: 3rem;
  }
}

.mt-2 {
  margin-top: 2rem;
}
@media screen and (min-width: 1921px) {
  .mt-2\:xl {
    margin-top: 2rem;
  }
}
@media screen and (max-width: 1240px) {
  .mt-2\:lg {
    margin-top: 2rem;
  }
}
@media screen and (max-width: 1024px) {
  .mt-2\:md {
    margin-top: 2rem;
  }
}
@media screen and (max-width: 767px) {
  .mt-2\:sm {
    margin-top: 1rem;
  }
}
@media screen and (max-width: 600px) {
  .mt-2\:xs {
    margin-top: 2rem;
  }
}

.mt-1 {
  margin-top: 1rem;
}
@media screen and (min-width: 1921px) {
  .mt-1\:xl {
    margin-top: 1rem;
  }
}
@media screen and (max-width: 1240px) {
  .mt-1\:lg {
    margin-top: 1rem;
  }
}
@media screen and (max-width: 1024px) {
  .mt-1\:md {
    margin-top: 1rem;
  }
}
@media screen and (max-width: 767px) {
  .mt-1\:sm {
    margin-top: 1rem;
  }
}
@media screen and (max-width: 600px) {
  .mt-1\:xs {
    margin-top: 1rem;
  }
}

.mb-5 {
  margin-bottom: 5rem;
}
@media screen and (min-width: 1921px) {
  .mb-5\:xl {
    margin-bottom: 5rem;
  }
}
@media screen and (max-width: 1240px) {
  .mb-5\:lg {
    margin-bottom: 5rem;
  }
}
@media screen and (max-width: 1024px) {
  .mb-5\:md {
    margin-bottom: 5rem;
  }
}
@media screen and (max-width: 767px) {
  .mb-5\:sm {
    margin-bottom: 5rem;
  }
}
@media screen and (max-width: 600px) {
  .mb-5\:xs {
    margin-bottom: 5rem;
  }
}

.mb-4 {
  margin-bottom: 4rem;
}
@media screen and (min-width: 1921px) {
  .mb-4\:xl {
    margin-bottom: 4rem;
  }
}
@media screen and (max-width: 1240px) {
  .mb-4\:lg {
    margin-bottom: 4rem;
  }
}
@media screen and (max-width: 1024px) {
  .mb-4\:md {
    margin-bottom: 4rem;
  }
}
@media screen and (max-width: 767px) {
  .mb-4\:sm {
    margin-bottom: 4rem;
  }
}
@media screen and (max-width: 600px) {
  .mb-4\:xs {
    margin-bottom: 4rem;
  }
}

.mb-3 {
  margin-bottom: 3rem;
}
@media screen and (min-width: 1921px) {
  .mb-3\:xl {
    margin-bottom: 3rem;
  }
}
@media screen and (max-width: 1240px) {
  .mb-3\:lg {
    margin-bottom: 3rem;
  }
}
@media screen and (max-width: 1024px) {
  .mb-3\:md {
    margin-bottom: 3rem;
  }
}
@media screen and (max-width: 767px) {
  .mb-3\:sm {
    margin-bottom: 3rem;
  }
}
@media screen and (max-width: 600px) {
  .mb-3\:xs {
    margin-bottom: 3rem;
  }
}

.mb-2 {
  margin-bottom: 2rem;
}
@media screen and (min-width: 1921px) {
  .mb-2\:xl {
    margin-bottom: 2rem;
  }
}
@media screen and (max-width: 1240px) {
  .mb-2\:lg {
    margin-bottom: 2rem;
  }
}
@media screen and (max-width: 1024px) {
  .mb-2\:md {
    margin-bottom: 2rem;
  }
}
@media screen and (max-width: 767px) {
  .mb-2\:sm {
    margin-bottom: 1rem;
  }
}
@media screen and (max-width: 600px) {
  .mb-2\:xs {
    margin-bottom: 2rem;
  }
}

.mb-1 {
  margin-bottom: 1rem;
}
@media screen and (min-width: 1921px) {
  .mb-1\:xl {
    margin-bottom: 1rem;
  }
}
@media screen and (max-width: 1240px) {
  .mb-1\:lg {
    margin-bottom: 1rem;
  }
}
@media screen and (max-width: 1024px) {
  .mb-1\:md {
    margin-bottom: 1rem;
  }
}
@media screen and (max-width: 767px) {
  .mb-1\:sm {
    margin-bottom: 1rem;
  }
}
@media screen and (max-width: 600px) {
  .mb-1\:xs {
    margin-bottom: 1rem;
  }
}

.w-full {
  width: 100%;
}

.text-center {
  text-align: center;
}
@media screen and (min-width: 1921px) {
  .text-center\:xl {
    text-align: center;
  }
}
@media screen and (max-width: 1240px) {
  .text-center\:lg {
    text-align: center;
  }
}
@media screen and (max-width: 1024px) {
  .text-center\:md {
    text-align: center;
  }
}
@media screen and (max-width: 767px) {
  .text-center\:sm {
    text-align: center;
  }
}
@media screen and (max-width: 600px) {
  .text-center\:xs {
    text-align: center;
  }
}

.text-shadow\:4 {
  text-shadow: 4px 4px 4px rgba(0, 0, 0, 0.25);
}

.text-color\:primary {
  color: #1f294b;
}
.text-color\:secondary {
  color: #f97d4d;
}
.text-color\:black {
  color: #2B2B2B;
}
.text-color\:white {
  color: #ffffff;
}

.weight\:600 {
  font-weight: 600;
}
.weight\:500 {
  font-weight: 500;
}
.weight\:400 {
  font-weight: 400;
}

.underline {
  text-decoration: underline;
}

.overline {
  text-decoration: overline;
}

.line-through {
  text-decoration: line-through;
}

.no-underline {
  text-decoration: none;
}

.uppercase {
  text-transform: uppercase;
}

.capitalize {
  text-transform: capitalize;
}

.post-content {
  grid-column: 1/span 8;
}
.post-content__image {
  width: 100%;
  max-height: 450px;
  object-fit: contain;
}
.post-content__meta a {
  color: #2B2B2B;
  text-decoration: none;
  border-bottom: 1px solid #2B2B2B;
  transition: 0.3s ease color;
}
.post-content__meta a:not(:first-child) {
  margin-left: 0.5rem;
}
.post-content__meta a:not(:last-child) {
  margin-right: 0.5rem;
}
.post-content__meta a:hover {
  color: #1f294b;
}
.post-content__content {
  overflow-x: hidden;
}
.post-content__content h2 {
  font-size: 1.25rem;
}
.post-content__content h2:not(:last-child) {
  margin-bottom: 1rem;
}
.post-content__content p {
  font-size: 1.0625rem;
  line-height: 1.625rem;
}
.post-content__content p:not(:last-child) {
  margin-bottom: 1rem;
}
.post-content__content ol,
.post-content__content ul {
  padding-left: 2.5rem;
  font-size: 1.0625rem;
  line-height: 1.625rem;
}
.post-content__content ol:not(:last-child),
.post-content__content ul:not(:last-child) {
  margin-bottom: 1rem;
}
.post-content__content ol {
  list-style: decimal;
}
.post-content__content ol li p,
.post-content__content ol li img {
  margin-top: 1rem;
}
.post-content__content ol li > strong {
  line-height: 2.5em;
}
@media screen and (max-width: 1024px) {
  .post-content__content ol li > strong {
    line-height: 1em;
  }
}
.post-content__content ul {
  list-style: disc;
}
.post-content__content blockquote {
  border-left: 4px solid #1f294b;
  color: #2B2B2B;
  margin: 0;
  padding: 0 1.5em;
}
.post-content__content blockquote:not(:last-child) {
  margin-bottom: 1rem;
}
.post-content__content a {
  color: #1f294b;
  word-wrap: break-word;
  overflow-wrap: break-word;
  max-width: 100%;
  transition: 0.3s ease color;
}
.post-content__content a:hover {
  color: #2B2B2B;
}
.post-content__content b,
.post-content__content strong {
  font-weight: bold;
}
.post-content__content img.alignleft {
  float: left;
  margin-right: 2.5rem;
  margin-bottom: 1rem;
}
@media screen and (max-width: 1024px) {
  .post-content__content img.alignleft {
    float: none;
    margin: 0;
  }
}
.post-content__content img.alignright {
  float: right;
  margin-left: 2.5rem;
  margin-bottom: 1rem;
}
@media screen and (max-width: 1024px) {
  .post-content__content img.alignright {
    float: none;
    margin: 0;
  }
}
.post-content__content img.aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.post-content__tags a {
  font-size: 0.875rem;
  color: #1f294b;
  text-decoration: none;
  padding: 0.5rem 1rem;
  border: 1px solid #f97d4d;
  border-radius: 40px;
  transition: 0.3s ease color;
}
.post-content__tags a:hover {
  color: #f97d4d;
}
.post-content hr {
  height: 2px;
  width: 100%;
  background-color: #1f294b;
  margin-block: 1rem;
}
.post-content .wp-caption {
  max-width: 100%;
}
.post-content .wp-caption:not(:last-child) {
  margin-bottom: 1rem;
}
.post-content .wp-caption.alignleft {
  float: left;
  margin-right: 2.5rem;
  margin-bottom: 1rem;
}
@media screen and (max-width: 1024px) {
  .post-content .wp-caption.alignleft {
    float: none;
    margin-right: 0;
  }
}
.post-content .wp-caption.alignright {
  float: right;
  margin-left: 2.5rem;
  margin-bottom: 1rem;
}
@media screen and (max-width: 1024px) {
  .post-content .wp-caption.alignright {
    float: none;
    margin-left: 0;
  }
}
.post-content .wp-caption.aligncenter {
  margin-left: auto;
  margin-right: auto;
}
.post-content .wp-caption-text {
  font-size: 0.875rem;
  margin-top: 0;
}

.sidebar {
  grid-column: 9/span 4;
}
.sidebar ul {
  list-style: disc;
  padding-left: 1.125rem;
  font-size: 1.0625rem;
  line-height: 1.625rem;
}
.sidebar a {
  color: #2B2B2B;
  text-decoration: none;
  transition: 0.3s ease color;
}
.sidebar a:hover {
  color: #1f294b;
}

/*# sourceMappingURL=style.css.map */
