:root {
  --white: white;
  --black: black;
  --blue: #06c;
}
a {
  color: var(--blue);
  text-decoration: none;
}
.w-checkbox {
  margin-bottom: 5px;
  padding-left: 20px;
  display: block;
}
.shadow {
    box-shadow: 1px 2px 5px rgba(0, 0, 0, .2);
    background: white;
    border-radius: 4px;
}
.w-checkbox:before {
  content: " ";
  grid-area: 1 / 1 / 2 / 2;
  display: table;
}

.w-checkbox:after {
  content: " ";
  clear: both;
  grid-area: 1 / 1 / 2 / 2;
  display: table;
}

.w-checkbox-input {
  float: left;
  margin: 4px 0 0 -20px;
  line-height: normal;
}

.w-checkbox-input--inputType-custom {
  border: 1px solid #ccc;
  border-radius: 2px;
  width: 12px;
  height: 12px;
}

.w-checkbox-input--inputType-custom.w--redirected-checked {
  background-color: #3898ec;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/static/custom-checkbox-checkmark.589d534424.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-color: #3898ec;
}

.w-checkbox-input--inputType-custom.w--redirected-focus {
  box-shadow: 0 0 3px 1px #3898ec;
}

body {
  color: #333;
  font-family: Trebuchet MS, Lucida Grande, Lucida Sans Unicode, Lucida Sans, Tahoma, sans-serif;
  font-size: 16px;
  line-height: 1.4;
}

h1 {
  color: #000;
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 24px;
  font-weight: 700;
  line-height: 100%;
}
h2 {
  line-height: 1.4;
}
.no-marg {
  margin: 0;
}
p {
  color: #000;
  margin-bottom: 0;
}

.page-wrapper, .navigattion {
  padding-bottom: 0;
}

.nav-container {
  justify-content: space-between;
  align-items: center;
  width: 100%;
  max-width: 1100px;
  margin-top: 20px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

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

.brand-logo {
  width: 500px;
  height: 123px;
}

.brand-logo.w--current {
  width: 500px;
}

.image {
  width: 100%;
  height: 100%;
}

.nav-link {
  color: var(--white);
  text-align: center;
  flex: 0 auto;
  padding: 0 40px;
  font-size: 20px;
  font-weight: 700;
  text-decoration: none;
}

.nav-link:hover {
  background-color: #56684d;
}

.nav-link.w--current {
  color: var(--white);
}

.nav-link.hidden-nav-link {
  display: none;
}

.nav-menu {
  text-transform: none;
  background-color: #3a4f30;
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
  width: 100%;
  padding-top: 0;
  padding-bottom: 0;
  line-height: 40px;
  display: flex;
  top: 20px;
}

.home-hero_section {
  padding-top: 20px;
  padding-bottom: 80px;
}

.container {
  clear: left;
  width: 93%;
  max-width: 1100px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 0;
  position: static;
}

.hero-banner_wrapperr {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  background-color: #fff;
  border-radius: 5px;
  grid-template-rows: auto;
  grid-template-columns: max-content 1fr;
  grid-auto-columns: 1fr;
  margin-bottom: 20px;
  padding: 20px;
  display: grid;
  box-shadow: 1px 2px 5px rgba(0, 0, 0, .2);
}

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

.link {
  text-decoration: none;
}

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

.guarnteed-picks_wrapper {
  background-color: #fff;
  border-radius: 5px;
  width: 540px;

}

.title-wrapper {
  text-align: center;
  height: auto;
}

.title-wrapper.height {
  height: 40px;
}

.game-pick_wrapper {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.game-pick_block {
  background-color: var(--white);
  border-bottom: 1px dashed #aaa;
  border-right: 1px dashed #aaa;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  height: 230px;
  padding: 17px 5px;
  display: flex;
  overflow: hidden;
}

.game-pick_block.right {
  border-right-style: none;
}

.game-pick_block.dot-none {
  border-bottom-style: none;
  border-right-style: none;
  border-right-width: 0;
}

.no-bottom-dot {
  border-bottom-style: none;
  border-bottom-width: 0;
  border-bottom: none !important
}

.text-small {
  float: left;
  clear: none;
  margin-left: 20px;
  padding-bottom: 0;
  font-size: 16px;
  display: block;
}

.text-small.is-red {
  flex: 1;
}

.text-small.is-blue {
  color: var(--blue);
}

.text-small.is-black {
  color: var(--black);
}

.text-small.is-green {
  color: #090;
  width: 15%;
}

.text-small.home-text {
  float: none;
  width: 100%;
}

.text-blue {
  color: #06c;
  text-decoration: none;
}

.competition_wrap {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  align-items: stretch;
  width: 95%;
/*  margin-top: 5px;
  margin-bottom: 6px;*/
  display: flex;
}

.competator-logo {
  width: 60px;
}

.competator-wrap {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex-flow: column;
  flex: 1;
  justify-content: center;
  align-items: center;
  display: flex;
}

.competator-ame {
  color: #06c;
  line-height: 17px;
  text-decoration: none;
}

.vs {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.betwee-text {
  justify-content: center;
  align-items: center;
  height: 60px;
  font-size: 20px;
  font-weight: 700;
  display: flex;
}

.image-3 {
  width: 100%;
  height: 100%;
}

.details-bar {
  color: var(--white);
  text-align: center;
  background-color: #3a4f30;
  border: 1px solid #333;
  border-radius: 5px;
  width: 95%;
  margin-top: 10px;
  margin-bottom: auto;
  padding: 3px;
  text-decoration: none;
  transition: all .25s;
}

.details-bar:hover {
  background-color: #ee8b54;
}

.ats-hote_zone {
  border-radius: 5px;
  overflow: hidden;
  box-shadow: 1px 2px 5px rgba(0, 0, 0, .2);
}

.leaderboard-wrapper {
  background-color: #fff;
  border-bottom: 1px #aaa;
  padding: 5px 0 0;
  overflow: hidden;
}

.leaderboard-wrap {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  border-bottom: 1px dashed #aaa;
  justify-content: space-between;
  align-items: stretch;
  height: 86px;
  margin-top: 6px;
  padding: 0 40px 8px 16px;
  display: flex;
}

.leaderboard-wrap.last {
  border-bottom-style: none;
}

.leader-img_wrap {
  float: left;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  border-radius: 5px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 55px;
  height: 55px;
  margin-right: 20px;
  display: block;
}

.image-4 {
  float: none;
  border-radius: 5px;
  width: 120px;
  max-width: 70px;
  max-height: 70px;
  height: auto;
  margin-top: auto;
  margin-right: 10px;
  display: block;
  object-fit: cover;
}
.image-4 {
  float: none;
  border-radius: 5px;
  width: 120px;
  max-width: 70px;
  max-height: 70px;
  height: auto;
  margin-top: auto;
  margin-right: 10px;
  display: block;
  object-fit: cover;
}

.hot-zone_details {
  flex-flow: column;
  justify-content: space-between;
  width: 180px;
  display: block;
}

.leader-name {
  padding-top: 5px;
  padding-bottom: 5px;
}

.link-block {
  color: var(--blue);
  font-size: 16px;
  font-weight: 700;
  text-decoration: none;
}

.green {
  color: #090;
}

.button-wrapper {
  vertical-align: middle;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  padding-left: 0;
  display: flex;
}

.view-play_btn {
  background-color: #444;
  border: 1px solid #000;
  border-radius: 5px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 30px;
  margin-top: auto;
  margin-bottom: auto;
  padding-top: 0;
  padding-bottom: 0;
  font-size: 16px;
  transition: all .25s;
  display: flex;
}

.view-play_btn:hover {
  background-color: #e1d333;
  text-decoration: underline;
}

.is-red {
  color: #c00;
}

.link-block-2 {
  text-align: center;
  color: gold;
  background-color: #444;
  border-top: 1px solid #aaa;
  border-radius: 0;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 45px;
  margin-top: auto;
  font-size: 22px;
  font-weight: 700;
  text-decoration: none;
  display: flex;
}

.hero-subscription_banner {
  border-radius: 5px;
  height: 90px;
  margin-top: 20px;
  overflow: hidden;
  display: block;
}
.image-sport {
  float: none;
  border-radius: 5px;
  width: 100%;
  max-width: 50px;
  max-height: 70px;
  height: auto;
  margin-top: auto;
  margin-right: 10px;
  display: block;
  object-fit: cover;
}
.image-5 {
  border-radius: 5px;
  width: 100%;
  height: 100%;
}

.result-title_wrapper {
  background-color: #ddd;
  margin-top: 20px;
  padding-top: 15px;
  padding-bottom: 15px;
  padding-left: 10px;
}

.result-title_wrapper.bg-light {
  background-color: #ddd;
}

.result-title {
  font-size: 18px;
  margin: 0;
  font-weight: bold;
}

.document-discription_wrapper {
  padding: 20px;
}

.document-discription{
  padding-left: 10px;
}
.red {
  color: #c00;
}
.green {
  color: #090;
}
.result-items {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-left: 20px;
  display: grid;
}

.sport-result_wrapper {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  border-bottom: 6px solid #3a4f30;
  justify-content: flex-start;
  align-items: center;
  padding-bottom: 10px;
  padding-right: 30px;
  text-decoration: none;
  transition: all .25s;
  display: flex;
}

.sport-result_wrapper:hover {
  background-color: #eee;
}

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

.text-block-2 {
  color: var(--black);
  font-size: 18px;
  font-weight: 700;
}

.footer {
  background-color: #f1f1f1;
  border-top: 1px solid #ccc;
  padding-top: 60px;
  padding-bottom: 60px;
}

.footer-menu {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  justify-content: center;
  align-items: center;
  display: flex;
}

.footer-link {
  color: var(--black);
  font-size: 16px;
  text-decoration: none;
}

.copyright {
  text-align: center;
  margin-top: 10px;
}

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

.sport-hero_section {
  padding-bottom: 80px;
}

.sport-hero_wrapper {
  padding-top: 20px;
}

.titlle-holder {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  justify-content: flex-start;
  align-items: center;
  padding-bottom: 10px;
  display: flex;
}

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

.sport-title_wrapper {
  background-color: #ddd;
  padding-top: 10px;
  padding-bottom: 10px;
  padding-left: 10px;
  font-weight: 700;
}

.link-2 {
  color: var(--blue);
  font-size: 20px;
  font-weight: 400;
  text-decoration: none;
}

.link-2:hover {
  text-decoration: underline;
}

.sport-pick_info {
  clear: left;
  padding: 0;
}
.button_sport {
  border-radius: 4px;
  border: 1px solid #666;
  background: #eee;
  color: #666;
  padding: 5px;
  font-size: 16px;
  margin: 5px;
  float: left;
  width: 47%;
  cursor: pointer;
}

.slactive {
  background: #3a4f30;
  color: white;
}
.so {
  width: 100%;
  margin: 20px 0;
}
.so th {
  background: #eee;
  padding: 5px;
}
.so td {
  white-space: nowrap;
  border-bottom: 1px solid #ccc;
  padding: 5px;
  font-size: 14px;
}
@media(min-width: 990px){
  .button_sport {
    width: 15%;
  }
  .so td {
    font-size: 16px;
  }
  .center-desktop {text-align: center;}
}
.so .last {
  border-bottom: none;
}
.records {
  max-width: 100%;
  overflow: scroll;
}
.records table {
  width: 100%;
}
.records th, .records td {
  text-align: left;
  border-bottom: 1px solid #ccc;
  padding: 3px;
}
.table-list {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  border-bottom: 1px solid #ccc;
  grid-template-rows: auto;
  grid-template-columns: max-content max-content max-content max-content max-content max-content 1fr;
  grid-auto-columns: 1fr;
  font-size: 12px;
  display: grid;
}

.table-list.border-none {
  border-bottom-style: none;
}

.table-list.dotted-border {
  border-bottom-style: dashed;
}

.table-list._1 {
  grid-template-columns: max-content 285px 285px 1fr;
}

.table-list_wrapper {
  text-align: left;
  background-color: #f1f1f1;
  width: 110px;
}

.table-list_wrapper.size {
  text-align: left;
  width: 290px;
}

.table-list_wrapper.sizw-100 {
  text-align: left;
  width: 100%;
}

.table-list_wrapper.center {
  text-align: center;
  width: 100px;
}

.text-block-5 {
  color: #000;
  font-weight: 700;
}

.sport-logo-wrap {
  padding-top: 13px;
}

.table-details {
  grid-column-gap: 5px;
  grid-row-gap: 5px;
  text-align: center;
  background-color: #fff;
  justify-content: flex-start;
  align-items: center;
  width: 110px;
  display: flex;
}

.table-details.size {
  text-align: left;
  width: 290px;
}

.table-details.sizw-100 {
  text-align: left;
  width: 100%;
}

.table-details.center {
  justify-content: center;
  align-items: center;
  width: 100px;
}

.table-details._1 {
  width: 231px;
}

.button {
  text-align: center;
  background-color: #3a4f30;
  border: 1px solid #333;
  border-radius: 5px;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 100%;
  height: 30px;
  margin-top: 10px;
  padding-top: 0;
  padding-bottom: 0;
  font-size: 16px;
  line-height: 30px;
  transition: all .2s;
  display: flex;
}

.button:hover {
  background-color: #ee8b54;
  text-decoration: underline;
}

.button.center {
  width: 98%;
  height: 40px;
  margin-left: auto;
  margin-right: auto;
  line-height: 40px;
}

.button.bg-black {
  background-color: #444;
  width: 139px;
  padding-left: 0;
  padding-right: 0;
  transition: all .2s;
}

.button.bg-black:hover {
  background-color: #e1d333;
  text-decoration: underline;
}

.link-block-3, .link-block-4 {
  text-decoration: none;
}

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

.table.dottel-border {
  border-bottom: 1px dashed #aaa;
}

._50 {
  border-bottom: 1px dashed #aaa;
  height: 50%;
  display: flex;
}

._50.bottom {
  border-bottom-style: none;
}

.profile-hero_section {
  padding-bottom: 80px;
}

.profile-detail_wrapper {
  padding: 20px 20px 0;
}



.expert-pkg {
  background-color: #f1f1f1;
  margin-bottom: 6px;
  padding: 3px;
}

.text-span {
  font-weight: 700;
}

.subscription-hero_section {
  padding-top: 20px;
  padding-bottom: 80px;
}

.weekly-expert_list {
  padding: 20px;
}

.table-header {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  border-bottom: 1px solid #ccc;
  grid-template-rows: auto;
  grid-template-columns: max-content max-content max-content max-content max-content;
  grid-auto-columns: 1fr;
  padding-top: 3px;
  display: grid;
}

.table-div {
  text-align: left;
  background-color: #f1f1f1;
}

.table-div.size {
  text-align: left;
  width: 285px;
}

.table-div.sizw-100 {
  text-align: left;
  width: 100%;
}

.table-div.center {
  text-align: center;
}

.table-div.handicapper {
  width: 230px;
  padding-left: 5px;
}

.table-div.price {
  width: 100px;
}

.table-div.last-days, .table-div._30-days {
  width: 200px;
}

.table-div.action {
  width: 330px;
}

.ats-expert-item {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  border-bottom: 1px dashed #aaa;
  grid-template-rows: auto;
  grid-template-columns: max-content max-content max-content max-content max-content;
  grid-auto-columns: 1fr;
  align-items: center;
  justify-items: center;
  height: 70px;
  display: grid;
}

.expert-item.handicapper {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex-flow: row;
  justify-content: flex-start;
  align-items: center;
  width: 230px;
  display: block;
}

.expert-item.price {
  width: 100px;
}

.expert-item.last-days, .expert-item._30-days {
  width: 200px;
}

.expert-item.action {
  float: left;
  width: 20%;
  line-height: 30px;
}

.expert-name {
  float: left;
  color: var(--blue);
  width: 26%;
  font-size: 18px;
  line-height: 60px;
  text-decoration: none;
  display: block;
}

.is-green {
  color: #090;
  font-weight: 700;
}

.handicapper-hero_section {
  padding-bottom: 80px;
}

.best-handicapers_wrapper {
  padding-top: 0;
  padding-bottom: 0;
}

.season-title_table {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  border-bottom: 1px solid #aaa;
  grid-template-rows: auto;
  grid-template-columns: max-content max-content max-content max-content 1fr;
  grid-auto-columns: 1fr;
  margin-left: 20px;
  margin-right: 20px;
  display: grid;
}

.season-title_table.table {
  border-bottom-style: dashed;
  padding-top: 5px;
  padding-bottom: 5px;
}

.gray-block {
  background-color: #f1f1f1;
  padding: 3px;
}

.gray-block.empty {
  width: 510px;
}

.gray-block.win-loss {
  width: 140px;
}

.gray-block.win {
  width: 65px;
}

.gray-block.unit {
  width: 119px;
}

.gray-block.b-sport {
  text-align: center;
  padding-right: 10px;
}

.filtiring-block {
  border: 0 #666;
  border-radius: 5px;
  margin-bottom: 20px;
  margin-left: auto;
  margin-right: auto;
}

.filtiring-title {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  background-color: #ddd;
  border-bottom: 1px solid #ccc;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
  grid-template-rows: auto;
  grid-template-columns: max-content max-content max-content 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  justify-items: center;
  padding-top: 3px;
  padding-bottom: 3px;
  display: grid;
}

.filtiring-title._1 {
  background-color: rgba(0, 0, 0, 0);
  border: none;
  border-bottom-right-radius: 5px;
  border-bottom-left-radius: 5px;
  padding: 6px 0;
  display: block;
}

.title-wrap {
  width: 294px;
  padding-left: 5px;
}

.select-field {
  color: var(--white);
  background-color: #696969;
  border: 1px solid #aaa;
  border-radius: 5px;
  width: 250px;
  height: 30px;
  margin-bottom: 0;
  padding-top: 0;
  padding-bottom: 3px;
  font-size: 18px;
}

.max-width {
  float: left;
  width: 25%;
}

.button-2 {
  color: var(--white);
  text-align: center;
  background-color: #e34221;
  border: 0 solid #000;
  border-radius: 5px;
  width: 100%;
  height: 30px;
  padding-top: 0;
  padding-bottom: 0;
  font-size: 18px;
  line-height: 28px;
}

.form-block {
  margin-bottom: 0;
}

.season-leader_table {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-left: 20px;
  margin-right: 20px;
  display: grid;
}

.leader-details_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: center;
  justify-items: stretch;
  width: 510px;
  padding-right: 60px;
  display: flex;
}

.win-loss_table {
  justify-content: flex-start;
  align-items: center;
  width: 140px;
  display: flex;
}

.win-table {
  justify-content: flex-start;
  align-items: center;
  width: 65px;
  display: flex;
}

.units-table {
  justify-content: flex-start;
  align-items: center;
  width: 119px;
  display: flex;
}

.best-sport {
  justify-content: center;
  align-items: center;
  display: flex;
}

.info-wrap {
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.div-block {
  background-color: #fff;
  border-radius: 5px;
  overflow: hidden;
}

.image-6 {
  width: 50px;
  position: absolute;
  top: 0;
  right: 10px;
}

.div-block-4 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-flow: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  display: flex;
  position: static;
}

.nav-bottom-link-wrapper {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  justify-content: flex-end;
  margin-top: auto;
  padding-top: 10px;
  display: flex;
  position: static;
}

.nav-bottom-link {
  color: #666;
  align-items: center;
  font-size: 18px;
  line-height: 27px;
  text-decoration: none;
  display: flex;
}

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

.text-span-2 {
  font-size: 30px;
  line-height: 30px;
}

.text-span-3 {
  font-style: italic;
}

.nav-top-link-wrapper {
  float: right;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  justify-content: flex-end;
  margin-bottom: -15px;
  padding-bottom: 0;
  display: block;
  position: relative;
  right: 15px;
}

.nav-top-link {
  color: #444;
  margin-top: 6px;
  padding-left: 14px;
  font-size: 16px;
  line-height: 16px;
  text-decoration: none;
}

.nav-top-link.padding {
  border-right: 1px solid #444;
  padding-left: 0;
  padding-right: 14px;
}

.div-block-5 {
  background-color: #eaeae9;
  justify-content: space-between;
}

.header-top-link {
  color: #06c;
  justify-content: flex-start;
  align-items: center;
  font-size: 12px;
  line-height: 12px;
  text-decoration: none;
  display: flex;
  position: absolute;
}

.text-block-7 {
  margin-top: 3px;
  transition: all .2s;
}

.text-block-7:hover {
  text-decoration: underline;
}

.header-right-colum {
  background-color: #e2e0e0;
  border-radius: 4px;
  justify-content: space-between;
  align-items: center;
  width: 35%;
  margin-left: auto;
  padding: 1.5px;
  position: relative;
  right: 0;
  box-shadow: 0 0 5px 1px #8a8685;
}

.add-cart-icon-wrapper {
  margin-top: 6px;
  margin-bottom: 6px;
  margin-left: 20px;
  position: relative;
}

.add-cart-icon-white {
  width: 29px;
  height: 34px;
  display: inline-block;
}

.add-cart-icon-orange {
  width: 29px;
  height: 34px;
  display: none;
}

._0 {
  color: #fff;
  cursor: pointer;
  font-size: 16px;
  font-weight: 700;
  line-height: 21px;
  text-decoration: none;
  transition: all .2s;
}

._0:hover {
  text-decoration: underline;
}

.join-button-icon-1 {
  border-radius: 4px;
}

.join-button-icon-2 {
  border-radius: 4px;
  display: none;
}

.top-header {
  background-color: #e8e7e7;
}

.white-icon {
  width: 71.2969px;
  height: 100%;
  position: absolute;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: auto;
}

.div-block-6 {
  height: 26px;
  position: relative;
}

.mob {
  display: none;
}

.nav-log-1 {
  width: 100%;
  height: 100%;
}

.nav-log-2 {
  width: 100%;
  height: 100%;
  display: none;
}

.div-block-7 {
  border-top: none;
  margin-top: 2px;
}

.image-2-copy {
  width: 135px;
  height: 135px;
  display: none;
}

.paragraph.align {
  font-size: 18px;
  line-height: 22px;
}

.number {
  color: #fff;
  font-size: 14px;
  line-height: 14px;
  position: absolute;
  top: 4%;
  bottom: auto;
  left: auto;
  right: 29%;
}

.div-block-9 {
  background-color: #878482;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.leaderboard-item {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  display: flex;
}

.dropdown {
  border-bottom: none;
  font-weight: 700;
  line-height: 40px;
  display: flex;
  position: static;
}

.dropdown:hover {
  background-color: #56684d;
}

.dropdown-toggle {
  color: #fff;
  text-align: center;
  flex: 0 auto;
  padding-top: 0;
  padding-bottom: 0;
  font-size: 22px;
}

.dropdown-toggle.w--open {
  z-index: 1;
}

.text-block-8 {
  padding-right: 10px;
  font-size: 20px;
}

.dropdown-list {
  min-width: 300px;
}

.dropdown-list.w--open {
  background-color: #56684d;
  border-radius: 0 0 5px 5px;
  width: 99%;
  min-width: auto;
  margin-top: 2px;
  margin-left: 0;
  margin-right: auto;
  top: 38px;
  left: 0;
  right: 0;
}

.dropdown-link {
  min-width: 150px;
  display: block;
}

.column {
  padding-top: 10px;
  padding-bottom: 10px;
}

.list {
  background-color: rgba(255, 255, 255, .8);
  border-radius: 5px;
  margin-top: 0;
  padding: 5px;
  list-style: none;
}

.list-item {
  list-style-type: none;
}

.dropdown-link-2 {
  border: 0 #000;
  border-top: 1px dashed rgba(58, 79, 48, .5);
  border-bottom: none;
  padding: 5px 15px;
  font-size: 16px;
}

.dropdown-link-2:hover {
  background-color: rgba(58, 79, 48, .28);
  border-radius: 2px;
}

.list-item-2, .dropdown-link-3 {
  border-bottom: 1px solid #000;
}

.column-2 {
  padding-bottom: 0;
  padding-left: 5px;
}

.column-3 {
  padding-top: 10px;
  padding-right: 5px;
}

.dropdown-header {
  color: #e24121;
  padding: 5px 15px;
  font-size: 16px;
}

.list-item-3 {
  list-style-type: none;
}

.columns {
  min-width: 320px;
}

.div-block-10 {
  z-index: 0;
  background-color: #56684d;
  width: 150px;
  height: 16px;
  position: absolute;
  top: -8px;
  left: 10px;
  right: auto;
}

.text-block-9 {
  padding-top: 0;
  font-size: 15px;
}

.image-7 {
  position: relative;
}

.div-block-11 {
  margin-top: auto;
  padding-top: 20px;
  position: relative;
}

.body-2 {
  background-color: #f1f1f1;
  font-size: 18px;
}

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

.text-block-11 {
  text-transform: uppercase;
  padding-bottom: 5px;
  font-weight: 700;
}
.text-block-13 {
  white-space: nowrap;
  overflow: hidden;
}
.text-block-12, .text-block-13, .text-block-14, .text-block-15 {
  font-size: 16px;
}

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

.text-block-17 {
  margin-top: 0;
  font-size: 14px;
}

.text-block-18, .text-block-19, .text-block-20, .text-block-21 {
  font-size: 18px;
}

.text-block-22 {
  font-size: 15px;
}

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

.paragraph-3 {
  margin-bottom: 10px;
  font-size: 18px;
}

.form {
  margin-bottom: 8px;
}

.pop-up-form {
  text-align: left;
  flex-direction: column;
  flex: 1;
  justify-content: center;
  align-items: stretch;
  margin-top: 24px;
  display: flex;
}

.pop-up-text-input {
  background-color: #f7f9fa;
  border: 1px solid #eff1f3;
  border-radius: 3px;
  height: 44px;
  margin-bottom: 16px;
  padding: 10px 16px;
  font-size: 15px;
  line-height: 1.4px;
}

.pop-up-text-input::placeholder {
  color: #c2cdd8;
}

.pop-up-button {
  color: #fff;
  text-align: center;
  background-color: #272727;
  border-radius: 3px;
  flex: none;
  margin-bottom: 8px;
  padding: 8px 32px;
  font-size: 18px;
  font-weight: 500;
  line-height: 1.5;
  transition: opacity .2s;
}

.pop-up-button:hover {
  opacity: .8;
}

.pop-up-button:active {
  opacity: 1;
}

.pop-up-back {
  background-color: rgba(32, 32, 32, .6);
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.pop-up-exit-button {
  opacity: .2;
  cursor: pointer;
  transition: opacity .2s;
  position: absolute;
  top: 20px;
  bottom: auto;
  left: auto;
  right: 20px;
}

.pop-up-exit-button:hover {
  opacity: .8;
}

.popup-form-error {
  color: #444;
  background-color: #dee5eb;
  border-radius: 6px;
  padding: 16px;
}

.pop-up-form-success {
  color: #33383f;
  background-color: #e9e9e9;
  border-radius: 4px;
  padding: 32px;
  font-size: 16px;
  line-height: 1.4em;
}

.pop-up-wrapper {
  z-index: 300;
  justify-content: center;
  align-items: center;
  padding-left: 20px;
  padding-right: 20px;
  display: flex;
  position: fixed;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
  overflow: hidden;
}

.pop-up-box {
  z-index: auto;
  cursor: auto;
  background-color: #fff;
  border-radius: 8px;
  max-width: 460px;
  padding: 40px 40px 32px;
  position: relative;
}

.pop-up-text-box {
  max-width: 650px;
}

.pop-up-paragraph {
  margin-bottom: 10px;
  font-size: 16px;
  line-height: 1.4em;
}

.ms-button {
  color: #fff;
  text-align: center;
  letter-spacing: .03em;
  background-color: #2962ff;
  border: 1px solid #2962ff;
  border-radius: 8px;
  flex: none;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  margin-bottom: 15px;
  padding: 13px 16px 11.5px;
  font-size: 1em;
  font-weight: 600;
  line-height: 1.5;
  text-decoration: none;
  transition: transform .2s cubic-bezier(.645, .045, .355, 1), border-color .2s cubic-bezier(.645, .045, .355, 1), border-radius .2s cubic-bezier(.645, .045, .355, 1), box-shadow .2s cubic-bezier(.645, .045, .355, 1), background-color .2s cubic-bezier(.645, .045, .355, 1);
  display: inline-block;
  position: relative;
  top: 0;
}

.ms-button:hover {
  box-shadow: none;
  color: #fff;
  background-color: #1051b9;
  transform: translate(0, 2px);
}

.ms-button:active {
  background-color: #0a3092;
}

.ms-button.ms-is-form {
  clear: none;
  background-color: #121331;
  border-color: rgba(18, 19, 49, .6);
  width: 100%;
  display: block;
}

.ms-input-label {
  text-align: left;
  margin-bottom: 5px;
  font-size: .9em;
  font-weight: 600;
}
.ms-select-field {
  color: #121331;
  background-color: #fff;
  border: 1px solid rgba(18, 19, 49, .25);
  border-radius: 5px;
  min-height: 40px;
  margin-bottom: 1.333em;
  padding: 8px 12px;
  transition: box-shadow .2s, color .2s, box-shadow .2s, border-color .2s;
  position: relative;
  box-shadow: 0 5px 10px -5px rgba(0, 0, 0, .1);
  width:100%;
  font-size: 14px;
}

.ms-help-text {
  opacity: .8;
  margin-top: -15px;
  margin-bottom: 15px;
  font-size: 90%;
  font-weight: 300;
}

.ms-form-block {
  text-align: center;
  overflow: hidden;
  padding: 15px;
}

.ms-input {
  color: #121331;
  background-color: #fff;
  border: 1px solid rgba(18, 19, 49, .25);
  border-radius: 5px;
  min-height: 40px;
  margin-bottom: 1.333em;
  padding: 8px 12px;
  transition: box-shadow .2s, color .2s, box-shadow .2s, border-color .2s;
  position: relative;
  box-shadow: 0 5px 10px -5px rgba(0, 0, 0, .1);
}

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

.ms-input::placeholder {
  color: rgba(18, 19, 49, .6);
}

.pop-up-box-2 {
  cursor: auto;
  background-color: #fff;
  border-radius: 8px;
  max-width: 460px;
  padding: 40px 40px 32px;
  position: relative;
}

.ms-form {
  float: none;
  width: 400px;
  min-width: 400px;
  margin-left: auto;
  margin-right: auto;
  padding: 7.5%;
  display: inline-block;
  position: static;
}

.ms-link {
  color: #2962ff;
  border-bottom: 1px solid rgba(41, 98, 255, .01);
  font-weight: 500;
  text-decoration: none;
  transition: border-color .2s;
}

.ms-link:hover {
  color: #1051b9;
  border-bottom-color: #2962ff;
}

.link-block-5 {
  color: #fff;
  background-color: #af5e28;
  background-image: linear-gradient(#ffa54c, #e34020);
  border-radius: 5px;
  margin-right: 10px;
  padding: 5px 10px;
  font-weight: 700;
  text-decoration: none;
}

.link-block-5:hover {
  background-image: linear-gradient(#e34020, #ffa54c);
}

.text-block-24 {
  flex-flow: column;
  display: block;
}

.div-block-12 {
  float: left;
  padding-left: 10px;
}

.list-2 {
  padding-left: 0;
  list-style-type: none;
  background: white;
  padding-bottom: 7px;
}

.text-block-25 {
  float: left;
  white-space: nowrap;
  width: 55%;
  padding-right: 20px;
  font-size: 16px;
  overflow: hidden;
  margin-top: 7px;
}

.text-block-25.results-team {
  width: 55%;
  margin-top: 0;
}

.text-block-26 {
  float: left;
/*  width: 24%;*/
  padding-top: 0;
  font-size: 16px;
}

.text-block-26.units {
  width: 35%;
  margin-top: 7px;
  padding-top: 0;
  line-height: 20px;
}
/*
.text-block-26.package-l30 {
  width: 38%;
}*/

.list-item-4 {
  clear: both;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  border: none;
  border-bottom: 1px dashed #ccc;
  grid-template-rows: auto;
  grid-template-columns: 0 60px 20% 23% 23% 20%;
  grid-auto-columns: 1fr;
  align-items: center;
  display: block;
  position: relative;
  padding: 10px 10px 0;
}

.list-item-4:last-child {
  border-bottom-style: none;
  border-bottom-width: 0;
}

.list-item-5 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template: "Area Area-2 Area-3 Area-4"
  / 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.div-block-13 {
  float: left;
  width: 70%;
}

.div-block-13.cappers {
  width: 66%;
  line-height: 60px;
}

.div-block-13.results-shell {
  width: 91%;
  line-height: 45px;
}

.column-4, .column-5 {
  padding: 15px;
}

.ms-checkbox-wrap {
  align-items: flex-start;
  margin-bottom: 0;
  padding-top: .3333em;
  line-height: 22px;
  display: flex;
}

.ms-checkbox-wrap.ms-is-smaller {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 90%;
  display: flex;
}

.ms-checkbox {
  background-color: #fff;
  border-width: 1.5px;
  border-color: rgba(18, 19, 49, .25);
  border-radius: 33%;
  flex: none;
  width: 18px;
  height: 18px;
  margin-top: 2px;
  margin-right: 10px;
  transition: background-color .2s, border-color .2s;
}

.ms-checkbox:hover {
  background-color: #2962ff;
  background-image: linear-gradient(rgba(255, 255, 255, .9), rgba(255, 255, 255, .9));
  border-color: #2962ff;
}

.ms-checkbox.w--redirected-checked {
  background-color: #2962ff;
  background-image: url('../images/smallcheck.svg');
  background-size: 70%;
  border-color: rgba(18, 19, 49, .25);
  border-radius: 33%;
}

.ms-checkbox-label {
  font-weight: 300;
}

.columns-2 {
  border: none;
  max-width: 1050px;
  margin: 20px auto 100px;
}

.column-6 {
  border-left: 1px dashed #ccc;
}

.text-block-27 {
  font-size: 12px;
  line-height: 20px;
  position: absolute;
  top: auto;
  bottom: 5px;
  right: 10px;
}

.paragraph-4 {
  margin-bottom: 10px;
}

.link-3 {
  float: left;
  color: #000;
  padding-right: 20px;
  font-size: 18px;
  font-weight: 400;
}

.link-4 {
  font-weight: 700;
  text-decoration: none;
}

.link-5 {
  text-decoration: none;
}

.image-8 {
  float: left;
  margin-right: 5px;
}

.text-span-4 {
  padding-left: 10px;
}
.div-block-2, .div-block-3 {
    background: white;  
  }
/*.sport-pick_block {
  margin-bottom: 20px;
}*/
.cartpicks {
  text-align: right;
}
@media screen and (max-width: 991px) {
  .nav-container {
    display: flex;
  }

  .cartpicks {
    text-align: left;
  }
  .brand-logo.w--current {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    width: auto;
    margin-top: 0;
    display: block;
  }

  .nav-link {
    color: var(--black);
    text-align: left;
    margin-top: 0;
    margin-bottom: 0;
    padding: 10px 20px;
    display: block;
  }

  .nav-menu {
    text-align: left;
    background-color: #ddd;
    height: auto;
    padding: 0;
    display: flex;
  }

  .sports-block {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
  }

  .guarnteed-picks_wrapper {
    width: 100%;
  }

  .text-small {
    margin-bottom: 0;
    margin-left: 0px;
    margin-right: 10px;
    line-height: 20px;
    display: block;
    white-space: nowrap;
  }

  .text-small.is-green {
    float: none;
    width: 63%;
  }

  .leader-img_wrap {
    margin-top: 0;
  }

  .image-4 {
    border: 0 solid #000;
  }

  .button-wrapper {
    margin-left: auto;
    margin-right: 20px;
  }

  .sport-hero_wrapper {
    padding-top: 0;
  }

  .button {
    margin-top: 0;
    display: block;
  }

/*  .button.center {
    margin-top: 20px;
  }*/

  .weekly-expert_list {
    overflow: scroll;
  }

  .expert-item.action {
    float: right;
    clear: none;
    width: auto;
    margin-top: 17px;
    padding-top: 0;
  }

  .expert-name {
    float: none;
    clear: left;
    width: 100%;
    line-height: 20px;
    display: block;
  }

  .gray-block.b-sport {
    width: 120px;
  }

  .filtiring-block {
    width: 100%;
  }

  .filtiring-title._1 {
    max-width: 100%;
  }

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

  .max-width {
    width: 50%;
    padding-bottom: 5px;
    padding-left: 5px;
    padding-right: 5px;
  }

  .form-block {
    max-width: 700px;
  }

  .units-table {
    float: none;
    clear: none;
    line-height: 20px;
    display: block;
  }

  .best-sport {
    width: 130px;
  }

  .menu-button.w--open {
    background-color: rgba(200, 200, 200, 0);
  }

  .icon {
    color: #000;
  }

  .div-block-2, .overflow, .div-block-3, .overflow-auto {
    overflow: scroll;
    background: white;  
  }

  .div-block-4 {
    width: auto;
    display: flex;
  }

  .nav-bottom-link-wrapper {
    display: block;
  }

  .nav-top-link-wrapper {
    display: none;
  }

  .header-right-colum {
    width: 40%;
  }

  .div-block-7 {
    display: block;
  }

  .hero-heading {
    text-align: left;
  }

  .hame-image {
    filter: invert();
  }

  .dropdown {
    text-align: left;
    display: block;
  }

  .dropdown-toggle {
    color: #000;
    text-align: left;
    padding-top: 10px;
    padding-bottom: 10px;
    display: block;
  }

  .dropdown-toggle:hover {
    color: #fff;
    text-align: left;
  }

  .dropdown-toggle.w--open {
    flex: 0 auto;
    width: 100%;
    display: block;
    position: relative;
  }

  .text-block-8 {
    display: inline;
  }

  .dropdown-list.w--open {
    width: 100%;
    margin-top: 0;
    position: relative;
    top: 0;
  }

  .pop-up-button, .ms-button {
    position: relative;
  }

  .ms-form {
    width: 350px;
    min-width: 350px;
  }

  .text-block-25 {
    float: none;
    width: 100%;
    line-height: 20px;
  }

  .text-block-26 {
    width: 80%;
    line-height: 20px;
  }

  .text-block-26.units {
    width: 75%;
    margin-top: 5px;
  }

  .list-item-4 {
    border-bottom: 1px dashed #000;
    grid-template-rows: auto auto;
    height: auto;
    padding: 7px;
    display: block;
  }

  .list-item-4.no-border {
    border: 1px #000;
  }

  .div-block-13 {
    float: left;
    flex-flow: column;
    width: 63%;
    display: block;
  }

  .div-block-13.cappers {
    width: 54%;
  }

  .div-block-13.results-shell {
    width: 88%;
  }

/*  .div-block-13.sub-capperinfo {
    width: 50%;
  }*/
}

@media screen and (max-width: 767px) {
  .navigattion {
    background-color: #000;
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .nav-container {
    margin-top: 0;
  }

  .brand-logo.w--current {
    width: 300px;
    height: auto;
  }

  .nav-link {
    color: var(--black);
    text-align: left;
    margin-top: 0;
    margin-bottom: 0;
    padding: 10px 20px 10px 40px;
    font-size: 19px;
    display: block;
  }

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

  .nav-link.hidden-nav-link {
    text-align: left;
    font-size: 20px;
    display: block;
  }

  .nav-menu {
    padding: 0;
  }

  .home-hero_section {
    margin-left: 10px;
    margin-right: 10px;
    padding-bottom: 60px;
  }

  .container {
    width: 100%;
    display: block;
  }

  .hero-banner_wrapperr {
    grid-template-columns: max-content;
    padding: 10px;
    display: flex;
  }

  .proven-img_wrapper {
    display: none;
  }

  .text-small.is-green {
    width: 79%;
  }

  .result-title_wrapper {
    margin-top: auto;
  }

  .result-items {
    grid-template-rows: auto auto auto;
    grid-template-columns: 1fr 1fr;
  }

  .sport-hero_wrapper {
    padding-top: 0;
  }

  .button.center {
    margin-top: 20px;
  }

  .profile-hero_wrapper {
    padding-top: 0;
  }

  .expert-item.action {
    float: none;
    clear: both;
    margin-top: auto;
    margin-right: auto;
    padding-top: 10px;
  }

  .handicapper-hero_section {
    padding-left: 10px;
    padding-right: 10px;
  }

  .form-block {
    max-width: 100%;
  }

  .icon {
    color: #fff;
  }

  .nav-bottom-link-wrapper {
    display: none;
  }

  .header-right-colum {
    background-color: #7e7a78;
    background-image: linear-gradient(360deg, #7e7a78, #7e7a78 53%, rgba(126, 122, 120, .1));
    width: 100%;
    display: flex;
  }

  .add-cart-icon-wrapper {
    flex: 0 auto;
    margin-right: 10px;
  }

  ._0 {
    text-align: center;
    flex: 1;
  }

  .join-button {
    margin-right: 20px;
  }

  .top-header {
    display: block;
  }

  .white-icon {
    width: auto;
  }

  .div-block-6 {
    height: 40px;
    display: block;
  }

  .mob {
    display: block;
  }

  .nav-log-1 {
    display: none;
  }

  .nav-log-2, .div-block-7, .image-2-copy {
    display: block;
  }

  .div-block-8 {
    align-items: center;
    width: 100%;
    display: flex;
  }

  .paragraph {
    width: 99.9998%;
  }

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

  .hero-heading-wrapper {
    align-items: center;
    width: 100%;
    display: flex;
  }

  .div-block-9 {
    width: 100%;
    display: flex;
  }

  .hame-image {
    filter: none;
  }

  .dropdown {
    text-align: left;
    padding: 10px 20px;
  }

  .pop-up-form {
    flex-direction: column;
  }

  .link-block-5 {
    flex: 0 auto;
  }

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

  .list-item-4 {
    flex-flow: row;
  }

  .div-block-13 {
    width: 80%;
  }

  .div-block-13.results-shell {
    width: 81%;
  }

  .text-block-27 {
    top: 43px;
    bottom: auto;
  }

  .text-span-4 {
    padding-left: 10px;
  }
}

@media screen and (max-width: 479px) {
  h1 {
    margin-top: 0;
  }

  .navigattion {
    clear: none;
    padding-top: 0;
    padding-bottom: 10px;
  }

  .nav-container {
    justify-content: space-between;
    margin-top: 0;
  }

  .navbar {
    line-height: 37px;
  }

  .brand-logo {
    width: 150px;
    height: auto;
  }

  .brand-logo.w--current {
    flex: 1;
    width: 200px;
    height: auto;
  }

  .nav-link {
    text-align: left;
    margin-top: 0;
    margin-bottom: 0;
    padding-top: 10px;
    padding-bottom: 10px;
    padding-left: 40px;
    display: block;
  }

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

  .nav-link.hidden-nav-link {
    display: block;
  }

  .nav-menu {
    background-color: #ddd;
    border-radius: 5px;
    margin-top: auto;
    padding: 0;
    display: flex;
    overflow: hidden;
  }

  .container {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    flex-direction: column;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    justify-content: flex-start;
    align-items: flex-start;
    width: 100%;
    display: block;
  }

  .hero-banner_wrapperr {
    grid-template-columns: 1fr;
    align-items: center;
    justify-items: center;
  }

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

  .banner-content_wrapper {
    text-align: center;
  }

  .game-pick_wrapper {
    grid-template-columns: 1fr;
    width: 100%;
  }

  .game-pick_block {
    justify-content: center;
    align-items: center;
    width: 100%;
  }

  .game-pick_block.dot-none {
    border-bottom-style: dashed;
    width: 100%;
  }

  .text-small {
    margin-top: 5px;
    margin-bottom: 0;
  }

  .text-small.is-blue {
    margin-bottom: auto;
  }

  .text-small.is-green {
    width: 90%;
  }

  .competition_wrap {
    width: 95%;
  }

  .competator-logo {
    opacity: 1;
    transform: rotate(0);
  }

  .details-bar {
    width: 95%;
  }

  .ats-hote_zone {
    width: 400px;
  }

  .leaderboard-wrap {
    flex-flow: column;
    height: 120px;
    padding-right: 0;
    display: block;
  }

  .leader-img_wrap, .image-4 {
    margin-right: 10px;
  }

  .button-wrapper {
    clear: none;
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    flex: 0 auto;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    margin-top: 10px;
    margin-left: 78px;
    margin-right: 15px;
    display: block;
    position: static;
  }

  .hero-subscription_banner {
    height: 50px;
  }

  .result-title_wrapper {
    margin-top: auto;
  }

  .result-items {
    grid-template-columns: 1fr;
  }

  .footer-menu {
    flex-flow: wrap;
  }

  .sport-hero_section {
    padding-bottom: 60px;
  }

  .sport-hero_wrapper {
    padding-top: 0;
  }

  .sport-pick_info {
    padding-bottom: 0;
  }

  .table-list.border-none {
    grid-template-rows: auto auto;
  }

  .profile-hero_wrapper {
    padding-top: 0;
    padding-bottom: 0;
  }

  .profile-detail_wrapper.horizontal {
    flex-flow: column;
    grid-auto-flow: row;
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .subscription-hero_section {
    padding-top: 0;
    padding-bottom: 10px;
  }

  .ats-expert-item {
    grid-template-columns: max-content max-content;
  }

  .expert-item.action {
    width: 100%;
  }

  .handicapper-hero_section {
    margin-left: auto;
    margin-right: auto;
    padding-bottom: 60px;
    padding-left: 0;
    padding-right: 0;
  }

  .filtiring-block {
    width: auto;
    margin-top: 20px;
  }

  .max-width {
    width: 100%;
  }

  .div-block {
    overflow: scroll;
  }

  .menu-button {
    background-color: rgba(200, 200, 200, 0);
    flex: 0 auto;
    margin-left: auto;
    margin-right: 0;
  }

  .menu-button.w--open {
    background-color: rgba(200, 200, 200, 0);
  }

  .image-6 {
    position: absolute;
    top: 10px;
    right: 10px;
  }

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

  .header-top-link {
    width: 100%;
    display: none;
  }

  .header-right-colum {
    width: 100%;
    display: block;
  }

  .add-cart-icon-wrapper {
    flex: 0 auto;
    margin-right: 10px;
    padding-right: 0;
  }

  ._0 {
    text-align: center;
    flex: 1;
    display: block;
  }

  .div-block-6 {
    float: none;
    clear: none;
    flex-flow: row;
    height: 47px;
    display: flex;
    position: relative;
  }

  .mob {
    width: 100%;
    display: block;
  }

  .nav-log-2 {
    width: 200px;
    max-width: max-content;
    height: auto;
  }

  .div-block-7 {
    object-fit: fill;
    height: 70px;
    display: block;
    overflow: visible;
  }

  .image-2-copy {
    width: 100px;
    height: 100px;
  }

  .paragraph.align {
    text-align: left;
  }

  .hero-heading-wrapper {
    justify-content: flex-start;
    align-items: center;
  }

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

  .div-block-9 {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    display: flex;
  }

  .leaderboard-item {
    grid-column-gap: 20px;
    grid-row-gap: 10px;
    flex-flow: row;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    display: flex;
  }

  .dropdown {
    flex-flow: row;
    padding: 0;
    display: block;
  }

  .dropdown:hover {
    background-color: rgba(0, 0, 0, 0);
  }

  .dropdown-toggle {
    color: #000;
    text-align: left;
    padding-top: 10px;
    padding-bottom: 10px;
    padding-left: 40px;
    display: block;
  }

  .dropdown-toggle:hover {
    color: #fff;
    background-color: #56684d;
  }

  .dropdown-toggle.w--open {
    color: #fff;
    opacity: 1;
    background-color: #56684d;
    flex: 1;
    padding-top: 10px;
    padding-bottom: 10px;
    display: block;
  }

  .dropdown-list.w--open {
    flex: 1;
    width: 100%;
    margin-top: 0;
    position: relative;
    top: 0;
  }

  .column-2 {
    padding-left: 10px;
  }

  .column-3 {
    padding-right: 10px;
  }

  .columns {
    flex-flow: column;
    min-width: 270px;
    display: block;
  }

  .image-7 {
    width: 80%;
  }

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

  .pop-up-text-input {
    width: 100%;
  }

  .pop-up-button {
    width: 100%;
    font-size: 16px;
  }

  .pop-up-box {
    padding: 48px 24px 16px;
  }

  .ms-button {
    width: 100%;
    min-height: auto;
    padding: .6em 1.3em;
    font-size: 14px;
    font-style: normal;
  }

  .ms-form-block {
    width: 100%;
  }

  .ms-input {
    font-size: 12px;
  }

  .pop-up-box-2 {
    padding: 48px 24px 16px;
  }

  .ms-form {
    width: 100%;
    min-width: auto;
  }

  .link-block-5 {
    flex: 1;
    display: block;
  }

  .text-block-25.results-team {
    float: left;
    width: 98%;
  }

  .text-block-26.units {
    width: 96%;
  }

  .text-block-26.package-l30 {
    width: 100%;
  }

  .list-item-4 {
    position: relative;
  }

  .div-block-13 {
    width: 77%;
  }

  .div-block-13.results-shell {
    width: 73%;
  }

  .ms-checkbox-wrap {
    display: flex;
  }

  .text-block-27 {
    font-size: 12px;
    line-height: 10px;
    position: absolute;
    top: 59px;
    right: 9px;
  }

  .link-4 {
    white-space: normal;
    width: 100%;
    display: block;
  }

  .text-span-4 {
    padding-left: 0;
    display: block;
  }
}

.ex {
    width: 55px;
    height: 55px;
    position: absolute;
    z-index: 1;
    margin: 0px;
}
.button-subscription {
  margin: 30px 10px;
}
@media (max-width: 990px){
  .betting-highlights {
    margin-top: 15px;
  }
}
@media (min-width: 991px){
  .betting-highlights {
    margin-left: 10px;
    padding-left: 10px;
    border-left: 1px dashed #aaa;
  }
  .profile-details_discription {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
  /*  flex-flow: column;*/
    display: flex;
    padding-bottom: 15px;
  }
}
.white-bg {
  background: white;
}

#w-node-_3600c6c0-58e3-5d0f-e7a7-702fcc6276b5-1323e4a0, #w-node-_3600c6c0-58e3-5d0f-e7a7-702fcc6276c6-1323e4a0, #w-node-_3600c6c0-58e3-5d0f-e7a7-702fcc6276d8-1323e4a0, #w-node-_3c131e56-2fb9-739c-f243-a6b202ca0868-cfb08e40, #w-node-_3d1aaf16-1cee-7fc1-26c9-2bd9ca793a6b-cfb08e40, #w-node-_6c235324-3bd0-1d22-253a-3d18b7d3e9dd-cfb08e40, #w-node-cecd1132-72da-e941-4d4b-9a1c13b34f96-cfb08e40, #w-node-_70fbe789-42ea-01b0-32a2-7da2fd188f69-cfb08e40, #w-node-_8973f9e0-6a9e-3f12-a9ec-34e5f9a7195a-cfb08e40, #w-node-_546e0d7b-47b0-9eb5-20d7-464e0225a58d-557c06fe, #w-node-ee51fb67-07d2-b0dd-aac5-704da83cfda7-557c06fe, #w-node-_18e6354e-dd5b-86bc-4ede-f1dfc37e1926-557c06fe, #w-node-_9af9ff4d-8e0c-2c94-f8a1-e97e2a82a9b5-38e1069c, #w-node-fc08b600-8978-72da-fdc7-6c2bc99c89e5-38e1069c, #w-node-_078cb509-4192-c2b0-391e-9ea7555b8b71-38e1069c {
  align-self: auto;
  justify-self: auto;
}


@font-face {
  font-family: 'Trebuc';
  src: url('../fonts/trebuc.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Trebuc-500';
  src: url('../fonts/trebuc.ttf') format('truetype');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Trebuc-600';
  src: url('../fonts/trebuc.ttf') format('truetype');
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Trebuc-700';
  src: url('../fonts/trebuc.ttf') format('truetype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}


.pulse {
  animation: pulse-animation 2s infinite;
  border-radius: 4px;
}

@keyframes pulse-animation {
  0% {
    box-shadow: 0 0 0 0px rgba(255, 165, 76, 0.4);
  }
  100% {
    box-shadow: 0 0 0 20px rgba(227, 64, 32, 0);
  }
}
.atsbucks1 img,   
.atsbucks2 img {
  width: 100% !important;
}
@media(min-width: 990px){

  .atsbucks1 {
    float: left;
    width: 57%;
  }

  .atsbucks2 {
    float: left;
    width: 43%;
  }
}
