/**
*	Theme Name: 
*	Theme URI:
*	Author: ST Media Solution
*	Author URI: https://stdezign.com
*	Description: Custom theme
*	Version: 1.0
*	Text Domain:  stdezign 
**/
@import url("https://fonts.googleapis.com/css2?family=Afacad:ital,wght@0,400..700;1,400..700&family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&family=Lato:ital,wght@0,100;0,300;0,400;0,700;0,900;1,100;1,300;1,400;1,700;1,900&family=Open+Sans:ital,wght@0,300..800;1,300..800&family=Plus+Jakarta+Sans:ital,wght@0,200..800;1,200..800&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&family=Public+Sans:ital,wght@0,100..900;1,100..900&family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&family=Yeseva+One&display=swap");
@import "https://fonts.googleapis.com/css?family=Open+Sans:300,400,600,700,800";
@import "https://fonts.googleapis.com/css?family=Roboto:300,400,500,700,900";
@import "https://fonts.googleapis.com/css?family=Raleway:300,400,500,600,700,800";
@import "https://fonts.googleapis.com/css?family=Source+Sans+Pro:200,300,400,500,600,700,800";
@import "https://fonts.googleapis.com/css?family=Exo:200,300,400,500,600,700,800";
@import "https://fonts.googleapis.com/css?family=Exo+2:400,500,600";
@font-face {
  font-family: 'Cera Pro Light';
  src: url("CeraPro-Light.eot");
  src: url("CeraPro-Light.eot?#iefix") format("embedded-opentype"), url("CeraPro-Light.woff2") format("woff2"), url("CeraPro-Light.woff") format("woff"), url("CeraPro-Light.ttf") format("truetype");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
/* line 13, sass/style.scss */
body::-webkit-scrollbar {
  width: 5px;
}

/* line 16, sass/style.scss */
body::-webkit-scrollbar-thumb {
  background: #000000;
  outline: #000000 solid 1px;
}

/* line 21, sass/style.scss */
a,
a:hover {
  text-decoration: none !important;
}

/* line 26, sass/style.scss */
p {
  margin: 0 0 20px;
}

/* line 30, sass/style.scss */
img {
  height: auto;
  max-width: 100%;
}

/* line 34, sass/style.scss */
a:focus,
input:focus,
button:focus,
select:focus,
textarea:focus {
  outline: 0 !important;
}

/* line 41, sass/style.scss */
input[type="checkbox"],
input[type="radio"] {
  width: auto !important;
}

/* line 45, sass/style.scss */
.searchform {
  position: relative;
}

/* line 48, sass/style.scss */
.searchform input {
  border-radius: 30px;
  border: 1px solid #ccc;
  padding: 14px 20px;
  width: 100%;
}

/* line 54, sass/style.scss */
.searchform button {
  border: 0px;
  background-color: transparent;
  font-size: 24px;
  position: absolute;
  top: 5px;
  right: 10px;
}

/* line 62, sass/style.scss */
ul.nav-menu,
div.nav-menu > ul {
  margin: 0;
  padding: 0;
}

/* .nav-menu li:hover > a,
.nav-menu li a:hover,
.nav-menu li:focus > a,
.nav-menu li a:focus {
	background-color: #220e10;
	color: #ffffff;
    } */
/* line 76, sass/style.scss */
.nav-menu .sub-menu,
.nav-menu .children {
  background-color: #e35a28;
  border: 0px;
  border-top: 0;
  padding: 0;
  position: absolute;
  left: -2px;
  z-index: 99999;
  height: 1px;
  width: 1px;
  overflow: hidden;
  clip: rect(1px, 1px, 1px, 1px);
}

/* line 91, sass/style.scss */
ul.sub-menu li {
  margin: 0px;
}

/* line 95, sass/style.scss */
ul.sub-menu li a {
  color: #ffffff !important;
  padding: 15px;
  text-align: left;
}

/* line 101, sass/style.scss */
ul.sub-menu li a:hover {
  background: #000;
}

/* line 105, sass/style.scss */
.nav-menu .sub-menu ul,
.nav-menu .children ul {
  border-left: 0;
  left: 100%;
  top: 0;
}

/* line 112, sass/style.scss */
ul.nav-menu ul a,
.nav-menu ul ul a {
  color: #ffffff;
  margin: 0;
  width: 200px;
}

/* line 119, sass/style.scss */
ul.nav-menu ul a:hover,
.nav-menu ul ul a:hover,
ul.nav-menu ul a:focus,
.nav-menu ul ul a:focus {
  background-color: #db572f;
}

/* line 126, sass/style.scss */
ul.nav-menu li:hover > ul,
.nav-menu ul li:hover > ul,
ul.nav-menu .focus > ul,
.nav-menu .focus > ul {
  clip: inherit;
  overflow: inherit;
  height: inherit;
  width: inherit;
}

/* line 136, sass/style.scss */
.closebtn,
.openmenu,
.menuToggle,
.mobilesubmenu {
  display: none;
}

@media (max-width: 1170px) {
  /* line 2, sass/_screen.scss */
  #menuToggle {
    display: flex;
    flex-direction: column;
    z-index: 1;
    -webkit-user-select: none;
    user-select: none;
    z-index: 9999999;
    margin-right: 20px;
    cursor: pointer;
  }

  /* line 13, sass/_screen.scss */
  #menuToggle input {
    width: 32px !important;
    height: 32px;
    position: absolute;
    cursor: pointer;
    opacity: 0;
    z-index: 2;
    top: -6px;
  }

  /* line 22, sass/_screen.scss */
  .mob-icons ul {
    margin: 0;
  }

  /* line 26, sass/_screen.scss */
  #menuToggle span {
    display: flex;
    width: 29px;
    height: 2px;
    margin-bottom: 5px;
    position: relative;
    background: #000000;
    border-radius: 3px;
    z-index: 1;
    transform-origin: 5px 0px;
    transition: transform 0.5s cubic-bezier(0.77, 0.2, 0.05, 1), background 0.5s cubic-bezier(0.77, 0.2, 0.05, 1), opacity 0.55s ease;
  }

  /* line 41, sass/_screen.scss */
  .menuToggle.open {
    position: absolute;
    top: 32px;
    right: 23px;
  }

  /* line 46, sass/_screen.scss */
  .mob-icons {
    display: flex;
    align-items: center;
  }

  /* line 50, sass/_screen.scss */
  #menuToggle span:first-child {
    transform-origin: 0% 0%;
  }

  /* line 55, sass/_screen.scss */
  #menuToggle span:nth-last-child(2) {
    transform-origin: 0% 100%;
    margin: 0;
  }

  /* line 60, sass/_screen.scss */
  #menuToggle.open span {
    opacity: 1;
    transform: rotate(45deg) translate(-3px, -1px);
    background: #ffffff;
  }

  /* line 66, sass/_screen.scss */
  #menuToggle.open span:nth-last-child(3) {
    opacity: 0;
    transform: rotate(0deg) scale(0.2, 0.2);
  }

  /* line 72, sass/_screen.scss */
  #menuToggle.open span:nth-last-child(2) {
    transform: rotate(-45deg) translate(0, -1px);
  }

  /* line 76, sass/_screen.scss */
  ul.nav-menu li ul.sub-menu,
  ul.nav-menu li:hover ul.sub-menu {
    display: none !important;
  }

  /* line 80, sass/_screen.scss */
  ul.nav-menu li.open ul.sub-menu,
  ul.nav-menu li.open:hover ul.sub-menu {
    display: block !important;
  }

  /* line 84, sass/_screen.scss */
  ul.sub-menu.open-submenu {
    display: block !Important;
    background-color: rgba(72, 72, 72, 0.85) !important;
    top: 0 !important;
  }

  /* line 89, sass/_screen.scss */
  .mobilesubmenu.open {
    background-color: rgba(72, 72, 72, 0.85) !important;
  }

  /* line 92, sass/_screen.scss */
  ul.sub-menu {
    display: none !Important;
    position: relative !Important;
    top: -100% !Important;
  }

  /* line 97, sass/_screen.scss */
  .mobilesubmenu i {
    position: relative;
    top: 13px;
    right: 18px;
  }

  /* line 102, sass/_screen.scss */
  .nav-bar li {
    display: block;
    margin: 0;
    width: 100%;
    top: 0;
    overflow: hidden;
  }

  /* line 109, sass/_screen.scss */
  .mobilesubmenu {
    display: block;
    position: absolute;
    top: 0;
    cursor: pointer;
    color: #ffffff;
    right: 0;
    z-index: 9999;
    border-left: 1px solid #717171;
    padding-left: 36px;
    height: 46px;
  }

  /* line 121, sass/_screen.scss */
  .nav-menu .sub-menu, .nav-menu .children {
    width: 100%;
  }

  /* line 124, sass/_screen.scss */
  ul.sub-menu li {
    display: block;
  }

  /* line 127, sass/_screen.scss */
  ul.sub-menu,
  .open-submenu {
    transition: all 1s;
  }

  /* line 131, sass/_screen.scss */
  .openmenu {
    display: inline-block;
    font-size: 30px;
    cursor: pointer;
    color: #333333;
  }

  /* line 137, sass/_screen.scss */
  .nav-bar.open {
    right: 0;
  }

  /* line 140, sass/_screen.scss */
  .nav-menu li a {
    color: #000;
    padding: 15px 0;
  }

  /* line 144, sass/_screen.scss */
  ul.sub-menu li:last-child {
    border: 0px !Important;
  }

  /* line 147, sass/_screen.scss */
  ul.sub-menu li a {
    color: #ffffff !Important;
    font-weight: 600;
  }

  /* line 151, sass/_screen.scss */
  ul.sub-menu li {
    margin: 0px;
  }

  /* line 154, sass/_screen.scss */
  ul.sub-menu li:last-child a {
    text-align: left;
    color: #ffffff !Important;
    padding: 15px;
  }

  /* line 159, sass/_screen.scss */
  .nav-menu li:last-child {
    border: 0px !Important;
  }

  /* line 162, sass/_screen.scss */
  .nav-menu li:last-child a,
  .nav-menu .sub-menu, .nav-menu .children {
    left: 0;
    width: 100% !important;
  }

  /* line 167, sass/_screen.scss */
  .nav-bar {
    background-color: #333333;
    height: 100%;
    position: fixed;
    top: 0;
    right: -100%;
    padding: 15px;
    padding-top: 60px;
    transition: all 0.3s;
    width: 100%;
    text-align: left;
    z-index: 999;
  }

  /* line 180, sass/_screen.scss */
  .closebtn {
    display: block;
    position: absolute;
    top: -55px;
    font-size: 20px;
    right: 0;
    color: #ffffff;
    cursor: pointer;
    margin-bottom: 20px;
  }
}
@media (max-width: 992px) {
  /* line 195, sass/_screen.scss */
  .main-top-section h2 {
    word-break: break-word;
    transition: box-shadow 0.1s ease-in-out;
    flex-basis: inherit;
    font-size: 68px !important;
    color: white;
    font-family: "Poppins", sans-serif;
    font-weight: 700;
    font-style: normal;
    text-align: center;
    line-height: 69px !important;
    max-width: 1000px;
    margin: auto;
  }

  /* line 210, sass/_screen.scss */
  .main-top-section p {
    word-break: break-word;
    transition: box-shadow 0.1s ease-in-out;
    flex-basis: inherit;
    font-size: 24px !important;
    color: #fff;
    font-family: "Poppins", sans-serif;
    font-weight: 500;
    font-style: normal;
    text-align: center;
    line-height: 32px !important;
    max-width: 1000px;
    margin: auto;
  }

  /* line 225, sass/_screen.scss */
  iframe {
    width: 100%;
    height: 48vh !important;
  }

  /* line 230, sass/_screen.scss */
  .youtube-video {
    padding: 40px 0 0 !important;
  }

  /* line 234, sass/_screen.scss */
  .store-section .heading {
    word-break: break-word;
    transition: box-shadow 0.1s ease-in-out;
    flex-basis: inherit;
    font-size: 38px !important;
    color: white;
    font-family: "Poppins", sans-serif;
    font-weight: 700;
    font-style: normal;
    text-align: center;
    line-height: 62px;
    margin-bottom: 50px;
  }

  /* line 248, sass/_screen.scss */
  .store-section {
    padding: 44px 0 20px !important;
  }

  /* line 252, sass/_screen.scss */
  .row.double-video iframe {
    height: 32vh !important;
  }

  /* line 257, sass/_screen.scss */
  .whi-is-this h3 {
    word-break: break-word;
    transition: box-shadow 0.1s ease-in-out;
    flex-basis: inherit;
    font-size: 31px !important;
    color: white;
    font-family: "Poppins", sans-serif;
    font-weight: 600;
    font-style: normal;
    text-align: left;
    line-height: 48px;
    margin-bottom: 32px;
  }

  /* line 272, sass/_screen.scss */
  .whi-is-this li {
    font-size: 17px !important;
    color: #ccc;
    padding-bottom: 11px;
  }
}
@media (max-width: 768px) {
  /* line 283, sass/_screen.scss */
  .main-top-section h2 {
    font-size: 44px !important;
    line-height: 46px !important;
    max-width: 1000px;
    margin: auto;
  }

  /* line 290, sass/_screen.scss */
  .main-top-section p {
    font-size: 19px !important;
    line-height: 28px !important;
    max-width: 1000px;
    margin: auto;
  }

  /* line 299, sass/_screen.scss */
  .main-button .button a {
    text-align: center;
    width: auto;
    align-self: center;
    cursor: pointer;
    transition: 0.3s;
    background: #f8e71c;
    padding-top: 25px;
    padding-right: 50px;
    padding-bottom: 25px;
    padding-left: 50px;
    font-size: 21px !important;
    color: black;
    font-family: "Poppins", sans-serif;
    font-weight: 700;
    font-style: normal;
    border-radius: 10px;
    border-style: solid;
    border-width: 3px;
    border-top-width: 0;
    border-left-width: 0;
    border-right-width: 0;
    border-color: #f5a623;
    box-shadow: none;
    line-height: 50px;
  }

  /* line 327, sass/_screen.scss */
  .store-section .heading {
    word-break: break-word;
    transition: box-shadow 0.1s ease-in-out;
    flex-basis: inherit;
    font-size: 23px !important;
    color: white;
    font-family: "Poppins", sans-serif;
    font-weight: 700;
    font-style: normal;
    text-align: center;
    line-height: 62px;
    margin-bottom: 8px !important;
  }

  /* line 342, sass/_screen.scss */
  .store-section {
    padding: 14px 0 20px !important;
  }

  /* line 347, sass/_screen.scss */
  iframe {
    width: 100%;
    height: 33vh !important;
  }

  /* line 352, sass/_screen.scss */
  .second-youtube-video .user-icon img {
    width: 100%;
    max-width: 56px !important;
  }

  /* line 358, sass/_screen.scss */
  .second-youtube-video .row.double-video {
    margin-top: 33px;
    gap: 25px;
  }

  /* line 364, sass/_screen.scss */
  div#accordionFlushExample button.accordion-button.collapsed {
    background-color: transparent;
    color: #fff;
    position: relative;
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-size: 16px !important;
    color: white;
    cursor: pointer;
  }

  /* line 378, sass/_screen.scss */
  .last-text p {
    word-break: break-word;
    transition: box-shadow 0.1s ease-in-out;
    flex-basis: inherit;
    font-size: 13px !important;
    color: #cccccc;
    font-family: Overpass;
    letter-spacing: 0px;
    text-align: center;
    max-width: 448px;
    margin: auto;
    padding-bottom: 30px;
    margin-top: 21px;
  }
}
@media (max-width: 410px) {
  /* line 398, sass/_screen.scss */
  .main-top-section h2 {
    font-size: 32px !important;
    line-height: 37px !important;
    max-width: 1000px;
    margin: auto;
  }

  /* line 406, sass/_screen.scss */
  .main-top-section p {
    font-size: 14px !important;
    line-height: 23px !important;
    max-width: 1000px;
    margin: auto;
  }

  /* line 414, sass/_screen.scss */
  .main-button .button a {
    font-size: 13px !important;
    color: black;
    font-family: "Poppins", sans-serif;
  }

  /* line 421, sass/_screen.scss */
  .main-button .text {
    text-transform: uppercase;
    color: #ccc;
    font-size: 20px;
    font-family: "Poppins", sans-serif;
    margin-bottom: 28px !important;
  }

  /* line 430, sass/_screen.scss */
  .main-button {
    text-align: center;
    padding: 26px 0 19px !important;
  }

  /* line 436, sass/_screen.scss */
  .store-section .heading {
    word-break: break-word;
    transition: box-shadow 0.1s ease-in-out;
    flex-basis: inherit;
    font-size: 18px !important;
    color: white;
    font-family: "Poppins", sans-serif;
    font-weight: 700;
    font-style: normal;
    text-align: center;
    line-height: 33px !important;
    margin-bottom: 8px !important;
  }

  /* line 451, sass/_screen.scss */
  .second-youtube-video .user {
    display: flex;
    align-items: center;
    border-radius: 0px 0px 20px 20px;
    box-shadow: 0px 0px 3px -1px #fff;
    padding: 21px 23px !important;
    background-color: #222223;
    gap: 19px;
    margin-top: -1px;
  }

  /* line 463, sass/_screen.scss */
  iframe {
    width: 100%;
    height: 25vh !important;
  }

  /* line 469, sass/_screen.scss */
  .whi-is-this {
    padding: 100px 0 39px !important;
  }

  /* line 473, sass/_screen.scss */
  div#accordionFlushExample button.accordion-button.collapsed {
    background-color: transparent;
    color: #fff;
    position: relative;
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-size: 11px !important;
    color: white;
    cursor: pointer;
  }

  /* line 486, sass/_screen.scss */
  div#accordionFlushExample .accordion-item {
    border-radius: 10px;
    background-color: #222223;
    padding: 3px !important;
    box-shadow: none;
    border-bottom: none;
    margin-bottom: 18px;
  }

  /* line 495, sass/_screen.scss */
  div#accordionFlushExample .accordion-body {
    word-break: break-word;
    transition: box-shadow 0.1s ease-in-out;
    flex-basis: inherit;
    font-size: 10px !important;
    color: white;
    font-family: Roboto;
    font-weight: 400 !important;
    font-style: normal;
    text-align: left;
    line-height: 17.2px !important;
  }

  /* line 508, sass/_screen.scss */
  button.accordion-button {
    font-size: 10px !important;
  }
}
/* line 146, sass/style.scss */
header.site-header {
  display: none;
}

/* line 150, sass/style.scss */
.main-all-section {
  background-color: #1d1d1e;
  padding-top: 30px;
}

/* line 155, sass/style.scss */
.container {
  max-width: 1120px;
  width: 100%;
  margin: auto;
}

/* line 162, sass/style.scss */
.main-top-section h2 {
  word-break: break-word;
  transition: box-shadow 0.1s ease-in-out;
  flex-basis: inherit;
  font-size: 96px;
  color: white;
  font-family: "Poppins", sans-serif;
  font-weight: 700;
  font-style: normal;
  text-align: center;
  line-height: 96px;
  max-width: 1000px;
  margin: auto;
}

/* line 177, sass/style.scss */
.main-top-section p {
  word-break: break-word;
  transition: box-shadow 0.1s ease-in-out;
  flex-basis: inherit;
  font-size: 39px;
  color: #fff;
  font-family: "Poppins", sans-serif;
  font-weight: 500;
  font-style: normal;
  text-align: center;
  line-height: 42px;
  max-width: 1000px;
  margin: auto;
}
/* line 190, sass/style.scss */
.main-top-section p strong {
  color: #f8e71c;
}

/* line 195, sass/style.scss */
.youtube-video {
  padding: 40px 0;
}
/* line 197, sass/style.scss */
.youtube-video iframe {
  width: 100%;
  height: 69vh;
}

/* line 204, sass/style.scss */
iframe {
  width: 100%;
  height: 69vh;
}

/* line 210, sass/style.scss */
.main-button {
  text-align: center;
  padding: 40px 0;
}
/* line 213, sass/style.scss */
.main-button .text {
  text-transform: uppercase;
  color: #ccc;
  font-size: 20px;
  font-family: "Poppins", sans-serif;
  margin-bottom: 45px;
}
/* line 221, sass/style.scss */
.main-button .button a {
  text-align: center;
  width: auto;
  align-self: center;
  cursor: pointer;
  transition: 0.3s;
  background: #f8e71c;
  padding-top: 25px;
  padding-right: 50px;
  padding-bottom: 25px;
  padding-left: 50px;
  font-size: 41px;
  color: black;
  font-family: "Poppins", sans-serif;
  font-weight: 700;
  font-style: normal;
  border-radius: 10px;
  border-style: solid;
  border-width: 3px;
  border-top-width: 0;
  border-left-width: 0;
  border-right-width: 0;
  border-color: #f5a623;
  box-shadow: none;
  line-height: 50px;
}
/* line 247, sass/style.scss */
.main-button .button a:hover {
  background: #f5a623;
}

/* line 253, sass/style.scss */
.store-section {
  padding: 70px 0 20px;
}
/* line 255, sass/style.scss */
.store-section .heading {
  word-break: break-word;
  transition: box-shadow 0.1s ease-in-out;
  flex-basis: inherit;
  font-size: 56px;
  color: white;
  font-family: "Poppins", sans-serif;
  font-weight: 700;
  font-style: normal;
  text-align: center;
  line-height: 62px;
  margin-bottom: 50px;
}

/* line 272, sass/style.scss */
.second-youtube-video .user {
  display: flex;
  align-items: center;
  border-radius: 0px 0px 20px 20px;
  box-shadow: 0px 0px 3px -1px #fff;
  padding: 21px 50px;
  background-color: #222223;
  gap: 19px;
  margin-top: -1px;
}
/* line 285, sass/style.scss */
.second-youtube-video iframe {
  border-radius: 30px 30px 0 0;
}
/* line 289, sass/style.scss */
.second-youtube-video .user-icon img {
  width: 100%;
  max-width: 98px;
}
/* line 294, sass/style.scss */
.second-youtube-video .user-name {
  word-break: break-word;
  transition: box-shadow 0.1s ease-in-out;
  flex-basis: inherit;
  font-size: 20px;
  color: #cccccc;
  font-family: Overpass;
  text-align: left;
  line-height: 26px;
}
/* line 305, sass/style.scss */
.second-youtube-video .row.double-video iframe {
  height: 41vh;
}
/* line 309, sass/style.scss */
.second-youtube-video .row.double-video {
  margin-top: 33px;
}
/* line 313, sass/style.scss */
.second-youtube-video .row.double-video img {
  max-width: 70px;
}

/* line 320, sass/style.scss */
.whi-is-this {
  padding: 100px 0;
}
/* line 322, sass/style.scss */
.whi-is-this .row {
  border-top: 1px solid #fff;
  border-bottom: 1px solid #fff;
  padding: 48px 0;
}
/* line 327, sass/style.scss */
.whi-is-this h3 {
  word-break: break-word;
  transition: box-shadow 0.1s ease-in-out;
  flex-basis: inherit;
  font-size: 40px;
  color: white;
  font-family: "Poppins", sans-serif;
  font-weight: 600;
  font-style: normal;
  text-align: left;
  line-height: 48px;
  margin-bottom: 32px;
}
/* line 341, sass/style.scss */
.whi-is-this li {
  font-size: 20px;
  color: #ccc;
  padding-bottom: 11px;
}
/* line 347, sass/style.scss */
.whi-is-this ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
/* line 353, sass/style.scss */
.whi-is-this i {
  color: #149efc;
  margin-right: 10px;
}

/* line 363, sass/style.scss */
div#accordionFlushExample .accordion-item {
  border-radius: 10px;
  background-color: #222223;
  padding: 20px;
  box-shadow: none;
  border-bottom: none;
  margin-bottom: 18px;
}
/* line 373, sass/style.scss */
div#accordionFlushExample button.accordion-button.collapsed {
  background-color: transparent;
  color: #fff;
  position: relative;
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-size: 23px;
  color: white;
  cursor: pointer;
}
/* line 387, sass/style.scss */
div#accordionFlushExample .accordion-body {
  word-break: break-word;
  transition: box-shadow 0.1s ease-in-out;
  flex-basis: inherit;
  font-size: 16px;
  color: white;
  font-family: Roboto;
  font-weight: 400;
  font-style: normal;
  text-align: left;
  line-height: 19.2px;
}
/* line 402, sass/style.scss */
div#accordionFlushExample button.accordion-button {
  background-color: transparent !important;
  color: #fff !important;
}
/* line 407, sass/style.scss */
div#accordionFlushExample ::after {
  color: #fff !important;
  background-color: #fff;
  border-radius: 100%;
}

/* line 415, sass/style.scss */
.last-text p {
  word-break: break-word;
  transition: box-shadow 0.1s ease-in-out;
  flex-basis: inherit;
  font-size: 16px;
  color: #cccccc;
  font-family: Overpass;
  letter-spacing: 0px;
  text-align: center;
  max-width: 448px;
  margin: auto;
  padding-bottom: 30px;
  margin-top: 21px;
}
