:root {
  --golden: #d4af37;
  --black: black;
  --transparent: rgba(0, 0, 0, 0);
}

h2 {
  color: #fff;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Inter, sans-serif;
  font-size: 40px;
  font-weight: 700;
  line-height: 36px;
}

h3 {
  color: #fff;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Inter, sans-serif;
  font-size: 28px;
  font-weight: 700;
  line-height: 30px;
}

p {
  color: #fff;
  margin-bottom: 10px;
  font-family: Inter, sans-serif;
  font-size: 20px;
  font-weight: 400;
  line-height: 115%;
}

.hero-section {
  background-image: none;
  background-position: 0 0;
  background-size: auto;
  background-attachment: scroll;
  position: relative;
}

.container {
  width: 93%;
  max-width: 1144px;
  margin-left: auto;
  margin-right: auto;
}

.top-header {
  height: 44px;
  background-color: #d4af37;
  align-items: center;
  display: flex;
}

.top-item {
  justify-content: space-between;
  display: flex;
}

.small-text {
  color: #000;
  text-transform: uppercase;
  font-family: Inter, sans-serif;
  font-size: 12px;
  font-weight: 500;
  text-decoration: none;
}

.small-text.right-border {
  border-right: 2px solid #000;
  margin-right: 15px;
  padding-right: 15px;
}

.small-text.bold {
  font-weight: 700;
}

.nav-bar {
  background-color: #000;
}

.nav-cont {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.medium-text {
  color: #fff;
  margin-bottom: 0;
  font-family: Inter, sans-serif;
  font-size: 24px;
  font-weight: 500;
  line-height: 120%;
}

.medium-text.max-size {
  width: 395.594px;
}

.medium-text.header-text {
  width: 395.594px;
  font-size: 18px;
}

.navbar {
  background-color: rgba(221, 221, 221, 0);
}

.brand {
  width: 600px;
}

.hero-wrapper {
  z-index: 99;
  padding-top: 100px;
  padding-bottom: 100px;
}

.hero-bg_img {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

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

.hero-item {
  grid-column-gap: 44px;
  grid-row-gap: 44px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.tv-wins_wrapper {
  z-index: 99;
  background-color: var(--golden);
  justify-content: center;
  padding: 15px;
  position: relative;
}

.sports-pick_wrapper {
  z-index: 99;
  background-color: var(--golden);
  padding: 15px;
  position: relative;
}

.tv-win_item {
  height: 100%;
  background-color: var(--black);
  padding-bottom: 50px;
}

.title-wrapper {
  grid-column-gap: 18px;
  grid-row-gap: 18px;
  justify-content: center;
  align-items: center;
  padding-top: 30px;
  padding-bottom: 30px;
  display: flex;
  position: relative;
}

.left-line {
  width: 165px;
  border-style: solid;
  border-width: 5px 0 5px 135px;
  border-color: var(--black) black var(--black) white;
  background-color: #fff;
}

.left-line._1 {
  transform: rotate(180deg);
}

.text-block {
  color: #e4a101;
  font-family: Inter, sans-serif;
  font-size: 22px;
  font-weight: 700;
  line-height: 100%;
}

.item-title_wrapper {
  padding-left: 25px;
  padding-right: 25px;
}

.item-title_wrapper.bottom-padding {
  padding-bottom: 25px;
}

.item-title_wrapper._1 {
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  flex-direction: column;
  padding-bottom: 30px;
  display: flex;
}

.item-title_text {
  color: var(--golden);
  margin-bottom: -3px;
  font-family: Inter, sans-serif;
  font-size: 22px;
  font-weight: 500;
  line-height: 120%;
}

.item-title_text.is-white {
  color: #fff;
}

.item-title_text.white-text {
  color: #fff;
  font-size: 30px;
}

.item-title_text.is-golden {
  color: var(--golden);
  font-size: 30px;
}

.item-list_wrapper {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: max-content 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.text-regular {
  color: #fff;
  font-family: Inter, sans-serif;
  font-size: 22px;
  font-weight: 500;
  line-height: 100%;
}

.text-span {
  color: rgba(255, 255, 255, .7);
  font-weight: 400;
}

.button-wrapper {
  padding-left: 10px;
  padding-right: 10px;
}

.golden-bt {
  width: 100%;
  background-color: var(--golden);
  color: var(--black);
  text-align: center;
  border-radius: 4px;
  padding-top: 15px;
  padding-bottom: 15px;
  font-family: Inter, sans-serif;
  font-size: 20px;
  font-weight: 700;
  line-height: 110%;
  transition: opacity .2s;
}

.golden-bt:hover {
  opacity: 1;
  background-image: linear-gradient(#fff, #fff), linear-gradient(rgba(0, 0, 0, .5), rgba(0, 0, 0, .5)), linear-gradient(rgba(0, 0, 0, .5), rgba(0, 0, 0, .5));
}

.sport-title_wrapper {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 30px 25px;
  display: flex;
  position: relative;
}

.text-medium {
  color: #fff;
  margin-bottom: 0;
  font-family: Inter, sans-serif;
  font-size: 20px;
  font-weight: 400;
  line-height: 110%;
}

.text-medium.align-center {
  color: var(--golden);
  text-align: center;
}

.text-medium.align-center.is-white {
  color: #fff;
  font-size: 22px;
}

.text-medium.align-center.is-white.bold {
  font-weight: 700;
}

.text-medium.font-size {
  color: var(--golden);
  font-size: 16px;
}

.text-medium.opacity {
  opacity: .8;
}

.newsletter-form_wrapper {
  padding-left: 10px;
  padding-right: 10px;
}

.label {
  color: #fff;
  text-transform: uppercase;
  font-family: Inter, sans-serif;
}

.text-field {
  height: 45px;
  border-radius: 4px;
}

.record-section {
  background-image: url('../images/bg-fancy-min.png');
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: scroll;
  margin-top: -84px;
  margin-bottom: -51px;
}

.record-wrapper {
  background-color: rgba(0, 0, 0, .53);
  padding-top: 100px;
  padding-bottom: 140px;
}

.record-list_wrapper {
  background-color: rgba(7, 7, 7, .62);
  margin-top: 42px;
  padding: 25px 30px;
}

.record-title {
  text-align: center;
}

.record-title.align-center {
  text-align: center;
  padding-top: 38px;
}

.font-size {
  font-size: 30px;
}

.record-block {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  padding-top: 15px;
  display: grid;
}

.record-block_list {
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  border-top: 1px solid #554d4d;
  flex-direction: column;
  align-items: center;
  padding-top: 20px;
  display: flex;
}

.card-sec_wrapper {
  padding-top: 60px;
  padding-bottom: 100px;
}

.card-header {
  height: 54px;
  background-color: #d4af37;
  align-items: center;
  display: flex;
}

.list {
  justify-content: center;
  align-items: center;
}

.card-item_list {
  width: 600px;
  padding-top: 30px;
  padding-bottom: 30px;
}

.competitor-names_wrapper {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  justify-content: center;
  align-items: center;
  padding-bottom: 25px;
  display: flex;
}

.competitor-name {
  color: #000;
  font-family: Inter, sans-serif;
  font-size: 18px;
  font-weight: 700;
}

.text-block-2 {
  font-family: Inter, sans-serif;
  font-size: 18px;
  font-weight: 700;
}

.competitor-logos {
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  align-items: center;
  display: flex;
}

.competitor-categoty {
  font-family: Inter, sans-serif;
  font-size: 20px;
  font-weight: 800;
  line-height: 110%;
}

.logos-wrapper {
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  align-items: center;
  display: flex;
}

.game-date_wrapper {
  grid-column-gap: 5px;
  grid-row-gap: 5px;
  justify-content: center;
  align-items: center;
  margin-top: 8px;
  display: flex;
}

.text-small {
  color: #000;
  font-family: Inter, sans-serif;
  font-size: 22px;
  font-weight: 700;
}

.text-small.is-red {
  color: red;
}

.text-block-3 {
  color: #000;
  font-family: Inter, sans-serif;
  font-size: 16px;
  font-weight: 400;
}

.text-block-3.is-wgite {
  color: #fff;
}

.view-card_wrapper {
  justify-content: center;
  align-items: center;
  padding-top: 30px;
  display: flex;
}

.link-block {
  color: #630;
  font-family: Inter, sans-serif;
  font-size: 20px;
  font-weight: 600;
  text-decoration: none;
}

.flex-box {
  width: 100%;
  border-bottom: 1px solid #000;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.about-section {
  background-color: var(--black);
}

.about-wrapper {
  padding-top: 100px;
  padding-bottom: 100px;
}

.text-span-2 {
  color: var(--golden);
}

.about-us_discriptio {
  padding-top: 50px;
}

.about-details {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  direction: ltr;
  flex-direction: row;
  padding-top: 20px;
  display: flex;
}

.image-wrapper {
  width: 30%;
}

.text-wrapper {
  width: 70%;
}

.paragraph {
  display: inline-block;
}

.paragraph-2 {
  color: #fff;
}

.paragraph-2.is-black {
  color: var(--black);
  text-align: center;
  font-style: italic;
}

.about-us_details {
  padding-top: 20px;
}

.lets-win_section {
  position: relative;
  overflow: hidden;
}

.lets-win_wrapper {
  z-index: 2;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-top: 250px;
  padding-bottom: 150px;
  display: flex;
  position: relative;
}

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

.text-large {
  color: var(--transparent);
  -webkit-text-stroke-width: 3px;
  -webkit-text-stroke-color: var(--golden);
  font-family: Inter, sans-serif;
  font-size: 300px;
  font-weight: 800;
  line-height: 100%;
}

.lets-win_title {
  text-align: center;
}

.heading-2 {
  color: var(--black);
  font-size: 50px;
}

.discription-wrapper {
  max-width: 700px;
  padding-top: 50px;
}

.by-teddy_wrapper {
  text-align: right;
}

.image {
  width: 500px;
  position: absolute;
  top: 0%;
  bottom: auto;
  left: auto;
  right: -9%;
}

.image._100-dollars-image {
  width: 600px;
  height: 450px;
  top: -8%;
}

.image-2 {
  width: 600px;
  position: absolute;
  top: auto;
  bottom: -8%;
  left: -20%;
  right: auto;
  transform: rotate(-12deg);
}

.testimonial-section {
  background-color: var(--golden);
}

.testimonial-wrapper {
  padding-top: 100px;
  padding-bottom: 100px;
}

.testimonial-item {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  background-color: #ffffe4;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.advantage-title_wrapper {
  background-color: #cd9f37;
  padding-top: 3px;
  padding-bottom: 3px;
  padding-left: 20px;
  font-size: 24px;
  line-height: 40px;
}

.advantages-info {
  padding: 15px 3px 3px 20px;
}

.bullets-points_oyems {
  grid-column-gap: 5px;
  grid-row-gap: 5px;
  flex-direction: column;
  margin-top: 15px;
  margin-left: 40px;
  display: flex;
}

.advantage-list {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: max-content 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.member-details {
  padding-top: 15px;
}

.member-name, .member-country {
  color: #000;
  font-family: Inter, sans-serif;
  font-size: 18px;
  font-weight: 700;
}

.collection-list-wrapper {
  width: 70%;
  margin-top: 15px;
  margin-left: 50px;
}

.collection-list-wrapper.hide, .left-arrow, .right-arrow, .slide-nav {
  display: none;
}

.slider {
  width: 80%;
  background-color: var(--transparent);
  margin-left: 50px;
  padding-top: 15px;
}

.footer {
  background-color: var(--black);
}

.footer-wrapper {
  padding-top: 80px;
  padding-bottom: 60px;
}

.image-3 {
  filter: blur();
  mix-blend-mode: luminosity;
}

.image-4 {
  width: 100%;
  height: 100%;
  aspect-ratio: auto;
  mix-blend-mode: luminosity;
  object-fit: cover;
  background-color: #e5dcdc;
  background-image: linear-gradient(#000 77%, #fff);
  position: absolute;
  top: auto;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.footer-links_wrapper {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  display: flex;
}

.link {
  color: #fff;
  border-right: 2px solid #8f8a8a;
  padding-right: 15px;
  font-family: Inter, sans-serif;
  text-decoration: none;
}

.link._1 {
  border-right-style: none;
}

.divider {
  width: 100%;
  height: 7px;
  background-color: var(--golden);
  border-radius: 100px;
  margin-top: 30px;
  margin-bottom: 30px;
}

.footer-discription {
  width: 70%;
  flex-direction: row;
  display: flex;
}

.company-logos_wrapper {
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  margin-top: 21px;
  margin-bottom: 0;
  display: flex;
}

.link-block-2 {
  width: 100px;
}

.footer-logo_wrapper {
  width: 350px;
  text-align: right;
  margin-bottom: 10px;
  margin-left: auto;
  display: flex;
}

.logo {
  color: var(--golden);
  font-family: Inter, sans-serif;
  font-size: 50px;
  font-weight: 800;
  line-height: 100%;
}

.div-block {
  text-align: center;
  padding-top: 5px;
}

.nav-menu {
  display: none;
}

.golden-txt {
  color: var(--golden);
  font-family: Merriweather, serif;
}

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

.bold-text {
  font-size: 24px;
}

.image-8 {
  width: 300px;
  height: 200px;
  padding: 20px 0 23px 20px;
  font-size: 45px;
  font-weight: 700;
}

.date-wrapper {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  display: flex;
}

@media screen and (max-width: 991px) {
  .nav-cont {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
  }

  .medium-text {
    font-size: 20px;
  }

  .medium-text.max-size {
    width: 350px;
  }

  .medium-text.header-text {
    width: 350px;
    font-size: 18px;
  }

  .brand {
    width: 350px;
  }

  .hero-wrapper {
    padding-top: 80px;
    padding-bottom: 80px;
  }

  .hero-item {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    grid-template-columns: 1fr;
  }

  .item-title_text, .item-title_text.white-text, .item-title_text.is-golden {
    font-size: 26px;
  }

  .text-regular {
    font-size: 20px;
  }

  .record-wrapper {
    padding-top: 80px;
    padding-bottom: 80px;
  }

  .record-list_wrapper {
    padding-left: 20px;
    padding-right: 20px;
  }

  .font-size {
    font-size: 26px;
  }

  .card-sec_wrapper, .about-wrapper {
    padding-top: 80px;
    padding-bottom: 80px;
  }

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

  .text-large {
    font-size: 150px;
  }

  .image {
    right: -47%;
  }

  .image-2 {
    left: -52%;
  }

  .testimonial-wrapper {
    padding-top: 80px;
    padding-bottom: 80px;
  }

  .testimonial-item {
    grid-template-columns: 50% 50%;
  }

  .bullets-points_oyems, .slider {
    margin-left: 20px;
  }

  .footer-logo_wrapper {
    width: 300px;
  }

  .logo {
    font-size: 35px;
  }

  .plus-icon {
    max-width: 80%;
  }

  .image-5 {
    height: 100%;
    object-fit: cover;
  }

  .nav-logo {
    width: 100%;
  }
}

@media screen and (max-width: 767px) {
  .nav-cont {
    justify-content: space-between;
  }

  .medium-text {
    font-size: 18px;
  }

  .medium-text.max-size {
    width: 300px;
  }

  .medium-text.header-text {
    width: 300px;
    font-size: 16px;
  }

  .brand {
    width: 70%;
  }

  .item-title_text, .item-title_text.white-text, .item-title_text.is-golden {
    font-size: 20px;
  }

  .record-wrapper {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .font-size {
    font-size: 22px;
  }

  .card-sec_wrapper {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .competitor-logos {
    justify-content: flex-start;
    padding-left: 50px;
  }

  .about-wrapper {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .about-details {
    flex-direction: column;
  }

  .image-wrapper, .text-wrapper {
    width: auto;
  }

  .lets-win_wrapper {
    padding-top: 150px;
    padding-bottom: 80px;
  }

  .text-large {
    font-size: 100px;
  }

  .heading-2 {
    font-size: 35px;
  }

  .discription-wrapper {
    padding-top: 30px;
  }

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

  .testimonial-wrapper {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .testimonial-item {
    grid-template-columns: 1fr;
  }

  .footer-logo_wrapper {
    width: 280px;
    margin-top: 10px;
    padding-bottom: 10px;
  }

  .image-5 {
    width: 100%;
  }

  .golden-txt {
    text-align: center;
    font-size: 30px;
  }

  .image-6, .image-7 {
    width: 100px;
  }

  .competitor-img {
    width: 120px;
  }

  .nav-logo {
    height: 70px;
  }
}

@media screen and (max-width: 479px) {
  h3 {
    font-size: 24px;
  }

  .header-right_wrapper {
    flex-direction: column;
    display: flex;
  }

  .nav-bar {
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .medium-text.max-size {
    font-size: 14px;
  }

  .medium-text.header-text {
    font-size: 13px;
  }

  .brand {
    width: 100%;
    padding-left: 0;
  }

  .hero-wrapper {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .hero-item {
    grid-template-columns: 100%;
  }

  .tv-wins_wrapper, .sports-pick_wrapper {
    width: 100%;
    padding: 10px;
  }

  .tv-win_item {
    padding-bottom: 30px;
  }

  .left-line {
    width: 100px;
    border-left-width: 80px;
  }

  .left-line._1 {
    width: 100px;
  }

  .text-block {
    font-size: 18px;
  }

  .item-title_wrapper._1 {
    padding-left: 10px;
    padding-right: 10px;
  }

  .item-title_text {
    font-size: 16px;
  }

  .item-title_text.white-text, .item-title_text.is-golden {
    font-size: 12px;
  }

  .text-regular {
    font-size: 16px;
  }

  .golden-bt {
    font-size: 18px;
  }

  .sport-title_wrapper {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .text-medium {
    font-size: 18px;
  }

  .text-medium.align-center {
    font-size: 16px;
  }

  .record-list_wrapper {
    padding-left: 10px;
    padding-right: 10px;
  }

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

  .record-block {
    grid-column-gap: 5px;
    grid-row-gap: 5px;
  }

  .card-item_list {
    width: 100%;
  }

  .competitor-names_wrapper {
    padding-bottom: 20px;
  }

  .competitor-logos {
    flex-direction: column;
    align-items: center;
    padding-left: 0;
  }

  .game-date_wrapper {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    flex-direction: column;
  }

  .text-small {
    font-size: 20px;
  }

  .about-us_discriptio {
    padding-top: 30px;
  }

  .lets-win_wrapper {
    padding-top: 100px;
    padding-bottom: 60px;
  }

  .text-large {
    font-size: 70px;
  }

  .heading-2 {
    font-size: 30px;
  }

  .testimonial-item {
    grid-template-columns: 100%;
  }

  .footer-wrapper {
    padding-top: 60px;
  }

  .footer-links_wrapper {
    flex-direction: column;
  }

  .link {
    border-right-style: none;
    padding-right: 0;
  }

  .footer-logo_wrapper {
    width: 220px;
  }

  .logo {
    font-size: 30px;
  }

  .competitor-img {
    width: 100px;
  }

  .heading-3 {
    font-size: 30px;
  }

  .nav-logo {
    height: 50px;
    margin-top: 0;
    margin-bottom: 0;
  }
}

#w-node-_2d624379-5ddf-9481-6ab8-fab9fd66b6c4-7d73cb00, #w-node-_9465949d-51ce-e25a-2a43-9e3c81072f25-7d73cb00, #w-node-_23473c86-2b93-24d2-5b72-42fd3f87ea49-7d73cb00, #w-node-_4a23ad58-1544-3ac0-5e8d-626675584421-7d73cb00, #w-node-_4a23ad58-1544-3ac0-5e8d-626675584422-7d73cb00, #w-node-_01cc9d7c-1fc0-622c-9d41-759e2c2aa7ce-7d73cb00, #w-node-_01cc9d7c-1fc0-622c-9d41-759e2c2aa7cf-7d73cb00, #w-node-bb7fc61e-b2b6-27da-0d5b-e0840c39715d-7d73cb00, #w-node-bb7fc61e-b2b6-27da-0d5b-e0840c39715e-7d73cb00, #w-node-d753c5dd-8f7a-93bf-81fb-3f6d54f6ca5d-7d73cb00, #w-node-_0f7c179d-cb87-d63d-2a55-04f5a61d42fa-7d73cb00, #w-node-_7c1b795a-234e-53ff-a63b-a9c77feb131d-7d73cb00, #w-node-ac806072-6d02-fba0-88b7-34fbe3a781c4-7d73cb00, #w-node-_3c6dd060-0e0a-2ef5-74f3-2eec0d7998ca-7d73cb00, #w-node-a22606b8-b570-8b3d-1b7a-2cfa5c7b0338-7d73cb00, #w-node-c924ac3f-0b05-b8be-0d32-6360f048a765-7d73cb00, #w-node-a3d17b46-b0f7-4a06-9bc4-6c4bde0027e2-7d73cb00, #w-node-e8937a01-45cc-1e00-9f88-fe7cda491660-7d73cb00, #w-node-_28356460-a402-5177-8110-77dab588ac36-7d73cb00, #w-node-_8598db04-d062-b752-0410-5e8ffd6af94b-7d73cb00, #w-node-_797dcd5c-e265-5bdc-1307-1f3ea01f73eb-7d73cb00, #w-node-_7d3743c2-f3c5-a1d0-0c47-0b10f93965af-7d73cb00 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}


