:root {
  --ft-blue: #033e55;
  --ft-teal: #0d98a8;
  --ft-text: #1f1f1f;
  --ft-muted: #f9f9f9;
  --ft-white: #ffffff;
}

html {
  scroll-behavior: smooth;
}

body {
  color: var(--ft-text);
  font-family: "Rubik", Arial, sans-serif;
  overflow-x: hidden;
}

a {
  color: inherit;
}

a:focus-visible,
button:focus-visible {
  outline: 3px solid rgba(13, 152, 168, 0.65);
  outline-offset: 4px;
}

.container-figma {
  width: min(100% - 40px, 1110px);
  margin-inline: auto;
}

.site-header {
  background: var(--ft-blue);
  position: sticky;
  top: 0;
  z-index: 1030;
}

.site-header .container-figma {
  width: calc(100% - 40px);
  max-width: none;
  min-width: 0;
}

.navbar {
  min-height: 104px;
  padding: 20px 0;
}

.brand-logo {
  display: block;
  height: 64px;
  object-fit: contain;
  width: 63px;
}

.navbar-brand {
  margin-right: 50px;
}

.navbar-collapse {
  gap: 50px;
}

.main-nav {
  gap: 30px;
}

.navbar-dark .navbar-nav .nav-link,
.login-link {
  color: var(--ft-white);
  font-size: 18px;
  font-weight: 400;
  padding: 0;
  text-decoration: none;
  white-space: nowrap;
}

.navbar-dark .navbar-nav .nav-link:hover,
.login-link:hover,
.footer-nav a:hover,
.footer-legal a:hover {
  color: rgba(255, 255, 255, 0.72);
}

.navbar-toggler {
  border: 0;
  padding: 0;
}

.navbar-toggler:focus {
  box-shadow: none;
}

.pill-btn {
  border: 0;
  border-radius: 50rem;
  font-family: "Nunito", Arial, sans-serif;
  font-size: 18px;
  font-weight: 500;
  line-height: 1.4;
  min-height: 55px;
  padding: 15px 20px;
}

.header-actions .pill-btn {
  color: var(--ft-text);
  font-family: "Rubik", Arial, sans-serif;
  font-weight: 500;
  line-height: 1.2;
}

.theme-toggle {
  align-items: center;
  background: transparent;
  border: 0;
  color: var(--ft-white);
  display: inline-flex;
  height: 40px;
  justify-content: center;
  padding: 0;
  width: 40px;
}

.theme-icon {
  align-items: center;
  display: inline-flex;
  height: 36px;
  justify-content: center;
  transition: transform 0.2s ease;
  width: 36px;
}

.theme-icon svg {
  display: block;
  fill: none;
  height: 34px;
  stroke: currentColor;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 2.4;
  width: 34px;
}

.theme-icon .theme-icon-sun {
  display: none;
}

body.theme-mono .theme-icon .theme-icon-moon {
  display: none;
}

body.theme-mono .theme-icon .theme-icon-sun {
  display: block;
}

.btn-brand {
  --bs-btn-bg: var(--ft-teal);
  --bs-btn-border-color: var(--ft-teal);
  --bs-btn-color: var(--ft-white);
  --bs-btn-hover-bg: #0a8492;
  --bs-btn-hover-border-color: #0a8492;
  --bs-btn-hover-color: var(--ft-white);
  --bs-btn-active-bg: #087784;
  --bs-btn-active-border-color: #087784;
}

.hero {
  min-height: 920px;
  position: relative;
  overflow: hidden;
}

.hero-media {
  position: absolute;
  inset: 0;
  background: var(--ft-blue) url("../img/hero-desktop.jpg") center / cover;
}

.hero-video {
  height: 100%;
  inset: 0;
  object-fit: cover;
  position: absolute;
  width: 100%;
  z-index: 0;
}

.hero-media::before,
.hero-media::after {
  pointer-events: none;
}

.hero-media > video + * {
  position: relative;
}

.hero-media::before {
  border-bottom: 246px solid rgba(13, 152, 168, 0.62);
  border-left: 128px solid transparent;
  border-right: 128px solid transparent;
  content: "";
  left: 53%;
  position: absolute;
  top: 37%;
  transform: translateX(-50%);
  z-index: 2;
}

.hero-media::after {
  background: rgba(3, 62, 85, 0.36);
  bottom: 0;
  content: "";
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 1;
}

.hero-inner {
  min-height: 920px;
  position: relative;
  z-index: 3;
}

.hero-copy {
  color: var(--ft-white);
  padding-top: 238px;
  width: min(615px, 100%);
}

.hero h1 {
  font-family: "Inter", Arial, sans-serif;
  font-size: 64px;
  font-weight: 800;
  line-height: 1.02;
  margin-bottom: 20px;
}

.hero p {
  font-size: 24px;
  line-height: 1.4;
  margin-bottom: 20px;
}

.section-grid {
  background-image: linear-gradient(rgba(3, 62, 85, 0.08) 1px, transparent 1px), linear-gradient(90deg, rgba(3, 62, 85, 0.08) 1px, transparent 1px);
  background-size: 32px 32px;
}

.partners {
  padding: 19px 0 15px;
}

.section-kicker {
  font-size: 24px;
  line-height: 1.4;
}

.partners-title {
  color: var(--ft-teal);
  font-family: "Nunito", Arial, sans-serif;
  font-size: 32px;
  font-weight: 700;
  line-height: 1.1;
  margin: 0;
  text-transform: uppercase;
}

.partners-list {
  align-items: center;
  display: flex;
  gap: 50px;
  justify-content: flex-end;
}

.partner-logo {
  flex: 0 0 auto;
  height: 110px;
  object-fit: contain;
  width: 110px;
}

.partner-logo-sm {
  height: 90px;
  width: 90px;
}

.partner-logo-wide {
  height: 53px;
  width: 127px;
}

.about-section {
  background: var(--ft-muted);
  padding: 151px 0 124px;
  position: relative;
}

.about-decor {
  pointer-events: none;
  position: absolute;
  height: 83px;
  width: 148px;
  z-index: 1;
}

.about-decor-left {
  left: max(20px, calc(50% - 549px));
  top: 30px;
}

.about-decor-right {
  bottom: 35px;
  right: max(20px, calc(50% - 556px));
}

.about-section .container-figma {
  position: relative;
  z-index: 2;
}

.about-row {
  --bs-gutter-x: 30px;
}

.about-image {
  aspect-ratio: 540 / 364;
  border-radius: 50px;
  object-fit: cover;
  width: 100%;
}

.about-section h2,
.features-section h2,
.pricing-section h2,
.faq-section h2,
.blog-section h2 {
  font-family: "Nunito", Arial, sans-serif;
  font-size: 36px;
  font-weight: 700;
  line-height: 1.2;
  margin: 0;
}

.about-section h2,
.about-text,
.stats {
  color: var(--ft-blue);
}

.about-section h2 {
  margin-bottom: 20px;
}

.about-text {
  font-size: 18px;
  line-height: 1.4;
  margin-bottom: 20px;
}

.stats {
  text-align: center;
}

.stats dt {
  font-family: "Nunito", Arial, sans-serif;
  font-size: 32px;
  font-weight: 600;
  line-height: 1;
}

.stats dd {
  font-family: "Nunito", Arial, sans-serif;
  font-size: 18px;
  margin-bottom: 0;
}

.features-section {
  padding: 60px 0 78px;
}

.section-heading {
  margin-bottom: 40px;
}

.heading-icon {
  display: block;
  flex: 0 0 auto;
  height: 48px;
  width: 84px;
}

.features-grid {
  display: grid;
  gap: 20px 30px;
  grid-template-columns: minmax(0, 635fr) minmax(0, 447fr);
}

.feature-card {
  align-items: center;
  background: var(--ft-white);
  border: 1px solid var(--ft-text);
  border-radius: 15px;
  display: flex;
  gap: 20px;
  min-height: 140px;
  padding: 19px;
}

.feature-card img {
  border-radius: 10px;
  flex: 0 0 100px;
  height: 100px;
  object-fit: cover;
  width: 100px;
}

.feature-card p {
  font-size: 18px;
  line-height: 1.4;
  margin: 0;
}

.feature-card strong {
  font-weight: 500;
}

.pricing-section {
  background:
    radial-gradient(circle at 18% 0%, rgba(13, 152, 168, 0.28), transparent 32%),
    radial-gradient(circle at 82% 12%, rgba(255, 255, 255, 0.1), transparent 26%),
    linear-gradient(180deg, #033e55 0%, #02465e 44%, #033e55 100%);
  color: var(--ft-white);
  padding: 23px 0 29px;
}

.pricing-section h2 {
  color: var(--ft-white);
  margin-bottom: 20px;
}

.pricing-row {
  justify-content: center;
}

.price-card {
  border: 1px solid var(--ft-teal);
  border-radius: 50px;
  background:
    linear-gradient(224.56deg, rgba(31, 31, 31, 0.5) 3.72%, rgba(3, 62, 85, 0.5) 45.05%),
    linear-gradient(46.46deg, rgba(31, 31, 31, 0.5) 23.01%, rgba(3, 62, 85, 0.5) 31.96%),
    var(--ft-blue);
  min-height: 721px;
  padding: 30px;
}

.pricing-row > .col-lg-4:nth-child(2) .price-card {
  background:
    linear-gradient(54.7deg, rgba(31, 31, 31, 0.5) 3.62%, rgba(3, 62, 85, 0.5) 27.34%),
    linear-gradient(241.03deg, rgba(31, 31, 31, 0.5) 8.8%, rgba(3, 62, 85, 0.5) 24.75%),
    var(--ft-blue);
}

.pricing-row > .col-lg-4:nth-child(3) .price-card {
  background:
    linear-gradient(47.17deg, rgba(31, 31, 31, 0.5) 2.82%, rgba(3, 62, 85, 0.5) 32.4%),
    linear-gradient(232.7deg, rgba(31, 31, 31, 0.5) 2.73%, rgba(3, 62, 85, 0.5) 34.12%),
    var(--ft-blue);
}

.price-card h3 {
  font-family: "Nunito", Arial, sans-serif;
  font-size: 24px;
  font-weight: 700;
  line-height: 1.1;
  margin: 0;
  text-align: center;
}

.price-card .trial {
  font-size: 14px;
  margin: 10px 0 20px;
  text-align: center;
}

.price-card .lead-copy,
.price-card p {
  font-size: 18px;
  line-height: 1.28;
}

.price-card .lead-copy {
  margin-bottom: 20px;
  text-align: center;
}

.price-card .note {
  opacity: 0.9;
}

.price-card .price {
  font-family: "Nunito", Arial, sans-serif;
  font-size: 20px;
  font-weight: 700;
  margin: 20px 0;
}

.price-card .pill-btn {
  font-size: 18px;
  min-height: 55px;
}

.presentation-section {
  padding: 80px 0;
}

.presentation-box {
  background: var(--ft-white);
  border: 1px solid var(--ft-blue);
  border-radius: 15px;
  padding: 29px 20px;
}

.presentation-box h2 {
  font-family: "Nunito", Arial, sans-serif;
  font-size: 36px;
  font-weight: 700;
  line-height: 1.2;
  margin-bottom: 20px;
  text-transform: uppercase;
}

.faq-section {
  padding: 0 0 80px;
}

.faq-section h2,
.blog-section h2 {
  margin-bottom: 20px;
}

.faq-accordion {
  --bs-accordion-border-color: rgba(31, 31, 31, 0.35);
  --bs-accordion-border-radius: 0;
  --bs-accordion-inner-border-radius: 0;
  --bs-accordion-btn-focus-box-shadow: none;
  --bs-accordion-active-bg: transparent;
  --bs-accordion-active-color: var(--ft-text);
}

.accordion-item {
  background: transparent;
  border-left: 0;
  border-right: 0;
}

.accordion-button {
  background: transparent;
  font-size: 18px;
  line-height: 1.4;
  padding: 20px;
}

.accordion-body {
  font-size: 18px;
  line-height: 1.4;
  padding: 0 20px 20px;
  max-width: 875px;
}

.blog-section {
  padding: 0 0 60px;
  overflow: hidden;
}

.blog-row {
  --bs-gutter-x: 51px;
}

.blog-card {
  background: var(--ft-white);
  border: 1px solid var(--ft-blue);
  border-radius: 30px;
  min-height: 353px;
  padding: 30px 50px;
  text-align: center;
}

.blog-card h3 {
  font-family: "Nunito", Arial, sans-serif;
  font-size: 36px;
  font-weight: 700;
  margin-bottom: 20px;
}

.blog-card p {
  font-size: 18px;
  line-height: 1.4;
  margin: 0;
}

.carousel-controls {
  align-items: center;
  display: flex;
  gap: 59px;
  justify-content: center;
  margin-top: 30px;
}

.carousel-control-prev,
.carousel-control-next {
  background: transparent;
  height: 28px;
  opacity: 1;
  position: static;
  width: 28px;
}

.carousel-control-prev::before,
.carousel-control-next::before {
  border-color: var(--ft-blue);
  border-style: solid;
  content: "";
  display: block;
  height: 16px;
  width: 16px;
}

.carousel-control-prev::before {
  border-width: 0 0 2px 2px;
  transform: rotate(45deg);
}

.carousel-control-next::before {
  border-width: 2px 2px 0 0;
  transform: rotate(45deg);
}

.carousel-dots {
  display: flex;
  gap: 20px;
}

.carousel-dots span {
  background: var(--ft-blue);
  border-radius: 5px;
  display: block;
  height: 28px;
  width: 28px;
}

.site-footer {
  background: var(--ft-blue);
  color: var(--ft-white);
  padding: 20px 0;
}

.footer-main {
  align-items: flex-start;
  margin-bottom: 73px;
}

.footer-logo {
  height: 113px;
  object-fit: contain;
  width: 111px;
}

.footer-nav {
  display: flex;
  flex-direction: column;
  gap: 10px;
  list-style: none;
  margin: 0;
  padding: 0;
  width: 260px;
}

.footer-nav a {
  display: inline-block;
  font-size: 18px;
  padding: 10px;
  text-decoration: none;
}

.footer-contact {
  display: flex;
  flex-direction: column;
  gap: 60px;
}

.footer-phone {
  font-size: 36px;
  font-weight: 300;
  text-decoration: none;
}

.socials {
  display: flex;
  gap: 20px;
  margin-top: -22px;
}

.socials img {
  height: 48px;
  width: 48px;
}

.socials a:nth-child(2) img {
  height: 66px;
  width: 66px;
}

.socials a:nth-child(3) img {
  height: 64px;
  width: 64px;
}

.contact-line {
  border-bottom: 1px solid var(--ft-white);
  display: flex;
  flex-direction: column;
  gap: 21px;
  max-width: 249px;
  padding-bottom: 20px;
  text-decoration: none;
}

.contact-line strong {
  font-family: "Nunito", Arial, sans-serif;
  font-size: 20px;
  text-transform: uppercase;
}

.contact-line span {
  color: rgba(255, 255, 255, 0.5);
  font-family: "Nunito", Arial, sans-serif;
  font-size: 18px;
  font-weight: 500;
}

.footer-legal {
  align-items: flex-end;
  display: flex;
  gap: 24px;
  justify-content: space-between;
  margin-left: calc(50% - 50vw + 20px);
  width: calc(100vw - 40px);
}

.footer-legal a {
  color: var(--ft-white);
  font-size: 16px;
  font-weight: 300;
  line-height: 1.4;
  text-decoration: underline;
}

.footer-legal-privacy {
  width: clamp(252px, 26.5vw, 381px);
}

.footer-legal-group {
  display: flex;
  flex: 0 0 auto;
  flex-direction: column;
  gap: 10px;
  justify-content: center;
  width: clamp(252px, 22.4vw, 323px);
}

.footer-legal-group-center {
  text-align: center;
  width: clamp(220px, 18.3vw, 263px);
}

.footer-legal-consent {
  flex: 0 0 clamp(180px, 14vw, 201px);
  text-align: center;
}

@media (max-width: 1399.98px) {
  .navbar-brand {
    margin-right: 50px;
  }

  .navbar-collapse {
    gap: 18px;
  }

  .main-nav {
    gap: 8px;
  }

  .navbar-dark .navbar-nav .nav-link,
  .login-link {
    font-size: 14px;
  }

  .header-actions {
    gap: 0.75rem !important;
  }

  .header-actions .pill-btn {
    font-size: 14px;
    min-height: 48px;
    padding: 12px 14px;
  }
}

body.theme-mono {
  --ft-blue: #000000;
  --ft-teal: #000000;
  --ft-text: #000000;
  --ft-muted: #ffffff;
  --ft-white: #ffffff;
  background: #ffffff;
}

body.theme-mono img,
body.theme-mono video {
  filter: grayscale(1) contrast(1.08);
}

body.theme-mono .site-header,
body.theme-mono .pricing-section,
body.theme-mono .site-footer {
  background: #000000;
}

body.theme-mono .section-grid {
  background-image: linear-gradient(rgba(0, 0, 0, 0.12) 1px, transparent 1px), linear-gradient(90deg, rgba(0, 0, 0, 0.12) 1px, transparent 1px);
}

body.theme-mono .partners-title,
body.theme-mono .about-section h2,
body.theme-mono .about-text,
body.theme-mono .stats,
body.theme-mono .carousel-control-prev::before,
body.theme-mono .carousel-control-next::before {
  color: #000000;
  border-color: #000000;
}

body.theme-mono .btn-brand {
  --bs-btn-bg: #000000;
  --bs-btn-border-color: #000000;
  --bs-btn-color: #ffffff;
  --bs-btn-hover-bg: #222222;
  --bs-btn-hover-border-color: #222222;
  --bs-btn-hover-color: #ffffff;
}

body.theme-mono .price-card {
  background: #000000;
  border-color: #ffffff;
}

@media (max-width: 1199.98px) {
  .navbar-brand {
    margin-right: 24px;
  }

  .navbar-collapse {
    gap: 18px;
  }

  .main-nav {
    gap: 8px;
  }

  .navbar-dark .navbar-nav .nav-link,
  .login-link {
    font-size: 14px;
  }

  .header-actions .pill-btn {
    font-size: 14px;
    min-height: 48px;
    padding: 12px 14px;
  }

  .header-actions {
    gap: 0.75rem !important;
  }

  .partners-list {
    gap: 26px;
  }

  .feature-card p,
  .price-card .lead-copy,
  .price-card p,
  .accordion-button,
  .accordion-body,
  .blog-card p {
    font-size: 16px;
  }
}

@media (max-width: 991.98px) {
  .navbar {
    min-height: 82px;
    padding: 19px 0 20px;
  }

  .navbar-brand {
    margin-right: 0;
  }

  .navbar-collapse {
    gap: 0;
  }

  .brand-logo {
    height: 43px;
    width: 42px;
  }

  .navbar-collapse {
    padding-top: 28px;
  }

  .main-nav {
    gap: 14px;
  }

  .hero,
  .hero-inner {
    min-height: 850px;
  }

  .hero-media {
    background:
      linear-gradient(rgba(0, 0, 0, 0.1), rgba(0, 0, 0, 0.1)),
      linear-gradient(rgba(3, 62, 85, 0.43), rgba(3, 62, 85, 0.43)),
      url("../img/hero-mobile-overlay.jpg") center / cover,
      url("../img/hero-mobile.jpg") 54% center / cover;
  }

  .hero-media::before {
    border-bottom-width: 205px;
    border-left-width: 102px;
    border-right-width: 102px;
    left: 52%;
    top: 28%;
  }

  .hero-copy {
    padding-top: 257px;
    width: 312px;
  }

  .hero h1 {
    font-size: 32px;
    margin-bottom: 20px;
  }

  .hero p {
    font-size: 16px;
    line-height: 1.4;
    margin-bottom: 20px;
  }

  .hero-buttons .pill-btn {
    font-size: 16px;
    justify-content: center;
    min-height: 48px;
    width: max-content;
  }

  .partners {
    padding: 16px 0 30px;
  }

  .section-kicker {
    font-size: 14px;
  }

  .partners-title {
    font-size: 24px;
  }

  .partners-list {
    display: grid;
    gap: 20px 24px;
    grid-template-columns: repeat(3, 1fr);
    justify-items: center;
  }

  .partner-logo,
  .partner-logo-sm {
    height: 55px;
    width: 86px;
  }

  .partner-logo-wide {
    height: 46px;
    width: 110px;
  }

  .about-section {
    padding: 38px 0 58px;
  }

  .about-decor {
    display: none;
  }

  .about-row {
    --bs-gutter-y: 20px;
  }

  .about-image {
    border-radius: 20px;
  }

  .about-section h2,
  .features-section h2,
  .pricing-section h2,
  .faq-section h2,
  .blog-section h2 {
    font-size: 24px;
  }

  .about-text {
    font-size: 14px;
  }

  .stats dt {
    font-size: 24px;
  }

  .stats dd {
    font-size: 14px;
  }

  .features-section {
    padding: 25px 0 48px;
  }

  .section-heading {
    gap: 10px !important;
    margin-bottom: 20px;
  }

  .heading-icon {
    height: 28px;
    width: 70px;
  }

  .heading-icon::before {
    top: 9px;
  }

  .heading-icon::after {
    bottom: 9px;
  }

  .features-grid {
    display: flex;
    flex-direction: column;
    gap: 10px;
  }

  .feature-card {
    min-height: 99px;
    padding: 16px 20px;
  }

  .feature-card img {
    flex-basis: 66px;
    height: 66px;
    width: 66px;
  }

  .feature-card p {
    font-size: 12px;
  }

  .feature-card strong {
    font-size: 16px;
  }

  .pricing-section {
    padding: 22px 0 34px;
  }

  .pricing-section h2 {
    margin-bottom: 20px;
  }

  .price-card {
    min-height: auto;
    padding: 20px;
  }

  .price-card h3 {
    font-size: 24px;
  }

  .price-card .trial {
    font-size: 14px;
  }

  .price-card .lead-copy,
  .price-card p {
    font-size: 16px;
  }

  .price-card .pill-btn {
    font-size: 16px;
  }

  .presentation-section {
    padding: 40px 0;
  }

  .presentation-box {
    border-radius: 15px;
    padding: 20px;
  }

  .presentation-box h2 {
    font-size: 24px;
  }

  .presentation-box .pill-btn {
    font-size: 16px;
  }

  .faq-section {
    padding-bottom: 50px;
  }

  .accordion-button,
  .accordion-body {
    font-size: 14px;
    padding-left: 0;
    padding-right: 0;
  }

  .accordion-body {
    padding-top: 0;
  }

  .blog-section {
    padding-bottom: 35px;
  }

  .blog-card {
    border-radius: 15px;
    min-height: 434px;
    padding: 20px;
  }

  .blog-card h3 {
    font-size: 16px;
  }

  .blog-card p {
    font-size: 14px;
  }

  .carousel-controls {
    gap: 30px;
    margin-top: 20px;
  }

  .carousel-dots {
    gap: 20px;
  }

  .carousel-dots span {
    height: 18px;
    width: 18px;
  }

  .site-footer {
    padding: 40px 0 20px;
  }

  .footer-main {
    gap: 22px;
    margin-bottom: 20px;
  }

  .footer-left {
    gap: 22px;
  }

  .footer-logo {
    height: 43px;
    width: 42px;
  }

  .footer-nav {
    width: 175px;
  }

  .footer-nav a {
    font-size: 14px;
    padding: 10px 0;
  }

  .footer-contact {
    gap: 50px;
  }

  .footer-phone {
    font-size: 16px;
  }

  .socials {
    gap: 20px;
    margin-top: -42px;
  }

  .socials img {
    height: 30px;
    width: 30px;
  }

  .socials a:nth-child(2) img,
  .socials a:nth-child(3) img {
    height: 42px;
    width: 42px;
  }

  .contact-line {
    gap: 18px;
    padding-bottom: 10px;
  }

  .contact-line strong {
    font-size: 16px;
  }

  .footer-legal {
    align-items: flex-start;
    flex-direction: column;
    gap: 20px;
    margin-left: 0;
    width: auto;
  }

  .footer-legal a {
    font-size: 12px;
  }

  .footer-legal-privacy,
  .footer-legal-group,
  .footer-legal-group-center,
  .footer-legal-consent {
    flex: 0 1 auto;
    max-width: 252px;
    text-align: left;
    width: 252px;
  }
}

@media (max-width: 575.98px) {
  .container-figma {
    width: min(100% - 40px, 390px);
  }

  .hero-copy {
    padding-top: 257px;
  }

  .hero {
    min-height: 850px;
  }

  .hero-inner {
    min-height: 850px;
  }

  .partners-list {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .price-card {
    border-radius: 24px;
  }

  .footer-main {
    display: grid;
    grid-template-columns: 1fr;
  }

  .site-footer .footer-left {
    justify-content: flex-start !important;
    max-width: 100%;
    width: 100%;
  }

  .footer-contact {
    margin-left: 206px;
    margin-top: -289px;
    max-width: 184px;
  }
}

@media (max-width: 390px) {
  .footer-contact {
    margin-left: 178px;
  }
}
