/*! formalize.css | MIT License | github.com/interacthings/formalize */
*, *:before, *:after {
  box-sizing: inherit; }

html {
  box-sizing: border-box;
  text-rendering: optimizeLegibility; }

body {
  overflow-x: hidden;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

a {
  color: inherit;
  text-decoration: none; }

a:active, a:focus, a:hover {
  outline: none;
  color: currentColor;
  text-decoration: none; }

button:active, button:focus, button:hover {
  outline: none;
  color: currentColor;
  text-decoration: none; }

img {
  vertical-align: middle; }

blockquote, dl, dd, h1, h2, h3, h4, h5, h6, figure, p, pre, fieldset, ul, ol, menu, form {
  margin: 0; }

button, fieldset, iframe {
  border: 0; }

fieldset, ul, ol, button, menu {
  padding: 0; }

ol, ul {
  list-style: none; }

textarea {
  resize: vertical; }

table {
  width: 100%;
  border-collapse: collapse;
  border-spacing: 0; }

td {
  padding: 0; }

body {
  font-family: 'Be Vietnam Pro', sans-serif;
  background-color: #21282d; }
  body .container {
    max-width: 1600px; }

.over {
  overflow: hidden; }

.Navtop {
  width: 100%;
  left: 0;
  top: 0;
  position: fixed;
  z-index: 99; }
  .Navtop.active {
    background-color: #22292e; }
  .Navtop-logo img {
    max-width: 140px;
    width: 100%; }
  .Navtop-in {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 24px 0; }
  .Navtop .Betist-tv {
    padding-right: 15px;
    margin-right: 15px;
    border-right: 1px solid #ffffff40; }
  .Navtop-buttons {
    display: flex;
    align-items: center;
    margin-left: 30px; }
    .Navtop-buttons .Button-grey {
      margin-right: 8px; }
  .Navtop-left a {
    display: flex; }
    .Navtop-left a img {
      max-width: 244px;
      width: 100%; }
  .Navtop-right {
    display: flex;
    align-items: center; }
  .Navtop-toggle {
    width: 50px;
    height: 47px;
    display: none;
    justify-content: center;
    align-items: center;
    border-radius: 10px;
    border: solid 3px #3eb46e;
    background-image: linear-gradient(to bottom, #1d8a49 0%, #3fb26e 100%);
    background-color: transparent;
    cursor: pointer;
    transition: all 300ms; }
    .Navtop-toggle i.icon-menu-toggle {
      width: 30.2px;
      height: 20px;
      background-size: 100% 100%;
      background-image: url(../images/open.svg);
      background-repeat: no-repeat;
      background-position: center;
      transition: all 300ms; }
    .Navtop-toggle.active {
      border: none;
      background-image: none; }
      .Navtop-toggle.active i.icon-menu-toggle {
        background-size: 16.8px 16.2px;
        background-image: url(../images/close.svg); }
  .Navtop-mobile {
    display: flex;
    flex-direction: column;
    width: 100%;
    height: 50vh;
    background-color: #22292e;
    padding-top: 96px;
    opacity: 0;
    transition: all 300ms;
    position: absolute;
    visibility: visible; }
    .Navtop-mobile:before {
      content: "";
      display: inline-block;
      width: 100%;
      height: 1px;
      background-color: #fff;
      opacity: 0.2;
      position: absolute;
      left: 0;
      right: 0;
      top: 74px;
      transition: all 500ms; }
    .Navtop-mobile.active {
      height: 100vh;
      opacity: 1;
      visibility: visible;
      position: static; }
    .Navtop-mobile-in {
      padding: 0 14px;
      display: flex;
      flex-direction: column;
      overflow-x: scroll; }
    .Navtop-mobile-buttons {
      display: flex;
      flex-direction: column;
      margin-bottom: 40px; }
      .Navtop-mobile-buttons .Button {
        width: 100%;
        font-size: 18px;
        padding: 18px;
        padding-bottom: 18px; }
        .Navtop-mobile-buttons .Button-green {
          margin-bottom: 16px; }
    .Navtop-mobile .Language {
      width: 100%;
      margin-bottom: 19px; }
      .Navtop-mobile .Language .dropdown-button {
        font-size: 20px; }
        .Navtop-mobile .Language .dropdown-button img {
          width: 44px;
          height: 35.2px;
          margin-right: 10px; }
        .Navtop-mobile .Language .dropdown-button i.icon-arrow-down {
          width: 17.6px;
          height: 17.6px;
          margin-left: 7px; }
    .Navtop-mobile .Betist-tv {
      width: 100%;
      justify-content: flex-start;
      margin-bottom: 40px; }
      .Navtop-mobile .Betist-tv i.icon-betist-tv {
        width: 144px;
        height: 40px; }

.Betist-tv {
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 300ms; }
  .Betist-tv i.icon-betist-tv {
    width: 95px;
    height: 22px;
    background-image: url(../images/betist-tv.svg);
    background-size: 100% 100%; }
  .Betist-tv:hover {
    transform: scale(0.98); }

.Language {
  position: relative; }
  .Language .dropdown-button {
    display: flex;
    align-items: center;
    font-size: 14px;
    font-weight: normal;
    color: #fff;
    background-color: transparent;
    cursor: pointer; }
    .Language .dropdown-button img {
      width: 25px;
      height: 20px;
      margin-right: 6px; }
    .Language .dropdown-button i.icon-arrow-down {
      width: 10px;
      height: 10px;
      background-image: url(../images/arrow-down.svg);
      background-size: 100% 100%;
      margin-left: 3px; }
  .Language .dropdown-menu {
    min-width: 160px !important;
    background-color: white;
    border-radius: 8px;
    border: solid 1px #dce2e5;
    width: auto;
    padding: 0 !important;
    transform: inherit !important;
    top: 35px !important; }
    .Language .dropdown-menu:before {
      display: none; }
  .Language .dropdown-item {
    padding: 0 19px;
    height: 38px;
    font-size: 14px;
    font-weight: 600;
    line-height: 1.43;
    letter-spacing: -0.42px;
    color: #8b9ea7;
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-bottom: 1px solid #e8eced; }
    .Language .dropdown-item:last-child {
      border-bottom: none;
      border-bottom-left-radius: 8px;
      border-bottom-right-radius: 8px; }
    .Language .dropdown-item:first-child {
      border-top-left-radius: 8px;
      border-top-right-radius: 8px; }
    .Language .dropdown-item:hover {
      color: #4f6069;
      transition: 500ms;
      background-color: #70D092; }
    .Language .dropdown-item.active {
      pointer-events: none;
      color: #4f6069;
      background-color: #70D092; }

.Button {
  padding: 14px 38px;
  border-radius: 784px;
  font-size: 14px;
  font-weight: bold;
  line-height: 1.01;
  text-align: center;
  color: #fff;
  border: solid 1.7px transparent;
  transition: all 300ms; }
  .Button:hover {
    transform: scale(0.98);
    color: #fff; }
  .Button-grey {
    box-shadow: inset 0 3.1px 3.1px 0 #4b545a;
    background-color: #3a464e; }
  .Button-green {
    background-image: linear-gradient(to bottom, #1d8a49 0%, #3fb26e 100%);
    border-color: #3eb46e; }

.Navbottom {
  background-color: #21282d;
  padding-bottom: 15px; }
  .Navbottom-in {
    padding-bottom: 30px; }
  .Navbottom-logo img {
    max-width: 137px;
    width: 100%; }
  .Navbottom-inner {
    display: flex;
    justify-content: space-between;
    padding-top: 70px;
    border-bottom: 1px dashed #ffffff40;
    margin-bottom: 30px; }
  .Navbottom-item {
    position: relative;
    padding-bottom: 30px;
    display: flex;
    flex-direction: column;
    width: 21.5%; }
    .Navbottom-item:nth-child(2) {
      align-items: center;
      text-align: center;
      width: 53%;
      padding-left: clamp(15px, 2vw, 30px);
      padding-right: clamp(15px, 2vw, 30px); }
    .Navbottom-item:last-child {
      text-align: right; }
    .Navbottom-item-top {
      display: flex;
      align-items: center; }
    .Navbottom-item-description {
      max-width: 532px;
      font-size: 16px;
      font-weight: normal;
      text-align: center;
      color: #6f7a81; }
    .Navbottom-item-header {
      margin-top: 2px;
      margin-bottom: 18px;
      font-size: 21px;
      font-weight: normal;
      text-align: center;
      color: #fff; }
    .Navbottom-item-head {
      font-size: 21px;
      font-weight: bold;
      color: #fff;
      margin-bottom: 15px; }
    .Navbottom-item a {
      transition: 500ms; }
      .Navbottom-item a:hover {
        color: #3eb46e;
        transition: 500ms; }
    .Navbottom-item-other {
      margin-top: 65px;
      display: flex;
      align-items: center; }
    .Navbottom-item-account {
      margin-top: 60px; }
    .Navbottom-item-eight {
      width: 53px;
      height: 54px;
      margin-right: 13px; }
    .Navbottom-item .Language {
      margin-left: 13px; }
    .Navbottom-item ul li a {
      display: inline-block;
      font-size: 18px;
      font-weight: normal;
      line-height: 1.99;
      color: #6f7a81; }
  .Navbottom-apps {
    display: flex;
    align-items: center;
    margin-top: 46px; }
    .Navbottom-apps .Button:hover {
      color: #fff; }
    .Navbottom-apps .Button-green {
      margin-right: 10px; }
  .Navbottom-social {
    width: 100%;
    margin-top: 24px;
    margin-bottom: 24px;
    display: flex;
    align-items: center;
    justify-content: center; }
    .Navbottom-social-item {
      display: flex;
      align-items: center;
      justify-content: center;
      margin-left: 4px;
      margin-right: 4px;
      transition: 500ms;
      width: 55px;
      height: 55px;
      box-shadow: inset 0 4px 4px 0 #4b545a;
      background-color: #3a464e;
      border-radius: 50%; }
      .Navbottom-social-item i {
        transition: all 300ms;
        background-size: 100% 100%; }
        .Navbottom-social-item i.icon-facebook {
          width: 10px;
          height: 20px;
          background-image: url(../images/facebook.svg); }
        .Navbottom-social-item i.icon-twitter {
          width: 22px;
          height: 18px;
          background-image: url(../images/twitter.svg); }
        .Navbottom-social-item i.icon-instagram {
          width: 21px;
          height: 21px;
          background-image: url(../images/instagram.svg); }
        .Navbottom-social-item i.icon-youtube {
          width: 28px;
          height: 20px;
          background-image: url(../images/youtube.svg); }
        .Navbottom-social-item i.icon-telegram {
          width: 22px;
          height: 19px;
          background-image: url(../images/telegram.svg); }
      .Navbottom-social-item:hover {
        background-color: #1d8a49;
        box-shadow: inset 0 3.1px 3.1px 0 #1d8a49; }
  .Navbottom .curacao {
    max-width: 295px; }
  .Navbottom-language {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-left: 10px; }
    .Navbottom-language .dropdown-button {
      width: 52px;
      height: 44px;
      border-radius: 5px;
      border: solid 1px #dce2e5;
      background-color: #fff;
      font-size: 12px;
      font-weight: 500;
      line-height: 1.33;
      letter-spacing: -0.36px;
      color: #69808c;
      display: flex;
      align-items: center;
      justify-content: center;
      transition: 500ms; }
      .Navbottom-language .dropdown-button:after {
        margin-left: 7px;
        content: "";
        display: inline-block;
        width: 6px;
        height: 4px;
        background-repeat: no-repeat;
        background-size: auto 100%;
        background-image: url(../images/down-caret.svg); }
      .Navbottom-language .dropdown-button[aria-expanded="true"] {
        color: #69808c; }
        .Navbottom-language .dropdown-button[aria-expanded="true"]:after {
          transform: rotate(180deg); }
      .Navbottom-language .dropdown-button:hover {
        background-color: #fef5d7;
        transition: 500ms; }
    .Navbottom-language .dropdown-menu {
      right: -1px !important;
      left: auto !important;
      min-width: 160px !important;
      background-color: white;
      border-radius: 8px;
      border: solid 1px #dce2e5;
      width: auto;
      padding: 0 !important;
      transform: inherit !important;
      top: 50px !important; }
      .Navbottom-language .dropdown-menu:before {
        display: none; }
    .Navbottom-language .dropdown-item {
      padding: 0 19px;
      height: 38px;
      font-size: 14px;
      font-weight: 600;
      line-height: 1.43;
      letter-spacing: -0.42px;
      color: #8b9ea7;
      display: flex;
      align-items: center;
      justify-content: space-between;
      border-bottom: 1px solid #e8eced; }
      .Navbottom-language .dropdown-item:last-child {
        border-bottom: none;
        border-bottom-left-radius: 8px;
        border-bottom-right-radius: 8px; }
      .Navbottom-language .dropdown-item:first-child {
        border-top-left-radius: 8px;
        border-top-right-radius: 8px; }
      .Navbottom-language .dropdown-item:hover {
        color: #4f6069;
        transition: 500ms;
        background-color: #fef5d7; }
      .Navbottom-language .dropdown-item.active {
        pointer-events: none;
        color: #4f6069;
        background-color: #f3f5f6; }
  .Navbottom-games {
    padding-bottom: 50px; }
    .Navbottom-games-header {
      font-size: 31px;
      font-weight: 300;
      text-align: center;
      color: #fff;
      margin-bottom: 30px; }
      .Navbottom-games-header b {
        font-weight: 800; }
    .Navbottom-games-in {
      margin-top: 10px;
      display: flex;
      flex-wrap: wrap;
      justify-content: center; }
    .Navbottom-games-item {
      cursor: grab;
      margin-bottom: 8px;
      width: 70px;
      height: 70px;
      margin-right: 8px;
      border-radius: 9.7px;
      border: solid 1px #31393f;
      background-color: #2a3238;
      transition: 500ms;
      display: flex;
      align-items: center;
      justify-content: center; }
      .Navbottom-games-item img {
        max-width: 46px; }
      .Navbottom-games-item:hover {
        border-color: #b9c5ca;
        transition: 500ms; }
  .Navbottom-menu {
    margin-left: auto;
    margin-right: auto;
    display: flex;
    align-items: center;
    justify-content: center;
    border-bottom: 1px dashed #ffffff40;
    padding-bottom: 30px; }
    .Navbottom-menu-item {
      width: -moz-max-content;
      width: max-content;
      display: flex;
      align-items: center;
      justify-content: center;
      padding: 16px 30px;
      border-radius: 784px;
      box-shadow: inset 0 3.1px 3.1px 0 #4b545a;
      background-color: #3a464e;
      font-size: 12px;
      font-weight: bold;
      line-height: 1.01;
      text-align: center;
      white-space: nowrap;
      color: #fff;
      margin-left: 4px;
      margin-right: 4px;
      transition: 500ms; }
      .Navbottom-menu-item:hover {
        box-shadow: inset 0 3.1px 3.1px 0 #1d8a49;
        background-color: #3eb46e;
        color: #fff;
        transition: 500ms; }

.Navbottom-mobile {
  background-color: #21282d;
  padding-bottom: 15px;
  padding-top: 20px; }
  .Navbottom-mobile-in {
    padding-bottom: 30px;
    padding-top: 30px; }
  .Navbottom-mobile-top {
    display: flex;
    flex-direction: column;
    align-items: center; }
    .Navbottom-mobile-top-in {
      display: flex;
      align-items: center;
      justify-content: center; }
  .Navbottom-mobile-logo img {
    max-width: 137px;
    width: 100%; }
  .Navbottom-mobile-header {
    text-align: center;
    margin-top: 12px;
    margin-bottom: 12px;
    font-size: 16px;
    font-weight: normal;
    text-align: center;
    color: #fff; }
  .Navbottom-mobile-description {
    max-width: 400px;
    margin-bottom: 23px;
    font-size: 14px;
    font-weight: normal;
    text-align: center;
    color: #6f7a81; }
  .Navbottom-mobile-curacao {
    max-width: 131px;
    width: 100%; }
  .Navbottom-mobile-inner {
    margin-top: 16px; }
  .Navbottom-mobile-item {
    position: relative; }
    .Navbottom-mobile-item a {
      transition: 500ms; }
      .Navbottom-mobile-item a:hover {
        color: #f7b61a;
        transition: 500ms; }
    .Navbottom-mobile-item-head {
      width: 100%;
      height: 54px;
      display: flex;
      justify-content: space-between;
      align-items: center;
      font-size: 18px;
      font-weight: bold;
      line-height: 0.78;
      text-align: left;
      color: #fff;
      border-radius: 26px;
      background-color: #3a464e;
      padding: 20px;
      margin-bottom: 12px;
      cursor: pointer; }
      .Navbottom-mobile-item-head:after {
        content: "";
        display: inline-block;
        width: 14px;
        height: 7px;
        background-repeat: no-repeat;
        background-size: auto 100%;
        background-image: url(../images/down-chevron.svg); }
      .Navbottom-mobile-item-head[aria-expanded="true"] {
        background-color: #3fb26e;
        color: #fff; }
        .Navbottom-mobile-item-head[aria-expanded="true"]:after {
          transform: rotate(180deg); }
      .Navbottom-mobile-item-head:hover {
        color: #fff; }
    .Navbottom-mobile-item ul {
      padding-left: 24px; }
      .Navbottom-mobile-item ul li {
        display: flex;
        align-items: center; }
        .Navbottom-mobile-item ul li a {
          display: inline-block;
          font-size: 18px;
          font-weight: normal;
          line-height: 1.99;
          color: #6f7a81; }
  .Navbottom-mobile-social {
    width: 100%;
    margin-top: 24px;
    margin-bottom: 24px;
    display: flex;
    align-items: center;
    justify-content: center; }
    .Navbottom-mobile-social-item {
      display: flex;
      align-items: center;
      justify-content: center;
      margin-left: 4px;
      margin-right: 4px;
      transition: 500ms;
      width: 66px;
      height: 66px;
      box-shadow: inset 0 4px 4px 0 #4b545a;
      background-color: #3a464e;
      border-radius: 50%; }
      .Navbottom-mobile-social-item i {
        transition: all 300ms;
        background-size: 100% 100%; }
        .Navbottom-mobile-social-item i.icon-facebook {
          width: 12.1px;
          height: 24.2px;
          background-image: url(../images/facebook.svg); }
        .Navbottom-mobile-social-item i.icon-twitter {
          width: 26.7px;
          height: 21.8px;
          background-image: url(../images/twitter.svg); }
        .Navbottom-mobile-social-item i.icon-instagram {
          width: 25.4px;
          height: 25.4px;
          background-image: url(../images/instagram.svg); }
        .Navbottom-mobile-social-item i.icon-youtube {
          width: 33.9px;
          height: 24.2px;
          background-image: url(../images/youtube.svg); }
        .Navbottom-mobile-social-item i.icon-telegram {
          width: 26.7px;
          height: 23px;
          background-image: url(../images/telegram.svg); }
      .Navbottom-mobile-social-item:hover {
        background-color: #1d8a49;
        box-shadow: inset 0 3.1px 3.1px 0 #1d8a49; }
  .Navbottom-mobile-other {
    margin-top: 22px;
    display: flex;
    align-items: center;
    justify-content: space-between; }
    .Navbottom-mobile-other .Button {
      padding: 18px 30px; }
  .Navbottom-mobile-eight {
    width: 53px;
    height: 54px; }

.desktop {
  display: block; }

@media (max-width: 991px) {
  .desktop {
    display: none; }
  .Navtop-logo img {
    max-width: 137px; }
  .Navtop-toggle {
    display: flex; }
  .Navtop-right {
    display: none; }
  .Navtop-in {
    padding: 12px 0; }
  .Navtop-buttons a {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: clamp(12px, 1.25vw, 24px);
    font-size: clamp(14px, 1.1vw, 20px);
    font-weight: 600;
    color: #fff;
    border-radius: 800px;
    transition: all 300ms; }
    .Navtop-buttons a i.icon-arrow-right {
      background-image: url(../images/icons/arrow-right.svg);
      margin-left: 16px; }
    .Navtop-buttons a.website {
      margin-right: 0; }
    .Navtop-buttons a.account {
      display: none; }
  .Button {
    padding: 14px 20px; } }

.Main-title {
  font-size: clamp(28px, 2.5vw, 48px);
  font-weight: 300;
  text-align: center;
  color: #fff;
  margin-bottom: 6px; }
  .Main-title b {
    font-weight: 800; }

.Main-text {
  max-width: 850px;
  opacity: 0.7;
  font-size: clamp(15px, 1.1vw, 21px);
  font-weight: normal;
  text-align: center;
  color: #fff;
  margin: 0 auto clamp(22px, 1.67vw, 32px); }

.Main-bg {
  background-image: linear-gradient(to bottom, #2b3237 0%, #21282d 100%);
  padding-bottom: clamp(40px, 7.04vw, 135px); }

.Banner {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  position: relative; }
  .Banner:before {
    content: "";
    display: inline-block;
    width: 100%;
    height: 1px;
    position: absolute;
    left: 0;
    top: 12%;
    background-color: #45484A;
    transition: all 500ms;
    z-index: 0; }
  .Banner-in {
    height: 820px;
    display: flex;
    align-items: center; }
  .Banner-text {
    position: relative;
    z-index: 3; }
    .Banner-text h4 {
      font-size: 21px;
      font-weight: normal;
      color: #fff;
      margin-bottom: 6px; }
    .Banner-text h3 {
      font-size: 34px;
      font-weight: 800;
      color: #3caf6b;
      margin-bottom: 6px; }
    .Banner-text h2 {
      font-size: 34px;
      font-weight: normal;
      color: #fff;
      margin-bottom: 12px; }
    .Banner-text h1 {
      font-size: 48px;
      font-weight: 800;
      color: #fff;
      margin-bottom: 6px; }
    .Banner-text-spin {
      width: -moz-max-content;
      width: max-content;
      font-size: 20px;
      font-weight: bold;
      font-stretch: normal;
      font-style: normal;
      line-height: 1;
      letter-spacing: normal;
      text-align: center;
      color: #fff;
      padding: 12.5px 27.5px;
      border-radius: 51.3px;
      background-color: #3caf6b;
      position: relative; }
      .Banner-text-spin:before {
        content: "";
        display: inline-block;
        width: 13px;
        height: 13px;
        border-bottom: 10px solid #3caf6b;
        border-left: 8px solid transparent;
        border-right: 8px solid transparent;
        position: absolute;
        left: 30%;
        top: -13px;
        transition: all 500ms; }
    .Banner-text-buttons {
      display: flex;
      margin-top: 34px; }
      .Banner-text-buttons .Button-grey {
        margin-right: 8px; }
  .Banner-img {
    position: absolute;
    width: 100%;
    max-width: clamp(900px, 59vw, 1124px);
    left: 64%;
    bottom: 13.3%;
    transform: translateX(-50%);
    z-index: 2; }

.Banner-mobile {
  display: none;
  background-image: linear-gradient(to bottom, #121517 0%, #364147 100%);
  padding-bottom: 50px; }
  .Banner-mobile img {
    width: 100%; }
  .Banner-mobile-text {
    position: relative;
    z-index: 3;
    padding: 0 14px;
    margin-top: -45px; }
    .Banner-mobile-text:before {
      content: "";
      display: inline-block;
      width: 100%;
      height: 96px;
      filter: blur(10px);
      background-image: linear-gradient(to top, #21272b, rgba(38, 46, 51, 0));
      position: absolute;
      left: 0;
      right: 0;
      top: -13%;
      z-index: -1;
      transition: all 500ms; }
    .Banner-mobile-text h4 {
      font-size: 15px;
      font-weight: normal;
      color: #fff;
      margin-bottom: 6px; }
    .Banner-mobile-text h3 {
      font-size: 24px;
      font-weight: 800;
      color: #3caf6b;
      margin-bottom: 6px; }
    .Banner-mobile-text h2 {
      font-size: 24px;
      font-weight: normal;
      color: #fff;
      margin-bottom: 12px; }
    .Banner-mobile-text h1 {
      font-size: 26px;
      font-weight: 800;
      color: #fff;
      margin-bottom: 6px; }
    .Banner-mobile-text-spin {
      width: -moz-max-content;
      width: max-content;
      font-size: 16px;
      font-weight: bold;
      line-height: 1;
      text-align: center;
      color: #fff;
      padding: 12px 24px;
      border-radius: 51.3px;
      background-color: #3caf6b;
      position: relative; }
      .Banner-mobile-text-spin:before {
        content: "";
        display: inline-block;
        width: 13px;
        height: 13px;
        border-bottom: 10px solid #3caf6b;
        border-left: 8px solid transparent;
        border-right: 8px solid transparent;
        position: absolute;
        left: 30%;
        top: -13px;
        transition: all 500ms; }
    .Banner-mobile-text-buttons {
      display: flex;
      margin-top: 22px; }
      .Banner-mobile-text-buttons .Button {
        font-size: 18px; }
        .Banner-mobile-text-buttons .Button-grey {
          padding: 20px 40px; }
        .Banner-mobile-text-buttons .Button-green {
          padding: 20px 24px; }
      .Banner-mobile-text-buttons .Button-grey {
        margin-right: 8px; }

.Info {
  position: relative;
  z-index: 3;
  margin-bottom: clamp(27px, 4.7vw, 90px); }
  .Info-in {
    border-top-left-radius: 30px;
    border-top-right-radius: 30px;
    margin-top: -110px;
    background-color: #21282d;
    padding: 24px 30px;
    position: relative; }
    .Info-in:before {
      content: "";
      display: inline-block;
      width: 100%;
      height: 9px;
      background-image: url(../images/section-before.svg);
      background-size: 100% 100%;
      position: absolute;
      left: 50%;
      transform: translate(-50%, -32px);
      transition: all 500ms; }
    .Info-in h2 {
      font-size: clamp(28px, 2vw, 38px);
      font-weight: 300;
      color: #fff;
      text-align: center;
      margin-bottom: clamp(20px, 2.1vw, 40px); }
      .Info-in h2 b {
        font-weight: bold; }
  .Info-list {
    display: flex;
    justify-content: space-between;
    -ms-overflow-style: none;
    /* IE and Edge */
    scrollbar-width: none; }
    .Info-list::-webkit-scrollbar {
      display: none; }
    .Info-list-item {
      width: calc(25% - 15px);
      display: flex;
      flex-direction: column;
      padding: 23px clamp(26px, 1.78vw, 34px);
      border-radius: 13px;
      border: solid 1px #354046;
      background-color: #2b3237; }
      .Info-list-item img {
        max-width: clamp(88px, 6.15vw, 118px);
        width: 100%;
        margin-bottom: 20px; }
      .Info-list-item h6 {
        font-size: clamp(18px, 1.1vw, 21px);
        font-weight: bold;
        color: #fff;
        margin-bottom: 14px; }
      .Info-list-item p {
        opacity: 0.7;
        font-size: clamp(14px, 0.85vw, 16px);
        font-weight: normal;
        color: #fff; }

.Discover {
  padding-bottom: clamp(48px, 5.2vw, 100px); }
  .Discover-tab .nav {
    border-radius: 1000px;
    border: solid 1px #414a50;
    background-color: #2b3237;
    width: -moz-max-content;
    width: max-content;
    padding: 7px;
    margin: 0 auto;
    margin-bottom: clamp(20px, 3vw, 58px); }
    .Discover-tab .nav-item {
      margin-right: 5px; }
      .Discover-tab .nav-item:last-child {
        margin-right: 0; }
    .Discover-tab .nav-link {
      display: flex;
      justify-content: center;
      align-items: center;
      padding: clamp(16px, 1vw, 18px) clamp(16px, 2.5vw, 48px);
      border-radius: 1000px;
      box-shadow: inset 0 4px 4px 0 #4b545a;
      background-color: #3a464e;
      font-size: clamp(12px, 1vw, 18px);
      font-weight: bold;
      line-height: 1;
      text-align: center;
      color: #fff;
      cursor: pointer;
      border: 2px solid transparent; }
      .Discover-tab .nav-link.active {
        border-color: #3eb46e;
        background-image: linear-gradient(to bottom, #1d8a49 0%, #3fb26e 100%);
        box-shadow: none; }
  .Discover-tab-list {
    display: flex;
    justify-content: space-between;
    margin-bottom: clamp(20px, 1.67vw, 32px); }
    .Discover-tab-list-item {
      width: calc(16.66% - 15px);
      border: 1px solid #414A50;
      border-radius: 10px;
      position: relative;
      z-index: 1;
      overflow: hidden; }
      .Discover-tab-list-item:before {
        content: "";
        display: inline-block;
        width: 100%;
        height: 60%;
        background-image: linear-gradient(to bottom, rgba(33, 40, 45, 0) 11%, #152027 86%);
        background-size: 100% 100%;
        position: absolute;
        left: 0;
        bottom: 0;
        right: 0;
        z-index: -1;
        border-bottom-left-radius: 12px;
        border-bottom-right-radius: 12px;
        transition: all 500ms; }
      .Discover-tab-list-item:after {
        content: "";
        display: inline-block;
        width: 82px;
        height: 6px;
        background-color: #414a50;
        border-top-right-radius: 10px;
        border-top-left-radius: 10px;
        position: absolute;
        left: 50%;
        bottom: 0;
        transform: translateX(-50%);
        transition: all 500ms; }
      .Discover-tab-list-item img {
        width: 100%;
        transition: all 300ms; }
      .Discover-tab-list-item-live {
        position: absolute;
        left: 20px;
        top: 20px;
        width: 54px;
        height: 23px;
        display: flex;
        align-items: center;
        justify-content: center;
        border-radius: 41px;
        border: solid 1px #ffecaf;
        background-color: #ffd654;
        font-size: 10px;
        font-weight: bold;
        line-height: 1.6;
        text-align: center;
        color: #000; }
      .Discover-tab-list-item-text {
        width: 100%;
        position: absolute;
        left: 50%;
        bottom: 20px;
        transform: translateX(-50%);
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center; }
        .Discover-tab-list-item-text p {
          font-size: clamp(13px, 1.1vw, 21px);
          font-weight: 300;
          line-height: 1.18;
          text-align: center;
          color: #fff;
          margin-bottom: 5px; }
          .Discover-tab-list-item-text p b {
            font-weight: bold;
            display: block; }
        .Discover-tab-list-item-text span {
          font-size: clamp(8px, 0.6vw, 10px);
          font-weight: 600;
          line-height: 1.18;
          text-align: center;
          color: #6f7a81; }
      .Discover-tab-list-item:hover img {
        transform: scale(1.05); }
  .Discover-tab-in {
    display: flex;
    flex-direction: column;
    width: 100%;
    align-items: center; }
  .Discover-tab .Button {
    width: -moz-max-content;
    width: max-content; }

.Matches {
  padding-top: clamp(40px, 3.125vw, 60px);
  margin-bottom: 30px;
  position: relative; }
  .Matches:before {
    content: "";
    display: inline-block;
    width: 100%;
    height: 9px;
    background-image: url(../images/section-before.svg);
    background-size: 100% 100%;
    position: absolute;
    left: 50%;
    top: 0;
    transform: translate(-50%, -100%);
    transition: all 500ms; }
  .Matches-in {
    padding-bottom: clamp(47px, 5vw, 95px);
    border-bottom: 1px dashed #ffffff40; }
  .Matches-list {
    display: flex;
    justify-content: space-between;
    -ms-overflow-style: none;
    /* IE and Edge */
    scrollbar-width: none; }
    .Matches-list::-webkit-scrollbar {
      display: none; }
    .Matches-list-item {
      width: calc(25% - 14px);
      padding: clamp(16px, 1.25vw, 24px);
      transition: 500ms;
      border-radius: 13px;
      border: solid 2px #33393e;
      background-color: #21282d;
      position: relative;
      display: flex;
      flex-direction: column;
      align-items: flex-start;
      justify-content: center; }
      .Matches-list-item:before {
        pointer-events: none;
        position: absolute;
        top: 0;
        left: 50%;
        transform: translateX(-40%);
        content: "";
        display: inline-block;
        transition: 500ms;
        width: clamp(72px, 5.57vw, 107px);
        height: clamp(37px, 2.86vw, 55px);
        background-repeat: no-repeat;
        background-size: auto 100%;
        background-image: url(../images/match-shape.svg); }
      .Matches-list-item-info {
        width: 100%;
        display: flex;
        align-items: center;
        justify-content: space-between; }
        .Matches-list-item-info-in {
          display: flex;
          align-items: center; }
        .Matches-list-item-info-fav {
          background-color: transparent;
          width: clamp(16px, 1.25vw, 24px);
          height: clamp(14px, 1.1vw, 21px);
          display: flex;
          align-items: center;
          position: relative; }
          .Matches-list-item-info-fav input[type=checkbox] {
            position: absolute;
            width: 100%;
            height: 100px;
            cursor: pointer;
            opacity: 0; }
            .Matches-list-item-info-fav input[type=checkbox]:checked + .icon-favorite,
            .Matches-list-item-info-fav input[type=checkbox]:hover + .icon-favorite {
              background-image: url(../images/heart-full.svg); }
          .Matches-list-item-info-fav .icon-favorite {
            width: 24px;
            height: 21px;
            background-size: 100% 100%;
            background-image: url(../images/heart.svg);
            pointer-events: none;
            transition: all 300ms; }
      .Matches-list-item-more {
        margin-left: 15px;
        width: clamp(31px, 2.5vw, 48px);
        height: clamp(24px, 1.9vw, 36px);
        border-radius: 5px;
        background-color: #2c343a;
        font-size: clamp(9px, 0.7vw, 12px);
        font-weight: 500;
        line-height: 1;
        text-align: center;
        color: #fff;
        display: flex;
        align-items: center;
        justify-content: center;
        transition: 500ms; }
        .Matches-list-item-more:hover {
          background-color: #3AAB68;
          color: #fff;
          transition: 500ms; }
      .Matches-list-item-flag {
        display: flex;
        align-items: center; }
        .Matches-list-item-flag-item {
          width: clamp(40px, 3.125vw, 60px);
          height: clamp(40px, 3.125vw, 60px);
          background-color: #343b40;
          display: flex;
          align-items: center;
          border-radius: 100%;
          justify-content: center;
          border: 4px solid transparent; }
          .Matches-list-item-flag-item img {
            -o-object-fit: contain;
               object-fit: contain;
            width: clamp(30px, 2.2vw, 42px);
            height: clamp(30px, 2.2vw, 42px); }
          .Matches-list-item-flag-item:nth-child(2) {
            width: clamp(44px, 3.125vw, 60px);
            height: clamp(44px, 3.125vw, 60px);
            margin-left: -16px;
            border-color: #21282d; }
      .Matches-list-item-teams {
        margin-top: clamp(10px, 1.1vw, 20px);
        width: 100%; }
        .Matches-list-item-teams p {
          display: flex;
          align-items: center;
          justify-content: space-between; }
          .Matches-list-item-teams p span {
            font-size: clamp(13px, 1vw, 18px);
            font-weight: 500;
            line-height: 1.94;
            color: #fff;
            white-space: nowrap;
            overflow: hidden;
            text-overflow: ellipsis;
            max-width: 190px; }
          .Matches-list-item-teams p:last-child {
            transform: translateY(-4px); }
      .Matches-list-item-score {
        width: clamp(28px, 2.1vw, 40px);
        height: clamp(28px, 2.1vw, 40px);
        background-color: #3a464e;
        border-radius: 100%;
        display: flex;
        align-items: center;
        justify-content: center;
        font-size: clamp(12px, 1vw, 18px);
        font-weight: 500;
        line-height: 1;
        text-align: center;
        color: #fff; }
        .Matches-list-item-score.active {
          background-image: linear-gradient(to bottom, #1d8a49 0%, #3fb26e 100%); }
      .Matches-list-item-date {
        display: block;
        font-size: clamp(9px, 0.7vw, 12px);
        font-weight: 600;
        line-height: 1;
        letter-spacing: normal;
        color: #ffd654; }
      .Matches-list-item-rates {
        width: 100%;
        margin-top: clamp(10px, 1.1vw, 20px);
        display: flex;
        align-items: center;
        justify-content: space-between;
        margin-left: -2px;
        margin-right: -2px; }
      .Matches-list-item-rate {
        height: clamp(24px, 1.85vw, 35px);
        border-radius: 5px;
        background-color: #4f6069;
        display: flex;
        align-items: center;
        justify-content: space-around;
        transition: 500ms;
        cursor: pointer;
        flex-grow: 2;
        margin-left: 2px;
        margin-right: 2px; }
        .Matches-list-item-rate span {
          font-size: clamp(10px, 0.8vw, 14px);
          font-weight: 500;
          line-height: 1;
          color: #fff; }
        .Matches-list-item-rate:hover {
          transition: 500ms;
          background-color: #3fb26e; }
        .Matches-list-item-rate.active {
          background-image: linear-gradient(to bottom, #1d8a49 0%, #3fb26e 100%); }
          .Matches-list-item-rate.active span {
            color: #fff; }

.League {
  margin-bottom: clamp(48px, 5.2vw, 100px); }
  .League-list {
    display: flex;
    justify-content: space-between;
    margin-top: clamp(40px, 4.2vw, 80px);
    -ms-overflow-style: none;
    /* IE and Edge */
    scrollbar-width: none; }
    .League-list::-webkit-scrollbar {
      display: none; }
    .League-list-item {
      width: calc(16.66% - 15px);
      border-radius: 13px;
      border: solid 2px #33393e;
      background-color: #1c2328;
      padding: clamp(16px, 1.25vw, 24px);
      display: flex;
      flex-direction: column;
      position: relative;
      min-height: 160px; }
      .League-list-item:before {
        content: "";
        display: inline-block;
        width: clamp(90px, 6.3vw, 121px);
        height: clamp(90px, 6.3vw, 121px);
        background-image: url(../images/league-shape.svg);
        background-size: 100 100%;
        position: absolute;
        right: 0;
        top: 0;
        transition: all 500ms; }
      .League-list-item-img {
        width: clamp(68px, 4.9vw, 94px);
        height: clamp(68px, 4.9vw, 94px);
        border: solid 5px #21282d;
        background-color: #1c2328;
        border-radius: 50%;
        display: flex;
        align-items: center;
        justify-content: center;
        margin-top: -30%;
        margin-bottom: 20px; }
        .League-list-item-img img {
          width: clamp(44px, 3.125vw, 60px);
          height: clamp(44px, 3.125vw, 60px);
          border-radius: 50%; }
      .League-list-item-country {
        font-size: clamp(10px, 0.75vw, 14px);
        font-weight: 600;
        line-height: 1.18;
        color: #6f7a81; }
      .League-list-item-name {
        font-size: clamp(14px, 1.1vw, 21px);
        font-weight: 500;
        line-height: 1.94;
        color: #fff;
        margin-bottom: clamp(7px, 0.55vw, 10px); }
      .League-list-item-link {
        display: flex;
        align-items: center;
        justify-content: center;
        padding: clamp(12px, 0.85vw, 16px);
        border-radius: 784px;
        box-shadow: inset 0 3.1px 3.1px 0 #4b545a;
        background-color: #3a464e;
        font-size: 14px;
        font-weight: bold;
        line-height: 1.01;
        text-align: center;
        color: #fff;
        transition: all 300ms;
        margin-top: auto; }
        .League-list-item-link:hover {
          color: #fff;
          background-color: #1d8a49;
          box-shadow: inset 0 3.1px 3.1px 0 #3fb26e; }

.Welcome {
  margin-bottom: 32px; }
  .Welcome-in {
    display: flex;
    padding: 0 40px;
    border-radius: 20px;
    border: solid 2px #414a50;
    background-color: #2b3237; }
  .Welcome-img {
    width: 250px;
    flex-shrink: 0;
    position: relative;
    z-index: 1;
    padding-top: 30px; }
    .Welcome-img:before {
      content: "";
      display: inline-block;
      width: 220px;
      height: 219px;
      opacity: 0.2;
      filter: blur(42px);
      background-color: #3fb26e;
      position: absolute;
      left: 50%;
      top: 40%;
      transform: translate(-50%, -50%);
      z-index: -1;
      transition: all 500ms; }
    .Welcome-img img {
      width: 100%; }
  .Welcome-content {
    width: 100%;
    padding: 40px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center; }
    .Welcome-content-logo {
      max-width: 137px;
      margin-bottom: 22px; }
    .Welcome-content h4 {
      font-size: clamp(28px, 2.5vw, 48px);
      font-weight: 300;
      text-align: center;
      color: #fff;
      margin-bottom: 6px; }
      .Welcome-content h4 b {
        font-weight: 800; }
    .Welcome-content h5 {
      font-size: clamp(15px, 1.1vw, 21px);
      font-weight: bold;
      text-align: center;
      color: #fff;
      margin-bottom: 18px; }
    .Welcome-content p {
      opacity: 0.7;
      font-size: clamp(14px, 1.1vw, 21px);
      font-weight: normal;
      text-align: center;
      color: #fff;
      margin-bottom: clamp(24px, 1.57vw, 30px); }

.Promo {
  margin-bottom: clamp(50px, 7.82vw, 150px); }
  .Promo-in {
    display: flex;
    justify-content: space-between; }
  .Promo-card {
    width: calc(50% - 15px);
    display: flex;
    align-items: flex-start;
    border-radius: 20px;
    border: 2px solid #3fb26e;
    background-image: linear-gradient(to bottom, #2b3237, #2b3237), linear-gradient(to bottom, #1d8a49 0%, #3fb26e 100%);
    padding: clamp(14px, 1.8vw, 34px);
    padding-top: clamp(18px, 1.36vw, 26px);
    padding-left: clamp(14px, 1.1vw, 20px); }
    .Promo-card-icon {
      display: flex;
      margin-right: 26px;
      flex-shrink: 0; }
      .Promo-card-icon img {
        width: 95px;
        height: 95px; }
    .Promo-card-content h5 {
      font-size: clamp(28px, 1.67vw, 32px);
      font-weight: 500;
      color: #3caf6b;
      margin-bottom: 6px; }
    .Promo-card-content h6 {
      font-size: clamp(20px, 1.3vw, 24px);
      font-weight: bold;
      color: #fff;
      margin-bottom: clamp(10px, 0.8vw, 15px); }
    .Promo-card-content p {
      opacity: 0.7;
      font-size: clamp(14px, 0.94vw, 18px);
      font-weight: normal;
      color: #fff;
      margin-bottom: 26px; }
    .Promo-card-content-links {
      display: flex;
      align-items: center; }
      .Promo-card-content-links .Button-green {
        margin-right: 10px; }

.Articles {
  background-image: linear-gradient(to bottom, #2b3237 0%, #21282d 100%);
  position: relative; }
  .Articles:before {
    content: "";
    display: inline-block;
    width: 100%;
    height: 9px;
    background-image: url(../images/section-before.svg);
    background-size: 100% 100%;
    position: absolute;
    left: 50%;
    transform: translate(-50%, -9px);
    transition: all 500ms; }
  .Articles-in {
    padding-top: clamp(20px, 3.65vw, 70px);
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center; }
  .Articles-list {
    display: flex;
    justify-content: space-between;
    margin-bottom: clamp(18px, 4.17vw, 80px);
    -ms-overflow-style: none;
    /* IE and Edge */
    scrollbar-width: none; }
    .Articles-list::-webkit-scrollbar {
      display: none; }
    .Articles-list-item {
      width: calc(25% - 20px);
      position: relative;
      display: flex;
      flex-direction: column; }
      .Articles-list-item img {
        width: 100%;
        border-top-right-radius: 21px;
        margin-bottom: clamp(13px, 1vw, 18px); }
      .Articles-list-item-date {
        font-size: clamp(10px, 0.73vw, 14px);
        font-weight: bold;
        line-height: 1;
        letter-spacing: normal;
        text-align: center;
        color: #000;
        padding: 7px;
        background-color: #ffd654;
        border-top-right-radius: 12px;
        border-bottom-right-radius: 12px;
        position: absolute;
        left: 0;
        top: clamp(12px, 0.85vw, 16px); }
      .Articles-list-item b {
        font-size: clamp(15px, 1.1vw, 21px);
        font-weight: bold;
        color: #fff;
        margin-bottom: 14px; }
      .Articles-list-item p {
        opacity: 0.7;
        font-size: clamp(12px, 0.86vw, 16px);
        font-weight: normal;
        color: #fff;
        margin-bottom: 20px; }
      .Articles-list-item .Button-grey {
        width: -moz-max-content;
        width: max-content; }
        .Articles-list-item .Button-grey:hover {
          background-color: #3fb26e;
          box-shadow: inset 0 3.1px 3.1px 0 #1d8a49; }

.Banks {
  background-color: #2a3338; }
  .Banks-in {
    position: relative;
    z-index: 9;
    display: flex;
    align-items: center;
    justify-content: space-between; }
  .Banks-slider {
    width: calc(100% - clamp(120px, 9.4vw, 180px)); }
  .Banks .swiper-container {
    padding-top: 30px;
    padding-bottom: 30px; }
  .Banks .swiper-wrapper {
    align-items: center; }
  .Banks .swiper-slide {
    width: auto !important; }
  .Banks .swiper-button-next, .Banks .swiper-button-prev {
    background-image: none;
    width: clamp(36px, 2.45vw, 47px);
    height: clamp(36px, 2.45vw, 47px);
    box-shadow: inset 0 4.3px 4.3px 0 rgba(0, 0, 0, 0.25);
    background-color: #3a464e;
    border-radius: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: 1;
    transition: 500ms;
    margin-top: 0;
    cursor: pointer;
    position: static;
    flex-shrink: 0; }
    .Banks .swiper-button-next i, .Banks .swiper-button-prev i {
      width: clamp(6.3px, 0.48vw, 9.1px);
      height: clamp(10.9px, 0.83vw, 15.9px);
      background-size: 100% 100%; }
      .Banks .swiper-button-next i.icon-left-caret, .Banks .swiper-button-prev i.icon-left-caret {
        background-image: url(../images/left-arrow.svg); }
      .Banks .swiper-button-next i.icon-right-caret, .Banks .swiper-button-prev i.icon-right-caret {
        background-image: url(../images/right-arrow.svg); }
    .Banks .swiper-button-next:hover, .Banks .swiper-button-prev:hover {
      box-shadow: inset 0 4.3px 4.3px 0 #1d8a49;
      background-color: #3fb26e;
      transition: 500ms; }
      .Banks .swiper-button-next:hover i, .Banks .swiper-button-prev:hover i {
        color: #354046;
        transition: 500ms; }
  .Banks-item {
    display: flex;
    align-items: center;
    justify-content: center; }
    .Banks-item img {
      width: 100%;
      max-width: clamp(32px, 3.34vw, 32px);
      max-height: clamp(32px, 3.34vw, 32px); }
    .Banks-item span {
      font-size: clamp(10.4px, 1.1vw, 21px);
      font-weight: 500;
      color: #6f7a81;
      margin-left: clamp(4px, 0.6vw, 10px); }

.desktop {
  display: block; }

.mobile {
  display: none; }

@media (max-width: 1100px) {
  .Info-in:before {
    background-image: url(../images/section-before-m.svg); }
  .Info-list {
    overflow-x: scroll;
    margin-right: -30px; }
    .Info-list-item {
      min-width: 300px;
      width: 25%;
      margin-right: 30px; }
  .League-list {
    overflow: visible;
    overflow-x: scroll;
    padding-top: 34px; }
    .League-list-item {
      width: 175px;
      min-width: 175px;
      margin-right: 18px; }
  .Articles:before {
    background-image: url(../images/section-before-m.svg); }
  .Articles-list {
    overflow-y: hidden;
    overflow-x: scroll;
    max-width: 95vw; }
    .Articles-list-item {
      min-width: 260px;
      margin-right: 18px; }
      .Articles-list-item b {
        margin-bottom: clamp(10px, 0.73vw, 14px); }
      .Articles-list-item p {
        margin-bottom: clamp(6px, 1.1vw, 20px); } }

@media (max-width: 991px) {
  .desktop {
    display: none; }
  .mobile {
    display: block; }
  .Banner {
    display: none; }
  .Banner-mobile {
    display: block; }
  .Discover-tab-in {
    overflow: hidden;
    position: relative; }
  .Discover-tab-list {
    margin-right: -18px;
    overflow-x: scroll;
    max-width: 98vw;
    -ms-overflow-style: none;
    /* IE and Edge */
    scrollbar-width: none; }
    .Discover-tab-list::-webkit-scrollbar {
      display: none; }
    .Discover-tab-list-item {
      min-width: 148px;
      margin-right: 18px; }
  .Discover-tab .Button {
    width: 100%; }
  .Matches:before {
    background-image: url(../images/section-before-m.svg); }
  .Matches-list {
    overflow-x: scroll;
    margin-right: -18px; }
    .Matches-list-item {
      width: 256px;
      min-width: 256px;
      margin-right: 18px; }
  .Welcome {
    margin-bottom: 18px; }
    .Welcome-in {
      display: flex;
      padding: 0; }
    .Welcome-img {
      display: none; }
    .Welcome-content {
      width: 100%;
      padding: 30px 16px 24px; }
  .Promo-in {
    flex-direction: column; }
  .Promo-card {
    width: 100%;
    flex-direction: column;
    align-items: center;
    padding: clamp(14px, 1.8vw, 34px);
    padding-top: clamp(18px, 1.36vw, 26px);
    padding-left: clamp(14px, 1.1vw, 20px); }
    .Promo-card-icon {
      margin-right: 0;
      margin-bottom: 8px; }
      .Promo-card-icon img {
        width: 74px;
        height: 74px; }
    .Promo-card-content {
      text-align: center; }
      .Promo-card-content-links {
        flex-direction: column;
        justify-content: center; }
        .Promo-card-content-links .Button {
          width: 100%; }
        .Promo-card-content-links .Button-green {
          margin-right: 0;
          margin-bottom: 16px; }
    .Promo-card:first-child {
      margin-bottom: 18px; }
  .Info-in {
    margin-top: 0; } }

@media (max-width: 991px) {
  .container {
    padding-left: 15px !important;
    padding-right: 15px !important; } }
