:root {
  --font: 'Roboto Condensed', arial, helvetica, sans-serif;
  --primary-color: #0e54ae;
}

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

a {
  text-decoration: none;
}

html {
  scroll-behavior: smooth;
}

p {
  color: #434343;
  font-size: 1.2rem;
  font-weight: 300;
  line-height: 1.5;
}

main {
  display: grid;
  gap: 4rem;
}

@media (min-width: 1024px) {
  main {
    gap: 6rem;
  }
}

h2 {
  font-size: 2.5rem;
  color: #111111;
}

html,
body {
  font-family: var(--font);
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
}

header {
  height: 80px;
  border-bottom: 1px solid #eaeaea2e;
  width: 100%;
  display: flex;
  justify-content: space-between;
  padding: 0 1rem;
  align-items: center;
  position: fixed;
  top: 0;
  z-index: 200;
}

@media (min-width: 1024px) {
  header {
    padding: 0 5rem;
    background-color: #00000024;
  }
}

.effect {
  box-shadow: 0 2px 20px 0 rgb(0 0 0 / 15%);
}

.effect .menu li a {
  color: #111111;
  display: block;
}

.effect .phone-schedule span {
  color: #111111;
}

header .logo {
  color: #fff;
}

header .logo a {
  color: #ffffff;
  text-decoration: none;
}

.effect .logo a {
  color: #111111;
}

header .logo a {
  font-weight: 700;
  font-size: 2rem;
}

header #display-menu {
  overflow: auto;
  display: none;
  position: fixed;
  right: 0;
  top: 0;
  height: 100%;
  background: #fff;
  width: 80%;
  max-width: 300px;
  border-left: 1px solid #eaeaea;
}

header #display-menu #close-menu {
  position: absolute;
  left: 6px;
  top: 6px;
  text-align: right;
  background-color: #ffffff;
  z-index: 150;
}

@media (min-width: 1200px) {
  header #display-menu #close-menu {
    display: none;
  }
}
header #display-menu #close-menu button {
  width: 40px;
  height: 40px;
  border: none;
  background-image: url(/assets/img/close.svg);
  background-color: #fff;
  background-repeat: no-repeat;
  cursor: pointer;
}

header #display-menu #list-anchors {
  margin-top: 50px;
  border-top: 1px solid #eaeaea;
}

@media (min-width: 1200px) {
  header #display-menu #list-anchors {
    margin-top: unset;
    border: unset;
  }
}

header #mobile-extra-menu {
  display: grid;
  gap: 2rem;
  margin-top: 2rem;
}

header #mobile-extra-menu .phone {
  display: flex;
  align-items: center;
  justify-content: center;
}

header #mobile-extra-menu .schedule {
  display: flex;
  justify-content: center;
}

.image-about-us {
  height: 100%;
  width: 100%;
  background-image: url(/assets/img/att.jpg);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

header #mobile-extra-menu .schedule a {
  font-size: 1rem;
  background: #e91e63;
  border: 1px solid #e91e63;
  border-radius: 20px;
  color: #fff;
  padding: 0.6rem 1rem;
  font-weight: bold;
  text-decoration: none;
}

header #mobile-extra-menu .phone span a {
  font-size: 1.3rem;
  color: #111111;
  text-decoration: none;
}

@media (min-width: 1200px) {
  header #display-menu {
    overflow: unset;
    display: block !important;
    background: unset;
    border: unset;
    position: unset;
    right: unset;
    top: unset;
    height: unset;
    width: unset;
  }

  header #mobile-extra-menu {
    display: none;
  }

  header .menu {
    display: flex !important;
    gap: 1.5rem;
  }
}

header .menu li {
  list-style-type: none;
  padding: 1rem;
  text-align: center;
  border-bottom: 1px solid #36383812;
}

@media (min-width: 1200px) {
  header .menu li {
    padding: unset;
    text-align: unset;
    text-align: unset;
    border: unset;
  }
}

header .menu li a {
  font-size: 1.3rem;
  color: #111111;
  text-decoration: none;
}

@media (min-width: 1200px) {
  header .menu li a {
    color: #ffffff;
  }
}

header .phone-schedule .phone {
  display: none;
}

header .phone-schedule .phone a {
  font-size: 1.3rem;
  color: #ffffff;
  text-decoration: none;
}

.effect .phone-schedule .phone a {
  color: #111111;
}

@media (min-width: 1024px) {
  header .phone-schedule .phone {
    display: flex;
    align-items: center;
    gap: 0.5rem;
  }
}

header .phone-schedule span {
  font-size: 1.2rem;
  font-weight: 500;
  color: #fff;
}

header .phone-schedule .schedule .days {
  display: grid;
  gap: 0.2rem;
}

header .phone-schedule .schedule {
  display: flex;
  align-items: center;
}

header .phone-schedule .schedule a {
  font-size: 1rem;
  background: #e91e63;
  border: 1px solid #e91e63;
  border-radius: 20px;
  color: #fff;
  padding: 0.6rem 1rem;
  font-weight: bold;
  text-decoration: none;
}

@media (min-width: 1024px) {
  header .phone-schedule .schedule a {
    font-size: 1.2rem;
  }
}

@media (min-width: 1024px) {
  .phone-schedule {
    display: flex;
    gap: 2rem;
  }
}

.hero {
  background-image: url('/assets/img/front-02.jpg');
  background-size: cover;
  display: grid;
  align-content: center;
  padding: 8rem 1rem;
  gap: 1.5rem;
      background-position: 77% 100%;
}

@media (min-width: 1024px) {
  .hero {
    padding: 10rem 5rem;
  }
}

.effect-letter {
  text-shadow: 0 0px 3px rgb(0 0 0 / 25%);
}
.hero h1 {
  font-size: 4rem;
  font-weight: 500;
}

.hero h4 {
  font-size: 4rem;
  font-weight: 500;
}

.hero p {
  max-width: 800px;
  color: #fff;
  font-size: 1.5rem;
  font-weight: bold;
  line-height: 1.5;
}

.hero .button {
  display: inline-flex;
  margin-bottom: 2rem;
}

.hero .button a {
  background: #111;
  color: #fff;
  padding: 20px 30px;
  font-size: 1.5rem;
  border-radius: 5px;
  display: flex;
  align-items: center;
  gap: 1rem;
  text-decoration: none;
}


@media (max-width: 360px) {
  .hero .hightlight {
    font-size: 3.2rem !important;
  }
}

.hero .hightlight {
  font-size: 4rem;
  font-weight: 700;
  color: #ffffff;
}

@media (min-width: 768px) {
  .hero .hightlight {
    font-size: 7rem;
  }
}

.box-highlight {
  display: grid;
  gap: 1rem;
  box-shadow: 0px 0px 20px rgb(0 0 0 / 11%);
  max-width: 1200px;
  min-height: 300px;
  margin: -13rem 1rem;
  margin-bottom: 0rem;
  background-color: #ffffff;
}

@media (min-width: 1024px) {
  .box-highlight {
    margin: -13rem auto;
    margin-bottom: 0rem;
  }
}

@media (min-width: 768px) {
  .box-highlight {
    grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
  }
}

.notice {
  text-align: center;
    color: #fff;
    font-weight: 600;
    padding-bottom: 2rem;
    font-size: 1rem;
    padding-left: 1rem;
    padding-right: 1rem;
}

.box-highlight .box {
  padding: 2rem;
  text-align: center;
  display: grid;
  gap: 1.5rem;
}

@media (min-width: 768px) {
  .box-highlight .shadow {
    box-shadow: 0px 0px 20px rgb(0 0 0 / 5%);
  }
}

.box-highlight .box h3 {
  font-size: 1.5rem;
  color: #111111;
}

.box-highlight .box p {
  color: #434343;
  font-size: 1.2rem;
  font-weight: 300;
  line-height: 1.5;
}

.box-highlight .box .button a {
  display: inline-block;
  border: 1px solid #111111;
  padding: 12px 20px;
  border-radius: 35px;
  color: #111111;
}

.box-highlight .box .button-call a {
  display: inline-block;
  border: 1px solid #e91e63;
  background-color: #e91e63;
  color: #ffffff;
  padding: 12px 20px;
  border-radius: 35px;
  font-weight: 700;
}

.about-us {
  gap: 3rem;
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 1rem;
  display: grid;
}

@media (min-width: 1210px) {
  .about-us {
    padding: unset;
  }
}

.about-us h2 {
  text-align: center;
  margin-bottom: 2.5rem;
}

@media (min-width: 1024px) {
  .about-us {
    display: grid;
    grid-template-columns: 1fr 1fr;
  }
  .about-us h2 {
    text-align: left;
  }
}

.gallery {
  grid-row: 2;
}

.gallery ::-webkit-scrollbar {
  width: 10px;
  height: 7px;
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0);
  -webkit-border-radius: 10px;
  border-radius: 10px;
}

.gallery ::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 0px rgba(0, 0, 0, 0);
  -webkit-border-radius: 10px;
  border-radius: 10px;
}

.gallery ::-webkit-scrollbar-thumb {
  border-radius: 10px;
  background: #50c3bd;
  height: 3px;
}

.gallery ::-webkit-scrollbar-corner {
  display: none;
  height: 0px;
  width: 0px;
}

@media (min-width: 1024px) {
  .gallery {
    grid-row: unset;
  }
}

.about-us img {
  width: 100%;
}

.about-us .thumbs {
  display: flex;
  gap: 0.2rem;
  flex-direction: row;
  -webkit-flex-direction: row;
  overflow: scroll;
  overflow-y: unset;
  width: 100%;
  display: -webkit-flex;
}

.about-us .thumbs span {
  min-width: 25%;
  display: inline-flex;
  cursor: pointer;
}

.about-us .thumbs .select {
  border-radius: 2px;
  border: 2px solid #ffffff;
}

.about-us .thumbs .select {
  border: 2px solid #111111;
}
.about-us .thumbs img {
  object-fit: cover;
}

.about-us p {
  margin: 0.5rem 0;
}

.services {
  padding: 0 1rem;
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
}

@media (min-width: 1210px) {
  .services {
    padding: unset;
  }
}

.services h2 {
  text-align: center;
}

@media (min-width: 768px) {
  .services h2 {
    text-align: left;
  }
}

.services .list {
  display: flex;
  gap: 0.3rem;
  margin-top: 3rem;
  justify-content: center;
  flex-flow: wrap;
}

@media (min-width: 1024px) {
  .services .list {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
  }
}

.services .list .box {
  width: 100%;
  max-width: 400px;
  text-align: center;
  display: grid;
  gap: 1rem;
  position: relative;
}

.services .list .box .content {
  position: absolute;
  padding: 0.5rem;
  bottom: 0;
  height: 100%;
  padding-bottom: 2rem;
  width: 100%;
  display: grid;
  align-items: end;
  gap: 4rem;
}

.services .list .box .content p {
  display: none;
}

.services .list .box:hover .content {
  background: #12121236;
}

.services .list .box:hover p {
  display: block;
  color: #fff;
  font-weight: 400;
}

.services .list .box h3 {
  font-size: 2.2rem;
  color: #ffffff;
  font-weight: bold;
}

.services .list .box .photo img {
  width: 100%;
  height: auto;
  filter: grayscale(0.9);
  display: block;
}

.services .list .box .photo img:hover {
  filter: unset
}

.team {
  padding: 0 1rem;
}

@media (min-width: 1210px) {
  .team {
    padding: unset;
  }
}

.leader-team .leader {
  display: grid;
  padding: 0 1rem;
}

@media (min-width: 1210px) {
  .leader-team .leader {
    grid-template-columns: 1fr 1fr;
    padding: unset;
  }
}

.leader-team .leader {
  min-height: 700px;
}

@media (min-width: 1210px) {
  .leader-team .leader {
    background-image: url(/assets/img/team-background.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
  }
}


.leader-team .leader .phase {
  text-align: center;
  padding-top: 4rem;
  max-width: 500px;
  margin: 0 auto;
  display: grid;
  height: max-content;
  gap: 0.8rem;
}
@media (min-width: 1024px) {
  .leader-team .leader .phase {
    padding-top: 8rem;
  }
}

.leader-team .leader .phase h2 {
  font-weight: 700;
  color: #111111;
  font-size: 2.8rem;
}

.leader-team .leader .phase blockquote {
  color: rgb(67, 67, 67);
  font-size: 1.5rem;
  font-weight: 300;
  line-height: 1.5;
}

.leader-team .team {
  max-width: 1200px;
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
  gap: 0.3rem;
  margin-top: -13rem;
  justify-content: center;
}

@media (min-width: 768px) {
  .leader-team .team {
    margin-top: -5rem;
  }
}

.leader-team .team .box {
  background-color: #f7f7f7;
  width: 100%;
  max-width: 450px;
}

@media (min-width: 768px) {
.leader-team .team .box {
    max-width: 296px;
}
}

.leader-team .team .box .content {
  padding: 1.5rem;
  display: grid;
  gap: 1rem;
}

.leader-team .team .box .content h3 {
  font-size: 1.8rem;
  color: #111;
  font-weight: bold;
}

.leader-team .team .box .content button {
  color: #e91e63;
  background-color: unset;
  border: unset;
  font-size: 1rem;
  cursor: pointer;
      font-weight: bold;
}

.leader-team .team .box .content button::after {
  content: '→';
  margin-left: 8px;
}

.leader-team .team .box img {
  width: 100%;
  height: auto;
}

.office {
  background: url('/assets/img/happy-family.jpg');
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  min-height: 80vh;
      background-position: 5%;
}

@media (min-width: 768px) {
  .office {
    min-height: 75vh;
  }
}

.contact {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
}

.contact h2 {
  text-align: center;
}

@media (min-width: 1024px) {
  .contact h2 {
    text-align: left;
  }
}

.contact .content {
  display: grid;
  gap: 5rem;
  margin-top: 3rem;
}

@media (min-width: 1024px) {
  .contact .content {
    grid-template-columns: 1fr 1fr;
    align-items: center;
  }
}

.contact .content .info {
  padding: 1rem;
  height: min-content;
  display: grid;
  gap: 2rem;
}

.contact .content .info p {
  font-size: 1.3rem;
}

.contact .content .info p a {
  color: #434343;
  font-weight: 500;
  line-height: 1.5;
}

.contact .content .box {
  background-color: #54cabf;
  border-radius: 2px;
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' version='1.1' xmlns:xlink='http://www.w3.org/1999/xlink' xmlns:svgjs='http://svgjs.dev/svgjs' width='1440' height='560' preserveAspectRatio='none' viewBox='0 0 1440 560'%3e%3cg mask='url(%26quot%3b%23SvgjsMask1024%26quot%3b)' fill='none'%3e%3crect width='1440' height='560' x='0' y='0' fill='rgba(82%2c 199%2c 189%2c 1)'%3e%3c/rect%3e%3cuse xlink:href='%23SvgjsSymbol1031' x='0' y='0'%3e%3c/use%3e%3cuse xlink:href='%23SvgjsSymbol1031' x='720' y='0'%3e%3c/use%3e%3c/g%3e%3cdefs%3e%3cmask id='SvgjsMask1024'%3e%3crect width='1440' height='560' fill='white'%3e%3c/rect%3e%3c/mask%3e%3cpath d='M-1 0 a1 1 0 1 0 2 0 a1 1 0 1 0 -2 0z' id='SvgjsPath1025'%3e%3c/path%3e%3cpath d='M-3 0 a3 3 0 1 0 6 0 a3 3 0 1 0 -6 0z' id='SvgjsPath1029'%3e%3c/path%3e%3cpath d='M-5 0 a5 5 0 1 0 10 0 a5 5 0 1 0 -10 0z' id='SvgjsPath1028'%3e%3c/path%3e%3cpath d='M2 -2 L-2 2z' id='SvgjsPath1027'%3e%3c/path%3e%3cpath d='M6 -6 L-6 6z' id='SvgjsPath1026'%3e%3c/path%3e%3cpath d='M30 -30 L-30 30z' id='SvgjsPath1030'%3e%3c/path%3e%3c/defs%3e%3csymbol id='SvgjsSymbol1031'%3e%3cuse xlink:href='%23SvgjsPath1025' x='30' y='30' stroke='rgba(68%2c 179%2c 169%2c 1)'%3e%3c/use%3e%3cuse xlink:href='%23SvgjsPath1026' x='30' y='90' stroke='rgba(68%2c 179%2c 169%2c 1)'%3e%3c/use%3e%3cuse xlink:href='%23SvgjsPath1026' x='30' y='150' stroke='rgba(68%2c 179%2c 169%2c 1)'%3e%3c/use%3e%3cuse xlink:href='%23SvgjsPath1026' x='30' y='210' stroke='rgba(68%2c 179%2c 169%2c 1)'%3e%3c/use%3e%3cuse xlink:href='%23SvgjsPath1026' x='30' y='270' stroke='rgba(68%2c 179%2c 169%2c 1)'%3e%3c/use%3e%3cuse xlink:href='%23SvgjsPath1027' x='30' y='330' stroke='rgba(68%2c 179%2c 169%2c 1)'%3e%3c/use%3e%3cuse xlink:href='%23SvgjsPath1028' x='30' y='390' stroke='rgba(68%2c 179%2c 169%2c 1)'%3e%3c/use%3e%3cuse xlink:href='%23SvgjsPath1029' x='30' y='450' stroke='rgba(68%2c 179%2c 169%2c 1)'%3e%3c/use%3e%3cuse xlink:href='%23SvgjsPath1028' x='30' y='510' stroke='rgba(68%2c 179%2c 169%2c 1)'%3e%3c/use%3e%3cuse xlink:href='%23SvgjsPath1025' x='30' y='570' stroke='rgba(68%2c 179%2c 169%2c 1)'%3e%3c/use%3e%3cuse xlink:href='%23SvgjsPath1026' x='90' y='30' stroke='rgba(68%2c 179%2c 169%2c 1)'%3e%3c/use%3e%3cuse xlink:href='%23SvgjsPath1028' x='90' y='90' stroke='rgba(68%2c 179%2c 169%2c 1)'%3e%3c/use%3e%3cuse xlink:href='%23SvgjsPath1029' x='90' y='150' stroke='rgba(68%2c 179%2c 169%2c 1)'%3e%3c/use%3e%3cuse xlink:href='%23SvgjsPath1028' x='90' y='210' stroke='rgba(68%2c 179%2c 169%2c 1)'%3e%3c/use%3e%3cuse xlink:href='%23SvgjsPath1026' x='90' y='270' stroke='rgba(68%2c 179%2c 169%2c 1)'%3e%3c/use%3e%3cuse xlink:href='%23SvgjsPath1030' x='90' y='330' stroke='rgba(68%2c 179%2c 169%2c 1)' stroke-width='3'%3e%3c/use%3e%3cuse xlink:href='%23SvgjsPath1026' x='90' y='390' stroke='rgba(68%2c 179%2c 169%2c 1)'%3e%3c/use%3e%3cuse xlink:href='%23SvgjsPath1028' x='90' y='450' stroke='rgba(68%2c 179%2c 169%2c 1)'%3e%3c/use%3e%3cuse xlink:href='%23SvgjsPath1028' x='90' y='510' stroke='rgba(68%2c 179%2c 169%2c 1)'%3e%3c/use%3e%3cuse xlink:href='%23SvgjsPath1026' x='90' y='570' stroke='rgba(68%2c 179%2c 169%2c 1)'%3e%3c/use%3e%3cuse xlink:href='%23SvgjsPath1028' x='150' y='30' stroke='rgba(68%2c 179%2c 169%2c 1)'%3e%3c/use%3e%3cuse xlink:href='%23SvgjsPath1028' x='150' y='90' stroke='rgba(68%2c 179%2c 169%2c 1)'%3e%3c/use%3e%3cuse xlink:href='%23SvgjsPath1026' x='150' y='150' stroke='rgba(68%2c 179%2c 169%2c 1)'%3e%3c/use%3e%3cuse xlink:href='%23SvgjsPath1026' x='150' y='210' stroke='rgba(68%2c 179%2c 169%2c 1)'%3e%3c/use%3e%3cuse xlink:href='%23SvgjsPath1029' x='150' y='270' stroke='rgba(68%2c 179%2c 169%2c 1)'%3e%3c/use%3e%3cuse xlink:href='%23SvgjsPath1028' x='150' y='330' stroke='rgba(68%2c 179%2c 169%2c 1)'%3e%3c/use%3e%3cuse xlink:href='%23SvgjsPath1029' x='150' y='390' stroke='rgba(68%2c 179%2c 169%2c 1)'%3e%3c/use%3e%3cuse xlink:href='%23SvgjsPath1026' x='150' y='450' stroke='rgba(68%2c 179%2c 169%2c 1)'%3e%3c/use%3e%3cuse xlink:href='%23SvgjsPath1026' x='150' y='510' stroke='rgba(68%2c 179%2c 169%2c 1)'%3e%3c/use%3e%3cuse xlink:href='%23SvgjsPath1026' x='150' y='570' stroke='rgba(68%2c 179%2c 169%2c 1)'%3e%3c/use%3e%3cuse xlink:href='%23SvgjsPath1027' x='210' y='30' stroke='rgba(68%2c 179%2c 169%2c 1)'%3e%3c/use%3e%3cuse xlink:href='%23SvgjsPath1027' x='210' y='90' stroke='rgba(68%2c 179%2c 169%2c 1)'%3e%3c/use%3e%3cuse xlink:href='%23SvgjsPath1028' x='210' y='150' stroke='rgba(68%2c 179%2c 169%2c 1)'%3e%3c/use%3e%3cuse xlink:href='%23SvgjsPath1025' x='210' y='210' stroke='rgba(68%2c 179%2c 169%2c 1)'%3e%3c/use%3e%3cuse xlink:href='%23SvgjsPath1027' x='210' y='270' stroke='rgba(68%2c 179%2c 169%2c 1)'%3e%3c/use%3e%3cuse xlink:href='%23SvgjsPath1028' x='210' y='330' stroke='rgba(68%2c 179%2c 169%2c 1)'%3e%3c/use%3e%3cuse xlink:href='%23SvgjsPath1026' x='210' y='390' stroke='rgba(68%2c 179%2c 169%2c 1)'%3e%3c/use%3e%3cuse xlink:href='%23SvgjsPath1028' x='210' y='450' stroke='rgba(68%2c 179%2c 169%2c 1)'%3e%3c/use%3e%3cuse xlink:href='%23SvgjsPath1029' x='210' y='510' stroke='rgba(68%2c 179%2c 169%2c 1)'%3e%3c/use%3e%3cuse xlink:href='%23SvgjsPath1027' x='210' y='570' stroke='rgba(68%2c 179%2c 169%2c 1)'%3e%3c/use%3e%3cuse xlink:href='%23SvgjsPath1028' x='270' y='30' stroke='rgba(68%2c 179%2c 169%2c 1)'%3e%3c/use%3e%3cuse xlink:href='%23SvgjsPath1026' x='270' y='90' stroke='rgba(68%2c 179%2c 169%2c 1)'%3e%3c/use%3e%3cuse xlink:href='%23SvgjsPath1026' x='270' y='150' stroke='rgba(68%2c 179%2c 169%2c 1)'%3e%3c/use%3e%3cuse xlink:href='%23SvgjsPath1028' x='270' y='210' stroke='rgba(68%2c 179%2c 169%2c 1)'%3e%3c/use%3e%3cuse xlink:href='%23SvgjsPath1029' x='270' y='270' stroke='rgba(68%2c 179%2c 169%2c 1)'%3e%3c/use%3e%3cuse xlink:href='%23SvgjsPath1026' x='270' y='330' stroke='rgba(68%2c 179%2c 169%2c 1)'%3e%3c/use%3e%3cuse xlink:href='%23SvgjsPath1025' x='270' y='390' stroke='rgba(68%2c 179%2c 169%2c 1)'%3e%3c/use%3e%3cuse xlink:href='%23SvgjsPath1027' x='270' y='450' stroke='rgba(68%2c 179%2c 169%2c 1)'%3e%3c/use%3e%3cuse xlink:href='%23SvgjsPath1028' x='270' y='510' stroke='rgba(68%2c 179%2c 169%2c 1)'%3e%3c/use%3e%3cuse xlink:href='%23SvgjsPath1026' x='270' y='570' stroke='rgba(68%2c 179%2c 169%2c 1)'%3e%3c/use%3e%3cuse xlink:href='%23SvgjsPath1028' x='330' y='30' stroke='rgba(68%2c 179%2c 169%2c 1)'%3e%3c/use%3e%3cuse xlink:href='%23SvgjsPath1030' x='330' y='90' stroke='rgba(68%2c 179%2c 169%2c 1)' stroke-width='3'%3e%3c/use%3e%3cuse xlink:href='%23SvgjsPath1026' x='330' y='150' stroke='rgba(68%2c 179%2c 169%2c 1)'%3e%3c/use%3e%3cuse xlink:href='%23SvgjsPath1028' x='330' y='210' stroke='rgba(68%2c 179%2c 169%2c 1)'%3e%3c/use%3e%3cuse xlink:href='%23SvgjsPath1025' x='330' y='270' stroke='rgba(68%2c 179%2c 169%2c 1)'%3e%3c/use%3e%3cuse xlink:href='%23SvgjsPath1026' x='330' y='330' stroke='rgba(68%2c 179%2c 169%2c 1)'%3e%3c/use%3e%3cuse xlink:href='%23SvgjsPath1026' x='330' y='390' stroke='rgba(68%2c 179%2c 169%2c 1)'%3e%3c/use%3e%3cuse xlink:href='%23SvgjsPath1027' x='330' y='450' stroke='rgba(68%2c 179%2c 169%2c 1)'%3e%3c/use%3e%3cuse xlink:href='%23SvgjsPath1028' x='330' y='510' stroke='rgba(68%2c 179%2c 169%2c 1)'%3e%3c/use%3e%3cuse xlink:href='%23SvgjsPath1025' x='330' y='570' stroke='rgba(68%2c 179%2c 169%2c 1)'%3e%3c/use%3e%3cuse xlink:href='%23SvgjsPath1025' x='390' y='30' stroke='rgba(68%2c 179%2c 169%2c 1)'%3e%3c/use%3e%3cuse xlink:href='%23SvgjsPath1028' x='390' y='90' stroke='rgba(68%2c 179%2c 169%2c 1)'%3e%3c/use%3e%3cuse xlink:href='%23SvgjsPath1030' x='390' y='150' stroke='rgba(68%2c 179%2c 169%2c 1)' stroke-width='3'%3e%3c/use%3e%3cuse xlink:href='%23SvgjsPath1027' x='390' y='210' stroke='rgba(68%2c 179%2c 169%2c 1)'%3e%3c/use%3e%3cuse xlink:href='%23SvgjsPath1026' x='390' y='270' stroke='rgba(68%2c 179%2c 169%2c 1)'%3e%3c/use%3e%3cuse xlink:href='%23SvgjsPath1026' x='390' y='330' stroke='rgba(68%2c 179%2c 169%2c 1)'%3e%3c/use%3e%3cuse xlink:href='%23SvgjsPath1028' x='390' y='390' stroke='rgba(68%2c 179%2c 169%2c 1)'%3e%3c/use%3e%3cuse xlink:href='%23SvgjsPath1026' x='390' y='450' stroke='rgba(68%2c 179%2c 169%2c 1)'%3e%3c/use%3e%3cuse xlink:href='%23SvgjsPath1028' x='390' y='510' stroke='rgba(68%2c 179%2c 169%2c 1)'%3e%3c/use%3e%3cuse xlink:href='%23SvgjsPath1027' x='390' y='570' stroke='rgba(68%2c 179%2c 169%2c 1)'%3e%3c/use%3e%3cuse xlink:href='%23SvgjsPath1028' x='450' y='30' stroke='rgba(68%2c 179%2c 169%2c 1)'%3e%3c/use%3e%3cuse xlink:href='%23SvgjsPath1026' x='450' y='90' stroke='rgba(68%2c 179%2c 169%2c 1)'%3e%3c/use%3e%3cuse xlink:href='%23SvgjsPath1028' x='450' y='150' stroke='rgba(68%2c 179%2c 169%2c 1)'%3e%3c/use%3e%3cuse xlink:href='%23SvgjsPath1026' x='450' y='210' stroke='rgba(68%2c 179%2c 169%2c 1)'%3e%3c/use%3e%3cuse xlink:href='%23SvgjsPath1028' x='450' y='270' stroke='rgba(68%2c 179%2c 169%2c 1)'%3e%3c/use%3e%3cuse xlink:href='%23SvgjsPath1025' x='450' y='330' stroke='rgba(68%2c 179%2c 169%2c 1)'%3e%3c/use%3e%3cuse xlink:href='%23SvgjsPath1025' x='450' y='390' stroke='rgba(68%2c 179%2c 169%2c 1)'%3e%3c/use%3e%3cuse xlink:href='%23SvgjsPath1029' x='450' y='450' stroke='rgba(68%2c 179%2c 169%2c 1)'%3e%3c/use%3e%3cuse xlink:href='%23SvgjsPath1028' x='450' y='510' stroke='rgba(68%2c 179%2c 169%2c 1)'%3e%3c/use%3e%3cuse xlink:href='%23SvgjsPath1026' x='450' y='570' stroke='rgba(68%2c 179%2c 169%2c 1)'%3e%3c/use%3e%3cuse xlink:href='%23SvgjsPath1026' x='510' y='30' stroke='rgba(68%2c 179%2c 169%2c 1)'%3e%3c/use%3e%3cuse xlink:href='%23SvgjsPath1030' x='510' y='90' stroke='rgba(68%2c 179%2c 169%2c 1)' stroke-width='3'%3e%3c/use%3e%3cuse xlink:href='%23SvgjsPath1026' x='510' y='150' stroke='rgba(68%2c 179%2c 169%2c 1)'%3e%3c/use%3e%3cuse xlink:href='%23SvgjsPath1026' x='510' y='210' stroke='rgba(68%2c 179%2c 169%2c 1)'%3e%3c/use%3e%3cuse xlink:href='%23SvgjsPath1028' x='510' y='270' stroke='rgba(68%2c 179%2c 169%2c 1)'%3e%3c/use%3e%3cuse xlink:href='%23SvgjsPath1026' x='510' y='330' stroke='rgba(68%2c 179%2c 169%2c 1)'%3e%3c/use%3e%3cuse xlink:href='%23SvgjsPath1026' x='510' y='390' stroke='rgba(68%2c 179%2c 169%2c 1)'%3e%3c/use%3e%3cuse xlink:href='%23SvgjsPath1028' x='510' y='450' stroke='rgba(68%2c 179%2c 169%2c 1)'%3e%3c/use%3e%3cuse xlink:href='%23SvgjsPath1027' x='510' y='510' stroke='rgba(68%2c 179%2c 169%2c 1)'%3e%3c/use%3e%3cuse xlink:href='%23SvgjsPath1026' x='510' y='570' stroke='rgba(68%2c 179%2c 169%2c 1)'%3e%3c/use%3e%3cuse xlink:href='%23SvgjsPath1028' x='570' y='30' stroke='rgba(68%2c 179%2c 169%2c 1)'%3e%3c/use%3e%3cuse xlink:href='%23SvgjsPath1028' x='570' y='90' stroke='rgba(68%2c 179%2c 169%2c 1)'%3e%3c/use%3e%3cuse xlink:href='%23SvgjsPath1025' x='570' y='150' stroke='rgba(68%2c 179%2c 169%2c 1)'%3e%3c/use%3e%3cuse xlink:href='%23SvgjsPath1029' x='570' y='210' stroke='rgba(68%2c 179%2c 169%2c 1)'%3e%3c/use%3e%3cuse xlink:href='%23SvgjsPath1027' x='570' y='270' stroke='rgba(68%2c 179%2c 169%2c 1)'%3e%3c/use%3e%3cuse xlink:href='%23SvgjsPath1028' x='570' y='330' stroke='rgba(68%2c 179%2c 169%2c 1)'%3e%3c/use%3e%3cuse xlink:href='%23SvgjsPath1028' x='570' y='390' stroke='rgba(68%2c 179%2c 169%2c 1)'%3e%3c/use%3e%3cuse xlink:href='%23SvgjsPath1026' x='570' y='450' stroke='rgba(68%2c 179%2c 169%2c 1)'%3e%3c/use%3e%3cuse xlink:href='%23SvgjsPath1030' x='570' y='510' stroke='rgba(68%2c 179%2c 169%2c 1)' stroke-width='3'%3e%3c/use%3e%3cuse xlink:href='%23SvgjsPath1026' x='570' y='570' stroke='rgba(68%2c 179%2c 169%2c 1)'%3e%3c/use%3e%3cuse xlink:href='%23SvgjsPath1030' x='630' y='30' stroke='rgba(68%2c 179%2c 169%2c 1)' stroke-width='3'%3e%3c/use%3e%3cuse xlink:href='%23SvgjsPath1027' x='630' y='90' stroke='rgba(68%2c 179%2c 169%2c 1)'%3e%3c/use%3e%3cuse xlink:href='%23SvgjsPath1026' x='630' y='150' stroke='rgba(68%2c 179%2c 169%2c 1)'%3e%3c/use%3e%3cuse xlink:href='%23SvgjsPath1025' x='630' y='210' stroke='rgba(68%2c 179%2c 169%2c 1)'%3e%3c/use%3e%3cuse xlink:href='%23SvgjsPath1029' x='630' y='270' stroke='rgba(68%2c 179%2c 169%2c 1)'%3e%3c/use%3e%3cuse xlink:href='%23SvgjsPath1026' x='630' y='330' stroke='rgba(68%2c 179%2c 169%2c 1)'%3e%3c/use%3e%3cuse xlink:href='%23SvgjsPath1028' x='630' y='390' stroke='rgba(68%2c 179%2c 169%2c 1)'%3e%3c/use%3e%3cuse xlink:href='%23SvgjsPath1026' x='630' y='450' stroke='rgba(68%2c 179%2c 169%2c 1)'%3e%3c/use%3e%3cuse xlink:href='%23SvgjsPath1029' x='630' y='510' stroke='rgba(68%2c 179%2c 169%2c 1)'%3e%3c/use%3e%3cuse xlink:href='%23SvgjsPath1026' x='630' y='570' stroke='rgba(68%2c 179%2c 169%2c 1)'%3e%3c/use%3e%3cuse xlink:href='%23SvgjsPath1027' x='690' y='30' stroke='rgba(68%2c 179%2c 169%2c 1)'%3e%3c/use%3e%3cuse xlink:href='%23SvgjsPath1030' x='690' y='90' stroke='rgba(68%2c 179%2c 169%2c 1)' stroke-width='3'%3e%3c/use%3e%3cuse xlink:href='%23SvgjsPath1027' x='690' y='150' stroke='rgba(68%2c 179%2c 169%2c 1)'%3e%3c/use%3e%3cuse xlink:href='%23SvgjsPath1029' x='690' y='210' stroke='rgba(68%2c 179%2c 169%2c 1)'%3e%3c/use%3e%3cuse xlink:href='%23SvgjsPath1026' x='690' y='270' stroke='rgba(68%2c 179%2c 169%2c 1)'%3e%3c/use%3e%3cuse xlink:href='%23SvgjsPath1028' x='690' y='330' stroke='rgba(68%2c 179%2c 169%2c 1)'%3e%3c/use%3e%3cuse xlink:href='%23SvgjsPath1026' x='690' y='390' stroke='rgba(68%2c 179%2c 169%2c 1)'%3e%3c/use%3e%3cuse xlink:href='%23SvgjsPath1026' x='690' y='450' stroke='rgba(68%2c 179%2c 169%2c 1)'%3e%3c/use%3e%3cuse xlink:href='%23SvgjsPath1028' x='690' y='510' stroke='rgba(68%2c 179%2c 169%2c 1)'%3e%3c/use%3e%3cuse xlink:href='%23SvgjsPath1030' x='690' y='570' stroke='rgba(68%2c 179%2c 169%2c 1)' stroke-width='3'%3e%3c/use%3e%3c/symbol%3e%3c/svg%3e");
}

.contact .content .info .phone {
  align-items: center;
  display: flex;
  gap: 1rem;
}

.contact .content .info .address {
  display: flex;
  gap: 1rem;
}

.contact .content .info .address a {
  color: #e91e63;
  font-weight: 500;
  text-decoration: none;
  font-size: 1.2rem;
}

.contact .content .info .address p {
  margin-bottom: 0.5rem;
}

.contact .content .info .clock {
  display: flex;
  gap: 1rem;
}

#map {
  height: 650px;
  width: 100%;
}

.label-input {
}

.title-form {
  padding: 1rem;
}

@media (min-width: 1024px) {
  .title-form {
    padding: 3rem;
  }
}

.title-form h3 {
  font-size: 1.8rem;
  margin-bottom: 3rem;
  text-align: center;
  color: #1d4b46;
}

.form {
  display: grid;
  grid-template-areas:
    'name'
    'email'
    'phone'
    'message'
    'submit';
  gap: 1.5rem;
}

@media (min-width: 768px) {
  .form {
    grid-template-areas:
      'name name'
      'email phone'
      'message message'
      'submit submit';
  }
}

.form .name {
  grid-area: name;
}

.form .email {
  grid-area: email;
}

.form .phone {
  grid-area: phone;
}

.form .message {
  grid-area: message;
}

.form .message textarea {
  resize: none;
  height: 80px;
  border: 1px solid #eaeaea;
  outline: none;
}

.form input {
  border: unset;
  background: #fff;
  padding: 1rem;
  border-radius: 2px;
  outline: none;
}

.form .submit {
  grid-area: submit;
}

.form .submit button {
  cursor: pointer;
  display: block;
  width: max-content;
  padding: 0.8rem 2.5rem;
  font-size: 1rem;
  border-radius: 24px;
  border: 1px solid #0f1118;
  background: #0f1118;
  color: #ffff;
  font-weight: bold;
}

.form .label-input {
  display: grid;
}

.form .label-input label {
  margin-bottom: 0.5rem;
  font-size: 1.2rem;
  color: #1d4b46;
}

footer {
  background: #1d1f27;
  color: #fff;
  padding: 40px 0 30px;
}

footer .content {
  display: grid;
  max-width: 1200px;
  margin: 0 auto;
  align-items: center;
  padding: 0 1rem;
  gap: 1rem;
  border-top: 1px solid #373d4d;
  padding-top: 2rem;
}

@media (min-width: 768px) {
  footer .content {
    grid-template-columns: 1fr 1fr 1fr 1fr;
  }
}

footer .top {
  display: grid;
  justify-content: right;
  z-index: 100;
}

footer .top button {
  display: grid;
  background-color: #52c7bd;
  width: 50px;
  height: 50px;
  border-radius: 4px;
  transition: background-color 0.3s, opacity 0.5s, visibility 0.5s;
  z-index: 1000;
  align-items: center;
  cursor: pointer;
  justify-items: center;
  border: 1px solid #52c7bd;
}

footer .content .social {
  display: flex;
  gap: 0.5rem;
  justify-content: left;
}

@media (min-width: 768px) {
  footer .content .social {
    justify-content: right;
  }
}

footer .content .contact {
  display: flex;
  gap: 0.5rem;
  align-items: center;
}

footer .content .contact a {
  color: #ffffff;
  font-size: 1.5rem;
  text-decoration: none;
  cursor: pointer;
}

footer .content .find p {
  color: #ffffff;
}

footer .legal p {
  color: #ffffff;
  font-size: 1rem;
  font-weight: 400;
}

.legal {
  background: #0f1118;
  padding: 0.5rem 1rem;
}

.legal .content {
  max-width: 1200px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  gap: 2rem;
}

.legal p {
  font-size: 1rem;
  color: #ffffff;
}

.legal a {
  color: #fff;
  font-weight: 300;
}

.modal {
  position: fixed;
  z-index: 500;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(17, 17, 17, 0.4);
}

.modal-content {
  position: absolute;
  background-color: #ffffff;
  overflow: auto;
  top: 1rem;
  left: 1rem;
  right: 1rem;
  bottom: 1rem;
  z-index: 150;
}

@media (min-width: 768px) {
  .modal-content {
    min-width: 700px;
    min-height: 300px;
    max-height: fit-content;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
  }
}

.modal-content .text {
  max-height: 350px;
  display: grid;
  gap: 2rem;
  padding: 2rem;
}

.modal-content .text {
  font-weight: 400;
  font-size: 1rem;
  color: #111111;
}

.modal-content .text ul {
  list-style-type: none;
}

.modal-content .close {
  position: absolute;
  right: 3px;
  top: 6px;
  text-align: right;
  background-color: #ffffff;
  z-index: 150;
}

.modal-content .close button {
  width: 40px;
  height: 40px;
  border: none;
  background-image: url(/assets/img/close.svg);
  background-color: #fff;
  background-repeat: no-repeat;
  cursor: pointer;
}

.service-modal-content {
  display: grid;
  gap: 1rem;
}

.service-modal-content .image {
  display: none;
}

@media (min-width: 768px) {
  .service-modal-content {
    grid-template-columns: auto 1fr;
  }
  .service-modal-content .image {
    display: block;
  }
}

.service-modal-content img {
  display: block;
  width: 100%;
}

.service-modal-content .text {
  padding: 1rem;
  background: #ffffffbf;
}

@media (min-width: 768px) {
  .service-modal-content .text {
    padding: 2rem 0;
    position: unset;
  }
}

.service-modal-content .text h2 {
  font-size: 1.8rem;
}

.service-modal-content .text .bio {
  display: grid;
}

.testimonials {
  padding: 0 1rem;
  max-width: 1200px;
  margin: 0 auto;
}

@media (min-width: 1210px) {
  .testimonials {
    padding: unset;
  }
}

.testimonials h2 {
  text-align: center;
}

@media (min-width: 1024px) {
  .testimonials h2 {
    text-align: left;
  }
}

.list-testimonials {
  display: grid;
  margin-top: 3rem;
  gap: 4rem;
}

@media (min-width: 1024px) {
  .list-testimonials {
    gap: 2rem;
    grid-template-columns: repeat(3, 1fr);
  }
}

.testimonial {
  position: relative;
}

.testimonial .message {
  border: 2px solid #f0f4f7;
  padding: 2rem 2rem 1rem 2rem;
  line-height: 1.7;
  font-size: 1.2rem;
  margin-bottom: 2rem;
}

@media (min-width: 425px) {
  .testimonial .message {
    border: 2px solid #f0f4f7;
    padding: 3rem 3rem 2rem 5rem;
    line-height: 1.7;
    font-size: 1.2rem;
    margin-bottom: 2rem;
    min-height: 370px;
  }
}

.testimonial .message:before {
  display: block;
  position: absolute;
  content: '“';
  font-size: 90px;
  line-height: 1;
  color: #e91e63;
  top: 2px;
  left: 2px;
}

@media (min-width: 768px) {
  .testimonial .message:before {
    top: 2rem;
    left: 1rem;
  }
}

.testimonial .message:after {
  content: '';
  display: block;
  margin: 0 auto;
  width: 20px;
  height: 20px;
  background-color: #eff2f4;
  bottom: -12px;
  margin-bottom: -28px;
  transform: rotate(45deg);
  border-right: 2px solid #f0f4f7;
  border-bottom: 2px solid #f0f4f7;
}

@media (min-width: 768px) {
  .testimonial .message:after {
    bottom: -16px;
    position: relative;
    left: -1rem;
  }
}

.testimonial .profile {
  display: block;
  margin: 0 auto;
  width: 80px;
  height: 80px;
  overflow: hidden;
  border: 2px solid #f0f4f7;
  border-radius: 100%;
}

.testimonial .name {
  text-align: center;
  margin-top: 0.5rem;
}

.menu-hamburguer {
}

@media (min-width: 1024px) {
  .menu-hamburguer {
    display: none;
  }
}

.float {
  position: fixed;
  width: 60px;
  height: 60px;
  bottom: 10px;
  right: 10px;
  background-color: #25d366;
  color: #fff;
  border-radius: 50px;
  text-align: center;
  font-size: 30px;
  box-shadow: 2px 2px 3px #00000054;
  z-index: 100;
  display: flex;
  align-items: center;
  justify-content: center;
}

.my-float {
  margin-top: 16px;
}
