@charset "UTF-8";
/* barlow-regular - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: "Barlow";
  font-style: normal;
  font-weight: 400;
  src: url("../assets/fonts/barlow-v13-latin-regular.woff2") format("woff2"); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* barlow-500 - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: "Barlow";
  font-style: normal;
  font-weight: 500;
  src: url("../assets/fonts/barlow-v13-latin-500.woff2") format("woff2"); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* barlow-700 - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: "Barlow";
  font-style: normal;
  font-weight: 700;
  src: url("../assets/fonts/barlow-v13-latin-700.woff2") format("woff2"); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* barlow-900 - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: "Barlow";
  font-style: normal;
  font-weight: 900;
  src: url("../assets/fonts/barlow-v13-latin-900.woff2") format("woff2"); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* Box sizing rules */
*,
*::before,
*::after {
  box-sizing: border-box;
}

/* Remove default padding */
ul[class],
ol[class] {
  padding: 0;
}

/* Remove default margin */
body,
h1,
h2,
h3,
h4,
p,
ul[class],
ol[class],
figure,
blockquote,
dl,
dd {
  margin: 0;
}

/* Set core root defaults */
html {
  scroll-behavior: smooth;
}

/* Set core body defaults */
body {
  min-height: 100vh;
  text-rendering: optimizeSpeed;
  line-height: 1.5;
  overflow-x: hidden;
}

/* Remove list styles on ul, ol elements with a class attribute */
ul[class],
ol[class] {
  list-style: none;
}

/* A elements that don’t have a class get default styles */
a:not([class]) {
  text-decoration-skip-ink: auto;
}

/* Make images easier to work with */
img {
  max-width: 100%;
  display: block;
}

/* Inherit fonts for inputs and buttons */
input,
button,
textarea,
select {
  font: inherit;
}

/* Remove all animations and transitions for people that prefer not to see them */
@media (prefers-reduced-motion: reduce) {
  * {
    animation-duration: 0.01s !important;
    animation-iteration-count: 1 !important;
    transition-duration: 0.01s !important;
    scroll-behavior: auto !important;
  }
}
:root {
  --neutral-900: #162542;
  --neutral-400: #5d6d8f;
  --neutral-200: #e8eff2;
  --neutral-0: #ffffff;
  --orange-500: #f16718;
  --orange-300: #ff9b62;
  --section-margin: clamp(4rem, 2.2143rem + 7.619vw, 7.5rem);
}

body {
  font-family: "Barlow", sans-serif;
  font-size: 1rem;
  font-weight: 500;
  line-height: 1.5em;
  color: var(--neutral-400);
}

img {
  border-radius: 1.25rem;
}

h1,
h2 {
  color: var(--neutral-900);
  text-transform: uppercase;
  font-weight: 900;
  letter-spacing: 0;
}

h1 {
  font-size: clamp(3rem, 2.5229rem + 2.0356vw, 3.5rem);
  line-height: 1em;
}

h2 {
  line-height: 1.2em;
}

.btn--solid {
  display: inline-block;
  padding: 1em 1.5em;
  text-decoration: none;
  text-transform: uppercase;
  color: inherit;
  border-radius: 0.5rem;
  font-weight: 700;
  line-height: 1.5em;
}

.btn--primary {
  color: var(--neutral-0);
  background-color: var(--orange-500);
}
.btn--primary:hover {
  background-color: var(--orange-300);
}
.btn--primary:active, .btn--primary:focus {
  background-color: var(--orange-500);
  box-shadow: 0 0 0 3px var(--neutral-0), 0 0 0 5px var(--orange-500);
}

.btn--secondary {
  color: var(--neutral-900);
  background-color: var(--neutral-200);
}
.btn--secondary:hover {
  color: var(--neutral-0);
  background-color: var(--neutral-900);
}
.btn--secondary:active, .btn--secondary:focus {
  background-color: var(--neutral-200);
  color: var(--neutral-900);
  box-shadow: 0 0 0 3px var(--neutral-0), 0 0 0 5px var(--neutral-900);
}

.container {
  margin: 0 auto;
  max-width: 1110px;
  width: 91.5%;
  position: relative;
}

header .navbar {
  padding: clamp(1.5rem, 0.5458rem + 4.0712vw, 2.5rem) 0 clamp(2.5rem, 1.2245rem + 5.4422vw, 5rem);
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.hero {
  margin-bottom: var(--section-margin);
}
.hero .top-square,
.hero .bottom-square {
  position: absolute;
  height: 0;
  visibility: hidden;
}
.hero .container,
.hero .content,
.hero .main-content,
.hero .description {
  display: flex;
  flex-direction: column;
}
.hero .container {
  gap: clamp(1.5rem, 0.5458rem + 4.0712vw, 2.5rem);
}
.hero .main-content,
.hero .description {
  gap: clamp(4rem, 2.0548rem + 8.2993vw, 7.8125rem);
}
.hero .main-content .image {
  margin-right: -10vw;
  align-self: flex-end;
}
.hero .main-content .image img {
  max-height: clamp(20.6875rem, 15.9362rem + 20.2721vw, 30rem);
}
.hero .content {
  gap: 1.5rem;
}
.hero .row {
  display: flex;
  align-items: center;
  gap: 1.5rem;
  font-weight: 700;
}
.hero .description h2 {
  font-size: 2rem;
  line-height: 1.2em;
}
.hero .description .images {
  display: flex;
  gap: clamp(1.5rem, 1.0229rem + 2.0356vw, 2rem);
  margin-left: -2.3rem;
}
.hero .description .images .img.overlay {
  position: relative;
  display: inline-block;
  overflow: hidden;
  border-radius: 1.25rem;
}
.hero .description .images .img.overlay img {
  opacity: 0.75;
}
.hero .description .images .img.overlay::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: var(--orange-500);
  mix-blend-mode: multiply;
  z-index: 1;
}
.hero .description .images img {
  max-height: clamp(12rem, 2.8163rem + 39.1837vw, 30rem);
  width: auto;
}

.features {
  margin: var(--section-margin) 0;
}
.features .feature__grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: clamp(2rem, 2.9771rem - 2.0356vw, 2.5rem);
}
.features .feature__item {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
.features .feature__item .icon {
  margin-bottom: clamp(2rem, 1.0458rem + 4.0712vw, 3rem);
  background-color: var(--orange-500);
  display: flex;
  align-items: center;
  justify-content: center;
  height: calc(4rem + 1px);
  width: calc(4rem + 1px);
  border-radius: 1rem;
}
.features .feature__item h2 {
  margin-bottom: clamp(1.25rem, 1.0115rem + 1.0178vw, 1.5rem);
  font-size: 1.5rem;
}

footer {
  padding-bottom: clamp(1.5rem, 0.6071rem + 3.8095vw, 3.25rem);
  text-align: center;
}

@media (min-width: 48rem) {
  .hero .main-content {
    flex-direction: row;
    align-items: center;
  }
  .hero .main-content .content {
    max-width: clamp(22.4375rem, 10.3673rem + 25.1462vw, 27.8125rem);
  }
  .hero .description .images {
    margin-left: 0;
  }
  .hero .description .content {
    flex-direction: row;
    gap: 2.25rem;
  }
  .features .feature__grid {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (min-width: 64rem) {
  .hero .top-square {
    height: auto;
    visibility: visible;
    top: 0;
    left: calc(100% + 2rem);
  }
  .hero .bottom-square {
    height: auto;
    visibility: visible;
    bottom: 0;
    right: calc(100% + 2rem);
  }
  .hero .main-content .image {
    margin-right: 0;
  }
  .hero .main-content p {
    font-size: 1.125rem;
  }
  .hero .description {
    flex-direction: row;
  }
  .hero .description .content {
    flex-direction: column;
    justify-content: center;
    max-width: 16rem;
  }
  .features .feature__grid {
    grid-template-columns: repeat(4, 1fr);
  }
}