.footer-modular-1 {
  display: flex;
  flex-direction: column;
  width: 100%;
  align-items: center;
  padding-top: 6rem;
  background-color: #edf1f7;
  gap: 7.5rem;
}

.footer-modular-1 .content-wrapper {
  width: 1396px;
  display: flex;
  flex-direction: column;
}

.footer-modular-1 .content-wrapper .upper-part {
  display: flex;
  justify-content: space-between;
}

.footer-modular-1 .content-wrapper .upper-part .left-side {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.footer-modular-1 .content-wrapper .upper-part .left-side > img {
  height: 4.5rem;
  -o-object-fit: contain;
  object-fit: contain;
  max-width: 20rem;
  -o-object-position: left;
  object-position: left;
}

.footer-modular-1 .content-wrapper .upper-part .left-side .address {
  font-size: 1rem;
  line-height: 1.25rem;
  color: #667b99;
}

.footer-modular-1 .content-wrapper .upper-part .right-side {
  display: flex;
  flex-direction: column;
  gap: 6rem;
  width: 778px;
}

.footer-modular-1 .content-wrapper .upper-part .right-side .links-wrapper {
  width: 100%;
  display: flex;
  justify-content: space-between;
}

.footer-modular-1 .content-wrapper .upper-part .right-side .links-wrapper > a {
  font-size: 1rem;
  text-decoration: none;
  color: #737d8c;
}

.footer-modular-1
  .content-wrapper
  .upper-part
  .right-side
  .links-wrapper
  > a:hover {
  color: #121821;
}

.footer-modular-1 .content-wrapper .upper-part .right-side .try-for-free {
  display: flex;
  height: 10rem;
  width: 100%;
  border-radius: 8px;
  border: solid 0.5px rgba(0, 71, 255, 0.4);
  box-shadow:
    0px 0px 30px rgba(51, 102, 255, 0.4980392157) inset,
    0px 0px 20px rgba(51, 102, 255, 0.3490196078);
  align-items: center;
  justify-content: space-between;
  padding: 0 4.5rem;
}

.footer-modular-1 .content-wrapper .upper-part .right-side .try-for-free > h4 {
  font-size: 1.5rem;
  letter-spacing: -0.06rem;
}

.footer-modular-1 .content-wrapper .upper-part .right-side .try-for-free > img {
  height: 1rem;
  width: 6.25rem;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: right;
  object-position: right;
}

.footer-modular-1 .content-wrapper .upper-part .right-side .try-for-free > a {
  width: 12rem;
  height: 4rem;
  background-color: #f65454;
  display: flex;
  align-items: center;
  justify-content: center;
  color: white;
  font-size: 1.25rem;
  text-decoration: none;
}

.footer-modular-1 .content-wrapper .address-mobile {
  display: none;
}

.footer-modular-1 .bottom-part {
  width: 100%;
  display: flex;
  padding: 2.25rem 0;
  background-color: #e6ebf3;
  justify-content: center;
}

.footer-modular-1 .bottom-part .bottom-content-wrapper {
  width: 1396px;
  display: flex;
  justify-content: space-between;
}

.footer-modular-1 .bottom-part .bottom-content-wrapper > p {
  font-size: 0.75rem;
  line-height: 1rem;
  color: #667b99;
}

.footer-modular-1 .bottom-part .bottom-content-wrapper .bottom-links {
  display: flex;
  gap: 1rem;
  align-items: center;
}

.footer-modular-1 .bottom-part .bottom-content-wrapper .bottom-links > a {
  font-size: 0.75rem;
  line-height: 1rem;
  color: #667b99;
  text-decoration: none;
}

.footer-modular-1 .bottom-part .bottom-content-wrapper .bottom-links .dot {
  width: 8px;
  height: 8px;
  background-color: #a0afc4;
  border-radius: 50%;
}

@container (width < 1396px) {
  .footer-modular-1 {
    gap: unset;
  }

  .footer-modular-1 .content-wrapper {
    width: 100%;
    flex-direction: column;
    align-items: center;
    gap: unset;
  }

  .footer-modular-1 .content-wrapper .upper-part {
    width: 100%;
    flex-direction: column;
    justify-content: unset;
    align-content: center;
    gap: 9rem;
  }

  .footer-modular-1 .content-wrapper .upper-part .left-side {
    width: 100%;
    align-items: center;
    justify-content: unset;
    padding: 0 6rem;
  }

  .footer-modular-1 .content-wrapper .upper-part .left-side > img {
    height: 5.25rem;
    -o-object-fit: contain;
    object-fit: contain;
    max-width: 20rem;
    -o-object-position: center;
    object-position: center;
  }

  .footer-modular-1 .content-wrapper .upper-part .left-side .address {
    display: none;
  }

  .footer-modular-1 .content-wrapper .upper-part .right-side {
    width: 100%;
    gap: 3rem;
  }

  .footer-modular-1 .content-wrapper .upper-part .right-side .links-wrapper {
    width: 100%;
    padding: 0 7.75rem 6rem;
    border-bottom: solid 1px #7a94b8;
  }

  .footer-modular-1
    .content-wrapper
    .upper-part
    .right-side
    .links-wrapper
    > a {
    font-size: 1.5rem;
    color: black;
  }

  .footer-modular-1
    .content-wrapper
    .upper-part
    .right-side
    .links-wrapper
    > a:hover {
    color: black;
  }

  .footer-modular-1 .content-wrapper .upper-part .right-side .try-for-free {
    height: 14.5rem;
    width: calc(100% - 12rem);
    flex-direction: column;
    margin: 0 6rem;
    padding: 3rem 0;
  }

  .footer-modular-1
    .content-wrapper
    .upper-part
    .right-side
    .try-for-free
    > h4 {
    font-size: 2rem;
    letter-spacing: -0.08rem;
  }

  .footer-modular-1
    .content-wrapper
    .upper-part
    .right-side
    .try-for-free
    > img {
    display: none;
  }

  .footer-modular-1 .content-wrapper .upper-part .right-side .try-for-free > a {
    width: 19.75rem;
  }

  .footer-modular-1 .content-wrapper .address-mobile {
    display: flex;
    width: 100%;
    padding: 4.5rem 6rem 3rem;
    gap: 6rem;
    font-size: 1rem;
    line-height: 1.375rem;
    color: #667b99;
  }

  .footer-modular-1 .bottom-part {
    padding: 3rem 6rem 1.5rem;
  }

  .footer-modular-1 .bottom-part .bottom-content-wrapper {
    width: 100%;
    flex-direction: column;
    justify-content: unset;
    gap: 4rem;
  }
}

@container (width < 700px) {
  .footer-modular-1 {
    padding-top: unset;
  }

  .footer-modular-1 .content-wrapper {
    padding: 5rem 1.25rem 0;
  }

  .footer-modular-1 .content-wrapper .upper-part {
    gap: 5.75rem;
  }

  .footer-modular-1 .content-wrapper .upper-part .left-side {
    padding: unset;
  }

  .footer-modular-1 .content-wrapper .upper-part .left-side > img {
    height: 3.375rem;
  }

  .footer-modular-1 .content-wrapper .upper-part .right-side .links-wrapper {
    flex-direction: column;
    justify-content: unset;
    align-items: center;
    gap: 2.25rem;
    padding: 0 0 4.5rem;
    border-bottom: solid 1px #7a94b8;
  }

  .footer-modular-1 .content-wrapper .upper-part .right-side .try-for-free {
    width: 100%;
    margin: unset;
  }

  .footer-modular-1
    .content-wrapper
    .upper-part
    .right-side
    .try-for-free
    > h4 {
    font-size: 1.5rem;
    line-height: 1.5rem;
    letter-spacing: -0.06rem;
    width: 11rem;
    text-align: center;
  }

  .footer-modular-1
    .content-wrapper
    .upper-part
    .right-side
    .try-for-free
    > img {
    display: none;
  }

  .footer-modular-1 .content-wrapper .upper-part .right-side .try-for-free > a {
    width: 12.5rem;
  }

  .footer-modular-1 .content-wrapper .address-mobile {
    flex-direction: column;
    width: 100%;
    padding: 3.5rem 0 2.25rem;
    gap: unset;
  }

  .footer-modular-1 .bottom-part {
    padding: 1.5rem 1.25rem 3rem;
  }

  .footer-modular-1 .bottom-part .bottom-content-wrapper {
    gap: 3rem;
  }
}
