:root {
  --black: #20252e;
  --white: white;
  --yellow: #ffba00;
}

.body {
  color: var(--black);
  font-family: Roboto, sans-serif;
}

.hero-section {
  background-image: url('../images/img-1.jpg');
  background-position: 50% 0;
  background-size: cover;
  height: 100vh;
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
}

.padding-global {
  padding-left: 2.5rem;
  padding-right: 2.5rem;
}

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

.container-large.hero {
  max-width: 60rem;
}

.container-large._50rem {
  max-width: 80rem;
}

.text-block-center {
  text-align: center;
}

.text-block {
  color: var(--black);
  text-transform: uppercase;
  font-size: 16px;
  font-weight: 700;
  line-height: 24px;
  display: inline-block;
}

.hero-grid-wrapper {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  align-items: stretch;
  display: flex;
}

._40px-heading {
  color: var(--black);
  margin-top: 0;
  margin-bottom: 0;
  font-size: 40px;
  line-height: 43px;
}

.yellow-bg {
  color: var(--white);
  background-color: #ffba00;
  padding-left: 10px;
  padding-right: 10px;
}

.hero-main-wrapper {
  grid-column-gap: 8rem;
  grid-row-gap: 8rem;
  flex-flow: column;
  display: flex;
  position: relative;
}

.hero-main-wrapper .text-block {
  font-size: 48px;
  line-height: 1.2em;
}

.button-wrapper-yellow {
  text-align: center;
  position: relative;
}

.button-text {
  font-size: 72px;
  line-height: 86px;
}

.button-text-heading {
  z-index: 1;
  color: var(--black);
  margin-top: 20px;
  margin-bottom: 0;
  font-size: 60px;
  line-height: 82px;
  position: relative;
}

.button-bg-img {
  z-index: 0;
  position: absolute;
  inset: 0%;
}

.wp-form {
  max-width: 40rem;
}

.footer {
  background-image: url('../images/img-3.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: scroll;
  height: auto;
}

.footer-wrapper {
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: stretch;
  display: grid;
}

.contact-form-wrapper {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  background-color: #00000059;
  flex-flow: column;
  justify-content: flex-start;
  padding: 55px 40px 40px;
  display: flex;
}

.contact-form-wrapper._50 {
  width: 75%;
}

.contact-form-text-wrapper {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  flex-flow: column;
  padding-top: 55px;
  padding-bottom: 55px;
  padding-left: 40px;
  display: flex;
}

._50px-heading {
  color: var(--white);
  margin-top: 0;
  margin-bottom: 0;
  font-size: 50px;
  line-height: 60px;
}

._50px-heading.align-middle {
  text-align: center;
  font-size: 70px;
  line-height: 65px;
}

.yellow-text {
  color: #ffba00;
}

.submit-button {
  background-color: var(--yellow);
  color: var(--black);
  padding-left: 60px;
  padding-right: 60px;
  font-size: 18px;
  font-weight: 700;
  line-height: 24px;
}

.submit-button._45px {
  padding-top: 15px;
  padding-bottom: 15px;
  font-size: 30px;
  margin-top: 1.5em;
}

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

.footer-heading-block {
  border-bottom: 1px solid var(--white);
  padding-bottom: 40px;
}

._100px {
  color: var(--white);
  margin-top: 0;
  margin-bottom: 0;
  font-family: Oswald, sans-serif;
  font-size: 100px;
  font-weight: 700;
  line-height: 1;
}

._17px-tag {
  color: var(--white);
  cursor: pointer;
  font-size: 17px;
  line-height: 26px;
  text-decoration: underline;
}

._14px-heading {
  color: var(--white);
}

.team-section {
  background-color: #e6e6e6;
  padding: 5rem 1.5rem;
}

.team-wrapper {
  grid-column-gap: 4rem;
  grid-row-gap: 4rem;
  flex-flow: column;
  display: flex;
}

.team--text-block {
  color: var(--black);
  text-align: center;
  border-bottom: 1px solid #fb9400;
  width: 75%;
  padding-bottom: 25px;
}

.team--text-block._100 {
  width: 100%;
}

._30px-heading {
  color: var(--black);
  margin-top: 1em;
  margin-bottom: 0;
  font-size: 30px;
  font-weight: 500;
  line-height: 36px;
}

.bold {
  font-weight: 700;
}

.text-align-middle {
  justify-content: center;
  align-items: flex-start;
  display: flex;
}

.team-card-wrapper {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  display: flex;
}

.team-card {
  background-color: var(--white);
  border-radius: 24px;
  display: flex;
  flex-basis: 33.33%;
}

.team-text-block {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  flex-flow: column;
  padding: 15px 10px;
  display: flex;
}

._19px-heading {
  font-size: 19px;
  line-height: 23px;
}

.team-b-h {
  border-right: 1px solid var(--yellow);
  padding-right: 5px;
  font-weight: 700;
}

.team-img {
  object-fit: cover;
  border-top-left-radius: 24px;
  border-bottom-left-radius: 24px;
  width: 100%;
  height: 100%;
}

._14px-para {
  color: var(--black);
  margin-bottom: 0;
  font-weight: 500;
}

._14px-tag {
  color: var(--black);
  font-weight: 700;
}

.author-section {
  background-image: url('../images/img-21.png');
  background-position: 50% 0;
  background-size: cover;
  padding-top: 5rem;
  padding-bottom: 5rem;
}

.right-text-block {
  width: 50%;
}

.author-wrapper {
  display: flex;
}

.tag1 {
  border-bottom: 1px solid var(--yellow);
  margin-bottom: 21px;
  margin-left: 40px;
  padding-bottom: 20px;
}

.tag-2 {
  background-color: var(--yellow);
  padding: 10px 40px;
}

._54px-heading {
  color: var(--black);
  font-size: 54px;
  line-height: 65px;
}

.features-points {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  color: var(--white);
  flex-flow: column;
  margin-left: 40px;
  padding-top: 40px;
  display: flex;
}

.features-points._0px {
  margin-left: 0;
  padding-top: 20px;
}

.features-card {
  grid-column-gap: .8rem;
  grid-row-gap: .8rem;
  align-items: center;
  display: flex;
}

.features-arrow-wrap {
  grid-column-gap: .8rem;
  grid-row-gap: .8rem;
  display: flex;
  flex-shrink: 0;
}

.features-img {
  width: 1.5rem;
  height: 1.5rem;
}

.features-texts {
  color: var(--black);
  font-size: 20px;
  font-weight: 400;
  line-height: 24px;
}

.features-texts.bold {
  font-weight: 500;
}

.features-texts.bold._24px {
  font-size: 24px;
}

.text-blue {
  color: #0d3644;
  font-size: 22px;
  font-weight: 700;
}

.code-embed {
  width: 50px;
  height: 50px;
}

.info-block {
  background-color: #e6e6e6;
  padding: 5rem 0 5rem 1.5rem;
}

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

.info-text-wrapper {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.image {
  object-fit: fill;
  width: 100%;
  height: 100%;
}

.range-slider-section {
  background-image: url('../images/img-20.png');
  background-position: 50% 0;
  background-size: auto;
  padding-top: 600px;
  padding-bottom: 85px;
}

.range-slider-wrapper {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  flex-flow: column;
  display: flex;
}

.count-wrapper {
  justify-content: center;
  align-items: center;
  display: flex;
}

.div-block {
  text-align: center;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100vh;
  display: flex;
}

.div-block.is-grey {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  background-image: linear-gradient(-45deg, #ffeb2c 13%, #ff8f2c);
  border-radius: 50%;
  flex-flow: column;
  width: 15rem;
  height: 15rem;
}

.counterup {
  margin-bottom: 0;
  font-size: 3em;
  line-height: 1;
}

.user-img {
  width: 37px;
}

.card-range-slider {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  flex-flow: column;
  margin-top: 30px;
  display: flex;
}

.extra-bold {
  font-weight: 900;
}

.range-slider-cards {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  justify-content: center;
  padding-top: 30px;
  display: flex;
}

.range-card {
  flex-flow: column;
  justify-content: space-between;
  align-items: center;
  padding-top: 0;
  padding-bottom: 0;
  padding-right: 20px;
  display: flex;
}

.step-tag {
  border-bottom: 1px solid #d49800;
  justify-content: center;
  align-items: center;
  width: 100%;
  padding-top: 15px;
  padding-bottom: 15px;
  display: flex;
}

.weeks-tag {
  text-align: center;
  width: 100%;
  padding-top: 15px;
  padding-bottom: 15px;
}

._33px-heading {
  color: var(--white);
  margin-top: 0;
  margin-bottom: 0;
  font-size: 33px;
  font-weight: 900;
  line-height: 50px;
}

.div-block-2 {
  text-align: center;
  border-top: 1px solid #d49800;
  border-bottom: 1px solid #d49800;
  width: 100%;
  padding-top: 15px;
  padding-bottom: 15px;
}

._16px-para {
  color: var(--black);
  font-size: 16px;
  line-height: 24px;
}

.text-block-2 {
  color: var(--black);
  border: 1px solid #000;
  border-radius: 25px;
  padding-left: 25px;
  padding-right: 25px;
  line-height: 24px;
}

.div-block-3 {
  background-image: url('../images/img-18.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: auto;
  width: 280px;
  padding: 18px;
}

.range-slider-heading {
  text-align: center;
}

._32px-heading {
  color: var(--black);
  margin-top: 0;
  margin-bottom: 0;
  font-size: 32px;
  line-height: 38px;
}

._16px-heading {
  font-size: 16px;
}

.button-wrapper {
  text-align: center;
}

.button {
  background-color: var(--yellow);
  color: var(--black);
  border-radius: 10px;
  padding: 10px 20px;
  font-size: 1em;
  font-weight: 700;
}

.ms-input-wrap {
  padding: 0;
  display: flex;
  position: relative;
}

.f-input-2 {
  color: #121331;
  background-color: #fff;
  border: .0625rem solid #12133140;
  border-radius: .3125rem;
  min-height: 2.5rem;
  margin-bottom: 1.25rem;
  padding: .5rem .75rem;
  transition: box-shadow .2s, border-color .2s;
  position: relative;
  box-shadow: 0 5px .625rem -.3125rem #0000001a;
}

.f-input-2:hover {
  z-index: 2;
  box-shadow: none;
  border-color: #2962ff;
}

.f-input-2::placeholder {
  color: #909090;
}

.f-input-2.has-left-icon {
  margin-bottom: 0;
  padding-left: 2.375rem;
}

.f-svg {
  z-index: 3;
  color: #12133140;
  justify-content: center;
  align-items: center;
  width: 1.25rem;
  height: 1.25rem;
  display: flex;
  position: absolute;
  inset: .625rem auto auto .625rem;
}

.form {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  flex-flow: column;
  display: flex;
}

.text-field {
  border: 1px solid #12133140;
  border-radius: .125rem;
}

.button-middle {
  text-align: left;
  justify-content: center;
  align-items: center;
  display: flex;
  margin-top: 2.5rem;
;
}

.button-download {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  border: 2px solid var(--yellow);
  color: var(--black);
  border-radius: 50px;
  padding: 16px 10px;
  font-size: 24px;
  line-height: 1.5;
  text-decoration: none;
  display: flex;
}

.button-download:hover {
  background-color: var(--yellow);
}

.favorite-game-wrapper {
  background-color: #11141b;
  border-radius: 95px;
  padding: 15px 18px;
}

.favorite-game-inner-wrapper {
  background-color: #212530;
  border-radius: 100px;
  justify-content: space-around;
  align-items: center;
  display: flex;
}

.left-block-wrapper {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  align-items: center;
  padding: 8px 10px;
  display: flex;
}

.all-games-link-button {
  color: var(--white);
  background-image: linear-gradient(#343a48, #2f3543);
  border-radius: 90.2px;
  align-items: center;
  padding: 5px 15px;
  font-family: Montserrat, sans-serif;
  font-size: 15.33px;
  font-weight: 800;
  text-decoration: none;
  display: inline-flex;
}

.games-link-block {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  color: #7d839b;
  align-items: center;
  font-family: Montserrat, sans-serif;
  font-size: 15.33px;
  font-weight: 800;
  text-decoration: none;
  display: inline-flex;
}

.games-img {
  width: 2.5rem;
  height: 1.5rem;
}

.right-wrapper-games {
  display: inline-flex;
}

.search {
  flex: 1;
  margin-bottom: 0;
  display: flex;
  position: relative;
}

.search-input {
  background-color: #1c202c;
  border: 1px #000;
  border-radius: 54.29px;
  margin-bottom: 0;
}

.search-button {
  background-color: #3898ec00;
  background-image: url('../images/icons8-search-24.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 20px;
  height: 39px;
  display: block;
  position: absolute;
  right: 10px;
}

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

.gap {
  grid-column-gap: 2.5rem;
  grid-row-gap: 2.5rem;
  flex-flow: column;
  display: flex;
}

.overflow {
  z-index: 1000;
  background-color: #0f09099e;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  height: 100%;
  display: none;
  position: fixed;
  inset: 0%;
  overflow: auto;
}

.privacy-policy-popup {
  width: 50%;
}

.texta-align-middle {
  background-color: #312f30;
  padding: 20px;
  position: relative;
}

.heading {
  color: var(--white);
  margin-top: 0;
  margin-bottom: 0;
  font-size: 21px;
  line-height: 25px;
}

.heading-2 {
  margin-top: 20px;
  margin-bottom: 20px;
  font-size: 21px;
}

.privacy-policy-oara {
  background-color: var(--white);
  padding: 20px;
}

.text-block-4 {
  color: var(--white);
  cursor: pointer;
  padding: 10px;
  font-size: 28px;
  line-height: .7;
  display: inline-block;
  position: absolute;
  inset: 0% 0% auto auto;
}

.field-label {
  color: #6b7280;
  margin-bottom: 8px;
  font-size: 12px;
  font-weight: 500;
  line-height: 18px;
}

.text-field-2 {
  color: #9ca3af;
  border: 1px solid #d1d5db;
  border-radius: 10px;
  height: 48px;
  margin-bottom: 8px;
  font-size: 16px;
  line-height: 24px;
}

.text-field-2:hover {
  border-color: #3b82f6;
}

.text-field-2:focus {
  border-color: #2563eb;
}

.text-field-2::placeholder {
  color: #d1d5db;
}

.html-embed {
  display: block;
}

.range-slider-cards ._33px-heading {
  line-height: 0.8em;
}

.range-slider-cards ._16px-para {
  margin-bottom: 0;
  line-height: 1.2em;
  font-weight: 900;
}

.range-slider-cards .div-block-2 {
  padding: 10px 0;  
}

.range-slider-cards .text-block-2 {
  font-weight: 900;
}

.team-section .team-card-img {
  flex-basis: 50%;
}

.team-section .team-text-block {
  flex-basis: 50%;
}

.team-section .team-card-wrapper {
  max-width: 1500px;
  margin: 0 auto;
}

@media (min-width: 991px) and (max-width: 1200px) {
  .team-section .team-card {
      flex-flow: column;
  }

  .team-section .team-img {
      border-bottom-left-radius: 0;
      border-top-right-radius: 24px;
  }
}

@media screen and (min-width: 1280px) {
  .container-large.hero {
    max-width: 70rem;
  }
}

@media screen and (min-width: 1920px) {
  .team-card-wrapper {
    justify-content: center;
    align-items: center;
  }

  .range-slider-section {
    padding-top: 250px;
  }

  .button-middle {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    flex-flow: row;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    width: 100%;
    min-width: 100%;
    display: flex;
  }

  .button-download {
    justify-content: center;
    align-items: center;
    min-width: 35%;
    padding-left: 20px;
    padding-right: 20px;
  }

  .text-block-3 {
    text-align: center;
    font-weight: 700;
  }

  .image-3 {
    text-align: left;
  }
}

@media screen and (max-width: 991px) {
  .button-text-heading {
    font-size: 38px;
    line-height: 1.2em;
  }

  ._50px-heading.align-middle {
      font-size: 50px;
      line-height: 1em;
  }

  .range-slider-section {
    padding-top: 150px;
  }

  .footer-wrapper {
    grid-template-columns: 1fr;
  }

  .team-card-wrapper {
    flex-flow: column;
  }

  .right-text-block {
    width: 100%;
  }

  .author-wrapper {
    flex-flow: column;
  }

  .info-block {
    padding-right: 1.5rem;
  }

  .info-grid {
    grid-template-columns: 1fr;
  }

  .range-slider-cards {
    flex-flow: column;
    align-items: center;
  }

  .image-2 {
    width: 100%;
  }

  .hero-main-wrapper .text-block {
    font-size: 30px;
  }
}

@media screen and (max-width: 767px) {
  .padding-global {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .button-text-heading {
    margin-top: 0;
    margin-bottom: 0;
    font-size: 27px;
    line-height: 50px;
  }

  .contact-form-wrapper._50 {
    width: 100%;
  }

  ._50px-heading.align-middle {
    font-size: 45px;
    line-height: 50px;
  }

  .search-input {
    opacity: 0;
  }

  .search-button {
    border: 1px solid #000;
    border-radius: 6px;
    width: 40px;
  }

  .hero-main-wrapper .text-block {
    font-size: 24px;
  }
}

@media screen and (max-width: 479px) {
  .hero-grid-wrapper {
    margin-top: -50px;
  }

  ._40px-heading {
    font-size: 14px;
    line-height: 1.2em;
    text-transform: uppercase;
  }

  .button-text-heading {
    font-size: 14px;
    line-height: 40px;
  }

  .footer-wrapper {
    display: block;
  }

  .contact-form-wrapper {
    padding-left: 20px;
    padding-right: 20px;
  }

  ._50px-heading {
    font-size: 35px;
    line-height: 1.3;
  }

  ._50px-heading.align-middle {
    font-size: 36px;
    line-height: 40px;
  }

  .submit-button._45px {
    font-size: 14px;
  }

  ._100px {
    font-size: 40px;
  }

  .team--text-block {
    width: 100%;
  }

  .team-card {
    flex-flow: column;
  }

  .features-points {
    margin-left: 0;
  }

  .range-slider-section {
    padding-top: 260px;
  }

  .search {
    left: 19px;
  }

  .team-section .team-img {
    border-bottom-left-radius: 0;
    border-top-right-radius: 24px;
  }

  .tag1 {
    margin-left: 0;
  }

  .text-align-middle ._30px-heading {
    text-align: center;
  }
}


@font-face {
  font-family: 'Oswald';
  src: url('../fonts/Oswald-Bold.ttf') format('truetype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Oswald';
  src: url('../fonts/Oswald-ExtraLight.ttf') format('truetype');
  font-weight: 200;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Oswald';
  src: url('../fonts/Oswald-Medium.ttf') format('truetype');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Oswald';
  src: url('../fonts/Oswald-SemiBold.ttf') format('truetype');
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Oswald';
  src: url('../fonts/Oswald-Regular.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Oswald';
  src: url('../fonts/Oswald-Light.ttf') format('truetype');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}