:root {
  --text: #7a7b8a;
  --black: black;
  --white: white;
  --purple-2: #6335eb;
  --8969f4: #a78dff;
  --bg: #1b1a1a;
  --pink-red: #f71a8b;
  --color-2: #c1ff5e;
  --purple: #4332d2;
  --text-white-bkg: #b2b2b2;
  --dark-slate-grey: #3d3d3d;
  --dark-sea-green: #b3c2af;
  --darker-green: #798477;
  --gold: #ffbe5f;
  --seashell: #fffcf5;
  --orange: #f60;
  --c45883: var(--orange);
  --color: white;
}

body {
  color: #1a1b1f;
  font-family: Poppins;
  font-size: 16px;
  font-weight: 400;
  line-height: 28px;
}

h1 {
  color: #fff;
  margin-top: 20px;
  margin-bottom: 15px;
  font-size: 44px;
  font-weight: 400;
  line-height: 62px;
}

h2 {
  color: #fff;
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 36px;
  font-weight: 400;
  line-height: 50px;
}

h3 {
  color: #fff;
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 30px;
  font-weight: 400;
  line-height: 46px;
}

h4 {
  color: var(--text);
  text-align: left;
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 20px;
  font-weight: 300;
  line-height: 28px;
}

h5 {
  color: #fff;
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 20px;
  font-weight: 500;
  line-height: 34px;
}

h6 {
  color: #fff;
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 16px;
  font-weight: 500;
  line-height: 28px;
}

p {
  margin-bottom: 10px;
}

a {
  color: #1a1b1f;
  text-decoration: underline;
  transition: opacity .2s;
  display: block;
}

a:hover {
  color: #32343a;
}

a:active {
  color: #43464d;
}

ul {
  margin-top: 20px;
  margin-bottom: 10px;
  padding-left: 40px;
  list-style-type: disc;
}

li {
  margin-bottom: 10px;
}

img {
  display: block;
}

label {
  letter-spacing: 1px;
  text-transform: uppercase;
  margin-bottom: 10px;
  font-size: 12px;
  font-weight: 500;
  line-height: 20px;
}

blockquote {
  border-left: 5px solid #e2e2e2;
  margin-top: 25px;
  margin-bottom: 25px;
  padding: 15px 30px;
  font-size: 20px;
  line-height: 34px;
}

figure {
  margin-top: 25px;
  padding-bottom: 20px;
}

figcaption {
  opacity: .6;
  text-align: center;
  margin-top: 5px;
  font-size: 14px;
  line-height: 26px;
}

.header {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  position: static;
  inset: auto 0% 0%;
}

.header.cc-cta {
  background-color: #f4f4f4;
  margin-left: 5%;
  margin-right: 5%;
  padding-left: 80px;
  padding-right: 80px;
  display: none;
}

.container {
  width: 100%;
  max-width: 1140px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.tiny-text {
  font-size: 12px;
  line-height: 20px;
}

.tiny-text.white {
  color: #ffffff80;
  text-align: left;
  border: 1px #000;
  flex-flow: row;
  flex: 0 auto;
  justify-content: flex-start;
  align-items: center;
  font-family: DM Sans;
  font-size: 11px;
  font-weight: 500;
  display: flex;
}

.tiny-text.black-2 {
  color: #00000080;
  text-align: left;
  border: 1px #000;
  flex-flow: row;
  flex: 0 auto;
  justify-content: flex-start;
  align-items: center;
  font-family: DM Sans;
  font-size: 11px;
  font-weight: 500;
  display: flex;
}

.paragraph-bigger {
  opacity: 1;
  margin-bottom: 10px;
  font-size: 20px;
  font-weight: 400;
  line-height: 34px;
}

.paragraph-bigger.cc-bigger-light {
  opacity: .6;
}

.button {
  color: #fff;
  letter-spacing: 2px;
  text-transform: uppercase;
  background-color: #1a1b1f;
  border: 1px #ffffff4d;
  border-bottom-style: solid;
  border-radius: 1px;
  margin-right: 0;
  padding: 12px 0;
  font-size: 12px;
  line-height: 20px;
  text-decoration: none;
  transition: background-color .4s, opacity .4s, color .4s;
  display: none;
  position: relative;
  transform: translate(0);
}

.button:hover {
  color: #fff;
  background-color: #32343a;
}

.button:active {
  background-color: #43464d;
}

.button.cc-jumbo-button {
  padding: 16px 35px;
  font-size: 14px;
  line-height: 26px;
  display: block;
}

.button.cc-contact-us {
  z-index: 5;
  display: none;
  position: relative;
}

.button.cc-white-button {
  color: #202020;
  background-color: #fff;
  padding: 16px 35px;
  font-size: 14px;
  line-height: 26px;
}

.button.cc-white-button:hover {
  background-color: #fffc;
}

.button.cc-white-button:active {
  background-color: #ffffffe6;
}

.heading-jumbo {
  color: var(--black);
  text-transform: none;
  border-radius: 0;
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 64px;
  font-weight: 700;
  line-height: 80px;
}

.heading-jumbo-small {
  text-align: left;
  text-transform: none;
  margin-top: 0;
  margin-bottom: 15px;
  font-size: 14px;
  font-weight: 400;
  line-height: 28px;
}

.logo-link {
  z-index: 1;
}

.logo-link:hover {
  opacity: .8;
}

.logo-link:active {
  opacity: .7;
}

.menu {
  z-index: 0;
  flex-direction: row;
  flex: 0 auto;
  justify-content: flex-end;
  align-items: center;
  display: flex;
  position: absolute;
  inset: 0%;
}

.navigation-wrap {
  z-index: 1000;
  flex: 1;
  justify-content: space-between;
  align-self: auto;
  align-items: center;
  display: flex;
  position: relative;
  inset: auto;
}

.navigation {
  background-color: #0000;
  flex-wrap: nowrap;
  justify-content: space-between;
  align-items: center;
  width: auto;
  margin-left: 4.4vw;
  margin-right: 4.4vw;
  padding: 50px 0 0;
  display: flex;
  position: fixed;
  inset: 0% 0% auto;
}

.navigation-item {
  opacity: .6;
  color: var(--black);
  text-align: center;
  letter-spacing: 1px;
  text-transform: uppercase;
  background-color: #0000;
  padding-top: 20px;
  padding-bottom: 20px;
  font-size: 14px;
  font-weight: 400;
  line-height: 80px;
  display: block;
  position: relative;
}

.navigation-item:hover {
  opacity: .9;
}

.navigation-item:active {
  opacity: .8;
}

.navigation-item.w--current {
  opacity: 1;
  color: #1a1b1f;
  font-weight: 600;
}

.navigation-item.w--current:hover {
  opacity: .8;
  color: #32343a;
}

.navigation-item.w--current:active {
  opacity: .7;
  color: #32343a;
}

.menu-button {
  z-index: auto;
  position: relative;
}

.menu-button.w--open {
  z-index: 5;
  background-color: #0000;
}

.logo-image {
  display: none;
}

.navigation-items {
  background-color: var(--white);
  text-align: left;
  flex-flow: row;
  flex: none;
  place-content: center;
  align-self: center;
  align-items: center;
  line-height: 90px;
  display: flex;
  position: absolute;
  inset: 0%;
}

.footer-wrap {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-top: 70px;
  padding-bottom: 75px;
  display: flex;
}

.copyright-link {
  color: #ffffff80;
  cursor: none;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  margin-top: 0;
  padding-left: 5px;
  padding-right: 5px;
  text-decoration: none;
  transition-property: none;
  display: flex;
}

.copyright-link:hover {
  opacity: 1;
  color: #fff;
}

.copyright-link.w--current {
  justify-content: flex-start;
  margin-top: 0;
}

.copyright-link.black {
  color: #00000080;
}

.copyright-link.black:hover {
  color: var(--purple-2);
}

.logo-tiny {
  filter: none;
  display: block;
}

.cta-text {
  width: 70%;
  margin-bottom: 35px;
  margin-left: auto;
  margin-right: auto;
}

.cta-wrap {
  text-align: center;
  justify-content: center;
  padding-top: 110px;
  padding-bottom: 120px;
  display: flex;
}

.status-message {
  color: #fff;
  text-align: center;
  background-color: #202020;
  padding: 9px 30px;
  font-size: 14px;
  line-height: 26px;
}

.status-message.cc-error-message {
  background-color: #db4b68;
}

.text-field {
  border: 1px solid #e4e4e4;
  border-radius: 0;
  margin-bottom: 18px;
  padding: 21px 20px;
  font-size: 14px;
  line-height: 26px;
  transition: border-color .4s;
}

.text-field:hover {
  border-color: #e3e6eb;
}

.text-field:active, .text-field:focus {
  border-color: #43464d;
}

.text-field::placeholder {
  color: #32343a66;
}

.protected-form {
  flex-direction: column;
  display: flex;
}

.protected-wrap {
  justify-content: center;
  padding-top: 90px;
  padding-bottom: 100px;
  display: flex;
}

.protected-heading {
  margin-bottom: 30px;
}

.utility-page-wrap {
  color: #fff;
  text-align: center;
  justify-content: center;
  align-items: center;
  width: 100vw;
  max-width: 100%;
  height: 100vh;
  max-height: 100%;
  padding: 30px;
  display: flex;
}

._404-wrap {
  background-color: #1a1b1f;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  padding: 30px;
  display: flex;
}

._404-content-wrap {
  margin-bottom: 20px;
}

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

.mouse-icon {
  z-index: 1500;
  flex-flow: row;
  justify-content: flex-start;
  align-self: flex-start;
  align-items: flex-start;
  margin-top: 70px;
  padding-bottom: 0;
  display: flex;
  position: relative;
}

.nav1-logo-wrapper {
  z-index: 999;
  flex: none;
  justify-content: center;
  align-items: center;
  width: 90px;
  margin-top: 3%;
  margin-left: 5%;
  padding-bottom: 15px;
  text-decoration: none;
  display: flex;
  position: fixed;
  inset: 0% auto auto 0%;
}

.logo {
  color: #000;
  text-decoration: none;
  display: flex;
}

.logo.w--current {
  text-decoration: none;
  display: flex;
}

.menu-text {
  z-index: 99;
  color: #fff;
  text-align: left;
  letter-spacing: -7px;
  text-transform: none;
  font-family: DM Sans;
  font-size: 130px;
  font-weight: 400;
  line-height: 80px;
  transition: transform .28s;
  position: relative;
}

.menu-text:hover {
  color: var(--white);
  letter-spacing: 0;
  font-family: Canela Trial, sans-serif;
  font-style: normal;
  font-weight: 100;
  line-height: 80px;
}

.menu-text.height {
  margin-top: 25px;
  padding-bottom: 0;
}

.menu-text.italic.xl {
  letter-spacing: 2px;
  margin-left: 20px;
  font-family: Canela Trial, sans-serif;
  font-size: 54px;
  font-style: italic;
  font-weight: 100;
  line-height: 80px;
}

.d-88-menu-trigger-wrapper {
  z-index: 9998;
  color: #0000;
  cursor: pointer;
  flex-direction: column;
  justify-content: center;
  align-items: flex-end;
  width: 30px;
  height: 30px;
  margin-top: 3%;
  margin-right: 5%;
  display: flex;
  position: fixed;
  inset: 0% 0% auto auto;
}

.d-88-trigger-line {
  background-color: var(--black);
  border-radius: 5px;
  width: 30px;
  height: 2px;
  position: absolute;
}

.div-block-26 {
  flex-direction: column;
  justify-content: flex-end;
  align-self: flex-end;
  align-items: center;
  width: 97%;
  height: 90vh;
  margin-left: auto;
  margin-right: auto;
  font-family: DM Sans;
  font-weight: 500;
  display: flex;
  overflow: hidden;
}

.menu-text-block {
  border-bottom: 1px solid #ffffff80;
  width: 100%;
  padding-top: 20px;
  padding-bottom: 20px;
  text-decoration: none;
  transition: opacity .2s;
  display: flex;
}

.menu-text-block:hover {
  opacity: 1;
  color: #353535;
}

.menu-text-block.w--current {
  border-bottom: 1px solid #ffffff4d;
  width: 100%;
  padding-top: 20px;
  padding-bottom: 20px;
  font-size: 1em;
  line-height: 1.3;
  transition: opacity .2s;
  display: block;
}

.menu-text-block.w--current:hover {
  opacity: 1;
  font-family: DM Sans;
  font-weight: 400;
}

.menu-text-block.social {
  font-size: 7px;
}

.nav-content {
  z-index: 2000;
  color: #0000;
  background-color: #0000;
  border-radius: 0;
  flex-flow: row;
  flex: 0 auto;
  order: 0;
  justify-content: center;
  align-self: auto;
  align-items: flex-end;
  width: 100%;
  height: 100vh;
  padding-left: 100px;
  padding-right: 100px;
  display: block;
  position: relative;
  inset: 0% 0% auto;
}

.nav-menu {
  z-index: 1000;
  color: #919191;
  background-color: #0000;
  justify-content: flex-start;
  align-self: flex-end;
  align-items: stretch;
  display: none;
  position: fixed;
  inset: 0% 0% auto;
}

.cursor-wrapper {
  z-index: 100000;
  border-radius: 30px;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  display: flex;
  position: fixed;
  inset: 0%;
}

.cursor-circle {
  z-index: 1000000;
  background-color: var(--8969f4);
  color: #6335eb;
  border: 1px #00000030;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  width: 18px;
  height: 18px;
  transition: opacity .2s;
  display: flex;
  position: absolute;
}

.main {
  cursor: none;
  background-color: #fff;
  border: 25px solid #fff;
  border-bottom-style: none;
  border-radius: 8px;
}

.main.no-border {
  background-color: #0000;
  border-style: none;
  border-color: #fffcf5;
  font-family: DM Sans;
}

.body {
  z-index: 1;
  color: #fff;
  cursor: auto;
  border-bottom-right-radius: 30px;
  border-bottom-left-radius: 30px;
  font-family: Jost, sans-serif;
  font-weight: 400;
  text-decoration: none;
  position: static;
}

.navigation-2 {
  cursor: auto;
  font-family: Prata;
  text-decoration: none;
  display: flex;
}

.white {
  color: var(--white);
  font-weight: 300;
}

.scroll-top {
  justify-content: center;
  align-items: center;
  width: 50px;
  height: 50px;
  transition: opacity .2s;
  display: flex;
  position: fixed;
  inset: auto 4.5% 30% auto;
}

.scroll-top.w--current {
  filter: grayscale();
  justify-content: center;
  align-items: center;
  text-decoration: none;
  transition: opacity .2s;
  display: flex;
  position: absolute;
  inset: 20% 5% auto auto;
}

.image-6 {
  border: 1px #000;
  width: 30px;
  height: 30px;
  transition: transform .28s;
  display: block;
  transform: rotate(-90deg);
}

.image-6:hover {
  transform: translate(0, -10px)rotate(-90deg);
}

.footer-desktop {
  z-index: 1;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  background-color: var(--black);
  flex-direction: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-end;
  align-items: center;
  width: 100%;
  height: 60vh;
  margin-top: 0;
  margin-left: 0;
  margin-right: 0;
  display: flex;
  position: sticky;
  inset: auto 0% 0%;
}

.footer-desktop.black {
  z-index: 3;
  background-color: var(--white);
  position: relative;
  inset: auto 0% 0%;
}

.d-135-card-wrapper {
  flex: 1;
  justify-content: center;
  align-items: center;
  margin-left: 0;
  margin-right: 0;
  text-decoration: none;
  display: flex;
  position: relative;
}

.menu_underline {
  transform-origin: 0%;
  background-color: #ffffff80;
  width: 40px;
  height: 2px;
  margin-top: -4px;
  display: none;
  position: relative;
}

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

.smooth-wrapper.bkg-color {
  z-index: 5;
  background-color: var(--black);
  border-bottom-right-radius: 30px;
  border-bottom-left-radius: 30px;
  flex-direction: column;
  display: flex;
  position: static;
}

.page-transition {
  z-index: 3000;
  background-color: var(--bg);
  width: 100%;
  height: 100vh;
  display: block;
  position: fixed;
  inset: 0%;
}

.menu-link {
  color: #ffffff7a;
  border-bottom: 0 solid #f8f8f833;
  padding: 1em 0;
  transition: color .3s;
  display: flex;
  position: relative;
  overflow: hidden;
}

.menu-link:hover {
  color: #f8f8f8;
  text-decoration: none;
  transform: translate(0);
}

.menu-link:focus {
  text-decoration: none;
}

.menu-link.w--current {
  color: #fff;
  border-bottom-width: 0;
}

.menu-link.w--current:hover {
  text-decoration: none;
}

.menu-button-2 {
  z-index: 991;
  background-color: #1717174d;
  border-radius: 50%;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  width: 70px;
  height: 70px;
  margin-top: 20px;
  margin-right: 20px;
  padding: 0;
  transition: background-color .3s;
  display: flex;
  position: fixed;
  inset: 0% 0% auto auto;
}

.menu-button-2:hover {
  background-color: #ffffff0f;
  border-radius: 50%;
}

.menu-button-2:focus {
  background-color: #ffffff0d;
}

.menu-button-2.w--open {
  color: #171717;
  background-color: #171717;
}

.menu-button-2.w--open:hover {
  background-color: #ffffff14;
}

.columns-3 {
  flex-direction: row;
  justify-content: center;
  align-self: center;
  align-items: center;
  width: 100%;
  display: none;
}

.column-8 {
  margin-top: 90px;
  padding-right: 100px;
}

.rotate-circle-top {
  z-index: 500;
  float: none;
  clear: none;
  object-fit: fill;
  flex: 0 auto;
  order: 1;
  align-self: auto;
  width: 40%;
  margin-left: 0;
  padding: 0;
  position: absolute;
  inset: 20% auto 0% -20%;
}

.rotate-circle-top.quote-text {
  filter: invert();
  inset: 17px 0% 0;
  order: -1;
  width: 80%;
  margin-bottom: 0;
  display: block;
  position: static;
  inset: 17px 0% 0;
}

.heading-7 {
  color: var(--white);
  letter-spacing: -.04em;
  text-transform: uppercase;
  align-self: flex-end;
  margin-top: 0;
  margin-bottom: 0;
  font-family: DM Sans;
  font-size: 90px;
  font-weight: 400;
  line-height: .7em;
}

.heading-7.black {
  color: var(--black);
}

.copyright-grid {
  z-index: 2;
  grid-column-gap: 200px;
  grid-row-gap: 16px;
  border-top: 1px solid #00000026;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  width: 85.5%;
  padding-top: 2vh;
  padding-bottom: 5vh;
  display: none;
  position: relative;
}

.lotttie-leaf {
  z-index: 36;
  align-self: flex-start;
  width: 15em;
  margin-top: 0;
  position: relative;
  top: -141px;
  bottom: 0;
  left: 10%;
}

.lotttie-leaf._2 {
  flex-flow: row;
  align-self: flex-start;
  width: 9%;
  margin-left: 0;
  margin-right: 20px;
  padding-bottom: 0;
  display: none;
  position: static;
  top: 0;
  left: auto;
}

.transition-bg {
  z-index: 1;
  flex-direction: column;
  justify-content: flex-start;
  align-items: stretch;
  display: flex;
  position: absolute;
  inset: 0%;
}

.transition-lottie {
  filter: hue-rotate(2deg);
  width: 100%;
  margin-bottom: -5px;
  position: relative;
}

.footer-wrap-col {
  z-index: 2;
  grid-column-gap: 38px;
  grid-row-gap: 38px;
  border-bottom: 1px #00000026;
  flex-flow: column;
  order: 0;
  justify-content: space-between;
  align-self: auto;
  align-items: stretch;
  width: 90%;
  height: 40%;
  margin-left: 5%;
  margin-right: 5%;
  padding-top: 0;
  padding-bottom: 3vh;
  display: block;
  position: relative;
}

.column-12 {
  margin-bottom: 0;
  padding-left: 150px;
}

.column-11-copy {
  text-align: right;
  flex-flow: row;
  justify-content: flex-end;
  align-self: flex-end;
  align-items: center;
  margin-top: 15px;
  padding-left: 0;
  padding-right: 0;
  display: flex;
  position: relative;
  inset: auto;
}

.link-2 {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-top: 100px;
  text-decoration: none;
  display: flex;
}

.transition2 {
  z-index: 10000;
  width: 100%;
  height: 100vh;
  display: none;
  position: fixed;
  inset: 0% 0% auto;
  transform: none;
}

.transition-trigger2 {
  z-index: 20;
  padding: 0;
  display: block;
}

.transition-content2 {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100vh;
  display: flex;
  position: absolute;
  inset: 0%;
}

.transition-color-2 {
  background-color: var(--purple-2);
  filter: hue-rotate(2deg);
  width: 100%;
  height: 100%;
  position: relative;
}

.transition-color-border-2 {
  background-color: var(--purple-2);
  width: 100%;
  height: 10px;
  margin-bottom: -8px;
  position: absolute;
  inset: auto 0% 0%;
}

.letter-j {
  padding-top: 0;
  padding-bottom: 0;
  font-family: Montserrat, sans-serif;
  font-size: 30px;
  text-decoration: none;
  position: relative;
  left: 3%;
}

.letter-o {
  padding-top: 0;
  padding-bottom: 0;
  font-family: Montserrat, sans-serif;
  font-size: 30px;
  font-style: normal;
  font-weight: 400;
  text-decoration: none;
  position: relative;
  left: 3%;
}

.letter-o.o-italic {
  margin-top: -2px;
  padding-top: 0;
  padding-bottom: 0;
  font-family: Canela Trial, sans-serif;
  font-weight: 300;
}

.div-block-70 {
  text-align: left;
  flex-flow: column;
  align-self: flex-start;
  align-items: flex-start;
  display: flex;
}

.text-link {
  color: #000;
  letter-spacing: -.4px;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 20px;
  line-height: 27px;
  text-decoration: none;
}

.text-link:hover {
  color: var(--pink-red);
}

.text-link.sm {
  color: var(--white);
  font-size: 17px;
}

.text-link.sm:hover {
  color: var(--color-2);
}

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

.text-link.sm.black:hover {
  color: var(--purple-2);
}

.horizontal-trigger {
  position: absolute;
  inset: 0% 0% auto;
}

.link {
  color: #000;
  white-space: nowrap;
  text-decoration: none;
  position: relative;
}

.link.wavy-link {
  display: flex;
}

.link.wavy-link.footer {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  align-self: auto;
  margin-right: 30px;
  display: block;
}

.link.wavy-link.footer.last {
  margin-right: 0;
}

.link.curved-underline {
  flex-flow: row;
  align-items: center;
  font-weight: 700;
  text-decoration: none;
  display: flex;
}

.line-graphic.footer {
  margin-left: -250px;
  position: relative;
}

.custom-styles {
  display: block;
}

.custom-styles.footer {
  position: relative;
}

.background {
  z-index: 1;
  flex-flow: column;
  justify-content: flex-start;
  align-items: stretch;
  width: 100%;
  height: 101%;
  display: flex;
  position: absolute;
  top: 0%;
  left: 0%;
  right: 0%;
}

.background__fill {
  background-color: var(--purple-2);
  width: 100%;
  height: 100%;
  display: block;
}

.background__lottie {
  background-color: #0000;
  width: 100%;
  margin-top: -1%;
  display: block;
}

.button-2 {
  color: #fff;
  text-align: center;
  text-transform: uppercase;
  background-color: #0000;
  border: 1px solid #2e313a;
  border-radius: 100rem;
  padding: .75rem 1.05rem .75rem 1.15rem;
  font-size: .875rem;
  font-weight: 500;
  text-decoration: none;
}

.curve-arrow {
  background-color: #000;
  border: 1px solid #e7eeee;
  border-radius: 100rem;
  justify-content: center;
  align-items: center;
  width: 3.1rem;
  height: 3.1rem;
  display: flex;
  position: absolute;
  top: .5rem;
}

.home-faq-item {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  cursor: pointer;
  background-color: #ddd0;
  border-top: 1px solid #e7eeee;
  border-bottom: 1px #e7eeee;
  flex-direction: column;
  flex: 0 auto;
  grid-template-rows: auto;
  grid-template-columns: auto 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-end;
  place-items: stretch stretch;
  width: 100%;
  padding: 0;
  transition: all .8s cubic-bezier(.215, .61, .355, 1);
  display: flex;
}

.home-faq-item.w--current {
  background-color: #ddd0;
  overflow: hidden;
}

.home-faq-top {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  border-bottom: 1px #e7eeee;
  border-left: 1px #e7eeee;
  border-right: 1px #e7eeee;
  flex-direction: row;
  grid-template-rows: auto;
  grid-template-columns: 5rem 1fr auto;
  grid-auto-columns: 1fr;
  justify-content: start;
  place-items: center start;
  width: 100%;
  padding-top: 3.25rem;
  padding-bottom: 3.25rem;
  display: grid;
}

.text-block-15 {
  color: #fff;
  letter-spacing: -2px;
  font-size: 45px;
  font-weight: 400;
  line-height: 1.1em;
  transition: transform .28s;
}

.text-block-15:hover {
  color: var(--color-2);
  transform: translate(20px);
}

.text-block-15.black {
  color: #000;
}

.text-block-15.black:hover {
  color: var(--purple-2);
}

.hidden {
  display: none;
}

.accordion-item {
  border-top: 2px solid #d8d8d8;
  border-bottom: 1px solid #d8d8d8;
  flex-direction: column;
  align-items: flex-end;
  width: 100%;
  padding: 4em 2em;
  display: flex;
}

.menu-email {
  z-index: 99;
  color: #fff;
  text-align: left;
  letter-spacing: -2px;
  font-family: DM Sans;
  font-size: 3.9em;
  font-weight: 300;
  line-height: 1.4em;
  transition: transform .28s;
  position: relative;
}

.menu-email:hover {
  color: var(--pink-red);
  transform: translate(25px);
}

.menu-email.social {
  letter-spacing: 0;
  margin-bottom: 15px;
  font-size: 2.9em;
  font-weight: 100;
}

.div-block-73 {
  justify-content: flex-start;
  margin-top: 10px;
  margin-bottom: 10px;
  transition: transform .28s;
  display: flex;
}

.div-block-73:hover {
  transform: translate(50px);
}

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

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

.page {
  z-index: 50;
  justify-content: center;
  align-items: center;
  min-height: 100vh;
  display: flex;
  position: relative;
  overflow: hidden;
}

.heading-12 {
  color: #000;
  font-family: Montserrat, sans-serif;
  font-size: 30vh;
}

.italic-text-2, .italic-text-3 {
  font-style: normal;
  font-weight: 400;
}

.div-block-74 {
  font-family: DM Sans;
  font-weight: 100;
}

.loading-text {
  color: #fff;
  text-align: center;
  text-transform: uppercase;
  margin: 0 auto 5px;
  font-size: 25px;
  font-weight: 600;
  line-height: 25px;
  display: none;
  position: static;
}

.italic {
  letter-spacing: 0;
  text-transform: uppercase;
  vertical-align: baseline;
  margin-bottom: 10px;
  padding-bottom: 0;
  font-family: Canela Trial, sans-serif;
  font-size: 25px;
  font-weight: 100;
  line-height: 27px;
  display: inline;
}

.italic.footer {
  font-size: 84px;
  font-weight: 300;
}

.italic.email {
  letter-spacing: -2px;
  font-size: 32px;
  font-weight: 100;
  line-height: 27px;
}

.italic.social {
  text-transform: none;
}

.div-block-79 {
  width: 90%;
  margin-top: 12.5vh;
  margin-bottom: 2vh;
}

.div-block-81 {
  flex-flow: row;
  align-items: flex-start;
  display: flex;
}

.lottie-animation-5 {
  align-self: flex-end;
  margin-bottom: -15px;
}

.image-menu-div {
  align-self: flex-end;
  width: 200px;
  margin-right: 50px;
}

.image-menu-1, .image-menu-2, .image-menu-3 {
  border-radius: 20px;
  width: 180px;
  height: 130px;
}

.text-block-16 {
  margin-top: -20px;
}

.loader_column {
  background-color: #000;
  width: 25%;
  height: 100%;
}

.loader_column.is-1 {
  background-color: #0000;
  border: 1px #000;
  border-right: 1px solid #ffffff40;
}

.loader_column.is-1.no-border {
  border-right-style: none;
}

.cs-row {
  justify-content: space-between;
  height: 100vh;
  display: flex;
  position: relative;
}

.cs-col {
  width: 50%;
}

.cs-col.is--left {
  border: 1px #ffffff40;
  border-right-style: solid;
  width: 13%;
}

.cs-col.mobil {
  flex-direction: column;
  justify-content: space-between;
  width: 46%;
  margin-top: 3em;
  margin-bottom: 3em;
  display: none;
}

.cs-col.is--right {
  flex-direction: column;
  justify-content: space-between;
  width: 46%;
  margin-top: 3em;
  margin-bottom: 3em;
  display: flex;
}

.text-intro-name-2 {
  color: #242424;
  text-align: left;
  text-transform: uppercase;
  margin-bottom: 0;
  font-size: 19px;
  line-height: 27px;
  position: static;
}

.cs-page-title-wrap {
  max-width: 50rem;
}

.loader {
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  height: 100.1%;
  display: flex;
  position: fixed;
  inset: 0%;
}

.rotate-circle-2 {
  flex-flow: column;
  justify-content: center;
  align-self: flex-end;
  align-items: center;
  width: 150px;
  height: 150px;
  padding-top: 0;
  display: flex;
  position: relative;
  inset: 45% 0% auto auto;
}

.cs-page-wrapper {
  background-image: linear-gradient(#00000082, #00000082), url('../images/Image-Geodi-Modif.jpg');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  width: 100%;
  height: 100vh;
  padding: 0 2rem 2rem 0;
}

.div-block-86 {
  flex-flow: row;
  justify-content: center;
  align-self: center;
  align-items: center;
  display: flex;
}

.cs-contact-list-item {
  width: 50%;
}

.cs-contact-list-item.is--last {
  margin-left: 50px;
}

.cs-contact-list {
  z-index: 1;
  margin-bottom: 5rem;
  display: flex;
  position: relative;
}

.p--30 {
  margin-bottom: 0;
  font-family: Jost, sans-serif;
  font-size: 14px;
  font-weight: 300;
  line-height: 20px;
}

.p--30.pd-bt {
  margin-bottom: 10px;
}

.image-36 {
  width: 100%;
}

.cs-description {
  z-index: 2;
  width: 100%;
  max-width: 15.4rem;
  position: relative;
}

.d--100 {
  letter-spacing: -.015em;
  margin-top: 0;
  font-family: Jost, sans-serif;
  font-size: 4.2rem;
  font-weight: 400;
  line-height: 1.05;
}

.cs-page-title {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex-direction: column;
  grid-template-rows: 40vh auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  margin-left: 15em;
  margin-right: 3em;
  display: grid;
  position: absolute;
  inset: 0%;
}

.bold-text-2 {
  text-transform: uppercase;
  font-family: Jost, sans-serif;
  font-size: 12px;
}

.image-37 {
  z-index: 2;
  align-self: center;
  width: 30%;
  margin-top: -5px;
  position: absolute;
}

.image-37:hover {
  filter: blur(5px);
}

.link-2 {
  letter-spacing: .4px;
  margin-top: 0;
  font-size: 14px;
  line-height: 20px;
  text-decoration: underline;
  display: inline;
}

.link-2:hover {
  color: #ff91ff;
}

.cs-logo {
  z-index: 1;
  letter-spacing: -.02em;
  width: 100%;
  margin-bottom: 5em;
  font-size: 24px;
  font-weight: 500;
  line-height: .9;
  position: relative;
}

.cs-logo.w--current {
  width: 100%;
  max-width: 250px;
}

.italic-2 {
  letter-spacing: 0;
  text-transform: uppercase;
  vertical-align: baseline;
  margin-bottom: 10px;
  padding-bottom: 0;
  font-size: 25px;
  font-weight: 100;
  line-height: 27px;
  display: inline;
}

.italic-2.header {
  color: #fff;
  text-transform: none;
  font-family: Jost, sans-serif;
  font-size: 27px;
  font-weight: 300;
}

.link-block-16 {
  justify-content: flex-end;
  align-self: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
}

.d--30 {
  font-size: 14px;
  font-weight: 700;
  line-height: 20px;
}

.cs-bottom {
  z-index: 2;
  text-align: center;
  background-image: url('../images/Artboard-7.svg');
  background-position: 50% 0;
  background-size: cover;
  justify-content: flex-end;
  align-items: flex-end;
  width: 100vw;
  height: 3vh;
  display: flex;
  position: absolute;
  inset: auto 0% 0%;
  overflow: visible;
}

.cs-bottom.white {
  background-image: none;
  height: 2vh;
}

.p--copyrighty {
  align-self: center;
  margin-bottom: 0;
  margin-left: 3em;
  margin-right: 5em;
  font-size: 9px;
  line-height: 20px;
}

.italic-text-4, .italic-text-5 {
  font-weight: 100;
}

.bold-text-3 {
  font-size: 25px;
}

.div-block-87 {
  width: 200px;
  max-width: 200px;
}

@media screen and (min-width: 1280px) {
  .p--30 {
    margin-bottom: 0;
  }

  .d--100 {
    text-transform: none;
    font-size: 4.2rem;
  }

  .cs-logo.w--current {
    width: 100%;
    max-width: 250px;
  }
}

@media screen and (min-width: 1440px) {
  .body {
    z-index: 5;
  }

  .footer-desktop.black {
    z-index: 1;
  }

  .rotate-circle-top.quote-text {
    width: 120px;
  }

  .heading-7.black {
    color: var(--black);
  }

  .text-link.sm:hover {
    color: var(--color-2);
  }

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

  .text-link.sm.black:hover, .custom-styles {
    color: var(--purple-2);
  }

  .text-block-15:hover {
    color: var(--color-2);
  }

  .text-block-15.black {
    color: #000;
  }

  .text-block-15.black:hover {
    color: var(--purple-2);
  }

  .rotate-circle-2 {
    margin-right: 50px;
  }

  .d--100 {
    letter-spacing: -.02em;
    font-size: 4.4rem;
  }

  .cs-logo.w--current {
    width: 100%;
    max-width: 280px;
  }
}

@media screen and (min-width: 1920px) {
  .nav1-logo-wrapper, .d-88-menu-trigger-wrapper {
    margin-top: 3%;
  }

  .nav-menu {
    display: none;
  }

  .cursor-wrapper {
    opacity: 0;
    transition: opacity .275s;
  }

  .scroll-top.w--current {
    z-index: 20;
  }

  .rotate-circle-top.quote-text {
    width: 150px;
  }

  .footer-wrap-col {
    position: static;
  }

  .link.wavy-link {
    display: flex;
  }

  .line-graphic.footer {
    flex-flow: column;
    align-items: flex-start;
    margin-left: -650px;
    position: relative;
  }

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

  .cs-col.is--right {
    margin-bottom: 5em;
  }

  .cs-page-title-wrap {
    max-width: 60rem;
  }

  .loader {
    height: 100%;
  }

  .rotate-circle-2 {
    width: 200px;
    height: 200px;
    margin-top: 0;
  }

  .p--30 {
    letter-spacing: .4px;
  }

  .p--30.pd-bt {
    margin-bottom: 20px;
    margin-right: -20px;
  }

  .cs-description {
    max-width: 21.8rem;
  }

  .d--100 {
    margin-top: 15px;
    font-size: 5.2rem;
  }

  .cs-page-title {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    grid-template-rows: 40vh auto;
    margin-left: 20em;
  }

  .bold-text-2 {
    font-size: 16px;
  }

  .image-37 {
    width: 25%;
  }

  .link-2 {
    font-size: 16px;
  }

  .link-2:hover {
    color: #ff8bff;
  }

  .italic-2.header {
    font-size: 31px;
  }

  .link-block-16 {
    cursor: pointer;
  }

  .d--30 {
    font-size: 16px;
  }

  .p--copyrighty {
    font-size: 12px;
  }
}

@media screen and (max-width: 991px) {
  .header.cc-cta {
    padding-left: 0;
    padding-right: 0;
  }

  .container {
    flex-direction: row;
    justify-content: center;
    align-items: center;
    margin-top: 0;
    display: block;
  }

  .button {
    justify-content: center;
  }

  .button.cc-contact-us {
    display: none;
  }

  .heading-jumbo {
    font-size: 56px;
    line-height: 70px;
  }

  .logo-link.w--current {
    flex: 1;
  }

  .menu-icon {
    display: block;
  }

  .menu {
    margin-left: 30px;
    position: sticky;
  }

  .navigation-wrap {
    background-color: #fff;
  }

  .navigation {
    padding: 25px 30px;
  }

  .navigation-item {
    text-align: center;
    padding: 15px 30px;
    transition: background-color .4s, opacity .4s, color .4s;
  }

  .navigation-item:hover {
    background-color: #f7f8f9;
  }

  .navigation-item:active {
    background-color: #eef0f3;
  }

  .menu-button {
    padding: 0;
  }

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

  .navigation-items {
    background-color: #fff;
    display: none;
  }

  .footer-wrap {
    flex-direction: column;
  }

  .cta-text {
    width: auto;
  }

  .cta-wrap {
    width: auto;
    padding: 80px 50px 90px;
  }

  .mouse-icon {
    justify-content: flex-end;
    align-self: center;
    margin-top: -50px;
    margin-bottom: 50px;
  }

  .nav1-logo-wrapper {
    z-index: 1800;
    flex: none;
    justify-content: space-between;
    align-items: center;
    margin-top: 3%;
    margin-left: 30px;
    display: inline-block;
  }

  .menu-text {
    font-size: 2.5em;
    line-height: 80px;
  }

  .div-block-26 {
    align-items: center;
  }

  .menu-text-block, .menu-text-block.w--current {
    font-size: 1.5em;
  }

  .nav-content {
    align-items: center;
  }

  .nav-menu, .cursor-circle {
    display: none;
  }

  .footer-desktop {
    margin-top: 100px;
    display: flex;
  }

  .d-135-card-wrapper {
    margin-bottom: 60px;
  }

  .columns-3 {
    flex-direction: column;
    justify-content: space-between;
    height: 90vh;
    margin-bottom: 0;
  }

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

  .rotate-circle-top {
    width: 60%;
    left: -35%;
  }

  .rotate-circle-top.quote-text {
    width: 80%;
  }

  .heading-7 {
    text-align: left;
    font-size: 25px;
    line-height: 35px;
  }

  .copyright-grid {
    grid-column-gap: 50px;
    grid-template-columns: 3.25fr 2fr;
    width: 80%;
    padding-top: 20px;
    padding-bottom: 25px;
  }

  .lotttie-leaf {
    margin-top: -10px;
  }

  .footer-wrap-col {
    width: 80%;
  }

  .column-11 {
    text-align: left;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    margin-bottom: 100px;
    padding-right: 10px;
    display: flex;
  }

  .column-12 {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    margin-bottom: 100px;
    display: block;
  }

  .column-11-copy {
    flex-direction: column;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    justify-content: center;
    align-items: flex-start;
    padding-left: 10px;
    display: flex;
  }

  .background__fill {
    z-index: 1;
    position: relative;
  }

  .background__lottie {
    z-index: 2;
    flex: none;
    position: relative;
  }

  .home-faq-top {
    grid-template-columns: 2rem 1fr auto;
  }

  .menu-email {
    font-size: 2.5em;
    line-height: 80px;
  }

  .cs-row {
    height: 800px;
  }

  .cs-col.is--left {
    border-right-style: none;
    width: 20%;
  }

  .cs-col.mobil, .cs-col.is--right {
    margin-top: 2em;
    margin-bottom: 2em;
  }

  .rotate-circle-2 {
    margin-bottom: 49px;
  }

  .cs-page-wrapper {
    height: 870px;
  }

  .div-block-86 {
    flex-flow: column;
    margin-right: 0;
  }

  .cs-description {
    max-width: 16.5rem;
  }

  .d--100 {
    font-size: 3.3rem;
  }

  .cs-page-title {
    margin-left: 10.6em;
  }

  .italic-2.header {
    font-size: 20px;
  }
}

@media screen and (max-width: 767px) {
  .header {
    margin-left: 15px;
    margin-right: 15px;
  }

  .header.cc-cta {
    padding: 15px;
  }

  .container {
    text-align: center;
    flex-direction: column;
    max-width: none;
    margin-top: 40px;
    display: flex;
  }

  .tiny-text.white, .tiny-text.black-2 {
    font-size: 10px;
  }

  .paragraph-bigger {
    font-size: 16px;
    line-height: 28px;
  }

  .paragraph-bigger.cc-bigger-light {
    line-height: 30px;
  }

  .heading-jumbo {
    font-size: 60px;
    line-height: 64px;
  }

  .heading-jumbo-small {
    font-size: 30px;
    line-height: 52px;
  }

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

  .navigation {
    padding: 20px 30px;
  }

  .cta-wrap {
    padding: 0 30px 60px;
  }

  .utility-page-wrap {
    padding: 15px;
  }

  ._404-wrap {
    padding: 30px;
  }

  .mouse-icon {
    margin-top: -70px;
    margin-bottom: 50px;
  }

  .nav1-logo-wrapper {
    flex-direction: column;
    align-items: flex-start;
    width: 70px;
    margin-top: 5%;
    margin-left: 20px;
    padding-bottom: 0;
    display: block;
    inset: 0% auto auto 0%;
  }

  .logo.w--current {
    display: block;
  }

  .menu-text {
    font-size: 2.5em;
    line-height: 70px;
  }

  .div-block-26 {
    align-items: center;
    margin-left: 0;
  }

  .nav-content {
    display: flex;
  }

  .nav-menu, .cursor-circle, .scroll-top, .image-6 {
    display: none;
  }

  .footer-desktop {
    margin-left: 15px;
    margin-right: 15px;
  }

  .menu-link {
    overflow: hidden;
  }

  .column-8 {
    justify-content: flex-end;
    align-items: center;
    position: absolute;
    inset: auto 0% 10vh;
  }

  .rotate-circle-top.quote-text {
    width: 80%;
  }

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

  .transition2 {
    display: none;
  }

  .home-faq-top {
    grid-column-gap: .25rem;
    grid-row-gap: .25rem;
    grid-template-columns: 1fr auto;
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;
  }

  .menu-email {
    font-size: 2.5em;
    line-height: 70px;
  }

  .loader_column {
    width: 50%;
  }

  .loader_column.is-1 {
    display: none;
  }

  .cs-row {
    flex-direction: column;
    height: auto;
  }

  .cs-col {
    width: 100%;
  }

  .cs-col.mobil {
    flex-direction: column-reverse;
    width: 68%;
    margin-left: 1.75em;
    display: flex;
  }

  .cs-col.is--right {
    flex-direction: column-reverse;
    width: 68%;
    margin-left: 1.75em;
    display: none;
  }

  .cs-page-title-wrap {
    max-width: 37rem;
    padding-right: 2rem;
  }

  .rotate-circle-2 {
    align-items: flex-end;
    display: flex;
    top: 0%;
  }

  .cs-page-wrapper {
    height: 870px;
    padding: 0 1.75rem 1.75rem 0;
  }

  .div-block-86 {
    justify-content: center;
    align-self: center;
    margin-bottom: 0;
    margin-right: 0;
  }

  .cs-contact-list {
    margin-top: 3rem;
    margin-bottom: 0;
  }

  .cs-description {
    max-width: 20.6rem;
    margin-top: 5em;
  }

  .d--100 {
    font-size: 2.9rem;
  }

  .cs-page-title {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
    grid-auto-columns: 1fr;
    align-content: stretch;
    align-self: auto;
    margin-left: 1.75em;
    margin-right: 0;
    display: grid;
    position: static;
  }

  .image-37 {
    width: 30%;
  }

  .cs-logo {
    margin-bottom: 0;
  }

  .italic-2.header {
    margin-left: 0;
    margin-right: 0;
  }

  .link-block-16 {
    flex-flow: column;
    justify-content: center;
    align-self: flex-end;
    margin-right: 0;
    position: relative;
    left: 0%;
    right: 0%;
  }
}

@media screen and (max-width: 479px) {
  h1 {
    font-size: 36px;
    line-height: 52px;
  }

  .container {
    margin-top: 40px;
  }

  .tiny-text.white, .tiny-text.black-2 {
    text-align: center;
  }

  .paragraph-bigger.cc-bigger-light {
    width: 90%;
    margin-top: 10px;
  }

  .heading-jumbo {
    font-size: 36px;
    line-height: 48px;
  }

  .menu {
    margin-left: 15px;
  }

  .navigation {
    padding-left: 20px;
    padding-right: 20px;
  }

  .menu-button, .menu-button.w--open {
    flex: none;
  }

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

  .cta-wrap {
    padding-left: 15px;
    padding-right: 15px;
  }

  .social-block {
    align-items: center;
  }

  .mouse-icon {
    margin-bottom: 50px;
  }

  .nav1-logo-wrapper {
    z-index: 1800;
    margin-top: 3%;
  }

  .logo.w--current {
    display: block;
  }

  .menu-text {
    margin-top: 20px;
    font-size: 2em;
    line-height: 60px;
  }

  .div-block-26 {
    margin-left: 0;
  }

  .nav-content {
    inset: 0%;
  }

  .nav-menu {
    z-index: 9999999;
    display: none;
  }

  .navigation-2 {
    display: block;
  }

  .footer-desktop {
    margin-top: 50px;
  }

  .smooth-wrapper.bkg-color {
    padding-bottom: 0;
  }

  .menu-link {
    color: #f8f8f8;
    border-bottom-style: solid;
    border-bottom-color: #f8f8f83b;
    padding: 1em 2em;
    overflow: hidden;
  }

  .menu-button-2 {
    background-color: #17171780;
    flex-direction: row;
    justify-content: flex-end;
    align-items: flex-end;
    transform: scale(.9);
  }

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

  .menu-button-2.w--open {
    color: #171717;
    background-color: #27272780;
    border-radius: 50%;
  }

  .column-8 {
    justify-content: flex-end;
    align-items: center;
    position: absolute;
    inset: auto 0% 10vh;
  }

  .rotate-circle-top {
    flex: 0 auto;
    order: 1;
    align-self: auto;
    width: 80%;
    inset: -27% auto auto -52%;
  }

  .rotate-circle-top.quote-text {
    order: -1;
    align-self: center;
    width: 80%;
    margin-bottom: 0;
    position: static;
  }

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

  .copyright-grid {
    grid-row-gap: 0px;
    grid-template-rows: auto auto;
    grid-template-columns: 3.25fr;
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .lotttie-leaf {
    align-self: flex-start;
    margin-top: -10px;
  }

  .footer-wrap-col {
    width: 90%;
  }

  .column-11 {
    text-align: center;
    align-items: center;
  }

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

  .column-11-copy {
    align-items: center;
  }

  .menu-email {
    margin-top: 20px;
    font-size: 2em;
    line-height: 60px;
  }

  .cs-row {
    align-items: flex-start;
    width: 85vw;
    height: auto;
  }

  .cs-col.is--left {
    width: 40%;
    margin-left: -23px;
    display: flex;
  }

  .cs-col.mobil {
    width: 100%;
    margin-top: 2em;
    margin-left: 0;
    display: block;
  }

  .cs-col.is--right {
    width: 100%;
    margin-left: 0;
    display: none;
  }

  .text-intro-name-2 {
    margin-right: 0;
  }

  .cs-page-title-wrap {
    max-width: none;
    margin-top: 0;
    padding-right: 0;
  }

  .rotate-circle-2 {
    justify-content: center;
    align-items: flex-end;
    width: 150px;
    height: 150px;
    margin-top: 39px;
    margin-bottom: 0;
    margin-right: 0;
    display: flex;
    position: absolute;
    inset: 0% 0 auto auto;
  }

  .cs-page-wrapper {
    flex-flow: column;
    justify-content: center;
    height: auto;
    padding: 0 1.5rem 3rem;
    display: flex;
  }

  .div-block-86 {
    flex-flow: column;
    justify-content: center;
    align-self: center;
    align-items: center;
    width: auto;
    margin-bottom: 0;
    margin-right: 0;
    display: flex;
  }

  .cs-contact-list-item {
    width: 100%;
    margin-bottom: 1.5rem;
  }

  .cs-contact-list-item.is--last {
    margin-bottom: 0;
    margin-left: 20px;
  }

  .cs-contact-list {
    margin-top: 0;
  }

  .p--30 {
    font-size: 13px;
  }

  .cs-description {
    width: 95%;
    margin-top: 3rem;
  }

  .d--100 {
    letter-spacing: -.01em;
    font-size: 2.3rem;
  }

  .cs-page-title {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    margin-top: 135px;
    margin-left: 0;
  }

  .image-37 {
    order: 0;
    align-self: center;
    width: 35%;
    margin-right: 0;
  }

  .cs-logo {
    margin-bottom: 5rem;
  }

  .italic-2.header {
    text-align: center;
    font-size: 21px;
  }

  .link-block-16 {
    flex-flow: row;
    justify-content: flex-end;
    align-self: center;
    align-items: center;
    width: 100%;
    height: 100%;
    margin-right: 0;
    display: flex;
  }

  .cs-bottom {
    justify-content: flex-start;
    position: static;
    inset: auto 0% 0%;
  }

  .p--copyrighty {
    font-size: 9px;
  }

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

#w-node-f303d77f-7dcf-67e1-5036-8b213bb543fc-8acb827b {
  place-self: start end;
}

@media screen and (min-width: 1920px) {
  #w-node-f303d77f-7dcf-67e1-5036-8b213bb543fc-8acb827b {
    align-self: start;
  }
}

@media screen and (max-width: 767px) {
  #w-node-f303d77f-7dcf-67e1-5036-8b213bb543fc-8acb827b {
    justify-self: end;
  }
}


@font-face {
  font-family: 'Canela Trial';
  src: url('../fonts/Canela-LightItalic-Trial.otf') format('opentype');
  font-weight: 300;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Canela Trial';
  src: url('../fonts/Canela-MediumItalic-Trial.otf') format('opentype');
  font-weight: 500;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Canela Trial';
  src: url('../fonts/Canela-ThinItalic-Trial.otf') format('opentype');
  font-weight: 100;
  font-style: italic;
  font-display: swap;
}