/**
Theme Name: Recurring
Theme URI: https://press75.com/view/recurring
Author: Press75
Author URI: http://www.press75.com/
Description: A WooCommerce theme that gives you the freedom to create unlimited products, layouts, and pricing options.
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: recurring
Tags: commerce, saas, digital product, subscription, block editor, blocks
*/
/* Variables
----------------------------------------------- */
@import url("https://fonts.googleapis.com/css2?family=Noto+Serif:wght@400;700&family=Poppins:wght@100;200;300;500;700;800&family=Space+Mono:wght@400;700&display=swap");
/* Fonts */
/* Links */
/* Borders */
/* Sidebar */
/* Entry Footer */
/* Entry Categories */
/* Entry Pagination */
/* Grid */
/* Forms */
/* Card */
/* Icons */
/* Footer */
/* Widgets */
/* =Mixins
-------------------------------------------------------------- */
/* CSS Reset (DO NOT EDIT)
----------------------------------------------- */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

body {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
  content: '';
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

/* =Accessibility Styles
----------------------------------------------- */
.screen-reader-text {
  clip: rect(1px, 1px, 1px, 1px);
  position: absolute !important;
  height: 1px;
  width: 1px;
  overflow: hidden;
}
.screen-reader-text:hover, .screen-reader-text:active, .screen-reader-text:focus {
  background-color: #666666;
  border-radius: 3px;
  -webkit-box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
          box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
  clip: auto !important;
  color: #21759b;
  display: block;
  font-size: 12px;
  height: auto;
  left: 5px;
  line-height: normal;
  padding: 5px 10px;
  text-decoration: none;
  top: 5px;
  width: auto;
  z-index: 100000;
  /* Above WP toolbar */
}

.skip-link {
  margin: 0 0 0 15px;
}

/* =Grid
----------------------------------------------- */
.site-grid {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  width: 100%;
}
@media (min-width: 782px) {
  .site-grid {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
  }
}

/* Grid Columns */
.site-grid__col {
  margin-bottom: 20px;
  min-width: 0;
  padding: 0;
  position: relative;
  width: 100%;
}
@media (min-width: 782px) {
  .site-grid__col {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    margin: 0 0 30px 30px;
  }
}

.site-grid__col--one-fourth {
  max-width: 100%;
}
@media (min-width: 782px) {
  .site-grid__col--one-fourth {
    max-width: calc(100% / 4);
  }
}

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

/* =Layout
----------------------------------------------- */
.site-wrap {
  background-color: #ffffff;
  overflow: hidden;
  position: relative;
  -webkit-transition: -webkit-transform 0.15s linear;
       -o-transition: -o-transform 0.15s linear;
          transition: transform 0.15s linear;
}

.content-area {
  margin: 0 auto;
}
.content-area:before, .content-area:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
}
.content-area:after {
  clear: both;
}

.site-container {
  margin: 0 auto;
  max-width: 1290px;
  padding-left: 20px;
  padding-right: 20px;
}
@media (min-width: 782px) {
  .site-container {
    padding-left: 30px;
    padding-right: 30px;
  }
}

.site-container--no-gutters {
  margin: 0 auto;
  max-width: 1290px;
  padding-left: 0;
  padding-right: 0;
}
@media (min-width: 782px) {
  .site-container--no-gutters {
    padding-left: 0;
    padding-right: 0;
  }
}

.site-container--flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
@media (min-width: 782px) {
  .site-container--flex {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
  }
}

/* Site Layout */
.site-layout {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

/* Site Layout: 3 Column */
@media (min-width: 782px) {
  .site-layout--2-col {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    margin-left: -15px;
    margin-right: -15px;
    width: calc(100% + 30px);
  }
}
@media (min-width: 782px) {
  .site-layout--2-col > .site-grid__col {
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
    margin-left: 15px;
    margin-right: 15px;
    width: calc(50% - 30px);
  }
}

/* Site Layout: 3 Column */
@media (min-width: 782px) {
  .site-layout--3-col {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    margin-left: -15px;
    margin-right: -15px;
    width: calc(100% + 30px);
  }
}
@media (min-width: 782px) {
  .site-layout--3-col > .site-grid__col {
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
    margin-left: 15px;
    margin-right: 15px;
    width: calc(33.33% - 30px);
  }
}

/* Site Layout: 4 Column */
@media (min-width: 782px) {
  .site-layout-4-col {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    margin-left: -15px;
    margin-right: -15px;
    width: calc(100% + 30px);
  }
}
@media (min-width: 782px) {
  .site-layout-4-col > .site-grid__col {
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
    margin-left: 15px;
    margin-right: 15px;
    width: calc(25% - 30px);
  }
}

/* Site Layout: Weight Left */
@media (min-width: 992px) {
  .site-layout--weighted-left {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    margin-left: -15px;
    margin-right: -15px;
    width: calc(100% + 30px);
  }
}
.site-layout--weighted-left .site-grid__col {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
@media (min-width: 782px) {
  .site-layout--weighted-left .site-grid__col {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}
@media (min-width: 992px) {
  .site-layout--weighted-left .site-grid__col:first-child {
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
    margin-left: 0;
    margin-right: 0;
    width: 75%;
  }
}
.site-layout--weighted-left .site-grid__col:last-child {
  margin-left: 0;
}
@media (min-width: 992px) {
  .site-layout--weighted-left .site-grid__col:last-child {
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
    width: 25%;
  }
}
.site-layout--weighted-left .site-grid__col article.post {
  margin-bottom: 30px;
}

/* =Sections
----------------------------------------------- */
.site-section {
  padding: 40px 0;
}
@media (min-width: 782px) {
  .site-section {
    padding: 100px 0;
  }
}

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

.site-section__subtitle {
  color: #22148B;
  display: block;
  font-family: "Space Mono", sans-serif;
  font-size: 16px;
  line-height: 1.25;
  margin-bottom: 20px;
  position: relative;
  z-index: 1;
}

.site-section__title {
  color: #16181e;
  font-family: "Poppins", sans-serif;
  font-size: 32px;
  font-weight: 900;
  letter-spacing: 0.04em;
  margin-bottom: 30px;
}
@media (min-width: 782px) {
  .site-section__title {
    font-size: 40px;
  }
}

.site-section__content {
  margin: 0 auto;
  max-width: 830px;
  width: 100%;
}

.site-section__content p {
  color: #464646;
  font-size: 20px;
  font-weight: 300;
  margin-bottom: 0;
}

/* Basic Setup
----------------------------------------------- */
html {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

*, *:before, *:after {
  -webkit-box-sizing: inherit;
          box-sizing: inherit;
}

body {
  background-color: #ffffff;
  font-family: "Noto Serif", sans-serif;
  word-wrap: break-word;
}
@media (min-width: 1290px) {
  body {
    overflow: auto !important;
  }
}

p {
  color: #666666;
  font-family: "Noto Serif", sans-serif;
  font-size: 16px;
  line-height: 2;
}

.sticky,
.bypostauthor,
.gallery-caption {
  display: block;
}

.wp-caption-text,
.gallery-caption {
  margin: 0 0 40px;
}

img {
  max-width: 100%;
  height: auto;
  vertical-align: middle;
}

a {
  color: #22148B;
  font-family: "Noto Serif", sans-serif;
  text-decoration: none;
  -webkit-transition: all 0.35s ease-in-out;
       -o-transition: all 0.35s ease-in-out;
          transition: all 0.35s ease-in-out;
}
a:visited {
  color: #22148B;
}
a:focus, a:hover {
  color: #16181e;
  -webkit-transition: all 0.35s ease-in-out;
       -o-transition: all 0.35s ease-in-out;
          transition: all 0.35s ease-in-out;
}

strong {
  font-weight: bold;
}

blockquote {
  font-size: 24px;
  font-weight: 300;
  line-height: 1.6;
}

q {
  padding: 4px 8px;
}

cite,
q {
  font-style: italic;
}

iframe {
  margin: 0 0 20px;
  width: 100%;
}

.alignnone {
  margin: 5px 20px 20px 0;
}

.aligncenter,
div.aligncenter {
  display: block;
  margin: 5px auto 5px auto;
}

.alignright {
  margin-bottom: 20px;
  margin-top: 5px;
  width: 100%;
}
@media (min-width: 782px) {
  .alignright {
    float: right;
    margin-left: 20px;
    width: auto;
  }
}

.alignleft {
  margin-bottom: 20px;
  margin-top: 5px;
  width: 100%;
}
@media (min-width: 782px) {
  .alignleft {
    float: left;
    margin-right: 20px;
    width: auto;
  }
}

a img.alignright {
  float: right;
  margin: 5px 0 20px 20px;
}

a img.alignnone {
  margin: 5px 20px 20px 0;
}

a img.alignleft {
  float: left;
  margin: 5px 20px 20px 0;
}

a img.aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.wp-caption {
  background: #fff;
  border: 1px solid #f0f0f0;
  max-width: 96%;
  /* Image does not overflow the content area */
  padding: 5px 3px 10px;
  text-align: center;
}

.wp-caption.alignnone {
  margin: 5px 20px 20px 0;
}

.wp-caption.alignleft {
  margin: 5px 20px 20px 0;
}

.wp-caption.alignright {
  margin: 5px 0 20px 20px;
}

.wp-caption img {
  border: 0 none;
  height: auto;
  margin: 0;
  max-width: 98.5%;
  padding: 0;
  width: auto;
}

.wp-caption p.wp-caption-text {
  font-size: 11px;
  line-height: 17px;
  margin: 0;
  padding: 0 4px 5px;
}

/* Text meant only for screen readers. */
.screen-reader-text {
  clip: rect(1px, 1px, 1px, 1px);
  position: absolute !important;
  height: 1px;
  width: 1px;
  overflow: hidden;
}

.screen-reader-text:focus {
  background-color: #f1f1f1;
  border-radius: 3px;
  -webkit-box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
          box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
  clip: auto !important;
  color: #21759b;
  display: block;
  font-size: 14px;
  font-weight: bold;
  height: auto;
  left: 5px;
  line-height: normal;
  padding: 15px 23px 14px;
  text-decoration: none;
  top: 5px;
  width: auto;
  z-index: 100000;
  /* Above WP toolbar. */
}

object,
.PDS_Poll,
.wp-audio-shortcode {
  display: block;
  margin: 0 0 20px;
}

.instagram-media {
  margin: 0 0 20px !important;
}

.site-wrap + .post-sidebar {
  display: none;
}

/* Helper Classes
----------------------------------------------- */
.clearfix:before, .clearfix:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
}
.clearfix:after {
  clear: both;
}

.no-gutter-left {
  padding-left: 0;
}

.no-gutter-right {
  padding-right: 0;
}

.no-gutter {
  padding-left: 0;
  padding-right: 0;
}

.pull-right {
  float: right !important;
}

.pull-left {
  float: left !important;
}

.hide {
  display: none !important;
}

.show {
  display: block !important;
}

.invisible {
  visibility: hidden;
}

.affix {
  position: fixed;
}

.hidden {
  display: none !important;
  visibility: hidden !important;
}

/* Icons
----------------------------------------------- */
.icon {
  display: inline-block;
  stroke-width: 0;
  stroke: currentColor;
  fill: currentColor;
}

/* Social Icons */
.icon--twitter,
.icon--facebook,
.icon--instagram,
.icon--youtube,
.icon--github {
  color: #ffffff;
  display: block;
  font-family: "Poppins", sans-serif;
  font-size: 14px;
  font-weight: 300;
  height: 15px;
  margin: 0 15px 10px 0;
  text-transform: capitalize;
  -webkit-transition: all 0.15s linear;
       -o-transition: all 0.15s linear;
          transition: all 0.15s linear;
  width: 25px;
}
@media (min-width: 782px) {
  .icon--twitter,
  .icon--facebook,
  .icon--instagram,
  .icon--youtube,
  .icon--github {
    margin-left: 10px;
  }
}
.icon--twitter:active, .icon--twitter:visited,
.icon--facebook:active,
.icon--facebook:visited,
.icon--instagram:active,
.icon--instagram:visited,
.icon--youtube:active,
.icon--youtube:visited,
.icon--github:active,
.icon--github:visited {
  color: #ffffff;
}
.icon--twitter:hover, .icon--twitter:focus,
.icon--facebook:hover,
.icon--facebook:focus,
.icon--instagram:hover,
.icon--instagram:focus,
.icon--youtube:hover,
.icon--youtube:focus,
.icon--github:hover,
.icon--github:focus {
  color: #cdebf0;
  -webkit-transition: fill 0.15s ease-in-out;
       -o-transition: fill 0.15s ease-in-out;
          transition: fill 0.15s ease-in-out;
}
@media (min-width: 782px) {
  .icon--twitter,
  .icon--facebook,
  .icon--instagram,
  .icon--youtube,
  .icon--github {
    margin-right: 15px;
  }
}

.icon--instagram,
.icon--facebook,
.icon--twitter,
.icon--github {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 90px;
}
.icon--instagram:before,
.icon--facebook:before,
.icon--twitter:before,
.icon--github:before {
  background-position: center center;
  -webkit-background-size: contain;
          background-size: contain;
  content: "";
  display: inline-block;
  height: 20px;
  padding: 0 0 0 30px;
  width: 20px;
}

.icon--instagram:before {
  background: url("assets/images/instagram.svg") no-repeat;
}

.icon--facebook:before {
  background: url("assets/images/facebook.svg") no-repeat;
}

.icon--twitter:before {
  background: url("assets/images/twitter.svg") no-repeat;
}

.icon--github:before {
  background: url("assets/images/github.svg") no-repeat;
}

.icon--arrow-up,
.icon--arrow-down {
  height: 20px;
  width: 20px;
}

.icon--close-modal {
  color: #ffffff;
  cursor: pointer;
  font-size: 24px;
  position: absolute;
  right: 10px;
  top: 70px;
  z-index: 10;
}
@media (min-width: 782px) {
  .icon--close-modal {
    right: 30px;
    top: 50px;
  }
}

/* Navicon */
.navicon {
  background: none;
  border: none;
  cursor: pointer;
  padding: 26px 15px;
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
       -o-transform: translateY(-50%);
          transform: translateY(-50%);
  z-index: 5;
}
@media (min-width: 782px) {
  .navicon {
    padding: 38px 20px;
  }
}
.navicon:focus {
  outline: none;
}
.nav-active .navicon {
  background: none;
  -webkit-transition: background 0.9s ease-in-out;
       -o-transition: background 0.9s ease-in-out;
          transition: background 0.9s ease-in-out;
}
@media (min-width: 992px) {
  .navicon {
    display: none;
  }
}

.navicon__container {
  float: right;
  height: 15px;
  position: relative;
  -webkit-transition: all 0.15s linear;
       -o-transition: all 0.15s linear;
          transition: all 0.15s linear;
  width: 25px;
}

.navicon__top,
.navicon__middle,
.navicon__bottom {
  background: #000000;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  height: 2px;
  left: 0;
  position: absolute;
  -webkit-transition: all 0.2s linear;
       -o-transition: all 0.2s linear;
          transition: all 0.2s linear;
  width: 100%;
}

.navicon__top {
  top: -3px;
}

.navicon__middle {
  top: 6px;
}

.navicon__bottom {
  top: 15px;
}

.navicon--close .navicon__top {
  top: 8px;
  -webkit-transform: rotate(48deg);
      -ms-transform: rotate(48deg);
       -o-transform: rotate(48deg);
          transform: rotate(48deg);
}

.navicon--close .navicon__middle {
  opacity: 0;
}

.navicon--close .navicon__bottom {
  top: 8px;
  -webkit-transform: rotate(-48deg);
      -ms-transform: rotate(-48deg);
       -o-transform: rotate(-48deg);
          transform: rotate(-48deg);
}

/* Anchors
----------------------------------------------- */
.link-wrap-sm {
  display: block;
  margin: 0 auto;
  max-width: 460px;
}

/* =Gutenberg
----------------------------------------------- */
.entry-content h1, .entry-content h2, .entry-content h3, .entry-content h4, .entry-content h5, .entry-content h6,
.editor-styles-wrapper h1,
.editor-styles-wrapper h2,
.editor-styles-wrapper h3,
.editor-styles-wrapper h4,
.editor-styles-wrapper h5,
.editor-styles-wrapper h6,
.block-editor-block-list__layout h1,
.block-editor-block-list__layout h2,
.block-editor-block-list__layout h3,
.block-editor-block-list__layout h4,
.block-editor-block-list__layout h5,
.block-editor-block-list__layout h6,
.summary.entry-summary h1,
.summary.entry-summary h2,
.summary.entry-summary h3,
.summary.entry-summary h4,
.summary.entry-summary h5,
.summary.entry-summary h6 {
  color: #16181e;
  font-family: "Poppins", sans-serif;
  margin-bottom: 30px;
}
.entry-content h1,
.editor-styles-wrapper h1,
.block-editor-block-list__layout h1,
.summary.entry-summary h1 {
  font-size: 36px;
  font-weight: 900;
  line-height: 1.25;
}
@media (min-width: 782px) {
  .entry-content h1,
  .editor-styles-wrapper h1,
  .block-editor-block-list__layout h1,
  .summary.entry-summary h1 {
    font-size: 44px;
  }
}
.entry-content h1--display,
.editor-styles-wrapper h1--display,
.block-editor-block-list__layout h1--display,
.summary.entry-summary h1--display {
  font-size: 48px;
}
@media (min-width: 782px) {
  .entry-content h1--display,
  .editor-styles-wrapper h1--display,
  .block-editor-block-list__layout h1--display,
  .summary.entry-summary h1--display {
    font-size: 52px;
  }
}
.entry-content h2,
.editor-styles-wrapper h2,
.block-editor-block-list__layout h2,
.summary.entry-summary h2 {
  font-size: 28px;
  font-weight: 900;
  line-height: 1.25;
}
@media (min-width: 782px) {
  .entry-content h2,
  .editor-styles-wrapper h2,
  .block-editor-block-list__layout h2,
  .summary.entry-summary h2 {
    font-size: 32px;
  }
}
.entry-content h2--display,
.editor-styles-wrapper h2--display,
.block-editor-block-list__layout h2--display,
.summary.entry-summary h2--display {
  font-size: 32px;
}
@media (min-width: 782px) {
  .entry-content h2--display,
  .editor-styles-wrapper h2--display,
  .block-editor-block-list__layout h2--display,
  .summary.entry-summary h2--display {
    font-size: 40px;
  }
}
.entry-content h3,
.editor-styles-wrapper h3,
.block-editor-block-list__layout h3,
.summary.entry-summary h3 {
  font-size: 24px;
  font-weight: 600;
  line-height: 1.4;
}
.entry-content h4,
.editor-styles-wrapper h4,
.block-editor-block-list__layout h4,
.summary.entry-summary h4 {
  font-size: 20px;
  font-weight: 600;
}
.entry-content h5,
.editor-styles-wrapper h5,
.block-editor-block-list__layout h5,
.summary.entry-summary h5 {
  font-family: "Space Mono", sans-serif;
  font-size: 19px;
  font-weight: 500;
  line-height: 1.52;
  position: relative;
}
.entry-content h6,
.editor-styles-wrapper h6,
.block-editor-block-list__layout h6,
.summary.entry-summary h6 {
  font-size: 14px;
  font-weight: 500;
  margin-bottom: 35px;
  position: relative;
  width: 100%;
}
.entry-content p,
.entry-content address,
.entry-content pre,
.entry-content hr,
.entry-content ul,
.entry-content ol,
.entry-content dl,
.entry-content dd,
.entry-content table,
.editor-styles-wrapper p,
.editor-styles-wrapper address,
.editor-styles-wrapper pre,
.editor-styles-wrapper hr,
.editor-styles-wrapper ul,
.editor-styles-wrapper ol,
.editor-styles-wrapper dl,
.editor-styles-wrapper dd,
.editor-styles-wrapper table,
.block-editor-block-list__layout p,
.block-editor-block-list__layout address,
.block-editor-block-list__layout pre,
.block-editor-block-list__layout hr,
.block-editor-block-list__layout ul,
.block-editor-block-list__layout ol,
.block-editor-block-list__layout dl,
.block-editor-block-list__layout dd,
.block-editor-block-list__layout table,
.summary.entry-summary p,
.summary.entry-summary address,
.summary.entry-summary pre,
.summary.entry-summary hr,
.summary.entry-summary ul,
.summary.entry-summary ol,
.summary.entry-summary dl,
.summary.entry-summary dd,
.summary.entry-summary table {
  color: #16181e;
  font-family: "Noto Serif", sans-serif;
  font-size: 16px;
  font-weight: 300;
  letter-spacing: 0.05em;
  margin-bottom: 30px;
}
.entry-content hr,
.editor-styles-wrapper hr,
.block-editor-block-list__layout hr,
.summary.entry-summary hr {
  border: none;
  border-top: 1px solid #d5d3cb;
  height: 2px;
  margin: 50px auto;
  position: relative;
}
.entry-content strong,
.entry-content dt,
.entry-content b,
.editor-styles-wrapper strong,
.editor-styles-wrapper dt,
.editor-styles-wrapper b,
.block-editor-block-list__layout strong,
.block-editor-block-list__layout dt,
.block-editor-block-list__layout b,
.summary.entry-summary strong,
.summary.entry-summary dt,
.summary.entry-summary b {
  font-weight: 700;
}
.entry-content em,
.editor-styles-wrapper em,
.block-editor-block-list__layout em,
.summary.entry-summary em {
  font-style: italic;
}
.entry-content p,
.editor-styles-wrapper p,
.block-editor-block-list__layout p,
.summary.entry-summary p {
  color: #16181e;
  font-family: "Noto Serif", sans-serif;
  font-size: 16px;
  line-height: 2;
  font-weight: normal;
}
.entry-content p.has-large-font-size,
.editor-styles-wrapper p.has-large-font-size,
.block-editor-block-list__layout p.has-large-font-size,
.summary.entry-summary p.has-large-font-size {
  line-height: 1.5;
}
.entry-content p a,
.editor-styles-wrapper p a,
.block-editor-block-list__layout p a,
.summary.entry-summary p a {
  color: #22148B;
  text-decoration: underline;
}
.entry-content p a:visited,
.editor-styles-wrapper p a:visited,
.block-editor-block-list__layout p a:visited,
.summary.entry-summary p a:visited {
  color: #22148B;
}
.entry-content p a:focus, .entry-content p a:hover,
.editor-styles-wrapper p a:focus,
.editor-styles-wrapper p a:hover,
.block-editor-block-list__layout p a:focus,
.block-editor-block-list__layout p a:hover,
.summary.entry-summary p a:focus,
.summary.entry-summary p a:hover {
  color: #16181e;
  text-decoration: none;
}
.entry-content a,
.editor-styles-wrapper a,
.block-editor-block-list__layout a,
.summary.entry-summary a {
  font-family: "Noto Serif", sans-serif;
}
.entry-content .btn,
.entry-content a.btn,
.entry-content .entry-content a.btn,
.entry-content .wp-block-file__button,
.editor-styles-wrapper .btn,
.editor-styles-wrapper a.btn,
.editor-styles-wrapper .entry-content a.btn,
.editor-styles-wrapper .wp-block-file__button,
.block-editor-block-list__layout .btn,
.block-editor-block-list__layout a.btn,
.block-editor-block-list__layout .entry-content a.btn,
.block-editor-block-list__layout .wp-block-file__button,
.summary.entry-summary .btn,
.summary.entry-summary a.btn,
.summary.entry-summary .entry-content a.btn,
.summary.entry-summary .wp-block-file__button {
  background: transparent;
  border: 1px solid #22148B;
  border-radius: 25px;
  color: #22148B;
  cursor: pointer;
  display: inline-block;
  font-family: "Poppins", sans-serif;
  font-size: 14px;
  font-weight: 400;
  letter-spacing: 0.015em;
  line-height: 1.2;
  padding: 12px 40px;
  position: relative;
  text-align: center;
  text-decoration: none;
  -webkit-transition: all 0.35s ease-in-out;
       -o-transition: all 0.35s ease-in-out;
          transition: all 0.35s ease-in-out;
}
.entry-content .btn:focus, .entry-content .btn:hover,
.entry-content a.btn:focus,
.entry-content a.btn:hover,
.entry-content .entry-content a.btn:focus,
.entry-content .entry-content a.btn:hover,
.entry-content .wp-block-file__button:focus,
.entry-content .wp-block-file__button:hover,
.editor-styles-wrapper .btn:focus,
.editor-styles-wrapper .btn:hover,
.editor-styles-wrapper a.btn:focus,
.editor-styles-wrapper a.btn:hover,
.editor-styles-wrapper .entry-content a.btn:focus,
.editor-styles-wrapper .entry-content a.btn:hover,
.editor-styles-wrapper .wp-block-file__button:focus,
.editor-styles-wrapper .wp-block-file__button:hover,
.block-editor-block-list__layout .btn:focus,
.block-editor-block-list__layout .btn:hover,
.block-editor-block-list__layout a.btn:focus,
.block-editor-block-list__layout a.btn:hover,
.block-editor-block-list__layout .entry-content a.btn:focus,
.block-editor-block-list__layout .entry-content a.btn:hover,
.block-editor-block-list__layout .wp-block-file__button:focus,
.block-editor-block-list__layout .wp-block-file__button:hover,
.summary.entry-summary .btn:focus,
.summary.entry-summary .btn:hover,
.summary.entry-summary a.btn:focus,
.summary.entry-summary a.btn:hover,
.summary.entry-summary .entry-content a.btn:focus,
.summary.entry-summary .entry-content a.btn:hover,
.summary.entry-summary .wp-block-file__button:focus,
.summary.entry-summary .wp-block-file__button:hover {
  background-color: #22148B;
  border-color: #22148B;
  color: #ffffff;
  -webkit-transition: all 0.35s ease-in-out;
       -o-transition: all 0.35s ease-in-out;
          transition: all 0.35s ease-in-out;
}
.entry-content .btn--dark,
.entry-content a.btn--dark,
.entry-content .entry-content a.btn--dark,
.entry-content .wp-block-file__button--dark,
.editor-styles-wrapper .btn--dark,
.editor-styles-wrapper a.btn--dark,
.editor-styles-wrapper .entry-content a.btn--dark,
.editor-styles-wrapper .wp-block-file__button--dark,
.block-editor-block-list__layout .btn--dark,
.block-editor-block-list__layout a.btn--dark,
.block-editor-block-list__layout .entry-content a.btn--dark,
.block-editor-block-list__layout .wp-block-file__button--dark,
.summary.entry-summary .btn--dark,
.summary.entry-summary a.btn--dark,
.summary.entry-summary .entry-content a.btn--dark,
.summary.entry-summary .wp-block-file__button--dark {
  background: #22148B;
  border: none;
  color: #ffffff;
}
.entry-content .btn--dark:focus, .entry-content .btn--dark:hover,
.entry-content a.btn--dark:focus,
.entry-content a.btn--dark:hover,
.entry-content .entry-content a.btn--dark:focus,
.entry-content .entry-content a.btn--dark:hover,
.entry-content .wp-block-file__button--dark:focus,
.entry-content .wp-block-file__button--dark:hover,
.editor-styles-wrapper .btn--dark:focus,
.editor-styles-wrapper .btn--dark:hover,
.editor-styles-wrapper a.btn--dark:focus,
.editor-styles-wrapper a.btn--dark:hover,
.editor-styles-wrapper .entry-content a.btn--dark:focus,
.editor-styles-wrapper .entry-content a.btn--dark:hover,
.editor-styles-wrapper .wp-block-file__button--dark:focus,
.editor-styles-wrapper .wp-block-file__button--dark:hover,
.block-editor-block-list__layout .btn--dark:focus,
.block-editor-block-list__layout .btn--dark:hover,
.block-editor-block-list__layout a.btn--dark:focus,
.block-editor-block-list__layout a.btn--dark:hover,
.block-editor-block-list__layout .entry-content a.btn--dark:focus,
.block-editor-block-list__layout .entry-content a.btn--dark:hover,
.block-editor-block-list__layout .wp-block-file__button--dark:focus,
.block-editor-block-list__layout .wp-block-file__button--dark:hover,
.summary.entry-summary .btn--dark:focus,
.summary.entry-summary .btn--dark:hover,
.summary.entry-summary a.btn--dark:focus,
.summary.entry-summary a.btn--dark:hover,
.summary.entry-summary .entry-content a.btn--dark:focus,
.summary.entry-summary .entry-content a.btn--dark:hover,
.summary.entry-summary .wp-block-file__button--dark:focus,
.summary.entry-summary .wp-block-file__button--dark:hover {
  background-color: #16181e;
  color: #ffffff;
  -webkit-transition: all 0.35s ease-in-out;
       -o-transition: all 0.35s ease-in-out;
          transition: all 0.35s ease-in-out;
}
.entry-content .wp-block-file__button,
.editor-styles-wrapper .wp-block-file__button,
.block-editor-block-list__layout .wp-block-file__button,
.summary.entry-summary .wp-block-file__button {
  background: #22148B;
  border: none;
  color: #ffffff;
}
.entry-content .wp-block-file__button:focus, .entry-content .wp-block-file__button:hover,
.editor-styles-wrapper .wp-block-file__button:focus,
.editor-styles-wrapper .wp-block-file__button:hover,
.block-editor-block-list__layout .wp-block-file__button:focus,
.block-editor-block-list__layout .wp-block-file__button:hover,
.summary.entry-summary .wp-block-file__button:focus,
.summary.entry-summary .wp-block-file__button:hover {
  background-color: #16181e;
  color: #ffffff;
  -webkit-transition: all 0.35s ease-in-out;
       -o-transition: all 0.35s ease-in-out;
          transition: all 0.35s ease-in-out;
}
.entry-content table,
.editor-styles-wrapper table,
.block-editor-block-list__layout table,
.summary.entry-summary table {
  width: 100%;
  margin: 0 0 1.6em;
  table-layout: fixed;
  /* Prevents HTML tables from becoming too wide */
  border-spacing: 0;
  border-collapse: separate;
  border-width: 1px 0 0 1px;
}
.entry-content caption,
.entry-content th,
.entry-content td,
.editor-styles-wrapper caption,
.editor-styles-wrapper th,
.editor-styles-wrapper td,
.block-editor-block-list__layout caption,
.block-editor-block-list__layout th,
.block-editor-block-list__layout td,
.summary.entry-summary caption,
.summary.entry-summary th,
.summary.entry-summary td {
  font-weight: normal;
  text-align: left;
}
.entry-content th,
.editor-styles-wrapper th,
.block-editor-block-list__layout th,
.summary.entry-summary th {
  font-weight: 700;
  border-width: 0 1px 1px 0;
}
.entry-content td,
.editor-styles-wrapper td,
.block-editor-block-list__layout td,
.summary.entry-summary td {
  border-width: 0 1px 1px 0;
}
.entry-content th,
.entry-content td,
.editor-styles-wrapper th,
.editor-styles-wrapper td,
.block-editor-block-list__layout th,
.block-editor-block-list__layout td,
.summary.entry-summary th,
.summary.entry-summary td {
  padding: .4em;
}
.entry-content ul,
.entry-content ol,
.editor-styles-wrapper ul,
.editor-styles-wrapper ol,
.block-editor-block-list__layout ul,
.block-editor-block-list__layout ol,
.summary.entry-summary ul,
.summary.entry-summary ol {
  margin-left: 30px;
}
@media (min-width: 992px) {
  .entry-content ul,
  .entry-content ol,
  .editor-styles-wrapper ul,
  .editor-styles-wrapper ol,
  .block-editor-block-list__layout ul,
  .block-editor-block-list__layout ol,
  .summary.entry-summary ul,
  .summary.entry-summary ol {
    margin-left: 60px;
  }
}
.entry-content ol,
.editor-styles-wrapper ol,
.block-editor-block-list__layout ol,
.summary.entry-summary ol {
  margin-bottom: 50px;
  padding-left: 20px;
}
.entry-content ol li,
.editor-styles-wrapper ol li,
.block-editor-block-list__layout ol li,
.summary.entry-summary ol li {
  color: #16181e;
  font-family: "Noto Serif", sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.8;
  list-style-type: decimal;
  margin-bottom: 30px;
  padding-left: 15px;
}
.entry-content ol li ol,
.entry-content ol li ul,
.editor-styles-wrapper ol li ol,
.editor-styles-wrapper ol li ul,
.block-editor-block-list__layout ol li ol,
.block-editor-block-list__layout ol li ul,
.summary.entry-summary ol li ol,
.summary.entry-summary ol li ul {
  margin-bottom: 20px;
  margin-top: 20px;
}
.entry-content ul,
.editor-styles-wrapper ul,
.block-editor-block-list__layout ul,
.summary.entry-summary ul {
  margin-bottom: 50px;
  padding-left: 20px;
}
.entry-content ul li,
.editor-styles-wrapper ul li,
.block-editor-block-list__layout ul li,
.summary.entry-summary ul li {
  color: #16181e;
  font-family: "Noto Serif", sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.8;
  list-style-type: disc;
  margin-bottom: 30px;
  padding-left: 15px;
}
.entry-content ul li.wp-block-social-link,
.editor-styles-wrapper ul li.wp-block-social-link,
.block-editor-block-list__layout ul li.wp-block-social-link,
.summary.entry-summary ul li.wp-block-social-link {
  margin-bottom: 10px;
  padding-left: 0;
}
.entry-content ul li ul,
.entry-content ul li ol,
.editor-styles-wrapper ul li ul,
.editor-styles-wrapper ul li ol,
.block-editor-block-list__layout ul li ul,
.block-editor-block-list__layout ul li ol,
.summary.entry-summary ul li ul,
.summary.entry-summary ul li ol {
  margin-bottom: 20px;
  margin-top: 20px;
}
.entry-content dl,
.editor-styles-wrapper dl,
.block-editor-block-list__layout dl,
.summary.entry-summary dl {
  margin-bottom: 56px;
}
.entry-content dl dt, .entry-content dl dd,
.editor-styles-wrapper dl dt,
.editor-styles-wrapper dl dd,
.block-editor-block-list__layout dl dt,
.block-editor-block-list__layout dl dd,
.summary.entry-summary dl dt,
.summary.entry-summary dl dd {
  color: #16181e;
  font-family: "Noto Serif", sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.4;
  list-style-type: disc;
  margin-bottom: 15px;
  padding-left: 20px;
}
.entry-content .alignleft,
.editor-styles-wrapper .alignleft,
.block-editor-block-list__layout .alignleft,
.summary.entry-summary .alignleft {
  float: left;
  margin: 0 0 25px 20px;
}
@media (min-width: 1290px) {
  .entry-content .alignleft,
  .editor-styles-wrapper .alignleft,
  .block-editor-block-list__layout .alignleft,
  .summary.entry-summary .alignleft {
    margin-left: 100px;
    margin-right: 45px;
  }
}
.entry-content .alignright,
.editor-styles-wrapper .alignright,
.block-editor-block-list__layout .alignright,
.summary.entry-summary .alignright {
  float: left;
  margin: 0 0 25px 20px;
}
@media (min-width: 1290px) {
  .entry-content .alignright,
  .editor-styles-wrapper .alignright,
  .block-editor-block-list__layout .alignright,
  .summary.entry-summary .alignright {
    float: right;
    margin-left: 45px;
    margin-right: 100px;
  }
}
.entry-content .aligncenter,
.editor-styles-wrapper .aligncenter,
.block-editor-block-list__layout .aligncenter,
.summary.entry-summary .aligncenter {
  margin: 0 auto;
}
.entry-content .alignfull figcaption,
.entry-content .alignfull figcaption.wp-element-caption,
.editor-styles-wrapper .alignfull figcaption,
.editor-styles-wrapper .alignfull figcaption.wp-element-caption,
.block-editor-block-list__layout .alignfull figcaption,
.block-editor-block-list__layout .alignfull figcaption.wp-element-caption,
.summary.entry-summary .alignfull figcaption,
.summary.entry-summary .alignfull figcaption.wp-element-caption {
  padding-left: 20px;
  padding-right: 20px;
}
.entry-content address p,
.editor-styles-wrapper address p,
.block-editor-block-list__layout address p,
.summary.entry-summary address p {
  margin-bottom: 0;
}
.entry-content pre,
.editor-styles-wrapper pre,
.block-editor-block-list__layout pre,
.summary.entry-summary pre {
  font-family: monospace;
  display: block;
  margin: 15px 0;
  padding: 15px;
  white-space: pre;
  background: #fbfbfb;
}
.entry-content sub,
.entry-content sup,
.editor-styles-wrapper sub,
.editor-styles-wrapper sup,
.block-editor-block-list__layout sub,
.block-editor-block-list__layout sup,
.summary.entry-summary sub,
.summary.entry-summary sup {
  font-size: 11px;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
.entry-content sup,
.editor-styles-wrapper sup,
.block-editor-block-list__layout sup,
.summary.entry-summary sup {
  top: -.5em;
}
.entry-content sub,
.editor-styles-wrapper sub,
.block-editor-block-list__layout sub,
.summary.entry-summary sub {
  bottom: -.25em;
}
.entry-content .wp-block-table,
.editor-styles-wrapper .wp-block-table,
.block-editor-block-list__layout .wp-block-table,
.summary.entry-summary .wp-block-table {
  padding-bottom: 50px;
}
.entry-content .wp-block-table table,
.editor-styles-wrapper .wp-block-table table,
.block-editor-block-list__layout .wp-block-table table,
.summary.entry-summary .wp-block-table table {
  border-left: 1px solid #e9e9e9;
  border-right: 1px solid #e9e9e9;
  border-top: 1px solid #e9e9e9;
}
.entry-content table,
.entry-content .wp-block-table,
.entry-content .wp-block-table.is-style-stripes,
.editor-styles-wrapper table,
.editor-styles-wrapper .wp-block-table,
.editor-styles-wrapper .wp-block-table.is-style-stripes,
.block-editor-block-list__layout table,
.block-editor-block-list__layout .wp-block-table,
.block-editor-block-list__layout .wp-block-table.is-style-stripes,
.summary.entry-summary table,
.summary.entry-summary .wp-block-table,
.summary.entry-summary .wp-block-table.is-style-stripes {
  font-family: "Noto Serif", sans-serif;
  margin: 0;
  overflow-x: unset;
}
.entry-content .wp-block-table.is-style-stripes,
.editor-styles-wrapper .wp-block-table.is-style-stripes,
.block-editor-block-list__layout .wp-block-table.is-style-stripes,
.summary.entry-summary .wp-block-table.is-style-stripes {
  border-bottom: 0;
}
.entry-content table th,
.entry-content .wp-block-table.is-style-stripes table th,
.editor-styles-wrapper table th,
.editor-styles-wrapper .wp-block-table.is-style-stripes table th,
.block-editor-block-list__layout table th,
.block-editor-block-list__layout .wp-block-table.is-style-stripes table th,
.summary.entry-summary table th,
.summary.entry-summary .wp-block-table.is-style-stripes table th {
  background: #ffffff;
  border-top: 1px solid #e9e9e9;
  border-bottom: 1px solid #e9e9e9;
  padding: 21px 25px 22px 25px;
}
.entry-content table th:first-child,
.entry-content .wp-block-table.is-style-stripes table th:first-child,
.editor-styles-wrapper table th:first-child,
.editor-styles-wrapper .wp-block-table.is-style-stripes table th:first-child,
.block-editor-block-list__layout table th:first-child,
.block-editor-block-list__layout .wp-block-table.is-style-stripes table th:first-child,
.summary.entry-summary table th:first-child,
.summary.entry-summary .wp-block-table.is-style-stripes table th:first-child {
  padding-left: 20px;
}
.entry-content table tr,
.entry-content .wp-block-table.is-style-stripes table tr,
.editor-styles-wrapper table tr,
.editor-styles-wrapper .wp-block-table.is-style-stripes table tr,
.block-editor-block-list__layout table tr,
.block-editor-block-list__layout .wp-block-table.is-style-stripes table tr,
.summary.entry-summary table tr,
.summary.entry-summary .wp-block-table.is-style-stripes table tr {
  padding-left: 20px;
}
.entry-content .wp-block-table.is-style-stripes table tr:nth-child(odd) > td,
.editor-styles-wrapper .wp-block-table.is-style-stripes table tr:nth-child(odd) > td,
.block-editor-block-list__layout .wp-block-table.is-style-stripes table tr:nth-child(odd) > td,
.summary.entry-summary .wp-block-table.is-style-stripes table tr:nth-child(odd) > td {
  background: #e9e9e9;
  border-top: none;
}
.entry-content table td:first-child,
.entry-content .wp-block-table.is-style-stripes table td:first-child,
.editor-styles-wrapper table td:first-child,
.editor-styles-wrapper .wp-block-table.is-style-stripes table td:first-child,
.block-editor-block-list__layout table td:first-child,
.block-editor-block-list__layout .wp-block-table.is-style-stripes table td:first-child,
.summary.entry-summary table td:first-child,
.summary.entry-summary .wp-block-table.is-style-stripes table td:first-child {
  padding-left: 20px;
  border-left: 0;
}
.entry-content table td,
.entry-content .wp-block-table.is-style-stripes table td,
.editor-styles-wrapper table td,
.editor-styles-wrapper .wp-block-table.is-style-stripes table td,
.block-editor-block-list__layout table td,
.block-editor-block-list__layout .wp-block-table.is-style-stripes table td,
.summary.entry-summary table td,
.summary.entry-summary .wp-block-table.is-style-stripes table td {
  background: #ffffff;
  padding: 18px;
  border-top: 1px solid #ffffff;
  border-bottom: 1px solid #e9e9e9;
  border-left: 1px solid #e9e9e9;
  border-right: none;
}
.entry-content .wp-block-table figcaption,
.editor-styles-wrapper .wp-block-table figcaption,
.block-editor-block-list__layout .wp-block-table figcaption,
.summary.entry-summary .wp-block-table figcaption {
  padding: 20px 0;
}
.entry-content img,
.editor-styles-wrapper img,
.block-editor-block-list__layout img,
.summary.entry-summary img {
  max-width: 100%;
  height: auto;
}
.entry-content .wp-block-image,
.editor-styles-wrapper .wp-block-image,
.block-editor-block-list__layout .wp-block-image,
.summary.entry-summary .wp-block-image {
  margin-bottom: 50px;
}
.entry-content .wp-block-image figcaption,
.editor-styles-wrapper .wp-block-image figcaption,
.block-editor-block-list__layout .wp-block-image figcaption,
.summary.entry-summary .wp-block-image figcaption {
  font-size: 14px;
  line-height: 1.5;
  padding-left: 0;
  text-align: left;
}
.entry-content .wp-block-image .alignfull figcaption,
.editor-styles-wrapper .wp-block-image .alignfull figcaption,
.block-editor-block-list__layout .wp-block-image .alignfull figcaption,
.summary.entry-summary .wp-block-image .alignfull figcaption {
  padding-left: 20px;
}
@media (min-width: 1290px) {
  .entry-content .wp-block-image .alignfull figcaption,
  .editor-styles-wrapper .wp-block-image .alignfull figcaption,
  .block-editor-block-list__layout .wp-block-image .alignfull figcaption,
  .summary.entry-summary .wp-block-image .alignfull figcaption {
    padding-left: 30px;
  }
}
.entry-content blockquote,
.entry-content .wp-block-quote,
.editor-styles-wrapper blockquote,
.editor-styles-wrapper .wp-block-quote,
.block-editor-block-list__layout blockquote,
.block-editor-block-list__layout .wp-block-quote,
.summary.entry-summary blockquote,
.summary.entry-summary .wp-block-quote {
  font-weight: 300;
  padding: 0 0 60px;
}
@media (min-width: 782px) {
  .entry-content blockquote,
  .entry-content .wp-block-quote,
  .editor-styles-wrapper blockquote,
  .editor-styles-wrapper .wp-block-quote,
  .block-editor-block-list__layout blockquote,
  .block-editor-block-list__layout .wp-block-quote,
  .summary.entry-summary blockquote,
  .summary.entry-summary .wp-block-quote {
    padding: 20px 0 100px;
  }
}
.entry-content blockquote p,
.entry-content .wp-block-quote p,
.editor-styles-wrapper blockquote p,
.editor-styles-wrapper .wp-block-quote p,
.block-editor-block-list__layout blockquote p,
.block-editor-block-list__layout .wp-block-quote p,
.summary.entry-summary blockquote p,
.summary.entry-summary .wp-block-quote p {
  color: #000000;
  font-family: "Space Mono", sans-serif;
  font-size: 24px;
  font-style: normal;
  font-weight: 300;
  line-height: 1.5;
  margin-bottom: 0;
  position: relative;
}
.entry-content blockquote.is-style-default p,
.entry-content .wp-block-quote.is-style-default p,
.editor-styles-wrapper blockquote.is-style-default p,
.editor-styles-wrapper .wp-block-quote.is-style-default p,
.block-editor-block-list__layout blockquote.is-style-default p,
.block-editor-block-list__layout .wp-block-quote.is-style-default p,
.summary.entry-summary blockquote.is-style-default p,
.summary.entry-summary .wp-block-quote.is-style-default p {
  font-size: 32px;
}
.entry-content blockquote cite,
.entry-content .wp-block-quote cite,
.editor-styles-wrapper blockquote cite,
.editor-styles-wrapper .wp-block-quote cite,
.block-editor-block-list__layout blockquote cite,
.block-editor-block-list__layout .wp-block-quote cite,
.summary.entry-summary blockquote cite,
.summary.entry-summary .wp-block-quote cite {
  display: block;
  font-family: "Space Mono", sans-serif;
  font-size: 16px;
  font-style: normal;
  margin-top: 20px;
}
.entry-content .wp-block-pullquote,
.editor-styles-wrapper .wp-block-pullquote,
.block-editor-block-list__layout .wp-block-pullquote,
.summary.entry-summary .wp-block-pullquote {
  padding-top: 0;
}
.entry-content .wp-block-pullquote blockquote,
.editor-styles-wrapper .wp-block-pullquote blockquote,
.block-editor-block-list__layout .wp-block-pullquote blockquote,
.summary.entry-summary .wp-block-pullquote blockquote {
  padding: 20px;
}
.entry-content .wp-block-pullquote blockquote p,
.editor-styles-wrapper .wp-block-pullquote blockquote p,
.block-editor-block-list__layout .wp-block-pullquote blockquote p,
.summary.entry-summary .wp-block-pullquote blockquote p {
  color: #000000;
  font-family: "Space Mono", sans-serif;
  font-size: 20px;
  font-weight: 300;
  line-height: 1.6;
  margin-top: 0;
}
.entry-content .wp-block-pullquote cite,
.editor-styles-wrapper .wp-block-pullquote cite,
.block-editor-block-list__layout .wp-block-pullquote cite,
.summary.entry-summary .wp-block-pullquote cite {
  font-size: 16px;
  text-align: left;
}
.entry-content p.has-small-font-size,
.entry-content h1.has-small-font-size,
.entry-content h2.has-small-font-size,
.entry-content h3.has-small-font-size,
.entry-content h4.has-small-font-size,
.entry-content h5.has-small-font-size,
.entry-content h6.has-small-font-size,
.editor-styles-wrapper p.has-small-font-size,
.editor-styles-wrapper h1.has-small-font-size,
.editor-styles-wrapper h2.has-small-font-size,
.editor-styles-wrapper h3.has-small-font-size,
.editor-styles-wrapper h4.has-small-font-size,
.editor-styles-wrapper h5.has-small-font-size,
.editor-styles-wrapper h6.has-small-font-size,
.block-editor-block-list__layout p.has-small-font-size,
.block-editor-block-list__layout h1.has-small-font-size,
.block-editor-block-list__layout h2.has-small-font-size,
.block-editor-block-list__layout h3.has-small-font-size,
.block-editor-block-list__layout h4.has-small-font-size,
.block-editor-block-list__layout h5.has-small-font-size,
.block-editor-block-list__layout h6.has-small-font-size,
.summary.entry-summary p.has-small-font-size,
.summary.entry-summary h1.has-small-font-size,
.summary.entry-summary h2.has-small-font-size,
.summary.entry-summary h3.has-small-font-size,
.summary.entry-summary h4.has-small-font-size,
.summary.entry-summary h5.has-small-font-size,
.summary.entry-summary h6.has-small-font-size {
  font-size: 13px;
}
.entry-content p.has-normal-font-size,
.entry-content h1.has-normal-font-size,
.entry-content h2.has-normal-font-size,
.entry-content h3.has-normal-font-size,
.entry-content h4.has-normal-font-size,
.entry-content h5.has-normal-font-size,
.entry-content h6.has-normal-font-size,
.editor-styles-wrapper p.has-normal-font-size,
.editor-styles-wrapper h1.has-normal-font-size,
.editor-styles-wrapper h2.has-normal-font-size,
.editor-styles-wrapper h3.has-normal-font-size,
.editor-styles-wrapper h4.has-normal-font-size,
.editor-styles-wrapper h5.has-normal-font-size,
.editor-styles-wrapper h6.has-normal-font-size,
.block-editor-block-list__layout p.has-normal-font-size,
.block-editor-block-list__layout h1.has-normal-font-size,
.block-editor-block-list__layout h2.has-normal-font-size,
.block-editor-block-list__layout h3.has-normal-font-size,
.block-editor-block-list__layout h4.has-normal-font-size,
.block-editor-block-list__layout h5.has-normal-font-size,
.block-editor-block-list__layout h6.has-normal-font-size,
.summary.entry-summary p.has-normal-font-size,
.summary.entry-summary h1.has-normal-font-size,
.summary.entry-summary h2.has-normal-font-size,
.summary.entry-summary h3.has-normal-font-size,
.summary.entry-summary h4.has-normal-font-size,
.summary.entry-summary h5.has-normal-font-size,
.summary.entry-summary h6.has-normal-font-size {
  font-size: 16px;
}
.entry-content p.has-medium-font-size,
.entry-content h1.has-medium-font-size,
.entry-content h2.has-medium-font-size,
.entry-content h3.has-medium-font-size,
.entry-content h4.has-medium-font-size,
.entry-content h5.has-medium-font-size,
.entry-content h6.has-medium-font-size,
.editor-styles-wrapper p.has-medium-font-size,
.editor-styles-wrapper h1.has-medium-font-size,
.editor-styles-wrapper h2.has-medium-font-size,
.editor-styles-wrapper h3.has-medium-font-size,
.editor-styles-wrapper h4.has-medium-font-size,
.editor-styles-wrapper h5.has-medium-font-size,
.editor-styles-wrapper h6.has-medium-font-size,
.block-editor-block-list__layout p.has-medium-font-size,
.block-editor-block-list__layout h1.has-medium-font-size,
.block-editor-block-list__layout h2.has-medium-font-size,
.block-editor-block-list__layout h3.has-medium-font-size,
.block-editor-block-list__layout h4.has-medium-font-size,
.block-editor-block-list__layout h5.has-medium-font-size,
.block-editor-block-list__layout h6.has-medium-font-size,
.summary.entry-summary p.has-medium-font-size,
.summary.entry-summary h1.has-medium-font-size,
.summary.entry-summary h2.has-medium-font-size,
.summary.entry-summary h3.has-medium-font-size,
.summary.entry-summary h4.has-medium-font-size,
.summary.entry-summary h5.has-medium-font-size,
.summary.entry-summary h6.has-medium-font-size {
  font-size: 20px;
}
.entry-content p.has-large-font-size,
.entry-content h1.has-large-font-size,
.entry-content h2.has-large-font-size,
.entry-content h3.has-large-font-size,
.entry-content h4.has-large-font-size,
.entry-content h5.has-large-font-size,
.entry-content h6.has-large-font-size,
.editor-styles-wrapper p.has-large-font-size,
.editor-styles-wrapper h1.has-large-font-size,
.editor-styles-wrapper h2.has-large-font-size,
.editor-styles-wrapper h3.has-large-font-size,
.editor-styles-wrapper h4.has-large-font-size,
.editor-styles-wrapper h5.has-large-font-size,
.editor-styles-wrapper h6.has-large-font-size,
.block-editor-block-list__layout p.has-large-font-size,
.block-editor-block-list__layout h1.has-large-font-size,
.block-editor-block-list__layout h2.has-large-font-size,
.block-editor-block-list__layout h3.has-large-font-size,
.block-editor-block-list__layout h4.has-large-font-size,
.block-editor-block-list__layout h5.has-large-font-size,
.block-editor-block-list__layout h6.has-large-font-size,
.summary.entry-summary p.has-large-font-size,
.summary.entry-summary h1.has-large-font-size,
.summary.entry-summary h2.has-large-font-size,
.summary.entry-summary h3.has-large-font-size,
.summary.entry-summary h4.has-large-font-size,
.summary.entry-summary h5.has-large-font-size,
.summary.entry-summary h6.has-large-font-size {
  font-size: 36px;
}
.entry-content p.has-huge-font-size,
.entry-content h1.has-huge-font-size,
.entry-content h2.has-huge-font-size,
.entry-content h3.has-huge-font-size,
.entry-content h4.has-huge-font-size,
.entry-content h5.has-huge-font-size,
.entry-content h6.has-huge-font-size,
.editor-styles-wrapper p.has-huge-font-size,
.editor-styles-wrapper h1.has-huge-font-size,
.editor-styles-wrapper h2.has-huge-font-size,
.editor-styles-wrapper h3.has-huge-font-size,
.editor-styles-wrapper h4.has-huge-font-size,
.editor-styles-wrapper h5.has-huge-font-size,
.editor-styles-wrapper h6.has-huge-font-size,
.block-editor-block-list__layout p.has-huge-font-size,
.block-editor-block-list__layout h1.has-huge-font-size,
.block-editor-block-list__layout h2.has-huge-font-size,
.block-editor-block-list__layout h3.has-huge-font-size,
.block-editor-block-list__layout h4.has-huge-font-size,
.block-editor-block-list__layout h5.has-huge-font-size,
.block-editor-block-list__layout h6.has-huge-font-size,
.summary.entry-summary p.has-huge-font-size,
.summary.entry-summary h1.has-huge-font-size,
.summary.entry-summary h2.has-huge-font-size,
.summary.entry-summary h3.has-huge-font-size,
.summary.entry-summary h4.has-huge-font-size,
.summary.entry-summary h5.has-huge-font-size,
.summary.entry-summary h6.has-huge-font-size {
  font-size: 42px;
}
.entry-content em,
.editor-styles-wrapper em,
.block-editor-block-list__layout em,
.summary.entry-summary em {
  font-style: italic;
}
.entry-content .wp-block-categories .wp-block-categories__list a,
.entry-content .wp-block-latest-posts__list a,
.editor-styles-wrapper .wp-block-categories .wp-block-categories__list a,
.editor-styles-wrapper .wp-block-latest-posts__list a,
.block-editor-block-list__layout .wp-block-categories .wp-block-categories__list a,
.block-editor-block-list__layout .wp-block-latest-posts__list a,
.summary.entry-summary .wp-block-categories .wp-block-categories__list a,
.summary.entry-summary .wp-block-latest-posts__list a {
  color: #22148B;
  text-decoration: underline;
}
.entry-content .wp-block-categories .wp-block-categories__list a:visited,
.entry-content .wp-block-latest-posts__list a:visited,
.editor-styles-wrapper .wp-block-categories .wp-block-categories__list a:visited,
.editor-styles-wrapper .wp-block-latest-posts__list a:visited,
.block-editor-block-list__layout .wp-block-categories .wp-block-categories__list a:visited,
.block-editor-block-list__layout .wp-block-latest-posts__list a:visited,
.summary.entry-summary .wp-block-categories .wp-block-categories__list a:visited,
.summary.entry-summary .wp-block-latest-posts__list a:visited {
  color: #22148B;
}
.entry-content .wp-block-categories .wp-block-categories__list a:focus, .entry-content .wp-block-categories .wp-block-categories__list a:hover,
.entry-content .wp-block-latest-posts__list a:focus,
.entry-content .wp-block-latest-posts__list a:hover,
.editor-styles-wrapper .wp-block-categories .wp-block-categories__list a:focus,
.editor-styles-wrapper .wp-block-categories .wp-block-categories__list a:hover,
.editor-styles-wrapper .wp-block-latest-posts__list a:focus,
.editor-styles-wrapper .wp-block-latest-posts__list a:hover,
.block-editor-block-list__layout .wp-block-categories .wp-block-categories__list a:focus,
.block-editor-block-list__layout .wp-block-categories .wp-block-categories__list a:hover,
.block-editor-block-list__layout .wp-block-latest-posts__list a:focus,
.block-editor-block-list__layout .wp-block-latest-posts__list a:hover,
.summary.entry-summary .wp-block-categories .wp-block-categories__list a:focus,
.summary.entry-summary .wp-block-categories .wp-block-categories__list a:hover,
.summary.entry-summary .wp-block-latest-posts__list a:focus,
.summary.entry-summary .wp-block-latest-posts__list a:hover {
  color: #16181e;
  text-decoration: none;
}
.entry-content .wp-block-categories.aligncenter,
.editor-styles-wrapper .wp-block-categories.aligncenter,
.block-editor-block-list__layout .wp-block-categories.aligncenter,
.summary.entry-summary .wp-block-categories.aligncenter {
  text-align: center;
}
.entry-content .wp-block-cover,
.editor-styles-wrapper .wp-block-cover,
.block-editor-block-list__layout .wp-block-cover,
.summary.entry-summary .wp-block-cover {
  margin-bottom: 60px !important;
  overflow: hidden;
  padding: 200px 30px;
}
.entry-content .wp-block-cover .wp-block-cover__inner-container,
.editor-styles-wrapper .wp-block-cover .wp-block-cover__inner-container,
.block-editor-block-list__layout .wp-block-cover .wp-block-cover__inner-container,
.summary.entry-summary .wp-block-cover .wp-block-cover__inner-container {
  margin: 0 auto;
  max-width: 900px;
}
.entry-content .wp-block-cover p,
.editor-styles-wrapper .wp-block-cover p,
.block-editor-block-list__layout .wp-block-cover p,
.summary.entry-summary .wp-block-cover p {
  font-family: "Poppins", sans-serif;
  font-size: 32px;
  font-weight: 800;
  line-height: 1.1;
  margin-bottom: 0;
  margin-top: 0 !important;
}
.entry-content .wp-block-cover .wp-block-buttons,
.editor-styles-wrapper .wp-block-cover .wp-block-buttons,
.block-editor-block-list__layout .wp-block-cover .wp-block-buttons,
.summary.entry-summary .wp-block-cover .wp-block-buttons {
  margin-top: 40px;
}
@media (min-width: 992px) {
  .entry-content .wp-block-cover.alignwide,
  .editor-styles-wrapper .wp-block-cover.alignwide,
  .block-editor-block-list__layout .wp-block-cover.alignwide,
  .summary.entry-summary .wp-block-cover.alignwide {
    min-height: 600px;
  }
}
@media (min-width: 992px) {
  .entry-content .wp-block-cover.alignfull,
  .editor-styles-wrapper .wp-block-cover.alignfull,
  .block-editor-block-list__layout .wp-block-cover.alignfull,
  .summary.entry-summary .wp-block-cover.alignfull {
    min-height: 800px;
  }
}
.entry-content .wp-block-button a.wp-block-button__link,
.entry-content .wp-block-button div.wp-block-button__link,
.entry-content .wp-block-button button.wp-block-button__link,
.editor-styles-wrapper .wp-block-button a.wp-block-button__link,
.editor-styles-wrapper .wp-block-button div.wp-block-button__link,
.editor-styles-wrapper .wp-block-button button.wp-block-button__link,
.block-editor-block-list__layout .wp-block-button a.wp-block-button__link,
.block-editor-block-list__layout .wp-block-button div.wp-block-button__link,
.block-editor-block-list__layout .wp-block-button button.wp-block-button__link,
.summary.entry-summary .wp-block-button a.wp-block-button__link,
.summary.entry-summary .wp-block-button div.wp-block-button__link,
.summary.entry-summary .wp-block-button button.wp-block-button__link {
  background: #22148B;
  border-radius: 25px;
  border: none;
  color: #ffffff;
  cursor: pointer;
  display: inline-block;
  font-family: "Poppins", sans-serif;
  font-size: 14px;
  font-weight: 400;
  letter-spacing: 0.015em;
  line-height: 1.2;
  padding: 12px 40px;
  position: relative;
  text-align: center;
  text-decoration: none;
  -webkit-transition: all 0.35s ease-in-out;
       -o-transition: all 0.35s ease-in-out;
          transition: all 0.35s ease-in-out;
}
.entry-content .wp-block-button a.wp-block-button__link:focus, .entry-content .wp-block-button a.wp-block-button__link:hover,
.entry-content .wp-block-button div.wp-block-button__link:focus,
.entry-content .wp-block-button div.wp-block-button__link:hover,
.entry-content .wp-block-button button.wp-block-button__link:focus,
.entry-content .wp-block-button button.wp-block-button__link:hover,
.editor-styles-wrapper .wp-block-button a.wp-block-button__link:focus,
.editor-styles-wrapper .wp-block-button a.wp-block-button__link:hover,
.editor-styles-wrapper .wp-block-button div.wp-block-button__link:focus,
.editor-styles-wrapper .wp-block-button div.wp-block-button__link:hover,
.editor-styles-wrapper .wp-block-button button.wp-block-button__link:focus,
.editor-styles-wrapper .wp-block-button button.wp-block-button__link:hover,
.block-editor-block-list__layout .wp-block-button a.wp-block-button__link:focus,
.block-editor-block-list__layout .wp-block-button a.wp-block-button__link:hover,
.block-editor-block-list__layout .wp-block-button div.wp-block-button__link:focus,
.block-editor-block-list__layout .wp-block-button div.wp-block-button__link:hover,
.block-editor-block-list__layout .wp-block-button button.wp-block-button__link:focus,
.block-editor-block-list__layout .wp-block-button button.wp-block-button__link:hover,
.summary.entry-summary .wp-block-button a.wp-block-button__link:focus,
.summary.entry-summary .wp-block-button a.wp-block-button__link:hover,
.summary.entry-summary .wp-block-button div.wp-block-button__link:focus,
.summary.entry-summary .wp-block-button div.wp-block-button__link:hover,
.summary.entry-summary .wp-block-button button.wp-block-button__link:focus,
.summary.entry-summary .wp-block-button button.wp-block-button__link:hover {
  background-color: #16181e;
  border-color: #ffffff;
  color: #ffffff;
  -webkit-transition: all 0.35s ease-in-out;
       -o-transition: all 0.35s ease-in-out;
          transition: all 0.35s ease-in-out;
}
.entry-content .wp-block-button.is-style-outline .wp-block-button__link,
.editor-styles-wrapper .wp-block-button.is-style-outline .wp-block-button__link,
.block-editor-block-list__layout .wp-block-button.is-style-outline .wp-block-button__link,
.summary.entry-summary .wp-block-button.is-style-outline .wp-block-button__link {
  background: transparent;
  border: 1px solid #22148B;
  color: #22148B;
}
.entry-content .wp-block-button.is-style-outline .wp-block-button__link:focus, .entry-content .wp-block-button.is-style-outline .wp-block-button__link:hover,
.editor-styles-wrapper .wp-block-button.is-style-outline .wp-block-button__link:focus,
.editor-styles-wrapper .wp-block-button.is-style-outline .wp-block-button__link:hover,
.block-editor-block-list__layout .wp-block-button.is-style-outline .wp-block-button__link:focus,
.block-editor-block-list__layout .wp-block-button.is-style-outline .wp-block-button__link:hover,
.summary.entry-summary .wp-block-button.is-style-outline .wp-block-button__link:focus,
.summary.entry-summary .wp-block-button.is-style-outline .wp-block-button__link:hover {
  background-color: #22148B;
  border-color: #22148B;
  color: #ffffff;
  -webkit-transition: all 0.35s ease-in-out;
       -o-transition: all 0.35s ease-in-out;
          transition: all 0.35s ease-in-out;
}
.entry-content .wp-block-gallery .blocks-gallery-grid,
.editor-styles-wrapper .wp-block-gallery .blocks-gallery-grid,
.block-editor-block-list__layout .wp-block-gallery .blocks-gallery-grid,
.summary.entry-summary .wp-block-gallery .blocks-gallery-grid {
  margin-left: 0;
}
.entry-content .wp-block-gallery .blocks-gallery-item,
.editor-styles-wrapper .wp-block-gallery .blocks-gallery-item,
.block-editor-block-list__layout .wp-block-gallery .blocks-gallery-item,
.summary.entry-summary .wp-block-gallery .blocks-gallery-item {
  padding-left: 0;
}
.entry-content .wp-block-gallery .blocks-gallery-item figure,
.editor-styles-wrapper .wp-block-gallery .blocks-gallery-item figure,
.block-editor-block-list__layout .wp-block-gallery .blocks-gallery-item figure,
.summary.entry-summary .wp-block-gallery .blocks-gallery-item figure {
  position: relative;
}
.entry-content .wp-block-gallery.alignfull,
.editor-styles-wrapper .wp-block-gallery.alignfull,
.block-editor-block-list__layout .wp-block-gallery.alignfull,
.summary.entry-summary .wp-block-gallery.alignfull {
  left: 50%;
  margin-left: -50vw !important;
  margin-right: -50vw !important;
  max-width: 100vw;
  position: relative;
  right: 50%;
  width: 100vw;
}
.entry-content .wp-block-media-text,
.editor-styles-wrapper .wp-block-media-text,
.block-editor-block-list__layout .wp-block-media-text,
.summary.entry-summary .wp-block-media-text {
  background: #cdebf0;
  padding: 0 0 60px;
  position: relative;
}
@media (min-width: 782px) {
  .entry-content .wp-block-media-text,
  .editor-styles-wrapper .wp-block-media-text,
  .block-editor-block-list__layout .wp-block-media-text,
  .summary.entry-summary .wp-block-media-text {
    padding: 120px 0;
  }
}
.entry-content .wp-block-media-text .wp-block-media-text__media,
.editor-styles-wrapper .wp-block-media-text .wp-block-media-text__media,
.block-editor-block-list__layout .wp-block-media-text .wp-block-media-text__media,
.summary.entry-summary .wp-block-media-text .wp-block-media-text__media {
  padding: 30px;
}
@media (min-width: 782px) {
  .entry-content .wp-block-media-text .wp-block-media-text__media,
  .editor-styles-wrapper .wp-block-media-text .wp-block-media-text__media,
  .block-editor-block-list__layout .wp-block-media-text .wp-block-media-text__media,
  .summary.entry-summary .wp-block-media-text .wp-block-media-text__media {
    padding: 0 0 0 30px;
  }
}
@media (min-width: 1290px) {
  .entry-content .wp-block-media-text .wp-block-media-text__media,
  .editor-styles-wrapper .wp-block-media-text .wp-block-media-text__media,
  .block-editor-block-list__layout .wp-block-media-text .wp-block-media-text__media,
  .summary.entry-summary .wp-block-media-text .wp-block-media-text__media {
    padding-left: 100px;
  }
}
.entry-content .wp-block-media-text .wp-block-media-text__media img,
.editor-styles-wrapper .wp-block-media-text .wp-block-media-text__media img,
.block-editor-block-list__layout .wp-block-media-text .wp-block-media-text__media img,
.summary.entry-summary .wp-block-media-text .wp-block-media-text__media img {
  filter: drop-shadow(30px 30px 20px rgba(0, 0, 0, 0.2)) invert(0);
}
.entry-content .wp-block-media-text .wp-block-media-text__content,
.editor-styles-wrapper .wp-block-media-text .wp-block-media-text__content,
.block-editor-block-list__layout .wp-block-media-text .wp-block-media-text__content,
.summary.entry-summary .wp-block-media-text .wp-block-media-text__content {
  margin-top: 30px;
}
@media (min-width: 782px) {
  .entry-content .wp-block-media-text .wp-block-media-text__content,
  .editor-styles-wrapper .wp-block-media-text .wp-block-media-text__content,
  .block-editor-block-list__layout .wp-block-media-text .wp-block-media-text__content,
  .summary.entry-summary .wp-block-media-text .wp-block-media-text__content {
    padding-right: 30px;
    margin-top: 0;
  }
}
@media (min-width: 1290px) {
  .entry-content .wp-block-media-text .wp-block-media-text__content,
  .editor-styles-wrapper .wp-block-media-text .wp-block-media-text__content,
  .block-editor-block-list__layout .wp-block-media-text .wp-block-media-text__content,
  .summary.entry-summary .wp-block-media-text .wp-block-media-text__content {
    padding-right: 100px;
  }
}
.entry-content .wp-block-media-text .wp-block-media-text__content > p,
.editor-styles-wrapper .wp-block-media-text .wp-block-media-text__content > p,
.block-editor-block-list__layout .wp-block-media-text .wp-block-media-text__content > p,
.summary.entry-summary .wp-block-media-text .wp-block-media-text__content > p {
  color: #000000;
}
.entry-content .wp-block-columns ul,
.entry-content .wp-block-media-text__content ul,
.editor-styles-wrapper .wp-block-columns ul,
.editor-styles-wrapper .wp-block-media-text__content ul,
.block-editor-block-list__layout .wp-block-columns ul,
.block-editor-block-list__layout .wp-block-media-text__content ul,
.summary.entry-summary .wp-block-columns ul,
.summary.entry-summary .wp-block-media-text__content ul {
  margin-bottom: 40px;
  margin-left: 0;
  padding-left: 0;
}
.entry-content .wp-block-columns ul li,
.entry-content .wp-block-media-text__content ul li,
.editor-styles-wrapper .wp-block-columns ul li,
.editor-styles-wrapper .wp-block-media-text__content ul li,
.block-editor-block-list__layout .wp-block-columns ul li,
.block-editor-block-list__layout .wp-block-media-text__content ul li,
.summary.entry-summary .wp-block-columns ul li,
.summary.entry-summary .wp-block-media-text__content ul li {
  color: #16181e;
  list-style: none;
  margin-bottom: 15px;
  padding-left: 30px;
  position: relative;
}
.entry-content .wp-block-columns ul li:before,
.entry-content .wp-block-media-text__content ul li:before,
.editor-styles-wrapper .wp-block-columns ul li:before,
.editor-styles-wrapper .wp-block-media-text__content ul li:before,
.block-editor-block-list__layout .wp-block-columns ul li:before,
.block-editor-block-list__layout .wp-block-media-text__content ul li:before,
.summary.entry-summary .wp-block-columns ul li:before,
.summary.entry-summary .wp-block-media-text__content ul li:before {
  background: url("assets/images/check.svg") no-repeat;
  -webkit-background-size: contain;
          background-size: contain;
  content: "";
  display: inline-block;
  height: 20px;
  left: 0;
  position: absolute;
  top: 5px;
  width: 20px;
}
.entry-content .wp-block-columns ul li.wp-social-link,
.editor-styles-wrapper .wp-block-columns ul li.wp-social-link,
.block-editor-block-list__layout .wp-block-columns ul li.wp-social-link,
.summary.entry-summary .wp-block-columns ul li.wp-social-link {
  padding-left: 0;
}
.entry-content .wp-block-columns ul li.wp-social-link:before,
.editor-styles-wrapper .wp-block-columns ul li.wp-social-link:before,
.block-editor-block-list__layout .wp-block-columns ul li.wp-social-link:before,
.summary.entry-summary .wp-block-columns ul li.wp-social-link:before {
  display: none;
}
.entry-content .wp-caption,
.editor-styles-wrapper .wp-caption,
.block-editor-block-list__layout .wp-caption,
.summary.entry-summary .wp-caption {
  border: none;
  max-width: 100% !important;
  padding: 0;
  position: relative;
}
.entry-content .wp-caption-text,
.editor-styles-wrapper .wp-caption-text,
.block-editor-block-list__layout .wp-caption-text,
.summary.entry-summary .wp-caption-text {
  background: rgba(0, 0, 0, 0.6);
  bottom: 0;
  color: #ffffff;
  font-size: 12px;
  left: 0;
  margin-bottom: 0;
  padding: 10px;
  position: absolute;
  width: 100%;
}
.entry-content .wp-block-columns.alignfull,
.entry-content .wp-block-text-columns.alignfull,
.entry-content .wp-block-group.alignfull,
.editor-styles-wrapper .wp-block-columns.alignfull,
.editor-styles-wrapper .wp-block-text-columns.alignfull,
.editor-styles-wrapper .wp-block-group.alignfull,
.block-editor-block-list__layout .wp-block-columns.alignfull,
.block-editor-block-list__layout .wp-block-text-columns.alignfull,
.block-editor-block-list__layout .wp-block-group.alignfull,
.summary.entry-summary .wp-block-columns.alignfull,
.summary.entry-summary .wp-block-text-columns.alignfull,
.summary.entry-summary .wp-block-group.alignfull {
  padding: 0 40px;
  position: relative;
}
.entry-content .wp-block-embed,
.editor-styles-wrapper .wp-block-embed,
.block-editor-block-list__layout .wp-block-embed,
.summary.entry-summary .wp-block-embed {
  margin-bottom: 50px;
}

.editor-styles-wrapper .wp-block-pullquote blockquote,
.block-editor-block-list__layout .wp-block-pullquote blockquote {
  margin: 0;
}
.editor-styles-wrapper h1.editor-post-title,
.editor-styles-wrapper .editor-post-title__input,
.block-editor-block-list__layout h1.editor-post-title,
.block-editor-block-list__layout .editor-post-title__input {
  font-family: "Poppins", sans-serif;
  font-size: 32px;
  margin-bottom: 60px;
}
.editor-styles-wrapper h1, .editor-styles-wrapper h2, .editor-styles-wrapper h3, .editor-styles-wrapper h4, .editor-styles-wrapper h5, .editor-styles-wrapper h6,
.block-editor-block-list__layout h1,
.block-editor-block-list__layout h2,
.block-editor-block-list__layout h3,
.block-editor-block-list__layout h4,
.block-editor-block-list__layout h5,
.block-editor-block-list__layout h6 {
  margin-top: 0 !important;
}
.editor-styles-wrapper .wp-block-media-text,
.block-editor-block-list__layout .wp-block-media-text {
  background: #cdebf0;
  left: auto;
  margin: 0 auto;
  max-width: none;
  right: auto;
  padding: 60px 0;
  width: 100%;
}
.editor-styles-wrapper .wp-block-media-text figure,
.block-editor-block-list__layout .wp-block-media-text figure {
  padding-left: 20px;
}
.editor-styles-wrapper .wp-block-media-text .wp-block-media-text__media,
.block-editor-block-list__layout .wp-block-media-text .wp-block-media-text__media {
  padding-left: 30px;
}
.editor-styles-wrapper .wp-block-media-text .wp-block-media-text__content,
.block-editor-block-list__layout .wp-block-media-text .wp-block-media-text__content {
  padding-right: 30px;
}
.editor-styles-wrapper .wp-block-gallery.alignfull p,
.block-editor-block-list__layout .wp-block-gallery.alignfull p {
  font-family: "Poppins", sans-serif;
  font-weight: 800;
  line-height: 1.4;
  margin-bottom: 0;
  padding: 0 40px;
}
.editor-styles-wrapper ul,
.editor-styles-wrapper ol,
.block-editor-block-list__layout ul,
.block-editor-block-list__layout ol {
  margin-left: auto;
}
@media (min-width: 992px) {
  .editor-styles-wrapper ul,
  .editor-styles-wrapper ol,
  .block-editor-block-list__layout ul,
  .block-editor-block-list__layout ol {
    margin-left: auto;
  }
}
.editor-styles-wrapper pre,
.editor-styles-wrapper .wp-block-table,
.block-editor-block-list__layout pre,
.block-editor-block-list__layout .wp-block-table {
  margin-left: auto;
  margin-right: auto;
}
.editor-styles-wrapper .wp-block-file,
.block-editor-block-list__layout .wp-block-file {
  margin-bottom: 20px;
}
.editor-styles-wrapper em,
.block-editor-block-list__layout em {
  font-style: italic;
}

.page-template-template-full-width p.has-text-align-center {
  margin-left: auto;
  margin-right: auto;
  max-width: 800px;
}

.edit-post-visual-editor {
  overflow: hidden;
}

.editor-styles-wrapper .block-editor-block-list__layout.is-root-container .wp-block-p75-gutenberg-hero,
.editor-styles-wrapper .block-editor-block-list__layout.is-root-container .p75-icongrid,
.editor-styles-wrapper .block-editor-block-list__layout.is-root-container .p75-logo-content,
.editor-styles-wrapper .block-editor-block-list__layout.is-root-container .p75-columns,
.editor-styles-wrapper .block-editor-block-list__layout.is-root-container .p75-cta {
  max-width: none;
}

.wp-block-embed.alignwide .wp-block-embed__wrapper {
  position: relative;
}
.wp-block-embed.alignwide .wp-block-embed__wrapper:before {
  content: "";
  display: block;
  padding-top: 75%;
}
.wp-block-embed.alignwide .wp-block-embed__wrapper > iframe {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  height: 100%;
  width: 100%;
}
.wp-block-embed.alignfull .wp-block-embed__wrapper {
  position: relative;
}
.wp-block-embed.alignfull .wp-block-embed__wrapper:before {
  content: "";
  display: block;
  padding-top: 75%;
}
.wp-block-embed.alignfull .wp-block-embed__wrapper > iframe {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  height: 100%;
  width: 100%;
}

/* Product Card
----------------------------------------------- */
.entry-content .wp-block-p75-gutenberg-productcard,
.editor-styles-wrapper .wp-block-p75-gutenberg-productcard,
.block-editor-block-list__layout .wp-block-p75-gutenberg-productcard {
  background-color: #16181e;
  border-radius: 10px;
  height: 100%;
  margin: 0 auto;
  max-width: 400px;
  padding: 40px;
  text-align: center;
}
@media (min-width: 992px) {
  .entry-content .wp-block-p75-gutenberg-productcard,
  .editor-styles-wrapper .wp-block-p75-gutenberg-productcard,
  .block-editor-block-list__layout .wp-block-p75-gutenberg-productcard {
    margin: 0;
    max-width: none;
  }
}
.entry-content .wp-block-p75-gutenberg-productcard h2,
.editor-styles-wrapper .wp-block-p75-gutenberg-productcard h2,
.block-editor-block-list__layout .wp-block-p75-gutenberg-productcard h2 {
  color: #cdebf0;
  font-size: 32px;
  margin-bottom: 0;
  text-align: center;
}
.entry-content .wp-block-p75-gutenberg-productcard .wp-block-button + p,
.editor-styles-wrapper .wp-block-p75-gutenberg-productcard .wp-block-button + p,
.block-editor-block-list__layout .wp-block-p75-gutenberg-productcard .wp-block-button + p {
  color: #ffffff;
  font-family: "Noto Serif", sans-serif;
  font-size: 13px;
  line-height: 1.6;
  margin-bottom: 20px;
  text-align: center;
}
@media (min-width: 1290px) {
  .entry-content .wp-block-p75-gutenberg-productcard .wp-block-button + p,
  .editor-styles-wrapper .wp-block-p75-gutenberg-productcard .wp-block-button + p,
  .block-editor-block-list__layout .wp-block-p75-gutenberg-productcard .wp-block-button + p {
    text-align: left;
  }
}
.entry-content .wp-block-p75-gutenberg-productcard ul,
.editor-styles-wrapper .wp-block-p75-gutenberg-productcard ul,
.block-editor-block-list__layout .wp-block-p75-gutenberg-productcard ul {
  color: #ffffff;
  font-family: "Space Mono", sans-serif;
  font-size: 13px;
  margin: 0 auto;
  padding-left: 0;
  text-align: left;
  width: max-content;
}
@media (min-width: 1290px) {
  .entry-content .wp-block-p75-gutenberg-productcard ul,
  .editor-styles-wrapper .wp-block-p75-gutenberg-productcard ul,
  .block-editor-block-list__layout .wp-block-p75-gutenberg-productcard ul {
    margin: 0;
  }
}
.entry-content .wp-block-p75-gutenberg-productcard ul li,
.editor-styles-wrapper .wp-block-p75-gutenberg-productcard ul li,
.block-editor-block-list__layout .wp-block-p75-gutenberg-productcard ul li {
  color: #ffffff;
  font-family: "Space Mono", sans-serif;
  font-size: 13px;
  padding-left: 25px;
  position: relative;
}
.entry-content .wp-block-p75-gutenberg-productcard ul li:before,
.editor-styles-wrapper .wp-block-p75-gutenberg-productcard ul li:before,
.block-editor-block-list__layout .wp-block-p75-gutenberg-productcard ul li:before {
  background: url("assets/images/blue-checkmark.svg") no-repeat;
  left: 0;
  position: absolute;
  top: 0;
}
.entry-content .wp-block-p75-gutenberg-productcard .wp-block-button,
.editor-styles-wrapper .wp-block-p75-gutenberg-productcard .wp-block-button,
.block-editor-block-list__layout .wp-block-p75-gutenberg-productcard .wp-block-button {
  color: #16181e;
  margin-bottom: 30px;
  width: 100%;
}
.entry-content .wp-block-p75-gutenberg-productcard .wp-block-button.is-style-outline .wp-block-button__link,
.editor-styles-wrapper .wp-block-p75-gutenberg-productcard .wp-block-button.is-style-outline .wp-block-button__link,
.block-editor-block-list__layout .wp-block-p75-gutenberg-productcard .wp-block-button.is-style-outline .wp-block-button__link {
  border: 1px solid #ffffff;
  background-color: transparent;
  color: #ffffff;
}
.entry-content .wp-block-p75-gutenberg-productcard .wp-block-button .wp-block-button__link,
.editor-styles-wrapper .wp-block-p75-gutenberg-productcard .wp-block-button .wp-block-button__link,
.block-editor-block-list__layout .wp-block-p75-gutenberg-productcard .wp-block-button .wp-block-button__link {
  background-color: #cdebf0;
  color: #16181e;
}
.entry-content .wp-block-p75-gutenberg-productcard .wp-block-button .wp-block-button__link:active, .entry-content .wp-block-p75-gutenberg-productcard .wp-block-button .wp-block-button__link:visited,
.editor-styles-wrapper .wp-block-p75-gutenberg-productcard .wp-block-button .wp-block-button__link:active,
.editor-styles-wrapper .wp-block-p75-gutenberg-productcard .wp-block-button .wp-block-button__link:visited,
.block-editor-block-list__layout .wp-block-p75-gutenberg-productcard .wp-block-button .wp-block-button__link:active,
.block-editor-block-list__layout .wp-block-p75-gutenberg-productcard .wp-block-button .wp-block-button__link:visited {
  color: #16181e;
}
.entry-content .wp-block-p75-gutenberg-productcard .wp-block-button .wp-block-button__link:focus, .entry-content .wp-block-p75-gutenberg-productcard .wp-block-button .wp-block-button__link:hover,
.editor-styles-wrapper .wp-block-p75-gutenberg-productcard .wp-block-button .wp-block-button__link:focus,
.editor-styles-wrapper .wp-block-p75-gutenberg-productcard .wp-block-button .wp-block-button__link:hover,
.block-editor-block-list__layout .wp-block-p75-gutenberg-productcard .wp-block-button .wp-block-button__link:focus,
.block-editor-block-list__layout .wp-block-p75-gutenberg-productcard .wp-block-button .wp-block-button__link:hover {
  background-color: #ffffff;
  color: #16181e;
}
.entry-content .wp-block-p75-gutenberg-productcard .wp-block-button:not(.has-text-color):not(.is-style-outline) [data-rich-text-placeholder]:after,
.editor-styles-wrapper .wp-block-p75-gutenberg-productcard .wp-block-button:not(.has-text-color):not(.is-style-outline) [data-rich-text-placeholder]:after,
.block-editor-block-list__layout .wp-block-p75-gutenberg-productcard .wp-block-button:not(.has-text-color):not(.is-style-outline) [data-rich-text-placeholder]:after {
  color: #16181e !important;
}

/* P75 Columns
----------------------------------------------- */
@media (min-width: 782px) {
  .entry-content .wp-block-columns:not(.is-not-stacked-on-mobile) > .wp-block-column,
  .editor-styles-wrapper .wp-block-columns:not(.is-not-stacked-on-mobile) > .wp-block-column,
  .block-editor-block-list__layout .wp-block-columns:not(.is-not-stacked-on-mobile) > .wp-block-column {
    -ms-flex-preferred-size: auto;
        flex-basis: auto;
  }
}
@media (min-width: 1290px) {
  .entry-content .wp-block-columns:not(.is-not-stacked-on-mobile) > .wp-block-column,
  .editor-styles-wrapper .wp-block-columns:not(.is-not-stacked-on-mobile) > .wp-block-column,
  .block-editor-block-list__layout .wp-block-columns:not(.is-not-stacked-on-mobile) > .wp-block-column {
    -ms-flex-preferred-size: 0;
        flex-basis: 0;
  }
}
@media (min-width: 782px) {
  .entry-content .wp-block-p75-gutenberg-icongrid .wp-block-columns:not(.is-not-stacked-on-mobile) > .wp-block-column,
  .editor-styles-wrapper .wp-block-p75-gutenberg-icongrid .wp-block-columns:not(.is-not-stacked-on-mobile) > .wp-block-column,
  .block-editor-block-list__layout .wp-block-p75-gutenberg-icongrid .wp-block-columns:not(.is-not-stacked-on-mobile) > .wp-block-column {
    -ms-flex-preferred-size: 0;
        flex-basis: 0;
  }
}
.entry-content .wp-block-p75-gutenberg-columns,
.editor-styles-wrapper .wp-block-p75-gutenberg-columns,
.block-editor-block-list__layout .wp-block-p75-gutenberg-columns {
  padding: 60px 0;
  position: relative;
  /* Add vertical breathing room to the full row of columns. */
  /* Add horiztonal breathing room between individual columns. */
}
.entry-content .wp-block-p75-gutenberg-columns:before,
.editor-styles-wrapper .wp-block-p75-gutenberg-columns:before,
.block-editor-block-list__layout .wp-block-p75-gutenberg-columns:before {
  background: #cdebf0;
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  height: 80%;
  width: 100%;
}
.entry-content .wp-block-p75-gutenberg-columns .p75-columns__outer,
.editor-styles-wrapper .wp-block-p75-gutenberg-columns .p75-columns__outer,
.block-editor-block-list__layout .wp-block-p75-gutenberg-columns .p75-columns__outer {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  gap: 0;
}
.entry-content .wp-block-p75-gutenberg-columns .p75-columns__inner,
.editor-styles-wrapper .wp-block-p75-gutenberg-columns .p75-columns__inner,
.block-editor-block-list__layout .wp-block-p75-gutenberg-columns .p75-columns__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  gap: 0;
}
@media (min-width: 782px) {
  .entry-content .wp-block-p75-gutenberg-columns .p75-columns__inner,
  .editor-styles-wrapper .wp-block-p75-gutenberg-columns .p75-columns__inner,
  .block-editor-block-list__layout .wp-block-p75-gutenberg-columns .p75-columns__inner {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -ms-flex-wrap: wrap !important;
        flex-wrap: wrap !important;
  }
}
.entry-content .wp-block-p75-gutenberg-columns .p75-columns__inner,
.editor-styles-wrapper .wp-block-p75-gutenberg-columns .p75-columns__inner,
.block-editor-block-list__layout .wp-block-p75-gutenberg-columns .p75-columns__inner {
  margin: 20px 0;
}
.entry-content .wp-block-p75-gutenberg-columns .p75-columns__inner,
.editor-styles-wrapper .wp-block-p75-gutenberg-columns .p75-columns__inner,
.block-editor-block-list__layout .wp-block-p75-gutenberg-columns .p75-columns__inner {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  gap: 0;
}
@media (min-width: 782px) {
  .entry-content .wp-block-p75-gutenberg-columns .p75-columns__inner,
  .editor-styles-wrapper .wp-block-p75-gutenberg-columns .p75-columns__inner,
  .block-editor-block-list__layout .wp-block-p75-gutenberg-columns .p75-columns__inner {
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
    width: 100%;
  }
}
@media (min-width: 1290px) {
  .entry-content .wp-block-p75-gutenberg-columns .p75-columns__inner,
  .editor-styles-wrapper .wp-block-p75-gutenberg-columns .p75-columns__inner,
  .block-editor-block-list__layout .wp-block-p75-gutenberg-columns .p75-columns__inner {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
  }
}
.entry-content .wp-block-p75-gutenberg-columns .p75-columns__inner .wp-block-column,
.editor-styles-wrapper .wp-block-p75-gutenberg-columns .p75-columns__inner .wp-block-column,
.block-editor-block-list__layout .wp-block-p75-gutenberg-columns .p75-columns__inner .wp-block-column {
  margin-left: 0;
  margin-bottom: 20px;
}
@media (min-width: 782px) {
  .entry-content .wp-block-p75-gutenberg-columns .p75-columns__inner .wp-block-column,
  .editor-styles-wrapper .wp-block-p75-gutenberg-columns .p75-columns__inner .wp-block-column,
  .block-editor-block-list__layout .wp-block-p75-gutenberg-columns .p75-columns__inner .wp-block-column {
    margin: 0 10px 20px;
  }
}
.entry-content .wp-block-p75-gutenberg-columns .p75-columns__inner,
.entry-content .wp-block-p75-gutenberg-columns .block-editor-block-list__layout,
.editor-styles-wrapper .wp-block-p75-gutenberg-columns .p75-columns__inner,
.editor-styles-wrapper .wp-block-p75-gutenberg-columns .block-editor-block-list__layout,
.block-editor-block-list__layout .wp-block-p75-gutenberg-columns .p75-columns__inner,
.block-editor-block-list__layout .wp-block-p75-gutenberg-columns .block-editor-block-list__layout {
  position: relative;
}
.entry-content .wp-block-p75-gutenberg-columns .wp-block-p75-gutenberg-subtitle,
.entry-content .wp-block-p75-gutenberg-columns h2,
.entry-content .wp-block-p75-gutenberg-columns p,
.editor-styles-wrapper .wp-block-p75-gutenberg-columns .wp-block-p75-gutenberg-subtitle,
.editor-styles-wrapper .wp-block-p75-gutenberg-columns h2,
.editor-styles-wrapper .wp-block-p75-gutenberg-columns p,
.block-editor-block-list__layout .wp-block-p75-gutenberg-columns .wp-block-p75-gutenberg-subtitle,
.block-editor-block-list__layout .wp-block-p75-gutenberg-columns h2,
.block-editor-block-list__layout .wp-block-p75-gutenberg-columns p {
  display: block;
  position: relative;
  width: 100%;
}
.entry-content .wp-block-p75-gutenberg-columns .wp-block-p75-gutenberg-subtitle.has-text-align-center,
.entry-content .wp-block-p75-gutenberg-columns h2.has-text-align-center,
.entry-content .wp-block-p75-gutenberg-columns p.has-text-align-center,
.editor-styles-wrapper .wp-block-p75-gutenberg-columns .wp-block-p75-gutenberg-subtitle.has-text-align-center,
.editor-styles-wrapper .wp-block-p75-gutenberg-columns h2.has-text-align-center,
.editor-styles-wrapper .wp-block-p75-gutenberg-columns p.has-text-align-center,
.block-editor-block-list__layout .wp-block-p75-gutenberg-columns .wp-block-p75-gutenberg-subtitle.has-text-align-center,
.block-editor-block-list__layout .wp-block-p75-gutenberg-columns h2.has-text-align-center,
.block-editor-block-list__layout .wp-block-p75-gutenberg-columns p.has-text-align-center {
  margin-left: auto;
  margin-right: auto;
  max-width: 800px;
}
.entry-content .wp-block-p75-gutenberg-columns h2,
.editor-styles-wrapper .wp-block-p75-gutenberg-columns h2,
.block-editor-block-list__layout .wp-block-p75-gutenberg-columns h2 {
  font-size: 32px;
}
@media (min-width: 782px) {
  .entry-content .wp-block-p75-gutenberg-columns h2,
  .editor-styles-wrapper .wp-block-p75-gutenberg-columns h2,
  .block-editor-block-list__layout .wp-block-p75-gutenberg-columns h2 {
    font-size: 39px;
    font-weight: 700;
  }
}

.editor-styles-wrapper .wp-block-p75-gutenberg-columns,
.block-editor-block-list__layout .wp-block-p75-gutenberg-columns {
  margin-bottom: 30px;
}
.editor-styles-wrapper .wp-block-p75-gutenberg-columns .p75-columns__outer,
.block-editor-block-list__layout .wp-block-p75-gutenberg-columns .p75-columns__outer {
  margin: 0 auto;
  max-width: 1200px;
}
.editor-styles-wrapper .wp-block-p75-gutenberg-columns .p75-columns__outer > h2,
.editor-styles-wrapper .wp-block-p75-gutenberg-columns .p75-columns__outer > p,
.block-editor-block-list__layout .wp-block-p75-gutenberg-columns .p75-columns__outer > h2,
.block-editor-block-list__layout .wp-block-p75-gutenberg-columns .p75-columns__outer > p {
  margin-bottom: 50px;
}
.editor-styles-wrapper .wp-block-p75-gutenberg-columns .p75-columns__outer .wp-block-p75-gutenberg-productcard,
.block-editor-block-list__layout .wp-block-p75-gutenberg-columns .p75-columns__outer .wp-block-p75-gutenberg-productcard {
  padding: 20px;
}
.editor-styles-wrapper .wp-block-p75-gutenberg-columns h2,
.block-editor-block-list__layout .wp-block-p75-gutenberg-columns h2 {
  margin-bottom: 0;
  margin-top: 0;
}

.editor-styles-wrapper .wp-block-p75-gutenberg-columns,
.block-editor-block-list__layout .wp-block-p75-gutenberg-columns {
  padding-left: 20px;
  padding-right: 20px;
}

/* P75 Price
----------------------------------------------- */
.entry-content .wp-block-p75-gutenberg-price,
.editor-styles-wrapper .wp-block-p75-gutenberg-price,
.block-editor-block-list__layout .wp-block-p75-gutenberg-price {
  display: block;
  padding-bottom: 0;
  text-align: center;
}
.entry-content .wp-block-p75-gutenberg-price .block-editor-inner-blocks,
.entry-content .wp-block-p75-gutenberg-price .block-editor-block-list__layout,
.editor-styles-wrapper .wp-block-p75-gutenberg-price .block-editor-inner-blocks,
.editor-styles-wrapper .wp-block-p75-gutenberg-price .block-editor-block-list__layout,
.block-editor-block-list__layout .wp-block-p75-gutenberg-price .block-editor-inner-blocks,
.block-editor-block-list__layout .wp-block-p75-gutenberg-price .block-editor-block-list__layout {
  display: inline;
}
.entry-content .wp-block-p75-gutenberg-price p.p75-price__cost,
.editor-styles-wrapper .wp-block-p75-gutenberg-price p.p75-price__cost,
.block-editor-block-list__layout .wp-block-p75-gutenberg-price p.p75-price__cost {
  color: #ffffff;
  display: inline;
  font-family: "Poppins", sans-serif;
  font-size: 60px;
  font-weight: 900;
}
.entry-content .wp-block-p75-gutenberg-price p.p75-price__per,
.editor-styles-wrapper .wp-block-p75-gutenberg-price p.p75-price__per,
.block-editor-block-list__layout .wp-block-p75-gutenberg-price p.p75-price__per {
  color: #666666;
  display: inline;
  font-family: "Poppins", sans-serif;
  font-size: 18px;
  font-weight: 600;
  position: relative;
  top: -15px;
}
.entry-content .wp-block-p75-gutenberg-price .price-symbol,
.editor-styles-wrapper .wp-block-p75-gutenberg-price .price-symbol,
.block-editor-block-list__layout .wp-block-p75-gutenberg-price .price-symbol {
  color: #ffffff;
  display: inline;
  font-family: "Poppins", sans-serif;
  font-size: 32px;
  position: relative;
  top: -20px;
}

.editor-styles-wrapper .p75-price__cost,
.block-editor-block-list__layout .p75-price__cost {
  border: 1px solid #333;
  padding: 5px;
}
.editor-styles-wrapper .p75-price__per,
.block-editor-block-list__layout .p75-price__per {
  border: 1px solid #333;
  margin-left: 10px;
  padding: 5px;
}

/* P75 Hero
----------------------------------------------- */
.entry-content .wp-block-p75-gutenberg-hero,
.editor-styles-wrapper .wp-block-p75-gutenberg-hero,
.block-editor-block-list__layout .wp-block-p75-gutenberg-hero {
  padding: 20px 0;
  position: relative;
}
.entry-content .wp-block-p75-gutenberg-hero:after,
.editor-styles-wrapper .wp-block-p75-gutenberg-hero:after,
.block-editor-block-list__layout .wp-block-p75-gutenberg-hero:after {
  background-color: #cdebf0;
  bottom: 0;
  content: "";
  height: 100%;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  width: 100%;
}
@media (min-width: 992px) {
  .entry-content .wp-block-p75-gutenberg-hero,
  .editor-styles-wrapper .wp-block-p75-gutenberg-hero,
  .block-editor-block-list__layout .wp-block-p75-gutenberg-hero {
    margin-bottom: 100px;
  }
}
@media (min-width: 1290px) {
  .entry-content .wp-block-p75-gutenberg-hero,
  .editor-styles-wrapper .wp-block-p75-gutenberg-hero,
  .block-editor-block-list__layout .wp-block-p75-gutenberg-hero {
    padding: 130px 0 10px;
  }
}
.entry-content .wp-block-p75-gutenberg-hero .block-editor-block-list__layout,
.editor-styles-wrapper .wp-block-p75-gutenberg-hero .block-editor-block-list__layout,
.block-editor-block-list__layout .wp-block-p75-gutenberg-hero .block-editor-block-list__layout {
  margin: 0 auto;
  max-width: 1200px;
  width: 100%;
}
.entry-content .wp-block-p75-gutenberg-hero .p75-hero__content,
.entry-content .wp-block-p75-gutenberg-hero .block-editor-inner-blocks,
.editor-styles-wrapper .wp-block-p75-gutenberg-hero .p75-hero__content,
.editor-styles-wrapper .wp-block-p75-gutenberg-hero .block-editor-inner-blocks,
.block-editor-block-list__layout .wp-block-p75-gutenberg-hero .p75-hero__content,
.block-editor-block-list__layout .wp-block-p75-gutenberg-hero .block-editor-inner-blocks {
  position: relative;
  -webkit-transition: opacity 0.15s ease-in-out;
       -o-transition: opacity 0.15s ease-in-out;
          transition: opacity 0.15s ease-in-out;
  width: 100%;
  z-index: 2;
}
.entry-content .wp-block-p75-gutenberg-hero .wp-block-columns,
.entry-content .wp-block-p75-gutenberg-hero .block-editor-block-list__layout,
.editor-styles-wrapper .wp-block-p75-gutenberg-hero .wp-block-columns,
.editor-styles-wrapper .wp-block-p75-gutenberg-hero .block-editor-block-list__layout,
.block-editor-block-list__layout .wp-block-p75-gutenberg-hero .wp-block-columns,
.block-editor-block-list__layout .wp-block-p75-gutenberg-hero .block-editor-block-list__layout {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  z-index: 2;
}
@media (min-width: 782px) {
  .entry-content .wp-block-p75-gutenberg-hero .wp-block-columns,
  .entry-content .wp-block-p75-gutenberg-hero .block-editor-block-list__layout,
  .editor-styles-wrapper .wp-block-p75-gutenberg-hero .wp-block-columns,
  .editor-styles-wrapper .wp-block-p75-gutenberg-hero .block-editor-block-list__layout,
  .block-editor-block-list__layout .wp-block-p75-gutenberg-hero .wp-block-columns,
  .block-editor-block-list__layout .wp-block-p75-gutenberg-hero .block-editor-block-list__layout {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}
.entry-content .wp-block-p75-gutenberg-hero .wp-block-column:first-child,
.editor-styles-wrapper .wp-block-p75-gutenberg-hero .wp-block-column:first-child,
.block-editor-block-list__layout .wp-block-p75-gutenberg-hero .wp-block-column:first-child {
  display: block;
  color: #16181e;
  -webkit-box-flex: 2;
      -ms-flex: 2;
          flex: 2;
  padding-bottom: 40px;
}
@media (min-width: 782px) {
  .entry-content .wp-block-p75-gutenberg-hero .wp-block-column:first-child,
  .editor-styles-wrapper .wp-block-p75-gutenberg-hero .wp-block-column:first-child,
  .block-editor-block-list__layout .wp-block-p75-gutenberg-hero .wp-block-column:first-child {
    padding-bottom: 0;
    padding-right: 30px;
  }
}
.entry-content .wp-block-p75-gutenberg-hero .wp-block-column:last-child,
.editor-styles-wrapper .wp-block-p75-gutenberg-hero .wp-block-column:last-child,
.block-editor-block-list__layout .wp-block-p75-gutenberg-hero .wp-block-column:last-child {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1.2;
      -ms-flex: 1.2;
          flex: 1.2;
  position: relative;
  z-index: 1;
}
@media (min-width: 782px) {
  .entry-content .wp-block-p75-gutenberg-hero .wp-block-column:last-child .wp-block-image,
  .editor-styles-wrapper .wp-block-p75-gutenberg-hero .wp-block-column:last-child .wp-block-image,
  .block-editor-block-list__layout .wp-block-p75-gutenberg-hero .wp-block-column:last-child .wp-block-image {
    margin-bottom: -100px;
  }
}
.entry-content .wp-block-p75-gutenberg-hero .wp-block-column:last-child .wp-block-image img,
.editor-styles-wrapper .wp-block-p75-gutenberg-hero .wp-block-column:last-child .wp-block-image img,
.block-editor-block-list__layout .wp-block-p75-gutenberg-hero .wp-block-column:last-child .wp-block-image img {
  filter: drop-shadow(30px 30px 20px rgba(0, 0, 0, 0.2)) invert(0);
  border-top-right-radius: 20px;
  border-bottom-left-radius: 20px;
}
.entry-content .wp-block-p75-gutenberg-hero h1,
.entry-content .wp-block-p75-gutenberg-hero h2,
.editor-styles-wrapper .wp-block-p75-gutenberg-hero h1,
.editor-styles-wrapper .wp-block-p75-gutenberg-hero h2,
.block-editor-block-list__layout .wp-block-p75-gutenberg-hero h1,
.block-editor-block-list__layout .wp-block-p75-gutenberg-hero h2 {
  color: #000000;
  font-family: "Poppins", sans-serif;
  font-size: 48px;
  font-weight: 800;
  line-height: 0.8;
  max-width: 800px;
  position: relative;
  z-index: 2;
}
@media (min-width: 1290px) {
  .entry-content .wp-block-p75-gutenberg-hero h1,
  .entry-content .wp-block-p75-gutenberg-hero h2,
  .editor-styles-wrapper .wp-block-p75-gutenberg-hero h1,
  .editor-styles-wrapper .wp-block-p75-gutenberg-hero h2,
  .block-editor-block-list__layout .wp-block-p75-gutenberg-hero h1,
  .block-editor-block-list__layout .wp-block-p75-gutenberg-hero h2 {
    font-size: 75px;
  }
}
.entry-content .wp-block-p75-gutenberg-hero p,
.editor-styles-wrapper .wp-block-p75-gutenberg-hero p,
.block-editor-block-list__layout .wp-block-p75-gutenberg-hero p {
  color: #16181e;
  font-weight: 300;
  font-size: 15px;
  max-width: 600px;
  margin-bottom: 0;
  margin-top: 30px;
  padding-right: 20px;
  position: relative;
  width: 100%;
  z-index: 1;
}
@media (min-width: 1290px) {
  .entry-content .wp-block-p75-gutenberg-hero p,
  .editor-styles-wrapper .wp-block-p75-gutenberg-hero p,
  .block-editor-block-list__layout .wp-block-p75-gutenberg-hero p {
    font-size: 18px;
  }
}
.entry-content .wp-block-p75-gutenberg-hero .wp-block-button,
.editor-styles-wrapper .wp-block-p75-gutenberg-hero .wp-block-button,
.block-editor-block-list__layout .wp-block-p75-gutenberg-hero .wp-block-button {
  float: left;
  margin-right: 20px;
  margin-top: 50px;
  position: relative;
  z-index: 2;
}
.entry-content .wp-block-p75-gutenberg-hero .wp-block-button__link--secondary,
.editor-styles-wrapper .wp-block-p75-gutenberg-hero .wp-block-button__link--secondary,
.block-editor-block-list__layout .wp-block-p75-gutenberg-hero .wp-block-button__link--secondary {
  display: inline-block;
}

.editor-styles-wrapper .wp-block-p75-gutenberg-hero,
.block-editor-block-list__layout .wp-block-p75-gutenberg-hero {
  padding: 40px 0;
}
.editor-styles-wrapper .wp-block-p75-gutenberg-hero .p75-hero__content,
.block-editor-block-list__layout .wp-block-p75-gutenberg-hero .p75-hero__content {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 0 20px;
}
.editor-styles-wrapper .wp-block-p75-gutenberg-hero .p75-hero__container,
.block-editor-block-list__layout .wp-block-p75-gutenberg-hero .p75-hero__container {
  padding: 40px 0;
}
.editor-styles-wrapper .wp-block-p75-gutenberg-hero .wp-block-column > *,
.block-editor-block-list__layout .wp-block-p75-gutenberg-hero .wp-block-column > * {
  margin-bottom: 0;
  margin-top: 0;
}
.editor-styles-wrapper .wp-block-p75-gutenberg-hero .wp-block-column > p,
.editor-styles-wrapper .wp-block-p75-gutenberg-hero .wp-block-column > .wp-block-button,
.block-editor-block-list__layout .wp-block-p75-gutenberg-hero .wp-block-column > p,
.block-editor-block-list__layout .wp-block-p75-gutenberg-hero .wp-block-column > .wp-block-button {
  margin-top: 30px;
}
.editor-styles-wrapper .wp-block-p75-gutenberg-hero .wp-block-button__link--secondary,
.block-editor-block-list__layout .wp-block-p75-gutenberg-hero .wp-block-button__link--secondary {
  margin-left: 0;
}

/* P75 Subtitle
----------------------------------------------- */
.entry-content span.wp-block-p75-gutenberg-subtitle > p,
.editor-styles-wrapper span.wp-block-p75-gutenberg-subtitle > p,
.block-editor-block-list__layout span.wp-block-p75-gutenberg-subtitle > p {
  color: #22148B;
  display: block;
  font-family: "Space Mono", sans-serif;
  font-size: 16px;
  line-height: 1.25;
  margin-bottom: 20px;
  position: relative;
  z-index: 1;
}

.editor-styles-wrapper .wp-block-p75-gutenberg-subtitle p,
.block-editor-block-list__layout .wp-block-p75-gutenberg-subtitle p {
  color: #22148B;
  display: block;
  font-family: "Space Mono", sans-serif;
  font-size: 16px;
  line-height: 1.25;
  margin-bottom: 20px;
  position: relative;
  z-index: 1;
}

/* P75 CTA
----------------------------------------------- */
.entry-content .wp-block-p75-gutenberg-cta,
.editor-styles-wrapper .wp-block-p75-gutenberg-cta,
.block-editor-block-list__layout .wp-block-p75-gutenberg-cta {
  background: #cdebf0;
  padding: 60px 0;
  position: relative;
}
.entry-content .wp-block-p75-gutenberg-cta h1,
.entry-content .wp-block-p75-gutenberg-cta h2,
.entry-content .wp-block-p75-gutenberg-cta h3,
.entry-content .wp-block-p75-gutenberg-cta h4,
.entry-content .wp-block-p75-gutenberg-cta h5,
.entry-content .wp-block-p75-gutenberg-cta h6,
.editor-styles-wrapper .wp-block-p75-gutenberg-cta h1,
.editor-styles-wrapper .wp-block-p75-gutenberg-cta h2,
.editor-styles-wrapper .wp-block-p75-gutenberg-cta h3,
.editor-styles-wrapper .wp-block-p75-gutenberg-cta h4,
.editor-styles-wrapper .wp-block-p75-gutenberg-cta h5,
.editor-styles-wrapper .wp-block-p75-gutenberg-cta h6,
.block-editor-block-list__layout .wp-block-p75-gutenberg-cta h1,
.block-editor-block-list__layout .wp-block-p75-gutenberg-cta h2,
.block-editor-block-list__layout .wp-block-p75-gutenberg-cta h3,
.block-editor-block-list__layout .wp-block-p75-gutenberg-cta h4,
.block-editor-block-list__layout .wp-block-p75-gutenberg-cta h5,
.block-editor-block-list__layout .wp-block-p75-gutenberg-cta h6 {
  margin-top: 0;
}
.entry-content .p75-cta__heading.has-text-align-center,
.entry-content .p75-cta__desc.has-text-align-center,
.editor-styles-wrapper .p75-cta__heading.has-text-align-center,
.editor-styles-wrapper .p75-cta__desc.has-text-align-center,
.block-editor-block-list__layout .p75-cta__heading.has-text-align-center,
.block-editor-block-list__layout .p75-cta__desc.has-text-align-center {
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
}
.entry-content .p75-cta__heading,
.editor-styles-wrapper .p75-cta__heading,
.block-editor-block-list__layout .p75-cta__heading {
  font-size: 32px;
}
@media (min-width: 782px) {
  .entry-content .p75-cta__heading,
  .editor-styles-wrapper .p75-cta__heading,
  .block-editor-block-list__layout .p75-cta__heading {
    font-size: 40px;
  }
}

.editor-styles-wrapper .wp-block-p75-gutenberg-cta,
.block-editor-block-list__layout .wp-block-p75-gutenberg-cta {
  min-height: 100px;
  padding: 60px 20px;
}

/* P75 Logo Content
----------------------------------------------- */
.entry-content .wp-block-p75-gutenberg-logocontent,
.editor-styles-wrapper .wp-block-p75-gutenberg-logocontent,
.block-editor-block-list__layout .wp-block-p75-gutenberg-logocontent {
  padding: 60px 0 30px;
}
.entry-content .wp-block-p75-gutenberg-logocontent .wp-block-columns .wp-block-column:first-child,
.editor-styles-wrapper .wp-block-p75-gutenberg-logocontent .wp-block-columns .wp-block-column:first-child,
.block-editor-block-list__layout .wp-block-p75-gutenberg-logocontent .wp-block-columns .wp-block-column:first-child {
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
}
@media (min-width: 400px) {
  .entry-content .wp-block-p75-gutenberg-logocontent .wp-block-columns .wp-block-column:first-child,
  .editor-styles-wrapper .wp-block-p75-gutenberg-logocontent .wp-block-columns .wp-block-column:first-child,
  .block-editor-block-list__layout .wp-block-p75-gutenberg-logocontent .wp-block-columns .wp-block-column:first-child {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
}
.entry-content .p75-logo-content__logos,
.editor-styles-wrapper .p75-logo-content__logos,
.block-editor-block-list__layout .p75-logo-content__logos {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 0;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  padding-top: 50px;
}
.entry-content .p75-logo-content__logos .wp-block-column,
.editor-styles-wrapper .p75-logo-content__logos .wp-block-column,
.block-editor-block-list__layout .p75-logo-content__logos .wp-block-column {
  -ms-flex-item-align: center;
      align-self: center;
  -ms-flex-preferred-size: 50% !important;
      flex-basis: 50% !important;
  margin-left: 0 !important;
  padding: 10px;
}
@media (min-width: 992px) {
  .entry-content .p75-logo-content__logos .wp-block-column,
  .editor-styles-wrapper .p75-logo-content__logos .wp-block-column,
  .block-editor-block-list__layout .p75-logo-content__logos .wp-block-column {
    -ms-flex-preferred-size: auto !important;
        flex-basis: auto !important;
    padding: 0 10px;
  }
}
.entry-content .p75-logo-content__logos .wp-block-image,
.editor-styles-wrapper .p75-logo-content__logos .wp-block-image,
.block-editor-block-list__layout .p75-logo-content__logos .wp-block-image {
  margin-bottom: 0;
}
.entry-content .p75-logo-content__heading,
.editor-styles-wrapper .p75-logo-content__heading,
.block-editor-block-list__layout .p75-logo-content__heading {
  max-width: 500px;
}
.entry-content .p75-logo-content__desc,
.editor-styles-wrapper .p75-logo-content__desc,
.block-editor-block-list__layout .p75-logo-content__desc {
  max-width: 400px;
}
.entry-content .p75-logo-content__desc + .p75-logo-content__logos,
.editor-styles-wrapper .p75-logo-content__desc + .p75-logo-content__logos,
.block-editor-block-list__layout .p75-logo-content__desc + .p75-logo-content__logos {
  padding-top: 0;
}
.entry-content .p75-logo-content__img,
.editor-styles-wrapper .p75-logo-content__img,
.block-editor-block-list__layout .p75-logo-content__img {
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
  position: relative;
}
@media (min-width: 400px) {
  .entry-content .p75-logo-content__img,
  .editor-styles-wrapper .p75-logo-content__img,
  .block-editor-block-list__layout .p75-logo-content__img {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
}
.entry-content .p75-logo-content__img .wp-block-image img,
.editor-styles-wrapper .p75-logo-content__img .wp-block-image img,
.block-editor-block-list__layout .p75-logo-content__img .wp-block-image img {
  filter: drop-shadow(30px 30px 20px rgba(0, 0, 0, 0.2)) invert(0);
}
.entry-content .p75-icongrid__heading,
.editor-styles-wrapper .p75-icongrid__heading,
.block-editor-block-list__layout .p75-icongrid__heading {
  font-size: 32px;
}
@media (min-width: 782px) {
  .entry-content .p75-icongrid__heading,
  .editor-styles-wrapper .p75-icongrid__heading,
  .block-editor-block-list__layout .p75-icongrid__heading {
    font-size: 40px;
  }
}

.editor-styles-wrapper .wp-block-p75-gutenberg-logocontent .p75-logo-content__container,
.block-editor-block-list__layout .wp-block-p75-gutenberg-logocontent .p75-logo-content__container {
  padding-left: 20px;
  padding-right: 20px;
}

/* P75 Icon Grid
----------------------------------------------- */
.entry-content .wp-block-p75-gutenberg-icongrid,
.editor-styles-wrapper .wp-block-p75-gutenberg-icongrid,
.block-editor-block-list__layout .wp-block-p75-gutenberg-icongrid {
  padding: 60px 0 30px;
}
.entry-content .wp-block-p75-gutenberg-icongrid .block-editor-block-list__layout,
.editor-styles-wrapper .wp-block-p75-gutenberg-icongrid .block-editor-block-list__layout,
.block-editor-block-list__layout .wp-block-p75-gutenberg-icongrid .block-editor-block-list__layout {
  margin: 0 auto;
  max-width: 1200px;
}
.entry-content .wp-block-p75-gutenberg-icongrid .wp-block-columns,
.editor-styles-wrapper .wp-block-p75-gutenberg-icongrid .wp-block-columns,
.block-editor-block-list__layout .wp-block-p75-gutenberg-icongrid .wp-block-columns {
  margin-bottom: 0;
}
@media (min-width: 992px) {
  .entry-content .p75-icongrid__desc,
  .editor-styles-wrapper .p75-icongrid__desc,
  .block-editor-block-list__layout .p75-icongrid__desc {
    max-width: 400px;
  }
}
.entry-content .p75-icongrid__col-left,
.editor-styles-wrapper .p75-icongrid__col-left,
.block-editor-block-list__layout .p75-icongrid__col-left {
  -webkit-box-flex: 1.5;
      -ms-flex: 1.5;
          flex: 1.5;
}
.entry-content .p75-icongrid__col-right,
.editor-styles-wrapper .p75-icongrid__col-right,
.block-editor-block-list__layout .p75-icongrid__col-right {
  -webkit-box-flex: 2;
      -ms-flex: 2;
          flex: 2;
}
.entry-content .p75-icongrid__icons,
.editor-styles-wrapper .p75-icongrid__icons,
.block-editor-block-list__layout .p75-icongrid__icons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 0;
  -ms-flex-wrap: wrap !important;
      flex-wrap: wrap !important;
  padding-top: 50px;
}
@media (min-width: 782px) {
  .entry-content .p75-icongrid__icons,
  .editor-styles-wrapper .p75-icongrid__icons,
  .block-editor-block-list__layout .p75-icongrid__icons {
    padding-top: 0;
  }
}
.entry-content .p75-icongrid__icons .wp-block-column,
.editor-styles-wrapper .p75-icongrid__icons .wp-block-column,
.block-editor-block-list__layout .p75-icongrid__icons .wp-block-column {
  -ms-flex-preferred-size: 50% !important;
      flex-basis: 50% !important;
  margin-bottom: 30px;
  margin-left: 0 !important;
  padding: 10px;
}
.entry-content .p75-icongrid__icons .wp-block-image,
.editor-styles-wrapper .p75-icongrid__icons .wp-block-image,
.block-editor-block-list__layout .p75-icongrid__icons .wp-block-image {
  margin-bottom: 40px;
}
.entry-content .p75-icongrid__icons .wp-block-image img,
.editor-styles-wrapper .p75-icongrid__icons .wp-block-image img,
.block-editor-block-list__layout .p75-icongrid__icons .wp-block-image img {
  max-width: 100px;
}
.entry-content .p75-icongrid__icons .wp-block-image figcaption,
.editor-styles-wrapper .p75-icongrid__icons .wp-block-image figcaption,
.block-editor-block-list__layout .p75-icongrid__icons .wp-block-image figcaption {
  margin-top: 20px;
}
.entry-content .p75-icongrid__icons .p75-icongrid__icon-heading,
.editor-styles-wrapper .p75-icongrid__icons .p75-icongrid__icon-heading,
.block-editor-block-list__layout .p75-icongrid__icons .p75-icongrid__icon-heading {
  font-size: 20px;
  margin-bottom: 16px;
}

.editor-styles-wrapper .wp-block-p75-gutenberg-icongrid .p75-icongrid__container,
.block-editor-block-list__layout .wp-block-p75-gutenberg-icongrid .p75-icongrid__container {
  padding-left: 20px;
  padding-right: 20px;
}
.editor-styles-wrapper .wp-block-p75-gutenberg-icongrid .p75-icongrid__icons .wp-block-column,
.block-editor-block-list__layout .wp-block-p75-gutenberg-icongrid .p75-icongrid__icons .wp-block-column {
  -ms-flex-preferred-size: 40% !important;
      flex-basis: 40% !important;
  -webkit-box-flex: unset !important;
      -ms-flex-positive: unset !important;
          flex-grow: unset !important;
}

/* P75 Banner
----------------------------------------------- */
.entry-content .wp-block-p75-gutenberg-banner,
.editor-styles-wrapper .wp-block-p75-gutenberg-banner,
.block-editor-block-list__layout .wp-block-p75-gutenberg-banner {
  background: #cdebf0;
  -webkit-background-size: 400px 400px;
          background-size: 400px 400px;
  background-position: center center;
  text-align: center;
  left: 50%;
  margin-left: -50vw;
  margin-right: -50vw;
  max-width: 100vw;
  padding: 60px 30px 20px;
  position: relative;
  right: 50%;
  width: 100vw;
}
@media (min-width: 1290px) {
  .entry-content .wp-block-p75-gutenberg-banner,
  .editor-styles-wrapper .wp-block-p75-gutenberg-banner,
  .block-editor-block-list__layout .wp-block-p75-gutenberg-banner {
    padding: 150px 30px 100px;
  }
}
.entry-content .wp-block-p75-gutenberg-banner h1,
.entry-content .wp-block-p75-gutenberg-banner h2,
.entry-content .wp-block-p75-gutenberg-banner h3,
.entry-content .wp-block-p75-gutenberg-banner h4,
.entry-content .wp-block-p75-gutenberg-banner h5,
.entry-content .wp-block-p75-gutenberg-banner h6,
.editor-styles-wrapper .wp-block-p75-gutenberg-banner h1,
.editor-styles-wrapper .wp-block-p75-gutenberg-banner h2,
.editor-styles-wrapper .wp-block-p75-gutenberg-banner h3,
.editor-styles-wrapper .wp-block-p75-gutenberg-banner h4,
.editor-styles-wrapper .wp-block-p75-gutenberg-banner h5,
.editor-styles-wrapper .wp-block-p75-gutenberg-banner h6,
.block-editor-block-list__layout .wp-block-p75-gutenberg-banner h1,
.block-editor-block-list__layout .wp-block-p75-gutenberg-banner h2,
.block-editor-block-list__layout .wp-block-p75-gutenberg-banner h3,
.block-editor-block-list__layout .wp-block-p75-gutenberg-banner h4,
.block-editor-block-list__layout .wp-block-p75-gutenberg-banner h5,
.block-editor-block-list__layout .wp-block-p75-gutenberg-banner h6 {
  margin-top: 0;
}
.entry-content .p75-banner__heading.has-text-align-center,
.entry-content .p75-banner__desc.has-text-align-center,
.editor-styles-wrapper .p75-banner__heading.has-text-align-center,
.editor-styles-wrapper .p75-banner__desc.has-text-align-center,
.block-editor-block-list__layout .p75-banner__heading.has-text-align-center,
.block-editor-block-list__layout .p75-banner__desc.has-text-align-center {
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
}
.entry-content .p75-banner__heading,
.editor-styles-wrapper .p75-banner__heading,
.block-editor-block-list__layout .p75-banner__heading {
  font-family: "Poppins", sans-serif;
  font-size: 40px;
  font-weight: bold;
}
@media (min-width: 782px) {
  .entry-content .p75-banner__heading,
  .editor-styles-wrapper .p75-banner__heading,
  .block-editor-block-list__layout .p75-banner__heading {
    font-size: 64px;
  }
}

.editor-styles-wrapper .wp-block-p75-gutenberg-banner,
.block-editor-block-list__layout .wp-block-p75-gutenberg-banner {
  left: auto;
  margin: 0 auto;
  max-width: none !important;
  padding: 0;
  right: auto;
  width: 100%;
  min-height: 100px;
  padding: 60px 20px;
}

/**
 * Swiper 3.4.2
 * Most modern mobile touch slider and framework with hardware accelerated transitions
 *
 * http://www.idangero.us/swiper/
 *
 * Copyright 2017, Vladimir Kharlampidi
 * The iDangero.us
 * http://www.idangero.us/
 *
 * Licensed under MIT
 *
 * Released on: March 10, 2017
 */
.swiper-container {
  margin-left: auto;
  margin-right: auto;
  position: relative;
  overflow: hidden;
  /* Fix of Webkit flickering */
  z-index: 1;
}

.swiper-container-no-flexbox .swiper-slide {
  float: left;
}

.swiper-container-vertical > .swiper-wrapper {
  -webkit-box-orient: vertical;
  -ms-flex-direction: column;
  flex-direction: column;
}

.swiper-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-transition-property: -webkit-transform;
  -o-transition-property: -o-transform;
  transition-property: transform;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
}

.swiper-container-android .swiper-slide,
.swiper-wrapper {
  -webkit-transform: translate3d(0px, 0, 0);
  -o-transform: translate(0px, 0px);
  -ms-transform: translate3d(0px, 0, 0);
  transform: translate3d(0px, 0, 0);
}

.swiper-container-multirow > .swiper-wrapper {
  -webkit-box-lines: multiple;
  -moz-box-lines: multiple;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.swiper-container-free-mode > .swiper-wrapper {
  -webkit-transition-timing-function: ease-out;
  -o-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
  margin: 0 auto;
}

.swiper-slide {
  -webkit-flex-shrink: 0;
  -ms-flex: 0 0 auto;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 100%;
  height: 100%;
  position: relative;
}

/* Auto Height */
.swiper-container-autoheight,
.swiper-container-autoheight .swiper-slide {
  height: auto;
}

.swiper-container-autoheight .swiper-wrapper {
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-transition-property: -webkit-transform, height;
  -o-transition-property: -o-transform;
  transition-property: transform, height;
}

/* a11y */
.swiper-container .swiper-notification {
  position: absolute;
  left: 0;
  top: 0;
  pointer-events: none;
  opacity: 0;
  z-index: -1000;
}

/* IE10 Windows Phone 8 Fixes */
.swiper-wp8-horizontal {
  -ms-touch-action: pan-y;
  touch-action: pan-y;
}

.swiper-wp8-vertical {
  -ms-touch-action: pan-x;
  touch-action: pan-x;
}

/* Arrows */
.swiper-button-prev,
.swiper-button-next {
  position: absolute;
  top: 50%;
  width: 27px;
  height: 44px;
  margin-top: -22px;
  z-index: 10;
  cursor: pointer;
  -webkit-background-size: 27px 44px;
  background-size: 27px 44px;
  background-position: center;
  background-repeat: no-repeat;
}

.swiper-button-prev.swiper-button-disabled,
.swiper-button-next.swiper-button-disabled {
  opacity: 0.35;
  cursor: auto;
  pointer-events: none;
  display: none;
}

.swiper-button-prev,
.swiper-container-rtl .swiper-button-next {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23007aff'%2F%3E%3C%2Fsvg%3E");
  left: 10px;
  right: auto;
}

.swiper-button-prev.swiper-button-black,
.swiper-container-rtl .swiper-button-next.swiper-button-black {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23000000'%2F%3E%3C%2Fsvg%3E");
}

.swiper-button-prev.swiper-button-white,
.swiper-container-rtl .swiper-button-next.swiper-button-white {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23ffffff'%2F%3E%3C%2Fsvg%3E");
}

.swiper-button-next,
.swiper-container-rtl .swiper-button-prev {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23007aff'%2F%3E%3C%2Fsvg%3E");
  right: 10px;
  left: auto;
}

.swiper-button-next.swiper-button-black,
.swiper-container-rtl .swiper-button-prev.swiper-button-black {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23000000'%2F%3E%3C%2Fsvg%3E");
}

.swiper-button-next.swiper-button-white,
.swiper-container-rtl .swiper-button-prev.swiper-button-white {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23ffffff'%2F%3E%3C%2Fsvg%3E");
}

/* Pagination Styles */
.swiper-pagination {
  position: absolute;
  text-align: center;
  -webkit-transition: 300ms;
  -o-transition: 300ms;
  transition: 300ms;
  -webkit-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  z-index: 10;
}

.swiper-pagination.swiper-pagination-hidden {
  opacity: 0;
}

/* Common Styles */
.swiper-pagination-fraction,
.swiper-pagination-custom,
.swiper-container-horizontal > .swiper-pagination-bullets {
  bottom: 10px;
  left: 0;
  width: 100%;
}

/* Bullets */
.swiper-pagination-bullet {
  width: 8px;
  height: 8px;
  display: inline-block;
  border-radius: 100%;
  background: #000;
  opacity: 0.2;
}

button.swiper-pagination-bullet {
  border: none;
  margin: 0;
  padding: 0;
  -webkit-box-shadow: none;
          box-shadow: none;
  -ms-appearance: none;
  -webkit-appearance: none;
  appearance: none;
}

.swiper-pagination-clickable .swiper-pagination-bullet {
  cursor: pointer;
}

.swiper-pagination-white .swiper-pagination-bullet {
  background: #fff;
}

.swiper-pagination-bullet-active {
  opacity: 1;
  background: #007aff;
}

.swiper-pagination-white .swiper-pagination-bullet-active {
  background: #fff;
}

.swiper-pagination-black .swiper-pagination-bullet-active {
  background: #000;
}

.swiper-container-vertical > .swiper-pagination-bullets {
  right: 10px;
  top: 50%;
  -webkit-transform: translate3d(0px, -50%, 0);
  -o-transform: translate(0px, -50%);
  -ms-transform: translate3d(0px, -50%, 0);
  transform: translate3d(0px, -50%, 0);
}

.swiper-container-vertical > .swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 5px 0;
  display: block;
}

.swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0 5px;
}

/* Progress */
.swiper-pagination-progress {
  background: rgba(0, 0, 0, 0.25);
  position: absolute;
}

.swiper-pagination-progress .swiper-pagination-progressbar {
  background: #007aff;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  -webkit-transform: scale(0);
  -ms-transform: scale(0);
  -o-transform: scale(0);
  transform: scale(0);
  -webkit-transform-origin: left top;
  -ms-transform-origin: left top;
  -o-transform-origin: left top;
  transform-origin: left top;
}

.swiper-container-rtl .swiper-pagination-progress .swiper-pagination-progressbar {
  -webkit-transform-origin: right top;
  -ms-transform-origin: right top;
  -o-transform-origin: right top;
  transform-origin: right top;
}

.swiper-container-horizontal > .swiper-pagination-progress {
  width: 100%;
  height: 4px;
  left: 0;
  top: 0;
}

.swiper-container-vertical > .swiper-pagination-progress {
  width: 4px;
  height: 100%;
  left: 0;
  top: 0;
}

.swiper-pagination-progress.swiper-pagination-white {
  background: rgba(255, 255, 255, 0.5);
}

.swiper-pagination-progress.swiper-pagination-white .swiper-pagination-progressbar {
  background: #fff;
}

.swiper-pagination-progress.swiper-pagination-black .swiper-pagination-progressbar {
  background: #000;
}

/* 3D Container */
.swiper-container-3d {
  -webkit-perspective: 1200px;
  -o-perspective: 1200px;
  perspective: 1200px;
}

.swiper-container-3d .swiper-wrapper,
.swiper-container-3d .swiper-slide,
.swiper-container-3d .swiper-slide-shadow-left,
.swiper-container-3d .swiper-slide-shadow-right,
.swiper-container-3d .swiper-slide-shadow-top,
.swiper-container-3d .swiper-slide-shadow-bottom,
.swiper-container-3d .swiper-cube-shadow {
  -webkit-transform-style: preserve-3d;
  -ms-transform-style: preserve-3d;
  transform-style: preserve-3d;
}

.swiper-container-3d .swiper-slide-shadow-left,
.swiper-container-3d .swiper-slide-shadow-right,
.swiper-container-3d .swiper-slide-shadow-top,
.swiper-container-3d .swiper-slide-shadow-bottom {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: 10;
}

.swiper-container-3d .swiper-slide-shadow-left {
  background-image: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
  /* Safari 4+, Chrome */
  background-image: -webkit-linear-gradient(right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  /* Chrome 10+, Safari 5.1+, iOS 5+ */
  /* Firefox 3.6-15 */
  background-image: -o-linear-gradient(right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  /* Opera 11.10-12.00 */
  background-image: -webkit-gradient(linear, right top, left top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
  background-image: linear-gradient(to left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  /* Firefox 16+, IE10, Opera 12.50+ */
}

.swiper-container-3d .swiper-slide-shadow-right {
  background-image: -webkit-gradient(linear, right top, left top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
  /* Safari 4+, Chrome */
  background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  /* Chrome 10+, Safari 5.1+, iOS 5+ */
  /* Firefox 3.6-15 */
  background-image: -o-linear-gradient(left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  /* Opera 11.10-12.00 */
  background-image: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  /* Firefox 16+, IE10, Opera 12.50+ */
}

.swiper-container-3d .swiper-slide-shadow-top {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
  /* Safari 4+, Chrome */
  background-image: -webkit-linear-gradient(bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  /* Chrome 10+, Safari 5.1+, iOS 5+ */
  /* Firefox 3.6-15 */
  background-image: -o-linear-gradient(bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  /* Opera 11.10-12.00 */
  background-image: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
  background-image: linear-gradient(to top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  /* Firefox 16+, IE10, Opera 12.50+ */
}

.swiper-container-3d .swiper-slide-shadow-bottom {
  background-image: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
  /* Safari 4+, Chrome */
  background-image: -webkit-linear-gradient(top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  /* Chrome 10+, Safari 5.1+, iOS 5+ */
  /* Firefox 3.6-15 */
  background-image: -o-linear-gradient(top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  /* Opera 11.10-12.00 */
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  /* Firefox 16+, IE10, Opera 12.50+ */
}

/* Coverflow */
.swiper-container-coverflow .swiper-wrapper,
.swiper-container-flip .swiper-wrapper {
  /* Windows 8 IE 10 fix */
  -ms-perspective: 1200px;
}

/* Cube + Flip */
.swiper-container-cube,
.swiper-container-flip {
  overflow: visible;
}

.swiper-container-cube .swiper-slide,
.swiper-container-flip .swiper-slide {
  pointer-events: none;
  -webkit-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  backface-visibility: hidden;
  z-index: 1;
}

.swiper-container-cube .swiper-slide .swiper-slide,
.swiper-container-flip .swiper-slide .swiper-slide {
  pointer-events: none;
}

.swiper-container-cube .swiper-slide-active,
.swiper-container-flip .swiper-slide-active,
.swiper-container-cube .swiper-slide-active .swiper-slide-active,
.swiper-container-flip .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}

.swiper-container-cube .swiper-slide-shadow-top,
.swiper-container-flip .swiper-slide-shadow-top,
.swiper-container-cube .swiper-slide-shadow-bottom,
.swiper-container-flip .swiper-slide-shadow-bottom,
.swiper-container-cube .swiper-slide-shadow-left,
.swiper-container-flip .swiper-slide-shadow-left,
.swiper-container-cube .swiper-slide-shadow-right,
.swiper-container-flip .swiper-slide-shadow-right {
  z-index: 0;
  -webkit-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  backface-visibility: hidden;
}

/* Cube */
.swiper-container-cube .swiper-slide {
  visibility: hidden;
  -webkit-transform-origin: 0 0;
  -ms-transform-origin: 0 0;
  -o-transform-origin: 0 0;
     transform-origin: 0 0;
  width: 100%;
  height: 100%;
}

.swiper-container-cube.swiper-container-rtl .swiper-slide {
  -webkit-transform-origin: 100% 0;
  -ms-transform-origin: 100% 0;
  -o-transform-origin: 100% 0;
     transform-origin: 100% 0;
}

.swiper-container-cube .swiper-slide-active,
.swiper-container-cube .swiper-slide-next,
.swiper-container-cube .swiper-slide-prev,
.swiper-container-cube .swiper-slide-next + .swiper-slide {
  pointer-events: auto;
  visibility: visible;
}

.swiper-container-cube .swiper-cube-shadow {
  position: absolute;
  left: 0;
  bottom: 0px;
  width: 100%;
  height: 100%;
  background: #000;
  opacity: 0.6;
  filter: blur(50px);
  z-index: 0;
}

/* Fade */
.swiper-container-fade.swiper-container-free-mode .swiper-slide {
  -webkit-transition-timing-function: ease-out;
  -o-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}

.swiper-container-fade .swiper-slide {
  pointer-events: none;
  -webkit-transition-property: opacity;
  -o-transition-property: opacity;
  transition-property: opacity;
}

.swiper-container-fade .swiper-slide .swiper-slide {
  pointer-events: none;
}

.swiper-container-fade .swiper-slide-active,
.swiper-container-fade .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}

.swiper-zoom-container {
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center;
}

.swiper-zoom-container > img,
.swiper-zoom-container > svg,
.swiper-zoom-container > canvas {
  max-width: 100%;
  max-height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}

/* Scrollbar */
.swiper-scrollbar {
  border-radius: 10px;
  position: relative;
  -ms-touch-action: none;
  background: rgba(0, 0, 0, 0.1);
}

.swiper-container-horizontal > .swiper-scrollbar {
  position: absolute;
  left: 1%;
  bottom: 3px;
  z-index: 50;
  height: 5px;
  width: 98%;
}

.swiper-container-vertical > .swiper-scrollbar {
  position: absolute;
  right: 3px;
  top: 1%;
  z-index: 50;
  width: 5px;
  height: 98%;
}

.swiper-scrollbar-drag {
  height: 100%;
  width: 100%;
  position: relative;
  background: rgba(0, 0, 0, 0.5);
  border-radius: 10px;
  left: 0;
  top: 0;
}

.swiper-scrollbar-cursor-drag {
  cursor: move;
}

/* Preloader */
.swiper-lazy-preloader {
  width: 42px;
  height: 42px;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -21px;
  margin-top: -21px;
  z-index: 10;
  -webkit-transform-origin: 50%;
  -ms-transform-origin: 50%;
   -o-transform-origin: 50%;
      transform-origin: 50%;
  -webkit-animation: swiper-preloader-spin 1s steps(12, end) infinite;
  -o-animation: swiper-preloader-spin 1s steps(12, end) infinite;
     animation: swiper-preloader-spin 1s steps(12, end) infinite;
}

.swiper-lazy-preloader:after {
  display: block;
  content: "";
  width: 100%;
  height: 100%;
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20viewBox%3D'0%200%20120%20120'%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20xmlns%3Axlink%3D'http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink'%3E%3Cdefs%3E%3Cline%20id%3D'l'%20x1%3D'60'%20x2%3D'60'%20y1%3D'7'%20y2%3D'27'%20stroke%3D'%236c6c6c'%20stroke-width%3D'11'%20stroke-linecap%3D'round'%2F%3E%3C%2Fdefs%3E%3Cg%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(30%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(60%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(90%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(120%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(150%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.37'%20transform%3D'rotate(180%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.46'%20transform%3D'rotate(210%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.56'%20transform%3D'rotate(240%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.66'%20transform%3D'rotate(270%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.75'%20transform%3D'rotate(300%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.85'%20transform%3D'rotate(330%2060%2C60)'%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E");
  background-position: 50%;
  -webkit-background-size: 100%;
  background-size: 100%;
  background-repeat: no-repeat;
}

.swiper-lazy-preloader-white:after {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20viewBox%3D'0%200%20120%20120'%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20xmlns%3Axlink%3D'http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink'%3E%3Cdefs%3E%3Cline%20id%3D'l'%20x1%3D'60'%20x2%3D'60'%20y1%3D'7'%20y2%3D'27'%20stroke%3D'%23fff'%20stroke-width%3D'11'%20stroke-linecap%3D'round'%2F%3E%3C%2Fdefs%3E%3Cg%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(30%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(60%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(90%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(120%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(150%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.37'%20transform%3D'rotate(180%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.46'%20transform%3D'rotate(210%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.56'%20transform%3D'rotate(240%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.66'%20transform%3D'rotate(270%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.75'%20transform%3D'rotate(300%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.85'%20transform%3D'rotate(330%2060%2C60)'%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E");
}

@-webkit-keyframes swiper-preloader-spin {
  100% {
    -webkit-transform: rotate(360deg);
  }
}
@-o-keyframes swiper-preloader-spin {
  100% {
    -o-transform: rotate(360deg);
       transform: rotate(360deg);
  }
}
@keyframes swiper-preloader-spin {
  100% {
    -webkit-transform: rotate(360deg);
         -o-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}
/*!
 * animate.css -http://daneden.me/animate
 * Version - 3.5.2
 * Licensed under the MIT license - http://opensource.org/licenses/MIT
 *
 * Copyright (c) 2017 Daniel Eden
 */
.animated {
  -webkit-animation-duration: 0.5s;
       -o-animation-duration: 0.5s;
          animation-duration: 0.5s;
  -webkit-animation-fill-mode: both;
       -o-animation-fill-mode: both;
          animation-fill-mode: both;
}

@-webkit-keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

@-o-keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

@keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
.fadeIn {
  -webkit-animation-name: fadeIn;
       -o-animation-name: fadeIn;
          animation-name: fadeIn;
  -webkit-animation-duration: 0.5s;
       -o-animation-duration: 0.5s;
          animation-duration: 0.5s;
}

/* =WooCommerce
----------------------------------------------- */
.woocommerce .woocommerce-breadcrumb {
  color: #000000;
  font-family: "Poppins", sans-serif;
  margin-bottom: 0;
  padding: 20px 0;
  position: relative;
  width: 100%;
  z-index: 1;
}
@media (min-width: 782px) {
  .woocommerce .woocommerce-breadcrumb {
    padding-bottom: 40px;
  }
}

.woocommerce .woocommerce-breadcrumb a {
  color: #22148B;
  font-family: "Poppins", sans-serif;
}

.woocommerce #review_form #respond textarea {
  padding: 3px;
}

.entry-content .woocommerce {
  margin: 0 auto;
  max-width: 1290px;
  padding: 0 30px;
}

.woocommerce .star-rating span::before {
  color: #22148B;
}

.woocommerce-error:before {
  top: 1.4em;
}
.woocommerce-error li {
  padding-left: 30px !important;
}

.entry-content ul.woocommerce-error {
  margin-left: 0;
}

/* =WooCommerce Single
----------------------------------------------- */
.single-product .content-area {
  border-top: 100px solid #cdebf0;
}
.single-product .woocommerce-product-gallery__image {
  padding: 0 !important;
}
.single-product .content-area__inner {
  padding-top: 0;
}
.single-product div.product div.summary {
  padding: 0 0 40px;
}
@media (min-width: 782px) {
  .single-product div.product div.summary {
    padding-bottom: 0;
  }
}
.single-product h1.product_title {
  font-family: "Poppins", sans-serif;
  font-size: 36px;
  font-weight: bold;
  margin-bottom: 10px;
}
.single-product div.product .woocommerce-tabs,
.single-product .related.products {
  margin: 0 auto;
  max-width: 1290px;
  padding-top: 20px;
}
@media (min-width: 782px) {
  .single-product div.product .woocommerce-tabs,
  .single-product .related.products {
    padding-top: 50px;
  }
}
.single-product .woocommerce div.product form.cart {
  margin-bottom: 40px;
}
.single-product .price {
  margin-bottom: 25px;
}
.single-product .price .woocommerce-Price-amount.amount {
  color: #000000;
}
.single-product .price del[aria-hidden="true"] {
  color: #a9a9a9;
  opacity: 1;
}
.single-product .price del[aria-hidden="true"] bdi {
  color: #a9a9a9;
}
.single-product .price del + ins {
  color: #000000;
  text-decoration: none;
}
.single-product .woocommerce-Price-amount.amount {
  color: #16181e;
  font-family: "Poppins", sans-serif;
  font-size: 24px;
  font-weight: 500;
  letter-spacing: -0.0035;
}
.single-product .site-header__total .woocommerce-Price-amount.amount {
  font-size: 15px;
  font-weight: 500;
}
.single-product .woocommerce-product-details__short-description p {
  color: #000000;
  font-size: 16px;
  margin-bottom: 40px;
}
.single-product .woocommerce-product-details__short-description ul {
  margin-bottom: 50px;
  margin-left: 0;
  padding-left: 20px;
}
.single-product .woocommerce-product-details__short-description ul li {
  color: #16181e;
  list-style: none;
  font-family: "Noto Serif", sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.8;
  margin-bottom: 10px;
  padding-left: 30px;
  position: relative;
}
.single-product .woocommerce-product-details__short-description ul li:before {
  background: url("assets/images/check.svg") no-repeat;
  -webkit-background-size: contain;
          background-size: contain;
  content: "";
  display: inline-block;
  height: 20px;
  left: 0;
  position: absolute;
  top: 5px;
  width: 20px;
}
.single-product .product_meta a {
  color: #000000;
  font-family: "Poppins", sans-serif;
  font-weight: 400;
}
.single-product .product_meta a:visited {
  color: #000000;
}
.single-product .product_meta a:focus, .single-product .product_meta a:hover {
  color: #22148B;
}
.single-product .product_meta .sku_wrapper,
.single-product .product_meta .posted_in,
.single-product .product_meta .tagged_as {
  display: block;
  font-family: "Poppins", sans-serif;
  font-size: 14px;
  font-weight: 400;
  margin-bottom: 8px;
}
.single-product .product_meta .tagged_as a {
  color: #16181e;
  text-decoration: underline;
}
.single-product .product_meta .tagged_as a:focus, .single-product .product_meta .tagged_as a:hover {
  text-decoration: none;
}
.single-product .woocommerce div.product div.images .flex-control-thumbs {
  padding-top: 20px;
  margin-left: -15px;
  margin-right: -15px;
  width: calc(100% + 30px);
}
.single-product .quantity .qty {
  border-radius: 20px;
  border: 1px solid #22148B;
  height: 42px;
  margin-right: 10px;
  padding: 0 10px;
  width: 80px;
}
.single-product .virtual .quantity .qty {
  display: none;
}
.single-product .woocommerce div.product p.stock {
  color: #16181e;
}
.single-product .woocommerce div.product form.cart .button {
  background-color: #22148B;
  -webkit-transition: all 0.15s ease;
       -o-transition: all 0.15s ease;
          transition: all 0.15s ease;
}
.single-product .woocommerce div.product form.cart .button:focus, .single-product .woocommerce div.product form.cart .button:hover {
  background-color: #16181e;
  color: #16181e;
  -webkit-transition: all 0.15s ease;
       -o-transition: all 0.15s ease;
          transition: all 0.15s ease;
}
.single-product .sale .woocommerce div.product p.price {
  color: #16181e;
}
@media (min-width: 782px) {
  .woocommerce .single-product span.onsale {
    left: 50%;
    margin-left: -51%;
  }
}

.woocommerce div.product .woocommerce-tabs .panel {
  margin-bottom: 100px;
}
@media (min-width: 782px) {
  .woocommerce div.product .woocommerce-tabs .panel {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
  }
  .woocommerce div.product .woocommerce-tabs .panel > * {
    width: 70%;
  }
}
.woocommerce div.product .woocommerce-tabs .panel h2:first-of-type {
  font-size: 24px;
}
@media (min-width: 1290px) {
  .woocommerce div.product .woocommerce-tabs .panel h2:first-of-type {
    height: 100%;
    padding-right: 40px;
    width: 30%;
  }
}
.woocommerce div.product .woocommerce-tabs .panel .woocommerce-Reviews h2.woocommerce-Reviews-title {
  font-size: 18px;
  margin-bottom: 40px;
}
@media (min-width: 1290px) {
  .woocommerce div.product .woocommerce-tabs .panel .woocommerce-Reviews h2.woocommerce-Reviews-title {
    height: 100%;
    padding-right: 40px;
    width: 100%;
  }
}

@media (min-width: 782px) {
  .woocommerce div.product .woocommerce-tabs .panel.woocommerce-Tabs-panel--reviews {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
  .woocommerce div.product .woocommerce-tabs .panel.woocommerce-Tabs-panel--reviews > * {
    width: 70%;
  }
}

.woocommerce div.product .woocommerce-tabs ul.tabs {
  border-bottom: 1px solid #b9b9b9;
  margin-bottom: 60px;
  padding-bottom: 40px;
  padding-left: 0;
}

.woocommerce div.product .woocommerce-tabs ul.tabs::before {
  border: none;
}

.woocommerce div.product .woocommerce-tabs ul.tabs li.active::before,
.woocommerce div.product .woocommerce-tabs ul.tabs li.active::after {
  -webkit-box-shadow: none;
          box-shadow: none;
  border: none;
}

.woocommerce div.product .woocommerce-tabs ul.tabs li {
  background: none;
  border: none;
  margin: 0;
  padding-left: 5px;
}
.woocommerce div.product .woocommerce-tabs ul.tabs li:before, .woocommerce div.product .woocommerce-tabs ul.tabs li:after {
  display: none;
}
.woocommerce div.product .woocommerce-tabs ul.tabs li.active a {
  border-color: #22148B;
  color: #22148B;
}

.woocommerce div.product .stock {
  color: #16181e;
  padding-bottom: 5px;
}

.woocommerce div.product .woocommerce-tabs ul.tabs li a {
  border: 1px solid #16181e;
  border-radius: 30px;
  font-family: "Poppins", sans-serif;
  font-size: 14px;
  font-weight: 400;
  padding: 10px 30px;
}

.up-sells.upsells.products > h2 {
  border-bottom: 1px solid #b9b9b9;
  font-size: 18px;
  padding-bottom: 30px;
}

.entry-content .woocommerce-Reviews-title {
  margin-bottom: 10px;
}

.comment-form-rating {
  font-family: "Poppins", sans-serif;
  margin-top: 20px;
}

.woocommerce #review_form #respond p {
  margin-top: 8px;
}

.woocommerce .products ul,
.woocommerce:not(.woocommerce-shop) ul.products {
  padding-top: 20px;
}
.woocommerce .products ul .product,
.woocommerce:not(.woocommerce-shop) ul.products .product {
  -webkit-box-shadow: none;
          box-shadow: none;
}

.woocommerce table.shop_attributes {
  border-top: 1px solid rgba(0, 0, 0, 0.1);
  padding: 0;
}
.woocommerce table.shop_attributes td.woocommerce-product-attributes-item__value {
  padding-left: 20px;
}

.woocommerce table.shop_attributes th,
.woocommerce table.shop_attributes td {
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  border-left: 1px solid rgba(0, 0, 0, 0.1);
  border-right: 1px solid rgba(0, 0, 0, 0.1);
  font-style: normal;
}

.woocommerce table.shop_attributes th {
  border-right: none;
}

.woocommerce table.shop_attributes tr:nth-child(even) td,
.woocommerce table.shop_attributes tr:nth-child(even) th {
  background: #f7f7f7;
}

.woocommerce div.product div.images .woocommerce-product-gallery__image {
  padding: 10px;
}

/* =WooCommerce Related Products
----------------------------------------------- */
.single-product .related.products {
  padding: 40px 0;
}
.single-product .related.products .woocommerce-Price-amount.amount {
  font-family: "Poppins", sans-serif;
  font-size: 18px;
}
.single-product .related.products .product {
  -webkit-box-shadow: 0 1px 4px 0 rgba(18, 25, 97, 0.2);
          box-shadow: 0 1px 4px 0 rgba(18, 25, 97, 0.2);
}
.single-product .related.products > h2 {
  border-bottom: 1px solid #b9b9b9;
  font-family: "Poppins", sans-serif;
  font-size: 18px;
  font-weight: bold;
  margin-bottom: 30px;
  padding-bottom: 15px;
}

.woocommerce-page .related.products {
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
}

.woocommerce-page .related.products .products {
  padding-top: 20px;
}

.woocommerce.single-product .related.products ul.products li.product h2.woocommerce-loop-product__title {
  font-size: 18px;
}
.woocommerce.single-product .related.products ul.products li.product img {
  opacity: 1;
  -webkit-transition: all 0.15s ease;
       -o-transition: all 0.15s ease;
          transition: all 0.15s ease;
}
.woocommerce.single-product .related.products ul.products li.product a:focus img, .woocommerce.single-product .related.products ul.products li.product a:hover img {
  opacity: 0.8;
  -webkit-transition: all 0.15s ease;
       -o-transition: all 0.15s ease;
          transition: all 0.15s ease;
}

.woocommerce form .form-row label, .woocommerce-page form .form-row label,
.wc-block-grid__product .wc-block-grid__product-price {
  font-family: "Poppins", sans-serif;
}

/* =WooCommerce Buttons
----------------------------------------------- */
.woocommerce a.button,
.woocommerce button.button,
.woocommerce-edit-account a.button,
.woocommerce-edit-address button.button,
.woocommerce-cart button.button,
.woocommerce-cart a.button,
.woocommerce .single_add_to_cart_button.button.alt,
.woocommerce-cart .wc-proceed-to-checkout a.checkout-button,
.woocommerce #payment #place_order, .woocommerce-page #payment #place_order,
.woocommerce button.button:disabled,
.woocommerce button.button:disabled[disabled],
.wp-block-woocommerce-mini-cart-shopping-button-block.wc-block-mini-cart__shopping-button a {
  background: #22148B;
  border: none;
  border-radius: 25px;
  color: #ffffff;
  cursor: pointer;
  display: inline-block;
  font-family: "Poppins", sans-serif;
  font-size: 14px;
  font-weight: 400;
  letter-spacing: 0.015em;
  line-height: 1.2;
  padding: 12px 40px;
  position: relative;
  text-align: center;
  text-decoration: none;
  -webkit-transition: all 0.35s ease-in-out;
       -o-transition: all 0.35s ease-in-out;
          transition: all 0.35s ease-in-out;
}
.woocommerce a.button:visited,
.woocommerce button.button:visited,
.woocommerce-edit-account a.button:visited,
.woocommerce-edit-address button.button:visited,
.woocommerce-cart button.button:visited,
.woocommerce-cart a.button:visited,
.woocommerce .single_add_to_cart_button.button.alt:visited,
.woocommerce-cart .wc-proceed-to-checkout a.checkout-button:visited,
.woocommerce #payment #place_order:visited, .woocommerce-page #payment #place_order:visited,
.woocommerce button.button:disabled:visited,
.woocommerce button.button:disabled[disabled]:visited,
.wp-block-woocommerce-mini-cart-shopping-button-block.wc-block-mini-cart__shopping-button a:visited {
  background: #22148B;
  color: #ffffff;
}
.woocommerce a.button:focus, .woocommerce a.button:hover,
.woocommerce button.button:focus,
.woocommerce button.button:hover,
.woocommerce-edit-account a.button:focus,
.woocommerce-edit-account a.button:hover,
.woocommerce-edit-address button.button:focus,
.woocommerce-edit-address button.button:hover,
.woocommerce-cart button.button:focus,
.woocommerce-cart button.button:hover,
.woocommerce-cart a.button:focus,
.woocommerce-cart a.button:hover,
.woocommerce .single_add_to_cart_button.button.alt:focus,
.woocommerce .single_add_to_cart_button.button.alt:hover,
.woocommerce-cart .wc-proceed-to-checkout a.checkout-button:focus,
.woocommerce-cart .wc-proceed-to-checkout a.checkout-button:hover,
.woocommerce #payment #place_order:focus,
.woocommerce #payment #place_order:hover, .woocommerce-page #payment #place_order:focus, .woocommerce-page #payment #place_order:hover,
.woocommerce button.button:disabled:focus,
.woocommerce button.button:disabled:hover,
.woocommerce button.button:disabled[disabled]:focus,
.woocommerce button.button:disabled[disabled]:hover,
.wp-block-woocommerce-mini-cart-shopping-button-block.wc-block-mini-cart__shopping-button a:focus,
.wp-block-woocommerce-mini-cart-shopping-button-block.wc-block-mini-cart__shopping-button a:hover {
  background-color: #383838;
  border-color: #ffffff;
  color: #ffffff;
  -webkit-transition: all 0.35s ease-in-out;
       -o-transition: all 0.35s ease-in-out;
          transition: all 0.35s ease-in-out;
}

.woocommerce button.button:disabled,
.woocommerce button.button:disabled[disabled] {
  background-color: #383838;
  color: #ffffff;
}

.woocommerce .coupon button.button {
  background-color: #ffffff;
  border: 1px solid #586166;
  color: #586166;
  margin-left: 10px;
}
.woocommerce .coupon button.button:focus, .woocommerce .coupon button.button:hover {
  background-color: #16181e;
  border-color: #16181e;
  color: #ffffff;
}

.woocommerce #respond input#submit {
  background: none;
  border: 1px solid #16181e;
  border-radius: 25px;
  color: #16181e;
  cursor: pointer;
  display: inline-block;
  font-family: "Poppins", sans-serif;
  font-size: 14px;
  font-weight: 400;
  letter-spacing: 0.015em;
  line-height: 1.2;
  padding: 12px 40px;
  position: relative;
  text-align: center;
  text-decoration: none;
  -webkit-transition: all 0.35s ease-in-out;
       -o-transition: all 0.35s ease-in-out;
          transition: all 0.35s ease-in-out;
}
.woocommerce #respond input#submit:focus, .woocommerce #respond input#submit:hover {
  background-color: #16181e;
  border-color: #16181e;
  color: #ffffff;
  -webkit-transition: all 0.35s ease-in-out;
       -o-transition: all 0.35s ease-in-out;
          transition: all 0.35s ease-in-out;
}

.woocommerce .return-to-shop .wc-backward,
.woocommerce .woocommerce-form-login .woocommerce-form-login__submit {
  border-radius: 30px;
  font-size: 14px;
  margin: 0;
  line-height: 1;
  cursor: pointer;
  position: relative;
  text-decoration: none;
  overflow: visible;
  padding: 12px 40px;
  font-weight: 400;
  left: auto;
  color: #ffffff;
  background-color: #22148B;
  border: 0;
  display: inline-block;
  background-image: none;
  -webkit-box-shadow: none;
          box-shadow: none;
  text-shadow: none;
}
.woocommerce .return-to-shop .wc-backward:focus, .woocommerce .return-to-shop .wc-backward:hover,
.woocommerce .woocommerce-form-login .woocommerce-form-login__submit:focus,
.woocommerce .woocommerce-form-login .woocommerce-form-login__submit:hover {
  background-color: #26272b !important;
  color: #ffffff;
}

.single-product .woocommerce div.product form.cart .button {
  -webkit-transition: all 0.15s ease;
       -o-transition: all 0.15s ease;
          transition: all 0.15s ease;
}
.single-product .woocommerce div.product form.cart .button:focus, .single-product .woocommerce div.product form.cart .button:hover {
  background-color: #16181e;
  border-color: #ffffff;
  color: #ffffff;
  -webkit-transition: all 0.35s ease-in-out;
       -o-transition: all 0.35s ease-in-out;
          transition: all 0.35s ease-in-out;
}

.woocommerce a.added_to_cart {
  color: #22148B;
  font-family: "Poppins", sans-serif;
  display: block;
  padding-top: 20px;
}
.woocommerce a.added_to_cart:visited {
  color: #22148B;
}
.woocommerce a.added_to_cart:focus, .woocommerce a.added_to_cart:hover {
  color: #16181e;
}

.woocommerce a.button.loading::after {
  top: 12px;
}

/* =WooCommerce Login
----------------------------------------------- */
.woocommerce form .form-row.place-order {
  margin-bottom: 100px;
}

.woocommerce form.login {
  border-radius: 0;
}

.woocommerce form .form-row input.input-text {
  font-family: "Poppins", sans-serif;
  font-size: 15px;
  font-weight: 300;
  height: 50px;
  padding: 0 15px;
}

.woocommerce .woocommerce-form-login .woocommerce-form-login__rememberme {
  margin-left: 15px;
}

/* =WooCommerce Carts
----------------------------------------------- */
.woocommerce-cart table.cart td.actions .coupon .input-text {
  border-color: #dbdbdb;
  color: #383838;
  height: 40px;
  border-radius: 8px;
  font-family: "Noto Serif", sans-serif;
  padding-left: 15px;
  width: auto;
}
@media (min-width: 1290px) {
  .woocommerce-cart table.cart td.actions .coupon .input-text {
    width: 200px;
  }
}

.woocommerce-cart .woocommerce {
  padding-bottom: 100px;
}

.woocommerce-cart table.cart img {
  width: 50px;
}

.woocommerce-cart .quantity .qty {
  border: none;
}

.woocommerce-cart .cart-collaterals .cart_totals table {
  margin-bottom: 0;
}

.woocommerce table.shop_table.woocommerce-cart-form__contents {
  border-color: #ffffff;
  border-radius: 0;
}
.woocommerce table.shop_table.woocommerce-cart-form__contents tr {
  padding-left: 0;
}
.woocommerce table.shop_table.woocommerce-cart-form__contents tr,
.woocommerce table.shop_table.woocommerce-cart-form__contents thead {
  position: relative;
}
.woocommerce table.shop_table.woocommerce-cart-form__contents tr:after,
.woocommerce table.shop_table.woocommerce-cart-form__contents thead:after {
  border-bottom: 1px solid #dbdbdb;
  content: "";
  height: 1px;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}
.woocommerce table.shop_table.woocommerce-cart-form__contents thead:after {
  bottom: 0;
  top: auto;
}
.woocommerce table.shop_table.woocommerce-cart-form__contents tr:first-child:after {
  display: none;
}
.woocommerce table.shop_table.woocommerce-cart-form__contents td {
  font-size: 14px;
}
@media (min-width: 782px) {
  .woocommerce table.shop_table.woocommerce-cart-form__contents td {
    padding-bottom: 30px;
    padding-top: 30px;
  }
}
.woocommerce table.shop_table.woocommerce-cart-form__contents td.product-remove {
  padding-left: 7px;
}

.woocommerce table.shop_table_responsive tr:nth-child(2n) td,
.woocommerce-page table.shop_table_responsive tr:nth-child(2n) td {
  background: none;
  padding: 9px 12px;
}
@media (min-width: 782px) {
  .woocommerce table.shop_table_responsive tr:nth-child(2n) td,
  .woocommerce-page table.shop_table_responsive tr:nth-child(2n) td {
    padding: 30px 20px;
  }
}

.woocommerce-cart .cart-collaterals .cart_totals table {
  border: 1px solid #dbdbdb;
  border-bottom: 0;
  border-radius: 8px;
  padding: 15px 25px 0;
}
@media (min-width: 782px) {
  .woocommerce-cart .cart-collaterals .cart_totals table tr td {
    padding: 30px 20px;
  }
}
.woocommerce-cart .cart-collaterals .cart_totals table th {
  padding-left: 0;
}
.woocommerce-cart .cart-collaterals .cart_totals table tr td {
  padding-right: 0;
}
.woocommerce-cart .cart-collaterals .cart_totals table tr:first-child th {
  border-radius: 8px;
}
.woocommerce-cart .cart-collaterals .cart_totals table tr th,
.woocommerce-cart .cart-collaterals .cart_totals table tr td {
  vertical-align: middle;
}
.woocommerce-cart .cart-collaterals .cart_totals table tr:first-child td {
  border-radius: 8px;
}
.woocommerce-cart .cart-collaterals .cart_totals table tr.cart-subtotal,
.woocommerce-cart .cart-collaterals .cart_totals table tr.order-total {
  padding-left: 0;
}
.woocommerce-cart .cart-collaterals .cart_totals table .cart-subtotal td,
.woocommerce-cart .cart-collaterals .cart_totals table .order-total td {
  font-family: "Noto Serif", sans-serif;
  font-weight: lighter;
  text-align: right;
}
.woocommerce-cart .cart-collaterals .cart_totals table .order-total td strong {
  font-size: 18px;
  font-weight: lighter;
}

.woocommerce-cart .wc-proceed-to-checkout {
  border: 1px solid #dbdbdb;
  border-top: none;
  border-bottom-left-radius: 8px;
  border-bottom-right-radius: 8px;
  margin-top: -5px;
  padding-bottom: 20px;
  padding-top: 20px;
  text-align: center;
}

.woocommerce-cart .entry-content table th,
.woocommerce-checkout .entry-content table th {
  font-family: "Space Mono", sans-serif;
  font-size: 14px;
  font-weight: 600;
}
.woocommerce-cart .entry-content table th,
.woocommerce-cart .entry-content table td,
.woocommerce-checkout .entry-content table th,
.woocommerce-checkout .entry-content table td {
  border: none;
}
.woocommerce-cart .entry-content ul.wc_payment_methods li,
.woocommerce-checkout .entry-content ul.wc_payment_methods li {
  list-style: none;
}
.woocommerce-cart .entry-content .woocommerce-checkout #payment ul.payment_methods li,
.woocommerce-checkout .entry-content .woocommerce-checkout #payment ul.payment_methods li {
  max-width: 700px;
}
@media (min-width: 992px) {
  .woocommerce-cart .entry-content .woocommerce-checkout #payment ul.payment_methods li,
  .woocommerce-checkout .entry-content .woocommerce-checkout #payment ul.payment_methods li {
    padding-left: 30px;
  }
}

.woocommerce-terms-and-conditions-wrapper {
  max-width: 700px;
}

.woocommerce-checkout #payment {
  background: none;
}
@media (min-width: 1290px) {
  .woocommerce-checkout #payment {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}

.woocommerce-checkout #payment ul.payment_methods {
  border-bottom: 0;
}
@media (min-width: 1290px) {
  .woocommerce-checkout #payment ul.payment_methods {
    width: 50%;
  }
}
.woocommerce-checkout #payment ul.payment_methods .woocommerce-notice.woocommerce-notice--info.woocommerce-info {
  border: none;
  padding-left: 30px;
}

@media (min-width: 1290px) {
  .woocommerce-checkout #payment div.form-row.place-order {
    width: 50%;
  }
}
.woocommerce-checkout #payment div.form-row.place-order .woocommerce-privacy-policy-text {
  padding: 15px;
}

.woocommerce-message {
  border-top-color: #22148B;
}

.woocommerce-message::before {
  color: #22148B;
}

.woocommerce .cart-collaterals,
.woocommerce-page .cart-collaterals {
  margin-bottom: 100px;
}

.woocommerce .cart-collaterals {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.woocommerce .cart-collaterals .cross-sells {
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
}

@media (min-width: 1290px) {
  .woocommerce .cart-collaterals .cross-sells,
  .woocommerce-page .cart-collaterals .cross-sells,
  .woocommerce .cart-collaterals .cross-sells ul.products li,
  .woocommerce-page .cart-collaterals .cross-sells ul.products li {
    width: 90%;
  }
}

.cross-sells > h2 {
  font-size: 18px;
  font-weight: 400;
  margin-bottom: 15px;
  padding-top: 40px;
}

.entry-content .cart_totals > h2 {
  font-size: 20px;
  font-weight: 700;
  padding-top: 5px;
}

.woocommerce-cart .cart-collaterals .shipping-calculator-button {
  text-decoration: underline;
}
.woocommerce-cart .cart-collaterals .shipping-calculator-button:after {
  display: none;
}

.entry-content .woocommerce-shipping-totals.shipping td,
.entry-content .woocommerce-shipping-totals.shipping ul li,
.entry-content .woocommerce-shipping-totals.shipping p {
  font-size: 14px !important;
}

/* =WooCommerce My Account
----------------------------------------------- */
.woocommerce-account .woocommerce {
  padding-bottom: 100px;
}

.entry-content .woocommerce-MyAccount-navigation ul,
.block-editor-block-list__layout .woocommerce-MyAccount-navigation ul {
  margin-left: 0;
}

.woocommerce-MyAccount-navigation,
.woocommerce-MyAccount-content {
  padding-top: 20px;
}

.entry-content ul li.woocommerce-MyAccount-navigation-link,
.block-editor-block-list__layout ul li.woocommerce-MyAccount-navigation-link {
  list-style: none;
  padding-left: 0;
}

/* =WooCommerce Checkout
----------------------------------------------- */
@media (min-width: 1290px) {
  .woocommerce-cart .woocommerce {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
.woocommerce-cart .woocommerce .woocommerce-cart-form {
  -webkit-box-flex: 1.7;
      -ms-flex: 1.7;
          flex: 1.7;
}
.woocommerce-cart .woocommerce .cart-collaterals {
  -webkit-box-flex: 0.7;
      -ms-flex: 0.7;
          flex: 0.7;
}
@media (min-width: 1290px) {
  .woocommerce-cart .woocommerce .cart-collaterals {
    margin-left: 30px;
  }
}
.woocommerce-cart .woocommerce .cart-collaterals .cart_totals {
  width: 100%;
}

.checkout_coupon.woocommerce-form-coupon {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.checkout_coupon.woocommerce-form-coupon > p {
  margin-bottom: 20px;
  width: 100%;
}
.checkout_coupon.woocommerce-form-coupon > p + p.form-row.form-row-first {
  max-width: 400px;
}

.woocommerce form .form-row.woocommerce-validated .select2-container,
.woocommerce form .form-row.woocommerce-validated input.input-text,
.woocommerce form .form-row.woocommerce-validated select {
  border-color: #22148B;
}

.woocommerce-info {
  background: none;
  border-color: #cdebf0;
  border-width: 1px;
  padding: 1em 2em 1em 1.5em;
}

.woocommerce-info::before {
  color: #22148B;
  left: 0;
}

#order_review_heading {
  margin-top: 30px;
}

.woocommerce-billing-fields h3,
.woocommerce-shipping-fields h3 {
  font-size: 20px;
}

.woocommerce-billing-fields {
  margin-bottom: 30px;
}
@media (min-width: 1290px) {
  .woocommerce-billing-fields {
    margin-bottom: 0;
  }
}

.woocommerce form .form-row .input-text,
.woocommerce-page form .form-row .input-text {
  padding: 10px;
  height: 200px;
}

.woocommerce form .form-row.woocommerce-invalid input.input-text {
  border: 2px solid #a00;
}

.woocommerce form .form-row.address-field {
  margin-top: 20px;
}

.entry-content .woocommerce-shipping-methods li {
  padding-left: 0;
}

/* =WooCommerce Shop
----------------------------------------------- */
.woocommerce-shop .woocommerce {
  padding-bottom: 100px;
}

.woocommerce ul.products {
  padding-top: 20px;
}

.woocommerce-shop-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: 0 auto;
  max-width: 1290px;
  padding-left: 20px;
  padding-right: 20px;
  padding-top: 0;
}
@media (min-width: 782px) {
  .woocommerce-shop-wrapper {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    padding-left: 30px;
    padding-right: 30px;
    padding-top: 67px;
  }
}

.woocommerce-products-header,
.woocommerce-notices-wrapper {
  width: 100%;
}

.woocommerce-products-header {
  background-color: #cdebf0;
  left: 50%;
  margin-bottom: 40px;
  margin-left: -50vw;
  margin-right: -50vw;
  max-width: 100vw;
  padding: 60px 30px 20px;
  position: relative;
  right: 50%;
  text-align: center;
  width: 100vw;
}
@media (min-width: 782px) {
  .woocommerce-products-header {
    left: auto;
  }
}
@media (min-width: 992px) {
  .woocommerce-products-header {
    padding: 140px 0 90px;
  }
}

.woocommerce-products-header__title.page-title {
  font-family: "Poppins", sans-serif;
  font-size: 40px;
  font-weight: 900;
  line-height: 1.25;
}
@media (min-width: 782px) {
  .woocommerce-products-header__title.page-title {
    font-size: 64px;
  }
}

.woocommerce.widget_layered_nav_filters {
  padding-bottom: 20px;
}

@media (min-width: 782px) {
  .woocommerce-shop-filter-bar {
    padding-right: 60px;
    padding-top: 10px;
    width: 30%;
  }
}
.woocommerce-shop-filter-bar .widget-title {
  font-size: 18px;
}

.woocommerce .widget_layered_nav_filters ul li {
  float: none;
}

.woocommerce .widget_price_filter .price_slider_amount {
  float: left;
  font-family: "Poppins", sans-serif;
  font-size: 11px;
}

.woocommerce-shop .woocommerce.widget {
  padding-bottom: 20px;
}

@media (min-width: 782px) {
  .woocommerce-shop-main-content {
    width: 70%;
  }
}

.woocommerce .woocommerce-result-count {
  color: #000;
  font-family: "Poppins", sans-serif;
  font-size: 14px;
  line-height: 3;
  margin-bottom: 0;
}
@media (min-width: 782px) {
  .woocommerce .woocommerce-result-count {
    font-size: 16px;
  }
}

.woocommerce .woocommerce-ordering {
  margin-bottom: 0;
}

.woocommerce .woocommerce-ordering select {
  border: none;
  font-family: "Poppins", sans-serif;
  font-size: 14px;
  padding: 10px 0;
}
@media (min-width: 782px) {
  .woocommerce .woocommerce-ordering select {
    font-size: 16px;
  }
}

.woocommerce-info {
  width: 100%;
}

.woocommerce .price_slider_amount .button.button {
  background: none;
  color: #000000;
  float: right;
  font-size: 12px;
  font-weight: 400;
  padding: 5px;
  text-decoration: underline;
}
.woocommerce .price_slider_amount .button.button:focus, .woocommerce .price_slider_amount .button.button:hover {
  text-decoration: none;
}

.woocommerce .widget_price_filter .ui-slider .ui-slider-handle {
  background-color: #fff;
  border: 1px solid #000000;
}

.woocommerce .widget_price_filter .price_slider_wrapper .ui-widget-content {
  background-color: #cdebf0;
}

.woocommerce .widget_price_filter .ui-slider-horizontal {
  height: 0.35em;
}

.woocommerce .widget_price_filter .ui-slider .ui-slider-range {
  background: #22148B;
}

.woocommerce-pagination {
  padding-bottom: 60px;
  padding-top: 20px;
}

.woocommerce nav.woocommerce-pagination ul {
  border: none;
}

.woocommerce nav.woocommerce-pagination ul li {
  color: #000000;
  font-family: "Noto Serif", sans-serif;
  border-right: 0;
}

.woocommerce nav.woocommerce-pagination ul li span.current {
  background: none;
  color: #22148B;
}

.woocommerce nav.woocommerce-pagination ul li a:hover, .woocommerce nav.woocommerce-pagination ul li a:focus {
  background: none;
  color: #22148B;
}

.woocommerce nav.woocommerce-pagination ul li a.next,
.woocommerce nav.woocommerce-pagination ul li a.prev {
  position: relative;
}
.woocommerce nav.woocommerce-pagination ul li a.next:before,
.woocommerce nav.woocommerce-pagination ul li a.prev:before {
  background-color: #fff;
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  height: 100%;
  width: 100%;
}

.woocommerce nav.woocommerce-pagination ul li a.next:after {
  background: #fff center center url("assets/images/chevron.svg") no-repeat;
  -webkit-background-size: contain;
          background-size: contain;
  content: "";
  position: absolute;
  z-index: 1;
  width: 10px;
  height: 10px;
  left: 50%;
  -webkit-transform: translateY(-50%) translateX(-50%) rotate(180deg);
      -ms-transform: translateY(-50%) translateX(-50%) rotate(180deg);
       -o-transform: translateY(-50%) translateX(-50%) rotate(180deg);
          transform: translateY(-50%) translateX(-50%) rotate(180deg);
  top: 50%;
}

.woocommerce nav.woocommerce-pagination ul li a.prev:after {
  background: #fff center center url("assets/images/chevron.svg") no-repeat;
  -webkit-background-size: contain;
          background-size: contain;
  content: "";
  position: absolute;
  z-index: 1;
  width: 10px;
  height: 10px;
  left: 50%;
  top: 50%;
  -webkit-transform: translateY(-50%) translateX(-50%);
      -ms-transform: translateY(-50%) translateX(-50%);
       -o-transform: translateY(-50%) translateX(-50%);
          transform: translateY(-50%) translateX(-50%);
}

/* =WooCommerce Gutenberg Blocks
----------------------------------------------- */
.widget_block .wp-block-woocommerce-featured-category .wp-block-button .wp-block-button__link,
.widget_block .wp-block-woocommerce-featured-product .wp-block-button .wp-block-button__link,
.entry-content .wp-block-woocommerce-featured-category .wp-block-button .wp-block-button__link,
.entry-content .wp-block-woocommerce-featured-product .wp-block-button .wp-block-button__link,
.editor-styles-wrapper .wp-block-woocommerce-featured-category .wp-block-button .wp-block-button__link,
.editor-styles-wrapper .wp-block-woocommerce-featured-product .wp-block-button .wp-block-button__link,
.block-editor-block-list__layout .wp-block-woocommerce-featured-category .wp-block-button .wp-block-button__link,
.block-editor-block-list__layout .wp-block-woocommerce-featured-product .wp-block-button .wp-block-button__link {
  background: transparent;
  border: 1px solid #ffffff;
  border-radius: 25px;
  color: #ffffff;
  cursor: pointer;
  display: inline-block;
  font-family: "Poppins", sans-serif;
  font-size: 14px;
  font-weight: 400;
  letter-spacing: 0.015em;
  line-height: 1.2;
  padding: 12px 40px;
  position: relative;
  text-align: center;
  text-decoration: none;
  -webkit-transition: all 0.35s ease-in-out;
       -o-transition: all 0.35s ease-in-out;
          transition: all 0.35s ease-in-out;
}
.widget_block .wp-block-woocommerce-featured-category .wp-block-button .wp-block-button__link:focus, .widget_block .wp-block-woocommerce-featured-category .wp-block-button .wp-block-button__link:hover,
.widget_block .wp-block-woocommerce-featured-product .wp-block-button .wp-block-button__link:focus,
.widget_block .wp-block-woocommerce-featured-product .wp-block-button .wp-block-button__link:hover,
.entry-content .wp-block-woocommerce-featured-category .wp-block-button .wp-block-button__link:focus,
.entry-content .wp-block-woocommerce-featured-category .wp-block-button .wp-block-button__link:hover,
.entry-content .wp-block-woocommerce-featured-product .wp-block-button .wp-block-button__link:focus,
.entry-content .wp-block-woocommerce-featured-product .wp-block-button .wp-block-button__link:hover,
.editor-styles-wrapper .wp-block-woocommerce-featured-category .wp-block-button .wp-block-button__link:focus,
.editor-styles-wrapper .wp-block-woocommerce-featured-category .wp-block-button .wp-block-button__link:hover,
.editor-styles-wrapper .wp-block-woocommerce-featured-product .wp-block-button .wp-block-button__link:focus,
.editor-styles-wrapper .wp-block-woocommerce-featured-product .wp-block-button .wp-block-button__link:hover,
.block-editor-block-list__layout .wp-block-woocommerce-featured-category .wp-block-button .wp-block-button__link:focus,
.block-editor-block-list__layout .wp-block-woocommerce-featured-category .wp-block-button .wp-block-button__link:hover,
.block-editor-block-list__layout .wp-block-woocommerce-featured-product .wp-block-button .wp-block-button__link:focus,
.block-editor-block-list__layout .wp-block-woocommerce-featured-product .wp-block-button .wp-block-button__link:hover {
  background-color: #ffffff;
  border-color: #ffffff;
  color: #16181e;
  -webkit-transition: all 0.35s ease-in-out;
       -o-transition: all 0.35s ease-in-out;
          transition: all 0.35s ease-in-out;
}
.widget_block .wc-block-components-totals-coupon__form .wc-block-components-totals-coupon__button,
.entry-content .wc-block-components-totals-coupon__form .wc-block-components-totals-coupon__button,
.editor-styles-wrapper .wc-block-components-totals-coupon__form .wc-block-components-totals-coupon__button,
.block-editor-block-list__layout .wc-block-components-totals-coupon__form .wc-block-components-totals-coupon__button {
  background: transparent;
  border: 1px solid #ffffff;
  border-radius: 25px;
  color: #ffffff;
  cursor: pointer;
  display: inline-block;
  font-family: "Poppins", sans-serif;
  font-size: 14px;
  font-weight: 400;
  letter-spacing: 0.015em;
  line-height: 1.2;
  padding: 12px 40px;
  position: relative;
  text-align: center;
  text-decoration: none;
  -webkit-transition: all 0.35s ease-in-out;
       -o-transition: all 0.35s ease-in-out;
          transition: all 0.35s ease-in-out;
}
.widget_block .wc-block-components-totals-coupon__form .wc-block-components-totals-coupon__button:focus, .widget_block .wc-block-components-totals-coupon__form .wc-block-components-totals-coupon__button:hover,
.entry-content .wc-block-components-totals-coupon__form .wc-block-components-totals-coupon__button:focus,
.entry-content .wc-block-components-totals-coupon__form .wc-block-components-totals-coupon__button:hover,
.editor-styles-wrapper .wc-block-components-totals-coupon__form .wc-block-components-totals-coupon__button:focus,
.editor-styles-wrapper .wc-block-components-totals-coupon__form .wc-block-components-totals-coupon__button:hover,
.block-editor-block-list__layout .wc-block-components-totals-coupon__form .wc-block-components-totals-coupon__button:focus,
.block-editor-block-list__layout .wc-block-components-totals-coupon__form .wc-block-components-totals-coupon__button:hover {
  background-color: #ffffff;
  border-color: #ffffff;
  color: #16181e;
  -webkit-transition: all 0.35s ease-in-out;
       -o-transition: all 0.35s ease-in-out;
          transition: all 0.35s ease-in-out;
}
.widget_block .wc-block-components-totals-coupon__input input[type=text],
.entry-content .wc-block-components-totals-coupon__input input[type=text],
.editor-styles-wrapper .wc-block-components-totals-coupon__input input[type=text],
.block-editor-block-list__layout .wc-block-components-totals-coupon__input input[type=text] {
  height: 2.6em;
}
.widget_block .wp-block-woocommerce-featured-product,
.widget_block .wp-block-woocommerce-featured-category,
.entry-content .wp-block-woocommerce-featured-product,
.entry-content .wp-block-woocommerce-featured-category,
.editor-styles-wrapper .wp-block-woocommerce-featured-product,
.editor-styles-wrapper .wp-block-woocommerce-featured-category,
.block-editor-block-list__layout .wp-block-woocommerce-featured-product,
.block-editor-block-list__layout .wp-block-woocommerce-featured-category {
  margin-bottom: 50px;
  padding: 60px 30px;
}
.widget_block .wc-block-featured-category__title,
.widget_block .wc-block-featured-product__title,
.entry-content .wc-block-featured-category__title,
.entry-content .wc-block-featured-product__title,
.editor-styles-wrapper .wc-block-featured-category__title,
.editor-styles-wrapper .wc-block-featured-product__title,
.block-editor-block-list__layout .wc-block-featured-category__title,
.block-editor-block-list__layout .wc-block-featured-product__title {
  font-family: "Poppins", sans-serif;
}
.widget_block .wc-block-featured-product__description,
.widget_block .wc-block-featured-category__description,
.entry-content .wc-block-featured-product__description,
.entry-content .wc-block-featured-category__description,
.editor-styles-wrapper .wc-block-featured-product__description,
.editor-styles-wrapper .wc-block-featured-category__description,
.block-editor-block-list__layout .wc-block-featured-product__description,
.block-editor-block-list__layout .wc-block-featured-category__description {
  color: inherit;
  font-size: 20px;
  line-height: 2;
  margin: 0 auto 0;
  max-width: 600px;
}
.widget_block .wc-block-featured-product__description *,
.widget_block .wc-block-featured-category__description *,
.entry-content .wc-block-featured-product__description *,
.entry-content .wc-block-featured-category__description *,
.editor-styles-wrapper .wc-block-featured-product__description *,
.editor-styles-wrapper .wc-block-featured-category__description *,
.block-editor-block-list__layout .wc-block-featured-product__description *,
.block-editor-block-list__layout .wc-block-featured-category__description * {
  color: inherit;
  font-family: "Noto Serif", sans-serif;
  font-size: 16px;
  font-weight: normal;
  line-height: 2;
  margin-bottom: 20px;
}
.widget_block .wc-block-featured-product__description ul,
.widget_block .wc-block-featured-category__description ul,
.entry-content .wc-block-featured-product__description ul,
.entry-content .wc-block-featured-category__description ul,
.editor-styles-wrapper .wc-block-featured-product__description ul,
.editor-styles-wrapper .wc-block-featured-category__description ul,
.block-editor-block-list__layout .wc-block-featured-product__description ul,
.block-editor-block-list__layout .wc-block-featured-category__description ul {
  margin-left: 0;
  padding-left: 0;
}
.widget_block .wc-block-featured-product__description ul li,
.widget_block .wc-block-featured-category__description ul li,
.entry-content .wc-block-featured-product__description ul li,
.entry-content .wc-block-featured-category__description ul li,
.editor-styles-wrapper .wc-block-featured-product__description ul li,
.editor-styles-wrapper .wc-block-featured-category__description ul li,
.block-editor-block-list__layout .wc-block-featured-product__description ul li,
.block-editor-block-list__layout .wc-block-featured-category__description ul li {
  list-style: none;
  padding-left: 0;
}
.widget_block .wc-block-featured-product__price,
.entry-content .wc-block-featured-product__price,
.editor-styles-wrapper .wc-block-featured-product__price,
.block-editor-block-list__layout .wc-block-featured-product__price {
  font-family: "Poppins", sans-serif;
  padding-bottom: 30px;
}
.widget_block .wc-block-featured-product__price .woocommerce-Price-amount.amount,
.entry-content .wc-block-featured-product__price .woocommerce-Price-amount.amount,
.editor-styles-wrapper .wc-block-featured-product__price .woocommerce-Price-amount.amount,
.block-editor-block-list__layout .wc-block-featured-product__price .woocommerce-Price-amount.amount {
  margin-right: 10px;
}
.widget_block .wc-block-featured-product__price ins,
.entry-content .wc-block-featured-product__price ins,
.editor-styles-wrapper .wc-block-featured-product__price ins,
.block-editor-block-list__layout .wc-block-featured-product__price ins {
  text-decoration: none;
}
.widget_block ul.wc-block-grid__products,
.entry-content ul.wc-block-grid__products,
.editor-styles-wrapper ul.wc-block-grid__products,
.block-editor-block-list__layout ul.wc-block-grid__products {
  margin-left: 0;
  padding: 0;
}
.widget_block ul.wc-block-grid__products li.wc-block-grid__product,
.entry-content ul.wc-block-grid__products li.wc-block-grid__product,
.editor-styles-wrapper ul.wc-block-grid__products li.wc-block-grid__product,
.block-editor-block-list__layout ul.wc-block-grid__products li.wc-block-grid__product {
  list-style: none;
  text-align: left;
}
.widget_block ul.wc-block-stock-filter-list li label,
.widget_block ul.wc-block-stock-filter-list li label,
.entry-content ul.wc-block-stock-filter-list li label,
.entry-content ul.wc-block-stock-filter-list li label,
.editor-styles-wrapper ul.wc-block-stock-filter-list li label,
.editor-styles-wrapper ul.wc-block-stock-filter-list li label,
.block-editor-block-list__layout ul.wc-block-stock-filter-list li label,
.block-editor-block-list__layout ul.wc-block-stock-filter-list li label {
  display: inline-block;
  margin-left: 10px;
}
.widget_block .wp-block-search__label,
.entry-content .wp-block-search__label,
.editor-styles-wrapper .wp-block-search__label,
.block-editor-block-list__layout .wp-block-search__label {
  display: block;
  font-family: "Poppins", sans-serif;
  padding-bottom: 15px;
}
.widget_block .wc-block-product-search__fields,
.entry-content .wc-block-product-search__fields,
.editor-styles-wrapper .wc-block-product-search__fields,
.block-editor-block-list__layout .wc-block-product-search__fields {
  margin-bottom: 30px;
}
.widget_block .wp-block-search__input.wp-block-search__input,
.entry-content .wp-block-search__input.wp-block-search__input,
.editor-styles-wrapper .wp-block-search__input.wp-block-search__input,
.block-editor-block-list__layout .wp-block-search__input.wp-block-search__input {
  font-family: "Poppins", sans-serif;
}
.widget_block .wp-block-search__button.wp-element-button,
.entry-content .wp-block-search__button.wp-element-button,
.editor-styles-wrapper .wp-block-search__button.wp-element-button,
.block-editor-block-list__layout .wp-block-search__button.wp-element-button {
  background: #22148B;
  border: none;
  font-family: "Poppins", sans-serif;
}
.widget_block .wp-block-search__button.wp-element-button:focus, .widget_block .wp-block-search__button.wp-element-button:hover,
.entry-content .wp-block-search__button.wp-element-button:focus,
.entry-content .wp-block-search__button.wp-element-button:hover,
.editor-styles-wrapper .wp-block-search__button.wp-element-button:focus,
.editor-styles-wrapper .wp-block-search__button.wp-element-button:hover,
.block-editor-block-list__layout .wp-block-search__button.wp-element-button:focus,
.block-editor-block-list__layout .wp-block-search__button.wp-element-button:hover {
  background-color: #16181e;
}
.widget_block .wc-block-product-search .wc-block-product-search__button svg,
.entry-content .wc-block-product-search .wc-block-product-search__button svg,
.editor-styles-wrapper .wc-block-product-search .wc-block-product-search__button svg,
.block-editor-block-list__layout .wc-block-product-search .wc-block-product-search__button svg {
  fill: #fff;
}
.widget_block .wc-block-components-price-slider__range-input-wrapper,
.entry-content .wc-block-components-price-slider__range-input-wrapper,
.editor-styles-wrapper .wc-block-components-price-slider__range-input-wrapper,
.block-editor-block-list__layout .wc-block-components-price-slider__range-input-wrapper {
  background-color: #d5d3cb;
}
.widget_block .wc-block-components-price-slider__range-input-progress,
.entry-content .wc-block-components-price-slider__range-input-progress,
.editor-styles-wrapper .wc-block-components-price-slider__range-input-progress,
.block-editor-block-list__layout .wc-block-components-price-slider__range-input-progress {
  --track-background: linear-gradient(90deg, transparent var(--low), var(--range-color) 0, var(--range-color) var(--high), transparent 0) no-repeat 0 100%/100% 100%;
  --range-color: #22148B;
  background: var(--track-background);
}
.widget_block .wc-block-components-price-slider__controls .wc-block-components-price-slider__amount,
.entry-content .wc-block-components-price-slider__controls .wc-block-components-price-slider__amount,
.editor-styles-wrapper .wc-block-components-price-slider__controls .wc-block-components-price-slider__amount,
.block-editor-block-list__layout .wc-block-components-price-slider__controls .wc-block-components-price-slider__amount {
  border: 1px solid #d5d3cb;
  border-radius: 0;
  font-family: "Poppins", sans-serif;
  font-size: 18px;
  padding: 10px;
}
.widget_block .wc-block-components-sort-select__select,
.entry-content .wc-block-components-sort-select__select,
.editor-styles-wrapper .wc-block-components-sort-select__select,
.block-editor-block-list__layout .wc-block-components-sort-select__select {
  border-radius: 0;
  font-family: "Poppins", sans-serif;
  font-size: 14px;
  margin-bottom: 30px;
}
.widget_block .wp-block-product-best-sellers,
.entry-content .wp-block-product-best-sellers,
.editor-styles-wrapper .wp-block-product-best-sellers,
.block-editor-block-list__layout .wp-block-product-best-sellers {
  padding-left: 0;
  padding-right: 0;
}
.widget_block .wp-block-product-best-sellers ul.wc-block-grid__products,
.entry-content .wp-block-product-best-sellers ul.wc-block-grid__products,
.editor-styles-wrapper .wp-block-product-best-sellers ul.wc-block-grid__products,
.block-editor-block-list__layout .wp-block-product-best-sellers ul.wc-block-grid__products {
  margin-left: 0;
}
.widget_block .wp-block-woocommerce-checkout-fields-block .components-notice__content,
.entry-content .wp-block-woocommerce-checkout-fields-block .components-notice__content,
.editor-styles-wrapper .wp-block-woocommerce-checkout-fields-block .components-notice__content,
.block-editor-block-list__layout .wp-block-woocommerce-checkout-fields-block .components-notice__content {
  font-size: 14px;
  line-height: 1.5;
}
.widget_block .wp-block-woocommerce-checkout-fields-block .wc-block-checkout__terms.wp-block-woocommerce-checkout-terms-block span,
.entry-content .wp-block-woocommerce-checkout-fields-block .wc-block-checkout__terms.wp-block-woocommerce-checkout-terms-block span,
.editor-styles-wrapper .wp-block-woocommerce-checkout-fields-block .wc-block-checkout__terms.wp-block-woocommerce-checkout-terms-block span,
.block-editor-block-list__layout .wp-block-woocommerce-checkout-fields-block .wc-block-checkout__terms.wp-block-woocommerce-checkout-terms-block span {
  font-size: 14px;
  line-height: 1.5;
}
.widget_block .wp-block-woocommerce-checkout-fields-block .wc-block-components-checkout-place-order-button,
.entry-content .wp-block-woocommerce-checkout-fields-block .wc-block-components-checkout-place-order-button,
.editor-styles-wrapper .wp-block-woocommerce-checkout-fields-block .wc-block-components-checkout-place-order-button,
.block-editor-block-list__layout .wp-block-woocommerce-checkout-fields-block .wc-block-components-checkout-place-order-button {
  background: transparent;
  -webkit-box-shadow: none;
          box-shadow: none;
  border: 1px solid #16181e;
  border-radius: 25px;
  color: #16181e;
  cursor: pointer;
  display: inline-block;
  font-family: "Poppins", sans-serif;
  font-size: 14px;
  font-weight: 400;
  letter-spacing: 0.015em;
  line-height: 1.2;
  padding: 12px 40px;
  position: relative;
  text-align: center;
  text-decoration: none;
  -webkit-transition: all 0.35s ease-in-out;
       -o-transition: all 0.35s ease-in-out;
          transition: all 0.35s ease-in-out;
}
.widget_block .wp-block-woocommerce-checkout-fields-block .wc-block-components-checkout-place-order-button:focus, .widget_block .wp-block-woocommerce-checkout-fields-block .wc-block-components-checkout-place-order-button:hover,
.entry-content .wp-block-woocommerce-checkout-fields-block .wc-block-components-checkout-place-order-button:focus,
.entry-content .wp-block-woocommerce-checkout-fields-block .wc-block-components-checkout-place-order-button:hover,
.editor-styles-wrapper .wp-block-woocommerce-checkout-fields-block .wc-block-components-checkout-place-order-button:focus,
.editor-styles-wrapper .wp-block-woocommerce-checkout-fields-block .wc-block-components-checkout-place-order-button:hover,
.block-editor-block-list__layout .wp-block-woocommerce-checkout-fields-block .wc-block-components-checkout-place-order-button:focus,
.block-editor-block-list__layout .wp-block-woocommerce-checkout-fields-block .wc-block-components-checkout-place-order-button:hover {
  background-color: #16181e;
  border: 1px solid #16181e;
  -webkit-box-shadow: none;
          box-shadow: none;
  color: #ffffff;
  -webkit-transition: all 0.35s ease-in-out;
       -o-transition: all 0.35s ease-in-out;
          transition: all 0.35s ease-in-out;
}
.widget_block .wp-block-woocommerce-checkout-fields-block .wc-block-components-checkbox .wc-block-components-checkbox__input[type=checkbox]:focus,
.entry-content .wp-block-woocommerce-checkout-fields-block .wc-block-components-checkbox .wc-block-components-checkbox__input[type=checkbox]:focus,
.editor-styles-wrapper .wp-block-woocommerce-checkout-fields-block .wc-block-components-checkbox .wc-block-components-checkbox__input[type=checkbox]:focus,
.block-editor-block-list__layout .wp-block-woocommerce-checkout-fields-block .wc-block-components-checkbox .wc-block-components-checkbox__input[type=checkbox]:focus {
  outline-offset: 0;
  outline: 1px solid #22148B;
}
.widget_block .wp-block-woocommerce-checkout-totals-block .wc-block-components-product-metadata .wc-block-components-product-metadata__description > p,
.entry-content .wp-block-woocommerce-checkout-totals-block .wc-block-components-product-metadata .wc-block-components-product-metadata__description > p,
.editor-styles-wrapper .wp-block-woocommerce-checkout-totals-block .wc-block-components-product-metadata .wc-block-components-product-metadata__description > p,
.block-editor-block-list__layout .wp-block-woocommerce-checkout-totals-block .wc-block-components-product-metadata .wc-block-components-product-metadata__description > p {
  font-size: 12px !important;
  line-height: 1.3;
  margin-top: 10px;
}
.widget_block .wp-block-woocommerce-checkout-totals-block .wc-block-components-product-name,
.entry-content .wp-block-woocommerce-checkout-totals-block .wc-block-components-product-name,
.editor-styles-wrapper .wp-block-woocommerce-checkout-totals-block .wc-block-components-product-name,
.block-editor-block-list__layout .wp-block-woocommerce-checkout-totals-block .wc-block-components-product-name {
  font-family: "Poppins", sans-serif;
  font-weight: 700;
  line-height: 1.2;
  margin-bottom: 5px;
}
.widget_block .wp-block-woocommerce-checkout-totals-block .wc-block-components-order-summary-item__regular-individual-price,
.entry-content .wp-block-woocommerce-checkout-totals-block .wc-block-components-order-summary-item__regular-individual-price,
.editor-styles-wrapper .wp-block-woocommerce-checkout-totals-block .wc-block-components-order-summary-item__regular-individual-price,
.block-editor-block-list__layout .wp-block-woocommerce-checkout-totals-block .wc-block-components-order-summary-item__regular-individual-price {
  color: #a9a9a9;
}
.widget_block .wp-block-woocommerce-checkout-totals-block .wc-block-components-order-summary-item__individual-price,
.entry-content .wp-block-woocommerce-checkout-totals-block .wc-block-components-order-summary-item__individual-price,
.editor-styles-wrapper .wp-block-woocommerce-checkout-totals-block .wc-block-components-order-summary-item__individual-price,
.block-editor-block-list__layout .wp-block-woocommerce-checkout-totals-block .wc-block-components-order-summary-item__individual-price {
  text-decoration: none;
}
.widget_block .wp-block-woocommerce-checkout-totals-block .wc-block-components-totals-shipping .wc-block-components-totals-shipping__via,
.entry-content .wp-block-woocommerce-checkout-totals-block .wc-block-components-totals-shipping .wc-block-components-totals-shipping__via,
.editor-styles-wrapper .wp-block-woocommerce-checkout-totals-block .wc-block-components-totals-shipping .wc-block-components-totals-shipping__via,
.block-editor-block-list__layout .wp-block-woocommerce-checkout-totals-block .wc-block-components-totals-shipping .wc-block-components-totals-shipping__via {
  margin-top: 10px;
}
.widget_block .wp-block-woocommerce-checkout-totals-block .wc-block-components-shipping-address,
.entry-content .wp-block-woocommerce-checkout-totals-block .wc-block-components-shipping-address,
.editor-styles-wrapper .wp-block-woocommerce-checkout-totals-block .wc-block-components-shipping-address,
.block-editor-block-list__layout .wp-block-woocommerce-checkout-totals-block .wc-block-components-shipping-address {
  line-height: 1.3;
}
.widget_block .wp-block-woocommerce-checkout-totals-block .wc-block-components-order-summary-item__quantity,
.entry-content .wp-block-woocommerce-checkout-totals-block .wc-block-components-order-summary-item__quantity,
.editor-styles-wrapper .wp-block-woocommerce-checkout-totals-block .wc-block-components-order-summary-item__quantity,
.block-editor-block-list__layout .wp-block-woocommerce-checkout-totals-block .wc-block-components-order-summary-item__quantity {
  border: none;
  border-radius: 0;
  position: static;
  -webkit-transform: none;
      -ms-transform: none;
       -o-transform: none;
          transform: none;
}
.widget_block .wp-block-woocommerce-checkout-totals-block .wc-block-components-product-image,
.entry-content .wp-block-woocommerce-checkout-totals-block .wc-block-components-product-image,
.editor-styles-wrapper .wp-block-woocommerce-checkout-totals-block .wc-block-components-product-image,
.block-editor-block-list__layout .wp-block-woocommerce-checkout-totals-block .wc-block-components-product-image {
  display: none;
}
.widget_block .wp-block-woocommerce-checkout-totals-block .wc-block-components-product-badge,
.entry-content .wp-block-woocommerce-checkout-totals-block .wc-block-components-product-badge,
.editor-styles-wrapper .wp-block-woocommerce-checkout-totals-block .wc-block-components-product-badge,
.block-editor-block-list__layout .wp-block-woocommerce-checkout-totals-block .wc-block-components-product-badge {
  font-family: "Poppins", sans-serif;
  margin: 10px 0;
}
.widget_block .wp-block-woocommerce-checkout-totals-block .wc-block-components-product-details,
.entry-content .wp-block-woocommerce-checkout-totals-block .wc-block-components-product-details,
.editor-styles-wrapper .wp-block-woocommerce-checkout-totals-block .wc-block-components-product-details,
.block-editor-block-list__layout .wp-block-woocommerce-checkout-totals-block .wc-block-components-product-details {
  margin-left: 20px;
  margin-top: 8px;
}
.widget_block .wp-block-woocommerce-checkout-totals-block .wc-block-components-product-details li,
.entry-content .wp-block-woocommerce-checkout-totals-block .wc-block-components-product-details li,
.editor-styles-wrapper .wp-block-woocommerce-checkout-totals-block .wc-block-components-product-details li,
.block-editor-block-list__layout .wp-block-woocommerce-checkout-totals-block .wc-block-components-product-details li {
  font-family: "Noto Serif", sans-serif;
  font-size: 12px;
  line-height: 1.2;
  padding-left: 7px;
}
.widget_block .wc-block-review-list.wc-block-components-review-list,
.entry-content .wc-block-review-list.wc-block-components-review-list,
.editor-styles-wrapper .wc-block-review-list.wc-block-components-review-list,
.block-editor-block-list__layout .wc-block-review-list.wc-block-components-review-list {
  padding: 0;
}
.widget_block .wc-block-review-list.wc-block-components-review-list li,
.entry-content .wc-block-review-list.wc-block-components-review-list li,
.editor-styles-wrapper .wc-block-review-list.wc-block-components-review-list li,
.block-editor-block-list__layout .wc-block-review-list.wc-block-components-review-list li {
  list-style: none;
}
.widget_block .wc-block-grid__product .wc-block-grid__product-rating,
.widget_block .wc-block-grid__product-rating .star-rating,
.entry-content .wc-block-grid__product .wc-block-grid__product-rating,
.entry-content .wc-block-grid__product-rating .star-rating,
.editor-styles-wrapper .wc-block-grid__product .wc-block-grid__product-rating,
.editor-styles-wrapper .wc-block-grid__product-rating .star-rating,
.block-editor-block-list__layout .wc-block-grid__product .wc-block-grid__product-rating,
.block-editor-block-list__layout .wc-block-grid__product-rating .star-rating {
  margin-left: 0;
  margin-right: 0;
}
.widget_block .wc-block-grid__product .wc-block-grid__product-rating,
.entry-content .wc-block-grid__product .wc-block-grid__product-rating,
.editor-styles-wrapper .wc-block-grid__product .wc-block-grid__product-rating,
.block-editor-block-list__layout .wc-block-grid__product .wc-block-grid__product-rating {
  margin-left: -20px;
}
.widget_block .wc-block-grid__product-rating .star-rating,
.widget_block .wc-block-grid__product-rating .wc-block-grid__product-rating__stars,
.entry-content .wc-block-grid__product-rating .star-rating,
.entry-content .wc-block-grid__product-rating .wc-block-grid__product-rating__stars,
.editor-styles-wrapper .wc-block-grid__product-rating .star-rating,
.editor-styles-wrapper .wc-block-grid__product-rating .wc-block-grid__product-rating__stars,
.block-editor-block-list__layout .wc-block-grid__product-rating .star-rating,
.block-editor-block-list__layout .wc-block-grid__product-rating .wc-block-grid__product-rating__stars {
  width: 5.5em;
}
.widget_block .wc-block-grid__product-rating .star-rating span:before,
.widget_block .wc-block-grid__product-rating .wc-block-grid__product-rating__stars span:before,
.entry-content .wc-block-grid__product-rating .star-rating span:before,
.entry-content .wc-block-grid__product-rating .wc-block-grid__product-rating__stars span:before,
.editor-styles-wrapper .wc-block-grid__product-rating .star-rating span:before,
.editor-styles-wrapper .wc-block-grid__product-rating .wc-block-grid__product-rating__stars span:before,
.block-editor-block-list__layout .wc-block-grid__product-rating .star-rating span:before,
.block-editor-block-list__layout .wc-block-grid__product-rating .wc-block-grid__product-rating__stars span:before {
  color: #22148B;
}
.widget_block .wc-block-components-review-list-item__rating > .wc-block-components-review-list-item__rating__stars span:before,
.entry-content .wc-block-components-review-list-item__rating > .wc-block-components-review-list-item__rating__stars span:before,
.editor-styles-wrapper .wc-block-components-review-list-item__rating > .wc-block-components-review-list-item__rating__stars span:before,
.block-editor-block-list__layout .wc-block-components-review-list-item__rating > .wc-block-components-review-list-item__rating__stars span:before {
  color: #22148B;
}
.widget_block .wc-block-components-review-list-item__author,
.entry-content .wc-block-components-review-list-item__author,
.editor-styles-wrapper .wc-block-components-review-list-item__author,
.block-editor-block-list__layout .wc-block-components-review-list-item__author {
  font-family: "Poppins", sans-serif;
}
.widget_block .wc-block-components-review-list-item__published-date,
.entry-content .wc-block-components-review-list-item__published-date,
.editor-styles-wrapper .wc-block-components-review-list-item__published-date,
.block-editor-block-list__layout .wc-block-components-review-list-item__published-date {
  font-size: 12px;
}
.widget_block .wc-block-components-review-list-item__rating > .wc-block-components-review-list-item__rating__stars,
.entry-content .wc-block-components-review-list-item__rating > .wc-block-components-review-list-item__rating__stars,
.editor-styles-wrapper .wc-block-components-review-list-item__rating > .wc-block-components-review-list-item__rating__stars,
.block-editor-block-list__layout .wc-block-components-review-list-item__rating > .wc-block-components-review-list-item__rating__stars {
  width: 5.5em;
}
.widget_block .wc-block-components-sort-select__label,
.entry-content .wc-block-components-sort-select__label,
.editor-styles-wrapper .wc-block-components-sort-select__label,
.block-editor-block-list__layout .wc-block-components-sort-select__label {
  font-size: 14px;
}
.widget_block .wc-block-sort-select__select.wc-block-components-sort-select__select,
.entry-content .wc-block-sort-select__select.wc-block-components-sort-select__select,
.editor-styles-wrapper .wc-block-sort-select__select.wc-block-components-sort-select__select,
.block-editor-block-list__layout .wc-block-sort-select__select.wc-block-components-sort-select__select {
  border: none;
}
.widget_block .wp-block-woocommerce-product-categories ul.wc-block-product-categories-list,
.entry-content .wp-block-woocommerce-product-categories ul.wc-block-product-categories-list,
.editor-styles-wrapper .wp-block-woocommerce-product-categories ul.wc-block-product-categories-list,
.block-editor-block-list__layout .wp-block-woocommerce-product-categories ul.wc-block-product-categories-list {
  margin-left: 0;
  padding-left: 0;
}
.widget_block .wc-block-checkbox-list.wc-block-components-checkbox-list.wc-block-stock-filter-list,
.entry-content .wc-block-checkbox-list.wc-block-components-checkbox-list.wc-block-stock-filter-list,
.editor-styles-wrapper .wc-block-checkbox-list.wc-block-components-checkbox-list.wc-block-stock-filter-list,
.block-editor-block-list__layout .wc-block-checkbox-list.wc-block-components-checkbox-list.wc-block-stock-filter-list {
  padding-left: 0;
}
.widget_block .wc-block-checkbox-list.wc-block-components-checkbox-list.wc-block-stock-filter-list li,
.entry-content .wc-block-checkbox-list.wc-block-components-checkbox-list.wc-block-stock-filter-list li,
.editor-styles-wrapper .wc-block-checkbox-list.wc-block-components-checkbox-list.wc-block-stock-filter-list li,
.block-editor-block-list__layout .wc-block-checkbox-list.wc-block-components-checkbox-list.wc-block-stock-filter-list li {
  list-style: none;
}
.widget_block .wc-block-checkbox-list.wc-block-components-checkbox-list.wc-block-stock-filter-list .wc-block-components-checkbox .wc-block-components-checkbox__mark,
.entry-content .wc-block-checkbox-list.wc-block-components-checkbox-list.wc-block-stock-filter-list .wc-block-components-checkbox .wc-block-components-checkbox__mark,
.editor-styles-wrapper .wc-block-checkbox-list.wc-block-components-checkbox-list.wc-block-stock-filter-list .wc-block-components-checkbox .wc-block-components-checkbox__mark,
.block-editor-block-list__layout .wc-block-checkbox-list.wc-block-components-checkbox-list.wc-block-stock-filter-list .wc-block-components-checkbox .wc-block-components-checkbox__mark {
  left: 0;
  top: 4px;
}
.widget_block .wc-block-components-price-slider--is-input-inline .wc-block-components-price-slider__controls .wc-block-components-price-slider__amount,
.entry-content .wc-block-components-price-slider--is-input-inline .wc-block-components-price-slider__controls .wc-block-components-price-slider__amount,
.editor-styles-wrapper .wc-block-components-price-slider--is-input-inline .wc-block-components-price-slider__controls .wc-block-components-price-slider__amount,
.block-editor-block-list__layout .wc-block-components-price-slider--is-input-inline .wc-block-components-price-slider__controls .wc-block-components-price-slider__amount {
  max-width: 90px;
}
.widget_block .wc-block-active-filters .wc-block-active-filters__clear-all,
.entry-content .wc-block-active-filters .wc-block-active-filters__clear-all,
.editor-styles-wrapper .wc-block-active-filters .wc-block-active-filters__clear-all,
.block-editor-block-list__layout .wc-block-active-filters .wc-block-active-filters__clear-all {
  font-family: "Noto Serif", sans-serif;
}
.widget_block .wc-block-product-search.wp-block-woocommerce-product-search label,
.entry-content .wc-block-product-search.wp-block-woocommerce-product-search label,
.editor-styles-wrapper .wc-block-product-search.wp-block-woocommerce-product-search label,
.block-editor-block-list__layout .wc-block-product-search.wp-block-woocommerce-product-search label {
  display: block;
  margin-bottom: 10px;
}
.widget_block .wc-block-product-search .wc-block-product-search__button,
.entry-content .wc-block-product-search .wc-block-product-search__button,
.editor-styles-wrapper .wc-block-product-search .wc-block-product-search__button,
.block-editor-block-list__layout .wc-block-product-search .wc-block-product-search__button {
  background: #22148B;
  border: none;
}

/* =WooCommerce Product Card
----------------------------------------------- */
.woocommerce ul.products li.product,
.wc-block-grid ul.wc-block-grid__products li.wc-block-grid__product,
.woocommerce-page ul.products li.product {
  -webkit-box-shadow: none;
          box-shadow: none;
  padding: 20px;
  text-align: left;
}

.woocommerce ul.products li.product a img,
.wc-block-grid ul.wc-block-grid__products li.wc-block-grid__product a img {
  margin-left: -20px;
  margin-right: -20px;
  margin-top: -20px;
  width: calc(100% + 40px);
  max-width: none;
}

.wc-block-grid__products .wc-block-grid__product-image {
  position: static;
}

.woocommerce ul.products[class*=columns-] li.product,
.woocommerce-page ul.products[class*=columns-] li.product,
.wc-block-grid ul.wc-block-grid__products[class*=columns-] li.wc-block-grid__product {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-bottom: 30px;
}

a.button.product_type_simple.add_to_cart_button,
a.button.product_type_simple.add_to_cart_button.ajax_add_to_cart,
a.button.product_type_subscription.add_to_cart_button.ajax_add_to_cart,
a.button.product_type_subscription.add_to_cart_button,
.wc-block-grid ul.wc-block-grid__products li.wc-block-grid__product .wp-block-button .wp-block-button__link,
.entry-content .wc-block-grid ul.wc-block-grid__products li.wc-block-grid__product .wp-block-button a.wp-block-button__link {
  background: none;
  border: none;
  color: #22148B;
  font-size: 16px;
  margin-left: -20px;
  padding: 0;
  text-align: left;
  text-decoration: underline;
  width: auto;
}
a.button.product_type_simple.add_to_cart_button:focus, a.button.product_type_simple.add_to_cart_button:hover,
a.button.product_type_simple.add_to_cart_button.ajax_add_to_cart:focus,
a.button.product_type_simple.add_to_cart_button.ajax_add_to_cart:hover,
a.button.product_type_subscription.add_to_cart_button.ajax_add_to_cart:focus,
a.button.product_type_subscription.add_to_cart_button.ajax_add_to_cart:hover,
a.button.product_type_subscription.add_to_cart_button:focus,
a.button.product_type_subscription.add_to_cart_button:hover,
.wc-block-grid ul.wc-block-grid__products li.wc-block-grid__product .wp-block-button .wp-block-button__link:focus,
.wc-block-grid ul.wc-block-grid__products li.wc-block-grid__product .wp-block-button .wp-block-button__link:hover,
.entry-content .wc-block-grid ul.wc-block-grid__products li.wc-block-grid__product .wp-block-button a.wp-block-button__link:focus,
.entry-content .wc-block-grid ul.wc-block-grid__products li.wc-block-grid__product .wp-block-button a.wp-block-button__link:hover {
  background: none;
  color: #22148B;
  text-decoration: none;
}
a.button.product_type_simple.add_to_cart_button .added,
a.button.product_type_simple.add_to_cart_button.ajax_add_to_cart .added,
a.button.product_type_subscription.add_to_cart_button.ajax_add_to_cart .added,
a.button.product_type_subscription.add_to_cart_button .added,
.wc-block-grid ul.wc-block-grid__products li.wc-block-grid__product .wp-block-button .wp-block-button__link .added,
.entry-content .wc-block-grid ul.wc-block-grid__products li.wc-block-grid__product .wp-block-button a.wp-block-button__link .added {
  text-decoration: none;
}

.woocommerce ul.products li.product .woocommerce-LoopProduct-link.woocommerce-loop-product__link:focus h2.woocommerce-loop-product__title, .woocommerce ul.products li.product .woocommerce-LoopProduct-link.woocommerce-loop-product__link:hover h2.woocommerce-loop-product__title {
  color: #22148B;
}

.wc-block-grid__product-add-to-cart.wp-block-button .wp-block-button__link {
  margin-left: -20px !important;
}

.woocommerce a.button.loading::after,
.wc-block-grid a.button.loading::after {
  top: 0;
  right: -20px;
}

.woocommerce span.onsale,
.wc-block-grid .wc-block-grid__product-onsale,
.wc-block-grid__products .wc-block-grid__product .wc-block-components-product-image .wc-block-components-product-sale-badge--align-right,
.wc-block-components-product-image .wc-block-components-product-sale-badge--align-right {
  background-color: #22148B;
  border-radius: 100%;
  color: #fff;
  font-family: "Poppins", sans-serif;
  font-size: .857em;
  font-weight: 400;
  height: 50px;
  margin: -0.5em -0.5em 0 0;
  padding: 0.202em;
  position: absolute;
  left: auto;
  line-height: 3.236;
  right: -0.5em;
  text-align: center;
  text-transform: none;
  top: -0.5em;
  width: 50px;
  z-index: 9;
}

.single-product .product span.onsale {
  left: -0.5em;
  right: auto;
}

.woocommerce ul.products li.product .price,
.wc-block-grid ul.wc-block-grid__products li.wc-block-grid__product .price {
  color: #000000;
  font-family: "Poppins", sans-serif;
  font-size: 16px;
  font-weight: 500;
  margin-left: -20px;
}

.woocommerce ul.products li.product .star-rating {
  margin-bottom: 20px;
  margin-left: -20px;
}

.woocommerce ul.products li.product .price ins,
.wc-block-grid ul.wc-block-grid__products li.wc-block-grid__product .price ins {
  font-weight: 500;
}

.woocommerce ul.products li.product .price .woocommerce-Price-amount.amount,
.wc-block-grid ul.wc-block-grid__products li.wc-block-grid__product .price .woocommerce-Price-amount.amount,
.wc-block-grid ul.wc-block-grid__products li.wc-block-grid__product .wc-block-components-product-price .woocommerce-Price-amount.amount {
  font-size: 16px;
  margin-right: 10px;
}
.woocommerce ul.products li.product .price .wc-block-grid__product-price__regular,
.woocommerce ul.products li.product .price del[aria-hidden="true"],
.wc-block-grid ul.wc-block-grid__products li.wc-block-grid__product .price .wc-block-grid__product-price__regular,
.wc-block-grid ul.wc-block-grid__products li.wc-block-grid__product .price del[aria-hidden="true"],
.wc-block-grid ul.wc-block-grid__products li.wc-block-grid__product .wc-block-components-product-price .wc-block-grid__product-price__regular,
.wc-block-grid ul.wc-block-grid__products li.wc-block-grid__product .wc-block-components-product-price del[aria-hidden="true"] {
  color: #a9a9a9;
  opacity: 1;
}
.woocommerce ul.products li.product .price del + ins,
.wc-block-grid ul.wc-block-grid__products li.wc-block-grid__product .price del + ins,
.wc-block-grid ul.wc-block-grid__products li.wc-block-grid__product .wc-block-components-product-price del + ins {
  text-decoration: none;
}
.woocommerce ul.products li.product .price ins.wc-block-grid__product-price__value--on-sale,
.wc-block-grid ul.wc-block-grid__products li.wc-block-grid__product .price ins.wc-block-grid__product-price__value--on-sale,
.wc-block-grid ul.wc-block-grid__products li.wc-block-grid__product .wc-block-components-product-price ins.wc-block-grid__product-price__value--on-sale {
  text-decoration: none;
}

.woocommerce ul.products li.product .woocommerce-loop-product__title,
.wc-block-grid ul.wc-block-grid__products li.wc-block-grid__product .wc-block-grid__product-title {
  color: #000000;
  font-family: "Poppins", sans-serif;
  font-size: 18px;
  font-weight: 800;
  letter-spacing: 0.03em;
  line-height: 1.3;
  margin-bottom: 15px;
  margin-left: -20px;
  padding-bottom: 0;
  -webkit-transition: all 0.15s ease;
       -o-transition: all 0.15s ease;
          transition: all 0.15s ease;
}

.wc-block-grid ul.wc-block-grid__products li.wc-block-grid__product .wc-block-grid__product-title .wc-block-components-product-name {
  font-family: "Poppins", sans-serif;
  text-decoration: none;
}

.wc-block-grid ul.wc-block-grid__products li.wc-block-grid__product a.wc-block-grid__product-link {
  text-decoration: none;
}

.woocommerce ul.products li.product .price del[aria-hidden="true"],
.wc-block-grid ul.products li.product .price del[aria-hidden="true"] {
  color: #a9a9a9;
}

.added_to_cart.wc-forward {
  font-family: "Poppins", sans-serif;
  margin-left: 10px;
  font-size: 11px;
}

/* =WooCommerce Edit Account
----------------------------------------------- */
.woocommerce-EditAccountForm fieldset {
  margin-bottom: 30px;
  margin-top: 30px;
}
.woocommerce-EditAccountForm fieldset legend {
  margin-bottom: 10px;
}

.woocommerce-edit-address .addresses .title .edit {
  float: right;
  position: relative;
  top: 10px;
  right: 40px;
}

/* =WooCommerce Gutenberg Block Widgets
----------------------------------------------- */
.woocommerce-shop-filter-bar .widget_block h1,
.woocommerce-shop-filter-bar .widget_block h2,
.woocommerce-shop-filter-bar .widget_block h3,
.woocommerce-shop-filter-bar .widget_block h4,
.woocommerce-shop-filter-bar .widget_block h5,
.woocommerce-shop-filter-bar .widget_block h6 {
  color: #000000;
  font-family: "Poppins", sans-serif;
  font-size: 14px;
  font-weight: 400;
}
@media (min-width: 1290px) {
  .widget_block .wc-block-grid__products {
    display: block;
  }
}
.widget_block .wc-block-grid__product {
  max-width: 100% !important;
  position: relative;
  width: 100%;
}
.widget_block .wc-block-grid__product-onsale {
  padding: 0.202em;
  position: absolute;
  text-align: center;
  line-height: 3.236;
  border-radius: 100%;
  color: #fff;
  font-size: 10px;
  z-index: 9;
  background: #22148B;
  font-family: "Poppins", sans-serif;
  font-weight: 400;
  height: 40px;
  width: 40px;
  top: 0;
  right: 0;
  left: auto;
  margin: -0.5em -0.5em 0 0;
  text-transform: none;
}
.widget_block .wc-block-grid__product-price.price {
  font-size: 12px;
}
.widget_block .wc-block-grid__product-price.price ins {
  text-decoration: none;
}
.widget_block .wc-block-grid__product-add-to-cart.wp-block-button .wp-block-button__link {
  background: none;
  color: #22148B;
  font-size: 14px;
  padding: 0;
  text-decoration: underline;
}
.widget_block .wc-block-grid__product-add-to-cart.wp-block-button .wp-block-button__link:focus, .widget_block .wc-block-grid__product-add-to-cart.wp-block-button .wp-block-button__link:hover {
  text-decoration: none;
}
.widget_block .wc-block-components-price-slider__range-text {
  font-family: "Poppins", sans-serif;
}
.widget_block .wc-block-components-price-slider__actions .wc-block-components-filter-submit-button,
.widget_block .wc-block-components-filter-reset-button {
  background: none;
  color: #22148B;
  font-family: "Poppins", sans-serif;
  font-size: 14px;
  font-weight: 600;
  padding: 0;
  text-decoration: underline;
}
.widget_block .wc-block-components-price-slider__actions .wc-block-components-filter-submit-button:focus, .widget_block .wc-block-components-price-slider__actions .wc-block-components-filter-submit-button:hover,
.widget_block .wc-block-components-filter-reset-button:focus,
.widget_block .wc-block-components-filter-reset-button:hover {
  background: none;
  color: #22148B;
  text-decoration: none;
}
.widget_block .wc-block-active-filters {
  border: 1px solid #eee;
  padding: 10px;
}
.widget_block .wc-block-active-filters .wc-block-active-filters__clear-all {
  color: #22148B;
  font-family: "Poppins", sans-serif;
  font-size: 14px;
  font-weight: 600;
  padding-top: 20px;
}
.widget_block .wc-block-active-filters .wc-block-active-filters__clear-all:focus, .widget_block .wc-block-active-filters .wc-block-active-filters__clear-all:hover {
  text-decoration: none;
}
.widget_block ul.wc-block-checkbox-list li input {
  margin-right: 5px;
  position: relative;
  top: 2px;
}
.widget_block .wp-block-button__link {
  background: #22148B;
  border: none;
  color: #ffffff;
  border-radius: 25px;
  cursor: pointer;
  display: inline-block;
  font-family: "Poppins", sans-serif;
  font-size: 14px;
  font-weight: 400;
  letter-spacing: 0.015em;
  line-height: 1.2;
  padding: 12px 40px;
  position: relative;
  text-align: center;
  text-decoration: none;
  -webkit-transition: all 0.35s ease-in-out;
       -o-transition: all 0.35s ease-in-out;
          transition: all 0.35s ease-in-out;
}
.widget_block .wp-block-button__link:focus, .widget_block .wp-block-button__link:hover {
  background-color: #16181e;
  color: #ffffff;
  -webkit-transition: all 0.35s ease-in-out;
       -o-transition: all 0.35s ease-in-out;
          transition: all 0.35s ease-in-out;
}
.widget_block .wc-block-components-checkbox .wc-block-components-checkbox__input[type=checkbox]:focus {
  border: 2px solid #22148B;
  outline: none;
}
.widget_block .wc-block-components-price-slider__controls .wc-block-components-price-slider__amount {
  font-size: 11px;
}
.widget_block .wc-block-components-price-slider--is-input-inline .wc-block-components-price-slider__controls .wc-block-components-price-slider__amount {
  max-width: 65px;
}
.widget_block .wc-block-components-price-slider__controls .wc-block-components-price-slider__amount {
  border: none;
  border-bottom: 1px solid #ccc;
  border-radius: 0 !important;
}
.widget_block ul.wc-block-stock-filter-list li label, .widget_block .widget_block ul.wc-block-stock-filter-list li label {
  margin-left: 0;
}

/* =WooCommerce MiniCart
----------------------------------------------- */
.wc-block-mini-cart__button {
  padding: 0;
}
.wc-block-mini-cart__button .wc-block-mini-cart__quantity-badge {
  background: center center url("assets/images/bag.svg") no-repeat;
  -webkit-background-size: contain;
          background-size: contain;
  color: #1e3147;
  cursor: pointer;
  display: block;
  float: right;
  height: 27px;
  margin-top: 2px;
  position: relative;
  width: 27px;
}
.wc-block-mini-cart__button .wc-block-mini-cart__amount {
  display: none;
  font-family: "Poppins", sans-serif;
  position: relative;
  top: 2px;
}
@media (min-width: 1290px) {
  .wc-block-mini-cart__button .wc-block-mini-cart__amount {
    display: inline-block;
  }
}
.wc-block-mini-cart__button .wc-block-mini-cart__badge {
  background: rgba(233, 233, 233, 0.9);
  border: none;
  border-radius: 5px;
  color: #000000;
  font-family: "Poppins", sans-serif;
  height: auto;
  display: inline-block;
  -webkit-box-pack: normal;
      -ms-flex-pack: normal;
          justify-content: normal;
  margin-left: 0;
  min-width: auto;
  position: absolute;
  padding: 5px 8px;
  top: -10px;
  font-size: 10px;
  font-weight: 600;
  left: 15px;
  -webkit-transform: none;
      -ms-transform: none;
       -o-transform: none;
          transform: none;
}
.wc-block-mini-cart__button .wc-block-mini-cart__icon {
  display: none;
}

.wc-block-mini-cart__template-part {
  font-family: "Poppins", sans-serif;
  padding: 0;
}
.wc-block-mini-cart__template-part table.wc-block-cart-items .wc-block-cart-items__row .wc-block-cart-item__product {
  padding-bottom: 0;
}
.wc-block-mini-cart__template-part .wc-block-mini-cart__items .wc-block-mini-cart__products-table .wc-block-cart-items__row {
  border-bottom: 1px solid #eee;
}
.wc-block-mini-cart__template-part h2.wc-block-mini-cart__title {
  font-size: 16px;
}
.wc-block-mini-cart__template-part .wc-block-cart-item__wrap {
  font-size: 14px;
}
.wc-block-mini-cart__template-part a.wc-block-components-product-name {
  font-family: "Poppins", sans-serif;
  display: block;
  margin-bottom: 10px;
}
.wc-block-mini-cart__template-part .wc-block-components-product-price__value.is-discounted {
  text-decoration: none;
}
.wc-block-mini-cart__template-part .wc-block-components-product-price__regular {
  color: #a9a9a9;
}
.wc-block-mini-cart__template-part .wc-block-components-quantity-selector {
  margin-bottom: 15px;
}
.wc-block-mini-cart__template-part .wc-block-components-quantity-selector:after {
  border-radius: 20px;
}
.wc-block-mini-cart__template-part .wc-block-components-product-badge.wc-block-components-sale-badge {
  display: none;
}
.wc-block-mini-cart__template-part .wc-block-components-product-metadata {
  display: none;
}
.wc-block-mini-cart__template-part .wc-block-mini-cart__footer .wc-block-components-totals-item.wc-block-mini-cart__footer-subtotal .wc-block-components-totals-item__description {
  padding-top: 10px;
}
.wc-block-mini-cart__template-part .wp-block-woocommerce-mini-cart-footer-block.wc-block-mini-cart__footer .wc-block-mini-cart__footer-actions .components-button.wc-block-components-button.wc-block-mini-cart__footer-cart.outlined {
  background: transparent;
  -webkit-box-shadow: none;
          box-shadow: none;
  border: 1px solid #16181e;
  border-radius: 25px;
  color: #16181e;
  cursor: pointer;
  display: inline-block;
  font-family: "Poppins", sans-serif;
  font-size: 14px;
  font-weight: 400;
  letter-spacing: 0.015em;
  line-height: 1.2;
  padding: 12px 40px;
  position: relative;
  text-align: center;
  text-decoration: none;
  -webkit-transition: all 0.35s ease-in-out;
       -o-transition: all 0.35s ease-in-out;
          transition: all 0.35s ease-in-out;
}
.wc-block-mini-cart__template-part .wp-block-woocommerce-mini-cart-footer-block.wc-block-mini-cart__footer .wc-block-mini-cart__footer-actions .components-button.wc-block-components-button.wc-block-mini-cart__footer-cart.outlined:focus, .wc-block-mini-cart__template-part .wp-block-woocommerce-mini-cart-footer-block.wc-block-mini-cart__footer .wc-block-mini-cart__footer-actions .components-button.wc-block-components-button.wc-block-mini-cart__footer-cart.outlined:hover {
  background-color: #16181e;
  border: 1px solid #16181e;
  -webkit-box-shadow: none;
          box-shadow: none;
  color: #ffffff;
  -webkit-transition: all 0.35s ease-in-out;
       -o-transition: all 0.35s ease-in-out;
          transition: all 0.35s ease-in-out;
}
.wc-block-mini-cart__template-part .wp-block-woocommerce-mini-cart-footer-block.wc-block-mini-cart__footer .wc-block-mini-cart__footer-actions .components-button.wc-block-components-button.wc-block-mini-cart__footer-checkout.contained {
  background: #22148B;
  border: none;
  border-radius: 25px;
  color: #ffffff;
  cursor: pointer;
  display: inline-block;
  font-family: "Poppins", sans-serif;
  font-size: 14px;
  font-weight: 400;
  letter-spacing: 0.015em;
  line-height: 1.2;
  padding: 12px 40px;
  position: relative;
  text-align: center;
  text-decoration: none;
  -webkit-transition: all 0.35s ease-in-out;
       -o-transition: all 0.35s ease-in-out;
          transition: all 0.35s ease-in-out;
}
.wc-block-mini-cart__template-part .wp-block-woocommerce-mini-cart-footer-block.wc-block-mini-cart__footer .wc-block-mini-cart__footer-actions .components-button.wc-block-components-button.wc-block-mini-cart__footer-checkout.contained:focus, .wc-block-mini-cart__template-part .wp-block-woocommerce-mini-cart-footer-block.wc-block-mini-cart__footer .wc-block-mini-cart__footer-actions .components-button.wc-block-components-button.wc-block-mini-cart__footer-checkout.contained:hover {
  background-color: #16181e;
  color: #ffffff;
  -webkit-transition: all 0.35s ease-in-out;
       -o-transition: all 0.35s ease-in-out;
          transition: all 0.35s ease-in-out;
}
.wc-block-mini-cart__template-part .wc-block-mini-cart__empty-cart-wrapper p > strong {
  color: #000000;
  display: block;
  font-family: "Poppins", sans-serif;
  margin-bottom: 10px;
}

.components-tooltip {
  background-color: #ffffff;
  border: 1px solid #a9a9a9;
  border-radius: 8px;
  padding: 5px;
  width: 130px;
}

/* =WooCommerce Product Slider / Gallery
----------------------------------------------- */
.pswp__caption__center {
  color: #ffffff;
  font-family: "Poppins", sans-serif;
}

.pswp__counter {
  font-family: "Poppins", sans-serif;
}

.woocommerce div.product div.images .flex-control-thumbs {
  margin-left: -10px;
}

.woocommerce div.product div.images .flex-control-thumbs li {
  margin-left: 10px;
  margin-top: 10px;
  width: calc(25% - 10px);
}

.woocommerce div.product div.images .woocommerce-product-gallery__trigger {
  background: #22148B;
}
.woocommerce div.product div.images .woocommerce-product-gallery__trigger:focus, .woocommerce div.product div.images .woocommerce-product-gallery__trigger:hover {
  -webkit-transform: scale(1.1);
      -ms-transform: scale(1.1);
       -o-transform: scale(1.1);
          transform: scale(1.1);
}

.woocommerce div.product div.images .woocommerce-product-gallery__trigger:before {
  border-color: #ffffff;
}

.woocommerce div.product div.images .woocommerce-product-gallery__trigger:after {
  background: #ffffff;
}

/* =Header
----------------------------------------------- */
.site-header {
  background: #ffffff;
  border-bottom: 1px solid #f7f7f7;
  -webkit-box-shadow: 4px 0 4px 0 rgba(0, 0, 0, 0.25);
          box-shadow: 4px 0 4px 0 rgba(0, 0, 0, 0.25);
  position: relative;
  z-index: 100;
}
@media (min-width: 1290px) {
  .site-header {
    background: #ffffff;
    position: fixed;
    -webkit-transition: all 0.15s ease;
         -o-transition: all 0.15s ease;
            transition: all 0.15s ease;
    width: 100%;
  }
}
@media (min-width: 1290px) {
  .page-template-template-full-width .site-header {
    background: transparent;
    border-bottom: none;
    -webkit-box-shadow: none;
            box-shadow: none;
  }
}

.site-header--sticky {
  background: #ffffff;
  margin-top: 0;
  -webkit-transition: all 0.15s ease;
       -o-transition: all 0.15s ease;
          transition: all 0.15s ease;
}
.page-template-template-full-width .site-header--sticky {
  background: #ffffff;
  -webkit-box-shadow: 4px 0 4px 0 rgba(0, 0, 0, 0.25);
          box-shadow: 4px 0 4px 0 rgba(0, 0, 0, 0.25);
}

.site-header__inner {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  margin: 0 auto;
  position: relative;
}

.site-header__branding {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-left: 40px;
  padding: 10px 20px 10px 0;
  width: 100%;
}
@media (min-width: 782px) {
  .site-header__branding {
    width: auto;
  }
}
@media (min-width: 992px) {
  .site-header__branding {
    margin-left: 0;
    padding-left: 0;
  }
}

.site-header__title {
  color: #000000;
  font-family: "Noto Serif", sans-serif;
  font-size: 28px;
  font-weight: 200;
}
.site-header__title a {
  color: #000000;
}
.site-header__title a:visited {
  color: #000000;
}
.site-header__title a:hover, .site-header__title a:focus, .site-header__title a:active {
  color: #000000;
}
@media (min-width: 782px) {
  .site-header__title {
    font-size: 24px;
  }
}

.site-header__description {
  color: #ffffff;
  display: none;
  font-size: 11px;
  font-weight: 300;
  margin-top: 10px;
}

.site-header__navigation {
  display: none;
  -webkit-box-flex: 3;
      -ms-flex: 3;
          flex: 3;
  height: 100%;
  position: relative;
  width: 100%;
}
@media (min-width: 992px) {
  .site-header__navigation {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}

.site-header__mobile-nav {
  background: #ffffff;
  height: 100%;
  left: 0;
  opacity: 0;
  position: fixed;
  -webkit-transform: translateY(-100%);
      -ms-transform: translateY(-100%);
       -o-transform: translateY(-100%);
          transform: translateY(-100%);
  -webkit-transition: -webkit-transform 0.15s linear;
       -o-transition: -o-transform 0.15s linear;
          transition: transform 0.15s linear;
  width: 100%;
  will-change: transform;
}
@media (min-width: 992px) {
  .site-header__mobile-nav {
    display: none;
  }
}
.nav-active .site-header__mobile-nav {
  top: 65px;
  -webkit-transform: translateY(0);
      -ms-transform: translateY(0);
       -o-transform: translateY(0);
          transform: translateY(0);
  opacity: 1;
  -webkit-transition: all 0.15s linear;
       -o-transition: all 0.15s linear;
          transition: all 0.15s linear;
  z-index: 10;
}
.admin-bar.nav-active .site-header__mobile-nav {
  top: 115px;
}

.site-header__shop {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  height: 100%;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  padding: 20px 0 20px 20px;
}

.site-header__user-account,
.site-header__user-login {
  background: center center url("assets/images/profile.svg") no-repeat;
  -webkit-background-size: contain;
          background-size: contain;
  color: #1e3147;
  display: block;
  float: right;
  height: 25px;
  margin-right: 10px;
  width: 25px;
}

.site-header__cart-items {
  text-align: right;
  position: relative;
  width: 100%;
}
.site-header__cart-items .widget.widget_block {
  margin-bottom: 0;
}

a.site-header__cart-contents {
  color: #1e3147;
  font-family: "Poppins", sans-serif;
  position: relative;
}
a.site-header__cart-contents:focus, a.site-header__cart-contents:hover {
  color: #1e3147;
}

.site-header__cart-contents .dashicons-cart {
  position: relative;
  top: -2px;
}

.page-template-template-full-width .site-header__total {
  background: rgba(233, 233, 233, 0.8);
}
@media (min-width: 1290px) {
  .page-template-template-full-width .site-header__total {
    background: rgba(255, 255, 255, 0.8);
  }
}

.page-template-template-full-width .site-header--sticky .site-header__total {
  background: rgba(233, 233, 233, 0.8);
}

/* =Logo
----------------------------------------------- */
.site-branding {
  position: relative;
  z-index: 5;
}
.site-branding a {
  display: inline-block;
}

.logo {
  max-width: 150px;
}
.woocommerce .logo, .woocommerce-page .logo {
  max-width: 150px;
}

/* Main Navigation
----------------------------------------------- */
/* Desktop Navigation */
.main-navigation {
  height: 100%;
  width: 100%;
}
.main-navigation ul {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  height: 100%;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 20px 35px;
  text-align: center;
  width: 100%;
}
.main-navigation li {
  display: inline-block;
  letter-spacing: 0.02em;
  margin-right: 30px;
  padding: 5px 0;
  position: relative;
}
.main-navigation li:after {
  content: "";
  display: block;
  height: 20px;
  position: absolute;
  top: 20px;
  left: 0;
  width: 100%;
}
@media (min-width: 1290px) {
  .main-navigation li {
    margin-right: 50px;
  }
}
.main-navigation li.current-menu-item a {
  color: #22148B;
  font-weight: 500;
}
.main-navigation li.current-menu-item a:focus, .main-navigation li.current-menu-item a:hover, .main-navigation li.current-menu-item a:active {
  color: #000000;
}
@media (min-width: 1290px) {
  .main-navigation li.menu-item-has-children > a:after {
    background: center center url("assets/images/chevron-sm-down.svg") no-repeat;
    content: "";
    display: inline-block;
    height: 10px;
    width: 10px;
    margin-left: 7px;
  }
}
.main-navigation li:last-child {
  margin-right: 0;
}
.main-navigation li .children,
.main-navigation li .sub-menu {
  background: #ffffff;
  border-top-right-radius: 20px;
  border-bottom-left-radius: 20px;
  -webkit-box-shadow: 0 0 14px 0 rgba(0, 0, 0, 0.15);
          box-shadow: 0 0 14px 0 rgba(0, 0, 0, 0.15);
  display: none;
  height: auto;
  min-width: 200px;
  margin: 0;
  padding: 10px;
  position: absolute;
  top: 30px;
  left: 0;
  width: auto;
  z-index: 800;
}
.main-navigation li .children li,
.main-navigation li .sub-menu li {
  color: #000000;
  display: block;
  float: none;
  font-weight: normal;
  line-height: 1.7;
  margin: 0;
  padding: 0 20px;
  position: relative;
  width: 100%;
}
.main-navigation li .children li:after,
.main-navigation li .sub-menu li:after {
  display: none;
}
.main-navigation li .children li:first-child,
.main-navigation li .sub-menu li:first-child {
  padding-top: 10px;
}
.main-navigation li .children li:last-child,
.main-navigation li .sub-menu li:last-child {
  padding-bottom: 10px;
}
.main-navigation li .children li a,
.main-navigation li .sub-menu li a {
  color: black;
  display: block;
  font-size: 14px;
  font-weight: 400;
  margin: 0;
  padding: 5px 0;
  width: 100%;
  text-align: left;
  text-transform: none;
}
.main-navigation li .children li a:focus, .main-navigation li .children li a:hover,
.main-navigation li .sub-menu li a:focus,
.main-navigation li .sub-menu li a:hover {
  color: #22148B;
}
.main-navigation li:focus ul, .main-navigation li:hover ul {
  display: block;
}
.main-navigation a {
  color: #1e3147;
  font-family: "Poppins", sans-serif;
  font-weight: 500;
  font-size: 14px;
  position: relative;
}
.main-navigation a:visited {
  color: #1e3147;
}
.main-navigation a:focus, .main-navigation a:hover, .main-navigation a:active {
  color: #22148B;
}

/* Mobile Navigation */
.mobile-navigation {
  height: 100%;
  overflow: auto;
  padding-bottom: 30%;
  width: 100%;
}
.mobile-navigation ul {
  padding: 30px 0 0;
}
.mobile-navigation li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  font-weight: 500;
  letter-spacing: 0.1em;
  position: relative;
}
.mobile-navigation li:last-child {
  border: none;
}
.mobile-navigation li.current-menu-item a {
  color: #22148B;
}
.mobile-navigation li .children,
.mobile-navigation li .sub-menu {
  display: none;
  padding-top: 0;
  padding-left: 40px;
  width: 100%;
}
.mobile-navigation li .children li a,
.mobile-navigation li .sub-menu li a {
  color: #000000;
  font-size: 21px;
  padding-bottom: 18px;
  padding-top: 18px;
}
.mobile-navigation li .sub-menu--active {
  display: block;
}
.mobile-navigation a {
  color: #16181e;
  display: inline-block;
  -webkit-box-flex: 2;
      -ms-flex: 2;
          flex: 2;
  font-family: "Poppins", sans-serif;
  font-size: 24px;
  font-weight: 500;
  padding: 23px 30px;
  position: relative;
}
.mobile-navigation a:focus, .mobile-navigation a:hover {
  color: #22148B;
}
.mobile-navigation button.sub-dropdown-icon {
  background: none;
  border: none;
  -webkit-box-flex: 0.5;
      -ms-flex: 0.5;
          flex: 0.5;
  justify-self: flex-end;
  padding: 0;
  position: absolute;
  top: 20px;
  right: 30px;
}
.mobile-navigation button.sub-dropdown-icon:focus, .mobile-navigation button.sub-dropdown-icon:hover {
  background: none;
}
.mobile-navigation button.sub-dropdown-icon:after {
  background: center center url("assets/images/chevron-down.svg") no-repeat;
  -webkit-background-size: contain;
          background-size: contain;
  content: "";
  display: inline-block;
  height: 25px;
  -webkit-transform: rotate(0);
      -ms-transform: rotate(0);
       -o-transform: rotate(0);
          transform: rotate(0);
  -webkit-transition: -webkit-transform 0.15s linear;
       -o-transition: -o-transform 0.15s linear;
          transition: transform 0.15s linear;
  width: 25px;
}
.mobile-navigation button.sub-dropdown-icon--active:after {
  background: center center url("assets/images/chevron-down.svg") no-repeat;
  -webkit-background-size: contain;
          background-size: contain;
  content: "";
  display: inline-block;
  height: 25px;
  -webkit-transform: rotate(180deg);
      -ms-transform: rotate(180deg);
       -o-transform: rotate(180deg);
          transform: rotate(180deg);
  -webkit-transition: -webkit-transform 0.15s linear;
       -o-transition: -o-transform 0.15s linear;
          transition: transform 0.15s linear;
  width: 25px;
}
.mobile-navigation .site-footer__social {
  padding-left: 30px;
  margin-top: 30px;
}
.mobile-navigation .site-footer__social a {
  padding-left: 0;
  padding-right: 0;
}
.mobile-navigation .site-footer__social a:focus, .mobile-navigation .site-footer__social a:hover {
  background: none;
}
.mobile-navigation .icon--twitter,
.mobile-navigation .icon--facebook,
.mobile-navigation .icon--instagram,
.mobile-navigation .icon--youtube,
.mobile-navigation .icon--vimeo,
.mobile-navigation .icon--pinterest,
.mobile-navigation .icon--linkedin,
.mobile-navigation .icon--google-plus {
  fill: #586166;
  width: 25px;
  margin: 0 15px 10px 0;
  -webkit-transition: fill 0.15s ease-in-out;
       -o-transition: fill 0.15s ease-in-out;
          transition: fill 0.15s ease-in-out;
}
.mobile-navigation .icon--twitter:hover, .mobile-navigation .icon--twitter:focus,
.mobile-navigation .icon--facebook:hover,
.mobile-navigation .icon--facebook:focus,
.mobile-navigation .icon--instagram:hover,
.mobile-navigation .icon--instagram:focus,
.mobile-navigation .icon--youtube:hover,
.mobile-navigation .icon--youtube:focus,
.mobile-navigation .icon--vimeo:hover,
.mobile-navigation .icon--vimeo:focus,
.mobile-navigation .icon--pinterest:hover,
.mobile-navigation .icon--pinterest:focus,
.mobile-navigation .icon--linkedin:hover,
.mobile-navigation .icon--linkedin:focus,
.mobile-navigation .icon--google-plus:hover,
.mobile-navigation .icon--google-plus:focus {
  fill: #22148B;
  -webkit-transition: fill 0.15s ease-in-out;
       -o-transition: fill 0.15s ease-in-out;
          transition: fill 0.15s ease-in-out;
}
@media (min-width: 782px) {
  .mobile-navigation .icon--twitter,
  .mobile-navigation .icon--facebook,
  .mobile-navigation .icon--instagram,
  .mobile-navigation .icon--youtube,
  .mobile-navigation .icon--vimeo,
  .mobile-navigation .icon--pinterest,
  .mobile-navigation .icon--linkedin,
  .mobile-navigation .icon--google-plus {
    margin-right: 15px;
  }
}

/* =Footer
----------------------------------------------- */
.site-footer {
  background-color: #16181e;
  padding: 50px 0 0;
}

.site-footer__branding,
.site-footer__nav-primary,
.site-footer__nav-secondary,
.site-footer__social {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

.site-footer__branding,
.site-footer__nav-primary,
.site-footer__nav-secondary {
  margin-bottom: 20px;
}
@media (min-width: 782px) {
  .site-footer__branding,
  .site-footer__nav-primary,
  .site-footer__nav-secondary {
    margin-bottom: 0;
  }
}

.site-footer__branding {
  margin-bottom: 30px;
}
@media (min-width: 782px) {
  .site-footer__branding {
    margin-bottom: 0;
    margin-right: 80px;
    max-width: 500px;
  }
}

@media (min-width: 782px) {
  .site-footer__nav {
    padding: 20px 40px 0;
  }
}
.site-footer__nav ul li {
  color: #ffffff;
  font-family: "Poppins", sans-serif;
  font-size: 14px;
  font-weight: 300;
  letter-spacing: 0.1em;
  margin-bottom: 17px;
}
.site-footer__nav ul li.current-menu-item a {
  color: #cdebf0;
}
.site-footer__nav ul li a {
  color: #ffffff;
  font-family: "Poppins", sans-serif;
}
.site-footer__nav ul li a:visited {
  color: #ffffff;
}
.site-footer__nav ul li a:focus, .site-footer__nav ul li a:hover {
  color: #cdebf0;
}

@media (min-width: 782px) {
  .site-footer__nav--tertiary {
    padding: 0;
  }
}
.site-footer__nav--tertiary ul li {
  display: inline-block;
  font-size: 14px;
  font-weight: 400;
  margin-right: 10px;
}
.site-footer__nav--tertiary ul li:last-child {
  margin-right: 0;
}
.site-footer__nav--tertiary ul li a {
  color: #d0d1d2;
}

.site-footer__title a {
  color: #d0d1d2;
  display: inline-block;
  font-family: "Poppins", sans-serif;
  font-size: 24px;
  font-weight: 900;
  letter-spacing: 0.1em;
  margin-top: 5px;
  position: relative;
}

.site-footer__description {
  color: #d0d1d2;
  display: block;
  letter-spacing: 0.02em;
  margin-top: 30px;
}
.site-footer__description p {
  color: #d0d1d2;
  font-size: 14px;
  max-width: 350px;
  margin-bottom: 30px;
}

.site-footer__secondary {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  margin-top: 100px;
  padding: 20px 0;
}
.site-footer__secondary ul li {
  display: inline-block;
  font-size: 13px;
}
@media (min-width: 782px) {
  .site-footer__secondary {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}

.site-footer__copyright {
  color: #d0d1d2;
  display: block;
  font-family: "Poppins", sans-serif;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  font-size: 13px;
  letter-spacing: 0.02em;
  margin-bottom: 10px;
}
@media (min-width: 782px) {
  .site-footer__copyright {
    margin-bottom: 0;
  }
}

.site-footer__social {
  padding: 20px 0 0 0;
}
@media (min-width: 782px) {
  .site-footer__social {
    padding-left: 40px;
  }
}
.site-footer__social ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
@media (min-width: 782px) {
  .site-footer__social ul {
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
  }
}
.site-footer__social ul li {
  display: block;
  margin-bottom: 10px;
}
.site-footer__social ul li a {
  font-family: "Poppins", sans-serif;
}

/* =Recent
----------------------------------------------- */
.site-recent {
  padding: 0 0 60px;
  position: relative;
}
.site-recent:before {
  background: -webkit-gradient(linear, left bottom, left top, from(#586166), to(rgba(0, 0, 0, 0)));
  background: -webkit-linear-gradient(bottom, #586166 0%, rgba(0, 0, 0, 0) 100%);
  background: -o-linear-gradient(bottom, #586166 0%, rgba(0, 0, 0, 0) 100%);
  background: linear-gradient(to top, #586166 0%, rgba(0, 0, 0, 0) 100%);
  bottom: 0;
  content: "";
  height: 100%;
  left: 0;
  position: absolute;
  right: 0;
  top: -100%;
  width: 100%;
}
@media (min-width: 782px) {
  .site-recent {
    padding-top: 60px;
  }
}

.site-recent__inner {
  margin: 0 auto;
  max-width: 800px;
}

/* =Page
----------------------------------------------- */
.content-area {
  background: transparent;
  position: relative;
}

.content-area__inner {
  background: #ffffff;
  padding: 40px 0 0;
  position: relative;
}
.woocommerce-shop .content-area__inner, .woocommerce-page:not(.woocommerce-account):not(.woocommerce-checkout):not(.woocommerce-cart) .content-area__inner {
  margin: 0 auto;
  max-width: 1290px;
  padding-left: 0;
  padding-right: 0;
}
@media (min-width: 1290px) {
  .woocommerce-shop .content-area__inner, .woocommerce-page:not(.woocommerce-account):not(.woocommerce-checkout):not(.woocommerce-cart) .content-area__inner {
    padding-left: 30px;
    padding-right: 30px;
  }
}
@media (min-width: 1290px) {
  .content-area__inner {
    padding-top: 80px;
  }
}

/* =Page Banner
----------------------------------------------- */
.page-banner {
  background: #cdebf0;
  -webkit-background-size: 400px 400px;
          background-size: 400px 400px;
  background-position: center center;
  text-align: center;
}
@media (min-width: 1290px) {
  .page-banner {
    margin-top: 66px;
  }
}
.page-banner--single {
  background-color: #ffffff;
  position: relative;
}
.page-banner--single:before {
  border-top: 30px solid #cdebf0;
  content: '';
  height: 30px;
  left: 0;
  opacity: 0.8;
  position: absolute;
  top: 0;
  width: 100%;
}

.page-banner__inner {
  padding: 60px 30px 20px;
}
@media (min-width: 992px) {
  .page-banner__inner {
    padding: 150px 30px 100px;
  }
}
@media (min-width: 992px) {
  .page-banner--single .page-banner__inner {
    padding: 60px 30px;
  }
}
.single-product .page-banner__inner {
  padding: 0;
}
@media (min-width: 992px) {
  .single-product .page-banner__inner {
    padding: 20px 30px;
  }
}
.woocommerce-cart .page-banner__inner, .woocommerce-checkout .page-banner__inner {
  padding: 80px 30px 20px;
}

.page-banner__subtitle {
  color: #22148B;
  display: block;
  font-family: "Space Mono", sans-serif;
  font-size: 16px;
  margin-bottom: 20px;
}

.page-banner__title {
  font-family: "Poppins", sans-serif;
  font-size: 30px;
  font-weight: bold;
}
@media (min-width: 782px) {
  .page-banner__title {
    font-size: 64px;
  }
}
.single-post .page-banner__title {
  font-size: 40px;
}

.page-banner__excerpt {
  color: #16181e;
  font-size: 18px;
  margin: 25px auto 0;
  max-width: 700px;
}
.single-product .page-banner__excerpt {
  display: none;
}

.page-banner__author {
  color: #666666;
  display: block;
  font-family: "Poppins", sans-serif;
  margin-top: 50px;
}
.single-product .page-banner__author {
  display: none;
}

/* =404
----------------------------------------------- */
.not-found {
  padding: 200px 0;
  width: calc(100% - 40px);
}
.not-found .page-title,
.not-found p {
  text-align: center;
}

/* =Loop
----------------------------------------------- */
@media (min-width: 782px) {
  .entry-grid {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin-left: -15px;
    margin-right: -15px;
    width: calc(100% + 30px);
  }
}

.blog .hentry, .search .hentry, .archive .hentry, .category .hentry,
.blog .product, .search .product, .archive .product, .category .product {
  -webkit-box-shadow: 0 1px 4px 0 rgba(18, 25, 97, 0.2);
          box-shadow: 0 1px 4px 0 rgba(18, 25, 97, 0.2);
}
@media (min-width: 782px) {
  .blog .hentry, .search .hentry, .archive .hentry, .category .hentry,
  .blog .product, .search .product, .archive .product, .category .product {
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
    margin-bottom: 30px;
    margin-left: 15px;
    margin-right: 15px;
    width: calc(50% - 30px);
  }
}
@media (min-width: 782px) {
  .site-grid__col--3 .hentry, .site-grid__col--3 .product {
    width: calc(33.33% - 30px);
  }
}

.entry-header {
  position: relative;
}

.entry-header__category {
  background-color: #ffffff;
  border: 1px solid #cdebf0;
  color: #22148B;
  font-family: "Poppins", sans-serif;
  font-size: 12px;
  font-weight: 500;
  left: 20px;
  padding: 10px 12px;
  position: absolute;
  top: 20px;
  z-index: 1;
}

.entry-header__img {
  position: relative;
}
.entry-header__img div {
  background: center center no-repeat;
  -webkit-background-size: cover;
          background-size: cover;
  min-height: 248px;
}

/* Entry Content Loop */
.entry-content.entry-content--loop {
  padding: 0 30px 30px;
}

/* Entry Title */
.entry-content .entry-title--loop {
  margin-bottom: 12px;
}

.entry-content .entry-title--loop a {
  color: #000000;
  font-family: "Poppins", sans-serif;
  font-size: 24px;
}
.entry-content .entry-title--loop a:visited {
  color: #000000;
}
.entry-content .entry-title--loop a:focus, .entry-content .entry-title--loop a:hover {
  color: #22148B;
}

/* Entry Meta */
.entry-meta--loop {
  position: relative;
  text-transform: none;
}

.entry-meta__date {
  color: #000000;
  display: block;
  font-family: "Poppins", sans-serif;
  font-size: 14px;
  letter-spacing: 0.05em;
  margin-bottom: 20px;
  text-transform: none;
}

/* Entry Excerpt */
.entry-content p.entry-excerpt {
  color: #000000;
  font-family: "Noto Serif", sans-serif;
  font-size: 14px;
  font-weight: 300;
  margin-bottom: 20px;
}

.entry-content .entry-link {
  font-family: "Space Mono", sans-serif;
}
.entry-link:after {
  content: "\f345";
  font-family: 'dashicons';
  vertical-align: middle;
  padding-left: 5px;
}

/* =Single
----------------------------------------------- */
.single .entry-header {
  margin-bottom: 30px;
}
@media (min-width: 992px) {
  .single .entry-header {
    margin-bottom: 80px;
  }
}

.entry-img {
  background-position: center center;
  -webkit-background-size: cover;
          background-size: cover;
  padding: 350px;
}
.single-product .entry-img {
  display: none;
}

.entry-meta {
  color: #000000;
  font-family: "Poppins", sans-serif;
  font-size: 12px;
  margin-top: 30px;
}
.woocommerce-page .entry-meta {
  display: none;
}

.entry-meta__date {
  padding-right: 5px;
}

.entry-meta__comments {
  color: #16181e;
  font-size: 22px;
  font-family: "Noto Serif", sans-serif;
  padding-left: 5px;
}

.entry-bookmark a {
  border-bottom: 1px solid #ffffff;
  color: #13495f;
  font-family: "Poppins", sans-serif;
  padding-bottom: 2px;
}
.entry-bookmark a:focus, .entry-bookmark a:hover {
  border-bottom-color: #16181e;
  color: #16181e;
}

.entry-footer {
  margin: 60px auto;
  max-width: 860px;
  padding-left: 30px;
  padding-right: 30px;
}
.entry-footer span {
  color: #26272b;
}
.page .entry-footer {
  background: none;
  border: none;
  margin-left: auto;
  margin-right: auto;
  max-width: 860px;
  padding-left: 30px;
  padding-right: 30px;
}
.page.woocommerce-shop .entry-footer, .page.woocommerce-page .entry-footer, .page.woocommerce-cart .entry-footer, .page.woocommerce-account .entry-footer, .single-product .entry-footer {
  max-width: 1290px;
}
@media (min-width: 1290px) {
  .page.woocommerce-cart .entry-footer, .page.woocommerce-account .entry-footer, .page.woocommerce-checkout .entry-footer {
    padding-left: 30px;
    padding-right: 30px;
  }
}
@media (min-width: 1290px) {
  .page.woocommerce-shop .entry-footer {
    padding-left: 0;
    padding-right: 0;
  }
}

.entry-heading {
  color: #26272b;
  font-size: 12px;
  font-weight: 400;
  margin-right: 10px;
}

.entry-cats {
  display: inline-block;
  margin: 10px 0 40px;
}
.entry-cats li {
  display: inline-block;
  margin-right: 5px;
}
.entry-cats li a {
  color: #22148B;
  font-family: "Poppins", sans-serif;
  font-size: 14px;
  letter-spacing: 0.1em;
}
.entry-cats li a:focus, .entry-cats li a:hover {
  color: #16181e;
}
.entry-cats:after {
  color: #22148B;
  content: "\2022";
  font-family: "Space Mono", sans-serif;
  font-size: 16px;
  position: relative;
  top: 1px;
}

.entry-date {
  display: inline-block;
  color: #22148B;
  font-family: "Poppins", sans-serif;
  font-size: 14px;
  letter-spacing: 0.1em;
}
.single-product .entry-date {
  display: none;
}

.entry-bookmark,
.entry-edit {
  display: block;
  font-family: "Poppins", sans-serif;
  font-size: 12px;
  letter-spacing: 0.1em;
  margin-top: 30px;
  text-transform: uppercase;
}
.entry-bookmark a,
.entry-edit a {
  border: none;
  color: #22148B;
  display: inline-block;
  text-decoration: none;
}
.entry-bookmark a:focus, .entry-bookmark a:hover,
.entry-edit a:focus,
.entry-edit a:hover {
  color: #16181e;
}

.cat-links,
.comments-link {
  display: inline-block;
  font-size: 14px;
  margin-right: 10px;
}

/* Single Post Prev and Next links */
.entry-content__post-links {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0 auto;
  max-width: 800px;
}
.entry-content__post-links a {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-family: "Space Mono", sans-serif;
  font-size: 14px;
  line-height: 1.6;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  width: 50%;
}
@media (min-width: 782px) {
  .entry-content__post-links a {
    font-size: 18px;
  }
}

.entry-content__post-links-prev,
.entry-content__post-links-next {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-bottom: 1px solid #333;
  border-top: 1px solid #333;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-family: "Space Mono", sans-serif;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  padding: 80px 0;
  width: 50%;
}

.entry-content__post-links-prev a {
  padding-right: 40px;
}
.entry-content__post-links-prev a:before {
  background: url("assets/images/chevron.svg") no-repeat;
  -webkit-background-size: contain;
          background-size: contain;
  content: "";
  display: inline-block;
  height: 30px;
  margin-right: 20px;
  width: 35px;
}

.entry-content__post-links-next {
  text-align: right;
}
.entry-content__post-links-next a {
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  padding-left: 40px;
}
.entry-content__post-links-next a:after {
  background: url("assets/images/chevron.svg") no-repeat;
  -webkit-background-size: contain;
          background-size: contain;
  content: "";
  display: inline-block;
  height: 30px;
  margin-left: 20px;
  -webkit-transform: rotate(180deg);
      -ms-transform: rotate(180deg);
       -o-transform: rotate(180deg);
          transform: rotate(180deg);
  width: 35px;
}

.entry-content:not(.woocommerce-Tabs-panel) > *:not(.wp-block-separator):not(.has-background):not(.wp-block-p75-gutenberg-hero):not(.wp-block-p75-gutenberg-icongrid):not(.wp-block-media-text):not(.wp-block-p75-gutenberg-logocontent):not(.wp-block-p75-gutenberg-columns):not(.wp-block-p75-gutenberg-cta):not(.woocommerce):not(.alignfull):not(.alignwide):not(.alignleft):not(.alignright) {
  padding-left: 20px;
  padding-right: 20px;
}
@media (min-width: 1290px) {
  .entry-content:not(.woocommerce-Tabs-panel) > *:not(.wp-block-separator):not(.has-background):not(.wp-block-p75-gutenberg-hero):not(.wp-block-p75-gutenberg-icongrid):not(.wp-block-media-text):not(.wp-block-p75-gutenberg-logocontent):not(.wp-block-p75-gutenberg-columns):not(.wp-block-p75-gutenberg-cta):not(.woocommerce):not(.alignfull):not(.alignwide):not(.alignleft):not(.alignright) {
    margin-left: auto;
    margin-right: auto;
    max-width: 860px;
    padding-left: 30px;
    padding-right: 30px;
  }
}
.entry-content:not(.woocommerce-Tabs-panel) > ul {
  padding-left: 20px;
  padding-right: 20px;
}
@media (min-width: 1290px) {
  .entry-content:not(.woocommerce-Tabs-panel) > ul {
    margin-left: auto;
    margin-right: auto;
    max-width: 860px;
    padding-left: 80px !important;
    padding-right: 30px;
  }
}
.entry-content:not(.woocommerce-Tabs-panel) .alignwide {
  padding-left: 20px;
  padding-right: 20px;
}
@media (min-width: 1290px) {
  .entry-content:not(.woocommerce-Tabs-panel) .alignwide {
    margin-left: auto;
    margin-right: auto;
    max-width: 1060px;
    padding-left: 30px;
    padding-right: 30px;
  }
}
.entry-content:not(.woocommerce-Tabs-panel) .wp-block-separator {
  margin-left: auto;
  margin-right: auto;
  max-width: calc(860px - 60px);
}
.entry-content:not(.woocommerce-Tabs-panel) p.has-background {
  margin-left: auto;
  margin-right: auto;
  max-width: calc(860px - 60px);
}

/* =Search
----------------------------------------------- */
.search-no-results .page-title {
  font-family: "Poppins", sans-serif;
  font-size: 42px;
  font-weight: 600;
  margin-bottom: 30px;
}
.search-no-results .page-content p {
  color: #16181e;
}

/* =Sidebar
----------------------------------------------- */
.post-sidebar {
  background: #fff;
}

/* =Search Form (Form)
----------------------------------------------- */
.site-footer__search {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
@media (min-width: 992px) {
  .site-footer__search {
    -ms-flex-item-align: end;
        align-self: flex-end;
  }
}
.site-footer__search .searchform {
  width: 100%;
}
.site-footer__search .searchform input {
  background: #ffffff;
  border: none;
  color: #000000;
  font-family: "Noto Serif", sans-serif;
  font-size: 16px;
  font-weight: 300;
  height: 50px;
  margin-bottom: 15px;
  margin-left: 0;
  padding: 12px;
  top: 0;
  width: 100%;
}
@media (min-width: 782px) {
  .site-footer__search .searchform input {
    margin-bottom: 0;
    max-width: 280px;
    width: 50%;
  }
}
.site-footer__search .searchform .search-btn {
  background: #000000;
  border: 1px solid #ffffff;
  color: #ffffff;
  cursor: pointer;
  font-family: "Poppins", sans-serif;
  font-size: 16px;
  font-weight: 400;
  max-width: 250px;
  padding: 10px 20px;
  position: relative;
  top: -1px;
  -webkit-transition: all 0.15s ease-in-out;
       -o-transition: all 0.15s ease-in-out;
          transition: all 0.15s ease-in-out;
  width: 100%;
}
@media (min-width: 782px) {
  .site-footer__search .searchform .search-btn {
    width: 100px;
  }
}
.site-footer__search .searchform .search-btn:focus, .site-footer__search .searchform .search-btn:hover, .site-footer__search .searchform .search-btn:active {
  background: #ffffff;
  border: 1px solid #ffffff;
  color: #16181e;
  -webkit-transition: all 0.15s ease-in-out;
       -o-transition: all 0.15s ease-in-out;
          transition: all 0.15s ease-in-out;
}
.site-footer__search .searchform ::-webkit-input-placeholder {
  color: #8A8B8E;
  font-weight: 400;
  letter-spacing: 0.04em;
}
@media (min-width: 782px) {
  .site-footer__search .searchform ::-webkit-input-placeholder {
    color: #8A8B8E;
    letter-spacing: 0.04em;
  }
}
.site-footer__search .searchform ::-moz-placeholder {
  color: #8A8B8E;
  font-weight: 400;
  letter-spacing: 0.04em;
}
@media (min-width: 782px) {
  .site-footer__search .searchform ::-moz-placeholder {
    color: #8A8B8E;
    letter-spacing: 0.04em;
  }
}
.site-footer__search .searchform :-ms-input-placeholder {
  color: #8A8B8E;
  font-weight: 400;
  letter-spacing: 0.04em;
}
@media (min-width: 782px) {
  .site-footer__search .searchform :-ms-input-placeholder {
    color: #8A8B8E;
    letter-spacing: 0.04em;
  }
}

/* Comments
----------------------------------------------- */
.comments-area {
  border-top: 1px solid white;
  margin: 20px auto;
  max-width: 800px;
}
.comments-area a {
  color: #22148B;
}
.comments-area a:focus, .comments-area a:hover {
  text-decoration: underline;
}
.comments-area span.required {
  color: darkred;
  width: 10px;
}
.comments-area .form-submit {
  margin-top: 30px;
}
.single-product .comments-area {
  max-width: 1290px;
}

.comments-title {
  color: #ffffff;
  font-size: 14px;
  margin: 30px 0;
  padding-bottom: 30px;
  text-align: left;
  text-transform: uppercase;
  word-wrap: break-word;
}

.comment-body {
  border-bottom: 1px solid #e9e9e9;
  margin: 0 auto;
  padding: 0 0 10px;
  width: 100%;
}
.comment-body::after:before, .comment-body::after:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
}
.comment-body::after:after {
  clear: both;
}

.comment-form-author input,
.comment-form-email input,
.comment-form-comment textarea {
  background: #ffffff;
  border: 1px solid #16181e;
  font-family: "Poppins", sans-serif;
}

.comment-form-comment label {
  color: #16181e;
  font-family: "Poppins", sans-serif;
  font-size: 13px;
}

.comment-entry {
  float: left;
  width: 100%;
  word-wrap: break-word;
}

.comment-list {
  margin-left: 0;
}
.comment-list li {
  list-style: none;
}

.comment-avatar {
  float: left;
  height: auto;
  width: 100px;
}
.comment-avatar::after:before, .comment-avatar::after:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
}
.comment-avatar::after:after {
  clear: both;
}

.avatar {
  border-radius: 50%;
  float: left;
  margin-bottom: 10px;
  margin-right: 20px;
  width: 64px;
}

.fn,
.says {
  font-size: 12px;
  font-weight: 400;
  letter-spacing: 0.02em;
  margin-bottom: 10px;
}

.logged-in-as,
.logged-in-as a,
.logged-in-as p {
  color: #22148B;
  font-family: "Poppins", sans-serif;
  font-size: 12px;
}
.logged-in-as:focus, .logged-in-as:hover,
.logged-in-as a:focus,
.logged-in-as a:hover,
.logged-in-as p:focus,
.logged-in-as p:hover {
  color: #16181e;
}

.comment-author {
  color: #586166;
  font-weight: 700;
  margin: 0 0 5px;
  padding: 20px 0 5px;
  text-transform: uppercase;
}
.comment-author a {
  color: #22148B;
}
.comment-author a:focus, .comment-author a:hover {
  color: #16181e;
}

.avatar {
  height: 64px;
}

.comment-metadata {
  font-size: 12px;
  font-weight: 400;
  margin-bottom: 20px;
  padding-left: 84px;
}

.comment-content p,
.comment-awaiting-moderation {
  color: #16181e;
  font-family: "Noto Serif", sans-serif;
  font-size: 13px;
  font-weight: 100;
  letter-spacing: 0.04em;
  padding-left: 84px;
}

.comment-content a {
  color: #22148B;
}
.comment-content a:focus, .comment-content a:hover {
  text-decoration: underline;
}

.comment-metadata a {
  color: #13495f;
  display: inline-block;
  margin-right: 10px;
}
.comment-metadata a:focus, .comment-metadata a:hover {
  color: #16181e;
}

.comment-date {
  color: #586166;
  font-weight: 700;
  margin: 0;
  padding: 0;
  text-transform: uppercase;
}

/* Comment Respond */
.comment-reply-title {
  color: #000000;
  font-family: "Poppins", sans-serif;
  font-size: 14px;
  padding-bottom: 10px;
  text-transform: none;
}

.required-field-message {
  color: #16181e;
  font-family: "Poppins", sans-serif;
}

#cancel-comment-reply-link {
  color: #586166;
}

.comment-respond {
  padding: 50px 0;
  width: 100%;
}

.form-control {
  background: #ffffff;
  border: none;
  color: #40474b;
  font-size: 14px;
  margin-bottom: 10px;
  outline: none;
  overflow: hidden;
  padding: 10px 13px;
  width: 100%;
  z-index: 1;
}

textarea.form-control {
  width: 100%;
}

.comment-form-author,
.comment-form-email {
  width: 60%;
}
.comment-form-author label,
.comment-form-email label {
  color: #16181e;
  font-family: "Poppins", sans-serif;
  font-size: 13px;
  margin-left: 0;
  margin-right: 10px;
}

.comment-form-author,
.comment-form-email,
.comment-form-comment {
  margin: 15px 0;
  position: relative;
}

.comment-form-comment {
  max-width: 800px;
  width: 100%;
}

.comment-notes {
  color: #16181e;
  font-size: 14px;
  line-height: 1.7;
  padding-bottom: 20px;
}

.reply,
.edit-link {
  font-size: 12px;
  margin: 20px 0;
  text-align: right;
  text-transform: uppercase;
}
.reply a,
.edit-link a {
  color: #22148B;
}
.reply a:focus, .reply a:hover,
.edit-link a:focus,
.edit-link a:hover {
  color: #16181e;
}

.children {
  border-bottom: 1px solid #707b81;
  list-style: none;
  padding: 40px 0 10px 60px;
  width: 90%;
}
.children .comment-body {
  border: none;
}

.comment-subscription-form {
  line-height: 1;
}

.comment-form-cookies-consent {
  color: #16181e;
  font-size: 14px;
}

.comment-form-author input,
.comment-form-email input,
.comment-form-comment textarea {
  padding: 3px;
}

.comment_container {
  margin-bottom: 40px;
}

/* =Widgets
----------------------------------------------- */
.widget-area {
  background-color: #fff;
  padding: 0 30px;
}

.widget {
  margin-bottom: 42px;
  /* Search */
}
.widget h1,
.widget h2,
.widget h3,
.widget h4,
.widget h5,
.widget h6 {
  color: #000000;
  font-family: "Space Mono", sans-serif;
  font-size: 18px;
  font-weight: 700;
  margin-bottom: 20px;
}
.widget ul {
  padding-left: 15px;
}
.widget ul li {
  color: #000000;
  list-style: none;
  font-family: "Poppins", sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.6;
  margin-bottom: 10px;
}
@media (min-width: 782px) {
  .widget ul li {
    font-size: 14px;
  }
}
.widget ul li a {
  color: #000000;
  font-family: "Poppins", sans-serif;
}
.widget ul li a:visited {
  color: #000000;
}
.widget ul li a:focus, .widget ul li a:hover {
  color: #22148B;
}
.widget.widget_search {
  padding: 0;
}
.widget .search-input {
  background: transparent;
  border: 1px solid #000000;
  color: #000000;
  font-family: "Poppins", sans-serif;
  letter-spacing: 0.01em;
  margin-left: 0;
  padding: 8px;
  text-transform: none;
}
.widget .search-btn {
  background: transparent;
  border: 1px solid #000000;
  color: #000000;
  cursor: pointer;
  font-family: "Poppins", sans-serif;
  padding: 8px;
  -webkit-transition: all 0.15s ease;
       -o-transition: all 0.15s ease;
          transition: all 0.15s ease;
}
.widget .search-btn:focus, .widget .search-btn:hover {
  background: #000000;
  color: #ffffff;
  -webkit-transition: all 0.15s ease;
       -o-transition: all 0.15s ease;
          transition: all 0.15s ease;
}

.widget-title {
  color: #000000;
  font-family: "Space Mono", sans-serif;
  font-size: 18px;
  font-weight: 700;
  margin-bottom: 20px;
}

.widget_authors li {
  display: block;
  margin: 0 0 20px;
  width: 100%;
}
.widget_authors li .avatar {
  float: left;
  margin: 0 10px 0 0;
}

.widget_calendar table {
  width: 100%;
  margin: 0;
}

.widget_calendar td,
.widget_calendar th {
  line-height: 2.3333;
  text-align: center;
  padding: 0;
}

.widget_calendar caption {
  font-weight: 700;
  margin: 0 0 1.6em;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}

.widget_calendar tbody a {
  -webkit-tap-highlight-color: rgba(255, 255, 255, 0.3);
  background-color: #333;
  color: #fff;
  display: block;
  font-weight: 700;
}

.widget_calendar tbody a:hover,
.widget_calendar tbody a:focus {
  background-color: #707070;
  background-color: rgba(51, 51, 51, 0.7);
  color: #fff;
}

.widget-area .jetpack-display-remote-posts > p {
  margin: 0 0 20px !important;
}

td.recentcommentstexttop,
td.recentcommentstextend {
  vertical-align: top;
}

/* =Footer
----------------------------------------------- */
.site-footer {
  background-color: #16181e;
  padding: 50px 0 0;
}

.site-footer__branding,
.site-footer__nav-primary,
.site-footer__nav-secondary,
.site-footer__social {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

.site-footer__branding,
.site-footer__nav-primary,
.site-footer__nav-secondary {
  margin-bottom: 20px;
}
@media (min-width: 782px) {
  .site-footer__branding,
  .site-footer__nav-primary,
  .site-footer__nav-secondary {
    margin-bottom: 0;
  }
}

.site-footer__branding {
  margin-bottom: 30px;
}
@media (min-width: 782px) {
  .site-footer__branding {
    margin-bottom: 0;
    margin-right: 80px;
    max-width: 500px;
  }
}

@media (min-width: 782px) {
  .site-footer__nav {
    padding: 20px 40px 0;
  }
}
.site-footer__nav ul li {
  color: #ffffff;
  font-family: "Poppins", sans-serif;
  font-size: 14px;
  font-weight: 300;
  letter-spacing: 0.1em;
  margin-bottom: 17px;
}
.site-footer__nav ul li.current-menu-item a {
  color: #cdebf0;
}
.site-footer__nav ul li a {
  color: #ffffff;
  font-family: "Poppins", sans-serif;
}
.site-footer__nav ul li a:visited {
  color: #ffffff;
}
.site-footer__nav ul li a:focus, .site-footer__nav ul li a:hover {
  color: #cdebf0;
}

@media (min-width: 782px) {
  .site-footer__nav--tertiary {
    padding: 0;
  }
}
.site-footer__nav--tertiary ul li {
  display: inline-block;
  font-size: 14px;
  font-weight: 400;
  margin-right: 10px;
}
.site-footer__nav--tertiary ul li:last-child {
  margin-right: 0;
}
.site-footer__nav--tertiary ul li a {
  color: #d0d1d2;
}

.site-footer__title a {
  color: #d0d1d2;
  display: inline-block;
  font-family: "Poppins", sans-serif;
  font-size: 24px;
  font-weight: 900;
  letter-spacing: 0.1em;
  margin-top: 5px;
  position: relative;
}

.site-footer__description {
  color: #d0d1d2;
  display: block;
  letter-spacing: 0.02em;
  margin-top: 30px;
}
.site-footer__description p {
  color: #d0d1d2;
  font-size: 14px;
  max-width: 350px;
  margin-bottom: 30px;
}

.site-footer__secondary {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  margin-top: 100px;
  padding: 20px 0;
}
.site-footer__secondary ul li {
  display: inline-block;
  font-size: 13px;
}
@media (min-width: 782px) {
  .site-footer__secondary {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}

.site-footer__copyright {
  color: #d0d1d2;
  display: block;
  font-family: "Poppins", sans-serif;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  font-size: 13px;
  letter-spacing: 0.02em;
  margin-bottom: 10px;
}
@media (min-width: 782px) {
  .site-footer__copyright {
    margin-bottom: 0;
  }
}

.site-footer__social {
  padding: 20px 0 0 0;
}
@media (min-width: 782px) {
  .site-footer__social {
    padding-left: 40px;
  }
}
.site-footer__social ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
@media (min-width: 782px) {
  .site-footer__social ul {
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
  }
}
.site-footer__social ul li {
  display: block;
  margin-bottom: 10px;
}
.site-footer__social ul li a {
  font-family: "Poppins", sans-serif;
}

/* =Pagination
----------------------------------------------- */
.pagination {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  height: 150px;
  margin-bottom: 30px;
  margin-top: 40px;
  position: relative;
  width: 100%;
}

.page-numbers {
  color: #16181e;
  padding: 0 10px;
  -webkit-transition: all 0.35s ease-in-out;
       -o-transition: all 0.35s ease-in-out;
          transition: all 0.35s ease-in-out;
}
.page-numbers:hover {
  color: #13495f;
  -webkit-transition: all 0.35s ease-in-out;
       -o-transition: all 0.35s ease-in-out;
          transition: all 0.35s ease-in-out;
}

.pagination-prev {
  color: #16181e;
  font-size: 12px;
  letter-spacing: 0.2em;
  padding: 0;
  position: absolute;
  top: 50%;
  left: 10px;
  text-align: left;
  text-transform: uppercase;
  -webkit-transition: all 0.35s ease-in-out;
       -o-transition: all 0.35s ease-in-out;
          transition: all 0.35s ease-in-out;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
       -o-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 120px;
}
.pagination-prev:hover {
  color: #13495f;
}

.prev-text {
  font-family: "Space Mono", sans-serif;
  padding-left: 0;
  position: relative;
  top: 1px;
}

.pagination-next {
  color: #16181e;
  font-size: 12px;
  letter-spacing: 0.2em;
  padding: 0;
  position: absolute;
  top: 50%;
  right: 10px;
  text-align: right;
  text-transform: uppercase;
  -webkit-transition: all 0.35s ease-in-out;
       -o-transition: all 0.35s ease-in-out;
          transition: all 0.35s ease-in-out;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
       -o-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 120px;
}
.pagination-next:hover {
  color: #13495f;
}

.next-text {
  font-family: "Space Mono", sans-serif;
  padding-right: 0;
  position: relative;
  top: 1px;
}

.pagination-arrow {
  font-size: 14px;
}

.pagenums {
  height: 50px;
  margin: 0 auto;
  position: relative;
  width: 50px;
}
.pagenums .diag {
  color: #464646;
  margin-left: -10px;
  position: absolute;
  top: 0;
  left: 50%;
  height: 10px;
  width: 10px;
}
.pagenums .diag::before {
  color: #464646;
  content: " / ";
  font-family: "Space Mono", sans-serif;
  font-size: 40px;
  height: 20px;
  left: 0;
  position: absolute;
  top: 0;
  width: 20px;
}
@media (min-width: 782px) {
  .pagenums .diag::before {
    font-size: 56px;
    left: -10px;
  }
}
.pagenums .left {
  color: #464646;
  font-family: "Poppins", sans-serif;
  font-size: 18px;
  left: -5px;
  position: absolute;
  top: 0;
}
@media (min-width: 782px) {
  .pagenums .left {
    font-size: 24px;
    left: -15px;
  }
}
.pagenums .right {
  bottom: 0;
  color: #464646;
  font-family: "Poppins", sans-serif;
  font-size: 18px;
  position: absolute;
  right: -5px;
}
@media (min-width: 782px) {
  .pagenums .right {
    bottom: -10px;
    font-size: 24px;
    right: -15px;
  }
}

/* =Social Media
----------------------------------------------- */
.social-icons {
  padding: 10px 0 0;
  text-align: center;
  -webkit-transform: translateY(20px);
      -ms-transform: translateY(20px);
       -o-transform: translateY(20px);
          transform: translateY(20px);
  -webkit-transition: -webkit-transform 0.55s ease-in-out;
       -o-transition: -o-transform 0.55s ease-in-out;
          transition: transform 0.55s ease-in-out;
  will-change: transform;
}
.nav-active .social-icons {
  -webkit-transform: translateY(0);
      -ms-transform: translateY(0);
       -o-transform: translateY(0);
          transform: translateY(0);
  -webkit-transition: -webkit-transform 0.55s ease-in-out;
       -o-transition: -o-transform 0.55s ease-in-out;
          transition: transform 0.55s ease-in-out;
}

/* =Card
----------------------------------------------- */
.c-card {
  background-color: #16181e;
  border-radius: 10px;
  text-align: center;
}

.c-card__link {
  display: block;
}
.c-card__link:focus .c-card__title, .c-card__link:hover .c-card__title {
  color: #ffffff;
  -webkit-transition: all 0.15s ease;
       -o-transition: all 0.15s ease;
          transition: all 0.15s ease;
}

.c-card__header {
  padding: 20px;
  position: relative;
}

.c-card__img {
  position: relative;
}
.c-card__img div {
  background: center center no-repeat;
  -webkit-background-size: cover;
          background-size: cover;
  min-height: 248px;
}

.c-card__content {
  padding: 20px;
  -webkit-transition: all 0.15s ease;
       -o-transition: all 0.15s ease;
          transition: all 0.15s ease;
}

.c-card__content__inner {
  padding: 20px;
  -webkit-transition: border-color 0.35s ease-in-out;
       -o-transition: border-color 0.35s ease-in-out;
          transition: border-color 0.35s ease-in-out;
}

.c-card__title {
  color: #cdebf0;
  font-family: "Poppins", sans-serif;
  font-size: 28px;
  font-weight: 800;
  letter-spacing: 0.03em;
  line-height: 1.3;
  margin-bottom: 15px;
  -webkit-transition: all 0.15s ease;
       -o-transition: all 0.15s ease;
          transition: all 0.15s ease;
}

.c-card__meta {
  margin-bottom: 20px;
  position: relative;
}

.c-card__date {
  color: #ffffff;
  font-family: "Noto Serif", sans-serif;
  font-size: 14px;
  font-weight: 300;
  letter-spacing: 0.05em;
}

.c-card__cart a.btn {
  background-color: #cdebf0;
  color: #16181e;
}
.c-card__cart a.btn:focus, .c-card__cart a.btn:hover {
  background-color: #ffffff;
  color: #16181e;
}

.c-card__price p {
  font-family: "Poppins", sans-serif;
  font-size: 18px;
  font-weight: 400;
  letter-spacing: 0.05em;
}
.c-card__price p .woocommerce-Price-amount.amount {
  color: #ffffff;
}
.c-card__price p del[aria-hidden="true"] {
  color: red;
  opacity: 1;
}
.c-card__price p del + ins {
  color: #ffffff;
  text-decoration: none;
}

.c-card__excerpt,
.c-card__excerpt p,
.c-card .woocommerce-product-details__short-description p {
  color: #ffffff;
  font-family: "Noto Serif", sans-serif;
  font-weight: 200;
  line-height: 2;
}

/* =Recurring Card
----------------------------------------------- */
.entry-content .recurring-card, .editor-styles-wrapper .recurring-card, .block-editor-block-list__layout .recurring-card {
  background-color: #16181e;
  border-radius: 10px;
  padding: 30px;
}
.entry-content .recurring-card *, .editor-styles-wrapper .recurring-card *, .block-editor-block-list__layout .recurring-card * {
  color: #ffffff;
}
.entry-content .recurring-card h1, .entry-content .recurring-card h2, .entry-content .recurring-card h3, .entry-content .recurring-card h4, .entry-content .recurring-card h5, .entry-content .recurring-card h6, .editor-styles-wrapper .recurring-card h1, .editor-styles-wrapper .recurring-card h2, .editor-styles-wrapper .recurring-card h3, .editor-styles-wrapper .recurring-card h4, .editor-styles-wrapper .recurring-card h5, .editor-styles-wrapper .recurring-card h6, .block-editor-block-list__layout .recurring-card h1, .block-editor-block-list__layout .recurring-card h2, .block-editor-block-list__layout .recurring-card h3, .block-editor-block-list__layout .recurring-card h4, .block-editor-block-list__layout .recurring-card h5, .block-editor-block-list__layout .recurring-card h6 {
  color: #cdebf0;
  text-align: center;
}
.entry-content .recurring-card p, .editor-styles-wrapper .recurring-card p, .block-editor-block-list__layout .recurring-card p {
  font-size: 14px;
}
.entry-content .recurring-card ul, .editor-styles-wrapper .recurring-card ul, .block-editor-block-list__layout .recurring-card ul {
  margin-bottom: 40px;
  margin-left: 20px;
  padding-left: 0;
}
.entry-content .recurring-card ul li, .editor-styles-wrapper .recurring-card ul li, .block-editor-block-list__layout .recurring-card ul li {
  color: #ffffff;
  font-family: "Space Mono", sans-serif;
  list-style: none;
  padding-left: 0;
}
.entry-content .recurring-card ul li:before, .editor-styles-wrapper .recurring-card ul li:before, .block-editor-block-list__layout .recurring-card ul li:before {
  background: url("assets/images/check-white.svg") no-repeat;
  background-position: center center;
  -webkit-background-size: contain;
          background-size: contain;
  content: '';
  display: inline-block;
  height: 20px;
  margin-right: 10px;
  position: relative;
  top: 5px;
  width: 20px;
}
.entry-content .recurring-card .wp-block-button, .editor-styles-wrapper .recurring-card .wp-block-button, .block-editor-block-list__layout .recurring-card .wp-block-button {
  margin-bottom: 30px;
  text-align: center;
  width: 100%;
}
.entry-content .recurring-card .wp-block-button .wp-block-button__link, .editor-styles-wrapper .recurring-card .wp-block-button .wp-block-button__link, .block-editor-block-list__layout .recurring-card .wp-block-button .wp-block-button__link {
  background-color: #cdebf0;
  color: #16181e;
}
.entry-content .recurring-card .wp-block-button .wp-block-button__link:focus, .entry-content .recurring-card .wp-block-button .wp-block-button__link:hover, .editor-styles-wrapper .recurring-card .wp-block-button .wp-block-button__link:focus, .editor-styles-wrapper .recurring-card .wp-block-button .wp-block-button__link:hover, .block-editor-block-list__layout .recurring-card .wp-block-button .wp-block-button__link:focus, .block-editor-block-list__layout .recurring-card .wp-block-button .wp-block-button__link:hover {
  background-color: #ffffff;
  color: #16181e;
}

/* Buttons
----------------------------------------------- */
/* Button Primary */
.btn,
a.btn,
.entry-content a.btn,
.submit {
  background: transparent;
  border: 1px solid #22148B;
  border-radius: 25px;
  color: #22148B;
  cursor: pointer;
  display: inline-block;
  font-family: "Poppins", sans-serif;
  font-size: 14px;
  font-weight: 400;
  letter-spacing: 0.015em;
  line-height: 1.2;
  padding: 12px 40px;
  position: relative;
  text-align: center;
  text-decoration: none;
  -webkit-transition: all 0.35s ease-in-out;
       -o-transition: all 0.35s ease-in-out;
          transition: all 0.35s ease-in-out;
}
.btn:focus, .btn:hover,
a.btn:focus,
a.btn:hover,
.entry-content a.btn:focus,
.entry-content a.btn:hover,
.submit:focus,
.submit:hover {
  background-color: #22148B;
  border-color: #22148B;
  color: #ffffff;
  -webkit-transition: all 0.35s ease-in-out;
       -o-transition: all 0.35s ease-in-out;
          transition: all 0.35s ease-in-out;
}
.btn--dark,
a.btn--dark,
.entry-content a.btn--dark,
.submit--dark {
  background: #22148B;
  border: none;
  color: #ffffff;
}
.btn--dark:focus, .btn--dark:hover,
a.btn--dark:focus,
a.btn--dark:hover,
.entry-content a.btn--dark:focus,
.entry-content a.btn--dark:hover,
.submit--dark:focus,
.submit--dark:hover {
  background-color: #16181e;
  color: #ffffff;
  -webkit-transition: all 0.35s ease-in-out;
       -o-transition: all 0.35s ease-in-out;
          transition: all 0.35s ease-in-out;
}

.btn--lg {
  min-width: 200px;
}

.submit {
  background: #22148B;
  border: none;
  color: #ffffff;
}
.submit:focus, .submit:hover {
  background-color: #16181e;
  color: #ffffff;
  -webkit-transition: all 0.35s ease-in-out;
       -o-transition: all 0.35s ease-in-out;
          transition: all 0.35s ease-in-out;
}
