body {
  font-family: "Open Sans", sans-serif;
  color: #000;
}

.fw-300 {
  font-weight: 300;
}

.fw-400 {
  font-weight: 400;
}

.fw-500 {
  font-weight: 500;
}

.fw-600 {
  font-weight: 600;
}

.fw-700 {
  font-weight: 700;
}

.fw-800 {
  font-weight: 800;
}

.text_grey {
  color: #c8c8c8;
}

.btn_ltblue {
  color: #fff;
  background-color: #0986c9;
  border-color: #0986c9;
}

.btn_ltblue:hover,
.btn_ltblue:focus {
  color: #fff;
  background-color: #147eb8;
  border-color: #147eb8;
}

.radius_lg {
  border-radius: 15px;
}

.radius_30 {
  border-radius: 30px;
}

.title_lg {
  font-weight: 700;
  font-size: 42px;
  line-height: 1.2;
}

.title_md {
  font-weight: 700;
  font-size: 34px;
  line-height: 1.2;
}

.team_links {
  min-height: 200px;
}

.wrapper_main {
  /* margin-left: 400px; */
}

.team_info_img {
}

.team_info_img img {
  max-width: 680px;
  width: 100%;
}

.language_nav {
}

.language_nav a {
  color: #c8c8c8;
  font-weight: 500;
  font-size: 18px;
}

.language_nav a.active,
.language_nav a:hover,
.language_nav a:hover {
  color: #0f0000;
}

.links_right a {
  color: #c8c8c8;
  font-weight: 500;
  font-size: 18px;
  padding: 3px 0;
  line-height: 1.3;
}

.links_right a + a {
  margin-top: 28px;
}

.links_right a.active,
.links_right a:hover,
.links_right a:hover {
  color: #0f0000;
}

.team_info_block {
}

.team_info_block .text_lg {
  font-size: 38px;
}

.team_info_block .text_md {
  font-size: 38px;
}

.team_info_block .text_sm {
  font-size: 20px;
}

.team_info_block .team_block_item {
}

.team_block_item .team_img_left {
}

.team_block_item .team_img_left img {
  max-width: 220px;
}

.team_block_item .team_info_right {
}

.team_links .btn_wrap {
  /* max-width: 600px; */
}

.team_links .btn_wrap a {
  font-size: 28px;
}

.team_links .collapse_toggle {
  font-size: 48px;
  line-height: 1;
}

.team_links .collapse_toggle:focus {
  box-shadow: none;
}

.team_links .collapse_toggle .chevron_down {
  transform: rotate(-180deg);
  -webkit-transform: rotate(-180deg);
}

.team_links .collapse_toggle.collapsed .chevron_down {
  transform: rotate(0deg);
  -webkit-transform: rotate(0deg);
}

.pr_eye_test_item {
  display: flex;
  flex-direction: row;
  align-items: center;
}

.pr_eye_test_item + .pr_eye_test_item {
  margin-top: 34px;
}

.pr_eye_test_item .et_icon {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  width: 120px;
  height: 120px;
  background: rgb(255, 255, 255);
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.85);
  position: relative;
  z-index: 111;
  top: -2px;
}

.pr_eye_test_item .et_icon img {
  max-width: 74px;
}

.pr_eye_test_item .et_text_belt {
  position: relative;
  z-index: 110;
  flex-grow: 1;
  font-size: 24px;
  font-weight: 600;
  line-height: 1.25;
  background-color: rgb(0, 0, 0);
  background: -moz-linear-gradient(
    90deg,
    rgba(0, 0, 0, 1) 0%,
    rgba(0, 0, 0, 1) 48%,
    rgba(0, 0, 0, 0) 100%
  );
  background: -webkit-linear-gradient(
    90deg,
    rgba(0, 0, 0, 1) 0%,
    rgba(0, 0, 0, 1) 48%,
    rgba(0, 0, 0, 0) 100%
  );
  background: linear-gradient(
    90deg,
    rgba(0, 0, 0, 1) 0%,
    rgba(0, 0, 0, 1) 48%,
    rgba(0, 0, 0, 0) 100%
  );
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#000000", endColorstr="#000000", GradientType=1);
  margin-left: -11px;
}

.player_ratings {
}

.player_ratings .bluechip {
}

.player_ratings .bluechip .et_icon {
  background-color: #b9f2ff;
}

.player_ratings .bluechip .et_text_belt {
  background: rgb(185, 242, 255);
  background: -moz-linear-gradient(
    90deg,
    rgba(185, 242, 255, 1) 0%,
    rgba(185, 242, 255, 1) 48%,
    rgba(185, 242, 255, 0) 100%
  );
  background: -webkit-linear-gradient(
    90deg,
    rgba(185, 242, 255, 1) 0%,
    rgba(185, 242, 255, 1) 48%,
    rgba(185, 242, 255, 0) 100%
  );
  background: linear-gradient(
    90deg,
    rgba(185, 242, 255, 1) 0%,
    rgba(185, 242, 255, 1) 48%,
    rgba(185, 242, 255, 0) 100%
  );
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#b9f2ff", endColorstr="#b9f2ff", GradientType=1);
}

.player_ratings .gold {
}

.player_ratings .gold .et_icon {
  background-color: #b8860b;
}

.player_ratings .gold .et_text_belt {
  background: rgb(184, 134, 11);
  background: -moz-linear-gradient(
    90deg,
    rgba(184, 134, 11, 1) 0%,
    rgba(184, 134, 11, 1) 48%,
    rgba(184, 134, 11, 0) 100%
  );
  background: -webkit-linear-gradient(
    90deg,
    rgba(184, 134, 11, 1) 0%,
    rgba(184, 134, 11, 1) 48%,
    rgba(184, 134, 11, 0) 100%
  );
  background: linear-gradient(
    90deg,
    rgba(184, 134, 11, 1) 0%,
    rgba(184, 134, 11, 1) 48%,
    rgba(184, 134, 11, 0) 100%
  );
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#b8860b", endColorstr="#b8860b", GradientType=1);
}

.player_ratings .silver {
}

.player_ratings .silver .et_icon {
  background-color: #a9a9a9;
}

.player_ratings .silver .et_text_belt {
  background: rgb(169, 169, 169);
  background: -moz-linear-gradient(
    90deg,
    rgba(169, 169, 169, 1) 0%,
    rgba(169, 169, 169, 1) 48%,
    rgba(169, 169, 169, 0) 100%
  );
  background: -webkit-linear-gradient(
    90deg,
    rgba(169, 169, 169, 1) 0%,
    rgba(169, 169, 169, 1) 48%,
    rgba(169, 169, 169, 0) 100%
  );
  background: linear-gradient(
    90deg,
    rgba(169, 169, 169, 1) 0%,
    rgba(169, 169, 169, 1) 48%,
    rgba(169, 169, 169, 0) 100%
  );
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#a9a9a9", endColorstr="#a9a9a9", GradientType=1);
}

.player_ratings .green {
}

.player_ratings .green .et_icon {
  background-color: #0fd129;
}

.player_ratings .green .et_text_belt {
  background: rgb(15, 209, 41);
  background: -moz-linear-gradient(
    90deg,
    rgba(15, 209, 41, 1) 0%,
    rgba(15, 209, 41, 1) 48%,
    rgba(15, 209, 41, 0) 100%
  );
  background: -webkit-linear-gradient(
    90deg,
    rgba(15, 209, 41, 1) 0%,
    rgba(15, 209, 41, 1) 48%,
    rgba(15, 209, 41, 0) 100%
  );
  background: linear-gradient(
    90deg,
    rgba(15, 209, 41, 1) 0%,
    rgba(15, 209, 41, 1) 48%,
    rgba(15, 209, 41, 0) 100%
  );
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#0fd129", endColorstr="#0fd129", GradientType=1);
}

.font18 {
  font-size: 18px;
}

.font20 {
  font-size: 20px;
}

.font48 {
  font-size: 48px;
}

.bg_dark_blue {
  background: rgb(21, 18, 95);
  background: -moz-linear-gradient(
    90deg,
    rgba(21, 18, 95, 1) 0%,
    rgba(72, 69, 139, 1) 100%
  );
  background: -webkit-linear-gradient(
    90deg,
    rgba(21, 18, 95, 1) 0%,
    rgba(72, 69, 139, 1) 100%
  );
  background: linear-gradient(
    90deg,
    rgba(21, 18, 95, 1) 0%,
    rgba(72, 69, 139, 1) 100%
  );
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#15125f", endColorstr="#48458b", GradientType=1);
}

.bg_dark_grey {
  background: rgb(169, 169, 169);
  background: -moz-linear-gradient(
    90deg,
    rgba(169, 169, 169, 1) 0%,
    rgba(200, 200, 200, 1) 100%
  );
  background: -webkit-linear-gradient(
    90deg,
    rgba(169, 169, 169, 1) 0%,
    rgba(200, 200, 200, 1) 100%
  );
  background: linear-gradient(
    90deg,
    rgba(169, 169, 169, 1) 0%,
    rgba(200, 200, 200, 1) 100%
  );
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#a9a9a9", endColorstr="#c8c8c8", GradientType=1);
}

.aahsf_badge {
}

.aahsf_badge .badge {
  min-width: 130px;
  border-radius: 30px;
}

.psc_list_item {
}

.psc_list_item .tbl_title_row {
  /* transform: translateY(-100%);
    -webkit-transform: translateY(-100%); */
  margin-top: -52px;
  color: #000;
  font-weight: 700;
}

.psc_list_item .tbl_data_row {
  margin-top: 5px;
  position: relative;
  top: 3px;
}

.psc_list_wrapper {
  margin-top: 80px;
}

.psc_list_wrapper .pr_eye_test_item .et_text_belt {
  margin-left: -18px;
  background: rgb(21, 18, 95);
  background: -moz-linear-gradient(
    90deg,
    rgba(21, 18, 95, 1) 0%,
    rgba(21, 18, 95, 1) 48%,
    rgba(21, 18, 95, 0) 100%
  );
  background: -webkit-linear-gradient(
    90deg,
    rgba(21, 18, 95, 1) 0%,
    rgba(21, 18, 95, 1) 48%,
    rgba(21, 18, 95, 0) 100%
  );
  background: linear-gradient(
    90deg,
    rgba(21, 18, 95, 1) 0%,
    rgba(21, 18, 95, 1) 48%,
    rgba(21, 18, 95, 0) 100%
  );
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#15125F", endColorstr="#15125F", GradientType=1);
}

.psc_list_item .title_item {
  font-weight: 700;
  font-size: 22px;
}

.psc_list_item .data_item {
  font-size: 22px;
}

.psc_list_item .title_item,
.psc_list_item .data_item {
  padding: 7px 7px;
  line-height: 1.2;
  font-size: 22px;
}

.psc_list_item .title_item:nth-child(1),
.psc_list_item .data_item:nth-child(1) {
  width: 7%;
}

.psc_list_item .title_item:nth-child(2),
.psc_list_item .data_item:nth-child(2) {
  width: 18%;
}

.psc_list_item .title_item:nth-child(3),
.psc_list_item .data_item:nth-child(3) {
  width: 24%;
}

.psc_list_item .title_item:nth-child(4),
.psc_list_item .data_item:nth-child(4) {
  width: 15%;
}

.psc_list_item .title_item:nth-child(5),
.psc_list_item .data_item:nth-child(5) {
  width: 10%;
}

.psc_list_item .title_item:nth-child(6),
.psc_list_item .data_item:nth-child(6) {
  width: 26%;
}

.player_info_block {
  margin-top: 80px;
}

.player_info_block .title_lg {
  position: relative;
  z-index: 111;
}

.player_info_block .player_info_img {
  margin-top: -190px;
}

.player_info_block .player_info_img img {
  max-width: 960px;
}

.player_info_block .player_positions_img img {
  max-width: 1060px;
  width: 100%;
}

.title-2 {
  font-weight: 700;
  font-size: 32px;
  line-height: 1.2;
}

.purple_card {
  border-radius: 20px;
  padding: 50px;
  color: #fff;
  font-size: 18px;
  font-weight: 700;
  background: rgb(79, 36, 109);
  background: -moz-linear-gradient(
    90deg,
    rgba(79, 36, 109, 1) 0%,
    rgba(34, 12, 49, 1) 100%
  );
  background: -webkit-linear-gradient(
    90deg,
    rgba(79, 36, 109, 1) 0%,
    rgba(34, 12, 49, 1) 100%
  );
  background: linear-gradient(
    90deg,
    rgba(79, 36, 109, 1) 0%,
    rgba(34, 12, 49, 1) 100%
  );
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#4f246d", endColorstr="#220c31", GradientType=1);
}

.player_info_block .purple_card {
  max-width: 960px;
}

.player_info_block .dot_green {
  width: 35px;
  height: 35px;
  display: inline-block;
  border-radius: 100%;
  background-color: #108a20;
  -webkit-box-shadow: 0px 2px 2px 2px rgba(0, 0, 0, 0.7);
  box-shadow: 0px 2px 2px 2px rgba(0, 0, 0, 0.7);
}

.legend_block {
  padding: 50px;
  border-radius: 30px;
  border: #a9a9a9 solid 1px;
  box-shadow: 0px 2px 3px 3px rgba(0, 0, 0, 0.6);
  -webkit-box-shadow: 0px 2px 3px 3px rgba(0, 0, 0, 0.6);
}

.mw_740 {
  max-width: 760px;
}

.mw_960 {
  max-width: 960px;
}

.mw_1000 {
  max-width: 1000px;
}

.mw_1060 {
  max-width: 1060px;
}

.left_nav_social {
}

.left_nav_social .social-item {
  margin-bottom: 35px;
}

.left_nav_social .icon {
  width: 72px;
  margin-right: 22px;
}

.left_nav_social a {
  text-decoration: none;
  color: #000;
  font-weight: 700;
  font-size: 20px;
  line-height: 1.25;
}

.team_details_block.block_2 {
  padding-left: 250px;
  margin-top: -80px;
}

.ap_nubmer_block_wrapper {
}

.ap_nubmer_block_wrapper .ap_nubmer_block {
  width: 63px;
  text-align: center;
  padding: 0 5px;
}

.ap_nubmer_block_wrapper .ap_text {
  font-size: 20px;
  font-weight: 700;
}

.ap_nubmer_block_wrapper .ap_num {
  font-size: 32px;
  font-weight: 700;
}

.tab_style_1 {
}

.tab_style_1 {
}

.tab_style_1 {
}

.tab_style_1 .nav-link {
  border: 0;
  border-radius: 0;
  background-color: #fff;
  font-size: 20px;
  font-weight: 700;
  color: #c8c8c8;
}

.tab_style_1 .nav-link.active,
.tab_style_1 .show > .nav-link {
  color: #000;
}

/*------------- list_style_1 -------------*/
.list_style_1_wrapper {
  margin-top: 40px;
}

.list_style_1_item {
  display: flex;
  flex-direction: row;
  align-items: center;
}

.list_style_1_item + .list_style_1_item {
  margin-top: 45px;
}

.list_style_1_item .list_icon {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  min-width: 120px;
  width: 120px;
  height: 120px;
  background: rgb(255, 255, 255);
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.85);
  position: relative;
  z-index: 111;
  top: -2px;
}

.list_style_1_item .list_icon img {
  /*    max-width: 74px;*/
}

.list_style_1_item .text_belt {
  margin-left: -18px;
  background: rgb(21, 18, 95);
  background: -moz-linear-gradient(
    90deg,
    rgba(21, 18, 95, 1) 0%,
    rgba(21, 18, 95, 1) 48%,
    rgba(21, 18, 95, 0) 100%
  );
  background: -webkit-linear-gradient(
    90deg,
    rgba(21, 18, 95, 1) 0%,
    rgba(21, 18, 95, 1) 48%,
    rgba(21, 18, 95, 0) 100%
  );
  background: linear-gradient(
    90deg,
    rgba(21, 18, 95, 1) 0%,
    rgba(21, 18, 95, 1) 48%,
    rgba(21, 18, 95, 0) 100%
  );
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#15125F", endColorstr="#15125F", GradientType=1);
  flex-grow: 1;
  font-weight: 600;
  flex-wrap: wrap;
  border-radius: 5px;
}

.list_style_1_item .tbl_title_row {
  margin-top: -54px;
  color: #000;
  font-weight: 700;
}

.list_style_1_item .tbl_data_row {
  margin-top: 5px;
  position: relative;
  top: 7px;
}

.list_style_1_wrapper .list_style_1_item .et_text_belt {
  margin-left: -18px;
  background: rgb(21, 18, 95);
  background: -moz-linear-gradient(
    90deg,
    rgba(21, 18, 95, 1) 0%,
    rgba(21, 18, 95, 1) 48%,
    rgba(21, 18, 95, 0) 100%
  );
  background: -webkit-linear-gradient(
    90deg,
    rgba(21, 18, 95, 1) 0%,
    rgba(21, 18, 95, 1) 48%,
    rgba(21, 18, 95, 0) 100%
  );
  background: linear-gradient(
    90deg,
    rgba(21, 18, 95, 1) 0%,
    rgba(21, 18, 95, 1) 48%,
    rgba(21, 18, 95, 0) 100%
  );
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#15125F", endColorstr="#15125F", GradientType=1);
}

.list_style_1_item .title_item {
  font-weight: 700;
  font-size: 22px;
}

.list_style_1_item .data_item {
  font-size: 18px;
}

.list_style_1_item .title_item,
.list_style_1_item .data_item {
  padding: 7px 7px 8px;
  line-height: 1.2;
  font-size: 16px;
}

.list_style_1_item .tbl_colm:nth-child(1) {
  width: 15%;
}

.list_style_1_item .tbl_colm:nth-child(2) {
  width: 14%;
}

.list_style_1_item .tbl_colm:nth-child(3) {
  width: 14%;
}

.list_style_1_item .tbl_colm:nth-child(4) {
  width: 14%;
}

.list_style_1_item .tbl_colm:nth-child(5) {
  width: 14%;
}

.list_style_1_item .tbl_colm:nth-child(6) {
  /*    width: 19%;*/
}

/*------------- list_style_2 -------------*/
.list_style_2_wrapper {
  margin-top: 80px;
}

.list_style_2_item {
  display: flex;
  flex-direction: row;
  align-items: center;
}

.list_style_2_item + .list_style_2_item {
  margin-top: 45px;
}

.list_style_2_item .list_icon {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  width: 100px;
  height: 100px;
  background: rgb(255, 255, 255);
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.85);
  position: relative;
  z-index: 111;
  top: -2px;
}

.list_style_2_item .list_icon img {
  max-width: 74px;
}

.list_style_2_item .text_belt {
  margin-left: -18px;
  background: rgb(21, 18, 95);
  background: -moz-linear-gradient(
    90deg,
    rgba(21, 18, 95, 1) 0%,
    rgba(21, 18, 95, 1) 48%,
    rgba(21, 18, 95, 0) 100%
  );
  background: -webkit-linear-gradient(
    90deg,
    rgba(21, 18, 95, 1) 0%,
    rgba(21, 18, 95, 1) 48%,
    rgba(21, 18, 95, 0) 100%
  );
  background: linear-gradient(
    90deg,
    rgba(21, 18, 95, 1) 0%,
    rgba(21, 18, 95, 1) 48%,
    rgba(21, 18, 95, 0) 100%
  );
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#15125F", endColorstr="#15125F", GradientType=1);
  flex-grow: 1;
  font-weight: 600;
  flex-wrap: wrap;
  padding: 7px 15px 7px 20px;
}

.list_style_2_item .tbl_title_row {
  margin-top: -45px;
  color: #000;
  font-weight: 700;
}

.list_style_2_item .tbl_data_row {
  margin-top: 9px;
  position: relative;
  top: 3px;
}

.list_style_2_wrapper .list_style_2_item .et_text_belt {
  margin-left: -18px;
  background: rgb(21, 18, 95);
  background: -moz-linear-gradient(
    90deg,
    rgba(21, 18, 95, 1) 0%,
    rgba(21, 18, 95, 1) 48%,
    rgba(21, 18, 95, 0) 100%
  );
  background: -webkit-linear-gradient(
    90deg,
    rgba(21, 18, 95, 1) 0%,
    rgba(21, 18, 95, 1) 48%,
    rgba(21, 18, 95, 0) 100%
  );
  background: linear-gradient(
    90deg,
    rgba(21, 18, 95, 1) 0%,
    rgba(21, 18, 95, 1) 48%,
    rgba(21, 18, 95, 0) 100%
  );
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#15125F", endColorstr="#15125F", GradientType=1);
}

.list_style_2_item .title_item {
  font-weight: 700;
  font-size: 22px;
}

.list_style_2_item .data_item {
  font-size: 22px;
}

.list_style_2_item .title_item,
.list_style_2_item .data_item {
  padding: 6px 7px;
  line-height: 1.2;
  font-size: 22px;
}

.list_style_2_item .tbl_colm:nth-child(1) {
  width: 8%;
}

.list_style_2_item .tbl_colm:nth-child(2) {
  width: 24%;
}

.list_style_2_item .tbl_colm:nth-child(3) {
  width: 13%;
}

.list_style_2_item .tbl_colm:nth-child(4) {
  width: 13%;
}

.list_style_2_item .tbl_colm:nth-child(5) {
  width: 12%;
}

.list_style_2_item .tbl_colm:nth-child(6) {
  width: 20%;
}

.list_style_2_item .tbl_colm:nth-child(7) {
  width: 10%;
}

.list_style_2_item .tbl_colm:nth-child(7) svg {
  margin-top: -7px;
}

.schedule_block {
  /* max-width: 1000px; */
}

.schedule_block + .schedule_block {
  margin-top: 100px;
}

.schedule_block .date_time {
  color: #000;
  font-weight: 700;
  font-size: 48px;
}

.schedule_block .first_row {
  margin-bottom: 20px;
}

.schedule_block .first_row .image {
}

.schedule_block .first_row .num {
  color: #000;
  font-weight: 700;
  font-size: 48px;
}

.schedule_block .second_row .text_1 {
  color: #000;
  font-weight: 700;
  font-size: 48px;
  width: 140px;
}

.schedule_block .second_row .text_2 {
  color: #000;
  font-weight: 700;
  font-size: 48px;
}

.schedule_block .second_row .image {
}

.schedule_block .second_row .image img,
.schedule_block .first_row .image img {
  max-width: 650px;
}

.schedule_block .text_bottom {
  margin-top: 20px;
}

.schedule_block .text_bottom a {
  text-decoration: none;
  color: #000;
  font-weight: 700;
  font-size: 18px;
}

.schedule_block .text_bottom a:hover {
  text-decoration: underline;
  color: #000;
}

.link_black {
  color: #000;
  text-decoration: none;
}

.link_black:hover,
.link_black:focus {
  color: #000;
  text-decoration: underline;
}

.link_grey {
  color: #c8c8c8;
  text-decoration: none;
}

.link_grey:hover,
.link_grey:focus {
  color: #000;
  text-decoration: underline;
}

.tab_style_1 .nav-link + .view-option {
  display: none;
}

.tab_style_1 .nav-link.active + .view-option {
  display: block;
}

.pr_eye_test_item .icon_lg {
  width: 140px;
  height: 140px;
}

.list_style_2_item .list_icon img {
  max-width: 60px;
}

.nav_horizontal {
}

.nav_horizontal {
  background-color: #f5f5f5 !important;
}

.nav_horizontal .navbar-nav .nav-link {
  color: #c8c8c8;
  font-weight: 500;
}

.nav_horizontal .navbar-nav .nav-link.active,
.nav_horizontal .navbar-nav .show > .nav-link {
  color: rgba(0, 0, 0, 0.9);
  font-weight: 700;
}

.team_details_block .col {
  padding-left: 7px;
  padding-right: 7px;
}

.schedule_block .first_row .image img {
  max-width: 630px;
}
.nav_main .navbar-nav .nav-item .sub_nav {
  display: none;
  margin-top: -15px;
}
.nav_main .navbar-nav .nav-item.active .sub_nav {
  display: flex;
}
.nav_main .sub_nav {
  padding-right: 50px;
}
.nav_main .sub_nav a {
  color: #ccc;
  font-size: 19px;
  font-weight: 700;
  text-decoration: none;
}
.nav_main .sub_nav a:focus,
.nav_main .sub_nav a:hover {
  text-decoration: underline;
}
.nav_main .sub_nav a.active {
  color: #000;
}

/* *********************************** */

@media (min-width: 992px) {
  .wrapper_main {
    margin-left: 260px;
  }
}

@media (min-width: 1200px) {
  .nav_horizontal .navbar-nav .nav-link + .nav-link {
    margin-left: 2vw;
  }

  .wrapper_main {
    margin-left: 310px;
  }
}

@media (min-width: 1300px) {
  .wrapper_main {
    margin-left: 310px;
  }
}

@media (min-width: 1400px) {
  .wrapper_main {
    margin-left: 400px;
  }

  .team_details_block .text_sm {
    font-size: 20px;
  }
}

/* *********************************** */

@media (max-width: 1499px) {
  .team_details_block .image img {
    max-width: 120px;
    height: auto;
  }

  .team_links .text48 {
    font-size: 40px;
  }

  .team_links .collapse_toggle .chevron_down {
    max-width: 38px;
  }

  .team_links .btn_wrap a {
    font-size: 26px;
  }

  .schedule_block .second_row .image img,
  .schedule_block .first_row .image img {
    max-width: 620px;
  }
  .player_info_block .player_info_img img {
    max-width: 960px;
    width: 100%;
  }
  .player_info_block .player_info_img {
    margin-top: -175px;
  }
}

@media (max-width: 1399px) {
  .team_details_block .col {
    display: flex;
    flex-direction: column;
  }

  .team_details_block .image {
    order: 1;
  }

  .team_details_block .text_sm {
    font-size: 18px;
    line-height: 1.25;
    order: 2;
  }

  .team_links .radius_30 {
    border-radius: 20px;
    padding: 20px;
  }

  .list_style_1_item .tbl_data_row {
    top: 5px;
  }

  .list_style_1_item .title_item,
  .list_style_1_item .data_item {
    padding: 4px 6px;
    font-size: 18px;
  }

  .list_style_2_item .list_icon,
  .list_style_1_item .list_icon {
    min-width: 100px;
    width: 100px;
    height: 100px;
  }

  .list_style_2_item .list_icon img,
  .list_style_1_item .list_icon img {
    max-width: 60px;
  }

  .schedule_block .date_time,
  .schedule_block .second_row .text_1,
  .schedule_block .second_row .text_2,
  .schedule_block .first_row .num {
    font-size: 42px;
  }

  .schedule_block .second_row .image img,
  .schedule_block .first_row .image img {
    max-width: 520px;
    width: 100%;
  }

  .schedule_block .second_row .image img,
  .schedule_block .first_row .image img {
    max-width: 600px;
    width: 52vw;
  }
  .nav_main .sub_nav {
    padding-right: 34px;
  }
}

@media (max-width: 1299px) {
  .title_lg {
    font-size: 38px;
  }

  .links_right a + a {
    margin-top: 22px;
  }

  .team_block_item .team_img_left img {
    max-width: 200px;
  }

  .team_info_block .text_lg {
    font-size: 34px;
  }

  .team_links .text48 {
    font-size: 38px;
  }

  .team_links .collapse_toggle .chevron_down {
    max-width: 30px;
    margin-top: -5px;
  }

  .team_links .btn_wrap a {
    font-size: 22px;
  }

  .list_style_1_item .title_item,
  .list_style_1_item .data_item {
    font-size: 18px;
  }

  .list_style_1_item .list_icon {
    min-width: 100px;
    width: 100px;
    height: 100px;
  }

  .list_style_1_item .list_icon img {
    max-width: 60px;
  }

  .pr_eye_test_item .et_text_belt {
    font-size: 22px;
  }

  .pr_eye_test_item .et_icon {
    width: 100px;
    height: 100px;
  }

  .pr_eye_test_item .et_icon img {
    max-width: 60px;
  }

  .title_md {
    font-size: 32px;
  }

  .list_style_2_item .title_item,
  .list_style_2_item .data_item {
    padding: 6px 6px;
    font-size: 19px;
  }

  .schedule_block .date_time,
  .schedule_block .second_row .text_1,
  .schedule_block .second_row .text_2,
  .schedule_block .first_row .num {
    font-size: 40px;
  }

  .schedule_block .second_row .image,
  .schedule_block .first_row .image {
    padding-right: 15px;
  }
  .title-2 {
    font-size: 30px;
  }
  .legend_block {
    padding: 35px;
    border-radius: 25px;
  }
  .nav_main .navbar-nav .nav-item .sub_nav {
    margin-top: -8px;
  }
  .nav_main .sub_nav a {
    font-size: 16px;
  }
  .nav_main .sub_nav {
    padding-right: 30px;
  }
}

@media (max-width: 1199px) {
  .title_lg {
    font-size: 36px;
  }

  .team_info_img img {
    max-width: 500px;
  }

  .team_block_item .team_img_left img {
    max-width: 160px;
  }

  .team_info_block .text_lg {
    font-size: 32px;
  }

  .team_details_block .text_sm {
    font-size: 16px;
  }

  .list_style_1_item .title_item,
  .list_style_1_item .data_item {
    font-size: 17px;
  }

  .title_md {
    font-size: 28px;
  }

  .ap_nubmer_block_wrapper .ap_text {
    font-size: 18px;
  }

  .ap_nubmer_block_wrapper .ap_num {
    font-size: 30px;
  }

  .list_style_2_item .title_item {
    font-size: 17px;
  }

  .schedule_block .date_time,
  .schedule_block .second_row .text_1,
  .schedule_block .second_row .text_2,
  .schedule_block .first_row .num {
    font-size: 38px;
  }
  .left_nav_social {
    padding-left: 0px;
  }
  .left_nav_social .social-item {
    margin-bottom: 20px;
  }
  .left_nav_social .icon {
    width: 48px;
    margin-right: 10px;
  }
  .left_nav_social a {
    font-size: 18px;
  }
  .player_info_block .player_info_img {
    margin-top: -14vw;
  }
  .player_info_block {
    margin-top: 8vw;
  }
  .title-2 {
    font-size: 28px;
  }
  .team_details_block.block_2 {
    padding-left: 0;
    margin-top: 25px;
  }
  .player_team_info {
    align-items: center;
  }
  .player_team_info .pti_img img {
    max-width: 160px;
  }
  .nav_main .sub_nav {
    padding-right: 15px;
  }
  .nav_main .navbar-nav .nav-item .sub_nav {
    margin-top: -5px;
  }
}

@media (max-width: 991px) {
  .title_lg {
    font-size: 32px;
  }

  .links_right a + a {
    margin-top: 15px;
  }

  .links_right a {
    font-size: 16px;
  }

  .team_block_item .team_img_left img {
    max-width: 140px;
  }

  .team_info_block .text_lg {
    font-size: 28px;
  }

  .team_info_block .text_sm {
    font-size: 18px;
  }

  .team_details_block .col {
    width: 33.33%;
    flex: 0 0 auto;
  }

  .team_links .text48 {
    font-size: 34px;
  }

  .team_links .collapse_toggle .chevron_down {
    max-width: 20px;
    margin-top: -20px;
  }

  .team_links .btn_wrap a {
    font-size: 20px;
  }

  .list_style_1_item .list_icon {
    min-width: 80px;
    width: 80px;
    height: 80px;
  }

  .list_style_1_item .list_icon img {
    max-width: 100%;
  }

  .list_style_1_item .tbl_title_row {
    margin-top: -48px;
  }

  .aahsf_badge .badge {
    font-size: 16px !important;
  }

  .pr_eye_test_item .et_text_belt {
    font-size: 20px;
  }

  .title_md {
    font-size: 24px;
  }

  .ap_nubmer_block_wrapper .ap_text {
    font-size: 17px;
  }

  .ap_nubmer_block_wrapper .ap_num {
    font-size: 28px;
  }

  .ap_nubmer_block_wrapper .ap_nubmer_block {
    width: 60px;
  }

  .list_style_2_item .title_item {
    font-size: 16px;
  }

  .schedule_block .date_time,
  .schedule_block .second_row .text_1,
  .schedule_block .second_row .text_2,
  .schedule_block .first_row .num {
    font-size: 32px;
  }

  .schedule_block .second_row {
    flex-wrap: wrap;
  }

  .schedule_block .second_row .text_1 {
    width: 100%;
    margin: 0;
  }

  .schedule_block .second_row .image img,
  .schedule_block .first_row .image img {
    max-width: 550px;
    width: 87vw;
  }

  .schedule_block .text_bottom a {
    font-size: 17px;
  }

  .schedule_block + .schedule_block {
    margin-top: 60px;
  }
  .purple_card {
    padding: 40px;
    font-size: 17px;
  }
  .left_nav_social a {
    font-size: 17px;
  }
  .left_nav_social .icon {
    width: 38px;
  }
  .left_nav_social .social-item {
    margin-bottom: 15px;
  }
  .wrapper_main {
    margin-top: 75px;
  }
  .player_info_block .player_info_img {
    margin-top: -17vw;
  }
  .title-2 {
    font-size: 26px;
  }
  .legend_block {
    padding: 25px;
    box-shadow: 0px 2px 8px 2px rgba(0, 0, 0, 0.25);
    -webkit-box-shadow: 0px 2px 8px 2px rgba(0, 0, 0, 0.25);
  }
  .player_info_block p {
    font-size: 17px;
  }
  .player_team_info .pti_img img {
    max-width: 140px;
  }
  .tab_style_1 .nav-link {
    font-size: 18px;
  }
  .nav_main .navbar-nav .nav-item .sub_nav {
    margin-top: 0;
    padding-left: 38px;
  }
}

@media (max-width: 767px) {
  .links_right a + a {
    margin-top: 10px;
  }

  .team_block_item .team_img_left img {
    max-width: 110px;
  }

  .team_links .text48 {
    font-size: 30px;
  }

  .team_links .btn_wrap a {
    font-size: 18px;
  }

  .pr_eye_test_item .et_icon {
    min-width: 80px;
    width: 80px;
    height: 80px;
  }

  .pr_eye_test_item .et_icon img {
    max-width: 50px;
  }

  .ap_nubmer_block_wrapper .ap_text {
    font-size: 16px;
  }

  .ap_nubmer_block_wrapper .ap_num {
    font-size: 26px;
  }

  .ap_nubmer_block_wrapper .ap_nubmer_block {
    width: 50px;
  }

  .list_style_2_item .text_belt {
    flex-wrap: wrap;
    padding: 25px 15px 0 28px;
  }

  .list_style_2_item .tbl_title_row {
    margin-top: auto;
  }

  .list_style_2_item .tbl_data_row {
    margin-top: 0;
    position: relative;
    top: 0;
  }

  .list_style_2_item .data_item {
    font-size: 17px;
  }

  .list_style_2_item .tbl_colm:nth-child(n) {
    width: 33.33%;
    margin-bottom: 24px;
  }

  .list_style_2_item .title_item {
    font-size: 14px;
    /* background-color: #c89922; */
    background-color: #e3b131;
    border-radius: 5px;
    padding: 3px 5px 4px;
    letter-spacing: 0.01rem;
  }

  .list_style_2_item .tbl_colm:nth-child(7) svg {
    margin-top: 0;
    max-width: 32px;
  }

  .list_style_2_item .tbl_data_row {
    margin-top: 0;
    position: relative;
    top: 0;
  }

  .list_style_2_item .data_item {
    padding: 7px 0 0;
  }

  .list_style_2_item .list_icon {
    min-width: 80px;
    width: 80px;
    height: 80px;
  }

  .schedule_block .second_row .image img,
  .schedule_block .first_row .image img {
    max-width: 75vw;
    width: auto;
  }

  .schedule_block .first_row .num,
  .schedule_block .second_row .text_2 {
    display: flex;
    align-items: center;
  }
  .title-2 {
    font-size: 22px;
  }
  .player_team_info .pti_img img {
    max-width: 130px;
  }
  .team_info_block .text_sm {
    font-size: 17px;
  }
}

@media (max-width: 700px) {
  .list_style_1_item .tbl_title_row {
    margin-top: 0;
  }

  .list_style_1_item .tbl_data_row {
    top: 0;
  }

  .list_style_1_item .title_item,
  .list_style_1_item .data_item {
    padding: 2px 6px;
  }

  .list_style_1_item .tbl_colm:nth-child(n) {
    width: 33.33%;
    margin-bottom: 20px;
    padding-right: 8px;
  }

  .list_style_1_item .text_belt {
    background: rgb(21, 18, 95);
    background: -moz-linear-gradient(
      90deg,
      rgba(21, 18, 95, 1) 0%,
      rgba(21, 18, 95, 1) 48%,
      rgba(21, 18, 95, 0.5) 100%
    );
    background: -webkit-linear-gradient(
      90deg,
      rgba(21, 18, 95, 1) 0%,
      rgba(21, 18, 95, 1) 48%,
      rgba(21, 18, 95, 0.5) 100%
    );
    background: linear-gradient(
      90deg,
      rgba(21, 18, 95, 1) 0%,
      rgba(21, 18, 95, 1) 48%,
      rgba(21, 18, 95, 0.5) 100%
    );
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#15125F", endColorstr="#15125F", GradientType=1);
  }

  /* .list_style_1_item .tbl_title_row {
        color: #f9bd2b;
    } */

  .list_style_1_item .title_item {
    font-size: 14px;
    /* background-color: #c89922; */
    background-color: #e3b131;
    border-radius: 5px;
    padding: 3px 5px 4px;
    letter-spacing: 0.01rem;
  }
}

@media (max-width: 575px) {
  .title_lg {
    font-size: 28px;
  }

  .team_info_img img {
    max-width: 90%;
  }

  .team_info_block .text_lg {
    font-size: 26px;
  }

  .team_info_block .text_sm {
    font-size: 16px;
  }

  .team_info_block .team_block_item {
    background-color: #eeedeb;
    padding: 12px 5px 14px;
    border-radius: 12px;
  }

  .team_block_item .team_img_left {
    margin-bottom: 5px;
  }

  .team_block_item .team_img_right {
    width: 100%;
  }

  .team_details_block .col {
    width: 50%;
  }

  .pr_eye_test_item {
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
    background-color: rgb(0, 0, 0);
    background: -moz-linear-gradient(
      90deg,
      rgba(0, 0, 0, 1) 0%,
      rgba(0, 0, 0, 1) 50%,
      rgba(0, 0, 0, 0.4) 100%
    );
    background: -webkit-linear-gradient(
      90deg,
      rgba(0, 0, 0, 1) 0%,
      rgba(0, 0, 0, 1) 50%,
      rgba(0, 0, 0, 0.4) 100%
    );
    background: linear-gradient(
      90deg,
      rgba(0, 0, 0, 1) 0%,
      rgba(0, 0, 0, 1) 50%,
      rgba(0, 0, 0, 0.4) 100%
    );
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#000000", endColorstr="#000000", GradientType=1);
    padding: 20px;
    margin-top: 30px;
  }

  .pr_eye_test_item + .pr_eye_test_item {
    margin-top: 58px;
  }

  .pr_eye_test_item .et_text_belt {
    background: none;
  }

  .pr_eye_test_item .et_icon {
    margin-top: -55px;
  }

  .pr_eye_test_item.bluechip {
    background: rgb(185, 242, 255);
    background: -moz-linear-gradient(
      90deg,
      rgba(185, 242, 255, 1) 0%,
      rgba(185, 242, 255, 1) 48%,
      rgba(185, 242, 255, 0) 100%
    );
    background: -webkit-linear-gradient(
      90deg,
      rgba(185, 242, 255, 1) 0%,
      rgba(185, 242, 255, 1) 48%,
      rgba(185, 242, 255, 0) 100%
    );
    background: linear-gradient(
      90deg,
      rgba(185, 242, 255, 1) 0%,
      rgba(185, 242, 255, 1) 48%,
      rgba(185, 242, 255, 0) 100%
    );
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#b9f2ff", endColorstr="#b9f2ff", GradientType=1);
  }

  .pr_eye_test_item.gold {
    background: rgb(184, 134, 11);
    background: -moz-linear-gradient(
      90deg,
      rgba(184, 134, 11, 1) 0%,
      rgba(184, 134, 11, 1) 48%,
      rgba(184, 134, 11, 0) 100%
    );
    background: -webkit-linear-gradient(
      90deg,
      rgba(184, 134, 11, 1) 0%,
      rgba(184, 134, 11, 1) 48%,
      rgba(184, 134, 11, 0) 100%
    );
    background: linear-gradient(
      90deg,
      rgba(184, 134, 11, 1) 0%,
      rgba(184, 134, 11, 1) 48%,
      rgba(184, 134, 11, 0) 100%
    );
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#b8860b", endColorstr="#b8860b", GradientType=1);
  }

  .pr_eye_test_item.silver {
    background: rgb(169, 169, 169);
    background: -moz-linear-gradient(
      90deg,
      rgba(169, 169, 169, 1) 0%,
      rgba(169, 169, 169, 1) 48%,
      rgba(169, 169, 169, 0) 100%
    );
    background: -webkit-linear-gradient(
      90deg,
      rgba(169, 169, 169, 1) 0%,
      rgba(169, 169, 169, 1) 48%,
      rgba(169, 169, 169, 0) 100%
    );
    background: linear-gradient(
      90deg,
      rgba(169, 169, 169, 1) 0%,
      rgba(169, 169, 169, 1) 48%,
      rgba(169, 169, 169, 0) 100%
    );
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#a9a9a9", endColorstr="#a9a9a9", GradientType=1);
  }

  .pr_eye_test_item.green {
    background: rgb(15, 209, 41);
    background: -moz-linear-gradient(
      90deg,
      rgba(15, 209, 41, 1) 0%,
      rgba(15, 209, 41, 1) 48%,
      rgba(15, 209, 41, 0) 100%
    );
    background: -webkit-linear-gradient(
      90deg,
      rgba(15, 209, 41, 1) 0%,
      rgba(15, 209, 41, 1) 48%,
      rgba(15, 209, 41, 0) 100%
    );
    background: linear-gradient(
      90deg,
      rgba(15, 209, 41, 1) 0%,
      rgba(15, 209, 41, 1) 48%,
      rgba(15, 209, 41, 0) 100%
    );
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#0fd129", endColorstr="#0fd129", GradientType=1);
  }

  .player_ratings .pr_eye_test_item.bluechip .et_text_belt,
  .player_ratings .pr_eye_test_item.gold .et_text_belt,
  .player_ratings .pr_eye_test_item.silver .et_text_belt,
  .player_ratings .pr_eye_test_item.green .et_text_belt {
    background: transparent;
  }

  .title_lg {
    font-size: 24px;
  }

  .list_style_2_item {
    flex-direction: column;
    align-items: self-start;
  }

  .list_style_2_item {
    background: rgb(21, 18, 95);
    background: -moz-linear-gradient(
      90deg,
      rgba(21, 18, 95, 1) 0%,
      rgba(21, 18, 95, 1) 48%,
      rgba(21, 18, 95, 0.5) 100%
    );
    background: -webkit-linear-gradient(
      90deg,
      rgba(21, 18, 95, 1) 0%,
      rgba(21, 18, 95, 1) 48%,
      rgba(21, 18, 95, 0.5) 100%
    );
    background: linear-gradient(
      90deg,
      rgba(21, 18, 95, 1) 0%,
      rgba(21, 18, 95, 1) 48%,
      rgba(21, 18, 95, 0.5) 100%
    );
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#15125F", endColorstr="#15125F", GradientType=1);
    /* padding: 15px 15px 10px; */
    padding: 25px 25px 0 25px;
    border-radius: 10px;
  }

  .list_style_2_item .text_belt {
    flex-wrap: wrap;
    padding: 20px 15px 0 20px;
    background: transparent;
  }

  .list_style_2_item .list_icon {
    margin-top: -55px;
  }

  .list_style_2_item .tbl_colm:nth-child(n) {
    width: 50%;
    margin-bottom: 25px;
  }

  .schedule_block .date_time {
    flex-direction: column;
    font-size: 28px;
  }

  .schedule_block .second_row .image {
    width: 90%;
  }

  .schedule_block .text_bottom a {
    font-size: 15px;
    font-weight: 500;
  }

  .schedule_block .second_row .text_1 {
    line-height: 1;
  }
  .schedule_block .second_row .image img,
  .schedule_block .first_row .image img {
    max-width: 77vw;
    width: auto;
  }
}

@media (max-width: 575px) {
  .list_style_1_item .text_belt {
    background: transparent;
  }

  .list_style_1_item {
    background: rgb(21, 18, 95);
    background: -moz-linear-gradient(
      90deg,
      rgba(21, 18, 95, 1) 0%,
      rgba(21, 18, 95, 1) 48%,
      rgba(21, 18, 95, 0.5) 100%
    );
    background: -webkit-linear-gradient(
      90deg,
      rgba(21, 18, 95, 1) 0%,
      rgba(21, 18, 95, 1) 48%,
      rgba(21, 18, 95, 0.5) 100%
    );
    background: linear-gradient(
      90deg,
      rgba(21, 18, 95, 1) 0%,
      rgba(21, 18, 95, 1) 48%,
      rgba(21, 18, 95, 0.5) 100%
    );
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#15125F", endColorstr="#15125F", GradientType=1);
    padding: 15px 20px 10px;
    border-radius: 10px;
  }

  .list_style_1_item .tbl_colm:nth-child(n) {
    width: 50%;
  }

  .list_style_1_item {
    flex-direction: column;
    align-items: flex-start;
  }

  .list_style_1_item .list_icon {
    margin-top: -50px;
  }

  .list_style_1_item .data_item {
    padding: 0;
  }

  .ap_nubmer_block_wrapper .ap_nubmer_block {
    width: 48px;
  }
  .player_info_block .title_lg {
    font-size: 22px;
  }
  .purple_card {
    padding: 32px;
    font-size: 16px;
    letter-spacing: 0.0075em;
  }
  .legend_block {
    padding: 20px;
  }
  .player_team_info .pti_img img {
    max-width: 100px;
  }
  .player_team_info {
    background-color: #dfdbdb;
    padding: 12px 5px 14px;
    border-radius: 12px;
  }
}

@media (max-width: 414px) {
  .schedule_block .second_row .text_1,
  .schedule_block .second_row .text_2,
  .schedule_block .first_row .num {
    font-size: 24px;
  }

  .schedule_block .date_time {
    font-size: 20px;
    line-height: 1.3;
    margin-bottom: 7px;
  }
  .schedule_block + .schedule_block {
    margin-top: 50px;
  }
  .purple_card {
    padding: 24px;
  }
  .title_lg {
    font-size: 22px;
  }
}
@media (max-width: 375px) {
  .schedule_block .second_row .image,
  .schedule_block .first_row .image {
    padding-right: 7px;
  }

  .schedule_block .text_bottom {
    margin-top: 15px;
  }
  .schedule_block .second_row .text_1 {
    margin-bottom: 6px;
  }

  .schedule_block .second_row .text_1,
  .schedule_block .second_row .text_2,
  .schedule_block .first_row .num {
    font-size: 22px;
  }

  .schedule_block .date_time {
    font-size: 18px;
  }
}

/* new landing page css start */

@font-face {
  font-family: "Haettenschweiler";
  src: url("../fonts/Haettenschweiler.eot");
  src: url("../fonts/Haettenschweiler.eot?#iefix") format("embedded-opentype"),
    url("../fonts/Haettenschweiler.woff2") format("woff2"),
    url("../fonts/Haettenschweiler.woff") format("woff"),
    url("../fonts/Haettenschweiler.ttf") format("truetype"),
    url("../fonts/Haettenschweiler.svg#Haettenschweiler") format("svg");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Bahnschrift";
  src: url("../fonts/BahnschriftStaticBold.eot");
  src: url("../fonts/BahnschriftStaticBold.eot?#iefix")
      format("embedded-opentype"),
    url("../fonts/BahnschriftStaticBold.woff2") format("woff2"),
    url("../fonts/BahnschriftStaticBold.woff") format("woff"),
    url("../fonts/BahnschriftStaticBold.ttf") format("truetype"),
    url("../fonts/BahnschriftStaticBold.svg#BahnschriftStaticBold")
      format("svg");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
.font_haettenschweiler {
  font-family: "Haettenschweiler";
}
.font_bahnschrift {
  font-family: "Bahnschrift";
}

.nav_main .navbar .navbar-brand {
  margin: 0 20px 0 0;
}
.nav_main .navbar .navbar-brand img {
  width: calc(90px + 12vw);
  max-width: 320px;
  height: auto;
}
.nav_main .navbar-collapse .navbar-nav {
  gap: 7px;
}
.nav_main .navbar-collapse .navbar-nav li {
  /* padding: 10px 7px; */
}
.nav_main .nav_social {
}
.nav_main .nav_social ul {
  gap: calc(5px + 1vw);
  padding: 20px 25px;
}

.nav_main .nav_social a {
  color: inherit;
  font-size: 16px;
  font-weight: 500;
  text-decoration: none;
}
.nav_main .nav_social a .icon {
  display: none;
}
.nav_main .nav_social a .text {
  
}
.nav_main .social_item a:hover {
  text-decoration: none;
}
.nav_main .navbar-dark .navbar-nav .nav-link {
  color: rgba(255, 255, 255, 1);
}
.nav_main .navbar-dark .navbar-nav .nav-link:hover {
  color: #b8860b;
}
.nav_main .navbar-nav .dropdown-menu {
  border-radius: 0;
  background-color: #b8860b;
  left: auto;
  right: 0;
  margin-top: -1px;
  border: none;
  box-shadow: 0 5px 15px 0 rgba(183, 133, 35, 0.6);
}
.nav_main .navbar-nav .dropdown-menu a {
  font-size: 14px;
  font-weight: 600;
  text-decoration: none;
  color: #fff;
  padding: 9px 12px;
}
.nav_main .navbar-nav .dropdown-menu a:hover {
  color: #b8860b;
  background-color: #fff;
}
.nav_main .navbar-nav .dropdown-toggle.show {
  color: #fff;
  background-color: #b8860b;
}
.nav_main .navbar-nav .dropdown-toggle.show:focus,
.nav_main .navbar-nav .dropdown-toggle.show:hover {
  color: #fff;
  background-color: #b8860b;
}
.nav_main .all-athletic-medal-icon-2 img {
  width: 100%;
  max-width: 25px;
  height: auto;
}
.nav_main .football_icon{
max-width: 30px;
}
.nav_main .navbar-toggler {
  padding: .25rem .5rem;
}
.tgt_subnav {
  border-bottom: #b8860b solid 1px;
}
.tgt_subnav .tgt_subnav_toogle{
  font-size: 20px;
  letter-spacing: 0.05em;
  font-weight: 400;
}

.tgt_subnav li {
  color: #b8860b;
  font-size: 14px;
  font-weight: 600;
}
.tgt_subnav li a {
  color: #000;
  text-decoration: none;
  font-size: inherit;
  font-weight: 400;
}
.tgt_subnav li a:hover {
  color: #b8860b;
  text-decoration: none;
}
.landing_wrapper .content_wrapper {
  padding-top: 25px;
  padding-bottom: 40px;
}
.btn_border_1 {
  color: #b8860b;
  font-size: 18px;
  border: #b8860b solid 2px;
  background-color: transparent;
  border-radius: 0;
  padding: 10px 15px;
}
.btn_border_1:focus,
.btn_border_1:hover {
  color: #fff !important;
  background-color: #b8860b;
  border: 2px solid #000 !important;
}
.btn_1 {
  color: #fff;
  font-size: 18px;
  border: #b8860b solid 2px;
  background-color: #b8860b;
  border-radius: 0;
  padding: 10px 15px;
}
.btn_1:focus,
.btn_1:hover {
  color: #b8860b;
  background-color: #fff;
}
.color_darkgoldenrod {
  color: #b8860b;
}
.color_candyapple_red {
  color: #ff0909;
}
.border_radius_0 {
  border-radius: 0 !important;
}
.border_radius_1 {
  border-radius: 5px;
}

.text_30 {
  font-size: 30px;
}
.text_26 {
  font-size: 26px;
}
.text_18 {
  font-size: 18px;
}
.text_darkgoldenrod {
  color: #b8860b !important;
}
.text_black {
  color: #000;
}
.border_black {
  border-color: #000;
}
.border_darkgoldenrod {
  border-color: #b8860b !important;
}
.border_grey {
  border-color: #dfdbdb !important;
}
.bg_black {
  background-color: #000;
}
.bg_darkgoldenrod {
  background-color: #b8860b !important;
}
.bg_candyapple_red {
  background-color: #ff0909;
}
.card_black {
  min-height: 342px;
  padding: 25px 35px;
}
.card_black .text {
  font-size: 30px;
}
.card_1 {
}
.card_1 .card-header {
  padding: 15px 10px;
  font-size: 26px;
}
.card_1 .card_item_row {
}
.card_1 .card_item {
  padding: 10px;
}
.card_1 .card_item + .card_item {
  border-top: #dfdbdb solid 1px;
}
.card_item_img {
}
.card_item_logo {
}
.card_item_img img {
  width: 100%;
  max-width: 82px;
}
.card_1 .card_text_1 {
  font-size: 20px;
}
.card_1 a.see_more {
  background-color: #b8860b !important;
}
.card_1 a.see_more:hover {
  background-color: #a17609 !important;
}

.mid-post-item {
}
.mid-post-item .img-large {
}
.mid-post-item .text_1 {
  font-size: 30px;
  font-weight: 700;
}
.mid-post-item .text_2 {
  font-size: 20px;
  font-weight: 700;
}
.mid-post-item .img-large img {
  width: 100%;
  height: 480px;
  object-fit: cover;
  filter: brightness(0.5);
}
.mid-post-item .img-large .overlay_text {
  top: 50%;
  left: 42%;
  font-size: 48px;
  border-top: #fff solid 2px;
  border-bottom: #fff solid 2px;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  max-width: 335px;
  font-weight: 700;
  padding: 5px 0 30px 0;
}
.mid-post-item .bottom_block {
  border-top: #b8860b solid 4px;
  border-bottom: #b8860b solid 3px;
}
.mid-post-item .bottom_block .link {
  z-index: 100;
}

.load_more_mid {
  border: #b8860b solid 2px;
}
.load_more_mid button {
  padding: 12px 0 10px 0;
  font-size: 16px;
}


.footer {
  font-size: 14px;
}
.footer .footer_top {
  padding: 10px 0;
}
.footer .footer_top a {
  color: inherit;
  font-size: inherit;
  text-decoration: none;
}
.footer .footer_top a:hover {
  color: inherit;
  font-size: inherit;
  text-decoration: underline;
}
.footer .footer_bottom {
  padding: 25px 0;
}
.footer .footer_bottom a {
  color: inherit;
  font-size: inherit;
  text-decoration: none;
}
.footer .footer_bottom a:hover {
  color: #b8860b;
  text-decoration: none;
}

.card_2 .card-header {
  font-size: 30px;
  font-weight: 500;
  padding: 13px 10px 11px;
}
.card_2 .image_block {
}
.card_2 .card_item + .card_item {
  border-top: #dfdbdb solid 1px;
}

.card_2 .image_block img {
  width: 100%;
  height: 172px;
  object-fit: cover;
}
.card_2 .text_block {
  font-size: 28px;
}
.card_2 .text_block p {
  font-size: 20px;
}
.card_2 a.see_more {
  background-color: #b8860b !important;
}
.card_2 a.see_more:hover {
  background-color: #a17609 !important;
}

.video_block .video_img {
}
.video_block .video_img img {
  width: 100%;
  height: 180px;
  object-fit: cover;
}
.video_block .text_1 {
  padding: 12px 5px;
}
.video_block .text_1 span {
  font-size: 25px;
}
.video_block .text_1 img {
  width: 24px;
  height: auto;
}
.video_block .vdo_title {
  padding: 9px 5px;
  font-size: 13px;
  font-weight: 700;
}
a.see_more {
  background-color: #b8860b !important;
}
a.see_more:hover {
  background-color: #a17609 !important;
}
.ad_space {
  min-height: 40px;
  font-size: 20px;
}
.playersconnect_app {
}
.playersconnect_app .img_block img {
  width: 100%;
  height: 205px;
  object-fit: cover;
}
.playersconnect_app .title {
  font-size: 26px;
  font-weight: 500;
}
.playersconnect_app .desc_text {
  font-size: 12px;
  font-weight: 600;
}
.playersconnect_app .download_btn {
}

.playersconnect_app .download_btn button {
  font-size: 11px;
  font-weight: 600;
  background-color: #b8860b !important;
}
.playersconnect_app .download_btn button:hover {
  background-color: #a17609 !important;
}

.trans_commit_news {
  border: #b8860b solid 1px;
  margin-bottom: 6px;
}
.trans_commit_news .header_title {
  font-size: 13px;
  font-weight: 600;
  padding: 8px 5px;
  border-bottom: #b8860b solid 1px;
}
.trans_commit_news .news_item_block {
  padding: 20px 18px 26px 40px;
}
.trans_commit_news .news_item {
  font-size: 17px;
  font-weight: 400;
  padding: 36px 20px 26px;
  border: #fff solid 1px;
  border-radius: 25px;
  margin-top: 30px;
}
.trans_commit_news .news_item + .news_item {
  margin-top: 50px;
}
.trans_commit_news .news_image {
  top: -30px;
  left: -30px;
}
.trans_commit_news .news_image img {
  width: 60px;
  height: 60px;
  border-radius: 50%;
  overflow: hidden;
  object-fit: cover;
}
.trans_commit_news .news_text {
}

.tnc_row a{
  margin-left: -19px;  
  }
.border_gray2{
  border-color: #707070!important;;
}

@media (min-width: 1400px) {
  .tgt_subnav .collapse{
    display: flex!important;
  }
}
@media (max-width: 1499px) {
  .tgt_subnav li {
    font-size: 13px;
  }
  .nav_main .nav_social ul {
    gap: calc(5px + 0.8vw);
    padding: 20px 20px;
}
}
@media (max-width: 1199px) {
  .mid-post-item .img-large .overlay_text {
    font-size: 40px;
    padding: 5px 0 15px 0;
  }
  .mid-post-item .text_1 {
    font-size: 28px;
  }
  .playersconnect_app .title {
    font-size: 22px;
    }
}
@media (max-width: 991px) {
  .card_black {
    min-height: auto;
    padding: 15px 35px 30px;
  }
  .card_black .text {
    font-size: 26px;
  }
  .card_1 .card-header {
    font-size: 24px;
  }
  .card_2 .card-header {
    font-size: 26px;
  }
  .card_2 .text_block {
    font-size: 26px;
  }
  .mid-post-item .img-large .overlay_text {
    font-size: 36px;
    padding: 5px 0 15px 0;
    left: auto;
    margin-left: 25px;
    right: 25px;
  }
  .mid-post-item .text_1 {
    font-size: 26px;
  }
  .mid-post-item .text_2 {
    font-size: 18px;
  }
  .mid-post-item .img-large img {
    height: 300px;
  }
  .nav_main .nav_social ul {
    gap: calc(5px + 0.8vw);
    padding: 12px 20px;
}
.landing_wrapper .content_wrapper {
  padding-bottom: 30px;
}
}

@media (max-width: 767px) {
  .card_black .text {
    font-size: 24px;
  }
  .card_1 .card-header {
    font-size: 24px;
  }
  .card_2 .card-header {
    font-size: 24px;
  }
  .card_2 .text_block {
    font-size: 24px;
  }
  .card_2 .text_block p {
    font-size: 18px;
  }
  .text_26 {
    font-size: 18px;
  }
  .mid-post-item .img-large .overlay_text {
    font-size: 24px;
    padding: 5px 0 15px 0;
  }
  .mid-post-item .text_1 {
    font-size: 24px;
  }
  .mid-post-item .text_2 {
    font-size: 16px;
  }
  .card_1 .card_text_1 {
    font-size: 19px;
  }
  .trans_commit_news .news_item {
    font-size: 16px;
    padding: 30px 17px 17px;
    border-radius: 20px;
    margin-top: 25px;
  }
  .trans_commit_news .news_item + .news_item {
    margin-top: 45px;
  }
  .nav_main .nav_social a .icon {
    display: inline-block;
  }
  .nav_main .nav_social a .text {
    display: none;
  }
}
@media (max-width: 575px) {
  .nav_main .navbar .navbar-brand img {
    width: calc(190px + 10vw);
    height: auto;
}
.nav_main .nav_social ul {
  padding: 6px 10px;
}
  .nav_main .nav_social{
    margin-top: 8px;
  }
}
.video_block .vdo_title {
  font-size: 15px;
  padding: 15px 5px;
}
.video_block .vdo_title img {
    max-width: 30px;
    width: 100%;
}
.star img {
    width: 100%;
    max-width: 200px;
}

/* new landing page css end */
