Body,
a,
h1,
h2,
h3,
h4,
h5,
h6,
.dropdown-toggle {
  font-family: Nunito;
}

.header {
  background-color: #fafbfc !important;
  padding: 0 3%;
}

@media (min-width: 320px) {
  .header {
    padding: 0 5%;
  }
}

.header a {
  stroke: none;
}

.header .header-logo-image a:hover,
.header .header-logo-image a:focus,
.header .header-logo-image a:active {
  stroke: none;
}

.header .header-logo-title a:hover,
.header .header-logo-title a:focus,
.header .header-logo-title a:active {
  stroke: none;
  color: #5a6570;
  fill: #5a6570;
}

.header .header-logo-image a svg {
  margin-right: 5px;
}

.header .header-logo-title a {
  stroke: none;
  color: #dadcdf;
  fill: #dadcdf;
}

.header .user-nav a,
.header .user-info > [role="button"],
.header .user-info > [role="button"]::after {
  color: #5a6570;
  fill: #5a6570;
}

.nav-wrapper a {
  color: #5a6570;
}
.nav-wrapper a:hover,
.nav-wrapper a:active,
.nav-wrapper a:focus {
  color: #5a6570;
}

.header .header-logo-title {
  margin-left: 0px;
  border-left: 1px solid #dadcdf;
  font-size: 18px;
  padding-left: 0px;
}

@media (min-width: 420px) {
  .header .header-logo-title {
    margin-left: 25px;
    border-left: 1px solid #dadcdf;
    font-size: 24px;
    padding-left: 5px;
  }
}

@media (min-width: 450px) {
  .header .header-logo-title {
    margin-left: 25px;
    border-left: 1px solid #dadcdf;
    font-size: 29px;
  }
}

@media (min-width: 450px) {
  .header-logo-image svg.evoko-logo-full {
    width: 100%;
  }
}

.header .header-logo-image {
  margin-top: 10px;
}

body > main {
  position: relative;
  overflow: hidden;
  background-color: #fafbfc !important;
}

.arabesco {
  position: absolute;
  top: -21rem;
  right: calc(50% - 1000px);
  height: 100%;
  width: 50rem;
  background: url("https://d3q3w18r1z0nt6.cloudfront.net/images/commons/arabestos-background-1.svg");
  background-repeat: no-repeat;
}

.arabesco-2 {
  position: absolute;
  top: 30rem;
  left: calc(50% - 1000px);
  height: 100%;
  width: 50rem;
  background: url("https://d3q3w18r1z0nt6.cloudfront.net/images/commons/arabestos-background-2.svg");
  background-repeat: no-repeat;
}

.section.hero.hero-large {
  position: relative;
  height: auto;
  margin: 15rem 0 19rem;
  box-shadow: none;
}

.hero-large::before,
.hero-small::before {
  background: none;
}

.hero-inner {
  position: relative;
  top: 0;
  left: 0;
  margin: 0 auto;
  -webkit-transform: none;
  transform: none;
}

.hero-inner-home-heading {
  margin-bottom: 2rem;
  color: #59646f;
  font-weight: bold;
  font-size: 1.4rem;
}

@media (min-width: 450px) {
  .hero-inner-home-heading {
    font-size: 2rem;
  }
}
@media (min-width: 650px) {
  .hero-inner-home-heading {
    font-size: 3rem;
  }
}

input#query {
  height: 80px;
  border: 4px solid #5a657033;
  border-radius: 20px;
  box-shadow: none;
}

input#query::placeholder {
  font-size: 18px;
  font-weight: 500;
}

.home-categories-heading {
  color: #59646f;
}

.blocks-item {
  flex: none;
  margin: 0 auto 30px;
  padding: 0.5rem 7rem;
  border-radius: 10px;
  background-color: #9830fd;
  box-shadow: 0px 15px 12px #06443e26;
}

.blocks-item-title {
  font-weight: 600;
}

.section.knowledge-base {
  margin-bottom: 60px;
}

#footer-section {
  padding-top: 5rem;
  margin-top: 0rem;
  padding-bottom: 3rem;
  background-color: #fff;
  overflow: hidden;
}
@media (min-width: 510px) {
  #footer-section {
    padding-bottom: 0;
  }

  .footer-bottom .footer-bottom-column {
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
  }
}

.footer-layout {
  display: flex;
  flex-direction: column;
}
@media (min-width: 992px) {
  .footer-layout {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
  }

  .footer-menu {
    flex: 1 0 50%;
    margin-right: 5rem;
  }

  @media (min-width: 1600px) {
    .footer-menu {
      flex: 1 0 auto;
    }
  }

  .footer-contact-address {
    flex-direction: column;
    padding-left: 5rem;
    border-left: solid 1px rgba(90, 101, 112, 0.1);
    border-top: 0;
    padding-top: 0;
  }
}

.footer-menu {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
}
@media (min-width: 590px) {
  .footer-menu {
    flex-direction: row;
  }
}
.footer-menu .hidden {
  display: none;
}

.footer-menu .footer-menu-column {
  display: flex;
  flex: 1;
  flex-direction: column;
  margin: 0 1rem 2.5rem 1rem;
  padding-right: 0.5rem;
}

.footer-menu a {
  margin: 0.5rem 0;
  transition: all 0.3s linear;
  color: #9831fe;
}

.footer-menu .footer-menu-column a:hover,
.footer-menu .footer-menu-column a:focus {
  opacity: 0.7;
}

.footer-menu .footer-menu-column > a {
  color: rgba(90, 101, 112);
  font-size: 16px;
}

.footer-menu .footer-menu-column h2 {
  color: #9831fe;
  font-weight: bold;
  font-size: 19px;
}

.footer-menu .footer-menu-column h2 + h2 {
  margin-top: 1.5rem;
}
.footer-menu .footer-menu-column .google-partners {
  width: 60%;
}

.footer-contact-address {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

@media (max-width: 992px) {
  .footer-contact-address {
    padding-top: 3rem;
    border-top: solid 1px rgba(90, 101, 112, 0.1);
  }
}

.footer-contact {
  margin-right: 2rem;
  font-weight: bold;
  margin-bottom: 2.5rem;
  opacity: 0.4;
}

.footer-contact h2 {
  font-weight: bold;
  color: #5a6570;
  margin: 0;
  font-size: 19px;
}
.footer-contact a {
  color: #5a6570;
  margin: 0;
}
.footer-address h2,
h3,
p {
  margin: 0;
}

.footer-address a {
  color: #5a6570;
  margin: 0;
}

.footer-contact a:first-of-type {
  margin-left: 0;
}

.footer-contact a:last-of-type {
  margin-right: 0;
}

.footer-contact .footer-social-media-row {
  margin: 1rem 0;
  color: #5a6570;
}

.footer-contact .footer-social-media-row svg {
  width: 32px;
  height: 32px;
  margin-right: 20px;
}

.footer-contact .footer-social-media-row svg + svg {
  margin-left: 1rem;
}

.footer-address {
  margin-bottom: 2.5rem;
  opacity: 0.4;
  color: #5a6570;
}

.footer-address h2 {
  font-weight: bold;
}

.footer-address h3 {
  font-size: 1rem;
}

.footer-bottom {
  padding-bottom: 2rem;
  padding-top: 1rem;
  margin-top: 2rem;
  border-top: solid 1px rgba(90, 101, 112, 0.1);
}

.footer-bottom .footer-bottom-column {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
@media (min-width: 510px) {
  .footer-bottom .footer-bottom-column {
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
  }
}

.footer-bottom .footer-bottom-column .footer-logo img {
  min-width: 5rem;
  max-width: 10rem;
  max-height: 4.8rem;
}

.footer-bottom .footer-bottom-column .footer-privacy-terms {
  font-size: 0.8rem;
  margin-bottom: 0;
  color: rgba(90, 101, 112);
  padding-bottom: 1rem;
}

.footer-bottom .footer-bottom-column .footer-privacy-terms span > a {
  color: #9831fe;
}

.footer-logo .hide-visibility {
  display: none;
}

.footer-bottom container-fluid container {
  padding: 0px 6rem;
}
