@import url("https://fonts.googleapis.com/css2?family=Georama:ital,wght@0,100..900;1,100..900&display=swap");
/*================================*/
/*================================*/
/*================================*/
/*================================*/
/*================================*/
/*================================*/
::-webkit-scrollbar {
  width: 10px;
}

::-webkit-scrollbar-track {
  background: #202531;
}

::-webkit-scrollbar-thumb {
  background: #003E62;
}

::-webkit-scrollbar-thumb:hover {
  background: #003E62;
}

.page {
  width: 100%;
  padding: 1rem 1vw 0 1vw;
  margin: 0 auto;
  margin-top: 1rem;
  position: relative;
  z-index: 1;
}
.page.bg-gray {
  background-color: #F4F5F9;
}
@media screen and (max-width: 767px) {
  .page {
    padding: 1rem 2.5vw 0 2.5vw;
  }
}
@media screen and (min-width: 1920px) {
  .page {
    padding: 1rem 1vw 0 1vw;
  }
}

.header_fix {
  padding-top: 142px;
}
@media screen and (max-width: 767px) {
  .header_fix {
    padding-top: 5rem;
  }
}

.container {
  width: 85vw;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .container {
    width: 85vw;
  }
}
@media screen and (min-width: 1920px) {
  .container {
    width: 70vw;
  }
}

.title-section {
  font-family: "Georama", Arial, sans-serif;
  font-size: 4rem;
  font-weight: 800;
  line-height: 1;
  letter-spacing: -0.05em;
  text-align: center;
  color: #202531;
  display: flex;
  align-items: flex-end;
  justify-content: center;
  gap: 0.5rem;
}
.title-section:after {
  width: 56px;
  height: 1px;
  content: "";
  background-color: #202531;
  display: block;
  margin-bottom: 10px;
}
@media screen and (max-width: 767px) {
  .title-section {
    font-size: 3rem;
  }
  .title-section span:after {
    bottom: 28%;
    right: -36%;
  }
}

.page-title {
  width: 100%;
  position: relative;
  z-index: 9;
  margin: 0 auto;
  background: #002C42 url("../img/banners/hero_bg.jpg") no-repeat center;
  background-size: cover;
  border-radius: 50px;
  padding-bottom: 5rem;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.page-title.pb {
  padding-bottom: 12rem;
}
.page-title h1 {
  width: 85vw;
  font-family: "Georama", Arial, sans-serif;
  font-size: 4rem;
  font-weight: 800;
  line-height: 1.25;
  letter-spacing: -0.05em;
  text-align: left;
  color: #ffffff;
}
@media screen and (min-width: 1920px) {
  .page-title h1 {
    width: 70vw;
  }
}
@media screen and (max-width: 767px) {
  .page-title h1 {
    width: 85vw;
    font-size: 3rem;
  }
}

.btn {
  transition: background-color linear 0.45s;
  font-family: "Georama", sans-serif;
  font-size: 0.875rem;
  font-weight: 400;
  line-height: 18px;
  border-radius: 4px;
}
.btn a {
  padding: 1rem 1.5rem;
  display: flex;
  align-items: center;
  gap: 1.375rem;
  gap: 1.5rem;
}
.btn .icon {
  width: 14px;
}
.btn.outline {
  background-color: transparent;
}
.btn.outline.white {
  color: #ffffff;
  border: 1px solid #ffffff;
}
.btn.outline.white:hover {
  background-color: #ffffff;
  color: #202531;
}
.btn.outline.secondary {
  color: #B88B4A;
  border: 1px solid #B88B4A;
}
.btn.outline.secondary:hover {
  background-color: #B88B4A;
  color: #ffffff;
}
.btn.solid.secondary {
  background-color: #B88B4A;
  color: #0A0A0A;
}
.btn.solid.secondary:hover {
  background-color: #002C42;
  color: #ffffff;
}
.btn.solid.white {
  background-color: #ffffff;
  color: #0A0A0A;
}
.btn.solid.white:hover {
  background-color: #002C42;
  color: #ffffff;
}
.btn a {
  display: flex;
  align-items: center;
  gap: 14px;
  width: 100%;
  height: 100%;
}

.tag {
  text-transform: uppercase;
  padding: 1rem 1.5rem;
}
.tag.light {
  background-color: rgba(182, 141, 90, 0.062745098);
}
.tag.gray {
  background-color: rgba(32, 37, 49, 0.1882352941);
}
.tag.dark {
  background-color: #ECECEC;
}

/* BOTAO WHATSAPP */
#whats {
  position: fixed;
  right: 32px;
  bottom: 12px;
  z-index: 2;
  background-color: #35c369;
  border-radius: 50%;
  width: 62px;
  height: 62px;
  transition: 0.3s;
}
#whats a {
  display: flex;
  justify-content: center;
  align-items: center;
}
#whats i {
  color: #fff;
  font-size: 36px;
  left: -1px;
  position: relative;
}

.parallax-mirror {
  border-radius: 24px;
}

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  -webkit-font-smoothing: antialiased;
  box-sizing: border-box;
}

select, input, textarea, button, fieldset {
  border: none;
  padding: 0;
  margin: 0;
  background: transparent;
}

figure {
  margin-block-start: 0;
  margin-block-end: 0;
  margin-inline-start: 0;
  margin-inline-end: 0;
  line-height: 0;
}
figure img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

img {
  width: 100%;
  object-fit: cover;
}

ul, li, dt {
  list-style: none;
}

a {
  width: 100%;
  height: 100%;
  text-decoration: none;
  color: inherit;
}

p, .text {
  font-size: 1rem;
  font-family: "Georama", sans-serif;
  font-weight: 400;
}

html {
  font-family: "Georama", Arial, sans-serif;
  scroll-behavior: smooth;
  overflow-x: hidden;
}

:focus {
  outline: 0;
}

body {
  background: #ffffff;
  color: #828282;
  overflow-x: hidden;
}
body.menu_fixed {
  position: fixed;
  left: 2.5vw;
}
@media (min-width: 1920px) {
  body {
    overflow-x: unset;
  }
}

body, input, textarea, button {
  font-family: "Georama", Arial, sans-serif;
  font-weight: 400;
  font-size: 1rem;
}

fieldset {
  margin-inline-start: 0;
  margin-inline-end: 0;
  padding-block-start: 0;
  padding-inline-start: 0;
  padding-inline-end: 0;
  padding-block-end: 0;
}

button:focus-visible {
  outline: 2px solid #4a90e2 !important;
  outline: -webkit-focus-ring-color auto 5px !important;
}

h1, h2, h3, h4, h5, h6 {
  font-family: "Georama", Arial, sans-serif;
}

.header {
  width: 100%;
  display: flex;
  align-items: center;
}
@media screen and (max-width: 767px) {
  .header {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
  }
}
.header_logo {
  width: 7.5vw;
  padding: 1rem;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #003E62;
}
.header_logo a {
  display: flex;
  align-items: center;
  justify-content: center;
}
.header_logo img {
  width: 65%;
}
@media screen and (min-width: 1920px) {
  .header_logo {
    width: 15vw;
  }
}
@media screen and (max-width: 767px) {
  .header_logo {
    width: 45vw;
    padding: 1rem;
    position: relative;
    z-index: 99999;
  }
  .header_logo a {
    width: 65%;
  }
  .header_logo a img {
    width: 100%;
  }
}
.header .menu_toggle {
  display: none;
  width: 30px;
  height: 30px;
  position: relative;
  z-index: 9999;
  padding-right: 15vw;
}
.header .menu_toggle .bar {
  padding: 0;
  width: 30px;
  height: 4px;
  background-color: #B88B4A;
  display: block;
  border-radius: 4px;
  transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out, transform 0.4s ease-in-out 0.4s;
  position: absolute;
}
.header .menu_toggle .bar.bar1 {
  top: 0;
}
.header .menu_toggle .bar.bar2, .header .menu_toggle .bar.bar3 {
  top: 12px;
}
.header .menu_toggle .bar.bar3 {
  right: 0;
}
.header .menu_toggle .bar.bar4 {
  bottom: 0;
}
.header .menu_toggle .bar4 {
  top: 12px;
}
.header .menu_toggle .bar5 {
  bottom: 2px;
}
.header .menu_toggle .bar2 {
  width: 1px;
  transform: rotate(90deg);
  left: 12px;
}
.header .menu_toggle .bar3 {
  width: 1px;
  left: 12px;
}
@media screen and (max-width: 767px) {
  .header .menu_toggle {
    display: block;
    position: relative;
  }
  .header .menu_toggle.active .bar {
    background-color: #002C42;
  }
  .header .menu_toggle.active .bar1 {
    top: 13.5px;
    background-color: transparent;
  }
  .header .menu_toggle.active .bar2 {
    left: 0px;
    width: 30px;
    transform: rotate(45deg);
  }
  .header .menu_toggle.active .bar3 {
    left: 0;
    width: 30px;
    transform: rotate(-45deg);
  }
  .header .menu_toggle.active .bar4 {
    background-color: transparent;
  }
  .header .menu_toggle.active .bar5 {
    bottom: 13.5px;
    background-color: transparent;
  }
}
.header .container {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media screen and (max-width: 767px) {
  .header .container {
    width: 100vw;
    height: 100vh;
    position: fixed;
    top: 0;
    left: -200vw;
    z-index: 999;
    background-color: #B88B4A;
    padding-top: 124px;
    padding-left: 2rem;
    transition: left linear 0.5s;
  }
  .header .container.active {
    display: flex;
    left: 0;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
  }
}
.header_left {
  width: auto;
  display: flex;
  align-items: center;
  gap: 2rem;
}
.header_left_menu ul {
  display: flex;
  align-items: center;
  gap: 2.5rem;
}
@media screen and (max-width: 767px) {
  .header_left_menu ul {
    flex-direction: column;
    align-items: flex-start;
  }
}
.header_left_menu ul li {
  font-size: 1.5rem;
  font-weight: 400;
  color: #002C42;
}
@media screen and (max-width: 767px) {
  .header_left {
    flex-direction: column;
  }
}
.header_right {
  width: auto;
  display: flex;
  align-items: center;
  gap: 1.5rem;
}
@media screen and (max-width: 767px) {
  .header_right {
    flex-direction: column;
    align-items: flex-start;
    margin-top: 3rem;
  }
}
.header_right_social {
  display: flex;
  align-items: center;
  gap: 1.5rem;
}
.header_right_social a {
  width: 48px;
  height: 48px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 2px solid #002C42;
  border-radius: 50px;
}
.header_right_social a i {
  font-size: 24px;
  color: #002C42;
}
.header_right_cta {
  background-color: #002C42;
  border-radius: 4px;
}
.header_right_cta a {
  padding: 1.125rem 1.5rem;
  display: flex;
  align-items: center;
  gap: 1.375rem;
}
.header_right_cta a span {
  color: #ffffff;
}
.header_right_cta a .icon {
  width: 12px;
}

.footer {
  width: 100%;
  padding: 124px 0 0;
  background: #002C42 url("../img/footer-bg.jpg") no-repeat;
  background-size: cover;
}
.footer_logo {
  width: 20%;
}
@media screen and (max-width: 767px) {
  .footer_logo {
    width: 80%;
  }
}
.footer_info {
  width: 25%;
  margin: 2rem 0;
  color: #ffffff;
}
@media screen and (max-width: 767px) {
  .footer_info {
    width: 100%;
  }
}
.footer_social {
  display: flex;
  align-items: center;
  gap: 1.5rem;
  margin: 2rem 0 172px;
}
.footer_social a {
  width: 48px;
  height: 48px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 2px solid #ffffff;
  border-radius: 50px;
}
.footer_social a i {
  font-size: 24px;
  color: #ffffff;
}
.footer_copy {
  width: 100%;
  padding: 2rem 0 2rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: relative;
}
@media screen and (max-width: 767px) {
  .footer_copy {
    flex-direction: column;
  }
}
.footer_copy::before {
  width: 100vw;
  height: 1px;
  background-color: #ffffff;
  content: "";
  position: absolute;
  top: 0;
  left: -7.5vw;
}
@media screen and (min-width: 1920px) {
  .footer_copy::before {
    left: -15vw;
  }
}
.footer_copy p {
  color: #ffffff;
}
.footer_copy aside {
  display: flex;
  align-items: center;
  gap: 1rem;
}
.footer_copy aside a, .footer_copy aside img {
  width: auto;
  line-height: 1;
  margin-top: 4px;
}

.hero {
  width: 100%;
  padding: 84px 0 184px;
  background: #9292A9 url("../img/hero-bg.jpg") no-repeat center;
  background-size: cover;
}
.hero_content {
  width: 100%;
  padding: 2rem 0;
}
.hero_content h1 {
  font-size: 4rem;
  font-weight: 400;
  color: #ffffff;
  line-height: 1.175;
}
.hero_content h1 span {
  font-weight: 700;
  color: #B88B4A;
}
@media screen and (max-width: 767px) {
  .hero_content h1 {
    font-size: 2.5rem;
  }
}
.hero_content p {
  position: relative;
  margin: 1.375rem 0;
  color: #ffffff;
  padding-left: 14px;
}
.hero_content p:before {
  display: block;
  width: 1px;
  height: 100%;
  content: "";
  background-color: #ffffff;
  position: absolute;
  top: 0;
  left: 0;
}

.home_about {
  width: 100%;
  padding: 84px 0;
}
.home_about .container {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media screen and (max-width: 767px) {
  .home_about .container {
    flex-direction: column-reverse;
  }
}
.home_about_image {
  width: 48%;
}
@media screen and (max-width: 767px) {
  .home_about_image {
    width: 100%;
    margin-top: 1.5rem;
  }
}
.home_about_desc {
  width: 48%;
}
@media screen and (max-width: 767px) {
  .home_about_desc {
    width: 100%;
  }
}
.home_about_desc_title h2 {
  margin: 2.375rem 0 1.5rem;
  font-size: 3rem;
  color: #002C42;
}
@media screen and (max-width: 767px) {
  .home_about_desc_title h2 {
    font-size: 2rem;
  }
}
.home_about_desc .desc {
  font-size: 1.375rem;
  font-weight: 400;
  line-height: 1.5;
}
.home_about_desc_numbers {
  width: 100%;
  display: flex;
  justify-content: space-between;
  margin: 1.5rem 0 2.5rem;
  border-top: 1px solid #B88B4A;
  padding-top: 1rem;
}
.home_about_desc_numbers aside {
  width: 45%;
  position: relative;
}
.home_about_desc_numbers aside h3 {
  font-size: 1.375rem;
  font-weight: 400;
  line-height: 1.5;
  text-transform: capitalize;
  color: #002C42;
}
.home_about_desc_numbers aside h5 {
  font-size: 3rem;
  font-weight: 700;
  line-height: 1.5;
  text-transform: capitalize;
  color: #002C42;
}

.areas {
  width: 75%;
  position: relative;
  z-index: 2;
  background-color: #002C42;
  margin: 0 0 0 auto;
  padding: 2rem 7.5vw;
  border-radius: 18px 0 0 18px;
  display: flex;
  justify-content: space-between;
}
@media screen and (min-width: 1920px) {
  .areas {
    padding: 2rem 15vw 2rem 7.5vw;
  }
}
@media screen and (max-width: 767px) {
  .areas {
    width: 90%;
    margin: 0 auto;
    flex-direction: column;
    border-radius: 18px;
  }
}
.areas .title {
  width: 32%;
}
.areas_item {
  width: 32%;
}
@media screen and (max-width: 767px) {
  .areas_item {
    width: 100%;
    margin-top: 1.5rem;
  }
}
.areas_item_title {
  width: 100%;
  display: flex;
  align-items: center;
}
.areas_item_title img {
  width: 64px;
  position: relative;
  z-index: 2;
}
.areas_item_title h4 {
  margin-left: -24px;
  background-color: #ffffff;
  color: #002C42;
  padding: 1rem 2rem;
  border-radius: 4px;
  font-weight: 600;
  font-size: 1.875rem;
  line-height: 1.25;
  text-align: center;
  text-transform: capitalize;
}
.areas_item p {
  margin-top: 1.5rem;
  text-align: center;
  color: #ffffff;
}
@media screen and (max-width: 767px) {
  .areas_item p {
    margin-top: 1rem;
  }
}

.cta {
  width: 100%;
  position: relative;
  z-index: 1;
  padding: 172px 0 84px;
  margin-top: -84px;
  background-color: #B88B4A;
}
.cta_content {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 2rem;
}
@media screen and (max-width: 767px) {
  .cta_content {
    flex-direction: column;
  }
}
.cta_content p {
  font-size: 2rem;
  font-weight: 400;
  line-height: 1.125;
  color: #002C42;
}

.about_title {
  width: 100%;
  padding: 5rem 0 5rem 7.5vw;
  position: relative;
}
@media screen and (min-width: 1920px) {
  .about_title {
    padding: 5rem 0 5rem 15vw;
  }
}
.about_title_hero {
  width: 100%;
  margin-top: 2.5rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media screen and (max-width: 767px) {
  .about_title_hero {
    flex-direction: column;
  }
}
.about_title_hero h1 {
  width: 35%;
  font-weight: 400;
  font-size: 3.5rem;
  line-height: 68.93px;
  color: #002C42;
}
.about_title_hero h1 strong {
  font-weight: 700;
}
@media screen and (max-width: 767px) {
  .about_title_hero h1 {
    width: 100%;
    font-size: 2.5rem;
    line-height: 1.25;
  }
}
.about_title_hero_gallery {
  width: 60%;
}
@media screen and (max-width: 767px) {
  .about_title_hero_gallery {
    width: 100%;
    margin-top: 1rem;
  }
}
.about_title::after {
  width: 100%;
  height: 4px;
  background-color: #002C42;
  content: "";
  position: absolute;
  bottom: 0;
}
.about_history {
  width: 100%;
  padding: 3rem 0;
  position: relative;
}
.about_history .container {
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 767px) {
  .about_history .container {
    flex-direction: column;
    gap: 1rem;
  }
}
.about_history_item {
  width: 30%;
}
@media screen and (max-width: 767px) {
  .about_history_item {
    width: 100%;
  }
}
.about_values {
  width: 85%;
  position: relative;
  z-index: 2;
  background-color: #B88B4A;
  margin: 0 0 0 auto;
  padding: 2rem 7.5vw 2rem 5vw;
  border-radius: 18px 0 0 18px;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
@media screen and (min-width: 1920px) {
  .about_values {
    padding: 3rem 5vw 3rem 5vw;
  }
}
@media screen and (max-width: 767px) {
  .about_values {
    width: 90%;
    margin: 0 auto;
    padding: 1.5rem;
    border-radius: 18px;
    flex-direction: column;
    gap: 1rem;
  }
}
.about_values .title {
  width: 100%;
  display: block;
  margin-bottom: 2.5rem;
}
.about_values_item {
  width: 22%;
  display: flex;
  align-items: center;
  gap: 0.875rem;
}
@media screen and (max-width: 767px) {
  .about_values_item {
    width: 100%;
  }
}
.about_values_item .icon {
  width: 62px;
  height: 62px;
  background-color: #ECECEC;
  border-radius: 4px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.about_values_item_desc {
  width: 100%;
}
.about_values_item_desc h4 {
  font-weight: 600;
  font-size: 1.125rem;
  line-height: 1;
  text-transform: capitalize;
  color: #ffffff;
}
.about_values_item_desc p {
  margin-top: 0.375rem;
  font-size: 0.8rem;
  line-height: 1.5;
  color: #ffffff;
}
.about_team {
  width: 60%;
  padding: 5rem 0;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
@media screen and (max-width: 767px) {
  .about_team {
    width: 90%;
  }
}
.about_team .title {
  margin: 3rem 0;
  font-weight: 500;
  font-size: 4rem;
  line-height: 33.77px;
  letter-spacing: 6%;
  text-align: center;
  color: #002C42;
}
@media screen and (max-width: 767px) {
  .about_team .title {
    font-size: 2.5rem;
  }
}
.about_team_list {
  width: 50%;
  margin-top: 2.5rem;
}
@media screen and (max-width: 767px) {
  .about_team_list {
    width: 85%;
  }
}
.about_team_list_item {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.about_team_list_item .box {
  width: 100%;
  border: 1px solid #202531;
  border-radius: 4px;
}
.about_team_list_item .box h4 {
  padding: 1.5rem 3rem;
  font-size: 1.5rem;
  font-weight: 600;
  line-height: 1;
  text-align: center;
  text-transform: capitalize;
  color: #002C42;
}
.about_team_list_item_image {
  width: 100%;
  aspect-ratio: 1/1;
  border: 1px solid #202531;
  border-radius: 4px;
}
.about_team_list_item_image img {
  width: 100%;
  height: 100%;
  border-radius: 4px;
  object-fit: cover;
  object-position: center;
}
.about_team_list_item_desc {
  width: 85%;
  margin-top: 1rem;
}
.about_team_list_item_desc p {
  font-size: 0.875rem;
  line-height: 1.5;
  color: #002C42;
  text-align: center;
}

.service_hero {
  width: 100%;
  padding: 98px 0 3rem;
  background-color: #202531;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.service_hero h1 {
  width: 45%;
  margin-top: 1.5rem;
  font-size: 3.5rem;
  font-weight: 400;
  line-height: 63.96px;
  text-align: center;
  color: #ECECEC;
}
@media screen and (max-width: 767px) {
  .service_hero h1 {
    width: 90%;
    font-size: 2rem;
    line-height: 1.25;
  }
}
.service_list {
  width: 100%;
  padding: 3rem 0;
  background-color: #202531;
}
.service_list .container {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.service_list_items {
  width: 100%;
  margin-bottom: 1.5rem;
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 767px) {
  .service_list_items {
    flex-direction: column;
    gap: 1.5rem;
  }
}
.service_list_items_item {
  width: 48%;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 0;
}
@media screen and (max-width: 767px) {
  .service_list_items_item {
    width: 100%;
    flex-direction: column;
  }
}
.service_list_items_item .icon {
  width: 72px;
  position: absolute;
  z-index: 5;
  top: 64px;
  left: -12px;
}
@media screen and (max-width: 767px) {
  .service_list_items_item .icon {
    width: 64px;
    top: -14px;
    display: none;
  }
}
.service_list_items_item .item_desc {
  width: 60%;
  height: 332px;
  position: relative;
  z-index: 4;
  right: -98px;
  display: flex;
  flex-shrink: 0;
  flex-direction: column;
  justify-content: center;
  padding: 1.5rem 2rem;
  background-color: #ECECEC;
  border-radius: 4px;
  color: #002C42;
}
@media screen and (max-width: 767px) {
  .service_list_items_item .item_desc {
    width: 100%;
    height: auto;
    right: 0;
  }
}
.service_list_items_item .item_desc h3 {
  font-weight: 600;
  font-size: 2rem;
  line-height: 31.92px;
  text-transform: capitalize;
}
.service_list_items_item .item_desc ol {
  margin-top: 1rem;
  padding-left: 1.875rem;
  list-style: decimal;
}
.service_list_items_item .item_desc ol li {
  list-style: decimal;
  padding-bottom: 0.5rem;
}
.service_list_items_item .item_image {
  width: 50%;
  height: 384px;
  flex-shrink: 0;
  border-radius: 12px;
  position: relative;
  z-index: 3;
}
@media screen and (max-width: 767px) {
  .service_list_items_item .item_image {
    display: none;
  }
}
.service_list_items_item .item_image img {
  border-radius: 12px;
}
.service_list_cta {
  width: 100%;
  margin-top: 3rem;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
}
.service_list_cta a span {
  text-decoration: underline;
  color: #ffffff;
}
.service_list_cta .btn {
  margin-top: 1rem;
}

.contact {
  width: 100%;
  padding: 148px 0 0;
  background: url("../img/contact-bg.jpg") no-repeat;
  background-size: cover;
}
.contact_box {
  width: 65%;
  margin: 0 auto;
  position: relative;
  z-index: 4;
  padding: 2.5rem 4rem;
  background-color: #B88B4A;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
@media screen and (max-width: 767px) {
  .contact_box {
    width: 100%;
    padding: 3rem 2rem;
  }
}
.contact_box .tag {
  background-color: rgba(32, 37, 49, 0.3137254902);
  color: #ECECEC;
}
.contact_box_wrapper {
  margin-top: 64px;
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 767px) {
  .contact_box_wrapper {
    flex-direction: column-reverse;
  }
}
.contact_box_wrapper_infos {
  width: 40%;
  padding: 2rem 1.5rem;
  border-radius: 4px;
  border: 1px solid #E4E4E4;
  color: #002C42;
}
@media screen and (max-width: 767px) {
  .contact_box_wrapper_infos {
    width: 100%;
  }
}
.contact_box_wrapper_infos dl dt {
  padding-bottom: 1rem;
  margin-bottom: 1.5rem;
  border-bottom: 0.46px solid rgba(236, 236, 236, 0.2);
}
.contact_box_wrapper_infos dl dt h4 {
  font-weight: 400;
  font-size: 0.875rem;
  line-height: 1.25;
}
.contact_box_wrapper_infos dl dt h5 {
  font-weight: 600;
  font-size: 1.875rem;
  line-height: 1.25;
  word-break: break-word;
}
.contact_box_wrapper_form {
  width: 55%;
  padding: 2rem 1.5rem;
  background-color: #ECECEC;
  border-radius: 4px;
}
@media screen and (max-width: 767px) {
  .contact_box_wrapper_form {
    width: 100%;
  }
}
.contact_box_wrapper_form form {
  width: 100%;
}
.contact_box_wrapper_form form input, .contact_box_wrapper_form form textarea {
  width: 100%;
  padding: 1rem 1.5rem;
  border: 2px solid #E4E4E4;
  margin-bottom: 1.375rem;
  font-weight: 400;
  font-size: 1.25rem;
  line-height: 1;
}
.contact_box_wrapper_form form input::placeholder, .contact_box_wrapper_form form textarea::placeholder {
  font-weight: 400;
  font-size: 1.25rem;
  line-height: 1;
}
.contact_box_wrapper_form form textarea {
  height: 144px;
}
.contact_box_wrapper_form form button {
  width: 100%;
  padding: 0.875rem 1.5rem;
  border: 2px solid #E4E4E4;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 2rem;
  font-weight: 500;
  font-size: 1.375rem;
  line-height: 1.5;
  text-align: center;
  vertical-align: middle;
  text-transform: uppercase;
  text-transform: uppercase;
}
.contact_box_wrapper_form form button .icon {
  width: 18px;
}
.contact .space {
  width: 100%;
  height: 184px;
  position: relative;
  z-index: 3;
  margin-top: -114px;
  background-color: #003E62;
}/*# sourceMappingURL=styles.css.map */