* {
  padding: 0;
  margin: 0;
  box-sizing: border-box;
}

strong {
  font-family: "Gilroy-Bold";
}

html {
  scroll-behavior: smooth;
  margin-top: 0px !important;
}

body {
  font-family: "Gilroy-Regular" !important;
}
body:before {
  position: initial;
  display: none;
}

.header {
  background-color: #3D5AFE;
  display: flex;
  justify-content: center;
  align-items: center;
  min-height: 100vh;
  align-items: center;
  background-image: url("./images/Desktop/header.png");
  background-size: cover;
  background-attachment: fixed;
  position: relative;
  background-position: center;
  width: 100%;
}
.header .headerLogo {
  max-width: 92%;
}
.header .headerImg {
  position: absolute;
}

.intro {
  background-color: #3D5AFE;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  padding: 115px 40px;
  color: #FFF;
}

.intro-main {
  font-size: 40px;
  max-width: 903px;
  line-height: 47px;
  text-align: center;
  padding-bottom: 30px;
  position: relative;
  margin-bottom: 80px;
}
.intro-main::after {
  content: "";
  width: 94px;
  position: absolute;
  bottom: 0px;
  left: 50%;
  margin-left: -46px;
  border-bottom: 1px solid #FFCD02;
}

.intro-text {
  max-width: 903px;
  text-align: center;
  margin-bottom: 45px;
}
.intro-text p {
  opacity: 0.8;
  font-size: 22px;
}

p {
  font-family: "Gilroy-Regular";
  font-size: 20px;
  line-height: 32px;
  letter-spacing: 0em;
  margin-bottom: 24px;
}

b {
  font-family: "Gilroy-SemiBold";
}

.button {
  border-radius: 40px;
  background-color: #FFCD02;
  color: #3D5AFE;
  min-width: 220px;
  height: 66px;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  padding: 0px 16px;
  cursor: pointer;
  text-decoration: none;
  font-size: 18px;
  font-family: "Gilroy-Bold";
  text-transform: uppercase;
}
.button.blue {
  background-color: #1E40EB;
  color: #fff;
}

.video {
  max-width: 875px;
  width: 90%;
  margin: auto;
  position: relative;
  margin-top: 90px;
}
.video * {
  position: relative;
}
.video::before {
  content: "";
  width: 240px;
  height: 240px;
  background-image: url("../ads-report/images/Desktop/Pattern.png");
  left: -100px;
  bottom: -100px;
  position: absolute;
}
.video .img-video {
  position: relative;
  border-radius: 8px;
}
.video .img-video * {
  position: relative;
}
.video .img-video::after {
  content: "";
  background-image: url("../ads-report/images/Desktop/play-button.svg");
  position: absolute;
  width: 130px;
  height: 130px;
  top: 50%;
  left: 50%;
  margin-left: -65px;
  margin-top: -65px;
  opacity: 0.7;
  transition: 0.3s all;
}
.video .img-video:hover::after {
  opacity: 1;
}

.container {
  max-width: 1440px;
  width: 96%;
  padding: 30px 80px;
  margin: auto;
}

.methodology {
  background: #F9FAFF;
  padding: 115px 0px;
  background-size: 240px auto;
  background-repeat: no-repeat;
  background-position: left bottom;
}
.methodology ul {
  margin-left: 30px;
  font-family: "Gilroy-Regular";
  font-size: 20px;
  line-height: 32px;
  letter-spacing: 0em;
  text-align: left;
  margin-bottom: 24px;
}
.methodology .container {
  display: flex;
  margin: auto;
}
.methodology p {
  font-family: "Gilroy-Regular";
  text-align: left;
}
.methodology .title {
  margin-bottom: 54px;
}

.performance {
  background-color: #FFF;
  padding: 180px 0;
}
.performance .container-flex {
  display: flex;
  margin: auto;
}
.performance p {
  font-family: "Gilroy-Regular";
}
.performance .title {
  margin-bottom: 54px;
}
.performance .right-side {
  position: relative;
  flex: 1 0 45%;
  min-width: 480px;
}
.performance svg {
  width: 100%;
  height: auto;
  position: relative;
}

#planogram {
  position: relative;
}

.sb-tooltip {
  transition: 0.2s all;
  position: absolute;
  background-color: #FFF;
  z-index: 10;
  width: 180px;
  color: #122158;
  padding: 16px;
  border-radius: 6.7493px;
  box-shadow: 0px 6.7492961884px 6.7492961884px 0px #9F9F9F40;
}
.sb-tooltip::after {
  content: "";
  width: 12px;
  height: 9px;
  background-image: url("./images/Desktop/triangle-tooltip.svg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  bottom: -7px;
  left: 50%;
  margin-left: -6px;
}
.sb-tooltip .sb-name {
  font-size: 14px;
  line-height: 14px;
  font-family: "Gilroy-Bold";
  height: 32px;
}
.sb-tooltip .sb-name span {
  font-family: "Gilroy-Medium";
  font-size: 12px;
  line-height: 14px;
  letter-spacing: -0.011em;
  color: #122158;
  margin-left: 2px;
}
.sb-tooltip .sb-value {
  font-size: 18px;
  padding-right: 4px;
  font-family: "Gilroy-Bold";
}
.sb-tooltip .sb-value span {
  font-size: 12px;
}
.sb-tooltip .sb-overall {
  margin-top: 2px;
  font-family: "Gilroy-Bold";
  font-size: 10px;
}

.sb-circle {
  transition: 0.2s all;
}

.planogram-hover .sb-circle {
  opacity: 0.7;
}
.planogram-hover .planogram-active {
  opacity: 1;
  z-index: 10;
}

.title {
  font-family: "Gilroy-Bold";
  font-size: 40px;
  line-height: 47px;
  letter-spacing: 0em;
  text-align: left;
  color: #122158;
  position: relative;
  padding-bottom: 32px;
}
.title.title-center {
  text-align: center;
  margin: auto;
}
.title.title-line::after {
  content: "";
  width: 94px;
  position: absolute;
  bottom: 0px;
  left: 0;
  border-bottom: 2px solid #3D5AFEff;
}
.title.title-line .title-center::after {
  left: 50%;
  margin-left: -47px;
}

.meth-images {
  display: flex;
  flex-wrap: wrap;
}

.met-image-item {
  flex: 0 1 auto;
  padding: 15px;
}
.met-image-item img {
  width: 257px;
  height: 257px;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 16px;
}
.met-image-item .met-image-text {
  padding-top: 32px;
  font-size: 20px;
  line-height: 24px;
  color: #122158;
  font-family: "Gilroy-SemiBold";
}

.right-side {
  flex: 0 1 auto;
  min-width: 580px;
}

.left-side {
  flex: 0 1 auto;
  padding-right: 100px;
}

.winners {
  padding: 115px 0px;
  padding-top: 330px;
  background-image: url("./images/Desktop/Verizon_Winner.png");
  background-size: 72% auto;
  background-repeat: no-repeat;
  background-position: right -15% top 150px;
  background-color: #F9FAFF;
}
.winners .left-side {
  max-width: 600px;
}
.winners .title {
  margin-bottom: 54px;
}

.pyramid {
  background-color: #F9FAFF;
  padding: 115px 0;
  position: relative;
  overflow: hidden;
}
.pyramid > * {
  position: relative;
}
.pyramid img {
  width: 100%;
  height: auto;
  position: relative;
}
.pyramid .pyramid-img::before {
  content: "";
  width: 240px;
  height: 240px;
  background-image: url("../ads-report/images/Desktop/Pattern.png");
  right: -60px;
  bottom: -60px;
  position: absolute;
  background-repeat: no-repeat;
}
.pyramid .title {
  margin-bottom: 120px;
}

.webinar {
  padding: 115px 0px;
  background-color: #F9FAFF;
  padding-bottom: 300px;
}
.webinar .title {
  text-align: center;
  display: table;
  margin: auto;
  margin-bottom: 54px;
}
.webinar .title::after {
  left: 50%;
  margin-left: -47px;
}
.webinar .register {
  justify-content: center;
  display: flex;
  justify-content: center;
  flex-direction: column;
  align-items: center;
}
.webinar p {
  text-align: center;
  max-width: 975px;
  margin-bottom: 50px;
}
.webinar .speakers {
  width: 100%;
  position: relative;
  display: flex;
  justify-content: space-around;
  margin: 120px auto;
}
.webinar .speakerTitle {
  margin-top: 60px;
  font-family: "Gilroy-SemiBold";
  font-size: 24px;
  line-height: 32px;
  letter-spacing: 0em;
  text-align: left;
}
.webinar .speakersItem {
  flex: 0 1 400px;
  text-align: center;
}
.webinar .speakersItem .speakerImg {
  width: 143px;
  height: 143px;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 50%;
  margin: auto;
  margin-bottom: 40px;
}
.webinar .speakersItem .speakerName {
  font-family: "Gilroy-SemiBold";
  font-size: 30px;
  line-height: 38px;
  letter-spacing: 0em;
  text-align: center;
  color: #122158;
  margin: auto;
}
.webinar .speakersItem .speakerText {
  font-family: "Gilroy-Regular";
  font-size: 20px;
  line-height: 32px;
  letter-spacing: 0em;
  text-align: center;
  color: #122158;
  opacity: 0.6;
  margin: auto;
  max-width: 274px;
}

.suscribe {
  background: #3D5AFE;
  padding: 115px 0px;
  color: #fff;
}
.suscribe .container {
  display: flex;
}
.suscribe .left-side {
  flex: 0 1 50%;
  min-width: 518px;
}
.suscribe .right-side {
  flex: 0 1 50%;
  min-width: inherit;
}
.suscribe .title-suscribe {
  font-family: "Gilroy-Medium";
  font-size: 40px;
  line-height: 47px;
  letter-spacing: 0em;
  text-align: left;
  position: relative;
  padding-bottom: 32px;
}
.suscribe .mc-field-group {
  width: 100%;
  margin-bottom: 20px;
}
.suscribe .mc-field-group input {
  width: 100%;
  height: 50px;
}
.suscribe .button {
  margin-top: 45px;
}

.suscribeText {
  font-size: 17px;
  line-height: 25px;
  font-family: "Gilroy-Medium";
}

.sb-footer {
  background-color: #3D5AFE;
  border-top: 1px solid #fff;
  color: #FFF;
  font-size: 24px;
  padding: 80px 30px;
}
.sb-footer .container {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.sb-footer .contacUs {
  font-family: "Gilroy-SemiBold";
  font-size: 32px;
  line-height: 38px;
  letter-spacing: 0em;
  text-align: left;
}
.sb-footer .sb-footer-item a {
  color: #FFF;
  font-family: "Gilroy-Regular";
  font-size: 24px;
  line-height: 28px;
  letter-spacing: 0em;
  text-align: left;
}
.sb-footer .sb-social-network {
  display: flex;
  width: 100%;
  justify-content: space-between;
  align-items: center;
}

.mobile {
  display: none;
}

.sb-form {
  display: flex;
  flex-wrap: wrap;
  margin-left: -6px;
  margin-right: -6px;
  color: #fff;
  margin-bottom: 30px;
}
.sb-form .text-form {
  font-family: "Gilroy-Bold";
  font-size: 16px;
  margin-bottom: 16px;
}
.sb-form .mc-field-group {
  flex: 0 1 100%;
  padding-left: 6px;
  padding-right: 6px;
}
.sb-form .mc-field-group input {
  background-color: #fff;
  border-radius: 5px;
  color: #000;
  font-size: 16px;
  line-height: 25px;
}
.sb-form .mc-field-group input::-moz-placeholder {
  color: rgba(0, 0, 0, 0.45);
  font-size: 16px;
  line-height: 25px;
}
.sb-form .mc-field-group input:-ms-input-placeholder {
  color: rgba(0, 0, 0, 0.45);
  font-size: 16px;
  line-height: 25px;
}
.sb-form .mc-field-group input::placeholder {
  color: rgba(0, 0, 0, 0.45);
  font-size: 16px;
  line-height: 25px;
}
.sb-form .mc-field-group.sv-half {
  flex: 0 1 50%;
}
.sb-form .sb_invisible {
  display: none;
}

.checkboxes-cont {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
}
.checkboxes-cont > div {
  flex: 0 1 33%;
  padding: 6px;
}

.checkboxes-item {
  display: flex;
}
.checkboxes-item label {
  display: flex;
  align-items: center;
  color: #fff;
  line-height: 1.1em;
}

.sb-checkbox-item {
  display: block;
  position: relative;
  padding-left: 26px;
  cursor: pointer;
  font-size: 14px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.sb-checkbox-item:hover .sb-checkmark {
  border: 1px solid #FFCD02;
}
.sb-checkbox-item .sb-input-chb {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}
.sb-checkbox-item .sb-input-chb:checked {
  border: none;
}
.sb-checkbox-item .sb-input-chb:checked ~ .sb-checkmark {
  background-color: #FFCD02;
  border: none;
}
.sb-checkbox-item .sb-input-chb:checked ~ .sb-checkmark::after {
  display: block;
}
.sb-checkbox-item .sb-input-chb:checked:hover ~ .sb-checkmark {
  border: none;
}
.sb-checkbox-item .sb-checkmark {
  position: absolute;
  top: 50%;
  left: 0;
  margin-top: -7px;
  height: 14px;
  width: 14px;
  background-color: transparent;
  border: 1px solid #FFF;
  border-radius: 3px;
}
.sb-checkbox-item .sb-checkmark::after {
  content: "";
  position: absolute;
  display: none;
  left: 5px;
  top: 2px;
  width: 4px;
  height: 8px;
  border: solid #3D5AFE;
  border-width: 0 2px 2px 0;
  transform: rotate(45deg);
}

.mobile-planogram {
  display: none;
  margin-top: 50px;
}
.mobile-planogram label {
  font-family: "Gilroy-Bold";
  font-size: 16px;
  line-height: 19px;
  color: #122158;
  opacity: 0.8;
}
.mobile-planogram select {
  margin-top: 24px;
  height: 50px;
  width: 263px;
  border-radius: 5px;
  background: #F5F5F5;
  border-radius: 5px;
  color: #122158;
  font-family: "Gilroy-Medium";
  font-size: 16px;
  line-height: 25px;
  padding: 0 16px;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background-image: url("./images/Desktop/chevron-down.svg");
  background-position: center right 16px;
  background-repeat: no-repeat;
}
.mobile-planogram select > div {
  margin-right: 4px;
}

.sb-circle-disable circle {
  fill-opacity: 0.2;
}

#planogram-data {
  position: fixed;
  bottom: 0;
  right: 0;
  max-width: 600px;
  border-radius: 8px;
  width: 100%;
  background-color: #fff;
  width: 100%;
  padding: 30px 24px;
  z-index: 11;
  margin-bottom: -100%;
  transition: 0.3s all;
  box-shadow: 0px 15px 20px 9px #0000008e;
}

.planogram-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 22px;
}
.planogram-header #planogram-cat-title {
  font-family: "Gilroy-Bold";
  font-size: 20px;
  line-height: 25px;
  letter-spacing: 0px;
  text-align: left;
}
.planogram-header #close-planogram {
  background-color: #F2F4FF;
  border-radius: 50%;
  background-image: url("./images/Desktop/icon_cancel.svg");
  background-repeat: no-repeat;
  background-size: 24px;
  background-position: center;
  width: 24px;
  height: 24px;
  cursor: pointer;
}
.planogram-header #close-planogram::hover {
  background-color: #d5d7dd;
}

#planogram-info .sb-cat-row {
  display: flex;
  align-items: center;
  margin: 6px 0;
  height: 37px;
}
#planogram-info .sb-cat-row .sb-cat-row-number {
  color: #FFF;
  border-radius: 50%;
  background-color: #000;
  font-size: 8px;
  font-style: normal;
  font-weight: 600;
  letter-spacing: 0em;
  text-align: center;
  width: 20px;
  height: 20px;
  margin-right: 16px;
  flex: 0 0 20px;
  display: flex;
  justify-content: center;
  align-items: center;
}
#planogram-info .sb-cat-row .sb-cat-row-name {
  font-family: "Gilroy-Bold";
  font-size: 16px;
  letter-spacing: -0.011em;
  text-align: left;
  margin-right: 4px;
  flex: 0 0 140px;
}
#planogram-info .sb-cat-row .sb-cat-row-video {
  font-family: "Gilroy-Medium";
  font-size: 16px;
  letter-spacing: 0em;
  text-align: left;
  margin-right: 8px;
  flex: 1 1 auto;
}
#planogram-info .sb-cat-row .sb-cat-row-value {
  display: flex;
  align-items: flex-end;
  font-family: "Gilroy-Bold";
  font-size: 16px;
  letter-spacing: -0.011em;
  text-align: left;
  flex: 0 0 auto;
}
#planogram-info .sb-cat-row .sb-cat-row-value span {
  margin-left: 2px;
  letter-spacing: -0.011em;
  text-align: center;
}

.sb-cat-number-crypto .sb-cat-row-number {
  background-color: #AEBAFF !important;
}

.sb-cat-number-tech .sb-cat-row-number {
  background-color: #DCA7FB !important;
}

.sb-cat-number-service .sb-cat-row-number {
  background-color: #157081 !important;
}

.sb-cat-number-retails .sb-cat-row-number {
  background-color: #FFD745 !important;
}

.sb-cat-number-beer .sb-cat-row-number {
  background-color: #00C2FF !important;
}

.sb-cat-number-cars .sb-cat-row-number {
  background-color: #FF5560 !important;
}

.sb-cat-number-snacks .sb-cat-row-number {
  background-color: #3D5AFE !important;
}

.cat-planogram {
  flex: 1 1 100%;
  margin-top: 80px;
}
.cat-planogram .cat-title {
  color: #122158;
  font-size: 24px;
  font-style: normal;
  font-weight: 600;
  line-height: 36px;
  letter-spacing: -0.019em;
  text-align: left;
}
.cat-planogram .cat-items {
  display: flex;
  margin-top: 25px;
  flex-wrap: wrap;
}
.cat-planogram .cat-items .cat-item {
  padding: 0px 8px;
  cursor: pointer;
  font-size: 20px;
  font-style: normal;
  font-weight: 600;
  line-height: 36px;
  letter-spacing: -0.019em;
  text-align: left;
  display: flex;
  align-items: center;
  margin-right: 40px;
  border-bottom: 2px solid transparent;
}
.cat-planogram .cat-items .cat-item:hover {
  opacity: 0.8;
  border-bottom: 2px solid #122158;
}
.cat-planogram .cat-items .cat-item:hover.cat-item-cars::before {
  opacity: 0.8;
}
.cat-planogram .cat-items .cat-item:before {
  content: "";
  background-color: #000;
  width: 24px;
  height: 24px;
  border-radius: 50%;
  margin-right: 20px;
  flex: 1 0 24px;
}
.cat-planogram .cat-items .cat-item.cat-item-cars::before {
  background-color: #FF5560;
}
.cat-planogram .cat-items .cat-item.cat-item-beer::before {
  background-color: #00C2FF;
}
.cat-planogram .cat-items .cat-item.cat-item-retails::before {
  background-color: #FFD745;
}
.cat-planogram .cat-items .cat-item.cat-item-service::before {
  background-color: #157081;
}
.cat-planogram .cat-items .cat-item.cat-item-tech::before {
  background-color: #DCA7FB;
}
.cat-planogram .cat-items .cat-item.cat-item-crypto::before {
  background-color: #AEBAFF;
}
.cat-planogram .cat-items .cat-item.cat-item-snacks::before {
  background-color: #3D5AFE;
}

#planogram-data.sb-active {
  display: block;
  margin-bottom: 0;
}

@media only screen and (max-width: 821px) {
  .methodology .container {
    display: block;
    text-align: center;
  }
  .methodology .container p {
    text-align: center;
  }

  #planogram-data.sb-active {
    display: block;
    margin-bottom: 0;
  }

  .mobile-planogram {
    display: block;
  }

  .performance .container {
    display: block;
    text-align: center;
  }
  .performance .container p {
    text-align: center;
  }

  .title {
    text-align: center;
    max-width: 500px;
    margin: auto;
  }
  .title::after {
    left: 50%;
    margin-left: -48px;
  }

  .winners {
    padding: 115px 0px;
    background-image: none;
  }
  .winners .container {
    display: block;
  }
  .winners .left-side {
    width: 100%;
    max-width: 500%;
    margin: auto;
    padding-right: 0;
  }
  .winners .winnerImg {
    width: 100%;
    height: 700px;
  }
  .winners .winnerImg img {
    -o-object-fit: cover;
       object-fit: cover;
    width: 100%;
    height: 100%;
  }

  .mobile {
    display: block;
  }

  .webinar .speakers {
    display: block;
  }
  .webinar .speakers .speakersItem {
    margin-bottom: 80px;
  }

  .suscribe .container {
    display: block;
  }
  .suscribe .right-side {
    margin-top: 80px;
  }

  .sb-footer .container {
    display: block;
  }
  .sb-footer .sb-footer-item {
    max-width: 300px;
    margin-bottom: 40px;
  }
  .sb-footer .sb-footer-item br {
    display: none;
  }
  .sb-footer .sb-social-network {
    width: 220px;
  }
}
@media only screen and (max-width: 820px) {
  .intro {
    padding: 40px;
  }

  .title.title-line::after {
    left: 50%;
    margin-left: -47px;
  }

  .no-mobile {
    display: none !important;
  }

  .header {
    height: auto;
    min-height: 400px;
    font-size: 0;
    background-image: none;
  }
  .header img {
    width: 100%;
    height: auto;
  }

  .container {
    width: 100%;
    padding: 30px 24px;
  }

  .intro-main {
    font-size: 18px;
    line-height: 21px;
    margin-bottom: 40px;
  }

  p {
    font-size: 16px;
    line-height: 22px;
    text-align: center;
  }

  .title {
    font-size: 24px;
    line-height: 28px;
  }

  .left-side {
    padding: 0;
  }

  .right-side {
    min-width: 0;
  }

  .meth-images {
    justify-content: center;
  }

  .methodology {
    background-image: none;
  }
  .methodology ul {
    display: table;
    margin: auto;
    margin-bottom: 24px;
  }
  .methodology ul li {
    margin: auto;
  }

  .winners .winnerImg {
    height: 400px;
  }

  .performance {
    padding: 60px 0;
  }
  .performance .right-side {
    min-width: 0;
  }

  .pyramid, .winners, .methodology, .suscribe {
    padding: 70px 0px;
  }

  .webinar {
    padding: 70px 0px;
    padding-bottom: 80px;
  }
  .webinar .speakerTitle {
    text-align: center;
  }

  .suscribe .left-side {
    min-width: 0;
  }

  .suscribeText {
    font-size: 14px;
    line-height: 16px;
  }

  .suscribe .title-suscribe {
    font-size: 24px;
    line-height: 26px;
  }

  .sb-footer-item {
    font-size: 16px;
    line-height: 18px;
  }
  .sb-footer-item img {
    max-width: 270px;
  }

  .sb-footer .contacUs {
    font-size: 24px;
    line-height: 28px;
  }

  .sb-footer .sb-footer-item a {
    font-size: 16px;
    line-height: 18px;
  }

  .sb-footer .sb-social-network {
    width: 150px;
  }
  .sb-footer .sb-social-network img {
    width: auto;
    height: 18px;
  }

  .video .img-video::after {
    width: 60px;
    height: 60px;
    top: 50%;
    left: 50%;
    margin-left: -30px;
    margin-top: -30px;
    background-size: contain;
  }

  #planogram-info .sb-cat-row .sb-cat-row-name {
    flex: 0 0 96px;
  }
}/*# sourceMappingURL=index.css.map */