.theme-dark .misc2.opposite-color {
  background-color: #304552;
}

.theme-light .misc2.opposite-color {
  background-color: #ffffff;
}

.misc2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
          align-items: center;
}
.theme-light .misc2 {
  color: rgb(31, 50, 63);
  background-color: rgb(255, 255, 255);
}
.theme-light-alt .misc2 {
  color: rgb(31, 50, 63);
  background-color: rgb(248, 248, 248);
}
.theme-dark .misc2 {
  color: rgb(255, 255, 255);
  background-color: rgb(48, 69, 82);
}
.theme-dark-alt .misc2 {
  color: rgb(255, 255, 255);
  background-color: rgb(31, 50, 63);
}
.theme-blue .misc2 {
  color: rgb(255, 255, 255);
  background-color: rgb(10, 109, 230);
}
.theme-light .misc2 {
  background-color: rgb(248, 248, 248);
}
.theme-light-alt .misc2 {
  background-color: rgb(248, 248, 248);
}
.theme-dark .misc2 {
  background-color: rgb(31, 50, 63);
}
.theme-dark-alt .misc2 {
  background-color: rgb(31, 50, 63);
}
.misc2__container {
  width: 100%;
  max-width: 1728px;
  padding: 60px 135px;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  gap: 30px;
  -webkit-box-align: center;
  -webkit-align-items: center;
          align-items: center;
}
@media all and (max-width: 575px) {
  .misc2__container {
    padding: 60px 15px;
  }
}
@media all and (max-width: 767px) {
  .misc2__container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
            flex-direction: column;
  }
}
.misc2__icon {
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
          justify-content: flex-start;
  gap: 10px;
}
.misc2__icon--box svg {
  -webkit-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
}
.misc2__icon--box svg:hover path:first-child {
  stroke: rgba(10, 109, 230, 0.7);
  -webkit-box-shadow: 0px 0px 24px -11px rgb(66, 68, 90);
          box-shadow: 0px 0px 24px -11px rgb(66, 68, 90);
}
.theme-light .misc2__icon--box svg:hover path:first-child {
  stroke: rgba(10, 109, 230, 0.7);
}
.theme-light-alt .misc2__icon--box svg:hover path:first-child {
  stroke: rgba(10, 109, 230, 0.7);
}
.theme-dark .misc2__icon--box svg:hover path:first-child {
  stroke: rgba(255, 255, 255, 0.7);
}
.theme-dark-alt .misc2__icon--box svg:hover path:first-child {
  stroke: rgba(255, 255, 255, 0.7);
}
.theme-blue .misc2__icon--box svg:hover path:first-child {
  stroke: rgba(255, 255, 255, 0.7);
}
.misc2__icon--box svg:hover path:not(:first-child) {
  fill: rgba(10, 109, 230, 0.7);
}
.theme-light .misc2__icon--box svg:hover path:not(:first-child) {
  fill: rgba(10, 109, 230, 0.7);
}
.theme-light-alt .misc2__icon--box svg:hover path:not(:first-child) {
  fill: rgba(10, 109, 230, 0.7);
}
.theme-dark .misc2__icon--box svg:hover path:not(:first-child) {
  fill: rgba(255, 255, 255, 0.7);
}
.theme-dark-alt .misc2__icon--box svg:hover path:not(:first-child) {
  fill: rgba(255, 255, 255, 0.7);
}
.theme-blue .misc2__icon--box svg:hover path:not(:first-child) {
  fill: rgba(255, 255, 255, 0.7);
}
.misc2__icon--box svg path:first-child {
  stroke: rgb(10, 109, 230);
}
.theme-light .misc2__icon--box svg path:first-child {
  stroke: rgb(10, 109, 230);
}
.theme-light-alt .misc2__icon--box svg path:first-child {
  stroke: rgb(10, 109, 230);
}
.theme-dark .misc2__icon--box svg path:first-child {
  stroke: rgb(255, 255, 255);
}
.theme-dark-alt .misc2__icon--box svg path:first-child {
  stroke: rgb(255, 255, 255);
}
.theme-blue .misc2__icon--box svg path:first-child {
  stroke: rgb(255, 255, 255);
}
.misc2__icon--box svg path:not(:first-child) {
  fill: rgb(10, 109, 230);
}
.theme-light .misc2__icon--box svg path:not(:first-child) {
  fill: rgb(10, 109, 230);
}
.theme-light-alt .misc2__icon--box svg path:not(:first-child) {
  fill: rgb(10, 109, 230);
}
.theme-dark .misc2__icon--box svg path:not(:first-child) {
  fill: rgb(255, 255, 255);
}
.theme-dark-alt .misc2__icon--box svg path:not(:first-child) {
  fill: rgb(255, 255, 255);
}
.theme-blue .misc2__icon--box svg path:not(:first-child) {
  fill: rgb(255, 255, 255);
}