.container {
  width: 100%;
  max-width: 1600px;
  margin: 0 auto;
  padding: 0 1rem;
}
@media (min-width: 768px) {
  .container {
    padding: 0 1.5rem;
  }
}
@media (min-width: 1400px) {
  .container {
    padding: 0 2rem;
  }
}

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

:root {
  scroll-behavior: smooth;
}

body {
  font-family: "Manrope", sans-serif;
  font-size: 1rem;
  line-height: 150%;
  color: #21372f;
  background-color: #f3f3f3;
  font-weight: 300;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Manrope", sans-serif;
  color: #21372f;
  line-height: 1.2;
  margin-bottom: 1rem;
}
h1 strong,
h2 strong,
h3 strong,
h4 strong,
h5 strong,
h6 strong {
  font-weight: 700;
}

p,
li,
a,
span {
  line-height: 150%;
}

p {
  font-family: "Manrope", sans-serif;
  color: #21372f;
  font-size: 16px;
  margin-bottom: 1em;
}
@media (min-width: 768px) {
  p {
    font-size: 18px;
  }
}

h1 {
  font-weight: 400;
}

h2,
h3 {
  font-weight: 300;
}

h4 {
  font-weight: 600;
}

h1 {
  font-size: clamp(26px, 4.5vw, 50px);
}

p {
  margin-bottom: 1rem;
}
p strong {
  font-weight: 700;
}

input[type=submit] {
  transition: 0.3s ease;
}

a {
  color: #21372f;
  text-decoration: none;
  transition: 0.3s ease;
}

.scrollTo {
  position: relative;
  top: 4rem;
}

.central {
  text-align: center;
}

.pink {
  color: #c4729e;
}

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

a {
  transition: all 0.3s ease;
}
a::after {
  transition: all 0.3s ease;
}

img {
  object-fit: cover;
  width: 100%;
  height: 100%;
  vertical-align: bottom;
}

.borderBottom {
  border-radius: 0% 0% 50% 50%/0% 0% 15px 15px;
  overflow: hidden;
  padding-bottom: 4rem;
}
@media (min-width: 768px) {
  .borderBottom {
    border-radius: 0% 0% 50% 50%/0% 0% 20px 20px;
    padding-bottom: 6rem;
  }
}

.ctaSec {
  background: linear-gradient(#32522c 0%, #142212 100%);
  padding: 6rem 0 10rem;
  margin: -3rem 0 -6rem;
  position: relative;
}
@media (min-width: 768px) {
  .ctaSec {
    padding: 7rem 0 11rem;
  }
}
@media (min-width: 1100px) {
  .ctaSec {
    padding: 8rem 0 12rem;
  }
}
.ctaSec .container {
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
}
@media (min-width: 1100px) {
  .ctaSec .container {
    opacity: 0;
    transition: 0.3s ease;
    transform: translateY(50px);
  }
  .ctaSec .container.active {
    transform: translateY(0);
    opacity: 1;
  }
}
.ctaSec .container .titleWrapper h2 {
  margin-bottom: 2rem;
}
.ctaSec .container p {
  margin-bottom: 2.5rem;
  font-size: clamp(1.2rem, 2vw, 2rem);
  max-width: 450px;
  margin-left: auto;
  margin-right: auto;
}
@media (min-width: 1100px) {
  .ctaSec .container p {
    max-width: 550px;
  }
}
@media (min-width: 1400px) {
  .ctaSec .container p {
    max-width: 650px;
  }
}
.white {
  color: #f3f3f3;
}

.svgArrow {
  display: inline-block;
  transform-origin: center;
  will-change: transform;
  backface-visibility: hidden;
  transition: all 0.3s ease;
}
.svgArrow svg {
  display: block;
}

.btn,
.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: none;
  text-decoration: none;
  transition: all 0.3s ease-in-out;
  cursor: pointer;
  padding: 0.75rem 1.25rem;
  word-spacing: normal;
  border-radius: 100vw;
  font-weight: 300;
  font-size: 16px;
}
@media (min-width: 768px) {
  .btn,
  .button {
    font-size: 17px;
  }
}
@media (min-width: 1100px) {
  .btn,
  .button {
    font-size: 18px;
    transition: 0.3s ease;
  }
}
@media (min-width: 1200px) {
  .btn,
  .button {
    font-size: 20px;
  }
}
@media (min-width: 1400px) {
  .btn,
  .button {
    font-size: 22px;
  }
}
.btn.readButton,
.button.readButton {
  background-color: #21372f;
  color: #f3f3f3;
  border-radius: 100vw;
}
.btn.darkGreen,
.button.darkGreen {
  background-color: #102210;
  color: #f3f3f3;
}
.btn.darkGreen svg,
.button.darkGreen svg {
  margin-left: 1rem;
}
.btn.black,
.button.black {
  color: #f3f3f3;
  position: relative;
  overflow: hidden;
  transition: 0.3s ease;
  background-color: #21372f;
}
@media (min-width: 1100px) {
  .btn.black,
  .button.black {
    background-color: transparent;
  }
}
.btn.black span,
.button.black span {
  position: relative;
  z-index: 2;
}
.btn.black span:before, .btn.black span:after,
.button.black span:before,
.button.black span:after {
  display: none;
}
@media (min-width: 1100px) {
  .btn.black:before,
  .button.black:before {
    content: "";
    background-color: #21372f;
    height: 100%;
    width: 100%;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    top: 0;
    margin: auto;
    z-index: 0;
    border-radius: 100vw;
  }
}
@media (min-width: 1100px) {
  .btn.black:after,
  .button.black:after {
    z-index: 1;
    content: "";
    background-color: #f3f3f3;
    border-radius: 100vw;
    height: 6px;
    width: 6px;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    opacity: 0;
    transition: 0.3s ease;
  }
}
@media (min-width: 1100px) {
  .btn.black:hover,
  .button.black:hover {
    color: #21372f;
  }
  .btn.black:hover:after,
  .button.black:hover:after {
    opacity: 1;
    width: 100%;
    height: 100%;
  }
}
.btn span,
.button span {
  display: inline-block;
}
.btn span:before, .btn span:after,
.button span:before,
.button span:after {
  content: " ";
  white-space: pre;
}

@media (min-width: 640px) {
  .textImage.reverse .container {
    flex-direction: row-reverse;
  }
}
.textImage .container {
  padding-top: 2rem;
  display: flex;
  flex-direction: column-reverse;
  flex-wrap: wrap;
  gap: 2rem;
}
@media (min-width: 640px) {
  .textImage .container {
    padding-top: 3rem;
    gap: 0;
    flex-direction: row;
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
  }
}
@media (min-width: 768px) {
  .textImage .container {
    align-items: flex-start;
  }
}
@media (min-width: 1100px) {
  .textImage .container {
    align-items: center;
  }
}
@media (min-width: 640px) {
  .textImage .container .image {
    width: 35%;
  }
}
@media (min-width: 768px) {
  .textImage .container .image {
    width: 40%;
    margin-top: 3rem;
  }
}
@media (min-width: 1100px) {
  .textImage .container .image {
    margin-top: 0;
    width: calc(50% - 2rem);
    padding: 0;
  }
}
.textImage .container .image img {
  border-radius: 30px;
}
.textImage .container .text {
  color: #21372f;
}
@media (min-width: 640px) {
  .textImage .container .text {
    width: 65%;
    display: flex;
    justify-content: center;
    align-items: center;
  }
}
@media (min-width: 768px) {
  .textImage .container .text {
    width: 60%;
  }
}
@media (min-width: 1100px) {
  .textImage .container .text {
    width: 50%;
  }
}
@media (min-width: 640px) {
  .textImage .container .text .inner {
    padding: 2rem;
  }
}
@media (min-width: 768px) {
  .textImage .container .text .inner {
    padding: 2rem 3rem;
  }
}
@media (min-width: 1100px) {
  .textImage .container .text .inner {
    max-width: 600px;
    padding: 3rem 2.5rem;
  }
}
@media (min-width: 1400px) {
  .textImage .container .text .inner {
    max-width: 650px;
  }
}
.textImage .container .text .inner h4 {
  color: #c4729e;
}
.textImage .container .text .inner p {
  margin-bottom: 2rem;
  font-size: 16px;
}
@media (min-width: 768px) {
  .textImage .container .text .inner p {
    font-size: 18px;
  }
}
@media (min-width: 1100px) {
  .textImage .container .text .inner p {
    font-size: 20px;
  }
}
@media (min-width: 1400px) {
  .textImage .container .text .inner p {
    margin-bottom: 2.5rem;
    font-size: 22px;
  }
}
@media (min-width: 1500px) {
  .textImage .container .text .inner p {
    font-size: 24px;
  }
}
@media (min-width: 1100px) {
  .textImage .container .text .inner p {
    max-width: 470px;
  }
}

.fullImage {
  padding: 1.5rem 0;
}
@media (min-width: 768px) {
  .fullImage {
    padding: 3rem 0;
  }
}
.fullImage .container img {
  border-radius: 30px;
}

.relatedBlogs .container {
  padding-top: 3rem;
  padding-bottom: 3rem;
}
.relatedBlogs .container .titleWrapper {
  text-align: center;
}
@media (min-width: 768px) and (max-width: 1099px) {
  .relatedBlogs .container .postsWrapper .posts-grid .card:nth-of-type(3) {
    display: none;
  }
}

.postsWrapper {
  padding-bottom: 3rem;
}
.postsWrapper .posts-grid {
  display: grid;
  gap: 1rem;
  grid-template-columns: 1fr;
}
@media (min-width: 768px) {
  .postsWrapper .posts-grid {
    gap: 1.5rem;
    grid-template-columns: 1fr 1fr;
  }
}
@media (min-width: 1100px) {
  .postsWrapper .posts-grid {
    gap: 2rem;
    grid-template-columns: 1fr 1fr 1fr;
  }
}
.postsWrapper .posts-grid .card {
  display: grid;
  grid-template-rows: auto 1fr;
}
.postsWrapper .posts-grid .card .post-thumbnail {
  overflow: hidden;
  aspect-ratio: 415/230;
}
.postsWrapper .posts-grid .card .post-thumbnail img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.postsWrapper .posts-grid .card .post-content {
  display: grid;
  gap: 0.5rem;
}
@media (min-width: 768px) {
  .postsWrapper .posts-grid .card .post-content {
    grid-template-rows: 1fr 1fr auto auto 1fr;
  }
}
.postsWrapper .posts-grid .card .post-content h2 {
  font-size: 1.3rem;
}
.postsWrapper .posts-grid .card .post-content h2,
.postsWrapper .posts-grid .card .post-content p {
  margin-bottom: 0;
}
.postsWrapper .posts-grid .card .post-content .button {
  height: fit-content;
}

.formWrapper form .submitWrapper {
  margin-top: 1rem;
}
.formWrapper form .submitWrapper p {
  margin: 0;
  display: flex;
  justify-content: flex-start;
  flex-direction: row-reverse;
}
.formWrapper form .submitWrapper p input {
  border: 1px solid #21372f;
  cursor: pointer;
  padding: 1rem 2rem;
  border-radius: 100vw;
  font-size: 1rem;
  background-color: #c4729e;
  color: #f3f3f3;
}
@media (min-width: 1100px) {
  .formWrapper form .submitWrapper p input:hover {
    background-color: #404e40;
  }
}
.formWrapper form .formItem p {
  margin: 0;
}
.formWrapper form .formItem input[type=text],
.formWrapper form .formItem input[type=email],
.formWrapper form .formItem input[type=tel],
.formWrapper form .formItem textarea {
  width: 100%;
  padding: 1rem 0;
  font-family: inherit;
  background-color: transparent;
  font-size: 1rem;
}
.formWrapper form .formItem textarea {
  resize: none;
  border-top: none;
}

.backTo {
  display: inline-flex;
  align-items: center;
}
.backTo svg {
  transform: rotate(180deg);
  margin-right: 0.5rem;
}

.hero .container {
  padding-top: 3rem;
  padding-bottom: 3rem;
}
.hero .container .text {
  width: 100%;
}
.hero .container .down {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: 38px;
  height: 38px;
  margin-top: 2rem;
}
@media (min-width: 640px) {
  .hero .container .down {
    margin-top: 0;
    width: 50px;
    height: 50px;
  }
}
@media (min-width: 1100px) {
  .hero .container .down {
    width: 60px;
    height: 60px;
    margin-top: -5rem;
  }
}
@media (min-width: 1400px) {
  .hero .container .down {
    margin-left: 3rem;
  }
}

.container {
  width: 100%;
  max-width: 1600px;
  margin: 0 auto;
  padding: 0 1rem;
}
@media (min-width: 768px) {
  .container {
    padding: 0 1.5rem;
  }
}
@media (min-width: 1400px) {
  .container {
    padding: 0 2rem;
  }
}

.screen-reader-text {
  position: absolute !important;
  width: 1px !important;
  height: 1px !important;
  padding: 0 !important;
  margin: -1px !important;
  overflow: hidden !important;
  clip: rect(0, 0, 0, 0) !important;
  white-space: nowrap !important;
  border: 0 !important;
}

.skip-link {
  position: absolute;
  left: -9999px;
  top: 6px;
  z-index: 999999;
  padding: 8px 16px;
  color: #f3f3f3;
  text-decoration: none;
}
.skip-link:focus {
  left: 6px;
}

.footer-contact {
  display: none;
}

.hero-contact {
  padding-bottom: 3rem;
}
.hero-contact .container .sectionInner {
  padding-bottom: 2rem;
  display: grid;
  gap: 3rem;
}
@media (min-width: 768px) {
  .hero-contact .container .sectionInner {
    grid-template-columns: 1fr 1fr;
    margin-top: 5rem;
  }
}
@media (min-width: 1400px) {
  .hero-contact .container .sectionInner {
    margin-top: 6rem;
  }
}
.hero-contact .container .sectionInner .titleWrapper {
  display: grid;
  gap: 3rem;
  margin-top: 3rem;
}
@media (min-width: 768px) {
  .hero-contact .container .sectionInner .titleWrapper {
    margin-top: 0;
  }
}
.hero-contact .container .sectionInner .titleWrapper h1 {
  font-size: clamp(30px, 3.35vw, 48px);
  font-weight: 600;
  margin: 0;
}
@media (min-width: 768px) {
  .hero-contact .container .sectionInner .titleWrapper h1 {
    max-width: 420px;
  }
}
@media (min-width: 1100px) {
  .hero-contact .container .sectionInner .titleWrapper h1 {
    max-width: 460px;
  }
}
.hero-contact .container .sectionInner .titleWrapper p {
  font-size: 17px;
}
@media (min-width: 768px) {
  .hero-contact .container .sectionInner .titleWrapper p {
    max-width: 420px;
    font-size: 18px;
  }
}
@media (min-width: 1100px) {
  .hero-contact .container .sectionInner .titleWrapper p {
    max-width: 480px;
    font-size: 20px;
  }
}
@media (min-width: 768px) {
  .hero-contact .container .sectionInner .contactWrapper {
    margin-top: 1rem;
  }
}
@media (min-width: 1400px) {
  .hero-contact .container .sectionInner .contactWrapper {
    margin-top: 2rem;
  }
}
.hero-contact .container .sectionInner .contactWrapper .formWrapper .wpcf7 .wpcf7-form {
  display: grid;
  grid-template-rows: repeat(2, auto) 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  grid-template-rows: auto;
  grid-template-areas: "col1 col2" "col3 col4" "col5 col5" "col6 col6";
  gap: 0 1.5rem;
}
.hero-contact .container .sectionInner .contactWrapper .formWrapper .wpcf7 .wpcf7-form .col1 {
  grid-area: col1;
}
.hero-contact .container .sectionInner .contactWrapper .formWrapper .wpcf7 .wpcf7-form .col2 {
  grid-area: col2;
}
.hero-contact .container .sectionInner .contactWrapper .formWrapper .wpcf7 .wpcf7-form .col3 {
  grid-area: col3;
}
.hero-contact .container .sectionInner .contactWrapper .formWrapper .wpcf7 .wpcf7-form .col4 {
  grid-area: col4;
}
.hero-contact .container .sectionInner .contactWrapper .formWrapper .wpcf7 .wpcf7-form .col5 {
  grid-area: col5;
}
.hero-contact .container .sectionInner .contactWrapper .formWrapper .wpcf7 .wpcf7-form .col6 {
  grid-area: col6;
}
.hero-contact .container .sectionInner .contactWrapper .formWrapper .wpcf7 .wpcf7-form .formItem p {
  font-family: "Manrope", sans-serif;
}
.hero-contact .container .sectionInner .contactWrapper .formWrapper .wpcf7 .wpcf7-form .formItem p .wpcf7-form-control-wrap input[type=text] {
  font-size: 18px;
  color: #21372f;
  border-top: 1px solid #21372f;
  border-radius: 0;
  border-left: none;
  border-right: none;
  border-bottom: none;
}
@media (min-width: 768px) {
  .hero-contact .container .sectionInner .contactWrapper .formWrapper .wpcf7 .wpcf7-form .formItem p .wpcf7-form-control-wrap input[type=text] {
    border-radius: 0;
  }
}
.hero-contact .container .sectionInner .contactWrapper .formWrapper .wpcf7 .wpcf7-form .formItem p .wpcf7-form-control-wrap input[type=email],
.hero-contact .container .sectionInner .contactWrapper .formWrapper .wpcf7 .wpcf7-form .formItem p .wpcf7-form-control-wrap input[type=tel] {
  font-size: 18px;
  color: #21372f;
  border-top: 1px solid #21372f;
  border-radius: 0;
  border-bottom: 1px solid #21372f;
  border-left: none;
  border-right: none;
}
@media (min-width: 768px) {
  .hero-contact .container .sectionInner .contactWrapper .formWrapper .wpcf7 .wpcf7-form .formItem p .wpcf7-form-control-wrap input[type=email],
  .hero-contact .container .sectionInner .contactWrapper .formWrapper .wpcf7 .wpcf7-form .formItem p .wpcf7-form-control-wrap input[type=tel] {
    border-radius: 0;
  }
}
.hero-contact .container .sectionInner .contactWrapper .formWrapper .wpcf7 .wpcf7-form .formItem p .wpcf7-form-control-wrap textarea {
  font-size: 18px;
  color: #21372f;
  border-bottom: 1px solid #21372f;
  border-radius: 0;
  border-left: none;
  border-right: none;
  height: 175px;
}
@media (min-width: 768px) {
  .hero-contact .container .sectionInner .contactWrapper .formWrapper .wpcf7 .wpcf7-form .formItem p .wpcf7-form-control-wrap textarea {
    border-radius: 0;
  }
}
.hero-contact .container .sectionInner .contactWrapper .formWrapper .wpcf7 .wpcf7-form .submitWrapper p {
  position: relative;
}
.hero-contact .container .sectionInner .contactWrapper .formWrapper .wpcf7 .wpcf7-form .submitWrapper p .link {
  transition: all ease 0.3s;
}
.hero-contact .container .sectionInner .contactWrapper .formWrapper .wpcf7 .wpcf7-form .submitWrapper p .link::after {
  content: "";
  display: inline-block;
  position: relative;
  width: 11px;
  height: 11px;
  background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg width='10' height='10' viewBox='0 0 10 10' fill='none' xmlns='http://www.w3.org/2000/svg'%3e%3cpath d='M0.965909 10L0 9.03409L7.67045 1.36364H0.909091V0H10V9.09091H8.63636V2.32955L0.965909 10Z' fill='%2321372F'/%3e%3c/svg%3e ");
  background-size: contain;
  background-repeat: no-repeat;
  margin-left: 12px;
  transition: all ease 0.3s;
}
.hero-contact .container .sectionInner .contactWrapper .formWrapper .wpcf7 .wpcf7-form .submitWrapper p .link:hover::after {
  transform: rotate(45deg);
}
.hero-contact .container .sectionInner .contactWrapper .formWrapper .wpcf7 .wpcf7-form .submitWrapper p .wpcf7-form-control.wpcf7-submit {
  border: none;
  cursor: pointer;
  padding: 0.5rem;
  border-radius: 0;
  font-size: 18px;
  background-color: transparent;
  color: #21372f;
}
.hero-contact .container .sectionInner .contactWrapper .formWrapper .wpcf7 .wpcf7-form .submitWrapper p .wpcf7-spinner {
  position: absolute;
  right: 85px;
  top: 6px;
}

.offices .container .sectionInner {
  padding: 1.5rem 0 0;
  position: relative;
}
.offices .container .sectionInner .titleWrapper h2 {
  font-size: clamp(30px, 3.35vw, 48px);
  font-weight: 600;
  margin-bottom: 3rem;
}
@media (min-width: 900px) {
  .offices .container .sectionInner .titleWrapper h2 {
    margin-bottom: 4.5rem;
  }
}
.offices .container .sectionInner .office {
  margin-bottom: 3rem;
}
@media (min-width: 1100px) {
  .offices .container .sectionInner .office {
    max-width: 82%;
  }
}
@media (min-width: 1100px) {
  .offices .container .sectionInner .office {
    opacity: 0;
    transform: translateY(50px);
    transition: 0.5s ease;
  }
  .offices .container .sectionInner .office.active {
    opacity: 1;
    transform: translateY(0);
  }
}
.offices .container .sectionInner .office .anchor {
  position: relative;
  top: -5rem;
}
.offices .container .sectionInner .office p {
  font-size: 0.9rem;
}
@media (min-width: 1100px) {
  .offices .container .sectionInner .office p {
    font-size: 1rem;
  }
}
.offices .container .sectionInner .office .title h3 {
  font-size: clamp(19px, 2vw, 24px);
  font-weight: 700;
  margin-bottom: 1rem;
}
.offices .container .sectionInner .office .addressContact {
  border-top: 1px solid #21372f;
  border-radius: 0;
  padding: 1.5rem 0 0;
  display: grid;
  gap: 1.5rem;
}
@media (min-width: 768px) {
  .offices .container .sectionInner .office .addressContact {
    grid-template-columns: 45% 1fr;
  }
}
@media (min-width: 1100px) {
  .offices .container .sectionInner .office .addressContact {
    grid-template-columns: 38% 1fr;
  }
}
.offices .container .sectionInner .office .addressContact .address {
  border-bottom: 1px solid #21372f;
  padding-bottom: 0.5rem;
}
@media (min-width: 768px) {
  .offices .container .sectionInner .office .addressContact .address {
    padding-bottom: 0;
    display: grid;
    grid-template-columns: 1fr 1fr;
  }
}
@media (min-width: 1100px) {
  .offices .container .sectionInner .office .addressContact .address {
    grid-template-columns: 40% 1fr;
  }
}
.offices .container .sectionInner .office .addressContact .address h4 {
  font-weight: 700;
  font-size: 0.9rem;
}
@media (min-width: 1100px) {
  .offices .container .sectionInner .office .addressContact .address h4 {
    font-size: 1rem;
  }
}
.offices .container .sectionInner .office .addressContact .contactDetails {
  border-bottom: 1px solid #21372f;
  padding-bottom: 0.5rem;
}
@media (min-width: 768px) {
  .offices .container .sectionInner .office .addressContact .contactDetails {
    padding-bottom: 0;
    display: grid;
    grid-template-columns: 1fr 1fr;
  }
}
@media (min-width: 1200px) {
  .offices .container .sectionInner .office .addressContact .contactDetails {
    grid-template-columns: 30% 1fr;
  }
}
.offices .container .sectionInner .office .addressContact .contactDetails .left h4 {
  font-weight: 700;
  font-size: 0.9rem;
}
@media (min-width: 1100px) {
  .offices .container .sectionInner .office .addressContact .contactDetails .left h4 {
    font-size: 1rem;
  }
}
@media (min-width: 1200px) {
  .offices .container .sectionInner .office .addressContact .contactDetails .right {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 1.5rem;
  }
}/*# sourceMappingURL=contact.css.map */