:root {
  --black: #000000;
  --white: #FFFFFF;
  --blue: #01325B;
  --light-blue: #BFDFFF;
  --text: var(--white);
  --fontBody: "Inter", sans-serif;
  --fontStyled: "Gilda Display", serif;
  --br: 15px;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
  overflow-x: hidden;
}
html.no-scroll {
  overflow: hidden;
}

html,
body {
  margin: 0;
  padding: 0;
}

body {
  margin: 0;
  display: flex;
  flex-direction: column;
  font-family: var(--fontBody);
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 137.5%;
  color: var(--blue);
  text-align: left;
  background-color: var(--white);
}

[tabindex="-1"]:focus:not(.focus-visible),
[tabindex="-1"]:focus:not(:focus-visible) {
  outline: 0 !important;
}

hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible;
}

img {
  width: 100%;
}

.h1,
h1 {
  font-family: var(--fontStyled);
  font-size: clamp(32px, 5vw, 40px);
  font-size: 40px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}

.h2,
h2 {
  font-family: var(--fontStyled);
  font-size: clamp(32px, 5vw, 40px);
  font-size: 40px;
  font-style: normal;
  font-weight: 400;
  line-height: 112%;
}

.h3,
h3 {
  font-family: var(--fontStyled);
  font-size: 24px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  letter-spacing: -1.164px;
  margin: 0;
}

.h4,
h4 {
  font-family: var(--fontBody);
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 125%;
}

strong {
  font-weight: 700;
  text-transform: uppercase;
}

.b2 {
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 157.143%;
  letter-spacing: -0.14px;
}

.b3 {
  font-size: 12px;
  font-style: normal;
  font-weight: 700;
  line-height: 200%;
  letter-spacing: -0.12px;
  text-transform: uppercase;
}

.quote {
  font-family: var(--fontQuote);
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: 122.222%;
  text-transform: uppercase;
}

a {
  text-decoration: none;
  transition: 0.3s;
  color: var(--light);
}

p {
  margin: 0 0 1rem;
}
p:last-child {
  margin: 0;
}

ul:not(.ignore) {
  padding: 0;
  margin-left: 16px;
}
ul:not(.ignore) li {
  margin-bottom: 10px;
}

.btn,
.button {
  display: flex;
  padding: 12px 35px;
  justify-content: center;
  align-items: center;
  color: var(--black);
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  background: var(--blue);
  border: 1px solid var(--blue);
  width: fit-content;
  width: -moz-fit-content;
  cursor: pointer;
  transition: 0.3s;
  text-align: center;
  font-family: var(--fontBody);
  text-decoration: none !important;
  border-radius: 50px;
  color: var(--white);
}
.btn:hover,
.button:hover {
  background-color: var(--light-blue);
  border-color: var(--light-blue);
}
.btn.outline,
.button.outline {
  background-color: transparent;
  border-color: var(--white);
}
.btn.outline:hover,
.button.outline:hover {
  background-color: var(--light-blue);
  border-color: var(--light-blue);
}

.section {
  margin-bottom: 100px;
}
@media (max-width: 768px) {
  .section {
    margin-bottom: 30px;
  }
}

.wrap {
  width: 100%;
  margin: 0 auto;
  position: relative;
  padding: 0 25px;
  max-width: 1275px;
  z-index: 3;
}

.header {
  padding: 20px;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 999;
}
.header .wrap {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 15px;
}
@media (max-width: 480px) {
  .header .wrap {
    flex-direction: column;
  }
}
.header__logo {
  max-width: 75px;
  display: flex;
}
.header__left {
  display: flex;
  align-items: center;
  gap: 20px;
}
@media (max-width: 768px) {
  .header__left {
    flex-direction: column;
    gap: 5px;
  }
}
.header__left a {
  color: var(--white);
  font-size: 14px;
}
.header__left a:hover {
  color: var(--light-blue);
}

.footer {
  background-color: var(--blue);
  color: var(--white);
  padding: 55px 0 100px;
  text-align: center;
}
.footer h2 {
  margin-bottom: 100px;
}
.footer__businesses {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  justify-content: center;
  gap: 35px 20px;
}
@media (max-width: 992px) {
  .footer__businesses {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 480px) {
  .footer__businesses {
    grid-template-columns: repeat(1, 1fr);
  }
}
.footer__businesses__business {
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.footer__businesses__business img {
  max-height: 25px;
  margin-bottom: 20px;
}
.footer__businesses__business p {
  max-width: 240px;
}
.footer__businesses__business a {
  width: fit-content;
  width: -moz-fit-content;
}
.footer__businesses__business a:hover {
  color: var(--light-blue);
}

.hero-banner {
  position: relative;
  height: 100svh;
  background-size: cover;
  background-position: center;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 200px 0 100px;
  overflow: hidden;
}
.hero-banner:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.4);
  z-index: 2;
}
.hero-banner .slideshow {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}
.hero-banner .slideshow__slide img {
  height: 100%;
  object-fit: cover;
}
.hero-banner .wrap {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
  position: relative;
  z-index: 3;
}
.hero-banner__inner {
  text-align: center;
  color: var(--white);
  display: flex;
  flex-direction: column;
  align-items: center;
  height: 100%;
}
.hero-banner__inner img {
  max-width: 700px;
}
.hero-banner__inner .btn {
  margin-top: auto;
}

.split-block .wrap {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
}
@media (min-width: 768px) {
  .split-block .wrap.reverse {
    flex-direction: row-reverse;
  }
}
@media (max-width: 768px) {
  .split-block .wrap {
    flex-direction: column-reverse;
  }
}
.split-block__image {
  width: 100%;
  max-width: 590px;
  aspect-ratio: 1/1;
  border-radius: 5px;
  overflow: hidden;
}
@media (max-width: 768px) {
  .split-block__image {
    max-width: inherit;
  }
}
.split-block__image img {
  height: 100%;
  object-fit: cover;
}
.split-block__content {
  width: 100%;
  max-width: 500px;
}
@media (max-width: 768px) {
  .split-block__content {
    max-width: inherit;
  }
}

.services__inner {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 50px 20px;
}
@media (max-width: 992px) {
  .services__inner {
    grid-template-columns: repeat(3, 1fr);
  }
}
@media (max-width: 768px) {
  .services__inner {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 480px) {
  .services__inner {
    grid-template-columns: repeat(1, 1fr);
  }
}
.services__inner__service {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 20px;
  text-align: center;
}
.services__inner__service img {
  max-width: 75px;
}
.services__inner__service h3 {
  max-width: 250px;
}
.services__inner__service .btn {
  margin-top: auto;
}
