/*
Theme Name: XT Grid Theme
Author: Xtensive Web Design
Author URI: https://www.xtensive.co.uk
Description: A base theme built with CSS Grid
Version: 1.0
*/
/* Breakpoints */
/* Colors */
h1,
h2,
h3,
h4,
h5,
h6 {
  color: #25424E;
  padding: 0;
  margin: 0 0 1rem 0;
  font-family: pt-serif, serif;
  font-weight: 700;
  font-style: normal;
}

h1 {
  font-size: 1.8rem;
}
@media (min-width: 576px) {
  h1 {
    font-size: 2rem;
  }
}
@media (min-width: 825px) {
  h1 {
    font-size: 2.4rem;
  }
}

h2 {
  font-size: 1.6rem;
}
@media (min-width: 576px) {
  h2 {
    font-size: 1.7rem;
  }
}
@media (min-width: 825px) {
  h2 {
    fontsize: 1.8rem;
  }
}

h3 {
  font-size: 1.5rem;
}

h4 {
  font-size: 1.4rem;
}

p {
  font-size: 1rem;
  color: #25424E;
  padding: 0;
  margin: 0 0 1rem 0;
}

a {
  font-size: 1rem;
  color: #25424E;
  text-decoration-color: transparent;
  transition: 0.3s;
}
a:hover, a:focus {
  color: #000;
}

ul {
  padding: 0 0 0 1.5rem;
}

li {
  font-size: 1rem;
  padding: 0;
  margin: 0;
}

.wp-block-media-text {
  margin: 2rem 0;
}
@media (min-width: 825px) {
  .wp-block-media-text {
    margin: 4rem 0;
  }
}
.wp-block-media-text:first-of-type {
  margin: 0 0 2rem 0;
}
@media (min-width: 825px) {
  .wp-block-media-text:first-of-type {
    margin: 0 0 4rem 0;
  }
}
.wp-block-media-text:last-of-type {
  margin-bottom: 0;
}
.wp-block-media-text .wp-block-media-text__content {
  margin: 2rem 0 0 0;
  padding: 0;
}
@media (min-width: 825px) {
  .wp-block-media-text .wp-block-media-text__content {
    padding: 4rem 0 4rem 2rem;
    margin: 0;
  }
}
.wp-block-media-text .wp-block-media-text__media {
  position: relative;
  overflow: hidden;
  border-radius: 10px;
}
@media (min-width: 825px) {
  .wp-block-media-text .wp-block-media-text__media {
    margin: 0 2rem 0 0;
  }
}
.wp-block-media-text .wp-block-media-text__media img {
  width: 100%;
  height: 400px;
  object-fit: cover;
}
@media (min-width: 825px) {
  .wp-block-media-text .wp-block-media-text__media img {
    height: 100%;
  }
}

@media (min-width: 825px) {
  .has-media-on-the-right .wp-block-media-text__content {
    padding: 4rem 2rem 4rem 0;
  }
}
.has-media-on-the-right .wp-block-media-text__media {
  position: relative;
  overflow: hidden;
  border-radius: 10px;
}
@media (min-width: 825px) {
  .has-media-on-the-right .wp-block-media-text__media {
    margin: 0 0 0 2rem;
  }
}
.has-media-on-the-right .wp-block-media-text__media img {
  width: 100%;
  height: 300px;
  object-fit: cover;
}
@media (min-width: 825px) {
  .has-media-on-the-right .wp-block-media-text__media img {
    height: 100%;
  }
}

@media (max-width: 825px) {
  .wp-block-media-text.is-stacked-on-mobile {
    grid-template-columns: 100% !important;
  }
}
@media (max-width: 825px) {
  .wp-block-media-text.is-stacked-on-mobile > .wp-block-media-text__media {
    grid-column: 1;
    grid-row: 1;
  }
  .wp-block-media-text.is-stacked-on-mobile > .wp-block-media-text__content {
    grid-column: 1;
    grid-row: 2;
  }
}
.wp-block-columns {
  gap: 0;
  margin: 0;
}
@media (min-width: 825px) {
  .wp-block-columns {
    gap: 2rem;
  }
}
.wp-block-columns .wp-block-column ul {
  margin: 0;
}
@media (min-width: 825px) {
  .wp-block-columns .wp-block-column ul {
    margin: 1rem 0;
  }
}

.introduction {
  width: 100%;
  max-width: 87.5rem;
  margin: 0 auto;
  padding: 4rem 1rem;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
@media (min-width: 825px) {
  .introduction {
    width: 90%;
  }
}
@media (min-width: 1200px) {
  .introduction {
    width: 60%;
  }
}
.introduction p {
  margin: 0;
}

.services-wrap {
  width: 100%;
  background: #FFFBF7;
}
.services-wrap .services {
  width: 100%;
  max-width: 87.5rem;
  margin: 0 auto;
  padding: 4rem 1rem;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: start;
  gap: 2rem;
}
@media (min-width: 1050px) {
  .services-wrap .services {
    flex-direction: row;
    gap: 1rem;
  }
}
.services-wrap .services .services-introduction {
  width: 100%;
}
@media (min-width: 1050px) {
  .services-wrap .services .services-introduction {
    width: 50%;
  }
}
.services-wrap .services .services-introduction p {
  margin: 0;
}
.services-wrap .services .services-cards {
  width: 100%;
  display: grid;
  grid-template-columns: repeat(1, 1fr);
  grid-template-rows: repeat(6, 1fr);
  gap: 1rem;
}
@media (min-width: 500px) {
  .services-wrap .services .services-cards {
    grid-template-columns: repeat(2, 1fr);
    grid-template-rows: repeat(3, 1fr);
  }
}
@media (min-width: 1050px) {
  .services-wrap .services .services-cards {
    width: 50%;
  }
}
.services-wrap .services .services-cards .card {
  background: #fff;
  border: 1px solid #DDD3CA;
  padding: 1rem;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  border-radius: 10px;
}
.services-wrap .services .services-cards .card:hover, .services-wrap .services .services-cards .card:focus {
  transform: scale(1.03);
}
.services-wrap .services .services-cards .card p {
  margin: 0;
}

.process {
  width: 100%;
  max-width: 87.5rem;
  margin: 0 auto;
  padding: 4rem 1rem;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 2rem;
  max-width: 70rem;
}
.process .process-introduction {
  width: 100%;
}
.process .process-introduction h2 {
  text-align: center;
}
.process .process-introduction p {
  text-align: center;
  margin: 0;
}
.process .process-cards {
  width: 100%;
  display: grid;
  grid-template-rows: repeat(4, 1fr);
  gap: 2rem;
}
@media (min-width: 825px) {
  .process .process-cards {
    grid-template-columns: repeat(2, 1fr);
    grid-template-rows: repeat(2, 1fr);
  }
}
.process .process-cards .card {
  background: #25424E;
  padding: 1rem;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: start;
  border-radius: 10px;
  position: relative;
  gap: 0.5rem;
}
.process .process-cards .card .step {
  font-size: 8rem;
  color: #47616E;
  position: absolute;
  top: -2rem;
  right: 0.5rem;
  font-family: "sofia-pro", sans-serif;
  font-weight: 700;
  z-index: 2;
}
@media (min-width: 825px) {
  .process .process-cards .card .step {
    font-size: 8rem;
  }
}
.process .process-cards .card .iconify-background {
  width: 46px;
  height: 46px;
  background: #fff;
  border-radius: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.process .process-cards .card .iconify-background .iconify {
  color: #25424E;
  display: block;
  width: 24px !important;
  height: 24px !important;
}
.process .process-cards .card h3 {
  color: #fff;
  margin: 0;
  z-index: 3;
}
.process .process-cards .card p {
  color: #fff;
  width: 80%;
  z-index: 3;
  margin: 0;
}

.experts-wrap {
  width: 100%;
  background: #FFFBF7;
  position: relative;
  overflow: hidden;
}
.experts-wrap .experts {
  width: 100%;
  max-width: 87.5rem;
  margin: 0 auto;
  padding: 4rem 1rem;
  z-index: 3;
  position: relative;
}
.experts-wrap .experts p {
  position: relative;
  margin: 0;
}
@media (min-width: 825px) {
  .experts-wrap .experts p {
    width: 80%;
  }
}
.experts-wrap .img-container {
  height: 100%;
  position: absolute;
  top: 0;
  bottom: 0;
  right: -10rem;
  z-index: 1;
  opacity: 0.2;
}
@media (min-width: 1050px) {
  .experts-wrap .img-container {
    opacity: 1;
  }
}
.experts-wrap .img-container img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  transform: scaleX(-1);
}

.reviews-wrap {
  width: 100%;
  max-width: 87.5rem;
  margin: 0 auto;
  padding: 4rem 1rem;
  margin-bottom: 2rem;
  position: relative;
  z-index: 2;
}
.reviews-wrap h2 {
  text-align: center;
}
.reviews-wrap .reviews {
  width: 100%;
  position: relative;
}
@media (min-width: 825px) {
  .reviews-wrap .reviews {
    width: 80%;
    margin: 0 auto;
  }
}
.reviews-wrap .reviews .reviews-box .quote {
  margin: 0 0 1rem 0;
}
.reviews-wrap .reviews .reviews-box p {
  text-align: center;
  margin: 0;
}
.reviews-wrap .reviews .slick-prev,
.reviews-wrap .reviews .slick-next {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 10;
  width: 42px;
  height: 42px;
  background: none;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  border: none;
  cursor: pointer;
  transition: 0.3s;
  pointer-events: auto;
}
.reviews-wrap .reviews .slick-prev:hover .iconify,
.reviews-wrap .reviews .slick-next:hover .iconify {
  color: #000;
}
.reviews-wrap .reviews .slick-prev .iconify,
.reviews-wrap .reviews .slick-next .iconify {
  color: #25424E;
  font-size: 50px;
  transition: transform 0.3s;
  pointer-events: none;
}
.reviews-wrap .reviews .slick-prev.slick-prev,
.reviews-wrap .reviews .slick-next.slick-prev {
  left: -80px;
}
.reviews-wrap .reviews .slick-prev.slick-next,
.reviews-wrap .reviews .slick-next.slick-next {
  right: -80px;
}
.reviews-wrap .reviews .slick-dots {
  position: absolute;
  bottom: -2rem;
  left: 50%;
  transform: translateX(-50%);
  display: flex !important;
  gap: 0.75rem;
  list-style: none;
  padding: 0;
  margin: 0;
}
.reviews-wrap .reviews .slick-dots li {
  width: 10px;
  height: 10px;
  padding: 0;
  margin: 0;
}
.reviews-wrap .reviews .slick-dots li button {
  width: 10px;
  height: 10px;
  padding: 0;
  border: 0;
  border-radius: 50%;
  background: #25424E;
  font-size: 0;
  line-height: 0;
  display: block;
  cursor: pointer;
}
.reviews-wrap .reviews .slick-dots li.slick-active button {
  background: #000;
}

.contact {
  width: 100%;
  background: #DDD3CA;
  position: relative;
  overflow: hidden;
  padding: 2rem 0;
  border-bottom: 5px solid #fff;
}
@media (min-width: 576px) {
  .contact::before {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    width: 40rem;
    height: 40rem;
    background: #fff;
    border-radius: 50%;
    transform: translate(-50%, -50%);
    z-index: 1;
  }
}
.contact .contact-box {
  width: 100%;
  max-width: 87.5rem;
  margin: 0 auto;
  padding: 4rem 1rem;
  position: relative;
  z-index: 2;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  max-width: 35rem;
  text-align: center;
}
.contact .contact-box p {
  margin: 0;
}

.page-layout .gform_wrapper {
  margin: 2rem 0 0 0;
}
.page-layout .gform_required_legend {
  display: none;
}
.page-layout .gform_wrapper.gravity-theme input[type=color],
.page-layout .gform_wrapper.gravity-theme input[type=date],
.page-layout .gform_wrapper.gravity-theme input[type=datetime-local],
.page-layout .gform_wrapper.gravity-theme input[type=datetime],
.page-layout .gform_wrapper.gravity-theme input[type=email],
.page-layout .gform_wrapper.gravity-theme input[type=month],
.page-layout .gform_wrapper.gravity-theme input[type=number],
.page-layout .gform_wrapper.gravity-theme input[type=password],
.page-layout .gform_wrapper.gravity-theme input[type=search],
.page-layout .gform_wrapper.gravity-theme input[type=tel],
.page-layout .gform_wrapper.gravity-theme input[type=text],
.page-layout .gform_wrapper.gravity-theme input[type=time],
.page-layout .gform_wrapper.gravity-theme input[type=url],
.page-layout .gform_wrapper.gravity-theme input[type=week],
.page-layout .gform_wrapper.gravity-theme select,
.page-layout .gform_wrapper.gravity-theme textarea {
  background: #eee;
  border: none;
  border-radius: 10px;
}

.gform_wrapper.gravity-theme .ginput_complex label,
.gform_wrapper.gravity-theme .ginput_complex legend {
  margin-bottom: 8px;
}

.gform_wrapper.gravity-theme .gfield_label {
  font-weight: 400 !important;
}

label.gform-field-label.gform-field-label--type-sub {
  font-size: 0.8rem !important;
}

.gfield_consent_label a {
  font-size: 1rem;
  position: relative;
}
.gfield_consent_label a::before {
  content: "";
  position: absolute;
  bottom: -1px;
  left: 0;
  width: 0;
  height: 1px;
  background: #000;
  transition: width 0.3s ease;
}
.gfield_consent_label a:hover {
  color: #000;
}
.gfield_consent_label a:hover::before {
  width: 100%;
}

.error {
  width: 100%;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}
.error .overlay {
  width: 100%;
  height: 70vh;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 1rem;
  margin: 2rem 0 0 0;
}
@media (min-width: 825px) {
  .error .overlay {
    margin: 0;
  }
}
.error .content {
  text-align: center;
}
.error .content .btn {
  margin: 1rem 0 0 0;
}

.blog-header {
  width: 100%;
  background: #333;
  padding: 2rem;
  text-align: center;
}
.blog-header h2 {
  color: #fff;
}

.blog-post {
  display: flex;
  flex-direction: column;
  text-decoration: none;
}
@media (min-width: 576px) {
  .blog-post {
    width: 48%;
    margin: 0 1%;
  }
  @supports (display: grid) {
    .blog-post {
      width: 100%;
      margin: 0;
    }
  }
}
.blog-post .image {
  width: 100%;
  height: 300px;
  background-size: cover !important;
  background-position: center center !important;
}
.blog-post .meta {
  color: #000;
  text-transform: uppercase;
  font-size: 0.9rem;
}
.blog-post .title {
  color: #000;
  font-size: 1.2rem;
}
.blog-post p {
  color: #000;
}

.post-single {
  width: 100%;
  max-width: 75rem;
  padding: 2rem;
  margin: 0 auto;
}
.post-single .attachment-post-thumbnail {
  width: 100%;
  height: auto;
}

.share-buttons {
  font-size: 0.7rem;
  line-height: 0.7rem;
  letter-spacing: 0.063rem;
  text-transform: uppercase;
  margin: 0 0 3.75rem;
  z-index: 2;
  position: relative;
  text-align: center;
  list-style-type: none;
  padding: 0;
  display: flex;
  flex-flow: row wrap;
  justify-content: space-between;
  align-content: flex-start;
}
.share-buttons li {
  height: auto;
  flex: 0 1 auto;
  width: calc(33.3333333% - 1px);
  margin-right: 0.063rem;
}
.share-buttons li:last-child {
  width: 33.3333333%;
  margin-right: 0;
}
.share-buttons li:last-child a {
  border-radius: 0 0.188rem 0.188rem 0;
}
.share-buttons li:first-child a {
  border-radius: 0.188rem 0 0 0.188rem;
}
.share-buttons svg {
  fill: #fff;
  margin-right: 0.313rem;
  width: 1rem;
  height: 1rem;
}
.share-buttons a {
  display: block;
  padding: 0.75rem 0.75rem 0.563rem;
  text-align: center;
  color: White;
}

.share-twitter {
  background: #1da1f2;
}

.share-facebook {
  background: #3b5998;
}

.share-pinterest {
  background: #b5071a;
}

.news-main {
  display: grid;
  grid-template-columns: repeat(1, 1fr);
  gap: 4rem;
  margin: 2rem 0 0 0;
}
@media (min-width: 825px) {
  .news-main {
    margin: 4rem 0 0 0;
  }
}

.pagination {
  text-align: center;
  margin: 2rem 0 0 0;
}
.pagination .page-numbers {
  color: #fff;
  font-weight: 700;
  padding: 0;
  background: #fff;
  color: #fff;
}
@media (min-width: 576px) {
  .pagination .page-numbers {
    padding: 0.5rem 1rem;
    background: #000;
  }
}
@media (min-width: 576px) {
  .pagination .page-numbers:hover, .pagination .page-numbers:focus {
    background: #000;
    color: #fff;
  }
}
@media (min-width: 576px) {
  .pagination .current {
    background: #000;
    color: #fff;
  }
}

.excerpt-card {
  display: flex;
  flex-direction: column;
  gap: 2rem;
}
@media (min-width: 825px) {
  .excerpt-card {
    flex-direction: row;
  }
}
.excerpt-card .card-image {
  width: 100px;
  height: 100px;
  border-radius: 100%;
  overflow: hidden;
}
.excerpt-card .card-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
@media (min-width: 825px) {
  .excerpt-card .content {
    width: 75%;
  }
}
.excerpt-card .content p:last-of-type {
  margin: 0;
}

.consultant {
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 2rem;
}
@media (min-width: 825px) {
  .consultant {
    flex-direction: row;
    align-items: flex-start;
  }
}
.consultant .consultant-image {
  width: 200px;
  height: 200px;
}
.consultant .consultant-image img {
  width: 100%;
  height: 100%;
  border-radius: 50%;
  object-fit: cover;
}
.consultant .consultant-bio {
  width: 100%;
}
@media (min-width: 825px) {
  .consultant .consultant-bio {
    width: 75%;
  }
}
.consultant .consultant-bio p:last-of-type {
  margin: 0;
}

.consultant-reviews-wrap {
  margin: 2rem 0 0 0;
  position: relative;
  z-index: 2;
}
.consultant-reviews-wrap .consultant-reviews {
  width: 100%;
  position: relative;
}
@media (min-width: 825px) {
  .consultant-reviews-wrap .consultant-reviews {
    width: 80%;
    margin: 0 auto;
  }
}
.consultant-reviews-wrap .consultant-reviews .consultant-reviews-box .quote {
  margin: 0 0 1rem 0;
}
.consultant-reviews-wrap .consultant-reviews .consultant-reviews-box p {
  margin: 0;
}
.consultant-reviews-wrap .consultant-reviews .slick-prev,
.consultant-reviews-wrap .consultant-reviews .slick-next {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 10;
  width: 42px;
  height: 42px;
  background: none;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  border: none;
  cursor: pointer;
  transition: 0.3s;
  pointer-events: auto;
}
.consultant-reviews-wrap .consultant-reviews .slick-prev:hover .iconify,
.consultant-reviews-wrap .consultant-reviews .slick-next:hover .iconify {
  color: #000;
}
.consultant-reviews-wrap .consultant-reviews .slick-prev .iconify,
.consultant-reviews-wrap .consultant-reviews .slick-next .iconify {
  color: #25424E;
  font-size: 50px;
  transition: transform 0.3s;
  pointer-events: none;
}
.consultant-reviews-wrap .consultant-reviews .slick-prev.slick-prev,
.consultant-reviews-wrap .consultant-reviews .slick-next.slick-prev {
  left: -80px;
}
.consultant-reviews-wrap .consultant-reviews .slick-prev.slick-next,
.consultant-reviews-wrap .consultant-reviews .slick-next.slick-next {
  right: -80px;
}
.consultant-reviews-wrap .consultant-reviews .slick-dots {
  position: absolute;
  bottom: -2rem;
  left: 4rem;
  transform: translateX(-50%);
  display: flex !important;
  gap: 0.75rem;
  list-style: none;
  padding: 0;
  margin: 0;
}
.consultant-reviews-wrap .consultant-reviews .slick-dots li {
  width: 10px;
  height: 10px;
  padding: 0;
  margin: 0;
}
.consultant-reviews-wrap .consultant-reviews .slick-dots li button {
  width: 10px;
  height: 10px;
  padding: 0;
  border: 0;
  border-radius: 50%;
  background: #25424E;
  font-size: 0;
  line-height: 0;
  display: block;
  cursor: pointer;
}
.consultant-reviews-wrap .consultant-reviews .slick-dots li.slick-active button {
  background: #000;
}

.service-wrap {
  position: relative;
}
.service-wrap .slick-arrows {
  pointer-events: none;
}
.service-wrap .slick-prev,
.service-wrap .slick-next {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 2;
  pointer-events: auto;
  background: #fff;
  border: 2px solid #DDD3CA;
  border-radius: 50%;
  width: 2.75rem;
  height: 2.75rem;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: 0.2s;
}
.service-wrap .slick-prev .iconify,
.service-wrap .slick-next .iconify {
  font-size: 1.4rem;
  color: #25424E;
}
.service-wrap .slick-prev:hover,
.service-wrap .slick-next:hover {
  background: #DDD3CA;
  transform: translateY(-50%) scale(1.05);
}
.service-wrap .slick-prev {
  left: -1.5rem;
}
.service-wrap .slick-next {
  right: -1.5rem;
}
@media (max-width: 825px) {
  .service-wrap .slick-prev {
    left: -0.75rem;
  }
  .service-wrap .slick-next {
    right: -0.75rem;
  }
}

.services-grid .slick-slide {
  margin: 0 5px;
}
@media (min-width: 576px) {
  .services-grid .slick-list {
    margin: 0 -5px;
  }
}
.services-grid .services-box {
  display: flex !important;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 0.5rem;
  padding: 2rem 1rem;
  border-radius: 10px;
  min-height: 200px;
  border: 2px solid #DDD3CA;
}
@media (min-width: 825px) {
  .services-grid .services-box {
    padding: 1rem;
  }
}
.services-grid .services-box .iconify {
  font-size: 2rem;
  color: #25424E;
}
.services-grid .services-box p {
  font-weight: 400;
  font-size: 1.2rem;
  margin: 0;
  text-align: center;
}

.btn,
.wp-block-button__link,
#gform_submit_button_1 {
  color: #fff;
  padding: 1rem 1.5rem;
  background: #25424E;
  transition: 0.3s;
  display: inline-block;
  border-radius: 50px;
  font-family: pt-serif, serif;
  font-weight: 500;
  font-style: normal;
  cursor: pointer;
  border: none;
}
.btn:hover, .btn:focus,
.wp-block-button__link:hover,
.wp-block-button__link:focus,
#gform_submit_button_1:hover,
#gform_submit_button_1:focus {
  color: #fff;
  background: #47616E;
}

.btn {
  margin: 2rem 0 0 0;
}

.wp-block-button__link {
  margin: 1rem 0 0 0;
}

.gfield_consent_label a {
  font-size: 1rem;
}

footer {
  width: 100%;
  background: #25424E;
}
footer .main-footer {
  width: 100%;
  max-width: 87.5rem;
  margin: 0 auto;
  padding: 4rem 1rem;
  display: flex;
  flex-direction: column;
  gap: 2rem;
  padding-bottom: 1rem;
}
@media (min-width: 825px) {
  footer .main-footer {
    padding-bottom: 1rem;
    gap: 4rem;
  }
}
footer .main-footer .footer-top {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 2rem;
}
@media (min-width: 825px) {
  footer .main-footer .footer-top {
    flex-direction: row;
    justify-content: space-between;
  }
}
footer .main-footer .footer-top .footer-left .logo-wrap {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 1rem;
}
@media (min-width: 576px) {
  footer .main-footer .footer-top .footer-left .logo-wrap {
    flex-direction: row;
  }
}
footer .main-footer .footer-top .footer-left .logo-wrap .logo img {
  max-width: 6rem;
  height: auto;
}
footer .main-footer .footer-top .footer-left .logo-wrap .logo a {
  display: flex;
}
footer .main-footer .footer-top .footer-left .logo-wrap .logo-text {
  font-size: 0.8rem;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  gap: 0.5rem;
}
footer .main-footer .footer-top .footer-left .logo-wrap .logo-text span {
  font-family: segoe-script, sans-serif;
  font-weight: 700;
  font-size: 1rem;
  font-style: normal;
  color: #fff;
}
footer .main-footer .footer-top .footer-left .logo-wrap .logo-text p {
  font-size: 0.9rem;
  color: #fff;
  margin: 0;
}
footer .footer-bottom {
  display: flex;
  flex-direction: column-reverse;
  gap: 0.5rem;
}
@media (min-width: 825px) {
  footer .footer-bottom {
    flex-direction: row;
    justify-content: space-between;
  }
}
footer .footer-bottom .bottom-left {
  text-align: center;
}
@media (min-width: 825px) {
  footer .footer-bottom .bottom-left {
    text-align: left;
  }
}
footer .footer-bottom .bottom-left p {
  color: #fff;
  color: #fff;
  margin-bottom: 0.5rem;
  font-size: 0.8rem;
}
footer .footer-bottom .bottom-left p a {
  color: #fff;
  position: relative;
  font-size: 0.8rem;
}
footer .footer-bottom .bottom-left p a::before {
  content: "";
  position: absolute;
  bottom: -1px;
  left: 0;
  width: 0;
  height: 1px;
  background: #fff;
  transition: width 0.3s ease;
}
footer .footer-bottom .bottom-left p a:hover {
  color: #fff;
}
footer .footer-bottom .bottom-left p a:hover::before {
  width: 100%;
}
footer .footer-bottom .bottom-right {
  text-align: center;
}
@media (min-width: 825px) {
  footer .footer-bottom .bottom-right {
    text-align: right;
  }
}
footer .footer-bottom .bottom-right p {
  color: #fff;
  margin-bottom: 0.5rem;
  font-size: 0.8rem;
}

.home.active {
  height: 100%;
  overflow: hidden !important;
}

.site-header {
  background: #fff;
  display: flex;
  flex-wrap: wrap;
}
.site-header .container {
  width: 100%;
  max-width: 87.5rem;
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  padding: 1rem;
}
.site-header .logo-wrap {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  gap: 1rem;
}
.site-header .logo-wrap .logo img {
  max-width: 6rem;
  height: auto;
}
.site-header .logo-wrap .logo a {
  display: flex;
}
.site-header .logo-wrap .logo-text {
  font-size: 0.8rem;
  display: flex;
  flex-direction: column;
}
@media (min-width: 576px) {
  .site-header .logo-wrap .logo-text {
    gap: 0.5rem;
    flex-direction: row;
    justify-content: center;
    align-items: center;
  }
}
.site-header .logo-wrap .logo-text span {
  font-family: segoe-script, sans-serif;
  font-weight: 700;
  font-size: 1rem;
  font-style: normal;
}
.site-header .logo-wrap .logo-text p {
  font-size: 0.9rem;
  line-height: 10px;
  margin: 0;
}
@media (min-width: 576px) {
  .site-header .logo-wrap .logo-text p {
    line-height: unset;
  }
}
.site-header #mobile-button {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  border: 0;
  background: none;
  cursor: pointer;
  -webkit-appearance: none;
}
.site-header #mobile-button .iconify {
  color: #000;
  width: 25px;
  height: 25px;
  transition: 0.3s;
}
.site-header #mobile-button .iconify:hover, .site-header #mobile-button .iconify:focus {
  color: #25424E;
}
@media (min-width: 825px) {
  .site-header #mobile-button {
    display: none;
  }
}
.site-header #close-button {
  position: absolute;
  top: 50px;
  right: 1rem;
  -webkit-appearance: none;
  background: none;
  border: 0;
  cursor: pointer;
}
.site-header #close-button .iconify {
  color: #000;
  width: 25px;
  height: 25px;
  transition: 0.3s;
}
.site-header #close-button .iconify:hover, .site-header #close-button .iconify:focus {
  color: #25424E;
}

#mobile-menu {
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  background: #fff;
  opacity: 0;
  visibility: hidden;
  overflow: scroll;
  padding: 1rem;
  margin: 0;
  transition: 0.3s;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  z-index: 10;
}
#mobile-menu.active {
  opacity: 1;
  visibility: visible;
  transition: 0.3s;
}
#mobile-menu .menu-primary-container {
  width: 100%;
}
#mobile-menu .menu {
  text-align: center;
  margin: 20px 0;
}
#mobile-menu .menu li a {
  margin: 1rem 0;
}
#mobile-menu .sub-menu {
  list-style-type: none;
  padding: 0;
  border-top: 1px solid #000;
  border-bottom: 1px solid #000;
  display: none;
}
#mobile-menu .sub-menu.active {
  display: block;
}

#main-menu {
  display: none;
}
@media (min-width: 825px) {
  #main-menu {
    display: flex;
  }
}
#main-menu .menu {
  position: relative;
}
#main-menu .menu li {
  position: relative;
}
#main-menu .menu li .sub-menu {
  opacity: 0;
  visibility: hidden;
  transition: 0.3s;
}
#main-menu .menu li:hover .sub-menu {
  opacity: 1;
  visibility: visible;
}
#main-menu .sub-menu {
  position: absolute;
  top: 35px;
  right: 0;
  padding-left: 0;
  max-width: 300px;
  min-width: 150px;
  background: #fff;
}
#main-menu .sub-menu a {
  display: block;
  padding: 0.5rem;
}

.menu {
  list-style-type: none;
  padding-left: 0;
}
.menu li {
  padding: 0.5rem 0;
}
@media (min-width: 825px) {
  .menu li {
    display: inline;
    padding: 0.5rem 1rem;
  }
}
.menu li:last-of-type {
  padding-right: 0;
}
.menu a {
  color: #000;
  font-size: 1rem;
  text-decoration: none;
  transition: 0.3s;
  font-family: pt-serif, serif;
  font-style: normal;
  position: relative;
}
.menu a::before {
  content: "";
  position: absolute;
  bottom: -1px;
  left: 0;
  width: 0;
  height: 1px;
  background: #25424E;
  transition: width 0.3s ease;
}
.menu a:hover {
  color: #25424E;
}
.menu a:hover::before {
  width: 100%;
}

.page-header {
  width: 100%;
  height: 250px;
  position: relative;
  overflow: hidden;
  background: #DDD3CA;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
}
@media (min-width: 576px) {
  .page-header::before {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    width: 30rem;
    height: 30rem;
    background: #fff;
    border-radius: 50%;
    transform: translate(-50%, -50%);
    z-index: 1;
  }
}
.page-header h1 {
  position: relative;
  z-index: 2;
  margin: 0;
  color: #25424E;
  text-transform: capitalize;
  opacity: 0;
  transform: translateY(1rem);
  animation: fadeup 1s ease forwards;
}

.hero-wrap {
  width: 100%;
  background: #DDD3CA;
  overflow: hidden;
  position: relative;
}

.hero-container {
  width: 100%;
  max-width: 87.5rem;
  margin: 0 auto;
  padding: 4rem 1rem;
  max-width: 87.5rem;
  margin: 0 auto;
  position: relative;
  display: flex;
  align-items: center;
}
@media (min-width: 825px) {
  .hero-container {
    min-height: 32rem;
    padding-right: min(42vw, 34rem);
  }
}
.hero-container .content {
  width: 100%;
  max-width: 34rem;
  padding: 1rem 2rem;
  z-index: 2;
  opacity: 0;
  animation: fadeup 1s ease forwards 0.3s;
}
.hero-container .content p {
  color: #25424E;
  font-family: pt-serif, serif;
  font-weight: 500;
  font-style: normal;
  font-size: 1.3rem;
  margin: 0;
}
@media (min-width: 825px) {
  .hero-container .content p {
    font-size: 1.4rem;
  }
}
.hero-container .content .btn {
  margin: 2rem 0 0 0;
}
.hero-container .img-container {
  display: none;
  opacity: 0;
  animation: fadeupimage 1s ease forwards 0.5s;
}
@media (min-width: 825px) {
  .hero-container .img-container {
    display: block;
    position: absolute;
    top: 50%;
    right: -26%;
    transform: translateY(-50%);
    border-radius: 50%;
    background: #fff;
    padding: 1.75rem;
    z-index: 1;
  }
}
@media (min-width: 1050px) {
  .hero-container .img-container {
    right: -25%;
  }
}
@media (min-width: 1200px) {
  .hero-container .img-container {
    right: 0;
  }
}
.hero-container .img-container img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  display: block;
  transform: scaleX(-1);
}

.split-content {
  display: flex;
  flex-direction: column;
  gap: 2rem;
  margin: 2rem 0 0 0;
}
@media (min-width: 825px) {
  .split-content {
    justify-content: space-between;
    align-items: stretch;
    gap: 4rem;
    margin: 4rem 0 0 0;
  }
  .split-content.split-content-image-left {
    flex-direction: row-reverse;
  }
  .split-content.split-content-image-left:nth-child(odd) {
    flex-direction: row;
  }
  .split-content.split-content-image-right {
    flex-direction: row;
  }
  .split-content.split-content-image-right:nth-child(odd) {
    flex-direction: row-reverse;
  }
}
.split-content .split-content-text {
  width: 100%;
}
@media (min-width: 825px) {
  .split-content .split-content-text {
    flex: 1;
    width: 50%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    padding: 4rem 0;
  }
}
.split-content .split-content-text h2 {
  margin: 0;
  line-height: 3rem;
}
.split-content .split-content-image {
  width: 100%;
  display: flex;
  position: relative;
  height: 300px;
}
.split-content .split-content-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 10px;
}
@media (min-width: 825px) {
  .split-content .split-content-image {
    flex: 1;
    width: 50%;
    height: unset;
  }
}

.full-width-bullet-wrap {
  width: 100%;
  background: #eee;
}
.full-width-bullet-wrap .full-width-bullet {
  width: 100%;
  max-width: 87.5rem;
  margin: 0 auto;
  padding: 4rem 1rem;
}
.full-width-bullet-wrap .full-width-bullet .full-width-bullet-grid {
  display: grid;
  grid-template-columns: repeat(1, 1fr);
  gap: 2rem;
  margin: 2rem 0 0 0;
}
@media (min-width: 825px) {
  .full-width-bullet-wrap .full-width-bullet .full-width-bullet-grid {
    grid-template-columns: repeat(2, 1fr);
    grid-template-rows: repeat(2, 1fr);
  }
}
.full-width-bullet-wrap .full-width-bullet .full-width-bullet-grid .full-width-bullet-box {
  background: #fff;
  padding: 2rem;
  display: flex;
  flex-direction: column;
  align-items: center;
  border-radius: 10px;
  gap: 1rem;
  justify-content: center;
  height: 100%;
}
@media (min-width: 825px) {
  .full-width-bullet-wrap .full-width-bullet .full-width-bullet-grid .full-width-bullet-box {
    justify-content: flex-start;
  }
}
.full-width-bullet-wrap .full-width-bullet .full-width-bullet-grid .full-width-bullet-box .iconify {
  font-size: 3rem;
  color: #000;
}
.full-width-bullet-wrap .full-width-bullet .full-width-bullet-grid .full-width-bullet-box h3 {
  margin: 0;
}
.full-width-bullet-wrap .full-width-bullet .full-width-bullet-grid .full-width-bullet-box p {
  text-align: center;
}

.accreditation-container {
  width: 100%;
}
.accreditation-container .accreditation {
  width: 100%;
  max-width: 87.5rem;
  margin: 0 auto;
  padding: 4rem 1rem;
}
.accreditation-container .accreditation .accreditation-img img {
  margin: 0 auto;
  height: 100px;
}

.social-links {
  margin: 0.5rem 0 0 0;
}
.social-links a {
  transition: 0.3s;
  display: inline-block;
}
.social-links a .iconify {
  font-size: 2rem;
  color: #fff;
}
.social-links a:hover, .social-links a:focus {
  transform: scale(1.1);
}

.contact-links {
  display: flex;
  flex-direction: row;
  gap: 0.5rem;
}
.contact-links .contact-item {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  gap: 0.2rem;
}
.contact-links .contact-item .iconify {
  font-size: 1.2rem;
  color: #fff;
  margin: 0;
}
.contact-links .contact-item a {
  color: #fff;
  font-weight: 700;
  font-size: 1.2rem;
  position: relative;
}
.contact-links .contact-item a::before {
  content: "";
  position: absolute;
  bottom: -1px;
  left: 0;
  width: 0;
  height: 1px;
  background: #fff;
  transition: width 0.3s ease;
}
.contact-links .contact-item a:hover {
  color: #fff;
}
.contact-links .contact-item a:hover::before {
  width: 100%;
}

.accordion {
  margin: 2rem 0;
}
.accordion:last-child {
  margin-bottom: 0;
}
.accordion:first-child {
  margin-top: 0;
}
.accordion .accordion-box {
  margin-bottom: 1rem;
  width: 100%;
}
.accordion .accordion-box:last-child {
  margin-bottom: 0;
}
.accordion .accordion-box .accordion-question {
  display: flex;
  justify-content: space-between;
  align-items: center;
  background: none;
  cursor: pointer;
  padding: 1rem;
  width: 100%;
  transition: 0.3s;
  border: 2px solid #DDD3CA;
  border-radius: 10px;
}
.accordion .accordion-box .accordion-question h3 {
  margin: 0;
  text-align: left;
  font-size: 1.2rem;
}
.accordion .accordion-box .accordion-question .iconify {
  font-size: 2rem;
  color: #25424E;
  transition: 0.3s;
  transform: rotate(90deg) !important;
}
.accordion .accordion-box .accordion-question:hover, .accordion .accordion-box .accordion-question:focus {
  border: 2px solid #25424E;
}
.accordion .accordion-box .active .iconify {
  transform: rotate(180deg) !important;
}
.accordion .accordion-box .accordion-answer {
  max-height: 0;
  transition: max-height 0.5s;
  overflow: hidden;
}
.accordion .accordion-box .accordion-answer p {
  margin: 1rem 1rem 0 1rem;
}
.accordion .accordion-box .accordion-answer a {
  position: relative;
}
.accordion .accordion-box .accordion-answer a::before {
  content: "";
  position: absolute;
  bottom: -1px;
  left: 0;
  width: 0;
  height: 1px;
  background: #000;
  transition: width 0.3s ease;
}
.accordion .accordion-box .accordion-answer a:hover {
  color: #000;
}
.accordion .accordion-box .accordion-answer a:hover::before {
  width: 100%;
}

html {
  box-sizing: border-box;
  font-family: "open-sans", sans-serif;
  font-weight: 400;
  font-style: normal;
}

* {
  box-sizing: inherit;
}

body {
  font-size: 16px;
  padding: 0;
  margin: 0;
}

.entry-content .alignwide {
  margin-left: -80px;
  margin-right: -80px;
}

.entry-content .alignfull {
  margin-left: calc(-50vw + 50%);
  margin-right: calc(-50vw + 50%);
  max-width: 100vw;
}

.alignfull img {
  width: 100vw;
}

.js-scroll {
  opacity: 0;
  transition: opacity 500ms;
}

.js-scroll.scrolled {
  opacity: 1;
}

.scrolled.fade-in {
  animation: fade-in 1s ease-in-out both;
}

@keyframes fadein {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@-moz-keyframes fadein {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@-webkit-keyframes fadein {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@-ms-keyframes fadein {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@-o-keyframes fadein {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes fadeup {
  from {
    opacity: 0;
    transform: translateY(1rem);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
@keyframes fadeupimage {
  from {
    opacity: 0;
    transform: translateY(calc(-50% + 4rem));
  }
  to {
    opacity: 1;
    transform: translateY(-50%);
  }
}
.page-layout {
  width: 100%;
  max-width: 65rem;
  margin: 0 auto;
  padding: 4rem 1rem;
  opacity: 0;
  transform: translateY(1rem);
  animation: fadeup 1s ease forwards 0.6s;
}
.page-layout .process-grid-page {
  width: 100%;
  display: grid;
  grid-template-columns: 1fr;
  gap: 2rem;
  margin: 2rem 0 0 0;
}
@media (min-width: 825px) {
  .page-layout .process-grid-page {
    margin: 4rem 0 0 0;
  }
}
.page-layout .process-grid-page .process {
  background: #25424E;
  padding: 1rem;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  border-radius: 10px;
  position: relative;
  gap: 0.5rem;
}
.page-layout .process-grid-page .process .number {
  position: absolute;
  top: -2rem;
  right: 0.5rem;
  z-index: 2;
}
.page-layout .process-grid-page .process .number p {
  background: none;
  width: auto;
  height: auto;
  margin: 0;
  font-size: 8rem;
  color: #47616E;
  font-family: "sofia-pro", sans-serif;
  font-weight: 700;
  box-shadow: none;
}
.page-layout .process-grid-page .process .number p:last-of-type {
  margin: 0;
}
.page-layout .process-grid-page .process .iconify-background {
  width: 46px;
  height: 46px;
  background: #fff;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 3;
}
.page-layout .process-grid-page .process .iconify-background .iconify {
  width: 24px;
  height: 24px;
  color: #25424E;
}
.page-layout .process-grid-page .process .content {
  z-index: 3;
}
.page-layout .process-grid-page .process .content h3 {
  color: #fff;
  margin: 0;
  text-align: left;
}
.page-layout .process-grid-page .process .content p {
  color: #fff;
  width: 80%;
  margin: 0;
  text-align: left;
}

.page-split {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  gap: 4rem;
}
@media (min-width: 825px) {
  .page-split {
    flex-direction: row;
    justify-content: space-between;
  }
}

#iubenda_policy li:before {
  display: none !important;
}

#iubenda_policy .iub_content {
  padding: 0 !important;
}

.footer__credits {
  display: none;
}

#iub-pp-container footer div:last-of-type {
  display: none;
}

#iub-pp-container h1 {
  display: none;
}

#iub-pp-container footer {
  display: none;
}/*# sourceMappingURL=style.css.map */