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

.w-pagination-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

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

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

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

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

h1 {
  margin-top: 0px;
  margin-bottom: 0px;
  font-family: Inter, sans-serif;
  font-size: 48px;
  line-height: 1.2em;
  font-weight: 600;
  letter-spacing: -0.03em;
}

h2 {
  margin-top: 0px;
  margin-bottom: 0px;
  font-family: Inter, sans-serif;
  font-size: 32px;
  line-height: 1.25em;
  font-weight: 700;
}

h3 {
  margin-top: 0px;
  margin-bottom: 0px;
  font-family: Inter, sans-serif;
  font-size: 24px;
  line-height: 30px;
  font-weight: 700;
  letter-spacing: -0.03em;
}

h4 {
  margin-top: 0px;
  margin-bottom: 0px;
  font-family: Inter, sans-serif;
  font-size: 18px;
  line-height: 24px;
}

h5 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-family: Inter, sans-serif;
  font-size: 14px;
  line-height: 20px;
  font-weight: 700;
}

h6 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-family: Inter, sans-serif;
  font-size: 12px;
  line-height: 18px;
  font-weight: 700;
}

p {
  margin-bottom: 10px;
  font-size: 18px;
  line-height: 1.6em;
}

label {
  display: block;
  margin-bottom: 0px;
  font-weight: 700;
}

blockquote {
  margin-top: 36px;
  margin-bottom: 36px;
  padding: 18px 24px;
  border-left: 3px solid #e2e7f1;
  background-color: rgba(255, 255, 255, 0.65);
  color: #6e7488;
  font-size: 18px;
  line-height: 1.6em;
}

.section {
  position: relative;
  z-index: 10;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 50px 5vw;
  -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.dark {
  z-index: 10;
  background-color: #090b19;
  color: #fff;
}

.section.no-verticle-padding {
  padding-top: 0px;
  padding-bottom: 0px;
}

.section.no-verticle-padding.dark {
  padding-top: 100px;
  padding-bottom: 100px;
  background-color: #dbdbdb;
}

.section.no-verticle-padding.dark.part {
  padding: 100px 0vw;
  background-color: #e3e3e3;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#e7e7e7), to(hsla(0, 0%, 100%, 0)));
  background-image: linear-gradient(180deg, #e7e7e7, hsla(0, 0%, 100%, 0));
}

.section.no-verticle-padding.dark.part.team {
  padding-bottom: 50px;
}

.section.video-section {
  z-index: 10;
  padding-top: 240px;
  padding-bottom: 160px;
  color: #fff;
}

.section.no-top-padding {
  padding-top: 0px;
}

.section.no-bottom-padding {
  padding-top: 50px;
  padding-bottom: 100px;
  border-radius: 0px;
  background-color: #e2e2e2;
}

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

.section.no-horizontal-padding {
  padding-right: 0vw;
  padding-left: 0vw;
}

.background-cover {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  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;
  background-image: none;
  background-position: 0px 0px;
  background-attachment: scroll;
}

.background-image {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: 1;
  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-image: url('../images/Space002.jpeg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.background-image.testimonial-001 {
  background-image: url('../images/Portrait015.jpeg');
  background-position: 50% 40%;
}

.background-image.testimonial-002 {
  background-image: url('../images/Portrait012.jpeg');
  background-position: 50% 20%;
}

.background-image.testimonial-003 {
  border-radius: 7px 0px 0px 7px;
  background-image: url('../images/ther.jpg');
  background-position: 50% 10%;
}

.background-image.testimonial-004 {
  background-image: url('../images/adina.jpg');
}

.background-image.testimonial-005 {
  background-image: url('../images/Portrait020.jpeg');
  background-position: 50% 65%;
}

.image-overlay {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: 1;
  display: block;
  border-radius: 0px;
  background-color: rgba(192, 51, 107, 0.01);
  background-image: url('../images/616-credit-score-1.jpeg');
  background-size: cover;
  background-repeat: no-repeat;
  opacity: 1;
}

.image-overlay.light-overlay {
  background-color: rgba(9, 11, 26, 0.15);
}

.image-overlay.dark-overylay {
  background-color: rgba(9, 11, 26, 0);
  -webkit-filter: none;
  filter: none;
}

.image-overlay.dark-overylay.gdpr {
  z-index: 99999;
  display: none;
  grid-auto-columns: 1fr;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
  background-image: none;
}

.image-overlay.home {
  background-image: none;
  background-size: auto;
}

.image-overlay.support {
  border-radius: 0px;
  background-image: url('../images/616-credit-score-1.jpeg');
  background-size: cover;
  background-repeat: no-repeat;
}

.image-overlay.support.fund {
  background-image: url('../images/Screen-Shot-2021-05-21-at-14.56.26.png');
  background-position: 50% 50%;
  background-size: cover;
}

.image-overlay.support.testerpic {
  background-image: url('../images/portrait-2.jpg');
  background-position: 50% 50%;
  -webkit-transition: all 7000ms ease;
  transition: all 7000ms ease;
}

.image-overlay.support.testerpic:hover {
  -webkit-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
}

.image-overlay.support.testerpic.team {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.22)), to(rgba(0, 0, 0, 0.22))), url('../images/osmr70mdp0midtfhvze0.jpeg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.22), rgba(0, 0, 0, 0.22)), url('../images/osmr70mdp0midtfhvze0.jpeg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
}

.navbar {
  position: fixed;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 75px;
  padding-right: 5vw;
  padding-left: 5vw;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  background-color: hsla(0, 0%, 86.7%, 0);
  font-family: Inter, sans-serif;
}

.wrapper {
  position: relative;
  z-index: 10;
  width: 100%;
  max-width: 1400px;
  border-radius: 0px;
}

.wrapper.navbar-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-right: 0px;
  padding-left: 0px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  border: 0px none #000;
  border-bottom-left-radius: 7px;
  border-bottom-right-radius: 7px;
  background-image: linear-gradient(170deg, #e2065d 39%, #802280);
}

.wrapper.no-padding {
  padding-right: 0px;
  padding-left: 0px;
  border-right: 1px dashed hsla(0, 0%, 49.3%, 0.18);
  border-left: 1px dashed rgba(136, 134, 135, 0.56);
}

.wrapper.thea {
  padding-right: 5vw;
  padding-bottom: 0px;
  padding-left: 5vw;
}

.nav-link {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-right: 0px;
  margin-left: 0px;
  padding-right: 15px;
  padding-left: 15px;
  -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;
  color: #090b19;
  font-size: 14px;
  letter-spacing: 3px;
  text-decoration: none;
  text-transform: uppercase;
  white-space: nowrap;
}

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

.nav-link.bottom {
  padding-right: 0px;
  padding-left: 0px;
}

.left-navbar {
  position: relative;
  z-index: 30;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 33.33%;
  min-width: 275px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  border-style: none;
  border-width: 1px 10px 1px 1px;
  border-color: #f3f6fc #e3395e #f3f6fc #f3f6fc;
  border-bottom-left-radius: 10px;
  background-color: hsla(0, 0%, 100%, 0);
  font-size: 18px;
  font-weight: 700;
  letter-spacing: -0.03em;
}

.menu-wrapper {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  width: 33.33%;
  -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;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  border-style: none;
  border-width: 0px;
  border-color: rgba(243, 246, 252, 0);
}

.nav-menu {
  z-index: 10;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 60%;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  border-style: none;
  border-width: 1px;
  border-color: rgba(243, 246, 252, 0);
  border-radius: 0px;
}

.brand {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-left: 24px;
  -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: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  color: #090b19;
  font-size: 22px;
  text-transform: uppercase;
}

.brand.w--current {
  border-bottom-left-radius: 0px;
}

.body {
  font-family: 'Open Sans', sans-serif;
  color: #090b19;
}

.full-menu-button {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 80px;
  margin-right: -0.5px;
  padding: 26px;
  -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-right: 1px solid #f3f6fc;
  border-left: 1px solid #f3f6fc;
  cursor: pointer;
}

.stripe-wrapper {
  position: absolute;
  left: auto;
  top: 0%;
  right: auto;
  bottom: 0%;
  z-index: 10000;
  display: none;
  width: 100vw;
  min-width: 100vw;
  margin-right: auto;
  margin-left: auto;
  padding-right: 5vw;
  padding-left: 5vw;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  grid-auto-columns: 1fr;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
}

.stripe-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.pin-stripe {
  width: 1px;
  background-color: rgba(0, 0, 0, 0.95);
}

.pin-stripe.white {
  background-color: rgba(255, 255, 255, 0);
}

.pin-stripe.white.hide-horizontal-mobile {
  background-color: rgba(255, 255, 255, 0.15);
}

.pin-stripe.hide-horizontal-mobile {
  background-color: transparent;
}

.hero-content-wrapper {
  display: -ms-grid;
  display: grid;
  -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: 16px;
  grid-row-gap: 36px;
  -ms-grid-columns: 1fr;
  grid-template-columns: 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.xxl-heading {
  margin-right: 1px;
  font-size: 78px;
  letter-spacing: -0.05em;
}

.xxl-heading.one {
  margin-top: 0px;
  font-family: Poppins, sans-serif;
  color: #e9e9e9;
  font-size: 60px;
  line-height: 1.3em;
  font-weight: 400;
}

.xxl-heading.one.bigheader {
  line-height: 1.4em;
}

.xxl-heading.one.gdp {
  padding-left: 20px;
  border-left: 2px solid #e2065d;
}

.xxl-heading.two {
  margin-bottom: 5px;
  font-family: Poppins, sans-serif;
  color: #e9e9e9;
  font-size: 60px;
  line-height: 1.1em;
  font-weight: 400;
}

.xxl-heading.two.pop {
  padding-left: 20px;
  border-left: 3px solid #e2065d;
  font-size: 50px;
}

.clip {
  position: relative;
  overflow: hidden;
  width: 70%;
  color: #392151;
  font-size: 25px;
}

.clip.popup {
  margin-bottom: 20px;
}

.clip.gdpr {
  width: 100%;
}

.page-wrapper {
  position: relative;
  z-index: 15;
  min-height: 100vh;
  background-color: #e3e3e3;
}

.banner-wrapper {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: visible;
  -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: 20px;
  opacity: 1;
}

.banner-content {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  width: 100%;
  min-height: 400px;
  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;
}

.banner-intro {
  position: relative;
  z-index: 20;
  display: -ms-grid;
  display: grid;
  -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: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  grid-auto-columns: 1fr;
  grid-column-gap: 16px;
  grid-row-gap: 36px;
  -ms-grid-columns: 1fr;
  grid-template-columns: 1fr;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
  color: #fff;
  text-align: center;
}

.large-heading {
  margin-bottom: 0px;
  font-family: 'Open Sans', sans-serif;
  color: #f3f6fc;
  line-height: 1.15em;
  font-weight: 600;
}

.large-heading.one {
  font-family: 'Open Sans', sans-serif;
  color: #ebebeb;
  font-size: 40px;
}

.large-heading.one.thearesa {
  color: #3a2151;
}

.large-heading.two {
  color: #ebebeb;
  font-size: 30px;
}

.large-heading.video-text {
  font-family: Montserrat, sans-serif;
  color: #ebebeb;
  font-size: 26px;
  line-height: 1.4em;
  font-weight: 500;
}

.body-display {
  color: #6e7488;
  font-size: 16px;
  line-height: 1.6em;
}

.body-display.white {
  font-family: Montserrat, sans-serif;
  color: hsla(0, 0%, 100%, 0.73);
  font-size: 15px;
  line-height: 1.5em;
}

.body-display.white.footer-text {
  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;
  font-family: Poppins, sans-serif;
  color: rgba(192, 192, 192, 0.9);
  font-size: 17px;
  text-align: left;
}

.body-display.large {
  font-size: 18px;
}

.project-item {
  position: relative;
  display: -ms-grid;
  display: grid;
  overflow: hidden;
  height: 30vw;
  max-height: 465px;
  min-height: 300px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  justify-items: stretch;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  grid-auto-columns: 1fr;
  grid-column-gap: 18px;
  grid-row-gap: 24px;
  -ms-grid-columns: 1fr;
  grid-template-columns: 1fr;
  -ms-grid-rows: 1fr;
  grid-template-rows: 1fr;
  color: #fff;
}

.horizontal-line {
  height: 1px;
  margin-left: 18px;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  background-color: rgba(192, 51, 107, 0.32);
  color: #000;
}

.horizontal-line.white {
  margin-left: 0px;
  background-color: rgba(255, 255, 255, 0.12);
}

.button {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  margin-right: 0px;
  margin-left: 0px;
  padding: 16px 28px;
  -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: #090b19;
  border-radius: 100px;
  background-color: #090b19;
  -webkit-transition: all 400ms cubic-bezier(.25, .46, .45, .94);
  transition: all 400ms cubic-bezier(.25, .46, .45, .94);
  color: #fff;
  font-size: 11px;
  text-align: center;
  letter-spacing: 3px;
  text-decoration: none;
  text-transform: uppercase;
}

.button:hover {
  border-color: #e2e7f1;
  background-color: #e2e7f1;
  color: #090b19;
}

.button.small {
  padding: 9px 18px;
  font-size: 9px;
}

.button.solid-white {
  border-color: #fff;
  background-color: #fff;
  color: #090b19;
}

.button.solid-white:hover {
  background-color: #e2e7f1;
}

.button.white-outline {
  border-style: solid;
  border-color: rgba(255, 255, 255, 0.75);
  background-color: rgba(9, 11, 25, 0);
  font-family: Inter, sans-serif;
}

.button.white-outline:hover {
  border-style: none;
  border-color: #090b19;
  background-color: #c0336b;
  color: #fff;
}

.button.grey-outline {
  border-color: #e2e7f1;
  background-color: rgba(9, 11, 25, 0);
  color: #090b19;
}

.button.grey-outline:hover {
  border-color: #090b19;
  background-color: #090b19;
  color: #fff;
}

.button.grey-outline.small {
  background-color: #868688;
}

.navigation-cover {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  margin-right: -5px;
  margin-left: -1px;
  padding-right: 0px;
  padding-left: 0px;
  -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;
  border-left: 1px solid #f3f6fc;
  border-radius: 0px;
  background-color: rgba(226, 6, 93, 0);
  background-image: none;
}

.testimonial-wrapper {
  border-radius: 0px;
}

.testimonial-slider {
  height: 100%;
  background-color: transparent;
}

.testimonial-arrow {
  left: 0px;
  top: auto;
  right: auto;
  bottom: 0%;
  display: none;
  width: 60px;
  height: 50%;
  padding-right: 24px;
  padding-left: 24px;
  -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: none none solid;
  border-width: 1px;
  border-color: #707070;
  background-color: rgba(57, 33, 81, 0.41);
  font-size: 14px;
  letter-spacing: 2px;
  text-transform: uppercase;
}

.testimonial-arrow.right-arrow {
  top: 0px;
  right: auto;
  bottom: auto;
  border-style: none;
  border-width: 1px;
  border-color: hsla(0, 0%, 56%, 0.65);
  background-color: rgba(57, 33, 81, 0.41);
}

.slider-dots {
  display: none;
}

.testimonial-content {
  display: -ms-grid;
  display: grid;
  width: 100%;
  height: 100%;
  min-height: 500px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  grid-auto-flow: column;
  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;
  border-radius: 0px;
}

.testimonial-column {
  position: relative;
  display: -ms-grid;
  display: grid;
  overflow: hidden;
  padding: 60px 48px;
  -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: 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;
  grid-template-columns: 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.testimonial-column.testimonial-description {
  padding: 30px 30px 0px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-top-right-radius: 7px;
  border-bottom-right-radius: 7px;
  background-color: #cacaca;
}

.testimonial-column.testimonial-image {
  -ms-grid-columns: 1fr;
  grid-template-columns: 1fr;
  border-radius: 0px;
}

.testimonial-column.testimonial-name {
  padding-top: 20px;
  padding-left: 20px;
  border-top-left-radius: 7px;
  border-bottom-left-radius: 7px;
  background-color: #e2065d;
  background-image: url('../images/ther.jpg');
  background-position: 50% 8%;
  background-size: 150%;
  background-repeat: no-repeat;
  opacity: 1;
  -webkit-transition: all 600ms ease;
  transition: all 600ms ease;
}

.testimonial-column.testimonial-name:hover {
  -webkit-filter: none;
  filter: none;
}

.rotate-text {
  -webkit-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  transform: rotate(-90deg);
}

.rotate-text.no-rotate-on-mobile {
  font-family: Montserrat, sans-serif;
  font-size: 10px;
}

.testimonial-slide {
  border-radius: 0px;
}

.stacked-description {
  position: relative;
  z-index: 10;
  display: -ms-grid;
  display: grid;
  padding: 10px;
  justify-items: start;
  -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: 18px;
  -ms-grid-columns: 1fr;
  grid-template-columns: 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.stacked-description.large {
  grid-row-gap: 24px;
}

.stacked-description.horizontal {
  width: 100%;
  grid-auto-flow: column;
  grid-column-gap: 12px;
  -ms-grid-columns: auto auto;
  grid-template-columns: auto auto;
}

.stacked-description.short {
  padding-right: 0px;
  grid-row-gap: 12px;
}

.credits-wrapper {
  display: -ms-grid;
  display: grid;
  width: auto;
  padding: 30px 48px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  justify-items: stretch;
  grid-auto-flow: column;
  grid-auto-columns: auto;
  grid-column-gap: 60px;
  grid-row-gap: 36px;
  -ms-grid-columns: auto;
  grid-template-columns: auto;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
  background-color: #fff;
  color: rgba(9, 11, 25, 0);
}

.page-info-ribbon {
  display: -ms-grid;
  display: grid;
  padding-right: 5vw;
  padding-left: 5vw;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  grid-auto-columns: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  -ms-grid-columns: 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
  background-color: hsla(0, 0%, 100%, 0);
}

.credit-item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 120px;
  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;
}

.card-hover-item {
  position: relative;
  display: -ms-grid;
  display: grid;
  overflow: hidden;
  padding: 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;
  justify-items: stretch;
  -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: 36px;
  -ms-grid-columns: 1fr;
  grid-template-columns: 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
  border-top: 1px none #f3f6fc;
  border-bottom: 1px none #f3f6fc;
  text-decoration: none;
}

.card-hover-item.no-top-border {
  border-top-style: none;
}

.card-hover-item.no-borders {
  border-top-style: none;
  border-bottom-style: none;
}

.icon {
  position: relative;
  z-index: 10;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 60px;
  height: 60px;
  min-height: 60px;
  min-width: 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: 100%;
  background-color: #f3f6fc;
}

.subtitle-wrapper {
  overflow: hidden;
  margin-bottom: 18px;
}

.subtitle-wrapper.small-subtitle {
  margin-bottom: 12px;
}

.subtitle {
  position: relative;
  z-index: 10;
  font-family: 'Open Sans', sans-serif;
  color: #e2065d;
  font-size: 12px;
  font-weight: 400;
  letter-spacing: 4px;
  text-transform: uppercase;
}

.subtitle.small {
  font-size: 12px;
}

.subtitle.small.grey {
  font-family: Lato, sans-serif;
  color: #c0336b;
}

.subtitle.white {
  font-family: Poppins, sans-serif;
  color: #ebebeb;
  font-size: 16px;
  font-weight: 400;
}

.subtitle.white.header-main-text {
  font-family: Poppins, sans-serif;
  color: #ebebeb;
  font-weight: 400;
}

.subtitle.white.meet-the-team {
  padding: 15px;
  border-radius: 20px;
  background-color: #ebebeb;
  color: #802280;
  font-weight: 600;
  text-align: center;
}

.subtitle.quote-credit {
  margin-left: -1px;
  padding-left: 18px;
  border-left: 2px solid #090b19;
}

.subtitle.grey {
  color: #6e7488;
}

.subtitle.subscribe {
  color: #ebebeb;
}

.tripple-grid {
  display: -ms-grid;
  display: grid;
  margin-bottom: 60px;
  grid-auto-columns: 0.25fr;
  grid-auto-rows: auto;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  -ms-grid-columns: 0.5fr;
  grid-template-columns: 0.5fr;
  -ms-grid-rows: 1fr;
  grid-template-rows: 1fr;
}

.tripple-grid.no-margin {
  margin-bottom: 0px;
}

.section-bottom-cover {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: auto;
  z-index: 20;
  height: 0%;
  background-color: #fff;
}

.intro-wrapper {
  position: relative;
  z-index: 10;
  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;
}

.services-grid {
  display: -ms-grid;
  display: grid;
  grid-auto-columns: 1fr;
  grid-auto-rows: 1fr;
  grid-column-gap: 1px;
  grid-row-gap: 1px;
  -ms-grid-columns: 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr;
  -ms-grid-rows: 1fr auto;
  grid-template-rows: 1fr auto;
  border: 0px none #000;
}

.services-grid.two-column {
  grid-auto-rows: minmax(36px, auto);
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: minmax(36px, auto);
  grid-template-rows: minmax(36px, auto);
  border-top-style: none;
}

.services-grid.top-border {
  border-top: 1px solid #f3f6fc;
  border-right-style: none;
  border-left-style: none;
}

.card-circle {
  position: absolute;
  left: auto;
  top: -6vw;
  right: -6vw;
  bottom: auto;
  width: 6vw;
  height: 6vw;
  max-height: 800px;
  max-width: 800px;
  border-radius: 100%;
  background-color: #f3f6fc;
}

.card-circle.white {
  background-color: #fff;
}

.card-circle.overlay {
  background-color: rgba(9, 11, 25, 0.35);
}

.heading {
  position: relative;
  z-index: 10;
  font-family: Montserrat, sans-serif;
  font-size: 22px;
  font-weight: 500;
  text-align: center;
}

.menu-lottie {
  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;
  color: #392151;
}

.logos-headline {
  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: #6e7488;
}

.hover-link-wrapper {
  position: absolute;
  left: auto;
  top: auto;
  right: 5vw;
  bottom: 15vw;
  z-index: 100;
  display: none;
  width: 148px;
  height: 148px;
  padding: 24px;
  -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;
}

.hover-link-wrapper.video-link-wrapper {
  position: relative;
  left: 0px;
  top: 0px;
  right: 0vw;
  bottom: 0vw;
  margin-left: -24px;
}

.hover-link-wrapper.project-view-link {
  position: relative;
  right: auto;
  bottom: auto;
}

.hover-link {
  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-style: solid;
  border-width: 1px;
  border-color: #fff;
  border-radius: 100%;
  background-color: hsla(0, 0%, 100%, 0.18);
  color: #fff;
  font-size: 11px;
  letter-spacing: 3px;
  text-decoration: none;
  text-transform: uppercase;
}

.dual-wrapper {
  display: block;
  grid-auto-columns: 1fr;
  -ms-grid-columns: 1fr 0.85fr;
  grid-template-columns: 1fr 0.85fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.video-info {
  display: block;
  padding-left: 36px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  grid-auto-columns: 1fr;
  -ms-grid-columns: 1fr;
  grid-template-columns: 1fr;
  -ms-grid-rows: auto auto auto;
  grid-template-rows: auto auto auto;
}

.project-categories-wrapper {
  position: relative;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: auto;
  z-index: 20;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: visible;
  width: 100%;
  min-height: 156px;
  margin-top: -36px;
  margin-right: auto;
  margin-left: auto;
  padding-top: 0px;
  padding-right: 5vw;
  padding-left: 5vw;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.large-menu-wrapper {
  position: relative;
  z-index: 20;
  display: -ms-grid;
  display: grid;
  width: 100%;
  padding-bottom: 25px;
  -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;
  grid-auto-columns: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 36px;
  -ms-grid-columns: 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr;
  -ms-grid-rows: 75px auto;
  grid-template-rows: 75px auto;
  background-color: #ebebeb;
}

.collection-grid {
  display: -ms-grid;
  display: grid;
  grid-auto-columns: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  -ms-grid-columns: 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.project-collection-item:nth-child(odd) {
  margin-top: 60px;
  margin-bottom: 80px;
}

.project-categories {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  padding-top: 36px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  grid-auto-columns: 1fr;
  -ms-grid-columns: 1fr 1fr 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
  background-color: #f3f6fc;
}

.project-card-info {
  position: relative;
  z-index: 10;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 36px 24px;
  -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;
}

.project-hover-link-wrapper {
  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;
}

.project-info-top {
  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: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center;
}

.project-info-top.team-info {
  -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;
}

.project-info-bottom {
  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;
  grid-auto-columns: 1fr;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.categories-grid {
  display: -ms-grid;
  display: grid;
  height: 100%;
  grid-auto-flow: row;
  grid-auto-columns: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  -ms-grid-columns: 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.category-collection-list-wrapper {
  width: 100%;
  height: 100%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  background-color: #f3f6fc;
}

.projects-search-wrapper {
  display: -ms-grid;
  display: grid;
  height: 75px;
  grid-auto-flow: column;
  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;
}

.search {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  margin-bottom: 0px;
  padding: 3px;
  border-style: solid;
  border-width: 1px;
  border-color: #e2e7f1;
  border-radius: 100px;
  background-color: #fff;
}

.search-input {
  min-height: 42px;
  margin-bottom: 0px;
  padding-right: 24px;
  padding-left: 24px;
  border: 1px none #000;
  font-size: 13px;
  font-weight: 300;
}

.search-input::-webkit-input-placeholder {
  color: #6e7488;
}

.search-input:-ms-input-placeholder {
  color: #6e7488;
}

.search-input::-ms-input-placeholder {
  color: #6e7488;
}

.search-input::placeholder {
  color: #6e7488;
}

.search-wrapper {
  padding-right: 24px;
  padding-left: 24px;
}

.search-button {
  padding: 0px 32px;
  border-radius: 100px;
  background-color: #090b19;
  color: #fff;
  font-size: 9px;
  letter-spacing: 3px;
  text-transform: uppercase;
}

.mega-category-list {
  display: -ms-grid;
  display: grid;
  padding-right: 24px;
  padding-left: 24px;
  grid-auto-columns: 1fr;
  grid-column-gap: 16px;
  grid-row-gap: 18px;
  -ms-grid-columns: 1fr;
  grid-template-columns: 1fr;
  -ms-grid-rows: auto 1fr;
  grid-template-rows: auto 1fr;
}

.mega-category-list.middle {
  border-right: 1px solid #e2e7f1;
  border-left: 1px solid #e2e7f1;
}

.mega-menu {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: auto;
  z-index: 25;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  margin-right: -1px;
  margin-left: -1px;
  border-style: none none none solid;
  border-width: 1px;
  border-color: #f3f6fc;
  background-color: #f3f6fc;
}

.mega-menu-overlay {
  position: fixed;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: 20;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  background-color: rgba(9, 11, 25, 0.5);
}

.collection-list {
  display: -ms-grid;
  display: grid;
  grid-auto-flow: row;
  grid-auto-columns: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  -ms-grid-columns: 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.collection-list.two-columns {
  grid-auto-flow: row;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
}

.team-collection-item {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

.team-collection-item:nth-child(even) {
  margin-top: 80px;
  margin-bottom: 80px;
}

.team-collection-item:last-child {
  margin-top: 160px;
}

.team-collection-item.two-column-item:nth-child(even) {
  margin-top: 80%;
  margin-bottom: -20%;
}

.team-collection-item.two-column-item:last-child {
  margin-top: 0px;
  margin-bottom: 0px;
}

.team-social-wrapper {
  display: -ms-grid;
  display: grid;
  grid-auto-flow: column;
  grid-auto-columns: 1fr;
  grid-column-gap: 9px;
  grid-row-gap: 16px;
  -ms-grid-columns: 1fr;
  grid-template-columns: 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.team-social-icon {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 36px;
  height: 36px;
  padding: 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: 100px;
  background-color: #fff;
}

.team-social-icon.outline {
  border-style: solid;
  border-width: 1px;
  border-color: #e2e7f1;
}

.team-social-icon.small {
  width: 30px;
  height: 30px;
  padding: 7px;
}

.featured-news-list {
  display: -ms-grid;
  display: grid;
  height: 100%;
  grid-auto-columns: 1fr;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: 1fr;
  grid-template-rows: 1fr;
  border-top: 1px none #f3f6fc;
  border-bottom: 1px none #f3f6fc;
}

.post-list-item {
  display: -ms-grid;
  display: grid;
  height: 100%;
  min-height: 80px;
  padding-top: 0px;
  padding-bottom: 0px;
  padding-left: 0px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  grid-auto-columns: 1fr;
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  -ms-grid-columns: 1fr 36px;
  grid-template-columns: 1fr 36px;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
  color: #090b19;
  font-size: 18px;
  line-height: 1.25em;
  text-decoration: none;
}

.post-list-item.category-list-item {
  min-height: 80px;
  padding-left: 0px;
  grid-auto-flow: column;
  -ms-grid-columns: 1fr;
  grid-template-columns: 1fr;
  font-size: 18px;
  line-height: 1.25em;
  font-weight: 400;
}

.collection-list-item {
  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;
  border-top: 1px none #000;
  border-bottom: 1px solid #f3f6fc;
}

.collection-list-item:nth-child(odd) {
  border-bottom-style: solid;
}

.collection-list-item:nth-child(even) {
  margin-top: 48px;
  margin-bottom: -48px;
}

.inner-page-hero-wrapper {
  display: -ms-grid;
  display: grid;
  height: 100%;
  padding-bottom: 24px;
  justify-items: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  grid-auto-columns: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 60px;
  -ms-grid-columns: 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr;
  -ms-grid-rows: auto 1fr auto;
  grid-template-rows: auto 1fr auto;
}

.team-grid {
  display: -ms-grid;
  display: grid;
  min-height: 30vh;
  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: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  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 1fr auto;
  grid-template-rows: auto 1fr auto;
}

.mission-column {
  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;
}

.navigation-links {
  display: -ms-grid;
  display: grid;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  grid-auto-columns: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  -ms-grid-columns: 1fr 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
  border-bottom-right-radius: 0px;
}

.services-menu-wrapper {
  position: relative;
  z-index: 10;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: visible;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.banner-items {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  height: 120px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #f3f6fc;
  white-space: nowrap;
}

.banner-items.project-categories {
  background-color: transparent;
}

.banner-items.template-credit {
  overflow: visible;
  height: auto;
}

.services-dual-grid {
  position: relative;
  display: -ms-grid;
  display: grid;
  width: 100%;
  -webkit-box-pack: stretch;
  -webkit-justify-content: stretch;
  -ms-flex-pack: stretch;
  justify-content: stretch;
  justify-items: stretch;
  grid-auto-columns: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  -ms-grid-columns: 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.sticky-services-menu {
  position: -webkit-sticky;
  position: sticky;
  top: 100px;
  display: -ms-grid;
  display: grid;
  overflow: hidden;
  width: 100%;
  grid-auto-columns: 1fr;
  grid-auto-rows: auto;
  grid-column-gap: 0px;
  grid-row-gap: 24px;
  -ms-grid-columns: 1fr;
  grid-template-columns: 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
  white-space: nowrap;
}

.sticky-services-menu.left-side {
  margin-right: -0.5px;
  border-right: 1px solid #f3f6fc;
}

.sticky-services-menu.extra-top-margin {
  top: 148px;
}

.menu-list-item {
  display: -ms-grid;
  display: grid;
  padding: 24px;
  grid-auto-flow: column;
  grid-auto-columns: 1fr;
  grid-column-gap: 18px;
  grid-row-gap: 16px;
  -ms-grid-columns: auto 1fr;
  grid-template-columns: auto 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
  border-top: 1px none #707070;
  border-bottom: 1px dotted #707070;
  -webkit-transition: padding 400ms cubic-bezier(.25, .46, .45, .94), color 400ms cubic-bezier(.25, .46, .45, .94);
  transition: padding 400ms cubic-bezier(.25, .46, .45, .94), color 400ms cubic-bezier(.25, .46, .45, .94);
  font-family: Inter, sans-serif;
  color: #6e7488;
  font-size: 18px;
  line-height: 1.25em;
  font-weight: 400;
  letter-spacing: -0.03em;
  text-decoration: none;
  white-space: normal;
}

.menu-list-item:hover {
  color: #090b19;
}

.menu-list-item.w--current {
  padding-left: 36px;
  color: #090b19;
}

.menu-list-item.white {
  margin-bottom: 0px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  grid-column-gap: 18px;
  border-top-color: rgba(255, 255, 255, 0.15);
  border-bottom-color: rgba(255, 255, 255, 0.15);
  color: #fff;
  font-size: 16px;
  cursor: pointer;
}

.menu-list-item.white.small {
  padding-top: 19px;
  padding-bottom: 19px;
}

.menu-list-item.white.small.youtube {
  display: none;
}

.menu-list-item.white.take {
  display: none;
}

.menu-list-item.small {
  padding-top: 20px;
  padding-bottom: 20px;
}

.menu-list-item.discovery-item {
  width: 100%;
  height: 100%;
  border: 1px none #000;
}

.menu-list-item.dark {
  background-color: #090b19;
  color: #fff;
}

.service-menu-list {
  display: -ms-grid;
  display: grid;
  grid-auto-columns: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  -ms-grid-columns: 1fr;
  grid-template-columns: 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
  border-top: 1px dotted #707070;
}

.service-menu-list.white {
  width: 100%;
  margin-right: 1px;
  margin-left: 1px;
  border-top-color: rgba(255, 255, 255, 0.15);
}

.list-heading-wrapper {
  display: -ms-grid;
  display: grid;
  padding-left: 24px;
  grid-auto-columns: 1fr;
  grid-column-gap: 7px;
  grid-row-gap: 16px;
  -ms-grid-columns: auto 1fr;
  grid-template-columns: auto 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.scrolling-text {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  padding-right: 15px;
  padding-left: 15px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.dark-dot {
  width: 4px;
  height: 4px;
  min-height: 4px;
  min-width: 4px;
  margin-right: 10px;
  margin-left: 6px;
  border-radius: 100px;
  background-color: #090b19;
}

.mega-social-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-right: 24px;
  padding-left: 24px;
  -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;
}

.services-menu-hide-cover {
  position: fixed;
  left: 0px;
  top: 0%;
  right: 0px;
  bottom: 0%;
  display: none;
  width: 100vw;
  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;
  background-color: #090b19;
}

.team-portrait-wrapper {
  position: relative;
  overflow: hidden;
  min-height: 475px;
}

.rich-text {
  color: #6e7488;
  font-size: 16px;
}

.rich-text h2 {
  margin-top: 0px;
  margin-bottom: 18px;
  color: #090b19;
  line-height: 1.25em;
}

.rich-text h4 {
  margin-top: 18px;
  margin-bottom: 12px;
  color: #090b19;
  font-size: 20px;
  line-height: 1.25em;
}

.rich-text h3 {
  margin-top: 24px;
  margin-bottom: 18px;
  color: #090b19;
  line-height: 1.25em;
}

.rich-text h5 {
  margin-top: 9px;
  margin-bottom: 9px;
  color: #090b19;
  font-size: 16px;
  line-height: 1.25em;
}

.rich-text h6 {
  color: #090b19;
  font-size: 14px;
  line-height: 1.3em;
}

.rich-text h1 {
  color: #090b19;
}

.rich-text p {
  margin-bottom: 16px;
}

.right-grid-intro {
  display: -ms-grid;
  display: grid;
  padding-left: 24px;
  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;
}

.blog-card-image-wrapper {
  position: relative;
  z-index: 1;
  overflow: hidden;
  width: 100%;
  min-height: 225px;
}

.post-card-description {
  position: relative;
  z-index: 10;
  display: -ms-grid;
  display: grid;
  overflow: hidden;
  padding: 36px 36px 24px;
  -webkit-align-content: space-between;
  -ms-flex-line-pack: justify;
  align-content: space-between;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  grid-auto-flow: row;
  grid-auto-columns: 1fr;
  grid-column-gap: 12px;
  grid-row-gap: 48px;
  -ms-grid-columns: auto 1fr;
  grid-template-columns: auto 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
  color: #090b19;
  text-decoration: none;
}

.mega-menu-list-wrapper {
  display: -ms-grid;
  display: grid;
  grid-auto-flow: row;
  grid-auto-columns: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  -ms-grid-columns: 1fr;
  grid-template-columns: 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
  border-top: 1px solid #e2e7f1;
}

.post-card-info {
  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-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.preloader {
  position: fixed;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: 10000;
  display: none;
  -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;
}

.preloader-middle {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  display: -ms-grid;
  display: grid;
  width: 100vw;
  height: 100%;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  justify-items: center;
  grid-auto-flow: column;
  grid-auto-columns: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  -ms-grid-columns: minmax(5vw, 1fr) minmax(auto, 1400px) minmax(5vw, 1fr);
  grid-template-columns: minmax(5vw, 1fr) minmax(auto, 1400px) minmax(5vw, 1fr);
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.left-preloader {
  width: 100%;
  border-bottom: 1px solid #f3f6fc;
  background-color: #ebebeb;
}

.middle-preloader {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.right-preloader {
  width: 100%;
  border-bottom: 1px solid #f3f6fc;
  background-color: #ebebeb;
}

.stripe-preloader {
  width: 33.33%;
  border-right: 1px solid #f3f6fc;
  border-bottom: 1px solid #f3f6fc;
  background-color: #fff;
}

.stripe-preloader.right {
  background-color: #ebebeb;
}

.stripe-preloader.middle {
  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: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #ebebeb;
}

.stripe-preloader.left {
  border-left: 1px solid #f3f6fc;
  background-color: #ebebeb;
}

.grid-wrapper {
  position: relative;
  z-index: 5;
  display: -ms-grid;
  display: grid;
  width: 100%;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  justify-items: start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-content: space-between;
  -ms-flex-line-pack: justify;
  align-content: space-between;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  grid-auto-flow: row;
  grid-auto-columns: minmax(5vw, 1fr);
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  -ms-grid-columns: minmax(5vw, 1fr) minmax(auto, 1400px) minmax(5vw, 1fr);
  grid-template-columns: minmax(5vw, 1fr) minmax(auto, 1400px) minmax(5vw, 1fr);
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.grid-wrapper.projects-search {
  position: absolute;
  left: 0px;
  right: auto;
  z-index: 15;
  overflow: hidden;
  width: 100vw;
  height: 100vh;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
}

.grid-wrapper.fixed {
  z-index: 25;
  max-height: 0px;
  -webkit-box-align: end;
  -webkit-align-items: end;
  -ms-flex-align: end;
  align-items: end;
  -webkit-align-content: end;
  -ms-flex-line-pack: end;
  align-content: end;
}

.grid-wrapper.two-row {
  -webkit-align-content: space-between;
  -ms-flex-line-pack: justify;
  align-content: space-between;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  -ms-grid-rows: 1fr auto;
  grid-template-rows: 1fr auto;
}

.hero-bottom-feature {
  width: 33.33%;
  padding: 0px;
  grid-auto-flow: column;
  grid-auto-columns: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 24px;
  -ms-grid-columns: 1fr auto;
  grid-template-columns: 1fr auto;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
  background-color: #fff;
  color: #090b19;
}

.featured-project-column {
  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;
  background-color: #f3f6fc;
  color: #6e7488;
  font-size: 11px;
  letter-spacing: 3px;
  text-transform: uppercase;
  white-space: nowrap;
}

.hero-feature-card {
  display: -ms-grid;
  display: grid;
  width: 100%;
  padding: 36px;
  grid-auto-columns: 1fr;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  -ms-grid-columns: 1fr 36px;
  grid-template-columns: 1fr 36px;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
  color: #090b19;
  text-decoration: none;
}

.card-button-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.feature-card-description {
  position: relative;
  z-index: 10;
  display: -ms-grid;
  display: grid;
  -webkit-box-align: start;
  -webkit-align-items: start;
  -ms-flex-align: start;
  align-items: start;
  grid-auto-columns: 1fr;
  grid-column-gap: 16px;
  grid-row-gap: 18px;
  -ms-grid-columns: 1fr;
  grid-template-columns: 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.footer-wrapper {
  display: -ms-grid;
  display: grid;
  grid-auto-columns: 1fr;
  grid-auto-rows: minmax(43px, auto);
  grid-column-gap: 0px;
  grid-row-gap: 36px;
  -ms-grid-columns: 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr;
  -ms-grid-rows: minmax(44px, auto) minmax(102px, auto);
  grid-template-rows: minmax(44px, auto) minmax(102px, auto);
}

.footer-credits {
  font-size: 13px;
  font-weight: 400;
}

.project-image {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  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;
}

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

.hero-background-image {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  background-image: url('../images/privacy-policy-landing-header-1600x600.jpeg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.hero-background-image.team-background {
  background-image: url('../images/Team004.jpeg');
  background-position: 50% 0%;
}

.hero-background-image.projects-background {
  background-image: url('../images/Space008.jpeg');
  background-position: 50% 40%;
}

.hero-background-image.services-background {
  background-image: url('../images/Space007.jpeg');
}

.hero-background-image.contact-background {
  background-image: url('../images/Space007.jpeg');
}

.hero-background-image.news-background {
  background-image: url('../images/Space006.jpeg');
}

.hero-background-image._404-background {
  background-image: url('../images/Space012.jpeg');
}

.hero-background-image.password-background {
  background-image: url('../images/Space007.jpeg');
}

.hero-background-image.search-background {
  background-image: url('../images/Space002.jpeg');
}

.project-details-wrapper {
  position: relative;
  display: -ms-grid;
  display: grid;
  margin-right: 1px;
  margin-left: 1px;
  grid-auto-columns: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  -ms-grid-columns: 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.project-detail-item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  padding: 24px 12px 48px 24px;
  -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-top: 1px solid hsla(0, 0%, 100%, 0.12);
  border-left: 1px none hsla(0, 0%, 100%, 0.12);
  font-family: Inter, sans-serif;
  font-size: 18px;
  font-weight: 600;
}

.project-detail-item.middle-item {
  border-left-style: solid;
  border-left-color: hsla(0, 0%, 100%, 0.12);
}

.project-detail-items {
  display: -ms-grid;
  display: grid;
  grid-auto-columns: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  -ms-grid-columns: 1fr 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.featured-project-details {
  display: -ms-grid;
  display: grid;
  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;
  border-top: 2px solid #fff;
  background-color: hsla(0, 0%, 100%, 0.15);
}

.project-gallery-wrapper {
  position: fixed;
  left: 0%;
  top: auto;
  right: auto;
  z-index: 10000;
  display: -ms-grid;
  display: grid;
  overflow: hidden;
  width: 100%;
  height: 100vh;
  -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;
  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;
  grid-template-rows: auto auto;
}

.gallery-items-wrapper {
  position: relative;
  z-index: 20;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: visible;
  width: 100%;
  height: 100vh;
  padding-top: 123px;
  padding-right: 6px;
  padding-bottom: 48px;
  -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;
  grid-auto-columns: 1fr;
  -ms-grid-columns: 1fr;
  grid-template-columns: 1fr;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
}

.more-projects-wrapper {
  position: fixed;
  left: 0%;
  top: auto;
  right: 0%;
  bottom: 0%;
  z-index: 25;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 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;
}

.more-projects-wrapper.in-page {
  left: 0%;
  top: auto;
  right: auto;
  bottom: 0%;
  z-index: 0;
}

.fly-out-button {
  position: relative;
  z-index: 20;
  display: -ms-grid;
  display: grid;
  overflow: hidden;
  width: 33.33%;
  height: 48px;
  max-height: 48px;
  max-width: 33.33%;
  padding: 0px 5vw 0px 0px;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  grid-auto-columns: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 16px;
  -ms-grid-columns: 5vw 1fr;
  grid-template-columns: 5vw 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
  border-top: 1px none hsla(0, 0%, 100%, 0.12);
  background-color: #f3f6fc;
  white-space: nowrap;
  cursor: pointer;
}

.fly-out-button.on-click {
  z-index: 50;
  background-color: #fff;
}

.fly-out-button.off-click {
  z-index: 50;
  width: 100%;
  max-width: 100%;
  border-radius: 20px 20px 0px 0px;
  background-color: #802280;
}

.projects-lottie {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 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;
  -webkit-filter: invert(100%);
  filter: invert(100%);
}

.project-search-items {
  display: -ms-grid;
  display: grid;
  margin-bottom: 24px;
  grid-auto-columns: 1fr;
  grid-auto-rows: minmax(100px, 1fr);
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  -ms-grid-columns: 1fr;
  grid-template-columns: 1fr;
  -ms-grid-rows: minmax(100px, 1fr);
  grid-template-rows: minmax(100px, 1fr);
}

.project-search-collection {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: auto;
  padding-right: 12px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.project-search-collection-item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  width: 100%;
  border-bottom: 1px solid #e2e7f1;
}

.project-search-collection-item:first-child {
  border-top: 1px solid #e2e7f1;
}

.project-search-collection-item:last-child {
  border-bottom-style: none;
}

.project-description-wrapper {
  display: -ms-grid;
  display: grid;
  grid-auto-columns: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 80px;
  -ms-grid-columns: 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.project-description {
  position: relative;
  display: -ms-grid;
  display: grid;
  padding: 80px 60px;
  grid-auto-columns: 1fr;
  grid-column-gap: 24px;
  grid-row-gap: 60px;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
  background-color: #f3f6fc;
  color: #090b19;
}

.project-description.top-grey-border {
  border-top: 1px solid #e2e7f1;
}

.project-features {
  padding-top: 80px;
}

.general-collection-wrapper {
  padding-top: 80px;
}

.projects-lottie-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 5vw;
  height: 14px;
  -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;
}

.project-gallery-overlay {
  position: fixed;
  left: 0%;
  top: auto;
  right: 0%;
  bottom: 0%;
  z-index: 5;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  min-height: 100vh;
  min-width: 100vw;
  background-color: rgba(9, 11, 25, 0);
}

.news-list {
  display: -ms-grid;
  display: grid;
  grid-auto-columns: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  -ms-grid-columns: 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
}

.news-list-item {
  border-bottom: 1px solid #f3f6fc;
}

.news-list-item:nth-child(even) {
  margin-top: 80px;
  margin-bottom: 80px;
}

.pagination {
  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-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  grid-auto-columns: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  -ms-grid-columns: 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.pagination-wrapper {
  display: -ms-grid;
  display: grid;
  -webkit-box-pack: stretch;
  -webkit-justify-content: stretch;
  -ms-flex-pack: stretch;
  justify-content: stretch;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  grid-auto-flow: column;
  grid-auto-columns: 1fr;
  grid-column-gap: 12px;
  grid-row-gap: 0px;
  -ms-grid-columns: 1fr;
  grid-template-columns: 1fr;
  -ms-grid-rows: minmax(0px, auto);
  grid-template-rows: minmax(0px, auto);
}

.large-search-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 50%;
  margin-bottom: 0px;
  padding: 4px;
  border-radius: 100px;
  background-color: #fff;
}

.large-search-input {
  min-height: 48px;
  margin-bottom: 0px;
  padding-left: 24px;
  border: 1px none #000;
  border-radius: 100px;
  background-color: hsla(0, 0%, 100%, 0);
}

.large-search-button {
  padding-right: 32px;
  padding-left: 32px;
  border-radius: 100px;
  background-color: #090b19;
  font-size: 11px;
  text-align: center;
  letter-spacing: 3px;
  text-transform: uppercase;
}

.search-results-info {
  display: -ms-grid;
  display: grid;
  grid-auto-columns: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 36px;
  -ms-grid-columns: 1fr;
  grid-template-columns: 1fr;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
}

.search-result-list {
  display: -ms-grid;
  display: grid;
  grid-auto-columns: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  -ms-grid-columns: 1fr;
  grid-template-columns: 1fr;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
}

.search-result-item {
  width: 100%;
  padding: 0px;
}

.search-results-link {
  padding: 48px 36px 48px 24px;
  border-right: 1px solid #f3f6fc;
  border-bottom: 1px solid #e2e7f1;
  border-left: 1px solid #f3f6fc;
  -webkit-transition: background-color 400ms linear;
  transition: background-color 400ms linear;
  color: #090b19;
  text-decoration: none;
}

.search-results-link:hover {
  background-color: #fff;
}

.search-result-wrapper {
  padding-top: 0px;
  border-top: 1px solid #e2e7f1;
  background-color: #f3f6fc;
}

.results-help-wrapper {
  display: -ms-grid;
  display: grid;
  padding: 12px 24px;
  -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;
  grid-auto-columns: 1fr;
  grid-column-gap: 16px;
  grid-row-gap: 24px;
  -ms-grid-columns: 1fr auto;
  grid-template-columns: 1fr auto;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
  background-color: #090b19;
  color: #fff;
}

.author-post-item {
  display: -ms-grid;
  display: grid;
  width: 100%;
  padding: 18px 24px;
  grid-auto-columns: 1fr;
  grid-column-gap: 24px;
  grid-row-gap: 9px;
  -ms-grid-columns: 1fr auto;
  grid-template-columns: 1fr auto;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
  border-bottom: 1px solid #f3f6fc;
  -webkit-transition: color 400ms cubic-bezier(.25, .46, .45, .94);
  transition: color 400ms cubic-bezier(.25, .46, .45, .94);
  color: #6e7488;
  text-decoration: none;
  white-space: normal;
}

.author-post-item:hover {
  color: #090b19;
}

.list-item-arrow {
  width: 18px;
  min-width: 18px;
}

.list-item-text {
  display: inline;
  font-family: 'Open Sans', sans-serif;
  color: #ebebeb;
  font-size: 16px;
  font-weight: 400;
}

.gallery-heading {
  padding-left: 24px;
  white-space: nowrap;
}

.author-card {
  display: -ms-grid;
  display: grid;
  padding-bottom: 24px;
  padding-left: 24px;
  grid-auto-columns: 1fr;
  grid-column-gap: 24px;
  grid-row-gap: 16px;
  -ms-grid-columns: auto 1fr;
  grid-template-columns: auto 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
  border-bottom: 1px solid #f3f6fc;
}

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

.empty-state {
  background-color: transparent;
}

.empty-collection {
  display: -ms-grid;
  display: grid;
  padding: 36px;
  grid-auto-flow: row;
  grid-auto-columns: 1fr;
  grid-column-gap: 16px;
  grid-row-gap: 24px;
  -ms-grid-columns: 1fr;
  grid-template-columns: 1fr;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
  background-color: #f3f6fc;
  text-align: center;
  white-space: normal;
}

.form {
  display: -ms-grid;
  display: grid;
  width: 100%;
  -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: 16px;
  grid-row-gap: 24px;
  -ms-grid-columns: 1fr;
  grid-template-columns: 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.field-wrapper {
  display: -ms-grid;
  display: grid;
  grid-auto-columns: 1fr;
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
}

.text-field {
  min-height: 54px;
  margin-bottom: 0px;
  padding-top: 18px;
  padding-bottom: 18px;
  padding-left: 18px;
  border-style: solid;
  border-width: 1px;
  border-color: #e2e7f1;
  border-radius: 2px;
  background-color: hsla(0, 0%, 100%, 0.65);
  -webkit-transition: all 400ms cubic-bezier(.25, .46, .45, .94);
  transition: all 400ms cubic-bezier(.25, .46, .45, .94);
}

.text-field:focus {
  border-color: #d4ddee;
  background-color: #fff;
}

.text-field::-webkit-input-placeholder {
  color: #6e7488;
}

.text-field:-ms-input-placeholder {
  color: #6e7488;
}

.text-field::-ms-input-placeholder {
  color: #6e7488;
}

.text-field::placeholder {
  color: #6e7488;
}

.text-field.large {
  min-height: 140px;
}

.text-field.light {
  border-color: rgba(255, 255, 255, 0.16);
  background-color: hsla(0, 0%, 100%, 0.08);
  color: #fff;
}

.text-field.light:focus {
  border-color: #fff;
  background-color: hsla(0, 0%, 100%, 0);
}

.text-field.light::-webkit-input-placeholder {
  color: rgba(255, 255, 255, 0.85);
}

.text-field.light:-ms-input-placeholder {
  color: rgba(255, 255, 255, 0.85);
}

.text-field.light::-ms-input-placeholder {
  color: rgba(255, 255, 255, 0.85);
}

.text-field.light::placeholder {
  color: rgba(255, 255, 255, 0.85);
}

.submit-button {
  min-width: 160px;
  padding: 16px 32px;
  border-radius: 100px;
  background-color: #090b19;
  font-size: 12px;
  letter-spacing: 3px;
  text-transform: uppercase;
}

.submit-button.white {
  background-color: #fff;
  color: #090b19;
}

.utility-message {
  height: 100%;
  margin-top: auto;
  padding: 0px;
  background-color: transparent;
}

.success-wrapper {
  display: -ms-grid;
  display: grid;
  min-height: 340px;
  padding: 60px;
  -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;
  grid-auto-columns: 1fr;
  grid-column-gap: 16px;
  grid-row-gap: 12px;
  -ms-grid-columns: 1fr;
  grid-template-columns: 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
  border-style: solid;
  border-width: 1px;
  border-color: #e2e7f1;
  background-color: hsla(0, 0%, 100%, 0.85);
}

.success-wrapper.dark {
  height: 100%;
  -webkit-align-content: center;
  -ms-flex-line-pack: center;
  align-content: center;
  border-style: none;
  background-color: hsla(0, 0%, 100%, 0);
  color: #fff;
}

.error-message {
  margin-top: 0px;
  padding: 12px 18px;
  background-color: #e2e7f1;
  color: #090b19;
}

.discovery-button-wrapper {
  display: -ms-grid;
  display: grid;
  grid-auto-columns: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  -ms-grid-columns: 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.fly-out-button-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  margin-left: -5vw;
  padding-left: 5vw;
}

.services-wrapper {
  z-index: 10;
  display: -ms-grid;
  display: grid;
  padding-top: 60px;
  grid-auto-columns: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 80px;
  -ms-grid-columns: 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr;
  -ms-grid-rows: auto 1fr;
  grid-template-rows: auto 1fr;
}

.service-examples-wrapper {
  display: -ms-grid;
  display: grid;
  grid-auto-columns: 1fr;
  grid-column-gap: 36px;
  grid-row-gap: 36px;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.services-info {
  display: -ms-grid;
  display: grid;
  grid-auto-columns: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 18px;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto 1fr;
  grid-template-rows: auto 1fr;
}

.mission-description {
  display: -ms-grid;
  display: grid;
  height: 30vw;
  max-height: 465px;
  min-height: 300px;
  padding-bottom: 20%;
  padding-left: 24px;
  grid-auto-columns: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 18px;
  -ms-grid-columns: 1fr;
  grid-template-columns: 1fr;
  -ms-grid-rows: auto 1fr;
  grid-template-rows: auto 1fr;
}

.about-quote {
  display: -ms-grid;
  display: grid;
  height: 30vw;
  max-height: 465px;
  min-height: 300px;
  padding-top: 20%;
  padding-left: 24px;
  -webkit-box-align: end;
  -webkit-align-items: end;
  -ms-flex-align: end;
  align-items: end;
  grid-auto-columns: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 18px;
  -ms-grid-columns: 1fr;
  grid-template-columns: 1fr;
  -ms-grid-rows: 1fr auto;
  grid-template-rows: 1fr auto;
}

.project-gallery-image-wrapper {
  display: -ms-grid;
  display: grid;
  -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;
  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;
}

.project-gallery-image:nth-child(odd) {
  margin-top: 160px;
  margin-bottom: 36px;
}

.project-schowcae-title {
  display: -ms-grid;
  display: grid;
  height: 160px;
  margin-bottom: 36px;
  grid-auto-columns: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  -ms-grid-columns: 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.tablet-mobile-menu {
  display: none;
}

.tablet-mobile-nav-links {
  display: none;
}

.image-cover {
  z-index: 20;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  width: 0%;
  height: 100%;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  background-color: #fff;
}

.image-cover-wrapper {
  position: absolute;
  left: 0%;
  top: 0%;
  right: auto;
  bottom: 0%;
  z-index: 15;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: visible;
  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;
  border-radius: 0px;
  background-color: hsla(300, 0%, 52%, 0);
  background-image: url('../images/Screen-Shot-2021-05-13-at-10.55.18.png');
  background-position: 50% 50%;
  background-size: auto;
  background-repeat: no-repeat;
  background-attachment: scroll;
}

.image-cover-wrapper.right-side {
  left: auto;
  top: 0%;
  right: 0%;
  bottom: 0%;
  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;
}

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

.template-screen {
  position: relative;
  z-index: 10;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  margin-bottom: 6px;
  padding-top: 0px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  border-style: solid;
  border-width: 1px;
  border-color: #f3f6fc;
}

.feature-card-info {
  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: 16px;
  grid-row-gap: 16px;
  -ms-grid-columns: 1fr;
  grid-template-columns: 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.template-showcase-grid {
  display: -ms-grid;
  display: grid;
  grid-auto-columns: 1fr;
  grid-auto-rows: minmax(80px, auto);
  grid-column-gap: 0px;
  grid-row-gap: 36px;
  -ms-grid-columns: 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr;
  -ms-grid-rows: minmax(80px, auto) minmax(80px, auto);
  grid-template-rows: minmax(80px, auto) minmax(80px, auto);
}

.page-info {
  display: -ms-grid;
  display: grid;
  overflow: hidden;
  height: 120px;
  grid-auto-columns: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  -ms-grid-columns: 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
  background-color: #f3f6fc;
}

.page-info.no-clip {
  overflow: visible;
}

.client-quote {
  display: -ms-grid;
  display: grid;
  width: 50%;
  grid-auto-columns: 1fr;
  grid-column-gap: 16px;
  grid-row-gap: 36px;
  -ms-grid-columns: 1fr;
  grid-template-columns: 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.project-discovery-cover {
  z-index: 10;
  width: 100%;
  background-color: #f3f6fc;
}

.project-discovery-wrapper {
  display: -ms-grid;
  display: grid;
  grid-auto-columns: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  -ms-grid-columns: 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.project-discovery-list {
  display: -ms-grid;
  display: grid;
  overflow: hidden;
  grid-auto-columns: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 24px;
  -ms-grid-columns: 1fr;
  grid-template-columns: 1fr;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
}

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

.client-quote-credit {
  margin-left: 0px;
  padding-left: 24px;
  border-left: 2px solid #fff;
}

.news-category-item {
  border-bottom: 1px none #f3f6fc;
}

.background-banner {
  position: absolute;
  left: 0%;
  top: auto;
  right: 0%;
  bottom: auto;
  height: 116%;
  background-image: url('../images/Space002.jpeg');
  background-position: 50% 50%;
  background-size: cover;
}

.background-banner.video-banner {
  background-image: none;
}

.background-banner.projects-banner {
  border-radius: 0px;
  background-image: url('../images/osmr70mdp0midtfhvze0.jpeg');
  background-position: 50% 50%;
  background-size: auto 100%;
  background-repeat: no-repeat;
  background-attachment: fixed;
}

.background-banner.team-banner {
  background-image: url('../images/Team006.jpeg');
}

.background-banner.service-1-banner {
  background-image: url('../images/Space006.jpeg');
}

.background-banner.service-2-banner {
  background-image: url('../images/Space025.jpeg');
}

.background-banner.service-3-banner {
  background-image: url('../images/Space021.jpeg');
}

.background-banner.newsletter-banner {
  background-image: url('../images/Space002.jpeg');
  background-position: 0% 50%;
}

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

.newsletter-wrapper {
  position: relative;
  display: -ms-grid;
  display: grid;
  width: 100%;
  -webkit-box-pack: stretch;
  -webkit-justify-content: stretch;
  -ms-flex-pack: stretch;
  justify-content: stretch;
  justify-items: stretch;
  grid-auto-columns: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  -ms-grid-columns: 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.dark-cover {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  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;
  background-color: #090b19;
}

.newsletter-form-wrapper {
  position: relative;
  z-index: 10;
  display: -ms-grid;
  display: grid;
  overflow: hidden;
  height: 100%;
  padding-top: 60px;
  padding-bottom: 60px;
  grid-auto-columns: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 24px;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto 1fr;
  grid-template-rows: auto 1fr;
  color: #fff;
}

.newsletter-intro {
  position: relative;
  z-index: 10;
  display: -ms-grid;
  display: grid;
  padding: 60px 36px;
  grid-auto-columns: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 36px;
  -ms-grid-columns: 1fr;
  grid-template-columns: 1fr;
  -ms-grid-rows: auto 1fr;
  grid-template-rows: auto 1fr;
  background-color: #f3f6fc;
}

.form-block {
  position: relative;
  z-index: 20;
  margin-bottom: 0px;
}

.form-column {
  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;
}

.form-column.right {
  padding-right: 24px;
  padding-left: 24px;
}

.radio-button {
  width: 18px;
  height: 18px;
  min-height: 18px;
  min-width: 18px;
  margin-top: 0px;
  margin-right: 18px;
  margin-left: 0px;
  border-color: #fff;
  -webkit-transition: all 400ms cubic-bezier(.25, .46, .45, .94);
  transition: all 400ms cubic-bezier(.25, .46, .45, .94);
}

.radio-button.w--redirected-checked {
  border-color: #fff;
  background-color: #fff;
  box-shadow: none;
  -webkit-transform: scale(1.3);
  -ms-transform: scale(1.3);
  transform: scale(1.3);
}

.field-label {
  font-size: 12px;
  font-weight: 400;
  letter-spacing: 4px;
  text-transform: uppercase;
}

.checklist {
  display: -ms-grid;
  display: grid;
  grid-auto-columns: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 18px;
  -ms-grid-columns: 1fr;
  grid-template-columns: 1fr;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
}

.checklist-item {
  display: -ms-grid;
  display: grid;
  padding-top: 0px;
  padding-bottom: 0px;
  grid-auto-columns: 1fr;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  -ms-grid-columns: auto 1fr;
  grid-template-columns: auto 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.checklist-icon {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 36px;
  height: 36px;
  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;
  border-style: solid;
  border-width: 1px;
  border-color: #e2e7f1;
  border-radius: 100px;
  background-color: #fff;
}

.radio-item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  padding-top: 24px;
  padding-bottom: 24px;
  padding-left: 24px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-bottom: 1px solid hsla(0, 0%, 100%, 0.12);
  font-size: 16px;
  cursor: pointer;
}

.button-text {
  position: relative;
  z-index: 11;
  -webkit-transition: all 400ms ease;
  transition: all 400ms ease;
  font-family: 'Open Sans', sans-serif;
  color: #e2e2e2;
  font-size: 12px;
  font-weight: 400;
}

.button-text:hover {
  color: #dbdf1e;
}

.button-text.app {
  font-size: 12px;
  font-weight: 700;
}

.menu-collection-list-item {
  border-bottom: 1px solid #e2e7f1;
}

.empty-search-results {
  display: -ms-grid;
  display: grid;
  min-height: 400px;
  -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: 12px;
  -ms-grid-columns: 1fr;
  grid-template-columns: 1fr;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
}

.sticky-section {
  position: -webkit-sticky;
  position: sticky;
  top: 75px;
  z-index: 200;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 0px;
  margin-bottom: 120px;
  padding-right: 5vw;
  padding-left: 5vw;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.page-hero {
  position: relative;
  z-index: 10;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  min-height: 650px;
  padding-top: 120px;
  padding-right: 5vw;
  padding-left: 5vw;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  color: #fff;
}

.projects-hero {
  position: relative;
  z-index: 10;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  min-height: 750px;
  padding-top: 120px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  background-image: url('../images/privacy-policy-landing-header-1600x600.jpeg');
  background-position: 0px 0px;
  background-size: cover;
  color: #fff;
}

.password-hero {
  position: relative;
  z-index: 10;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  min-height: 100vh;
  padding-top: 36px;
  padding-right: 5vw;
  padding-left: 5vw;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  color: #fff;
}

._404-hero {
  position: relative;
  z-index: 10;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  min-height: 650px;
  padding-top: 36px;
  padding-right: 5vw;
  padding-left: 5vw;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  color: #fff;
}

.service-description {
  padding-right: 24px;
}

.about-description {
  display: block;
  margin-top: 0px;
  padding-right: 24px;
  justify-items: start;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  grid-auto-columns: 1fr;
  -ms-grid-columns: 1fr;
  grid-template-columns: 1fr;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
}

.category-description {
  display: -ms-grid;
  display: grid;
  max-width: 250px;
  grid-auto-flow: row;
  grid-auto-columns: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 18px;
  -ms-grid-columns: 1fr;
  grid-template-columns: 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.category-link {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  height: 100%;
  min-height: 120px;
  padding-right: 12px;
  padding-left: 12px;
  -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;
  text-decoration: none;
}

.services-card {
  display: -ms-grid;
  display: grid;
  height: 100%;
  padding: 36px;
  grid-auto-columns: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 7px;
  -ms-grid-columns: 1fr;
  grid-template-columns: 1fr;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
  border-top: 1px none #f3f6fc;
  border-bottom: 1px none #f3f6fc;
}

.banner-categories {
  overflow: hidden;
  width: 100%;
  height: 100%;
  padding-top: 36px;
}

.minimal-card {
  position: relative;
  z-index: 10;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  padding: 36px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-top: 1px none #f3f6fc;
  border-bottom: 1px solid #f3f6fc;
  text-decoration: none;
}

.anchor-link {
  position: relative;
  z-index: 10;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  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;
  text-align: center;
  text-decoration: none;
}

.banner-items-wrapper {
  overflow: hidden;
  height: 120px;
}

.home-hero {
  position: relative;
  z-index: 10;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  min-height: 100vh;
  padding-top: 120px;
  -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;
  color: #fff;
}

.footer-section {
  position: relative;
  z-index: 10;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 120px 5vw 36px;
  -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: #090b19;
  background-image: -webkit-gradient(linear, left bottom, left top, from(#090b19), color-stop(0%, #392151), color-stop(35%, #090b19));
  background-image: linear-gradient(0deg, #090b19, #392151 0%, #090b19 35%);
  color: #fff;
}

.template-card {
  display: -ms-grid;
  display: grid;
  padding: 36px;
  grid-auto-columns: 1fr;
  grid-column-gap: 16px;
  grid-row-gap: 12px;
  -ms-grid-columns: 1fr;
  grid-template-columns: 1fr;
  -ms-grid-rows: auto 1fr;
  grid-template-rows: auto 1fr;
  border-top: 1px solid #f3f6fc;
  border-bottom: 1px none #f3f6fc;
}

.template-card.bottom-border {
  border-bottom-style: solid;
}

.newsletter-overlay {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  background-color: rgba(9, 11, 25, 0.9);
}

.template-credit {
  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;
  grid-auto-columns: 1fr;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
  white-space: nowrap;
}

.nav-link-hover-button {
  position: absolute;
  width: 100px;
  height: 46px;
  border-style: none;
  border-width: 0px;
  border-color: rgba(255, 255, 255, 0.31);
  border-radius: 100px;
}

.banner-scrolling-wrapper {
  width: 100%;
  height: 100%;
  background-color: #f3f6fc;
}

.recent-projects-info {
  display: -ms-grid;
  display: grid;
  grid-auto-columns: 1fr;
  grid-column-gap: 16px;
  grid-row-gap: 24px;
  -ms-grid-columns: 1fr;
  grid-template-columns: 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.background-video {
  display: block;
  width: 100%;
  height: 100%;
  background-image: linear-gradient(108deg, rgba(0, 0, 0, 0.7), rgba(71, 70, 70, 0.63) 15%, hsla(0, 0%, 100%, 0) 27%);
  -webkit-filter: contrast(116%);
  filter: contrast(116%);
}

.background-video.suuport-page {
  display: none;
}

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

.image.footer {
  width: 8%;
  -webkit-filter: invert(100%);
  filter: invert(100%);
}

.image-2 {
  -webkit-filter: grayscale(100%);
  filter: grayscale(100%);
}

.bold-text {
  display: block;
  font-family: Lato, sans-serif;
  line-height: 1em;
}

.text-span {
  font-size: 60px;
}

.body-display-2 {
  color: #8a94a6;
  line-height: 1.55em;
}

.body-display-2.large {
  width: 40%;
  font-family: Montserrat, sans-serif;
  color: #cfcfcf;
  font-size: 16px;
  line-height: 1.6em;
}

.body-display-2.large.text2 {
  width: 100%;
  color: #707070;
}

.body-display-2.large {
  font-size: 18px;
  line-height: 1.6em;
}

.max-450 {
  max-width: 450px;
}

.three-grid-wrapper {
  display: -ms-grid;
  display: grid;
  margin-bottom: 0px;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  grid-auto-columns: 1fr;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  -ms-grid-columns: 0.5fr 1fr;
  grid-template-columns: 0.5fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.gradient-span {
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(3%, #ff4b93), color-stop(58%, #c0336b), to(#862c7e));
  background-image: linear-gradient(180deg, #ff4b93 3%, #c0336b 58%, #862c7e);
  font-size: 45px;
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
}

.clip-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
}

.button-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 14px 32px;
  -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: #fff;
  border-radius: 100px;
  color: #fff;
  font-size: 12px;
  font-weight: 400;
  text-align: center;
  letter-spacing: 2px;
  text-decoration: none;
  text-transform: uppercase;
}

.large-heading-2 {
  font-size: 54px;
}

.text-span-2 {
  font-size: 60px;
}

.text-span-3 {
  color: #c0336b;
}

.heading-3 {
  font-family: Montserrat, sans-serif;
  font-size: 22px;
  font-weight: 500;
}

.text-span-4 {
  color: #707070;
  font-weight: 500;
  text-decoration: none;
}

.bold-text-2 {
  color: #c0336b;
  font-weight: 600;
}

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

.wrapper-2 {
  position: relative;
  z-index: 10;
  width: 100%;
  max-width: 1300px;
}

.showreel-wrapper {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  height: 70vh;
  -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: #1e2029;
  box-shadow: 0 3px 13px -4px #000;
}

.hover-link-wrapper-2 {
  position: absolute;
  left: 5vw;
  top: auto;
  right: auto;
  bottom: 5vw;
  z-index: 100;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 148px;
  height: 148px;
  padding: 24px;
  -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;
}

.hover-link-wrapper-2.centered {
  left: auto;
  top: 0%;
  right: 0%;
  bottom: 0%;
}

.hover-link-2 {
  position: relative;
  top: 0px;
  right: 0px;
  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-style: solid;
  border-width: 1px;
  border-color: rgba(39, 39, 39, 0);
  border-radius: 100%;
  background-color: hsla(0, 0%, 100%, 0.12);
  color: #c0bd11;
}

.showreel-heading {
  position: absolute;
  left: auto;
  top: auto;
  right: auto;
  bottom: -50px;
  z-index: 2;
  opacity: 0.23;
  font-family: Montserrat, sans-serif;
  color: #ffafcf;
  font-size: 150px;
  text-align: center;
  white-space: nowrap;
}

.showreel-video {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: 1;
  width: 100%;
  height: 100%;
  opacity: 0.23;
}

.bold-text-3 {
  font-family: Montserrat, sans-serif;
  font-size: 14px;
  font-weight: 500;
}

.text-block {
  font-family: Montserrat, sans-serif;
  color: #ebebeb;
  font-size: 14px;
}

.text-block-2 {
  font-family: Montserrat, sans-serif;
  color: #ebebeb;
  font-size: 14px;
}

.text-block-3 {
  font-family: Montserrat, sans-serif;
  color: #ebebeb;
  font-size: 16px;
}

.text-block-4 {
  font-family: Montserrat, sans-serif;
  color: #ebebeb;
  font-size: 16px;
}

.text-block-5 {
  font-family: Montserrat, sans-serif;
  color: #ebebeb;
  font-size: 12px;
}

.heading-4 {
  font-family: Poppins, sans-serif;
  color: #e9e9e9;
  font-size: 16px;
  font-weight: 400;
  text-align: left;
}

.section-2 {
  position: relative;
  height: auto;
  padding-top: 50px;
  padding-bottom: 0px;
  background-color: #e9e9e9;
}

.container {
  position: static;
  bottom: -43%;
  max-width: 100%;
  min-height: 100%;
  padding-top: 0%;
  padding-bottom: 0%;
}

.paragraph {
  margin-bottom: 0px;
  font-family: 'Open Sans', sans-serif;
  font-size: 14px;
  font-weight: 700;
  text-align: center;
}

.paragraph-2 {
  width: 100%;
  margin-top: 1%;
  margin-right: auto;
  margin-left: auto;
  font-family: 'Open Sans', sans-serif;
  font-size: 30px;
  line-height: 36px;
  font-weight: 400;
  text-align: center;
}

.image-3 {
  position: relative;
  left: 0px;
  top: auto;
  right: 0vw;
  bottom: 0vh;
  display: block;
  width: auto;
  height: 100%;
  max-height: none;
  max-width: none;
  min-height: auto;
  margin: auto auto 0px;
  padding-top: 0px;
}

.section-6 {
  padding-top: 70px;
  padding-bottom: 70px;
  background-color: #090b19;
}

.image-4 {
  display: block;
  width: 3%;
  margin-top: 30px;
  margin-right: auto;
  margin-left: auto;
  color: #769f8c;
}

.quote {
  width: 50%;
  margin-top: 50px;
  margin-right: auto;
  margin-left: auto;
  color: #fff;
  font-size: 24px;
  line-height: 25px;
  font-weight: 500;
}

.quote1 {
  width: 50%;
  margin-top: 30px;
  margin-right: auto;
  margin-left: auto;
  color: #fff;
  line-height: 17px;
  font-weight: 700;
}

.quote-title {
  width: 50%;
  margin-right: auto;
  margin-left: auto;
  color: #fff;
  font-size: 14px;
  line-height: 17px;
  font-style: italic;
  font-weight: 400;
  text-align: left;
}

.text-right {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 50%;
  margin-left: 25px;
  padding-top: 10px;
  padding-bottom: 10px;
  -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: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
  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-align: left;
}

.paragraph-3 {
  width: 100%;
  margin-top: 1%;
  margin-right: auto;
  margin-left: auto;
  font-size: 36px;
  line-height: 36px;
  font-weight: 500;
  text-align: center;
}

.text-block-1 {
  position: static;
  top: 0px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: auto;
  margin-bottom: 45px;
  float: none;
  -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;
}

.text-block-2 {
  position: static;
  left: 0%;
  top: auto;
  right: 0%;
  bottom: auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 45px;
  -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-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;
  -o-object-fit: fill;
  object-fit: fill;
}

.container-2 {
  max-width: 75%;
  padding-top: 80px;
  padding-bottom: 120px;
}

.text-block-content {
  position: static;
  display: block;
  width: 100%;
  margin-top: 10px;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  font-family: Montserrat, sans-serif;
  color: #707070;
  font-size: 15px;
  font-weight: 400;
  text-align: left;
}

.paragraph-4 {
  margin-bottom: 0px;
  font-size: 14px;
  text-align: center;
}

.text-block-header {
  position: static;
  display: block;
  width: 100%;
  font-family: Montserrat, sans-serif;
  color: #9d2e76;
  font-size: 24px;
  line-height: 25px;
  font-weight: 600;
  text-align: left;
}

.text-left {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 50%;
  margin-right: 25px;
  padding-top: 10px;
  padding-bottom: 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-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: stretch;
  -ms-flex-line-pack: stretch;
  align-content: stretch;
  text-align: left;
}

.section-7 {
  padding: 100px 5vw 70px;
  background-color: #dbdbdb;
}

.section-7.oo {
  padding-bottom: 70px;
}

.image-5 {
  display: block;
  width: 44%;
  max-width: 100%;
  margin: auto;
  padding-right: 10px;
  padding-left: 10px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
}

.quick-to-learn {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 80px;
  -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;
  text-align: center;
}

.div-block-2 {
  padding-right: 5vw;
  padding-left: 5vw;
}

.card_footer {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  margin-top: 16px;
}

.button_icon--right {
  margin-left: 8px;
}

.text--large {
  margin-bottom: 8px;
  font-size: 20px;
  line-height: 24px;
}

.card--sticky {
  position: -webkit-sticky;
  position: sticky;
  top: 0px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  max-width: 960px;
  margin: 0px auto;
  padding: 100px 0px 24px;
  -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;
}

.card--light {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  max-width: 960px;
  margin-right: auto;
  margin-bottom: 16px;
  margin-left: auto;
  padding: 24px;
  -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: 8px;
  background-color: hsla(0, 0%, 100%, 0);
}

.section_row {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 0px;
  padding-right: 5vw;
  padding-left: 5vw;
  background-color: #e9e9e9;
}

.grid--2col {
  display: -ms-grid;
  display: grid;
  width: 100%;
  grid-auto-columns: 1fr;
  grid-column-gap: 16px;
  grid-row-gap: 0px;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.button-3 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 48px;
  padding: 0px 24px;
  -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 1px 4px;
  border-color: #caa100;
  border-radius: 8px;
  background-color: #ffd21c;
  -webkit-transition: border-color 200ms ease, background-color 200ms ease, color 200ms ease, -webkit-transform 200ms ease;
  transition: border-color 200ms ease, background-color 200ms ease, color 200ms ease, -webkit-transform 200ms ease;
  transition: border-color 200ms ease, transform 200ms ease, background-color 200ms ease, color 200ms ease;
  transition: border-color 200ms ease, transform 200ms ease, background-color 200ms ease, color 200ms ease, -webkit-transform 200ms ease;
  color: #53060b;
  font-size: 20px;
  line-height: 28px;
  font-weight: 400;
  text-align: center;
  white-space: nowrap;
}

.button-3:hover {
  background-color: #ffdb4b;
  -webkit-transform: translate(0px, -2px);
  -ms-transform: translate(0px, -2px);
  transform: translate(0px, -2px);
  color: #53060b;
}

.tag {
  margin-bottom: 16px;
  font-family: 'Open Sans', sans-serif;
  color: #e2065d;
  font-size: 12px;
  line-height: 20px;
  font-weight: 400;
  letter-spacing: 2px;
  text-transform: uppercase;
}

.image--cover {
  overflow: visible;
  -o-object-fit: cover;
  object-fit: cover;
}

.text--feature {
  margin-bottom: 8px;
  color: #f75706;
  font-size: 32px;
  line-height: 32px;
  font-weight: 400;
}

.section_col {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  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-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#802280), to(#802280));
  background-image: linear-gradient(180deg, #802280, #802280);
}

.section_col.right-element-beside-mobile {
  padding-top: 300px;
}

.icon--small {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 16px;
  height: 16px;
  -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: 16px;
  line-height: 16px;
  text-align: center;
}

.card_image {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  width: 100%;
  margin-bottom: 24px;
  -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: 8px;
}

.card_video {
  position: absolute;
  left: 0%;
  top: auto;
  right: 0%;
  bottom: 0%;
  z-index: 10;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  width: 100%;
  height: 30%;
  max-width: 1000px;
  margin-right: auto;
  margin-bottom: 0px;
  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;
  border-bottom-style: none;
  border-radius: 10px;
}

.icon--large {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 32px;
  height: 32px;
  -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/play24x242x.svg');
  background-position: 50% 50%;
  background-size: cover;
  font-size: 24px;
  line-height: 24px;
  text-align: center;
}

.section_row-2 {
  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: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.section_row-2.pu {
  overflow: visible;
  width: 100%;
  height: 100%;
  padding: 25px 25px 0px;
  border-radius: 10px;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(226, 6, 93, 0.16)), to(rgba(226, 6, 93, 0.16))), url('../images/Screen-Shot-2021-05-21-at-14.56.26.png');
  background-image: linear-gradient(180deg, rgba(226, 6, 93, 0.16), rgba(226, 6, 93, 0.16)), url('../images/Screen-Shot-2021-05-21-at-14.56.26.png');
  background-position: 0px 0px, 50% 50%;
  opacity: 1;
  -webkit-filter: contrast(129%);
  filter: contrast(129%);
}

.section_row-2.support {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

.floater_img {
  opacity: 0.49;
  -webkit-filter: grayscale(100%);
  filter: grayscale(100%);
}

.floater_img.upper {
  opacity: 0.2;
}

.card {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  max-width: 960px;
  margin-right: auto;
  margin-bottom: 16px;
  margin-left: auto;
  padding: 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;
}

.card.privace {
  padding-top: 0px;
  padding-left: 0px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

.card.first-section-mobile {
  width: 100%;
  margin-bottom: 0px;
}

.card.first-section-mobile.app-page {
  max-width: 1025px;
  margin-bottom: 0px;
}

.card.first-section-mobile.app-page.new-basic {
  margin-bottom: 100px;
}

.card.first-section-mobile.app-page.planned {
  margin-bottom: 50px;
}

.card.first-section-mobile.why {
  margin-bottom: 0px;
  padding-top: 50px;
  padding-left: 50px;
}

.video_playbutton {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100px;
  height: 100px;
  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;
  border-radius: 100%;
  background-color: #922d7a;
  box-shadow: 0 0 9px 0 rgba(0, 0, 0, 0.5);
  -webkit-transition: background-color 400ms ease;
  transition: background-color 400ms ease;
  color: #53060b;
}

.video_playbutton:hover {
  background-color: #b2356d;
}

.video_overlay {
  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: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: rgba(0, 0, 0, 0.1);
  background-image: url('../images/CELLPHONE0415-abroad-1.jpeg');
  background-position: 50% 50%;
  background-size: cover;
}

.video_overlay.vid {
  position: absolute;
  left: 0%;
  top: auto;
  right: 0%;
  bottom: 0%;
  z-index: 1;
  overflow: hidden;
  height: 50%;
  background-color: transparent;
  background-image: none;
}

.container-3 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  max-width: 1366px;
  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-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.section_col-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-right: 16px;
  padding-left: 16px;
  -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-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.section_col-2.align--middle {
  width: auto;
  height: 100%;
  margin-right: 0px;
  margin-bottom: 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;
  background-color: hsla(0, 0%, 89%, 0);
}

.section_col-2.align--middle.support {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
}

.section_col-2.align--middle.supportt {
  padding-right: 0px;
}

.card--highlight {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  margin-right: auto;
  margin-bottom: 0px;
  margin-left: auto;
  padding: 0px;
  -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;
}

.floater {
  position: absolute;
  left: auto;
  top: auto;
  right: 0%;
  bottom: 0%;
  width: 25%;
  max-width: 200px;
  -webkit-transform: perspective(1000px);
  transform: perspective(1000px);
}

.floater.position--highlight-top-left {
  left: -37%;
  top: -32%;
  right: auto;
  bottom: 0%;
  width: 100%;
  max-width: 250px;
}

.user-photo {
  width: 120px;
  height: 120px;
  min-height: 120px;
  min-width: 120px;
  border-radius: 12px;
  background-image: url('../images/mor-and-ilya-2-2.png');
  background-position: 0px 0px;
  background-size: cover;
  -o-object-fit: fill;
  object-fit: fill;
}

.user-photo.small {
  width: 30px;
  height: 30px;
  min-height: 30px;
  min-width: 30px;
  margin-right: 10px;
}

.video {
  position: static;
  width: 100%;
  height: 100%;
  background-image: linear-gradient(111deg, rgba(0, 0, 0, 0.05), hsla(0, 0%, 100%, 0.25) 52%, hsla(0, 0%, 100%, 0) 76%);
}

.video.water-fall {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
}

.video.road {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
}

.blog-block {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-right: 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;
}

.text-block-6 {
  position: relative;
  overflow: visible;
  width: 60%;
  height: auto;
  margin-top: 5vh;
  margin-left: 0%;
  padding-top: 0vh;
  -webkit-align-self: flex-start;
  -ms-flex-item-align: start;
  align-self: flex-start;
}

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

.device {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: 3;
  border-radius: 16% 16% 0px 0%;
  background-color: transparent;
  background-image: url('../images/mobile.png');
  background-position: 50% 50%;
  background-size: cover;
}

.story {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: -1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 42px 30px;
  -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-image: linear-gradient(355deg, rgba(0, 0, 0, 0.3), transparent 24%, transparent 79%, rgba(0, 0, 0, 0.4));
}

.story.front {
  z-index: 9;
  margin-top: 6%;
  padding-right: 50px;
  padding-bottom: 18px;
  padding-left: 50px;
  background-image: none;
}

.story.front._1 {
  left: auto;
  top: 0%;
  right: 0%;
  bottom: auto;
  z-index: 10;
}

.story.front._2 {
  left: auto;
  top: 0%;
  right: 0%;
  bottom: auto;
  z-index: 10;
  display: none;
}

.story.front._3 {
  left: auto;
  top: 0%;
  right: 0%;
  bottom: auto;
  z-index: 10;
  display: none;
}

.cc-small {
  margin-top: 0px;
  margin-bottom: 0px;
  color: hsla(0, 0%, 100%, 0.6);
  font-size: 9px;
  line-height: 8px;
  text-align: left;
}

.cc-junbo-h1 {
  color: #fff;
  font-size: 56px;
  line-height: 80px;
  font-weight: 800;
}

.dot-top {
  width: 8px;
  height: 8px;
  margin-right: 10px;
  border-radius: 50%;
  background-color: transparent;
  cursor: pointer;
}

.dot-top.last {
  margin-right: 0px;
}

.device-blur {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: 1;
  width: 94%;
  margin-top: 6%;
  margin-right: auto;
  margin-left: auto;
  padding-right: 0px;
  border-radius: 16% 16% 0px 0%;
  background-color: #121212;
  box-shadow: 1px 1px 7px 0 rgba(0, 0, 0, 0.25);
  opacity: 0.76;
}

.video-blog-block {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: visible;
  margin-top: 10px;
}

.like {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 30px;
  height: 30px;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-align-self: flex-end;
  -ms-flex-item-align: end;
  align-self: flex-end;
  cursor: pointer;
}

.video-wrap {
  position: relative;
  width: 100%;
  height: 100%;
}

.user-block {
  position: static;
  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;
}

.video-blog {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 140px;
  height: 170px;
  margin-right: 0px;
  padding-left: 10px;
  -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;
  border-radius: 8px;
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(80%, transparent), to(rgba(0, 0, 0, 0.31))), url('../images/wave-1.png');
  background-image: linear-gradient(180deg, transparent 80%, rgba(0, 0, 0, 0.31)), url('../images/wave-1.png');
  background-position: 0px 0px, 0px 0px;
  background-size: auto, cover;
  -webkit-filter: saturate(149%);
  filter: saturate(149%);
  cursor: pointer;
}

.video-blog.laos {
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(80%, transparent), to(rgba(0, 0, 0, 0.31))), url('../images/Water-Falls.png');
  background-image: linear-gradient(180deg, transparent 80%, rgba(0, 0, 0, 0.31)), url('../images/Water-Falls.png');
  background-position: 0px 0px, 100% 50%;
  -webkit-filter: none;
  filter: none;
}

.video-blog.road {
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(80%, transparent), to(rgba(0, 0, 0, 0.31))), url('../images/Road-1.png');
  background-image: linear-gradient(180deg, transparent 80%, rgba(0, 0, 0, 0.31)), url('../images/Road-1.png');
  background-position: 0px 0px, 50% 50%;
  -webkit-filter: saturate(114%);
  filter: saturate(114%);
}

.like-wrap {
  position: relative;
  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;
}

.dot-time {
  width: 8px;
  height: 8px;
  margin-right: 10px;
  border-radius: 50%;
  background-color: #fff;
  cursor: pointer;
}

.dot-time.last {
  margin-right: 0px;
}

.dot-time.active {
  background-color: #1e90ff;
}

.video-blog-wrap {
  position: absolute;
  left: 0%;
  top: auto;
  right: auto;
  bottom: 0vh;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 0vh;
  margin-bottom: 5vh;
  padding-left: 25px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

.hero-section {
  position: relative;
  z-index: 1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: visible;
  width: 76%;
  height: 80vh;
  margin-top: 5vh;
  margin-right: auto;
  margin-left: auto;
  -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;
}

.video-block {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: 2;
  overflow: hidden;
  width: 100%;
  height: 100%;
  margin-top: 6%;
  padding-right: 20px;
  padding-left: 20px;
  border-radius: 80px 80px 0px 0px;
}

.video-mock-up {
  position: relative;
  overflow: hidden;
  width: 600px;
  height: 100%;
  margin-top: 0%;
}

.user-wrap {
  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;
}

.user-text {
  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;
}

.time-line {
  position: static;
  left: 0%;
  top: auto;
  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;
}

.active-blog {
  position: absolute;
  z-index: -1;
  width: 104%;
  height: 104%;
  padding-right: 0px;
  padding-left: 0px;
  border-radius: 10px;
  background-image: linear-gradient(256deg, #5540fb, #1e90ff);
  box-shadow: 1px 1px 15px 0 rgba(0, 0, 0, 0.25);
}

.like-full {
  position: absolute;
  display: none;
  overflow: visible;
}

.heading-5 {
  margin-bottom: 15px;
  font-family: Poppins, sans-serif;
  color: #494949;
  font-weight: 400;
}

.heading-5.why {
  padding-left: 15px;
  border-left: 2px solid #802280;
}

.paragraph-5 {
  font-family: 'Open Sans', sans-serif;
  color: #494949;
  font-size: 15px;
  line-height: 1.5em;
  font-weight: 400;
}

.device-2 {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: 3;
  border-radius: 16% 16% 0px 0%;
  background-color: hsla(0, 0%, 100%, 0);
  background-image: url('../images/Phone-1-1.png');
  background-size: cover;
  -webkit-filter: contrast(155%) grayscale(100%);
  filter: contrast(155%) grayscale(100%);
}

.background-video-4 {
  top: 23px;
  height: 100%;
  -webkit-filter: saturate(200%);
  filter: saturate(200%);
}

.video-mock-up-2 {
  position: relative;
  overflow: hidden;
  width: 300px;
  height: 100%;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  border-bottom: 3px dotted #000;
}

.video-wrap-2 {
  position: relative;
  top: 0px;
  width: 100%;
  height: 100%;
}

.hero-section-2 {
  position: relative;
  z-index: 1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: visible;
  width: 100%;
  height: 80vh;
  margin-top: 0vh;
  margin-right: auto;
  margin-left: auto;
  padding-right: 5vw;
  padding-left: 5vw;
  -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;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #e9e9e9;
}

.bold-text-4 {
  font-weight: 600;
}

.credits-wrapper-2 {
  display: -ms-grid;
  display: grid;
  width: auto;
  padding: 60px 48px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  justify-items: stretch;
  grid-auto-flow: column;
  grid-auto-columns: auto;
  grid-column-gap: 60px;
  grid-row-gap: 36px;
  -ms-grid-columns: auto;
  grid-template-columns: auto;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
  background-color: #f3f6fc;
}

.logos-headline-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;
  color: #6e7488;
}

.subtitle-2 {
  position: relative;
  z-index: 10;
  font-family: 'Open Sans', sans-serif;
  color: #3c3c3c;
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 4px;
  text-transform: uppercase;
}

.subtitle-2.small {
  font-size: 12px;
}

.subtitle-2.small.grey {
  font-family: 'Open Sans', sans-serif;
  color: #e2065d;
  font-weight: 600;
}

.subtitle-2.mobile-text {
  font-family: Poppins, sans-serif;
  color: #ebebeb;
  font-weight: 400;
  text-decoration: none;
  text-transform: uppercase;
}

.horizontal-line-2 {
  height: 1px;
  margin-left: 18px;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  background-color: #e2e7f1;
}

.team-image-location {
  position: relative;
  z-index: 10;
  display: -ms-grid;
  display: grid;
  width: 100%;
  height: 100%;
  -webkit-align-content: end;
  -ms-flex-line-pack: end;
  align-content: end;
  grid-auto-columns: 1fr;
  grid-column-gap: 16px;
  grid-row-gap: 12px;
  -ms-grid-columns: 1fr;
  grid-template-columns: 1fr;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
}

.overlay {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  background-color: rgba(15, 19, 38, 0.55);
}

.overlay.extra-light {
  background-color: rgba(15, 19, 38, 0.05);
}

.background-load-bottom {
  position: absolute;
  left: 0%;
  top: auto;
  right: 0%;
  bottom: 0%;
  z-index: 25;
  display: none;
  height: 50%;
  background-color: #fff;
}

.grid-wrapper-2 {
  position: relative;
  z-index: 10;
  display: -ms-grid;
  display: grid;
  width: 100%;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  grid-auto-columns: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  -ms-grid-columns: minmax(80px, 1fr) minmax(auto, 1400px) minmax(80px, 1fr);
  grid-template-columns: minmax(80px, 1fr) minmax(auto, 1400px) minmax(80px, 1fr);
  -ms-grid-rows: 1fr;
  grid-template-rows: 1fr;
}

.team-location-icon {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 36px;
  height: 36px;
  padding: 9px;
  -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(192, 192, 211, 0.2);
  border-radius: 100%;
  background-color: rgba(192, 192, 211, 0.2);
}

.background-load-top {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: auto;
  z-index: 25;
  display: none;
  height: 50%;
  background-color: #fff;
}

.about-images {
  position: relative;
  z-index: 10;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  margin-left: 80px;
}

.about-intro {
  display: -ms-grid;
  display: grid;
  max-width: 600px;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  grid-auto-columns: 1fr;
  grid-column-gap: 16px;
  grid-row-gap: 35px;
  -ms-grid-columns: 2.5fr;
  grid-template-columns: 2.5fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.body-display-3 {
  width: 95%;
  margin-top: 10px;
  margin-bottom: 0px;
  color: #802280;
  font-size: 18px;
  line-height: 1.5em;
  font-weight: 600;
  text-align: left;
  text-decoration: none;
}

.body-display-3.header {
  color: #494949;
  font-size: 18px;
  line-height: 1.4em;
}

.body-display-3.ansofy-underline-text {
  margin-bottom: 50px;
}

.body-display-3.ansofy-underline-text.sign {
  margin-bottom: 10px;
}

.body-display-3.ansofy-underline-text.sign.disc {
  font-family: Poppins, sans-serif;
  font-size: 18px;
  line-height: 1.4em;
}

.body-display-3.third {
  margin-bottom: 50px;
}

.body-display-3.third.diec {
  font-family: Poppins, sans-serif;
  color: #414141;
  font-size: 17px;
  font-weight: 400;
}

.body-display-3.check-more {
  margin-right: 10px;
  padding-left: 15px;
  border-left: 2px solid #e2065d;
  font-family: Poppins, sans-serif;
  color: #494949;
  font-size: 16px;
  font-weight: 400;
}

.body-display-3.disc {
  margin-bottom: 50px;
  color: #494949;
  font-weight: 400;
}

.body-display-3.disc.thereasa-praghraph {
  font-size: 16px;
}

.body-display-3.ee {
  font-family: Poppins, sans-serif;
  color: #414141;
  font-size: 16px;
  font-weight: 400;
}

.body-display-3.p {
  font-family: Poppins, sans-serif;
  color: #414141;
  font-size: 17px;
  font-weight: 400;
}

.body-display-3.app-page-features {
  margin-bottom: 50px;
}

.body-display-3.feature-too-app {
  margin-bottom: 50px;
}

.body-display-3.ff {
  margin-bottom: 10px;
  font-family: Poppins, sans-serif;
  color: #414141;
  font-size: 17px;
  line-height: 1.6em;
  font-weight: 400;
}

.body-display-3.pop {
  color: #e2065d;
}

.body-display-3.he {
  line-height: 1.7em;
}

.body-display-3.hide {
  display: none;
}

.about-us-section {
  overflow: hidden;
  padding: 150px 10vw 70px;
  background-color: #e9e9e9;
}

.about-us-section.app-page {
  padding-bottom: 0px;
}

.about-us-section.suu {
  padding-right: 5vw;
  padding-left: 5vw;
}

.about-image-item {
  position: relative;
  overflow: hidden;
  width: 25vw;
  height: 25vw;
  min-height: 25vw;
  min-width: 25vw;
  margin-right: -1px;
  margin-left: -1px;
  color: #fff;
  text-align: center;
  text-decoration: none;
}

.subtitle-3 {
  margin-bottom: 20px;
  padding-left: 15px;
  border-left: 2px solid #e2065d;
  font-family: Poppins, sans-serif;
  color: #494949;
  font-size: 12px;
  line-height: 1.4em;
  font-weight: 400;
  text-align: left;
  letter-spacing: 3px;
  text-transform: uppercase;
}

.subtitle-3.aboutus {
  margin-bottom: 10px;
}

.subtitle-3.aboutus.feature {
  position: absolute;
  left: 0%;
  top: -20%;
  right: 0%;
  bottom: auto;
  margin-bottom: 0px;
  padding-top: 0px;
}

.subtitle-3.aboutus.feature.video {
  left: 5vw;
  top: 0px;
  width: auto;
  height: auto;
  background-image: none;
  color: #707070;
}

.subtitle-3.aboutus.feature.video.in-testerag {
  margin-top: 50px;
}

.subtitle-3.aboutus.feature._50 {
  margin-bottom: 20px;
}

.team-background-image {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  background-image: url('../images/Family001.jpeg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.team-background-image.three {
  background-image: url('../images/Family004.jpeg');
}

.team-background-image.two {
  background-image: url('../images/Family003.jpeg');
}

.team-background-image.five {
  background-image: url('../images/Family0012.jpeg');
}

.team-background-image.four {
  background-image: url('../images/Family005.jpeg');
}

.team-background-image.six {
  background-image: url('../images/Family007.jpeg');
}

.team-image-lightbox {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  width: 100%;
  height: 100%;
  padding: 36px;
  -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;
}

.stacked-paragraphs {
  display: -ms-grid;
  display: grid;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  grid-auto-columns: 1fr;
  grid-column-gap: 16px;
  grid-row-gap: 18px;
  -ms-grid-columns: 1fr;
  grid-template-columns: 1fr;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
  color: #707070;
  line-height: 12px;
}

.about-images-wrapper {
  position: relative;
  overflow: hidden;
}

.about-wrapper {
  position: relative;
  z-index: 10;
  display: -ms-grid;
  display: grid;
  padding-top: 140px;
  padding-bottom: 50px;
  padding-left: 0px;
  grid-auto-flow: row;
  grid-auto-columns: 1fr;
  grid-column-gap: 100px;
  grid-row-gap: 14px;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.grey-cover {
  position: relative;
  overflow: hidden;
  margin-left: 0px;
  background-color: rgba(247, 248, 252, 0);
}

.heading-6 {
  font-family: 'Open Sans', sans-serif;
  color: #494949;
  line-height: 1.2em;
  font-weight: 600;
}

.text-span-5 {
  font-family: Poppins, sans-serif;
  color: #e2065d;
  font-weight: 400;
}

.featured-journal-wrapper {
  position: relative;
  z-index: 10;
  display: -ms-grid;
  display: grid;
  min-height: 400px;
  margin-top: -60px;
  margin-bottom: 60px;
  margin-left: 80px;
  padding: 36px 36px 0px;
  grid-auto-columns: 1fr;
  grid-column-gap: 48px;
  grid-row-gap: 60px;
  -ms-grid-columns: 1fr 0.75fr;
  grid-template-columns: 1fr 0.75fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
  border-radius: 5px;
  background-color: #fff;
  box-shadow: none;
}

.large-journal-item {
  height: 100%;
}

.large-journal-list {
  height: 100%;
}

.horizontal-line-3 {
  height: 1px;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  background-color: rgba(192, 192, 211, 0.2);
}

.recent-journal-list {
  display: -ms-grid;
  display: grid;
  grid-auto-columns: 1fr;
  grid-column-gap: 16px;
  grid-row-gap: 12px;
  -ms-grid-columns: 1fr;
  grid-template-columns: 1fr;
  -ms-grid-rows: auto auto auto auto;
  grid-template-rows: auto auto auto auto;
}

.section-8 {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 140px 0vw;
  -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-8.no-top-padding {
  padding-top: 0px;
}

.journal-right-wrapper {
  display: -ms-grid;
  display: grid;
  grid-auto-columns: 1fr;
  grid-column-gap: 16px;
  grid-row-gap: 24px;
  -ms-grid-columns: 1fr;
  grid-template-columns: 1fr;
  -ms-grid-rows: auto 1fr;
  grid-template-rows: auto 1fr;
}

.subtitle-intro-wrapper {
  position: relative;
  z-index: 10;
  display: -ms-grid;
  display: grid;
  grid-auto-columns: auto;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  -ms-grid-columns: auto 1fr;
  grid-template-columns: auto 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.margin-0 {
  margin-top: 0px;
  margin-bottom: 10px;
  font-family: Poppins, sans-serif;
  color: #392151;
  font-size: 19px;
  line-height: 1.7em;
  font-weight: 400;
  text-align: left;
}

.icon-image-wrapper.margin-s {
  display: block;
  height: auto;
  margin-top: 17px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  grid-auto-columns: 1fr;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
}

.icon-image-wrapper.margin-s.more {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 15px;
  -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;
  border-radius: 7px;
  background-color: #d8d8d8;
  -webkit-transition: all 600ms ease;
  transition: all 600ms ease;
  color: #ebebeb;
}

.icon-image-wrapper.margin-s.more:hover {
  background-color: #f1f1f1;
  -webkit-transform: scale(1.04);
  -ms-transform: scale(1.04);
  transform: scale(1.04);
}

.icon-image-wrapper.margin-s.more.register {
  width: 300px;
}

.icon-image-wrapper.margin-s.more.hide {
  display: none;
}

.benefits-wrapper-2 {
  -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;
}

._4-col-grid {
  margin-bottom: 0px;
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  -ms-grid-columns: 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.circle-blur-bottom-right-2 {
  position: absolute;
  left: auto;
  top: auto;
  right: 0%;
  bottom: -15%;
  z-index: -1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 440px;
  height: 440px;
  -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-align-self: center;
  -ms-flex-item-align: center;
  align-self: center;
  border-radius: 500px;
  background-image: linear-gradient(132deg, #ff7448 26%, #ff4848 51%, #6248ff 75%);
  -webkit-filter: blur(100px);
  filter: blur(100px);
}

.circle-blur-bottom-right-2.safari {
  bottom: 0%;
  border-radius: 0px;
  background-image: url('../images/Green1.png');
  background-position: 0px 0px;
  background-size: auto;
  opacity: 0.97;
  -webkit-filter: none;
  filter: none;
}

.container-4 {
  position: relative;
  z-index: 2;
  display: block;
  width: 90%;
  max-width: 1360px;
  margin-right: auto;
  margin-bottom: 100px;
  margin-left: auto;
}

.container-4.centred {
  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: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.section-9 {
  position: relative;
  padding-top: 120px;
  padding-bottom: 120px;
  -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;
}

.section-9.grain {
  background-image: url('../images/Grain_Latest.png');
  background-position: 0px 0px;
  background-size: 300px 300px;
}

.section-9.grain.padding-top-40 {
  padding: 70px 5vw 100px;
  background-color: #e7e7e7;
  background-image: none;
}

.section-9.grain.padding-top-40.no {
  padding: 100px 0vw;
}

.section-9.grain.padding-top-40.no.home {
  padding-right: 5vw;
  padding-left: 5vw;
}

.section-9.grain.padding-top-40.no.home.oo.mm {
  padding-bottom: 50px;
}

.benefits-icon {
  width: 25px;
  height: 25px;
  margin-right: 0px;
  margin-bottom: 16px;
  opacity: 0.86;
}

.benefits-icon.icon {
  height: auto;
  min-height: 0px;
  min-width: 0px;
  background-color: rgba(243, 246, 252, 0);
  opacity: 1;
}

.benefits-icon.choise {
  opacity: 1;
  -webkit-filter: saturate(200%) grayscale(100%);
  filter: saturate(200%) grayscale(100%);
}

.center-div {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  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;
  text-align: center;
}

.center-div.max-800w {
  max-width: 800px;
}

.center-div.max-800w.margin-xl {
  max-width: none;
  margin-bottom: 0px;
  padding: 45px;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  border-radius: 7px;
  background-color: #c9c9c9;
  background-image: url('../images/PEOPLE.png');
  background-position: 100% 50%;
  background-size: contain;
  background-repeat: no-repeat;
  text-align: left;
}

.heading-2-small {
  margin-bottom: 30px;
  font-family: 'Open Sans', sans-serif;
  color: #0d0d0d;
  font-size: 40px;
  line-height: 1.1em;
  font-weight: 400;
}

.heading-2-small.registeration {
  font-family: Poppins, sans-serif;
  font-size: 40px;
}

.with-underline {
  display: inline-block;
  padding: 4px 2px 8px;
  background-image: url('../images/underline.svg');
  background-position: 50% 130%;
  background-size: contain;
  background-repeat: no-repeat;
  color: #e2065d;
}

.paragraph-m {
  font-size: 20px;
  letter-spacing: -0.4px;
}

.paragraph-m.max-640w {
  max-width: 640px;
}

.paragraph-m.text-centred {
  margin-bottom: 24px;
}

.paragraph-m.text-centred.margin-l {
  margin-bottom: 40px;
}

.image-6 {
  width: 100%;
  border-radius: 15px;
}

.image-7 {
  position: static;
  left: 0px;
  top: -71px;
  bottom: 0px;
  width: 100%;
  max-width: 100vw;
  margin-bottom: 50px;
}

.fixed-cta-container {
  position: fixed;
  left: 0%;
  top: 24px;
  right: 0%;
  bottom: auto;
  z-index: 1000;
  display: none;
  width: 90%;
  max-width: 1360px;
  margin-right: auto;
  margin-left: auto;
  grid-auto-columns: 1fr;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
}

.fixed-cta {
  position: fixed;
  top: 24px;
  right: 5vw;
  z-index: 500;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 12px 20px 12px 18px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border: 2px solid #000;
  border-radius: 8px;
  background-color: #0a0a0a;
  box-shadow: 0 2px 6px 0 rgba(0, 0, 0, 0.1);
  -webkit-transition: all 400ms ease;
  transition: all 400ms ease;
  color: #fff;
  font-size: 14px;
  font-weight: 700;
  letter-spacing: 0.8px;
  text-decoration: none;
  text-transform: uppercase;
}

.fixed-cta:hover {
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.15);
  -webkit-transform: translate(0px, -2px);
  -ms-transform: translate(0px, -2px);
  transform: translate(0px, -2px);
}

.fixed-cta.migration {
  left: auto;
  top: auto;
  right: 2.6vw;
  bottom: 2vw;
  padding: 10px 12px;
  border-style: none;
  border-radius: 15px;
  background-color: #0d0d0d;
}

.fixed-cta.migration.second {
  right: 2.6vw;
  bottom: 6.3vw;
  padding: 10px 12px;
}

.fixed-cta.migration.second.ipad-hidden {
  position: fixed;
  right: 3vw;
  bottom: 11.1vw;
  z-index: 99999;
  clear: none;
}

.fixed-cta.migration.second.ipad-hidden.privace {
  right: 3vw;
  bottom: 2.6vw;
}

.fixed-cta.migration.second.ipad-hidden.term {
  right: 3vw;
  bottom: 6.9vw;
}

.fixed-cta.migration.second.ipad-hidden.android {
  bottom: 6.6vw;
}

.fixed-cta.migration.second.ipad-hidden.gpdr {
  right: 2.9vw;
  bottom: 15.3vw;
}

.fixed-cta.migration.second.ipad-hidden.gpdr.w--current {
  right: 3vw;
}

.fixed-cta.migration.second.android-delete {
  display: none;
}

.fixed-cta.migration.apple-hidden {
  display: none;
}

.text-block-7 {
  font-size: 12px;
  font-weight: 600;
}

.bold-text-5 {
  font-family: Poppins, sans-serif;
  color: #414141;
  font-size: 17px;
  line-height: 1.6em;
  font-weight: 400;
  text-decoration: none;
}

.bold-text-5.header-in-hero-section {
  font-family: Poppins, sans-serif;
  color: #e9e9e9;
  font-size: 20px;
  line-height: 0.7em;
  font-weight: 400;
}

.bold-text-5.cookies-btn {
  color: #ebebeb;
  font-size: 11px;
}

.bold-text-5.pharaghraph {
  color: #802280;
  font-weight: 400;
}

.bold-text-5.hd {
  color: #414141;
  font-size: 17px;
  font-weight: 400;
}

.mask {
  border-radius: 0px;
}

.faq-block {
  margin-bottom: -2px;
  padding: 24px 0px;
  border-style: solid none;
  border-width: 2px;
  border-color: #161616;
}

.faq-wrapper {
  width: auto;
  max-width: 720px;
  border-top: 2px none #161616;
}

.margin-2 {
  margin-top: 0px;
  margin-bottom: 0px;
}

.button-4 {
  padding: 16px 32px;
  border: 2px solid #000;
  border-radius: 8px;
  background-color: #000;
  -webkit-transition: all 400ms ease;
  transition: all 400ms ease;
  color: #fff;
  font-size: 16px;
  font-weight: 700;
  letter-spacing: 0.8px;
  text-transform: uppercase;
}

.button-4:hover {
  background-color: #161616;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.15);
  -webkit-transform: translate(0px, -2px);
  -ms-transform: translate(0px, -2px);
  transform: translate(0px, -2px);
}

.button-4.secondary {
  background-color: #fff;
  color: #000;
}

.button-4.secondary:hover {
  background-color: rgba(0, 0, 0, 0.15);
}

.button-4.secondary.small {
  padding: 12px 24px;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  font-size: 14px;
  text-align: center;
  text-decoration: none;
}

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

.button-4.button-white.small {
  padding: 12px 24px;
  font-size: 14px;
}

.button-4.button-white.small.wide-button {
  padding-right: 32px;
  padding-left: 32px;
}

.heading-2-small-2 {
  font-family: 'Open Sans', sans-serif;
  font-size: 56px;
  line-height: 64px;
  font-weight: 400;
}

.faq-bottom {
  overflow: hidden;
  -webkit-transform-origin: 50% 0%;
  -ms-transform-origin: 50% 0%;
  transform-origin: 50% 0%;
}

.faq-top {
  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;
  cursor: pointer;
}

.faq-arrow {
  width: 28px;
  margin-right: 0px;
}

.faq-answer {
  margin-top: 24px;
  margin-left: 0px;
}

.scrollwrapper {
  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;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.div-scroll-conteiner {
  position: relative;
  bottom: -40px;
  display: none;
  width: 25px;
  height: 40px;
  margin-top: 5px;
  padding-top: 10px;
  -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;
  border-style: solid;
  border-width: 1.7px;
  border-color: #ed5393;
  border-radius: 100px;
}

.div-block-3 {
  width: 5px;
  height: 5px;
  border-style: solid;
  border-width: 1px;
  border-color: #ed5393;
  border-radius: 100px;
  background-color: #ed5393;
  color: #d5fd5d;
  font-size: 12px;
}

.div-block-4 {
  padding-left: 20px;
  border-left: 3px solid #e3395e;
}

.background-video-5 {
  display: none;
  width: 100%;
  height: 450px;
}

.text-field-2 {
  height: 48px;
  border-style: solid;
  border-width: 2px;
  border-color: rgba(255, 255, 255, 0.05);
  border-radius: 8px;
  background-color: hsla(0, 0%, 100%, 0.05);
  color: #fff;
  font-size: 16px;
  line-height: 24px;
}

.text-field-2:hover {
  border-color: rgba(255, 255, 255, 0.25);
}

.text-field-2:focus {
  border-color: #fff;
  background-color: hsla(0, 0%, 100%, 0);
}

.text-field-2.margin-s {
  -webkit-transition: all 400ms ease;
  transition: all 400ms ease;
}

.margin-xs {
  margin-bottom: 12px;
}

.margin-xs._100-w {
  width: 100%;
}

.form-2 {
  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: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.form-2-col {
  width: 100%;
  grid-column-gap: 24px;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.success-message-text {
  color: #fff;
  font-size: 16px;
  line-height: 24px;
  text-align: left;
}

.error-message-2 {
  border-radius: 8px;
  color: #e01e1e;
}

.text-area {
  min-height: 120px;
  border-style: solid;
  border-width: 2px;
  border-color: rgba(255, 255, 255, 0.05);
  border-radius: 8px;
  background-color: hsla(0, 0%, 100%, 0.05);
  color: #fff;
  font-size: 16px;
  line-height: 24px;
  font-weight: 400;
}

.text-area:hover {
  border-color: rgba(255, 255, 255, 0.25);
}

.text-area:focus {
  border-color: #fff;
  background-color: hsla(0, 0%, 100%, 0);
}

.text-area.larger {
  min-height: 160px;
}

.text-area.larger.margin-l {
  padding-top: 12px;
  padding-bottom: 12px;
}

.field-label-2 {
  width: 100%;
  margin-bottom: 12px;
  color: #fff;
  letter-spacing: 0.8px;
  text-transform: uppercase;
}

.form-divider {
  width: 100%;
  height: 1px;
  margin-top: 32px;
  margin-bottom: 56px;
  background-color: hsla(0, 0%, 100%, 0.15);
}

.success-message {
  padding: 24px;
  border-radius: 16px;
  background-color: hsla(0, 0%, 100%, 0.15);
}

.text-white {
  color: #fff;
}

.div-block-14 {
  width: auto;
  margin-top: -28px;
  margin-right: 10px;
  margin-left: 0px;
}

.text-block-21 {
  position: static;
  z-index: 9999999999;
  display: block;
  margin-bottom: 10px;
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
  font-family: Exo, sans-serif;
  color: #3cc47c;
  font-size: 17px;
}

.text-block-21.first-text {
  margin-bottom: 15px;
  font-family: 'Open Sans', sans-serif;
  color: #ebebeb;
  font-size: 18px;
  text-align: left;
}

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

.html-embed {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 400px;
  margin-bottom: 15px;
  margin-left: 0px;
  padding-left: 0px;
  -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;
  color: #e2065d;
}

.div-block-15 {
  position: relative;
  left: auto;
  top: 0px;
  right: 0%;
  bottom: 0%;
  z-index: -1;
}

.background-video-6 {
  overflow: visible;
  width: 39vw;
  height: 400px;
}

.heading-2-small-3 {
  font-family: 'Open Sans', sans-serif;
  color: #802280;
  font-size: 26px;
  line-height: 1em;
  font-weight: 400;
}

.heading-2-small-3.publes {
  margin-bottom: 10px;
  color: #494949;
}

.heading-2-small-3.publes.content {
  margin-top: 0px;
  font-size: 18px;
}

.with-underline-2 {
  display: inline-block;
  padding: 4px 2px 8px;
  background-image: url('../images/underline.svg');
  background-position: 50% 115%;
  background-size: contain;
  background-repeat: no-repeat;
}

.with-underline-2.long-underline {
  background-image: url('../images/Underline_long.svg');
  background-position: 50% 100%;
  color: #e2065d;
}

.with-underline-2.long-underline.nav-app {
  width: auto;
  padding-right: 0px;
  padding-left: 0px;
  color: #e9e9e9;
  line-height: 5px;
  font-weight: 400;
}

.image-9 {
  width: 30px;
  -webkit-filter: invert(100%);
  filter: invert(100%);
}

.image-10 {
  width: 20px;
}

.image-11 {
  width: 20px;
}

.question-title {
  margin-right: 10px;
  font-family: Poppins, sans-serif;
  color: #392151;
  font-size: 16px;
  font-weight: 400;
  letter-spacing: -0.03em;
}

.faq-paragraph {
  margin-bottom: 0px;
  padding-top: 14px;
  padding-bottom: 14px;
  font-family: Poppins, sans-serif;
  color: #707070;
  font-size: 16px;
  line-height: 1.6;
  font-weight: 400;
  letter-spacing: -0.03em;
}

.title-wrap {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  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: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  color: #7b88a8;
}

.faq-wrapper-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-right: auto;
  margin-bottom: 70px;
  margin-left: auto;
  -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;
}

.faq-question-bar {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 30px;
  padding-bottom: 30px;
  -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;
  border-bottom: 1px solid rgba(0, 0, 0, 0.07);
  color: #1a1e27;
  font-size: 20px;
  line-height: 1.3;
  font-weight: 600;
  text-decoration: none;
}

.div-block-17 {
  width: 100%;
  height: 1px;
}

.faq-question-wrap {
  width: 90%;
  padding-right: 40px;
  padding-left: 40px;
  cursor: pointer;
}

.container-5 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  max-width: 1140px;
  padding-bottom: 50px;
  -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;
}

.faq-circle {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 55px;
  height: 55px;
  min-height: 55px;
  min-width: 55px;
  -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: #f3f3f3;
}

.faq-grid {
  width: 100%;
  justify-items: stretch;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-grid-columns: 0.25fr 3fr;
  grid-template-columns: 0.25fr 3fr;
}

.content-h1 {
  position: relative;
  z-index: 2;
  margin-top: 0px;
  margin-bottom: 20px;
  font-family: Poppins, sans-serif;
  color: #494949;
  font-size: 32px;
  line-height: 1.1;
  font-weight: 400;
  letter-spacing: -0.04em;
}

.faq-content {
  overflow: hidden;
}

.heading-7 {
  font-family: 'Open Sans', sans-serif;
}

.section-10 {
  padding: 100px 5vw;
}

.section-10.gdprr.ipad.hide {
  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;
}

.bold-text-7 {
  font-size: 11px;
  font-weight: 400;
}

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

.italic-text {
  font-style: normal;
}

.italic-text.ce0 {
  color: #0d0d0d;
}

.k-search-field {
  position: absolute;
  left: 6.25vw;
  top: auto;
  right: 6.25vw;
  bottom: 0%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 0px;
}

.k-input-naked {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100px;
  -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;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.k-search-bare {
  height: 100%;
  margin-bottom: 0px;
  padding-right: 0px;
  padding-left: 40px;
  border: 0px none #000;
  background-color: #1b1b1b;
  color: #fff;
}

.k-search-bare:focus {
  background-color: rgba(27, 27, 27, 0.9);
}

.k-search-bare::-webkit-input-placeholder {
  color: #fff;
}

.k-search-bare:-ms-input-placeholder {
  color: #fff;
}

.k-search-bare::-ms-input-placeholder {
  color: #fff;
}

.k-search-bare::placeholder {
  color: #fff;
}

.k-search-btn-wrapper {
  position: absolute;
  left: auto;
  top: 0%;
  right: 0%;
  bottom: 0%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 104px;
  padding-right: 40px;
  -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;
}

.k-search-btn {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  width: 100%;
  background-color: transparent;
}

.k-search-icon {
  width: 24px;
  height: 24px;
}

.div-block-18 {
  position: absolute;
  left: auto;
  top: auto;
  right: 5vw;
  bottom: 0vh;
  z-index: 100;
  width: auto;
  height: 50px;
  border-top-left-radius: 7px;
  border-top-right-radius: 7px;
  background-color: rgba(20, 20, 20, 0);
}

.fly-out-button-2 {
  position: relative;
  z-index: 20;
  display: -ms-grid;
  display: grid;
  overflow: hidden;
  width: 33.33%;
  height: 48px;
  max-height: 48px;
  max-width: 33.33%;
  padding: 0px 5vw 0px 0px;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  grid-auto-columns: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 16px;
  -ms-grid-columns: 5vw 1fr;
  grid-template-columns: 5vw 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
  border-top: 1px none hsla(0, 0%, 100%, 0.12);
  background-color: #f3f6fc;
  white-space: nowrap;
  cursor: pointer;
}

.fly-out-button-2.off-click {
  z-index: 50;
  width: 100%;
  max-width: 100%;
}

.fly-out-button-2.on-click {
  position: fixed;
  left: 0%;
  top: auto;
  right: 0%;
  bottom: 2vh;
  z-index: 1000;
  width: 5vw;
  max-width: 30vw;
  padding-right: 2vw;
  border-left: 3px solid #e2065d;
  border-top-right-radius: 7px;
  border-bottom-right-radius: 7px;
  background-color: #392151;
  -webkit-transition: width 200ms ease-in-out;
  transition: width 200ms ease-in-out;
}

.projects-lottie-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 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;
}

.project-search-collection-item-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  width: 100%;
  border-bottom: 1px solid #e2e7f1;
}

.project-search-collection-item-2:first-child {
  border-top: 1px solid #e2e7f1;
}

.project-search-collection-item-2:last-child {
  border-bottom-style: none;
}

.project-discovery-cover-2 {
  z-index: 10;
  width: 100%;
  background-color: #f3f6fc;
}

.grid-wrapper-3 {
  position: relative;
  z-index: 5;
  display: -ms-grid;
  display: grid;
  width: 100%;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  justify-items: start;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -webkit-align-content: space-between;
  -ms-flex-line-pack: justify;
  align-content: space-between;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  grid-auto-flow: row;
  grid-auto-columns: minmax(5vw, 1fr);
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  -ms-grid-columns: minmax(5vw, 1fr) minmax(auto, 1400px) minmax(5vw, 1fr);
  grid-template-columns: minmax(5vw, 1fr) minmax(auto, 1400px) minmax(5vw, 1fr);
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.grid-wrapper-3.projects-search {
  position: absolute;
  left: 0px;
  right: auto;
  z-index: 1000;
  overflow: hidden;
  width: 100vw;
  height: 100vh;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
}

.grid-wrapper-3.fixed {
  z-index: 25;
  max-height: 0px;
  -webkit-box-align: end;
  -webkit-align-items: end;
  -ms-flex-align: end;
  align-items: end;
  -webkit-align-content: end;
  -ms-flex-line-pack: end;
  align-content: end;
}

.grid-wrapper-3.fixed.be-our-tester {
  display: none;
}

.image-12 {
  width: 50%;
  height: auto;
  padding: 3px;
  border-radius: 20px;
  background-color: #f3f6fc;
}

.html-embed-2 {
  width: 30%;
}

.html-embed-3 {
  position: -webkit-sticky;
  position: sticky;
  width: auto;
  height: 100%;
  padding: 20px;
}

.html-embed-3.mobile {
  display: none;
}

.grid-wrapper-4 {
  position: relative;
  z-index: 10;
  display: -ms-grid;
  display: grid;
  width: 100%;
  padding-bottom: 50px;
  grid-auto-columns: 1fr;
  grid-auto-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  -ms-grid-columns: minmax(5vw, 1fr) minmax(auto, 1400px) minmax(5vw, 1fr);
  grid-template-columns: minmax(5vw, 1fr) minmax(auto, 1400px) minmax(5vw, 1fr);
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.section-11 {
  position: relative;
  padding-top: 140px;
  padding-bottom: 140px;
}

.section-11.no-top-padding {
  padding-top: 0px;
}

.section-11.no-top-padding.grey {
  background-color: #e7e7e7;
}

.section-11.no-top-padding.grey {
  padding-top: 50px;
  padding-bottom: 50px;
  background-color: #e9e9e9;
}

.section-11.no-top-padding.grey.app-page {
  margin-top: 0px;
  background-color: #ddd;
}

.section-11.no-padding {
  padding-top: 0px;
  padding-bottom: 0px;
}

.section-11.no-padding.grey {
  z-index: 500;
  padding-left: 5vw;
  background-color: #e7e7e7;
}

.section-11.no-padding.grey.in-app.desk {
  background-color: #ddd;
}

.section-11.no-padding.grey.in-tet {
  padding-top: 50px;
  background-color: #e2e2e2;
}

.number-item {
  position: relative;
  display: -ms-grid;
  display: grid;
  height: 200px;
  margin-right: 5px;
  padding: 24px 36px;
  justify-items: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-content: center;
  -ms-flex-line-pack: center;
  align-content: center;
  grid-auto-columns: 1fr;
  grid-column-gap: 16px;
  grid-row-gap: 160px;
  -ms-grid-columns: 1fr;
  grid-template-columns: 1fr;
  -ms-grid-rows: 150px;
  grid-template-rows: 150px;
  border-radius: 7px;
  background-color: #fafafa;
  -webkit-transition: box-shadow 400ms cubic-bezier(.25, .46, .45, .94);
  transition: box-shadow 400ms cubic-bezier(.25, .46, .45, .94);
}

.number-item:hover {
  z-index: 1;
  box-shadow: 0 12px 36px -8px rgba(41, 43, 78, 0.07);
}

.number-info {
  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-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;
  grid-auto-columns: 1fr;
  -ms-grid-columns: auto 1fr;
  grid-template-columns: auto 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
  text-align: right;
}

.benefits-row {
  display: -ms-grid;
  display: grid;
  grid-auto-flow: row;
  grid-auto-columns: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 16px;
  -ms-grid-columns: 1fr 1px 1fr 1px 1fr 1px 1fr;
  grid-template-columns: 1fr 1px 1fr 1px 1fr 1px 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
  border-style: solid;
  border-width: 1.5px;
  border-color: rgba(136, 158, 168, 0.2);
}

.subtitle-4 {
  font-family: Poppins, sans-serif;
  color: rgba(98, 109, 134, 0.72);
  font-size: 11px;
  letter-spacing: 3px;
  text-transform: uppercase;
}

.subtitle-4.light {
  color: rgba(255, 255, 255, 0.8);
}

.verticle-line {
  position: relative;
  height: 100%;
  background-color: rgba(136, 158, 168, 0.2);
}

.top-grey-cover {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: auto;
  height: 100%;
  background-color: #e9e9e9;
}

.hover-circle {
  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;
}

.skew-background {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  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;
}

.instagram-footer {
  position: relative;
  z-index: 10;
  min-height: 200px;
  padding-top: 50px;
}

.outline-hover-circle {
  position: relative;
  z-index: 10;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100px;
  height: 100px;
  -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: #414141;
  border-radius: 100%;
}

.hover-line {
  position: absolute;
  left: 0%;
  top: auto;
  right: 0%;
  bottom: -1px;
  overflow: hidden;
  height: 1px;
}

.hover-circle-wrapper {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-height: 100%;
  max-width: 100%;
  padding: 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: 7px;
}

.background {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  background-image: url('../images/033.jpeg');
  background-position: 50% 35%;
  background-size: cover;
}

.background.instagram-four {
  background-image: url('../images/unnamed.jpeg');
}

.background.instagram-two {
  background-image: url('../images/016.jpeg');
}

.background.instagram-three {
  background-image: url('../images/1564046836824.jpeg');
}

.background.instagram-one {
  background-image: none;
}

.background.action-background {
  border-radius: 10px;
  background-image: url('../images/play24x242x.svg');
}

.slider-arrow-icon {
  width: 25px;
  opacity: 1;
}

.slider-arrow-icon.inst {
  -webkit-filter: none;
  filter: none;
}

.slider-arrow-icon.twiter {
  width: 25px;
  -webkit-filter: invert(100%);
  filter: invert(100%);
}

.instagram-intro {
  display: -ms-grid;
  display: grid;
  padding-bottom: 24px;
  -webkit-align-content: space-between;
  -ms-flex-line-pack: justify;
  align-content: space-between;
  grid-auto-columns: 1fr;
  grid-column-gap: 16px;
  grid-row-gap: 24px;
  -ms-grid-columns: 1fr;
  grid-template-columns: 1fr;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
}

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

.overlay-2 {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  background-color: rgba(10, 16, 29, 0);
}

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

.hover-line-fill {
  width: 100%;
  height: 100%;
  background-color: #a3acc2;
}

.underline-link {
  position: relative;
  padding-bottom: 6px;
  padding-left: 0px;
  border-bottom: 1px solid hsla(0, 0%, 100%, 0.8);
  color: #fff;
  font-size: 9px;
  letter-spacing: 3px;
  text-decoration: none;
  text-transform: uppercase;
}

.underline-link.dark {
  border-bottom-color: rgba(136, 158, 168, 0.2);
  color: #626d86;
}

.instagram {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  height: 16vw;
  max-height: 425px;
  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;
  border-radius: 7px;
}

.instagram-feed {
  display: -ms-grid;
  display: grid;
  grid-auto-columns: 1fr;
  grid-column-gap: 60px;
  grid-row-gap: 18px;
  -ms-grid-columns: auto 1fr;
  grid-template-columns: auto 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.slider-bottom {
  position: relative;
  z-index: 25;
  padding-bottom: 80px;
}

.hero-bottom {
  position: relative;
  z-index: 10;
  display: -ms-grid;
  display: grid;
  grid-auto-columns: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 16px;
  -ms-grid-columns: auto 1fr;
  grid-template-columns: auto 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.scroll-wrapper {
  position: relative;
  bottom: -66px;
  z-index: 25;
  display: -ms-grid;
  display: grid;
  width: 1px;
  padding-top: 12px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  justify-items: center;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -webkit-align-content: space-between;
  -ms-flex-line-pack: justify;
  align-content: space-between;
  grid-auto-columns: 1fr;
  grid-column-gap: 16px;
  grid-row-gap: 30px;
  -ms-grid-columns: 1fr;
  grid-template-columns: 1fr;
  -ms-grid-rows: auto 1fr;
  grid-template-rows: auto 1fr;
  color: #fff;
}

.rotate-text-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 12px;
  -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-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
  font-family: Poppins, sans-serif;
  font-size: 9px;
  letter-spacing: 3px;
  text-transform: uppercase;
}

.scroll-line {
  width: 1px;
  background-color: hsla(0, 0%, 100%, 0.2);
}

.about-hero-bottom {
  position: relative;
  min-height: 140px;
}

.overlay-3 {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  border-radius: 7px;
  background-color: #3a2151;
}

.background-wrapper {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  overflow: hidden;
  border-radius: 10px;
}

.outline-button {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  min-height: 42px;
  padding: 16px 32px;
  -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(136, 158, 168, 0.2);
  border-radius: 100px;
  -webkit-transition: background-color 500ms cubic-bezier(.25, .46, .45, .94);
  transition: background-color 500ms cubic-bezier(.25, .46, .45, .94);
  color: #000;
  font-size: 9px;
  line-height: 1.35em;
  letter-spacing: 3px;
  text-decoration: none;
  text-transform: uppercase;
}

.outline-button.light {
  border-color: rgba(255, 255, 255, 0.2);
  background-color: hsla(0, 0%, 100%, 0);
  color: #fff;
}

.grid-wrapper-5 {
  position: relative;
  z-index: 10;
  display: -ms-grid;
  display: grid;
  width: 100%;
  padding-top: 50px;
  padding-bottom: 50px;
  grid-auto-columns: 1fr;
  grid-auto-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  -ms-grid-columns: minmax(5vw, 1fr) minmax(auto, 1400px) minmax(5vw, 1fr);
  grid-template-columns: minmax(5vw, 1fr) minmax(auto, 1400px) minmax(5vw, 1fr);
  -ms-grid-rows: auto;
  grid-template-rows: auto;
  border-radius: 7px;
}

.grid-wrapper-5.first-pg {
  margin-bottom: 50px;
  padding-bottom: 50px;
  -ms-grid-columns: minmax(5vw, 1fr) minmax(auto, 1400px);
  grid-template-columns: minmax(5vw, 1fr) minmax(auto, 1400px);
}

.grey-cover-2 {
  position: absolute;
  left: 0%;
  top: auto;
  right: 0%;
  bottom: 0%;
  height: 50%;
  background-color: #eef0f6;
}

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

.showreel-info {
  position: relative;
  z-index: 10;
  display: -ms-grid;
  display: grid;
  width: 100%;
  max-width: none;
  padding-top: 0px;
  padding-bottom: 0px;
  -webkit-align-content: center;
  -ms-flex-line-pack: center;
  align-content: center;
  grid-auto-columns: 1fr;
  grid-column-gap: 16px;
  grid-row-gap: 36px;
  -ms-grid-columns: 1fr;
  grid-template-columns: 1fr;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
  color: #fff;
}

.action-banner {
  position: relative;
  overflow: hidden;
  min-height: 400px;
  border-radius: 10px;
}

.grid-wrapper-6 {
  position: relative;
  z-index: 10;
  display: -ms-grid;
  display: grid;
  width: 100%;
  grid-auto-columns: 1fr;
  grid-auto-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  -ms-grid-columns: minmax(5vw, 1fr) minmax(auto, 1400px) minmax(5vw, 1fr);
  grid-template-columns: minmax(5vw, 1fr) minmax(auto, 1400px) minmax(5vw, 1fr);
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.grid-wrapper-6.app-page {
  margin-top: 0px;
}

.projects {
  position: relative;
  z-index: 10;
  display: -ms-grid;
  display: grid;
  margin-top: -80px;
  padding: 0px;
  grid-auto-columns: 1fr;
  grid-column-gap: 16px;
  grid-row-gap: 48px;
  -ms-grid-columns: 1fr;
  grid-template-columns: 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
  background-color: #fff;
}

.project-grid {
  position: relative;
  display: -ms-grid;
  display: grid;
  width: 100%;
  padding-top: 48px;
  padding-bottom: 60px;
  padding-left: 48px;
  grid-auto-columns: 1fr;
  grid-auto-rows: 1fr;
  grid-column-gap: 48px;
  grid-row-gap: 48px;
  -ms-grid-columns: 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr;
  -ms-grid-rows: 1fr;
  grid-template-rows: 1fr;
}

.light-fill {
  width: 100%;
  margin-top: -80px;
  background-color: #fff;
}

.social-dropdown-list.w--open {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  padding-top: 30px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  background-color: transparent;
}

.social-drop-wrapper {
  position: relative;
  display: -ms-grid;
  display: grid;
  padding: 6px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  justify-items: center;
  grid-auto-flow: column;
  grid-auto-columns: 1fr;
  grid-column-gap: 6px;
  grid-row-gap: 16px;
  -ms-grid-columns: 1fr;
  grid-template-columns: 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
  border-style: none;
  border-width: 1px;
  border-color: rgba(136, 158, 168, 0.2);
  border-radius: 100px;
  background-color: #fff;
  box-shadow: 0 12px 36px -8px rgba(41, 43, 78, 0.12);
}

.outline-social-icon {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 32px;
  height: 32px;
  padding: 9px;
  -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(136, 158, 168, 0.2);
  border-radius: 100%;
}

.outline-social-icon.large {
  width: 34px;
  height: 34px;
}

.social-circle {
  position: relative;
  width: 36px;
  height: 36px;
  border-style: none;
  border-width: 1px;
  border-color: rgba(136, 158, 168, 0.2);
  border-radius: 100%;
  cursor: pointer;
}

.nav-button {
  overflow: hidden;
  padding: 12px 32px;
  border-radius: 100px;
  background-color: #000;
  color: #fff;
  font-size: 9px;
  letter-spacing: 3px;
  text-decoration: none;
  text-transform: uppercase;
}

.dropdown-corner {
  position: absolute;
  left: auto;
  top: -5px;
  right: auto;
  bottom: auto;
  width: 12px;
  height: 12px;
  background-color: #fff;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}

.nav-right {
  position: relative;
  z-index: 10;
  display: -ms-grid;
  display: grid;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  grid-auto-flow: column;
  grid-auto-columns: 1fr;
  grid-column-gap: 24px;
  grid-row-gap: 16px;
  -ms-grid-columns: auto;
  grid-template-columns: auto;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.social-toggle {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  padding: 9px;
  -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(136, 158, 168, 0.2);
  border-radius: 100%;
  -webkit-filter: invert(100%);
  filter: invert(100%);
}

.div-block-19 {
  position: relative;
  -o-object-fit: fill;
  object-fit: fill;
}

.heading-8 {
  font-family: Poppins, sans-serif;
  font-size: 35px;
  font-weight: 400;
}

.text-span-7 {
  color: #e9e9e9;
  font-size: 50px;
}

.heading-9 {
  font-family: Poppins, sans-serif;
  font-weight: 400;
}

.text-block-22 {
  font-family: Poppins, sans-serif;
  color: #707070;
  font-size: 12px;
}

.k-img-overlay {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  background-color: #e2065d;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#e3395e), to(#812a7f));
  background-image: linear-gradient(180deg, #e3395e, #812a7f);
  -webkit-transform: translate(0px, 100%);
  -ms-transform: translate(0px, 100%);
  transform: translate(0px, 100%);
}

.k-para-wrap {
  position: static;
  overflow: visible;
  padding-right: 0px;
}

.k-collection-img-wrap {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  height: 50vw;
  max-height: 70vh;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  grid-auto-columns: 1fr;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
}

.k-collection-cl {
  width: 100%;
  grid-auto-columns: 1fr;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  -ms-grid-columns: 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.text-uppercase {
  color: #707070;
  font-size: 12px;
  font-weight: 700;
  text-transform: uppercase;
}

.text-uppercase.k-text-gray-2.rotated-text {
  color: #494949;
  font-size: 38px;
  line-height: 1em;
  font-weight: 300;
}

.k-slide-cover-img {
  position: absolute;
  left: 0%;
  top: auto;
  right: 0%;
  bottom: 0%;
  display: block;
  width: 60%;
  height: auto;
  background-color: transparent;
  -o-object-fit: fill;
  object-fit: fill;
}

.k-section-header {
  margin-bottom: 7vw;
}

.k-section-header.k-s-header--pair {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 0vw;
  -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;
}

.k-section-header.k-s-header--pair.ss {
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.k-section-header.k-s-header--pair.first {
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.k-exclusive-label {
  position: relative;
  margin-right: -36px;
  -webkit-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  transform: rotate(-90deg);
  text-align: center;
}

.section-12 {
  max-width: 1920px;
  margin-right: auto;
  margin-left: auto;
}

.section-12.section--spaced-1 {
  padding-top: 10vw;
  background-color: #e7e7e7;
}

.section-12.section--spaced-1.dection-2 {
  padding-top: 0vw;
  padding-bottom: 50px;
  background-color: #e9e9e9;
}

.section-12.section--spaced-1.dection-2.homei {
  padding-top: 100px;
}

.k-season-clw {
  width: 100%;
}

.k-d-flex-row {
  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;
}

.heading-2-wrapper {
  position: relative;
  overflow: hidden;
  max-width: 50em;
}

.heading-2-wrapper.heading-space-2 {
  margin-bottom: 1.6em;
}

.k-para-1 {
  font-size: 1.1em;
}

.k-para-1.k-text-gray-1 {
  display: block;
  font-family: Poppins, sans-serif;
  color: #494949;
  line-height: 1.4em;
}

.k-container-1 {
  width: 100%;
  margin-right: auto;
  margin-bottom: 0px;
  margin-left: auto;
  padding-right: 5vw;
  padding-left: 5vw;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.k-heading-line {
  width: 10em;
  height: 2px;
  background-color: rgba(27, 27, 27, 0.2);
}

.k-s__block {
  width: 50%;
  max-width: 50%;
}

.k-s__block.k-s--space-r-1 {
  padding-left: 5vw;
}

.k-s__block.k-s--space-r-1.second {
  padding-right: 0vw;
}

.k-s__block.what {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  max-width: none;
  padding-top: 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;
}

.k-half-col {
  width: 50%;
}

.k-half-col.k-pr-1 {
  width: 100%;
  padding-right: 0vw;
}

.k-text-overlay {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  background-color: #e3e3e3;
  -webkit-transform: translate(100%, 0px);
  -ms-transform: translate(100%, 0px);
  transform: translate(100%, 0px);
}

.k-label-overlay {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  background-color: #fff;
  -webkit-transform: translate(0%, -100%);
  -ms-transform: translate(0%, -100%);
  transform: translate(0%, -100%);
}

.benefits-row-2 {
  display: -ms-grid;
  display: grid;
  grid-auto-flow: row;
  grid-auto-columns: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 16px;
  -ms-grid-columns: 1fr 1px 1fr 1px 1fr 1px 1fr;
  grid-template-columns: 1fr 1px 1fr 1px 1fr 1px 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
  border-style: solid;
  border-width: 1px;
  border-color: rgba(136, 158, 168, 0.2);
  border-radius: 7px;
}

.heading-10 {
  font-family: 'Open Sans', sans-serif;
  color: #494949;
  font-weight: 400;
}

.heading-10.vision {
  font-family: Poppins, sans-serif;
  color: #e3395e;
  font-size: 25px;
  font-weight: 400;
}

.heading-10.vision.what-more {
  font-size: 26px;
}

.heading-11 {
  font-family: Poppins, sans-serif;
  color: #802280;
  font-size: 50px;
  font-weight: 400;
}

.heading-12 {
  font-family: Poppins, sans-serif;
  color: #802280;
  font-size: 50px;
  font-weight: 400;
}

.heading-13 {
  font-family: Poppins, sans-serif;
  color: #802280;
  font-size: 50px;
  font-weight: 400;
}

.heading-14 {
  font-family: Poppins, sans-serif;
  color: #802280;
  font-size: 50px;
  font-weight: 400;
  text-align: center;
}

.text-block-23 {
  font-family: Poppins, sans-serif;
  color: #494949;
  font-size: 16px;
}

.text-block-24 {
  font-family: Poppins, sans-serif;
  color: #494949;
  font-size: 16px;
  text-align: center;
}

.text-block-25 {
  font-family: Poppins, sans-serif;
  color: #494949;
  font-size: 16px;
  text-align: left;
}

.text-block-26 {
  font-family: Poppins, sans-serif;
  color: #494949;
  font-size: 16px;
  font-weight: 400;
  text-align: left;
}

.solid-button {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  margin-right: 0px;
  margin-left: 0px;
  padding: 16px 32px;
  -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: none;
  border-radius: 100px;
  background-color: #000;
  color: #fff;
  font-size: 9px;
  line-height: 1.35em;
  letter-spacing: 3px;
  text-decoration: none;
  text-transform: uppercase;
}

.sticky-intro {
  position: -webkit-sticky;
  position: sticky;
  top: 118px;
  display: -ms-grid;
  display: grid;
  grid-auto-columns: 1fr;
  grid-column-gap: 16px;
  grid-row-gap: 36px;
  -ms-grid-columns: 1fr;
  grid-template-columns: 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.body-display-4 {
  color: #626d86;
  font-size: 17px;
  line-height: 1.6em;
}

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

.medium-stacked-intro {
  display: -ms-grid;
  display: grid;
  max-width: 475px;
  grid-auto-columns: 1fr;
  grid-column-gap: 16px;
  grid-row-gap: 36px;
  -ms-grid-columns: 1fr;
  grid-template-columns: 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.left-line {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 60px;
  height: 2px;
  background-color: #d7dfeb;
}

.line-fill {
  width: 40%;
  height: 100%;
  background-color: #a3acc2;
}

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

.list-grid {
  display: -ms-grid;
  display: grid;
  -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;
  grid-auto-columns: 1fr;
  grid-auto-rows: 1fr;
  grid-column-gap: 16px;
  grid-row-gap: 0px;
  -ms-grid-columns: 1fr;
  grid-template-columns: 1fr;
  -ms-grid-rows: 1fr 1fr;
  grid-template-rows: 1fr 1fr;
  border-top: 1px solid rgba(136, 158, 168, 0.2);
}

.background-video-7 {
  position: -webkit-sticky;
  position: sticky;
  top: -40px;
  z-index: 1000;
  overflow: hidden;
  width: 300px;
  height: 550px;
  margin-bottom: 50px;
}

.background-video-7.second-video {
  width: 400px;
  height: 500px;
  margin-left: -20px;
}

.background-video-7.white-video {
  width: 350px;
  height: 600px;
}

.image-13 {
  width: 420px;
  border-radius: 7px;
}

.div-block-20 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-right: -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;
}

.image-co-robime {
  position: relative;
  z-index: 22;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 960px;
  margin-right: auto;
  margin-bottom: 0px;
  margin-left: auto;
  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-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  align-self: center;
  cursor: crosshair;
}

.image-37 {
  -webkit-filter: contrast(116%);
  filter: contrast(116%);
}

.lightbox-link {
  height: auto;
}

.image-38 {
  width: 200px;
  height: auto;
  margin-right: 10px;
  border-radius: 7px;
  -webkit-filter: grayscale(100%);
  filter: grayscale(100%);
}

._222 {
  width: 200px;
  height: auto;
  margin-right: 10px;
  border-radius: 7px;
  -webkit-filter: grayscale(100%);
  filter: grayscale(100%);
}

._333 {
  width: 200px;
  height: auto;
  margin-top: 0px;
  margin-right: 10px;
  border-radius: 7px;
  -webkit-filter: grayscale(100%);
  filter: grayscale(100%);
}

._444 {
  width: 200px;
  height: auto;
  border-radius: 7px;
  -webkit-filter: grayscale(100%);
  filter: grayscale(100%);
}

.div-block-21 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 0px;
  padding-top: 50px;
  padding-bottom: 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: #ddd;
}

.background-shade {
  position: absolute;
  left: auto;
  top: auto;
  right: 0%;
  bottom: 0%;
  z-index: 5;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: visible;
  width: 100%;
  height: 100%;
  padding-right: 5vw;
  padding-left: 5vw;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.background-shade.third-height {
  height: 40%;
}

.background-cover-2 {
  position: absolute;
  left: auto;
  top: 0%;
  right: 0%;
  bottom: 0%;
  width: 50%;
  background-color: #1e2029;
}

.section-13 {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 100px 5vw;
  -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;
}

.gradient-span-2 {
  background-image: url('../images/Gradient-Blur-001.jpg');
  background-position: 50% 50%;
  background-size: 120%;
  background-repeat: no-repeat;
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
}

.team-wrapper {
  position: relative;
  z-index: 20;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  width: 100vw;
  min-height: 650px;
  padding-bottom: 60px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.three-grid-wrapper-2 {
  display: -ms-grid;
  display: grid;
  margin-bottom: 80px;
  grid-auto-columns: 1fr;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  -ms-grid-columns: 1fr 1fr 0.75fr;
  grid-template-columns: 1fr 1fr 0.75fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.wrapper-3 {
  position: relative;
  z-index: 10;
  width: 100%;
  max-width: 1300px;
}

.wrapper-3.shade-wrapper {
  position: static;
  background-color: #1e2029;
}

.clip-3 {
  overflow: hidden;
}

.unit-image-wrapper {
  position: relative;
  width: 100%;
  -webkit-transition: opacity 300ms ease-out;
  transition: opacity 300ms ease-out;
}

.unit-image-wrapper.more-programs {
  height: 200px;
}

.text-link-icon {
  margin-left: 5px;
}

.subhead {
  margin-top: 44.4px;
  font-size: 32px;
  line-height: 27px;
  font-weight: 500;
  letter-spacing: 0.007em;
}

.subhead.more-programs {
  margin-top: 1.35em;
  font-family: Poppins, sans-serif;
  color: #802280;
  font-size: 16px;
  line-height: 1.25em;
  letter-spacing: 0.004em;
}

.unit-column-wrapper {
  position: relative;
  z-index: 4;
  display: -ms-grid;
  display: grid;
  width: 100%;
  height: 100%;
  max-height: 2350px;
  max-width: 2820px;
  margin-right: 0px;
  margin-left: 0px;
  padding-right: 5vw;
  padding-left: 5vw;
  -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: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  grid-auto-flow: row;
  grid-auto-columns: 1fr;
  grid-column-gap: 18px;
  grid-row-gap: 16px;
  -ms-grid-columns: minmax(200px, 400px) minmax(200px, 400px) minmax(200px, 400px);
  grid-template-columns: minmax(200px, 400px) minmax(200px, 400px) minmax(200px, 400px);
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
}

.unit-copy-container {
  max-width: 580px;
}

.unit-copy-container.more-programs {
  max-width: 360px;
}

.description {
  margin-top: 0.8em;
  color: #86868b;
  line-height: 25px;
  font-weight: 400;
  letter-spacing: -0.374px;
}

.description.more-programs {
  margin-top: 1.4em;
  font-family: Poppins, sans-serif;
  font-size: 14px;
  line-height: 1.7em;
}

.unit-program {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 90%;
  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;
}

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

.unit-image.more-programs {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: 40% 50%;
  object-position: 40% 50%;
}

.cta-links {
  margin-top: 25px;
}

.cta-links.more-programs {
  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;
}

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

.text-span-8 {
  font-weight: 600;
}

.text-span-9 {
  font-weight: 600;
}

.text-span-10 {
  font-weight: 600;
}

.step-scroll {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  -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-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

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

.trigger._2 {
  top: 41%;
  height: 59%;
}

.trigger._1 {
  top: 15%;
  height: 85%;
}

.trigger._3 {
  top: 71%;
  height: 29%;
}

.scroll-line-wrap {
  position: absolute;
  left: -50%;
  top: auto;
  right: auto;
  bottom: 0%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  margin-bottom: 8px;
  -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;
}

.scroll-base {
  width: 100%;
  height: 6px;
  background-color: #eeeff4;
  -webkit-transform-origin: 0% 50%;
  -ms-transform-origin: 0% 50%;
  transform-origin: 0% 50%;
}

.dot-block {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 24px;
  height: 24px;
  -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-align-self: flex-end;
  -ms-flex-item-align: end;
  align-self: flex-end;
}

.dot {
  position: relative;
  z-index: 3;
  width: 12px;
  height: 12px;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  border-radius: 50%;
  background-color: #eeeff4;
}

.step-block {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100vw;
  height: 80vh;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-content: center;
  -ms-flex-line-pack: center;
  align-content: center;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}

.scroll-wrap {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 400vh;
  -webkit-align-self: flex-start;
  -ms-flex-item-align: start;
  align-self: flex-start;
}

.step {
  position: relative;
  z-index: 2;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 12%;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 16px;
  background-color: #fff;
}

.label {
  font-family: Poppins, sans-serif;
  color: #006cd0;
  font-weight: 400;
  letter-spacing: 2px;
  text-transform: uppercase;
}

.scroll-animate {
  position: absolute;
  bottom: 0px;
  z-index: 999;
  width: 100%;
  height: 6px;
  background-color: #006cd0;
  -webkit-transform-origin: 0% 50%;
  -ms-transform-origin: 0% 50%;
  transform-origin: 0% 50%;
}

.scroll-animate.s-2 {
  background-image: -webkit-gradient(linear, left top, left bottom, from(#e3395e), to(#842b7f));
  background-image: linear-gradient(180deg, #e3395e, #842b7f);
}

.img-block {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 40%;
  -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-align-self: center;
  -ms-flex-item-align: center;
  align-self: center;
}

.clone-section {
  margin-bottom: 50vh;
}

.heading-15 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 10px;
  margin-bottom: 10px;
  font-family: Poppins, sans-serif;
  font-weight: 400;
}

.scroll-container {
  position: -webkit-sticky;
  position: sticky;
  top: 0px;
  overflow: hidden;
  width: 100%;
  height: 100vh;
}

.step-content-block {
  position: relative;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  text-align: left;
}

.bg-shadow {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: 1;
  border-radius: 16px;
  box-shadow: 7px 7px 20px 0 rgba(18, 18, 18, 0.07);
}

.content {
  margin-top: 24px;
  font-size: 24px;
  line-height: 1.4;
  font-weight: 500;
}

.content-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 40%;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.paragraph-6 {
  font-size: 15px;
}

.pagination-link {
  margin-bottom: 0px;
  padding: 6px;
  border: 2px solid #fff;
  border-radius: 30px;
}

.pagination-link.w--current {
  background-color: #fff;
}

.grid {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: auto;
  margin-right: -15px;
  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;
}

.grid.videoscreen {
  margin-top: -458px;
  margin-right: -62px;
  margin-left: 0px;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.image-big {
  position: relative;
  background-color: transparent;
  -webkit-transition: box-shadow 200ms ease-in-out;
  transition: box-shadow 200ms ease-in-out;
}

.image-big:hover {
  box-shadow: none;
}

.image-big.small2 {
  left: -88px;
  top: -541px;
}

.image-big.mobile {
  top: -111px;
}

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

.paragraph-7 {
  color: #fff;
}

.pagination-2 {
  position: fixed;
  left: 0px;
  top: 0px;
  bottom: 0px;
  z-index: 2;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-right: 50px;
  padding-left: 50px;
  -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;
}

.rope-image {
  display: block;
  max-height: 70vh;
  margin-top: 0px;
  margin-right: auto;
  margin-left: auto;
  padding-bottom: 60px;
}

.heading-16 {
  position: relative;
  left: 94px;
  top: -107px;
  margin-bottom: 50px;
  padding-bottom: 0px;
  font-family: Poppins, sans-serif;
  color: #8f8f8f;
  font-size: 21vw;
  line-height: 0.8;
  font-weight: 700;
  text-align: center;
  letter-spacing: -1vw;
}

.heading-16.first {
  margin-top: 0px;
  margin-bottom: 0px;
  font-family: Poppins, sans-serif;
  color: #707070;
  font-size: 200px;
  line-height: 1.4;
  font-weight: 400;
}

.heading-16.twolines {
  margin-top: -3vw;
}

.heading-16.screen {
  position: relative;
  left: -47px;
  top: 152px;
  opacity: 0.55;
}

.heading-17 {
  color: #253b47;
  font-size: 2.2vw;
  font-weight: 700;
}

.number {
  margin-left: -20px;
  opacity: 1;
  font-family: Poppins, sans-serif;
  color: #e2065d;
  font-size: 2vw;
  font-weight: 300;
  text-align: right;
}

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

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

.wrapper-4 {
  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-4.gallery {
  top: -159px;
  margin-top: 0px;
  padding-top: 50px;
  padding-bottom: 0px;
}

.wrapper-4.negative-margins {
  margin-top: 0px;
  padding-top: 0px;
}

.wrapper-4.content {
  margin-top: 200px;
}

.wrapper-4.gallery {
  margin-top: 0px;
  padding-top: 50px;
  padding-bottom: 50px;
}

.rope-slider-mask {
  position: absolute;
}

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

.sticky.two-lines {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

.sticky.full-opacity {
  margin-bottom: 0px;
  opacity: 1;
}

.paragraph-8 {
  color: #fff;
}

.cropped-image {
  position: absolute;
  right: 0px;
  bottom: 0px;
  z-index: 2;
  display: block;
  width: 80%;
  margin-right: -4vw;
  margin-bottom: 0vh;
}

.rope-slider {
  display: block;
  min-height: 70vh;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  background-color: transparent;
}

.rope-slide {
  -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;
}

.div-block-22 {
  position: relative;
  z-index: 2;
  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: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.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.slider {
  display: block;
}

.block._8 {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 8.33%;
  -ms-flex: 0 0 8.33%;
  flex: 0 0 8.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 {
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  color: #fff;
}

.block.image {
  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;
}

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

.cord {
  position: relative;
  min-width: 680px;
  margin-left: -10vw;
}

.bag-landing-page {
  position: absolute;
  left: 0px;
  right: 0px;
  bottom: 0px;
  z-index: 1;
  display: block;
  height: 60vh;
  margin-right: auto;
  margin-bottom: 0vh;
  margin-left: auto;
  padding-bottom: 0px;
  -webkit-transition: -webkit-transform 300ms ease-in-out;
  transition: -webkit-transform 300ms ease-in-out;
  transition: transform 300ms ease-in-out;
  transition: transform 300ms ease-in-out, -webkit-transform 300ms ease-in-out;
}

.bag-landing-page:hover {
  -webkit-transform: scale(1.02);
  -ms-transform: scale(1.02);
  transform: scale(1.02);
}

.pagination-line {
  width: 2px;
  height: 30px;
  background-color: hsla(0, 0%, 100%, 0.3);
}

.line {
  width: 100%;
  height: 1px;
  margin-top: 10px;
  background-color: hsla(0, 0%, 100%, 0.68);
}

.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._4 {
  background-color: #8a9fab;
}

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

.color.first.combo {
  background-color: #7478a1;
}

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

.color._2 {
  background-color: #d4ccb9;
}

.color._3 {
  background-color: #b9cad4;
}

.div-block-8 {
  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;
}

.heading-18 {
  margin-bottom: 12px;
  font-family: Poppins, sans-serif;
  color: #000;
  font-size: 25px;
  font-weight: 400;
  text-align: center;
}

.action-button {
  position: relative;
  left: 0px;
  right: 0px;
  bottom: 0px;
  z-index: 2;
  display: block;
  margin-top: 30px;
  margin-bottom: 30px;
  padding: 16px 40px;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  border-radius: 7px;
  background-color: #802280;
  box-shadow: 0 10px 20px 0 rgba(0, 0, 0, 0.28);
  -webkit-transition: all 400ms ease;
  transition: all 400ms ease;
  font-size: 16px;
  letter-spacing: 0.4px;
}

.action-button:hover {
  background-color: #fff;
  box-shadow: 0 10px 26px 0 rgba(0, 0, 0, 0.28);
  -webkit-transform: scale(1.01);
  -ms-transform: scale(1.01);
  transform: scale(1.01);
  color: #000;
}

.action-button.landing {
  margin-top: 0px;
}

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

.section-14 {
  position: relative;
  z-index: 1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  min-height: 100vh;
  margin-bottom: 101px;
  padding-top: 0vh;
  padding-bottom: 30vh;
  -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;
}

.section-14.last {
  margin-bottom: 0px;
  padding-bottom: 0px;
}

.section-14.first {
  margin-bottom: 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: 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;
}

.section-14.centered {
  position: relative;
  overflow: hidden;
  margin-top: 100px;
  margin-bottom: 0px;
  padding-top: 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;
}

.section-14.centered.last {
  margin-bottom: 0px;
  padding-bottom: 0vh;
}

.section-14.intro {
  min-height: 100vh;
  margin-top: 0px;
  margin-bottom: 0px;
  padding-top: 0px;
  padding-bottom: 0vh;
  -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;
}

.section-14.korb {
  padding-top: 0px;
}

.big-paragraph {
  color: #fff;
  font-size: 2.4vw;
  line-height: 1.7;
  text-align: left;
}

.section-15 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100vw;
  -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;
  grid-auto-columns: 1fr;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
  background-color: #e9e9e9;
}

.background-video-8 {
  top: 22px;
  width: 300px;
}

._001-nav-btn-wrap {
  z-index: 101;
  padding: 0px;
}

._001-nav-btn-wrap.w--open {
  background-color: transparent;
}

.yellow {
  color: #fec483;
}

.off-other-column {
  display: -ms-grid;
  display: grid;
  padding-top: 100px;
  padding-left: 30px;
  grid-auto-columns: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 72px;
  -ms-grid-columns: 1fr;
  grid-template-columns: 1fr;
  -ms-grid-rows: -webkit-min-content -webkit-min-content -webkit-min-content;
  -ms-grid-rows: min-content min-content min-content;
  grid-template-rows: -webkit-min-content -webkit-min-content -webkit-min-content;
  grid-template-rows: min-content min-content min-content;
  border-left: 1px solid hsla(0, 0%, 100%, 0.3);
}

.social-icon {
  width: 22px;
  height: 22px;
  margin-right: 24px;
  background-image: url('../images/Twitter-icon.svg');
  background-position: 50% 50%;
  background-size: contain;
  background-repeat: no-repeat;
  opacity: 0.7;
  -webkit-transition: opacity 300ms ease;
  transition: opacity 300ms ease;
}

.social-icon:hover {
  opacity: 1;
}

.social-icon.fb {
  background-image: url('../images/Facebook-icon.svg');
}

.social-icon.dribbble {
  background-image: url('../images/Dribble-icon.svg');
}

.social-icon.insta {
  background-image: url('../images/linkedin.svg');
  opacity: 0.63;
  -webkit-filter: invert(100%);
  filter: invert(100%);
}

.social-icon.insta.twi {
  background-image: url('../images/twitter.png');
  -webkit-filter: none;
  filter: none;
}

.social-icon.insta._2 {
  background-image: url('../images/instagram-logo.png');
  -webkit-filter: none;
  filter: none;
}

.connect-text {
  margin-bottom: 24px;
  padding-left: 15px;
  border-left: 2px solid #9b9b9b;
  font-family: Poppins, sans-serif;
  color: #fd567a;
  font-size: 12px;
  line-height: 14px;
  font-weight: 400;
  letter-spacing: 2px;
  text-decoration: none;
  text-transform: uppercase;
}

.connect-text.read {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-right: 5px;
  margin-bottom: 0px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  color: #e9e9e9;
}

.connect-text.read.second {
  border-left-color: rgba(226, 6, 93, 0.25);
}

.brand-2 {
  z-index: 101;
  color: #1a1a1f;
  font-size: 22px;
  line-height: 22px;
  font-weight: 700;
}

.social-wrap {
  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;
}

.small-link {
  margin-bottom: 8px;
  font-family: Poppins, sans-serif;
  color: #fff;
  font-size: 14px;
  line-height: 24px;
  font-weight: 400;
  text-decoration: none;
}

.huge-link {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  margin-top: 35px;
  margin-bottom: 25px;
  padding-bottom: 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;
  color: #fff;
  font-size: 70px;
  line-height: 76px;
  text-decoration: none;
}

.huge-link._3 {
  margin-top: 0px;
  margin-bottom: 0px;
  padding-bottom: 0px;
}

.huge-link._3.w--current {
  margin-top: 0px;
  padding-bottom: 0px;
}

.huge-link._3.be {
  display: none;
}

.huge-link._3.takepff {
  display: none;
}

.huge-link._1 {
  margin-top: 30px;
  margin-bottom: 0px;
}

.huge-link._2 {
  margin-top: 20px;
  margin-bottom: 0px;
}

.huge-link._2.hide {
  display: none;
}

.off-canvas-wrapper {
  display: -ms-grid;
  display: grid;
  overflow: auto;
  width: 90%;
  height: 100%;
  max-width: 1110px;
  margin-right: auto;
  margin-left: auto;
  grid-auto-columns: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  -ms-grid-columns: 1.5fr 1fr;
  grid-template-columns: 1.5fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.hamburger-middle {
  width: 100%;
  height: 2px;
  background-color: #1a1a1f;
}

.off-main-linka {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 100px;
  padding-left: 5vw;
  -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;
}

.hamburger-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 60px;
  height: 20px;
  -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;
  cursor: pointer;
}

.hamburger-top {
  width: 100%;
  height: 2px;
  background-color: #1a1a1f;
}

.big-overlay {
  position: fixed;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: auto;
  width: 100%;
  height: 100vh;
  background-color: #1a1a1f;
}

.hamburger-bottom {
  width: 100%;
  height: 2px;
  background-color: #1a1a1f;
}

.white {
  color: #fff;
}

.white.op70 {
  opacity: 0.7;
  font-family: Poppins, sans-serif;
  text-align: left;
}

.connect-wrap {
  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-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.connect-wrap.second-menu {
  top: -25px;
  display: none;
}

._001-nav-container {
  position: relative;
  width: 90%;
  max-width: 1440px;
  margin-right: 0px;
  margin-left: 0px;
}

.hover-line-2 {
  position: absolute;
  top: auto;
  bottom: 20px;
  width: 100%;
  height: 5px;
  background-color: #e2065d;
}

._001-nav {
  position: fixed;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  min-height: 90px;
  margin-right: 5vw;
  margin-left: 5vw;
  padding-top: 30px;
  padding-bottom: 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-bottom-left-radius: 7px;
  border-bottom-right-radius: 7px;
  background-color: transparent;
  background-image: linear-gradient(173deg, #e2065d 13%, #802280);
}

.text-block-29 {
  font-family: Poppins, sans-serif;
  font-size: 50px;
}

.text-block-30 {
  font-family: Poppins, sans-serif;
  font-size: 60px;
}

.text-block-31 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  font-family: Poppins, sans-serif;
  font-size: 27px;
  line-height: 50px;
}

.text-block-32 {
  font-family: Poppins, sans-serif;
  font-size: 50px;
}

.image-39 {
  width: 90px;
  -webkit-filter: invert(100%);
  filter: invert(100%);
}

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

.heading-19 {
  color: #494949;
}

.with-underline-3 {
  display: inline-block;
  padding: 4px 2px 8px;
  background-image: url('../images/underline.svg');
  background-position: 50% 130%;
  background-size: contain;
  background-repeat: no-repeat;
  color: #e2065d;
}

.content-h1-2 {
  position: relative;
  z-index: 2;
  margin-top: 0px;
  margin-bottom: 20px;
  font-family: Poppins, sans-serif;
  color: #494949;
  font-size: 32px;
  line-height: 1.1;
  font-weight: 400;
  letter-spacing: -0.04em;
}

.faq-paragraph-2 {
  margin-bottom: 0px;
  padding-top: 14px;
  padding-bottom: 14px;
  font-family: Poppins, sans-serif;
  color: #414141;
  font-size: 18px;
  line-height: 1.6;
  font-weight: 400;
  letter-spacing: -0.03em;
}

.subtitle-5 {
  position: -webkit-sticky;
  position: sticky;
  top: 0%;
  right: 0vw;
  bottom: auto;
  margin-bottom: 20px;
  padding-left: 15px;
  border-left: 2px solid #e2065d;
  font-family: Poppins, sans-serif;
  color: #494949;
  font-size: 12px;
  line-height: 1.4em;
  font-weight: 400;
  text-align: left;
  letter-spacing: 3px;
  text-transform: uppercase;
}

.html-embed-4 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 400px;
  margin-bottom: 15px;
  margin-left: 0px;
  padding-left: 0px;
  -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;
  color: #e2065d;
}

.heading-2-small-4 {
  margin-bottom: 30px;
  font-family: 'Open Sans', sans-serif;
  color: #0d0d0d;
  font-size: 40px;
  line-height: 1.1em;
  font-weight: 400;
}

.heading-2-small-4.registeration {
  font-family: Poppins, sans-serif;
  font-size: 30px;
}

.heading-2-small-4.registeration {
  font-family: Poppins, sans-serif;
  font-size: 40px;
}

.body-display-5 {
  color: #802280;
  font-size: 16px;
  line-height: 1.4em;
  font-weight: 600;
  text-align: left;
  text-decoration: none;
}

.body-display-5.ansofy-underline-text {
  margin-bottom: 50px;
}

.body-display-5.ansofy-underline-text.sign {
  margin-bottom: 10px;
}

.body-display-5.ansofy-underline-text.sign.disc {
  font-family: Poppins, sans-serif;
}

.question-title-2 {
  margin-right: 10px;
  font-family: Poppins, sans-serif;
  color: #392151;
  font-size: 20px;
  font-weight: 400;
  letter-spacing: -0.03em;
}

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

.section-16 {
  position: fixed;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: 99999;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100vh;
  padding-top: 100px;
  -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: #392151;
  -webkit-transform: translate(-100vw, 0px);
  -ms-transform: translate(-100vw, 0px);
  transform: translate(-100vw, 0px);
  -webkit-transition: all 700ms ease;
  transition: all 700ms ease;
}

.success-message-2 {
  border-radius: 20px;
  background-color: #fff75a;
}

.header-on-black {
  margin-top: 0px;
  margin-bottom: 20px;
  padding-left: 0px;
  border-bottom: 4px none #000;
  border-radius: 0px;
  opacity: 1;
  font-family: Poppins, sans-serif;
  color: #e2065d;
  font-size: 6vh;
  line-height: 6vh;
  font-weight: 400;
  text-align: left;
}

.paragraph-large-on-black {
  width: 100%;
  height: auto;
  padding-bottom: 40px;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  font-family: Poppins, sans-serif;
  color: #e9e9e9;
  font-size: 16px;
  line-height: 2vw;
  font-weight: 400;
  text-align: left;
}

.success-text {
  font-family: Poppins, sans-serif;
  font-weight: 700;
}

.text-field-3 {
  border: 1px none #000;
  border-radius: 7px;
  background-color: #fff;
}

.small-header-left {
  display: block;
  margin-top: 10px;
  padding-right: 0px;
  padding-left: 5px;
  opacity: 1;
  font-family: Poppins, sans-serif;
  color: #707070;
  font-size: 14px;
  line-height: 3vh;
  font-weight: 400;
  text-align: left;
}

.text-field-4 {
  margin-bottom: 20px;
  border: 1px none #000;
  border-radius: 7px;
  background-color: hsla(0, 0%, 100%, 0.99);
}

.form-block-3 {
  margin-bottom: 0px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}

.contact-form-grid {
  display: -ms-grid;
  display: grid;
  margin-top: 0px;
  grid-auto-columns: 1fr;
  grid-column-gap: 20px;
  grid-row-gap: 0px;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.button-contact {
  position: static;
  left: 0%;
  top: auto;
  right: 0%;
  bottom: 0%;
  display: block;
  width: 50%;
  margin-right: 0px;
  margin-left: 0px;
  padding: 10px 6px;
  -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;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  -webkit-box-ordinal-group: 1;
  -webkit-order: 0;
  -ms-flex-order: 0;
  order: 0;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  border-radius: 7px;
  background-color: #e2065d;
  opacity: 1;
  -webkit-transition: background-color 500ms cubic-bezier(.789, .159, .25, 1), color 200ms cubic-bezier(.789, .159, .25, 1);
  transition: background-color 500ms cubic-bezier(.789, .159, .25, 1), color 200ms cubic-bezier(.789, .159, .25, 1);
  font-family: Poppins, sans-serif;
  color: #ebebeb;
  font-size: 14px;
  line-height: 26px;
  font-weight: 400;
  text-align: center;
}

.button-contact.w--current {
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
}

.div-block-31 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 20px;
  padding-bottom: 20px;
  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: 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 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
}

.columns-3 {
  display: block;
  width: 100%;
  padding-right: 0vw;
  padding-left: 0vw;
  -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;
}

.bottom-menu-contact-page-copy {
  position: absolute;
  left: 0%;
  top: 0%;
  right: auto;
  bottom: 0%;
  z-index: 1000;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: visible;
  width: 5vw;
  height: auto;
  padding: 0vh 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-radius: 0px;
  background-color: #494949;
}

.div-block-37 {
  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;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  align-self: center;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.div-block-34-copy {
  position: relative;
  left: 0%;
  top: 0%;
  right: auto;
  bottom: 0%;
  width: 100%;
  margin-top: 0px;
  margin-right: 0px;
  padding: 0px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
}

.link-contact {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  margin-top: 25px;
  margin-right: 0px;
  margin-bottom: 25px;
  padding-top: 5px;
  padding-right: 10px;
  padding-left: 5px;
  -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-align-self: flex-start;
  -ms-flex-item-align: start;
  align-self: flex-start;
  border-left: 3px solid transparent;
  font-family: Montserrat, sans-serif;
  color: hsla(0, 0%, 100%, 0.8);
  font-size: 1.4vw;
  font-weight: 700;
  text-decoration: none;
}

.link-contact.w--current {
  padding-top: 5px;
  padding-right: 10px;
  padding-left: 5px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  border-left-style: none;
  border-left-color: #fff75a;
}

.icon-contact {
  height: 25px;
  margin-right: 0px;
  padding-right: 0px;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  color: #0e121c;
}

.image-41 {
  width: 30px;
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}

.column {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
}

.image-42 {
  position: absolute;
  left: 6.3vw;
  top: 0%;
  bottom: auto;
  z-index: 1000;
  width: 380px;
  height: auto;
}

.link-block {
  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-decoration: none;
}

.text-span-12 {
  font-style: normal;
  text-decoration: none;
}

.button-contact-2 {
  position: static;
  left: 0%;
  top: auto;
  right: 0%;
  bottom: 0%;
  display: block;
  width: 50%;
  margin-right: 0px;
  margin-left: 0px;
  padding: 10px 6px;
  -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;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  -webkit-box-ordinal-group: 1;
  -webkit-order: 0;
  -ms-flex-order: 0;
  order: 0;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  border-radius: 7px;
  background-color: #e2065d;
  opacity: 1;
  -webkit-transition: background-color 500ms cubic-bezier(.789, .159, .25, 1), color 200ms cubic-bezier(.789, .159, .25, 1);
  transition: background-color 500ms cubic-bezier(.789, .159, .25, 1), color 200ms cubic-bezier(.789, .159, .25, 1);
  font-family: Poppins, sans-serif;
  color: #ebebeb;
  font-size: 14px;
  line-height: 26px;
  font-weight: 400;
  text-align: center;
}

.button-contact-2.w--current {
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
}

.section-17 {
  position: static;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: 99999;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100vh;
  padding-top: 100px;
  padding-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: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: rgba(57, 33, 81, 0);
  -webkit-transition: all 700ms ease;
  transition: all 700ms ease;
}

.section-17.mobile {
  padding-right: 5vw;
  padding-left: 5vw;
}

.section-17.mobile.testers {
  height: auto;
}

.section-17.mobile.guide {
  height: auto;
}

.paragraph-large-on-black-2 {
  width: 100%;
  height: auto;
  padding-bottom: 40px;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  font-family: Poppins, sans-serif;
  color: #494949;
  font-size: 16px;
  line-height: 2vw;
  font-weight: 400;
  text-align: left;
}

.header-on-black-2 {
  margin-top: 0px;
  margin-bottom: 20px;
  padding-left: 0px;
  border-bottom: 4px none #000;
  border-radius: 0px;
  opacity: 1;
  font-family: Poppins, sans-serif;
  color: #e2065d;
  font-size: 6vh;
  line-height: 6vh;
  font-weight: 400;
  text-align: left;
}

.header-on-black-2.tester {
  padding-left: 20px;
  border-left: 3px solid #707070;
  font-size: 30px;
  font-weight: 400;
  letter-spacing: -1px;
}

.bottom-menu-contact-page-copy-2 {
  position: absolute;
  left: 0%;
  top: 0%;
  right: auto;
  bottom: 0%;
  z-index: 1000;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: visible;
  width: 5vw;
  height: auto;
  padding: 0vh 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-radius: 0px;
  background-color: #494949;
}

.link-block-2 {
  font-family: Poppins, sans-serif;
  font-size: 15px;
  text-decoration: none;
}

.link-block-2.read {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  padding-left: 0px;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.link-block-2.read.second {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 5px;
  margin-bottom: 5px;
  -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;
}

.link-block-2.read.second.hide {
  display: none;
}

.link-block-2.read.testt {
  top: 0px;
  margin-top: 5px;
}

.link-block-2.read.testt.hide {
  display: none;
}

.image-43 {
  display: block;
  width: 20px;
}

.link-block-3 {
  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-decoration: none;
}

.link-3 {
  color: #ac4d73;
}

.link-4 {
  color: #b93d6e;
}

.link-5 {
  color: #be517c;
}

.link-6 {
  color: #b14670;
}

.link-7 {
  color: #af456f;
}

.link-8 {
  color: #bb4e79;
}

.link-9 {
  color: #c44d7c;
}

.link-10 {
  color: #e2065d;
}

.link-10.w--current {
  color: #c04e7b;
}

.link-11 {
  color: #c74d7d;
}

.link-12 {
  color: #bd4d79;
}

.link-13 {
  color: #e2065d;
}

.link-14 {
  color: #e2065d;
}

.link-15 {
  color: #cc5684;
}

.link-16 {
  color: #b24a73;
}

.link-17 {
  color: #e2065d;
}

.c-large-header {
  position: relative;
  overflow: hidden;
  width: 100vw;
  height: 8em;
  max-width: 100vw;
  margin-bottom: -50px;
  margin-left: 0vw;
}

.c-mission_photo {
  width: 300px;
  height: 450px;
  min-width: auto;
  margin-top: 40px;
  border-radius: 7px;
  background-color: #fff;
  background-image: url('../images/ther.jpg');
  background-position: 50% 0%;
  background-size: cover;
  background-repeat: no-repeat;
  box-shadow: 8px 13px 20px -9px rgba(0, 0, 0, 0.55);
}

.c-large-header_contain {
  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;
}

.is--mission-heading {
  margin-bottom: 1.4em;
  font-family: Poppins, sans-serif;
  color: #707070;
  font-size: 20px;
  line-height: 1.4em;
  font-weight: 400;
}

.c-button {
  padding: 0.9em 1.9em;
  border-width: 0px;
  border-radius: 0.6em;
  background-color: #818181;
  text-align: center;
}

.c-button:hover {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.1)), to(rgba(0, 0, 0, 0.1)));
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.1), rgba(0, 0, 0, 0.1));
}

.c-button.is--black {
  background-color: #0f0e17;
}

.is--display {
  padding-left: 0vw;
  font-family: Poppins, sans-serif;
  color: #802280;
  font-size: 40px;
  font-weight: 400;
  white-space: nowrap;
}

.c-circle {
  position: absolute;
  left: 0%;
  top: 10%;
  right: 0%;
  bottom: auto;
  z-index: -1;
  width: auto;
  height: 80%;
  max-width: none;
  margin-right: auto;
  margin-left: auto;
}

.c-section {
  padding: 3em 10vw;
}

.c-section.is--mission {
  position: relative;
  overflow: visible;
  width: 100vw;
  padding: 70px 5vw 50px;
  background-color: #e7e7e7;
}

.c-section.is--collection-hide {
  position: relative;
  overflow: hidden;
  padding-top: 0em;
  padding-bottom: 0em;
}

.c-mission_content {
  width: 48vw;
  padding-left: 0vw;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

.c-mission {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-right: 5vw;
  padding-left: 5vw;
  -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;
}

.is--display-line {
  width: 10em;
  height: 0.2em;
  min-width: 10em;
  margin-right: 2.8em;
  margin-left: 2.8em;
  background-color: rgba(226, 6, 93, 0.78);
}

.italic-text-2 {
  color: #802280;
  font-size: 16px;
  font-style: normal;
}

.c-offset-heading {
  position: absolute;
  left: 0%;
  top: 0%;
  right: auto;
  bottom: auto;
  width: 90vw;
  margin-top: 2em;
  margin-left: 10vw;
  padding-right: 10vw;
}

.c-staff_list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 200vw;
  margin-top: 5.6em;
  margin-bottom: 3em;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  cursor: -webkit-grab;
  cursor: grab;
}

.c-staff_item {
  width: 27.2vw;
  max-width: 27.2vw;
  min-width: 27.2vw;
  padding-right: 1em;
  -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: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.is--hidden-empty {
  width: 0px;
  height: 0px;
  padding: 0px;
  background-color: transparent;
}

.top-header-right {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 50%;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
}

.top-header-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-right: 0px;
  padding-left: 0px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.top-header-wrapper.with-padding {
  padding-right: 50px;
  padding-left: 50px;
}

.object-list-wrapper {
  height: 100%;
  margin-top: 100px;
  padding-right: 50px;
  padding-left: 50px;
}

.c-1300 {
  width: 100%;
  max-width: 1300px;
  margin-right: auto;
  margin-left: auto;
}

.object-list {
  display: -ms-grid;
  display: grid;
  height: 100%;
  grid-auto-columns: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 16px;
  -ms-grid-columns: 1fr 1fr 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
  cursor: -webkit-grab;
  cursor: grab;
}

.top-header-left {
  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;
}

.object-item {
  height: 100%;
  margin-right: 25px;
  margin-left: 25px;
}

.section-18 {
  padding: 100px 50px;
}

.section-18.grey {
  padding-right: 0px;
  padding-left: 0px;
  background-color: #f6f6f6;
}

.full-width-slider-wrapper {
  overflow: hidden;
}

.heading-21 {
  margin-top: 0px;
}

.arrow-right {
  width: 45px;
  margin-left: 25px;
  opacity: 0.25;
  -webkit-transition: opacity 500ms cubic-bezier(.165, .84, .44, 1);
  transition: opacity 500ms cubic-bezier(.165, .84, .44, 1);
  cursor: pointer;
}

.arrow-right:hover {
  opacity: 1;
}

.arrow-left {
  width: 45px;
  opacity: 0.25;
  -webkit-transition: opacity 200ms ease;
  transition: opacity 200ms ease;
  cursor: pointer;
}

.arrow-left:hover {
  opacity: 1;
}

.team-position {
  margin-bottom: 10px;
  font-style: normal;
  text-align: left;
}

.container-6 {
  max-width: 1200px;
  margin-right: auto;
  margin-left: auto;
  padding-top: 50px;
  padding-right: 5vw;
  padding-left: 5vw;
  background-color: #e9e9e9;
}

.team-name {
  margin-bottom: 0px;
  font-family: Poppins, sans-serif;
  color: #e2065d;
  font-size: 18px;
  line-height: 32px;
  text-align: left;
}

.section-title {
  padding-bottom: 20px;
  font-size: 34px;
  line-height: 40px;
  font-weight: 600;
}

.card-2 {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 40px 20px 100px;
  -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;
  border-radius: 5px;
  background-color: #eee;
  box-shadow: 0 5px 15px 0 rgba(0, 0, 0, 0.15);
  color: #333;
  text-decoration: none;
}

.card-2.team {
  padding: 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;
  background-color: transparent;
  box-shadow: none;
  text-align: center;
}

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

.section-19.team {
  padding-bottom: 50px;
}

.team-thumbnail {
  width: 300px;
  height: 450px;
  max-width: none;
  margin-bottom: 30px;
  border-radius: 7px;
  -webkit-filter: grayscale(100%);
  filter: grayscale(100%);
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}

.team-thumbnail:hover {
  -webkit-filter: none;
  filter: none;
}

.align-center {
  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;
  text-align: center;
}

.team-grid-2 {
  display: -ms-grid;
  display: grid;
  height: auto;
  padding-top: 50px;
  padding-bottom: 50px;
  justify-items: center;
  -webkit-box-align: baseline;
  -webkit-align-items: baseline;
  -ms-flex-align: baseline;
  align-items: baseline;
  grid-auto-columns: 1fr;
  grid-column-gap: 10px;
  grid-row-gap: 45px;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.italic-text-3 {
  display: block;
  font-family: Poppins, sans-serif;
  color: #707070;
  font-style: normal;
  text-align: left;
}

.italic-text-4 {
  font-family: Poppins, sans-serif;
  font-style: normal;
}

.link-18 {
  color: #707070;
  text-align: left;
}

.italic-text-5 {
  display: block;
  margin-bottom: 10px;
  font-style: normal;
}

.italic-text-6 {
  font-style: normal;
}

.italic-text-7 {
  font-style: normal;
}

.italic-text-8 {
  font-style: normal;
}

.italic-text-9 {
  font-style: normal;
}

.image-44 {
  display: block;
}

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

.div-block-39 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 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;
}

.div-block-39.first-page {
  position: relative;
  top: -112px;
  z-index: 1000;
}

.image-45 {
  margin-right: 20px;
  margin-left: 20px;
}

.images {
  margin-right: 0px;
  margin-left: 0px;
}

.images.mobile-vision {
  -webkit-transition: all 600ms ease;
  transition: all 600ms ease;
}

.images.mobile-vision:hover {
  -webkit-transform: scale(1.06);
  -ms-transform: scale(1.06);
  transform: scale(1.06);
}

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

.image-47 {
  margin-right: 0px;
  margin-left: 0px;
  -webkit-transition: all 600ms ease;
  transition: all 600ms ease;
}

.image-47:hover {
  -webkit-transform: scale(1.06);
  -ms-transform: scale(1.06);
  transform: scale(1.06);
}

.image-47.mobile-vision {
  -webkit-transition: all 600ms ease;
  transition: all 600ms ease;
}

.image-47.mobile-vision:hover {
  -webkit-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
}

.text-span-13 {
  margin-right: 15px;
  font-size: 20px;
}

.text-span-14 {
  margin-right: 15px;
  font-size: 20px;
}

.text-span-15 {
  margin-right: 15px;
  color: #ebebeb;
  font-size: 20px;
}

.text-span-16 {
  margin-right: 15px;
  font-size: 20px;
}

.heading-22 {
  font-family: Poppins, sans-serif;
  color: #802280;
  font-size: 15px;
  font-weight: 400;
}

.image-48 {
  width: 20px;
  -webkit-filter: grayscale(100%);
  filter: grayscale(100%);
}

.div-block-41 {
  display: none;
  grid-auto-columns: 1fr;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
}

.asset-02 {
  position: fixed;
  left: 0%;
  top: auto;
  right: 0%;
  bottom: 0%;
  z-index: 100;
  display: block;
  opacity: 0.29;
  -webkit-filter: grayscale(100%);
  filter: grayscale(100%);
}

.button-primary {
  display: inline-block;
  padding: 12px 28px;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  border-radius: 100px;
  background-color: #f7a400;
  color: #fff;
  font-size: 14px;
  font-weight: 600;
  letter-spacing: 0.5px;
  text-decoration: none;
}

.button-primary.primary-light {
  background-color: #fff;
  color: #333;
}

.upcoming-match-wrapper {
  display: -ms-grid;
  display: grid;
  width: 100%;
  margin-top: 0px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  justify-items: stretch;
  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;
}

.match-schedule {
  color: #fff;
  text-align: center;
}

.team-block {
  width: 100%;
  max-width: 65px;
}

.match-countdown {
  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;
  color: #fff;
}

.team-match {
  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;
}

.text-block-16 {
  font-weight: 600;
}

.text-block-16.team-name {
  color: #fff;
  text-align: center;
}

.contextual-macro {
  color: #828282;
  font-size: 10px;
  font-weight: 600;
  text-transform: uppercase;
}

.contextual-macro.light {
  color: #fff;
}

.text-block-14 {
  font-size: 14px;
  font-weight: 600;
}

.upcoming-match {
  display: -ms-grid;
  display: grid;
  padding: 20px;
  justify-items: 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: 1fr;
  grid-template-columns: 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
  border-radius: 7px;
  background-color: #cecece;
  box-shadow: 4px 4px 11px -9px #000;
  -webkit-transition: all 600ms ease;
  transition: all 600ms ease;
}

.upcoming-match:hover {
  background-color: #f5f5f5;
  -webkit-transform: scale(1.02);
  -ms-transform: scale(1.02);
  transform: scale(1.02);
}

.heading-24 {
  font-family: Poppins, sans-serif;
  color: #0d0d0d;
  font-size: 18px;
  font-weight: 400;
}

.heading-25 {
  font-family: Poppins, sans-serif;
  color: #0d0d0d;
  font-size: 18px;
  font-weight: 400;
}

.heading-26 {
  font-family: Poppins, sans-serif;
  color: #0d0d0d;
  font-size: 18px;
  font-weight: 400;
}

.wrapper-5 {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100vw;
  height: 200vh;
  -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: -webkit-gradient(linear, left top, left bottom, from(rgba(255, 0, 0, 0.52)), to(rgba(0, 0, 0, 0.45)));
  background-image: linear-gradient(180deg, rgba(255, 0, 0, 0.52), rgba(0, 0, 0, 0.45));
}

.image-50 {
  position: relative;
  display: block;
  width: 500px;
  height: auto;
}

.image-50._2 {
  width: 300px;
}

.image-50.first-mobile {
  position: -webkit-sticky;
  position: sticky;
  right: 0vw;
  z-index: 10000;
  width: 400px;
}

.wrapper-6 {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100vw;
  height: 100%;
  -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;
}

.heading-27 {
  max-width: 700px;
  font-family: 'Droid Serif', serif;
  color: #fff;
  font-size: 50px;
  font-weight: 700;
  text-align: center;
}

.hero-section-3 {
  position: relative;
  left: 0vw;
  z-index: 8000;
  overflow: visible;
  width: 100vw;
  height: 100vh;
  border-top-right-radius: 7px;
  border-bottom-right-radius: 7px;
  background-color: rgba(118, 112, 169, 0);
  background-image: none;
}

.wrapper-7 {
  position: absolute;
  left: 0%;
  top: auto;
  right: 0%;
  bottom: 0%;
  height: 15%;
  background-image: -webkit-gradient(linear, left bottom, left top, from(#e7e7e7), to(hsla(0, 0%, 100%, 0)));
  background-image: linear-gradient(0deg, #e7e7e7, hsla(0, 0%, 100%, 0));
}

.div-block-43 {
  position: relative;
  top: 0px;
  display: -ms-grid;
  display: grid;
  overflow: visible;
  width: 100%;
  height: 100vh;
  justify-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;
  background-color: transparent;
  -webkit-transform: rotate(20deg);
  -ms-transform: rotate(20deg);
  transform: rotate(20deg);
}

.button-5 {
  background-color: #000;
  font-family: 'Palatino Linotype', 'Book Antiqua', Palatino, serif;
  font-size: 20px;
}

.slider-wrapper {
  position: static;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-right: -20px;
  margin-left: -20px;
  -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;
}

.slider-wrapper-inner {
  position: relative;
  margin-right: auto;
  margin-left: auto;
}

.slider-next {
  position: absolute;
  left: 20%;
  top: 50%;
  right: auto;
  bottom: auto;
  z-index: 2000;
  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: 56px;
  background-color: #e2065d;
  -webkit-transform: translate(200px, -50%);
  -ms-transform: translate(200px, -50%);
  transform: translate(200px, -50%);
  color: #fff;
  font-size: 22px;
  cursor: pointer;
}

.slider-next:hover {
  background-color: #f5f5f8;
  color: #000;
}

.slider-prev {
  position: absolute;
  top: 50%;
  right: 20%;
  z-index: 2000;
  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: 56px;
  background-color: #e2065d;
  -webkit-transform: translate(-200px, -50%);
  -ms-transform: translate(-200px, -50%);
  transform: translate(-200px, -50%);
  color: #f5f5f8;
  font-size: 22px;
  cursor: pointer;
}

.slider-prev:hover {
  background-color: #f5f5f8;
  color: #000;
}

.slider {
  position: relative;
  z-index: 900;
  display: block;
  margin-right: auto;
  margin-left: auto;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  grid-auto-columns: 1fr;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
}

.slider-item {
  position: relative;
  display: block;
  width: 360px;
  text-align: center;
}

.slider-item-img {
  position: relative;
  left: -2px;
  display: inline-block;
  width: 330px;
  margin-right: auto;
  margin-left: auto;
  border-radius: 50px;
}

.slider-bg {
  position: fixed;
  left: auto;
  top: 0%;
  right: 0%;
  bottom: auto;
  z-index: 1000;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

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

.clone {
  margin-right: 0px;
  padding: 26px 30px;
  border-radius: 0px;
  background-color: #3545ee;
  -webkit-transition: background-color 400ms ease-in-out, -webkit-transform 300ms ease-in-out;
  transition: background-color 400ms ease-in-out, -webkit-transform 300ms ease-in-out;
  transition: transform 300ms ease-in-out, background-color 400ms ease-in-out;
  transition: transform 300ms ease-in-out, background-color 400ms ease-in-out, -webkit-transform 300ms ease-in-out;
  color: #fff;
  font-size: 16px;
  font-weight: 400;
}

.clone:hover {
  background-color: #4253ff;
  color: #fff;
}

.title {
  margin-top: 0px;
  margin-bottom: 0px;
  color: #fff;
}

.slider-2 {
  position: relative;
  z-index: 900;
  display: block;
  margin-right: auto;
  margin-left: auto;
  grid-auto-columns: 1fr;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
}

.sub {
  margin-top: 7px;
  color: #fff;
  font-size: 22px;
  font-weight: 400;
}

.slider-item-2 {
  width: 360px;
  text-align: center;
}

.nav-link-2 {
  padding-top: 26px;
  padding-bottom: 26px;
  background-color: #1f1f1f;
  color: #fff;
  font-size: 16px;
  font-weight: 700;
  letter-spacing: 0.3px;
  text-transform: capitalize;
  cursor: pointer;
}

.nav-link-2:hover {
  background-color: #3a3a3a;
}

.wrapper-8 {
  max-width: 1106px;
  margin-right: auto;
  margin-left: auto;
}

.logo {
  margin-top: 0px;
  padding: 25px 20px;
  background-color: #18181a;
}

.logo:hover {
  opacity: 0.7;
}

.slider-wrapper-2 {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-right: -20px;
  margin-left: -20px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
}

.pricing-plan {
  overflow: hidden;
  padding-right: 20px;
  padding-bottom: 150px;
  padding-left: 20px;
  background-color: #454657;
  text-align: center;
}

.nav {
  max-width: 1100px;
  margin-right: auto;
  margin-bottom: 140px;
  margin-left: auto;
  padding-top: 0px;
  padding-right: 0px;
  padding-bottom: 0px;
  background-color: #2c2c2c;
}

.left-text-top {
  margin-bottom: 10px;
  color: rgba(201, 190, 200, 0.85);
  font-size: 10px;
  line-height: 16px;
  font-weight: 700;
  letter-spacing: 2px;
  text-transform: uppercase;
}

.slider-3 {
  height: 100%;
  border-top-left-radius: 7px;
  border-bottom-left-radius: 7px;
  background-color: #392151;
}

.plus-button {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 35px;
  height: 35px;
  -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: 2px;
  border-color: #fff;
  border-radius: 50%;
  background-color: transparent;
}

.slider-arrows-wrapper {
  position: absolute;
  left: 0%;
  top: auto;
  right: auto;
  bottom: 0%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 60px;
  margin-left: 40px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -webkit-flex-direction: row-reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
}

.image-51 {
  margin-right: 5px;
  color: #fff;
}

.right-panel-botton {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 20px;
  padding-right: 0px;
  padding-left: 40px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

.nav-item-line {
  position: absolute;
  top: 0px;
  width: 1px;
  height: 10px;
  background-color: #000;
}

.left-section {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 25%;
  padding-left: 5vw;
  -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: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
}

.left-section.team-page {
  padding-left: 0vw;
}

.left-content-bottom {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 40px;
}

.left-content-paragraph {
  font-family: Poppins, sans-serif;
  color: #fff;
  font-size: 14px;
  line-height: 1.4em;
  font-weight: 400;
}

.left-arrow-2 {
  display: none;
}

.icon-3 {
  display: none;
}

.heading-text {
  margin-right: 40px;
  color: rgba(51, 51, 51, 0.8);
  font-weight: 300;
}

.div-block-44 {
  position: absolute;
  left: 0%;
  top: auto;
  right: 0%;
  bottom: 0%;
  z-index: 1000;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 150px;
  padding-left: 30px;
  -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;
}

.left-panel-2 {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  border-top-left-radius: 7px;
  border-bottom-left-radius: 7px;
  background-color: #01030a;
  color: #000;
}

.slide-nav {
  display: none;
}

.left-slide-content {
  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: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  border-top-left-radius: 7px;
  border-bottom-left-radius: 7px;
}

.slide-1 {
  background-color: #bbb;
  background-image: url('../images/BeFunky-photo-min.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.slide-5 {
  background-image: url('../images/BeFunky-photo-4-min.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.nav-item-text {
  color: rgba(41, 41, 41, 0.2);
  text-decoration: none;
}

.logo-text {
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 2px;
  text-transform: uppercase;
}

.right-section {
  position: static;
  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: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  border-top-left-radius: 7px;
  -webkit-filter: contrast(176%);
  filter: contrast(176%);
}

.panels-wrapper {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: 2;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  border-top-left-radius: 7px;
  background-color: #392151;
}

.slide-4 {
  background-image: url('../images/BeFunky-photo-3-min.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.slider-arrow-left {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 35px;
  height: 35px;
  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;
  border: 1px solid #000;
  border-radius: 50%;
  cursor: pointer;
}

.slide-3 {
  background-image: url('../images/pexels-wendy-wei-1190298-min.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.right-arrow-2 {
  display: none;
}

.right-content {
  position: relative;
  height: 100%;
  border-top-left-radius: 7px;
}

.left-content-title {
  margin-bottom: 20px;
  font-family: Poppins, sans-serif;
  color: rgba(233, 233, 233, 0.69);
  font-size: 20px;
  font-weight: 400;
}

.slider-arrow-right {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 35px;
  height: 35px;
  margin-left: 20px;
  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;
  border: 1px solid #000;
  border-radius: 50%;
  cursor: pointer;
}

.nav-item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-right: 20px;
  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;
  color: #333;
  font-size: 12px;
  font-weight: 500;
  text-decoration: none;
  text-transform: uppercase;
}

.heading-h4 {
  position: relative;
  top: -35px;
  right: -1px;
  font-size: 22px;
  font-weight: 400;
}

.left-content-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin: 40px 20px 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;
}

.slide-2 {
  background-image: url('../images/BeFunky-photo-4-min_1.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.logo-circle {
  width: 12px;
  height: 12px;
  margin-right: 5px;
  border: 1px solid #000;
  border-radius: 50%;
  background-color: #000;
}

.right-panel-top {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 20px;
  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;
}

.container-7 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 80vh;
  background-color: #e7e7e7;
}

.container-7.three.hide {
  display: none;
}

.arrow-left-2 {
  margin-left: -2px;
}

.logo-wrapper {
  position: absolute;
  left: 0%;
  top: 0%;
  right: auto;
  bottom: auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 20px;
  margin-left: 0px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  opacity: 0.19;
}

.title-right-botton {
  margin-top: 10px;
  font-family: Poppins, sans-serif;
  color: #fff;
  font-size: 10px;
  font-weight: 400;
  letter-spacing: 2px;
  text-transform: uppercase;
}

.right-navbar {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 75px;
}

.plus-sign-horizontal {
  position: relative;
  width: 14px;
  height: 2px;
  background-color: #fff;
}

.plus-sign-vertical {
  position: absolute;
  width: 2px;
  height: 14px;
  background-color: #fff;
}

.right-gradient-bottom {
  position: absolute;
  left: 0%;
  top: auto;
  right: 0%;
  bottom: 0%;
  z-index: 3;
  height: 200px;
  background-image: -webkit-gradient(linear, left top, left bottom, from(transparent), to(rgba(0, 0, 0, 0.5)));
  background-image: linear-gradient(180deg, transparent, rgba(0, 0, 0, 0.5));
}

.arrow-right-2 {
  margin-right: -2px;
}

.right-panel {
  position: relative;
  z-index: 500;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: visible;
  -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;
  border-top-left-radius: 7px;
  background-image: url('../images/Theresa-03.jpg');
  background-position: 50% 24%;
  background-size: cover;
}

.right-panel._2 {
  position: absolute;
  background-color: #802280;
  background-image: none;
}

.right-panel._2._3 {
  border-top-left-radius: 7px;
  background-color: #252525;
  background-image: url('../images/standalone.png');
  background-position: 50% 113%;
  background-size: 70%;
  background-repeat: no-repeat;
}

.right-panel._2 {
  position: absolute;
  background-color: #802280;
  background-image: none;
}

.right-panel._2._3 {
  border-top-left-radius: 7px;
  background-color: #252525;
  background-image: url('../images/standalone.png');
  background-position: 50% 113%;
  background-size: 70%;
  background-repeat: no-repeat;
}

.heading-wrapper {
  margin-left: 0px;
}

.slider-4 {
  position: relative;
  width: 100%;
  height: 100%;
  padding-left: 0px;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 0px 0px;
  background-size: auto;
}

.text-block-35 {
  position: relative;
  margin-top: 20px;
  margin-left: 0px;
  padding-right: 0px;
  padding-left: 40px;
  color: #fff;
  font-size: 12px;
  line-height: 14px;
  font-weight: 300;
}

.main-heading {
  padding-left: 20px;
  border-left: 3px solid #e3395e;
  font-family: Poppins, sans-serif;
  color: #1b0419;
  font-size: 30px;
  line-height: 32px;
  font-weight: 300;
}

.right-gradient-top {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: auto;
  z-index: 3;
  height: 200px;
  border-radius: 7px 0px 0px;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(53, 53, 53, 0.74)), to(transparent));
  background-image: linear-gradient(180deg, rgba(53, 53, 53, 0.74), transparent);
}

.left-panel-1 {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 55%;
  -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-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
}

.left-panel-1.team {
  padding-right: 30px;
}

.right-description {
  font-family: Poppins, sans-serif;
  color: #fff;
  font-size: 20px;
  font-weight: 400;
  text-align: left;
}

.slide-6 {
  border-top-left-radius: 7px;
  border-bottom-left-radius: 7px;
}

.mask-2 {
  border-top-left-radius: 7px;
  border-bottom-left-radius: 7px;
}

.typed-words {
  font-family: Poppins, sans-serif;
  font-size: 60px;
  line-height: 1.4em;
}

.html-embed-5 {
  width: 300px;
  color: #49496b;
}

.sticky_title {
  padding-right: 1em;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  white-space: nowrap;
}

.horizontal-trigger {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: auto;
}

.horizontal-section {
  position: relative;
  width: 100%;
  background-color: rgba(0, 0, 0, 0.56);
}

.sticky_top {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  padding-bottom: 2.5em;
  -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-9 {
  width: 100%;
}

.horizontal-sticky {
  position: -webkit-sticky;
  position: sticky;
  top: 0px;
  overflow: hidden;
  width: 100%;
}

.horizontal-item {
  width: 34%;
  padding-right: 20px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}

.list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.sticky_top-line {
  width: 100%;
  height: 2px;
  background-color: rgba(92, 49, 255, 0.32);
}

.container-8 {
  width: 100%;
  max-width: 1440px;
  margin-right: auto;
  margin-left: auto;
  padding: 60px 80px;
}

.container-8.is--sticky {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  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: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.d-110-social-bg {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 60px;
  height: 60px;
  margin-right: 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;
  border-radius: 100px;
  background-color: #dd4b39;
}

.d-110-social-bg.twitter {
  background-color: #1da1f2;
}

.d-110-social-bg.facebook {
  background-color: #3b5998;
}

.d-110-profile-image {
  width: 100px;
  height: 100px;
  margin-top: -10px;
  margin-right: 20px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  border-radius: 100px;
  background-color: #c5cfd1;
  background-image: url('../images/paul-rudd-ant-man-wasp-script-changes-1118007-1280x0.jpeg');
  background-position: 30% 50%;
  background-size: cover;
  color: #fff;
}

.d-110-contact-text-bar {
  margin-left: 20px;
  color: #fff;
  font-weight: 400;
}

.d-110-social-title {
  margin-bottom: 5px;
  color: #dd4b39;
  font-size: 20px;
  font-weight: 400;
}

.d-110-social-title.twitter {
  color: #1da1f2;
}

.d-110-social-title.facebook {
  color: #3b5998;
}

.d-110-top-wrapper {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 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: 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;
  border-radius: 10px;
  -webkit-transition: all 600ms ease;
  transition: all 600ms ease;
}

.d-110-contact-button {
  position: absolute;
  left: 0%;
  top: auto;
  right: 0%;
  bottom: 0%;
  z-index: 10;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 150px;
  height: 50px;
  margin-right: auto;
  margin-bottom: -20px;
  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;
  border-radius: 100px;
  background-color: #c5cfd1;
  cursor: pointer;
}

.d-110-contact-block-twitter {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100px;
  margin-top: 20px;
  padding-right: 20px;
  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: 10px;
  background-color: #fff;
  text-decoration: none;
}

.d-110-card-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 400px;
  height: 500px;
  margin-right: 30px;
  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;
}

.d-110-text-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: auto;
  margin-top: -10px;
  -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-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.d-110-contact-block-gmail {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100px;
  margin-top: 20px;
  padding-right: 20px;
  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: 10px;
  background-color: #fff;
  text-decoration: none;
}

.d-110-contact-text {
  color: #333;
  font-weight: 400;
}

.d-110-contact-block-facebook {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100px;
  margin-top: 20px;
  padding-right: 20px;
  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: 10px;
  background-color: #fff;
  text-decoration: none;
}

.text-block-36 {
  color: #333;
}

.d-110-name-text {
  margin-bottom: 10px;
  font-size: 20px;
}

.d-110-profile-wrapper {
  position: relative;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  padding-top: 0px;
  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: 10px;
  background-color: #d30026;
}

.d-110-social-text-wrapper {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.d-110-bottom-bar {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 50px;
  margin-top: -10px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px;
  background-color: #9d152c;
}

.d-110-up-arrow {
  position: absolute;
  color: #fff;
  font-size: 24px;
}

.d-110-social-icon {
  color: #fff;
  font-size: 20px;
}

.d-110-description {
  font-size: 14px;
}

.d-110-right-arrow {
  color: #ccc;
  font-size: 24px;
  line-height: 40px;
}

.d-76-card-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 400px;
  height: auto;
  margin-top: 0px;
  margin-right: 0px;
  margin-left: 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;
  cursor: pointer;
}

.d-76-card-wrapper.abdulllah {
  display: none;
}

.d-76-card-wrapper.abed {
  display: none;
}

.d-76-card-wrapper.fady {
  display: none;
}

.d-76-social-media-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 0px;
  margin-bottom: 10px;
  -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;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
}

.d-76-h4-heading {
  margin-top: 50px;
  margin-bottom: 10px;
  font-family: Poppins, sans-serif;
  color: #e2065d;
  font-size: 20px;
  font-weight: 400;
  text-align: center;
}

.d-76-title {
  margin-top: 0px;
  font-family: Poppins, sans-serif;
  color: #5e5e5e;
  font-size: 14px;
  font-weight: 400;
  text-align: center;
}

.d-76-paragraph {
  margin-top: 0px;
  font-family: Poppins, sans-serif;
  color: #5e5e5e;
  font-size: 14px;
  text-align: center;
}

.d-76-icon {
  margin-right: 10px;
  margin-left: 10px;
  -webkit-transition: color 200ms ease;
  transition: color 200ms ease;
  color: #5e5e5e;
  font-size: 18px;
  line-height: 22px;
  text-decoration: none;
}

.d-76-icon:hover {
  color: #4d16dd;
}

.d-76-icon.twitter {
  margin-bottom: -2px;
  font-size: 18px;
}

.d-76-text-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  height: auto;
  -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;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
}

.d-76-image {
  height: auto;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  border-radius: 8px;
  background-image: url('../images/image-1.jpg');
  background-position: 50% 50%;
  background-size: cover;
  box-shadow: 0 10px 20px -8px rgba(0, 0, 0, 0.2);
}

.d-76-image.third {
  width: 50%;
  height: 250px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  background-image: url('../images/Screen-Shot-2021-07-19-at-23.08.49.png');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.d-76-image.third:hover {
  box-shadow: 0 6px 20px -6px rgba(0, 0, 0, 0.31);
}

.d-76-image.third.the {
  background-image: url('../images/Theresa-03.jpg');
}

.d-76-image.third.pia {
  background-image: url('../images/1pia.jpg');
  background-position: 50% 0%;
  background-size: cover;
}

.d-76-image.third.theresa {
  height: 250px;
  background-image: url('../images/Theresa-03.jpg');
  background-position: 50% 0%;
  background-size: cover;
}

.d-76-image.third.adina {
  height: 250px;
  background-image: url('../images/1adina.jpg');
  background-position: 50% 0%;
  background-size: cover;
}

.d-76-image.third.viktor {
  background-image: url('../images/1viktor.jpg');
  background-size: cover;
}

.d-76-image.third.fady {
  width: 50%;
  height: 250px;
  background-image: url('../images/pic.jpg');
  background-size: cover;
  -webkit-filter: saturate(86%);
  filter: saturate(86%);
}

.d-76-image.third.abid {
  background-image: url('../images/1597078732856.jpeg');
  background-position: 0% 33%;
  background-size: 190%;
}

.d-76-image.third.noor {
  background-image: url('../images/noor.jpg');
  background-position: 50% 0%;
  background-size: cover;
}

.image-52 {
  width: 20px;
  height: 20px;
  opacity: 0.58;
}

.image-52.emal {
  position: relative;
  top: 2px;
  opacity: 1;
}

.italic-text-10 {
  font-style: normal;
  text-transform: capitalize;
}

.italic-text-11 {
  font-style: normal;
  font-weight: 400;
}

.text-span-17 {
  display: inline;
  font-size: 31px;
  line-height: 34px;
}

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

.night-sky-fixed-background {
  position: absolute;
  z-index: 100;
  width: 800vh;
  height: 100%;
  background-color: #0e1081;
  opacity: 1;
}

.the-sticky-div-title {
  position: absolute;
  left: 0px;
  top: 0px;
  right: 0px;
  z-index: 300;
  width: 100%;
  margin-top: 10vh;
  margin-bottom: 0px;
  background-color: rgba(52, 152, 219, 0);
  -webkit-transform: perspective(2000px);
  transform: perspective(2000px);
  font-family: Montserrat, sans-serif;
  color: rgba(236, 240, 241, 0.77);
  font-size: 60px;
  line-height: 45px;
  font-weight: 300;
  text-align: center;
  letter-spacing: 0px;
  text-transform: none;
}

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

.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: #e9e9e9;
}

.the-overflow-hidden-mask {
  position: relative;
  z-index: 200;
  overflow: hidden;
  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-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: #e9e9e9;
}

.the-height-400vh-section:focus {
  box-shadow: inset 0 0 0 85px rgba(255, 0, 0, 0.29);
}

.the-height-400vh-section.hide {
  display: none;
}

.the-sticky-div {
  position: -webkit-sticky;
  position: sticky;
  top: 0px;
  bottom: 0px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  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;
}

.portfolio-title {
  position: -webkit-sticky;
  position: sticky;
  top: 0px;
  z-index: 2;
  width: 45%;
  padding-right: 40px;
}

.portfolio-projects {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 55%;
}

.project-image-2 {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.portfolio-left-column {
  width: 50%;
  padding-top: 144px;
  padding-right: 12px;
}

.project-link-block {
  width: 100%;
  margin-bottom: 72px;
  color: #252323;
  text-decoration: none;
}

.portfolio-right-column {
  width: 50%;
  padding-left: 12px;
}

.portfolio-section {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-right: 5vw;
  padding-left: 5vw;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  background-color: #e9e9e9;
}

.project-image-wrapper {
  height: 400px;
  margin-bottom: 16px;
}

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

.image-53 {
  width: 500px;
}

.image-53.second-mobile {
  width: 450px;
}

.image-54 {
  width: 100px;
  opacity: 0.16;
}

.div-block-45 {
  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;
}

.panels-wrapper-2 {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: 2;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  border-top-left-radius: 7px;
  background-color: #392151;
}

.slider-5 {
  height: 100%;
  border-top-left-radius: 7px;
  border-bottom-left-radius: 7px;
  background-color: #392151;
}

.section-20 {
  width: 100vw;
  height: auto;
  -webkit-filter: saturate(116%);
  filter: saturate(116%);
}

.section-21 {
  position: fixed;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: 99999;
  display: none;
  -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(226, 6, 93, 0.53);
  background-image: -webkit-gradient(linear, left top, left bottom, from(#000), to(hsla(0, 0%, 100%, 0)));
  background-image: linear-gradient(180deg, #000, hsla(0, 0%, 100%, 0));
}

.div-block-46 {
  position: static;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: 99999;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 90%;
  height: 70%;
  padding: 20px 50px;
  -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: 9px;
  background-color: #0f0f0f;
  background-image: url('../images/world-new1.png');
  background-position: 97% 97%;
  background-size: contain;
  background-repeat: no-repeat;
  box-shadow: -1px 3px 3px 0 #000;
}

.image-56 {
  -webkit-transition: all 600ms ease;
  transition: all 600ms ease;
}

.image-56:hover {
  -webkit-transform: scale(1.4);
  -ms-transform: scale(1.4);
  transform: scale(1.4);
}

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

.text-span-20 {
  color: #e2065d;
}

.link-24 {
  color: #e2065d;
}

.link-25 {
  color: #e2065d;
}

.link-26 {
  color: #e2065d;
}

.link-27 {
  color: #e2065d;
}

.letters-tight {
  font-family: Poppins, sans-serif;
  font-size: 22px;
  font-weight: 400;
  letter-spacing: -0.025em;
}

.letters-tight.platform {
  color: #e2065d;
  font-size: 26px;
}

.form-input {
  height: 3.25rem;
  padding: 1rem;
  border-style: solid;
  border-width: 1px;
  border-color: #ccd2d4;
  border-radius: 0.25rem;
  background-color: #fff;
}

.form-input::-webkit-input-placeholder {
  color: #757575;
}

.form-input:-ms-input-placeholder {
  color: #757575;
}

.form-input::-ms-input-placeholder {
  color: #757575;
}

.form-input::placeholder {
  color: #757575;
}

.list-2 {
  display: -ms-grid;
  display: grid;
  margin-bottom: 0px;
  padding-left: 20px;
  grid-auto-columns: 1fr;
  grid-column-gap: 1rem;
  grid-row-gap: 0.875rem;
  -ms-grid-columns: 1fr;
  grid-template-columns: 1fr;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
}

.form-textarea {
  min-height: 6rem;
  padding: 1rem;
  border-style: solid;
  border-width: 1px;
  border-color: #ccd2d4;
  border-radius: 0.25rem;
  background-color: #fff;
}

.form-textarea::-webkit-input-placeholder {
  color: #757575;
}

.form-textarea:-ms-input-placeholder {
  color: #757575;
}

.form-textarea::-ms-input-placeholder {
  color: #757575;
}

.form-textarea::placeholder {
  color: #757575;
}

.text-medium {
  font-size: 1.25rem;
}

.hatch-color-swatch {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  width: 1.75rem;
  height: 1.75rem;
  min-width: 1.75rem;
  -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: 50%;
}

.hatch-color-swatch.text-4 {
  border-style: solid;
  border-width: 1px;
  border-color: #ccd2d4;
  background-color: #fff;
}

.hatch-color-swatch.border {
  background-color: #ccd2d4;
}

.hatch-color-swatch.form-input-background {
  border-style: solid;
  border-width: 1px;
  border-color: #ccd2d4;
  background-color: #fff;
}

.hatch-color-swatch.link-hover-color {
  background-color: #3f95ff;
}

.hatch-color-swatch.background-1 {
  border-style: solid;
  border-width: 1px;
  border-color: #ccd2d4;
  background-color: #f7fdff;
}

.hatch-color-swatch.nav-link-hover-color {
  background-color: #4195ff;
}

.hatch-color-swatch.button-color {
  background-color: #030303;
}

.hatch-color-swatch.background-3 {
  border-style: solid;
  border-width: 1px;
  border-color: #ccd2d4;
  background-color: #030303;
}

.hatch-color-swatch.link-color {
  background-color: #030303;
}

.hatch-color-swatch.placeholder-color {
  background-color: #757575;
}

.hatch-color-swatch.text-3 {
  background-color: #a0aec0;
}

.hatch-color-swatch.text-1 {
  background-color: #030303;
}

.hatch-color-swatch.body-background {
  border-style: solid;
  border-width: 1px;
  border-color: #ccd2d4;
  background-color: #fff;
}

.hatch-color-swatch.button-secondary-color {
  background-color: #3f95ff;
}

.hatch-color-swatch.button-secondary-text {
  border-style: solid;
  border-width: 1px;
  border-color: #ccd2d4;
  background-color: #030303;
}

.hatch-color-swatch.brand-color {
  background-color: #3f95ff;
}

.hatch-color-swatch.body-text {
  background-color: #2b2b2b;
}

.hatch-color-swatch.background-4 {
  background-color: #55b0ff;
}

.hatch-color-swatch.background-2 {
  border-style: solid;
  border-width: 1px;
  border-color: #ccd2d4;
  background-color: #cde4eb;
}

.hatch-color-swatch.button-text-hover {
  border-style: solid;
  border-width: 1px;
  border-color: #ccd2d4;
  background-color: #fff;
}

.hatch-color-swatch.nav-link-color {
  background-color: #030303;
}

.hatch-color-swatch.button-secondary-text-hover {
  border-style: solid;
  border-width: 1px;
  border-color: #ccd2d4;
  background-color: #fff;
}

.hatch-color-swatch.button-text {
  border-style: solid;
  border-width: 1px;
  border-color: #ccd2d4;
  background-color: #fff;
}

.hatch-color-swatch.headings {
  background-color: #030303;
}

.hatch-color-swatch.button-secondary-hover-color {
  background-color: #1f60e2;
}

.hatch-color-swatch.text-2 {
  background-color: #4a5568;
}

.hatch-color-swatch.border-hover {
  background-color: #3d3d3d;
}

.hatch-wf-selector-button {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 2rem;
  height: 2rem;
  min-width: 32px;
  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: 4px;
  background-color: #5e5e5e;
}

.form-label {
  font-size: 0.875rem;
  font-weight: 400;
}

.border-right-1px {
  border-right: 1px solid #ccd2d4;
}

.border-right-1px.tablet-hide {
  position: static;
}

.button-6 {
  padding: 0.8rem 1.3rem;
  border-radius: 0.25rem;
  background-color: #030303;
  -webkit-transition: color 200ms ease-in-out, background-color 200ms ease-in-out;
  transition: color 200ms ease-in-out, background-color 200ms ease-in-out;
  color: #fff;
}

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

.button-6.button-large {
  padding: 1rem 1.75rem;
  font-size: 1.125rem;
}

.button-6.button-small {
  padding: 0.5rem 0.75rem;
  font-size: 0.875rem;
}

.form-grid {
  display: -ms-grid;
  display: grid;
  grid-auto-columns: 1fr;
  grid-column-gap: 0.75rem;
  grid-row-gap: 0.75rem;
  -ms-grid-columns: 1fr;
  grid-template-columns: 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.container-1280 {
  width: 100%;
  max-width: 1280px;
  margin-right: auto;
  margin-left: auto;
  padding-right: 0rem;
  padding-left: 0rem;
}

.padding-y-20 {
  padding: 5rem 30px;
}

.button-secondary {
  padding: 0.8rem 1.3rem;
  border-radius: 0.25rem;
  background-color: #3f95ff;
  -webkit-transition: color 200ms ease-in-out, background-color 200ms ease-in-out;
  transition: color 200ms ease-in-out, background-color 200ms ease-in-out;
  color: #030303;
}

.button-secondary:hover {
  background-color: #1f60e2;
  color: #fff;
}

.button-secondary.button-small {
  padding: 0.5rem 0.75rem;
  font-size: 0.875rem;
}

.button-secondary.button-large {
  padding: 1rem 1.75rem;
  font-size: 1.125rem;
}

.border-1px {
  border-style: solid;
  border-width: 1px;
  border-color: #ccd2d4;
}

.flex-row-middle {
  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-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.hatch-wf-class {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 32px;
  padding-right: 10px;
  padding-left: 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: 4px;
  background-color: #1895fc;
  color: #fff;
}

.hatch-wf-class.combo {
  margin-left: 10px;
}

.hatch-wf-class.global {
  background-color: #b5528c;
}

.padding-4 {
  padding: 1rem;
}

.grid-3-columns-content-centered {
  display: -ms-grid;
  display: grid;
  justify-items: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  grid-auto-columns: 1fr;
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  -ms-grid-columns: 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.grid-1-column {
  display: -ms-grid;
  display: grid;
  grid-auto-columns: 1fr;
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  -ms-grid-columns: 1fr;
  grid-template-columns: 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.grid-1-column.hatch-sidebar {
  position: static;
  grid-row-gap: 0.75rem;
}

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

.padding-8 {
  padding: 2rem;
}

.flex-row {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.hatch-wf-selector-icon {
  width: 20px;
  margin-top: -2px;
}

.margin-y-9 {
  margin-top: 2.25rem;
  margin-bottom: 2.25rem;
}

.opacity-60 {
  opacity: 0.6;
}

.padding-top-20 {
  padding-top: 5rem;
}

.padding-top-20.sticky-top-0 {
  position: -webkit-sticky;
  position: sticky;
  top: 49px;
}

.hatch-sidebar-link {
  padding-top: 2px;
  font-family: Poppins, sans-serif;
  color: #e2065d;
  font-size: 16px;
  text-decoration: none;
}

.hatch-sidebar-link:hover {
  color: #3f95ff;
}

.hatch-sidebar-link.w--current {
  padding-left: 0.5rem;
  border-style: solid;
  border-width: 1px 1px 1px 3px;
  border-color: #802280;
  font-family: Poppins, sans-serif;
  color: #707070;
  font-size: 16px;
  font-weight: 400;
  text-decoration: none;
}

.hatch-sidebar-link.sub {
  margin-left: 14px;
  color: #802280;
  font-size: 14px;
}

.hatch-sidebar-link.sub.w--current {
  margin-top: 0px;
  padding-top: 0px;
}

.hatch-webflow-selector {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 10px;
  -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;
  border-radius: 6px;
  background-color: #2b2b2b;
}

.link {
  -webkit-transition: color 200ms ease-in-out;
  transition: color 200ms ease-in-out;
  color: #030303;
}

.link:hover {
  color: #3f95ff;
}

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

.form-select {
  height: 3.25rem;
  padding: 1rem;
  border-radius: 0.25rem;
  background-color: #fff;
}

.hatch-content-grid {
  display: -ms-grid;
  display: grid;
  grid-auto-columns: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  -ms-grid-columns: 220px 1fr;
  grid-template-columns: 220px 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.margin-y-12 {
  margin-top: 0rem;
  margin-bottom: 3rem;
}

.text-small {
  font-size: 0.875rem;
}

.max-width-4xl {
  max-width: 48rem;
}

.margin-bottom-20 {
  margin-bottom: 50px;
}

.margin-bottom-3 {
  margin-bottom: 0.75rem;
}

.body-display-6 {
  margin-top: 10px;
  margin-bottom: 10px;
  color: #707070;
  font-size: 16px;
  line-height: 1.5em;
  font-weight: 600;
  text-align: left;
  text-decoration: none;
}

.body-display-6.ff {
  margin-bottom: 10px;
  font-family: Poppins, sans-serif;
  font-weight: 400;
}

.bold-text-8 {
  font-family: Poppins, sans-serif;
  color: #707070;
  font-size: 16px;
  line-height: 1.5em;
  font-weight: 400;
  text-decoration: none;
}

.text-span-21 {
  color: #802280;
}

.text-span-22 {
  font-family: Poppins, sans-serif;
  color: #802280;
  font-weight: 400;
}

.link-28 {
  color: #802280;
}

.link-29 {
  color: #802280;
}

.text-span-23 {
  color: #ebebeb;
  font-size: 40px;
}

.html-embed-6 {
  width: 90%;
}

.outer-parent {
  position: fixed;
  left: auto;
  top: auto;
  right: 3vw;
  bottom: 3vh;
  z-index: 99999;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 40px;
  height: 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;
}

.circle-main {
  position: absolute;
  z-index: 0;
  width: 50px;
  height: 50px;
  border-radius: 100px;
  background-color: #7e2a7e;
  opacity: 1;
  cursor: pointer;
}

.circle-parent {
  position: absolute;
  z-index: 1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 40px;
  height: 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: 50px;
  background-color: #cd345f;
  cursor: pointer;
}

.tri {
  width: 17px;
  height: 17px;
  margin-left: 2px;
  -webkit-filter: invert(100%);
  filter: invert(100%);
}

.grid-parent {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 260px;
  -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: #f7f7f7;
}

.num-txt {
  position: absolute;
  left: auto;
  top: 0%;
  right: 0%;
  bottom: auto;
  margin-top: 15px;
  margin-right: 15px;
}

.outer-parent-2 {
  position: fixed;
  left: auto;
  top: auto;
  right: 3vw;
  bottom: 3vh;
  z-index: 99999;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 40px;
  height: 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;
}

.outer-parent-2.neww {
  display: none;
}

.outer-parent-2.neww.hide {
  display: none;
}

.toggle-button {
  width: 22px;
  height: 22px;
  margin-left: 3px;
  border-radius: 60px;
  background-color: #8a8a8a;
}

.menu-bar {
  width: 100%;
  height: 2px;
  margin-bottom: 6px;
  background-color: #000;
}

.settings-dot {
  position: absolute;
  left: 5px;
  top: -3px;
  width: 6px;
  height: 8px;
  border-radius: 20px;
  background-color: #000;
}

.settings-dot-1 {
  position: absolute;
  top: -3px;
  right: 5px;
  width: 6px;
  height: 8px;
  border-radius: 20px;
  background-color: #000;
}

.tool-tip-text {
  color: #fff;
  font-size: 10px;
}

.dot-2 {
  width: 8px;
  height: 8px;
  margin-bottom: 6px;
  border-radius: 50px;
  background-color: #000;
}

.btn-txt-2 {
  position: absolute;
}

.search-input-2 {
  width: 115px;
  margin-right: 15px;
  margin-bottom: 0px;
  padding-top: 6px;
  padding-bottom: 6px;
  float: right;
  border: 1px solid #000;
  border-radius: 40px;
  background-color: #000;
  color: #d6d6d6;
  font-size: 12px;
}

.tool-top {
  position: absolute;
  left: -10px;
  top: -28px;
  right: 0%;
  bottom: auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 60px;
  height: 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;
  border-radius: 20px;
  background-color: #000;
}

.toggle-parent {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 55px;
  height: 28px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 50px;
  background-color: #d8d8d8;
  cursor: pointer;
}

.grid-2 {
  height: 120vh;
  margin-bottom: 110px;
  padding: 100px 50px 50px;
  -ms-grid-columns: 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr;
}

.search-button-2 {
  position: absolute;
  left: 6px;
  z-index: 1;
  background-color: transparent;
  background-image: url('../images/mg.png');
  background-position: 50% 54%;
  background-size: 14px;
  background-repeat: no-repeat;
  color: transparent;
}

.seach-parent {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  width: 170px;
  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;
  border-radius: 50px;
  background-color: #000;
  box-shadow: 1px 1px 3px 0 rgba(0, 0, 0, 0.4);
  cursor: pointer;
}

.share-parent-1 {
  position: relative;
  width: 45px;
  height: 45px;
  cursor: pointer;
}

.menu-parent {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  width: 50px;
  height: 50px;
  padding: 12px 8px 8px;
  -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;
  cursor: pointer;
}

.dot-parent {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 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;
  cursor: pointer;
}

.a-1 {
  position: absolute;
  left: 60px;
  top: 10px;
  right: 0%;
  bottom: auto;
  width: 18px;
  height: 2px;
  margin-left: 6px;
  background-color: #000;
}

.a-3 {
  position: absolute;
  left: auto;
  top: auto;
  right: 0%;
  bottom: 3px;
  width: 8px;
  height: 2px;
  background-color: #000;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}

.btn-parent {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  width: 170px;
  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;
  border: 2px solid #000;
  border-radius: 40px;
  color: #000;
  text-decoration: none;
}

.text-parent {
  position: relative;
  z-index: 4;
}

.setting-bar {
  position: relative;
  width: 100%;
  height: 2px;
  margin-bottom: 8px;
  background-color: #000;
}

.settings-parent {
  position: relative;
  width: 40px;
  height: 26px;
  cursor: pointer;
}

.search-2 {
  position: absolute;
  top: 3px;
  width: 100%;
}

.btn-parent-txt {
  position: relative;
}

.a-2 {
  position: absolute;
  left: auto;
  top: 3px;
  right: 0%;
  bottom: auto;
  width: 8px;
  height: 2px;
  background-color: #000;
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

.btn-txt-3 {
  font-size: 16px;
}

.icon-parent {
  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;
}

.share-parent {
  position: absolute;
  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;
  border-radius: 70px;
  background-color: #000;
}

.share-parent.top {
  z-index: 1;
}

.btn-txt-1 {
  position: absolute;
}

.div-block-47 {
  position: absolute;
  top: -58.5px;
  right: 0vw;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 200px;
  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: 20px;
  background-color: silver;
  box-shadow: 2px 2px 3px -1px rgba(0, 0, 0, 0.39);
  -webkit-transform: translate(100vw, 0px);
  -ms-transform: translate(100vw, 0px);
  transform: translate(100vw, 0px);
  -webkit-transition: all 700ms ease;
  transition: all 700ms ease;
}

.be-our {
  margin-right: 10px;
  font-family: Poppins, sans-serif;
  color: #0d0d0d;
  font-size: 13px;
  font-weight: 400;
  text-decoration: none;
}

.link-30 {
  color: #0d0d0d;
  font-size: 15px;
  font-weight: 400;
  text-decoration: none;
}

.image-57 {
  width: 15px;
  -webkit-filter: invert(100%);
  filter: invert(100%);
}

.image-58 {
  width: 15px;
  -webkit-filter: invert(100%);
  filter: invert(100%);
}

.italic-text-12 {
  font-style: normal;
  text-transform: uppercase;
}

.text-span-24 {
  color: #802280;
}

.italic-text-13 {
  color: #802280;
  font-style: normal;
  font-weight: 400;
}

.link-31 {
  color: #802280;
  text-decoration: none;
}

.italic-text-14 {
  color: #392151;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
}

.bold-text-9 {
  color: #392151;
  font-size: 20px;
  font-weight: 400;
}

.bold-text-10 {
  color: #392151;
  font-size: 20px;
  font-weight: 400;
}

.bold-text-11 {
  font-weight: 400;
}

.bold-text-12 {
  font-weight: 400;
}

.bold-text-13 {
  font-weight: 400;
}

.link-32 {
  color: #e2065d;
  text-decoration: none;
}

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

.link-34 {
  color: #e2065d;
  text-decoration: none;
}

.text-span-25 {
  color: #e2065d;
}

.italic-text-15 {
  display: block;
  font-family: Poppins, sans-serif;
  color: #414141;
  font-size: 16px;
  line-height: 1.5em;
  font-style: normal;
  text-align: left;
}

.d-76-h4-heading-2 {
  margin-top: 50px;
  margin-bottom: 10px;
  font-family: Poppins, sans-serif;
  color: #e2065d;
  font-size: 20px;
  font-weight: 400;
  text-align: center;
}

.text-span-26 {
  font-family: Poppins, sans-serif;
  color: #e2065d;
  font-weight: 400;
}

.heading-28 {
  margin-bottom: 15px;
  font-family: Poppins, sans-serif;
  color: #494949;
  font-weight: 400;
}

.body-display-7 {
  width: 95%;
  margin-top: 10px;
  margin-bottom: 10px;
  color: #802280;
  font-size: 16px;
  line-height: 1.5em;
  font-weight: 600;
  text-align: left;
  text-decoration: none;
}

.body-display-7.feature-too-app {
  margin-bottom: 50px;
}

.body-display-7.feature-too-app.last-before-video {
  margin-bottom: 0px;
}

.body-display-7.app-page-features {
  margin-bottom: 50px;
  font-size: 17px;
}

.body-display-7.app-page-features.download {
  margin-bottom: 20px;
}

.body-display-7.ansofy-underline-text {
  margin-bottom: 50px;
}

.body-display-7.ansofy-underline-text.sign {
  margin-bottom: 10px;
}

.body-display-7.ansofy-underline-text.sign.disc {
  font-family: Poppins, sans-serif;
  font-size: 20px;
}

.subtitle-6 {
  margin-bottom: 20px;
  padding-left: 15px;
  border-left: 2px solid #e2065d;
  font-family: Poppins, sans-serif;
  color: #494949;
  font-size: 12px;
  line-height: 1.4em;
  font-weight: 400;
  text-align: left;
  letter-spacing: 3px;
  text-transform: uppercase;
}

.bold-text-15 {
  font-family: Poppins, sans-serif;
  color: #414141;
  font-size: 17px;
  line-height: 1.5em;
  font-weight: 400;
  text-decoration: none;
}

.bold-text-15.pharaghraph {
  color: #802280;
  font-size: 19px;
  font-weight: 400;
}

.bold-text-15.pharaghraph.pl {
  color: #494949;
  font-size: 17px;
}

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

.ins._2 {
  -webkit-filter: none;
  filter: none;
}

.ins._2.twitter {
  -webkit-filter: invert(100%);
  filter: invert(100%);
}

.bold-text-16 {
  font-weight: 400;
}

.bold-text-17 {
  color: #392151;
  font-size: 20px;
  font-weight: 400;
}

.question-title-3 {
  margin-right: 10px;
  font-family: Poppins, sans-serif;
  color: #392151;
  font-size: 20px;
  font-weight: 400;
  letter-spacing: -0.03em;
}

.faq-paragraph-3 {
  margin-bottom: 0px;
  padding-top: 14px;
  padding-bottom: 14px;
  font-family: Poppins, sans-serif;
  color: #414141;
  font-size: 16px;
  line-height: 1.6;
  font-weight: 400;
  letter-spacing: -0.03em;
}

.link-35 {
  color: #e2065d;
  font-size: 16px;
  text-decoration: none;
}

.link-36 {
  color: #e2065d;
  font-size: 14px;
  text-decoration: none;
}

.link-37 {
  color: #e2065d;
  font-size: 14px;
  text-decoration: none;
}

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

.div-block-48 {
  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;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
}

.link-38 {
  color: #e2065d;
  font-size: 15px;
  font-weight: 400;
}

.link-39 {
  color: #e2065d;
}

.link-40 {
  font-family: Poppins, sans-serif;
  color: #414141;
  font-weight: 400;
  text-decoration: underline;
}

.link-41 {
  font-family: Poppins, sans-serif;
  color: #414141;
  font-size: 17px;
  font-weight: 400;
}

.link-42 {
  font-family: Poppins, sans-serif;
  color: #414141;
  font-size: 17px;
  font-weight: 400;
}

.grid-3 {
  padding-left: 3vw;
  -ms-grid-columns: 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr;
}

.splide {
  position: relative;
  width: 100%;
}

.splide__track {
  width: 100%;
}

.splide__list {
  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: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.splide__slide {
  width: 33.333333333333336%;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}

.splide__slide.five-cards {
  width: 20%;
}

.splide__arrows {
  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: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.div-block-49 {
  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;
}

.image-59 {
  height: 480px;
}

.deleted {
  display: none;
}

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

.image-60 {
  width: 120px;
  height: 50px;
  margin-right: 10px;
}

.image-61 {
  width: 120px;
  height: 50px;
}

@media screen and (min-width: 1280px) {
  .xxl-heading.one {
    line-height: 1.6em;
  }

  .xxl-heading.two {
    width: 100%;
    font-size: 65px;
    line-height: 0.9em;
  }

  .xxl-heading.two.pop {
    width: 80%;
    margin-bottom: 20px;
    padding-left: 20px;
    border-left: 3px solid #e2065d;
  }

  .clip.popup {
    overflow: visible;
    margin-bottom: 50px;
    padding-left: 0px;
  }

  .page-wrapper {
    background-color: #e9e9e9;
  }

  .body-display.white.footer-text {
    font-family: Poppins, sans-serif;
    font-size: 17px;
  }

  .card-hover-item {
    padding: 0px;
  }

  .subtitle.white {
    font-family: Poppins, sans-serif;
    font-size: 16px;
  }

  .dual-wrapper {
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
  }

  .menu-list-item.w--current {
    font-family: Poppins, sans-serif;
    font-size: 17px;
  }

  .menu-list-item.white.take {
    display: none;
  }

  .list-item-text {
    font-size: 17px;
  }

  .newsletter-form-wrapper {
    padding-top: 80px;
    padding-bottom: 80px;
  }

  .newsletter-intro {
    padding: 80px 48px;
  }

  .sticky-section {
    width: 100%;
  }

  .text-block-3 {
    font-size: 17px;
  }

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

  .heading-4 {
    font-size: 20px;
  }

  .text--large {
    margin-bottom: 16px;
    font-size: 24px;
    line-height: 28px;
  }

  .card--sticky {
    margin-bottom: 24px;
    padding: 32px;
  }

  .card--light {
    margin-bottom: 24px;
    padding: 32px;
  }

  .grid--2col {
    grid-column-gap: 24px;
  }

  .tag {
    font-size: 20px;
    line-height: 24px;
  }

  .text--feature {
    font-size: 40px;
    line-height: 40px;
  }

  .icon--large {
    font-size: 32px;
    line-height: 32px;
  }

  .card {
    margin-bottom: 24px;
    padding: 32px;
  }

  .card.first-section-mobile {
    margin-bottom: 0px;
    padding-left: 0px;
  }

  .card.first-section-mobile.app-page {
    max-width: none;
  }

  .card.first-section-mobile.why {
    margin-left: 50px;
  }

  .card.cookies {
    padding-top: 0px;
  }

  .video_playbutton {
    width: 80px;
    height: 80px;
  }

  .card--highlight {
    margin-bottom: 24px;
    padding: 32px;
  }

  .body-display-3 {
    width: 100%;
    margin-bottom: 0px;
  }

  .body-display-3.ansofy-underline-text.sign.disc {
    font-size: 20px;
  }

  .body-display-3.third.diec {
    color: #414141;
    font-size: 17px;
  }

  .body-display-3.check-more {
    margin-bottom: 10px;
    font-size: 18px;
  }

  .body-display-3.ee {
    color: #414141;
    font-size: 17px;
  }

  .body-display-3.p {
    color: #414141;
    font-size: 17px;
  }

  .body-display-3.ff {
    color: #414141;
    font-size: 18px;
  }

  .body-display-3.pop {
    width: 90%;
    margin-top: 20px;
    margin-bottom: 20px;
    color: #e2065d;
    font-size: 20px;
    line-height: 24px;
  }

  .subtitle-3.aboutus.feature {
    position: relative;
    top: 0%;
  }

  .subtitle-3.aboutus.feature.video {
    left: 0vw;
  }

  .subtitle-3.aboutus.feature._50 {
    margin-bottom: 50px;
  }

  .featured-journal-wrapper {
    padding-top: 48px;
    padding-right: 48px;
    padding-left: 48px;
    grid-column-gap: 60px;
  }

  .margin-0 {
    font-size: 20px;
  }

  .icon-image-wrapper.margin-s.more {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
  }

  .container-4 {
    width: 100%;
  }

  .section-9.grain.padding-top-40.no.home {
    padding-top: 50px;
    padding-right: 5vw;
    padding-left: 5vw;
    background-image: url('../images/60c715e93f9c4880288301d8_DOTSBLACK.png');
    background-position: 50% 50%;
    background-size: auto;
    background-repeat: no-repeat;
  }

  .section-9.grain.padding-top-40.no.home.oo {
    padding-bottom: 50px;
  }

  .heading-2-small.registeration {
    font-size: 35px;
  }

  .bold-text-5 {
    font-family: Poppins, sans-serif;
    color: #414141;
    font-size: 18px;
    font-weight: 400;
  }

  .bold-text-5.header-in-hero-section {
    font-family: Poppins, sans-serif;
    color: #ebebeb;
    font-size: 20px;
    line-height: 1.2em;
    font-weight: 400;
  }

  .bold-text-5.hd {
    color: #414141;
    font-size: 20px;
  }

  .grid-wrapper-4 {
    padding-bottom: 50px;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .section-11.no-top-padding.grey {
    padding-top: 50px;
  }

  .number-item {
    min-height: 275px;
    margin-right: 5px;
    padding: 36px 48px;
  }

  .skew-background {
    z-index: 100;
  }

  .instagram-footer {
    padding-top: 50px;
  }

  .outline-hover-circle {
    border-color: #414141;
  }

  .background.instagram-one {
    background-image: none;
    background-position: 0px 0px;
    background-size: auto;
    background-repeat: repeat;
  }

  .slider-arrow-icon {
    -webkit-filter: none;
    filter: none;
  }

  .slider-arrow-icon.twiter {
    -webkit-filter: invert(100%);
    filter: invert(100%);
  }

  .overlay-2 {
    background-color: rgba(10, 16, 29, 0);
  }

  .instagram-grid {
    position: relative;
    z-index: 200;
    -ms-grid-columns: 1fr 1fr 1fr 1fr;
    grid-template-columns: 1fr 1fr 1fr 1fr;
  }

  .instagram {
    z-index: 500;
    background-color: transparent;
  }

  .k-section-header.k-s-header--pair {
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }

  .section-12.section--spaced-1.dection-2.homei.mobile.hoooo {
    padding-bottom: 0px;
    background-color: hsla(0, 0%, 91.4%, 0);
  }

  .heading-12 {
    color: #802280;
  }

  .heading-14 {
    color: #802280;
  }

  .text-block-23 {
    font-size: 17px;
  }

  .text-block-24 {
    font-size: 17px;
  }

  .text-block-25 {
    font-size: 17px;
  }

  .text-block-26 {
    font-size: 17px;
  }

  .half-wrapper {
    grid-column-gap: 100px;
  }

  .huge-link._3.takepff {
    display: none;
  }

  .text-block-29 {
    font-size: 55px;
  }

  .text-block-31 {
    font-size: 30px;
    font-weight: 400;
  }

  .image-39 {
    width: 100px;
  }

  .faq-paragraph-2 {
    color: #414141;
    font-size: 18px;
    line-height: 1.7;
  }

  .heading-2-small-4.registeration {
    font-size: 35px;
  }

  .question-title-2 {
    color: #392151;
    font-size: 20px;
  }

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

  .image-42.test {
    position: relative;
  }

  .link-block-3 {
    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-large-header {
    margin-bottom: 0px;
  }

  .c-mission_photo {
    width: 500px;
    margin-top: 0px;
    margin-right: 30px;
  }

  .is--mission-heading {
    margin-bottom: 0em;
    font-family: Poppins, sans-serif;
    color: #494949;
    font-size: 30px;
    line-height: 1.2em;
    font-weight: 400;
  }

  .is--display {
    font-family: Poppins, sans-serif;
    color: #494949;
    font-size: 35px;
    font-weight: 400;
  }

  .c-mission_content {
    padding-left: 20px;
  }

  .c-mission {
    padding: 50px;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    border-radius: 7px;
    background-color: hsla(0, 0%, 100%, 0);
  }

  .container-6 {
    max-width: 1150px;
    padding-right: 0vw;
    padding-left: 0vw;
    background-color: hsla(0, 0%, 91.4%, 0);
  }

  .team-grid-2 {
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
  }

  .container-7.three {
    display: none;
  }

  .d-76-image.third {
    width: 60%;
    height: 300px;
  }

  .d-76-image.third.theresa {
    width: 60%;
    height: 300px;
  }

  .d-76-image.third.adina {
    width: 60%;
    height: 300px;
  }

  .d-76-image.third.fady {
    width: 60%;
    height: 300px;
    background-image: url('../images/pic.jpg');
    background-position: 50% 52%;
    background-size: auto 110%;
  }

  .the-height-400vh-section {
    display: none;
  }

  .image-53 {
    position: relative;
    width: 500px;
    margin-right: 100px;
  }

  .section-20 {
    height: auto;
    background-color: #e9e9e9;
    -webkit-filter: saturate(116%);
    filter: saturate(116%);
  }

  .section-21 {
    display: none;
  }

  .div-block-46 {
    padding-right: 0px;
  }

  .image-56 {
    -webkit-transition: all 600ms ease;
    transition: all 600ms ease;
  }

  .image-56:hover {
    -webkit-transform: scale(1.5);
    -ms-transform: scale(1.5);
    transform: scale(1.5);
  }

  .link-24 {
    color: #e2065d;
    text-decoration: none;
  }

  .link-25 {
    color: #e2065d;
  }

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

  .body-display-6 {
    margin-bottom: 20px;
  }

  .text-span-23 {
    color: #ebebeb;
  }

  .html-embed-6 {
    width: 500px;
    height: auto;
    min-height: auto;
  }

  .tri {
    margin-left: 0px;
  }

  .outer-parent-2.neww {
    right: 3.4vw;
  }

  .italic-text-14 {
    color: #414141;
    font-size: 19px;
  }

  .bold-text-9 {
    color: #392151;
    font-size: 20px;
  }

  .bold-text-10 {
    color: #392151;
    font-size: 20px;
  }

  .bold-text-11 {
    color: #392151;
  }

  .bold-text-12 {
    color: #392151;
  }

  .bold-text-13 {
    color: #392151;
  }

  .link-32 {
    color: #e2065d;
    text-decoration: none;
  }

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

  .italic-text-15 {
    color: #414141;
    font-size: 17px;
    line-height: 1.7em;
  }

  .d-76-h4-heading-2 {
    font-size: 22px;
  }

  .body-display-7 {
    width: 100%;
    margin-bottom: 0px;
  }

  .body-display-7.app-page-features.download {
    margin-bottom: 20px;
  }

  .body-display-7.ansofy-underline-text.sign.disc {
    font-size: 20px;
  }

  .bold-text-15 {
    font-family: Poppins, sans-serif;
    color: #414141;
    font-size: 18px;
    font-weight: 400;
  }

  .bold-text-16 {
    color: #392151;
  }

  .bold-text-17 {
    color: #392151;
    font-size: 20px;
  }

  .question-title-3 {
    color: #392151;
    font-size: 20px;
  }

  .faq-paragraph-3 {
    color: #414141;
    font-size: 18px;
    line-height: 1.7;
  }

  .grid-3 {
    padding-right: 3vw;
  }
}

@media screen and (min-width: 1440px) {
  .credits-wrapper {
    grid-column-gap: 80px;
  }

  .dual-wrapper {
    -ms-grid-columns: 0.9fr 1fr;
    grid-template-columns: 0.9fr 1fr;
  }

  .hero-feature-card {
    padding-top: 48px;
    padding-bottom: 48px;
  }

  .services-card {
    padding: 48px;
  }

  .credits-wrapper-2 {
    grid-column-gap: 80px;
  }

  .featured-journal-wrapper {
    grid-column-gap: 80px;
  }

  .fixed-cta.migration.second {
    padding-right: 12px;
  }

  .number-item {
    min-height: 300px;
    padding-top: 36px;
    padding-bottom: 36px;
  }

  .project-grid {
    grid-column-gap: 60px;
    grid-row-gap: 60px;
  }

  .k-collection-img-wrap {
    max-height: 80vh;
  }

  .k-container-1 {
    background-position: 50% 50%;
    background-size: cover;
    background-repeat: no-repeat;
  }

  .half-wrapper {
    grid-column-gap: 120px;
  }

  .container-6 {
    max-width: 1300px;
  }

  .section-21 {
    display: none;
  }
}

@media screen and (min-width: 1920px) {
  .xxl-heading.one {
    font-size: 65px;
  }

  .xxl-heading.two {
    font-size: 60px;
  }

  .video-info {
    -ms-grid-rows: auto auto;
    grid-template-rows: auto auto;
  }

  .menu-list-item.white.small {
    padding-top: 0px;
  }

  .hero-feature-card {
    padding-top: 60px;
    padding-bottom: 60px;
    padding-left: 48px;
  }

  .wrapper-2 {
    max-width: 100%;
  }

  .div-scroll-conteiner {
    display: none;
  }

  .k-section-header.k-s-header--pair {
    width: 100%;
    margin-bottom: 0vw;
  }

  .section-12.section--spaced-1.dection-2 {
    margin-right: 0px;
    margin-left: 0px;
    padding-right: 5vw;
    padding-left: 5vw;
  }

  .k-container-1 {
    width: 100%;
    padding-left: 5vw;
    -webkit-justify-content: space-around;
    -ms-flex-pack: distribute;
    justify-content: space-around;
  }

  .k-s__block.k-s--space-r-1.second {
    width: auto;
    max-width: none;
    padding-right: 0vw;
  }
}

@media screen and (max-width: 991px) {
  .section {
    padding-top: 80px;
    padding-bottom: 80px;
  }

  .section.no-verticle-padding.dark {
    padding-top: 70px;
  }

  .section.video-section {
    padding-top: 180px;
    padding-bottom: 120px;
  }

  .nav-link {
    padding: 20px 12px;
    font-size: 12px;
    text-decoration: none;
  }

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

  .left-navbar {
    width: 100%;
  }

  .nav-menu {
    display: none;
  }

  .pin-stripe.hide-tablet {
    display: none;
  }

  .hero-content-wrapper {
    max-width: none;
  }

  .xxl-heading {
    font-size: 64px;
  }

  .xxl-heading.one {
    font-size: 60px;
    line-height: 1.5em;
  }

  .xxl-heading.two {
    line-height: 0.9em;
  }

  .xxl-heading.two.pop {
    font-size: 35px;
  }

  .page-wrapper {
    overflow: hidden;
  }

  .banner-content {
    min-height: 325px;
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .large-heading.video-text {
    font-size: 20px;
  }

  .body-display.dark {
    color: #090b19;
  }

  .project-item {
    max-height: 550px;
    min-height: 375px;
  }

  .testimonial-arrow {
    top: 25%;
    bottom: auto;
    height: 25%;
  }

  .testimonial-content {
    grid-auto-flow: row;
    grid-auto-rows: auto;
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
    -ms-grid-rows: auto;
    grid-template-rows: auto;
  }

  .testimonial-column {
    min-height: 400px;
    padding: 48px 24px;
  }

  .testimonial-column.testimonial-description {
    min-height: auto;
  }

  .testimonial-column.testimonial-image {
    min-height: 450px;
  }

  .page-info-ribbon {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .subtitle.subscribe {
    font-size: 10px;
  }

  .tripple-grid {
    grid-row-gap: 36px;
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
  }

  .services-grid {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
  }

  .dual-wrapper {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .project-categories-wrapper {
    margin-top: 0px;
    padding-right: 0vw;
    padding-left: 0vw;
  }

  .large-menu-wrapper {
    padding-top: 75px;
    padding-bottom: 0px;
    grid-row-gap: 0px;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .collection-grid {
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
  }

  .project-collection-item:nth-child(odd) {
    margin-top: 5vh;
    margin-bottom: 5vh;
  }

  .projects-search-wrapper {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

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

  .mega-category-list {
    display: none;
  }

  .collection-list {
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
  }

  .team-collection-item:nth-child(odd) {
    margin-top: 0px;
  }

  .team-collection-item:nth-child(even) {
    margin-top: 60%;
    margin-bottom: -40%;
  }

  .post-list-item {
    height: auto;
    font-size: 16px;
  }

  .post-list-item.category-list-item {
    min-height: 60px;
    padding-right: 24px;
    padding-left: 24px;
    font-size: 16px;
  }

  .inner-page-hero-wrapper {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .team-grid {
    grid-auto-rows: auto;
    grid-row-gap: 0px;
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
    -ms-grid-rows: auto;
    grid-template-rows: auto;
  }

  .sticky-services-menu {
    position: relative;
    top: 0px;
  }

  .sticky-services-menu.extra-top-margin {
    top: 0px;
  }

  .menu-list-item.white {
    grid-column-gap: 18px;
  }

  .rich-text h2 {
    font-size: 28px;
  }

  .rich-text h4 {
    font-size: 18px;
  }

  .rich-text h3 {
    font-size: 22px;
  }

  .right-grid-intro {
    padding-left: 0px;
  }

  .hero-bottom-feature {
    width: 50%;
  }

  .footer-wrapper {
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
    -ms-grid-rows: minmax(44px, auto) minmax(106px, auto) minmax(106px, auto) minmax(36px, auto);
    grid-template-rows: minmax(44px, auto) minmax(106px, auto) minmax(106px, auto) minmax(36px, auto);
  }

  .featured-project-details {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .gallery-items-wrapper {
    padding-top: 160px;
  }

  .fly-out-button {
    width: 50%;
    max-width: 50%;
  }

  .fly-out-button.on-click {
    width: 66.66%;
    max-width: 66.66%;
  }

  .fly-out-button.off-click {
    width: 60%;
    padding-right: 0vw;
  }

  .project-description-wrapper {
    grid-row-gap: 48px;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .project-description {
    padding: 36px 24px;
  }

  .project-features {
    padding-top: 0px;
  }

  .news-list {
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
  }

  .news-list-item:nth-child(even) {
    margin-top: 36px;
    margin-bottom: 36px;
  }

  .pagination {
    padding-top: 36px;
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
  }

  .large-search-wrapper {
    width: 100%;
  }

  .services-wrapper {
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
  }

  .about-quote {
    height: auto;
    max-height: none;
    min-height: auto;
    padding-top: 0%;
  }

  .project-gallery-image-wrapper {
    -ms-grid-rows: auto 1fr;
    grid-template-rows: auto 1fr;
  }

  .project-schowcae-title {
    height: auto;
    margin-bottom: 0px;
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
  }

  .tablet-mobile-menu {
    display: -ms-grid;
    display: grid;
    grid-auto-columns: 1fr;
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    -ms-grid-rows: auto auto;
    grid-template-rows: auto auto;
  }

  .dropdown {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-right: 0px;
    margin-left: 0px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    border-bottom: 1px solid #e2e7f1;
  }

  .dropdown.top {
    border-top: 1px solid #e2e7f1;
  }

  .dropdown-toggle {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-right: 0px;
    margin-left: 0px;
    padding: 20px 24px;
    -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;
  }

  .tablet-mobile-nav-links {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    background-color: #fff;
  }

  .dropdown-list {
    position: relative;
    left: 0%;
    top: 0%;
    right: 0%;
    bottom: auto;
    overflow: hidden;
    background-color: #fff;
  }

  .image-cover-wrapper {
    width: 50%;
  }

  .dropdown-lottie {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 18px;
    margin-left: 24px;
    -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;
  }

  .template-showcase-grid {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .page-info {
    overflow: auto;
  }

  .background-banner.newsletter-banner {
    background-position: 50% 0%;
  }

  .newsletter-wrapper {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .services-card {
    padding: 36px 24px;
  }

  .banner-categories {
    padding-top: 0px;
  }

  .minimal-card {
    padding: 24px;
  }

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

  .template-card {
    padding: 24px;
  }

  .image {
    width: 30%;
  }

  .three-grid-wrapper {
    margin-bottom: 60px;
    grid-row-gap: 36px;
    -ms-grid-columns: 1fr 0.75fr;
    grid-template-columns: 1fr 0.75fr;
  }

  .large-heading-2 {
    font-size: 48px;
  }

  .showreel-wrapper {
    height: 60vh;
  }

  .showreel-heading {
    bottom: -24px;
    font-size: 72px;
  }

  .text-block-3 {
    font-size: 14px;
  }

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

  .paragraph {
    font-size: 14px;
  }

  .image-3 {
    width: auto;
  }

  .paragraph-4 {
    font-size: 14px;
  }

  .section-7 {
    padding-top: 70px;
  }

  .card--sticky {
    position: static;
  }

  .section_row {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-align-content: flex-start;
    -ms-flex-line-pack: start;
    align-content: flex-start;
  }

  .grid--2col {
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
  }

  .tag {
    margin-bottom: 8px;
  }

  .section_col {
    max-width: 800px;
    min-width: 480px;
    margin-right: auto;
    margin-left: auto;
  }

  .icon--small {
    -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;
  }

  .card_image {
    margin-bottom: 16px;
  }

  .card_video {
    margin-bottom: 16px;
  }

  .icon--large {
    width: 24px;
    height: 24px;
    -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_row-2 {
    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-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -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;
    grid-auto-columns: 1fr;
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
    -ms-grid-rows: auto auto;
    grid-template-rows: auto auto;
  }

  .card {
    max-width: 100%;
    padding-top: 0px;
  }

  .card.first-section-mobile.app-page {
    padding-left: 50px;
  }

  .container-3 {
    max-width: 768px;
  }

  .section_col-2 {
    max-width: 800px;
    min-width: 480px;
    margin-right: auto;
    margin-left: auto;
  }

  .section_col-2.align--middle {
    width: 100%;
    max-width: 100%;
    min-width: auto;
    padding-right: 5vw;
    padding-left: 0vw;
  }

  .card--highlight {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .floater {
    width: 20%;
  }

  .floater.position--highlight-top-left {
    width: 1000px;
  }

  .text-block-6 {
    width: 100%;
    margin-bottom: 5vh;
    padding-bottom: 0vh;
  }

  .device {
    overflow: hidden;
  }

  .video-blog-wrap {
    position: static;
    left: 0%;
    top: auto;
    right: 0%;
    bottom: 0%;
    z-index: 12;
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
    -ms-flex-order: 1;
    order: 1;
  }

  .hero-section {
    height: auto;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .video-mock-up {
    height: 600px;
  }

  .device-2 {
    overflow: hidden;
  }

  .video-mock-up-2 {
    height: 600px;
  }

  .hero-section-2 {
    height: auto;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .team-image-location {
    display: none;
  }

  .grid-wrapper-2 {
    -ms-grid-columns: minmax(65px, 1fr) minmax(auto, 1400px) minmax(65px, 1fr);
    grid-template-columns: minmax(65px, 1fr) minmax(auto, 1400px) minmax(65px, 1fr);
  }

  .about-images {
    overflow: auto;
    margin-left: 65px;
  }

  .body-display-3 {
    font-family: Poppins, sans-serif;
    line-height: 1.5em;
    font-weight: 400;
  }

  .body-display-3.third.diec {
    margin-bottom: 0px;
    line-height: 1.5em;
  }

  .body-display-3.p {
    line-height: 1.5em;
  }

  .body-display-3.ff {
    line-height: 1.5em;
  }

  .body-display-3.pop {
    margin-bottom: 20px;
  }

  .about-us-section {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    overflow: hidden;
    width: 100%;
    padding-right: 0vw;
    padding-left: 0vw;
    -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;
  }

  .about-us-section.app-page {
    padding-top: 100px;
  }

  .about-wrapper {
    padding-top: 80px;
    grid-row-gap: 36px;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .grey-cover {
    margin-left: 65px;
  }

  .featured-journal-wrapper {
    margin-top: -48px;
    margin-left: 36px;
    padding: 24px 24px 0px;
    grid-auto-rows: 1fr;
    grid-row-gap: 120px;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    -ms-grid-rows: auto;
    grid-template-rows: auto;
  }

  .section-8 {
    padding-top: 80px;
    padding-bottom: 80px;
  }

  .section-8.no-top-padding {
    padding-bottom: 60px;
  }

  .journal-right-wrapper {
    grid-row-gap: 24px;
  }

  ._4-col-grid {
    grid-row-gap: 56px;
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
  }

  .circle-blur-bottom-right-2 {
    width: 320px;
    height: 320px;
    opacity: 0.9;
    -webkit-filter: blur(64px);
    filter: blur(64px);
  }

  .circle-blur-bottom-right-2.safari {
    -webkit-filter: blur(68px);
    filter: blur(68px);
  }

  .section-9 {
    padding-top: 104px;
    padding-bottom: 104px;
  }

  .section-9.grain.padding-top-40 {
    padding-bottom: 50px;
  }

  .center-div.margin-xxl {
    margin-bottom: 72px;
  }

  .heading-2-small {
    font-size: 25px;
    line-height: 1.2em;
  }

  .with-underline {
    padding-top: 2px;
    padding-bottom: 4px;
  }

  .paragraph-m {
    font-size: 18px;
  }

  .fixed-cta-container {
    left: 0%;
    top: 16px;
    right: 10%;
    bottom: auto;
    z-index: 1000;
    display: none;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
  }

  .fixed-cta {
    position: static;
    top: 16px;
  }

  .fixed-cta.migration {
    position: static;
    width: 50px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .fixed-cta.migration.second {
    width: 50px;
    margin-right: 5px;
    margin-bottom: 0px;
    margin-left: 0px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .fixed-cta.migration.second.ipad-hidden {
    position: fixed;
    right: 3.2vw;
    bottom: 14.2vw;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: auto;
    margin-right: 0px;
  }

  .fixed-cta.migration.second.ipad-hidden.privace {
    bottom: 7.9vw;
  }

  .fixed-cta.migration.second.ipad-hidden.term {
    position: fixed;
    left: auto;
    top: auto;
    right: 2%;
    bottom: 2%;
    display: block;
    width: auto;
  }

  .fixed-cta.migration.second.ipad-hidden.android {
    bottom: 8.4vw;
    width: 50px;
  }

  .fixed-cta.migration.second.ipad-hidden.gpdr.w--current {
    margin-bottom: 40px;
  }

  .fixed-cta.migration.ipad {
    display: none;
  }

  .fixed-cta.migration.apple-hidden {
    position: fixed;
    right: 3.8vw;
  }

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

  .bold-text-5 {
    color: #0d0d0d;
    line-height: 1.3em;
  }

  .bold-text-5.header-in-hero-section {
    font-size: 18px;
  }

  .heading-2-small-2 {
    font-size: 56px;
    line-height: 64px;
  }

  .div-scroll-conteiner {
    position: relative;
    top: 4px;
    border-color: #d5fd5d;
  }

  .text-area.larger.margin-l {
    padding-top: 12px;
    padding-bottom: 12px;
  }

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

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

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

  .background-video-6 {
    width: 60vw;
  }

  .heading-2-small-3 {
    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: 25px;
    line-height: 1em;
    text-align: center;
  }

  .heading-2-small-3.publes {
    font-size: 30px;
  }

  .with-underline-2 {
    padding-top: 2px;
    padding-bottom: 4px;
  }

  .with-underline-2.long-underline {
    text-align: left;
  }

  .div-block-16 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }

  .faq-question-bar {
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .faq-question-wrap {
    padding-right: 20px;
    padding-left: 20px;
  }

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

  .section-10.gdprr.ipad {
    padding-top: 50px;
  }

  .bold-text-7 {
    font-size: 11px;
    font-weight: 400;
  }

  .fly-out-button-2 {
    width: 50%;
    max-width: 50%;
  }

  .fly-out-button-2.on-click {
    width: 66.66%;
    max-width: 66.66%;
  }

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

  .number-item {
    grid-row-gap: 100px;
  }

  .benefits-row {
    grid-row-gap: 0px;
    -ms-grid-columns: 1fr 1px 1fr;
    grid-template-columns: 1fr 1px 1fr;
    -ms-grid-rows: auto 1px auto;
    grid-template-rows: auto 1px auto;
  }

  .verticle-line {
    width: 100%;
  }

  .instagram-footer {
    padding-top: 80px;
  }

  .hover-circle-wrapper {
    display: none;
  }

  .instagram-grid {
    grid-column-gap: 12px;
    grid-row-gap: 12px;
  }

  .instagram {
    height: 20vw;
    background-color: transparent;
    background-image: url('../images/facebook.png');
    background-position: 50% 50%;
    background-size: 20%;
    background-repeat: no-repeat;
    -webkit-filter: invert(100%);
    filter: invert(100%);
  }

  .instagram.face {
    background-image: url('../images/Dark-linkedin-2.svg');
    -webkit-filter: none;
    filter: none;
  }

  .instagram.tw {
    background-image: url('../images/instagram-logo.png');
  }

  .instagram.lin {
    background-image: url('../images/twitter.png');
  }

  .instagram-feed {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .showreel-info {
    padding-right: 160px;
  }

  .action-banner {
    min-height: 600px;
  }

  .project-grid {
    padding: 36px 0px 48px 36px;
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
  }

  .social-drop-wrapper {
    border-style: solid;
  }

  .menu-icon {
    width: 28px;
  }

  .menu-button {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    height: 100%;
    padding: 19px 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;
  }

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

  .menu-icon-wrapper {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    height: 100%;
    padding: 0px 0px 0px 24px;
    -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: none none none solid;
    border-width: 1px;
    border-color: #000 #000 #000 rgba(136, 158, 168, 0.2);
  }

  .dropdown-corner {
    top: -6px;
    border-top: 1px solid rgba(136, 158, 168, 0.2);
    border-left: 1px solid rgba(136, 158, 168, 0.2);
  }

  .k-collection-img-wrap {
    height: 65vw;
  }

  .k-section-header.k-s-header--pair {
    -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;
  }

  .section-12.section--spaced-1.dection-2 {
    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;
  }

  .heading-2-wrapper.heading-space-2 {
    max-width: 50em;
  }

  .k-para-1.k-text-gray-1 {
    color: #707070;
    font-size: 15px;
  }

  .k-container-1 {
    padding-top: 0px;
    padding-right: 5vw;
    padding-left: 5vw;
  }

  .k-s__block {
    width: 100%;
    max-width: 100%;
  }

  .k-s__block.k-s--space-r-1.second {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    -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;
  }

  .benefits-row-2 {
    grid-row-gap: 0px;
    -ms-grid-columns: 1fr 1px 1fr;
    grid-template-columns: 1fr 1px 1fr;
    -ms-grid-rows: auto 1px auto;
    grid-template-rows: auto 1px auto;
  }

  .sticky-intro {
    position: relative;
    top: 0px;
  }

  .half-wrapper {
    grid-row-gap: 40px;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    -ms-grid-rows: auto;
    grid-template-rows: auto;
  }

  .background-video-7.second-video {
    width: 400px;
    height: 500px;
  }

  .image-co-robime {
    width: 85%;
    margin-bottom: 0px;
  }

  .lightbox-link {
    display: none;
  }

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

  .team-wrapper {
    overflow: auto;
    min-height: 500px;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }

  .three-grid-wrapper-2 {
    margin-bottom: 60px;
    grid-row-gap: 36px;
    -ms-grid-columns: 1fr 0.75fr;
    grid-template-columns: 1fr 0.75fr;
  }

  .unit-image-wrapper.more-programs {
    height: 325px;
  }

  .unit-program {
    width: 340px;
  }

  .dot-block {
    width: 24px;
  }

  .clone-section {
    margin-bottom: 20vh;
  }

  .grid {
    margin-right: -15px;
    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;
  }

  .grid.reverse {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: column-reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }

  .image-big {
    margin-bottom: 40px;
  }

  .pagination-2 {
    padding-right: 30px;
    padding-left: 30px;
  }

  .heading-17 {
    font-size: 3.5vw;
  }

  .outer-shell {
    max-width: 50vw;
    margin-bottom: 50px;
  }

  .wrapper-4 {
    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-4.gallery {
    padding-top: 0px;
    padding-bottom: 0px;
  }

  .wrapper-4.negative-margins {
    margin-top: 0px;
  }

  .wrapper-4.gallery {
    padding-top: 0px;
    padding-bottom: 0px;
  }

  .cropped-image {
    max-width: 350px;
    margin-right: -58px;
    margin-bottom: -92px;
  }

  .rope-slider {
    max-width: 60vw;
  }

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

  .block._41 {
    -webkit-flex-basis: 100%;
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
  }

  .block._41.centred {
    margin-top: 20px;
    -webkit-flex-basis: 100%;
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
  }

  .cord {
    max-width: 70vw;
    min-width: 0px;
    margin-bottom: 40px;
    margin-left: -13vw;
  }

  .bag-landing-page {
    width: 60%;
    height: auto;
    margin-bottom: -10vh;
  }

  .heading-18 {
    font-size: 3.5vw;
  }

  .section-14 {
    margin-bottom: 0px;
    padding-top: 200px;
    padding-bottom: 0vh;
  }

  .section-14.intro {
    min-height: 60vh;
  }

  .big-paragraph {
    margin-bottom: 0px;
    font-size: 3.4vw;
  }

  .off-other-column {
    padding-left: 0px;
    justify-items: start;
    border-left-style: none;
  }

  .connect-text.read.second {
    text-align: left;
  }

  .huge-link {
    margin-top: 20px;
    margin-bottom: 20px;
    font-size: 48px;
    line-height: 48px;
  }

  .huge-link._1 {
    margin-bottom: 10px;
  }

  .huge-link._2 {
    margin-top: 0px;
  }

  .hamburger-wrapper {
    width: 40px;
  }

  .hover-line-2 {
    bottom: 10px;
    height: 3px;
  }

  .hover-line-2.family {
    height: 3px;
  }

  .with-underline-3 {
    padding-top: 2px;
    padding-bottom: 4px;
  }

  .subtitle-5 {
    position: static;
    left: -39vw;
  }

  .heading-2-small-4 {
    font-size: 25px;
    line-height: 1.2em;
  }

  .body-display-5 {
    line-height: 1.5em;
  }

  .header-on-black {
    padding-left: 0px;
    font-size: 4vh;
  }

  .paragraph-large-on-black {
    font-size: 2.5vw;
    line-height: 3vw;
  }

  .columns-3 {
    width: 90%;
    margin-top: 40px;
    padding-right: 0vw;
    padding-left: 0vw;
  }

  .bottom-menu-contact-page-copy {
    left: 0%;
    top: auto;
    right: 0%;
    bottom: 0%;
    width: 100%;
    height: 8vh;
  }

  .div-block-37 {
    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;
  }

  .div-block-34-copy {
    position: static;
    height: 100%;
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
  }

  .link-contact {
    margin-top: 0px;
    margin-bottom: 0px;
  }

  .icon-contact {
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
    border-bottom: 0px none #000;
    font-size: 3vw;
  }

  .section-17 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .paragraph-large-on-black-2 {
    font-size: 15px;
    line-height: 1.4em;
  }

  .header-on-black-2 {
    padding-left: 0px;
    font-size: 4vh;
  }

  .bottom-menu-contact-page-copy-2 {
    left: 0%;
    top: auto;
    right: 0%;
    bottom: 0%;
    width: 100%;
    height: 8vh;
  }

  .link-block-2.read.second {
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .link-block-3 {
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .c-large-header {
    height: 6em;
    margin-left: -5vw;
  }

  .c-mission_photo {
    width: 32vw;
    height: 45vw;
    min-width: 32vw;
  }

  .c-large-header_contain {
    padding-left: 5vw;
  }

  .is--mission-heading {
    margin-bottom: 30px;
    padding-right: 40px;
    font-size: 16px;
  }

  .c-button:hover {
    background-image: -webkit-gradient(linear, left top, left bottom, from(transparent), to(transparent));
    background-image: linear-gradient(180deg, transparent, transparent);
  }

  .is--display {
    font-size: 30px;
  }

  .c-section {
    padding: 2em 5vw;
  }

  .c-section.is--mission {
    padding-top: 2em;
  }

  .c-mission_content {
    width: 50%;
    padding-left: 0vw;
  }

  .c-mission {
    padding-left: 0vw;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
  }

  .c-offset-heading {
    width: 95vw;
    margin-top: 0.5em;
    margin-left: 5vw;
    padding-right: 5vw;
  }

  .c-staff_list {
    margin-top: 4em;
    margin-bottom: 2em;
  }

  .c-staff_item {
    width: 31vw;
    max-width: 31vw;
    min-width: 31vw;
  }

  .top-header-right {
    width: 100%;
    margin-top: 25px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .top-header-wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .top-header-left {
    width: 100%;
  }

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

  .container-6 {
    padding-right: 0px;
    padding-left: 0px;
  }

  .section-title {
    font-size: 28px;
    line-height: 36px;
  }

  .section-19 {
    padding: 60px 5vw;
  }

  .align-center.team {
    padding-left: 50px;
  }

  .team-grid-2 {
    justify-items: center;
    grid-row-gap: 60px;
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
  }

  .team-grid-2.teem {
    padding-top: 20px;
  }

  .div-block-39 {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
  }

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

  .div-block-42 {
    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;
  }

  .asset-02 {
    z-index: -1;
  }

  .upcoming-match-wrapper {
    display: none;
    padding-right: 24px;
    padding-left: 24px;
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
  }

  .wrapper-5 {
    background-image: none;
  }

  .slider-next {
    left: -50px;
  }

  .slider-prev {
    right: -50px;
  }

  .nav-menu-2 {
    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;
    background-color: transparent;
  }

  .menu-button-2 {
    padding-top: 24px;
    padding-bottom: 24px;
    background-color: transparent;
  }

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

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

  .clone {
    display: block;
    font-size: 14px;
  }

  .icon-2 {
    color: #fff;
  }

  .nav-link-2 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 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;
  }

  .nav {
    margin-bottom: 100px;
  }

  .left-section {
    width: 35%;
  }

  .horizontal-item {
    width: 52%;
  }

  .container-8 {
    padding-right: 8vw;
    padding-left: 8vw;
  }

  .d-76-card-wrapper {
    width: 300px;
  }

  .d-76-image.third {
    height: 300px;
  }

  .d-76-image.third.theresa {
    height: 300px;
  }

  .d-76-image.third.adina {
    height: 300px;
  }

  .d-76-image.third.fady {
    height: 300px;
  }

  .portfolio-title {
    width: 100%;
    padding-top: 24px;
    padding-right: 0px;
    background-color: #f5f1ed;
  }

  .portfolio-projects {
    width: 100%;
  }

  .portfolio-left-column {
    padding-right: 8px;
  }

  .portfolio-right-column {
    padding-left: 8px;
  }

  .portfolio-section {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .project-image-wrapper {
    height: 55vh;
  }

  .image-53 {
    max-width: 75%;
    padding-left: 0px;
  }

  .section-21 {
    position: fixed;
    left: 0%;
    top: 0%;
    right: 0%;
    bottom: 0%;
    z-index: 9999;
    display: none;
    width: 100vw;
    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: #e2065d;
  }

  .div-block-46 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 90%;
    height: 80%;
    padding: 51px 51px 30px;
    -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;
    border-radius: 9px;
    background-color: #111;
  }

  .text-span-18 {
    color: #e2065d;
  }

  .link-23 {
    color: transparent;
    text-decoration: none;
  }

  .text-span-19 {
    color: #e2065d;
    font-weight: 400;
    text-decoration: underline;
  }

  .image-56 {
    position: static;
    left: auto;
    top: 0%;
    right: 0%;
    bottom: auto;
  }

  .padding-y-20 {
    padding-top: 4.5rem;
    padding-bottom: 4.5rem;
  }

  .grid-3-columns-content-centered {
    grid-column-gap: 1.25rem;
    grid-row-gap: 1.25rem;
  }

  .padding-8 {
    padding: 1.875rem;
  }

  .margin-y-9 {
    margin-top: 2.125rem;
    margin-bottom: 2.125rem;
  }

  .padding-top-20 {
    padding-top: 4.5rem;
  }

  .hatch-content-grid {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .margin-y-12 {
    margin-top: 2.75rem;
    margin-bottom: 2.75rem;
  }

  .text-small {
    font-size: 0.8125rem;
  }

  .margin-bottom-20 {
    margin-bottom: 4.5rem;
  }

  .body-display-6 {
    font-family: Poppins, sans-serif;
    line-height: 1.5em;
    font-weight: 400;
  }

  .bold-text-8 {
    color: #707070;
    line-height: 1.5em;
  }

  .text-span-23 {
    font-size: 30px;
  }

  .grid-2 {
    height: 200vh;
    -ms-grid-columns: 1fr 1fr 1fr 1fr;
    grid-template-columns: 1fr 1fr 1fr 1fr;
  }

  .italic-text-15 {
    font-size: 17px;
    line-height: 1.6em;
  }

  .body-display-7 {
    font-family: Poppins, sans-serif;
    line-height: 1.3em;
    font-weight: 400;
  }

  .bold-text-15 {
    color: #0d0d0d;
    line-height: 1.6em;
  }

  .splide__slide {
    width: 50%;
  }

  .splide__slide.five-cards {
    width: 33.333333333333336%;
  }
}

@media screen and (max-width: 767px) {
  h1 {
    font-size: 42px;
  }

  blockquote {
    padding-right: 12px;
    padding-left: 18px;
  }

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

  .section.no-verticle-padding.dark {
    padding-bottom: 70px;
  }

  .section.no-bottom-padding {
    padding-top: 70px;
    padding-bottom: 70px;
  }

  .wrapper.navbar-wrapper {
    border-style: none;
    border-color: #000;
  }

  .nav-link {
    padding-right: 18px;
    padding-left: 18px;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    border-bottom: 1px solid #f3f6fc;
  }

  .nav-link.bottom {
    border-bottom-style: none;
  }

  .left-navbar {
    width: 100%;
    min-width: auto;
    padding-left: 0px;
    border-style: none;
  }

  .menu-wrapper {
    display: none;
  }

  .brand {
    padding-left: 18px;
  }

  .pin-stripe.hide-horizontal-mobile {
    display: none;
  }

  .xxl-heading {
    font-size: 54px;
  }

  .xxl-heading.one {
    font-size: 50px;
    line-height: 2em;
  }

  .xxl-heading.two {
    font-size: 40px;
  }

  .page-wrapper {
    display: none;
  }

  .project-item {
    width: 100%;
    height: auto;
  }

  .testimonial-arrow {
    top: 0%;
    width: 50%;
    height: 60px;
    border-top: 1px solid hsla(0, 0%, 100%, 0.1);
    border-bottom: 1px solid hsla(0, 0%, 100%, 0.12);
  }

  .testimonial-arrow.right-arrow {
    left: auto;
    right: 0px;
    border-right-style: none;
  }

  .testimonial-content {
    padding-top: 0px;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    -ms-grid-rows: 1fr;
    grid-template-rows: 1fr;
  }

  .testimonial-column {
    min-height: auto;
  }

  .testimonial-column.testimonial-description {
    border-top: 1px solid hsla(0, 0%, 100%, 0.12);
  }

  .testimonial-column.testimonial-image {
    min-height: 400px;
  }

  .rotate-text.no-rotate-on-mobile {
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
  }

  .credits-wrapper {
    padding: 36px;
    grid-column-gap: 24px;
  }

  .tripple-grid {
    grid-row-gap: 24px;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .services-grid {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .services-grid.two-column {
    grid-row-gap: 24px;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .services-grid.top-border {
    grid-row-gap: 0px;
  }

  .hover-link-wrapper {
    display: none;
  }

  .hover-link-wrapper.video-link-wrapper {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }

  .hover-link-wrapper.project-view-link {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }

  .large-menu-wrapper {
    -ms-grid-rows: 65px auto;
    grid-template-rows: 65px auto;
  }

  .collection-grid {
    margin-top: 0px;
    grid-row-gap: 24px;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .project-collection-item:nth-child(odd) {
    margin-top: 0px;
    margin-bottom: 0px;
  }

  .project-categories {
    margin-top: 0px;
  }

  .categories-grid {
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
  }

  .projects-search-wrapper {
    height: 65px;
  }

  .search-wrapper {
    display: none;
  }

  .collection-list {
    grid-row-gap: 36px;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .collection-list.two-columns {
    grid-row-gap: 24px;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .team-collection-item {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    min-height: 500px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
  }

  .team-collection-item:nth-child(even) {
    margin-top: 0px;
    margin-bottom: 0px;
  }

  .team-collection-item.two-column-item:nth-child(even) {
    margin-top: 0%;
    margin-bottom: 0%;
  }

  .featured-news-list {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .collection-list-item:nth-child(even) {
    margin-top: 24px;
    margin-bottom: 24px;
  }

  .inner-page-hero-wrapper {
    grid-row-gap: 60px;
    -ms-grid-rows: auto auto auto;
    grid-template-rows: auto auto auto;
  }

  .team-grid {
    grid-row-gap: 36px;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    -ms-grid-rows: auto;
    grid-template-rows: auto;
  }

  .navigation-links {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .banner-items {
    height: 80px;
  }

  .banner-items.project-categories {
    padding-top: 0px;
  }

  .banner-items.template-credit {
    height: 100px;
  }

  .menu-list-item {
    -ms-grid-columns: auto 1fr;
    grid-template-columns: auto 1fr;
  }

  .menu-list-item.discovery-item {
    padding-right: 18px;
    padding-left: 18px;
  }

  .mega-social-wrapper {
    padding-right: 18px;
    padding-left: 18px;
  }

  .right-grid-intro {
    margin-bottom: 24px;
  }

  .grid-wrapper {
    grid-row-gap: 120px;
  }

  .grid-wrapper.two-row {
    grid-row-gap: 60px;
  }

  .hero-bottom-feature {
    width: 100%;
  }

  .hero-feature-card {
    padding: 24px;
  }

  .footer-wrapper {
    grid-auto-rows: minmax(36px, auto);
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .project-detail-items {
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
  }

  .gallery-items-wrapper {
    padding-top: 140px;
  }

  .fly-out-button {
    width: 66.66%;
    max-width: 66.66%;
    -ms-grid-columns: 60px 1fr;
    grid-template-columns: 60px 1fr;
  }

  .fly-out-button.on-click {
    width: 100%;
    max-width: 100%;
  }

  .project-description {
    grid-row-gap: 36px;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .general-collection-wrapper {
    padding-top: 36px;
  }

  .news-list {
    grid-row-gap: 24px;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .news-list-item:nth-child(even) {
    margin-top: 0px;
    margin-bottom: 0px;
  }

  .pagination {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .results-help-wrapper {
    padding-top: 36px;
    padding-bottom: 36px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    justify-items: center;
    -ms-grid-columns: auto;
    grid-template-columns: auto;
  }

  .list-item-arrow {
    width: 14px;
    min-width: 14px;
  }

  .gallery-heading {
    padding-left: 18px;
  }

  .field-wrapper {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .services-wrapper {
    padding-top: 36px;
    grid-row-gap: 60px;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .service-examples-wrapper {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .services-info {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .mission-description {
    height: auto;
    max-height: none;
    min-height: auto;
    padding-bottom: 0px;
    padding-left: 0px;
  }

  .about-quote {
    padding-bottom: 24px;
    padding-left: 0px;
  }

  .project-gallery-image-wrapper {
    grid-row-gap: 36px;
  }

  .project-gallery-image:nth-child(odd) {
    margin-top: 0px;
    margin-bottom: 0px;
  }

  .project-schowcae-title {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .dropdown-toggle {
    min-height: 60px;
    padding-right: 18px;
    padding-left: 18px;
  }

  .category-collection-item {
    border-bottom: 1px solid #e2e7f1;
  }

  .category-collection-item:nth-child(odd) {
    border-right: 1px solid #e2e7f1;
  }

  .image-cover-wrapper {
    width: 100%;
  }

  .page-info {
    height: auto;
  }

  .background-banner.newsletter-banner {
    background-position: 50% 0%;
  }

  .dark-cover {
    background-color: transparent;
  }

  .newsletter-form-wrapper {
    padding-top: 36px;
    padding-bottom: 48px;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .newsletter-intro {
    padding: 36px 24px;
  }

  .form-column.right {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .sticky-section {
    position: relative;
    top: 0px;
    height: auto;
    margin-bottom: 0px;
  }

  .page-hero {
    min-height: 550px;
  }

  ._404-hero {
    min-height: 450px;
  }

  .category-link {
    min-height: 80px;
  }

  .anchor-link {
    min-height: 80px;
    border-bottom: 1px solid #e2e7f1;
  }

  .anchor-link.bottom {
    border-bottom-style: none;
  }

  .banner-items-wrapper {
    height: 80px;
  }

  .footer-section {
    padding-bottom: 72px;
  }

  .template-card {
    border-bottom-style: solid;
  }

  .bold-text {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }

  .body-display-2.large.text2 {
    display: block;
    text-align: left;
  }

  .three-grid-wrapper {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    text-align: center;
  }

  .large-heading-2 {
    font-size: 42px;
  }

  .showreel-heading {
    bottom: -18px;
    font-size: 56px;
  }

  .paragraph-2 {
    width: 90%;
  }

  .image-3 {
    width: auto;
  }

  .quote {
    width: 70%;
  }

  .quote1 {
    width: 70%;
  }

  .quote-title {
    width: 70%;
  }

  .text-right {
    width: 80%;
    margin-left: 0px;
  }

  .paragraph-3 {
    width: 90%;
  }

  .text-block-1 {
    margin-bottom: 0px;
  }

  .text-block-2 {
    margin-top: 0px;
  }

  .text-left {
    width: 80%;
    margin-top: 60px;
    margin-right: 0px;
  }

  .image-5 {
    width: 90%;
    -webkit-box-ordinal-group: 0;
    -webkit-order: -1;
    -ms-flex-order: -1;
    order: -1;
  }

  .quick-to-learn {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .button_icon--right {
    margin-left: 8px;
  }

  .text--large {
    margin-bottom: 8px;
  }

  .card--sticky {
    margin-bottom: 8px;
    padding: 20px;
  }

  .card--light {
    padding: 20px;
  }

  .section_row {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .grid--2col {
    display: -ms-grid;
    display: grid;
    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;
    grid-auto-columns: 1fr;
    grid-column-gap: 24px;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    -ms-grid-rows: auto;
    grid-template-rows: auto;
  }

  .button-3 {
    height: 40px;
    padding-right: 16px;
    padding-left: 16px;
    font-size: 16px;
    line-height: 24px;
  }

  .tag {
    font-size: 14px;
    line-height: 18px;
  }

  .section_col {
    width: 100%;
    min-width: 0px;
    padding-right: 0px;
    padding-left: 0px;
  }

  .icon--small {
    width: 14px;
    height: 14px;
    font-size: 14px;
    line-height: 14px;
  }

  .card_video {
    height: auto;
    margin-bottom: 16px;
  }

  .icon--large {
    width: 16px;
    height: 16px;
    font-size: 16px;
    line-height: 16px;
  }

  .section_row-2 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .card {
    padding: 20px;
  }

  .video_playbutton {
    width: 64px;
    height: 64px;
  }

  .container-3 {
    max-width: 600px;
  }

  .section_col-2 {
    width: 100%;
    min-width: 0px;
    padding-right: 0px;
    padding-left: 0px;
  }

  .card--highlight {
    margin-bottom: 16px;
    padding: 20px;
  }

  .floater.position--highlight-top-left {
    width: 1000px;
  }

  .credits-wrapper-2 {
    padding: 36px;
    grid-column-gap: 24px;
  }

  .grid-wrapper-2 {
    -ms-grid-columns: minmax(36px, 1fr) minmax(auto, 1400px) minmax(36px, 1fr);
    grid-template-columns: minmax(36px, 1fr) minmax(auto, 1400px) minmax(36px, 1fr);
  }

  .about-images {
    margin-left: 0px;
  }

  .body-display-3 {
    font-size: 15px;
    line-height: 1.4em;
  }

  .body-display-3.third {
    line-height: 1.4em;
  }

  .about-image-item {
    min-height: 200px;
    min-width: 200px;
  }

  .about-wrapper {
    padding-top: 60px;
    padding-left: 0px;
  }

  .grey-cover {
    margin-left: 0px;
  }

  .featured-journal-wrapper {
    margin-left: 0px;
    padding: 24px 24px 0px;
    grid-row-gap: 100px;
  }

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

  .section-8.no-top-padding {
    padding-bottom: 48px;
  }

  .journal-right-wrapper {
    grid-row-gap: 24px;
  }

  .margin-0 {
    font-size: 15px;
    line-height: 1.3em;
  }

  .circle-blur-bottom-right-2 {
    bottom: 5%;
    width: 280px;
    height: 280px;
    -webkit-filter: blur(60px);
    filter: blur(60px);
  }

  .circle-blur-bottom-right-2.safari {
    -webkit-filter: blur(64px);
    filter: blur(64px);
  }

  .section-9 {
    padding-top: 64px;
    padding-bottom: 64px;
  }

  .center-div.margin-xxl {
    margin-bottom: 64px;
  }

  .heading-2-small {
    font-size: 40px;
    line-height: 48px;
  }

  .with-underline {
    padding-top: 2px;
    padding-bottom: 4px;
    background-position: 50% 110%;
  }

  .fixed-cta.migration.second.ipad-hidden {
    bottom: 18.8vw;
  }

  .fixed-cta.migration.second.ipad-hidden.privace {
    bottom: 10.8vw;
  }

  .fixed-cta.migration.second.ipad-hidden.android {
    right: 2.1vw;
    width: 50px;
  }

  .fixed-cta.migration.apple-hidden {
    position: fixed;
    right: 3.1vw;
    bottom: 15.5vw;
  }

  .bold-text-5 {
    font-size: 15px;
    line-height: 1.5em;
  }

  .bold-text-5.header-in-hero-section {
    font-size: 16px;
  }

  .faq-wrapper {
    padding-right: 0px;
  }

  .button-4 {
    padding-top: 14px;
    padding-bottom: 14px;
    font-size: 15px;
  }

  .heading-2-small-2 {
    font-size: 40px;
    line-height: 48px;
  }

  .div-scroll-conteiner {
    display: none;
  }

  .form-2-col {
    grid-row-gap: 0px;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .form-divider {
    margin-top: 24px;
    margin-bottom: 48px;
  }

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

  .html-embed {
    margin-bottom: 15px;
  }

  .background-video-6 {
    width: 75vw;
  }

  .heading-2-small-3 {
    font-size: 40px;
    line-height: 48px;
  }

  .with-underline-2 {
    padding-top: 2px;
    padding-bottom: 4px;
    background-position: 50% 110%;
  }

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

  .content-h1 {
    font-size: 26px;
  }

  .k-search-icon {
    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;
  }

  .fly-out-button-2 {
    width: 66.66%;
    max-width: 66.66%;
    -ms-grid-columns: 60px 1fr;
    grid-template-columns: 60px 1fr;
  }

  .fly-out-button-2.on-click {
    width: 100%;
    max-width: 100%;
  }

  .grid-wrapper-3 {
    grid-row-gap: 120px;
  }

  .grid-wrapper-3.fixed {
    display: none;
  }

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

  .number-item {
    grid-row-gap: 60px;
  }

  .benefits-row {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    -ms-grid-rows: auto 1px auto 1px auto 1px auto;
    grid-template-rows: auto 1px auto 1px auto 1px auto;
  }

  .instagram-footer {
    padding-top: 60px;
  }

  .instagram-grid {
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
  }

  .instagram {
    height: 40vw;
  }

  .about-hero-bottom {
    min-height: 100px;
  }

  .showreel-info {
    padding-top: 80px;
    padding-right: 24px;
    padding-bottom: 80px;
  }

  .action-banner {
    min-height: auto;
  }

  .project-grid {
    padding: 30px 0px 36px 30px;
    grid-auto-rows: auto;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    -ms-grid-rows: auto;
    grid-template-rows: auto;
  }

  .nav-right {
    grid-column-gap: 18px;
  }

  .heading-2-wrapper {
    max-width: 55em;
  }

  .heading-2-wrapper.heading-space-2 {
    max-width: 48em;
    margin-bottom: 10px;
  }

  .benefits-row-2 {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    -ms-grid-rows: auto 1px auto 1px auto 1px auto;
    grid-template-rows: auto 1px auto 1px auto 1px auto;
  }

  .half-wrapper {
    grid-row-gap: 24px;
  }

  .background-cover-2 {
    width: 100%;
  }

  .team-wrapper {
    min-height: 500px;
  }

  .three-grid-wrapper-2 {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    text-align: center;
  }

  .unit-image-wrapper {
    background-image: url('../images/she-creates.jpg');
    background-position: 50% 50%;
    background-size: contain;
    background-repeat: no-repeat;
  }

  .subhead.more-programs {
    margin-top: 30px;
  }

  .unit-column-wrapper {
    max-width: none;
    margin-right: auto;
    margin-left: auto;
  }

  .description.more-programs {
    margin-top: 10px;
  }

  .unit-program {
    margin-bottom: 40px;
  }

  .cta-links.more-programs {
    margin-top: 10px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
  }

  .scroll-line-wrap {
    bottom: 50%;
    z-index: 1;
    margin-bottom: -3px;
  }

  .scroll-base {
    position: relative;
  }

  .dot-block {
    min-height: 10vh;
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
    -webkit-box-ordinal-group: 3;
    -webkit-order: 2;
    -ms-flex-order: 2;
    order: 2;
  }

  .dot {
    position: static;
    z-index: 99;
  }

  .step-block {
    width: 100vw;
    min-height: 110vh;
    -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;
  }

  .step {
    padding: 8%;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .img-block {
    position: relative;
    z-index: 3;
    max-height: 40vh;
    min-height: 40vh;
    padding-top: 20px;
    -webkit-box-ordinal-group: 4;
    -webkit-order: 3;
    -ms-flex-order: 3;
    order: 3;
  }

  .img-block.anima-1 {
    max-width: 90%;
  }

  .step-content-block {
    z-index: 2;
    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;
    -webkit-box-ordinal-group: 0;
    -webkit-order: -1;
    -ms-flex-order: -1;
    order: -1;
  }

  .content-wrap {
    width: 90%;
    height: 40vh;
    padding-bottom: 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;
  }

  .pagination-link {
    padding: 4px;
  }

  .pagination-2 {
    padding-right: 20px;
    padding-left: 20px;
  }

  .heading-17 {
    font-size: 2em;
  }

  .wrapper-4 {
    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%;
  }

  .pagination-line {
    height: 20px;
  }

  .off-other-column {
    padding-top: 0px;
    padding-bottom: 40px;
    padding-left: 0px;
    border-left-style: none;
  }

  .brand-2 {
    padding-left: 0px;
  }

  .huge-link {
    margin-top: 0px;
  }

  .off-canvas-wrapper {
    padding-top: 80px;
    grid-row-gap: 60px;
    -ms-grid-columns: 1.5fr;
    grid-template-columns: 1.5fr;
    -ms-grid-rows: -webkit-min-content minmax(auto, 1fr);
    -ms-grid-rows: min-content minmax(auto, 1fr);
    grid-template-rows: -webkit-min-content minmax(auto, 1fr);
    grid-template-rows: min-content minmax(auto, 1fr);
  }

  .off-main-linka {
    padding-top: 80px;
  }

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

  ._001-nav {
    display: none;
  }

  .with-underline-3 {
    padding-top: 2px;
    padding-bottom: 4px;
    background-position: 50% 110%;
  }

  .content-h1-2 {
    font-size: 26px;
  }

  .html-embed-4 {
    margin-bottom: 15px;
  }

  .heading-2-small-4 {
    font-size: 40px;
    line-height: 48px;
  }

  .body-display-5 {
    font-size: 15px;
    line-height: 1.4em;
  }

  .div-block-34-copy {
    height: 100%;
    -webkit-align-self: flex-start;
    -ms-flex-item-align: start;
    align-self: flex-start;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
  }

  .link-contact {
    margin-top: 0px;
    margin-bottom: 0px;
  }

  .icon-contact {
    font-size: 4vw;
  }

  .c-large-header {
    height: 5em;
  }

  .c-mission_photo {
    width: 100%;
    min-width: 100%;
    margin-bottom: 3em;
  }

  .is--display {
    font-size: 4em;
  }

  .c-circle {
    width: 90%;
    height: auto;
  }

  .c-mission_content {
    width: 100%;
  }

  .c-mission {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: column-reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }

  .is--display-line {
    width: 8em;
    min-width: 8em;
    margin-right: 2em;
    margin-left: 2em;
  }

  .c-staff_list {
    overflow: scroll;
    width: 100vw;
    margin-left: -5vw;
    padding-left: 5vw;
  }

  .c-staff_item {
    width: 45vw;
    max-width: none;
    min-width: 45vw;
  }

  .top-header-right {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .section-18.grey {
    overflow: hidden;
    max-width: 100vw;
  }

  .full-width-slider-wrapper {
    overflow: visible;
  }

  .section-title {
    font-size: 24px;
    line-height: 32px;
  }

  .section-19 {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .team-grid-2 {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .div-block-41 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    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: #e9e9e9;
  }

  .image-49 {
    width: 50px;
    margin-bottom: 20px;
  }

  .heading-23 {
    font-family: Poppins, sans-serif;
    color: #802280;
    font-size: 13px;
    font-weight: 400;
  }

  .heading-27 {
    font-size: 45px;
  }

  .slider-next {
    left: -100px;
  }

  .slider-prev {
    right: -100px;
  }

  .slider-bg {
    display: none;
  }

  .title {
    font-size: 28px;
  }

  .nav-link-2 {
    width: 100%;
  }

  .nav {
    margin-bottom: 60px;
  }

  .horizontal-item {
    width: 100%;
    padding-right: 4vw;
  }

  .the-sticky-div-title {
    font-size: 52px;
    text-align: center;
  }

  .section-21 {
    display: none;
  }

  .text-medium {
    font-size: 1.125rem;
  }

  .padding-y-20 {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }

  .padding-4 {
    padding: 0.875rem;
  }

  .grid-3-columns-content-centered {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .padding-8 {
    padding: 1.75rem;
  }

  .margin-y-9 {
    margin-top: 2rem;
    margin-bottom: 2rem;
  }

  .padding-top-20 {
    padding-top: 4rem;
  }

  .margin-y-12 {
    margin-top: 2.5rem;
    margin-bottom: 2.5rem;
  }

  .margin-bottom-20 {
    margin-bottom: 4rem;
  }

  .margin-bottom-3 {
    margin-bottom: 0.625rem;
  }

  .body-display-6 {
    font-size: 15px;
    line-height: 1.4em;
  }

  .bold-text-8 {
    font-size: 15px;
    line-height: 1.5em;
  }

  .grid-2 {
    padding-top: 80px;
    -ms-grid-columns: 1fr 1fr 1fr;
    grid-template-columns: 1fr 1fr 1fr;
  }

  .body-display-7 {
    font-size: 15px;
    line-height: 1.4em;
  }

  .bold-text-15 {
    font-size: 15px;
    line-height: 1.5em;
  }

  .splide__slide {
    width: 100%;
  }

  .splide__slide.five-cards {
    width: 100%;
  }
}

@media screen and (max-width: 479px) {
  h1 {
    font-size: 38px;
  }

  h2 {
    font-size: 28px;
  }

  blockquote {
    padding-right: 0px;
    padding-left: 18px;
    font-size: 16px;
  }

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

  .section.no-verticle-padding.dark {
    padding-bottom: 50px;
  }

  .section.no-verticle-padding.dark.part {
    padding-top: 50px;
    padding-bottom: 0px;
  }

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

  .section.no-bottom-padding {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding-top: 50px;
    padding-bottom: 0px;
  }

  .image-overlay {
    border-radius: 0px;
    background-image: url('../images/Space030.jpeg');
    background-position: 0% 100%;
    background-size: auto;
    background-repeat: no-repeat;
    -webkit-filter: none;
    filter: none;
  }

  .image-overlay.dark-overylay {
    background-color: rgba(9, 11, 26, 0);
    opacity: 1;
  }

  .image-overlay.dark-overylay.gdpr {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 1%;
    height: 1px;
  }

  .image-overlay.home {
    background-image: none;
  }

  .image-overlay.support {
    background-image: url('../images/616-credit-score-1.jpeg'), url('../images/Space030.jpeg');
    background-position: 50% 100%, 0% 100%;
    background-size: auto, auto;
    background-repeat: repeat, no-repeat;
  }

  .image-overlay.support.fund {
    background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.23)), to(rgba(0, 0, 0, 0.23))), url('../images/Screen-Shot-2021-05-21-at-14.56.26.png'), -webkit-gradient(linear, left top, left bottom, from(transparent), to(transparent));
    background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.23), rgba(0, 0, 0, 0.23)), url('../images/Screen-Shot-2021-05-21-at-14.56.26.png'), linear-gradient(180deg, transparent, transparent);
    background-position: 0px 0px, 50% 50%, 0px 0px;
    background-size: auto, cover, auto;
    background-repeat: repeat, repeat, repeat;
  }

  .image-overlay.support.testerpic {
    background-image: url('../images/portrait-2.jpg'), -webkit-gradient(linear, left top, left bottom, from(transparent), to(transparent));
    background-image: url('../images/portrait-2.jpg'), linear-gradient(180deg, transparent, transparent);
    background-position: 0% 0%, 0px 0px;
    background-size: auto, auto;
    background-repeat: repeat, repeat;
  }

  .image-overlay.support.testerpic:hover {
    -webkit-transform: translate(0px, 0px);
    -ms-transform: translate(0px, 0px);
    transform: translate(0px, 0px);
  }

  .image-overlay.support.testerpic.team {
    background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.29)), to(rgba(0, 0, 0, 0.29))), url('../images/osmr70mdp0midtfhvze0.jpeg'), -webkit-gradient(linear, left top, left bottom, from(transparent), to(transparent));
    background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.29), rgba(0, 0, 0, 0.29)), url('../images/osmr70mdp0midtfhvze0.jpeg'), linear-gradient(180deg, transparent, transparent);
    background-position: 0px 0px, 37% 50%, 0px 0px;
    background-size: auto, cover, auto;
    background-repeat: repeat, repeat, repeat;
  }

  .image-overlay.support.testerpic.guid {
    background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0.5))), url('../images/6s.jpg'), -webkit-gradient(linear, left top, left bottom, from(transparent), to(transparent));
    background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url('../images/6s.jpg'), linear-gradient(180deg, transparent, transparent);
    background-position: 0px 0px, 0px 0px, 0px 0px;
    background-size: auto, auto, auto;
    background-repeat: repeat, repeat, repeat;
  }

  .navbar {
    height: 65px;
  }

  .wrapper {
    height: auto;
    padding-bottom: 50px;
  }

  .wrapper.navbar-wrapper.nav {
    padding-bottom: 0px;
  }

  .left-navbar {
    border-top-width: 0px;
    border-right-style: none;
    border-bottom-style: none;
    border-bottom-width: 0px;
    border-left-style: none;
    border-left-width: 0px;
    border-bottom-left-radius: 7px;
    border-bottom-right-radius: 7px;
  }

  .brand {
    padding-left: 18px;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
  }

  .body {
    background-color: #d9e6e2;
  }

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

  .pin-stripe.white {
    background-color: rgba(255, 255, 255, 0.07);
  }

  .hero-content-wrapper {
    position: relative;
    top: 0px;
    margin-top: 0px;
    padding-top: 0px;
    -webkit-align-content: stretch;
    -ms-flex-line-pack: stretch;
    align-content: stretch;
  }

  .xxl-heading {
    font-size: 48px;
  }

  .xxl-heading.one {
    display: block;
    margin-top: -15px;
    padding-top: 0px;
    font-family: Poppins, sans-serif;
    font-size: 50px;
    line-height: 1.4em;
    font-weight: 400;
  }

  .xxl-heading.one.guid {
    font-family: Poppins, sans-serif;
    line-height: 70px;
    font-weight: 400;
  }

  .xxl-heading.two {
    font-family: Poppins, sans-serif;
    font-size: 36px;
    line-height: 0.9em;
    font-weight: 400;
  }

  .xxl-heading.two.pop {
    font-size: 35px;
    line-height: 1.1em;
  }

  .clip {
    width: 100%;
    padding-right: 15px;
    line-height: 12px;
  }

  .page-wrapper {
    display: block;
    overflow: hidden;
    background-color: #e9e9e9;
  }

  .banner-wrapper {
    overflow: hidden;
    height: 70vh;
  }

  .banner-content {
    min-height: auto;
    padding: 48px 12px;
  }

  .banner-intro {
    grid-row-gap: 24px;
  }

  .large-heading {
    font-size: 36px;
  }

  .large-heading.video-text {
    font-size: 16px;
    font-weight: 400;
  }

  .body-display.white.footer-text {
    font-family: Poppins, sans-serif;
    font-size: 16px;
  }

  .horizontal-line {
    width: 100%;
    min-height: 1px;
    margin-top: 0px;
    margin-left: 6px;
  }

  .horizontal-line.white {
    margin-top: 0px;
  }

  .button.white-outline {
    display: none;
  }

  .testimonial-arrow {
    font-size: 12px;
  }

  .testimonial-column.testimonial-description {
    margin-bottom: 50px;
    padding: 10px 5px 0px 10px;
    border-top-style: none;
  }

  .testimonial-column.testimonial-image {
    width: 100%;
    min-height: 350px;
  }

  .testimonial-column.testimonial-name {
    z-index: 1;
    padding-top: 24px;
    padding-bottom: 24px;
    border-top: 1px none hsla(0, 0%, 100%, 0.12);
    border-bottom: 1px none hsla(0, 0%, 100%, 0.12);
    background-color: #d6d6d6;
    background-image: none;
  }

  .stacked-description {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .credits-wrapper {
    padding-right: 24px;
    padding-left: 24px;
    grid-auto-flow: row;
    grid-column-gap: 12px;
    grid-row-gap: 18px;
    -ms-grid-columns: 1fr 1fr 1fr 1fr;
    grid-template-columns: 1fr 1fr 1fr 1fr;
  }

  .icon {
    margin-bottom: 36px;
  }

  .subtitle.white {
    font-family: Poppins, sans-serif;
    color: #f3f6fc;
  }

  .subtitle.white.header-main-text {
    position: absolute;
    top: -40px;
    font-size: 13px;
    line-height: 1.2em;
    font-weight: 400;
  }

  .subtitle.subscribe {
    font-size: 10px;
  }

  .tripple-grid {
    width: 100%;
    margin-bottom: 36px;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .tripple-grid.no-margin {
    grid-row-gap: 36px;
  }

  .menu-lottie {
    color: #ec3d68;
  }

  .logos-headline {
    -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;
  }

  .hover-link-wrapper {
    display: none;
  }

  .video-info {
    display: -ms-grid;
    display: grid;
    padding-left: 30px;
    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;
  }

  .project-categories-wrapper {
    position: relative;
  }

  .large-menu-wrapper {
    padding-top: 65px;
  }

  .project-card-info {
    padding: 18px 12px;
  }

  .categories-grid {
    width: 100%;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .category-collection-list-wrapper {
    overflow: hidden;
  }

  .collection-list {
    grid-row-gap: 24px;
  }

  .team-collection-item {
    min-height: 350px;
  }

  .featured-news-list {
    width: 100%;
  }

  .post-list-item.category-list-item {
    height: auto;
  }

  .inner-page-hero-wrapper {
    grid-row-gap: 60px;
  }

  .banner-items.template-credit {
    height: 80px;
  }

  .menu-list-item {
    padding-right: 18px;
    padding-left: 18px;
    -ms-grid-columns: auto 1fr;
    grid-template-columns: auto 1fr;
  }

  .menu-list-item.white {
    -ms-grid-columns: auto 1fr;
    grid-template-columns: auto 1fr;
  }

  .menu-list-item.discovery-item {
    padding-top: 18px;
    padding-bottom: 18px;
  }

  .service-menu-list {
    grid-auto-rows: 1fr;
  }

  .list-heading-wrapper {
    width: 100%;
    padding-left: 18px;
    -ms-grid-columns: auto 1fr;
    grid-template-columns: auto 1fr;
  }

  .team-portrait-wrapper {
    min-height: 400px;
  }

  .rich-text h2 {
    font-size: 26px;
  }

  .right-grid-intro {
    margin-bottom: 12px;
    grid-row-gap: 24px;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .post-card-description {
    padding: 24px;
  }

  .mega-menu-list-wrapper {
    -webkit-box-align: start;
    -webkit-align-items: start;
    -ms-flex-align: start;
    align-items: start;
    grid-auto-rows: auto;
    -ms-grid-rows: auto;
    grid-template-rows: auto;
  }

  .preloader {
    display: none;
  }

  .left-preloader {
    background-color: #dbdbdb;
  }

  .right-preloader {
    background-color: #dbdbdb;
  }

  .stripe-preloader.right {
    border-right-color: #ebebeb;
    background-color: #ebebeb;
  }

  .stripe-preloader.middle {
    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: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    background-color: #ebebeb;
    font-size: 13px;
  }

  .stripe-preloader.left {
    background-color: #ebebeb;
  }

  .grid-wrapper {
    display: -ms-grid;
    display: grid;
    -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;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
    grid-auto-columns: minmax(5vw, 1fr);
    grid-column-gap: 0px;
    grid-row-gap: 30px;
    -ms-grid-columns: minmax(5vw, 1fr) minmax(auto, 1400px) minmax(5vw, 1fr);
    grid-template-columns: minmax(5vw, 1fr) minmax(auto, 1400px) minmax(5vw, 1fr);
    -ms-grid-rows: auto;
    grid-template-rows: auto;
  }

  .grid-wrapper.two-row {
    grid-row-gap: 36px;
  }

  .hero-bottom-feature {
    width: 100%;
  }

  .featured-project-column {
    font-size: 9px;
  }

  .hero-feature-card {
    padding-top: 24px;
    padding-bottom: 24px;
  }

  .hero-background-image {
    background-position: 89% 0%;
    background-size: cover;
  }

  .project-detail-item {
    padding: 36px 18px;
  }

  .project-detail-item.middle-item {
    border-left-style: solid;
  }

  .project-detail-items {
    overflow: auto;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .featured-project-details {
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
  }

  .gallery-items-wrapper {
    padding-top: 140px;
  }

  .fly-out-button {
    width: 100%;
    max-width: 100%;
  }

  .fly-out-button.off-click {
    width: 100%;
  }

  .project-description {
    padding-right: 18px;
    padding-left: 18px;
    grid-row-gap: 24px;
  }

  .projects-lottie-wrapper {
    width: 80%;
    height: 80%;
  }

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

  .search-result-item {
    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;
  }

  .search-results-link {
    padding: 36px 18px;
  }

  .search-result-wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .results-help-wrapper {
    padding-top: 24px;
    padding-bottom: 24px;
  }

  .author-post-item {
    padding-right: 18px;
    padding-left: 18px;
  }

  .list-item-text {
    font-family: Poppins, sans-serif;
    color: #e9e9e9;
    font-size: 16px;
    font-weight: 400;
  }

  .author-card {
    padding-left: 0px;
    grid-row-gap: 24px;
    -ms-grid-columns: auto;
    grid-template-columns: auto;
    text-align: center;
  }

  .dropdown-toggle {
    padding-top: 18px;
    padding-bottom: 18px;
  }

  .dropdown-list {
    height: auto;
  }

  .category-collection-item:nth-child(odd) {
    border-right-style: none;
  }

  .category-collection-item:last-child {
    border-bottom: 1px none #000;
  }

  .image-cover-wrapper {
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    background-color: hsla(300, 0%, 52%, 0);
    background-image: url('../images/Screen-Shot-2021-05-13-at-10.55.18.png');
    background-size: auto;
    background-repeat: no-repeat;
    background-attachment: scroll;
  }

  .client-quote-credit {
    margin-left: 0px;
    padding-left: 18px;
    border-left-color: #392151;
  }

  .background-banner.projects-banner {
    background-image: none;
  }

  .background-banner.newsletter-banner {
    background-position: 50% 0%;
  }

  .radio-item {
    padding-left: 18px;
  }

  .page-hero {
    min-height: 450px;
    padding-top: 89px;
  }

  .projects-hero {
    padding-top: 89px;
  }

  .password-hero {
    min-height: 93vh;
  }

  .category-link {
    min-height: 60px;
  }

  .services-card {
    padding: 36px 18px;
  }

  .minimal-card {
    padding: 24px;
  }

  .anchor-link {
    min-height: 60px;
  }

  .home-hero {
    min-height: 93vh;
    padding-top: 89px;
  }

  .footer-section {
    padding-top: 80px;
    background-color: #090b19;
  }

  .div-block {
    width: 100%;
  }

  .background-video {
    top: -20px;
    height: 110%;
    background-image: none;
    -webkit-filter: contrast(110%) contrast(110%);
    filter: contrast(110%) contrast(110%);
  }

  .image.footer {
    width: 20%;
  }

  .bold-text {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }

  .body-display-2.large {
    width: 90%;
    color: #e7e7e7;
    font-size: 15px;
  }

  .body-display-2.large.text2 {
    color: #3e3e3f;
    text-align: left;
  }

  .text-span-4 {
    color: #333;
    text-align: left;
  }

  .showreel-wrapper {
    height: 70vh;
    min-height: 250px;
  }

  .hover-link-2 {
    top: 0px;
    right: 0px;
  }

  .showreel-heading {
    font-size: 48px;
  }

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

  .text-block-3 {
    font-family: Poppins, sans-serif;
    font-size: 16px;
  }

  .text-block-4 {
    font-family: Poppins, sans-serif;
    font-size: 16px;
    font-weight: 400;
  }

  .text-block-5 {
    font-family: Poppins, sans-serif;
  }

  .heading-4 {
    font-family: Poppins, sans-serif;
    font-size: 16px;
  }

  .section-2 {
    overflow: visible;
    padding-top: 25%;
  }

  .container {
    overflow: visible;
    max-width: none;
    padding-right: 0px;
    padding-left: 0px;
  }

  .paragraph-2 {
    width: 90%;
    margin-top: 3%;
    font-size: 22px;
    line-height: 24px;
  }

  .image-3 {
    position: static;
    overflow: hidden;
    width: 90%;
    max-width: none;
    box-shadow: none;
  }

  .image-4 {
    width: 10%;
  }

  .quote {
    width: 90%;
    line-height: 24px;
  }

  .quote1 {
    width: 90%;
  }

  .quote-title {
    width: 90%;
  }

  .text-right {
    width: 85%;
    padding-top: 0px;
    padding-bottom: 0px;
  }

  .paragraph-3 {
    width: 90%;
    margin-top: 3%;
    font-size: 22px;
    line-height: 24px;
  }

  .text-block-1 {
    width: 100%;
    margin-bottom: 0px;
  }

  .text-block-2 {
    margin-top: 0px;
  }

  .container-2 {
    max-width: 90%;
  }

  .text-block-content {
    margin-top: 0px;
    line-height: 18px;
  }

  .text-block-header {
    margin-top: 40px;
    font-size: 18px;
  }

  .text-left {
    width: 85%;
    margin-right: 0px;
    padding-top: 0px;
    padding-bottom: 0px;
  }

  .section-7 {
    overflow: hidden;
    max-width: 100%;
    padding-bottom: 0px;
  }

  .image-5 {
    width: 100%;
    -webkit-align-self: auto;
    -ms-flex-item-align: auto;
    -ms-grid-row-align: auto;
    align-self: auto;
  }

  .quick-to-learn {
    max-width: 100%;
    text-align: center;
  }

  .card--sticky {
    padding: 20px;
  }

  .card--light {
    padding: 20px;
  }

  .section_col {
    min-width: auto;
  }

  .card_video {
    overflow: visible;
    height: auto;
    border-radius: 10px;
  }

  .section_row-2 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    -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-align-content: center;
    -ms-flex-line-pack: center;
    align-content: center;
    grid-auto-columns: 1fr;
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
    -ms-grid-rows: auto auto;
    grid-template-rows: auto auto;
  }

  .section_row-2.pu {
    padding-right: 0px;
    padding-bottom: 0px;
    padding-left: 0px;
    border-radius: 8px;
  }

  .floater_img {
    position: relative;
    top: -16px;
    max-width: 180%;
    opacity: 0.39;
  }

  .floater_img.upper {
    margin-top: -335px;
    margin-left: 85px;
    opacity: 0.24;
  }

  .card {
    width: 100%;
    margin-bottom: 0px;
    padding: 20px 0px;
  }

  .card.privace {
    padding-top: 0px;
  }

  .card.first-section-mobile {
    width: 100%;
    padding-right: 0px;
    padding-left: 0px;
  }

  .card.first-section-mobile.app-page {
    padding-right: 5vw;
    padding-left: 0vw;
  }

  .card.first-section-mobile.why {
    padding-left: 0px;
  }

  .video_overlay {
    -webkit-filter: none;
    filter: none;
  }

  .video_overlay.vid {
    border-radius: 0px;
  }

  .section_col-2 {
    min-width: auto;
  }

  .section_col-2.align--middle {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100vw;
    max-width: 100%;
    padding-right: 0px;
    padding-left: 0vw;
  }

  .section_col-2.align--middle.support {
    padding-right: 0px;
  }

  .card--highlight {
    margin-bottom: 8px;
    padding-right: 0px;
    padding-bottom: 0px;
    padding-left: 0px;
  }

  .floater.position--highlight-top-left {
    left: 41%;
    top: -23%;
    width: 60%;
    opacity: 0.37;
  }

  .blog-block {
    margin-right: 10px;
    margin-bottom: 0px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .story.front {
    padding-bottom: 24px;
  }

  .cc-junbo-h1 {
    font-size: 36px;
    line-height: 54px;
  }

  .video-blog-block {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
  }

  .video-blog {
    width: 90px;
    height: 160px;
    padding-left: 6px;
  }

  .video-blog-wrap {
    margin-top: 5vh;
    padding-left: 0px;
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
  }

  .video-mock-up {
    width: 300px;
    height: 413px;
  }

  .active-blog {
    width: 104%;
    height: 103%;
    border-radius: 10px;
  }

  .video-mock-up-2 {
    width: 300px;
    height: 413px;
  }

  .credits-wrapper-2 {
    padding-right: 24px;
    padding-left: 24px;
    grid-auto-flow: row;
    grid-column-gap: 12px;
    grid-row-gap: 18px;
    -ms-grid-columns: 1fr 1fr 1fr 1fr;
    grid-template-columns: 1fr 1fr 1fr 1fr;
  }

  .logos-headline-2 {
    -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;
  }

  .subtitle-2.mobile-text {
    font-family: Poppins, sans-serif;
    color: #c5c0c0;
    font-size: 11px;
    font-weight: 400;
  }

  .horizontal-line-2 {
    width: 100%;
    min-height: 1px;
    margin-top: 0px;
    margin-left: 6px;
  }

  .grid-wrapper-2 {
    -ms-grid-columns: minmax(24px, 1fr) minmax(auto, 1400px) minmax(24px, 1fr);
    grid-template-columns: minmax(24px, 1fr) minmax(auto, 1400px) minmax(24px, 1fr);
  }

  .body-display-3 {
    width: 100%;
    font-family: Poppins, sans-serif;
    color: #802280;
    font-size: 17px;
    line-height: 1.5em;
    font-weight: 400;
    text-align: left;
    white-space: break-spaces;
  }

  .body-display-3.header {
    font-size: 16px;
  }

  .body-display-3.ansofy-underline-text {
    color: #494949;
    line-height: 1.4em;
    text-align: center;
  }

  .body-display-3.ansofy-underline-text.sign {
    display: none;
  }

  .body-display-3.ansofy-underline-text.sign.disc {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    text-align: left;
  }

  .body-display-3.third {
    color: #707070;
    line-height: 1.5em;
  }

  .body-display-3.check-more {
    line-height: 20px;
    text-align: left;
  }

  .body-display-3.ff {
    color: #414141;
  }

  .body-display-3.pop {
    width: 100%;
    margin-bottom: 20px;
    font-size: 15px;
    line-height: 1.4em;
  }

  .about-us-section {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    overflow: hidden;
    height: auto;
    padding: 50px 5vw 0px;
    -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;
  }

  .about-us-section.app-page {
    padding-right: 0vw;
    padding-bottom: 0px;
    padding-left: 0vw;
  }

  .about-us-section.suu {
    padding-top: 30px;
  }

  .subtitle-3.aboutus.feature {
    margin-bottom: 30px;
  }

  .subtitle-3.aboutus.feature.video.in-app {
    margin-top: 50px;
  }

  .subtitle-3.aboutus.feature.video.in-testerag {
    margin-top: 50px;
  }

  .subtitle-3.aboutus.feature._50 {
    position: static;
    top: 0%;
    margin-bottom: 20px;
  }

  .about-wrapper {
    padding-bottom: 10px;
  }

  .text-span-5 {
    font-weight: 400;
  }

  .featured-journal-wrapper {
    margin-bottom: 0px;
    padding-top: 12px;
    padding-right: 12px;
    padding-left: 12px;
  }

  .journal-right-wrapper {
    grid-row-gap: 18px;
  }

  .margin-0 {
    color: #802280;
    font-size: 20px;
  }

  .icon-image-wrapper {
    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;
  }

  .icon-image-wrapper.margin-s {
    margin-bottom: 20px;
  }

  .icon-image-wrapper.margin-s.more.register {
    width: 100%;
    padding-top: 0px;
    padding-bottom: 0px;
  }

  .icon-image-wrapper.margin-s.mobile {
    margin-bottom: 0px;
  }

  .icon-image-wrapper.margin-s.mm {
    margin-top: 0px;
  }

  ._4-col-grid {
    display: block;
    margin-bottom: 0px;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .container-4 {
    width: 100%;
  }

  .container-4.mm {
    margin-bottom: 50px;
  }

  .section-9.grain.padding-top-40 {
    padding-top: 50px;
  }

  .section-9.grain.padding-top-40.no.home {
    padding-right: 5vw;
    padding-left: 5vw;
  }

  .section-9.grain.padding-top-40.no.home.oo.mm {
    padding-top: 50px;
    padding-bottom: 50px;
  }

  .benefits-icon {
    width: 20px;
    margin-right: 12px;
    margin-bottom: 10px;
  }

  .center-div.max-800w.margin-xl {
    padding: 30px 25px 190px 28px;
    background-position: 100% 100%;
  }

  .heading-2-small {
    font-size: 24px;
    line-height: 1.1em;
  }

  .heading-2-small.registeration {
    font-size: 20px;
    line-height: 1.3em;
  }

  .image-7 {
    position: static;
    left: 0px;
    top: 0px;
    right: 0px;
    bottom: 0px;
    display: block;
    width: 1200px;
    max-width: none;
    margin-left: -203px;
  }

  .fixed-cta-container {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }

  .fixed-cta {
    top: 18px;
    padding: 10px 14px;
    font-size: 13px;
  }

  .fixed-cta.migration {
    position: fixed;
    bottom: 13.3vw;
    margin-left: 5px;
  }

  .fixed-cta.migration.second {
    margin-right: 0px;
    margin-bottom: 0px;
  }

  .fixed-cta.migration.second.ipad-hidden {
    position: fixed;
    right: 3vw;
    bottom: 20%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    grid-auto-columns: 1fr;
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
    -ms-grid-rows: auto auto;
    grid-template-rows: auto auto;
  }

  .fixed-cta.migration.second.ipad-hidden.privace {
    position: fixed;
    right: 3vw;
    bottom: 27%;
  }

  .fixed-cta.migration.second.ipad-hidden.term {
    right: 3vw;
    bottom: 13%;
  }

  .fixed-cta.migration.second.ipad-hidden.android {
    right: 4.2vw;
    bottom: 29.9vw;
    display: none;
    width: 50px;
  }

  .fixed-cta.migration.second.ipad-hidden.gpdr {
    bottom: 6%;
  }

  .fixed-cta.migration.second.ipad-hidden.gpdr.w--current {
    right: 3vw;
    bottom: 6.5%;
    margin-bottom: -3px;
  }

  .fixed-cta.migration.ipad {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    grid-auto-columns: 1fr;
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
    -ms-grid-rows: auto auto;
    grid-template-rows: auto auto;
  }

  .fixed-cta.migration.ipad.apple {
    right: 4vw;
    display: none;
  }

  .fixed-cta.migration.apple-hidden {
    display: none;
  }

  .bold-text-5 {
    width: 90%;
    color: #414141;
    font-size: 17px;
    text-decoration: none;
  }

  .bold-text-5.header-in-hero-section {
    font-family: Poppins, sans-serif;
    font-size: 17px;
    line-height: 0.5em;
    font-weight: 400;
  }

  .heading-2-small-2 {
    font-size: 36px;
    line-height: 44px;
  }

  .faq-top {
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .faq-arrow {
    width: 20px;
    margin-top: 10px;
  }

  .div-scroll-conteiner {
    position: absolute;
    left: 0%;
    top: auto;
    right: auto;
    bottom: -5%;
    display: none;
    border-color: #e9e9e9;
    opacity: 1;
  }

  .bold-text-6 {
    font-size: 17px;
  }

  .div-block-4 {
    width: 100%;
    margin-bottom: 50px;
    padding-left: 10px;
    border-left-color: #e2065d;
  }

  .background-video-5 {
    position: relative;
    left: 0px;
    top: 45px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 70%;
    height: 420px;
    margin-bottom: 50px;
  }

  .div-block-5 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    height: auto;
    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;
  }

  .div-block-6 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    overflow: hidden;
    width: 100%;
    height: 450px;
    -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-8 {
    position: -webkit-sticky;
    position: sticky;
    overflow: hidden;
  }

  .div-block-14 {
    display: none;
    width: 80%;
    margin-right: 0px;
    padding-left: 10px;
    -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-block-21 {
    width: 100%;
    font-size: 14px;
  }

  .text-block-21.first-text {
    width: 80%;
    font-size: 14px;
  }

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

  .html-embed {
    width: 200px;
    margin-bottom: 15px;
    margin-left: -5px;
  }

  .background-video-6 {
    left: -17px;
    overflow: hidden;
    width: 100vw;
    height: 400px;
  }

  .heading-2-small-3 {
    font-size: 36px;
    line-height: 44px;
  }

  .heading-2-small-3.publes {
    display: block;
    font-size: 24px;
    line-height: 1em;
    text-align: left;
  }

  .div-block-16 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-top: 5px;
  }

  .question-title {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    font-size: 15px;
    font-weight: 400;
  }

  .faq-paragraph {
    font-size: 15px;
  }

  .title-wrap {
    margin-bottom: 20px;
  }

  .faq-question-bar {
    margin-top: 10px;
    margin-bottom: 10px;
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .faq-question-wrap {
    width: 100%;
    margin-top: 10px;
    margin-bottom: 10px;
    padding-right: 0px;
    padding-left: 0px;
  }

  .faq-circle {
    width: 20px;
    height: 20px;
    min-height: 20px;
    min-width: 20px;
  }

  .content-h1 {
    margin-bottom: 0px;
    font-size: 24px;
    text-align: left;
  }

  .section-10 {
    padding-top: 50px;
  }

  .section-10.gdprr {
    padding-top: 0px;
  }

  .section-10.gdprr.ipad {
    padding-top: 0px;
  }

  .section-10.gdprr.ipad.hide {
    padding-top: 50px;
  }

  .k-search-field {
    left: 0vw;
    right: 0vw;
  }

  .k-input-naked {
    height: 80px;
  }

  .k-search-bare {
    padding-left: 16px;
  }

  .k-search-btn-wrapper {
    width: 55px;
    padding-right: 16px;
  }

  .div-block-18 {
    left: auto;
    top: auto;
    right: 9vw;
    bottom: 0%;
  }

  .fly-out-button-2 {
    width: 100%;
    max-width: 100%;
  }

  .fly-out-button-2.on-click {
    position: fixed;
    left: 0%;
    top: auto;
    right: 0%;
    bottom: 0%;
    z-index: 9999;
    padding-right: 5vw;
    border-top-right-radius: 0px;
    border-bottom-right-radius: 0px;
    background-color: #0a0a0a;
  }

  .grid-wrapper-3 {
    grid-row-gap: 100px;
  }

  .grid-wrapper-3.fixed {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }

  .html-embed-3 {
    display: none;
  }

  .html-embed-3.mobile {
    display: block;
    padding-right: 0px;
    padding-left: 0px;
  }

  .grid-wrapper-4 {
    bottom: 50px;
    height: auto;
    padding-bottom: 0px;
  }

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

  .section-11.no-padding.grey.in-app {
    padding-top: 50px;
    background-color: #ddd;
  }

  .section-11.no-padding.grey.in-tet {
    padding-top: 50px;
  }

  .subtitle-4 {
    padding-left: 15px;
    border-left: 2px solid #e2065d;
    font-family: Poppins, sans-serif;
  }

  .skew-background {
    z-index: 100;
    border-radius: 7px;
  }

  .hover-circle-wrapper {
    padding: 40px;
  }

  .background.instagram-four {
    border-radius: 7px;
  }

  .background.instagram-two {
    border-radius: 7px;
  }

  .background.instagram-three {
    border-radius: 7px;
  }

  .background.instagram-one {
    border-radius: 7px;
  }

  .background.action-background {
    border-radius: 7px;
  }

  .overlay-2 {
    border-radius: 7px;
  }

  .instagram-grid {
    position: relative;
    z-index: 500;
    -ms-grid-columns: 1fr 1fr 1fr 1fr;
    grid-template-columns: 1fr 1fr 1fr 1fr;
  }

  .instagram {
    z-index: 500;
    border-radius: 7px;
    background-size: 50%;
  }

  .instagram.mob {
    display: none;
  }

  .instagram.face {
    z-index: 500;
    background-size: 50%;
  }

  .instagram.tw {
    z-index: 500;
    background-size: 50%;
  }

  .instagram.lin {
    z-index: 500;
    background-size: 50%;
  }

  .background-wrapper {
    border-radius: 7px;
  }

  .stacked-heading {
    display: none;
  }

  .showreel-info {
    padding-top: 80px;
    padding-bottom: 80px;
  }

  .action-banner {
    border-radius: 7px;
  }

  .grid-wrapper-6.app-page {
    margin-top: 0px;
  }

  .project-grid {
    padding-top: 28px;
    padding-bottom: 48px;
    padding-left: 28px;
  }

  .nav-button {
    display: none;
  }

  .menu-icon-wrapper {
    padding-left: 18px;
  }

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

  .heading-9 {
    font-family: Poppins, sans-serif;
    font-weight: 400;
  }

  .text-block-22 {
    font-family: Poppins, sans-serif;
  }

  .k-collection-img-wrap {
    margin-bottom: 20px;
  }

  .k-collection-cl {
    width: 100%;
  }

  .text-uppercase.k-text-gray-2.rotated-text {
    font-size: 20px;
  }

  .k-slide-cover-img {
    width: 60%;
    -o-object-position: 50% 0%;
    object-position: 50% 0%;
  }

  .k-section-header.k-s-header--pair {
    -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;
  }

  .k-exclusive-label {
    margin-right: 0px;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
  }

  .section-12.section--spaced-1.dection-2 {
    padding-bottom: 20px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .section-12.section--spaced-1.dection-2.homei.mobile {
    padding-top: 0px;
  }

  .section-12.section--spaced-1.dection-2.homei.mobile.hoooo {
    padding-top: 70px;
  }

  .k-season-clw {
    width: 100%;
    margin-top: 16px;
  }

  .k-d-flex-row {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .k-d-flex-row.k-inner {
    margin-top: 12px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: column-reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }

  .heading-2-wrapper {
    max-width: 75em;
  }

  .heading-2-wrapper.heading-space-2 {
    display: none;
    max-width: 17em;
    margin-bottom: 12px;
  }

  .k-para-1.k-text-gray-1 {
    color: #707070;
  }

  .k-season-cli {
    width: 100%;
  }

  .k-container-1 {
    padding-right: 5vw;
    padding-left: 5vw;
  }

  .k-heading-line {
    display: none;
  }

  .k-s__block {
    width: 100%;
    max-width: 100%;
  }

  .k-s__block.k-s--space-r-1 {
    width: 100%;
    max-width: 100%;
    margin-bottom: 15px;
  }

  .k-s__block.k-s--space-r-1.second {
    display: none;
    -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;
  }

  .k-half-col {
    width: 87%;
  }

  .k-half-col.k-pr-1 {
    width: 100%;
    padding-right: 0vw;
  }

  .medium-stacked-intro {
    grid-row-gap: 24px;
  }

  .half-wrapper {
    -ms-grid-rows: auto;
    grid-template-rows: auto;
  }

  .background-video-7 {
    position: relative;
    left: 0vw;
    top: 0px;
    right: 0px;
    z-index: 1;
    width: 70%;
    height: 470px;
    margin-right: 0px;
    margin-bottom: 0px;
  }

  .background-video-7.second-video {
    position: relative;
    left: -20vw;
    overflow: hidden;
    width: 700px;
    height: 400px;
    margin-left: -10vw;
  }

  .background-video-7.white-video {
    width: 250px;
    height: 450px;
  }

  .div-block-20 {
    width: 100%;
    margin-right: 0px;
  }

  .image-co-robime {
    width: auto;
    margin-bottom: 40px;
    padding-right: 0px;
    padding-left: 0px;
  }

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

  .team-wrapper {
    min-height: 475px;
    padding-bottom: 80px;
  }

  .unit-image-wrapper {
    width: 280px;
    background-image: none;
  }

  .subhead {
    font-size: 24px;
  }

  .unit-column-wrapper {
    margin-right: 0px;
    margin-left: 0px;
    justify-items: center;
    grid-column-gap: 0px;
    grid-template-columns: repeat(auto-fit, 280px);
  }

  .unit-copy-container {
    width: 280px;
    max-width: none;
  }

  .unit-copy-container.more-programs {
    width: auto;
    max-width: none;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -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;
  }

  .description.more-programs {
    max-width: 360px;
    margin-top: 0px;
    font-size: 15px;
  }

  .unit-program {
    width: auto;
  }

  .img-block {
    width: 90%;
  }

  .content {
    font-size: 20px;
  }

  .grid {
    margin-right: -15px;
    margin-left: -15px;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .grid.videoscreen {
    margin-top: 0px;
    margin-right: 0px;
  }

  .image-big.small2 {
    left: -39.9vw;
    top: -146.5vw;
  }

  .image-big.mobile {
    left: 41.8vw;
    top: -20.9vw;
  }

  .image-big.mobile.appmobile {
    display: none;
  }

  .heading-17 {
    font-size: 1.6em;
  }

  .wrapper-4 {
    padding-right: 15px;
    padding-left: 15px;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
  }

  .sticky {
    display: none;
  }

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

  .block.vertically-centered {
    top: 54px;
  }

  .block._58 {
    position: static;
    left: 1px;
    padding-right: 0px;
    padding-left: 0px;
  }

  .bag-landing-page {
    margin-bottom: 10vh;
  }

  .section-14.last {
    min-height: auto;
    padding-top: 0px;
  }

  .background-video-8 {
    position: static;
    left: -8.6vw;
    top: 0px;
    overflow: hidden;
  }

  .off-other-column {
    position: relative;
    top: -21px;
    margin-top: 0px;
    padding-bottom: 0px;
    -webkit-box-align: start;
    -webkit-align-items: start;
    -ms-flex-align: start;
    align-items: start;
    grid-row-gap: 12px;
    -ms-grid-rows: -webkit-min-content 42px;
    -ms-grid-rows: min-content 42px;
    grid-template-rows: -webkit-min-content 42px;
    grid-template-rows: min-content 42px;
  }

  .connect-text {
    font-family: Poppins, sans-serif;
  }

  .brand-2 {
    border-bottom: 1px none #e2065d;
  }

  .small-link {
    font-family: Poppins, sans-serif;
    font-weight: 400;
  }

  .huge-link {
    margin-top: 0px;
  }

  .huge-link._3 {
    margin-top: 5px;
    margin-bottom: 0px;
  }

  .huge-link._3.w--current {
    margin-bottom: 0px;
  }

  .huge-link._1 {
    margin-top: 0px;
    margin-bottom: 20px;
  }

  .huge-link._1.w--current {
    margin-bottom: 5px;
  }

  .huge-link._2 {
    margin-top: 5px;
    margin-bottom: 5px;
  }

  .off-canvas-wrapper {
    overflow: auto;
    padding-top: 100px;
    padding-left: 20px;
    justify-items: start;
    -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;
    grid-row-gap: 3px;
  }

  .hamburger-middle {
    width: 50%;
    background-color: #e9e9e9;
  }

  .off-main-linka {
    margin-bottom: 0px;
    padding-top: 0px;
    padding-left: 0vw;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .hamburger-wrapper {
    width: 30px;
  }

  .hamburger-top {
    background-color: #e9e9e9;
  }

  .big-overlay {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    overflow: visible;
    height: auto;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .hamburger-bottom {
    background-color: #e9e9e9;
  }

  .connect-wrap {
    margin-bottom: 10px;
  }

  .connect-wrap.second-menu {
    margin-top: 20px;
  }

  .hover-line-2 {
    left: -58px;
    top: 42px;
    height: 4px;
  }

  .hover-line-2.family {
    top: 102px;
  }

  ._001-nav {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-top: -1vh;
    margin-right: 5vw;
    margin-left: 5vw;
    border-bottom-left-radius: 7px;
    border-bottom-right-radius: 7px;
    background-image: linear-gradient(174deg, #e2065d 47%, #802280);
  }

  .text-block-29 {
    font-size: 40px;
    line-height: 38px;
  }

  .text-block-31 {
    display: block;
    font-size: 20px;
    line-height: 38px;
    text-align: left;
  }

  .text-block-31.beour {
    font-size: 25px;
    line-height: 33px;
  }

  .text-block-31.terms {
    margin-bottom: 10px;
  }

  .text-block-32 {
    font-size: 30px;
    line-height: 25px;
  }

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

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

  .heading-19 {
    font-family: Poppins, sans-serif;
    color: #494949;
    font-size: 25px;
  }

  .paragraph-9 {
    font-family: Poppins, sans-serif;
    color: #494949;
    font-size: 15px;
  }

  .paragraph-10 {
    font-family: Poppins, sans-serif;
    color: #494949;
    font-size: 15px;
  }

  .paragraph-11 {
    font-family: Poppins, sans-serif;
    color: #494949;
    font-size: 15px;
  }

  .paragraph-12 {
    font-family: Poppins, sans-serif;
    color: #494949;
    font-size: 15px;
  }

  .paragraph-13 {
    font-family: Poppins, sans-serif;
    color: #494949;
    font-size: 15px;
  }

  .paragraph-14 {
    font-family: Poppins, sans-serif;
    color: #494949;
    font-size: 15px;
  }

  .paragraph-15 {
    font-family: Poppins, sans-serif;
    color: #494949;
    font-size: 15px;
  }

  .heading-20 {
    margin-bottom: 30px;
    font-family: Poppins, sans-serif;
    font-size: 20px;
    line-height: 1.4em;
    font-weight: 400;
  }

  .text-block-33 {
    margin-bottom: 20px;
  }

  .text-block-34 {
    font-family: Poppins, sans-serif;
  }

  .content-h1-2 {
    margin-bottom: 0px;
    font-size: 24px;
    text-align: left;
  }

  .faq-paragraph-2 {
    font-size: 17px;
  }

  .subtitle-5 {
    margin-bottom: 0px;
  }

  .html-embed-4 {
    width: 200px;
    margin-bottom: 15px;
    margin-left: -5px;
  }

  .heading-2-small-4 {
    font-size: 24px;
    line-height: 1.1em;
  }

  .heading-2-small-4.registeration {
    font-size: 20px;
    line-height: 1.3em;
  }

  .heading-2-small-4.registeration {
    font-size: 20px;
    line-height: 1.3em;
  }

  .body-display-5 {
    width: 100%;
    font-family: Poppins, sans-serif;
    color: #802280;
    line-height: 1.5em;
    font-weight: 400;
    text-align: left;
    white-space: break-spaces;
  }

  .body-display-5.ansofy-underline-text {
    color: #494949;
    line-height: 1.4em;
    text-align: center;
  }

  .body-display-5.ansofy-underline-text.sign {
    display: none;
  }

  .question-title-2 {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    font-size: 18px;
    font-weight: 400;
  }

  .header-on-black {
    margin-top: 0px;
    margin-bottom: 10px;
    padding-right: 10px;
    font-size: 8vw;
    line-height: 9vw;
  }

  .form-3 {
    margin-bottom: 20px;
  }

  .paragraph-large-on-black {
    padding-right: 2.2vh;
    padding-bottom: 20px;
    font-family: Poppins, sans-serif;
    font-size: 5vw;
    line-height: 6vw;
    font-weight: 500;
  }

  .text-field-3 {
    height: 50px;
  }

  .small-header-left {
    padding-left: 0px;
    font-size: 13px;
  }

  .text-field-4 {
    height: 50px;
  }

  .form-block-3 {
    width: 100%;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }

  .button-contact {
    width: 60%;
    margin-top: 10px;
    padding: 10px;
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
    -ms-flex-order: 1;
    order: 1;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    font-size: 16px;
    font-weight: 800;
  }

  .div-block-31 {
    width: 100%;
    padding-top: 6vh;
    padding-bottom: 0vh;
    padding-left: 0vw;
  }

  .columns-3 {
    width: 100%;
    padding-left: 0vw;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .bottom-menu-contact-page-copy {
    left: 0%;
    top: auto;
    right: 0%;
    bottom: 0%;
    z-index: 10000;
    display: block;
    width: 100%;
    height: 8vh;
  }

  .div-block-37 {
    display: block;
    height: 100%;
    -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;
  }

  .div-block-34-copy {
    position: static;
    height: 100%;
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
  }

  .link-contact {
    position: static;
    height: 100%;
    margin-top: 0px;
    margin-bottom: 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;
  }

  .icon-contact {
    border-bottom: 0px none transparent;
    font-size: 6vw;
  }

  .image-42 {
    position: relative;
    left: 2.6vw;
    top: 42px;
    -o-object-fit: fill;
    object-fit: fill;
  }

  .button-contact-2 {
    width: 60%;
    margin-top: 10px;
    padding: 10px;
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
    -ms-flex-order: 1;
    order: 1;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    font-size: 13px;
    font-weight: 400;
  }

  .section-17 {
    height: auto;
    padding-top: 0px;
    padding-bottom: 0px;
  }

  .section-17.mobile {
    padding-top: 50px;
  }

  .paragraph-large-on-black-2 {
    padding-right: 2.2vh;
    padding-bottom: 20px;
    font-family: Poppins, sans-serif;
    color: #707070;
    font-size: 15px;
    line-height: 6vw;
    font-weight: 400;
  }

  .header-on-black-2 {
    margin-top: 0px;
    margin-bottom: 10px;
    padding-right: 10px;
    font-size: 8vw;
    line-height: 9vw;
  }

  .bottom-menu-contact-page-copy-2 {
    left: 0%;
    top: auto;
    right: 0%;
    bottom: 0%;
    z-index: 10000;
    display: block;
    width: 100%;
    height: 8vh;
  }

  .link-block-2.read.second {
    margin-bottom: 15px;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .link-block-2.read.testt {
    top: 0px;
    height: auto;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .link-block-3 {
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: left;
  }

  .c-large-header {
    width: 100%;
    height: 4em;
    margin-bottom: 0px;
    margin-left: 0vw;
  }

  .c-mission_photo {
    height: 300px;
  }

  .c-large-header_contain {
    padding-left: 0vw;
  }

  .is--mission-heading {
    font-size: 18px;
    font-weight: 400;
  }

  .is--display {
    font-size: 16px;
  }

  .c-section.is--mission {
    padding-top: 50px;
  }

  .c-mission {
    padding-right: 0vw;
    padding-left: 0vw;
  }

  .is--display-line {
    width: 6em;
    height: 0.13em;
    min-width: 6em;
    margin-right: 1.5em;
    margin-left: 1.5em;
  }

  .c-staff_item {
    width: 88vw;
    min-width: 88vw;
  }

  .object-list-wrapper {
    padding-right: 0px;
    padding-left: 0px;
  }

  .section-18 {
    padding: 75px 25px;
  }

  .section-18.grey {
    overflow: hidden;
    padding-right: 25px;
    padding-left: 25px;
  }

  .heading-21 {
    font-size: 30px;
  }

  .section-title {
    font-size: 20px;
    line-height: 28px;
  }

  .card-2.team {
    width: 100%;
  }

  .section-19.team {
    padding-top: 70px;
  }

  .team-thumbnail {
    width: 280px;
    height: 400px;
  }

  .align-center.team {
    padding-left: 5vw;
  }

  .team-grid-2 {
    padding-top: 30px;
  }

  .italic-text-3 {
    color: #707070;
  }

  .link-18 {
    color: #707070;
  }

  .div-block-39 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .images.mobile-vision {
    display: none;
  }

  .image-47.mobile-vision {
    display: none;
  }

  .text-span-13 {
    margin-right: 10px;
    font-size: 20px;
  }

  .text-span-14 {
    margin-right: 10px;
    font-size: 20px;
  }

  .text-span-15 {
    margin-right: 10px;
    font-size: 20px;
  }

  .text-span-16 {
    margin-right: 10px;
    font-size: 20px;
  }

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

  .link-19 {
    color: #707070;
  }

  .link-20 {
    color: #707070;
  }

  .link-21 {
    color: #707070;
  }

  .link-22 {
    color: #707070;
  }

  .heading-22 {
    font-family: Poppins, sans-serif;
    color: #392151;
    font-size: 13px;
    font-weight: 400;
  }

  .image-48 {
    width: 20px;
  }

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

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

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

  .asset-02 {
    top: 180px;
  }

  .button-primary {
    display: block;
    margin-right: 20px;
    margin-left: 20px;
  }

  .button-primary.primary-light {
    margin-right: 0px;
    margin-left: 0px;
  }

  .upcoming-match-wrapper {
    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;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .upcoming-match {
    width: 70%;
    margin-top: 5px;
    margin-bottom: 5px;
  }

  .wrapper-6 {
    padding-right: 10px;
    padding-left: 10px;
  }

  .heading-27 {
    font-size: 30px;
    line-height: 30px;
  }

  .slider-next {
    left: -190px;
  }

  .slider-prev {
    right: -190px;
  }

  .menu-button-2 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }

  .title {
    font-size: 26px;
    line-height: 32px;
  }

  .sub {
    font-size: 16px;
  }

  .nav-link-2 {
    width: 100%;
  }

  .nav {
    margin-right: -20px;
    margin-bottom: 40px;
    margin-left: -20px;
  }

  .slider-3 {
    border-top-left-radius: 0px;
    border-bottom-left-radius: 0px;
  }

  .left-section {
    width: 95%;
    height: auto;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .left-panel-2 {
    border-top-left-radius: 0px;
    border-bottom-left-radius: 0px;
  }

  .left-slide-content {
    border-top-left-radius: 0px;
    border-bottom-left-radius: 0px;
  }

  .right-content {
    left: 5vw;
    width: 95%;
    height: 100%;
  }

  .right-content.team {
    left: 0vw;
    width: 120%;
  }

  .container-7 {
    height: 120vh;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .logo-wrapper {
    left: 5vw;
  }

  .right-panel.team {
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .main-heading {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    height: 200px;
    padding-left: 10px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    font-weight: 400;
  }

  .left-panel-1 {
    height: 100%;
  }

  .slide-6 {
    height: 200px;
    border-top-left-radius: 0px;
    border-bottom-left-radius: 0px;
  }

  .mask-2 {
    border-top-left-radius: 0px;
    border-bottom-left-radius: 0px;
  }

  .typed-words {
    display: none;
  }

  .d-76-card-wrapper {
    width: 90%;
    margin-top: 0px;
    margin-right: 0px;
    margin-left: 0px;
  }

  .text-span-17 {
    font-size: 6vw;
  }

  .the-content {
    display: none;
  }

  .the-sticky-div-title {
    margin-top: 76px;
    padding-right: 10px;
    padding-left: 10px;
    font-size: 11vw;
    line-height: 9vw;
  }

  .a-block {
    width: 50vw;
    height: 50vh;
    margin-right: 20px;
    margin-left: 20px;
  }

  .the-height-400vh-section {
    display: block;
    margin-left: 0px;
  }

  .portfolio-left-column {
    padding-top: 96px;
    padding-right: 4px;
  }

  .project-link-block {
    margin-bottom: 48px;
  }

  .portfolio-right-column {
    padding-left: 4px;
  }

  .project-image-wrapper {
    height: 40vh;
  }

  .mobile-none {
    display: none;
  }

  .image-53 {
    width: 95%;
    max-width: none;
  }

  .image-53.second-mobile {
    width: 250px;
  }

  .slider-5 {
    border-top-left-radius: 0px;
    border-bottom-left-radius: 0px;
  }

  .section-20 {
    width: 100%;
    height: auto;
    background-image: -webkit-gradient(linear, left top, left bottom, from(transparent), to(transparent)), url('../images/osmr70mdp0midtfhvze0.jpeg');
    background-image: linear-gradient(180deg, transparent, transparent), url('../images/osmr70mdp0midtfhvze0.jpeg');
    background-position: 0px 0px, 50% 50%;
    background-size: auto, 130%;
  }

  .image-55 {
    width: 200px;
    height: auto;
    max-width: none;
  }

  .section-21 {
    display: none;
    padding-top: 50px;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    background-color: rgba(226, 6, 93, 0.48);
    background-image: -webkit-gradient(linear, left top, left bottom, from(#000), to(hsla(0, 0%, 100%, 0)));
    background-image: linear-gradient(180deg, #000, hsla(0, 0%, 100%, 0));
  }

  .div-block-46 {
    height: auto;
    padding: 20px 20px 50px;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }

  .container-1280 {
    padding-right: 0rem;
    padding-left: 0rem;
  }

  .padding-y-20 {
    padding: 3.5rem 0px;
  }

  .hatch-wf-class.combo {
    margin-top: 10px;
    margin-left: 0px;
  }

  .padding-8 {
    padding: 1.625rem;
  }

  .margin-y-9 {
    margin-top: 1.75rem;
    margin-bottom: 1.75rem;
  }

  .padding-top-20 {
    padding-top: 3.5rem;
  }

  .padding-top-20.sticky-top-0.mobile {
    display: none;
  }

  .margin-y-12 {
    margin-top: 2.25rem;
    margin-bottom: 2.25rem;
  }

  .margin-bottom-20 {
    margin-bottom: 3.5rem;
  }

  .body-display-6 {
    width: 100%;
    font-family: Poppins, sans-serif;
    color: #802280;
    line-height: 1.5em;
    font-weight: 400;
    text-align: left;
    white-space: break-spaces;
  }

  .body-display-6.ff {
    color: #707070;
  }

  .bold-text-8 {
    width: 90%;
    text-decoration: none;
  }

  .text-span-23 {
    color: #e9e9e9;
    line-height: 25px;
  }

  .html-embed-6 {
    width: 100%;
  }

  .tri {
    margin-left: 0px;
  }

  .outer-parent-2.neww {
    right: 5vw;
    bottom: 3vh;
  }

  .grid-2 {
    padding-top: 40px;
    padding-right: 20px;
    padding-left: 20px;
  }

  .div-block-47 {
    top: -70px;
  }

  .be-our {
    font-size: 12px;
  }

  .bold-text-9 {
    font-size: 17px;
  }

  .bold-text-10 {
    font-size: 17px;
  }

  .bold-text-14 {
    font-weight: 400;
  }

  .italic-text-15 {
    color: #0d0d0d;
  }

  .text-span-26 {
    font-weight: 400;
  }

  .body-display-7 {
    width: 100%;
    font-family: Poppins, sans-serif;
    color: #802280;
    line-height: 1.5em;
    font-weight: 400;
    text-align: left;
    white-space: break-spaces;
  }

  .body-display-7.app-page-features.download.mobile {
    margin-bottom: 10px;
  }

  .body-display-7.ansofy-underline-text {
    color: #494949;
    line-height: 1.4em;
    text-align: center;
  }

  .body-display-7.ansofy-underline-text.sign {
    display: none;
  }

  .bold-text-15 {
    width: 90%;
    font-size: 17px;
    line-height: 1.6em;
    text-decoration: none;
  }

  .bold-text-15.pharaghraph {
    font-size: 17px;
  }

  .bold-text-15.pharaghraph.pl {
    color: #0d0d0d;
  }

  .bold-text-17 {
    font-size: 17px;
  }

  .question-title-3 {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    font-size: 17px;
    font-weight: 400;
  }

  .faq-paragraph-3 {
    font-size: 16px;
  }

  .grid-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;
    grid-auto-flow: row;
  }

  .div-block-49 {
    height: auto;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .image-60 {
    width: 100px;
    height: 40px;
  }

  .image-61 {
    width: 100px;
    height: 40px;
  }
}

#w-node-dd002ff0-1786-f7aa-b0cb-21b79ffd8f18-bb51b578 {
  -ms-grid-row: 1;
  grid-row-start: 1;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
  -ms-grid-column: 2;
  grid-column-start: 2;
  -ms-grid-column-span: 1;
  grid-column-end: 3;
  -ms-grid-row-align: center;
  align-self: center;
  -ms-grid-column-align: start;
  justify-self: start;
}

#w-node-_8e07c8f2-059d-6f6d-2fac-5813639df6f0-bb51b578 {
  -ms-grid-column-span: 1;
  grid-column-end: 3;
  -ms-grid-column: 2;
  grid-column-start: 2;
  -ms-grid-row-span: 2;
  grid-row-end: 4;
  -ms-grid-row: 2;
  grid-row-start: 2;
  -ms-grid-column-align: end;
  justify-self: end;
  -ms-grid-row-align: end;
  align-self: end;
}

#w-node-d71299dc-e2cf-e714-cc8e-cbf4e6f5ae15-bb51b578 {
  -ms-grid-column-align: start;
  justify-self: start;
  -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: 3;
  -ms-grid-row: 2;
  grid-row-start: 2;
}

#w-node-_0c54e8ba-a4a1-7813-b79a-4dd7f9c386ec-bb51b578 {
  -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-_0c54e8ba-a4a1-7813-b79a-4dd7f9c386f3-bb51b578 {
  -ms-grid-column-align: end;
  justify-self: end;
}

#w-node-_0c54e8ba-a4a1-7813-b79a-4dd7f9c386f7-bb51b578 {
  -ms-grid-column-span: 1;
  grid-column-end: 7;
  -ms-grid-column: 6;
  grid-column-start: 6;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
  -ms-grid-row: 1;
  grid-row-start: 1;
}

#w-node-_0c54e8ba-a4a1-7813-b79a-4dd7f9c386fe-bb51b578 {
  -ms-grid-column-align: end;
  justify-self: end;
}

#w-node-_0c54e8ba-a4a1-7813-b79a-4dd7f9c38702-bb51b578 {
  -ms-grid-column-span: 1;
  grid-column-end: 5;
  -ms-grid-column: 4;
  grid-column-start: 4;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
  -ms-grid-row: 1;
  grid-row-start: 1;
}

#w-node-_0c54e8ba-a4a1-7813-b79a-4dd7f9c38709-bb51b578 {
  -ms-grid-column-align: end;
  justify-self: end;
}

#w-node-_0c54e8ba-a4a1-7813-b79a-4dd7f9c3870d-bb51b578 {
  -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-_0c54e8ba-a4a1-7813-b79a-4dd7f9c38711-bb51b578 {
  -webkit-align-self: stretch;
  -ms-flex-item-align: stretch;
  -ms-grid-row-align: stretch;
  align-self: stretch;
  -ms-grid-column-align: center;
  justify-self: center;
}

#w-node-_0c54e8ba-a4a1-7813-b79a-4dd7f9c38714-bb51b578 {
  -ms-grid-column-align: end;
  justify-self: end;
}

#w-node-_87f2691a-fdb3-8c83-8f50-0fd78942ac28-bb51b578 {
  -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;
  -ms-grid-row-align: center;
  align-self: center;
}

#w-node-_87f2691a-fdb3-8c83-8f50-0fd78942ac24-bb51b578 {
  -ms-grid-column: 1;
  grid-column-start: 1;
  -ms-grid-column-span: 2;
  grid-column-end: 3;
  -ms-grid-row: 1;
  grid-row-start: 1;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
}

#w-node-c6a86f47-145d-b8c8-1c44-2b43c426b920-c426b91d {
  -ms-grid-row: 1;
  grid-row-start: 1;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
  -ms-grid-column: 1;
  grid-column-start: 1;
  -ms-grid-column-span: 3;
  grid-column-end: 4;
  -ms-grid-row-align: start;
  align-self: start;
}

#w-node-c6a86f47-145d-b8c8-1c44-2b43c426b923-c426b91d {
  -ms-grid-column-align: stretch;
  justify-self: stretch;
  -ms-grid-column-span: 1;
  grid-column-end: 4;
  -ms-grid-column: 3;
  grid-column-start: 3;
  -ms-grid-row-span: 3;
  grid-row-end: 5;
  -ms-grid-row: 2;
  grid-row-start: 2;
  -ms-grid-row-align: start;
  align-self: start;
}

#w-node-c6a86f47-145d-b8c8-1c44-2b43c426b931-c426b91d {
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  -ms-grid-column-align: start;
  justify-self: start;
}

#w-node-d7478ca7-7861-03a0-e2af-d807b17707c6-c426b91d {
  -ms-grid-column-align: end;
  justify-self: end;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
}

#w-node-_4f8ede9a-2ada-d7dd-1fc7-7a37a8550f26-c426b91d {
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  -ms-grid-column-align: start;
  justify-self: start;
}

#w-node-_4f8ede9a-2ada-d7dd-1fc7-7a37a8550f28-c426b91d {
  -ms-grid-column-align: end;
  justify-self: end;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
}

#w-node-c6a86f47-145d-b8c8-1c44-2b43c426b935-c426b91d {
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  -ms-grid-column-align: start;
  justify-self: start;
}

#w-node-_7efe9b07-839d-97d2-24ef-14c8a804e1f9-c426b91d {
  -ms-grid-column-align: end;
  justify-self: end;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
}

#w-node-d8aa5c0f-d62c-8320-badf-a29820ec1bae-c426b91d {
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  -ms-grid-column-align: start;
  justify-self: start;
}

#w-node-d8aa5c0f-d62c-8320-badf-a29820ec1bb0-c426b91d {
  -ms-grid-column-align: end;
  justify-self: end;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
}

#w-node-_76c20106-91a8-62c2-3724-b505ebc42733-c426b91d {
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  -ms-grid-column-align: start;
  justify-self: start;
}

#w-node-_76c20106-91a8-62c2-3724-b505ebc42735-c426b91d {
  -ms-grid-column-align: end;
  justify-self: end;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
}

#w-node-c6a86f47-145d-b8c8-1c44-2b43c426b937-c426b91d {
  -ms-grid-column-align: stretch;
  justify-self: stretch;
  -ms-grid-column-span: 1;
  grid-column-end: 3;
  -ms-grid-column: 2;
  grid-column-start: 2;
  -ms-grid-row-span: 3;
  grid-row-end: 5;
  -ms-grid-row: 2;
  grid-row-start: 2;
  -ms-grid-row-align: start;
  align-self: start;
}

#w-node-c6a86f47-145d-b8c8-1c44-2b43c426b93c-c426b91d {
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  -ms-grid-column-align: start;
  justify-self: start;
}

#w-node-eaf30d13-d8b4-446b-d7d2-d527e95fa99a-c426b91d {
  -ms-grid-column-align: end;
  justify-self: end;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
}

#w-node-c6a86f47-145d-b8c8-1c44-2b43c426b93f-c426b91d {
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  -ms-grid-column-align: start;
  justify-self: start;
}

#w-node-_6e84a20c-5fdf-34ef-f5da-11af0219cea5-c426b91d {
  -ms-grid-column-align: end;
  justify-self: end;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
}

#w-node-c6a86f47-145d-b8c8-1c44-2b43c426b945-c426b91d {
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  -ms-grid-column-align: start;
  justify-self: start;
}

#w-node-_47bab92c-8f85-cc70-5380-573db90b0da1-c426b91d {
  -ms-grid-column-align: end;
  justify-self: end;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
}

#w-node-_4ae4c573-c68a-8899-0d80-7529756bcb5f-c426b91d {
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  -ms-grid-column-align: start;
  justify-self: start;
}

#w-node-_4ae4c573-c68a-8899-0d80-7529756bcb62-c426b91d {
  -ms-grid-column-align: end;
  justify-self: end;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
}

#w-node-_44fee5bf-9d25-3334-bf0f-0f3c995ca680-c426b91d {
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  -ms-grid-column-align: start;
  justify-self: start;
}

#w-node-_44fee5bf-9d25-3334-bf0f-0f3c995ca683-c426b91d {
  -ms-grid-column-align: end;
  justify-self: end;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
}

#w-node-_158d735e-2921-4f1b-c078-bc9502c11228-c426b91d {
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  -ms-grid-column-align: start;
  justify-self: start;
}

#w-node-_158d735e-2921-4f1b-c078-bc9502c1122b-c426b91d {
  -ms-grid-column-align: end;
  justify-self: end;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
}

#w-node-c6a86f47-145d-b8c8-1c44-2b43c426b94a-c426b91d {
  -ms-grid-column-span: 1;
  grid-column-end: 2;
  -ms-grid-column: 1;
  grid-column-start: 1;
  -ms-grid-row-span: 2;
  grid-row-end: 4;
  -ms-grid-row: 2;
  grid-row-start: 2;
  -ms-grid-row-align: start;
  align-self: start;
}

#w-node-_868e1bdf-53df-da09-9daf-fe5b685e282e-685e282c {
  -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-_868e1bdf-53df-da09-9daf-fe5b685e2830-685e282c {
  -ms-grid-column: span 2;
  grid-column-start: span 2;
  -ms-grid-column-span: 2;
  grid-column-end: span 2;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-_868e1bdf-53df-da09-9daf-fe5b685e2832-685e282c {
  -webkit-align-self: start;
  -ms-flex-item-align: start;
  -ms-grid-row-align: start;
  align-self: start;
}

#w-node-_868e1bdf-53df-da09-9daf-fe5b685e2838-685e282c {
  -ms-grid-column-align: start;
  justify-self: start;
}

#w-node-_1349b7fc-9158-3843-19bb-e5fbfdc879c5-11c5ab70 {
  -ms-grid-column-align: start;
  justify-self: start;
}

#w-node-fbfab365-c38f-1be6-6e51-32f69bada7bf-3c51b57a {
  -ms-grid-row: 1;
  grid-row-start: 1;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
  -ms-grid-column: 1;
  grid-column-start: 1;
  -ms-grid-column-span: 1;
  grid-column-end: 2;
  -ms-grid-row-align: start;
  align-self: start;
  -ms-grid-column-align: start;
  justify-self: start;
}

#w-node-fbfab365-c38f-1be6-6e51-32f69bada7c2-3c51b57a {
  -ms-grid-column: 1;
  grid-column-start: 1;
  -ms-grid-column-span: 2;
  grid-column-end: 3;
  -ms-grid-row: 2;
  grid-row-start: 2;
  -ms-grid-row-span: 1;
  grid-row-end: 3;
  -ms-grid-row-align: center;
  align-self: center;
  -ms-grid-column-align: stretch;
  justify-self: stretch;
}

#w-node-fbfab365-c38f-1be6-6e51-32f69bada7ce-3c51b57a {
  -ms-grid-column-span: 3;
  grid-column-end: 4;
  -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-_2f63b0aa-4d8d-1fa1-5a06-4ca21859a81f-3c51b57a {
  -ms-grid-column: span 2;
  grid-column-start: span 2;
  -ms-grid-column-span: 2;
  grid-column-end: span 2;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-_2f63b0aa-4d8d-1fa1-5a06-4ca21859a803-3c51b57a {
  -ms-grid-column: span 3;
  grid-column-start: span 3;
  -ms-grid-column-span: 3;
  grid-column-end: span 3;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-_26839ce7-6d80-da5b-5e89-56d12f47a617-5551b57b {
  -webkit-align-self: start;
  -ms-flex-item-align: start;
  -ms-grid-row-align: start;
  align-self: start;
}

#w-node-_55545b2c-fd2c-f381-a702-fc88f5a9dbe3-5551b57b {
  -ms-grid-column: 1;
  grid-column-start: 1;
  -ms-grid-column-span: 2;
  grid-column-end: 3;
  -ms-grid-row: 2;
  grid-row-start: 2;
  -ms-grid-row-span: 1;
  grid-row-end: 3;
  -ms-grid-row-align: center;
  align-self: center;
  -ms-grid-column-align: start;
  justify-self: start;
}

#w-node-_55545b2c-fd2c-f381-a702-fc88f5a9dbeb-5551b57b {
  -ms-grid-column-span: 2;
  grid-column-end: 3;
  -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-dd002ff0-1786-f7aa-b0cb-21b79ffd8f18-2851b57d {
  -ms-grid-row: 1;
  grid-row-start: 1;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
  -ms-grid-column: 2;
  grid-column-start: 2;
  -ms-grid-column-span: 1;
  grid-column-end: 3;
  -ms-grid-row-align: center;
  align-self: center;
  -ms-grid-column-align: start;
  justify-self: start;
}

#w-node-_8e07c8f2-059d-6f6d-2fac-5813639df6f0-2851b57d {
  -ms-grid-column-span: 1;
  grid-column-end: 3;
  -ms-grid-column: 2;
  grid-column-start: 2;
  -ms-grid-row-span: 2;
  grid-row-end: 4;
  -ms-grid-row: 2;
  grid-row-start: 2;
  -ms-grid-column-align: end;
  justify-self: end;
  -ms-grid-row-align: end;
  align-self: end;
}

#w-node-d71299dc-e2cf-e714-cc8e-cbf4e6f5ae15-2851b57d {
  -ms-grid-column-align: start;
  justify-self: start;
  -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: 3;
  -ms-grid-row: 2;
  grid-row-start: 2;
}

#w-node-c3dc174b-78b2-9eb5-4dbe-d315274a7469-2851b57d {
  -ms-grid-column-span: 1;
  grid-column-end: 4;
  -ms-grid-column: 3;
  grid-column-start: 3;
  -ms-grid-row-span: 3;
  grid-row-end: 4;
  -ms-grid-row: 1;
  grid-row-start: 1;
}

#w-node-d85de61d-996e-e2c9-38e4-07739f6e8565-2851b57d {
  -ms-grid-column-align: start;
  justify-self: start;
}

#w-node-d85de61d-996e-e2c9-38e4-07739f6e8568-2851b57d {
  -ms-grid-column-align: center;
  justify-self: center;
}

#w-node-_0c54e8ba-a4a1-7813-b79a-4dd7f9c386ec-2851b57d {
  -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-_0c54e8ba-a4a1-7813-b79a-4dd7f9c386f3-2851b57d {
  -ms-grid-column-align: end;
  justify-self: end;
}

#w-node-_0c54e8ba-a4a1-7813-b79a-4dd7f9c386f7-2851b57d {
  -ms-grid-column-span: 1;
  grid-column-end: 7;
  -ms-grid-column: 6;
  grid-column-start: 6;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
  -ms-grid-row: 1;
  grid-row-start: 1;
}

#w-node-_0c54e8ba-a4a1-7813-b79a-4dd7f9c386fe-2851b57d {
  -ms-grid-column-align: end;
  justify-self: end;
}

#w-node-_0c54e8ba-a4a1-7813-b79a-4dd7f9c38702-2851b57d {
  -ms-grid-column-span: 1;
  grid-column-end: 5;
  -ms-grid-column: 4;
  grid-column-start: 4;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
  -ms-grid-row: 1;
  grid-row-start: 1;
}

#w-node-_0c54e8ba-a4a1-7813-b79a-4dd7f9c38709-2851b57d {
  -ms-grid-column-align: end;
  justify-self: end;
}

#w-node-_0c54e8ba-a4a1-7813-b79a-4dd7f9c3870d-2851b57d {
  -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-_0c54e8ba-a4a1-7813-b79a-4dd7f9c38714-2851b57d {
  -ms-grid-column-align: end;
  justify-self: end;
}

#w-node-_53ba06f2-1b4e-e683-5e05-16935810c3aa-2851b57d {
  -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;
  -ms-grid-row-align: center;
  align-self: center;
}

#w-node-_53ba06f2-1b4e-e683-5e05-16935810c3b4-2851b57d {
  -ms-grid-column: 1;
  grid-column-start: 1;
  -ms-grid-column-span: 2;
  grid-column-end: 3;
  -ms-grid-row: 1;
  grid-row-start: 1;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
}

#w-node-b1932fdf-7f69-3c81-ec49-a4b5b6aca681-2851b57d {
  -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-b1932fdf-7f69-3c81-ec49-a4b5b6aca683-2851b57d {
  -ms-grid-column: span 2;
  grid-column-start: span 2;
  -ms-grid-column-span: 2;
  grid-column-end: span 2;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-b1932fdf-7f69-3c81-ec49-a4b5b6aca685-2851b57d {
  -webkit-align-self: start;
  -ms-flex-item-align: start;
  -ms-grid-row-align: start;
  align-self: start;
}

#w-node-b1932fdf-7f69-3c81-ec49-a4b5b6aca68b-2851b57d {
  -ms-grid-column-align: start;
  justify-self: start;
}

#w-node-b3205229-c2c3-f431-bb7a-14128002a3f6-1c51b581 {
  -ms-grid-column-span: 1;
  grid-column-end: 3;
  -ms-grid-column: 2;
  grid-column-start: 2;
  -ms-grid-row-span: 2;
  grid-row-end: 3;
  -ms-grid-row: 1;
  grid-row-start: 1;
  -ms-grid-column-align: end;
  justify-self: end;
  -ms-grid-row-align: end;
  align-self: end;
}

#w-node-b3205229-c2c3-f431-bb7a-14128002a3f9-1c51b581 {
  -ms-grid-column-span: 1;
  grid-column-end: 4;
  -ms-grid-column: 3;
  grid-column-start: 3;
  -ms-grid-row-span: 2;
  grid-row-end: 3;
  -ms-grid-row: 1;
  grid-row-start: 1;
  -ms-grid-column-align: stretch;
  justify-self: stretch;
}

#w-node-b3205229-c2c3-f431-bb7a-14128002a3fa-1c51b581 {
  -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;
  -ms-grid-row-align: center;
  align-self: center;
  -ms-grid-column-align: stretch;
  justify-self: stretch;
}

#w-node-b3205229-c2c3-f431-bb7a-14128002a3fd-1c51b581 {
  -ms-grid-column-align: start;
  justify-self: start;
  -ms-grid-column-span: 2;
  grid-column-end: 3;
  -ms-grid-column: 1;
  grid-column-start: 1;
  -ms-grid-row-span: 2;
  grid-row-end: 4;
  -ms-grid-row: 2;
  grid-row-start: 2;
  -ms-grid-row-align: center;
  align-self: center;
}

#w-node-b3205229-c2c3-f431-bb7a-14128002a41c-1c51b581 {
  -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-column-align: end;
  justify-self: end;
}

#privacy.w-node-_4c77e467-e4ba-5b8b-ae5f-a350b5b705b9-1c51b581 {
  -webkit-align-self: start;
  -ms-flex-item-align: start;
  -ms-grid-row-align: start;
  align-self: start;
}

#terms.w-node-_856bb39a-a851-f8f9-35d4-9b7546de74da-1c51b581 {
  -webkit-align-self: start;
  -ms-flex-item-align: start;
  -ms-grid-row-align: start;
  align-self: start;
}

#w-node-a200fc41-1c4c-6e7c-a3d0-bdc6ff5584fc-b251b582 {
  -ms-grid-row: 1;
  grid-row-start: 1;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
  -ms-grid-column: 1;
  grid-column-start: 1;
  -ms-grid-column-span: 1;
  grid-column-end: 2;
  -ms-grid-row-align: center;
  align-self: center;
  -ms-grid-column-align: start;
  justify-self: start;
}

#w-node-a200fc41-1c4c-6e7c-a3d0-bdc6ff5584ff-b251b582 {
  -ms-grid-column: 1;
  grid-column-start: 1;
  -ms-grid-column-span: 2;
  grid-column-end: 3;
  -ms-grid-row: 2;
  grid-row-start: 2;
  -ms-grid-row-span: 1;
  grid-row-end: 3;
  -ms-grid-row-align: center;
  align-self: center;
  -ms-grid-column-align: start;
  justify-self: start;
}

#w-node-a200fc41-1c4c-6e7c-a3d0-bdc6ff558506-b251b582 {
  -ms-grid-column: 1;
  grid-column-start: 1;
  -ms-grid-column-span: 2;
  grid-column-end: 3;
  -ms-grid-row: 3;
  grid-row-start: 3;
  -ms-grid-row-span: 1;
  grid-row-end: 4;
  -ms-grid-row-align: center;
  align-self: center;
  -ms-grid-column-align: stretch;
  justify-self: stretch;
}

#w-node-_428f3cde-bf82-0eb7-3d7d-f3c59b55c12e-b251b582 {
  -ms-grid-column: span 2;
  grid-column-start: span 2;
  -ms-grid-column-span: 2;
  grid-column-end: span 2;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-_428f3cde-bf82-0eb7-3d7d-f3c59b55c12f-b251b582 {
  -ms-grid-column: span 3;
  grid-column-start: span 3;
  -ms-grid-column-span: 3;
  grid-column-end: span 3;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-cfaadb50-6f18-f737-dc5b-8a3c4d389036-b251b582 {
  -webkit-align-self: stretch;
  -ms-flex-item-align: stretch;
  -ms-grid-row-align: stretch;
  align-self: stretch;
}

#w-node-cfaadb50-6f18-f737-dc5b-8a3c4d389036-b251b582 {
  -webkit-align-self: start;
  -ms-flex-item-align: start;
  -ms-grid-row-align: start;
  align-self: start;
}

#w-node-cfaadb50-6f18-f737-dc5b-8a3c4d389040-b251b582 {
  -ms-grid-column: span 2;
  grid-column-start: span 2;
  -ms-grid-column-span: 2;
  grid-column-end: span 2;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-cfaadb50-6f18-f737-dc5b-8a3c4d389046-b251b582 {
  -ms-grid-column-align: end;
  justify-self: end;
}

#w-node-cfaadb50-6f18-f737-dc5b-8a3c4d38904c-b251b582 {
  -ms-grid-column: 2;
  grid-column-start: 2;
  -ms-grid-column-span: 1;
  grid-column-end: 3;
  -ms-grid-row: 1;
  grid-row-start: 1;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
}

#w-node-cfaadb50-6f18-f737-dc5b-8a3c4d389051-b251b582 {
  -ms-grid-column-align: stretch;
  justify-self: stretch;
}

#w-node-_2bb02f1f-0dc8-310a-5b1e-417b53ea67f5-b251b582 {
  -ms-grid-row-align: center;
  align-self: center;
  -ms-grid-column-align: end;
  justify-self: end;
  -ms-grid-column-span: 1;
  grid-column-end: 4;
  -ms-grid-column: 3;
  grid-column-start: 3;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
  -ms-grid-row: 1;
  grid-row-start: 1;
}

#w-node-bb722a26-f0ba-fa08-b7c8-67a73591fb34-c351b583 {
  -ms-grid-row: 1;
  grid-row-start: 1;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
  -ms-grid-column: 1;
  grid-column-start: 1;
  -ms-grid-column-span: 1;
  grid-column-end: 2;
  -ms-grid-row-align: center;
  align-self: center;
  -ms-grid-column-align: start;
  justify-self: start;
}

#w-node-bb722a26-f0ba-fa08-b7c8-67a73591fb37-c351b583 {
  -ms-grid-column: 1;
  grid-column-start: 1;
  -ms-grid-column-span: 2;
  grid-column-end: 3;
  -ms-grid-row: 2;
  grid-row-start: 2;
  -ms-grid-row-span: 1;
  grid-row-end: 3;
  -ms-grid-row-align: center;
  align-self: center;
  -ms-grid-column-align: start;
  justify-self: start;
}

#w-node-bb722a26-f0ba-fa08-b7c8-67a73591fb3c-c351b583 {
  -ms-grid-column: 1;
  grid-column-start: 1;
  -ms-grid-column-span: 2;
  grid-column-end: 3;
  -ms-grid-row: 3;
  grid-row-start: 3;
  -ms-grid-row-span: 1;
  grid-row-end: 4;
  -ms-grid-row-align: center;
  align-self: center;
  -ms-grid-column-align: stretch;
  justify-self: stretch;
}

#w-node-_4e5ecd76-5faa-c0fa-2ba9-f682a18ca2e6-c351b583 {
  -ms-grid-column: span 2;
  grid-column-start: span 2;
  -ms-grid-column-span: 2;
  grid-column-end: span 2;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-_124d18ca-1db6-6665-586b-74af69a6943b-c351b583 {
  -ms-grid-column: span 3;
  grid-column-start: span 3;
  -ms-grid-column-span: 3;
  grid-column-end: span 3;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-_3cd246c2-1df7-6c82-278a-cb7de41fe106-c351b583 {
  -ms-grid-column: 1;
  grid-column-start: 1;
  -ms-grid-column-span: 2;
  grid-column-end: 3;
  -ms-grid-row: 1;
  grid-row-start: 1;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
  -ms-grid-column-align: center;
  justify-self: center;
}

#w-node-_3cd246c2-1df7-6c82-278a-cb7de41fe107-c351b583 {
  -ms-grid-column: span 2;
  grid-column-start: span 2;
  -ms-grid-column-span: 2;
  grid-column-end: span 2;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-_3cd246c2-1df7-6c82-278a-cb7de41fe114-c351b583 {
  -ms-grid-column-span: 1;
  grid-column-end: 4;
  -ms-grid-column: 3;
  grid-column-start: 3;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
  -ms-grid-row: 1;
  grid-row-start: 1;
}

#w-node-_71d7d42d-61ca-06a9-788b-33b7b02b1dc8-c351b583 {
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
}

#w-node-_72e2dcb8-b47b-e0fd-2af3-2e0f24390bf8-c351b583 {
  -ms-grid-column: span 2;
  grid-column-start: span 2;
  -ms-grid-column-span: 2;
  grid-column-end: span 2;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-_6dc7b8bf-dfd3-4025-fcd6-f726c2f032cb-c351b583 {
  -ms-grid-column: span 2;
  grid-column-start: span 2;
  -ms-grid-column-span: 2;
  grid-column-end: span 2;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
  -ms-grid-column-align: start;
  justify-self: start;
}

#w-node-_3cd246c2-1df7-6c82-278a-cb7de41fe116-c351b583 {
  -webkit-align-self: start;
  -ms-flex-item-align: start;
  -ms-grid-row-align: start;
  align-self: start;
}

#w-node-_259ad0eb-16f4-544b-74e2-a7917233ab8a-c351b583 {
  -ms-grid-row-align: center;
  align-self: center;
  -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;
}

#w-node-_851487d2-797d-908d-5867-0f20f9562c11-c351b583 {
  -ms-grid-column-align: end;
  justify-self: end;
  -ms-grid-row-align: center;
  align-self: center;
  -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;
}

#w-node-_5c176a8b-9730-dc1c-c9b1-0ca5febf5530-c351b583 {
  -ms-grid-column-align: center;
  justify-self: center;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
}

#w-node-b29b5680-a2a2-7be5-dd1c-591f9d5b251c-c351b583 {
  -ms-grid-column-align: end;
  justify-self: end;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
}

#w-node-_8826eb38-3632-ca41-32dc-ab641c7fc984-c351b583 {
  -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-_7128c589-0b6c-1e7b-cd0c-f6e6a998bc46-c351b583 {
  -ms-grid-row-align: center;
  align-self: center;
  -ms-grid-column-align: end;
  justify-self: end;
  -ms-grid-column-span: 1;
  grid-column-end: 4;
  -ms-grid-column: 3;
  grid-column-start: 3;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
  -ms-grid-row: 1;
  grid-row-start: 1;
}

#w-node-_8826eb38-3632-ca41-32dc-ab641c7fc98c-c351b583 {
  -ms-grid-column: 2;
  grid-column-start: 2;
  -ms-grid-column-span: 2;
  grid-column-end: 4;
  -ms-grid-row: 1;
  grid-row-start: 1;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
}

#w-node-_8826eb38-3632-ca41-32dc-ab641c7fc98e-c351b583 {
  -webkit-align-self: stretch;
  -ms-flex-item-align: stretch;
  -ms-grid-row-align: stretch;
  align-self: stretch;
}

#w-node-_8826eb38-3632-ca41-32dc-ab641c7fc998-c351b583 {
  -ms-grid-column: span 2;
  grid-column-start: span 2;
  -ms-grid-column-span: 2;
  grid-column-end: span 2;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-_8826eb38-3632-ca41-32dc-ab641c7fc99e-c351b583 {
  -ms-grid-column-align: end;
  justify-self: end;
}

#w-node-_2bf53f8e-7528-82b3-54a0-6e63150524f2-c351b583 {
  -ms-grid-column-align: end;
  justify-self: end;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
}

#w-node-_397244f1-6d58-8f51-019c-f7e5a2b1e41a-f9270e17 {
  -ms-grid-column-align: stretch;
  justify-self: stretch;
}

#w-node-_849e754c-a02b-b240-b303-2bf5e8a0db81-f9270e17 {
  -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-_24909537-2aef-fa73-cf08-5d19c7632e15-f9270e17 {
  -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-c1267971-e98a-4887-2b61-4f4973f4569f-f9270e17 {
  -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;
  -ms-grid-column-align: stretch;
  justify-self: stretch;
}

#w-node-fc177a8e-c247-e188-8355-4c56f9270e1a-f9270e17 {
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  -ms-grid-column-align: start;
  justify-self: start;
}

#w-node-fc177a8e-c247-e188-8355-4c56f9270e1c-f9270e17 {
  -ms-grid-row-align: center;
  align-self: center;
  -ms-grid-column-align: center;
  justify-self: center;
  -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-_33f3ed3b-6ef6-48e9-e36c-11ae30b77e83-8251b584 {
  -ms-grid-row-align: start;
  align-self: start;
  -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-d20c98d0-f73a-cde4-3187-ef91057b5e82-8251b584 {
  -ms-grid-column: 1;
  grid-column-start: 1;
  -ms-grid-column-span: 2;
  grid-column-end: 3;
  -ms-grid-row: 2;
  grid-row-start: 2;
  -ms-grid-row-span: 1;
  grid-row-end: 3;
  -ms-grid-row-align: center;
  align-self: center;
  -ms-grid-column-align: start;
  justify-self: start;
}

#w-node-d20c98d0-f73a-cde4-3187-ef91057b5e87-8251b584 {
  -ms-grid-column: 1;
  grid-column-start: 1;
  -ms-grid-column-span: 2;
  grid-column-end: 3;
  -ms-grid-row: 3;
  grid-row-start: 3;
  -ms-grid-row-span: 1;
  grid-row-end: 4;
  -ms-grid-row-align: center;
  align-self: center;
  -ms-grid-column-align: stretch;
  justify-self: stretch;
}

#w-node-e7c312ca-3267-e1f8-a11b-2d85efa42270-8251b584 {
  -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;
  -ms-grid-row-align: start;
  align-self: start;
}

#w-node-c3a15cc0-7d19-0591-2742-341248fa6606-8251b584 {
  -ms-grid-column: span 2;
  grid-column-start: span 2;
  -ms-grid-column-span: 2;
  grid-column-end: span 2;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-c3a15cc0-7d19-0591-2742-341248fa6607-8251b584 {
  -ms-grid-column: span 3;
  grid-column-start: span 3;
  -ms-grid-column-span: 3;
  grid-column-end: span 3;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-_7ca4e425-eb0d-0a61-bbb4-07c11c1a140e-8251b584 {
  -webkit-align-self: stretch;
  -ms-flex-item-align: stretch;
  -ms-grid-row-align: stretch;
  align-self: stretch;
}

#w-node-_7ca4e425-eb0d-0a61-bbb4-07c11c1a1419-8251b584 {
  -ms-grid-column-align: end;
  justify-self: end;
}

#w-node-f176f584-7e9e-672d-84c6-8a1bf32c0f9f-8251b584 {
  -ms-grid-column: 2;
  grid-column-start: 2;
  -ms-grid-column-span: 1;
  grid-column-end: 3;
  -ms-grid-row: 1;
  grid-row-start: 1;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
  -ms-grid-row-align: center;
  align-self: center;
  -ms-grid-column-align: stretch;
  justify-self: stretch;
}

#w-node-d7f4df13-5316-c505-a444-21863c437f4b-8251b584 {
  -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-d7f4df13-5316-c505-a444-21863c437f52-8251b584 {
  -ms-grid-row-align: center;
  align-self: center;
  -ms-grid-column-align: end;
  justify-self: end;
  -ms-grid-column-span: 1;
  grid-column-end: 4;
  -ms-grid-column: 3;
  grid-column-start: 3;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
  -ms-grid-row: 1;
  grid-row-start: 1;
}

#w-node-_7b9c87a0-4164-dfa3-00cc-0a8b81af83f5-8251b584 {
  -ms-grid-column-span: 2;
  grid-column-end: 4;
  -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-_0b0965f9-12de-b664-5036-c1741e1de7ea-4851b585 {
  -ms-grid-column-span: 1;
  grid-column-end: 3;
  -ms-grid-column: 2;
  grid-column-start: 2;
  -ms-grid-row-span: 2;
  grid-row-end: 3;
  -ms-grid-row: 1;
  grid-row-start: 1;
  -ms-grid-column-align: end;
  justify-self: end;
  -ms-grid-row-align: end;
  align-self: end;
}

#w-node-_0b0965f9-12de-b664-5036-c1741e1de7f4-4851b585 {
  -ms-grid-column-span: 1;
  grid-column-end: 4;
  -ms-grid-column: 3;
  grid-column-start: 3;
  -ms-grid-row-span: 2;
  grid-row-end: 3;
  -ms-grid-row: 1;
  grid-row-start: 1;
  -ms-grid-column-align: stretch;
  justify-self: stretch;
}

#w-node-_08384802-3d40-5ff7-3c81-a3b15502acd2-4851b585 {
  -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;
  -ms-grid-row-align: stretch;
  align-self: stretch;
  -ms-grid-column-align: stretch;
  justify-self: stretch;
}

#w-node-beaac2f3-5b16-a510-41e2-9e4db7d9b271-4851b585 {
  -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;
}

#w-node-_0b0965f9-12de-b664-5036-c1741e1de7ed-4851b585 {
  -ms-grid-column-align: start;
  justify-self: start;
  -ms-grid-column-span: 2;
  grid-column-end: 3;
  -ms-grid-column: 1;
  grid-column-start: 1;
  -ms-grid-row-span: 2;
  grid-row-end: 4;
  -ms-grid-row: 2;
  grid-row-start: 2;
  -ms-grid-row-align: center;
  align-self: center;
}

#w-node-_0cd159e1-bcc8-7507-1006-17c2720b9531-4851b585 {
  -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;
  -ms-grid-row-align: start;
  align-self: start;
}

#w-node-_16ee6cac-97cc-c25f-3bd3-f27e8d74ef9a-4851b585 {
  -ms-grid-column: 2;
  grid-column-start: 2;
  -ms-grid-column-span: 1;
  grid-column-end: 3;
  -ms-grid-row: 2;
  grid-row-start: 2;
  -ms-grid-row-span: 1;
  grid-row-end: 3;
  -ms-grid-column-align: stretch;
  justify-self: stretch;
}

#w-node-_3dfaf5a9-9073-e446-da8c-ae54ca5466f3-4851b585 {
  -ms-grid-column: span 2;
  grid-column-start: span 2;
  -ms-grid-column-span: 2;
  grid-column-end: span 2;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-ad3b4215-b22c-3535-ddd7-d56c33b83e53-4851b585 {
  -ms-grid-column: span 2;
  grid-column-start: span 2;
  -ms-grid-column-span: 2;
  grid-column-end: span 2;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-dffaa0c6-1d6f-fd8a-0160-62334d2f8582-4851b585 {
  -ms-grid-column: span 2;
  grid-column-start: span 2;
  -ms-grid-column-span: 2;
  grid-column-end: span 2;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-_932aec57-c897-daa7-63a7-de070d7de04e-4851b585 {
  -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-column-align: end;
  justify-self: end;
}

#w-node-_59975544-c2ae-ff5f-1ffe-92b04da09837-4851b585 {
  -ms-grid-column: span 2;
  grid-column-start: span 2;
  -ms-grid-column-span: 2;
  grid-column-end: span 2;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-a1c244f3-8cbe-fe76-b113-ae7ccd7450fe-4851b585 {
  -ms-grid-column: span 3;
  grid-column-start: span 3;
  -ms-grid-column-span: 3;
  grid-column-end: span 3;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-a8a519cb-80ab-b1ff-f982-d02e8b721ff4-4851b585 {
  -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;
}

#w-node-a8a519cb-80ab-b1ff-f982-d02e8b721ff5-4851b585 {
  -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: stretch;
  justify-self: stretch;
}

#w-node-_96d948bc-485a-9dab-98e0-3aeafd7c89af-4851b585 {
  -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-_96d948bc-485a-9dab-98e0-3aeafd7c89b7-4851b585 {
  -webkit-align-self: stretch;
  -ms-flex-item-align: stretch;
  -ms-grid-row-align: stretch;
  align-self: stretch;
}

#w-node-_2a42631d-d202-6918-ff84-7da87f7c0333-4851b585 {
  -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-_2a42631d-d202-6918-ff84-7da87f7c0334-4851b585 {
  -ms-grid-column-align: start;
  justify-self: start;
}

#w-node-_62e58f81-af29-b05e-8bc2-dfb4bceff668-4851b585 {
  -ms-grid-column: 2;
  grid-column-start: 2;
  -ms-grid-column-span: 2;
  grid-column-end: 4;
  -ms-grid-row: 1;
  grid-row-start: 1;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
  -ms-grid-column-align: center;
  justify-self: center;
}

#w-node-_62e58f81-af29-b05e-8bc2-dfb4bceff669-4851b585 {
  -ms-grid-column: span 2;
  grid-column-start: span 2;
  -ms-grid-column-span: 2;
  grid-column-end: span 2;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-_01acba91-92e0-3fdc-f04f-81f56b42dc19-4851b585 {
  -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-_81c4021d-70e7-bdee-d916-1636e757f75a-4851b585 {
  -ms-grid-column-align: center;
  justify-self: center;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
}

#w-node-ed248ec9-b803-b9b9-17e2-a152e6711631-4851b585 {
  -webkit-align-self: stretch;
  -ms-flex-item-align: stretch;
  -ms-grid-row-align: stretch;
  align-self: stretch;
}

#w-node-ed248ec9-b803-b9b9-17e2-a152e671163c-4851b585 {
  -ms-grid-column-align: end;
  justify-self: end;
}

#w-node-ba80b8a0-ed4f-689f-493a-2bfa639c91a2-7251b586 {
  -ms-grid-row: 1;
  grid-row-start: 1;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
  -ms-grid-column: 1;
  grid-column-start: 1;
  -ms-grid-column-span: 1;
  grid-column-end: 2;
  -ms-grid-row-align: center;
  align-self: center;
  -ms-grid-column-align: start;
  justify-self: start;
}

#w-node-ba80b8a0-ed4f-689f-493a-2bfa639c91a5-7251b586 {
  -ms-grid-column: 1;
  grid-column-start: 1;
  -ms-grid-column-span: 2;
  grid-column-end: 3;
  -ms-grid-row: 2;
  grid-row-start: 2;
  -ms-grid-row-span: 1;
  grid-row-end: 3;
  -ms-grid-row-align: center;
  align-self: center;
  -ms-grid-column-align: start;
  justify-self: start;
}

#w-node-ba80b8a0-ed4f-689f-493a-2bfa639c91aa-7251b586 {
  -ms-grid-column: 1;
  grid-column-start: 1;
  -ms-grid-column-span: 2;
  grid-column-end: 3;
  -ms-grid-row: 3;
  grid-row-start: 3;
  -ms-grid-row-span: 1;
  grid-row-end: 4;
  -ms-grid-row-align: center;
  align-self: center;
  -ms-grid-column-align: stretch;
  justify-self: stretch;
}

#w-node-_34b8dcd5-1955-bf6e-0f89-fcc3d503f83d-7251b586 {
  -ms-grid-column-span: 1;
  grid-column-end: 3;
  -ms-grid-column: 2;
  grid-column-start: 2;
  -ms-grid-row-span: 3;
  grid-row-end: 4;
  -ms-grid-row: 1;
  grid-row-start: 1;
  -ms-grid-row-align: start;
  align-self: start;
}

#w-node-_8074e9fb-dd46-63be-e290-1496ab6343dc-7251b586 {
  -ms-grid-column: span 2;
  grid-column-start: span 2;
  -ms-grid-column-span: 2;
  grid-column-end: span 2;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-_552207c6-973e-0cf0-9e2b-ac76c36effc4-7251b586 {
  -ms-grid-column: span 3;
  grid-column-start: span 3;
  -ms-grid-column-span: 3;
  grid-column-end: span 3;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-afe2b333-ad26-1b15-231d-c4e0234c95ad-7251b586 {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 2;
  grid-row-start: span 2;
  -ms-grid-row-span: 2;
  grid-row-end: span 2;
}

#w-node-_8a8ab005-0267-4aac-1756-46a4087a0991-7251b586 {
  -ms-grid-column-span: 1;
  grid-column-end: 4;
  -ms-grid-column: 3;
  grid-column-start: 3;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
  -ms-grid-row: 1;
  grid-row-start: 1;
}

#w-node-_14f39dd7-b780-5ba0-f8c3-6e423c9ecdee-7251b586 {
  -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: 3;
  -ms-grid-row: 2;
  grid-row-start: 2;
}

#w-node-a8f5d73b-ace2-f797-46d1-36f3cf6a04a5-7251b586 {
  -ms-grid-column-align: end;
  justify-self: end;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
}

#w-node-c04e9192-59b2-bc34-a507-563815198cc5-7251b586 {
  -ms-grid-column-align: end;
  justify-self: end;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
}

#w-node-b6de9297-1ccb-3ab5-e022-83f7a40897da-7251b586 {
  -ms-grid-column-align: end;
  justify-self: end;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
}

#w-node-_2b29bb9c-f1bc-bd15-987f-0af0c2776f33-7251b586 {
  -ms-grid-column: 2;
  grid-column-start: 2;
  -ms-grid-column-span: 2;
  grid-column-end: 4;
  -ms-grid-row: 1;
  grid-row-start: 1;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
  -ms-grid-column-align: stretch;
  justify-self: stretch;
}

#w-node-_7a763298-e931-6ef6-cedf-70b1c6225332-7251b586 {
  -ms-grid-column: span 2;
  grid-column-start: span 2;
  -ms-grid-column-span: 2;
  grid-column-end: span 2;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-_2b29bb9c-f1bc-bd15-987f-0af0c2776f3d-7251b586 {
  -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-_679ef2e1-ef79-f83f-971d-7c5a31996e9f-7251b586 {
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
}

#w-node-c24eb999-a985-3d62-3c8f-4ef59619728d-7251b586 {
  -ms-grid-column-align: end;
  justify-self: end;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
}

#w-node-e1af8745-7e74-7c0a-9e26-ec9a8040a014-7251b586 {
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
}

#w-node-e0cdb0fe-0301-d3b0-3d3a-5117b3338481-7251b586 {
  -ms-grid-column-align: end;
  justify-self: end;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
}

#w-node-_679ef2e1-ef79-f83f-971d-7c5a31996ea2-7251b586 {
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
}

#w-node-_44ab065a-7e1c-c80d-67d8-c6e33d5e4bcf-7251b586 {
  -ms-grid-column-align: end;
  justify-self: end;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
}

#w-node-_679ef2e1-ef79-f83f-971d-7c5a31996ea5-7251b586 {
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
}

#w-node-_5f1bb171-88ed-c3df-b02c-276c811e5d3d-7251b586 {
  -ms-grid-column-align: end;
  justify-self: end;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
}

#w-node-de232761-f644-f9f0-bd3b-00bfbb027112-7251b586 {
  -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-de232761-f644-f9f0-bd3b-00bfbb027119-7251b586 {
  -ms-grid-row-align: center;
  align-self: center;
  -ms-grid-column-align: end;
  justify-self: end;
  -ms-grid-column-span: 1;
  grid-column-end: 4;
  -ms-grid-column: 3;
  grid-column-start: 3;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
  -ms-grid-row: 1;
  grid-row-start: 1;
}

#w-node-de232761-f644-f9f0-bd3b-00bfbb02711e-7251b586 {
  -ms-grid-column: 2;
  grid-column-start: 2;
  -ms-grid-column-span: 2;
  grid-column-end: 4;
  -ms-grid-row: 1;
  grid-row-start: 1;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
}

#w-node-de232761-f644-f9f0-bd3b-00bfbb027120-7251b586 {
  -webkit-align-self: stretch;
  -ms-flex-item-align: stretch;
  -ms-grid-row-align: stretch;
  align-self: stretch;
}

#w-node-de232761-f644-f9f0-bd3b-00bfbb02712a-7251b586 {
  -ms-grid-column: span 2;
  grid-column-start: span 2;
  -ms-grid-column-span: 2;
  grid-column-end: span 2;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-de232761-f644-f9f0-bd3b-00bfbb02712f-7251b586 {
  -ms-grid-column-align: end;
  justify-self: end;
}

#w-node-de232761-f644-f9f0-bd3b-00bfbb02713e-7251b586 {
  -ms-grid-column-align: end;
  justify-self: end;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
}

#w-node-ba6241ea-4ca2-f90d-ff56-a3b8b8b73165-7251b586 {
  -ms-grid-row-align: start;
  align-self: start;
  -ms-grid-column-span: 2;
  grid-column-end: 4;
  -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-ba6241ea-4ca2-f90d-ff56-a3b8b8b7316c-7251b586 {
  -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;
}

#w-node-_6a710c8c-00bc-3097-3a96-dedad61552fb-7251b586 {
  -ms-grid-column-align: end;
  justify-self: end;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
}

#w-node-b84cb859-5226-6842-ec2f-395770060748-7251b586 {
  -ms-grid-column: 1;
  grid-column-start: 1;
  -ms-grid-column-span: 3;
  grid-column-end: 4;
  -ms-grid-row: 1;
  grid-row-start: 1;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
}

#w-node-b84cb859-5226-6842-ec2f-39577006074f-7251b586 {
  -webkit-align-self: stretch;
  -ms-flex-item-align: stretch;
  -ms-grid-row-align: stretch;
  align-self: stretch;
}

#w-node-b3205229-c2c3-f431-bb7a-14128002a3f6-8f51b588 {
  -ms-grid-column-span: 1;
  grid-column-end: 3;
  -ms-grid-column: 2;
  grid-column-start: 2;
  -ms-grid-row-span: 2;
  grid-row-end: 3;
  -ms-grid-row: 1;
  grid-row-start: 1;
  -ms-grid-column-align: end;
  justify-self: end;
  -ms-grid-row-align: end;
  align-self: end;
}

#w-node-b3205229-c2c3-f431-bb7a-14128002a3f9-8f51b588 {
  -ms-grid-column-span: 1;
  grid-column-end: 4;
  -ms-grid-column: 3;
  grid-column-start: 3;
  -ms-grid-row-span: 2;
  grid-row-end: 3;
  -ms-grid-row: 1;
  grid-row-start: 1;
  -ms-grid-column-align: stretch;
  justify-self: stretch;
}

#w-node-b3205229-c2c3-f431-bb7a-14128002a3fa-8f51b588 {
  -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;
  -ms-grid-row-align: stretch;
  align-self: stretch;
  -ms-grid-column-align: stretch;
  justify-self: stretch;
}

#w-node-b3205229-c2c3-f431-bb7a-14128002a3fd-8f51b588 {
  -ms-grid-column-align: start;
  justify-self: start;
  -ms-grid-column-span: 2;
  grid-column-end: 3;
  -ms-grid-column: 1;
  grid-column-start: 1;
  -ms-grid-row-span: 2;
  grid-row-end: 4;
  -ms-grid-row: 2;
  grid-row-start: 2;
  -ms-grid-row-align: center;
  align-self: center;
}

#w-node-b3205229-c2c3-f431-bb7a-14128002a41c-8f51b588 {
  -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-column-align: end;
  justify-self: end;
}

#privacy.w-node-_4c77e467-e4ba-5b8b-ae5f-a350b5b705b9-8f51b588 {
  -webkit-align-self: start;
  -ms-flex-item-align: start;
  -ms-grid-row-align: start;
  align-self: start;
}

#terms.w-node-_856bb39a-a851-f8f9-35d4-9b7546de74da-8f51b588 {
  -webkit-align-self: start;
  -ms-flex-item-align: start;
  -ms-grid-row-align: start;
  align-self: start;
}

#w-node-b3205229-c2c3-f431-bb7a-14128002a3f6-3b51b58c {
  -ms-grid-column-span: 1;
  grid-column-end: 3;
  -ms-grid-column: 2;
  grid-column-start: 2;
  -ms-grid-row-span: 2;
  grid-row-end: 3;
  -ms-grid-row: 1;
  grid-row-start: 1;
  -ms-grid-column-align: end;
  justify-self: end;
  -ms-grid-row-align: end;
  align-self: end;
}

#w-node-b3205229-c2c3-f431-bb7a-14128002a3f9-3b51b58c {
  -ms-grid-column-span: 1;
  grid-column-end: 4;
  -ms-grid-column: 3;
  grid-column-start: 3;
  -ms-grid-row-span: 2;
  grid-row-end: 3;
  -ms-grid-row: 1;
  grid-row-start: 1;
  -ms-grid-column-align: stretch;
  justify-self: stretch;
}

#w-node-b3205229-c2c3-f431-bb7a-14128002a3fa-3b51b58c {
  -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;
  -ms-grid-row-align: stretch;
  align-self: stretch;
  -ms-grid-column-align: stretch;
  justify-self: stretch;
}

#w-node-b3205229-c2c3-f431-bb7a-14128002a3fd-3b51b58c {
  -ms-grid-column-align: start;
  justify-self: start;
  -ms-grid-column-span: 2;
  grid-column-end: 3;
  -ms-grid-column: 1;
  grid-column-start: 1;
  -ms-grid-row-span: 2;
  grid-row-end: 4;
  -ms-grid-row: 2;
  grid-row-start: 2;
  -ms-grid-row-align: center;
  align-self: center;
}

#w-node-b3205229-c2c3-f431-bb7a-14128002a41c-3b51b58c {
  -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-column-align: end;
  justify-self: end;
}

#privacy.w-node-_4c77e467-e4ba-5b8b-ae5f-a350b5b705b9-3b51b58c {
  -webkit-align-self: start;
  -ms-flex-item-align: start;
  -ms-grid-row-align: start;
  align-self: start;
}

#terms.w-node-_856bb39a-a851-f8f9-35d4-9b7546de74da-3b51b58c {
  -webkit-align-self: start;
  -ms-flex-item-align: start;
  -ms-grid-row-align: start;
  align-self: start;
}

#w-node-_7bbefcdf-776e-b22c-5a89-88c9de9b425c-4451b58e {
  -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;
  -ms-grid-column-align: start;
  justify-self: start;
}

#w-node-_7bbefcdf-776e-b22c-5a89-88c9de9b425d-4451b58e {
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  -ms-grid-column-align: start;
  justify-self: start;
}

#w-node-_7bbefcdf-776e-b22c-5a89-88c9de9b425f-4451b58e {
  -ms-grid-row-align: center;
  align-self: center;
  -ms-grid-column-align: center;
  justify-self: center;
  -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-dd002ff0-1786-f7aa-b0cb-21b79ffd8f18-4451b58e {
  -ms-grid-row: 1;
  grid-row-start: 1;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
  -ms-grid-column: 2;
  grid-column-start: 2;
  -ms-grid-column-span: 1;
  grid-column-end: 3;
  -ms-grid-row-align: center;
  align-self: center;
  -ms-grid-column-align: start;
  justify-self: start;
}

#w-node-_8e07c8f2-059d-6f6d-2fac-5813639df6f0-4451b58e {
  -ms-grid-column-span: 1;
  grid-column-end: 3;
  -ms-grid-column: 2;
  grid-column-start: 2;
  -ms-grid-row-span: 2;
  grid-row-end: 4;
  -ms-grid-row: 2;
  grid-row-start: 2;
  -ms-grid-column-align: end;
  justify-self: end;
  -ms-grid-row-align: end;
  align-self: end;
}

#w-node-d71299dc-e2cf-e714-cc8e-cbf4e6f5ae15-4451b58e {
  -ms-grid-column-align: start;
  justify-self: start;
  -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: 3;
  -ms-grid-row: 2;
  grid-row-start: 2;
}

#w-node-c3dc174b-78b2-9eb5-4dbe-d315274a7469-4451b58e {
  -ms-grid-column-span: 1;
  grid-column-end: 4;
  -ms-grid-column: 3;
  grid-column-start: 3;
  -ms-grid-row-span: 3;
  grid-row-end: 4;
  -ms-grid-row: 1;
  grid-row-start: 1;
}

#w-node-_23b242d0-5af1-2b01-a53a-7b35f1fce6ba-4451b58e {
  -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-_5e3511ca-0de2-ae1f-1831-a38a8a562cd8-4451b58e {
  -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;
  -ms-grid-row-align: center;
  align-self: center;
}

#w-node-_5e3511ca-0de2-ae1f-1831-a38a8a562ce2-4451b58e {
  -ms-grid-column: 1;
  grid-column-start: 1;
  -ms-grid-column-span: 2;
  grid-column-end: 3;
  -ms-grid-row: 1;
  grid-row-start: 1;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
}

#w-node-eb3e7b68-80cb-a55d-a603-be9efdb44f5e-4451b58e {
  -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-eb3e7b68-80cb-a55d-a603-be9efdb44f60-4451b58e {
  -ms-grid-column: span 2;
  grid-column-start: span 2;
  -ms-grid-column-span: 2;
  grid-column-end: span 2;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-eb3e7b68-80cb-a55d-a603-be9efdb44f62-4451b58e {
  -webkit-align-self: start;
  -ms-flex-item-align: start;
  -ms-grid-row-align: start;
  align-self: start;
}

#w-node-eb3e7b68-80cb-a55d-a603-be9efdb44f68-4451b58e {
  -ms-grid-column-align: start;
  justify-self: start;
}

#w-node-ff11f385-19e7-2610-e10a-74658e22583e-9951b58f {
  -ms-grid-row: 1;
  grid-row-start: 1;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
  -ms-grid-column: 1;
  grid-column-start: 1;
  -ms-grid-column-span: 1;
  grid-column-end: 2;
  -ms-grid-row-align: center;
  align-self: center;
  -ms-grid-column-align: start;
  justify-self: start;
}

#w-node-ff11f385-19e7-2610-e10a-74658e225841-9951b58f {
  -ms-grid-column: 1;
  grid-column-start: 1;
  -ms-grid-column-span: 2;
  grid-column-end: 3;
  -ms-grid-row: 2;
  grid-row-start: 2;
  -ms-grid-row-span: 1;
  grid-row-end: 3;
  -ms-grid-row-align: center;
  align-self: center;
  -ms-grid-column-align: stretch;
  justify-self: stretch;
}

#w-node-ff11f385-19e7-2610-e10a-74658e225846-9951b58f {
  -ms-grid-column: 1;
  grid-column-start: 1;
  -ms-grid-column-span: 2;
  grid-column-end: 3;
  -ms-grid-row: 3;
  grid-row-start: 3;
  -ms-grid-row-span: 1;
  grid-row-end: 4;
  -ms-grid-row-align: center;
  align-self: center;
  -ms-grid-column-align: stretch;
  justify-self: stretch;
}

#w-node-_01c4e3cf-0ca8-0926-bf92-4bf4daeb8ca0-9951b58f {
  -ms-grid-column: span 2;
  grid-column-start: span 2;
  -ms-grid-column-span: 2;
  grid-column-end: span 2;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-ba34e9c2-df0a-57da-3430-f5bf64771393-9951b58f {
  -ms-grid-column: span 2;
  grid-column-start: span 2;
  -ms-grid-column-span: 2;
  grid-column-end: span 2;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-ba34e9c2-df0a-57da-3430-f5bf6477139a-9951b58f {
  -ms-grid-column-align: start;
  justify-self: start;
  -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-d59e9609-7efc-4afd-8f71-7d2c1f85a44c-9951b58f {
  -webkit-align-self: end;
  -ms-flex-item-align: end;
  -ms-grid-row-align: end;
  align-self: end;
  -ms-grid-column-align: center;
  justify-self: center;
}

#w-node-_605cd59d40ef8e036e3d508d00000000001a-9951b58f {
  -ms-grid-column-align: center;
  justify-self: center;
  -webkit-align-self: start;
  -ms-flex-item-align: start;
  -ms-grid-row-align: start;
  align-self: start;
}

#w-node-_9a966d75-8ba6-8c66-a053-3fb940aae614-9951b58f {
  -ms-grid-column-align: end;
  justify-self: end;
}

#w-node-b22aeac6-9557-5b9b-37e1-4e65fd78ad0c-9951b58f {
  -ms-grid-column-span: 1;
  grid-column-end: 4;
  -ms-grid-column: 3;
  grid-column-start: 3;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
  -ms-grid-row: 1;
  grid-row-start: 1;
}

#w-node-b22aeac6-9557-5b9b-37e1-4e65fd78ad13-9951b58f {
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  -ms-grid-column-align: start;
  justify-self: start;
}

#w-node-b22aeac6-9557-5b9b-37e1-4e65fd78ad15-9951b58f {
  -ms-grid-column-align: end;
  justify-self: end;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
}

#w-node-b22aeac6-9557-5b9b-37e1-4e65fd78ad17-9951b58f {
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  -ms-grid-column-align: start;
  justify-self: start;
}

#w-node-b22aeac6-9557-5b9b-37e1-4e65fd78ad19-9951b58f {
  -ms-grid-column-align: end;
  justify-self: end;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
}

#w-node-b22aeac6-9557-5b9b-37e1-4e65fd78ad1b-9951b58f {
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  -ms-grid-column-align: start;
  justify-self: start;
}

#w-node-b22aeac6-9557-5b9b-37e1-4e65fd78ad1d-9951b58f {
  -ms-grid-column-align: end;
  justify-self: end;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
}

#w-node-dd002ff0-1786-f7aa-b0cb-21b79ffd8f18-c051b591 {
  -ms-grid-row: 1;
  grid-row-start: 1;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
  -ms-grid-column: 2;
  grid-column-start: 2;
  -ms-grid-column-span: 1;
  grid-column-end: 3;
  -ms-grid-row-align: center;
  align-self: center;
  -ms-grid-column-align: start;
  justify-self: start;
}

#w-node-_8e07c8f2-059d-6f6d-2fac-5813639df6f0-c051b591 {
  -ms-grid-column-span: 1;
  grid-column-end: 3;
  -ms-grid-column: 2;
  grid-column-start: 2;
  -ms-grid-row-span: 2;
  grid-row-end: 4;
  -ms-grid-row: 2;
  grid-row-start: 2;
  -ms-grid-column-align: end;
  justify-self: end;
  -ms-grid-row-align: end;
  align-self: end;
}

#w-node-d71299dc-e2cf-e714-cc8e-cbf4e6f5ae15-c051b591 {
  -ms-grid-column-align: start;
  justify-self: start;
  -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: 3;
  -ms-grid-row: 2;
  grid-row-start: 2;
}

#w-node-c3dc174b-78b2-9eb5-4dbe-d315274a7469-c051b591 {
  -ms-grid-column-span: 1;
  grid-column-end: 4;
  -ms-grid-column: 3;
  grid-column-start: 3;
  -ms-grid-row-span: 3;
  grid-row-end: 4;
  -ms-grid-row: 1;
  grid-row-start: 1;
}

#w-node-_3d7ffbec-8f4f-448d-ffe4-a89ef41ad948-c051b591 {
  -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;
  -ms-grid-row-align: center;
  align-self: center;
}

#w-node-_3d7ffbec-8f4f-448d-ffe4-a89ef41ad952-c051b591 {
  -ms-grid-column: 1;
  grid-column-start: 1;
  -ms-grid-column-span: 2;
  grid-column-end: 3;
  -ms-grid-row: 1;
  grid-row-start: 1;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
}

#w-node-_7bbefcdf-776e-b22c-5a89-88c9de9b425c-7751b593 {
  -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;
  -ms-grid-column-align: start;
  justify-self: start;
}

#w-node-_7bbefcdf-776e-b22c-5a89-88c9de9b425d-7751b593 {
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  -ms-grid-column-align: start;
  justify-self: start;
}

#w-node-_7bbefcdf-776e-b22c-5a89-88c9de9b425f-7751b593 {
  -ms-grid-row-align: center;
  align-self: center;
  -ms-grid-column-align: center;
  justify-self: center;
  -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-dd002ff0-1786-f7aa-b0cb-21b79ffd8f18-7751b593 {
  -ms-grid-row: 1;
  grid-row-start: 1;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
  -ms-grid-column: 2;
  grid-column-start: 2;
  -ms-grid-column-span: 1;
  grid-column-end: 3;
  -ms-grid-row-align: center;
  align-self: center;
  -ms-grid-column-align: start;
  justify-self: start;
}

#w-node-_8e07c8f2-059d-6f6d-2fac-5813639df6f0-7751b593 {
  -ms-grid-column-span: 1;
  grid-column-end: 3;
  -ms-grid-column: 2;
  grid-column-start: 2;
  -ms-grid-row-span: 2;
  grid-row-end: 4;
  -ms-grid-row: 2;
  grid-row-start: 2;
  -ms-grid-column-align: end;
  justify-self: end;
  -ms-grid-row-align: end;
  align-self: end;
}

#w-node-d71299dc-e2cf-e714-cc8e-cbf4e6f5ae15-7751b593 {
  -ms-grid-column-align: start;
  justify-self: start;
  -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: 3;
  -ms-grid-row: 2;
  grid-row-start: 2;
}

#w-node-c3dc174b-78b2-9eb5-4dbe-d315274a7469-7751b593 {
  -ms-grid-column-span: 1;
  grid-column-end: 4;
  -ms-grid-column: 3;
  grid-column-start: 3;
  -ms-grid-row-span: 3;
  grid-row-end: 4;
  -ms-grid-row: 1;
  grid-row-start: 1;
}

#w-node-_5e3511ca-0de2-ae1f-1831-a38a8a562cd8-7751b593 {
  -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;
  -ms-grid-row-align: center;
  align-self: center;
}

#w-node-_5e3511ca-0de2-ae1f-1831-a38a8a562ce2-7751b593 {
  -ms-grid-column: 1;
  grid-column-start: 1;
  -ms-grid-column-span: 2;
  grid-column-end: 3;
  -ms-grid-row: 1;
  grid-row-start: 1;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
}

#w-node-eb3e7b68-80cb-a55d-a603-be9efdb44f5e-7751b593 {
  -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-eb3e7b68-80cb-a55d-a603-be9efdb44f60-7751b593 {
  -ms-grid-column: span 2;
  grid-column-start: span 2;
  -ms-grid-column-span: 2;
  grid-column-end: span 2;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-eb3e7b68-80cb-a55d-a603-be9efdb44f62-7751b593 {
  -webkit-align-self: start;
  -ms-flex-item-align: start;
  -ms-grid-row-align: start;
  align-self: start;
}

#w-node-eb3e7b68-80cb-a55d-a603-be9efdb44f68-7751b593 {
  -ms-grid-column-align: start;
  justify-self: start;
}

#w-node-b3205229-c2c3-f431-bb7a-14128002a3f6-f051b595 {
  -ms-grid-column-span: 1;
  grid-column-end: 3;
  -ms-grid-column: 2;
  grid-column-start: 2;
  -ms-grid-row-span: 2;
  grid-row-end: 3;
  -ms-grid-row: 1;
  grid-row-start: 1;
  -ms-grid-column-align: end;
  justify-self: end;
  -ms-grid-row-align: end;
  align-self: end;
}

#w-node-b3205229-c2c3-f431-bb7a-14128002a3f9-f051b595 {
  -ms-grid-column-span: 1;
  grid-column-end: 4;
  -ms-grid-column: 3;
  grid-column-start: 3;
  -ms-grid-row-span: 2;
  grid-row-end: 3;
  -ms-grid-row: 1;
  grid-row-start: 1;
  -ms-grid-column-align: stretch;
  justify-self: stretch;
}

#w-node-b3205229-c2c3-f431-bb7a-14128002a3fa-f051b595 {
  -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;
  -ms-grid-row-align: stretch;
  align-self: stretch;
  -ms-grid-column-align: stretch;
  justify-self: stretch;
}

#w-node-b3205229-c2c3-f431-bb7a-14128002a3fd-f051b595 {
  -ms-grid-column-align: start;
  justify-self: start;
  -ms-grid-column-span: 2;
  grid-column-end: 3;
  -ms-grid-column: 1;
  grid-column-start: 1;
  -ms-grid-row-span: 2;
  grid-row-end: 4;
  -ms-grid-row: 2;
  grid-row-start: 2;
  -ms-grid-row-align: center;
  align-self: center;
}

#w-node-b3205229-c2c3-f431-bb7a-14128002a41c-f051b595 {
  -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-column-align: end;
  justify-self: end;
}

#privacy.w-node-_4c77e467-e4ba-5b8b-ae5f-a350b5b705b9-f051b595 {
  -webkit-align-self: start;
  -ms-flex-item-align: start;
  -ms-grid-row-align: start;
  align-self: start;
}

#terms.w-node-_856bb39a-a851-f8f9-35d4-9b7546de74da-f051b595 {
  -webkit-align-self: start;
  -ms-flex-item-align: start;
  -ms-grid-row-align: start;
  align-self: start;
}

#w-node-_7bbefcdf-776e-b22c-5a89-88c9de9b425c-8f51b597 {
  -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;
  -ms-grid-column-align: start;
  justify-self: start;
}

#w-node-_7bbefcdf-776e-b22c-5a89-88c9de9b425d-8f51b597 {
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  -ms-grid-column-align: start;
  justify-self: start;
}

#w-node-_7bbefcdf-776e-b22c-5a89-88c9de9b425f-8f51b597 {
  -ms-grid-row-align: center;
  align-self: center;
  -ms-grid-column-align: center;
  justify-self: center;
  -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-dd002ff0-1786-f7aa-b0cb-21b79ffd8f18-8f51b597 {
  -ms-grid-row: 1;
  grid-row-start: 1;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
  -ms-grid-column: 2;
  grid-column-start: 2;
  -ms-grid-column-span: 1;
  grid-column-end: 3;
  -ms-grid-row-align: center;
  align-self: center;
  -ms-grid-column-align: start;
  justify-self: start;
}

#w-node-_8e07c8f2-059d-6f6d-2fac-5813639df6f0-8f51b597 {
  -ms-grid-column-span: 1;
  grid-column-end: 3;
  -ms-grid-column: 2;
  grid-column-start: 2;
  -ms-grid-row-span: 2;
  grid-row-end: 4;
  -ms-grid-row: 2;
  grid-row-start: 2;
  -ms-grid-column-align: end;
  justify-self: end;
  -ms-grid-row-align: end;
  align-self: end;
}

#w-node-d71299dc-e2cf-e714-cc8e-cbf4e6f5ae15-8f51b597 {
  -ms-grid-column-align: start;
  justify-self: start;
  -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: 3;
  -ms-grid-row: 2;
  grid-row-start: 2;
}

#w-node-c3dc174b-78b2-9eb5-4dbe-d315274a7469-8f51b597 {
  -ms-grid-column-span: 1;
  grid-column-end: 4;
  -ms-grid-column: 3;
  grid-column-start: 3;
  -ms-grid-row-span: 3;
  grid-row-end: 4;
  -ms-grid-row: 1;
  grid-row-start: 1;
}

#w-node-_5e3511ca-0de2-ae1f-1831-a38a8a562cd8-8f51b597 {
  -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;
  -ms-grid-row-align: center;
  align-self: center;
}

#w-node-_5e3511ca-0de2-ae1f-1831-a38a8a562ce2-8f51b597 {
  -ms-grid-column: 1;
  grid-column-start: 1;
  -ms-grid-column-span: 2;
  grid-column-end: 3;
  -ms-grid-row: 1;
  grid-row-start: 1;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
}

#w-node-eb3e7b68-80cb-a55d-a603-be9efdb44f5e-8f51b597 {
  -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-eb3e7b68-80cb-a55d-a603-be9efdb44f60-8f51b597 {
  -ms-grid-column: span 2;
  grid-column-start: span 2;
  -ms-grid-column-span: 2;
  grid-column-end: span 2;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-eb3e7b68-80cb-a55d-a603-be9efdb44f62-8f51b597 {
  -webkit-align-self: start;
  -ms-flex-item-align: start;
  -ms-grid-row-align: start;
  align-self: start;
}

#w-node-eb3e7b68-80cb-a55d-a603-be9efdb44f68-8f51b597 {
  -ms-grid-column-align: start;
  justify-self: start;
}

#w-node-_7bbefcdf-776e-b22c-5a89-88c9de9b425c-d751b5b6 {
  -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;
  -ms-grid-column-align: start;
  justify-self: start;
}

#w-node-_7bbefcdf-776e-b22c-5a89-88c9de9b425d-d751b5b6 {
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  -ms-grid-column-align: start;
  justify-self: start;
}

#w-node-_7bbefcdf-776e-b22c-5a89-88c9de9b425f-d751b5b6 {
  -ms-grid-row-align: center;
  align-self: center;
  -ms-grid-column-align: center;
  justify-self: center;
  -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-dd002ff0-1786-f7aa-b0cb-21b79ffd8f18-d751b5b6 {
  -ms-grid-row: 1;
  grid-row-start: 1;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
  -ms-grid-column: 2;
  grid-column-start: 2;
  -ms-grid-column-span: 1;
  grid-column-end: 3;
  -ms-grid-row-align: center;
  align-self: center;
  -ms-grid-column-align: start;
  justify-self: start;
}

#w-node-_8e07c8f2-059d-6f6d-2fac-5813639df6f0-d751b5b6 {
  -ms-grid-column-span: 1;
  grid-column-end: 3;
  -ms-grid-column: 2;
  grid-column-start: 2;
  -ms-grid-row-span: 2;
  grid-row-end: 4;
  -ms-grid-row: 2;
  grid-row-start: 2;
  -ms-grid-column-align: end;
  justify-self: end;
  -ms-grid-row-align: end;
  align-self: end;
}

#w-node-d71299dc-e2cf-e714-cc8e-cbf4e6f5ae15-d751b5b6 {
  -ms-grid-column-align: start;
  justify-self: start;
  -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: 3;
  -ms-grid-row: 2;
  grid-row-start: 2;
}

#w-node-c3dc174b-78b2-9eb5-4dbe-d315274a7469-d751b5b6 {
  -ms-grid-column-span: 1;
  grid-column-end: 4;
  -ms-grid-column: 3;
  grid-column-start: 3;
  -ms-grid-row-span: 3;
  grid-row-end: 4;
  -ms-grid-row: 1;
  grid-row-start: 1;
}

#w-node-_5e3511ca-0de2-ae1f-1831-a38a8a562cd8-d751b5b6 {
  -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;
  -ms-grid-row-align: center;
  align-self: center;
}

#w-node-_5e3511ca-0de2-ae1f-1831-a38a8a562ce2-d751b5b6 {
  -ms-grid-column: 1;
  grid-column-start: 1;
  -ms-grid-column-span: 2;
  grid-column-end: 3;
  -ms-grid-row: 1;
  grid-row-start: 1;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
}

#w-node-eb3e7b68-80cb-a55d-a603-be9efdb44f5e-d751b5b6 {
  -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-eb3e7b68-80cb-a55d-a603-be9efdb44f62-d751b5b6 {
  -webkit-align-self: start;
  -ms-flex-item-align: start;
  -ms-grid-row-align: start;
  align-self: start;
}

#w-node-eb3e7b68-80cb-a55d-a603-be9efdb44f68-d751b5b6 {
  -ms-grid-column-align: start;
  justify-self: start;
}

@media screen and (min-width: 1920px) {
  #w-node-d71299dc-e2cf-e714-cc8e-cbf4e6f5ae15-bb51b578 {
    -ms-grid-column: 2;
    grid-column-start: 2;
    -ms-grid-column-span: 1;
    grid-column-end: 3;
    -ms-grid-row: 2;
    grid-row-start: 2;
    -ms-grid-row-span: 1;
    grid-row-end: 3;
  }

  #w-node-d71299dc-e2cf-e714-cc8e-cbf4e6f5ae15-2851b57d {
    -ms-grid-column: 2;
    grid-column-start: 2;
    -ms-grid-column-span: 1;
    grid-column-end: 3;
    -ms-grid-row: 2;
    grid-row-start: 2;
    -ms-grid-row-span: 1;
    grid-row-end: 3;
  }

  #w-node-d71299dc-e2cf-e714-cc8e-cbf4e6f5ae15-4451b58e {
    -ms-grid-column: 2;
    grid-column-start: 2;
    -ms-grid-column-span: 1;
    grid-column-end: 3;
    -ms-grid-row: 2;
    grid-row-start: 2;
    -ms-grid-row-span: 1;
    grid-row-end: 3;
  }

  #w-node-d71299dc-e2cf-e714-cc8e-cbf4e6f5ae15-c051b591 {
    -ms-grid-column: 2;
    grid-column-start: 2;
    -ms-grid-column-span: 1;
    grid-column-end: 3;
    -ms-grid-row: 2;
    grid-row-start: 2;
    -ms-grid-row-span: 1;
    grid-row-end: 3;
  }

  #w-node-d71299dc-e2cf-e714-cc8e-cbf4e6f5ae15-7751b593 {
    -ms-grid-column: 2;
    grid-column-start: 2;
    -ms-grid-column-span: 1;
    grid-column-end: 3;
    -ms-grid-row: 2;
    grid-row-start: 2;
    -ms-grid-row-span: 1;
    grid-row-end: 3;
  }

  #w-node-d71299dc-e2cf-e714-cc8e-cbf4e6f5ae15-8f51b597 {
    -ms-grid-column: 2;
    grid-column-start: 2;
    -ms-grid-column-span: 1;
    grid-column-end: 3;
    -ms-grid-row: 2;
    grid-row-start: 2;
    -ms-grid-row-span: 1;
    grid-row-end: 3;
  }

  #w-node-d71299dc-e2cf-e714-cc8e-cbf4e6f5ae15-d751b5b6 {
    -ms-grid-column: 2;
    grid-column-start: 2;
    -ms-grid-column-span: 1;
    grid-column-end: 3;
    -ms-grid-row: 2;
    grid-row-start: 2;
    -ms-grid-row-span: 1;
    grid-row-end: 3;
  }
}

@media screen and (min-width: 1280px) {
  #Cookies.w-node-_7dea2adb-e594-3bfc-71d4-bcecff34ab8d-1c51b581 {
    -webkit-align-self: start;
    -ms-flex-item-align: start;
    -ms-grid-row-align: start;
    align-self: start;
  }

  #Cookies.w-node-_7dea2adb-e594-3bfc-71d4-bcecff34ab8d-8f51b588 {
    -webkit-align-self: start;
    -ms-flex-item-align: start;
    -ms-grid-row-align: start;
    align-self: start;
  }

  #Cookies.w-node-_7dea2adb-e594-3bfc-71d4-bcecff34ab8d-3b51b58c {
    -webkit-align-self: start;
    -ms-flex-item-align: start;
    -ms-grid-row-align: start;
    align-self: start;
  }

  #Cookies.w-node-_7dea2adb-e594-3bfc-71d4-bcecff34ab8d-f051b595 {
    -webkit-align-self: start;
    -ms-flex-item-align: start;
    -ms-grid-row-align: start;
    align-self: start;
  }
}

@media screen and (max-width: 991px) {
  #w-node-_0c54e8ba-a4a1-7813-b79a-4dd7f9c386f7-bb51b578 {
    -ms-grid-column: 2;
    grid-column-start: 2;
    -ms-grid-column-span: 1;
    grid-column-end: 3;
    -ms-grid-row: 3;
    grid-row-start: 3;
    -ms-grid-row-span: 1;
    grid-row-end: 4;
  }

  #w-node-_0c54e8ba-a4a1-7813-b79a-4dd7f9c38702-bb51b578 {
    -ms-grid-column: 1;
    grid-column-start: 1;
    -ms-grid-column-span: 3;
    grid-column-end: 4;
    -ms-grid-row: 2;
    grid-row-start: 2;
    -ms-grid-row-span: 1;
    grid-row-end: 3;
  }

  #w-node-_0c54e8ba-a4a1-7813-b79a-4dd7f9c3870d-bb51b578 {
    -ms-grid-row-span: 2;
    grid-row-end: 2;
  }

  #w-node-c6a86f47-145d-b8c8-1c44-2b43c426b920-c426b91d {
    -ms-grid-column-span: 3;
    grid-column-end: 3;
  }

  #w-node-c6a86f47-145d-b8c8-1c44-2b43c426b923-c426b91d {
    -ms-grid-row: 3;
    grid-row-start: 3;
    -ms-grid-column: 2;
    grid-column-start: 2;
    -ms-grid-column-span: 1;
    grid-column-end: 3;
    -ms-grid-row-span: 1;
    grid-row-end: 4;
  }

  #w-node-c6a86f47-145d-b8c8-1c44-2b43c426b937-c426b91d {
    -ms-grid-column: 1;
    grid-column-start: 1;
    -ms-grid-row: 3;
    grid-row-start: 3;
    -ms-grid-column-span: 1;
    grid-column-end: 2;
    -ms-grid-row-span: 1;
    grid-row-end: 4;
  }

  #w-node-c6a86f47-145d-b8c8-1c44-2b43c426b94a-c426b91d {
    -ms-grid-column-span: 2;
    grid-column-end: 2;
    -ms-grid-row-span: 3;
    grid-row-end: 3;
  }

  #w-node-_868e1bdf-53df-da09-9daf-fe5b685e2830-685e282c {
    -ms-grid-column: span 1;
    grid-column-start: span 1;
    -ms-grid-column-span: 1;
    grid-column-end: span 1;
  }

  #w-node-_0051ff8b-1b11-5e70-dff3-613f11c5ab84-11c5ab70 {
    -ms-grid-column-align: start;
    justify-self: start;
  }

  #w-node-fbfab365-c38f-1be6-6e51-32f69bada7c2-3c51b57a {
    -ms-grid-column-span: 2;
    grid-column-end: 2;
  }

  #w-node-fbfab365-c38f-1be6-6e51-32f69bada7ce-3c51b57a {
    -ms-grid-column-span: 3;
    grid-column-end: 3;
  }

  #w-node-_55545b2c-fd2c-f381-a702-fc88f5a9dbe3-5551b57b {
    -ms-grid-column-span: 3;
    grid-column-end: 3;
  }

  #w-node-_0c54e8ba-a4a1-7813-b79a-4dd7f9c386f7-2851b57d {
    -ms-grid-column: 2;
    grid-column-start: 2;
    -ms-grid-column-span: 1;
    grid-column-end: 3;
    -ms-grid-row: 3;
    grid-row-start: 3;
    -ms-grid-row-span: 1;
    grid-row-end: 4;
  }

  #w-node-_0c54e8ba-a4a1-7813-b79a-4dd7f9c38702-2851b57d {
    -ms-grid-column: 1;
    grid-column-start: 1;
    -ms-grid-column-span: 3;
    grid-column-end: 4;
    -ms-grid-row: 2;
    grid-row-start: 2;
    -ms-grid-row-span: 1;
    grid-row-end: 3;
  }

  #w-node-_0c54e8ba-a4a1-7813-b79a-4dd7f9c3870d-2851b57d {
    -ms-grid-row-span: 2;
    grid-row-end: 2;
  }

  #w-node-b1932fdf-7f69-3c81-ec49-a4b5b6aca683-2851b57d {
    -ms-grid-column: span 1;
    grid-column-start: span 1;
    -ms-grid-column-span: 1;
    grid-column-end: span 1;
  }

  #w-node-a200fc41-1c4c-6e7c-a3d0-bdc6ff5584ff-b251b582 {
    -ms-grid-column-span: 2;
    grid-column-end: 2;
  }

  #w-node-a200fc41-1c4c-6e7c-a3d0-bdc6ff558506-b251b582 {
    -ms-grid-column-span: 2;
    grid-column-end: 2;
  }

  #w-node-_2bb02f1f-0dc8-310a-5b1e-417b53ea67ee-b251b582 {
    -ms-grid-column: span 2;
    grid-column-start: span 2;
    -ms-grid-column-span: 2;
    grid-column-end: span 2;
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
  }

  #w-node-bb722a26-f0ba-fa08-b7c8-67a73591fb37-c351b583 {
    -ms-grid-column-span: 2;
    grid-column-end: 2;
  }

  #w-node-bb722a26-f0ba-fa08-b7c8-67a73591fb3c-c351b583 {
    -ms-grid-column-span: 2;
    grid-column-end: 2;
  }

  #w-node-_3cd246c2-1df7-6c82-278a-cb7de41fe106-c351b583 {
    -ms-grid-column-span: 2;
    grid-column-end: 2;
  }

  #w-node-_3cd246c2-1df7-6c82-278a-cb7de41fe114-c351b583 {
    -ms-grid-column: 1;
    grid-column-start: 1;
    -ms-grid-column-span: 1;
    grid-column-end: 2;
    -ms-grid-row: 2;
    grid-row-start: 2;
    -ms-grid-row-span: 1;
    grid-row-end: 3;
  }

  #w-node-_8826eb38-3632-ca41-32dc-ab641c7fc984-c351b583 {
    -ms-grid-column: 1;
    grid-column-start: 1;
  }

  #w-node-_8826eb38-3632-ca41-32dc-ab641c7fc98c-c351b583 {
    -ms-grid-column: 1;
    grid-column-start: 1;
    -ms-grid-column-span: 2;
    grid-column-end: 3;
  }

  #w-node-_8826eb38-3632-ca41-32dc-ab641c7fc9a3-c351b583 {
    -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-_849e754c-a02b-b240-b303-2bf5e8a0db81-f9270e17 {
    -ms-grid-column-span: 3;
    grid-column-end: 3;
  }

  #w-node-_93ff6921-d28d-6640-4312-da6eaaed889e-f9270e17 {
    -ms-grid-column: span 2;
    grid-column-start: span 2;
    -ms-grid-column-span: 2;
    grid-column-end: span 2;
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
  }

  #w-node-d20c98d0-f73a-cde4-3187-ef91057b5e82-8251b584 {
    -ms-grid-column-span: 2;
    grid-column-end: 2;
  }

  #w-node-d20c98d0-f73a-cde4-3187-ef91057b5e87-8251b584 {
    -ms-grid-column-span: 2;
    grid-column-end: 2;
  }

  #w-node-d7f4df13-5316-c505-a444-21863c437f4b-8251b584 {
    -ms-grid-column: span 2;
    grid-column-start: span 2;
    -ms-grid-column-span: 2;
    grid-column-end: span 2;
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
  }

  #w-node-_7b9c87a0-4164-dfa3-00cc-0a8b81af83f5-8251b584 {
    -ms-grid-column: 1;
    grid-column-start: 1;
    -ms-grid-column-span: 2;
    grid-column-end: 3;
  }

  #w-node-a8a519cb-80ab-b1ff-f982-d02e8b721ff4-4851b585 {
    -webkit-align-self: start;
    -ms-flex-item-align: start;
    -ms-grid-row-align: start;
    align-self: start;
    -ms-grid-column-align: stretch;
    justify-self: stretch;
  }

  #w-node-a8a519cb-80ab-b1ff-f982-d02e8b721ff5-4851b585 {
    -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-row-align: start;
    align-self: start;
  }

  #w-node-_96d948bc-485a-9dab-98e0-3aeafd7c89af-4851b585 {
    -ms-grid-row: 2;
    grid-row-start: 2;
    -ms-grid-row-span: 1;
    grid-row-end: 3;
  }

  #w-node-_62e58f81-af29-b05e-8bc2-dfb4bceff668-4851b585 {
    -ms-grid-column: 1;
    grid-column-start: 1;
    -ms-grid-column-span: 2;
    grid-column-end: 3;
  }

  #w-node-_01acba91-92e0-3fdc-f04f-81f56b42dc19-4851b585 {
    -ms-grid-row: 2;
    grid-row-start: 2;
    -ms-grid-row-span: 1;
    grid-row-end: 3;
  }

  #w-node-ba80b8a0-ed4f-689f-493a-2bfa639c91a5-7251b586 {
    -ms-grid-column-span: 2;
    grid-column-end: 2;
  }

  #w-node-ba80b8a0-ed4f-689f-493a-2bfa639c91aa-7251b586 {
    -ms-grid-column-span: 2;
    grid-column-end: 2;
  }

  #w-node-afe2b333-ad26-1b15-231d-c4e0234c95ad-7251b586 {
    -ms-grid-column: span 1;
    grid-column-start: span 1;
    -ms-grid-column-span: 1;
    grid-column-end: span 1;
  }

  #w-node-_8a8ab005-0267-4aac-1756-46a4087a0991-7251b586 {
    -ms-grid-column: 1;
    grid-column-start: 1;
    -ms-grid-column-span: 1;
    grid-column-end: 2;
    -ms-grid-row: 3;
    grid-row-start: 3;
    -ms-grid-row-span: 1;
    grid-row-end: 4;
  }

  #w-node-_14f39dd7-b780-5ba0-f8c3-6e423c9ecdee-7251b586 {
    -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-row-align: start;
    align-self: start;
  }

  #w-node-_2b29bb9c-f1bc-bd15-987f-0af0c2776f33-7251b586 {
    -ms-grid-column: 1;
    grid-column-start: 1;
    -ms-grid-column-span: 2;
    grid-column-end: 3;
  }

  #w-node-_2b29bb9c-f1bc-bd15-987f-0af0c2776f3d-7251b586 {
    -ms-grid-row: 2;
    grid-row-start: 2;
    -ms-grid-row-span: 1;
    grid-row-end: 3;
  }

  #w-node-de232761-f644-f9f0-bd3b-00bfbb027112-7251b586 {
    -ms-grid-column: 1;
    grid-column-start: 1;
  }

  #w-node-de232761-f644-f9f0-bd3b-00bfbb02711e-7251b586 {
    -ms-grid-column: 1;
    grid-column-start: 1;
    -ms-grid-column-span: 2;
    grid-column-end: 3;
  }

  #w-node-de232761-f644-f9f0-bd3b-00bfbb027134-7251b586 {
    -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;
    -webkit-box-ordinal-group: -9998;
    -webkit-order: -9999;
    -ms-flex-order: -9999;
    order: -9999;
  }

  #w-node-ba6241ea-4ca2-f90d-ff56-a3b8b8b73165-7251b586 {
    -ms-grid-row-align: start;
    align-self: start;
    -ms-grid-column-span: 2;
    grid-column-end: span 2;
    -ms-grid-column: span 2;
    grid-column-start: span 2;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
    -ms-grid-row: span 1;
    grid-row-start: span 1;
  }

  #w-node-b84cb859-5226-6842-ec2f-395770060748-7251b586 {
    -ms-grid-column: span 2;
    grid-column-start: span 2;
    -ms-grid-column-span: 2;
    grid-column-end: span 2;
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
  }

  #w-node-eb3e7b68-80cb-a55d-a603-be9efdb44f60-4451b58e {
    -ms-grid-column: span 1;
    grid-column-start: span 1;
    -ms-grid-column-span: 1;
    grid-column-end: span 1;
  }

  #w-node-ff11f385-19e7-2610-e10a-74658e225841-9951b58f {
    -ms-grid-column-span: 2;
    grid-column-end: 2;
  }

  #w-node-ff11f385-19e7-2610-e10a-74658e225846-9951b58f {
    -ms-grid-column-span: 2;
    grid-column-end: 2;
  }

  #w-node-b22aeac6-9557-5b9b-37e1-4e65fd78ad0c-9951b58f {
    -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-eb3e7b68-80cb-a55d-a603-be9efdb44f60-7751b593 {
    -ms-grid-column: span 1;
    grid-column-start: span 1;
    -ms-grid-column-span: 1;
    grid-column-end: span 1;
  }

  #w-node-eb3e7b68-80cb-a55d-a603-be9efdb44f60-8f51b597 {
    -ms-grid-column: span 1;
    grid-column-start: span 1;
    -ms-grid-column-span: 1;
    grid-column-end: span 1;
  }
}

@media screen and (max-width: 767px) {
  #w-node-_0c54e8ba-a4a1-7813-b79a-4dd7f9c386f7-bb51b578 {
    -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-_0c54e8ba-a4a1-7813-b79a-4dd7f9c38702-bb51b578 {
    -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-_0c54e8ba-a4a1-7813-b79a-4dd7f9c3870d-bb51b578 {
    -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;
  }

  #w-node-c6a86f47-145d-b8c8-1c44-2b43c426b920-c426b91d {
    -ms-grid-column-span: 2;
    grid-column-end: 2;
  }

  #w-node-c6a86f47-145d-b8c8-1c44-2b43c426b923-c426b91d {
    -ms-grid-column: 1;
    grid-column-start: 1;
    -ms-grid-column-span: 1;
    grid-column-end: 2;
    -ms-grid-row: 4;
    grid-row-start: 4;
    -ms-grid-row-span: 1;
    grid-row-end: 5;
  }

  #w-node-fbfab365-c38f-1be6-6e51-32f69bada7ce-3c51b57a {
    -ms-grid-column-span: 2;
    grid-column-end: 2;
  }

  #w-node-_55545b2c-fd2c-f381-a702-fc88f5a9dbe3-5551b57b {
    -ms-grid-column-span: 2;
    grid-column-end: 2;
  }

  #w-node-_55545b2c-fd2c-f381-a702-fc88f5a9dbeb-5551b57b {
    -ms-grid-column-span: 2;
    grid-column-end: 2;
  }

  #w-node-_0c54e8ba-a4a1-7813-b79a-4dd7f9c386f7-2851b57d {
    -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-_0c54e8ba-a4a1-7813-b79a-4dd7f9c38702-2851b57d {
    -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-_0c54e8ba-a4a1-7813-b79a-4dd7f9c3870d-2851b57d {
    -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;
  }

  #w-node-b3205229-c2c3-f431-bb7a-14128002a3fd-1c51b581 {
    -ms-grid-row: 3;
    grid-row-start: 3;
  }

  #w-node-_2bb02f1f-0dc8-310a-5b1e-417b53ea67ee-b251b582 {
    -ms-grid-column: span 1;
    grid-column-start: span 1;
    -ms-grid-column-span: 1;
    grid-column-end: span 1;
  }

  #w-node-_2bb02f1f-0dc8-310a-5b1e-417b53ea67f5-b251b582 {
    -ms-grid-column: 1;
    grid-column-start: 1;
    -ms-grid-column-span: 1;
    grid-column-end: 2;
    -ms-grid-row: 2;
    grid-row-start: 2;
    -ms-grid-row-span: 1;
    grid-row-end: 3;
    -ms-grid-column-align: start;
    justify-self: start;
  }

  #w-node-_8826eb38-3632-ca41-32dc-ab641c7fc984-c351b583 {
    -ms-grid-column-span: 2;
    grid-column-end: 2;
  }

  #w-node-_7128c589-0b6c-1e7b-cd0c-f6e6a998bc46-c351b583 {
    -ms-grid-column: 1;
    grid-column-start: 1;
    -ms-grid-column-span: 1;
    grid-column-end: 2;
    -ms-grid-row: 2;
    grid-row-start: 2;
    -ms-grid-row-span: 1;
    grid-row-end: 3;
    -ms-grid-column-align: start;
    justify-self: start;
  }

  #w-node-_8826eb38-3632-ca41-32dc-ab641c7fc98c-c351b583 {
    -ms-grid-column-span: 2;
    grid-column-end: 2;
  }

  #w-node-_849e754c-a02b-b240-b303-2bf5e8a0db81-f9270e17 {
    -ms-grid-column-span: 4;
    grid-column-end: 4;
  }

  #w-node-_93ff6921-d28d-6640-4312-da6eaaed889e-f9270e17 {
    -ms-grid-column: span 3;
    grid-column-start: span 3;
    -ms-grid-column-span: 3;
    grid-column-end: span 3;
  }

  #w-node-d20c98d0-f73a-cde4-3187-ef91057b5e82-8251b584 {
    -ms-grid-row: 2;
    grid-row-start: 2;
    -ms-grid-row-span: 1;
    grid-row-end: 3;
  }

  #w-node-d20c98d0-f73a-cde4-3187-ef91057b5e87-8251b584 {
    -ms-grid-row: 4;
    grid-row-start: 4;
    -ms-grid-row-span: 1;
    grid-row-end: 5;
  }

  #w-node-e7c312ca-3267-e1f8-a11b-2d85efa42270-8251b584 {
    -ms-grid-column: 1;
    grid-column-start: 1;
    -ms-grid-column-span: 1;
    grid-column-end: 2;
    -ms-grid-row: 3;
    grid-row-start: 3;
    -ms-grid-row-span: 1;
    grid-row-end: 4;
  }

  #w-node-d7f4df13-5316-c505-a444-21863c437f4b-8251b584 {
    -ms-grid-column: span 1;
    grid-column-start: span 1;
    -ms-grid-column-span: 1;
    grid-column-end: span 1;
  }

  #w-node-d7f4df13-5316-c505-a444-21863c437f52-8251b584 {
    -ms-grid-column: 1;
    grid-column-start: 1;
    -ms-grid-column-span: 1;
    grid-column-end: 2;
    -ms-grid-row: 2;
    grid-row-start: 2;
    -ms-grid-row-span: 1;
    grid-row-end: 3;
    -ms-grid-column-align: start;
    justify-self: start;
  }

  #w-node-_0b0965f9-12de-b664-5036-c1741e1de7ed-4851b585 {
    -ms-grid-row: 3;
    grid-row-start: 3;
  }

  #w-node-_0cd159e1-bcc8-7507-1006-17c2720b9531-4851b585 {
    -ms-grid-column: 1;
    grid-column-start: 1;
    -ms-grid-column-span: 2;
    grid-column-end: 3;
    -ms-grid-row: 2;
    grid-row-start: 2;
    -ms-grid-row-span: 1;
    grid-row-end: 3;
  }

  #w-node-_3dfaf5a9-9073-e446-da8c-ae54ca5466f3-4851b585 {
    -ms-grid-column: span 3;
    grid-column-start: span 3;
    -ms-grid-column-span: 3;
    grid-column-end: span 3;
  }

  #w-node-ad3b4215-b22c-3535-ddd7-d56c33b83e53-4851b585 {
    -ms-grid-column: span 1;
    grid-column-start: span 1;
    -ms-grid-column-span: 1;
    grid-column-end: span 1;
  }

  #w-node-dffaa0c6-1d6f-fd8a-0160-62334d2f8582-4851b585 {
    -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-a8a519cb-80ab-b1ff-f982-d02e8b721ff5-4851b585 {
    -ms-grid-column: span 1;
    grid-column-start: span 1;
    -ms-grid-column-span: 1;
    grid-column-end: span 1;
  }

  #w-node-_62e58f81-af29-b05e-8bc2-dfb4bceff668-4851b585 {
    -ms-grid-column-span: 2;
    grid-column-end: 2;
  }

  #w-node-ba80b8a0-ed4f-689f-493a-2bfa639c91a5-7251b586 {
    -ms-grid-row: 2;
    grid-row-start: 2;
    -ms-grid-row-span: 1;
    grid-row-end: 3;
  }

  #w-node-ba80b8a0-ed4f-689f-493a-2bfa639c91aa-7251b586 {
    -ms-grid-row: 4;
    grid-row-start: 4;
    -ms-grid-row-span: 1;
    grid-row-end: 5;
  }

  #w-node-_34b8dcd5-1955-bf6e-0f89-fcc3d503f83d-7251b586 {
    -ms-grid-column: 1;
    grid-column-start: 1;
    -ms-grid-column-span: 1;
    grid-column-end: 2;
    -ms-grid-row: 3;
    grid-row-start: 3;
    -ms-grid-row-span: 1;
    grid-row-end: 4;
  }

  #w-node-afe2b333-ad26-1b15-231d-c4e0234c95ad-7251b586 {
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
  }

  #w-node-_2b29bb9c-f1bc-bd15-987f-0af0c2776f33-7251b586 {
    -ms-grid-column-span: 2;
    grid-column-end: 2;
  }

  #w-node-de232761-f644-f9f0-bd3b-00bfbb027119-7251b586 {
    -ms-grid-column: 1;
    grid-column-start: 1;
    -ms-grid-column-span: 1;
    grid-column-end: 2;
    -ms-grid-row: 2;
    grid-row-start: 2;
    -ms-grid-row-span: 1;
    grid-row-end: 3;
    -ms-grid-column-align: start;
    justify-self: start;
  }

  #w-node-de232761-f644-f9f0-bd3b-00bfbb02711e-7251b586 {
    -ms-grid-column-span: 2;
    grid-column-end: 2;
  }

  #w-node-b3205229-c2c3-f431-bb7a-14128002a3fd-8f51b588 {
    -ms-grid-row: 3;
    grid-row-start: 3;
  }

  #w-node-b3205229-c2c3-f431-bb7a-14128002a3fd-3b51b58c {
    -ms-grid-row: 3;
    grid-row-start: 3;
  }

  #w-node-_01c4e3cf-0ca8-0926-bf92-4bf4daeb8ca0-9951b58f {
    -ms-grid-column: span 1;
    grid-column-start: span 1;
    -ms-grid-column-span: 1;
    grid-column-end: span 1;
  }

  #w-node-_9a966d75-8ba6-8c66-a053-3fb940aae614-9951b58f {
    -ms-grid-column-align: center;
    justify-self: center;
  }

  #w-node-b3205229-c2c3-f431-bb7a-14128002a3fd-f051b595 {
    -ms-grid-row: 3;
    grid-row-start: 3;
  }
}

@media screen and (max-width: 479px) {
  #w-node-d71299dc-e2cf-e714-cc8e-cbf4e6f5ae15-bb51b578 {
    -ms-grid-column-align: start;
    justify-self: start;
    -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: 3;
    -ms-grid-row: 2;
    grid-row-start: 2;
  }

  #w-node-_0051ff8b-1b11-5e70-dff3-613f11c5ab76-11c5ab70 {
    -ms-grid-row-align: center;
    align-self: center;
    -ms-grid-column-align: start;
    justify-self: start;
    -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-d71299dc-e2cf-e714-cc8e-cbf4e6f5ae15-2851b57d {
    -ms-grid-column-align: start;
    justify-self: start;
    -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: 3;
    -ms-grid-row: 2;
    grid-row-start: 2;
  }

  #w-node-c3e4a622-32f8-f922-a5f9-7c9122fd7a0c-c351b583 {
    -ms-grid-column-align: stretch;
    justify-self: stretch;
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
  }

  #w-node-_231f18f0-034c-bf91-9e26-aa98c5f5105a-c351b583 {
    -ms-grid-column-align: center;
    justify-self: center;
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
  }

  #w-node-_6dc7b8bf-dfd3-4025-fcd6-f726c2f032cb-c351b583 {
    -ms-grid-column-align: center;
    justify-self: center;
  }

  #w-node-_8826eb38-3632-ca41-32dc-ab641c7fc984-c351b583 {
    -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-_7128c589-0b6c-1e7b-cd0c-f6e6a998bc46-c351b583 {
    -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-_8826eb38-3632-ca41-32dc-ab641c7fc99e-c351b583 {
    -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: 3;
    -ms-grid-row: 2;
    grid-row-start: 2;
  }

  #w-node-_0b0965f9-12de-b664-5036-c1741e1de7ed-4851b585 {
    -ms-grid-column-span: 2;
    grid-column-end: 2;
  }

  #w-node-_0cd159e1-bcc8-7507-1006-17c2720b9531-4851b585 {
    -ms-grid-column-span: 2;
    grid-column-end: 2;
  }

  #w-node-_16ee6cac-97cc-c25f-3bd3-f27e8d74ef9a-4851b585 {
    -ms-grid-column-span: 3;
    grid-column-end: 3;
  }

  #w-node-_3dfaf5a9-9073-e446-da8c-ae54ca5466f3-4851b585 {
    -ms-grid-column: span 3;
    grid-column-start: span 3;
    -ms-grid-column-span: 3;
    grid-column-end: span 3;
  }

  #w-node-ad3b4215-b22c-3535-ddd7-d56c33b83e53-4851b585 {
    -ms-grid-column: span 1;
    grid-column-start: span 1;
    -ms-grid-column-span: 1;
    grid-column-end: span 1;
  }

  #w-node-dffaa0c6-1d6f-fd8a-0160-62334d2f8582-4851b585 {
    -ms-grid-column: span 1;
    grid-column-start: span 1;
    -ms-grid-column-span: 1;
    grid-column-end: span 1;
  }

  #w-node-afe2b333-ad26-1b15-231d-c4e0234c95ad-7251b586 {
    -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-_8a8ab005-0267-4aac-1756-46a4087a0991-7251b586 {
    -webkit-box-ordinal-group: -9998;
    -webkit-order: -9999;
    -ms-flex-order: -9999;
    order: -9999;
    -ms-grid-row: 1;
    grid-row-start: 1;
    -ms-grid-row-span: 1;
    grid-row-end: 2;
  }

  #w-node-_14f39dd7-b780-5ba0-f8c3-6e423c9ecdee-7251b586 {
    -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;
  }

  #w-node-de232761-f644-f9f0-bd3b-00bfbb027112-7251b586 {
    -ms-grid-column-span: 2;
    grid-column-end: 2;
  }

  #w-node-de232761-f644-f9f0-bd3b-00bfbb02711e-7251b586 {
    -ms-grid-column-align: stretch;
    justify-self: stretch;
  }

  #w-node-de232761-f644-f9f0-bd3b-00bfbb027120-7251b586 {
    -ms-grid-column-align: stretch;
    justify-self: stretch;
  }

  #w-node-de232761-f644-f9f0-bd3b-00bfbb02713b-7251b586 {
    -ms-grid-column-align: stretch;
    justify-self: stretch;
  }

  #w-node-_6a710c8c-00bc-3097-3a96-dedad61552fb-7251b586 {
    -ms-grid-column-align: start;
    justify-self: start;
  }

  #w-node-_7bbefcdf-776e-b22c-5a89-88c9de9b425d-4451b58e {
    -ms-grid-column-align: center;
    justify-self: center;
  }

  #w-node-_7bbefcdf-776e-b22c-5a89-88c9de9b425f-4451b58e {
    -ms-grid-column-align: start;
    justify-self: start;
  }

  #w-node-d71299dc-e2cf-e714-cc8e-cbf4e6f5ae15-4451b58e {
    -ms-grid-column-align: start;
    justify-self: start;
    -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: 3;
    -ms-grid-row: 2;
    grid-row-start: 2;
  }

  #w-node-_01c4e3cf-0ca8-0926-bf92-4bf4daeb8ca0-9951b58f {
    -ms-grid-column: span 2;
    grid-column-start: span 2;
    -ms-grid-column-span: 2;
    grid-column-end: span 2;
  }

  #w-node-b22aeac6-9557-5b9b-37e1-4e65fd78ad0c-9951b58f {
    -ms-grid-column: span 2;
    grid-column-start: span 2;
    -ms-grid-column-span: 2;
    grid-column-end: span 2;
  }

  #w-node-d71299dc-e2cf-e714-cc8e-cbf4e6f5ae15-c051b591 {
    -ms-grid-column-align: start;
    justify-self: start;
    -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: 3;
    -ms-grid-row: 2;
    grid-row-start: 2;
  }

  #w-node-_7bbefcdf-776e-b22c-5a89-88c9de9b425d-7751b593 {
    -ms-grid-column-align: center;
    justify-self: center;
  }

  #w-node-_7bbefcdf-776e-b22c-5a89-88c9de9b425f-7751b593 {
    -ms-grid-column-align: start;
    justify-self: start;
  }

  #w-node-d71299dc-e2cf-e714-cc8e-cbf4e6f5ae15-7751b593 {
    -ms-grid-column-align: start;
    justify-self: start;
    -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: 3;
    -ms-grid-row: 2;
    grid-row-start: 2;
  }

  #w-node-_7bbefcdf-776e-b22c-5a89-88c9de9b425d-8f51b597 {
    -ms-grid-column-align: center;
    justify-self: center;
  }

  #w-node-_7bbefcdf-776e-b22c-5a89-88c9de9b425f-8f51b597 {
    -ms-grid-column-align: start;
    justify-self: start;
  }

  #w-node-d71299dc-e2cf-e714-cc8e-cbf4e6f5ae15-8f51b597 {
    -ms-grid-column-align: start;
    justify-self: start;
    -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: 3;
    -ms-grid-row: 2;
    grid-row-start: 2;
  }

  #w-node-_7bbefcdf-776e-b22c-5a89-88c9de9b425d-d751b5b6 {
    -ms-grid-column-align: center;
    justify-self: center;
  }

  #w-node-_7bbefcdf-776e-b22c-5a89-88c9de9b425f-d751b5b6 {
    -ms-grid-column-align: start;
    justify-self: start;
  }

  #w-node-d71299dc-e2cf-e714-cc8e-cbf4e6f5ae15-d751b5b6 {
    -ms-grid-column-align: start;
    justify-self: start;
    -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: 3;
    -ms-grid-row: 2;
    grid-row-start: 2;
  }
}

@font-face {
  font-family: 'Eudoxussans';
  src: url('../fonts/EudoxusSans-Regular.woff2') format('woff2'), url('../fonts/EudoxusSans-Regular.woff') format('woff'), url('../fonts/EudoxusSans-Regular.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Eudoxussans';
  src: url('../fonts/EudoxusSans-ExtraLight.woff2') format('woff2'), url('../fonts/EudoxusSans-ExtraLight.woff') format('woff'), url('../fonts/EudoxusSans-ExtraLight.ttf') format('truetype');
  font-weight: 200;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Eudoxussans';
  src: url('../fonts/EudoxusSans-ExtraBold.woff2') format('woff2'), url('../fonts/EudoxusSans-ExtraBold.woff') format('woff'), url('../fonts/EudoxusSans-ExtraBold.ttf') format('truetype');
  font-weight: 800;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Eudoxussans';
  src: url('../fonts/EudoxusSans-Bold.woff2') format('woff2'), url('../fonts/EudoxusSans-Bold.woff') format('woff'), url('../fonts/EudoxusSans-Bold.ttf') format('truetype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Eudoxussans';
  src: url('../fonts/EudoxusSans-Light.woff2') format('woff2'), url('../fonts/EudoxusSans-Light.woff') format('woff'), url('../fonts/EudoxusSans-Light.ttf') format('truetype');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Eudoxussans';
  src: url('../fonts/EudoxusSans-Medium.woff2') format('woff2'), url('../fonts/EudoxusSans-Medium.woff') format('woff'), url('../fonts/EudoxusSans-Medium.ttf') format('truetype');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}