@import url('https://fonts.googleapis.com/css?family=Fjalla+One');
@import url('https://fonts.googleapis.com/css?family=Poppins:100,200,300,400,500,600,700');
/**************************
@yellow			: #dbbd40;
@black          : #000;
**************************/
/*****************************************************************************************

*IMPORT GOOGLE FONTS IN CORE FONTS.LESS file
*Only create mixins of font families in here --> Note: This isn't working for some reason, importing here for the time being

.roboto(){ font-family: "Roboto", sans-serif; font-style: normal;}
******************************************************************************************/
@-webkit-keyframes done {
  50% {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
  }
}
@keyframes done {
  50% {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
  }
}
.done {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -moz-osx-font-smoothing: grayscale;
}
.done:hover,
.done:focus,
.done:active {
  -webkit-animation-name: done;
  animation-name: done;
  -webkit-animation-duration: 0.3s;
  animation-duration: 0.3s;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
  -webkit-animation-iteration-count: 1;
  animation-iteration-count: 1;
}
/**********************
Our Fans page css
**********************/
#our-fans .cmp-text h1 {
  font-family: 'Fjalla One', sans-serif;
  font-weight: normal;
  letter-spacing: 0.1px;
  font-size: 40px;
  font-weight: 500;
  line-height: 49px;
  text-transform: uppercase;
  margin-bottom: 30px;
}
@media screen and (min-width: 768px) {
  #our-fans .cmp-text h1 {
    font-size: 65px;
    line-height: 85px;
  }
}
#our-fans .cmp-text h2 {
  font-family: 'Fjalla One', sans-serif;
  font-weight: normal;
  letter-spacing: 0.1px;
  font-size: 35px;
  line-height: 55px;
  font-weight: 500;
  text-transform: uppercase;
  margin-bottom: 50px;
}
@media screen and (min-width: 841px) {
  #our-fans .cmp-text h2 {
    font-size: 45px;
    line-height: 55px;
  }
}
#our-fans .cmp-text p {
  font-family: 'Poppins', sans-serif;
  font-size: 17px;
  font-weight: normal;
  letter-spacing: 0.1px;
  letter-spacing: normal;
  color: #706f6f;
}
#our-fans .cmp-text p:first-of-type {
  margin-top: 50px;
}
#our-fans .cmp-text h1,
#our-fans .cmp-text h2 {
  color: #3f3c36;
}
#our-fans .atvi-image .icon {
  width: 100%;
  margin-bottom: 57px;
}
#our-fans .divider {
  background-color: #000000 !important;
  height: 90px;
}
@media screen and (min-width: 768px) {
  #our-fans .divider {
    height: 200px;
  }
}
#our-fans #hero-container {
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  display: -webkit-box;
  display: flex;
  justify-content: space-between;
  flex-direction: row-reverse;
  background-color: #000000;
  margin: 0 auto;
  padding-left: 10%;
  padding-right: 10%;
  margin-top: 145px;
  animation: fadeIn 3s;
  -webkit-animation: fadeIn 3s;
  -moz-animation: fadeIn 3s;
  -o-animation: fadeIn 3s;
  -ms-animation: fadeIn 3s;
}
@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-moz-keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-webkit-keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-o-keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-ms-keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@media screen and (max-width: 768px) {
  #our-fans #hero-container {
    margin-top: 75px;
    display: block;
  }
}
#our-fans #hero-container .atvi-image {
  max-width: 37%;
}
@media screen and (max-width: 768px) {
  #our-fans #hero-container .atvi-image {
    max-width: 100%;
  }
}
#our-fans #hero-container .atvi-image img {
  width: 100%;
}
#our-fans #hero-container .atvi-rich-text {
  max-width: 63%;
}
@media screen and (max-width: 768px) {
  #our-fans #hero-container .atvi-rich-text {
    max-width: 100%;
  }
}
#our-fans #hero-container .atvi-rich-text h1 {
  font-size: 65px;
  line-height: 85px;
  margin-bottom: 45px;
  color: #dbbd40;
  font-family: 'Fjalla One', sans-serif;
  text-transform: uppercase;
  text-decoration: underline;
  text-decoration-color: #dbbd40;
}
@media screen and (max-width: 768px) {
  #our-fans #hero-container .atvi-rich-text h1 {
    font-size: 40px;
    line-height: 49px;
  }
}
#our-fans #hero-container .atvi-rich-text p {
  font-weight: normal;
  letter-spacing: 0.1px;
  color: #ffffff;
  margin-bottom: 50px;
  padding-left: 15%;
  margin-top: 50px;
  margin-block-start: 1em;
  margin-block-end: 1em;
  margin-inline-start: 0px;
  margin-inline-end: 0px;
  line-height: 1.42857143;
  font-family: 'Poppins', sans-serif;
  font-size: 17px;
}
@media screen and (min-width: 769px) {
  #our-fans #hero-container .atvi-rich-text p {
    letter-spacing: normal;
  }
}
@media screen and (max-width: 768px) {
  #our-fans #hero-container .atvi-rich-text p {
    padding-left: 0;
  }
}
#our-fans #marketing-container {
  opacity: 0;
  padding: 0 30px 15px;
  padding-bottom: 0;
}
#our-fans #marketing-container a {
  text-decoration: none;
  border-bottom: #2d80c3 0.125em solid;
  color: #2d80c3;
}
@media screen and (min-width: 768px) {
  #our-fans #marketing-container {
    width: 83.33333333%;
    margin-left: 8.33333333%;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
  }
  #our-fans #marketing-container .atvi-rich-text {
    width: 41.66666667%;
    padding: 0 15px;
  }
}
#our-fans #marketing-container .atvi-image {
  text-align: center;
}
@media screen and (min-width: 768px) {
  #our-fans #marketing-container .atvi-image {
    width: 41.66666667%;
    margin-left: 8.33333333%;
    padding: 0 15px;
  }
}
#our-fans #marketing-container .atvi-image .icon {
  width: 90%;
  margin-bottom: 32px;
}
@media screen and (min-width: 768px) {
  #our-fans #marketing-container .atvi-image .icon {
    width: 240px;
  }
}
#our-fans #privacy-container {
  opacity: 0;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-direction: column-reverse;
  background-color: #000000;
  padding: 0 30px 15px;
  padding-top: 25px;
  padding-bottom: 0px;
}
#our-fans #privacy-container a {
  text-decoration: none;
  border-bottom: #2d80c3 0.125em solid;
  color: #2d80c3;
}
@media screen and (min-width: 768px) {
  #our-fans #privacy-container {
    -webkit-box-orient: horizontal;
    -moz-box-orient: horizontal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    padding-bottom: 30px;
  }
  #our-fans #privacy-container .atvi-rich-text {
    width: 83.33333333%;
    margin-left: 8.33333333%;
  }
  #our-fans #privacy-container .atvi-rich-text .cmp-text {
    width: 83.33333333%;
    margin-left: 8.33333333%;
  }
  #our-fans #privacy-container .atvi-image {
    width: 83.33333333%;
    margin-left: 8.33333333%;
  }
  #our-fans #privacy-container .atvi-image .icon-container {
    width: 83.33333333%;
    margin-left: 8.33333333%;
  }
}
#our-fans #privacy-container .cmp-text {
  padding: 0 15px;
}
#our-fans #privacy-container .cmp-text h2 {
  color: #ffffff;
}
#our-fans #privacy-container .cmp-text p {
  color: #b2b2b2;
}
@media screen and (min-width: 768px) {
  #our-fans #privacy-container .cmp-text p {
    padding: 0;
  }
}
#our-fans #privacy-container .icon-container {
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  display: -webkit-box;
  display: flex;
  justify-content: center;
  padding: 0 15px;
}
#our-fans #privacy-container .icon-container .icon {
  width: 60%;
  margin-bottom: 32px;
}
@media screen and (min-width: 768px) {
  #our-fans #privacy-container .icon-container .icon {
    width: 316px;
  }
}
#our-fans #standards-container {
  opacity: 0;
  padding: 0 30px 15px;
  padding-bottom: 0;
}
#our-fans #standards-container a {
  text-decoration: none;
  border-bottom: #2d80c3 0.125em solid;
  color: #2d80c3;
}
@media screen and (min-width: 768px) {
  #our-fans #standards-container {
    width: 83.33333333%;
    margin-left: 8.33333333%;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
  }
  #our-fans #standards-container .atvi-rich-text {
    width: 41.66666667%;
    padding: 0 15px;
  }
}
#our-fans #standards-container .atvi-image {
  text-align: center;
}
@media screen and (min-width: 768px) {
  #our-fans #standards-container .atvi-image {
    width: 41.66666667%;
    margin-left: 8.33333333%;
    padding: 0 15px;
  }
}
#our-fans #standards-container .atvi-image .icon {
  width: 90%;
  margin-bottom: 32px;
}
@media screen and (min-width: 768px) {
  #our-fans #standards-container .atvi-image .icon {
    width: 240px;
  }
}
#box-boarder {
  opacity: 0;
  display: flex;
  justify-content: center;
  padding-left: 24%;
  padding-right: 20%;
  gap: 45px;
}
@media screen and (max-width: 969px) {
  #box-boarder {
    padding-left: 20%;
    padding-right: 20%;
    justify-content: center;
    display: block;
  }
}
#box-boarder .row,
#box-boarder .column {
  text-align: center;
  display: flex;
  gap: 60px;
  max-width: 100%;
  margin: auto;
}
@media screen and (max-width: 768px) {
  #box-boarder .row,
  #box-boarder .column {
    justify-content: center;
    max-width: 100%;
    gap: 10px;
  }
}
#box-boarder-two {
  opacity: 0;
  display: flex;
  justify-content: center;
  padding-left: 24%;
  padding-right: 20%;
  gap: 45px;
}
@media screen and (max-width: 969px) {
  #box-boarder-two {
    padding-left: 20%;
    padding-right: 20%;
    justify-content: center;
    display: block;
  }
}
#box-boarder-two .row,
#box-boarder-two .column {
  text-align: center;
  display: flex;
  gap: 60px;
  max-width: 100%;
  margin: auto;
}
@media screen and (max-width: 768px) {
  #box-boarder-two .row,
  #box-boarder-two .column {
    justify-content: center;
    max-width: 100%;
    gap: 10px;
  }
}
@media screen and (max-width: 1376px) {
  #none-text {
    display: none;
  }
}
#text-one,
#text-container-two,
#text-three,
#text-blue {
  opacity: 0;
  display: flex;
  justify-content: center;
  padding-left: 17%;
  padding-right: 17%;
}
@media screen and (max-width: 768px) {
  #text-one,
  #text-container-two,
  #text-three,
  #text-blue {
    padding-left: 12%;
    padding-right: 12%;
  }
}
#text-one a,
#text-container-two a,
#text-three a,
#text-blue a {
  text-decoration: none;
  border-bottom: #2d80c3 0.125em solid;
  color: #2d80c3;
}
#text-one .span,
#text-container-two .span,
#text-three .span,
#text-blue .span {
  position: relative;
  display: inline-block;
  color: #dbbd40;
}
#text-one .span .spantext,
#text-container-two .span .spantext,
#text-three .span .spantext,
#text-blue .span .spantext {
  visibility: hidden;
  left: -180px;
  text-align: center;
  width: 400px;
  height: 105px;
  top: -110px;
  background-color: #dbbd40;
  color: #000000;
  border-radius: 10px;
  font-size: 14.25px;
  position: absolute;
  z-index: 1;
  border-radius: 6px;
  padding: 10px;
}
@media screen and (max-width: 768px) {
  #text-one .span .spantext,
  #text-container-two .span .spantext,
  #text-three .span .spantext,
  #text-blue .span .spantext {
    width: 300px;
    height: 450px;
    left: -45px;
  }
}
#text-one .span:hover .spantext,
#text-container-two .span:hover .spantext,
#text-three .span:hover .spantext,
#text-blue .span:hover .spantext {
  visibility: visible;
}
#text-one h2,
#text-container-two h2,
#text-three h2,
#text-blue h2 {
  text-align: center;
}
#text-one h6,
#text-container-two h6,
#text-three h6,
#text-blue h6 {
  font-size: 45px;
  margin-bottom: 50px;
  margin-top: 7px;
  color: #dbbd40;
  font-family: 'Fjalla One', sans-serif;
  text-transform: uppercase;
  text-decoration: underline;
  text-decoration-color: #dbbd40;
  letter-spacing: 0.1px;
  line-height: 65px;
  font-weight: 500;
  text-align: center;
}
@media screen and (max-width: 768px) {
  #text-one h6,
  #text-container-two h6,
  #text-three h6,
  #text-blue h6 {
    font-size: 35px;
    line-height: 55px;
  }
}
#text-one p,
#text-container-two p,
#text-three p,
#text-blue p {
  text-align: left;
}
#text-one h1,
#text-container-two h1,
#text-three h1,
#text-blue h1 {
  text-align: center;
}
#text-one ul,
#text-container-two ul,
#text-three ul,
#text-blue ul {
  padding: 40px 30px 40px 40px;
  font-family: 'Poppins', sans-serif;
  font-size: 17px;
  font-weight: normal;
  letter-spacing: 0.1px;
  font-size: 15.5px;
  list-style: none;
  color: #b2b2b2;
}
#text-one ul li,
#text-container-two ul li,
#text-three ul li,
#text-blue ul li {
  margin: 20px 0;
}
#text-one ul li::before,
#text-container-two ul li::before,
#text-three ul li::before,
#text-blue ul li::before {
  content: '';
  display: inline-block;
  border-radius: 50%;
  height: 13px;
  width: 13px;
  border: 2px solid #2d80c3;
  margin-right: 10px;
  margin-bottom: -1.5px;
}
#text-four {
  opacity: 0;
  margin-top: 50px;
  padding-left: 17%;
  padding-right: 17%;
}
#text-four a {
  text-decoration: none;
  border-bottom: #2d80c3 0.125em solid;
  color: #2d80c3;
}
@media screen and (max-width: 768px) {
  #text-four {
    padding-left: 12%;
    padding-right: 12%;
  }
}
#text-four h2 {
  text-align: left !important;
}
#text-four p {
  text-align: left;
}
#text-four h1 {
  text-align: center;
}
#text-four ul {
  padding: 40px 30px 40px 40px;
  font-family: 'Poppins', sans-serif;
  font-size: 17px;
  font-weight: normal;
  letter-spacing: 0.1px;
  font-size: 15.5px;
  list-style: none;
  color: #b2b2b2;
}
#text-four ul li {
  margin: 20px 0;
}
#text-four ul li::before {
  content: '';
  display: inline-block;
  border-radius: 50%;
  height: 13px;
  width: 13px;
  border: 2px solid #2d80c3;
  margin-right: 10px;
  margin-bottom: -1.5px;
}
#text-five,
#bunch-of-text-container {
  opacity: 0;
  display: flex;
  justify-content: center;
  padding-left: 17%;
  padding-right: 17%;
  list-style: none;
  counter-reset: my-awesome-counter;
}
#text-five a,
#bunch-of-text-container a {
  text-decoration: none;
  border-bottom: #2d80c3 0.125em solid;
  color: #2d80c3;
}
@media screen and (max-width: 768px) {
  #text-five,
  #bunch-of-text-container {
    padding-left: 12%;
    padding-right: 12%;
  }
}
@media screen and (max-width: 768px) {
  #text-five,
  #bunch-of-text-container {
    list-style-type: decimal;
  }
}
#text-five h2,
#bunch-of-text-container h2 {
  text-align: center ;
}
#text-five p,
#bunch-of-text-container p {
  text-align: left;
}
#text-five h1,
#bunch-of-text-container h1 {
  text-align: center !important;
}
#text-five h3,
#bunch-of-text-container h3 {
  font-size: 45px;
  margin-bottom: 50px;
  margin-top: 7px;
  color: #dbbd40;
  font-family: 'Fjalla One', sans-serif;
  text-transform: uppercase;
  text-decoration: underline;
  -webkit-text-decoration-color: #dbbd40;
  text-decoration-color: #dbbd40;
  letter-spacing: 0.1px;
  line-height: 65px;
  font-weight: 500;
  text-align: left !important;
}
#text-five h6,
#bunch-of-text-container h6 {
  font-family: 'Poppins', sans-serif;
  font-size: 17px;
  color: #ffffff;
  text-align: left;
  display: inline-block;
  margin-block-start: 1em;
  margin-block-end: 1em;
  margin-inline-start: 0px;
  margin-inline-end: 0px;
  box-sizing: border-box;
}
#text-five li,
#bunch-of-text-container li {
  font-family: 'Poppins', sans-serif;
  margin-bottom: 20px;
  position: relative;
  font-weight: 700;
  color: #ffffff;
  font-size: 18px;
  line-height: 26px;
  counter-increment: my-awesome-counter;
}
@media screen and (max-width: 768px) {
  #text-five li,
  #bunch-of-text-container li {
    list-style-type: decimal;
  }
}
#text-five li:before,
#bunch-of-text-container li:before {
  content: counter(my-awesome-counter);
  width: 40px;
  height: 40px;
  border: solid 1.9px #2d80c3;
  background-color: #2d80c3;
  border-radius: 30px;
  text-align: center;
  padding-top: 8px;
  font-family: 'Poppins', sans-serif;
  font-weight: 600;
  font-size: 17px;
  color: #ffffff;
  margin: 0 auto;
  margin-top: 15px;
  margin-right: 10px;
  box-sizing: border-box;
  line-height: 1.42857143;
  display: inline-block;
}
@media screen and (max-width: 768px) {
  #text-five li:before,
  #bunch-of-text-container li:before {
    display: none;
  }
}
#box-container-one {
  opacity: 0;
  display: flex;
  justify-content: center;
  align-items: center;
}
#box-container-one a {
  text-decoration: none;
  border-bottom: #2d80c3 0.125em solid;
  color: #2d80c3;
}
#box-container-one a {
  text-decoration: none;
  border-bottom: #2d80c3 0.125em solid;
  color: #2d80c3;
}
#box-container-one #box-container-one-text {
  width: 400px;
  border: 1px solid #ede9e9;
}
@media screen and (max-width: 500px) {
  #box-container-one #box-container-one-text {
    width: 100%;
  }
}
#box-container-one #box-container-one-text p {
  font-family: 'Poppins', sans-serif;
  font-size: 17px;
  color: #3180c3;
  text-align: middle !important;
  display: inline-block;
  margin-block-start: 1em;
  margin-block-end: 1em;
  margin-inline-start: 0px;
  margin-inline-end: 0px;
  box-sizing: border-box;
  padding-right: 12%;
  padding-left: 12%;
  text-align: center;
}
#final-box-container {
  opacity: 0;
  padding-top: 50px;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  display: -webkit-box;
  display: flex;
  justify-content: space-between;
  flex-direction: row;
  padding-left: 22%;
  padding-right: 22%;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  #final-box-container {
    display: block;
  }
}
#final-box-container .atvi-image {
  max-width: 35%;
}
@media screen and (max-width: 768px) {
  #final-box-container .atvi-image {
    max-width: 80%;
  }
}
#final-box-container .atvi-rich-text {
  max-width: 65%;
}
@media screen and (max-width: 768px) {
  #final-box-container .atvi-rich-text {
    max-width: 100%;
  }
}
#final-box-container #final-container-image {
  max-width: 300px;
  max-height: 275px;
}
#box-container-two,
#box-container-three {
  margin-top: 50px;
  margin-bottom: -30px;
  display: flex;
  justify-content: center;
  align-items: center;
}
#box-container-two a,
#box-container-three a {
  text-decoration: none;
  border-bottom: #2d80c3 0.125em solid;
  color: #2d80c3;
}
#box-container-two .box-container-four-text,
#box-container-three .box-container-four-text,
#box-container-two .box-container-three-text,
#box-container-three .box-container-three-text {
  width: 700px;
  background: #dbbd40;
  display: inline-block;
  margin-bottom: 1em;
  padding: 0 1em;
  position: relative;
  text-align: center;
  vertical-align: top;
  border-radius: .9em;
}
@media screen and (max-width: 768px) {
  #box-container-two .box-container-four-text,
  #box-container-three .box-container-four-text,
  #box-container-two .box-container-three-text,
  #box-container-three .box-container-three-text {
    width: 300px;
  }
}
#box-container-two h6,
#box-container-three h6 {
  font-family: 'Poppins', sans-serif;
  font-size: 17px;
  color: #000000;
  text-align: middle !important;
  display: inline-block;
  margin-block-start: 1em;
  margin-block-end: 1em;
  margin-inline-start: 0px;
  margin-inline-end: 0px;
  box-sizing: border-box;
  padding-right: 12%;
  padding-left: 12%;
}
#end-of-page-container {
  opacity: 0;
  display: flex;
  justify-content: center;
}
#end-of-page-container #done-btn {
  width: 280px;
  height: 55px;
  border-radius: 60px;
  background-color: #fee432;
  border: 0px;
  font-size: 15px;
  color: #3f3c36;
  font-family: 'Poppins', sans-serif;
  font-weight: 600;
  letter-spacing: 0.1px;
  cursor: pointer;
}
#end-of-page-container #done-btn:hover,
#end-of-page-container #done-btn:focus,
#end-of-page-container #done-btn:active {
  -webkit-animation-name: done;
  animation-name: done;
  -webkit-animation-duration: 0.3s;
  animation-duration: 0.3s;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
  -webkit-animation-iteration-count: 1;
  animation-iteration-count: 1;
}
#end-of-page-container #done-btn a {
  color: #3f3c36;
}
#end-of-page-container #done-btn p {
  padding-top: 16px;
  text-align: center;
  font-size: 15px;
  display: flex;
  justify-content: center;
  font-family: 'Poppins', sans-serif;
  font-weight: 600;
  letter-spacing: 0.1px;
  padding-bottom: 20px;
}
#end-of-page-container #done-btn a:link {
  text-decoration: none;
}
#end-of-page-container #done-btn a:visited {
  text-decoration: none;
}
#end-of-page-container #done-btn a:hover {
  text-decoration: underline;
}
#end-of-page-container #done-btn a:active {
  text-decoration: underline;
}
#another-box-container,
#another-box-container-two,
#another-box-container-three,
#another-box-container-four {
  opacity: 0;
  margin-top: 20px;
  display: flex;
  justify-content: center;
}
#another-box-container a,
#another-box-container-two a,
#another-box-container-three a,
#another-box-container-four a {
  text-decoration: none;
  border-bottom: #2d80c3 0.125em solid;
  color: #2d80c3;
}
#another-box-container #box-container-text,
#another-box-container-two #box-container-text,
#another-box-container-three #box-container-text,
#another-box-container-four #box-container-text,
#another-box-container #box-container-text-two,
#another-box-container-two #box-container-text-two,
#another-box-container-three #box-container-text-two,
#another-box-container-four #box-container-text-two,
#another-box-container #box-container-text-three,
#another-box-container-two #box-container-text-three,
#another-box-container-three #box-container-text-three,
#another-box-container-four #box-container-text-three,
#another-box-container #another-box-container-three-text,
#another-box-container-two #another-box-container-three-text,
#another-box-container-three #another-box-container-three-text,
#another-box-container-four #another-box-container-three-text {
  width: 400px;
  text-align: center;
  border: 6px solid #2d80c3;
  padding-top: 1em;
}
@media screen and (max-width: 500px) {
  #another-box-container #box-container-text,
  #another-box-container-two #box-container-text,
  #another-box-container-three #box-container-text,
  #another-box-container-four #box-container-text,
  #another-box-container #box-container-text-two,
  #another-box-container-two #box-container-text-two,
  #another-box-container-three #box-container-text-two,
  #another-box-container-four #box-container-text-two,
  #another-box-container #box-container-text-three,
  #another-box-container-two #box-container-text-three,
  #another-box-container-three #box-container-text-three,
  #another-box-container-four #box-container-text-three,
  #another-box-container #another-box-container-three-text,
  #another-box-container-two #another-box-container-three-text,
  #another-box-container-three #another-box-container-three-text,
  #another-box-container-four #another-box-container-three-text {
    width: 100%;
  }
}
#another-box-container #box-container-text p,
#another-box-container-two #box-container-text p,
#another-box-container-three #box-container-text p,
#another-box-container-four #box-container-text p,
#another-box-container #box-container-text-two p,
#another-box-container-two #box-container-text-two p,
#another-box-container-three #box-container-text-two p,
#another-box-container-four #box-container-text-two p,
#another-box-container #box-container-text-three p,
#another-box-container-two #box-container-text-three p,
#another-box-container-three #box-container-text-three p,
#another-box-container-four #box-container-text-three p,
#another-box-container #another-box-container-three-text p,
#another-box-container-two #another-box-container-three-text p,
#another-box-container-three #another-box-container-three-text p,
#another-box-container-four #another-box-container-three-text p {
  font-family: 'Poppins', sans-serif;
  font-size: 12px;
  color: #3180c3;
  text-align: middle !important;
  display: inline-block;
  margin-block-start: 1em;
  margin-block-end: 1em;
  margin-inline-start: 0px;
  margin-inline-end: 0px;
  box-sizing: border-box;
  padding-right: 12%;
  padding-left: 12%;
  margin-top: -6px;
}
#another-box-container #box-container-text h6,
#another-box-container-two #box-container-text h6,
#another-box-container-three #box-container-text h6,
#another-box-container-four #box-container-text h6,
#another-box-container #box-container-text-two h6,
#another-box-container-two #box-container-text-two h6,
#another-box-container-three #box-container-text-two h6,
#another-box-container-four #box-container-text-two h6,
#another-box-container #box-container-text-three h6,
#another-box-container-two #box-container-text-three h6,
#another-box-container-three #box-container-text-three h6,
#another-box-container-four #box-container-text-three h6,
#another-box-container #another-box-container-three-text h6,
#another-box-container-two #another-box-container-three-text h6,
#another-box-container-three #another-box-container-three-text h6,
#another-box-container-four #another-box-container-three-text h6 {
  font-family: 'Poppins', sans-serif;
  font-size: 14px;
  color: #ffffff;
  display: inline-block;
  margin-block-end: 1em;
  margin-inline-start: 0px;
  margin-inline-end: 0px;
  box-sizing: border-box;
  text-decoration: underline;
  text-decoration-color: #ffffff;
}
.divider {
  background-color: #000000 !important;
  height: 90px;
}
@media screen and (min-width: 768px) {
  .divider {
    height: 200px;
  }
}
#box-container-ten {
  opacity: 0;
  display: flex !important;
  justify-content: center !important;
  align-items: center !important;
  flex-direction: row;
  text-align: center;
  margin: 0 auto;
  gap: 60px;
}
@media screen and (max-width: 768px) {
  #box-container-ten {
    padding-right: 12%;
    padding-left: 12%;
    display: block!important;
  }
}
#box-container-ten a {
  text-decoration: none;
  border-bottom: #2d80c3 0.125em solid;
  color: #2d80c3;
}
#box-container-ten h6 {
  font-size: 45px;
  margin-bottom: 50px;
  margin-top: 7px;
  color: #dbbd40;
  font-family: 'Fjalla One', sans-serif;
  text-transform: uppercase;
  text-decoration: underline;
  -webkit-text-decoration-color: white;
  text-decoration-color: #dbbd40;
  letter-spacing: 0.1px;
  line-height: 65px;
  font-weight: 500;
  text-align: center;
}
@media screen and (max-width: 768px) {
  #box-container-ten h6 {
    font-size: 35px;
    line-height: 55px;
  }
}
#box-container-ten h4 {
  font-family: 'Poppins', sans-serif;
  font-size: 17px;
  color: #ffffff;
  text-align: center;
  display: inline-block;
  margin-block-start: 1em;
  margin-block-end: 1em;
  margin-inline-start: 0px;
  margin-inline-end: 0px;
  box-sizing: border-box;
  margin-top: -20px;
}
#box-container-ten #ten-one {
  margin-top: -50px;
  max-width: 550px;
}
@media screen and (max-width: 768px) {
  #box-container-ten #ten-one {
    margin-top: 0px;
    max-width: 100%;
  }
}
#box-container-ten #ten-two {
  padding-top: -100px;
  max-width: 550px;
}
@media screen and (max-width: 768px) {
  #box-container-ten #ten-two {
    max-width: 100%;
  }
}
#box-container-eleven {
  opacity: 0;
  display: flex ;
  justify-content: center ;
  align-items: center ;
  flex-direction: row;
  text-align: center;
  margin: 0 auto;
  gap: 60px;
}
@media screen and (max-width: 768px) {
  #box-container-eleven {
    padding-right: 12%;
    padding-left: 12%;
    display: block!important;
  }
}
#box-container-eleven a {
  text-decoration: none;
  border-bottom: #2d80c3 0.125em solid;
  color: #2d80c3;
}
#box-container-eleven h6 {
  font-size: 45px;
  margin-bottom: 50px;
  margin-top: 7px;
  color: #dbbd40;
  font-family: 'Fjalla One', sans-serif;
  text-transform: uppercase;
  text-decoration: underline;
  -webkit-text-decoration-color: white;
  text-decoration-color: #dbbd40;
  letter-spacing: 0.1px;
  line-height: 65px;
  font-weight: 500;
  text-align: center;
}
@media screen and (max-width: 768px) {
  #box-container-eleven h6 {
    font-size: 35px;
    line-height: 55px;
  }
}
#box-container-eleven h4 {
  font-family: 'Poppins', sans-serif;
  font-size: 17px;
  color: #ffffff;
  text-align: center;
  display: inline-block;
  margin-block-start: 1em;
  margin-block-end: 1em;
  margin-inline-start: 0px;
  margin-inline-end: 0px;
  box-sizing: border-box;
  margin-top: -20px;
}
#box-container-eleven #one-one {
  max-width: 550px;
}
@media screen and (max-width: 768px) {
  #box-container-eleven #one-one {
    max-width: 100%;
  }
}
#box-container-eleven #one-two {
  margin-top: 21.5px;
  max-width: 550px;
}
@media screen and (max-width: 768px) {
  #box-container-eleven #one-two {
    max-width: 100%;
  }
}
