.w-layout-grid {
  display: -ms-grid;
  display: grid;
  grid-auto-columns: 1fr;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
  grid-row-gap: 16px;
  grid-column-gap: 16px;
}

body {
  background-color: #000;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Fira Sans', 'Droid Sans', 'Helvetica Neue', sans-serif;
  color: #333;
  font-size: 14px;
  line-height: 20px;
}

p {
  margin-bottom: 10px;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Fira Sans', 'Droid Sans', 'Helvetica Neue', sans-serif;
  color: #000;
  font-size: 22px;
  line-height: 1.6;
}

a {
  color: #292929;
  text-decoration: underline;
}

.small-text {
  font-family: system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Fira Sans', 'Droid Sans', 'Helvetica Neue', sans-serif;
  color: hsla(0, 0%, 100%, 0.7);
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 0.03em;
  text-transform: uppercase;
  white-space: nowrap;
}

.divider-scroll {
  width: 10px;
  height: 10px;
  margin-right: 1vw;
  margin-left: 1vw;
  border-radius: 200px;
  background-color: hsla(0, 0%, 100%, 0.6);
}

.first-article {
  position: relative;
  top: 0px;
  right: 0px;
  bottom: 0px;
  z-index: 20;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: auto;
  width: auto;
  height: 100vh;
  max-width: 1500px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  background-color: #d4d4d4;
  line-height: 30px;
}

.card-1 {
  position: relative;
  top: -45px;
  z-index: 1;
  overflow: hidden;
  width: 33.33%;
  -webkit-align-self: stretch;
  -ms-flex-item-align: stretch;
  -ms-grid-row-align: stretch;
  align-self: stretch;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  border-radius: 20px;
  cursor: pointer;
}

.tag {
  margin-right: 1vw;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Fira Sans', 'Droid Sans', 'Helvetica Neue', sans-serif;
  color: #e6784e;
  font-size: 12px;
  font-style: normal;
  font-weight: 700;
  letter-spacing: 0.03em;
  text-transform: uppercase;
  white-space: nowrap;
}

.card-3 {
  position: relative;
  top: -69px;
  z-index: 3;
  overflow: hidden;
  width: 33.33%;
  height: 100%;
  -webkit-align-self: stretch;
  -ms-flex-item-align: stretch;
  -ms-grid-row-align: stretch;
  align-self: stretch;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  border-radius: 20px;
  background-color: transparent;
  cursor: pointer;
}

.section {
  position: relative;
  z-index: 500;
  display: none;
  overflow: visible;
  width: 100%;
  height: auto;
  max-width: 2800px;
  margin-right: auto;
  margin-left: auto;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #121212;
  background-image: url('../images/bk2_1.png'), -webkit-gradient(linear, left top, left bottom, color-stop(54%, #e0e0e0), color-stop(97%, hsla(0, 0%, 100%, 0)));
  background-image: url('../images/bk2_1.png'), linear-gradient(180deg, #e0e0e0 54%, hsla(0, 0%, 100%, 0) 97%);
  background-position: 100% 100%, 0px 0px;
  background-size: auto, auto;
  background-repeat: no-repeat, repeat;
}

.image-wrapper {
  overflow: hidden;
  height: 100vh;
}

.scroll-type-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.second-article {
  position: relative;
  display: block;
  overflow: auto;
  width: 100%;
  height: 100vh;
  max-width: 1500px;
  background-color: #fd4415;
}

.card-details-wrapper {
  width: 100%;
  padding-right: 8%;
  padding-bottom: 8%;
  padding-left: 8%;
}

.card-inner {
  position: absolute;
  left: 0px;
  right: 0px;
  bottom: 0px;
  z-index: 10;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 100%;
  min-height: 70vh;
  padding-bottom: 0%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(26%, transparent), to(rgba(0, 0, 0, 0.8)));
  background-image: linear-gradient(180deg, transparent 26%, rgba(0, 0, 0, 0.8));
  opacity: 1;
  letter-spacing: 0em;
}

.button-close {
  position: fixed;
  left: auto;
  top: 0%;
  right: 0%;
  bottom: auto;
  z-index: 500;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 55px;
  height: 55px;
  margin-top: 2%;
  margin-right: 3%;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 100%;
  background-color: rgba(0, 0, 0, 0.15);
  color: #fff;
  font-size: 17px;
  font-weight: 700;
  text-decoration: none;
}

.third-article {
  position: relative;
  display: block;
  overflow: auto;
  width: 100%;
  height: 100vh;
  max-width: 1500px;
  background-color: #141414;
}

.main-heading {
  width: auto;
  max-width: 18ch;
  margin-top: 5px;
  font-family: Oswald, sans-serif;
  color: #fff;
  font-size: 6.5vh;
  line-height: 1;
  font-style: normal;
  font-weight: 600;
  text-transform: uppercase;
}

.section-content {
  position: absolute;
  left: auto;
  top: 0%;
  right: 0%;
  bottom: auto;
  z-index: 600;
  display: none;
  overflow: hidden;
  width: 50%;
  height: 100vh;
  background-color: transparent;
}

.row-scroll {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  min-width: 33vw;
  padding-right: 1vw;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.card-2 {
  position: relative;
  bottom: -41px;
  z-index: 2;
  overflow: hidden;
  width: 33.4%;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  border-radius: 20px;
  cursor: pointer;
}

.container-article {
  position: relative;
}

.heading {
  margin-top: 0px;
  margin-bottom: 0px;
  font-family: Oswald, sans-serif;
  color: #000;
  font-size: 9.25vh;
  line-height: 0.95;
  font-weight: 700;
  letter-spacing: -0.3vh;
  text-transform: uppercase;
}

.heading.is--white {
  color: #fff;
}

.image-container {
  width: 100%;
  height: 100%;
}

.image-container.first {
  position: relative;
  background-image: url('../images/both.jpg');
  background-position: 19% 50%;
  background-size: cover;
  -webkit-filter: contrast(110%);
  filter: contrast(110%);
  -webkit-perspective-origin: 50% 100%;
  perspective-origin: 50% 100%;
  -webkit-transform-origin: 50% 100%;
  -ms-transform-origin: 50% 100%;
  transform-origin: 50% 100%;
}

.image-container.second {
  background-image: url('../images/manblue.jpg');
  background-position: 16% 50%;
  background-size: cover;
  -webkit-filter: contrast(122%);
  filter: contrast(122%);
}

.image-container.third {
  position: relative;
  background-image: url('../images/girl.jpg'), url('../images/sahand-hoseini-RnCLtXEouJE-unsplash-1.jpg');
  background-position: 16% 50%, 100% 50%;
  background-size: cover, cover;
  -webkit-filter: contrast(122%);
  filter: contrast(122%);
}

.inner-container {
  padding: 10% 12% 15%;
}

.scroll-type {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.cap {
  margin-right: 2%;
  float: left;
  color: #000;
  font-size: 172px;
  line-height: 79%;
  font-weight: 900;
}

.cap.is--orange {
  color: #f56020;
}

.image-content {
  position: -webkit-sticky;
  position: sticky;
  top: 0px;
  min-height: 100vh;
  padding: 10%;
  background-color: #000;
}

.alt-description {
  position: relative;
  z-index: 1;
  max-width: 20ch;
  color: #ccc;
  font-size: 14px;
}

.header-text {
  margin-top: 0px;
  margin-bottom: 0vh;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Fira Sans', 'Droid Sans', 'Helvetica Neue', sans-serif;
  color: #f56020;
  font-size: 13px;
  line-height: 0.9;
  font-weight: 800;
  letter-spacing: 0vw;
  text-transform: uppercase;
}

.header-text.black {
  color: #000;
  letter-spacing: 0vw;
}

.header-row {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 15%;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.header-row.summary {
  margin-top: 5%;
  color: #000;
}

.header-row.summary.gray {
  color: #818181;
}

.small-divider {
  width: 8px;
  height: 8px;
  margin-right: 15px;
  margin-left: 15px;
  border-radius: 100%;
  background-color: #f56020;
}

.small-divider.black {
  width: 8px;
  height: 8px;
  background-color: #000;
}

.image {
  position: absolute;
  left: 0%;
  top: 0%;
  right: auto;
  bottom: auto;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.wrap-image-content {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

.rich-text {
  color: #000;
}

.rich-text.white {
  color: #8a8a8a;
}

.inner-header-col {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.alt-text-header {
  max-width: 20ch;
  font-size: 9px;
  line-height: 1.2;
  font-weight: 500;
  text-align: left;
  text-transform: uppercase;
}

.alt-text-header.white {
  color: #818181;
  line-height: 1.4;
}

.divider-circle {
  width: 15px;
  height: 15px;
  margin-top: 15%;
  margin-bottom: 15%;
  border-radius: 100%;
  background-color: #000;
}

.divider-circle.orange {
  width: 15px;
  height: 15px;
  background-color: #f56020;
}

.divider-circle.orange.small {
  width: 8px;
  height: 8px;
  margin-right: 14px;
  margin-left: 14px;
}

.modal {
  position: fixed;
  left: auto;
  top: 1%;
  right: 1%;
  bottom: auto;
  z-index: 9999;
  width: auto;
  height: auto;
  padding: 20px 15px 15px;
  border-radius: 4px;
  background-color: rgba(0, 0, 0, 0.8);
  box-shadow: 0 25px 35px 0 rgba(0, 0, 0, 0.33);
  color: #fff;
}

.grid {
  -ms-grid-columns: auto auto;
  grid-template-columns: auto auto;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.button {
  padding: 15px 25px;
  border-radius: 4px;
  background-color: #0b00da;
  color: #fff;
  font-size: 12px;
  font-weight: 700;
  text-align: center;
}

.button:hover {
  background-color: #1a3dc5;
}

.close-link {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-right: 0px;
  padding-left: 20px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.close-icon {
  max-height: 12px;
}

.modal-link {
  color: #fff;
  font-size: 12px;
  font-weight: 600;
  text-decoration: none;
  text-transform: uppercase;
}

.wrap-scrolling-text {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  min-height: 400px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.xlarge-paragraph {
  font-family: Oswald, sans-serif;
  color: #f56020;
  font-size: 20vh;
  line-height: 1.2;
  font-weight: 700;
  letter-spacing: -4px;
  text-transform: uppercase;
  white-space: nowrap;
}

.xlarge-paragraph.is--black {
  color: #000;
}

.link-read-more {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  padding-top: 16px;
  padding-bottom: 16px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  color: #000;
  font-size: 32px;
  font-weight: 600;
  text-decoration: none;
}

.link-read-more.white {
  color: #fff;
}

.arrow-read-more {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 60px;
  height: 60px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 100px;
  background-color: #1f1e1e;
}

.link-white {
  color: #fff;
}

.c-nav-content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.c-nav-menu-overlay {
  position: fixed;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: 5000;
  display: none;
  overflow: hidden;
  width: 100%;
  height: 100vh;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.cloneable-area {
  position: relative;
}

.div-magnetico {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: auto;
  height: 55px;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.c-nav {
  position: fixed;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: auto;
  z-index: 99999;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 10vh;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.image-2 {
  position: relative;
  z-index: 1000;
  width: 300px;
}

.graphic-element-02 {
  position: absolute;
  top: -131px;
  z-index: 0;
  width: 110px;
  height: 1000px;
  margin-left: -330px;
  border-radius: 20px;
  background-color: #e9e9e9;
}

.nav-menu-btn-close-icon {
  position: relative;
  width: 100%;
  height: 2px;
  background-color: #fff;
}

.nav-menu-btn-close-icon._2 {
  position: absolute;
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

.nav-menu-btn-close-icon._1 {
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}

.socials-footer {
  position: relative;
  top: 0px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 45%;
  margin-top: 0px;
  margin-right: 100px;
  padding-top: 0px;
  padding-bottom: 0px;
  padding-left: 0px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -webkit-align-self: flex-end;
  -ms-flex-item-align: end;
  align-self: flex-end;
}

.text-block-12 {
  margin-top: 0px;
  color: #bbb;
  font-size: 12px;
  font-weight: 300;
}

.text-block-12.menu {
  color: #000;
}

.outline-block {
  position: relative;
  left: 0px;
  margin-top: 10px;
  margin-left: 150px;
  padding: 10px 20px;
  border-style: solid;
  border-width: 1px;
  border-color: #ac752b;
  border-radius: 12px;
}

.main {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: auto;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.c-nav-logo-link {
  color: #fff;
  text-decoration: none;
}

.heading-5 {
  margin-bottom: 3px;
  color: #fff;
  font-size: 14px;
  line-height: 30px;
  font-weight: 300;
}

.heading-5.menu {
  color: #000;
  font-size: 18px;
}

.c-nav-logo {
  position: relative;
  z-index: 5001;
}

.div-block-221 {
  display: block;
  width: 87px;
  height: 0px;
  border-top: 1px solid #000;
}

._w-menu-item-link {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.footer-3 {
  position: relative;
  left: 0%;
  right: 0%;
  bottom: 0px;
  z-index: 1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: visible;
  width: 100vw;
  height: 100vh;
  padding-right: 12vw;
  padding-bottom: 30px;
  padding-left: 12vw;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: transparent;
}

.inicio-white {
  position: relative;
  left: auto;
  display: block;
  margin: 0px 0px 0px auto;
  padding-left: 0px;
  clear: none;
  color: #fff;
  font-size: 14px;
  line-height: 42px;
}

.inicio-white.menu {
  left: 0px;
  margin-left: 0px;
  color: #000;
  font-size: 18px;
}

.text-block-11 {
  margin-top: 30px;
  color: hsla(0, 0%, 100%, 0.6);
  font-size: 14px;
  line-height: 170%;
  font-weight: 300;
}

.c-nav-social-media {
  padding-top: 50px;
}

.bold-text-3 {
  position: static;
  font-size: 90px;
  line-height: 41px;
  font-weight: 700;
  letter-spacing: -5px;
}

.bold-text-3.first {
  line-height: 39px;
}

.c-menu-item-link {
  color: #333;
  text-decoration: none;
}

.mainsection {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  min-height: 100vh;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: rgba(255, 204, 76, 0);
  background-image: url('../images/bk1.png');
  background-position: 100% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.mainsection.blue {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100vw;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: hsla(0, 0%, 87.8%, 0);
}

.mainsection.blue.sec {
  background-image: url('../images/bk2.png');
  background-position: 50% 100%;
  background-size: 50%;
}

.mainsection.gray {
  background-color: hsla(0, 0%, 50.7%, 0);
}

.mainsection.gray.sec3 {
  background-image: url('../images/3.png');
  background-position: 57% -26%;
  background-size: 60%;
}

.mainsection.seciot2 {
  background-color: rgba(247, 185, 68, 0);
  background-image: url('../images/5ca62c6e64f7f37aea50c546_blob-shape.svg');
  background-position: 50% 0%;
  background-size: contain;
  background-repeat: no-repeat;
}

.mainsection.seciot2.prod {
  overflow: visible;
  height: auto;
  min-height: 100vh;
  padding-top: 0px;
  padding-bottom: 0px;
  background-image: url('../images/bk2_1.png');
  background-position: 0% 0%;
  background-size: cover;
}

.mainsection.seciot2.pro.swish {
  min-height: 70vh;
  background-image: url('../images/nanobin_final_8.jpeg');
  background-position: 50% 55%;
  background-size: cover;
  background-repeat: no-repeat;
  background-attachment: fixed;
}

.mainsection.seciot2.pro.swish.pp {
  min-height: 70vh;
  background-image: url('../images/nanobin_final_10.jpeg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
  background-attachment: fixed;
}

.mainsection.seciot2.pro.product {
  min-height: 70vh;
  background-image: url('../images/nanobin_final_13.jpeg');
  background-size: cover;
  background-attachment: fixed;
}

._w-col-menu-links {
  display: inline-block;
}

.text-span-6 {
  color: #397b1b;
  font-weight: 500;
}

.text-span-6.alice {
  font-size: 13px;
  font-weight: 400;
}

.div-mascara {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  width: 100px;
  height: 48px;
  clear: left;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
}

.div-block-196 {
  position: relative;
  top: 0px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-align-self: flex-start;
  -ms-flex-item-align: start;
  align-self: flex-start;
}

.div-hover {
  position: relative;
  z-index: 1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 95px;
  height: 50px;
  margin-top: 0px;
  margin-right: 0px;
  margin-left: 0px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 12px;
}

.div-block-198 {
  display: block;
  width: 87px;
  height: 0px;
  border-top: 1px solid #fff;
  border-radius: 1px;
}

.paragraph-2 {
  position: relative;
  top: -53px;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Fira Sans', 'Droid Sans', 'Helvetica Neue', sans-serif;
  color: #303030;
  font-size: 16px;
  line-height: 18px;
  font-weight: 500;
  text-align: left;
}

.h1-2 {
  margin-top: 40px;
  margin-bottom: 20px;
  color: #2e2e2e;
  font-size: 70px;
  line-height: 57px;
  font-weight: 700;
  text-align: left;
  letter-spacing: -3px;
}

.inicio-whit {
  position: relative;
  margin-top: 135px;
  font-family: 'Varela Round', sans-serif;
  color: #fff;
  font-size: 20px;
  line-height: 42px;
}

.inicio-whit.menu {
  color: #000;
  font-size: 18px;
}

._w-col-menu-social {
  padding-bottom: 20px;
}

.heading-2 {
  color: #f4d581;
  font-size: 60px;
  line-height: 110%;
  font-weight: 400;
}

.heading-2._1 {
  position: static;
  margin-top: 0px;
  margin-bottom: 0px;
  padding-bottom: 15px;
  border-radius: 0px;
  font-size: 30px;
  line-height: 110%;
  font-weight: 100;
}

.heading-2._1.under {
  color: #b1b1b1;
}

.col-menu-header-text {
  position: relative;
  -webkit-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  transform: rotate(-90deg);
  -webkit-transform-origin: 50% 100%;
  -ms-transform-origin: 50% 100%;
  transform-origin: 50% 100%;
  font-size: 14px;
  font-weight: 700;
  letter-spacing: 2px;
  text-transform: uppercase;
}

.d-type-text {
  margin-top: 0px;
  margin-bottom: 0px;
  color: #397b1b;
  font-size: 50px;
  line-height: 43px;
  font-weight: 300;
  text-align: left;
  letter-spacing: 2px;
}

.d-type-text.header {
  color: #cf9d2a;
  font-size: 25px;
  font-weight: 200;
}

.div-block-200 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  margin-bottom: 0px;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.hero-left-column {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 480px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
}

.nav-menu-overlay-bg {
  position: absolute;
  width: 0vw;
  height: 0vw;
  border-radius: 100%;
  background-color: #fff;
}

.div-block-244 {
  position: static;
  left: 0px;
  z-index: 600;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 700px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.hero-section {
  position: relative;
  z-index: 200;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  width: 100vw;
  height: auto;
  min-height: 0px;
  padding-top: 120px;
  padding-bottom: 0px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: hsla(0, 0%, 87.8%, 0);
  text-align: center;
}

.new-div {
  display: block;
  width: 254px;
  height: 0px;
  border-top: 1px solid #3e3e3e;
  opacity: 0.79;
}

.new-div.menu {
  width: 190px;
  border-top-color: #ededed;
}

.c-nav-menu-overlay-bg {
  position: absolute;
  left: auto;
  top: 40px;
  right: 2.5%;
  bottom: auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 45px;
  height: 45px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.menu-item-number {
  font-size: 0.8em;
  font-weight: 200;
  letter-spacing: 1px;
}

.graphic-element-03 {
  position: absolute;
  top: 0px;
  z-index: 1;
  width: 60px;
  height: 1000px;
  margin-left: -190px;
  border-radius: 20px;
  background-color: #d6d6d6;
  background-image: none;
}

.grid-2 {
  display: -ms-grid;
  display: grid;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  grid-auto-columns: 1fr;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  -ms-grid-columns: 1fr;
  grid-template-columns: 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.section-12 {
  position: relative;
  left: 0%;
  top: auto;
  right: 0%;
  bottom: 0%;
  z-index: 9999;
  height: auto;
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #1a1a1a;
}

.section-12.foot {
  position: static;
}

.hero-container {
  position: relative;
  z-index: 600;
  display: -ms-grid;
  display: grid;
  width: 100%;
  height: auto;
  max-width: 1000px;
  margin-left: -25px;
  padding: 0px 60px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -webkit-align-items: start;
  -ms-flex-align: start;
  align-items: start;
  grid-auto-columns: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 16px;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
  -webkit-transform: rotate(-9deg);
  -ms-transform: rotate(-9deg);
  transform: rotate(-9deg);
  text-align: center;
}

._w-nav {
  width: 100%;
  padding: 2vh 0vw 2vh 1vw;
  cursor: auto;
}

.grid-3 {
  position: static;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  width: 100%;
  height: auto;
  -webkit-box-pack: stretch;
  -webkit-justify-content: stretch;
  -ms-flex-pack: stretch;
  justify-content: stretch;
  justify-items: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-content: stretch;
  -ms-flex-line-pack: stretch;
  align-content: stretch;
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  -ms-grid-columns: 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

._w-nav-social-media {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.text-contact {
  text-decoration: none;
}

.caja-de-texto {
  position: absolute;
  color: #ff0389;
}

.div-block-220 {
  position: absolute;
  width: 87px;
}

.b-nav-menu-btn {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 5000px;
  background-color: #b8b8b8;
  background-image: url('../images/bx-menu-alt-right.svg');
  background-position: 50% 50%;
  background-size: auto;
  background-repeat: no-repeat;
}

.b-nav-menu-btn.default {
  position: relative;
  border-radius: 9px;
  color: #000;
}

.b-nav-menu-btn.menu-opened {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  display: none;
  background-color: #333;
}

.b-nav-menu-btn.default {
  position: relative;
}

.b-nav-menu-btn.default {
  position: relative;
  background-color: #4760ff;
}

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

.footer-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  padding-top: 40px;
  padding-bottom: 40px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-self: flex-start;
  -ms-flex-item-align: start;
  align-self: flex-start;
  font-size: 5.41667vw;
}

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

.link-block-10 {
  padding-right: 34px;
  color: #fff;
  font-size: 20px;
  text-decoration: none;
}

.link-block-10.menu {
  padding-right: 10px;
  text-decoration: none;
}

.new-div-2 {
  width: 254px;
  height: 0px;
  border-top: 1px solid #939393;
}

.new-div-2.menu {
  width: 190px;
  border-top-color: #a4a4a4;
}

.menu-item-text {
  padding-top: 10px;
  padding-bottom: 10px;
  font-size: 45px;
  line-height: 1em;
  font-weight: 200;
  letter-spacing: 1px;
}

.c-menu-item-text {
  position: relative;
}

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

.c-col-menu-header {
  padding-right: 40px;
}

.c-nav-menu-btn-icon {
  position: fixed;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 500px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.c-menu-item-number {
  position: absolute;
  display: none;
  margin-right: 20px;
}

.h1 {
  position: relative;
  z-index: 100;
  width: auto;
  margin-top: 0px;
  margin-bottom: 0px;
  margin-left: 0px;
  -webkit-transform: skew(0deg, 0deg);
  -ms-transform: skew(0deg, 0deg);
  transform: skew(0deg, 0deg);
  color: #2e2e2e;
  font-size: 100px;
  line-height: 73px;
  font-weight: 700;
  text-align: left;
  letter-spacing: -2px;
}

.h1.first {
  margin-bottom: 20px;
  line-height: 66px;
}

.subtitle {
  margin-top: 0px;
  margin-bottom: 0px;
  color: #2e2e2e;
  font-size: 14px;
  line-height: 23px;
  font-weight: 500;
  text-align: left;
  letter-spacing: 8px;
  text-transform: uppercase;
}

.c-nav-menu-btn {
  position: relative;
  z-index: 5001;
  width: 35px;
  height: 35px;
  background-color: rgba(255, 196, 46, 0);
  cursor: pointer;
}

.c-nav-items {
  display: none;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

._w-nav-menu-btn {
  position: relative;
  width: 100%;
  height: 100%;
  background-color: rgba(10, 9, 9, 0);
}

.c-col-menu-social {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

._w-nav-menu-btn-icon {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 50%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
  text-align: center;
}

._w-nav-menu-btn-icon.menu-opened {
  position: relative;
  height: 50%;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.hero-right-column {
  position: -webkit-sticky;
  position: sticky;
  top: 0px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 480px;
  margin-left: -70px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.c-nav-social-contact-item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 10px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

.graphic-element-01 {
  position: absolute;
  top: -20px;
  width: 1px;
  height: 1000px;
  margin-left: -70px;
  background-color: rgba(214, 182, 100, 0.98);
}

.top-view-jaguar {
  position: relative;
  left: -44px;
  top: 309px;
  z-index: 10;
  width: 600px;
  max-width: none;
  margin-top: 0px;
  -webkit-transition: all 400ms ease;
  transition: all 400ms ease;
}

.div-block-25 {
  border-top: 1px solid #fff;
  line-height: 110%;
}

.c-menu-item {
  margin-bottom: 20px;
}

.c-col-menu-links {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.nav-menu-btn-line {
  position: relative;
  width: 100%;
  height: 2px;
  margin-top: 2px;
  margin-bottom: 2px;
  background-color: #666;
  -webkit-perspective-origin: 100% 50%;
  perspective-origin: 100% 50%;
  -webkit-transform-origin: 100% 50%;
  -ms-transform-origin: 100% 50%;
  transform-origin: 100% 50%;
}

.nav-menu-btn-line.short {
  width: 70%;
  background-color: #000;
}

.nav-menu-btn-line.long {
  background-color: #000;
}

.nav-menu-btn-line.short {
  width: 70%;
}

.nav-menu-btn-line.short {
  width: 70%;
  background-color: #d8e0f0;
}

.nav-menu-btn-line.long {
  background-color: #d8e0f0;
}

.c-nav-social-address {
  margin-bottom: 10px;
}

.nav-social-address {
  color: #000;
  font-size: 12px;
  line-height: 2em;
  font-weight: 400;
  letter-spacing: 1px;
}

.nav-social-address.head {
  padding-bottom: 0px;
  color: #c6c6c6;
  font-size: 18px;
}

.nav-social-address.head.menu {
  display: none;
}

.nav-social-address.head.r {
  display: none;
}

.c-nav-menu-content {
  position: relative;
  z-index: 1000;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 70%;
  max-width: 1200px;
  margin-top: 0px;
}

.cursorr {
  position: fixed;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: 9999;
  display: none;
  width: auto;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  opacity: 1;
}

.body {
  background-color: #d8d8d8;
  background-image: url('../images/noise21_1noise21.png');
  background-position: 0px 0px;
  background-size: auto;
}

.number {
  position: relative;
  height: 4.5vh;
  margin-top: 0px;
  margin-bottom: 0px;
  float: right;
  font-family: Oswald, sans-serif;
  color: hsla(0, 0%, 100%, 0.7);
  font-size: 18px;
  line-height: auto;
  font-weight: 400;
  text-align: left;
  letter-spacing: 2px;
  text-transform: uppercase;
}

.progress-bar {
  width: 6px;
  height: 0%;
  background-color: #fff;
}

.fullpage {
  position: relative;
  width: auto;
  height: auto;
  float: right;
}

.fullpage.fullpage-wrapper {
  position: static;
  overflow: visible;
  width: 100vw;
  height: auto;
  min-height: 0px;
}

.page-wrap {
  position: -webkit-sticky;
  position: sticky;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  z-index: 2;
  overflow: hidden;
  width: 100vw;
  height: 100vh;
  background-color: #1b1f25;
  background-image: url('../images/noise21_1noise21.png');
  background-position: 0px 0px;
}

.overlay__inner-wrap {
  position: absolute;
  width: 40vw;
  height: 80vh;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  background-color: #25282a;
  background-image: url('../images/oui6.jpg');
  background-position: 46% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.overlay__inner-wrap.first {
  background-image: url('../images/p-1.jpg');
  background-position: 50% 50%;
  background-size: cover;
}

.overlay__inner-wrap.fifth {
  background-image: url('../images/p-4.jpg');
  background-position: 50% 50%;
  background-size: cover;
}

.overlay__inner-wrap.third {
  background-image: url('../images/p-3.jpg');
  background-position: 50% 50%;
  background-size: cover;
}

.overlay__inner-wrap.fourth {
  background-image: url('../images/p-5.jpg');
  background-position: 50% 50%;
  background-size: cover;
}

.overlay__inner-wrap.second {
  background-image: url('../images/p-2.jpg');
  background-position: 50% 50%;
  background-size: cover;
}

.title-block {
  position: relative;
  top: 32vh;
  width: 50%;
  height: 30vh;
  text-decoration: none;
}

.section-overlay {
  position: absolute;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  z-index: 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100vw;
  height: 100vh;
  padding-left: 0px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.section-overlay.one {
  z-index: 1;
}

.section-overlay.three {
  z-index: 1;
  -webkit-transform: translate(100vw, 100vh);
  -ms-transform: translate(100vw, 100vh);
  transform: translate(100vw, 100vh);
}

.section-overlay.four {
  z-index: 1;
  -webkit-transform: translate(100vw, 100vh);
  -ms-transform: translate(100vw, 100vh);
  transform: translate(100vw, 100vh);
}

.section-overlay.two {
  z-index: 1;
  -webkit-transform: translate(100vw, 100vh);
  -ms-transform: translate(100vw, 100vh);
  transform: translate(100vw, 100vh);
}

.section-overlay.five {
  z-index: 1;
  -webkit-transform: translate(100vw, 100vh);
  -ms-transform: translate(100vw, 100vh);
  transform: translate(100vw, 100vh);
}

.number-rail {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 4vw;
  height: 22.5vh;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
}

.project-title {
  position: relative;
  width: 20vw;
  height: 4.5vh;
  margin-top: 0px;
  margin-bottom: 0px;
  font-family: Oswald, sans-serif;
  color: hsla(0, 0%, 100%, 0.7);
  font-size: 18px;
  line-height: auto;
  font-weight: 400;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.title-rail {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 20vw;
  height: 22.5vh;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.scroll-wrap {
  position: absolute;
  top: 0px;
  right: 0px;
  bottom: 0px;
  width: 6px;
  height: 100vh;
}

.section-13 {
  position: relative;
  display: block;
  overflow: visible;
  width: 100%;
  height: 100vh;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}

.overlay__inner-container {
  position: relative;
  top: 3vh;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  width: 34vw;
  height: 74vh;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.title-outline {
  color: transparent;
}

.content {
  position: relative;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  z-index: 9;
  width: 100vw;
  height: 100vh;
  padding: 5vh 5vw;
}

.number-wrap {
  position: absolute;
  right: 5vw;
  bottom: 10vh;
  overflow: hidden;
  width: 4vw;
  height: 4.5vh;
}

.title {
  position: relative;
  margin-top: 0px;
  margin-bottom: 0px;
  border: 1px none #000;
  color: #fff;
  font-size: 100px;
  line-height: 100px;
  font-weight: 700;
  letter-spacing: 2px;
  text-transform: uppercase;
}

.title.slide1 {
  position: absolute;
  margin-left: -5px;
  font-size: 100px;
  font-weight: 700;
}

.project-title-wrap {
  position: absolute;
  left: 5vw;
  bottom: 10vh;
  overflow: hidden;
  width: 20vw;
  height: 4.5vh;
}

.content-2 {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: auto;
  height: auto;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #e0e0e0;
}

.highlight__text {
  width: 230px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}

.c-product-rating {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 10px;
}

.c-review-card__name {
  margin-right: 10px;
  margin-bottom: 0px;
  color: #333;
}

.reviews {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

.container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 1366px;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.button-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 64px;
  padding-right: 40px;
  padding-left: 40px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 4px;
  background-color: #b42626;
  box-shadow: 0 0 0 0 rgba(180, 38, 38, 0.2);
  -webkit-transition: box-shadow 200ms cubic-bezier(.23, 1, .32, 1);
  transition: box-shadow 200ms cubic-bezier(.23, 1, .32, 1);
  color: #fff;
}

.button-2:hover {
  box-shadow: 0 0 10px 5px rgba(180, 38, 38, 0.2);
}

.c-gallery-panel__image-03 {
  position: relative;
  display: none;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}

.c-gallery-panel {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.c-review-card__content {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  font-size: 14px;
}

.c-product-form {
  width: 100%;
  margin-bottom: 0px;
}

.c-product-form__col {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: auto;
  padding-right: 20px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
}

.c-review-card {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 40px;
}

.product-gallery {
  position: relative;
  left: 0%;
  top: 0%;
  right: auto;
  bottom: 0%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: auto;
  height: auto;
  margin: 0vh 0px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.c-gallery-panel__highlight {
  position: absolute;
  left: 0%;
  top: 0%;
  right: auto;
  bottom: auto;
  z-index: auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 30px;
  height: 30px;
}

.c-gallery-panel__highlight.highlight--order-01 {
  left: 334px;
  top: 277px;
}

.c-gallery-panel__highlight.highlight--order-03 {
  left: 218px;
  top: 140px;
}

.c-gallery-panel__highlight.highlight--order-02 {
  left: 377px;
  top: 500px;
}

.c-product-rating__star {
  width: 20px;
  height: 20px;
  color: #b42626;
}

.c-product-form__row {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.c-gallery-nav__link {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  max-height: 80px;
  margin-bottom: 5px;
  padding: 20px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  border-left: 4px solid rgba(180, 38, 38, 0);
  background-color: hsla(0, 0%, 100%, 0);
}

.c-gallery-nav__link.order--first {
  border-left: 0px none rgba(57, 123, 27, 0);
  border-radius: 0px;
  background-color: hsla(0, 0%, 100%, 0);
}

.user-profile {
  overflow: hidden;
  width: 80px;
  height: 80px;
  border-radius: 100%;
  background-color: #ebebeb;
}

.highlight__content {
  position: absolute;
  left: 0%;
  top: 0%;
  right: auto;
  bottom: auto;
  display: none;
  overflow: hidden;
  width: 250px;
  margin-left: 40px;
  padding: 10px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #fff;
  box-shadow: 0 0 10px 4px rgba(0, 0, 0, 0.05);
  font-size: 12px;
  line-height: 16px;
}

.c-gallery-panel__image-02 {
  display: none;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}

.highlight__icon {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 30px;
  height: 30px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 100px;
  background-color: #b42626;
  color: #fff;
}

.content-row {
  padding: 60px 40px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.content-row.row--color-gray {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  background-color: #fdfdfd;
}

.c-review-card__row {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-content: flex-start;
  -ms-flex-line-pack: start;
  align-content: flex-start;
}

.c-review-card__user {
  width: 80px;
  height: 80px;
  margin-right: 20px;
}

.c-gallery-panel__image-01 {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}

.product-info {
  width: 100%;
  max-width: 500px;
  margin-bottom: 20px;
}

.highlight__toggle {
  position: absolute;
  left: 0%;
  top: 0%;
  right: auto;
  bottom: auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 30px;
  height: 30px;
  border-radius: 100%;
  box-shadow: 0 0 0 0 rgba(180, 38, 38, 0.3);
  -webkit-transition: box-shadow 200ms cubic-bezier(.23, 1, .32, 1);
  transition: box-shadow 200ms cubic-bezier(.23, 1, .32, 1);
}

.highlight__toggle:hover {
  box-shadow: 0 0 10px 5px rgba(180, 38, 38, 0.2);
}

.c-gallery-nav {
  position: absolute;
  left: -19.3vw;
  top: 0%;
  right: auto;
  bottom: -9%;
  z-index: 10;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: auto;
  height: 100px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  cursor: auto;
}

.content-col.col--width-50 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 50%;
  padding-right: 40px;
  padding-left: 40px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.field-width--small {
  max-width: 60px;
}

.content-3 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  min-width: 1000px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

.image-10 {
  width: 30px;
}

.image-11 {
  width: 30px;
}

.image-12 {
  width: 30px;
}

.div-block-245 {
  position: relative;
  left: -32px;
  top: 0px;
  margin-left: 0px;
  padding-top: 0px;
  padding-left: 0px;
}

.div-block-245.first-screen {
  top: 60px;
}

.image-13 {
  width: 250px;
  max-width: none;
  margin-left: 58px;
  background-color: rgba(60, 78, 181, 0);
}

.image-13.firstt {
  width: auto;
  height: 400px;
}

.s10-h1-pseudo-wrad-in {
  position: absolute;
}

.s10-section {
  position: relative;
  height: 100vh;
}

.s10-wrap {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.s10-bg-blob-1 {
  position: absolute;
  left: 6vw;
  top: auto;
  right: auto;
  bottom: 0vh;
  width: 6vw;
  height: 11vh;
  background-color: #0c0500;
}

.s10-bg-blob-1.s10-blob-rotation-1 {
  -webkit-transform: translate(0px, 100vh);
  -ms-transform: translate(0px, 100vh);
  transform: translate(0px, 100vh);
}

.s10-h1-wrap {
  position: relative;
}

.s10-bg-blob-2 {
  position: absolute;
  left: 26.6vw;
  top: auto;
  right: auto;
  bottom: 0vh;
  width: 18vw;
  height: 30vh;
  background-color: #0c0500;
}

.s10-bg-blob-2.s10-blob-rotation-1 {
  -webkit-transform: translate(0px, 100vh);
  -ms-transform: translate(0px, 100vh);
  transform: translate(0px, 100vh);
}

.s10-bg-blob-2.s10-blob-rotation-1.s10-pseudo {
  background-color: #7f6af8;
}

.html-embed {
  color: #00b8db;
}

.s10-blobs-text-blob-wrap {
  position: relative;
  -webkit-transform: translate(0px, 150%);
  -ms-transform: translate(0px, 150%);
  transform: translate(0px, 150%);
}

.s10-h1-blob-wrap {
  position: absolute;
}

.s10-bg-blob-5 {
  position: absolute;
  left: auto;
  top: auto;
  right: -20vw;
  bottom: 0%;
  width: 30vw;
  height: 55vh;
  background-color: #0c0500;
}

.s10-bg-blob-5.s10-blob-rotation-2 {
  -webkit-transform: none;
  -ms-transform: none;
  transform: none;
}

.s10-bg-blob-5.s10-blob-rotation-2.s10-pseudo {
  background-color: #7f6af8;
}

.s10-blobs-text {
  position: relative;
  font-family: Vollkorn, serif;
  color: #fe133d;
  font-size: 40vh;
  line-height: 1em;
  font-weight: 700;
}

.s10-h1-pseudo-wrap {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.s10-fixed {
  position: fixed;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.s10-bg-blob-4 {
  position: absolute;
  left: -25vw;
  top: auto;
  right: auto;
  bottom: -15vh;
  width: 30vw;
  height: 50vh;
  background-color: #0c0500;
}

.s10-bg-blob-4.s10-blob-rotation-1 {
  -webkit-transform: translate(0px, 100vh);
  -ms-transform: translate(0px, 100vh);
  transform: translate(0px, 100vh);
}

.s10-bg-blob-4.s10-blob-rotation-1.s10-pseudo {
  background-color: #7f6af8;
}

.s10-h1 {
  position: relative;
  margin-top: -1vh;
  margin-bottom: 0px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  -webkit-transform: scale(0.5);
  -ms-transform: scale(0.5);
  transform: scale(0.5);
  -webkit-transform-origin: 50% 0%;
  -ms-transform-origin: 50% 0%;
  transform-origin: 50% 0%;
  font-family: Vollkorn, serif;
  font-size: 45vh;
  line-height: 0.85em;
  font-weight: 900;
  text-align: center;
}

.s10-h1-blob {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  width: 20vw;
  height: 35vh;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #0c0500;
  box-shadow: inset 0 0 0 10px #7f6af8;
  -webkit-transform: translate(0px, 30vh);
  -ms-transform: translate(0px, 30vh);
  transform: translate(0px, 30vh);
}

.s10-bg-blob-7 {
  position: absolute;
  left: auto;
  top: auto;
  right: 13.3vw;
  bottom: 1%;
  width: 15vw;
  height: 5vh;
  background-color: #0c0500;
}

.s10-bg-blob-7.s10-blob-rotation-1 {
  -webkit-transform: translate(0px, 100vh);
  -ms-transform: translate(0px, 100vh);
  transform: translate(0px, 100vh);
}

.s10-bg-blob-7.s10-blob-rotation-1.s10-pseudo {
  background-color: #7f6af8;
}

.s10-bg-blob-3 {
  position: absolute;
  left: 7vw;
  top: auto;
  right: auto;
  bottom: 0vh;
  width: 20vw;
  height: 10vh;
  background-color: #0c0500;
}

.s10-bg-blob-3.s10-blob-rotation-2 {
  -webkit-transform: translate(0px, 100vh);
  -ms-transform: translate(0px, 100vh);
  transform: translate(0px, 100vh);
}

.s10-bg-blob-3.s10-blob-rotation-2.s10-pseudo {
  background-color: #7f6af8;
}

.s10-h1-pseudo {
  position: relative;
  margin-top: -1vh;
  margin-bottom: 0px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  -webkit-transform: translate(0px, -30vh) scale(0.5);
  -ms-transform: translate(0px, -30vh) scale(0.5);
  transform: translate(0px, -30vh) scale(0.5);
  -webkit-transform-origin: 50% 0%;
  -ms-transform-origin: 50% 0%;
  transform-origin: 50% 0%;
  font-family: Vollkorn, serif;
  color: #7f6af8;
  font-size: 45vh;
  line-height: 0.85em;
  font-weight: 900;
  text-align: center;
}

.s10-h1-blob-in {
  position: relative;
  width: 100vw;
  height: 100vh;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}

.s10-blobs-text-blob-wrap-out {
  position: absolute;
  left: 0%;
  top: auto;
  right: 0%;
  bottom: 50vh;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-right: auto;
  margin-left: auto;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center;
}

.s10-ll {
  line-height: 1.2em;
}

.s10-bg-blob-6 {
  position: absolute;
  left: auto;
  top: auto;
  right: 30.6vw;
  bottom: 0%;
  width: 5vw;
  height: 8vh;
  background-color: #0c0500;
}

.s10-bg-blob-6.s10-blob-rotation-2 {
  -webkit-transform: translate(0px, 100vh);
  -ms-transform: translate(0px, 100vh);
  transform: translate(0px, 100vh);
}

.s10-bg-blob-6.s10-blob-rotation-2.s10-pseudo {
  background-color: #7f6af8;
}

.page-wrap-2 {
  position: fixed;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  z-index: 2;
  overflow: hidden;
  width: 100vw;
  height: 100vh;
  background-color: #1b1f25;
  background-image: url('../images/noise21_1noise21.png');
  background-position: 0px 0px;
}

.text-block-2 {
  text-align: left;
}

.section-14 {
  position: static;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 50vh;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #e0e0e0;
}

.nav-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  margin-right: auto;
  margin-left: auto;
  padding-right: 4%;
  padding-left: 4%;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.heading-6 {
  margin-top: 12px;
  margin-bottom: 24px;
  font-size: 3em;
}

.image-16 {
  margin-bottom: 15px;
}

.hero-content {
  display: block;
  width: 100%;
  margin-right: auto;
  margin-left: auto;
  padding-right: 4%;
  padding-left: 4%;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.div-block-8 {
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
}

.tab {
  margin-right: 10px;
  margin-left: 10px;
  padding-right: 10px;
  padding-left: 10px;
  background-color: hsla(0, 0%, 78.4%, 0);
}

.tab.w--current {
  padding-right: 10px;
  padding-left: 10px;
  background-color: hsla(0, 0%, 78.4%, 0);
}

.text-block-4 {
  font-size: 1em;
  text-align: right;
}

.text-block-4.right {
  text-align: left;
}

.div-block-6 {
  margin-right: 28px;
}

.div-block {
  display: -ms-grid;
  display: grid;
  height: auto;
  margin-top: 0vh;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  grid-auto-columns: 1fr;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  -ms-grid-columns: 3fr;
  grid-template-columns: 3fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.div-block.lower {
  position: absolute;
  left: 0%;
  top: auto;
  right: 0%;
  bottom: 21%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: auto;
  min-height: auto;
  margin-top: 2vh;
  padding-right: 10px;
  padding-left: 10px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.navbar {
  padding-top: 30px;
  background-color: hsla(0, 0%, 86.7%, 0);
}

.lottie-animation-2 {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
}

.div-block-9 {
  position: relative;
  z-index: 3;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

.div-block-copy {
  display: -ms-grid;
  display: grid;
  margin-top: 26.5vh;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  grid-auto-columns: 1fr;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  -ms-grid-columns: 1fr 1fr 2fr 1fr;
  grid-template-columns: 1fr 1fr 2fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.div-block-copy.lower-copy {
  min-height: auto;
  margin-top: 20.3vh;
}

.div-block-copy.lower-copy._2-copy {
  margin-top: 13.1vh;
  padding: 58px 80px;
  background-color: #fff;
}

.text-block-6 {
  font-size: 1em;
}

.image-17 {
  margin-right: 12px;
}

.image-17.right {
  margin-right: 0px;
  margin-left: 12px;
}

.grid-4 {
  margin-top: 20px;
  margin-bottom: 48px;
  -ms-grid-columns: 1fr 1fr 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
}

.nav-link {
  margin-right: 20px;
  padding: 10px 12px;
}

.nav-link.right {
  margin-right: 0px;
}

.tabs {
  position: absolute;
  left: 18%;
  z-index: 1;
  width: auto;
  margin-top: 0px;
  margin-left: 0px;
}

.div-block-3 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
}

.div-block-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 48px;
  height: 48px;
  padding: 17px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-style: solid;
  border-width: 1px;
  border-color: rgba(19, 18, 18, 0.1);
}

.div-block-12 {
  position: relative;
  z-index: 2;
}

.paragraph {
  max-width: 400px;
  color: rgba(19, 18, 18, 0.75);
  font-size: 1em;
  font-weight: 300;
}

.text-block-5 {
  margin-left: 24px;
}

.colors {
  position: static;
  width: 25px;
  height: 25px;
  margin-right: auto;
  margin-left: auto;
  padding-right: 0px;
  border-radius: 50%;
  background-color: #b6a179;
}

.colors.orange {
  width: 25px;
  height: 25px;
  background-color: #818181;
}

.colors.blue {
  width: 25px;
  height: 25px;
  background-color: #6389cb;
}

.div-block-4 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.text-block {
  font-size: 1em;
  font-weight: 600;
}

.text-block.right {
  font-size: 1.1em;
}

.tabs-menu {
  position: -webkit-sticky;
  position: sticky;
  left: auto;
  top: auto;
  right: -20vw;
  bottom: 0%;
  z-index: 3;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  border-radius: 16px;
  background-color: hsla(0, 0%, 80.7%, 0.48);
}

.div-block-5 {
  margin-left: 28px;
}

.image-3 {
  -webkit-transform: rotateX(0deg) rotateY(180deg) rotateZ(0deg);
  transform: rotateX(0deg) rotateY(180deg) rotateZ(0deg);
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
}

.nav-menu {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.text-block-3 {
  margin-top: auto;
  margin-bottom: auto;
  margin-left: -40px;
  -webkit-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  transform: rotate(-90deg);
  font-weight: 600;
  letter-spacing: 2px;
}

.div-block-7 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 40px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.image-1 {
  position: relative;
  z-index: -5;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 10px;
  background-image: url('../images/girl.jpg');
  background-position: 0% 50%;
  background-size: cover;
}

.travelers {
  position: fixed;
  left: 0%;
  top: auto;
  right: 0%;
  bottom: 0%;
  z-index: 1;
  margin-bottom: 0px;
  color: transparent;
  font-size: 20vw;
  line-height: 12vw;
  font-weight: 700;
  text-align: center;
  letter-spacing: -0.04em;
  cursor: none;
}

.more {
  -webkit-transition: all 400ms ease-in-out;
  transition: all 400ms ease-in-out;
}

.more:hover {
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}

.logo-loader {
  margin-top: 8px;
  font-size: 36px;
  line-height: 36px;
  font-weight: 700;
  letter-spacing: -0.03em;
}

.profile-picture {
  width: 30px;
  height: 30px;
  margin-right: 20px;
  border-radius: 100%;
}

.profile-picture.s {
  width: 15px;
  height: 15px;
  margin-right: 5px;
}

.heading-7 {
  margin-top: 0px;
  margin-bottom: 0px;
  margin-left: -4px;
  font-size: 96px;
  line-height: 72px;
  font-weight: 700;
  text-align: left;
  letter-spacing: -0.04em;
}

.heading-7.second {
  margin-bottom: 50px;
  font-size: 60px;
  line-height: 50px;
}

.heading-7.newletter {
  position: relative;
  margin-bottom: 40px;
  padding-right: 120px;
  font-size: 80px;
}

.loader {
  position: fixed;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: 10;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100vw;
  height: 100vh;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #fff;
}

.subheading {
  margin-top: 0px;
  margin-bottom: 44px;
  color: #999ca0;
  font-size: 24px;
  line-height: 24px;
  font-weight: 300;
  text-align: left;
  letter-spacing: -0.04em;
}

.social-links {
  position: static;
  -webkit-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  transform: rotate(-90deg);
}

.navigation {
  display: -ms-grid;
  display: grid;
  padding-top: 32px;
  padding-right: 32px;
  padding-left: 32px;
  grid-auto-columns: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-areas: ". . . . . . . . . . . . . . . . .";
  -ms-grid-columns: 1fr 0px 1fr 0px 1fr 0px 1fr 0px 1fr 0px 1fr 0px 1fr 0px 1fr 0px 1fr 0px 1fr 0px 1fr 0px 1fr 0px 1fr 0px 1fr 0px 1fr 0px 1fr 0px 1fr;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.title-2 {
  margin-top: 20px;
  padding-right: 10px;
  color: #474747;
  font-size: 18px;
  line-height: 25px;
  font-weight: 300;
  text-align: left;
  letter-spacing: -0.04em;
}

.name {
  font-size: 16px;
  font-weight: 700;
  letter-spacing: -0.03em;
}

.name.sv {
  color: #6d6d6d;
  font-size: 12px;
  font-weight: 500;
}

.view-more {
  position: relative;
  right: -25px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 50px;
  height: 50px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 100%;
  background-color: #2c2c2c;
  box-shadow: 0 6px 30px -6px rgba(51, 51, 51, 0.6);
  -webkit-transition: opacity 200ms ease;
  transition: opacity 200ms ease;
  cursor: pointer;
}

.view-more:hover {
  box-shadow: 0 -6px 30px -6px rgba(51, 51, 51, 0.6);
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}

.lesson-number {
  margin-bottom: 16px;
  font-size: 16px;
  line-height: 16px;
  font-weight: 300;
  text-align: left;
  letter-spacing: -0.04em;
}

.image-1-hover {
  position: relative;
  z-index: -5;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #fff;
}

.search {
  margin-left: 12px;
}

.image-18 {
  position: relative;
  z-index: -5;
  border-radius: 10px;
  background-image: url('../images/nanobin_final_8.jpeg');
  background-position: 50% 50%;
  background-size: cover;
}

.social {
  position: fixed;
  left: 0%;
  top: 0%;
  right: auto;
  bottom: 0%;
  z-index: 999;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 80px;
  height: 100vh;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-left: 1px solid #f2f2f2;
  background-color: hsla(0, 0%, 87.8%, 0);
}

.menu {
  margin-left: 12px;
}

.lesson {
  position: relative;
  z-index: 2;
}

.sidenav-social-link {
  display: inline;
  margin-right: 8px;
  margin-left: 8px;
  padding-right: 12px;
  padding-left: 12px;
  color: #1a1a1a;
  font-size: 13px;
  font-weight: 700;
  text-decoration: none;
}

.sidenav-social-link.line2 {
  position: relative;
  top: -10px;
  margin-left: 52px;
  padding-right: 25px;
  padding-left: 25px;
  border-bottom: 1px solid #676767;
}

.sidenav-social-link.line1 {
  position: relative;
  top: -10px;
  margin-right: 52px;
  padding-right: 50px;
  padding-left: 50px;
  border-bottom: 1px solid #5f5f5f;
}

.content-4 {
  position: relative;
  z-index: 100;
  display: -ms-grid;
  display: grid;
  width: 100vw;
  height: 100vh;
  padding-top: 50px;
  padding-bottom: 50px;
  grid-auto-columns: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-areas: ". . . . . . . . . . . . . . . . ."
    ". . . . . . . . . . . . . . . . ."
    ". . . . . . . . . . . . . . . . ."
    ". . . . . . . . . . . . . . . . ."
    ". . . . . . . . . . . . . . . . ."
    ". . . . . . . . . . . . . . . . ."
    ". . . . . . . . . . . . . . . . ."
    ". . . . . . . . . . . . . . . . ."
    ". . . . . . . . . . . . . . . . .";
  -ms-grid-columns: 1fr 0px 1fr 0px 1fr 0px 1fr 0px 1fr 0px 1fr 0px 1fr 0px 1fr 0px 1fr 0px 1fr 0px 1fr 0px 1fr 0px 1fr 0px 1fr 0px 1fr 0px 1fr 0px 1fr;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  -ms-grid-rows: 100px 0px auto 0px auto 0px auto 0px auto 0px auto 0px auto 0px auto 0px 90px 0px 90px;
  grid-template-rows: 100px auto auto auto auto auto auto auto 90px 90px;
  text-align: justify;
}

.logo {
  font-size: 26px;
  font-weight: 700;
  letter-spacing: -0.03em;
}

.user {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 32px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.user.svsnk {
  position: fixed;
  left: auto;
  top: 2vh;
  right: 2vw;
  bottom: auto;
  z-index: 99999;
  margin-bottom: 0px;
  padding: 7px 10px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-radius: 14px;
  background-color: #ebebeb;
}

.role {
  color: #999ca0;
}

.image-2-hover {
  position: relative;
  z-index: -5;
  background-color: #fff;
}

.html-embed-2 {
  position: relative;
  left: 10vw;
  top: 0vh;
  right: 0%;
  bottom: auto;
  z-index: 500;
  overflow: visible;
  width: 40%;
  height: auto;
  margin-top: 0px;
  margin-right: -100px;
  -webkit-filter: hue-rotate(207deg);
  filter: hue-rotate(207deg);
}

.html-embed-2.first {
  position: relative;
  z-index: 400;
  display: none;
  background-color: rgba(255, 196, 46, 0);
  -webkit-filter: hue-rotate(5deg);
  filter: hue-rotate(5deg);
}

.html-embed-2.first.bk-pattern {
  position: fixed;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: auto;
  z-index: 100;
  width: 3000px;
  margin-top: 0px;
  margin-right: 0px;
  opacity: 0.31;
  -webkit-filter: grayscale(100%);
  filter: grayscale(100%);
}

.html-embed-2.gray {
  display: none;
  -webkit-filter: hue-rotate(36deg);
  filter: hue-rotate(36deg);
}

.html-embed-2.background {
  position: fixed;
  left: 0%;
  top: -41.8vh;
  right: 0%;
  bottom: 0%;
  z-index: 1;
  overflow: visible;
  width: 3500px;
  height: auto;
  margin-right: 0px;
  opacity: 0.51;
  -webkit-filter: grayscale(100%);
  filter: grayscale(100%);
}

.html-embed-2.oop.mobill {
  display: none;
}

.div-block-246 {
  position: relative;
  z-index: 600;
  padding-top: 0px;
  padding-bottom: 150px;
}

.c-nav-social-contact-item-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 10px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

.nav-social-media-link-icon {
  height: 20px;
}

.nav-social-media-link-icon.focus {
  opacity: 1;
}

.nav-social-media-link-icon.default {
  opacity: 0.5;
}

.c-nav-social-media-item {
  display: inline-block;
  padding: 5px;
}

.c-nav-social-contact-item-link {
  position: relative;
  overflow: hidden;
  margin-bottom: 10px;
  color: #1e756e;
}

.c-nav-items-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.c-nav-contact {
  position: relative;
  z-index: 5001;
  margin-right: 40px;
}

._w-nav-2 {
  padding: 40px 2.5%;
}

.c-nav-social-media-link {
  position: relative;
  overflow: hidden;
  border-radius: 5px;
}

.c-nav-menu-content-2 {
  position: relative;
  z-index: 1000;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 90%;
  max-width: 1200px;
}

.c-menu-item-number-2 {
  position: absolute;
  display: none;
  margin-right: 20px;
}

.nav-social-contact-item-link-text {
  color: #999;
  text-decoration: underline;
}

.nav-social-contact-item-link-text.default {
  position: relative;
  color: #888;
}

.nav-social-contact-item-link-text.focus {
  position: absolute;
  color: #00c3b3;
}

.col-menu-header-text-2 {
  position: relative;
  -webkit-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  transform: rotate(-90deg);
  -webkit-transform-origin: 50% 100%;
  -ms-transform-origin: 50% 100%;
  transform-origin: 50% 100%;
  font-size: 0.8em;
  font-weight: 700;
  letter-spacing: 2px;
  text-transform: uppercase;
}

.logo-text {
  margin-top: 0px;
  margin-bottom: 0px;
  font-size: 2em;
  line-height: 1em;
  font-weight: 700;
}

.c-col-menu-links-2 {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.menu-item-text-2 {
  font-size: 4em;
  line-height: 1em;
  font-weight: 700;
  letter-spacing: 1px;
}

._w-nav-social-media-link {
  position: relative;
  padding: 5px;
}

._w-nav-social-media-link.focus {
  position: absolute;
  border-radius: 5px;
  background-image: linear-gradient(45deg, #219fa3, #5dc3a3);
}

._w-col-menu-social-2 {
  padding-bottom: 20px;
}

.c-menu-item-2 {
  margin-bottom: 20px;
}

.c-nav-contact-link {
  position: relative;
  overflow: hidden;
  padding-right: 5px;
  padding-left: 5px;
  color: #fff;
  text-decoration: none;
}

.c-nav-2 {
  position: fixed;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: auto;
  z-index: 9999;
}

.c-nav-social-address-2 {
  margin-bottom: 20px;
}

.menu-item-number-2 {
  font-size: 0.8em;
  font-weight: 900;
  letter-spacing: 1px;
}

.c-nav-menu-overlay-2 {
  position: fixed;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: 5000;
  display: none;
  overflow: hidden;
  width: 100%;
  height: 100vh;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.c-nav-contact-link-text {
  position: relative;
  font-size: 0.9em;
  font-weight: 600;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.c-nav-contact-link-text.focus {
  position: absolute;
  color: #69e1e2;
}

.c-nav-contact-link-text.focus {
  position: static;
  color: #69e1e2;
}

.mydiv1 {
  position: fixed;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  width: 100%;
  height: 100%;
  background-color: #e0e0e0;
  opacity: 1;
}

.birds {
  position: relative;
  left: 0%;
  top: 0%;
  right: auto;
  bottom: auto;
  z-index: 2;
  width: 100vw;
  height: 100vh;
}

.button-div-test {
  position: absolute;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100vw;
  height: 100vh;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.element-1-sldier-1 {
  width: 100%;
  height: 100%;
  padding-right: 0px;
  padding-left: 0px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
  -webkit-flex-direction: column-reverse;
  -ms-flex-direction: column-reverse;
  flex-direction: column-reverse;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  background-image: url('../images/element---2-S1.png');
  background-position: 50% 50%;
  background-size: contain;
  background-repeat: no-repeat;
  -webkit-filter: saturate(200%) sepia(100%);
  filter: saturate(200%) sepia(100%);
  -webkit-transform: rotate(17deg);
  -ms-transform: rotate(17deg);
  transform: rotate(17deg);
}

.element-1-sldier-1.slider-3 {
  background-image: url('../images/element-3---S3.png');
}

.element-1-sldier-1.slider-3.gray {
  -webkit-filter: grayscale(100%);
  filter: grayscale(100%);
  -webkit-transform: rotate(31deg);
  -ms-transform: rotate(31deg);
  transform: rotate(31deg);
}

.image-19 {
  position: relative;
  z-index: 1;
  width: 20px;
  -webkit-filter: invert(100%);
  filter: invert(100%);
}

.link-block-slider-1 {
  position: absolute;
  width: 100%;
  height: 100%;
  opacity: 0;
}

.element-1-s1-copy {
  position: absolute;
  left: auto;
  top: auto;
  right: 155px;
  bottom: -129px;
  z-index: 2;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 150px;
  height: 400px;
  padding-right: 0px;
  padding-left: 0px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  background-image: none;
}

.element-1-s1-copy.slider-3 {
  right: 157px;
  z-index: 3;
  width: 280px;
  height: 350px;
}

.element-1-s1-copy.slider-2 {
  right: 50px;
  width: 400px;
}

.div-block-copy-2 {
  height: 20px;
  padding-top: 0px;
  border-radius: 200%;
  background-color: rgba(0, 0, 0, 0.56);
  opacity: 0.67;
  -webkit-filter: blur(14px);
  filter: blur(14px);
}

.slider-link-button {
  position: absolute;
  left: 60%;
  top: auto;
  right: auto;
  bottom: 28.7vh;
  z-index: 19;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 170px;
  height: 50px;
  margin-top: 0px;
  padding-right: 0px;
  padding-left: 0px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 200px;
  background-color: rgba(0, 0, 0, 0.34);
}

.bg-color-button {
  position: absolute;
  width: 100%;
  height: 100%;
  border-radius: 200px;
  background-color: #303030;
  -webkit-transition: all 700ms ease;
  transition: all 700ms ease;
}

.bg-color-button:hover {
  -webkit-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
}

.hero {
  left: auto;
  top: 0%;
  right: 0%;
  bottom: auto;
  width: 100vw;
  height: 100vh;
  min-height: 500px;
  padding-right: 0px;
  padding-left: 0px;
}

.element-2-s1 {
  width: 100%;
  height: 100%;
  margin-bottom: 45px;
  padding-right: 0px;
  padding-bottom: 0px;
  padding-left: 0px;
  background-image: url('../images/element---1.png');
  background-position: 50% 50%;
  background-size: contain;
  background-repeat: no-repeat;
}

.element-2-s1.slider-3 {
  background-image: url('../images/element-1---S3.png');
}

.element-2-s1.slider-3.gray {
  background-image: url('../images/element-1---S3.png');
  opacity: 0.74;
  -webkit-filter: grayscale(100%);
  filter: grayscale(100%);
  -webkit-transform: rotateX(-180deg) rotateY(0deg) rotateZ(-180deg);
  transform: rotateX(-180deg) rotateY(0deg) rotateZ(-180deg);
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
}

.element-2-s1.slider-2 {
  background-image: url('../images/element-1---S2.png');
}

.element-2-s1.gold {
  -webkit-filter: saturate(200%) sepia(100%);
  filter: saturate(200%) sepia(100%);
}

.element-12s1 {
  position: absolute;
  left: 81px;
  top: 0%;
  right: auto;
  bottom: auto;
  z-index: 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  max-height: 400px;
  max-width: 200px;
  padding-right: 0px;
  padding-left: 0px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.element-12s1.slider-3 {
  left: 17px;
  max-width: 200px;
}

.div-block-247 {
  height: 50px;
  border-radius: 100%;
  background-color: rgba(0, 0, 0, 0.56);
  opacity: 0.32;
  -webkit-filter: blur(14px);
  filter: blur(14px);
}

.text-block-13 {
  position: relative;
  z-index: 1;
  margin-right: 20px;
  color: #fff;
  font-size: 16px;
  font-weight: 600;
}

.h1-3 {
  position: relative;
  z-index: 1;
  margin-top: 0px;
  margin-bottom: 0px;
  font-family: Montserrat, sans-serif;
  color: #fff;
  font-size: 150px;
  line-height: 120%;
  font-weight: 500;
  text-align: center;
  letter-spacing: 0px;
}

.mask {
  z-index: 10;
  overflow: hidden;
  width: 100%;
  height: 100%;
  padding-top: 0px;
  padding-bottom: 0px;
}

.slide-center {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100vw;
  height: 120vh;
  padding-bottom: 18vh;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.bg-radial {
  position: absolute;
  width: 100vw;
  height: 100vh;
  background-image: radial-gradient(circle farthest-corner at 50% 50%, #f3b948, #f5b51b);
}

.bg-radial._2 {
  display: block;
  background-image: radial-gradient(circle farthest-corner at 50% 50%, #7c7c7c, #484848);
}

.bg-radial._1 {
  background-image: radial-gradient(circle farthest-corner at 50% 50%, #233179, #001865);
}

.slide-nav {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: 19;
  display: none;
  margin-bottom: 30vh;
  padding-top: 0px;
  padding-right: 20%;
  padding-left: 22%;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  font-family: Montserrat, sans-serif;
  font-size: 26px;
  font-weight: 500;
}

.left-arrow {
  position: absolute;
  left: 0px;
  top: auto;
  right: auto;
  bottom: 55px;
  z-index: 20;
  display: none;
  width: 30px;
  height: 30px;
  padding-top: 1px;
  padding-left: 2px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 100px;
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
  color: #1c3a6b;
}

.left-arrow:hover {
  color: #de5b91;
}

.hero-slider {
  z-index: 600;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100vw;
  height: 120vh;
  margin-right: auto;
  margin-left: auto;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: transparent;
  background-image: url('../images/bk2_1.png');
  background-position: -100% 100%;
  background-size: contain;
  background-repeat: no-repeat;
}

.flex-vertical {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.flex-vertical.max-50 {
  position: relative;
  width: 70vw;
  height: 60vh;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.right-arrow {
  position: absolute;
  left: 0px;
  top: auto;
  right: auto;
  bottom: 20px;
  z-index: 20;
  display: none;
  width: 30px;
  height: 30px;
  padding-top: 1px;
  padding-right: 2px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 100px;
  background-color: #1c3a6b;
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
  color: #fff;
}

.right-arrow:hover {
  color: #de5b91;
}

.slide {
  z-index: 500;
  width: 100vw;
  height: 100vh;
  background-image: none;
}

.slide.sliedr-2 {
  background-image: none;
}

.slide-content {
  position: relative;
  z-index: 600;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100vw;
  height: 100vh;
  min-height: 300px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.element-1-sldier-1-copy {
  width: 100%;
  height: 100%;
  padding-right: 0px;
  padding-left: 0px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
  -webkit-flex-direction: column-reverse;
  -ms-flex-direction: column-reverse;
  flex-direction: column-reverse;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  background-image: url('../images/element---2-S1.png');
  background-position: 50% 50%;
  background-size: contain;
  background-repeat: no-repeat;
  -webkit-filter: saturate(200%) sepia(100%);
  filter: saturate(200%) sepia(100%);
  -webkit-transform: rotateX(-180deg) rotateY(0deg) rotateZ(0deg);
  transform: rotateX(-180deg) rotateY(0deg) rotateZ(0deg);
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
}

.element-1-sldier-1-copy.slider-2 {
  background-image: url('../images/element---2-S2.png');
}

.element-1-sldier-1-copy.slider-2.blue {
  -webkit-filter: hue-rotate(10deg);
  filter: hue-rotate(10deg);
}

.element-1-sldier-1-copy.slider-3 {
  background-image: url('../images/element-2--S3.png');
}

.element-1-sldier-1-copy.slider-3.gray {
  -webkit-filter: grayscale(100%);
  filter: grayscale(100%);
}

.element-1-s1 {
  position: absolute;
  left: auto;
  top: 33%;
  right: 8px;
  bottom: auto;
  z-index: 2;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 300px;
  height: 400px;
  padding-right: 0px;
  padding-left: 0px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

.image-20 {
  position: relative;
  left: 0%;
  top: 0%;
  right: auto;
  bottom: 0%;
  width: 250px;
}

.image-21 {
  width: 250px;
}

.image-22 {
  width: 250px;
}

.image-23 {
  width: 250px;
}

.div-block-249 {
  height: 100vh;
}

.p-footer {
  margin-bottom: 0px;
}

.p-footer.mail {
  margin-top: 6px;
  color: #1b2052;
  font-size: 11px;
  letter-spacing: 0em;
  text-transform: uppercase;
}

.p-footer.mail.naam {
  margin-right: 15px;
  color: #51525d;
}

.p-footer.phone {
  margin-top: 3px;
  color: #1b2052;
  font-size: 11px;
  letter-spacing: 0em;
  text-transform: uppercase;
}

.p-footer.phone.naam {
  margin-top: 6px;
  margin-left: 15px;
}

.hero-nav-link {
  margin-bottom: 21px;
  margin-left: 6px;
  color: #1b2052;
  line-height: 1;
  font-weight: 300;
  text-decoration: none;
  text-transform: uppercase;
}

.hero-nav-link.heading {
  margin-bottom: 24px;
  margin-left: 0px;
  -webkit-transition: color 333ms ease, -webkit-transform 333ms ease;
  transition: color 333ms ease, -webkit-transform 333ms ease;
  transition: transform 333ms ease, color 333ms ease;
  transition: transform 333ms ease, color 333ms ease, -webkit-transform 333ms ease;
  font-family: 'PT Sans', sans-serif;
  font-size: 22px;
  font-weight: 700;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}

.hero-nav-link.heading:hover {
  -webkit-transform: translate(6px, 0px);
  -ms-transform: translate(6px, 0px);
  transform: translate(6px, 0px);
  color: #d38e0d;
  text-decoration: none;
}

.hero-nav-link._2 {
  margin-bottom: 27px;
  margin-left: 12px;
  -webkit-transition: color 333ms ease, -webkit-transform 333ms ease;
  transition: color 333ms ease, -webkit-transform 333ms ease;
  transition: transform 333ms ease, color 333ms ease;
  transition: transform 333ms ease, color 333ms ease, -webkit-transform 333ms ease;
  font-family: 'PT Sans', sans-serif;
  font-size: 16px;
  font-weight: 400;
  letter-spacing: 0.06em;
}

.hero-nav-link._2:hover {
  -webkit-transform: translate(6px, 0px);
  -ms-transform: translate(6px, 0px);
  transform: translate(6px, 0px);
  color: #d38e0d;
  text-decoration: none;
}

.hero-nav-link._1 {
  margin-bottom: 12px;
  margin-left: 12px;
  -webkit-transition: color 333ms ease, -webkit-transform 333ms ease;
  transition: color 333ms ease, -webkit-transform 333ms ease;
  transition: transform 333ms ease, color 333ms ease;
  transition: transform 333ms ease, color 333ms ease, -webkit-transform 333ms ease;
  font-family: 'PT Sans', sans-serif;
  font-size: 16px;
  font-weight: 400;
  letter-spacing: 0.06em;
}

.hero-nav-link._1:hover {
  -webkit-transform: translate(6px, 0px);
  -ms-transform: translate(6px, 0px);
  transform: translate(6px, 0px);
  color: #d38e0d;
  text-decoration: none;
}

.hero-grid {
  width: 1200px;
  margin-right: 33px;
  margin-left: 33px;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  -ms-grid-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  -ms-grid-rows: 123px 123px 123px 123px 123px 123px 123px 123px 123px 123px 123px 123px 123px 123px auto;
  grid-template-rows: 123px 123px 123px 123px 123px 123px 123px 123px 123px 123px 123px 123px 123px 123px auto;
}

.hero-grid.een {
  position: relative;
  z-index: 100;
  display: -ms-grid;
  display: grid;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  grid-auto-columns: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  -ms-grid-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  -ms-grid-rows: 25px 123px 123px 123px 66px;
  grid-template-rows: 25px 123px 123px 123px 66px;
}

.hero-grid.twee {
  -ms-grid-rows: 123px 123px 123px 123px 123px;
  grid-template-rows: 123px 123px 123px 123px 123px;
}

.hero-grid.een {
  grid-auto-columns: 0.25fr;
  -ms-grid-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  -ms-grid-rows: 123px 123px 123px 123px;
  grid-template-rows: 123px 123px 123px 123px;
}

.hero-nav-heading {
  margin-top: 33px;
  margin-bottom: 12px;
  font-family: 'PT Sans', sans-serif;
  color: #1b2052;
  font-size: 22px;
  line-height: 1;
  font-weight: 700;
  letter-spacing: 0.06em;
  text-decoration: none;
}

.hero-nav-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.hangend-leesteken {
  margin-right: 111px;
}

.hangend-leesteken.next {
  margin-right: 0px;
  margin-left: 0px;
}

.brush {
  display: inline-block;
  width: 24px;
  height: auto;
  margin-top: 2px;
  margin-right: 12px;
  margin-left: 12px;
  color: #d38e0d;
}

.section-15 {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100vw;
  height: auto;
  padding: 200px 33px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.section-15.hero {
  z-index: 200;
  margin-bottom: 0vh;
  padding: 150px 70px 150px 50px;
}

.section-15.hero-twee {
  position: relative;
  z-index: 600;
  margin-bottom: 0vh;
  padding: 0px 70px 0px 100px;
}

.section-15.hero {
  z-index: 9999;
  margin-bottom: 0vh;
  padding-top: 100px;
  padding-bottom: 200px;
  background-image: url('../images/5ca62c6e64f7f37aea50c546_blob-shape.svg');
  background-position: -80% 50%;
  background-size: contain;
  background-repeat: no-repeat;
}

.home-hero-tagon {
  position: relative;
  background-image: url('../images/nieuw2.jpg');
  background-position: 100% 0%;
  background-size: contain;
  background-repeat: no-repeat;
}

.illusstrator {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.hero-tekst-wrapper {
  position: relative;
  padding-left: 29px;
}

.hero-tekst-wrapper.sub-heading {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-left: 77px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.witte-nav-achtergrond {
  position: relative;
  left: -102px;
  z-index: 101;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 270px;
  padding-top: 0px;
  padding-bottom: 20px;
  padding-left: 50px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  border-radius: 16px;
  background-color: #f8f8f8;
  -webkit-transform: scale(0.75);
  -ms-transform: scale(0.75);
  transform: scale(0.75);
}

.overlay {
  position: absolute;
  left: 0px;
  top: -3px;
  right: 0px;
  bottom: -3px;
  z-index: 100;
  display: none;
  background-color: #fff;
}

.overlay.home-hero {
  background-color: #e0e0e0;
}

.link {
  text-decoration: none;
}

.link.no-underline:hover {
  text-decoration: none;
}

.kustenaar {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-right: 35px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.footer-mail-link {
  -webkit-transition: color 333ms ease;
  transition: color 333ms ease;
  color: #1b2052;
  font-weight: 400;
  text-transform: none;
}

.footer-mail-link.naam {
  color: #696969;
  font-size: 12px;
  text-decoration: none;
}

.footer-mail-link.naam:hover {
  text-decoration: none;
}

.footer-mail-link.naam {
  color: #696969;
  text-decoration: none;
}

.footer-mail-link.naam:hover {
  text-decoration: none;
}

.hero-image-wrapper {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.naam-contact-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 9px;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.heading-8 {
  font-size: 50px;
}

.huib-bio-wrapper {
  position: relative;
  padding-top: 0px;
  padding-right: 20px;
  padding-left: 20px;
  border-left: 1px solid rgba(30, 32, 52, 0.12);
}

.andere-taal {
  color: rgba(27, 32, 82, 0.57);
}

.begin-kapitaal {
  position: absolute;
  left: 3px;
  top: -65px;
  z-index: -1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 99px;
  height: 99px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  text-shadow: 0 0 15px rgba(30, 32, 52, 0.06);
}

.kapitaal-letter {
  display: inline;
  color: #fff;
  font-size: 99px;
  line-height: 99px;
  font-weight: 900;
}

.vlag {
  position: absolute;
  left: -21px;
  top: 15px;
  right: auto;
  bottom: auto;
  width: 21px;
}

.vlag.fr {
  top: 0px;
}

.c-nav-menu-btn-wrap {
  position: relative;
}

.c-social_link {
  padding-top: 1em;
  padding-bottom: 1em;
  padding-left: 1.4em;
}

.menu-item-number-3 {
  color: #ddf142;
  font-size: 0.8em;
  font-weight: 900;
  letter-spacing: 1px;
}

.c-nav-contact-2 {
  position: relative;
  z-index: 5001;
  display: none;
  margin-right: 40px;
}

._w-col-menu-social-3 {
  padding-bottom: 20px;
}

.c-navagation-wrap {
  position: fixed;
  z-index: 5000;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100vh;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: transparent;
}

.nav-menu-overlay-bg-2 {
  position: absolute;
  width: 0vw;
  height: 0vw;
  border-radius: 100%;
  background-color: #0f0e17;
}

.menu-item-text-3 {
  font-family: system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Fira Sans', 'Droid Sans', 'Helvetica Neue', sans-serif;
  color: #fff;
  font-size: 50px;
  line-height: 1em;
  font-weight: 700;
  letter-spacing: 1px;
}

.col-menu-header-text-3 {
  position: relative;
  -webkit-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  transform: rotate(-90deg);
  -webkit-transform-origin: 50% 100%;
  -ms-transform-origin: 50% 100%;
  transform-origin: 50% 100%;
  color: #fff;
  font-size: 0.8em;
  font-weight: 700;
  letter-spacing: 2px;
  text-transform: uppercase;
}

.c-nav-grid {
  width: 100%;
  -webkit-box-align: end;
  -webkit-align-items: end;
  -ms-flex-align: end;
  align-items: end;
  grid-column-gap: 20px;
  grid-row-gap: 50px;
  -ms-grid-columns: 1.5fr 1fr 1fr;
  grid-template-columns: 1.5fr 1fr 1fr;
}

.nav-social-address-3 {
  padding-top: 1em;
  padding-left: 1.4em;
  color: #fff;
  font-size: 0.8em;
}

._w-content {
  position: fixed;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: 1500;
  width: 100%;
  height: 100vh;
  background-color: transparent;
}

.c-social_icon {
  width: 1.9em;
  height: 1.6em;
  font-size: 117%;
  -o-object-fit: contain;
  object-fit: contain;
}

.c-social_icon.small-icon {
  width: 1em;
}

.c-nav-link {
  font-family: system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Fira Sans', 'Droid Sans', 'Helvetica Neue', sans-serif;
  color: #fff;
  font-size: 20px;
  line-height: 1.7;
  font-weight: 400;
  text-decoration: none;
}

.footer-column {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-right: 40px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  color: #fff;
}

.c-col-menu-links-3 {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  background-color: transparent;
}

.nav-shape {
  position: absolute;
  left: auto;
  top: auto;
  right: 0%;
  bottom: 0%;
  width: 500px;
  height: 500px;
  background-image: url('../images/18.svg');
  background-position: 50% 50%;
  background-size: auto;
  background-repeat: no-repeat;
  opacity: 0.29;
  -webkit-filter: blur(10px);
  filter: blur(10px);
}

.c-col-menu-header-2 {
  display: none;
  padding-right: 40px;
}

.c-nav-main {
  position: fixed;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: auto;
  z-index: 9999;
}

.c-nav-menu-overlay-3 {
  position: fixed;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: 5000;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  width: 100%;
  height: 100vh;
  padding-top: 10em;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.background-video {
  width: 100%;
  height: 100%;
}

.paragraph-3 {
  font-weight: 300;
}

.paragraph-4 {
  margin-bottom: 15px;
  color: #303030;
  font-size: 17px;
  line-height: 25px;
  font-weight: 400;
}

.paragraph-4.pri {
  font-size: 15px;
  line-height: 18px;
}

.section-16 {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100vw;
  height: auto;
  min-height: 100vh;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center;
}

.section-16.margin-top-220 {
  position: relative;
  z-index: 700;
  height: auto;
  min-height: 100vh;
  margin-top: 0px;
  padding-top: 100px;
  padding-bottom: 0px;
  background-color: rgba(57, 123, 27, 0);
}

.section-16.margin-top-220.last {
  padding-top: 200px;
}

.container-2 {
  position: relative;
  z-index: 1000;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 640px;
  margin-bottom: 100px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-transform: translate(0px, 0px);
  -ms-transform: translate(0px, 0px);
  transform: translate(0px, 0px);
  font-size: 16px;
  line-height: 38px;
  font-weight: 200;
}

.h2 {
  margin-top: 0px;
  margin-bottom: 0px;
  color: #2e2e2e;
  font-size: 14px;
  line-height: 29px;
  font-weight: 300;
  text-align: left;
  letter-spacing: 8px;
  text-transform: uppercase;
}

.paragraph-5 {
  color: #303030;
  font-size: 16px;
  line-height: 25px;
  font-weight: 300;
  text-align: left;
}

.paragraph-5.second {
  margin-bottom: 150px;
}

.div-block-14 {
  display: -ms-grid;
  display: grid;
  width: 100%;
  margin-top: 60px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  grid-auto-columns: 1fr;
  grid-column-gap: 55px;
  grid-row-gap: 16px;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.car-drawing {
  display: block;
  width: 100%;
  height: auto;
  max-width: none;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}

.text-span-8 {
  color: #397b1b;
  font-weight: 500;
}

.graphic-element-4 {
  position: absolute;
  width: 110px;
  height: 1000px;
  margin-left: -330px;
  background-color: hsla(0, 0%, 91.3%, 0.98);
}

.graphic-element-5 {
  position: absolute;
  top: -880px;
  width: 60px;
  height: 1000px;
  margin-left: -190px;
  background-color: hsla(0, 0%, 90%, 0.98);
}

.date {
  margin-top: 0px;
  margin-bottom: 0px;
  color: #aaa;
  font-size: 12px;
  line-height: 30px;
  font-weight: 400;
  text-align: center;
  letter-spacing: 10px;
  text-transform: uppercase;
}

.h1-4 {
  margin-top: 40px;
  margin-bottom: 20px;
  font-family: Montserrat, sans-serif;
  color: #2e2e2e;
  font-size: 100px;
  line-height: 79px;
  font-weight: 800;
  text-align: left;
  letter-spacing: -2px;
}

.d-type-text-2 {
  margin-top: 0px;
  margin-bottom: 0px;
  color: #2e2e2e;
  font-size: 38px;
  line-height: 36px;
  font-weight: 300;
  text-align: left;
  letter-spacing: 2px;
}

.d-type-text-2.updrag {
  margin-bottom: 25px;
}

.graphic-element-6 {
  position: absolute;
  top: -590px;
  width: 1px;
  height: 1000px;
  margin-left: -360px;
  background-color: #a8a8a8;
}

.date-block {
  display: none;
  padding: 10px 20px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-radius: 16px;
  background-color: #2e2e2e;
}

.date-block.buy {
  margin-bottom: 10px;
}

.subtitle-2 {
  margin-top: 0px;
  margin-bottom: 0px;
  color: #2e2e2e;
  font-size: 14px;
  line-height: 17px;
  font-weight: 400;
  text-align: left;
  letter-spacing: 8px;
  text-transform: uppercase;
}

.hero-right-column-2 {
  position: -webkit-sticky;
  position: sticky;
  top: 0px;
  z-index: 500;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 480px;
  margin-left: -70px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.outline-block-2 {
  margin-top: 10px;
  margin-bottom: 19px;
  padding: 10px 20px;
  border-style: solid;
  border-width: 1px;
  border-color: #cacaca;
  border-radius: 20px;
}

.jaguar-text {
  margin-top: 0px;
  margin-bottom: 13px;
  color: #397b1b;
  font-size: 16px;
  line-height: 18px;
  font-weight: 300;
  text-align: left;
  letter-spacing: 10px;
}

.graphic-element-7 {
  position: absolute;
  top: -20px;
  width: 1px;
  height: 500px;
  margin-left: -70px;
  background-color: #acacac;
}

.text-span-9 {
  color: #2d57a0;
  font-size: 20px;
  font-weight: 300;
}

.text-span-10 {
  color: #397b1b;
  font-weight: 500;
}

.small-life-3 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-left: 90px;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

.p3 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 110%;
  margin-bottom: 0px;
  margin-left: 0px;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  color: rgba(36, 35, 16, 0.85);
  font-size: 16px;
  font-weight: 400;
  text-transform: uppercase;
}

.paragraph-2-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  margin-left: 30px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.small-life-1 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.second-text-block {
  position: relative;
  left: 0%;
  bottom: 0px;
  z-index: 2;
  width: 65%;
  margin-top: 0px;
  margin-bottom: 0px;
}

.h2-title-2 {
  margin: 0px 20px;
  color: #302e15;
  font-size: 88px;
  line-height: 100%;
  font-weight: 500;
}

.h2-title {
  margin: 0px;
  color: #242310;
  font-size: 88px;
  line-height: 32px;
  font-weight: 500;
}

.circle-texts {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 100px;
  margin-bottom: 300px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.small-life-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-left: 40px;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

.bold-text-4 {
  line-height: 44px;
}

.bold-text-5 {
  line-height: 43px;
  font-weight: 400;
}

.lottie-animation {
  position: absolute;
  left: auto;
  top: auto;
  right: 3vw;
  bottom: 3vh;
  z-index: 9999;
  width: 100px;
  margin-top: 0px;
}

.hero-tekst-wrapper-2 {
  position: relative;
  padding-right: 20px;
  padding-left: 55px;
}

.hero-tekst-wrapper-2.sub-heading {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.witte-nav-achtergrond-2 {
  position: relative;
  left: -102px;
  z-index: 101;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 270px;
  padding-top: 39px;
  padding-bottom: 46px;
  padding-left: 81px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  border-radius: 20px;
  background-color: #fff;
  -webkit-transform: scale(0.75);
  -ms-transform: scale(0.75);
  transform: scale(0.75);
}

.hero-image-wrapper-2 {
  position: relative;
  border-radius: 15px;
  background-color: rgba(255, 196, 46, 0);
  background-image: url('../images/aliice.png');
  background-position: 50% 100%;
  background-size: auto;
  background-repeat: no-repeat;
  background-attachment: scroll;
}

.heading-9 {
  text-align: left;
}

.text-block-14 {
  color: #fff;
  font-size: 45px;
  line-height: 54px;
  font-weight: 500;
  text-transform: capitalize;
}

.div-block-250 {
  position: absolute;
  z-index: 9996;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  max-width: none;
  padding-top: 0px;
  padding-left: 95px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.div-block-250.combo {
  left: 550px;
  max-width: 50px;
  padding-top: 43px;
  padding-bottom: 0px;
  padding-left: 0px;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
}

.text-block-15 {
  margin-top: 20px;
  margin-bottom: 50px;
  font-family: Montserrat, sans-serif;
  color: #fff;
  font-size: 16px;
  font-weight: 500;
}

.frosted_block_parent {
  width: 100%;
  height: 100%;
  background-color: hsla(0, 0%, 83.5%, 0.82);
}

.horizontal {
  margin-bottom: 40px;
  font-family: Montserrat, sans-serif;
  color: #fff;
  font-weight: 400;
  letter-spacing: 1px;
  text-decoration: none;
}

.button-3 {
  position: relative;
  z-index: 9997;
  margin-top: 20px;
  padding: 25px 45px;
  border-radius: 6px;
  background-color: #fff;
  -webkit-transition: background-color 400ms linear;
  transition: background-color 400ms linear;
  color: #111;
  font-size: 24px;
  font-weight: 500;
}

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

.hero_section {
  display: -ms-grid;
  display: grid;
  overflow: hidden;
  width: 100vw;
  height: 100vh;
  grid-auto-columns: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
  background-color: #881b1b;
  background-image: url('../images/pexels-aleksandar-pasaric-5686514.jpg');
  background-position: 50% 50%;
  background-size: cover;
}

.hero_section.new {
  position: relative;
  z-index: 900;
  margin-top: 150px;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  background-color: rgba(136, 27, 27, 0);
  background-image: url('../images/nanobin_final_10.jpeg');
  opacity: 0.95;
}

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

.image-24 {
  position: absolute;
  left: 48%;
  top: auto;
  right: auto;
  bottom: 0%;
  width: 50px;
}

.image-25 {
  position: absolute;
  left: auto;
  top: auto;
  right: 2.5vw;
  bottom: 3vh;
  z-index: 99999;
  width: 35px;
  -webkit-filter: invert(100%);
  filter: invert(100%);
}

.image-26 {
  position: absolute;
  left: 1vw;
  top: 2vh;
  right: 0%;
  bottom: auto;
  width: 45px;
}

.image-27 {
  position: absolute;
  left: auto;
  top: -36%;
  right: -16%;
  bottom: 35%;
  width: 500px;
  opacity: 0.23;
  -webkit-filter: blur(5px);
  filter: blur(5px);
  -webkit-transform: rotateX(0deg) rotateY(6deg) rotateZ(-31deg);
  transform: rotateX(0deg) rotateY(6deg) rotateZ(-31deg);
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
}

.sticky-parent {
  position: -webkit-sticky;
  position: sticky;
  top: 0px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  width: 100%;
  height: 100vh;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.img-parent {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  width: 100%;
  height: 100%;
  margin-right: auto;
  margin-left: auto;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.img-parent.card {
  position: relative;
  display: block;
  overflow: hidden;
  width: 100vw;
  height: 100vh;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  border-radius: 20px;
}

.card-whipe-r {
  position: absolute;
  left: auto;
  top: auto;
  right: 0%;
  bottom: 0%;
  z-index: 1;
  width: 100%;
  height: 100%;
}

.card-whipe-r.bg-yellow {
  border-radius: 20px;
}

.heading-xl {
  font-size: 8em;
}

.div-hide-ab {
  position: absolute;
  z-index: 1;
  overflow: hidden;
}

.div-hide-ab.no-hide {
  overflow: visible;
}

.sticky-container {
  position: relative;
  z-index: 150;
  width: 100%;
  height: 800vh;
}

.card-parent {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.img-child-v {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 300vw;
  height: 100%;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.span-text {
  display: inline-block;
}

.img-child {
  position: relative;
  width: 100%;
  height: 100%;
}

.img-child.img-13 {
  background-image: url('../images/nanobin_final_2.jpeg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
  background-attachment: scroll;
}

.img-child.img-12 {
  background-image: url('../images/nanobin_final_10.jpeg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
  background-attachment: scroll;
}

.img-child.img-14 {
  background-image: url('../images/nanobin_final_4.jpeg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
  background-attachment: scroll;
}

.img-child.img-14._2 {
  background-image: url('../images/nanobin_final_6.jpeg');
}

.circle-parent-one {
  position: absolute;
  left: 0%;
  top: 0%;
  right: auto;
  bottom: auto;
  z-index: 5555;
  width: 16em;
  height: 16em;
}

.circle-child {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 100%;
}

.div-hide {
  position: relative;
  overflow: hidden;
}

.div-hide.pad-right {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.arrow-one {
  position: relative;
  width: 2em;
}

.arrow-one-ap {
  position: absolute;
  left: 0%;
  top: 0%;
  right: auto;
  bottom: auto;
  width: 2em;
}

.div-block-251 {
  position: fixed;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: 999999999;
  background-color: #db0000;
}

.html-embed-3 {
  position: fixed;
  left: auto;
  top: auto;
  right: 3vw;
  bottom: 2vh;
  z-index: 99999;
  width: 412px;
  height: 550px;
}

.grid-5 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 90%;
  height: auto;
  margin-right: -15px;
  margin-bottom: 100px;
  margin-left: -15px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.image-big {
  border-radius: 19px;
  -webkit-transition: box-shadow 200ms ease-in-out;
  transition: box-shadow 200ms ease-in-out;
}

.image-big:hover {
  box-shadow: 0 5px 16px 0 rgba(0, 0, 0, 0.2);
}

.number-2 {
  margin-left: -20px;
  opacity: 1;
  color: #fff;
  font-size: 2vw;
  font-weight: 300;
  text-align: right;
}

.wrapper {
  position: relative;
  left: 0px;
  top: 0px;
  right: 0px;
  z-index: 2;
  display: block;
  width: 100%;
  max-width: 85vw;
  margin-right: auto;
  margin-left: auto;
  padding: 0px 30px;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
}

.wrapper.gallery {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 0px;
  padding: 0px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.wrapper.negative-margins {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: none;
  margin-top: 0px;
  padding-top: 0px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-image: url('../images/5ca62c6e64f7f37aea50c546_blob-shape.svg');
  background-position: -200% 50%;
  background-size: contain;
  background-repeat: no-repeat;
}

.sticky {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: -120px;
  padding-top: 100px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  opacity: 0.4;
}

.heading-10 {
  margin-bottom: 50px;
  padding-bottom: 0px;
  color: #bebebe;
  font-size: 21vw;
  line-height: 0.8;
  font-weight: 700;
  text-align: center;
  letter-spacing: -1vw;
}

.block {
  position: relative;
  min-width: auto;
  padding-right: 15px;
  padding-left: 15px;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-align-content: flex-start;
  -ms-flex-line-pack: start;
  align-content: flex-start;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  border-style: none;
  border-width: 1px;
}

.block.vertically-centered {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.block._8 {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 8.33%;
  -ms-flex: 0 0 8.33%;
  flex: 0 0 8.33%;
}

.block._58 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 58.33%;
  -ms-flex: 0 0 58.33%;
  flex: 0 0 58.33%;
}

.block._41 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 41.67%;
  -ms-flex: 0 0 41.67%;
  flex: 0 0 41.67%;
}

.block._41.centred {
  margin-right: 30px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.block.image {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.div-block-252 {
  background-image: -webkit-gradient(linear, left top, left bottom, from(hsla(0, 0%, 84.7%, 0.62)), to(hsla(0, 0%, 84.7%, 0.62))), url('../images/bk2_1.png');
  background-image: linear-gradient(180deg, hsla(0, 0%, 84.7%, 0.62), hsla(0, 0%, 84.7%, 0.62)), url('../images/bk2_1.png');
  background-position: 0px 0px, 50% 100%;
  background-size: auto, contain;
  background-repeat: repeat, no-repeat;
}

.heading-3 {
  margin-bottom: 20px;
  padding-left: 20px;
  border-left: 2px solid #000;
  color: #474747;
  font-size: 20px;
  line-height: 25px;
  font-weight: 300;
}

.colors-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  margin-top: 20px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

.sticky-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: -180px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  opacity: 0.4;
}

.heading-11 {
  margin-bottom: 50px;
  padding-bottom: 0px;
  color: hsla(43, 0%, 66%, 0.57);
  font-size: 21vw;
  line-height: 0.8;
  font-weight: 700;
  text-align: center;
  letter-spacing: -1vw;
}

.text-block-16 {
  margin-right: 10px;
  color: #2c4350;
  font-size: 1.2em;
  font-weight: 500;
}

.line {
  width: 100%;
  height: 1px;
  margin-top: 10px;
  margin-bottom: 20px;
  background-color: rgba(0, 0, 0, 0.22);
}

.outer-shell {
  width: 250px;
  max-width: 32vw;
  -webkit-transform-origin: 0% 100%;
  -ms-transform-origin: 0% 100%;
  transform-origin: 0% 100%;
}

.color {
  margin-left: 20px;
  padding: 18px;
  border: 2px solid #fff;
  border-radius: 60px;
  -webkit-transition: border-width 50ms ease-in-out, padding 50ms ease-in-out;
  transition: border-width 50ms ease-in-out, padding 50ms ease-in-out;
}

.color:hover {
  padding: 16px;
  border-width: 4px;
}

.color:focus {
  padding: 16px;
  border-width: 4px;
}

.color.first {
  margin-left: 0px;
  background-color: #3684c2;
}

.color._5 {
  background-color: #ffcd05;
}

.color._3 {
  background-color: #989baa;
}

.color._2 {
  background-color: #4c40d6;
}

.color._4 {
  background-color: #be7531;
}

.div-block-253 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  margin-bottom: 14px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

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

.image-28 {
  width: 50px;
  margin-right: 10px;
}

.image-29 {
  width: 50px;
}

.text-span-12 {
  color: hsla(0, 0%, 73.3%, 0.59);
  font-size: 10px;
}

.html-embed-4 {
  width: 100%;
  height: 600px;
}

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

.menu_buttoncontainer {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  margin-left: 0px;
  padding: 0px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
  cursor: pointer;
}

.div-block-256 {
  position: absolute;
  left: auto;
  top: 5%;
  right: 5%;
  bottom: auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100px;
  height: 100px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.div-block-257 {
  position: fixed;
  left: auto;
  top: 2vh;
  right: 2vw;
  bottom: auto;
  z-index: 99999;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: auto;
  height: auto;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.link2 {
  margin-top: 6px;
  color: #000;
  text-decoration: none;
}

.div-block-258 {
  width: 30px;
  height: 2px;
  background-color: #000;
  -webkit-transform: rotate(-45deg) translate(1px, -2px);
  -ms-transform: rotate(-45deg) translate(1px, -2px);
  transform: rotate(-45deg) translate(1px, -2px);
}

.heading-12 {
  margin-top: 28px;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Fira Sans', 'Droid Sans', 'Helvetica Neue', sans-serif;
  color: #cca000;
  font-weight: 700;
}

.menu_container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center;
}

.div-block-259 {
  width: 30px;
  height: 2px;
  background-color: #000;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}

.full-menu {
  position: fixed;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: 99999;
  display: none;
  padding: 0px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #eee;
}

.closex {
  position: absolute;
  left: auto;
  top: 0%;
  right: 0%;
  bottom: auto;
  padding: 16px;
}

.div-block-260 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 70%;
  height: 80%;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.link3 {
  margin-top: 6px;
  color: #000;
  text-decoration: none;
}

.header-section {
  position: relative;
  left: auto;
  top: auto;
  right: 0%;
  bottom: 0%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: auto;
  height: auto;
  padding: 0px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.image-30 {
  width: 200px;
}

.html-embed-5 {
  width: 100%;
  height: 100%;
}

.image-31 {
  -webkit-filter: hue-rotate(18deg);
  filter: hue-rotate(18deg);
}

.html-embed-6 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 200px;
  margin-left: -10px;
  -webkit-align-self: flex-start;
  -ms-flex-item-align: start;
  align-self: flex-start;
}

.html-embed-6.sub {
  width: 500px;
}

.side-title-left {
  position: fixed;
  left: 0%;
  top: 0%;
  right: auto;
  bottom: 0%;
  z-index: 9999;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 5vw;
  padding-top: 2vh;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.caps {
  padding-top: 1px;
  padding-bottom: 1px;
  text-transform: uppercase;
}

.caps.roate {
  -webkit-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  transform: rotate(-90deg);
  white-space: nowrap;
}

.card-whipe {
  position: absolute;
  left: 0%;
  top: auto;
  right: auto;
  bottom: 0%;
  width: 100%;
  height: 100%;
}

.card-whipe.bg-yellow-shade {
  background-color: #ffc42e;
  font-size: 12px;
}

.thumb {
  position: relative;
  z-index: 2;
  overflow: hidden;
  width: 5.5em;
  height: 100%;
  min-width: 5.5px;
}

.text-next {
  position: relative;
  z-index: 2;
  text-align: center;
}

.container-lg {
  width: 95%;
  margin-right: auto;
  margin-left: auto;
}

.info.text-white {
  position: absolute;
  left: 0%;
  top: auto;
  right: 0%;
  bottom: 2vh;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 20px;
}

.thumb-img {
  position: absolute;
  width: 100%;
  height: 100%;
}

.thumb-img.img-2 {
  background-image: url('../images/menu-img-01-1.jpg');
  background-position: 0px 0px;
  background-size: cover;
}

.thumb-img.img-3 {
  background-image: url('../images/menu-img-04-1.jpg');
  background-position: 0px 0px;
  background-size: cover;
}

.next-parent {
  position: absolute;
  right: 0px;
  bottom: 3em;
  width: 18em;
  height: 6em;
}

.prev-child {
  position: absolute;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  padding: 15px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.next-child {
  position: absolute;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  padding: 15px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.fade {
  opacity: 0.5;
}

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

.text-parent {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.btn-txt-sm {
  position: relative;
  z-index: 1;
}

.logo-parent {
  position: absolute;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.logo-parent.rel {
  position: relative;
}

.btn-txt-sm-ap {
  position: absolute;
  z-index: 1;
  font-size: 12px;
}

.nav-parent {
  position: relative;
  z-index: 999;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.burger-line-top {
  width: 100%;
  height: 2px;
  margin-bottom: 4px;
  background-color: #292929;
}

.border-line-h {
  width: 2px;
  height: 35px;
  background-color: #2e2e2e;
}

.container-full {
  width: 100%;
  margin-right: auto;
  margin-left: auto;
}

.container-full.flex-split {
  position: fixed;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 1vh 1vw;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  cursor: auto;
}

.nav-logo {
  width: 3.5em;
}

.nav-logo.one {
  width: 50px;
  margin-right: 10px;
}

.btn-parent {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  padding: 1.2em 2em 1em;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 100px;
  -webkit-transition: background-color 400ms ease;
  transition: background-color 400ms ease;
  cursor: pointer;
}

.btn-parent.ab-btm {
  position: absolute;
  bottom: 4em;
}

.btn-parent.ab-btm.bg-yellow {
  padding: 10px 20px;
  background-color: #ffc42e;
}

.burger-line-middle {
  width: 100%;
  height: 2px;
  margin-bottom: 4px;
  background-color: #292929;
}

.burger-line-bottom {
  width: 100%;
  height: 2px;
  background-color: #292929;
}

.flex-cc-h {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.flex-cc-h.menu {
  position: relative;
  z-index: 999999;
}

.burger-menu-parent {
  position: relative;
  z-index: 999;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  width: 3em;
  height: 3em;
  margin-right: 10px;
  padding: 10px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 100%;
  background-color: #f4f0e3;
  cursor: pointer;
}

.menu-item-text-4 {
  color: #fff;
  font-size: 6.5vw;
  line-height: 1em;
  font-weight: 700;
  letter-spacing: 1px;
}

.c-nav-menu-btn-2 {
  position: relative;
  z-index: 5001;
  width: 45px;
  height: 45px;
  cursor: pointer;
}

.c-navagation-wrap-2 {
  position: absolute;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 10vh;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: transparent;
}

.b-nav-menu-btn-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 5000px;
  background-color: #fff;
}

.b-nav-menu-btn-2.default {
  position: relative;
  background-color: #4760ff;
}

.b-nav-menu-btn-2.menu-opened {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  display: none;
  background-color: #333;
}

._w-content-2 {
  width: 100%;
  height: 100vh;
  background-color: transparent;
}

.c-nav-link-2 {
  color: #fff;
  font-size: 2.3vw;
  line-height: 1.7;
  text-decoration: none;
}

.c-nav-menu-btn-icon-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.logo-text-2 {
  margin-top: 0px;
  margin-bottom: 0px;
  font-size: 1.5em;
  line-height: 1em;
  font-weight: 700;
}

.logo-text-2.dark {
  background-color: transparent;
  color: #4760ff;
}

._w-nav-menu-btn-2 {
  position: relative;
  width: 100%;
  height: 100%;
}

.desktop-navigation {
  position: fixed;
  left: 0%;
  top: 0%;
  right: auto;
  bottom: 0%;
  z-index: 1000;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 3vw;
  padding: 44px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.desktop-navigation-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 80px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.desktop-logo {
  cursor: pointer;
}

.desktop-navigation-icon {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 44px;
  height: 44px;
  margin-bottom: 40px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 12px;
  background-color: #f7f7f7;
  cursor: pointer;
}

.desktop-navigation-icon.active-nav {
  background-color: #ffae15;
}

.desktop-navigation-icon.bottom-nav {
  margin-bottom: 0px;
  background-color: transparent;
  box-shadow: inset 0 0 0 2px #f7f7f7;
}

.desktop-navigation-upgrade-bubble-icon {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 44px;
  height: 44px;
  margin-right: 20px;
  margin-bottom: 0px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  border-radius: 12px;
  background-color: hsla(0, 0%, 100%, 0.3);
}

.desktop-navigation-upgrade-bubble-link {
  color: #fff;
  text-decoration: underline;
}

.desktop-navigation-upgrade-bubble {
  position: absolute;
  left: 0px;
  z-index: 100;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 210px;
  margin-left: 60px;
  padding: 12px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 12px;
  background-color: #4674f8;
  box-shadow: 14px 14px 20px 10px rgba(143, 146, 161, 0.2);
  color: hsla(0, 0%, 100%, 0.75);
}

.div-block-261 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 60px;
  height: 400px;
  margin-left: 0px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.text-block-17 {
  position: static;
  margin-bottom: 35px;
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
  font-family: system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Fira Sans', 'Droid Sans', 'Helvetica Neue', sans-serif;
  color: #303030;
  font-size: 10px;
  line-height: 20px;
  font-weight: 400;
  letter-spacing: 3px;
  white-space: nowrap;
}

.div-block-262 {
  width: 1px;
  height: 100px;
  margin-top: 20px;
  margin-bottom: 20px;
  background-color: #303030;
}

.link-block-2 {
  width: 15px;
  height: 20px;
  margin-top: 5px;
  margin-bottom: 5px;
  background-color: transparent;
  font-style: normal;
  text-decoration: none;
}

.image-32 {
  position: absolute;
  left: 1vw;
  top: 2vh;
  right: 0%;
  bottom: auto;
  width: 40px;
}

.image-33 {
  -webkit-filter: invert(100%);
  filter: invert(100%);
}

.image-34 {
  -webkit-filter: invert(100%);
  filter: invert(100%);
}

.image-35 {
  -webkit-filter: invert(100%);
  filter: invert(100%);
}

.name-2 {
  margin-left: -3px;
  font-size: 28px;
  line-height: 28px;
  font-weight: 200;
}

.product-content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-align-self: flex-start;
  -ms-flex-item-align: start;
  align-self: flex-start;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.slide-3 {
  background-image: url('../images/nanoitems.png');
  background-position: 50% 50%;
  background-size: auto 100%;
  background-repeat: no-repeat;
}

.size-chart {
  display: inline-block;
  color: #bfc5c9;
  font-size: 14px;
  text-decoration: underline;
  cursor: pointer;
}

.slide-1 {
  background-image: url('../images/nona-blue.png');
  background-position: 50% 50%;
  background-size: auto;
  background-repeat: no-repeat;
}

.slide-2 {
  background-image: url('../images/nanobin_final_9.jpeg');
  background-position: 50% 100%;
  background-size: cover;
  background-repeat: no-repeat;
}

.size-text {
  display: inline-block;
  margin-right: 20px;
  color: #bfc5c9;
  font-size: 14px;
}

.column-product-photo {
  height: 100vh;
  padding-right: 0px;
  padding-left: 0px;
  background-image: url('../images/noise21_1noise21.png');
  background-position: 0px 0px;
  background-size: auto;
}

.tab-title {
  margin-right: 12px;
  margin-left: 12px;
  padding-right: 0px;
  padding-bottom: 4px;
  padding-left: 0px;
  border-bottom: 1px solid transparent;
  background-color: transparent;
  -webkit-transition: all 400ms ease-in-out;
  transition: all 400ms ease-in-out;
  color: #bfc5c9;
  font-size: 14px;
}

.tab-title.w--current {
  border-style: none none solid;
  border-width: 0px 0px 1px 1px;
  border-color: #bfc5c9;
  background-color: transparent;
}

.tab-title.first {
  margin-left: 0px;
  padding-left: 0px;
}

.tab-title.first.w--current {
  text-decoration: none;
}

.slide-nav-2 {
  display: none;
  margin-bottom: 12px;
}

.breadcrumbs {
  color: #bfc5c9;
  font-size: 13px;
  text-decoration: none;
}

.size-selection {
  margin-top: 12px;
}

.price {
  margin-top: 8px;
  margin-bottom: 40px;
  font-family: Oswald, sans-serif;
  font-size: 14px;
  font-weight: 500;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}

.wishlist-text {
  display: inline-block;
  margin-right: 16px;
}

.size-button {
  min-width: 52px;
  margin-right: 8px;
  padding-right: 16px;
  padding-left: 16px;
  border: 1px solid #bfc5c9;
  border-radius: 2px;
  background-color: transparent;
  color: #000;
  font-size: 12px;
  text-align: center;
}

.size-button.active {
  border-color: #000;
}

.add-to-bag {
  margin-bottom: 20px;
  padding: 12px 32px;
  border-radius: 11px;
  background-color: #000;
  box-shadow: 0 2px 12px -2px rgba(93, 103, 116, 0.2);
  -webkit-transition: all 400ms ease-in-out;
  transition: all 400ms ease-in-out;
  font-family: Oswald, sans-serif;
  color: #fff;
  font-size: 12px;
  letter-spacing: 0.05em;
  text-decoration: none;
  text-transform: uppercase;
  cursor: pointer;
}

.add-to-bag:hover {
  -webkit-transform: translate(0px, -2px);
  -ms-transform: translate(0px, -2px);
  transform: translate(0px, -2px);
}

.tabs-content-2 {
  padding-top: 16px;
  font-size: 14px;
  line-height: 22px;
}

.slider {
  height: 100vh;
  padding-top: 0px;
  background-color: #e0e0e0;
  background-image: url('../images/noise21_1noise21.png');
  background-position: 0px 0px;
  background-size: auto;
}

.section-17 {
  position: relative;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: auto;
  z-index: 1000;
  width: 100vw;
  height: auto;
  padding-bottom: 50px;
}

.wishlist {
  margin-left: 8px;
  padding: 12px 32px;
  border-radius: 2px;
  background-color: #fff;
  box-shadow: 0 2px 12px -2px rgba(93, 103, 116, 0.2);
  -webkit-transition: all 400ms ease-in-out;
  transition: all 400ms ease-in-out;
  font-family: Oswald, sans-serif;
  color: #000;
  font-size: 12px;
  letter-spacing: 0.05em;
  text-decoration: none;
  text-transform: uppercase;
  cursor: pointer;
}

.wishlist:hover {
  -webkit-transform: translate(0px, -2px);
  -ms-transform: translate(0px, -2px);
  transform: translate(0px, -2px);
}

.arrow {
  position: absolute;
  left: 0%;
  top: auto;
  right: 0%;
  bottom: 0%;
  margin-right: 20px;
  margin-bottom: 20px;
  margin-left: 20px;
}

.column-product-info {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100vh;
  padding: 100px 30px 28px 5%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  background-color: #e0e0e0;
}

.extra-info-mobile {
  display: none;
}

.button-group {
  margin-top: 32px;
  margin-bottom: 60px;
}

.brand {
  font-family: Oswald, sans-serif;
  font-size: 12px;
  font-weight: 500;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}

.add-to-bag-text {
  display: inline-block;
  margin-right: 60px;
}

.slide-4 {
  background-image: url('../images/GOLD-ITEM.png');
  background-position: 50% 50%;
  background-size: auto;
  background-repeat: no-repeat;
}

.shipping-text {
  display: inline-block;
  margin-left: 12px;
  font-size: 12px;
  font-weight: 700;
}

.left-arrow-2 {
  position: absolute;
  left: auto;
  top: 0%;
  right: 15%;
  bottom: 0%;
}

.html-embed-7 {
  width: 100vw;
  height: 100vh;
}

.add-to-bag-2 {
  width: 300px;
  padding: 12px 32px;
  border-radius: 20px;
  background-color: #000;
  box-shadow: 0 2px 12px -2px rgba(93, 103, 116, 0.2);
  -webkit-transition: all 400ms ease-in-out;
  transition: all 400ms ease-in-out;
  font-family: Oswald, sans-serif;
  color: #fff;
  font-size: 12px;
  letter-spacing: 0.05em;
  text-decoration: none;
  text-transform: uppercase;
  cursor: pointer;
}

.add-to-bag-2:hover {
  -webkit-transform: translate(0px, -2px);
  -ms-transform: translate(0px, -2px);
  transform: translate(0px, -2px);
}

.tab-content {
  position: relative;
  z-index: 99999;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.bottom-info {
  position: relative;
  z-index: 2;
  margin-right: 0px;
  padding-top: 24px;
  border-top: 1px solid rgba(29, 29, 29, 0.3);
  color: hsla(0, 0%, 100%, 0.3);
}

.white {
  color: #fff;
  font-weight: 300;
}

.white._24bottom {
  color: #303030;
  font-size: 70px;
  font-weight: 600;
}

.white.hee {
  color: #474747;
}

.check-list {
  display: -ms-grid;
  display: grid;
  margin-top: 56px;
  grid-auto-columns: 1fr;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto auto auto;
  grid-template-rows: auto auto auto;
}

.check-icon {
  width: 16px;
  height: 16px;
  margin-right: 8px;
  background-image: url('../images/Check-Icon.svg');
  background-position: 50% 50%;
  background-size: contain;
  background-repeat: no-repeat;
}

.tabs-2 {
  position: relative;
  z-index: 9999;
  display: -ms-grid;
  display: grid;
  width: 100%;
  grid-auto-columns: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  -ms-grid-columns: 1fr 3fr;
  grid-template-columns: 1fr 3fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.check-itme {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  color: #fff;
  line-height: 24px;
}

.head-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 90%;
  max-width: 1110px;
  margin-bottom: 72px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.tab-link {
  margin-bottom: 10px;
  padding: 0px;
  border-bottom: 4px solid transparent;
  background-color: transparent;
  color: #fff;
  font-size: 24px;
  line-height: 24px;
}

.tab-link.w--current {
  margin-bottom: 20px;
  padding-bottom: 5px;
  border-bottom-color: #3c4eb5;
  background-color: transparent;
}

.tab-link.gray {
  margin-bottom: 0px;
}

.tab-link.gray.w--current {
  border-bottom-color: #474747;
}

.tab-link.gold {
  margin-bottom: 10px;
  padding-bottom: 0px;
  border-bottom-style: none;
  border-bottom-color: #ffc42e;
}

.tab-pane {
  height: 100%;
}

.tabs-menu-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-right: 90px;
  padding-bottom: 150px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.base-section {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  padding-top: 160px;
  padding-bottom: 160px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.base-section.dark {
  position: relative;
  z-index: 999;
  min-height: 100vh;
  padding-top: 0px;
  padding-left: 50px;
  background-color: hsla(240, 0%, 52%, 0);
  background-image: url('../images/blue.png');
  background-position: 500% 100%;
  background-size: 900px;
  background-repeat: no-repeat;
}

.button-4 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 56px;
  padding-right: 28px;
  padding-left: 28px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #1a1a1f;
  color: #fff;
  font-size: 16px;
  line-height: 16px;
  font-weight: 500;
  text-decoration: none;
}

.button-4.outline {
  border-style: solid;
  border-width: 1px;
  border-color: #1a1a1f;
  background-color: transparent;
  color: #1a1a1f;
}

.button-4.outline.white {
  border-color: #fff;
  color: #fff;
}

.button-4.yellow {
  height: 45px;
  margin-bottom: 20px;
  border-radius: 20px;
  background-color: #ffc42e;
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
  color: #1a1a1f;
  font-size: 14px;
  font-weight: 600;
}

.button-4.yellow:hover {
  -webkit-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
}

.button-4.yellow.circle {
  position: relative;
  z-index: 99999;
  width: 50px;
  height: 50px;
  margin-right: 10px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 15px;
  background-color: #e2e2e2;
}

.rig-grid {
  display: -ms-grid;
  display: grid;
  width: 90%;
  max-width: 1110px;
  min-height: 600px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  grid-auto-columns: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  -ms-grid-columns: 1fr 3fr;
  grid-template-columns: 1fr 3fr;
  -ms-grid-rows: auto 1fr;
  grid-template-rows: auto 1fr;
}

.pricing-group-button {
  display: -ms-grid;
  display: grid;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  grid-auto-columns: 1fr;
  grid-column-gap: 32px;
  grid-row-gap: 16px;
  -ms-grid-columns: 1fr;
  grid-template-columns: 1fr;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
}

.period {
  font-size: 30px;
  line-height: 32px;
  font-weight: 400;
}

.tabs-content-3 {
  padding-left: 30px;
  border-left: 1px solid rgba(24, 24, 24, 0.3);
}

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

.medium.white {
  color: #474747;
}

.text-block-18 {
  margin-bottom: 5px;
  color: #303030;
  font-size: 20px;
}

.text-block-18.gold {
  color: #cc960f;
}

.text-block-19 {
  color: #303030;
  font-size: 20px;
}

.text-block-19.blu {
  color: #3c4eb5;
}

.text-block-20 {
  color: #303030;
  font-size: 20px;
}

.text-block-21 {
  font-family: system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Fira Sans', 'Droid Sans', 'Helvetica Neue', sans-serif;
  color: #303030;
  font-size: 20px;
  font-weight: 400;
}

.paragraph-6 {
  font-family: system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Fira Sans', 'Droid Sans', 'Helvetica Neue', sans-serif;
  font-size: 14px;
  line-height: 20px;
  font-weight: 300;
}

.text-block-22 {
  color: #474747;
}

.text-block-23 {
  color: #474747;
}

.text-block-24 {
  color: #474747;
}

.text-block-25 {
  color: #474747;
}

.text-block-26 {
  color: #474747;
}

.text-block-27 {
  color: #474747;
}

.text-block-28 {
  color: #474747;
}

.text-block-29 {
  color: #474747;
}

.text-block-30 {
  color: #474747;
}

.text-block-31 {
  color: #474747;
}

.text-block-32 {
  color: #474747;
}

.text-block-33 {
  color: #474747;
}

.text-block-34 {
  color: #474747;
}

.text-block-35 {
  color: #474747;
}

.text-block-36 {
  color: #474747;
}

.text-block-37 {
  color: #474747;
}

.goupp {
  position: relative;
  z-index: 99999;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.features-2-h4-2 {
  width: 306px;
  margin-top: 0px;
  margin-bottom: 13px;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Fira Sans', 'Droid Sans', 'Helvetica Neue', sans-serif;
  color: #474747;
  font-size: 36px;
  line-height: 33px;
  font-weight: 300;
  text-align: left;
}

.image-37 {
  width: 100%;
}

.features-2-container-flex {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 1220px;
  margin-bottom: 0px;
  padding-top: 0px;
  padding-bottom: 0px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-image: url('../images/Group-29.svg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.features-2-h4 {
  width: 273px;
  margin-top: 0px;
  margin-bottom: 13px;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Fira Sans', 'Droid Sans', 'Helvetica Neue', sans-serif;
  color: #fff;
  font-size: 36px;
  line-height: 36px;
  font-weight: 400;
}

.features-2-buttong {
  position: relative;
  z-index: 88888;
  padding: 15px 26px;
  border-radius: 60px;
  background-color: #397b1b;
  font-size: 14px;
  line-height: 21px;
  font-weight: 500;
}

.features-2-buttong:hover {
  background-color: #6fa831;
}

.features-2-image-div-2 {
  width: 38%;
  margin-right: 40px;
}

.features-2-section {
  margin-bottom: -50px;
  padding-top: 150px;
}

.features-2-content-split {
  position: relative;
  z-index: 9999;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 36%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.features-2-image-div {
  width: 42%;
  margin-right: 40px;
}

.features-2-top-split {
  position: absolute;
  top: -105px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 87%;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

.features-2-text {
  margin-bottom: 40px;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Fira Sans', 'Droid Sans', 'Helvetica Neue', sans-serif;
  color: #fff;
  font-size: 18px;
  line-height: 30px;
}

.features-2-top-split-2 {
  position: relative;
  top: 0px;
  z-index: 9999;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 83%;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -webkit-flex-direction: row-reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

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

.text-span-15 {
  color: #3c4eb5;
  font-weight: 500;
}

.text-span-16 {
  color: #3c4eb5;
  font-weight: 500;
}

.text-span-17 {
  font-size: 30px;
}

.div-block-263 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 10px;
  -webkit-box-align: baseline;
  -webkit-align-items: baseline;
  -ms-flex-align: baseline;
  align-items: baseline;
}

.image-38 {
  width: 80px;
  margin-right: 10px;
}

.image-39 {
  margin-right: 10px;
}

.image-40 {
  width: 150px;
}

.intro-logo {
  width: 100px;
  -webkit-filter: brightness(200%) grayscale(100%);
  filter: brightness(200%) grayscale(100%);
}

.intro-parent {
  position: fixed;
  left: 0%;
  top: 0%;
  right: auto;
  bottom: auto;
  z-index: 5000;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100vh;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.border-line-h-2 {
  width: 1px;
  height: 1.5em;
  background-color: #fff;
}

.panel {
  width: 50%;
  height: 100%;
  background-color: #3a3a3a;
}

.paragraph-7 {
  color: #303030;
  font-size: 16px;
  line-height: 25px;
  font-weight: 300;
  text-align: left;
}

.the-height-400vh-section {
  position: -webkit-sticky;
  position: sticky;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: auto;
  margin-left: 0px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-top: 60px none rgba(36, 36, 36, 0.09);
  background-color: hsla(0, 0%, 91.4%, 0);
}

.the-height-400vh-section:focus {
  box-shadow: inset 0 0 0 85px rgba(255, 0, 0, 0.29);
}

.the-sticky-div {
  position: -webkit-sticky;
  position: sticky;
  top: 0px;
  bottom: 0px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: visible;
  width: 100%;
  height: auto;
  margin: 0px auto;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 0px;
  background-color: transparent;
}

.the-overflow-hidden-mask {
  position: relative;
  z-index: 200;
  overflow: visible;
  width: 100%;
  height: 100%;
}

.the-width-400vh-scrollable-div {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: auto;
  height: 100%;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.the-content {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  padding-bottom: 40px;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.a-block {
  overflow: visible;
  width: auto;
  height: auto;
  margin-right: 0px;
  margin-left: 0px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  border-radius: 6px;
  background-color: hsla(0, 0%, 91.4%, 0);
}

.gradient {
  position: relative;
  left: -194px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  padding: 50px 0px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 0px;
  background-color: #e9e9e9;
  text-align: center;
}

.image-55 {
  width: 200px;
}

.image-56 {
  width: 200px;
}

.image-57 {
  display: block;
  width: 200px;
}

.html-embed-11 {
  position: relative;
  z-index: 9999;
  width: 100vw;
  height: 100vh;
}

.html-embed-12 {
  width: 300px;
}

.text-span-22 {
  color: #af7a34;
  font-size: 20px;
  font-weight: 600;
}

@media screen and (min-width: 1280px) {
  .section {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }

  .c-nav-menu-overlay {
    display: none;
  }

  .c-nav {
    display: block;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    grid-auto-columns: 1fr;
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
    -ms-grid-rows: auto auto;
    grid-template-rows: auto auto;
  }

  .graphic-element-02 {
    height: 1000px;
  }

  .text-block-12 {
    margin-top: 0px;
  }

  .outline-block {
    left: 0px;
  }

  .main {
    position: relative;
    background-image: none;
  }

  .heading-5.menu {
    color: #000;
  }

  .footer-3 {
    position: relative;
    left: 0%;
    top: auto;
    right: 0%;
    bottom: 0%;
    display: block;
    padding-top: 50px;
    padding-bottom: 50px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    grid-auto-columns: 1fr;
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
    -ms-grid-rows: auto auto;
    grid-template-rows: auto auto;
  }

  .text-block-11 {
    color: rgba(107, 162, 82, 0.86);
  }

  .bold-text-3 {
    font-size: 85px;
    line-height: 28px;
  }

  .mainsection {
    background-image: none;
  }

  .mainsection.seciot2 {
    background-position: 50% 50%;
  }

  .mainsection.seciot2.prod {
    background-image: url('../images/bk2_1.png');
  }

  .mainsection.seciot2.pro {
    background-image: url('../images/nanobin_final_11.jpeg');
    background-position: 50% 50%;
    background-size: cover;
    background-repeat: no-repeat;
  }

  .mainsection.seciot2.pro.swish {
    background-image: url('../images/nanobin_final_1.jpeg');
  }

  .text-span-6.alice {
    font-size: 13px;
    font-weight: 300;
  }

  .paragraph-2 {
    top: -36px;
    z-index: 100;
    margin-left: 5px;
    padding-left: 20px;
    border-style: none none none solid;
    border-width: 2px 2px 2px 3px;
    border-color: #000 #000 #000 #9e9e9e;
  }

  .d-type-text.header {
    margin-bottom: 0px;
    color: #c96236;
    font-size: 30px;
  }

  .div-block-200 {
    margin-bottom: 0px;
    padding-left: 10vw;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }

  .div-block-244 {
    left: -191px;
  }

  .hero-section {
    overflow: visible;
    padding-bottom: 0px;
    background-image: none;
  }

  .graphic-element-03 {
    height: 1000px;
  }

  .grid-2 {
    display: -ms-grid;
    display: grid;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    grid-auto-columns: 1fr;
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
    -ms-grid-rows: auto;
    grid-template-rows: auto;
  }

  .section-12.foot {
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .hero-container {
    position: relative;
    z-index: 500;
    margin-left: 25px;
    padding-right: 0px;
  }

  .b-nav-menu-btn.default {
    background-color: #e9ae1a;
    background-image: url('../images/bx-menu-alt-right.svg');
    background-position: 50% 50%;
    background-size: auto;
    background-repeat: no-repeat;
  }

  .footer-container {
    padding-bottom: 80px;
  }

  .div-block-222 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .link-block-10 {
    padding-right: 34px;
    text-decoration: none;
  }

  .link-block-10.menu {
    padding-right: 10px;
    text-decoration: none;
  }

  .h1 {
    line-height: 73px;
  }

  .h1.first {
    line-height: 65px;
  }

  .h1.see {
    line-height: 72px;
  }

  .subtitle {
    font-weight: 600;
    letter-spacing: 3px;
  }

  .graphic-element-01 {
    height: 1000px;
  }

  .top-view-jaguar {
    z-index: 500;
  }

  .c-col-menu-links {
    display: block;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .nav-social-address {
    line-height: 2em;
  }

  .nav-social-address.head {
    padding-bottom: 0px;
  }

  .c-nav-menu-content {
    width: 65%;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
  }

  .cursorr {
    display: none;
    opacity: 0;
  }

  .page-wrap {
    position: fixed;
  }

  .content-2 {
    position: fixed;
  }

  .c-gallery-nav {
    position: absolute;
    left: -18.9vw;
    bottom: 0%;
  }

  .image-10 {
    max-width: 50px;
  }

  .image-11 {
    max-width: 50px;
  }

  .image-12 {
    max-width: 50px;
  }

  .div-block-245 {
    left: -35px;
  }

  .image-13 {
    width: 260px;
    -webkit-filter: hue-rotate(2deg);
    filter: hue-rotate(2deg);
    -webkit-transition: all 700ms ease;
    transition: all 700ms ease;
  }

  .heading-6 {
    line-height: 60px;
  }

  .tabs-content {
    width: 750px;
  }

  .div-block {
    -ms-grid-columns: 1fr 2fr 1fr;
    grid-template-columns: 1fr 2fr 1fr;
  }

  .div-block-9 {
    position: relative;
    z-index: 2;
  }

  .image-17 {
    width: 40px;
  }

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

  .tabs {
    position: relative;
    left: 9px;
    top: 0%;
    right: 0%;
    bottom: 55%;
    z-index: 1;
    width: 40%;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
  }

  .paragraph {
    max-width: 400px;
    font-size: 17px;
    line-height: 30px;
  }

  .text-block {
    font-size: 25px;
    line-height: 40px;
  }

  .tabs-menu {
    right: 0vw;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    background-color: hsla(0, 0%, 80.7%, 0);
  }

  .heading-7.newletter {
    margin-bottom: 30px;
  }

  .title-2 {
    padding-right: 20px;
  }

  .social {
    position: fixed;
    left: 0%;
    top: 0%;
    right: auto;
    bottom: 0%;
    background-color: hsla(0, 0%, 87.8%, 0);
  }

  .content-4 {
    padding-top: 50px;
    -ms-grid-rows: 100px auto auto auto auto auto auto auto 90px 90px 100px;
    grid-template-rows: 100px auto auto auto auto auto auto auto 90px 90px 100px;
    background-color: hsla(0, 0%, 87.8%, 0);
  }

  .html-embed-2 {
    width: 45%;
    -webkit-filter: grayscale(100%);
    filter: grayscale(100%);
  }

  .html-embed-2.first.bk-pattern {
    position: fixed;
    left: 0%;
    top: 36%;
    right: 0%;
    bottom: 0%;
    z-index: 1;
    width: 2000px;
    margin-right: 0px;
    opacity: 0.29;
    -webkit-filter: grayscale(100%);
    filter: grayscale(100%);
  }

  .html-embed-2.background {
    width: 3000px;
  }

  .div-block-246 {
    padding-top: 100px;
    padding-bottom: 100px;
    opacity: 1;
  }

  .mydiv1 {
    position: fixed;
    opacity: 0.87;
  }

  .mask {
    width: 100vw;
  }

  .hero-slider {
    margin-right: 0px;
    margin-left: 0px;
  }

  .div-block-248 {
    width: 100vw;
  }

  .image-21 {
    position: relative;
    left: 0px;
  }

  .hero-grid.een {
    width: 1000px;
  }

  .hero-grid.twee {
    position: relative;
    z-index: 100;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    overflow: visible;
    justify-items: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .hero-grid.een {
    -ms-grid-rows: 123px 123px 123px 123px;
    grid-template-rows: 123px 123px 123px 123px;
  }

  .section-15.hero-twee {
    overflow: hidden;
    margin-bottom: 0vh;
    padding: 100px 20px 100px 100px;
  }

  .section-15.hero {
    padding-top: 150px;
    background-position: -60% 50%;
  }

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

  .hero-tekst-wrapper.sub-heading {
    padding-left: 0px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .kustenaar {
    width: 100%;
    margin-right: 88px;
  }

  .huib-bio-wrapper {
    padding-right: 0px;
  }

  .huib-bio-wrapper.laatste {
    padding-right: 0px;
  }

  .c-nav-link {
    font-size: 2.4vw;
    line-height: 1.8;
  }

  .background-video {
    -webkit-filter: grayscale(100%) hue-rotate(156deg);
    filter: grayscale(100%) hue-rotate(156deg);
  }

  .paragraph-3 {
    color: #474747;
    font-size: 17px;
    line-height: 1.5;
    font-weight: 300;
  }

  .paragraph-4 {
    margin-bottom: 40px;
    padding-right: 40px;
    font-family: system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Fira Sans', 'Droid Sans', 'Helvetica Neue', sans-serif;
    color: #474747;
    font-size: 17px;
    line-height: 1.4;
    font-weight: 400;
  }

  .background-video-2 {
    position: absolute;
    left: 0%;
    top: 0%;
    right: 0%;
    bottom: 0px;
    z-index: 0;
    overflow: hidden;
    width: 100vw;
    height: 100vh;
    opacity: 1;
    -webkit-filter: grayscale(100%);
    filter: grayscale(100%);
  }

  .section-16.margin-top-220 {
    padding-top: 100px;
    padding-bottom: 0px;
  }

  .container-2 {
    margin-bottom: 150px;
  }

  .paragraph-5 {
    color: #474747;
    font-size: 17px;
    font-weight: 400;
  }

  .text-span-8 {
    color: #397b1b;
  }

  .date.shickia {
    padding-left: 5px;
    color: #000;
    font-weight: 700;
    text-align: center;
  }

  .date-block {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 300px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .date-block.email {
    background-color: #ffc42e;
  }

  .graphic-element-7 {
    opacity: 0.49;
  }

  .lottie-animation {
    left: auto;
    top: auto;
    right: 3vw;
    bottom: 3vw;
    width: 110px;
  }

  .hero-tekst-wrapper-2 {
    padding-left: 150px;
  }

  .div-block-250 {
    background-image: -webkit-gradient(linear, left top, left bottom, from(hsla(0, 0%, 91.3%, 0)), to(hsla(0, 0%, 91.3%, 0)));
    background-image: linear-gradient(180deg, hsla(0, 0%, 91.3%, 0), hsla(0, 0%, 91.3%, 0));
  }

  .hero_section.new {
    margin-top: 300px;
    margin-bottom: 100px;
  }

  .hero_section.new.swish {
    margin-top: 150px;
    margin-bottom: 0px;
  }

  .image-25 {
    position: absolute;
    left: auto;
    top: auto;
    right: 2.5vw;
    bottom: 3vh;
    z-index: 9999;
    width: 35px;
    opacity: 0.76;
    -webkit-filter: invert(100%);
    filter: invert(100%);
  }

  .image-26 {
    width: 45px;
  }

  .image-27 {
    left: -7%;
    top: 12%;
    right: auto;
    bottom: 0%;
    width: 500px;
    opacity: 0.55;
    -webkit-transform: rotateX(0deg) rotateY(6deg) rotateZ(-17deg);
    transform: rotateX(0deg) rotateY(6deg) rotateZ(-17deg);
  }

  .grid-5 {
    display: -ms-grid;
    display: grid;
    margin-bottom: 50px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    grid-auto-columns: 1fr;
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    -ms-grid-columns: 0.75fr 1fr;
    grid-template-columns: 0.75fr 1fr;
    -ms-grid-rows: auto auto;
    grid-template-rows: auto auto;
  }

  .grid-5.gridpic {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }

  .image-big {
    -webkit-transition: all 600ms ease;
    transition: all 600ms ease;
  }

  .image-big:hover {
    -webkit-transform: scale(1.04);
    -ms-transform: scale(1.04);
    transform: scale(1.04);
  }

  .wrapper.gallery {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding-right: 0px;
    padding-left: 0px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .wrapper.negative-margins {
    background-image: none;
  }

  .sticky {
    position: relative;
    z-index: 200;
  }

  .heading-10 {
    font-size: 300px;
    line-height: 50px;
  }

  .block.image {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }

  .div-block-252 {
    padding-top: 100px;
  }

  .heading-3 {
    margin-bottom: 20px;
    padding-left: 20px;
    border-left: 2px solid #000;
    color: #474747;
    line-height: 31px;
  }

  .sticky-2 {
    position: relative;
    z-index: 200;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .color._5 {
    background-color: #e0b94f;
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
  }

  .color._3 {
    -webkit-transition-property: none;
    transition-property: none;
  }

  .color._2 {
    background-color: #372aca;
    -webkit-transition-property: none;
    transition-property: none;
  }

  .div-block-254 {
    width: 100%;
    padding-bottom: 50px;
  }

  .image-28 {
    -webkit-filter: grayscale(100%);
    filter: grayscale(100%);
  }

  .image-29 {
    -webkit-filter: grayscale(100%);
    filter: grayscale(100%);
  }

  .div-block-255 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .heading-12 {
    color: #4e4e4e;
  }

  .full-menu {
    display: none;
    background-color: #fff;
    background-image: url('../images/bk2_1.png');
    background-position: 50% 50%;
    background-size: cover;
    background-repeat: no-repeat;
  }

  .html-embed-5 {
    overflow: scroll;
    width: 70%;
  }

  .image-31 {
    -webkit-filter: hue-rotate(18deg);
    filter: hue-rotate(18deg);
  }

  .html-embed-6 {
    width: 400px;
  }

  .html-embed-6.sub {
    width: 500px;
  }

  .c-nav-link-2 {
    font-size: 2.4vw;
    line-height: 1.8;
  }

  .bottom-info {
    border-style: none solid none none;
    border-width: 1px 1px 0px 0px;
    border-color: #999;
  }

  .white._24bottom {
    color: #303030;
  }

  .base-section.dark {
    overflow: hidden;
    width: 100%;
    background-color: hsla(240, 0%, 52%, 0);
    background-image: url('../images/blue.png');
    background-position: 300% 100%;
    background-size: 1000px;
  }

  .base-section.dark.pro {
    padding-top: 200px;
    padding-bottom: 0px;
  }

  .button-4.yellow.paypal {
    background-color: #b9b9b9;
  }

  .button-4.yellow.stirpe {
    background-color: #aec9a1;
  }

  .rig-grid.pay {
    min-height: auto;
  }

  .medium.white {
    width: 50%;
  }

  .medium.white.details {
    padding: 10px;
  }

  .text-block-18 {
    color: #303030;
  }

  .text-block-19 {
    color: #303030;
  }

  .text-block-20 {
    color: #303030;
  }

  .text-block-21 {
    color: #303030;
  }

  .paragraph-6 {
    font-size: 18px;
    line-height: 30px;
    font-weight: 300;
  }

  .features-2-h4-2 {
    font-family: system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Fira Sans', 'Droid Sans', 'Helvetica Neue', sans-serif;
    color: #474747;
    line-height: 36px;
    font-weight: 600;
    text-align: left;
  }

  .features-2-buttong {
    background-color: #397b1b;
    font-size: 15px;
  }

  .features-2-content-split {
    margin-right: 20px;
  }

  .features-2-top-split-2 {
    position: relative;
    top: 0px;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .intro-parent {
    z-index: 4000;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }

  .section-18 {
    background-color: #303030;
  }

  .paragraph-7 {
    color: #474747;
    font-size: 17px;
    font-weight: 500;
  }

  .paragraph-7.pay {
    font-weight: 400;
  }

  .paragraph-7.pay.swish {
    line-height: 32px;
  }

  .html-embed-9 {
    width: 50vw;
    height: 100vh;
  }

  .html-embed-9.sss {
    width: 100vw;
  }

  .html-embed-10 {
    height: 70vh;
  }

  .text-span-18 {
    font-size: 20px;
    font-weight: 600;
  }

  .text-span-19 {
    color: #3c4eb5;
  }

  .text-span-20 {
    color: #3c4eb5;
  }

  .the-height-400vh-section {
    width: 90%;
    background-color: hsla(0, 0%, 91.4%, 0);
  }

  .the-width-400vh-scrollable-div {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .the-content {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .a-block {
    background-color: hsla(0, 0%, 91.4%, 0);
  }

  .gradient {
    left: 0px;
    margin-right: 20px;
    margin-left: 20px;
    background-color: hsla(0, 0%, 91.4%, 0);
  }

  .image-55 {
    width: 300px;
  }

  .image-56 {
    width: 300px;
  }

  .image-57 {
    width: 300px;
  }

  .text-span-21 {
    color: #3c4eb5;
    font-size: 20px;
    font-weight: 600;
  }

  .html-embed-11 {
    width: 400px;
    height: auto;
  }
}

@media screen and (min-width: 1440px) {
  .c-nav-menu-overlay {
    display: none;
  }

  .main {
    background-image: none;
  }

  .div-block-221 {
    width: 88px;
  }

  .inicio-white {
    font-weight: 300;
  }

  .inicio-white.menu {
    color: #000;
  }

  .mainsection.gray.sec3 {
    background-image: url('../images/3-copy.png');
    background-position: 36% 50%;
    background-size: 50%;
  }

  .mainsection.seciot2 {
    background-position: 50% 50%;
    background-size: contain;
  }

  .div-block-198 {
    width: 88px;
  }

  .inicio-whit {
    font-weight: 300;
  }

  .inicio-whit.menu {
    color: #000;
  }

  .div-block-244 {
    left: -225px;
  }

  .grid-2 {
    display: none;
  }

  ._w-nav-social-media {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .link-block-10 {
    padding-right: 34px;
    font-size: 24px;
    text-decoration: none;
  }

  .link-block-10.menu {
    padding-right: 10px;
  }

  .c-menu-item-number {
    display: none;
  }

  .c-nav-social-address {
    margin-bottom: 10px;
  }

  .nav-social-address {
    font-size: 12px;
  }

  .c-nav-menu-content {
    width: 50%;
  }

  .html-embed-2 {
    width: 40%;
  }

  .hero-grid.een {
    width: 1000px;
  }

  .menu-item-text-3 {
    font-size: 5vw;
  }

  .c-nav-link {
    font-size: 1.3vw;
    line-height: 1.9;
  }

  .c-nav-menu-overlay-3 {
    display: none;
  }

  .div-block-254 {
    background-position: 500% 50%;
  }

  .menu-item-text-4 {
    font-size: 5vw;
  }

  .c-nav-link-2 {
    font-size: 1.3vw;
    line-height: 1.9;
  }
}

@media screen and (min-width: 1920px) {
  .c-nav-menu-overlay {
    display: none;
    margin-right: auto;
    margin-left: auto;
  }

  .div-magnetico {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .text-block-12.menu {
    color: #000;
  }

  .heading-5.menu {
    margin-bottom: 0px;
    color: #000;
    font-size: 18px;
  }

  .inicio-white {
    color: #fff;
  }

  .inicio-white.menu {
    color: #000;
    font-size: 18px;
  }

  .c-nav-social-media {
    padding-top: 50px;
  }

  .div-mascara {
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }

  .div-block-196 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .div-hover {
    height: 50px;
    margin-right: auto;
    margin-left: auto;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .inicio-whit {
    display: block;
    color: #fff;
    font-size: 20px;
    line-height: 40px;
  }

  .inicio-whit.menu {
    display: block;
    margin-top: 165px;
    color: #000;
    font-size: 18px;
  }

  ._w-col-menu-social {
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
  }

  .div-block-244 {
    left: -278px;
  }

  .new-div.menu {
    width: 190px;
    border-top-color: #ededed;
  }

  .grid-2 {
    display: none;
  }

  .section-12 {
    z-index: 100;
    background-color: #000;
  }

  ._w-nav-social-media {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

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

  .link-block-10 {
    padding-right: 34px;
    text-decoration: none;
  }

  .link-block-10.menu {
    padding-right: 10px;
  }

  .new-div-2.menu {
    width: 190px;
    border-top-color: #a4a4a4;
  }

  .c-nav-items {
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .c-col-menu-links {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }

  .nav-social-address.head {
    margin-bottom: 10px;
    padding-bottom: 0px;
    color: #c6c6c6;
    font-size: 20px;
  }

  .c-nav-menu-content {
    width: 90%;
  }

  .cursorr {
    position: fixed;
    left: 0%;
    top: 0%;
    right: 0%;
    bottom: 0%;
    z-index: 9999;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: auto;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .html-embed-2 {
    left: 3.8vw;
    width: 30%;
  }

  .naam-contact-wrapper {
    width: 81%;
  }
}

@media screen and (max-width: 991px) {
  p {
    font-size: 18px;
  }

  .first-article {
    position: relative;
    top: 0%;
    display: block;
    overflow: auto;
    width: 100%;
    height: 100%;
    padding-right: 0%;
    padding-left: 0%;
  }

  .card-1 {
    width: 100%;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
  }

  .card-3 {
    width: auto;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
  }

  .section {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-justify-content: space-around;
    -ms-flex-pack: distribute;
    justify-content: space-around;
  }

  .image-wrapper {
    height: 33.33vh;
  }

  .scroll-type-wrapper {
    display: none;
    width: 100%;
    padding-right: 35px;
    padding-left: 35px;
  }

  .card-inner {
    display: none;
    padding-top: 0%;
    padding-bottom: 0%;
    background-image: none;
  }

  .button-close {
    left: auto;
    top: 0%;
    right: 0%;
    bottom: auto;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: auto;
    height: auto;
    margin-right: 2%;
    margin-left: auto;
    padding: 10px 15px;
    border-radius: 8px;
    background-color: rgba(0, 0, 0, 0.75);
    color: #fff;
    font-size: 20px;
  }

  .third-article {
    height: auto;
    min-height: 100vh;
  }

  .main-heading {
    font-size: 3em;
    line-height: 1em;
  }

  .section-content {
    display: none;
    width: 100vw;
    height: auto;
  }

  .card-2 {
    width: 100%;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
  }

  .heading {
    font-size: 6vh;
  }

  .inner-container {
    padding-top: 10%;
    padding-right: 8%;
    padding-left: 8%;
  }

  .header-row {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .inner-header-col {
    margin-bottom: 15px;
  }

  .modal {
    width: 95vw;
  }

  .button {
    padding-right: 35px;
    padding-left: 35px;
  }

  .modal-link {
    width: 100%;
    text-align: center;
  }

  .socials-footer {
    display: none;
  }

  .main {
    background-image: none;
  }

  .div-block-221 {
    border-style: solid;
    border-width: 0.5px 1px 1px;
    border-color: #575757;
  }

  .footer-3 {
    height: 50px;
    text-align: center;
  }

  .bold-text-3 {
    font-size: 70px;
    line-height: 34px;
  }

  .bold-text-3.first {
    font-size: 70px;
    line-height: 29px;
  }

  .mainsection.blue {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }

  .mainsection.gray {
    display: none;
  }

  .paragraph-2 {
    width: 80%;
  }

  .h1-2 {
    width: 80%;
    font-size: 50px;
    line-height: 48px;
  }

  .d-type-text {
    font-size: 40px;
  }

  .div-block-200 {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .hero-left-column {
    width: 360px;
  }

  .div-block-244 {
    left: 0px;
    width: auto;
  }

  .hero-section {
    height: auto;
    padding-top: 100px;
  }

  .grid-2 {
    display: -ms-grid;
    display: grid;
    justify-items: end;
    -webkit-box-align: end;
    -webkit-align-items: end;
    -ms-flex-align: end;
    align-items: end;
    grid-auto-columns: 1fr;
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    -ms-grid-rows: auto;
    grid-template-rows: auto;
  }

  .hero-container {
    margin-left: -90px;
  }

  .grid-3 {
    height: 50px;
  }

  .menu-item-text {
    font-size: 3.5em;
  }

  .c-col-menu-header {
    display: none;
  }

  .h1 {
    width: 80%;
    font-size: 70px;
    line-height: 68px;
  }

  .h1.first {
    line-height: 51px;
  }

  .h1.see {
    top: 46px;
  }

  .c-col-menu-social {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .hero-right-column {
    margin-left: -82px;
  }

  .body {
    background-image: url('../images/noise21_1noise21.png');
    background-position: 0px 0px;
    background-size: auto;
  }

  .number {
    font-size: 20px;
  }

  .overlay__inner-wrap.first {
    width: 46vw;
  }

  .title-block {
    top: 36vh;
    width: 60%;
  }

  .number-rail {
    width: 5vw;
  }

  .project-title {
    font-size: 20px;
  }

  .title-rail {
    width: 26vw;
  }

  .overlay__inner-container {
    width: 40vw;
  }

  .number-wrap {
    width: 5vw;
  }

  .title {
    font-size: 80px;
    line-height: 84px;
  }

  .title.slide1 {
    margin-left: 0px;
    font-size: 80px;
  }

  .project-title-wrap {
    width: 26vw;
  }

  .product-gallery {
    margin-right: 10px;
  }

  .c-gallery-panel__image-01 {
    left: 60px;
  }

  .c-gallery-nav {
    left: 0%;
    top: auto;
    right: 0%;
    bottom: -24%;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .div-block-245 {
    left: 0px;
    width: 400px;
    margin-left: -29px;
  }

  .image-13 {
    position: relative;
    top: 37px;
    display: block;
    width: auto;
    height: 400px;
    max-width: none;
    margin-left: 90px;
  }

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

  .lottie-animation-2 {
    width: 20px;
  }

  .tabs {
    display: none;
  }

  .colors {
    width: 20px;
    height: 20px;
    background-color: #e2c16e;
  }

  .colors.orange {
    background-color: #818181;
  }

  .travelers {
    left: 0%;
    top: auto;
    right: 0%;
    bottom: 0%;
    font-size: 26vw;
    line-height: 160px;
  }

  .heading-7 {
    font-size: 66px;
    line-height: 60px;
  }

  .heading-7.newletter {
    margin-top: -245px;
  }

  .subheading {
    margin-top: -44px;
    font-size: 20px;
  }

  .search {
    margin-left: 16px;
  }

  .social {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    background-color: hsla(0, 0%, 87.8%, 0);
  }

  .menu {
    margin-left: 16px;
  }

  .content-4 {
    padding-left: 47px;
    -ms-grid-columns: 32px 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 32px;
    grid-template-columns: 32px 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 32px;
  }

  .html-embed-2 {
    position: absolute;
    left: 95px;
    top: 116px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 50%;
    margin-top: 0px;
    margin-right: 0px;
    margin-left: 0px;
  }

  .menu-item-text-2 {
    font-size: 3.5em;
  }

  .mydiv1 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }

  .image-21 {
    width: 200px;
  }

  .image-22 {
    width: 200px;
  }

  .image-23 {
    width: 200px;
  }

  .p-footer.mail.naam {
    margin-right: 0px;
  }

  .p-footer.phone.naam {
    margin-top: 3px;
    margin-left: 0px;
  }

  .hero-grid {
    margin-right: 0px;
    margin-left: 0px;
  }

  .hero-grid.een {
    display: -ms-grid;
    display: grid;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-align-content: stretch;
    -ms-flex-line-pack: stretch;
    align-content: stretch;
    grid-auto-columns: 0.25fr;
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    -ms-grid-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
    -ms-grid-rows: 123px 123px 123px 123px 123px 123px 66px;
    grid-template-rows: 123px 123px 123px 123px 123px 123px 66px;
  }

  .hero-grid.twee {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -ms-grid-rows: 123px 123px 123px 123px 123px 123px auto 123px auto;
    grid-template-rows: 123px 123px 123px 123px 123px 123px auto 123px auto;
  }

  .hero-grid.een {
    -ms-grid-rows: 123px 123px 123px 123px;
    grid-template-rows: 123px 123px 123px 123px;
  }

  .hangend-leesteken {
    margin-right: 55px;
    margin-left: 0px;
  }

  .hangend-leesteken.next {
    margin-left: 0px;
  }

  .section-15.hero {
    margin-bottom: 0px;
  }

  .section-15.hero {
    margin-bottom: 0px;
    padding-bottom: 100px;
  }

  .section-15.neww {
    padding-left: 100px;
  }

  .hero-tekst-wrapper.sub-heading {
    display: none;
  }

  .witte-nav-achtergrond {
    -webkit-transform: scale(0.6);
    -ms-transform: scale(0.6);
    transform: scale(0.6);
  }

  .hero-image-wrapper {
    background-position: 100% 100%;
  }

  .naam-contact-wrapper {
    width: 82%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .huib-bio-wrapper {
    padding-right: 0px;
    padding-left: 21px;
  }

  .menu-item-text-3 {
    font-size: 3.5em;
  }

  .c-col-menu-header-2 {
    display: none;
  }

  .paragraph-4 {
    font-size: 15px;
    line-height: 17px;
  }

  .paragraph-4.ll {
    line-height: 21px;
  }

  .container-2 {
    padding-left: 30px;
  }

  .date {
    font-size: 12px;
  }

  .h1-4 {
    font-size: 70px;
    line-height: 58px;
  }

  .d-type-text-2 {
    font-size: 40px;
  }

  .date-block {
    width: 250px;
  }

  .hero-right-column-2 {
    right: 70px;
    margin-left: -50px;
  }

  .jaguar-text {
    font-size: 14px;
  }

  .witte-nav-achtergrond-2 {
    -webkit-transform: scale(0.6);
    -ms-transform: scale(0.6);
    transform: scale(0.6);
  }

  .hero-image-wrapper-2 {
    background-position: 100% 100%;
  }

  .div-block-250.combo {
    left: auto;
    top: 0%;
    right: 0%;
    bottom: 0%;
    padding-right: 20px;
  }

  .frosted_block_parent {
    height: 50vh;
  }

  .hero_section {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .hero_section.new {
    display: none;
  }

  .empty_block {
    width: 100vw;
    height: 50vh;
    background-image: url('../images/pexels-aleksandar-pasaric-5686514.jpg');
    background-position: 50% 50%;
    background-size: cover;
  }

  .heading-xl {
    font-size: 9vw;
  }

  .circle-parent-one {
    width: 14em;
    height: 14em;
  }

  .grid-5 {
    margin-right: -15px;
    margin-bottom: 100px;
    margin-left: -15px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    -webkit-align-content: stretch;
    -ms-flex-line-pack: stretch;
    align-content: stretch;
  }

  .image-big {
    margin-bottom: 40px;
  }

  .wrapper {
    position: relative;
    width: 100%;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .wrapper.gallery {
    padding-top: 0px;
    padding-bottom: 0px;
  }

  .wrapper.negative-margins {
    margin-top: 0px;
    background-position: 0% 50%;
    background-size: cover;
  }

  .block {
    width: auto;
    min-height: auto;
    -webkit-align-self: stretch;
    -ms-flex-item-align: stretch;
    -ms-grid-row-align: stretch;
    align-self: stretch;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 100%;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
  }

  .block._41 {
    -webkit-flex-basis: 100%;
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
  }

  .block._41.centred {
    margin-top: 20px;
    padding-left: 50px;
    -webkit-flex-basis: 100%;
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
  }

  .heading-3 {
    font-size: 3.5vw;
  }

  .outer-shell {
    width: 200px;
    max-width: none;
    margin-bottom: 0px;
  }

  .color._5 {
    padding: 15px;
  }

  .color._3 {
    padding: 15px;
  }

  .color._2 {
    padding: 15px;
  }

  .heading-12 {
    display: none;
  }

  .full-menu {
    display: none;
    background-image: url('../images/bk2_1.png');
    background-position: 0px 0px;
    background-size: cover;
    background-repeat: no-repeat;
  }

  .div-block-260 {
    overflow: visible;
    width: 80%;
    height: 90%;
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
    -ms-flex-align: end;
    align-items: flex-end;
  }

  .html-embed-5 {
    height: 90%;
  }

  .html-embed-6 {
    width: 300px;
  }

  .side-title-left {
    width: 7vw;
    font-size: 16px;
  }

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

  .info {
    font-size: 16px;
  }

  .next-parent {
    display: none;
  }

  .menu-item-text-4 {
    font-size: 3.5em;
  }

  .desktop-navigation {
    padding: 22px;
  }

  .desktop-navigation-upgrade-bubble {
    display: none;
  }

  .tab-title-mobile {
    margin-bottom: 10px;
    color: #bfc5c9;
  }

  .product-tabs {
    display: none;
  }

  .breadcrumbs {
    display: none;
  }

  .add-to-bag {
    display: block;
  }

  .slider {
    padding-top: 60px;
  }

  .wishlist {
    display: block;
    margin-left: 0px;
  }

  .column-product-info {
    height: 100vh;
    padding-top: 60px;
    padding-right: 32px;
    padding-left: 32px;
  }

  .extra-info-mobile {
    display: block;
  }

  .image-36 {
    float: right;
  }

  .add-to-bag-2 {
    display: block;
  }

  .tab-content {
    border-bottom: 0px none #474747;
  }

  .bottom-info {
    margin-right: 30px;
  }

  .white._24bottom {
    font-size: 50px;
  }

  .white.hee {
    color: #474747;
    font-size: 50px;
    line-height: 42px;
    font-weight: 500;
  }

  .tabs-2 {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    -ms-grid-rows: auto auto auto;
    grid-template-rows: auto auto auto;
  }

  .head-container {
    font-size: 50px;
  }

  .tab-link {
    margin-right: 20px;
    margin-bottom: 0px;
  }

  .tabs-menu-2 {
    padding-right: 30px;
    padding-bottom: 30px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    border-bottom: 1px solid rgba(48, 48, 48, 0.32);
  }

  .base-section.dark {
    background-image: none;
  }

  .base-section.dark.pro {
    padding-top: 100px;
  }

  .rig-grid {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    -ms-grid-rows: auto 1fr auto;
    grid-template-rows: auto 1fr auto;
  }

  .pricing-group-button {
    margin-top: 30px;
  }

  .tabs-content-3 {
    padding-top: 30px;
    padding-left: 0px;
    border-left-style: none;
    border-left-color: hsla(0, 0%, 6%, 0.3);
  }

  .medium.white {
    line-height: 26px;
  }

  .text-block-18.gold {
    display: none;
    color: #da9514;
  }

  .text-block-19.blu {
    color: #3c4eb5;
  }

  .paragraph-6 {
    font-size: 14px;
    line-height: 20px;
  }

  .features-2-h4-2 {
    line-height: 30px;
    font-weight: 400;
  }

  .features-2-container-flex {
    height: auto;
    padding-top: 50px;
    padding-bottom: 50px;
  }

  .features-2-section {
    margin-bottom: 0px;
  }

  .features-2-content-split {
    width: 50%;
  }

  .features-2-top-split {
    position: static;
    width: 100%;
    padding-top: 0px;
  }

  .features-2-top-split-2 {
    position: static;
    top: 0px;
    width: 100%;
  }

  .intro-logo {
    width: 70px;
  }

  .intro-parent {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }
}

@media screen and (max-width: 767px) {
  .section {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .image-wrapper {
    width: 100vw;
    height: 400px;
    background-size: cover;
  }

  .second-article {
    position: relative;
    z-index: 21;
  }

  .button-close {
    width: auto;
  }

  .third-article {
    position: relative;
    z-index: 22;
    height: auto;
    min-height: 100vh;
  }

  .heading {
    font-size: 65px;
  }

  .cap {
    font-size: 90px;
  }

  .divider-circle {
    width: 12px;
    height: 12px;
  }

  .modal {
    padding-right: 10px;
    padding-left: 10px;
  }

  .grid {
    -ms-grid-columns: 1fr auto 1fr;
    grid-template-columns: 1fr auto 1fr;
    -ms-grid-rows: auto auto;
    grid-template-rows: auto auto;
  }

  .close-link {
    padding-right: 0px;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .close-icon {
    max-height: 15px;
  }

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

  .wrap-scrolling-text {
    min-height: 250px;
  }

  .xlarge-paragraph {
    font-size: 10vh;
  }

  .footer-3 {
    position: relative;
  }

  .bold-text-3 {
    line-height: 53px;
  }

  .h1-2 {
    width: 100%;
    font-size: 50px;
    line-height: 41px;
  }

  .d-type-text {
    font-size: 30px;
    line-height: 30px;
  }

  .hero-left-column {
    width: 250px;
  }

  .hero-section {
    height: auto;
  }

  .hero-container {
    max-width: 500px;
  }

  .menu-item-text {
    font-size: 3em;
  }

  .h1 {
    font-size: 50px;
    line-height: 41px;
  }

  .subtitle {
    font-size: 10px;
    letter-spacing: 3px;
  }

  .hero-right-column {
    width: 250px;
    margin-left: -40px;
  }

  .c-menu-item {
    margin-bottom: 15px;
  }

  .c-col-menu-links {
    margin-bottom: 40px;
  }

  .c-nav-menu-content {
    display: block;
    width: 80%;
  }

  .number {
    color: #fff;
    font-size: 18px;
    letter-spacing: 2px;
  }

  .progress-bar {
    width: 4px;
  }

  .page-wrap {
    z-index: 1;
  }

  .overlay__inner-wrap.first {
    width: 100vw;
    height: 100vh;
    background-image: radial-gradient(circle farthest-corner at 50% 50%, hsla(0, 0%, 89.4%, 0) 55%, rgba(15, 15, 15, 0.6)), url('../images/p-1.jpg');
    background-position: 0px 0px, 50% 50%;
    background-size: auto, cover;
    background-repeat: repeat, no-repeat;
  }

  .overlay__inner-wrap.fifth {
    width: 100vw;
    height: 100vh;
  }

  .overlay__inner-wrap.third {
    width: 100vw;
    height: 100vh;
  }

  .overlay__inner-wrap.fourth {
    width: 100vw;
    height: 100vh;
  }

  .overlay__inner-wrap.second {
    width: 100vw;
    height: 100vh;
  }

  .title-block {
    position: relative;
    top: 31vh;
  }

  .number-rail {
    width: 10vw;
  }

  .project-title {
    width: 40vw;
    color: #fff;
    font-size: 18px;
  }

  .title-rail {
    width: 40vw;
  }

  .scroll-wrap {
    width: 4px;
  }

  .overlay__inner-container {
    top: 0vh;
    width: 100vw;
    height: 100vh;
  }

  .number-wrap {
    width: 10vw;
  }

  .title {
    font-size: 66px;
    line-height: 70px;
    text-align: center;
  }

  .title.slide1 {
    margin-left: 0px;
    text-align: left;
  }

  .project-title-wrap {
    width: 40vw;
  }

  .image-13 {
    height: 250px;
  }

  .image-13.firstt {
    height: 250px;
  }

  .page-wrap-2 {
    z-index: 1;
  }

  .div-block {
    justify-items: center;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    -ms-grid-rows: auto auto auto;
    grid-template-rows: auto auto auto;
  }

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

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

  .div-block-copy {
    justify-items: center;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    -ms-grid-rows: auto auto auto;
    grid-template-rows: auto auto auto;
  }

  .grid-4 {
    -webkit-box-pack: stretch;
    -webkit-justify-content: stretch;
    -ms-flex-pack: stretch;
    justify-content: stretch;
    justify-items: stretch;
  }

  .div-block-7 {
    margin-bottom: 20px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .image-1 {
    display: none;
  }

  .travelers {
    left: 0%;
    top: auto;
    right: 0%;
    bottom: 0%;
    line-height: 18vw;
  }

  .profile-picture {
    display: none;
  }

  .heading-7 {
    margin-top: 8px;
    margin-left: -4px;
    -webkit-align-self: start;
    -ms-flex-item-align: start;
    -ms-grid-row-align: start;
    align-self: start;
  }

  .loader {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }

  .subheading {
    margin-top: -72px;
    font-size: 16px;
  }

  .navigation {
    width: 100vw;
    grid-template-areas: ". . . . . . . . . .";
    -ms-grid-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 32px;
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 32px;
  }

  .title-2 {
    font-size: 18px;
    line-height: 26px;
  }

  .name {
    font-size: 14px;
  }

  .social {
    background-color: hsla(0, 0%, 87.8%, 0);
  }

  .html-embed-2 {
    width: 800px;
  }

  .c-nav-menu-content-2 {
    display: block;
    width: 80%;
  }

  .c-col-menu-links-2 {
    margin-bottom: 40px;
  }

  .menu-item-text-2 {
    font-size: 3em;
  }

  .c-menu-item-2 {
    margin-bottom: 15px;
  }

  .h1-3 {
    font-size: 7vw;
  }

  .slide-nav {
    bottom: 15px;
    width: 30px;
    height: 80px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .hero-grid {
    -ms-grid-rows: 99px 99px 99px 99px 99px 99px 99px auto auto auto;
    grid-template-rows: 99px 99px 99px 99px 99px 99px 99px auto auto auto;
  }

  .hero-grid.twee {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    -ms-grid-rows: auto;
    grid-template-rows: auto;
  }

  .hangend-leesteken.next {
    margin-left: 16px;
  }

  .brush {
    width: 21px;
    margin-right: 6px;
    margin-left: 33px;
    font-size: 11px;
  }

  .hero-tekst-wrapper.sub-heading {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .hero-image-wrapper {
    background-position: 50% 100%;
  }

  .naam-contact-wrapper {
    width: 72%;
  }

  .huib-bio-wrapper {
    margin-bottom: 90px;
    margin-left: 21px;
    padding-right: 0px;
    padding-left: 30px;
  }

  .huib-bio-wrapper.laatste {
    margin-bottom: 0px;
  }

  .c-social_link {
    padding-right: 0.8em;
    padding-left: 0.8em;
  }

  .menu-item-text-3 {
    font-size: 3em;
  }

  .c-nav-grid {
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
  }

  .c-footer_social {
    margin-top: 1.5em;
  }

  .c-nav-link {
    line-height: 1.7;
  }

  .c-col-menu-links-3 {
    margin-bottom: 40px;
  }

  .container-2 {
    width: auto;
    padding-right: 60px;
    padding-left: 80px;
  }

  .h2 {
    font-size: 14px;
    letter-spacing: 3px;
  }

  .date {
    font-size: 10px;
    letter-spacing: 4px;
  }

  .h1-4 {
    font-size: 50px;
    line-height: 41px;
  }

  .d-type-text-2 {
    font-size: 30px;
    line-height: 30px;
  }

  .subtitle-2 {
    font-size: 10px;
    letter-spacing: 3px;
  }

  .hero-right-column-2 {
    width: 250px;
    margin-left: -40px;
  }

  .jaguar-text {
    font-size: 9px;
    line-height: 20px;
  }

  .hero-tekst-wrapper-2.sub-heading {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .hero-image-wrapper-2 {
    background-position: 50% 100%;
  }

  .div-block-250 {
    padding-right: 20px;
    padding-left: 20px;
  }

  .div-block-250.combo {
    left: auto;
    top: 0%;
    right: 0%;
    bottom: 0%;
  }

  .sticky-parent {
    overflow: hidden;
  }

  .img-parent.card {
    width: 70vw;
  }

  .heading-xl {
    font-size: 10vw;
  }

  .circle-parent-one {
    left: -2em;
    top: 13em;
    width: 12em;
    height: 12em;
  }

  .wrapper {
    padding-right: 40px;
    padding-left: 40px;
  }

  .block {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 100%;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
  }

  .heading-3 {
    font-size: 2em;
  }

  .side-title-left {
    display: none;
  }

  .logo-parent.push {
    margin-bottom: 100px;
  }

  .btn-parent.ab-btm {
    bottom: 100px;
  }

  .menu-item-text-4 {
    font-size: 3em;
  }

  .c-nav-link-2 {
    line-height: 1.7;
  }

  .desktop-navigation {
    display: none;
  }

  .desktop-navigation-icon.bottom-nav {
    margin-top: 0px;
    margin-right: 22px;
  }

  .desktop-navigation-upgrade-bubble {
    display: none;
  }

  .product-content {
    width: 100%;
  }

  .product-tabs {
    display: block;
  }

  .column-product-photo {
    height: 80vh;
  }

  .breadcrumbs {
    display: block;
  }

  .add-to-bag {
    display: inline-block;
  }

  .slider {
    height: 80vh;
  }

  .wishlist {
    display: inline-block;
  }

  .column-product-info {
    height: 80vh;
    min-height: 640px;
    padding-top: 28px;
  }

  .extra-info-mobile {
    display: none;
  }

  .button-group {
    margin-bottom: 48px;
  }

  .add-to-bag-2 {
    display: inline-block;
  }

  .tab-link {
    font-size: 18px;
    line-height: 18px;
  }

  .features-2-container-flex {
    padding-top: 100px;
    padding-bottom: 100px;
  }

  .features-2-top-split {
    margin-bottom: 30px;
  }

  .intro-logo {
    width: 11em;
  }

  .intro-parent {
    display: none;
  }
}

@media screen and (max-width: 479px) {
  p {
    font-size: 16px;
  }

  .small-text {
    font-size: 9px;
  }

  .first-article {
    display: block;
    height: 100vh;
    padding-right: 0%;
    padding-left: 0%;
  }

  .card-1 {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }

  .card-3 {
    width: 100%;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }

  .section {
    display: none;
    width: 100%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }

  .image-wrapper {
    height: 33.33vh;
    background-position: 50% 50%;
    background-size: cover;
  }

  .second-article {
    display: block;
  }

  .card-inner {
    display: block;
    padding-right: 10%;
  }

  .button-close {
    left: auto;
    top: 0%;
    right: 0%;
    bottom: auto;
    max-width: 35%;
  }

  .third-article {
    display: block;
    height: 100vh;
    min-height: auto;
  }

  .main-heading {
    font-size: 2em;
  }

  .section-content {
    position: fixed;
    left: 0%;
    top: 0%;
    right: 0%;
    bottom: 0%;
    display: none;
    overflow: auto;
  }

  .card-2 {
    width: 100%;
    -webkit-align-self: stretch;
    -ms-flex-item-align: stretch;
    -ms-grid-row-align: stretch;
    align-self: stretch;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }

  .heading {
    font-size: 50px;
  }

  .image-container.second {
    background-position: 50% 0%;
  }

  .cap {
    font-size: 80px;
  }

  .link-read-more {
    font-size: 24px;
  }

  .arrow-read-more {
    width: 45px;
    height: 45px;
    padding-right: 13px;
    padding-left: 13px;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
  }

  .c-nav-menu-overlay {
    display: none;
  }

  .image-2 {
    bottom: 0px;
    z-index: 300;
    width: 200px;
  }

  .graphic-element-02 {
    display: none;
  }

  .socials-footer {
    display: none;
  }

  .text-block-12.menu {
    color: #000;
  }

  .outline-block {
    left: 0px;
    margin-left: 0px;
  }

  .main {
    overflow: hidden;
    width: 100%;
    background-image: none;
  }

  .heading-5 {
    color: #fff;
  }

  .heading-5.menu {
    margin-bottom: 0px;
    color: #000;
    line-height: 20px;
  }

  .c-nav-logo {
    margin-right: 20px;
  }

  .div-block-221 {
    margin-left: 0px;
    border-top-color: #949494;
  }

  .footer-3 {
    position: absolute;
    left: 0%;
    top: auto;
    right: 0%;
    bottom: 0%;
    z-index: 8888888;
    overflow: visible;
    width: 100%;
    height: 50px;
    padding-top: 0px;
    padding-bottom: 0px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    background-color: #272626;
  }

  .text-block-11 {
    padding-bottom: 20px;
    text-align: left;
  }

  .c-nav-social-media {
    display: none;
  }

  .bold-text-3 {
    font-size: 60px;
    line-height: 38px;
    font-weight: 700;
    letter-spacing: -3px;
  }

  .bold-text-3.first {
    font-size: 60px;
    line-height: 26px;
  }

  .image-9 {
    font-size: 20px;
  }

  .mainsection {
    padding-right: 10vw;
    padding-left: 10vw;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    background-color: rgba(255, 204, 76, 0);
  }

  .mainsection.blue {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    min-height: auto;
    padding-top: 50px;
    padding-bottom: 50px;
    background-color: hsla(0, 0%, 87.8%, 0);
  }

  .mainsection.blue.sec {
    padding-left: 30px;
    background-position: 100% 50%;
    background-size: cover;
  }

  .mainsection.gray {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    min-height: auto;
    padding-top: 50px;
    padding-bottom: 50px;
  }

  .mainsection.gray.sec3 {
    padding-left: 30px;
    background-position: 0% 50%;
    background-size: 150%;
  }

  .mainsection.seciot2 {
    background-position: 50% 50%;
    background-size: cover;
  }

  .div-block-196 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    padding-left: 0px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: left;
  }

  .div-block-196.t {
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .div-block-198 {
    position: relative;
    left: 0px;
    display: none;
    width: 173px;
    margin-left: 0px;
    text-align: center;
  }

  .paragraph-2 {
    position: relative;
    top: -27px;
    width: 80%;
    margin-top: 0px;
    margin-bottom: 0px;
  }

  .h1-2 {
    width: 100%;
    margin-bottom: 0px;
    font-family: system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Fira Sans', 'Droid Sans', 'Helvetica Neue', sans-serif;
    font-size: 50px;
    line-height: 44px;
    font-weight: 700;
  }

  ._w-col-menu-social {
    padding-bottom: 0px;
    -webkit-align-self: auto;
    -ms-flex-item-align: auto;
    -ms-grid-row-align: auto;
    align-self: auto;
  }

  .heading-2 {
    font-size: 39px;
    line-height: 110%;
    text-align: left;
  }

  .heading-2._1 {
    padding-bottom: 8px;
    font-size: 25px;
  }

  .d-type-text {
    font-weight: 400;
  }

  .d-type-text.header {
    color: #b3800d;
  }

  .div-block-200 {
    margin-bottom: 0px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .hero-left-column {
    display: none;
    width: 100%;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .div-block-244 {
    position: static;
    left: 0px;
    width: 100%;
    height: auto;
    margin-top: 0px;
    padding-right: 0vw;
    padding-left: 0vw;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .hero-section {
    width: 100%;
    height: auto;
    padding: 0px 20px 0px 50px;
  }

  .graphic-element-03 {
    display: none;
  }

  .grid-2 {
    width: 260px;
    height: auto;
    margin-top: 0px;
    padding-top: 0px;
    -webkit-box-pack: stretch;
    -webkit-justify-content: stretch;
    -ms-flex-pack: stretch;
    justify-content: stretch;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    -ms-grid-rows: auto;
    grid-template-rows: auto;
    opacity: 1;
  }

  .grid-2.menu {
    width: 200px;
    height: 50px;
    margin-top: 0px;
    -webkit-box-pack: stretch;
    -webkit-justify-content: stretch;
    -ms-flex-pack: stretch;
    justify-content: stretch;
    justify-items: start;
    -webkit-box-align: start;
    -webkit-align-items: start;
    -ms-flex-align: start;
    align-items: start;
    -ms-grid-rows: auto;
    grid-template-rows: auto;
    opacity: 1;
  }

  .section-12.foot {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    height: 50px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .hero-container {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    max-width: none;
    margin-top: 100px;
    margin-left: 0px;
    padding-right: 0vw;
    padding-bottom: 50px;
    padding-left: 0px;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
  }

  ._w-nav {
    padding-right: 20px;
    padding-left: 10px;
  }

  ._w-nav-social-media {
    display: none;
  }

  .div-block-220 {
    position: absolute;
    display: block;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .b-nav-menu-btn {
    margin-left: 11px;
  }

  .b-nav-menu-btn.default {
    background-color: #fff;
  }

  .link-block-6 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }

  .footer-container {
    width: 100%;
    height: 33%;
    margin-top: 40px;
    margin-bottom: 40px;
    padding-left: 25px;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .link-block-10 {
    display: none;
  }

  .menu-item-text {
    font-size: 1.8em;
    font-weight: 300;
  }

  .menu-item-text.contact {
    padding-top: 18px;
    border-bottom: 1px solid #000;
    line-height: 0.3em;
  }

  .link-block-5 {
    text-align: center;
  }

  .h1 {
    position: relative;
    width: 100%;
    margin-top: 0px;
    margin-bottom: 0px;
    padding-top: 0px;
    font-family: system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Fira Sans', 'Droid Sans', 'Helvetica Neue', sans-serif;
    font-size: 40px;
    line-height: 42px;
    font-weight: 700;
    letter-spacing: 0px;
  }

  .h1.first {
    margin-top: 0px;
    margin-bottom: 0px;
    line-height: 42px;
  }

  .h1.see {
    top: 10px;
    display: block;
  }

  .subtitle {
    font-size: 14px;
    line-height: 18px;
    font-weight: 600;
  }

  .text-span-7 {
    color: #397b1b;
  }

  .c-nav-items {
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }

  .hero-right-column {
    position: static;
    display: -ms-grid;
    display: grid;
    width: 100%;
    margin-left: 0px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    justify-items: start;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
    grid-auto-columns: 1fr;
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    -ms-grid-columns: 1.25fr;
    grid-template-columns: 1.25fr;
    -ms-grid-rows: auto auto;
    grid-template-rows: auto auto;
  }

  .c-nav-social-contact-item {
    margin-bottom: 0px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .graphic-element-01 {
    display: none;
  }

  .top-view-jaguar {
    top: 0px;
    width: 50%;
    margin-top: 0px;
  }

  .div-block-25 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .c-menu-item {
    margin-bottom: 10px;
    line-height: 1em;
  }

  .c-col-menu-links {
    margin-bottom: 50px;
  }

  .nav-menu-btn-line.short {
    background-color: #000;
  }

  .nav-menu-btn-line.long {
    background-color: #000;
  }

  .c-nav-social-address {
    margin-bottom: 0px;
  }

  .nav-social-address {
    display: none;
  }

  .nav-social-address.head.menu {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding-bottom: 40px;
    font-size: 15px;
    line-height: 1em;
  }

  .nav-social-address.head.r {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    font-size: 15px;
    line-height: 1em;
  }

  .c-nav-menu-content {
    width: 85%;
    margin-top: -35px;
    padding-left: 35px;
  }

  .cursorr {
    display: none;
  }

  .body {
    background-color: #cfcfcf;
    background-image: url('../images/noise21_1noise21.png');
    background-position: 0px 0px;
    background-size: auto;
  }

  .number {
    font-size: 16px;
  }

  .title-block {
    top: 30vh;
    width: 80%;
  }

  .project-title {
    font-size: 16px;
  }

  .number-wrap {
    bottom: 14vh;
  }

  .title {
    font-size: 46px;
    line-height: 52px;
  }

  .title.slide1 {
    font-size: 60px;
    line-height: 58px;
  }

  .project-title-wrap {
    bottom: 14vh;
  }

  .content-2 {
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }

  .product-gallery {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .image-10 {
    width: 25px;
  }

  .image-11 {
    width: 25px;
  }

  .image-12 {
    width: 25px;
  }

  .div-block-245 {
    position: relative;
    left: 33px;
    top: -33px;
    width: 100%;
    padding-top: 0px;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
  }

  .div-block-245.first-screen {
    left: 23px;
    top: -18px;
    padding-left: 0px;
  }

  .div-block-245.first-screen.moo {
    margin-top: 10px;
  }

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

  .image-13 {
    top: -12px;
    width: auto;
    height: 300px;
    max-width: none;
    margin-top: 0px;
    margin-left: 0px;
  }

  .image-13.firstt {
    top: 0px;
    height: 300px;
  }

  .image-13.third {
    margin-bottom: 30px;
  }

  .image-14 {
    width: 220px;
  }

  .image-15 {
    width: 220px;
  }

  .hero-content {
    width: auto;
    max-width: none;
  }

  .div-block {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    justify-items: center;
    grid-auto-columns: 1fr;
    grid-column-gap: 16px;
  }

  .div-block-9 {
    padding-right: 20px;
    padding-left: 20px;
  }

  .div-block-copy {
    justify-items: center;
  }

  .div-block-copy.lower-copy._2-copy {
    display: block;
    margin-top: 0vh;
    padding-top: 20px;
    padding-right: 10px;
    padding-left: 10px;
  }

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

  .tabs {
    position: relative;
    left: 30%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 300px;
    margin-left: -170px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .div-block-4 {
    width: 100%;
    margin-bottom: 30px;
    padding-right: 14px;
    padding-left: 14px;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }

  .text-block.right {
    display: none;
  }

  .image-1 {
    display: none;
  }

  .travelers {
    left: 0%;
    top: auto;
    right: 0%;
    bottom: 0%;
    -webkit-align-self: end;
    -ms-flex-item-align: end;
    -ms-grid-row-align: end;
    align-self: end;
  }

  .profile-picture.s {
    display: block;
  }

  .heading-7 {
    margin-left: -10px;
    -webkit-align-self: start;
    -ms-flex-item-align: start;
    -ms-grid-row-align: start;
    align-self: start;
    font-size: 64px;
    line-height: 48px;
  }

  .heading-7.second.he {
    width: 90%;
    margin-bottom: 0px;
    margin-left: 0px;
  }

  .heading-7.second.he.p {
    padding-left: 30px;
  }

  .heading-7.newletter {
    margin-bottom: 18px;
    margin-left: 0px;
    padding-right: 0px;
    font-size: 60px;
    line-height: 49px;
  }

  .loader {
    display: none;
  }

  .subheading {
    margin-top: -72px;
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
  }

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

  .image-1-hover {
    display: none;
  }

  .search {
    max-width: 90%;
  }

  .social {
    width: 40px;
    background-color: hsla(0, 0%, 87.8%, 0);
  }

  .menu {
    max-width: 80%;
  }

  .lesson {
    display: none;
  }

  .sidenav-social-link.line2 {
    padding-left: 60px;
  }

  .content-4 {
    display: -ms-grid;
    display: grid;
    padding-top: 0px;
    padding-left: 30px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    grid-auto-columns: 1fr;
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    -ms-grid-columns: 32px 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 32px;
    grid-template-columns: 32px 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 32px;
    -ms-grid-rows: 100px auto auto auto auto auto auto auto 90px 90px;
    grid-template-rows: 100px auto auto auto auto auto auto auto 90px 90px;
  }

  .user.svsnk {
    padding: 5px;
    border-radius: 8px;
    background-color: #ebebeb;
  }

  .html-embed-2 {
    z-index: 400;
    width: 450px;
    margin-top: 0px;
    margin-left: -30px;
    -webkit-filter: contrast(200%);
    filter: contrast(200%);
  }

  .html-embed-2.first {
    left: 60px;
    top: 60px;
    display: none;
    background-color: rgba(255, 196, 46, 0);
  }

  .html-embed-2.first.bk-pattern {
    left: 7px;
    opacity: 0.58;
  }

  .html-embed-2.gray {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }

  .html-embed-2.oop {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-filter: grayscale(100%);
    filter: grayscale(100%);
  }

  .html-embed-2.oop.mobill {
    left: 0%;
    top: 0%;
    right: 0%;
    bottom: 0%;
    z-index: 300;
    -webkit-filter: hue-rotate(210deg);
    filter: hue-rotate(210deg);
  }

  .div-block-246 {
    padding-top: 0px;
    padding-bottom: 0px;
  }

  .c-nav-items-2 {
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }

  .c-nav-contact {
    margin-right: 15px;
  }

  .c-nav-menu-content-2 {
    width: 85%;
  }

  .c-col-menu-links-2 {
    margin-bottom: 30px;
  }

  .menu-item-text-2 {
    font-size: 2.5em;
  }

  .c-menu-item-2 {
    margin-bottom: 10px;
  }

  .c-nav-contact-link {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding-right: 0px;
    padding-left: 0px;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: right;
  }

  .c-nav-contact-link-text.focus {
    display: none;
  }

  .c-nav-contact-link-text.focus {
    display: none;
  }

  .mydiv1 {
    background-color: hsla(0, 0%, 87.8%, 0);
  }

  .h1-3 {
    font-size: 10vw;
  }

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

  .slide-nav {
    bottom: 20px;
    margin-bottom: -10px;
  }

  .hero-slider {
    display: none;
  }

  .flex-vertical.max-50 {
    width: 100%;
    max-width: 100%;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
  }

  .slide-content {
    padding-right: 30px;
    padding-left: 45px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: column-reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
  }

  .p-footer.mail {
    margin-top: 9px;
  }

  .p-footer.phone {
    margin-top: 6px;
  }

  .hero-grid {
    margin-top: 82px;
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
    -ms-grid-rows: auto;
    grid-template-rows: auto;
  }

  .hero-grid.een {
    width: 100%;
    margin-top: 81px;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    -ms-grid-rows: auto;
    grid-template-rows: auto;
  }

  .hero-grid.twee {
    width: 100%;
    padding-left: 10px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .hero-grid.een {
    width: 100%;
    height: auto;
    margin-top: 81px;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    -ms-grid-rows: auto;
    grid-template-rows: auto;
  }

  .hero-nav-wrapper {
    display: none;
  }

  .hangend-leesteken.next {
    margin-left: 51px;
  }

  .brush {
    width: 24px;
    margin-right: 9px;
    margin-left: 0px;
  }

  .section-15 {
    z-index: 200;
    padding-top: 50px;
    padding-bottom: 100px;
    padding-left: 40px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .section-15.hero {
    width: 96vw;
    margin-right: auto;
    margin-left: auto;
    padding-right: 0px;
    padding-left: 30px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .section-15.hero-twee {
    width: 100%;
    padding-right: 21px;
    padding-bottom: 50px;
    padding-left: 35px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
  }

  .section-15.hero {
    left: 0px;
    width: 100%;
    margin-right: auto;
    margin-left: auto;
    padding: 50px 0px 100px 20px;
    background-position: 100% 0%;
    background-size: cover;
  }

  .section-15.neww {
    width: 100%;
    padding-left: 20px;
  }

  .home-hero-tagon {
    display: none;
  }

  .hero-tekst-wrapper {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    height: 170px;
    margin-top: 24px;
    padding-left: 10px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    font-size: 16px;
  }

  .hero-tekst-wrapper.sub-heading {
    height: 60px;
    margin-top: 0px;
    margin-bottom: 30px;
    padding-right: 30px;
    padding-left: 30px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }

  .witte-nav-achtergrond {
    left: 0px;
    width: 100%;
    padding-left: 0px;
  }

  .hero-image-wrapper {
    height: 333px;
  }

  .naam-contact-wrapper {
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    text-align: left;
  }

  .heading-8 {
    font-size: 30px;
    line-height: 26px;
  }

  .huib-bio-wrapper {
    margin-bottom: 50px;
    margin-left: 15px;
    padding-right: 0px;
    padding-left: 15px;
    color: #474747;
  }

  .begin-kapitaal {
    top: -70px;
  }

  .c-nav-contact-2 {
    margin-right: 15px;
  }

  ._w-col-menu-social-3 {
    padding-bottom: 0px;
    text-align: center;
  }

  .menu-item-text-3 {
    font-size: 40px;
  }

  .c-nav-grid {
    justify-items: start;
    grid-row-gap: 20px;
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
    -ms-grid-rows: auto auto auto;
    grid-template-rows: auto auto auto;
  }

  .c-nav-link {
    font-size: 1em;
    line-height: 1.7;
  }

  .footer-column {
    padding-right: 0px;
    padding-bottom: 0px;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .c-col-menu-links-3 {
    margin-bottom: 0px;
  }

  .nav-shape {
    opacity: 0.03;
  }

  .c-nav-menu-overlay-3 {
    display: none;
  }

  .paragraph-4 {
    width: 95%;
    color: #474747;
    font-size: 16px;
    line-height: 23px;
  }

  .paragraph-4.pri {
    line-height: 17px;
  }

  .section-16 {
    height: auto;
  }

  .section-16.margin-top-220 {
    z-index: 9999;
    width: 100%;
    min-height: auto;
    padding-top: 50px;
    padding-bottom: 50px;
    padding-left: 0px;
  }

  .section-16.margin-top-220.pp {
    padding-left: 0px;
  }

  .container-2 {
    left: 0px;
    width: 100%;
    margin-bottom: 100px;
    padding-right: 0px;
    padding-left: 20px;
  }

  .container-2.oo {
    left: 0px;
    margin-bottom: 0px;
    padding-left: 0px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .h2 {
    font-size: 14px;
  }

  .paragraph-5 {
    position: relative;
    z-index: 100;
    width: 100%;
    margin-top: 0px;
    margin-bottom: 0px;
    padding-right: 20px;
  }

  .paragraph-5.p {
    padding-left: 30px;
  }

  .div-block-14 {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .h1-4 {
    font-size: 40px;
    line-height: 35px;
  }

  .subtitle-2 {
    font-size: 13px;
    font-weight: 400;
  }

  .hero-right-column-2 {
    position: relative;
    left: 31px;
    right: 0px;
    width: 80%;
    margin-left: 0px;
  }

  .outline-block-2 {
    border-color: rgba(57, 123, 27, 0.38);
  }

  .jaguar-text {
    font-size: 14px;
  }

  .p3 {
    font-size: 14px;
    line-height: 14px;
  }

  .small-life-1 {
    font-size: 18vw;
  }

  .second-text-block {
    left: 0%;
  }

  .h2-title-2 {
    font-size: 18vw;
  }

  .h2-title {
    font-size: 18vw;
  }

  .circle-texts {
    width: 100%;
    margin-top: 300px;
    margin-bottom: 300px;
  }

  .hero-tekst-wrapper-2 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    height: 170px;
    margin-top: 0px;
    padding-left: 0px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .hero-tekst-wrapper-2.sub-heading {
    height: 60px;
    margin-top: 0px;
    margin-bottom: 30px;
    padding-right: 30px;
    padding-left: 30px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }

  .witte-nav-achtergrond-2 {
    left: 0px;
    width: 100%;
    padding-left: 0px;
  }

  .hero-image-wrapper-2 {
    z-index: 100;
    height: 380px;
    background-position: 50% 50%;
    background-size: 70%;
  }

  .text-block-14 {
    width: 80%;
    font-size: 28px;
    line-height: 34px;
  }

  .div-block-250 {
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 70%;
    padding-right: 0px;
    padding-left: 0px;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .div-block-250.combo {
    top: -88%;
    display: none;
    padding-top: 0px;
  }

  .text-block-15 {
    width: 80%;
  }

  .frosted_block_parent {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    background-color: #e0e0e0;
  }

  .button-3 {
    display: block;
    width: 80%;
    padding-right: 55px;
    padding-left: 55px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    font-size: 18px;
    text-align: center;
  }

  .empty_block {
    background-image: none;
  }

  .image-25 {
    right: 5vw;
    width: 35px;
    opacity: 0.46;
  }

  .image-26 {
    width: 45px;
    margin-left: 0px;
    -webkit-filter: none;
    filter: none;
  }

  .image-27 {
    z-index: 1;
    display: none;
  }

  .bold-text-6 {
    position: relative;
    z-index: 100;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .heading-xl {
    font-size: 12vw;
  }

  .circle-parent-one {
    left: -1em;
    top: 6em;
    width: 10em;
    height: 10em;
  }

  .arrow-one {
    width: 1.5em;
  }

  .arrow-one-ap {
    width: 1.5em;
  }

  .html-embed-3 {
    width: 90%;
    border-radius: 0px;
  }

  .grid-5 {
    margin-right: -15px;
    margin-left: -15px;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .grid-5.gridpic {
    width: 85%;
    margin-bottom: 0px;
  }

  .wrapper {
    padding-right: 15px;
    padding-left: 15px;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
  }

  .wrapper.negative-margins {
    background-position: 50% 50%;
    background-size: 1500px;
  }

  .sticky {
    padding-top: 50px;
  }

  .heading-10 {
    font-size: 120px;
    line-height: 50px;
    font-weight: 700;
  }

  .block {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 100%;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
  }

  .block.vertically-centered {
    padding-right: 0px;
    padding-left: 0px;
  }

  .block._58 {
    padding-right: 0px;
    padding-left: 0px;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .block._41.centred {
    width: 100%;
    margin-right: 0px;
    padding-right: 0px;
    padding-left: 20px;
  }

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

  .heading-3 {
    font-size: 20px;
    line-height: 23px;
  }

  .sticky-2 {
    margin-bottom: 0px;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .div-block-254 {
    position: relative;
    z-index: 999;
    height: auto;
  }

  .text-span-12 {
    opacity: 0.57;
    color: hsla(0, 0%, 73.3%, 0.65);
  }

  .heading-12 {
    display: none;
  }

  .full-menu {
    display: none;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    background-position: 50% 50%;
  }

  .div-block-260 {
    overflow: visible;
    height: 90%;
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
    -ms-flex-align: end;
    align-items: flex-end;
  }

  .image-30 {
    display: none;
  }

  .html-embed-5 {
    overflow: scroll;
    height: 90%;
  }

  .html-embed-6 {
    margin-left: -10px;
  }

  .side-title-left {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 10vw;
  }

  .container-lg {
    width: 92%;
  }

  .logo-parent.push {
    top: 40%;
  }

  .btn-parent.ab-btm {
    bottom: 150px;
  }

  .menu-item-text-4 {
    font-size: 40px;
  }

  .c-nav-link-2 {
    font-size: 1em;
    line-height: 1.7;
  }

  .desktop-navigation {
    left: 0%;
    top: 0%;
    right: auto;
    bottom: auto;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }

  .desktop-navigation-icon {
    position: static;
    left: 0%;
    top: 0%;
    right: auto;
    bottom: 0%;
    z-index: 10000;
  }

  .image-32 {
    top: 1.5vh;
  }

  .product-tabs {
    display: none;
  }

  .column-product-photo {
    height: 70vh;
  }

  .tab-title {
    margin-right: 0px;
    margin-left: 0px;
  }

  .breadcrumbs {
    display: none;
  }

  .add-to-bag {
    display: block;
  }

  .shippinh {
    margin-top: 40px;
  }

  .slider {
    height: 70vh;
  }

  .wishlist {
    display: block;
  }

  .column-product-info {
    height: auto;
    min-height: 700px;
    padding-top: 40px;
  }

  .extra-info-mobile {
    display: block;
  }

  .html-embed-7 {
    width: 95%;
  }

  .add-to-bag-2 {
    display: block;
  }

  .tab-content {
    position: relative;
    z-index: 9999;
  }

  .white.hee {
    color: #303030;
    font-size: 40px;
  }

  .check-list {
    margin-top: 30px;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    -ms-grid-rows: auto auto auto auto auto auto auto auto;
    grid-template-rows: auto auto auto auto auto auto auto auto;
  }

  .tabs-2 {
    -ms-grid-rows: auto auto;
    grid-template-rows: auto auto;
  }

  .head-container {
    width: 100%;
    margin-bottom: 30px;
    padding-left: 0px;
  }

  .tab-link {
    margin-right: 20px;
    margin-bottom: 16px;
  }

  .tabs-menu-2 {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .base-section.dark {
    overflow: hidden;
    width: 100%;
    padding: 0px 25px 0px 50px;
    background-image: url('../images/blue.png');
    background-position: -50% 0%;
    background-size: auto;
  }

  .base-section.dark.pro {
    padding-top: 50px;
    padding-bottom: 0px;
    padding-left: 50px;
  }

  .button-4.yellow {
    margin-bottom: 20px;
  }

  .button-4.yellow.circle {
    position: relative;
    z-index: 99999;
    width: 70px;
    height: 50px;
    margin-right: 10px;
    padding-right: 0px;
    padding-left: 0px;
    border-radius: 100px;
  }

  .rig-grid {
    width: 100%;
    max-width: none;
    justify-items: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-grid-row-align: center;
    align-self: center;
    grid-auto-columns: 0.25fr;
    -ms-grid-rows: 100px 1fr auto;
    grid-template-rows: 100px 1fr auto;
  }

  .pricing-group-button {
    margin-bottom: 30px;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    -ms-grid-rows: auto auto;
    grid-template-rows: auto auto;
  }

  .period {
    font-size: 35px;
  }

  .tabs-content-3 {
    overflow: hidden;
  }

  .medium.white {
    font-size: 15px;
    line-height: 25px;
  }

  .medium.white.details {
    font-size: 14px;
    line-height: 23px;
  }

  .text-block-18.gold {
    display: none;
  }

  .paragraph-6 {
    color: #474747;
  }

  .goupp {
    position: relative;
    z-index: 9999;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }

  .features-2-h4-2 {
    width: 100%;
    color: #474747;
    font-size: 33px;
    line-height: 29px;
    font-weight: 500;
    text-align: left;
  }

  .image-37 {
    width: 60%;
    border-radius: 0px;
  }

  .features-2-container-flex {
    padding-right: 20px;
    padding-left: 20px;
  }

  .features-2-h4 {
    font-size: 33px;
    line-height: 43px;
  }

  .features-2-buttong {
    position: relative;
    z-index: 9999;
    font-size: 12px;
  }

  .features-2-image-div-2 {
    width: 100%;
    margin-right: 0px;
    margin-bottom: 30px;
  }

  .features-2-section {
    padding-top: 100px;
  }

  .features-2-content-split {
    position: relative;
    z-index: 8888;
    width: 100%;
    padding-left: 30px;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .features-2-image-div {
    width: 100%;
    margin-right: 0px;
  }

  .features-2-top-split {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .features-2-top-split-2 {
    position: relative;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .html-embed-8 {
    display: none;
  }

  .text-span-13 {
    font-size: 30px;
  }

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

  .text-span-15 {
    color: #3c4eb5;
    font-weight: 500;
  }

  .text-span-16 {
    color: #3c4eb5;
    font-weight: 500;
  }

  .text-span-17 {
    font-size: 35px;
  }

  .div-block-263 {
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding-top: 5px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .image-38 {
    width: 50px;
    margin-top: -4px;
    margin-right: 10px;
    -webkit-filter: grayscale(100%);
    filter: grayscale(100%);
  }

  .image-39 {
    width: 45px;
    height: 15px;
    margin-right: 10px;
    -webkit-filter: grayscale(100%);
    filter: grayscale(100%);
  }

  .image-40 {
    width: 150px;
    -webkit-filter: grayscale(100%);
    filter: grayscale(100%);
  }

  .intro-logo {
    width: 100px;
  }

  .intro-parent {
    z-index: 999999;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }

  .paragraph-7 {
    position: relative;
    z-index: 100;
    width: 100%;
    margin-top: 0px;
    margin-bottom: 0px;
  }

  .text-span-19 {
    color: #3c4eb5;
    font-weight: 600;
  }

  .text-span-20 {
    font-weight: 600;
  }

  .the-height-400vh-section {
    display: block;
    margin-left: 0px;
  }

  .the-content {
    display: none;
  }

  .a-block {
    width: 50vw;
    height: 50vh;
    margin-right: 20px;
    margin-left: 20px;
  }

  .image-55 {
    width: 200px;
    height: auto;
    max-width: none;
  }

  .html-embed-12 {
    width: 100%;
    margin-top: 30px;
  }
}

#w-node-b44bdd16-d778-ce7d-8ce5-ec65c17efeb3-c7995436 {
  -ms-grid-column: 3;
  grid-column-start: 3;
  -ms-grid-column-span: 7;
  grid-column-end: 10;
  -ms-grid-row: 3;
  grid-row-start: 3;
  -ms-grid-row-span: 2;
  grid-row-end: 5;
}

#w-node-b44bdd16-d778-ce7d-8ce5-ec65c17efebe-c7995436 {
  -ms-grid-column: 7;
  grid-column-start: 7;
  -ms-grid-column-span: 5;
  grid-column-end: 12;
  -ms-grid-row: 1;
  grid-row-start: 1;
  -ms-grid-row-span: 9;
  grid-row-end: 10;
}

#w-node-b44bdd16-d778-ce7d-8ce5-ec65c17efec2-c7995436 {
  -ms-grid-column: 13;
  grid-column-start: 13;
  -ms-grid-column-span: 4;
  grid-column-end: 17;
  -ms-grid-row: 4;
  grid-row-start: 4;
  -ms-grid-row-span: 7;
  grid-row-end: 11;
}

#w-node-b44bdd16-d778-ce7d-8ce5-ec65c17efec4-c7995436 {
  -ms-grid-column: 3;
  grid-column-start: 3;
  -ms-grid-column-span: 4;
  grid-column-end: 7;
  -ms-grid-row: 6;
  grid-row-start: 6;
  -ms-grid-row-span: 1;
  grid-row-end: 7;
}

#w-node-_52d1fd7f-5ddb-59d7-90ae-59efa1866876-c7995436 {
  -ms-grid-column-span: 5;
  grid-column-end: 11;
  -ms-grid-column: 6;
  grid-column-start: 6;
  -ms-grid-row-span: 4;
  grid-row-end: 6;
  -ms-grid-row: 2;
  grid-row-start: 2;
  -ms-grid-row-align: center;
  align-self: center;
}

#w-node-_52d1fd7f-5ddb-59d7-90ae-59efa1866878-c7995436 {
  -ms-grid-column-span: 5;
  grid-column-end: 7;
  -ms-grid-column: 2;
  grid-column-start: 2;
  -ms-grid-row-span: 2;
  grid-row-end: 5;
  -ms-grid-row: 3;
  grid-row-start: 3;
  -ms-grid-column-align: center;
  justify-self: center;
  -ms-grid-row-align: center;
  align-self: center;
}

#w-node-_52d1fd7f-5ddb-59d7-90ae-59efa1866898-c7995436 {
  -ms-grid-column-span: 5;
  grid-column-end: 11;
  -ms-grid-column: 6;
  grid-column-start: 6;
  -ms-grid-row-span: 1;
  grid-row-end: 7;
  -ms-grid-row: 6;
  grid-row-start: 6;
  -ms-grid-column-align: center;
  justify-self: center;
  -ms-grid-row-align: center;
  align-self: center;
}

#w-node-_43ea0d76-b284-1c90-ad92-9621b3e51ede-c7995436 {
  -ms-grid-column-span: 5;
  grid-column-end: 6;
  -ms-grid-column: 1;
  grid-column-start: 1;
  -ms-grid-row-span: 6;
  grid-row-end: 8;
  -ms-grid-row: 2;
  grid-row-start: 2;
  -ms-grid-row-align: start;
  align-self: start;
  -ms-grid-column-align: start;
  justify-self: start;
}

#w-node-_43ea0d76-b284-1c90-ad92-9621b3e51ee9-c7995436 {
  -ms-grid-column-span: 7;
  grid-column-end: 13;
  -ms-grid-column: 6;
  grid-column-start: 6;
  -ms-grid-row-span: 4;
  grid-row-end: 6;
  -ms-grid-row: 2;
  grid-row-start: 2;
  -ms-grid-row-align: start;
  align-self: start;
  -ms-grid-column-align: start;
  justify-self: start;
}

#w-node-_43ea0d76-b284-1c90-ad92-9621b3e51ef4-c7995436 {
  -ms-grid-column-span: 4;
  grid-column-end: 13;
  -ms-grid-column: 9;
  grid-column-start: 9;
  -ms-grid-row-span: 7;
  grid-row-end: 8;
  -ms-grid-row: 1;
  grid-row-start: 1;
  -ms-grid-row-align: start;
  align-self: start;
  -ms-grid-column-align: start;
  justify-self: start;
}

#w-node-_8f0f2ef9-b331-1435-4885-4343e8b9faa3-c7995436 {
  -ms-grid-row: 1;
  grid-row-start: 1;
  -ms-grid-row-span: 2;
  grid-row-end: 3;
  -ms-grid-column: 1;
  grid-column-start: 1;
  -ms-grid-column-span: 2;
  grid-column-end: 3;
  -ms-grid-row-align: stretch;
  align-self: stretch;
}

#w-node-_8f0f2ef9-b331-1435-4885-4343e8b9faa4-c7995436 {
  -ms-grid-column-span: 1;
  grid-column-end: 2;
  -ms-grid-column: 1;
  grid-column-start: 1;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
  -ms-grid-row: 1;
  grid-row-start: 1;
}

#w-node-_8f0f2ef9-b331-1435-4885-4343e8b9faae-c7995436 {
  -ms-grid-column-span: 1;
  grid-column-end: 3;
  -ms-grid-column: 2;
  grid-column-start: 2;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
  -ms-grid-row: 1;
  grid-row-start: 1;
}

#w-node-_8f0f2ef9-b331-1435-4885-4343e8b9faa3-9fd3ff5c {
  -ms-grid-row: 1;
  grid-row-start: 1;
  -ms-grid-row-span: 2;
  grid-row-end: 3;
  -ms-grid-column: 1;
  grid-column-start: 1;
  -ms-grid-column-span: 2;
  grid-column-end: 3;
  -ms-grid-row-align: stretch;
  align-self: stretch;
}

#w-node-_8f0f2ef9-b331-1435-4885-4343e8b9faa4-9fd3ff5c {
  -ms-grid-column-span: 1;
  grid-column-end: 2;
  -ms-grid-column: 1;
  grid-column-start: 1;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
  -ms-grid-row: 1;
  grid-row-start: 1;
}

#w-node-_8f0f2ef9-b331-1435-4885-4343e8b9faae-9fd3ff5c {
  -ms-grid-column-span: 1;
  grid-column-end: 3;
  -ms-grid-column: 2;
  grid-column-start: 2;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
  -ms-grid-row: 1;
  grid-row-start: 1;
}

#w-node-_8f0f2ef9-b331-1435-4885-4343e8b9faf4-9fd3ff5c {
  -ms-grid-column-span: 1;
  grid-column-end: 2;
  -ms-grid-column: 1;
  grid-column-start: 1;
  -ms-grid-row-span: 1;
  grid-row-end: 3;
  -ms-grid-row: 2;
  grid-row-start: 2;
  -ms-grid-row-align: end;
  align-self: end;
}

#w-node-_52d1fd7f-5ddb-59d7-90ae-59efa1866876-9fd3ff5c {
  -ms-grid-column-span: 5;
  grid-column-end: 11;
  -ms-grid-column: 6;
  grid-column-start: 6;
  -ms-grid-row-span: 4;
  grid-row-end: 6;
  -ms-grid-row: 2;
  grid-row-start: 2;
  -ms-grid-row-align: center;
  align-self: center;
}

#w-node-_52d1fd7f-5ddb-59d7-90ae-59efa1866878-9fd3ff5c {
  -ms-grid-column-span: 5;
  grid-column-end: 7;
  -ms-grid-column: 2;
  grid-column-start: 2;
  -ms-grid-row-span: 2;
  grid-row-end: 5;
  -ms-grid-row: 3;
  grid-row-start: 3;
  -ms-grid-column-align: center;
  justify-self: center;
  -ms-grid-row-align: center;
  align-self: center;
}

#w-node-_52d1fd7f-5ddb-59d7-90ae-59efa1866898-9fd3ff5c {
  -ms-grid-column-span: 5;
  grid-column-end: 11;
  -ms-grid-column: 6;
  grid-column-start: 6;
  -ms-grid-row-span: 1;
  grid-row-end: 7;
  -ms-grid-row: 6;
  grid-row-start: 6;
  -ms-grid-column-align: center;
  justify-self: center;
  -ms-grid-row-align: center;
  align-self: center;
}

#w-node-_8f0f2ef9-b331-1435-4885-4343e8b9faa3-6a0cc38b {
  -ms-grid-row: 1;
  grid-row-start: 1;
  -ms-grid-row-span: 2;
  grid-row-end: 3;
  -ms-grid-column: 1;
  grid-column-start: 1;
  -ms-grid-column-span: 2;
  grid-column-end: 3;
  -ms-grid-row-align: stretch;
  align-self: stretch;
}

#w-node-_8f0f2ef9-b331-1435-4885-4343e8b9faa4-6a0cc38b {
  -ms-grid-column-span: 1;
  grid-column-end: 2;
  -ms-grid-column: 1;
  grid-column-start: 1;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
  -ms-grid-row: 1;
  grid-row-start: 1;
}

#w-node-_8f0f2ef9-b331-1435-4885-4343e8b9faae-6a0cc38b {
  -ms-grid-column-span: 1;
  grid-column-end: 3;
  -ms-grid-column: 2;
  grid-column-start: 2;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
  -ms-grid-row: 1;
  grid-row-start: 1;
}

#w-node-_8f0f2ef9-b331-1435-4885-4343e8b9faf4-6a0cc38b {
  -ms-grid-column-span: 1;
  grid-column-end: 2;
  -ms-grid-column: 1;
  grid-column-start: 1;
  -ms-grid-row-span: 1;
  grid-row-end: 3;
  -ms-grid-row: 2;
  grid-row-start: 2;
  -ms-grid-row-align: end;
  align-self: end;
}

#w-node-_52d1fd7f-5ddb-59d7-90ae-59efa1866876-6a0cc38b {
  -ms-grid-column-span: 5;
  grid-column-end: 11;
  -ms-grid-column: 6;
  grid-column-start: 6;
  -ms-grid-row-span: 4;
  grid-row-end: 6;
  -ms-grid-row: 2;
  grid-row-start: 2;
  -ms-grid-row-align: center;
  align-self: center;
}

#w-node-_52d1fd7f-5ddb-59d7-90ae-59efa1866878-6a0cc38b {
  -ms-grid-column-span: 5;
  grid-column-end: 7;
  -ms-grid-column: 2;
  grid-column-start: 2;
  -ms-grid-row-span: 2;
  grid-row-end: 5;
  -ms-grid-row: 3;
  grid-row-start: 3;
  -ms-grid-column-align: center;
  justify-self: center;
  -ms-grid-row-align: center;
  align-self: center;
}

#w-node-_52d1fd7f-5ddb-59d7-90ae-59efa1866898-6a0cc38b {
  -ms-grid-column-span: 5;
  grid-column-end: 11;
  -ms-grid-column: 6;
  grid-column-start: 6;
  -ms-grid-row-span: 1;
  grid-row-end: 7;
  -ms-grid-row: 6;
  grid-row-start: 6;
  -ms-grid-column-align: center;
  justify-self: center;
  -ms-grid-row-align: center;
  align-self: center;
}

@media screen and (min-width: 1280px) {
  #w-node-b44bdd16-d778-ce7d-8ce5-ec65c17efebe-c7995436 {
    -ms-grid-column: 7;
    grid-column-start: 7;
    -ms-grid-column-span: 5;
    grid-column-end: 12;
    -ms-grid-row: 1;
    grid-row-start: 1;
    -ms-grid-row-span: 10;
    grid-row-end: 11;
  }

  #w-node-b44bdd16-d778-ce7d-8ce5-ec65c17efec2-c7995436 {
    -ms-grid-column: 13;
    grid-column-start: 13;
    -ms-grid-column-span: 4;
    grid-column-end: 17;
    -ms-grid-row: 4;
    grid-row-start: 4;
    -ms-grid-row-span: 8;
    grid-row-end: 12;
  }

  #w-node-_52d1fd7f-5ddb-59d7-90ae-59efa1866876-c7995436 {
    -ms-grid-column-align: center;
    justify-self: center;
    -ms-grid-column: 6;
    grid-column-start: 6;
    -ms-grid-column-span: 5;
    grid-column-end: 11;
    -ms-grid-row: 2;
    grid-row-start: 2;
    -ms-grid-row-span: 4;
    grid-row-end: 6;
  }

  #w-node-_52d1fd7f-5ddb-59d7-90ae-59efa1866878-c7995436 {
    -ms-grid-column: 2;
    grid-column-start: 2;
    -ms-grid-column-span: 5;
    grid-column-end: 7;
    -ms-grid-row: 3;
    grid-row-start: 3;
    -ms-grid-row-span: 2;
    grid-row-end: 5;
  }

  #w-node-_52d1fd7f-5ddb-59d7-90ae-59efa1866898-c7995436 {
    -ms-grid-column-span: 4;
    grid-column-end: 12;
    -ms-grid-column: 8;
    grid-column-start: 8;
    -ms-grid-row-span: 1;
    grid-row-end: 7;
    -ms-grid-row: 6;
    grid-row-start: 6;
    -ms-grid-column-align: center;
    justify-self: center;
    -ms-grid-row-align: center;
    align-self: center;
  }

  #w-node-_52d1fd7f-5ddb-59d7-90ae-59efa1866876-9fd3ff5c {
    -ms-grid-column-align: center;
    justify-self: center;
    -ms-grid-column: 6;
    grid-column-start: 6;
    -ms-grid-column-span: 5;
    grid-column-end: 11;
    -ms-grid-row: 2;
    grid-row-start: 2;
    -ms-grid-row-span: 4;
    grid-row-end: 6;
  }

  #w-node-_52d1fd7f-5ddb-59d7-90ae-59efa1866878-9fd3ff5c {
    -ms-grid-column: 2;
    grid-column-start: 2;
    -ms-grid-column-span: 5;
    grid-column-end: 7;
    -ms-grid-row: 3;
    grid-row-start: 3;
    -ms-grid-row-span: 2;
    grid-row-end: 5;
  }

  #w-node-_52d1fd7f-5ddb-59d7-90ae-59efa1866898-9fd3ff5c {
    -ms-grid-column-span: 4;
    grid-column-end: 12;
    -ms-grid-column: 8;
    grid-column-start: 8;
    -ms-grid-row-span: 1;
    grid-row-end: 7;
    -ms-grid-row: 6;
    grid-row-start: 6;
    -ms-grid-column-align: center;
    justify-self: center;
    -ms-grid-row-align: center;
    align-self: center;
  }

  #w-node-_52d1fd7f-5ddb-59d7-90ae-59efa1866876-6a0cc38b {
    -ms-grid-column-align: center;
    justify-self: center;
    -ms-grid-column: 6;
    grid-column-start: 6;
    -ms-grid-column-span: 5;
    grid-column-end: 11;
    -ms-grid-row: 2;
    grid-row-start: 2;
    -ms-grid-row-span: 4;
    grid-row-end: 6;
  }

  #w-node-_52d1fd7f-5ddb-59d7-90ae-59efa1866878-6a0cc38b {
    -ms-grid-column: 2;
    grid-column-start: 2;
    -ms-grid-column-span: 5;
    grid-column-end: 7;
    -ms-grid-row: 3;
    grid-row-start: 3;
    -ms-grid-row-span: 2;
    grid-row-end: 5;
  }

  #w-node-_52d1fd7f-5ddb-59d7-90ae-59efa1866898-6a0cc38b {
    -ms-grid-column-span: 4;
    grid-column-end: 12;
    -ms-grid-column: 8;
    grid-column-start: 8;
    -ms-grid-row-span: 1;
    grid-row-end: 7;
    -ms-grid-row: 6;
    grid-row-start: 6;
    -ms-grid-column-align: center;
    justify-self: center;
    -ms-grid-row-align: center;
    align-self: center;
  }
}

@media screen and (max-width: 991px) {
  #w-node-b44bdd16-d778-ce7d-8ce5-ec65c17efeb3-c7995436 {
    -ms-grid-column: 2;
    grid-column-start: 2;
    -ms-grid-column-span: 8;
    grid-column-end: 10;
    -ms-grid-row: 3;
    grid-row-start: 3;
    -ms-grid-row-span: 2;
    grid-row-end: 5;
  }

  #w-node-b44bdd16-d778-ce7d-8ce5-ec65c17efebe-c7995436 {
    -ms-grid-column: 7;
    grid-column-start: 7;
    -ms-grid-column-span: 5;
    grid-column-end: 12;
    -ms-grid-row: 1;
    grid-row-start: 1;
    -ms-grid-row-span: 10;
    grid-row-end: 11;
  }

  #w-node-b44bdd16-d778-ce7d-8ce5-ec65c17efec4-c7995436 {
    -ms-grid-column: 2;
    grid-column-start: 2;
    -ms-grid-column-span: 5;
    grid-column-end: 7;
    -ms-grid-row: 7;
    grid-row-start: 7;
    -ms-grid-row-span: 2;
    grid-row-end: 9;
    -ms-grid-row-align: end;
    align-self: end;
  }

  #w-node-_52d1fd7f-5ddb-59d7-90ae-59efa1866876-c7995436 {
    -ms-grid-column-span: 7;
    grid-column-end: 12;
    -ms-grid-column: 5;
    grid-column-start: 5;
    -ms-grid-row-span: 3;
    grid-row-end: 5;
    -ms-grid-row: 2;
    grid-row-start: 2;
  }

  #w-node-_52d1fd7f-5ddb-59d7-90ae-59efa1866878-c7995436 {
    -ms-grid-column-span: 5;
    grid-column-end: 6;
    -ms-grid-column: 1;
    grid-column-start: 1;
    -ms-grid-row-span: 1;
    grid-row-end: 4;
    -ms-grid-row: 3;
    grid-row-start: 3;
    -ms-grid-column-align: center;
    justify-self: center;
    -ms-grid-row-align: center;
    align-self: center;
  }

  #w-node-_52d1fd7f-5ddb-59d7-90ae-59efa1866898-c7995436 {
    -ms-grid-column-span: 6;
    grid-column-end: 12;
    -ms-grid-column: 6;
    grid-column-start: 6;
    -ms-grid-row-span: 1;
    grid-row-end: 6;
    -ms-grid-row: 5;
    grid-row-start: 5;
    -ms-grid-column-align: end;
    justify-self: end;
    -ms-grid-row-align: center;
    align-self: center;
  }

  #w-node-_43ea0d76-b284-1c90-ad92-9621b3e51ede-c7995436 {
    -ms-grid-row: 2;
    grid-row-start: 2;
    -ms-grid-row-span: 8;
    grid-row-end: 10;
    -ms-grid-column-span: 4;
    grid-column-end: 5;
    -ms-grid-column: 1;
    grid-column-start: 1;
    -ms-grid-row-align: start;
    align-self: start;
    -ms-grid-column-align: start;
    justify-self: start;
  }

  #w-node-_43ea0d76-b284-1c90-ad92-9621b3e51ee9-c7995436 {
    -ms-grid-column-span: 4;
    grid-column-end: 9;
    -ms-grid-column: 5;
    grid-column-start: 5;
    -ms-grid-row-span: 7;
    grid-row-end: 10;
    -ms-grid-row: 3;
    grid-row-start: 3;
    -ms-grid-row-align: start;
    align-self: start;
    -ms-grid-column-align: start;
    justify-self: start;
  }

  #w-node-_43ea0d76-b284-1c90-ad92-9621b3e51ef4-c7995436 {
    -ms-grid-row: 1;
    grid-row-start: 1;
    -ms-grid-row-span: 9;
    grid-row-end: 10;
    -ms-grid-column-span: 4;
    grid-column-end: 13;
    -ms-grid-column: 9;
    grid-column-start: 9;
    -ms-grid-row-align: start;
    align-self: start;
    -ms-grid-column-align: start;
    justify-self: start;
  }

  #w-node-_8f0f2ef9-b331-1435-4885-4343e8b9faa3-c7995436 {
    -ms-grid-column-span: 2;
    grid-column-end: 2;
  }

  #w-node-_8f0f2ef9-b331-1435-4885-4343e8b9faae-c7995436 {
    -ms-grid-row: 2;
    grid-row-start: 2;
    -ms-grid-row-span: 1;
    grid-row-end: 3;
    -ms-grid-column: 1;
    grid-column-start: 1;
    -ms-grid-column-span: 1;
    grid-column-end: 2;
  }

  #w-node-_8f0f2ef9-b331-1435-4885-4343e8b9faa3-9fd3ff5c {
    -ms-grid-column-span: 2;
    grid-column-end: 2;
  }

  #w-node-_8f0f2ef9-b331-1435-4885-4343e8b9faae-9fd3ff5c {
    -ms-grid-row: 2;
    grid-row-start: 2;
    -ms-grid-row-span: 1;
    grid-row-end: 3;
    -ms-grid-column: 1;
    grid-column-start: 1;
    -ms-grid-column-span: 1;
    grid-column-end: 2;
  }

  #w-node-_8f0f2ef9-b331-1435-4885-4343e8b9faf4-9fd3ff5c {
    -ms-grid-column-span: 1;
    grid-column-end: 2;
    -ms-grid-column: 1;
    grid-column-start: 1;
    -ms-grid-row-span: 1;
    grid-row-end: 4;
    -ms-grid-row: 3;
    grid-row-start: 3;
    -ms-grid-row-align: end;
    align-self: end;
  }

  #w-node-_52d1fd7f-5ddb-59d7-90ae-59efa1866876-9fd3ff5c {
    -ms-grid-column-span: 7;
    grid-column-end: 12;
    -ms-grid-column: 5;
    grid-column-start: 5;
    -ms-grid-row-span: 3;
    grid-row-end: 5;
    -ms-grid-row: 2;
    grid-row-start: 2;
  }

  #w-node-_52d1fd7f-5ddb-59d7-90ae-59efa1866878-9fd3ff5c {
    -ms-grid-column-span: 5;
    grid-column-end: 6;
    -ms-grid-column: 1;
    grid-column-start: 1;
    -ms-grid-row-span: 1;
    grid-row-end: 4;
    -ms-grid-row: 3;
    grid-row-start: 3;
    -ms-grid-column-align: center;
    justify-self: center;
    -ms-grid-row-align: center;
    align-self: center;
  }

  #w-node-_52d1fd7f-5ddb-59d7-90ae-59efa1866898-9fd3ff5c {
    -ms-grid-column-span: 6;
    grid-column-end: 12;
    -ms-grid-column: 6;
    grid-column-start: 6;
    -ms-grid-row-span: 1;
    grid-row-end: 6;
    -ms-grid-row: 5;
    grid-row-start: 5;
    -ms-grid-column-align: end;
    justify-self: end;
    -ms-grid-row-align: center;
    align-self: center;
  }

  #w-node-_8f0f2ef9-b331-1435-4885-4343e8b9faa3-6a0cc38b {
    -ms-grid-column-span: 2;
    grid-column-end: 2;
  }

  #w-node-_8f0f2ef9-b331-1435-4885-4343e8b9faae-6a0cc38b {
    -ms-grid-row: 2;
    grid-row-start: 2;
    -ms-grid-row-span: 1;
    grid-row-end: 3;
    -ms-grid-column: 1;
    grid-column-start: 1;
    -ms-grid-column-span: 1;
    grid-column-end: 2;
  }

  #w-node-_8f0f2ef9-b331-1435-4885-4343e8b9faf4-6a0cc38b {
    -ms-grid-column-span: 1;
    grid-column-end: 2;
    -ms-grid-column: 1;
    grid-column-start: 1;
    -ms-grid-row-span: 1;
    grid-row-end: 4;
    -ms-grid-row: 3;
    grid-row-start: 3;
    -ms-grid-row-align: end;
    align-self: end;
  }

  #w-node-_52d1fd7f-5ddb-59d7-90ae-59efa1866876-6a0cc38b {
    -ms-grid-column-span: 7;
    grid-column-end: 12;
    -ms-grid-column: 5;
    grid-column-start: 5;
    -ms-grid-row-span: 3;
    grid-row-end: 5;
    -ms-grid-row: 2;
    grid-row-start: 2;
  }

  #w-node-_52d1fd7f-5ddb-59d7-90ae-59efa1866878-6a0cc38b {
    -ms-grid-column-span: 5;
    grid-column-end: 6;
    -ms-grid-column: 1;
    grid-column-start: 1;
    -ms-grid-row-span: 1;
    grid-row-end: 4;
    -ms-grid-row: 3;
    grid-row-start: 3;
    -ms-grid-column-align: center;
    justify-self: center;
    -ms-grid-row-align: center;
    align-self: center;
  }

  #w-node-_52d1fd7f-5ddb-59d7-90ae-59efa1866898-6a0cc38b {
    -ms-grid-column-span: 6;
    grid-column-end: 12;
    -ms-grid-column: 6;
    grid-column-start: 6;
    -ms-grid-row-span: 1;
    grid-row-end: 6;
    -ms-grid-row: 5;
    grid-row-start: 5;
    -ms-grid-column-align: end;
    justify-self: end;
    -ms-grid-row-align: center;
    align-self: center;
  }
}

@media screen and (max-width: 767px) {
  #w-node-b44bdd16-d778-ce7d-8ce5-ec65c17efeb3-c7995436 {
    -webkit-align-self: start;
    -ms-flex-item-align: start;
    -ms-grid-row-align: start;
    align-self: start;
  }

  #w-node-b44bdd16-d778-ce7d-8ce5-ec65c17efebe-c7995436 {
    -ms-grid-column: 6;
    grid-column-start: 6;
    -ms-grid-column-span: 7;
    grid-column-end: 13;
    -ms-grid-row: 1;
    grid-row-start: 1;
    -ms-grid-row-span: 9;
    grid-row-end: 10;
  }

  #w-node-b44bdd16-d778-ce7d-8ce5-ec65c17efec2-c7995436 {
    -ms-grid-column: 11;
    grid-column-start: 11;
    -ms-grid-column-span: 7;
    grid-column-end: 18;
    -ms-grid-row: 4;
    grid-row-start: 4;
    -ms-grid-row-span: 5;
    grid-row-end: 9;
  }

  #w-node-b44bdd16-d778-ce7d-8ce5-ec65c17efec4-c7995436 {
    -ms-grid-column: 2;
    grid-column-start: 2;
    -ms-grid-row: 8;
    grid-row-start: 8;
    -ms-grid-column-span: 8;
    grid-column-end: 10;
    -ms-grid-row-span: 2;
    grid-row-end: 10;
    -ms-grid-row-align: center;
    align-self: center;
  }

  #w-node-_52d1fd7f-5ddb-59d7-90ae-59efa1866878-c7995436 {
    -ms-grid-column-span: 11;
    grid-column-end: 12;
    -ms-grid-column: 1;
    grid-column-start: 1;
    -ms-grid-row-span: 1;
    grid-row-end: 4;
    -ms-grid-row: 3;
    grid-row-start: 3;
    -ms-grid-column-align: center;
    justify-self: center;
    -ms-grid-row-align: center;
    align-self: center;
  }

  #w-node-_52d1fd7f-5ddb-59d7-90ae-59efa1866898-c7995436 {
    -ms-grid-column-span: 7;
    grid-column-end: 12;
    -ms-grid-column: 5;
    grid-column-start: 5;
    -ms-grid-row-span: 1;
    grid-row-end: 6;
    -ms-grid-row: 5;
    grid-row-start: 5;
    -ms-grid-row-align: center;
    align-self: center;
    -ms-grid-column-align: auto;
    justify-self: auto;
  }

  #w-node-_43ea0d76-b284-1c90-ad92-9621b3e51ede-c7995436 {
    -ms-grid-column-span: 1;
    grid-column-end: 2;
    -ms-grid-column: 1;
    grid-column-start: 1;
    -ms-grid-row-span: 1;
    grid-row-end: 2;
    -ms-grid-row: 1;
    grid-row-start: 1;
    -ms-grid-row-align: start;
    align-self: start;
    -ms-grid-column-align: start;
    justify-self: start;
  }

  #w-node-_43ea0d76-b284-1c90-ad92-9621b3e51ee9-c7995436 {
    -ms-grid-column-span: 1;
    grid-column-end: 2;
    -ms-grid-column: 1;
    grid-column-start: 1;
    -ms-grid-row-span: 1;
    grid-row-end: 3;
    -ms-grid-row: 2;
    grid-row-start: 2;
    -ms-grid-row-align: start;
    align-self: start;
    -ms-grid-column-align: start;
    justify-self: start;
  }

  #w-node-_43ea0d76-b284-1c90-ad92-9621b3e51ef4-c7995436 {
    -ms-grid-column-span: 1;
    grid-column-end: 2;
    -ms-grid-column: 1;
    grid-column-start: 1;
    -ms-grid-row-span: 1;
    grid-row-end: 4;
    -ms-grid-row: 3;
    grid-row-start: 3;
    -ms-grid-row-align: start;
    align-self: start;
    -ms-grid-column-align: start;
    justify-self: start;
  }

  #w-node-_52d1fd7f-5ddb-59d7-90ae-59efa1866878-9fd3ff5c {
    -ms-grid-column-span: 11;
    grid-column-end: 12;
    -ms-grid-column: 1;
    grid-column-start: 1;
    -ms-grid-row-span: 1;
    grid-row-end: 4;
    -ms-grid-row: 3;
    grid-row-start: 3;
    -ms-grid-column-align: center;
    justify-self: center;
    -ms-grid-row-align: center;
    align-self: center;
  }

  #w-node-_52d1fd7f-5ddb-59d7-90ae-59efa1866898-9fd3ff5c {
    -ms-grid-column-span: 7;
    grid-column-end: 12;
    -ms-grid-column: 5;
    grid-column-start: 5;
    -ms-grid-row-span: 1;
    grid-row-end: 6;
    -ms-grid-row: 5;
    grid-row-start: 5;
    -ms-grid-row-align: center;
    align-self: center;
    -ms-grid-column-align: auto;
    justify-self: auto;
  }

  #w-node-_52d1fd7f-5ddb-59d7-90ae-59efa1866878-6a0cc38b {
    -ms-grid-column-span: 11;
    grid-column-end: 12;
    -ms-grid-column: 1;
    grid-column-start: 1;
    -ms-grid-row-span: 1;
    grid-row-end: 4;
    -ms-grid-row: 3;
    grid-row-start: 3;
    -ms-grid-column-align: center;
    justify-self: center;
    -ms-grid-row-align: center;
    align-self: center;
  }

  #w-node-_52d1fd7f-5ddb-59d7-90ae-59efa1866898-6a0cc38b {
    -ms-grid-column-span: 7;
    grid-column-end: 12;
    -ms-grid-column: 5;
    grid-column-start: 5;
    -ms-grid-row-span: 1;
    grid-row-end: 6;
    -ms-grid-row: 5;
    grid-row-start: 5;
    -ms-grid-row-align: center;
    align-self: center;
    -ms-grid-column-align: auto;
    justify-self: auto;
  }
}

@media screen and (max-width: 479px) {
  #w-node-_43053405-1de3-d0c2-c9cd-a1fdae630425-c7995436 {
    -ms-grid-column-span: 1;
    grid-column-end: 2;
    -ms-grid-column: 1;
    grid-column-start: 1;
    -ms-grid-row-span: 1;
    grid-row-end: 3;
    -ms-grid-row: 2;
    grid-row-start: 2;
  }

  #w-node-_43053405-1de3-d0c2-c9cd-a1fdae630427-c7995436 {
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
    -ms-grid-column: span 1;
    grid-column-start: span 1;
    -ms-grid-column-span: 1;
    grid-column-end: span 1;
  }

  #w-node-_43053405-1de3-d0c2-c9cd-a1fdae63042b-c7995436 {
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
    -ms-grid-column: span 1;
    grid-column-start: span 1;
    -ms-grid-column-span: 1;
    grid-column-end: span 1;
  }

  #w-node-b44bdd16-d778-ce7d-8ce5-ec65c17efeb3-c7995436 {
    -ms-grid-column: 2;
    grid-column-start: 2;
    -ms-grid-column-span: 15;
    grid-column-end: 17;
    -ms-grid-row: 2;
    grid-row-start: 2;
    -ms-grid-row-span: 2;
    grid-row-end: 4;
    -ms-grid-row-align: start;
    align-self: start;
  }

  #w-node-b44bdd16-d778-ce7d-8ce5-ec65c17efebe-c7995436 {
    -ms-grid-column: 6;
    grid-column-start: 6;
    -ms-grid-column-span: 7;
    grid-column-end: 13;
    -ms-grid-row: 3;
    grid-row-start: 3;
    -ms-grid-row-span: 7;
    grid-row-end: 10;
  }

  #w-node-b44bdd16-d778-ce7d-8ce5-ec65c17efec2-c7995436 {
    -ms-grid-column: 4;
    grid-column-start: 4;
    -ms-grid-column-span: 14;
    grid-column-end: 18;
    -ms-grid-row: 5;
    grid-row-start: 5;
    -ms-grid-row-span: 6;
    grid-row-end: 11;
  }

  #w-node-b44bdd16-d778-ce7d-8ce5-ec65c17efec4-c7995436 {
    -ms-grid-column: 2;
    grid-column-start: 2;
    -ms-grid-column-span: 15;
    grid-column-end: 17;
    -ms-grid-row: 5;
    grid-row-start: 5;
    -ms-grid-row-span: 1;
    grid-row-end: 6;
  }

  #w-node-_52d1fd7f-5ddb-59d7-90ae-59efa1866876-c7995436 {
    -ms-grid-column: span 1;
    grid-column-start: span 1;
    -ms-grid-column-span: 1;
    grid-column-end: span 1;
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
  }

  #w-node-_52d1fd7f-5ddb-59d7-90ae-59efa1866878-c7995436 {
    -ms-grid-column-span: 1;
    grid-column-end: span 1;
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
    -ms-grid-column: span 1;
    grid-column-start: span 1;
  }

  #w-node-_52d1fd7f-5ddb-59d7-90ae-59efa1866898-c7995436 {
    -ms-grid-column: span 1;
    grid-column-start: span 1;
    -ms-grid-column-span: 1;
    grid-column-end: span 1;
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
    -ms-grid-column-align: stretch;
    justify-self: stretch;
  }

  #w-node-_43ea0d76-b284-1c90-ad92-9621b3e51ede-c7995436 {
    -ms-grid-column-span: 1;
    grid-column-end: span 1;
    -ms-grid-column: span 1;
    grid-column-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-align: start;
    align-self: start;
    -ms-grid-column-align: start;
    justify-self: start;
  }

  #w-node-_43ea0d76-b284-1c90-ad92-9621b3e51ee9-c7995436 {
    -ms-grid-column-span: 1;
    grid-column-end: span 1;
    -ms-grid-column: span 1;
    grid-column-start: span 1;
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
  }

  #w-node-_43ea0d76-b284-1c90-ad92-9621b3e51ef4-c7995436 {
    -ms-grid-column-span: 1;
    grid-column-end: span 1;
    -ms-grid-column: span 1;
    grid-column-start: span 1;
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
  }

  #w-node-_52d1fd7f-5ddb-59d7-90ae-59efa1866876-9fd3ff5c {
    -ms-grid-column: span 1;
    grid-column-start: span 1;
    -ms-grid-column-span: 1;
    grid-column-end: span 1;
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
  }

  #w-node-_52d1fd7f-5ddb-59d7-90ae-59efa1866878-9fd3ff5c {
    -ms-grid-column-span: 1;
    grid-column-end: span 1;
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
    -ms-grid-column: span 1;
    grid-column-start: span 1;
  }

  #w-node-_52d1fd7f-5ddb-59d7-90ae-59efa1866898-9fd3ff5c {
    -ms-grid-column: span 1;
    grid-column-start: span 1;
    -ms-grid-column-span: 1;
    grid-column-end: span 1;
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
    -ms-grid-column-align: stretch;
    justify-self: stretch;
  }

  #w-node-_52d1fd7f-5ddb-59d7-90ae-59efa1866876-6a0cc38b {
    -ms-grid-column: span 1;
    grid-column-start: span 1;
    -ms-grid-column-span: 1;
    grid-column-end: span 1;
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
  }

  #w-node-_52d1fd7f-5ddb-59d7-90ae-59efa1866878-6a0cc38b {
    -ms-grid-column-span: 1;
    grid-column-end: span 1;
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
    -ms-grid-column: span 1;
    grid-column-start: span 1;
  }

  #w-node-_52d1fd7f-5ddb-59d7-90ae-59efa1866898-6a0cc38b {
    -ms-grid-column: span 1;
    grid-column-start: span 1;
    -ms-grid-column-span: 1;
    grid-column-end: span 1;
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
    -ms-grid-column-align: stretch;
    justify-self: stretch;
  }
}

