@font-face {
  font-family: Helveticaneueroman;
  src: url('../fonts/HelveticaNeueItalic.ttf') format("truetype");
  font-weight: 400;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: Noka Hairline;
  src: url('../fonts/Noka-Hairline.ttf') format("truetype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Noka Hairline;
  src: url('../fonts/Noka-Hairline.ttf') format("truetype");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Noka Hairline;
  src: url('../fonts/Noka-Hairline.ttf') format("truetype");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Noka Hairline;
  src: url('../fonts/Noka-Hairline.ttf') format("truetype");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Noka Hairline;
  src: url('../fonts/Noka-Hairline.ttf') format("truetype");
  font-weight: 800;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Noka Hairline;
  src: url('../fonts/Noka-Hairline.ttf') format("truetype");
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Alfarn;
  src: url('../fonts/Alfarn-Regular.ttf') format("truetype"), url('../fonts/Alfarn-Regular.ttf') format("truetype");
  font-weight: 400;
  font-style: normal;
  font-display: auto;
}

@font-face {
  font-family: Alfarn;
  src: url('../fonts/Alfarn-Regular.ttf') format("truetype");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

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

@font-face {
  font-family: Helveticaneueroman;
  src: url('../fonts/HelveticaNeueHeavyItalic.otf') format("opentype"), url('../fonts/HelveticaNeueBlackItalic.otf') format("opentype");
  font-weight: 900;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: Helveticaneueroman;
  src: url('../fonts/HelveticaNeueHeavy.otf') format("opentype"), url('../fonts/HelveticaNeueBlack.otf') format("opentype");
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}

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

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

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

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

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

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

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

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

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

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

:root {
  --ptz_orange: orangered;
  --backgroundanimationdarkblue: #232a3b;
  --white: white;
  --text-color: #292929;
  --black: black;
  --borderdottedcolor: #bcbec0;
  --transparent: #3898ec00;
  --color: white;
}

img {
  max-width: 100%;
  display: inline-block;
}

.body {
  color: #000;
  text-align: center;
  background-color: #232a3b00;
  border: 1px #000;
  border-bottom: 1px solid #ff4500;
  max-width: 100vw;
  font-size: 32px;
  line-height: 35px;
  overflow: visible;
}

.div-block {
  flex-flow: row;
  justify-content: center;
  align-items: center;
  height: 1000px;
  display: flex;
  position: relative;
  top: 0;
}

.image-3 {
  position: absolute;
  inset: 245px 25% 0% auto;
}

.image-4 {
  position: absolute;
  inset: 70% auto 0% 25%;
}

.navbar-no-shadow {
  z-index: 1000;
  background-color: var(--ptz_orange);
  position: sticky;
  top: 0;
}

.navbar-no-shadow.investors {
  background-color: var(--backgroundanimationdarkblue);
}

.navbar-no-shadow-container {
  z-index: 100;
  background-color: #0000;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding: 20px;
  position: relative;
  top: 0;
  bottom: auto;
}

.container-regular {
  width: 100%;
  min-height: 30px;
  margin-left: auto;
  margin-right: auto;
}

.navbar-wrapper {
  outline-offset: 0px;
  text-align: left;
  outline: 3px #000;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.nav-menu-wrapper {
  letter-spacing: 0;
  text-indent: -20px;
  overflow-wrap: normal;
  mix-blend-mode: normal;
  border-radius: 0;
  justify-content: center;
  align-items: center;
  display: flex;
}

.nav-menu {
  text-indent: -10px;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 0;
  padding-bottom: 0;
  padding-left: 0;
  display: flex;
}

.nav-link {
  color: #fff;
  letter-spacing: 1.2px;
  -webkit-text-stroke-width: 1.5px;
  text-indent: 5px;
  margin-left: 5px;
  margin-right: 5px;
  padding: 5px 10px;
  font-family: Noka Hairline, sans-serif;
  font-size: 16px;
  line-height: 20px;
  text-decoration: none;
}

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

.nav-link:focus-visible, .nav-link[data-wf-focus-visible] {
  outline-offset: 0px;
  color: #0050bd;
  border-radius: 4px;
  outline: 2px solid #0050bd;
}

.nav-link.w--current {
  color: var(--backgroundanimationdarkblue);
  letter-spacing: 1.2px;
  -webkit-text-stroke-width: 1px;
}

.nav-link.investors.w--current {
  color: var(--ptz_orange);
}

.nav-link.about.w--current {
  color: var(--white);
  -webkit-text-stroke-width: 1.5px;
}

.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;
}

.div-block-2 {
  background-color: var(--ptz_orange);
  color: var(--ptz_orange);
  border-radius: 0;
  width: 100%;
  height: 5px;
}

.div-block-2.casestudiesbar {
  width: 100%;
}

.div-block-2.investors {
  background-color: var(--backgroundanimationdarkblue);
}

.div-block-2.investors.fat {
  height: 10px;
}

.div-block-2.investors.fat.outside {
  width: 100%;
}

.div-block-2.investors.thin {
  height: 1px;
  margin-top: 20px;
  margin-bottom: 20px;
}

.section {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  padding-top: 100px;
  display: flex;
}

.heading {
  justify-content: flex-start;
}

.heading.section-title {
  text-align: left;
  letter-spacing: 1.1px;
  -webkit-text-stroke-width: 2px;
  margin-bottom: 45px;
  font-family: Noka Hairline, sans-serif;
  font-size: 2rem;
  font-weight: 400;
  line-height: 45px;
}

.text-span {
  color: #ff4500;
}

.text-span.pop {
  -webkit-text-stroke-width: 2px;
  font-weight: 500;
}

.div-block-3 {
  width: 65%;
  margin-bottom: 100px;
}

.heading-2 {
  color: var(--text-color);
  text-align: left;
  letter-spacing: 1.5px;
  -webkit-text-stroke-width: 1.5px;
  word-break: normal;
  margin-top: 0;
  margin-bottom: 40px;
  font-family: Noka Hairline, sans-serif;
  font-size: 2.5rem;
  font-weight: 700;
  line-height: 3.5rem;
}

.heading-3 {
  color: var(--ptz_orange);
  text-align: left;
  letter-spacing: 1.2px;
  -webkit-text-stroke-width: 1.5px;
  font-family: Noka Hairline, sans-serif;
  font-size: 30px;
  font-weight: 100;
  line-height: 2.5rem;
}

.image-6 {
  text-align: center;
  width: 100%;
  margin-top: 60px;
}

.section-3 {
  border-radius: 0;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  padding-top: 100px;
  display: flex;
}

.text-block-3 {
  color: var(--ptz_orange);
  text-align: left;
  letter-spacing: 1px;
  -webkit-text-stroke-width: 1px;
  text-transform: none;
  font-family: Noka Hairline, sans-serif;
  font-size: 32px;
  font-weight: 400;
  line-height: 2.5rem;
}

.div-block-6 {
  letter-spacing: .5px;
  flex-flow: row;
  justify-content: flex-start;
  align-items: center;
  width: 70%;
  font-family: Helveticaneueroman, sans-serif;
  font-size: 3rem;
  font-weight: 100;
  display: flex;
}

.text-block-8 {
  color: var(--text-color);
  text-align: left;
  margin-top: 50px;
  margin-bottom: 40px;
  font-family: Helveticaneueroman, sans-serif;
  font-size: 22px;
  font-weight: 100;
  line-height: 25px;
}

.div-block-7 {
  color: #8b8f98;
  justify-content: center;
  align-items: center;
  display: flex;
}

.div-block-8 {
  z-index: 1;
  background-color: var(--white);
  justify-content: center;
  align-items: center;
  width: 100%;
  margin-bottom: 100px;
  display: flex;
  position: relative;
}

.button {
  background-color: #ff4500;
  border-radius: 20px;
  width: auto;
  min-width: auto;
  max-width: none;
  padding: 5px 15px;
  font-family: Exo, sans-serif;
  font-size: 20px;
  font-weight: 300;
}

.button.modal-link {
  font-family: Helveticaneueroman, sans-serif;
  font-weight: 100;
}

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

.text-block-9 {
  color: var(--text-color);
  text-align: left;
  -webkit-text-stroke-width: 1.5px;
  width: 100%;
  margin-bottom: auto;
  font-family: Noka Hairline, sans-serif;
  font-size: 3rem;
  font-weight: 400;
  line-height: 3.5rem;
}

.div-block-10 {
  justify-content: center;
  align-items: center;
  width: 100%;
  padding-top: 25px;
  display: flex;
  position: relative;
}

.text-block-10 {
  color: var(--text-color);
  letter-spacing: 1.2px;
  -webkit-text-stroke-width: 1px;
  width: auto;
  margin-bottom: 0;
  padding-bottom: 10px;
  font-family: Noka Hairline, sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 25px;
}

.text-block-11 {
  letter-spacing: 1.2px;
  -webkit-text-stroke-width: 1px;
  -webkit-text-stroke-color: var(--text-color);
  margin-top: 0;
  padding-bottom: 20px;
  font-family: Noka Hairline, sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 25px;
}

.div-block-11 {
  text-align: left;
  padding-bottom: 60px;
  font-size: 15px;
  line-height: 20px;
}

.div-block-11.movecases {
  padding-bottom: 0;
  display: block;
}

.image-11 {
  width: 100%;
  min-width: auto;
  max-width: none;
  height: 2px;
  margin-top: 50px;
  margin-bottom: 50px;
}

.image-11.hrcases {
  width: 85%;
  margin-top: 0;
  margin-bottom: 0;
  display: inline-block;
}

.image-11.hrcases.unlinkhr, .div-block-13 {
  width: 100%;
}

.text-block-14 {
  color: var(--black);
  text-align: left;
  letter-spacing: 1.2px;
  -webkit-text-stroke-width: .5px;
  margin-bottom: 50px;
  font-family: Noka Hairline, sans-serif;
  font-size: 28px;
  font-weight: 400;
  line-height: 2.5rem;
}

.image-15 {
  width: 100%;
  height: 2px;
  margin-bottom: 50px;
}

.submit-button {
  color: var(--black);
  text-align: center;
  letter-spacing: 1.2px;
  -webkit-text-stroke-width: 1.5px;
  background-color: #ff4500;
  border-radius: 20px;
  width: auto;
  min-width: 150px;
  margin-top: 40px;
  padding-top: 5px;
  padding-bottom: 5px;
  font-family: Noka Hairline, sans-serif;
  font-size: 16px;
}

.text-field {
  border: 1px #000;
  border-bottom: 2px solid #ff4500;
}

.field-label, .field-label-2 {
  color: #ff4500;
  text-align: left;
  letter-spacing: 1.2px;
  -webkit-text-stroke-width: 1.5px;
  font-family: Noka Hairline, sans-serif;
  font-size: 18px;
  font-weight: 300;
}

.field-label-3 {
  color: #ff4500;
  text-align: left;
  letter-spacing: 1.2px;
  -webkit-text-stroke-width: 1.5px;
  border-bottom: 1px #ff450000;
  font-family: Noka Hairline, sans-serif;
  font-size: 18px;
  font-weight: 300;
}

.text-field-2 {
  border-style: none none solid;
  border-width: 0 0 2px 1px;
  border-color: black black var(--ptz_orange);
}

.text-field-3 {
  border: 1px #000;
  border-bottom: 2px solid #ff4500;
}

.text-field-3.hiddeninput {
  display: none;
}

.text-span-6 {
  color: #ff4500;
}

.div-block-15 {
  width: 62%;
  margin-bottom: 10px;
}

.text-span-7 {
  color: #ff4500;
}

.text-span-8 {
  color: #ff4500;
  -webkit-text-stroke-color: var(--ptz_orange);
}

.text-span-9 {
  color: #ff4500;
  -webkit-text-stroke-width: 2px;
}

.text-block-15 {
  text-align: left;
  letter-spacing: 1.1px;
  -webkit-text-stroke-width: 1px;
  -webkit-text-stroke-color: var(--backgroundanimationdarkblue);
  font-family: Noka Hairline, sans-serif;
  font-size: 24px;
  font-weight: 400;
}

.text-block-15.josh-link {
  -webkit-text-stroke-width: 2px;
  -webkit-text-stroke-color: var(--ptz_orange);
  font-weight: 700;
}

.div-block-18 {
  grid-template: ". . ." minmax(100px, 1fr)
                 ". . ." minmax(100px, 1fr)
                 ". . ." minmax(100px, 1fr)
                 "Area Area-2 Area-3" minmax(100px, 1fr)
                 / 1fr 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  display: grid;
}

.image-24, .image-25, .image-26, .image-27, .image-28 {
  width: 6rem;
}

.div-block-19 {
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  display: none;
}

.text-block-17 {
  color: var(--white);
  letter-spacing: 1.2px;
  -webkit-text-stroke-width: 1.75px;
  border: 7px #ff4500;
  border-right-width: 0;
  font-family: Noka Hairline, sans-serif;
  font-size: 25px;
  font-weight: 400;
  line-height: 30px;
}

.text-block-18 {
  color: var(--text-color);
  text-align: center;
  letter-spacing: 1.2px;
  -webkit-text-stroke-width: 1.5px;
  justify-content: center;
  align-self: center;
  align-items: center;
  width: 20rem;
  font-family: Noka Hairline, sans-serif;
  font-size: 20px;
  font-weight: 100;
  line-height: 24px;
  position: relative;
}

.image-30, .image-31, .image-32, .image-33, .image-34, .image-35, .image-36, .image-37, .image-38, .image-39 {
  width: 6rem;
}

.div-block-21 {
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
}

.arrow1 {
  width: 150vw;
  max-width: 150vw;
  height: auto;
  display: block;
  position: relative;
  bottom: auto;
}

.div-block-22 {
  background-color: var(--backgroundanimationdarkblue);
  border-radius: 500px;
  justify-content: center;
  align-items: center;
  width: 28vw;
  min-width: 290px;
  max-width: 400px;
  height: 28vw;
  min-height: 290px;
  max-height: 400px;
  padding-left: 30px;
  padding-right: 30px;
  display: flex;
}

.div-block-22.orangedivforcircle {
  background-color: var(--ptz_orange);
  border-color: #ff4500;
  min-width: 290px;
  min-height: 290px;
  padding-top: 20px;
}

.div-block-22.divgray {
  background-color: var(--borderdottedcolor);
  border-color: #bcbec0;
  min-width: 290px;
  min-height: 290px;
  padding-right: 40px;
}

.div-block-23 {
  justify-content: space-between;
  align-items: center;
  margin-top: 60px;
  padding: 15px 0 0;
  display: flex;
  position: relative;
  overflow: hidden;
}

.text-block-20 {
  color: var(--white);
  text-align: center;
  -webkit-text-stroke-width: 1px;
  width: auto;
  height: auto;
  font-family: Helveticaneueroman, sans-serif;
  font-size: 16px;
  font-weight: 300;
  line-height: 25px;
}

.text-block-20.darktext {
  color: var(--black);
  font-weight: 300;
}

.text-span-11 {
  color: #ff4500;
}

.text-span-11.pop {
  color: var(--white);
  letter-spacing: 1px;
  -webkit-text-stroke-width: 1px;
  font-family: Noka Hairline, sans-serif;
  font-size: 1.2rem;
  line-height: 1.5rem;
}

.div-block-24 {
  position: relative;
}

.div-block-25 {
  background-color: var(--white);
  border-radius: 50px;
  justify-content: center;
  align-items: center;
  margin-top: -10px;
  padding: 5px 50px 5px 5px;
  display: flex;
  position: absolute;
  left: 10%;
  right: 35%;
}

.div-block-25.divorange {
  border-color: #ff4500;
  padding-right: 50px;
}

.div-block-25.minidivgray {
  border-color: #bcbec0;
  border-radius: 50px;
}

.text-block-23 {
  color: var(--ptz_orange);
  text-align: left;
  font-family: Alfarn, sans-serif;
  font-size: 2rem;
  font-weight: 400;
  line-height: 27.5px;
}

.text-block-26 {
  text-align: center;
  letter-spacing: 1.2px;
  -webkit-text-stroke-width: 1px;
  width: 90%;
  margin-top: 0;
  margin-bottom: 0;
  padding: 0;
  font-family: Noka Hairline, sans-serif;
  font-size: 1.3ch;
  font-weight: 100;
  line-height: 30px;
}

.text-span-12 {
  color: #ff4500;
}

.div-block-30 {
  justify-content: space-between;
  align-items: center;
  width: 100%;
  display: flex;
  position: relative;
}

.div-block-31 {
  z-index: 1;
  justify-content: space-between;
  align-items: center;
  width: 67%;
  max-height: 400px;
  font-size: 32px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.div-block-33 {
  justify-content: center;
  align-items: center;
  width: 33%;
  height: 30vw;
  max-height: 400px;
  display: flex;
  position: relative;
  overflow: visible;
}

.div-block-34 {
  border: 10px solid var(--ptz_orange);
  border-radius: 500px;
  justify-content: center;
  align-items: center;
  width: 30vw;
  max-width: 400px;
  height: 30vw;
  max-height: 400px;
  margin-top: -10px;
  margin-bottom: -10px;
  display: flex;
}

.div-block-35 {
  border-top: 10px solid var(--ptz_orange);
  border-bottom: 10px solid var(--ptz_orange);
  flex-flow: column;
  justify-content: space-around;
  align-items: center;
  width: 100%;
  height: 30vw;
  max-height: 400px;
  padding-left: 20px;
  padding-right: 20px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.text-block-27 {
  color: #ff4500;
  text-align: left;
  letter-spacing: 1.2px;
  -webkit-text-stroke-width: 1px;
  width: 100%;
  font-family: Noka Hairline, sans-serif;
  font-size: 1.3ch;
  font-weight: 100;
  line-height: 32px;
}

.text-block-28 {
  text-align: center;
  letter-spacing: 1.2px;
  -webkit-text-stroke-width: 1px;
  border-left: 9px #ff4500;
  border-radius: 200px;
  width: 90%;
  font-family: Noka Hairline, sans-serif;
  font-size: 1.3ch;
  font-weight: 100;
}

.image-42 {
  width: 100%;
  padding-top: 0;
  padding-bottom: 0;
}

.div-block-36 {
  background-color: #bcbec0;
  border-top-right-radius: 35rem;
  border-bottom-right-radius: 35rem;
  flex-flow: column;
  justify-content: space-around;
  align-items: stretch;
  width: 100%;
  height: 50rem;
  margin-bottom: 60px;
  padding: 30px;
  display: flex;
  position: relative;
  overflow: visible;
}

.div-block-37 {
  width: 50%;
  font-family: Exo, sans-serif;
}

.text-block-29 {
  color: var(--white);
  letter-spacing: 1.2px;
  -webkit-text-stroke-width: 3px;
  font-family: Noka Hairline, sans-serif;
  font-size: 42px;
  font-weight: 100;
  line-height: 3rem;
}

.div-block-38 {
  width: 35%;
  margin-top: 10px;
  margin-bottom: 20px;
}

.text-block-30 {
  z-index: 100;
  letter-spacing: 1px;
  -webkit-text-stroke-width: 1px;
  font-family: Noka Hairline, sans-serif;
  font-size: 20px;
  font-weight: 100;
  line-height: 1.8rem;
  position: relative;
}

.div-block-39 {
  width: 50%;
  margin-top: 10px;
  margin-bottom: 10px;
}

.text-block-31 {
  letter-spacing: 1px;
  -webkit-text-stroke-width: 1px;
  font-family: Noka Hairline, sans-serif;
  font-size: 20px;
  font-weight: 800;
  line-height: 1.8rem;
}

.div-block-40 {
  text-align: center;
  border: 2px solid #fff;
  border-radius: 50px;
  width: 65%;
  margin-top: 10px;
  padding: 10px 15px;
}

.text-block-33 {
  color: #fff;
  text-align: left;
  letter-spacing: 1px;
  -webkit-text-stroke-width: 1px;
  font-family: Noka Hairline, sans-serif;
  font-size: 18px;
  font-weight: 300;
  line-height: 1.8rem;
}

.image-43 {
  margin-left: 0;
}

.div-block-42 {
  z-index: 1;
  background-color: #232a3b;
  border-radius: 200px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 15svw;
  height: 15svw;
  display: flex;
  position: absolute;
  inset: auto 34% 70% auto;
}

.image-44 {
  width: 100%;
}

.text-block-36 {
  color: #fff;
  letter-spacing: 1px;
  -webkit-text-stroke-width: 1px;
  font-family: Noka Hairline, sans-serif;
  font-size: 1.5vw;
  font-weight: 400;
}

.text-block-37 {
  color: var(--white);
  letter-spacing: 1px;
  -webkit-text-stroke-width: 1px;
  margin-top: 0;
  font-family: Noka Hairline, sans-serif;
  font-size: 1.5vw;
  font-weight: 400;
}

.text-block-38 {
  color: var(--white);
  margin-top: 5px;
  margin-bottom: 5px;
  font-family: Exo, sans-serif;
  font-size: 45px;
  font-weight: 700;
  line-height: 50px;
}

.div-block-43 {
  z-index: 2;
  color: #fff;
  width: auto;
  margin-top: auto;
  margin-bottom: auto;
  font-family: Rubik Scribble, sans-serif;
  position: absolute;
  top: auto;
  left: auto;
  right: 2%;
}

.text-block-39 {
  font-size: 75px;
  line-height: 75px;
}

.div-block-44 {
  z-index: 0;
  background-color: #232a3b;
  border-radius: 200px;
  justify-content: center;
  align-items: center;
  min-width: 170px;
  max-width: 170px;
  line-height: 0;
  display: flex;
  position: absolute;
  inset: -10px auto;
}

.image-45 {
  z-index: 0;
  width: 250px;
  margin-top: auto;
  margin-bottom: auto;
  position: absolute;
  top: 0;
  bottom: 0;
}

.image-46 {
  z-index: 1;
  width: 750px;
  margin-top: auto;
  margin-bottom: auto;
  position: relative;
  top: auto;
  bottom: auto;
}

.div-block-45 {
  flex-flow: column;
  justify-content: space-around;
  align-items: flex-start;
  width: 100%;
  height: 50rem;
  display: flex;
  position: relative;
}

.text-block-40 {
  color: #fff;
  -webkit-text-stroke-width: 2px;
  font-family: Noka Hairline, sans-serif;
  font-size: 42px;
  font-weight: 300;
  line-height: 3rem;
}

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

.text-block-41 {
  color: #fff;
  letter-spacing: 1.2px;
  -webkit-text-stroke-width: .2px;
  width: 100%;
  margin-top: auto;
  font-family: Noka Hairline, sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 25px;
}

.div-block-47 {
  z-index: 10;
  width: 60%;
  position: relative;
}

.div-block-48 {
  background-color: var(--backgroundanimationdarkblue);
  text-align: left;
  border: 1px solid #232a3b;
  border-radius: 200px;
  justify-content: flex-start;
  align-items: center;
  width: 80%;
  height: 125px;
  margin-top: 20px;
  padding: 10px 40px;
  display: flex;
  position: relative;
}

.text-block-42 {
  color: var(--white);
  letter-spacing: 1.2px;
  -webkit-text-stroke-width: .2px;
  border-radius: 0;
  width: 100%;
  font-family: Noka Hairline, sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 25px;
}

.image-47 {
  opacity: .3;
  mix-blend-mode: normal;
  max-width: 100%;
  height: 100%;
  position: absolute;
  bottom: 0;
  left: 35%;
}

.image-48 {
  position: absolute;
  bottom: 478.782px;
  right: 35%;
}

.text-span-14.pop {
  color: var(--black);
}

.div-block-50 {
  background-color: #232a3b;
  border-radius: 15px 35rem 35rem 15px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  min-width: 100%;
  height: auto;
  min-height: 40rem;
  margin-bottom: 40px;
  display: flex;
  position: relative;
  overflow: visible;
}

.div-block-51 {
  color: #ff4500;
  width: 40%;
  margin-top: 20px;
  margin-bottom: 100px;
  margin-left: 40px;
}

.text-block-45 {
  z-index: 15;
  letter-spacing: 2px;
  -webkit-text-stroke-width: 3px;
  font-family: Noka Hairline, sans-serif;
  font-size: 42px;
  font-weight: 500;
  line-height: 3.5rem;
  position: relative;
}

.div-block-52 {
  z-index: 1;
  border: 1px solid #fff;
  border-radius: 200px;
  justify-content: space-between;
  align-items: center;
  width: 60%;
  margin-bottom: 0;
  margin-left: 20px;
  padding-bottom: 0;
  display: flex;
  position: relative;
}

.div-block-54 {
  justify-content: flex-start;
  align-items: center;
  width: 90%;
  margin-top: 60px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.div-block-55 {
  z-index: 5;
  background-color: var(--backgroundanimationdarkblue);
  border: 2px solid #fff;
  border-radius: 200px;
  justify-content: center;
  align-items: center;
  width: 13rem;
  height: 13rem;
  display: flex;
  position: relative;
}

.text-block-46 {
  color: #fff;
  text-align: center;
  letter-spacing: 1.2px;
  -webkit-text-stroke-width: 0px;
  padding-left: 20px;
  padding-right: 20px;
  font-family: Noka Hairline, sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 25px;
  overflow: visible;
}

.text-block-47 {
  color: #fff;
  letter-spacing: 1.2px;
  -webkit-text-stroke-width: 0px;
  width: 100%;
  margin-top: 0;
  margin-left: 0;
  padding-top: 10px;
  padding-bottom: 10px;
  padding-left: 5px;
  font-family: Noka Hairline, sans-serif;
  font-size: 18px;
  font-weight: 200;
  line-height: 20px;
}

.div-block-56 {
  flex-flow: column;
  justify-content: space-around;
  align-items: center;
  width: 10rem;
  height: 10rem;
  display: flex;
}

.div-block-57 {
  width: 95%;
}

.div-block-58 {
  background-color: #fff;
  border-radius: 200px;
  justify-content: center;
  align-items: center;
  width: 13rem;
  height: 13rem;
  display: flex;
  position: relative;
}

.text-block-48 {
  text-align: center;
  letter-spacing: 1.2px;
  -webkit-text-stroke-width: .5px;
  padding: 0 18px;
  font-family: Noka Hairline, sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 24px;
}

.image-49 {
  z-index: 0;
  opacity: 1;
  mix-blend-mode: soft-light;
  margin-top: auto;
  margin-bottom: auto;
  position: absolute;
  inset: 0% auto auto 0%;
}

.text-block-49 {
  color: var(--white);
  letter-spacing: 1.2px;
  -webkit-text-stroke-width: 0px;
  width: 70%;
  margin-left: 0;
  font-family: Noka Hairline, sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 20px;
}

.text-span-15 {
  color: #ff4500;
}

.div-block-59 {
  z-index: 0;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 20%;
  height: 8rem;
  display: flex;
  position: relative;
}

.image-50 {
  max-width: 100%;
  margin-bottom: 8px;
  margin-left: -50px;
}

.image-51 {
  max-width: 100%;
  margin-top: 8px;
  margin-left: -50px;
}

.image-52 {
  z-index: 1;
  max-width: 120%;
  margin-left: -40px;
  position: relative;
}

.image-52._2 {
  max-width: 120%;
}

.div-block-60 {
  background-color: #fff;
  border-radius: 200px;
  justify-content: center;
  align-items: center;
  width: 13rem;
  min-width: 10rem;
  height: 13rem;
  margin-right: 0;
  padding-left: 0;
  padding-right: 0;
  display: flex;
}

.text-span-16 {
  color: #ff4500;
}

.div-block-61 {
  opacity: 1;
  justify-content: center;
  align-items: center;
  width: 20%;
  display: flex;
}

.text-block-50 {
  text-align: center;
  letter-spacing: 1.2px;
  -webkit-text-stroke-width: .5px;
  padding-left: 30px;
  padding-right: 30px;
  font-family: Noka Hairline, sans-serif;
  font-size: 18px;
  line-height: 24px;
}

.image-54 {
  opacity: 1;
  position: absolute;
  top: 140.15px;
  left: 308px;
}

.div-block-62 {
  background-color: #bcbec0;
  border-radius: 15px 35rem 35rem 15px;
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  height: 40rem;
  margin-bottom: 40px;
  padding-bottom: 40px;
  display: flex;
  position: relative;
  overflow: visible;
}

.div-block-63 {
  flex-flow: column;
  justify-content: space-around;
  align-items: flex-start;
  width: 100%;
  display: flex;
}

.text-block-52 {
  color: #fff;
  letter-spacing: 2px;
  -webkit-text-stroke-width: 3px;
  text-indent: 0;
  margin-top: 30px;
  margin-left: 40px;
  font-family: Noka Hairline, sans-serif;
  font-size: 42px;
  font-weight: 400;
  line-height: 3.5rem;
}

.text-block-53 {
  letter-spacing: 1.2px;
  -webkit-text-stroke-width: .8px;
  width: 35%;
  margin-top: 60px;
  margin-left: 40px;
  font-family: Noka Hairline, sans-serif;
  font-size: 19px;
  font-weight: 400;
  line-height: 25px;
}

.div-block-64 {
  border: 2px solid #fff;
  border-radius: 200px;
  width: 50%;
  margin-top: 0;
  margin-left: 40px;
  padding: 10px 20px;
}

.text-block-54 {
  color: #fff;
  text-align: center;
  letter-spacing: 1.2px;
  -webkit-text-stroke-width: 1px;
  font-family: Noka Hairline, sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 25px;
}

.image-55 {
  max-width: 75%;
  position: absolute;
  top: 0%;
  left: 40%;
}

.image-56 {
  opacity: .35;
  position: absolute;
  inset: 75% 154px auto auto;
}

.div-block-65 {
  background-color: #ff4500;
  border-radius: 15px 35rem 35rem 15px;
  flex-flow: column;
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  height: 40rem;
  margin-bottom: 40px;
  display: flex;
  position: relative;
}

.div-block-65.effectivemanagement {
  background-color: var(--backgroundanimationdarkblue);
  height: 45rem;
}

.div-block-66 {
  color: #fff;
  width: 35%;
  margin-top: 20px;
  margin-left: 40px;
  font-family: Exo, sans-serif;
  font-size: 28px;
  font-weight: 300;
  line-height: 30px;
}

.div-block-66.effectivemanagement {
  width: 40%;
}

.text-block-55 {
  letter-spacing: 2.5px;
  -webkit-text-stroke-width: 3px;
  margin-top: 0;
  margin-left: 0;
  font-family: Noka Hairline, sans-serif;
  font-size: 42px;
  line-height: 3.2rem;
}

.text-block-55.effectivemanagement {
  color: var(--ptz_orange);
  letter-spacing: 2px;
  -webkit-text-stroke-width: 3px;
  width: auto;
  font-family: Noka Hairline, sans-serif;
}

.div-block-67 {
  flex-flow: row;
  justify-content: space-around;
  align-items: stretch;
  width: 78%;
  margin-bottom: 30px;
  display: flex;
  position: relative;
}

.div-block-67.effectivemanagement.second {
  justify-content: space-around;
  align-items: center;
  width: 95%;
}

.div-block-67.theravr {
  z-index: 2;
  width: 80%;
  min-width: 47rem;
}

.div-block-68 {
  z-index: 1;
  border: 2px solid var(--white);
  border-radius: 200px;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  width: 60%;
  margin-left: 40px;
  display: flex;
  position: relative;
}

.div-block-68.effectivemanagment {
  width: 45%;
  height: 11rem;
  margin-left: 0;
}

.div-block-69 {
  background-color: #232a3b;
  border-radius: 200px;
  justify-content: center;
  align-items: center;
  width: 16rem;
  height: 16rem;
  margin-top: 0;
  margin-bottom: 0;
  padding: 10px 30px;
  display: flex;
}

.div-block-69.effectivemanagment {
  border: 2px solid var(--white);
  background-color: var(--backgroundanimationdarkblue);
  width: 11rem;
  height: 11rem;
  margin-top: -2px;
  margin-bottom: -2px;
}

.text-block-56 {
  color: #fff;
  text-align: center;
  letter-spacing: 1px;
  -webkit-text-stroke-width: .2px;
  font-family: Noka Hairline, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 20px;
}

.div-block-70 {
  z-index: 5;
  background-color: var(--ptz_orange);
  color: #fff;
  border: 2px solid #fff;
  border-radius: 200px;
  justify-content: center;
  align-items: center;
  width: 16rem;
  height: 16rem;
  margin-top: -2px;
  margin-bottom: -2px;
  padding: 10px 30px;
  display: flex;
  position: relative;
}

.div-block-70.effectivemanagment {
  border: 2px solid var(--ptz_orange);
  background-color: var(--ptz_orange);
  width: 11rem;
  height: 11rem;
  margin-top: -2px;
  margin-bottom: -2px;
  margin-right: -2px;
  padding-left: 10px;
  padding-right: 10px;
}

.div-block-70.effectivemanagment.second {
  z-index: 2;
  border: 0px none var(--white);
  background-color: var(--white);
  box-shadow: 7px 8px 19px 0 var(--text-color);
  text-align: center;
  flex-flow: column;
  width: 11rem;
  height: 11rem;
  margin-top: 0;
  margin-bottom: 0;
  margin-right: 0;
  padding-left: 0;
  padding-right: 0;
  position: relative;
}

.text-block-57 {
  text-align: center;
  letter-spacing: 1px;
  -webkit-text-stroke-width: .2px;
  font-family: Noka Hairline, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 20px;
}

.text-block-57.effectivemanagement {
  color: var(--backgroundanimationdarkblue);
  text-align: center;
  -webkit-text-stroke-width: .7px;
  width: 97%;
  font-size: 14px;
  line-height: 20px;
}

.div-block-71 {
  width: 30%;
  display: flex;
}

.div-block-72 {
  justify-content: center;
  align-items: center;
  width: 10%;
  margin-left: 0;
  display: flex;
  position: relative;
}

.div-block-72.effectivemanagement {
  flex-flow: column;
  justify-content: space-around;
  align-items: center;
  width: 10vw;
  max-width: 100px;
  margin-top: 15px;
  margin-left: -45px;
}

.div-block-73 {
  background-color: var(--white);
  border-radius: 200px;
  justify-content: center;
  align-items: center;
  width: 16rem;
  height: 16rem;
  margin-left: 30px;
  padding: 10px;
  display: flex;
}

.div-block-73.effectivemanagement {
  width: 13rem;
  height: 13rem;
}

.text-block-58 {
  text-align: center;
  letter-spacing: 1px;
  -webkit-text-stroke-width: .7px;
  padding-left: 25px;
  padding-right: 25px;
  font-family: Noka Hairline, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
}

.div-block-74 {
  justify-content: center;
  align-items: center;
  max-width: 30%;
  margin-left: 308px;
  display: flex;
  position: absolute;
  top: 0;
  bottom: 0;
}

.image-57 {
  mix-blend-mode: multiply;
  position: relative;
  top: -19px;
}

.div-block-75 {
  z-index: 5;
  position: absolute;
  top: 103px;
  left: 523px;
}

.div-block-78 {
  grid-column-gap: 50px;
  grid-row-gap: 50px;
  grid-template-rows: auto auto auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  display: grid;
}

.div-block-81 {
  border: 2px solid #ff4500;
  border-radius: 200px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 5rem;
  height: 5rem;
  display: flex;
  overflow: hidden;
}

.div-block-82 {
  text-align: left;
  flex-flow: column;
  justify-content: space-between;
  align-items: flex-start;
  width: 60%;
  margin-left: 11px;
  display: flex;
}

.text-block-61 {
  text-align: center;
  font-size: 13px;
}

.text-block-61.member-name {
  font-family: Helveticaneueroman, sans-serif;
  font-size: 18px;
}

.text-block-62 {
  text-align: left;
  margin-top: -15px;
  padding-top: 0;
  font-size: 11px;
}

.text-block-62.member-role {
  letter-spacing: 1px;
  -webkit-text-stroke-width: .75px;
  -webkit-text-stroke-color: var(--text-color);
  white-space: nowrap;
  font-family: Noka Hairline, sans-serif;
  font-size: 13px;
  font-weight: 100;
  line-height: 35px;
}

.div-block-79-copy {
  border: 2px solid #ff4500;
  border-left-style: none;
  border-radius: 50px;
  flex-flow: row;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  height: 5rem;
  padding-top: 0;
  display: flex;
}

.div-block-79-copy.josh-button, .div-block-79-copy.team {
  cursor: pointer;
}

.image-60 {
  max-width: 80%;
}

.div-block-84 {
  color: #fff;
  margin-top: auto;
  margin-bottom: auto;
  font-family: Rubik Scribble, sans-serif;
  font-size: 100px;
  line-height: 100px;
  position: absolute;
  inset: 160px 2% auto auto;
}

.div-block-86 {
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  max-width: none;
  display: flex;
}

.text-block-64 {
  -webkit-text-stroke-width: 1.2px;
  margin-bottom: 20px;
  padding-top: 20px;
  padding-bottom: 20px;
  font-family: Noka Hairline, sans-serif;
}

.success-message {
  background-color: var(--ptz_orange);
  border-radius: 10px;
}

.div-block-87 {
  margin-top: auto;
  position: relative;
}

.text-block-67 {
  font-size: 75px;
  line-height: 75px;
}

.image-61 {
  z-index: 1;
  position: relative;
}

.div-block-88 {
  width: 70%;
}

.text-span-17 {
  color: var(--ptz_orange);
  position: static;
  inset: 0% auto auto -.75rem;
}

.text-span-17.pop {
  font-family: Helveticaneueroman, sans-serif;
  font-weight: 400;
}

.div-block-89 {
  flex-flow: row;
  justify-content: center;
  align-items: center;
  width: 100%;
  padding: 60px;
  display: flex;
}

.div-block-89.sectionclass {
  flex-flow: column;
  padding-top: 100px;
}

.div-block-90 {
  flex-flow: row;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  height: 20rem;
  display: flex;
  position: relative;
  overflow: hidden;
}

.div-block-91 {
  justify-content: flex-end;
  display: flex;
  position: relative;
  overflow: hidden;
}

.div-block-92 {
  overflow: hidden;
}

.div-block-93 {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  padding: 100px 60px 40px;
  display: flex;
}

.div-block-94 {
  flex-flow: column;
  justify-content: center;
  align-self: auto;
  align-items: center;
  width: 100%;
  padding: 100px 60px;
  display: flex;
}

.div-block-96 {
  border-top: 10px solid var(--ptz_orange);
  border-bottom: 10px solid var(--ptz_orange);
  border-top-right-radius: 500px;
  border-bottom-right-radius: 500px;
  justify-content: center;
  align-items: center;
  height: 30vw;
  max-height: 400px;
  display: flex;
  position: relative;
  overflow: visible;
}

.div-block-97 {
  width: 75%;
}

.image-62 {
  width: 100%;
}

.div-block-99, .div-block-100 {
  width: auto;
  display: block;
}

.div-block-101 {
  flex-flow: column;
  justify-content: space-around;
  align-items: center;
  width: 95%;
  height: 100%;
  display: flex;
}

.div-block-102 {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  padding: 100px 60px;
  display: flex;
}

.div-block-103 {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  display: flex;
}

.div-block-104 {
  justify-content: center;
  margin-bottom: 60px;
  display: flex;
}

.div-block-105 {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  padding: 100px 60px 60px;
  display: flex;
}

.div-block-106 {
  flex-flow: column;
  align-items: flex-start;
  width: 100%;
  margin-top: 100px;
  padding: 100px 60px 60px;
  display: flex;
}

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

.div-block-108 {
  width: 50%;
  margin-top: 10px;
  margin-bottom: 10px;
}

.div-block-109 {
  width: 15%;
  height: 10rem;
  position: relative;
}

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

.div-block-111 {
  justify-content: center;
  align-items: center;
  width: 50%;
  display: flex;
  position: relative;
}

.div-block-112 {
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: none;
  display: flex;
}

.div-block-113 {
  position: relative;
}

.div-block-118 {
  z-index: 5;
  width: 100%;
  min-width: 60rem;
  position: relative;
}

.div-block-119 {
  z-index: 11;
  background-color: #0000;
}

.heading-4 {
  z-index: 3;
  color: var(--ptz_orange);
  margin-bottom: 20px;
  font-family: Alfarn, sans-serif;
  font-size: 9vh;
  font-weight: 900;
  position: static;
}

.div-block-120 {
  z-index: 1;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  position: relative;
  top: 0;
  overflow: hidden;
}

.div-block-121 {
  z-index: 2;
  flex-flow: row;
  justify-content: center;
  align-items: center;
  display: flex;
}

.heading-5 {
  z-index: 4;
  color: var(--ptz_orange);
  text-align: left;
  width: 50%;
  font-family: Helveticaneueroman, sans-serif;
  font-size: 12rem;
  font-weight: 900;
  line-height: 12rem;
}

.div-block-122 {
  justify-content: flex-start;
  align-items: center;
  width: 50%;
  height: 100vh;
  display: flex;
}

.paragraph {
  color: var(--ptz_orange);
  letter-spacing: 1.2px;
  -webkit-text-stroke-width: 2.5px;
  font-family: Noka Hairline, sans-serif;
  font-size: 3rem;
  line-height: 50px;
}

.text-span-19, .text-span-20 {
  color: var(--ptz_orange);
}

.paragraph-2 {
  color: var(--white);
  letter-spacing: 1.2px;
  -webkit-text-stroke-width: 1.5px;
  font-family: Noka Hairline, sans-serif;
  font-size: 1.5rem;
}

.div-block-125 {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  height: 15svh;
  display: flex;
}

.div-block-126 {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  height: 100svh;
  display: flex;
  position: sticky;
  top: 0;
}

.image-63 {
  width: 15rem;
}

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

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

.div-block-134 {
  width: 75%;
}

.div-block-135 {
  width: 100%;
  height: 2px;
}

.div-block-137 {
  position: relative;
  overflow: hidden;
}

.div-block-138 {
  z-index: 5;
  background-color: var(--white);
  position: relative;
  overflow: visible;
}

.modal-background {
  z-index: 12;
  background-color: #00000080;
  display: block;
  position: fixed;
  inset: 0%;
}

.modal-window {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  padding: 60px;
  display: flex;
}

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

.div-block-139 {
  justify-content: flex-end;
  display: flex;
}

.div-block-140 {
  justify-content: center;
  align-items: center;
  width: 100vw;
  height: 75vh;
  display: flex;
}

.footer-subscribe {
  border-bottom: 1px solid #e4ebf3;
  padding: 50px 30px 40px;
  position: relative;
}

.container-3 {
  width: 100%;
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
}

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

.footer-social-block-three {
  grid-column-gap: 80px;
  grid-row-gap: 80px;
  justify-content: center;
  align-items: center;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.footer-social-link-three {
  width: 5rem;
  margin-left: 0;
}

.image-65 {
  width: 55px;
}

.div-block-141 {
  z-index: 1;
  justify-content: flex-end;
  width: 115px;
  display: flex;
  position: fixed;
  top: 85vh;
  left: auto;
  right: 20px;
}

.button-2.modal-link {
  text-align: center;
  background-color: #3898ec00;
  border: 2px solid #000;
  border-radius: 500px;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  font-family: Exo, sans-serif;
  font-weight: 600;
  display: flex;
}

.div-block-142 {
  background-color: var(--ptz_orange);
  border-radius: 500px;
  width: 7rem;
  height: 7rem;
  font-size: 15px;
}

.image-66 {
  width: 50px;
}

.div-block-146 {
  z-index: 2;
  background-color: var(--backgroundanimationdarkblue);
  height: 20rem;
  margin-bottom: 180px;
  position: absolute;
  left: 0;
  right: 0;
}

.div-block-148 {
  background-color: var(--backgroundanimationdarkblue);
  height: 20rem;
  margin-top: 180px;
  position: absolute;
  left: 0;
  right: 0;
}

.div-block-149 {
  order: 0;
}

.div-block-150 {
  z-index: 15;
  position: absolute;
  bottom: 50px;
  left: 0;
  right: 0;
}

.text-block-73 {
  color: var(--white);
}

.div-block-153 {
  overflow: hidden;
}

.div-block-156 {
  padding: 60px;
  position: relative;
}

.div-block-157 {
  width: 100%;
  padding-top: 20px;
}

.div-block-158, .div-block-159, .div-block-160 {
  width: 100%;
  max-width: 1500px;
}

.div-block-161 {
  border-top-left-radius: 15px;
  border-bottom-left-radius: 15px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  padding: 100px 60px 60px;
  display: flex;
  position: relative;
}

.div-block-162 {
  letter-spacing: 1.2px;
}

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

.image-68 {
  width: 100%;
  max-width: none;
  height: 100svh;
}

.div-block-164 {
  justify-content: flex-start;
  align-items: center;
  height: 100%;
  display: flex;
  overflow: hidden;
}

.div-block-164.initial-carousel {
  min-width: max-content;
  height: 710px;
  max-height: 80vh;
  overflow: hidden;
}

.div-block-164.initial-carousel.secondary {
  max-height: 85svh;
  overflow: visible;
}

.image-69 {
  max-width: none;
  height: 110%;
}

.div-block-165 {
  z-index: 2;
  background-color: #0000;
  width: 100vw;
  height: 100%;
  position: absolute;
  inset: 0;
}

.div-block-166 {
  z-index: 3;
  justify-content: center;
  align-items: center;
  height: 85svh;
  display: flex;
  position: absolute;
  inset: 0;
}

.div-block-167 {
  flex-flow: column;
  justify-content: space-between;
  align-items: flex-start;
  width: 350px;
  height: 100%;
  max-height: 60vh;
  display: flex;
}

.image-71 {
  aspect-ratio: 1;
  object-fit: contain;
  width: auto;
  max-height: 35vh;
  margin-bottom: 20px;
}

.image-72 {
  aspect-ratio: 1;
  object-fit: contain;
  width: auto;
  max-height: 11vh;
  margin-top: 20px;
}

.image-73 {
  width: 6rem;
  display: block;
}

.image-74 {
  width: 6rem;
}

.div-block-79-copy-copy {
  border: 2px solid #ff4500;
  border-left-style: none;
  border-radius: 50px;
  flex-flow: row;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  height: 5rem;
  padding-top: 0;
  display: flex;
}

.image-75 {
  padding-top: 2px;
  padding-left: 5px;
  padding-right: 5px;
}

.div-block-168 {
  padding: 60px;
}

.div-block-169 {
  display: none;
  position: absolute;
  inset: 0;
}

.div-block-170 {
  position: relative;
  overflow: hidden;
}

.text-block-74, .text-block-75 {
  font-size: 4rem;
}

.text-block-76 {
  text-align: left;
  margin-bottom: 10px;
  font-family: Helveticaneueroman, sans-serif;
  font-size: 4rem;
  line-height: 4rem;
}

.text-block-77 {
  text-align: left;
  font-family: Helveticaneueroman, sans-serif;
  font-size: 2.5rem;
  font-weight: 100;
  line-height: 2.5rem;
}

.div-block-171 {
  background-color: var(--ptz_orange);
  height: 2px;
  margin-top: 20px;
  margin-bottom: 20px;
}

.div-block-172 {
  border: 2px solid var(--ptz_orange);
  border-radius: 500px;
  justify-content: center;
  align-items: center;
  width: 150px;
  min-width: 150px;
  height: 150px;
  display: flex;
  overflow: hidden;
}

.image-76 {
  width: 100%;
}

.image-76.kenneth {
  width: 90%;
}

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

.text-block-78 {
  text-align: left;
  font-family: Helveticaneueroman, sans-serif;
  font-size: 18px;
  font-weight: 100;
  line-height: 24px;
  display: block;
}

.josh-modal {
  z-index: 10;
  background-color: var(--white);
  height: 100%;
  display: none;
  position: absolute;
}

.james-modal {
  z-index: 11;
  background-color: var(--white);
  height: 100%;
  display: none;
  position: absolute;
}

.text-block-79 {
  text-align: left;
  width: 75px;
  padding-top: 1%;
  font-size: 4rem;
}

.text-block-79.back-button {
  cursor: pointer;
  padding-left: 20px;
}

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

.member-background-modal {
  z-index: 5;
  background-color: var(--white);
  width: 100%;
  height: 100%;
  display: none;
  position: absolute;
}

.stephanie-kennedy, .benn-coley {
  z-index: 12;
  background-color: var(--white);
  width: 100%;
  height: 100%;
  display: none;
  position: absolute;
}

.image-77 {
  padding-top: 20px;
}

.image-78 {
  padding-top: 10px;
  padding-left: 0;
  padding-right: 9px;
}

.image-79 {
  margin-top: 13px;
  margin-bottom: 13px;
  padding-top: 11px;
}

.ducan-mills, .matt-keon, .bella-katahanas, .celine-kreis, .suhayl-amla, .maira-martino {
  z-index: 12;
  background-color: var(--white);
  width: 100%;
  height: 100%;
  display: none;
  position: absolute;
}

.div-block-175 {
  z-index: 12;
  background-color: var(--white);
  width: 100%;
  height: 100%;
  position: absolute;
}

.martin-robinson, .kenneth-taylor {
  z-index: 12;
  background-color: var(--white);
  width: 100%;
  height: 100%;
  display: none;
  position: absolute;
}

.text-span-21 {
  color: var(--ptz_orange);
  font-size: 18px;
}

.text-span-22 {
  color: var(--black);
  font-size: 18px;
}

.text-span-23 {
  color: var(--white);
  font-size: 18px;
}

.text-span-24 {
  letter-spacing: 1.25px;
  -webkit-text-stroke-width: 1px;
  font-family: Noka Hairline, sans-serif;
  font-size: 1.2rem;
  line-height: 1.5rem;
}

.div-block-176 {
  grid-column-gap: 5px;
  grid-row-gap: 5px;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  margin-bottom: 60px;
  display: flex;
}

.link-block {
  color: var(--ptz_orange);
  -webkit-text-stroke-color: var(--ptz_orange);
  text-decoration: none;
}

.josh-link {
  color: var(--ptz_orange);
  text-decoration: none;
}

.div-block-177 {
  flex-flow: row;
  justify-content: flex-start;
  align-items: center;
  height: 40px;
  margin-top: 90px;
  margin-bottom: 90px;
  display: flex;
  position: relative;
}

.button-3 {
  background-color: var(--ptz_orange);
  color: var(--black);
  text-align: center;
  letter-spacing: 1.5px;
  -webkit-text-stroke-width: 1px;
  border: 1px #000;
  border-radius: 30px;
  width: 125px;
  height: 40px;
  margin-right: 20px;
  font-family: Noka Hairline, sans-serif;
  font-size: 15px;
  line-height: 20px;
}

.image-80 {
  z-index: 50;
  height: 50rem;
  position: absolute;
  top: -25px;
  right: -140px;
}

.image-81 {
  max-width: 38%;
  position: absolute;
  top: -48px;
  right: -43px;
  overflow: clip;
}

.div-block-178 {
  z-index: 20;
  margin-left: 0;
  margin-right: 0;
  display: block;
  position: absolute;
  inset: 0%;
}

.image-82 {
  position: absolute;
}

.image-83 {
  max-width: 50rem;
  height: 50rem;
  position: absolute;
  inset: -40px 0% 0% auto;
}

.image-84 {
  max-width: 30%;
  position: absolute;
  top: -8%;
  left: 43%;
}

.image-85 {
  z-index: 1;
  max-width: 35%;
  position: absolute;
  top: -13%;
  left: auto;
  right: 6%;
}

.image-86 {
  z-index: 0;
  max-width: 40%;
  position: absolute;
  top: 10%;
  bottom: 0%;
  right: -8%;
}

.div-block-179 {
  color: var(--white);
  letter-spacing: 1px;
  -webkit-text-stroke-width: 1px;
  width: 45%;
  margin-top: 0;
  margin-bottom: 0;
  margin-left: 40px;
  font-family: Noka Hairline, sans-serif;
}

.text-span-25 {
  color: var(--ptz_orange);
  letter-spacing: 5px;
  -webkit-text-stroke-width: 5px;
  font-size: 40px;
  line-height: 50px;
}

.text-span-26 {
  letter-spacing: 5px;
  -webkit-text-stroke-width: 5px;
  font-size: 40px;
  line-height: 50px;
}

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

.div-block-182 {
  flex-flow: row;
  justify-content: space-between;
  align-items: stretch;
  width: 20%;
  margin-left: -30px;
  display: flex;
  position: relative;
}

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

.text-span-27 {
  color: var(--white);
  text-align: center;
  letter-spacing: 1px;
  -webkit-text-stroke-width: .2px;
  padding-left: 0;
  padding-right: 0;
  font-family: Noka Hairline, sans-serif;
  font-size: 15px;
  line-height: 20px;
}

.text-block-81 {
  z-index: 2;
  border: 1px solid var(--white);
  background-color: var(--backgroundanimationdarkblue);
  color: var(--ptz_orange);
  text-align: center;
  -webkit-text-stroke-width: .2px;
  border-radius: 30rem;
  width: 100%;
  padding: 10px 20px;
  font-family: Noka Hairline, sans-serif;
  font-size: 15px;
  line-height: 15px;
  position: relative;
}

.text-block-81.effectivemanagement {
  background-color: var(--backgroundanimationdarkblue);
  color: var(--white);
  letter-spacing: 1px;
  -webkit-text-stroke-width: .2px;
  font-family: Noka Hairline, sans-serif;
  font-size: 15px;
  line-height: 20px;
}

.div-block-183 {
  z-index: 1;
  background-color: var(--backgroundanimationdarkblue);
  width: 100%;
  position: relative;
}

.effectivemanagement {
  color: var(--ptz_orange);
}

.div-block-184 {
  border-top: 4px solid var(--ptz_orange);
  border-right: 4px solid var(--ptz_orange);
  border-bottom: 4px solid var(--ptz_orange);
  flex-flow: row;
  justify-content: center;
  align-items: center;
  min-width: 50%;
  min-height: 50%;
  max-height: 50%;
  margin-top: 0;
  margin-bottom: 0;
  position: absolute;
  top: 25%;
  bottom: 0;
  right: -10%;
}

.div-block-185 {
  z-index: 1;
  flex-flow: column;
  justify-content: space-around;
  align-items: center;
  display: flex;
  position: relative;
}

.image-87 {
  width: 10vw;
}

.image-88 {
  width: 100%;
}

.image-88.secondarrow {
  width: 10vw;
}

.div-block-186 {
  z-index: 10;
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
}

.text-block-82 {
  color: var(--black);
  -webkit-text-stroke-width: .5px;
  width: 60%;
  font-family: Noka Hairline, sans-serif;
  font-size: 16px;
}

.text-span-28 {
  color: var(--ptz_orange);
}

.text-block-83 {
  color: var(--ptz_orange);
  letter-spacing: 4px;
  -webkit-text-stroke-width: 4px;
  font-family: Noka Hairline, sans-serif;
  font-size: 30px;
}

.bold-text {
  text-align: center;
  font-size: 25px;
  line-height: 30px;
}

.text-block-84 {
  color: var(--ptz_orange);
}

.text-block-85 {
  color: var(--ptz_orange);
  letter-spacing: 1px;
  -webkit-text-stroke-width: .5px;
  font-family: Noka Hairline, sans-serif;
  font-size: 25px;
}

.div-block-187 {
  z-index: 1;
  background-color: var(--ptz_orange);
  width: 200px;
  height: 4px;
  position: absolute;
  right: -200px;
}

.image-89 {
  z-index: 1;
  max-width: 60%;
  position: absolute;
  inset: -7% -12% auto auto;
}

.image-90 {
  z-index: 2;
  max-width: 40%;
  position: absolute;
  inset: 27% 10% auto auto;
}

.div-block-188 {
  border-top: 4px dashed var(--borderdottedcolor);
  width: 75%;
  height: 4px;
  position: absolute;
}

.div-block-189 {
  flex-flow: column;
  justify-content: center;
  align-items: stretch;
  padding: 60px;
  display: flex;
}

.div-block-192 {
  background-color: var(--ptz_orange);
  width: 100%;
  height: 2px;
  position: absolute;
}

.div-block-193 {
  z-index: 1;
  background-color: var(--white);
  position: relative;
}

.div-block-194 {
  border-top: 5px dashed var(--borderdottedcolor);
  border-bottom: 5px dashed var(--borderdottedcolor);
  border-left: 5px dashed var(--borderdottedcolor);
  position: absolute;
  inset: 0% 0% 0% 0;
}

.div-block-194.hiddensection {
  z-index: 1;
  background-color: var(--white);
  border-top-style: none;
  border-top-width: 0;
  border-bottom-style: none;
  border-left-style: none;
  border-radius: 0;
  width: 175px;
  inset: 0% auto 0% 0%;
}

.div-block-194.borderanimation {
  border-top-width: 8px;
  border-top-color: var(--ptz_orange);
  border-bottom-width: 8px;
  border-bottom-color: var(--ptz_orange);
  border-left-width: 8px;
  border-left-color: var(--ptz_orange);
  left: 10px;
}

.image-91 {
  min-width: 150vw;
  max-width: 150vw;
}

.div-block-195 {
  z-index: 0;
  border-top: 8px dashed var(--borderdottedcolor);
  border-bottom: 8px dashed var(--borderdottedcolor);
  position: absolute;
  inset: 0%;
}

.div-block-196 {
  z-index: 2;
}

.text-block-86 {
  letter-spacing: 1.2px;
  -webkit-text-stroke-width: 3px;
  line-height: 3.5rem;
}

.text-block-87 {
  letter-spacing: 1.2px;
  -webkit-text-stroke-width: .2px;
  font-size: 18px;
  line-height: 25px;
}

.div-block-198 {
  position: relative;
}

.bold-text-2 {
  letter-spacing: 1.2px;
  -webkit-text-stroke-width: 1px;
  line-height: 3rem;
}

.image-92 {
  width: 150vw;
  max-width: 600px;
  position: absolute;
  right: 45%;
}

.text-span-29 {
  color: var(--ptz_orange);
  font-size: 40px;
}

.text-span-30 {
  color: var(--backgroundanimationdarkblue);
  -webkit-text-stroke-width: 1.5px;
  font-size: 40px;
}

.carrusel {
  margin-top: 100px;
  margin-bottom: 100px;
}

.firstsection {
  margin-bottom: 0;
}

.image-93 {
  aspect-ratio: 1392 / 97;
  width: max-content;
  height: 80vh;
}

.section-6 {
  width: auto;
  height: 150svh;
}

.container-4 {
  position: sticky;
  top: 0;
}

.div-block-201 {
  width: 100%;
}

.div-block-202 {
  z-index: 1000;
  background-color: var(--backgroundanimationdarkblue);
  height: 200svh;
  min-height: 2000px;
  position: relative;
}

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

.div-block-204 {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  height: 100svh;
  min-height: 1000px;
  display: flex;
  position: sticky;
  top: 0;
}

.image-94 {
  width: 500px;
  max-width: 100vw;
  position: absolute;
}

.div-block-205 {
  flex-flow: column;
  justify-content: space-around;
  align-items: center;
  height: 250px;
  display: flex;
}

.div-block-205.headerdescription {
  justify-content: flex-end;
  margin-bottom: 60px;
}

.div-block-206 {
  justify-content: center;
  align-items: center;
  width: 500px;
  max-width: 100vw;
  height: 650px;
  margin-bottom: 40px;
  display: flex;
}

.text-block-88 {
  color: var(--ptz_orange);
  -webkit-text-stroke-width: 2px;
  margin-bottom: 20px;
  font-family: Noka Hairline, sans-serif;
  font-size: 2.5rem;
}

.text-block-88.subdescription {
  color: var(--white);
  -webkit-text-stroke-width: 1.5px;
  font-size: 1.5rem;
}

.text-span-31, .text-span-32 {
  color: var(--ptz_orange);
}

.div-block-207 {
  z-index: 2;
  background-color: var(--ptz_orange);
  border-radius: 500px;
  justify-content: center;
  align-items: center;
  width: 20rem;
  min-width: 20rem;
  height: 20rem;
  display: flex;
  position: relative;
}

.text-block-89 {
  z-index: 1;
  letter-spacing: 1.5px;
  -webkit-text-stroke-width: 1px;
  max-width: 20rem;
  padding-left: 19px;
  font-family: Noka Hairline, sans-serif;
  font-size: 1.3rem;
  line-height: 30px;
  position: relative;
  right: 10%;
}

.div-block-209 {
  background-color: var(--backgroundanimationdarkblue);
  height: 100px;
}

.div-block-214 {
  justify-content: center;
  align-items: center;
  width: 35svw;
  display: flex;
  position: absolute;
  inset: 0% 0% 0% auto;
}

.div-block-215 {
  background-color: var(--ptz_orange);
  border-radius: 15px 35rem 35rem 15px;
  flex-flow: column;
  justify-content: space-around;
  align-items: flex-start;
  width: 100%;
  height: 100%;
  padding-bottom: 40px;
  padding-left: 30px;
  padding-right: 30px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.div-block-216 {
  justify-content: center;
  align-items: center;
  height: 100%;
  display: flex;
  position: relative;
}

.text-block-90 {
  -webkit-text-stroke-width: .7px;
  margin-bottom: 60px;
  font-family: Noka Hairline, sans-serif;
  font-size: 1.2rem;
  line-height: 30px;
}

.text-block-90.join-us {
  -webkit-text-stroke-width: 1.5px;
  font-size: 1rem;
  line-height: 25px;
}

.text-block-90.join-us.emails {
  color: var(--backgroundanimationdarkblue);
  margin-bottom: 0;
}

.text-block-90.join-us.direction {
  color: var(--ptz_orange);
  letter-spacing: 1.2px;
  -webkit-text-stroke-width: 1px;
  margin-bottom: 0;
}

.text-block-90.join-us.contact {
  letter-spacing: 1.2px;
  -webkit-text-stroke-width: 1px;
  margin-bottom: 0;
}

.text-block-90.disclaimer {
  text-align: left;
  max-width: 750px;
  margin-bottom: auto;
  font-size: 1rem;
  line-height: 25px;
}

.text-block-90._123 {
  margin-bottom: 10px;
}

.heading-6 {
  color: var(--backgroundanimationdarkblue);
  letter-spacing: 1.1px;
  -webkit-text-stroke-width: 2px;
  font-family: Noka Hairline, sans-serif;
  font-size: 1.5rem;
}

.heading-6.advantage {
  white-space: nowrap;
  margin-top: 0;
}

.text-span-33 {
  color: var(--ptz_orange);
}

.heading-7 {
  color: var(--backgroundanimationdarkblue);
  letter-spacing: 1.1px;
  -webkit-text-stroke-width: 2px;
  font-family: Noka Hairline, sans-serif;
  font-size: 1.5rem;
}

.text-span-34 {
  color: var(--ptz_orange);
}

.text-block-91 {
  color: var(--backgroundanimationdarkblue);
  letter-spacing: 1.1px;
  -webkit-text-stroke-width: 1px;
  -webkit-text-stroke-color: var(--backgroundanimationdarkblue);
  margin-bottom: 20px;
  font-family: Noka Hairline, sans-serif;
  font-size: 1.2rem;
  line-height: 30px;
}

.text-block-91.advantage.item {
  background-color: var(--backgroundanimationdarkblue);
  color: var(--white);
  text-align: center;
  -webkit-text-stroke-width: .7px;
  -webkit-text-stroke-color: var(--white);
  border-radius: 500px;
  justify-content: center;
  align-items: center;
  width: auto;
  margin-bottom: 0;
  padding: 15px;
  font-size: .8rem;
  line-height: 17px;
  display: flex;
}

.text-block-91.join-us {
  color: var(--ptz_orange);
  white-space: nowrap;
  font-size: 1rem;
}

.text-span-35 {
  color: var(--ptz_orange);
  -webkit-text-stroke-width: 1px;
  -webkit-text-stroke-color: var(--ptz_orange);
}

.div-block-217 {
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  flex-flow: column;
  align-items: flex-start;
  margin-bottom: 40px;
  display: flex;
}

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

.text-block-92 {
  color: var(--ptz_orange);
  -webkit-text-stroke-width: 5px;
  justify-content: center;
  align-items: center;
  height: 100%;
  margin-left: 5px;
  margin-right: 5px;
  font-size: 3rem;
  display: flex;
}

.div-block-219 {
  width: 100%;
  max-width: 1500px;
}

.text-block-93 {
  color: var(--ptz_orange);
  -webkit-text-stroke-width: 1.5px;
  font-family: Noka Hairline, sans-serif;
  font-size: 1.2rem;
}

.text-block-93.partner-name {
  -webkit-text-stroke-width: .6px;
  font-size: .9rem;
}

.text-block-93.partner-role {
  color: var(--backgroundanimationdarkblue);
  -webkit-text-stroke-width: .6px;
  font-size: .9rem;
}

.div-block-220 {
  flex-flow: row;
  justify-content: center;
  align-items: flex-start;
  margin-bottom: 60px;
  display: flex;
}

.image-95 {
  padding-top: 25px;
}

.image-95.kenneth {
  max-width: 90%;
  padding-top: 2px;
}

.image-95.gita {
  max-width: 150%;
  padding-top: 0;
  overflow: clip;
}

.image-95.bev {
  padding-top: 10px;
}

.div-block-221 {
  aspect-ratio: 1;
  border: 2px solid var(--ptz_orange);
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  min-width: 5rem;
  max-width: 7rem;
  height: 100%;
  min-height: 5rem;
  max-height: 7rem;
  margin-bottom: 10px;
  display: flex;
  overflow: hidden;
}

.div-block-223 {
  margin-bottom: 20px;
  margin-left: 5px;
  margin-right: 5px;
}

.div-block-224 {
  width: 50%;
  display: flex;
}

.div-block-225 {
  justify-content: space-between;
  align-items: center;
  width: 50%;
  display: flex;
}

.link-2 {
  color: var(--backgroundanimationdarkblue);
  letter-spacing: 1.2px;
  -webkit-text-stroke-width: 1px;
  text-decoration: none;
}

.link-3 {
  color: var(--backgroundanimationdarkblue);
  letter-spacing: 1.23px;
  -webkit-text-stroke-width: 1px;
  text-decoration: none;
}

.link-4 {
  color: var(--backgroundanimationdarkblue);
  letter-spacing: 1.2px;
  -webkit-text-stroke-width: 1px;
  text-decoration: none;
}

.link-5 {
  color: var(--backgroundanimationdarkblue);
  -webkit-text-stroke-width: 1px;
  text-decoration: none;
}

.celine {
  padding-top: 20px;
  padding-right: 5px;
}

.ben {
  padding-top: 11px;
}

.image-96 {
  padding-top: 0;
  padding-left: 10px;
  padding-right: 10px;
}

.image-97 {
  padding-top: 10px;
  padding-left: 5px;
}

.image-98 {
  padding-top: 20px;
  padding-left: 5px;
  padding-right: 5px;
}

.image-99 {
  padding-top: 17px;
  padding-left: 5px;
  padding-right: 5px;
}

.image-100 {
  padding-top: 10px;
  padding-left: 5px;
  padding-right: 5px;
}

.text-block-94 {
  color: var(--ptz_orange);
  letter-spacing: 1px;
  -webkit-text-stroke-width: 2px;
  font-family: Noka Hairline, sans-serif;
  font-size: 2.2rem;
  line-height: 35px;
}

.div-block-226 {
  width: 100%;
  margin-bottom: 25px;
}

.text-span-36 {
  color: var(--ptz_orange);
}

.div-block-227 {
  flex-flow: column;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 60px;
  margin-left: 60px;
  margin-right: 60px;
  padding-top: 20px;
  padding-bottom: 20px;
  display: flex;
}

.div-block-227.mainfooter {
  grid-column-gap: 25px;
  grid-row-gap: 25px;
  flex-flow: row;
  justify-content: center;
  align-items: center;
  margin-left: 0;
  margin-right: 0;
}

.div-block-228 {
  z-index: 9999;
  background-color: var(--backgroundanimationdarkblue);
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: none;
  position: fixed;
}

.lottie-animation {
  width: 50%;
  height: 50%;
}

.link-block-2 {
  position: fixed;
}

.button-4 {
  z-index: 999;
  background-color: var(--transparent);
  background-image: url('../images/chat_icon.png');
  background-position: 0 0;
  background-size: cover;
  width: 5rem;
  height: 5rem;
  position: fixed;
  bottom: 15px;
  right: 15px;
}

.button-4.w--current {
  background-image: url('../images/chat_icon.png');
}

.button-5 {
  background-color: var(--white);
  color: var(--black);
  -webkit-text-stroke-width: 1px;
  border-radius: 10px;
  padding-left: 40px;
  padding-right: 40px;
  font-family: Noka Hairline, sans-serif;
  font-size: 24px;
}

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

.text-span-37, .text-span-38 {
  color: var(--ptz_orange);
}

.div-block-230 {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  flex-flow: column;
  justify-content: space-between;
  align-items: center;
  width: 20%;
  display: flex;
}

.text-block-95 {
  color: var(--ptz_orange);
  text-align: center;
  -webkit-text-stroke-width: 1px;
  padding: 5px;
  font-family: Noka Hairline, sans-serif;
  font-size: 45px;
  line-height: 50px;
}

.bold-text-3 {
  -webkit-text-stroke-width: 2px;
}

.div-block-231 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-flow: row;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-around;
  margin-top: 50px;
  margin-bottom: 50px;
  display: flex;
}

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

.text-block-96 {
  color: var(--backgroundanimationdarkblue);
  text-align: center;
  letter-spacing: 1.1px;
  -webkit-text-stroke-width: .7px;
  -webkit-text-stroke-color: var(--backgroundanimationdarkblue);
  justify-content: center;
  align-items: center;
  padding-left: 10px;
  font-family: Noka Hairline, sans-serif;
  font-size: 1rem;
  line-height: 1.4rem;
  display: block;
}

.text-block-96._123 {
  text-align: left;
  padding-left: 10px;
}

.text-block-96.div-block-123 {
  text-align: left;
}

.div-block-233 {
  border: 1px solid var(--ptz_orange);
  border-radius: 500px;
  justify-content: center;
  align-items: center;
  width: 13rem;
  height: 13rem;
  min-height: 13rem;
  display: flex;
}

.div-block-234, .div-block-235, .div-block-236, .div-block-237, .div-block-238 {
  height: 50%;
}

.image-101 {
  max-width: 75px;
}

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

.div-block-240 {
  justify-content: center;
  align-items: center;
  width: 7%;
  display: flex;
}

.div-block-249 {
  justify-content: center;
  align-items: center;
  width: 7%;
  max-width: 65px;
  display: flex;
}

.div-block-250 {
  justify-content: flex-start;
  width: 33%;
  display: flex;
}

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

.div-block-252 {
  justify-content: center;
  align-items: center;
  width: 60%;
  display: flex;
}

.div-block-252._123 {
  text-align: left;
}

.text-span-40 {
  color: var(--ptz_orange);
  -webkit-text-stroke-color: var(--ptz_orange);
}

.image-103, .image-103.phoneimage {
  height: 150px;
}

.image-104 {
  width: 40%;
}

.text-span-41 {
  -webkit-text-stroke-color: var(--ptz_orange);
}

.div-block-253 {
  justify-content: space-between;
  align-items: center;
  width: 25%;
  display: flex;
}

.div-block-254 {
  justify-content: space-around;
  align-items: center;
  margin-top: 10px;
  display: flex;
}

.text-block-97 {
  text-align: center;
  letter-spacing: 1.1px;
  -webkit-text-stroke-width: .7px;
  border: 1px solid #000;
  border-radius: 15px;
  padding: 5px 10px;
  font-family: Noka Hairline, sans-serif;
}

.image-105 {
  max-width: 10%;
}

.text-span-42, .text-span-43, .text-span-44 {
  color: var(--ptz_orange);
}

.image-106 {
  width: 100px;
  height: 100px;
}

.image-107 {
  width: 75px;
  height: 85px;
}

.div-block-255 {
  justify-content: space-around;
  align-items: center;
  width: 60%;
  display: flex;
}

.div-block-256 {
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  flex-flow: column;
  width: 40%;
  display: flex;
}

.text-block-98 {
  color: var(--black);
  -webkit-text-stroke-width: .7px;
  -webkit-text-stroke-color: var(--backgroundanimationdarkblue);
  font-family: Noka Hairline, sans-serif;
  font-size: 1rem;
  line-height: 25px;
}

.text-block-98.policy_notice {
  letter-spacing: 1px;
  -webkit-text-stroke-width: 1.7px;
}

.image-108 {
  width: 75px;
  height: 75px;
}

.image-109 {
  width: 120px;
}

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

.text-block-99 {
  color: var(--ptz_orange);
  letter-spacing: 1.1px;
  -webkit-text-stroke-width: 1px;
  margin-top: 20px;
  margin-bottom: 20px;
  font-family: Noka Hairline, sans-serif;
  font-size: 1.2rem;
}

.text-span-45, .text-span-46 {
  color: var(--ptz_orange);
}

.div-block-261, .div-block-263, .div-block-264 {
  display: none;
}

.image-112, .image-113, .image-114 {
  width: 180px;
}

.div-block-267 {
  margin-top: 30px;
  display: flex;
}

.div-block-269 {
  background-color: var(--ptz_orange);
  justify-content: center;
  align-items: center;
  width: 100%;
  display: none;
}

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

.div-block-271 {
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  width: 50%;
  display: flex;
}

.div-block-272 {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-flow: column;
  display: flex;
}

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

.image-115 {
  width: 100px;
  height: 100px;
}

.image-116 {
  width: 75px;
  height: 75px;
}

.image-117 {
  width: 75px;
  height: 85px;
}

.div-block-274, .div-block-275 {
  justify-content: center;
  align-items: center;
  display: flex;
}

.image-118 {
  vertical-align: bottom;
  width: 120px;
}

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

.text-block-100 {
  border-bottom: 1px solid var(--ptz_orange);
  color: #000;
  text-align: left;
  -webkit-text-stroke-width: .7px;
  justify-content: center;
  align-items: center;
  font-family: Noka Hairline, sans-serif;
  font-size: 1rem;
  line-height: 25px;
  text-decoration: none;
  display: flex;
}

.div-block-277 {
  grid-column-gap: 7px;
  grid-row-gap: 7px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

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

.text-block-101 {
  text-align: left;
  letter-spacing: 1px;
  -webkit-text-stroke-width: .5px;
  overflow-wrap: normal;
  flex-flow: column;
  font-family: Noka Hairline, sans-serif;
  font-size: 1rem;
  line-height: 20px;
  display: block;
}

.text-span-47 {
  color: var(--ptz_orange);
  letter-spacing: 1px;
  -webkit-text-stroke-width: 1px;
  font-family: Noka Hairline, sans-serif;
  font-size: 18px;
}

.link-6 {
  color: #000;
  text-decoration: none;
}

.div-block-279 {
  padding-left: 60px;
  padding-right: 60px;
}

.bold-text-4 {
  letter-spacing: 1.1px;
  line-height: 45px;
}

.text-span-48 {
  -webkit-text-stroke-width: 2px;
}

.bold-text-5, .bold-text-6 {
  -webkit-text-stroke-width: 1.5px;
}

.div-block-281 {
  z-index: 4;
  border: 3px solid #fff;
  border-radius: 100px;
  justify-content: space-between;
  width: 60%;
  display: flex;
  position: relative;
}

.div-block-283 {
  z-index: 2;
  width: 55%;
  position: absolute;
  inset: auto 0% 0% auto;
}

.div-block-284 {
  z-index: 1;
  width: 60%;
  position: absolute;
  inset: 0% -80px 0% auto;
}

.image-119 {
  width: 9rem;
}

.div-block-285 {
  z-index: 3;
  width: 60%;
  display: block;
  position: absolute;
  inset: auto 0 -60px auto;
}

.image-120 {
  overflow: clip;
}

.div-block-286 {
  width: 675px;
  display: flex;
  position: absolute;
  inset: -82px -98px auto auto;
}

.div-block-287 {
  aspect-ratio: 1;
  background-color: #ff4500;
  border-radius: 100%;
  justify-content: center;
  align-self: center;
  align-items: center;
  width: 30%;
  padding: 15px;
  display: flex;
}

.div-block-288 {
  aspect-ratio: 1;
  background-color: #232a3b;
  border-radius: 100%;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 30%;
  display: flex;
}

.div-block-289 {
  aspect-ratio: 1;
  color: #fff;
  background-color: #232a3b;
  border-radius: 100%;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 30%;
  display: flex;
}

.div-block-290, .div-block-291 {
  justify-content: center;
  align-items: center;
  width: 5%;
  display: flex;
}

.text-block-102 {
  color: #fff;
  text-align: center;
  -webkit-text-stroke-width: .2px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  font-family: Noka Hairline, sans-serif;
  font-size: 18px;
  display: flex;
}

.text-block-103 {
  color: #fff;
  text-align: center;
  -webkit-text-stroke-width: .2px;
  padding-left: 15px;
  padding-right: 15px;
  font-family: Noka Hairline, sans-serif;
  font-size: 18px;
}

.text-block-104 {
  text-align: center;
  -webkit-text-stroke-width: .2px;
  padding-left: 15px;
  padding-right: 15px;
  font-family: Noka Hairline, sans-serif;
  font-size: 18px;
}

.bold-text-7, .text-span-49, .text-span-50 {
  -webkit-text-stroke-width: 1px;
}

.div-block-292 {
  max-width: 50%;
}

.div-block-293 {
  z-index: 3;
  width: 270px;
  position: absolute;
  inset: 296px 402px auto auto;
}

.div-block-295 {
  background-color: #fff;
  border-radius: 999px;
  position: absolute;
  inset: 0% auto 0% 0%;
}

.div-block-296 {
  grid-column-gap: 7px;
  grid-row-gap: 7px;
  aspect-ratio: 1;
  background-color: #fff;
  border-radius: 999px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 250px;
  height: 250px;
  padding: 20px 40px;
  display: flex;
  position: absolute;
  inset: 67px 264px auto auto;
}

.text-block-105, .text-block-106 {
  text-align: center;
  -webkit-text-stroke-width: 1px;
  font-family: Noka Hairline, sans-serif;
  font-size: 18px;
}

.text-block-107 {
  letter-spacing: 4px;
  -webkit-text-stroke-width: 4.5px;
  font-family: Noka Hairline, sans-serif;
  font-size: 45px;
  line-height: 50px;
}

.image-121 {
  width: 100%;
}

.div-block-297 {
  grid-column-gap: 7px;
  grid-row-gap: 7px;
  flex-flow: column;
  display: flex;
}

@media screen and (min-width: 1280px) {
  .div-block-36 {
    overflow: visible;
  }

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

  .div-block-42 {
    width: 14svw;
    height: 14svw;
    bottom: 70%;
    right: 35%;
  }

  .image-45 {
    left: 140px;
  }

  .image-49 {
    left: auto;
    right: 27%;
  }

  .div-block-72 {
    margin-left: -8px;
  }

  .text-block-62.member-role {
    white-space: nowrap;
  }

  .text-block-90.join-us.contact {
    font-size: 1rem;
  }

  .text-block-91.advantage.item {
    -webkit-text-stroke-width: .7px;
  }

  .text-block-93.partner-name {
    -webkit-text-stroke-width: 1px;
  }

  .text-block-93.partner-role {
    -webkit-text-stroke-width: .7px;
  }

  .div-block-281 {
    border-radius: 999px;
    position: relative;
  }

  .div-block-293 {
    top: 260px;
    right: 420px;
  }

  .div-block-296 {
    top: 36px;
    right: 285px;
  }
}

@media screen and (min-width: 1440px) {
  .div-block-42 {
    width: 12svw;
    height: 12svw;
    bottom: 70%;
    right: 37%;
  }

  .image-44 {
    width: 30svw;
  }

  .image-45 {
    left: 220px;
  }

  .image-47 {
    max-width: none;
  }

  .image-55 {
    left: 43%;
  }

  .div-block-72 {
    margin-left: -12px;
  }

  .image-80 {
    height: 115%;
    inset: -10% -9% 0% auto;
  }

  .div-block-227.mainfooter {
    justify-content: space-between;
    align-items: center;
  }

  .div-block-270 {
    justify-content: space-around;
  }

  .div-block-279 {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    flex-flow: column;
    display: flex;
  }

  .div-block-281 {
    border-radius: 999px;
  }

  .div-block-285 {
    max-width: 800px;
  }

  .div-block-292 {
    max-width: 60%;
  }

  .div-block-293 {
    width: 320px;
    max-width: 350px;
    top: 231px;
    right: 480px;
  }

  .div-block-294 {
    position: absolute;
  }
}

@media screen and (min-width: 1920px) {
  .div-block {
    aspect-ratio: auto;
    object-fit: fill;
    height: 2500px;
    max-height: 2500px;
    overflow: visible;
  }

  .image-3 {
    top: 15%;
    right: 23%;
  }

  .image-4 {
    top: 33.5%;
    left: 26.5%;
  }

  .navbar-no-shadow {
    z-index: 11;
    background-color: var(--ptz_orange);
    height: 90px;
    position: sticky;
    top: 0;
  }

  .container-regular {
    max-width: none;
  }

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

  .div-block-2.investors.fat {
    width: 80%;
  }

  .div-block-2.investors.fat.outside {
    width: 100%;
    margin-bottom: 40px;
  }

  .div-block-2.investors.thin {
    width: 80%;
  }

  .div-block-2.investors.thin._123 {
    width: 100%;
  }

  .section {
    border-bottom: 5px red;
    margin-top: 0;
    margin-bottom: 0;
    padding-top: 100px;
    padding-bottom: 0;
  }

  .section-3 {
    border: 1px none var(--ptz_orange);
    text-align: center;
    min-width: auto;
    margin-bottom: 0;
    padding-top: 100px;
    padding-bottom: 0;
    font-size: 32px;
    line-height: 40px;
  }

  .text-block-8 {
    color: #272e3f;
    text-align: left;
    justify-content: center;
    align-items: center;
    width: 75%;
    margin-top: 65px;
    font-family: Exo, sans-serif;
    font-size: 24px;
    font-weight: 300;
    line-height: 30px;
    display: flex;
  }

  .div-block-8 {
    margin-bottom: 125px;
  }

  .button {
    color: #fff;
    background-color: #ff4500;
    border-radius: 20px;
    padding-top: 2px;
    padding-bottom: 2px;
    font-family: Exo, sans-serif;
    font-size: 18px;
  }

  .div-block-9 {
    width: 75%;
    min-width: auto;
    max-width: none;
    margin-top: 40px;
    display: flex;
  }

  .div-block-11 {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
  }

  .section-4 {
    flex-flow: column;
    justify-content: center;
    align-items: center;
    margin-top: 60px;
    display: flex;
  }

  .image-11 {
    width: 100%;
    min-width: 70rem;
    max-width: 70rem;
    margin-bottom: 60px;
  }

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

  .div-block-13 {
    width: 100%;
    min-width: auto;
    max-width: none;
  }

  .div-block-13.form, .image-15 {
    width: 100%;
  }

  .image-18 {
    opacity: 1;
    position: absolute;
    top: 109%;
    left: 2073.21px;
    right: 0%;
  }

  .image-19 {
    opacity: 1;
    position: absolute;
    top: 2459.5px;
    left: 99%;
    right: 0;
  }

  .image-20 {
    opacity: 1;
    position: absolute;
    top: 2647.5px;
    left: 2090px;
    right: -1620px;
  }

  .text-span-8 {
    font-family: Exo, sans-serif;
  }

  .div-block-18 {
    grid-template-areas: ". . . ."
                         ". . . ."
                         ". . . ."
                         "Area Area-2 Area-3 Area-4";
    grid-auto-columns: 1fr;
  }

  .image-25, .image-39 {
    filter: grayscale();
    width: 90px;
  }

  .div-block-22 {
    width: 25rem;
    height: 25rem;
  }

  .div-block-25 {
    width: 60%;
    position: absolute;
  }

  .div-block-25.minidivgray {
    width: 60%;
    margin-top: -15px;
  }

  .text-span-12 {
    color: #ff4500;
  }

  .text-block-27 {
    width: 75%;
    padding-top: 0;
    padding-bottom: 0;
    padding-right: 0;
  }

  .text-block-28 {
    margin-top: 0;
    margin-left: 0;
    padding-top: 0;
    padding-bottom: 0;
    padding-left: 0;
  }

  .text-block-29 {
    letter-spacing: 1.2px;
  }

  .text-block-30 {
    font-family: Noka Hairline, sans-serif;
  }

  .div-block-40 {
    padding: 20px 30px;
  }

  .text-block-33 {
    -webkit-text-stroke-width: .5px;
    font-size: 18px;
  }

  .image-43 {
    width: 100%;
  }

  .div-block-42 {
    width: 13rem;
    height: 13rem;
    bottom: 70%;
    right: 35%;
  }

  .image-44 {
    width: 30rem;
  }

  .text-block-36, .text-block-37 {
    font-size: 1.5rem;
  }

  .div-block-43 {
    left: 1024px;
  }

  .text-block-39 {
    margin-top: auto;
    margin-bottom: auto;
  }

  .div-block-44 {
    z-index: auto;
    width: auto;
    height: auto;
    position: absolute;
    inset: -10px 0 -10px 15px;
  }

  .image-45 {
    left: 220px;
  }

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

  .div-block-48 {
    justify-content: flex-start;
    align-items: center;
    padding-left: 40px;
    padding-right: 40px;
    display: flex;
  }

  .text-block-42 {
    justify-content: center;
    align-items: center;
  }

  .image-48 {
    bottom: 514.782px;
  }

  .text-span-14 {
    color: #ff4500;
  }

  .div-block-56 {
    justify-content: space-around;
    align-items: center;
    height: 100%;
    min-height: 10rem;
  }

  .image-54 {
    display: block;
    inset: 35% 25% auto auto;
  }

  .div-block-62 {
    border-bottom-left-radius: 15px;
  }

  .image-55 {
    left: 50%;
  }

  .image-56 {
    left: auto;
    right: 218px;
  }

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

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

  .div-block-67.theravr {
    width: 100%;
  }

  .div-block-72.effectivemanagement {
    margin-left: -100px;
  }

  .div-block-73 {
    margin-left: 30px;
  }

  .div-block-75 {
    margin-top: auto;
    margin-bottom: auto;
    inset: 25% 0% auto 76%;
  }

  .div-block-78 {
    grid-template-columns: 1fr 1fr 1fr;
    width: 100%;
  }

  .text-block-62.member-role {
    white-space: normal;
    word-break: keep-all;
    margin-top: -15px;
  }

  .image-60 {
    max-width: 100%;
  }

  .div-block-86 {
    flex-flow: column;
    justify-content: center;
    align-items: center;
    width: 100%;
    min-width: auto;
    display: flex;
  }

  .image-61 {
    display: block;
  }

  .text-span-17 {
    position: static;
  }

  .div-block-93 {
    padding-bottom: 0;
  }

  .div-block-102 {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
  }

  .div-block-103 {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 100%;
    display: flex;
  }

  .div-block-104 {
    justify-content: center;
    align-items: center;
    width: 75%;
    display: flex;
    overflow: hidden;
  }

  .div-block-106 {
    justify-content: flex-start;
    align-items: flex-start;
    max-width: 1500px;
    padding: 0;
  }

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

  .div-block-109 {
    flex-flow: row;
    justify-content: center;
    align-items: center;
    width: 10rem;
    height: 5rem;
    margin-left: 0;
    display: flex;
    position: relative;
  }

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

  .div-block-118 {
    width: 100%;
  }

  .div-block-119 {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
  }

  .div-block-121 {
    z-index: 1;
    height: 100%;
    position: sticky;
    top: 0;
  }

  .div-block-122 {
    z-index: 1;
    justify-content: flex-start;
    align-items: center;
    width: 100%;
    height: 100svh;
    display: flex;
    position: sticky;
    top: 0;
  }

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

  .div-block-133 {
    width: 100%;
  }

  .div-block-134 {
    width: 75%;
  }

  .div-block-135 {
    width: 100%;
  }

  .div-block-136 {
    overflow: hidden;
  }

  .div-block-137 {
    position: static;
    top: 0;
  }

  .div-block-138 {
    z-index: 15;
    position: relative;
  }

  .modal-background {
    z-index: 12;
    background-color: #00000080;
    display: none;
    position: fixed;
    inset: 0%;
  }

  .close-modal {
    color: #000;
    background-color: #fff;
  }

  .div-block-139 {
    justify-content: flex-end;
    display: flex;
  }

  .div-block-140 {
    width: 100vw;
    height: 75vh;
    display: flex;
  }

  .footer-subscribe {
    border-bottom-style: none;
  }

  .container-3 {
    max-width: none;
  }

  .footer-wrapper-three {
    justify-content: center;
  }

  .footer-social-block-three {
    justify-content: space-around;
    width: 15%;
  }

  .footer-social-link-three {
    width: 5rem;
    margin-left: 0;
  }

  .image-65 {
    width: 55px;
  }

  .div-block-141 {
    z-index: 30;
    justify-content: center;
    align-items: center;
    width: 8rem;
    height: 8rem;
    display: flex;
    position: sticky;
    top: auto;
    bottom: 20px;
    right: 20px;
  }

  .button-2 {
    text-align: center;
    cursor: pointer;
    background-color: #f2440500;
    border: 2px solid #000;
    border-radius: 500px;
    order: 0;
    justify-content: center;
    align-self: stretch;
    align-items: center;
    width: 8rem;
    height: 8rem;
    padding: 0;
    font-family: Exo, sans-serif;
    font-size: 22px;
    font-weight: 600;
    display: flex;
  }

  .button-2.modal-link {
    font-size: 20px;
  }

  .div-block-142 {
    background-color: #f24405;
    border-radius: 500px;
  }

  .div-block-144 {
    overflow: visible;
  }

  .div-block-145 {
    z-index: 1;
    background-color: var(--backgroundanimationdarkblue);
    position: relative;
  }

  .image-67 {
    transform: rotate(90deg);
  }

  .div-block-151 {
    z-index: 1;
    width: 100%;
    height: 100%;
    position: relative;
  }

  .div-block-152 {
    z-index: 1;
    position: relative;
  }

  .div-block-153 {
    z-index: 2;
    flex-flow: row;
    justify-content: flex-end;
    align-items: flex-end;
    display: block;
    position: relative;
    overflow: visible;
  }

  .div-block-154 {
    z-index: 50;
    position: absolute;
    bottom: 15px;
    right: 15px;
  }

  .div-block-155 {
    flex-flow: row-reverse;
    justify-content: flex-end;
    align-items: center;
    width: 8rem;
    display: flex;
    position: fixed;
    bottom: 0;
    right: 0;
  }

  .div-block-157 {
    width: 80%;
  }

  .div-block-162 {
    width: 100%;
    max-width: 1500px;
  }

  .div-block-164.initial-carousel.secondary {
    overflow: visible;
  }

  .image-80 {
    height: 115%;
    right: -118px;
  }

  .image-81 {
    max-width: 35%;
    top: -66px;
    right: 0;
  }

  .image-90 {
    top: 29%;
  }

  .div-block-189 {
    flex-flow: row;
    justify-content: center;
    align-items: stretch;
    padding: 60px;
    display: flex;
  }

  .div-block-190 {
    width: 100%;
    max-width: 1500px;
  }

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

  .div-block-196 {
    z-index: 2;
    position: static;
  }

  .div-block-214 {
    max-width: 450px;
  }

  .text-block-90.disclaimer {
    text-align: left;
  }

  .div-block-217 {
    width: 100%;
  }

  .div-block-219 {
    width: 80%;
    max-width: none;
  }

  .div-block-224 {
    flex-flow: row;
  }

  .div-block-226 {
    width: 80%;
  }

  .div-block-227 {
    flex-flow: column;
    width: 80%;
  }

  .div-block-227.mainfooter {
    width: 100%;
  }

  .div-block-253, .div-block-254 {
    justify-content: center;
  }

  .text-block-99 {
    margin-top: 40px;
    margin-bottom: 30px;
  }

  .image-111 {
    max-width: 100%;
  }

  .div-block-260 {
    justify-content: flex-start;
    width: 100%;
    display: flex;
  }

  .columns {
    grid-column-gap: 50px;
    grid-row-gap: 50px;
    display: flex;
  }

  .div-block-262 {
    justify-content: flex-start;
    width: auto;
    display: flex;
  }

  .image-112, .image-113, .image-114 {
    width: 150px;
  }

  .div-block-265 {
    justify-content: center;
    align-items: center;
    width: 100%;
    display: flex;
  }

  .div-block-266 {
    margin-top: 25px;
  }

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

  .div-block-270 {
    justify-content: space-around;
    width: 60%;
  }

  .div-block-271 {
    text-align: left;
    width: 40%;
  }

  .div-block-272 {
    flex-flow: row;
    justify-content: center;
    align-items: center;
    margin-top: 50px;
  }

  .div-block-279 {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    flex-flow: column;
    width: 100%;
    max-width: 1500px;
    padding-left: 0;
    padding-right: 0;
    display: flex;
  }

  .div-block-281 {
    justify-content: space-between;
    align-items: stretch;
  }

  .div-block-283 {
    inset: auto -5% 0% auto;
  }

  .div-block-284 {
    width: 620px;
  }
}

@media screen and (max-width: 991px) {
  .image-3 {
    width: 100px;
  }

  .nav-menu-wrapper {
    background-color: #0000;
  }

  .nav-menu {
    background-color: #fff;
    flex-wrap: wrap;
    justify-content: space-around;
    align-items: center;
    padding-left: 0;
    display: flex;
  }

  .nav-link {
    aspect-ratio: auto;
    color: #ff4500;
    width: 130%;
    padding-top: 13px;
    padding-left: 5px;
    padding-right: 5px;
    display: inline-block;
    position: relative;
  }

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

  .menu-button {
    padding: 12px;
  }

  .menu-button.w--open {
    color: #fff;
    background-color: #a6b1bf;
  }

  .div-block-2.casestudiesbar {
    width: 100%;
  }

  .heading {
    width: 75%;
    min-width: auto;
  }

  .heading.section-title {
    font-size: 2rem;
  }

  .div-block-3 {
    width: 100%;
  }

  .heading-2 {
    line-height: 2.5rem;
  }

  .heading-3 {
    text-align: left;
    margin-top: 0;
    margin-bottom: 0;
    font-size: 24px;
    line-height: 30px;
  }

  .text-block-3 {
    font-size: 24px;
    line-height: 30px;
  }

  .div-block-6 {
    justify-content: center;
    width: 85%;
  }

  .text-block-8 {
    text-align: left;
    font-size: 24px;
    line-height: 30px;
  }

  .button {
    font-size: 16px;
  }

  .div-block-9 {
    width: 75%;
  }

  .text-block-9 {
    font-size: 2rem;
    line-height: 2.5rem;
  }

  .div-block-10 {
    flex-flow: column;
  }

  .image-11 {
    width: 100%;
    min-width: auto;
  }

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

  .div-block-13 {
    flex-flow: column;
    justify-content: center;
    align-items: center;
    width: 100%;
    display: flex;
  }

  .div-block-13.form {
    align-items: stretch;
  }

  .submit-button {
    width: auto;
    padding-top: 2px;
    padding-bottom: 2px;
  }

  .field-label, .field-label-2, .field-label-3 {
    font-size: 20px;
    line-height: 25px;
  }

  .div-block-15 {
    flex-flow: column;
    justify-content: center;
    align-items: center;
    width: 100%;
    min-width: auto;
    display: flex;
  }

  .text-block-15 {
    text-align: left;
    font-size: 16px;
  }

  .text-block-15.josh-link {
    width: 100%;
  }

  .icon {
    filter: invert();
  }

  .div-block-18 {
    grid-column-gap: 15px;
    grid-row-gap: 15px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr 1fr;
  }

  .image-24, .image-25, .image-26, .image-27, .image-28 {
    width: 70px;
  }

  .div-block-19 {
    flex-flow: column;
  }

  .div-block-20 {
    width: 15rem;
    min-width: 15rem;
    max-width: 15rem;
    height: 15rem;
    min-height: 15rem;
    max-height: 15rem;
    margin-left: -5px;
    margin-right: -5px;
  }

  .text-block-17 {
    font-size: 16px;
    line-height: 20px;
  }

  .text-block-18 {
    text-align: center;
    justify-content: space-between;
    align-items: flex-start;
    width: auto;
    height: auto;
    margin-top: 0;
    margin-bottom: 0;
    padding-left: 0;
    font-size: 16px;
    line-height: 20px;
    display: block;
  }

  .image-30, .image-31, .image-32, .image-33, .image-34, .image-35, .image-36, .image-37, .image-38, .image-39 {
    width: 70px;
  }

  .div-block-21 {
    width: 100%;
    min-width: 100%;
    height: auto;
    min-height: auto;
    margin: 0 -2px;
    padding-left: 20px;
    padding-right: 20px;
    display: block;
  }

  .arrow1 {
    width: 500%;
    top: auto;
    bottom: 500px;
    left: auto;
    transform: rotate(90deg);
  }

  .div-block-22 {
    width: 18rem;
    height: 18rem;
  }

  .div-block-23 {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
    flex-flow: column;
    justify-content: center;
    width: 100%;
  }

  .text-span-11.pop, .text-block-26 {
    font-size: 16px;
    line-height: 20px;
  }

  .div-block-30 {
    z-index: 0;
    border-style: none dashed;
    border-right-width: 5px;
    border-right-color: var(--borderdottedcolor);
    border-left-width: 5px;
    border-left-color: var(--borderdottedcolor);
    flex-flow: column;
    width: 15rem;
    position: relative;
    overflow: visible;
  }

  .div-block-31 {
    z-index: 5;
    border-top-width: 5px;
    border-bottom: 5px #000;
    border-right: 5px #000;
    flex-flow: column;
    width: auto;
    height: auto;
    margin: 0 -12px;
    overflow: visible;
  }

  .div-block-33 {
    width: 15rem;
    height: 40%;
    margin-top: 0;
    margin-bottom: 0;
    padding-top: 20px;
    padding-left: 0;
    padding-right: 0;
  }

  .div-block-34 {
    z-index: 5;
    border-width: 5px;
    width: 30rem;
    height: 30vw;
    margin-top: 0;
    margin-bottom: 0;
    padding: 0;
    position: relative;
  }

  .div-block-35 {
    z-index: 0;
    border-style: none solid;
    border-right-width: 5px;
    border-right-color: var(--ptz_orange);
    border-left-width: 5px;
    border-left-color: var(--ptz_orange);
    flex-flow: row;
    justify-content: center;
    align-items: center;
    width: 15rem;
    margin: 0 -5px;
    padding-left: 0;
    padding-right: 0;
    display: flex;
    position: relative;
  }

  .text-block-27 {
    width: 70%;
    padding: 0;
    font-size: 16px;
    line-height: 20px;
  }

  .text-block-28 {
    width: 90%;
    font-size: 16px;
    line-height: 20px;
  }

  .image-42 {
    width: 350%;
    max-width: none;
    transform: rotate(90deg);
  }

  .div-block-36 {
    grid-column-gap: 25px;
    grid-row-gap: 25px;
    border-radius: 20px;
    height: auto;
  }

  .div-block-37 {
    width: 100%;
  }

  .text-block-29 {
    text-align: center;
    font-size: 35px;
  }

  .div-block-38, .div-block-39 {
    width: 100%;
  }

  .div-block-40 {
    text-align: center;
    width: 100%;
    padding-left: 30px;
    padding-right: 30px;
  }

  .text-block-33 {
    text-align: center;
    line-height: 22px;
  }

  .div-block-42 {
    display: none;
    bottom: 10%;
    right: 5%;
  }

  .image-44 {
    opacity: 0;
    vertical-align: baseline;
    max-width: 40%;
    top: 44px;
    right: 0%;
  }

  .div-block-43 {
    top: 0;
    right: 0%;
  }

  .text-block-39 {
    font-size: 75px;
    line-height: 75px;
    display: block;
  }

  .div-block-44 {
    justify-content: center;
    width: 25%;
    height: auto;
    min-height: 170px;
    max-height: 170px;
    margin-bottom: auto;
  }

  .image-45 {
    opacity: 0;
    width: 50%;
    height: 25px;
  }

  .div-block-45 {
    background-color: var(--ptz_orange);
    border-radius: 20px;
    justify-content: space-around;
    align-items: center;
    min-width: 40rem;
    max-width: 40rem;
    min-height: 35rem;
    max-height: 35rem;
    margin-top: 30px;
    margin-bottom: 40px;
    padding-top: 0;
    padding-left: 0;
    padding-right: 0;
    position: relative;
  }

  .text-block-40 {
    text-align: center;
    font-size: 35px;
  }

  .div-block-46, .div-block-47 {
    width: 85%;
  }

  .div-block-48 {
    width: 90%;
    height: auto;
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .text-block-42 {
    width: 100%;
    font-size: 16px;
  }

  .image-47, .image-48 {
    opacity: 0;
  }

  .div-block-50 {
    border-radius: 20px;
    justify-content: space-around;
    align-items: center;
    width: 40rem;
    min-width: 40rem;
    max-width: 40rem;
    height: 70rem;
    min-height: 70rem;
    max-height: 70rem;
  }

  .div-block-51 {
    width: 85%;
    margin-bottom: 0;
    margin-left: 0;
  }

  .text-block-45 {
    text-align: center;
    font-size: 35px;
  }

  .div-block-52 {
    flex-flow: column;
    justify-content: center;
    width: 12rem;
    min-width: 12rem;
    margin-top: 20px;
    margin-left: 0;
    overflow: hidden;
  }

  .div-block-54 {
    flex-flow: column;
    justify-content: center;
    align-items: center;
    width: 100%;
    min-width: 500px;
    max-width: 500px;
    min-height: 850px;
    max-height: 850px;
    overflow: hidden;
  }

  .div-block-55 {
    width: 12rem;
    min-width: 12rem;
    height: 12rem;
    min-height: 12px;
    overflow: hidden;
  }

  .text-block-46 {
    font-size: 15px;
    line-height: 20px;
  }

  .text-block-47 {
    text-align: center;
    padding-left: 0;
    font-size: 15px;
    line-height: 20px;
  }

  .div-block-56 {
    text-align: center;
    flex-flow: row;
    justify-content: center;
    width: 50%;
    position: relative;
  }

  .div-block-58 {
    width: 12rem;
    min-width: 12rem;
    height: 12rem;
  }

  .text-block-48 {
    font-size: 15px;
    line-height: 20px;
  }

  .image-49 {
    opacity: 1;
    border-radius: 0;
    inset: 0% 0% auto;
  }

  .text-block-49 {
    text-align: center;
    width: 50%;
    padding-top: 10px;
    padding-bottom: 10px;
    font-size: 15px;
    line-height: 20px;
    position: relative;
  }

  .div-block-59 {
    flex-flow: row;
    align-items: center;
    width: 12rem;
    height: auto;
  }

  .image-50 {
    opacity: 1;
    margin-bottom: 0;
    position: absolute;
    inset: 0% 0% 0% 120px;
    transform: rotate(90deg);
  }

  .image-51 {
    margin-top: 0;
    position: absolute;
    inset: 0% auto 0% -20px;
    transform: rotate(90deg);
  }

  .image-52 {
    max-width: none;
    position: absolute;
    top: -70%;
    left: -125px;
    right: 0%;
    transform: rotate(90deg);
  }

  .image-52._2._1 {
    max-width: none;
    top: -70%;
    left: 5%;
    right: auto;
  }

  .div-block-60 {
    width: 12rem;
    min-width: 12rem;
    height: 12rem;
    padding-left: 15px;
    padding-right: 15px;
  }

  .text-block-50 {
    padding-left: 0;
    padding-right: 0;
    font-size: 15px;
    line-height: 20px;
  }

  .div-block-62 {
    border-radius: 20px;
    align-items: center;
    width: 40rem;
    min-width: 40rem;
    max-width: 40rem;
    height: 50rem;
    min-height: 50rem;
    max-height: 50rem;
    padding-bottom: 40px;
    padding-left: 30px;
    padding-right: 30px;
  }

  .text-block-52 {
    margin-top: 40px;
    margin-left: 0;
    font-size: 35px;
  }

  .text-block-53 {
    width: 100%;
    margin-left: 0;
  }

  .div-block-64 {
    width: 85%;
    margin-left: 0;
  }

  .image-55 {
    inset: auto 0% 15% auto;
  }

  .image-56 {
    top: 75%;
    left: auto;
    right: 19%;
  }

  .div-block-65 {
    border-radius: 20px;
    flex-flow: column;
    justify-content: center;
    align-items: center;
    width: 40rem;
    min-width: 40rem;
    max-width: 40rem;
    height: 100%;
    min-height: 50rem;
    padding-top: 220px;
    display: flex;
  }

  .div-block-65.effectivemanagement {
    width: 40rem;
    min-width: 40rem;
    max-width: 40rem;
    height: 100%;
    min-height: 100rem;
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .div-block-66 {
    width: 90%;
    margin-left: 0;
    display: block;
  }

  .div-block-66.effectivemanagement {
    width: 80%;
  }

  .text-block-55 {
    text-align: center;
    letter-spacing: 2px;
    -webkit-text-stroke-width: 2px;
    font-family: Noka Hairline, sans-serif;
    font-size: 35px;
  }

  .div-block-67 {
    width: auto;
    height: auto;
  }

  .div-block-67.effectivemanagement.second {
    background-color: var(--backgroundanimationdarkblue);
    flex-flow: column;
    justify-content: center;
    align-items: center;
    width: 100%;
    margin-top: 30px;
    padding-bottom: 90px;
  }

  .div-block-67.theravr {
    flex-flow: column;
    justify-content: center;
    align-items: center;
  }

  .div-block-68 {
    z-index: 2;
    flex-flow: column;
    justify-content: space-around;
    align-items: center;
    width: 14.5rem;
    height: 27rem;
    margin-bottom: 17px;
    margin-left: 0;
  }

  .div-block-68.effectivemanagment {
    justify-content: space-around;
    align-items: center;
    width: 14rem;
    height: 35rem;
  }

  .div-block-69 {
    z-index: 1;
    width: 14rem;
    min-width: 14rem;
    height: 14rem;
    margin-top: -5px;
    position: relative;
  }

  .div-block-69.effectivemanagment {
    width: 14rem;
    height: 14rem;
    margin-top: -25px;
  }

  .text-block-56 {
    -webkit-text-stroke-width: 1px;
    font-size: 15px;
    line-height: 18px;
  }

  .div-block-70 {
    z-index: 1;
    width: 14rem;
    min-width: 14rem;
    height: 14rem;
    margin-top: 0;
    margin-bottom: 0;
  }

  .div-block-70.effectivemanagment {
    width: 14rem;
    height: 14rem;
    margin-bottom: -24px;
  }

  .div-block-70.effectivemanagment.second {
    min-width: 12rem;
  }

  .text-block-57 {
    -webkit-text-stroke-width: 1px;
    font-size: 15px;
    line-height: 18px;
  }

  .text-block-57.effectivemanagement {
    line-height: 22px;
  }

  .div-block-71 {
    justify-content: center;
    align-items: center;
  }

  .div-block-72 {
    width: 10%;
    margin-top: 25px;
    margin-bottom: 75px;
    bottom: -15px;
  }

  .div-block-72.effectivemanagement {
    flex-flow: column;
    height: 250px;
    margin-top: 0;
    margin-bottom: 0;
    margin-left: 0;
    position: absolute;
    top: -175px;
    bottom: auto;
    left: 33%;
    transform: rotate(90deg);
  }

  .div-block-73 {
    width: 14rem;
    min-width: 14rem;
    height: 14rem;
    margin-left: 0;
  }

  .text-block-58 {
    -webkit-text-stroke-width: 1px;
    padding-left: 25px;
    font-size: 15px;
    line-height: 18px;
  }

  .div-block-74 {
    justify-content: center;
    align-items: flex-start;
    max-width: 100%;
    margin-left: 0;
    padding-top: 20px;
    inset: 0% 0% 0% auto;
  }

  .image-57 {
    opacity: 1;
    width: 50%;
    display: block;
  }

  .div-block-78 {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
    grid-template-rows: auto auto auto;
    grid-template-columns: 1fr;
    width: 80%;
  }

  .div-block-81 {
    width: 5rem;
    height: 5rem;
  }

  .div-block-82 {
    align-items: flex-start;
  }

  .text-block-61 {
    text-align: left;
    width: 120%;
    padding-top: 0;
    padding-right: 0;
    font-size: 40%;
  }

  .text-block-62 {
    font-size: 30%;
  }

  .div-block-79-copy {
    width: 100%;
    height: 5rem;
    padding-right: 0;
  }

  .div-block-84 {
    top: 0;
    bottom: auto;
    right: 0%;
  }

  .div-block-86 {
    width: 100%;
  }

  .div-block-87 {
    text-align: center;
    justify-content: center;
    display: flex;
  }

  .text-block-67 {
    font-size: 75px;
    line-height: 75px;
  }

  .image-61 {
    position: absolute;
    left: 0;
    transform: rotate(90deg);
  }

  .div-block-88 {
    width: 100%;
  }

  .text-span-17 {
    position: static;
    top: 0;
  }

  .div-block-90 {
    border-style: dashed dashed none;
    border-width: 1px 5px;
    border-color: var(--borderdottedcolor) var(--borderdottedcolor) black;
    border-radius: 10rem 10rem 0 0;
    flex-flow: column;
    width: 20rem;
    height: 40rem;
  }

  .div-block-91 {
    flex-flow: row;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100%;
    overflow: visible;
    transform: rotate(90deg);
  }

  .div-block-92 {
    width: 15rem;
    height: 40rem;
    overflow: hidden;
  }

  .div-block-95 {
    flex-flow: row;
    justify-content: center;
    display: flex;
  }

  .div-block-96 {
    z-index: 5;
    border-style: none solid;
    border-right-width: 5px;
    border-right-color: var(--ptz_orange);
    border-left-width: 5px;
    border-left-color: var(--ptz_orange);
    border-top-right-radius: 0;
    border-bottom-left-radius: 500px;
    justify-content: center;
    align-items: center;
    width: 15rem;
    height: auto;
    margin-left: -5px;
    margin-right: -5px;
    position: relative;
  }

  .image-62 {
    width: 350%;
    max-width: none;
    transform: rotate(90deg);
  }

  .div-block-99, .div-block-100 {
    justify-content: center;
    align-items: center;
    width: 15%;
    display: flex;
  }

  .div-block-101 {
    flex-flow: row;
  }

  .div-block-102 {
    flex-flow: column;
    justify-content: center;
    align-items: center;
    width: 100%;
    display: flex;
  }

  .div-block-103 {
    flex-flow: column;
    align-items: center;
    width: 100%;
    display: flex;
  }

  .div-block-104 {
    width: 100%;
    position: relative;
  }

  .div-block-106 {
    width: 40rem;
    min-width: 40rem;
    max-width: 40rem;
  }

  .div-block-107 {
    background-color: #bcbec0;
    padding-bottom: 0;
    padding-right: 0;
    display: block;
    position: absolute;
    inset: 0;
  }

  .div-block-108, .div-block-109 {
    display: none;
  }

  .div-block-110 {
    text-align: center;
    width: 100%;
  }

  .div-block-113 {
    background-color: var(--white);
    flex-flow: row;
    justify-content: center;
    align-items: center;
    width: 100%;
    display: flex;
  }

  .div-block-114 {
    background-color: var(--white);
    justify-content: center;
    display: block;
  }

  .div-block-115 {
    flex-flow: column;
    justify-content: center;
    width: 100%;
    display: flex;
  }

  .div-block-116 {
    justify-content: center;
    display: flex;
  }

  .div-block-117 {
    flex-flow: column;
    justify-content: center;
    align-items: stretch;
    width: 100%;
    display: flex;
  }

  .div-block-118 {
    flex-flow: row;
    justify-content: center;
    align-items: center;
    min-width: 14rem;
    margin-top: 40px;
    display: flex;
  }

  .div-block-119 {
    overflow: hidden;
  }

  .heading-4 {
    margin-top: 0;
    margin-bottom: 0;
    font-size: 4rem;
  }

  .div-block-121 {
    align-items: center;
  }

  .heading-5 {
    font-size: 6rem;
  }

  .div-block-122 {
    height: 100vh;
  }

  .paragraph {
    margin-bottom: 0;
    font-size: 30px;
  }

  .paragraph-2 {
    font-size: 24px;
  }

  .div-block-125 {
    height: 30svh;
  }

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

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

  .div-block-133 {
    justify-content: center;
    width: 100%;
    display: flex;
  }

  .div-block-134 {
    justify-content: center;
    width: 75%;
    display: flex;
  }

  .div-block-135 {
    width: 100%;
  }

  .container-3 {
    max-width: 728px;
  }

  .footer-wrapper-three {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .footer-social-block-three {
    grid-column-gap: 80px;
    grid-row-gap: 80px;
    margin-top: 40px;
  }

  .image-65 {
    width: 45px;
  }

  .div-block-141 {
    z-index: 5;
    width: 80px;
    top: 90vh;
    right: 10px;
  }

  .button-2.modal-link {
    font-size: 8.5px;
    line-height: 12px;
  }

  .div-block-142 {
    width: 5rem;
    height: 5rem;
  }

  .image-66 {
    width: 40px;
  }

  .div-block-151 {
    z-index: 10;
    width: 100%;
    height: 100%;
    position: static;
    overflow: visible;
  }

  .div-block-157, .div-block-158, .div-block-159, .div-block-160 {
    width: 40rem;
    min-width: 40rem;
    max-width: 40rem;
  }

  .div-block-162 {
    flex-flow: column;
    justify-content: center;
    align-items: center;
    width: 40rem;
    min-width: 40rem;
    max-width: 40rem;
    display: flex;
  }

  .div-block-166 {
    justify-content: center;
    align-items: flex-start;
    margin-top: 8vh;
  }

  .div-block-167 {
    width: 200px;
    max-height: 300px;
  }

  .image-72 {
    width: 70px;
    height: 70px;
  }

  .div-block-79-copy-copy {
    width: 100%;
    height: 5rem;
    padding-right: 0;
  }

  .text-span-24 {
    font-size: 16px;
    line-height: 20px;
  }

  .div-block-176 {
    grid-column-gap: 5px;
    grid-row-gap: 5px;
    justify-content: flex-start;
    align-items: center;
    width: 100%;
  }

  .div-block-177 {
    width: 100%;
    margin-top: -22px;
    margin-bottom: 40px;
    display: flex;
  }

  .image-80 {
    opacity: 0;
    width: 0;
    inset: 0%;
  }

  .image-81 {
    opacity: 0;
    inset: auto 0% 0%;
  }

  .image-83, .image-84 {
    opacity: 0;
    display: none;
  }

  .image-85 {
    opacity: 0;
    display: none;
    left: 0;
  }

  .image-86 {
    opacity: 0;
    display: none;
  }

  .div-block-179 {
    width: 85%;
    margin-left: 0;
  }

  .div-block-180 {
    transform: rotate(90deg);
  }

  .div-block-182 {
    flex-flow: column;
    align-items: center;
    width: auto;
    margin-top: 50px;
    margin-left: 0;
  }

  .text-block-81 {
    flex-flow: column;
    justify-content: center;
    align-items: center;
    height: 100%;
    padding: 40px 10px;
    display: flex;
  }

  .div-block-183 {
    flex-flow: column;
    justify-content: center;
    align-items: center;
    max-width: 125px;
    height: 15rem;
    display: flex;
  }

  .div-block-184 {
    border-left: 4px solid var(--ptz_orange);
    border-top-style: none;
    width: 50%;
    inset: auto 0% -25% 25%;
  }

  .div-block-185 {
    flex-flow: row;
  }

  .image-88 {
    position: absolute;
    top: -75px;
    left: -40px;
  }

  .image-88.secondarrow {
    position: static;
    top: auto;
    left: auto;
  }

  .div-block-186 {
    bottom: -96px;
  }

  .div-block-187 {
    width: 150px;
    right: -210px;
  }

  .image-89, .image-90 {
    opacity: 0;
  }

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

  .div-block-190 {
    width: 40rem;
    min-width: 40rem;
    max-width: 40rem;
  }

  .div-block-192 {
    width: 100%;
  }

  .div-block-194.hiddensection, .div-block-194.borderanimation {
    display: none;
    overflow: hidden;
  }

  .image-91 {
    position: absolute;
    top: auto;
    left: auto;
    right: 0;
  }

  .div-block-195 {
    border-top-style: none;
    border-bottom-style: none;
    display: none;
  }

  .text-block-87 {
    text-align: center;
    letter-spacing: 2px;
    font-size: 16px;
  }

  .div-block-197 {
    justify-content: center;
    display: flex;
  }

  .div-block-198 {
    width: 40rem;
    min-width: 40rem;
    max-width: 40rem;
  }

  .div-block-199, .div-block-200 {
    width: 100%;
  }

  .bold-text-2 {
    line-height: 2.5rem;
  }

  .image-92 {
    top: 25%;
    right: auto;
    transform: rotate(90deg);
  }

  .div-block-202, .div-block-204 {
    height: auto;
    min-height: auto;
  }

  .image-94.layer1, .image-94.layer2, .image-94.layer3, .image-94.layer4 {
    width: 350px;
  }

  .div-block-205.headerdescription {
    justify-content: center;
    align-items: center;
  }

  .text-block-88 {
    margin-bottom: 0;
    font-size: 1.8rem;
  }

  .text-block-88.subdescription {
    -webkit-text-stroke-width: 1px;
    font-size: 1rem;
  }

  .text-block-89 {
    right: 0%;
  }

  .div-block-211 {
    justify-content: center;
    align-items: center;
    width: 100%;
    display: flex;
  }

  .div-block-212 {
    position: relative;
    overflow: hidden;
  }

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

  .div-block-215 {
    border-radius: 20px;
    align-items: center;
  }

  .div-block-216 {
    flex-flow: row;
    transform: rotate(90deg);
  }

  .heading-6.advantage {
    white-space: normal;
    height: auto;
    margin-bottom: 25px;
  }

  .text-block-91.advantage {
    width: auto;
  }

  .text-block-91.advantage.item {
    width: 50%;
    font-size: 1rem;
    line-height: 20px;
  }

  .div-block-218 {
    flex-flow: column;
  }

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

  .div-block-220 {
    flex-flow: wrap;
    justify-content: center;
  }

  .div-block-224 {
    flex-flow: column;
  }

  .div-block-225 {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
    flex-flow: column;
    align-items: flex-start;
  }

  .div-block-227 {
    grid-column-gap: 25px;
    grid-row-gap: 25px;
    flex-flow: column;
  }

  .div-block-227.mainfooter {
    flex-flow: column;
  }

  .div-block-229 {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
    flex-flow: column;
    align-items: flex-start;
  }

  .div-block-230 {
    flex-flow: row;
    width: 100%;
  }

  .div-block-231 {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    flex-flow: wrap;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    justify-content: space-around;
    align-items: stretch;
    display: flex;
  }

  .text-block-96, .text-block-96._123 {
    padding-left: 15px;
  }

  .div-block-233 {
    width: 12rem;
    min-width: 12rem;
    height: 12rem;
    min-height: auto;
  }

  .image-101, .image-102 {
    max-width: 50px;
  }

  .div-block-239 {
    grid-column-gap: 15px;
    grid-row-gap: 15px;
    flex-flow: row;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    grid-auto-columns: 1fr;
    justify-content: center;
    place-items: center;
    display: grid;
  }

  .div-block-250 {
    width: 100%;
  }

  .div-block-251 {
    flex-flow: column;
    justify-content: center;
  }

  .div-block-252._123 {
    justify-content: flex-start;
  }

  .div-block-253 {
    flex-flow: column;
    justify-content: center;
    width: 100%;
  }

  .div-block-254 {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    flex-flow: wrap;
    grid-template-rows: auto;
    grid-template-columns: 1fr;
    grid-auto-columns: 1fr;
    justify-content: center;
    align-items: stretch;
    display: grid;
  }

  .div-block-255, .div-block-256 {
    width: 100%;
  }

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

  .div-block-257 {
    width: 25%;
  }

  .div-block-258 {
    justify-content: center;
    align-items: center;
    width: 25%;
    display: flex;
  }

  .div-block-259 {
    width: 25%;
  }

  .image-110 {
    padding-top: 0;
  }

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

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

  .div-block-263, .div-block-264 {
    display: block;
  }

  .div-block-267 {
    grid-column-gap: 25px;
    grid-row-gap: 25px;
    flex-flow: column;
  }

  .div-block-270, .div-block-271 {
    width: 100%;
  }

  .div-block-272 {
    justify-content: center;
    align-items: center;
  }

  .div-block-279 {
    width: 40rem;
  }

  .div-block-281 {
    width: 100%;
  }

  .image-120, .div-block-286 {
    display: none;
  }

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

  .div-block-288 {
    width: 200px;
    font-size: 16px;
  }

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

  .text-block-102, .text-block-104 {
    font-size: 16px;
  }

  .div-block-292 {
    max-width: 100%;
  }

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

  .div-block-296 {
    width: 100%;
    height: 150px;
    padding-top: 0;
    padding-bottom: 0;
    position: relative;
    inset: auto 0% 0% auto;
  }

  .image-121 {
    width: 100%;
  }
}

@media screen and (max-width: 767px) {
  .navbar-no-shadow-container {
    height: 100px;
  }

  .navbar-brand {
    padding-left: 0;
  }

  .nav-menu {
    flex-direction: column;
    padding-bottom: 30px;
    padding-left: 0;
  }

  .nav-link {
    padding-top: 10px;
    padding-bottom: 10px;
    display: inline-block;
  }

  .section {
    padding-top: 50px;
  }

  .heading {
    width: 75%;
  }

  .heading.section-title {
    font-size: 2rem;
  }

  .div-block-3 {
    min-width: 25rem;
    max-width: none;
  }

  .heading-2 {
    width: 80%;
    font-size: 2rem;
  }

  .heading-3 {
    font-size: 18px;
  }

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

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

  .div-block-6 {
    min-width: 25rem;
  }

  .text-block-8 {
    width: 75%;
    font-size: 16px;
  }

  .div-block-8 {
    min-width: 25rem;
  }

  .button {
    font-size: 15px;
  }

  .div-block-9 {
    min-width: 25rem;
  }

  .text-block-10, .text-block-11 {
    text-align: center;
  }

  .image-11 {
    width: 100%;
    min-width: auto;
  }

  .image-11.hrcases {
    width: 100%;
  }

  .section5 {
    padding-top: 50px;
  }

  .div-block-13 {
    min-width: 25rem;
    max-width: none;
  }

  .icon {
    filter: invert();
    mix-blend-mode: normal;
  }

  .div-block-18 {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
    grid-template-columns: 1fr;
    min-width: 25rem;
  }

  .image-24, .image-25, .image-26, .image-27, .image-28 {
    width: 30%;
  }

  .div-block-20 {
    width: 10rem;
    height: 10rem;
    padding: 10px;
  }

  .text-block-17 {
    font-size: 15px;
  }

  .text-block-18 {
    text-align: center;
    font-size: 15px;
    display: block;
  }

  .image-30, .image-31, .image-32, .image-33, .image-34, .image-35, .image-36, .image-37, .image-38, .image-39 {
    width: 30%;
  }

  .div-block-21 {
    width: 10rem;
  }

  .arrow1 {
    pointer-events: auto;
    width: 500%;
    max-width: none;
    top: auto;
    bottom: 500px;
    right: auto;
  }

  .div-block-23 {
    flex-flow: column;
    justify-content: space-between;
    width: 100%;
    margin-top: 50px;
  }

  .div-block-34 {
    width: 15rem;
    max-width: none;
    height: 15rem;
    max-height: none;
  }

  .div-block-36 {
    min-width: 27rem;
    max-width: 40rem;
  }

  .div-block-37, .div-block-38, .text-block-30, .div-block-39, .text-block-31 {
    min-width: auto;
  }

  .div-block-40 {
    justify-content: center;
    align-items: center;
    min-width: auto;
  }

  .text-block-33 {
    min-width: auto;
  }

  .image-44 {
    opacity: 0;
    width: auto;
    min-width: auto;
    max-width: 40%;
  }

  .div-block-43 {
    inset: 0 2% auto auto;
  }

  .text-block-39 {
    font-size: 75px;
  }

  .div-block-44 {
    width: 11rem;
    min-width: auto;
    max-width: none;
    height: 11rem;
    min-height: auto;
    margin-bottom: 40px;
    padding-top: 0;
  }

  .div-block-45 {
    min-width: 27rem;
    height: auto;
    min-height: auto;
    max-height: none;
    padding-top: 30px;
    padding-bottom: 30px;
  }

  .div-block-47 {
    width: 80%;
    margin-top: 40px;
    margin-bottom: 40px;
  }

  .div-block-48 {
    justify-content: center;
    align-items: center;
    height: auto;
    padding: 20px;
  }

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

  .div-block-50 {
    width: 100%;
    min-width: 25rem;
  }

  .div-block-54 {
    min-width: auto;
    max-width: 40rem;
    min-height: auto;
    margin-top: -150px;
  }

  .image-49 {
    opacity: 1;
    inset: 5% auto auto 0%;
  }

  .image-52._2 {
    top: -20px;
  }

  .image-54 {
    opacity: 0;
    left: 893px;
  }

  .div-block-62 {
    width: 100%;
    min-width: 25rem;
  }

  .image-55 {
    opacity: .5;
  }

  .image-56 {
    opacity: 0;
    left: 1000px;
  }

  .div-block-67 {
    flex-flow: column;
    justify-content: center;
    align-items: center;
    margin-top: 0;
    margin-bottom: 0;
    top: 0;
    left: 0;
  }

  .div-block-67.effectivemanagement.second {
    background-color: #232a3b00;
  }

  .div-block-68 {
    justify-content: space-between;
    height: 30rem;
  }

  .div-block-69 {
    width: 14.5rem;
    min-width: 14.5rem;
    height: 14.5rem;
    margin-top: -2px;
  }

  .div-block-70 {
    width: 14.5rem;
    min-width: 14.5rem;
    height: 14.5rem;
    margin-bottom: -1px;
  }

  .div-block-72.effectivemanagement {
    top: -183px;
    left: 28%;
  }

  .div-block-78 {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
  }

  .text-block-61 {
    text-align: left;
    width: auto;
    font-family: Exo, sans-serif;
    font-weight: 700;
    position: static;
  }

  .text-block-61.member-name {
    font-weight: 400;
  }

  .div-block-79-copy {
    width: 100%;
    height: 5rem;
  }

  .image-60 {
    opacity: 0;
    position: absolute;
    left: 1000px;
  }

  .div-block-84 {
    top: 0;
    bottom: auto;
    right: 2%;
  }

  .div-block-87 {
    margin-top: auto;
  }

  .text-block-67 {
    font-size: 75px;
  }

  .text-span-17 {
    color: #ff4500;
    position: static;
  }

  .div-block-91 {
    width: 100%;
  }

  .div-block-93 {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
  }

  .div-block-107 {
    justify-content: center;
    align-items: center;
    padding-bottom: 0;
    padding-right: 0;
    display: flex;
  }

  .heading-4 {
    font-size: 3.5rem;
  }

  .paragraph {
    font-size: 22px;
  }

  .paragraph-2 {
    font-size: 18px;
  }

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

  .modal-window {
    width: 75%;
  }

  .footer-subscribe {
    padding-left: 15px;
    padding-right: 15px;
  }

  .footer-social-block-three {
    grid-column-gap: 50px;
    grid-row-gap: 50px;
    margin-top: 10px;
  }

  .image-65 {
    width: 45px;
  }

  .div-block-141 {
    right: 7px;
  }

  .button-2.modal-link {
    font-size: 8px;
  }

  .image-66 {
    width: 40px;
  }

  .div-block-143 {
    width: 100%;
  }

  .div-block-157, .div-block-158, .div-block-159 {
    width: auto;
    min-width: auto;
    max-width: 40rem;
  }

  .div-block-160 {
    width: 100%;
    min-width: auto;
  }

  .div-block-162 {
    width: auto;
    min-width: 25rem;
    max-width: 40rem;
  }

  .div-block-79-copy-copy {
    width: 100%;
    height: 5rem;
  }

  .div-block-173 {
    flex-flow: column;
  }

  .text-block-79.back-button {
    margin-bottom: 40px;
    padding-left: 0;
  }

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

  .image-81 {
    bottom: 0%;
  }

  .image-83 {
    opacity: 0;
  }

  .div-block-182 {
    width: 8rem;
  }

  .div-block-184 {
    width: 100%;
    min-width: 100%;
    left: 0%;
  }

  .div-block-187 {
    width: 100px;
    right: -160px;
  }

  .div-block-190 {
    width: 100%;
    min-width: 25rem;
  }

  .div-block-196 {
    min-width: auto;
  }

  .text-block-87 {
    margin-top: 30px;
  }

  .div-block-198 {
    width: auto;
    min-width: 25rem;
    max-width: 40rem;
  }

  .bold-text-2 {
    font-size: 15px;
    line-height: 2rem;
  }

  .text-block-90.join-us.direction, .text-block-90.join-us.contact {
    margin-bottom: 0;
  }

  .div-block-224 {
    text-align: left;
    justify-content: flex-start;
    width: 100%;
    margin-bottom: 0;
    padding-top: 25px;
  }

  .div-block-225 {
    flex-flow: row;
    align-items: center;
    width: 100%;
  }

  .div-block-229 {
    flex-flow: column;
  }

  .image-102 {
    max-width: 50px;
  }

  .div-block-239 {
    grid-column-gap: 15px;
    grid-row-gap: 15px;
    flex-flow: row;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    grid-auto-columns: 1fr;
    justify-items: center;
    display: grid;
  }

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

  .image-103 {
    height: 125px;
  }

  .image-103.phoneimage {
    height: 120px;
  }

  .image-110 {
    padding-top: 0;
  }

  .div-block-270 {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    flex-flow: row;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    place-items: center;
    display: grid;
  }

  .div-block-279 {
    width: 36rem;
  }
}

@media screen and (max-width: 479px) {
  .nav-menu {
    flex-direction: column;
  }

  .div-block-2 {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    width: 100%;
    min-width: 14rem;
  }

  .heading {
    text-align: left;
    width: 75%;
    min-width: 10rem;
    font-size: 29px;
    line-height: 30px;
  }

  .heading.section-title {
    width: 100%;
  }

  .div-block-3 {
    min-width: auto;
  }

  .heading-2 {
    width: 100%;
    font-size: 2rem;
    line-height: 2rem;
  }

  .section-3 {
    margin-top: 90px;
    padding-top: 0;
  }

  .div-block-6 {
    min-width: auto;
  }

  .text-block-8 {
    line-height: 20px;
  }

  .div-block-8 {
    min-width: auto;
  }

  .button {
    width: auto;
  }

  .div-block-9 {
    text-align: center;
    align-items: center;
    width: 75%;
  }

  .text-block-9 {
    font-size: 2rem;
    line-height: 2rem;
  }

  .image-11 {
    width: 100%;
  }

  .section5 {
    padding-top: 40px;
  }

  .div-block-13 {
    min-width: 14rem;
  }

  .text-block-14 {
    font-size: 25px;
    line-height: 2rem;
  }

  .text-block-15 {
    line-height: 20px;
  }

  .text-block-15.josh-link {
    -webkit-text-stroke-width: 2.35px;
  }

  .div-block-18 {
    grid-template-rows: auto;
    grid-template-columns: 1fr;
    min-width: 14rem;
  }

  .image-24 {
    width: 50%;
    min-width: 50%;
    max-width: 50%;
  }

  .image-25, .image-26 {
    width: 40%;
    min-width: 40%;
    max-width: 40%;
  }

  .image-27 {
    width: 40%;
    min-width: 40%;
  }

  .image-28 {
    width: 50%;
    min-width: 50%;
    max-width: 50%;
  }

  .div-block-20 {
    min-width: 14rem;
    max-width: 14rem;
    min-height: 14rem;
    max-height: 14rem;
  }

  .text-block-17 {
    font-size: 15px;
    line-height: 18px;
  }

  .image-30, .image-31, .image-32, .image-33, .image-34 {
    width: 50%;
    min-width: 50%;
    max-width: 50%;
  }

  .image-35 {
    width: 40%;
    min-width: 40%;
    max-width: 40%;
  }

  .image-36, .image-37, .image-38, .image-39 {
    width: 50%;
    min-width: 50%;
    max-width: 50%;
  }

  .arrow1 {
    width: 500%;
    max-width: none;
    position: absolute;
    top: -150px;
    bottom: auto;
  }

  .div-block-22, .div-block-22.orangedivforcircle, .div-block-22.divgray {
    width: 14rem;
    height: 14rem;
  }

  .div-block-23 {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
  }

  .text-block-20 {
    padding-top: 0;
    padding-bottom: 0;
    font-family: Noka Hairline, sans-serif;
    font-size: 10px;
    line-height: 11px;
  }

  .text-span-11.pop {
    letter-spacing: 1.5px;
    -webkit-text-stroke-width: 1px;
    font-size: 12px;
    line-height: 18px;
  }

  .text-block-23 {
    font-size: 1.1rem;
  }

  .div-block-30, .div-block-33 {
    width: 14rem;
  }

  .div-block-34 {
    width: 14rem;
    min-width: 14rem;
    height: 14rem;
    min-height: 14rem;
  }

  .div-block-35 {
    width: 14rem;
    height: 14rem;
  }

  .div-block-36 {
    align-items: center;
    min-width: 14rem;
  }

  .text-block-29 {
    text-align: center;
    margin-bottom: 25px;
    font-size: 25px;
    line-height: 2rem;
  }

  .text-block-30 {
    text-align: center;
    font-size: 18px;
  }

  .text-block-31 {
    text-align: center;
    margin-bottom: 25px;
  }

  .image-43 {
    opacity: 0;
  }

  .div-block-43 {
    position: relative;
  }

  .text-block-39 {
    font-size: 75px;
  }

  .div-block-44 {
    opacity: 1;
    border-radius: 500px;
    width: 10rem;
    height: auto;
    display: none;
  }

  .image-46 {
    width: 250px;
    max-width: 200%;
  }

  .div-block-45 {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    min-width: 14rem;
  }

  .text-block-40 {
    text-align: center;
    font-size: 24px;
  }

  .div-block-48 {
    padding: 30px;
  }

  .text-block-42 {
    font-size: 12px;
    line-height: 16px;
  }

  .div-block-50 {
    min-width: 14rem;
    max-width: none;
  }

  .text-block-45 {
    font-size: 25px;
    line-height: 2rem;
  }

  .div-block-52 {
    width: 12rem;
    min-width: 12rem;
  }

  .div-block-54 {
    max-width: none;
  }

  .div-block-55 {
    width: 12rem;
    min-width: 12rem;
    height: 12rem;
    min-height: 12px;
  }

  .text-block-47 {
    justify-content: center;
    align-items: center;
  }

  .div-block-56 {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
  }

  .div-block-58 {
    width: 12rem;
    min-width: 12rem;
    height: 12rem;
  }

  .text-block-48 {
    font-size: 12px;
    font-weight: 400;
    line-height: 17px;
  }

  .image-49 {
    opacity: 0;
  }

  .image-54 {
    top: 0;
    left: 555px;
  }

  .div-block-62 {
    min-width: 14rem;
    max-width: none;
  }

  .text-block-52 {
    font-size: 25px;
    line-height: 2rem;
  }

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

  .div-block-64 {
    padding-top: 30px;
    padding-bottom: 30px;
  }

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

  .image-55 {
    bottom: 225px;
    right: 0;
  }

  .image-56 {
    opacity: 0;
    left: 202%;
  }

  .div-block-65 {
    flex-flow: column;
    width: 100%;
    min-width: 14rem;
    max-width: 14rem;
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .div-block-65.effectivemanagement {
    width: 100%;
    min-width: 14rem;
  }

  .text-block-55 {
    font-size: 25px;
    line-height: 2rem;
  }

  .div-block-67 {
    flex-flow: column;
    justify-content: center;
    align-items: center;
    width: 10rem;
    height: auto;
    margin-top: 0;
    margin-bottom: 0;
    transform: none;
  }

  .div-block-68 {
    width: 12.5rem;
  }

  .div-block-68.effectivemanagment {
    width: 12rem;
  }

  .div-block-69, .div-block-69.effectivemanagment {
    width: 12.5rem;
    min-width: 12.5rem;
    height: 12.5rem;
  }

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

  .div-block-70 {
    background-color: var(--ptz_orange);
    width: 12.5rem;
    min-width: 12.5rem;
    height: 12.5rem;
    position: relative;
    transform: none;
  }

  .div-block-70.effectivemanagment {
    width: 12.5rem;
    height: 12.5rem;
    margin-top: 30px;
  }

  .text-block-57 {
    font-size: 11px;
    line-height: 18px;
  }

  .div-block-72 {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    width: 75%;
  }

  .div-block-72.effectivemanagement {
    top: -180px;
  }

  .div-block-73 {
    width: 12.5rem;
    min-width: 12.5rem;
    height: 12.5rem;
  }

  .text-block-58 {
    font-size: 11px;
    line-height: 18px;
  }

  .div-block-74, .div-block-75 {
    display: none;
  }

  .div-block-78 {
    width: 100%;
  }

  .div-block-81 {
    width: 4rem;
    height: 4rem;
  }

  .text-block-61 {
    font-size: 10px;
  }

  .text-block-61.member-name {
    font-size: 15px;
  }

  .text-block-62 {
    font-size: 10px;
  }

  .text-block-62.member-role {
    text-shadow: 0 1px 1px #0003;
    text-overflow: ellipsis;
    white-space: normal;
    word-break: keep-all;
  }

  .div-block-79-copy {
    height: 4rem;
  }

  .div-block-84 {
    flex-flow: column;
    align-items: center;
    display: flex;
    position: relative;
  }

  .text-block-67 {
    font-size: 75px;
  }

  .image-61 {
    left: 240px;
  }

  .text-span-17 {
    color: #ff4500;
    position: static;
    left: 1rem;
  }

  .div-block-92 {
    width: 14rem;
  }

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

  .div-block-96 {
    width: 14rem;
  }

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

  .div-block-106 {
    justify-content: center;
    align-items: center;
    width: 100%;
    min-width: 14rem;
    max-width: none;
  }

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

  .heading-4, .heading-5 {
    font-size: 3rem;
  }

  .div-block-122 {
    height: 25vh;
  }

  .div-block-127 {
    background-color: var(--backgroundanimationdarkblue);
    height: 150vh;
    display: block;
    overflow: hidden;
  }

  .div-block-128 {
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100vh;
    display: flex;
  }

  .text-block-68, .text-block-69 {
    color: var(--ptz_orange);
    font-family: Ubuntu, Helvetica, sans-serif;
    font-size: 17vw;
    font-weight: 700;
    line-height: 17vw;
  }

  .text-block-71 {
    color: var(--ptz_orange);
    font-family: Exo, sans-serif;
    font-size: 14px;
    line-height: 20px;
  }

  .text-block-72 {
    color: var(--white);
    text-align: center;
    font-size: 12px;
    line-height: 20px;
  }

  .div-block-129 {
    margin-top: 0;
  }

  .div-block-130 {
    display: block;
    position: absolute;
    top: 50%;
  }

  .div-block-131 {
    font-size: 15px;
  }

  .image-64 {
    max-width: 20%;
    margin-bottom: 15px;
  }

  .modal-window {
    width: 95%;
  }

  .div-block-140 {
    height: 75vh;
  }

  .container-3 {
    max-width: none;
  }

  .footer-social-block-three {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
  }

  .footer-social-link-three {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    justify-content: space-between;
    align-items: center;
    width: 2rem;
    display: flex;
  }

  .image-65 {
    width: 50px;
  }

  .div-block-141 {
    width: 75px;
    right: 5px;
  }

  .div-block-142 {
    width: 4.7rem;
    height: 4.7rem;
  }

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

  .div-block-157, .div-block-159, .div-block-160 {
    min-width: 14rem;
    max-width: none;
  }

  .div-block-162 {
    width: 100%;
    min-width: 14rem;
    max-width: none;
    overflow: visible;
  }

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

  .div-block-79-copy-copy {
    height: 4rem;
  }

  .text-span-21, .text-span-22, .text-span-23 {
    font-size: 25px;
  }

  .text-span-24 {
    letter-spacing: 1px;
    -webkit-text-stroke-width: 1px;
    font-size: 12px;
    line-height: 18px;
  }

  .div-block-176 {
    flex-flow: wrap;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .div-block-182 {
    width: 5rem;
  }

  .text-span-27 {
    text-align: left;
  }

  .div-block-184 {
    width: 150%;
    min-width: 150%;
    top: 70%;
    left: auto;
    right: auto;
  }

  .image-87, .image-88.secondarrow {
    width: auto;
    min-width: 15vw;
    max-width: 200px;
  }

  .div-block-187 {
    right: -105px;
  }

  .div-block-190 {
    min-width: 14rem;
    max-width: none;
  }

  .image-91 {
    min-width: 500vw;
    max-width: 500vw;
  }

  .div-block-198 {
    min-width: 14rem;
    max-width: none;
  }

  .div-block-206 {
    margin-bottom: 0;
  }

  .text-block-91.advantage {
    text-align: left;
  }

  .text-block-91.advantage.item {
    width: 100%;
    padding-left: 25px;
    padding-right: 25px;
  }

  .div-block-218 {
    width: 150px;
  }

  .div-block-224 {
    justify-content: flex-start;
  }

  .div-block-225 {
    grid-column-gap: 25px;
    grid-row-gap: 25px;
    text-align: left;
    flex-flow: column;
    align-items: flex-start;
  }

  .div-block-227 {
    margin-left: 0;
    margin-right: 0;
  }

  .div-block-229 {
    text-align: center;
    align-items: center;
  }

  .div-block-230 {
    flex-flow: column;
  }

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

  .div-block-233 {
    width: 13rem;
    height: 13rem;
    min-height: 13rem;
  }

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

  .image-103 {
    height: 80px;
  }

  .image-103.phoneimage {
    height: 75px;
  }

  .div-block-255 {
    grid-column-gap: 25px;
    grid-row-gap: 25px;
    flex-flow: column;
  }

  .div-block-268 {
    justify-content: center;
    display: flex;
  }

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

  .div-block-279 {
    width: 100%;
    min-width: 14rem;
  }

  .div-block-281 {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    border-radius: 999px;
    flex-flow: column;
    justify-content: space-around;
    align-items: center;
    width: 200px;
  }

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

  .div-block-290 {
    flex: 0 auto;
    display: none;
  }

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

  .div-block-296 {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    width: 200px;
    height: 200px;
    padding-top: 10px;
    padding-bottom: 10px;
    font-size: 12px;
    line-height: 14px;
  }

  .text-block-105, .text-block-106 {
    font-size: 13px;
    line-height: 15px;
  }

  .text-block-107 {
    font-size: 32px;
  }
}

#w-node-_65acad6c-91dd-85f7-f60c-e608b2e67a8c-afb7fcad, #w-node-_65acad6c-91dd-85f7-f60c-e608b2e67a8d-afb7fcad, #w-node-_65acad6c-91dd-85f7-f60c-e608b2e67a8e-afb7fcad, #w-node-_65acad6c-91dd-85f7-f60c-e608b2e67a8f-afb7fcad, #w-node-_65acad6c-91dd-85f7-f60c-e608b2e67a90-afb7fcad, #w-node-_65acad6c-91dd-85f7-f60c-e608b2e67a91-afb7fcad, #w-node-_65acad6c-91dd-85f7-f60c-e608b2e67a92-afb7fcad, #w-node-_65acad6c-91dd-85f7-f60c-e608b2e67a93-afb7fcad, #w-node-_65acad6c-91dd-85f7-f60c-e608b2e67a94-afb7fcad {
  place-self: center;
}

#w-node-_65acad6c-91dd-85f7-f60c-e608b2e67a95-afb7fcad {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: center;
}

#w-node-_65acad6c-91dd-85f7-f60c-e608b2e67a96-afb7fcad, #w-node-_65acad6c-91dd-85f7-f60c-e608b2e67a97-afb7fcad, #w-node-_65acad6c-91dd-85f7-f60c-e608b2e67a98-afb7fcad, #w-node-_65acad6c-91dd-85f7-f60c-e608b2e67a99-afb7fcad, #w-node-_65acad6c-91dd-85f7-f60c-e608b2e67a9a-afb7fcad, #w-node-_65acad6c-91dd-85f7-f60c-e608b2e67a9b-afb7fcad, #w-node-_65acad6c-91dd-85f7-f60c-e608b2e67a9c-afb7fcad, #w-node-ce2491f9-d005-ccbd-6809-b6533a7f17c1-afb7fcad {
  place-self: center;
}

#w-node-_93107842-715b-e715-b07c-edde97586e17-afb7fcad {
  grid-area: Area-3;
  place-self: center;
}

#w-node-_35304b36-dcf3-d06d-271d-e5bed07e99d1-d07e99c5, #w-node-_35304b36-dcf3-d06d-271d-e5bed07e99d9-d07e99c5, #w-node-_35304b36-dcf3-d06d-271d-e5bed07e99e1-d07e99c5, #w-node-_35304b36-dcf3-d06d-271d-e5bed07e99e9-d07e99c5, #w-node-_35304b36-dcf3-d06d-271d-e5bed07e99f1-d07e99c5, #w-node-_35304b36-dcf3-d06d-271d-e5bed07e99f9-d07e99c5, #w-node-_35304b36-dcf3-d06d-271d-e5bed07e9a01-d07e99c5, #w-node-_35304b36-dcf3-d06d-271d-e5bed07e9a09-d07e99c5, #w-node-_35304b36-dcf3-d06d-271d-e5bed07e9a11-d07e99c5, #w-node-e6889330-facb-0a59-20b2-42bfb9c9d9fb-d07e99c5, #w-node-_526936bd-60ff-d017-39d6-f0719ca7c4a0-d07e99c5, #w-node-_013fd16a-0ffc-6950-dc3e-2d9a756a0528-d07e99c5 {
  place-self: auto;
}

@media screen and (max-width: 991px) {
  #w-node-_65acad6c-91dd-85f7-f60c-e608b2e67a8c-afb7fcad {
    grid-area: span 1 / span 1 / span 1 / span 1;
    place-self: center;
  }

  #w-node-_35304b36-dcf3-d06d-271d-e5bed07e99d1-d07e99c5 {
    grid-area: span 1 / span 1 / span 1 / span 1;
    place-self: auto;
  }
}


@font-face {
  font-family: 'Helveticaneueroman';
  src: url('../fonts/HelveticaNeueItalic.ttf') format('truetype');
  font-weight: 400;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Noka Hairline';
  src: url('../fonts/Noka-Hairline.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Noka Hairline';
  src: url('../fonts/Noka-Hairline.ttf') format('truetype');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Noka Hairline';
  src: url('../fonts/Noka-Hairline.ttf') format('truetype');
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Noka Hairline';
  src: url('../fonts/Noka-Hairline.ttf') format('truetype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Noka Hairline';
  src: url('../fonts/Noka-Hairline.ttf') format('truetype');
  font-weight: 800;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Noka Hairline';
  src: url('../fonts/Noka-Hairline.ttf') format('truetype');
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Alfarn';
  src: url('../fonts/Alfarn-Regular.ttf') format('truetype'), url('../fonts/Alfarn-Regular.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: auto;
}
@font-face {
  font-family: 'Alfarn';
  src: url('../fonts/Alfarn-Regular.ttf') format('truetype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Helveticaneueroman';
  src: url('../fonts/HelveticaNeueRoman.otf') format('opentype'), url('../fonts/HelveticaNeueRoman.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Helveticaneueroman';
  src: url('../fonts/HelveticaNeueHeavyItalic.otf') format('opentype'), url('../fonts/HelveticaNeueBlackItalic.otf') format('opentype');
  font-weight: 900;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Helveticaneueroman';
  src: url('../fonts/HelveticaNeueHeavy.otf') format('opentype'), url('../fonts/HelveticaNeueBlack.otf') format('opentype');
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Helveticaneueroman';
  src: url('../fonts/HelveticaNeueBoldItalic.otf') format('opentype');
  font-weight: 700;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Helveticaneueroman';
  src: url('../fonts/HelveticaNeueThin.otf') format('opentype');
  font-weight: 100;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Helveticaneueroman';
  src: url('../fonts/HelveticaNeueLight.otf') format('opentype');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Helveticaneueroman';
  src: url('../fonts/HelveticaNeueUltraLightItalic.otf') format('opentype');
  font-weight: 200;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Helveticaneueroman';
  src: url('../fonts/HelveticaNeueThinItalic.otf') format('opentype');
  font-weight: 100;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Helveticaneueroman';
  src: url('../fonts/HelveticaNeueBold.otf') format('opentype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Helveticaneueroman';
  src: url('../fonts/HelveticaNeueMediumItalic.otf') format('opentype');
  font-weight: 500;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Helveticaneueroman';
  src: url('../fonts/HelveticaNeueLightItalic.otf') format('opentype');
  font-weight: 300;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Helveticaneueroman';
  src: url('../fonts/HelveticaNeueMedium.otf') format('opentype');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Helveticaneueroman';
  src: url('../fonts/HelveticaNeueUltraLight.otf') format('opentype');
  font-weight: 200;
  font-style: normal;
  font-display: swap;
}