:root {
  --light-slate-grey: #555e69;
  --dark-teal: #4baeb2;
  --orange: #ee826c;
  --white: white;
  --black: black;
  --level-1: #181823;
  --darkgrey: #5b6876;
  --misty-rose: #fae3e3;
  --blue: #609bff;
  --cornflower-blue: #4baeb2;
}

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

h2 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 32px;
  font-weight: bold;
  line-height: 36px;
}

.body {
  background-color: #fff;
  flex-direction: column;
  justify-content: space-between;
  font-family: Sen;
  display: flex;
}

.wrapper {
  width: 100%;
  max-width: 1920px;
  height: 100%;
  margin-left: auto;
  margin-right: auto;
}

.wrapper.footer-grid {
  grid-column-gap: 24px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: .6fr .4fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.nav-bar {
  background-color: #0000;
  padding-left: 72px;
  padding-right: 72px;
}

.nav-link {
  color: var(--light-slate-grey);
  padding: 32px 24px;
  font-size: 16px;
  line-height: 150%;
  transition: color .35s cubic-bezier(.165, .84, .44, 1);
}

.nav-link:hover {
  color: var(--dark-teal);
}

.nav-link.button {
  background-color: var(--orange);
  color: var(--white);
  font-weight: 700;
  transition: background-color .35s cubic-bezier(.165, .84, .44, 1), color .35s cubic-bezier(.165, .84, .44, 1);
}

.nav-link.button:hover {
  background-color: #ca553d;
}

.brand {
  margin-top: 32px;
  padding-left: 0;
}

.paragraph_16px {
  color: var(--level-1);
  margin-bottom: 0;
  font-size: 16px;
  line-height: 150%;
  text-decoration: none;
}

.paragraph_16px.light-grey {
  color: var(--light-slate-grey);
}

.paragraph_16px.cyan {
  color: var(--orange);
  transition: color .35s;
}

.paragraph_16px.cyan:hover {
  color: #00ffffd9;
}

.normal-wrapper.flex-vertical_left_space-betwen {
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  display: flex;
}

.normal-wrapper.flex-horizontal_left_top {
  flex-direction: row;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.project-wrapper {
  border-radius: 4px;
  text-decoration: none;
  overflow: hidden;
}

.footer {
  background-color: var(--level-1);
  height: 422px;
  padding: 80px 72px;
}

.footer-logo {
  margin-bottom: 32px;
}

.social-icons {
  margin-right: 16px;
}

.footer-link-block {
  border: 1px #000;
  width: 50%;
  text-decoration: none;
}

.footer-link {
  color: var(--white);
  padding-top: 16px;
  padding-bottom: 16px;
  font-size: 16px;
  transition: color .35s cubic-bezier(.165, .84, .44, 1);
}

.footer-link:hover {
  color: var(--orange);
}

.ms-chat-wrapper {
  z-index: 1001;
  width: 64px;
  height: 64px;
  position: fixed;
  bottom: 55px;
  right: 47px;
}

.ms-chat-icon {
  z-index: 2;
  background-color: var(--level-1);
  box-shadow: none;
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  padding: 18px;
  display: flex;
  position: absolute;
  inset: 0%;
}

.ms-chat-icon:hover {
  background-image: linear-gradient(#0000001a, #0000001a);
}

.ms-chat-box {
  z-index: 1;
  text-align: center;
  background-color: #23272a;
  border-radius: 12px;
  flex-direction: row;
  justify-content: center;
  align-items: flex-end;
  width: 268px;
  max-width: 300px;
  height: 235px;
  max-height: 87vh;
  padding-left: 16px;
  padding-right: 16px;
  line-height: 1.5em;
  display: none;
  position: absolute;
  inset: auto -5px 95px auto;
  overflow: auto;
}

.ms-exit-icon {
  display: none;
}

.ms-chat-channel-wrap {
  padding-left: 12px;
  padding-right: 12px;
}

.ms-chat-frame {
  z-index: 1;
  position: relative;
}

.ms-chat-frame.ms-chat-home {
  padding-top: 24px;
  padding-bottom: 24px;
}

.image {
  width: 20px;
  height: 8px;
  display: none;
  position: absolute;
  inset: -50% auto 0% 27%;
}

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

.text-block-2 {
  color: #fff;
  margin-left: 8px;
  font-family: Roboto, sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 18px;
}

.image-2 {
  width: 32px;
  height: 32px;
}

.image-3 {
  width: 152px;
  height: 32px;
}

.close-icon-mobile {
  display: none;
}

.ms-chat-icon-mobile {
  z-index: 2;
  background-color: var(--level-1);
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  padding: 18px;
  display: none;
  position: absolute;
  inset: 0%;
  box-shadow: 0 20px 30px -10px #555e6980;
}

.ms-chat-icon-mobile:hover {
  background-image: linear-gradient(#0000001a, #0000001a);
}

.link-block {
  z-index: -1;
  background-color: #23272a;
  border: 1px solid #52525b;
  border-radius: 12px;
  justify-content: space-around;
  align-items: center;
  width: 236px;
  height: 56px;
  margin-bottom: 16px;
  display: flex;
}

.image-5 {
  width: 24px;
  height: 24px;
}

.image7 {
  width: 160px;
  height: 26.6px;
}

.ms-exit-icon--desktop {
  display: none;
}

.heading {
  color: #344564;
  text-align: center;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Roboto, sans-serif;
  font-size: 40px;
  font-weight: 300;
  line-height: 48px;
}

.text-block-3 {
  color: #344564;
  text-align: center;
  margin-top: 20px;
  font-family: Roboto, sans-serif;
  font-size: 16px;
  line-height: 20px;
}

.div-block-3 {
  max-width: 785px;
  margin-left: auto;
  margin-right: auto;
}

.div-block-4 {
  justify-content: space-around;
  display: flex;
}

.div-block-5 {
  width: 250px;
  height: 250px;
}

.div-block2 {
  width: 236px;
}

.section {
  background-color: #fafbfe;
  padding-top: 96px;
  padding-bottom: 64px;
}

.div-block3 {
  justify-content: space-around;
  align-items: center;
  margin-top: 38px;
  display: flex;
}

.text-blockk {
  color: #344564;
  text-align: center;
  width: 323px;
  margin-bottom: 16px;
  font-family: Roboto, sans-serif;
  font-size: 16px;
  line-height: 20px;
}

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

.text-block-5 {
  color: #5b6982;
  width: 453px;
  font-family: Roboto, sans-serif;
  font-size: 14px;
  line-height: 24px;
}

.html-embed {
  width: 250px;
}

.heading-2 {
  color: #0d1921;
  text-align: center;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Roboto, sans-serif;
  font-size: 40px;
  font-weight: 300;
  line-height: 48px;
}

.section-3 {
  background-color: #f5fbff;
  padding-top: 96px;
  padding-bottom: 96px;
}

.div-block-7 {
  max-width: 1124px;
  margin-left: auto;
  margin-right: auto;
}

.text-block-8 {
  color: #0d1921;
  font-family: Roboto, sans-serif;
  font-size: 32px;
  font-weight: 300;
  line-height: 48px;
  display: block;
}

.text-block-9 {
  color: #5b626e;
  width: 452px;
  margin-top: 10px;
  font-family: Roboto, sans-serif;
  font-size: 16px;
  line-height: 24px;
}

.text-block-22 {
  color: #5b626e;
  width: 452px;
  margin-top: 20px;
  font-family: Roboto, sans-serif;
  font-size: 14px;
  line-height: 20px;
}

.div-block-8 {
  width: 452px;
}

.html-embe55 {
  width: 556px;
}

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

.div-block-10 {
  background-color: #d7e3f3;
  width: 1124px;
  height: 1px;
}

.divv {
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  padding-top: 64px;
  padding-bottom: 64px;
  display: flex;
}

.div-block-13 {
  background-color: #d7e3f3;
  width: 1124px;
  height: 1px;
}

.heading-4 {
  color: #0d1921;
  text-align: center;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Roboto, sans-serif;
  font-size: 40px;
  font-weight: 300;
  line-height: 48px;
}

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

.heading3 {
  color: #0d1921;
  text-align: left;
  margin-top: 0;
  margin-bottom: 27px;
  font-family: Roboto, sans-serif;
  font-size: 32px;
  font-weight: 300;
  line-height: 48px;
}

.div-block-14 {
  max-width: 1124px;
  margin-left: auto;
  margin-right: auto;
}

.grid-2 {
  grid-template-rows: auto;
  grid-template-columns: .5fr .5fr .5fr;
  display: flex;
}

.div-block-15 {
  background-color: #fff;
  width: 320px;
  height: 468px;
  margin-right: 80px;
  box-shadow: 0 1px 2px #0003;
}

.div-block-15.last {
  margin-right: 0;
}

.html-embe7 {
  border-top-left-radius: 8px;
  border-top-right-radius: 8px;
  overflow: hidden;
}

.div-block-16 {
  padding: 25px;
}

.text-block-23 {
  color: #0d1921;
  margin-bottom: 9px;
  font-family: Roboto, sans-serif;
  font-size: 18px;
  font-weight: 500;
  line-height: 24px;
}

.text-block-24 {
  color: #5b626e;
  font-family: Roboto, sans-serif;
}

.div-block-17 {
  max-width: 1124px;
  margin-left: auto;
  margin-right: auto;
}

.section-5 {
  background-color: #003584;
  padding-top: 96px;
  padding-bottom: 96px;
}

.heading-5 {
  color: #fff;
  text-align: center;
  margin-top: 0;
  margin-bottom: 40px;
  font-family: Roboto, sans-serif;
  font-size: 40px;
  font-weight: 300;
  line-height: 48px;
}

.div-block-18319804517, .div-block-18319804411 {
  display: flex;
}

.image-356 {
  width: 16px;
  height: 16px;
  margin-bottom: 2px;
  margin-right: 5px;
}

.div-block-18319804527, .div-block-18319804520 {
  display: flex;
}

.link-block-7 {
  margin-bottom: 16px;
  text-decoration: none;
  display: flex;
}

.link-block-7.w--current {
  margin-bottom: 16px;
}

.link-block-7.track-button {
  margin-bottom: 12px;
  font-family: Roboto, sans-serif;
  font-weight: 500;
}

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

.last-div-links {
  flex-direction: column;
  width: auto;
  display: flex;
}

.text-block-351 {
  color: #a1a1aa;
  letter-spacing: .2px;
  width: 230px;
  font-family: Roboto, sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
  text-decoration: none;
}

.text-block-351.txt {
  color: #fff;
  font-weight: 500;
}

.join-us-2 {
  flex-direction: column;
  justify-content: flex-start;
  min-width: 273px;
  margin-bottom: 0;
  margin-left: 48px;
  display: flex;
}

.div-block-18319805121 {
  max-width: 1124px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 64px;
  padding-bottom: 32px;
}

.help-link {
  text-decoration: none;
  display: flex;
}

.help-link.w--current {
  margin-bottom: 16px;
}

.div-block-18319804523, .div-block-18319804519, .div-block-18319804522 {
  display: flex;
}

.div-block-18319804406 {
  align-items: stretch;
  display: flex;
}

.div-block-18319804528, .div-block-18319804518, .div-block-18319804529 {
  display: flex;
}

.div-block-1116804 {
  justify-content: flex-start;
  display: flex;
}

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

.div-block-18319804410 {
  margin-left: 24px;
}

.text-block-343 {
  color: #fff;
  margin-bottom: 6px;
  padding-bottom: 0;
  font-family: Roboto, sans-serif;
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;
}

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

.html-embed-12 {
  width: 70px;
  padding-bottom: 24px;
}

.div-block-18319804531, .div-block-18319804530, .div-block-18319804521 {
  display: flex;
}

.div-block-18319804532 {
  min-width: 240px;
  margin-left: 16px;
  display: flex;
}

.div-block-18319804412 {
  width: 54.3281px;
  margin-left: 160px;
  margin-right: 180px;
}

.div-block-991-copy-2 {
  flex-direction: column;
  width: 100px;
  display: flex;
}

.div-block-1005 {
  margin-bottom: 16px;
  text-decoration: none;
  display: flex;
}

.div-block-1005.track-button {
  justify-content: flex-start;
  align-items: center;
}

.text-block-344 {
  color: #a1a1aa;
  letter-spacing: .2px;
  font-family: Roboto, sans-serif;
  font-size: 14px;
  line-height: 20px;
}

.div-block-18319804533 {
  align-items: flex-start;
  margin-left: 180px;
}

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

.proyuga-footer {
  background-color: #122445;
}

.hero-section-proyuga-home {
  background-color: #1863c8;
  background-image: url('../images/BG.png');
  background-position: 50%;
  background-repeat: repeat;
  background-size: cover;
  background-attachment: scroll;
  height: 100vh;
  padding-top: 0;
  display: block;
  position: relative;
}

.footer-text-div {
  grid-column-gap: 6px;
  grid-row-gap: 6px;
  flex-direction: column;
  margin-bottom: 0;
  text-decoration: none;
  display: flex;
}

.footer-text-div.w--current {
  margin-bottom: 16px;
}

.italic-text {
  line-height: 20px;
}

.proyuga-ctas {
  background-color: #19c7ff;
  border-radius: 6px;
  width: 132px;
  height: 40px;
  margin-top: 9px;
  padding: 10px 32px;
  font-family: Roboto, sans-serif;
  font-weight: 500;
}

.btn {
  background-color: #19c7ff;
  border-radius: 6px;
  width: 132px;
  height: 40px;
  margin-top: 9px;
  padding: 10px 31px;
  font-family: Roboto, sans-serif;
  font-weight: 500;
}

.btn6 {
  background-color: #19c7ff;
  border-radius: 6px;
  width: 200px;
  height: 40px;
  margin-top: 9px;
  padding: 10px 31px;
  font-family: Roboto, sans-serif;
  font-weight: 500;
}

.nav-link-2 {
  color: #fff;
  letter-spacing: .5px;
  margin-left: 32px;
  padding-left: 0;
  padding-right: 0;
  font-size: 16px;
  font-weight: 400;
  line-height: 20.42px;
}

.nav-link-2:hover {
  color: #f47400;
  font-weight: 700;
}

.nav-link-2.w--current {
  color: #3b82f6;
  border-bottom: 2px solid #3b82f6;
  font-weight: 600;
}

.nav-link-2.track-button {
  color: #43484c;
  font-family: Roboto, sans-serif;
  line-height: 24px;
}

.nav-link-2.track-button:hover {
  font-weight: 400;
}

.nav-link-2.track-button.w--current {
  color: #43484c;
  border-bottom-width: 0;
  font-family: Roboto, sans-serif;
  font-weight: 400;
  line-height: 24px;
}

.nav-link-2.about-us {
  z-index: 10;
  color: #43484c;
  margin-left: 0;
  font-family: Roboto, sans-serif;
  font-weight: 400;
}

.nav-link-2.secondary-navbar {
  color: #43484c;
  margin-left: 0;
}

.dropdown-navitems {
  color: #43484c;
  text-align: left;
  background-color: #0000;
  width: 100%;
  font-family: Roboto, sans-serif;
  font-weight: 400;
}

.dropdown-navitems:hover {
  color: #fff;
  background-color: #003584;
  border-radius: 8px;
  font-weight: 400;
}

.dropdown-navitems.track-button {
  text-align: center;
  font-size: 14px;
}

.nav-menu-2 {
  flex-direction: row;
  align-items: center;
  display: flex;
}

.brand-logo {
  align-items: center;
  display: none;
  position: absolute;
  inset: 0% auto 0% 24px;
}

.brand-logo.track-button.w--current {
  margin-top: 24px;
  display: block;
}

.brand-logo.track-button.eula-page {
  display: flex;
}

.dropdown-list {
  width: 300px;
}

.dropdown-list.w--open {
  color: var(--white);
  background-color: #fff;
  border-radius: 8px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: auto;
  margin-left: 32px;
  padding: 12px 8px;
  font-family: Roboto, sans-serif;
  font-weight: 400;
}

.dropdown-list.secondary-naavbar {
  box-shadow: inset 0 2px 6px #0003;
}

.dropdown-list.secondary-naavbar.w--open {
  box-shadow: 0 2px 6px #0003;
}

.icon-copy {
  margin-right: 0;
}

.container {
  justify-content: flex-end;
  align-items: center;
  max-width: 1124px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 12px;
  padding-bottom: 12px;
  padding-right: 0;
  display: flex;
  position: relative;
}

.dropdown-toggle-6 {
  padding-left: 0;
  padding-right: 24px;
}

.proyuga-nav-items {
  color: #43484c;
  letter-spacing: .5px;
  margin-left: 32px;
  padding: 20px 0;
  font-family: Roboto, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 20px;
  text-decoration: none;
}

.proyuga-nav-items.w--current {
  color: #43484c;
  border-bottom: 2px #3b82f6;
}

.proyuga-nav-items.mss-nav {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  color: #43484c;
  padding-top: 20px;
  padding-bottom: 20px;
  font-family: Roboto, sans-serif;
  display: flex;
}

.proyuga-nav-items.mss-nav:hover {
  font-weight: 400;
}

.proyuga-nav-items.track-button.primary-navbar {
  color: #fff;
}

.proyuga-nav-items.nav-dropdown {
  padding-left: 0;
  padding-right: 24px;
}

.proyuga-nav-items.nav-dropdown.track-button.secondary-navbar {
  color: #43484c;
}

.navbar-proyuga {
  z-index: 0;
  background-color: #fff;
  border: 1px #dadee1;
  border-bottom-style: solid;
  box-shadow: 0 1px 2px #0003;
}

.div-block-183198049019 {
  max-width: 1124px;
  height: 820px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 32px;
}

.div-block-183198049020 {
  justify-content: space-between;
  padding-top: 0;
  display: flex;
}

.navbar {
  z-index: 20;
  height: 88px;
  font-family: Roboto, sans-serif;
  display: none;
  position: fixed;
  inset: 0%;
}

.nav-link88 {
  color: #fff;
  letter-spacing: .5px;
  margin-left: 32px;
  padding-left: 0;
  padding-right: 0;
  font-size: 16px;
  font-weight: 400;
  line-height: 20.42px;
}

.nav-link88:hover {
  color: #f47400;
  font-weight: 700;
}

.nav-link88.w--current {
  color: #3b82f6;
  border-bottom: 2px solid #3b82f6;
  font-weight: 600;
}

.nav-link88.track-button {
  color: #43484c;
  padding-top: 0;
  padding-bottom: 0;
  font-family: Roboto, sans-serif;
  line-height: 24px;
  top: -11px;
}

.nav-link88.track-button:hover {
  font-weight: 400;
}

.nav-link88.track-button.w--current {
  color: #43484c;
  border-bottom-width: 0;
  font-family: Roboto, sans-serif;
  font-weight: 400;
  line-height: 24px;
}

.navbar3 {
  background-color: #0000;
}

.html-embed-82398 {
  z-index: 0;
  width: 598px;
  position: absolute;
  inset: auto auto 0% 0%;
}

.div-block-183198049021 {
  z-index: 2;
  text-align: left;
  width: 670px;
  position: relative;
  top: 152px;
  left: 486px;
}

.heading-6 {
  color: #fff;
  margin-top: 0;
  margin-bottom: 48px;
  font-family: Roboto, sans-serif;
  font-size: 40px;
  font-weight: 300;
  line-height: 60px;
}

.text-block-941692 {
  color: #fff;
  font-family: Roboto, sans-serif;
  font-size: 20px;
  font-weight: 500;
  line-height: 32px;
}

.slider {
  background-color: #0000;
}

.slide-nav {
  display: none;
}

.slide {
  width: 550px;
  height: 128px;
  margin-right: 140px;
  left: 47px;
}

.mask {
  height: 200px;
  padding-top: 24px;
}

.icon, .icon-2 {
  color: #dbdee4;
  width: 16px;
  height: 16px;
  font-family: Roboto, sans-serif;
  font-size: 24px;
  line-height: 16px;
}

.div-block-183198049022 {
  align-items: center;
  display: flex;
}

.text-block-941693 {
  color: #fff;
  width: 475px;
  font-family: Roboto, sans-serif;
  font-weight: 300;
}

.div-block-183198049023 {
  margin-left: 20px;
}

.txt33 {
  color: #fff;
  width: 475px;
  margin-top: 8px;
  font-family: Roboto, sans-serif;
  font-weight: 400;
}

.left-arrow {
  width: 16px;
  height: 16px;
  top: -166px;
  left: -22px;
}

.right-arrow {
  width: 22px;
  height: 16px;
  top: -166px;
  left: 572px;
}

.html-embed-82399 {
  width: 52px;
}

.slide-2 {
  left: 47px;
}

.navbar-look {
  margin-top: 0;
}

.div-block-183198049024 {
  padding-top: 64px;
  padding-bottom: 0;
}

.nav-link-9 {
  color: #fff;
  letter-spacing: .5px;
  margin-left: 32px;
  padding-left: 0;
  padding-right: 0;
  font-size: 16px;
  font-weight: 400;
  line-height: 20.42px;
}

.nav-link-9:hover {
  color: #f47400;
  font-weight: 700;
}

.nav-link-9.w--current {
  color: #3b82f6;
  border-bottom: 2px solid #3b82f6;
  font-weight: 600;
}

.nav-link-9.track-button {
  color: #43484c;
  font-family: Roboto, sans-serif;
  line-height: 24px;
}

.nav-link-9.track-button:hover {
  font-weight: 400;
}

.nav-link-9.track-button.w--current {
  color: #43484c;
  border-bottom-width: 0;
  font-family: Roboto, sans-serif;
  font-weight: 400;
  line-height: 24px;
}

.text-block-94163 {
  color: #fff;
  font-family: Roboto, sans-serif;
  font-size: 20px;
  font-weight: 500;
  line-height: 32px;
}

.slide22 {
  background-color: #0000;
}

.global-leaders-testimoials-mobile-div {
  display: none;
}

.text-block-8-mob {
  color: #0d1921;
  font-family: Roboto, sans-serif;
  font-size: 32px;
  font-weight: 300;
  line-height: 48px;
}

.div-block-183198049026 {
  flex-direction: row-reverse;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.btn6--mob {
  background-color: #19c7ff;
  border-radius: 6px;
  width: 200px;
  height: 40px;
  margin-top: 9px;
  padding: 10px 31px;
  font-family: Roboto, sans-serif;
  font-weight: 500;
  display: none;
}

.text-block-9-mob {
  color: #5b626e;
  width: 452px;
  margin-top: 10px;
  font-family: Roboto, sans-serif;
  font-size: 16px;
  line-height: 24px;
  display: none;
}

.text-block-22-mob {
  color: #5b626e;
  width: 452px;
  margin-top: 20px;
  font-family: Roboto, sans-serif;
  font-size: 14px;
  line-height: 20px;
  display: none;
}

.div-mob {
  display: none;
}

.text-block-hed {
  color: #0d1921;
  font-family: Roboto, sans-serif;
  font-size: 32px;
  font-weight: 300;
  line-height: 48px;
  display: block;
}

.div-block6 {
  flex-direction: column;
  width: 452px;
  margin-left: 16px;
  display: flex;
}

.text-block-6666 {
  color: #5b626e;
  width: 452px;
  margin-top: 10px;
  font-family: Roboto, sans-serif;
  font-size: 16px;
  line-height: 24px;
}

.text-block-22555 {
  color: #5b626e;
  width: 452px;
  margin-top: 20px;
  font-family: Roboto, sans-serif;
  font-size: 14px;
  line-height: 20px;
}

.text-block-666666 {
  color: #0d1921;
  font-family: Roboto, sans-serif;
  font-size: 32px;
  font-weight: 300;
  line-height: 48px;
  display: none;
}

.div-block-183198049027 {
  margin-right: 94px;
}

.text-bloc99, .text-block-mobbb {
  color: #0d1921;
  font-family: Roboto, sans-serif;
  font-size: 32px;
  font-weight: 300;
  line-height: 48px;
  display: none;
}

.mouse-animation-div {
  z-index: 10;
  cursor: pointer;
  background-image: linear-gradient(to top, #000, #0000);
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 50px;
  display: none;
  position: fixed;
  inset: auto 0% 0%;
}

.mouse-animation-div.home {
  background-image: none;
  height: 60px;
  padding-bottom: 16px;
}

.link-block-1033 {
  text-align: center;
  flex-direction: column;
  align-items: center;
  text-decoration: none;
  display: flex;
}

.html-embed-82404 {
  display: block;
}

.lottie-animation {
  width: 24px;
  height: 24px;
  display: none;
}

.right-arrow34 {
  width: 22px;
  height: 16px;
  top: -198px;
  left: 572px;
}

.left-arrow-5 {
  width: 16px;
  height: 16px;
  top: -166px;
  left: -22px;
}

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

.icon4, .icon5 {
  color: #dbdee4;
  width: 16px;
  height: 16px;
  font-family: Roboto, sans-serif;
  font-size: 24px;
  line-height: 16px;
}

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

.section-redirections {
  width: 1px;
  height: 1px;
  margin-top: -154px;
  position: absolute;
}

.section-redirections.learners {
  margin-top: -69px;
}

.proyuga-brand-logo {
  pointer-events: none;
}

.proyuga-brand-logo.w--current {
  pointer-events: auto;
}

.close-discord-chat-support-mobile, .close-overlay-mobile {
  display: none;
}

.div-block-183198049031 {
  align-items: center;
  display: flex;
}

.discord-support-div {
  z-index: 1001;
  width: 64px;
  height: 64px;
  position: fixed;
  bottom: 55px;
  right: 47px;
}

.discord-support-div.discord-support {
  z-index: 1000;
  width: auto;
  height: auto;
  display: none;
  position: fixed;
}

.link-block-1058 {
  z-index: -1;
  background-color: #23272a;
  border: 1px solid #52525b;
  border-radius: 12px;
  justify-content: space-around;
  align-items: center;
  width: 236px;
  height: 56px;
  margin-bottom: 16px;
  display: flex;
}

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

.image-359 {
  width: 152px;
  height: 32px;
}

.text-block-941696 {
  color: #fff;
  margin-left: 8px;
  font-family: Roboto, sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 18px;
}

.ms-chat-box-2 {
  z-index: 1;
  text-align: center;
  background-color: #23272a;
  border-radius: 12px;
  flex-direction: row;
  justify-content: center;
  align-items: flex-end;
  width: 268px;
  max-width: 300px;
  height: 235px;
  max-height: 87vh;
  padding-left: 16px;
  padding-right: 16px;
  line-height: 1.5em;
  position: absolute;
  inset: auto -5% 95px auto;
  overflow: hidden;
}

.bottom-tool-tip-desktop {
  width: 20px;
  height: 8px;
  position: relative;
  inset: auto 130% 84px auto;
}

.image-360 {
  width: 32px;
  height: 32px;
}

.discord-support-icon-wrapper {
  z-index: 1001;
  width: 64px;
  height: 64px;
  position: fixed;
  bottom: 55px;
  right: 47px;
}

.discord-support-icon-mobile {
  z-index: 2;
  background-color: #23272a;
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  padding: 18px;
  display: none;
  position: absolute;
  inset: 0%;
}

.discord-support-icon-mobile:hover {
  background-image: linear-gradient(#0000001a, #0000001a);
}

.ms-chat-icon-2 {
  z-index: 2;
  background-color: #23272a;
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  padding: 18px;
  display: flex;
  position: absolute;
  inset: 0%;
}

.list-309 {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  color: #43484c;
  flex-direction: column;
  font-family: Roboto, sans-serif;
  font-size: 16px;
  list-style-type: decimal;
  display: flex;
}

.terms-descriptions-div {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  flex-direction: column;
  margin-top: 24px;
  font-size: 16px;
  line-height: 28px;
  display: flex;
}

.div-block-183198048999 {
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 130px;
  padding-bottom: 64px;
}

.div-block-183198049007 {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  flex-direction: column;
  margin-top: 8px;
  font-weight: 400;
  display: flex;
}

.terms-container {
  z-index: 3;
  max-width: 1000px;
  margin-left: auto;
  margin-right: auto;
}

.paragraph-3 {
  color: #43484c;
  margin-bottom: 12px;
  font-family: Roboto, sans-serif;
  font-weight: 400;
}

.paragraph-3.para {
  padding-left: 24px;
}

.div-block-183198049001 {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.div-block-183198049008 {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  flex-direction: column;
  padding-left: 40px;
  display: flex;
}

.heading-42689 {
  color: #344564;
  margin-top: 0;
  margin-bottom: 8px;
  font-family: Roboto, sans-serif;
  font-size: 32px;
  font-weight: 500;
  line-height: 40px;
}

.text-block-941697 {
  font-weight: 500;
}

.list-310 {
  list-style-type: decimal;
}

.list-item {
  font-weight: 500;
}

.link, .link-2 {
  color: #002e87;
}

.div-block-183198049032 {
  height: 90px;
  position: fixed;
  inset: 0%;
}

.text-block-941698 {
  color: #344564;
  margin-bottom: 12px;
  font-family: Roboto, sans-serif;
  font-size: 16px;
}

.text-block {
  color: #a1a1aa;
  letter-spacing: .2px;
  font-family: Roboto, sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
  text-decoration: none;
}

.text-block.txt {
  color: #fff;
  font-weight: 500;
}

.footer-text-div7 {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  flex-direction: column;
  margin-bottom: 16px;
  text-decoration: none;
  display: flex;
}

.footer-text-div7.w--current {
  margin-bottom: 16px;
}

.text-block-941699 {
  color: #fff;
  margin-top: -5px;
  margin-bottom: 16px;
  font-family: Roboto, sans-serif;
  font-size: 18px;
  font-weight: 500;
  line-height: 24px;
  position: static;
  top: -15px;
}

.div-block-183198049033, .div-block-183198049034 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  display: flex;
}

.text-block-351-copy {
  color: #a1a1aa;
  letter-spacing: .2px;
  margin-top: 24px;
  font-family: Roboto, sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
  text-decoration: none;
}

.text-block-351-copy.txt {
  color: #fff;
  font-weight: 500;
}

@media screen and (min-width: 1280px) {
  .join-us-2 {
    margin-left: 32px;
  }

  .div-block-18319805121 {
    max-width: 1200px;
    padding-left: 0;
    padding-right: 0;
  }

  .div-block-18319804407 {
    margin-right: 0;
  }

  .div-block-18319804522 {
    min-width: 273px;
    margin-left: 32px;
  }

  .div-block-18319804406 {
    margin-left: 0;
    display: flex;
  }

  .div-block-18319804410 {
    margin-left: 90px;
  }

  .div-block-991-copy-2 {
    margin-right: 48px;
  }
}

@media screen and (min-width: 1440px) {
  .nav-menu-2 {
    align-items: center;
  }

  .div-block-183198049021 {
    top: 195px;
    left: 384px;
  }
}

@media screen and (min-width: 1920px) {
  .nav-menu-2 {
    align-items: center;
  }

  .icon-copy {
    margin-top: 22px;
  }

  .div-block-183198049019 {
    height: 980px;
  }

  .html-embed-82398 {
    width: 790px;
  }

  .div-block-183198049021 {
    top: 250px;
    left: 405px;
  }
}

@media screen and (max-width: 991px) {
  .wrapper.footer-grid {
    grid-template-columns: 1fr 1fr;
  }

  .nav-bar {
    padding-left: 32px;
    padding-right: 32px;
  }

  .footer {
    padding-left: 40px;
    padding-right: 40px;
  }

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

  .text-block-5 {
    width: 400px;
  }

  .html-embed {
    width: 200px;
  }

  .section-3 {
    padding-top: 64px;
    padding-bottom: 64px;
  }

  .text-block-9, .html-embe55 {
    width: 300px;
  }

  .div-block-9, .divv, .div-block-14 {
    padding-left: 16px;
    padding-right: 16px;
  }

  .div-block-15 {
    height: auto;
    margin-right: 0;
  }

  .div-block-18319804411 {
    flex-direction: column;
    align-items: flex-start;
    padding-left: 0;
    display: flex;
  }

  .div-block-1116806 {
    padding-top: 0;
  }

  .last-div-links {
    width: auto;
  }

  .join-us-2 {
    align-items: flex-end;
    margin-left: 0;
  }

  .div-block-18319805121 {
    max-width: none;
    padding: 64px 48px 64px 24px;
  }

  .div-block-18319804407 {
    margin-left: 0;
    margin-right: 0;
  }

  .div-block-18319804522 {
    margin-left: 48px;
  }

  .div-block-18319804406 {
    margin-left: 0;
    display: flex;
  }

  .div-block-1116804 {
    flex-direction: column;
    align-items: flex-start;
    margin-bottom: 0;
    margin-left: 0;
    display: flex;
  }

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

  .html-embed-12 {
    padding-bottom: 24px;
  }

  .div-block-18319804412 {
    width: auto;
    margin-left: 100px;
    margin-right: 100px;
  }

  .div-block-991-copy-2 {
    width: 125px;
    margin-right: 24px;
  }

  .div-block-1005.track-button {
    align-items: center;
  }

  .div-block-18319804533 {
    margin-top: 48px;
  }

  .nav-link-2 {
    width: 100%;
    margin-left: 0;
    padding: 12px 20px;
  }

  .nav-menu-2 {
    background-color: #121212;
    width: 300px;
    padding: 72px 80px 48px 0;
  }

  .brand-logo.w--current, .brand-logo.track-button {
    display: flex;
  }

  .dropdown-list.w--open {
    margin-top: 12px;
  }

  .container {
    max-width: none;
    height: 72px;
    padding: 16px 48px;
  }

  .proyuga-nav-items {
    width: 100%;
    margin-left: 0;
    padding: 12px 20px;
  }

  .proyuga-nav-items.mss-nav {
    justify-content: space-around;
    display: flex;
  }

  .menu-button-2 {
    color: #fff;
  }

  .menu-button-2.other-pages.track-button {
    padding-top: 24px;
  }

  .menu-button-2.other-pages.track-button.w--open {
    z-index: 10;
    background-color: #0000;
  }

  .navbar-proyuga {
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }

  .nav-link88 {
    width: 100%;
    margin-left: 0;
    padding: 12px 20px;
  }

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

  .html-embed-82398 {
    width: 300px;
  }

  .div-block-183198049021 {
    top: 57px;
    left: 83px;
  }

  .menu-button-mb {
    color: #fff;
  }

  .menu-button-mb.other-pages.track-button {
    padding-top: 24px;
  }

  .menu-button-mb.other-pages.track-button.w--open {
    z-index: 10;
    background-color: #0000;
  }

  .nav-link-9 {
    width: 100%;
    margin-left: 0;
    padding: 12px 20px;
  }

  .div-block6 {
    width: 300px;
  }

  .terms-container {
    padding-left: 24px;
    padding-right: 24px;
  }
}

@media screen and (max-width: 767px) {
  .wrapper.footer-grid {
    grid-template-columns: 1fr;
  }

  .nav-bar {
    padding-left: 20px;
    padding-right: 0;
  }

  .nav-link {
    border-bottom: 1px solid #ffffff1f;
  }

  .brand {
    margin-top: 24px;
  }

  .menu-button {
    padding: 24px 20px;
  }

  .menu-button.w--open {
    background-color: var(--black);
  }

  .nav-menu {
    background-color: var(--level-1);
  }

  .footer {
    height: auto;
  }

  .ms-chat-wrapper {
    bottom: 45px;
  }

  .ms-chat-box {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
    max-height: 84vh;
    font-size: 13px;
    bottom: 17px;
    right: -15px;
  }

  .discord-support-div {
    bottom: 45px;
  }

  .ms-chat-box-2 {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
    max-height: 84vh;
    font-size: 13px;
    bottom: 17px;
    right: -15px;
  }

  .discord-support-icon-wrapper {
    bottom: 45px;
  }
}

@media screen and (max-width: 479px) {
  .ms-chat-wrapper {
    width: 48px;
    height: 48px;
    right: 31px;
  }

  .ms-chat-icon {
    background-color: var(--black);
    display: none;
  }

  .ms-chat-icon-img {
    width: 32px;
    height: 32px;
    display: none;
  }

  .ms-chat-box {
    border-top-right-radius: 16px;
    border-bottom-left-radius: 0;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 100vw;
    max-width: none;
    height: auto;
    max-height: none;
    padding-bottom: 24px;
    bottom: -47px;
    right: -31px;
  }

  .ms-exit-icon {
    display: none;
    position: absolute;
    inset: -159% auto auto 49%;
  }

  .close-icon-mobile {
    cursor: pointer;
    width: 20px;
    height: 20px;
    display: block;
    position: absolute;
    inset: 34% 0% 0% 88%;
  }

  .ms-chat-icon-mobile {
    background-color: var(--black);
    padding: 8px;
    display: block;
  }

  .link-block {
    justify-content: space-between;
    width: auto;
    padding-left: 16px;
    padding-right: 16px;
  }

  .ms-exit-icon--desktop {
    display: none;
    position: absolute;
    inset: -159% auto auto 49%;
  }

  .heading {
    font-size: 26px;
    line-height: 32px;
  }

  .text-block-3 {
    font-size: 14px;
  }

  .div-block-3 {
    padding-left: 22px;
    padding-right: 22px;
  }

  .div-block-4 {
    grid-column-gap: 48px;
    grid-row-gap: 48px;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .div-block-5 {
    flex-direction: column;
    align-items: center;
    width: auto;
    height: auto;
    display: flex;
  }

  .div-block2 {
    flex-direction: column;
    align-items: center;
    width: auto;
    display: flex;
  }

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

  .div-block3 {
    flex-direction: column;
    justify-content: center;
    display: flex;
  }

  .text-blockk {
    width: auto;
    font-size: 14px;
  }

  .div-block23 {
    justify-content: center;
    align-items: center;
  }

  .text-block-5 {
    text-align: center;
    width: auto;
  }

  .html-embed {
    width: 180px;
  }

  .heading-2 {
    text-align: left;
    font-size: 26px;
    line-height: 32px;
  }

  .section-3 {
    padding-top: 48px;
    padding-bottom: 48px;
  }

  .div-block-7 {
    padding-left: 20px;
    padding-right: 20px;
  }

  .text-block-8 {
    color: #344564;
    margin-top: 16px;
    margin-bottom: 24px;
    font-size: 22px;
    line-height: 28px;
    display: none;
  }

  .text-block-9 {
    width: auto;
    font-size: 14px;
    line-height: 21px;
    display: block;
  }

  .text-block-22 {
    color: #5b6982;
    width: auto;
    display: block;
  }

  .div-block-8, .html-embe55 {
    width: auto;
  }

  .div-block-9 {
    flex-direction: column-reverse;
    justify-content: center;
    padding-left: 0;
    padding-right: 0;
    display: flex;
  }

  .div-block-10 {
    width: auto;
    margin-top: 40px;
    margin-bottom: 0;
  }

  .divv {
    padding-top: 24px;
    padding-left: 0;
    padding-right: 0;
    display: block;
  }

  .div-block-13 {
    width: auto;
  }

  .heading-4 {
    text-align: left;
    font-size: 26px;
    line-height: 32px;
  }

  .section-4 {
    padding-top: 48px;
    padding-bottom: 48px;
  }

  .heading3 {
    font-size: 26px;
    line-height: 32px;
  }

  .div-block-14 {
    padding-left: 30px;
    padding-right: 30px;
  }

  .grid-2 {
    display: block;
  }

  .div-block-15 {
    width: auto;
    height: auto;
    margin-bottom: 32px;
    margin-right: 0;
  }

  .div-block-15.last {
    margin-bottom: 0;
  }

  .text-block-23 {
    line-height: 22px;
  }

  .div-block-17 {
    padding-left: 16px;
    padding-right: 16px;
  }

  .section-5 {
    padding-top: 48px;
    padding-bottom: 48px;
  }

  .heading-5 {
    font-size: 26px;
    line-height: 32px;
  }

  .div-block-18319804426 {
    flex-direction: column;
    display: flex;
  }

  .link-block-7.track-button {
    width: 150px;
  }

  .link-block-7.track-button.mb {
    display: none;
  }

  .div-block-1116806 {
    padding-top: 0;
  }

  .last-div-links {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    flex-direction: column;
    align-items: flex-start;
    width: auto;
  }

  .text-block-351 {
    letter-spacing: .7px;
    font-weight: 400;
  }

  .text-block-351.txt {
    width: 250px;
  }

  .join-us-2 {
    margin-top: 0;
    margin-left: 0;
  }

  .div-block-18319805121 {
    padding: 48px 32px;
  }

  .div-block-18319804407 {
    margin-top: 16px;
    margin-left: 0;
    margin-right: 0;
  }

  .div-block-18319804406 {
    flex-direction: column;
    margin-top: 48px;
    margin-bottom: 0;
    margin-left: 0;
    display: block;
  }

  .div-block-1116804 {
    flex-direction: column;
    margin-left: 0;
    display: block;
  }

  .div-block-18319804409 {
    flex-direction: column;
    align-items: flex-start;
    display: flex;
  }

  .html-embed-12 {
    text-align: center;
  }

  .div-block-18319804412 {
    justify-content: space-between;
    margin-bottom: 32px;
    margin-left: 0;
    margin-right: 0;
    display: flex;
  }

  .div-block-991-copy-2 {
    align-items: flex-start;
    width: 152px;
    margin-right: 0;
    padding-right: 0;
  }

  .div-block-1005.track-button {
    width: 165px;
  }

  .div-block-18319804533 {
    flex-direction: column;
    margin-top: 0;
    margin-left: 0;
  }

  .div-block-183198049018 {
    flex-direction: column;
    margin-bottom: 32px;
  }

  .hero-section-proyuga-home {
    background-image: url('../images/proyuga-home-bg-mobile-image.png');
    background-position: 50%;
    background-repeat: repeat;
    background-size: cover;
    background-attachment: scroll;
    height: 600px;
    padding-top: 0;
    padding-left: 16px;
    padding-right: 0;
    display: block;
  }

  .footer-text-div {
    grid-column-gap: 4px;
    grid-row-gap: 4px;
    flex-direction: column;
    margin-bottom: 0;
  }

  .proyuga-ctas {
    text-align: center;
    background-color: #19c7ff;
    width: 100%;
  }

  .btn {
    text-align: center;
    width: 100%;
  }

  .btn6 {
    text-align: center;
    width: 100%;
    display: none;
  }

  .nav-link-2 {
    width: 100%;
    margin-left: 0;
    padding: 12px 20px;
  }

  .nav-link-2.w--current {
    border-bottom-width: 0;
  }

  .nav-link-2.track-button {
    border-top: 1px solid #d7e3f3;
    border-bottom: 1px solid #d7e3f3;
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .nav-link-2.about-us {
    color: #344564;
    border-top: 1px solid #d7e3f3;
  }

  .nav-link-2.about-us:hover {
    background-color: #edf3fa;
  }

  .nav-link-2.secondary-navbar {
    padding-top: 0;
    padding-bottom: 0;
  }

  .nav-link-2.secondary-navbar:hover {
    background-color: #edf3fa;
  }

  .dropdown-navitems {
    text-align: left;
  }

  .dropdown-navitems:hover {
    color: #43484c;
    background-color: #0000;
  }

  .dropdown-navitems.track-button {
    text-align: left;
    font-size: 14px;
  }

  .nav-menu-2 {
    z-index: 10;
    background-color: #fff;
    align-items: center;
    padding: 72px 0 32px;
  }

  .brand-logo {
    align-items: center;
    padding-top: 16px;
    padding-left: 24px;
    display: flex;
  }

  .brand-logo.track-button {
    align-items: center;
    padding-top: 0;
    padding-left: 16px;
    display: flex;
    left: 0;
  }

  .brand-logo.track-button.w--current {
    margin-top: 0;
  }

  .dropdown-list {
    width: auto;
  }

  .dropdown-list.w--open {
    background-color: #0000;
    margin-top: 0;
    margin-left: 0;
    padding: 0 0 10px;
    position: relative;
  }

  .dropdown-list.secondary-naavbar.w--open {
    box-shadow: none;
  }

  .container {
    height: auto;
    padding: 0;
    display: block;
  }

  .dropdown-toggle-6 {
    padding-top: 0;
    padding-bottom: 0;
    display: flex;
  }

  .proyuga-nav-items {
    color: #43484c;
    border-top: 1px solid #d7e3f3;
    width: 100%;
    margin-left: 0;
    padding: 20px;
  }

  .proyuga-nav-items.w--current {
    border-bottom-width: 0;
  }

  .proyuga-nav-items.mss-nav {
    border-top: 1px solid #d7e3f3;
    border-bottom: 1px solid #d7e3f3;
    flex-direction: row;
    padding-top: 12px;
    padding-bottom: 12px;
    font-size: 16px;
    display: block;
  }

  .proyuga-nav-items.mss-nav.track-button {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .proyuga-nav-items.track-button {
    border-bottom: 1px solid #d7e3f3;
  }

  .proyuga-nav-items.track-button.nava {
    border-bottom-style: none;
  }

  .proyuga-nav-items.track-button.primary-navbar {
    color: #344564;
    border-bottom-style: none;
  }

  .proyuga-nav-items.nav-dropdown {
    border-top-style: none;
    border-bottom: 0 #3e3e3e;
  }

  .proyuga-nav-items.nav-dropdown.track-button {
    border-top-style: none;
  }

  .proyuga-nav-items.nav-dropdown.track-button.secondary-navbar {
    border-bottom-style: none;
  }

  .proyuga-nav-items.nav-dropdown.track-button.primary-navbar {
    color: #344564;
    border-top-style: none;
  }

  .text-block-941691 {
    margin-right: 0;
  }

  .menu-button-2 {
    color: #fff;
    background-color: #0000;
    padding-top: 24px;
  }

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

  .menu-button-2.other-pages.track-button {
    padding-top: 24px;
    font-family: Roboto, sans-serif;
    left: -8px;
  }

  .menu-button-2.other-pages.track-button.w--open {
    color: #3f3f46;
  }

  .html-embed-82388 {
    width: 45px;
    min-height: 35px;
  }

  .navbar-proyuga {
    padding-top: 12px;
    padding-bottom: 12px;
  }

  .div-block-183198049019 {
    height: auto;
    padding-top: 0;
  }

  .div-block-183198049020 {
    margin-bottom: 120px;
  }

  .nav-link88 {
    width: 100%;
    margin-left: 0;
    padding: 12px 20px;
  }

  .nav-link88.w--current {
    border-bottom-width: 0;
  }

  .nav-link88.track-button {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .html-embed-82398 {
    width: 234px;
    inset: auto auto 0% -7%;
  }

  .div-block-183198049021 {
    width: auto;
    display: block;
    position: static;
  }

  .heading-6 {
    z-index: 4;
    text-align: center;
    margin-bottom: 0;
    margin-right: 16px;
    font-size: 24px;
    line-height: 32px;
    position: relative;
  }

  .text-block-941692 {
    color: #344564;
    text-align: center;
    font-size: 18px;
    font-weight: 400;
    line-height: 25px;
  }

  .slider {
    flex-direction: row;
    justify-content: center;
    align-items: center;
    height: 250px;
    margin-top: 32px;
    display: flex;
  }

  .slide {
    width: auto;
    height: auto;
    margin-right: 0;
    position: static;
  }

  .mask {
    width: 306px;
    height: auto;
    padding-top: 0;
  }

  .div-block-183198049022 {
    flex-direction: column;
    display: flex;
  }

  .text-block-941693 {
    color: #5b6982;
    text-align: center;
    width: auto;
  }

  .div-block-183198049023 {
    flex-direction: column-reverse;
    margin-left: 0;
    display: flex;
  }

  .txt33 {
    color: #344564;
    text-align: center;
    width: auto;
    margin-bottom: 8px;
  }

  .left-arrow {
    z-index: 2;
    width: 20px;
    height: 20px;
    top: -12px;
    left: -20px;
  }

  .right-arrow {
    z-index: 2;
    width: 20px;
    height: 20px;
    top: -15px;
    left: 261px;
  }

  .slide-2 {
    position: static;
  }

  .navbar-look {
    margin-top: 24px;
    margin-right: 16px;
  }

  .div-block-183198049024 {
    padding-top: 40px;
    padding-bottom: 0;
  }

  .menu-button-mb {
    color: #fff;
    background-color: #0000;
    padding-top: 24px;
  }

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

  .menu-button-mb.other-pages.track-button {
    color: #3f3f46;
    padding-top: 16px;
    font-family: Roboto, sans-serif;
  }

  .text-block-941694 {
    width: 74px;
  }

  .nav-link-9 {
    width: 100%;
    margin-left: 0;
    padding: 12px 20px;
  }

  .nav-link-9.w--current {
    border-bottom-width: 0;
  }

  .nav-link-9.track-button {
    border-top: 1px solid #d7e3f3;
    border-bottom: 0 solid #d7e3f3;
  }

  .text-block-94163 {
    color: #344564;
    display: none;
  }

  .slide22 {
    display: none;
  }

  .global-leaders-testimoials-mobile-div {
    background-color: #f5fbff;
    flex-direction: column;
    align-items: center;
    padding: 40px 20px 20px;
    display: flex;
  }

  .html-embed-82400 {
    width: 62px;
  }

  .text-block-941695 {
    color: #344564;
    width: 80px;
  }

  .icon-3 {
    display: block;
  }

  .html-embed-82401 {
    margin-top: 16px;
  }

  .image-358 {
    display: none;
  }

  .html-embed-82402, .html-embed-82403 {
    width: 164px;
  }

  .text-block-8-mob {
    margin-top: 16px;
    margin-bottom: 24px;
    font-size: 22px;
    line-height: 28px;
    display: none;
  }

  .div-block-183198049026 {
    flex-direction: column-reverse;
    align-items: center;
    display: flex;
  }

  .btn6--mob {
    text-align: center;
    width: 100%;
    display: block;
  }

  .text-block-9-mob {
    width: auto;
    font-size: 14px;
    line-height: 21px;
    display: block;
  }

  .text-block-22-mob {
    color: #5b6982;
    width: auto;
    display: block;
  }

  .div-mob {
    display: block;
  }

  .text-block-hed {
    color: #344564;
    margin-top: 16px;
    margin-bottom: 24px;
    font-size: 22px;
    line-height: 28px;
    display: none;
  }

  .div-block6 {
    width: auto;
    margin-left: 0;
  }

  .text-block-6666 {
    width: auto;
    font-size: 14px;
    line-height: 21px;
    display: none;
  }

  .text-block-22555 {
    color: #5b6982;
    width: auto;
    display: none;
  }

  .text-block-666666 {
    color: #344564;
    margin-top: 16px;
    margin-bottom: 24px;
    font-size: 22px;
    line-height: 28px;
    display: block;
  }

  .div-block-183198049027 {
    margin-right: 0;
  }

  .text-bloc99, .text-block-mobbb {
    color: #344564;
    margin-top: 16px;
    margin-bottom: 24px;
    font-size: 22px;
    line-height: 28px;
    display: block;
  }

  .mouse-animation-div {
    background-image: none;
    align-items: flex-end;
    height: auto;
    padding-bottom: 12px;
    padding-right: 16px;
    display: none;
  }

  .mouse-animation-div.home {
    align-items: flex-end;
    height: 30px;
    padding-bottom: 12px;
    padding-right: 16px;
    display: none;
  }

  .link-block-1033 {
    flex-direction: row;
  }

  .html-embed-82404 {
    display: block;
  }

  .lottie-animation {
    display: none;
  }

  .right-arrow34 {
    cursor: pointer;
    width: 20px;
    height: 20px;
    top: -22px;
    left: 309px;
  }

  .left-arrow-5 {
    cursor: pointer;
    width: 20px;
    height: 20px;
    top: -12px;
    left: -32px;
  }

  .div-block-183198049028 {
    background-color: #3f3f46b3;
    display: block;
    position: absolute;
    inset: 0% 0% auto;
  }

  .div-block-183198049029 {
    width: 164px;
    height: 164px;
  }

  .section-redirections {
    margin-top: -110px;
  }

  .dropdown-2 {
    border-top: 1px solid #d7e3f3;
    width: 100%;
    padding-left: 20px;
    padding-right: 20px;
  }

  .dropdown-2:hover {
    color: #344564;
    background-color: #edf3fa;
  }

  .dropdown-2.track-button.primary-navbar {
    border-bottom-style: none;
  }

  .dropdown-3 {
    border-top: 1px solid #d7e3f3;
    width: 100%;
    padding-left: 20px;
    padding-right: 20px;
  }

  .dropdown-3:hover {
    color: #344564;
    background-color: #edf3fa;
  }

  .close-discord-chat-support-mobile {
    cursor: pointer;
    width: 20px;
    height: 20px;
    margin-right: 12px;
    display: block;
  }

  .close-overlay-mobile {
    background-color: #3f3f46b3;
    height: 100vh;
    padding-bottom: 0;
    padding-right: 0;
    display: block;
  }

  .div-block-183198049031 {
    align-items: center;
    display: flex;
  }

  .discord-support-div {
    width: 48px;
    height: 48px;
    right: 31px;
  }

  .discord-support-div.discord-support {
    z-index: 1000;
    position: fixed;
    inset: auto 0% 0%;
  }

  .link-block-1058 {
    justify-content: space-between;
    width: auto;
    padding-left: 16px;
    padding-right: 16px;
  }

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

  .ms-chat-box-2 {
    z-index: 100;
    border-top-left-radius: 16px;
    border-top-right-radius: 16px;
    border-bottom-left-radius: 0;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: auto;
    max-width: none;
    height: auto;
    max-height: none;
    padding-bottom: 24px;
    display: block;
    position: fixed;
    inset: auto 0% 0%;
    overflow: hidden;
  }

  .bottom-tool-tip-desktop {
    display: none;
  }

  .discord-support-icon-wrapper {
    width: 48px;
    height: 48px;
    bottom: 24px;
    right: 24px;
  }

  .discord-support-icon-mobile {
    width: 48px;
    height: 48px;
    padding: 0 8px;
    display: flex;
  }

  .ms-chat-icon-2 {
    background-color: #000;
    display: none;
  }

  .list-309 {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
    padding-left: 24px;
    font-size: 14px;
    line-height: 24px;
  }

  .terms-descriptions-div {
    margin-top: 0;
  }

  .div-block-183198048999 {
    padding: 110px 16px 48px;
  }

  .div-block-183198049007 {
    grid-column-gap: 12px;
    grid-row-gap: 12px;
  }

  .terms-container {
    flex-direction: column;
    padding-top: 0;
    padding-left: 0;
    padding-right: 0;
    display: flex;
  }

  .paragraph-3 {
    margin-top: 8px;
    font-size: 14px;
  }

  .paragraph-3.para {
    margin-top: 12px;
    padding-left: 8px;
    padding-right: 8px;
  }

  .div-block-183198049001 {
    justify-content: flex-start;
    align-items: flex-start;
    padding-left: 8px;
    padding-right: 8px;
  }

  .div-block-183198049008 {
    padding-left: 20px;
  }

  .heading-42689 {
    text-align: left;
    margin-bottom: 0;
    font-size: 24px;
    line-height: 36px;
  }

  .div-block-183198049032 {
    height: 80px;
  }

  .text-block {
    letter-spacing: .7px;
    font-weight: 400;
  }

  .text-block.txt {
    width: 250px;
  }

  .footer-text-div7 {
    grid-column-gap: 8px;
    grid-row-gap: 8px;
    flex-direction: column;
    width: auto;
    margin-bottom: 0;
  }

  .text-block-941699 {
    margin-bottom: 0;
  }

  .div-block-183198049033 {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    flex-flow: column;
  }

  .text-block-351-copy {
    letter-spacing: .7px;
    width: auto;
    font-weight: 400;
  }

  .text-block-351-copy.txt {
    width: 250px;
  }
}

#w-node-_8bf08470-9f99-38dc-4b58-a54372048c59-2b629b9e, #w-node-bd1ea475-df92-bcec-0afd-eeb638ddc632-2b629b9e, #w-node-_2c43b01c-96b6-4eef-17c5-03748197bc5d-2b629b9e {
  grid-area: span 1 / span 1 / span 1 / span 1;
}


