@keyframes shine {
  from {
    opacity: 0;
    left: 0%;
  }
  50% {
    opacity: 1;
  }
  to {
    opacity: 0;
    left: 100%;
  }
}
.contact-secA {
  overflow: hidden;
  padding: 50px 0;
  position: relative;
  overflow: hidden;
}
@media only screen and (max-width: 768px) {
  .contact-secA {
    padding: 50px 0;
  }
}
.contact-secA .grid-box {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-gap: 20px;
  align-items: flex-start;
  justify-content: center;
  z-index: 2;
  position: relative;
}
@media only screen and (max-width: 768px) {
  .contact-secA .grid-box {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media only screen and (max-width: 540px) {
  .contact-secA .grid-box {
    grid-template-columns: repeat(1, 1fr);
    grid-gap: 40px;
    gap: 20px;
  }
}
.contact-secA .grid-box .grid-box-item {
  height: 100%;
  padding: 20px;
  border: 1px solid #D1D0D0;
}
@media only screen and (max-width: 768px) {
  .contact-secA .grid-box .grid-box-item:nth-child(3) {
    grid-column: span 2;
    width: 50%;
    margin: auto;
  }
}
@media only screen and (max-width: 768px) {
  .contact-secA .grid-box .grid-box-item:nth-child(3) {
    grid-column: span 1;
    width: 100%;
  }
}
.contact-secA .grid-box .grid-box-item .flex {
  justify-content: center;
  align-items: center;
  flex-direction: column;
  padding: 20px 40px;
}
@media only screen and (max-width: 1024px) {
  .contact-secA .grid-box .grid-box-item .flex {
    padding: 0;
  }
}
.contact-secA .grid-box .grid-box-item .flex figure {
  margin-bottom: 8px;
}
.contact-secA .grid-box .grid-box-item .flex h4 {
  font-size: 18px;
  font-weight: 600;
  font-family: Lato;
  margin-bottom: 12px;
}
.contact-secA .grid-box .grid-box-item .flex .desc {
  text-align: center;
  color: var(--text);
  font-family: Lato;
  font-size: 16px;
  line-height: 24px;
  margin-bottom: 24px;
}
.contact-secA .grid-box .grid-box-item .flex .social {
  display: flex;
  gap: 16px;
}
.contact-secA .grid-box .grid-box-item .flex .social li a {
  width: 43px;
  height: 43px;
  border-radius: 50%;
  border: 1px solid var(--primary);
  display: flex;
  justify-content: center;
  align-items: center;
}
.contact-secA .grid-box .grid-box-item .flex .social li a svg path {
  fill: var(--primary);
}
.contact-secA .grid-box .grid-box-item .flex .social li a:hover {
  background: var(--primary);
}
.contact-secA .grid-box .grid-box-item .flex .social li a:hover img, .contact-secA .grid-box .grid-box-item .flex .social li a:hover svg {
  filter: invert(100) brightness(100);
}
.contact-secA .grid-box .grid-box-item .flex .redirect {
  font-family: Lato;
  color: var(--primary);
  font-weight: 700;
}
.contact-secA .grid-box .grid-box-item .flex .redirect img {
  vertical-align: middle;
  margin-left: 6px;
  transition: 0.4s ease;
}
.contact-secA .grid-box .grid-box-item .flex .redirect:hover img {
  transform: translateX(6px);
}

.contact-secB {
  overflow: hidden;
  padding: 50px 0;
  position: relative;
  overflow: hidden;
  background: linear-gradient(180deg, #FFF5F3 0%, #FFFFFF 50%, #FFF5F3 100%);
}
@media only screen and (max-width: 540px) {
  .contact-secB {
    padding: 20px 0 50px 0;
  }
}
.contact-secB .box {
  margin: auto;
  max-width: 779px;
  height: auto;
}
.contact-secB .box .heading {
  text-align: center;
  margin-bottom: 70px;
}
@media only screen and (max-width: 540px) {
  .contact-secB .box .heading {
    margin-bottom: 30px;
  }
}
.contact-secB .box .heading h2 {
  font-weight: 400;
  font-size: 36px;
  text-align: center;
  max-width: 499px;
  margin: auto;
  line-height: 1.1;
}
.contact-secB .box .heading p {
  font-family: Lato;
  font-weight: 400;
  font-size: 16px;
  line-height: 1;
  text-align: center;
}
@media only screen and (max-width: 540px) {
  .contact-secB .box .heading p {
    max-width: 80%;
    margin: 10px auto;
  }
}
.contact-secB .box .form {
  margin: auto;
  --item: 2;
}
@media only screen and (max-width: 768px) {
  .contact-secB .box .form {
    max-width: 80%;
  }
}
@media only screen and (max-width: 540px) {
  .contact-secB .box .form {
    --item: 1;
    --gaptb: 22px;
    max-width: 90%;
  }
}
.contact-secB .box .form .form-group::before {
  background: var(--text);
}
.contact-secB .box .form .form-group .custom-select .current {
  color: var(--white);
}
.contact-secB .box .form label, .contact-secB .box .form textarea {
  color: var(--text);
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  font-family: Lato;
}
.contact-secB .box .form input, .contact-secB .box .form input ~ label, .contact-secB .box .form textarea ~ label {
  color: var(--text);
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  font-family: Lato;
}
.contact-secB .box .form .full {
  text-align: center;
}

.contact-secC {
  overflow: hidden;
  height: auto;
  margin-bottom: -6.9px;
  position: relative;
}
.contact-secC iframe {
  width: 100%;
  margin-bottom: 0;
  filter: grayscale(1);
  height: 536px;
}
@media only screen and (max-width: 991px) {
  .contact-secC iframe {
    height: 50vh;
  }
}
@media only screen and (max-width: 540px) {
  .contact-secC iframe {
    height: 60vh;
  }
}/*# sourceMappingURL=contact-us.css.map */