@font-face {
  font-family: "WorkSans";
  font-display: swap;
  src: url("../fonts/WorkSans-Bold.woff2") format("woff2");
  font-weight: 700;
  font-style: normal;
}

@font-face {
  font-family: "WorkSans";
  font-display: swap;
  src: url("../fonts/WorkSans-Medium.woff2") format("woff2");
  font-weight: 500;
  font-style: normal;
}

@font-face {
  font-family: 'icomoon';
  src: url("../fonts/icomoon.eot?h7lkbl");
  src: url("../fonts/icomoon.eot?h7lkbl#iefix") format("embedded-opentype"), url("../fonts/icomoon.woff?h7lkbl") format("woff"), url("../fonts/icomoon.svg?h7lkbl#icomoon") format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: block;
}

[class^="icon-"],
[class*=" icon-"] {
  font-family: 'icomoon' !important;
  speak: never;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.--relative {
  position: relative;
}

.full-height {
  height: 100%;
}

.default-icon img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: contain;
}

body.active {
  overflow: hidden;
}

html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font-family: 'WorkSans', sans-serif;
  color: #333333;
  font-weight: 400;
  vertical-align: baseline;
  -webkit-tap-highlight-color: rgba(255, 255, 255, 0);
}

body {
  position: relative;
  background: #F9F9F9;
  color: #333333;
  font-family: 'WorkSans', sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 1.7;
}

.no-focus-outline a:focus,
.no-focus-outline button:focus,
.no-focus-outline input:focus {
  outline: none;
}

a {
  text-decoration: none;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}

ol,
ul,
nav {
  list-style: none;
}

blockquote,
q {
  quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

*,
*:before,
*:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

input[type="search"]::-webkit-search-decoration,
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-results-button,
input[type="search"]::-webkit-search-results-decoration {
  -webkit-appearance: none;
}

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

input[type=number] {
  -moz-appearance: textfield;
}

.text-center {
  text-align: center;
}

.text-left {
  text-align: left;
}

.--semibold {
  font-weight: 600;
}

.--regular {
  font-weight: 400;
}

.--medium {
  font-weight: 500;
}

.--bold {
  font-weight: 700;
}

.--uppercase {
  text-transform: uppercase;
}

.heading-1 {
  font-size: 60px;
  font-size: -webkit-calc(40px + (60 - 40) * ((100vw - 300px) / (1900 - 300)));
  font-size: -moz-calc(40px + (60 - 40) * ((100vw - 300px) / (1900 - 300)));
  font-size: calc(40px + (60 - 40) * ((100vw - 300px) / (1900 - 300)));
  line-height: 1.07;
}

.heading-2 {
  font-size: 50px;
  font-size: -webkit-calc(28px + (50 - 28) * ((100vw - 300px) / (1900 - 300)));
  font-size: -moz-calc(28px + (50 - 28) * ((100vw - 300px) / (1900 - 300)));
  font-size: calc(28px + (50 - 28) * ((100vw - 300px) / (1900 - 300)));
  line-height: 1.33;
}

.heading-3 {
  font-size: 42px;
  font-size: -webkit-calc(24px + (42 - 24) * ((100vw - 300px) / (1900 - 300)));
  font-size: -moz-calc(24px + (42 - 24) * ((100vw - 300px) / (1900 - 300)));
  font-size: calc(24px + (42 - 24) * ((100vw - 300px) / (1900 - 300)));
  line-height: 1.16;
}

.heading-3 {
  font-size: 24px;
  font-size: -webkit-calc(18px + (24 - 18) * ((100vw - 300px) / (1900 - 300)));
  font-size: -moz-calc(18px + (24 - 18) * ((100vw - 300px) / (1900 - 300)));
  font-size: calc(18px + (24 - 18) * ((100vw - 300px) / (1900 - 300)));
  line-height: 1.1;
  font-weight: 700;
}

.heading-4 {
  font-size: 36px;
  font-size: -webkit-calc(16px + (36 - 16) * ((100vw - 300px) / (1900 - 300)));
  font-size: -moz-calc(16px + (36 - 16) * ((100vw - 300px) / (1900 - 300)));
  font-size: calc(16px + (36 - 16) * ((100vw - 300px) / (1900 - 300)));
  line-height: 1.33;
}

.heading-5 {
  font-size: 24px;
  font-size: -webkit-calc(14px + (24 - 14) * ((100vw - 300px) / (1900 - 300)));
  font-size: -moz-calc(14px + (24 - 14) * ((100vw - 300px) / (1900 - 300)));
  font-size: calc(14px + (24 - 14) * ((100vw - 300px) / (1900 - 300)));
  line-height: 1.33;
}

.heading-5 {
  font-size: 16px;
  font-size: -webkit-calc(14px + (16 - 14) * ((100vw - 300px) / (1900 - 300)));
  font-size: -moz-calc(14px + (16 - 14) * ((100vw - 300px) / (1900 - 300)));
  font-size: calc(14px + (16 - 14) * ((100vw - 300px) / (1900 - 300)));
  line-height: 1.33;
}

.section-icon {
  background: linear-gradient(180deg, #FEFEFE 0%, #F2F1F2 100%);
  border: 0.5px solid #D2D0D2;
  box-shadow: 0px 0.5px 0px #A6A4A6;
  width: 60px;
  height: 60px;
  border-radius: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 14px auto;
}

.section-icon img {
  display: block;
  width: 28px;
  object-position: contain;
}

.section-heading {
  font-family: 'WorkSans', sans-serif;
  font-weight: 700;
  font-size: 30px;
  line-height: 1.2;
  color: #000000;
  margin-bottom: 4px;
  text-align: center;
}

.section-subheading {
  color: #777777;
  font-size: 14px;
  text-align: center;
}

.icon-icon-search:before {
  content: "\e917";
  color: #022f55;
}

.icon-icon-triangle:before {
  content: "\e900";
}

.icon-icon-arrow:before {
  content: "\e901";
}

.icon-icon-star:before {
  content: "\e902";
  color: #c9c9c9;
}

.icon-icon-checkmark:before {
  content: "\e903";
}

.icon-icon-star-filled:before {
  content: "\e904";
}

.icon-icon-credit-card:before {
  content: "\e905";
}

.icon-icon-star-big-filled:before {
  content: "\e906";
}

.icon-icon-data:before {
  content: "\e907";
}

.icon-icon-info:before {
  content: "\e908";
}

.icon-icon-reports:before {
  content: "\e909";
}

.icon-icon-blog:before {
  content: "\e90a";
}

.icon-icon-facebook:before {
  content: "\e90b";
}

.icon-icon-heading:before {
  content: "\e90c";
}

.icon-icon-location-plus:before {
  content: "\e90d";
}

.icon-icon-phone:before {
  content: "\e90e";
}

.icon-icon-help:before {
  content: "\e90f";
}

.icon-icon-youtube:before {
  content: "\e910";
}

.icon-icon-bell:before {
  content: "\e911";
  color: #1a4540;
}

.icon-icon-twitter:before {
  content: "\e912";
}

.icon-icon-star-big:before {
  content: "\e913";
}

.icon-icon-user:before {
  content: "\e914";
}

.icon-icon-faq-big:before {
  content: "\e915";
}

.icon-icon-products:before {
  content: "\e916";
}

.icon-icon-instagram:before {
  content: "\e918";
}

.icon {
  width: 20px;
  height: 20px;
}

.icon-calendar {
  background: no-repeat center url("../img/icons/icon-calendar.svg");
}

.icon-user {
  background: no-repeat center url("../img/icons/icon-user.svg");
}

.icon-data {
  background: no-repeat center url("../img/icons/icon-data.svg");
}

.icon-commisions {
  background: no-repeat center url("../img/icons/icon-commisions.svg");
}

.icon-brands {
  background: no-repeat center url("../img/icons/icon-brands.svg");
}

.icon-tracking {
  background: no-repeat center url("../img/icons/icon-tracking.svg");
}

.icon-reports {
  background: no-repeat center url("../img/icons/icon-reports.svg");
}

.icon-support {
  background: no-repeat center url("../img/icons/icon-support.svg");
}

.icon-tc {
  background: no-repeat center url("../img/icons/icon-tc.svg");
}

.icon-faq {
  background: no-repeat center url("../img/icons/icon-faq.svg");
}

.icon-reviews {
  background: no-repeat center url("../img/icons/icon-reviews.svg");
}

.accordion__item {
  position: relative;
  width: 100%;
  height: auto;
}

.accordion__item.active i:before {
  opacity: 0;
  visibility: hidden;
}

.accordion__content {
  display: none;
  padding: 24px 0 16px 0;
}

.accordion__content p {
  margin-bottom: 16px;
  line-height: 1.7;
  color: #333333;
}

.accordion__content p:last-child {
  margin-bottom: 0;
}

.accordion__button {
  display: block;
  padding: 12px 0 17px 0;
  text-decoration: none;
  color: #333333;
  font-weight: 500;
  font-size: 18px;
  font-weight: 700;
  line-height: 22px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  box-shadow: inset 0px -2px 0px rgba(189, 189, 189, 0.5);
}

.accordion__button i {
  min-width: 30px;
  min-height: 30px;
  max-width: 30px;
  max-height: 30px;
  border-radius: 100px;
  position: relative;
  display: block;
  margin-left: 10px;
  background: linear-gradient(180deg, #0A72A8 0%, #1A4540 100%);
  box-shadow: 0px 2px 1px rgba(0, 0, 0, 0.05);
}

.accordion__button i:before,
.accordion__button i:after {
  content: '';
  width: 18px;
  height: 3px;
  position: absolute;
  left: calc(50% - 9px);
  top: calc(50% - 1px);
  background: #ffffff;
  transform: rotate(90deg);
  transition: all 0.3s ease-out;
}

.accordion__button i:after {
  transform: rotate(180deg);
}

.tabs-list {
  display: flex;
  justify-content: center;
  box-shadow: inset 0px -1px 0px rgba(189, 189, 189, 0.5);
}

.tabs-list__item {
  margin: 0;
}

.tabs-list__item_link {
  padding: 12px 28px;
  line-height: 1.1;
  display: inline-block;
  transition: all 0.3s ease-out;
  cursor: pointer;
}

.tabs-list__item_link:before {
  display: block;
  content: attr(title);
  font-weight: bold;
  height: 0;
  overflow: hidden;
  visibility: hidden;
}

.tabs-list__item_link:hover {
  color: #1A4540;
  font-weight: 700;
}

.tabs-list__item_link.active {
  font-weight: 700;
  color: #1A4540;
  box-shadow: inset 0px -2px 0px #1A4540;
}

.tabs-wrap {
  width: 100%;
  padding-top: 35px;
}

.tabs-wrap .tab-content {
  display: none;
  animation: fadeEffect .5s;
  -webkit-animation: fadeEffect .5s;
}

.tabs-wrap .tab-content.is-show {
  display: block;
}

.tabs-wrap .tab-content.active {
  display: block;
}

@keyframes fadeEffect {
  from {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}

.btn {
  font-size: 16px;
  line-height: 1;
  font-weight: 400;
  background: transparent;
  border: 2px solid transparent;
  padding: 10px 31px;
  text-decoration: none;
  display: inline-block;
  border-radius: 4px;
  cursor: pointer;
  transition: all 0.3s ease-out;
}

.btn-primary {
  border-color: #161B39;
  background: #161B39;
  color: #ffffff;
}

.btn-primary:hover {
  background: transparent;
  color: #161B39;
}

.btn-secondary {
  background: #F3F3F3;
  color: #333333;
}

.btn-secondary:hover {
  color: #ffffff;
  background: #161B39;
}

.btn-secondary.view-more {
  margin-top: 30px;
}

.btn-hover-outline {
  border-color: #F3F3F3;
  background: #F3F3F3;
  color: #333333;
}

.btn-hover-outline:hover {
  background: transparent;
  color: #ffffff;
}

.btn-transparent {
  background: rgba(243, 243, 243, 0.12);
  color: #ffffff;
}

.btn-transparent:hover {
  border-color: #ffffff;
}

.btn-white {
  background: #ffffff;
  color: #161B39;
}

.btn-white:hover {
  background: #161B39;
  color: #ffffff;
}

.newsletter {
  z-index: 55;
  position: absolute;
  top: -10%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: calc(100% - 30px);
}

.newsletter__content {
  height: 230px;
  padding: 35px 50px;
  background: #51BAAB;
  border-radius: 6px;
  background-image: url("../img/background-newsletter.svg");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: right;
}

.newsletter__heading {
  color: #1A4540 !important;
  font-size: 28px;
  font-weight: 700;
  margin-bottom: 6px;
}

.newsletter__heading i {
  margin-left: 7px;
}

.newsletter p {
  color: #46484D;
  line-height: 1.6;
  margin-bottom: 16px;
}
.main-section-review-content{
  float: left;
}
.rec-data-instruction{
  padding-left: 0 !important;
  padding-bottom: 10px !important;
}
.author-profile{
  max-width: 50px;
  margin-right: 5px;
}

.newsletter__form .form-group {
  width: calc(40% - 20px);
  margin-right: 20px;
  position: relative;
  line-height: 1;
}

.newsletter__form .form-group input {
  height: 40px;
  border: 1px solid transparent;
}

.newsletter__form .form-group.form-submit {
  width: 20%;
  margin-right: 0;
}

.newsletter__form .form-group.form-submit button {
  width: 100%;
}

.page-header {
  background: linear-gradient(90deg, #161B39 0%, #1A4540 100%);
  box-shadow: 0px 2px 6px rgba(0, 0, 0, 0.1);
}

.page-header__bg {
  padding: 60px 0 45px 0;
  background-image: url("../img/background-grid.svg");
  background-size: cover;
  background-repeat: no-repeat;
}

.page-header h1,
.page-header p {
  color: #ffffff;
}

.page-header h1 {
  font-size: 28px;
  font-weight: 600;
  margin-bottom: 4px;
}

.page-header p {
  opacity: 0.8;
  width: 90%;
  margin-bottom: 20px;
}

.page-header p:last-child {
  margin-bottom: 0;
}

.page-header ul {
  opacity: 0.8;
}

.page-header ul li {
  color: #ffffff;
  line-height: 1.3;
}

.overlaped-heading .page-header__bg {
  padding-bottom: 100px;
}

.overlaped-heading .container-overlaped {
  margin-top: -60px;
}

.breadcrumbs {
  margin: 35px 0 20px 0;
  display: flex;
  align-items: center;
}
.guides-content ul {
  list-style-position: inside !important;
}
.breadcrumbs a {
  color: #043E6F;
  display: flex;
  align-items: center;
  font-size: 12px;
  margin-top: 1px;
}

.breadcrumbs a:hover {
  color: #1A4540;
}

.breadcrumbs a:after {
  content: '/';
  display: block;
  color: #333333;
  margin: 0 8px;
}

.breadcrumbs span {
  color: #333333;
  font-size: 12px;
}

.socials-bar {
  display: flex;
  align-items: center;
}

.socials-bar a {
  display: block;
  margin-right: 10px;
  width: 32px;
  height: 32px;
  border-radius: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #ffffff;
}

.socials-bar a:hover img {
  transform: scale(1.1);
}

.socials-bar img {
  width: 17px;
  object-fit: contain;
  display: block;
  transition: all 0.3s ease-out;
}

.comments {
  margin-top: 50px;
}

.comments h4 {
  margin-bottom: 20px;
  font-size: 18px;
  color: #333333;
  font-weight: 500;
}

.comments .col-xs-12 {
  margin-bottom: 20px;
}

.comments .form-textarea {
  height: 150px;
  margin-bottom: 20px;
}

.form-group label {
  font-size: 12px;
  color: #1E172F;
  line-height: 1;
  display: block;
  margin-bottom: 6px;
}

.form-group label span {
  color: red;
}

.form-group label span.optional {
  color: #777777;
}

.form-group input,
.form-group textarea {
  width: 100%;
  height: 100%;
  padding: 12px 13px;
  font-size: 12px;
  color: inherit;
  font-size: 12px;
  font-family: inherit;
  outline: none;
  border: 2px solid transparent;
  background: #FBFBFB;
  border: 1px solid #C1C1C1;
  border-radius: 2px;
  transition: all 0.3s ease-out;
}

.form-group input:focus,
.form-group textarea:focus {
  border-color: #161B39;
}

.form-group input {
  height: 40px;
}

.form-group textarea {
  resize: none;
}

.phone-container {
  display: flex;
  position: relative;
}

.phone-container:before {
  font-family: 'icomoon';
  content: "\e901";
  font-size: 10px;
  position: absolute;
  left: 37px;
  top: 13px;
  pointer-events: none;
}

.phone-container select {
  background: #FFFFFF;
  border: 1px solid #C1C1C1;
  border-radius: 2px 0 0 2px;
  width: 60px;
  border-right: 0;
  padding: 10px 20px 10px 10px;
  -moz-appearance: none;
  -webkit-appearance: none;
  font-size: 12px;
}

.phone-container input {
  border-radius: 0 2px 2px 0;
}

.form-checkbox {
  margin-bottom: 20px;
}
.success-message {
  color: green;
  padding-top: 10px;
  padding-bottom: 10px;
}
.form-checkbox a {
  color: #043e6f;
  border-bottom: 1px solid transparent;
  transition: all 0.3s ease-out;
}

.form-checkbox a:hover {
  border-color: #043e6f;
}

.form-checkbox input {
  padding: 0;
  height: initial;
  width: initial;
  margin-bottom: 0;
  display: none;
  cursor: pointer;
}

.preffix-container:before{
  font-family: icomoon;
  content: "\e901";
  font-size: 10px;
  position: absolute;
  left: 37px;
  top: 28px;
  pointer-events: none;
}
.phone-number{
  width: 622px;
}
.phone-number > .form-group > label{
  margin-left: -47px;
}
.phone-preffix{
  height: 40px;
  -webkit-tap-highlight-color: rgba(255,255,255,0);
  box-sizing: border-box;
  background: #fff;
  width: 60px;
  border-right: 0;
  padding: 18px 20px 10px 10px;
  -webkit-appearance: none;
  font-size: 12px;
}
.phone-preffix > .form-group > select{
  height: 40px;
}
.form-checkbox input:checked + label:after {
  content: '';
  display: block;
  position: absolute;
  top: 5px;
  left: 5px;
  width: 4px;
  height: 9px;
  border: solid #ffffff;
  border-width: 0 1px 1px 0;
  transform: rotate(45deg);
}

.form-checkbox input:checked + label:before {
  background: #161B39;
  border-color: #161B39;
}

.form-checkbox label {
  position: relative;
  cursor: pointer;
}

.form-checkbox label:before {
  content: '';
  -webkit-appearance: none;
  padding: 6px;
  display: inline-block;
  position: relative;
  vertical-align: middle;
  cursor: pointer;
  margin-right: 5px;
  margin-bottom: 2px;
  background-color: transparent;
  background: #FBFBFB;
  border: 0.5px solid #C1C1C1;
  border-radius: 2px;
}

.container {
  max-width: 1232px;
  margin: auto;
  padding: 0 16px;
}

.container-fluid {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}

.row {
  display: flex;
  flex-flow: row wrap;
  margin: 0 -12px;
}

.m-row {
  display: flex;
  flex-flow: row wrap;
  margin: 0;
}

.d-flex {
  display: flex;
  flex-flow: row wrap;
}

.m-auto {
  display: block;
  margin: auto;
}

.m-0 {
  margin: 0;
}

.p-0 {
  padding: 0;
}

.mb-24 {
  margin-bottom: 24px;
}

.w-100 {
  width: 100%;
}

.align-self-middle {
  align-self: center;
}

.align-self-end {
  align-self: flex-end;
}

.align-center {
  justify-content: center;
}
.align-spaced {
  justify-content: space-around;
}

.align-middle {
  align-items: center;
}

.align-justify {
  justify-content: space-between;
}

.align-right {
  justify-content: flex-end;
}
.global-search-container{
  margin-top: 20px;
}
.homepage-content-p{
  margin-bottom: 10px;
}
.search-global-labels{
  text-align: center !important;
  vertical-align: middle;
  margin-top: 30px;
  margin-bottom: 10px;
  font-size: 20px;
}
.sd-link{
  margin-left: auto;
  margin-right: auto;
  display: flex;
}
.first-heading{
  margin-top: 50px;
}
.align-left {
  justify-content: flex-start;
}

.align-end {
  align-items: flex-end;
}

.align-start {
  align-items: flex-start;
}

.align-self-bottom {
  align-self: flex-end;
}

.align-content-justify {
  align-content: space-between;
}

.flex-column {
  flex-direction: column;
}

.col-xs-1 {
  flex: 0 0 8.33333%;
  max-width: 8.33333%;
  padding: 0 12px;
}
.review-comments-message{
  color: red !important;
}
.col-xs-2 {
  flex: 0 0 16.66667%;
  max-width: 16.66667%;
  padding: 0 12px;
}

.col-xs-3 {
  flex: 0 0 25.0%;
  max-width: 25.0%;
  padding: 0 12px;
}

.col-xs-4 {
  flex: 0 0 33.33333%;
  max-width: 33.33333%;
  padding: 0 12px;
}

.col-xs-5 {
  flex: 0 0 41.66666%;
  max-width: 41.66666%;
  padding: 0 12px;
}

.col-xs-6 {
  flex: 0 0 50.0%;
  max-width: 50.0%;
  padding: 0 12px;
}

.col-xs-7 {
  flex: 0 0 58.33333%;
  max-width: 58.33333%;
  padding: 0 12px;
}

.col-xs-8 {
  flex: 0 0 66.66666%;
  max-width: 66.66666%;
  padding: 0 12px;
}

.col-xs-9 {
  flex: 0 0 75.0%;
  max-width: 75.0%;
  padding: 0 12px;
}

.col-xs-10 {
  flex: 0 0 83.33333%;
  max-width: 83.33333%;
  padding: 0 12px;
}
.recent-category > span{
  float: left;
}
.recent-title > span{
  float: left;
}
.col-xs-11 {
  flex: 0 0 91.66666%;
  max-width: 91.66666%;
  padding: 0 12px;
}

.col-xs-12 {
  flex: 0 0 100.0%;
  max-width: 100.0%;
  padding: 0 12px;
}


.header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 1020;
  box-shadow: 0px 2px 6px rgba(0, 0, 0, 0.1);
}
.event-item, .event-item div p, .event-item div p a, .event-item div span{
  color: white !important;
  opacity: 1.8;
}
.event-item div a{
  color: white !important;
  opacity: 1.8;
  text-decoration: underline;
}
.event-details-content h2{
  display: block;
  font-size: 1.5em;
  margin-top: 0.83em;
  margin-bottom: 0.83em;
  margin-left: 0;
  margin-right: 0;
  font-weight: bold;
}
.header-top {
  padding: 10px 0;
  background: #ffffff;
}

.header-top .container {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.event-details-address{
  display: block;
  font-size: 1.5em;
  margin-top: 0.83em;
  margin-bottom: 0.83em;
  margin-left: 0;
  margin-right: 0;
  font-weight: 700;
}
.show-more-software-modal{
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: transparent;
  font-weight: 400;
  text-align: left;
  font-size: 14px;
  color: #72777a;
  letter-spacing: .2px;
  font-family: Roboto, -apple-system, system-ui, BlinkMacSystemFont, Segoe UI, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, Arial, sans-serif;
  line-height: 1.5;
  -webkit-font-smoothing: antialiased;
  box-sizing: inherit;
  top: 350px;
  z-index: 1050;
  overflow: hidden;
  outline: 0;
  position: fixed;
  left: 0;
  right: 0;
  padding: 0;
  margin: auto;
  overflow-y: auto;
  border-radius: 2px;
  will-change: top, opacity;
  display: block;
  bottom: auto;
  background-color: transparent;
  max-height: 100%;
  width: 100%;
}
.multiple-software{
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: transparent;
  font-weight: 400;
  text-align: left;
  font-size: 14px;
  color: #72777a;
  letter-spacing: .2px;
  font-family: Roboto, -apple-system, system-ui, BlinkMacSystemFont, Segoe UI, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, Arial, sans-serif;
  line-height: 1.5;
  -webkit-font-smoothing: antialiased;
  box-sizing: inherit;
  position: relative;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid rgba(0,0,0,.2);
  border-radius: 6px;
  outline: 0;
  box-shadow: 0 5px 15px rgba(0,0,0,.5);
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 20px;
  padding: 24px;
  width: fit-content;
  min-width: 750px;
}
.hr-software-top, .hr-software-bottom{
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: transparent;
  font-weight: 400;
  text-align: left;
  font-size: 14px;
  color: #72777a;
  letter-spacing: .2px;
  font-family: Roboto, -apple-system, system-ui, BlinkMacSystemFont, Segoe UI, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, Arial, sans-serif;
  line-height: 1.5;
  -webkit-font-smoothing: antialiased;
  margin-top: 20px;
  margin-bottom: 20px;
  border: 0;
  border-top: 1px solid #eee;
  box-sizing: content-box;
  height: 0;
  overflow: visible;
}
.select-software-msg{
  text-align: center;
}
.more-software-href{
  color: #337ab7;
}
.select-software-msg-title{
  display: block;
  font-size: 1.5em;
  margin-top: 0.83em;
  margin-bottom: 0.83em;
  margin-left: 0;
  margin-right: 0;
  font-weight: bold;
}
.software-button-inner{
  text-align: center;
}
.software-buttons{
  margin-top: 15px;
}
.header-bottom {
  background: #f5f5f5;
}

.header-logo {
  display: flex;
  width: 100px;
  margin-left: 115px;
}
.layout-container{
  display: block !important;
}
.brands-link{
  color: #fff;
}

.header-logo img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.header-control {
  display: flex;
  align-items: center;
}

.header-lang {
  width: 40px;
  display: flex;
  align-items: center;
  position: relative;
}

.header-lang select {
  width: 100%;
  -moz-appearance: none;
  -webkit-appearance: none;
  color: #333333;
  font-weight: bold;
  font-size: 14px;
  border: none;
  outline: none;
  background: transparent;
}

.header-lang select::-ms-expand {
  display: none;
}

.header-lang:after {
  content: "\e900";
  font-family: 'icomoon';
  position: absolute;
  right: 0;
  margin-left: 4px;
  font-size: 10px;
  pointer-events: none;
}

.header-cta {
  margin-left: 15px;
}
.recommend-row {
  line-height: 1.1;
}
.recommend-row a {
  color: #337ab7;
}
.recommend-row a:first-child .single-recommend {
  margin-left: 0;
}

.recommend-row img, .recommend-row .rec-info {
  float: left;
}

.recommend-row img {
  max-width: 50px;
  height: auto;
}


  .recommend-row .single-recommend {
    float: left;
    border: 1px solid #c5c5c5;
    padding: 5px;
    border-radius: 2px;
    width: 100%;
    margin-left: 0;
    margin-bottom: 5px;
    font-size: 18px;
  }


.recommend-row img, .recommend-row .rec-info {
  float: left;
}
.recommend-row .rec-info {
  padding: 10px 0 5px 8px;
}

.recommend-row p {
  margin-bottom: 0;
}
.recommend-row a:first-child .single-recommend {
  margin-left: 0;
}
@media screen and (min-width: 1024px){
  .recommend-row .single-recommend {
    width: 32.8%;
    margin-left: 4px;
  }
}
@media screen and (max-width: 1200px){
  .multiple-software {
    min-width: unset;
    width: 90%;
  }
}
.search input {
  background: transparent;
  border: 1px solid transparent;
  height: 100%;
  width: 240px;
  padding: 2px 30px 2px 12px;
  outline: none;
  color: #f5f5f5;
  border-radius: 4px;
  pointer-events: none;
}

.search input::placeholder {
  color: #f5f5f5;
  opacity: 1;
}

.search input:-ms-input-placeholder {
  color: #f5f5f5;
}

.search input::-ms-input-placeholder {
  color: #f5f5f5;
}

.search .form-group {
  display: flex;
  align-items: center;
  position: relative;
  height: 30px;
  pointer-events: auto;
}

.search .form-group.active input {
  background: #FBFBFB;
  color: #333333;
  cursor: text;
  pointer-events: auto;
  border-color: 1px solid #ECECEC;
}

.search .form-group.active input::placeholder {
  color: #333333;
  opacity: 1;
}

.search .form-group.active input:-ms-input-placeholder {
  color: #333333;
}

.search .form-group.active input::-ms-input-placeholder {
  color: #333333;
}

.search i {
  position: absolute;
  height: 100%;
  width: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  right: 0;
  z-index: 2;
  cursor: pointer;
}

.search i:hover ~ input {
  pointer-events: auto;
}

.search button {
  height: 100%;
  width: 30px;
  position: absolute;
  top: 0;
  right: 0;
  display: none;
  align-items: center;
  justify-content: center;
  background: none;
  border: none;
}

.search button i {
  display: flex;
  position: static;
}

.menu {
  display: flex;
  align-items: center;
}

.menu-item {
  margin: 0 30px 0 0;
}

.menu__link {
  font-size: 14px;
  color: #000000;
  line-height: 1;
  padding: 13px 0;
  display: block;
  transition: all 0.3s ease-out;
}

.sub-menu {
  position: absolute;
  min-width: 300px;
  opacity: 0;
  visibility: hidden;
  background: #FFFFFF;
  box-shadow: 0px 2px 5px rgba(50, 50, 50, 0.1);
  border-radius: 0 0 4px 4px;
  transform: translate(-10px, 0);
  transition: all 0.3s ease-out;
}

.sub-menu .menu-item {
  margin: 0;
}

.sub-menu .menu-item.border-bottom {
  box-shadow: inset 0px -1px 0px rgba(189, 189, 189, 0.5);
}

.sub-menu .menu__link {
  padding: 12px 20px;
  line-height: 1.1;
}

.sub-menu .menu__link:hover {
  background: #161B39;
  color: #ffffff;
  box-shadow: none;
}

.menu-item-has-children {
  align-items: center;
  position: relative;
  display: block;
  padding-right: 30px;
}

.menu-item-has-children:after {
  content: "\e900";
  font-family: 'icomoon';
  position: absolute;
  top: 13px;
  right: 12px;
  margin-left: 4px;
  font-size: 10px;
  pointer-events: none;
  transition: all 0.3s ease-out;
}

.menu-item-has-children.active:after {
  transform: rotate(-90deg) !important;
}

.menu-item-has-children.active > .menu__link {
  color: #1A4540;
}

.menu-item-has-children.active .sub-menu {
  display: block;
}

.navbar {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.nav-auth-buttons {
  display: flex;
  gap: 8px;
}

.body-padding {
  height: 100px;
}

.hamburger {
  display: none;
  width: 50px;
  position: relative;
  z-index: 22;
  position: absolute;
  right: 5px;
  top: 0;
  height: 65px;
}

.hamburger span {
  position: absolute;
  right: 11px;
  display: block;
  width: 25px;
  background: #333333;
  height: 3px;
  border-radius: 10px;
  transition: all 0.3s ease-out;
}

.hamburger span:nth-child(1) {
  top: calc(50% - 8.5px);
}

.hamburger span:nth-child(2) {
  top: calc(50% - 2.5px);
}

.hamburger span:nth-child(3) {
  top: calc(50% - 2.5px);
}

.hamburger span:nth-child(4) {
  top: calc(50% + 3.5px);
}

.hamburger.open span {
  background: #333333;
}

.hamburger.open span:nth-child(1) {
  top: calc(50% - 2.5px);
  width: 0%;
  right: 50%;
}

.hamburger.open span:nth-child(2) {
  transform: rotate(45deg);
}

.hamburger.open span:nth-child(3) {
  transform: rotate(-45deg);
}

.hamburger.open span:nth-child(4) {
  top: calc(50% - 2.5px);
  width: 0;
  right: 50%;
}

.footer {
  margin-top: 275px;
  background: linear-gradient(270deg, #387B74 0%, #1A4540 100%);
  box-shadow: 0px 2px 6px rgba(0, 0, 0, 0.1);
  position: relative;
}

.footer:before {
  content: '';
  box-shadow: inset 0px 1px 0px #FFFFFF;
  width: 100%;
  height: 1px;
  left: 0;
  bottom: 53px;
  opacity: 0.2;
  position: absolute;
  z-index: 2;
}
.newsletter-data{
  line-height: 1.7;
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font-family: WorkSans,sans-serif;
  color: #333;
  font-weight: 400;
  vertical-align: baseline;
  -webkit-tap-highlight-color: rgba(255,255,255,0);
  display: flex;
  align-items: flex-end;
}
.name-field{
  font-size: 15px;
  color: #1e172f;
  line-height: 1;
  display: block;
  margin-bottom: 6px;
}
.name-field > span{
  color: red;
}
.review-paragraph > p > b{
  color: white;
}
.email-field > span{
  color: red;
}
.pagination-results{
  margin-right: 10px;
}
.email-field{
  font-size: 15px;
  color: #1e172f;
  line-height: 1;
  display: block;
  margin-bottom: 6px;
}
.fill-in-name-newsletter , .fill-in-email-newsletter{
  width: 100%;
}
.submit-newsletter-btn{
  width: 100%;
  line-height: 0.8;
}
.footer-main {
  padding: 113px 0 40px;
}

.footer .container {
  z-index: 1;
  position: relative;
}

.footer .row {
  justify-content: space-between;
}

.footer-bg {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background: url("../img/background-grid-footer.svg");
  background-repeat: no-repeat;
  background-size: cover;
  z-index: 0;
}

.footer-column {
  padding: 0 12px;
  z-index: 1;
}

.footer__title {
  font-size: 18px;
  font-weight: 700;
  color: #ffffff !important;
  margin-bottom: 12px;
}

.footer__list li {
  margin-bottom: 10px;
}

.footer__link {
  font-size: 14px;
  color: #ffffff;
  opacity: 0.6;
  position: relative;
}

.footer__link:before {
  content: '';
  background: #ffffff;
  opacity: 0.6;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 1px;
  transition: all 0.3s ease-out;
}

.footer__link:hover:before {
  width: 100%;
}

.footer-copyright {
  padding: 17px 0;
}

.footer-copyright .footer-column {
  width: 100%;
  display: flex;
  justify-content: space-between;
}

.footer-copyright .footer__link {
  margin-left: 30px;
}

.footer-copyright p {
  font-size: 14px;
  color: #ffffff !important;
  opacity: 0.6;
}

section.cards,
section.banner,
section.blog,
section.programs-list,
section.reviews,
section.faq,
section.recommendations {
  margin-bottom: 80px;
}

section.cards .col-12,
section.banner .col-12,
section.blog .col-12,
section.programs-list .col-12,
section.reviews .col-12,
section.faq .col-12,
section.recommendations .col-12 {
  margin-bottom: 30px;
  padding: 0 16px;
}

.rating-stars {
  display: flex;
  align-items: center;
}

.rating-stars .stars {
  display: flex;
}

.rating-stars span {
  margin-left: 2px;
  color: #777777;
  font-size: 14px;
}

.rating-stars .star-filled,
.rating-stars .star {
  margin-right: 4px;
  width: 16px;
  height: 16px;
}

.rating-stars .star-filled:before,
.rating-stars .star:before {
  content: '';
  background: url("../img/icons/icon-star-filled.svg");
  background-repeat: no-repeat;
  background-size: contain;
  display: block;
  width: 100%;
  height: 100%;
}

.rating-stars .star:before {
  background: url("../img/icons/icon-star.svg");
}

.cards {
  margin-top: 50px;
}

.cards .col-lg-3 {
  margin-bottom: 24px;
}

.cards .view-more-btn {
  margin-top: 10px;
}

.cards-tabs {
  margin-top: 40px;
}

.cards-tabs .tabs-list {
  margin-bottom: 35px;
}

.cards-item {
  background: #ffffff;
  border: 1px solid #EBEBEB;
  box-shadow: 0px 2px 5px rgba(50, 50, 50, 0.1);
  border-radius: 6px;
  height: 100%;
  display: flex;
  flex-direction: column;
  overflow: hidden;
}

.cards__image {
  height: 125px;
}

.cards__image img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.cards__title {
  font-size: 18px;
  font-weight: 700;
  margin-bottom: 6px;
  display: block;
}

.cards__description {
  margin-bottom: 10px;
  font-size: 14px;
  color: #4C4C4C;
}

.cards__description p {
  margin-bottom: 6px;
}

.cards__rating {
  display: flex;
  align-items: center;
}

.cards-content {
  padding: 18px;
}

.cards .btn {
  text-align: center;
  margin: auto 18px 18px 18px;
}

.background-grid {
  position: absolute;
  left: -15%;
  top: -25%;
  width: 130%;
  height: 150%;
  background-image: url("../img/background-grid.svg");
  background-size: cover;
  background-repeat: no-repeat;
  z-index: 0;
}

.banner-inner {
  background: linear-gradient(90deg, #161B39 0%, #1A4540 64.23%);
  box-shadow: 0px 2px 6px rgba(0, 0, 0, 0.1);
  border-radius: 6px;
  position: relative;
  display: flex;
  padding: 30px 40px;
  overflow: hidden;
}

.banner__image {
  width: 35%;
  display: flex;
  align-items: center;
  z-index: 2;
}

.banner__image_background {
  width: 185px;
  height: calc(100% - 20px);
  object-fit: cover;
  object-position: left;
}

.banner__image_main {
  position: absolute;
  width: fit-content;
  top: 50%;
  transform: translate(0, -50%);
  left: 65px;
  object-position: left;
  width: 290px;
}

.banner__image_single {
  display: block;
  width: 90%;
  height: 100%;
  object-fit: contain;
}

.banner__content {
  width: 65%;
  color: #ffffff;
  z-index: 2;
}

.banner__content h3 {
  font-size: 30px;
  margin-bottom: 8px;
  font-weight: 700;
  color: #ffffff;
}

.banner__content p {
  color: #ffffff;
  margin-bottom: 20px;
}

.banner__content .btn-secondary {
  margin-bottom: 15px;
}

.blog .col-lg-4,
.blog .col-lg-8 {
  margin-bottom: 24px;
}

.blog-item {
  display: flex;
  flex-direction: column;
  border-radius: 4px;
  overflow: hidden;
  height: 100%;
  transition: all 0.3s ease-out;
}

.blog-item:hover {
  box-shadow: 10px 10px 10px rgba(0, 0, 0, 0.1);
}

.blog-item:hover .blog__image img {
  transform: scale(1.04);
}

.blog__image {
  margin-bottom: 13px;
  height: 210px;
  overflow: hidden;
  max-height: 400px;
}

#page-wide img{
  max-width: 100%;
  max-height: 100%;
}

#page-wide > p > img{
  max-width: 100%;
  max-height: 100%;
}
#page-wide > p > a{
  word-wrap: break-word;
}
.blog__content {
  margin-bottom: 18px;
  padding: 0 15px;
}

.blog__content h2 {
  margin-bottom: 13px;
  font-weight: 700;
  font-size: 20px;
  line-height: 24px;
}

.blog__content p {
  color: #4C4C4C;
  font-size: 14px;
}

.blog__data {
  display: flex;
  justify-content: space-between;
  margin-top: auto;
  padding: 15px;
}

.blog__date {
  font-size: 14px;
  color: #999999;
}

.blog__author {
  color: #043E6F;
  font-size: 14px;
}

.blog-item-wide {
  display: block;
  border-radius: 4px;
  overflow: hidden;
  position: relative;
  height: 100%;
  transition: all 0.3s ease-out;
}

.blog-item-wide__image {
  width: 100%;
  height: 100%;
  overflow: hidden;
  max-height: 400px;
}

.blog-item-wide__image img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: all 0.3s ease-out;
}

.blog-item-wide:hover {
  box-shadow: 10px 10px 10px rgba(0, 0, 0, 0.1);
}

.blog-item-wide:hover .blog-item-wide__image img {
  transform: scale(1.04);
}

.blog-item-wide__content {
  position: absolute;
  bottom: 20px;
  left: 20px;
  max-width: 80%;
}

.blog-item-wide__content h2 {
  margin-bottom: 6px;
  color: #ffffff;
  font-size: 24px;
  font-weight: 700;
}

.blog-item-wide__content p {
  opacity: .8;
  color: white !important;
  font-size: 14px;
  margin-bottom: 20px;
}

.blog-item-wide__data {
  display: flex;
}

.blog-item-wide__date {
  color: #ffffff !important;
  font-size: 14px;
  margin-right: 16px;
}

.blog-item-wide__author {
  color: #ffffff !important;
  font-size: 14px;
}
.blog-content-text, .blog-item-wide__date, .blog-item-wide__author, .blog-item-wide__content > h2{
  margin-left: 10px !important;
  margin-right: 10px !important;
}

.programs-list .table-row {
  margin: 0;
}

.programs-list-table {
  width: 100%;
  border: 1px solid #EBEBEB;
  border-radius: 4px;
  box-shadow: 0px 2px 5px rgba(50, 50, 50, 0.1);
}

.programs-list-table table {
  width: 100%;
}

.programs-list-table tr {
  border-bottom: 1px solid #EBEBEB;
}

.programs-list-table tr:last-child {
  border: none;
}

.programs-list-table th {
  color: #777777;
  font-size: 14px;
}

.programs-list-table td,
.programs-list-table th {
  text-align: left;
  vertical-align: middle;
  padding: 12px 24px;
}

.programs-list-table .btn-secondary {
  margin-right: 5px;
}

.programs-list .affiliate-programs-cell {
  display: flex;
  align-items: center;
}

.programs-list .affiliate-programs-cell  {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}

.programs-list .affiliate-programs-cell img {
  width: 50px;
  height: 50px;
  border-radius: 100%;
  margin-right: 16px;
  object-fit: cover;
  filter: drop-shadow(0px 5px 10px rgba(0, 0, 0, 0.15));
}

.programs-list .affiliate-programs-cell h4 {
  color: #222222;
  margin-bottom: 4px;
}

.programs-list .affiliate-programs-cell span {
  background: linear-gradient(225deg, #51BAAB 0%, #B620E0 100%);
  border-radius: 9px;
  padding: 4px 10px;
  color: #ffffff;
  font-size: 9px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.programs-list .rev-share-cell {
  color: #3EA950;
}

.pagination {
  align-items: center;
  border: 1px solid #EBEBEB;
  border-radius: 8px;
  display: none;
}

.pagination-container {
  display: flex;
  justify-content: center;
  margin-top: 20px;
}

.pagination .page-numbers {
  width: 32px;
  height: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.3s ease-out;
  cursor: pointer;
  border-right: 1px solid #EBEBEB;
}

.pagination .page-numbers:last-child {
  border-right: none;
}

.pagination .page-numbers.active,
.pagination .page-numbers:hover {
  color: #ffffff;
  background: #1A4540;
}

.pagination .prev-page,
.pagination .next-page {
  width: 51px;
}

.reviews .col-xs-12 {
  margin-bottom: 16px;
}

.reviews-item {
  background: #FFFFFF;
  border: 1px solid #EBEBEB;
  border-radius: 4px;
  box-shadow: 1px 1px 10px rgba(0, 0, 0, 0.09);
  padding: 30px 24px;
}

.reviews__data {
  display: flex;
  align-items: center;
  margin-bottom: 14px;
}

.reviews__data i:before {
  color: #FF9500;
}

.reviews__data span {
  margin-left: 15px;
  color: #777777;
  font-size: 14px;
}

.reviews__content p {
  color: #000000;
  line-height: 1.7;
  font-size: 14px;
  margin-bottom: 16px;
}

.reviews__author {
  display: grid;
  grid-template-rows: 1fr 1fr;
  grid-template-columns: 70px 1fr;
  align-items: center;
}

.reviews__author img {
  width: 50px;
  height: 50px;
  border-radius: 100%;
  grid-column: 1/2;
  grid-row: 1/3;
}

.reviews__author p {
  grid-column: 2/3;
  grid-row: 1/2;
  font-weight: 700;
  color: #000000;
}

.reviews__author span {
  grid-column: 2/3;
  grid-row: 2/3;
}

.faq-heading {
  display: grid;
  grid-template-rows: 1fr 1fr;
  grid-template-columns: 80px 1fr;
  align-items: center;
  margin-bottom: 30px;
}

.faq-heading .section-icon {
  grid-column: 1/2;
  grid-row: 1/3;
  margin: 0 0 10px 0;
}

.faq-heading .section-heading {
  grid-column: 2/3;
  grid-row: 1/2;
  text-align: left;
  line-height: 1;
  margin: 0;
}

.faq-heading .section-subheading {
  grid-column: 2/3;
  grid-row: 2/3;
  text-align: left;
}

.recommendations .col-lg-4 {
  margin-bottom: 24px;
}

.recommendations .cards__image {
  height: 170px;
}

.about-content {
  margin: 80px 0;
}

.learn-more-button-index{
  margin-top: 30px;
  text-align: center;
}

.about-content .intro-image {
  position: relative;
  margin-bottom: 35px;
}

.about-content .intro-image .bg-image {
  height: 440px;
}

.about-content .intro-image .main-image {
  position: absolute;
  display: block;
  width: 92%;
  top: 5%;
  left: 4%;
  height: 90%;
  object-fit: contain;
}

.about-content .intro-image .single-image {
  display: block;
  width: 100%;
}

.about-content h2 {
  font-size: 30px;
  font-weight: 700;
  margin-bottom: 15px;
  color: #000000;
  line-height: 1.3;
}

.about-content h3 {
  font-size: 24px;
  margin-bottom: 20px;
  line-height: 1.3;
}

.about-content h4 {
  font-size: 20px;
  margin-bottom: 16px;
}

.about-content p {
  margin-bottom: 16px;
}

.about-content ul {
  list-style: disc;
  padding: 0 0 0 16px;
}

.value .col-12 {
  margin-bottom: 35px;
}

.value-box {
  background: linear-gradient(90deg, #161B39 0%, #1A4540 100%);
  box-shadow: 0px 2px 6px rgba(0, 0, 0, 0.1);
  margin: 0 -15px;
  border-radius: 6px;
  overflow: hidden;
}

.value-box .row {
  background-image: url("../img/background-grid.svg");
  background-size: cover;
  background-repeat: no-repeat;
}
.review-no-info-message{
  color: #777!important;
  font-weight: 400;
  float: left;
}
.review-no-info-message > span{
  color: #777!important;
  font-weight: 400;
}

.value-item {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 60px 10px;
  width: 80%;
  margin: auto;
}


.q-width-list{
  margin-left: 10px;
}
#payments{
  color: #777777 !important;
  font-weight: 400;
}
#payments > div > div{
  color: #777777 !important;
  font-weight: 400;
}
.value-icon {
  width: 60px;
  height: 60px;
  border-radius: 100%;
  background: #ffffff;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 22px;
}

.do-later > li > a{
  color: #777!important;
  font-weight: 400;
}
.aff-review-subsections > ul, li, div, p, span{
  color: #777;
  font-weight: 400;
}
.card__details_program_review > span{
  color: white !important;
}
.review-no-info-message{
  margin-left: 0;
}
.review-no-info-message-align{
  color: #777!important;
  font-weight: 400;
 margin-left: 10px;
}
.review-no-info-message-align, .review-no-info-message-align{
  color: #777!important;
  font-weight: 400;
}
.no-info-aligned{
  margin-left: -9px;
}
.summary-title-top{
  padding-left: 0 !important;
}

.section-blurb-aligned{
  margin-left: -9px;
}
.review-paragraph p{
  color: white !important;
}
.review-paragraph strong{
  color: white !important;
}
.card__details p{
  color: white !important;
}
.no-info-left-aligned{
  margin-left: 0;
}
.q-width-list{
  margin-left: 0;
}
.section-blurb > p{
  margin-left: -10px;
}
.section-blurb > .col-xs-12 > p{
  margin-left: -10px;
}
.summary-text-content > ul > li{
  margin-left: 0;
}
.summary-text-content > li{
  margin-left: 0;
}
.review-list-payments{
  margin-left: -10px;
}
.review-no-info-message-align-faq{
  margin-left: 0;
}
#brands{
  margin-bottom: 10px;
}
#payments{
   margin-top: 10px;
   margin-bottom: 10px;
}
.game-types-row{
    margin-bottom: 10px;
}
.software-blurb-p{
  margin-left: -10px;
}
.software-paragraphs > p{
  margin-left: 0;
}
.summary-row, .markets-row, .languages-row, .excluded-countries-row, .brands-section, .game-types-row,
.softwares-row, .contacts-row, .tools-banners-row, .information-row, .similar-programs-row, .webmasters-row,
.recent-articles-row, .featured-countries-row, .licensed-jurisdictions-row, .faq-row{
  margin-top: 7px;
  margin-bottom: 7px;
}
.answer-question-div{
  cursor: pointer;
}
.faq-container{
  margin-left: -35px;
}
.answer-question-div > ul > li{
  color: #337ab7!important;
}
.summary-text-content strong{
  color: #777777 !important;
  font-weight: bold;
}

.blog-detail__content a{
  color: #337ab7!important;
}
.value-icon img {
  width: 32px;
  height: 32px;
  object-fit: contain;
}

.value-title {
  font-size: 20px;
  font-weight: 700;
  width: 90%;
  margin: auto auto 14px auto;
}

.value-title,
.value-description {
  color: #ffffff;
  text-align: center;
}

.value-description {
  font-size: 14px;
  opacity: 0.8;
}

.blog-heading {
  display: grid;
  grid-template-rows: 1fr 1fr;
  grid-template-columns: 80px 1fr;
  align-items: center;
  margin-bottom: 30px;
}

.blog-heading .section-icon {
  grid-column: 1/2;
  grid-row: 1/3;
  margin: 0 0 10px 0;
}

.blog-heading .section-heading {
  grid-column: 2/3;
  grid-row: 1/2;
  text-align: left;
  line-height: 1;
  margin: 0;
}

.blog-heading .section-subheading {
  grid-column: 2/3;
  grid-row: 2/3;
  text-align: left;
}

.blog-list {
  margin-top: 45px;
}

.blog-list .col-12 {
  padding: 0 15px;
}

.blog-list-row .col-xs-12 {
  margin-bottom: 24px;
}

.blog-list-row .pagination {
  display: flex;
}

.blog-categories {
  display: flex;
  box-shadow: inset 0px -1px 0px rgba(189, 189, 189, 0.5);
  margin-bottom: 30px;
}

.blog-categories__link {
  padding: 12px 28px;
  line-height: 1.1;
  display: inline-block;
  transition: all 0.3s ease-out;
  cursor: pointer;
}

.blog-categories__link:before {
  display: block;
  content: attr(title);
  font-weight: bold;
  height: 0;
  overflow: hidden;
  visibility: hidden;
}

.blog-categories__link:hover {
  color: #1A4540;
  font-weight: 700;
}

.blog-categories__link.active {
  font-weight: 700;
  color: #1A4540;
  box-shadow: inset 0px -2px 0px #1A4540;
}

.blog-search {
  display: flex;
  justify-content: flex-end;
  align-items: flex-end;
  margin-bottom: 38px;
}

.blog-search .form-group {
  position: relative;
  border-radius: 4px;
  overflow: hidden;
  height: 32px;
  width: 260px;
}

.blog-search input {
  background: #F1F1F1;
  border: none;
  font-family: inherit;
  width: 100%;
  height: 100%;
  outline: none;
  padding: 6px 32px 6px 10px;
  border: 1px solid transparent;
  border-radius: 4px;
  transition: all 0.3s ease-out;
}

.blog-search input:focus {
  border-color: #161B39;
}

.blog-search button {
  position: absolute;
  top: 0;
  right: 0;
  height: 100%;
  width: 32px;
  background: transparent;
  border: none;
  outline: none;
  cursor: pointer;
}

.blog-advertising .cards-item {
  margin-bottom: 24px;
}

.blog-advertising .cards-item .btn-primary {
  text-align: center;
  width: 90%;
  margin: 0 auto 18px auto;
}

.blog-advertising .advertising-item {
  background: #F1F1F1;
  border-radius: 3px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #777777;
  font-size: 18px;
  margin-bottom: 24px;
}

.blog-advertising .advertising-big {
  height: 250px;
}

.blog-advertising .advertising-small {
  height: 90px;
}

.blog-detail__info {
  margin-bottom: 26px;
}
.newsletter-error{
  color: #d80000 !important;
  font-size: 20px !important;
}
.hidden{
  display: none;
}

.blog-detail__heading {
  font-size: 24px;
  font-weight: 700;
  color: #222222;
  width: 80%;
  margin-bottom: 24px;
  line-height: 1.2;
}
.footer-logo > img{
  max-width: 155px;
}
.blog-detail__image {
  margin-bottom: 28px;
  border-radius: 4px;
  overflow: hidden;
}

.blog-detail__image img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.blog-detail__data {
  display: flex;
  align-items: center;
}

.blog-detail__data.--additional {
  margin-top: 60px;
}

.blog-detail__date,
.blog-detail__author {
  display: flex;
  align-items: center;
  margin-right: 40px;
}

.blog-detail__date i,
.blog-detail__author i {
  margin-right: 7px;
}

.blog-detail .socials-bar {
  margin-left: auto;
}

.blog-detail .socials-bar a {
  border: 1px solid #EBEBEB;
}

.blog-detail__content strong {
  font-weight: 700;
  color: #777!important;
}

.blog-detail__content p {
  margin-bottom: 20px;
}

.blog-detail__content h2 {
  color: #222222;
  font-weight: 700;
  font-size: 20px;
  margin-bottom: 20px;
}

.blog-detail__content h3 {
  color: #222222;
  font-weight: 700;
  font-size: 18px;
  margin-bottom: 20px;
}

.blog-recommendations {
  margin-top: 90px;
}

.blog-recommendations__heading {
  font-size: 30px;
  font-weight: 700;
  color: #000000;
}

.page-programs-list .table-row {
  background: #ffffff;
  border-radius: 4px;
}

.page-programs-list .programs-list-table {
  border-radius: 0 0 4px 4px;
}

.page-programs-list .pagination {
  display: flex;
}

.page-programs-list .pagination-container {
  padding: 0 15px;
  justify-content: space-between;
  align-items: center;
}

.programs-search {
  padding: 12px 16px;
  width: 100%;
}

.programs-search form {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.programs-search .form-group {
  height: 36px;
  position: relative;
  width: 340px;
}

.programs-search .form-group input {
  height: 100%;
  padding: 6px 40px 6px 10px;
  background: #FBFBFB;
  border: 1px solid #ECECEC;
  border-radius: 4px;
}

.programs-search .form-group button {
  position: absolute;
  right: 0;
  top: 0;
  height: 100%;
  width: 40px;
  background: none;
  border: none;
  outline: none;
  cursor: pointer;
}
.html-block-below-table{
  width: 100%;
  margin-left: 10px;
}
.programs-search .form-group.form-select {
  width: fit-content;
  display: flex;
  align-items: center;
  position: relative;
}

.programs-search .form-group.form-select:after {
  content: "\e900";
  font-family: 'icomoon';
  position: absolute;
  right: 6px;
  top: 11px;
  margin-left: 4px;
  font-size: 10px;
  pointer-events: none;
}

.programs-search .form-group.form-select span {
  color: #777777;
  font-size: 14px;
  margin-right: 16px;
}

.programs-search .form-group.form-select select {
  min-width: 100px;
  height: 30px;
  width: fit-content;
  border: none;
  border-radius: 2px;
  padding: 6px 10px;
  background: #F3F3F3;
  -moz-appearance: none;
  -webkit-appearance: none;
}


.contacts-box {
  background: #ffffff;
  padding: 32px 30px;
  box-shadow: 0px 2px 5px rgba(50, 50, 50, 0.1);
  border-radius: 6px;
  border: 1px solid #EBEBEB;
}
.aff-tab-dropdowns > span{
  margin-left: 12px;
}
.contacts-box .form-group {
  margin-bottom: 20px;
}

.contacts .form-textarea {
  height: 150px;
  margin-bottom: 40px;
}

.contacts .form-submit {
  width: 150px;
}

.contacts .form-submit button {
  width: 100%;
}

.page-summary .page-header p {
  width: 100%;
  line-height: 1.3;
}

.page-summary .page-header h1 {
  font-size: 36px;
  line-height: 1.3;
}

.page-summary .col-lg-7 p {
  margin-bottom: 20px;
}

.summary-card .rating-stars {
  margin-bottom: 10px;
}

.summary-card .card__image {
  margin-bottom: 14px;
  border-radius: 8px;
  overflow: hidden;
}

.summary-card .card__image img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.summary-card .card__buttons {
  display: grid;
  margin-bottom: 14px;
}

.summary-card .card__buttons .btn {
  width: 100%;
  flex: 1;
  padding: 10px;
  text-align: center;
}

.summary-card .card__buttons .btn-primary {
  margin-left: 10px;
}

.summary-card .card__buttons .btn-primary:hover {
  color: #161B39;
  background: #ffffff;
  border-color: #ffffff;
}

.summary-card .card__buttons .btn-transparent:hover {
  color: #161B39;
  background: #ffffff;
  border-color: #ffffff;
}

.summary-card .card__details {
  display: flex;
  align-items: center;
}
.top-logo-summary{
  margin-top: 10px;
  margin-right: -12px;
  margin-bottom: 0;
  margin-left: 0;
}
.sd-web-link{
  margin-left: 0;
  margin-right: 0;
}
.available-summary > .card__details p {
  width: 83px !important;
  text-align: left;
}
.review-top-block{
  padding-left: initial !important;
}
.summary-card .card__details p,
.summary-card .card__details span {
  color: #ffffff;
  opacity: .8;
}

.summary-card .card__details p {
  margin: 0;
  width: 140px;
}
.q-width-list > li > a{
  text-decoration: underline;
  color: #337ab7;
  white-space: nowrap;
}
.brand-container > ul > li > p span > a {
  text-decoration: underline;
  color: #337ab7;
}

.summary-card .card__details span {
  display: flex;
  align-items: center;
}

.summary-card .card__details span:before {
  content: ':';
  display: block;
  margin-right: 6px;
}

.summary-sidebar {
  background: rgba(0, 0, 0, 0.0001);
  box-shadow: inset 1px 0px 0px #DCDCDC;
  position: sticky;
  top: 140px;
}

.summary-sidebar ul {
  position: relative;
}

.summary-sidebar__link {
  display: flex;
  align-items: center;
  padding: 11.5px 13px;
  position: relative;
  background: rgba(0, 0, 0, 0.0001);
  transition: all 0.1s ease-out;
}

.summary-sidebar__link i {
  margin-right: 10px;
}
.summary-sidebar__link span {
  margin-right: 10px;
}
  .sidebar {
    float: left;
  }
.scroll-line {
  width: 2px;
  height: 49px;
  position: absolute;
  background: rgba(0, 0, 0, 0.0001);
  box-shadow: inset 3px 0px 0px #1A4540;
  transition: all 0.3s ease-out;
}

.summary-content {
  margin-top: 50px;
}

.summary-content .accordion-container {
  margin-bottom: 30px;
}

.summary-content .breadcrumbs {
  margin: 0 0 16px 0;
}

.summary-content .brands-row {
  margin-bottom: 24px;
}

.summary-content .summary__reviews {
  margin-bottom: 50px;
}

.summary-content .summary__reviews .reviews__author p {
  margin-bottom: 0;
  color: #000000;
  font-size: 18px;
}

.summary-content h2 {
  font-size: 20px;
  font-weight: 500;
  margin-bottom: 10px;
}

.summary-content h3 {
  font-size: 18px;
  font-weight: 500;
  margin-bottom: 10px;
}

.summary-content p {
  color: #777777;
  margin-bottom: 10px;
}
.summary-content ul {
  margin-bottom: 10px;
}

.summary-content .cards-item .btn {
  display: none;
  margin: 18px;
  text-align: center;
}

.summary-text-content p, ul, li{
  color: #777777 !important;
  font-weight: 400;
}
#markets > p{
  color: #777777 !important;
  font-weight: 400;
}
#markets > p > span{
  color: #777777 !important;
  font-weight: 400;
}
#payments > div{
  color: #777777 !important;
  font-weight: 400;
}

.summary__table {
  margin-bottom: 22px;
}

.summary__table table {
  width: 100%;
}

.summary__table th {
  background: #F3F3F3;
  color: #777777;
}

.summary__table th,
.summary__table td {
  padding: 12px 15px;
  font-size: 14px;
  text-align: left;
}

#commisions {
  width: 450px;
  background: #FFFFFF;
  border: 1px solid #EBEBEB;
  box-shadow: 0px 2px 5px rgba(50, 50, 50, 0.1);
  border-radius: 4px;
  padding: 20px;
}

.payment-methods-list {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 20px;
}

.payment-methods-list span {
  color: #777777;
  margin: 0 35px 15px 0;
}

.checkmark-list {
  margin-bottom: 24px;
}

.checkmark-list li {
  display: inline-flex;
  align-items: center;
}

.checkmark-list li:before {
  content: '';
  margin-right: 6px;
  display: block;
  width: 18px;
  height: 18px;
  background: no-repeat center url("../img/icons/icon-checkmark.svg");
  background-size: cover;
}

.game-types-list,
.tracking-list {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  height: 140px;
}

.tracking-list {
  height: auto;
  flex-direction: row;
  max-width: 66%;
}

.tracking-list li {
  width: 50%;
}

.summary__contacts {
  flex-direction: column;
  align-items: flex-start;
  margin-bottom: 24px;
}

.summary__contacts a {
  color: #043E6F;
  display: flex;
  align-items: center;
  position: relative;
  margin-left: 20px;
  width: fit-content;
}

.summary__contacts a:before {
  content: '';
  background: currentColor;
  width: 100%;
  height: 2px;
  bottom: 0;
  opacity: 0;
  left: 0;
  position: absolute;
  transition: all 0.3s ease-out;
}

.summary__contacts a:hover:before {
  opacity: 1;
}

.summary__contacts a i {
  left: -20px;
  position: absolute;
  background-size: contain;
  width: 14px;
  margin-right: 6px;
}

.licenced-jurisdiction-links {
  margin-bottom: 24px;
}

.licenced-jurisdiction-links a {
  display: flex;
  max-width: 320px;
}

.licenced-jurisdiction-links img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.summary__contacts_form {
  background: #FFFFFF;
  border: 1px solid #EBEBEB;
  box-shadow: 0px 2px 5px rgba(50, 50, 50, 0.1);
  border-radius: 4px;
  padding: 30px;
}

.summary__contacts_form h3 {
  margin-bottom: 20px;
}

.faq-single .container {
  background: #ffffff;
  border: 1px solid #ebebeb;
  box-shadow: 0px 2px 5px rgba(50, 50, 50, 0.1);
  border-radius: 6px;
  padding: 30px;
}

.faq-single .container-overlaped {
  max-width: 860px;
}

.faq-single .tabs-wrap {
  padding-top: 0;
}

.faq-single .tabs-wrap .accordion__button i {
  min-width: 20px;
  min-height: 20px;
  max-width: 20px;
  max-height: 20px;
  background: linear-gradient(180deg, #287068 0%, #1a4540 100%);
}

.faq-single .tabs-wrap .accordion__button i:before,
.faq-single .tabs-wrap .accordion__button i:after {
  width: 12px;
  height: 2px;
  left: calc(50% - 6px);
  top: calc(50% - 1px);
}

.faq-single .tabs-list {
  flex-direction: column;
  box-shadow: none;
}

.faq-single .tabs-list a:before {
  display: none;
}

.faq-single .tabs-list .tabs-list__item_link {
  font-size: 18px;
  font-weight: 400;
}

.login {
  height: 100vh;
  width: 100%;
  display: flex;
  align-items: center;
  overflow: hidden;
}

.login-form {
  width: 35vw;
  padding: 4vh 3vw 4vh 4vw;
  overflow-y: auto;
  height: 100%;
}

.login-image {
  width: 65vw;
  height: calc(100% + 30px);
}

.login-image img {
  margin-left: 25px;
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.login-logo {
  display: flex;
  margin-bottom: 4.2vh;
  width: 10vw;
}

.login-logo img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.login-heading {
  font-size: 1.6vw;
  font-weight: 700;
  color: #1A4540;
}

.login-helper {
  font-size: 1vw;
  color: #777777;
  margin-bottom: 3vh;
}

.login .form-group {
  margin-bottom: 2.2vh;
}

.login .form-group label {
  font-size: 0.65vw;
}

.login .form-group input {
  height: 4.2vh;
  font-size: .7vw;
}
.statsdrone-logo{
  display: flex;
  margin-left: auto;
  margin-right: auto;
}
.login .phone-container select {
  width: 3.5vw;
  font-size: .7vw;
}

.login .phone-container:before {
  top: calc(50% - .9vh);
  font-size: .6vw;
  left: 2.1vw;
}

.login .form-submit {
  width: 8.5vw;
  height: 4.2vh;
}

.login .form-submit .btn {
  width: 100%;
  height: 100%;
}

.sign-in-link {
  margin-top: 9vh;
  font-size: .9vw;
}

.blog-author-block > .post-details > p{
  color: white;
}
.blog-author-block > .post-details > p > i{
  color: white;
}
.blog-author-block > .post-details > .tags > p > i{
  color: white;
}
.brands-bottom-articles > h2{
  font-weight: 700;
}
.breadcrumbs-wp-pages{
  white-space: nowrap;
}
.breadcrumbs-wp-pages > p > a{
  color: white !important;
}
.breadcrumbs-wp-pages > p > span{
  color: white !important;
}
.breadcrumbs-webmaster-pages{
  white-space: nowrap;
}
.wp-pages-content > h2,h3{
  font-weight: 700;
  font-size: 24px
}
.wp-pages-content > h1{
  font-weight: 700 !important;
  font-size: 36px
}
.wp-pages-content > div > div > h1{
  font-weight: 700 !important;
  font-size: 36px
}
.wp-pages-content > div > div > p > a{
  color: #043e6f;
}
#affiliates-review .review-summary {
  font-size: 24px;
  margin-bottom: 30px;
  font-weight: bold;
}
#affiliates-review .sub-section-nav div {
  display: inline-block;
}
#affiliates-review .sub-section-nav {
  font-size: 16px;
  text-align: center;
}
#affiliates-review .sub-section-nav .sub-nav-logo {
  width: 50px;
  margin-right: 20px;
}
#affiliates-review .sub-section-nav .sub-nav-logo img {
  max-width: 100%;
  height: auto;
}
.review-summary > a {
  color: #337ab7;
}
#affiliates-review .sub-section-nav a {
  color: #111111;
}
#affiliates-review .sub-section-nav div {
  display: inline-block;
}
#affiliates-review .sub-section-nav .text-glyph {
  padding: 26px 7px;
}
#affiliates-review .sub-section-nav .sub-nav-logo img {
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  font-family: 'Roboto', sans-serif;
  line-height: 1.42857143;
  color: #333;
  font-size: 16px;
  text-align: center;
  box-sizing: border-box;
  border: 0;
  vertical-align: middle;
  padding: 0;
  max-width: 100%;
  height: auto;
}
.review-summary > p{
  font-size: 24px;
  margin-bottom: 30px;
  font-weight: bold;
}
.blog-detail__content > p > strong{
  color: #333;
}
#affiliates-review .sub-section-nav .sub-join {
  border: 1px solid #000000;
  border-radius: 2px;
  background-image: -moz-linear-gradient(90deg, #e20000 0%, #e37777 75%, #e20000 100%);
  background-image: -webkit-linear-gradient(
          90deg
          , #e20000 0%, #e37777 75%, #e20000 100%);
  background-image: -ms-linear-gradient(90deg, #e20000 0%, #e37777 75%, #e20000 100%);
  box-shadow: 0 2px 2px 0px rgb(146 146 146 / 40%), inset 0px 1px 1px 0px rgb(255 255 255 / 40%);
  color: white;
  font-size: 24px;
  font-weight: bold;
  padding: 6px 50px;
  margin-left: 30px;
}
#review-subs .q-width-list {
  width: 100%;
}
.clearfix:before, .clearfix:after, .dl-horizontal dd:before, .dl-horizontal dd:after, .container:before, .container:after, .container-fluid:before, .container-fluid:after, .row:before, .row:after, .form-horizontal .form-group:before, .form-horizontal .form-group:after, .btn-toolbar:before, .btn-toolbar:after, .btn-group-vertical > .btn-group:before, .btn-group-vertical > .btn-group:after, .nav:before, .nav:after, .navbar:before, .navbar:after, .navbar-header:before, .navbar-header:after, .navbar-collapse:before, .navbar-collapse:after, .pager:before, .pager:after, .panel-body:before, .panel-body:after, .modal-header:before, .modal-header:after, .modal-footer:before, .modal-footer:after {
  display: table;
  content: " ";
}
.review-subsections p, .review-subsections li {
  font-size: 15px;
}
.review-subsections p, .review-subsections li {
  font-size: 15px;
}

#review-subs .q-width-list li {
  width: 100%;
  float: left;
}
.pages-subheading-part > div, p, h1, h2, h3{
  color: white;
}
.blog-detail__content > p{
  color: #333;
}
.sign-in-link a {
  color: #043e6f;
  border-bottom: 1px solid transparent;
  transition: all 0.3s ease-out;
}

.sign-in-link a:hover {
  border-color: #043e6f;
}
.sidebar-module {
  text-align: left;
  margin-bottom: 20px;
  display: inline-block;
  vertical-align: top;
  margin-left: 0;
}
#rating-box {
  font-weight: 700;
}
#rating-box .status-sum {
  font-size: 1.7em;
  text-align: center;
  padding: 10px 0;
  background-color: #43d1ff;
  margin-bottom: 20px;
}
#rating-box .rating-element:first-child {
  padding-bottom: 15px;
  margin-bottom: 10px;
  border-bottom: 1px dashed #717171;
}
#rating-box .rating-element {
  margin-bottom: 6px;
}
#rating-box .rating-label {
  float: left;
}
#rating-box .score {
  float: right;
}
#rating-box .rating-container .rating-bar {
  width: 80%;
  height: 6px;
  background-color: #43d1ff;
  border-right: 5px solid #ffffff;
}
#rating-box .rating-container {
  background-color: #bfefff;
}
#rating-box .rating-container {
  background-color: #bfefff;
}
.sidebar-module {
  text-align: left;
  margin-bottom: 20px;
  display: inline-block;
  vertical-align: top;
  margin-left: 0;
}
.index-top-image{
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  font-size: 18px;
  line-height: 1.42857143;
  text-align: center;
  font-family: 'Bitter', serif;
  color: black;
  box-sizing: border-box;
  border: 0;
  vertical-align: middle;
  padding: 0;
  max-width: 150px;
  height: auto;
}
.top-index-images-row{
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  font-size: 18px;
  line-height: 1.42857143;
  color: #333;
  box-sizing: border-box;
  padding: 0;
  text-align: center;
  margin: 0;
  padding-top: 20px;
  font-family: 'Bitter', serif;
  background-color: #ebebeb;
}
#home-top a, #home-top a:hover {
  color: black;
}
#home-top h4 {
  font-size: 20px;
}
#home-top img {
  max-width: 150px;
  height: auto;
}

#home-top{
  padding-top: 20px;
}

#home-top a, #home-top a:hover{
  color: black;
}

#home-top .col-sm-4:hover {
  background: -moz-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0) 68%, rgba(0, 0, 0, 0.25) 100%);
  background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0) 68%, rgba(0, 0, 0, 0.25) 100%);
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0) 68%, rgba(0, 0, 0, 0.25) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#40000000', GradientType=0);
}
#main-nav #search-container {
  z-index: 1001;
  display: none;
  position: fixed;
  width: 100%;
  background-color: #b1daf0;
  left: 0;
  padding: 19px 30px;
  color: #000000;
}
#home-top .col-sm-4 {
  padding-bottom: 20px;
}
.event-button{
  float: left;
}
 .button-view-all-events {
  text-align: center;
  color: #0956ad;
  padding: 17px 0;
  background-color: #f0f0f0;
  width: 133%;
}
 .coaching-image{
   max-width: 50px;
   float: left;
   margin-right: 10px;
 }
 .events-container{
   padding-bottom: 180px;
 }
 .guides-nav-header > p > a{
   color: white !important;
 }
.guides-nav-header > p > span{
  color: white !important;
}
.guides-content > h2{
  font-size: 30px;
}
.guides-content > a{
  font-size: 30px;
}
.guides-content > ul,ol {
  list-style: disc;
}
.guides-content > ul > li > a{
  color: #337ab7;
}
 .coaching-supporters-name{
   padding: 11px 17px 22px 14px;
   font-size: 16px;
   color: #ffffff !important;
 }
 .find-affiliates{
   border: 1px solid #c5c5c5;
   border-radius: 2px;
   padding: 1em;
   background-color: #d7e1f4;
   margin-bottom: 20px;
 }
.find-affiliates p {
  text-shadow: 0 1px #ffffff;
  color: #111111;
  margin-right: 20px;
  font-size: 16px;
}
.find-affiliates .btn, .find-affiliates input, .find-affiliates p {
  display: inline-block;
}
input, button, select, textarea {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}
.find-affiliates input {
  width: 50%;
  margin-right: 20px;
}
.find-affiliates .btn, .find-affiliates input, .find-affiliates p {
  display: inline-block;
}
.aff-table-filter {
  margin-bottom: 8px;
}
.aff-table-filter .aff-tab-dropdowns {
  float: left;
}
.aff-table-filter .view-select {
  float: right;
  padding-right: 10px;
}
.affiliate-table {
  width: 100%;
  margin-bottom: 30px;
}
.search-program-button{
  position: absolute;
  right: 0;
  top: 0;
  height: 100%;
  width: 40px;
  background: 0 0;
  border: none;
  outline: 0;
  cursor: pointer;
}
.search-program-view{
  height: 36px;
  position: relative;
  width: 340px;
}
.search-aff-program-category{
  margin-left: 20px;
}
.programs-list-table td, .programs-list-table th {
  text-align: left;
  vertical-align: middle;
  padding: 12px 24px;
}
.program-review-brand-name{
  padding-top:10px;
}
.program-review-brand-image{
  width:50px;
  height:50px;
  background-color:black;
  border-radius:50%;
  overflow:hidden;
}
.program-review-brand-container-list{
   display:inline-table;
}
.program-review-brand-container-list > li > p{
  text-align:center;
}
.program-review-review-status{
  color:#000000;
  background-color:#ffff00;
}
.sidebar-programs-review > p{
  font-size:16px;
  font-weight:400;
}
.card__details_program_review{
  white-space: nowrap;
}
.aff-table-program-name, .aff-table-sponsor-name{
  text-align:left;
}
.aff-tab-logo-image{
  border-radius:50%;
  overflow:hidden;
}
.blog-page-title{
  color: #333;
}
.single-recommend-image{
  width:30%
}
.rec-info{
  width:69%
}
.gaffg-forum-link{
  color:#337ab7
}
.recent-articles-table{
  max-width:95%;
}
.article-table-data{
  vertical-align:top;
}
.article-table-data > p{
  white-space: nowrap;
  margin-right: 25px !important;
}
.click-to-see-all-news-div{
  margin-top:20px;
  text-align:center;
  color:#0956ad;
  padding:17px 0;
  background-color:#f0f0f0;
}
.event-title-top{
  padding-left:7px;
  font-size: 35px
}
.event-logo-image{
  border-radius:50%;
  overflow:hidden;
}
.location-span{
  padding-right:4px;
}
.no-programs-message{
  text-align: center;
}
.program-name-search-title{
  font-weight: 400;
}
.brands-programs-list-table td, .programs-list-table th {
  text-align: center;
  vertical-align: middle;
  padding-top: 12px;
  padding-right: unset;
  padding-bottom: 12px;
  padding-left: unset;
}
.brands-affiliate-programs-cell{
  display: block !important;
  align-items: center !important;
}
.brands-affiliate-programs{
  margin: unset;
}
.default-content-section >  #page-wide > p > a{
  color: #337ab7;
}
.events-container {
  padding-top: 30px;
  overflow: hidden;
}
.default-content-section >  #page-wide  > ul {
  list-style-type: disc;
}
.default-content-section >  #page-wide > ul > li > a{
  color: #337ab7;
}
.programs-list-table td, .programs-list-table th {
  text-align: left;
  vertical-align: middle;
  padding: 12px 24px;
}
.programs-list-table th {
  color: #777;
  font-size: 14px;
}
.blog-detail__content > p > img{
  display: block;
  width: 100% !important;
  height: 100% !important;
  object-fit: contain;
  max-height: 500px !important;
}
#page-wide > .wp-image-4255{
  display: block;
  width: 100% !important;
  height: 100% !important;
  object-fit: contain;
  max-height: 500px !important;
}
#page-wide > .wp-image-3202{
  display: block;
  width: 100% !important;
  height: 100% !important;
  object-fit: contain;
  max-height: 500px !important;
}
#page-wide > .wp-image-4603{
  display: block;
  width: 100% !important;
  height: 100% !important;
  object-fit: contain;
  max-height: 500px !important;
}
.read-more-button-blogs{
  white-space: nowrap !important;
}
.read-more-core-pages-button{
  float: right;
}
.read-more-core-pages-button > a{
  margin-right: 10px !important;
}
.brands-articles-content > p{
  margin: 0 0 10px;
}
.brands-articles-content > h2{
  font-size: 23px;
}
.search-aff-tables{
  line-height: 1.7;
  box-sizing: border-box;
  margin: 0;
  border: 0;
  font-size: 100%;
  font-family: WorkSans,sans-serif;
  color: #333;
  font-weight: 400;
  vertical-align: baseline;
  -webkit-tap-highlight-color: rgba(255,255,255,0);
  padding: 12px 16px;
  width: 100%;
  padding-bottom: 25px;
}
.programs-list-table > table >tbody > tr > td > div > h4{
  font-weight: 400;
}
.affiliate-programs-cell > img{
  width: 40px;
  height: 40px;
  border-radius: 100%;
  margin-right: 16px;
  object-fit: cover;
  filter: drop-shadow(0 5px 10px rgba(0, 0, 0, .15));
}
.affiliate-programs-cell > a > img{
  width: 40px;
  height: 40px;
  border-radius: 100%;
  margin-right: 16px;
  object-fit: cover;
  filter: drop-shadow(0 5px 10px rgba(0, 0, 0, .15));
}
#ap-review{
  margin-top: 10px;
}
.review-subsections > .col-xs-12 > p > span{
  color: #777777;
}
.field-pagecomments-comment-user > .col-sm-12{
  padding-left: 0;
}
.field-pagecomments-name-user > .col-sm-12{
  padding-left: 0;
}
.program-review-brand-name{
  overflow: hidden;
}
.review-paragraph{
  color: white;
}
.review-paragraph > p > span, strong{
  color: white;
}
.article-html > strong{
  color: #172b4d!important;
  font-weight: bold;
}
.article-html > p {
   color: #172b4d!important;
   font-weight: 400;
 }

.article-html > p > strong{
  color: #172b4d!important;
  font-weight: bold;
}

.article-html > p {
    color: #172b4d;
}
.article-html > ul > li{
    color: #172b4d;
}
.article-html > ol > li{
    color: #172b4d;
}
.article-html > ul, .article-html > ol{
    padding-left: 0;
    list-style-position: inside;
}
.article-html > p{
    margin-bottom: 15px;
}
.article-html > h1,h2,h3,h4,h5,h6{
    color: #172b4d;
}
.article-html > h1{
    display: block;
    font-size: 2em;
    margin-top: 0.67em;
    margin-bottom: 0.67em;
    margin-left: 0;
    margin-right: 0;
    font-weight: bold;
}
.article-html > h2{
    display: block; font-size: 1.5em; margin-top: 0.83em; margin-bottom: 0.83em; margin-left: 0; margin-right: 0; font-weight: bold;
}
.article-html > h3{
    display: block; font-size: 1.17em; margin-top: 1em; margin-bottom: 1em; margin-left: 0; margin-right: 0; font-weight: bold;
}
.article-html > p > a:hover{
    text-decoration: underline;
}
.article-html > a:hover{
    text-decoration: underline;
}

@media (max-width: 767px) {
    html, body {
        overflow-x: hidden;
        max-width: 100%;
    }
    .article-html {
        overflow-x: hidden;
    }
    .article-html * {
        max-width: 100% !important;
        box-sizing: border-box;
    }
    .article-html table {
        display: block;
        overflow-x: auto;
        -webkit-overflow-scrolling: touch;
    }
}

.blog-item-wide__content{
  background: rgb(20,19,19);
  background: radial-gradient(circle, rgba(20,19,19,0.938813025210084) 0%, rgba(17,16,16,0.5578606442577031) 67%);
}
.blog-item-wide__content > h2, p, .blog-item-wide__data{
  margin-left: 10px;
}
.blog-item-wide__content>h2, .blog-item-wide__data, p{
  margin-left: unset;
}
.programs-list-table > .affiliate-programs-cell {
  display: flex;
  align-items: center;
}
  .affiliate-table tr td, .affiliate-table tr th {
    padding: 8px 0;
    width: 14%;
    text-align: center;
  }
  .affiliate-table th {
    font-size: 15px;
  }
.find-affiliates > .btn {
  background: #ededed;
  background: -moz-linear-gradient(top, #ededed 0%, #ffffff 33%, #ffffff 33%, #ffffff 45%, #ebebeb 100%);
  background: -webkit-linear-gradient(top, #ededed 0%, #ffffff 33%, #ffffff 33%, #ffffff 45%, #ebebeb 100%);
  background: linear-gradient(to bottom, #ededed 0%, #ffffff 33%, #ffffff 33%, #ffffff 45%, #ebebeb 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ededed', endColorstr='#ebebeb', GradientType=0);
  font-weight: 700;
  padding: 5px 26px;
  border: 1px solid black;
  -webkit-box-shadow: 0px 1px 2px 0px rgb(0 0 0 / 40%), inset 0 1px 1px #ffffff;
  -moz-box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.4), inset 0 1px 1px #ffffff;
  box-shadow: 0px 1px 2px 0px rgb(0 0 0 / 40%), inset 0 1px 1px #ffffff;
}
.aff-coaching h4 {
  text-decoration: underline;
  font-size: 24px;
}
.aff-coaching-section > h1, h2, h3, h4, h5, h6 {
  font-weight: 700;
}
.aff-coaching-section > div > div > h2{
  font-size: 30px;
}
.aff-coaching-section ul {
  padding-left: 0;
  list-style: inside;
}
.aff-coaching-section .btn-cntr {
  text-align: center;
}
.aff-coaching-section a {
  color: #ffffff;
}
.aff-coaching-section .aff-coaching-btn {
  display: inline-block;
  margin: 30px 0 50px;
  box-shadow: 0px 2px 2px 0px rgb(146 146 146 / 60%), inset 0px 1px 1px 0px rgb(255 255 255 / 40%);
  text-align: center;
  padding: 9px 30px;
  font-size: 30px;
  background-color: #2f6b65;
  color: white !important;
}
.subscribe-newsletter{
  color: #1e172f !important;
}
#aff-coach-sup {
  background-color: #2f6b65;
  margin-left: 57px;
  margin-right: -20px;
}
.sidebar-module {
  text-align: left;
  margin-bottom: 20px;
  display: inline-block;
  vertical-align: top;
  margin-left: 0;
}
#aff-coach-sup .wrap {
  padding: 12px;
}
#aff-coach-sup h4 {
  margin-top: 0;
  color: white;
  text-align: center;
  font-size: 1.2em;
}
.html-block-below-table strong{
  color: #777!important;
  font-weight: bold;
}
.program-table-texts a, p, strong, div, span{
  color: #777;
}
.program-table-texts strong, b{
  font-weight: bold;
}
.program-table-texts h1{
  display: block;
  font-size: 2em;
  margin-top: 0.67em;
  margin-bottom: 0.67em;
  margin-left: 0;
  margin-right: 0;
  font-weight: bold;
}
.program-table-texts h2{
  display: block;
  font-size: 1.5em;
  margin-top: 0.83em;
  margin-bottom: 0.83em;
  margin-left: 0;
  margin-right: 0;
  font-weight: bold;
}
.program-table-texts h3{
  display: block;
  font-size: 1.17em;
  margin-top: 1em;
  margin-bottom: 1em;
  margin-left: 0;
  margin-right: 0;
  font-weight: bold;
}
.program-table-texts p{
  display: block;
  margin-top: 1em;
  margin-bottom: 1em;
  margin-left: 0;
  margin-right: 0;
}
.program-table-texts h1,h2,h3,h4,h5,h6{
  color: #172b4d;
}
.program-table-texts table{
  table-layout: fixed ;
  width: 100% ;
}
.program-table-texts table td{
  width: 25% ;
}
.sponsors-listing-bottom{
  margin-bottom: 0 !important;
}
.exclusive-offer-container{
  /*float: left;*/
  background-color: #F3F3F3;
  margin-top: 5px;
  margin-bottom: 10px;
  flex-direction: row !important;
  align-items: center !important;
  display: flex;
}
.exclusive-img-programs{
  padding-top: 7px;
}
.exclusive-offer-childs{
  float: left;
  padding-right: 5px;
  font-weight: 700;
  vertical-align: middle;
  text-align: left !important;
  font-size: 14px;
}
.exclusive-img{
  max-width: 23px;
  height: auto !important;
  padding-top: 5px;
}
.exclusive-offer-link{
  text-decoration: none;
}
.exclusive-offer-title{
  padding-top: 5px;
}
.commissions-exclusive{
  padding-top: 10px;
  font-weight: 700;
}
.commissions-desc{
  font-weight: 700;
}
.exclusive-offer-container-review{
  cursor: pointer;
  justify-content: center !important;
  text-decoration: none;
  align-items: center;
  display: flex;
  height: 25px;
  padding: 0 80px;
  margin-bottom: 20px;
  text-align: center;
  white-space: nowrap;
  width: 100%;
}
.exclusive-offer-review-link{
  padding-bottom: 5px;
}
.programs-search i{
  position: absolute;
  height: 100%;
  width: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  right: 0;
  z-index: 2;
  cursor: pointer;
}
.search-field-prg{
  margin-left: -15px;
}
#aff-coach-sup ul {
  list-style: none;
  padding-left: 0;
}
.sidebar {
  float: left;
}
.events-section{
  float: left;
}
.html-block-above-table{
  margin-left: 10px;
  margin-top: 30px;
  margin-bottom: 20px;
}
.blog-detail__content > ul {
  list-style: disc !important;
  display: block;
  margin-block-start: 1em;
  margin-block-end: 1em;
  margin-inline-start: 0px;
  margin-inline-end: 0px;
  padding-inline-start: 40px;
}
.program-table-texts table{
  display: table;
  border-collapse: separate;
  border-spacing: 1px;
  border-color: gray;
  color: #777!important;
}
.program-table-texts tbody{
  display: table-row-group;
  vertical-align: middle;
  border-color: inherit;
  color: #777!important;
}
.program-table-texts td{
  display: table-cell;
  vertical-align: inherit;
  color: #777!important;
}
.program-table-texts > ul{
  display: block;
  list-style-type: disc;
  margin-top: 1em;
  margin-bottom: 1em;
  margin-left: 0;
  margin-right: 0;
  padding-left: 40px;
  color: #777!important;
}
.program-table-texts >  li{
  display: list-item;
  color: #777!important;
}
.program-table-texts > span, .program-table-texts > a{
  color: #777!important;
}
.program-table-texts table, .program-table-texts table td{
  border: 1px solid black;
  padding: 8px 10px;
  border-collapse: collapse;
}
.program-table-texts a{
  color: #337ab7!important;
  cursor: pointer;
}
.program-table-texts table{
  width: 1115px;
}
.other-page {
  width: 100%;
  height: 100vh;
  background: linear-gradient(90deg, #161b39 0, #1a4540 64.23%);
  overflow: hidden;
}
.wp-pages-content > div> div > h1, h2,h3, p{
  color: #333;
}
.aff-coaching-section{
  float: left;
}
.aff-coaching-section-aside{
  float: left;

}
.login-button, .register-button{
  font-family: "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
  text-transform:uppercase;
  font-size:14px;
  color:#fff;
  text-decoration:none;
  font-weight:bold;
  text-transform:uppercase;
  text-shadow:rgba(0, 0, 0, 0.30) 0 -1.25px 0;

  display:-moz-inline-stack;
  -webkit-font-smoothing:antialiased;
  display:inline-block;
  vertical-align:middle;
  vertical-align:auto;
  zoom:1;
  margin-top: 10px;
  margin-bottom: 10px;
  border:1px solid #13619f;
  background: #2371b7;
  padding:7px 19px;
  -webkit-border-radius:3px;
  -moz-border-radius:3px;
  -ms-border-radius:3px;
  -o-border-radius:3px;
  border-radius:3px;
  -webkit-box-shadow:rgba(255, 255, 255, 0.3) 0 1px 0, inset rgba(255, 255, 255, 0.3) 0 1px 0;
  -moz-box-shadow:rgba(255, 255, 255, 0.3) 0 1px 0, inset rgba(255, 255, 255, 0.3) 0 1px 0;
  box-shadow:rgba(255, 255, 255, 0.3) 0 1px 0, inset rgba(255, 255, 255, 0.3) 0 1px 0;
  cursor: pointer;
}
.login-button:active{
  border-color:#083559;
  -webkit-box-shadow:rgba(255, 255, 255, 0.2) 0 1px 0, inset rgba(0, 0, 0, 0.25) 0 1px 4px;
  -moz-box-shadow:rgba(255, 255, 255, 0.2) 0 1px 0, inset rgba(0, 0, 0, 0.25) 0 1px 4px;
  box-shadow:rgba(255, 255, 255, 0.2) 0 1px 0, inset rgba(0, 0, 0, 0.25) 0 1px 4px;
}
.register-button:active{
  border-color:#083559;
  -webkit-box-shadow:rgba(255, 255, 255, 0.2) 0 1px 0, inset rgba(0, 0, 0, 0.25) 0 1px 4px;
  -moz-box-shadow:rgba(255, 255, 255, 0.2) 0 1px 0, inset rgba(0, 0, 0, 0.25) 0 1px 4px;
  box-shadow:rgba(255, 255, 255, 0.2) 0 1px 0, inset rgba(0, 0, 0, 0.25) 0 1px 4px;
}
.login-button > a{
  color: white;
}
.register-button > a{
  color: white;
}

.single-new{
  padding: 5px;
}
#aff-coach-sup ul .single-new img {
  max-width: 50px;
  height: auto;
  float: left;
}
#aff-coach-sup ul .single-new .coach-info {
  font-size: 16px;
  float: left;
}
.events ul {
  list-style: none;
  padding-left: 0;
}
.events li {
  padding-bottom: 17px;
}
.events .event-logo img {
  display: inline-block;
  max-width: 100px;
}
.events a {
  text-decoration: none;
  color: #000000;
  display: block;
  overflow: hidden;
}

  .events .event-logo {
    float: left;
    margin-bottom: 10px;
  }
.coach-info > p{
  color: white;
}
.other-page .container,
.other-page .row {
  height: 100%;
}

.other-page .col-xs-12 {
  text-align: center;
}

.other-page h1 {
  font-size: 150px;
  font-weight: 700;
  color: #ffffff;
}

.other-page p {
  font-size: 20px;
  margin-bottom: 20px;
  color: #ffffff;
}
.brand-container {
  width: 100%;
  overflow: auto;
  overflow-y: hidden;
  margin: 0 auto;
  white-space: nowrap;
}
.review-subsections p, .review-subsections li {
  font-size: 15px;
}
.brand-container li {
  height: 186px;
  width: 180px;
  border: 1px solid #e9e9e9;
  text-align: center;
  display: inline-block;
}
.brand-container li h5 {
  text-align: center;
}
.page-content-section{
  margin-top: 30px;
}
.required-fields > label > span{
  color: red;
}
.brand-container li img {
  max-width: 50px;
  display: inline-block;
  margin-top: 30px;
}
.other-page .btn:hover {
  border-color: #ffffff;
  background: #ffffff;
}
.affiliates-pagination {
  float: right;
}
.affiliates-pagination > ul > li > a{
  line-height: 1.7;
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font-family: WorkSans,sans-serif;
  font-weight: 400;
  vertical-align: baseline;
  -webkit-tap-highlight-color: rgba(255,255,255,0);
  text-decoration: none;
  width: 32px;
  height: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all .3s ease-out;
  cursor: pointer;
  border-right: 1px solid #ebebeb;
  color: #fff;
  background: #1a4540;
}
.subscribe-message{
  font-weight: bold;
  color: red !important;
}
.programs-heading{
  margin-bottom: 30px;
}
.offer-exclusive-title{
  padding: 0;
  margin-bottom: 0;
  white-space: normal;
  height: auto;
  border-radius: 2px;
  line-height: 1.1em;
}
.offer-exclusive-title > .exclusive-offer-childs{
  padding-left: 5px;
  padding-right: 0;
}
.all-pop-exclusive-offer-details{
  margin-top: 10px;
  background-color: white;
  border-radius: 5px;
  line-height: 1.2em;
  padding: 5px;
  visibility: hidden;
  opacity: 0;
  font-style: italic;
  text-align: center;
}
.all-pop-exclusive-offer-details-all{
  margin-top: 86px;
  background-color: #555;
  color: #fff !important;
  border-radius: 6px;
  line-height: 1.2em;
  padding: 5px;
  visibility: hidden;
  opacity: 0;
  font-style: italic;
  font-size: 14px;
  text-align: center;
  width: 365px;
  z-index: 1;
  position: absolute;
  transition: opacity .5s;
}
.all-pop-exclusive-offer-details-all span{
  color: #fff !important;
}
.all-pop-exclusive-offer-details-all > .offer-details-index{
  color: #fff !important;
}
#global-search-offer > .all-pop-exclusive-offer-details-all {
  width: 392px;
  margin-top: 65px;

}
#global-search-offer{
  padding: 0 2px;
}
.exclusive-offer-p{
  padding-left: 2px;
  padding-right: 2px;
}
#exclusive-offer-pop{
  margin-top: 78px;
  width: 385px;
}

.card__buttons:hover .all-pop-exclusive-offer-details  {
  visibility: visible;
  opacity: 1;
}
.exclusive-offer-container:hover .all-pop-exclusive-offer-details-all{
  visibility: visible;
  opacity: 1
}
.events .event-button .view-all-events {
  text-align: center;
  color: #0956ad;
  padding: 17px 0;
  background-color: #f0f0f0;
}
.programs-heading > p{
  color: white !important;
}
.footer-column{
  vertical-align: baseline;
  width: calc(30% - 20px);
  margin-right: 20px;
  position: relative;
}

.btn-closed {
  background-color: #000;
  -webkit-tap-highlight-color: rgba(255, 255, 255, 0);
  align-items: center;
  justify-content: flex-end;
  border-radius: 8px;
  color: #fff;
  cursor: unset;
}

@media (max-width: 990px) {
  #global-search-offer > .all-pop-exclusive-offer-details-all {
    width: auto;
  }
}
@media (max-width: 770px) {
  #exclusive-offer-pop {
  width: auto;
    margin-right: 11px;
  }
}
@media (max-width: 550px){
  .socials-bar{
    margin-left: 100px !important;
  }
}

@media (max-width: 470px){

  #page-wide > ul{
  margin-left: 30px !important;
  float: none !important;
  }
}

@media (min-width: 576px){
  .col-sm-4 {
    flex: 0 0 33.33333%;
    max-width: 33.33333%;
    padding: 0 12px;
  }
}

@media (min-width: 576px) {
  .col-sm-1 {
    flex: 0 0 8.33333%;
    max-width: 8.33333%;
    padding: 0 12px;
  }

  .col-sm-2 {
    flex: 0 0 16.66667%;
    max-width: 16.66667%;
    padding: 0 12px;
  }

  .col-sm-3 {
    flex: 0 0 25.0%;
    max-width: 25.0%;
    padding: 0 12px;
  }

  .col-sm-4 {
    flex: 0 0 33.33333%;
    max-width: 33.33333%;
    padding: 0 12px;
  }

  .col-sm-5 {
    flex: 0 0 41.66666%;
    max-width: 41.66666%;
    padding: 0 12px;
  }

  .col-sm-6 {
    flex: 0 0 50.0%;
    max-width: 50.0%;
    padding: 0 12px;
  }

  .col-sm-7 {
    flex: 0 0 58.33333%;
    max-width: 58.33333%;
    padding: 0 12px;
  }

  .col-sm-8 {
    flex: 0 0 66.66666%;
    max-width: 66.66666%;
    padding: 0 12px;
  }

  .col-sm-9 {
    flex: 0 0 75.0%;
    max-width: 75.0%;
    padding: 0 12px;
  }

  .col-sm-10 {
    flex: 0 0 83.33333%;
    max-width: 83.33333%;
    padding: 0 12px;
  }

  .col-sm-11 {
    flex: 0 0 91.66666%;
    max-width: 91.66666%;
    padding: 0 12px;
  }

  .col-sm-12 {
    flex: 0 0 100.0%;
    max-width: 100.0%;
    padding: 0 12px;
  }
}

@media (min-width: 767px) {
  .caption,
  .dropdown-helper {
    display: none;
  }
}

@media (max-width: 767px) {
  #rating-box{
    width: 100%;
  }
  .statsdrone-logo {
    width: 100%;
  }
  .card__details_program_review, .top-logo-summary{
    align-items: center;
    justify-content: center;
  }
  .affiliate-programs-header-row{
    margin-bottom: 60px;
  }
  .login-button{
    inline-size: -webkit-fill-available;
  }
  .register-button{
    inline-size: -webkit-fill-available;
  }

  .newsletter-data > .col-sm-4{
    width: 100%;
    margin-left: 35px;
  }
  .nav-auth-buttons{
    margin-top: 15px;
    margin-left: 15px;
  }
  .button-view-all-events{
    width: 100%;
  }
  .events-section-banner{
    float: none;
  }
  .pagination-container{
    margin-bottom: unset;
  }
  .events-container {
    padding-bottom: unset;
  }
}
@media (min-width: 768px) {
  .events a .details {
    text-align: left;
    margin-left: 30px;
    float: left;
    padding: 0 0 0 12px;
    border-left: solid 5px #c0c0c0;
  }
  .affiliate-table .mobile-only, .affiliate-table .aff-mobile {
    display: none;
  }
  #review-subs .q-width-list li {
    width: 30%;
    padding-right: 22px;
  }
  .events .event-logo {
    width: 100px;
    text-align: left;
  }

  .col-md-1 {
    flex: 0 0 8.33333%;
    max-width: 8.33333%;
    padding: 0 12px;
  }

  .col-md-2 {
    flex: 0 0 16.66667%;
    max-width: 16.66667%;
    padding: 0 12px;
  }

  .col-md-3 {
    flex: 0 0 25.0%;
    max-width: 25.0%;
    padding: 0 12px;
  }

  .col-md-4 {
    flex: 0 0 33.33333%;
    max-width: 33.33333%;
    padding: 0 12px;
  }

  .col-md-5 {
    flex: 0 0 41.66666%;
    max-width: 41.66666%;
    padding: 0 12px;
  }

  .col-md-6 {
    flex: 0 0 50.0%;
    max-width: 50.0%;
    padding: 0 12px;
  }

  .col-md-7 {
    flex: 0 0 58.33333%;
    max-width: 58.33333%;
    padding: 0 12px;
  }

  .col-md-8 {
    flex: 0 0 66.66666%;
    max-width: 66.66666%;
    padding: 0 12px;
  }

  .col-md-9 {
    flex: 0 0 75.0%;
    max-width: 75.0%;
    padding: 0 12px;
  }

  .col-md-10 {
    flex: 0 0 83.33333%;
    max-width: 83.33333%;
    padding: 0 12px;
  }

  .col-md-11 {
    flex: 0 0 91.66666%;
    max-width: 91.66666%;
    padding: 0 12px;
  }

  .col-md-12 {
    flex: 0 0 100.0%;
    max-width: 100.0%;
    padding: 0 12px;
  }
}

@media (min-width: 991px) {
  .hidden-lg {
    display: none;
  }

  .menu__link:hover,
  .menu__link.active {
    background: rgba(0, 0, 0, 0.0001);
    color: #1A4540;
    box-shadow: inset 0px -2px 0px #1A4540;
  }

  .menu-item-has-children:hover:after {
    transform: rotate(180deg);
  }

  .menu-item-has-children:hover .sub-menu {
    opacity: 1;
    visibility: visible;
    transform: translate(0, 0);
  }

  .menu-item-has-children:hover > .menu__link {
    background: rgba(0, 0, 0, 0.0001);
    color: #1A4540;
    box-shadow: inset 0px -1px 0px #1A4540;
  }

  .menu-item-has-children:hover .sub-menu .menu__link {
    box-shadow: none;
  }

}

@media (min-width: 992px) {
  .col-lg-1 {
    flex: 0 0 8.33333%;
    max-width: 8.33333%;
    padding: 0 12px;
  }

  .col-lg-2 {
    flex: 0 0 16.66667%;
    max-width: 16.66667%;
    padding: 0 12px;
  }

  .col-lg-3 {
    flex: 0 0 25.0%;
    max-width: 25.0%;
    padding: 0 12px;
  }

  .col-lg-4 {
    flex: 0 0 33.33333%;
    max-width: 33.33333%;
    padding: 0 12px;
  }

  .col-lg-5 {
    flex: 0 0 41.66666%;
    max-width: 41.66666%;
    padding: 0 12px;
  }

  .col-lg-6 {
    flex: 0 0 50.0%;
    max-width: 50.0%;
    padding: 0 12px;
  }

  .col-lg-7 {
    flex: 0 0 58.33333%;
    max-width: 58.33333%;
    padding: 0 12px;
  }

  .col-lg-8 {
    flex: 0 0 66.66666%;
    max-width: 66.66666%;
    padding: 0 12px;
  }

  .col-lg-9 {
    flex: 0 0 75.0%;
    max-width: 75.0%;
    padding: 0 12px;
  }

  .col-lg-10 {
    flex: 0 0 83.33333%;
    max-width: 83.33333%;
    padding: 0 12px;
  }

  .col-lg-11 {
    flex: 0 0 91.66666%;
    max-width: 91.66666%;
    padding: 0 12px;
  }

  .col-lg-12 {
    flex: 0 0 100.0%;
    max-width: 100.0%;
    padding: 0 12px;
  }
}

@media screen and (min-width: 1100px){
  .sidebar {
    float: right;
    padding-left: 120px;
  }
}
@media (min-width: 1200px) {
  .col-xl-1 {
    flex: 0 0 8.33333%;
    max-width: 8.33333%;
    padding: 0 12px;
  }

  .col-xl-2 {
    flex: 0 0 16.66667%;
    max-width: 16.66667%;
    padding: 0 12px;
  }

  .col-xl-3 {
    flex: 0 0 25.0%;
    max-width: 25.0%;
    padding: 0 12px;
  }

  .col-xl-4 {
    flex: 0 0 33.33333%;
    max-width: 33.33333%;
    padding: 0 12px;
  }

  .col-xl-5 {
    flex: 0 0 41.66666%;
    max-width: 41.66666%;
    padding: 0 12px;
  }

  .col-xl-6 {
    flex: 0 0 50.0%;
    max-width: 50.0%;
    padding: 0 12px;
  }

  .col-xl-7 {
    flex: 0 0 58.33333%;
    max-width: 58.33333%;
    padding: 0 12px;
  }

  .col-xl-8 {
    flex: 0 0 66.66666%;
    max-width: 66.66666%;
    padding: 0 12px;
  }

  .col-xl-9 {
    flex: 0 0 75.0%;
    max-width: 75.0%;
    padding: 0 12px;
  }

  .col-xl-10 {
    flex: 0 0 83.33333%;
    max-width: 83.33333%;
    padding: 0 12px;
  }

  .col-xl-11 {
    flex: 0 0 91.66666%;
    max-width: 91.66666%;
    padding: 0 12px;
  }

  .col-xl-12 {
    flex: 0 0 100.0%;
    max-width: 100.0%;
    padding: 0 12px;
  }
}

@media (min-width: 1800px) {
  .heading-1 {
    font-size: 80px;
    font-size: -webkit-calc(50px + (80 - 50) * ((100vw - 300px) / (1900 - 300)));
    font-size: -moz-calc(50px + (80 - 50) * ((100vw - 300px) / (1900 - 300)));
    font-size: calc(50px + (80 - 50) * ((100vw - 300px) / (1900 - 300)));
  }

  .heading-2 {
    font-size: 62px;
    font-size: -webkit-calc(34px + (62 - 34) * ((100vw - 300px) / (1900 - 300)));
    font-size: -moz-calc(34px + (62 - 34) * ((100vw - 300px) / (1900 - 300)));
    font-size: calc(34px + (62 - 34) * ((100vw - 300px) / (1900 - 300)));
  }

  .heading-3 {
    font-size: 54px;
    font-size: -webkit-calc(28px + (54 - 28) * ((100vw - 300px) / (1900 - 300)));
    font-size: -moz-calc(28px + (54 - 28) * ((100vw - 300px) / (1900 - 300)));
    font-size: calc(28px + (54 - 28) * ((100vw - 300px) / (1900 - 300)));
  }

  .heading-3 {
    font-size: 33px;
  }
}

@media (min-width: 2000px) {
  .form-checkbox input:checked + label:after {
    top: 4px;
    left: 8px;
    width: 6px;
    height: 14px;
  }

  .form-checkbox label:before {
    padding: 10px;
  }

  .login .form-checkbox label {
    font-size: 20px;
  }
}

@media (max-width: 1000px) {
  .available-summary{
    margin-left: 90px;
  }
}

@media (max-width: 1500px) {
  .login .phone-container:before {
    top: calc(50% - .8vh);
    left: 2.2vw;
  }
}

@media (max-width: 1400px) {
  .login .form-group label {
    font-size: 12px;
  }

  .login .form-group input {
    font-size: 12px;
    height: 40px;
  }

  .login .phone-container select {
    width: 60px;
    font-size: 12px;
  }

  .login .phone-container:before {
    left: 37px;
    top: 13px;
    font-size: 10px;
  }
}

@media (max-width: 1200px) {
  .newsletter {
    width: 90%;
  }

  .program-table-texts table{
    width: 950px;
  }

  .form-checkbox input:checked + label:after {
    top: 3px;
  }

  .search input {
    width: 200px;
  }

  .menu-item {
    margin: 0 25px 0 0;
  }

  .menu-item-has-children {
    margin-right: 28px;
    position: relative;
  }

  .banner__image {
    width: 40%;
  }

  .banner__content {
    width: 60%;
  }

  .value {
    width: 90%;
    margin: auto;
  }

  .faq-single .container {
    margin: -50px 15px 0 15px;
  }

  .login-form {
    padding: 4vh 4vw;
  }

  .login-image img {
    margin: 0;
  }

  .login-logo {
    width: 180px;
  }

  .login-heading {
    font-size: 28px;
  }

  .login-helper {
    font-size: 16px;
  }

  .login .form-checkbox label {
    font-size: 14px;
  }

  .login .form-submit {
    width: 150px;
    height: 40px;
  }

  .sign-in-link {
    font-size: 14px;
  }
}

@media (max-width: 991px) {

  .program-table-texts table{
    width: 100%;
  }

  .tabs-list {
    max-width: 100%;
  }

  .tabs-wrap {
    max-width: unset;
  }

  .page-header h1,
  .page-header p {
    text-align: center;
  }

  .page-header p {
    width: 80%;
    margin: auto;
  }

  .header-top {
    padding: 18px 0;
  }

  .header-top .container {
    height: 100%;
    max-width: 100%;
    padding: 0;
  }

  .header-logo {
    margin: auto;
  }

  .header-control {
    display: none;
  }

  .header-lang {
    margin: 0 0 20px 20px;
  }

  .header-lang select {
    padding: 15px 0;
  }

  .header-cta {
    width: 300px;
    display: flex;
    margin: 0 0 0 20px;
    justify-content: center;
  }

  .header-cta a {
    text-align: center;
    width: 100%;
  }

  .search {
    margin-bottom: 10px;
    width: 100%;
    border-top: 1px solid #d6d6d6;
    padding: 16px 0 0 0;
  }

  .search input {
    background: #FBFBFB;
    color: #333333;
    cursor: text;
    pointer-events: auto;
    width: 100%;
    border: 1px solid #ECECEC;
  }

  .search input::placeholder {
    color: #333333;
    opacity: 1;
  }

  .search input:-ms-input-placeholder {
    color: #333333;
  }

  .search input::-ms-input-placeholder {
    color: #333333;
  }

  .search .form-group {
    width: 300px;
    margin: 0 0 0 20px;
    height: 40px;
  }

  .search i {
    display: none;
  }

  .search button {
    display: flex;
  }

  .menu {
    flex-direction: column;
    align-items: flex-start;
  }

  .menu-item {
    margin: 0 0 0 20px;
  }

  .menu__link {
    padding: 16px 0;
  }

  .sub-menu .menu-item.border-bottom {
    box-shadow: none;
  }

  .sub-menu {
    opacity: 1;
    visibility: visible;
    background: transparent;
    box-shadow: none;
    transform: translate(0, 0);
    border: none;
    display: none;
    left: 380px;
    top: -53px;
  }

  .menu-item-has-children:after {
    top: 17px;
    right: -20px;
  }

  .navbar {
    flex-direction: column-reverse;
    align-items: flex-start;
    padding: 0 0 20px 0;
  }

  .body-padding {
    height: 65px;
  }

  .header-bottom {
    position: fixed;
    top: 64px;
    right: -120vw;
    width: 100%;
    height: calc(100% - 65px);
    overflow: auto;
    transition: all 0.3s ease-out;
  }

  .header-bottom.active {
    right: 0;
  }

  .header-bottom .container {
    padding: 0;
  }

  .hamburger {
    display: block;
  }

  .footer-column.logo-column {
    width: 100%;
    justify-content: center;
    display: flex;
    margin-bottom: 24px;
  }

  .cards-tabs {
    margin-top: 20px;
  }

  .cards-tabs .tabs-list {
    margin: 0;
  }

  .banner__image_main {
    width: 220px;
  }

  .programs-list-table td,
  .programs-list-table th {
    padding: 10px 6px;
    font-size: 14px;
  }

  .programs-list-table .rating-stars .star,
  .programs-list-table .rating-stars .star-filled {
    margin-right: 2px;
  }

  .about-content .intro-image .main-image {
    top: 75px;
    height: 300px;
    object-fit: contain;
    object-position: left;
  }

  .value {
    width: 100%;
  }

  .value-box {
    margin: 0;
  }

  .value-item {
    width: 100%;
    padding: 40px 10px;
  }

  .value-title {
    width: 80%;
  }

  .blog-heading {
    display: flex;
    flex-direction: column;
  }

  .blog-list .row:first-of-type {
    justify-content: center;
  }

  .blog-search {
    display: none;
  }

  .blog-detail__date,
  .blog-detail__author {
    margin-right: 20px;
    font-size: 14px;
  }

  .page-summary .page-header p {
    text-align: left;
  }

  .page-summary .page-header h1 {
    text-align: left;
    font-size: 28px;
  }

  .summary-sidebar {
    display: none;
  }

  .summary-content .brands-row .col-xs-12 {
    margin-bottom: 24px;
  }

  .summary-content .summary__reviews .col-xs-12 {
    margin-bottom: 20px;
  }

  #commisions {
    width: 100%;
    padding: 0;
  }

  .summary__contacts_form {
    margin-top: 35px;
    border: none;
    padding: 0;
    box-shadow: none;
    background: transparent;
  }

  .faq-single .container-overlaped {
    max-width: 100%;
  }

  .login-form {
    width: 45vw;
  }

  .login-image {
    width: 55vw;
  }
}

@media (max-width: 767px) {
  .newsletter {
    transform: translate(-50%, -250px);
    width: calc(100% - 30px);
  }

  .newsletter__content {
    padding: 32px 24px 24px 24px;
    background-position: 100% 100%;
  }

  .newsletter p {
    max-width: 100%;
  }

  .newsletter__form {
    flex-direction: column;
  }

  .newsletter__form .form-group {
    width: 100%;
    margin: 0 0 20px 0;
  }

  .newsletter__form .form-group.form-submit {
    width: 100%;
    margin: 0;
  }

  .overlaped-heading .page-header__bg {
    padding-top: 30px;
  }

  .breadcrumbs {
    margin: 30px 0 16px 0;
  }

  .header-lang {
    border-top: 1px solid #d6d6d6;
    width: 100%;
    margin: 0;
    padding: 0 20px;
    border-bottom: 1px solid #d6d6d6;
    margin: 0 0 15px 0;
  }

  .header-lang:after {
    right: 20px;
  }

  .header-cta {
    width: 100%;
    margin: 0;
    padding: 0 20px;
  }

  .search .form-group {
    width: 100%;
    margin: 0;
    padding: 0 20px;
  }

  .search button {
    right: 20px;
  }

  .menu {
    width: 100%;
  }

  .menu-item {
    padding: 16px 20px;
    margin: 0;
    width: 100%;
    display: flex;
  }

  .menu__link {
    display: inline;
    padding: 0;
  }

  .sub-menu .menu-item {
    display: flex;
    padding: 12px 20px;
  }

  .sub-menu .menu-item.border-bottom {
    box-shadow: inset 0px -1px 0px rgba(189, 189, 189, 0.5);
  }

  .sub-menu .menu__link {
    padding: 0 0 0 10px;
  }

  .sub-menu {
    position: static;
    margin-top: 10px;
  }

  .menu-item-has-children {
    display: block;
    padding: 0;
    margin: 16px 0;
  }

  .menu-item-has-children > a {
    padding: 0 20px;
  }

  .menu-item-has-children:after {
    right: 0px;
    top: 6px;
    margin: 0;
  }

  .menu-item-has-children.active:after {
    transform: rotate(180deg) !important;
  }

  .footer {
    margin-top: 360px;
  }

  .footer-main {
    padding: 100px 0 0 0;
  }

  .footer-column {
    width: 100%;
    margin-bottom: 25px;
    text-align: center;
  }
  .footer__title{
    text-align: center;
  }
  .footer-column.logo-column {
    justify-content: center;
  }
  .socials-bar{
    align-items: center;
    margin-left: 23px;
  }
  .footer-copyright {
    padding: 0 0 20px 0;
  }

  .footer-copyright .footer-column {
    flex-direction: column-reverse;
    margin: 0;
  }

  .footer-copyright .footer__link {
    margin: 0;
  }

  .footer-copyright .copyright-links {
    display: flex;
    flex-direction: column;
    margin-bottom: 25px;
  }

  section.cards,
  section.banner,
  section.blog,
  section.programs-list,
  section.reviews,
  section.faq,
  section.recommendations {
    margin-bottom: 60px;
  }

  .cards {
    margin-top: 35px;
  }

  .cards .container:last-child {
    padding: 0;
  }

  .cards-tabs .tabs-list {
    overflow-x: auto;
    justify-content: flex-start;
  }

  .cards-tabs .tabs-list::-webkit-scrollbar {
    -webkit-appearance: none;
    height: 2px;
  }

  .cards-tabs .tabs-list::-webkit-scrollbar-thumb {
    border-radius: 4px;
    background-color: rgba(0, 0, 0, 0.2);
    box-shadow: 0 0 1px rgba(255, 255, 255, 0.2);
  }

  .cards-tabs .tabs-wrap {
    max-width: 500px;
    margin: auto;
    padding: 30px 16px;
  }

  .cards-tabs .tabs-list__item_link {
    padding: 12px 20px;
  }

  .cards-tabs .tabs-list__item {
    margin: 0 12px;
  }

  .background-grid {
    height: 100%;
    top: 0;
  }

  .banner-inner {
    flex-direction: column;
    padding: 34px 24px;
  }

  .banner__image {
    width: 100%;
    margin-bottom: 26px;
  }

  .banner__image_main {
    top: 170px;
    width: 250px;
  }

  .banner__image_single {
    width: 100%;
  }

  .banner__content {
    width: 100%;
  }

  .blog-item-wide {
    min-height: 400px;
  }

  .blog-item-wide__image:before {
    content: '';
    background: rgba(0, 0, 0, 0.3);
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
  }

  .programs-list .table-row {
    margin: 0;
  }

  .programs-list-table td,
  .programs-list-table th {
    padding: 10px;
  }

  .programs-list-table .rating-stars .star,
  .programs-list-table .rating-stars .star-filled {
    margin-right: 4px;
  }

  .programs-list-table table {
    width: 100%;
  }

  .programs-list-table table,
  .programs-list-table thead,
  .programs-list-table tbody,
  .programs-list-table th,
  .programs-list-table td,
  .programs-list-table tr {
    display: block;
  }

  .programs-list-table thead tr {
    position: absolute;
    top: -9999px;
    left: -9999px;
  }

  .programs-list-table td {
    border: none;
    position: relative;
    padding-left: 158px;
  }

  .programs-list-table td[data-column="Ratings"] {
    padding-bottom: 75px;
  }

  .programs-list-table td:before {
    position: absolute;
    top: 11px;
    left: 14px;
    width: 160px;
    font-size: 13px;
    padding-right: 10px;
    color: #777777;
    white-space: nowrap;
    content: attr(data-column);
  }

  .programs-list-table td:after {
    content: ':';
    position: absolute;
    left: 140px;
    color: #777777;
    font-size: 17px;
    top: 6px;
  }

  .programs-list-table .button-group {
    position: absolute;
    bottom: 15px;
    left: 0;
    width: 100%;
    display: flex;
    justify-content: space-between;
    padding: 0 12px;
  }

  .programs-list-table .button-group .btn-secondary {
    flex: 1;
    margin: 0 12px 0 0;
  }

  .programs-list-table .button-group .btn-primary {
    flex: 1;
  }

  .programs-list .affiliate-programs-cell div {
    flex-direction: row;
    justify-content: space-between;
    width: 100%;
  }

  .programs-list .affiliate-programs-cell div h4 {
    margin-right: 10px;
  }

  .programs-list .affiliate-programs-cell img {
    display: none;
  }

  .programs-list .affiliate-programs-cell span {
    min-width: 86px;
    max-width: 86px;
    padding: 4px 8px;
  }

  .pagination {
    display: flex;
  }

  .reviews {
    display: none;
  }

  .recommendations .row {
    margin: 0;
  }

  .about .page-header__bg {
    padding-top: 30px;
  }

  .blog-categories {
    overflow-x: auto;
    justify-content: flex-start;
  }

  .blog-categories::-webkit-scrollbar {
    -webkit-appearance: none;
    height: 2px;
  }

  .blog-categories::-webkit-scrollbar-thumb {
    border-radius: 4px;
    background-color: rgba(0, 0, 0, 0.2);
    box-shadow: 0 0 1px rgba(255, 255, 255, 0.2);
  }

  .blog-detail__heading {
    width: 100%;
  }

  .blog-detail__data.--additional {
    margin-top: 0;
  }

  .blog-recommendations {
    margin-top: 50px;
  }

  .page-programs-list .table-row {
    margin: -60px 0 0 0;
  }

  .page-programs-list .pagination-container {
    margin: 20px 0 0 0;
    justify-content: center;
  }

  .programs-search .form-group {
    width: 250px;
  }

  .programs-search .form-group.form-select:after {
    right: 20px;
  }

  .pagination-results {
    display: none;
  }

  .contacts-box {
    padding: 32px 16px;
  }

  .page-summary .page-header__bg {
    padding-top: 30px;
  }

  .page-summary .col-lg-7 {
    margin-bottom: 45px;
  }

  .summary-card {
    margin: auto auto 14px auto;
    width: 50%;
  }

  .summary-content .summary__reviews {
    margin-bottom: 35px;
  }

  .summary__table th,
  .summary__table td {
    padding: 9px 15px;
  }

  .summary__table {
    background: #FFFFFF;
    border: 1px solid #EBEBEB;
    box-shadow: 0px 2px 5px rgba(50, 50, 50, 0.1);
    border-radius: 4px;
    padding: 0;
  }

  .summary__table table {
    width: 100%;
  }

  .summary__table table,
  .summary__table thead,
  .summary__table tbody,
  .summary__table th,
  .summary__table td,
  .summary__table tr {
    display: block;
  }

  .summary__table thead tr {
    position: absolute;
    top: -9999px;
    left: -9999px;
  }

  .summary__table td {
    border: none;
    position: relative;
    padding-left: 180px;
  }

  .summary__table td[data-column="Rev Share"] {
    color: #3EA950;
  }

  .summary__table td:before {
    position: absolute;
    top: 11px;
    left: 14px;
    width: 170px;
    font-size: 13px;
    padding-right: 10px;
    color: #777777;
    white-space: nowrap;
    content: attr(data-column);
  }

  .summary__table td:after {
    content: ':';
    position: absolute;
    left: 160px;
    color: #777777;
    font-size: 17px;
    top: 6px;
  }

  .game-types-list,
  .tracking-list {
    height: auto;
  }

  .tracking-list {
    flex-direction: column;
    max-width: 100%;
  }

  .faq-single .container {
    padding: 15px;
  }

  .faq-single .tabs-wrap {
    padding-top: 20px;
  }

  .dropdown {
    position: relative;
    z-index: 20;
  }

  .dropdown > .caption {
    background-color: #f2f2f2;
    padding: 11px 24px;
    border-radius: 3px;
    cursor: pointer;
  }

  .dropdown .tabs-list {
    position: absolute;
    background-color: #f2f2f2;
    width: 100%;
    border-radius: 0 0 3px 3px;
    display: none;
  }

  .dropdown .tabs-list .tabs-list__item {
    padding: 11px 24px;
    cursor: pointer;
  }

  .dropdown.open > .tabs-list {
    display: block;
  }

  .dropdown-container {
    display: flex;
    align-items: center;
    justify-content: space-between;
  }

  .dropdown {
    width: 230px;
    height: 30px;
  }

  .dropdown .tabs-list .tabs-list__item {
    padding: 0;
  }

  .dropdown .tabs-list .tabs-list__item a {
    font-size: 14px;
    padding: 10px 14px;
    display: block;
    border-radius: 0 !important;
  }

  .dropdown .caption {
    font-size: 14px;
    padding: 4px 10px;
    position: relative;
  }

  .dropdown .caption:before {
    content: "\e900";
    font-family: icomoon;
    position: absolute;
    top: 8px;
    right: 9px;
    margin-left: 4px;
    font-size: 10px;
    pointer-events: none;
    transition: all .3s ease-out;
  }

  .dropdown-helper {
    margin-right: 20px;
    font-size: 14px;
    color: #777777;
  }

  .login {
    overflow: initial;
  }

  .login-form {
    width: 100%;
    padding: 15px;
  }

  .login-image {
    display: none;
  }

  .login-logo img {
    width: 175px;
  }

  .login-logo {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 70px;
    background: #FFFFFF;
    box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.1);
  }

  .login-heading {
    margin-top: 60px;
  }

  .sign-in-link {
    margin-top: 30px;
  }

  .other-page h1 {
    font-size: 60px;
  }
}

.read-more-button-blogs {
  padding-right: 20px !important;
  padding-left: 20px !important;
}
@media (max-width: 767px) and (max-width: 575px) {
  .dropdown {
    width: 200px;
  }
}
@media (max-width: 767px) {
  .html-block-above-table{
    margin-bottom: 80px;
  }
}

@media (max-width: 767px) and (max-width: 390px) {
  .dropdown {
    width: 170px;
  }

  .dropdown .caption:before {
    right: 7px;
  }
}

@media (max-width: 575px) {
  .blog-detail__data {
    flex-wrap: wrap;
  }

  .blog-detail .socials-bar {
    margin: 16px 0 0 0;
  }

  .programs-search form {
    flex-wrap: wrap;
  }

  .programs-search .form-group {
    width: 100%;
  }

  .programs-search .form-group.form-select {
    margin-top: 16px;
  }

  .summary-card {
    width: 100%;
  }
}

@media (max-width: 360px) {
  .col-exs-1 {
    flex: 0 0 8.33333%;
    max-width: 8.33333%;
    padding: 0 12px;
  }

  .col-exs-2 {
    flex: 0 0 16.66667%;
    max-width: 16.66667%;
    padding: 0 12px;
  }

  .col-exs-3 {
    flex: 0 0 25.0%;
    max-width: 25.0%;
    padding: 0 12px;
  }

  .col-exs-4 {
    flex: 0 0 33.33333%;
    max-width: 33.33333%;
    padding: 0 12px;
  }

  .col-exs-5 {
    flex: 0 0 41.66666%;
    max-width: 41.66666%;
    padding: 0 12px;
  }

  .col-exs-6 {
    flex: 0 0 50.0%;
    max-width: 50.0%;
    padding: 0 12px;
  }

  .col-exs-7 {
    flex: 0 0 58.33333%;
    max-width: 58.33333%;
    padding: 0 12px;
  }

  .col-exs-8 {
    flex: 0 0 66.66666%;
    max-width: 66.66666%;
    padding: 0 12px;
  }

  .col-exs-9 {
    flex: 0 0 75.0%;
    max-width: 75.0%;
    padding: 0 12px;
  }

  .col-exs-10 {
    flex: 0 0 83.33333%;
    max-width: 83.33333%;
    padding: 0 12px;
  }

  .col-exs-11 {
    flex: 0 0 91.66666%;
    max-width: 91.66666%;
    padding: 0 12px;
  }

  .col-exs-12 {
    flex: 0 0 100.0%;
    max-width: 100.0%;
    padding: 0 12px;
  }
}

/* Site logo moved into the navbar on desktop (kept at top on mobile) */
.navbar-logo { display: none; }
@media (min-width: 1201px) {
  .header-top { display: none; }
  .navbar-logo { display: flex; align-items: center; width: 100px; margin: 0 32px 0 0; flex-shrink: 0; }
  .navbar-logo img { width: 100%; height: auto; max-height: 40px; object-fit: contain; }
}

/* =============================================
   SECTION PATTERN INDEX
   Hexagon PNG overlay — fades top→bottom
   Used on: section-programs, section-casinos, section-spotlight
   ============================================= */
.section-pattern-index {
  position: relative;
  overflow: hidden;
}
.section-pattern-index::before {
  content: '';
  position: absolute;
  inset: 0;
  pointer-events: none;
  background-image: url('../images/section-pattern-index.png');
  background-repeat: repeat;
  background-position: top center;
  background-size: auto;
  -webkit-mask-image: linear-gradient(to bottom, black 0%, black 45%, transparent 100%);
  mask-image: linear-gradient(to bottom, black 0%, black 45%, transparent 100%);
  opacity: 0.55;
  z-index: 0;
}
.section-pattern-index > * {
  position: relative;
  z-index: 1;
}

/* =============================================
   §05 AFFILIATE MANAGER SPOTLIGHT
   ============================================= */
.section-spotlight {
  background: #ffffff;
  padding: 80px 0;
}
.section-spotlight__inner {
  max-width: 1232px;
  margin: 0 auto;
  padding: 0 40px;
}
.section-spotlight__header {
  margin-bottom: 40px;
}
.section-spotlight__badge {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-family: 'Manrope', sans-serif;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: #0d9488;
  margin-bottom: 12px;
}
.section-spotlight__badge::after {
  content: '';
  display: inline-block;
  width: 40px;
  height: 1px;
  background: #0d9488;
}
.section-spotlight__header-row {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 24px;
}
.section-spotlight__header-left {
  flex: 1;
}
.section-spotlight__title {
  font-family: 'Manrope', sans-serif;
  font-size: 40px;
  font-weight: 800;
  color: #111827;
  margin: 0 0 10px;
  line-height: 1.15;
}
.section-spotlight__desc {
  font-family: 'Manrope', sans-serif;
  font-size: 15px;
  color: #6b7280;
  margin: 0;
  max-width: 500px;
  line-height: 1.6;
}
.section-spotlight__link {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  font-family: 'Manrope', sans-serif;
  font-size: 14px;
  font-weight: 600;
  color: #111827;
  text-decoration: none;
  white-space: nowrap;
  transition: color 0.2s;
  flex-shrink: 0;
  margin-top: 8px;
}
.section-spotlight__link:hover { color: #4f46e5; }
.section-spotlight__link svg { transition: transform 0.2s; }
.section-spotlight__link:hover svg { transform: translateX(3px); }

.spotlight-cards {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
}
.spotlight-card {
  display: flex;
  flex-direction: column;
  background: #ffffff;
  border: 1.5px dashed #d1d5db;
  border-radius: 12px;
  padding: 28px;
  text-decoration: none;
  transition: border-color 0.2s, box-shadow 0.2s, transform 0.2s;
}
.spotlight-card:hover {
  border-color: #0d9488;
  box-shadow: 0 4px 20px rgba(13,148,136,0.1);
  transform: translateY(-2px);
}
.spotlight-card__body {
  flex: 1;
}
.spotlight-card__tag {
  display: inline-block;
  font-family: 'Outfit', sans-serif;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: #0d9488;
  margin-bottom: 14px;
}
.spotlight-card__title {
  font-family: 'Manrope', sans-serif;
  font-size: 17px;
  font-weight: 700;
  color: #111827;
  margin: 0 0 10px;
  line-height: 1.4;
}
.spotlight-card__excerpt {
  font-family: 'Manrope', sans-serif;
  font-size: 14px;
  color: #6b7280;
  line-height: 1.6;
  margin: 0 0 16px;
  font-style: italic;
}
.spotlight-card__date {
  font-family: 'Manrope', sans-serif;
  font-size: 12px;
  color: #9ca3af;
}
.spotlight-card__footer {
  margin-top: 20px;
  padding-top: 16px;
  border-top: 1px solid #f3f4f6;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.spotlight-card__read {
  font-family: 'Manrope', sans-serif;
  font-size: 13px;
  font-weight: 600;
  color: #4f46e5;
}

@media (max-width: 900px) {
  .spotlight-cards { grid-template-columns: 1fr 1fr; }
}
@media (max-width: 600px) {
  .spotlight-cards { grid-template-columns: 1fr; }
  .section-spotlight__header-row { flex-direction: column; align-items: flex-start; }
  .section-spotlight__title { font-size: 28px; }
}

/* =============================================
   §06 GUIDES
   ============================================= */
.section-guides {
  background: #f9f9f9;
  padding: 80px 0;
}
.section-guides__inner {
  max-width: 1232px;
  margin: 0 auto;
  padding: 0 40px;
}
.section-guides__header {
  margin-bottom: 40px;
}
.section-guides__badge {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-family: 'Manrope', sans-serif;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: #3ca84f;
  margin-bottom: 12px;
}
.section-guides__badge::after {
  content: '';
  display: inline-block;
  width: 40px;
  height: 1px;
  background: #3ca84f;
}
.section-guides__header-row {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 24px;
}
.section-guides__header-left {
  flex: 1;
}
.section-guides__title {
  font-family: 'Manrope', sans-serif;
  font-size: 36px;
  font-weight: 700;
  color: #111827;
  margin: 0 0 8px;
  line-height: 1.2;
}
.section-guides__desc {
  font-family: 'Manrope', sans-serif;
  font-size: 15px;
  color: #6f6f6f;
  margin: 0;
  max-width: 520px;
}
.section-guides__link {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  font-family: 'Manrope', sans-serif;
  font-size: 14px;
  font-weight: 600;
  color: #3ca84f;
  text-decoration: none;
  white-space: nowrap;
  transition: opacity 0.2s;
  flex-shrink: 0;
}
.section-guides__link:hover { opacity: 0.75; }

.guides-cards {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 20px;
}
.guide-card {
  display: flex;
  flex-direction: column;
  background: #ffffff;
  border: 1px solid #e5e7eb;
  border-radius: 12px;
  padding: 24px 20px;
  text-decoration: none;
  transition: border-color 0.2s, box-shadow 0.2s, transform 0.2s;
}
.guide-card:hover {
  border-color: #3ca84f;
  box-shadow: 0 4px 16px rgba(60,168,79,0.1);
  transform: translateY(-2px);
}
.guide-card__body {
  flex: 1;
}
.guide-card__cat {
  display: inline-block;
  font-family: 'Manrope', sans-serif;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  color: #3ca84f;
  margin-bottom: 10px;
}
.guide-card__title {
  font-family: 'Manrope', sans-serif;
  font-size: 16px;
  font-weight: 700;
  color: #111827;
  margin: 0 0 10px;
  line-height: 1.4;
}
.guide-card__excerpt {
  font-family: 'Manrope', sans-serif;
  font-size: 13px;
  color: #6b7280;
  line-height: 1.55;
  margin: 0;
}
.guide-card__footer {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 20px;
  padding-top: 14px;
  border-top: 1px solid #f3f4f6;
}
.guide-card__date {
  font-family: 'Manrope', sans-serif;
  font-size: 12px;
  color: #9ca3af;
}
.guide-card__read {
  font-family: 'Manrope', sans-serif;
  font-size: 13px;
  font-weight: 600;
  color: #3ca84f;
}

@media (max-width: 1100px) {
  .guides-cards { grid-template-columns: repeat(2, 1fr); }
}
@media (max-width: 600px) {
  .guides-cards { grid-template-columns: 1fr; }
  .section-guides__header-row { flex-direction: column; align-items: flex-start; }
  .section-guides__title { font-size: 26px; }
  .section-spotlight { padding: 56px 0; }
  .section-spotlight__inner,
  .section-guides__inner { padding: 0 20px; }
  .section-guides { padding: 56px 0; }
}
