@media (max-width: 990px) {
  body {
    padding: 0 0 215px 0;
    padding: 0 0 107px 0;
  }
  #glassix-widget-launcher-container {
    bottom: 100px !important;
  }
}
.services > div > div > h3 {
  border-radius: 25px;
  font-size: 24px;
  padding: 5px 40px;
  color: #fff;
  text-align: center;
  text-shadow: 4px 0px 5px #000;
}
@media (max-width: 990px) {
  .services > div > div > h3 {
    width: 60%;
    margin: 0 auto;
  }
}
.services > div > div > .items {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  gap: 38px;
  margin: 0 auto;
}
@media (max-width: 990px) {
  .services > div > div > .items {
    width: 90%;
    gap: 10px;
  }
}
.services > div > div > .items > a {
  flex-basis: 28%;
  max-width: 200px;
  aspect-ratio: 1/0.8;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 24px;
  text-decoration: none;
  text-align: center;
  box-shadow: -2px 3px 20px 3px rgba(0, 0, 0, 0.49);
}
.services > div > div > .items > a:hover {
  transition: transform 0.5s ease-in-out;
  transform: scale(1.05);
}
.services > div > div > .items > a figcaption {
  line-height: 1;
}
@media (max-width: 1600px) {
  .services > div > div > .items > a .icon {
    margin-top: 5px;
  }
  .services > div > div > .items > a img {
    max-height: 3rem;
  }
  .services > div > div > .items > a figcaption {
    font-size: 1.2rem;
  }
}
@media (max-width: 990px) {
  .services > div > div > .items > a {
    font-size: 15px;
    flex-basis: 31.3%;
  }
  .services > div > div > .items > a img {
    width: auto;
    height: 50px;
  }
}
@media (max-width: 600px) {
  .services > div > div > .items > a figcaption {
    font-size: 1rem;
    padding-inline: 0.5rem;
  }
  .services > div > div > .items > a img {
    height: 30px;
  }
}
@media (max-width: 600px) {
  .services > div > div > .items > a figcaption {
    font-size: 1rem;
    padding-inline: 0.5rem;
  }
  .services > div > div > .items > a img {
    height: 30px;
  }
}
@media (max-width: 399px) {
  .services > div > div > .items > a {
    flex-grow: 1;
    max-width: 49%;
  }
}
.services > div {
  background-size: cover;
  background-position: center center;
  position: relative;
}
.services .section-1 {
  height: 65vh;
  width: 100%;
}
@media (max-width: 990px) {
  .services .section-1 {
    height: auto;
    padding-top: 160px;
  }
}
.services .section-1 .logo {
  position: absolute;
  top: 0px;
  right: 0px;
}
.services .section-1 .logo img {
  height: auto;
  width: 210px;
}
@media (max-width: 990px) {
  .services .section-1 .logo img {
    width: 130px;
  }
}
.services .section-1 .ez-logo {
  position: absolute;
  top: 15px;
  left: 15px;
  width: auto;
  width: 19%;
}
@media (max-width: 990px) {
  .services .section-1 .ez-logo {
    width: 35%;
    position: absolute;
    top: 10px;
    left: 0;
  }
}
.services .section-1 .ez-logo img {
  width: 100%;
  height: auto;
}
.services .section-1 > div {
  width: 1065px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  justify-content: center;
  height: 100%;
  align-items: center;
}
@media (max-width: 990px) {
  .services .section-1 > div {
    display: block;
    width: 100%;
  }
}
.services .section-1 > div > h3 {
  background-color: #aa548e;
  margin-bottom: 50px;
  font-size: 26px;
}
.services .section-1 > div > p {
  color: #fff;
  font-size: 24px;
  text-shadow: 1px 1px 2px #000;
  margin-bottom: 30px;
  background: #ac0f73;
  padding: 5px 10px;
  border-radius: 10px;
  margin-inline: 1rem;
}
@media (max-width: 990px) {
  .services .section-1 > div > p {
    text-align: center;
  }
}
.services .section-1 > div > form {
  margin: 0 auto;
  width: 80%;
  margin-bottom: 50px;
}
.services .section-1 > div > form > div {
  position: relative;
}
.services .section-1 > div > form > div::before {
  content: "";
  position: absolute;
  height: 80%;
  top: 10%;
  left: 5px;
  aspect-ratio: 1/1;
  background: center/80% url(images/search.png), #197094;
  border-radius: 50%;
}
.services .section-1 > div > form > div > input {
  border: none;
  width: 100%;
  border-radius: 25px;
  height: 50px;
  padding: 10px 20px;
  font-size: 22px;
  box-shadow: -2px 3px 5px -2px rgba(0, 0, 0, 0.73);
}
.services .section-1 > div > form > div > input:focus {
  outline-color: #aa548e;
}
.services .section-1 > div .social {
  width: 30%;
  margin: 0 auto;
}
@media (max-width: 990px) {
  .services .section-1 > div .social {
    width: 55%;
  }
}
.services .section-1 > div .social > div {
  height: 80px;
  width: 100%;
  display: flex;
  justify-content: space-between;
  gap: 30px;
}
@media (max-width: 990px) {
  .services .section-1 > div .social > div {
    height: 50px;
  }
}
.services .section-2 {
  border-top: 10px solid;
  border-bottom: 10px solid;
  border-color: white;
  height: auto;
}
@media (max-width: 990px) {
  .services .section-2 {
    height: auto;
  }
}
.services .section-2 > div {
  width: 50%;
  margin: 0 auto;
  padding: 30px 0;
}
@media (max-width: 990px) {
  .services .section-2 > div {
    width: 100%;
  }
}
.services .section-2 > div > h3 {
  background-color: rgba(81, 157, 190, 0.8705882353);
  margin: 0 auto;
  width: -moz-fit-content;
  width: fit-content;
  margin-bottom: 45px;
}
.services .section-2 > div > .items > a {
  background-color: #d6e2e6;
  border-radius: 15px;
  color: #1e2a63;
  max-width: none;
}
.services > .section-3 > div {
  width: 50%;
  margin: 0 auto;
  padding: 40px 0;
}
@media (max-width: 990px) {
  .services > .section-3 > div {
    width: 90%;
  }
}
.services > .section-3 > div > h3 {
  background-color: #003f8a;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
  margin-bottom: 45px;
}
.services > .section-3 > div > .items {
  width: 80%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  gap: 38px;
  margin: 0 auto;
}
@media (max-width: 990px) {
  .services > .section-3 > div > .items {
    width: 100%;
    gap: 10px;
  }
}
.services > .section-3 > div > .items > a {
  aspect-ratio: 1/1;
  border-radius: 50%;
  background-color: #fff;
  border: 2px solid #3f5886;
}
.services > .section-3 > div > .items > a > figure > figcaption {
  width: 75%;
  margin: 0 auto;
  color: #000;
  line-height: 1.1;
}

/**/

.services .section-4 {
  border-top: 10px solid;
  border-bottom: 10px solid;
  border-color: white;
  height: auto;
}
.services > .section-4 > div {
  width: 50%;
  margin: 0 auto;
  padding: 40px 0;
}
@media (max-width: 990px) {
  .services > .section-4 > div {
    width: 90%;
  }
}
.services > .section-4 > div > h3 {
  background-color: #003f8a;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
  margin-bottom: 45px;
}
.services > .section-4 > div > .items {
  width: 80%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  gap: 38px;
  margin: 0 auto;
}
@media (max-width: 990px) {
  .services > .section-4 > div > .items {
    width: 100%;
    gap: 10px;
  }
}
.services > .section-4 > div > .items > a {
  aspect-ratio: 1/1;
  border-radius: 50%;
  background-color: #fff;
  border: 2px solid #3f5886;
}
.services > .section-4 > div > .items > a > figure > figcaption {
  width: 75%;
  margin: 0 auto;
  color: #000;
  line-height: 1.1;
}

/**/
.services > .sidebar {
  position: fixed;
  left: 0px;
  top: 55%;
  transform: translate(0, -50%);
  background-color: rgba(221, 223, 229, 0.8941176471);
  padding: 20px 0px;
  border-radius: 0 25px 25px 0;
  width: 140px;
  transition: all 0.5s ease-in-out;
}
@media (max-width: 990px) {
  .services > .sidebar {
    bottom: 0px;
    transform: none;
    width: 100%;
    display: flex;
    top: auto !important;
    right: 0px;
    left: auto;
    padding: 0px;
    border-radius: 0px;
    background-color: #dddfe5;
  }
}
.services > .sidebar > a {
  text-align: center;
  display: block;
  color: #010101;
  font-size: 16px;
  width: 70%;
  margin: 0 auto;
}
@media (max-width: 990px) {
  .services > .sidebar > a {
    font-size: 14px;
  }
}
.services > .sidebar > a:not(:last-child) {
  border-bottom: 2px solid #b0b0b0;
  padding-bottom: 15px;
  margin-bottom: 15px;
}
@media (max-width: 990px) {
  .services > .sidebar > a:not(:last-child) {
    border-bottom: none;
    margin: 0;
    padding: 0;
  }
}
.services > .sidebar > a > figure > figcaption {
  width: 80%;
  margin: 0 auto;
}
.services > .footer {
  display: flex;
  width: 30%;
  margin: 0 auto;
  justify-content: space-between;
}
@media (max-width: 990px) {
  .services > .footer {
    width: 80%;
    display: block;
    text-align: center;
    display: none;
  }
}
.services > .footer * {
  color: #0e244f;
  font-weight: bold;
}/*# sourceMappingURL=services.css.map */