@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Cutive+Mono&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Rye&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Caveat:wght@400..700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Grape+Nuts&display=swap');
/* @import url('https://fonts.googleapis.com/css2?family=Rubik+Distressed&display=swap'); */
@import url('https://fonts.googleapis.com/css2?family=Young+Serif&display=swap');

@import url('https://fonts.googleapis.com/css2?family=Adamina&family=Brawler:wght@400;700&family=Castoro+Titling&family=Dynalight&family=Metal&family=Tilt+Prism&display=swap');

@import url('https://fonts.googleapis.com/css2?family=Anton&display=swap');
body{
  overflow-x: hidden;
   -webkit-font-smoothing: antialiased;
}
.cursor-outer {
    border: 1px solid #ffd701;;
}
.cursor-inner {
    background-color: #ffd701;;
}
#preloader img {
  width: 120px;
  animation: rotate360 3s linear infinite;
}

@keyframes rotate360 {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}

/*================================ */
/* Header */
/* =============================== */
.header__logo {
  position: relative; /* make parent a reference */
  display: inline-block; /* optional, ensures width fits logo */
}

.header__logo::before {
  content: '';
  position: absolute; /* required for bottom bar */
  bottom: 10px;
  left: 0;
  height: 2px;
  width: 100%;
  background-color: #ffd701;
}
video {
      /* position: fixed; */
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      object-fit: cover; /* Ensures video fills screen while maintaining aspect ratio */
      z-index: -1;       /* Keeps video in the background */
    }
.ms-banner-area .Landing-section-logo img{
  width: 1200px;
}
@media screen and (max-width: 996px) {
  .ms-banner-area .Landing-section-logo img{
    width: 400px;
  }
}
@media screen and (max-width: 576px) {
  .ms-banner-area .Landing-section-logo img{
    width: 365px;
  }
}
.offcanvas__info .ms-offcanvas-widget .offcanvas-links li{
  list-style: none;
  margin-bottom: 10px;
}
.offcanvas__info .ms-offcanvas-widget .offcanvas-links li a{
  font-size: 15px;
}
.offcanvas__info .ms-offcanvas-widget .offcanvas-links li a i{
  margin-right: 10px;
}
.offcanvas__info .offcanvas__social{
  padding-left: 12px;
}
.offcanvas__info .offcanvas__social a{
  font-size: 18px;
}
.offcanvas__info .quick-sidebar-links .section-heading-link{
  /* background-color: #ffd701; */
  padding: 30px 0;
}
.offcanvas__info .quick-sidebar-links .section-heading-link ul li{
  list-style-type:none;
  padding: 15px 0;
}
.offcanvas__info .quick-sidebar-links .section-heading-link ul li a{
  font-size: 22px;
  color: #fff;
  font-weight: 500;
  transition: all 0.4s ease-in-out;
  text-decoration: none;

}
.offcanvas__info .quick-sidebar-links .section-heading-link ul li a:hover{
  color: #ffd701;
}
.offcanvas__info .offcanvas-logo{
  color: #ffd901;
  /* padding-bottom: 15px; */
  font-size: 34px;
}
.site-title, .site-title-1{
    font-family: "Dynalight", cursive !important;
    font-weight: 600 !important;
    font-size: 145px !important;
    letter-spacing: 1.5px !important;
}
@media screen and (max-width:575px) {
  .site-title, .site-title-1{
    font-size: 65px !important;
}
}

.ms-banner-area .site-head .ms-banner__sub-title{
  background-color: #ffd701 !important;
  color: #000 !important;
  padding: 0 0 !important;
  margin: 60px 100px 110px 100px;
}
@media screen and (max-width:675px) {
  .ms-banner-area .site-head .ms-banner__sub-title{
  background-color: #ffd701 !important;
  color: #000 !important;
  padding: 0 0 !important;
  margin: 80px 0px 80px 0px;
}
}
.ms-banner__bg-title, .ms-banner__title {
  color: #fff !important;
  font-family: 'poppins';
    font-size: 65px;
    font-weight: 700;
}
.ms-banner-area .welcome-para{
  font-size: 24px !important;
  text-align: center;
  font-weight:400;
  line-height: 35px !important;
  text-align: justify !important;
  color: #fff;
}
.ms-banner-area .welcome-para span{
  color: #ffd701;
}
.ms-banner-area .welcome-highlights{
  text-align: center;
}
.ms-banner-area .welcome-highlights ul li{
  font-size: clamp(3rem, 2vw, 2rem);
  font-weight: 500;
  color: #ffd701;
  list-style: none;
  letter-spacing: 5px;
  margin-bottom: 10%;
  font-family: "Anton", sans-serif;
}
 
@media screen and (max-width:575px) {
  .ms-banner-area .welcome-highlights ul li{
    font-size: clamp(1.9rem, 2vw, 2rem);
    margin-bottom: 52px;
    text-wrap: nowrap;
  }
}
.ms-banner-area .banner-img{
  overflow-x: hidden;
  display: flex;
  justify-content: center;
  align-items: center;
}
.ms-banner-area .welcome-para{
  font-size: 16px;
  text-align: center;
}
.ms-banner__content .welcome-quote blockquote {
    padding: 1.25rem 2rem 1.25rem 1.75rem;
    font-size: 1.375rem;
    color: var(--title);
    margin-top: 2.5rem;
    margin-bottom: 2.5rem;
    line-height: 1.875rem;
    position: relative;
    clear: both;
    font-weight: 600;
    z-index: 1;
    border: 0;
    background: transparent;
    border:1px solid #ffd701;
}
.ms-banner__content .welcome-quote blockquote p {
    line-height: 1.5;
    color: var(--title);
    margin-bottom: 1rem;
    font-family: "Anton", sans-serif;
    font-style: normal;
    font-weight: 500;
    font-size: 28px;
    color: #ffd701;
}
.ms-banner__content .welcome-quote blockquote cite {
    text-align: right;
    font-style: normal;
    font-size: 28px !important;
    padding-right: 180px;
    position: relative;
    display: block;
    margin-top: -0.3125rem;
    font-weight: 900 !important;
    line-height: 1.5;
    font-size: 1rem;
    color: #ffd701;
    font-family: "Cutive Mono", monospace;
}
@media only screen and (max-width: 430px) {
  .ms-banner__content .welcome-quote blockquote cite {
    text-align: center;
    font-style: normal;
    font-size: 18px !important;
    padding-right: 0px;
  }

}
.ms-banner__content .welcome-quote blockquote .quotes {
    position: absolute;
    right: 30px;
    bottom: 17px;
    font-size: 45px;
    color: #ffd701;
    transform: rotate(180deg);
}
/* .ms-banner__content .welcome-quote blockquote::before {
    content: "";
    width: 5px;
    height: 80%;
    border-radius: 1px;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    background: #ffd701;
    position: absolute;
}
.ms-banner__content .welcome-quote blockquote::after {
    content: "";
    width: 5px;
    height: 80%;
    border-radius: 1px;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    background: #ffd701;
    position: absolute;
} */
/* =================================== */
/* Authenticity */
/* =================================== */
.authenticity-title{
  text-align: center;
}
.authenticity-title .ms-banner__bg-title{
  font-size: 120px !important;
}
.ms-authenticity-area .ms-banner__bg-title {
    font-size: 120px;
    line-height: 1;
    font-family: var(--bd-ff-subtitle);
    font-weight: var(--bd-fw-regular);
    background-clip: text;
    -webkit-background-clip: text;
    background-size: cover;
    background-position: center;
    color: transparent;
    margin-bottom: 30px;
    display: inline-block;
}
.authenticity-icon-box .work__features-inner{
  display: flex;
  justify-content: space-between;
  gap: 30px;
}
.class-three-highlights{
  padding-top: 40px;
}
.class-three-highlights ul {
  display: flex;
  flex-direction: row;
  justify-content: space-evenly;
  padding: 0 40px;
}
.class-three-highlights ul li{
  font-size: 26px;
  color: #fff;
  font-weight: 500;
  list-style: none;
}
.class-three-highlights ul li i{
  padding-left:70px;
  color: #ffd701;
  font-weight: 400;
  text-align: center;
}
.text-scroll-box{
  padding: 180px 0 180px 0;
}
@media only screen and (max-width: 430px) {
  .text-scroll-box{
  padding: 40px 0 100px 0;
}
}
/* ================================================== */

.position-relative {
  position: relative !important;
}
.fullwidth-section {
    width: 100%;
    margin: 0;
    padding: 0;
    overflow: hidden;
}
.data-text{
  overflow: visible;
  /* position: absolute; */
  top: 0%;
  width: 100%;
  opacity: 0.8;
  height: 13em;
  z-index: 9999;
  background-color: #ffd701;
}
.welcome-home-section .banner-media{
  padding-top: 30px;
  paddding-bottom:50px;
}

@media only screen and (max-width: 575px) {
  .data-text{
    height: 22%;
  }
}
@media only screen and (max-width: 996px) {
  .data-text{
    height: 45%;
  }
  .data-text .animation-text text {
        font-size: 120px !important;
    }
}
@media only screen and (max-width: 1680px) {
  .data-text {
    top: -35%;
  }
}
@media only screen and (max-width: 1366px) {
  .data-text{
    top: -23%;
  }
}
@media only screen and (max-width: 1280px) {
  .data-text{
    top: -23%;
  }
}
@media only screen and (max-width: 991px) {
  .data-text{
    top: -28%;
  }
}
@media only screen and (max-width: 767px) {
  .welcome-home-section .banner-media{
  padding-top: 40px;
  paddding-bottom:0px;
}
  .data-text{
    top: -21%;
  }
}
@media only screen and (max-width: 575px) {
  .data-text{
    top: -13%;
  }
}
.data-text  .animation-text {
  width: 100%;
  height: 100%;
}
.data-text  .animation-text text {
  text-transform: uppercase;
  animation: stroke 5s infinite alternate;
  stroke-width: 1;
  stroke: #ffffff;
  /* font-size: 182px; */
  font-weight: 700;
  font-family: var(--font-family-base);
  height: 100%;
}
@media only screen and (max-width: 1366px) {
  .data-text  .animation-text text {
    font-size: 142px;
  }
}
@media only screen and (max-width: 1576px) {
  .data-text  .animation-text text {
    font-size: 160px;
  }
}

@media only screen and (min-width: 1680px) {
  .data-text  .animation-text text {
    font-size: 152px;
  }
}

@media only screen and (max-width: 1280px) {
  .data-text{
    height: 10em;
  }
  .data-text  .animation-text text {
    font-size: 124px;
  }
}
@media only screen and (max-width: 1024.50px) {
  .data-text{
    height: 9.7em;
  }
  .data-text  .animation-text text {
    font-size: 120px;
  }
}

@media only screen and (max-width: 991px) {
  .data-text  .animation-text text {
    font-size: 100px !important;
    font-weight: 500;
  }
  .data-text{
    height: 8em;
  }
}
@media only screen and (max-width: 767px) {
  .data-text  .animation-text text {
    font-size: 65px !important;
    font-weight: 400;
  }
  .data-text{
    height: 5.3em;
  }
}

@media only screen and (max-width: 575px) {
  .data-text  .animation-text text {
    font-size: 40px !important;
  }
  .data-text{
    height: 3.2em;
  }
}

@keyframes stroke {
  0% {
    fill: rgb(0, 0, 0);
    stroke: rgb(255, 255, 255);
    stroke-dashoffset: 25%;
    stroke-dasharray: 0 50%;
    stroke-width: 1;
  }
  70% {
    fill: rgb(0, 0, 0);
    stroke: rgb(255, 255, 255);
  }
  80% {
    fill: rgb(0, 0, 0);
    stroke: rgb(255, 255, 255);
    stroke-width: 2;
  }
  100% {
    fill: rgb(0, 0, 0);
    stroke: rgb(255, 255, 255);
    stroke-dashoffset: -25%;
    stroke-dasharray: 50% 0;
    stroke-width: 0;
  }
}
@keyframes stroke-2 {
  0% {
    fill: rgb(0, 0, 0);
    stroke: rgb(255, 255, 255);
    stroke-dashoffset: 25%;
    stroke-dasharray: 0 50%;
    stroke-width: 1;
  }
  70% {
    fill: rgb(0, 0, 0);
    stroke: rgb(255, 255, 255);
  }
  80% {
    fill: rgb(0, 0, 0);
    stroke: rgb(255, 255, 255);
    stroke-width: 2;
  }
  100% {
    fill: rgb(0, 0, 0);
    stroke: rgb(255, 255, 255);
    stroke-dashoffset: -25%;
    stroke-dasharray: 50% 0;
    stroke-width: 0;
  }
}

/* =================================== */
/* Authenticity Ends*/
/* =================================== */
.dz-features-wrapper {
  overflow: hidden;
  position: relative;
  z-index: 1000;
}
.dz-features-wrapper .dz-features {
  margin-bottom: 0;
  display: flex;
  align-items: center;
  flex-wrap: nowrap;
  animation: ticker 0s linear infinite 0s normal;
  animation-duration: 0s;
  animation-duration: 10.9528s;
}
.dz-features-wrapper .dz-features .item {
  /* padding: 10px; */
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  text-transform: uppercase;
}
@media only screen and (max-width: 1280px) {
  .dz-features-wrapper .dz-features .item {
    padding: 10px;
  }
}
@media only screen and (max-width: 767px) {
  .dz-features-wrapper .dz-features .item {
    padding: 10px 20px;
  }
}
@media only screen and (max-width: 575px) {
  .dz-features-wrapper .dz-features .item {
    padding: 10px;
  }
}
/* .dz-features-wrapper:hover .dz-features {
  animation-play-state: paused;
} */

@keyframes ticker {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
  }
}
.text-wrapper {
  position: relative;
  z-index: 1;
  padding: 10px 20px 10px;
}
.text-wrapper .title {
  color: #ffd701;
  font-size: 140px;
  font-weight: 500;
  display: flex;
  text-transform: uppercase;
  justify-content: center;
  line-height: 1;
  margin: 0 80px;
  font-family: "Anton", sans-serif;
}
@media only screen and (max-width: 991px) {
  .text-wrapper .title {
    font-size: 60px;
  }
}
@media only screen and (max-width: 767px) {
  .text-wrapper .title {
    font-size: 50px;
  }
}
@media only screen and (max-width: 575px) {
  .text-wrapper .title {
    font-size: 35px;
  }
}


.bg-data-text.style-1 {
  font-size: 140px;
  font-weight: 500;
  display: flex;
  -webkit-text-stroke: 2px #ffd701;
  color: transparent;
  text-transform: uppercase;
  justify-content: center;
  line-height: 1;
  font-family: "Anton", sans-serif;
}
@media only screen and (max-width: 991px) {
  .bg-data-text.style-1 {
    font-size: 60px;
  }
}
@media only screen and (max-width: 767px) {
  .bg-data-text.style-1 {
    font-size: 50px;
  }
}
@media only screen and (max-width: 575px) {
  .bg-data-text.style-1 {
    font-size: 35px;
  }
}

@keyframes animateBGText {
  0% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(12px);
  }
}
.header__area .header__main .header__logo h3{
  color: #ffffff;

}
@media screen and (max-width:997px) {
    .header__area .header__main .header__logo h3{
  font-size: 20px;

}
}
.header__area .header__main .header__logo h3 span{
  color: #ffd701;

}


/* Custom */
.trending__area{
  padding-top: 100px;
  padding-bottom: 160px;
}
.movement-padding{
  padding-bottom: 140;;
}
@media screen and (max-width:675px) {
  .movement-padding{
  padding-bottom: 40;;
}
}
.trending__area .movements-content-ul{
  margin: 80px 0;
}
.trending__area .movements-content-layout{
  margin: 50px 0;
  display: flex;
  justify-content:center;
  gap: 60px;
}
.trending__area .movements-content-item{
  padding: 70px 30px;
  box-shadow: rgb(255, 191, 0) -4px 7px 30px -3px;
box-shadow: rgba(255, 190, 0, 0.61) 0px 50px 100px -90px, rgba(255, 191, 0, 0.795) 0px 30px 60px -80px,
 rgba(255, 191, 64, 0.795) 0px -2px 6px 2px inset;
  text-align: center;
}
.trending__area .movements-content-item-1{
  padding: 60px 30px;
  box-shadow: rgb(255, 191, 0) -4px 7px 30px -3px;
box-shadow: rgba(255, 190, 0, 0.61) 0px 50px 100px -90px, rgba(255, 191, 0, 0.795) 0px 30px 60px -80px,
 rgba(255, 191, 64, 0.795) 0px -2px 6px 2px inset;
  text-align: center;
}

.trending__area .movements-content-item p{
  text-align: center;
  color: #ffffff;
  font-size: 19px;
  line-height: 30px;
  font-weight: 500;
  display: flex;
  align-items: center;
  /* text-align:justify; */
}
.trending__area .movements-content-item-1 p{
  text-align: center;
  color: #ffffff;
  font-size: 19px;
  line-height: 30px;
  font-weight: 500;
  /* text-align:justify ; */
}
.ms-contact-area{
  padding-top: 30px;
  padding-bottom: 120px;
}
@media screen and (max-width:675px) {
  .ms-contact-area{
  padding-top: 30px;
  padding-bottom: 60px;
}
}
.ms-contact-area .contact-form .ms-input2-box h3{
  color: #fff;
  padding: 10px 8px;
}
.ms-authenticity-area .section__title{
  font-size: 54px !important;
}
@media only screen and (max-width: 430px) {
  .ms-authenticity-area .section__title{
  font-size: 38px !important;
}
}
.ms-authenticity-area .authenticity-title-highlight-1{
  background-color: #ffd701 !important;
  color: #000000 !important;
  padding: 0 10px;
}
.ms-contact-area .contact-form .ms-input2-box h3 span{
  color: #ffd701;
}
.ms-contact-area .contact-title-highlight, .authenticity-title-highlight{
  color: #ffd701;
}
.ms-banner__title-1 {
  color: #fff !important;
  font-family: 'poppins';
    font-size: 32px;
    font-weight: 500;
    margin-bottom:30px;
    text-wrap: nowrap;
}

.ms-authenticity-area .ms-banner__main-wrapper-2 .ms-banner__content h3{
  font-family: "Anton", sans-serif;
  letter-spacing: 3px;
  color: #ffffffec !important;
  text-shadow: 3px 3px 50px rgb(0, 0, 0);
  padding:10px 0 ;
}
@media only screen and (max-width: 767px) {
  .trending__area{
  padding-top: 60px;
  padding-bottom: 60px;
}
  .ms-banner__title-1 {
    text-wrap: wrap;
    margin-bottom:10px;

  }
  .ms-authenticity-area .ms-banner__main-wrapper-2 .ms-banner__content h3{
    padding: 0 0;
  }
}
.ms-authenticity-area .ms-banner__main-wrapper-2 .ms-banner__content h3 span{
  color: #ffd701;
  text-shadow: 3px 3px 15px rgb(0, 0, 0);
}

@media only screen and (max-width: 1200px) {
  .ms-banner__title-1 {
    text-wrap: wrap;    
  }
}

.ms-banner-area .text-scroll-box {
    padding: 180px 0 60px 0;
}
.authenticity-highlight-content{
  overflow: hidden;
}
.authenticity-highlight-1, .authenticity-highlight-2, .authenticity-highlight-3{
  padding: 70px 0px 70px 15px;
  font-family: "Anton", sans-serif;
  letter-spacing: 2px;
  font-weight: 700;
  color: #000;
  background-color: #ffd701;
  margin-bottom: 10px;
  font-size: 76px;
  text-transform: uppercase;
  /* text-wrap: nowrap; */
  text-align: center;
}
@media only screen and (max-width: 767px) {
.authenticity-highlight-1, .authenticity-highlight-2, .authenticity-highlight-3{
  font-size: 60px;
  line-height: 55px;
}
}

@media only screen and (max-width: 1200px) {
  .authenticity-highlight-1, .authenticity-highlight-2, .authenticity-highlight-3{
    font-size: 64px;
    line-height: 75px;
  }
}
.authenticity .ms-blockquote .qoute-body{
  display: flex;
}

.ms-blockquote blockquote {
    padding: 1.25rem 2rem 1.25rem 1.75rem;
    font-size: 1.375rem;
    color: var(--title);
    margin-top: 2.5rem;
    margin-bottom: 2.5rem;
    line-height: 1.875rem;
    position: relative;
    clear: both;
    font-weight: 600;
    z-index: 1;
    border: 0;
    background: transparent;
    border:1px solid #ffd701;
    border-radius: 0 !important;
}
@media only screen and (max-width: 767px) {
.ms-blockquote {
  margin-bottom: 20px;
}
}
@media only screen and (max-width: 767px) {
  .ms-foundation-content .ms-tm-slick-item p {
    font-size: 24px !important;
  }
}
.ms-blockquote blockquote h4 {
    line-height: 1.5;
    color: var(--title);
    margin-bottom: 1rem;
    font-family: "Anton", sans-serif;
    font-style: normal;
    font-weight: 500;
    font-size: 28px;
    color: #ffd701;
}
.ms-blockquote blockquote span{
    text-align: right;
    font-style: normal;
    font-size: 28px !important;
    padding-right: 20px;
    position: relative;
    display: block;
    margin-top: -0.3125rem;
    font-weight: 900 !important;
    line-height: 1.5;
    font-size: 1rem;
    color: #ffd701;
    font-family: "Cutive Mono", monospace;
}
.ms-life-to-words-title, .ms-life-to-words-content {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
 .ms-life-to-words-content{
  padding-top: 30px;
  overflow-x: hidden;
 }
.ms-life-to-words-title h1{
  font-size: 90px !important;
  font-weight: 700;
  font-family: "Anton", sans-serif;
  color: #ffd701;
  letter-spacing: 3px;
  text-align: right;
}
.ms-life-to-words-content p{
  font-size: 34px !important;
  font-weight: 600;
  color: #fff;
  font-family: "Grape Nuts", cursive;
  line-height: 30px;
  margin-bottom: 32px;
}
.ms-authenticity-qoute-area{
  overflow-x: hidden;
}
@media only screen and (max-width: 997px) {
  .ms-life-to-words-title h1, .ms-life-to-words-content p{
    padding: 0 20px;
  }
}
@media only screen and (max-width: 767px) {
  .ms-life-to-words-content p{
    text-align: center !important;
  }
}
.ms-about-area .foundation-heading .ms-title2{
  font-size: 72px !important;
}
@media only screen and (max-width: 430px) {
  .ms-about-area .foundation-heading .ms-title2{
  font-size: 64px !important;
}
}
.ms-foundation-content .foundation-text{
  font-size: 32px;
  line-height: 48px;
  font-family: "Anton", sans-serif;
  padding: 30px 0;
}
.ms-foundation-content .foundation-text span{
  color: #ffd701;
}
.ms-foundation-content .ms-tm-slick-item p {
  font-size: 36px;
  font-family: "Poppins", sans-serif !important;
  font-weight: 600 !important;
  margin-bottom: 10px;
    text-align: center;
    color: #000;
}
.ms-foundation-content .slick-initialized .slick-slide{
  background-color: #ffd701;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 150px;
}
.ms-foundation-content .ms-about-round-btn{
  margin-top: 50px;
}
.ms-foundation-content .ms-about-round-btn .ms-tm-dots{
  margin-top: 40px !important;
}
.ms-faq-2column .accordion {
    display: inherit !important;
    column-gap: 0;
}
.ms-faq-2column .accordion > div {
    width: auto;
}
.ms-faq-wrap .accordion-item {
    border: 0;
    margin: 20px 0;
    background: var(--clr-bg-2);
    border-radius: 0;
}

.accordion-item:last-of-type {
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
}
.accordion-item:first-of-type {
    border-top-left-radius: 0;
    border-top-right-radius: 0;
}
.ms-faq-wrap .accordion .accordion-button {
    font-weight: 500;
    font-size: 28px;
    font-family: "Anton", sans-serif;
}
.ms-faq-wrap .accordion .accordion-item .accordion-body {
  font-size: 22px !important;
}
.ms-faq-wrap .accordion .accordion-item .accordion-body ul li{
  margin-bottom: 20px;
}

/* Footer */
.ms-footer-bg{
  border-top: 1px solid #ffd701;
}