@font-face {
  font-family: Apercu condensed pro;
  src: url('../fonts/Apercu-Condensed-Pro-Bold.ttf') format("truetype");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

:root {
  --yellow: #ffd710;
}

.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-hflex {
  flex-direction: row;
  align-items: flex-start;
  display: flex;
}

body {
  color: #000;
  font-family: Poppins, sans-serif;
  font-size: 14px;
  line-height: 20px;
}

h1 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-family: Apercu condensed pro, sans-serif;
  font-size: 3.5rem;
  font-weight: 700;
  line-height: 1.3;
}

h2 {
  color: #000;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 10px;
  font-family: Apercu condensed pro, sans-serif;
  font-size: 2.6rem;
  font-weight: 700;
  line-height: 1.3;
}

h3 {
  color: #000;
  text-transform: uppercase;
  margin-top: .5rem;
  margin-bottom: 1rem;
  font-family: Apercu condensed pro, sans-serif;
  font-size: 2rem;
  font-weight: 700;
  line-height: 1.3;
}

p {
  color: #000c;
  margin-bottom: 10px;
  font-size: 1.2rem;
  line-height: 170%;
}

.page-wrapper {
  background-image: linear-gradient(#0000000d, #0000000d), url('../images/rsz_pool-transformed.jpg');
  background-position: 0 0, 50%;
  background-size: auto, cover;
  justify-content: center;
  align-items: center;
  transition: all .2s;
}

.page-content {
  background-color: var(--yellow);
  text-align: center;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  max-width: 800px;
  margin-bottom: 20px;
  padding: 30px;
  display: flex;
  position: relative;
}

.hero {
  justify-content: center;
  align-items: center;
  margin-bottom: 10px;
  display: flex;
}

.second-image {
  grid-column-gap: 1rem;
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.paragraph {
  color: #000000e0;
  text-align: left;
  font-size: 16px;
}

.paragraph.center-align.corporate {
  margin-top: 20px;
}

.image {
  width: 250px;
}

.h1-heading {
  color: #000;
  text-transform: uppercase;
  margin-bottom: 2.5rem;
}

.h1-heading.margin {
  margin-bottom: 20px;
}

.zoom-link {
  color: #000;
  text-align: center;
  font-size: 16px;
  text-decoration: none;
}

.zoom-link:hover {
  text-decoration: underline;
}

.main-wrapper {
  color: #000000b8;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 1rem;
  display: flex;
}

.txt {
  color: #fff;
  margin-top: 1px;
  position: relative;
  top: 2px;
}

.phonelink {
  width: 28px;
}

.sub-hero {
  font-weight: 300;
}

.sub-hero.margin {
  margin-bottom: 30px;
}

.icon-image {
  width: 24px;
  margin-bottom: 0;
}

.flex-wide-socials {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  justify-content: center;
  align-items: center;
  width: 100%;
  margin-top: 10px;
  margin-bottom: 0;
  display: flex;
}

.flex-left {
  grid-column-gap: 6px;
  grid-row-gap: 6px;
  color: #000;
  border: 1px solid #000;
  border-radius: .25rem;
  align-items: center;
  padding: 5px 9px;
  font-size: 16px;
  font-weight: 500;
  text-decoration: none;
  display: flex;
}

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

.box {
  background-color: var(--yellow);
  text-align: center;
  border-radius: 2px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 800px;
  margin-bottom: 1rem;
  padding: 4rem 2rem;
  display: flex;
  overflow: hidden;
}

.box.center {
  text-align: center;
  padding: 4rem 2rem;
}

.box.is-relative {
  padding-top: 5rem;
  position: relative;
}

.mask {
  width: 325px;
  overflow: hidden;
}

.arrowbox_right {
  background-color: #f7f7fb;
  border-radius: 100px;
  justify-content: center;
  align-items: center;
  width: 80px;
  height: 80px;
  padding: 25px;
  display: flex;
  inset: auto 0% 50% auto;
}

.arrowbox_right.shadow-small {
  background-color: #f7f7fb00;
  border: 2px solid #000;
  border-radius: 0;
  width: 55px;
  height: 55px;
  padding: 0;
  inset: -16% 0% auto auto;
}

.arrowbox-right {
  background-color: #f7f7fb;
  border-radius: 100px;
  justify-content: center;
  align-items: center;
  width: 80px;
  height: 80px;
  padding: 25px;
  display: flex;
  inset: auto auto 50% 2.5%;
}

.arrowbox-right.shadow-small {
  background-color: #f7f7fb00;
  border: 2px solid #000;
  border-radius: 0;
  width: 55px;
  height: 55px;
  padding: 0;
  inset: -16% 65px auto auto;
}

.slide-nav {
  display: none;
}

.slidecard {
  grid-row-gap: 1.5rem;
  text-align: left;
  border: 2px solid #000;
  flex-direction: column;
  justify-content: flex-start;
  width: 100%;
  max-width: 100%;
  min-height: 360px;
  padding: 20px;
  display: flex;
}

.slider {
  background-color: #ddd0;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: auto;
  padding-top: 25px;
  padding-left: 0;
  padding-right: 0;
  display: flex;
}

.spin {
  transform: rotate(180deg);
}

.slide-box {
  width: 100%;
  height: auto;
  margin-right: 35px;
}

.storeicon {
  width: 24px;
}

.stars-bar {
  grid-column-gap: 6px;
  margin-bottom: 0;
}

.intro-para {
  text-align: left;
  width: 100%;
  margin-bottom: 20px;
  font-size: 20px;
}

.intro-para.center {
  text-align: center;
}

.quick-stack {
  width: 100%;
  padding: 0;
}

.big-button {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  color: #fff;
  text-align: center;
  text-transform: uppercase;
  background-color: #000;
  border-radius: 10px;
  justify-content: center;
  align-items: center;
  margin-bottom: 1rem;
  padding: .8rem .9rem;
  font-family: Apercu condensed pro, sans-serif;
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 130%;
  text-decoration: none;
  transition: all .15s;
  display: flex;
  box-shadow: 4px 4px 7px #0003;
}

.big-button:hover {
  border-radius: 15px;
  transform: scale(1.05);
  box-shadow: 4px 4px 7px #00000080;
}

.text-content {
  color: #ffd60f;
  background-color: #e5400e;
  border-radius: 5px;
  padding: .55rem 2.45rem;
  font-size: 1rem;
  font-weight: 800;
}

.top-info {
  grid-column-gap: .75rem;
  grid-row-gap: .75rem;
  flex-wrap: wrap;
  place-content: space-around center;
  align-items: center;
  padding: .25rem 1rem;
  display: flex;
  position: static;
  inset: 0% 0% auto;
}

.top-info.margin-bottom-1 {
  margin-bottom: 1rem;
}

.margin-bottom-2 {
  margin-bottom: 2rem;
}

.margin-0 {
  margin: 0 0;
}

@media screen and (max-width: 991px) {
  .page-wrapper {
    max-width: 100%;
    height: auto;
    min-height: 100vh;
  }

  .page-content {
    max-width: 800px;
  }

  .main-wrapper {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
    padding-top: 0;
  }

  .box {
    border-bottom: 2px solid #000;
    max-width: 800px;
    margin-bottom: 0;
  }

  .arrowbox_right {
    padding: 20px 15px;
  }

  .arrowbox_right.shadow-small {
    top: -17%;
  }

  .arrowbox-right {
    padding: 20px 15px;
  }

  .arrowbox-right.shadow-small {
    top: -17%;
  }

  .spin {
    height: 30px;
  }

  .slide-box {
    margin-right: 30px;
  }
}

@media screen and (max-width: 767px) {
  h3 {
    font-size: 1.6rem;
  }

  p {
    font-size: 1.1rem;
  }

  .page-content {
    padding-left: 25px;
    padding-right: 25px;
  }

  .second-image {
    grid-column-gap: 15px;
    grid-row-gap: 15px;
  }

  .paragraph {
    font-size: 18px;
  }

  .paragraph.center-align.corporate {
    font-size: 16px;
  }

  .image {
    width: 300px;
    min-width: 100%;
    margin-bottom: 30px;
  }

  .h1-heading {
    margin-top: 0;
    margin-bottom: 1rem;
  }

  .main-wrapper {
    max-width: 100%;
    padding: 0;
  }

  .sub-hero {
    font-size: 18px;
  }

  .flex-wide-socials {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    flex-wrap: wrap;
  }

  .box {
    border-bottom: 1px solid #0000001c;
    margin-bottom: 0;
  }

  .mask {
    width: 85%;
  }

  .arrowbox_right {
    padding: 19px 10px;
  }

  .arrowbox_right.shadow-small {
    top: -11%;
  }

  .arrowbox-right {
    padding: 19px 10px;
  }

  .arrowbox-right.shadow-small {
    top: -11%;
  }

  .slidecard {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
    width: 100%;
    height: auto;
  }

  .slide-box {
    margin-right: 30px;
  }

  .big-button {
    font-size: 1.25rem;
  }

  .top-info {
    grid-column-gap: .25rem;
    grid-row-gap: .25rem;
  }

  .top-info.margin-bottom-1 {
    grid-column-gap: .5rem;
    grid-row-gap: .5rem;
  }
}

@media screen and (max-width: 479px) {
  h1 {
    font-size: 2rem;
    line-height: 140%;
  }

  h2 {
    font-size: 1.8rem;
    line-height: 130%;
  }

  h3 {
    font-size: 1.3rem;
  }

  p {
    font-size: 1rem;
  }

  .page-wrapper {
    padding: 0;
  }

  .page-content {
    margin-bottom: 20px;
    padding: 35px 20px;
  }

  .hero {
    margin-bottom: 10px;
  }

  .paragraph {
    font-size: 15px;
  }

  .paragraph.center-align {
    font-size: 14px;
  }

  .paragraph.center-align.corporate {
    font-size: 12px;
  }

  .image {
    width: 225px;
    min-width: 100%;
  }

  .h1-heading.margin {
    margin-bottom: 15px;
  }

  .zoom-link {
    font-size: 15px;
  }

  .phonelink {
    width: 24px;
  }

  .sub-hero {
    font-size: 16px;
  }

  .sub-hero.margin {
    font-size: 16px;
    line-height: 140%;
  }

  .box {
    padding: 3rem 1rem;
  }

  .mask {
    width: 100%;
  }

  .arrowbox_right {
    width: 50px;
    height: 50px;
    inset: 70px auto auto 58px;
  }

  .arrowbox_right.shadow-small {
    display: none;
    inset: auto 0% 50% auto;
  }

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

  .arrowbox-right.shadow-small {
    display: none;
    inset: -7% 0% auto auto;
  }

  .slide-nav {
    margin-top: -15px;
  }

  .slidecard {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    width: 100%;
    height: auto;
    min-height: 375px;
  }

  .slider {
    padding-right: 0;
  }

  .spin {
    height: 20px;
  }

  .slide-box {
    width: 100%;
    margin-right: 20px;
    padding-left: 0;
  }

  .intro-para {
    font-size: 18px;
  }

  .intro-para.center {
    text-align: center;
  }

  .big-button {
    padding-top: .4rem;
    padding-bottom: .5rem;
    font-size: 1rem;
  }

  .sm-txt {
    font-size: 12px;
  }

  .text-content {
    padding: .45rem 1.05rem;
  }
}

#w-node-_948aa6f3-e7a9-fbb2-8769-c6598262f2fe-df79c2cc {
  grid-template-rows: auto;
  grid-template-columns: 1fr;
}

#w-node-_948aa6f3-e7a9-fbb2-8769-c6598262f2ff-df79c2cc, #w-node-f9b0cad6-b36a-2c91-11c0-9d78bce74949-501c9172, #w-node-f9b0cad6-b36a-2c91-11c0-9d78bce74954-501c9172 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

