<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/*.button-reset() {
    text-decoration: none;
    border: none;
    background-color: transparent;
    font-family: inherit; 
    padding: 0;
    cursor: pointer;

    @media screen and (-ms-high-contrast: active) {
    	border: 2px solid currentcolor;
    }
}

.base-btn(@width: 240px, @fontsize: 13px, @lineheight: 16px) {
    background: none;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
	letter-spacing: 1.92px;
    border: none;
    //font-size: 24px;
    //line-height: 30px;
    .heading-base();
	.convertRem(font-size, @fontsize);
	.convertRem(line-height, @lineheight);
    width: @width;
    padding: 12px 0;
    text-transform: uppercase;
    text-decoration: none;
    cursor: pointer;
    .flexbox();
    .flex-align(center);
    .flex-justify(center);
}

//green with shadow button
//applied to &lt;a&gt; or &lt;button&gt; tag
.green-btn(@width:240px, @fontsize: 13px, @lineheight: 16px) {
	.base-btn(@width, @fontsize, @lineheight);
    background-image: url(../../../../../../../../content/dam/atvi/callofduty/cod-touchui/mw2/common/ctas/green-btn-no-shadow-bg.png);
	color: #FFFFFF;
}

//green no shadow button
//applied to &lt;a&gt; or &lt;button&gt; tag
.green-ns-btn(@width:240px, @fontsize: 13px, @lineheight: 16px) {
	.base-btn(@width, @fontsize, @lineheight);
	background-image: url(../../../../../../../../content/dam/atvi/callofduty/cod-touchui/mw2/common/ctas/green-btn-no-shadow-bg.png);
	color: #FFFFFF;
}

//green button with arrow
//applied to &lt;a&gt; or &lt;button&gt; tag
.green-arrow-btn(@width:240px, @fontsize: 13px, @lineheight: 16px) {
	.base-btn(@width, @fontsize, @lineheight);
	background-image: url(../../../../../../../../content/dam/atvi/callofduty/cod-touchui/mw2/common/ctas/green-btn-no-shadow-bg.png);
	color: #FFFFFF;

    span {
        display: inline-block;
        margin-right: 5px;
    }
    
    &amp;:after {
        content: '';
        display: inline-block;
        height: 10px;
        width: 8px;
        background: url(../../../../../../../../content/dam/atvi/callofduty/cod-touchui/vanguard/common/vg-arrow-right.png) no-repeat;
        background-size: cover;
        background-position: center;
    }
}

//gray with shadow button
//applied to &lt;a&gt; or &lt;button&gt; tag
.gray-btn(@width:240px, @fontsize: 13px, @lineheight: 16px) {
	.base-btn(@width, @fontsize, @lineheight);
    background-image: url(../../../../../../../../content/dam/atvi/callofduty/cod-touchui/mw2/common/ctas/white-btn-no-shadow-bg.png);
	color: #000;
}

//gray no shadow button
//applied to &lt;a&gt; or &lt;button&gt; tag
.gray-ns-btn(@width:240px, @fontsize: 13px, @lineheight: 16px) { 
	.base-btn(@width, @fontsize, @lineheight);
	background-image: url(../../../../../../../../content/dam/atvi/callofduty/cod-touchui/mw2/common/ctas/white-btn-no-shadow-bg.png);
	color: #000;
}

//applied to &lt;a&gt; or &lt;button&gt; tag
.dark-gray-btn(@width:240px, @fontsize: 13px, @lineheight: 16px){ 
	.base-btn(@width, @fontsize, @lineheight);
	border: 1px solid #1e1e1e;;
    color: #FFF;
    text-shadow: 0px 0px 0px #000000;

    &amp;:before {
        background-image: linear-gradient(6deg, #353535 0%, #333333 30% 70%, #353535 100%);
        .transition(all 0.5s);
        opacity: 1;
    }
    &amp;:after {
        background-image: linear-gradient(6deg, #282828 0%, #282828 30% 70%, #282828 100%);
    	opacity: 1;
    }
    
    &amp;:hover {

        &amp;:before{ opacity: 0; }
    }

}*/
body {
  color: #fff;
  background: url("../../../../../../../../content/dam/atvi/callofduty/cod-touchui/mobile/esports/2025/common/codm-championships-2025-bg.webp") no-repeat center center fixed;
  background-size: cover;
}
main &gt; .responsivegrid &gt; .aem-Grid &gt; .atvi-layout-container {
  max-width: 1440px;
  margin-inline: auto;
  padding-inline: 60px;
  margin-top: 90px;
  margin-bottom: 0;
  float: none !important;
}
@media (max-width: 1024px) {
  main &gt; .responsivegrid &gt; .aem-Grid &gt; .atvi-layout-container {
    max-width: 1024px;
    padding-inline: 40px;
  }
}
@media (max-width: 600px) {
  main &gt; .responsivegrid &gt; .aem-Grid &gt; .atvi-layout-container {
    max-width: 600px;
    padding-inline: 16px;
  }
}
.codm-esports-layout {
  background: rgba(0, 0, 0, 0.9);
  padding: 20px;
}
.codm-esports-layout .logo {
  max-width: 300px;
  margin: 0 auto;
}
.codm-esports-layout h1 {
  text-align: center;
}
.codm-esports-layout a {
  color: #96c8ff;
  text-decoration: underline;
}
.codm-esports-layout ul {
  margin-left: 60px;
  list-style: disc;
}
.codm-esports-layout li {
  line-height: 1.5;
  margin-bottom: 15px;
}
.codm-esports-layout img,
.codm-esports-layout picture,
.codm-esports-layout video,
.codm-esports-layout canvas,
.codm-esports-layout svg {
  display: block;
  max-width: 100%;
}
.codm-esports-layout table {
  border-collapse: collapse;
  margin-inline: auto;
  table-layout: auto !important;
}
.codm-esports-layout td,
.codm-esports-layout th {
  border: 1px solid #999;
  padding: 0.5rem;
  text-align: left;
}
.codm-esports-layout .atvi-video {
  margin-top: 15px;
}
.codm-esports-layout .text-center {
  text-align: center;
}
html[lang="ar"] .codm-esports-layout ul,
html[dir="rtl"] .codm-esports-layout ul {
  margin-right: 60px;
}

/*.button-reset() {
    text-decoration: none;
    border: none;
    background-color: transparent;
    font-family: inherit; 
    padding: 0;
    cursor: pointer;

    @media screen and (-ms-high-contrast: active) {
    	border: 2px solid currentcolor;
    }
}

.base-btn(@width: 240px, @fontsize: 13px, @lineheight: 16px) {
    background: none;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
	letter-spacing: 1.92px;
    border: none;
    //font-size: 24px;
    //line-height: 30px;
    .heading-base();
	.convertRem(font-size, @fontsize);
	.convertRem(line-height, @lineheight);
    width: @width;
    padding: 12px 0;
    text-transform: uppercase;
    text-decoration: none;
    cursor: pointer;
    .flexbox();
    .flex-align(center);
    .flex-justify(center);
}

//green with shadow button
//applied to &lt;a&gt; or &lt;button&gt; tag
.green-btn(@width:240px, @fontsize: 13px, @lineheight: 16px) {
	.base-btn(@width, @fontsize, @lineheight);
    background-image: url(../../../../../../../../content/dam/atvi/callofduty/cod-touchui/mw2/common/ctas/green-btn-no-shadow-bg.png);
	color: #FFFFFF;
}

//green no shadow button
//applied to &lt;a&gt; or &lt;button&gt; tag
.green-ns-btn(@width:240px, @fontsize: 13px, @lineheight: 16px) {
	.base-btn(@width, @fontsize, @lineheight);
	background-image: url(../../../../../../../../content/dam/atvi/callofduty/cod-touchui/mw2/common/ctas/green-btn-no-shadow-bg.png);
	color: #FFFFFF;
}

//green button with arrow
//applied to &lt;a&gt; or &lt;button&gt; tag
.green-arrow-btn(@width:240px, @fontsize: 13px, @lineheight: 16px) {
	.base-btn(@width, @fontsize, @lineheight);
	background-image: url(../../../../../../../../content/dam/atvi/callofduty/cod-touchui/mw2/common/ctas/green-btn-no-shadow-bg.png);
	color: #FFFFFF;

    span {
        display: inline-block;
        margin-right: 5px;
    }
    
    &amp;:after {
        content: '';
        display: inline-block;
        height: 10px;
        width: 8px;
        background: url(../../../../../../../../content/dam/atvi/callofduty/cod-touchui/vanguard/common/vg-arrow-right.png) no-repeat;
        background-size: cover;
        background-position: center;
    }
}

//gray with shadow button
//applied to &lt;a&gt; or &lt;button&gt; tag
.gray-btn(@width:240px, @fontsize: 13px, @lineheight: 16px) {
	.base-btn(@width, @fontsize, @lineheight);
    background-image: url(../../../../../../../../content/dam/atvi/callofduty/cod-touchui/mw2/common/ctas/white-btn-no-shadow-bg.png);
	color: #000;
}

//gray no shadow button
//applied to &lt;a&gt; or &lt;button&gt; tag
.gray-ns-btn(@width:240px, @fontsize: 13px, @lineheight: 16px) { 
	.base-btn(@width, @fontsize, @lineheight);
	background-image: url(../../../../../../../../content/dam/atvi/callofduty/cod-touchui/mw2/common/ctas/white-btn-no-shadow-bg.png);
	color: #000;
}

//applied to &lt;a&gt; or &lt;button&gt; tag
.dark-gray-btn(@width:240px, @fontsize: 13px, @lineheight: 16px){ 
	.base-btn(@width, @fontsize, @lineheight);
	border: 1px solid #1e1e1e;;
    color: #FFF;
    text-shadow: 0px 0px 0px #000000;

    &amp;:before {
        background-image: linear-gradient(6deg, #353535 0%, #333333 30% 70%, #353535 100%);
        .transition(all 0.5s);
        opacity: 1;
    }
    &amp;:after {
        background-image: linear-gradient(6deg, #282828 0%, #282828 30% 70%, #282828 100%);
    	opacity: 1;
    }
    
    &amp;:hover {

        &amp;:before{ opacity: 0; }
    }

}*/
body#esports-home {
  background: #000 !important;
}
body#esports-home #title {
  text-align: center;
  margin: 50px 0;
}
body#esports-home #title h1 {
  margin-bottom: 10px;
}
body#esports-home #herotext h2 {
  text-align: center;
}
body#esports-home #roadmap-video {
  max-width: 1000px;
  margin-inline: auto;
  margin-top: 50px;
}

/*.button-reset() {
    text-decoration: none;
    border: none;
    background-color: transparent;
    font-family: inherit; 
    padding: 0;
    cursor: pointer;

    @media screen and (-ms-high-contrast: active) {
    	border: 2px solid currentcolor;
    }
}

.base-btn(@width: 240px, @fontsize: 13px, @lineheight: 16px) {
    background: none;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
	letter-spacing: 1.92px;
    border: none;
    //font-size: 24px;
    //line-height: 30px;
    .heading-base();
	.convertRem(font-size, @fontsize);
	.convertRem(line-height, @lineheight);
    width: @width;
    padding: 12px 0;
    text-transform: uppercase;
    text-decoration: none;
    cursor: pointer;
    .flexbox();
    .flex-align(center);
    .flex-justify(center);
}

//green with shadow button
//applied to &lt;a&gt; or &lt;button&gt; tag
.green-btn(@width:240px, @fontsize: 13px, @lineheight: 16px) {
	.base-btn(@width, @fontsize, @lineheight);
    background-image: url(../../../../../../../../content/dam/atvi/callofduty/cod-touchui/mw2/common/ctas/green-btn-no-shadow-bg.png);
	color: #FFFFFF;
}

//green no shadow button
//applied to &lt;a&gt; or &lt;button&gt; tag
.green-ns-btn(@width:240px, @fontsize: 13px, @lineheight: 16px) {
	.base-btn(@width, @fontsize, @lineheight);
	background-image: url(../../../../../../../../content/dam/atvi/callofduty/cod-touchui/mw2/common/ctas/green-btn-no-shadow-bg.png);
	color: #FFFFFF;
}

//green button with arrow
//applied to &lt;a&gt; or &lt;button&gt; tag
.green-arrow-btn(@width:240px, @fontsize: 13px, @lineheight: 16px) {
	.base-btn(@width, @fontsize, @lineheight);
	background-image: url(../../../../../../../../content/dam/atvi/callofduty/cod-touchui/mw2/common/ctas/green-btn-no-shadow-bg.png);
	color: #FFFFFF;

    span {
        display: inline-block;
        margin-right: 5px;
    }
    
    &amp;:after {
        content: '';
        display: inline-block;
        height: 10px;
        width: 8px;
        background: url(../../../../../../../../content/dam/atvi/callofduty/cod-touchui/vanguard/common/vg-arrow-right.png) no-repeat;
        background-size: cover;
        background-position: center;
    }
}

//gray with shadow button
//applied to &lt;a&gt; or &lt;button&gt; tag
.gray-btn(@width:240px, @fontsize: 13px, @lineheight: 16px) {
	.base-btn(@width, @fontsize, @lineheight);
    background-image: url(../../../../../../../../content/dam/atvi/callofduty/cod-touchui/mw2/common/ctas/white-btn-no-shadow-bg.png);
	color: #000;
}

//gray no shadow button
//applied to &lt;a&gt; or &lt;button&gt; tag
.gray-ns-btn(@width:240px, @fontsize: 13px, @lineheight: 16px) { 
	.base-btn(@width, @fontsize, @lineheight);
	background-image: url(../../../../../../../../content/dam/atvi/callofduty/cod-touchui/mw2/common/ctas/white-btn-no-shadow-bg.png);
	color: #000;
}

//applied to &lt;a&gt; or &lt;button&gt; tag
.dark-gray-btn(@width:240px, @fontsize: 13px, @lineheight: 16px){ 
	.base-btn(@width, @fontsize, @lineheight);
	border: 1px solid #1e1e1e;;
    color: #FFF;
    text-shadow: 0px 0px 0px #000000;

    &amp;:before {
        background-image: linear-gradient(6deg, #353535 0%, #333333 30% 70%, #353535 100%);
        .transition(all 0.5s);
        opacity: 1;
    }
    &amp;:after {
        background-image: linear-gradient(6deg, #282828 0%, #282828 30% 70%, #282828 100%);
    	opacity: 1;
    }
    
    &amp;:hover {

        &amp;:before{ opacity: 0; }
    }

}*/
#esports-setting h3 {
  margin-top: 55px;
}
#esports-setting ol li {
  list-style-type: decimals;
  list-style-position: inside;
}

/*.button-reset() {
    text-decoration: none;
    border: none;
    background-color: transparent;
    font-family: inherit; 
    padding: 0;
    cursor: pointer;

    @media screen and (-ms-high-contrast: active) {
    	border: 2px solid currentcolor;
    }
}

.base-btn(@width: 240px, @fontsize: 13px, @lineheight: 16px) {
    background: none;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
	letter-spacing: 1.92px;
    border: none;
    //font-size: 24px;
    //line-height: 30px;
    .heading-base();
	.convertRem(font-size, @fontsize);
	.convertRem(line-height, @lineheight);
    width: @width;
    padding: 12px 0;
    text-transform: uppercase;
    text-decoration: none;
    cursor: pointer;
    .flexbox();
    .flex-align(center);
    .flex-justify(center);
}

//green with shadow button
//applied to &lt;a&gt; or &lt;button&gt; tag
.green-btn(@width:240px, @fontsize: 13px, @lineheight: 16px) {
	.base-btn(@width, @fontsize, @lineheight);
    background-image: url(../../../../../../../../content/dam/atvi/callofduty/cod-touchui/mw2/common/ctas/green-btn-no-shadow-bg.png);
	color: #FFFFFF;
}

//green no shadow button
//applied to &lt;a&gt; or &lt;button&gt; tag
.green-ns-btn(@width:240px, @fontsize: 13px, @lineheight: 16px) {
	.base-btn(@width, @fontsize, @lineheight);
	background-image: url(../../../../../../../../content/dam/atvi/callofduty/cod-touchui/mw2/common/ctas/green-btn-no-shadow-bg.png);
	color: #FFFFFF;
}

//green button with arrow
//applied to &lt;a&gt; or &lt;button&gt; tag
.green-arrow-btn(@width:240px, @fontsize: 13px, @lineheight: 16px) {
	.base-btn(@width, @fontsize, @lineheight);
	background-image: url(../../../../../../../../content/dam/atvi/callofduty/cod-touchui/mw2/common/ctas/green-btn-no-shadow-bg.png);
	color: #FFFFFF;

    span {
        display: inline-block;
        margin-right: 5px;
    }
    
    &amp;:after {
        content: '';
        display: inline-block;
        height: 10px;
        width: 8px;
        background: url(../../../../../../../../content/dam/atvi/callofduty/cod-touchui/vanguard/common/vg-arrow-right.png) no-repeat;
        background-size: cover;
        background-position: center;
    }
}

//gray with shadow button
//applied to &lt;a&gt; or &lt;button&gt; tag
.gray-btn(@width:240px, @fontsize: 13px, @lineheight: 16px) {
	.base-btn(@width, @fontsize, @lineheight);
    background-image: url(../../../../../../../../content/dam/atvi/callofduty/cod-touchui/mw2/common/ctas/white-btn-no-shadow-bg.png);
	color: #000;
}

//gray no shadow button
//applied to &lt;a&gt; or &lt;button&gt; tag
.gray-ns-btn(@width:240px, @fontsize: 13px, @lineheight: 16px) { 
	.base-btn(@width, @fontsize, @lineheight);
	background-image: url(../../../../../../../../content/dam/atvi/callofduty/cod-touchui/mw2/common/ctas/white-btn-no-shadow-bg.png);
	color: #000;
}

//applied to &lt;a&gt; or &lt;button&gt; tag
.dark-gray-btn(@width:240px, @fontsize: 13px, @lineheight: 16px){ 
	.base-btn(@width, @fontsize, @lineheight);
	border: 1px solid #1e1e1e;;
    color: #FFF;
    text-shadow: 0px 0px 0px #000000;

    &amp;:before {
        background-image: linear-gradient(6deg, #353535 0%, #333333 30% 70%, #353535 100%);
        .transition(all 0.5s);
        opacity: 1;
    }
    &amp;:after {
        background-image: linear-gradient(6deg, #282828 0%, #282828 30% 70%, #282828 100%);
    	opacity: 1;
    }
    
    &amp;:hover {

        &amp;:before{ opacity: 0; }
    }

}*/
#rules {
  padding-bottom: 100px;
}
#rules .section {
  display: flex;
  gap: 25px;
}
#rules table {
  margin: 15px auto;
}
#rules table td:nth-child(2) {
  text-align: center;
}

/*.button-reset() {
    text-decoration: none;
    border: none;
    background-color: transparent;
    font-family: inherit; 
    padding: 0;
    cursor: pointer;

    @media screen and (-ms-high-contrast: active) {
    	border: 2px solid currentcolor;
    }
}

.base-btn(@width: 240px, @fontsize: 13px, @lineheight: 16px) {
    background: none;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
	letter-spacing: 1.92px;
    border: none;
    //font-size: 24px;
    //line-height: 30px;
    .heading-base();
	.convertRem(font-size, @fontsize);
	.convertRem(line-height, @lineheight);
    width: @width;
    padding: 12px 0;
    text-transform: uppercase;
    text-decoration: none;
    cursor: pointer;
    .flexbox();
    .flex-align(center);
    .flex-justify(center);
}

//green with shadow button
//applied to &lt;a&gt; or &lt;button&gt; tag
.green-btn(@width:240px, @fontsize: 13px, @lineheight: 16px) {
	.base-btn(@width, @fontsize, @lineheight);
    background-image: url(../../../../../../../../content/dam/atvi/callofduty/cod-touchui/mw2/common/ctas/green-btn-no-shadow-bg.png);
	color: #FFFFFF;
}

//green no shadow button
//applied to &lt;a&gt; or &lt;button&gt; tag
.green-ns-btn(@width:240px, @fontsize: 13px, @lineheight: 16px) {
	.base-btn(@width, @fontsize, @lineheight);
	background-image: url(../../../../../../../../content/dam/atvi/callofduty/cod-touchui/mw2/common/ctas/green-btn-no-shadow-bg.png);
	color: #FFFFFF;
}

//green button with arrow
//applied to &lt;a&gt; or &lt;button&gt; tag
.green-arrow-btn(@width:240px, @fontsize: 13px, @lineheight: 16px) {
	.base-btn(@width, @fontsize, @lineheight);
	background-image: url(../../../../../../../../content/dam/atvi/callofduty/cod-touchui/mw2/common/ctas/green-btn-no-shadow-bg.png);
	color: #FFFFFF;

    span {
        display: inline-block;
        margin-right: 5px;
    }
    
    &amp;:after {
        content: '';
        display: inline-block;
        height: 10px;
        width: 8px;
        background: url(../../../../../../../../content/dam/atvi/callofduty/cod-touchui/vanguard/common/vg-arrow-right.png) no-repeat;
        background-size: cover;
        background-position: center;
    }
}

//gray with shadow button
//applied to &lt;a&gt; or &lt;button&gt; tag
.gray-btn(@width:240px, @fontsize: 13px, @lineheight: 16px) {
	.base-btn(@width, @fontsize, @lineheight);
    background-image: url(../../../../../../../../content/dam/atvi/callofduty/cod-touchui/mw2/common/ctas/white-btn-no-shadow-bg.png);
	color: #000;
}

//gray no shadow button
//applied to &lt;a&gt; or &lt;button&gt; tag
.gray-ns-btn(@width:240px, @fontsize: 13px, @lineheight: 16px) { 
	.base-btn(@width, @fontsize, @lineheight);
	background-image: url(../../../../../../../../content/dam/atvi/callofduty/cod-touchui/mw2/common/ctas/white-btn-no-shadow-bg.png);
	color: #000;
}

//applied to &lt;a&gt; or &lt;button&gt; tag
.dark-gray-btn(@width:240px, @fontsize: 13px, @lineheight: 16px){ 
	.base-btn(@width, @fontsize, @lineheight);
	border: 1px solid #1e1e1e;;
    color: #FFF;
    text-shadow: 0px 0px 0px #000000;

    &amp;:before {
        background-image: linear-gradient(6deg, #353535 0%, #333333 30% 70%, #353535 100%);
        .transition(all 0.5s);
        opacity: 1;
    }
    &amp;:after {
        background-image: linear-gradient(6deg, #282828 0%, #282828 30% 70%, #282828 100%);
    	opacity: 1;
    }
    
    &amp;:hover {

        &amp;:before{ opacity: 0; }
    }

}*/
#faq {
  margin-bottom: 120px;
}
#faq h2 {
  margin-top: 60px;
}
#faq h2:first-of-type {
  margin-top: 20px;
}
#faq ul li p {
  margin-top: 15px;
}
#faq h1 {
  margin-top: 120px;
}
#faq h1:first-child {
  margin-top: 60px;
  margin-bottom: 60px;
}
#faq h3 {
  margin-top: 60px;
}
#faq ol {
  margin-top: 55px;
}
#faq ol li p {
  margin-top: 10px;
}
#faq .please-note {
  margin-top: 55px;
}
#faq .please-note p {
  margin-top: 15px;
}
#faq .report {
  margin-top: 120px;
}

/*.button-reset() {
    text-decoration: none;
    border: none;
    background-color: transparent;
    font-family: inherit; 
    padding: 0;
    cursor: pointer;

    @media screen and (-ms-high-contrast: active) {
    	border: 2px solid currentcolor;
    }
}

.base-btn(@width: 240px, @fontsize: 13px, @lineheight: 16px) {
    background: none;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
	letter-spacing: 1.92px;
    border: none;
    //font-size: 24px;
    //line-height: 30px;
    .heading-base();
	.convertRem(font-size, @fontsize);
	.convertRem(line-height, @lineheight);
    width: @width;
    padding: 12px 0;
    text-transform: uppercase;
    text-decoration: none;
    cursor: pointer;
    .flexbox();
    .flex-align(center);
    .flex-justify(center);
}

//green with shadow button
//applied to &lt;a&gt; or &lt;button&gt; tag
.green-btn(@width:240px, @fontsize: 13px, @lineheight: 16px) {
	.base-btn(@width, @fontsize, @lineheight);
    background-image: url(../../../../../../../../content/dam/atvi/callofduty/cod-touchui/mw2/common/ctas/green-btn-no-shadow-bg.png);
	color: #FFFFFF;
}

//green no shadow button
//applied to &lt;a&gt; or &lt;button&gt; tag
.green-ns-btn(@width:240px, @fontsize: 13px, @lineheight: 16px) {
	.base-btn(@width, @fontsize, @lineheight);
	background-image: url(../../../../../../../../content/dam/atvi/callofduty/cod-touchui/mw2/common/ctas/green-btn-no-shadow-bg.png);
	color: #FFFFFF;
}

//green button with arrow
//applied to &lt;a&gt; or &lt;button&gt; tag
.green-arrow-btn(@width:240px, @fontsize: 13px, @lineheight: 16px) {
	.base-btn(@width, @fontsize, @lineheight);
	background-image: url(../../../../../../../../content/dam/atvi/callofduty/cod-touchui/mw2/common/ctas/green-btn-no-shadow-bg.png);
	color: #FFFFFF;

    span {
        display: inline-block;
        margin-right: 5px;
    }
    
    &amp;:after {
        content: '';
        display: inline-block;
        height: 10px;
        width: 8px;
        background: url(../../../../../../../../content/dam/atvi/callofduty/cod-touchui/vanguard/common/vg-arrow-right.png) no-repeat;
        background-size: cover;
        background-position: center;
    }
}

//gray with shadow button
//applied to &lt;a&gt; or &lt;button&gt; tag
.gray-btn(@width:240px, @fontsize: 13px, @lineheight: 16px) {
	.base-btn(@width, @fontsize, @lineheight);
    background-image: url(../../../../../../../../content/dam/atvi/callofduty/cod-touchui/mw2/common/ctas/white-btn-no-shadow-bg.png);
	color: #000;
}

//gray no shadow button
//applied to &lt;a&gt; or &lt;button&gt; tag
.gray-ns-btn(@width:240px, @fontsize: 13px, @lineheight: 16px) { 
	.base-btn(@width, @fontsize, @lineheight);
	background-image: url(../../../../../../../../content/dam/atvi/callofduty/cod-touchui/mw2/common/ctas/white-btn-no-shadow-bg.png);
	color: #000;
}

//applied to &lt;a&gt; or &lt;button&gt; tag
.dark-gray-btn(@width:240px, @fontsize: 13px, @lineheight: 16px){ 
	.base-btn(@width, @fontsize, @lineheight);
	border: 1px solid #1e1e1e;;
    color: #FFF;
    text-shadow: 0px 0px 0px #000000;

    &amp;:before {
        background-image: linear-gradient(6deg, #353535 0%, #333333 30% 70%, #353535 100%);
        .transition(all 0.5s);
        opacity: 1;
    }
    &amp;:after {
        background-image: linear-gradient(6deg, #282828 0%, #282828 30% 70%, #282828 100%);
    	opacity: 1;
    }
    
    &amp;:hover {

        &amp;:before{ opacity: 0; }
    }

}*/
.rewards-accordion,
.viewership-rewards-accordion {
  margin-bottom: 80px;
}
.rewards-accordion .atvi-accordion-inner-container ul,
.viewership-rewards-accordion .atvi-accordion-inner-container ul {
  list-style-type: none;
  margin: 0;
}
.rewards-accordion .atvi-accordion-inner-container ul li,
.viewership-rewards-accordion .atvi-accordion-inner-container ul li {
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
  margin: 0;
}
.rewards-accordion .atvi-accordion-inner-container ul li h2,
.viewership-rewards-accordion .atvi-accordion-inner-container ul li h2 {
  font-family: "Hitmarker Condensed Black", Arial;
  font-weight: 900;
  font-style: normal;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-size: 2rem;
  line-height: 1.75rem;
  color: #ffff03;
  text-shadow: 1px 1px 7px #000;
  margin-bottom: 30px;
  margin-top: 30px;
}
.rewards-accordion .atvi-accordion-inner-container ul li h3,
.viewership-rewards-accordion .atvi-accordion-inner-container ul li h3 {
  font-family: "Hitmarker Condensed Black", Arial;
  font-weight: 900;
  font-style: normal;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-size: 1.75rem;
  line-height: 1.75rem;
  color: #ffff03;
  text-shadow: 1px 1px 7px #000;
  margin-bottom: 15px;
}
.rewards-accordion .atvi-accordion-inner-container ul li .ac-expand,
.viewership-rewards-accordion .atvi-accordion-inner-container ul li .ac-expand,
.rewards-accordion .atvi-accordion-inner-container ul li .ac-close,
.viewership-rewards-accordion .atvi-accordion-inner-container ul li .ac-close {
  top: 50%;
  transform: translateY(-50%);
  background: none;
  outline: none;
  border: none;
  color: #fff;
  font-size: 36px;
  border: 1px solid #fff;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.rewards-accordion .atvi-accordion-inner-container ul li .ac-expand:hover,
.viewership-rewards-accordion .atvi-accordion-inner-container ul li .ac-expand:hover,
.rewards-accordion .atvi-accordion-inner-container ul li .ac-close:hover,
.viewership-rewards-accordion .atvi-accordion-inner-container ul li .ac-close:hover {
  cursor: pointer;
  background: rgba(255, 255, 255, 0.25);
}
.rewards-accordion .atvi-accordion-inner-container ul li .ac-close .ac-icon,
.viewership-rewards-accordion .atvi-accordion-inner-container ul li .ac-close .ac-icon {
  display: inline-block;
  margin-top: -4px;
}
.rewards-accordion .atvi-accordion-inner-container ul li .ac-description .ac-description-text p,
.viewership-rewards-accordion .atvi-accordion-inner-container ul li .ac-description .ac-description-text p {
  margin-bottom: 35px;
}
.rewards-accordion .atvi-accordion-inner-container ul li .ac-description .ac-description-text table,
.viewership-rewards-accordion .atvi-accordion-inner-container ul li .ac-description .ac-description-text table {
  width: 100%;
  background: #000;
  margin-bottom: 80px;
}
.rewards-accordion .atvi-accordion-inner-container ul li .ac-description .ac-description-text table tbody tr img,
.viewership-rewards-accordion .atvi-accordion-inner-container ul li .ac-description .ac-description-text table tbody tr img {
  width: 300px;
}
.rewards-accordion .atvi-accordion-inner-container ul li .ac-description .ac-description-text table tbody tr:first-child,
.viewership-rewards-accordion .atvi-accordion-inner-container ul li .ac-description .ac-description-text table tbody tr:first-child {
  font-family: "Hitmarker Condensed Black", Arial;
  color: #ffff03;
  text-transform: uppercase;
  background: #000;
}
.rewards-accordion .atvi-accordion-inner-container ul li .ac-description .ac-description-text a,
.viewership-rewards-accordion .atvi-accordion-inner-container ul li .ac-description .ac-description-text a {
  color: #ffff03;
}
.reward-img {
  margin: auto;
}
html[lang="ar"] .rewards-accordion .atvi-accordion-inner-container ul li .ac-header,
html[dir="rtl"] .rewards-accordion .atvi-accordion-inner-container ul li .ac-header {
  text-align: right;
}
html[lang="ar"] .rewards-accordion .atvi-accordion-inner-container ul li .ac-expand,
html[dir="rtl"] .rewards-accordion .atvi-accordion-inner-container ul li .ac-expand,
html[lang="ar"] .rewards-accordion .atvi-accordion-inner-container ul li .ac-close,
html[dir="rtl"] .rewards-accordion .atvi-accordion-inner-container ul li .ac-close {
  right: auto;
  left: 0;
}
html[lang="ar"] .rewards-accordion .atvi-accordion-inner-container ul li .ac-close,
html[dir="rtl"] .rewards-accordion .atvi-accordion-inner-container ul li .ac-close {
  float: left;
}

</pre></body></html>