@import url("https://cdn.jsdelivr.net/npm/bootstrap-icons@1.10.3/font/bootstrap-icons.css");
:root {
  --bs-body-color: #290A38;
  --bs-body-font-weight: 500;
  scroll-behavior: smooth;
}

@font-face {
  font-family: "Sharp Sans";
  font-weight: 100;
  font-style: normal;
  font-display: swap;
  src: url("../fonts/sharp-sans//sharp-sans-thin.woff2") format("woff2"), url("../fonts/sharp-sans//sharp-sans-thin.woff") format("woff");
}
@font-face {
  font-family: "Sharp Sans";
  font-weight: 100;
  font-style: italic;
  font-display: swap;
  src: url("../fonts/sharp-sans//sharp-sans-thin-italic.woff2") format("woff2"), url("../fonts/sharp-sans//sharp-sans-thin-italic.woff") format("woff");
}
@font-face {
  font-family: "Sharp Sans";
  font-weight: 300;
  font-style: normal;
  font-display: swap;
  src: url("../fonts/sharp-sans//sharp-sans-light.woff2") format("woff2"), url("../fonts/sharp-sans//sharp-sans-light.woff") format("woff");
}
@font-face {
  font-family: "Sharp Sans";
  font-weight: 300;
  font-style: italic;
  font-display: swap;
  src: url("../fonts/sharp-sans//sharp-sans-light-italic.woff2") format("woff2"), url("../fonts/sharp-sans//sharp-sans-light-italic.woff") format("woff");
}
@font-face {
  font-family: "Sharp Sans";
  font-weight: 400;
  font-style: normal;
  font-display: swap;
  src: url("../fonts/sharp-sans//sharp-sans.woff2") format("woff2"), url("../fonts/sharp-sans//sharp-sans.woff") format("woff");
}
@font-face {
  font-family: "Sharp Sans";
  font-weight: 400;
  font-style: italic;
  font-display: swap;
  src: url("../fonts/sharp-sans//sharp-sans-italic.woff2") format("woff2"), url("../fonts/sharp-sans//sharp-sans-italic.woff") format("woff");
}
@font-face {
  font-family: "Sharp Sans";
  font-weight: 500;
  font-style: normal;
  font-display: swap;
  src: url("../fonts/sharp-sans//sharp-sans-medium.woff2") format("woff2"), url("../fonts/sharp-sans//sharp-sans-medium.woff") format("woff");
}
@font-face {
  font-family: "Sharp Sans";
  font-weight: 500;
  font-style: italic;
  font-display: swap;
  src: url("../fonts/sharp-sans//sharp-sans-medium-italic.woff2") format("woff2"), url("../fonts/sharp-sans//sharp-sans-medium-italic.woff") format("woff");
}
@font-face {
  font-family: "Sharp Sans";
  font-weight: 600;
  font-style: normal;
  font-display: swap;
  src: url("../fonts/sharp-sans//sharp-sans-semibold.woff2") format("woff2"), url("../fonts/sharp-sans//sharp-sans-semibold.woff") format("woff");
}
@font-face {
  font-family: "Sharp Sans";
  font-weight: 600;
  font-style: italic;
  font-display: swap;
  src: url("../fonts/sharp-sans//sharp-sans-semibold-italic.woff2") format("woff2"), url("../fonts/sharp-sans//sharp-sans-semibold-italic.woff") format("woff");
}
@font-face {
  font-family: "Sharp Sans";
  font-weight: 700;
  font-style: normal;
  font-display: swap;
  src: url("../fonts/sharp-sans//sharp-sans-bold.woff2") format("woff2"), url("../fonts/sharp-sans//sharp-sans-bold.woff") format("woff");
}
@font-face {
  font-family: "Sharp Sans";
  font-weight: 700;
  font-style: italic;
  font-display: swap;
  src: url("../fonts/sharp-sans//sharp-sans-bold-italic.woff2") format("woff2"), url("../fonts/sharp-sans//sharp-sans-bold-italic.woff") format("woff");
}
@font-face {
  font-family: "Sharp Sans";
  font-weight: 800;
  font-style: normal;
  font-display: swap;
  src: url("../fonts/sharp-sans//sharp-sans-extrabold.woff2") format("woff2"), url("../fonts/sharp-sans//sharp-sans-extrabold.woff") format("woff");
}
@font-face {
  font-family: "Sharp Sans";
  font-weight: 800;
  font-style: italic;
  font-display: swap;
  src: url("../fonts/sharp-sans//sharp-sans-extrabold-italic.woff2") format("woff2"), url("../fonts/sharp-sans//sharp-sans-extrabold-italic.woff") format("woff");
}
html {
  overflow-x: hidden;
}

body {
  font-family: "Sharp Sans";
  background-color: #fff;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
body.offcanvas-menu:before {
  opacity: 1;
  visibility: visible;
}

p {
  color: #b3b3b3;
  font-weight: 500;
}

.smt-88p {
	scroll-margin-top: 88px;
}

h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
  font-family: "Sharp Sans";
  font-weight: 700;
}

a {
  transition: 0.3s all ease;
}
a, a:hover {
  text-decoration: none !important;
}

.site-navbar {
  margin-bottom: 0px;
  z-index: 1999;
  position: absolute;
  top: 0;
  width: 100%;
}
.site-navbar .site-logo {
  position: relative;
  left: 0;
}
.site-navbar .site-logo.logo-light {
  display: inline;
}
.site-navbar .site-logo.logo-dark {
  display: none;
}
.site-navbar .site-navigation .site-menu {
  margin-bottom: 0;
}
.site-navbar .site-navigation .site-menu .active {
  color: blue;
  display: inline-block;
  padding: 20px 20px;
}
.site-navbar .site-navigation .site-menu a {
  text-decoration: none !important;
  display: inline-block;
}
.site-navbar .site-navigation .site-menu > li {
  display: inline-block;
}
.site-navbar .site-navigation .site-menu > li > a {
  padding: 30px 20px;
  font-size: 0.938rem;
  font-weight: 600;
  line-height: 20px;
  display: inline-block;
  text-decoration: none !important;
}
.site-navbar .site-navigation .site-menu > li > a:hover {
  color: blue;
}
.site-navbar .site-navigation .site-menu > li.social > a {
  padding-left: 5px;
  padding-right: 5px;
}
.site-navbar .site-navigation .site-menu .has-children {
  position: relative;
}
.site-navbar .site-navigation .site-menu .has-children > a {
  position: relative;
  padding-right: 20px;
}
.site-navbar .site-navigation .site-menu .has-children > a:before {
  position: absolute;
  content: url("data:image/svg+xml,%3csvg width='8' height='10' viewBox='0 0 5 6' fill='none' xmlns='http://www.w3.org/2000/svg'%3e%3cpath d='M4.90161 3.0002L2.60156 5.2002V3.0002L4.90161 0.700195V3.0002Z' fill='%23FF6429'/%3e%3cpath d='M2.60077 3.0002L0.300781 0.700195V3.0002L2.60077 5.2002V3.0002Z' fill='%23FF6429'/%3e%3c/svg%3e");
  top: 50%;
  right: 0.25rem;
  transform: translateY(-50%);
}
.site-navbar .site-navigation .site-menu .has-children .dropdown {
  visibility: hidden;
  opacity: 0;
  top: 100%;
  left: 50%;
  transform: translateX(-50%);
  position: absolute;
  text-align: left;
  box-shadow: 0 2px 10px -2px rgba(0, 0, 0, 0.1);
  padding: 1rem;
  margin-top: 20px;
  margin-left: 0px;
  background: white;
  transition: 0.2s 0s;
}
.site-navbar .site-navigation .site-menu .has-children .dropdown.arrow-top {
  position: absolute;
}
.site-navbar .site-navigation .site-menu .has-children .dropdown.arrow-top:before {
  bottom: 100%;
  left: 20%;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
}
.site-navbar .site-navigation .site-menu .has-children .dropdown.arrow-top:before {
  border-color: transparent;
  border-bottom-color: white;
  border-width: 10px;
  margin-left: -10px;
}
.site-navbar .site-navigation .site-menu .has-children .dropdown a {
  text-transform: none;
  letter-spacing: normal;
  transition: 0s all;
  color: var(--bs-body-color);
}
.site-navbar .site-navigation .site-menu .has-children .dropdown .active {
  color: blue !important;
}
.site-navbar .site-navigation .site-menu .has-children .dropdown > li {
  list-style: none;
  padding: 0;
  margin: 0;
  min-width: 200px;
}
.site-navbar .site-navigation .site-menu .has-children .dropdown > li > a {
  padding: 10px 20px;
  display: block;
  font-size: 15px;
  font-weight: 600;
  line-height: 20px;
}
.site-navbar .site-navigation .site-menu .has-children .dropdown > li > a:hover {
  font-weight: 700;
}
.site-navbar .site-navigation .site-menu .has-children .dropdown > li.has-children > a:before {
  right: 16px;
}
.site-navbar .site-navigation .site-menu .has-children .dropdown > li.has-children > .dropdown,
.site-navbar .site-navigation .site-menu .has-children .dropdown > li.has-children > ul {
  left: 140%;
  top: 100%;
  z-index: 1;
}
.site-navbar .site-navigation .site-menu .has-children:hover > a::before, .site-navbar .site-navigation .site-menu .has-children:focus > a::before, .site-navbar .site-navigation .site-menu .has-children:active > a::before {
  transform: translateY(-50%) rotate(180deg);
}
.site-navbar .site-navigation .site-menu .has-children:hover, .site-navbar .site-navigation .site-menu .has-children:focus, .site-navbar .site-navigation .site-menu .has-children:active {
  cursor: pointer;
}
.site-navbar .site-navigation .site-menu .has-children:hover > .dropdown, .site-navbar .site-navigation .site-menu .has-children:focus > .dropdown, .site-navbar .site-navigation .site-menu .has-children:active > .dropdown {
  transition-delay: 0s;
  margin-top: 0px;
  visibility: visible;
  opacity: 1;
}
.site-navbar .menu-btn {
  display: none;
}

.is-sticky .menu-btn {
  display: block;
}

.site-mobile-menu {
  width: 100%;
  position: fixed;
  right: 0;
  z-index: 2000;
  padding-top: 20px;
  background: white;
  height: 100vh;
  transform: translateX(110%);
  box-shadow: -10px 0 20px -10px rgba(0, 0, 0, 0.1);
  transition: 0.3s all ease-in-out;
}
.offcanvas-menu .site-mobile-menu {
  transform: translateX(0%);
}
.site-mobile-menu .site-mobile-menu-header {
  width: 100%;
  float: left;
  padding-left: 20px;
  padding-right: 20px;
}
.site-mobile-menu .site-mobile-menu-header .site-mobile-menu-close {
  float: right;
  margin-top: 8px;
}
.site-mobile-menu .site-mobile-menu-header .site-mobile-menu-close span {
  display: inline-block;
  padding-left: 10px;
  padding-right: 0px;
  line-height: 1;
  cursor: pointer;
  transition: 0.3s all ease;
}
.site-mobile-menu .site-mobile-menu-header .site-mobile-menu-logo {
  float: left;
  margin-top: 10px;
  margin-left: 0px;
}
.site-mobile-menu .site-mobile-menu-header .site-mobile-menu-logo a {
  display: inline-block;
  text-transform: uppercase;
}
.site-mobile-menu .site-mobile-menu-header .site-mobile-menu-logo a img {
  max-width: 70px;
}
.site-mobile-menu .site-mobile-menu-header .site-mobile-menu-logo a:hover {
  text-decoration: none;
}
.site-mobile-menu .site-mobile-menu-body {
  overflow-y: scroll;
  -webkit-overflow-scrolling: touch;
  position: relative;
  padding: 0 20px 20px 20px;
  height: calc(100vh - 52px);
  padding-bottom: 150px;
}
.site-mobile-menu .site-nav-wrap {
  padding: 0;
  margin: 0;
  list-style: none;
  position: relative;
}
.site-mobile-menu .site-nav-wrap a {
  padding: 10px 20px;
  display: block;
  position: relative;
  color: var(--bs-body-color);
}
.site-mobile-menu .site-nav-wrap a:hover {
  color: blue;
}
.site-mobile-menu .site-nav-wrap li {
  position: relative;
  display: block;
}
.site-mobile-menu .site-nav-wrap li .active {
  color: blue;
}
.site-mobile-menu .site-nav-wrap .social {
  display: inline-block;
}
.site-mobile-menu .site-nav-wrap .arrow-collapse {
  position: absolute;
  right: 0px;
  top: 6px;
  z-index: 20;
  width: 32px;
  height: 32px;
  text-align: center;
  cursor: pointer;
  border-radius: 50%;
}
.site-mobile-menu .site-nav-wrap .arrow-collapse:hover {
  background: lightgray;
}
.site-mobile-menu .site-nav-wrap .arrow-collapse:before {
  z-index: 20;
  content: url("data:image/svg+xml,%3csvg width='10' height='12' viewBox='0 0 5 6' fill='none' xmlns='http://www.w3.org/2000/svg'%3e%3cpath d='M4.90161 3.0002L2.60156 5.2002V3.0002L4.90161 0.700195V3.0002Z' fill='%23FF6429'/%3e%3cpath d='M2.60077 3.0002L0.300781 0.700195V3.0002L2.60077 5.2002V3.0002Z' fill='%23FF6429'/%3e%3c/svg%3e");
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) rotate(-180deg);
  transition: 0.3s all ease;
}
.site-mobile-menu .site-nav-wrap .arrow-collapse.collapsed:before {
  transform: translate(-50%, -50%);
}
.site-mobile-menu .site-nav-wrap > li {
  display: block;
  position: relative;
  float: left;
  width: 100%;
}
.site-mobile-menu .site-nav-wrap > li.social {
  float: none !important;
  width: auto !important;
}
.site-mobile-menu .site-nav-wrap > li > a {
  padding-left: 20px;
  font-size: 15px;
  font-weight: 600;
}
.site-mobile-menu .site-nav-wrap > li > ul {
  padding: 0;
  margin: 0;
  list-style: none;
}
.site-mobile-menu .site-nav-wrap > li > ul > li {
  display: block;
}
.site-mobile-menu .site-nav-wrap > li > ul > li > a {
  padding-left: 40px;
  font-size: 15px;
  font-weight: 600;
  line-height: 20px;
}
.site-mobile-menu .site-nav-wrap > li > ul > li > ul {
  padding: 0;
  margin: 0;
}
.site-mobile-menu .site-nav-wrap > li > ul > li > ul > li {
  display: block;
}
.site-mobile-menu .site-nav-wrap > li > ul > li > ul > li > a {
  padding-left: 60px;
  font-size: 15px;
  font-weight: 600;
  line-height: 20px;
}
.site-mobile-menu .site-nav-wrap[data-class=social] {
  float: left;
  width: 100%;
  margin-top: 30px;
  padding-bottom: 5em;
}
.site-mobile-menu .site-nav-wrap[data-class=social] > li {
  width: auto;
}
.site-mobile-menu .site-nav-wrap[data-class=social] > li:first-child a {
  padding-left: 15px !important;
}

.sticky-wrapper {
  position: absolute;
  z-index: 100;
  width: 100%;
}
.sticky-wrapper .site-navbar {
  transition: 0.3s all ease;
}
.sticky-wrapper .site-navbar .site-menu-toggle {
  color: white;
  padding: 0.5rem 0;
}
.sticky-wrapper .site-navbar .site-logo a {
  color: white;
}
.sticky-wrapper .site-navbar .site-menu > li > a {
  color: white !important;
}
.sticky-wrapper .site-navbar .site-menu > li > a:hover, .sticky-wrapper .site-navbar .site-menu > li > a.active {
  color: white !important;
}
.sticky-wrapper.is-sticky .site-navbar {
  background: white;
  border-bottom: 1px solid transparent;
  box-shadow: 4px 0 20px -5px rgba(0, 0, 0, 0.1);
}
.sticky-wrapper.is-sticky .site-navbar .site-menu-toggle {
  color: var(--bs-body-color);
}
.sticky-wrapper.is-sticky .site-navbar .site-logo a {
  color: blue;
}
.sticky-wrapper.is-sticky .site-navbar .site-logo.logo-light {
  display: none;
}
.sticky-wrapper.is-sticky .site-navbar .site-logo.logo-dark {
  display: inline;
}
.sticky-wrapper.is-sticky .site-navbar .site-menu > li > a {
  color: var(--bs-body-color) !important;
}
.sticky-wrapper.is-sticky .site-navbar .site-menu > li > a:hover, .sticky-wrapper.is-sticky .site-navbar .site-menu > li > a.active {
  color: blue !important;
}

.header-offset {
  background-color: #290A38;
  padding: 2.5rem 0;
}

.progress-container {
  width: 100%;
  height: 3px;
  background: #FFFFFF;
  margin-top: 1px;
}

.progress-bar {
  height: 3px;
  background: #14B5F0;
  width: 0%;
}

.header {
  position: fixed;
  width: 100%;
  z-index: 99;
}

.feature-tag {
  background: #FF6329;
  display: inline-block;
  padding: 0 40px;
}
.feature-tag.small {
  padding: 0px 20px 0px;
  margin-bottom: 20px;
  margin-top: 30px;
}
.feature-tag.tag-skew {
  transform: skewX(-35deg);
}
.feature-tag.tag-skew p {
  transform: skewX(35deg);
}
.feature-tag p {
  font-weight: 700;
  line-height: 37px !important;
  font-size: 1rem;
  letter-spacing: 0px;
  color: #FFFFFF;
  text-transform: uppercase;
  padding-top: 2px;
  margin-bottom: 0;
}

.main-heading {
  font-weight: 800;
  line-height: 42px;
  font-size: 2rem;
  letter-spacing: 0px;
  color: #290A38;
  text-transform: uppercase;
}

.tag-heading {
  font-weight: 700;
  line-height: 32px;
  font-size: 1rem;
  letter-spacing: 0px;
  color: #290A38;
  text-transform: uppercase;
}
.tag-heading a {
  color: #290A38;
}

.sub-heading {
  font-weight: 700;
  line-height: 30px;
  font-size: 1.375rem;
  letter-spacing: 0px;
  color: #290A38;
}
.sub-heading a {
  color: #290A38;
}
.sub-heading.text-bold {
  font-weight: 800;
  line-height: 36px;
  font-size: 1.438rem;
}
.sub-heading.text-normal {
  font-weight: 400;
  line-height: 36px;
  font-size: 1.438rem;
}

.popular-name {
  font-weight: 700;
  line-height: 25px;
  font-size: 1.188rem;
  letter-spacing: 0px;
  color: #290A38;
}
.popular-name a {
  color: #290A38;
}

.link-button {
  font-weight: 600;
  line-height: 33px;
  font-size: 1.125rem;
  letter-spacing: 0px;
  color: #14B5F0;
  padding: 20px 0 0;
  display: inline-block;
}
.link-button.link-button-sm {
  font-weight: 600;
  line-height: 33px;
  font-size: 1rem;
  padding: 0;
}
.link-button::after {
  display: inline-block;
  content: url("data:image/svg+xml,%3Csvg viewBox='0 0 8 8' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M4.20007 0.699951L7.60007 4.1001H4.20007L0.800049 0.699951H4.20007Z' fill='%2314B4EF' /%3E%3Cpath d='M4.20007 4.1001L0.800049 7.5H4.20007L7.60007 4.1001H4.20007Z' fill='%2314B4EF' /%3E%3C/svg%3E");
  padding-left: 0.25rem;
  width: 14px;
}
.link-button:hover {
  color: #14B5F0;
}
.link-button:hover::after {
  animation: slide1 1s ease-in-out infinite;
}

@keyframes slide1 {
  0%, 100% {
    transform: translate(0, 0);
  }
  50% {
    transform: translate(6px, 0);
  }
}
p {
  font-weight: 500;
  line-height: 24px;
  font-size: 1rem;
  letter-spacing: 0px;
  color: #290A38;
}

.theme-heading .main-heading {
  padding: 20px 0 40px;
}

.font-medium {
  font-weight: 500 !important;
}

.font-bold {
  font-weight: 700 !important;
}

.link-text {
  color: #14B5F0;
}

.theme-btn {
  color: #FFFFFF;
  background: #14B5F0;
  position: relative;
  display: inline-block;
  font-size: 1.063rem;
  font-weight: 700;
  line-height: 20px;
  letter-spacing: 0px;
  border-radius: 0;
  border: 0;
  padding: 10px 40px;
  transition: all 0.5s;
}
.theme-btn:hover {
  outline-offset: 0;
  color: #FFFFFF;
  transition: all 0.5s;
}

.theme-divider {
  position: relative;
  margin: 60px 0 0;
}
.theme-divider.title-divider::after {
  left: 50%;
  transform: translateX(-50%);
}
.theme-divider::after {
  content: "";
  position: absolute;
  width: 70%;
  height: 2px;
  max-width: 300px;
  top: -1.5rem;
  left: 0;
  background: linear-gradient(90deg, #14b4ef 0%, #14b4ef 25%, #00d273 25%, #00d273 50%, #b066ff 50%, #b066ff 75%, #ff6429 75%, #ff6429 100%);
}

@media only screen and (max-width: 767.98px) {
  .main-heading {
    text-align: center;
    font-size: 1.5rem;
    line-height: 36px;
  }
  .sub-heading {
    font-size: 1rem;
    line-height: 25px;
  }
  p {
    font-size: 0.875rem;
    line-height: 22px;
  }
  .link-button {
    font-size: 0.875rem;
    line-height: 33px;
  }
  .popular-name {
    font-size: 1rem;
    line-height: 25px;
  }
  .feature-tag p {
    font-size: 0.75rem;
    line-height: 32px;
  }
  .tag-heading {
    font-size: 0.875rem;
    line-height: 30px;
  }
}
.navigation {
  padding-top: 20px !important;
}
.navigation .pagination {
  list-style: none;
  margin-left: 0;
}
.navigation .pagination .page-item {
  display: inline-block;
}
.navigation .pagination .page-item .page-link {
  font-weight: 700;
  line-height: 15px;
  font-size: 1rem;
  letter-spacing: 0px;
  color: #FFFFFF;
  background: #290A38;
  border-radius: 0 !important;
  padding: 17px 17px 13px;
  margin-right: 10px;
  display: inline-block;
}
.navigation .pagination .page-item .page-link:hover {
  color: #FFFFFF;
  background-color: #14B5F0;
  border: 1px solid #14B5F0 !important;
}
.navigation .pagination .page-item .page-link.active {
  background-color: #14B5F0;
  border: 1px solid #14B5F0 !important;
}
.navigation .pagination .page-item.active span {
  background-color: #14B5F0;
  border: 1px solid #14B5F0 !important;
}

.video-section {
  background: #452966;
  background-size: cover;
}
.video-section iframe {
  height: 100%;
  width: 100%;
}
.video-section .iframe-wrapper {
  height: 218px;
}
.video-section .splide__list {
  display: flex !important;
}
.video-section .splide__list li {
  display: inline-block;
  width: 33%;
  padding: 0 10px;
}
.video-section .video-wrapper {
  margin-bottom: 30px;
}
.video-section .video-wrapper img {
  cursor: pointer;
}
.video-section .video-wrapper p {
  color: #FFFFFF;
  padding-right: 20px;
}
.video-section .video-wrapper h2 {
  padding-top: 35px;
}
.video-section .video-wrapper .author-wrapper {
  padding-top: 10px;
}
.video-section .video-wrapper .author-wrapper ul {
  padding-left: 0;
  display: flex;
}
.video-section .video-wrapper .author-wrapper ul li {
  width: auto;
  position: relative;
  color: #FFFFFF;
  padding: 0;
  font-size: 0.875rem;
  padding: 0 15px;
  font-family: 500;
}
.video-section .video-wrapper .author-wrapper ul li:first-child {
  padding-left: 0;
}
.video-section .video-wrapper .author-wrapper ul li:first-child::after {
  display: none;
}
.video-section .video-wrapper .author-wrapper ul li::after {
  position: absolute;
  content: "";
  height: 4px;
  width: 4px;
  background: #FFFFFF;
  left: 0;
  bottom: 8px;
  border-radius: 50%;
}

.events-section {
  background: #FAF5F2;
}

@media only screen and (max-width: 991.98px) {
  .theme-btn-group a {
    width: 100%;
  }
}
@media only screen and (max-width: 767.98px) {
  .events-section {
    text-align: center;
  }
  .events-section .btn {
    margin-right: 0 !important;
    margin-top: 20px;
  }
  .theme-btn-group a {
    width: 70%;
  }
}
@media only screen and (max-width: 350.98px) {
  .theme-btn-group a {
    width: 85%;
    font-size: 1rem;
  }
}
.popular-section .blog-wrapper {
  background: #FAF5F2;
}
.popular-section .tag-heading {
  padding-bottom: 10px;
}
.popular-section .wrapper-content {
  padding-bottom: 10px;
  margin-bottom: 20px;
}
.popular-section .author-wrapper {
  padding-top: 15px;
}
.popular-section .author-wrapper img {
  width: 40px;
}
.popular-section .author-wrapper p {
  font-family: 500;
  line-height: 30px;
  font-size: 1rem;
}
.popular-section .author-wrapper p.publish-date {
  padding-left: 20px;
}
.popular-section .author-wrapper p.author-name {
  padding-left: 10px;
}

.subscribe-section {
  background: #422661;
  background-size: cover;
  box-shadow: 0px 3px 40px rgba(175, 175, 175, 0.1490196078);
  position: relative;
  transition: all 1s;
  z-index: 99;
  padding: 40px 0;
  position: relative;
}
.subscribe-section::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 4px;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  background: #14b4ef;
  background: linear-gradient(90deg, #14b4ef 0%, #14b4ef 25%, #00d273 25%, #00d273 50%, #b066ff 50%, #b066ff 75%, #ff6429 75%, #ff6429 100%);
}
.subscribe-section.subscribe-inner {
  transform: translateY(100%);
  background: #FFFFFF;
}
.subscribe-section.subscribe-fixed {
  position: fixed;
  width: 100%;
  bottom: 0;
  transition: all 1s;
  transform: translateY(0%);
}
.subscribe-section .hs-form {
	display: flex;
	justify-content: center;
	align-items: start;
	gap: 2rem;
}
.subscribe-section .hs-form .submitted-message {
	text-align: center;
	color: #00D173;
	font-weight: bold;
}
.subscribe-section .hs-form .hs_error_rollup {
	display: none;
}
.subscribe-section .hs-form .hs-email {
	width: 400px;
}
.subscribe-section .hs-form .hs-email > label {
	display: none;
}
.subscribe-section .hs-form .hs-email .hs-error-msgs {
	list-style: none;
	color: #F0334F;
	padding-left: 0;
  	font-size: 0.75em;
}

.subscribe-section .btn {
  background: #14B5F0;
  font-size: 1.063rem;
  font-weight: bold;
  line-height: 20px;
  letter-spacing: 0px;
  color: #FFFFFF;
  border-radius: 0;
  position: relative;
  padding: 10px 40px;
  transition: all 0.5s;
}
.subscribe-section .btn:hover {
  outline-offset: 0;
  transition: all 0.5s;
}
.subscribe-section input[type=email] {
  border-radius: 0px;
  padding: 10px;
  width: 100%;
  border: 0;
  background-color: #FAF5F2;
  margin-bottom: 10px;
}

@media only screen and (max-width: 991.98px) {
  .subscribe-section .hs-form {
	display: inline-block;
  }
  .subscribe-section .hs-form .hs-email {
	width: 100%;
  }
}
@media only screen and (max-width: 767.98px) {
  .subscribe-section {
    text-align: center;
  }
  .subscribe-section input[type=email] {
    margin: 25px 0;
    width: 100%;
  }
  .subscribe-section.subscribe-fixed {
    display: none !important;
  }
}
.breadcrumb {
  padding-top: 20px;
}
.breadcrumb .breadcrumb-item a {
  color: #290A38;
}
.breadcrumb .breadcrumb-item.active a {
  font-weight: 600;
}
@media (max-width: 767.98px) {
  .breadcrumb .breadcrumb-item {
    font-size: small;
  }
}

.blog-wrapper {
  background: #FFFFFF;
  border: none;
}
.blog-wrapper .card-footer {
  background-color: #FFFFFF;
  border: none;
}
.blog-wrapper .card-footer a {
  padding: 10px 15px 10px;
}
.blog-wrapper .wrapper-content {
  padding: 20px 30px 15px;
}
.blog-wrapper .wrapper-content .description {
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}
@media (min-width: 768px) {
  .blog-wrapper {
    box-shadow: 0px 3px 40px rgba(175, 175, 175, 0.1490196078);
  }
  .blog-wrapper .wrapper-content {
    box-shadow: 0px 3px 40px rgba(175, 175, 175, 0.1607843137);
  }
}

.webinar-slider .swiper-pagination-bullet {
  background: #E5D6C9;
  opacity: 1;
}
.webinar-slider .swiper-pagination-bullet-active {
  background: #14B5F0;
}

.theme-border {
  position: absolute;
  top: -16px;
  width: 100%;
  left: 0;
}
.theme-border ul {
  margin-left: 0;
  list-style: none;
}
.theme-border ul li {
  height: 5px;
  display: inline-block;
  width: 24.7%;
}
.theme-border ul li:nth-child(1) {
  background: #17B5F0;
}
.theme-border ul li:nth-child(2) {
  background: #04D173;
}
.theme-border ul li:nth-child(3) {
  background: #04D173;
}
.theme-border ul li:nth-child(4) {
  background: #FF6329;
}

.banner-wrapper {
  background: #FFFFFF 0% 0% no-repeat padding-box;
  box-shadow: 0px 3px 40px rgba(175, 175, 175, 0.1490196078);
  padding: 15px 20px 15px 35px;
}
.banner-wrapper.home-banner {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.author-wrapper {
  display: flex;
  align-items: center;
  padding: 10px 0 10px 0;
}
.author-wrapper p {
  font-size: 0.875rem;
  font-weight: 500;
  line-height: 25px;
  margin-bottom: 0;
}
.author-wrapper p.publish-date {
  padding-left: 40px;
}
.author-wrapper p.author-name {
  padding-left: 10px;
}
.author-wrapper p.author-name a {
  color: #290A38;
  font-weight: 500;
}
.author-wrapper img {
  width: 40px;
  border-radius: 50%;
}

.blog-category {
  box-shadow: none;
}
.blog-category .author-img {
  width: 70px;
}

.banner-heading {
  color: #290A38;
  font-size: 2rem;
  font-weight: 700;
  line-height: 42px;
  letter-spacing: 0px;
  margin-top: 0;
}
.banner-heading a {
  color: #290A38;
}

.banner-content .feature-img {
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: right;
     object-position: right;
}
.banner-content .feature-tag {
  position: absolute;
  top: 0;
  left: 50px;
}

@media only screen and (max-width: 991.98px) {
  .home-banner {
    padding: 15px 20px;
  }
}
@media only screen and (max-width: 767.98px) {
  .banner-heading {
    font-size: 1.125rem;
    line-height: 26px;
  }
  h1.banner-heading {
    font-size: 1.5rem;
    line-height: 1.35;
  }
  .banner-wrapper {
    background: #FFFFFF;
    box-shadow: 0px 3px 40px rgba(175, 175, 175, 0.1490196078);
    padding: 10px 15px;
  }
  .details-banner .banner-wrapper {
    padding: 10px 0;
  }
  .details-banner .author-wrapper {
    display: block;
  }
  .details-banner .author-wrapper p.author-name {
    width: 50%;
    display: inline-block;
    padding-left: 10px;
  }
  .details-banner .author-wrapper p.publish-date {
    width: 49%;
    padding-top: 10px;
    display: inline-block;
    padding-left: 0;
  }
}
.details-banner .banner-wrapper {
  box-shadow: none;
}
.details-banner p {
  line-height: 29px;
}
.details-banner p a,
.details-banner li a {
  font-weight: 600;
  color: #14B5F0;
  text-decoration: underline;
}

@media only screen and (max-width: 767.98px) {
  .details-banner .author-wrapper .author-name,
  .details-banner .author-wrapper .publish-date,
  .details-banner .author-wrapper .publish-date {
    width: 100%;
  }
}
.table-content {
  background: #FAF5F2;
  padding: 30px;
  margin-top: 50px;
}
.table-content .sub-heading span {
  cursor: pointer;
}
.table-content .accordion {
  transition: all 0.5s;
}
.table-content .accordion.hide {
  opacity: 0;
  transition: all 0.5s;
  display: none;
}
.table-content .accordion .accordion-item {
  border: none;
  background: transparent;
  padding-bottom: 10px;
}
.table-content .accordion .accordion-item .accordion-header {
  border: none;
}
.table-content .accordion .accordion-item .accordion-header .accordion-button {
  border: none;
  background: transparent;
  font-family: 500;
  line-height: 30px;
  font-size: 1rem;
  padding: 0;
  display: flex;
  align-items: baseline;
}
.table-content .accordion .accordion-item .accordion-header .accordion-button a {
  color: #290A38;
}
.table-content .accordion .accordion-item .accordion-header .accordion-button::after {
  display: none;
}
.table-content .accordion .accordion-item .accordion-header .accordion-button.collapsed img {
  transform: rotate(180deg);
  transition: 0.5s;
  margin-left: 13px;
}
.table-content .accordion .accordion-item .accordion-header .accordion-button span {
  padding-right: 13px;
}
.table-content .accordion .accordion-item .accordion-header .accordion-button img {
  margin-left: 13px;
  transition: 0.5s;
}
.table-content .accordion .accordion-item .accordion-header .accordion-button:focus {
  outline: none;
  box-shadow: none;
}
.table-content .accordion .accordion-body {
  font-family: 500;
  line-height: 24px;
  font-size: 0.875rem;
}
.table-content .accordion .accordion-body ul li a {
  color: #290A38;
}
.table-content .accordion .accordion-body ul li a:hover {
  color: #14B5F0;
}
.table-content .accordion .accordion-collapse {
  border: none;
}
.table-content ul {
  list-style: auto;
}
.table-content ul li {
  font-family: 500;
  line-height: 38px;
}

@media only screen and (max-width: 767.98px) {
  .theme-divider::after {
    left: 50%;
    transform: translateX(-50%);
  }
  .accordion-button {
    line-height: 26px;
  }
}
.related-tags {
  margin: 40px 0;
  padding: 30px 0;
  border-top: 1px solid #cbdee5;
  border-bottom: 1px solid #cbdee5;
}
.related-tags button {
  font-size: 1rem;
  font-weight: 700;
  line-height: 29px;
  letter-spacing: 0px;
  color: #290A38;
  background: #D1F0FC;
  border: 1px solid #14B5F0;
  padding: 5px 20px;
  margin-right: 20px;
  margin-top: 10px;
}
.related-tags button a {
  color: #290A38;
}

.author-info {
  margin: 40px 0 0;
  padding: 30px 0;
}
.author-info .author-info-wrapper {
  padding: 50px;
  border-top: 1px solid #cbdee5;
}
.author-info .author-info-wrapper img.avatar {
  border-radius: 50%;
}

@media only screen and (max-width: 767.98px) {
  .author-info {
    text-align: center;
    margin-bottom: 10px;
  }
  .author-info .author-info-wrapper img {
    padding-bottom: 30px;
  }
}
.social-share {
  opacity: 1;
  transition: opacity 1s;
  padding-top: 60px;
}
.social-share ul {
  list-style: none;
}
.social-share ul li {
  display: inline-block;
  width: 15%;
  text-align: center;
  cursor: pointer;
  vertical-align: middle;
}
.social-share ul li a {
  font-family: 400;
  font-size: 0.875rem;
  line-height: 26px;
  letter-spacing: 0px;
  color: #290A38;
  text-align: center;
  display: inline-block;
}
.social-share ul li a img {
  width: 20px;
}
.social-share ul li a span {
  display: block;
  padding-top: 10px;
}
.social-share ul .header-title-demo-btn {
  display: none;
}
.social-share .scroll-heading {
  display: none;
  transition: all 0.5s;
}
.social-share.fixed-top {
  position: fixed;
  top: 0;
  padding: 0 50px;
  transition: all 0.5s;
  background: #FFFFFF;
  border-bottom: solid 1px #D1F0FC;
  display: flex;
  align-items: center;
}
.social-share.fixed-top .share-option {
  position: absolute;
  bottom: -206px;
  left: 0;
  width: 60%;
  padding: 15px 20px;
}
.social-share.fixed-top .share-option a img {
  width: 40px;
}
.social-share.fixed-top .sub-heading {
  font-family: "Sharp Sans";
  font-weight: 600;
  line-height: 24px;
  font-size: 1rem;
  margin: 0;
}
.social-share.fixed-top .scroll-heading {
  display: inline-block;
  transition: all 0.5s;
  width: 70%;
}
.social-share.fixed-top ul {
  display: inline-block;
  width: 35%;
  margin-bottom: 0;
  padding: 14px 0;
}
.social-share.fixed-top ul li a img {
  width: 16px;
}
.social-share.fixed-top ul li a span {
  font-size: 12px;
  padding-top: 0;
}
.social-share.fixed-top ul .header-title-demo-btn {
  display: inline-block;
  width: auto;
  margin-left: 0.75rem;
}
.social-share .share-option {
  position: absolute;
  bottom: -208px;
  background: #FFFFFF;
  padding: 15px 30px;
  box-shadow: 0px 3px 40px rgba(175, 175, 175, 0.1490196078);
  width: 200px;
}
.social-share .share-option li {
  display: block;
  width: 100%;
  text-align: left;
  padding: 7px 0;
}
.social-share .share-option li a img {
  width: 40px;
  padding-right: 10px;
}
.social-share .share-option.hide {
  display: none;
  opacity: 0;
}

@media only screen and (max-width: 767.98px) {
  .social-share.fixed-top {
    text-align: center;
  }
  .social-share.fixed-top .sub-heading {
    display: none;
  }
  .social-share.fixed-top .scroll-heading {
    display: none;
  }
  .social-share.fixed-top ul {
    width: 100%;
  }
  .social-share.fixed-top ul .header-title-demo-btn {
    display: none;
  }
  .social-share ul li {
    width: 22%;
  }
}
.channel-guide {
  background: #FAF5F2;
  padding: 40px 30px;
}
.channel-guide .splide__pagination {
  bottom: -2.5em;
}
.channel-guide .splide__pagination .splide__pagination__page {
  margin: 6px;
  width: 7px;
  height: 7px;
}
.channel-guide .splide__pagination .splide__pagination__page.is-active {
  background: #14B5F0;
}

.adjacent-posts .nav .nav-link {
  color: #14B5F0;
  font-weight: bold;
}
.adjacent-posts .nav .prev-link::before {
  content: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='%2314B5F0'%3E%3Cpath fill-rule='evenodd' d='M13.28 3.97a.75.75 0 010 1.06L6.31 12l6.97 6.97a.75.75 0 11-1.06 1.06l-7.5-7.5a.75.75 0 010-1.06l7.5-7.5a.75.75 0 011.06 0zm6 0a.75.75 0 010 1.06L12.31 12l6.97 6.97a.75.75 0 11-1.06 1.06l-7.5-7.5a.75.75 0 010-1.06l7.5-7.5a.75.75 0 011.06 0z' clip-rule='evenodd' /%3E%3C/svg%3E%0A");
  display: inline-block;
  width: 1.1em;
  height: 1.1em;
  margin-right: 0.25rem;
  vertical-align: sub;
}
.adjacent-posts .nav .next-link::after {
  content: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='%2314B5F0'%3E%3Cpath fill-rule='evenodd' d='M4.72 3.97a.75.75 0 011.06 0l7.5 7.5a.75.75 0 010 1.06l-7.5 7.5a.75.75 0 01-1.06-1.06L11.69 12 4.72 5.03a.75.75 0 010-1.06zm6 0a.75.75 0 011.06 0l7.5 7.5a.75.75 0 010 1.06l-7.5 7.5a.75.75 0 11-1.06-1.06L17.69 12l-6.97-6.97a.75.75 0 010-1.06z' clip-rule='evenodd' /%3E%3C/svg%3E%0A");
  display: inline-block;
  width: 1.1em;
  height: 1.1em;
  margin-left: 0.25rem;
  vertical-align: sub;
}

.filter-wrapper {
  background-color: white;
  padding: 0.5rem 0;
}
@media (min-width: 768px) {
  .filter-wrapper {
    background-color: #290A38;
  }
}

.select2-container--bootstrap-5 .select2-selection--single {
  background-color: #290A38;
  background-image: url("../images/icon-dropdown.svg");
  border-radius: 0;
}
.select2-container--bootstrap-5 .select2-selection--single .select2-selection__rendered {
  color: white;
  font-weight: 700;
  line-height: 1.75;
}
.select2-container--bootstrap-5 .select2-selection {
  border: 0;
  padding: 0.5rem 2.25rem 0.5rem 0.75rem;
  min-height: calc(1.5em + 0.75rem + 8px);
}
.select2-container--bootstrap-5.select2-container--focus .select2-selection, .select2-container--bootstrap-5.select2-container--open .select2-selection {
  box-shadow: none;
}
.select2-container--bootstrap-5 .select2-dropdown.select2-dropdown--above, .select2-container--bootstrap-5 .select2-dropdown.select2-dropdown--below {
  color: white;
  background-color: #290A38;
  border: 0;
  font-weight: 700;
}
.select2-container--bootstrap-5 .select2-dropdown .select2-search .select2-search__field {
  font-weight: 500;
  line-height: 1.75;
  color: white;
  background-color: #543B61;
  border: 1px solid #7D6B87;
  border-radius: 0;
}
.select2-container--bootstrap-5 .select2-dropdown .select2-results__options:not(.select2-results__options--nested) {
  max-height: 16rem;
}
.select2-container--bootstrap-5 .select2-dropdown .select2-results__options .select2-results__option {
  font-weight: 500;
}
.select2-container--bootstrap-5 .select2-dropdown .select2-results__options .select2-results__option.select2-results__option--selected {
  color: #fff;
  background-color: #543B61;
}
.select2-container--bootstrap-5 .select2-dropdown .select2-results__options .select2-results__option.select2-results__option--highlighted {
  color: white;
  background-color: #7D6B87;
}
.select2-container--bootstrap-5 .select2-dropdown .select2-results__options .select2-results__option[aria-selected=true]:not(.select2-results__option--highlighted) {
  color: #fff;
  background-color: #543B61;
}
@media (min-width: 768px) {
  .select2-container--bootstrap-5 .select2-selection--single {
    background-color: transparent;
  }
}

.search-input-group {
  background-color: #452966;
  padding: 8px;
}
.search-input-group .form-control {
  color: white;
  background-color: transparent;
  border: 0;
  border-radius: 0;
}
.search-input-group .form-control::-moz-placeholder {
  color: white;
}
.search-input-group .form-control::placeholder {
  color: white;
}
.search-input-group .search-button {
  color: white;
  border: 0;
  background-color: transparent;
}
.search-input-group .search-button svg {
  width: 1.5rem;
}

.webinar .splide__list {
  display: flex !important;
}
.webinar .splide__list li {
  display: inline-block;
  width: 33%;
  padding: 0 10px;
}
.webinar .wrapper-content {
  margin-bottom: 20px;
}
.webinar .wrapper-content a {
  padding-bottom: 20px;
}

@media only screen and (max-width: 767.98px) {
  .webinar .splide {
    padding-bottom: 40px;
  }
  .webinar .splide__pagination li .is-active {
    background-color: #14B5F0;
  }
}
.category-type ul {
  white-space: nowrap;
  overflow: auto;
  border-bottom: 1px solid #cbdee5;
  -ms-overflow-style: none; /* Internet Explorer 10+ */
  scrollbar-width: none; /* Firefox */
  padding: 40px 0 5px;
}
.category-type ul::-webkit-scrollbar {
  display: none; /* Safari and Chrome */
}
.category-type ul li {
  list-style: none;
  display: inline;
  padding: 0 10px;
}
.category-type ul li a {
  font-family: 500;
  font-size: 1.063rem;
  line-height: 30px;
  letter-spacing: 0px;
  color: #290A38;
  padding: 10px 10px;
}
.category-type ul li a:hover {
  font-family: 600;
  transition: all 0.5s;
}
.category-type ul li a.active {
  border-bottom: 2px solid #290A38;
  font-family: 600;
  transition: all 0.5s;
}

.modal .modal-dialog .modal-body {
  padding: 0;
}
.modal .modal-dialog .modal-body iframe {
  width: 100%;
  height: 100%;
}
.modal .modal-content {
  width: 768px;
  margin: 0 auto;
  overflow: visible;
  aspect-ratio: 16/9;
}
.modal .btn-close {
  position: absolute;
  right: -26px;
  top: -26px;
  color: #FFFFFF;
  opacity: 1;
  font-size: 1.375rem;
  font-family: 500;
  background: transparent;
}

body:is(.modal-open) {
  padding-right: 0px !important;
}

@media only screen and (min-width: 768px) and (max-width: 991.98px) {
  .modal-dialog {
    max-width: 90%;
  }
}
@media only screen and (max-width: 767.98px) {
  .modal .modal-content {
    width: 80%;
    height: auto;
    margin-top: 30px;
  }
}
a {
  text-decoration: none;
}

.sec-padding {
  padding: 60px 0;
}

@media only screen and (max-width: 991.98px) {
  body,
  html {
    overflow-x: hidden;
  }
  .sec-padding {
    padding: 50px 0;
  }
}
@media only screen and (max-width: 767.98px) {
  body,
  html {
    overflow-x: hidden;
  }
  .sec-padding {
    padding: 30px 0;
  }
}

.wp-block-button__link {
  font-weight: 600;
}

@media (min-width: 1200px) {
  h2 {
    font-size: 1.5rem;
    line-height: 1.45;
  }
}
.wp-blocks h1,
.wp-blocks h2,
.wp-blocks h3,
.wp-blocks h4,
.wp-blocks h5,
.wp-blocks h6,
.wp-blocks .h1,
.wp-blocks .h2,
.wp-blocks .h3,
.wp-blocks .h4,
.wp-blocks .h5,
.wp-blocks .h6 {
  margin-bottom: 1.35rem;
}
.wp-blocks h2,
.wp-blocks .h2 {
  font-size: 1.5rem;
}
@media (max-width: 767.98px) {
  .wp-blocks h2,
  .wp-blocks .h2 {
    font-size: 1.375rem;
  }
}
.wp-blocks h3,
.wp-blocks .h3 {
  font-size: 1.375rem;
}
@media (max-width: 767.98px) {
  .wp-blocks h3,
  .wp-blocks .h3 {
    font-size: 1.188rem;
  }
}
.wp-blocks h4,
.wp-blocks .h4 {
  font-size: 1.188rem;
}
@media (max-width: 767.98px) {
  .wp-blocks h4,
  .wp-blocks .h4 {
    font-size: 1.125rem;
  }
}
.wp-blocks h5,
.wp-blocks .h5 {
  font-size: 1.125rem;
}
@media (max-width: 767.98px) {
  .wp-blocks h5,
  .wp-blocks .h5 {
    font-size: 1.063rem;
  }
}
.wp-blocks h6,
.wp-blocks .h6 {
  font-size: 1rem;
}
.wp-blocks ol li, .wp-blocks ul li {
  margin-bottom: 0.75rem;
  line-height: 29px;
}

.lc-accordion-table-of-contents {
    background-color: #faf5f2;
}

.lc-accordion-table-of-contents summary strong {
    margin-left: 0.25rem;
}

.lc-accordion-table-of-contents ol {
    list-style: none;
    padding-left: 1rem;
}

.lc-accordion-table-of-contents ol li a {
    color: #290a38;
}

.lc-accordion-table-of-contents ol li a:hover {
    text-decoration: underline !important;
}

.locus-faq-block {
	background-color: #FAF5F2;
	padding: 2rem 1.5rem;
}

.site-footer {
  background-color: #1E002E;
  padding: 4rem 0;
}
.site-footer .footer-main {
  position: relative;
  padding-top: 3rem;
}
.site-footer .footer-main::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 2px;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  background: linear-gradient(90deg, #14B5F0 0%, #14B5F0 25%, #00D173 25%, #00D173 50%, #B066FF 50%, #B066FF 75%, #FF6329 75%, #FF6329 100%);
}
.site-footer .footer-nav-col:nth-child(1) .footer-menu-title {
  color: #B066FF;
}
.site-footer .footer-nav-col:nth-child(2) .footer-menu-title {
  color: #14B5F0;
}
.site-footer .footer-nav-col:nth-child(3) .footer-menu-title {
  color: #00D173;
}
.site-footer .footer-nav-col:nth-child(4) .footer-menu-title {
  color: #FF6329;
}
.site-footer .footer-menu-title {
  color: white;
  font-size: 18px;
  font-weight: 700;
  line-height: 2;
  margin-top: 1rem;
  margin-bottom: 1rem;
}
.site-footer .footer-menu-list {
  list-style: none;
}
.site-footer .footer-menu-list a {
  color: rgba(255, 255, 255, 0.75);
  font-size: 14px;
  font-weight: 600;
  line-height: 2.143;
}
.site-footer .footer-menu-list a:hover {
  color: white;
}
.site-footer .footer-logo {
  margin: 1rem 0;
}
.site-footer .footer-social-nav {
  margin: 1.5rem 0;
}
.site-footer .footer-social-nav .nav-item a {
  color: rgba(255, 255, 255, 0.75);
  background-color: #583464;
  padding: 0.5rem;
  margin: 0.25rem;
  line-height: 1;
}
.site-footer .footer-social-nav .nav-item a:hover {
  color: white;
}
.site-footer .footer-social-nav .nav-item:first-child a {
  margin-left: 0;
}
.site-footer .footer-social-nav .nav-item:last-child a {
  margin-right: 0;
}
.site-footer .footer-policy-copy {
  margin: 1rem 0;
}
.site-footer .footer-policy-copy p {
  color: rgba(255, 255, 255, 0.75);
  font-size: 14px;
  font-weight: 600;
}
.site-footer .footer-policy-copy p a {
  color: inherit;
}
.site-footer .footer-policy-copy p a:hover {
  color: white;
}