footer .logo {
  max-width: 272px;
  height: 60px;
  width: 100%;
}

footer .logo img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

footer .ft-title {
  font-family: "CorpoS", sans-serif;
  font-weight: bold;
  font-size: 1.25rem; /* 20px */
  margin-bottom: 1.25rem; /* 20px */
}

footer .infos {
  margin-top: 30px;
}

footer .infos .item {
  display: flex;
  align-items: baseline;
  gap: 15px;
  font-family: "CorpoS", sans-serif;
  font-weight: 300;
  font-size: 0.875rem; /* 14px */
  width: fit-content;
  color: rgba(255,255,255,0.9);
}

footer .infos em {
  font-weight: 300;
  font-size: 0.875rem; /* 14px */
}

footer .social-icons {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-top: 30px;
}

footer .social-icons a {
  width: 40px;
  height: 40px;
  background-color: #2063A2;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.3s;
}

footer .social-icons a:hover {
  transform: scale(1.1);
  background-color: var(--color-quaternary-1);
}

footer .social-icons em {
  font-style: normal;
  font-weight: 400;
  font-size: 1.25rem; /* 20px */
}

footer .box-item .button {
  margin-top: 30px;
}

footer .box-item .button .btn {
  padding: 3px 33px;
  background-color: var(--color-secondary);
  border-radius: 1.5rem;
  font-family: "CorpoS", sans-serif;
  font-weight: 400;
  font-size: 0.875rem; /* 14px */
  text-transform: uppercase;
  display: inline-flex;
  align-items: center;
  gap: 10px;
  transition: all 0.3s;
}

footer .box-item .button .btn:hover {
  background-color: var(--color-quaternary-2);
}

footer .box-item .button .btn em {
  font-weight: 400;
  font-size: 1rem; /* 16px */
}

footer .box-item .box-link {
  position: relative;
}

@media (min-width: 1280px) {
  footer .box-item .box-link::before,
  footer .box-item .box-link::after {
    content: '';
    position: absolute;
    top: 0;
    height: 100%;
    width: 1px;
    background-color: rgba(255,255,255,0.15);
  }
  footer .box-item .box-link::before { left: -30px; }
  footer .box-item .box-link::after  { right: 0; }
}

footer .box-item .box-link ul li {
  font-family: "CorpoS", sans-serif;
  font-weight: 400;
  font-size: 1rem; /* 16px */
  line-height: 22px;
  transition: color 0.3s;
  width: fit-content;
}

footer .box-item .box-link ul li + li {
  margin-top: 5px;
}

footer .box-item .box-link ul li:hover,
footer .box-item .box-link ul li.active {
  color: var(--color-secondary);
}

footer .form-group + .form-group {
  margin-top: 5px;
}

footer .form-group.frm-captcha {
  margin-top: 5px;
}

footer .form-group.frm-captcha input[type="text"] {
  font-size: clamp(14px, 0.73rem, 0.73rem);
}

footer input,
footer textarea {
  width: 100%;
  display: block;
  padding: 12px 20px;
  padding-right: 40px;
  font-family: "CorpoS", sans-serif;
  font-weight: 400;
  font-size: 0.875rem; /* 14px */
  color: var(--color-text9);
  box-sizing: border-box;
}

footer textarea {
  height: 110px;
  resize: none;
}

footer .form-group.form-icon {
  position: relative;
}

footer .form-group.form-icon::before {
  position: absolute;
  right: 16px;
  top: 10px;
  font-family: "Font Awesome 6 Free";
  font-weight: 400;
  color: var(--color-primary);
  font-size: 1rem; /* 16px */
}

footer .form-group.fullName::before { content: "\f007"; }
footer .form-group.email::before    { content: "\f0e0"; }
footer .form-group.phone::before    { content: "\f095"; }
footer .form-group.content::before  { content: "\f044"; }

footer .box-contact .button,
footer .box-contact .frm-btn {
  margin-top: 5px;
}

footer .box-contact .button input,
footer .box-contact .frm-btn input {
  padding: 4px 44px;
  font-family: "CorpoS", sans-serif;
  font-weight: 400;
  font-size: 1rem; /* 16px */
  line-height: 22px;
  background-color: var(--color-secondary);
  border-radius: 1.5rem;
  text-transform: uppercase;
  color: #ffffff;
  transition: background 0.3s;
  display: inline-block;
}

footer .box-contact .button:hover input,
footer .box-contact .frm-btn:hover input {
  background-color: var(--color-quaternary-2);
}

footer .box-contact .frm-btn-reset {
  display: none;
}

footer .iframe iframe {
  width: 100%;
  height: 272px;
}

footer .copyright {
  font-family: "CorpoS", sans-serif;
  font-weight: 400;
  font-size: 0.75rem; /* 12px */
  color: rgba(255,255,255,0.5);
  text-align: center;
}

footer .copyright a {
  color: #ffffff;
}

footer .box-map .ft-title {
  display: none;
}

@media (min-width: 640px) {
  footer .box-map .ft-title {
    display: block;
  }
}
