@import url("https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700&family=Playfair+Display:wght@400;700&family=Poppins:wght@400;500;600;700&family=Lato:wght@400;700&display=swap");
/* line 5, ../sass/_reset.scss */
*,
*::before,
*::after {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

/* line 14, ../sass/_reset.scss */
html {
  font-size: 100%;
  scroll-behavior: smooth;
  -webkit-text-size-adjust: 100%;
  -moz-text-size-adjust: 100%;
  text-size-adjust: 100%;
}

/* line 23, ../sass/_reset.scss */
body {
  min-height: 100vh;
  line-height: 1.5;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

/* line 31, ../sass/_reset.scss */
h1, h2, h3, h4, h5, h6 {
  font-size: inherit;
  font-weight: inherit;
  line-height: 1.2;
}

/* line 37, ../sass/_reset.scss */
p, h1, h2, h3, h4, h5, h6 {
  overflow-wrap: break-word;
}

/* line 42, ../sass/_reset.scss */
ul, ol {
  list-style: none;
}

/* line 47, ../sass/_reset.scss */
a {
  color: inherit;
  text-decoration: none;
}

/* line 53, ../sass/_reset.scss */
img,
picture,
video,
canvas,
svg {
  display: block;
  max-width: 100%;
  height: auto;
}

/* line 64, ../sass/_reset.scss */
input,
button,
textarea,
select {
  font: inherit;
  border: none;
  background: none;
  outline: none;
}

/* line 74, ../sass/_reset.scss */
button {
  cursor: pointer;
}

/* line 79, ../sass/_reset.scss */
table {
  border-collapse: collapse;
  border-spacing: 0;
}

/* line 85, ../sass/_reset.scss */
[hidden] {
  display: none !important;
}

@media (prefers-reduced-motion: reduce) {
  /* line 91, ../sass/_reset.scss */
  *,
  *::before,
  *::after {
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: 0.01ms !important;
    scroll-behavior: auto !important;
  }
}
/* line 51, ../sass/_typography.scss */
body {
  font-family: "Poppins", sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.6;
  color: #1a1a1a;
}

/* line 62, ../sass/_typography.scss */
h1, h2, h3, h4, h5, h6 {
  font-family: "Playfair Display", serif;
  font-weight: 700;
  line-height: 1.2;
  letter-spacing: -0.02em;
  margin-bottom: 0.5em;
}

/* line 71, ../sass/_typography.scss */
h1 {
  font-size: 30px;
}

/* line 72, ../sass/_typography.scss */
h2 {
  font-size: 24px;
}

/* line 73, ../sass/_typography.scss */
h3 {
  font-size: 20px;
}

/* line 74, ../sass/_typography.scss */
h4 {
  font-size: 18px;
}

/* line 75, ../sass/_typography.scss */
h5 {
  font-size: 16px;
}

/* line 76, ../sass/_typography.scss */
h6 {
  font-size: 14px;
}

@media (min-width: 480px) {
  /* line 80, ../sass/_typography.scss */
  h1 {
    font-size: 36px;
  }

  /* line 81, ../sass/_typography.scss */
  h2 {
    font-size: 30px;
  }

  /* line 82, ../sass/_typography.scss */
  h3 {
    font-size: 24px;
  }

  /* line 83, ../sass/_typography.scss */
  h4 {
    font-size: 20px;
  }

  /* line 84, ../sass/_typography.scss */
  h5 {
    font-size: 18px;
  }

  /* line 85, ../sass/_typography.scss */
  h6 {
    font-size: 16px;
  }
}
@media (min-width: 768px) {
  /* line 90, ../sass/_typography.scss */
  h1 {
    font-size: 48px;
  }

  /* line 91, ../sass/_typography.scss */
  h2 {
    font-size: 36px;
  }

  /* line 92, ../sass/_typography.scss */
  h3 {
    font-size: 30px;
  }

  /* line 93, ../sass/_typography.scss */
  h4 {
    font-size: 24px;
  }

  /* line 94, ../sass/_typography.scss */
  h5 {
    font-size: 20px;
  }

  /* line 95, ../sass/_typography.scss */
  h6 {
    font-size: 18px;
  }
}
@media (min-width: 1024px) {
  /* line 100, ../sass/_typography.scss */
  h1 {
    font-size: 48px;
  }

  /* line 101, ../sass/_typography.scss */
  h2 {
    font-size: 36px;
  }

  /* line 102, ../sass/_typography.scss */
  h3 {
    font-size: 30px;
  }

  /* line 103, ../sass/_typography.scss */
  h4 {
    font-size: 24px;
  }

  /* line 104, ../sass/_typography.scss */
  h5 {
    font-size: 20px;
  }

  /* line 105, ../sass/_typography.scss */
  h6 {
    font-size: 18px;
  }
}
@media (min-width: 1440px) {
  /* line 110, ../sass/_typography.scss */
  h1 {
    font-size: 36px;
  }

  /* line 111, ../sass/_typography.scss */
  h2 {
    font-size: 36px;
  }

  /* line 112, ../sass/_typography.scss */
  h3 {
    font-size: 30px;
  }
}
/* line 118, ../sass/_typography.scss */
p {
  font-size: 14px;
  line-height: 1.6;
  margin-bottom: 1em;
}
@media (min-width: 768px) {
  /* line 118, ../sass/_typography.scss */
  p {
    font-size: 16px;
  }
}

/* line 128, ../sass/_typography.scss */
small {
  font-size: 12px;
}

/* line 135, ../sass/_typography.scss */
.text-xs {
  font-size: 12px;
}

/* line 136, ../sass/_typography.scss */
.text-sm {
  font-size: 14px;
}

/* line 137, ../sass/_typography.scss */
.text-md {
  font-size: 16px;
}

/* line 138, ../sass/_typography.scss */
.text-lg {
  font-size: 18px;
}

/* line 139, ../sass/_typography.scss */
.text-xl {
  font-size: 20px;
}

/* line 140, ../sass/_typography.scss */
.text-2xl {
  font-size: 24px;
}

/* line 141, ../sass/_typography.scss */
.text-3xl {
  font-size: 30px;
}

/* line 144, ../sass/_typography.scss */
.font-regular {
  font-weight: 400;
}

/* line 145, ../sass/_typography.scss */
.font-medium {
  font-weight: 500;
}

/* line 146, ../sass/_typography.scss */
.font-semibold {
  font-weight: 600;
}

/* line 147, ../sass/_typography.scss */
.font-bold {
  font-weight: 700;
}

/* line 150, ../sass/_typography.scss */
.font-primary {
  font-family: "Inter", sans-serif;
}

/* line 151, ../sass/_typography.scss */
.font-heading {
  font-family: "Playfair Display", serif;
}

/* line 152, ../sass/_typography.scss */
.font-mono {
  font-family: "Courier New", monospace;
}

/* line 153, ../sass/_typography.scss */
.font-secondary {
  font-family: "Poppins", sans-serif;
}

/* line 154, ../sass/_typography.scss */
.font-tertiary {
  font-family: "Lato", sans-serif;
}

/* line 157, ../sass/_typography.scss */
.text-left {
  text-align: left;
}

/* line 158, ../sass/_typography.scss */
.text-center {
  text-align: center;
}

/* line 159, ../sass/_typography.scss */
.text-right {
  text-align: right;
}

/* line 162, ../sass/_typography.scss */
.text-upper {
  text-transform: uppercase;
  letter-spacing: 0.06em;
}

/* line 163, ../sass/_typography.scss */
.text-lower {
  text-transform: lowercase;
}

/* line 164, ../sass/_typography.scss */
.text-cap {
  text-transform: capitalize;
}

/* line 167, ../sass/_typography.scss */
.text-italic {
  font-style: italic;
}

/* line 168, ../sass/_typography.scss */
.text-normal {
  font-style: normal;
}

/* line 1, ../sass/_work.scss */
.l-wrap {
  max-width: 1284px;
  margin-right: auto;
  margin-left: auto;
  padding-left: 20px;
  padding-right: 20px;
}

/* line 9, ../sass/_work.scss */
.l-row {
  margin-left: -12px;
  margin-right: -12px;
}
/* line 2, ../sass/_mixin.scss */
.l-row:after {
  display: table;
  clear: both;
  content: '';
}

/* line 17, ../sass/_work.scss */
[class*="l-col-"] {
  width: 100%;
  float: left;
  padding-left: 12px;
  padding-right: 12px;
}

/* line 25, ../sass/_work.scss */
.l-col-sm-4 {
  width: 33.33333%;
}

/* line 26, ../sass/_work.scss */
.l-col-sm-6 {
  width: 50%;
}

/* line 27, ../sass/_work.scss */
.l-col-sm-12 {
  width: 100%;
}

@media (min-width: 768px) {
  /* line 31, ../sass/_work.scss */
  .l-col-2 {
    width: 16.66667%;
  }

  /* line 32, ../sass/_work.scss */
  .l-col-3 {
    width: 25%;
  }

  /* line 33, ../sass/_work.scss */
  .l-col-4 {
    width: 33.33333%;
  }

  /* line 34, ../sass/_work.scss */
  .l-col-6 {
    width: 50%;
  }

  /* line 35, ../sass/_work.scss */
  .l-col-8 {
    width: 66.66667%;
  }
}
@media (min-width: 1024px) {
  /* line 40, ../sass/_work.scss */
  .l-col-lg-2 {
    width: 16.66667%;
  }

  /* line 41, ../sass/_work.scss */
  .l-col-lg-3 {
    width: 25%;
  }

  /* line 42, ../sass/_work.scss */
  .l-col-lg-4 {
    width: 33.33333%;
  }

  /* line 43, ../sass/_work.scss */
  .l-col-lg-6 {
    width: 50%;
  }

  /* line 44, ../sass/_work.scss */
  .l-col-lg-8 {
    width: 66.66667%;
  }
}
@media (min-width: 1440px) {
  /* line 49, ../sass/_work.scss */
  .l-col-xl-2 {
    width: 16.66667%;
  }

  /* line 50, ../sass/_work.scss */
  .l-col-xl-3 {
    width: 25%;
  }

  /* line 51, ../sass/_work.scss */
  .l-col-xl-4 {
    width: 33.33333%;
  }

  /* line 52, ../sass/_work.scss */
  .l-col-xl-6 {
    width: 50%;
  }

  /* line 53, ../sass/_work.scss */
  .l-col-xl-8 {
    width: 66.66667%;
  }
}
