@font-face {
  font-family: Fontawesome webfont;
  src: url('../fonts/fontawesome-webfont.eot') format("embedded-opentype"), url('../fonts/fontawesome-webfont.woff') format("woff"), url('../fonts/fontawesome-webfont.ttf') format("truetype"), url('../fonts/fontawesome-webfont.svg') format("svg");
  font-weight: 400;
  font-style: normal;
  font-display: auto;
}

@font-face {
  font-family: Fontawesome;
  src: url('../fonts/fontawesome.otf') format("opentype");
  font-weight: 400;
  font-style: normal;
  font-display: auto;
}

:root {
  --bg: #0f1a45;
  --form-color: #1a2a67;
  --coral: #e66353;
  --cards: #314787;
}

.w-embed-youtubevideo {
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/static/youtube-placeholder.2b05e7d68d.svg');
  background-position: 50%;
  background-size: cover;
  width: 100%;
  padding-bottom: 0;
  padding-left: 0;
  padding-right: 0;
  position: relative;
}

.w-embed-youtubevideo:empty {
  min-height: 75px;
  padding-bottom: 56.25%;
}

body {
  color: #333;
  background-color: #000;
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
  font-size: 14px;
  line-height: 20px;
}

h1 {
  z-index: 1;
  color: #fff;
  text-shadow: 1px 1px 6px #000;
  width: 70%;
  height: 82px;
  margin-top: auto;
  margin-bottom: auto;
  font-family: Titillium Web, sans-serif;
  font-size: 60px;
  font-weight: 300;
  line-height: 60px;
  position: absolute;
  inset: 0 0 0 15%;
}

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

h3 {
  color: #f7f7f7;
  margin-top: 20px;
  margin-bottom: 10px;
  font-family: Titillium Web, sans-serif;
  font-size: 34px;
  font-weight: 200;
  line-height: 40px;
}

h4 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 18px;
  font-weight: 700;
  line-height: 24px;
}

h5 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 14px;
  font-weight: 700;
  line-height: 20px;
}

h6 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 12px;
  font-weight: 700;
  line-height: 18px;
}

p {
  margin-top: 0;
  margin-bottom: 5px;
}

.button {
  color: #fff;
  text-align: center;
  background-color: #000;
  padding: 4px 15px;
  text-decoration: none;
  display: inline-block;
}

.button.product-hero-cta {
  color: #333;
  text-align: left;
  background-color: #0f0;
  border-left: 5px solid #333;
  padding: 14px 45px 10px 15px;
  font-family: Titillium Web, sans-serif;
  font-size: 34px;
  font-weight: 700;
  line-height: 20px;
  transition: all .5s;
  display: inline-block;
}

.button.product-hero-cta:hover {
  border-left-color: #f7f7f7;
  box-shadow: 0 0 16px #000;
}

.button.product-hero-cta.storecta {
  padding-top: 6px;
  line-height: 40px;
}

.button.greencta {
  color: #333;
  background-color: #0f0;
}

.logo {
  z-index: 1;
  width: 181px;
  height: 157px;
  margin: auto;
  display: none;
  position: absolute;
  inset: 0;
}

.nav {
  background-color: #222;
  padding-top: 15px;
  padding-bottom: 15px;
}

.nav-link {
  color: #fff;
  text-transform: uppercase;
  border-bottom: 3px solid #0000;
  margin-top: 5px;
  margin-bottom: 5px;
  padding-bottom: 17px;
  font-family: Montserrat, sans-serif;
  font-size: .8em;
  font-weight: 500;
  transition: all .5s;
}

.nav-link:hover {
  border-bottom-width: 2px;
  border-bottom-color: #fa7268;
  margin-bottom: 8px;
  padding-bottom: 8px;
  text-decoration: none;
}

.nav-link.w--current {
  color: #fa7268;
  border-bottom-width: 2px;
  border-bottom-color: #fa7268;
  border-radius: 0;
  margin-bottom: 8px;
  padding-bottom: 8px;
  font-size: .8em;
}

.nav-link.w--current:hover {
  border-bottom-color: #fa7268;
}

.nav-link.w--open {
  color: #0f0;
  background-color: #444;
}

.child-link {
  color: #888;
}

.child-link:hover {
  color: #fff;
  text-decoration: none;
}

.child-nav.w--open {
  background-color: #444;
}

.alunos-g4 {
  cursor: default;
  mix-blend-mode: normal;
  background-image: linear-gradient(#1a2d7c8f, #1a2d7c8f);
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  overflow: hidden;
}

.fan-img {
  opacity: .12;
  width: 10%;
  transition: all .25s ease-in-out;
}

.fan-img:hover {
  opacity: .12;
}

.line2 {
  z-index: 1;
  text-align: center;
  text-shadow: none;
  width: 80%;
  height: 0;
  margin-left: auto;
  margin-right: auto;
  padding-top: 0;
  font-family: Montserrat, sans-serif;
  font-size: 35px;
  line-height: 40px;
  display: block;
  left: 0;
  right: 0%;
}

.wrapper {
  z-index: 2;
  cursor: default;
  background-color: #222;
  background-image: url('../images/dark_wall_2x.png');
  background-size: 250px;
  width: 100%;
  position: absolute;
  top: 100%;
  left: 0;
  right: 0;
  overflow: hidden;
  box-shadow: 0 -10px 20px #00000080;
}

.col {
  padding: 0;
}

.icon {
  text-align: center;
  width: 25%;
  height: 74px;
  font-family: Fontawesome, sans-serif;
  font-size: 50px;
  line-height: 73px;
  display: inline-block;
}

.icon.cta {
  color: #fff;
  text-align: left;
  width: auto;
  height: auto;
  margin-left: 10px;
  line-height: 65px;
}

.tabbutton {
  color: #666;
  transition: all .5s;
  display: block;
}

.tabbutton:hover {
  color: #333;
  background-color: #f7f7f7;
}

.product-category-text {
  width: 75%;
  padding-left: 15px;
  font-family: Titillium Web, sans-serif;
  font-size: 30px;
  line-height: 30px;
  display: inline-block;
  position: relative;
  top: -7px;
}

.product-hero {
  background-image: radial-gradient(circle at 94% 38%, #0000 15%, #000000f2 68%), url('../images/10339369_10152943683462576_578993582779757713_o.jpg');
  background-position: 0 0, 100% 0;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  height: 580px;
  padding-top: 180px;
}

.product-hero.systems {
  background-image: url('../images/systems-bg.jpg');
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: cover;
  padding-top: 35px;
}

.product-hero.peripherals {
  background-image: url('../images/peripherals.jpg');
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: cover;
  padding-top: 35px;
}

.product-hero.wearables {
  background-color: #000;
  background-image: url('../images/wearables.jpg');
  background-position: 50% 100%;
  background-repeat: no-repeat;
  background-size: cover;
  padding-top: 35px;
}

.product-hero.software {
  background-image: url('../images/software-bg.jpg');
  background-position: 50% 100%;
  background-repeat: no-repeat;
  background-size: cover;
  padding-top: 35px;
}

.product-hero.gear {
  background-image: url('../images/gear-bg.jpg');
  background-position: 50% 0;
  background-repeat: no-repeat;
  background-size: cover;
  padding-top: 35px;
}

.product-hero.accessories {
  background-image: url('../images/accessories-bg.jpg');
  background-position: 50% 100%;
  background-repeat: no-repeat;
  background-size: cover;
  padding-top: 35px;
}

.product-cta-wrapper {
  background-color: #0000;
  padding-left: 4%;
  display: block;
}

.product-cta-wrapper.wearables {
  inset: 13% 13% auto auto;
}

.featured-product {
  color: #fff;
  margin-top: 0;
  margin-bottom: 7px;
  font-family: Titillium Web, sans-serif;
  font-weight: 200;
  position: static;
}

.product-category-bg {
  background-color: #0f0;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
}

.product-shot {
  float: right;
}

.product-row {
  height: 655px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 70px;
  display: block;
  overflow: hidden;
}

.navbar {
  z-index: 1000;
  background-color: var(--form-color);
  background-image: radial-gradient(circle farthest-corner at 0% 50%, var(--form-color), var(--bg));
  position: absolute;
  top: 100%;
  left: 0;
  right: 0;
  box-shadow: 0 5px 20px #00000029;
}

.nav-logo {
  width: 150px;
  margin-top: 10px;
  margin-bottom: 10px;
}

.nav-logo.w--current {
  margin-left: 100px;
}

.nav-logo-img {
  float: left;
  width: 320px;
  max-width: 117%;
  margin-right: 10px;
  padding-top: 0;
  padding-bottom: 0;
}

.nav-logo-name {
  float: left;
  color: #fff;
  margin-top: 7px;
  font-family: Titillium Web, sans-serif;
  font-size: 33px;
  line-height: 37px;
  text-decoration: none;
  display: inline-block;
}

.featured-product-subtitle {
  color: #555;
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
  font-size: 15px;
  font-weight: 400;
  line-height: 19px;
}

.community {
  background-image: url('../images/honeycomb-bg.jpg');
  margin-left: auto;
  margin-right: auto;
  padding: 25px 35px;
  display: block;
}

.title-bold {
  font-weight: 700;
}

.community-icon {
  width: 25%;
}

.product-tabs {
  float: right;
  width: 30%;
}

.product-content-wrapper {
  float: left;
  width: 70%;
  height: 613px;
  margin-top: 5px;
}

.tab-wrapper {
  background-color: #222;
  border: 1px solid #333;
  width: 95%;
  height: 75px;
  margin-bottom: 10px;
  margin-left: auto;
  margin-right: auto;
  padding: 0;
  display: block;
}

.tab-wrapper.w--current {
  background-color: #f7f7f7;
}

.systems-row {
  width: 80%;
  margin-bottom: 25px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.content-item {
  color: #fff;
  text-align: center;
  background-color: #f7f7f733;
  border: 1px solid #666;
  height: 120px;
  font-size: 12px;
  line-height: 18px;
  transition: all .5s;
}

.content-item:hover {
  color: #333;
  background-color: #0f0;
}

.item-icon {
  height: 75px;
  margin-top: 10px;
  margin-bottom: 10px;
  display: block;
}

.item-icon.system-accessories {
  background-image: url('../images/blade-acc_135x65-over.png');
  background-position: 50%;
  background-repeat: no-repeat;
}

.item-icon.cordmanagement {
  background-image: url('../images/bungee-over.png');
  background-position: 50%;
  background-repeat: no-repeat;
}

.item-icon.replacementparts {
  background-image: url('../images/orochi-over.png');
  background-position: 50%;
  background-repeat: no-repeat;
}

.item-icon.tshirts {
  background-image: url('../images/nav-icon_tshirts-over.png');
  background-position: 50%;
  background-repeat: no-repeat;
}

.item-icon.polotee {
  background-image: url('../images/nav-icon_polos-over.png');
  background-position: 50%;
  background-repeat: no-repeat;
}

.item-icon.hoodies {
  background-image: url('../images/nav-icon_hoodies-over.png');
  background-position: 50%;
  background-repeat: no-repeat;
}

.item-icon.caps {
  background-image: url('../images/nav-icon_caps-over.png');
  background-position: 50%;
  background-repeat: no-repeat;
}

.item-icon.bags {
  background-image: url('../images/bags-over.png');
  background-position: 50%;
  background-repeat: no-repeat;
}

.item-icon.comms {
  background-image: url('../images/comms1.5-sprite-over.png');
  background-position: 50%;
  background-repeat: no-repeat;
}

.item-icon.synapse {
  background-image: url('../images/synapse-over.png');
  background-position: 50%;
  background-repeat: no-repeat;
}

.item-icon.surround {
  background-image: url('../images/surround-sprite-over.png');
  background-position: 50%;
  background-repeat: no-repeat;
}

.item-icon.gamebooster {
  background-image: url('../images/gamebooster-over.png');
  background-position: 50%;
  background-repeat: no-repeat;
}

.item-icon.switchblade {
  background-image: url('../images/sbui-over.png');
  background-position: 50%;
  background-repeat: no-repeat;
}

.item-icon.mice {
  background-image: url('../images/mice-over.png');
  background-position: 50%;
  background-repeat: no-repeat;
}

.item-icon.keyboards {
  background-image: url('../images/keyboards-over.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 125px;
}

.item-icon.audio {
  background-image: url('../images/audio-over.png');
  background-position: 50%;
  background-repeat: no-repeat;
}

.item-icon.controllers {
  background-image: url('../images/controller-over.png');
  background-position: 50%;
  background-repeat: no-repeat;
}

.item-icon.team {
  background-image: url('../images/licensed-and-team-over.png');
  background-position: 50%;
  background-repeat: no-repeat;
}

.item-icon.mats {
  background-image: url('../images/mousemats-over.png');
  background-position: 50%;
  background-repeat: no-repeat;
}

.item-icon.newblade {
  background-image: url('../images/razer-blade-14-2014-sprite.png');
  background-position: 50% 4px;
  background-repeat: no-repeat;
}

.item-icon.newbladepro {
  background-image: url('../images/razer-blade-pro-2014-sprite.png');
  background-position: 50% 4px;
  background-repeat: no-repeat;
}

.item-icon.blade {
  background-image: url('../images/razer-blade-pro-sprite.png');
  background-position: 50% 3px;
  background-repeat: no-repeat;
}

.item-icon.edge {
  background-image: url('../images/razer-edge-sprite.png');
  background-position: 50% 6px;
  background-repeat: no-repeat;
}

.item-icon.edgepro {
  background-image: url('../images/razer-edge-pro-updated-sprite-v1.png');
  background-position: 50% 8px;
  background-repeat: no-repeat;
}

.item-icon.case {
  background-image: url('../images/nzxt-h440_razer-edition-sprite_100614.png');
  background-position: 50% 10px;
  background-repeat: no-repeat;
}

.item-icon.christine {
  background-image: url('../images/razer-christine-sprite-v3.png');
  background-position: 24% 13px;
  background-repeat: no-repeat;
}

.item-icon.siwtchbladepc {
  background-image: url('../images/concept-razer-switchblade-updated-sprite.png');
  background-position: 50% -26%;
  background-repeat: no-repeat;
}

.scrolldown {
  z-index: 10;
  color: #fff;
  text-align: center;
  width: 100%;
  height: 75px;
  font-family: Fontawesome, sans-serif;
  font-size: 40px;
  line-height: 40px;
  text-decoration: none;
  transition: all .5s;
  position: absolute;
  bottom: 10%;
  left: 0;
  right: 0;
}

.scrolldown:hover {
  color: #fa7268;
}

.scrolldown.link-hover-ix {
  cursor: pointer;
}

.community-content-wrapper {
  float: left;
  color: #ccc;
  background-color: #0000007d;
  width: 70%;
  padding: 15px 20px;
}

.community-tabs {
  float: left;
  width: 30%;
}

.razerid {
  margin-top: 25px;
  margin-bottom: 25px;
}

.razerid.newusers {
  margin-bottom: 65px;
}

.razerid-title {
  color: #fff;
  font-family: Titillium Web, sans-serif;
  font-size: 26px;
  line-height: 30px;
}

.razerid-header {
  margin-bottom: 25px;
}

.razerid-col {
  border-left: 1px solid #0f0;
}

.store {
  background-image: radial-gradient(circle at 79% 88%, #0000, #000000f2 70%), url('../images/1621786_10152662497932576_543487678_n.jpg');
  background-position: 0 0, 50% 0;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  height: 750px;
  padding-top: 225px;
  position: relative;
}

.support {
  background-image: radial-gradient(circle, #0000, #000), url('../images/dark_tire_2x.png');
  background-size: auto, 250px;
  height: 480px;
  padding-top: 140px;
}

.support-content {
  text-align: center;
  width: 50%;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.search-input {
  background-color: #0000;
  border: 1px solid #0f03;
  border-radius: 5px;
  height: 70px;
  font-size: 28px;
  line-height: 32px;
  transition: all .5s;
}

.search-input:focus {
  color: #f7f7f7;
  background-color: #0000007d;
  border-color: #0f0;
}

.footer {
  background-color: var(--bg);
  color: #666;
  background-image: none;
  background-size: auto;
  border-top: .5px solid #ffffff0f;
  padding-top: 20px;
  padding-bottom: 20px;
  font-size: 12px;
}

.tagline {
  color: #0f0;
}

.nav-container {
  max-width: 1366px;
  padding-left: 15px;
  padding-right: 15px;
  overflow: hidden;
}

.text-block {
  color: #fff;
  text-align: center;
  margin-left: -10px;
  margin-right: -10px;
  font-family: Montserrat, sans-serif;
  font-size: 10px;
  font-weight: 400;
}

.image, .image-2 {
  display: block;
}

.image-3 {
  max-width: 40%;
  margin-left: auto;
  margin-right: auto;
  padding-bottom: 25px;
  display: block;
}

.container {
  padding-top: 20px;
  padding-bottom: 20px;
}

.heading {
  text-align: center;
  text-shadow: none;
  width: 100%;
  max-width: 31ch;
  height: 0;
  margin-left: auto;
  margin-right: auto;
  font-family: Montserrat, sans-serif;
  font-size: 40px;
  font-weight: 500;
  line-height: 48px;
  display: block;
  left: 0%;
}

.heading.subtitle {
  width: 80%;
  max-width: 52ch;
  font-size: 1.6em;
  font-weight: 400;
  line-height: 25px;
}

.bold-laptop {
  font-size: 5vh;
  font-weight: 500;
  line-height: 50%;
}

.bold-laptop.subtitle {
  font-size: 30px;
  font-weight: 400;
  line-height: 10px;
}

.text-span, .text-span-2 {
  color: #fa7268;
}

.hero_wrap {
  z-index: 20;
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 1440px;
  height: auto;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: absolute;
}

.scrolling_img {
  width: 80px;
  margin-top: 5.4em;
}

.container-2 {
  width: 100%;
  max-width: 1440px;
  margin-left: auto;
  margin-right: auto;
  padding: 60px 80px;
}

.container-2.is--hero {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  max-width: none;
  min-height: 100vh;
  padding-top: 0;
  padding-bottom: 180px;
  display: flex;
  position: absolute;
  inset: 0% 0% auto;
}

.container-2.is--hero.mobile-vire {
  display: none;
}

.hero_wrap-2 {
  z-index: 20;
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 1000px;
  padding-top: 154px;
  display: flex;
  position: relative;
}

.heading-2 {
  text-shadow: none;
  width: 100%;
  height: 8px;
  font-family: Montserrat, sans-serif;
  left: 0%;
}

.text-span-3, .text-span-4 {
  color: #fa7268;
}

.heading-3 {
  color: #fbf9fc;
  text-align: center;
  margin-bottom: 8px;
  font-size: 130px;
}

.heading-3.tips {
  text-align: center;
  letter-spacing: -5px;
  -webkit-text-fill-color: transparent;
  background-image: linear-gradient(#fbf9fc, #fbf9fc);
  background-position: 0 0;
  -webkit-background-clip: text;
  background-clip: text;
  font-size: 130px;
}

.counter-block {
  text-align: center;
  margin-left: auto;
  margin-right: auto;
}

.counter {
  color: #fa7268;
  margin-top: 0;
  margin-bottom: 19px;
  font-family: Montserrat, sans-serif;
  font-size: 80px;
  font-weight: 900;
}

.counter-support-text {
  color: #fff;
  margin-top: 0;
  font-family: Montserrat, sans-serif;
  font-size: 22px;
  font-weight: 400;
}

.empregometro {
  margin-left: auto;
  margin-right: auto;
  padding: 25px 35px;
}

.video-case {
  background-color: var(--bg);
  margin: 0 auto auto;
  padding: 0 0 100px;
}

.body {
  background-color: var(--bg);
  cursor: default;
  font-family: Montserrat, sans-serif;
}

.main-wrapper {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100vw;
  height: auto;
  min-height: 80vh;
  padding: 0% 5%;
  display: flex;
}

.container-3 {
  width: 80%;
  max-width: 90rem;
  margin-left: auto;
  margin-right: auto;
}

.video-wrapper {
  cursor: pointer;
  border-radius: .3125rem;
  width: 100%;
  position: relative;
  overflow: hidden;
}

.video-thumbnail {
  z-index: 1;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
  inset: 0%;
}

.thumbnail {
  z-index: -1;
  opacity: .4;
  transform: scale3d(1none, 1none, 1none);
  transform-style: preserve-3d;
  width: 100%;
  height: 100%;
  transition: transform 1s cubic-bezier(.4, .01, .165, .99), opacity .7s cubic-bezier(.4, .01, .165, .99);
  position: absolute;
  inset: 0%;
}

.thumbnail:hover {
  opacity: .7;
}

.play-icon {
  color: #fff;
  width: 12%;
  position: relative;
}

.video-embed {
  z-index: 0;
  opacity: 0;
  background-image: none;
  position: relative;
}

.autoplay-script {
  display: none;
}

.feature-wrap {
  border: 1px #000;
  flex-direction: row;
  justify-content: space-around;
  align-items: center;
  width: 90vw;
  margin-top: 10vh;
  margin-bottom: 10vh;
  padding-left: 10vw;
  padding-right: 10vw;
  display: flex;
}

.feature-content {
  border: 1px #000;
  flex: none;
  width: 50vw;
  max-width: 450px;
  padding-left: 4vw;
  padding-right: 4vw;
}

.title {
  color: #a8a8a8;
  letter-spacing: 2px;
  text-transform: uppercase;
  border-bottom: 1px #2e2e2e;
  padding-bottom: 5px;
  font-size: 12px;
  display: inline-block;
}

.black {
  color: #000;
}

.feature-image {
  border: 1px #000;
  justify-content: center;
  align-items: center;
  width: 50vw;
  display: flex;
}

.image-4 {
  flex: none;
}

.custom-overridebutton-text {
  margin: 15px 25px;
}

.form-field-wrapper {
  position: relative;
}

.form-field-wrapper.margin-b40 {
  margin-bottom: 40px;
}

.custom-override-button-right-line {
  background-color: #fa7268;
  width: 2px;
  height: 100%;
  position: absolute;
  top: 0;
  right: 0;
}

.custom-override-button-bottom-line {
  background-color: #fa7268;
  width: 100%;
  height: 2px;
  position: absolute;
  bottom: 0;
  right: 0;
}

.container-4 {
  width: 95%;
  max-width: 500px;
  margin-left: auto;
  margin-right: auto;
}

.custom-override-button-wrapper {
  display: inline-block;
}

.custom-override-button-wrapper.center {
  text-align: center;
  display: block;
  position: relative;
}

.form-heading {
  color: #fff;
  text-align: center;
  margin-bottom: 60px;
  font-size: 25px;
  line-height: 30px;
}

.form-box-wrapper {
  background-color: #171717;
  border-radius: 20px;
  padding: 40px 60px;
  box-shadow: 0 3px 6px 1px #18181880;
}

.error-message {
  color: #fff;
  background-color: #f03;
  font-weight: 400;
}

.success-message {
  color: #fff;
  background-color: #73cc34;
  font-weight: 400;
}

.custom-override-button {
  color: #fff;
  letter-spacing: 1px;
  text-transform: uppercase;
  font-size: 14px;
  font-weight: 600;
  text-decoration: none;
  display: inline-block;
  position: relative;
}

.custom-override-button.absolute {
  z-index: 100;
  color: #0000;
  background-color: #0000;
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  inset: 0%;
}

.form-text-field {
  color: #f8f8f8;
  background-color: #0000;
  border: 1px solid #f8f8f861;
  width: 100%;
  min-height: 50px;
  padding-top: 20px;
  padding-bottom: 15px;
}

.form-text-field:focus {
  border-color: #73cc34;
}

.form-text-field::placeholder {
  font-weight: 400;
}

.custom-override-button-top-line {
  background-color: #fa7268;
  width: 100%;
  height: 2px;
  position: absolute;
  top: 0;
  left: 0;
}

.custom-override-button-left-line {
  background-color: #fa7268;
  width: 2px;
  height: 100%;
  position: absolute;
  bottom: 0;
  left: 0;
}

.flex-display-wrapper {
  display: flex;
}

.flex-display-wrapper.center-center {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-top: 40px;
  padding-bottom: 40px;
}

.form-field-label {
  color: #fff;
  background-color: #fa7268;
  border-radius: 25px;
  padding: 3px 12px 2px;
  font-weight: 400;
  display: inline-block;
  position: absolute;
  top: -12px;
  left: 10px;
}

.content-wrapper {
  background-image: url('../images/bg-image.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.button-primary-l-full {
  color: #fff;
  text-align: center;
  background-color: #1355ff;
  border: 2px solid #1355ff;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  width: 100%;
  min-height: 48px;
  padding: 12px 42px;
  font-weight: 500;
  transition: all .3s;
  display: flex;
}

.button-primary-l-full:hover {
  background-color: #2662ff;
}

.button-primary-l-full:active {
  background-color: #124eeb;
}

.button-primary-l-full:focus {
  border: 2px solid #c2d8ff;
}

.success-form {
  color: #fff;
  background-color: #1355ff;
}

.body-l-bold {
  z-index: 5;
  color: #061237;
  margin-bottom: 0;
  font-size: 18px;
  font-weight: 500;
  line-height: 36px;
  position: relative;
}

.field-label {
  color: #061237;
  font-weight: 500;
}

.text-field {
  border: 1px solid #f2f3f8;
  min-height: 48px;
}

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

.text-field:active, .text-field:focus {
  border-color: #1355ff;
}

.text-field::placeholder {
  color: #b6bcce;
}

.form-block {
  max-width: 544px;
  margin-left: auto;
  margin-right: auto;
}

.contact-icon-block-small {
  background-color: #f5f9ff;
  justify-content: center;
  align-items: center;
  width: 48px;
  min-width: 48px;
  height: 48px;
  min-height: 48px;
  margin-bottom: 24px;
  display: flex;
}

.contact-icon-wrapper {
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.form-field-wrapper-2 {
  margin-bottom: 16px;
}

.title-blue {
  color: #1355ff;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  margin-bottom: 12px;
  font-weight: 700;
  line-height: 24px;
}

.contact-link {
  color: #1355ff;
  font-size: 16px;
  font-weight: 500;
  line-height: 32px;
  text-decoration: none;
}

.contact-form-header {
  grid-template-rows: auto;
}

.feature-icon {
  width: 40px;
}

.contact-detail-grid {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  grid-template-rows: auto;
  margin-top: 32px;
}

.title-grey {
  color: #67718e;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  margin-bottom: 12px;
  font-weight: 700;
  line-height: 24px;
}

.container-5 {
  width: 95%;
  max-width: 500px;
  margin-left: auto;
  margin-right: auto;
}

.form-box-wrapper-2 {
  background-color: #171717;
  border-radius: 20px;
  padding: 40px 60px;
  box-shadow: 0 3px 6px 1px #18181880;
}

.content-wrapper-2 {
  background-image: url('../images/bg-image.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.sticky_top {
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  margin-top: 0;
  padding-top: 0;
  padding-bottom: 1.8em;
  padding-left: 30px;
  display: flex;
}

.sticky_title {
  color: #fff;
  text-align: center;
  letter-spacing: 0;
  white-space: nowrap;
  flex: none;
  margin-left: auto;
  margin-right: auto;
  padding-right: 1em;
  font-family: Montserrat, sans-serif;
  font-size: 40px;
  font-weight: 600;
}

.sticky_top-line {
  background-color: #f16f7191;
  width: 100%;
  height: 2px;
}

.text-span-6, .text-span-7 {
  color: var(--coral);
}

.text-all-caps {
  text-transform: uppercase;
  padding-top: 80px;
}

.container-6 {
  max-width: 1120px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.testimonial-image-wrapper {
  justify-content: center;
  align-items: center;
  margin-bottom: 8px;
  display: flex;
}

.tesimonial-slide {
  background-color: var(--form-color);
  border-radius: 10px;
  width: 32%;
  margin-right: 20px;
  padding: 28px 32px 24px;
}

.employee-testimonial-slider {
  background-color: #0000;
  flex-direction: column;
  justify-content: center;
  align-items: stretch;
  height: auto;
  display: flex;
}

.vertical-spacing {
  padding-top: 80px;
  padding-bottom: 40px;
}

.vertical-spacing._160-both-side {
  padding-top: 160px;
  padding-bottom: 160px;
}

.vertical-spacing.about-cta {
  background-color: var(--form-color);
  width: 100%;
  padding-top: 46px;
}

.vertical-spacing.bottom-160 {
  padding-top: 10px;
  padding-bottom: 110px;
}

.paragraph-18-semibold {
  margin-bottom: 0;
  font-size: 18px;
  font-weight: 600;
  line-height: 1.33333;
}

.paragraph-18-semibold.gradient-2-text {
  color: #fff;
  font-family: Montserrat, sans-serif;
  font-size: 16px;
}

.paragraph-18-regular {
  font-family: Montserrat, sans-serif;
  font-size: 16px;
  line-height: 1.66667;
}

.paragraph-18-regular.laptop-view {
  font-size: 16px;
}

.arrow-right {
  justify-content: center;
  align-items: center;
  width: 79.9884px;
  margin-right: -80px;
  display: flex;
  inset: 450px 50% 0% auto;
}

.margin-bottom-24 {
  margin-bottom: 24px;
}

.employee-testimonial-wrapper {
  color: #fff;
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-top: 20px;
  display: flex;
}

.employee-testimonial-top-wrapper {
  flex-direction: column;
  align-items: flex-start;
  max-width: 500px;
  margin-bottom: 32px;
  display: flex;
}

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

.tesimonial-slider-mask {
  margin-bottom: 122px;
}

.team-member-postion {
  color: var(--coral);
  margin-top: 4px;
  font-family: Montserrat, sans-serif;
  font-weight: 600;
  line-height: 1.6;
}

.arrow-left {
  justify-content: center;
  align-items: center;
  margin-left: -80px;
  display: flex;
  top: 450px;
  left: 50%;
}

.heading-extrasmall {
  font-size: 24px;
  font-weight: 600;
  line-height: 1.33;
}

.heading-extrasmall.text-color-orange {
  color: #fff;
  margin-top: 0;
  font-family: Montserrat, sans-serif;
  font-size: 20px;
}

.heading-extrasmall.text-color-orange.emprego {
  margin-top: 0;
  font-size: 12px;
  font-weight: 400;
}

.testimonal-comma-wrapper {
  margin-bottom: 16px;
}

.hidden {
  display: none;
}

.heading-extralarge {
  letter-spacing: -.015em;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 56px;
  font-weight: 600;
  line-height: 1.07;
}

.page-padding {
  padding-left: 44px;
  padding-right: 44px;
  position: static;
}

.page-padding.d-none {
  display: none;
}

.depoimentos {
  background-color: var(--bg);
  color: #f3f4f8;
}

.gradient-2 {
  background-image: linear-gradient(to right, #3bd3e9, #9c7eea 48%, #6ae0c9);
}

.gradient-2.form-absolute-ball-1 {
  border-radius: 50px;
  width: 50px;
  height: 50px;
  position: absolute;
  inset: 40% -86px 0% auto;
}

.button-blue {
  background-color: var(--coral);
  color: #f3f4f8;
  border-radius: 20px;
  justify-content: center;
  align-items: center;
  margin-top: 25px;
  margin-left: auto;
  margin-right: auto;
  padding: 14px 40px;
  font-family: Montserrat, sans-serif;
  font-size: 16px;
  font-weight: 700;
  line-height: 1.5;
  transition: transform .3s cubic-bezier(.165, .84, .44, 1);
  display: flex;
}

.button-blue:hover {
  transform: translate(0, -2px);
}

.button-blue.submit-button-home {
  padding: 15px 56px 15px 64px;
}

.margin-bottom-64 {
  margin-bottom: 64px;
}

.heading-small {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 32px;
  font-weight: 600;
  line-height: 1.375;
}

.red-link {
  color: #ed5158;
  text-decoration: underline;
  transition: color .3s cubic-bezier(.165, .84, .44, 1);
  display: inline;
}

.red-link:hover {
  color: #ed5158cc;
}

.sucess-state {
  color: #fff;
  background-color: #18374e;
  border-radius: 20px;
  padding: 39px;
  font-weight: 500;
}

.error-message-2 {
  text-align: center;
  background-color: #ed5158;
  border-radius: 20px;
  margin-top: 10px;
  padding: 17px;
  font-family: Montserrat, sans-serif;
}

.submit-button-wrapper {
  justify-content: flex-end;
  align-items: center;
  margin-top: 12px;
  display: flex;
}

.form-section-heading-wrapper {
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  max-width: 500px;
  margin-bottom: 64px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.form-field-dark {
  color: #fff;
  background-color: #2f3142;
  border: 0 solid #000;
  border-radius: 5px;
  margin-bottom: 24px;
  padding: 45px 28px;
  font-weight: 500;
}

.form-field-dark::placeholder {
  color: #f3f4f8;
  font-size: 16px;
}

.gradient-1 {
  background-image: linear-gradient(#00d764, #2698ea);
}

.gradient-1.form-absolute-ball-2 {
  border-radius: 40px;
  width: 30px;
  height: 30px;
  position: absolute;
  inset: 140px auto 0% -132px;
}

.paragraph-16-regular {
  font-size: 16px;
  font-weight: 400;
  line-height: 1.5;
}

.paragraph-16-regular.faq-para {
  padding-top: 2px;
  padding-bottom: 50px;
}

.form-gradient-background-element {
  position: absolute;
  top: 26%;
  left: -183px;
  right: auto;
}

.heading-extralarge-2 {
  letter-spacing: -.015em;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Montserrat, sans-serif;
  font-size: 2.5em;
  font-weight: 900;
  line-height: 1.07;
}

.heading-extralarge-2.empregometro {
  color: #fff;
  padding-left: 0;
  padding-right: 0;
  font-size: 2em;
  font-weight: 600;
}

.form-block-2 {
  z-index: 2;
  color: #f3f4f8;
  background-color: #252836;
  border-radius: 12px;
  flex-direction: column;
  margin-bottom: 0;
  margin-left: auto;
  margin-right: auto;
  padding: 64px 64px 80px;
  display: flex;
  position: relative;
}

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

.form-wrapper-2 {
  max-width: 700px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

.margin-bottom-48 {
  margin-bottom: 48px;
}

.cta-section-1-wrapper {
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  max-width: 870px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.social-cta-mobile-image-grid {
  display: none;
}

.empregos-gerados {
  background-color: var(--form-color);
  color: #f3f4f8;
  position: relative;
}

.floating-image-cta-section._3 {
  position: absolute;
  inset: auto 0% 18px 20%;
}

.floating-image-cta-section._3.hidden-mobile {
  display: block;
  right: auto;
}

.floating-image-cta-section._5 {
  position: absolute;
  inset: 232px 6% 0% auto;
}

.floating-image-cta-section._5.hidden {
  display: block;
  top: 188px;
}

.floating-image-cta-section._4 {
  position: absolute;
  inset: 40px 8% auto auto;
}

.floating-image-cta-section._4.hidden {
  display: block;
}

.floating-image-cta-section._6 {
  position: absolute;
  inset: auto 15% 99px auto;
}

.floating-image-cta-section._6.hidden {
  display: block;
  inset: auto 15% 12% auto;
}

.floating-image-cta-section._2 {
  position: absolute;
  inset: auto auto 150px 6%;
}

.floating-image-cta-section._2.hidden {
  display: block;
  bottom: 68px;
}

.floating-image-cta-section._1 {
  position: absolute;
  inset: 40px auto auto 2.5%;
}

.floating-image-cta-section._1.hidden {
  display: block;
}

.text-span-10, .text-span-11 {
  color: var(--coral);
}

.section-o-que-e-g4 {
  background-color: var(--bg);
}

.office-life-4-blocks-grid {
  grid-column-gap: 40px;
  grid-row-gap: 56px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  display: flex;
}

.paragraph-18-regular-2 {
  font-family: Montserrat, sans-serif;
  font-size: 18px;
  line-height: 1.66667;
}

.office-life-two-column {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr .6fr;
  grid-auto-columns: 1fr;
  align-items: center;
  display: flex;
}

.office-life-block {
  background-color: var(--form-color);
  color: #f3f4f8;
  border-radius: 10px;
  padding: 32px;
}

.office-life-block._4th {
  position: relative;
  top: 76px;
}

.office-life-block._2nd {
  background-color: var(--form-color);
  position: relative;
  top: 76px;
}

.office-life-content-wrapper {
  flex-direction: column;
  align-items: flex-start;
  width: 376px;
  display: flex;
}

.office-life-icon-wrapper {
  margin-bottom: 32px;
}

.upload-field {
  color: #f3f4f8;
  background-color: #252836;
  border: 2px dashed #ffa561;
  border-radius: 5px;
  justify-content: center;
  align-items: center;
  margin-bottom: 24px;
  padding: 35px;
  font-size: 18px;
  line-height: 1.11111;
  display: flex;
}

.form-field-black-2 {
  color: #f3f4f8;
  background-color: #252836;
  border: 0 solid #000;
  border-radius: 5px;
  margin-bottom: 24px;
  padding: 44px 28px;
}

.form-field-black-2::placeholder {
  color: #f3f4f8;
  font-size: 18px;
}

.form-field-black-2.message {
  height: 212px;
}

.contact-form-top-wrapper {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-bottom: 35px;
  display: flex;
}

.margin-left-24 {
  margin-left: 24px;
}

.social-icon-wrapper-below-form {
  color: #b1b1b5;
  justify-content: center;
  align-items: center;
  display: flex;
}

.form-element-2 {
  z-index: 8;
  position: absolute;
  inset: auto -3% 3% auto;
}

.form-element-1 {
  z-index: 8;
  position: absolute;
  inset: -40px auto auto -40px;
}

.social-links-wrapper {
  justify-content: flex-end;
  align-items: center;
  display: flex;
}

.section-form-final {
  background-color: var(--cards);
  position: relative;
}

.conatct-form-block {
  z-index: 6;
  background-color: var(--form-color);
  color: #f3f4f8;
  border-radius: 10px;
  margin-left: auto;
  margin-right: auto;
  padding: 40px 64px;
  position: relative;
  box-shadow: 28px 0 48px #0000004d;
}

.contact-section-black-overlay {
  background-color: var(--bg);
  height: 50%;
  position: absolute;
  inset: 0% 0% auto;
}

.form-dropdowm {
  background-color: #252836;
  border: 0 solid #000;
  border-radius: 5px;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  margin-bottom: 24px;
}

.form-dropdowm::placeholder {
  color: #f3f4f8;
  font-size: 16px;
}

.text-color-orange {
  color: #ffa561;
}

.conatct-form-wrapper {
  max-width: 700px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

.footer-social-link {
  padding: 5px;
}

.page-padding-2 {
  padding-left: 44px;
  padding-right: 44px;
  position: static;
}

.page-padding-2.d-none {
  display: none;
}

.form-field {
  color: #ffffff7a;
  background-color: #252836;
  border: 0 solid #000;
  border-radius: 20px;
  flex-direction: row;
  align-items: center;
  height: 90px;
  margin-bottom: 24px;
  padding-left: 28px;
  padding-right: 28px;
  font-family: Montserrat, sans-serif;
  font-size: 18px;
  line-height: 1.11111;
}

.faq-section-heading-wrapper {
  flex-direction: column;
  align-items: flex-start;
  max-width: 410px;
  padding-bottom: 18px;
  display: flex;
}

.faq-section-illustration-wrapper {
  margin-top: 160px;
}

.faq-section-illustration-wrapper.hidden-mobile {
  margin-top: 45px;
}

.heading-5.new {
  color: #f0f0f0;
  font-family: Montserrat, sans-serif;
  font-size: 2em;
  font-weight: 900;
  display: block;
}

.heading-5.new.some {
  display: none;
}

.text-span-13, .text-span-14 {
  color: var(--coral);
}

.text-block-2 {
  font-family: Montserrat, sans-serif;
  font-size: 12px;
  line-height: 35px;
}

.mobile-faq-section-logo {
  display: none;
}

.faq-wrapper {
  padding-top: 95px;
}

.faq-question-wrapper {
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  padding: 32px 28px 32px 20px;
  display: flex;
}

.vertical-spacing-2 {
  padding-top: 0;
  padding-bottom: 80px;
}

.faq-answer-wrapper {
  color: #b1b1b5;
  padding-left: 20px;
  padding-right: 20px;
  overflow: hidden;
}

.faq-section-heading-wrapper-2 {
  flex-direction: column;
  align-items: flex-start;
  max-width: 410px;
  padding-bottom: 18px;
  display: flex;
}

.faq-block-trigger {
  cursor: pointer;
  background-color: #2f3142;
  border-radius: 8px;
}

.margin-bottom-16-2 {
  margin-bottom: 16px;
}

.faq-section-two-column-wrapper {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.section-intro {
  background-color: var(--bg);
  color: #f3f4f8;
  padding-top: 100px;
}

.faq-gradient-border {
  padding: 1px;
}

.faq-gradient-border.gradient-2 {
  border-radius: 8px;
  margin-bottom: 24px;
}

.heading-6.monitor-pequeno {
  color: #f0f0f0;
  text-align: justify;
  padding-top: 80px;
  font-family: Montserrat, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 25px;
}

.cursor-wrapper {
  z-index: 100;
  justify-content: center;
  align-items: center;
  display: flex;
  position: fixed;
  inset: 0%;
}

.cursor-dot {
  background-color: #fff;
  border-radius: 50%;
  width: 10px;
  height: 10px;
  inset: 0%;
}

.cursor-circle {
  border: 2px solid #ffffff3b;
  border-radius: 50%;
  width: 40px;
  height: 40px;
  position: absolute;
}

.img-box {
  max-width: 90%;
}

.heading-5.form-text {
  text-align: center;
  font-family: Montserrat, sans-serif;
  font-size: 1.5em;
  font-weight: 900;
}

.heading-5.form-text.so-mobile {
  display: none;
}

.lottie-animation {
  max-width: 90%;
  margin-left: auto;
  margin-right: auto;
}

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

.text-span-17 {
  color: var(--coral);
}

.cursor-dot-2 {
  background-color: #fff;
  border-radius: 50%;
  width: 10px;
  height: 10px;
  inset: 0%;
}

.cursor-circle-2 {
  border: 1px solid #ffffff80;
  border-radius: 50%;
  width: 40px;
  height: 40px;
  position: absolute;
}

.utility-page-wrap {
  justify-content: center;
  align-items: center;
  width: 100vw;
  max-width: 100%;
  height: 100vh;
  max-height: 100%;
  display: flex;
}

.utility-page-content {
  text-align: center;
  flex-direction: column;
  width: 260px;
  display: flex;
}

.utility-page-form {
  flex-direction: column;
  align-items: stretch;
  display: flex;
}

.text-all-caps-2 {
  text-transform: uppercase;
}

.button-blue-2 {
  color: #f3f4f8;
  background-color: #3d6bf5;
  border-radius: 8px;
  justify-content: center;
  align-items: center;
  padding: 14px 32px;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.5;
  transition: transform .3s cubic-bezier(.165, .84, .44, 1);
  display: flex;
}

.button-blue-2:hover {
  transform: translate(0, -2px);
}

.social-cta-mobile-image-grid-2 {
  display: none;
}

.vertical-spacing-3 {
  padding-top: 80px;
  padding-bottom: 80px;
}

.margin-bottom-24-2 {
  margin-bottom: 24px;
}

.section-cta-1_component {
  color: #f3f4f8;
  background-color: #252836;
  position: relative;
}

.heading-extralarge-3 {
  letter-spacing: -.015em;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 56px;
  font-weight: 600;
  line-height: 1.07;
}

.button-blue-3 {
  color: #f3f4f8;
  background-color: #3d6bf5;
  border-radius: 8px;
  justify-content: center;
  align-items: center;
  padding: 14px 32px;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.5;
  transition: transform .3s cubic-bezier(.165, .84, .44, 1);
  display: flex;
}

.button-blue-3:hover {
  transform: translate(0, -2px);
}

.div-block {
  display: none;
}

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

.button-blue-4 {
  background-color: var(--coral);
  color: #f3f4f8;
  border-radius: 20px;
  justify-content: center;
  align-items: center;
  margin-top: 40px;
  padding: 14px 32px;
  font-family: Montserrat, sans-serif;
  font-size: 16px;
  font-weight: 700;
  line-height: 1.5;
  transition: transform .3s cubic-bezier(.165, .84, .44, 1);
  display: flex;
}

.button-blue-4:hover {
  transform: translate(0, -2px);
}

.text-block-4 {
  -webkit-text-fill-color: transparent;
  background-color: #fff;
  background-image: linear-gradient(to top, #c4c4c4, #fff);
  -webkit-background-clip: text;
  background-clip: text;
  font-family: Montserrat, sans-serif;
  font-size: 130px;
  font-weight: 700;
  line-height: 120px;
}

.text-span-20 {
  color: var(--coral);
}

.text-span-21 {
  background-color: var(--coral);
  color: var(--coral);
  -webkit-text-fill-color: transparent;
  -webkit-background-clip: text;
  background-clip: text;
}

.bold-text {
  -webkit-text-stroke-color: var(--cards);
}

.home-tab {
  grid-column-gap: 24px;
  background-color: #fff;
  border: 1px solid #00000021;
  border-radius: 10px;
  align-items: center;
  padding: 24px;
  display: flex;
}

.paragraph-v2 {
  color: #476382;
  margin-bottom: 0;
  font-family: Montserrat, sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 24px;
}

.paragraph-v2.white {
  color: #ffffffc4;
  font-weight: 400;
}

.paragraph-v2.grey {
  color: #aeaeae;
}

.mentor-wrap {
  grid-column-gap: 40px;
  flex-direction: row;
  width: 100%;
  display: flex;
}

.text-block-158 {
  font-weight: 600;
}

.tabs-7 {
  border: 1px #e76353;
  width: 100%;
  height: 100%;
  padding-top: 3px;
}

.container-padrao-2 {
  grid-row-gap: 40px;
  flex-direction: column;
  flex: 0 auto;
  justify-content: space-between;
  align-items: center;
  max-width: 1000px;
  padding-left: 0;
  padding-right: 0;
  display: flex;
}

.container-padrao-2.left {
  align-items: flex-start;
  max-width: 1100px;
}

.tab-fg4-4 {
  color: #e76353;
  text-align: center;
  background-color: #edc8ba;
  border-radius: 10px;
  flex: 1;
  justify-content: center;
  align-self: stretch;
  align-items: center;
  padding-left: 16px;
  padding-right: 16px;
  font-size: 16px;
  font-weight: 500;
  display: flex;
  overflow: hidden;
}

.tab-fg4-4:hover {
  outline-offset: 0px;
  background-color: #e8c0b1;
  border-style: none;
  outline: 1px solid #e76353;
  flex: 1;
  overflow: hidden;
}

.tab-fg4-4.w--current {
  color: #fff;
  background-color: #e76353;
  border-radius: 10px;
  justify-content: center;
  align-self: stretch;
  align-items: center;
  font-size: 16px;
  display: flex;
}

.tabs-menu-fg4-2 {
  grid-column-gap: 8px;
  padding-bottom: 32px;
  display: flex;
}

.heading-v2-2 {
  color: #fff;
  text-shadow: none;
  width: auto;
  height: auto;
  margin-top: 16px;
  font-family: Montserrat, sans-serif;
  font-size: 32px;
  line-height: 40px;
  position: static;
}

.content-block {
  grid-row-gap: 24px;
  flex-direction: column;
  flex: 1;
  display: flex;
}

.content-block.justify-center-h {
  justify-content: center;
}

.content-block.padding-top {
  align-self: center;
}

.content-block.padding-top.mobile-adjust {
  flex: 0 37%;
}

.orange-accent {
  color: #e76353;
  -webkit-text-fill-color: inherit;
  background-clip: border-box;
}

.c-card-see-more-2 {
  perspective: 1000px;
  background-image: linear-gradient(to top, #000 20%, #fff0);
  border-top: 1px #ffffff40;
  justify-content: space-between;
  align-items: center;
  padding: 20px 15px;
  font-size: 42px;
  display: flex;
  position: relative;
  transform: translate(0);
}

.c-flip-card {
  position: relative;
}

._w-card-back {
  perspective: 1000px;
  background-color: #fff0;
  border-radius: 15px;
  flex-direction: column;
  width: 100%;
  height: 100%;
  display: flex;
  overflow: hidden;
}

.saiba-mais-btn {
  z-index: 40;
  color: #192a67;
  background-color: #fff;
  border-radius: 60px;
  padding-left: 24px;
  padding-right: 24px;
  font-size: 16px;
  font-weight: 600;
  transition: all .2s;
  position: relative;
}

.saiba-mais-btn:hover {
  transform: translate(0, -4px);
}

.saiba-mais-btn.full {
  text-align: center;
  align-self: stretch;
  font-size: 14px;
}

.saiba-mais-btn.coral {
  color: #f0f0f0;
  text-align: center;
  background-color: #e76353;
  align-self: flex-start;
  padding-left: 24px;
  padding-right: 24px;
  font-weight: 500;
  transition: all .2s;
}

.saiba-mais-btn.coral:hover {
  background-color: #fa7268;
  transform: translate(0, -4px);
}

.saiba-mais-btn.coral.full {
  min-width: 100%;
  font-size: 14px;
}

.saiba-mais-btn.coral.full:hover {
  background-color: #e76353;
}

._w-flip-card {
  z-index: 10;
  perspective: 1000px;
  cursor: pointer;
  display: flex;
  position: relative;
}

.ver-mais-label-3 {
  color: #fff;
  text-align: center;
  border: 2px solid #fff;
  border-radius: 20px;
  width: 40px;
  height: 40px;
  padding: 8px;
  font-family: Montserrat, sans-serif;
  font-size: 31px;
  line-height: 18px;
}

.flip-card-title-2 {
  color: #fff;
  text-align: left;
  font-family: Montserrat, sans-serif;
  font-size: 24px;
  font-weight: 600;
  line-height: 1.2em;
}

._w-card-quote {
  position: relative;
}

.flip-card-area {
  padding: 0;
}

.c-card-front-2 {
  perspective: 1000px;
  border-radius: 17px;
  justify-content: center;
  align-items: center;
  width: 270px;
  height: 300px;
  display: flex;
  overflow: hidden;
  box-shadow: 0 0 40px #00000047;
}

.c-card-front-2.home {
  background-color: #fff0;
  width: 240px;
}

.c-card-img {
  flex: 1;
  justify-content: center;
  align-items: center;
  display: flex;
}

.title-wrapper {
  grid-column-gap: 16px;
  flex-direction: row;
  display: flex;
}

.title-wrapper.vertical {
  grid-row-gap: 16px;
  flex-direction: column;
}

.card-quote-2 {
  z-index: 5;
  color: #fff;
  text-align: left;
  margin-bottom: 0;
  font-family: Montserrat, sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
  position: relative;
}

.c-card-quote-2 {
  grid-row-gap: 24px;
  background-image: radial-gradient(circle at 0 0, #474747, #000 74%);
  flex-direction: column;
  flex: 1;
  justify-content: center;
  align-items: center;
  padding: 20px 16px;
  display: flex;
  position: relative;
}

.c-card-quote-2.cta {
  justify-content: space-between;
}

.c-card-quote-2.coral {
  background-image: radial-gradient(circle at 0 0, #ee937f, #e76353 74%);
}

.c-card-quote-2.coral.cta {
  justify-content: space-between;
}

.c-card-quote-2.blue {
  background-image: radial-gradient(circle at 0 0, #1a2a6a, #0f1a45 74%);
}

.c-card-quote-2.blue.b2b {
  background-image: radial-gradient(circle at 0 0, #5b2e43, #0f1a45 74%);
}

.c-card-quote-2.blue.cta {
  justify-content: space-between;
}

._w-card-img {
  perspective: 1000px;
  border-radius: 20px;
  justify-content: center;
  align-items: center;
  width: 100%;
  margin-left: 24px;
  margin-right: 24px;
  padding: 0;
  display: flex;
}

.cards-wrap-2 {
  grid-column-gap: 24px;
  justify-content: space-between;
  width: 100%;
  display: flex;
}

.heading-v2-3 {
  color: #0f1a45;
  margin-top: 16px;
  font-family: Montserrat, sans-serif;
  font-size: 32px;
  line-height: 40px;
}

.heading-v2-3.white {
  color: #fff;
  text-align: left;
}

.heading-v2-3.white.thin {
  font-size: 32px;
  font-weight: 400;
  line-height: 41px;
}

._w-card-front-2 {
  perspective: 1000px;
  background-color: #fff;
  border-radius: 15px;
  flex-direction: column;
  width: 100%;
  height: 100%;
  display: flex;
  position: relative;
  overflow: hidden;
  transform: none;
}

._w-card-front-2.para-empresas {
  background-image: url('../images/thumb-skills.jpg');
  background-position: 0 0;
  background-size: 101%;
}

._w-card-front-2.comunidades {
  background-image: url('../images/thumb-comunidades.jpg');
  background-position: 50%;
  background-size: 102%;
}

._w-card-front-2.imersoes {
  background-color: #fff;
  background-image: url('../images/thumb-imerses.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 102%;
}

._w-card-front-2.online {
  background-image: url('../images/thumb-online.jpg');
  background-position: 50%;
  background-size: 101%;
}

.c-card-back-2 {
  perspective: 1000px;
  border-radius: 20px;
  justify-content: center;
  align-items: center;
  width: 270px;
  height: 300px;
  display: block;
  box-shadow: 0 0 40px #00000047;
}

.c-card-back-2.home {
  width: 240px;
}

.card-video {
  background-color: var(--form-color);
  border-radius: 12px;
  min-height: 300px;
  margin-bottom: 0;
  padding: 0;
  box-shadow: 0 4px 12px #000;
}

.section-videos {
  background-color: var(--bg);
  padding-top: 80px;
  padding-bottom: 80px;
}

.section-videos.section-video-seo {
  margin-top: 0;
  margin-left: auto;
  margin-right: auto;
  padding-top: 46px;
  padding-bottom: 80px;
}

.container-videos {
  width: 100%;
  max-width: 1300px;
  margin: auto;
  padding: 24px;
}

.shorts-wrapper {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template: ". Area"
  / 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.videos-slider {
  width: 100%;
  max-width: 1300px;
}

.carousel-track {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  display: flex;
  overflow: scroll;
}

.carousel-mask {
  height: auto;
  overflow: visible;
}

.carrossel-shorts {
  background-color: var(--bg);
  width: 100%;
  max-width: 1300px;
  height: 100%;
  margin: auto;
  padding: 24px;
  overflow: visible;
}

.slide-short-item {
  width: 300px;
  height: auto;
  min-height: 300px;
  margin-left: 0;
  margin-right: 10px;
}

.embed-youtube-short {
  width: 315px;
  height: 560px;
}

.conteudo-do-slide-flex {
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
}

.embed-video-carousel2 {
  aspect-ratio: 16 / 9;
  width: 100%;
  min-height: auto;
}

.icon-2 {
  z-index: 10;
  position: absolute;
}

.icon-3 {
  z-index: 10;
}

.div-block-2 {
  margin-bottom: 100px;
}

.heading-7 {
  padding-top: 500px;
  padding-bottom: 10px;
}

.section {
  background-color: var(--form-color);
  padding: 0 44px;
}

.container-7 {
  margin-left: 0;
  margin-right: 0;
  padding-top: 46px;
  padding-bottom: 44px;
}

.heading-8 {
  color: #fff;
}

.text-block-159 {
  color: #fff;
  text-align: center;
  margin-top: 10px;
  margin-left: 5px;
  padding-left: 0;
  padding-right: 20px;
  font-size: 17px;
}

.div-block-3 {
  margin-left: auto;
  margin-right: auto;
}

.text-span-22 {
  color: var(--coral);
}

.video-button-container {
  justify-content: center;
  margin-top: 20px;
  display: flex;
}

.cta-button-videos {
  background-color: var(--coral);
  border-radius: 8px;
  padding: 12px 24px;
  font-size: 30px;
  font-weight: 700;
}

.top-banner {
  z-index: 999;
  background-color: #011243;
  background-image: none;
  background-size: auto;
  width: 100vw;
  height: 50px;
  display: flex;
  position: fixed;
  inset: 0% 0% auto;
}

.div-block-4 {
  align-items: center;
  width: 100%;
  max-width: 980px;
  height: 100%;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.image-10 {
  color: #e76353;
  max-width: none;
  margin-top: 5px;
  margin-bottom: 5px;
}

.paragraph {
  color: #fff;
  margin-bottom: 0;
}

.paragraph.desktop {
  flex-flow: row;
  margin-left: 225px;
  margin-right: auto;
  padding-left: 200px;
  padding-right: 0;
  display: block;
}

.bold-text-4 {
  vertical-align: baseline;
  flex-flow: row;
  padding-right: 0;
  display: inline;
}

.button-3 {
  display: block;
}

html.w-mod-js [data-ix="for-gamers"], html.w-mod-js [data-ix="by-gamers"] {
  opacity: 0;
}

html.w-mod-js [data-ix="logo-load"] {
  opacity: 0;
  transform: scale(1.5);
}

html.w-mod-js [data-ix="scrolldown"] {
  opacity: 0;
}

@media screen and (min-width: 1440px) {
  .saiba-mais-btn.coral:hover {
    background-color: #fa7268;
    transform: translate(0, -4px);
  }
}

@media screen and (max-width: 991px) {
  h1 {
    margin-top: 0;
    margin-bottom: 0;
    font-size: 40px;
    top: 250px;
    left: 85px;
  }

  .button.product-hero-cta {
    padding-top: 10px;
    font-size: 28px;
    line-height: 18px;
  }

  .logo {
    width: 101px;
    height: 107px;
    margin-top: 0;
    margin-bottom: 0;
    inset: 235px 0 auto;
  }

  .nav-link {
    font-size: 27px;
    line-height: 33px;
  }

  .alunos-g4 {
    position: static;
  }

  .fan-img {
    width: 20%;
  }

  .line2 {
    right: 105px;
  }

  .wrapper {
    top: 100%;
  }

  .icon {
    height: 54px;
    font-size: 30px;
    line-height: 53px;
  }

  .product-category-text {
    padding-left: 0;
    font-size: 25px;
    line-height: 31px;
    top: -2px;
  }

  .product-hero {
    height: 450px;
  }

  .product-hero.systems {
    padding-top: 15px;
  }

  .product-cta-wrapper {
    height: 140px;
    left: 15px;
  }

  .featured-product {
    font-size: 22px;
    line-height: 28px;
  }

  .product-row {
    height: auto;
    padding-top: 0;
  }

  .navbar {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
  }

  .nav-logo.w--current {
    margin: 5px auto;
  }

  .nav-logo-img {
    width: 200px;
    margin-left: 45px;
  }

  .nav-logo-name {
    font-size: 23px;
    line-height: 27px;
  }

  .community {
    height: auto;
    margin-top: 25px;
    margin-bottom: 25px;
    padding-top: 0;
  }

  .product-content-wrapper {
    height: auto;
  }

  .tab-wrapper {
    height: 55px;
  }

  .systems-row {
    width: 95%;
  }

  .content-item {
    font-size: 10px;
    line-height: 16px;
  }

  .store {
    height: 480px;
    padding-top: 90px;
  }

  .support-content {
    width: 70%;
  }

  .hamburger {
    color: #fa7268;
    padding-top: 13px;
    padding-bottom: 13px;
    font-family: Montserrat, sans-serif;
  }

  .hamburger.w--open {
    color: #fff;
    background-color: #0000;
  }

  .mobile-menu {
    background-color: #222;
    border-top: 1px solid #333;
    border-bottom: 1px solid #333;
  }

  .heading {
    top: auto;
  }

  .heading.subtitle {
    padding-top: 0;
  }

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

  .container-2 {
    padding-left: 8vw;
    padding-right: 8vw;
  }

  .hero_wrap-2 {
    text-align: center;
    align-items: center;
    width: 100%;
    padding-top: 152px;
  }

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

  .video-case {
    margin-bottom: 0;
    padding-bottom: 80px;
  }

  .container-3 {
    width: 100%;
  }

  .play-icon {
    width: 8rem;
  }

  .feature-wrap {
    margin-top: 5vh;
    margin-bottom: 5vh;
    padding-left: 0;
    padding-right: 0;
  }

  .form-heading {
    font-size: 35px;
    line-height: 41px;
  }

  .contact-detail-grid {
    grid-template-columns: 1fr;
  }

  .sticky_top {
    display: none;
  }

  .text-all-caps {
    padding-top: 40px;
  }

  .tesimonial-slide {
    padding: 20px 24px;
  }

  .vertical-spacing {
    padding-top: 56px;
    padding-bottom: 0;
  }

  .vertical-spacing._160-both-side {
    padding-top: 80px;
    padding-bottom: 80px;
  }

  .vertical-spacing.about-cta {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .vertical-spacing.bottom-160 {
    padding-top: 0;
  }

  .paragraph-18-semibold {
    font-size: 16px;
  }

  .paragraph-18-semibold.gradient-2-text {
    margin-left: auto;
    margin-right: auto;
  }

  .paragraph-18-regular, .paragraph-18-regular.laptop-view {
    font-size: 1em;
  }

  .margin-bottom-24 {
    margin-bottom: 20px;
  }

  .margin-bottom-32 {
    margin-bottom: 24px;
  }

  .tesimonial-slider-mask {
    margin-bottom: 90px;
  }

  .team-member-postion {
    font-size: .85em;
  }

  .heading-extrasmall {
    font-size: 20px;
  }

  .heading-extrasmall.text-color-orange {
    font-size: 1.2em;
  }

  .heading-extrasmall.text-color-orange.emprego {
    font-size: .75em;
  }

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

  .page-padding {
    padding-left: 36px;
    padding-right: 36px;
  }

  .gradient-2.form-absolute-ball-1 {
    right: -68px;
  }

  .margin-bottom-64 {
    margin-bottom: 48px;
  }

  .heading-small {
    font-size: 28px;
  }

  .form-field-dark {
    margin-bottom: 20px;
    padding-top: 35px;
    padding-bottom: 35px;
  }

  .gradient-1.form-absolute-ball-2 {
    top: 10px;
    left: -57px;
  }

  .paragraph-16-regular.faq-para {
    padding-bottom: 44px;
  }

  .form-gradient-background-element {
    left: -107px;
  }

  .heading-extralarge-2 {
    font-size: 32px;
    line-height: 1.19231;
  }

  .margin-bottom-16 {
    margin-left: auto;
    margin-right: auto;
  }

  .margin-bottom-48 {
    margin-bottom: 36px;
  }

  .social-cta-mobile-image-grid {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr 1fr;
    grid-auto-columns: 1fr;
    justify-content: center;
    align-items: center;
    display: grid;
  }

  .floating-image-cta-section._3.hidden-mobile, .floating-image-cta-section._5.hidden, .floating-image-cta-section._4.hidden, .floating-image-cta-section._6.hidden, .floating-image-cta-section._2.hidden, .floating-image-cta-section._1.hidden {
    display: none;
  }

  .office-life-4-blocks-grid {
    grid-column-gap: 26px;
    grid-row-gap: 24px;
  }

  .paragraph-18-regular-2 {
    font-size: 16px;
  }

  .office-life-two-column {
    grid-row-gap: 48px;
    grid-template-columns: 1fr;
  }

  .office-life-content-wrapper {
    text-align: center;
    align-items: center;
    width: auto;
  }

  .form-element-2 {
    width: 105px;
  }

  .conatct-form-block {
    max-width: 500px;
    margin-bottom: 0;
  }

  .conatct-form-wrapper {
    max-width: 760px;
    padding-bottom: 45px;
  }

  .page-padding-2 {
    padding-left: 36px;
    padding-right: 36px;
  }

  .faq-section-illustration-wrapper {
    margin-top: 10px;
    margin-left: auto;
    margin-right: auto;
  }

  .faq-section-illustration-wrapper.hidden-mobile {
    margin: 20px auto;
  }

  .heading-5.new.some {
    text-align: center;
    padding-bottom: 40px;
    display: block;
  }

  .faq-question-wrapper {
    padding-bottom: 24px;
  }

  .vertical-spacing-2 {
    padding-top: 56px;
    padding-bottom: 56px;
  }

  .faq-question-icon-wra-pper {
    margin-left: 8px;
  }

  .faq-section-heading-wrapper-2 {
    align-items: center;
  }

  .faq-section-two-column-wrapper {
    grid-template-columns: 1fr;
    margin-left: auto;
    margin-right: auto;
  }

  .section-intro {
    padding-top: 60px;
  }

  .faq-gradient-border.gradient-2 {
    padding-bottom: 1.5px;
  }

  .heading-6.monitor-pequeno {
    text-align: center;
    margin-left: auto;
    margin-right: auto;
    padding-top: 0;
    font-size: 1em;
    line-height: 28px;
  }

  .cursor-wrapper {
    display: none;
  }

  .img-box {
    margin-left: auto;
    margin-right: auto;
  }

  .text-span-15, .text-span-16 {
    color: var(--coral);
  }

  .image-5 {
    max-width: 45%;
  }

  .image-7, .image-8 {
    max-width: 50%;
  }

  .vertical-spacing-3 {
    padding-top: 56px;
    padding-bottom: 56px;
  }

  .vertical-spacing-3.about-cta {
    padding-top: 120px;
    padding-bottom: 120px;
  }

  .margin-bottom-24-2 {
    margin-bottom: 20px;
  }

  .heading-extralarge-3 {
    font-size: 32px;
    line-height: 1.19231;
  }

  .button-blue-4 {
    margin-left: auto;
    margin-right: auto;
  }

  .mentor-wrap.mobile-vertical {
    grid-row-gap: 24px;
    flex-direction: column;
  }

  .container-padrao-2 {
    max-width: 100%;
    padding-left: 16px;
    padding-right: 16px;
  }

  .container-padrao-2.left {
    align-items: center;
  }

  .tab-fg4-4.w--current {
    padding: 8px;
  }

  .tabs-menu-fg4-2 {
    grid-row-gap: 8px;
    flex-wrap: wrap;
  }

  .heading-v2-2 {
    text-align: center;
    margin-top: 0;
    font-size: 24px;
  }

  .content-block.padding-top {
    padding-top: 40px;
  }

  .content-block.padding-top.mobile-adjust {
    padding-top: 0;
  }

  .flip-card-title-2 {
    font-size: 18px;
  }

  .c-card-front-2 {
    width: 300px;
  }

  .c-card-front-2.home {
    width: 270px;
  }

  .title-wrapper.vertical {
    align-items: center;
  }

  .cards-wrap-2 {
    grid-row-gap: 40px;
    flex-flow: column wrap;
    align-items: center;
  }

  .heading-v2-3 {
    text-align: center;
    margin-top: 0;
    font-size: 24px;
  }

  .heading-v2-3.white {
    font-size: 24px;
    display: block;
  }

  ._w-card-front-2.imersoes {
    background-position: 50% 24%;
  }

  .c-card-back-2 {
    width: 300px;
  }

  .c-card-back-2.home {
    width: 270px;
  }
}

@media screen and (max-width: 767px) {
  h1 {
    width: 45%;
    top: 50%;
    left: 65px;
  }

  .button.product-hero-cta {
    padding-right: 15px;
    font-size: 18px;
    line-height: 16px;
  }

  .logo {
    top: 30%;
  }

  .line2 {
    top: 50%;
    left: 321px;
    right: auto;
  }

  .icon {
    width: auto;
    height: 40px;
    font-size: 20px;
    line-height: 43px;
  }

  .product-category-text {
    padding-left: 5px;
    font-size: 16px;
    line-height: 22px;
    display: none;
    position: relative;
    top: -3px;
  }

  .product-hero {
    height: 650px;
    padding-top: 195px;
  }

  .product-hero.systems {
    float: left;
    width: 100%;
    height: 650px;
    padding-bottom: 15px;
  }

  .product-hero.peripherals, .product-hero.software, .product-hero.gear, .product-hero.accessories {
    height: 650px;
    padding-top: 15px;
    padding-bottom: 15px;
  }

  .product-cta-wrapper {
    height: 108px;
    padding-top: 0;
  }

  .product-cta-wrapper.wearables {
    text-align: right;
    padding-top: 0;
    padding-left: 0%;
    padding-right: 5%;
  }

  .featured-product {
    margin-top: auto;
    font-size: 16px;
    line-height: 22px;
  }

  .nav-logo-img {
    width: 180px;
  }

  .product-tabs {
    float: left;
    width: 100%;
    height: 52px;
  }

  .product-content-wrapper {
    width: 100%;
  }

  .tab-wrapper {
    float: left;
    text-align: center;
    width: 14.28%;
    height: 42px;
  }

  .tab-wrapper.community-tab {
    width: 25%;
  }

  .systems-row {
    margin-bottom: 15px;
  }

  .community-content-wrapper {
    width: 100%;
  }

  .community-tabs {
    width: 100%;
    height: 50px;
  }

  .razerid.newusers, .razerid-col {
    margin-bottom: 20px;
  }

  .store {
    padding-top: 100px;
  }

  .search-input {
    height: auto;
    padding-top: 15px;
    padding-bottom: 15px;
    font-size: 18px;
    line-height: 24px;
  }

  .text-block {
    margin-left: auto;
    margin-right: auto;
    padding-left: 30px;
    padding-right: 30px;
  }

  .heading {
    line-height: 40px;
  }

  .heading.subtitle {
    font-size: 1em;
    line-height: 20px;
  }

  .hero_wrap-2 {
    width: 91%;
    padding-top: 176px;
  }

  .heading-3, .heading-3.tips {
    font-size: 100px;
  }

  .video-case {
    background-color: var(--bg);
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .main-wrapper {
    height: 70vh;
  }

  .container-3 {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .play-icon {
    width: 5rem;
  }

  .feature-wrap {
    flex-direction: row;
  }

  .form-heading {
    font-size: 33px;
    line-height: 39px;
  }

  .flex-display-wrapper.center-center {
    justify-content: flex-start;
  }

  .contact-form-header {
    grid-row-gap: 60px;
    grid-template-columns: 1fr;
  }

  .sticky_top {
    display: none;
  }

  .tesimonial-slide {
    background-color: var(--cards);
    width: auto;
    max-width: 360px;
    padding: 24px 16px;
  }

  .employee-testimonial-slider {
    align-items: center;
    height: 460px;
  }

  .vertical-spacing {
    padding-top: 36px;
    padding-bottom: 36px;
  }

  .vertical-spacing._160-both-side {
    padding-top: 48px;
    padding-bottom: 48px;
  }

  .vertical-spacing.about-cta {
    padding-top: 32px;
    padding-bottom: 28px;
  }

  .vertical-spacing.bottom-160 {
    padding-bottom: 80px;
  }

  .paragraph-18-semibold.gradient-2-text {
    font-size: 14px;
  }

  .paragraph-18-regular {
    font-family: Montserrat, sans-serif;
  }

  .arrow-right {
    top: 398px;
  }

  .margin-bottom-24 {
    margin-bottom: 16px;
  }

  .employee-testimonial-top-wrapper {
    text-align: center;
    align-items: center;
  }

  .tesimonial-slider-mask {
    align-self: stretch;
    margin-bottom: 75px;
  }

  .arrow-left {
    top: 398px;
  }

  .heading-extrasmall {
    font-size: 18px;
    line-height: 1.5;
  }

  .heading-extrasmall.text-color-orange {
    margin-bottom: 0;
  }

  .heading-extralarge {
    font-size: 40px;
  }

  .page-padding {
    padding-left: 28px;
    padding-right: 28px;
  }

  .gradient-2.form-absolute-ball-1 {
    top: 30%;
    right: -48px;
  }

  .button-blue {
    background-color: var(--coral);
    border-radius: 20px;
    padding: 12px 25px;
    font-family: Montserrat, sans-serif;
    font-weight: 700;
  }

  .margin-bottom-64 {
    margin-bottom: 36px;
  }

  .heading-small {
    font-size: 28px;
    line-height: 1.4;
  }

  .form-section-heading-wrapper {
    margin-bottom: 48px;
  }

  .form-gradient-background-element {
    top: -1%;
    left: -60px;
  }

  .heading-extralarge-2 {
    font-size: 40px;
  }

  .heading-extralarge-2.is-28-in-mobile {
    font-size: 28px;
  }

  .form-block-2 {
    padding: 28px 24px 32px;
  }

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

  .margin-bottom-48 {
    margin-bottom: 32px;
  }

  .social-cta-mobile-image-grid {
    grid-column-gap: 16px;
    grid-row-gap: 32px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr 1fr;
    grid-auto-columns: 1fr;
    place-items: center;
    margin-bottom: 48px;
    display: grid;
  }

  .floating-image-cta-section._3.hidden-mobile, .floating-image-cta-section._5.hidden, .floating-image-cta-section._5.hidden, .floating-image-cta-section._4.hidden, .floating-image-cta-section._4.hidden, .floating-image-cta-section._6.hidden, .floating-image-cta-section._6.hidden, .floating-image-cta-section._2.hidden, .floating-image-cta-section._2.hidden, .floating-image-cta-section._1.hidden, .floating-image-cta-section._1.hidden {
    display: none;
  }

  .section-o-que-e-g4 {
    background-color: var(--bg);
  }

  .office-life-4-blocks-grid {
    grid-template-columns: 1fr;
  }

  .paragraph-18-regular-2 {
    font-family: Montserrat, sans-serif;
  }

  .office-life-block {
    background-color: var(--cards);
    max-width: 360px;
    margin-left: auto;
    margin-right: auto;
  }

  .office-life-block._4th {
    background-color: var(--cards);
    top: 0;
  }

  .office-life-block._2nd {
    top: 0;
  }

  .upload-field {
    width: 100%;
  }

  .contact-form {
    flex-direction: column;
    align-items: center;
    display: flex;
  }

  .form-field-black-2 {
    padding-top: 36px;
    padding-bottom: 36px;
  }

  .form-field-black-2.message {
    height: 168px;
  }

  .contact-form-top-wrapper {
    margin-bottom: 40px;
  }

  .form-element-2 {
    width: 42px;
    bottom: 74px;
    right: -22px;
  }

  .form-element-1 {
    width: 42px;
    top: -27px;
    left: -25px;
  }

  .social-links-wrapper {
    margin-bottom: 32px;
  }

  .section-form-final {
    background-color: var(--cards);
  }

  .conatct-form-block {
    background-color: var(--form-color);
    text-align: center;
    padding: 48px 32px;
  }

  .contact-section-black-overlay {
    background-color: var(--bg);
  }

  .page-padding-2 {
    padding-left: 28px;
    padding-right: 28px;
  }

  .form-field {
    color: #ffffff80;
    border-radius: 20px;
    font-family: Montserrat, sans-serif;
  }

  .faq-section-heading-wrapper {
    text-align: center;
    align-items: center;
  }

  .faq-section-illustration-wrapper {
    margin-top: 40px;
  }

  .faq-section-illustration-wrapper.hidden-mobile {
    padding-top: 30px;
    display: block;
  }

  .heading-5.new.video-text.some {
    color: #fff;
    text-align: center;
    margin-top: auto;
    padding-top: 20px;
    padding-bottom: 20px;
    font-family: Montserrat, sans-serif;
    font-weight: 900;
    display: block;
  }

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

  .mobile-faq-section-logo {
    justify-content: center;
    align-items: center;
    margin-top: 40px;
    display: flex;
  }

  .vertical-spacing-2 {
    padding-top: 36px;
    padding-bottom: 36px;
  }

  .faq-section-heading-wrapper-2 {
    text-align: center;
    align-items: center;
  }

  .margin-bottom-16-2 {
    margin-bottom: 12px;
  }

  .faq-section-two-column-wrapper {
    grid-row-gap: 24px;
    grid-template-columns: 1fr;
    justify-items: center;
  }

  .section-intro {
    background-color: var(--bg);
  }

  .faq-gradient-border.gradient-2 {
    padding: 1.5px 1px;
  }

  .heading-6.monitor-pequeno {
    text-align: center;
    font-family: Montserrat, sans-serif;
    font-size: 1em;
    font-weight: 400;
    line-height: 25px;
  }

  .heading-5.form-text {
    font-family: Montserrat, sans-serif;
    font-weight: 900;
  }

  .text-span-15, .text-span-16 {
    color: var(--coral);
  }

  .image-5 {
    max-width: 30%;
  }

  .button-blue-2 {
    padding: 12px 25px;
  }

  .social-cta-mobile-image-grid-2 {
    grid-column-gap: 16px;
    grid-row-gap: 32px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr 1fr;
    grid-auto-columns: 1fr;
    place-items: center;
    margin-bottom: 48px;
    display: grid;
  }

  .vertical-spacing-3 {
    padding-top: 36px;
    padding-bottom: 36px;
  }

  .vertical-spacing-3.about-cta {
    padding-top: 32px;
    padding-bottom: 28px;
  }

  .margin-bottom-24-2 {
    margin-bottom: 16px;
  }

  .heading-extralarge-3 {
    font-size: 40px;
  }

  .button-blue-3, .button-blue-4 {
    padding: 12px 25px;
  }

  .text-block-4 {
    font-size: 90px;
  }

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

  .container-padrao-2 {
    padding-left: 4px;
    padding-right: 4px;
  }

  .tab-fg4-4 {
    min-width: 44%;
  }

  .content-block {
    width: 100%;
  }

  .c-card-front-2 {
    min-width: 300px;
  }

  .cards-wrap-2 {
    grid-row-gap: 40px;
    flex-direction: column;
    align-items: center;
  }

  ._w-card-front-2.imersoes {
    background-position: 50% 14%;
  }

  .c-card-back-2 {
    min-width: 300px;
  }
}

@media screen and (max-width: 479px) {
  h1 {
    text-align: center;
    width: 100%;
    height: 62px;
    font-size: 30px;
    top: 40%;
    left: 0;
  }

  h3 {
    font-size: 24px;
    line-height: 30px;
  }

  .logo {
    top: 20%;
  }

  .nav-link {
    font-size: 17px;
    line-height: 17px;
  }

  .fan-img {
    width: 20%;
  }

  .line2 {
    text-align: center;
    width: 100%;
    top: 47%;
    left: 0;
  }

  .wrapper {
    background-color: var(--bg);
    background-image: none;
  }

  .icon {
    width: auto;
  }

  .product-category-text {
    display: none;
  }

  .product-hero {
    background-size: auto, 990px;
    padding-top: 300px;
  }

  .product-hero.systems {
    padding-bottom: 15px;
  }

  .product-hero.peripherals {
    padding-top: 15px;
    padding-bottom: 15px;
  }

  .product-hero.wearables {
    padding-top: 100px;
  }

  .product-hero.software, .product-hero.gear, .product-hero.accessories {
    padding-top: 15px;
    padding-bottom: 15px;
  }

  .nav-logo-img {
    max-width: 100%;
    margin-left: -2px;
    padding-top: 14px;
  }

  .product-tabs {
    float: none;
    clear: both;
    width: auto;
    margin-bottom: -10px;
  }

  .product-content-wrapper {
    width: 100%;
    margin-top: 0;
  }

  .tab-wrapper {
    float: left;
    text-align: center;
    width: 14.28%;
    margin-top: 0;
  }

  .systems-row {
    margin-bottom: 0;
  }

  .content-item {
    margin-bottom: 15px;
  }

  .scrolldown {
    top: 509.906px;
  }

  .scrolldown.link-hover-ix {
    flex-direction: column;
    justify-content: flex-start;
    align-items: stretch;
    display: none;
    inset: auto 0% 0%;
  }

  .scrolldown.link-hover-ix.w--current {
    flex-direction: column;
    justify-content: flex-start;
    align-items: stretch;
    display: none;
    inset: auto 0% 0% auto;
  }

  .razerid {
    font-size: 12px;
    line-height: 18px;
  }

  .store {
    background-position: 0 0, 77% 100%;
  }

  .footer {
    border-top: .4px solid #ffffff7a;
  }

  .text-block {
    text-align: center;
    margin-left: auto;
    margin-right: auto;
    padding-left: 30px;
    padding-right: 30px;
    font-size: .5em;
    line-height: 15px;
  }

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

  .heading.subtitle {
    font-size: 1.3em;
    line-height: 21px;
  }

  .bold-laptop {
    justify-content: center;
    align-items: center;
    padding-left: 10px;
    padding-right: 10px;
    font-size: 4.5vh;
    line-height: 110%;
    display: flex;
  }

  .hero_wrap {
    width: 91%;
  }

  .container-2.is--hero {
    padding-top: 0;
    padding-bottom: 180px;
    display: none;
  }

  .container-2.is--hero.mobile-vire {
    flex-direction: column;
    padding: 0 50vw;
    display: flex;
    inset: 0% 0% auto;
  }

  .hero_wrap-2 {
    width: 91%;
    margin-bottom: auto;
    padding-top: 0;
    display: block;
    position: absolute;
  }

  .hero_wrap-2.text-1 {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding-left: 20px;
    padding-right: 20px;
    display: flex;
    position: absolute;
    top: 150px;
  }

  .heading-3, .heading-3.tips {
    font-size: 80px;
  }

  .video-case {
    background-color: var(--bg);
    padding-top: 0;
  }

  .body {
    background-color: var(--bg);
  }

  .main-wrapper {
    height: 60vh;
    padding-top: 0%;
    padding-bottom: 0;
  }

  .play-icon {
    width: 3rem;
  }

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

  .feature-content {
    width: auto;
  }

  .feature-image {
    width: auto;
    margin-top: 30px;
    margin-bottom: 30px;
  }

  .image-4 {
    width: 100%;
  }

  .custom-overridebutton-text {
    margin: 10px 20px;
    font-weight: 400;
  }

  .container-4 {
    width: 90%;
  }

  .form-heading {
    font-size: 22px;
    line-height: 30px;
  }

  .form-box-wrapper {
    padding: 30px 20px;
  }

  .custom-override-button.absolute {
    padding-top: 0;
    padding-bottom: 0;
  }

  .form-text-field {
    width: 100%;
  }

  .container-5 {
    width: 90%;
  }

  .form-box-wrapper-2 {
    padding: 30px 20px;
  }

  .sticky_top {
    padding-left: 0;
    display: block;
  }

  .sticky_title {
    text-align: center;
    margin: 0 0 0 auto;
    padding-top: 10px;
    padding-bottom: 25px;
    padding-right: 0;
    font-size: 2em;
    line-height: 1.2;
    display: none;
  }

  .sticky_top-line {
    display: none;
  }

  .text-all-caps {
    padding-top: 0;
  }

  .tesimonial-slide {
    background-color: var(--cards);
    width: 100%;
    max-width: none;
  }

  .vertical-spacing {
    padding-top: 0;
  }

  .vertical-spacing.about-cta {
    padding-bottom: 0;
  }

  .vertical-spacing.bottom-160 {
    padding-bottom: 40px;
  }

  .paragraph-18-semibold.gradient-2-text {
    color: #f0f0f0;
    font-family: Montserrat, sans-serif;
  }

  .paragraph-18-regular {
    text-align: left;
    font-family: Montserrat, sans-serif;
    font-size: 13px;
    font-style: normal;
  }

  .paragraph-18-regular.laptop-view {
    font-size: 1em;
  }

  .arrow-right {
    padding-top: 0;
    top: 200px;
    bottom: -300px;
  }

  .margin-bottom-24 {
    flex-direction: row;
    justify-content: center;
    align-items: center;
    padding-left: 0;
    display: block;
  }

  .employee-testimonial-wrapper {
    margin-top: 0;
  }

  .tesimonial-slider-mask {
    margin-bottom: 33px;
  }

  .team-member-postion {
    color: var(--coral);
    margin-top: auto;
    font-family: Montserrat, sans-serif;
    font-weight: 600;
  }

  .arrow-left {
    padding-top: 0;
    display: flex;
    top: 200px;
    bottom: -300px;
  }

  .heading-extrasmall.text-color-orange {
    color: #fff;
    margin-top: 0;
    font-family: Montserrat, sans-serif;
  }

  .heading-extrasmall.text-color-orange.emprego {
    margin-top: auto;
    font-size: 12px;
    font-weight: 400;
  }

  .hidden {
    display: none;
  }

  .heading-extralarge {
    font-size: 40px;
    line-height: 1.2;
  }

  .page-padding {
    margin-bottom: 40px;
    padding-top: 10px;
    padding-left: 24px;
    padding-right: 24px;
  }

  .depoimentos {
    background-color: var(--bg);
  }

  .button-blue {
    background-color: var(--coral);
    border-radius: 20px;
    font-family: Montserrat, sans-serif;
    font-size: 10px;
    font-weight: 700;
  }

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

  .heading-extralarge-2 {
    padding-top: 10px;
    font-family: Montserrat, sans-serif;
    font-size: 28px;
    font-weight: 900;
    line-height: 1.2;
  }

  .heading-extralarge-2.empregometro {
    color: #f3f4f8;
    padding-left: 10px;
    padding-right: 10px;
    font-weight: 600;
  }

  .social-cta-mobile-image-grid {
    margin-top: 20px;
    margin-bottom: 20px;
  }

  .empregos-gerados {
    background-color: var(--cards);
  }

  .text-span-10, .text-span-11 {
    color: var(--coral);
  }

  .section-o-que-e-g4 {
    background-color: var(--bg);
  }

  .paragraph-18-regular-2 {
    font-family: Montserrat, sans-serif;
  }

  .office-life-two-column {
    grid-row-gap: 25px;
  }

  .office-life-block {
    background-color: var(--cards);
  }

  .form-field-black-2 {
    height: 60px;
    font-family: Montserrat, sans-serif;
    font-size: 12px;
  }

  .contact-form-top-wrapper {
    margin-bottom: 20px;
  }

  .margin-left-24 {
    margin-left: 0;
  }

  .social-icon-wrapper-below-form {
    flex-direction: column;
    justify-content: space-between;
  }

  .section-form-final {
    background-image: linear-gradient(to bottom, var(--cards), var(--cards));
  }

  .conatct-form-block {
    background-color: var(--form-color);
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .contact-section-black-overlay {
    background-color: #172430;
  }

  .conatct-form-wrapper {
    padding-bottom: 20px;
  }

  .page-padding-2 {
    padding-left: 24px;
    padding-right: 24px;
    position: relative;
  }

  .form-field {
    color: #f0f0f080;
    height: 60px;
    padding: 0 10px;
    font-family: Montserrat, sans-serif;
    font-size: 10px;
    font-style: normal;
    font-weight: 400;
  }

  .heading-4 {
    font-family: Montserrat, sans-serif;
    font-size: 2em;
    font-weight: 900;
    line-height: 36px;
  }

  .faq-section-heading-wrapper {
    padding-bottom: 0;
  }

  .faq-section-illustration-wrapper {
    margin-top: 20px;
  }

  .faq-section-illustration-wrapper.hidden-mobile {
    margin-top: 10px;
    padding-top: 20px;
    display: none;
    overflow: visible;
  }

  .heading-5 {
    color: #f0f0f0;
    font-family: Montserrat, sans-serif;
    font-weight: 900;
  }

  .heading-5.new {
    text-align: center;
    margin-top: 10px;
    margin-bottom: 40px;
    font-size: 32px;
    line-height: 36px;
    display: block;
  }

  .heading-5.new.video-text {
    padding-bottom: 30px;
  }

  .heading-5.new.video-text.some {
    margin-top: 20px;
  }

  .text-span-13 {
    color: #fa7268;
  }

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

  .faq-wrapper {
    padding-top: 0;
  }

  .vertical-spacing-2 {
    padding-bottom: 0;
  }

  .faq-question-icon-wra-pper {
    min-width: 28px;
    margin-left: 4px;
  }

  .faq-section-heading-wrapper-2 {
    padding-bottom: 10px;
  }

  .faq-section-two-column-wrapper {
    grid-row-gap: 14px;
    grid-template-columns: minmax(200px, 1fr);
  }

  .section-intro {
    background-color: var(--bg);
    padding-top: 40px;
  }

  .faq-gradient-border.gradient-2 {
    padding: 1px 2px;
  }

  .heading-6.monitor-pequeno {
    color: #f0f0f0;
    margin-top: 0;
    font-family: Montserrat, sans-serif;
    font-size: 1.1em;
    font-weight: 400;
    line-height: 20px;
  }

  .img-box {
    max-width: 80%;
  }

  .heading-5 {
    font-size: 1.1em;
    line-height: 25px;
  }

  .heading-5.form-text {
    font-size: 1.1em;
    line-height: 20px;
    display: none;
  }

  .heading-5.form-text.so-mobile {
    display: block;
  }

  .heading-5.form-text.so-mobile.sub {
    font-size: 1em;
    font-weight: 400;
  }

  .text-span-15, .text-span-16 {
    color: var(--coral);
  }

  .lottie-animation {
    padding-top: 20px;
  }

  .image-5 {
    max-width: 30%;
    padding-bottom: 30px;
  }

  .text-span-17 {
    color: var(--coral);
  }

  .image-6 {
    max-width: 50%;
  }

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

  .image-8 {
    max-width: 100%;
    padding-bottom: 0;
  }

  .button-blue-2 {
    background-color: var(--coral);
    color: #f0f0f0;
    border-radius: 20px;
    font-family: Montserrat, sans-serif;
    font-weight: 700;
  }

  .section-cta-1_component {
    background-color: #0000;
  }

  .heading-extralarge-3 {
    font-size: 40px;
    line-height: 1.2;
  }

  .text-span-18, .text-span-19 {
    color: var(--coral);
  }

  .button-blue-3 {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: auto;
    margin-left: auto;
    margin-right: auto;
    display: block;
    position: absolute;
    inset: auto 0% 0% auto;
  }

  .div-block {
    z-index: 10;
    flex-direction: column;
    width: 100%;
    height: 75px;
    display: flex;
    position: absolute;
    inset: auto 0% 0% auto;
  }

  .button-2 {
    background-color: var(--coral);
    text-align: center;
    border-radius: 20px;
    justify-content: center;
    align-items: center;
    width: 70%;
    margin-left: auto;
    margin-right: auto;
    padding-top: 12px;
    padding-bottom: 12px;
    font-family: Montserrat, sans-serif;
    font-weight: 700;
    display: flex;
  }

  .button-blue-4 {
    margin-top: 10px;
    margin-bottom: 20px;
  }

  .text-block-4 {
    font-size: 70px;
  }

  .bold-text {
    font-size: 2em;
  }

  .paragraph-v2.white {
    text-align: center;
  }

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

  .tabs-7 {
    max-width: 100%;
  }

  .container-padrao-2.left {
    padding-top: 25px;
    padding-bottom: 0;
  }

  .tab-fg4-4, .tab-fg4-4.w--current {
    padding-left: 16px;
    padding-right: 16px;
  }

  .tabs-menu-fg4-2 {
    grid-column-gap: 8px;
    grid-row-gap: 8px;
    flex-wrap: wrap;
    max-width: 100%;
    padding-bottom: 24px;
  }

  .heading-v2-2 {
    margin-left: 0;
    margin-right: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .c-card-front-2 {
    width: 100%;
    min-width: 300px;
    max-width: 300px;
    height: 300px;
  }

  .card-quote-2 {
    font-size: 16px;
  }

  .cards-wrap-2 {
    grid-row-gap: 24px;
    flex-wrap: wrap;
  }

  .c-card-back-2 {
    width: 300px;
    max-width: 300px;
    height: 300px;
  }

  .section-videos.section-video-seo {
    text-align: center;
    padding-top: 84px;
    padding-bottom: 31px;
  }

  .container-videos {
    margin: 0;
    padding: 0;
  }

  .carrossel-shorts {
    padding-left: 10px;
    padding-right: 10px;
  }

  .text-block-159 {
    margin-top: 0;
    margin-left: auto;
    margin-right: auto;
    padding: 10px 10px 25px;
    font-size: 14px;
  }

  .cta-button-videos {
    margin-top: 16px;
    margin-bottom: 21px;
    padding-top: 12px;
    font-size: 20px;
  }

  .slide-nav {
    margin-right: 0;
    padding-top: 20px;
    padding-right: 0;
  }

  .bold-text-2 {
    text-align: center;
    margin-left: auto;
    margin-right: auto;
    padding: 10px 10px 25px;
    font-size: 2em;
    font-weight: 600;
    line-height: 1.2;
    display: block;
  }

  .bold-text-3 {
    margin-left: 0;
    margin-right: 29px;
    padding-right: 0;
  }
}

@media screen and (max-width: 991px) {
  #w-node-_60393b7f-93d3-00d9-c248-7a3ba453ddcc-4f854a2e {
    grid-area: span 1 / span 1 / span 1 / span 1;
    place-self: center;
  }
}

@media screen and (max-width: 479px) {
  #w-node-_60393b7f-93d3-00d9-c248-7a3ba453ddcc-4f854a2e {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }
}


@font-face {
  font-family: 'Fontawesome webfont';
  src: url('../fonts/fontawesome-webfont.eot') format('embedded-opentype'), url('../fonts/fontawesome-webfont.woff') format('woff'), url('../fonts/fontawesome-webfont.ttf') format('truetype'), url('../fonts/fontawesome-webfont.svg') format('svg');
  font-weight: 400;
  font-style: normal;
  font-display: auto;
}
@font-face {
  font-family: 'Fontawesome';
  src: url('../fonts/fontawesome.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: auto;
}