@import url("https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500;600;700&display=swap");
/* GENERAL */
body {
  font-family: "Inter", sans-serif;
  color: #393939;
  font-weight: 300;
  font-size: 20px;
  line-height: 36px;
}

h1, h2, h3, h4, h5, h6 {
  font-family: "Inter", sans-serif;
}

.position-relative {
  position: relative;
}

.justify-content-center {
  justify-content: center;
}

.align-items-center {
  align-items: center;
}

.text-decoration-none:hover {
  text-decoration: none;
}

.text-end {
  text-align: right;
}

.text-start {
  text-align: left;
}

.text-small {
  font-size: 16px;
  line-height: 20px;
}

.text-medium {
  font-size: 18px;
  line-height: 26px;
}

.fw-bold {
  font-weight: bold;
}

.fw-semibold {
  font-weight: 600;
}

.m-0 {
  margin: 0;
}

.mb-0 {
  margin-bottom: 0;
}

.mt-5 {
  margin-top: 1rem;
}

.mt-15 {
  margin-top: 3rem;
}

.mt-2 {
  margin-top: 0.4rem;
}

.mb-3 {
  margin-bottom: 0.6rem;
}

.mb-4 {
  margin-bottom: 0.8rem;
}

.mb-5 {
  margin-bottom: 1rem;
}

.pb-5 {
  padding-bottom: 1rem;
}

.pt-5 {
  padding-top: 1rem;
}

.mx-auto {
  margin-left: auto;
  margin-right: auto;
}

.my-5 {
  margin-top: 1rem;
  margin-bottom: 1rem;
}

.g-0 {
  gap: 0;
}

.gap-3 {
  gap: 1rem;
}

.gap-6 {
  gap: 2rem;
}

hr {
  margin: 1rem 0;
  color: inherit;
  border: 0;
  border-top: 1px solid;
  opacity: 0.25;
}

h1, h2, h3, h4, h5, h6 {
  margin-top: 0;
}

/* end GENERAL */
.form-wrapper {
  margin-bottom: 100px;
}

form.newsform {
  min-height: 150px;
  margin-bottom: 35px;
}
form.newsform .form-group {
  margin-bottom: 15px;
  position: relative;
}
form.newsform .form-group input[type=text],
form.newsform .form-group input[type=email] {
  padding: 22px 10px 10px;
  font-size: 18px;
  line-height: 22px;
  border-radius: 10px;
  height: 50px;
  color: #393939;
  border-color: #fff;
  background-color: #f5f5f5;
  border-style: inherit;
}
form.newsform .form-group input[type=email] {
  width: 100%;
}
form.newsform .form-group input + label {
  padding-left: 11px;
  white-space: nowrap;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  overflow: hidden;
  font-weight: 300;
  color: #b0b0b0;
  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
  top: 5px !important;
  padding-right: 11px !important;
  font-size: 13px;
}
form.newsform .form-group input:empty + label {
  left: 0;
  pointer-events: none;
  position: absolute;
  top: 50%;
  font-size: 13px;
}
form.newsform .form-group input:focus + label {
  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
  font-size: 13px;
  top: 5px !important;
  padding-right: 11px !important;
}
form.newsform .form-group input:focus {
  border-color: #15d1d1;
  box-shadow: none;
}
form.newsform .form-group input:focus-visible {
  outline: none;
}
form.newsform ul {
  list-style: none;
  padding: 0;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: space-between;
  max-width: 660px;
  margin: 15px auto 0 auto;
}
form.newsform ul li {
  display: flex;
}
form.newsform ul li .icon {
  color: #14CFCF;
  margin-top: 2px;
  margin-right: 10px;
}
form.newsform .recaptcha-msg {
  text-align: center;
  font-weight: 100;
  font-size: 14px;
  margin: 15px;
  width: auto;
}
form.newsform .recaptcha-msg a {
  color: #14CFCF;
}
form.newsform .grecaptcha-badge {
  display: none !important;
}
form.newsform button[type=submit] {
  background: #14CFCF;
  border-radius: 10px;
  border: none;
  padding: 10px 20px;
  min-height: 50px;
  font-size: 16px;
  line-height: 18px;
  width: auto;
  font-weight: 600;
  color: #fff;
}

@media (min-width: 992px) {
  form.newsform {
    text-align: center;
    margin-bottom: 4px;
    height: 78px;
    min-height: 50px;
  }
  form.newsform .form-group {
    display: inline-block !important;
    margin-bottom: 0;
    margin-right: 10px;
    position: relative;
  }
  form.newsform .form-group.form-control-data\[email\] {
    width: 300px;
  }
  .fields {
    padding: 12px;
    border-radius: 2px;
    box-shadow: 0 8px 8px 0 rgba(0, 0, 0, 0.1);
    display: inline-block;
  }
  .fields > div {
    display: inline-block !important;
    vertical-align: top;
  }
}
@media (min-width: 768px) and (max-width: 1200px) {
  form.newsform .form-group.form-control-data\[email\] {
    width: 200px;
  }
}
@media (min-width: 767.5px) and (max-width: 1089px) {
  form.newsform .form-group.form-control-data\[email\],
form.newsform button[type=submit] {
    width: 100%;
    margin-bottom: 15px;
  }
}
/* sidebar */
#sidebar {
  background-color: transparent;
  color: #393939;
}

.off-canvas .sidebar-bg {
  background: #f2f2f2;
  border-radius: 0 35px 35px 0;
  width: 19rem;
  height: 100vh;
  position: fixed;
  top: 0;
  left: 0;
}
.off-canvas .learn-sidebar {
  width: 19rem;
}
.off-canvas .learn-sidebar a {
  font-size: 16px;
  line-height: 20px;
  color: #393939;
}
.off-canvas .learn-sidebar a:hover {
  color: #000;
}
.off-canvas .learn-sidebar .categories a {
  font-weight: 500;
  font-size: 20px;
  line-height: 20px;
  color: #14D0CF;
  padding: 5px 0;
}
.off-canvas .learn-sidebar .learn-brand {
  background-color: #f2f2f2;
  width: 19rem;
  height: auto;
  box-shadow: none;
  padding: 35px 40px 20px 40px;
  z-index: 1000;
  border-radius: 0 35px 0 0;
}
.off-canvas .learn-sidebar .learn-brand #logo {
  margin: 0;
  display: inline-block;
  float: left;
  width: 168px;
  height: 79px;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  background-image: url("../images/happyweb-docs-light-bg.svg");
  transition: all 0.3s ease-in-out;
}
.off-canvas .learn-sidebar .learn-brand #logo.hide {
  transform: translateX(-230px);
}
.off-canvas .learn-sidebar .learn-brand #header {
  position: relative;
}
.off-canvas .learn-sidebar .learn-brand #header .docs-text {
  position: absolute;
  top: 0;
  left: 0;
  visibility: visible;
  opacity: 0;
  transition: all 0.3s ease;
}
.off-canvas .learn-sidebar .learn-brand #header .docs-text span {
  font-weight: 800;
  font-size: 14px;
  line-height: 17px;
  color: #14CFCF;
}
.off-canvas .learn-sidebar .learn-brand #header .docs-text.show {
  visibility: visible;
  top: 25px;
  opacity: 1;
}
.off-canvas .learn-sidebar .learn-brand #header .quick-links-wrapper {
  padding: 0 10px;
}
.off-canvas .learn-sidebar .learn-brand #header .quick-links {
  background: linear-gradient(87.9deg, #FFF1BF -8.52%, #D3FFFF 30.17%, #EBE3FF 66.19%, #C3E1FF 101.24%, #C9E4FF 101.26%);
  width: 100%;
  border-radius: 25px;
  padding: 5px 6px;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: flex-start;
  margin: 20px 0;
  position: relative;
  z-index: 20;
}
.off-canvas .learn-sidebar .learn-brand #header .quick-links .langswitcher-wrapper {
  margin-right: 10px;
}
.off-canvas .learn-sidebar .learn-brand #header .quick-links .langswitcher-wrapper .langswitcher {
  position: absolute;
  left: 0;
  width: 100%;
  text-align: left;
  visibility: hidden;
  flex-direction: column;
  padding-top: 20px;
  z-index: 50;
  background-color: #FFF;
}
.off-canvas .learn-sidebar .learn-brand #header .quick-links .langswitcher-wrapper .langswitcher li {
  position: relative;
  display: flex;
  margin-top: 2px;
  width: 40px;
  height: 40px;
  text-align: center;
  justify-content: center;
  margin: 0;
}
.off-canvas .learn-sidebar .learn-brand #header .quick-links .langswitcher-wrapper .langswitcher li a {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  text-decoration: none;
  width: 40px;
  height: 40px;
  justify-content: center;
  align-items: center;
}
.off-canvas .learn-sidebar .learn-brand #header .quick-links .langswitcher-wrapper .langswitcher li a img {
  width: 20px;
  height: 17px;
}
.off-canvas .learn-sidebar .learn-brand #header .quick-links .langswitcher-wrapper .lang {
  background-color: #FFF;
  border-radius: 50%;
  width: 40px;
  height: 40px;
  display: flex;
  position: relative;
  margin: 0;
  outline: none;
  cursor: pointer;
  justify-content: center;
  align-items: center;
}
.off-canvas .learn-sidebar .learn-brand #header .quick-links .langswitcher-wrapper .lang.show-dropdown .langswitcher {
  opacity: 1;
  visibility: visible;
  height: auto;
  width: 40px;
  top: 0;
  transform: translate(0, 20px);
  border-radius: 0 0 20px 20px;
  z-index: -1;
}
.off-canvas .learn-sidebar .learn-brand #header .quick-links .langswitcher-wrapper .lang .langswitcher {
  opacity: 0;
  top: 25px;
  transition: 0.3s ease;
  margin: 0 !important;
}
.off-canvas .learn-sidebar .learn-brand #header .quick-links .langswitcher-wrapper .lang .langswitcher li {
  z-index: 1;
  background: transparent;
  border-radius: 20px;
  margin-left: 0 !important;
}
.off-canvas .learn-sidebar .learn-brand #header .quick-links .item {
  margin-right: 10px;
}
.off-canvas .learn-sidebar .learn-brand #header .quick-links .item a {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  text-decoration: none;
  width: 40px;
  height: 40px;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  background-color: #FFF;
}
.off-canvas .learn-sidebar .learn-brand #header .quick-links .item a img {
  width: 28px;
  height: 28px;
  margin: 0;
}
.off-canvas .learn-sidebar .learn-brand #header .quick-links .right-arrow {
  background-image: url("../images/arrow-right.svg");
  top: 50%;
  transform: translateY(-50%);
  position: absolute;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  width: 10px;
  height: 15px;
  right: 17px;
}
.off-canvas .learn-sidebar .learn-brand #fake {
  width: 55px;
  height: 55px;
  background-color: transparent;
  position: absolute;
  right: 10px;
  top: 15px;
}
.off-canvas .learn-sidebar .learn-brand #fake.hide {
  z-index: -1;
}
.off-canvas .learn-sidebar .learn-brand .mini-logo-list {
  text-align: right;
  position: absolute;
  right: 0;
  top: 15px;
  width: 0;
  transition: width 0.3s ease-in-out;
  height: 55px;
  min-width: 70px;
}
.off-canvas .learn-sidebar .learn-brand .mini-logo-list .mini-logo {
  position: absolute;
  top: 0;
  right: 0;
  transition: all 0.3s ease-in-out;
  display: block;
  width: 76px;
  height: 60px;
  padding: 6px 10px 6px 17px;
  margin-top: 2px;
  visibility: hidden;
  transform: scale(0.9);
}
.off-canvas .learn-sidebar .learn-brand .mini-logo-list .mini-logo:last-child {
  background-image: url("../images/icon-bg-light.svg");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  visibility: visible;
  transform: scale(1);
}
.off-canvas .learn-sidebar .learn-brand .mini-logo-list .mini-logo:last-child img {
  margin: 0;
  position: absolute;
  right: 14px;
  width: 40px;
  height: 40px;
}
.off-canvas .learn-sidebar .learn-brand .mini-logo-list .mini-logo a img {
  width: 40px;
  height: 40px;
  margin: 0 auto;
}
.off-canvas .learn-sidebar .learn-brand .mini-logo-list.expand {
  width: 250px;
  height: 55px;
  background: linear-gradient(259.68deg, #9C9C9C -126.95%, rgba(156, 156, 156, 0.35) 74.22%);
  box-shadow: 0px 3px 5px rgba(0, 0, 0, 0.08);
  border-radius: 29px;
}
.off-canvas .learn-sidebar .learn-brand .mini-logo-list.expand .mini-logo {
  visibility: visible;
  transform: scale(1);
}
.off-canvas .learn-sidebar .learn-brand .mini-logo-list.expand .mini-logo:nth-child(1) {
  right: -5px;
}
.off-canvas .learn-sidebar .learn-brand .mini-logo-list.expand .mini-logo:nth-child(2) {
  right: 42px;
}
.off-canvas .learn-sidebar .learn-brand .mini-logo-list.expand .mini-logo:nth-child(3) {
  right: 89px;
}
.off-canvas .learn-sidebar .learn-brand .mini-logo-list.expand .mini-logo:nth-child(4) {
  right: 136px;
}
.off-canvas .learn-sidebar .learn-brand .mini-logo-list.expand .mini-logo:nth-child(5) {
  right: 183px;
}
.off-canvas .learn-sidebar .learn-brand .mini-logo-list.expand .mini-logo:last-child {
  background: none;
}
.off-canvas .learn-sidebar .learn-nav {
  width: 19rem;
  padding: 0 50px;
  top: 11rem;
  bottom: 5rem;
}
.off-canvas .learn-sidebar .learn-nav ul.topics li {
  margin-top: 30px;
}
.off-canvas .learn-sidebar .learn-nav ul.topics li a {
  font-weight: 500;
  font-size: 20px;
  line-height: 20px;
  color: #14CFCF;
}
.off-canvas .learn-sidebar .learn-nav ul.topics li a > span > b {
  color: #14CFCF;
  font-weight: 500;
}
.off-canvas .learn-sidebar .learn-nav ul.topics li.active {
  background-color: transparent;
}
.off-canvas .learn-sidebar .learn-nav ul.topics li.active a {
  font-weight: 700;
  background-color: transparent;
  color: #14CFCF;
}
.off-canvas .learn-sidebar .learn-nav ul.topics li.parent {
  background-color: transparent;
}
.off-canvas .learn-sidebar .learn-nav ul:not(.topics) {
  margin-left: 15px;
}
.off-canvas .learn-sidebar .learn-nav ul:not(.topics) li {
  padding-top: 15px;
  margin-top: 0;
}
.off-canvas .learn-sidebar .learn-nav ul:not(.topics) li a {
  color: #393939 !important;
  font-weight: 300 !important;
  font-size: 16px;
  line-height: 20px;
}
.off-canvas .learn-sidebar .learn-nav ul:not(.topics) li.active a {
  font-weight: 700 !important;
  position: relative;
}
.off-canvas .learn-sidebar .learn-nav ul:not(.topics) li.active a:before {
  content: "";
  display: block;
  width: 10px;
  height: 6px;
  border-radius: 3px;
  background-color: #14CFCF;
  position: absolute;
  left: -10px;
  top: 9px;
}
.off-canvas .learn-sidebar .sidebar-bottom {
  position: fixed;
  bottom: 0;
  width: 19rem;
  padding: 0 50px;
  height: auto;
}
.off-canvas .learn-sidebar .btn-root-wrapper {
  margin: 20px 0px;
}
.off-canvas .learn-sidebar .btn-root-wrapper .btn-root {
  padding: 12px;
  background-color: #14CFCF;
  border-radius: 30px;
  text-align: center;
  width: 100%;
  color: #fff;
  display: flex;
  flex-wrap: nowrap;
  flex-direction: row;
  justify-content: center;
  align-items: center;
}
.off-canvas .learn-sidebar .btn-root-wrapper .btn-root img {
  margin: 0 10px 0 0;
  width: 27px;
  height: 25px;
  display: inline-block;
}
.off-canvas .learn-sidebar .btn-root-wrapper .btn-root span {
  display: flex;
  font-size: 14px;
  align-self: baseline;
  margin-left: 2px;
}

/* TABLET */
@media screen and (max-width: 959px) {
  .off-canvas .off-canvas-toggle {
    bottom: 0;
    top: auto;
    left: 0;
    right: 0;
    width: 100%;
    height: 50px;
    background-color: #062D8E;
    border-radius: 0px 20px 0px 0px;
    padding-left: 30px;
    padding-right: 30px;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: space-between;
    align-items: center;
  }
  .off-canvas .off-canvas-toggle .left, .off-canvas .off-canvas-toggle .right {
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
  }
  .off-canvas .off-canvas-toggle .left {
    background-image: url("../images/expand.svg");
    width: 23px;
    height: 16px;
  }
  .off-canvas .off-canvas-toggle .right {
    background-image: url("../images/docs-white.svg");
    width: 80px;
    height: 27px;
  }
  .off-canvas .off-canvas-overlay {
    background-color: #DCDCDC;
  }
  .collapse-button {
    position: absolute;
    bottom: 30px;
    left: 17rem;
    width: 23px;
    height: 16px;
    background-image: url("../images/collapse.svg");
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
    z-index: 150;
  }
  .off-canvas .off-canvas-sidebar:target .collapse-button,
.off-canvas .off-canvas-sidebar.active .collapse-button {
    transform: translateX(75px);
  }
}
/* END sidebar */

/*# sourceMappingURL=hwblog.css.map */
