@charset "UTF-8";
* {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

ol.numbering-with-brackets li {
  counter-increment: item;
}
ol.numbering-with-brackets li::marker {
  content: counter(item) ")  ";
}
ol.numbers {
  padding-left: 32px;
}
ol.numbers li::marker {
  line-height: 14px;
}
ol.numbers li:nth-child(1) {
  list-style-image: url("../images/icons/number_1.svg");
}
ol.numbers li:nth-child(2) {
  list-style-image: url("../images/icons/number_2.svg");
}
ol.numbers li:nth-child(3) {
  list-style-image: url("../images/icons/number_3.svg");
}
ol.numbers li:nth-child(4) {
  list-style-image: url("../images/icons/number_4.svg");
}
ol.numbers li span {
  position: relative;
  bottom: 3px;
}

ul.arrow-right {
  padding-left: 26px;
}
ul.arrow-right li {
  list-style-image: url("../images/icons/arrow-right.svg");
}
ul.arrow-right li span {
  position: relative;
  bottom: 3px;
}
ul.checkmark-circle {
  padding-left: 26px;
}
ul.checkmark-circle li {
  list-style-image: url("../images/icons/checkmark-circle.svg");
}
ul.checkmark-circle li span {
  position: relative;
  bottom: 3px;
}

.bg-white {
  background-color: #FFF;
}

.bg-body-gray {
  background-color: #f9f9f9;
}

.bg-gray {
  background-color: #f2f2f2;
}

h1 {
  color: #303030;
  font-family: "Nunito Sans", sans-serif;
  font-size: 3.375rem;
  line-height: 1.2em;
  font-weight: 300;
}
@media (max-width: 1024px) {
  h1 {
    font-family: "Nunito Sans", sans-serif;
    font-size: 1.75rem;
    line-height: 1.2em;
    font-weight: 500;
    letter-spacing: 0;
  }
}

h2 {
  color: #0381A2;
  font-family: "Nunito Sans", sans-serif;
  font-size: 1.5rem;
  line-height: 1.25em;
  font-weight: 500;
  margin: 0 0 8px 0;
}
@media (max-width: 1024px) {
  h2 {
    font-size: 1.375rem;
  }
}

body.home h2:not(.wc-block-mini-cart__title, .wp-block-heading) {
  color: #303030;
  font-family: "Hind", sans-serif;
  font-style: normal;
  font-weight: 200;
  font-size: 2rem;
  letter-spacing: 8px;
  text-transform: uppercase;
  line-height: 1.25;
}

h3 {
  color: #0381A2;
  font-family: "Nunito Sans", sans-serif;
  font-size: 1.125rem;
  font-weight: 700;
  line-height: 34px;
}

h4 {
  color: #303030;
  font-family: "Nunito", sans-serif;
  font-size: 1.25rem;
  font-style: normal;
  font-weight: 600;
  line-height: 1.5;
}

h5 {
  color: #303030;
  font-family: "Hind", sans-serif;
  font-size: 0.875rem;
  font-weight: 400;
  line-height: 1.2;
}

h6 {
  color: #303030;
  font-family: "Nunito", sans-serif;
  font-style: normal;
  font-weight: 600;
  font-size: 1rem;
  text-transform: uppercase;
  letter-spacing: 2px;
  line-height: 1.2;
}

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

.font-size_24 {
  font-size: 1.5rem !important;
}

button {
  font-family: "Hind", sans-serif;
  letter-spacing: 3px;
  line-height: 1;
  font-size: 1rem;
  text-transform: uppercase;
  color: var(--wp--preset--color--contrast);
}

/* 767px */
.text-shadow {
  text-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
}

.box-shadow {
  -webkit-box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.25);
          box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.25);
}

.w-264px {
  width: 264px;
}
.w-264px button {
  width: 264px;
}

.w-100 {
  width: 100%;
}

.w-max-none {
  max-width: none !important;
}

.no-wrap {
  white-space: nowrap;
}

.no-overflow {
  overflow: hidden;
}

.uagb-forms-main-submit-button {
  margin-top: 40px;
}
@media (max-width: 781px) {
  .uagb-forms-main-submit-button {
    width: 100%;
  }
}

.uagb-forms-main-submit-button:hover {
  background-color: #FBBF24 !important;
  cursor: pointer;
}

/* Hide author
.post-author.meta-wrapper {
    display: none;
}
*/
/* Blog next, previous */
.post-navigation-link-next.wp-block-post-navigation-link a,
.post-navigation-link-previous.wp-block-post-navigation-link a {
  border-radius: 32px;
  background-color: var(--wp--preset--color--custom-button-2-background, #fc0);
  padding: 8px 15px 7px 15px;
}

.post-navigation-link-next.wp-block-post-navigation-link a:hover,
.post-navigation-link-previous.wp-block-post-navigation-link a:hover {
  background-color: var(--wp--preset--color--custom-button-2-bg-hover, #fbbf24);
}

.ins-text-truncate {
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.ins-text-truncate a {
  display: inline;
}

/* Navigation active item */
.current-menu-item {
  color: var(--wp--preset--color--custom-primary-color, #17818B);
}

/* Blog title row limit */
.ins-title-preview a {
  height: 72px;
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
}

/* Blog text preview row limit */
.ins-preview-height {
  height: 112px;
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
}

/*Search icon*/
.ins-search-input .wp-block-search__inside-wrapper input.wp-block-search__input {
  background: url(/wp-content/uploads/2024/04/icon_search.svg) no-repeat 9px 60%;
  padding-left: 40px;
}

/* Product */
.ins-asterisk-before:before {
  content: "* ";
  color: var(--wp--preset--color--custom-primary-color, #17818B);
}

.ins-asterisk-after:after {
  content: " *";
  color: var(--wp--preset--color--custom-primary-color, #17818B);
}

/* Button / Submit */
button.wp-element-button,
input.submit {
  white-space: nowrap;
  padding: 20px 24px;
  border-radius: 32px;
  border: 1px solid var(--wp--preset--color--custom-button-2-background, #fc0);
  background-color: var(--wp--preset--color--custom-button-2-background, #fc0);
  color: black;
}
@media (max-width: 781px) {
  button.wp-element-button:not(.wc-block-components-drawer__close),
  input.submit:not(.wc-block-components-drawer__close) {
    width: 100% !important;
  }
}

button.wp-element-button:hover,
input.submit:hover {
  border: 1px solid var(--wp--preset--color--custom-button-2-background, #fbbf24);
  background-color: var(--wp--preset--color--custom-button-2-bg-hover, #fbbf24);
}

p.form-submit.wp-block-button {
  text-align: center;
}

/* Tags */
.ins-tags {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 0.8em;
  overflow: hidden;
}
.ins-tags a {
  padding: 0.4em 0.8em 0.2em 0.8em !important;
  color: var(--wp--preset--color--custom-light-font, #fff) !important;
  background: var(--wp--preset--color--custom-primary-color, #17818B) !important;
  border-radius: 0.4em !important;
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.ins-tags a:hover {
  text-decoration: none !important;
}
.ins-tags .wp-block-post-terms__separator {
  display: none;
}

.ins-tags-blog {
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  gap: 1.6em;
}

.p-0 {
  padding: 0 !important;
}

.m-0 {
  margin: 0 !important;
}

.wp-block-uagb-icon svg {
  width: 30px;
}

.uagb-icon-wrapper .uagb-svg-wrapper {
  -webkit-transition: -webkit-box-shadow 0.2s ease;
  transition: -webkit-box-shadow 0.2s ease;
  transition: box-shadow 0.2s ease;
  transition: box-shadow 0.2s ease, -webkit-box-shadow 0.2s ease;
}

.uagb-block-31499f63.uagb-icon-wrapper {
  text-align: center;
}

.uagb-block-31499f63.uagb-icon-wrapper .uagb-svg-wrapper a {
  display: contents;
}

.uagb-block-31499f63.uagb-icon-wrapper svg {
  width: 22px;
  height: 22px;
  -webkit-transform: rotate(0deg);
          transform: rotate(0deg);
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  fill: #1e293b;
  -webkit-filter: drop-shadow(0px 0px 0px rgba(0, 0, 0, 0.4392156863));
          filter: drop-shadow(0px 0px 0px rgba(0, 0, 0, 0.4392156863));
}

.uagb-block-31499f63.uagb-icon-wrapper .uagb-svg-wrapper:hover svg {
  fill: #1e293b;
}

.uagb-block-31499f63.uagb-icon-wrapper .uagb-svg-wrapper {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  background: #ffffff;
  padding-top: 12px;
  padding-right: 12px;
  padding-bottom: 12px;
  padding-left: 12px;
  -webkit-box-shadow: 0px 0px 0 rgba(0, 0, 0, 0.4392156863);
          box-shadow: 0px 0px 0 rgba(0, 0, 0, 0.4392156863);
  border-top-left-radius: 50px;
  border-top-right-radius: 50px;
  border-bottom-left-radius: 50px;
  border-bottom-right-radius: 50px;
}

.uagb-block-31499f63.uagb-icon-wrapper .uagb-svg-wrapper:hover {
  -webkit-box-shadow: 0px 0px 0 rgba(0, 0, 0, 0.4392156863);
          box-shadow: 0px 0px 0 rgba(0, 0, 0, 0.4392156863);
  background: #ffffff;
}

.uagb-block-b37fe7b5.uagb-icon-wrapper {
  text-align: center;
}

.uagb-block-b37fe7b5.uagb-icon-wrapper .uagb-svg-wrapper a {
  display: contents;
}

.uagb-block-b37fe7b5.uagb-icon-wrapper svg {
  width: 22px;
  height: 22px;
  -webkit-transform: rotate(0deg);
          transform: rotate(0deg);
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  fill: #1e293b;
  -webkit-filter: drop-shadow(0px 0px 0px rgba(0, 0, 0, 0.4392156863));
          filter: drop-shadow(0px 0px 0px rgba(0, 0, 0, 0.4392156863));
}

.uagb-block-b37fe7b5.uagb-icon-wrapper .uagb-svg-wrapper:hover svg {
  fill: #1e293b;
}

.uagb-block-b37fe7b5.uagb-icon-wrapper .uagb-svg-wrapper {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  background: #ffffff;
  padding-top: 12px;
  padding-right: 12px;
  padding-bottom: 12px;
  padding-left: 12px;
  -webkit-box-shadow: 0px 0px 0 rgba(0, 0, 0, 0.4392156863);
          box-shadow: 0px 0px 0 rgba(0, 0, 0, 0.4392156863);
  border-top-left-radius: 50px;
  border-top-right-radius: 50px;
  border-bottom-left-radius: 50px;
  border-bottom-right-radius: 50px;
}

.uagb-block-b37fe7b5.uagb-icon-wrapper .uagb-svg-wrapper:hover {
  -webkit-box-shadow: 0px 0px 0 rgba(0, 0, 0, 0.4392156863);
          box-shadow: 0px 0px 0 rgba(0, 0, 0, 0.4392156863);
  background: #ffffff;
}

.uagb-block-c7842980.uagb-icon-wrapper {
  text-align: center;
}

.uagb-block-c7842980.uagb-icon-wrapper .uagb-svg-wrapper a {
  display: contents;
}

.uagb-block-c7842980.uagb-icon-wrapper svg {
  width: 22px;
  height: 22px;
  -webkit-transform: rotate(0deg);
          transform: rotate(0deg);
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  fill: #1e293b;
  -webkit-filter: drop-shadow(0px 0px 0px rgba(0, 0, 0, 0.4392156863));
          filter: drop-shadow(0px 0px 0px rgba(0, 0, 0, 0.4392156863));
}

.uagb-block-c7842980.uagb-icon-wrapper .uagb-svg-wrapper:hover svg {
  fill: #1e293b;
}

.uagb-block-c7842980.uagb-icon-wrapper .uagb-svg-wrapper {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  background: #ffffff;
  padding-top: 12px;
  padding-right: 12px;
  padding-bottom: 12px;
  padding-left: 12px;
  -webkit-box-shadow: 0px 0px 0 rgba(0, 0, 0, 0.4392156863);
          box-shadow: 0px 0px 0 rgba(0, 0, 0, 0.4392156863);
  border-top-left-radius: 50px;
  border-top-right-radius: 50px;
  border-bottom-left-radius: 50px;
  border-bottom-right-radius: 50px;
}

.uagb-block-c7842980.uagb-icon-wrapper .uagb-svg-wrapper:hover {
  -webkit-box-shadow: 0px 0px 0 rgba(0, 0, 0, 0.4392156863);
          box-shadow: 0px 0px 0 rgba(0, 0, 0, 0.4392156863);
  background: #ffffff;
}

@media only screen and (max-width: 976px) {
  .uagb-block-31499f63.uagb-icon-wrapper .uagb-svg-wrapper {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
  }
  .uagb-block-b37fe7b5.uagb-icon-wrapper .uagb-svg-wrapper {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
  }
  .uagb-block-c7842980.uagb-icon-wrapper .uagb-svg-wrapper {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
  }
}
@media only screen and (max-width: 767px) {
  .uagb-block-31499f63.uagb-icon-wrapper .uagb-svg-wrapper {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
  }
  .uagb-block-b37fe7b5.uagb-icon-wrapper .uagb-svg-wrapper {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
  }
  .uagb-block-c7842980.uagb-icon-wrapper .uagb-svg-wrapper {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
  }
}
.uag-blocks-common-selector {
  z-index: var(--z-index-desktop) !important;
}

@media (max-width: 976px) {
  .uag-blocks-common-selector {
    z-index: var(--z-index-tablet) !important;
  }
}
@media (max-width: 767px) {
  .uag-blocks-common-selector {
    z-index: var(--z-index-mobile) !important;
  }
}
body {
  font-family: "Nunito Sans", sans-serif;
  --wp--style--global--wide-size: 1186px;
}
@media (min-width: 1090px) and (max-width: 1280px) {
  body {
    --wp--style--global--wide-size: 1074px;
  }
}
@media (max-width: 767px) {
  body {
    --wp--preset--spacing--50: 16px;
  }
}

.main-page-top-image {
  padding-top: var(--inst-main-image-padding-top, 150px) !important;
  padding-bottom: var(--inst-main-image-padding-bottom, 50px) !important;
  background-color: #1E293B;
}
@media (min-width: 1280px) {
  .main-page-top-image {
    --inst-main-image-padding-top: 160px;
    --inst-main-image-padding-bottom: 40px;
  }
}
@media (min-width: 1680px) {
  .main-page-top-image {
    --inst-main-image-padding-top: 200px;
    --inst-main-image-padding-bottom: 100px;
  }
}
@media (min-width: 2000px) {
  .main-page-top-image {
    --inst-main-image-padding-top: 240px;
    --inst-main-image-padding-bottom: 160px;
  }
}
.main-page-top-image .wp-block-cover__image-background {
  max-width: 2560px;
  margin-left: auto;
  margin-right: auto;
  -webkit-mask-image: -webkit-gradient(linear, left bottom, left top, color-stop(4.69%, rgba(2, 6, 23, 0)), color-stop(40%, #1E293B));
  -webkit-mask-image: linear-gradient(0deg, rgba(2, 6, 23, 0) 4.69%, #1E293B 40%);
          mask-image: -webkit-gradient(linear, left bottom, left top, color-stop(4.69%, rgba(2, 6, 23, 0)), color-stop(40%, #1E293B));
          mask-image: linear-gradient(0deg, rgba(2, 6, 23, 0) 4.69%, #1E293B 40%);
}
.main-page-top-image .main-page-top-image-content {
  max-width: var(--wp--style--global--wide-size, 1400px);
  margin-left: auto;
  margin-right: auto;
}

@media (min-width: 1025px) {
  body .uag-hide-desktop, body .uag-hide-desktop.uagb-google-map__wrap {
    display: none !important;
  }
}
@media (min-width: 768px) and (max-width: 1024px) {
  body .uag-hide-tab, body .uag-hide-tab.uagb-google-map__wrap {
    display: none !important;
  }
}
@media (max-width: 767px) {
  body .uag-hide-mob, body .uag-hide-mob.uagb-google-map__wrap {
    display: none !important;
  }
}

.letter-1px {
  letter-spacing: 1px;
}

.text-upper {
  text-transform: uppercase;
}

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

@media (max-width: 767px) {
  .mobile-br {
    display: block;
  }
}
.strong-primary strong {
  font-weight: 700;
  color: #0381A2;
}

.primary {
  color: #0381A2;
}

.wp-block-post-title.header-alternative {
  color: var(--black, #303030);
  font-family: "Nunito Sans", sans-serif;
  font-size: 2.625rem;
  font-style: normal;
  font-weight: 500;
  line-height: 1.25;
  letter-spacing: 0;
  text-transform: none;
}
@media (max-width: 767px) {
  .wp-block-post-title.header-alternative {
    font-size: 1.625rem;
  }
}
@media (max-width: 374px) {
  .wp-block-post-title.header-alternative {
    font-size: 1.5rem;
  }
}

.container.w {
  width: 100%;
  margin-inline: auto;
  max-width: var(--wp--style--global--wide-size);
  padding-inline: 0;
}
@media (max-width: 1110px) {
  .container.w {
    padding-inline: 16px;
  }
}

.d-heading-2 {
  font-family: "Hind", sans-serif;
  font-size: 2rem;
  line-height: 1.125;
  color: #0381A2;
  font-weight: 400;
  letter-spacing: 8px;
}

.d-heading-2-small-letters, .woocommerce-checkout form.woocommerce-checkout h3 {
  font-family: "Nunito Sans", sans-serif;
  font-size: 2rem;
  line-height: 1.125;
  color: #0381A2;
  font-weight: 400;
}

.button-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 24px;
}
@media (max-width: 767px) {
  .button-container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
  }
}
@media (min-width: 768px) {
  .button-container.button-container--center {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .button-container.button-container--row {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .button-container.button-container--row > .ins-button, .inst-navbar .c-order-btn .button-container.button-container--row > a, .button-container.button-container--row > .wp-element-button,
  .button-container.button-container--row > .components-button,
  .button-container.button-container--row > .ins-button-primary {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
  }
}
.button-container .ins-button, .button-container .inst-navbar .c-order-btn a, .inst-navbar .c-order-btn .button-container a, .button-container .wp-element-button,
.button-container .components-button,
.button-container .ins-button-primary {
  color: #303030;
}

.ins-button, .inst-navbar .c-order-btn a, .wp-element-button,
.components-button,
.ins-button-primary {
  padding: 20px 24px;
  border-radius: 2rem;
  font-family: "Hind", sans-serif;
  letter-spacing: 3px;
  font-size: 1rem;
  font-weight: 500;
  background-color: #FFCC00;
  color: #303030;
  border-width: 1px;
  border-style: solid;
  line-height: 1;
  cursor: pointer;
  -webkit-transition: 0.3s background-color ease-in-out;
  transition: 0.3s background-color ease-in-out;
}

.ins-button, .inst-navbar .c-order-btn a, .wp-element-button,
.components-button,
.ins-button-primary {
  border-color: inherit;
}

.ins-button-primary {
  background-color: #FFCC00;
  border-color: #FFCC00;
}
.ins-button-primary:hover {
  background-color: #ffd426;
  border-color: #ffd426;
}
.ins-button-primary:disabled {
  background-color: #ffdd54;
  border-color: #ffdd54;
  color: #747474;
}

a.ins-button-primary,
a.ins-button,
.inst-navbar .c-order-btn a,
a.wp-element-button,
a.components-button {
  display: inline-block;
  text-decoration: none;
}

.ins-button-outline, .inst-navbar .c-order-btn.btn-outline a {
  background-color: #fff;
  color: #303030;
  border: 1px solid #303030;
}
.ins-button-outline:hover, .inst-navbar .c-order-btn.btn-outline a:hover {
  background-color: #fafafa;
  border-color: #4f4f4f;
}
.ins-button-outline:disabled, .inst-navbar .c-order-btn.btn-outline a:disabled {
  background-color: #ffdd54;
  border-color: #747474;
  color: #747474;
}

.ins-button-standard,
.ins-button-primary {
  min-width: 254px;
  text-transform: uppercase;
  text-align: center;
}

.ins-button-danger {
  text-transform: uppercase;
  background-color: #f2c5c5;
  border-color: #dd6464;
}

.wp-block-uagb-buttons.w-100 .w-100 {
  width: 100% !important;
}

.with-link > a {
  color: #0381A2;
  text-decoration: underline;
  font-weight: 600;
  text-underline-offset: 4px;
}

.with-coupon-link > a {
  display: inline-block;
  padding: 8px;
  border-radius: 4px;
  border: 1.5px dashed #0381A2;
  cursor: pointer;
  color: #0381A2;
  text-decoration: none;
  background-color: #f2f9fa;
  font-size: 1.125rem;
  font-style: normal;
  font-weight: 800;
  line-height: 0.9;
  letter-spacing: 1px;
}
.with-coupon-link > a:hover {
  background-color: #cde6ec;
}
.with-coupon-link > a:active {
  color: #FFF;
  background-color: #0381A2;
}

.with-homepage-header-link {
  text-align: center;
}
.with-homepage-header-link > a {
  font-family: "Nunito Sans", sans-serif;
  font-size: 1.125rem;
  font-weight: 600;
  line-height: 18px;
  -webkit-text-decoration-line: underline;
          text-decoration-line: underline;
  color: inherit;
}

input.input-text,
input[type=date],
.form-control {
  background-color: #FAFAF9;
  border: 1px solid #CBD5E1;
  border-radius: 0.25rem;
}

.wc-block-store-notices .wc-block-components-notice-banner > .wc-block-components-notice-banner__content .button {
  font-family: "Nunito Sans", sans-serif;
  font-weight: 500;
  font-size: 1.125rem;
  line-height: 22px;
}
.wc-block-store-notices .wc-block-components-notice-banner.is-error > .wc-block-components-notice-banner__content > .button {
  color: #cc1818 !important;
}
.wc-block-store-notices .wc-block-components-notice-banner.is-success > .wc-block-components-notice-banner__content > .button {
  color: #4AB866 !important;
}

select.dos_year_select {
  background-color: #FAFAF9;
  border: 1px solid #CBD5E1;
  border-radius: 0.25rem;
  outline: none;
  -webkit-appearance: none !important;
  -moz-appearance: none !important;
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAB4AAAAUCAMAAACtdX32AAAAdVBMVEUAAAD///8AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAhMdQaAAAAJ3RSTlMAAAECAwQGBwsOFBwkJTg5RUZ4eYCHkJefpaytrsXGy8zW3+Do8vNn0bsyAAAAYElEQVR42tXROwJDQAAA0Ymw1p9kiT+L5P5HVEi3qJn2lcPjtIuzUIJ/rhIGy762N3XaThqMN1ZPALsZPEzG1x8LrFL77DHBnEMxBewz0fJ6LyFHTPL7xhwzWYrJ9z22AqmQBV757MHfAAAAAElFTkSuQmCC);
  background-position: 100%;
  background-repeat: no-repeat;
  padding-right: 30px !important;
}
select.dos_year_select option {
  padding-inline: 0;
}

header:has(.inst-navbar:not(.inst-navbar-main)) {
  padding-bottom: 158px;
}
@media (max-width: 767px) {
  header:has(.inst-navbar:not(.inst-navbar-main)) {
    padding-bottom: 126px;
  }
}

.inst-navbar {
  width: 100%;
  position: fixed;
  z-index: 10;
  height: 84px;
  padding-block: 10px;
  background-color: rgba(0, 0, 0, 0.5019607843);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media (max-width: 767px) {
  .inst-navbar {
    height: 60px;
  }
  .inst-navbar .custom-logo {
    width: 175px;
  }
}
.inst-navbar.opaque {
  background-color: rgb(30, 41, 59);
}
.inst-navbar-inner {
  max-width: var(--wp--style--global--wide-size);
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}
.inst-navbar:not(.inst-navbar-main) {
  padding-inline: 0 !important;
  background-color: white;
  -webkit-box-shadow: 0 4px 12px rgba(13, 10, 44, 0.062745098);
          box-shadow: 0 4px 12px rgba(13, 10, 44, 0.062745098);
}
@media (max-width: 1110px) {
  .inst-navbar:not(.inst-navbar-main) {
    padding-inline: 16px !important;
  }
}
.inst-navbar-promo {
  width: 100%;
  background: #000;
  color: white;
  font-size: 0.875rem;
  line-height: 1.25rem;
  font-family: Inter, sans-serif;
  text-align: center;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  letter-spacing: 0.7px;
  padding: 5px;
  height: 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 8px;
}
.inst-navbar-promo .button-small {
  color: #FFF;
  border: 1px solid #FFF;
  font-family: "Nunito Sans", sans-serif;
  font-size: 0.75rem;
  font-style: normal;
  font-weight: 500;
  line-height: 12px;
  letter-spacing: 2px;
  text-transform: uppercase;
  border-radius: 14px;
  padding: 5px 12px;
}
.inst-navbar-promo .button-small:hover {
  color: #475569;
  background-color: #FFF;
}
.inst-navbar-promo .button-small:active {
  color: #000;
}
@media (max-width: 374px) {
  .inst-navbar-promo .button-small {
    font-size: 0.59rem;
  }
}
@media (max-width: 767px) {
  .inst-navbar-promo {
    height: 50px;
    font-size: 0.7rem;
  }
}
@media (max-width: 374px) {
  .inst-navbar-promo {
    font-size: 0.59rem;
  }
}
.inst-navbar-promo.p-fixed {
  z-index: 10;
  position: fixed;
}
@media (min-width: 768px) {
  .inst-navbar-promo.p-fixed ~ .inst-navbar {
    margin-top: 50px;
  }
}
@media (max-width: 767px) {
  .inst-navbar-promo.p-fixed ~ .inst-navbar {
    margin-top: 50px;
  }
}
@media (min-width: 1025px) {
  .inst-navbar .wp-block-navigation__container {
    -webkit-column-gap: 18px;
       -moz-column-gap: 18px;
            column-gap: 18px;
  }
}
@media (min-width: 1025px) and (max-width: 1110px) {
  .inst-navbar .wp-block-navigation__container {
    -webkit-column-gap: 16px;
       -moz-column-gap: 16px;
            column-gap: 16px;
  }
}
@media (min-width: 1025px) {
  .inst-navbar .wp-block-navigation__container .wp-block-navigation-link {
    font-size: clamp(0.688rem, -0.561rem + 1.95vw, 1rem) !important;
  }
}
.inst-navbar .wp-block-site-logo img {
  min-width: 200px;
  padding-right: 35px;
}
.inst-navbar .c-order-btn a {
  border: none;
  color: #333 !important;
  padding: 10px 14px 10px 17px;
  letter-spacing: 2px;
  font-family: "Nunito Sans", sans-serif;
  font-weight: 700;
  font-size: 14px;
}
.inst-icon {
  display: inline-block;
  width: 24px;
  height: 24px;
  vertical-align: text-bottom;
}
.inst-icon-size17 {
  width: 17px;
  height: 17px;
}

.inst-icon-solar-sale {
  background-image: url("../images/icons/solar_sale-bold.svg");
}

.inst-icon-tag {
  background-image: url("../images/icons/icon-tag.svg");
}

.info-with-icon {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 1rem;
  font-weight: 700;
  line-height: 1.125;
  letter-spacing: 1px;
}
.info-with-icon:before {
  content: "";
  display: block;
  width: 1.375em;
  height: 1.375em;
  background-repeat: no-repeat;
  background-size: cover;
  margin-right: 8px;
}
.info-with-icon--exclamation:before {
  background-image: url("../images/icons/icon-exclamation.svg");
}

.search-box {
  margin-bottom: 24px;
}
.search-box__input {
  max-width: 765px;
  width: 100%;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  border-radius: 4px;
  border: 2px solid #0381A2;
  background: #FFF;
}
.search-box__input svg {
  width: 62px;
  height: 57px;
  padding: 16px 12px 16px 25px;
  position: absolute;
  top: 50%;
  -webkit-transform: translate(0, -50%);
          transform: translate(0, -50%);
  left: -10px;
  background-color: #0381A2;
}
.search-box__input input {
  font-family: "Nunito Sans", sans-serif;
  font-size: 1rem;
  font-weight: 600;
  line-height: 1.875em;
  text-align: left;
  color: #333;
  display: block;
  max-width: 100%;
  width: 100%;
  padding: 10px 11px 10px 66px;
  background-color: transparent;
  border: none;
}

.woocommerce-checkout .wp-site-blocks {
  background-color: #FFF;
}
.woocommerce-checkout h1.wp-block-post-title {
  margin: 0 auto 40px auto;
  width: 100%;
  margin-inline: auto;
  max-width: var(--wp--style--global--wide-size);
  padding-inline: 0;
}
@media (max-width: 1110px) {
  .woocommerce-checkout h1.wp-block-post-title {
    padding-inline: 16px;
  }
}
@media (max-width: 1024px) {
  .woocommerce-checkout h1.wp-block-post-title {
    margin-top: 0;
    margin-bottom: 8px;
  }
}
.woocommerce-checkout main .woocommerce {
  margin-bottom: 2rem;
  width: 100%;
  margin-inline: auto;
  max-width: var(--wp--style--global--wide-size);
  padding-inline: 0;
}
@media (max-width: 1110px) {
  .woocommerce-checkout main .woocommerce {
    padding-inline: 16px;
  }
}
.woocommerce-checkout .form-row.dos_date,
.woocommerce-checkout .woocommerce-additional-fields,
.woocommerce-checkout .woocommerce-billing-fields {
  padding-bottom: 2rem;
}
.woocommerce-checkout form.woocommerce-checkout {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 100%;
}
@media (min-width: 1025px) {
  .woocommerce-checkout form.woocommerce-checkout {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 3rem;
    padding: 0;
  }
  .woocommerce-checkout form.woocommerce-checkout .woocommerce-NoticeGroup {
    grid-column: 1/3;
  }
  .woocommerce-checkout form.woocommerce-checkout .ins-checkout-form-data {
    grid-column: 1/2;
  }
  .woocommerce-checkout form.woocommerce-checkout .inst-checkout-order-review {
    grid-column: 2/2;
  }
  .woocommerce-checkout form.woocommerce-checkout .inst-checkout-order-review__inner {
    position: sticky;
    z-index: 9;
    top: 110px;
  }
}
.woocommerce-checkout form.woocommerce-checkout .form-row > label {
  margin-bottom: 0;
}
.woocommerce-checkout form.woocommerce-checkout .form-row label .required {
  color: #0381A2 !important;
}
.woocommerce-checkout form.woocommerce-checkout .form-row label .optional {
  display: none;
}
.woocommerce-checkout form.woocommerce-checkout .form-row .description {
  font-size: 0.875rem;
}
.woocommerce-checkout form.woocommerce-checkout label {
  font-size: 1.125rem;
  line-height: 1.3333;
  color: #1E293B;
}
@media (max-width: 767px) {
  .woocommerce-checkout form.woocommerce-checkout label {
    font-size: 1rem;
  }
}
.woocommerce-checkout form.woocommerce-checkout .input-radio-wrapper .woocommerce-input-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.woocommerce-checkout form.woocommerce-checkout .input-radio-wrapper .woocommerce-input-wrapper label {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 50%;
  height: 56px;
  background-color: #EBEDF2;
  cursor: pointer;
  color: #526078;
  font-size: 1rem;
  font-weight: 600;
  letter-spacing: 2px;
  text-transform: uppercase;
}
@media (max-width: 767px) {
  .woocommerce-checkout form.woocommerce-checkout .input-radio-wrapper .woocommerce-input-wrapper label {
    height: 46px;
  }
}
.woocommerce-checkout form.woocommerce-checkout .input-radio-wrapper .woocommerce-input-wrapper label:first-of-type {
  border-top-left-radius: 8px;
  border-bottom-left-radius: 8px;
  border-right: 1px solid #DDD;
}
.woocommerce-checkout form.woocommerce-checkout .input-radio-wrapper .woocommerce-input-wrapper label:last-of-type {
  border-top-right-radius: 8px;
  border-bottom-right-radius: 8px;
}
.woocommerce-checkout form.woocommerce-checkout .input-radio-wrapper .woocommerce-input-wrapper input[type=radio] {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  margin: 0;
}
.woocommerce-checkout form.woocommerce-checkout .input-radio-wrapper .woocommerce-input-wrapper label:hover {
  background: #CDE6EC;
}
.woocommerce-checkout form.woocommerce-checkout .input-radio-wrapper .woocommerce-input-wrapper input[type=radio]:checked + label {
  background: #0381A2;
  color: #FFF;
}
.woocommerce-checkout form.woocommerce-checkout .input-radio-wrapper .woocommerce-input-wrapper input[type=radio]:focus-visible + label {
  border: 1px solid #DDD;
}
.woocommerce-checkout form.woocommerce-checkout .shop_table {
  width: 100%;
  border-collapse: collapse;
  border: none;
}
.woocommerce-checkout form.woocommerce-checkout .shop_table th,
.woocommerce-checkout form.woocommerce-checkout .shop_table td {
  border-color: #0381A2;
  border-style: solid;
  border-width: 0 0 1px 0;
  padding: 16px 0;
}
.woocommerce-checkout form.woocommerce-checkout .shop_table th {
  text-align: left;
  font-weight: 400;
}
.woocommerce-checkout form.woocommerce-checkout .shop_table thead th {
  padding-top: 2px;
  padding-bottom: 0;
}
.woocommerce-checkout form.woocommerce-checkout #payment {
  background-color: #FFF;
  border: 2px solid #0381A2;
  border-radius: 4px;
}
.woocommerce-checkout form.woocommerce-checkout #payment ul.payment_methods {
  border: none;
}
.woocommerce-checkout form.woocommerce-checkout #payment div.payment_box {
  border-radius: 4px;
  background-color: rgba(3, 129, 162, 0.2);
}
.woocommerce-checkout form.woocommerce-checkout #payment div.payment_box > p {
  margin: 0;
}
.woocommerce-checkout form.woocommerce-checkout #payment div.payment_box:before, .woocommerce-checkout form.woocommerce-checkout #payment div.payment_box:after {
  content: none;
  display: none;
}
.woocommerce-checkout form.woocommerce-checkout .dos-files-wrapper {
  margin-bottom: 1rem;
}
.woocommerce-checkout form.woocommerce-checkout .dos-files-wrapper:not(.has-files) {
  margin-top: 1rem;
}
.woocommerce-checkout form.woocommerce-checkout h2.checkbox-header {
  margin-bottom: 16px;
}
.woocommerce-checkout form.woocommerce-checkout label.checkbox {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  gap: 0.5rem;
}
.woocommerce-checkout form.woocommerce-checkout label.checkbox a {
  color: #0381A2;
}
.woocommerce-checkout form.woocommerce-checkout label.checkbox input {
  margin-top: 5px;
}
@media (max-width: 1024px) {
  .woocommerce-checkout .woocommerce-form-coupon {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .woocommerce-checkout .woocommerce-form-coupon > .form-row-first, .woocommerce-checkout .woocommerce-form-coupon .form-row-last {
    width: 100%;
  }
}
.woocommerce-checkout .woocommerce-form-coupon-toggle .wc-block-components-notice-banner .wc-block-components-notice-banner__content {
  font-size: 0.875rem;
}
.woocommerce-checkout .woocommerce-form-coupon-toggle .wc-block-components-notice-banner .wc-block-components-notice-banner__content a {
  text-decoration: underline;
}
@media (max-width: 767px) {
  .woocommerce-checkout {
    --wp--preset--spacing--50: 24px;
  }
  .woocommerce-checkout header.bg-gray, .woocommerce-checkout div.bg-gray {
    background-color: #FFF !important;
  }
  .woocommerce-checkout .wp-site-blocks div.wp-block-group div.wp-block-group .single-page__breadcrumb {
    padding: 0;
  }
  .woocommerce-checkout .wp-site-blocks div.wp-block-group div.wp-block-group h1 {
    color: #333 !important;
    font-family: "Nunito Sans", sans-serif;
    font-size: 1.75rem;
    font-style: normal;
    font-weight: 600;
    line-height: 1.21em;
    text-transform: none;
    text-align: left;
    letter-spacing: normal;
  }
  .woocommerce-checkout .wc-block-store-notices {
    padding-bottom: 0 !important;
  }
}
.woocommerce-checkout form.checkout_coupon.woocommerce-form-coupon {
  border: none;
  margin: 0;
  padding: 9px 0 20px 0;
}
.woocommerce-checkout form.checkout_coupon.woocommerce-form-coupon .inst-coupon-title {
  color: #0381A2;
  font-family: "Nunito Sans", sans-serif;
  font-size: 1.125rem;
  font-style: normal;
  font-weight: 700;
  line-height: 1.33em;
  padding-bottom: 5px;
}
.woocommerce-checkout form.checkout_coupon.woocommerce-form-coupon p.form-row.form-row-first {
  padding-left: 0;
  padding-right: 0;
}
.woocommerce-checkout form.checkout_coupon.woocommerce-form-coupon label {
  font-family: "Nunito Sans", sans-serif;
  font-size: 1rem;
  font-weight: 600;
  line-height: 1em;
  text-align: left;
  padding-bottom: 2px;
}
.woocommerce-checkout .c-checkout_important-info {
  margin-top: 16px;
  margin-bottom: 24px;
}
@media (max-width: 767px) {
  .woocommerce-checkout .c-checkout_important-info {
    margin-top: 8px;
    margin-bottom: 8px;
  }
}
.woocommerce-checkout .c-checkout_important-info div {
  font-size: 1rem;
  line-height: 1.5rem;
}
@media (max-width: 767px) {
  .woocommerce-checkout .c-checkout_important-info div.mobile-d-inline {
    display: inline;
  }
}

.letter-1px {
  letter-spacing: 1px;
}

.text-upper {
  text-transform: uppercase;
}

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

@media (max-width: 767px) {
  .mobile-br {
    display: block;
  }
}
.strong-primary strong {
  font-weight: 700;
  color: #0381A2;
}

.primary {
  color: #0381A2;
}

.pagination {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: 50px 0;
  padding: 0 32px;
}
.pagination-prev, .pagination-next {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.pagination-prev div, .pagination-prev a, .pagination-next div, .pagination-next a {
  text-align: right;
  font-family: "Hind", sans-serif;
  font-size: 0.625rem;
  font-style: normal;
  font-weight: 400;
  line-height: 14px; /* 140% */
  letter-spacing: 1.5px;
  border-radius: 32px;
  background: var(--color-secondary, #FC0);
  text-transform: uppercase;
  padding: 5px 12px;
}
@media (max-width: 620px) {
  .pagination-prev div, .pagination-prev a, .pagination-next div, .pagination-next a {
    font-size: 0rem;
  }
}
.pagination-prev div.inactive, .pagination-prev a.inactive, .pagination-next div.inactive, .pagination-next a.inactive {
  pointer-events: none;
  cursor: not-allowed;
  color: var(--grey, #637381);
  background: #F3F4F6;
}
.pagination-prev div:hover, .pagination-prev a:hover, .pagination-next div:hover, .pagination-next a:hover {
  background-color: #ffe066;
}
.pagination-prev svg, .pagination-next svg {
  position: absolute;
  top: 50%;
  -webkit-transform: translate(0, -50%);
          transform: translate(0, -50%);
  pointer-events: none;
}
.pagination-prev div, .pagination-prev a {
  padding-left: 25px;
}
@media (max-width: 620px) {
  .pagination-prev div, .pagination-prev a {
    padding: 10px;
  }
}
.pagination-prev svg {
  -webkit-transition: 0.1s all ease-in-out;
  transition: 0.1s all ease-in-out;
  left: 10px;
}
.pagination-next div, .pagination-next a {
  padding-right: 25px;
}
@media (max-width: 620px) {
  .pagination-next div, .pagination-next a {
    padding: 10px;
  }
}
.pagination-next svg {
  right: 10px;
}
.pagination-numbers {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0 48px;
}
@media (max-width: 575px) {
  .pagination-numbers {
    padding: 0 20px;
  }
}
@media (max-width: 400px) {
  .pagination-numbers {
    padding: 0 10px;
  }
}
.pagination-numbers .page-numbers {
  border-radius: 3px;
  color: var(--grey, #637381);
  text-align: center;
  /* d-text-caption */
  font-family: "Nunito Sans", sans-serif;
  font-size: 0.875rem;
  font-style: normal;
  font-weight: 400;
  line-height: 14px; /* 100% */
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background-color: transparent;
  height: 25px;
  padding: 0 8px;
  -webkit-transition: 0.3s all ease-in-out;
  transition: 0.3s all ease-in-out;
}
@media (max-width: 400px) {
  .pagination-numbers .page-numbers {
    padding: 0 6px;
  }
}
.pagination-numbers .page-numbers:hover {
  background: var(--color-secondary, #FC0);
  color: var(--black, #333);
}
.pagination-numbers .page-numbers.current {
  pointer-events: none;
  cursor: not-allowed;
  color: var(--black, #333);
  background: var(--color-secondary, #FC0);
  width: 25px;
  padding: 0;
  margin: 0 8px;
}
@media (max-width: 400px) {
  .pagination-numbers .page-numbers.current {
    margin: 0 6px;
  }
}

.wp-block-group form.wpcf7-form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.wp-block-group form.wpcf7-form * {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.wp-block-group form.wpcf7-form > p {
  max-width: 100%;
  width: 100%;
  position: relative;
}
.wp-block-group form.wpcf7-form > p:first-of-type {
  max-width: calc(50% - 16.5px);
  width: 100%;
  margin-right: 16.5px;
}
@media (max-width: 767px) {
  .wp-block-group form.wpcf7-form > p:first-of-type {
    max-width: 100%;
    margin-right: 0;
  }
}
.wp-block-group form.wpcf7-form > p:nth-of-type(2) {
  max-width: calc(50% - 16.5px);
  width: 100%;
  margin-left: 16.5px;
}
@media (max-width: 767px) {
  .wp-block-group form.wpcf7-form > p:nth-of-type(2) {
    max-width: 100%;
    margin-left: 0;
  }
}
.wp-block-group form.wpcf7-form > p label {
  color: var(--black-grey, #334155);
  font-family: "Nunito Sans", sans-serif;
  font-size: 1.125rem;
  font-weight: 600;
  line-height: 18px; /* 100% */
}
.wp-block-group form.wpcf7-form > p label span {
  display: block;
}
.wp-block-group form.wpcf7-form > p input:not([type=submit]) {
  width: 100%;
  height: 56px;
  border: 1px solid #E0E0E0;
  background: #FFF;
  padding: 0 20px;
  color: var(--black-grey, #334155);
  font-family: "Nunito Sans", sans-serif;
  font-size: 1rem;
  font-weight: 400;
  line-height: 18px;
}
.wp-block-group form.wpcf7-form > p input:not([type=submit]):focus {
  outline: none;
}
.wp-block-group form.wpcf7-form > p textarea {
  width: 100%;
  height: 212px;
  border: 1px solid #E0E0E0;
  background: #FFF;
  padding: 20px;
  resize: none;
  color: var(--black-grey, #334155);
  font-family: "Nunito Sans", sans-serif;
  font-size: 1rem;
  font-weight: 400;
  line-height: 18px;
}
.wp-block-group form.wpcf7-form > p textarea:focus {
  outline: none;
}
.wp-block-group form.wpcf7-form > p input[type=submit] {
  border-radius: 32px;
  background-color: var(--color-secondary, #FC0);
  padding: 20px 24px;
  color: var(--black, #303030);
  text-align: center;
  font-family: "Hind", sans-serif;
  font-size: 1rem;
  font-style: normal;
  font-weight: 500;
  line-height: 16px;
  letter-spacing: 3px;
  width: 100%;
  display: block;
  margin: 0 auto;
  border: none;
  cursor: pointer;
  text-transform: uppercase;
  -webkit-transition: 0.3s all ease-in-out;
  transition: 0.3s all ease-in-out;
}
@media (min-width: 768px) {
  .wp-block-group form.wpcf7-form > p input[type=submit] {
    max-width: 264px;
  }
}
.wp-block-group form.wpcf7-form > p input[type=submit]:hover {
  background-color: #ffdb4d;
}
.wp-block-group form.wpcf7-form .wpcf7-spinner {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  margin: 0;
}
.wp-block-group form.wpcf7-form.invalid .wpcf7-response-output {
  font-size: 0.875rem;
  margin-top: 10px;
  border: none;
  text-align: center;
  color: #ED4337;
  margin: 0 auto;
}
.wp-block-group form.wpcf7-form.invalid .wpcf7-not-valid-tip {
  font-size: 0.875rem;
  margin-top: 10px;
  text-align: center;
  color: #ED4337;
}
.wp-block-group form.wpcf7-form.sent .wpcf7-response-output {
  font-size: 0.875rem;
  margin-top: 10px;
  border: none;
  text-align: center;
  color: #5cb85c;
  margin: 0 auto;
}

#reply-title {
  color: var(--black, #252525);
  font-family: "Nunito Sans", sans-serif;
  font-size: 1.5rem;
  font-style: normal;
  font-weight: 600;
  line-height: 30px; /* 125% */
}

#commentform {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
#commentform * {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
#commentform .logged-in-as {
  color: var(--black, #252525);
  font-family: "Nunito Sans", sans-serif;
  font-size: 1rem;
  font-style: normal;
  font-weight: 400;
  line-height: 22px;
}
#commentform .logged-in-as a {
  text-decoration: underline;
  color: var(--wp--preset--color--custom-primary-color, #17818B);
}
#commentform label {
  color: var(--black-grey, #334155);
  font-family: "Nunito Sans", sans-serif;
  font-size: 1.125rem;
  font-style: normal;
  font-weight: 600;
  line-height: 18px;
}
#commentform .comment-notes {
  max-width: 100%;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 100%;
          flex: 0 0 100%;
}
#commentform .comment-form-author {
  max-width: calc(50% - 16.5px);
  width: 100%;
  margin-right: 16.5px;
}
@media (max-width: 768px) {
  #commentform .comment-form-author {
    max-width: 100%;
    margin-right: 0;
  }
}
#commentform .comment-form-email {
  max-width: calc(50% - 16.5px);
  width: 100%;
  margin-left: 16.5px;
}
@media (max-width: 768px) {
  #commentform .comment-form-email {
    max-width: 100%;
    margin-left: 0;
  }
}
#commentform .comment-form-comment {
  max-width: 100%;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 100%;
          flex: 0 0 100%;
  width: 100%;
}
#commentform .comment-form-cookies-consent {
  max-width: 100%;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 100%;
          flex: 0 0 100%;
  position: relative;
}
#commentform .comment-form-cookies-consent input {
  margin: 0 16px 0 0 !important;
  width: 24px;
  height: 24px;
  opacity: 0;
}
#commentform .comment-form-cookies-consent input:checked + label::before {
  opacity: 1;
}
#commentform .comment-form-cookies-consent label {
  color: var(--black-grey, #334155);
  font-family: "Nunito Sans", sans-serif;
  font-size: 1.125rem;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
  cursor: pointer;
}
@media (max-width: 768px) {
  #commentform .comment-form-cookies-consent label {
    font-size: 1rem;
  }
}
#commentform .comment-form-cookies-consent label::after {
  content: "";
  position: absolute;
  left: 0;
  top: -2px;
  width: 24px;
  height: 24px;
  border-radius: 2.5px;
  border: 1px solid var(--mcc-color-gray-middle, #DADADA);
  background: var(--preview-treethemes-com-nero, #FFF);
  pointer-events: none;
}
@media (max-width: 768px) {
  #commentform .comment-form-cookies-consent label::after {
    top: 0;
  }
}
#commentform .comment-form-cookies-consent label::before {
  content: "";
  position: absolute;
  left: 4px;
  top: 2px;
  width: 16px;
  height: 16px;
  border-radius: 2.5px;
  opacity: 0;
  border: 1px solid var(--mcc-color-gray-middle, #DADADA);
  background: var(--preview-treethemes-com-nero, #FC0);
  pointer-events: none;
  z-index: 1;
  -webkit-transition: 0.3s all ease-in-out;
  transition: 0.3s all ease-in-out;
}
@media (max-width: 768px) {
  #commentform .comment-form-cookies-consent label::before {
    top: 4px;
  }
}
#commentform .form-submit {
  -webkit-box-ordinal-group: 6;
      -ms-flex-order: 5;
          order: 5;
  max-width: 100%;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 100%;
          flex: 0 0 100%;
}
#commentform input:not([type=submit]):not([type=checkbox]) {
  width: 100%;
  height: 56px;
  border: 1px solid #E0E0E0;
  background: #FFF;
  padding: 0 20px;
  color: var(--black-grey, #334155);
  font-family: "Nunito Sans", sans-serif;
  font-size: 1rem;
  font-weight: 400;
  line-height: 18px;
}
#commentform input:not([type=submit]):not([type=checkbox]):focus {
  outline: none;
}
#commentform input[type=submit] {
  border-radius: 32px;
  background-color: var(--color-secondary, #FC0);
  padding: 20px 24px;
  color: var(--black, #303030);
  text-align: center;
  font-family: "Hind", sans-serif;
  font-size: 1rem;
  font-style: normal;
  font-weight: 500;
  line-height: 16px;
  letter-spacing: 3px;
  max-width: 278px;
  width: 100%;
  display: block;
  margin: 0 auto;
  border: none;
  cursor: pointer;
  text-transform: uppercase;
  -webkit-transition: 0.3s all ease-in-out;
  transition: 0.3s all ease-in-out;
}
#commentform input[type=submit]:hover {
  background-color: #ffdb4d;
}
#commentform textarea {
  width: 100%;
  height: 212px;
  border: 1px solid #E0E0E0;
  background: #FFF;
  padding: 20px;
  resize: none;
  color: var(--black-grey, #334155);
  font-family: "Nunito Sans", sans-serif;
  font-size: 1rem;
  font-weight: 400;
  line-height: 18px;
}
#commentform textarea:focus {
  outline: none;
}

.wc-block-mini-cart__button:has(+ .wc-block-components-drawer__screen-overlay) {
  opacity: 0.1;
}

.wc-block-mini-cart__button {
  padding-left: 0;
}

.exit-popup {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.66);
  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;
  z-index: 100;
  padding: 30px;
  opacity: 0;
  pointer-events: none;
  -webkit-transition: 0.3s all ease-in-out;
  transition: 0.3s all ease-in-out;
}
.exit-popup.active {
  opacity: 1;
  pointer-events: all;
}
.exit-popup__close {
  position: absolute;
  right: 0;
  top: 0;
  padding: 16px;
  cursor: pointer;
}
.exit-popup__close svg {
  display: block;
  pointer-events: none;
}
.exit-popup__content {
  padding: 16px;
  position: relative;
  max-width: 700px;
  width: 100%;
  border-radius: var(--space-8px, 8px);
  background: #FBFBFB;
  -webkit-box-shadow: 0px 5px 12px 0px rgba(0, 0, 0, 0.1);
          box-shadow: 0px 5px 12px 0px rgba(0, 0, 0, 0.1);
}
.exit-popup__logo {
  display: block;
  margin: 36px auto 32px auto;
  max-width: 180px;
}
.exit-popup__message {
  color: var(--black, #333);
  text-align: center;
  font-family: "Nunito Sans", sans-serif;
  font-size: 1.125rem;
  font-style: normal;
  font-weight: 700;
  line-height: 24px;
}
.exit-popup__form {
  max-width: 500px;
  margin: 0 auto 32px auto;
}
.exit-popup__form input {
  max-width: 100%;
  width: 100%;
}
.exit-popup__form p {
  position: relative;
  margin: 0;
  display: block;
  max-width: 100%;
  width: 100%;
}
.exit-popup__form .wpcf7-spinner {
  position: absolute;
  bottom: 16px;
  margin: 0;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
          transform: translate(-50%, 0);
}
.exit-popup__form label {
  color: var(--black-grey, #334155);
  font-family: "Nunito Sans", sans-serif;
  font-size: 1.125rem;
  font-weight: 600;
  line-height: 18px; /* 100% */
}
.exit-popup__form label span {
  display: block;
}
.exit-popup__form input:not([type=submit]) {
  width: 100%;
  height: 56px;
  border: 1px solid #E0E0E0;
  background: #FFF;
  padding: 0 20px;
  color: var(--black-grey, #334155);
  font-family: "Nunito Sans", sans-serif;
  font-size: 1rem;
  font-weight: 400;
  line-height: 18px;
}
.exit-popup__form input:not([type=submit]):focus {
  outline: none;
}
.exit-popup__form textarea {
  width: 100%;
  height: 212px;
  border: 1px solid #E0E0E0;
  background: #FFF;
  padding: 20px;
  resize: none;
  color: var(--black-grey, #334155);
  font-family: "Nunito Sans", sans-serif;
  font-size: 1rem;
  font-weight: 400;
  line-height: 18px;
}
.exit-popup__form textarea:focus {
  outline: none;
}
.exit-popup__form input[type=submit] {
  border-radius: 32px;
  background-color: var(--color-secondary, #FC0);
  padding: 20px 24px;
  color: var(--black, #303030);
  text-align: center;
  font-family: "Hind", sans-serif;
  font-size: 1rem;
  font-style: normal;
  font-weight: 500;
  line-height: 16px;
  letter-spacing: 3px;
  max-width: 264px;
  width: 100%;
  display: block;
  margin: 0 auto;
  border: none;
  cursor: pointer;
  text-transform: uppercase;
  -webkit-transition: 0.3s all ease-in-out;
  transition: 0.3s all ease-in-out;
}
.exit-popup__form input[type=submit]:hover {
  background-color: #ffdb4d;
}
.exit-popup__form .invalid .wpcf7-response-output {
  font-size: 0.875rem;
  margin-top: 10px;
  border: none;
  text-align: center;
  color: #ED4337;
  margin: 0 auto;
}
.exit-popup__form .invalid .wpcf7-not-valid-tip {
  font-size: 0.875rem;
  margin-top: 10px;
  text-align: center;
  color: #ED4337;
}
.exit-popup__form .sent .wpcf7-response-output {
  font-size: 0.875rem;
  margin-top: 10px;
  border: none;
  text-align: center;
  color: #5cb85c;
  margin: 0 auto;
}
.exit-popup__footer {
  color: var(--grey, #637381);
  text-align: center;
  font-family: "Nunito Sans", sans-serif;
  font-size: 0.625rem;
  font-style: normal;
  font-weight: 400;
  line-height: 12px; /* 120% */
}

.uagb-faq-item .uagb-faq-questions-button {
  padding: 16px 0 0 !important;
  line-height: 1.5rem;
  color: #334155;
  font-size: 1.125rem;
}
.uagb-faq-item .uagb-faq-questions-button:hover .uagb-faq-icon-wrap {
  background-color: #CDE6EC;
  fill: #0F6E91;
}
.uagb-faq-item .uagb-faq-questions-button .uagb-faq-icon-wrap {
  background-color: rgba(3, 129, 162, 0.1);
  padding: 4px !important;
  border-radius: 50%;
  fill: #0381A2;
  margin-bottom: 5px !important;
}

.inst-product-faq .uagb-faq-item .uagb-faq-questions:hover {
  color: #0381A2;
}
.inst-product-faq .uagb-faq-item .uagb-faq-content {
  padding: 4px 8px;
  border-radius: 4px;
  margin-right: 30px;
  line-height: 1.875rem;
  margin-top: 5px;
}
.inst-product-faq .uagb-faq-item-active .uagb-faq-questions-button > .uagb-faq-icon-wrap {
  background-color: #0381A2;
  fill: #FFF;
}
.inst-product-faq.analysis .uagb-faq-item {
  border-bottom: 1px solid #CBD5E1;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}
.inst-product-faq.analysis .uagb-faq-item .uagb-faq-questions-button {
  font-weight: 700;
}
.inst-product-faq.analysis .uagb-faq-item .uagb-faq-content {
  background-color: rgba(255, 204, 0, 0.5);
  margin-bottom: 16px;
}
.inst-product-faq.faq .uagb-faq-item-active .uagb-faq-questions {
  color: #0381A2;
}
.inst-product-faq.faq .uagb-faq-item-active .uagb-faq-content {
  background-color: #E6F2F6;
}
.inst-product-faq.faq .c-product-faq-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.inst-product-faq.faq .c-product-faq-wrapper .c-product-faq-inner {
  max-height: 0;
  overflow: hidden;
  -webkit-transition: max-height 0.3s ease;
  transition: max-height 0.3s ease;
}
.inst-product-faq.faq .c-product-faq-wrapper.is-open .c-product-faq-inner {
  max-height: 100%;
}
.inst-product-faq.faq .c-product-faq-wrapper .c-product-faq-more-less-btn {
  background-color: white;
  border: none;
  cursor: pointer;
  letter-spacing: normal;
  text-decoration: underline;
  font-family: "Nunito Sans", sans-serif;
  color: #0381A2;
  text-transform: initial;
  width: 100%;
  text-align: right;
  margin-top: 15px;
  font-size: 1.12em;
  font-weight: 600;
}
.inst-product-faq.faq .c-product-faq-wrapper .c-product-faq-more-less-btn:hover {
  text-decoration: none;
}
@media (max-width: 767px) {
  .inst-product-faq.faq .c-product-faq-wrapper .c-product-faq-more-less-btn {
    font-size: 0.875rem;
  }
}

.c-homepage-counters {
  background-color: #0381A2 !important;
  padding-block: 16px;
}
@media (max-width: 781px) {
  .c-homepage-counters {
    padding-block: 24px;
    padding-inline: 32px;
  }
}
.c-homepage-counters .wp-block-uagb-counter__number {
  line-height: 1.5rem !important;
}
.c-homepage-counters .uagb-counter-block-number, .c-homepage-counters .uagb-counter-block-suffix {
  font-family: "Nunito Sans", sans-serif;
  font-size: 2rem;
  font-weight: 700;
  line-height: 1.5rem;
  letter-spacing: 0.32px;
}
@media (max-width: 781px) {
  .c-homepage-counters .uagb-counter-block-number, .c-homepage-counters .uagb-counter-block-suffix {
    font-size: 1.5rem;
    letter-spacing: 0.24px;
  }
}
.c-homepage-counters .wp-block-uagb-counter__title {
  font-family: "Nunito", sans-serif !important;
  font-size: 0.875rem !important;
  font-weight: 800 !important;
  letter-spacing: 2px;
  margin-block: 0;
  line-height: 20px !important;
  margin-top: 8px;
}
@media (max-width: 781px) {
  .c-homepage-counters .wp-block-uagb-counter__title {
    font-size: 0.75rem !important;
    letter-spacing: 0.48px !important;
    margin-top: 0;
  }
  .c-homepage-counters .wp-block-uagb-counter__title br {
    display: none;
  }
}

.c-hompage-testimonials .testimonials-title {
  color: #0381A2;
  font-family: "Nunito Sans", sans-serif;
  font-size: 1rem;
  font-weight: 400;
  line-height: 24px;
  margin-block: 8px;
}
.c-hompage-testimonials .testimonials-content {
  color: #252525;
  font-family: "Nunito Sans", sans-serif;
  font-size: 1rem;
  font-weight: 400;
  line-height: 24px;
  margin-block: 8px;
}
.c-hompage-testimonials .uagb-tm__author-name {
  text-align: right;
  color: #303030 !important;
  font-family: "Nunito", sans-serif !important;
  font-size: 1rem !important;
  line-height: 24px !important;
  text-transform: uppercase;
}

.c-homepage-how-it-works {
  background-color: #F1F8F8;
}
.c-homepage-how-it-works_item {
  padding: 20px;
  background-color: #FFF;
  border-radius: 8px;
}
.c-homepage-how-it-works_item h6 .number {
  background-color: #0381A2;
  border-radius: 50%;
  width: 40px;
  height: 40px;
  display: inline-block;
  color: #FFF;
  font-size: 1.25rem;
  font-style: normal;
  font-weight: 700;
  line-height: 20px;
  padding-top: 10px;
}

.c-homepage-o-raporcie figure {
  margin: 15px;
}
.c-homepage-o-raporcie .description p {
  color: #333;
  font-family: "Nunito Sans", sans-serif;
  font-size: 1.125rem;
  font-style: normal;
  font-weight: 400;
  line-height: 30px;
  margin-bottom: 12px;
}
@media (max-width: 767px) {
  .c-homepage-o-raporcie .description p {
    font-size: 1rem;
    line-height: 24px;
  }
}
.c-homepage-o-raporcie .description-answers p {
  color: #333;
  font-family: "Nunito Sans", sans-serif;
  font-size: 1.125rem;
  line-height: 1.5rem;
  margin-bottom: 12px;
}
@media (max-width: 767px) {
  .c-homepage-o-raporcie .description-answers p {
    font-size: 1rem;
  }
}
@media (min-width: 1025px) {
  .c-homepage-o-raporcie .description-answers p br {
    display: none;
  }
}
.c-homepage-o-raporcie .description-answers p:first-of-type {
  margin-top: 12px;
}
@media (max-width: 767px) {
  .c-homepage-o-raporcie .description-answers p:first-of-type {
    margin-top: 8px;
  }
}

/* Add to cart hide quantity */
.ins-add-to-cart:not(.show-quantity) form {
  margin: 0 !important;
}
.ins-add-to-cart:not(.show-quantity) form div.quantity {
  display: none !important;
}
.ins-add-to-cart:not(.show-quantity) form button {
  margin: 0 !important;
}

.ins-add-to-cart.show-quantity {
  width: 100%;
}
.ins-add-to-cart.show-quantity form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  row-gap: 16px;
  margin-bottom: 0;
  width: 100%;
}
.ins-add-to-cart.show-quantity form > * {
  -webkit-box-flex: 50%;
      -ms-flex: 50%;
          flex: 50%;
}
.ins-add-to-cart.show-quantity form .quantity-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.ins-add-to-cart.show-quantity form .quantity-wrapper label {
  margin-bottom: 0;
  font-weight: 600;
  font-family: "Nunito Sans", sans-serif;
  font-size: 1.125rem;
}
.ins-add-to-cart.show-quantity form .quantity-wrapper .quantity {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  margin: 0 !important;
}
.ins-add-to-cart.show-quantity form .quantity-wrapper .quantity button {
  background-color: white;
  color: #111928;
  cursor: pointer;
  font-size: 20px;
  width: 30px;
  height: 100%;
  text-align: center;
  -webkit-transition: background-color 0.2s;
  transition: background-color 0.2s;
  border: 1px solid #DFE4EA;
  padding-top: 3px;
}
.ins-add-to-cart.show-quantity form .quantity-wrapper .quantity button:first-child {
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
}
.ins-add-to-cart.show-quantity form .quantity-wrapper .quantity button:last-child {
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
}
.ins-add-to-cart.show-quantity form .quantity-wrapper .quantity button:hover {
  background-color: #0381A2;
  color: white;
}
.ins-add-to-cart.show-quantity form .quantity-wrapper .quantity input {
  text-align: center;
  padding: 8px 10px !important;
  outline: none;
  background-color: white;
  margin-right: 0 !important;
  border: none;
  border-radius: 0;
  border-top: 1px solid #DFE4EA;
  border-bottom: 1px solid #DFE4EA;
  /* Hide the number input spin buttons */
  /* Chrome, Safari, Edge, Opera */
  /* Firefox */
}
.ins-add-to-cart.show-quantity form .quantity-wrapper .quantity input::-webkit-inner-spin-button, .ins-add-to-cart.show-quantity form .quantity-wrapper .quantity input::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
.ins-add-to-cart.show-quantity form .quantity-wrapper .quantity input[type=number] {
  -moz-appearance: textfield;
}
.ins-add-to-cart.show-quantity form .amount {
  font-size: 2rem;
  font-weight: 500;
  text-align: right;
  line-height: 2rem;
  -ms-flex-item-align: end;
      align-self: end;
}
@media (max-width: 767px) {
  .ins-add-to-cart.show-quantity form .amount {
    font-size: 1.75rem;
    font-weight: 400;
  }
}

.article-product {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  font-family: "Nunito Sans", sans-serif;
}
.article-product__wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-radius: 6px;
  border: 1px solid #0381A2;
  background: #f1f5f9;
  -webkit-box-shadow: 2px 4px 12px 0 rgba(0, 0, 0, 0.08);
          box-shadow: 2px 4px 12px 0 rgba(0, 0, 0, 0.08);
  padding: 24px 31px 25px 31px;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.article-product__wrapper img {
  width: 100%;
}
.article-product__wrapper-subtitle {
  width: 100%;
  color: var(--black-grey, #334155);
  font-size: 0.875rem;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  text-transform: uppercase;
  margin-bottom: 4px;
}
.article-product__wrapper-title {
  width: 100%;
  color: #167BA1;
  font-family: "Hind", sans-serif;
  font-size: 1.5rem;
  font-style: normal;
  font-weight: 300;
  line-height: 24px;
}
.article-product__wrapper-description {
  color: var(--black-grey, #334155);
  font-size: 0.875rem;
  font-style: normal;
  font-weight: 400;
  line-height: 140%;
  margin-bottom: 13px;
}
.article-product__wrapper-image {
  margin-bottom: 8.25px;
  margin-left: 24px;
}
.article-product__wrapper-image img {
  max-width: 140px;
  margin: 0 auto;
  display: block;
  -webkit-box-shadow: 0px 3.042px 3.042px 0px rgba(0, 0, 0, 0.25);
          box-shadow: 0px 3.042px 3.042px 0px rgba(0, 0, 0, 0.25);
}
.article-product__wrapper-ce {
  margin-bottom: 8px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  color: #000;
  font-family: "Hind", sans-serif;
  font-size: 0.72rem;
  font-style: normal;
  font-weight: 600;
  line-height: 14.4px;
  letter-spacing: 1.44px;
}
.article-product__wrapper-ce img {
  margin-right: 9.6px;
}
.article-product__wrapper-price-title {
  color: var(--black-grey, #334155);
  font-size: 0.75rem;
  font-style: normal;
  font-weight: 400;
  line-height: 140%; /* 16.8px */
  margin-bottom: 3px;
  text-align: center;
}
.article-product__wrapper-price {
  color: #167BA1;
  font-family: "Hind", sans-serif;
  font-size: 1.5rem;
  font-style: normal;
  font-weight: 300;
  line-height: 24px; /* 100% */
  text-align: center;
  margin-bottom: 16px;
}
@media (max-width: 767px) {
  .article-product__wrapper-button {
    width: 100%;
    min-width: auto;
  }
}

.aside-laboratory-tests {
  margin-bottom: 36px;
}
.aside-laboratory-tests__item {
  border-radius: var(--space-8px, 8px);
  background: #F2F2F2;
  margin-bottom: 24px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  padding: 8px 24px;
}
.aside-laboratory-tests__item:last-of-type {
  margin-bottom: 0px;
}
.aside-laboratory-tests__item-left {
  max-width: calc(100% - 70px);
  -webkit-box-flex: 0;
      -ms-flex: 0 0 calc(100% - 70px);
          flex: 0 0 calc(100% - 70px);
}
.aside-laboratory-tests__item-left-title {
  color: var(--preview-treethemes-com-tuatara, #3C3B39);
  font-family: "Nunito Sans", sans-serif;
  font-size: 1.5rem;
  font-style: normal;
  font-weight: 600;
  line-height: 30px;
  margin-bottom: 10px;
  -webkit-transition: 0.3s all ease-in-out;
  transition: 0.3s all ease-in-out;
}
.aside-laboratory-tests__item-left-title:hover {
  color: #198A94;
}
.aside-laboratory-tests__item-left-tests {
  color: var(--preview-treethemes-com-tuatara, #3C3B39);
  font-family: "Nunito", sans-serif;
  font-size: 1rem;
  font-style: normal;
  font-weight: 400;
  line-height: 28px;
}
.aside-laboratory-tests__item-right {
  max-width: 70px;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 70px;
          flex: 0 0 70px;
  text-align: right;
}
.aside-laboratory-tests__item-right-more {
  color: #198A94;
  font-family: "Nunito Sans", sans-serif;
  font-size: 1.125rem;
  font-style: normal;
  font-weight: 600;
  line-height: 18px;
  -webkit-text-decoration-line: underline;
          text-decoration-line: underline;
}

@media (max-width: 1024px) {
  .wp-block-columns.is-layout-flex.mobile-reverse {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
}
.horizontal-product.mobile {
  display: none;
}
@media (max-width: 767px) {
  .horizontal-product.mobile {
    display: block;
  }
}
.horizontal-product:not(.mobile) {
  display: block;
}
@media (max-width: 767px) {
  .horizontal-product:not(.mobile) {
    display: none;
  }
}
.horizontal-product img {
  margin-top: 24px;
}

.next-and-prev {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  color: var(--black, #303030);
  font-family: "Hind", sans-serif;
  text-transform: uppercase;
}
.next-and-prev__prev, .next-and-prev__next {
  border-radius: 32px;
  background: var(--color-secondary, #FC0);
  padding: 8px 22px 6px 22px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 0.75rem;
  font-weight: 500;
  line-height: 12px;
  letter-spacing: 2px;
  -webkit-transition: 0.3s all ease-in-out;
  transition: 0.3s all ease-in-out;
}
.next-and-prev__prev:hover, .next-and-prev__next:hover {
  background-color: #ffdb4d;
}
.next-and-prev__prev svg, .next-and-prev__next svg {
  margin-top: -2px;
}
.next-and-prev__prev svg {
  margin-right: 10px;
}
.next-and-prev__next svg {
  margin-left: 10px;
}

.article-list__title {
  color: #000;
  font-family: "Nunito", sans-serif;
  font-size: 1rem;
  font-style: normal;
  font-weight: 700;
  line-height: 24px;
  letter-spacing: 3px;
  text-transform: uppercase;
  margin-bottom: 7px;
}
.article-list__items-item {
  display: block;
  color: var(--bluegray-, #64748B);
  font-family: "Nunito Sans", sans-serif;
  font-size: 1.125rem;
  font-style: normal;
  font-weight: 700;
  line-height: 24px;
  -webkit-text-decoration-line: underline;
          text-decoration-line: underline;
  margin-bottom: 32px;
}

body.single .see-more {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  max-width: var(--wp--style--global--wide-size);
  padding-bottom: 68px;
}
body.single .see-more .articles__col {
  margin-bottom: 48px;
}
@media (max-width: 768px) {
  body.single .see-more .articles__col {
    margin-bottom: 24px;
  }
}
body.single .see-more__title {
  color: var(--black-grey, #334155);
  text-align: center;
  font-family: "Hind", sans-serif;
  font-size: 1.5rem;
  font-style: normal;
  font-weight: 500;
  line-height: 24px;
  letter-spacing: 5px;
  text-transform: uppercase;
  margin-bottom: 41px;
  padding-top: 80px;
}
body.single .see-more__show-all {
  margin: 0 auto;
}
body.single .see-more .articles {
  padding: 0;
}

.articles {
  margin-top: 32px;
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(336px, 1fr));
  gap: 32px;
}
@media (max-width: 768px) {
  .articles {
    margin-top: 80px;
  }
}
@media (max-width: 575px) {
  .articles {
    margin-top: 50px;
    grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
  }
}
.articles .article-product__wrapper {
  width: 100%;
}
.articles .article-product__wrapper-image a {
  position: relative;
}
.articles .article-product__wrapper-image a img {
  max-width: 276px;
  -webkit-box-shadow: unset;
          box-shadow: unset;
}
.articles-tests .article-box {
  min-height: 390px;
}
.articles-tests .article-box__image {
  height: 200px;
  margin-bottom: 0px;
}
@media (max-width: 768px) {
  .articles-tests .article-box__image {
    height: 175px;
  }
}
.articles-tests .article-box__image {
  background: #F1F5F9;
}
.articles-tests .article-box__category {
  font-family: "Nunito", sans-serif;
  font-size: clamp(11px, 3.2vw, 0.875rem);
  font-style: normal;
  font-weight: 700;
  line-height: 1.43em;
  letter-spacing: 0.15em;
  text-transform: uppercase;
  padding: 8px;
  margin-bottom: 8px;
  min-height: calc(1.43em + 16px);
  background: #d3d3d3;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.articles-tests .article-box__title {
  font-size: 1.5rem;
  line-height: 30px;
  font-family: "Nunito Sans", sans-serif;
  margin-bottom: 4px;
  color: #000;
  font-weight: 700;
}
.articles-tests .article-box__image img {
  -o-object-fit: contain;
     object-fit: contain;
  width: auto;
  height: auto;
  right: 0;
  left: inherit;
}
.articles-tests .article-box__codes {
  font-size: 1rem;
  line-height: 28px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.articles-tests .article-box__codes-item {
  margin-right: 5px;
}

.subpage-title {
  color: var(--black, #333);
  margin-top: 9px;
  margin-bottom: 48px;
}
@media (max-width: 1024px) {
  .subpage-title {
    margin-top: 0;
    margin-bottom: 8px;
  }
}

.tags {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-family: "Hind", sans-serif;
  font-size: 0.875rem;
  font-style: normal;
  font-weight: 500;
  line-height: 24px;
  letter-spacing: 1px;
  text-transform: uppercase;
  -webkit-transition: 0.3s all ease-in-out;
  transition: 0.3s all ease-in-out;
  max-height: 64px;
  overflow: hidden;
}
.tags.expanded {
  max-height: 10000px;
}
.tags__wrapper {
  -webkit-transition: 0.3s all ease-in-out;
  transition: 0.3s all ease-in-out;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.tags__item {
  margin-right: 8px;
  padding: 0 8px;
  border-radius: 4px;
  border: 1px solid #0381A2;
  background: #0381A2;
  margin-bottom: 8px;
  color: #FFF;
}
.tags__item:hover {
  background: #04a9d4;
  border-color: #04a9d4;
}
.tags__item.inactive {
  display: none;
}
.tags__item.inactive.mobile {
  display: inline-block;
}
@media (max-width: 575px) {
  .tags__item.inactive.mobile {
    display: none;
  }
}
.tags__button {
  display: none;
  cursor: pointer;
  color: #0381A2;
  margin-top: 0;
  font-size: 0.875rem;
  text-decoration: underline;
  font-family: "Hind", sans-serif;
}
.tags__button:hover {
  color: rgba(3, 129, 162, 0.8);
}

.article-box {
  border-radius: 5px;
  border: 1px solid #CBD5E1;
  background: #FFF;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -ms-flex-line-pack: justify;
      align-content: space-between;
  height: 100%;
}
.article-box__image {
  height: 200px;
  width: 100%;
  position: relative;
  margin-bottom: 8px;
  overflow: hidden;
}
@media (max-width: 768px) {
  .article-box__image {
    height: 175px;
  }
}
.article-box__image:hover img {
  -webkit-transform: scale(1.2);
          transform: scale(1.2);
}
.article-box__image img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -webkit-transition: 0.6s all ease-in-out;
  transition: 0.6s all ease-in-out;
}
.article-box__image-tags {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 8px;
  padding: 8px;
  position: absolute;
  bottom: 0;
  left: 0;
}
.article-box__image-tags-item {
  color: #FFF;
  font-family: "Hind", sans-serif;
  font-size: 0.625rem;
  line-height: 1.8em;
  font-style: normal;
  font-weight: 500;
  letter-spacing: 1px;
  text-transform: uppercase;
  padding: 0 4px;
  border-radius: 4px;
  background: #0381A2;
  display: inline-block;
}
.article-box__image-tags-item:hover {
  background: #04a9d4;
}
.article-box__title {
  color: var(--black, #252525);
  font-family: "Nunito Sans", sans-serif;
  font-size: 1.5rem;
  font-style: normal;
  font-weight: 600;
  line-height: 30px;
  margin-bottom: 4px;
  display: block;
  -webkit-transition: 0.3s all ease-in-out;
  transition: 0.3s all ease-in-out;
  margin-top: 0;
  text-transform: unset;
  letter-spacing: unset;
}
@media (max-width: 768px) {
  .article-box__title {
    font-size: 1.125rem;
    line-height: 28px;
  }
}
.article-box__title:hover {
  color: #17828B;
}
.article-box__description {
  color: var(--black, #252525);
  font-family: "Nunito Sans", sans-serif;
  font-size: 1rem;
  font-style: normal;
  font-weight: 400;
  line-height: 28px;
  margin-bottom: 32px;
  display: block;
  -webkit-transition: 0.3s all ease-in-out;
  transition: 0.3s all ease-in-out;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.article-box__top {
  padding: 24px 24px 0 24px;
  max-width: 100%;
  width: 100%;
}
@media (max-width: 575px) {
  .article-box__top {
    padding: 15px 15px 0 15px;
  }
}
.article-box__bottom {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 24px;
  color: var(--black, #252525);
  font-family: "Nunito Sans", sans-serif;
  font-size: 0.875rem;
  font-style: normal;
  font-weight: 400;
  line-height: 12px;
  padding: 0 24px 24px 24px;
  max-width: 100%;
  width: 100%;
}
@media (max-width: 575px) {
  .article-box__bottom {
    padding: 0 15px 15px 15px;
  }
}

body.woocommerce-cart main {
  width: 100%;
  margin-inline: auto;
  max-width: var(--wp--style--global--wide-size);
  padding-inline: 0;
}
@media (max-width: 1110px) {
  body.woocommerce-cart main {
    padding-inline: 16px;
  }
}
body.woocommerce-cart main .wp-block-post-title {
  max-width: 100%;
  width: 100%;
  text-align: center;
  font-family: "Nunito Sans", sans-serif;
  font-size: 1.75rem;
  font-style: normal;
  font-weight: 600;
  line-height: 2.125rem;
  margin-bottom: 20px;
}
@media (max-width: 767px) {
  body.woocommerce-cart main .wp-block-post-title {
    text-align: left;
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
    margin-bottom: 0;
  }
}
body.woocommerce-cart main .wc-block-breadcrumbs {
  color: #0381A2;
  font-family: "Nunito Sans", sans-serif;
  font-size: 0.875rem;
  font-style: normal;
  font-weight: 400;
  line-height: 14px;
  margin: 0 auto 16px auto;
}
body.woocommerce-cart main .wc-block-breadcrumbs a {
  color: #475569;
}
@media (max-width: 767px) {
  body.woocommerce-cart main .wc-block-breadcrumbs {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
    margin-bottom: 0;
  }
}
body.woocommerce-cart main .entry-content {
  padding-bottom: 24px;
}
@media (max-width: 1024px) {
  body.woocommerce-cart main .entry-content {
    padding: 0 0 24px;
  }
}
body.woocommerce-cart main .entry-content .return-to-shop {
  margin-top: 16px;
}
@media (min-width: 1025px) {
  body.woocommerce-cart main .entry-content .return-to-shop {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    margin-inline: auto;
  }
}
@media (max-width: 767px) {
  body.woocommerce-cart main .entry-content {
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
    width: 100%;
  }
}
@media (max-width: 767px) {
  body.woocommerce-cart main {
    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 main .woocommerce {
  max-width: 100%;
  width: 100%;
}

.cart-custom-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  padding-bottom: 100px;
}
.cart-custom-wrapper .woocommerce-cart-form .product-thumbnail {
  width: 182px;
}
.cart-custom-wrapper .woocommerce-cart-form .product-thumbnail a img {
  max-width: 182px;
  width: 100%;
  -webkit-box-shadow: 0px 6px 6px 0px rgba(0, 0, 0, 0.25);
          box-shadow: 0px 6px 6px 0px rgba(0, 0, 0, 0.25);
}
.cart-custom-wrapper table.shop_table {
  border: none;
}
.cart-custom-wrapper thead tr th {
  padding: 0px !important;
  color: #000;
  font-family: "Nunito Sans", sans-serif;
  font-size: 1.125rem;
  font-style: normal;
  font-weight: 700;
  line-height: 24px;
  letter-spacing: 0;
  text-transform: none;
  margin-top: 0px;
  border: none;
}
.cart-custom-wrapper tbody tr td {
  padding: 20px 0px 0px 0px !important;
  border: none !important;
}
.cart-custom-wrapper tbody tr td.product-subtotal {
  vertical-align: top;
  color: var(--black, #333);
  font-family: "Nunito Sans", sans-serif;
  font-size: 1.125rem;
  font-style: normal;
  font-weight: 800;
  line-height: 30px;
  padding-top: 21px !important;
}
@media (max-width: 1024px) {
  .cart-custom-wrapper tbody tr td.product-subtotal {
    display: none;
  }
}
.cart-custom-wrapper tbody tr td.product-name {
  vertical-align: top;
  padding-left: 13px !important;
}
.cart-custom-wrapper tbody tr td.product-name .title-wrapper {
  color: var(--black, #303030);
  font-family: "Nunito Sans", sans-serif;
  font-size: 1.125rem;
  font-weight: 400;
  line-height: 34px;
  margin-bottom: 16px;
  display: block;
}
@media (max-width: 575px) {
  .cart-custom-wrapper tbody tr td.product-name .title-wrapper {
    line-height: 24px;
  }
}
.cart-custom-wrapper tbody tr td.product-name .product-name__prices {
  color: var(--dbamozdrowie-proacta-pl-cod-gray, #111);
  font-family: "Nunito Sans", sans-serif;
  font-size: 1.125rem;
  font-weight: 400;
  line-height: 18px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 16px;
}
.cart-custom-wrapper tbody tr td.product-name .product-name__prices-regular {
  margin-right: 8px;
  text-decoration: line-through;
}
.cart-custom-wrapper tbody tr td.product-name .product-name__saving {
  padding: 8px;
  border-radius: 4px;
  background: var(--dos-primary-1, #0381A2);
  color: #FFF;
  font-family: "Nunito Sans", sans-serif;
  font-size: 0.875rem;
  font-style: normal;
  font-weight: 700;
  line-height: 14px;
  display: inline-block;
  margin-bottom: 16px;
}
.cart-custom-wrapper tbody tr td.product-name .product-name__Description {
  color: #111;
  font-family: "Nunito Sans", sans-serif;
  font-size: 1.125rem;
  font-style: normal;
  font-weight: 400;
  line-height: 34px;
  max-width: 334px;
}
@media (max-width: 575px) {
  .cart-custom-wrapper tbody tr td.product-name .product-name__Description {
    font-size: 1rem;
    line-height: 22px;
  }
}
.cart-custom-wrapper tbody tr td.product-name .product-name__Description .remove-product-cart {
  display: block;
  max-width: 100%;
  width: 100%;
  font-size: 0.875rem;
  display: none;
}
.cart-custom-wrapper table.cart .product-thumbnail {
  display: block;
}
@media (max-width: 1024px) {
  .cart-custom-wrapper table.shop_table_responsive thead {
    display: table !important;
  }
  .cart-custom-wrapper table.shop_table_responsive thead th.product-thumbnail {
    display: block;
  }
  .cart-custom-wrapper table.shop_table_responsive thead th.product-subtotal {
    display: none;
  }
}
.cart-custom-wrapper table.shop_table_responsive tr td::before {
  display: none;
}
@media (max-width: 1024px) {
  .cart-custom-wrapper .woocommerce-cart-form-wrapper table.shop_table_responsive tr {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
.cart-custom-wrapper table.shop_table_responsive tr td {
  text-align: left !important;
}
.cart-custom-wrapper .woocommerce-notices-wrapper {
  max-width: 100%;
  width: 100%;
}
.cart-custom-wrapper .woocommerce-cart-form-wrapper {
  max-width: 70%;
  width: 100%;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 70%;
          flex: 0 0 70%;
  padding-top: 10px;
}
@media (max-width: 1024px) {
  .cart-custom-wrapper .woocommerce-cart-form-wrapper {
    max-width: 100%;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
  }
}
.cart-custom-wrapper .woocommerce-cart-form-wrapper .woocommerce-cart-form {
  padding-right: 115px;
}
@media (max-width: 1024px) {
  .cart-custom-wrapper .woocommerce-cart-form-wrapper .woocommerce-cart-form {
    padding-right: 0px;
  }
}
.cart-custom-wrapper .cart-collaterals {
  max-width: 30%;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 30%;
          flex: 0 0 30%;
  width: 100%;
}
@media (max-width: 1024px) {
  .cart-custom-wrapper .cart-collaterals {
    max-width: 100%;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
  }
}
.cart-custom-wrapper .cart-collaterals .cart_totals {
  max-width: 100%;
  width: 100%;
}
.cart-custom-wrapper .cart-collaterals h2 {
  color: #0381A2;
  font-family: "Nunito Sans", sans-serif;
  font-size: 2rem;
  font-style: normal;
  font-weight: 400;
  line-height: 42px;
  letter-spacing: 0;
  text-transform: none;
  margin-top: 0px;
}
.cart-custom-wrapper .cart-collaterals .shop_table {
  margin-bottom: 46px !important;
}
@media (max-width: 1024px) {
  .cart-custom-wrapper .cart-collaterals .shop_table tr {
    border-bottom: 1px solid var(--dos-primary-1, #0381A2);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}
.cart-custom-wrapper .cart-collaterals .shop_table tr th {
  color: var(--black-grey, #334155);
  font-family: "Nunito Sans", sans-serif;
  font-size: 1.125rem;
  font-style: normal;
  font-weight: 600;
  line-height: 30px;
  text-align: left;
  border-bottom: 1px solid var(--dos-primary-1, #0381A2);
  padding: 16px 0 !important;
}
@media (max-width: 1024px) {
  .cart-custom-wrapper .cart-collaterals .shop_table tr th {
    display: block;
    border-bottom: none;
  }
}
.cart-custom-wrapper .cart-collaterals .shop_table tr td {
  color: var(--black, #333);
  text-align: right !important;
  font-family: "Nunito Sans", sans-serif;
  font-size: 1.125rem;
  font-style: normal;
  font-weight: 800;
  line-height: 30px;
  border-bottom: 1px solid var(--dos-primary-1, #0381A2) !important;
  padding: 16px 0 !important;
}
@media (max-width: 1024px) {
  .cart-custom-wrapper .cart-collaterals .shop_table tr td {
    display: block;
    border-bottom: none !important;
  }
}
.cart-custom-wrapper .cart-collaterals .wc-proceed-to-checkout {
  padding: 0px;
}
.cart-custom-wrapper .cart-collaterals .wc-proceed-to-checkout .button {
  color: #333;
  text-align: center;
  font-family: "Hind", sans-serif;
  font-size: 1rem;
  font-style: normal;
  font-weight: 500;
  line-height: 16px;
  letter-spacing: 3px;
  border-radius: 32px;
  background: var(--color-secondary, #FC0);
  padding: 20px 24px;
}

h2.wc-block-mini-cart__title {
  font-size: 1.125rem;
  line-height: 24px;
  letter-spacing: 0px;
  margin-left: 24px;
  margin-top: 24px;
}

.wc-block-components-button:not(.is-link) {
  border: none;
  cursor: pointer;
}
.wc-block-components-button:not(.is-link):hover {
  border: none;
}

.wc-block-mini-cart__footer .wc-block-mini-cart__footer-actions {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.wc-block-mini-cart__footer, .wc-block-mini-cart__items {
  padding-inline: 24px;
}
.wc-block-mini-cart__empty-cart-wrapper {
  padding-inline: 24px !important;
}
.wc-block-mini-cart__empty-cart-wrapper p {
  padding: 10px;
  border: 1px solid #5BAAD4;
  background-color: #F4F8FF;
  border-radius: 4px;
}
.wc-block-mini-cart__empty-cart-wrapper p strong {
  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;
}
.wc-block-mini-cart__empty-cart-wrapper p strong::before {
  content: "";
  display: inline-block;
  width: 20px;
  height: 20px;
  border-radius: 10px;
  background-color: #007CBA;
  margin-right: 15px;
}
.wc-block-mini-cart__empty-cart-wrapper .wp-block-button a {
  width: 100%;
}

.wc-block-components-drawer__close {
  padding-top: 24px !important;
  padding-right: 24px !important;
}

#custom_consent_fields {
  margin-top: 1rem;
}
#custom_consent_fields > p:not(#consent_all_field) {
  margin-left: 14px;
  margin-bottom: 0;
}
#custom_consent_fields label {
  position: relative;
  cursor: pointer;
}
#custom_consent_fields label .collapsed {
  -webkit-line-clamp: 1;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
}
@media (max-width: 767px) {
  #custom_consent_fields label .collapsed {
    -webkit-line-clamp: 2;
  }
}
#custom_consent_fields label input {
  margin: 0 16px 0 0 !important;
  height: 24px;
  opacity: 0;
}
#custom_consent_fields label input:checked + span::before {
  opacity: 1;
}
#custom_consent_fields label input + span::before {
  content: "";
  position: absolute;
  left: 4px;
  top: 2px;
  width: 16px;
  height: 16px;
  border-radius: 2.5px;
  opacity: 0;
  border: 1px solid var(--mcc-color-gray-middle, #DADADA);
  background: var(--preview-treethemes-com-nero, #FC0);
  pointer-events: none;
  z-index: 1;
  -webkit-transition: 0.3s all ease-in-out;
  transition: 0.3s all ease-in-out;
}
@media (max-width: 768px) {
  #custom_consent_fields label input + span::before {
    top: 4px;
  }
}
#custom_consent_fields label input + span::after {
  content: "";
  position: absolute;
  left: 0;
  top: -2px;
  width: 24px;
  height: 24px;
  border-radius: 2.5px;
  border: 1px solid var(--mcc-color-gray-middle, #DADADA);
  background: var(--preview-treethemes-com-nero, #FFF);
  pointer-events: none;
}
@media (max-width: 768px) {
  #custom_consent_fields label input + span::after {
    top: 0;
  }
}
#custom_consent_fields label.c-consent_all input {
  width: 28px;
  height: 28px;
}
#custom_consent_fields label.c-consent_all input + span::before {
  width: 20px;
  height: 20px;
}
#custom_consent_fields label.c-consent_all input + span::after {
  width: 28px;
  height: 28px;
}
#custom_consent_fields label.c-consent_all .checkbox-label {
  font-weight: 600;
}
#custom_consent_fields .c-show-more-less {
  display: block;
  text-decoration: underline;
}

#custom_checkout_field .wp-block-media-text {
  grid-template-columns: 32px auto;
  display: grid;
  margin-bottom: 20px;
}
#custom_checkout_field .wp-block-media-text__media {
  grid-column: 1;
  grid-row: 1;
  margin: 0;
}
#custom_checkout_field .wp-block-media-text__content {
  padding-left: 7px;
}
#custom_checkout_field .wp-block-media-text__content p {
  margin-block: 0;
}
@media (max-width: 767px) {
  #custom_checkout_field .wp-block-media-text {
    grid-template-columns: 27px auto;
  }
}

.error-page {
  padding: 150px 15px;
  text-align: center;
}
.error-page__title {
  color: #0381A2;
  font-family: "Nunito Sans", sans-serif;
  font-size: 8.75rem;
  font-style: normal;
  font-weight: 700;
  line-height: 140px;
}
.error-page__description {
  color: #333;
  font-family: "Nunito Sans", sans-serif;
  font-size: 1.375rem;
  font-style: normal;
  font-weight: 400;
  line-height: 32px;
  max-width: 400px;
  margin: 0 auto 50px auto;
}
.error-page__description a {
  color: #0381A2;
  text-decoration: underline;
}

.iworks-omnibus {
  color: var(--black, #252525);
  font-family: "Nunito Sans", sans-serif;
  font-size: 1rem;
  font-style: normal;
  font-weight: 400;
  line-height: 28px;
}

@media (max-width: 1024px) {
  body.single-product .wp-block-post-featured-image.mobile-full-width {
    margin-left: calc(-1 * var(--wp--preset--spacing--50));
    margin-right: calc(-1 * var(--wp--preset--spacing--50));
  }
}
body.single-product .wp-block-media-text {
  grid-template-columns: 32px auto !important;
}
body.single-product .wp-block-media-text .wp-block-media-text__content {
  padding-right: 0;
  padding-left: 7px;
}
@media (max-width: 767px) {
  body.single-product .wp-block-media-text {
    margin-top: 16px;
    grid-template-columns: 27px auto !important;
  }
}
body.single-product .content-right-column > .is-position-sticky {
  top: 158px;
  z-index: 9;
}
body.single-product .payment-vendors {
  margin: 24px 0;
}
body.single-product .payment-vendors .vendor-icons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
body.single-product .payment-vendors .vendor-icons > [role=img] {
  display: block;
  background-repeat: no-repeat;
  background-size: cover;
}
body.single-product .payment-vendors .vendor-icons .icon-payu {
  background-image: url("../images/payment/platnosci-obsluguje-payu.png");
  height: 22px;
  width: 60px;
}
body.single-product .payment-vendors .vendor-icons .icon-mastercard {
  background-image: url("../images/payment/platnosci-obsluguje-mastercard.png");
  height: 19px;
  width: 31px;
}
body.single-product .payment-vendors .vendor-icons .icon-visa {
  background-image: url("../images/payment/platnosci-obsluguje-visa.png");
  height: 19px;
  width: 61px;
}
body.single-product .payment-vendors .vendor-icons .icon-blik {
  background-image: url("../images/payment/platnosci-obsluguje-blik.png");
  height: 20px;
  width: 41px;
}
body.single-product .payment-vendors .vendor-icons .icon-apple-pay {
  background-image: url("../images/payment/platnosci-obsluguje-apple-pay.png");
  height: 19px;
  width: 46px;
}
body.single-product .payment-vendors .vendor-icons .icon-google-pay {
  background-image: url("../images/payment/platnosci-obsluguje-google-pay.png");
  height: 22px;
  width: 45px;
}
body.single-product .stars {
  background-image: url("../images/stars-fill.svg");
  height: 18px;
  width: 126px;
  display: block;
  background-repeat: no-repeat;
  background-size: cover;
}
body.single-product figure.mi-0 {
  margin-inline: 0;
}
body.single-product .testimonials {
  border-bottom: 0.525px solid #CBD5E1;
  margin-bottom: 25px;
}
@media (max-width: 1024px) {
  body.single-product .testimonials {
    gap: 0;
  }
}
body.single-product .testimonials-title {
  color: #0381A2;
  font-size: 1rem;
  font-style: italic;
  font-weight: 700;
  line-height: 1.5rem;
  margin-top: 8px;
}
@media (max-width: 1024px) {
  body.single-product .testimonials-title {
    font-size: 1rem;
    line-height: 1.5rem;
  }
}
body.single-product .testimonials-content {
  font-size: 1rem;
  font-style: italic;
  font-weight: 400;
  line-height: 1.5rem;
  margin-block: 8px;
}
@media (max-width: 1024px) {
  body.single-product .testimonials-content {
    margin-top: 0;
  }
}
body.single-product .testimonials-sign {
  text-align: end;
  font-family: "Nunito", sans-serif;
  font-size: 1.05rem;
  font-style: italic;
  font-weight: 700;
  line-height: 1.575rem;
  letter-spacing: 0.13125rem;
  text-transform: uppercase;
}
@media (max-width: 767px) {
  body.single-product .c-descritpion-title {
    font-size: 1.375rem;
  }
}
body.single-product .c-product-description_wrapper {
  -webkit-transition: 0.3s all ease-in-out;
  transition: 0.3s all ease-in-out;
  overflow: hidden;
  height: 100px;
}
@media (max-width: 767px) {
  body.single-product .c-product-description_wrapper {
    height: 75px;
  }
}
body.single-product .c-product-description_wrapper.expanded {
  max-height: 10000px;
}
body.single-product .c-product-description_wrapper:not(.expanded) p {
  -webkit-line-clamp: 3;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
}
body.single-product .c-product-desc-more-less-btn {
  background-color: white;
  border: none;
  cursor: pointer;
  letter-spacing: normal;
  text-decoration: underline;
  font-family: "Nunito Sans", sans-serif;
  color: #0381A2;
  text-transform: initial;
  width: 100%;
  text-align: right;
  margin-top: 5px;
  font-size: 1.12em;
  font-weight: 600;
}
body.single-product .c-product-desc-more-less-btn:hover {
  text-decoration: none;
}
@media (max-width: 767px) {
  body.single-product .c-product-desc-more-less-btn {
    font-size: 0.875rem;
  }
}
body.single-product .c-separator {
  margin-block: 20px;
  border-top: 1px solid #CBD5E1;
  display: none;
}
@media (max-width: 767px) {
  body.single-product .c-separator {
    display: block;
  }
}
body.single-product .inst-additional-info {
  padding-top: 8px;
  color: #334155;
  font-family: "Nunito Sans", sans-serif;
  font-size: 1.125rem;
  margin-bottom: 30px;
}
body.single-product .inst-additional-info p {
  margin-top: 0px;
  margin-bottom: 8px;
}
body.single-product .inst-additional-info p:last-of-type {
  font-size: 1rem;
  line-height: 1.5em;
}
body.single-product .inst-additional-info p strong::before {
  content: " ";
}

body.woocommerce-order-received .wc-block-order-confirmation-status {
  margin-top: 30px;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
@media (max-width: 1110px) {
  body.woocommerce-order-received .wc-block-order-confirmation-status {
    margin-inline: 24px;
  }
}
body.woocommerce-order-received .wc-block-order-confirmation-status > p {
  font-size: 2rem;
  line-height: 42px;
  font-family: "Nunito Sans", sans-serif;
  max-width: 1186px;
  width: 100%;
  margin: 0 auto;
}
@media (max-width: 575px) {
  body.woocommerce-order-received .wc-block-order-confirmation-status > p {
    font-size: 1.375rem;
    letter-spacing: 3px;
  }
}
body.woocommerce-order-received .wc-block-order-confirmation-status #order-completed {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-line-pack: center;
      align-content: center;
}
body.woocommerce-order-received .wc-block-order-confirmation-status #order-completed p {
  width: 100%;
  font-size: 1rem;
  font-weight: 600;
  line-height: 1.5rem;
  letter-spacing: normal;
  font-family: "Nunito Sans", sans-serif;
  border-radius: 4px;
  border: 1px solid #5BAAD4;
  background: #F4F8FF;
  padding: 16px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
body.woocommerce-order-received .wc-block-order-confirmation-status #order-completed p::before {
  content: url("/assets/img/info.svg");
  margin-right: 8px;
  width: 25px;
  height: 25px;
  background-color: #007CBA;
  border-radius: 50%;
  padding-left: 1px;
}
@media (max-width: 1110px) {
  body.woocommerce-order-received .wc-block-order-confirmation-status #order-completed {
    margin-inline: 16px;
  }
}
@media (max-width: 1110px) {
  body.woocommerce-order-received .wc-block-order-confirmation-summary {
    padding-inline: 24px;
  }
}
body.woocommerce-order-received .wc-block-order-confirmation-totals-wrapper {
  padding: 0 0 50px 0;
}
@media (max-width: 1110px) {
  body.woocommerce-order-received .wc-block-order-confirmation-totals-wrapper {
    padding-inline: 24px;
  }
}
body.woocommerce-order-received .wc-block-order-confirmation-summary-list {
  border-bottom: 1px solid #0381A2;
  margin-bottom: 53px;
  padding-bottom: 29px;
  row-gap: 0;
}
body.woocommerce-order-received .wc-block-order-confirmation-summary-list-item__key {
  font-size: 1.125rem;
  line-height: 24px;
  font-weight: 700;
  font-family: "Nunito Sans", sans-serif;
  margin-bottom: 20px;
  color: #333333;
}
body.woocommerce-order-received .wc-block-order-confirmation-summary-list-item__value {
  font-size: 1.125rem;
  line-height: 34px;
  font-weight: 400;
  font-family: "Nunito Sans", sans-serif;
  margin-bottom: 20px;
  color: #334155;
}
body.woocommerce-order-received .wc-block-order-confirmation-totals {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
body.woocommerce-order-received .wc-block-order-confirmation-totals__table {
  max-width: 45%;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 45%;
          flex: 0 0 45%;
  position: relative;
  padding-top: 66px;
  border: none;
}
@media (max-width: 1024px) {
  body.woocommerce-order-received .wc-block-order-confirmation-totals__table {
    max-width: 50%;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
  }
}
@media (max-width: 900px) {
  body.woocommerce-order-received .wc-block-order-confirmation-totals__table {
    max-width: 100%;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
  }
}
body.woocommerce-order-received .wc-block-order-confirmation-totals__table::before {
  content: "Szczegóły zamówienia";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  font-size: 2rem;
  line-height: 42px;
  font-weight: 400;
  font-family: "Nunito Sans", sans-serif;
  color: #0381A2;
}
body.woocommerce-order-received .wc-block-order-confirmation-totals__table tr {
  font-size: 1.125rem;
  line-height: 24px;
}
body.woocommerce-order-received .wc-block-order-confirmation-totals__table tr th, body.woocommerce-order-received .wc-block-order-confirmation-totals__table tr td {
  padding-left: 0px;
  padding-right: 0px;
  border-bottom: 1px solid #0381A2;
  font-weight: 400;
}
body.woocommerce-order-received .wc-block-order-confirmation-totals__table tr th .product-quantity, body.woocommerce-order-received .wc-block-order-confirmation-totals__table tr td .product-quantity {
  font-weight: 400;
}
body.woocommerce-order-received .wc-block-order-confirmation-totals__table tr th {
  color: #334155;
}
body.woocommerce-order-received .wc-block-order-confirmation-totals__table tbody td:first-of-type {
  color: #334155;
}
body.woocommerce-order-received .wc-block-order-confirmation-totals__table tbody td:first-of-type a {
  color: #334155;
}
body.woocommerce-order-received .wc-block-order-confirmation-totals__table tfoot tr:last-child th, body.woocommerce-order-received .wc-block-order-confirmation-totals__table tfoot tr:last-child td {
  border-bottom-width: 1px;
}
body.woocommerce-order-received .wc-block-order-confirmation-totals__table tfoot tr:last-child td {
  font-weight: 800;
}
body.woocommerce-order-received .custom-order-info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  max-width: 36%;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 36%;
          flex: 0 0 36%;
}
@media (max-width: 1024px) {
  body.woocommerce-order-received .custom-order-info {
    max-width: 45%;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 45%;
            flex: 0 0 45%;
  }
}
@media (max-width: 900px) {
  body.woocommerce-order-received .custom-order-info {
    max-width: 450px;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    margin: 0 auto 30px auto;
  }
}
@media (max-width: 450px) {
  body.woocommerce-order-received .custom-order-info {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
body.woocommerce-order-received .custom-order-info__image {
  max-width: 180px;
  width: 100%;
  margin-right: 38px;
}
@media (max-width: 450px) {
  body.woocommerce-order-received .custom-order-info__image {
    margin-right: 0px;
    margin-bottom: 15px;
  }
}
body.woocommerce-order-received .custom-order-info__image img {
  display: block;
  -webkit-box-shadow: 0px 6px 6px 0px rgba(0, 0, 0, 0.25);
          box-shadow: 0px 6px 6px 0px rgba(0, 0, 0, 0.25);
}
body.woocommerce-order-received .custom-order-info__text-title {
  font-size: 1.125rem;
  line-height: 34px;
  font-weight: 400;
}
body.woocommerce-order-received .custom-order-info__text-bold {
  font-weight: 600;
  font-size: 0.75rem;
  line-height: 20px;
  font-family: "Hind", sans-serif;
  margin-top: 18px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media (max-width: 450px) {
  body.woocommerce-order-received .custom-order-info__text-bold {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
body.woocommerce-order-received .custom-order-info__text-bold img {
  margin-right: 3px;
}
body.woocommerce-order-received h3.wp-block-heading {
  display: none;
}
body.woocommerce-order-received .order-again {
  display: none;
}
body.woocommerce-order-received .woocommerce-thankyou-order-received {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 24px;
}
@media (max-width: 767px) {
  body.woocommerce-order-received .woocommerce-thankyou-order-received {
    gap: 16px;
  }
}
body.woocommerce-order-received .woocommerce-thankyou-order-received .order-confirmation_instructions {
  font-size: var(--wp--preset--font-size--medium);
}
@media (max-width: 1110px) {
  body.woocommerce-order-received .woocommerce-thankyou-order-received .order-confirmation_instructions {
    padding-inline: 24px;
  }
}
body.woocommerce-order-received .woocommerce-thankyou-order-received .order-confirmation_instructions h1 {
  margin-top: 0;
  margin-bottom: 37px;
}
@media (max-width: 1024px) {
  body.woocommerce-order-received .woocommerce-thankyou-order-received .order-confirmation_instructions h1 {
    margin-top: 0;
    margin-bottom: 8px;
  }
}
body.woocommerce-order-received .woocommerce-thankyou-order-received .order-confirmation--big-points {
  color: #0381A2;
  font-size: 1.5rem;
  font-weight: 600;
  padding-left: 30px;
  margin-block: 0;
}
@media (max-width: 767px) {
  body.woocommerce-order-received .woocommerce-thankyou-order-received .order-confirmation--big-points {
    font-size: 1rem;
    padding-left: 16px;
  }
}
body.woocommerce-order-received .wc-block-order-confirmation-summary {
  margin-top: 70px;
}
@media (max-width: 767px) {
  body.woocommerce-order-received .wc-block-order-confirmation-summary {
    margin-top: 24px;
  }
}

body .single-page.single-page--post .is-layout-constrained > :where(:not(.alignleft):not(.alignright):not(.alignfull)) {
  margin-left: 0 !important;
}

.single-page {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.single-page * {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.single-page .next-and-prev {
  max-width: 1218px;
  padding-left: 24px;
  padding-right: 24px;
  margin: 0 auto;
  padding-top: 120px;
}
@media (max-width: 768px) {
  .single-page .next-and-prev {
    padding-top: 60px;
  }
}
@media (max-width: 575px) {
  .single-page .next-and-prev {
    padding-top: 30px;
  }
}
.single-page--post .single-page__left {
  max-width: 63.8%;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 63.8%;
          flex: 0 0 63.8%;
  padding-right: 24px;
}
@media (max-width: 1024px) {
  .single-page--post .single-page__left {
    max-width: 100%;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    padding-right: 0;
  }
}
.single-page--post .single-page__right {
  max-width: 36.2%;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 36.2%;
          flex: 0 0 36.2%;
}
.single-page--post .single-page__content {
  padding-right: 0;
}
.single-page__top {
  padding-top: 0;
  padding-bottom: 48px;
  width: 100%;
  margin-inline: auto;
  max-width: var(--wp--style--global--wide-size);
  padding-inline: 0;
}
@media (max-width: 1110px) {
  .single-page__top {
    padding-inline: 16px;
  }
}
.single-page__top h1 {
  margin-top: 0;
  margin-bottom: 0;
}
@media (max-width: 1024px) {
  .single-page__top h1 {
    margin-bottom: 8px;
  }
}
.single-page__info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: var(--black, #252525);
  font-family: "Nunito Sans", sans-serif;
  font-size: 0.875rem;
  font-style: normal;
  font-weight: 400;
  line-height: 14px; /* 100% */
  max-width: 100%;
  width: 100%;
  margin-bottom: 32px;
  white-space: nowrap;
}
@media (max-width: 450px) {
  .single-page__info {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
.single-page__info-date {
  padding-right: 30px;
}
@media (max-width: 450px) {
  .single-page__info-date {
    margin-bottom: 10px;
    padding-right: 10px;
  }
}
.single-page__info-author {
  padding-right: 30px;
}
@media (max-width: 450px) {
  .single-page__info-author {
    margin-bottom: 10px;
    padding-right: 10px;
  }
}
@media (max-width: 450px) {
  .single-page__info-comments {
    margin-bottom: 10px;
  }
}
.single-page__title {
  margin-bottom: 20px;
  margin-top: 0;
}
.single-page__title-post {
  margin-bottom: 8px;
  margin-top: 0;
}
.single-page__codes {
  color: #3C3B39;
  font-family: "Nunito Sans", sans-serif;
  font-size: 1rem;
  font-style: normal;
  font-weight: 600;
  line-height: 1em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 10px;
  margin-bottom: 10px;
  text-transform: uppercase;
}
.single-page__codes-item {
  padding: 0 5px 0 0;
}
@media (max-width: 1024px) {
  .single-page__codes {
    margin-top: 0;
    margin-bottom: 8px;
  }
}
.single-page__tags {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-family: "Hind", sans-serif;
  font-size: 0.875rem;
  font-style: normal;
  font-weight: 500;
  line-height: 24px;
  letter-spacing: 1px;
  text-transform: uppercase;
}
.single-page__tags.right {
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  padding: 0;
  margin-bottom: 36px;
}
.single-page__tags.right .single-page__tags-item {
  margin-right: 0;
  margin-left: 12px;
}
.single-page__tags-item {
  margin-right: 8px;
  padding: 0 8px;
  border-radius: 4px;
  border: 1px solid #0381A2;
  background: #0381A2;
  margin-bottom: 8px;
  color: #FFF;
  -webkit-transition: 0.3s all ease-in-out;
  transition: 0.3s all ease-in-out;
}
.single-page__tags-item:hover {
  background: #04a9d4;
  border-color: #04a9d4;
}
.single-page__tags-item:last-of-type {
  margin-right: 0;
}
.single-page__breadcrumb-wrapper {
  width: 100%;
}
.single-page__breadcrumb {
  color: var(--Color, #0381A2);
  font-family: "Nunito Sans", sans-serif;
  font-size: 0.875rem;
  font-style: normal;
  font-weight: 400;
  line-height: 14px;
  padding: 0;
  margin-bottom: 8px;
  width: 100%;
  margin-inline: auto;
  max-width: var(--wp--style--global--wide-size);
  padding-inline: 0;
}
@media (max-width: 1110px) {
  .single-page__breadcrumb {
    padding-inline: 16px;
  }
}
.single-page__breadcrumb-title {
  display: inline-block;
  margin-block: 0;
}
.single-page__breadcrumb a {
  color: #475569;
}
.single-page__image {
  aspect-ratio: auto;
  height: 200px;
  padding-right: 0;
  padding-left: 0;
  margin-bottom: 7px;
}
@media (max-width: 1024px) {
  .single-page__image {
    margin-inline: -16px;
  }
}
.single-page__image img {
  border-radius: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
@media (min-width: 768px) and (max-width: 1024px) {
  .single-page__image {
    height: 380px;
  }
}
@media (min-width: 1025px) {
  .single-page__image {
    height: 508px;
  }
}
.single-page__row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  width: 100%;
  margin-inline: auto;
  max-width: var(--wp--style--global--wide-size);
  padding-inline: 0;
}
@media (max-width: 1110px) {
  .single-page__row {
    padding-inline: 16px;
  }
}
.single-page__full {
  max-width: 100%;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 100%;
          flex: 0 0 100%;
}
.single-page__left {
  max-width: 66.666%;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 66.666%;
          flex: 0 0 66.666%;
}
@media (max-width: 1024px) {
  .single-page__left {
    max-width: 100%;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
  }
}
.single-page__right {
  max-width: 33.333%;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 33.333%;
          flex: 0 0 33.333%;
}
@media (max-width: 1024px) {
  .single-page__right {
    display: none;
  }
}
.single-page__more-articles {
  max-width: 1218px;
  padding-left: 15px;
  padding-right: 15px;
  margin: 0 auto;
}
.single-page__comments {
  max-width: 1218px;
  padding-inline: 24px;
  margin: 0 auto 30px auto;
}
.single-page__comments-form {
  max-width: 1218px;
  padding-inline: 24px;
  margin: 0 auto 30px auto;
}
.single-page__content {
  padding-right: 56px;
  font-family: "Nunito Sans", sans-serif;
}
@media (max-width: 1024px) {
  .single-page__content {
    padding-right: 0;
  }
}
.single-page__content h2, .single-page__content h3, .single-page__content h4 {
  margin-bottom: 0;
  font-family: "Nunito Sans", sans-serif;
}
.single-page__content h2:first-child, .single-page__content h3:first-child, .single-page__content h4:first-child {
  margin-top: 0;
}
.single-page__content p {
  margin: 0;
  color: var(--black, #303030);
  font-size: 1.125rem;
  font-style: normal;
  font-weight: 500;
  line-height: 34px;
}
.single-page__content p a {
  color: var(--d-primary-color, #0381A2);
  font-size: 1.125rem;
  font-weight: 500;
  line-height: 34px;
}
.single-page__content h2 {
  color: var(--dos-primary-1, #0381A2);
  font-size: 1.5rem;
  font-weight: 600;
  line-height: 30px;
  letter-spacing: 0;
  text-transform: none;
  margin-top: 28px;
}
.single-page__content h3 {
  color: var(--dos-primary-1, #0381A2);
  font-size: 1.375rem;
  font-weight: 600;
  line-height: 30px;
  letter-spacing: 0;
  text-transform: none;
  margin-top: 24px;
}
.single-page__content h4 {
  color: var(--dos-primary-1, #0381A2);
  font-size: 1.25rem;
  font-weight: 600;
  line-height: 30px;
  letter-spacing: 0;
  text-transform: none;
  margin-top: 14px;
}
.single-page__content .wp-block-uagb-faq-child {
  border: none !important;
}
.single-page__content .wp-block-uagb-faq-child .uagb-faq-questions-button {
  padding-left: 0;
  padding-right: 0;
  color: var(--black-grey, #334155);
  font-family: "Nunito Sans", sans-serif;
  font-size: 1.25rem;
  font-weight: 600;
  line-height: 30px;
}
.single-page__content .wp-block-uagb-faq-child .uagb-faq-questions-button svg path {
  fill: #198A94;
}
.single-page__content .wp-block-uagb-faq-child .uagb-faq-content p {
  font-size: 1rem;
  line-height: 24px;
}
.single-page__content ol {
  padding-left: 20px;
}
.single-page__content ul {
  list-style: none;
  padding: 0;
}
.single-page__content ul > li {
  position: relative;
  padding-left: 20px;
}
.single-page__content ul > li::before {
  content: "•";
  color: #167BA1;
  position: absolute;
  left: 0;
  top: -1px;
}

body.home .anchor {
  display: block;
  height: 90px;
  margin-top: -90px;
  -webkit-margin-before: -90px !important;
          margin-block-start: -90px !important;
  visibility: hidden;
}
@media (max-width: 1024px) {
  body.home .is-layout-constrained > .alignwide.container-mobile-narrow {
    max-width: var(--wp--style--global--content-size) !important;
  }
}
body.home .c-homepage-main-section-mobile h1 {
  line-height: 1;
  font-weight: 700;
  font-size: 3.5rem;
}
body.home .c-homepage-main-section-mobile h2 {
  font-style: normal;
  font-weight: 600;
  font-size: 1.125rem;
  letter-spacing: 3px;
  color: inherit;
}
@media (min-width: 480px) and (max-width: 767px) {
  body.home .c-homepage-main-section-mobile h1 {
    font-size: 4.5rem;
  }
  body.home .c-homepage-main-section-mobile h2 {
    font-size: 1.563rem;
  }
}
body.home h3 {
  color: #303030;
  font-size: 2.75rem;
  font-weight: 400;
  line-height: 54px;
  font-style: normal;
}
@media (max-width: 767px) {
  body.home h3 {
    font-size: 1.75rem;
    line-height: 2rem;
  }
}
body.home h4 {
  color: #0381A2;
  font-size: 1.5rem;
  font-style: normal;
  font-weight: 400;
  line-height: 30px;
  font-family: "Nunito Sans", sans-serif;
}
@media (max-width: 767px) {
  body.home h4 {
    font-size: 1.125rem;
  }
}
body.home h5 {
  color: #0381A2;
  font-family: "Nunito", sans-serif;
  font-size: 1rem;
  font-weight: 800;
  line-height: 1rem;
  text-transform: uppercase;
  letter-spacing: 1px;
}
@media (max-width: 767px) {
  body.home h5 {
    font-size: 0.875rem;
  }
}
body.home h6 {
  color: #0381A2;
  font-size: 1.5rem;
  font-style: normal;
  font-weight: 700;
  line-height: 30px;
  text-transform: unset;
  letter-spacing: normal;
}

@media (min-width: 768px) {
  .hide-on-tablet-and-desktop {
    display: none !important;
  }
}

@media (max-width: 767px) {
  .hide-on-mobile {
    display: none !important;
  }
}

.inst-privacy-policy-wrapper h1:first-of-type {
  margin-top: 0;
  margin-bottom: 48px;
}
@media (max-width: 1024px) {
  .inst-privacy-policy-wrapper h1:first-of-type {
    margin-bottom: 8px;
  }
}

.inst-website-regulations-wrapper h1:first-of-type {
  margin-top: 0;
  margin-bottom: 24px;
}
@media (max-width: 1024px) {
  .inst-website-regulations-wrapper h1:first-of-type {
    margin-bottom: 8px;
  }
}

footer {
  font-size: 1.125rem;
}

@media (max-width: 781px) {
  .mobile-flex-start {
    -webkit-box-pack: start !important;
        -ms-flex-pack: start !important;
            justify-content: flex-start !important;
  }
}

@media (max-width: 781px) {
  .mobile-text-align-left {
    text-align: left !important;
  }
}

.footer-links-container {
  max-width: var(--wp--style--global--wide-size) !important;
}

.font-size_16px {
  font-size: 1rem;
}

@media (max-width: 781px) {
  .mobile-gap12px {
    gap: 12px;
  }
}

@media (max-width: 781px) {
  .mobile-padding0 {
    padding-top: 0 !important;
  }
}

@media (max-width: 1024px) {
  .wp-block-navigation__responsive-container {
    --navigation-layout-justification-setting: flex-start;
  }
  .wp-block-navigation__responsive-container-content {
    padding-top: 24px !important;
    margin-inline: 24px;
  }
  .wp-block-navigation__responsive-container-content > .wp-block-navigation {
    gap: 40px !important;
    width: 100%;
  }
}
@media (max-width: 1024px) and (min-width: 1025px) {
  .wp-block-navigation__responsive-container-content > .wp-block-navigation .wp-block-navigation-item:first-of-type {
    display: none;
  }
}
@media (max-width: 1024px) {
  .wp-block-navigation__responsive-container-content > .wp-block-navigation .wp-block-navigation-link {
    font-size: 1rem !important;
    font-weight: 700;
    width: 100%;
    padding-bottom: 6px;
    border-bottom: 0.5px solid #A1A1AA;
  }
  .wp-block-navigation__responsive-container-content > .wp-block-navigation .wp-block-navigation-link a {
    width: 100%;
  }
  .wp-block-navigation__responsive-container-content > .wp-block-navigation .wp-block-navigation-link.c-order-btn {
    text-align: center;
    border-bottom: none;
  }
  .wp-block-navigation__responsive-container-content > .wp-block-navigation .wp-block-navigation-link.c-order-btn .wp-block-navigation-item__content {
    padding: 20px 24px;
  }
  .wp-block-navigation__responsive-container-content > .wp-block-navigation .wp-block-site-logo.is-default-size img {
    width: 150px;
  }
}
@media (max-width: 1024px) {
  .wp-block-navigation__responsive-container .wp-block-navigation__container {
    --navigation-layout-justification-setting: flex-start;
  }
}

@media (max-width: 1024px) {
  .wp-block-navigation__responsive-container-close {
    top: 26px;
    right: 24px;
  }
  .wp-block-navigation__responsive-container-close path {
    fill: #50387D;
  }
}
/*# sourceMappingURL=style.css.map */
