:root {
  --grey: #e8e8e8;
  --blue: #0673b5;
  --white: white;
  --black: black;
}

body {
  color: #333;
  font-family: Rucksack Webfont, sans-serif;
  font-size: 14px;
  line-height: 20px;
}

h2 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 32px;
  font-weight: bold;
  line-height: 36px;
}

a {
  color: #000;
  font-family: Rucksack Demi Webfont, sans-serif;
  text-decoration: none;
}

a.w--current {
  color: #00000087;
}

.aros-header {
  object-fit: cover;
  width: 100%;
  height: 75vh;
}

.centered-logo {
  justify-content: center;
  align-items: center;
  display: flex;
}

.centered-logo.absolute {
  margin-top: 20px;
  position: absolute;
  inset: 0% 0% auto;
}

.aros-logo-white {
  width: 15rem;
}

.center-center {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  margin-bottom: 40px;
  display: flex;
}

.center-center._25vh {
  background-color: var(--grey);
  height: 25vh;
  padding-left: 20px;
  padding-right: 20px;
}

.center-center.this {
  margin-top: 40px;
}

.center-center.nono {
  margin-bottom: 0;
}

._30px {
  font-family: Franklingothicurwcom Boo, sans-serif;
  font-size: 30px;
  line-height: 1;
}

._30px.centered {
  text-align: center;
}

.max-w65 {
  text-align: center;
  max-width: 56rem;
}

.div-block {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  max-width: 65rem;
  margin-left: auto;
  margin-right: auto;
  display: grid;
}

.div-block.four {
  grid-template-columns: 1fr 1fr;
}

.div-block.none {
  flex-flow: column;
  justify-content: flex-end;
  align-items: center;
  display: flex;
}

.spacer, .spacer.half {
  padding-top: 2.5rem;
}

.image {
  aspect-ratio: 3 / 2;
  object-fit: cover;
  width: 100%;
}

.div-block-2 {
  padding-left: 20px;
  padding-right: 20px;
}

.div-block-2.grey {
  background-color: #e8e8e8;
}

.allcaps {
  text-align: center;
  font-family: Franklingothicurwcom Boo, sans-serif;
  font-size: 30px;
  line-height: 1;
  position: absolute;
  inset: auto;
}

.allcaps.no {
  position: relative;
}

.relative {
  color: #fff;
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
}

.blue {
  color: #0673b5;
}

.paragraph {
  text-align: center;
}

.paragraph.blue.nb {
  text-align: left;
  font-weight: 500;
}

.paragraph-2 {
  text-align: center;
}

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

.button {
  background-color: var(--blue);
  padding: 15px 35px;
}

.div-block-4 {
  grid-column-gap: 20px;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.slider {
  background-color: #ddd0;
  max-width: 65rem;
  height: 100%;
  margin-left: auto;
  margin-right: auto;
}

.slide-nav {
  display: none;
}

.slide {
  height: 100%;
}

.mask {
  height: 6rem;
}

.image-2 {
  width: 100px;
}

.text-span {
  color: #0573b5;
  font-family: Rucksack Demi Webfont, sans-serif;
  font-weight: 400;
}

.icon, .right-arrow, .left-arrow {
  display: none;
}

.footer.grey {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  background-color: #e8e8e8;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  padding-top: 40px;
  padding-bottom: 40px;
}

.div-block-5 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  max-width: 70rem;
  margin-left: auto;
  margin-right: auto;
  display: grid;
}

.text-block-small {
  text-align: right;
  font-size: 10px;
  line-height: 1;
}

.horizontal-align {
  grid-column-gap: 5px;
  flex-flow: row;
  justify-content: flex-end;
  align-items: stretch;
  margin-top: 10px;
  display: flex;
}

.small-indent {
  border-right: 1px solid #000;
  width: 1px;
}

.div-block-6 {
  max-width: 41rem;
}

.section.grey {
  background-color: var(--grey);
}

.two-grid {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  max-width: 65rem;
  margin-left: auto;
  margin-right: auto;
  display: grid;
}

._20px-spacer {
  padding-top: 1.25rem;
}

.code-embed {
  max-width: 65rem;
  margin-left: auto;
  margin-right: auto;
  padding-top: 40px;
  padding-left: 20px;
  padding-right: 20px;
}

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

._10px {
  font-size: 10px;
}

.div-block-7 {
  flex-flow: column;
  display: flex;
}

.split-block {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  max-width: 65rem;
  margin-bottom: 20px;
  margin-left: auto;
  margin-right: auto;
  display: grid;
}

.riche h2 {
  color: var(--blue);
  font-size: 1.375rem;
}

@media screen and (max-width: 991px) {
  .footer.grey {
    padding-left: 20px;
    padding-right: 20px;
  }

  .two-grid {
    grid-template-columns: 1fr;
    padding-left: 20px;
    padding-right: 20px;
  }
}

@media screen and (max-width: 767px) {
  .div-block {
    grid-template-columns: 1fr;
  }

  .div-block.four {
    text-align: center;
    grid-template-columns: 1fr;
  }

  .div-block-4 {
    grid-row-gap: 20px;
    flex-flow: column;
    justify-content: flex-start;
    align-items: center;
  }

  .footer.grey {
    padding-left: 20px;
    padding-right: 20px;
  }

  .div-block-5 {
    grid-template-columns: 1fr;
  }

  .text-block-small {
    text-align: left;
  }

  .horizontal-align {
    justify-content: flex-start;
    align-items: stretch;
  }

  .div-block-6 {
    text-align: left;
  }

  .section.grey.wpad, .div-block-8 {
    padding-left: 20px;
    padding-right: 20px;
  }
}

@media screen and (max-width: 479px) {
  .center-center._25vh {
    height: 20rem;
    padding-top: 20px;
  }

  .slide {
    margin-top: auto;
    margin-bottom: auto;
  }

  .mask {
    height: auto;
  }

  .section.grey.wpad {
    padding-left: 20px;
    padding-right: 20px;
  }

  .split-block {
    grid-template-columns: 1fr 1fr;
  }
}

#w-node-a0758676-a26c-a370-9a4a-21232b897d2a-04fc107a {
  place-self: end;
}

#w-node-c6707a92-6ae6-a834-3a6e-60d42f131016-04fc107a {
  place-self: center start;
}

#w-node-_57265923-2261-77fd-bc25-23bd9814b0eb-04fc107a {
  justify-self: end;
}

#w-node-_0dc38365-0e48-73cf-7f29-83be4ac122fb-1368889b {
  place-self: center start;
}

#w-node-e827e0c8-ad67-39d9-06b6-4a78d7cb8880-1368889b {
  justify-self: end;
}

#w-node-_70800c5e-4b76-2f08-6c45-c96cefdbfbd4-725e234a, #w-node-da53eb03-8bc9-be07-085e-c5dd0ef8b3d6-725e234a, #w-node-_64427481-c879-51c8-8f37-2d5ab2b46823-725e234a, #w-node-_407cf377-5e17-f9d2-f5b1-f24ec2f5cfb1-725e234a, #w-node-_66915031-1410-9d60-3447-6c043550b996-725e234a, #w-node-b7adcf03-10f9-ba71-ab05-2b50f385328d-725e234a, #w-node-_6cad6ccc-bae6-ff52-880d-c05d08ea8cb5-725e234a, #w-node-_7ab21972-0679-ce49-4301-0791ac065197-725e234a, #w-node-_2c3afcb2-bf50-72f6-df93-a8bcc097ed69-725e234a, #w-node-_0cb98523-c2c7-33a4-24c8-d3dcc459a16b-725e234a, #w-node-_6dcd861b-6a75-72ca-20fe-a3fd29e91080-725e234a, #w-node-_26da1844-333d-0e67-3a75-bf7775229fe2-725e234a, #w-node-d5c63567-0793-6be9-50bf-9cda969093da-725e234a {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_10e202b2-5e6a-8b12-8fa0-908d1ce09c49-725e234a {
  place-self: center start;
}

#w-node-_10e202b2-5e6a-8b12-8fa0-908d1ce09c4a-725e234a {
  justify-self: end;
}

#w-node-_70800c5e-4b76-2f08-6c45-c96cefdbfbd4-c699e044, #w-node-_3e2cf1b0-0f83-5050-2766-92d01050f3f0-c699e044, #w-node-_64427481-c879-51c8-8f37-2d5ab2b46823-c699e044, #w-node-_407cf377-5e17-f9d2-f5b1-f24ec2f5cfb1-c699e044, #w-node-_66915031-1410-9d60-3447-6c043550b996-c699e044 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_10e202b2-5e6a-8b12-8fa0-908d1ce09c49-c699e044 {
  place-self: center start;
}

#w-node-_10e202b2-5e6a-8b12-8fa0-908d1ce09c4a-c699e044 {
  justify-self: end;
}

@media screen and (max-width: 767px) {
  #w-node-a0758676-a26c-a370-9a4a-21232b897d2a-04fc107a {
    place-self: center;
  }
}


@font-face {
  font-family: 'Franklingothicurwcom Boo';
  src: url('../fonts/FranklinGothicURWCom-Boo.woff2') format('woff2'), url('../fonts/FranklinGothicURWCom-Boo.woff') format('woff');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Rucksack Demi Webfont';
  src: url('../fonts/rucksack-demi-webfont.woff') format('woff');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Rucksack Webfont';
  src: url('../fonts/rucksack-medium-webfont.woff') format('woff');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}