@font-face {
  font-family: Breeperu;
  src: url('../fonts/BreePeru_Bold.otf') format("opentype");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Breeperu;
  src: url('../fonts/BreePeru_RegularOblique.otf') format("opentype");
  font-weight: 400;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: Breeperu;
  src: url('../fonts/BreePeru_BoldOblique.otf') format("opentype");
  font-weight: 700;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: Breeperu;
  src: url('../fonts/BreePeru_LightOblique.otf') format("opentype");
  font-weight: 300;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: Breeperu;
  src: url('../fonts/BreePeru_Light.otf') format("opentype");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Breeperu;
  src: url('../fonts/BreePeru_Regular.otf') format("opentype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Clanot Narrowbook;
  src: url('../fonts/ClanOT-NarrowBook.otf') format("opentype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Clanot;
  src: url('../fonts/ClanOT-NarrowBlack.otf') format("opentype");
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Clanot;
  src: url('../fonts/ClanOT-NarrowMedium.otf') format("opentype");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Clanot;
  src: url('../fonts/ClanOT-NarrowBold.otf') format("opentype");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Clanot;
  src: url('../fonts/ClanOT-NarrowThin.otf') format("opentype");
  font-weight: 100;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Clanot Narrowultra;
  src: url('../fonts/ClanOT-NarrowUltra.otf') format("opentype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Clanot Narrownews;
  src: url('../fonts/ClanOT-NarrowNews.otf') format("opentype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

:root {
  --peru-red: #d60611;
  --white: white;
  --white-less: #fff9;
  --grey: #e9e9e9;
  --black: #000;
  --trans: #fff0;
  --off-black: #333;
}

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

.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-layout-grid {
  grid-row-gap: 16px;
  grid-column-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

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

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

.div-block {
  height: 80vh;
}

.slider {
  height: 100%;
}

.slide-nav {
  text-align: left;
  margin-left: 15px;
  display: block;
}

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

.slide {
  background-image: linear-gradient(#00000040, #00000040), url('../images/4.Amazon.jpg');
  background-position: 0 0, 50%;
  background-size: auto, cover;
  padding-top: 15vh;
}

.slide.next {
  background-image: linear-gradient(#00000059, #00000059), url('../images/001-ME7A7103Cusco-Trekking-GER-19-.jpg');
  background-position: 0 0, 50%;
  background-size: auto, cover;
}

.slide.three {
  background-image: linear-gradient(#00000040, #00000040), url('../images/peter-conlan-LEgwEaBVGMo-unsplash.jpg');
  background-position: 0 0, 50%;
  background-size: auto, cover;
}

.slide.last {
  background-image: linear-gradient(#00000080, #00000080), url('../images/darragh-furey-45Tf8DxiOTM-unsplash.jpg');
  background-position: 0 0, 50% 100%;
  background-size: auto, cover;
  padding-top: 15vh;
}

.slide-2 {
  background-image: url('../images/Canopy-9_preview.jpg');
  background-position: 50%;
  background-size: cover;
  padding-top: 20vh;
}

.slide-3 {
  background-image: linear-gradient(#00000040, #00000040), url('../images/010973_preview.jpg');
  background-position: 0 0, 50%;
  background-size: auto, cover;
  padding-top: 20vh;
}

.form-section {
  height: 325px;
  position: relative;
}

.form-container {
  z-index: 2000;
  background-color: var(--peru-red);
  border-radius: 5px;
  width: 80%;
  margin-top: 100px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 50px;
  padding-bottom: 50px;
  position: absolute;
  inset: -20% 0% auto;
  box-shadow: 0 2px 12px 10px #0003;
}

.form-container.eh {
  z-index: 0;
  box-shadow: none;
  margin-top: 0;
  padding-top: 0;
  padding-bottom: 0;
  position: static;
  top: 0%;
}

.text-block {
  color: var(--white);
  text-align: center;
  font-family: Montserrat, sans-serif;
  font-size: 21px;
}

.title-text {
  color: var(--white);
  text-align: center;
  font-family: Breeperu, Arial, sans-serif;
  font-size: 35px;
  font-style: italic;
  font-weight: 700;
}

.description-white {
  color: var(--white);
  text-align: center;
  margin-top: 15px;
  font-family: Clanot Narrownews, Arial, sans-serif;
  font-weight: 400;
}

.description-white.left {
  text-align: left;
}

.win-section {
  height: auto;
}

.form-block {
  width: 90%;
  margin-top: 25px;
  margin-left: auto;
  margin-right: auto;
}

.enter {
  background-color: var(--white);
  color: var(--peru-red);
  border-radius: 4px;
  width: 100%;
  margin-top: 15px;
  font-family: Breeperu, Arial, sans-serif;
  font-size: 18px;
  font-weight: 400;
}

.enter.auto {
  width: auto;
  padding-left: 25px;
  padding-right: 25px;
}

.text-field {
  color: var(--white);
  background-color: #ffffff5e;
  border: 1px #000;
  border-radius: 4px;
  height: 50px;
  padding-top: 8px;
  padding-bottom: 8px;
  font-family: Breeperu, Arial, sans-serif;
}

.text-field::placeholder {
  color: var(--white-less);
  font-weight: 300;
}

.column {
  padding-right: 0;
}

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

.form__input {
  color: gray;
  background-color: #f6f6f6;
  border-radius: 3px;
  min-height: 50px;
  font-size: 16px;
}

.form__input.state {
  background-image: url('../images/maps-and-flags.svg');
  background-position: 14px;
  background-repeat: no-repeat;
  background-size: 22px;
  padding-left: 45px;
}

.textfield-new {
  background-color: var(--grey);
  color: var(--black);
  border: 1px #000;
  border-radius: 4px;
  height: 50px;
  padding-right: 20px;
  font-family: Breeperu, Arial, sans-serif;
  font-weight: 300;
}

.checkbox-label {
  color: var(--white);
  font-family: Breeperu, Arial, sans-serif;
  font-size: 14px;
  font-weight: 300;
}

.checkbox-label.small {
  font-size: 14px;
  line-height: 15px;
}

.whitelink {
  color: var(--white);
}

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

.checkbox-field {
  text-align: left;
  font-family: Breeperu, Arial, sans-serif;
}

.text-block-2 {
  position: relative;
}

.squuig {
  padding-top: 100px;
  padding-bottom: 0;
}

.text-block-3 {
  color: var(--white);
  text-align: center;
  text-transform: uppercase;
  margin-top: 0;
  font-family: Breeperu, Arial, sans-serif;
  font-size: 35px;
  font-style: italic;
  font-weight: 700;
  line-height: 35px;
}

.text-block-3.last {
  margin-top: 0;
}

.text-block-3.red.left {
  width: 55%;
  margin-top: 25px;
}

.text-block-3.alt {
  color: var(--peru-red);
}

.text-block-3.alt._85 {
  text-align: left;
  width: 85%;
  margin-top: 50px;
  margin-left: auto;
  margin-right: auto;
}

.columns {
  height: 700px;
}

.column-5 {
  border-top: 3px solid var(--grey);
  background-image: url('../images/G.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  height: 100%;
}

.column-6 {
  background-color: var(--grey);
  height: 100%;
  padding-top: 50px;
}

.black {
  color: var(--black);
  text-transform: capitalize;
  font-family: Breeperu, Arial, sans-serif;
  font-size: 28px;
  font-weight: 400;
}

.black.bl {
  color: var(--black);
  margin-bottom: 5px;
  font-size: 21px;
  font-weight: 700;
  line-height: 25px;
}

.black.bl.bottom {
  color: var(--white);
  text-align: left;
  padding-top: 65%;
  padding-bottom: 5px;
  padding-left: 10px;
  font-size: 18px;
  font-style: italic;
}

.black.bl.re {
  color: var(--peru-red);
  font-style: italic;
}

.black.more {
  margin-bottom: 5px;
}

.black.white {
  color: var(--white);
}

.div-block-2 {
  width: 85%;
  margin-left: auto;
  margin-right: auto;
}

.with-text {
  color: var(--peru-red);
  margin-top: 5px;
  font-family: Breeperu, Arial, sans-serif;
  font-size: 18px;
  display: inline-block;
}

.image {
  width: 40%;
  margin-bottom: 5px;
  margin-left: 5px;
}

.image._50 {
  width: 50%;
}

.image.zeiss {
  width: 15%;
}

.image.om {
  width: 35%;
}

.image.less {
  width: 20%;
}

.image.less.inv {
  width: 30%;
}

.paragraph {
  margin-top: 15px;
  font-family: Clanot Narrownews, Arial, sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 25px;
}

.primary-button {
  background-color: var(--peru-red);
  text-align: center;
  border-radius: 4px;
  width: 65%;
  margin-top: 15px;
  font-family: Breeperu, Arial, sans-serif;
}

.primary-button._100 {
  border-radius: 5px;
  width: 50%;
  height: 38px;
  margin: 0 auto;
  font-size: 18px;
}

.primary-button.auto {
  width: auto;
  margin-left: auto;
  margin-right: auto;
  padding-left: 30px;
  padding-right: 30px;
  font-size: 18px;
}

.image-video {
  background-image: linear-gradient(#00000040, #00000040), url('../images/Screenshot-2024-12-19-at-2.41.24-PM.jpg');
  background-position: 0 0, 50% 100%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  border-radius: 5px;
  justify-content: center;
  align-items: center;
  height: 500px;
  display: flex;
  position: relative;
  top: -65px;
  box-shadow: 0 6px 18px #2b0a0a1a;
}

.image-video.desk {
  background-image: linear-gradient(#00000059, #00000059), url('../images/IMG_7226_1.jpg');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
}

.play-button-circle {
  background-color: #fff;
  border-radius: 100%;
  position: absolute;
  inset: 0%;
}

.image-6 {
  width: 7%;
  max-width: 65%;
}

.lightbox-link {
  display: inline-block;
  position: relative;
}

.lightbox-wrap {
  text-align: center;
  border: 1px #2ec4b6;
  border-radius: 999px;
  justify-content: center;
  align-items: center;
  width: 50%;
  height: 60px;
  padding-top: 15px;
  padding-left: 4px;
  display: block;
  position: relative;
}

.section {
  background-color: #fff;
  padding-top: 100px;
  padding-bottom: 100px;
  position: relative;
  overflow: visible;
}

.section.dark {
  color: #fff;
  background-color: #000;
}

.section.dark.no-padding {
  background-color: var(--trans);
  padding-top: 0;
  padding-bottom: 0;
  position: static;
}

.container {
  z-index: 53;
  width: 100%;
  max-width: 1360px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 5%;
  padding-right: 5%;
  position: relative;
}

.container.space {
  background-color: var(--white);
  padding-bottom: 0;
  padding-left: 10%;
  padding-right: 10%;
}

.text-block-4 {
  color: var(--white);
  margin-right: 15px;
  font-family: Breeperu, Arial, sans-serif;
  font-size: 21px;
  display: inline-block;
}

.div-block-3 {
  background-image: linear-gradient(#00000080, #00000080), url('../images/021755.jpg');
  background-position: 0 0, 50% 0;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  height: auto;
  padding-top: 75px;
  padding-bottom: 100px;
}

.text-block-5 {
  text-align: center;
  font-family: Breeperu, Arial, sans-serif;
  font-size: 35px;
}

.grid {
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  grid-template-rows: auto;
  width: 85%;
  margin-top: 50px;
  margin-left: auto;
  margin-right: auto;
}

.grid._2.e {
  grid-template-columns: 1fr 1fr 1fr;
  margin-top: 10px;
}

.div-block-4 {
  background-color: var(--white);
  border-radius: 4px;
  height: 100%;
  padding: 10px;
}

.columns-2 {
  border-radius: 5px;
}

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

.paragraph-2 {
  color: var(--black);
  text-align: left;
  margin-top: 0;
  font-family: Clanot Narrownews, Arial, sans-serif;
  font-size: 14px;
  font-weight: 300;
  line-height: 25px;
}

.paragraph-2.more {
  margin-top: 10px;
  margin-bottom: 25px;
  padding-left: 10px;
  padding-right: 10px;
}

.paragraph-2.more.white {
  color: var(--white);
  margin-top: 100px;
}

.paragraph-2.more.center {
  width: 100%;
  margin-top: 15px;
  margin-left: auto;
  margin-right: auto;
  font-size: 21px;
  line-height: 25px;
}

.paragraph-2.more.center.cen {
  text-align: center;
  width: 80%;
}

.paragraph-2.more.left {
  width: 45%;
  margin-top: 45px;
  margin-bottom: 45px;
  margin-left: 50px;
}

.paragraph-2.more.left._85 {
  width: 85%;
  margin-top: 25px;
  margin-left: auto;
  margin-right: auto;
}

.paragraph-2.more.left.l85 {
  width: 55%;
  margin-top: 9px;
  margin-left: 0;
  padding-left: 0;
}

.paragraph-2.more.left.lined {
  width: 85%;
  margin-left: auto;
  margin-right: auto;
}

.column-8 {
  padding-top: 15px;
}

.columns-3 {
  background-color: var(--white);
  border-radius: 5px;
  width: 85%;
  height: 450.508px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 0;
  padding-bottom: 0;
  position: absolute;
  inset: -26% 0% auto;
  box-shadow: 0 6px 18px 6px #0003;
}

.section-2 {
  text-align: center;
  height: 350px;
  position: relative;
}

.column-9 {
  background-image: url('../images/Group-100.png');
  background-position: 50%;
  background-size: cover;
  height: 100%;
  padding-top: 5px;
  padding-left: 5px;
}

.column-10 {
  height: 100%;
  margin-top: 5px;
  padding-top: 25px;
}

.column-11 {
  height: 100%;
  padding-right: 0;
}

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

.div-block-6 {
  background-color: var(--peru-red);
  border-radius: 5px;
  height: 100%;
  padding-top: 25px;
  padding-left: 20px;
  padding-right: 20px;
}

.form-block-2 {
  width: 80%;
  margin-left: auto;
  margin-right: auto;
  position: absolute;
  inset: auto 0% 0%;
}

.section-3 {
  background-image: none;
  background-position: 0 0;
  background-repeat: repeat;
  background-size: auto;
  padding-top: 25px;
  padding-bottom: 75px;
}

.link {
  color: var(--black);
}

.link.redlink {
  color: var(--peru-red);
}

.slider-div {
  margin-top: 35px;
}

.slider-div.less {
  margin-top: 0;
}

.slider-2 {
  border-radius: 5px;
  width: 90%;
  height: 750px;
  margin-left: auto;
  margin-right: auto;
}

.slide-nav-2, .left-arrow-2 {
  display: none;
}

.slide-4 {
  background-color: var(--peru-red);
}

.slide-5 {
  background-image: linear-gradient(180deg, var(--trans) 72%, var(--black)), url('../images/Group-93.png');
  background-position: 0 0, 50%;
  background-size: auto, cover;
  border-radius: 5px;
  height: 100%;
}

.slide-5.sv {
  background-image: linear-gradient(180deg, var(--trans) 76%, #fff0 77%, var(--black)), url('../images/AmazonChallenge_Embroidered.png'), url('../images/AMAZON-2.jpg');
  background-position: 0 0, 25px 25px, 50%;
  background-repeat: repeat, no-repeat, repeat;
  background-size: auto, 10%, cover;
}

.slide-5.ww {
  background-image: url('../images/CuscoChallenge_Embroidered.png'), linear-gradient(180deg, var(--trans) 72%, var(--black)), url('../images/4_WeavingCoop.jpg');
  background-position: 25px 25px, 0 0, 50%;
  background-repeat: no-repeat, repeat, repeat;
  background-size: 10%, auto, cover;
}

.slide-5.ww.cusco1 {
  background-image: url('../images/CuscoChallenge_Embroidered.png'), linear-gradient(180deg, var(--trans) 72%, var(--black)), url('../images/AdobeStock_111206308_preview.jpg');
  background-position: 25px 25px, 0 0, 50%;
  background-repeat: no-repeat, repeat, repeat;
  background-size: 10%, auto, cover;
}

.slide-5.inca {
  background-image: linear-gradient(180deg, var(--trans) 62%, var(--black)), url('../images/AndesChallenge_Embroidered.png'), url('../images/5_IncaTrail.jpg');
  background-position: 0 0, 25px 25px, 50%;
  background-repeat: repeat, no-repeat, repeat;
  background-size: auto, 10%, cover;
}

.slide-5.inca._2 {
  background-image: url('../images/AndesChallenge_Embroidered.png'), linear-gradient(180deg, var(--trans) 62%, var(--black)), url('../images/INCA.jpg');
  background-position: 25px 25px, 0 0, 50%;
  background-repeat: no-repeat, repeat, repeat;
  background-size: 10%, auto, cover;
}

.slide-5.mach {
  background-image: linear-gradient(180deg, var(--trans) 76%, var(--black)), url('../images/MachuPicchuChallenge_Embroidered.png'), url('../images/davis-vargas-resize.jpg');
  background-position: 0 0, 25px 25px, 50%;
  background-repeat: repeat, no-repeat, repeat;
  background-size: auto, 10%, cover;
}

.slide-5.am {
  background-image: linear-gradient(180deg, var(--trans) 69%, var(--black)), url('../images/MachuPicchuChallenge_Embroidered.png'), url('../images/021755_1.jpg');
  background-position: 0 0, 25px 25px, 50% 0;
  background-repeat: repeat, no-repeat, repeat;
  background-size: auto, 10%, cover;
  height: 100%;
}

.slide-5.amazon {
  background-image: linear-gradient(180deg, var(--trans) 72%, var(--black)), url('../images/AmazonChallenge_Embroidered.png'), url('../images/Group-93.png');
  background-position: 0 0, 25px 25px, 50%;
  background-repeat: repeat, no-repeat, repeat;
  background-size: auto, 10%, cover;
}

.slide-5.amazon.az3 {
  background-image: linear-gradient(180deg, var(--trans) 72%, var(--black)), url('../images/AmazonChallenge_Embroidered.png'), url('../images/DSC_2612.jpg');
}

.right-arrow-2 {
  background-image: url('../images/play.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 45%;
}

.mask-2 {
  border-radius: 5px;
}

.div-block-7 {
  background-image: url('../images/squid4.png');
  background-position: 55% 0;
  background-repeat: no-repeat;
  background-size: 50%;
  padding-top: 125px;
}

.div-block-7.other {
  background-image: none;
  padding-top: 100px;
}

.grid-2 {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  width: 85%;
  margin-top: 50px;
  margin-left: auto;
  margin-right: auto;
}

.div-block-8 {
  background-color: var(--white);
  text-align: center;
  border-radius: 5px;
  height: 100%;
  box-shadow: 0 0 5px 1px #0003;
}

.div-block-8.hide {
  display: block;
}

.img-div {
  background-image: url('../images/Group-96.png');
  background-position: 50%;
  background-size: cover;
  border-radius: 5px;
  width: 100%;
  height: auto;
}

.img-div._2 {
  background-image: linear-gradient(180deg, var(--trans) 79%, var(--black)), url('../images/Peru-Inca-Trail-Mountain-Porter-Freddy-Profile.jpg');
  background-position: 0 0, 50%;
  background-size: auto, cover;
}

.img-div._3 {
  background-image: linear-gradient(180deg, var(--trans) 77%, var(--black)), url('../images/1.jpg');
  background-position: 0 0, 50%;
  background-size: auto, cover;
}

.img-div.else {
  background-image: linear-gradient(180deg, var(--trans) 64%, var(--black)), url('../images/Group-98.png');
  background-position: 0 0, 50%;
  background-size: auto, cover;
}

.div-block-9 {
  height: 15%;
  padding-left: 10px;
  padding-right: 10px;
}

.footer {
  background-color: var(--peru-red);
  padding-top: 50px;
  padding-bottom: 50px;
}

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

.image-7 {
  filter: invert();
}

.image-7.white {
  filter: none;
}

.link-block, .link-block.last {
  margin-right: 0;
}

.link-block.center {
  margin-left: 15px;
  margin-right: 15px;
}

.link-block.center.less {
  margin-left: 0;
}

.div-block-11 {
  text-align: center;
  margin-bottom: 20px;
}

.image-8, .image-9 {
  border-top-left-radius: 5px;
  border-bottom-left-radius: 5px;
  width: 100%;
}

.image-10 {
  width: 25%;
  display: block;
}

.image-10._2 {
  width: 20%;
  margin-top: 15px;
  margin-right: 10px;
}

.columns-4 {
  z-index: 2000;
  position: absolute;
  inset: 0% 0% auto;
}

.link-block-2 {
  margin-top: 25px;
  margin-left: 25px;
}

.link-block-2.w--current {
  display: block;
}

.link-block-2._2 {
  margin-left: 0;
  margin-right: 25px;
}

.column-12 {
  text-align: right;
}

.container-2 {
  text-align: center;
  padding-top: 65px;
}

.image-11 {
  width: 40%;
  margin-left: auto;
  margin-right: auto;
  display: block;
  position: relative;
}

.image-11.longer {
  width: 75%;
  margin-top: 0;
  display: inline-block;
  position: relative;
}

.image-11.a {
  width: 65%;
  margin-top: 35px;
}

.list-item {
  font-family: Breeperu, Arial, sans-serif;
}

.list {
  font-family: Clanot Narrownews, Arial, sans-serif;
  font-weight: 300;
}

.div-block-12 {
  text-align: center;
  padding-bottom: 0;
}

.text-block-6 {
  color: var(--white);
  text-align: left;
  margin-bottom: 15px;
  margin-left: 5px;
  font-family: Breeperu, Arial, sans-serif;
  font-weight: 300;
  display: inline;
  position: static;
  inset: auto auto 0% 0%;
}

.div-block-13 {
  width: 35%;
  margin-bottom: 15px;
  margin-left: 15px;
  padding: 25px 15px 15px 10px;
  position: absolute;
  inset: auto auto 0% 0%;
}

.image-12 {
  margin-left: 0;
  display: inline;
}

.hide {
  display: block;
}

.column-13 {
  text-align: right;
  padding-right: 0;
}

.tabs {
  z-index: 2000;
  text-align: center;
  border-radius: 5px;
  width: 75%;
  margin-left: auto;
  margin-right: auto;
  position: absolute;
  inset: -50% 0% auto;
}

.tabs-content {
  background-color: var(--peru-red);
  border-radius: 5px 0 5px 5px;
}

.tab-link-tab-1 {
  background-color: var(--grey);
  border-radius: 5px 0 0;
  font-family: Breeperu, Arial, sans-serif;
}

.tab-link-tab-1:hover {
  opacity: .85;
}

.tab-link-tab-1.w--current {
  background-color: var(--peru-red);
  color: var(--white);
  border-radius: 5px 0 0;
  font-family: Breeperu, Arial, sans-serif;
}

.tab-link-tab-1.w--current:hover {
  opacity: 100;
}

.tab-link-tab-2 {
  background-color: var(--grey);
  border-top-right-radius: 5px;
  font-family: Breeperu, Arial, sans-serif;
}

.tab-link-tab-2:hover {
  opacity: .85;
}

.tab-link-tab-2.w--current {
  background-color: var(--peru-red);
  color: var(--white);
}

.tab-link-tab-2.w--current:hover {
  opacity: 100;
}

.tab-pane-tab-1 {
  padding-top: 50px;
  padding-bottom: 50px;
}

.tabs-menu {
  text-align: right;
  position: relative;
}

.tab-pane-tab-2 {
  padding-top: 50px;
  padding-bottom: 50px;
}

.image-13 {
  object-fit: fill;
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
  width: 100%;
  height: 100%;
  position: static;
}

.image-14 {
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
  width: 100%;
}

.linkwhite {
  color: var(--white);
}

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

.mobiledix, .mobimg {
  display: none;
}

.text-block-7 {
  font-family: Breeperu, Arial, sans-serif;
}

.success-message {
  background-color: var(--peru-red);
  color: var(--white);
}

.success-message-2 {
  background-color: var(--peru-red);
  color: var(--white);
  font-family: Breeperu, Arial, sans-serif;
}

.div-block-14 {
  background-color: var(--white);
  text-align: center;
  border-radius: 4px;
  width: 65%;
  height: auto;
  margin-top: 15px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 25px;
  padding-bottom: 25px;
}

.image-15 {
  width: 25%;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.link-block-3 {
  display: block;
}

.red {
  color: var(--peru-red);
  text-align: center;
  font-family: Breeperu, Arial, sans-serif;
  font-size: 35px;
  line-height: 40px;
}

.div-block-15 {
  background-image: url('../images/Canopy-9_preview.jpg');
  background-position: 50%;
  background-size: cover;
  height: 150px;
}

.smaller {
  margin-top: 10px;
  margin-bottom: 20px;
  font-size: 14px;
}

.rich-text-block {
  width: 100%;
  margin-top: 15px;
  margin-bottom: 20px;
}

.div-block-41 {
  text-align: center;
  border-radius: 5px;
  flex-flow: column;
  width: 100%;
  height: 100%;
  padding-bottom: 25px;
  display: flex;
  box-shadow: 0 0 5px 1px #0003;
}

.button-line-left {
  background-color: #fff;
  width: 20px;
  height: 1px;
}

.button-line-left.white {
  background-color: #fff;
}

.flex-container {
  flex-flow: row;
  justify-content: flex-start;
  align-items: stretch;
  width: 98%;
  margin-top: 25px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.text-meta {
  letter-spacing: 1.5px;
  text-transform: uppercase;
  font-size: 13px;
  font-weight: 500;
  line-height: 140%;
}

.text-meta.text-color-muted.date {
  margin-top: 10px;
  margin-bottom: 10px;
}

.text-meta.text-color-muted.date.pink {
  color: #d40058;
}

.button-line-right {
  background-color: #fff;
  width: 0;
  height: 1px;
}

.button-2 {
  color: #000;
  text-align: center;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  background-color: #0000;
  border: 1px solid #000;
  justify-content: center;
  margin: 0;
  padding: 1rem 1.25rem;
  font-size: 12px;
  font-weight: 500;
  line-height: 100%;
  text-decoration: none;
  transition: border .3s;
  position: relative;
  overflow: hidden;
}

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

.button-2.secondary {
  color: #fff;
  background-color: #d40058;
  border-width: 0;
  border-color: #0000;
  width: 50%;
}

.button-2.secondary:hover {
  border-color: #121416;
}

.button-2.secondary.purple {
  background-color: #400080;
}

.button-2.secondary.purple.auto {
  width: auto;
}

.button-2.secondary.purple.auto.jpas {
  margin-top: 10px;
}

.button-2.secondary.purple.auto.jpas.wp {
  background-color: var(--peru-red);
  border-radius: 5px;
  width: 50%;
  height: auto;
  margin-top: auto;
  margin-left: auto;
  margin-right: auto;
  padding: 10px 9px;
  display: block;
  top: auto;
}

.button-2.secondary.purple.auto.jpas.wp.alt {
  background-color: var(--white);
  color: var(--peru-red);
}

.heading-h5 {
  font-size: 1.25rem;
  font-weight: 500;
  line-height: 130%;
}

.heading-h5.text-uppercase {
  letter-spacing: 1px;
  font-weight: 600;
}

.heading-h5.text-uppercase.left {
  text-align: left;
  font-size: 1rem;
}

.heading-h5.text-uppercase.left.sub {
  margin-top: 0;
  font-size: 1rem;
}

.grid-3 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  width: 90%;
  margin-left: auto;
  margin-right: auto;
}

.button-inner-text {
  letter-spacing: 0;
  text-transform: none;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: auto;
  font-family: Breeperu, Arial, sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 20px;
}

.button-inner {
  z-index: 6;
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  height: auto;
  display: flex;
  position: static;
  overflow: hidden;
}

.div-block-42 {
  width: 200px;
  height: 200px;
}

.div-block-42._7 {
  background-image: url('../images/big-Social-4.jpg');
  background-position: 50%;
  background-size: cover;
  margin-bottom: 10px;
}

.div-block-42._7.i {
  background-image: url('../images/Adult-Pickleball.png');
  width: 100%;
}

.div-block-42._7.i.l {
  background-image: url('../images/17.png');
  background-repeat: no-repeat;
  background-size: cover;
  height: 250px;
}

.div-block-42._7.i.pi {
  background-image: url('../images/big-XMA_4717.jpg');
  height: 300px;
}

.div-block-42._7.i.pi.tod {
  background-image: url('../images/image2.jpg');
  height: 300px;
}

.div-block-42._7.i.pi.tod.cheer {
  background-image: url('../images/istockphoto-1174479831-612x612.jpg');
}

.div-block-42._8 {
  background-image: url('../images/Screenshot-2024-10-16-at-11.57.32-AM.png');
  background-position: 50%;
  background-size: cover;
  margin-bottom: 10px;
}

.div-block-42._8.f {
  background-image: url('../images/Youth-Swim-Team.png');
  width: 100%;
}

.div-block-42._8.f.lv {
  background-image: url('../images/JCC_day1-154-1.jpg');
  height: 300px;
}

.div-block-42._8.f.jpas {
  background-image: url('../images/JPAS.png');
  height: 300px;
}

.div-block-42._8.f.jpas.pt {
  background-image: url('../images/670e717e707992bdd57087ef_fitness.png');
}

.div-block-42._8.f.jpas.pt.tennis3 {
  background-image: url('../images/tennis.jpg');
}

.div-block-42._8.f.jpas.pt.tennis3.tot {
  background-image: url('../images/67065b5fbbe9ed934837bf16_JCC_day1-125-1.jpg');
}

.div-block-42._9 {
  background-image: url('../images/large-IMG_9294.jpg');
  background-position: 50%;
  background-size: cover;
  margin-bottom: 10px;
}

.div-block-42._9.g {
  background-image: url('../images/JPAS.png');
  width: 100%;
}

.div-block-42._9.g.swim {
  background-image: url('../images/swam.png');
  height: 250px;
}

.div-block-42.va {
  background-image: url('../images/large-art-1.jpg');
  background-position: 50%;
  background-size: cover;
  margin-bottom: 10px;
}

.div-block-42.va.d {
  background-image: url('../images/Youth-Tennis.png');
  background-position: 50% 0;
  width: 100%;
  height: 200px;
}

.div-block-42.va.d.tennis {
  background-image: url('../images/TENPB.png');
}

.div-block-42.va.d.tennis.bb {
  background-image: url('../images/image1.jpg');
  background-position: 50%;
}

.div-block-42.va.d.l2 {
  background-image: url('../images/JCC_day1-159.jpg');
  height: 300px;
}

.div-block-42.va.awh {
  background-image: url('../images/Screenshot-2024-10-16-at-12.25.23-PM.png');
}

.div-block-42.va.awh._100 {
  background-image: url('../images/21.png');
  width: 100%;
  height: 300px;
}

.div-block-42.va.awh._100.artclass {
  background-image: url('../images/20.png');
}

.div-block-42.va.awh._100.improv {
  background-image: url('../images/19.png');
}

.div-block-42.va.awh._100.broadway {
  background-image: url('../images/18.png');
}

.div-block-42.va.awh._100.n {
  background-image: url('../images/22.png');
}

.div-block-42.va.awh._100.n.g {
  background-image: url('../images/23.png');
}

.div-block-42.va.tennis {
  background-image: url('../images/tennis.jpg');
}

.div-block-42.va.tennis.bb {
  background-image: url('../images/16.png');
  width: 100%;
  height: 300px;
}

.div-block-42.va.z {
  background-image: url('../images/big-adria-crehuet-cano-eOo5SKU3cK4-unsplash.jpg');
  width: 100%;
  height: 300px;
}

.paragraph-with-margin {
  margin-top: 20px;
  margin-bottom: 25px;
}

.paragraph-with-margin.center {
  width: 75%;
  margin-left: auto;
  margin-right: auto;
}

.text-span-12 {
  font-size: 16px;
  font-style: italic;
  line-height: 18px;
}

.text-span-12.comeon {
  color: var(--white);
  font-family: Breeperu, Arial, sans-serif;
  font-style: normal;
  font-weight: 300;
}

.subtext {
  color: var(--white);
  margin-top: 15px;
  margin-bottom: 25px;
  font-family: Breeperu, Arial, sans-serif;
  font-size: 34px;
}

.div-block-19 {
  margin-bottom: 25px;
}

.primary-button-with-border {
  color: #fff;
  text-align: center;
  background-color: #c724b1;
  border: 1px #e2514e;
  border-radius: 60px;
  align-items: center;
  padding: 14px 30px;
  font-weight: 400;
  line-height: 1em;
  transition: all .2s;
}

.primary-button-with-border:hover {
  color: #fff;
  background-color: #c724b1;
}

.container-3 {
  background-color: var(--peru-red);
  text-align: center;
  border-radius: 5px;
  max-width: 750px;
  padding: 50px 25px;
}

.popup {
  z-index: 5000;
  background-image: linear-gradient(#00000080, #00000080);
  padding-top: 100px;
  display: none;
  position: absolute;
  inset: 0%;
}

.image-248 {
  filter: invert();
  margin-top: 25px;
  margin-right: 25px;
  position: fixed;
  inset: 0% 0% auto auto;
}

.image-249 {
  filter: invert();
}

.div-block-43 {
  width: 50%;
}

.red-div-left {
  background-color: var(--trans);
  width: 100%;
  padding-top: 0;
  padding-bottom: 0;
}

.div-block-44 {
  background-color: var(--trans);
  background-image: url('../images/redbar.png');
  background-position: 0%;
  background-repeat: no-repeat;
  background-size: contain;
  width: 55%;
  padding-top: 25px;
  padding-bottom: 25px;
}

.div-block-44._100 {
  background-position: 0%;
}

.div-block-44._100.p {
  width: 100%;
}

.div-block-44._100.alt {
  background-image: none;
  background-position: 0 0;
  background-repeat: repeat;
  background-size: auto;
  margin-top: 50px;
}

.box-image {
  background-image: url('../images/AFAR.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
  height: 200px;
  margin-bottom: 10px;
}

.box-image.plant {
  background-image: url('../images/Screenshot-2025-09-30-at-12.10.50-PM.png');
  background-position: 50%;
  background-size: cover;
}

.box-image.om {
  background-image: url('../images/OM.jpg');
}

.div-block-45 {
  background-image: url('../images/eagle.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
  height: 300px;
}

.div-block-45.flight {
  background-image: url('../images/air.jpg');
}

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

.columns-5 {
  width: 85%;
  height: 200px;
  margin: 50px auto 25px;
}

.column-16, .column-17 {
  height: 100%;
  display: flex;
}

.body {
  padding-top: 25px;
}

.influence {
  text-align: left;
  padding-top: 10px;
  padding-left: 15px;
}

.image-250, .image-251 {
  border-radius: 4px;
}

.div-block-46 {
  width: 85%;
  height: auto;
  margin-top: 15px;
  margin-left: auto;
  margin-right: auto;
}

.div-block-47 {
  width: 85%;
  margin-top: 25px;
  margin-left: auto;
  margin-right: auto;
}

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

.list-item-2, .list-item-3, .list-item-4, .list-item-5, .list-item-6 {
  margin-bottom: 5px;
}

.button-inner-text-2 {
  letter-spacing: 0;
  text-transform: none;
  justify-content: center;
  align-items: center;
  font-size: 18px;
  line-height: 21px;
}

.text-meta-2 {
  color: #000;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  font-size: 13px;
  font-weight: 500;
  line-height: 140%;
}

.text-meta-2.text-color-muted.date {
  margin-top: 10px;
  margin-bottom: 10px;
}

.text-meta-2.text-color-muted.date.pink {
  color: #d40058;
}

.flex-container-2 {
  flex-flow: row;
  justify-content: flex-start;
  align-items: stretch;
  margin-top: 10px;
  display: flex;
}

.grid-4 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  width: 85%;
  margin-left: auto;
  margin-right: auto;
}

.button-3 {
  color: #000;
  text-align: center;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  background-color: #0000;
  border: 1px solid #000;
  justify-content: center;
  margin: 0;
  padding: 1rem 1.25rem;
  font-size: 12px;
  font-weight: 500;
  line-height: 100%;
  text-decoration: none;
  transition: border .3s;
  position: relative;
  overflow: hidden;
}

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

.button-3.secondary {
  color: #fff;
  background-color: #d40058;
  border-width: 0;
  border-color: #0000;
  width: 50%;
}

.button-3.secondary:hover {
  border-color: #121416;
}

.button-3.secondary.purple {
  background-color: #400080;
}

.button-3.secondary.purple.auto {
  width: auto;
}

.button-3.secondary.purple.auto.jpas {
  margin-top: 10px;
}

.button-3.secondary.purple.auto.jpas.wp {
  background-color: var(--peru-red);
  border-radius: 4px;
  width: 65%;
  margin-top: auto;
  padding: 9px 30px;
  font-family: Breeperu, Arial, sans-serif;
  font-size: 18px;
  display: block;
  top: auto;
}

.button-inner-2 {
  z-index: 6;
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  height: 12px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.div-block-48 {
  background-color: var(--white);
  text-align: left;
  border-radius: 4px;
  flex-flow: column;
  width: 100%;
  height: 100%;
  padding: 10px;
  display: flex;
}

.div-block-49 {
  width: 200px;
  height: 200px;
}

.div-block-49._2 {
  background-image: url('../images/06_2016_04_JCC_Suess_Senior-276-1024x683.jpg');
  background-position: 50%;
  background-size: cover;
  margin-bottom: 10px;
}

.div-block-49._2.b {
  background-image: url('../images/Youth-Gymnastics.png');
  background-position: 0%;
  width: 100%;
  margin-top: 0;
}

.div-block-49._2.b.zumb {
  background-image: url('../images/Screenshot-2025-09-30-at-12.10.50-PM.png');
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
  height: 200px;
}

.div-block-49._8 {
  background-image: url('../images/Screenshot-2024-10-16-at-11.57.32-AM.png');
  background-position: 50%;
  background-size: cover;
  margin-bottom: 10px;
}

.div-block-49._8.f {
  background-image: url('../images/Youth-Swim-Team.png');
  width: 100%;
}

.div-block-49._8.f.jpas {
  background-image: url('../images/JPAS.png');
  height: 300px;
}

.div-block-49._8.f.jpas.pt {
  background-image: url('../images/670e717e707992bdd57087ef_fitness.png');
}

.div-block-49._8.f.jpas.pt.tennis {
  background-image: url('../images/Adult-Tennis.png');
}

.div-block-49._8.f.jpas.pt.tennis3 {
  background-image: url('../images/tennis.jpg');
}

.div-block-49._8.j {
  background-image: url('../images/Adult-Basketball.png');
  width: 100%;
}

.div-block-49._8.j.yoga {
  background-image: url('../images/OM.jpg');
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
  height: 200px;
}

.div-block-49._3 {
  background-image: url('../images/large-CW-1.jpg');
  background-position: 50%;
  background-size: cover;
  margin-bottom: 10px;
}

.div-block-49._3.c {
  background-image: url('../images/Youth-Soccer.png');
  width: 100%;
}

.div-block-49._3.c.f {
  background-image: url('../images/logan-weaver-lgnwvr-9D_rUDe7xvA-unsplash.jpg');
  height: 300px;
}

.div-block-49._7 {
  background-image: url('../images/big-Social-4.jpg');
  background-position: 50%;
  background-size: cover;
  margin-bottom: 10px;
}

.div-block-49._7.i {
  background-image: url('../images/Adult-Pickleball.png');
  width: 100%;
}

.div-block-49._7.i.pi {
  background-image: url('../images/AFAR.jpg');
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
  height: 200px;
}

.div-block-49._7.e {
  background-image: url('../images/Youth-Swim-Lessons.png');
  width: 100%;
}

.div-block-49._7.e.spin {
  background-image: url('../images/spinning.png');
  height: 300px;
}

.div-block-50 {
  width: 85%;
  margin-left: auto;
  margin-right: auto;
}

.top {
  position: absolute;
  inset: 0% 0% auto;
}

.image-252 {
  object-fit: fill;
  max-width: 55%;
}

.image-252.ga {
  max-width: 25%;
}

.link-block-4 {
  object-fit: fill;
  margin-top: 25px;
  margin-left: 25px;
  position: absolute;
  inset: 0% auto auto 0%;
}

.link-block-4.b {
  text-align: right;
  width: 41%;
  margin-left: 0;
  margin-right: 25px;
  inset: 0% 0% auto auto;
}

.cred {
  color: var(--white);
  text-align: right;
  font-family: Clanot, Arial, sans-serif;
  font-size: 12px;
}

.cred.br {
  padding-bottom: 10px;
  padding-right: 10px;
  position: absolute;
  inset: auto 0% 0% auto;
}

.smallish {
  font-size: 25px;
}

.text-span-13 {
  font-family: Clanot, Arial, sans-serif;
  font-weight: 900;
}

html.w-mod-js [data-ix="load"] {
  opacity: 0;
  display: none;
}

@media screen and (min-width: 1440px) {
  .div-block {
    height: 85vh;
  }

  .description-white {
    font-size: 18px;
    line-height: 21px;
  }

  .checkbox-label {
    font-size: 16px;
  }

  .checkbox-label.small {
    font-size: 16px;
    line-height: 21px;
  }

  .checkbox-field {
    font-size: 21px;
  }

  .squuig {
    background-size: 40%;
  }

  .column-6 {
    padding-top: 50px;
  }

  .paragraph {
    font-size: 16px;
  }

  .section.dark.no-padding {
    background-color: var(--white);
  }

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

  .paragraph-2 {
    font-size: 16px;
    line-height: 21px;
  }

  .paragraph-2.more {
    font-size: 16px;
    line-height: 25px;
  }

  .paragraph-2.more.center {
    font-size: 18px;
    line-height: 25px;
  }

  .paragraph-2.more.left {
    font-size: 21px;
  }

  .section-3 {
    background-image: none;
  }

  .div-block-7.other {
    background-image: none;
    background-position: 0 0;
    background-repeat: repeat;
    background-size: auto;
  }

  .div-block-8 {
    height: 100%;
  }

  .div-block-9 {
    height: 20%;
    padding-bottom: 10px;
  }

  .image-8, .image-9 {
    width: 100%;
  }

  .image-10 {
    width: 20%;
  }

  .list {
    font-size: 16px;
  }

  .image-13, .image-14 {
    width: 100%;
  }

  .rich-text-block {
    margin-top: 10px;
  }

  .div-block-42._7, .div-block-42._8, .div-block-42._9, .div-block-42.va {
    width: 250px;
    height: 250px;
  }

  .div-block-42.va.d {
    height: 250px;
  }

  .div-block-44 {
    text-align: left;
    background-position: 0%;
  }

  .columns-5 {
    margin-top: 25px;
  }

  .div-block-49._2, .div-block-49._8, .div-block-49._3, .div-block-49._7 {
    width: 250px;
    height: 250px;
  }
}

@media screen and (min-width: 1920px) {
  .description-white {
    font-size: 24px;
    line-height: 28px;
  }

  .enter {
    padding-top: 25px;
    padding-bottom: 25px;
    font-size: 28px;
  }

  .text-field, .textfield-new {
    height: 75px;
    font-size: 28px;
  }

  .checkbox-label {
    font-size: 21px;
  }

  .checkbox-label.small {
    font-size: 21px;
    line-height: 25px;
  }

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

  .squuig {
    background-image: linear-gradient(to bottom, null, null);
    padding-top: 200px;
    padding-bottom: 145px;
  }

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

  .columns {
    height: 800px;
  }

  .column-6 {
    padding-top: 50px;
  }

  .black {
    margin-bottom: 10px;
    font-size: 40px;
  }

  .black.bl {
    margin-bottom: 15px;
    font-size: 30px;
  }

  .image {
    width: 40%;
  }

  .paragraph {
    font-size: 24px;
    line-height: 30px;
  }

  .primary-button {
    padding-top: 25px;
    padding-bottom: 25px;
    font-size: 28px;
  }

  .primary-button._100 {
    padding-top: 15px;
    padding-bottom: 15px;
    font-size: 21px;
  }

  .image-video {
    background-image: url('../images/Screenshot-2024-12-19-at-2.41.24-PM.jpg');
    background-position: 50%;
    background-size: cover;
    height: 650px;
  }

  .section {
    border: 1px #000;
  }

  .section.dark.no-padding {
    background-color: var(--white);
  }

  .container.space {
    padding-left: 0%;
    padding-right: 0%;
  }

  .columns-2 {
    width: 100%;
  }

  .paragraph-2 {
    margin-top: 10px;
    font-size: 24px;
    line-height: 30px;
  }

  .paragraph-2.more {
    margin-top: 15px;
    margin-bottom: 25px;
    font-size: 25px;
    line-height: 30px;
  }

  .paragraph-2.more.center {
    font-size: 25px;
    line-height: 35px;
  }

  .paragraph-2.more.left {
    font-size: 28px;
  }

  .columns-3 {
    height: 500px;
  }

  .section-3 {
    padding-top: 100px;
  }

  .slider-2 {
    height: 700px;
  }

  .slide-5, .slide-5.am {
    height: 100%;
  }

  .div-block-9 {
    height: 18%;
  }

  .image-8, .image-9 {
    width: 100%;
  }

  .image-10 {
    width: 25%;
  }

  .image-10._2 {
    width: 30%;
  }

  .image-11 {
    width: 65%;
  }

  .image-11.a {
    width: 85%;
  }

  .list {
    font-size: 21px;
    line-height: 30px;
  }

  .tab-link-tab-1, .tab-link-tab-1.w--current, .tab-link-tab-2 {
    font-size: 21px;
  }

  .image-13, .image-14 {
    width: 100%;
  }

  .div-block-42._7.i.l, .div-block-42._7.i.pi, .div-block-42._7.i.pi.tod, .div-block-42._7.i.pi.tod.cheer, .div-block-42._8.f.lv, .div-block-42._8.f.jpas, .div-block-42._8.f.jpas.pt, .div-block-42._8.f.jpas.pt.tennis3, .div-block-42._8.f.jpas.pt.tennis3.tot, .div-block-42._9.g.swim, .div-block-42.va.d.l2 {
    height: 350px;
  }

  .div-block-42.va.awh._100, .div-block-42.va.tennis.bb {
    width: 100%;
    height: 350px;
  }

  .div-block-42.va.z {
    height: 350px;
  }

  .columns-5 {
    margin-top: 50px;
  }

  .button-inner-text-2 {
    font-size: 18px;
    line-height: 150%;
  }

  .text-meta-2.text-color-muted.date {
    font-size: 18px;
  }

  .text-meta-2.text-color-muted.date.pink {
    font-size: 21px;
  }

  .div-block-49._2.b.zumb, .div-block-49._8.f.jpas, .div-block-49._8.f.jpas.pt, .div-block-49._8.f.jpas.pt.tennis, .div-block-49._8.f.jpas.pt.tennis3, .div-block-49._8.j.yoga, .div-block-49._3.c.f, .div-block-49._7.i.pi, .div-block-49._7.e.spin {
    height: 350px;
  }

  .image-252 {
    max-width: 75%;
  }
}

@media screen and (max-width: 991px) {
  .squuig {
    background-size: 80%;
  }

  .section {
    padding-top: 160px;
    padding-bottom: 160px;
  }

  .primary-button-with-border:hover {
    opacity: 1;
  }
}

@media screen and (max-width: 767px) {
  .column {
    padding-left: 0;
  }

  .column-2 {
    padding-right: 0;
  }

  .image-video {
    height: 650px;
  }

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

  .image-10, .image-10._2 {
    width: 45%;
  }

  .paragraph-with-margin {
    margin-bottom: 30px;
  }

  .subtext {
    font-size: 21px;
  }

  .container-3 {
    width: 75%;
  }
}

@media screen and (max-width: 479px) {
  .div-block {
    height: 55vh;
  }

  .slide.last {
    padding-top: 10vh;
  }

  .form-container.eh {
    width: 90%;
  }

  .title-text {
    padding-left: 25px;
    padding-right: 25px;
    font-size: 21px;
  }

  .description-white {
    width: 90%;
    margin-left: auto;
    margin-right: auto;
  }

  .description-white.left, .form-block {
    width: 100%;
  }

  .column {
    padding-left: 0;
  }

  .column-2 {
    padding-right: 0;
  }

  .form__input.state {
    font-size: 15px;
  }

  .textfield-new {
    font-size: 11px;
  }

  .squuig {
    background-image: none;
    background-repeat: repeat;
    background-size: auto;
    height: auto;
    margin-top: 255px;
    padding-top: 25px;
    padding-bottom: 0;
  }

  .text-block-3 {
    margin-top: 0;
    padding-top: 10px;
    padding-bottom: 0;
    font-size: 21px;
    line-height: 21px;
  }

  .text-block-3.alt._85 {
    margin-top: 25px;
    margin-bottom: 25px;
  }

  .columns {
    height: auto;
  }

  .column-6 {
    padding-top: 25px;
    padding-bottom: 25px;
  }

  .black {
    font-size: 21px;
  }

  .black.bl.bottom {
    padding-top: 45%;
    font-size: 16px;
  }

  .div-block-2 {
    width: 90%;
  }

  .primary-button._100 {
    font-size: 14px;
  }

  .image-video {
    height: 250px;
  }

  .image-video.desk {
    display: none;
  }

  .image-video.mob {
    background-image: linear-gradient(#00000080, #00000080), url('../images/IMG_7226_1.jpg');
    background-position: 0 0, 50% 100%;
    background-repeat: repeat, no-repeat;
    background-size: auto, cover;
    border-radius: 0;
    top: 0;
  }

  .lightbox-wrap {
    width: 100%;
  }

  .section {
    padding-top: 96px;
    padding-bottom: 96px;
  }

  .container.space {
    position: static;
  }

  .text-block-4 {
    font-size: 18px;
  }

  .div-block-3 {
    padding-top: 25px;
    padding-bottom: 25px;
  }

  .text-block-5 {
    font-size: 21px;
  }

  .grid {
    grid-template-columns: 1fr;
    margin-top: 25px;
  }

  .grid._2.e {
    grid-template-columns: 1fr;
  }

  .paragraph-2 {
    font-size: 12px;
    line-height: 15px;
  }

  .paragraph-2.more {
    margin-bottom: 15px;
  }

  .paragraph-2.more.center {
    width: 90%;
    font-size: 14px;
    line-height: 18px;
  }

  .paragraph-2.more.left {
    width: 90%;
    margin-left: 0;
    margin-right: 0;
  }

  .paragraph-2.more.left.l85 {
    width: 85%;
  }

  .section-3 {
    background-image: none;
    background-position: 0 0;
    background-repeat: repeat;
    background-size: auto;
    padding-top: 25px;
    padding-bottom: 25px;
  }

  .slider-2 {
    border-radius: 0;
    width: 100%;
    height: 400px;
  }

  .slide-5 {
    border-radius: 0;
  }

  .slide-5.sv {
    background-size: auto, 20%, cover;
  }

  .slide-5.ww {
    background-image: linear-gradient(180deg, var(--trans) 72%, var(--black)), url('../images/CuscoChallenge_Embroidered.png'), url('../images/4_WeavingCoop.jpg');
    background-position: 0 0, 25px 25px, 50%;
    background-repeat: repeat, no-repeat, repeat;
    background-size: auto, 20%, cover;
  }

  .slide-5.ww.cusco1 {
    background-image: linear-gradient(180deg, var(--trans) 72%, var(--black)), url('../images/CuscoChallenge_Embroidered.png'), url('../images/AdobeStock_111206308_preview.jpg');
    background-position: 0 0, 25px 25px, 50%;
    background-repeat: repeat, no-repeat, repeat;
    background-size: auto, 20%, cover;
  }

  .slide-5.inca {
    background-image: linear-gradient(180deg, var(--trans) 62%, var(--black)), url('../images/AndesChallenge_Embroidered.png'), url('../images/5_IncaTrail.jpg');
    background-position: 0 0, 25px 25px, 50%;
    background-repeat: repeat, no-repeat, repeat;
    background-size: auto, 20%, cover;
  }

  .slide-5.inca._2 {
    background-image: linear-gradient(180deg, var(--trans) 62%, var(--black)), url('../images/AndesChallenge_Embroidered.png'), url('../images/INCA.jpg');
    background-position: 0 0, 25px 25px, 50%;
    background-repeat: repeat, no-repeat, repeat;
    background-size: auto, 20%, cover;
  }

  .slide-5.mach, .slide-5.am, .slide-5.amazon {
    background-size: auto, 20%, cover;
  }

  .right-arrow-2 {
    background-position: 80%;
    background-size: 25%;
  }

  .mask-2 {
    border-radius: 0;
  }

  .div-block-7.other {
    background-image: none;
    background-repeat: repeat;
    background-size: auto;
    padding-top: 50px;
  }

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

  .div-block-8.hide {
    height: auto;
    padding-bottom: 25px;
  }

  .div-block-9 {
    height: 18%;
  }

  .image-8, .image-9 {
    display: none;
  }

  .image-10, .image-10._2 {
    width: 65%;
  }

  .link-block-2.w--current {
    margin-left: 5px;
  }

  .link-block-2._2 {
    margin-right: 5px;
  }

  .image-11 {
    width: 50%;
    max-width: 90%;
  }

  .image-11.a {
    width: 75%;
    margin-top: 15px;
  }

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

  .image-12 {
    margin-left: 5px;
  }

  .tabs {
    width: 90%;
  }

  .tab-link-tab-1.w--current, .tab-link-tab-2 {
    text-align: center;
  }

  .tab-pane-tab-1 {
    padding-top: 25px;
    padding-bottom: 25px;
  }

  .image-13 {
    display: none;
  }

  .image-14 {
    width: 100%;
    display: none;
  }

  .mobiledix {
    display: block;
  }

  .mobimg {
    background-image: url('../images/av.png');
    background-position: 50%;
    background-size: cover;
    height: 225px;
    margin-bottom: 15px;
    display: block;
  }

  .mobimg.eag {
    background-image: url('../images/EAG.png');
    background-position: 50% 35%;
    height: 225px;
  }

  .mobimg.zeiss {
    background-image: url('../images/zeiss.png');
    background-position: 50% 75%;
  }

  .mobimg.toad {
    background-image: url('../images/toad.png');
    background-position: 50% 35%;
    background-size: cover;
    height: 250px;
  }

  .mobimg.nomad {
    background-image: url('../images/Group-95.png');
  }

  .mobimg.planet {
    background-image: url('../images/plant.png');
    background-position: 50% 30%;
  }

  .div-block-14 {
    width: 85%;
  }

  .red {
    font-size: 21px;
  }

  .div-block-41 {
    width: 95%;
    margin-left: auto;
    margin-right: auto;
  }

  .text-meta {
    font-size: 13px;
  }

  .text-meta.text-color-muted.date.pink {
    width: auto;
  }

  .button-2.secondary.purple.auto.jpas.wp {
    font-size: 14px;
  }

  .heading-h5.text-uppercase {
    width: 100%;
    font-size: 30px;
    line-height: 30px;
    display: block;
    position: static;
  }

  .heading-h5.text-uppercase.left {
    font-size: 14px;
    line-height: 20px;
  }

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

  .button-inner-text {
    text-align: center;
    width: 100%;
    font-size: 14px;
    line-height: 10px;
  }

  .div-block-42._9, .div-block-42.va {
    margin-top: 15px;
  }

  .paragraph-with-margin.center {
    width: 95%;
    font-size: 12px;
  }

  .text-span-12.comeon {
    font-size: 14px;
  }

  .subtext {
    font-size: 21px;
    line-height: 25px;
  }

  .container-3 {
    width: 95%;
    padding-top: 25px;
    padding-bottom: 25px;
  }

  .popup {
    padding-top: 75px;
  }

  .div-block-44 {
    background-position: 0%;
    background-size: contain;
    width: 75%;
    padding-top: 0;
    padding-bottom: 0;
  }

  .div-block-45, .div-block-45.flight {
    height: 200px;
  }

  .columns-5 {
    height: auto;
  }

  .column-16, .column-17 {
    text-align: left;
    display: block;
  }

  .influence {
    padding-left: 0;
  }

  .image-250 {
    max-width: 75%;
  }

  .image-251 {
    max-width: 75%;
    margin-top: 15px;
  }

  .button-inner-text-2 {
    width: 100%;
    font-size: 18px;
    line-height: 20px;
  }

  .text-meta-2 {
    font-size: 13px;
  }

  .text-meta-2.text-color-muted.date.pink {
    width: auto;
  }

  .grid-4 {
    grid-template-columns: 1fr;
  }

  .button-3.secondary.purple.auto.jpas.wp {
    width: 75%;
  }

  .div-block-49._3 {
    margin-top: 15px;
  }

  .image-252 {
    max-width: 35%;
  }

  .image-252.ga {
    max-width: 50%;
  }

  .link-block-4 {
    margin-left: 10px;
  }

  .link-block-4.b {
    margin-right: 10px;
  }
}

#w-node-_58c40c35-9b6d-bbd0-b8c2-8a11b610256b-ef36fa08 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}


@font-face {
  font-family: 'Breeperu';
  src: url('../fonts/BreePeru_Bold.otf') format('opentype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Breeperu';
  src: url('../fonts/BreePeru_RegularOblique.otf') format('opentype');
  font-weight: 400;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Breeperu';
  src: url('../fonts/BreePeru_BoldOblique.otf') format('opentype');
  font-weight: 700;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Breeperu';
  src: url('../fonts/BreePeru_LightOblique.otf') format('opentype');
  font-weight: 300;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Breeperu';
  src: url('../fonts/BreePeru_Light.otf') format('opentype');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Breeperu';
  src: url('../fonts/BreePeru_Regular.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Clanot Narrowbook';
  src: url('../fonts/ClanOT-NarrowBook.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Clanot';
  src: url('../fonts/ClanOT-NarrowBlack.otf') format('opentype');
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Clanot';
  src: url('../fonts/ClanOT-NarrowMedium.otf') format('opentype');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Clanot';
  src: url('../fonts/ClanOT-NarrowBold.otf') format('opentype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Clanot';
  src: url('../fonts/ClanOT-NarrowThin.otf') format('opentype');
  font-weight: 100;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Clanot Narrowultra';
  src: url('../fonts/ClanOT-NarrowUltra.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Clanot Narrownews';
  src: url('../fonts/ClanOT-NarrowNews.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}