@charset "UTF-8";
@media (min-width: 1400px) {
  .container-xxl,
  .container-xl,
  .container-lg,
  .container-md,
  .container-sm,
  .container {
    max-width: 1435px !important;
  }
}

@media (min-width: 992px) {
  .container-fluid-left {
    margin-left: calc((100vw - 960px) / 2) !important;
    max-width: calc(100% - (100vw - 960px) / 2 + 0px) !important;
    margin-right: 0 !important;
  }
}
@media (min-width: 1200px) {
  .container-fluid-left {
    margin-left: calc((100vw - 1140px) / 2) !important;
    max-width: calc(100% - (100vw - 1140px) / 2 + 0px) !important;
    margin-right: 0 !important;
  }
}
@media (min-width: 1400px) {
  .container-fluid-left {
    margin-left: calc((100vw - 1320px) / 2) !important;
    max-width: calc(100% - (100vw - 1320px) / 2 + 0px) !important;
    margin-right: 0 !important;
  }
}
@media (min-width: 1500px) {
  .container-fluid-left {
    margin-left: calc((100vw - 1435px) / 2) !important;
    max-width: calc(100% - (100vw - 1435px) / 2 + 0px) !important;
    margin-right: 0 !important;
  }
}

@media (min-width: 768px) {
  .container-fluid-left-100 {
    margin-left: calc((100vw - 720px) / 2) !important;
    max-width: calc(100% - (100vw - 720px) / 2 + 100px) !important;
    margin-right: 0 !important;
  }
}
@media (min-width: 992px) {
  .container-fluid-left-100 {
    margin-left: calc((100vw - 960px) / 2) !important;
    max-width: calc(100% - (100vw - 960px) / 2 + 100px) !important;
    margin-right: 0 !important;
  }
}
@media (min-width: 1200px) {
  .container-fluid-left-100 {
    margin-left: calc((100vw - 1140px) / 2) !important;
    max-width: calc(100% - (100vw - 1140px) / 2 + 100px) !important;
    margin-right: 0 !important;
  }
}
@media (min-width: 1400px) {
  .container-fluid-left-100 {
    margin-left: calc((100vw - 1320px) / 2) !important;
    max-width: calc(100% - (100vw - 1320px) / 2 + 100px) !important;
    margin-right: 0 !important;
  }
}
@media (min-width: 1500px) {
  .container-fluid-left-100 {
    margin-left: calc((100vw - 1435px) / 2) !important;
    max-width: calc(100% - (100vw - 1435px) / 2 + 100px) !important;
    margin-right: 0 !important;
  }
}

[data-animate] {
  opacity: 0;
  transform: translateZ(0);
  transition-duration: 0.4s;
  transition-timing-function: cubic-bezier(0.25, 0.46, 0.45, 0.94);
  transition-property: opacity, transform;
}

[data-animate^=fade].animate {
  opacity: 1;
  transform: translateZ(0);
}

[data-animate^=zoom].animate {
  opacity: 1;
  transform: translateZ(0) scale(1);
}

[data-animate=fade-up] {
  transform: translate3d(0, 6px, 0);
  opacity: 0;
}

[data-animate=zoom-in] {
  transform: scale(0.98);
  opacity: 0;
}

[data-animate-delay="50"].animate {
  transition-delay: 50ms;
}

[data-animate-delay="100"].animate {
  transition-delay: 100ms;
}

[data-animate-delay="150"].animate {
  transition-delay: 150ms;
}

[data-animate-delay="200"].animate {
  transition-delay: 200ms;
}

[data-animate-delay="250"].animate {
  transition-delay: 200ms;
}

[data-animate-delay="300"].animate {
  transition-delay: 200ms;
}

[data-animate-delay="350"].animate {
  transition-delay: 200ms;
}

[data-animate-delay="400"].animate {
  transition-delay: 200ms;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  -webkit-font-smoothing: antialiased;
  color: var(--title-color);
  font-weight: bold;
  margin-top: 30px;
  margin-bottom: 30px;
  font-weight: 400;
  text-transform: uppercase;
  font-family: "arno-pro-caption", serif;
  line-height: 1;
}
@media (max-width: 1199px) {
  h1,
  h2,
  h3,
  h4,
  h5,
  h6 {
    margin-top: 24px;
    margin-bottom: 24px;
  }
}
@media (max-width: 992px) {
  h1,
  h2,
  h3,
  h4,
  h5,
  h6 {
    margin-top: 22px;
    margin-bottom: 22px;
  }
}
@media (max-width: 768px) {
  h1,
  h2,
  h3,
  h4,
  h5,
  h6 {
    margin-top: 20px;
    margin-bottom: 20px;
  }
}

p {
  font-family: "open-sans", sans-serif;
}

h1,
h1 span {
  font-size: 42px;
  margin-top: 24px;
  color: #014469 !important;
  letter-spacing: 0.5px;
}
@media (max-width: 1199px) {
  h1,
  h1 span {
    font-size: 34px;
  }
}
@media (max-width: 992px) {
  h1,
  h1 span {
    font-size: 30px;
  }
}
@media (max-width: 768px) {
  h1,
  h1 span {
    font-size: 24px;
  }
}

h2,
h2 span {
  font-size: 32px;
  color: #8c837b !important;
}
@media (max-width: 1199px) {
  h2,
  h2 span {
    font-size: 36px;
  }
}
@media (max-width: 992px) {
  h2,
  h2 span {
    font-size: 32px;
  }
}
@media (max-width: 768px) {
  h2,
  h2 span {
    font-size: 28px;
  }
}

h3,
h3 span {
  color: #8c837b !important;
  font-size: 22px;
}
@media (max-width: 1199px) {
  h3,
  h3 span {
    font-size: 22px;
  }
}
@media (max-width: 992px) {
  h3,
  h3 span {
    font-size: 20px;
  }
}
@media (max-width: 768px) {
  h3,
  h3 span {
    font-size: 18px;
  }
}

h4,
h4 span {
  font-size: 16px;
  color: #014469;
  display: inline;
}

p,
div {
  -webkit-font-smoothing: antialiased;
  color: var(--paragraph-color);
  font-size: 16px;
  font-weight: 400;
}
@media (max-width: 992px) {
  p,
  div {
    font-size: 16px;
  }
}
@media (max-width: 768px) {
  p,
  div {
    font-size: 16px;
  }
}

ul {
  -webkit-font-smoothing: antialiased;
  list-style: disc;
  font-size: 16px;
  color: var(--paragraph-color);
}
ul li {
  -webkit-font-smoothing: antialiased;
  margin-bottom: 0.5rem;
  color: var(--paragraph-color);
}

a {
  -webkit-font-smoothing: antialiased;
  color: var(--link-color);
  font-weight: 400;
  font-family: "open-sans", sans-serif;
}

strong {
  font-weight: bold;
}

em {
  font-style: italic;
}

* {
  font-size: 16px;
}

ul:not(nav ul) {
  list-style-type: none;
  padding-left: 0; /* Optional: Adjusts the padding if necessary */
}

ul:not(nav ul) li {
  position: relative;
  padding-left: 30px; /* Adjust depending on the size of your marker */
}

ul:not(nav ul) li::before {
  content: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none' stroke='%23014468' stroke-width='2' stroke-linecap='round' stroke-linejoin='round' class='lucide lucide-armchair-icon lucide-armchair'%3E%3Cpath d='M19 9V6a2 2 0 0 0-2-2H7a2 2 0 0 0-2 2v3'/%3E%3Cpath d='M3 16a2 2 0 0 0 2 2h14a2 2 0 0 0 2-2v-5a2 2 0 0 0-4 0v1.5a.5.5 0 0 1-.5.5h-9a.5.5 0 0 1-.5-.5V11a2 2 0 0 0-4 0z'/%3E%3Cpath d='M5 18v2'/%3E%3Cpath d='M19 18v2'/%3E%3C/svg%3E");
  position: absolute;
  left: 0;
  top: 0;
  width: 14px; /* Adjust as needed */
  height: 14px; /* Adjust as needed */
}

p {
  color: #01253c;
}

*,
*::before,
*::after {
  box-sizing: border-box;
}

body,
html {
  padding: 0;
  margin: 0;
  font-family: "arno-pro-caption", serif;
  font-size: 16px;
  line-height: 1.5;
  color: #333b6f;
  background-color: white;
}
picture {
  display: inline-block;
  height: 100%;
  width: 100%;
}

section.block-hero .text-overlay {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 10;
}

.content-container {
  position: relative;
}
.content-container .watermark {
  position: absolute;
  height: 100%;
}
.content-container .watermark img {
  height: 100%;
  width: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}

@media screen and (max-width: 576px) {
  section.image-text {
    padding-top: 25px;
    padding-bottom: 0px;
  }
}
section.image-text .row.imageLeft {
  flex-direction: row-reverse;
}
section.image-text .img-container {
  height: 100%;
}
section.image-text .content-container {
  margin-bottom: 2em;
}
section.image-text .section-divider {
  display: none;
  height: 4px;
  width: 100%;
  background-color: #dfe8f0;
}
@media screen and (max-width: 576px) {
  section.image-text .section-divider {
    display: block;
  }
}

section.block-image .content-group {
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  background-color: var(--tertiary-color);
  color: var(--title-color);
}
section.block-image .content-group h1,
section.block-image .content-group h2,
section.block-image .content-group h3,
section.block-image .content-group h4 {
  margin: 8px;
  color: unset;
}
section.block-image .btn-container {
  margin: 2em 0;
}
section.block-image .container-fluid,
section.block-image .row,
section.block-image .col-12 {
  padding: 0;
  margin-left: 0;
  margin-right: 0;
}
section.block-image .row {
  width: 100%;
}

section.map .row.reverse {
  flex-direction: row-reverse;
}
section.map .container-fluid {
  padding: 0;
}
section.map .container {
  padding-top: 4em;
  padding-bottom: 4em;
}
section.map .content-group h1,
section.map .content-group h2,
section.map .content-group h3,
section.map .content-group h4,
section.map .content-group a,
section.map .content-group p {
  color: unset;
}
section.map .btn-container {
  margin-bottom: 2em;
}
section.map .map-parent {
  min-height: 650px;
}
section.map .map-parent #map {
  width: 100%;
  height: 650px;
}
section.map .map-parent #map.full-width-right {
  position: absolute;
  top: 0;
  left: 0;
  width: 50vw;
}
@media (max-width: 992px) {
  section.map .map-parent #map.full-width-right {
    width: 100%;
  }
}
section.map .map-parent #map.full-width-left {
  position: absolute;
  top: 0;
  right: 0;
  width: 50vw;
}
@media (max-width: 992px) {
  section.map .map-parent #map.full-width-left {
    width: 100%;
  }
}
@media (max-width: 992px) {
  section.map .map-parent #map {
    min-height: 400px;
  }
}
section.map .map-parent #map .yNHHyP-marker-view img {
  width: 34px;
}
@media (max-width: 992px) {
  section.map .map-parent #map {
    height: 400px;
  }
}
@media (max-width: 992px) {
  section.map .map-parent {
    min-height: 400px;
  }
}

section.downloads {
  padding: 5em 0;
}
section.downloads .title {
  margin-top: 0;
  margin-bottom: 1em;
}

section.info-slider {
  padding: 3em 0;
}
section.info-slider .row.imageLeft {
  flex-direction: row-reverse;
}
section.info-slider .img-container {
  height: 100%;
}
section.info-slider .img-container.full-width {
  position: absolute;
  top: 0;
  left: 0;
  width: 50vw;
}
@media (max-width: 992px) {
  section.info-slider .img-container.full-width {
    width: 100%;
  }
}
section.info-slider .img-container.full-width.imageLeft {
  right: 0;
  left: auto;
}
section.info-slider .img-container img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.block-faq .faq-item {
  margin-bottom: 1em;
}
.block-faq .faq-question {
  padding: 1em;
  display: flex;
  justify-content: space-between;
  align-items: center;
  cursor: pointer;
}
.block-faq .faq-question:hover {
  background-color: rgb(230, 230, 230);
}
.block-faq .faq-question .icon {
  height: 20px;
  width: 20px;
}
.block-faq .faq-question .icon-minus {
  display: none;
}
.block-faq .faq-answer {
  max-height: 0;
  overflow: hidden;
  padding: 0 2em;
  transition: max-height 0.3s ease, padding 0.3s ease;
  border-top: none;
  background-color: rgb(244, 244, 244);
}
.block-faq .faq-item.active .faq-answer {
  max-height: 500px;
  padding: 2em;
}
.block-faq .faq-item.active .faq-question {
  background-color: rgb(230, 230, 230);
}
.block-faq .faq-item.active .icon-plus {
  display: none;
}
.block-faq .faq-item.active .icon-minus {
  display: block;
}

section.block-logo-slider .logo-slider__link {
  height: 100%;
}
section.block-logo-slider .logo-slider__image {
  -o-object-fit: contain;
     object-fit: contain;
  height: 100%;
  filter: grayscale(1);
}
section.block-logo-slider .logo-slider__image:hover {
  filter: none;
  cursor: pointer;
}

.block-masonry .masonry-grid {
  margin: 0 auto;
}
.block-masonry .masonry-item {
  width: calc(33.333% - 20px); /* Subtracting gutter size */
  margin-bottom: 20px; /* Matching gutter size */
}
@media screen and (max-width: 768px) {
  .block-masonry .masonry-item {
    width: calc(50% - 20px);
  }
}
@media screen and (max-width: 480px) {
  .block-masonry .masonry-item {
    width: 100%;
  }
}

.btn, .owl-nav .owl-prev,
.owl-nav .owl-next, .btn-outline, .btn-secondary,
.btn-primary {
  display: inline-block;
  padding: 0.75rem 1.5rem;
  border-radius: var(--button-border-radius);
  border: 0px solid transparent;
  cursor: pointer;
  font-size: 16px;
  font-weight: normal;
  text-align: center;
  text-decoration: none;
  transition: all 0.1s ease-in-out;
  background-color: var(--button-primary-hover-color);
  color: var(--button-primary-text-color);
}
@media (max-width: 992px) {
  .btn, .owl-nav .owl-prev,
  .owl-nav .owl-next, .btn-outline, .btn-secondary,
  .btn-primary {
    font-size: 18px;
  }
}
.btn:hover, .owl-nav .owl-prev:hover,
.owl-nav .owl-next:hover, .btn-outline:hover, .btn-secondary:hover,
.btn-primary:hover {
  background-color: var(--button-primary-hover-color);
}
.btn a, .owl-nav .owl-prev a,
.owl-nav .owl-next a, .btn-outline a, .btn-secondary a,
.btn-primary a {
  color: var(--button-primary-text-color) !important;
}

.owl-button {
  cursor: pointer;
}
.owl-button:hover {
  background-color: var(--button-primary-hover-color);
}

.btn-secondary {
  background-color: var(--button-secondary-color);
  color: var(--button-secondary-text-color);
}
.btn-secondary:hover {
  background-color: var(--button-secondary-hover-color);
}

.btn-outline {
  margin-top: 2em;
  background-color: #014468;
  border: 2px solid var(--button-outline-color);
  border-radius: 8px;
  color: white;
  width: 50%;
}
.btn-outline:hover {
  background-color: white;
  color: #014468;
  border: 2px solid var(--button-outline-color);
}

@media (max-width: 992px) {
  .searchbar {
    width: 100%;
  }
}
.searchbar__form {
  display: flex;
  align-items: center;
  background-color: rgb(235, 235, 235);
  border-radius: 100px;
  padding: 0.7em 1.2em;
  margin-bottom: 0;
}
.searchbar__input::-moz-placeholder {
  border: none;
  background-color: transparent;
  outline: none;
  color: rgb(109, 109, 109);
  font-size: 16px;
}
.searchbar__input, .searchbar__button, .searchbar__input::placeholder {
  border: none;
  background-color: transparent;
  outline: none;
  color: rgb(109, 109, 109);
  font-size: 16px;
}

.footer-main {
  padding-top: 2em;
}
.footer-main .footer-nav ul {
  list-style: none;
  display: flex;
  flex-direction: column;
  gap: 8px;
  padding: 0;
}
.footer-main .footer-logo img {
  height: 64px;
}
@media (max-width: 992px) {
  .footer-main .footer-logo img {
    height: 44px;
  }
}

.bottom-footer * {
  font-size: 14px;
}

footer {
  background-color: #014469;
}
footer a {
  color: white !important;
}
footer h3 {
  color: white !important;
}
footer ul:not(nav ul) li::before {
  content: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none' stroke='white' stroke-width='2' stroke-linecap='round' stroke-linejoin='round' class='lucide lucide-armchair-icon lucide-armchair'%3E%3Cpath d='M19 9V6a2 2 0 0 0-2-2H7a2 2 0 0 0-2 2v3'/%3E%3Cpath d='M3 16a2 2 0 0 0 2 2h14a2 2 0 0 0 2-2v-5a2 2 0 0 0-4 0v1.5a.5.5 0 0 1-.5.5h-9a.5.5 0 0 1-.5-.5V11a2 2 0 0 0-4 0z'/%3E%3Cpath d='M5 18v2'/%3E%3Cpath d='M19 18v2'/%3E%3C/svg%3E");
  position: absolute;
  left: 0;
  top: 0;
  width: 14px; /* Adjust as needed */
  height: 14px; /* Adjust as needed */
}
footer p {
  color: white !important;
}

header.main-header {
  position: sticky;
  top: 0px;
  z-index: 100;
  -webkit-backdrop-filter: blur(16px);
          backdrop-filter: blur(16px);
  background-color: #dfe7f0;
}
header.main-header .nav-main {
  border-radius: 1em;
}
@media (max-width: 1024px) {
  header.main-header {
    box-shadow: none;
  }
}
header.main-header .nav-logo {
  padding: 16px 24px;
  transition: padding 0.3 ease;
}
header.main-header .nav-logo .nav-logo__img {
  height: 80px;
  transition: height 0.3s ease;
}
@media (max-width: 1024px) {
  header.main-header .nav-logo .nav-logo__img {
    height: 44px;
  }
}
header.main-header .nav-menu {
  display: flex;
  justify-content: flex-start;
  text-transform: uppercase;
}
@media (max-width: 1200px) {
  header.main-header .nav-menu {
    display: none;
    position: fixed;
    top: 88px;
    left: 0;
    width: 100%;
    background-color: white;
    height: auto;
    z-index: 99;
    padding: 1.5rem;
    justify-content: center;
    flex-direction: column;
    align-items: flex-start;
  }
  header.main-header .nav-menu.is-active {
    display: flex;
  }
}
header.main-header .nav-menu .wp-nav-menu {
  align-items: center;
}
@media (max-width: 1024px) {
  header.main-header .nav-menu .wp-nav-menu {
    display: flex;
    flex-direction: column;
    height: auto;
    padding: 0;
    flex-wrap: nowrap;
    gap: 1rem;
  }
}
header.main-header .nav-menu .wp-nav-menu #menu-item-2019 {
  background-color: #014468;
  height: 30%;
  border-radius: 8px;
  transition: all 0.3s ease;
}
header.main-header .nav-menu .wp-nav-menu #menu-item-2019 a {
  color: white;
  padding: 10px 15px;
  display: block;
  transition: color 0.3s ease;
  text-decoration: none;
}
header.main-header .nav-menu .wp-nav-menu #menu-item-2019:hover {
  background-color: white;
  border-radius: 8px;
}
header.main-header .nav-menu .wp-nav-menu #menu-item-2019:hover a {
  color: #014468 !important;
}
header.main-header .nav-menu .wp-nav-menu #menu-item-2020 {
  background-color: #014468;
  height: 30%;
  border-radius: 8px;
  transition: all 0.3s ease;
}
header.main-header .nav-menu .wp-nav-menu #menu-item-2020 a {
  color: white;
  padding: 10px 15px;
  display: block;
  transition: color 0.3s ease;
  text-decoration: none;
}
header.main-header .nav-menu .wp-nav-menu #menu-item-2020:hover {
  background-color: white;
  border-radius: 8px;
}
header.main-header .nav-menu .wp-nav-menu #menu-item-2020:hover a {
  color: #014468 !important;
}
header.main-header .nav-menu .wp-nav-menu li {
  margin: 0;
  list-style: none;
  height: 100%;
  display: flex;
  align-items: center;
  position: relative;
}
header.main-header .nav-menu .wp-nav-menu li:hover {
  cursor: pointer;
}
header.main-header .nav-menu .wp-nav-menu li:hover a:not(.sub-menu a) {
  text-decoration: underline;
}
header.main-header .nav-menu .wp-nav-menu li:hover .sub-menu {
  display: flex;
  background-color: white;
}
header.main-header .nav-menu .wp-nav-menu li:hover .sub-menu a:hover {
  text-decoration: underline;
}
header.main-header .nav-menu .wp-nav-menu li:hover:after {
  transform: translateY(-50%) rotate(180deg) !important;
}
header.main-header .nav-menu .wp-nav-menu li .sub-menu {
  display: none;
  flex-direction: column;
  gap: 1.5em;
  position: absolute;
  top: calc(100% - 16px);
  margin: 0;
  padding: 1.5em;
  left: -1.5em;
  min-width: 200px;
}
header.main-header .nav-menu .wp-nav-menu li .sub-menu a {
  color: black;
}
@media (max-width: 1024px) {
  header.main-header .nav-menu .wp-nav-menu li .sub-menu {
    box-shadow: none;
    position: relative;
    top: 0;
    padding-left: 2em;
    min-width: none;
  }
}
header.main-header .nav-menu .wp-nav-menu li:has(.sub-menu) {
  margin-right: 1.5em;
}
@media (max-width: 1024px) {
  header.main-header .nav-menu .wp-nav-menu li:has(.sub-menu) {
    flex-direction: column;
    align-items: flex-start;
  }
}
header.main-header .nav-menu .wp-nav-menu li:has(.sub-menu)::after {
  content: "▼"; /* Unicode for down-pointing triangle */
  color: #014469;
  position: absolute;
  left: calc(100% + 8px);
  top: 50%;
  transform: translateY(-50%);
  font-size: 0.6em;
}
@media (max-width: 1024px) {
  header.main-header .nav-menu .wp-nav-menu li:has(.sub-menu)::after {
    top: 12px;
  }
}
header.main-header .nav-menu .wp-nav-menu a {
  text-decoration: none;
  color: #014469;
}
header.main-header .hamburger-cross {
  position: absolute;
  top: 20px;
  right: 16px;
  border-radius: 4px;
  background-color: #014469;
  border: 1px solid #014469;
}
header.main-header .hamburger-cross .hamburger {
  width: calc(30px + 2rem);
  height: calc(20px + 2rem);
  padding: 1rem;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  cursor: pointer;
  display: none;
}
@media (max-width: 1200px) {
  header.main-header .hamburger-cross .hamburger.is-active {
    display: flex;
  }
}
header.main-header .hamburger-cross .hamburger__line {
  width: 100%;
  height: 3px;
  background-color: white;
  transition: all 0.3s ease;
}
header.main-header .hamburger-cross .cross {
  width: calc(30px + 2rem);
  height: calc(20px + 2rem);
  padding: 1rem;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  cursor: pointer;
  display: none;
}
@media (max-width: 1024px) {
  header.main-header .hamburger-cross .cross.is-active {
    display: flex;
  }
}
header.main-header .hamburger-cross .cross__line {
  position: absolute;
  width: 50%;
  height: 3px; /* Thickness of the cross lines */
  background-color: white;
  top: 50%;
  left: 50;
  transform-origin: center;
}
header.main-header .hamburger-cross .cross__line--1 {
  transform: rotate(45deg);
}
header.main-header .hamburger-cross .cross__line--2 {
  transform: rotate(-45deg);
}

.socials {
  display: flex;
  gap: 1em;
}
.socials__link {
  text-decoration: none;
}
.socials__img {
  height: 24px;
}

.card {
  display: block;
  width: 100%;
  height: 100%;
  padding: 2em;
  background-color: #014468;
  border: 1px solid #014468;
  border-radius: 8px;
  text-decoration: none;
  transition-duration: 0.3s ease;
  transition: all 0.3s ease;
}
.card__image {
  width: 100%;
  height: 200px !important;
  -o-object-fit: cover;
     object-fit: cover;
}
.card__title {
  color: white !important;
}
.card__description {
  color: white;
}
.card__button {
  display: block;
  margin-left: auto;
}
.card:hover {
  border: 1px solid #014468;
  background-color: white;
}
.card:hover h3 {
  color: #014468 !important;
}
.card:hover p {
  color: #014468 !important;
}

section.error-404 {
  padding: 5em 0;
  border-radius: 4px;
}

.flex, .flex-end, .flex-end-center, .flex-end-stretch, .flex-end-end, .flex-end-start, .flex-start, .flex-start-stretch, .flex-start-end, .flex-start-start, .flex-evenly, .flex-evenly-stretch, .flex-evenly-end, .flex-evenly-start, .flex-around, .flex-around-stretch, .flex-around-end, .flex-around-start, .flex-between, .flex-between-center, .flex-between-stretch, .flex-between-end, .flex-between-start, .flex-center, .flex-center-stretch, .flex-center-end, .flex-center-start {
  display: flex;
}

.inline-flex {
  display: inline-flex;
}

.flex-row {
  flex-direction: row;
}

.flex-row-reverse {
  flex-direction: row-reverse;
}

.flex-col, .flex-col-end, .flex-col-start, .flex-col-start-center {
  flex-direction: column;
}

.flex-col-reverse {
  flex-direction: column-reverse;
}

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

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

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

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

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

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

.justify-between {
  justify-content: space-between;
}

.justify-around {
  justify-content: space-around;
}

.justify-evenly {
  justify-content: space-evenly;
}

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

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

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

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

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

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

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

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

.content-between {
  align-content: space-between;
}

.content-around {
  align-content: space-around;
}

.content-evenly {
  align-content: space-evenly;
}

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

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

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

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

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

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

.order-first {
  order: -9999;
}

.order-last {
  order: 9999;
}

.order-none {
  order: 0;
}

.order-1 {
  order: 1;
}

.order-2 {
  order: 2;
}

.order-3 {
  order: 3;
}

.order-4 {
  order: 4;
}

.order-5 {
  order: 5;
}

.order-6 {
  order: 6;
}

.order-7 {
  order: 7;
}

.order-8 {
  order: 8;
}

.order-9 {
  order: 9;
}

.order-10 {
  order: 10;
}

.order-11 {
  order: 11;
}

.order-12 {
  order: 12;
}

.flex-1 {
  flex: 1 1 0%;
}

.flex-auto {
  flex: 1 1 auto;
}

.flex-initial {
  flex: 0 1 auto;
}

.flex-none {
  flex: none;
}

.grow {
  flex-grow: 1;
}

.grow-0 {
  flex-grow: 0;
}

.shrink {
  flex-shrink: 1;
}

.shrink-0 {
  flex-shrink: 0;
}

/* Gap */
.gap-0 {
  gap: 0rem;
}

.gap-1 {
  gap: 1rem;
}

.gap-2 {
  gap: 2rem;
}

.gap-3 {
  gap: 3rem;
}

.gap-4 {
  gap: 4rem;
}

.gap-5 {
  gap: 5rem;
}

.gap-6 {
  gap: 6rem;
}

/* Column Gap */
.gap-x-0 {
  -moz-column-gap: 0rem;
       column-gap: 0rem;
}

.gap-x-1 {
  -moz-column-gap: 1rem;
       column-gap: 1rem;
}

.gap-x-2 {
  -moz-column-gap: 2rem;
       column-gap: 2rem;
}

.gap-x-3 {
  -moz-column-gap: 3rem;
       column-gap: 3rem;
}

.gap-x-4 {
  -moz-column-gap: 4rem;
       column-gap: 4rem;
}

.gap-x-5 {
  -moz-column-gap: 5rem;
       column-gap: 5rem;
}

.gap-x-6 {
  -moz-column-gap: 6rem;
       column-gap: 6rem;
}

/* Row Gap */
.gap-y-0 {
  row-gap: 0rem;
}

.gap-y-1 {
  row-gap: 1rem;
}

.gap-y-2 {
  row-gap: 2rem;
}

.gap-y-3 {
  row-gap: 3rem;
}

.gap-y-4 {
  row-gap: 4rem;
}

.gap-y-5 {
  row-gap: 5rem;
}

.gap-y-6 {
  row-gap: 6rem;
}

.flex, .flex-end, .flex-end-center, .flex-end-stretch, .flex-end-end, .flex-end-start, .flex-start, .flex-start-stretch, .flex-start-end, .flex-start-start, .flex-evenly, .flex-evenly-stretch, .flex-evenly-end, .flex-evenly-start, .flex-around, .flex-around-stretch, .flex-around-end, .flex-around-start, .flex-between, .flex-between-center, .flex-between-stretch, .flex-between-end, .flex-between-start, .flex-center, .flex-center-stretch, .flex-center-end, .flex-center-start {
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
}

.flex-reverse {
  flex-direction: row-reverse;
}

.flex-center, .flex-center-stretch, .flex-center-end, .flex-center-start {
  justify-content: center;
  align-items: center;
}

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

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

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

.flex-between, .flex-between-center, .flex-between-stretch, .flex-between-end, .flex-between-start {
  justify-content: space-between;
}

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

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

.flex-between-stretch {
  align-items: stretch;
}

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

.flex-around, .flex-around-stretch, .flex-around-end, .flex-around-start {
  justify-content: space-around;
}

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

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

.flex-around-stretch {
  align-items: stretch;
}

.flex-evenly, .flex-evenly-stretch, .flex-evenly-end, .flex-evenly-start {
  justify-content: space-evenly;
}

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

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

.flex-evenly-stretch {
  align-items: stretch;
}

.flex-start, .flex-start-stretch, .flex-start-end, .flex-start-start {
  justify-content: flex-start;
}

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

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

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

.flex-end, .flex-end-center, .flex-end-stretch, .flex-end-end, .flex-end-start {
  justify-content: flex-end;
}

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

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

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

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

.flex-col, .flex-col-end, .flex-col-start, .flex-col-start-center,
.flex-col-center,
.flex-col-between-center,
.flex-col-end-center {
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  align-items: center;
}

.flex-col-start, .flex-col-start-center {
  align-items: flex-start;
}

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

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

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

.flex-col-between-center {
  justify-content: space-between;
}

.gap-05 {
  gap: 0.5rem;
}

.gap-075 {
  gap: 0.75rem;
}

.gap-1 {
  gap: 1rem;
}

.gap-2 {
  gap: 2rem;
}

.gap-3 {
  gap: 3rem;
}

.gap-4 {
  gap: 4rem;
}

.gap-5 {
  gap: 5rem;
}

.gap-6 {
  gap: 6rem;
}

.row-gap-05 {
  row-gap: 0.5rem;
}

.row-gap-075 {
  row-gap: 0.75rem;
}

.row-gap-1 {
  row-gap: 1rem;
}

.row-gap-2 {
  row-gap: 2rem;
}

.row-gap-3 {
  row-gap: 3rem;
}

.row-gap-4 {
  row-gap: 4rem;
}

.row-gap-5 {
  row-gap: 5rem;
}

.row-gap-6 {
  row-gap: 6rem;
}

.grid {
  display: grid;
}

.grid-cols-1 {
  grid-template-columns: repeat(1, minmax(0, 1fr));
}

.grid-cols-2 {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.grid-cols-3 {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.grid-cols-4 {
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

.grid-cols-5 {
  grid-template-columns: repeat(5, minmax(0, 1fr));
}

.grid-cols-6 {
  grid-template-columns: repeat(6, minmax(0, 1fr));
}

.grid-cols-7 {
  grid-template-columns: repeat(7, minmax(0, 1fr));
}

.grid-cols-8 {
  grid-template-columns: repeat(8, minmax(0, 1fr));
}

.grid-cols-9 {
  grid-template-columns: repeat(9, minmax(0, 1fr));
}

.grid-cols-10 {
  grid-template-columns: repeat(10, minmax(0, 1fr));
}

.grid-cols-11 {
  grid-template-columns: repeat(11, minmax(0, 1fr));
}

.grid-cols-12 {
  grid-template-columns: repeat(12, minmax(0, 1fr));
}

.grid-cols-none {
  grid-template-columns: none;
}

.grid-cols-auto {
  grid-template-columns: repeat(auto-fit, minmax(0, 1fr));
}

.grid-cols-auto-1fr {
  grid-template-columns: auto 1fr;
}

.grid-cols-1fr-auto {
  grid-template-columns: 1fr auto;
}

.grid-cols-auto-2fr {
  grid-template-columns: auto 2fr;
}

.grid-cols-2fr-auto {
  grid-template-columns: 2fr auto;
}

.grid-cols-1fr-1fr {
  grid-template-columns: 1fr 1fr;
}

.grid-rows-1 {
  grid-template-rows: repeat(1, minmax(0, 1fr));
}

.grid-rows-2 {
  grid-template-rows: repeat(2, minmax(0, 1fr));
}

.grid-rows-3 {
  grid-template-rows: repeat(3, minmax(0, 1fr));
}

.grid-rows-4 {
  grid-template-rows: repeat(4, minmax(0, 1fr));
}

.grid-rows-5 {
  grid-template-rows: repeat(5, minmax(0, 1fr));
}

.grid-rows-6 {
  grid-template-rows: repeat(6, minmax(0, 1fr));
}

.grid-rows-none {
  grid-template-rows: none;
}

.grid-flow-row {
  grid-auto-flow: row;
}

.grid-flow-col {
  grid-auto-flow: column;
}

.grid-flow-row-dense {
  grid-auto-flow: row dense;
}

.grid-flow-col-dense {
  grid-auto-flow: column dense;
}

.auto-cols-auto {
  grid-auto-columns: auto;
}

.auto-cols-min {
  grid-auto-columns: min-content;
}

.auto-cols-max {
  grid-auto-columns: max-content;
}

.auto-cols-fr {
  grid-auto-columns: minmax(0, 1fr);
}

.auto-rows-auto {
  grid-auto-rows: auto;
}

.auto-rows-min {
  grid-auto-rows: min-content;
}

.auto-rows-max {
  grid-auto-rows: max-content;
}

.auto-rows-fr {
  grid-auto-rows: minmax(0, 1fr);
}

.gap-0 {
  gap: 0;
}

.gap-1 {
  gap: 0.25rem;
}

.gap-2 {
  gap: 0.5rem;
}

.gap-3 {
  gap: 0.75rem;
}

.gap-4 {
  gap: 1rem;
}

.gap-5 {
  gap: 1.25rem;
}

.gap-6 {
  gap: 1.5rem;
}

.gap-8 {
  gap: 2rem;
}

.gap-10 {
  gap: 2.5rem;
}

.gap-12 {
  gap: 3rem;
}

.gap-16 {
  gap: 4rem;
}

.gap-20 {
  gap: 5rem;
}

.gap-24 {
  gap: 6rem;
}

.gap-32 {
  gap: 8rem;
}

.gap-40 {
  gap: 10rem;
}

.gap-48 {
  gap: 12rem;
}

.gap-56 {
  gap: 14rem;
}

.gap-64 {
  gap: 16rem;
}

.col-span-1 {
  grid-column: span 1/span 1;
}

.row-span-1 {
  grid-row: span 1/span 1;
}

.col-span-2 {
  grid-column: span 2/span 2;
}

.row-span-2 {
  grid-row: span 2/span 2;
}

.col-span-3 {
  grid-column: span 3/span 3;
}

.row-span-3 {
  grid-row: span 3/span 3;
}

.col-span-4 {
  grid-column: span 4/span 4;
}

.row-span-4 {
  grid-row: span 4/span 4;
}

.col-span-5 {
  grid-column: span 5/span 5;
}

.row-span-5 {
  grid-row: span 5/span 5;
}

.col-span-6 {
  grid-column: span 6/span 6;
}

.row-span-6 {
  grid-row: span 6/span 6;
}

.col-span-7 {
  grid-column: span 7/span 7;
}

.row-span-7 {
  grid-row: span 7/span 7;
}

.col-span-8 {
  grid-column: span 8/span 8;
}

.row-span-8 {
  grid-row: span 8/span 8;
}

.col-span-9 {
  grid-column: span 9/span 9;
}

.row-span-9 {
  grid-row: span 9/span 9;
}

.col-span-10 {
  grid-column: span 10/span 10;
}

.row-span-10 {
  grid-row: span 10/span 10;
}

.col-span-11 {
  grid-column: span 11/span 11;
}

.row-span-11 {
  grid-row: span 11/span 11;
}

.col-span-12 {
  grid-column: span 12/span 12;
}

.row-span-12 {
  grid-row: span 12/span 12;
}

.col-span-full {
  grid-column: 1/-1;
}

.row-span-full {
  grid-row: 1/-1;
}

.col-start-1 {
  grid-column-start: 1;
}

.col-end-1 {
  grid-column-end: 1;
}

.row-start-1 {
  grid-row-start: 1;
}

.row-end-1 {
  grid-row-end: 1;
}

.col-start-2 {
  grid-column-start: 2;
}

.col-end-2 {
  grid-column-end: 2;
}

.row-start-2 {
  grid-row-start: 2;
}

.row-end-2 {
  grid-row-end: 2;
}

.col-start-3 {
  grid-column-start: 3;
}

.col-end-3 {
  grid-column-end: 3;
}

.row-start-3 {
  grid-row-start: 3;
}

.row-end-3 {
  grid-row-end: 3;
}

.col-start-4 {
  grid-column-start: 4;
}

.col-end-4 {
  grid-column-end: 4;
}

.row-start-4 {
  grid-row-start: 4;
}

.row-end-4 {
  grid-row-end: 4;
}

.col-start-5 {
  grid-column-start: 5;
}

.col-end-5 {
  grid-column-end: 5;
}

.row-start-5 {
  grid-row-start: 5;
}

.row-end-5 {
  grid-row-end: 5;
}

.col-start-6 {
  grid-column-start: 6;
}

.col-end-6 {
  grid-column-end: 6;
}

.row-start-6 {
  grid-row-start: 6;
}

.row-end-6 {
  grid-row-end: 6;
}

.col-start-7 {
  grid-column-start: 7;
}

.col-end-7 {
  grid-column-end: 7;
}

.row-start-7 {
  grid-row-start: 7;
}

.row-end-7 {
  grid-row-end: 7;
}

.col-start-8 {
  grid-column-start: 8;
}

.col-end-8 {
  grid-column-end: 8;
}

.row-start-8 {
  grid-row-start: 8;
}

.row-end-8 {
  grid-row-end: 8;
}

.col-start-9 {
  grid-column-start: 9;
}

.col-end-9 {
  grid-column-end: 9;
}

.row-start-9 {
  grid-row-start: 9;
}

.row-end-9 {
  grid-row-end: 9;
}

.col-start-10 {
  grid-column-start: 10;
}

.col-end-10 {
  grid-column-end: 10;
}

.row-start-10 {
  grid-row-start: 10;
}

.row-end-10 {
  grid-row-end: 10;
}

.col-start-11 {
  grid-column-start: 11;
}

.col-end-11 {
  grid-column-end: 11;
}

.row-start-11 {
  grid-row-start: 11;
}

.row-end-11 {
  grid-row-end: 11;
}

.col-start-12 {
  grid-column-start: 12;
}

.col-end-12 {
  grid-column-end: 12;
}

.row-start-12 {
  grid-row-start: 12;
}

.row-end-12 {
  grid-row-end: 12;
}

.col-start-13 {
  grid-column-start: 13;
}

.col-end-13 {
  grid-column-end: 13;
}

.row-start-13 {
  grid-row-start: 13;
}

.row-end-13 {
  grid-row-end: 13;
}

.col-start-auto {
  grid-column-start: auto;
}

.col-end-auto {
  grid-column-end: auto;
}

.row-start-auto {
  grid-row-start: auto;
}

.row-end-auto {
  grid-row-end: auto;
}

.container {
  width: 100%;
  margin-right: auto;
  margin-left: auto;
  padding-right: 1rem;
  padding-left: 1rem;
}

.m-0 {
  margin: 0;
}

.mx-0 {
  margin-left: 0;
  margin-right: 0;
}

.my-0 {
  margin-top: 0;
  margin-bottom: 0;
}

.mt-0 {
  margin-top: 0;
}

.mr-0 {
  margin-right: 0;
}

.mb-0 {
  margin-bottom: 0;
}

.ml-0 {
  margin-left: 0;
}

.p-0 {
  padding: 0;
}

.px-0 {
  padding-left: 0;
  padding-right: 0;
}

.py-0 {
  padding-top: 0;
  padding-bottom: 0;
}

.pt-0 {
  padding-top: 0;
}

.pr-0 {
  padding-right: 0;
}

.pb-0 {
  padding-bottom: 0;
}

.pl-0 {
  padding-left: 0;
}

.m-1 {
  margin: 0.25rem;
}

.mx-1 {
  margin-left: 0.25rem;
  margin-right: 0.25rem;
}

.my-1 {
  margin-top: 0.25rem;
  margin-bottom: 0.25rem;
}

.mt-1 {
  margin-top: 0.25rem;
}

.mr-1 {
  margin-right: 0.25rem;
}

.mb-1 {
  margin-bottom: 0.25rem;
}

.ml-1 {
  margin-left: 0.25rem;
}

.p-1 {
  padding: 0.25rem;
}

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

.py-1 {
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
}

.pt-1 {
  padding-top: 0.25rem;
}

.pr-1 {
  padding-right: 0.25rem;
}

.pb-1 {
  padding-bottom: 0.25rem;
}

.pl-1 {
  padding-left: 0.25rem;
}

.m-2 {
  margin: 0.5rem;
}

.mx-2 {
  margin-left: 0.5rem;
  margin-right: 0.5rem;
}

.my-2 {
  margin-top: 0.5rem;
  margin-bottom: 0.5rem;
}

.mt-2 {
  margin-top: 0.5rem;
}

.mr-2 {
  margin-right: 0.5rem;
}

.mb-2 {
  margin-bottom: 0.5rem;
}

.ml-2 {
  margin-left: 0.5rem;
}

.p-2 {
  padding: 0.5rem;
}

.px-2 {
  padding-left: 0.5rem;
  padding-right: 0.5rem;
}

.py-2 {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}

.pt-2 {
  padding-top: 0.5rem;
}

.pr-2 {
  padding-right: 0.5rem;
}

.pb-2 {
  padding-bottom: 0.5rem;
}

.pl-2 {
  padding-left: 0.5rem;
}

.m-3 {
  margin: 0.75rem;
}

.mx-3 {
  margin-left: 0.75rem;
  margin-right: 0.75rem;
}

.my-3 {
  margin-top: 0.75rem;
  margin-bottom: 0.75rem;
}

.mt-3 {
  margin-top: 0.75rem;
}

.mr-3 {
  margin-right: 0.75rem;
}

.mb-3 {
  margin-bottom: 0.75rem;
}

.ml-3 {
  margin-left: 0.75rem;
}

.p-3 {
  padding: 0.75rem;
}

.px-3 {
  padding-left: 0.75rem;
  padding-right: 0.75rem;
}

.py-3 {
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
}

.pt-3 {
  padding-top: 0.75rem;
}

.pr-3 {
  padding-right: 0.75rem;
}

.pb-3 {
  padding-bottom: 0.75rem;
}

.pl-3 {
  padding-left: 0.75rem;
}

.m-4 {
  margin: 1rem;
}

.mx-4 {
  margin-left: 1rem;
  margin-right: 1rem;
}

.my-4 {
  margin-top: 1rem;
  margin-bottom: 1rem;
}

.mt-4 {
  margin-top: 1rem;
}

.mr-4 {
  margin-right: 1rem;
}

.mb-4 {
  margin-bottom: 1rem;
}

.ml-4 {
  margin-left: 1rem;
}

.p-4 {
  padding: 1rem;
}

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

.py-4 {
  padding-top: 1rem;
  padding-bottom: 1rem;
}

.pt-4 {
  padding-top: 1rem;
}

.pr-4 {
  padding-right: 1rem;
}

.pb-4 {
  padding-bottom: 1rem;
}

.pl-4 {
  padding-left: 1rem;
}

.m-5 {
  margin: 1.25rem;
}

.mx-5 {
  margin-left: 1.25rem;
  margin-right: 1.25rem;
}

.my-5 {
  margin-top: 1.25rem;
  margin-bottom: 1.25rem;
}

.mt-5 {
  margin-top: 1.25rem;
}

.mr-5 {
  margin-right: 1.25rem;
}

.mb-5 {
  margin-bottom: 1.25rem;
}

.ml-5 {
  margin-left: 1.25rem;
}

.p-5 {
  padding: 1.25rem;
}

.px-5 {
  padding-left: 1.25rem;
  padding-right: 1.25rem;
}

.py-5 {
  padding-top: 1.25rem;
  padding-bottom: 1.25rem;
}

.pt-5 {
  padding-top: 1.25rem;
}

.pr-5 {
  padding-right: 1.25rem;
}

.pb-5 {
  padding-bottom: 1.25rem;
}

.pl-5 {
  padding-left: 1.25rem;
}

.m-6 {
  margin: 1.5rem;
}

.mx-6 {
  margin-left: 1.5rem;
  margin-right: 1.5rem;
}

.my-6 {
  margin-top: 1.5rem;
  margin-bottom: 1.5rem;
}

.mt-6 {
  margin-top: 1.5rem;
}

.mr-6 {
  margin-right: 1.5rem;
}

.mb-6 {
  margin-bottom: 1.5rem;
}

.ml-6 {
  margin-left: 1.5rem;
}

.p-6 {
  padding: 1.5rem;
}

.px-6 {
  padding-left: 1.5rem;
  padding-right: 1.5rem;
}

.py-6 {
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
}

.pt-6 {
  padding-top: 1.5rem;
}

.pr-6 {
  padding-right: 1.5rem;
}

.pb-6 {
  padding-bottom: 1.5rem;
}

.pl-6 {
  padding-left: 1.5rem;
}

.m-8 {
  margin: 2rem;
}

.mx-8 {
  margin-left: 2rem;
  margin-right: 2rem;
}

.my-8 {
  margin-top: 2rem;
  margin-bottom: 2rem;
}

.mt-8 {
  margin-top: 2rem;
}

.mr-8 {
  margin-right: 2rem;
}

.mb-8 {
  margin-bottom: 2rem;
}

.ml-8 {
  margin-left: 2rem;
}

.p-8 {
  padding: 2rem;
}

.px-8 {
  padding-left: 2rem;
  padding-right: 2rem;
}

.py-8 {
  padding-top: 2rem;
  padding-bottom: 2rem;
}

.pt-8 {
  padding-top: 2rem;
}

.pr-8 {
  padding-right: 2rem;
}

.pb-8 {
  padding-bottom: 2rem;
}

.pl-8 {
  padding-left: 2rem;
}

.m-10 {
  margin: 2.5rem;
}

.mx-10 {
  margin-left: 2.5rem;
  margin-right: 2.5rem;
}

.my-10 {
  margin-top: 2.5rem;
  margin-bottom: 2.5rem;
}

.mt-10 {
  margin-top: 2.5rem;
}

.mr-10 {
  margin-right: 2.5rem;
}

.mb-10 {
  margin-bottom: 2.5rem;
}

.ml-10 {
  margin-left: 2.5rem;
}

.p-10 {
  padding: 2.5rem;
}

.px-10 {
  padding-left: 2.5rem;
  padding-right: 2.5rem;
}

.py-10 {
  padding-top: 2.5rem;
  padding-bottom: 2.5rem;
}

.pt-10 {
  padding-top: 2.5rem;
}

.pr-10 {
  padding-right: 2.5rem;
}

.pb-10 {
  padding-bottom: 2.5rem;
}

.pl-10 {
  padding-left: 2.5rem;
}

.m-12 {
  margin: 3rem;
}

.mx-12 {
  margin-left: 3rem;
  margin-right: 3rem;
}

.my-12 {
  margin-top: 3rem;
  margin-bottom: 3rem;
}

.mt-12 {
  margin-top: 3rem;
}

.mr-12 {
  margin-right: 3rem;
}

.mb-12 {
  margin-bottom: 3rem;
}

.ml-12 {
  margin-left: 3rem;
}

.p-12 {
  padding: 3rem;
}

.px-12 {
  padding-left: 3rem;
  padding-right: 3rem;
}

.py-12 {
  padding-top: 3rem;
  padding-bottom: 3rem;
}

.pt-12 {
  padding-top: 3rem;
}

.pr-12 {
  padding-right: 3rem;
}

.pb-12 {
  padding-bottom: 3rem;
}

.pl-12 {
  padding-left: 3rem;
}

.m-16 {
  margin: 4rem;
}

.mx-16 {
  margin-left: 4rem;
  margin-right: 4rem;
}

.my-16 {
  margin-top: 4rem;
  margin-bottom: 4rem;
}

.mt-16 {
  margin-top: 4rem;
}

.mr-16 {
  margin-right: 4rem;
}

.mb-16 {
  margin-bottom: 4rem;
}

.ml-16 {
  margin-left: 4rem;
}

.p-16 {
  padding: 4rem;
}

.px-16 {
  padding-left: 4rem;
  padding-right: 4rem;
}

.py-16 {
  padding-top: 4rem;
  padding-bottom: 4rem;
}

.pt-16 {
  padding-top: 4rem;
}

.pr-16 {
  padding-right: 4rem;
}

.pb-16 {
  padding-bottom: 4rem;
}

.pl-16 {
  padding-left: 4rem;
}

.m-20 {
  margin: 5rem;
}

.mx-20 {
  margin-left: 5rem;
  margin-right: 5rem;
}

.my-20 {
  margin-top: 5rem;
  margin-bottom: 5rem;
}

.mt-20 {
  margin-top: 5rem;
}

.mr-20 {
  margin-right: 5rem;
}

.mb-20 {
  margin-bottom: 5rem;
}

.ml-20 {
  margin-left: 5rem;
}

.p-20 {
  padding: 5rem;
}

.px-20 {
  padding-left: 5rem;
  padding-right: 5rem;
}

.py-20 {
  padding-top: 5rem;
  padding-bottom: 5rem;
}

.pt-20 {
  padding-top: 5rem;
}

.pr-20 {
  padding-right: 5rem;
}

.pb-20 {
  padding-bottom: 5rem;
}

.pl-20 {
  padding-left: 5rem;
}

.m-24 {
  margin: 6rem;
}

.mx-24 {
  margin-left: 6rem;
  margin-right: 6rem;
}

.my-24 {
  margin-top: 6rem;
  margin-bottom: 6rem;
}

.mt-24 {
  margin-top: 6rem;
}

.mr-24 {
  margin-right: 6rem;
}

.mb-24 {
  margin-bottom: 6rem;
}

.ml-24 {
  margin-left: 6rem;
}

.p-24 {
  padding: 6rem;
}

.px-24 {
  padding-left: 6rem;
  padding-right: 6rem;
}

.py-24 {
  padding-top: 6rem;
  padding-bottom: 6rem;
}

.pt-24 {
  padding-top: 6rem;
}

.pr-24 {
  padding-right: 6rem;
}

.pb-24 {
  padding-bottom: 6rem;
}

.pl-24 {
  padding-left: 6rem;
}

.m-32 {
  margin: 8rem;
}

.mx-32 {
  margin-left: 8rem;
  margin-right: 8rem;
}

.my-32 {
  margin-top: 8rem;
  margin-bottom: 8rem;
}

.mt-32 {
  margin-top: 8rem;
}

.mr-32 {
  margin-right: 8rem;
}

.mb-32 {
  margin-bottom: 8rem;
}

.ml-32 {
  margin-left: 8rem;
}

.p-32 {
  padding: 8rem;
}

.px-32 {
  padding-left: 8rem;
  padding-right: 8rem;
}

.py-32 {
  padding-top: 8rem;
  padding-bottom: 8rem;
}

.pt-32 {
  padding-top: 8rem;
}

.pr-32 {
  padding-right: 8rem;
}

.pb-32 {
  padding-bottom: 8rem;
}

.pl-32 {
  padding-left: 8rem;
}

.mx-auto {
  margin-left: auto;
  margin-right: auto;
}

.w-full {
  width: 100%;
}

.h-full {
  height: 100%;
}

.w-auto {
  width: auto;
}

.h-auto {
  height: auto;
}

.block {
  display: block;
}

.inline-block {
  display: inline-block;
}

.inline {
  display: inline;
}

.hidden {
  display: none;
}

.text-left {
  text-align: left;
}

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

.text-right {
  text-align: right;
}

@media (min-width: 640px) {
  .sm\:block {
    display: block;
  }
  .sm\:hidden {
    display: none;
  }
  .sm\:w-full {
    width: 100%;
  }
  .sm\:w-auto {
    width: auto;
  }
  .sm\:grid-cols-1 {
    grid-template-columns: repeat(1, minmax(0, 1fr));
  }
  .sm\:grid-cols-2 {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .sm\:grid-cols-3 {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
  .sm\:grid-cols-4 {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }
  .sm\:grid-cols-5 {
    grid-template-columns: repeat(5, minmax(0, 1fr));
  }
  .sm\:grid-cols-6 {
    grid-template-columns: repeat(6, minmax(0, 1fr));
  }
  .sm\:grid-cols-7 {
    grid-template-columns: repeat(7, minmax(0, 1fr));
  }
  .sm\:grid-cols-8 {
    grid-template-columns: repeat(8, minmax(0, 1fr));
  }
  .sm\:grid-cols-9 {
    grid-template-columns: repeat(9, minmax(0, 1fr));
  }
  .sm\:grid-cols-10 {
    grid-template-columns: repeat(10, minmax(0, 1fr));
  }
  .sm\:grid-cols-11 {
    grid-template-columns: repeat(11, minmax(0, 1fr));
  }
  .sm\:grid-cols-12 {
    grid-template-columns: repeat(12, minmax(0, 1fr));
  }
  .sm\:flex {
    display: flex;
  }
  .sm\:flex-row {
    flex-direction: row;
  }
  .sm\:flex-col {
    flex-direction: column;
  }
  .sm\:items-start {
    align-items: flex-start;
  }
  .sm\:items-center {
    align-items: center;
  }
  .sm\:items-end {
    align-items: flex-end;
  }
  .sm\:justify-start {
    justify-content: flex-start;
  }
  .sm\:justify-center {
    justify-content: center;
  }
  .sm\:justify-end {
    justify-content: flex-end;
  }
  .sm\:justify-between {
    justify-content: space-between;
  }
}
@media (min-width: 768px) {
  .md\:block {
    display: block;
  }
  .md\:hidden {
    display: none;
  }
  .md\:w-full {
    width: 100%;
  }
  .md\:w-auto {
    width: auto;
  }
  .md\:grid-cols-1 {
    grid-template-columns: repeat(1, minmax(0, 1fr));
  }
  .md\:grid-cols-2 {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .md\:grid-cols-3 {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
  .md\:grid-cols-4 {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }
  .md\:grid-cols-5 {
    grid-template-columns: repeat(5, minmax(0, 1fr));
  }
  .md\:grid-cols-6 {
    grid-template-columns: repeat(6, minmax(0, 1fr));
  }
  .md\:grid-cols-7 {
    grid-template-columns: repeat(7, minmax(0, 1fr));
  }
  .md\:grid-cols-8 {
    grid-template-columns: repeat(8, minmax(0, 1fr));
  }
  .md\:grid-cols-9 {
    grid-template-columns: repeat(9, minmax(0, 1fr));
  }
  .md\:grid-cols-10 {
    grid-template-columns: repeat(10, minmax(0, 1fr));
  }
  .md\:grid-cols-11 {
    grid-template-columns: repeat(11, minmax(0, 1fr));
  }
  .md\:grid-cols-12 {
    grid-template-columns: repeat(12, minmax(0, 1fr));
  }
  .md\:flex {
    display: flex;
  }
  .md\:flex-row {
    flex-direction: row;
  }
  .md\:flex-col {
    flex-direction: column;
  }
  .md\:items-start {
    align-items: flex-start;
  }
  .md\:items-center {
    align-items: center;
  }
  .md\:items-end {
    align-items: flex-end;
  }
  .md\:justify-start {
    justify-content: flex-start;
  }
  .md\:justify-center {
    justify-content: center;
  }
  .md\:justify-end {
    justify-content: flex-end;
  }
  .md\:justify-between {
    justify-content: space-between;
  }
}
@media (min-width: 1024px) {
  .lg\:block {
    display: block;
  }
  .lg\:hidden {
    display: none;
  }
  .lg\:w-full {
    width: 100%;
  }
  .lg\:w-auto {
    width: auto;
  }
  .lg\:grid-cols-1 {
    grid-template-columns: repeat(1, minmax(0, 1fr));
  }
  .lg\:grid-cols-2 {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .lg\:grid-cols-3 {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
  .lg\:grid-cols-4 {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }
  .lg\:grid-cols-5 {
    grid-template-columns: repeat(5, minmax(0, 1fr));
  }
  .lg\:grid-cols-6 {
    grid-template-columns: repeat(6, minmax(0, 1fr));
  }
  .lg\:grid-cols-7 {
    grid-template-columns: repeat(7, minmax(0, 1fr));
  }
  .lg\:grid-cols-8 {
    grid-template-columns: repeat(8, minmax(0, 1fr));
  }
  .lg\:grid-cols-9 {
    grid-template-columns: repeat(9, minmax(0, 1fr));
  }
  .lg\:grid-cols-10 {
    grid-template-columns: repeat(10, minmax(0, 1fr));
  }
  .lg\:grid-cols-11 {
    grid-template-columns: repeat(11, minmax(0, 1fr));
  }
  .lg\:grid-cols-12 {
    grid-template-columns: repeat(12, minmax(0, 1fr));
  }
  .lg\:flex {
    display: flex;
  }
  .lg\:flex-row {
    flex-direction: row;
  }
  .lg\:flex-col {
    flex-direction: column;
  }
  .lg\:items-start {
    align-items: flex-start;
  }
  .lg\:items-center {
    align-items: center;
  }
  .lg\:items-end {
    align-items: flex-end;
  }
  .lg\:justify-start {
    justify-content: flex-start;
  }
  .lg\:justify-center {
    justify-content: center;
  }
  .lg\:justify-end {
    justify-content: flex-end;
  }
  .lg\:justify-between {
    justify-content: space-between;
  }
}
@media (min-width: 1280px) {
  .xl\:block {
    display: block;
  }
  .xl\:hidden {
    display: none;
  }
  .xl\:w-full {
    width: 100%;
  }
  .xl\:w-auto {
    width: auto;
  }
  .xl\:grid-cols-1 {
    grid-template-columns: repeat(1, minmax(0, 1fr));
  }
  .xl\:grid-cols-2 {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .xl\:grid-cols-3 {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
  .xl\:grid-cols-4 {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }
  .xl\:grid-cols-5 {
    grid-template-columns: repeat(5, minmax(0, 1fr));
  }
  .xl\:grid-cols-6 {
    grid-template-columns: repeat(6, minmax(0, 1fr));
  }
  .xl\:grid-cols-7 {
    grid-template-columns: repeat(7, minmax(0, 1fr));
  }
  .xl\:grid-cols-8 {
    grid-template-columns: repeat(8, minmax(0, 1fr));
  }
  .xl\:grid-cols-9 {
    grid-template-columns: repeat(9, minmax(0, 1fr));
  }
  .xl\:grid-cols-10 {
    grid-template-columns: repeat(10, minmax(0, 1fr));
  }
  .xl\:grid-cols-11 {
    grid-template-columns: repeat(11, minmax(0, 1fr));
  }
  .xl\:grid-cols-12 {
    grid-template-columns: repeat(12, minmax(0, 1fr));
  }
  .xl\:flex {
    display: flex;
  }
  .xl\:flex-row {
    flex-direction: row;
  }
  .xl\:flex-col {
    flex-direction: column;
  }
  .xl\:items-start {
    align-items: flex-start;
  }
  .xl\:items-center {
    align-items: center;
  }
  .xl\:items-end {
    align-items: flex-end;
  }
  .xl\:justify-start {
    justify-content: flex-start;
  }
  .xl\:justify-center {
    justify-content: center;
  }
  .xl\:justify-end {
    justify-content: flex-end;
  }
  .xl\:justify-between {
    justify-content: space-between;
  }
}
.flex, .flex-center, .flex-center-start, .flex-center-end, .flex-center-stretch, .flex-between, .flex-between-start, .flex-between-end, .flex-between-stretch, .flex-between-center, .flex-around, .flex-around-start, .flex-around-end, .flex-around-stretch, .flex-evenly, .flex-evenly-start, .flex-evenly-end, .flex-evenly-stretch, .flex-start, .flex-start-start, .flex-start-end, .flex-start-stretch, .flex-end, .flex-end-start, .flex-end-end, .flex-end-stretch, .flex-end-center {
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
}

.flex-reverse {
  flex-direction: row-reverse;
}

.flex-center, .flex-center-start, .flex-center-end, .flex-center-stretch {
  justify-content: center;
  align-items: center;
}

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

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

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

.flex-between, .flex-between-start, .flex-between-end, .flex-between-stretch, .flex-between-center {
  justify-content: space-between;
}

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

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

.flex-between-stretch {
  align-items: stretch;
}

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

.flex-around, .flex-around-start, .flex-around-end, .flex-around-stretch {
  justify-content: space-around;
}

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

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

.flex-around-stretch {
  align-items: stretch;
}

.flex-evenly, .flex-evenly-start, .flex-evenly-end, .flex-evenly-stretch {
  justify-content: space-evenly;
}

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

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

.flex-evenly-stretch {
  align-items: stretch;
}

.flex-start, .flex-start-start, .flex-start-end, .flex-start-stretch {
  justify-content: flex-start;
}

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

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

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

.flex-end, .flex-end-start, .flex-end-end, .flex-end-stretch, .flex-end-center {
  justify-content: flex-end;
}

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

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

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

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

.flex-col, .flex-col-start, .flex-col-start-center, .flex-col-end,
.flex-col-center,
.flex-col-end-center,
.flex-col-between-center {
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  align-items: center;
}

.flex-col-start, .flex-col-start-center {
  align-items: flex-start;
}

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

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

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

.flex-col-between-center {
  justify-content: space-between;
}

.gap-05 {
  gap: 0.5rem;
}

.gap-075 {
  gap: 0.75rem;
}

.gap-1 {
  gap: 1rem;
}

.gap-2 {
  gap: 2rem;
}

.gap-3 {
  gap: 3rem;
}

.gap-4 {
  gap: 4rem;
}

.gap-5 {
  gap: 5rem;
}

.gap-6 {
  gap: 6rem;
}

.row-gap-05 {
  row-gap: 0.5rem;
}

.row-gap-075 {
  row-gap: 0.75rem;
}

.row-gap-1 {
  row-gap: 1rem;
}

.row-gap-2 {
  row-gap: 2rem;
}

.row-gap-3 {
  row-gap: 3rem;
}

.row-gap-4 {
  row-gap: 4rem;
}

.row-gap-5 {
  row-gap: 5rem;
}

.row-gap-6 {
  row-gap: 6rem;
}

.fill {
  width: 100%;
  height: 100%;
}

.fill-width, .w-full {
  width: 100%;
}

.fill-height {
  height: 100%;
}

.fluid-height {
  max-width: 100%;
  height: auto;
}

.fluid-width {
  max-height: 100%;
  width: auto;
}

.relative {
  position: relative;
}

.hide {
  display: none;
}

.text-center {
  text-align: center;
}
.text-center * {
  text-align: center;
}

.no-padding {
  padding: 0;
}

.no-margin {
  margin: 0;
}

.half-page-left {
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  width: 50%;
}
@media (max-width: 1199px) {
  .half-page-left {
    position: relative;
    width: 100%;
    height: 420px;
  }
}

.half-page-right {
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  width: 50%;
}
@media (max-width: 1199px) {
  .half-page-right {
    position: relative;
    width: 100%;
    height: 420px;
  }
}

.scroll-block {
  overflow: hidden;
  height: 100%;
  position: fixed;
  width: 100%;
}

/* Optional: Style for iOS devices to prevent elastic scrolling */
.scroll-block body {
  position: fixed;
  width: 100%;
}

picture > img {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.cover,
.cover-width,
.cover img,
.cover-width img {
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: auto;
}

.cover-height,
.cover-height img {
  height: 100%;
  width: auto !important;
  -o-object-fit: cover;
     object-fit: cover;
  margin-left: auto;
  margin-right: auto;
}

.contain,
.contain-width,
.contain img,
.contain-width img {
  width: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}

.contain-height .contain-height img {
  height: 100%;
  width: auto !important;
  -o-object-fit: contain;
     object-fit: contain;
  margin-left: auto;
  margin-right: auto;
}

.background,
.background-cover {
  position: absolute;
  -o-object-fit: cover;
     object-fit: cover;
  height: 100%;
  width: 100%;
  z-index: -1;
}

.background-contain {
  position: absolute;
  top: 0;
  left: 0;
  -o-object-fit: contain;
     object-fit: contain;
  height: 100%;
  width: 100%;
  z-index: -1;
}

.img-container {
  position: relative;
}
@media (max-width: 992px) {
  .img-container {
    margin-top: 15px;
    margin-bottom: 45px;
  }
}
.img-container::after {
  content: "";
  position: absolute;
  bottom: 1px; /* directly underneath the image */
  left: 0;
  width: 100%;
  height: 4px; /* thickness of the line */
  background-color: #014468; /* blue */
  z-index: -2;
}
.img-container::before {
  content: "";
  position: absolute;
  bottom: -6px; /* slightly below the after line */
  left: 0;
  width: 100%;
  height: 4px; /* thickness of the line */
  background-color: #8c837c; /* grey */
  z-index: -3;
}

.woocommerce-breadcrumb {
  padding-left: 12px !important;
}
.woocommerce-breadcrumb a {
  text-decoration: none;
}

.woocommerce-archive .content {
  display: flex;
}
@media (max-width: 1199px) {
  .woocommerce-archive .content {
    flex-direction: column;
  }
}
.woo-sidebar-categories {
  padding-right: 3em;
}
.woo-sidebar-categories ul {
  padding: 0;
}
.woo-sidebar-categories li {
  list-style: none;
  display: flex;
  justify-content: space-between;
}
.woo-sidebar-categories a {
  text-decoration: none;
}

.woocommerce-result-count {
  float: right !important;
  margin-right: 2em !important;
}

.product.type-product:not(.product.type-product .summary) .woocommerce-loop-product__title {
  font-size: 18px;
  font-weight: 400;
  color: black !important;
}
.product.type-product:not(.product.type-product .summary) .price {
  font-size: 16px;
}
.product.type-product:not(.product.type-product .summary) .price bdi {
  color: var(--paragraph-color) !important;
  font-size: 16px;
  text-decoration: none;
}
.product.type-product:not(.product.type-product .summary) .price bdi span {
  color: var(--paragraph-color) !important;
  font-size: 16px;
}
.product.type-product:not(.product.type-product .summary) .onsale {
  background-color: black !important;
  font-size: 14px !important;
  font-weight: 400 !important;
  padding: 0.5em !important;
}
.product.type-product:not(.product.type-product .summary) .button {
  border-radius: 50px !important;
  background-color: black !important;
  color: white !important;
  font-weight: 400 !important;
  position: absolute !important;
  top: 250px;
  right: 16px !important;
  transition: 0.3s ease;
  opacity: 0;
}
.product.type-product:not(.product.type-product .summary) .summary .button {
  border-radius: 50px !important;
  background-color: black !important;
  color: white !important;
  font-weight: 400 !important;
  transition: 0.3s ease;
  top: auto;
  right: auto !important;
  opacity: 1;
}
.product.type-product:not(.product.type-product .summary) .added_to_cart {
  display: none !important;
}
.product.type-product:not(.product.type-product .summary):hover .button {
  opacity: 1;
}

.woocommerce-message {
  border-top: none !important;
}
.woocommerce-message:before {
  color: black !important;
}

.woocommerce form .form-row input.input-text {
  padding: 0.6em;
}

th, td, tr, table {
  border: 0px solid transparent !important;
  outline: 0px solid transparent !important;
}

.owl-stage-outer,
.owl-stage,
.owl-item {
  height: 100%;
  overflow: hidden;
}

.owl-nav .owl-prev,
.owl-nav .owl-next {
  position: absolute;
  top: 50%;
  transform: translate(0%, -50%);
  box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
}
.owl-nav .owl-prev span,
.owl-nav .owl-next span {
  font-size: 28px;
}
.owl-nav .owl-prev {
  left: 0%;
}
.owl-nav .owl-next {
  right: 0%;
}

@keyframes openYourHeart {
  from {
    x: 0;
  }
  to {
    x: 100%;
  }
}
#myClip rect {
  animation: openYourHeart 1.2s ease;
}

.block-decoration .decoration-lines {
  position: relative;
  width: 100%;
}
.block-decoration .decoration-lines::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 4px;
  background-color: #014468;
}
.block-decoration .decoration-lines::after {
  content: "";
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 4px;
  background-color: #8c837c;
}/*# sourceMappingURL=main.css.map */