:root {
  --white: white;
  --black: black;
}

.w-layout-blockcontainer {
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.w-layout-vflex {
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.w-layout-grid {
  grid-row-gap: 16px;
  grid-column-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.w-layout-hflex {
  flex-direction: row;
  align-items: flex-start;
  display: flex;
}

@media screen and (max-width: 991px) {
  .w-layout-blockcontainer {
    max-width: 728px;
  }
}

@media screen and (max-width: 767px) {
  .w-layout-blockcontainer {
    max-width: none;
  }
}

.navbar {
  background-color: #fff;
  width: 100vw;
  position: sticky;
  top: 0;
  box-shadow: 0 2px 5px #0003;
}

.image {
  height: 75px;
}

.container {
  max-width: 85vw;
  padding-top: 20px;
  padding-bottom: 20px;
}

.nav-link {
  color: #002f8e;
  text-align: center;
  -webkit-text-stroke-width: .5px;
  font-family: Garet Book, sans-serif;
  font-size: 18px;
  line-height: 22px;
}

.nav-link:hover {
  color: red;
  -webkit-text-stroke-width: .7px;
  text-decoration: none;
}

.nav-link.w--current {
  color: red;
  -webkit-text-stroke-width: .7px;
}

.nav-menu {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  justify-content: center;
  align-items: center;
  margin-top: 5px;
  display: flex;
}

.button {
  text-align: center;
  background-color: #002f8e;
  padding: 15px 20px;
  font-family: Garet, sans-serif;
  font-size: 18px;
  line-height: 22px;
}

.button:hover {
  background-color: red;
}

.header {
  background-image: url('../images/Donna-Tramp_Header.jpg');
  background-position: 50% 0;
  background-repeat: repeat;
  background-size: cover;
  height: 100vh;
}

.container-2 {
  justify-content: flex-start;
  align-items: center;
  max-width: 85vw;
  height: 100vh;
  display: flex;
}

.heading {
  color: #fff;
  text-shadow: -2px 6px 11px #000f2d;
  margin-bottom: 20px;
  font-family: Garet, sans-serif;
  font-size: 77px;
  line-height: 75px;
}

.text-block {
  color: #fff;
  -webkit-text-stroke-width: 1px;
  text-shadow: -2px 6px 5px #000f2d;
  margin-bottom: 30px;
  font-family: Garet Book, sans-serif;
  font-size: 45px;
  line-height: 50px;
}

.flex-block {
  width: 35vw;
}

.button-2 {
  background-color: red;
  padding: 20px 30px;
  font-family: Garet, sans-serif;
  font-size: 25px;
  line-height: 25px;
}

.button-2:hover {
  color: red;
  background-color: #fff;
}

.whos-donna {
  background-color: #002f8e;
}

.whos-donna.gray {
  background-color: #e6e6e6;
}

.container-3 {
  flex-flow: column;
  justify-content: center;
  max-width: 85vw;
  padding-top: 40px;
  padding-bottom: 40px;
  display: block;
}

.container-3.smaller {
  max-width: 70vw;
}

.heading-2 {
  color: #fff;
  font-family: Garet, sans-serif;
  font-size: 65px;
  line-height: 70px;
  text-decoration: none;
}

.heading-2.blue {
  color: #002f8e;
  text-align: center;
  margin-top: 40px;
}

.heading-2.blue.left {
  text-align: left;
}

.heading-2.blue.token {
  margin-top: 10px;
  margin-bottom: 20px;
  font-size: 50px;
}

.heading-2.red {
  color: red;
  text-align: center;
  margin-top: 40px;
}

.text-block-2 {
  color: #fff;
  -webkit-text-stroke-width: 1px;
  padding-top: 30px;
  padding-bottom: 30px;
  font-family: Garet Book, sans-serif;
  font-size: 35px;
  line-height: 40px;
}

.paragraph {
  color: #fff;
  -webkit-text-stroke-width: .5px;
  margin-bottom: 0;
  font-family: Garet Book, sans-serif;
  font-size: 22px;
  line-height: 27px;
}

.paragraph.black {
  color: #000;
  -webkit-text-stroke-width: .2px;
}

.paragraph.black.center {
  text-align: center;
  margin-top: 20px;
  margin-bottom: 10px;
}

.image-2 {
  max-width: 65vh;
}

.column {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.column-2 {
  flex-flow: column;
  justify-content: center;
  height: 60vh;
  max-height: 65vh;
  display: flex;
}

.bold {
  -webkit-text-stroke-width: 0px;
  font-family: Garet, sans-serif;
}

.div-block {
  background-color: red;
  width: 700px;
  max-width: none;
  height: 5px;
}

.heading-3 {
  color: red;
  text-align: center;
  font-family: Garet, sans-serif;
  font-size: 45px;
}

.columns {
  display: flex;
}

.flex-block-2 {
  justify-content: flex-start;
  align-items: center;
  margin-top: 20px;
  margin-bottom: 60px;
}

.heading-4 {
  color: #002f8e;
  text-align: center;
  margin-top: 0;
  font-family: Garet, sans-serif;
  font-size: 110px;
  line-height: 85px;
}

.heading-4.token {
  margin-top: 40px;
  margin-bottom: 40px;
  font-size: 100px;
}

.column-3 {
  justify-content: flex-start;
  display: flex;
}

.div-block-2 {
  background-color: #002f8e;
  width: 100%;
  max-width: 100%;
  height: 4px;
}

.text-block-3 {
  color: #002f8e;
  -webkit-text-stroke-width: 1px;
  margin-top: 30px;
  margin-bottom: 30px;
  padding-top: 0;
  font-family: Garet Book, sans-serif;
  font-size: 35px;
  line-height: 40px;
}

.container4 {
  max-width: 70vw;
  margin-bottom: 0;
  padding-top: 20px;
  padding-bottom: 60px;
}

.column-4 {
  padding-left: 15px;
  padding-right: 20px;
}

.flex-block-3 {
  justify-content: center;
  align-items: flex-start;
  height: 45vh;
}

.why-donna {
  background-color: red;
}

.image-3 {
  max-width: 30vw;
  margin-bottom: 20px;
}

.flex-block-4 {
  margin-top: 80px;
  margin-bottom: 50px;
}

.image-4 {
  vertical-align: middle;
  height: 40px;
}

.flex-block-5 {
  grid-column-gap: 19px;
  grid-row-gap: 19px;
  justify-content: flex-start;
  align-items: center;
  margin-top: 10px;
  margin-bottom: 30px;
}

.container5 {
  max-width: 50vw;
  padding-top: 40px;
  padding-bottom: 40px;
}

.flex-block-6 {
  align-items: center;
  width: 50vw;
  max-width: 50vw;
  margin-top: 20px;
}

.button-3 {
  color: #fff;
  text-align: center;
  background-color: #002f8e;
  padding: 20px 30px;
  font-family: Garet, sans-serif;
  font-size: 25px;
  line-height: 30px;
}

.button-3:hover {
  color: #002f8e;
  background-color: #fff;
}

.button-3.blue-button {
  text-align: center;
  width: 450px;
}

.button-3.blue-button:hover {
  border: 3px solid #002f8e;
}

.button-3.red-buttton {
  background-color: red;
  width: 450px;
}

.button-3.red-buttton:hover {
  color: red;
  background-color: #fff;
  border: 3px solid red;
  border-radius: 2px;
}

.button-3.red-buttton.inverted {
  color: red;
  background-color: #fff;
  border: 3px solid red;
  width: auto;
  margin-top: 40px;
}

.button-3.red-buttton.inverted:hover {
  color: #fff;
  background-color: red;
}

.policies {
  background-color: #f2f2f2;
}

.grid {
  grid-column-gap: 60px;
  grid-row-gap: 60px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  justify-items: center;
  margin-bottom: 40px;
}

.image-5 {
  z-index: 3;
  max-width: 7vw;
  position: relative;
  bottom: -33px;
}

.text-block-4 {
  color: #002f8e;
  text-align: center;
  font-family: Garet, sans-serif;
  font-size: 30px;
  line-height: 35px;
}

.flex-block-7 {
  justify-content: flex-start;
  align-items: center;
}

.flex-block-8 {
  border: 3px solid #002f8e;
  justify-content: flex-start;
  align-items: center;
  height: auto;
  max-height: 600px;
  padding: 80px 40px 20px;
}

.columns-2 {
  margin-top: 60px;
  display: flex;
}

.column-5 {
  justify-content: center;
  padding-left: 20px;
  padding-right: 20px;
  display: flex;
}

.text-block-5 {
  color: #002f8e;
  text-align: right;
  width: 113.15px;
  font-family: Garet, sans-serif;
  font-size: 50px;
  line-height: 50px;
}

.text-block-6 {
  color: #002f8e;
  -webkit-text-stroke-width: .5px;
  font-family: Garet Book, sans-serif;
  font-size: 50px;
  line-height: 50px;
}

.flex-block-9 {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  margin-bottom: 40px;
}

.column-6 {
  flex-flow: column;
  justify-content: center;
  padding-left: 60px;
  display: flex;
}

.text-block-7 {
  color: #000;
  text-align: center;
  margin-top: 40px;
  margin-bottom: 30px;
  padding-top: 0;
  font-family: Garet Book, sans-serif;
  font-size: 35px;
  line-height: 35px;
}

.flex-block-10 {
  margin-top: 20px;
}

.text-red {
  color: red;
  -webkit-text-stroke-width: .5px;
}

.image-6 {
  max-width: 85%;
}

.flex-block-11 {
  grid-column-gap: 80px;
  grid-row-gap: 80px;
  justify-content: center;
  align-items: flex-start;
  margin-top: 60px;
  padding-top: 0;
}

.div-block-3 {
  border: 0 solid #002f8e;
  border-top: 5px dashed #002f8e;
  margin-top: 80px;
}

.column-7 {
  padding-left: 20px;
  padding-right: 20px;
}

.column-8 {
  margin-bottom: 40px;
  padding-left: 60px;
}

.columns-3 {
  margin-top: 20px;
}

.footer {
  background-color: #002f8e;
}

.text-block-8 {
  color: #fff;
  font-family: Garet, sans-serif;
  font-size: 18px;
}

.text-block-9 {
  color: #fff;
  -webkit-text-stroke-width: .5px;
  margin-top: 5px;
  font-family: Garet Book, sans-serif;
}

.flex-block-12 {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  justify-content: flex-end;
  align-items: flex-start;
}

.image-7 {
  height: 50px;
}

.image-8 {
  max-width: 50vw;
}

.image-9 {
  max-width: 22vw;
}

.section {
  background-color: #002f8e;
}

.section-2 {
  background-color: #e6e6e6;
}

.flex-block-14 {
  grid-column-gap: 50px;
  grid-row-gap: 50px;
  justify-content: center;
  align-items: center;
}

.flex-block-15 {
  max-width: none;
}

.grid-2 {
  grid-template-rows: auto;
  justify-items: stretch;
}

.container-4 {
  justify-content: center;
  align-items: flex-start;
  max-width: 85vw;
  padding-top: 40px;
  padding-bottom: 40px;
  display: flex;
}

.div-block-4 {
  justify-content: center;
  display: flex;
}

.div-block-5 {
  flex-flow: column;
  justify-content: center;
  display: flex;
}

.image-10 {
  max-width: 65vw;
}

.grid-3 {
  grid-template-rows: auto;
}

.div-block-6 {
  justify-content: center;
  display: flex;
}

.grid-4 {
  grid-template-rows: auto;
  margin-top: 40px;
}

.div-block-7 {
  justify-content: center;
  display: flex;
}

.flex-block-17 {
  justify-content: center;
  align-items: flex-start;
  padding-top: 20px;
}

.grid-5 {
  grid-column-gap: 25px;
  grid-row-gap: 25px;
  grid-template-rows: auto;
  grid-template-columns: .5fr .75fr;
  margin-bottom: 30px;
}

.div-block-8 {
  justify-content: center;
  align-items: flex-start;
  display: flex;
}

.text-block-10 {
  text-align: center;
  flex-flow: column;
  margin-top: 60px;
  font-family: Garet Book, sans-serif;
  font-size: 18px;
  line-height: 35px;
  display: flex;
}

@media screen and (min-width: 1440px) {
  .flex-block-6 {
    width: 50vw;
    max-width: 50vw;
  }

  .text-block-10 {
    text-align: center;
    flex-flow: column;
    margin-top: 60px;
    font-family: Garet Book, sans-serif;
    font-size: 18px;
    line-height: 35px;
    display: flex;
  }
}

@media screen and (max-width: 991px) {
  .container {
    max-width: 90vw;
  }

  .nav-menu {
    background-color: #fff;
    margin-top: 0;
    padding-bottom: 20px;
    box-shadow: 0 3px 3px #0003;
  }

  .container-2 {
    justify-content: center;
    align-items: flex-end;
    max-width: 90vw;
    padding-bottom: 100px;
  }

  .heading {
    text-align: center;
    font-size: 75px;
  }

  .text-block {
    text-align: center;
  }

  .flex-block {
    justify-content: center;
    align-items: center;
    width: 80vw;
  }

  .container-3 {
    max-width: 80vw;
  }

  .container-3.smaller {
    max-width: 75vw;
  }

  .heading-2 {
    text-align: center;
    width: 630px;
  }

  .heading-2.blue {
    width: 80vw;
  }

  .heading-2.blue.left {
    text-align: center;
    width: 600px;
    font-size: 60px;
  }

  .text-block-2, .paragraph {
    text-align: center;
    width: 630px;
  }

  .paragraph.black {
    width: 600px;
  }

  .paragraph.black.center {
    width: 450px;
  }

  .paragraph.left {
    text-align: left;
  }

  .image-2 {
    max-width: 600px;
    margin-top: 50px;
    margin-bottom: 30px;
    margin-left: 55px;
  }

  .column {
    align-items: stretch;
    display: block;
  }

  .column-2 {
    height: auto;
    max-height: none;
  }

  .div-block {
    width: 630px;
  }

  .columns {
    flex-flow: column;
  }

  .heading-4 {
    text-align: center;
    margin-top: 0;
    margin-bottom: 0;
    line-height: 95px;
  }

  .column-3 {
    display: block;
  }

  .div-block-2 {
    display: none;
  }

  .text-block-3 {
    text-align: center;
    width: 600px;
  }

  .container4 {
    max-width: 90vw;
  }

  .column-4 {
    display: flex;
  }

  .image-3 {
    max-width: 55vw;
    margin-bottom: 10px;
  }

  .flex-block-4 {
    justify-content: flex-start;
    align-items: center;
  }

  .container5 {
    max-width: 80vw;
    padding-top: 20px;
  }

  .flex-block-6 {
    width: 50vw;
    max-width: 50vw;
  }

  .button-3.red-buttton.inverted {
    width: 550px;
    margin-left: 0;
  }

  .grid {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    grid-template-rows: auto auto auto;
    grid-template-columns: .25fr;
    grid-auto-flow: row;
    width: 80vw;
    margin-top: 10px;
  }

  .image-5 {
    max-width: 15vw;
  }

  .text-block-4 {
    margin-bottom: 20px;
  }

  .flex-block-7 {
    width: 80vw;
  }

  .flex-block-8 {
    width: 70vw;
    height: 380px;
  }

  .columns-2 {
    flex-flow: column;
  }

  .column-5 {
    height: 500px;
    display: block;
  }

  .flex-block-9 {
    width: 70vw;
  }

  .text-block-7 {
    font-size: 23px;
  }

  .flex-block-10 {
    width: 80vw;
    margin-top: 40px;
  }

  .image-6 {
    max-width: none;
    height: 420px;
    margin-left: 0;
  }

  .flex-block-11 {
    margin-top: 40px;
  }

  .column-8 {
    flex-flow: column;
    padding-left: 0;
    display: flex;
  }

  .columns-3 {
    flex-flow: column;
    display: flex;
  }

  .menu-button, .menu-button.w--open {
    background-color: #fff;
  }

  .icon {
    -webkit-text-fill-color: transparent;
    background-color: #002f8e;
    -webkit-background-clip: text;
    background-clip: text;
  }

  .columns-4 {
    flex-flow: column;
    justify-content: flex-start;
    align-items: stretch;
    display: flex;
  }

  .image-8 {
    max-width: 80vw;
    margin-bottom: 0;
    margin-left: 0;
  }

  .image-9 {
    width: 65vw;
    max-width: none;
    margin-left: 0;
  }

  .grid-2 {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
  }

  .container-4 {
    max-width: 90vw;
  }

  .div-block-4 {
    margin-bottom: 20px;
  }

  .grid-3 {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
  }

  .div-block-6 {
    flex-flow: row;
    justify-content: center;
    align-items: center;
  }

  .flex-block-16 {
    justify-content: flex-start;
    align-items: center;
  }

  .grid-4 {
    grid-column-gap: 35px;
    grid-row-gap: 35px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
  }

  .flex-block-17 {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    justify-content: flex-start;
    align-items: center;
  }

  .flex-block-18 {
    width: 80vw;
  }

  .grid-5 {
    grid-template-rows: auto auto;
    grid-template-columns: .5fr;
  }

  .flex-block-19 {
    justify-content: flex-start;
    align-items: center;
  }
}

@media screen and (max-width: 767px) {
  .container {
    max-width: 90vw;
  }

  .container-2 {
    max-width: 90vw;
    padding-bottom: 60px;
  }

  .text-block {
    font-size: 40px;
    line-height: 45px;
  }

  .button-2 {
    font-size: 22px;
  }

  .container-3 {
    justify-content: flex-start;
    align-items: center;
    max-width: 90vw;
    display: flex;
  }

  .container-3.smaller {
    max-width: 90vw;
  }

  .heading-2 {
    width: 90vw;
    font-size: 60px;
    line-height: 65px;
  }

  .heading-2.blue.left {
    width: 90vw;
    margin-top: 60px;
    font-size: 55px;
    line-height: 60px;
  }

  .text-block-2 {
    width: 90vw;
    font-size: 30px;
    line-height: 35px;
  }

  .paragraph, .paragraph.black {
    width: 90vw;
  }

  .paragraph.black.center {
    width: 400px;
  }

  .image-2 {
    width: 80vw;
    max-width: none;
    margin-left: 30px;
  }

  .column, .column-2 {
    padding-left: 0;
  }

  .div-block {
    width: 90vw;
  }

  .flex-block-2 {
    margin-bottom: 40px;
  }

  .heading-4 {
    font-size: 90px;
    line-height: 80px;
  }

  .column-3 {
    padding-left: 0;
  }

  .text-block-3 {
    width: 90vw;
  }

  .container4 {
    flex-flow: column;
    max-width: 90vw;
    padding-bottom: 80px;
    display: flex;
  }

  .column-4 {
    padding-left: 0;
  }

  .image-3 {
    max-width: 70vw;
  }

  .flex-block-5 {
    width: 90vw;
  }

  .container5 {
    max-width: 90vw;
  }

  .flex-block-6 {
    width: 90vw;
    max-width: 90vw;
  }

  .button-3.red-buttton.inverted {
    width: 65vw;
    margin-left: 0;
    padding-left: 20px;
    padding-right: 20px;
  }

  .image-5 {
    max-width: 20vw;
  }

  .flex-block-8 {
    width: 80vw;
  }

  .column-5 {
    padding-left: 0;
  }

  .text-block-5 {
    width: 100px;
    font-size: 45px;
  }

  .text-block-6 {
    font-size: 45px;
  }

  .column-6 {
    padding-left: 20px;
  }

  .text-block-7 {
    text-align: center;
    font-size: 19px;
  }

  .flex-block-10 {
    justify-content: flex-start;
    align-items: center;
    width: 90vw;
    margin-top: 10px;
  }

  .image-6 {
    margin-left: 0;
  }

  .flex-block-11 {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
    flex-flow: column;
  }

  .div-block-3 {
    width: 90vw;
  }

  .column-7 {
    justify-content: center;
    align-items: flex-start;
    display: flex;
  }

  .columns-3 {
    width: 90vw;
  }

  .text-block-8 {
    width: 180px;
  }

  .image-8 {
    margin-bottom: 10px;
    margin-left: 0;
  }

  .image-9 {
    margin-left: 0;
  }

  .columns-5 {
    width: 90vw;
    display: flex;
  }

  .flex-block-18 {
    justify-content: flex-start;
    align-items: center;
    width: 90vw;
  }

  .flex-block-19 {
    justify-content: flex-start;
    align-items: center;
  }
}

@media screen and (max-width: 479px) {
  .image {
    height: 65px;
  }

  .heading {
    font-size: 65px;
    line-height: 60px;
  }

  .text-block {
    font-size: 30px;
    line-height: 35px;
  }

  .button-2 {
    text-align: center;
    padding-left: 20px;
    padding-right: 20px;
    font-size: 18px;
    line-height: 22px;
  }

  .heading-2 {
    font-size: 50px;
    line-height: 55px;
  }

  .heading-2.blue.left, .heading-2.blue.token {
    font-size: 40px;
    line-height: 45px;
  }

  .heading-2.red {
    margin-top: 20px;
    margin-bottom: 0;
    font-size: 40px;
  }

  .text-block-2 {
    font-size: 25px;
    line-height: 30px;
  }

  .paragraph {
    font-size: 20px;
    line-height: 25px;
  }

  .paragraph.black {
    width: 90vw;
  }

  .paragraph.black.center {
    width: 200px;
  }

  .image-2 {
    width: 85vw;
    margin-left: 15px;
  }

  .heading-3 {
    font-size: 35px;
    line-height: 35px;
  }

  .heading-4 {
    font-size: 70px;
    line-height: 70px;
  }

  .heading-4.token {
    font-size: 80px;
  }

  .text-block-3 {
    width: 90vw;
    font-size: 25px;
    line-height: 30px;
  }

  .container4 {
    padding-bottom: 60px;
  }

  .image-3 {
    max-width: 80vw;
  }

  .flex-block-5 {
    width: 80vw;
  }

  .button-3 {
    padding-left: 20px;
    padding-right: 20px;
    font-size: 18px;
    line-height: 22px;
  }

  .button-3.blue-button, .button-3.red-buttton {
    width: 90vw;
  }

  .button-3.red-buttton.inverted {
    width: 80vw;
  }

  .image-5 {
    max-width: 30vw;
  }

  .flex-block-8 {
    height: 500px;
    padding-top: 60px;
  }

  .columns-2 {
    margin-top: 0;
  }

  .column-5 {
    height: 400px;
  }

  .text-block-5 {
    font-size: 40px;
    line-height: 40px;
  }

  .text-block-6 {
    font-size: 35px;
  }

  .flex-block-9 {
    grid-column-gap: 15px;
    grid-row-gap: 15px;
  }

  .text-block-7 {
    text-align: center;
    margin-top: 30px;
    margin-bottom: 20px;
    font-size: 11px;
    line-height: 20px;
  }

  .flex-block-10 {
    width: 90vw;
    margin-top: 0;
  }

  .image-6 {
    max-width: 90vw;
    height: 300px;
    margin-left: 0;
  }

  .flex-block-11 {
    margin-top: 20px;
  }

  .div-block-3 {
    margin-top: 60px;
  }

  .text-block-8, .text-block-9 {
    text-align: center;
  }

  .flex-block-12 {
    justify-content: center;
    align-items: flex-start;
    margin-top: 20px;
    margin-bottom: 0;
  }

  .image-8 {
    margin-top: -23px;
    margin-bottom: 0;
    margin-left: 0;
  }

  .image-9 {
    width: 70vw;
  }

  .columns-5 {
    flex-flow: column;
    justify-content: flex-start;
    align-items: center;
  }

  .flex-block-13 {
    justify-content: flex-start;
    align-items: center;
  }

  .grid-4 {
    margin-top: 20px;
  }

  .flex-block-17 {
    padding-top: 0;
  }

  .flex-block-18 {
    justify-content: flex-start;
    align-items: flex-start;
  }

  .grid-5 {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
  }
}


@font-face {
  font-family: 'Garet Book';
  src: url('../fonts/Garet-Book.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Garet';
  src: url('../fonts/Garet-Heavy.otf') format('opentype');
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}