@-webkit-keyframes shine {
  100% {
    left: 125%;
  }
}
@keyframes shine {
  100% {
    left: 125%;
  }
}
/* --- Font awesome --- */
/* --- Font style --- */
/* Roboto */
@font-face {
  font-family: "Roboto Bold";
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: url("../fonts/roboto-serif/Roboto-Medium.woff"); /* IE9 Compat Modes */
  src: local("Roboto Medium"), local("Roboto Medium"), url("../fonts/roboto-serif/Roboto-Medium.woff") format("woff"); /* Modern Browsers */
}
@font-face {
  font-family: "Roboto Medium";
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: url("../fonts/roboto-serif/Roboto-Medium.woff"); /* IE9 Compat Modes */
  src: local("Roboto Medium"), local("Roboto Medium"), url("../fonts/roboto-serif/Roboto-Medium.woff") format("woff"); /* Modern Browsers */
}
/* Roboto Serif */
@font-face {
  font-family: "Roboto Serif SemiBold";
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: url("../fonts/roboto-serif/RobotoSerif-SemiBold.woff"); /* IE9 Compat Modes */
  src: local("Roboto SemiBold"), local("Roboto SemiBold"), url("../fonts/roboto-serif/RobotoSerif-SemiBold.woff") format("woff"); /* Modern Browsers */
}
/* IBMPlex-Sans */
@font-face {
  font-family: "IBMPlexSans";
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: local("IBMPlexSans Regular"), local("IBMPlexSans Regular"), url("../fonts/ibmplex-sans/IBMPlexSans-Regular.woff") format("woff"), url("../fonts/ibmplex-sans/IBMPlexSans-Regular.svg#OpenSans") format("svg"); /* Legacy iOS */
}
@font-face {
  font-family: "IBMPlexSans";
  font-style: normal;
  font-weight: 600;
  font-display: swap;
  src: local("IBMPlexSans SemiBold"), local("IBMPlexSans SemiBold"), url("../fonts/ibmplex-sans/IBMPlexSans-SemiBold.woff") format("woff"), url("../fonts/ibmplex-sans/IBMPlexSans-SemiBold.svg#OpenSans") format("svg"); /* Legacy iOS */
}
@font-face {
  font-family: "IBMPlexSans";
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: local("IBMPlexSans Bold"), local("IBMPlexSans Bold"), url("../fonts/ibmplex-sans/IBMPlexSans-Bold.woff") format("woff"), url("../fonts/ibmplex-sans/IBMPlexSans-Bold.svg#OpenSans") format("svg"); /* Legacy iOS */
}
@font-face {
  font-family: "LibreFranklin";
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: local("LibreFranklin"), local("LibreFranklin"), url("../fonts/Libre/LibreFranklin-Regular.woff") format("woff"), url("../fonts/Libre/LibreFranklin-Regular.woff2") format("woff2");
}
@font-face {
  font-family: "LibreFranklin";
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: local("LibreFranklin"), local("LibreFranklin"), url("../fonts/Libre/LibreFranklin-Medium.woff") format("woff"), url("../fonts/Libre/LibreFranklin-Medium.woff2") format("woff2");
}
@font-face {
  font-family: "LibreFranklin";
  font-style: normal;
  font-weight: 600;
  font-display: swap;
  src: local("LibreFranklin"), local("LibreFranklin"), url("../fonts/Libre/LibreFranklin-SemiBold.woff") format("woff"), url("../fonts/Libre/LibreFranklin-SemiBold.woff2") format("woff2");
}
@font-face {
  font-family: "LibreFranklin";
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: local("LibreFranklin"), local("LibreFranklin"), url("../fonts/Libre/LibreFranklin-Bold.woff") format("woff"), url("../fonts/Libre/LibreFranklin-Bold.woff2") format("woff2");
}
body {
  font-size: 16px;
  line-height: 21px;
  font-family: "LibreFranklin";
  font-weight: 400;
  background: #fff;
}

h1 {
  font-size: 56px;
  line-height: 68px;
  margin-bottom: 24px;
}

h2 {
  font-size: 32px;
  line-height: 41.6px;
  margin-bottom: 24px;
}

h3 {
  font-size: 26px;
  line-height: 35px;
}

h4 {
  font-size: 20px;
  line-height: 28px;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  color: #2B3030;
  font-weight: 600;
}

table {
  margin-bottom: 40px;
  width: 100%;
}
table thead {
  border: none;
}
table thead tr th {
  vertical-align: middle;
  padding: 15px;
  border: 1px solid #ddd;
  font-size: 16px;
  line-height: 24px;
  color: #121212;
  font-weight: 600;
  font-family: "Roboto Serif SemiBold";
}
table thead tr th a {
  font-weight: 700;
  color: #121212;
}
table tbody tr td {
  vertical-align: middle;
  padding: 15px;
  font-weight: bold;
  border: 1px solid #ddd;
}
table tbody tr td a {
  color: #121212;
  font-weight: 500;
  font-family: "IBMPlexSans";
}

textarea {
  padding: 7px 15px;
}

a:hover {
  text-decoration: none;
}
a.button {
  background: #14a67b;
  border: 1px solid #14a67b;
  display: inline-block;
  text-align: center;
  padding: 13px 32px;
  font-size: 16px;
  line-height: 24px;
  color: #fff;
  border-radius: 4px;
  transition: all 0.3s ease-in-out;
  font-weight: bold;
  box-sizing: border-box;
  text-decoration: none;
  height: auto;
  width: auto;
}
a.button:hover, a.button:focus {
  background: #0e7959;
  border: 1px solid #0e7959;
  transition: all 0.3s ease-in-out;
  color: #fff;
}

video {
  display: block;
  width: 100%;
}

.container-fluid {
  padding: 0;
}

.cart--cart-block table {
  margin-bottom: 15px;
}
.cart--cart-block .cart-block--contents {
  background-color: #fafafa;
  width: auto;
  border-radius: 4px;
  padding: 15px;
  box-shadow: 0px 15px 25px -4px rgba(150, 150, 150, 0.24);
}
.cart--cart-block .cart-block--contents__links a {
  background: #14a67b;
  border: 1px solid #14a67b;
  display: inline-block;
  text-align: center;
  padding: 13px 32px;
  font-size: 16px;
  line-height: 24px;
  color: #fff;
  border-radius: 4px;
  transition: all 0.3s ease-in-out;
  font-weight: bold;
  box-sizing: border-box;
  text-decoration: none;
  height: auto;
  width: auto;
  display: block;
  padding: 8px;
}
.cart--cart-block .cart-block--contents__links a:hover, .cart--cart-block .cart-block--contents__links a:focus {
  background: #0e7959;
  border: 1px solid #0e7959;
  transition: all 0.3s ease-in-out;
  color: #fff;
}

.no-scrollable {
  height: 100%;
  overflow: hidden;
}

.splide .splide__arrow {
  background-color: #eee;
  width: 32px;
  height: 32px;
  opacity: 1;
}

input[type=checkbox] {
  width: 24px;
  height: 24px;
}

.btn-view-detail {
  background: #14a67b;
  border: 1px solid #14a67b;
  display: inline-block;
  text-align: center;
  padding: 13px 32px;
  font-size: 16px;
  line-height: 24px;
  color: #fff;
  border-radius: 4px;
  transition: all 0.3s ease-in-out;
  font-weight: bold;
  box-sizing: border-box;
  text-decoration: none;
  height: auto;
  width: auto;
  white-space: nowrap;
}
.btn-view-detail:hover, .btn-view-detail:focus {
  background: #0e7959;
  border: 1px solid #0e7959;
  transition: all 0.3s ease-in-out;
  color: #fff;
}

.ui-accordion .ui-accordion-header {
  background-color: #fafafa;
  padding: 11px 24px;
  margin: 0;
  border: solid 1px #ebebee;
}
.ui-accordion .ui-accordion-header span {
  font-size: 16px;
  line-height: 24px;
  color: #121212;
  font-weight: 400;
  font-family: "IBMPlexSans";
}
.ui-accordion .ui-accordion-header span a {
  font-size: 16px;
  line-height: 24px;
  color: #121212;
  font-weight: 600;
  font-family: "IBMPlexSans";
}
.ui-accordion .ui-accordion-header .ui-accordion-header-icon {
  display: inline-block;
  background-image: url("../images/up.svg");
  background-repeat: no-repeat;
  background-position: unset;
  margin-right: 8px;
  transition: all 0.3s;
}
.ui-accordion .ui-accordion-header:not(.ui-accordion-header-active) .ui-accordion-header-icon {
  transform: rotate(180deg);
}
.ui-accordion .ui-accordion-header.ui-accordion-header-active {
  border-bottom: none;
}
.ui-accordion .ui-accordion-content {
  border-color: #ebebee;
}

.messages {
  display: inline-block;
  color: #fff;
  padding: 10px;
  margin-bottom: 16px;
  border-radius: 4px;
}
.messages a {
  color: #fff;
  font-weight: 600;
}
.messages--status {
  background-color: #2ea443;
}
.messages--warning {
  background-color: #f8991c;
}
.messages--error {
  background-color: #ee3124;
}

.btn-start-course {
  background: #14a67b;
  border: 1px solid #14a67b;
  display: inline-block;
  text-align: center;
  padding: 13px 32px;
  font-size: 16px;
  line-height: 24px;
  color: #fff;
  border-radius: 4px;
  transition: all 0.3s ease-in-out;
  font-weight: bold;
  box-sizing: border-box;
  text-decoration: none;
  height: auto;
  width: auto;
}
.btn-start-course:hover, .btn-start-course:focus {
  background: #0e7959;
  border: 1px solid #0e7959;
  transition: all 0.3s ease-in-out;
  color: #fff;
}

.hidden {
  display: none !important;
}

input {
  margin: 0;
}

ul.action-links {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
}
ul.action-links a {
  background: #14a67b;
  border: 1px solid #14a67b;
  display: inline-block;
  text-align: center;
  padding: 13px 32px;
  font-size: 16px;
  line-height: 24px;
  color: #fff;
  border-radius: 4px;
  transition: all 0.3s ease-in-out;
  font-weight: bold;
  box-sizing: border-box;
  text-decoration: none;
  height: auto;
  width: auto;
}
ul.action-links a:hover, ul.action-links a:focus {
  background: #0e7959;
  border: 1px solid #0e7959;
  transition: all 0.3s ease-in-out;
  color: #fff;
}

.field {
  margin-bottom: 10px;
}
.field:last-child {
  margin-bottom: 0;
}
.field.field--name-dynamic-block-fieldcommerce-product-course-content, .field.field--name-dynamic-block-fieldcommerce-product-frequently-bought-together, .field.field--name-dynamic-block-fieldcommerce-product-recommended-for-you {
  margin-bottom: 50px;
}
.field.field--name-dynamic-block-fieldcommerce-product-course-content h2, .field.field--name-dynamic-block-fieldcommerce-product-frequently-bought-together h2, .field.field--name-dynamic-block-fieldcommerce-product-recommended-for-you h2 {
  margin-bottom: 20px;
}
.field.field--name-field-review.field--type-comment {
  max-width: 700px;
}

.field--name-field-membership-type {
  display: flex;
  align-items: center;
}
.field--name-field-membership-type .field__item a {
  font-size: inherit;
  line-height: inherit;
  color: #121212;
  font-weight: 600;
  font-family: "IBMPlexSans";
}

.field--name-variations .field__label {
  margin-bottom: 8px;
}

.field--name-price {
  display: flex;
  align-items: center;
}
.field--name-price .field__item {
  font-size: inherit;
  line-height: inherit;
  color: #121212;
  font-weight: 600;
  font-family: "IBMPlexSans";
}

.field--name-field-zoom-class .field__label {
  font-weight: 600;
  margin-bottom: 8px;
}
.field--name-field-zoom-class .field__item a {
  background: #fff;
  border: 1px solid #e0e0e0;
  display: inline-block;
  text-align: center;
  padding: 13px 32px;
  font-size: 16px;
  line-height: 24px;
  color: #121212;
  font-family: "IBMPlexSans SemiBold";
  border-radius: 4px;
  transition: all 0.3s ease-in-out;
  font-weight: bold;
  box-sizing: border-box;
  text-decoration: none;
  height: auto;
}
.field--name-field-zoom-class .field__item a:hover, .field--name-field-zoom-class .field__item a:focus {
  background: #e0e0e0;
  border: 1px solid #e0e0e0;
  transition: all 0.3s ease-in-out;
}

nav.navbar-we-mega-menu {
  padding: 0;
  margin-bottom: 0;
  background-color: transparent;
}
nav.menu--account > .menu > li > a {
  font-size: 0;
  display: inline-block;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  border: 1px solid #2B3030;
}
nav.menu--account > .menu > li > a[href*="/user"] {
  background: url(../images/user-black.svg) no-repeat;
  background-size: 24px;
  background-position: center;
}
nav.menu--account > .menu > li > a[href*="/user/logout"] {
  background: url(../images/user-logout.svg) no-repeat;
  background-size: 16px;
  background-position: center;
}
nav.menu--account > .menu > li > a[href*="/user/login"] {
  background: url(../images/user-login.svg) no-repeat;
  background-size: 16px;
  background-position: center;
}
nav.menu--account .menu {
  display: flex;
  margin: 0;
}
nav.menu--account .menu li {
  padding: 0;
  display: flex;
}
nav.menu--account .menu .menu-item--expanded {
  display: flex;
  position: relative;
  align-items: center;
}
nav.menu--account .menu .menu-item--expanded:hover > .menu {
  opacity: 1;
  visibility: visible;
}
nav.menu--account .menu .menu-item--expanded > .menu {
  display: block;
  position: absolute;
  background: #fafafa;
  padding: 15px;
  border-radius: 4px;
  opacity: 0;
  visibility: hidden;
  transition: all 0.3s;
  top: 50px;
  left: 50%;
  transform: translateX(-50%);
  color: #fff;
  min-width: 200px;
  z-index: 10;
  box-shadow: 0px 15px 25px -4px rgba(150, 150, 150, 0.24);
}
nav.menu--account .menu .menu-item--expanded > .menu .menu-item {
  margin-bottom: 8px;
}
nav.menu--account .menu .menu-item--expanded > .menu .menu-item a {
  font-size: inherit;
  line-height: inherit;
  color: #121212;
  font-weight: 500;
  font-family: "IBMPlexSans";
}
nav.menu--account .menu .menu-item--expanded > .menu .menu-item a:hover {
  text-decoration: underline;
}
nav.menu--account .menu .menu-item--expanded > .menu .menu-item:last-child {
  margin-bottom: 0;
}
nav.pager {
  margin: 24px 0 0;
}
nav.pager .pager__items {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  padding-left: 0;
  text-align: left;
  margin-bottom: 0;
}
nav.pager .pager__items .pager__item {
  font-weight: 400;
  padding: 0;
}
nav.pager .pager__items .pager__item:hover a {
  color: #14a67b;
}
nav.pager .pager__items .pager__item a {
  font-size: 16px;
  line-height: 1.75;
  color: #000;
  font-weight: 400;
  font-family: "IBMPlexSans";
  margin-right: 4px;
  text-align: center;
  padding: 2px 11.21px;
  border-radius: 4px;
  border: none;
}
nav.pager .pager__items .pager__item a:hover {
  background: unset;
}
nav.pager .pager__items .pager__item.is-active > a {
  color: #fff;
  background: #14a67b;
  border: none;
}
nav.pager .pager__items .pager__item.pager__item--first, nav.pager .pager__items .pager__item.pager__item--last {
  display: none;
}

.tabsbar.quicktabs-wrapper {
  padding: 0;
}
.tabsbar ul.quicktabs-tabs {
  border-bottom: none;
  margin-bottom: 0;
  margin-top: 0;
}
.tabsbar ul.quicktabs-tabs > li.active > a {
  border: none;
  color: #14a67b;
  background-color: transparent;
}
@media (max-width: 991px) {
  .tabsbar ul.quicktabs-tabs > li.active > a {
    padding-top: 0;
    padding-bottom: 0;
  }
}
.tabsbar ul.quicktabs-tabs li {
  margin-bottom: 0;
}
.tabsbar ul.quicktabs-tabs li a {
  padding-left: 0;
  padding-right: 0;
}
@media (max-width: 991px) {
  .tabsbar ul.quicktabs-tabs li a {
    padding: 0;
  }
}
.tabsbar ul.quicktabs-tabs li:hover a, .tabsbar ul.quicktabs-tabs li:focus a {
  color: #14a67b;
  transition: all 0.3s ease-out;
}
.tabsbar .quicktabs-main {
  padding: 0;
}

ul.we-mega-menu-ul {
  margin-right: 12px;
}
ul.we-mega-menu-ul li.we-mega-menu-li[data-level="0"] {
  padding: 0;
}
ul.we-mega-menu-ul li.we-mega-menu-li[data-level="0"]:hover > .we-mega-menu-submenu, ul.we-mega-menu-ul li.we-mega-menu-li[data-level="0"]:focus > .we-mega-menu-submenu {
  display: none;
}
ul.we-mega-menu-ul li.we-mega-menu-li[data-level="0"] > .we-mega-menu-submenu {
  display: none;
}
ul.we-mega-menu-ul li.we-mega-menu-li[data-level="0"].active-trail > .we-mega-menu-li {
  background-color: #14a67b;
}
ul.we-mega-menu-ul li.we-mega-menu-li[data-level="0"] > .we-mega-menu-li {
  background-color: #14a67b;
  padding: 14px 48px 14px 24px;
  display: inline-block;
  font-size: 15px;
  line-height: 20px;
  color: #fff;
  font-weight: 600;
  font-family: "IBMPlexSans";
  border-radius: 4px;
  text-transform: capitalize;
  transition: all 0.3s ease-out;
  position: relative;
}
ul.we-mega-menu-ul li.we-mega-menu-li[data-level="0"] > .we-mega-menu-li:before, ul.we-mega-menu-ul li.we-mega-menu-li[data-level="0"] > .we-mega-menu-li::after {
  display: none;
}
ul.we-mega-menu-ul li.we-mega-menu-li[data-level="0"] > .we-mega-menu-li em {
  position: absolute;
  top: 50%;
  right: 24px;
  transform: translateY(-50%);
  display: inline-block;
  width: 16px;
  height: 16px;
  background: url(../images/arrow-down-menu.svg) no-repeat;
  background-size: contain;
}
ul.we-mega-menu-ul li.we-mega-menu-li[data-level="0"] > .we-mega-menu-li:hover, ul.we-mega-menu-ul li.we-mega-menu-li[data-level="0"] > .we-mega-menu-li:focus {
  background-color: #0e7959;
  transition: all 0.3s ease-out;
}
ul.we-mega-menu-ul li.we-mega-menu-li[data-level="0"] > .we-mega-menu-li.show-menu + .we-mega-menu-submenu {
  display: block;
}
ul.we-mega-menu-ul li.we-mega-menu-li[data-level="0"] .we-mega-menu-submenu {
  min-width: 300px;
  padding: 0;
  margin-top: 0;
  border-radius: 4px;
}
ul.we-mega-menu-ul li.we-mega-menu-li[data-level="0"] .we-mega-menu-row {
  margin-left: 0;
  margin-right: 0;
}
ul.we-mega-menu-ul li.we-mega-menu-li[data-level="0"] .we-mega-menu-col {
  margin: 0;
  max-width: 100%;
  flex: 0 0 100%;
}
ul.we-mega-menu-ul li.we-mega-menu-li[data-level="1"] {
  width: 100%;
  padding-bottom: 16px;
}
ul.we-mega-menu-ul li.we-mega-menu-li[data-level="1"]:first-child {
  padding-top: 8px;
}
ul.we-mega-menu-ul li.we-mega-menu-li[data-level="1"]:last-child {
  padding-bottom: 24px;
}
ul.we-mega-menu-ul li.we-mega-menu-li[data-level="1"] a.we-mega-menu-li {
  display: inline-block;
  width: 100%;
  font-size: 14px;
  line-height: 20px;
  color: #121212;
  font-weight: 600;
  font-family: "IBMPlexSans";
  border: none;
  padding: 8px 24px;
  margin-right: 0;
  position: relative;
}
ul.we-mega-menu-ul li.we-mega-menu-li[data-level="1"] a.we-mega-menu-li::before, ul.we-mega-menu-ul li.we-mega-menu-li[data-level="1"] a.we-mega-menu-li::after {
  display: none;
}
ul.we-mega-menu-ul li.we-mega-menu-li[data-level="1"] .we-mega-menu-li {
  width: 100%;
}
ul.we-mega-menu-ul li.we-mega-menu-li[data-level="1"] > .we-mega-menu-li {
  text-transform: uppercase;
}
ul.we-mega-menu-ul li.we-mega-menu-li[data-level="1"] > .we-mega-menu-submenu {
  position: static;
  margin-top: 0 !important;
  box-shadow: none !important;
  border: none;
  padding: 0;
  opacity: 1;
  visibility: visible;
}
ul.we-mega-menu-ul li.we-mega-menu-li[data-level="2"] {
  padding: 0;
  width: 100%;
}
ul.we-mega-menu-ul li.we-mega-menu-li[data-level="2"] .we-mega-menu-submenu {
  right: 0;
}
ul.we-mega-menu-ul li.we-mega-menu-li[data-level="2"] > .we-mega-menu-submenu {
  padding-top: 16px;
  padding-bottom: 16px;
}
ul.we-mega-menu-ul li.we-mega-menu-li[data-level="2"] a.we-mega-menu-li {
  font-size: 15px;
  line-height: 20px;
  color: #121212;
  font-weight: 400;
  font-family: "IBMPlexSans";
  margin-right: 0;
}
ul.we-mega-menu-ul li.we-mega-menu-li[data-level="2"] a.we-mega-menu-li:hover, ul.we-mega-menu-ul li.we-mega-menu-li[data-level="2"] a.we-mega-menu-li:focus {
  color: #14a67b;
}
ul.we-mega-menu-ul li.we-mega-menu-li[data-level="2"] a.we-mega-menu-li:hover .arrow:before, ul.we-mega-menu-ul li.we-mega-menu-li[data-level="2"] a.we-mega-menu-li:focus .arrow:before {
  background: url(../images/arrow-menu-right-hover.svg);
  background-size: contain;
}
ul.we-mega-menu-ul li.we-mega-menu-li[data-level="2"] a.we-mega-menu-li .arrow {
  position: absolute;
  display: inline-block;
  width: 30px;
  height: 30px;
  right: 10px;
  top: 3px;
}
ul.we-mega-menu-ul li.we-mega-menu-li[data-level="2"] a.we-mega-menu-li .arrow::before {
  position: absolute;
  content: "";
  top: 7px;
  right: 7px;
  display: inline-block;
  width: 16px;
  height: 16px;
  background: url(../images/arrow-menu-right.svg) no-repeat;
  background-size: contain;
}
ul.quicktabs-tabs {
  margin: 0;
}
ul.quicktabs-tabs li {
  margin-bottom: 0;
  padding: 0 0 4px;
  position: relative;
}
ul.quicktabs-tabs li:before {
  position: absolute;
  content: "";
  bottom: 0;
  left: 0;
  display: inline-block;
  width: 0;
  height: 2px;
  background-color: #14a67b;
  transition: all 0.3s ease-out;
}
ul.quicktabs-tabs li.active:before, ul.quicktabs-tabs li:hover:before, ul.quicktabs-tabs li:focus:before {
  width: 100%;
  transition: all 0.3s ease-out;
}
ul.quicktabs-tabs li.active a, ul.quicktabs-tabs li:hover a, ul.quicktabs-tabs li:focus a {
  color: #121212;
  transition: all 0.3s ease-out;
}
ul.quicktabs-tabs li a {
  display: inline-block;
  font-size: 15px;
  line-height: 24px;
  color: #121212;
  font-weight: 500;
  font-family: "Roboto Medium";
  text-decoration: none;
  padding: 8px 24px;
}

.field--name-field-components > .field__item > .component-builder {
  margin: 0;
}

.component-wrapper.component-wrapper--type-basic_component .field--name-field-image img {
  width: auto;
  height: auto;
  max-width: 100%;
  max-height: 100%;
  object-fit: contain;
}
.component-wrapper.component-wrapper--type-push_image[class*=styles--background-color--] .component-wrapper--content {
  padding-top: 30px;
}

form input, form select {
  min-height: 48px;
  padding: 12px 24px;
  border: 1px solid #e8e6f8;
  border-radius: 0;
  box-sizing: border-box;
}
form input[type=search], form select[type=search] {
  box-sizing: border-box;
}
form input[type=email], form select[type=email] {
  display: block;
  margin-top: 0.25rem;
}
form input.button--add-to-cart, form select.button--add-to-cart {
  background: #14a67b;
  border: 1px solid #14a67b;
  display: inline-block;
  text-align: center;
  padding: 13px 32px;
  font-size: 16px;
  line-height: 24px;
  color: #fff;
  border-radius: 4px;
  transition: all 0.3s ease-in-out;
  font-weight: bold;
  box-sizing: border-box;
  text-decoration: none;
  height: auto;
  width: auto;
}
form input.button--add-to-cart:hover, form input.button--add-to-cart:focus, form select.button--add-to-cart:hover, form select.button--add-to-cart:focus {
  background: #0e7959;
  border: 1px solid #0e7959;
  transition: all 0.3s ease-in-out;
  color: #fff;
}
form input[type=submit], form select[type=submit] {
  background: #14a67b;
  border: 1px solid #14a67b;
  display: inline-block;
  text-align: center;
  padding: 13px 32px;
  font-size: 16px;
  line-height: 24px;
  color: #fff;
  border-radius: 4px;
  transition: all 0.3s ease-in-out;
  font-weight: bold;
  box-sizing: border-box;
  text-decoration: none;
  height: auto;
  width: auto;
}
form input[type=submit]:hover, form input[type=submit]:focus, form select[type=submit]:hover, form select[type=submit]:focus {
  background: #0e7959;
  border: 1px solid #0e7959;
  transition: all 0.3s ease-in-out;
  color: #fff;
}
form > .form-wrapper {
  margin-bottom: 24px;
}
form > .form-wrapper label {
  width: 100%;
}
form > .form-wrapper:last-child {
  margin-bottom: 0;
}
form.user-invite-form {
  display: flex;
  flex-wrap: wrap;
  gap: 15px;
}
form.user-invite-form .js-form-item {
  display: flex;
  flex-wrap: wrap;
  gap: 15px;
}
form.user-login-form, form.user-register-form, form.user-pass {
  max-width: 800px;
}
form.user-login-form label, form.user-register-form label, form.user-pass label {
  display: block;
}
form.user-login-form .field--type-image .form-submit, form.user-register-form .field--type-image .form-submit, form.user-pass .field--type-image .form-submit {
  display: none;
}
form.user-login-form input[type=submit], form.user-register-form input[type=submit], form.user-pass input[type=submit] {
  background: #eb5757;
  border: 1px solid #eb5757;
  display: inline-block;
  text-align: center;
  padding: 13px 32px;
  font-size: 16px;
  line-height: 20px;
  color: #fff;
  font-family: "IBMPlexSans SemiBold";
  border-radius: 4px;
  transition: all 0.3s ease-in-out;
  font-weight: bold;
  box-sizing: border-box;
  text-decoration: none;
}
form.user-login-form input[type=submit]:hover, form.user-login-form input[type=submit]:focus, form.user-register-form input[type=submit]:hover, form.user-register-form input[type=submit]:focus, form.user-pass input[type=submit]:hover, form.user-pass input[type=submit]:focus {
  background: #a83939;
  border: 1px solid #a83939;
  transition: all 0.3s ease-in-out;
  color: #fff;
}
form.user-login-form input[type=file], form.user-register-form input[type=file], form.user-pass input[type=file] {
  padding: 8px 24px;
  margin-bottom: 4px;
  height: auto;
}
form.user-login-form .form-item-contact, form.user-register-form .form-item-contact, form.user-pass .form-item-contact {
  position: relative;
  margin-top: -10px;
  padding-left: 25px;
}
form.user-login-form input[type=checkbox], form.user-register-form input[type=checkbox], form.user-pass input[type=checkbox] {
  position: absolute;
  top: -15px;
  left: 0;
}
form.user-login-form[class*=user-] .form-item, form.user-register-form[class*=user-] .form-item, form.user-pass[class*=user-] .form-item {
  margin-bottom: 24px;
}
form.user-login-form[class*=user-] .form-item > label, form.user-register-form[class*=user-] .form-item > label, form.user-pass[class*=user-] .form-item > label {
  font-size: 16px;
  line-height: 24px;
  color: #121212;
  font-weight: 500;
  font-family: "IBMPlexSans";
}
form.user-login-form[class*=user-] .form-item .description, form.user-register-form[class*=user-] .form-item .description, form.user-pass[class*=user-] .form-item .description {
  font-size: 14px;
  line-height: 21px;
  color: #333;
  font-weight: 400;
  font-family: "IBMPlexSans";
}
form.user-login-form[class*=user-] .field--widget-image-image .image-widget-data, form.user-register-form[class*=user-] .field--widget-image-image .image-widget-data, form.user-pass[class*=user-] .field--widget-image-image .image-widget-data {
  display: flex;
  gap: 16px;
}
@media (max-width: 767px) {
  form.user-login-form[class*=user-] .field--widget-image-image .image-widget-data, form.user-register-form[class*=user-] .field--widget-image-image .image-widget-data, form.user-pass[class*=user-] .field--widget-image-image .image-widget-data {
    display: block;
  }
}
form.user-login-form[class*=user-] input, form.user-register-form[class*=user-] input, form.user-pass[class*=user-] input {
  background-color: #fdfdfd;
}
form.user-login-form[class*=user-] input[type=file], form.user-register-form[class*=user-] input[type=file], form.user-pass[class*=user-] input[type=file] {
  margin-bottom: 0;
}
form.user-login-form[class*=user-] .form-wrapper input[type=submit], form.user-register-form[class*=user-] .form-wrapper input[type=submit], form.user-pass[class*=user-] .form-wrapper input[type=submit] {
  background: #14a67b;
  border: 1px solid #14a67b;
  display: inline-block;
  text-align: center;
  padding: 13px 32px;
  font-size: 16px;
  line-height: 24px;
  color: #fff;
  border-radius: 4px;
  transition: all 0.3s ease-in-out;
  font-weight: bold;
  box-sizing: border-box;
  text-decoration: none;
  height: auto;
  width: auto;
  width: 100%;
}
form.user-login-form[class*=user-] .form-wrapper input[type=submit]:hover, form.user-login-form[class*=user-] .form-wrapper input[type=submit]:focus, form.user-register-form[class*=user-] .form-wrapper input[type=submit]:hover, form.user-register-form[class*=user-] .form-wrapper input[type=submit]:focus, form.user-pass[class*=user-] .form-wrapper input[type=submit]:hover, form.user-pass[class*=user-] .form-wrapper input[type=submit]:focus {
  background: #0e7959;
  border: 1px solid #0e7959;
  transition: all 0.3s ease-in-out;
  color: #fff;
}
form.profile-form, form.group-relationship-form, form.node-form {
  padding: 24px;
  border-radius: 4px;
  border: 1px solid #ccced1;
}
form.profile-form .vertical-tabs, form.group-relationship-form .vertical-tabs, form.node-form .vertical-tabs {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
@media (max-width: 575px) {
  form.profile-form .vertical-tabs, form.group-relationship-form .vertical-tabs, form.node-form .vertical-tabs {
    margin: 0;
    margin-bottom: 20px;
  }
}
form.profile-form .vertical-tabs .js-form-type-checkbox, form.group-relationship-form .vertical-tabs .js-form-type-checkbox, form.node-form .vertical-tabs .js-form-type-checkbox {
  margin-bottom: 0;
}
@media (max-width: 575px) {
  form.profile-form .vertical-tabs .vertical-tabs__menu, form.group-relationship-form .vertical-tabs .vertical-tabs__menu, form.node-form .vertical-tabs .vertical-tabs__menu {
    width: 100%;
    margin: 0;
    border: 0;
  }
  form.profile-form .vertical-tabs .vertical-tabs__menu li, form.group-relationship-form .vertical-tabs .vertical-tabs__menu li, form.node-form .vertical-tabs .vertical-tabs__menu li {
    border: 0;
    border-bottom: 1px solid #ccc;
  }
}
@media (max-width: 575px) {
  form.profile-form .vertical-tabs .vertical-tabs__panes, form.group-relationship-form .vertical-tabs .vertical-tabs__panes, form.node-form .vertical-tabs .vertical-tabs__panes {
    width: 100%;
    padding: 0.5em 0.6em;
  }
}
form.profile-form .js-form-type-checkbox, form.group-relationship-form .js-form-type-checkbox, form.node-form .js-form-type-checkbox {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 12px;
  margin-bottom: 15px;
}
form.profile-form .js-form-type-checkbox label, form.group-relationship-form .js-form-type-checkbox label, form.node-form .js-form-type-checkbox label {
  margin-bottom: 0;
  flex: 1;
}
form.profile-form .js-form-type-checkbox .description, form.group-relationship-form .js-form-type-checkbox .description, form.node-form .js-form-type-checkbox .description {
  width: 100%;
}
form .field--type-address .form-wrapper .js-form-wrapper .js-form-wrapper, form .field--type-address .form-wrapper .js-form-wrapper .js-form-item {
  margin-bottom: 15px;
}
form .field--type-address .form-wrapper .js-form-wrapper .js-form-wrapper .js-form-wrapper, form .field--type-address .form-wrapper .js-form-wrapper .js-form-wrapper .js-form-item, form .field--type-address .form-wrapper .js-form-wrapper .js-form-item .js-form-wrapper, form .field--type-address .form-wrapper .js-form-wrapper .js-form-item .js-form-item {
  margin: 0;
}
form .form-item-vote .form-item {
  display: flex;
  align-items: center;
  gap: 8px;
  padding-bottom: 8px;
}
form .form-item-vote .form-item .fivestar-widget-static .star {
  background: unset;
}
form .form-item-vote .form-item .fivestar-widget-static .star .on {
  background: url(../images/star-on.svg);
  width: 16px;
  height: 16px;
  padding: 1px;
  object-fit: contain;
}
form .form-item-vote .form-item .fivestar-widget-static .star .off {
  background: url(../images/star-off.svg);
  width: 16px;
  height: 16px;
  padding: 1px;
  object-fit: contain;
}
form .form-item-vote .description {
  font-size: 14px;
  line-height: 16px;
  color: #4b4b4b;
  font-weight: 400;
  font-family: "IBMPlexSans";
}
form .form-item-vote .description span {
  display: inline-block;
  font-size: 14px;
  line-height: 16px;
  color: #4b4b4b;
  font-weight: 400;
  font-family: "IBMPlexSans";
  height: 16px;
}
form.webform-submission-contact-form {
  border-top: 1px solid #ebebeb;
}
form.webform-submission-contact-form .form-textarea-wrapper {
  width: 47.5%;
}
@media (max-width: 767px) {
  form.webform-submission-contact-form input {
    width: 100%;
  }
}
form.quiz-form {
  max-width: 768px;
  margin: 0 auto;
  position: relative;
}
form.quiz-form #take-quiz .messages--error {
  background-color: #ee3124;
  color: #fff;
  padding: 10px;
  margin-bottom: 16px;
  border-radius: 4px;
  font-weight: 600;
}
form.quiz-form .count-down-label--wrapper {
  display: flex;
  gap: 8px;
  font-size: 18px;
  line-height: 24px;
  color: #121212;
  margin-bottom: 8px;
}
form.quiz-form .count-down-label--wrapper .label {
  font-weight: 600;
  font-family: "IBMPlexSans";
}
form.quiz-form .take-quiz-form {
  background-color: #fafafa;
  padding: 20px;
  border-radius: 4px;
}
form.quiz-form .take-quiz-form [id*=question_] br {
  display: none;
}
form.quiz-form .take-quiz-form [id*=question_] h3 {
  font-size: 32px;
  line-height: 41.6px;
  color: #121212;
  font-weight: 600;
  font-family: "Roboto Serif SemiBold";
  margin-bottom: 16px;
}
form.quiz-form .take-quiz-form [id*=question_] p {
  font-size: 18px;
  line-height: 31.5px;
  color: #14a67b;
  font-weight: 500;
  font-family: "IBMPlexSans";
}
form.quiz-form .take-quiz-form [id*=answer_checkboxes_] {
  margin-bottom: 16px;
}
form.quiz-form .take-quiz-form [id*=answer_checkboxes_]:last-child {
  margin-bottom: 0;
}
form.quiz-form .take-quiz-form > .form-wrapper {
  display: flex;
  align-items: center;
  gap: 16px;
}
form.quiz-form .form-checkboxes > .form-item {
  display: flex;
  justify-content: space-between;
  gap: 16px;
  margin-bottom: 8px;
}
form.quiz-form .form-checkboxes > .form-item:last-child {
  margin-bottom: 0;
}
form.quiz-form .form-checkboxes > .form-item label {
  font-size: 16px;
  line-height: 24px;
  color: #121212;
  font-weight: 600;
  font-family: "IBMPlexSans";
}
form.quiz-form .form-checkboxes > .form-item .form-checkbox {
  width: 30px;
  height: 30px;
  order: 2;
  flex: 0 0 30px;
}
form.quiz-form .form-checkboxes > .form-item .form-checkbox:hover {
  cursor: pointer;
}
form.quiz-form #confirm_submit,
form.quiz-form #next_button {
  margin-top: 16px;
}
form.quiz-form #confirm_submit input,
form.quiz-form #next_button input {
  background: #14a67b;
  border: 1px solid #14a67b;
  display: inline-block;
  text-align: center;
  padding: 13px 32px;
  font-size: 16px;
  line-height: 24px;
  color: #fff;
  border-radius: 4px;
  transition: all 0.3s ease-in-out;
  font-weight: bold;
  box-sizing: border-box;
  text-decoration: none;
  height: auto;
  width: auto;
}
form.quiz-form #confirm_submit input:hover, form.quiz-form #confirm_submit input:focus,
form.quiz-form #next_button input:hover,
form.quiz-form #next_button input:focus {
  background: #0e7959;
  border: 1px solid #0e7959;
  transition: all 0.3s ease-in-out;
  color: #fff;
}
form.quiz-form #confirm_submit .ajax-progress,
form.quiz-form #next_button .ajax-progress {
  display: none;
}
form.quiz-form #back_button {
  margin-top: 16px;
}
form.quiz-form #back_button input {
  background: #fff;
  border: 1px solid #e0e0e0;
  display: inline-block;
  text-align: center;
  padding: 13px 32px;
  font-size: 16px;
  line-height: 24px;
  color: #121212;
  font-family: "IBMPlexSans SemiBold";
  border-radius: 4px;
  transition: all 0.3s ease-in-out;
  font-weight: bold;
  box-sizing: border-box;
  text-decoration: none;
  height: auto;
}
form.quiz-form #back_button input:hover, form.quiz-form #back_button input:focus {
  background: #e0e0e0;
  border: 1px solid #e0e0e0;
  transition: all 0.3s ease-in-out;
}
form.quiz-form #back_button .ajax-progress {
  display: none;
}
form.commerce-checkout-flow .link--previous {
  background: #14a67b;
  border: 1px solid #14a67b;
  display: inline-block;
  text-align: center;
  padding: 13px 32px;
  font-size: 16px;
  line-height: 24px;
  color: #fff;
  border-radius: 4px;
  transition: all 0.3s ease-in-out;
  font-weight: bold;
  box-sizing: border-box;
  text-decoration: none;
  height: auto;
  width: auto;
}
form.commerce-checkout-flow .link--previous:hover, form.commerce-checkout-flow .link--previous:focus {
  background: #0e7959;
  border: 1px solid #0e7959;
  transition: all 0.3s ease-in-out;
  color: #fff;
}
form.commerce-checkout-flow .checkout-pane {
  margin-bottom: 30px;
}
form.commerce-checkout-flow .checkout-pane legend {
  font-size: 18px;
  line-height: 31.5px;
  color: #121212;
  font-weight: 700;
  font-family: "IBMPlexSans";
  margin-bottom: 12px;
}
form.commerce-checkout-flow .checkout-pane-payment-information > .fieldset-wrapper > .fieldgroup > .fieldset-wrapper {
  padding: 15px;
  background-color: #eee;
  width: 50%;
  margin-bottom: 20px;
}
form.commerce-checkout-flow .form-radios > .form-item {
  margin-bottom: 16px;
}
form.commerce-checkout-flow .form-radios > .form-item:last-child {
  margin-bottom: 0;
}
form.commerce-checkout-flow .form-type-radio {
  display: flex;
  justify-content: space-between;
}
form.commerce-checkout-flow .form-type-radio input {
  width: 30px;
  height: 30px;
  order: 2;
}
form.commerce-checkout-flow .form-type-radio input:hover {
  cursor: pointer;
}
form.commerce-checkout-flow .form-type-radio label {
  font-size: 16px;
  line-height: 24px;
  color: #121212;
  font-weight: 700;
  font-family: "IBMPlexSans";
}
form.commerce-checkout-flow .layout-region-checkout-main .link--previous {
  background: #14a67b;
  border: 1px solid #14a67b;
  display: inline-block;
  text-align: center;
  padding: 13px 32px;
  font-size: 16px;
  line-height: 24px;
  color: #fff;
  border-radius: 4px;
  transition: all 0.3s ease-in-out;
  font-weight: bold;
  box-sizing: border-box;
  text-decoration: none;
  height: auto;
  width: auto;
}
form.commerce-checkout-flow .layout-region-checkout-main .link--previous:hover, form.commerce-checkout-flow .layout-region-checkout-main .link--previous:focus {
  background: #0e7959;
  border: 1px solid #0e7959;
  transition: all 0.3s ease-in-out;
  color: #fff;
}
form.commerce-checkout-flow .layout-region-checkout-footer .button--primary {
  background: #14a67b;
  border: 1px solid #14a67b;
  display: inline-block;
  text-align: center;
  padding: 13px 32px;
  font-size: 16px;
  line-height: 24px;
  color: #fff;
  border-radius: 4px;
  transition: all 0.3s ease-in-out;
  font-weight: bold;
  box-sizing: border-box;
  text-decoration: none;
  height: auto;
  width: auto;
}
form.commerce-checkout-flow .layout-region-checkout-footer .button--primary:hover, form.commerce-checkout-flow .layout-region-checkout-footer .button--primary:focus {
  background: #0e7959;
  border: 1px solid #0e7959;
  transition: all 0.3s ease-in-out;
  color: #fff;
}
form.commerce-checkout-flow .checkout-pane-order-summary .order-total-line {
  font-size: 16px;
  line-height: 24px;
  color: #121212;
  font-weight: 600;
  font-family: "IBMPlexSans";
  padding: 0;
}
form.commerce-checkout-flow .checkout-pane-order-summary .order-total-line .order-total-line-label {
  position: relative;
}
form.commerce-checkout-flow .checkout-pane-order-summary .order-total-line .order-total-line-label:after {
  content: ":";
  position: absolute;
}
form.commerce-checkout-flow .checkout-pane-order-summary .order-total-line.order-total-line__total .order-total-line-label,
form.commerce-checkout-flow .checkout-pane-order-summary .order-total-line.order-total-line__total .order-total-line-value {
  color: #14a67b;
}
form.commerce-checkout-flow .checkout-pane-coupon-redemption .form-wrapper > input[type=submit] {
  background: #14a67b;
  border: 1px solid #14a67b;
  display: inline-block;
  text-align: center;
  padding: 13px 32px;
  font-size: 16px;
  line-height: 24px;
  color: #fff;
  border-radius: 4px;
  transition: all 0.3s ease-in-out;
  font-weight: bold;
  box-sizing: border-box;
  text-decoration: none;
  height: auto;
  width: auto;
  margin-top: 16px;
  margin-left: auto;
  margin-right: auto;
}
form.commerce-checkout-flow .checkout-pane-coupon-redemption .form-wrapper > input[type=submit]:hover, form.commerce-checkout-flow .checkout-pane-coupon-redemption .form-wrapper > input[type=submit]:focus {
  background: #0e7959;
  border: 1px solid #0e7959;
  transition: all 0.3s ease-in-out;
  color: #fff;
}
form.commerce-checkout-flow .checkout-pane-coupon-redemption .form-item-coupon-redemption-form-code label {
  font-size: 18px;
  line-height: 31.5px;
  color: #121212;
  font-weight: 700;
  font-family: "IBMPlexSans";
}
form.commerce-checkout-flow .checkout-pane-coupon-redemption table {
  width: 50%;
}
form.commerce-checkout-flow .checkout-pane-coupon-redemption table tbody td.remove-button--td {
  width: 200px;
}
form.commerce-checkout-flow .layout-checkout-form .form-actions {
  display: flex;
  gap: 16px;
}
form.commerce-checkout-flow .layout-checkout-form .form-actions input[type=submit],
form.commerce-checkout-flow .layout-checkout-form .form-actions .link--previous {
  background: #14a67b;
  border: 1px solid #14a67b;
  display: inline-block;
  text-align: center;
  padding: 13px 32px;
  font-size: 16px;
  line-height: 24px;
  color: #fff;
  border-radius: 4px;
  transition: all 0.3s ease-in-out;
  font-weight: bold;
  box-sizing: border-box;
  text-decoration: none;
  height: auto;
  width: auto;
  width: auto;
}
form.commerce-checkout-flow .layout-checkout-form .form-actions input[type=submit]:hover, form.commerce-checkout-flow .layout-checkout-form .form-actions input[type=submit]:focus,
form.commerce-checkout-flow .layout-checkout-form .form-actions .link--previous:hover,
form.commerce-checkout-flow .layout-checkout-form .form-actions .link--previous:focus {
  background: #0e7959;
  border: 1px solid #0e7959;
  transition: all 0.3s ease-in-out;
  color: #fff;
}
form.commerce-checkout-flow .coupon-redemption-form__coupons .button {
  background: #14a67b;
  border: 1px solid #14a67b;
  display: inline-block;
  text-align: center;
  padding: 13px 32px;
  font-size: 16px;
  line-height: 24px;
  color: #fff;
  border-radius: 4px;
  transition: all 0.3s ease-in-out;
  font-weight: bold;
  box-sizing: border-box;
  text-decoration: none;
  height: auto;
  width: auto;
  width: auto;
  margin: 0 auto;
}
form.commerce-checkout-flow .coupon-redemption-form__coupons .button:hover, form.commerce-checkout-flow .coupon-redemption-form__coupons .button:focus {
  background: #0e7959;
  border: 1px solid #0e7959;
  transition: all 0.3s ease-in-out;
  color: #fff;
}
form.commerce-checkout-flow .form-item-payment-information-add-payment-method-payment-details-card-number label,
form.commerce-checkout-flow .form-item-payment-information-add-payment-method-payment-details-expiration label,
form.commerce-checkout-flow .form-item-payment-information-add-payment-method-payment-details-security-code label {
  font-size: 14px;
  line-height: 20px;
  color: #121212;
  font-weight: 700;
  font-family: "IBMPlexSans";
}
form.commerce-checkout-flow .form-wrapper__returning-customer .fieldset-wrapper {
  display: flex;
  flex-direction: column;
}
form.commerce-checkout-flow .form-wrapper__returning-customer .fieldset-wrapper .form-item {
  margin-bottom: 16px;
}
form.commerce-checkout-flow .form-wrapper__returning-customer .fieldset-wrapper .form-item.form-type-password {
  margin-bottom: 0;
}
form.commerce-checkout-flow .form-wrapper__returning-customer .fieldset-wrapper .form-item label {
  font-size: 16px;
  line-height: 24px;
  color: #121212;
  font-weight: 700;
  font-family: "IBMPlexSans";
}
form.commerce-checkout-flow .form-wrapper__returning-customer #edit-login-returning-customer-forgot-password {
  margin-bottom: 16px;
}
form.commerce-checkout-flow .form-wrapper__returning-customer .button {
  display: block;
  order: 4;
  background: #14a67b;
  border: 1px solid #14a67b;
  display: inline-block;
  text-align: center;
  padding: 13px 32px;
  font-size: 16px;
  line-height: 24px;
  color: #fff;
  border-radius: 4px;
  transition: all 0.3s ease-in-out;
  font-weight: bold;
  box-sizing: border-box;
  text-decoration: none;
  height: auto;
  width: auto;
}
form.commerce-checkout-flow .form-wrapper__returning-customer .button:hover, form.commerce-checkout-flow .form-wrapper__returning-customer .button:focus {
  background: #0e7959;
  border: 1px solid #0e7959;
  transition: all 0.3s ease-in-out;
  color: #fff;
}
form.commerce-checkout-flow .form-wrapper__guest-checkout .button {
  background: #14a67b;
  border: 1px solid #14a67b;
  display: inline-block;
  text-align: center;
  padding: 13px 32px;
  font-size: 16px;
  line-height: 24px;
  color: #fff;
  border-radius: 4px;
  transition: all 0.3s ease-in-out;
  font-weight: bold;
  box-sizing: border-box;
  text-decoration: none;
  height: auto;
  width: auto;
}
form.commerce-checkout-flow .form-wrapper__guest-checkout .button:hover, form.commerce-checkout-flow .form-wrapper__guest-checkout .button:focus {
  background: #0e7959;
  border: 1px solid #0e7959;
  transition: all 0.3s ease-in-out;
  color: #fff;
}
form.contact-form .form-item-copy {
  display: flex;
  align-items: center;
  gap: 10px;
  margin: 24px 0;
}
form.contact-form .form-item-copy input {
  width: 16px;
  height: 16px;
}
form.contact-form .form-item-copy label {
  margin: 0;
}
form.contact-form .form-item > label {
  font-size: 16px;
  line-height: 24px;
  color: #121212;
  font-weight: 700;
  font-family: "IBMPlexSans";
}
form.contact-form > .form-actions {
  display: flex;
  gap: 16px;
}
form.contact-form > .form-actions input[type=submit] {
  background: #14a67b;
  border: 1px solid #14a67b;
  display: inline-block;
  text-align: center;
  padding: 13px 32px;
  font-size: 16px;
  line-height: 24px;
  color: #fff;
  border-radius: 4px;
  transition: all 0.3s ease-in-out;
  font-weight: bold;
  box-sizing: border-box;
  text-decoration: none;
  height: auto;
  width: auto;
}
form.contact-form > .form-actions input[type=submit]:hover, form.contact-form > .form-actions input[type=submit]:focus {
  background: #0e7959;
  border: 1px solid #0e7959;
  transition: all 0.3s ease-in-out;
  color: #fff;
}
form.contact-form > div {
  margin-bottom: 16px;
}
form.contact-form > div:last-child {
  margin-bottom: 0;
}
form.contact-form textarea {
  width: 100%;
  border-color: #e6e9eb;
}
form.search-form .form-type-search {
  display: block;
  margin-bottom: 16px;
}
form.search-form .form-type-search input {
  margin-bottom: 16px;
}
form.search-form .form-type-search label {
  font-size: 16px;
  line-height: 24px;
  color: #121212;
  font-weight: 700;
  font-family: "IBMPlexSans";
  margin-bottom: 8px;
}
form.search-form input[type=submit] {
  background: #14a67b;
  border: 1px solid #14a67b;
  display: inline-block;
  text-align: center;
  padding: 13px 32px;
  font-size: 16px;
  line-height: 24px;
  color: #fff;
  border-radius: 4px;
  transition: all 0.3s ease-in-out;
  font-weight: bold;
  box-sizing: border-box;
  text-decoration: none;
  height: auto;
  width: auto;
  margin: 0;
}
form.search-form input[type=submit]:hover, form.search-form input[type=submit]:focus {
  background: #0e7959;
  border: 1px solid #0e7959;
  transition: all 0.3s ease-in-out;
  color: #fff;
}
form.user-form > .form-wrapper > .form-item label {
  font-weight: 600;
}

.quiz-confirm-dialog {
  border-radius: 4px;
}
.quiz-confirm-dialog.ui-widget {
  padding: 0;
  border: none;
}
.quiz-confirm-dialog .ui-dialog-titlebar {
  background-color: #14a67b;
  color: #fff;
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.quiz-confirm-dialog .ui-dialog-titlebar-close {
  background-image: url("../images/close.svg");
  background-repeat: no-repeat;
  background-size: 13px;
  padding: 0;
  border: none;
  outline: none;
  background-color: unset;
}
.quiz-confirm-dialog .ui-dialog-buttonpane {
  background-color: #fff;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.quiz-confirm-dialog .ui-dialog-buttonset .button {
  background: #eb5757;
  border: 1px solid #eb5757;
  display: inline-block;
  text-align: center;
  padding: 13px 32px;
  font-size: 16px;
  line-height: 20px;
  color: #fff;
  font-family: "IBMPlexSans SemiBold";
  border-radius: 4px;
  transition: all 0.3s ease-in-out;
  font-weight: bold;
  box-sizing: border-box;
  text-decoration: none;
  padding: 12px 16px;
}
.quiz-confirm-dialog .ui-dialog-buttonset .button:hover, .quiz-confirm-dialog .ui-dialog-buttonset .button:focus {
  background: #a83939;
  border: 1px solid #a83939;
  transition: all 0.3s ease-in-out;
  color: #fff;
}
.quiz-confirm-dialog .ui-dialog-buttonset .button--primary {
  background: #14a67b;
  border: 1px solid #14a67b;
  display: inline-block;
  text-align: center;
  padding: 13px 32px;
  font-size: 16px;
  line-height: 24px;
  color: #fff;
  border-radius: 4px;
  transition: all 0.3s ease-in-out;
  font-weight: bold;
  box-sizing: border-box;
  text-decoration: none;
  height: auto;
  width: auto;
  padding: 12px 16px;
}
.quiz-confirm-dialog .ui-dialog-buttonset .button--primary:hover, .quiz-confirm-dialog .ui-dialog-buttonset .button--primary:focus {
  background: #0e7959;
  border: 1px solid #0e7959;
  transition: all 0.3s ease-in-out;
  color: #fff;
}

.comment-form > .form-wrapper {
  margin-bottom: 24px;
}
.comment-form .form-item > label {
  font-weight: 600;
  color: #121212;
}
.comment-form input[type=submit] {
  background: #14a67b;
  border: 1px solid #14a67b;
  display: inline-block;
  text-align: center;
  padding: 13px 32px;
  font-size: 16px;
  line-height: 24px;
  color: #fff;
  border-radius: 4px;
  transition: all 0.3s ease-in-out;
  font-weight: bold;
  box-sizing: border-box;
  text-decoration: none;
  height: auto;
  width: auto;
}
.comment-form input[type=submit]:hover, .comment-form input[type=submit]:focus {
  background: #0e7959;
  border: 1px solid #0e7959;
  transition: all 0.3s ease-in-out;
  color: #fff;
}

select.lang-dropdown-select-element {
  padding: 10px 20px;
  border-radius: 4px;
}

.forum table thead {
  background: #14a67b;
}
.forum table thead th {
  color: #fff;
  border: 0;
  border-right: 1px solid #fff;
  padding: 15px 20px;
}
.forum table thead th a {
  color: #fff;
}
.forum table thead th:first-child {
  border-top-left-radius: 4px;
}
.forum table thead th:last-child {
  border: 0;
  border-top-right-radius: 4px;
}
.forum table tbody tr td {
  font-weight: normal;
  font-size: 16px;
}
.forum table tbody tr td a {
  font-weight: bold;
  font-size: 18px;
}
.forum table tbody tr td p:last-child {
  margin-bottom: 0;
}
.forum table tbody tr td.container {
  background: #F5F5F5;
}

.field--name-comment-forum {
  padding: 24px;
  border-radius: 4px;
  border: 1px solid #ccced1;
}
.field--name-comment-forum article.comment .content {
  padding-top: 0;
}
.field--name-comment-forum article.comment .content p {
  margin-bottom: 1rem;
}
.field--name-comment-forum article.comment .content p:last-child {
  margin-bottom: 0;
}
.field--name-comment-forum ul {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
}

.form-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 24px;
}

.profile {
  padding: 32px;
  border-radius: 4px;
  border: 1px solid #ccced1;
}
@media (max-width: 767px) {
  .profile {
    padding: 24px;
  }
}
.profile > .field {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  column-gap: 20px;
  margin-bottom: 15px;
}
.profile > .field:last-child {
  margin-bottom: 0;
}
.profile .field__label {
  width: 170px;
  font-weight: 600;
}
@media (max-width: 767px) {
  .profile .field__label {
    width: 100%;
  }
}
.profile .field__item {
  flex: 1;
}
.profile p:last-child {
  margin-bottom: 0;
}

.group--cohort, .node-forum-form {
  padding: 32px;
  border-radius: 4px;
  border: 1px solid #ccced1;
}
@media (max-width: 767px) {
  .group--cohort, .node-forum-form {
    padding: 24px;
  }
}
.group--cohort .filter-help, .node-forum-form .filter-help {
  margin: 12px 0;
}
.group--cohort ul, .node-forum-form ul {
  list-style: disc;
  margin-left: 30px;
}

.view-group-nodes {
  display: flex;
  flex-wrap: wrap;
  gap: 24px;
  border-radius: 4px;
  border: 1px solid #ccced1;
  padding: 24px;
  border-top: 6px solid #1ab69d;
  margin-bottom: 40px;
}
.view-group-nodes .views-exposed-form label {
  min-width: 200px;
}
.view-group-nodes .views-exposed-form .form-item {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}
.view-group-nodes .views-exposed-form .form-item select, .view-group-nodes .views-exposed-form .form-item input {
  flex: 1;
}
.view-group-nodes .views-exposed-form .form--inline {
  display: flex;
  flex-wrap: wrap;
  gap: 15px;
}
.view-group-nodes .form-actions {
  flex: 0 0 100%;
}
.view-group-nodes .view-content {
  width: 100%;
  overflow: auto;
}

table {
  width: 100%;
}
table thead {
  background: #14a67b;
}
table thead th {
  color: #fff;
  border: 0;
  border-right: 1px solid #fff;
  padding: 15px 20px;
}
table thead th a {
  color: #fff;
}
table thead th:first-child {
  border-top-left-radius: 4px;
}
table thead th:last-child {
  border: 0;
  border-top-right-radius: 4px;
}
table tbody tr td {
  font-weight: normal;
  font-size: 16px;
}
table tbody tr td a {
  font-weight: bold;
  font-size: 18px;
}
table tbody tr td p:last-child {
  margin-bottom: 0;
}
table tbody tr td.container {
  background: #F5F5F5;
}

.view.view-groups .view-content {
  display: flex;
  flex-wrap: wrap;
  gap: 24px;
}
.view.view-groups .views-row {
  border-radius: 4px;
  border: 1px solid #ccced1;
  padding: 24px;
  border-top: 6px solid #1ab69d;
  flex: 1;
  min-width: calc(25% - 18px);
}
@media (max-width: 991px) {
  .view.view-groups .views-row {
    min-width: calc(50% - 12px);
  }
}
@media (max-width: 767px) {
  .view.view-groups .views-row {
    min-width: 100%;
  }
}
.view.view-groups .views-field-label {
  margin-bottom: 20px;
}
.view.view-groups .views-field-uid {
  margin-bottom: 8px;
  font-weight: bold;
}

.view.view-group-members {
  border-radius: 4px;
  border: 1px solid #ccced1;
  padding: 24px;
  border-top: 6px solid #1ab69d;
}
.view.view-group-members .views-row {
  padding-bottom: 15px;
  margin-bottom: 15px;
  border-bottom: 1px solid #ccced1;
}
.view.view-group-members .views-row:last-child {
  padding-bottom: 0;
  margin-bottom: 0;
  border: 0;
}
.view.view-group-members .view-footer {
  padding-top: 15px;
  margin-top: 15px;
  border-top: 1px solid #ccced1;
}
.view.view-group-members .view-footer a {
  background: #14a67b;
  border: 1px solid #14a67b;
  display: inline-block;
  text-align: center;
  padding: 13px 32px;
  font-size: 16px;
  line-height: 24px;
  color: #fff;
  border-radius: 4px;
  transition: all 0.3s ease-in-out;
  font-weight: bold;
  box-sizing: border-box;
  text-decoration: none;
  height: auto;
  width: auto;
}
.view.view-group-members .view-footer a:hover, .view.view-group-members .view-footer a:focus {
  background: #0e7959;
  border: 1px solid #0e7959;
  transition: all 0.3s ease-in-out;
  color: #fff;
}

.sidebar-second .dropbutton {
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  margin-bottom: 30px !important;
  gap: 15px;
}
.sidebar-second .dropbutton li {
  display: block !important;
}
.sidebar-second .dropbutton li.dropbutton-toggle {
  display: none !important;
}
.sidebar-second .dropbutton a {
  display: inline-block !important;
  background: #14a67b;
  border: 1px solid #14a67b;
  display: inline-block;
  text-align: center;
  padding: 13px 32px;
  font-size: 16px;
  line-height: 24px;
  color: #fff;
  border-radius: 4px;
  transition: all 0.3s ease-in-out;
  font-weight: bold;
  box-sizing: border-box;
  text-decoration: none;
  height: auto;
  width: auto;
}
.sidebar-second .dropbutton a:hover, .sidebar-second .dropbutton a:focus {
  background: #0e7959;
  border: 1px solid #0e7959;
  transition: all 0.3s ease-in-out;
  color: #fff;
}

.action-links {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 12px;
  gap: 15px;
}
.action-links li {
  list-style: none;
}

button.link-edit-summary {
  background: #14a67b;
  border: 1px solid #14a67b;
  display: inline-block;
  text-align: center;
  padding: 13px 32px;
  font-size: 16px;
  line-height: 24px;
  color: #fff;
  border-radius: 4px;
  transition: all 0.3s ease-in-out;
  font-weight: bold;
  box-sizing: border-box;
  text-decoration: none;
  height: auto;
  width: auto;
  margin: 0 12px;
  padding: 7px 20px;
  font-size: 14px;
  line-height: 20px;
}
button.link-edit-summary:hover, button.link-edit-summary:focus {
  background: #0e7959;
  border: 1px solid #0e7959;
  transition: all 0.3s ease-in-out;
  color: #fff;
}

a.address-book__add-link {
  background: #14a67b;
  border: 1px solid #14a67b;
  display: inline-block;
  text-align: center;
  padding: 13px 32px;
  font-size: 16px;
  line-height: 24px;
  color: #fff;
  border-radius: 4px;
  transition: all 0.3s ease-in-out;
  font-weight: bold;
  box-sizing: border-box;
  text-decoration: none;
  height: auto;
  width: auto;
}
a.address-book__add-link:hover, a.address-book__add-link:focus {
  background: #0e7959;
  border: 1px solid #0e7959;
  transition: all 0.3s ease-in-out;
  color: #fff;
}

.address-book__container {
  margin-bottom: 30px;
}
.address-book__container:last-child {
  margin-bottom: 0;
}

.private-message-add-form {
  padding: 24px;
  border-radius: 4px;
  border: 1px solid #ccced1;
}
.private-message-add-form .js-filter-wrapper {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}
.private-message-add-form .filter-help {
  width: 100%;
}
.private-message-add-form .js-form-item {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}

.block-private-message-block {
  margin-top: 50px;
  padding-top: 20px;
  border-top: 1px solid #ccced1;
}

.private-message-thread-full {
  padding: 24px;
  border-radius: 4px;
  border: 1px solid #ccced1;
}
.private-message-thread-full .field--name-members {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}
.private-message-thread-full .field--name-members .field__items {
  display: flex;
  flex-wrap: wrap;
}
.private-message-thread-full .field--name-members .field__items .field__item::before {
  content: ",";
  margin-right: 10px;
  margin-left: 3px;
}
.private-message-thread-full .field--name-members .field__items .field__item:first::before {
  display: none;
}
.private-message-thread-full .private-message-thread-messages {
  margin-top: 20px;
  padding-top: 20px;
  border-top: 1px solid #ccced1;
}
.private-message-thread-full .private-message-thread-messages .field--name-private-messages .private-message {
  padding: 10px 0;
  border: 0;
  border-bottom: 1px solid #ccced1;
}
.private-message-thread-full .private-message-thread-messages .field--name-private-messages .private-message:last-child {
  border: 0;
}
.private-message-thread-full .load-previous-position-before {
  margin-bottom: 20px;
}
.private-message-thread-full .load-previous-position-before a {
  background: #14a67b;
  border: 1px solid #14a67b;
  display: inline-block;
  text-align: center;
  padding: 13px 32px;
  font-size: 16px;
  line-height: 24px;
  color: #fff;
  border-radius: 4px;
  transition: all 0.3s ease-in-out;
  font-weight: bold;
  box-sizing: border-box;
  text-decoration: none;
  height: auto;
  width: auto;
}
.private-message-thread-full .load-previous-position-before a:hover, .private-message-thread-full .load-previous-position-before a:focus {
  background: #0e7959;
  border: 1px solid #0e7959;
  transition: all 0.3s ease-in-out;
  color: #fff;
}

#private-message-page .private-message-thread-full .field--name-private-messages .private-message {
  border-radius: 0;
  padding: 0;
  margin: 0;
  border: 0;
}

.block.udemium-banner--block {
  padding: 96px 0;
}
.block.udemium-banner--block .content-row.row {
  margin-right: 0;
  margin-left: 0;
}
.block.udemium-banner--block h2 {
  font-size: 60px;
  line-height: 72px;
  color: #121212;
  font-weight: 600;
  font-family: "Roboto Serif SemiBold";
  margin-bottom: 24px;
  letter-spacing: -2px;
}
.block.udemium-banner--block p {
  font-size: 18px;
  line-height: 32px;
  color: #000;
  font-weight: 400;
  font-family: "IBMPlexSans";
}
.block.udemium-banner--block p:last-child {
  margin-bottom: 40px;
  padding-right: 40px;
}
.block.udemium-banner--block .field-image img {
  height: 486px;
  width: 100%;
  border-radius: 6px;
}
.block.udemium-banner--block .field-content {
  display: flex;
  flex-direction: column;
  align-content: space-around;
}
.block.udemium-banner--block .field-group {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
}
.block.udemium-banner--block .field-group > .field-item.right {
  order: 2;
}
.block.udemium-banner--block .field-group > .field-item:not(.right) {
  padding: 0;
  margin-right: 126px;
}
@media (max-width: 991px) {
  .block.udemium-banner--block .field-group > .field-item:not(.right) {
    margin-right: 24px;
  }
}
.block.udemium-banner--block .field-image {
  width: 486px;
}
.block.udemium-banner--block .field-link a {
  background: #eb5757;
  border: 1px solid #eb5757;
  display: inline-block;
  text-align: center;
  padding: 13px 32px;
  font-size: 16px;
  line-height: 20px;
  color: #fff;
  font-family: "IBMPlexSans SemiBold";
  border-radius: 4px;
  transition: all 0.3s ease-in-out;
  font-weight: bold;
  box-sizing: border-box;
  text-decoration: none;
  font-size: 18px;
  line-height: 24px;
  padding-top: 19px;
  padding-bottom: 19px;
}
.block.udemium-banner--block .field-link a:hover, .block.udemium-banner--block .field-link a:focus {
  background: #a83939;
  border: 1px solid #a83939;
  transition: all 0.3s ease-in-out;
  color: #fff;
}
.block.block-quicktabs-blockfeatured-courses {
  border-top: 1px solid #f2f2f2;
  padding-top: 64px;
}
.block.block-quicktabs-blockfeatured-courses > h2 {
  text-align: center;
  cursor: pointer;
}
.block.block-quicktabs-blockfeatured-courses ul.quicktabs-tabs {
  justify-content: center;
}
.block.block-quicktabs-blockfeatured-courses .view-courses, .block.block-quicktabs-blockfeatured-courses .view.view-bundle {
  margin-top: 48px;
}
.block.block-quicktabs-blockfeatured-courses .view-content.row .views-row.row:last-child {
  margin-bottom: 0;
}
.block.block-quicktabs-blockfeatured-courses .view-content.row .views-row.row .views-col {
  padding-bottom: 28.8px;
}
.block.block-quicktabs-blockfeatured-courses .views-row:last-child {
  margin-bottom: 16px;
}
.block.block-quicktabs-blockfeatured-courses .views-field-field-main-category {
  padding: 12px 0 0;
}
.block.block-quicktabs-blockfeatured-courses .views-field-field-main-category .field-content {
  font-size: 10px;
  line-height: 12px;
  color: #14a67b;
  font-weight: 700;
  font-family: "IBMPlexSans";
  cursor: pointer;
  text-transform: uppercase;
  text-decoration: none;
}
.block.block-quicktabs-blockfeatured-courses .views-field-field-main-category .field-content:hover, .block.block-quicktabs-blockfeatured-courses .views-field-field-main-category .field-content:focus {
  text-decoration: underline;
}
.block.block-quicktabs-blockfeatured-courses .view-footer {
  margin-bottom: 32px;
}
.block.block-quicktabs-blockfeatured-courses .view-footer a {
  background: #fff;
  border: 1px solid #e0e0e0;
  display: inline-block;
  text-align: center;
  padding: 13px 32px;
  font-size: 16px;
  line-height: 24px;
  color: #121212;
  font-family: "IBMPlexSans SemiBold";
  border-radius: 4px;
  transition: all 0.3s ease-in-out;
  font-weight: bold;
  box-sizing: border-box;
  text-decoration: none;
  height: auto;
}
.block.block-quicktabs-blockfeatured-courses .view-footer a:hover, .block.block-quicktabs-blockfeatured-courses .view-footer a:focus {
  background: #e0e0e0;
  border: 1px solid #e0e0e0;
  transition: all 0.3s ease-in-out;
}
.block.block-block-student-feedback {
  padding: 0 0 48px;
  margin-right: 38px;
}
.block.block-block-student-feedback h2 {
  margin-bottom: 16px;
}
.block.block-block-student-feedback .block-student-feedback {
  display: flex;
}
.block.block-block-student-feedback .column-one {
  padding: 0 32px 0 0;
  margin-right: 5px;
}
.block.block-block-student-feedback .average_rating {
  font-size: 60px;
  line-height: 60px;
  color: #ffb82e;
  font-weight: 700;
  font-family: "IBMPlexSans";
  font-weight: bold;
  margin-bottom: 12px;
}
.block.block-block-student-feedback .total_rating {
  font-size: 14px;
  line-height: 16px;
  color: #4b4b4b;
  font-weight: 600;
  font-family: "IBMPlexSans";
  margin-top: 12px;
  margin-left: 6px;
}
.block.block-block-student-feedback .column-two {
  flex: 1;
}
.block.block-block-student-feedback .rating-row {
  display: flex;
  margin-right: 5px;
}
.block.block-block-student-feedback .rating-row > *:last-child {
  margin-left: 16px;
}
.block.block-block-student-feedback .star-5 {
  font-size: 14px;
  line-height: 24px;
  color: #4b4b4b;
  font-weight: 400;
  font-family: "IBMPlexSans";
}
.block.block-block-student-feedback .progress {
  max-width: 481px;
  width: 100%;
  background: #ebebee;
  height: 8px;
  margin: 8px 16px 8px 0;
  border-radius: 4px;
}
.block.block-block-student-feedback .progress .progress-bar {
  border-radius: 4px;
  background: #828282;
}
.block.block-block-student-feedback .fivestar-widget-static {
  display: flex;
  margin-left: 6px;
}
.block.block-block-student-feedback .star {
  background: unset;
}
.block.block-block-student-feedback .star .on {
  background: url(../images/star-on.svg);
  width: 16px;
  height: 16px;
  padding: 1px;
  object-fit: contain;
}
.block.block-block-student-feedback .star .off {
  background: url(../images/star-off.svg);
  width: 16px;
  height: 16px;
  padding: 1px;
  object-fit: contain;
}
.block .cart-form {
  margin-bottom: 30px;
}
.block .cart-form:last-child {
  margin-bottom: 0;
}
.block-views-blocklession-block-1 {
  margin-top: 48px;
}
.block-views-exposed-filter-blockproduct-index-page-2 form > .form--inline {
  display: flex;
  align-items: center;
  position: relative;
}
.block-views-exposed-filter-blockproduct-index-page-2 form > .form--inline .form-item > label {
  display: none;
}
.block-views-exposed-filter-blockproduct-index-page-2 form > .form--inline .form-item input {
  margin: 0;
  padding-left: 54px;
}
.block-views-exposed-filter-blockproduct-index-page-2 form > .form--inline .form-item-keywords {
  flex: 1;
  order: 2;
}
.block-views-exposed-filter-blockproduct-index-page-2 form > .form--inline .form-actions {
  position: absolute;
  left: 0;
}
.block-views-exposed-filter-blockproduct-index-page-2 form > .form--inline .form-actions input {
  font-size: 0;
  width: 54px;
  padding: 12px 10px 12px 20px;
  background-image: url(../images/search.svg);
  background-repeat: no-repeat;
  background-size: 24px;
  background-position: 20px center;
  background-color: #fff;
  border-radius: 4px;
  border: none;
}
@media (max-width: 767px) {
  .block-views-exposed-filter-blockproduct-index-page-2 {
    display: none;
  }
}
.block.course-info-block--wrapper {
  max-width: calc(66.6666666667% - 48px);
}

.take-quiz-result h3 {
  margin-bottom: 24px;
}
.take-quiz-result table[class*=quiz-result] thead tr th {
  text-align: left;
  padding: 15px;
  white-space: nowrap;
  background-color: #fafafa;
  color: #121212;
}
.take-quiz-result table[class*=quiz-result] thead tr th.quiz-result-question {
  width: 40%;
}
.take-quiz-result table[class*=quiz-result] thead tr th.quiz-result-your-answer, .take-quiz-result table[class*=quiz-result] thead tr th.quiz-result-correct, .take-quiz-result table[class*=quiz-result] thead tr th.quiz-result-right-answer {
  width: 10%;
}
.take-quiz-result table[class*=quiz-result] thead tr th.quiz-result-choice {
  width: 30%;
}
.take-quiz-result table[class*=quiz-result] tbody tr.quiz-result-choice-0 .quiz-result-data-0 {
  color: #14a67b;
  font-weight: 600;
  font-family: "IBMPlexSans";
}
.take-quiz-result table[class*=quiz-result] td {
  text-align: left;
}
.take-quiz-result table[class*=quiz-result] td p {
  margin: 0;
}
.take-quiz-result .certificate-download {
  background: #14a67b;
  border: 1px solid #14a67b;
  display: inline-block;
  text-align: center;
  padding: 13px 32px;
  font-size: 16px;
  line-height: 24px;
  color: #fff;
  border-radius: 4px;
  transition: all 0.3s ease-in-out;
  font-weight: bold;
  box-sizing: border-box;
  text-decoration: none;
  height: auto;
  width: auto;
  margin-top: 50px;
}
.take-quiz-result .certificate-download:hover, .take-quiz-result .certificate-download:focus {
  background: #0e7959;
  border: 1px solid #0e7959;
  transition: all 0.3s ease-in-out;
  color: #fff;
}

.tabs.primary li a {
  font-size: 16px;
  line-height: 24px;
  color: #121212;
  font-weight: 500;
  font-family: "IBMPlexSans";
}
.tabs.primary li.is-active {
  background-color: #97f0d6;
}
.tabs.primary li.is-active:hover {
  background-color: #7de3c5;
}
.tabs.primary li:hover {
  cursor: pointer;
  background-color: #7de3c5;
}

.newsletter-block--wrapper h2 {
  color: #fff;
  margin-bottom: 16px;
}
.newsletter-block--wrapper form .field--type-email {
  margin-bottom: 16px;
}
.newsletter-block--wrapper form .form-item-message {
  margin-bottom: 8px;
}

.book-navigation ul {
  margin: 0;
  padding: 0;
}
.book-navigation ul.book-pager, .book-navigation ul.menu {
  padding: 0;
}
.book-navigation ul.menu {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  column-gap: 24px;
}
.book-navigation ul li {
  float: none;
  text-align: left;
  width: auto;
  margin-bottom: 8px;
}
.book-navigation ul li a {
  font-size: inherit;
  line-height: inherit;
  color: #121212;
  font-weight: 600;
  font-family: "IBMPlexSans";
}
.book-navigation ul li a:hover {
  text-decoration: underline;
}
.book-navigation ul li b {
  display: none;
}
.book-navigation ul.book-pager {
  display: none;
}

/* --- View Basic --- */
.view {
  /*--------start layout--------*/
  /*------------end layout------*/
  /*----------start view proggram-----*/
  /*----- star courses   Start learning with Free Courses,Featured Courses------- */
  /*----- star introduction  ------- */
  /*----- instructor  ------- */
  /*----- star bundle  ------- */
  /*----- star list courses  ------- */
  /*----- popular  courses  ------- */
  /*-----------start page detail course ---------*/
  /*----------------end pages detail courses--------*/
  /*--------view review page caourses detail------*/
}
.view .view-content.row {
  display: flex;
  flex-wrap: wrap;
  margin: 0;
}
.view .views-view-grid {
  width: 100%;
}
.view .views-view-grid.cols-5 .views-col {
  max-width: calc(20% - 24px);
  width: 100% !important;
  margin: 0 12px;
  margin-bottom: 24px;
  border-radius: 6px;
  padding: 0;
}
@media (max-width: 991px) {
  .view .views-view-grid.cols-5 .views-col {
    max-width: calc(25% - 16px);
    margin: 0 8px;
  }
}
@media (max-width: 767px) {
  .view .views-view-grid.cols-5 .views-col {
    max-width: calc(50% - 16px);
    margin: 0 8px;
  }
}
.view .views-view-grid.cols-4 .views-col {
  max-width: calc(25% - 24px);
  width: 100% !important;
  margin: 0 12px;
  margin-bottom: 24px;
  border-radius: 6px;
  padding: 0;
}
.view .views-view-grid.cols-2 .views-col {
  max-width: calc(50% - 24px);
  width: 100% !important;
  margin: 0 12px;
  margin-bottom: 24px;
  border-radius: 6px;
  padding: 0;
}
@media (max-width: 991px) {
  .view .views-view-grid.cols-2 .views-col {
    max-width: 100%;
    margin: 0 0 24px 0;
  }
}
.view .flex-views-container {
  width: 100%;
  padding: 0;
  margin: 0;
}
.view .flex-views-container .flexslider {
  margin: 0;
}
.view .flex-views-container .flexslider .slides {
  width: 100%;
}
.view .views-row.row {
  display: flex;
  flex-wrap: wrap;
  margin-left: -12px;
  margin-right: -12px;
  float: unset;
  width: unset;
}
@media (max-width: 767px) {
  .view .views-row.row {
    margin-left: -8px;
    margin-right: -8px;
  }
}
.view .view-fields-bestsellfer {
  margin-right: 4px;
  font-size: 10px;
  line-height: 12px;
  color: #fff;
  font-weight: 700;
  font-family: "IBMPlexSans";
  text-transform: uppercase;
  padding: 4px 8px;
  border-radius: 12px;
  display: inline-block;
  background-color: #eb5757;
}
.view .view-fields-sale {
  margin-right: 4px;
  font-size: 10px;
  line-height: 12px;
  color: #fff;
  font-weight: 700;
  font-family: "IBMPlexSans";
  text-transform: uppercase;
  padding: 4px 8px;
  border-radius: 12px;
  display: inline-block;
  background-color: #14a67b;
}
.view-my-certificates .view-header, .view-quiz-results .view-header {
  font-size: 18px;
  margin-bottom: 15px;
}
.view .flex-direction-nav .flex-nav-prev,
.view .flex-direction-nav .flex-nav-next {
  position: absolute;
  top: 67.5px;
  opacity: 1;
  display: block;
}
.view .flex-direction-nav .flex-nav-prev a,
.view .flex-direction-nav .flex-nav-next a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 48px;
  height: 48px;
  background-color: #fff;
  position: relative;
  font-size: 0;
  left: 0;
  right: 0;
  opacity: 1;
}
.view .flex-direction-nav .flex-nav-prev a:before,
.view .flex-direction-nav .flex-nav-next a:before {
  position: absolute;
  content: "";
  display: inline-block;
  width: 24px;
  height: 24px;
}
.view .flex-direction-nav .flex-nav-prev a.flex-disabled,
.view .flex-direction-nav .flex-nav-next a.flex-disabled {
  opacity: 1 !important;
}
.view .flex-direction-nav .flex-nav-prev {
  left: -20px;
}
.view .flex-direction-nav .flex-nav-prev a:before {
  background: url(../images/arrow-left.svg) no-repeat;
  background-size: contain;
  background-position: center;
}
.view .flex-direction-nav .flex-nav-next {
  right: -20px;
}
.view .flex-direction-nav .flex-nav-next a:before {
  background: url(../images/arrow-right.svg) no-repeat;
  background-size: contain;
  background-position: center;
}
.view .flexslider {
  height: auto !important;
  border: none;
  background-color: transparent;
}
.view .flexslider:hover .flex-direction-nav .flex-next {
  left: -10px;
  opacity: 0.75;
}
.view .flexslider:hover .flex-direction-nav .flex-prev {
  right: -10px;
  opacity: 0.75;
}
.view .flex-control-nav {
  display: none;
}
.view .price--container {
  display: flex;
}
.view .price--container .view-field-discount {
  font-size: 16px;
  line-height: 24px;
  color: #14a67b;
  font-weight: 700;
  font-family: "IBMPlexSans";
  display: inline-block;
  margin-right: 12px;
}
.view .price--container .field-discount-exist {
  display: inline-block;
  font-size: 16px;
  line-height: 24px;
  color: #4b4b4b;
  font-weight: 400;
  font-family: "IBMPlexSans";
  text-decoration: line-through;
}
.view .price--container > div:only-child {
  font-size: 16px;
  line-height: 24px;
  color: #121212;
  font-weight: 700;
  font-family: "IBMPlexSans";
  display: inline-block;
}
.view.view-programs {
  text-align: center;
  padding-top: 96px;
  padding-bottom: 64px;
  border-bottom: 1px solid #f2f2f2;
}
.view.view-programs .view-filters {
  border: none;
}
.view.view-programs .views-view-grid.cols-4 .views-row.row .views-col {
  position: relative;
}
.view.view-programs .views-view-grid.cols-4 .views-row.row:last-child .views-col {
  margin-bottom: 0;
}
.view.view-programs .views-view-grid.cols-4 .views-field-title {
  position: absolute;
  left: 0px;
  bottom: 35px;
  width: 100%;
  padding: 0 20px;
}
@media (max-width: 767px) {
  .view.view-programs .views-view-grid.cols-4 .views-field-title {
    padding: 0 16px;
  }
}
.view.view-programs .views-view-grid.cols-4 .views-field-title .field-content {
  font-size: 14px;
  line-height: 20px;
  color: #fff;
  font-weight: 600;
  font-family: "IBMPlexSans";
  text-align: center;
  width: 100%;
  text-transform: uppercase;
  cursor: pointer;
}
.view.view-programs .views-view-grid.cols-4 .views-field-title .field-content:focus, .view.view-programs .views-view-grid.cols-4 .views-field-title .field-content:hover {
  text-decoration: none;
}
.view.view-programs .views-view-grid.cols-4 .views-field-field-program-image img {
  width: 282px;
  height: 90px;
  border-radius: 6px;
}
.view.view-programs .views-view-grid.cols-4 .view-filters .form--inline {
  display: flex;
}
.view.view-programs .views-view-grid.cols-4 .view-filters .form--inline input[type=text] {
  margin-top: 0;
}
.view.view-programs .views-view-grid.cols-2 {
  padding-top: 32px;
}
.view.view-programs .views-view-grid.cols-2 .views-row {
  margin-bottom: 40px;
  margin-left: -12px;
  margin-right: -12px;
}
.view.view-programs .views-view-grid.cols-2 .views-row .views-col {
  padding: 0;
  display: flex;
  gap: 20px;
  text-align: left;
}
.view.view-programs .views-view-grid.cols-2 .views-field-fieldset,
.view.view-programs .views-view-grid.cols-2 .views-field-fieldset-1 {
  margin-bottom: 8px;
}
.view.view-programs .views-view-grid.cols-2 .views-field-fieldset .field-content > *,
.view.view-programs .views-view-grid.cols-2 .views-field-fieldset-1 .field-content > * {
  display: flex;
  gap: 10px;
}
.view.view-programs .views-view-grid.cols-2 .views-field-body p {
  margin-bottom: 8px;
}
.view.view-programs .views-view-grid.cols-2 .views-field-field-program-image img {
  max-height: 258px;
  height: 147.2px;
}
@media (max-width: 991px) {
  .view.view-programs .views-view-grid.cols-2 .views-field-field-program-image img {
    height: 90px;
  }
}
@media (max-width: 767px) {
  .view.view-programs .views-view-grid.cols-2 .views-field-field-program-image img {
    height: 60px;
  }
}
.view.view-programs .views-view-grid.cols-2 .views-field-fieldset-2 {
  flex: 1 0 60%;
}
.view.view-programs .views-view-grid.cols-2 .views-field-title {
  position: unset;
}
.view.view-programs .views-view-grid.cols-2 .views-field-title a {
  font-size: 16px;
  line-height: 24px;
  color: #121212;
  font-weight: 600;
  font-family: "IBMPlexSans";
  margin-bottom: 8px;
}
.view.view-programs .views-view-grid.cols-2 .views-field-view-courses a {
  background: #14a67b;
  border: 1px solid #14a67b;
  display: inline-block;
  text-align: center;
  padding: 13px 32px;
  font-size: 16px;
  line-height: 24px;
  color: #fff;
  border-radius: 4px;
  transition: all 0.3s ease-in-out;
  font-weight: bold;
  box-sizing: border-box;
  text-decoration: none;
  height: auto;
  width: auto;
}
.view.view-programs .views-view-grid.cols-2 .views-field-view-courses a:hover, .view.view-programs .views-view-grid.cols-2 .views-field-view-courses a:focus {
  background: #0e7959;
  border: 1px solid #0e7959;
  transition: all 0.3s ease-in-out;
  color: #fff;
}
.view.view-programs .pager ul {
  display: flex;
  justify-content: center;
}
.view.view-courses, .view.view-bundle {
  margin-top: 64px;
  padding-bottom: 64px;
}
.view.view-courses .view-header, .view.view-bundle .view-header {
  text-align: center;
}
.view.view-courses .view-content.row .views-row.row .views-col, .view.view-bundle .view-content.row .views-row.row .views-col {
  padding: 0;
  position: relative;
  flex: 1;
}
.view.view-courses .slides, .view.view-bundle .slides {
  margin-right: -12px;
  margin-left: -12px;
}
.view.view-courses .slides > li, .view.view-bundle .slides > li {
  margin-left: 24px;
  position: relative;
}
.view.view-courses .views-field-field-course-image img, .view.view-bundle .views-field-field-course-image img {
  max-height: 147.2px;
  object-fit: cover;
  border-radius: 6px;
  height: 100%;
}
.view.view-courses .views-field-field-topics, .view.view-bundle .views-field-field-topics {
  padding: 12px 0 0;
}
.view.view-courses .views-field-field-topics .field-content, .view.view-bundle .views-field-field-topics .field-content {
  font-size: 10px;
  line-height: 12px;
  color: #14a67b;
  font-weight: 700;
  font-family: "IBMPlexSans";
}
.view.view-courses .views-field-field-topics h2, .view.view-bundle .views-field-field-topics h2 {
  margin: 0;
}
.view.view-courses .views-field-field-topics a, .view.view-bundle .views-field-field-topics a {
  font-size: 10px;
  line-height: 12px;
  color: #14a67b;
  font-weight: 700;
  font-family: "IBMPlexSans";
  text-decoration: none;
  text-transform: uppercase;
}
.view.view-courses .views-field-field-topics a:hover, .view.view-bundle .views-field-field-topics a:hover, .view.view-courses .views-field-field-topics a:focus, .view.view-bundle .views-field-field-topics a:focus {
  text-decoration: underline;
}
.view.view-courses .views-field-free, .view.view-bundle .views-field-free {
  font-size: 10px;
  line-height: 12px;
  color: #fff;
  font-weight: 700;
  font-family: "IBMPlexSans";
  text-transform: uppercase;
  padding: 4px 8px;
  border-radius: 12px;
  background-color: #2f80ed;
  cursor: default;
}
.view.view-courses .views-field-nothing, .view.view-bundle .views-field-nothing {
  position: absolute;
  top: 12px;
  left: 12px;
  display: flex;
}
.view.view-courses .views-field-title, .view.view-bundle .views-field-title {
  padding: 4px 24px 0 0;
}
.view.view-courses .views-field-title h2, .view.view-bundle .views-field-title h2 {
  margin-bottom: 8px;
  color: #121212;
}
.view.view-courses .views-field-title h2:last-child, .view.view-bundle .views-field-title h2:last-child {
  display: none;
}
.view.view-courses .views-field-title a, .view.view-bundle .views-field-title a {
  font-size: 16px;
  line-height: 24px;
  color: #121212;
  font-weight: 600;
  font-family: "IBMPlexSans";
  text-decoration: none;
  display: inline-block;
}
.view.view-courses .views-field-title a:hover, .view.view-bundle .views-field-title a:hover, .view.view-courses .views-field-title a:focus, .view.view-bundle .views-field-title a:focus {
  text-decoration: underline;
}
.view.view-courses .views-field-field-full-name, .view.view-bundle .views-field-field-full-name {
  font-size: 14px;
  line-height: 24px;
  color: #4b4b4b;
  font-weight: 400;
  font-family: "IBMPlexSans";
  padding: 0 24px 4px 0;
}
.view.view-courses .views-field-price__number, .view.view-bundle .views-field-price__number {
  font-size: 16px;
  line-height: 24px;
  color: #121212;
  font-weight: 700;
  font-family: "IBMPlexSans";
}
.view.view-courses .view-footer, .view.view-bundle .view-footer {
  text-align: center;
}
.view.view-courses .view-footer a, .view.view-bundle .view-footer a {
  background: #eb5757;
  border: 1px solid #eb5757;
  display: inline-block;
  text-align: center;
  padding: 13px 32px;
  font-size: 16px;
  line-height: 20px;
  color: #fff;
  font-family: "IBMPlexSans SemiBold";
  border-radius: 4px;
  transition: all 0.3s ease-in-out;
  font-weight: bold;
  box-sizing: border-box;
  text-decoration: none;
}
.view.view-courses .view-footer a:hover, .view.view-bundle .view-footer a:hover, .view.view-courses .view-footer a:focus, .view.view-bundle .view-footer a:focus {
  background: #a83939;
  border: 1px solid #a83939;
  transition: all 0.3s ease-in-out;
  color: #fff;
}
.view.view-introduction {
  background-color: #fff2f2;
  padding: 96px 0;
  position: relative;
}
.view.view-introduction:before, .view.view-introduction:after {
  position: absolute;
  content: "";
  top: 0;
  display: inline-block;
  width: 100%;
  height: 100%;
  background-color: #fff2f2;
}
.view.view-introduction:before {
  left: -100%;
}
.view.view-introduction::after {
  right: -100%;
}
.view.view-introduction .flexslider {
  background-color: transparent;
  border: none;
  height: auto !important;
  position: relative;
}
.view.view-introduction .slides li ~ li {
  display: none !important;
}
.view.view-introduction .slides > li,
.view.view-introduction .slides .flex-active-slide {
  display: flex !important;
  flex-wrap: wrap;
  align-items: center;
}
.view.view-introduction .views-field-nothing {
  order: -1;
  max-width: 50%;
  flex: 0 0 50%;
  padding-right: 12px;
}
.view.view-introduction .views-field-field-introduction-image {
  max-width: 50%;
  width: 100%;
  display: flex;
  justify-content: center;
  padding-left: 12px;
}
.view.view-introduction .views-field-field-introduction-image img {
  max-height: 384px;
  object-fit: cover;
}
.view.view-introduction .views-field-title {
  font-size: 32px;
  line-height: 42px;
  color: #121212;
  font-weight: 600;
  font-family: "Roboto Serif SemiBold";
  margin-bottom: 56px;
}
.view.view-introduction .views-field-body {
  font-size: 18px;
  line-height: 32px;
  color: #000;
  font-weight: 400;
  font-family: "IBMPlexSans";
  margin-bottom: 40px;
}
.view.view-introduction .views-field-body p:last-child {
  margin-bottom: 0;
}
.view.view-introduction .flex-control-nav {
  position: absolute;
  left: -6px;
  text-align: left;
  bottom: 244px;
  z-index: 2;
  display: block;
  height: 32px;
}
.view.view-introduction .flex-control-nav li a {
  height: 8px;
  width: 8px;
}
.view.view-introduction .flex-direction-nav {
  display: none;
}
.view.view-introduction .view-fields-link a {
  background: #eb5757;
  border: 1px solid #eb5757;
  display: inline-block;
  text-align: center;
  padding: 13px 32px;
  font-size: 16px;
  line-height: 20px;
  color: #fff;
  font-family: "IBMPlexSans SemiBold";
  border-radius: 4px;
  transition: all 0.3s ease-in-out;
  font-weight: bold;
  box-sizing: border-box;
  text-decoration: none;
  padding-top: 15px;
  padding-bottom: 15px;
  line-height: 24px;
}
.view.view-introduction .view-fields-link a:hover, .view.view-introduction .view-fields-link a:focus {
  background: #a83939;
  border: 1px solid #a83939;
  transition: all 0.3s ease-in-out;
  color: #fff;
}
.view.view-instructor {
  text-align: center;
  padding-top: 0;
  padding-bottom: 64px;
}
.view.view-instructor .slides > li {
  max-width: 384px;
  padding: 24px 16px;
  border-radius: 6px;
  border: solid 1px #c9c8d3;
  flex-wrap: wrap;
  align-items: flex-start;
  margin-left: 24px;
  display: flex !important;
}
.view.view-instructor .flex-control-nav {
  display: none;
}
.view.view-instructor .flex-direction-nav .flex-nav-prev,
.view.view-instructor .flex-direction-nav .flex-nav-next {
  position: absolute;
  top: 70%;
  transform: translate(0px, -43px);
  opacity: 1;
  display: block;
}
.view.view-instructor .views-field img {
  max-width: 72px;
  height: auto;
  border-radius: 50%;
}
.view.view-instructor .views-field-fieldset {
  flex: 1;
  padding-left: 16px;
  text-align: left;
}
.view.view-instructor .views-field-field-full-name .field-content {
  font-size: 16px;
  line-height: 24px;
  color: #121212;
  font-weight: 600;
  font-family: "IBMPlexSans";
}
.view.view-instructor .views-field-field-topics .field-content {
  font-size: 16px;
  line-height: 28px;
  color: #4b4b4b;
  font-weight: 400;
  font-family: "IBMPlexSans";
}
.view.view-instructor .views-field-field-rating {
  margin-top: -2px;
}
.view.view-instructor .views-field-field-learner-number .field-content,
.view.view-instructor .views-field-field-course-number .field-content {
  font-size: 14px;
  line-height: 21px;
  color: #4b4b4b;
  font-weight: 400;
  font-family: "IBMPlexSans";
  font-weight: normal;
}
.view.view-instructor .views-field-field-learner-number .field-content strong,
.view.view-instructor .views-field-field-course-number .field-content strong {
  color: #121212;
  font-weight: bold;
}
.view.view-instructor .form-type-fivestar .form-type-select {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
.view.view-bundle {
  margin-top: 0;
}
.view.view-bundle .views-field-field-bundle-image img {
  max-width: 220.8px;
  max-height: 147.2px;
  height: 147.2px;
  object-fit: cover;
  border-radius: 6px;
  width: 100%;
}
.view.view-bundle .flex-control-nav {
  display: none;
}
.view.view-bundle .views-field-field-bundle-topic {
  padding: 12px 0 0;
}
.view.view-bundle .views-field-field-bundle-topic .field-content {
  display: flex;
  justify-content: space-between;
}
.view.view-bundle .views-field-field-bundle-topic a {
  font-size: 10px;
  line-height: 12px;
  color: #14a67b;
  font-weight: 700;
  font-family: "IBMPlexSans";
  text-decoration: none;
  text-transform: uppercase;
}
.view.view-bundle .views-field-field-bundle-topic a:hover, .view.view-bundle .views-field-field-bundle-topic a:focus {
  text-decoration: underline;
}
.view.view-bundle .views-field-nothing {
  position: unset;
}
.view.view-list-courses .view-content.row .views-row {
  display: flex;
  width: 100%;
  padding: 24.2px 0;
  border-bottom: 1px solid #ebebee;
  gap: 16px;
}
.view.view-list-courses .view-field-discount {
  margin-right: 0;
}
.view.view-list-courses .views-field-fieldset-3 {
  max-width: 282px;
  max-height: 188px;
  position: relative;
}
.view.view-list-courses .views-field-fieldset-3 .views-field-nothing {
  position: absolute;
  top: 12px;
  left: 12px;
}
.view.view-list-courses .views-field-fieldset-3 .views-field-nothing .field-content {
  display: flex;
}
.view.view-list-courses .views-field-fieldset {
  flex: 1;
  padding-right: 8px;
}
.view.view-list-courses .views-field-field-course-image {
  padding: 0;
}
@media (max-width: 575px) {
  .view.view-list-courses .views-field-field-course-image {
    flex: 1;
    max-width: 100%;
    text-align: center;
  }
}
.view.view-list-courses .views-field-field-course-image img {
  vertical-align: middle;
  border-style: none;
  border-radius: 6px;
  object-fit: cover;
  height: 188px;
}
.view.view-list-courses .price--container {
  display: flex;
  flex-direction: column;
  margin-top: 24px;
}
.view.view-list-courses .views-field-field-topics {
  padding-top: 4px;
}
.view.view-list-courses .views-field-field-topics .field-content {
  display: flex;
}
.view.view-list-courses .views-field-field-topics a {
  font-size: 10px;
  line-height: 12px;
  color: #14a67b;
  font-weight: 700;
  font-family: "IBMPlexSans";
  text-decoration: none;
  text-transform: uppercase;
  display: inline-block;
}
.view.view-list-courses .views-field-field-topics a:hover, .view.view-list-courses .views-field-field-topics a:focus {
  text-decoration: underline;
}
.view.view-list-courses .views-field-title {
  padding: 8px 24px 4px 0;
}
.view.view-list-courses .views-field-title span {
  font-size: 16px;
  line-height: 24px;
  color: #121212;
  font-weight: 600;
  font-family: "IBMPlexSans";
  display: inline-block;
}
.view.view-list-courses .views-field-title a {
  font-size: 16px;
  line-height: 24px;
  color: #121212;
  font-weight: 600;
  font-family: "IBMPlexSans";
  text-decoration: none;
  display: inline-block;
}
.view.view-list-courses .views-field-title a:hover, .view.view-list-courses .views-field-title a:focus {
  text-decoration: underline;
}
.view.view-list-courses .views-field-body {
  padding: 0 24px 8px 0;
}
.view.view-list-courses .views-field-body > span > p {
  font-size: 16px;
  line-height: 1.5;
  color: #121212;
  font-weight: 400;
  font-family: "IBMPlexSans";
  margin-bottom: 0;
}
.view.view-list-courses .views-field-fieldset-1 {
  font-size: 14px;
  line-height: 24px;
  color: #4b4b4b;
  font-weight: 400;
  font-family: "IBMPlexSans";
  padding-bottom: 4px;
}
.view.view-list-courses .views-field-fieldset-1 span {
  font-size: 14px;
  line-height: 24px;
  color: #4b4b4b;
  font-weight: 400;
  font-family: "IBMPlexSans";
  display: inline-block;
}
.view.view-list-courses .view-field-group-uid-changed {
  display: flex;
  gap: 16px;
  align-items: center;
}
.view.view-list-courses .view-field-group-uid-changed .views-field {
  position: relative;
}
.view.view-list-courses .view-field-group-uid-changed .views-field:not(:last-child):before {
  position: absolute;
  content: ".";
  font-size: 30px;
  color: #4b4b4b;
  top: -8px;
  right: -10px;
}
.view.view-list-courses .view-field-group-uid-changed .views-field a {
  text-decoration: none;
  font-size: 14px;
  line-height: 24px;
  color: #4b4b4b;
  font-weight: 400;
  font-family: "IBMPlexSans";
}
.view.view-list-courses .views-field-fieldset-2 span {
  font-size: 14px;
  line-height: 21px;
  color: #4b4b4b;
  font-weight: 400;
  font-family: "IBMPlexSans";
}
.view.view-list-courses .view-field-group-total {
  display: flex;
  align-items: center;
  gap: 16px;
  padding: 0 0 8px;
}
.view.view-list-courses .view-field-group-total .views-field {
  position: relative;
}
.view.view-list-courses .view-field-group-total .views-field:not(:last-child):before {
  position: absolute;
  content: ".";
  font-size: 30px;
  color: #4b4b4b;
  top: -9px;
  right: -12px;
}
.view.view-list-courses .view-header {
  margin-top: 25px;
  font-size: 16px;
  line-height: 24px;
  color: #4b4b4b;
  font-weight: 600;
  font-family: "IBMPlexSans";
  display: none;
}
.view.view-list-courses .views-exposed-form .form--inline {
  display: flex;
  align-items: center;
}
.view.view-list-courses input[type=text] {
  margin-top: 0;
}
.view.view-courses-popular-topics .view-content.row .views-view-grid {
  width: 100%;
}
.view.view-courses-popular-topics .view-content.row .views-view-grid .views-row {
  display: flex;
  flex-wrap: wrap;
  margin: 0 auto;
}
.view.view-courses-popular-topics .view-content.row .views-view-grid .views-row .views-col {
  margin: 0 15px;
  margin-bottom: 30px;
  border: 1px solid #368c8b;
  border-radius: 5px;
  max-width: calc(33.33% - 30px);
}
.view.view-courses-popular-topics .view-content.row .views-view-grid h2 {
  border-radius: 3px;
}
.view.view-courses-popular-topics .view-content.row .views-view-grid h2 a {
  color: #368c8b;
}
.view.view-topics {
  overflow-x: auto;
}
.view.view-topics .view-content {
  padding: 16px 32px;
  width: 1350px;
  overflow: hidden;
  display: flex;
  flex-wrap: nowrap;
  margin: 0 auto;
}
.view.view-topics .views-row {
  margin-right: 8px;
}
.view.view-topics .views-row:last-child {
  margin-right: 0;
}
.view.view-topics .views-field-name a {
  display: inline-block;
  font-size: 14px;
  line-height: 20px;
  color: #121212;
  font-weight: 500;
  font-family: "IBMPlexSans";
  padding: 8px 12px;
  border: 1px solid #c9c8d3;
  border-radius: 24px;
}
.view.view-topics .views-field-name a:hover, .view.view-topics .views-field-name a:focus {
  background-color: #c9c8d3;
}
.view.view-partner {
  background-color: #caffef;
  padding-top: 96px;
  padding-bottom: 96px;
  position: relative;
  display: inline-block;
  width: 100%;
  /* ----- start-view-gird ----*/
  /* ----- star content ----*/
  /* ----- end content----*/
}
.view.view-partner:before, .view.view-partner:after {
  position: absolute;
  content: "";
  top: 0;
  display: inline-block;
  width: 100%;
  height: 100%;
  background-color: #caffef;
}
.view.view-partner:before {
  left: -100%;
}
.view.view-partner::after {
  right: -100%;
}
.view.view-partner .views-view-grid .views-row {
  display: flex;
  flex-direction: row-reverse;
  justify-content: space-between;
  width: 100%;
  margin-left: -12px;
  margin-right: -12px;
}
.view.view-partner .views-view-grid .views-row .views-col {
  flex: 1;
  padding: 0;
  margin: 0 12px;
}
.view.view-partner .view-header h2 {
  max-width: 792px;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
  padding: 0 30px;
}
.view.view-partner .views-field-field-thumbnail-image img {
  width: 180px;
  height: 90px;
  object-fit: contain;
}
.view.view-course-header {
  margin-top: 64px;
  padding-bottom: 48px;
  margin-right: 38px;
}
.view.view-course-header .total-votes {
  color: #14a67b;
}
.view.view-course-header .views-field-body p {
  font-size: 18px;
  line-height: 31.5px;
  color: #000;
  font-weight: 400;
  font-family: "IBMPlexSans";
  margin-bottom: 16px;
}
.view.view-course-header .views-field-field-full-name {
  padding-bottom: 8px;
  margin: 0;
}
.view.view-course-header fieldset {
  display: flex;
  gap: 17px;
}
.view.view-course-header fieldset .views-field .field-content {
  font-size: 14px;
  line-height: 21px;
  color: #4b4b4b;
  font-weight: 400;
  font-family: "IBMPlexSans";
  display: block;
  word-break: break-all;
}
.view.view-course-header fieldset .views-field::before {
  position: absolute;
  content: "";
  background-size: 16px;
  background-position: center;
  width: 16px;
  height: 16px;
  object-fit: contain;
  left: 0;
  color: #000000;
}
.view.view-course-header fieldset .views-field-field-learner-number {
  position: relative;
  padding-left: 25px;
}
.view.view-course-header fieldset .views-field-field-learner-number::before {
  background: url(../images/icons/users.svg);
}
.view.view-course-header fieldset .views-field-changed {
  position: relative;
  padding-left: 25px;
}
.view.view-course-header fieldset .views-field-changed::before {
  background: url(../images/icons/info.svg);
  top: 2px;
}
.view.view-course-header fieldset .views-field-field-languages {
  position: relative;
  padding-left: 25px;
}
.view.view-course-header fieldset .views-field-field-languages::before {
  background: url(../images/icons/globe.svg);
  top: 2px;
}
.view.view-course-header fieldset .views-field-field-subtitles {
  position: relative;
  padding-left: 25px;
}
.view.view-course-header fieldset .views-field-field-subtitles::before {
  background: url(../images/icons/substitles.svg);
  top: 2px;
}
.view.view-what-you-learn {
  background-color: #fafafa;
  padding: 24px;
  margin-top: 0;
  margin-right: 38px;
}
.view.view-what-you-learn .views-field-field-course-knowledge ul {
  padding-left: 0;
  display: flex;
  flex-flow: row wrap;
  gap: 8px 24px;
}
.view.view-what-you-learn .views-field-field-course-knowledge ul li {
  max-width: calc(50% - 24px);
  width: 100%;
  list-style: none;
  position: relative;
  padding-left: 43px;
}
.view.view-what-you-learn .views-field-field-course-knowledge ul li::before {
  content: "";
  position: absolute;
  left: 0;
  background: url(../images/icon-check.svg);
  background-size: 28px;
  background-position: center;
  width: 28px;
  height: 28px;
}
.view.view-what-you-learn .views-field-field-course-knowledge ul li p {
  font-size: 16px;
  line-height: 28px;
  color: #000;
  font-weight: 400;
  font-family: "IBMPlexSans";
  margin-bottom: 8px;
}
.view.view-course-content {
  padding: 48px 0 0 0;
  margin-right: 38px;
  margin-top: 0;
}
.view.view-course-content .views-field-nothing {
  display: block;
  position: unset;
}
.view.view-course-content .view-content.row .views-row {
  display: flex;
  width: 100%;
  padding: 0 0 16px;
}
.view.view-course-content .views-field-fieldset {
  flex: 1;
}
.view.view-course-content .views-field-fieldset > span > * {
  display: flex;
  position: relative;
}
.view.view-course-content .views-field-fieldset > span > *:not(:last-child):before {
  position: absolute;
  content: ".";
  font-size: 30px;
  color: #4b4b4b;
  top: -8px;
  right: -10px;
}
.view.view-course-content .view-fields-expand-all-sections {
  font-size: 14px;
  line-height: 21px;
  color: #14a67b;
  font-weight: 600;
  font-family: "IBMPlexSans";
}
.view.view-course-content .views-field .field-content {
  font-size: 14px;
  line-height: 21px;
  color: #4b4b4b;
  font-weight: 400;
  font-family: "IBMPlexSans";
  font-weight: normal;
}
.view.view-course-content .views-field-field-total-lessons {
  margin-left: 20px;
}
.view.view-course-content .views-field-field-total-lessons .field-content {
  font-size: 14px;
  line-height: 21px;
  color: #4b4b4b;
  font-weight: 400;
  font-family: "IBMPlexSans";
  font-weight: normal;
  display: list-item;
  list-style-type: disc;
}
.view.view-course-content .views-field-field-total-hours {
  margin-left: 20px;
}
.view.view-course-content .views-field-field-total-hours .field-content {
  font-size: 14px;
  line-height: 21px;
  color: #4b4b4b;
  font-weight: 400;
  font-family: "IBMPlexSans";
  font-weight: normal;
  display: list-item;
  list-style-type: disc;
}
.view.view-course-content-chapter {
  margin-right: 38px;
  padding: 0 0 48px;
}
.view.view-course-content-chapter .view-content.row {
  width: 100%;
}
.view.view-course-content-chapter .view-content.row .views-row {
  width: 100%;
}
.view.view-course-content-chapter .view-content.row .views-accordion-header {
  background-color: #fafafa;
  padding: 11px 24px;
  margin: 0;
  border: solid 1px #ebebee;
  border-bottom: none;
}
.view.view-course-content-chapter .view-content.row .views-accordion-header span {
  font-size: 16px;
  line-height: 24px;
  color: #121212;
  font-weight: 400;
  font-family: "IBMPlexSans";
  font-weight: bold;
}
.view.view-course-content-chapter .view-content.row .ui-accordion-content {
  padding: 0;
  margin: 0;
}
.view.view-course-content-chapter .view-content.row .views-field-field-lessons ul {
  padding: 24px;
  margin-bottom: 0;
}
.view.view-course-content-chapter .view-content.row .views-field-field-lessons ul li {
  list-style: none;
  margin: 0;
}
.view.view-course-content-chapter .view-content.row .views-field-field-lessons ul li a {
  position: relative;
  padding-right: 36px;
  text-decoration: none;
  font-size: 15px;
  line-height: 24px;
  color: #4b4b4b;
  font-weight: 400;
  font-family: "IBMPlexSans";
}
.view.view-course-content-chapter .view-content.row .views-field-field-lessons ul li a::before {
  position: absolute;
  content: "";
  margin-right: 8px;
  transform: rotateZ(180deg);
  transition: all 0.3s;
  background: url(../images/up.svg);
  top: 0;
  right: 0;
  width: 16px;
  height: 16px;
  background-color: #fafafa;
  border-radius: 2px;
}
.view.view-course-content-chapter .ui-icon-triangle-1-s {
  display: inline-block;
  margin-right: 8px;
  transform: rotateZ(360deg);
  transition: all 0.3s;
  background: url(../images/up.svg);
}
.view.view-course-content-chapter .ui-icon-triangle-1-e {
  transition: all 0.3s;
  margin-right: 8px;
  transform: rotateZ(180deg);
  background: url(../images/up.svg);
}
.view.view-requirements {
  margin-right: 38px;
  margin-top: 0;
  padding: 0 0 48px;
}
.view.view-requirements .views-field .field-content ul {
  padding-left: 25px;
}
.view.view-requirements .views-field .field-content ul li p {
  font-size: 16px;
  line-height: 24px;
  color: #4b4b4b;
  font-weight: 400;
  font-family: "IBMPlexSans";
  font-weight: normal;
}
.view.view-requirements .views-field .field-content ul li::marker {
  color: #4b4b4b;
}
.view.view-requirements .header-block-left {
  margin-bottom: 16px;
}
.view.view-description {
  margin-right: 38px;
  margin-top: 0;
  padding: 0 0 48px;
}
.view.view-description .views-field .field-content ul {
  padding-left: 25px;
}
.view.view-description .views-field .field-content ul li p {
  font-size: 16px;
  line-height: 24px;
  color: #4b4b4b;
  font-weight: 400;
  font-family: "IBMPlexSans";
  font-weight: normal;
}
.view.view-description .views-field .field-content ul li::marker {
  color: #4b4b4b;
}
.view.view-description .views-field p {
  font-size: 16px;
  line-height: 24px;
  color: #4b4b4b;
  font-weight: 400;
  font-family: "IBMPlexSans";
}
.view.view-description .views-field p a {
  font-size: 15px;
  line-height: 20px;
  color: #14a67b;
  font-weight: 600;
  font-family: "IBMPlexSans";
  text-decoration: underline solid 1px #ebebee;
}
.view.view-description .header-block-left {
  margin-bottom: 16px;
}
.view.view-students-also-bought, .view.view-frequently-bought-together {
  margin-right: 38px;
  margin-top: 0;
  padding: 0 0 48px;
}
.view.view-students-also-bought .view-content .views-row, .view.view-frequently-bought-together .view-content .views-row {
  display: flex;
  width: 100%;
  padding: 20px 0;
  border-bottom: 1px solid #ebebee;
}
.view.view-students-also-bought .view-content .views-row > *, .view.view-frequently-bought-together .view-content .views-row > * {
  margin-right: 32px;
}
.view.view-students-also-bought .view-content .views-row > *:first-child, .view.view-frequently-bought-together .view-content .views-row > *:first-child {
  margin-right: 16px;
}
.view.view-students-also-bought .view-content .views-row > *:last-child, .view.view-frequently-bought-together .view-content .views-row > *:last-child {
  margin-right: 0;
}
.view.view-students-also-bought .view-content .views-row:first-child, .view.view-frequently-bought-together .view-content .views-row:first-child {
  padding-top: 0;
}
.view.view-students-also-bought .view-content .views-row:last-child, .view.view-frequently-bought-together .view-content .views-row:last-child {
  border: 0;
}
.view.view-students-also-bought .header-block-left, .view.view-frequently-bought-together .header-block-left {
  margin-bottom: 16px;
}
.view.view-students-also-bought .views-field-field-learner-number .field-content, .view.view-frequently-bought-together .views-field-field-learner-number .field-content {
  font-size: 14px;
  line-height: 21px;
  color: #4b4b4b;
  font-weight: 400;
  font-family: "IBMPlexSans";
  position: relative;
  padding-left: 25px;
}
.view.view-students-also-bought .views-field-field-learner-number .field-content::after, .view.view-frequently-bought-together .views-field-field-learner-number .field-content::after {
  position: absolute;
  content: "";
  background: url(../images/icons/users.svg);
  top: 1px;
  left: 0;
  height: 16px;
  width: 16px;
}
.view.view-students-also-bought .views-field-field-course-image, .view.view-frequently-bought-together .views-field-field-course-image {
  max-height: 120px;
  max-width: 120px;
  width: 100%;
  margin-right: -16px;
  margin-bottom: 0;
}
.view.view-students-also-bought .views-field-field-course-image img, .view.view-frequently-bought-together .views-field-field-course-image img {
  object-fit: cover;
  height: 120px;
  max-width: 120px;
}
.view.view-students-also-bought .views-field-fieldset, .view.view-frequently-bought-together .views-field-fieldset {
  flex-grow: 1;
}
.view.view-students-also-bought .views-field-title, .view.view-frequently-bought-together .views-field-title {
  padding: 0 24px 4px 0;
}
.view.view-students-also-bought .price--container, .view.view-frequently-bought-together .price--container {
  flex-direction: column;
}
.view.view-students-also-bought .price--container .view-field-discount, .view.view-frequently-bought-together .price--container .view-field-discount {
  margin-right: 0;
}
.view.view-students-also-bought .views-field-nothing, .view.view-frequently-bought-together .views-field-nothing {
  position: unset;
  position: relative;
  top: 0;
  left: 0;
}
.view.view-students-also-bought .views-field-nothing-2 .field-content, .view.view-frequently-bought-together .views-field-nothing-2 .field-content {
  width: 40px;
  height: 40px;
  border-radius: 4px;
  border: solid 1px #ebebee;
  display: block;
  position: relative;
}
.view.view-students-also-bought .views-field-nothing-2 .field-content .view-fields-favourite, .view.view-frequently-bought-together .views-field-nothing-2 .field-content .view-fields-favourite {
  font-size: 0;
  content: "";
  position: absolute;
  background: url(../images/icons/heart.svg);
  background-size: 24px 24px;
  height: 24px;
  width: 24px;
  top: 7px;
  left: 7px;
}
.view.view-students-also-bought .views-field-nothing, .view.view-frequently-bought-together .views-field-nothing {
  padding: 0 0 4px;
}
.view.view-students-also-bought .views-field-title, .view.view-frequently-bought-together .views-field-title {
  font-size: 16px;
  line-height: 24px;
  color: #121212;
  font-weight: 600;
  font-family: "IBMPlexSans";
}
.view.view-students-also-bought .views-field-field-rating .form-item, .view.view-frequently-bought-together .views-field-field-rating .form-item {
  margin-bottom: 0;
}
.view.view-students-also-bought .views-field-fieldset-1 span > *, .view.view-frequently-bought-together .views-field-fieldset-1 span > * {
  display: flex;
  gap: 16px;
}
.view.view-students-also-bought .views-field-fieldset-1 span > * *, .view.view-frequently-bought-together .views-field-fieldset-1 span > * * {
  font-size: 14px;
  line-height: 24px;
  color: #4b4b4b;
  font-weight: 400;
  font-family: "IBMPlexSans";
  position: relative;
}
.view.view-students-also-bought .views-field-fieldset-1 span > * *:not(:last-child):before, .view.view-frequently-bought-together .views-field-fieldset-1 span > * *:not(:last-child):before {
  position: absolute;
  content: ".";
  font-size: 30px;
  color: #4b4b4b;
  top: -9px;
  right: -12px;
}
.view.view-students-also-bought .view-fields-show-more, .view.view-frequently-bought-together .view-fields-show-more {
  text-align: left;
}
.view.view-students-also-bought .view-fields-show-more a, .view.view-frequently-bought-together .view-fields-show-more a {
  padding: 8px 0;
  border: none;
  padding: 0;
  margin: 0;
  background: none;
  font-size: 15px;
  line-height: 20px;
  color: #14a67b;
  font-weight: 600;
  font-family: "IBMPlexSans";
  margin-bottom: 16px;
  display: inline-block;
  border-bottom: 1px solid #ebebee;
}
.view.view-students-also-bought .view-fields-show-more a:hover, .view.view-frequently-bought-together .view-fields-show-more a:hover {
  background: unset;
  border: unset;
}
.view.views-instructor-detail-courses {
  padding: 0 0 48px;
  margin-top: 0;
  margin-right: 38px;
}
.view.views-instructor-detail-courses .views-row {
  padding: 24px;
  border-radius: 6px;
  border: solid 1px #ebebee;
  background-color: #fafafa;
}
.view.views-instructor-detail-courses fieldset {
  display: flex;
}
.view.views-instructor-detail-courses .views-field-fieldset fieldset {
  display: flex;
  flex-direction: column;
}
.view.views-instructor-detail-courses .views-field-field-full-name .field-content {
  font-size: 18px;
  line-height: 27px;
  color: #121212;
  font-weight: 600;
  font-family: "IBMPlexSans";
}
.view.views-instructor-detail-courses .views-field-field-image img {
  border-radius: 50%;
  max-width: 120px;
}
.view.views-instructor-detail-courses .views-field-field-learner-number {
  margin-bottom: 4px;
}
.view.views-instructor-detail-courses .views-field-field-rating {
  position: relative;
  margin-top: 8px;
  margin-bottom: 4px;
}
.view.views-instructor-detail-courses .views-field-field-instructor-description {
  text-align: left;
  margin-bottom: 8px;
}
.view.views-instructor-detail-courses .views-field-nothing {
  text-align: left;
}
.view.views-instructor-detail-courses .views-field-nothing a {
  margin: 8px 0;
  font-size: 15px;
  line-height: 20px;
  color: #14a67b;
  font-weight: 600;
  font-family: "IBMPlexSans";
  margin-bottom: 24px;
  display: inline-block;
  border-bottom: 1px solid #ebebee;
}
.view.view-frequently-bought-together .views-field-fieldset {
  flex-grow: 1;
}
.view.view-program-overview {
  padding: 64px 0;
}
.view.view-program-overview .view-header {
  display: none;
}
.view.view-program-overview .views-row {
  display: flex;
  gap: 128px;
  width: 100%;
  align-items: center;
}
.view.view-program-overview .views-field-field-program-image img {
  max-width: 486px;
  width: 100%;
  height: 486px;
}
.view.view-program-overview .views-field-fieldset {
  flex: 1;
  padding-right: 102px;
  text-align: left;
}
.view.view-program-overview .views-field-title {
  position: unset;
  max-width: unset;
  width: unset;
  margin-bottom: 24px;
}
.view.view-program-overview .views-field-title .field-content {
  font-size: 32px;
  line-height: 41.6px;
  color: #121212;
  font-weight: 600;
  font-family: "Roboto Serif SemiBold";
  text-transform: capitalize;
}
.view.view-program-overview .views-field-title .field-content:focus, .view.view-program-overview .views-field-title .field-content:hover {
  text-decoration: underline;
}
.view.view-program-overview .views-field-body ul {
  padding: 0 0 0 5.5px;
  margin-bottom: 0;
}
.view.view-program-overview .views-field-body ul li {
  position: relative;
  padding-left: 30px;
  list-style: none;
  margin-bottom: 8px;
  font-size: 16px;
  line-height: 28px;
  color: #000;
  font-weight: 400;
  font-family: "IBMPlexSans";
}
.view.view-program-overview .views-field-body ul li:last-child {
  margin-bottom: 32px;
}
.view.view-program-overview .views-field-body ul li::after {
  content: "";
  position: absolute;
  left: -3px;
  top: 0;
  background: url(../images/icon-check.svg);
  background-size: 28px;
  background-position: center;
  width: 28px;
  height: 28px;
}
.view.view-program-overview .views-field-body p {
  font-size: 18px;
  line-height: 31.5px;
  color: #000;
  font-weight: 400;
  font-family: "IBMPlexSans";
  margin-bottom: 24px;
}
.view.view-program-overview .views-field-view-all-courses {
  margin-top: 32px;
}
.view.view-program-overview .views-field-view-all-courses a {
  background: #14a67b;
  border: 1px solid #14a67b;
  display: inline-block;
  text-align: center;
  padding: 13px 32px;
  font-size: 16px;
  line-height: 24px;
  color: #fff;
  border-radius: 4px;
  transition: all 0.3s ease-in-out;
  font-weight: bold;
  box-sizing: border-box;
  text-decoration: none;
  height: auto;
  width: auto;
}
.view.view-program-overview .views-field-view-all-courses a:hover, .view.view-program-overview .views-field-view-all-courses a:focus {
  background: #0e7959;
  border: 1px solid #0e7959;
  transition: all 0.3s ease-in-out;
  color: #fff;
}
.view.view-review {
  margin-top: 0;
  padding: 0;
  margin-right: 48px;
}
.view.view-review .views-row {
  width: 100%;
}
.view.view-review .field--name-field-student-full-name {
  font-size: 16px;
  line-height: 24px;
  color: #121212;
  font-weight: 600;
  font-family: "IBMPlexSans";
}
.view.view-review .field_submitted {
  position: relative;
  font-size: 14px;
  line-height: 16px;
  color: #4b4b4b;
  font-weight: 400;
  font-family: "IBMPlexSans";
  padding-left: 20px;
  margin-left: 8px;
}
.view.view-review .field_submitted::after {
  position: absolute;
  content: ".";
  color: #4b4b4b;
  font-size: 50px;
  left: 0;
  top: -14px;
}
.view.view-review .text-formatted p {
  font-size: 16px;
  line-height: 28px;
  color: #4b4b4b;
  font-weight: 400;
  font-family: "IBMPlexSans";
  margin-bottom: 0;
}
.view.view-review .indented {
  margin: 0;
  padding: 0 0 24px 72px;
  border-radius: 6px;
}
.view.view-review .indented article .content {
  padding: 12px 8px;
  border-radius: 6px;
  border: solid 1px #ebebee;
  background-color: #fafafa;
}
.view.view-free-courses .view-footer {
  margin-top: 40px;
}
.view.view-preview-content {
  padding-top: 0;
}
.view.view-preview-content video {
  width: 100%;
  max-height: 216px;
}
.view.view-preview-content .view-content.row {
  border: 1px solid #f2f2f2;
  padding-bottom: 32px;
}
.view.view-preview-content .views-row {
  width: 100%;
  position: relative;
}
.view.view-preview-content .views-field:not(:first-child) {
  margin-left: 24px;
  margin-right: 24px;
}
.view.view-preview-content .views-field-field-course-end-discount {
  margin-bottom: 16px;
}
.view.view-preview-content .views-field-field-course-end-discount .view_fields_end_discount {
  font-size: 14px;
  line-height: 21px;
  color: #eb5757;
  font-weight: 400;
  font-family: "IBMPlexSans";
  margin-top: 8px;
  padding-left: 22px;
  position: relative;
}
.view.view-preview-content .views-field-field-course-end-discount .view_fields_end_discount::before {
  position: absolute;
  content: "";
  height: 16px;
  width: 16px;
  top: 1px;
  left: 0;
}
.view.view-preview-content .price--container {
  margin-top: 24px;
  display: flex;
  gap: 16px;
  align-items: center;
}
.view.view-preview-content .price--container .view-field-discount {
  font-size: 32px;
  line-height: normal;
  color: #121212;
  font-weight: 700;
  font-family: "IBMPlexSans";
  font-weight: bold;
  margin-right: 0;
}
.view.view-preview-content .price--container .field-discount-exist {
  font-size: 18px;
  line-height: 31.5px;
  color: #4b4b4b;
  font-weight: 400;
  font-family: "IBMPlexSans";
  font-weight: normal;
}
.view.view-preview-content .price--container .view-fields-discount-percent {
  font-size: 18px;
  line-height: 31.5px;
  color: #eb5757;
  font-weight: 400;
  font-family: "IBMPlexSans";
  font-weight: normal;
}
.view.view-preview-content .form-actions {
  margin: 0;
}
.view.view-preview-content .button--add-to-cart {
  width: 100%;
  padding: 14px 32px;
  border-radius: 4px;
  background-color: #14a67b;
  border-radius: 4px;
  font-size: 15px;
  line-height: 20px;
  color: #fff;
  font-weight: 600;
  font-family: "IBMPlexSans";
}
.view.view-preview-content .views-field-nothing {
  margin-top: 8px;
  display: flex;
  justify-content: center;
  max-width: 278px;
  width: 100%;
  position: unset;
  padding: 11px 32px;
  border-radius: 4px;
  border: solid 1px #121212;
}
.view.view-preview-content .view-fields-buy-now a {
  font-size: 15px;
  line-height: 20px;
  color: #121212;
  font-weight: 600;
  font-family: "IBMPlexSans";
  display: inline-block;
}
.view.view-preview-content .views-field-nothing-2 {
  position: absolute;
  padding: 12px;
  border-radius: 4px;
  border: solid 1px #121212;
  height: 48px;
  width: 48px;
  bottom: 0;
  right: 0;
}
.view.view-preview-content .views-field-nothing-2 span::before {
  content: "";
  position: absolute;
  left: 0;
  background: url(../images/icons/heart.svg);
  background-size: 28px;
  background-position: center;
  width: 24px;
  height: 24px;
  left: 12px;
  top: 12px;
}
.view.view-preview-content .views-field-nothing-2 .view-fields-favourite {
  display: none;
}
.view.view-blogs .views-field-title {
  margin-bottom: 16px;
}
.view.view-blogs .views-field-title a {
  font-size: 16px;
  line-height: 24px;
  color: #121212;
  font-weight: 600;
  font-family: "IBMPlexSans";
}
.view.view-blogs .views-field-body {
  margin-bottom: 24px;
}
.view.view-blogs .views-field-body p {
  font-size: 18px;
  line-height: 31.5px;
  color: #121212;
  font-weight: 400;
  font-family: "IBMPlexSans";
}
.view.view-blogs .views-field-join-our-team a {
  background: #14a67b;
  border: 1px solid #14a67b;
  display: inline-block;
  text-align: center;
  padding: 13px 32px;
  font-size: 16px;
  line-height: 24px;
  color: #fff;
  border-radius: 4px;
  transition: all 0.3s ease-in-out;
  font-weight: bold;
  box-sizing: border-box;
  text-decoration: none;
  height: auto;
  width: auto;
}
.view.view-blogs .views-field-join-our-team a:hover, .view.view-blogs .views-field-join-our-team a:focus {
  background: #0e7959;
  border: 1px solid #0e7959;
  transition: all 0.3s ease-in-out;
  color: #fff;
}

/*title h2*/
.view-header h2 {
  font-size: 32px;
  line-height: 41.6px;
  color: #121212;
  font-weight: 600;
  font-family: "Roboto Serif SemiBold";
}
.view-header h2:focus, .view-header h2:hover {
  text-decoration: none;
  cursor: pointer;
}
.view-header .header-block-left {
  text-align: left;
}
.view-header .header-block-center {
  text-align: center;
}

/*view filter page all courser*/
.views-form {
  width: 100%;
}

.view .row > * {
  padding: 0;
}
.view-product-index:not(.view-featured-courses) .row > *, .view-product-taxonomy .row > * {
  padding: 0;
}
.view-product-index:not(.view-featured-courses) .views-row, .view-product-taxonomy .views-row {
  padding: 24px 0;
  border-bottom: 1px solid #ebebee;
}
.view-product-index:not(.view-featured-courses) .group-wrapper, .view-product-taxonomy .group-wrapper {
  display: flex;
  gap: 16px;
}
@media (max-width: 767px) {
  .view-product-index:not(.view-featured-courses) .group-wrapper, .view-product-taxonomy .group-wrapper {
    flex-direction: column;
  }
}
.view-product-index:not(.view-featured-courses) .group-information, .view-product-taxonomy .group-information {
  flex: 1;
}
.view-product-index:not(.view-featured-courses) .group-image, .view-product-taxonomy .group-image {
  max-width: 282px;
  max-height: 188px;
  position: relative;
  flex: 0 0 220px;
}
.view-product-index:not(.view-featured-courses) .group-image img, .view-product-taxonomy .group-image img {
  height: 100%;
  min-height: 188px;
  border-radius: 4px;
  object-fit: cover;
}
.view-product-index:not(.view-featured-courses) .group-image .group-tags, .view-product-taxonomy .group-image .group-tags {
  position: absolute;
  top: 12px;
  left: 12px;
}
.view-product-index:not(.view-featured-courses) .group-image .group-tags > .field, .view-product-taxonomy .group-image .group-tags > .field {
  display: inline-block;
  font-size: 10px;
  line-height: 12px;
  color: #fff;
  font-weight: 700;
  font-family: "IBMPlexSans";
  padding: 4px 8px;
  border-radius: 12px;
  text-transform: uppercase;
  margin-right: 4px;
}
.view-product-index:not(.view-featured-courses) .group-image .group-tags > .field:empty, .view-product-taxonomy .group-image .group-tags > .field:empty {
  display: none;
}
.view-product-index:not(.view-featured-courses) .group-image .group-tags > .field--name-field-free, .view-product-taxonomy .group-image .group-tags > .field--name-field-free {
  background-color: #14a67b;
}
.view-product-index:not(.view-featured-courses) .group-image .group-tags > .field--name-field-bestseller, .view-product-taxonomy .group-image .group-tags > .field--name-field-bestseller {
  background-color: #eb5757;
}
.view-product-index:not(.view-featured-courses) .group-authour, .view-product-taxonomy .group-authour {
  display: flex;
  gap: 8px;
  font-size: 14px;
  line-height: 24px;
  color: #4b4b4b;
  font-weight: 400;
  font-family: "IBMPlexSans";
  margin-bottom: 4px;
}
.view-product-index:not(.view-featured-courses) .group-authour > .field, .view-product-taxonomy .group-authour > .field {
  display: flex;
  position: relative;
}
.view-product-index:not(.view-featured-courses) .group-authour > .field .field__label, .view-product-taxonomy .group-authour > .field .field__label {
  padding-right: 5px;
}
.view-product-index:not(.view-featured-courses) .group-authour > .field .field__label:after, .view-product-taxonomy .group-authour > .field .field__label:after {
  content: unset;
}
.view-product-index:not(.view-featured-courses) .field, .view-product-taxonomy .field {
  margin: 0;
}
.view-product-index:not(.view-featured-courses) .field--name-field-category, .view-product-taxonomy .field--name-field-category {
  line-height: 12px;
}
.view-product-index:not(.view-featured-courses) .field--name-field-category a, .view-product-taxonomy .field--name-field-category a {
  font-size: 10px;
  line-height: 12px;
  color: #14a67b;
  font-weight: 700;
  font-family: "IBMPlexSans";
  text-decoration: none;
  text-transform: uppercase;
  display: inline-block;
}
.view-product-index:not(.view-featured-courses) .field--name-field-category a:hover, .view-product-index:not(.view-featured-courses) .field--name-field-category a:focus, .view-product-taxonomy .field--name-field-category a:hover, .view-product-taxonomy .field--name-field-category a:focus {
  text-decoration: underline;
}
.view-product-index:not(.view-featured-courses) .field--name-title, .view-product-taxonomy .field--name-title {
  padding: 8px 24px 4px 0;
}
.view-product-index:not(.view-featured-courses) .field--name-title span, .view-product-taxonomy .field--name-title span {
  font-size: 16px;
  line-height: 24px;
  color: #121212;
  font-weight: 600;
  font-family: "IBMPlexSans";
  display: inline-block;
}
.view-product-index:not(.view-featured-courses) .field--name-title a, .view-product-taxonomy .field--name-title a {
  font-size: 16px;
  line-height: 24px;
  color: #121212;
  font-weight: 600;
  font-family: "IBMPlexSans";
  text-decoration: none;
  display: inline-block;
}
.view-product-index:not(.view-featured-courses) .field--name-title a:hover, .view-product-index:not(.view-featured-courses) .field--name-title a:focus, .view-product-taxonomy .field--name-title a:hover, .view-product-taxonomy .field--name-title a:focus {
  text-decoration: underline;
}
.view-product-index:not(.view-featured-courses) .field--name-variations, .view-product-taxonomy .field--name-variations {
  margin-bottom: 10px;
}
.view-product-index:not(.view-featured-courses) .field--name-price, .view-product-taxonomy .field--name-price {
  font-size: 16px;
  line-height: 24px;
  color: #14a67b;
  font-weight: 700;
  font-family: "IBMPlexSans";
}
.view-product-index:not(.view-featured-courses) .field--name-list-price, .view-product-taxonomy .field--name-list-price {
  font-size: 16px;
  line-height: 24px;
  color: #4b4b4b;
  font-weight: 400;
  font-family: "IBMPlexSans";
  text-decoration: line-through;
}
.view-product-index:not(.view-featured-courses) .group-total, .view-product-taxonomy .group-total {
  display: flex;
  gap: 8px;
  font-size: 14px;
  line-height: 21px;
  color: #4b4b4b;
  font-weight: 400;
  font-family: "IBMPlexSans";
}
.view-category:not(.view-top-category) {
  border-bottom: 1px solid #ebebee;
}
.view-category:not(.view-top-category) .splide {
  max-width: 1240px;
  margin: 0 auto;
}
.view-category:not(.view-top-category) .splide:hover .splide__arrows {
  transition: all 0.3s;
  opacity: 1;
  visibility: visible;
}
.view-category:not(.view-top-category) .splide__track {
  padding-top: 20px;
  padding-bottom: 20px;
}
.view-category:not(.view-top-category) .splide__arrows {
  opacity: 0;
  visibility: hidden;
}
.view-category:not(.view-top-category) .view-content.row {
  padding: 16px 32px;
  overflow: auto;
  display: flex;
  flex-wrap: nowrap;
  margin: 0 auto;
  max-width: 1240px;
}
.view-category:not(.view-top-category) .view-content.row::-webkit-scrollbar {
  display: none;
}
.view-category:not(.view-top-category) .view-content.row .views-row {
  display: inline-block;
  width: auto;
  padding: 0;
  margin-right: 8px;
}
.view-category:not(.view-top-category) .views-field-name a {
  display: inline-block;
  font-size: 14px;
  line-height: 20px;
  color: #121212;
  font-weight: 500;
  font-family: "IBMPlexSans";
  padding: 8px 12px;
  border: 1px solid #c9c8d3;
  border-radius: 24px;
  white-space: nowrap;
}
.view-category:not(.view-top-category) .views-field-name a:hover {
  background-color: #97f0d6;
  border-color: #97f0d6;
}
.view-commerce-cart-form table {
  margin-bottom: 30px;
}
.view-commerce-cart-form table input[type=submit] {
  background: #14a67b;
  border: 1px solid #14a67b;
  display: inline-block;
  text-align: center;
  padding: 13px 32px;
  font-size: 16px;
  line-height: 24px;
  color: #fff;
  border-radius: 4px;
  transition: all 0.3s ease-in-out;
  font-weight: bold;
  box-sizing: border-box;
  text-decoration: none;
  height: auto;
  width: auto;
}
.view-commerce-cart-form table input[type=submit]:hover, .view-commerce-cart-form table input[type=submit]:focus {
  background: #0e7959;
  border: 1px solid #0e7959;
  transition: all 0.3s ease-in-out;
  color: #fff;
}
.view-commerce-cart-form .views-form {
  margin-bottom: 24px;
}
.view-commerce-cart-form .views-form:last-child {
  margin-bottom: 0;
}
.view-commerce-cart-form .field--name-total-price {
  margin-bottom: 30px;
}
.view-commerce-cart-form .field--name-total-price .order-total-line {
  font-size: 16px;
  line-height: 24px;
  color: #121212;
  font-weight: 600;
  font-family: "IBMPlexSans";
  padding: 0;
}
.view-commerce-cart-form .field--name-total-price .order-total-line .order-total-line-label {
  position: relative;
}
.view-commerce-cart-form .field--name-total-price .order-total-line .order-total-line-label:after {
  content: ":";
  position: absolute;
}
.view-commerce-cart-form .field--name-total-price .order-total-line.order-total-line__total .order-total-line-value {
  color: #14a67b;
}
.view-commerce-cart-form .paypal-buttons-container {
  margin-top: 24px;
}
.view-commerce-cart-form .form-wrapper {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 16px;
}
.view-commerce-cart-form .form-wrapper input {
  background: #14a67b;
  border: 1px solid #14a67b;
  display: inline-block;
  text-align: center;
  padding: 13px 32px;
  font-size: 16px;
  line-height: 24px;
  color: #fff;
  border-radius: 4px;
  transition: all 0.3s ease-in-out;
  font-weight: bold;
  box-sizing: border-box;
  text-decoration: none;
  height: auto;
  width: auto;
}
.view-commerce-cart-form .form-wrapper input:hover, .view-commerce-cart-form .form-wrapper input:focus {
  background: #0e7959;
  border: 1px solid #0e7959;
  transition: all 0.3s ease-in-out;
  color: #fff;
}
.view-commerce-cart-form .form-wrapper input:last-child {
  margin-bottom: 0;
}
.view-lession .views-field-name a {
  font-size: 18px;
  line-height: 30px;
  color: #14a67b;
  font-weight: 500;
  font-family: "IBMPlexSans";
}
.view-slide-banner .splide__arrow {
  background-color: #2d2f31;
  width: 40px;
  height: 40px;
  border: 1px solid #6a6f73;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.08), 0 4px 12px rgba(0, 0, 0, 0.08);
}
.view-slide-banner .splide__arrow svg {
  fill: #fff;
  width: 16px;
  height: 16px;
}
.view-slide-banner .splide img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.view-slide-banner .banner_content {
  position: absolute;
  left: 72px;
  top: 64px;
  max-width: 440px;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.08), 0 4px 12px rgba(0, 0, 0, 0.08);
  padding: 24px;
  background-color: #fff;
}
.view-slide-banner .banner_content a {
  font-size: 32px;
  line-height: 40px;
  color: #2d2f31;
  font-weight: 700;
  font-family: "IBMPlexSans";
  margin-bottom: 8px;
}
.view-slide-banner .banner_content p {
  font-size: 16px;
  line-height: 22.4px;
  color: #2d2f31;
  font-weight: 400;
  font-family: "IBMPlexSans";
  margin: 0;
}
.view-best-sellers .group-authour {
  display: flex;
  gap: 8px;
  font-size: 14px;
  line-height: 24px;
  color: #4b4b4b;
  font-weight: 400;
  font-family: "IBMPlexSans";
  margin-bottom: 4px;
}
.view-best-sellers .group-authour > .field {
  display: flex;
  position: relative;
}
.view-best-sellers .group-authour > .field .field__label {
  padding-right: 5px;
}
.view-best-sellers .group-authour > .field .field__label:after {
  content: unset;
}
.view-best-sellers .field {
  margin: 0;
}
.view-best-sellers .field--name-field-category {
  line-height: 12px;
}
.view-best-sellers .field--name-field-category a {
  font-size: 10px;
  line-height: 12px;
  color: #14a67b;
  font-weight: 700;
  font-family: "IBMPlexSans";
  text-decoration: none;
  text-transform: uppercase;
  display: inline-block;
}
.view-best-sellers .field--name-field-category a:hover, .view-best-sellers .field--name-field-category a:focus {
  text-decoration: underline;
}
.view-best-sellers .field--name-title {
  padding: 8px 24px 4px 0;
}
.view-best-sellers .field--name-title span {
  font-size: 16px;
  line-height: 24px;
  color: #121212;
  font-weight: 600;
  font-family: "IBMPlexSans";
  display: inline-block;
}
.view-best-sellers .field--name-title a {
  font-size: 16px;
  line-height: 24px;
  color: #121212;
  font-weight: 600;
  font-family: "IBMPlexSans";
  text-decoration: none;
  display: inline-block;
}
.view-best-sellers .field--name-title a:hover, .view-best-sellers .field--name-title a:focus {
  text-decoration: underline;
}
.view-best-sellers .field--name-variations {
  margin-bottom: 10px;
}
.view-best-sellers .field--name-price {
  font-size: 16px;
  line-height: 24px;
  color: #14a67b;
  font-weight: 700;
  font-family: "IBMPlexSans";
}
.view-best-sellers .field--name-list-price {
  font-size: 16px;
  line-height: 24px;
  color: #4b4b4b;
  font-weight: 400;
  font-family: "IBMPlexSans";
  text-decoration: line-through;
}
.view-best-sellers .group-total {
  display: flex;
  gap: 8px;
  font-size: 14px;
  line-height: 21px;
  color: #4b4b4b;
  font-weight: 400;
  font-family: "IBMPlexSans";
}
.view-top-category {
  padding-bottom: 64px;
  border-bottom: 1px solid #dadada;
}
.view-top-category .view-content.row {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 24px;
}
@media (max-width: 991px) {
  .view-top-category .view-content.row {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 767px) {
  .view-top-category .view-content.row {
    grid-template-columns: repeat(1, 1fr);
  }
}
.view-top-category .views-row {
  position: relative;
  overflow: hidden;
}
.view-top-category .views-row::before {
  position: absolute;
  top: 0;
  left: -75%;
  z-index: 2;
  display: block;
  content: "";
  width: 50%;
  height: 100%;
  background: -webkit-linear-gradient(left, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.3) 100%);
  background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.8) 100%);
  -webkit-transform: skewX(-25deg);
  transform: skewX(-25deg);
}
.view-top-category .views-row:hover, .view-top-category .views-row:focus {
  cursor: pointer;
}
.view-top-category .views-row:hover::before, .view-top-category .views-row:focus::before {
  -webkit-animation: shine 0.75s;
  animation: shine 0.75s;
}
.view-top-category .views-field-image:before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0;
  background-color: rgba(0, 0, 0, 0.35);
  border-radius: 6px;
}
.view-top-category .views-field-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 6px;
}
.view-top-category .views-field-name {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  font-size: 14px;
  line-height: 20px;
  color: #fff;
  font-weight: 600;
  font-family: "IBMPlexSans";
  text-transform: uppercase;
  display: inline-block;
  white-space: nowrap;
}
.view-featured-courses {
  padding-bottom: 64px;
  border-bottom: 1px solid #dadada;
}
.view-featured-courses .view-content.row {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 24px;
}
@media (max-width: 1280px) {
  .view-featured-courses .view-content.row {
    grid-template-columns: repeat(4, 1fr);
  }
}
@media (max-width: 991px) {
  .view-featured-courses .view-content.row {
    grid-template-columns: repeat(3, 1fr);
  }
}
@media (max-width: 767px) {
  .view-featured-courses .view-content.row {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 575px) {
  .view-featured-courses .view-content.row {
    grid-template-columns: repeat(1, 1fr);
  }
}
.view-featured-courses .field--name-field-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 6px;
}
.view-featured-courses .group-info .group-image {
  position: relative;
}
.view-featured-courses .group-info .group-image .group-tags {
  position: absolute;
  top: 12px;
  left: 12px;
}
.view-featured-courses .group-info .group-image .group-tags > .field {
  display: inline-block;
  font-size: 10px;
  line-height: 12px;
  color: #fff;
  font-weight: 700;
  font-family: "IBMPlexSans";
  padding: 4px 8px;
  border-radius: 12px;
  text-transform: uppercase;
  margin-right: 4px;
}
.view-featured-courses .group-info .group-image .group-tags > .field:empty {
  display: none;
}
.view-featured-courses .group-info .group-image .group-tags > .field--name-field-free {
  background-color: #14a67b;
}
.view-featured-courses .group-info .group-image .group-tags > .field--name-field-bestseller {
  background-color: #eb5757;
}
.view-featured-courses .group-info .group-text {
  display: flex;
  flex-direction: column;
}
.view-featured-courses .group-info .group-text .field--name-field-category {
  order: 1;
  padding-top: 12px;
}
.view-featured-courses .group-info .group-text .field--name-field-category a {
  font-size: 10px;
  line-height: 12px;
  color: #14a67b;
  font-weight: 700;
  font-family: "IBMPlexSans";
  text-transform: uppercase;
}
.view-featured-courses .group-info .group-text .field--name-title {
  order: 2;
  padding-top: 4px;
}
.view-featured-courses .group-info .group-text .field--name-title a {
  font-size: 16px;
  line-height: 24px;
  color: #121212;
  font-weight: 600;
  font-family: "IBMPlexSans";
}
.view-featured-courses .group-info .group-text .field--name-uid {
  display: flex;
  order: 3;
  font-size: 14px;
  line-height: 24px;
  color: #4b4b4b;
  font-weight: 400;
  font-family: "IBMPlexSans";
  padding: 0 24px 4px 0;
}
.view-featured-courses .group-info .group-text .field--name-field-rating {
  order: 4;
}
.view-featured-courses .field--name-price {
  font-size: 16px;
  line-height: 24px;
  color: #14a67b;
  font-weight: 700;
  font-family: "IBMPlexSans";
}
.view-featured-courses .field--name-list-price {
  font-size: 16px;
  line-height: 24px;
  color: #4b4b4b;
  font-weight: 400;
  font-family: "IBMPlexSans";
  text-decoration: line-through;
}
.view-featured-courses .view-footer {
  text-align: center;
  margin-top: 50px;
}
.view-featured-courses .view-footer a {
  background: #fff;
  border: 1px solid #e0e0e0;
  display: inline-block;
  text-align: center;
  padding: 13px 32px;
  font-size: 16px;
  line-height: 24px;
  color: #121212;
  font-family: "IBMPlexSans SemiBold";
  border-radius: 4px;
  transition: all 0.3s ease-in-out;
  font-weight: bold;
  box-sizing: border-box;
  text-decoration: none;
  height: auto;
}
.view-featured-courses .view-footer a:hover, .view-featured-courses .view-footer a:focus {
  background: #e0e0e0;
  border: 1px solid #e0e0e0;
  transition: all 0.3s ease-in-out;
}
.view-free-courses {
  border-bottom: 1px solid #dadada;
}
.view-free-courses .field--name-field-image img {
  border-radius: 6px;
}
.view-free-courses .field--name-uid {
  display: flex;
  font-size: 14px;
  line-height: 24px;
  color: #4b4b4b;
  font-weight: 400;
  font-family: "IBMPlexSans";
  padding: 0 24px 4px 0;
}
.view-free-courses .slides > li {
  margin-left: 24px;
}
.view-news .views-infinite-scroll-content-wrapper {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
}
.view-news .field--name-field-thumb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.view-news .field--name-title h2 {
  margin-bottom: 0;
}
.view-news .field--name-title h2 a {
  font-size: 28px;
  line-height: 31.5px;
  color: #121212;
  font-weight: 600;
  font-family: "IBMPlexSans";
}
.view-news .field--name-body {
  font-size: 18px;
}
.view-news .field--name-field-tags a {
  font-size: 14px;
  line-height: 16px;
  color: #14a67b;
  font-weight: 700;
  font-family: "IBMPlexSans";
}
.view-taxonomy-term .view-header h2 a {
  color: #121212;
}
.view-taxonomy-term .views-infinite-scroll-content-wrapper {
  display: flex;
  flex-wrap: wrap;
  row-gap: 24px;
  margin-left: -12px !important;
  margin-right: -12px !important;
}
@media (max-width: 575px) {
  .view-taxonomy-term .views-infinite-scroll-content-wrapper {
    margin-left: 0 !important;
    margin-right: 0 !important;
  }
}
.view-taxonomy-term .views-infinite-scroll-content-wrapper > * {
  margin-left: 12px !important;
  margin-right: 12px !important;
  flex: 0 0 calc(33.3333333333% - 24px);
  max-width: calc(33.3333333333% - 24px);
}
@media (max-width: 991px) {
  .view-taxonomy-term .views-infinite-scroll-content-wrapper > * {
    flex: 0 0 calc(50% - 24px);
    max-width: calc(50% - 24px);
  }
}
@media (max-width: 575px) {
  .view-taxonomy-term .views-infinite-scroll-content-wrapper > * {
    flex: 0 0 100%;
    max-width: 100%;
  }
}
@media (max-width: 575px) {
  .view-taxonomy-term .views-infinite-scroll-content-wrapper > * {
    margin: 0 !important;
  }
}
.view-taxonomy-term .field--name-title h2 {
  font-size: 16px;
  line-height: 24px;
  color: #121212;
  font-weight: 600;
  font-family: "IBMPlexSans";
  margin-bottom: 12px;
}
.view-taxonomy-term .field--name-title h2 a {
  font-size: 16px;
  line-height: 24px;
  color: #121212;
  font-weight: 600;
  font-family: "IBMPlexSans";
  text-decoration: none;
  display: inline-block;
}
.view-taxonomy-term .field--name-title h2 a:hover, .view-taxonomy-term .field--name-title h2 a:focus {
  text-decoration: underline;
}
.view-taxonomy-term .field--name-field-tags a {
  font-size: 10px;
  line-height: 12px;
  color: #14a67b;
  font-weight: 700;
  font-family: "IBMPlexSans";
  text-transform: uppercase;
}
.view-membership .views-view-grid .views-row {
  float: none !important;
  width: auto;
}
.view-membership .views-view-grid .views-row .views-col {
  float: none !important;
}
.view-membership .views-view-grid .views-row {
  display: flex;
  flex-wrap: wrap;
  row-gap: 24px;
  margin-left: -12px !important;
  margin-right: -12px !important;
}
@media (max-width: 575px) {
  .view-membership .views-view-grid .views-row {
    margin-left: 0 !important;
    margin-right: 0 !important;
  }
}
.view-membership .views-view-grid .views-row > * {
  margin-left: 12px !important;
  margin-right: 12px !important;
  flex: 0 0 calc(50% - 24px) !important;
  max-width: calc(50% - 24px) !important;
}
@media (max-width: 575px) {
  .view-membership .views-view-grid .views-row > * {
    flex: 0 0 100% !important;
    max-width: 100% !important;
  }
}
@media (max-width: 575px) {
  .view-membership .views-view-grid .views-row > * {
    margin: 0 !important;
  }
}
.view-membership .views-view-grid .views-row .views-col {
  background-color: #fff;
  padding: 24px;
  box-shadow: 8px 10px 24px -4px rgba(150, 150, 150, 0.24);
  border-top: 8px solid #14a67b;
}
.view-membership .views-field-title {
  margin-bottom: 8px;
}
.view-membership .views-field-field-subtitle {
  margin-bottom: 24px;
}
.view-membership .views-field-price__number {
  font-size: 48px;
  line-height: 60px;
  color: rgb(27, 73, 66);
  font-weight: 400;
  font-family: "IBMPlexSans";
  margin-bottom: 8px;
}
@media (max-width: 991px) {
  .view-membership .views-field-price__number {
    font-size: 32px;
    line-height: 48px;
  }
}
.view-membership .views-field-list-price__number {
  font-size: 20px;
  line-height: 28px;
  color: rgb(27, 73, 66);
  font-weight: 400;
  font-family: "IBMPlexSans";
  text-decoration: line-through;
  margin-bottom: 12px;
}
.view-membership .views-field-body {
  margin-top: 24px;
  padding-top: 24px;
  border-top: 1px solid #ddd;
}
.view-membership .views-field-body p {
  font-size: inherit;
  line-height: inherit;
  color: #000;
  font-weight: 700;
  font-family: "IBMPlexSans";
}
.view-membership .views-field-body ul li {
  display: flex;
  align-items: center;
  margin-bottom: 8px;
}
.view-membership .views-field-body ul li:last-child {
  margin-bottom: 0;
}
.view-membership .views-field-body ul li:before {
  content: "";
  display: inline-block;
  background-image: url("../images/icon-check.svg");
  background-repeat: no-repeat;
  background-size: 24px;
  width: 24px;
  height: 24px;
  margin-right: 8px;
}
.view-my-courses .view-filters {
  margin-bottom: 32px;
}
.view-my-courses .views-exposed-form .form-type-select select {
  display: inline-flex;
  gap: 8px;
  font-size: 16px;
  line-height: 19px;
  font-weight: 700;
  font-family: "IBMPlexSans";
  padding: 10.5px 40px 10.5px 20px;
  border: none;
  border-radius: 20px;
  background-image: url("../../../images/arrow-down-1.svg");
  background-repeat: no-repeat;
  background-size: 18px 9px;
  background-position: calc(100% - 20px) center;
  -webkit-appearance: none;
  -moz-appearance: none;
  background-color: #121212;
  color: #fff;
}
.view-my-courses .views-exposed-form .form-type-select select:hover {
  cursor: pointer;
}
.view-my-courses .views-exposed-form .form-type-textfield input[type=text] {
  max-height: 40px;
}
.view-my-courses .form--inline {
  display: flex;
  flex-wrap: wrap;
  row-gap: 24px;
  margin-left: -12px !important;
  margin-right: -12px !important;
  align-items: flex-end;
}
@media (max-width: 575px) {
  .view-my-courses .form--inline {
    margin-left: 0 !important;
    margin-right: 0 !important;
  }
}
.view-my-courses .form--inline > * {
  margin-left: 12px !important;
  margin-right: 12px !important;
  flex: 0 0 calc(25% - 24px);
  max-width: calc(25% - 24px);
}
@media (max-width: 1190px) {
  .view-my-courses .form--inline > * {
    flex: 0 0 calc(33.3333333333% - 24px);
    max-width: calc(33.3333333333% - 24px);
  }
}
@media (max-width: 991px) {
  .view-my-courses .form--inline > * {
    flex: 0 0 calc(50% - 24px);
    max-width: calc(50% - 24px);
  }
}
@media (max-width: 575px) {
  .view-my-courses .form--inline > * {
    flex: 0 0 100%;
    max-width: 100%;
  }
}
@media (max-width: 575px) {
  .view-my-courses .form--inline > * {
    margin: 0 !important;
  }
}
.view-my-courses .form--inline > .form-item {
  display: flex;
  flex-direction: column;
}
.view-my-courses .form--inline > .form-item > label {
  display: block;
  margin-bottom: 8px;
  font-weight: 600;
}

.block.udemium-banner--block {
  padding: 96px 0;
}
.block.udemium-banner--block .content-row.row {
  margin-right: 0;
  margin-left: 0;
}
.block.udemium-banner--block h2 {
  font-size: 60px;
  line-height: 72px;
  color: #121212;
  font-weight: 600;
  font-family: "Roboto Serif SemiBold";
  margin-bottom: 24px;
  letter-spacing: -2px;
}
.block.udemium-banner--block p {
  font-size: 18px;
  line-height: 32px;
  color: #000;
  font-weight: 400;
  font-family: "IBMPlexSans";
}
.block.udemium-banner--block p:last-child {
  margin-bottom: 40px;
  padding-right: 40px;
}
.block.udemium-banner--block .field-image img {
  height: 486px;
  width: 100%;
  border-radius: 6px;
}
.block.udemium-banner--block .field-content {
  display: flex;
  flex-direction: column;
  align-content: space-around;
}
.block.udemium-banner--block .field-group {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
}
.block.udemium-banner--block .field-group > .field-item.right {
  order: 2;
}
.block.udemium-banner--block .field-group > .field-item:not(.right) {
  padding: 0;
  margin-right: 126px;
}
@media (max-width: 991px) {
  .block.udemium-banner--block .field-group > .field-item:not(.right) {
    margin-right: 24px;
  }
}
.block.udemium-banner--block .field-image {
  width: 486px;
}
.block.udemium-banner--block .field-link a {
  background: #eb5757;
  border: 1px solid #eb5757;
  display: inline-block;
  text-align: center;
  padding: 13px 32px;
  font-size: 16px;
  line-height: 20px;
  color: #fff;
  font-family: "IBMPlexSans SemiBold";
  border-radius: 4px;
  transition: all 0.3s ease-in-out;
  font-weight: bold;
  box-sizing: border-box;
  text-decoration: none;
  font-size: 18px;
  line-height: 24px;
  padding-top: 19px;
  padding-bottom: 19px;
}
.block.udemium-banner--block .field-link a:hover, .block.udemium-banner--block .field-link a:focus {
  background: #a83939;
  border: 1px solid #a83939;
  transition: all 0.3s ease-in-out;
  color: #fff;
}
.block.block-quicktabs-blockfeatured-courses {
  border-top: 1px solid #f2f2f2;
  padding-top: 64px;
}
.block.block-quicktabs-blockfeatured-courses > h2 {
  text-align: center;
  cursor: pointer;
}
.block.block-quicktabs-blockfeatured-courses ul.quicktabs-tabs {
  justify-content: center;
}
.block.block-quicktabs-blockfeatured-courses .view-courses, .block.block-quicktabs-blockfeatured-courses .view.view-bundle {
  margin-top: 48px;
}
.block.block-quicktabs-blockfeatured-courses .view-content.row .views-row.row:last-child {
  margin-bottom: 0;
}
.block.block-quicktabs-blockfeatured-courses .view-content.row .views-row.row .views-col {
  padding-bottom: 28.8px;
}
.block.block-quicktabs-blockfeatured-courses .views-row:last-child {
  margin-bottom: 16px;
}
.block.block-quicktabs-blockfeatured-courses .views-field-field-main-category {
  padding: 12px 0 0;
}
.block.block-quicktabs-blockfeatured-courses .views-field-field-main-category .field-content {
  font-size: 10px;
  line-height: 12px;
  color: #14a67b;
  font-weight: 700;
  font-family: "IBMPlexSans";
  cursor: pointer;
  text-transform: uppercase;
  text-decoration: none;
}
.block.block-quicktabs-blockfeatured-courses .views-field-field-main-category .field-content:hover, .block.block-quicktabs-blockfeatured-courses .views-field-field-main-category .field-content:focus {
  text-decoration: underline;
}
.block.block-quicktabs-blockfeatured-courses .view-footer {
  margin-bottom: 32px;
}
.block.block-quicktabs-blockfeatured-courses .view-footer a {
  background: #fff;
  border: 1px solid #e0e0e0;
  display: inline-block;
  text-align: center;
  padding: 13px 32px;
  font-size: 16px;
  line-height: 24px;
  color: #121212;
  font-family: "IBMPlexSans SemiBold";
  border-radius: 4px;
  transition: all 0.3s ease-in-out;
  font-weight: bold;
  box-sizing: border-box;
  text-decoration: none;
  height: auto;
}
.block.block-quicktabs-blockfeatured-courses .view-footer a:hover, .block.block-quicktabs-blockfeatured-courses .view-footer a:focus {
  background: #e0e0e0;
  border: 1px solid #e0e0e0;
  transition: all 0.3s ease-in-out;
}
.block.block-block-student-feedback {
  padding: 0 0 48px;
  margin-right: 38px;
}
.block.block-block-student-feedback h2 {
  margin-bottom: 16px;
}
.block.block-block-student-feedback .block-student-feedback {
  display: flex;
}
.block.block-block-student-feedback .column-one {
  padding: 0 32px 0 0;
  margin-right: 5px;
}
.block.block-block-student-feedback .average_rating {
  font-size: 60px;
  line-height: 60px;
  color: #ffb82e;
  font-weight: 700;
  font-family: "IBMPlexSans";
  font-weight: bold;
  margin-bottom: 12px;
}
.block.block-block-student-feedback .total_rating {
  font-size: 14px;
  line-height: 16px;
  color: #4b4b4b;
  font-weight: 600;
  font-family: "IBMPlexSans";
  margin-top: 12px;
  margin-left: 6px;
}
.block.block-block-student-feedback .column-two {
  flex: 1;
}
.block.block-block-student-feedback .rating-row {
  display: flex;
  margin-right: 5px;
}
.block.block-block-student-feedback .rating-row > *:last-child {
  margin-left: 16px;
}
.block.block-block-student-feedback .star-5 {
  font-size: 14px;
  line-height: 24px;
  color: #4b4b4b;
  font-weight: 400;
  font-family: "IBMPlexSans";
}
.block.block-block-student-feedback .progress {
  max-width: 481px;
  width: 100%;
  background: #ebebee;
  height: 8px;
  margin: 8px 16px 8px 0;
  border-radius: 4px;
}
.block.block-block-student-feedback .progress .progress-bar {
  border-radius: 4px;
  background: #828282;
}
.block.block-block-student-feedback .fivestar-widget-static {
  display: flex;
  margin-left: 6px;
}
.block.block-block-student-feedback .star {
  background: unset;
}
.block.block-block-student-feedback .star .on {
  background: url(../images/star-on.svg);
  width: 16px;
  height: 16px;
  padding: 1px;
  object-fit: contain;
}
.block.block-block-student-feedback .star .off {
  background: url(../images/star-off.svg);
  width: 16px;
  height: 16px;
  padding: 1px;
  object-fit: contain;
}
.block .cart-form {
  margin-bottom: 30px;
}
.block .cart-form:last-child {
  margin-bottom: 0;
}
.block-views-blocklession-block-1 {
  margin-top: 48px;
}
.block-views-exposed-filter-blockproduct-index-page-2 form > .form--inline {
  display: flex;
  align-items: center;
  position: relative;
}
.block-views-exposed-filter-blockproduct-index-page-2 form > .form--inline .form-item > label {
  display: none;
}
.block-views-exposed-filter-blockproduct-index-page-2 form > .form--inline .form-item input {
  margin: 0;
  padding-left: 54px;
}
.block-views-exposed-filter-blockproduct-index-page-2 form > .form--inline .form-item-keywords {
  flex: 1;
  order: 2;
}
.block-views-exposed-filter-blockproduct-index-page-2 form > .form--inline .form-actions {
  position: absolute;
  left: 0;
}
.block-views-exposed-filter-blockproduct-index-page-2 form > .form--inline .form-actions input {
  font-size: 0;
  width: 54px;
  padding: 12px 10px 12px 20px;
  background-image: url(../images/search.svg);
  background-repeat: no-repeat;
  background-size: 24px;
  background-position: 20px center;
  background-color: #fff;
  border-radius: 4px;
  border: none;
}
@media (max-width: 767px) {
  .block-views-exposed-filter-blockproduct-index-page-2 {
    display: none;
  }
}
.block.course-info-block--wrapper {
  max-width: calc(66.6666666667% - 48px);
}

.take-quiz-result h3 {
  margin-bottom: 24px;
}
.take-quiz-result table[class*=quiz-result] thead tr th {
  text-align: left;
  padding: 15px;
  white-space: nowrap;
  background-color: #fafafa;
  color: #121212;
}
.take-quiz-result table[class*=quiz-result] thead tr th.quiz-result-question {
  width: 40%;
}
.take-quiz-result table[class*=quiz-result] thead tr th.quiz-result-your-answer, .take-quiz-result table[class*=quiz-result] thead tr th.quiz-result-correct, .take-quiz-result table[class*=quiz-result] thead tr th.quiz-result-right-answer {
  width: 10%;
}
.take-quiz-result table[class*=quiz-result] thead tr th.quiz-result-choice {
  width: 30%;
}
.take-quiz-result table[class*=quiz-result] tbody tr.quiz-result-choice-0 .quiz-result-data-0 {
  color: #14a67b;
  font-weight: 600;
  font-family: "IBMPlexSans";
}
.take-quiz-result table[class*=quiz-result] td {
  text-align: left;
}
.take-quiz-result table[class*=quiz-result] td p {
  margin: 0;
}
.take-quiz-result .certificate-download {
  background: #14a67b;
  border: 1px solid #14a67b;
  display: inline-block;
  text-align: center;
  padding: 13px 32px;
  font-size: 16px;
  line-height: 24px;
  color: #fff;
  border-radius: 4px;
  transition: all 0.3s ease-in-out;
  font-weight: bold;
  box-sizing: border-box;
  text-decoration: none;
  height: auto;
  width: auto;
  margin-top: 50px;
}
.take-quiz-result .certificate-download:hover, .take-quiz-result .certificate-download:focus {
  background: #0e7959;
  border: 1px solid #0e7959;
  transition: all 0.3s ease-in-out;
  color: #fff;
}

.tabs.primary li a {
  font-size: 16px;
  line-height: 24px;
  color: #121212;
  font-weight: 500;
  font-family: "IBMPlexSans";
}
.tabs.primary li.is-active {
  background-color: #97f0d6;
}
.tabs.primary li.is-active:hover {
  background-color: #7de3c5;
}
.tabs.primary li:hover {
  cursor: pointer;
  background-color: #7de3c5;
}

.newsletter-block--wrapper h2 {
  color: #fff;
  margin-bottom: 16px;
}
.newsletter-block--wrapper form .field--type-email {
  margin-bottom: 16px;
}
.newsletter-block--wrapper form .form-item-message {
  margin-bottom: 8px;
}

.book-navigation ul {
  margin: 0;
  padding: 0;
}
.book-navigation ul.book-pager, .book-navigation ul.menu {
  padding: 0;
}
.book-navigation ul.menu {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  column-gap: 24px;
}
.book-navigation ul li {
  float: none;
  text-align: left;
  width: auto;
  margin-bottom: 8px;
}
.book-navigation ul li a {
  font-size: inherit;
  line-height: inherit;
  color: #121212;
  font-weight: 600;
  font-family: "IBMPlexSans";
}
.book-navigation ul li a:hover {
  text-decoration: underline;
}
.book-navigation ul li b {
  display: none;
}
.book-navigation ul.book-pager {
  display: none;
}

.cohort-admin {
  margin-bottom: 32px;
}
.cohort-admin h3, .cohort-admin h2, .cohort-admin h4 {
  font-size: 24px;
  line-height: 21px;
  font-weight: bold;
  margin-bottom: 24px;
}
.cohort-admin .cohort-admin-button {
  display: flex;
}
.cohort-admin .cohort-admin-button a {
  background: #9CD9E8;
  color: #2B3030;
  width: 100%;
  border-radius: 8px;
  border-color: #9CD9E8;
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-weight: 700;
  padding: 16px;
}
.cohort-admin .cohort-admin-button a::after {
  content: "";
  display: inline-block;
  width: 40px;
  height: 40px;
  background-image: url(../images/arrow-right-border.svg);
  background-repeat: no-repeat;
  background-size: 100% 100%;
  background-position: center;
}

.cohort-manage {
  margin-bottom: 32px;
}
.cohort-manage h3, .cohort-manage h2, .cohort-manage h4 {
  font-size: 24px;
  line-height: 21px;
  font-weight: bold;
  margin-bottom: 24px;
}
.cohort-manage .cohort-manage {
  margin-bottom: 16px;
}
.cohort-manage .cohort-manage .cohort-list {
  margin-top: 0;
}
.cohort-manage .cohort-create-cohort-button {
  display: flex;
}
.cohort-manage .cohort-create-cohort-button a {
  background: #A3D4B9;
  color: #2B3030;
  width: 100%;
  border-radius: 8px;
  border-color: #A3D4B9;
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-weight: 700;
  padding: 16px;
}
.cohort-manage .cohort-create-cohort-button a::after {
  content: "";
  display: inline-block;
  width: 40px;
  height: 40px;
  background-image: url(../images/arrow-right-border.svg);
  background-repeat: no-repeat;
  background-size: 100% 100%;
  background-position: center;
}
.cohort-manage .cohort-table {
  margin-top: 24px;
  margin-bottom: 0;
}
.cohort-manage .cohort-list {
  margin-top: 24px;
  margin-bottom: 0;
}
.cohort-manage .cohort-list .list-item {
  background-color: #EEF9FC;
  border-radius: 8px;
  margin-bottom: 16px;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  position: relative;
}
.cohort-manage .cohort-list .list-item:last-child {
  margin-bottom: 0;
}
.cohort-manage .cohort-list .list-item .upndown-btn {
  position: absolute;
  height: 100%;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  flex-direction: column;
  background: #fff;
  padding-right: 4px;
}
.cohort-manage .cohort-list .list-item .upndown-btn button {
  background-image: url(../images/arrow-down-course.svg);
  background-repeat: no-repeat;
  background-size: 100% 100%;
  background-position: center;
  background-size: 12px;
  width: 48px;
  font-size: 0;
  border: 0;
  min-height: 48px;
  background-color: #EEF9FC;
  height: calc(50% - 2px);
}
.cohort-manage .cohort-list .list-item .upndown-btn button:first-child {
  margin-bottom: 2px;
  border-bottom-right-radius: 8px;
  transform: rotate(180deg);
}
.cohort-manage .cohort-list .list-item .upndown-btn button:last-child {
  margin-top: 2px;
  border-bottom-left-radius: 8px;
}
.cohort-manage .cohort-list .list-item .upndown-btn button.disabled {
  opacity: 0.25;
}
.cohort-manage .cohort-list .list-item .cohort-viewbtn {
  right: 16px;
  top: 50%;
  transform: translateY(-50%);
  position: absolute;
  z-index: 3;
}
.cohort-manage .cohort-list .list-item .cohort-viewbtn button {
  width: 40px;
  height: 40px;
  background-image: url(../images/arrow-right-border-default.svg);
  background-repeat: no-repeat;
  background-size: 100% 100%;
  background-position: center;
  background-color: #EEF9FC;
  display: inline-block;
  font-size: 0;
  border: 0;
}
.cohort-manage .cohort-list .list-item .cohort-info {
  padding: 15px 16px;
  padding-right: 56px;
  padding-left: 66px;
  flex: 1;
  color: #2B3030;
}
.cohort-manage .cohort-list .list-item .cohort-details a {
  display: block;
  margin-bottom: 8px;
}

.cohort-libraries {
  margin-bottom: 32px;
}
.cohort-libraries h3, .cohort-libraries h2, .cohort-libraries h4 {
  font-size: 24px;
  line-height: 21px;
  font-weight: bold;
  margin-bottom: 24px;
}
.cohort-libraries .cohort-libraries-items {
  display: flex;
  margin-bottom: 16px;
}
.cohort-libraries .cohort-libraries-items a {
  background: #EEF9FC;
  color: #2B3030;
  width: 100%;
  border-radius: 8px;
  border-color: #EEF9FC;
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-weight: 700;
  padding: 16px;
}
.cohort-libraries .cohort-libraries-items a::after {
  content: "";
  display: inline-block;
  width: 40px;
  height: 40px;
  background-image: url(../images/arrow-right-border-default.svg);
  background-repeat: no-repeat;
  background-size: 100% 100%;
  background-position: center;
}

.user-course {
  margin-bottom: 32px;
}
.user-course h3, .user-course h2, .user-course h4 {
  font-size: 24px;
  line-height: 21px;
  font-weight: bold;
  margin-bottom: 24px;
}

.course-notifications {
  padding: 14px 16px 16px;
  border-radius: 8px;
  background-color: #CEE3E5;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 10px;
  margin-bottom: 16px;
}
.course-notifications > button {
  padding-left: 40px;
  background-image: url(../images/icon-notification.svg);
  background-repeat: no-repeat;
  background-size: 100% 100%;
  background-position: center;
  background-size: 16px;
  background-position: 0 center;
  background-color: transparent;
  border: 0;
  font-weight: bold;
}
.course-notifications > div {
  display: flex;
  align-items: center;
}
.course-notifications > div button {
  width: 12px;
  height: 7px;
  background-color: transparent;
  border: 0;
  display: inline-block;
  font-size: 0;
  background-image: url(../images/icon-arrow-down.svg);
  background-repeat: no-repeat;
  background-size: 100% 100%;
  background-position: center;
}

.sub-menu-container {
  margin-bottom: 16px;
}
.sub-menu-container .sub-menu {
  margin-bottom: 16px;
  padding: 14px 16px 16px;
  border-radius: 8px;
  background-color: #fff;
}
.sub-menu-container .sub-menu:not(.sub-sub-menu) {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.sub-menu-container .sub-menu:not(.sub-sub-menu)::after {
  content: "";
  width: 12px;
  height: 7px;
  background-color: transparent;
  border: 0;
  display: inline-block;
  font-size: 0;
  background-image: url(../images/icon-arrow-down.svg);
  background-repeat: no-repeat;
  background-size: 100% 100%;
  background-position: center;
}
.sub-menu-container .sub-menu:not(.sub-sub-menu)::after:hover {
  cursor: pointer;
}
.sub-menu-container .sub-menu.sub-sub-menu {
  background: #A3D4B9;
}
.sub-menu-container .sub-menu:last-child {
  margin-bottom: 0;
}

.discuss-forum {
  margin-bottom: 32px;
}
.discuss-forum h3, .discuss-forum h2, .discuss-forum h4 {
  font-size: 24px;
  line-height: 21px;
  font-weight: bold;
  margin-bottom: 24px;
}

.forum-list .forum-items {
  margin-bottom: 16px;
  padding: 16px;
  border-radius: 8px;
  background-color: #fff;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 10px;
  justify-content: space-between;
}
.forum-list .forum-items .forum-name {
  flex: 1;
}
.forum-list .forum-items button {
  font-size: 0;
  display: inline-block;
  width: 40px;
  height: 40px;
  border: 0;
  background-color: transparent;
  background-image: url(../images/arrow-right-border-default.svg);
  background-repeat: no-repeat;
  background-size: 100% 100%;
  background-position: center;
}

.batch-form label {
  margin-bottom: 8px;
}
.batch-form input {
  border-radius: 8px;
}
.batch-form .lms-details > div {
  margin-bottom: 16px;
}
.batch-form .lms-details > div:last-child {
  margin-bottom: 0;
}
.batch-form .lms-pass {
  margin-top: 24px;
}
.batch-form .lms-pass > div {
  margin-bottom: 16px;
}
.batch-form .lms-pass > div:last-child {
  margin-bottom: 0;
}
.batch-form .lms-submit {
  margin-top: 32px;
}
.batch-form .lms-submit .form-submit {
  width: 100%;
  border-radius: 8px;
  background-color: #A3D4B9;
  background-image: url(../images/arrow-menu-right.svg);
  background-repeat: no-repeat;
  background-size: 100% 100%;
  background-position: center;
  background-size: 16px;
  background-position: calc(100% - 16px) center;
  text-align: left;
  font-weight: bold;
  border: 0;
  color: #2B3030;
}

.block-user-account-block {
  margin-bottom: 32px;
}
.block-user-account-block h3, .block-user-account-block h2, .block-user-account-block h4 {
  font-size: 24px;
  line-height: 21px;
  font-weight: bold;
  margin-bottom: 24px;
}
.block-user-account-block .progress-report, .block-user-account-block .download-certificate, .block-user-account-block .user-faq, .block-user-account-block .change-details, .block-user-account-block .reset-password {
  margin-bottom: 16px;
  padding: 16px;
  border-radius: 8px;
  background-color: #EEF9FC;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 10px;
  justify-content: space-between;
  font-weight: bold;
}
.block-user-account-block .progress-report div, .block-user-account-block .download-certificate div, .block-user-account-block .user-faq div, .block-user-account-block .change-details div, .block-user-account-block .reset-password div {
  flex: 1;
}
.block-user-account-block .progress-report .progress-report-btn, .block-user-account-block .progress-report .download-certificate-btn, .block-user-account-block .progress-report .user-faq-btn, .block-user-account-block .progress-report .change-details-btn, .block-user-account-block .progress-report .reset-password-btn, .block-user-account-block .download-certificate .progress-report-btn, .block-user-account-block .download-certificate .download-certificate-btn, .block-user-account-block .download-certificate .user-faq-btn, .block-user-account-block .download-certificate .change-details-btn, .block-user-account-block .download-certificate .reset-password-btn, .block-user-account-block .user-faq .progress-report-btn, .block-user-account-block .user-faq .download-certificate-btn, .block-user-account-block .user-faq .user-faq-btn, .block-user-account-block .user-faq .change-details-btn, .block-user-account-block .user-faq .reset-password-btn, .block-user-account-block .change-details .progress-report-btn, .block-user-account-block .change-details .download-certificate-btn, .block-user-account-block .change-details .user-faq-btn, .block-user-account-block .change-details .change-details-btn, .block-user-account-block .change-details .reset-password-btn, .block-user-account-block .reset-password .progress-report-btn, .block-user-account-block .reset-password .download-certificate-btn, .block-user-account-block .reset-password .user-faq-btn, .block-user-account-block .reset-password .change-details-btn, .block-user-account-block .reset-password .reset-password-btn {
  flex: unset;
}
.block-user-account-block .progress-report .progress-report-btn a, .block-user-account-block .progress-report .download-certificate-btn a, .block-user-account-block .progress-report .user-faq-btn a, .block-user-account-block .progress-report .change-details-btn a, .block-user-account-block .progress-report .reset-password-btn a, .block-user-account-block .download-certificate .progress-report-btn a, .block-user-account-block .download-certificate .download-certificate-btn a, .block-user-account-block .download-certificate .user-faq-btn a, .block-user-account-block .download-certificate .change-details-btn a, .block-user-account-block .download-certificate .reset-password-btn a, .block-user-account-block .user-faq .progress-report-btn a, .block-user-account-block .user-faq .download-certificate-btn a, .block-user-account-block .user-faq .user-faq-btn a, .block-user-account-block .user-faq .change-details-btn a, .block-user-account-block .user-faq .reset-password-btn a, .block-user-account-block .change-details .progress-report-btn a, .block-user-account-block .change-details .download-certificate-btn a, .block-user-account-block .change-details .user-faq-btn a, .block-user-account-block .change-details .change-details-btn a, .block-user-account-block .change-details .reset-password-btn a, .block-user-account-block .reset-password .progress-report-btn a, .block-user-account-block .reset-password .download-certificate-btn a, .block-user-account-block .reset-password .user-faq-btn a, .block-user-account-block .reset-password .change-details-btn a, .block-user-account-block .reset-password .reset-password-btn a {
  font-size: 0;
  display: inline-block;
  width: 40px;
  height: 40px;
  border: 0;
  background-color: transparent;
  background-image: url(../images/arrow-right-border-default.svg);
  background-repeat: no-repeat;
  background-size: 100% 100%;
  background-position: center;
}
.block-user-account-block .user-logout {
  width: 100%;
  border-radius: 8px;
  background-color: #2B3030;
  color: #fff;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 10px;
  padding: 16px;
  font-weight: bold;
}
.block-user-account-block .user-logout div {
  flex: 1;
}
.block-user-account-block .user-logout .user-logout-btn {
  background-image: url(../images/arrow-right-white.svg);
  background-repeat: no-repeat;
  background-size: 100% 100%;
  background-position: center;
  text-align: left;
  font-weight: bold;
  border: 0;
  width: 11px;
  height: 11px;
  display: inline-block;
  background-color: transparent;
  font-size: 0;
}

.user-section {
  margin-bottom: 32px;
}
.user-section h3, .user-section h2, .user-section h4 {
  font-size: 24px;
  line-height: 21px;
  font-weight: bold;
  margin-bottom: 24px;
}
.user-section .lesson-browser {
  margin-bottom: 16px;
  padding: 16px;
  border-radius: 8px;
  background-color: #EEF9FC;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 10px;
  justify-content: space-between;
  font-weight: bold;
}
.user-section .lesson-browser div {
  flex: 1;
}
.user-section .lesson-browser .lesson-browser-btn {
  flex: unset;
}
.user-section .lesson-browser .lesson-browser-btn a {
  font-size: 0;
  display: inline-block;
  width: 40px;
  height: 40px;
  border: 0;
  background-color: transparent;
  background-image: url(../images/arrow-right-border-default.svg);
  background-repeat: no-repeat;
  background-size: 100% 100%;
  background-position: center;
}
.user-section .feedback-alert {
  margin-bottom: 16px;
  padding: 16px;
  border-radius: 8px;
  background-color: #9CD9E8;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 10px;
  justify-content: space-between;
  font-weight: bold;
  padding-left: 45px;
  background-image: url(../images/icon-notification.svg);
  background-repeat: no-repeat;
  background-size: 100% 100%;
  background-size: 16px;
  background-position: 16px center;
  border: 0;
  font-weight: bold;
}
.user-section .feedback-alert div {
  flex: 1;
}
.user-section .feedback-alert .feedback-alert-btn {
  flex: unset;
}
.user-section .feedback-alert .feedback-alert-btn a {
  font-size: 0;
  display: inline-block;
  width: 40px;
  height: 40px;
  border: 0;
  background-color: transparent;
  background-image: url(../images/arrow-right-border.svg);
  background-repeat: no-repeat;
  background-size: 100% 100%;
  background-position: center;
}

.group-cohort-create-cohort-form label {
  margin-bottom: 8px;
}
.group-cohort-create-cohort-form input, .group-cohort-create-cohort-form .form-submit {
  border-radius: 8px;
  width: 100%;
}
.group-cohort-create-cohort-form legend {
  font-size: 28px;
  line-height: 1.4;
  font-weight: bold;
  margin-bottom: 24px;
}
.group-cohort-create-cohort-form .form-wrapper {
  display: flex;
  flex-wrap: wrap;
  gap: 24px;
  width: 100%;
}
.group-cohort-create-cohort-form .form-wrapper * {
  width: 100%;
}
.group-cohort-create-cohort-form fieldset fieldset legend {
  font-size: 20px;
  line-height: 1.4;
  font-weight: bold;
  margin-bottom: 16px;
}
.group-cohort-create-cohort-form fieldset fieldset .js-form-item {
  margin-bottom: 16px;
}

.block-faqs-list-block .faq-item {
  margin-bottom: 16px;
  padding: 16px;
  border-radius: 8px;
  background-color: #EEF9FC;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 10px;
  justify-content: space-between;
}
.block-faqs-list-block .entity-menu {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 14px;
}
.block-faqs-list-block .entity-menu .faq-question {
  flex: 1;
  font-weight: bold;
}
.block-faqs-list-block .entity-menu .faq-expand-button button {
  font-size: 0;
  display: inline-block;
  width: 40px;
  height: 40px;
  border: 0;
  background-color: transparent;
  background-image: url(../images/arrow-right-border-default.svg);
  background-repeat: no-repeat;
  background-size: 100% 100%;
  background-position: center;
}
.block-faqs-list-block .faq-answer {
  background-color: transparent;
  padding: 0;
}

.user-search > div {
  margin-bottom: 8px;
  color: #2B3030;
}
.user-search input {
  border-radius: 8px;
}

.block-user-courses-block .cohort-manage .cohort-list .list-item .cohort-info {
  padding-left: 16px;
  background-color: #fff;
  border-radius: 8px;
}
.block-user-courses-block .cohort-manage .cohort-list .list-item .cohort-info .cohort-progress {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 8px;
}
.block-user-courses-block .cohort-manage .cohort-list .list-item .cohort-info .cohort-progress .cohort-counts {
  flex: 1;
}
.block-user-courses-block .cohort-manage .cohort-list .list-item .cohort-info progress[value] {
  --background: conic-gradient(#A3D4B9 var(--p),#2B3030 0);
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: none;
  inset: 0;
  height: 60px;
  width: 60px;
  border-radius: 50%;
  overflow: hidden;
  background: var(--background);
  -webkit-mask: radial-gradient(rgba(0, 0, 0, 0) 59%, #000 60% 100%, rgba(0, 0, 0, 0) 70%);
}
.block-user-courses-block .cohort-manage .cohort-list .list-item .cohort-info progress[value]::-webkit-progress-bar {
  background: var(--background);
}
.block-user-courses-block .cohort-manage .cohort-list .list-item .cohort-info progress[value]::-webkit-progress-value {
  background: rgba(0, 0, 0, 0);
}
.block-user-courses-block .cohort-manage .cohort-list .list-item .cohort-info progress[value]::-moz-progress-bar {
  background: rgba(0, 0, 0, 0);
}
.block-user-courses-block .cohort-manage .cohort-list .list-item .cohort-viewbtn button {
  background-color: transparent;
}

.view-modules-list .view-content, .view-lessons-list .view-content, .view-user-lessons .view-content {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 15px;
}
.view-modules-list .views-row, .view-lessons-list .views-row, .view-user-lessons .views-row {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  flex-direction: column;
  padding: 16px;
  background-color: #fff;
  border-radius: 8px;
  gap: 8px;
  width: 100%;
}
.view-modules-list .views-field-field-age, .view-lessons-list .views-field-field-age, .view-user-lessons .views-field-field-age {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}
.view-modules-list .view-filters, .view-lessons-list .view-filters, .view-user-lessons .view-filters {
  margin-bottom: 15px;
}
.view-modules-list .view-filters .form-actions, .view-lessons-list .view-filters .form-actions, .view-user-lessons .view-filters .form-actions {
  margin-top: 15px;
}
.view-modules-list .view-filters .form-actions input, .view-lessons-list .view-filters .form-actions input, .view-user-lessons .view-filters .form-actions input {
  background: #14a67b;
  border: 1px solid #14a67b;
  display: inline-block;
  text-align: center;
  padding: 13px 32px;
  font-size: 16px;
  line-height: 24px;
  color: #fff;
  border-radius: 4px;
  transition: all 0.3s ease-in-out;
  font-weight: bold;
  box-sizing: border-box;
  text-decoration: none;
  height: auto;
  width: auto;
  width: 100%;
}
.view-modules-list .view-filters .form-actions input:hover, .view-modules-list .view-filters .form-actions input:focus, .view-lessons-list .view-filters .form-actions input:hover, .view-lessons-list .view-filters .form-actions input:focus, .view-user-lessons .view-filters .form-actions input:hover, .view-user-lessons .view-filters .form-actions input:focus {
  background: #0e7959;
  border: 1px solid #0e7959;
  transition: all 0.3s ease-in-out;
  color: #fff;
}

.user-invite-form input[type=submit] {
  background: #14a67b;
  border: 1px solid #14a67b;
  display: inline-block;
  text-align: center;
  padding: 13px 32px;
  font-size: 16px;
  line-height: 24px;
  color: #fff;
  border-radius: 4px;
  transition: all 0.3s ease-in-out;
  font-weight: bold;
  box-sizing: border-box;
  text-decoration: none;
  height: auto;
  width: auto;
  width: 100%;
}
.user-invite-form input[type=submit]:hover, .user-invite-form input[type=submit]:focus {
  background: #0e7959;
  border: 1px solid #0e7959;
  transition: all 0.3s ease-in-out;
  color: #fff;
}
.user-invite-form textarea {
  max-width: 100%;
  width: 100%;
}
.user-invite-form #ajax-wrapper .js-form-item, .user-invite-form .js-form-managed-file {
  display: flex;
  flex-wrap: wrap;
  gap: 15px;
}
.user-invite-form .form-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 15px;
  width: 100%;
}
.user-invite-form .form-actions input {
  width: 100%;
}

aside .block-facets {
  padding: 0 19px 0 0;
}
@media (max-width: 767px) {
  aside .block-facets {
    display: none;
  }
}
aside .block-facets > h2 {
  font-size: 18px;
  line-height: 32px;
  color: #000;
  font-weight: 600;
  font-family: "Roboto Serif SemiBold";
  padding: 8px 0;
  border-bottom: 1px solid #bdbdbd;
  max-height: 48px;
  margin-bottom: 0px;
  position: relative;
  cursor: pointer;
}
aside .block-facets > h2 .icon {
  font-size: 18px;
  line-height: 32px;
  color: #000;
  font-weight: 600;
  font-family: "Roboto Serif SemiBold";
  position: absolute;
  content: "";
  transform: rotate(360deg);
  background: url(../images/\ up.svg);
  top: 14px;
  right: 0;
  height: 16px;
  width: 16px;
  transition: all 0.3s ease-in-out;
}
aside .block-facets > h2 .icon.close {
  position: absolute;
  content: "";
  transform: rotate(180deg);
  background: url(../images/\ up.svg);
  top: 14px;
  right: 0;
  height: 16px;
  width: 16px;
  transition: all 0.3s ease-in-out;
  opacity: 1;
}
aside .block-facets .facets-widget-checkbox > ul {
  padding-left: 0;
  margin-bottom: 0px;
  list-style: none;
}
aside .block-facets .facets-widget-checkbox > ul li.facet-item {
  padding: 8px 0;
}
aside .block-facets .facets-widget-checkbox > ul li.facet-item:last-child {
  margin-bottom: 0;
}
aside .block-facets .facets-widget-checkbox > ul li.facet-item::marker {
  font-size: 0;
}
aside .block-facets .facets-widget-checkbox > ul li.facet-item span.facet-item__value {
  font-size: 16px;
  line-height: 24px;
  color: #4b4b4b;
  font-weight: 400;
  font-family: "IBMPlexSans";
  display: flex;
  gap: 8px;
  align-items: center;
}
aside .block-facets .facets-widget-checkbox > ul li.facet-item .star-5-rating {
  font-size: 14px;
  line-height: 16px;
  color: #4b4b4b;
  font-weight: 400;
  font-family: "IBMPlexSans";
}
aside .block-facets .facets-widget-checkbox > ul li.facet-item .star {
  background: unset;
}
aside .block-facets .facets-widget-checkbox > ul li.facet-item .star .on {
  background: url(../images/star-on.svg);
  width: 16px;
  height: 16px;
  padding: 1px;
  object-fit: contain;
}
aside .block-facets .facets-widget-checkbox > ul li.facet-item .star .off {
  background: url(../images/star-off.svg);
  width: 16px;
  height: 16px;
  padding: 1px;
  object-fit: contain;
}
aside .block-facets .facets-widget-checkbox input {
  opacity: 0;
  position: absolute;
}
aside .block-facets .facets-widget-checkbox input:checked ~ label:before {
  background-color: #14a67b;
  border: 1px solid #14a67b;
}
aside .block-facets .facets-widget-checkbox input:checked ~ label::after {
  display: block;
}
aside .block-facets .facets-widget-checkbox label {
  display: flex;
  gap: 5px;
  position: relative;
  padding-left: 30px;
  margin-bottom: 0;
}
aside .block-facets .facets-widget-checkbox label:before {
  position: absolute;
  content: "";
  top: 2px;
  left: 0;
  display: inline-block;
  width: 20px;
  height: 20px;
  border: 1px solid #121212;
  background-color: #fff;
  border-radius: 4px;
}
aside .block-facets .facets-widget-checkbox label:after {
  position: absolute;
  content: "";
  top: 4px;
  left: 6px;
  display: none;
  width: 7px;
  height: 13px;
  border-bottom: 2px solid #fff;
  border-right: 2px solid #fff;
  border-radius: 2px;
  transform: rotate(45deg);
}
aside .facets-soft-limit-link {
  margin-top: 8px;
  font-size: 15px;
  line-height: 20px;
  color: #14a67b;
  font-weight: 600;
  font-family: "IBMPlexSans";
  margin-bottom: 24px;
  display: inline-block;
  border-bottom: 1px solid #ebebee;
}
aside.sidebar-second {
  padding-left: 11px;
}

.region-content-fourth .block.udemium-banner--block .field-group .left {
  margin-right: 128px;
}
@media (max-width: 991px) {
  .region-content-fourth .block.udemium-banner--block .field-group .left {
    margin-right: 24px;
  }
}
.region-content-fourth .block.udemium-banner--block .field-group > .field-item:not(.left) {
  padding: 0 102px 0 0;
  margin-right: 0;
}
@media (max-width: 991px) {
  .region-content-fourth .block.udemium-banner--block .field-group > .field-item:not(.left) {
    padding: 0;
  }
}
.region-content-fourth .block.udemium-banner--block .field-link a {
  background: #14a67b;
  border: 1px solid #14a67b;
  display: inline-block;
  text-align: center;
  padding: 13px 32px;
  font-size: 16px;
  line-height: 24px;
  color: #fff;
  border-radius: 4px;
  transition: all 0.3s ease-in-out;
  font-weight: bold;
  box-sizing: border-box;
  text-decoration: none;
  height: auto;
  width: auto;
  font-size: 18px;
  line-height: 24px;
  padding-top: 19px;
  padding-bottom: 19px;
}
.region-content-fourth .block.udemium-banner--block .field-link a:hover, .region-content-fourth .block.udemium-banner--block .field-link a:focus {
  background: #0e7959;
  border: 1px solid #0e7959;
  transition: all 0.3s ease-in-out;
  color: #fff;
}

.region-banner {
  padding-top: 96px;
}
.region-banner .component-wrapper--type-push_image {
  padding-bottom: 64px;
  border-bottom: 1px solid #dadada;
}
.region-header {
  display: flex;
  align-items: center;
}
.region-header .search-block-form {
  flex: 1;
}
.region-header .search-block-form form {
  max-width: 340px;
  display: flex;
  border-radius: 4px;
  background-color: #fff;
}
.region-header .search-block-form form input {
  border: none;
  background-color: #fff;
}
.region-header .search-block-form form .form-item {
  margin: 0;
}
.region-header .search-block-form form .form-type-search {
  order: 3;
  flex: 1;
}
.region-header .search-block-form form .form-type-search input {
  border-radius: 4px;
  width: 100%;
}
.region-header .search-block-form form .form-actions input {
  font-size: 0;
  width: 54px;
  padding: 12px 10px 12px 20px;
  background: url(../images/search.svg) no-repeat;
  background-size: 24px;
  background-position: 20px center;
}
.region-header .block-views-exposed-filter-blockproduct-index-search-block .form--inline {
  max-width: 240px;
  display: flex;
  border-radius: 4px;
  background-color: #fff;
  border: 1px solid #2B3030;
}
.region-header .block-views-exposed-filter-blockproduct-index-search-block .form--inline div {
  display: inline;
}
.region-header .block-views-exposed-filter-blockproduct-index-search-block .form--inline .form-item-keywords {
  order: 3;
  flex: 1;
}
.region-header .block-views-exposed-filter-blockproduct-index-search-block .form--inline .form-item-keywords > label {
  display: none;
}
.region-header .block-views-exposed-filter-blockproduct-index-search-block .form--inline input {
  border: none;
  background-color: #fff;
  margin: 0;
}
.region-header .block-views-exposed-filter-blockproduct-index-search-block .form--inline .form-actions {
  border-radius: 4px;
}
.region-header .block-views-exposed-filter-blockproduct-index-search-block .form--inline .form-actions input {
  font-size: 0;
  width: 54px;
  padding: 12px 10px 12px 20px;
  background-image: url(../images/search.svg);
  background-repeat: no-repeat;
  background-size: 24px;
  background-position: 20px center;
  border-radius: 4px;
}
.region-header .block-commerce-cart {
  position: relative;
  margin-right: 8px;
}
.region-header .block-commerce-cart .cart-block--summary {
  display: flex;
}
.region-header .block-commerce-cart .cart-block--link__expand {
  display: inline-block;
  width: 48px;
  height: 48px;
  background: url(../images/cart.svg) no-repeat;
  background-size: 24px;
  background-position: center;
  border-radius: 50%;
  border: 1px solid #2B3030;
}
.region-header .block-commerce-cart .cart-block--summary__icon {
  display: none;
}
.region-header .block-commerce-cart .cart-block--summary__count {
  position: absolute;
  top: 8px;
  right: 10px;
  width: 9px;
  white-space: nowrap;
  overflow: hidden;
  font-size: 12px;
  line-height: 12px;
  color: #121212;
  font-weight: 700;
  font-family: "IBMPlexSans";
}
.region-header .block .field--name-body p:only-child {
  margin-bottom: 0;
}
.region-header .block .field--name-body a {
  font-size: 16px;
  line-height: 28px;
  color: #fff;
  font-weight: 400;
  font-family: "IBMPlexSans";
  text-decoration: none;
  display: inline-block;
}
.region-header .block .field--name-body a:hover, .region-header .block .field--name-body a:focus {
  text-decoration: underline;
}
.region-header .block.block-joinforfree .field--name-body a {
  background: #eb5757;
  border: 1px solid #eb5757;
  display: inline-block;
  text-align: center;
  padding: 13px 32px;
  font-size: 16px;
  line-height: 20px;
  color: #fff;
  font-family: "IBMPlexSans SemiBold";
  border-radius: 4px;
  transition: all 0.3s ease-in-out;
  font-weight: bold;
  box-sizing: border-box;
  text-decoration: none;
  padding-left: 24px;
  padding-right: 24px;
}
.region-header .block.block-joinforfree .field--name-body a:hover, .region-header .block.block-joinforfree .field--name-body a:focus {
  background: #a83939;
  border: 1px solid #a83939;
  transition: all 0.3s ease-in-out;
  color: #fff;
}
.region-header .menu--main > .navbar-nav .nav-link {
  color: #2B3030;
}
.region-header .menu--main > .navbar-nav > .nav-item.menu-item--expanded .navbar-nav > .nav-item:last-child {
  margin-bottom: 8px;
}
.region-header .menu--main > .navbar-nav > .nav-item.menu-item--expanded .navbar-nav.child {
  top: 100px;
}
.region-header .menu--main > .navbar-nav > .nav-item.menu-item--expanded .navbar-nav.child::before {
  background-color: rgba(18, 18, 18, 0.8);
}
.region-header .menu--main > .navbar-nav > .nav-item.menu-item--expanded .navbar-nav.child .nav-link {
  white-space: nowrap;
}
.region-content-first .block.udemium-banner--block .content-right {
  display: flex;
  justify-content: flex-end;
}
.region-footer-first .site-name a {
  font-size: 24px;
  line-height: 36px;
  color: #fff;
  font-weight: 600;
  font-family: "Roboto Serif SemiBold";
  text-transform: capitalize;
  margin-right: 32px;
  text-decoration: none;
}

.header {
  border-bottom: 0;
  background-color: transparent;
}
@media (max-width: 991px) {
  .header {
    padding-top: 24px;
    padding-bottom: 24px;
  }
}
.header .site-name a {
  font-size: 24px;
  line-height: 36px;
  color: #fff;
  font-weight: 600;
  font-family: "Roboto Serif SemiBold";
  text-transform: capitalize;
  margin-right: 32px;
  text-decoration: none;
}
.header .site-name a:hover, .header .site-name a:focus {
  text-decoration: none;
}

.breadcrumb {
  background-color: transparent;
  display: none;
}

.section-main {
  overflow: hidden;
  margin: 64px 0;
}

.content_fourth {
  overflow: hidden;
}
.content_fourth .block.udemium-banner--block h2 {
  font-size: 32px;
  line-height: 42px;
  margin-bottom: 24px;
}
.content_fourth .block.udemium-banner--block .field--name-field-link a {
  background: #14a67b;
  border: 1px solid #14a67b;
  display: inline-block;
  text-align: center;
  padding: 13px 32px;
  font-size: 16px;
  line-height: 24px;
  color: #fff;
  border-radius: 4px;
  transition: all 0.3s ease-in-out;
  font-weight: bold;
  box-sizing: border-box;
  text-decoration: none;
  height: auto;
  width: auto;
  padding-top: 16px;
  padding-bottom: 16px;
}
.content_fourth .block.udemium-banner--block .field--name-field-link a:hover, .content_fourth .block.udemium-banner--block .field--name-field-link a:focus {
  background: #0e7959;
  border: 1px solid #0e7959;
  transition: all 0.3s ease-in-out;
  color: #fff;
}

.section-footer {
  background-color: #121212;
  padding-top: 96px;
  padding-bottom: 64px;
  margin-top: 64px;
}
.section-footer nav.block-menu > h2 {
  font-size: 18px;
  line-height: 31.5px;
  margin-bottom: 16px;
  color: #fff;
}
.section-footer nav.block-menu ul {
  margin-left: 0;
}
.section-footer nav.block-menu ul li {
  padding-top: 0;
}
.section-footer nav.block-menu ul li a {
  display: inline-block;
  font-size: 16px;
  line-height: 28px;
  color: rgba(255, 255, 255, 0.6);
  font-weight: 400;
  font-family: "IBMPlexSans";
  text-decoration: none;
  margin-bottom: 8px;
}
.section-footer nav.block-menu ul li a:hover, .section-footer nav.block-menu ul li a:focus {
  text-decoration: underline;
}

.section-footer-bottom {
  background-color: #121212;
  padding-bottom: 34px;
}
.section-footer-bottom span,
.section-footer-bottom p {
  font-size: 16px;
  line-height: 28px;
  color: rgba(255, 255, 255, 0.6);
  font-weight: 400;
  font-family: "IBMPlexSans";
}
.section-footer-bottom span:only-child,
.section-footer-bottom p:only-child {
  margin-bottom: 0;
}
.section-footer-bottom .region-footer-bottom {
  padding-top: 34px;
  border-top: 1px solid #2d3748;
}
.section-footer-bottom .group {
  display: flex;
  align-items: center;
}
.section-footer-bottom .group .group-left {
  flex: 1;
}
.section-footer-bottom .group .group-right {
  display: flex;
  gap: 4px;
  flex-direction: row-reverse;
}
.section-footer-bottom .group .group-right .info {
  float: right;
  background: #333;
  border-radius: 50%;
  padding: 4px;
  width: 32px;
  height: 32px;
}
.section-footer-bottom .group .group-right .info > img {
  height: 24px;
  width: 24px;
  object-fit: contain;
  margin-bottom: 2px;
  margin-left: 0px;
}

.section-mobile-menu {
  display: none;
}

@media (min-width: 320px) {
  .container {
    max-width: 1240px;
    padding-left: 20px;
    padding-right: 20px;
    margin-left: auto;
    margin-right: auto;
  }
}
@media (min-width: 1280px) {
  .container {
    max-width: 1240px;
  }
}
@media (max-width: 991px) {
  .container {
    padding-left: 32px;
    padding-right: 32px;
  }
  h2 {
    margin-bottom: 16px;
  }
  .header .region-header .search-block-form form {
    max-width: 100%;
    justify-content: flex-end;
    background-color: #121212;
  }
  .header .region-header .search-block-form form .form-actions input.button {
    background: url("../images/search-mobile.svg") no-repeat center;
  }
  .header .region-header .search-block-form form .form-type-search {
    order: 0;
    flex: none;
  }
  .header .region-header .search-block-form form .form-type-search input {
    background-color: transparent;
    width: 0;
    transition: all 0.5s ease-out;
    position: absolute;
    top: 0;
    right: 0;
  }
  .header .region-header .search-block-form form .form-type-search input:hover, .header .region-header .search-block-form form .form-type-search input:focus {
    width: 100%;
  }
  .header .block-joinforfree {
    display: none;
  }
  .header .block-we-megamenu-blockcategories {
    order: 6;
  }
  .header .block-block-content {
    display: none;
  }
  .header .region-we-mega-menu {
    margin-bottom: 0;
  }
  .block.block-quicktabs-blockfeatured-courses {
    margin: 0;
    padding: 32px 0 48px 0;
  }
  .block.block-quicktabs-blockfeatured-courses h2 {
    text-align: left;
  }
  .block.block-quicktabs-blockfeatured-courses ul.quicktabs-tabs {
    justify-content: flex-start;
  }
  .block.block-quicktabs-blockfeatured-courses ul.quicktabs-tabs li:first-child {
    margin-left: 0;
  }
  .block.block-quicktabs-blockfeatured-courses .view-courses, .block.block-quicktabs-blockfeatured-courses .view.view-bundle {
    margin: 24px 0 0 0;
    padding: 0;
  }
  .block.block-quicktabs-blockfeatured-courses .view-courses .view-footer, .block.block-quicktabs-blockfeatured-courses .view.view-bundle .view-footer {
    margin: 0;
  }
  .block.block-quicktabs-blockfeatured-courses .view-content.row .views-row.row .views-col {
    padding-bottom: 8px;
  }
  .block.block.udemium-banner--block {
    padding: 48px 0;
  }
  .block.block.udemium-banner--block h2 {
    font-size: 28px;
    line-height: 36px;
    margin-bottom: 16px;
  }
  .block.block.udemium-banner--block p {
    font-size: 16px;
    line-height: 24px;
  }
  .block.block.udemium-banner--block p:last-child {
    padding: 0;
    margin-bottom: 24px;
  }
  .block.block.udemium-banner--block .field-image {
    width: 340px;
  }
  .block.block.udemium-banner--block .field-image img {
    height: 340px;
    width: 100%;
  }
  .block.block.udemium-banner--block .field-link a {
    font-size: 15px;
    line-height: 20px;
    padding: 14px 32px;
  }
  ul.we-mega-menu-ul li.we-mega-menu-li[data-level="1"] a.we-mega-menu-li {
    color: #fff;
  }
  .view .view-header h2 {
    font-size: 24px;
    line-height: 32px;
  }
  .view .header-block-center {
    text-align: left;
  }
  .view.view-courses, .view.view-bundle {
    margin: 0;
    padding: 32px 0 48px 0;
  }
  .view.view-courses .view-header, .view.view-bundle .view-header {
    text-align: left;
  }
  .view.view-courses .views-field-field-course-image img, .view.view-bundle .views-field-field-course-image img {
    max-height: 105.3px;
  }
  .view.view-courses .view-footer, .view.view-bundle .view-footer {
    margin-top: 24px;
    text-align: left;
  }
  .view.view-courses .view-footer a, .view.view-bundle .view-footer a {
    font-size: 15px;
    padding: 14px 32px;
  }
  .view.view-partner {
    padding: 48px 0;
  }
  .view.view-partner .view-header h2 {
    padding: 0 0 24px 0;
    text-align: left;
    max-width: 70%;
    margin: 0;
  }
  .view.view-partner .views-view-grid .views-row {
    margin-left: -12px;
    margin-right: -12px;
    overflow-x: auto;
  }
  .view.view-partner .views-view-grid .views-row .views-col {
    width: 25% !important;
    flex: none;
    margin: 0 12px;
  }
  .view.view-partner .views-field-field-thumbnail-image img {
    width: 158px;
    height: 79px;
    border-radius: 6px;
  }
  .view.view-programs {
    padding: 48px 0;
  }
  .view.view-program-overview .views-row {
    gap: 24px;
  }
  .view.view-program-overview .views-field-title {
    margin-bottom: 16px;
  }
  .view.view-program-overview .views-field-title .field-content {
    font-size: 28px;
    line-height: 36px;
  }
  .view.view-program-overview .views-field-body p {
    font-size: 16px;
    line-height: 24px;
  }
  .view.view-program-overview .views-field-field-program-image img {
    width: 100%;
    height: 340px;
    max-width: 340px;
  }
  .view.view-program-overview .views-field-view-all-courses a {
    font-size: 15px;
    line-height: 20px;
    padding: 14px 32px;
  }
  .view.view-program-overview .views-field-fieldset {
    padding-right: 0px;
  }
  .view.view-bundle .views-field-field-bundle-image img {
    max-height: 105.5px;
    width: 100%;
    height: 100%;
  }
  .view.view-instructor {
    padding: 0 0 48px 0;
  }
  .view.view-introduction {
    padding: 48px 0;
  }
  .view.view-introduction .views-field-title {
    font-size: 24px;
    line-height: 32px;
    margin-bottom: 40px;
  }
  .view.view-introduction .views-field-body {
    font-size: 16px;
    line-height: 24px;
    margin-bottom: 24px;
  }
  .view.view-introduction .views-field-field-introduction-image img {
    max-height: 256.2px;
  }
  .view.view-introduction .flex-control-nav {
    bottom: 68%;
  }
  .view.view-preview-content .price--container {
    gap: 8px;
  }
  .view.view-preview-content .price--container .view-field-discount {
    font-size: 16px;
    line-height: normal;
    color: #121212;
    font-weight: 700;
    font-family: "IBMPlexSans";
  }
  .view.view-preview-content .price--container .field-discount-exist {
    font-size: 14px;
    line-height: 31.5px;
    color: #4b4b4b;
    font-weight: 400;
    font-family: "IBMPlexSans";
  }
  .view.view-preview-content .price--container .view-fields-discount-percent {
    font-size: 14px;
    line-height: 31.5px;
    color: #eb5757;
    font-weight: 400;
    font-family: "IBMPlexSans";
  }
  .view.view-preview-content .button--add-to-cart {
    padding: 13px 33px;
  }
  .view.view-preview-content .views-field-nothing {
    margin-top: 8px;
    display: flex;
    justify-content: center;
    max-width: 278px;
    width: 100%;
    position: unset;
    padding: 11px 32px;
    border-radius: 4px;
    border: solid 1px #121212;
  }
  .view.view-preview-content .view-fields-buy-now a {
    font-size: 15px;
    line-height: 20px;
    color: #121212;
    font-weight: 600;
    font-family: "IBMPlexSans";
    display: inline-block;
  }
  .view.view-preview-content .views-field-nothing-2 {
    position: absolute;
    padding: 12px;
    border-radius: 4px;
    border: solid 1px #121212;
    height: 48px;
    width: 48px;
    bottom: 0;
    right: 0;
  }
  .view.view-preview-content .views-field-nothing-2 span::before {
    content: "";
    position: absolute;
    left: 0;
    background: url(../images/icons/heart.svg);
    background-size: 28px;
    background-position: center;
    width: 24px;
    height: 24px;
    left: 12px;
    top: 12px;
  }
  .view.view-preview-content .views-field-nothing-2 .view-fields-favourite {
    display: none;
  }
  .view-product-index .group-image, .view-product-taxonomy .group-image {
    flex: unset;
  }
  .view-product-index .group-image img, .view-product-taxonomy .group-image img {
    min-height: unset;
  }
  .view-news .views-infinite-scroll-content-wrapper {
    grid-template-columns: repeat(2, 1fr);
  }
  .content_fourth .block.block.udemium-banner--block h2 {
    font-size: 24px;
    line-height: 32px;
  }
  .section-footer {
    margin-top: 20px;
    padding-top: 16px;
    padding-bottom: 0;
  }
  .section-footer > .container {
    padding-left: 32px;
    padding-right: 32px;
  }
  .section-footer .col-md-6 {
    width: 100%;
    max-width: 100%;
    flex: 100%;
  }
  .section-footer nav.block-menu > h2 {
    font-size: 16px;
    line-height: 24px;
  }
  .section-footer nav.block-menu ul li a {
    line-height: 24px;
  }
  .section-footer-bottom {
    padding-bottom: 32px;
  }
  .section-footer-bottom .container {
    padding-left: 32px;
    padding-right: 32px;
  }
  .section-footer-bottom .region-footer-bottom {
    padding-top: 24px;
  }
  .section-footer-bottom span {
    line-height: 24px;
  }
  .section-footer-bottom .group {
    flex-flow: column;
    align-items: flex-start;
    gap: 12px;
  }
  .component-wrapper.component-wrapper--type-push_image .component-item--type-push-image .component-item--content {
    display: block;
  }
  .component-wrapper.component-wrapper--type-push_image .component-item--type-push-image .component-item--content > div {
    margin-bottom: 16px;
  }
  .component-wrapper.component-wrapper--type-push_image .component-item--type-push-image .component-item--content > div:last-child {
    margin-bottom: 0;
  }
  .component-wrapper.component-wrapper--type-push_image .component-item .field--name-title {
    font-size: 28px;
    line-height: 36px;
    margin-bottom: 16px;
  }
  .component-wrapper.component-wrapper--type-push_image.styles--image-position--right .component-one-push--second {
    margin: 0;
  }
  .component-wrapper.component-wrapper--type-push_image.styles--image-position--left .component-one-push--first {
    margin: 0;
  }
  .component-wrapper.component-wrapper--type-push_image.styles--image-position--left .component-one-push--second {
    padding: 0;
  }
}
@media (max-width: 767px) {
  .header > .container {
    display: flex;
    width: 100%;
  }
  .header > .container .region-header {
    flex: 1;
    gap: 0;
  }
  .section-mobile-menu {
    display: block;
  }
  .section-mobile-menu .toggle-mobile-menu {
    position: relative;
    width: 48px;
    height: 48px;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
    overflow: hidden;
  }
  .section-mobile-menu .toggle-mobile-menu span {
    position: absolute;
    width: 32px;
    height: 2px;
    background: #fff;
    border-radius: 10px;
    transition: 0.5s;
  }
  .section-mobile-menu .toggle-mobile-menu span:nth-child(1) {
    transform: translateY(-9px);
    width: 25px;
    left: 15px;
  }
  .section-mobile-menu .toggle-mobile-menu span:nth-child(2) {
    transform: translateY(9px);
    width: 15px;
    left: 25px;
  }
  .section-mobile-menu .region-mobile-menu {
    position: fixed;
    background-color: #121212;
    color: #fff;
    width: 320px;
    height: 100vh;
    right: -320px;
    z-index: 10;
    transition: all 0.35s;
  }
  .section-mobile-menu .region-mobile-menu h2 {
    display: none;
  }
  .section-mobile-menu .region-mobile-menu .btn-close {
    display: none;
  }
  .section-mobile-menu .region-mobile-menu .navbar-nav {
    padding: 20px 0;
  }
  .section-mobile-menu .region-mobile-menu .navbar-nav .nav-item {
    padding: 8px 0;
  }
  .section-mobile-menu .region-mobile-menu .navbar-nav .nav-item a {
    padding: 0 20px;
    color: #fff;
    font-weight: 600;
    font-family: "IBMPlexSans";
  }
  .section-mobile-menu.active .toggle-mobile-menu span:nth-child(1) {
    width: 28px;
    transform: translateY(0) rotate(45deg);
    transition-delay: 0.125s;
  }
  .section-mobile-menu.active .toggle-mobile-menu span:nth-child(2) {
    width: 28px;
    transform: translateY(0) rotate(315deg);
    transition-delay: 0.25s;
    left: 15px;
  }
  .section-mobile-menu.active .toggle-mobile-menu span:nth-child(3) {
    transform: translateX(60px);
  }
  .section-mobile-menu.active .region-mobile-menu {
    right: 0;
  }
  .container {
    padding-left: 24px;
    padding-right: 24px;
  }
  h2 {
    margin-bottom: 16px;
  }
  .page {
    overflow: hidden;
  }
  .block.block-quicktabs-blockfeatured-courses {
    margin: 0;
    padding: 24px 4px 32px 4px;
  }
  .block.block-quicktabs-blockfeatured-courses h2 {
    text-align: left;
    font-size: 20px;
    line-height: 28px;
  }
  .block.block-quicktabs-blockfeatured-courses ul.quicktabs-tabs {
    justify-content: flex-start;
    flex-wrap: nowrap;
    overflow: scroll;
  }
  .block.block-quicktabs-blockfeatured-courses ul.quicktabs-tabs li:first-child {
    margin-left: 0;
  }
  .block.block.udemium-banner--block {
    padding: 32px 0;
  }
  .block.block.udemium-banner--block .field-image {
    width: 100%;
    margin-bottom: 24px;
  }
  .block.block.udemium-banner--block .field-image img {
    max-height: 180px;
    width: 100%;
  }
  .block.block.udemium-banner--block .field-group {
    display: unset;
  }
  .view .view-fields-bestsellfer {
    font-size: 10px;
    line-height: 12px;
    padding: 4px 8px;
    border-radius: 12px;
    white-space: nowrap;
  }
  .view .views-field-title a {
    font-size: 15px;
    line-height: 24px;
  }
  .view .views-field-free span {
    font-size: 10px;
    line-height: 12px;
    padding: 4px 8px;
    border-radius: 12px;
    background-color: #2f80ed;
    white-space: nowrap;
  }
  .view.view-courses, .view.view-bundle {
    margin: 0;
    padding: 24px 0px 32px 0px;
  }
  .view.view-courses .view-header, .view.view-bundle .view-header {
    text-align: left;
  }
  .view.view-courses .views-field-field-course-image img, .view.view-bundle .views-field-field-course-image img {
    max-height: 98.7px;
  }
  .view.view-courses .view-content.row .views-row.row .views-col, .view.view-bundle .view-content.row .views-row.row .views-col {
    flex: none;
  }
  .view.view-partner {
    padding: 32px 0;
  }
  .view.view-partner .view-header h2 {
    text-align: left;
    max-width: 710%;
    margin: 0;
    font-size: 20px;
    line-height: 28px;
  }
  .view.view-partner .views-view-grid .views-row {
    margin-left: -8px;
    margin-right: -8px;
    overflow-x: auto;
  }
  .view.view-partner .views-view-grid .views-row .views-col {
    width: 50% !important;
    flex: none;
    margin: 0 8px;
  }
  .view.view-partner .views-field-field-thumbnail-image img {
    width: 148px;
    height: 74px;
    border-radius: 6px;
  }
  .view.view-blogs .views-col {
    margin-bottom: 24px;
  }
  .view.view-programs {
    padding: 48px 0;
  }
  .view.view-programs .views-view-grid.cols-4 {
    overflow-x: auto;
  }
  .view.view-programs .views-view-grid.cols-4 .views-row.row {
    flex-wrap: nowrap;
  }
  .view.view-programs .views-view-grid.cols-4 .views-col {
    max-width: calc(50% - 16px);
    flex-wrap: nowrap;
  }
  .view.view-programs .views-view-grid.cols-4 .views-field-field-program-image img {
    width: 148px;
    height: 90px;
  }
  .view.view-featured-courses .view-content.row .views-row.row .views-col {
    margin-bottom: 24px;
    padding-bottom: 0;
  }
  .view.view-introduction {
    padding: 32px 4px;
  }
  .view.view-introduction .views-field-title {
    font-size: 20px;
    line-height: 28px;
    margin-bottom: 40px;
  }
  .view.view-introduction .slides > li {
    flex-flow: column-reverse;
  }
  .view.view-introduction .views-field-nothing {
    max-width: 100%;
  }
  .view.view-introduction .views-field-body {
    font-size: 16px;
    line-height: 24px;
  }
  .view.view-introduction .views-field-field-introduction-image {
    width: 100%;
    max-width: 100%;
    padding-left: 0;
  }
  .view.view-introduction .views-field-field-introduction-image img {
    width: 248.2px;
    height: 256.1px;
  }
  .view.view-introduction .flex-control-nav {
    bottom: unset;
    top: 300px;
  }
  .view.view-introduction .view-fields-link a {
    font-size: 15px;
    padding: 14px 32px;
  }
  .view.view-list-courses .views-row {
    position: relative;
  }
  .view.view-list-courses .views-field-nothing-1 {
    position: absolute;
    left: 0;
    bottom: 24px;
  }
  .view.view-list-courses .price--container {
    margin-top: 0;
    flex-direction: row;
    gap: 16px;
    padding: 0;
  }
  .view.view-list-courses .views-field-fieldset {
    padding-top: 24px;
    padding-bottom: 44px;
  }
  .view.view-list-courses .views-field-fieldset-3 {
    max-height: unset;
  }
  .view.view-list-courses .views-field-fieldset-3 .views-field-nothing {
    position: absolute;
    top: 0px;
    left: calc(100% + 18px);
  }
  .view.view-list-courses .views-field-field-course-image img {
    height: 60px;
    width: auto;
    min-width: 60px;
  }
  .view-news .views-infinite-scroll-content-wrapper {
    grid-template-columns: repeat(1, 1fr);
  }
  .content_fourth .block.block.udemium-banner--block h2 {
    font-size: 20px;
    line-height: 28px;
  }
  .section-footer {
    margin-top: 20px;
    padding-top: 16px;
    padding-bottom: 0;
  }
  .section-footer > .container {
    padding-left: 24px;
    padding-right: 24px;
  }
  .section-footer-bottom .container {
    padding-left: 24px;
    padding-right: 24px;
  }
  .content-right-with-summary .content-right h2 {
    padding-top: 10px;
  }
  .region.region-header .navbar-nav {
    display: none;
  }
  article .group-content-layout {
    display: block;
    margin: 0;
  }
  article .group-content-layout .group-info, article .group-content-layout .group-video {
    max-width: 100%;
    padding: 0;
  }
  article .group-content-layout .group-info .field--name-field-what-you-learn, article .group-content-layout .group-video .field--name-field-what-you-learn {
    margin: 0;
  }
  article .group-content-layout .group-info video, article .group-content-layout .group-video video {
    max-height: unset;
  }
  .block.course-info-block--wrapper {
    max-width: 100%;
  }
}
@media (max-width: 575px) {
  .navigation.menu--account {
    display: none;
  }
}
.certificate {
  border: 1mm solid #991b1b;
  height: 197mm;
  position: relative;
  margin: 50px 0;
}
.certificate .border-pattern {
  position: absolute;
  left: 4mm;
  top: -6mm;
  right: 4mm;
  bottom: -6mm;
  border: 1mm solid #991b1b;
  background-color: #d6d6e4;
  background-image: url("../images/heropatterns.svg");
}
.certificate .content {
  position: absolute;
  inset: 10mm;
  border: 1mm solid #991b1b;
  background: white;
}
.certificate .inner-content {
  border: 1mm solid #991b1b;
  margin: 4mm;
  padding: 10mm;
  height: 175mm;
  text-align: center;
}
.certificate h1 {
  text-transform: uppercase;
  font-size: 48pt;
  margin-bottom: 0;
}
.certificate h2 {
  font-size: 24pt;
  margin-top: 0;
  padding-bottom: 1mm;
  display: inline-block;
  border-bottom: 1mm solid #991b1b;
}
.certificate h2::after {
  content: "";
  display: block;
  padding-bottom: 4mm;
  border-bottom: 1mm solid #991b1b;
}
.certificate h3 {
  font-size: 20pt;
  margin-bottom: 0;
  margin-top: 10mm;
}
.certificate p {
  font-size: 16pt;
}
.certificate .badge {
  width: 40mm;
  height: 40mm;
  position: absolute;
  right: 10mm;
  bottom: 10mm;
  background-image: url("../images/badge.svg");
  background-repeat: no-repeat;
}

.certificate-download {
  background: #14a67b;
  border: 1px solid #14a67b;
  display: inline-block;
  text-align: center;
  padding: 13px 32px;
  font-size: 16px;
  line-height: 24px;
  color: #fff;
  border-radius: 4px;
  transition: all 0.3s ease-in-out;
  font-weight: bold;
  box-sizing: border-box;
  text-decoration: none;
  height: auto;
  width: auto;
}
.certificate-download:hover, .certificate-download:focus {
  background: #0e7959;
  border: 1px solid #0e7959;
  transition: all 0.3s ease-in-out;
  color: #fff;
}

.zoom-meeting-sdk--wrapper #meetingSDKElement {
  width: 100%;
}
.zoom-meeting-sdk--wrapper .react-draggable {
  width: 100%;
}
.zoom-meeting-sdk--wrapper .zmwebsdk-MuiBox-root {
  width: 100%;
  height: 400px;
}
.zoom-meeting-sdk--wrapper #suspension-view-tabpanel-active-active > div {
  justify-content: center;
  overflow: hidden;
}
.zoom-meeting-sdk--wrapper .zoom-meeting--notice > h4 {
  display: inline-block;
  color: #fff;
  padding: 10px;
  margin-bottom: 16px;
  font-size: 18px;
  border-radius: 4px;
  font-weight: 600;
  background-color: #f8991c;
}

.zmwebsdk-MuiListSubheader-sticky {
  position: static !important;
}

.path-cohort-manage-page, .path-user-courses, .path-register, .path-user-profile, .path-cohort,
.path-faq, .path-cohort-manage-user-page, .path-lms-user, .path-modules-list, .path-lessons-list, .path-user-lessons,
.path-login, .path-lms-module {
  background-color: #EEF9FC;
}
.path-cohort-manage-page h1, .path-user-courses h1, .path-register h1, .path-user-profile h1, .path-cohort h1,
.path-faq h1, .path-cohort-manage-user-page h1, .path-lms-user h1, .path-modules-list h1, .path-lessons-list h1, .path-user-lessons h1,
.path-login h1, .path-lms-module h1 {
  font-size: 28px;
  line-height: 30px;
}
.path-cohort-manage-page .section-main .container, .path-user-courses .section-main .container, .path-register .section-main .container, .path-user-profile .section-main .container, .path-cohort .section-main .container,
.path-faq .section-main .container, .path-cohort-manage-user-page .section-main .container, .path-lms-user .section-main .container, .path-modules-list .section-main .container, .path-lessons-list .section-main .container, .path-user-lessons .section-main .container,
.path-login .section-main .container, .path-lms-module .section-main .container {
  max-width: 420px;
}
.path-cohort-manage-page .section-main .container > .row #content, .path-user-courses .section-main .container > .row #content, .path-register .section-main .container > .row #content, .path-user-profile .section-main .container > .row #content, .path-cohort .section-main .container > .row #content,
.path-faq .section-main .container > .row #content, .path-cohort-manage-user-page .section-main .container > .row #content, .path-lms-user .section-main .container > .row #content, .path-modules-list .section-main .container > .row #content, .path-lessons-list .section-main .container > .row #content, .path-user-lessons .section-main .container > .row #content,
.path-login .section-main .container > .row #content, .path-lms-module .section-main .container > .row #content {
  width: 100%;
  flex: 0 0 100%;
}

.path-user-profile, .path-faq, .path-cohort-manage-user-page {
  background-color: #CEE3E5;
}

.path-cohort-manage-page {
  background: #fff;
}

.path-cohort-manage-user-page .cohort-manage .cohort-list .list-item .cohort-info {
  padding: 16px;
}

.path-lms-user .section-main #content {
  width: 100%;
  flex: 0 0 100%;
  max-width: 100%;
}
.path-lms-user .section-main #content form .js-form-item {
  width: 100%;
  margin-bottom: 24px;
}
.path-lms-user .section-main #content form .js-form-item .form-item {
  margin-bottom: 15px;
}
.path-lms-user .section-main #content form .js-form-item label {
  margin-bottom: 8px;
}
.path-lms-user .section-main #content form .js-form-item .description {
  margin-top: 8px;
}
.path-lms-user .section-main #content form fieldset legend {
  font-size: 20px;
  font-weight: 600;
}
.path-lms-user .section-main #content form fieldset fieldset {
  margin-top: 24px;
}
.path-lms-user .section-main #content form .js-form-type-checkbox, .path-lms-user .section-main #content form .js-form-type-radio {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}
.path-lms-user .section-main #content form .js-form-type-checkbox label, .path-lms-user .section-main #content form .js-form-type-radio label {
  flex: 1;
  margin: 0;
  font-weight: 400;
}
.path-lms-user .section-main #content form input, .path-lms-user .section-main #content form select {
  width: 100%;
  border-radius: 8px;
}
.path-lms-user .section-main #content form input.form-radio, .path-lms-user .section-main #content form input[type=checkbox], .path-lms-user .section-main #content form select.form-radio, .path-lms-user .section-main #content form select[type=checkbox] {
  width: auto;
  height: auto;
}
.path-lms-user .section-main #content form input[value=Remove], .path-lms-user .section-main #content form select[value=Remove] {
  margin-top: 15px;
}

body[class*=path-] div[class*=field--type] .field__label {
  padding-right: 0.5em;
  position: relative;
}
body[class*=path-] div[class*=field--type] .field__label:after {
  position: absolute;
  content: ":";
}
body[class*=path-] .block.block-page-title-block .page-title .field {
  margin-bottom: 0;
}
body.path-dashboard .view-dash {
  padding: 20px;
  border-radius: 12px;
}
body:not(.user-logged-in) nav.tabs ul {
  max-width: 800px;
  padding: 48px 20px 0px 20px;
  margin: 0 auto;
}
body.user-logged-in .region-header .block-views-exposed-filter-blockproduct-index-search-block .form--inline {
  max-width: 180px;
}
@media (max-width: 991px) {
  body.user-logged-in .region-header .block-views-exposed-filter-blockproduct-index-search-block .form--inline {
    max-width: 240px;
  }
}
@media (min-width: 991px) and (max-width: 1250px) {
  body.user-logged-in .region-header .menu--main > .navbar-nav {
    column-gap: 16px;
  }
}
body.path-lms-quiz article > .field, body.path-lms-quiz-result article > .field, body.path-lms-question article > .field, body.path-lms-question-response article > .field {
  display: flex;
  font-size: 16px;
  line-height: 24px;
  color: #4b4b4b;
  font-weight: 400;
  font-family: "IBMPlexSans";
  margin-bottom: 24px;
}
body.path-lms-quiz article > .field:last-child, body.path-lms-quiz-result article > .field:last-child, body.path-lms-question article > .field:last-child, body.path-lms-question-response article > .field:last-child {
  margin-bottom: 0;
}
body.path-lms-quiz article > .field .field__label, body.path-lms-quiz-result article > .field .field__label, body.path-lms-question article > .field .field__label, body.path-lms-question-response article > .field .field__label {
  font-size: 16px;
  line-height: 24px;
  color: #121212;
  font-weight: 600;
  font-family: "Roboto Serif SemiBold";
}
body.path-lms-quiz article > .field .field__items, body.path-lms-quiz-result article > .field .field__items, body.path-lms-question article > .field .field__items, body.path-lms-question-response article > .field .field__items {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}
body.path-lms-quiz article > .field a, body.path-lms-quiz-result article > .field a, body.path-lms-question article > .field a, body.path-lms-question-response article > .field a {
  color: #14a67b;
  font-weight: 500;
  font-family: "IBMPlexSans";
}
body.path-lms-quiz article > .field[class*=field--name-field-questions], body.path-lms-quiz article > .field.field--name-field-answers, body.path-lms-quiz-result article > .field[class*=field--name-field-questions], body.path-lms-quiz-result article > .field.field--name-field-answers, body.path-lms-question article > .field[class*=field--name-field-questions], body.path-lms-question article > .field.field--name-field-answers, body.path-lms-question-response article > .field[class*=field--name-field-questions], body.path-lms-question-response article > .field.field--name-field-answers {
  display: block;
}
body.path-lms-quiz article > .field[class*=field--name-field-questions] .field__label, body.path-lms-quiz article > .field.field--name-field-answers .field__label, body.path-lms-quiz-result article > .field[class*=field--name-field-questions] .field__label, body.path-lms-quiz-result article > .field.field--name-field-answers .field__label, body.path-lms-question article > .field[class*=field--name-field-questions] .field__label, body.path-lms-question article > .field.field--name-field-answers .field__label, body.path-lms-question-response article > .field[class*=field--name-field-questions] .field__label, body.path-lms-question-response article > .field.field--name-field-answers .field__label {
  margin-bottom: 16px;
}
body.path-lms-quiz article > .field[class*=field--name-field-questions] a, body.path-lms-quiz article > .field.field--name-field-answers a, body.path-lms-quiz-result article > .field[class*=field--name-field-questions] a, body.path-lms-quiz-result article > .field.field--name-field-answers a, body.path-lms-question article > .field[class*=field--name-field-questions] a, body.path-lms-question article > .field.field--name-field-answers a, body.path-lms-question-response article > .field[class*=field--name-field-questions] a, body.path-lms-question-response article > .field.field--name-field-answers a {
  display: inline-block;
  font-size: 14px;
  line-height: 20px;
  color: #121212;
  font-weight: 500;
  font-family: "IBMPlexSans";
  padding: 8px 12px;
  border: 1px solid #c9c8d3;
  border-radius: 24px;
}
body.path-lms-quiz article > .field p, body.path-lms-quiz-result article > .field p, body.path-lms-question article > .field p, body.path-lms-question-response article > .field p {
  margin: 0;
}
body.path-lms-quiz article .take-quiz, body.path-lms-quiz-result article .take-quiz, body.path-lms-question article .take-quiz, body.path-lms-question-response article .take-quiz {
  background: #14a67b;
  border: 1px solid #14a67b;
  display: inline-block;
  text-align: center;
  padding: 13px 32px;
  font-size: 16px;
  line-height: 24px;
  color: #fff;
  border-radius: 4px;
  transition: all 0.3s ease-in-out;
  font-weight: bold;
  box-sizing: border-box;
  text-decoration: none;
  height: auto;
  width: auto;
}
body.path-lms-quiz article .take-quiz:hover, body.path-lms-quiz article .take-quiz:focus, body.path-lms-quiz-result article .take-quiz:hover, body.path-lms-quiz-result article .take-quiz:focus, body.path-lms-question article .take-quiz:hover, body.path-lms-question article .take-quiz:focus, body.path-lms-question-response article .take-quiz:hover, body.path-lms-question-response article .take-quiz:focus {
  background: #0e7959;
  border: 1px solid #0e7959;
  transition: all 0.3s ease-in-out;
  color: #fff;
}
body.path-take-quiz .section-main {
  margin: 48px 0;
}
body.path-take-quiz .tabs.primary {
  margin: 0 0 30px 0;
  padding: 0;
}
body.path-take-quiz form[class*=user-] .form-item {
  margin-bottom: 24px;
}
body.path-take-quiz form[class*=user-] .form-item > label {
  font-size: 16px;
  line-height: 24px;
  color: #121212;
  font-weight: 500;
  font-family: "IBMPlexSans";
}
body.path-take-quiz form[class*=user-] .form-item .description {
  font-size: 14px;
  line-height: 21px;
  color: #333;
  font-weight: 400;
  font-family: "IBMPlexSans";
}
body.path-take-quiz form[class*=user-] .field--widget-image-image .image-widget-data {
  display: flex;
  gap: 16px;
}
@media (max-width: 767px) {
  body.path-take-quiz form[class*=user-] .field--widget-image-image .image-widget-data {
    display: block;
  }
}
body.path-take-quiz form[class*=user-] input {
  background-color: #fdfdfd;
}
body.path-take-quiz form[class*=user-] input[type=file] {
  margin-bottom: 0;
}
body.path-take-quiz form[class*=user-] .form-wrapper input[type=submit] {
  background: #14a67b;
  border: 1px solid #14a67b;
  display: inline-block;
  text-align: center;
  padding: 13px 32px;
  font-size: 16px;
  line-height: 24px;
  color: #fff;
  border-radius: 4px;
  transition: all 0.3s ease-in-out;
  font-weight: bold;
  box-sizing: border-box;
  text-decoration: none;
  height: auto;
  width: auto;
}
body.path-take-quiz form[class*=user-] .form-wrapper input[type=submit]:hover, body.path-take-quiz form[class*=user-] .form-wrapper input[type=submit]:focus {
  background: #0e7959;
  border: 1px solid #0e7959;
  transition: all 0.3s ease-in-out;
  color: #fff;
}
body.path-user.path-login .section-main, body.path-user.path-register .section-main, body.path-user.path-password .section-main {
  margin: 48px 0;
}
body.path-user.path-login .tabs.primary, body.path-user.path-register .tabs.primary, body.path-user.path-password .tabs.primary {
  margin: 0 0 30px 0;
  padding: 0;
}
body.path-product .region-content > .block {
  margin-bottom: 48px;
}
body.path-product .region-content > .block:last-child {
  margin-bottom: 0;
}
body.path-product article .group-content-layout {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -15px;
}
body.path-product article .group-content-layout .group-info {
  flex: 0 0 66.666667%;
  max-width: 66.666667%;
  padding: 0 15px;
}
body.path-product article .group-content-layout .group-info > .field {
  margin-bottom: 48px;
  font-size: 16px;
  line-height: 24px;
  color: #4b4b4b;
  font-weight: 400;
  font-family: "IBMPlexSans";
}
body.path-product article .group-content-layout .group-info > .field:last-child {
  margin-bottom: 0;
}
body.path-product article .group-content-layout .group-info > .field .field__label {
  font-size: 32px;
  line-height: 41.6px;
  color: #121212;
  font-weight: 600;
  font-family: "Roboto Serif SemiBold";
  margin-bottom: 24px;
}
body.path-product article .group-content-layout .group-info > .field ul {
  padding-left: 16px;
  list-style: disc;
}
body.path-product article .group-content-layout .group-info > .field ul li {
  margin-bottom: 16px;
}
body.path-product article .group-content-layout .group-info > .field ul li p {
  margin: 0;
}
body.path-product article .group-content-layout .group-info > .field ul li:last-child {
  margin-bottom: 0;
}
body.path-product article .group-content-layout .group-info .field--name-field-what-you-learn {
  background-color: #fafafa;
  padding: 24px;
  margin-top: 0;
  margin-right: 38px;
}
body.path-product article .group-content-layout .group-info .field--name-field-what-you-learn ul {
  display: flex;
  flex-flow: row wrap;
  gap: 8px 24px;
}
body.path-product article .group-content-layout .group-info .field--name-field-what-you-learn ul li {
  max-width: calc(50% - 24px);
  width: 100%;
  list-style: none;
  position: relative;
  padding-left: 43px;
}
body.path-product article .group-content-layout .group-info .field--name-field-what-you-learn ul li:before {
  content: "";
  position: absolute;
  left: 0;
  background-image: url("../images/icon-check.svg");
  background-size: 28px;
  background-position: center;
  width: 28px;
  height: 28px;
}
body.path-product article .group-content-layout .group-info .field--name-field-quiz a {
  font-size: 16px;
  line-height: 24px;
  color: #14a67b;
  font-weight: 700;
  font-family: "IBMPlexSans";
}
body.path-product article .group-content-layout .group-info .group-text {
  margin-bottom: 48px;
}
body.path-product article .group-content-layout .group-info .group-text .field--name-field-short-description {
  font-size: 18px;
  line-height: 31.5px;
  color: #000;
  font-weight: 400;
  font-family: "IBMPlexSans";
  margin-bottom: 16px;
}
body.path-product article .group-content-layout .group-info .group-text .field--name-field-instructor {
  font-size: 14px;
  line-height: 24px;
  color: #4b4b4b;
  font-weight: 400;
  font-family: "IBMPlexSans";
}
body.path-product article .group-content-layout .group-info .group-total {
  display: flex;
  gap: 17px;
  font-size: 14px;
  line-height: 21px;
  color: #4b4b4b;
  font-weight: 400;
  font-family: "IBMPlexSans";
}
body.path-product article .group-content-layout .group-info .group-total > .field {
  display: flex;
  align-items: center;
  margin: 0;
  position: relative;
}
body.path-product article .group-content-layout .group-info .group-total > .field:before {
  content: "";
  display: inline-block;
  background-size: 20px;
  background-position: center;
  background-image: url("../images/info-black.svg");
  background-repeat: no-repeat;
  width: 20px;
  height: 20px;
  object-fit: contain;
  color: #000000;
  vertical-align: text-bottom;
  margin-right: 8px;
}
body.path-product article .group-content-layout .group-info .group-total .field--name-field-learner-number:before {
  background-image: url("../images/user-black.svg");
}
body.path-product article .group-content-layout .group-info .group-total .field--name-field-total-chapters:before,
body.path-product article .group-content-layout .group-info .group-total .field--name-field-total-hours:before,
body.path-product article .group-content-layout .group-info .group-total .field--name-field-total-lessons:before {
  background-image: url("../images/info-black.svg");
}
body.path-product article .group-content-layout .group-info .group-total .field--name-field-language:before {
  background-image: url("../images/substitles-black.svg");
}
body.path-product article .group-content-layout .group-info .field--name-field-lessons .field__items > .field__item {
  margin-bottom: 24px;
}
body.path-product article .group-content-layout .group-info .field--name-field-lessons .field__items > .field__item:last-child {
  margin-bottom: 0;
}
body.path-product article .group-content-layout .group-info .field--name-field-lessons .field--name-name {
  margin-bottom: 16px;
}
body.path-product article .group-content-layout .group-info .field--name-field-lessons .field--name-name a {
  font-size: 18px;
  line-height: 30px;
  color: #14a67b;
  font-weight: 500;
  font-family: "IBMPlexSans";
}
body.path-product article .group-content-layout .group-info .field--name-uid {
  display: flex;
  font-size: 14px;
  line-height: 24px;
  color: #4b4b4b;
  font-weight: 400;
  font-family: "IBMPlexSans";
}
body.path-product article .group-content-layout .group-info .field--name-uid .field__label:after {
  content: unset;
}
body.path-product article .group-content-layout .group-video {
  flex: 0 0 33.3333333333%;
  max-width: 33.3333333333%;
  padding: 0 15px;
}
body.path-product article .group-content-layout .group-video video {
  max-height: 216px;
}
body.path-product article .group-content-layout .group-video .media {
  display: block;
}
body.path-product article .group-content-layout .group-video .media iframe {
  display: block;
  width: 100%;
  min-height: 216px;
}
body.path-product article .group-content-layout .group-video .field {
  margin: 0;
}
body.path-product article .group-content-layout .group-video .variation--wrapper {
  display: flex;
  flex-direction: column;
  padding: 24px;
  border: 1px solid #f2f2f2;
}
body.path-product article .group-content-layout .group-video .group-variation {
  margin-bottom: 10px;
}
body.path-product article .group-content-layout .group-video .group-variation .field--name-price {
  font-size: 16px;
  line-height: 24px;
  color: #121212;
  font-weight: 700;
  font-family: "IBMPlexSans";
}
body.path-product article .group-content-layout .group-video .group-variation .product--variation-field--variation_price__3 {
  order: 1;
  font-size: 16px;
  line-height: 24px;
  color: #14a67b;
  font-weight: 700;
  font-family: "IBMPlexSans";
}
body.path-product article .group-content-layout .group-video .group-variation .field--name-list-price {
  order: 2;
  font-size: 16px;
  line-height: 24px;
  color: #4b4b4b;
  font-weight: 400;
  font-family: "IBMPlexSans";
  text-decoration: line-through;
}
body.path-product article .group-content-layout .group-video .group-variation .field--name-variations {
  order: 3;
}
body.path-home .region-content .block-views > h2 {
  text-align: center;
}
body.path-home .region-content .field--name-field-components > .field__item {
  padding-bottom: 64px;
}
body.path-home .region-content .field--name-field-components > .field__item:last-child {
  padding-bottom: 0;
}
body.path-news .field--name-field-tags {
  display: flex;
}
body.path-news .field--name-field-tags .field__label {
  font-size: inherit;
  line-height: inherit;
  color: #121212;
  font-weight: 600;
  font-family: "IBMPlexSans";
}
body.path-news .field--name-field-tags .field__item a {
  color: #14a67b;
}

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