:root {
  --maintext: Overpass, sans-serif;
  --main-blue: #026ba5;
  --subtext: Montserrat, sans-serif;
  --bg-white: #fcfcfc;
  --white: white;
  --black: black;
  --menubg: #f7f7f7;
  --text-black: #333;
}

.w-checkbox {
  margin-bottom: 5px;
  padding-left: 20px;
  display: block;
}

.w-checkbox:before {
  content: " ";
  grid-area: 1 / 1 / 2 / 2;
  display: table;
}

.w-checkbox:after {
  content: " ";
  clear: both;
  grid-area: 1 / 1 / 2 / 2;
  display: table;
}

.w-checkbox-input {
  float: left;
  margin: 4px 0 0 -20px;
  line-height: normal;
}

.w-checkbox-input--inputType-custom {
  border: 1px solid #ccc;
  border-radius: 2px;
  width: 12px;
  height: 12px;
}

.w-checkbox-input--inputType-custom.w--redirected-checked {
  background-color: #3898ec;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/static/custom-checkbox-checkmark.589d534424.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-color: #3898ec;
}

.w-checkbox-input--inputType-custom.w--redirected-focus {
  box-shadow: 0 0 3px 1px #3898ec;
}

.w-pagination-wrapper {
  flex-wrap: wrap;
  justify-content: center;
  display: flex;
}

.w-pagination-previous {
  color: #333;
  background-color: #fafafa;
  border: 1px solid #ccc;
  border-radius: 2px;
  margin-left: 10px;
  margin-right: 10px;
  padding: 9px 20px;
  font-size: 14px;
  display: block;
}

.w-pagination-previous-icon {
  margin-right: 4px;
}

.w-pagination-next {
  color: #333;
  background-color: #fafafa;
  border: 1px solid #ccc;
  border-radius: 2px;
  margin-left: 10px;
  margin-right: 10px;
  padding: 9px 20px;
  font-size: 14px;
  display: block;
}

.w-pagination-next-icon {
  margin-left: 4px;
}

.w-form-formradioinput--inputType-custom {
  border: 1px solid #ccc;
  border-radius: 50%;
  width: 12px;
  height: 12px;
}

.w-form-formradioinput--inputType-custom.w--redirected-focus {
  box-shadow: 0 0 3px 1px #3898ec;
}

.w-form-formradioinput--inputType-custom.w--redirected-checked {
  border-width: 4px;
  border-color: #3898ec;
}

.div-block {
  z-index: 10;
  background-color: #fff;
  border-bottom: 1px solid #ddd;
  justify-content: flex-end;
  width: 100vw;
  height: 32px;
  margin-left: auto;
  margin-right: auto;
  padding-right: 6%;
  display: flex;
  position: relative;
}

.navbar {
  z-index: 199;
  background-color: #fff;
  border-bottom-right-radius: 20px;
  border-bottom-left-radius: 20px;
  width: 90vw;
  max-width: 1600px;
  height: auto;
  margin-left: auto;
  margin-right: auto;
  position: sticky;
  top: -32px;
  box-shadow: 2px 2px 6px #0003;
}

.heroelement {
  width: 100vw;
  height: 80vh;
  margin-top: 0;
}

.div-block-2 {
  justify-content: space-between;
  align-items: center;
  width: 100%;
  height: 80px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 20px;
  padding-right: 20px;
  display: flex;
}

.link-block {
  background-image: url('../images/FocusLogo.png');
  background-position: 0%;
  background-repeat: no-repeat;
  background-size: contain;
  width: 160px;
  height: 45px;
}

.link {
  font-family: var(--maintext);
  color: #333;
  margin-right: 15px;
  font-size: 18px;
  font-weight: 500;
  text-decoration: none;
  display: inline-block;
}

.link:hover {
  color: var(--main-blue);
  text-decoration: underline;
}

.div-block-3 {
  align-items: center;
  height: 100%;
  display: flex;
}

.button {
  width: 230px;
  height: 50px;
  font-family: var(--subtext);
  color: #333;
  text-transform: none;
  background-color: #fff;
  border: 2px solid #333;
  border-radius: 100px;
  justify-content: center;
  align-items: center;
  margin-left: 40px;
  padding-top: 11px;
  font-size: 16px;
  font-weight: 500;
  display: flex;
}

.button:hover {
  border-color: var(--main-blue);
  background-color: var(--main-blue);
  color: #fff;
}

.div-block-4 {
  justify-content: space-between;
  align-items: center;
  width: 90vw;
  max-width: 1400px;
  height: 100%;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.div-block-5 {
  width: 500px;
  margin-top: -100px;
  margin-bottom: 40px;
  padding-right: 40px;
}

.div-block-6 {
  flex: 1;
  justify-content: center;
  align-items: center;
  width: auto;
  height: 100%;
  display: flex;
}

.heading {
  width: 500px;
  font-family: var(--maintext);
  color: #fff;
  font-size: 55px;
  font-weight: 700;
  line-height: 60px;
}

.paragraph {
  font-family: var(--subtext);
  color: #fff;
  margin-bottom: 0;
  font-size: 16px;
  font-weight: 500;
  line-height: 25px;
}

.paragraph.owihfoiwehf {
  display: none;
}

.button-2 {
  width: 220px;
  height: 50px;
  font-family: var(--subtext);
  color: #fff;
  background-color: #af0392;
  border-radius: 100px;
  justify-content: center;
  align-items: center;
  margin-top: 30px;
  font-size: 16px;
  display: flex;
}

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

.button-2.owihfeoihweofiew {
  display: none;
}

.search-condition {
  width: 100vw;
  display: none;
  position: relative;
}

.div-block-7 {
  background-color: #fff;
  border-radius: 50px;
  width: 70vw;
  min-width: 1200px;
  height: auto;
  margin-top: -125px;
  margin-left: auto;
  margin-right: auto;
  box-shadow: 0 10px 50px #0003;
}

.footer-dark {
  background-color: #fff0;
  border-top: 1px solid #ccc;
  border-bottom: 1px #e4ebf3;
  padding: 50px 30px 25px;
  position: relative;
}

.container {
  margin-left: auto;
  margin-right: auto;
}

.footer-wrapper {
  justify-content: space-between;
  align-items: flex-start;
  max-width: 1120px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.footer-brand {
  background-image: url('../images/Frame-18.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  width: 150px;
  height: 55px;
  margin-right: 100px;
}

.footer-content {
  grid-column-gap: 10px;
  grid-row-gap: 40px;
  flex: 1;
  grid-template-rows: auto;
  grid-template-columns: auto auto auto;
  grid-auto-columns: 1fr;
  display: grid;
}

.footer-block {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.title-small {
  letter-spacing: 1px;
  text-transform: uppercase;
  margin-bottom: 12px;
  font-size: 14px;
  font-weight: 700;
  line-height: 16px;
}

.footer-link {
  color: #1a1b1f;
  margin-top: 12px;
  margin-bottom: 6px;
  font-size: 14px;
  line-height: 16px;
  text-decoration: none;
}

.footer-link:hover {
  color: #1a1b1fbf;
}

.footer-social-block {
  justify-content: flex-start;
  align-items: center;
  margin-top: 12px;
  margin-left: -12px;
  display: flex;
}

.footer-social-link {
  margin-left: 12px;
}

.footer-divider {
  background-color: #e4ebf3;
  width: 90vw;
  max-width: 1400px;
  height: 1px;
  margin: 70px auto 25px;
}

.footer-copyright-center {
  font-family: var(--subtext);
  color: #606060;
  text-align: center;
  font-size: 14px;
  line-height: 16px;
}

.div-block-8 {
  justify-content: space-around;
  align-items: stretch;
  width: 95vw;
  max-width: 1600px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.text-block {
  font-family: var(--maintext);
  color: #750362;
  letter-spacing: 2px;
  text-transform: uppercase;
  font-weight: 700;
}

.text-block.wjefjewwef {
  color: #fff;
}

.div-block-9 {
  background-color: #750362;
  width: 100%;
  height: 3px;
}

.div-block-9.lwkfeekw {
  color: #ff7f00;
  background-color: #ff7f00;
}

.heading-2 {
  font-family: var(--maintext);
  font-size: 55px;
  font-weight: 700;
  line-height: 75px;
}

.div-block-10 {
  width: 40%;
  height: 500px;
  margin-top: 15vh;
  margin-bottom: 400px;
  position: sticky;
  top: 20vh;
}

.div-block-11 {
  flex-direction: column;
  display: inline-block;
}

.paragraph-2 {
  margin-bottom: 30px;
  font-family: Montserrat, sans-serif;
  font-size: 16px;
  line-height: 25px;
}

.div-block-12 {
  flex: none;
  justify-content: center;
  align-items: center;
  width: 100px;
  height: 100px;
  margin-left: 0;
  display: flex;
}

.div-block-13 {
  flex-flow: wrap;
  margin-top: 0;
  display: flex;
}

.div-block-14 {
  flex: 1;
  justify-content: flex-start;
  align-items: stretch;
  padding-bottom: 140px;
  padding-left: 5vw;
  display: flex;
}

.div-block-15 {
  background-color: var(--main-blue);
  border-radius: 20px;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  height: 400px;
  margin-top: 40px;
  display: flex;
  overflow: hidden;
  box-shadow: 2px 2px 12px #00000080;
}

.div-block-16 {
  background-color: var(--main-blue);
  cursor: pointer;
  border-radius: 20px;
  width: 320px;
  height: 400px;
  margin-top: 40px;
  overflow: hidden;
}

.div-block-17 {
  width: 47%;
  margin-left: 3vw;
  padding-top: 40px;
}

.div-block-18 {
  width: 47%;
  padding-top: 220px;
}

.body {
  background-color: var(--bg-white);
}

.div-block-19 {
  flex-direction: column;
  align-items: flex-start;
  width: 45%;
  padding-top: 60px;
  padding-left: 100px;
  display: flex;
}

.div-block-20 {
  width: 50%;
  padding-top: 60px;
  padding-left: 60px;
}

.div-block-21 {
  display: flex;
}

.text-block-2 {
  font-family: var(--subtext);
  margin-bottom: 10px;
  margin-left: 5px;
  font-weight: 600;
}

.link-block-2 {
  border: 1px solid var(--main-blue);
  width: 45px;
  height: 45px;
  font-family: var(--subtext);
  border-radius: 100px;
  justify-content: center;
  align-items: center;
  margin: 5px;
  font-weight: 400;
  text-decoration: none;
  display: flex;
}

.link-block-2:hover {
  border-width: 3px;
  font-weight: 600;
}

.text-block-3 {
  color: var(--main-blue);
  padding-top: 2px;
  font-size: 25px;
  text-decoration: none;
}

.div-block-22 {
  flex-wrap: wrap;
  align-items: flex-start;
  width: 500px;
  display: flex;
}

.text-field {
  border-radius: 100px;
  height: 55px;
  margin-bottom: 0;
  padding-left: 20px;
  font-size: 16px;
  font-weight: 400;
}

.submit-button {
  background-color: var(--main-blue);
  text-transform: none;
  border-radius: 1000px;
  width: 100px;
  height: 55px;
  margin-left: 20px;
  font-size: 16px;
}

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

.text-block-4 {
  font-family: var(--subtext);
  font-weight: 700;
}

.link-block-3 {
  background-color: var(--main-blue);
  background-image: url('../images/icons8-search-100.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 23px;
  border-radius: 100px;
  width: 45px;
  height: 45px;
  margin-left: -50px;
}

.link-2 {
  color: #b1b1b1;
  text-decoration: none;
}

.div-block-23 {
  justify-content: space-between;
  width: 100%;
  margin-bottom: 5px;
  padding-left: 20px;
  padding-right: 20px;
  display: flex;
}

.form-block {
  width: 100%;
}

.div-block-24 {
  border-top: 1px solid #d6d6d6;
  flex-direction: column;
  justify-content: space-between;
  width: 100%;
  margin-top: 40px;
  padding: 10px 40px 40px;
  display: flex;
}

.link-block-4 {
  background-color: #fff;
  border: 1px solid #fff;
  border-radius: 20px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 165px;
  height: auto;
  margin-left: 10px;
  margin-right: 10px;
  padding: 20px 5px 15px;
  text-decoration: none;
  display: flex;
  box-shadow: 1px 1px 5px #0003;
}

.link-block-4:hover {
  border: 1px solid var(--main-blue);
  box-shadow: 1px 1px 5px #026ba54d;
}

.div-block-25 {
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  width: 75px;
  height: 75px;
}

.div-block-25.wjefpow {
  background-image: url('../images/icons8-shoulder-blade-60.png');
}

.div-block-25.hweiufhewiu {
  background-image: url('../images/icons8-head-100.png');
}

.div-block-25.wkjefwejf {
  background-image: url('../images/icons8-spine-100.png');
}

.div-block-25.fwejpofjew {
  background-image: url('../images/icons8-biceps-100.png');
}

.div-block-25._w-efmwe {
  background-image: url('../images/icons8-leg-100.png');
}

.div-block-25.wjeflkewjf {
  background-image: url('../images/icons8-knee-96.png');
}

.div-block-25.fjwejfw {
  background-image: url('../images/icons8-foot-100.png');
}

.text-block-5 {
  width: 150px;
  font-family: var(--maintext);
  color: #333;
  text-align: center;
  margin-top: 25px;
  margin-bottom: 5px;
  font-size: 22px;
  font-weight: 400;
  line-height: 25px;
  text-decoration: none;
}

.div-block-26 {
  background-color: var(--main-blue);
  width: 50px;
  height: 0;
}

.div-block-27 {
  justify-content: space-between;
  display: flex;
}

.text-block-6 {
  font-family: var(--subtext);
  margin-top: 10px;
  margin-bottom: 30px;
  padding-left: 0;
  font-weight: 700;
}

.image {
  object-fit: cover;
  height: 100%;
}

.heading-3 {
  z-index: 50;
  font-family: var(--maintext);
  color: #fff;
  margin-bottom: 0;
  font-size: 22px;
  line-height: 35px;
}

.div-block-28 {
  background-image: linear-gradient(0deg, #000, #fff0);
  border-bottom-right-radius: 20px;
  border-bottom-left-radius: 20px;
  flex-direction: column;
  justify-content: flex-end;
  align-items: flex-start;
  width: 100%;
  height: 150px;
  margin-top: 250px;
  padding-bottom: 20px;
  padding-left: 20px;
  display: flex;
  position: absolute;
  inset: auto 0% 0%;
}

.text-block-7 {
  font-family: var(--subtext);
  color: #fff;
  font-weight: 300;
}

.image-2 {
  width: 65px;
}

.image-3 {
  width: 75px;
}

.image-4 {
  object-fit: cover;
  height: 100%;
}

.text-block-8 {
  font-family: var(--subtext);
  color: var(--main-blue);
  font-size: 18px;
  font-weight: 500;
}

.link-block-5 {
  text-decoration: none;
}

.div-block-29 {
  background-color: var(--main-blue);
  width: 0%;
  height: 1px;
}

.div-block-30 {
  background-image: url('../images/Frame-19.png');
  background-position: 0 100%;
  background-repeat: no-repeat;
  background-size: 20px;
  width: 25px;
  height: 25px;
  margin-left: 10px;
}

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

.text-block-9 {
  font-family: var(--subtext);
  margin-top: 60px;
  margin-bottom: 10px;
  font-size: 12px;
  font-weight: 600;
}

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

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

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

.our-team {
  padding-top: 10px;
}

.customer-reviews {
  padding-top: 0;
  padding-bottom: 350px;
}

.div-block-32 {
  width: 90vw;
  margin-left: 10vw;
  margin-right: 0;
}

.heading-4 {
  font-family: var(--maintext);
  font-size: 55px;
  line-height: 75px;
}

.paragraph-3 {
  width: 700px;
  font-family: var(--subtext);
  margin-bottom: 20px;
  font-size: 16px;
  line-height: 25px;
}

.paragraph-3.lknefkpw {
  width: auto;
}

.left-arrow {
  border: 1px solid #333;
  border-radius: 100px;
  justify-content: center;
  align-items: center;
  width: 50px;
  height: 50px;
  margin: auto 35vw -250px auto;
  display: flex;
  position: absolute;
  inset: auto 0 0 auto;
}

.left-arrow:hover {
  background-color: #ececec;
}

.slide-nav {
  width: 300px;
  margin-bottom: -250px;
  margin-left: 0;
  padding-left: 60px;
  display: flex;
}

.right-arrow {
  border: 1px solid #333;
  border-radius: 1000px;
  justify-content: center;
  align-items: center;
  width: 50px;
  height: 50px;
  margin-top: auto;
  margin-bottom: -250px;
  margin-right: 25vw;
  display: flex;
}

.right-arrow:hover {
  background-color: #ececec;
}

.slide {
  background-color: #fff;
  border-radius: 20px;
  width: 500px;
  height: auto;
  margin-right: 40px;
  padding: 20px;
  box-shadow: 1px 1px 5px #0003;
}

.slider {
  background-color: #ddd0;
}

.div-block-33 {
  background-image: url('../images/icons8-star-96.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  width: 20px;
  height: 20px;
  margin-right: 5px;
}

.div-block-34 {
  display: flex;
}

.mask {
  height: 450px;
  padding: 20px 20px 20px 5px;
}

.paragraph-4 {
  color: #333;
  margin-top: 10px;
  margin-bottom: 20px;
  font-size: 16px;
  line-height: 25px;
}

.div-block-35 {
  background-image: url('../images/Customer-1-.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: auto;
  border-radius: 100px;
  align-items: center;
  width: 50px;
  height: 50px;
  display: flex;
}

.div-block-35.wjefpioew {
  background-image: url('../images/Customer-2.png');
}

.div-block-35.wkemf-kew {
  background-image: url('../images/Customer-3.png');
}

.div-block-35.lkwenfkoew {
  background-image: url('../images/Customer-4.png');
}

.div-block-35.lwekjfow {
  background-image: url('../images/Customr-5.png');
}

.div-block-35.weofkjopew {
  background-image: url('../images/Customr-6.png');
}

.div-block-35.wkemfpoemw {
  background-image: url('../images/Customer7.png');
}

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

.heading-5 {
  font-family: var(--subtext);
  margin-top: 0;
  margin-bottom: 0;
  padding-left: 20px;
  font-size: 20px;
  font-weight: 500;
  line-height: 25px;
}

.slide-2, .slide-3, .slide-4 {
  background-color: #fff;
  border-radius: 20px;
  width: 500px;
  height: auto;
  margin-right: 40px;
  padding: 20px;
  box-shadow: 1px 1px 5px #0003;
}

.slide-5 {
  border-radius: 20px;
  width: 500px;
  height: auto;
  margin-right: 40px;
  padding: 20px;
  box-shadow: 1px 1px 5px #0003;
}

.slide-6, .slide-7 {
  background-color: #fff;
  border-radius: 20px;
  width: 500px;
  height: auto;
  margin-right: 40px;
  padding: 20px;
  box-shadow: 1px 1px 5px #0003;
}

.div-block-37 {
  background-image: url('../images/ArrowLeft2.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  width: 30px;
  height: 30px;
}

.div-block-38 {
  background-image: url('../images/ArrowRight2.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  width: 30px;
  height: 30px;
}

.div-block-39 {
  background-image: url('../images/icons8-phone-100.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  width: 20px;
  height: 20px;
  margin-left: 0;
  margin-right: 7px;
}

.div-block-39.wlemflpwe {
  background-image: url('../images/icons8-mail-100.png');
  background-size: contain;
}

.div-block-39.lwebfnlkweb {
  background-image: none;
}

.link-block-6 {
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  margin-left: 20px;
  text-decoration: none;
  display: flex;
}

.link-block-6:hover {
  color: #555;
  text-decoration: underline;
}

.link-block-6.lwkneflken {
  margin-bottom: 7px;
  margin-left: 0;
}

.text-block-10 {
  font-family: var(--subtext);
  color: #555;
  padding-top: 2px;
  font-weight: 400;
  text-decoration: none;
}

.howitworks {
  padding-top: 20px;
  padding-bottom: 10px;
}

.div-block-40 {
  background-color: var(--main-blue);
  border-radius: 40px;
  justify-content: space-between;
  width: 95vw;
  max-width: 1400px;
  margin-left: auto;
  margin-right: auto;
  padding: 40px;
  display: flex;
}

.heading-6 {
  font-family: var(--maintext);
  color: #fff;
  margin-top: 20px;
  margin-bottom: 40px;
  padding-left: 20px;
  font-size: 38px;
  font-weight: 600;
  line-height: 48px;
}

.heading-7 {
  font-family: var(--subtext);
  color: var(--main-blue);
  margin-top: 0;
  margin-bottom: 0;
  padding-left: 20px;
  font-size: 25px;
  font-weight: 400;
}

.heading-7.lkwneflwe, .heading-7.wlkefwenf {
  color: var(--white);
}

.div-block-41 {
  background-color: #fff;
  justify-content: center;
  align-items: center;
  width: 22px;
  height: 3px;
  display: flex;
}

.div-block-41.wklefjpwe {
  background-color: var(--main-blue);
}

.div-block-42 {
  flex-direction: row;
  align-items: center;
  margin-bottom: 10px;
  display: flex;
}

.div-block-43 {
  background-color: #fff;
  width: 3px;
  height: 22px;
}

.div-block-43.wkjnfoewf {
  background-color: var(--main-blue);
  height: 3px;
}

.div-block-44 {
  cursor: pointer;
  background-color: #fff;
  border-radius: 20px;
  width: 500px;
  height: 155px;
  margin-bottom: 10px;
  padding: 5px 40px 10px 15px;
  overflow: hidden;
}

.div-block-44.pwjfepoew {
  cursor: pointer;
  background-color: #fff0;
  height: 55px;
  margin-bottom: 10px;
  padding-bottom: 10px;
  overflow: hidden;
}

.div-block-44.lwkfoewk {
  cursor: pointer;
  background-color: #fff0;
  height: 55px;
  margin-bottom: 10px;
  overflow: hidden;
}

.paragraph-5 {
  font-family: var(--subtext);
  color: #fff;
  padding-left: 40px;
  font-weight: 500;
  line-height: 25px;
}

.paragraph-5.lwkefpew {
  color: var(--main-blue);
}

.bold-text {
  color: var(--main-blue);
  text-decoration: none;
}

.link-3 {
  font-weight: 400;
  text-decoration: none;
}

.link-3:hover {
  color: var(--main-blue);
  text-decoration: underline;
}

.div-block-45 {
  object-fit: cover;
  border-radius: 30px;
  flex: 1;
  height: 525px;
  margin-left: 5vw;
  overflow: hidden;
}

.div-block-46 {
  background-image: url('../images/Call-in-smaller.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
  height: 100%;
}

.div-block-47 {
  background-image: url('../images/PT-look.webp');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
  height: 100%;
  display: none;
}

.div-block-48 {
  background-image: url('../images/Old-Couple-.jpg');
  background-position: 50% 30%;
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
  height: 100%;
  display: none;
}

.bold-text-2 {
  color: var(--main-blue);
  font-weight: 700;
  text-decoration: none;
}

.link-4 {
  text-decoration: none;
}

.heading-129 {
  color: #333;
  margin-bottom: 0;
  font-family: Oswald, sans-serif;
  font-size: 75px;
  line-height: 20px;
  transform: rotate(0);
}

.jonathan-feature {
  z-index: 20;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100vw;
  height: auto;
  padding-top: 220px;
  padding-bottom: 140px;
  position: relative;
}

.heading-128 {
  font-family: var(--maintext);
  color: #1a1a1a;
  margin-top: 0;
  margin-bottom: 40px;
  font-size: 28px;
  font-weight: 300;
}

.html-embed-10 {
  z-index: 20;
  -webkit-backdrop-filter: blur(500px);
  backdrop-filter: blur(500px);
  border-radius: 500px;
  width: 400px;
  height: 300px;
  position: relative;
}

.div-block-479 {
  z-index: 999;
  width: 500px;
  height: 300px;
}

.div-block-483 {
  z-index: 20;
  width: 100vw;
  position: relative;
}

.heading-127 {
  font-family: var(--maintext);
  color: #fff;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 22px;
  font-weight: 300;
  line-height: 25px;
}

.div-block-481 {
  background-image: linear-gradient(90deg, var(--main-blue) 30%, #fff0 30%), url('../images/Frame-3.png');
  background-position: 0 0, 35%;
  background-repeat: repeat, no-repeat;
  background-size: auto, contain;
  border-top-left-radius: 50px;
  align-items: flex-end;
  width: 90vw;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.link-25 {
  z-index: 900;
  color: #bfb084;
  width: 180px;
  font-family: Montserrat, sans-serif;
  font-size: 16px;
  font-weight: 500;
  text-decoration: none;
  display: block;
  position: relative;
  inset: auto 0% 0%;
}

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

.div-block-485 {
  z-index: 200;
  justify-content: space-between;
  width: 100%;
  height: 150px;
  margin-left: auto;
  margin-right: auto;
  padding-right: 0;
  display: flex;
}

.text-block-172 {
  font-family: var(--subtext);
  color: #fff;
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
}

.div-block-480 {
  z-index: 21;
  background-image: url('../images/JZ-headshot-1.png');
  background-position: 50% 100%;
  background-repeat: no-repeat;
  background-size: cover;
  width: 450px;
  height: 500px;
  margin-top: -300px;
  margin-right: 5vw;
  position: relative;
}

.div-block-486 {
  justify-content: space-between;
  width: 90vw;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.div-block-494 {
  background-color: #fff;
  background-image: url('../images/FocusLogo.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 90px;
  border-radius: 100px;
  width: 150px;
  height: 55px;
  margin-right: 30px;
}

.div-block-482 {
  z-index: 20;
  filter: blur(100px);
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 0 0;
  background-size: auto;
  border-radius: 500px;
  justify-content: center;
  align-items: center;
  width: 350px;
  height: 250px;
  margin-top: 60px;
  margin-right: 80px;
  display: flex;
  position: relative;
}

.div-block-484 {
  flex-flow: row;
  justify-content: center;
  align-items: center;
  height: 100%;
  padding-left: 5vw;
  display: flex;
}

.div-block-495 {
  z-index: 40;
  background-color: var(--main-blue);
  border-top-right-radius: 50px;
  border-bottom-right-radius: 50px;
  border-bottom-left-radius: 50px;
  width: 90vw;
  max-width: 1200px;
  height: auto;
  margin-top: 0;
  margin-left: auto;
  margin-right: auto;
  padding: 0 0 40px;
  position: relative;
}

.text-block-173 {
  width: 90%;
  font-family: var(--subtext);
  color: #fff;
  margin-left: auto;
  margin-right: auto;
  padding-top: 0;
  padding-left: 0;
}

.div-block-496 {
  background-color: #fff;
  border-radius: 10px;
  justify-content: center;
  align-items: center;
  width: 180px;
  height: 75px;
  margin: 20px 20px 0;
  display: flex;
}

.div-block-497 {
  flex-wrap: wrap;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.image-6 {
  width: 110px;
  max-width: none;
}

.image-7, .image-8 {
  width: 125px;
}

.image-9 {
  width: 100px;
}

.image-10, .image-11 {
  width: 125px;
}

.image-12 {
  width: 100px;
}

.image-13 {
  width: 200px;
}

.locations {
  padding-top: 60px;
  padding-bottom: 100px;
}

.div-block-498 {
  justify-content: space-between;
  width: 90vw;
  max-width: 1400px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.heading-130 {
  font-family: var(--maintext);
  font-size: 55px;
  font-weight: 700;
  line-height: 75px;
}

.text-block-174 {
  width: 275px;
  font-family: var(--subtext);
  margin-bottom: 20px;
}

.div-block-499 {
  flex-wrap: wrap;
  flex: 1;
  justify-content: space-between;
  margin-left: 5vw;
  display: flex;
}

.link-block-7 {
  background-image: url('../images/5eeaeba786c10b081a59ea81_Focus_Website_2020_229.webp');
  background-position: 50% 40%;
  background-size: cover;
  border-radius: 20px;
  align-items: flex-end;
  width: 49%;
  height: 350px;
  margin-bottom: 20px;
  text-decoration: none;
  display: flex;
  box-shadow: 2px 2px 10px #0003;
}

.link-block-7:hover {
  box-shadow: 4px 4px 10px #0006;
}

.link-block-7.pwejfpeow {
  background-image: url('../images/DSC_5492-happy.jpg');
}

.link-block-7.owjhfoiew {
  width: 100%;
  height: auto;
  box-shadow: none;
  background-image: none;
  border-radius: 0;
  flex-direction: column;
  align-items: flex-start;
}

.link-block-8 {
  background-image: url('../images/DSC_5492-happy.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 20px;
  align-items: flex-end;
  width: 49%;
  height: 350px;
  margin-bottom: 20px;
  text-decoration: none;
  display: flex;
  overflow: hidden;
}

.link-block-9 {
  background-image: url('../images/5eeaebabeb0f9c16bedbd276_Focus_Website_2020_185.webp');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 20px;
  align-items: flex-end;
  width: 49%;
  height: 350px;
  margin-bottom: 20px;
  text-decoration: none;
  display: flex;
  overflow: hidden;
}

.div-block-500 {
  border-radius: 20px;
  flex-direction: column;
  justify-content: flex-end;
  align-items: flex-start;
  width: 100%;
  height: 18vw;
  max-height: 300px;
  display: flex;
  overflow: hidden;
  box-shadow: 2px 2px 6px #0003;
}

.heading-131 {
  font-family: var(--maintext);
  color: #333;
  margin-top: 10px;
  margin-bottom: 0;
  font-size: 28px;
  font-weight: 500;
  line-height: 35px;
}

.text-block-175 {
  width: 200px;
  font-family: var(--subtext);
  color: #333;
  margin-bottom: 10px;
}

.section {
  background-color: var(--main-blue);
  padding-top: 60px;
  padding-bottom: 60px;
}

.div-block-501 {
  width: 80vw;
  margin-left: auto;
  margin-right: auto;
}

.slidersection {
  background-color: var(--main-blue);
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
  overflow: visible;
}

.heading-132 {
  width: 4500px;
  height: 250px;
  font-family: var(--maintext);
  color: #d81d35;
  align-items: center;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 100px;
  font-weight: 400;
  display: flex;
}

.div-block-502 {
  justify-content: center;
  align-items: center;
  width: 400px;
  height: 200px;
  display: flex;
}

.image-14 {
  background-color: #fff;
  border-radius: 100px;
}

.div-block-503 {
  width: 90vw;
  max-width: 1400px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.div-block-504 {
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  width: 35%;
  display: flex;
}

.heading-133 {
  font-family: var(--maintext);
  color: #fff;
  text-transform: uppercase;
  margin-top: 0;
  font-size: 48px;
  font-weight: 800;
  line-height: 65px;
}

.div-block-505 {
  background-image: url('../images/pexels-pnw-production-7625160.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 20px;
  width: 400px;
  height: 300px;
}

.section-2 {
  background-color: var(--main-blue);
  background-image: url('../images/BG-Swiggly.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  padding-top: 10vh;
  padding-bottom: 10vh;
}

.paragraph-6 {
  font-family: var(--subtext);
  color: #fff;
  font-size: 16px;
  font-weight: 500;
  line-height: 25px;
}

.div-block-506 {
  background-image: url('../images/PT-Activity-min.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  flex: 1;
  height: 65vh;
  margin-left: 5vw;
}

.div-block-507 {
  margin-top: 20px;
}

.section-3 {
  height: auto;
  padding-top: 60px;
  padding-bottom: 60px;
}

.div-block-508 {
  justify-content: flex-start;
  align-items: stretch;
  height: 100%;
  margin-left: 0;
  margin-right: auto;
  display: flex;
}

.div-block-509 {
  width: 40%;
  height: 100%;
  margin-top: -40px;
  padding-top: 0;
}

.div-block-510 {
  justify-content: center;
  align-items: flex-start;
  width: 60%;
  padding-bottom: 220px;
  padding-left: 5vw;
  padding-right: 5vw;
  display: flex;
}

.div-block-511 {
  background-color: var(--main-blue);
  border-radius: 20px;
  width: 100%;
  min-width: auto;
  max-width: 550px;
  height: auto;
  padding: 0 20px 20px;
  position: sticky;
  top: 200px;
}

.field-label {
  font-family: var(--subtext);
  color: #fff;
  font-weight: 600;
}

.text-field-2 {
  height: 55px;
  font-family: var(--subtext);
  color: #333;
  background-color: #fff;
  border: 0 solid #000;
  border-bottom: 1px solid #fff;
  border-radius: 1000px;
  margin-bottom: 20px;
  padding-left: 20px;
  font-size: 16px;
  font-weight: 500;
}

.text-field-2::placeholder {
  color: #777;
}

.heading-134 {
  font-family: var(--maintext);
  color: #fff;
  margin-bottom: 30px;
  font-size: 38px;
  font-weight: 400;
  line-height: 42px;
}

.submit-button-2 {
  width: 300px;
  height: 65px;
  font-family: var(--subtext);
  letter-spacing: 1px;
  text-transform: uppercase;
  background-color: #fff0;
  border: 2px solid #fff;
  border-radius: 200px;
  margin-top: 40px;
  margin-left: auto;
  margin-right: auto;
  font-size: 16px;
  font-weight: 400;
  display: block;
}

.submit-button-2:hover {
  color: var(--main-blue);
  background-color: #fff;
  font-weight: 500;
}

.grain-container {
  justify-content: center;
  align-items: center;
  height: 400px;
  margin-top: -113px;
  display: flex;
}

.section-5 {
  height: 40px;
  margin-top: 0;
  padding-top: 10px;
}

.div-block-512 {
  width: 90vw;
  height: auto;
  margin-left: auto;
  margin-right: auto;
}

.text-block-176 {
  font-family: var(--subtext);
  color: #1f1f1f;
  display: inline-block;
}

.text-block-176.lkwfjipew, .text-block-176.wlkefnlew {
  color: var(--main-blue);
}

.div-block-513 {
  background-color: #fff;
  border-radius: 50px;
  width: 90vw;
  max-width: 1600px;
  margin-left: auto;
  margin-right: auto;
  padding-bottom: 50px;
  display: none;
}

.section-10 {
  background-color: #f8f8f8;
  padding-top: 20px;
}

.div-block-514 {
  justify-content: center;
  width: 1120px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.div-block-519 {
  width: 600px;
  margin-right: 10px;
}

.collection-item-2 {
  width: 600px;
}

.div-block-520 {
  flex-direction: column;
  justify-content: space-around;
  align-items: flex-start;
  width: 450px;
  display: flex;
}

.collection-list-wrapper {
  flex-direction: column;
  justify-content: space-between;
  align-items: stretch;
}

.collection-item-3 {
  align-items: flex-start;
  display: flex;
}

.div-block-521 {
  justify-content: space-between;
  width: 90vw;
  max-width: 1400px;
  margin-bottom: 60px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.section-11 {
  padding-top: 20px;
  padding-bottom: 100px;
}

.div-block-522 {
  width: 69%;
}

.link-block-10 {
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 20px;
  flex-direction: column;
  width: 100%;
  height: 60vh;
  text-decoration: none;
  display: flex;
  box-shadow: 2px 2px 6px #0003;
}

.link-block-10:hover {
  box-shadow: 4px 4px 12px #0003;
}

.link-block-10.lkwfew {
  border-radius: 15px;
  height: 19vh;
  margin-bottom: 1.5vh;
}

.link-block-10.lkwfew.lwknfinwe {
  height: 40vh;
}

.link-block-10.lkwfew.lwknfinwe.wkfpo-ewk {
  height: 300px;
}

.div-block-523 {
  background-image: linear-gradient(0deg, #000, #fff0);
  border-bottom-right-radius: 20px;
  border-bottom-left-radius: 20px;
  margin-top: auto;
  margin-bottom: 0;
  padding-top: 100px;
  padding-bottom: 40px;
  padding-left: 40px;
}

.div-block-523.wl-e.fwe {
  border-bottom-right-radius: 15px;
  border-bottom-left-radius: 15px;
  padding-top: 20px;
  padding-bottom: 20px;
  padding-left: 20px;
}

.text-block-177 {
  font-family: var(--subtext);
  color: #fff;
  text-transform: uppercase;
  border-radius: 100px;
  padding: 5px 15px;
  display: inline-block;
}

.div-block-524 {
  justify-content: flex-end;
  align-items: center;
  padding-top: 40px;
  padding-right: 60px;
  display: flex;
}

.div-block-524.pwojefopiewf {
  padding-top: 20px;
  padding-right: 40px;
}

.heading-135 {
  font-family: var(--maintext);
  color: #fff;
  margin-bottom: 0;
  font-size: 28px;
  font-weight: 500;
  line-height: 35px;
}

.heading-135.wlefl {
  font-size: 22px;
  font-weight: 500;
  line-height: 30px;
}

.text-block-178 {
  font-family: var(--subtext);
  color: #fff;
}

.div-block-525 {
  width: 30%;
  height: 60vh;
}

.heading-136 {
  width: 92vw;
  max-width: 1400px;
  font-family: var(--maintext);
  border-bottom: 1px solid #cacaca;
  margin: 0 auto 20px;
  font-size: 55px;
  line-height: 75px;
}

.heading-136.wlkefnlkew {
  margin-top: 0;
  position: static;
}

.div-block-526 {
  align-items: center;
  width: 90vw;
  margin-bottom: 40px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 20px;
  display: flex;
}

.div-block-526.kwjenfijewbfiuewbh {
  width: 90vw;
  margin-left: auto;
  margin-right: auto;
}

.div-block-527 {
  background-image: url('../images/icons8-right-96.png');
  background-position: 50%;
  background-size: cover;
  width: 15px;
  height: 15px;
  margin-left: 7px;
  margin-right: 7px;
}

.div-block-527.wpkefopewjf, .div-block-527.wlkefmowe {
  background-image: url('../images/IconArrowBlue.png');
}

.body-2 {
  background-color: var(--bg-white);
}

.collection-list-wrapper-2 {
  width: 90vw;
  max-width: 1800px;
  margin-left: auto;
  margin-right: auto;
  display: none;
}

.link-26 {
  color: #fff;
  text-decoration: none;
}

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

.link-26.w--current {
  color: var(--main-blue);
}

.link-26.pwelfpewkf {
  color: #333;
}

.link-26.pwelfpewkf.w--current {
  color: var(--black);
}

.link-26.pwelfpewkf.lwkfmoweni, .link-26.pwjefpiwe {
  color: var(--main-blue);
}

.pagination {
  margin-top: 100px;
}

.section-12 {
  margin-top: 0;
  padding-top: 0;
}

.div-block-528 {
  width: 70vw;
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 20px;
}

.link-27 {
  color: var(--main-blue);
  text-decoration: none;
}

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

.text-block-179 {
  font-family: var(--subtext);
  color: var(--main-blue);
}

.heading-137 {
  font-family: var(--maintext);
  text-transform: none;
  margin-bottom: 30px;
  font-size: 75px;
  line-height: 85px;
}

.div-block-529 {
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 100px;
  width: 75px;
  height: 75px;
  margin-right: 15px;
}

.link-block-11 {
  align-items: center;
  margin-bottom: 20px;
  text-decoration: none;
  display: flex;
}

.link-block-11:hover {
  color: #a8a8a8;
  text-decoration: underline;
}

.text-block-180 {
  font-family: var(--subtext);
  color: #333;
  display: inline-block;
}

.div-block-530 {
  background-color: #555;
  border-radius: 100px;
  width: 5px;
  height: 5px;
  margin-left: 10px;
  margin-right: 10px;
}

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

.heading-138 {
  font-family: var(--maintext);
  color: #333;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 25px;
  line-height: 28px;
}

.div-block-532 {
  width: 30px;
  height: 30px;
  margin-left: 20px;
}

.div-block-533 {
  flex-direction: row;
}

.text-block-181 {
  font-family: var(--subtext);
  margin-top: 100px;
  margin-bottom: 20px;
  font-weight: 600;
}

.text-block-182 {
  font-family: var(--subtext);
  justify-content: space-between;
  font-weight: 500;
  display: flex;
}

.text-block-183 {
  font-family: var(--subtext);
  color: #fff;
  text-transform: uppercase;
  border-radius: 100px;
  padding: 5px 15px;
  display: inline-block;
}

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

.body-3 {
  background-color: var(--bg-white);
}

.div-block-535 {
  background-color: #555;
  border-radius: 100px;
  width: 5px;
  height: 5px;
  margin-left: 15px;
  margin-right: 15px;
}

.div-block-536 {
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 25px;
  width: 80vw;
  max-width: 1200px;
  height: 70vh;
  margin: 60px auto 100px;
}

.div-block-537, .div-block-538 {
  width: 70vw;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
}

.rich-text-block {
  margin-bottom: 100px;
}

.div-block-539 {
  justify-content: space-between;
  display: flex;
}

.text-block-184 {
  font-family: var(--subtext);
  font-weight: 600;
}

.link-block-12 {
  background-color: #e6e6e6;
  border-radius: 100px;
  justify-content: center;
  align-items: center;
  width: 45px;
  height: 45px;
  margin-right: 10px;
  display: flex;
}

.link-block-12:hover {
  background-color: #ccc;
}

.image-15 {
  width: 30px;
  max-width: none;
}

.div-block-540 {
  padding-top: 10px;
  display: flex;
}

.image-16 {
  width: 25px;
  max-width: none;
}

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

.image-17 {
  width: 25px;
}

.image-18 {
  width: 30px;
}

.div-block-542 {
  width: 70vw;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 100px;
  padding-bottom: 220px;
}

.heading-139 {
  font-family: var(--maintext);
  border-bottom: 1px solid #d1d1d1;
  margin-bottom: 20px;
  line-height: 65px;
}

.div-block-543 {
  z-index: 200;
  width: 100vw;
  height: 5px;
  position: fixed;
  inset: 0% 0% auto;
}

.div-block-544 {
  background-color: var(--main-blue);
  width: 0%;
  height: 100%;
}

.heading-140 {
  font-family: var(--maintext);
  color: #fff;
  font-size: 75px;
  font-weight: 700;
  line-height: 75px;
}

.text-block-185 {
  font-family: var(--subtext);
  color: #fff;
  text-align: center;
  text-transform: uppercase;
  font-size: 16px;
  font-weight: 400;
  line-height: 25px;
}

.div-block-545 {
  background-color: #0003;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  padding-top: 100px;
  display: flex;
}

.div-block-546 {
  justify-content: center;
  align-items: stretch;
  width: 90vw;
  max-width: 1400px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.section-13 {
  padding-top: 100px;
  padding-bottom: 100px;
}

.heading-141 {
  font-family: var(--maintext);
  font-size: 55px;
  line-height: 54px;
}

.paragraph-7 {
  font-family: var(--subtext);
  margin-bottom: 20px;
  font-size: 16px;
  line-height: 25px;
}

.div-block-547 {
  background-image: url('../images/PRP07569.jpg');
  background-position: 50% 0;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 20px;
  width: 60%;
  height: 50vh;
  margin-left: 5vw;
  box-shadow: 2px 2px 6px #0000004d;
}

.div-block-548 {
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  width: 40%;
  max-width: 400px;
  display: flex;
}

.div-block-549 {
  width: 90vw;
  max-width: 1220px;
  margin-left: auto;
  margin-right: auto;
}

.link-block-13 {
  border-radius: 20px;
  width: 100%;
  height: 45vh;
  min-height: 500px;
  overflow: hidden;
}

.link-block-13.wlkfpoe {
  height: 400px;
}

.div-block-550 {
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50% 0;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 20px;
  width: 100%;
  height: 100%;
}

.div-block-551 {
  padding-bottom: 40px;
}

.div-block-551.owjfeiow {
  width: 325px;
}

.heading-142 {
  font-family: var(--maintext);
  margin-top: 0;
  margin-bottom: 0;
  padding-left: 10px;
  font-size: 22px;
  font-weight: 700;
  line-height: 22px;
}

.heading-142.wefoiw {
  font-size: 22px;
  line-height: 30px;
}

.div-block-552 {
  justify-content: space-between;
  align-items: center;
  padding-top: 5px;
  padding-right: 20px;
  display: flex;
}

.div-block-553 {
  opacity: 0;
  background-image: url('../images/icons8-right-96.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  width: 35px;
  height: 35px;
}

.text-block-186 {
  font-family: var(--subtext);
}

.div-block-554 {
  align-items: center;
  height: 50px;
  padding-left: 10px;
  display: flex;
}

.div-block-554.woekfopwe {
  flex-direction: column;
  align-items: flex-start;
}

.text-block-187 {
  font-family: var(--subtext);
}

.div-block-555 {
  background-color: #333;
  border-radius: 1000px;
  width: 5px;
  height: 5px;
  margin-left: 10px;
  margin-right: 10px;
}

.section-14 {
  padding-bottom: 220px;
}

.body-4 {
  background-color: var(--bg-white);
}

.section-15 {
  margin-top: 0;
  padding-top: 20px;
  padding-bottom: 140px;
}

.div-block-556 {
  justify-content: space-between;
  width: 90vw;
  max-width: 1400px;
  margin-bottom: 100px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.div-block-557 {
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50% 0;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 20px;
  width: 50%;
  height: 75vh;
  box-shadow: 2px 2px 6px #0000004d;
}

.div-block-558 {
  flex-flow: column;
  flex: 0 auto;
  justify-content: center;
  align-items: flex-start;
  width: 40%;
  margin-left: auto;
  margin-right: auto;
  padding-right: 0;
  display: flex;
}

.heading-143 {
  font-family: var(--maintext);
  margin-top: 10px;
  font-size: 55px;
  line-height: 75px;
}

.div-block-559 {
  background-color: #333;
  border-radius: 100px;
  width: 5px;
  height: 5px;
  margin-left: 10px;
  margin-right: 10px;
}

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

.text-block-188 {
  font-family: var(--subtext);
  font-weight: 500;
}

.paragraph-8 {
  margin-top: 60px;
}

.rich-text-block-2 {
  max-width: 500px;
  font-family: var(--subtext);
  margin-top: 20px;
  font-size: 16px;
  line-height: 24px;
}

.div-block-561 {
  display: flex;
}

.text-block-190 {
  margin-left: 3px;
}

.text-block-191 {
  font-family: var(--subtext);
  font-weight: 600;
}

.text-block-191.owiehf {
  margin-left: 3px;
}

.div-block-562 {
  margin-top: 40px;
  display: none;
}

.div-block-563 {
  width: 90vw;
  max-width: 1400px;
  margin: 20px auto 100px;
}

.heading-144 {
  width: 90vw;
  max-width: 1400px;
  font-family: var(--maintext);
  border-bottom: 1px solid #d1d1d1;
  margin: 0 auto 40px;
  font-size: 55px;
  line-height: 65px;
}

.link-block-14 {
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 20px;
  width: 60%;
  height: 50vh;
  box-shadow: 2px 2px 6px #0000004d;
}

.div-block-564 {
  display: flex;
}

.div-block-565 {
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  width: 30%;
  margin-left: auto;
  margin-right: auto;
  padding-top: 0;
  padding-bottom: 20px;
  display: flex;
}

.heading-145 {
  font-family: var(--maintext);
  font-size: 55px;
  line-height: 65px;
}

.link-block-15 {
  border: 2px solid var(--main-blue);
  font-family: var(--subtext);
  color: var(--main-blue);
  letter-spacing: 1px;
  border-radius: 100px;
  padding: 7px 25px;
  font-size: 16px;
  font-weight: 600;
  text-decoration: none;
}

.link-block-15:hover {
  background-color: var(--main-blue);
  color: var(--white);
  font-weight: 500;
}

.text-block-192 {
  width: 215px;
  font-family: var(--subtext);
  margin-top: 20px;
  margin-bottom: 30px;
  font-size: 16px;
  font-weight: 400;
  line-height: 25px;
}

.div-block-566 {
  background-color: #333;
  border-radius: 100px;
  width: 5px;
  height: 5px;
  margin-left: 10px;
  margin-right: 10px;
}

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

.link-28 {
  font-family: var(--subtext);
  color: #333;
  white-space: nowrap;
  font-weight: 600;
  text-decoration: none;
}

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

.link-block-16 {
  width: 300px;
  margin-bottom: 20px;
  margin-right: 20px;
  text-decoration: none;
}

.link-block-16.owjfoiwe {
  width: 100%;
  height: auto;
  margin-right: 0;
}

.div-block-568 {
  border-radius: 20px;
  width: 100%;
  height: 350px;
  overflow: hidden;
  box-shadow: 2px 2px 6px #0000004d;
}

.div-block-568.wfpojwef {
  height: 35vh;
}

.div-block-569 {
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
  height: 100%;
}

.collection-list {
  flex-wrap: wrap;
  width: 90vw;
  max-width: 1400px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.heading-146 {
  width: 215px;
  height: 44px;
  font-family: var(--maintext);
  color: #333;
  margin-top: 10px;
  margin-bottom: 0;
  padding-left: 0;
  font-size: 16px;
  font-weight: 500;
  line-height: 22px;
  text-decoration: none;
}

.heading-146.lkwnef {
  width: 250px;
}

.div-block-570 {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.div-block-571 {
  opacity: 0;
  background-image: url('../images/icons8-right-96.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  flex: none;
  width: 35px;
  height: 35px;
  margin-right: 20px;
}

.collection-list-2 {
  justify-content: center;
  align-items: center;
}

.collection-item-5 {
  justify-content: center;
  align-items: center;
  padding-left: 5px;
  padding-right: 5px;
  display: flex;
}

.div-block-572 {
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  height: 125px;
  display: flex;
}

.div-block-572.kwjfbow {
  height: 35px;
}

.videodivcontanor {
  z-index: 220;
  background-color: #fff;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 100vw;
  height: 100vh;
  display: none;
  position: fixed;
  inset: 0%;
}

.div-block-574 {
  flex: 1;
  justify-content: flex-end;
  align-items: flex-end;
  width: 100vw;
  height: auto;
  display: flex;
}

.link-block-17 {
  background-image: url('../images/icons8-close-100.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  width: 48px;
  height: 48px;
  margin-top: 50px;
  margin-left: auto;
  margin-right: 50px;
}

.video {
  margin-left: auto;
  margin-right: auto;
}

.div-block-575 {
  flex-direction: column;
  display: flex;
}

.div-block-576 {
  width: 70vw;
  max-width: 900px;
  margin-top: 10vh;
  margin-left: auto;
  margin-right: auto;
}

.collection-list-3 {
  flex-flow: wrap;
  display: flex;
}

.collection-item-6 {
  width: 45%;
  margin-right: 20px;
}

.div-block-577 {
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
  height: 100%;
}

.div-block-578 {
  justify-content: space-between;
  width: 100%;
  display: flex;
}

.div-block-579 {
  opacity: 0;
  background-image: url('../images/icons8-right-96.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  width: 35px;
  height: 35px;
  margin-top: 20px;
  margin-right: 20px;
}

.div-block-580 {
  height: 300px;
  margin-bottom: 140px;
  padding-top: 60px;
  position: sticky;
  top: 200px;
}

.section-16 {
  width: 100vw;
  margin-top: -113px;
  padding-top: 140px;
  padding-bottom: 140px;
}

.heading-147 {
  font-family: var(--maintext);
  margin: 0 auto;
  font-size: 55px;
  font-weight: 600;
  line-height: 75px;
}

.div-block-581 {
  width: 90vw;
  max-width: 1400px;
  margin-left: auto;
  margin-right: auto;
}

.text-block-193 {
  width: 60vw;
  font-family: var(--subtext);
  font-size: 16px;
  font-weight: 400;
  line-height: 25px;
}

.div-block-582 {
  width: 90vw;
  max-width: 1400px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 40px;
}

.collection-item-7 {
  margin-bottom: 60px;
}

.div-block-583 {
  flex-direction: row;
  width: 90vw;
  max-width: 1400px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.heading-148 {
  font-family: var(--maintext);
  font-size: 38px;
  font-weight: 600;
  line-height: 48px;
}

.div-block-584 {
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  width: 40%;
  display: flex;
}

.text-block-194 {
  font-family: var(--subtext);
  font-size: 18px;
  font-weight: 400;
  line-height: 30px;
}

.body-5 {
  background-color: var(--bg-white);
}

.div-block-585 {
  background-image: url('../images/HSV-MAP.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  flex: 1;
  min-height: 600px;
}

.section-17 {
  margin-top: -113px;
  padding-top: 140px;
  padding-bottom: 220px;
}

.link-29 {
  color: var(--main-blue);
}

.link-29.kwjbfije {
  text-decoration: none;
}

.link-29.kwjbfije:hover {
  text-decoration: underline;
}

.div-block-586 {
  justify-content: space-between;
  align-items: stretch;
  width: 90vw;
  max-width: 1400px;
  margin-left: auto;
  margin-right: auto;
  padding-bottom: 100px;
  display: flex;
}

.div-block-587 {
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 20px;
  width: 55%;
  height: 50vh;
  box-shadow: 2px 2px 6px #0000004d;
}

.div-block-588 {
  width: 40%;
  margin-left: auto;
  margin-right: auto;
}

.heading-149 {
  font-family: var(--maintext);
  margin-top: 60px;
  font-size: 38px;
  font-weight: 600;
}

.div-block-589 {
  border-radius: 20px;
  justify-content: center;
  align-items: center;
  width: 90vw;
  max-width: 1400px;
  height: 65vh;
  margin-bottom: 100px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  overflow: hidden;
}

.html-embed-11 {
  background-color: #e4e4e4;
  border-radius: 20px;
  width: 100%;
  height: 100%;
}

.html-embed-12 {
  width: 90vw;
  margin-top: 10px;
  margin-left: auto;
  margin-right: auto;
}

.div-block-192 {
  flex-direction: column;
  justify-content: flex-end;
  align-items: flex-start;
  padding-bottom: 0;
  padding-left: 40px;
  display: flex;
}

.button-47 {
  border: 2px solid var(--main-blue);
  background-color: var(--white);
  height: 45px;
  font-family: var(--subtext);
  color: var(--main-blue);
  text-transform: none;
  border-radius: 100px;
  justify-content: center;
  align-items: center;
  margin-top: auto;
  margin-bottom: auto;
  margin-left: auto;
  padding: 12px 30px;
  font-size: 16px;
  font-weight: 600;
  display: flex;
}

.button-47:hover {
  background-color: var(--main-blue);
  color: var(--white);
  font-weight: 400;
  text-decoration: none;
}

.div-block-195 {
  justify-content: space-between;
  align-items: flex-end;
  width: 160px;
  margin-top: 5px;
  margin-bottom: 5px;
  display: flex;
}

.div-block-189 {
  background-color: #fff0;
  border-radius: 15px;
  width: 90vw;
  max-width: 1400px;
  margin: 0 auto 20px;
  padding: 20px 10px;
  display: flex;
}

.text-block-133 {
  font-family: var(--subtext);
  color: #111;
  font-size: 18px;
  font-weight: 500;
}

.text-block-106 {
  font-family: var(--subtext);
  font-size: 16px;
  font-weight: 400;
}

.text-block-141 {
  font-family: var(--subtext);
  padding-left: 5px;
  font-size: 16px;
  font-weight: 400;
}

.div-block-188 {
  justify-content: space-between;
  width: 160px;
  display: flex;
}

.image-49 {
  width: 100px;
  height: 50px;
}

.html-embed-14 {
  width: 90vw;
  max-width: 1400px;
  margin-left: auto;
  margin-right: auto;
}

.div-block-590 {
  width: 90vw;
  max-width: 1400px;
  margin-bottom: 100px;
  margin-left: auto;
  margin-right: auto;
}

.body-6 {
  background-color: var(--bg-white);
}

.collection-item-8 {
  width: 32%;
  margin-right: 1%;
}

.collection-list-4 {
  flex-wrap: wrap;
  display: flex;
}

.link-block-18 {
  width: 100%;
  height: auto;
  padding-bottom: 20px;
  text-decoration: none;
}

.div-block-591 {
  border-radius: 20px;
  width: 100%;
  height: 50vh;
  overflow: hidden;
  box-shadow: 2px 2px 6px #0003;
}

.div-block-592 {
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50% 0;
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
  height: 100%;
}

.heading-150 {
  font-family: var(--maintext);
  color: #333;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 22px;
  text-decoration: none;
}

.div-block-593 {
  justify-content: space-between;
  align-items: center;
  padding-top: 10px;
  padding-bottom: 0;
  display: flex;
}

.div-block-594 {
  opacity: 0;
  background-image: url('../images/icons8-right-96.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  width: 30px;
  height: 30px;
  margin-bottom: 5px;
  margin-right: 20px;
}

.div-block-595 {
  background-color: #333;
  border-radius: 100px;
  flex: none;
  width: 5px;
  height: 5px;
  margin-left: 10px;
  margin-right: 10px;
}

.text-block-195 {
  font-family: var(--subtext);
  color: #333;
  font-size: 10px;
  font-weight: 500;
  line-height: 15px;
}

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

.body-7, .body-8 {
  background-color: var(--bg-white);
}

.text-block-196 {
  width: 215px;
  font-family: var(--subtext);
  margin-bottom: 40px;
  font-weight: 400;
}

.div-block-597 {
  background-color: #f1f1f1;
  border-radius: 100px;
  justify-content: center;
  align-items: center;
  width: 35px;
  height: 35px;
  display: flex;
}

.link-block-19 {
  flex-direction: column;
  align-items: flex-start;
  margin-bottom: 20px;
  text-decoration: none;
  display: flex;
}

.div-block-598 {
  background-image: url('../images/icons8-right-96.png');
  background-position: 50%;
  background-size: contain;
  width: 30px;
  height: 30px;
  margin-left: auto;
}

.text-block-197 {
  font-family: var(--subtext);
  color: #091724;
  padding-left: 10px;
  padding-right: 20px;
  font-size: 18px;
  font-weight: 500;
  text-decoration: none;
}

.text-block-197.wljnfljwenf {
  padding-left: 0;
}

.image-50 {
  width: 20px;
}

.div-block-599 {
  align-items: center;
  width: 100%;
  padding-bottom: 3px;
  padding-right: 20px;
  display: flex;
}

.div-block-600 {
  background-color: #091724;
  width: 0%;
  height: 1px;
}

.image-51 {
  width: 20px;
}

.image-52, .image-53 {
  width: 22px;
}

.background-video {
  background-image: linear-gradient(#00000080, #00000080);
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
}

.section-18 {
  z-index: 20;
  justify-content: space-between;
  width: 100vw;
  padding-top: 10px;
  padding-bottom: 10px;
  position: relative;
}

.div-block-601 {
  background-color: #fff;
  border-radius: 20px;
  width: 90vw;
  max-width: 1400px;
  height: auto;
  margin-top: -90px;
  margin-left: auto;
  margin-right: auto;
  padding: 20px 0;
  overflow: hidden;
  box-shadow: 2px 2px 6px #0003;
}

.collection-item-9 {
  width: 200px;
  height: 250px;
  margin-right: 20px;
}

.link-block-20 {
  background-color: var(--white);
  border-radius: 20px;
  width: 100%;
  height: 100%;
  text-decoration: none;
  overflow: hidden;
  box-shadow: 2px 2px 8px #0003;
}

.div-block-602 {
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
  height: 150px;
}

.heading-151 {
  height: 50px;
  font-family: var(--maintext);
  color: #333;
  margin-top: 10px;
  margin-bottom: 0;
  padding-left: 10px;
  font-size: 22px;
  font-weight: 600;
  line-height: 25px;
  text-decoration: none;
}

.collection-list-wrapper-3, .collection-list-5 {
  display: flex;
}

.div-block-603 {
  background-color: #fff;
  border-radius: 100px;
  justify-content: center;
  align-items: center;
  width: 80px;
  height: 28px;
  display: flex;
}

.text-block-198 {
  color: #fff;
  text-transform: uppercase;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 12px;
  font-weight: 300;
}

.div-block-604 {
  justify-content: space-between;
  padding-left: 10px;
  padding-right: 10px;
  display: flex;
}

.text-block-199 {
  color: #141414;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 16px;
}

.div-block-605 {
  margin-left: -20px;
  margin-right: -20px;
  padding-top: 10px;
  padding-bottom: 40px;
  padding-left: 20px;
  overflow: scroll;
}

.heading-152 {
  width: 80%;
  font-family: var(--maintext);
  text-align: center;
  margin-top: 10px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 20px;
  font-size: 38px;
  font-weight: 700;
}

.image-54, .image-55, .image-56, .image-57, .image-58, .image-59 {
  object-fit: cover;
  height: 100%;
}

.div-block-606 {
  justify-content: space-between;
  align-items: stretch;
  display: flex;
}

.div-block-607 {
  z-index: 20;
  background-image: linear-gradient(90deg, #fff, #fff0);
  width: 100px;
  height: auto;
  position: relative;
}

.div-block-608 {
  z-index: 20;
  background-image: linear-gradient(270deg, #fff, #fff0);
  width: 100px;
  position: relative;
}

.navbar5_menu-dropdown {
  position: static;
}

.navbar5_container {
  justify-content: space-between;
  align-items: center;
  width: 100%;
  max-width: 100%;
  height: 100%;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.icon-embed-xsmall {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 1.5rem;
  height: 1.5rem;
  display: flex;
}

.navbar5_logo-link {
  width: 125px;
  padding-left: 0;
}

.navbar5_icon-wrapper {
  flex: none;
}

.navbar5_blog-image-wrapper {
  border-radius: 10px;
  width: 100%;
  overflow: hidden;
}

.dropdown-chevron {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 1rem;
  height: 1rem;
  display: flex;
}

.text-style-link {
  font-family: var(--subtext);
  color: var(--\<unknown\|relume-variable-link-color-1\>);
  font-weight: 700;
  text-decoration: none;
}

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

.text-style-link.w--current {
  font-weight: 700;
}

.text-style-link.w--current:hover {
  text-decoration: underline;
}

.text-style-link.text-size-small {
  height: 20px;
  font-family: var(--subtext);
  text-decoration: none;
}

.navbar5_component {
  z-index: 200;
  background-color: #fff;
  border-bottom: 1px solid #e6e6e6;
  align-items: center;
  width: 100%;
  height: 75px;
  min-height: 4.5rem;
  padding-left: 5%;
  padding-right: 5%;
  position: sticky;
  top: 0;
}

.navbar5_menu-button {
  padding: 0;
}

.navbar5_item-right {
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  display: flex;
}

.navbar5_dropdown-link-list {
  grid-column-gap: 0px;
  grid-row-gap: 1rem;
  grid-template-rows: max-content;
  grid-template-columns: 1fr;
  grid-auto-rows: max-content;
  grid-auto-columns: 1fr;
  padding-top: 20px;
  display: grid;
}

.navbar5_dropdown-list.w--open {
  border-bottom: 1px solid var(--\<unknown\|relume-variable-border-color-1\>);
  background-color: var(--menubg);
  width: 100vw;
  max-width: 100%;
  margin-top: -5px;
  padding-left: 5%;
  padding-right: 5%;
  position: absolute;
  inset: 100% 0% auto;
  overflow: hidden;
}

.navbar5_menu {
  flex: 1;
  justify-content: space-between;
  align-items: center;
  height: 100%;
  margin-left: 1.5rem;
  display: flex;
  position: static;
}

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

.navbar5_large-item-content {
  flex-direction: column;
  justify-content: flex-start;
  padding-top: 10px;
  display: flex;
}

.navbar5_link {
  font-family: var(--subtext);
  color: var(--\<unknown\|relume-variable-link-color-1\>);
  padding: 1.5rem 1rem;
}

.navbar5_link.w--current {
  color: var(--\<unknown\|relume-variable-color-neutral-1\>);
}

.navbar5_dropdown-content-left {
  grid-column-gap: 2rem;
  grid-row-gap: 0px;
  flex: 1;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  padding: 2rem 2rem 2rem 0;
  display: grid;
}

.text-size-small {
  height: 40px;
  font-family: var(--subtext);
  color: #222;
  font-size: .875rem;
  overflow: hidden;
}

.text-size-small.text-weight-semibold {
  height: 20px;
}

.navbar5_dropdown-link {
  grid-column-gap: .75rem;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: max-content 1fr;
  grid-auto-columns: 1fr;
  align-items: flex-start;
  padding-top: .5rem;
  padding-bottom: .5rem;
  text-decoration: none;
  display: grid;
}

.navbar5_blog-list {
  grid-column-gap: 0rem;
  grid-row-gap: .5rem;
  flex-direction: column;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  align-items: flex-start;
  display: grid;
}

.margin-top, .margin-top.margin-xxsmall {
  margin-bottom: 0;
  margin-left: 0;
  margin-right: 0;
}

.navbar5_dropdown-content-wrapper {
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.navbar5_dropdown-content-wrapper.z-index-1 {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  grid-template-rows: max-content max-content;
  grid-auto-rows: max-content;
  width: 100%;
}

.icon-embed-xxsmall {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 1rem;
  height: 1rem;
  display: flex;
}

.margin-bottom {
  margin-top: 0;
  margin-left: 0;
  margin-right: 0;
}

.margin-bottom.margin-tiny {
  margin-top: 0;
  margin-left: 0;
  margin-right: 0;
  padding-bottom: 10px;
}

.margin-bottom.margin-small, .margin-bottom.margin-tiny, .margin-bottom.margin-medium {
  margin-top: 0;
  margin-left: 0;
  margin-right: 0;
}

.button-group {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-flow: row;
  align-items: center;
  display: flex;
}

.navbar5_menu-right {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  display: flex;
}

.navbar5_dropdown-content {
  width: 100%;
  display: flex;
}

.navbar5_dropdown-toggle {
  grid-column-gap: .5rem;
  color: var(--\<unknown\|relume-variable-link-color-1\>);
  align-items: center;
  padding: 1.5rem 1rem;
  display: flex;
}

.navbar5_dropdown-background-layer {
  background-color: var(--\<unknown\|relume-variable-background-color-2\>);
  min-width: 100vw;
  position: absolute;
  inset: 0% auto 0% 0%;
}

.navbar5_dropdown-content-right {
  flex: 1;
  max-width: 35rem;
  padding: 2rem 0 2rem 2rem;
  display: flex;
  position: relative;
}

.navbar5_blog-item {
  grid-column-gap: 1.5rem;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: .6fr 1fr;
  grid-auto-columns: 1fr;
  padding-top: .5rem;
  padding-bottom: .5rem;
  text-decoration: none;
  display: grid;
}

.button-48 {
  text-align: center;
  border-style: solid;
  border-width: 1px;
  padding: .75rem 1.5rem;
  text-decoration: none;
}

.button-48:hover {
  color: #fff;
}

.button-48.is-small {
  border-color: var(--main-blue);
  background-color: var(--main-blue);
  font-family: var(--subtext);
  border-radius: 10000px;
  padding: .5rem 1.5rem;
}

.button-48.is-link {
  color: var(--\<unknown\|relume-variable-color-neutral-1\>);
  background-color: #0000;
  border-style: none;
  padding: .25rem 0;
  line-height: 1;
  text-decoration: none;
}

.button-48.is-link.is-icon {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.button-48.is-link.is-icon:hover {
  text-decoration: underline;
}

.button-48.is-secondary {
  color: var(--\<unknown\|relume-variable-color-neutral-1\>);
  background-color: #0000;
}

.button-48.is-secondary.is-small {
  font-family: var(--subtext);
  background-image: none;
  border-color: #333;
}

.button-48.is-secondary.is-small:hover {
  background-color: #333;
}

.text-weight-semibold {
  font-family: var(--maintext);
  color: #222;
  font-size: 18px;
  font-weight: 600;
  line-height: 22px;
}

.text-block-200, .text-block-201 {
  font-family: var(--subtext);
}

.section-19 {
  width: 100vw;
  height: 25px;
}

.section-20 {
  z-index: 20;
  background-color: #fff;
  width: 100vw;
  height: 32px;
  position: relative;
}

.button-49 {
  background-color: var(--white);
  font-family: var(--subtext);
  color: #333;
  border: 1px solid #333;
  border-radius: 1000px;
  padding-left: 22px;
  padding-right: 22px;
}

.button-49:hover {
  font-family: var(--subtext);
  color: #fff;
  background-color: #333;
  border-color: #333;
}

.button-50 {
  border: 1px solid var(--main-blue);
  background-color: var(--main-blue);
  font-family: var(--subtext);
  color: #fff;
  border-radius: 1000px;
  padding-left: 20px;
  padding-right: 20px;
}

.button-50:hover {
  background-color: #037ec2;
}

.navbar-dropdown1_component {
  margin-left: 0;
  margin-right: 0;
}

.navbar-dropdown1_dropdown-toggle {
  grid-column-gap: .5rem;
  align-items: center;
  height: 70px;
  padding: .5rem 1rem;
  display: flex;
}

.navbar-dropdown1_dropdown-list {
  background-color: #ddd;
  border: 1px #000;
}

.navbar-dropdown1_dropdown-list.w--open {
  background-color: var(--\<unknown\|relume-variable-color-neutral-2\>);
  -webkit-text-fill-color: inherit;
  background-image: linear-gradient(#f7f7f7, #f7f7f7);
  background-clip: border-box;
  border: 1px solid #c3c3c3;
  border-radius: 20px;
  margin-top: -5px;
  padding: .5rem;
  box-shadow: 2px 2px 6px #0003;
}

.navbar-dropdown1_dropdown-link {
  padding: .5rem 1rem;
}

.navbar-dropdown1_dropdown-link:hover {
  border-bottom: 1px none var(--main-blue);
  color: var(--main-blue);
}

.navbar-dropdown1_dropdown-link.w--current {
  color: var(--\<unknown\|relume-variable-color-neutral-1\>);
}

.text-block-202 {
  font-family: var(--subtext);
}

.div-block-609 {
  justify-content: space-between;
  align-items: stretch;
  display: flex;
}

.div-block-610 {
  font-family: var(--subtext);
  color: #fff;
  text-transform: uppercase;
  border-radius: 100px;
  padding: 3px 12px;
  font-size: 10px;
}

.text-block-203 {
  font-family: var(--subtext);
  color: #222;
}

.link-block-21 {
  background-color: #fff;
  border: 1px solid #ececec;
  border-radius: 15px;
  margin-bottom: 20px;
  padding: 15px;
  text-decoration: none;
}

.link-block-21:hover {
  text-decoration: none;
  box-shadow: 2px 2px 6px #94949433;
}

.text-block-204 {
  font-family: var(--subtext);
  font-size: 18px;
  font-weight: 600;
  line-height: 25px;
}

.navbar-dropdown6_item-text {
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  display: flex;
}

.navbar-dropdown6_bottom-bar-content {
  z-index: 1;
  grid-column-gap: 4px;
  grid-row-gap: 1rem;
  grid-template-rows: auto;
  grid-template-columns: max-content max-content;
  grid-auto-columns: 1fr;
  margin-left: auto;
  margin-right: auto;
  display: grid;
  position: relative;
}

.navbar-dropdown6_dropdown-content-layout {
  grid-column-gap: 2rem;
  grid-row-gap: 0px;
  flex: 1;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  padding-top: 2rem;
  padding-bottom: 2rem;
  display: grid;
}

.icon-height-xsmall {
  object-fit: cover;
  height: 1.5rem;
}

.navbar-dropdown6_dropdown-content {
  width: 100%;
  padding-top: 20px;
  display: flex;
}

.navbar-dropdown6_dropdown-link {
  grid-column-gap: .75rem;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: max-content 1fr;
  grid-auto-columns: 1fr;
  align-items: flex-start;
  padding-top: .5rem;
  padding-bottom: .5rem;
  text-decoration: none;
  display: grid;
}

.navbar-dropdown6_component {
  margin-left: 0;
  margin-right: 0;
  position: static;
}

.navbar-dropdown6_bottom-bar {
  justify-content: space-between;
  align-items: center;
  width: 100%;
  height: 100px;
  padding-top: .75rem;
  padding-bottom: .75rem;
  display: flex;
  position: relative;
}

.text-size-small-2 {
  font-size: .875rem;
}

.text-size-small-2.hide-mobile-landscape {
  color: #333;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
}

.text-size-small-2.text-weight-semibold {
  margin-top: 0;
}

.navbar-dropdown6_dropdown-link-list {
  grid-column-gap: 0px;
  grid-row-gap: 1rem;
  grid-template-rows: max-content;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.navbar-dropdown6_bottom-bar-background-layer {
  background-color: var(--\<unknown\|relume-variable-color-neutral-3\>);
  width: 200vw;
  position: absolute;
  inset: 0% -50vw;
}

.navbar-dropdown6_icon-wrapper {
  flex: none;
}

.navbar-dropdown6_container {
  justify-content: space-between;
  align-items: center;
  width: 100%;
  max-width: 100%;
  height: 100%;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.navbar-dropdown6_dropdown-list.w--open {
  border-bottom: 1px solid var(--\<unknown\|relume-variable-border-color-1\>);
  background-color: var(--menubg);
  width: 100vw;
  max-width: 100%;
  margin-top: -5px;
  padding-left: 5%;
  padding-right: 5%;
  position: absolute;
  top: 100%;
  left: 0;
  right: 0;
  overflow: hidden;
}

.text-weight-semibold {
  margin-top: auto;
  margin-bottom: 0;
  font-weight: 600;
}

.navbar-dropdown6_dropdown-toggle {
  grid-column-gap: .5rem;
  align-items: center;
  padding: 1.5rem 1rem;
  display: flex;
}

.text-block-205 {
  font-family: var(--subtext);
  color: #222;
}

.div-block-611 {
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
  height: 100%;
}

.link-block-22 {
  width: 100%;
  text-decoration: none;
}

.collection-list-wrapper-4 {
  width: 100%;
}

.collection-item-10 {
  width: 30%;
  max-width: 325px;
  padding-left: 0;
  padding-right: 0;
}

.collection-list-6 {
  justify-content: space-between;
  align-items: stretch;
  display: flex;
}

.heading-153 {
  font-family: var(--maintext);
  color: #222;
  margin-top: 10px;
  margin-bottom: 3px;
  font-size: 22px;
  font-weight: 600;
  line-height: 30px;
  text-decoration: none;
}

.div-block-612 {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.div-block-613 {
  width: 50px;
  height: 25px;
}

.image-60 {
  opacity: 0;
  width: 25px;
}

.div-block-614 {
  border-radius: 10px;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 225px;
  display: flex;
  overflow: hidden;
}

.navbar-dropdown3_container {
  justify-content: space-between;
  align-items: center;
  width: 100%;
  max-width: 100%;
  height: 100%;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.navbar-dropdown3_item-right {
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  display: flex;
}

.button-51 {
  border: 1px solid var(--\<unknown\|relume-variable-color-neutral-1\>);
  background-color: var(--\<unknown\|relume-variable-color-neutral-1\>);
  color: var(--\<unknown\|relume-variable-color-neutral-2\>);
  text-align: center;
  padding: .75rem 1.5rem;
  text-decoration: none;
}

.button-51.is-link {
  color: var(--\<unknown\|relume-variable-color-neutral-1\>);
  background-color: #0000;
  border-style: none;
  padding: .25rem 0;
  line-height: 1;
  text-decoration: none;
}

.button-51.is-link.is-icon {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  display: flex;
}

.button-51.is-link.is-icon:hover {
  text-decoration: underline;
}

.navbar-dropdown3_dropdown-content-left {
  grid-column-gap: 2rem;
  grid-row-gap: 0px;
  flex: 1;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  padding: 2rem 2rem 0 0;
  display: grid;
}

.navbar-dropdown3_blog-content {
  flex-direction: column;
  justify-content: flex-start;
  max-width: 18rem;
  display: flex;
}

.navbar-dropdown3_blog-item {
  flex-direction: column;
  grid-template-rows: auto;
  grid-template-columns: max-content;
  grid-auto-columns: 1fr;
  padding-top: 0;
  padding-bottom: 0;
  text-decoration: none;
  display: flex;
}

.navbar-dropdown3_dropdown-blog-item-wrapper {
  flex-direction: column;
  grid-template-rows: auto auto auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  align-items: flex-start;
}

.navbar-dropdown3_icon-wrapper {
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 1000px;
  flex: none;
  width: 55px;
  height: 55px;
}

.navbar-dropdown3_blog-image-wrapper {
  border-radius: 20px;
  width: 155px;
  height: 100px;
  margin-bottom: 10px;
  padding-top: 56.25%;
  position: relative;
  overflow: hidden;
}

.navbar-dropdown3_component {
  margin-left: 0;
  margin-right: 0;
  position: static;
}

.navbar-dropdown3_blog-image {
  object-fit: cover;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.navbar-dropdown3_dropdown-list.w--open {
  border-bottom: 1px solid var(--\<unknown\|relume-variable-border-color-1\>);
  background-color: var(--menubg);
  width: 100vw;
  max-width: 100%;
  margin-top: -5px;
  padding-left: 5%;
  padding-right: 5%;
  position: absolute;
  top: 100%;
  left: 0;
  right: 0;
  overflow: hidden;
}

.navbar-dropdown3_dropdown-content {
  flex-flow: column;
  width: 100%;
  display: flex;
}

.navbar-dropdown3_dropdown-toggle {
  grid-column-gap: .5rem;
  align-items: center;
  padding: 1.5rem 1rem;
  display: flex;
}

.navbar-dropdown3_dropdown-link-list {
  grid-column-gap: 0px;
  grid-row-gap: 1rem;
  grid-template-rows: max-content max-content;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.button-group-2 {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  width: 155px;
  padding: 0 10px;
  display: flex;
}

.navbar-dropdown3_dropdown-content-right {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex: 1;
  grid-template-rows: max-content auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-end;
  align-items: center;
  max-width: none;
  padding: 0 2rem 2rem;
  display: flex;
  position: relative;
}

.navbar-dropdown3_dropdown-content-wrapper {
  grid-template-rows: auto max-content;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.navbar-dropdown3_dropdown-content-wrapper.z-index-1 {
  grid-row-gap: 1rem;
  justify-content: flex-end;
  align-items: center;
  width: 100%;
  display: flex;
}

.navbar-dropdown3_dropdown-link {
  grid-column-gap: .75rem;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: max-content 1fr;
  grid-auto-columns: 1fr;
  align-items: flex-start;
  padding-top: .5rem;
  padding-bottom: .5rem;
  text-decoration: none;
  display: grid;
}

.navbar-dropdown3_dropdown-link:hover {
  color: #333;
  text-decoration: underline;
}

.navbar-dropdown_dropdown-background-layer {
  background-color: var(--\<unknown\|relume-variable-color-neutral-3\>);
  min-width: 100vw;
  position: absolute;
  inset: 0% auto 0% 0%;
}

.text-block-206 {
  font-family: var(--subtext);
}

.div-block-615 {
  width: 60%;
}

.text-block-207 {
  color: #868686;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
}

.div-block-616 {
  background-color: #c4c4c4;
  width: 90%;
  height: 1px;
  margin-bottom: 20px;
  margin-left: auto;
  margin-right: auto;
}

.link-block-23 {
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50% 0;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 20px;
  justify-content: center;
  align-items: flex-end;
  width: 100%;
  height: 30vw;
  max-height: 500px;
  margin-top: 20px;
  text-decoration: none;
  display: flex;
  overflow: hidden;
}

.link-block-23:hover {
  background-image: linear-gradient(#00000080, #00000080);
}

.div-block-617 {
  background-image: linear-gradient(0deg, #00000059, #0000 40%);
  flex-flow: column;
  justify-content: flex-end;
  align-items: flex-start;
  width: 100%;
  height: 100%;
  padding-bottom: 20px;
  padding-left: 10px;
  display: flex;
}

.div-block-617:hover {
  background-image: linear-gradient(#0000001a, #0000001a), linear-gradient(0deg, #00000059, #0000 40%);
}

.heading-154 {
  font-family: var(--maintext);
  color: #fff;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 22px;
}

.text-block-208 {
  font-family: var(--subtext);
  color: #fff;
}

.text-block-209 {
  font-family: var(--subtext);
  text-align: center;
  padding-bottom: 20px;
}

.div-block-618, .div-block-619 {
  display: flex;
}

.collection-list-wrapper-5 {
  flex-flow: wrap;
  width: 100%;
}

.footer3_social-link {
  color: var(--\<unknown\|relume-variable-link-color-1\>);
  align-items: center;
  font-size: 14px;
  text-decoration: none;
  display: flex;
}

.footer3_link-list {
  flex-direction: column;
  grid-template-rows: auto;
  grid-template-columns: 100%;
  grid-auto-columns: 100%;
  place-items: flex-start start;
  display: flex;
}

.footer3_logo-link {
  float: none;
  padding-left: 0;
}

.footer3_legal-link {
  color: var(--\<unknown\|relume-variable-link-color-1\>);
  font-size: .875rem;
  text-decoration: underline;
}

.padding-top, .padding-top.padding-medium {
  padding-bottom: 0;
  padding-left: 0;
  padding-right: 0;
}

.footer3_credit-text {
  font-size: .875rem;
}

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

.padding-bottom, .padding-bottom.padding-xxlarge {
  padding-top: 0;
  padding-left: 0;
  padding-right: 0;
}

.footer3_top-wrapper {
  grid-column-gap: 4vw;
  grid-template-rows: auto;
  grid-template-columns: 1fr .5fr;
  align-items: start;
}

.footer3_legal-list {
  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;
}

.padding-vertical, .padding-vertical.padding-xxlarge {
  padding-left: 0;
  padding-right: 0;
}

.footer3_bottom-wrapper {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.line-divider {
  background-color: var(--\<unknown\|relume-variable-border-color-1\>);
  width: 100%;
  height: 1px;
}

.padding-global {
  padding-left: 5%;
  padding-right: 5%;
}

.footer3_menu-wrapper {
  grid-column-gap: 2rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  align-items: start;
}

.footer3_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;
  place-items: start;
  display: grid;
}

.footer3_link {
  color: var(--\<unknown\|relume-variable-link-color-1\>);
  padding-top: .5rem;
  padding-bottom: .5rem;
  font-size: .875rem;
  font-weight: 600;
  text-decoration: none;
}

.div-block-620 {
  justify-content: space-between;
  width: 90vw;
  max-width: 1400px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.link-block-24 {
  background-image: url('../images/Frame-18.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  width: 200px;
  height: 75px;
}

.text-block-210 {
  font-family: var(--maintext);
  margin-bottom: 10px;
  font-size: 16px;
  font-weight: 500;
}

.link-30 {
  font-family: var(--subtext);
  color: #333;
  padding-top: 5px;
  padding-bottom: 5px;
  font-weight: 400;
  text-decoration: none;
  display: block;
}

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

.link-block-25 {
  width: 55px;
  height: 55px;
}

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

.image-61, .image-62 {
  width: 80%;
}

.image-63 {
  width: 85%;
}

.div-block-622 {
  justify-content: space-between;
  width: 90vw;
  max-width: 1400px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.link-31 {
  font-family: var(--subtext);
  color: #606060;
  text-decoration: none;
}

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

.text-block-211 {
  font-family: var(--subtext);
  color: #606060;
}

.div-block-623 {
  margin-right: -50px;
}

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

.text-block-213 {
  font-family: var(--subtext);
}

.heading-155 {
  width: 90vw;
  max-width: 1400px;
  font-family: var(--maintext);
  text-align: center;
  margin-bottom: 60px;
  margin-left: auto;
  margin-right: auto;
  font-size: 55px;
  font-weight: 700;
  line-height: 60px;
}

.heading-156 {
  font-family: var(--maintext);
  color: #444;
  margin-bottom: 0;
  font-size: 38px;
  line-height: 38px;
}

.text-block-215 {
  width: 100px;
  font-family: var(--subtext);
  color: #333;
  font-size: 14px;
}

.div-block-626 {
  justify-content: space-between;
  align-items: stretch;
  width: 100%;
  display: flex;
}

.text-span {
  -webkit-text-fill-color: transparent;
  background-image: linear-gradient(135deg, #009dff, #80f);
  -webkit-background-clip: text;
  background-clip: text;
}

.next, .previous {
  border-radius: 1000px;
  justify-content: center;
  align-items: center;
  width: 125px;
  text-decoration: none;
  display: flex;
}

.div-block-627 {
  z-index: 19;
  background-color: var(--bg-white);
  padding-top: 10px;
  padding-bottom: 0;
  position: sticky;
  top: 70px;
}

.div-block-628 {
  width: 60%;
}

.div-block-629 {
  width: 35%;
  height: 300px;
  position: sticky;
  top: 200px;
}

.div-block-630 {
  justify-content: space-between;
  width: 90vw;
  max-width: 1400px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.link-block-26 {
  width: 100%;
}

.div-block-631 {
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 100px;
  width: 32px;
  height: 32px;
}

.div-block-632 {
  display: flex;
}

.heading-157 {
  font-family: var(--maintext);
  margin-top: 0;
  margin-bottom: 0;
  padding-left: 10px;
  font-size: 16px;
  font-weight: 400;
  line-height: 32px;
}

.heading-158 {
  font-family: var(--maintext);
  margin-top: 10px;
  margin-bottom: 0;
  font-size: 32px;
}

.paragraph-9 {
  height: 60px;
  font-family: var(--subtext);
  margin-bottom: 15px;
  padding-right: 20px;
  overflow: hidden;
}

.div-block-633 {
  justify-content: space-between;
  display: flex;
}

.div-block-634 {
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 15px;
  flex: none;
  width: 250px;
  height: 150px;
  margin-bottom: 20px;
}

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

.div-block-636 {
  background-color: #333;
  border-radius: 100px;
  width: 5px;
  height: 5px;
  margin-left: 15px;
  margin-right: 15px;
}

.text-block-216 {
  background-color: var(--main-blue);
  font-family: var(--subtext);
  color: var(--white);
  border-radius: 100px;
  padding: 3px 15px;
  display: inline-block;
}

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

.text-block-217 {
  font-family: var(--subtext);
}

.image-65 {
  width: 25px;
  margin-left: 10px;
}

.link-block-27 {
  border-bottom: 1px solid #fff0;
  justify-content: flex-start;
  align-items: center;
  width: 130px;
  text-decoration: none;
  display: flex;
}

.link-block-27:hover {
  border-bottom: 1px solid #a1a1a1;
  justify-content: space-between;
  align-items: center;
}

.text-block-218 {
  font-family: var(--subtext);
  color: #1f1f1f;
  font-weight: 600;
  text-decoration: none;
}

.collection-item-12 {
  padding-bottom: 40px;
}

.text-block-219 {
  font-family: var(--subtext);
}

.text-block-220 {
  font-family: var(--maintext);
  margin-bottom: 10px;
  font-size: 16px;
  font-weight: 700;
}

.link-block-28 {
  font-family: var(--subtext);
  color: #333;
  background-color: #f3f3f3;
  border: 1px solid #929292;
  border-radius: 100px;
  margin-bottom: 10px;
  margin-right: 15px;
  padding: 10px 20px;
  font-weight: 500;
  text-decoration: none;
}

.link-block-28:hover {
  background-color: #ddd;
}

.previous-2, .next-2 {
  border-radius: 100px;
}

.text-block-221 {
  font-family: var(--subtext);
}

.div-block-639 {
  background-image: linear-gradient(#0000001a, #0000001a), url('../images/PRP07569.jpg');
  background-position: 0 0, 50% 20%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  justify-content: center;
  align-items: center;
  width: 100vw;
  height: 65vh;
  display: flex;
}

.heading-159 {
  font-family: var(--maintext);
  color: #fff;
  text-align: center;
  text-transform: uppercase;
  margin-top: 259px;
  font-size: 75px;
  line-height: 100px;
}

.div-block-640 {
  justify-content: space-between;
  width: 90vw;
  max-width: 1400px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.div-block-641 {
  background-image: url('../images/PRP07512-Edit.jpg');
  background-position: 50% 0;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 15px;
  width: 55%;
  height: 75vh;
  position: sticky;
  top: 100px;
}

.section-21 {
  padding-top: 60px;
  padding-bottom: 100px;
}

.div-block-642 {
  width: 40%;
}

.div-block-643 {
  width: 48px;
  height: 48px;
  margin-right: 20px;
}

.div-block-644 {
  margin-bottom: 20px;
  display: flex;
}

.heading-160 {
  font-family: var(--maintext);
  margin-top: 0;
  margin-bottom: 0;
  font-size: 22px;
  font-weight: 600;
}

.text-block-222 {
  font-family: var(--subtext);
  display: none;
}

.heading-161 {
  font-family: var(--maintext);
  margin-bottom: 60px;
}

.div-block-645 {
  background-color: var(--main-blue);
  border-radius: 20px;
  width: 100%;
  height: 100%;
  margin-top: 30px;
  margin-left: -20px;
  padding-top: 0;
  padding-left: 38px;
}

.div-block-646 {
  border: 2px solid var(--main-blue);
  border-radius: 20px;
  width: 100%;
  height: 100%;
  margin-top: -28px;
  margin-bottom: 11px;
  padding-top: 0;
}

.div-block-647 {
  background-image: url('../images/PRP07512-Edit.jpg');
  background-position: 50% 0;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 20px;
  width: 100%;
  height: 100%;
}

.heading-162 {
  width: 90vw;
  max-width: 1200px;
  font-family: var(--maintext);
  border-bottom: 1px solid #b4b4b4;
  margin-bottom: 40px;
  margin-left: auto;
  margin-right: auto;
  line-height: 75px;
}

.div-block-648 {
  width: 90vw;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  padding-bottom: 100px;
  display: flex;
}

.link-block-29 {
  border-bottom: 1px #e0e0e0;
  width: 100%;
  margin-bottom: 10px;
  padding-bottom: 0;
  text-decoration: none;
}

.heading-163 {
  font-family: var(--maintext);
  color: #333;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 28px;
}

.text-block-223 {
  font-family: var(--subtext);
  color: #333;
  margin-bottom: 10px;
  font-weight: 600;
}

.paragraph-10 {
  font-family: var(--subtext);
  color: #333;
}

.div-block-649 {
  width: 90vw;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  padding-bottom: 100px;
}

.heading-164 {
  font-family: var(--maintext);
  margin-bottom: 30px;
}

.div-block-650 {
  background-color: var(--main-blue);
  border-radius: 20px;
  margin-top: 40px;
  padding: 40px;
}

.field-label-2 {
  font-family: var(--subtext);
  color: #fff;
  margin-top: 40px;
  font-weight: 500;
}

.text-field-3 {
  color: #fff;
  background-color: #fff0;
  border: 0 solid #000;
  border-bottom: 1px solid #fff;
  height: 55px;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 18px;
  font-weight: 300;
}

.text-field-3::placeholder {
  color: #cacaca;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 18px;
  font-weight: 300;
}

.heading-165 {
  font-family: var(--maintext);
  color: #fff;
  margin-top: 0;
}

.submit-button-3 {
  font-family: var(--subtext);
  color: #000;
  letter-spacing: 2px;
  text-transform: uppercase;
  background-color: #fff;
  border-radius: 1000px;
  margin-top: 40px;
  padding: 15px 35px;
  font-size: 16px;
  font-weight: 400;
  display: none;
}

.submit-button-3:hover {
  background-color: #ebebeb;
}

.text-block-224 {
  height: 90px;
  font-family: var(--subtext);
}

.text-block-225 {
  font-family: var(--subtext);
  font-weight: 700;
}

.popupdiv {
  z-index: 9999;
  -webkit-backdrop-filter: blur(2px);
  backdrop-filter: blur(2px);
  background-color: #ffffff80;
  justify-content: center;
  align-items: center;
  width: 100vw;
  height: 100vh;
  display: none;
  position: fixed;
  inset: 0%;
}

.div-block-652 {
  background-color: var(--white);
  border-radius: 20px;
  width: 70vw;
  min-width: 800px;
  max-width: 1000px;
  height: 500px;
  min-height: auto;
  max-height: none;
  display: flex;
  overflow: hidden;
  box-shadow: 4px 4px 12px 6px #0003;
}

.div-block-653 {
  background-image: url('../images/PRP07512-Edit_1.jpg');
  background-position: 0%;
  background-repeat: no-repeat;
  background-size: cover;
  width: 40%;
}

.div-block-654 {
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  width: 60%;
  display: flex;
}

.div-block-655 {
  justify-content: flex-end;
  align-items: center;
  width: 100%;
  padding-top: 10px;
  padding-right: 10px;
  display: flex;
}

.link-block-30 {
  background-image: url('../images/icons8-close-100.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  width: 48px;
  height: 48px;
}

.heading-166 {
  font-family: var(--maintext);
  text-align: center;
  text-transform: none;
  margin-top: 50px;
  font-size: 28px;
  font-weight: 700;
}

.text-block-226 {
  width: 80%;
  font-family: var(--subtext);
  text-align: center;
  margin-bottom: 10px;
  margin-left: auto;
  margin-right: auto;
}

.form-2 {
  flex-flow: column;
  display: flex;
}

.form-block-2 {
  width: 90%;
  display: none;
}

.field-label-3 {
  font-family: var(--subtext);
  padding-left: 10px;
  font-weight: 400;
}

.text-field-4, .text-field-5 {
  border: 1px solid #c3c3c3;
  border-radius: 100px;
  height: 45px;
}

.field-label-4 {
  font-family: var(--subtext);
  padding-left: 10px;
  font-weight: 400;
}

.submit-button-4 {
  background-color: var(--main-blue);
  width: 150px;
  height: 45px;
  font-family: var(--subtext);
  letter-spacing: 2px;
  text-transform: uppercase;
  border-radius: 100px;
  margin-top: 10px;
  margin-left: auto;
  margin-right: auto;
  font-weight: 500;
}

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

.video-2 {
  margin-right: 20px;
}

.collection-item-13 {
  border-bottom: 1px solid #e0e0e0;
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 40px;
  padding-bottom: 20px;
  display: flex;
}

.div-block-657 {
  width: 500px;
  margin-right: 20px;
}

.div-block-658 {
  border-bottom: 1px solid #e6e6e600;
  display: inline-flex;
}

.div-block-658:hover {
  border-bottom: 1px solid #636363;
}

.image-67 {
  width: 22px;
}

.text-block-227 {
  font-family: var(--subtext);
  color: var(--black);
  text-transform: none;
  padding-right: 10px;
  font-weight: 500;
}

.text-block-228 {
  font-family: var(--subtext);
  color: #fff;
  margin-bottom: 40px;
}

.textarea {
  font-family: var(--subtext);
  border-radius: 25px;
  margin-bottom: 20px;
  padding-top: 15px;
  padding-bottom: 100px;
  padding-left: 20px;
  font-size: 16px;
  font-weight: 500;
}

.textarea::placeholder {
  color: #777;
}

.select-field {
  height: 55px;
  font-family: var(--subtext);
  color: #777;
  background-color: #fff;
  border-radius: 100px;
  padding-left: 20px;
  padding-right: 20px;
  font-size: 16px;
  font-weight: 500;
}

.text-block-229 {
  width: 300px;
  font-family: var(--subtext);
  color: #fff;
  text-align: center;
  margin-top: 40px;
  margin-left: auto;
  margin-right: auto;
}

.link-33 {
  color: #fff;
  text-decoration: none;
}

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

.rich-text-block-3 {
  padding-top: 20px;
}

.rich-text-block-4 {
  width: 100%;
  height: 100%;
}

.div-block-659 {
  width: 90vw;
  max-width: 1400px;
  margin-left: auto;
  margin-right: auto;
}

.select-field-2 {
  border-radius: 20px;
  height: 55px;
  margin-top: 10px;
}

.success-message {
  background-color: #fff;
  border-radius: 20px;
  max-width: 450px;
  margin-top: 30px;
  margin-left: auto;
  margin-right: auto;
}

.text-block-230 {
  max-width: 350px;
  margin-left: auto;
  margin-right: auto;
}

.div-block-660 {
  background-color: var(--main-blue);
  border-radius: 25px;
  width: 740px;
  margin: 100px auto 220px;
  padding: 30px;
}

.heading-167 {
  font-family: var(--maintext);
  color: #fff;
  text-align: center;
  padding-top: 0;
  font-weight: 600;
}

.submit-button-5 {
  width: 250px;
  height: 55px;
  font-family: var(--subtext);
  color: var(--main-blue);
  letter-spacing: 2px;
  text-transform: uppercase;
  background-color: #fff;
  border-radius: 500px;
  margin-top: 40px;
  margin-left: auto;
  margin-right: auto;
  font-size: 16px;
  font-weight: 600;
  display: block;
}

.submit-button-5:hover {
  background-color: #f6fbff;
}

.field-label-5 {
  font-family: var(--maintext);
  color: #fff;
  border-bottom: 1px solid #fff;
  margin-bottom: 10px;
  font-weight: 500;
}

.radio-button-field {
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 45%;
  margin-bottom: 40px;
  display: flex;
}

.text-block-231 {
  font-family: var(--maintext);
  color: #fff;
  margin-top: -15px;
  font-size: 16px;
  font-weight: 900;
}

.radio-button-label {
  font-family: var(--subtext);
  color: #fff;
  margin-bottom: 10px;
  font-weight: 400;
}

.text-block-232 {
  font-family: var(--subtext);
  color: #fff;
  padding-right: 5px;
  font-weight: 600;
}

.div-block-661 {
  margin-bottom: 3px;
  display: flex;
}

.link-34 {
  font-family: var(--subtext);
  color: #fff;
  font-weight: 600;
  text-decoration: none;
}

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

.div-block-662 {
  flex-flow: wrap;
  justify-content: space-between;
  align-items: stretch;
  margin-bottom: 20px;
  display: flex;
}

.text-block-233 {
  font-family: var(--maintext);
  color: #fff;
  padding-left: 20px;
  font-weight: 500;
}

.text-field-6 {
  border-radius: 100px;
  height: 55px;
  margin-bottom: 20px;
  padding-left: 20px;
  font-family: Montserrat, sans-serif;
  font-size: 16px;
}

.text-field-6.wlknflkwe {
  width: 200px;
  margin-left: 40px;
}

.text-field-6.kwjbfewf {
  width: 120px;
  height: 45px;
  margin-bottom: 0;
  margin-right: 10px;
  padding-left: 15px;
}

.div-block-663 {
  display: flex;
}

.textarea-2 {
  font-family: var(--subtext);
  border-radius: 20px;
  margin-bottom: 20px;
  padding-bottom: 60px;
  font-size: 16px;
}

.text-block-234 {
  font-family: var(--subtext);
  color: #fff;
  padding-right: 10px;
  font-size: 18px;
}

.div-block-664 {
  justify-content: flex-start;
  align-items: center;
  padding-top: 20px;
  padding-bottom: 40px;
  display: flex;
}

.checkbox-label {
  font-family: var(--subtext);
  color: #fff;
  font-size: 18px;
}

.checkbox-field {
  margin-bottom: 10px;
}

.div-block-665 {
  padding-bottom: 40px;
}

.checkbox-label-2 {
  font-family: var(--subtext);
  color: #fff;
}

.div-block-666 {
  width: 225px;
  margin-top: 20px;
  margin-left: auto;
  margin-right: auto;
}

.text-block-235 {
  font-family: var(--subtext);
  color: #fff;
  margin-bottom: 3px;
}

.link-35 {
  font-family: var(--subtext);
  color: #fff;
  font-weight: 700;
  text-decoration: none;
}

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

.div-block-667 {
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  margin-top: 60px;
  display: flex;
}

.div-block-668 {
  background-color: #f8f9fb;
  background-image: url('../images/Frame-64.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  border-radius: 20px;
  justify-content: center;
  align-items: center;
  width: 255px;
  height: 80px;
  display: flex;
}

.div-block-669 {
  background-image: url('../images/Google-Review-Logo.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  width: 150px;
  height: 65px;
}

.text-block-236 {
  color: #272727;
  font-size: 35px;
  line-height: 45px;
}

.checkbox-label-3 {
  font-family: var(--subtext);
  color: #fff;
}

.checkbox-field-3 {
  width: 200px;
  margin-top: 20px;
  margin-left: auto;
  margin-right: auto;
  font-size: 12px;
}

.image-68 {
  width: 65px;
}

.rich-text-block-5 {
  font-family: var(--subtext);
  margin-top: 20px;
  margin-bottom: 40px;
  font-size: 16px;
}

.rich-text-block-6 {
  font-family: var(--maintext);
  margin-top: 40px;
  font-size: 16px;
}

.heading-168 {
  margin-top: 40px;
  margin-bottom: 0;
}

.recaptcha {
  margin-top: 20px;
  margin-left: auto;
  margin-right: auto;
}

.div-block-670 {
  width: 300px;
  margin-left: auto;
  margin-right: auto;
}

.div-block-671 {
  width: 300px;
  margin-top: 40px;
}

.button-52 {
  background-color: var(--main-blue);
  letter-spacing: 2px;
  text-transform: uppercase;
  border-radius: 100px;
  justify-content: center;
  align-items: center;
  width: 200px;
  height: 55px;
  margin-top: 40px;
  font-family: Montserrat, sans-serif;
  display: flex;
}

.button-52:hover {
  background-color: #017ec3;
}

.button-52:active {
  background-color: #004368;
}

.link-36 {
  font-family: var(--subtext);
  color: #929292;
  letter-spacing: 1px;
  text-transform: uppercase;
  margin-top: 20px;
  font-weight: 500;
  text-decoration: none;
}

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

.text-block-237 {
  font-family: var(--subtext);
  color: #fff;
  margin-bottom: 10px;
  padding-left: 40px;
}

.link-block-31 {
  color: #333;
  border-bottom: 1px solid #0000;
  justify-content: flex-start;
  align-items: center;
  text-decoration: none;
  display: inline-flex;
}

.link-block-31:hover {
  border-bottom: 1px solid #4b4b4b;
}

.div-block-672 {
  width: 22px;
  height: 22px;
}

.text-block-238 {
  font-family: var(--subtext);
  font-weight: 700;
}

.div-block-673 {
  width: 300px;
  margin-top: 40px;
  margin-left: auto;
  margin-right: auto;
}

.button-53 {
  font-family: var(--subtext);
  color: #000;
  letter-spacing: 2px;
  text-transform: uppercase;
  background-color: #fff;
  border-radius: 100px;
  margin-top: 40px;
  padding: 15px 35px;
  font-size: 16px;
}

.button-53:hover {
  background-color: #f1f1f1;
}

.div-block-674 {
  width: 90vw;
  max-width: 1400px;
  margin-left: auto;
  margin-right: auto;
}

.div-block-675 {
  width: 90vw;
  max-width: 1400px;
  margin-bottom: 60px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.image-69 {
  aspect-ratio: auto;
  object-fit: cover;
  border-radius: 15px;
  width: 400px;
  height: 500px;
}

.div-block-676 {
  flex: 1;
  padding: 35px;
}

.heading-169 {
  font-family: var(--maintext);
}

.text-block-239 {
  font-family: var(--subtext);
}

.paragraph-11 {
  font-family: var(--subtext);
  margin-top: 20px;
  margin-bottom: 40px;
  font-size: 16px;
  font-weight: 500;
  line-height: 25px;
}

.div-block-677 {
  width: 200px;
}

.div-block-678 {
  display: block;
}

.div-block-679 {
  z-index: 900;
  height: auto;
}

.code-embed {
  z-index: 900;
  width: 100vw;
  height: 800px;
  min-height: 500px;
  margin-left: auto;
  margin-right: auto;
}

.div-block-680 {
  z-index: 20;
  background-color: #fff;
  width: 100vw;
  height: 20px;
  margin-top: -7px;
  position: relative;
}

.div-block-680._w-klnfewk {
  margin-bottom: -5px;
}

.heading-170 {
  font-family: var(--maintext);
  color: #fff;
  margin-top: 40px;
  font-size: 55px;
  line-height: 75px;
}

.div-block-681 {
  justify-content: space-between;
  width: 95vw;
  max-width: 1600px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.div-block-682 {
  width: 50%;
  padding-right: 100px;
}

.div-block-683 {
  flex-flow: wrap;
  justify-content: center;
  align-items: flex-start;
  width: 50%;
  display: flex;
}

.section-22 {
  padding-bottom: 100px;
}

.image-70 {
  width: 45%;
  margin-bottom: 20px;
  margin-left: 5px;
  margin-right: 5px;
}

.section-23 {
  display: flex;
}

.div-block-684 {
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
  background-color: #fff;
  border-radius: 20px;
  width: 400px;
  height: auto;
  margin-bottom: 60px;
  padding: 20px 20px 0;
}

.heading-171 {
  font-family: var(--maintext);
  color: #333;
  text-align: left;
  margin-top: 10px;
  font-size: 25px;
  font-weight: 500;
}

.form-block-3 {
  color: #333;
}

.field-label-6 {
  font-family: var(--subtext);
  font-weight: 500;
}

.field-label-7 {
  font-family: var(--subtext);
}

.text-field-7 {
  height: 47px;
  font-family: var(--subtext);
  border-radius: 10px;
}

.text-field-7:hover {
  border: 1px solid var(--black);
}

.text-field-8, .text-field-9 {
  height: 47px;
  font-family: var(--subtext);
  border-radius: 10px;
}

.submit-button-6 {
  background-color: var(--main-blue);
  width: 100%;
  height: 47px;
  font-family: var(--subtext);
  border-radius: 10px;
  margin-top: 10px;
  font-size: 16px;
  font-weight: 400;
  transition: all .2s;
}

.submit-button-6:hover {
  background-color: #0295e6;
}

.text-block-240 {
  font-family: var(--subtext);
  color: #858585;
  text-align: center;
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 12px;
  line-height: 15px;
}

.form-3 {
  height: 462px;
  display: block;
}

.success-message-2 {
  background-color: #fff0;
  height: 462px;
  padding: 20px 0 0;
}

.text-block-241 {
  font-family: var(--maintext);
  margin-bottom: 40px;
  font-size: 25px;
  font-weight: 400;
  line-height: 32px;
}

.text-block-242 {
  font-family: var(--subtext);
  margin-top: 60px;
  font-size: 16px;
  font-weight: 400;
}

.image-71 {
  border-radius: 10px;
}

.div-block-685 {
  background-color: #f1f4f8;
  border-radius: 100px;
  justify-content: center;
  align-items: center;
  width: 125px;
  height: 35px;
  padding-top: 1px;
  display: flex;
}

.text-block-243 {
  font-family: var(--maintext);
  color: #5588f4;
  letter-spacing: 2px;
  text-transform: uppercase;
  font-size: 12px;
  font-weight: 400;
}

.recaptcha-2 {
  margin-bottom: 0;
  margin-left: auto;
  margin-right: auto;
}

.div-block-686 {
  justify-content: center;
  align-items: center;
  width: 325px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  overflow: hidden;
}

.button-54 {
  font-family: var(--subtext);
  color: #000;
  background-color: #fff;
  border-radius: 7px;
}

.text-field-10 {
  display: none;
}

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

.text-block-244 {
  font-family: var(--subtext);
  color: #fff;
  padding-left: 10px;
}

.code-embed-4 {
  display: none;
}

@media screen and (max-width: 991px) {
  .button-2.owihfeoihweofiew {
    display: flex;
  }

  .container {
    max-width: 728px;
  }

  .footer-content {
    grid-column-gap: 60px;
  }

  .div-block-8 {
    width: 95vw;
  }

  .div-block-32 {
    width: 95vw;
    margin-left: 5vw;
  }

  .paragraph-3 {
    width: 500px;
  }

  .left-arrow {
    margin-right: 35vw;
  }

  .div-block-40 {
    border-radius: 0;
    width: 100vw;
    padding-left: 20px;
    padding-right: 20px;
  }

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

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

  .div-block-44 {
    width: 300px;
    padding-right: 15px;
  }

  .paragraph-5.lwkefpew {
    padding-left: 0;
    font-size: 12px;
    line-height: 22px;
  }

  .div-block-45 {
    margin-left: 30px;
  }

  .heading-128 {
    font-size: 18px;
    line-height: 28px;
  }

  .div-block-480 {
    background-position: 50% 0;
    background-size: 300px;
    width: 300px;
    height: 400px;
    margin-top: -190px;
  }

  .div-block-494 {
    background-size: 55px;
    width: 100px;
    height: 35px;
  }

  .div-block-482 {
    margin-right: 0;
  }

  .div-block-500 {
    height: 30vw;
  }

  .div-block-504 {
    width: 45%;
  }

  .heading-133 {
    font-size: 32px;
    line-height: 38px;
  }

  .div-block-506 {
    height: 600px;
  }

  .div-block-521 {
    width: 95vw;
  }

  .div-block-523 {
    padding-bottom: 20px;
    padding-left: 20px;
  }

  .div-block-523.wl-e.fwe {
    padding-bottom: 10px;
    padding-left: 10px;
  }

  .div-block-524 {
    padding-top: 20px;
    padding-right: 40px;
  }

  .div-block-524.pwojefopiewf {
    padding-top: 10px;
    padding-right: 10px;
  }

  .heading-136 {
    width: 97vw;
  }

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

  .div-block-528 {
    padding-top: 0;
  }

  .heading-137 {
    margin-bottom: 10px;
    font-size: 55px;
    line-height: 55px;
  }

  .text-block-181 {
    margin-top: 40px;
  }

  .div-block-536 {
    width: 90vw;
    height: 60vh;
    margin-top: 20px;
    margin-bottom: 40px;
  }

  .rich-text-block {
    margin-bottom: 40px;
  }

  .div-block-542 {
    width: 90vw;
    padding-top: 20px;
    padding-bottom: 40px;
  }

  .div-block-546 {
    width: 97vw;
  }

  .div-block-547 {
    background-position: 50%;
    width: 50%;
    height: 350px;
  }

  .div-block-548 {
    width: 50%;
  }

  .div-block-549 {
    width: 95vw;
  }

  .link-block-13 {
    height: 40vh;
    min-height: 400px;
  }

  .heading-142 {
    font-size: 14px;
  }

  .text-block-186, .text-block-187 {
    font-size: 10px;
    line-height: 15px;
  }

  .section-14 {
    padding-bottom: 100px;
  }

  .div-block-557 {
    background-size: cover;
    width: 45%;
  }

  .div-block-558 {
    width: 50%;
  }

  .heading-144 {
    margin-top: 0;
  }

  .link-block-14 {
    width: 50%;
    height: 40vh;
  }

  .div-block-565 {
    width: 45%;
    padding-top: 0;
  }

  .heading-145 {
    margin-top: 20px;
    font-size: 38px;
  }

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

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

  .link-28 {
    margin-bottom: 10px;
  }

  .collection-item-6 {
    width: 100%;
  }

  .div-block-582 {
    padding-top: 20px;
  }

  .collection-item-7 {
    margin-bottom: 40px;
  }

  .section-17 {
    margin-top: 0;
    padding-top: 20px;
    padding-bottom: 100px;
  }

  .div-block-586 {
    width: 95vw;
  }

  .div-block-587 {
    width: 45%;
  }

  .div-block-588 {
    width: 50%;
  }

  .div-block-589 {
    border-radius: 0;
    height: auto;
  }

  .div-block-189, .html-embed-14 {
    width: 95vw;
  }

  .collection-item-8 {
    width: 49%;
  }

  .div-block-605 {
    margin-left: -10px;
    margin-right: -10px;
  }

  .div-block-606 {
    justify-content: space-between;
  }

  .navbar5_menu-dropdown {
    width: 100%;
    position: relative;
  }

  .dropdown-chevron {
    inset: auto 0% auto auto;
  }

  .menu-icon {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 48px;
    height: 48px;
    margin-right: -.5rem;
    padding-bottom: 0;
    padding-right: 0;
    display: flex;
  }

  .menu-icon_line-middle {
    background-color: var(--\<unknown\|relume-variable-color-neutral-1\>);
    justify-content: center;
    align-items: center;
    width: 24px;
    height: 2px;
    margin-top: 6px;
    margin-bottom: 6px;
    padding-bottom: 0;
    padding-right: 0;
    display: flex;
  }

  .menu-icon_line-bottom {
    background-color: var(--\<unknown\|relume-variable-color-neutral-1\>);
    width: 24px;
    height: 2px;
    padding-bottom: 0;
    padding-right: 0;
  }

  .navbar5_menu-button {
    width: 48px;
    height: 48px;
  }

  .navbar5_menu-button.w--open {
    background-color: #0000;
  }

  .navbar5_dropdown-list {
    position: relative;
    overflow: hidden;
  }

  .navbar5_dropdown-list.w--open {
    border-style: none;
    align-items: flex-start;
    min-width: auto;
    margin-bottom: 1.5rem;
    padding: 0 0 0;
    position: relative;
    top: 0;
    left: 0;
    right: 0;
  }

  .navbar5_menu {
    border-bottom: 1px solid var(--\<unknown\|relume-variable-border-color-1\>);
    background-color: var(--menubg);
    -webkit-text-fill-color: inherit;
    background-clip: border-box;
    align-items: flex-start;
    height: 100dvh;
    margin-left: 0;
    padding: 1rem 5% 6.5rem;
    transition: height .5s;
    position: absolute;
    overflow: auto;
  }

  .navbar5_large-item-content {
    width: 100%;
  }

  .navbar5_link {
    width: auto;
    padding: .75rem 0;
    font-size: 1.125rem;
  }

  .navbar5_dropdown-content-left {
    align-content: start;
    align-items: start;
    padding-left: 0;
    padding-right: 0;
  }

  .navbar5_blog-list {
    width: 100%;
  }

  .margin-top {
    margin-bottom: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .navbar5_dropdown-content-wrapper {
    width: 100%;
  }

  .margin-bottom {
    margin-top: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .navbar5_menu-right {
    flex-direction: column;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
    align-items: stretch;
    margin-top: 1.5rem;
  }

  .navbar5_dropdown-content {
    flex-direction: column;
  }

  .navbar5_dropdown-toggle {
    align-items: center;
    height: 55px;
    padding-top: .75rem;
    padding-bottom: .75rem;
    padding-left: 0;
    font-size: 1.125rem;
    display: flex;
  }

  .navbar5_dropdown-background-layer {
    min-width: 100%;
  }

  .navbar5_dropdown-content-right {
    align-items: flex-start;
    max-width: none;
    padding-left: 0;
  }

  .menu-icon_line-middle-inner {
    width: 4px;
    height: 0;
    padding-bottom: 0;
    padding-right: 0;
  }

  .menu-icon_line-top {
    background-color: var(--\<unknown\|relume-variable-color-neutral-1\>);
    width: 24px;
    height: 2px;
    padding-bottom: 0;
    padding-right: 0;
  }

  .navbar5_blog-item {
    width: 100%;
  }

  .button-49, .button-50 {
    justify-content: center;
    align-items: center;
    width: 50vw;
    height: 55px;
    margin-left: auto;
    margin-right: auto;
    display: flex;
  }

  .navbar-dropdown1_component {
    width: 100%;
    font-size: 1.125rem;
  }

  .navbar-dropdown1_dropdown-toggle {
    justify-content: flex-start;
    align-items: center;
    height: 55px;
    padding: .75rem 0;
    display: flex;
  }

  .navbar-dropdown1_dropdown-list {
    position: static;
    overflow: hidden;
  }

  .navbar-dropdown1_dropdown-list.w--open {
    border-style: none;
    padding: 0;
  }

  .navbar-dropdown1_dropdown-link {
    width: auto;
    padding: .75rem 0 .75rem 5%;
  }

  .navbar-dropdown6_dropdown-content-layout {
    grid-row-gap: 1.5rem;
    grid-template-columns: 1fr 1fr;
    align-content: start;
    align-items: start;
    padding-left: 0;
    padding-right: 0;
  }

  .navbar-dropdown6_dropdown-content {
    flex-direction: column;
  }

  .navbar-dropdown6_component {
    width: 100%;
  }

  .navbar-dropdown6_bottom-bar {
    flex-flow: row;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 0;
    padding: 0 1.5rem;
  }

  .navbar-dropdown6_bottom-bar-background-layer {
    width: 100vw;
  }

  .navbar-dropdown6_dropdown-list {
    position: relative;
    overflow: hidden;
  }

  .navbar-dropdown6_dropdown-list.w--open {
    border-style: none;
    align-items: flex-start;
    padding: 0 0 0;
    position: relative;
    top: 0;
  }

  .navbar-dropdown6_dropdown-toggle {
    justify-content: flex-start;
    align-items: center;
    height: 55px;
    padding: .75rem 0;
    font-size: 1.125rem;
    display: flex;
  }

  .heading-153 {
    font-size: 18px;
  }

  .div-block-614 {
    height: 150px;
  }

  .navbar-dropdown3_dropdown-content-left {
    padding-left: 0;
    padding-right: 0;
  }

  .navbar-dropdown3_component {
    width: 100%;
  }

  .navbar-dropdown3_dropdown-list {
    inset: 0% 0% auto;
    overflow: hidden;
  }

  .navbar-dropdown3_dropdown-list.w--open {
    border-style: none;
    align-items: flex-start;
    padding: 0 0 0;
    position: relative;
    top: 0;
  }

  .navbar-dropdown3_dropdown-content {
    flex-direction: column;
  }

  .navbar-dropdown3_dropdown-toggle {
    justify-content: flex-start;
    align-items: center;
    height: 55px;
    padding: .75rem 0;
    font-size: 1.125rem;
    display: flex;
  }

  .navbar-dropdown3_dropdown-content-right {
    max-width: 50rem;
    margin-bottom: 1rem;
  }

  .navbar-dropdown_dropdown-background-layer {
    min-width: 100%;
  }

  .div-block-615 {
    width: 100%;
  }

  .div-block-617 {
    padding-bottom: 10px;
  }

  .heading-154 {
    font-size: 16px;
    font-weight: 600;
    line-height: 25px;
  }

  .padding-top {
    padding-bottom: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .padding-bottom {
    padding-top: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .footer3_top-wrapper {
    grid-row-gap: 4rem;
    grid-template-columns: 1fr;
  }

  .padding-vertical {
    padding-left: 0;
    padding-right: 0;
  }

  .div-block-620 {
    width: 95vw;
  }

  .link-block-24 {
    width: 100px;
    height: 50px;
  }

  .image-64 {
    display: none;
  }

  .div-block-623 {
    margin-right: -20px;
  }

  .collection-item-11 {
    padding-left: 5px;
    padding-right: 5px;
  }

  .div-block-628 {
    width: 69%;
  }

  .div-block-629 {
    width: 30%;
  }

  .div-block-630 {
    width: 95vw;
  }

  .div-block-634 {
    width: 180px;
    height: 125px;
  }

  .div-block-640 {
    width: 95vw;
  }

  .div-block-641 {
    width: 45%;
  }

  .div-block-642 {
    width: 50%;
  }

  .link-block-29 {
    width: 60%;
  }

  .div-block-652 {
    width: 90vw;
    min-width: 600px;
    max-width: 800px;
    height: 55vh;
    max-height: 500px;
  }

  .heading-166 {
    margin-top: 40px;
  }

  .div-block-657 {
    width: 40%;
  }

  .button-52 {
    margin-top: 20px;
  }

  .image-69 {
    width: 300px;
    height: 400px;
  }

  .div-block-676 {
    padding-top: 20px;
  }

  .heading-169 {
    margin-top: 0;
  }

  .div-block-682 {
    width: 65%;
    padding-right: 0;
  }

  .div-block-683 {
    flex-flow: column;
    justify-content: center;
    align-items: center;
    width: 35%;
  }

  .image-70 {
    width: 150px;
    height: 150px;
  }

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

@media screen and (max-width: 767px) {
  .footer-dark {
    padding-left: 15px;
    padding-right: 15px;
  }

  .footer-wrapper {
    flex-direction: column;
    align-items: center;
  }

  .footer-content {
    grid-template-columns: 1fr;
    margin-top: 40px;
  }

  .footer-block {
    align-items: center;
  }

  .footer-link:hover {
    color: #1a1b1fbf;
  }

  .footer-social-block {
    margin-top: 20px;
    margin-left: -20px;
  }

  .footer-social-link {
    margin-left: 20px;
  }

  .footer-divider {
    margin-top: 60px;
  }

  .navbar5_component {
    min-height: 4rem;
  }

  .navbar5_dropdown-link-list {
    grid-row-gap: .5rem;
    max-width: none;
  }

  .navbar5_menu {
    padding-bottom: 6rem;
  }

  .navbar5_dropdown-content-left {
    grid-row-gap: 1.5rem;
    flex-direction: column;
    grid-template-rows: auto;
    grid-template-columns: 1fr;
    grid-auto-columns: 1fr;
  }

  .margin-top {
    margin-bottom: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .margin-bottom {
    margin-top: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .navbar5_dropdown-content-right {
    padding: 1.5rem;
  }

  .navbar5_blog-item {
    grid-template-columns: .6fr 1fr;
  }

  .navbar-dropdown6_dropdown-content-layout {
    grid-row-gap: .5rem;
    flex-direction: column;
    grid-template-rows: auto;
    grid-template-columns: 1fr;
    grid-auto-columns: 1fr;
    padding-top: 1rem;
    padding-bottom: 1rem;
  }

  .navbar-dropdown6_dropdown-link-list {
    grid-row-gap: .5rem;
    max-width: none;
  }

  .navbar-dropdown3_dropdown-content-left {
    grid-row-gap: 1.5rem;
    flex-direction: column;
    grid-template-rows: auto;
    grid-template-columns: 1fr;
    grid-auto-columns: 1fr;
  }

  .navbar-dropdown3_dropdown-link-list {
    grid-row-gap: .5rem;
    max-width: none;
  }

  .navbar-dropdown3_dropdown-content-right {
    padding: 1.5rem;
  }

  .padding-top {
    padding-bottom: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .footer3_credit-text {
    margin-top: 2rem;
  }

  .padding-bottom {
    padding-top: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .footer3_top-wrapper {
    grid-row-gap: 3rem;
  }

  .footer3_legal-list {
    grid-column-gap: 0rem;
    grid-row-gap: 1rem;
    grid-auto-flow: row;
  }

  .padding-vertical {
    padding-left: 0;
    padding-right: 0;
  }

  .footer3_bottom-wrapper {
    flex-direction: column-reverse;
    align-items: flex-start;
    padding-bottom: 1rem;
  }

  .footer3_menu-wrapper {
    grid-column-gap: 1.5rem;
  }
}

@media screen and (max-width: 479px) {
  .div-block {
    display: none;
  }

  .heroelement {
    height: 80vh;
  }

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

  .div-block-5 {
    width: 100vw;
    padding-right: 0;
  }

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

  .heading {
    text-align: center;
    width: auto;
    font-size: 35px;
    line-height: 40px;
  }

  .paragraph {
    text-align: center;
    display: none;
  }

  .paragraph.owihfoiwehf {
    display: flex;
  }

  .button-2 {
    width: 250px;
    height: 55px;
    margin-left: auto;
    margin-right: auto;
  }

  .button-2.owihfeoihweofiew {
    font-weight: 500;
  }

  .container {
    max-width: none;
  }

  .div-block-8 {
    flex-flow: column-reverse;
  }

  .heading-2.lwknflkew {
    font-size: 38px;
    line-height: 44px;
  }

  .div-block-10 {
    width: 93%;
    height: auto;
    margin: 10vh auto 60px;
  }

  .div-block-12 {
    width: 65px;
    height: 75px;
  }

  .div-block-13 {
    justify-content: space-between;
  }

  .div-block-14 {
    padding-bottom: 0;
  }

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

  .div-block-18 {
    padding-top: 60px;
  }

  .body {
    margin-top: -5px;
  }

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

  .customer-reviews {
    padding-top: 0;
    padding-bottom: 300px;
  }

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

  .paragraph-3 {
    width: 300px;
  }

  .left-arrow {
    margin-bottom: -250px;
    margin-left: auto;
    margin-right: 30vw;
  }

  .slide-nav {
    padding-left: 0;
  }

  .right-arrow {
    margin-bottom: -250px;
    margin-right: 10vw;
  }

  .slide {
    width: 300px;
    margin-right: 20px;
  }

  .mask {
    height: 450px;
  }

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

  .heading-5 {
    font-size: 16px;
  }

  .slide-2, .slide-3, .slide-4, .slide-5, .slide-6, .slide-7 {
    width: 300px;
    margin-right: 20px;
  }

  .howitworks {
    padding-top: 0;
    padding-bottom: 60px;
  }

  .div-block-40 {
    flex-flow: column;
    align-items: center;
    padding-top: 20px;
  }

  .heading-6 {
    text-align: center;
    margin-bottom: 20px;
    padding-left: 0;
    font-size: 32px;
    line-height: 38px;
  }

  .heading-7 {
    font-weight: 600;
  }

  .div-block-42 {
    margin-bottom: 10px;
  }

  .div-block-44 {
    width: 100%;
  }

  .paragraph-5.lwkefpew {
    line-height: 25px;
  }

  .div-block-45 {
    flex: 0 auto;
    width: 100%;
    height: 300px;
    margin-left: 0;
  }

  .jonathan-feature {
    padding-top: 0;
    padding-bottom: 20px;
    overflow: hidden;
  }

  .heading-128 {
    font-size: 18px;
    line-height: 28px;
  }

  .html-embed-10 {
    width: 150px;
    height: 150px;
  }

  .div-block-479 {
    flex: none;
    width: 275px;
    position: relative;
    right: 0;
  }

  .heading-127 {
    font-size: 16px;
    font-weight: 600;
    line-height: 35px;
  }

  .div-block-481 {
    background-image: linear-gradient(45deg, var(--main-blue) 66%, white 66%);
    border-radius: 50px 0 0;
    width: 100vw;
  }

  .div-block-485 {
    width: 100vw;
    height: 100px;
  }

  .text-block-172 {
    font-size: 12px;
    line-height: 15px;
  }

  .div-block-480 {
    background-position: 50% 100%;
    background-size: contain;
    flex: none;
    width: 60vw;
    height: 300px;
    margin-top: -200px;
    margin-right: 0;
  }

  .div-block-486 {
    height: 300px;
  }

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

  .div-block-482 {
    width: 150px;
    height: 150px;
    margin-top: 242px;
    margin-left: -100px;
    margin-right: 0;
  }

  .div-block-484 {
    flex: none;
    padding-left: 35px;
  }

  .div-block-495 {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
    width: 100vw;
  }

  .div-block-496 {
    width: 150px;
    margin-left: 10px;
    margin-right: 10px;
  }

  .locations {
    padding-top: 0;
    padding-bottom: 60px;
  }

  .div-block-498 {
    flex-flow: column;
  }

  .heading-130 {
    margin-bottom: 0;
    font-size: 38px;
  }

  .div-block-499 {
    margin-left: 0;
  }

  .div-block-500 {
    height: 60vw;
  }

  .div-block-503 {
    flex-flow: column;
    width: 90vw;
  }

  .div-block-504 {
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    padding-bottom: 0;
  }

  .heading-133 {
    text-align: center;
    margin-left: auto;
    margin-right: auto;
  }

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

  .div-block-506 {
    flex: 0 auto;
    width: 100%;
    height: 400px;
    margin-left: 0;
  }

  .section-3 {
    padding-top: 0;
    padding-bottom: 0;
  }

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

  .div-block-510 {
    width: 100%;
    padding-bottom: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .div-block-511 {
    background-image: url('../images/BG-Swiggly.png');
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: cover;
    border-radius: 0;
    padding-bottom: 140px;
  }

  .field-label {
    letter-spacing: 1px;
  }

  .heading-134 {
    text-align: center;
    margin-top: 40px;
    margin-bottom: 40px;
    font-weight: 600;
  }

  .submit-button-2 {
    width: 250px;
    height: 55px;
    color: var(--main-blue);
    background-color: #fff;
    font-weight: 500;
  }

  .div-block-521 {
    flex-flow: column;
    width: 90vw;
  }

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

  .link-block-10.lkwfew {
    height: 30vh;
  }

  .div-block-525 {
    width: 100%;
    height: auto;
  }

  .heading-136 {
    width: 90vw;
    font-size: 38px;
    line-height: 55px;
  }

  .div-block-526 {
    padding-left: 0;
  }

  .div-block-528 {
    text-align: center;
    width: 90vw;
  }

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

  .div-block-534 {
    justify-content: center;
    align-items: center;
  }

  .div-block-536 {
    border-radius: 10px;
    width: 97vw;
    height: 35vh;
  }

  .div-block-537, .div-block-538 {
    width: 90vw;
  }

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

  .div-block-546 {
    flex-flow: column;
    width: 90vw;
  }

  .section-13 {
    padding-top: 20px;
    padding-bottom: 40px;
  }

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

  .div-block-547 {
    width: 100%;
    height: 250px;
    margin-top: 40px;
    margin-left: 0;
  }

  .div-block-548 {
    width: 100%;
  }

  .link-block-13 {
    width: 100%;
    height: 35vh;
    min-height: 250px;
  }

  .div-block-551 {
    padding-bottom: 20px;
  }

  .heading-142 {
    font-size: 14px;
  }

  .div-block-552 {
    padding-top: 0;
    padding-right: 10px;
  }

  .div-block-553, .text-block-186, .div-block-555 {
    display: none;
  }

  .div-block-556 {
    flex-flow: column;
  }

  .div-block-557 {
    width: 100%;
    height: 65vh;
  }

  .div-block-558 {
    width: 100%;
  }

  .heading-143 {
    margin-top: 15px;
    margin-bottom: 15px;
    font-size: 28px;
    line-height: 35px;
  }

  .div-block-563 {
    margin-bottom: 40px;
  }

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

  .link-block-14 {
    width: 100%;
    height: 35vh;
  }

  .div-block-564 {
    flex-flow: column;
  }

  .div-block-565 {
    width: 100%;
    padding-top: 0;
    padding-bottom: 0;
  }

  .heading-145 {
    margin-top: 5px;
    margin-bottom: 0;
    font-size: 28px;
    line-height: 55px;
  }

  .text-block-192 {
    margin-top: 0;
    margin-bottom: 10px;
  }

  .link-block-16 {
    margin-right: 0;
  }

  .div-block-568 {
    height: 30vh;
  }

  .div-block-568.wfpojwef {
    height: 40vh;
  }

  .collection-item-4 {
    width: 50%;
    padding-left: 3px;
    padding-right: 3px;
  }

  .heading-146 {
    width: 100%;
  }

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

  .div-block-572.kwjfbow {
    margin-top: 10px;
  }

  .div-block-572.wkjebfjow {
    height: 35px;
  }

  .videodivcontanor {
    display: none;
  }

  .link-block-17 {
    margin-top: 20px;
    margin-right: 20px;
  }

  .div-block-576 {
    width: 90vw;
    margin-top: 15vh;
  }

  .collection-item-6 {
    margin-right: 0;
  }

  .div-block-580 {
    height: auto;
    margin-bottom: 0;
    padding-top: 0;
    padding-bottom: 40px;
    position: static;
  }

  .text-block-193 {
    width: 100%;
    margin-bottom: 20px;
    font-size: 14px;
    line-height: 22px;
  }

  .div-block-582 {
    padding-top: 0;
  }

  .div-block-583 {
    flex-flow: column;
  }

  .heading-148 {
    margin-top: 10px;
    font-size: 28px;
    line-height: 35px;
  }

  .div-block-584 {
    width: 100%;
  }

  .text-block-194 {
    font-size: 16px;
    line-height: 25px;
  }

  .div-block-585 {
    background-size: contain;
    flex: 0 auto;
    height: 90vw;
    min-height: auto;
    margin-top: 10px;
  }

  .section-17 {
    padding-bottom: 60px;
  }

  .div-block-586 {
    flex-flow: column;
    width: 90vw;
    padding-bottom: 20px;
  }

  .div-block-587, .div-block-588 {
    width: 100%;
  }

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

  .div-block-589 {
    height: auto;
    margin-bottom: 40px;
  }

  .div-block-192 {
    margin-top: 20px;
    margin-bottom: 20px;
    padding-left: 0;
  }

  .button-47 {
    margin-left: auto;
    margin-right: auto;
  }

  .div-block-189 {
    flex-direction: column;
    align-items: center;
    width: 92vw;
    margin-top: 20px;
  }

  .html-embed-14 {
    width: 92vw;
    display: block;
  }

  .collection-item-8 {
    width: 100%;
    margin-right: 0%;
  }

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

  .text-block-197 {
    padding-right: 0;
    font-size: 16px;
  }

  .div-block-599 {
    padding-right: 0;
  }

  .div-block-601 {
    margin-top: -100px;
    padding-bottom: 0;
  }

  .div-block-605 {
    margin-left: -5px;
    margin-right: -5px;
    padding-bottom: 10px;
  }

  .heading-152 {
    margin-top: 0;
    padding-left: 0;
    font-size: 28px;
    line-height: 32px;
  }

  .div-block-606 {
    padding-bottom: 20px;
  }

  .text-style-link {
    font-family: var(--subtext);
    font-size: 16px;
    font-weight: 600;
    text-decoration: none;
  }

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

  .navbar5_component {
    height: 65px;
  }

  .navbar5_large-item-content {
    margin-top: 1rem;
  }

  .navbar5_dropdown-content-left {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr;
    padding-top: 0;
    padding-bottom: 1rem;
  }

  .text-size-small.hide-mobile-landscape {
    font-size: 10px;
    line-height: 13px;
  }

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

  .navbar5_blog-list {
    grid-column-gap: 0px;
    grid-row-gap: .5rem;
    grid-template-rows: auto;
    grid-template-columns: 1fr;
    grid-auto-columns: 1fr;
    display: grid;
  }

  .margin-top {
    margin-bottom: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .margin-bottom {
    margin-top: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .navbar5_dropdown-content-right {
    padding-left: 0;
    padding-right: 0;
  }

  .navbar5_blog-item {
    flex-direction: column;
    margin-bottom: 20px;
    display: flex;
  }

  .text-weight-semibold {
    font-size: 12px;
    font-weight: 700;
  }

  .section-20 {
    background-color: var(--main-blue);
    justify-content: center;
    align-items: center;
    height: 37px;
    margin-top: -3px;
    padding-top: 3px;
    display: flex;
  }

  .button-49, .button-50 {
    width: 80vw;
  }

  .div-block-610 {
    padding: 2px 10px;
  }

  .text-block-203 {
    font-size: 12px;
  }

  .link-block-21 {
    margin-bottom: 10px;
  }

  .navbar-dropdown6_bottom-bar-content {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin-left: auto;
    margin-right: auto;
    display: flex;
  }

  .navbar-dropdown6_dropdown-content-layout {
    grid-template-columns: 1fr;
    padding-top: 1rem;
    padding-bottom: 1rem;
  }

  .navbar-dropdown6_dropdown-link {
    padding-left: 0;
  }

  .navbar-dropdown6_bottom-bar {
    justify-content: space-between;
    align-items: center;
    height: 70px;
  }

  .text-size-small-2.text-weight-semibold {
    display: block;
  }

  .link-block-22 {
    margin-bottom: 40px;
  }

  .collection-list-wrapper-4 {
    flex-flow: column;
    display: flex;
  }

  .collection-item-10 {
    width: 100%;
  }

  .collection-list-6 {
    flex-flow: column;
  }

  .div-block-614 {
    height: 200px;
  }

  .navbar-dropdown3_item-right {
    padding-top: 5px;
  }

  .navbar-dropdown3_dropdown-content-left {
    grid-template-columns: 1fr;
    padding-top: 1rem;
    padding-bottom: 1rem;
  }

  .navbar-dropdown3_blog-content {
    margin-top: .5rem;
  }

  .navbar-dropdown3_blog-item {
    flex-direction: column;
    display: flex;
  }

  .navbar-dropdown3_dropdown-blog-item-wrapper {
    grid-column-gap: 0px;
    grid-row-gap: .5rem;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
    grid-auto-columns: 1fr;
    width: 100%;
    max-width: none;
    display: grid;
  }

  .navbar-dropdown3_blog-image-wrapper {
    width: 100%;
    height: 125px;
    margin-bottom: 0;
  }

  .navbar-dropdown3_blog-image {
    margin-bottom: 20px;
  }

  .button-group-2 {
    width: auto;
    padding-left: 0;
    padding-right: 0;
  }

  .navbar-dropdown3_dropdown-content-right {
    flex-flow: column;
    max-width: none;
    padding-left: 0;
    padding-right: 0;
  }

  .navbar-dropdown3_dropdown-content-wrapper {
    width: 100%;
  }

  .navbar-dropdown3_dropdown-content-wrapper.z-index-1 {
    flex-flow: column;
  }

  .navbar-dropdown3_dropdown-link {
    grid-template-columns: max-content 1fr;
    padding-left: 0;
  }

  .link-block-23 {
    height: 50vw;
  }

  .heading-154 {
    font-size: 14px;
  }

  .text-block-208 {
    font-size: 10px;
    line-height: 15px;
  }

  .text-block-209 {
    width: 250px;
    margin-left: auto;
    margin-right: auto;
  }

  .div-block-618, .div-block-619 {
    flex: 1;
    justify-content: space-around;
    align-items: stretch;
  }

  .padding-top {
    padding-bottom: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .padding-bottom {
    padding-top: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .padding-vertical {
    padding-left: 0;
    padding-right: 0;
  }

  .footer3_menu-wrapper {
    grid-row-gap: 40px;
    grid-template-columns: 1fr;
  }

  .div-block-620 {
    flex-flow: column;
  }

  .link-block-24 {
    width: 200px;
    height: 100px;
  }

  .text-block-210 {
    margin-top: 40px;
  }

  .div-block-622 {
    flex-flow: column;
  }

  .text-block-211 {
    margin-left: auto;
    margin-right: auto;
    padding-top: 20px;
    padding-bottom: 40px;
  }

  .div-block-623 {
    margin-right: 0;
  }

  .text-block-212 {
    font-family: var(--subtext);
    color: #fff;
  }

  .link-32 {
    color: #fff;
    text-decoration: none;
  }

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

  .div-block-624 {
    width: 100%;
  }

  .div-block-625 {
    display: block;
  }

  .text-block-213 {
    font-family: var(--subtext);
    font-size: 16px;
  }

  .text-block-214 {
    font-size: 8px;
  }

  .heading-155 {
    width: 300px;
  }

  .collection-item-11 {
    width: 50%;
  }

  .div-block-627 {
    position: static;
    top: 60px;
  }

  .div-block-628 {
    width: 100%;
  }

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

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

  .div-block-633 {
    flex-flow: column;
  }

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

  .collection-item-12 {
    padding-bottom: 20px;
  }

  .div-block-638 {
    margin-top: 20px;
  }

  .previous-2, .next-2 {
    border-radius: 100px;
  }

  .div-block-639 {
    height: 35vh;
  }

  .heading-159 {
    font-size: 25px;
  }

  .div-block-640 {
    flex-flow: column;
    width: 90vw;
  }

  .div-block-641 {
    width: 100%;
    height: 55vh;
    margin-top: 40px;
  }

  .section-21 {
    padding-top: 40px;
    padding-bottom: 20px;
  }

  .div-block-642 {
    width: 100%;
  }

  .heading-161 {
    text-align: center;
    margin-top: 0;
    margin-bottom: 40px;
  }

  .link-block-29 {
    border-bottom-style: none;
    border-radius: 10px;
    width: 100%;
    padding: 10px 10px 0 0;
  }

  .heading-163 {
    margin-top: 0;
  }

  .paragraph-10 {
    height: 100px;
    margin-bottom: 20px;
    overflow: hidden;
  }

  .div-block-650 {
    margin-left: auto;
    margin-right: auto;
    padding: 15px;
  }

  .text-field-3 {
    border-radius: 0;
  }

  .heading-165 {
    margin-bottom: 0;
  }

  .text-block-224 {
    height: auto;
  }

  .text-block-225 {
    font-size: 16px;
  }

  .div-block-652 {
    flex-flow: column;
    width: 95vw;
    min-width: auto;
    max-width: none;
    height: auto;
    min-height: auto;
    max-height: none;
  }

  .div-block-653 {
    width: 100%;
    height: 300px;
    display: none;
  }

  .div-block-654 {
    width: 100%;
    padding-bottom: 10px;
  }

  .heading-166 {
    width: 200px;
    margin-top: 10px;
    font-size: 22px;
    line-height: 25px;
  }

  .text-block-226 {
    width: 90%;
    margin-bottom: 20px;
  }

  .image-66 {
    object-fit: cover;
    border-radius: 15px;
    width: 325px;
    height: 200px;
    margin-bottom: 10px;
    display: block;
  }

  .div-block-656 {
    background-image: url('../images/PRP07512-Edit_1.jpg');
    background-position: 0 20%;
    background-size: cover;
    border-radius: 15px;
    width: 325px;
    height: 200px;
    margin-bottom: 20px;
    margin-left: auto;
    margin-right: auto;
    padding-bottom: 0;
    padding-right: 0;
    display: block;
  }

  .collection-item-13 {
    flex-flow: column;
    margin-bottom: 40px;
    padding-bottom: 0;
  }

  .div-block-657 {
    width: 100%;
    margin-right: 0;
  }

  .success-message {
    margin-top: 100px;
  }

  .div-block-660 {
    border-radius: 0;
    width: 100vw;
    margin-top: 0;
    margin-bottom: 0;
    padding-bottom: 140px;
  }

  .heading-167 {
    font-size: 28px;
  }

  .radio-button-field {
    width: 100%;
    margin-bottom: 20px;
  }

  .div-block-662 {
    flex-flow: wrap;
  }

  .text-field-6.wlknflkwe {
    width: 100%;
    margin-left: 0;
  }

  .text-field-6.kwjbfewf {
    margin-bottom: 5px;
  }

  .div-block-663 {
    flex-flow: column;
  }

  .text-block-234 {
    margin-bottom: 10px;
    padding-right: 0;
  }

  .div-block-664 {
    flex-flow: column;
    padding-top: 20px;
    padding-bottom: 20px;
  }

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

  .div-block-667 {
    width: 200px;
    margin-top: 140px;
    margin-left: auto;
    margin-right: auto;
  }

  .div-block-668 {
    border-radius: 15px;
    width: 175px;
    height: 65px;
    margin-left: auto;
    margin-right: auto;
    display: flex;
  }

  .button-52 {
    margin-top: 10px;
  }

  .link-36 {
    margin-top: 10px;
    margin-bottom: 20px;
  }

  .text-block-238 {
    font-size: 16px;
  }

  .div-block-675 {
    flex-flow: column;
  }

  .image-69 {
    width: 100%;
    height: 300px;
  }

  .div-block-676 {
    padding: 0;
  }

  .paragraph-11 {
    margin-bottom: 20px;
  }

  .div-block-681 {
    flex-flow: column;
    width: 90vw;
  }

  .div-block-682 {
    width: 100%;
  }

  .div-block-683 {
    flex-flow: wrap;
    width: 100%;
  }
}

#w-node-ec7b63d8-711f-2f7c-214c-cb400a7d3413-0b4dc7e2, #w-node-_5c73db9a-b532-e6de-a6b0-85ab0b4dc874-0b4dc7e2 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}


