:root {
  --relume-library-lite-rl-black: #fff;
  --relume-library-lite-rl-white: white;
}

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

.w-layout-layout {
  grid-row-gap: 20px;
  grid-column-gap: 20px;
  grid-auto-columns: 1fr;
  justify-content: center;
  padding: 20px;
}

.w-layout-cell {
  flex-direction: column;
  justify-content: flex-start;
  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;
}

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

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

.body {
  border-radius: 20px;
  font-family: Gill Sans, sans-serif;
}

.navbar {
  z-index: 2147483647;
  opacity: 1;
  -webkit-text-fill-color: inherit;
  background-color: #000;
  background-clip: border-box;
  justify-content: space-between;
  display: flex;
  position: -webkit-sticky;
  position: sticky;
  top: 0;
}

.button {
  opacity: 1;
  outline-offset: 0px;
  color: red;
  text-align: center;
  background-color: rgba(0, 0, 0, 0);
  border-radius: 20px;
  outline: 3px solid red;
  font-family: Archivo Black, sans-serif;
  font-weight: 700;
  text-decoration: none;
}

.button-2 {
  background-color: rgba(255, 255, 255, 0);
  padding-top: 20px;
  padding-bottom: 20px;
  font-family: Archivo Black, sans-serif;
  font-size: 15px;
}

.div-block {
  display: flex;
}

.redbutton {
  color: red;
  background-color: rgba(0, 0, 0, 0);
  font-family: Archivo Black, sans-serif;
  font-size: 15px;
}

.text-span {
  outline-offset: 0px;
  border: 1px solid rgba(0, 0, 0, 0);
  border-radius: 20px;
  outline: 2px solid red;
  margin-left: auto;
  margin-right: auto;
  padding: 10px 20px;
  display: block;
}

.div-block-2 {
  padding-top: 8px;
  padding-left: 10px;
}

.image {
  aspect-ratio: auto;
  object-fit: contain;
  position: absolute;
  top: 0;
  overflow: visible;
}

.div-block-3 {
  max-height: 1080px;
  position: static;
  top: 0;
}

.heading {
  color: red;
  text-align: center;
  border: 1px rgba(124, 33, 33, 0);
  margin: auto auto 64px;
  padding-top: 20px;
  font-family: Archivo Black, sans-serif;
}

.div-block-4 {
  background-color: #000;
  justify-content: space-between;
  display: flex;
}

.slide {
  margin-right: 0;
}

.heading-2 {
  justify-content: center;
  align-items: flex-end;
  display: flex;
}

.card {
  width: 100%;
  height: 100%;
  color: #b8b9c2;
  background-color: #3f4046;
  border-radius: 5px;
  margin-left: auto;
  margin-right: auto;
  overflow: hidden;
  box-shadow: 0 5px 2rem rgba(0, 0, 0, .3);
}

.section {
  background-color: #303136;
  justify-content: center;
  align-items: center;
  padding-top: 99px;
  padding-bottom: 99px;
  overflow: hidden;
}

.section.is_full {
  height: 100vh;
  padding-top: 0;
  padding-bottom: 0;
  display: flex;
}

.arrow-right {
  width: 50px;
  height: 50px;
  top: auto;
  bottom: 0%;
  left: auto;
  right: 0%;
}

.container {
  width: 90%;
  max-width: 1300px;
  margin-left: auto;
  margin-right: auto;
}

.carousel-slider._6 {
  right: -105%;
}

.carousel-slider._5 {
  right: -84%;
}

.carousel-slider._3 {
  right: -42%;
}

.carousel-slider._4 {
  right: -63%;
}

.carousel-slider._7 {
  right: -126%;
}

.carousel-slider._2 {
  right: -21%;
}

.carousel-slider._8 {
  right: -147%;
}

.carousel-mask {
  width: 40%;
  overflow: visible;
}

.carousel {
  width: 100vw;
  height: 400px;
  background-color: rgba(0, 0, 0, 0);
  justify-content: flex-end;
  align-items: center;
}

.carousel.is_contained {
  width: 100%;
  height: auto;
  justify-content: space-between;
  align-items: flex-start;
  padding-bottom: 75px;
}

.card-header {
  height: 200px;
  background-image: url('../images/david-lundgren-1677087-unsplash.jpg');
  background-position: 50% 30%;
  background-size: cover;
  align-items: stretch;
  display: block;
}

.arrow-left {
  width: 50px;
  height: 50px;
  top: auto;
  bottom: 0%;
  left: 0%;
  right: auto;
}

.btn {
  letter-spacing: 1px;
  text-transform: uppercase;
  background-color: #3862ec;
  border-radius: 5px;
  padding: 15px 25px;
  font-size: 1rem;
  transition: background-color .3s ease-out;
}

.btn:hover {
  background-color: #213ea0;
}

.card-body {
  height: 200%;
  padding: 30px;
}

.accordion {
  width: 10%;
  height: 100%;
  color: #fff;
  background-color: #636060;
  flex-direction: column;
  flex: none;
  justify-content: flex-end;
  align-items: flex-start;
  display: flex;
  position: relative;
  overflow: visible;
}

.accordion.active {
  width: 70%;
  background-color: rgba(99, 96, 96, 0);
}

.section-2 {
  width: 100%;
  height: 100%;
}

.spacer {
  width: 100%;
  height: 100px;
}

.numbers {
  z-index: 10;
  color: #fff;
  font-size: 40px;
  font-weight: 700;
  line-height: 100%;
  position: relative;
}

.flex-fix {
  flex: 1;
}

.vertical-text {
  z-index: 10;
  font-size: 20px;
  position: relative;
}

.accordions {
  width: 80%;
  height: 80vh;
  color: #fff;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  overflow: visible;
}

.accordion-header {
  z-index: 10;
  width: 8vw;
  height: 100%;
  opacity: 1;
  border-left: 1px solid #888585;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-top: 35px;
  padding-bottom: 35px;
  display: flex;
  position: relative;
}

.image-cover {
  width: 100vw;
  height: 100%;
  max-height: 80vh;
  max-width: 100vw;
  opacity: 1;
  object-fit: cover;
}

.image-container {
  z-index: -1;
  width: 100%;
  height: 87vh;
  align-items: flex-end;
  display: flex;
  position: absolute;
  overflow: hidden;
}

.accordion-label {
  color: #fff;
  letter-spacing: -3px;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 14vh;
  line-height: 120%;
  position: absolute;
  top: -1px;
  bottom: auto;
  left: 8vw;
}

.accordion-label.show-mvp {
  display: none;
}

.section-3 {
  justify-content: space-around;
  display: flex;
}

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

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

.columns {
  align-items: center;
  display: flex;
}

.column-2 {
  flex: 0 auto;
  order: 1;
  align-self: flex-end;
}

.slider {
  background-color: #fff;
}

.heading-3 {
  text-align: center;
  font-family: Archivo Black, sans-serif;
  font-size: 25px;
}

.paragraph {
  text-align: center;
  padding-left: 140px;
  padding-right: 140px;
  font-size: 15px;
  font-weight: 300;
}

.image-2 {
  margin-bottom: -18px;
  display: inline-block;
}

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

.div-block-5 {
  width: 2px;
  height: 480px;
  background-color: red;
  justify-content: center;
  margin-top: 20px;
  margin-bottom: 20px;
  margin-right: 10px;
  padding-right: 6px;
  display: flex;
}

.column-3 {
  display: flex;
}

.map {
  height: 600px;
  margin-top: -55px;
  padding-bottom: 0;
}

.html-embed {
  height: 600px;
  margin-top: -50px;
}

.div-block-6 {
  background-color: #000;
  justify-content: space-between;
  display: flex;
}

.image-3 {
  margin-top: -17px;
}

.paragraph-2 {
  color: #fff;
  text-align: center;
  align-items: baseline;
  padding-top: 10px;
  font-size: 10px;
  font-weight: 300;
  display: flex;
}

.div-block-7 {
  align-items: center;
  display: flex;
}

.section-5 {
  height: auto;
}

.slider-2 {
  height: 520px;
}

.container-2 {
  justify-content: space-between;
  display: flex;
}

.image-4 {
  margin-top: 13px;
  margin-left: 8px;
}

.navbar-2 {
  -webkit-text-stroke-color: rgba(0, 0, 0, 0);
  background-color: #000;
  padding-top: 0;
  padding-bottom: 0;
}

.nav-link {
  color: #fff;
  padding-top: 18px;
  font-family: Archivo Black, sans-serif;
}

.nav-link-2 {
  color: red;
  border: 3px #000;
  border-radius: 0;
  padding-top: 10px;
  padding-bottom: 10px;
}

.text-span-2 {
  outline-offset: 0px;
  border: 3px solid red;
  border-radius: 20px;
  outline: 3px red;
  margin-left: auto;
  margin-right: auto;
  padding: 5px 10px;
  font-family: Archivo Black, sans-serif;
  display: inline-block;
}

.nav-link-3 {
  color: #fff;
  padding-top: 22px;
  font-family: Archivo Black, sans-serif;
}

.nav-link-3.w--current {
  color: #fff;
}

.nav-link-4 {
  color: red;
  border: 3px red;
  border-radius: 20px;
  padding: 15px 15px 10px;
  font-family: Archivo Black, sans-serif;
}

.nav-link-4.w--current {
  color: red;
}

.navbar-3 {
  z-index: 2147483647;
  background-color: #000;
  border: 1px #000;
  position: -webkit-sticky;
  position: sticky;
  top: 0;
}

.text-span-4 {
  border: 3px solid red;
  border-radius: 20px;
  padding: 5px 15px;
  display: inline-block;
}

.slide-1 {
  height: 100vh;
  background-color: rgba(0, 0, 0, 0);
  background-image: linear-gradient(rgba(0, 0, 0, .5), rgba(0, 0, 0, .5)), url('../images/HeroImage.jpg');
  background-position: 0 0, 50%;
  background-repeat: repeat, repeat;
  background-size: auto, cover;
  background-attachment: scroll, fixed;
  padding-top: 180px;
  padding-right: 80px;
}

.slide-1.additionalslide {
  background-image: linear-gradient(rgba(0, 0, 0, .5), rgba(0, 0, 0, .5)), url('../images/SC-18-scaled.jpg');
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
}

.slide-1.additionalslide2 {
  background-image: linear-gradient(rgba(0, 0, 0, .5), rgba(0, 0, 0, .5)), url('../images/page3.jpg');
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
}

.slider-3 {
  height: 100vh;
}

.icon-2, .icon-3 {
  color: red;
}

.container-3 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  text-align: right;
  flex-direction: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-around;
  align-items: baseline;
  display: flex;
}

.heading-4 {
  color: #fff;
  text-align: right;
  text-shadow: 2px 5px 4px rgba(0, 0, 0, .68);
  mix-blend-mode: normal;
  flex-direction: column;
  justify-content: space-between;
  align-items: stretch;
  margin-top: 161px;
  margin-left: 876px;
  font-family: Archivo Black, sans-serif;
  font-weight: 400;
  display: flex;
}

.heading-4.twolineplacement {
  margin-top: 75px;
  margin-left: 335px;
}

.heading-4.onelineplacement {
  margin-top: 75px;
  margin-left: 451px;
}

.paragraph-3 {
  color: #fff;
  text-align: center;
  margin-left: 193px;
  margin-right: 193px;
  padding-top: 15px;
  padding-left: 0;
  font-size: 16px;
  font-weight: 300;
}

.paragraph-3.headerparagraph {
  text-align: right;
  margin-left: 380px;
  margin-right: 0;
  padding-top: 0;
}

.slide-2 {
  height: 80vh;
  max-height: 80vh;
  min-height: 60vh;
  background-color: #fff;
}

.section-6 {
  height: 80vh;
  max-height: 80vh;
  min-height: 80vh;
}

.container-4 {
  justify-content: center;
  margin-top: 70px;
  display: flex;
}

.image-5 {
  max-height: 100%;
  border: 3px solid red;
  border-radius: 20px;
  margin-top: 0;
  display: inline-block;
}

.image-5.imagesizeslider1 {
  margin-top: -55px;
}

.mask, .slider-4 {
  height: 80vh;
}

.heading-5 {
  text-align: center;
  margin-left: 200px;
  margin-right: 200px;
  font-family: Archivo Black, sans-serif;
}

.paragraph-4 {
  text-align: center;
  margin-left: 95px;
  margin-right: 95px;
  font-size: 16px;
  font-weight: 300;
}

.icon-4, .icon-5 {
  color: red;
}

.heading-6 {
  color: red;
  text-align: center;
  margin-top: 20px;
  font-family: Archivo Black, sans-serif;
  font-weight: 400;
}

.heading-6.whiteheader {
  color: #fff;
  margin-top: 0;
  padding-top: 0;
}

.offer1 {
  height: 80vh;
  background-color: #fff;
}

.offer2, .offer3, .offer4, .offer5 {
  background-color: #fff;
}

.heading-7, .heading-8, .heading-9, .heading-10 {
  font-family: Archivo Black, sans-serif;
  font-weight: 400;
}

.cell {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  background-color: rgba(255, 0, 0, 0);
  border-right: 5px solid red;
  flex-flow: column;
  padding-left: 0;
  padding-right: 0;
}

.grid-2 {
  grid-template-rows: auto;
  grid-template-columns: 1.25fr 2.5fr;
}

.container-5 {
  grid-column-gap: 355px;
  grid-row-gap: 355px;
  justify-content: space-around;
  display: flex;
}

.text-block {
  order: 0;
}

.rl_footer4_legal-link {
  color: var(--relume-library-lite-rl-black);
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Noto Sans, Ubuntu, Cantarell, Helvetica Neue, Oxygen, Fira Sans, Droid Sans, sans-serif;
  font-size: .875rem;
  font-weight: 400;
  line-height: 1.5;
  text-decoration: underline;
}

.rl_footer4_credit-text {
  color: var(--relume-library-lite-rl-black);
  font-family: Gill Sans, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.5;
}

.rl_footer4_bottom-wrapper {
  grid-column-gap: 1.5rem;
  grid-row-gap: 0rem;
  white-space: normal;
  grid-template-rows: auto;
  grid-template-columns: max-content;
  grid-auto-columns: max-content;
  grid-auto-flow: column;
  justify-content: center;
  display: grid;
}

.rl_footer4_spacing-block2 {
  width: 100%;
  padding-bottom: 2rem;
}

.rl_footer4_line-divider {
  width: 100%;
  height: 1px;
  background-color: var(--relume-library-lite-rl-black);
}

.rl_footer4_spacing-block1 {
  width: 100%;
  padding-bottom: 1.2rem;
}

.rl-social-icon {
  width: 1.5rem;
  height: 1.5rem;
}

.rl_footer4_social-link {
  color: var(--relume-library-lite-rl-black);
  align-items: center;
  text-decoration: none;
  display: flex;
}

.rl_footer4_social-list {
  grid-column-gap: .75rem;
  grid-row-gap: 0rem;
  white-space: normal;
  grid-template-rows: auto;
  grid-template-columns: max-content;
  grid-auto-columns: max-content;
  grid-auto-flow: column;
  align-items: start;
  justify-items: start;
  display: grid;
}

.rl_footer4_link {
  color: var(--relume-library-lite-rl-black);
  text-align: center;
  font-family: Archivo Black, sans-serif;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  text-decoration: none;
}

.rl_footer4_link-list {
  grid-column-gap: 1.5rem;
  grid-row-gap: 0px;
  white-space: normal;
  grid-template-rows: auto;
  grid-template-columns: max-content;
  grid-auto-columns: max-content;
  grid-auto-flow: column;
  justify-content: center;
  justify-items: start;
  display: grid;
}

.rl_footer4_logo {
  background-color: rgba(0, 0, 0, 0);
}

.rl_footer4_logo-link {
  padding-left: 0;
}

.rl_footer4_top-wrapper {
  grid-column-gap: 4vw;
  color: #fff;
  grid-template-rows: auto;
  grid-template-columns: .25fr 1fr .25fr;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.rl-padding-section-medium {
  padding-top: 3rem;
  padding-bottom: 3rem;
}

.rl-container-large {
  width: 100%;
  max-width: 80rem;
  margin-left: auto;
  margin-right: auto;
}

.rl-padding-global {
  background-color: #000;
  padding-left: 5%;
  padding-right: 5%;
}

.footer {
  background-color: var(--relume-library-lite-rl-white);
}

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

.section-7 {
  margin-bottom: 0;
}

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

.heading-11 {
  text-align: left;
  font-family: Archivo Black, sans-serif;
}

.container-6 {
  margin-top: 20px;
}

.paragraph-5 {
  text-align: center;
  font-family: Gill Sans, sans-serif;
}

.text-span-5 {
  color: red;
}

.section-8 {
  margin-bottom: 80px;
}

.paragraph-6 {
  color: red;
  font-family: Gill Sans, sans-serif;
}

.link {
  font-style: normal;
  text-decoration: none;
}

.paragraph-7, .paragraph-8 {
  font-family: Gill Sans, sans-serif;
}

.text-span-6 {
  color: red;
  text-decoration: none;
}

.link-2 {
  font-family: Gill Sans, sans-serif;
  text-decoration: none;
}

.paragraph-9 {
  font-family: Gill Sans, sans-serif;
}

.link-3, .link-4 {
  color: red;
  font-family: Gill Sans, sans-serif;
  text-decoration: none;
}

.heading-12 {
  text-align: center;
  font-family: Archivo Black, sans-serif;
}

.html-embed-2 {
  margin-bottom: 0;
  padding-bottom: 30px;
}

.paragraph-10, .paragraph-11, .paragraph-12, .paragraph-13, .paragraph-14 {
  font-size: 16px;
}

.section-9 {
  background-color: #000;
  padding-top: 36px;
  padding-bottom: 36px;
}

.container-7 {
  height: 80px;
}

.utility-page-wrap {
  width: 100vw;
  height: 100vh;
  max-height: 100%;
  max-width: 100%;
  justify-content: center;
  align-items: center;
  display: flex;
}

.utility-page-content {
  width: 260px;
  text-align: center;
  flex-direction: column;
  display: flex;
}

.utility-page-form {
  flex-direction: column;
  align-items: stretch;
  display: flex;
}

.container-8 {
  flex-direction: column;
  display: flex;
}

.container-10 {
  flex-direction: column;
  align-items: center;
  display: flex;
}

.image-6 {
  text-transform: capitalize;
  align-self: center;
  display: inline-block;
}

.linkstyle {
  color: red;
  border: 1px #000;
  text-decoration: none;
}

@media screen and (min-width: 1920px) {
  .section-6 {
    height: 80vh;
  }
}

@media screen and (max-width: 991px) {
  .accordions {
    display: none;
  }

  .accordion-label.show-mvp {
    padding-left: 24px;
    padding-right: 24px;
    display: block;
    position: relative;
    top: auto;
    bottom: auto;
    left: auto;
  }

  .image-4 {
    margin-top: 10px;
  }

  .nav-link-3 {
    color: #fff;
    justify-content: center;
    align-items: center;
    font-family: Archivo Black, sans-serif;
    display: flex;
  }

  .nav-menu {
    background-color: #000;
    justify-content: flex-start;
    align-items: flex-start;
    display: flex;
  }

  .nav-link-4 {
    color: red;
    justify-content: center;
    font-family: Archivo Black, sans-serif;
    display: flex;
  }

  .nav-link-5 {
    justify-content: center;
    display: flex;
  }

  .text-span-3 {
    border: 3px solid red;
    border-radius: 20px;
    padding: 5px 10px;
  }

  .icon {
    color: #fff;
    background-color: #000;
    border: 1px #000;
  }

  .menu-button, .menu-button.w--open, .navbar-3 {
    background-color: #000;
  }

  .heading-4 {
    margin-left: 236px;
  }

  .heading-4.twolineplacement {
    margin-left: 106px;
  }

  .heading-4.onelineplacement {
    margin-left: 227px;
  }

  .paragraph-3 {
    margin-left: 143px;
    margin-right: 143px;
  }

  .paragraph-3.headerparagraph {
    margin-left: 390px;
  }

  .section-6 {
    height: 85vh;
    max-height: 85vh;
    min-height: 0;
  }

  .image-5 {
    max-height: 80%;
    max-width: 80%;
  }

  .mask, .slider-4, .offer1 {
    height: 85vh;
  }

  .rl_footer4_spacing-block1 {
    padding-bottom: 4.5rem;
  }

  .rl_footer4_top-wrapper {
    grid-row-gap: 3rem;
    grid-template-columns: 1fr;
    justify-content: center;
    justify-items: center;
  }

  .rl-padding-section-medium {
    padding-top: 4.5rem;
    padding-bottom: 4.5rem;
  }

  .container-8 {
    flex-direction: column;
    align-items: center;
    display: flex;
  }
}

@media screen and (max-width: 767px) {
  .carousel-slider._6 {
    right: -45%;
  }

  .carousel-slider._5 {
    right: -36%;
  }

  .carousel-slider._3 {
    right: -18%;
  }

  .carousel-slider._4 {
    right: -27%;
  }

  .carousel-slider._7 {
    right: -54%;
  }

  .carousel-slider._2 {
    right: -9%;
  }

  .carousel-slider._8 {
    right: -63%;
  }

  .carousel-mask {
    width: 60%;
  }

  .image-4 {
    margin-top: 13px;
  }

  .heading-4 {
    margin-left: 108px;
    font-size: 30px;
    line-height: 38px;
  }

  .heading-4.onelineplacement {
    margin-top: 75px;
    margin-left: 82px;
  }

  .paragraph-3 {
    margin-left: 114px;
    font-size: 15px;
    line-height: 16px;
  }

  .paragraph-3.headerparagraph {
    margin-left: 186px;
  }

  .section-6 {
    height: 85vh;
    max-height: 85vh;
    min-height: 0;
  }

  .container-4 {
    margin-top: 100px;
  }

  .image-5 {
    max-height: 70%;
    max-width: 70%;
  }

  .mask, .slider-4 {
    height: 85vh;
  }

  .heading-5 {
    margin-left: 156px;
    margin-right: 156px;
  }

  .paragraph-4 {
    margin-left: 100px;
    margin-right: 100px;
    font-size: 15px;
    line-height: 16px;
  }

  .offer1 {
    height: 85vh;
  }

  .quick-stack {
    margin-left: 60px;
  }

  .rl_footer4_credit-text {
    margin-top: 1rem;
  }

  .rl_footer4_bottom-wrapper {
    grid-column-gap: 0rem;
    grid-row-gap: 1rem;
    grid-auto-flow: row;
    justify-items: center;
    display: flex;
  }

  .rl_footer4_spacing-block2 {
    padding-bottom: 1.5rem;
  }

  .rl_footer4_spacing-block1 {
    padding-bottom: 3rem;
  }

  .rl_footer4_link-list {
    grid-column-gap: 0px;
    grid-row-gap: 1.5rem;
    grid-auto-flow: row;
    justify-items: center;
  }

  .rl-padding-section-medium {
    padding-top: 3rem;
    padding-bottom: 3rem;
  }

  .container-6 {
    margin-left: 27px;
    margin-right: 27px;
  }

  .container-8 {
    flex-direction: column;
    align-items: center;
    display: flex;
  }
}

@media screen and (max-width: 479px) {
  .carousel-slider {
    padding-left: 10px;
    padding-right: 10px;
  }

  .carousel-slider._6, .carousel-slider._5, .carousel-slider._3, .carousel-slider._4, .carousel-slider._7, .carousel-slider._2, .carousel-slider._8 {
    right: 0%;
  }

  .carousel-mask {
    width: 100%;
  }

  .card-body {
    padding: 20px;
  }

  .accordion-label.show-mvp {
    font-size: 60px;
  }

  .image-4 {
    margin-top: 10px;
  }

  .slide-1, .slider-3 {
    height: 70vh;
  }

  .heading-4 {
    text-align: right;
    margin-left: 57px;
    font-size: 15px;
    line-height: 17px;
  }

  .heading-4.twolineplacement {
    margin-top: -20px;
    margin-left: 40px;
    font-size: 20px;
    line-height: 20px;
  }

  .heading-4.onelineplacement {
    margin-top: -20px;
    margin-left: 63px;
    font-size: 20px;
  }

  .paragraph-3 {
    text-align: center;
    margin-left: 12px;
    margin-right: 12px;
    font-size: 14px;
    line-height: 15px;
  }

  .paragraph-3.headerparagraph {
    margin-left: 67px;
  }

  .section-6 {
    height: 70vh;
    min-height: 50vh;
  }

  .image-5 {
    max-height: 80%;
    max-width: 80%;
    margin-top: -71px;
  }

  .image-5.imagesizeslider1 {
    max-height: 70%;
    max-width: 70%;
    margin-top: -101px;
  }

  .mask {
    height: 80vh;
  }

  .slider-4 {
    height: 70vh;
  }

  .heading-5 {
    width: 200px;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin-left: 60px;
    margin-right: 60px;
    font-weight: 400;
    display: block;
  }

  .paragraph-4 {
    width: 250px;
    flex: 0 auto;
    order: 0;
    align-self: auto;
    margin: 15px 35px 10px;
    font-size: 13px;
    line-height: 15px;
  }

  .icon-4 {
    margin-top: 159px;
  }

  .icon-5 {
    margin-top: 160px;
  }

  .heading-6 {
    margin-top: 20px;
  }

  .offer1 {
    height: 70vh;
  }

  .quick-stack {
    margin-left: -28px;
  }

  .rl_footer4_credit-text {
    font-size: 12px;
  }

  .rl_footer4_bottom-wrapper {
    display: flex;
  }

  .rl_footer4_top-wrapper {
    grid-column-gap: 4vw;
    grid-row-gap: 3rem;
    grid-template-rows: auto;
    grid-template-columns: 1fr;
    grid-auto-columns: 1fr;
    padding-bottom: 0;
    display: grid;
  }

  .container-7, .container-8 {
    flex-direction: column;
    align-items: center;
    display: flex;
  }

  .container-9 {
    flex-direction: column;
    display: flex;
  }
}

#w-node-_2d21397b-7f40-4cbf-1cea-9ba0c70abc5e-16870cc2 {
  grid-template-rows: auto;
  grid-template-columns: .25fr 2fr;
}

#w-node-bd989a91-56aa-5135-3a27-8f7b8703e61e-16870cc2, #w-node-e2bb604f-549c-38e1-8421-63c0137fb1dd-16870cc2 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_135d4d32-09b6-eec0-b5a3-76700929d755-16870cc2 {
  justify-self: start;
}

#w-node-_135d4d32-09b6-eec0-b5a3-76700929d75e-16870cc2 {
  align-self: auto;
  justify-self: auto;
}

#w-node-e01c10f6-643e-967b-af9a-e7fd547d2ce4-6762fe1e {
  justify-self: start;
}

#w-node-e01c10f6-643e-967b-af9a-e7fd547d2ce7-6762fe1e {
  align-self: auto;
  justify-self: auto;
}

#w-node-_59155595-9a7a-7fc9-f69e-b461c1400f7f-a5ea1011 {
  justify-self: start;
}

#w-node-_59155595-9a7a-7fc9-f69e-b461c1400f82-a5ea1011 {
  align-self: auto;
  justify-self: auto;
}

@media screen and (max-width: 991px) {
  #w-node-_135d4d32-09b6-eec0-b5a3-76700929d755-16870cc2, #w-node-e01c10f6-643e-967b-af9a-e7fd547d2ce4-6762fe1e, #w-node-_59155595-9a7a-7fc9-f69e-b461c1400f7f-a5ea1011 {
    justify-self: center;
  }
}

@media screen and (max-width: 767px) {
  #w-node-_135d4d32-09b6-eec0-b5a3-76700929d771-16870cc2, #w-node-e01c10f6-643e-967b-af9a-e7fd547d2ced-6762fe1e, #w-node-_59155595-9a7a-7fc9-f69e-b461c1400f88-a5ea1011 {
    grid-area: 4 / 1 / 5 / 2;
  }
}

@media screen and (max-width: 479px) {
  #w-node-_135d4d32-09b6-eec0-b5a3-76700929d755-16870cc2, #w-node-e01c10f6-643e-967b-af9a-e7fd547d2ce4-6762fe1e, #w-node-_59155595-9a7a-7fc9-f69e-b461c1400f7f-a5ea1011 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }
}


@font-face {
  font-family: 'Archivo Black';
  src: url('../fonts/ArchivoBlack-Regular.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Gill Sans';
  src: url('../fonts/Gill-Sans-Bold.otf') format('opentype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Gill Sans';
  src: url('../fonts/Gill-Sans-Medium.otf') format('opentype');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Gill Sans';
  src: url('../fonts/Gill-Sans-Light-Italic.otf') format('opentype');
  font-weight: 300;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Gill Sans';
  src: url('../fonts/Gill-Sans-Bold-Italic.otf') format('opentype');
  font-weight: 700;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Gill Sans';
  src: url('../fonts/Gill-Sans-Heavy-Italic.otf') format('opentype');
  font-weight: 900;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Gill Sans';
  src: url('../fonts/Gill-Sans-Heavy.otf') format('opentype');
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Gill Sans';
  src: url('../fonts/Gill-Sans-Light.otf') format('opentype');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Gill Sans';
  src: url('../fonts/Gill-Sans.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Gill Sans';
  src: url('../fonts/Gill-Sans-Italic.otf') format('opentype');
  font-weight: 400;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Gill Sans';
  src: url('../fonts/Gill-Sans-Medium-Italic.otf') format('opentype');
  font-weight: 500;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Gillsans Condensed';
  src: url('../fonts/GillSans-Condensed.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Gillsans Condensed';
  src: url('../fonts/GillSans-Condensed-Bold.otf') format('opentype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}