/* CSS for responsive iframe */
/* ========================= */

/* outer wrapper: set max-width & max-height; max-height greater than padding-bottom % will be ineffective and height will = padding-bottom % of max-width */
#Iframe-Master-CC-and-Rs {
  max-width: 100%;
  max-height: 100%; 
  overflow: hidden;
}

/* inner wrapper: make responsive */
.responsive-wrapper {
  position: relative;
  height: 0;    /* gets height from padding-bottom */
  
  /* put following styles (necessary for overflow and scrolling handling on mobile devices) inline in .responsive-wrapper around iframe because not stable in CSS:
    -webkit-overflow-scrolling: touch; overflow: auto; */
  
}
 
.responsive-wrapper iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  
  margin: 0;
  padding: 0;
  border: none;
}

/* padding-bottom = h/w as % -- sets aspect ratio */
/* YouTube video aspect ratio */
.responsive-wrapper-wxh-572x612 {
  padding-bottom: 107%;
}

/* general styles */
/* ============== */
.set-margin {
  margin: 30px;
}
.center-block-horiz {
  margin-left: auto !important;
  margin-right: auto !important;
}

.hide{
  display:none;
}

.owl-item .item a{
  background-image: unset!important;
}

/* TABLES */

table {
  border-collapse: collapse;
  border-color: #ccc;
  width: 100%;
}

td, th {
  font-size: 13px;
  line-height: 16px;
  border-bottom: 1px solid #e8e8e8;
  vertical-align: top;
  padding: 8px;
}

th {
  font-weight: 600;
  text-align: left;
}

thead th,
tfoot td {
  color: #666;
  padding: 5px 10px;
  font-size: 11px;
  background: #333;
  border: none;
  border-top: 1px solid #e8e8e8;
  border-bottom: 1px solid #e8e8e8;
}

tfoot td {
  border-bottom: none;
  border-top: 1px solid #e8e8e8;
}

thead th.required {
  color: #000;
}

tr.alt {
  background: #f8f8f8;
}

tr:nth-child(odd), .row-form-errors {
  background: #f8f8f8;
}

tr:nth-child(even),
tr:nth-child(even) .errorlist,
tr:nth-child(odd) + .row-form-errors,
tr:nth-child(odd) + .row-form-errors .errorlist {
  background: #f8f8f8;
}

/* SORTABLE TABLES */

thead th {
  padding: 5px 10px;
  line-height: normal;
  text-transform: uppercase;
  background: #f8f8f8;
}

thead th a:link, thead th a:visited {
  color: #666;
}

thead th.sorted {
  background: #e4e4e4;
}

thead th.sorted .text {
  padding-right: 42px;
}

table thead th .text span {
  padding: 8px 10px;
  display: block;
}

table thead th .text a {
  display: block;
  cursor: pointer;
  padding: 8px 10px;
}

table thead th .text a:focus, table thead th .text a:hover {
  background: #e4e4e4;
}

thead th.sorted a.sortremove {
  visibility: hidden;
}

table thead th.sorted:hover a.sortremove {
  visibility: visible;
}

table thead th.sorted .sortoptions {
  display: block;
  padding: 9px 5px 0 5px;
  float: right;
  text-align: right;
}

table thead th.sorted .sortpriority {
  font-size: .8em;
  min-width: 12px;
  text-align: center;
  vertical-align: 3px;
  margin-left: 2px;
  margin-right: 2px;
}

table thead th.sorted .sortoptions a {
  position: relative;
  width: 14px;
  height: 14px;
  display: inline-block;
  background-size: 14px auto;
}

table thead th.sorted .sortoptions a.sortremove {
  background-position: 0 0;
}

table thead th.sorted .sortoptions a.sortremove:after {
  content: '\\';
  position: absolute;
  top: -6px;
  left: 3px;
  font-weight: 200;
  font-size: 18px;
  color: #666;
}

table thead th.sorted .sortoptions a.sortremove:focus:after,
table thead th.sorted .sortoptions a.sortremove:hover:after {
  color: var(--link-fg);
}

table thead th.sorted .sortoptions a.sortremove:focus,
table thead th.sorted .sortoptions a.sortremove:hover {
  background-position: 0 -14px;
}

table thead th.sorted .sortoptions a.ascending {
  background-position: 0 -28px;
}

table thead th.sorted .sortoptions a.ascending:focus,
table thead th.sorted .sortoptions a.ascending:hover {
  background-position: 0 -42px;
}

table thead th.sorted .sortoptions a.descending {
  top: 1px;
  background-position: 0 -56px;
}

table thead th.sorted .sortoptions a.descending:focus,
table thead th.sorted .sortoptions a.descending:hover {
  background-position: 0 -70px;
}

.w-layout-grid {
  display: -ms-grid;
  display: grid;
  grid-auto-columns: 1fr;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
  grid-row-gap: 16px;
  grid-column-gap: 16px;
}

body {
  color: #4f4f4f;
  font-size: 16px;
  line-height: 1.688em;
  letter-spacing: 0.01em;
}

h2 {
  margin-top: 0px;
  margin-bottom: 18px;
  color: #26395c;
  font-size: 32px;
  line-height: 1.188em;
  font-weight: 700;
}

h3 {
  margin-top: 0px;
  margin-bottom: 14px;
  color: #024476;
  font-size: 22px;
  line-height: 1.227em;
  font-weight: 700;
  letter-spacing: -0.01em;
}

h4 {
  margin-top: 0px;
  margin-bottom: 14px;
  color: #26395c;
  font-size: 18px;
  line-height: 1.667em;
  font-weight: 700;
}

h5 {
  margin-top: 0px;
  margin-bottom: 14px;
  color: #26395c;
  font-size: 16px;
  line-height: 1.563em;
  font-weight: 700;
}

h6 {
  margin-top: 0px;
  margin-bottom: 14px;
  color: #26395c;
  font-size: 15px;
  line-height: 1.6em;
  font-weight: 700;
}

p {
  margin-bottom: 0px;
}

a {
  -webkit-transition: color 350ms ease;
  transition: color 350ms ease;
  /* color: #0e8bff; */
  color: rgba(2, 68, 118, 1);
  font-weight: 500;
  text-decoration: none;
}

a:hover {
  color: #0e8bff; 
  /* color: #26395c; */
}

.rich-text.w-richtext a{
  -webkit-transition: background-image 80ms ease;
  transition: background-image 80ms ease;
  background-image:url("/static/img/external-link.8c8f44c96c9a.svg");
  background-repeat: no-repeat;
  background-position: top right;
  padding-right: 1.5em;
  background-size: contain;
}

.rich-text.w-richtext a:hover{
  background-image:url("/static/img/external-link-hover.ae9a10469fc6.svg");
}

ul {
  margin-top: 0px;
  margin-bottom: 10px;
  padding-left: 40px;
}

ol {
  margin-top: 0px;
  margin-bottom: 10px;
  padding-left: 40px;
}

img {
  display: inline-block;
  max-width: 100%;
}

label {
  display: block;
  margin-bottom: 16px;
  color: #024476;
  font-size: 18px;
  line-height: 1.111em;
  font-weight: 700;
  letter-spacing: -0.01em;
}

strong {
  color: #26395c;
  font-weight: 700;
}

blockquote {
  margin-bottom: 10px;
  padding: 63px 120px 73px;
  border-left: 0px solid #000;
  border-radius: 8px;
  background-color: #fff;
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(96%, #fff), color-stop(0, #0e8bff));
  background-image: linear-gradient(180deg, #fff 96%, #0e8bff 0);
  box-shadow: 0 2px 12px 0 rgba(16, 19, 32, 0.05);
  color: #26395c;
  font-size: 22px;
  line-height: 1.591em;
  font-weight: 700;
  text-align: center;
  letter-spacing: -0.02em;
}

figcaption {
  margin-top: 5px;
  text-align: center;
}

.mg-top-8px {
  margin-top: 8px;
}

.mg-bottom-8px {
  margin-bottom: 8px;
}

.mg-top-24px {
  margin-top: 24px;
}

.mg-top-32px {
  margin-top: 32px;
}

.mg-bottom-32px {
  margin-bottom: 32px;
}

.mg-top-40px {
  margin-top: 40px;
}

.flex {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

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

.color-white {
  color: #fff;
}

.bg-primary-1 {
  background-color: #0e8bff;
}

.bg-secondary-1 {
  background-color: #f5faff;
}

.bg-neutral-700 {
  background-color: #26395c;
}

.bg-neutral-600 {
  background-color: #656b89;
}

.bg-neutral-500 {
  background-color: #969daa;
}

.bg-neutral-400 {
  background-color: #d0d8e7;
}

.bg-neutral-300 {
  background-color: #e4e7ec;
}

.bg-neutral-200 {
  background-color: #fbfcff;
}

.bg-neutral-100 {
  background-color: #fff;
}

.styleguide-sidebar {
  position: -webkit-sticky;
  position: sticky;
  top: 32px;
  z-index: 2;
  height: 100%;
  min-height: 96vh;
  margin-right: 16px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 14em;
  -ms-flex: 0 14em;
  flex: 0 14em;
}

.container-default {
  max-width: 1220px;
  margin-right: auto;
  margin-left: auto;
  padding-right: 24px;
  padding-left: 24px;
}

.container-medium {
  max-width: 800px;
  margin-right: auto;
  margin-left: auto;
  padding-right: 24px;
  padding-left: 24px;
}

.styleguide-content {
  max-width: 100%;
  margin-left: 18px;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  border-radius: 24px;
  background-color: #fff;
  box-shadow: 0 8px 22px 0 rgba(35, 30, 97, 0.13);
}

.styleguide-seccion {
  padding-top: 32px;
  padding-bottom: 32px;
}

.styleguide-title {
  margin-top: 0px;
  color: #fff;
}

.styleguide-header {
  padding: 50px 68px;
  border-top-left-radius: 24px;
  border-top-right-radius: 24px;
  background-color: #024476;
}

.roles-cond{
  display: inline-block;
  margin-left: 1.255em;
  vertical-align: 0.255em;
  border-top: 0.3em solid;
  border-right: 0.3em solid transparent;
  border-bottom: 0;
  border-left: 0.3em solid transparent;
  transform: rotate(-90deg);
}

.sidebar-navigation {
  margin-bottom: 0px;
  padding-left: 0px;
  list-style-type: none;
  font-size: 18px;
    line-height: 1.444em;
    letter-spacing: -0.03em;
}

.styleguide-icon-link {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 56px;
  height: 56px;
  margin-right: 16px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 18px;
  background-color: #0e8bff;
  -webkit-transition: background-color 250ms ease;
  transition: background-color 250ms ease;
}

.styelguide-sidebar-icon {
  width: 60%;
}

.styleguide-link {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 12px 20px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 14px;
  color: #656b89;
  text-decoration: none;
}

.styleguide-link:hover {
  background-color: #f5faff;
  color: #0e8bff;
}

.styleguide-link.w--current {
  background-color: #f5faff;
  -webkit-transition: color 300ms ease, background-color 300ms ease;
  transition: color 300ms ease, background-color 300ms ease;
  color: #0e8bff;
  font-weight: 700;
}

.styleguide-link-wrapper {
  margin-bottom: 8px;
}

.styleguide-sidebar-title {
  margin-bottom: 24px;
  padding-right: 20px;
  padding-bottom: 24px;
  padding-left: 20px;
  border-bottom: 1px solid #fbfcff;
  color: #26395c;
  font-size: 22px;
  line-height: 24px;
}

.styleguide-sidebar-title.middle {
  margin-top: 24px;
  padding-top: 24px;
  border-top: 1px solid #fbfcff;
}

.color-primary-grid {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  -ms-grid-columns: 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.color-container {
  border-radius: 16px;
  background-color: #fff;
  box-shadow: 0 8px 16px 0 rgba(17, 10, 99, 0.04), 0 12px 22px 0 rgba(128, 118, 247, 0.04);
}

.color-block {
  min-height: 120px;
  border-top-left-radius: 16px;
  border-top-right-radius: 16px;
}

.color-block.bg-primary-1 {
  background-color: #0e8bff;
}

.color-content {
  padding: 22px 16px 24px;
}

.color-title {
  color: #26395c;
  font-size: 18px;
  line-height: 20px;
  font-weight: 700;
}

.color-hex {
  line-height: 20px;
}

.styleguide-subtitle {
  margin-top: 0px;
}

.color-content-wrapper {
  padding-bottom: 56px;
}

.color-content-wrapper.last {
  padding-bottom: 0px;
}

.color-secondary-grid {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  -ms-grid-columns: 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.color-neutral-grid {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  -ms-grid-columns: 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr;
}

.typography-container {
  padding-top: 54px;
  padding-bottom: 54px;
  border-bottom: 1px solid #e4e7ec;
}

.typography-container.last {
  padding-bottom: 0px;
  border-bottom-width: 0px;
}

.container-small-left {
  max-width: 592px;
  padding-right: 24px;
}

.typography-details {
  margin-top: 5px;
  color: #0e8bff;
  font-weight: 500;
}

.paragraph-large {
  margin-bottom: 24px;
  font-size: 20px;
  line-height: 1.6em;
}

.styleguide-subheader {
  padding: 56px 68px;
  background-color: #f5faff;
}

.styleguide-content-wrapper {
  padding: 0px 0px;
  /* padding: 110px 68px; */
}

.icons-grid {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  grid-template-columns: repeat(auto-fit, 80px);
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.buttons-grid {
  grid-column-gap: 24px;
  grid-row-gap: 56px;
  -ms-grid-columns: 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.button-primary {
  padding: 18px 28px;
  border-radius: 8px;
  background-color: #0e8bff;
  box-shadow: 0 2px 8px 0 rgba(9, 92, 255, 0.14);
  -webkit-transition: background-color 350ms ease, box-shadow 350ms ease, -webkit-transform 350ms ease;
  transition: background-color 350ms ease, box-shadow 350ms ease, -webkit-transform 350ms ease;
  transition: background-color 350ms ease, transform 350ms ease, box-shadow 350ms ease;
  transition: background-color 350ms ease, transform 350ms ease, box-shadow 350ms ease, -webkit-transform 350ms ease;
  color: #fff;
  font-size: 18px;
  line-height: 1em;
  font-weight: 500;
  text-align: center;
  letter-spacing: 0.05em;
  text-transform: uppercase;
}

.button-primary:hover {
  background-color: #26395c;
  box-shadow: 0 1px 2px 0 rgba(9, 92, 255, 0.14);
  -webkit-transform: scale(0.95);
  -ms-transform: scale(0.95);
  transform: scale(0.95);
  color: #fff;
}

.button-primary.small {
  padding: 12px 18px;
  font-size: 15px;
  line-height: 1.067em;
}

.button-primary.large {
  padding: 20px 68px;
  font-size: 22px;
  line-height: 24px;
}

.button-primary.full-width {
  display: block;
  -webkit-align-self: stretch;
  -ms-flex-item-align: stretch;
  -ms-grid-row-align: stretch;
  align-self: stretch;
}

.button-primary.button-white {
  background-color: #fff;
  color: #0e8bff;
}

.button-primary.large {
  padding: 18px 28px;
  border-radius: 8px;
  font-size: 18px;
  line-height: 1em;
}

.button-primary.submit {
  padding: 18px 28px;
  border-radius: 8px;
  font-size: 18px;
  line-height: 1em;
}

.button-primary.add-to-cart {
  display: block;
  width: 100%;
}

.button-primary.empty-cart {
  margin-top: 40px;
}

.button-primary.checkout {
  margin-left: 0px;
  padding-top: 24px;
  padding-bottom: 24px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.button-secondary {
  padding: 18px 28px;
  border-style: solid;
  border-width: 1px;
  border-color: #0e8bff;
  border-radius: 8px;
  background-color: #fff;
  -webkit-transition: color 350ms ease, background-color 350ms ease, -webkit-transform 350ms ease;
  transition: color 350ms ease, background-color 350ms ease, -webkit-transform 350ms ease;
  transition: transform 350ms ease, color 350ms ease, background-color 350ms ease;
  transition: transform 350ms ease, color 350ms ease, background-color 350ms ease, -webkit-transform 350ms ease;
  color: #0e8bff;
  font-size: 18px;
  line-height: 1em;
  font-weight: 500;
  text-align: center;
  letter-spacing: 0.05em;
  text-transform: uppercase;
}

.button-secondary:hover {
  background-color: #0e8bff;
  -webkit-transform: scale(0.95);
  -ms-transform: scale(0.95);
  transform: scale(0.95);
  color: #fff;
}

.button-secondary.small {
  padding: 12px 18px;
  font-size: 16px;
  line-height: 18px;
}

.button-secondary.large {
  padding: 20px 68px;
  font-size: 22px;
  line-height: 24px;
}

.button-secondary.pagination {
  margin-top: 20px;
}

.button-secondary.buy-now {
  width: 100%;
  margin-top: 15px;
}

.button-secondary.download {
  margin-top: 8px;
  padding: 14px 15px;
  font-size: 16px;
}

.styleguide-button-container {
  position: absolute;
  left: 0%;
  top: auto;
  right: 0%;
  bottom: 24px;
}

.header {
  padding-top: 26px;
  padding-bottom: 26px;
  background-color: #fff;
  box-shadow: 0 2px 20px 0 rgba(44, 62, 154, 0.05);
}

.header-navigation {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 5px;
  margin-bottom: 0px;
  padding-left: 0px;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  list-style-type: none;
}

.nav-item-wrapper {
  margin-left: 1.2vw;
  line-height: 1em;
}

.nav-item-wrapper.search-mobile {
  display: none;
}

.nav-link {
  color: #26395c;
  font-size: 16px;
  line-height: 1.2em;
  font-weight: 400;
  letter-spacing: 0em;
  text-decoration: none;
}

.nav-link:hover {
  color: #0e8bff;
}

.nav-link.dropdown {
  padding: 0px;
  -webkit-transition: color 350ms ease;
  transition: color 350ms ease;
}

.nav-link.dropdown.w--open {
  -webkit-transition: color 350ms ease;
  transition: color 350ms ease;
  color: #0e8bff;
}

.nav-menu {
  -webkit-box-ordinal-group: 2;
  -webkit-order: 1;
  -ms-flex-order: 1;
  order: 1;
}

.footer {
  padding-top: 98px;
  padding-bottom: 79px;
  border-top: 1px solid #d0d8e7;
  background-color: #fff;
}

.footer-logo-container {
  margin-bottom: 26px;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
}

.footer-logo-container:hover {
  -webkit-transform: scale(0.95);
  -ms-transform: scale(0.95);
  transform: scale(0.95);
}

.footer-logo {
  width: 140px;
}

.licenses-hero {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 25%;
  padding-top: 40px;
  padding-bottom: 40px;
  background-color: #024476;
  border-bottom-left-radius: 18px;
}

.section {
  padding-top: 132px;
  padding-bottom: 132px;
}

.section.latest-articles{
  padding-top: 42px;
  padding-bottom: 64px;
}

.section.maphospital{
  padding-top: 12px;
  padding-bottom: 0px;
}

.map-hero-top{
  display: flex;
  flex-direction: row;
  margin-top: -0.5rem!important;
}

.map-hero-top>.card{
  width: 90%;
  margin-left:auto;
  margin-right: auto;
  border-radius: 0px;
  border-bottom-right-radius: 18px;
}

.map-hero-top>.card>.card-body>#map{
  height: 580px;
}

.section.shop-author{
  padding-top: 67px;
  padding-bottom: 67px;
  background-color: #fbfcff;
}

.section.product{
  padding-top: 64px;
  padding-bottom: 12px;
}

.section.blog-post{
  padding-top: 30px;
  padding-bottom: 12px;
}

.section.contact {
  padding-top: 94px;
  padding-bottom: 76px;
}

.section.faqs {
  background-color: #fbfcff;
  text-align: justify;
}


.divider {
  width: 100%;
  height: 1px;
  background-color: #e4e7ec;
}

.divider.footer-links {
  margin-top: 30px;
  margin-bottom: 30px;
}

.divider.article {
  /* max-width: 733px; */
  margin: 24px auto 30px;
}

.divider.join-features {
  width: 2px;
  height: 318px;
  margin-right: 80px;
  margin-left: 80px;
  background-color: #656b89;
}

.divider.product {
  margin-top: 20px;
  margin-bottom: 45px;
}

.divider.licenses {
  margin-top: 40px;
  margin-bottom: 40px;
}

.divider.changelog {
  margin-top: 40px;
  margin-bottom: 40px;
}

.utility-page-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 820px;
  padding: 60px 24px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #fbfcff;
}

.utility-page-wrap._404 {
  position: relative;
  overflow: hidden;
}

.utility-page-content-password {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  max-width: 580px;
  padding: 72px 50px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  border-radius: 32px;
  background-color: #fff;
  box-shadow: 0 14px 34px 0 rgba(27, 128, 221, 0.06);
  text-align: center;
}

.utility-page-form {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.input {
  min-height: 64px;
  margin-bottom: 0px;
  padding: 23px 18px;
  border-style: solid;
  border-width: 1px;
  border-color: #e4e7ec;
  border-radius: 14px;
  -webkit-transition: border-color 350ms ease, color 350ms ease;
  transition: border-color 350ms ease, color 350ms ease;
  color: #26395c;
  font-size: 16px;
  line-height: 1.125em;
  font-weight: 500;
  letter-spacing: 0em;
}

.input:hover {
  border-color: #024476;
}

.input:focus {
  border-color: #024476;
  color: #26395c;
  font-size: 16px;
  line-height: 1.125em;
  font-weight: 500;
}

.input.-wfp-focus {
  border-color: #0e8bff;
  color: #26395c;
  font-size: 16px;
  line-height: 1.125em;
  font-weight: 500;
}

.input::-webkit-input-placeholder {
  color: #656b89;
  font-size: 16px;
  line-height: 1.125em;
  font-weight: 500;
}

.input:-ms-input-placeholder {
  color: #656b89;
  font-size: 16px;
  line-height: 1.125em;
  font-weight: 500;
}

.input::-ms-input-placeholder {
  color: #656b89;
  font-size: 16px;
  line-height: 1.125em;
  font-weight: 500;
}

.input::placeholder {
  color: #656b89;
  font-size: 16px;
  line-height: 1.125em;
  font-weight: 500;
}

.input.newsletter {
  padding-left: 18px;
  border-radius: 8px;
  box-shadow: 0 13px 30px 0 rgba(38, 47, 92, 0.1);
}

.input.cta-v2-newsletter {
  border-color: #fff;
  border-radius: 14px;
  box-shadow: 0 8px 21px 0 rgba(23, 30, 55, 0.05);
  -webkit-transition: box-shadow 350ms ease, border-color 350ms ease, color 350ms ease;
  transition: box-shadow 350ms ease, border-color 350ms ease, color 350ms ease;
}

.input.cta-v2-newsletter:hover {
  border-color: #0e8bff;
  box-shadow: 0 1px 4px 0 rgba(23, 30, 55, 0.05);
}

.input.cta-v2-newsletter:focus {
  border-width: 1px;
  border-color: #0e8bff;
  box-shadow: 0 1px 4px 0 rgba(23, 30, 55, 0.05);
}

.input.cta-v2-newsletter::-webkit-input-placeholder {
  font-weight: 400;
}

.input.cta-v2-newsletter:-ms-input-placeholder {
  font-weight: 400;
}

.input.cta-v2-newsletter::-ms-input-placeholder {
  font-weight: 400;
}

.input.cta-v2-newsletter::placeholder {
  font-weight: 400;
}

.input.checkout {
  min-height: 40px;
  margin-bottom: 16px;
  background-color: #fff;
}

.input.checkout.discount {
  padding-top: 13px;
  padding-bottom: 13px;
}

.input.password {
  margin-bottom: 20px;
}

.input.item-cart-quantity {
  display: none;
  min-height: auto;
  padding: 10px;
  border-radius: 10px;
  background-color: #fff;
}

.utility-page-content-404 {
  position: relative;
}

._404-title {
  position: absolute;
  color: #edf6fd;
  font-size: 500px;
  line-height: 160px;
  font-weight: 700;
}

.container-header {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 1220px;
  margin-right: auto;
  margin-left: auto;
  padding-right: 24px;
  padding-left: 24px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.split-content.header-left {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.split-content.home-hero-left {
  max-width: 57%;
  margin-right: 40px;
}

.split-content.header-right {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.split-content.home-hero-right {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 80px;
  margin-right: -184px;
}

.split-content.cta-v1-left {
  position: relative;
  z-index: 1;
  max-width: 550px;
  margin-right: 20px;
}

.split-content.cta-v1-right {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: -195px;
  margin-right: -57px;
  -webkit-transform: rotate(-5deg);
  -ms-transform: rotate(-5deg);
  transform: rotate(-5deg);
}

.split-content.latest-product-about-left {
  margin-right: 10px;
}

.split-content.hero-shop-left {
  max-width: 520px;
  margin-right: 40px;
}

.split-content.cta-v2-left {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 526px;
  margin-right: 20px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.split-content.shop-author-left {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 70%;
  margin-right: 40px;
  align-items: center;
}

.split-content.shop-author-about-left {
  margin-right: 10px;
}

.split-content.about-article-left {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  color: #26395c;
  font-size: 20px;
  line-height: 1.3em;
  font-weight: 700;
  letter-spacing: -0.02em;
}

.split-content.about-article-right {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.split-content.contact-left {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 540px;
  /* margin-top: 44px; */
  margin-right: 10px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.split-content.about-hero-left {
  max-width: 491px;
  margin-right: 20px;
}

.split-content.our-story-left {
  max-width: 54%;
  margin-right: 63px;
}

.split-content.our-story-right {
  max-width: 40%;
}

.split-content.about-testimonial-left {
  max-width: 492px;
  margin-right: 20px;
}

.split-content.product-content {
  max-width: 63%;
  margin-right: 40px;
  text-align: justify;
}

.split-content.category-left {
  max-width: 600px;
  margin-right: 40px;
}

.split-content.search-results-left {
  position: relative;
  z-index: 1;
  width: 100%;
  max-width: 669px;
}

.split-content.search-results-hero-right {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

.home-hero-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 279px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.paragraph.home-hero {
  max-width: 520px;
  margin-bottom: 32px;
}

.paragraph.join-footer {
  margin-bottom: 23px;
}

.paragraph.contact {
  margin-bottom: 5px;
}

.paragraph.contact-email {
  margin-bottom: 24px;
  color: #656b89;
  font-weight: 400;
}

.paragraph.faqs {
  max-width: 631px;
  margin-right: auto;
  margin-bottom: 47px;
  margin-left: auto;
  text-align: center;
}

.paragraph.faq {
  margin-right: 50px;
  color: #005ea4;
}

.paragraph.our-story-1 {
  max-width: 617px;
}

.paragraph.join {
  color: #e4e7ec;
}

.paragraph.join-feature {
  color: #e4e7ec;
}

.paragraph.about-testimonial {
  max-width: 455px;
  margin-bottom: 31px;
}

.paragraph.purchase-product {
  margin-bottom: 0px;
}

.paragraph.about-the-author-paragraph {
  color: #656b89;
  font-weight: 400;
}

.paragraph.card-article {
  color: #656b89;
  font-weight: 400;
}

.paragraph._404 {
  color: #656b89;
}

.paragraph.password {
  margin-bottom: 40px;
}

.hero-images-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

.hero-images-wrapper.center {
  margin-top: -41px;
  margin-right: 20px;
  margin-left: 20px;
}

.image.home-hero {
  margin-bottom: 20px;
  border-radius: 20px;
  box-shadow: 0 7px 27px 0 rgba(38, 55, 147, 0.05);
}

.image.cta-v1 {
  margin-bottom: 28px;
  border-radius: 24px;
  box-shadow: 0 7px 18px 0 rgba(11, 21, 77, 0.02);
}

.image.popular-product-section {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.image.popular-product-section-author {
  width: 32px;
  height: 32px;
  min-width: 32px;
  margin-right: 10px;
  border-radius: 1000px;
}

.image.latest-product {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.image.latest-product-author {
  width: 22px;
  height: 22px;
  min-width: 22px;
  margin-right: 6px;
  border-radius: 1000px;
}

.image.card-article {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  height: 240px;
  max-height: 240px;
}

.image.shop-author {
  width: 240px;
  height: 240px;
  min-width: 240px;
  /* margin-right: 28px; */
  border-radius: 8px;
}

.image.shop-author.eval-center{
  height: 300px;
  min-width: 300px;
}

.image.blog-article-featured {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.image.article-main-image {
  margin-bottom: 36px;
  border-radius: 32px;
  height: 100%;
  width: unset;
}

.image.blog-author {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.image.contact {
  width: 68px;
  height: 68px;
  min-width: 68px;
}

.image.our-story-1 {
  margin-bottom: 84px;
  border-radius: 24px;
}

.image.our-story-2 {
  border-radius: 24px;
}

.image.team-section {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.image.join-feature {
  max-height: 63px;
  max-width: 63px;
}

.image.testimonial {
  width: 72px;
  height: 72px;
  min-width: 72px;
  margin-right: 16px;
  border-radius: 1000px;
}

.image.testimonial-video {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.image.product-main-image {
  -webkit-transition: -webkit-transform 350ms ease;
  transition: -webkit-transform 350ms ease;
  transition: transform 350ms ease;
  transition: transform 350ms ease, -webkit-transform 350ms ease;
}

.image.product-main-image:hover {
  -webkit-transform: scale(1.05);
  -ms-transform: scale(1.05);
  transform: scale(1.05);
}

.image.product-more-images {
  -webkit-transition: -webkit-transform 350ms ease;
  transition: -webkit-transform 350ms ease;
  transition: transform 350ms ease;
  transition: transform 350ms ease, -webkit-transform 350ms ease;
}

.image.product-more-images:hover {
  -webkit-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
}

.image.more-products-by-author {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.image.item-in-order {
  width: 100%;
  height: 100%;
  margin-right: 0px;
  -webkit-transition: -webkit-transform 350ms ease;
  transition: -webkit-transform 350ms ease;
  transition: transform 350ms ease;
  transition: transform 350ms ease, -webkit-transform 350ms ease;
}

.image.item-in-order:hover {
  -webkit-transform: scale(1.2);
  -ms-transform: scale(1.2);
  transform: scale(1.2);
}

.image.icons-style-guide {
  border-radius: 20px;
}

.image.item-cart {
  width: 100%;
  height: 100%;
  -webkit-transition: -webkit-transform 350ms ease;
  transition: -webkit-transform 350ms ease;
  transition: transform 350ms ease;
  transition: transform 350ms ease, -webkit-transform 350ms ease;
  -o-object-fit: cover;
  object-fit: cover;
}

.image.item-cart:hover {
  -webkit-transform: scale(1.2);
  -ms-transform: scale(1.2);
  transform: scale(1.2);
}

.image.about-hero {
  max-width: 62%;
  margin-right: -86px;
}

.image.team-member {
  width: 118px;
  height: 118px;
  min-width: 118px;
  margin-bottom: 20px;
  border-radius: 1000px;
}

.cart-button {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-right: 0px;
  padding-left: 0px;
  background-color: transparent;
}

.cart-quantity {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 28px;
  min-width: 28px;
  margin-left: 4px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 1000px;
  background-color: #0e8bff;
  color: #fff;
  font-size: 15px;
  line-height: 1em;
  letter-spacing: -0.02em;
}

.cart {
  margin-right: 10px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}

.header-search {
  width: 100%;
  margin-bottom: 0px;
}

.header-search-input {
  width: 100%;
  max-width: 358px;
  min-height: 54px;
  min-width: 325px;
  margin-bottom: 0px;
  padding: 18px 19px 18px 47px;
  border-style: solid;
  border-width: 1px;
  border-color: #d0d8e7;
  border-radius: 8px;
  background-color: #fbfcff;
  background-position: 19px 50%;
  background-size: auto;
  background-repeat: no-repeat;
  -webkit-transition: color 350ms ease, border-color 350ms ease;
  transition: color 350ms ease, border-color 350ms ease;
  color: #26395c;
  font-size: 15px;
  line-height: 1em;
  font-weight: 500;
}

.header-search-input:hover {
  border-color: #0e8bff;
}

.header-search-input:focus {
  border-color: #0e8bff;
  color: #26395c;
  font-size: 15px;
}

.header-search-input::-webkit-input-placeholder {
  color: #656b89;
  font-size: 15px;
  line-height: 1em;
  font-weight: 500;
}

.header-search-input:-ms-input-placeholder {
  color: #656b89;
  font-size: 15px;
  line-height: 1em;
  font-weight: 500;
}

.header-search-input::-ms-input-placeholder {
  color: #656b89;
  font-size: 15px;
  line-height: 1em;
  font-weight: 500;
}

.header-search-input::placeholder {
  color: #656b89;
  font-size: 15px;
  line-height: 1em;
  font-weight: 500;
}

.search-input {
  min-height: 64px;
  margin-bottom: 0px;
  padding-top: 23px;
  padding-bottom: 23px;
  padding-left: 18px;
  border-style: solid;
  border-width: 1px;
  border-color: #e4e7ec;
  border-radius: 8px;
  box-shadow: 0 13px 30px 0 rgba(38, 47, 92, 0.08);
  -webkit-transition: box-shadow 350ms ease, color 350ms ease, border-color 350ms ease;
  transition: box-shadow 350ms ease, color 350ms ease, border-color 350ms ease;
  color: #26395c;
  font-size: 16px;
  line-height: 1.125em;
  font-weight: 500;
  letter-spacing: 0em;
}

.search-input:hover {
  border-color: #0e8bff;
  box-shadow: 0 3px 10px 0 rgba(38, 47, 92, 0.08);
}

.search-input:focus {
  box-shadow: 0 3px 10px 0 rgba(38, 47, 92, 0.08);
  color: #26395c;
}

.search-input::-webkit-input-placeholder {
  color: #656b89;
  font-size: 16px;
  line-height: 1.125em;
  font-weight: 500;
  letter-spacing: 0em;
}

.search-input:-ms-input-placeholder {
  color: #656b89;
  font-size: 16px;
  line-height: 1.125em;
  font-weight: 500;
  letter-spacing: 0em;
}

.search-input::-ms-input-placeholder {
  color: #656b89;
  font-size: 16px;
  line-height: 1.125em;
  font-weight: 500;
  letter-spacing: 0em;
}

.search-input::placeholder {
  color: #656b89;
  font-size: 16px;
  line-height: 1.125em;
  font-weight: 500;
  letter-spacing: 0em;
}

/* .search {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 0px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
} */

.search.home-hero {
  width: 100%;
  max-width: 473px;
}

.search.hero-shop {
  width: 100%;
  max-width: 473px;
}

.search.search-results {
  width: 100%;
}

.search-button {
  position: absolute;
  right: 14px;
  padding: 12px 18px;
  border-radius: 6px;
  background-color: #0e8bff;
  box-shadow: 0 2px 8px 0 rgba(9, 92, 255, 0.14);
  -webkit-transition: background-color 350ms ease, -webkit-transform 350ms ease;
  transition: background-color 350ms ease, -webkit-transform 350ms ease;
  transition: background-color 350ms ease, transform 350ms ease;
  transition: background-color 350ms ease, transform 350ms ease, -webkit-transform 350ms ease;
  font-size: 15px;
  line-height: 1.067em;
  font-weight: 500;
  letter-spacing: 0.05em;
  text-transform: uppercase;
}

.search-button:hover {
  background-color: #26395c;
  -webkit-transform: scale(0.95);
  -ms-transform: scale(0.95);
  transform: scale(0.95);
}

.search-button.header {
  display: none;
}

.top-content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.top-content.popular-products-section {
  margin-bottom: 32px;
}

.top-content.latest-products-section {
  margin-bottom: 40px;
}

.top-content.blog {
  margin-bottom: 40px;
}

.top-content.blog-post-latest-articles {
  margin-bottom: 40px;
}

.top-content.purchase-product-option-content {
  margin-bottom: 22px;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.top-content.about-the-author-top-content {
  margin-bottom: 13px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.top-content.blog-category {
  margin-bottom: 40px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

.cta-v1-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-height: 174px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.title.cta-v1 {
  margin-bottom: 34px;
  color: #fff;
}

.title.trending-category-title {
  margin-bottom: 0px;
}

.title.trending-categories {
  margin-bottom: 32px;
}

.title.popular-products-section {
  margin-bottom: 0px;
}

.title.popular-product-section {
  margin-bottom: 5px;
}

.title.latest-products-section {
  margin-bottom: 0px;
}

.title.latest-product {
  margin-bottom: 5px;
  font-size: 16px;
  line-height: 1.688em;
}

.title.articles-section {
  margin-bottom: 14px;
}

.title.card-article {
  margin-bottom: 3px;
}

.title.footer-title-links {
  color: #26395c;
  line-height: 1.125em;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  white-space: nowrap;
}

.title.hero-shop {
  margin-bottom: 8px;
}

.title.cta-v2 {
  margin-bottom: 10px;
}

.title.shop-author {
  margin-bottom: 4px;
}

.title.products-author {
  margin-bottom: 0px;
}

.title.blog {
  margin-bottom: 38px;
}

.title.blog-article-featured {
  margin-bottom: 10px;
}

.title.latest-articles {
  margin-right: 20px;
  margin-bottom: 0px;
}

.title.article {
  /* max-width: 733px; */
  margin-right: auto;
  margin-bottom: 20px;
  margin-left: auto;
  color: rgb(2, 68, 118);
  text-align: justify;
}

.title.blog-post-latest-articles {
  margin-bottom: 0px;
}

.title.contact {
  margin-bottom: 11px;
}

.title.contact-email {
  margin-bottom: 11px;
}

.title.faqs {
  max-width: 631px;
  margin-right: auto;
  margin-bottom: 16px;
  margin-left: auto;
  text-align: center;
}

.title.faq {
  margin-bottom: 0px;
}

.title.about-hero {
  margin-bottom: 10px;
}

.title.achievements {
  max-width: 360px;
  margin-right: auto;
  margin-bottom: 43px;
  margin-left: auto;
  text-align: center;
}

.title.achievement {
  margin-bottom: 10px;
  color: #26395c;
  font-size: 40px;
  line-height: 1.25em;
  font-weight: 700;
  letter-spacing: -0.01em;
}

.title.team-section {
  max-width: 300px;
  margin-right: auto;
  margin-bottom: 55px;
  margin-left: auto;
  text-align: center;
}

.title.team-name-section {
  margin-bottom: 13px;
}

.title.join {
  margin-bottom: 16px;
  color: #fff;
}

.title.join-feature {
  margin-bottom: 16px;
  color: #fff;
}

.title.about-testimonial {
  margin-bottom: 14px;
}

.title.about-the-product {
  margin-bottom: 30px;
}

.title.purchase-product {
  margin-bottom: 14px;
  color: #26395c;
  line-height: 1.3em;
  font-weight: 700;
}

.title.product-specs-title {
  margin-bottom: 23px;
}

.title.about-the-author {
  margin-bottom: 19px;
}

.title.more-products {
  color: #26395c;
  line-height: 1.125em;
  font-weight: 700;
  letter-spacing: 0em;
}

.title.more-products-by-author {
  margin-bottom: 6px;
  font-size: 16px;
  line-height: 1.688em;
}

.title.category-product-title {
  margin-bottom: 0px;
}

.title.blog-category {
  margin-bottom: 0px;
}

.title.changelog {
  margin-bottom: 0px;
  color: #fff;
}

.title._404 {
  color: #0e8bff;
}

.title.dropdown {
  margin-bottom: 24px;
  color: #26395c;
  line-height: 1.35em;
}

.title.faq {
  margin-bottom: 0px;
}

.title.team-member {
  margin-bottom: 4px;
}

.title.articles-author {
  margin-bottom: 0px;
}

.newsletter-form-wrapper {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.newsletter-submit-button {
  position: absolute;
  right: 8.5px;
  padding: 12px 18px;
  border-radius: 6px;
  background-color: #0e8bff;
  box-shadow: 0 1px 8px 0 rgba(9, 92, 255, 0.14);
  -webkit-transition: background-color 350ms ease, -webkit-transform 350ms ease;
  transition: background-color 350ms ease, -webkit-transform 350ms ease;
  transition: background-color 350ms ease, transform 350ms ease;
  transition: background-color 350ms ease, transform 350ms ease, -webkit-transform 350ms ease;
  font-size: 15px;
  line-height: 1.067em;
  font-weight: 500;
  letter-spacing: 0.05em;
  text-transform: uppercase;
}

.newsletter-submit-button:hover {
  background-color: #26395c;
  -webkit-transform: scale(0.95);
  -ms-transform: scale(0.95);
  transform: scale(0.95);
}

.cta-v1-images-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

.cta-v1-images-wrapper.last {
  margin-top: -54px;
  margin-left: 28px;
}

.newsletter-form-block {
  max-width: 473px;
  margin-bottom: 0px;
}

.container-medium-568px {
  max-width: 568px;
  margin-right: auto;
  margin-left: auto;
  padding-right: 24px;
  padding-left: 24px;
}

.container-medium-568px.articles-section {
  text-align: center;
}

.explore-ecommerce-link {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  line-height: 1em;
  font-weight: 700;
}

.cart-icon {
  width: 25px;
  height: 25px;
}

.trending-categories-grid {
  display: -ms-grid;
  display: grid;
  grid-auto-columns: 1fr;
  grid-column-gap: 28px;
  -ms-grid-columns: 1fr 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.trending-category-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  text-align: center;
}

.image-wrapper {
  overflow: hidden;
}

.image-wrapper.trending-category {
  margin-bottom: 24px;
  border-radius: 62px;
}

.image-wrapper.popular-product-section {
  margin-bottom: 22px;
  border-radius: 36px;
  box-shadow: 0 3px 16px 0 rgba(38, 47, 92, 0.06);
}

.image-wrapper.latest-product {
  margin-bottom: 11px;
  border-radius: 26px;
  box-shadow: 0 2px 12px 0 rgba(38, 47, 92, 0.06);
}

.image-wrapper.shop-author-social-media {
  width: 38px;
  height: 38px;
  min-width: 38px;
  border-radius: 1000px;
  -webkit-transition: -webkit-transform 350ms ease;
  transition: -webkit-transform 350ms ease;
  transition: transform 350ms ease;
  transition: transform 350ms ease, -webkit-transform 350ms ease;
}

.image-wrapper.shop-author-social-media:hover {
  -webkit-transform: scale(0.9);
  -ms-transform: scale(0.9);
  transform: scale(0.9);
}

.image-wrapper.shop-author-social-media.facebook {
  box-shadow: 0 2px 8px 0 rgba(24, 119, 242, 0.17);
}

.image-wrapper.shop-author-social-media.twitter {
  box-shadow: 0 2px 8px 0 rgba(29, 161, 242, 0.25);
}

.image-wrapper.shop-author-social-media.instagram {
  box-shadow: 0 2px 8px 0 rgba(140, 58, 170, 0.15);
}

.image-wrapper.shop-author-social-media.youtube {
  box-shadow: 0 2px 8px 0 rgba(255, 0, 0, 0.17);
}

.image-wrapper.shop-author-social-media.dribbble {
  box-shadow: 0 2px 8px 0 rgba(255, 70, 142, 0.25);
}

.image-wrapper.shop-author-social-media.behance {
  box-shadow: 0 2px 8px 0 rgba(23, 105, 255, 0.15);
}

.image-wrapper.shop-author-social-media.pinterest {
  box-shadow: 0 2px 8px 0 rgba(255, 44, 44, 0.15);
}

.image-wrapper.shop-author-social-media.other-links {
  box-shadow: 0 2px 8px 0 rgba(9, 92, 255, 0.19);
}

.image-wrapper.blog-author {
  width: 72px;
  height: 72px;
  margin-right: 15px;
  border-radius: 1000px;
}

.image-wrapper.contact {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 130px;
  height: 130px;
  min-width: 130px;
  margin-bottom: 28px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 1000px;
  background-color: #f5faff;
}

.image-wrapper.team-section {
  margin-bottom: 24px;
  border-radius: 1000px;
}

.image-wrapper.product-main-image,
.image-wrapper.product-main-image img {
  margin-bottom: 23px;
  border-radius: 32px;
}

.image-wrapper.product-more-images {
  max-width: 110px;
  border-radius: 12px;
}

.image-wrapper.about-the-author-image {
  width: 72px;
  height: 72px;
  min-width: 72px;
  margin-right: 12px;
  margin-bottom: 10px;
  border-radius: 1000px;
}

.image-wrapper.more-products-by-author {
  max-width: 37%;
  margin-right: 18px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  border-radius: 12px;
}

.image-wrapper.item-in-order {
  width: 80px;
  margin-right: 20px;
  border-radius: 8px;
}

.image-wrapper.item-cart {
  width: 80px;
  margin-right: 20px;
  border-radius: 10px;
}

.image-wrapper.team-member-social-media {
  width: 38px;
  height: 38px;
  min-width: 38px;
  border-radius: 1000px;
  -webkit-transition: -webkit-transform 350ms ease;
  transition: -webkit-transform 350ms ease;
  transition: transform 350ms ease;
  transition: transform 350ms ease, -webkit-transform 350ms ease;
}

.image-wrapper.team-member-social-media:hover {
  -webkit-transform: scale(0.9);
  -ms-transform: scale(0.9);
  transform: scale(0.9);
}

.image-wrapper.team-member-social-media.facebook {
  box-shadow: 0 2px 8px 0 rgba(24, 119, 242, 0.17);
}

.image-wrapper.team-member-social-media.twitter {
  box-shadow: 0 2px 8px 0 rgba(29, 161, 242, 0.25);
}

.image-wrapper.team-member-social-media.instagram {
  box-shadow: 0 2px 8px 0 rgba(140, 58, 170, 0.15);
}

.image-wrapper.team-member-social-media.youtube {
  box-shadow: 0 2px 8px 0 rgba(255, 0, 0, 0.17);
}

.image-wrapper.team-member-social-media.dribbble {
  box-shadow: 0 2px 8px 0 rgba(255, 70, 142, 0.25);
}

.image-wrapper.team-member-social-media.behance {
  box-shadow: 0 2px 8px 0 rgba(23, 105, 255, 0.15);
}

.image-wrapper.team-member-social-media.pinterest {
  box-shadow: 0 2px 8px 0 rgba(255, 44, 44, 0.15);
}

.image-wrapper.team-member-social-media.other-links {
  box-shadow: 0 2px 8px 0 rgba(9, 92, 255, 0.19);
}

.image-wrapper.cta-v2-icon {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 64px;
  height: 64px;
  min-width: 64px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #0e8bff;
}

.image-wrapper.achievement {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 120px;
  height: 120px;
  min-width: 120px;
  margin-bottom: 30px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 1000px;
  background-color: #f5faff;
}

.image-wrapper.join-feature {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 90px;
  height: 90px;
  min-width: 90px;
  margin-right: 20px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 1000px;
  background-color: #fff;
}

.popular-products-section-grid {
  display: -ms-grid;
  display: grid;
  grid-auto-columns: 1fr;
  grid-column-gap: 28px;
  grid-row-gap: 40px;
  -ms-grid-columns: 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
}

.popular-product-section-about-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.badge {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 5px 9px;
  border-radius: 30px;
  background-color: #0e8bff;
  color: #fff;
  font-size: 13px;
  line-height: 1.154em;
  font-weight: 700;
  text-align: center;
  letter-spacing: 0em;
  text-transform: uppercase;
}

.badge.popular-product-section-price {
  padding: 9px 14px;
  font-size: 16px;
  line-height: 1.063em;
}

.badge.card-article-category {
  position: absolute;
  /* left: 23px;
  top: 20px; */
  padding: 10px 14px;
  top: 0px;
  left: 0px;
  border-radius: 0px 0px 8px;
  -webkit-transition-property: background-color;
  transition-property: background-color;
  font-size: 14px;
  line-height: 1em;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}

.badge.card-article-category:hover {
  background-color: #26395c;
  color: #fff;
}

.badge.top-author {
  margin-top: 11px;
  padding: 10px 14px;
  font-size: 14px;
  line-height: 1em;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}

.badge.blog-article-featured {
  margin-bottom: 17px;
  padding: 10px 14px;
  font-size: 14px;
  line-height: 1em;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}

.badge.article-category {
  padding: 10px 14px;
  -webkit-transition-property: background-color;
  transition-property: background-color;
  font-size: 14px;
  line-height: 1em;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}

.badge.article-category:hover {
  background-color: #26395c;
  color: #fff;
}

.badge.top-about-the-author {
  min-width: 91px;
  margin-top: -3px;
  padding: 6px 9px;
  font-size: 10px;
  line-height: 1.4em;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}

.badge.changelog {
  margin-right: 20px;
  padding: 10px 20px;
  font-size: 16px;
  line-height: 0.8em;
}

.badge.hot {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: -40px;
  margin-left: -3px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 9px;
  line-height: 1em;
  letter-spacing: 0.04em;
}

.popular-product-section-author-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  color: #656b89;
  font-size: 18px;
  line-height: 1.111em;
  font-weight: 500;
  letter-spacing: 0em;
}

.latest-products-section-grid {
  display: -ms-grid;
  display: grid;
  grid-auto-columns: 1fr;
  grid-column-gap: 26px;
  grid-row-gap: 54px;
  -ms-grid-columns: 1fr 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.latest-product-about-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.latest-product-author-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  color: #656b89;
  font-size: 14px;
  line-height: 1.429em;
  font-weight: 500;
  letter-spacing: 0em;
}

.articles-section-grid {
  display: -ms-grid;
  display: grid;
  margin-top: 40px;
  grid-auto-columns: 1fr;
  grid-column-gap: 28px;
  -ms-grid-columns: 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.card {
  overflow: hidden;
  border-radius: 20px;
  background-color: #fff;
  box-shadow: 0 12px 30px 0 rgba(38, 47, 92, 0.04);
}

.card.article {
  position: relative;
  height: 100%;
  border-radius: 0px;
  -webkit-transition: box-shadow 350ms ease, -webkit-transform 350ms ease;
  transition: box-shadow 350ms ease, -webkit-transform 350ms ease;
  transition: box-shadow 350ms ease, transform 350ms ease;
  transition: box-shadow 350ms ease, transform 350ms ease, -webkit-transform 350ms ease;
}

.card.article:hover {
  box-shadow: 0 2px 8px 0 rgba(38, 47, 92, 0.04);
  -webkit-transform: scale(0.98);
  -ms-transform: scale(0.98);
  transform: scale(0.98);
}

.card.blog-article-featured {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  box-shadow: 0 22px 54px 0 rgba(18, 25, 49, 0.08);
  -webkit-transition: box-shadow 350ms ease, -webkit-transform 350ms ease;
  transition: box-shadow 350ms ease, -webkit-transform 350ms ease;
  transition: box-shadow 350ms ease, transform 350ms ease;
  transition: box-shadow 350ms ease, transform 350ms ease, -webkit-transform 350ms ease;
}

.card.blog-article-featured:hover {
  box-shadow: 0 2px 24px 0 rgba(18, 25, 49, 0.08);
  -webkit-transform: scale(0.98);
  -ms-transform: scale(0.98);
  transform: scale(0.98);
}

.card.contact-form {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 559px;
  padding: 63px 46px 56px 51px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-style: solid;
  border-width: 1px;
  border-color: #e4e7ec;
  border-radius: 24px;
  box-shadow: 0 2px 12px 0 rgba(14, 139, 255, 0.12);
}

.contact-right-side{
  margin-left: 100px;
  text-align: justify;
}

.card.achievement {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 35px 26px 42px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  box-shadow: 0 14px 34px 0 rgba(27, 128, 221, 0.06);
  text-align: center;
}

.card.checkout {
  margin-bottom: 40px;
  padding-bottom: 0px;
  background-color: #fff;
  box-shadow: 0 8px 20px 0 rgba(38, 57, 92, 0.05);
}

.card.checkout.order-summary {
  margin-bottom: 0px;
  border-bottom-width: 0px;
  border-bottom-left-radius: 0px;
  border-bottom-right-radius: 0px;
  box-shadow: 0 12px 30px 0 rgba(38, 47, 92, 0.04);
}

.card.checkout.order-summary.bottom {
  margin-top: 24px;
}

.card-article-content {
  padding: 45px 24px 44px;
}

.card-article-content.is-image{
  padding: 30px 24px 44px;
}

.footer-menu-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.footer-main-content-wrapper {
  max-width: 295px;
  margin-right: 26px;
}

.footer-small-print {
  margin-bottom: 20px;
  color: #26395c;
  font-size: 15px;
  line-height: 1.6em;
}

.footer-social-media-grid {
  -webkit-box-pack: start;
  -webkit-justify-content: start;
  -ms-flex-pack: start;
  justify-content: start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  grid-column-gap: 21px;
  -ms-grid-columns: auto auto auto auto auto auto auto;
  grid-template-columns: auto auto auto auto auto auto auto;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.footer-social-media-link {
  -webkit-transition: color 350ms ease, -webkit-transform 350ms ease;
  transition: color 350ms ease, -webkit-transform 350ms ease;
  transition: transform 350ms ease, color 350ms ease;
  transition: transform 350ms ease, color 350ms ease, -webkit-transform 350ms ease;
  font-size: 18px;
  line-height: 1em;
}

.footer-social-media-link:hover {
  -webkit-transform: translate(0px, -2px);
  -ms-transform: translate(0px, -2px);
  transform: translate(0px, -2px);
}

.footer-social-media-link.small {
  font-size: 16px;
}

.footer-social-media-link.large {
  font-size: 20px;
}

.footer-links-wrapper {
  margin-right: 40px;
}

.footer-content-links {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.list-footer {
  margin-bottom: 0px;
  padding-left: 0px;
}

.footer-list-item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 18px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.footer-link {
  -webkit-transition: color 350ms ease, -webkit-transform 350ms ease;
  transition: color 350ms ease, -webkit-transform 350ms ease;
  transition: transform 350ms ease, color 350ms ease;
  transition: transform 350ms ease, color 350ms ease, -webkit-transform 350ms ease;
  color: #656b89;
  line-height: 1.125em;
  font-weight: 400;
  letter-spacing: 0em;
  text-decoration: none;
}

.footer-link:hover {
  -webkit-transform: translate(5px, 0px);
  -ms-transform: translate(5px, 0px);
  transform: translate(5px, 0px);
  color: #0e8bff;
}

.footer-link.w--current {
  font-weight: 500;
}

.space.footer-links {
  width: 2vw;
}

.space.faq {
  height: 25px;
}

.footer-join-wrapper {
  max-width: 287px;
  padding: 36px 24px 50px;
  border-radius: 20px;
  background-color: #f5faff;
}

.icon-join-footer {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 54px;
  height: 54px;
  min-width: 54px;
  margin-bottom: 15px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 16px;
  background-color: #0e8bff;
}

.hero-shop-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.shop-categories-grid {
  display: -ms-grid;
  display: grid;
  margin-bottom: 40px;
  -webkit-box-pack: start;
  -webkit-justify-content: start;
  -ms-flex-pack: start;
  justify-content: start;
  grid-auto-columns: 1fr;
  grid-column-gap: 18px;
  grid-row-gap: 18px;
  -ms-grid-columns: auto auto auto auto;
  grid-template-columns: auto auto auto auto;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.category-wrapper {
  padding: 14px 22px;
  border-radius: 5px;
  background-color: #f5faff;
  -webkit-transition: color 350ms ease, background-color 350ms ease;
  transition: color 350ms ease, background-color 350ms ease;
  line-height: 1.125em;
  font-weight: 700;
  text-align: center;
}

.category-wrapper:hover {
  background-color: #0e8bff;
  color: #fff;
}

.category-wrapper.w--current {
  background-color: #0e8bff;
  color: #fff;
}

.category-wrapper.all {
  margin-right: 26px;
}

.category-wrapper.all.w--current {
  margin-right: 20px;
  background-color: #0e8bff;
  color: #fff;
}

.shop-products-grid {
  display: -ms-grid;
  display: grid;
  grid-auto-columns: 1fr;
  grid-column-gap: 26px;
  grid-row-gap: 54px;
  -ms-grid-columns: 1fr 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.cta-v2-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  margin-top: 100px;
  padding: 72px 44px 72px 55px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 23px;
  background-color: #fbfcff;
  background-image: url("../images/"), url("../");
  background-position: 50% 100%, 50% 100%;
  background-size: 100%, 100%;
  background-repeat: no-repeat, no-repeat;
}

.cta-v2-icon {
  margin-bottom: 20px;
  border-radius: 14px;
}

.cta-v2-newsletter-form-block {
  width: 100%;
  max-width: 420px;
  margin-bottom: 0px;
}

.cta-v2-newsletter-form-wrapper {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.cta-v2-newsletter-submit-button {
  position: absolute;
  right: 11px;
  padding: 12px 18px;
  border-radius: 6px;
  background-color: #0e8bff;
  box-shadow: 0 1px 8px 0 rgba(9, 92, 255, 0.14);
  -webkit-transition: background-color 350ms ease, -webkit-transform 350ms ease;
  transition: background-color 350ms ease, -webkit-transform 350ms ease;
  transition: background-color 350ms ease, transform 350ms ease;
  transition: background-color 350ms ease, transform 350ms ease, -webkit-transform 350ms ease;
  font-size: 15px;
  line-height: 1.067em;
  font-weight: 500;
  letter-spacing: 0.05em;
  text-transform: uppercase;
}

.cta-v2-newsletter-submit-button:hover {
  background-color: #26395c;
  -webkit-transform: scale(0.95);
  -ms-transform: scale(0.95);
  transform: scale(0.95);
}

.footer-join {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.shop-author-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.shop-author-top-content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 22px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.shop-author-social-media-grid {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 30%;
  width: 30%;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-grid-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.shop-author-social-media-grid.centers-child{
  max-width: 40%;
  width: 40%;
}

.shop-author-job {
  color: #0e8bff;
  font-size: 22px;
  line-height: 0.818em;
  letter-spacing: -0.01em;
}

.products-author-title-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 25px;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.blog-article-featured-content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  min-width: 47%;
  padding: 78px 56px 78px 58px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.blog-categories-grid {
  display: -ms-grid;
  display: grid;
  grid-auto-columns: 1fr;
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  -ms-grid-columns: auto auto auto;
  grid-template-columns: auto auto auto;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.articles-grid {
  display: -ms-grid;
  display: grid;
  margin-top: 40px;
  grid-auto-columns: 1fr;
  grid-column-gap: 28px;
  grid-row-gap: 41px;
  -ms-grid-columns: 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.container-large-1020px {
  max-width: 1020px;
  margin-right: auto;
  margin-left: auto;
  padding-right: 24px;
  padding-left: 24px;
}

.about-article-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  /* max-width: 733px; */
  margin-right: auto;
  margin-left: auto;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.rich-text h2 {
  /* max-width: 733px; */
  margin-right: auto;
  margin-bottom: 20px;
  margin-left: auto;
}

.rich-text p {
  /* max-width: 733px; */
  margin-right: auto;
  margin-bottom: 32px;
  margin-left: auto;
}

.rich-text h3 {
  /* max-width: 733px; */
  margin-right: auto;
  margin-bottom: 20px;
  margin-left: auto;
  font-size: 20px;
}

.rich-text img {
  margin-top: 27px;
  margin-bottom: 25px;
  border-radius: 32px;
}

.owl-carousel .owl-item img{
  margin-top: 20px;
}

.rich-text figcaption {
  margin-top: 0px;
  margin-bottom: 54px;
}

.rich-text ul {
  /* max-width: 733px; */
  margin-right: auto;
  margin-bottom: 31px;
  margin-left: auto;
  padding-left: 30px;
}

.rich-text li {
  margin-bottom: 13px;
}

.rich-text h4 {
  /* max-width: 733px; */
  margin-right: auto;
  margin-bottom: 16px;
  margin-left: auto;
}

.rich-text h5 {
  /* max-width: 733px; */
  margin-right: auto;
  margin-bottom: 16px;
  margin-left: auto;
}

.rich-text ol {
  /* max-width: 733px; */
  margin-right: auto;
  margin-bottom: 31px;
  margin-left: auto;
  padding-left: 30px;
}

.rich-text h6 {
  /* max-width: 733px; */
  margin-right: auto;
  margin-bottom: 16px;
  margin-left: auto;
}

.rich-text blockquote {
  max-width: 828px;
  margin: 80px auto;
}

.article-icon-date {
  margin-right: 9px;
}

.article-date-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-right: 24px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  line-height: 1.625em;
  font-weight: 500;
  letter-spacing: -0.02em;
}

.latest-articles-section-grid {
  display: -ms-grid;
  display: grid;
  grid-auto-columns: 1fr;
  grid-column-gap: 28px;
  -ms-grid-columns: 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.container-medium-820px {
  max-width: 820px;
  margin-right: auto;
  margin-left: auto;
  padding-right: 24px;
  padding-left: 24px;
}

.contact-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 0px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.contact-grid {
  max-width: 971px;
  margin-right: auto;
  margin-left: auto;
  grid-column-gap: 70px;
  -ms-grid-columns: 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.contact-form-grid {
  grid-column-gap: 20px;
  grid-row-gap: 25px;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.select {
  min-height: 64px;
  margin-bottom: 0px;
  padding-right: 16px;
  padding-left: 16px;
  border: 0px solid #000;
  border-radius: 14px;
  background-color: #fff;
  -webkit-transition: border-color 350ms ease, color 350ms ease;
  transition: border-color 350ms ease, color 350ms ease;
  color: #656b89;
  font-size: 16px;
  line-height: 1.125em;
  font-weight: 500;
  letter-spacing: 0em;
}

.select:focus {
  color: #26395c;
  font-size: 16px;
  line-height: 1.125em;
  font-weight: 500;
}

.select::-webkit-input-placeholder {
  color: #656b89;
  font-size: 16px;
  line-height: 1.125em;
  font-weight: 500;
}

.select:-ms-input-placeholder {
  color: #656b89;
  font-size: 16px;
  line-height: 1.125em;
  font-weight: 500;
}

.select::-ms-input-placeholder {
  color: #656b89;
  font-size: 16px;
  line-height: 1.125em;
  font-weight: 500;
}

.select::placeholder {
  color: #656b89;
  font-size: 16px;
  line-height: 1.125em;
  font-weight: 500;
}

.select.checkout {
  min-height: 50px;
}

.text-area {
  max-height: 200px;
  max-width: 100%;
  min-height: 153px;
  min-width: 100%;
  margin-bottom: 0px;
  padding: 23px 24px;
  border-style: solid;
  border-width: 1px;
  border-color: #e4e7ec;
  border-radius: 14px;
  -webkit-transition: border-color 350ms ease, color 350ms ease;
  transition: border-color 350ms ease, color 350ms ease;
  color: #26395c;
  font-size: 16px;
  line-height: 1.125em;
  font-weight: 500;
  letter-spacing: 0em;
}

.text-area:hover {
  border-color: #0e8bff;
}

.text-area:focus {
  border-color: #0e8bff;
  color: #26395c;
  font-size: 16px;
  line-height: 1.125em;
  font-weight: 500;
}

.text-area::-webkit-input-placeholder {
  color: #656b89;
  font-size: 16px;
  line-height: 1.125em;
  font-weight: 500;
}

.text-area:-ms-input-placeholder {
  color: #656b89;
  font-size: 16px;
  line-height: 1.125em;
  font-weight: 500;
}

.text-area::-ms-input-placeholder {
  color: #656b89;
  font-size: 16px;
  line-height: 1.125em;
  font-weight: 500;
}

.text-area::placeholder {
  color: #656b89;
  font-size: 16px;
  line-height: 1.125em;
  font-weight: 500;
}

.select-wrapper {
  /* min-height: 64px; */
  margin-bottom: 0px;
  /* padding-right: 24px; */
  border-style: solid;
  border-width: 0px;
  border-color: #e4e7ec;
  border-radius: 14px;
  -webkit-transition: border-color 350ms ease, color 350ms ease;
  transition: border-color 350ms ease, color 350ms ease;
  letter-spacing: 0em;
}

.select-wrapper:hover {
  border-color: #024476;
}

.select-wrapper:focus {
  border-color: #024476;
}

.select-wrapper::-webkit-input-placeholder {
  color: #656b89;
  font-size: 16px;
  line-height: 1.125em;
  font-weight: 500;
}

.select-wrapper:-ms-input-placeholder {
  color: #656b89;
  font-size: 16px;
  line-height: 1.125em;
  font-weight: 500;
}

.select-wrapper::-ms-input-placeholder {
  color: #656b89;
  font-size: 16px;
  line-height: 1.125em;
  font-weight: 500;
}

.select-wrapper::placeholder {
  color: #656b89;
  font-size: 16px;
  line-height: 1.125em;
  font-weight: 500;
}

.select-wrapper.checkout {
  min-height: 50px;
}

.contact-info-icon {
  margin-right: 20px;
}

.contact-info-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 20px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-transition: color 350ms ease;
  transition: color 350ms ease;
  color: #26395c;
  line-height: 1.125em;
}

.contact-info-wrapper:hover {
  color: #0e8bff;
}

.contact-info-wrapper.last {
  margin-bottom: 0px;
}

.contact-us-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center;
}

.contact-email-text {
  color: #0e8bff;
  line-height: 1.125em;
  font-weight: 700;
  letter-spacing: -0.02em;
}

.contact-email-text:hover {
  color: #0e8bff;
}

.faqs-grid {
  grid-row-gap: 27px;
  -ms-grid-columns: 1fr;
  grid-template-columns: 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.faq-wrapper {
  overflow: hidden;
  padding: 32px 20px 32px 32px;
  border-radius: 20px;
  background-color: #fff;
  box-shadow: 0 4px 14px 0 rgba(18, 25, 49, 0.05);
  -webkit-transition: box-shadow 350ms ease, -webkit-transform 350ms ease;
  transition: box-shadow 350ms ease, -webkit-transform 350ms ease;
  transition: box-shadow 350ms ease, transform 350ms ease;
  transition: box-shadow 350ms ease, transform 350ms ease, -webkit-transform 350ms ease;
  cursor: pointer;
}

.faq-wrapper:hover {
  box-shadow: 0 22px 14px 0 rgba(18, 25, 49, 0.05);
  -webkit-transform: scale(1.05);
  -ms-transform: scale(1.05);
  transform: scale(1.05);
}

.faq-top-content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.faq-icon-wrapper {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  width: 48px;
  height: 48px;
  min-width: 48px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 1000px;
  background-color: #fbfcff;
}

.faq-icon-line-1 {
  position: absolute;
  width: 2px;
  height: 22px;
  border-radius: 100px;
  background-color: #969daa;
}

.faq-icon-line-2 {
  position: absolute;
  width: 22px;
  height: 2px;
  border-radius: 100px;
  background-color: #969daa;
}

.about-hero-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 115px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.our-story-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.our-story-content-wrapper-2 {
  margin-top: 28px;
  margin-bottom: 56px;
}

.achievements-grid {
  grid-column-gap: 28px;
  grid-row-gap: 28px;
  -ms-grid-columns: 1fr 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.accent-text {
  color: #0e8bff;
}

.team-member-section-grid {
  display: -ms-grid;
  display: grid;
  margin-bottom: 63px;
  grid-auto-columns: 1fr;
  grid-column-gap: 28px;
  grid-row-gap: 16px;
  -ms-grid-columns: 1fr 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.flex-vc {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.team-section-wrapper {
  text-align: center;
}

.team-job-section {
  color: #656b89;
  font-size: 18px;
  line-height: 1em;
  font-weight: 400;
}

.join-features-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 55px;
  margin-bottom: 55px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.join-feature-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 493px;
  margin-bottom: 68px;
}

.join-feature-wrapper.last {
  margin-bottom: 0px;
}

.about-testimonial-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.testimonial-about-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.testimonial-name {
  margin-bottom: 2px;
  color: #26395c;
  font-size: 18px;
  line-height: 1.444em;
  font-weight: 700;
  letter-spacing: -0.02em;
}

.testimonial-video-wrapper {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  max-width: 651px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 24px;
}

.testimonial-video-filter {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  background-color: #26395c;
  opacity: 0.68;
}

.testimonial-video-button {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 1000px;
  background-color: #fff;
  font-size: 40px;
  line-height: 1em;
  text-shadow: 0 4px 14px rgba(141, 200, 255, 0.42);
}

.testimonial-video-button:hover {
  color: #0e8bff;
}

.product-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.sidebar-product-sticky {
  position: -webkit-sticky;
  position: sticky;
  top: 20px;
  overflow: hidden;
  border-radius: 20px;
  box-shadow: 0 23px 54px 0 rgba(18, 25, 49, 0.08);
}

.product-more-images-grid {
  display: -ms-grid;
  display: grid;
  -webkit-box-pack: start;
  -webkit-justify-content: start;
  -ms-flex-pack: start;
  justify-content: start;
  grid-auto-columns: 1fr;
  grid-column-gap: 20px;
  grid-row-gap: 16px;
  -ms-grid-columns: auto auto auto auto;
  grid-template-columns: auto auto auto auto;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.breadcrumb-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 11px;
}

.purchase-product-wrapper {
  padding: 40px 32px 48px;
}

.purchase-product-option {
  margin-bottom: 15px;
}

.purchase-product-label {
  margin-bottom: 10px;
  line-height: 1em;
  letter-spacing: -0.02em;
}

.purchase-product-price {
  margin-bottom: 10px;
  color: #26395c;
  font-size: 24px;
  line-height: 1.167em;
  font-weight: 700;
  letter-spacing: -0.02em;
}

.product-specs {
  padding: 40px 32px;
  background-color: #fbfcff;
}

.product-specs-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 21px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 18px;
  line-height: 1.444em;
  letter-spacing: -0.03em;
}

.icon-product-specs {
  margin-right: 22px;
  margin-bottom: auto;
}

.product-specs-text {
  color: #26395c;
  font-weight: 500;
}

.about-the-author-wrapper {
  padding: 40px 32px;
}

.about-the-author {
  margin-bottom: 34px;
}

.about-the-author-left-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.about-the-author-name-wrapper {
  margin-right: 35px;
}

.about-the-author-name {
  margin-bottom: 6px;
  color: #26395c;
  font-size: 18px;
  line-height: 1em;
  font-weight: 700;
  letter-spacing: 0em;
}

.about-the-author-job {
  color: #656b89;
  line-height: 1.125em;
  font-weight: 400;
  letter-spacing: -0.01em;
}

.more-products-title-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 23px;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.more-product-by-author-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.more-product-by-author-grid {
  display: -ms-grid;
  display: grid;
  grid-auto-columns: 1fr;
  grid-column-gap: 17px;
  grid-row-gap: 17px;
  -ms-grid-columns: 1fr;
  grid-template-columns: 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.more-products-by-author-content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.product-specs-content-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.purchase-product-default-state {
  margin-bottom: 0px;
}

.category-product-title-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 8px;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.blog-category-title {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 40px;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.search-result-wrapper {
  position: relative;
}

.search-result-hero-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center;
}

.container-medium-760px {
  max-width: 760px;
  margin-right: auto;
  margin-left: auto;
  padding-right: 24px;
  padding-left: 24px;
}

.changelog-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.checkout-form {
  min-height: auto;
  padding: 60px 0px 100px;
  background-color: #fff;
}

.apple-pay {
  height: 54px;
  border-radius: 8px;
}

.block-header {
  padding-top: 32px;
  padding-right: 32px;
  padding-left: 32px;
  border-width: 0px 0px 1px;
  border-bottom-color: #e4e7ec;
}

.block-header.order-summary {
  padding-bottom: 15px;
  border-bottom-color: #c9def3;
  background-color: #f5faff;
}

.block-header.order-summary.downloads {
  border-bottom-width: 1px;
  border-bottom-color: #e4e7ec;
}

.block-content {
  padding: 45px 32px;
  border-right-width: 0px;
  border-bottom-width: 0px;
  border-left-width: 0px;
}

.block-content.order-summary {
  padding-bottom: 45px;
  border-bottom-left-radius: 20px;
  border-bottom-right-radius: 20px;
  background-color: #f5faff;
}

.required-text {
  color: #0e8bff;
  font-size: 14px;
}

.item-in-order-title-wrapper {
  -webkit-transition: color 350ms ease;
  transition: color 350ms ease;
  color: #26395c;
}

.item-in-order-title-wrapper:hover {
  color: #0e8bff;
}

.item-in-order-content {
  margin-right: 0px;
  margin-left: 0px;
}

.item-in-order {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-right: 10px;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.order-item {
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.content {
  text-align: center;
}

.empty-state {
  margin-top: 40px;
  margin-bottom: 40px;
  padding: 40px;
  border-style: solid;
  border-width: 1px;
  border-color: #e4e7ec;
  border-radius: 20px;
  background-color: #fff;
  box-shadow: 0 2px 12px 0 rgba(14, 139, 255, 0.12);
  color: #969daa;
  font-size: 20px;
  font-weight: 500;
  text-align: center;
}

.empty-state.small {
  margin-top: 10px;
  margin-bottom: 10px;
  padding: 10px;
  font-size: 16px;
}

.empty-state.cart {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  border-width: 0px;
  border-radius: 0px;
  box-shadow: none;
}

.success-message {
  padding: 40px;
  border-radius: 20px;
  background-color: #0e8bff;
  color: #fff;
  font-size: 20px;
  font-weight: 500;
}

.error-message {
  padding: 20px;
  -webkit-align-self: stretch;
  -ms-flex-item-align: stretch;
  -ms-grid-row-align: stretch;
  align-self: stretch;
  border-radius: 10px;
  background-color: #ff5a5d;
  color: #fff;
  font-size: 18px;
  font-weight: 500;
  text-align: center;
}

.hot-wrapper {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.item-cart-title {
  margin-bottom: 6px;
  -webkit-transition: color 350ms ease;
  transition: color 350ms ease;
  color: #26395c;
  line-height: 1em;
}

.item-cart-title:hover {
  color: #0e8bff;
}

.item-cart-content {
  margin-right: 0px;
  margin-left: 0px;
}

.item-cart {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.cart-item {
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.cart-subtotal {
  color: #26395c;
  font-size: 20px;
}

.cart-footer {
  border-top-width: 0px;
}

.cart-header {
  border-bottom-width: 0px;
}

.cart-close-button {
  background-image: url("../images/");
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.cart-wrapper {
  z-index: 999;
  background-color: rgba(38, 57, 92, 0.8);
}

.article-section {
  position: relative;
}

.icon-dropdown {
  margin-top: 2px;
  color: #0e8bff;
  font-size: 7px;
  line-height: 1em;
}

.dropdown-menu-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.dropdown-header {
  z-index: 0;
}

.drop-div {
  padding: 40px 20px 40px 38px;
  background-color: #fff;
}

.drop-div.last {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-right: 38px;
  padding-left: 20px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  background-color: #f5faff;
}

.drop-div.categories {
  padding-top: 20px;
  padding-bottom: 20px;
  padding-left: 20px;
  background-color: #fff;
}

.dropdown-link {
  margin-bottom: 15px;
  -webkit-transition: color 350ms ease, -webkit-transform 350ms ease;
  transition: color 350ms ease, -webkit-transform 350ms ease;
  transition: transform 350ms ease, color 350ms ease;
  transition: transform 350ms ease, color 350ms ease, -webkit-transform 350ms ease;
  color: #656b89;
  line-height: 1.333em;
  font-weight: 400;
  text-decoration: none;
  white-space: nowrap;
}

.dropdown-link:hover {
  -webkit-transform: translate(5px, 0px);
  -ms-transform: translate(5px, 0px);
  transform: translate(5px, 0px);
  color: #0e8bff;
}

.dropdown-link.w--current {
  font-weight: 500;
}

.dropdown-list {
  overflow: hidden;
  margin-top: 20px;
  border-radius: 20px;
  background-color: transparent;
  box-shadow: 0 14px 34px 0 rgba(27, 128, 221, 0.06);
}

.dropdown-text {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.drop-grid {
  -ms-grid-columns: auto auto;
  grid-template-columns: auto auto;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.drop-grid.categories {
  -ms-grid-columns: auto;
  grid-template-columns: auto;
}

.dropdown-grid {
  width: 600px;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  -ms-grid-columns: 1fr 0.75fr;
  grid-template-columns: 1fr 0.75fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.dropdown-grid.categories {
  width: auto;
  -ms-grid-columns: 1fr;
  grid-template-columns: 1fr;
}

.brand {
  padding-left: 0px;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
}

.brand:hover {
  -webkit-transform: scale(0.95);
  -ms-transform: scale(0.95);
  transform: scale(0.95);
}

.hot-icon {
  font-size: 8px;
}

.explore-arrow {
  display: block;
  font-weight: 400;
}

.footer-menu-links-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.sidebar-product {
  max-width: 34%;
}

.about-author-top-content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 10px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.team-member-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.team-member-page-wrapper {
  margin-bottom: 40px;
  text-align: center;
}

.team-member-top-content {
  margin-bottom: 22px;
}

.team-member-job {
  color: #0e8bff;
  font-size: 22px;
  line-height: 0.818em;
  letter-spacing: -0.01em;
}

.team-member-social-media-grid {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-grid-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.articles-author-title-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 25px;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.remove-button {
  line-height: 1em;
}

.place-order-wrapper {
  margin-top: 14px;
  padding-right: 32px;
  padding-bottom: 32px;
  padding-left: 32px;
  border-bottom-left-radius: 20px;
  border-bottom-right-radius: 20px;
  background-color: #f5faff;
  box-shadow: 0 12px 30px 0 rgba(38, 47, 92, 0.04);
}

.testimonial-video-button-wrapper {
  position: absolute;
  width: 155px;
  height: 155px;
  min-width: 155px;
  text-shadow: 0 4px 14px rgba(141, 200, 255, 0.42);
}

.testimonial-video-button-wrapper:hover {
  color: #0e8bff;
}

.white-link {
  -webkit-transition: opacity 350ms ease, color 350ms ease;
  transition: opacity 350ms ease, color 350ms ease;
  color: #fff;
  text-decoration: underline;
}

.white-link:hover {
  opacity: 0.6;
  color: #fff;
}

.checkout-body {
  margin-right: 32px;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.bold {
  color: #26395c;
  font-weight: 700;
}

.discount-content {
  margin-top: 24px;
  margin-bottom: 32px;
  padding-right: 0px;
  padding-bottom: 32px;
  padding-left: 0px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  border-width: 0px 0px 1px;
  border-bottom-color: #d0d8e7;
  background-color: transparent;
}

.checkout-title {
  padding-top: 64px;
  padding-bottom: 64px;
  background-color: #fbfcff;
}

.download-item {
  display: block;
}

.paypal-button {
  margin-bottom: 2px;
}

.gmap-f{
  float: right;
  width: 50%;
  margin-left: 10px;
  margin-right: 10px;
}

.gmap-m{
  display: none;
}

@media screen and (max-width: 991px) {

  .shop-author-social-media-grid.centers-child{
    width: 100%;
    max-width: 100%;
    margin-left: 0px;
  }

  .gmap-f{
    display: none;
  }

  .gmap-m{
    display: block;
  }

  .styleguide-sidebar {
    display: none;
  }

  .map-hero-top{
    flex-direction: column;
    margin-top: 2rem!important;
  }
  
  .map-hero-top>.card{
    width: 100%;
    border-bottom-right-radius: 18px;
    border-bottom-left-radius: 18px;
  }
  
  .map-hero-top>.card>.card-body>#map{
    height: 480px;
  }

  .licenses-hero{
    width: 100%;
    border-bottom-left-radius: 0px;
    border-top-left-radius: 18px;
    border-top-right-radius: 18px;
  }

  .container-default.checkout {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
  }

  .styleguide-content {
    margin-left: 0px;
  }

  .styleguide-seccion {
    padding-top: 28px;
    padding-bottom: 28px;
  }

  .styleguide-header {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .typography-container {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .styleguide-subheader {
    padding-top: 34px;
    padding-bottom: 34px;
  }

  .styleguide-content-wrapper {
    padding-top: 80px;
    padding-bottom: 80px;
  }

  .buttons-grid {
    grid-row-gap: 40px;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .header-navigation {
    margin-top: 0px;
    margin-right: 24px;
    margin-left: 24px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .nav-item-wrapper {
    width: 100%;
    margin-left: 0px;
    padding-top: 15px;
    padding-bottom: 15px;
    text-align: left;
  }

  .nav-item-wrapper.search-mobile {
    display: block;
    padding-top: 0px;
  }

  .nav-link {
    font-size: 20px;
  }

  .menu-button {
    z-index: 100;
    width: 52px;
    height: 52px;
    min-width: 52px;
    padding: 0px;
    border-radius: 15px;
    background-color: #0e8bff;
    color: #fff;
    font-size: 30px;
  }

  .menu-button.w--open {
    background-color: #0e8bff;
  }

  .nav-menu {
    width: 100%;
    padding-top: 120px;
    padding-bottom: 36px;
    border-style: solid;
    border-width: 1px;
    border-color: #fbfcff;
    background-color: #fff;
  }

  .footer {
    padding-top: 80px;
    padding-bottom: 70px;
  }

  .section {
    padding-top: 100px;
    padding-bottom: 100px;
  }

  .section.contact {
    padding-top: 80px;
  }

  .divider.footer-links {
    margin-top: 20px;
    margin-bottom: 20px;
  }

  .divider.join-features {
    height: auto;
    min-height: 100%;
    -webkit-align-self: stretch;
    -ms-flex-item-align: stretch;
    -ms-grid-row-align: stretch;
    align-self: stretch;
  }

  .utility-page-wrap._404 {
    height: 580px;
  }

  ._404-title {
    font-size: 330px;
  }

  .split-content.home-hero-left {
    max-width: 669px;
    margin-right: 0px;
    margin-bottom: 80px;
  }

  .split-content.home-hero-right {
    width: 100%;
    margin-top: 0px;
    margin-right: 0px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-transform: rotate(-14deg);
    -ms-transform: rotate(-14deg);
    transform: rotate(-14deg);
  }

  .split-content.cta-v1-left {
    max-width: 58%;
    margin-right: 40px;
  }

  .split-content.cta-v1-right {
    margin-top: 41px;
    margin-right: -194px;
  }

  .split-content.hero-shop-left {
    margin-right: 0px;
    margin-bottom: 40px;
  }

  .split-content.cta-v2-left {
    margin-right: 0px;
  }

  .split-content.shop-author-left {
    margin-right: 0px;
    margin-bottom: 40px;
  }

  .split-content.contact-left {
    margin-top: 0px;
    margin-right: 0px;
    margin-bottom: 60px;
  }

  .split-content.about-hero-left {
    margin-right: 0px;
    margin-bottom: 60px;
  }

  .split-content.about-testimonial-left {
    margin-right: 0px;
    margin-bottom: 60px;
  }

  .split-content.product-content {
    max-width: 60%;
  }

  .split-content.category-left {
    margin-right: 0px;
    margin-bottom: 40px;
  }

  .home-hero-wrapper {
    height: auto;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .paragraph.about-the-author-paragraph {
    max-width: 332px;
  }

  .hero-images-wrapper {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
  }

  .hero-images-wrapper.center {
    margin-top: 20px;
    margin-right: 0px;
    margin-bottom: 20px;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
  }

  .hero-images-wrapper.last {
    display: none;
  }

  .image.home-hero {
    width: 700px;
    margin-right: 20px;
    margin-bottom: 0px;
  }

  .image.cta-v1 {
    max-width: 80%;
  }

  .image.our-story-1 {
    margin-bottom: 60px;
  }

  .image.achievement {
    width: 60px;
    height: 60px;
    min-width: 60px;
  }

  .image.about-hero {
    max-width: 100%;
    margin-right: 0px;
    -webkit-align-self: stretch;
    -ms-flex-item-align: stretch;
    -ms-grid-row-align: stretch;
    align-self: stretch;
  }

  .cart-quantity {
    margin-left: 5px;
  }

  .cart {
    margin-left: 10px;
  }

  .header-search {
    width: 325px;
    -webkit-box-ordinal-group: 0;
    -webkit-order: -1;
    -ms-flex-order: -1;
    order: -1;
  }

  .header-search.mobile {
    width: 100%;
  }

  .header-search-input.mobile {
    max-width: none;
    min-width: auto;
  }

  .top-content.popular-products-section {
    max-width: 740px;
    margin-right: auto;
    margin-left: auto;
  }

  .top-content.latest-products-section {
    max-width: 740px;
    margin-right: auto;
    margin-left: auto;
  }

  .top-content.blog {
    margin-bottom: 20px;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .top-content.blog-post-latest-articles {
    max-width: 740px;
    margin-right: auto;
    margin-left: auto;
  }

  .top-content.purchase-product-option-content {
    margin-bottom: 20px;
  }

  .top-content.about-the-author-top-content {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .top-content.blog-category {
    margin-bottom: 20px;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .cta-v1-wrapper {
    max-height: 300px;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .title.trending-category-title {
    font-size: 19px;
  }

  .title.shop-author {
    margin-bottom: 6px;
  }

  .title.latest-articles {
    margin-bottom: 20px;
  }

  .title.about-the-product {
    margin-bottom: 20px;
  }

  .title.more-products-by-author {
    font-size: 14px;
  }

  .title.dropdown {
    display: none;
  }

  .cta-v1-images-wrapper.last {
    margin-left: -27px;
  }

  .image-wrapper.trending-category {
    margin-bottom: 20px;
    border-radius: 32px;
  }

  .image-wrapper.blog-article-featured {
    max-width: none;
    min-width: auto;
  }

  .image-wrapper.product-more-images {
    max-width: none;
  }

  .image-wrapper.item-in-order {
    margin-bottom: 10px;
  }

  .image-wrapper.join-feature {
    margin-right: 0px;
    margin-bottom: 20px;
  }

  .popular-products-section-grid {
    max-width: 740px;
    margin-right: auto;
    margin-left: auto;
    grid-column-gap: 40px;
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
  }

  .badge.top-author {
    margin-top: 4px;
  }

  .badge.more-products-by-author {
    font-size: 11px;
  }

  .badge.hot {
    margin-top: 0px;
    margin-left: 10px;
  }

  .latest-products-section-grid {
    max-width: 740px;
    margin-right: auto;
    margin-left: auto;
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
  }

  .articles-section-grid {
    max-width: 740px;
    margin-right: auto;
    margin-left: auto;
    grid-row-gap: 60px;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .card.blog-article-featured {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .card.contact-form {
    max-width: none;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    width: 100%;
  }

  .contact-right-side{
    margin-left: 0px;
  }

  input{
    width: 100%;
  }

  .footer-menu-wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .footer-main-content-wrapper {
    margin-right: 0px;
    margin-bottom: 60px;
  }

  .footer-join-wrapper {
    max-width: 100%;
  }

  .hero-shop-wrapper {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .shop-products-grid {
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
  }

  .cta-v2-wrapper {
    margin-top: 80px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .cta-v2-newsletter-form-block {
    max-width: 600px;
    margin-top: 40px;
  }

  .footer-join {
    max-width: 420px;
  }

  .shop-author-wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .shop-author-social-media-grid {
    max-width: none;
    margin-left: 146px;
  }

  .blog-article-featured-content {
    max-width: 566px;
    min-width: auto;
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .blog-categories-grid {
    margin-bottom: 20px;
  }

  .articles-grid {
    margin-right: auto;
    grid-row-gap: 40px;
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
  }

  .rich-text figcaption {
    margin-bottom: 40px;
  }

  .rich-text h5 {
    margin-bottom: 10px;
  }

  .rich-text h6 {
    margin-bottom: 10px;
  }

  .rich-text blockquote {
    margin-top: 60px;
    margin-bottom: 60px;
  }

  .rich-text.about-product {
    max-width: 733px;
  }

  .latest-articles-section-grid {
    max-width: 740px;
    margin-right: auto;
    margin-left: auto;
    grid-row-gap: 60px;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .contact-wrapper {
    margin-bottom: 60px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .about-hero-wrapper {
    margin-bottom: 100px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .achievements-grid {
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
  }

  .join-feature-wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .about-testimonial-wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .testimonial-video-wrapper {
    max-width: 100%;
  }

  .purchase-product-wrapper {
    padding-right: 20px;
    padding-left: 20px;
  }

  .product-specs {
    padding-right: 20px;
    padding-left: 20px;
  }

  .product-specs-wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .about-the-author-wrapper {
    padding-right: 20px;
    padding-left: 20px;
  }

  .about-the-author-name-wrapper {
    margin-bottom: 10px;
  }

  .search-result-wrapper {
    margin-top: -90px;
  }

  .search-result-hero-wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .checkout-form {
    padding-top: 40px;
    padding-bottom: 80px;
  }

  .item-in-order {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .checkout-row {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .empty-state.cart {
    margin-left: 0px;
  }

  .icon-dropdown {
    font-size: 12px;
  }

  .drop-div {
    padding: 20px 30px 0px 0px;
    background-color: transparent;
  }

  .drop-div.last {
    width: 100%;
    padding-right: 20px;
    padding-left: 0px;
    background-color: transparent;
  }

  .drop-div.categories {
    padding-bottom: 0px;
    padding-left: 0px;
  }

  .dropdown-list {
    box-shadow: none;
  }

  .dropdown-list.w--open {
    position: static;
    margin-top: 0px;
  }

  .dropdown-text {
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }

  .drop-grid {
    grid-column-gap: 30px;
    -ms-grid-columns: auto 1fr;
    grid-template-columns: auto 1fr;
  }

  .dropdown-grid {
    width: 100%;
    -webkit-box-pack: start;
    -webkit-justify-content: start;
    -ms-flex-pack: start;
    justify-content: start;
    -ms-grid-columns: auto auto;
    grid-template-columns: auto auto;
  }

  .brand {
    z-index: 100;
  }

  .brand.w--current {
    z-index: 100;
  }

  .menu-button-wrapper {
    position: absolute;
    left: 0%;
    top: 0%;
    right: 0%;
    bottom: 0%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .menu-button-icon {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 25px;
    height: 20px;
    margin-right: auto;
    margin-left: auto;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
  }

  .menu-line-top {
    max-height: 2px;
    min-height: 2px;
    padding: 0px;
    grid-auto-columns: 1fr;
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
    -ms-grid-rows: auto auto;
    grid-template-rows: auto auto;
    background-color: #fff;
  }

  .menu-line-middle {
    max-height: 2px;
    min-height: 2px;
    padding: 0px;
    background-color: #fff;
  }

  .menu-line-bottom {
    max-height: 2px;
    min-height: 2px;
    padding: 0px;
    background-color: #fff;
  }

  .footer-menu-links-wrapper {
    max-width: 500px;
    margin-bottom: 60px;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }

  .sidebar-product {
    max-width: 40%;
  }

  .about-author-top-content {
    margin-bottom: 0px;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .checkout-body {
    margin-right: 0px;
  }
}

@media screen and (max-width: 767px) {


  h2 {
    font-size: 27px;
  }

  h3 {
    font-size: 20px;
  }

  h4 {
    font-size: 16px;
  }

  h5 {
    font-size: 15px;
  }

  h6 {
    font-size: 14px;
  }

  blockquote {
    padding: 60px 40px;
    font-size: 20px;
  }

  .section.maphospital>.container-large-1020px>.card{
    width: 100%;
  }

  .section.maphospital>.container-large-1020px>.card>.card-body>#map{
    height: 320px;
  }

  .styleguide-title {
    font-size: 46px;
    line-height: 52px;
  }

  .styleguide-header {
    padding-right: 32px;
    padding-left: 32px;
  }

  .color-primary-grid {
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
  }

  .color-secondary-grid {
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
  }

  .color-neutral-grid {
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
  }

  .paragraph-large {
    font-size: 20px;
    line-height: 32px;
  }

  .styleguide-subheader {
    padding-right: 32px;
    padding-left: 32px;
  }

  .styleguide-content-wrapper {
    padding-right: 32px;
    padding-left: 32px;
  }

  .icons-grid {
    grid-template-columns: repeat(auto-fit, 80px);
  }

  .header {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .menu-button {
    width: 47px;
    height: 47px;
    min-width: 47px;
  }

  .nav-menu {
    padding-top: 110px;
  }

  .footer {
    padding-top: 60px;
    padding-bottom: 40px;
  }

  .section {
    padding-top: 80px;
    padding-bottom: 80px;
  }

  .section.contact {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .divider.article {
    margin-top: 20px;
    margin-bottom: 30px;
  }

  .divider.join-features {
    display: none;
    margin-right: 40px;
    margin-left: 40px;
  }

  .divider.product {
    margin-top: 20px;
    margin-bottom: 35px;
  }

  .utility-page-wrap {
    height: 800px;
  }

  .utility-page-content-password {
    padding-right: 32px;
    padding-left: 32px;
  }

  ._404-title {
    font-size: 250px;
  }

  .split-content.home-hero-left {
    margin-bottom: 60px;
  }

  .split-content.home-hero-right {
    -webkit-transform: rotate(-6deg);
    -ms-transform: rotate(-6deg);
    transform: rotate(-6deg);
  }

  .split-content.cta-v1-left {
    max-width: 550px;
    margin-right: auto;
    margin-bottom: 60px;
    margin-left: auto;
    text-align: center;
  }

  .split-content.cta-v1-right {
    max-width: 560px;
    margin-top: 0px;
    margin-right: auto;
    margin-left: auto;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-align-self: stretch;
    -ms-flex-item-align: stretch;
    -ms-grid-row-align: stretch;
    align-self: stretch;
    -webkit-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg);
  }

  .split-content.popular-product-section-about-left {
    margin-right: 10px;
  }

  .split-content.shop-author-left {
    max-width: 600px;
  }

  .split-content.shop-author-about-left {
    margin-bottom: 20px;
  }

  .split-content.about-article-right {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .split-content.contact-left {
    margin-bottom: 40px;
  }

  .split-content.about-hero-left {
    margin-bottom: 40px;
  }

  .split-content.our-story-left {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    max-width: none;
    margin-right: 0px;
    margin-bottom: 100px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: column-reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }

  .split-content.our-story-right {
    max-width: none;
  }

  .split-content.join-features-left {
    margin-right: 20px;
  }

  .split-content.product-content {
    max-width: 100%;
    margin-right: 0px;
    margin-bottom: 40px;
  }

  .paragraph.contact-email {
    margin-bottom: 20px;
  }

  .paragraph.achievement {
    max-width: 380px;
    margin-right: auto;
    margin-left: auto;
  }

  .paragraph.about-testimonial {
    margin-bottom: 20px;
  }

  .paragraph.about-the-author-paragraph {
    max-width: 450px;
  }

  .paragraph.card-article {
    max-width: 384px;
  }

  .image.cta-v1 {
    width: 100%;
    max-width: 100%;
    margin-bottom: 20px;
    border-radius: 14px;
  }

  .image.cta-v1.last {
    margin-bottom: 0px;
  }

  .image.latest-product-author {
    width: 32px;
    height: 32px;
    min-width: 32px;
  }

  .image.article-main-image {
    margin-bottom: 20px;
    border-radius: 22px;
    width: 100%;
    height: auto;
  }

  .image.our-story-1 {
    margin-top: 40px;
    margin-bottom: 0px;
  }

  .image.achievement {
    width: 50px;
    height: 50px;
    min-width: 50px;
  }

  .image.team-member {
    margin-bottom: 20px;
  }

  .cart-quantity {
    padding-top: 2px;
  }

  .header-search {
    display: none;
  }

  .header-search.mobile {
    display: block;
  }

  .top-content.blog {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .top-content.about-the-author-top-content {
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }

  .top-content.blog-category {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .cta-v1-wrapper {
    position: relative;
    max-height: 550px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .title.popular-product-section {
    font-size: 14px;
  }

  .title.latest-product {
    font-size: 14px;
  }

  .title.shop-author {
    margin-bottom: 8px;
  }

  .title.blog {
    margin-bottom: 20px;
  }

  .title.contact-email {
    margin-bottom: 10px;
  }

  .title.faq {
    margin-right: 10px;
  }

  .title.achievements {
    margin-bottom: 40px;
  }

  .title.achievement {
    font-size: 33px;
  }

  .title.team-section {
    margin-bottom: 40px;
  }

  .title.join-feature {
    margin-bottom: 10px;
  }

  .cta-v1-images-wrapper {
    width: 100%;
  }

  .cta-v1-images-wrapper.last {
    margin-top: -20px;
    margin-left: 20px;
  }

  .newsletter-form-block {
    margin-right: auto;
    margin-left: auto;
  }

  .container-medium-568px.articles-section {
    margin-left: 0px;
    text-align: left;
  }

  .container-medium-568px.text-center {
    margin-left: 0px;
    text-align: left;
  }

  .trending-categories-grid {
    justify-items: start;
    grid-row-gap: 28px;
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
  }

  .image-wrapper.popular-product-section {
    border-radius: 24px;
  }

  .image-wrapper.contact {
    margin-right: 40px;
    margin-bottom: 0px;
  }

  .image-wrapper.product-main-image {
    margin-bottom: 20px;
  }

  .image-wrapper.more-products-by-author {
    max-width: 145px;
    margin-right: 0px;
    margin-bottom: 10px;
  }

  .image-wrapper.cta-v2-icon {
    margin-bottom: 15px;
  }

  .image-wrapper.achievement {
    width: 100px;
    height: 100px;
    min-width: 100px;
    margin-bottom: 20px;
  }

  .badge.popular-product-section-price {
    padding: 5px 9px;
    font-size: 13px;
  }

  .badge.top-author {
    margin-top: 0px;
    padding-top: 9px;
    padding-bottom: 9px;
  }

  .badge.changelog {
    margin-bottom: 10px;
  }

  .popular-product-section-author-wrapper {
    font-size: 14px;
  }

  .latest-products-section-grid {
    grid-row-gap: 40px;
  }

  .articles-section-grid {
    margin-left: 0px;
  }

  .card.blog-article-featured {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .card.contact-form {
    padding: 60px 40px 50px;
  }

  .card.achievement {
    padding: 30px 20px 40px;
  }

  .footer-links-wrapper {
    margin-right: 20px;
  }

  .space.faq {
    height: 20px;
  }

  .shop-categories-grid {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .shop-products-grid {
    grid-row-gap: 40px;
  }

  .cta-v2-wrapper {
    margin-top: 60px;
    padding: 60px 40px;
  }

  .shop-author-top-content {
    margin-bottom: 10px;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .shop-author-social-media-grid {
    max-width: 80%;
    width: 80%;
  }

  .blog-article-featured-content {
    min-width: auto;
    padding-right: 40px;
    padding-left: 40px;
  }

  .blog-categories-grid {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 0px;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    grid-auto-columns: 1fr;
    -ms-grid-columns: auto auto auto;
    grid-template-columns: auto auto auto;
    -ms-grid-rows: auto;
    grid-template-rows: auto;
  }

  .articles-grid {
    margin-left: 0px;
    grid-row-gap: 32px;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .blog-category {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }

  .rich-text h2 {
    margin-bottom: 18px;
  }

  .rich-text p {
    margin-bottom: 28px;
  }

  .rich-text h3 {
    margin-bottom: 18px;
  }

  .rich-text img {
    margin-top: 22px;
    margin-bottom: 20px;
    border-radius: 22px;
  }

  .rich-text figcaption {
    margin-bottom: 30px;
  }

  .rich-text ul {
    margin-bottom: 30px;
    padding-left: 20px;
  }

  .rich-text li {
    margin-bottom: 10px;
  }

  .rich-text h4 {
    margin-bottom: 14px;
  }

  .rich-text ol {
    margin-bottom: 30px;
    padding-left: 20px;
  }

  .article-date-wrapper {
    margin-right: 0px;
    margin-bottom: 10px;
  }

  .contact-grid {
    margin-left: 0px;
    grid-row-gap: 40px;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .contact-form-grid {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .contact-us-wrapper {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    text-align: left;
  }

  .faqs-grid {
    grid-row-gap: 20px;
  }

  .contact-us-content {
    max-width: 320px;
  }

  .about-hero-wrapper {
    margin-bottom: 80px;
  }

  .our-story-wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .our-story-content-wrapper-2 {
    margin-top: 0px;
    margin-bottom: 40px;
  }

  .achievements-grid {
    grid-row-gap: 30px;
  }

  .team-member-section-grid {
    margin-bottom: 60px;
    grid-row-gap: 28px;
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
  }

  .join-features-wrapper {
    margin-top: 40px;
    margin-bottom: 40px;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .join-feature-wrapper {
    margin-bottom: 60px;
  }

  .product-wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .breadcrumb-wrapper {
    margin-bottom: 10px;
  }

  .purchase-product-wrapper {
    padding-right: 40px;
    padding-left: 40px;
  }

  .product-specs {
    padding-right: 40px;
    padding-left: 40px;
  }

  .product-specs-wrapper {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
  }

  .icon-product-specs {
    margin-right: 20px;
  }

  .about-the-author-wrapper {
    padding-right: 40px;
    padding-left: 40px;
  }

  .more-product-by-author-wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .more-product-by-author-grid {
    display: -ms-grid;
    display: grid;
    -webkit-box-pack: start;
    -webkit-justify-content: start;
    -ms-flex-pack: start;
    justify-content: start;
    grid-auto-columns: 1fr;
    grid-column-gap: 4vw;
    grid-row-gap: 17px;
    -ms-grid-columns: auto auto auto;
    grid-template-columns: auto auto auto;
    -ms-grid-rows: auto;
    grid-template-rows: auto;
  }

  .blog-category-title {
    margin-bottom: 20px;
  }

  .search-result-wrapper {
    margin-top: -50px;
  }

  .changelog-wrapper {
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }

  .checkout-form {
    padding-top: 30px;
    padding-bottom: 60px;
  }

  .cart-container {
    max-width: 490px;
  }

  .drop-grid {
    grid-row-gap: 0px;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .footer-menu-links-wrapper {
    max-width: 470px;
  }

  .sidebar-product {
    max-width: 100%;
  }

  .team-member-top-content {
    margin-bottom: 10px;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .team-member-social-media-grid {
    margin-right: 20px;
    margin-left: 20px;
  }

  .testimonial-video-button-wrapper {
    width: 120px;
    height: 120px;
    min-width: 120px;
  }

  .button-play-icon {
    margin-left: 2px;
    font-size: 34px;
  }
}

@media screen and (max-width: 479px) {

  h2 {
    font-size: 22px;
  }

  h3 {
    font-size: 18px;
  }

  label {
    margin-bottom: 10px;
  }

  blockquote {
    padding: 40px 20px;
    font-size: 18px;
  }

  .section.blog-post{
    padding-top: 20px;
  }

  .container-default {
    padding-right: 16px;
    padding-left: 16px;
  }

  .container-medium {
    padding-right: 16px;
    padding-left: 16px;
  }

  .styleguide-seccion {
    padding-top: 24px;
    padding-bottom: 24px;
  }

  .styleguide-header {
    padding-right: 20px;
    padding-left: 20px;
  }

  .color-primary-grid {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .color-secondary-grid {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .color-neutral-grid {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .styleguide-subheader {
    padding-right: 20px;
    padding-left: 20px;
  }

  .styleguide-content-wrapper {
    padding: 60px 20px;
  }

  .icons-grid {
    grid-template-columns: repeat(auto-fit, 60px);
  }

  .button-primary {
    padding-right: 15px;
    padding-left: 15px;
  }

  .button-primary.submit {
    padding-right: 10px;
    padding-left: 10px;
  }

  .button-primary.cart-checkout {
    padding-right: 10px;
    padding-left: 10px;
  }

  .button-secondary {
    padding-right: 15px;
    padding-left: 15px;
  }

  .header {
    padding-top: 16px;
    padding-bottom: 16px;
  }

  .header-navigation {
    margin-right: 16px;
    margin-left: 16px;
  }

  .nav-item-wrapper {
    padding-top: 13px;
    padding-bottom: 13px;
  }

  .nav-link {
    font-size: 18px;
  }

  .menu-button {
    width: 45px;
    height: 45px;
    min-width: 45px;
    font-size: 26px;
  }

  .nav-menu {
    padding-top: 100px;
  }

  .footer {
    padding-top: 40px;
    padding-bottom: 20px;
  }

  .footer-logo-container {
    margin-bottom: 20px;
  }

  .section {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .section.contact {
    padding-top: 30px;
  }

  .divider.footer-links {
    margin-top: 10px;
    margin-bottom: 10px;
  }

  .divider.article {
    margin-top: 15px;
    margin-bottom: 25px;
  }

  .divider.join-features {
    width: 100%;
    min-height: 2px;
    margin: 30px 0px;
  }

  .divider.product {
    margin-top: 15px;
    margin-bottom: 25px;
  }

  .utility-page-wrap {
    height: 700px;
    padding-right: 16px;
    padding-left: 16px;
  }

  .utility-page-wrap._404 {
    height: 480px;
  }

  .utility-page-content-password {
    padding: 56px 20px;
  }

  .input.newsletter {
    margin-bottom: 20px;
  }

  .input.cta-v2-newsletter {
    margin-bottom: 10px;
  }

  ._404-title {
    font-size: 200px;
    line-height: 120px;
  }

  .container-header {
    padding-right: 16px;
    padding-left: 16px;
  }

  .split-content.header-left {
    width: 50%;
  }

  .split-content.home-hero-left {
    margin-bottom: 40px;
  }

  .split-content.home-hero-right {
    -webkit-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg);
  }

  .split-content.cta-v1-left {
    margin-bottom: 40px;
  }

  .split-content.hero-shop-left {
    margin-bottom: 30px;
  }

  .split-content.shop-author-left {
    margin-bottom: 30px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .split-content.shop-author-about-left {
    margin-bottom: 10px;
  }

  .split-content.about-article-left {
    margin-right: 40px;
    margin-bottom: 10px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .split-content.about-article-right {
    margin-bottom: 10px;
  }

  .split-content.about-hero-left {
    margin-bottom: 30px;
  }

  .split-content.our-story-left {
    margin-bottom: 80px;
  }

  .split-content.join-features-left {
    margin-right: 0px;
    margin-bottom: 30px;
  }

  .split-content.about-testimonial-left {
    margin-bottom: 40px;
  }

  .split-content.product-content {
    margin-bottom: 30px;
  }

  .split-content.category-left {
    margin-bottom: 30px;
  }

  .split-content.search-results-hero-right {
    -webkit-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg);
  }

  .paragraph.home-hero {
    margin-bottom: 20px;
  }

  .paragraph.join-footer {
    margin-bottom: 20px;
  }

  .paragraph.faqs {
    margin-bottom: 40px;
  }

  .paragraph.purchase-product {
    margin-bottom: 0px;
  }

  .paragraph.about-the-author-paragraph {
    max-width: 100%;
  }

  .hero-images-wrapper {
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }

  .hero-images-wrapper.center {
    margin-bottom: 0px;
    margin-left: 0px;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }

  .image.home-hero {
    max-width: 30%;
    margin-right: 10px;
    border-radius: 10px;
  }

  .image.home-hero.last {
    margin-right: 0px;
  }

  .image.cta-v1 {
    margin-bottom: 10px;
    border-radius: 10px;
  }

  .image.shop-author {
    margin-right: 0px;
    margin-bottom: 10px;
  }

  .image.article-main-image {
    border-radius: 18px;
  }

  .image.contact {
    width: 47px;
    height: 47px;
    min-width: 47px;
  }

  .image.our-story-1 {
    margin-top: 20px;
    border-radius: 17px;
  }

  .image.our-story-2 {
    border-radius: 18px;
  }

  .image.achievement {
    width: 40px;
    height: 40px;
    min-width: 40px;
  }

  .image.join-feature {
    max-height: 36px;
    max-width: 36px;
  }

  .image.testimonial {
    margin-right: 0px;
    margin-bottom: 10px;
  }

  .image.team-member {
    margin-bottom: 10px;
  }

  .cart-quantity {
    height: 21px;
    min-width: 21px;
    padding-top: 0px;
    font-size: 13px;
  }

  .search-input {
    margin-bottom: 10px;
  }

  .search.home-hero {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .search.hero-shop {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .search.search-results {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .search-button {
    position: static;
    width: 100%;
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .top-content.popular-products-section {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .top-content.latest-products-section {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .top-content.blog {
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
  }

  .top-content.blog-post-latest-articles {
    margin-bottom: 20px;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .top-content.about-the-author-top-content {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .top-content.blog-category {
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
  }

  .title.cta-v1 {
    margin-bottom: 20px;
    text-align: left;
  }

  .title.trending-category-title {
    font-size: 16px;
  }

  .title.popular-products-section {
    margin-bottom: 20px;
  }

  .title.latest-products-section {
    margin-bottom: 20px;
  }

  .title.blog-post-latest-articles {
    margin-right: 10px;
    margin-bottom: 10px;
  }

  .title.contact {
    margin-bottom: 10px;
  }

  .title.achievements {
    margin-bottom: 20px;
  }

  .title.achievement {
    font-size: 28px;
  }

  .title.team-section {
    margin-bottom: 20px;
  }

  .title.team-name-section {
    margin-bottom: 10px;
  }

  .title.about-the-product {
    margin-bottom: 10px;
  }

  .title.purchase-product {
    margin-bottom: 10px;
  }

  .title.product-specs-title {
    margin-bottom: 20px;
  }

  .title.more-products-by-author {
    margin-bottom: 4px;
  }

  .newsletter-form-wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .newsletter-submit-button {
    position: static;
    width: 100%;
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .cta-v1-images-wrapper.last {
    margin-top: 0px;
    margin-left: 10px;
  }

  .container-medium-568px {
    padding-right: 16px;
    padding-left: 16px;
  }

  .explore-ecommerce-link {
    margin-bottom: 10px;
  }

  .cart-icon {
    width: 21px;
    height: 21px;
  }

  .trending-categories-grid {
    grid-column-gap: 10px;
    grid-row-gap: 20px;
  }

  .image-wrapper.trending-category {
    margin-bottom: 10px;
    border-radius: 20px;
  }

  .image-wrapper.blog-author {
    width: 58px;
    height: 58px;
    margin-right: 0px;
    margin-bottom: 10px;
  }

  .image-wrapper.contact {
    width: 80px;
    height: 80px;
    min-width: 80px;
    margin-right: 10px;
    margin-bottom: 10px;
  }

  .image-wrapper.team-section {
    margin-bottom: 10px;
  }

  .image-wrapper.product-main-image {
    margin-bottom: 10px;
    border-radius: 20px;
  }

  .image-wrapper.product-more-images {
    border-radius: 8px;
  }

  .image-wrapper.more-products-by-author {
    max-width: 45%;
    margin-right: 20px;
    margin-bottom: 0px;
  }

  .image-wrapper.item-cart {
    margin-bottom: 10px;
  }

  .image-wrapper.achievement {
    width: 83px;
    height: 83px;
    min-width: 83px;
    margin-bottom: 10px;
  }

  .image-wrapper.join-feature {
    width: 70px;
    height: 70px;
    min-width: 70px;
    margin-bottom: 10px;
  }

  .popular-products-section-grid {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .badge.card-article-category {
    /* left: 10px;
    top: 10px; */
  }

  .badge.top-author {
    padding: 8px 10px;
    font-size: 12px;
  }

  .badge.blog-article-featured {
    margin-bottom: 10px;
  }

  .latest-products-section-grid {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .articles-section-grid {
    grid-row-gap: 40px;
  }

  .card.article {
    /* border-radius: 15px; */
    border-radius: 0px;
  }

  .card.contact-form {
    padding: 50px 20px 40px;
  }

  .card.checkout {
    margin-bottom: 30px;
  }

  .card-article-content {
    padding-right: 20px;
    padding-bottom: 40px;
    padding-left: 20px;
  }

  .footer-main-content-wrapper {
    margin-bottom: 40px;
  }

  .footer-social-media-grid {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .footer-links-wrapper {
    margin-right: 10px;
    margin-bottom: 30px;
  }

  .footer-links-wrapper.last {
    margin-right: 0px;
    margin-bottom: 0px;
  }

  .footer-content-links {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .footer-join-wrapper {
    padding: 30px 20px 40px;
  }

  .shop-categories-grid {
    display: -ms-grid;
    display: grid;
    margin-bottom: 30px;
    grid-auto-columns: 1fr;
    grid-row-gap: 15px;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .category-wrapper {
    display: block;
  }

  .category-wrapper.all {
    width: 100%;
    margin-right: 0px;
    margin-bottom: 16px;
  }

  .category-wrapper.all.w--current {
    margin-right: 0px;
    margin-bottom: 15px;
  }

  .shop-products-grid {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .cta-v2-wrapper {
    padding: 40px 20px;
    border-radius: 18px;
  }

  .cta-v2-newsletter-form-block {
    margin-top: 30px;
  }

  .cta-v2-newsletter-form-wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .cta-v2-newsletter-submit-button {
    position: static;
    width: 100%;
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .shop-author-top-content {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .shop-author-social-media-grid {
    max-width: 100%;
    width: 100%;
    margin-left: 0px;
  }

  .blog-article-featured-content {
    padding: 40px 20px 30px;
  }

  .blog-categories-grid {
    display: -ms-grid;
    display: grid;
    grid-auto-columns: 1fr;
    grid-row-gap: 15px;
    -ms-grid-columns: auto;
    grid-template-columns: auto;
    -ms-grid-rows: auto;
    grid-template-rows: auto;
  }

  .articles-grid {
    grid-row-gap: 28px;
  }

  .blog-category {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .container-large-1020px {
    padding-right: 16px;
    padding-left: 16px;
  }

  .about-article-wrapper {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .rich-text p {
    margin-bottom: 24px;
  }

  .rich-text img {
    margin-top: 10px;
    margin-bottom: 10px;
    border-radius: 12px;
  }

  .owl-carousel .owl-item img{
    margin-top: 16px;
  }

  .rich-text figcaption {
    margin-bottom: 20px;
  }

  .rich-text ul {
    margin-bottom: 20px;
  }

  .rich-text li {
    margin-bottom: 8px;
  }

  .rich-text ol {
    margin-bottom: 20px;
  }

  .rich-text blockquote {
    margin-top: 40px;
    margin-bottom: 40px;
  }

  .latest-articles-section-grid {
    grid-row-gap: 40px;
  }

  .container-medium-820px {
    padding-right: 16px;
    padding-left: 16px;
  }

  .contact-wrapper {
    margin-bottom: 40px;
  }

  .contact-grid {
    text-align: center;
  }

  .contact-form-grid {
    grid-row-gap: 20px;
  }

  .contact-info-wrapper {
    margin-bottom: 15px;
  }

  .contact-us-wrapper {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .faq-wrapper {
    padding: 30px 20px;
  }

  .contact-us-content {
    max-width: 280px;
  }

  .our-story-content-wrapper-2 {
    margin-bottom: 20px;
  }

  .achievements-grid {
    grid-row-gap: 20px;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .team-member-section-grid {
    margin-right: auto;
    margin-bottom: 40px;
    margin-left: auto;
    grid-row-gap: 20px;
  }

  .flex-vc {
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
  }

  .flex.conducere-page{
    flex-direction: column;
  }

  .team-job-section {
    font-size: 16px;
  }

  .join-features-wrapper {
    margin-top: 30px;
    margin-bottom: 30px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .join-feature-wrapper {
    margin-bottom: 30px;
  }

  .testimonial-about-wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .testimonial-video-wrapper {
    border-radius: 18px;
  }

  .testimonial-video-button {
    font-size: 33px;
  }

  .product-more-images-grid {
    grid-column-gap: 16px;
  }

  .breadcrumb-wrapper {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    font-size: 15px;
  }

  .purchase-product-wrapper {
    padding: 30px 20px 38px;
  }

  .product-specs {
    padding: 30px 20px;
  }

  .icon-product-specs {
    margin-right: 10px;
  }

  .about-the-author-wrapper {
    padding: 30px 20px;
  }

  .about-the-author-left-wrapper {
    margin-bottom: 10px;
  }

  .more-products-title-wrapper {
    margin-bottom: 20px;
  }

  .more-product-by-author-wrapper {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .more-product-by-author-grid {
    grid-row-gap: 40px;
    -ms-grid-columns: auto;
    grid-template-columns: auto;
  }

  .more-products-by-author-content {
    width: 100%;
  }

  .search-result-wrapper {
    margin-top: -40px;
  }

  .container-medium-760px {
    padding-right: 16px;
    padding-left: 16px;
  }

  .checkout-form {
    padding-right: 16px;
    padding-left: 16px;
  }

  .block-header {
    padding-right: 20px;
    padding-left: 20px;
  }

  .block-content {
    padding-right: 20px;
    padding-left: 20px;
  }

  .order-item {
    margin-bottom: 32px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .item-cart {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .cart-footer {
    padding-top: 22px;
  }

  .icon-dropdown {
    font-size: 10px;
  }

  .drop-div.last {
    width: auto;
    padding-top: 0px;
    padding-right: 10px;
  }

  .dropdown-grid {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-grid-columns: auto;
    grid-template-columns: auto;
  }

  .footer-menu-links-wrapper {
    max-width: 350px;
    margin-bottom: 40px;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .team-member-page-wrapper {
    margin-bottom: 30px;
  }

  .team-member-top-content {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .team-member-social-media-grid {
    max-width: 90%;
    margin-right: 0px;
    margin-left: 0px;
  }

  .place-order-wrapper {
    padding-right: 20px;
    padding-left: 20px;
  }

  .testimonial-video-button-wrapper {
    width: 110px;
    height: 110px;
    min-width: 110px;
  }

  .mg-top-24-mb {
    margin-top: 24px;
  }
}

#w-node-b12acbf1-4401-ffa1-233f-a292ddc46c10-263c9d86 {
  -webkit-align-self: end;
  -ms-flex-item-align: end;
  -ms-grid-row-align: end;
  align-self: end;
}

#w-node-f883a31a-5f18-7a34-43a1-6d578a17f715-263c9d86 {
  -webkit-align-self: end;
  -ms-flex-item-align: end;
  -ms-grid-row-align: end;
  align-self: end;
}

#w-node-fbe57d4f-4d39-5f6a-f847-d8daf6e3c33d-263c9d86 {
  -webkit-align-self: end;
  -ms-flex-item-align: end;
  -ms-grid-row-align: end;
  align-self: end;
}

#w-node-bc5a2fcc-d37b-420b-a5bc-89854bb46816-263c9d86 {
  -webkit-align-self: end;
  -ms-flex-item-align: end;
  -ms-grid-row-align: end;
  align-self: end;
}

#w-node-_2f9cb310-c807-7746-c7c3-56f0f0bd8dd5-263c9d86 {
  -webkit-align-self: end;
  -ms-flex-item-align: end;
  -ms-grid-row-align: end;
  align-self: end;
}

#w-node-f4055a69-9b88-c1f3-7375-8bedfd5278bc-263c9d86 {
  -webkit-align-self: end;
  -ms-flex-item-align: end;
  -ms-grid-row-align: end;
  align-self: end;
}

#w-node-_1e8e7e07-19d9-aa51-8800-fc8187f0b1d0-3e3c9d98 {
  -ms-grid-column: span 2;
  grid-column-start: span 2;
  -ms-grid-column-span: 2;
  grid-column-end: span 2;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-_3aa3dde7-a89c-8f07-9615-594bfa5586f8-3e3c9d98 {
  -ms-grid-column: span 2;
  grid-column-start: span 2;
  -ms-grid-column-span: 2;
  grid-column-end: span 2;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

@media screen and (max-width: 767px) {
  #w-node-_1e8e7e07-19d9-aa51-8800-fc8187f0b1d0-3e3c9d98 {
    -ms-grid-column: span 1;
    grid-column-start: span 1;
    -ms-grid-column-span: 1;
    grid-column-end: span 1;
  }

  #w-node-_3aa3dde7-a89c-8f07-9615-594bfa5586f8-3e3c9d98 {
    -ms-grid-column: span 1;
    grid-column-start: span 1;
    -ms-grid-column-span: 1;
    grid-column-end: span 1;
  }
}

/* LIGHTBOX STARTED */
.w-lightbox-backdrop {
  color: #000;
  cursor: auto;
  font-family: serif;
  font-size: medium;
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  letter-spacing: normal;
  line-height: normal;
  list-style: disc;
  text-align: start;
  text-indent: 0;
  text-shadow: none;
  text-transform: none;
  visibility: visible;
  white-space: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  color: #fff;
  font-family: "Helvetica Neue", Helvetica, Ubuntu, "Segoe UI", Verdana, sans-serif;
  font-size: 17px;
  line-height: 1.2;
  font-weight: 300;
  text-align: center;
  background: rgba(0, 0, 0, 0.9);
  z-index: 2000;
  outline: 0;
  /* 1 */
  opacity: 0;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  -webkit-tap-highlight-color: transparent;
  -webkit-transform: translate(0, 0);
  /* 2 */
}
/**
 * Neat trick to bind the rubberband effect to our canvas instead of the whole
 * document on iOS. It also prevents a bug that causes the document underneath to scroll.
 */
.w-lightbox-backdrop,
.w-lightbox-container {
  height: 100%;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
}
.w-lightbox-content {
  position: relative;
  height: 100vh;
  overflow: hidden;
}
.w-lightbox-view {
  position: absolute;
  width: 100vw;
  height: 100vh;
  opacity: 0;
}
.w-lightbox-view:before {
  content: "";
  height: 100vh;
}
/* .w-lightbox-content */
.w-lightbox-group,
.w-lightbox-group .w-lightbox-view,
.w-lightbox-group .w-lightbox-view:before {
  height: 86vh;
}
.w-lightbox-frame,
.w-lightbox-view:before {
  display: inline-block;
  vertical-align: middle;
}
/*
 * 1. Remove default margin set by user-agent on the <figure> element.
 */
.w-lightbox-figure {
  position: relative;
  margin: 0;
  /* 1 */
}
.w-lightbox-group .w-lightbox-figure {
  cursor: pointer;
}
/**
 * IE adds image dimensions as width and height attributes on the IMG tag,
 * but we need both width and height to be set to auto to enable scaling.
 */
.w-lightbox-img {
  width: auto;
  height: auto;
  max-width: none;
}
/**
 * 1. Reset if style is set by user on "All Images"
 */
.w-lightbox-image {
  display: block;
  float: none;
  /* 1 */
  max-width: 100vw;
  max-height: 100vh;
}
.w-lightbox-group .w-lightbox-image {
  max-height: 86vh;
}
.w-lightbox-caption {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  padding: .5em 1em;
  background: rgba(0, 0, 0, 0.4);
  text-align: left;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}
.w-lightbox-embed {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.w-lightbox-control {
  position: absolute;
  top: 0;
  width: 4em;
  background-size: 24px;
  background-repeat: no-repeat;
  background-position: center;
  cursor: pointer;
  -webkit-transition: all .3s;
  transition: all .3s;
}
.w-lightbox-left {
  display: none;
  bottom: 0;
  left: 0;
  /* <svg xmlns="http://www.w3.org/2000/svg" viewBox="-20 0 24 40" width="24" height="40"><g transform="rotate(45)"><path d="m0 0h5v23h23v5h-28z" opacity=".4"/><path d="m1 1h3v23h23v3h-26z" fill="#fff"/></g></svg> */
  background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9Ii0yMCAwIDI0IDQwIiB3aWR0aD0iMjQiIGhlaWdodD0iNDAiPjxnIHRyYW5zZm9ybT0icm90YXRlKDQ1KSI+PHBhdGggZD0ibTAgMGg1djIzaDIzdjVoLTI4eiIgb3BhY2l0eT0iLjQiLz48cGF0aCBkPSJtMSAxaDN2MjNoMjN2M2gtMjZ6IiBmaWxsPSIjZmZmIi8+PC9nPjwvc3ZnPg==");
}
.w-lightbox-right {
  display: none;
  right: 0;
  bottom: 0;
  /* <svg xmlns="http://www.w3.org/2000/svg" viewBox="-4 0 24 40" width="24" height="40"><g transform="rotate(45)"><path d="m0-0h28v28h-5v-23h-23z" opacity=".4"/><path d="m1 1h26v26h-3v-23h-23z" fill="#fff"/></g></svg> */
  background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9Ii00IDAgMjQgNDAiIHdpZHRoPSIyNCIgaGVpZ2h0PSI0MCI+PGcgdHJhbnNmb3JtPSJyb3RhdGUoNDUpIj48cGF0aCBkPSJtMC0waDI4djI4aC01di0yM2gtMjN6IiBvcGFjaXR5PSIuNCIvPjxwYXRoIGQ9Im0xIDFoMjZ2MjZoLTN2LTIzaC0yM3oiIGZpbGw9IiNmZmYiLz48L2c+PC9zdmc+");
}
/*
 * Without specifying the with and height inside the SVG, all versions of IE render the icon too small.
 * The bug does not seem to manifest itself if the elements are tall enough such as the above arrows.
 * (http://stackoverflow.com/questions/16092114/background-size-differs-in-internet-explorer)
 */
.w-lightbox-close {
  right: 0;
  height: 2.6em;
  /* <svg xmlns="http://www.w3.org/2000/svg" viewBox="-4 0 18 17" width="18" height="17"><g transform="rotate(45)"><path d="m0 0h7v-7h5v7h7v5h-7v7h-5v-7h-7z" opacity=".4"/><path d="m1 1h7v-7h3v7h7v3h-7v7h-3v-7h-7z" fill="#fff"/></g></svg> */
  background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9Ii00IDAgMTggMTciIHdpZHRoPSIxOCIgaGVpZ2h0PSIxNyI+PGcgdHJhbnNmb3JtPSJyb3RhdGUoNDUpIj48cGF0aCBkPSJtMCAwaDd2LTdoNXY3aDd2NWgtN3Y3aC01di03aC03eiIgb3BhY2l0eT0iLjQiLz48cGF0aCBkPSJtMSAxaDd2LTdoM3Y3aDd2M2gtN3Y3aC0zdi03aC03eiIgZmlsbD0iI2ZmZiIvPjwvZz48L3N2Zz4=");
  background-size: 18px;
}
/**
 * 1. All IE versions add extra space at the bottom without this.
 */
.w-lightbox-strip {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  padding: 0 1vh;
  line-height: 0;
  /* 1 */
  white-space: nowrap;
  overflow-x: auto;
  overflow-y: hidden;
}
/*
 * 1. We use content-box to avoid having to do `width: calc(10vh + 2vw)`
 *    which doesn’t work in Safari anyway.
 * 2. Chrome renders images pixelated when switching to GPU. Making sure
 *    the parent is also rendered on the GPU (by setting translate3d for
 *    example) fixes this behavior.
 */
.w-lightbox-item {
  display: inline-block;
  width: 10vh;
  padding: 2vh 1vh;
  box-sizing: content-box;
  /* 1 */
  cursor: pointer;
  -webkit-transform: translate3d(0, 0, 0);
  /* 2 */
}
.w-lightbox-active {
  opacity: .3;
}
.w-lightbox-thumbnail {
  position: relative;
  height: 10vh;
  background: #222;
  overflow: hidden;
}
.w-lightbox-thumbnail-image {
  position: absolute;
  top: 0;
  left: 0;
}
.w-lightbox-thumbnail .w-lightbox-tall {
  top: 50%;
  width: 100%;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
}
.w-lightbox-thumbnail .w-lightbox-wide {
  left: 50%;
  height: 100%;
  -webkit-transform: translate(-50%, 0);
  -ms-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
}
/*
 * Spinner
 *
 * Absolute pixel values are used to avoid rounding errors that would cause
 * the white spinning element to be misaligned with the track.
 */
.w-lightbox-spinner {
  position: absolute;
  top: 50%;
  left: 50%;
  box-sizing: border-box;
  width: 40px;
  height: 40px;
  margin-top: -20px;
  margin-left: -20px;
  border: 5px solid rgba(0, 0, 0, 0.4);
  border-radius: 50%;
  -webkit-animation: spin .8s infinite linear;
  animation: spin .8s infinite linear;
}
.w-lightbox-spinner:after {
  content: "";
  position: absolute;
  top: -4px;
  right: -4px;
  bottom: -4px;
  left: -4px;
  border: 3px solid transparent;
  border-bottom-color: #fff;
  border-radius: 50%;
}
/*
 * Utility classes
 */
.w-lightbox-hide {
  display: none;
}
.w-lightbox-noscroll {
  overflow: hidden;
}
@media (min-width: 768px) {
  .w-lightbox-content {
    height: 96vh;
    margin-top: 2vh;
  }
  .w-lightbox-view,
  .w-lightbox-view:before {
    height: 96vh;
  }
  /* .w-lightbox-content */
  .w-lightbox-group,
  .w-lightbox-group .w-lightbox-view,
  .w-lightbox-group .w-lightbox-view:before {
    height: 84vh;
  }
  .w-lightbox-image {
    max-width: 96vw;
    max-height: 96vh;
  }
  .w-lightbox-group .w-lightbox-image {
    max-width: 82.3vw;
    max-height: 84vh;
  }
  .w-lightbox-left,
  .w-lightbox-right {
    display: block;
    opacity: .5;
  }
  .w-lightbox-close {
    opacity: .8;
  }
  .w-lightbox-control:hover {
    opacity: 1;
  }
}
.w-lightbox-inactive,
.w-lightbox-inactive:hover {
  opacity: 0;
}

/* LIGHTBOX END */

@font-face {
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

/* ICONS STYLES */
/* ======================== */
.icons {
  display: flex;
  column-gap: 25px;
}

.icon {
  width: 60px;
  height: 60px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  font-size: 26px;
  color: #26395c;
  border-radius: 50%;
  outline: 2px solid #26395c;
  transition-property:
      outline-offset, outline-color,
      background-color;
  transition-duration: .25s;
}

.icon:hover {
  outline-offset: 4px;
  color: white;
}

.icon:hover i {
  animation: shake .25s;
}

.icon--instagram:hover {
  background-image: radial-gradient(circle at 30% 107%,
          #fdf497 0%, #fdf497 5%,
          #fd5949 45%, #d6249f 60%,
          #285AEB 90%);
  outline-color: #a02d76;
}

.icon--twitter:hover {
  background-color: #1da1f2;
  outline-color: #1da1f2;
}

.icon--linkedin:hover {
  background-color: #0077b5;
  outline-color: #0077b5;
}

.icon--github:hover {
  background-color: #2ea44f;
  outline-color: #2ea44f;
}

.icon--facebook:hover{
  background-color: #4267b2;
  outline-color: #4267b2;
}

@keyframes shake {
  10% {
      transform: rotate(15deg);
  }

  20% {
      transform: rotate(-15deg);
  }

  30% {
      transform: rotate(15deg);
  }

  40% {
      transform: rotate(-15deg);
  }
}

/* ICONS END */


/* SOCIAL SHARE BUTTON START */
/* ======================== */
.wrapper-social-share {
  position: relative;
}

.wrapper-social-share :is(.btn-share, .link-share) {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 50px;
  height: 50px;
  background-color: #fff;
  color: #26395c;
  border-radius: 50%;
  outline: 1px solid #26395c;
}

.btn-share {
  position: absolute;
  border: none;
  cursor: pointer;
  z-index: 10;
  transition: outline .25s;
  outline: 1px solid #26395c;
}

.active-share .btn-share,
.btn-share:hover {
  outline: 5px solid #26395c;
  outline-offset: -4px;
}

.item-share {
  position: absolute;
  list-style: none;
  transition: transform .5s;
  transition-delay: var(--d);
}

.wrapper-social-share.active-share .item-share:nth-child(1) {
  transform: translateX(65px);
}

.wrapper-social-share.active-share .item-share:nth-child(2) {
  transform: translateX(130px);
}

.wrapper-social-share.active-share .item-share:nth-child(3) {
  transform: translateX(195px);
}

.link-share:hover {
  color: #fff;
  transition: background-color .5s;
}

.ig:hover {
  background-color: #4267b2;
  /* background-image: radial-gradient(circle at 30% 107%,
          #fdf497 0%, #fdf497 5%,
          #fd5949 45%, #d6249f 60%,
          #285AEB 90%); */
  outline: 0px;
}

.tw:hover {
  background-color: #1DA1F2;
  outline: 0px;
}

.sc:hover {
  background-color: #FFFC00;
  color: inherit;
  outline: 0px;
}
/* SOCIAL SHARE BUTTON END */