/*!
Theme Name: Peptara
Theme URI: http://underscores.me/
Author: Efir Media
Author URI: https://efirmedia.com/
Description: Wordpress Theme for Peptara
Version: 1.0.0
Tested up to: 5.4
Requires PHP: 5.6
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: peptara
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned.

Peptara is based on Underscores https://underscores.me/, (C) 2012-2020 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal https://necolas.github.io/normalize.css/
*/
/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Generic
	- Normalize
	- Box sizing
# Base
	- Typography
	- Elements
	- Links
	- Forms
## Layouts
# Components
	- Navigation
	- Posts and pages
	- Comments
	- Widgets
	- Media
	- Captions
	- Galleries
# plugins
	- Jetpack infinite scroll
# Utilities
	- Accessibility
	- Alignments

--------------------------------------------------------------*/
@import url('https://fonts.googleapis.com/css2?family=IBM+Plex+Sans:ital,wght@0,300;0,400;0,500;0,600;0,700;1,300;1,400;1,500;1,600;1,700&display=swap');
/*--------------------------------------------------------------
# Generic
--------------------------------------------------------------*/
/* Normalize
--------------------------------------------- */
/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
/* Document
	 ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
}

/* Sections
	 ========================================================================== */
/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */
main {
  display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* Grouping content
	 ========================================================================== */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace;
  font-size: 1em;
}

/* Text-level semantics
	 ========================================================================== */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none;
  text-decoration: underline;
  text-decoration: underline dotted;
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
	 ========================================================================== */
/**
 * Remove the border on images inside links in IE 10.
 */
img {
  border-style: none;
}

/* Forms
	 ========================================================================== */
/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  font-size: 100%;
  line-height: 1.15;
  margin: 0;
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
  text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */
fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *		`fieldset` elements in all browsers.
 */
legend {
  box-sizing: border-box;
  color: inherit;
  display: table;
  max-width: 100%;
  padding: 0;
  white-space: normal;
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type=checkbox],
[type=radio] {
  box-sizing: border-box;
  padding: 0;
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type=search] {
  -webkit-appearance: textfield;
  outline-offset: -2px;
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit;
}

/* Interactive
	 ========================================================================== */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item;
}

/* Misc
	 ========================================================================== */
/**
 * Add the correct display in IE 10+.
 */
template {
  display: none;
}

/**
 * Add the correct display in IE 10.
 */
[hidden] {
  display: none;
}

/* Box sizing
--------------------------------------------- */
/* Inherit box-sizing to more easily change it's value on a component level.
@link http://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
*,
*::before,
*::after {
  box-sizing: inherit;
}

html {
  box-sizing: border-box;
}

/*--------------------------------------------------------------
# Base
--------------------------------------------------------------*/
/* Typography
--------------------------------------------- */
body,
button,
input,
select,
optgroup,
textarea {
  color: #404040;
  font-family: "IBM Plex Sans", sans-serif;
  font-size: 1rem;
  line-height: 1.5;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "IBM Plex Sans", sans-serif;
  clear: both;
}

p {
  margin-bottom: 1.5em;
}

dfn,
cite,
em,
i {
  font-style: italic;
}

blockquote {
  margin: 0 1.5em;
}

address {
  margin: 0 0 1.5em;
}

pre {
  background: #eee;
  font-family: "Courier 10 Pitch", courier, monospace;
  line-height: 1.6;
  margin-bottom: 1.6em;
  max-width: 100%;
  overflow: auto;
  padding: 1.6em;
}

code,
kbd,
tt,
var {
  font-family: monaco, consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
}

abbr,
acronym {
  border-bottom: 1px dotted #666;
  cursor: help;
}

mark,
ins {
  background: #fff9c0;
  text-decoration: none;
}

big {
  font-size: 125%;
}

/* Elements
--------------------------------------------- */
body {
  background: #fff;
  overflow-x: hidden;
}

hr {
  background-color: #ccc;
  border: 0;
  height: 1px;
  margin-bottom: 1.5em;
}

ul,
ol {
  margin: 0 0 1.5em 3em;
}

ul {
  list-style: disc;
}

ol {
  list-style: decimal;
}

li > ul,
li > ol {
  margin-bottom: 0;
  margin-left: 1.5em;
}

dt {
  font-weight: 700;
}

dd {
  margin: 0 1.5em 1.5em;
}

/* Make sure embeds and iframes fit their containers. */
embed,
iframe,
object {
  max-width: 100%;
}

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

figure {
  margin: 1em 0;
}

table {
  margin: 0 0 1.5em;
  width: 100%;
}

/* Links
--------------------------------------------- */
a {
  display: flex;
  text-decoration: none;
  transition: color 0.3s linear;
}
a:hover, a:active {
  transition: color 0.3s linear;
}

/* Forms
--------------------------------------------- */
.btns-row {
  display: flex;
  gap: 50px;
}
@media screen and (max-width: 600px) {
  .btns-row {
    gap: 20px;
  }
}

.btns-row-xs {
  display: flex;
  gap: 12px;
}
@media screen and (max-width: 600px) {
  .btns-row-xs {
    gap: 20px;
  }
}

.yellow-btn a {
  border-radius: 34px;
  background: #456e89;
  border: 1px solid #456e89;
  padding: 24px;
  min-width: 240px;
  color: #FFF;
  text-align: center;
  font-family: "IBM Plex Sans", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  text-transform: uppercase;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  outline: none;
  cursor: pointer;
  transition: background 0.3s linear, color 0.3s linear;
}
.yellow-btn a:hover {
  background: #FFF;
  color: #456e89;
  transition: background 0.3s linear, color 0.3s linear;
}

.yellow-btn-arrow a {
  border-radius: 40px;
  background: #456e89;
  padding: 14px 24px;
  color: #FFF;
  text-align: center;
  font-family: "IBM Plex Sans", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  text-transform: capitalize;
  display: inline-flex;
  align-items: flex-start;
  justify-content: center;
  gap: 10px;
  outline: none;
  cursor: pointer;
  transition: background 0.3s linear, color 0.3s linear;
}
.yellow-btn-arrow a::after {
  content: "";
  width: 14px;
  height: 16px;
  background: url(./assets/img/arrow.svg) center center no-repeat;
  background-size: contain;
  transition: background 0.3s linear;
}
.yellow-btn-arrow a:hover {
  background: #FFF;
  color: #456e89;
  transition: background 0.3s linear, color 0.3s linear, box-shadow 0.3 linear;
  box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.1), 0 4px 6px 0 rgba(0, 0, 0, 0.1);
}
.yellow-btn-arrow a:hover::after {
  background: url(./assets/img/arrow-hover.svg) center center no-repeat;
  background-size: contain;
  transition: background 0.3s linear;
}

.white-btn {
  border-radius: 34px;
  background: #FFF;
  border: 1px solid #FFF;
  padding: 16px 32px;
  min-width: 190px;
  color: #000;
  text-align: center;
  font-family: "IBM Plex Sans", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  text-transform: uppercase;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  outline: none;
  cursor: pointer;
  transition: background 0.3s linear, color 0.3s linear;
}
.white-btn:hover {
  background: transparent;
  color: #FFF;
  transition: background 0.3s linear, color 0.3s linear;
}
@media screen and (max-width: 1420px) {
  .white-btn {
    padding: 20px 25px;
    min-width: 1px;
  }
}

.white-btn-xs a {
  border-radius: 40px;
  background: #FFF;
  border: 1px solid #FFF;
  padding: 14px 24px;
  color: #000;
  text-align: center;
  font-family: "IBM Plex Sans", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  text-transform: capitalize;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  outline: none;
  cursor: pointer;
  transition: background 0.3s linear, color 0.3s linear;
}
.white-btn-xs a:hover {
  background: transparent;
  color: #FFF;
  transition: background 0.3s linear, color 0.3s linear;
}
.cart-btn {
  width: 53px;
  height: 53px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid #FFF;
  background: #FFF;
  transition: background 0.3s linear;
}
@media screen and (max-width: 1420px) {
  .cart-btn {
    width: 60px;
    height: 60px;
  }
}
.cart-btn svg path {
  transition: fill 0.3s linear;
}
.cart-btn:hover {
  background: transparent;
  transition: background 0.3s linear;
}
.cart-btn:hover svg path {
  fill: #FFF;
  transition: fill 0.3s linear;
}

.bbl-sticky-header .cart-btn:hover {
  background: transparent;
}

.transparent-btn a {
  border-radius: 34px;
  background: transparent;
  border: 1px solid #FFF;
  padding: 24px;
  min-width: 240px;
  color: #FFF;
  text-align: center;
  font-family: "IBM Plex Sans", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  text-transform: uppercase;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  outline: none;
  cursor: pointer;
  transition: background 0.3s linear, color 0.3s linear;
}
.transparent-btn a:hover {
  background: #FFF;
  color: #456e89;
  transition: background 0.3s linear, color 0.3s linear;
}
.transparent-btn.noborder a {
  border: 1px solid rgba(255, 255, 255, 0);
}
.transparent-btn.noborder a:hover {
  border: 1px solid rgb(255, 255, 255);
}

.transparent-btn-xs a {
  border-radius: 40px;
  background: transparent;
  border: 1px solid #FFF;
  padding: 14px 24px;
  color: #FFF;
  text-align: center;
  font-family: IBM Plex Sans;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  outline: none;
  cursor: pointer;
  transition: background 0.3s linear, color 0.3s linear;
}
.transparent-btn-xs a:hover {
  background: #FFF;
  color: #456e89;
  transition: background 0.3s linear, color 0.3s linear;
}
.transparent-btn-xs.noborder a {
  border: 1px solid rgba(255, 255, 255, 0);
}
.transparent-btn-xs.noborder a:hover {
  border: 1px solid rgb(255, 255, 255);
}

.btn-orange a {
  border-radius: 40px;
  border: 0 solid #E5E7EB;
  background: #456e89;
  box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.1), 0 4px 6px 0 rgba(0, 0, 0, 0.1);
  padding: 16px 32px;
  min-width: 182px;
  color: #FFF;
  text-align: center;
  font-family: IBM Plex Sans;
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  outline: none;
  cursor: pointer;
  transition: background 0.3s linear, color 0.3s linear;
}
.btn-orange a:hover {
  background: #FFF !important;
  color: #456e89;
  transition: background 0.3s linear, color 0.3s linear;
}

.btn-orange-xs a {
  border-radius: 40px;
  border: 0 solid #E5E7EB;
  background: #456e89;
  box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.1), 0 4px 6px 0 rgba(0, 0, 0, 0.1);
  padding: 14px 24px;
  color: #FFF;
  text-align: center;
  font-family: IBM Plex Sans;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  outline: none;
  cursor: pointer;
  transition: background 0.3s linear, color 0.3s linear;
}
.btn-orange-xs a:hover {
  background: #FFF !important;
  color: #456e89;
  transition: background 0.3s linear, color 0.3s linear;
}

.view-button .btn {
  border-radius: 24px;
  box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.1), 0 4px 6px 0 rgba(0, 0, 0, 0.1);
  background: #456e89;
  padding: 10px 12px;
  color: #FFF;
  text-align: center;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  transition: background 0.3s linear, color 0.3s linear;
}
.view-button .btn:hover {
  background: #FFF !important;
  color: #456e89;
  transition: background 0.3s linear, color 0.3s linear;
}

.btn-white-xs--border a {
  border-radius: 40px;
  border: 1px solid #D1D5DB;
  background: #FFF;
  padding: 13px 23px;
  color: #0F172A;
  text-align: center;
  font-family: IBM Plex Sans;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  outline: none;
  cursor: pointer;
  transition: background 0.3s linear, color 0.3s linear;
}
.btn-white-xs--border a:hover {
  background: #0F172A;
  color: #FFF;
  transition: background 0.3s linear, color 0.3s linear;
}

@media screen and (max-width: 1500px) and (min-width: 1241px) {
  .header-btn {
    padding: 16px 18px;
    font-size: 14px;
  }
}

.sidebar-btn a {
  border-radius: 24px;
  border: 1px solid #456e89;
  background: #456e89;
  padding: 11px 12px;
  color: #FFF;
  text-align: center;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  transition: background 0.3s linear, color 0.3s linear;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.sidebar-btn a svg {
  display: flex;
}
.sidebar-btn a svg path {
  transition: fill 0.3s linear;
}
.sidebar-btn a:hover {
  background: #FFF;
  color: #456e89;
  transition: background 0.3s linear, color 0.3s linear;
}
.sidebar-btn a:hover svg path {
  transition: fill 0.3s linear;
}

input[type=text],
input[type=email],
input[type=url],
input[type=password],
input[type=search],
input[type=number],
input[type=tel],
input[type=range],
input[type=date],
input[type=month],
input[type=week],
input[type=time],
input[type=datetime],
input[type=datetime-local],
input[type=color],
textarea {
  outline: none;
}
input[type=text]:focus,
input[type=email]:focus,
input[type=url]:focus,
input[type=password]:focus,
input[type=search]:focus,
input[type=number]:focus,
input[type=tel]:focus,
input[type=range]:focus,
input[type=date]:focus,
input[type=month]:focus,
input[type=week]:focus,
input[type=time]:focus,
input[type=datetime]:focus,
input[type=datetime-local]:focus,
input[type=color]:focus,
textarea:focus {
  box-shadow: none !important;
  border-color: #456e89;
}

textarea {
  width: 100%;
}

.form-wrapper {
  border-radius: 12px;
  border: 0 solid #E5E7EB;
  background: #FFF;
  box-shadow: 0 4px 6px 0 rgba(0, 0, 0, 0.1), 0 10px 15px 0 rgba(0, 0, 0, 0.1);
  padding: 40px;
}
@media screen and (max-width: 550px) {
  .form-wrapper {
    padding: 20px;
  }
}
.form-wrapper .form-row {
  margin-bottom: 15px;
}
.form-wrapper .form-row .input-wrapper {
  display: flex;
  flex-flow: column;
  gap: 3px;
}
.form-wrapper .form-row .input-wrapper label {
  color: #374151;
  font-family: IBM Plex Sans;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  margin-bottom: 8px;
}
@media screen and (max-width: 768px) {
  .form-wrapper .form-row .input-wrapper label {
    font-size: 14px;
  }
}
.form-wrapper .form-row .input-wrapper input,
.form-wrapper .form-row .input-wrapper textarea,
.form-wrapper .form-row .input-wrapper select {
  width: 100%;
  border-radius: 8px;
  border: 1px solid #D1D5DB;
  background: #FFF;
  outline: none;
  padding: 16px 16px;
  color: #343632;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
  font-family: IBM Plex Sans;
}
.form-wrapper .form-row .input-wrapper input::placeholder,
.form-wrapper .form-row .input-wrapper textarea::placeholder,
.form-wrapper .form-row .input-wrapper select::placeholder {
  color: #ADAEBC;
}
@media screen and (max-width: 768px) {
  .form-wrapper .form-row .input-wrapper input,
  .form-wrapper .form-row .input-wrapper textarea,
  .form-wrapper .form-row .input-wrapper select {
    font-size: 14px;
  }
}
.form-wrapper .form-row .input-wrapper textarea {
  height: 113px;
}
.form-wrapper .form-row--lg {
  display: flex;
  gap: 24px;
}
@media screen and (max-width: 550px) {
  .form-wrapper .form-row--lg {
    flex-wrap: wrap;
  }
}
.form-wrapper .form-row--lg .input-wrapper {
  width: 50%;
}
@media screen and (max-width: 550px) {
  .form-wrapper .form-row--lg .input-wrapper {
    width: 100%;
  }
}
.form-wrapper .btn-orange {
  margin: 0 auto;
  border-radius: 40px;
  border: 0 solid #E5E7EB;
  background: #456e89;
  box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.1), 0 4px 6px 0 rgba(0, 0, 0, 0.1);
  padding: 16px 32px;
  min-width: 182px;
  color: #FFF;
  text-align: center;
  font-family: IBM Plex Sans;
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  display: flex;
  align-items: center;
  justify-content: center;
  outline: none;
  cursor: pointer;
  transition: background 0.3s linear, color 0.3s linear;
}
.form-wrapper .btn-orange:hover {
  background: #FFF;
  color: #456e89;
  transition: background 0.3s linear, color 0.3s linear;
}

/*--------------------------------------------------------------
# Layouts
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Components
--------------------------------------------------------------*/
/* Navigation
--------------------------------------------- */
.main-navigation {
  display: block;
}
.main-navigation ul {
  display: none;
  list-style: none;
  margin: 0;
  padding-left: 0;
}
.main-navigation ul ul li:hover > ul, .main-navigation ul ul li.focus > ul {
  display: block;
  left: auto;
}
.main-navigation ul li:hover > ul,
.main-navigation ul li.focus > ul {
  left: auto;
}
.main-navigation li {
  position: relative;
}
.main-navigation a {
  display: block;
  text-decoration: none;
}
/* Small menu. */
.menu-toggle,
.main-navigation.toggled ul {
  display: block;
}

@media screen and (min-width: 1241px) {
  .menu-toggle {
    display: none;
  }
  .main-navigation ul {
    display: flex;
  }
}
.comment-navigation .nav-links,
.posts-navigation .nav-links,
.post-navigation .nav-links {
  display: flex;
}
.bbl-sticky-header .site-header {
  background: rgba(43, 123, 147, 0.7);
}

.site-header {
  width: 100%;
  position: fixed;
  top: 55px;
  left: 0;
  z-index: 9999;
  padding: 10px 0;
}
@media screen and (max-width: 1440px) {
  .site-header {
    top: 55px;
  }
}
@media screen and (max-width: 1240px) {
  .site-header {
    top: 30px;
  }
}
.site-header .mobile-menu-logo,
.site-header .menu-close {
  display: none;
}
.site-header .header-container {
  max-width: 1710px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
}
@media screen and (max-width: 1790px) {
  .site-header .header-container {
    max-width: 100%;
    margin-right: 64px;
    margin-left: 64px;
  }
}
@media screen and (max-width: 1240px) {
  .site-header .header-container {
    gap: 0;
    margin-right: 50px;
    margin-left: 50px;
  }
}
@media screen and (max-width: 767px) {
  .site-header .header-container {
    margin-right: 50px;
    margin-left: 50px;
  }
}
.site-header .left-part {
  display: flex;
  gap: 40px;
  align-items: center;
}
@media screen and (max-width: 1600px) {
  .site-header .left-part {
    gap: 20px;
  }
}
@media screen and (max-width: 1240px) {
  .site-header .left-part {
    width: 100%;
    justify-content: space-between;
  }
}
.site-header .right-part {
  display: flex;
  gap: 20px;
  align-items: center;
}
@media screen and (max-width: 1600px) {
  .site-header .right-part {
    gap: 15px;
  }
}
@media screen and (max-width: 1260px) {
  .site-header .right-part {
    gap: 8px;
  }
}
.site-header .header-logo-wrapper .header-logo {
  display: flex;
}
.site-header .header-logo-wrapper .header-logo svg {
  display: flex;
  height: auto;
  margin-left: -130px; 
}
@media screen and (max-width: 1500px) {
  .site-header .header-logo-wrapper .header-logo svg {
    max-width: 350px;
    margin-left: -150px; 
  }
}
.site-header .header-menu {
  justify-content: center;
  align-items: center;
  gap: 30px;
}
@media screen and (max-width: 1600px) {
  .site-header .header-menu {
    gap: 20px;
  }
}
@media screen and (max-width: 1400px) {
  .site-header .header-menu {
    gap: 15px;
  }
}
.site-header .header-menu li a {
  color: #FFF;
  font-family: "IBM Plex Sans", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 120%;
  text-transform: uppercase;
}
@media screen and (max-width: 1600px) and (min-width: 1241px) {
  .site-header .header-menu li a {
    font-size: 14px;
  }
}
.site-header .header-menu li a::after {
  content: "";
  width: 8px;
  height: 3px;
  background: transparent;
  transition: background 0.3s linear;
  position: absolute;
  top: -10px;
  left: 0;
}
.site-header .header-menu li a:hover {
  transition: color 0.3s linear;
}
.site-header .header-menu li a:hover::after {
  background: #456e89;
  transition: background 0.3s linear;
}
.site-header .header-menu li.current-menu-item a::after {
  background: #456e89;
  transition: background 0.3s linear;
}
.site-header .header-btn.show-mob,
.site-header .cart-btn.show-mob {
  display: none;
}
@media screen and (max-width: 1240px) {
  .site-header .header-btn,
  .site-header .cart-btn {
    display: none;
  }
}

@media screen and (max-width: 1240px) {
  .menu-toggle {
    display: flex;
    align-items: center;
    justify-content: center;
    border: none;
    outline: none;
    padding: 0;
    cursor: pointer;
    background: transparent;
  }
  .menu-toggle svg {
    display: flex;
  }
  .mobile-menu-opened .mobile-menu-logo,
  .mobile-menu-opened .menu-close,
  .mobile-menu-opened .header-btn.show-mob,
  .mobile-menu-opened .cart-btn.show-mob {
    display: flex;
  }
  .mobile-menu-opened .header-btn.show-mob {
    margin: 50px auto 20px auto;
    display: inline-flex;
  }
  .mobile-menu-opened .cart-btn.show-mob {
    margin: 0 auto;
  }
  .mobile-menu-opened .menu-close {
    cursor: pointer;
    justify-content: center;
    position: absolute;
    bottom: 60px;
    left: 50%;
    transform: translateX(-50%);
    border-radius: 12px;
    border: 1px solid #FFF;
    width: 50px;
    height: 50px;
    align-items: center;
  }
  .mobile-menu-opened .mobile-menu-wrapper {
    position: absolute;
    top: -30px;
    left: -20px;
    width: calc(100% + 40px);
    height: 100vh;
    background: #456e89;
    padding: 0px 40px;
    z-index: 99999;
    text-align: center;
  }
  .mobile-menu-opened .mobile-menu-logo {
    justify-content: center;
    margin-top: 50px;
    margin-bottom: 50px;
  }
  .mobile-menu-opened .mobile-menu-logo a {
    display: flex;
    justify-content: center;
  }
  .mobile-menu-opened .mobile-menu-logo a img {
    display: flex;
    max-width: 150px;
  }
  .mobile-menu-opened .header-menu-container .header-menu {
    display: flex;
    flex-flow: column;
    align-items: center;
    gap: 16px;
  }
  .mobile-menu-opened .header-menu-container .header-menu li {
    width: 100%;
  }
  .mobile-menu-opened .header-menu-container .header-menu li a {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    width: 100%;
    text-align: center;
  }
  .mobile-menu-opened .header-menu-container .header-menu li a::after {
    display: none;
  }
  .mobile-menu-opened .header-menu-container .header-menu li.current-menu-item a {
    color: #000;
  }
}
.site-header .header-logo svg path {
  fill: #FFF;
}

.site-header .mobile-menu-logo svg path {
  fill: #FFF;
}

body.woocommerce.woocommerce-page.single-product {
  margin-top: 160px;
}
@media screen and (max-width: 1240px) {
  body.woocommerce.woocommerce-page.single-product {
    margin-top: 100px;
  }
}
@media screen and (max-width: 550px) {
  body.woocommerce.woocommerce-page.single-product {
    margin-top: 90px;
  }
}

body.woocommerce.woocommerce-page, body.woocommerce-account, body.woocommerce-cart, body.woocommerce-checkout, body.single-post, body.page-template-page-legal {
  margin-top: 200px;
}
@media screen and (max-width: 1240px) {
  body.woocommerce.woocommerce-page, body.woocommerce-account, body.woocommerce-cart, body.woocommerce-checkout, body.single-post, body.page-template-page-legal {
    margin-top: 130px;
  }
}
@media screen and (max-width: 550px) {
  body.woocommerce.woocommerce-page, body.woocommerce-account, body.woocommerce-cart, body.woocommerce-checkout, body.single-post, body.page-template-page-legal {
    margin-top: 110px;
  }
}
body.woocommerce.woocommerce-page:not(.bbl-sticky-header):not(.mobile-menu-opened) .site-header .header-logo svg path, body.woocommerce-account:not(.bbl-sticky-header):not(.mobile-menu-opened) .site-header .header-logo svg path, body.woocommerce-cart:not(.bbl-sticky-header):not(.mobile-menu-opened) .site-header .header-logo svg path, body.woocommerce-checkout:not(.bbl-sticky-header):not(.mobile-menu-opened) .site-header .header-logo svg path, body.single-post:not(.bbl-sticky-header):not(.mobile-menu-opened) .site-header .header-logo svg path, body.page-template-page-legal:not(.bbl-sticky-header):not(.mobile-menu-opened) .site-header .header-logo svg path {
  fill: #231F20;
}
body.woocommerce.woocommerce-page:not(.bbl-sticky-header):not(.mobile-menu-opened) .site-header .header-menu li a, body.woocommerce-account:not(.bbl-sticky-header):not(.mobile-menu-opened) .site-header .header-menu li a, body.woocommerce-cart:not(.bbl-sticky-header):not(.mobile-menu-opened) .site-header .header-menu li a, body.woocommerce-checkout:not(.bbl-sticky-header):not(.mobile-menu-opened) .site-header .header-menu li a, body.single-post:not(.bbl-sticky-header):not(.mobile-menu-opened) .site-header .header-menu li a, body.page-template-page-legal:not(.bbl-sticky-header):not(.mobile-menu-opened) .site-header .header-menu li a {
  color: #1F2937;
}
body.woocommerce.woocommerce-page:not(.bbl-sticky-header):not(.mobile-menu-opened) .site-header .cart-btn, body.woocommerce-account:not(.bbl-sticky-header):not(.mobile-menu-opened) .site-header .cart-btn, body.woocommerce-cart:not(.bbl-sticky-header):not(.mobile-menu-opened) .site-header .cart-btn, body.woocommerce-checkout:not(.bbl-sticky-header):not(.mobile-menu-opened) .site-header .cart-btn, body.single-post:not(.bbl-sticky-header):not(.mobile-menu-opened) .site-header .cart-btn, body.page-template-page-legal:not(.bbl-sticky-header):not(.mobile-menu-opened) .site-header .cart-btn {
  border: 1px solid #1F2937;
}
body.woocommerce.woocommerce-page:not(.bbl-sticky-header):not(.mobile-menu-opened) .site-header .cart-btn:hover, body.woocommerce-account:not(.bbl-sticky-header):not(.mobile-menu-opened) .site-header .cart-btn:hover, body.woocommerce-cart:not(.bbl-sticky-header):not(.mobile-menu-opened) .site-header .cart-btn:hover, body.woocommerce-checkout:not(.bbl-sticky-header):not(.mobile-menu-opened) .site-header .cart-btn:hover, body.single-post:not(.bbl-sticky-header):not(.mobile-menu-opened) .site-header .cart-btn:hover, body.page-template-page-legal:not(.bbl-sticky-header):not(.mobile-menu-opened) .site-header .cart-btn:hover {
  background-color: #1F2937;
}
body.woocommerce.woocommerce-page:not(.bbl-sticky-header):not(.mobile-menu-opened) .site-header .white-btn, body.woocommerce-account:not(.bbl-sticky-header):not(.mobile-menu-opened) .site-header .white-btn, body.woocommerce-cart:not(.bbl-sticky-header):not(.mobile-menu-opened) .site-header .white-btn, body.woocommerce-checkout:not(.bbl-sticky-header):not(.mobile-menu-opened) .site-header .white-btn, body.single-post:not(.bbl-sticky-header):not(.mobile-menu-opened) .site-header .white-btn, body.page-template-page-legal:not(.bbl-sticky-header):not(.mobile-menu-opened) .site-header .white-btn {
  border: 1px solid #1F2937;
}
body.woocommerce.woocommerce-page:not(.bbl-sticky-header):not(.mobile-menu-opened) .site-header .white-btn:hover, body.woocommerce-account:not(.bbl-sticky-header):not(.mobile-menu-opened) .site-header .white-btn:hover, body.woocommerce-cart:not(.bbl-sticky-header):not(.mobile-menu-opened) .site-header .white-btn:hover, body.woocommerce-checkout:not(.bbl-sticky-header):not(.mobile-menu-opened) .site-header .white-btn:hover, body.single-post:not(.bbl-sticky-header):not(.mobile-menu-opened) .site-header .white-btn:hover, body.page-template-page-legal:not(.bbl-sticky-header):not(.mobile-menu-opened) .site-header .white-btn:hover {
  background-color: #1F2937;
}
body.woocommerce.woocommerce-page:not(.bbl-sticky-header):not(.mobile-menu-opened) .site-header .menu-toggle svg line, body.woocommerce-account:not(.bbl-sticky-header):not(.mobile-menu-opened) .site-header .menu-toggle svg line, body.woocommerce-cart:not(.bbl-sticky-header):not(.mobile-menu-opened) .site-header .menu-toggle svg line, body.woocommerce-checkout:not(.bbl-sticky-header):not(.mobile-menu-opened) .site-header .menu-toggle svg line, body.single-post:not(.bbl-sticky-header):not(.mobile-menu-opened) .site-header .menu-toggle svg line, body.page-template-page-legal:not(.bbl-sticky-header):not(.mobile-menu-opened) .site-header .menu-toggle svg line {
  stroke: #1F2937;
}

body.bbl-sticky-header .site-header {
  top: 20px;
  transition: top 0.3s ease-in-out;
}

body .site-header {
  transition: top 0.3s ease-in-out;
}

body.page-template-page-legal {
  margin-top: 150px;
}
@media screen and (max-width: 1240px) {
  body.page-template-page-legal {
    margin-top: 120px;
  }
}
@media screen and (max-width: 550px) {
  body.page-template-page-legal {
    margin-top: 80px;
  }
}
body.page-template-page-legal .entry-content ul,
body.page-template-page-legal .entry-content ol {
  margin: 0 0 1.5em 0;
}

footer.site-footer {
  max-width: 100%;
  margin-right: 50px;
  margin-left: 50px;
  border-radius: 30px;
  background: #456e89;
  color: #FFF;
  padding-top: 30px;
  padding-bottom: 55px;
}
@media screen and (max-width: 1440px) {
  footer.site-footer {
    margin-right: 20px;
    margin-left: 20px;
    padding-top: 100px;
  }
}
@media screen and (max-width: 1024px) {
  footer.site-footer {
    padding-top: 40px;
  }
}
@media screen and (max-width: 550px) {
  footer.site-footer {
    margin-right: 0;
    margin-left: 0;
    border-radius: 0;
  }
}
footer.site-footer .footer-title {
  color: #FFF;
  font-feature-settings: "liga" off, "clig" off;
  font-family: "IBM Plex Sans", sans-serif;
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  text-transform: uppercase;
  margin: 0;
  margin-bottom: 30px;
}
@media screen and (max-width: 1024px) {
  footer.site-footer .footer-title {
    font-size: 18px;
    margin-bottom: 20px;
  }
}
footer.site-footer .footer-group--contact {
  margin-bottom: 0px;
}
@media screen and (max-width: 550px) {
  footer.site-footer .footer-group--contact {
    margin-bottom: 20px;
  }
}
footer.site-footer .footer-group--connect {
  margin-bottom: 119px;
}
@media screen and (max-width: 550px) {
  footer.site-footer .footer-group--connect {
    margin-bottom: 20px;
  }
}
footer.site-footer .footer-link {
  margin: 0;
}
footer.site-footer .footer-link a {
  color: #A5A5A5;
  font-family: "IBM Plex Sans", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 175%;
}
footer.site-footer .footer-link a:hover {
  color: #FFF;
}
footer.site-footer .location-text {
  color: #FFF;
  font-feature-settings: "dlig" on, "liga" off, "clig" off;
  font-family: "IBM Plex Sans", sans-serif;
  font-size: 15px;
  font-style: normal;
  font-weight: 700;
  line-height: 133.079%;
  text-transform: uppercase;
  margin: 0;
}
@media screen and (max-width: 768px) {
  footer.site-footer .location-text {
    font-size: 14px;
  }
}
footer.site-footer .footer-col form {
  max-width: 100%;
  background: transparent;
  padding: 0;
  border-radius: 0;
  border: none;
}
footer.site-footer .footer-form-wrapper {
  width: 100%;
  position: relative;
}
footer.site-footer .footer-form-wrapper input[type=email] {
  background: transparent;
  outline: none;
  border: none;
  font-family: "IBM Plex Sans", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 120%;
  color: #FFF;
  padding: 10px 25px 10px 0px;
  border-bottom: 2px solid #A5A5A5;
  width: 100%;
  border-radius: 0;
}
footer.site-footer .footer-form-wrapper input[type=email]:focus {
  box-shadow: none;
}
footer.site-footer .footer-form-wrapper button[type=submit] {
  padding: 0;
  background: transparent;
  outline: none;
  position: absolute;
  bottom: 8px;
  right: 0;
  border: none;
  cursor: pointer;
}
footer.site-footer .wpcf7 form.invalid .wpcf7-response-output,
footer.site-footer .wpcf7 form.unaccepted .wpcf7-response-output,
footer.site-footer .wpcf7 form.payment-required .wpcf7-response-output,
footer.site-footer .wpcf7 form.sent .wpcf7-response-output {
  padding: 0;
  margin: 0;
  margin-top: 30px;
  border: none;
}
footer.site-footer .wpcf7-not-valid-tip {
  font-size: 14px;
  position: absolute;
  bottom: -35px;
}
footer.site-footer .footer-bottom-row {
  margin-top: 0px;
}
@media screen and (max-width: 1440px) {
  footer.site-footer .footer-bottom-row {
    margin-top: 100px;
  }
}
@media screen and (max-width: 1024px) {
  footer.site-footer .footer-bottom-row {
    margin-top: 80px;
  }
}
@media screen and (max-width: 768px) {
  footer.site-footer .footer-bottom-row {
    margin-top: 40px;
  }
}
footer.site-footer .footer-bottom-row .footer-text-row {
  color: rgba(255, 255, 255, 0.5);
  font-family: "Times New Roman", Times, serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
  padding: 0 40px;
}
@media screen and (max-width: 768px) {
  footer.site-footer .footer-bottom-row .footer-text-row {
    font-size: 14px;
  }
}
footer.site-footer .social-row {
  display: flex;
  gap: 19px;
}
footer.site-footer .social-row a:hover svg .hover {
  fill: #FFF;
  transition: fill 0.3s linear;
}
footer.site-footer .social-row svg .hover {
  transition: fill 0.3s linear;
}
footer.site-footer .footer-link--underline a {
  text-decoration: underline;
}
footer.site-footer .footer-link--underline {
  text-decoration: underline;
  margin-bottom: 3px;
}
footer.site-footer .footer-col-1 {
  margin-bottom: 144px;
}
@media screen and (max-width: 1024px) {
  footer.site-footer .footer-col-1 {
    margin-bottom: 80px;
  }
}
@media screen and (max-width: 550px) {
  footer.site-footer .footer-col-1 {
    margin-bottom: 40px;
  }
}
footer.site-footer .footer-row {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 40px;
}
@media screen and (max-width: 550px) {
  footer.site-footer .footer-row {
    flex-wrap: wrap;
    gap: 20px;
  }
}
footer.site-footer .footer-row .footer-col-2 {
  width: 160px;
  flex-shrink: 0;
}
@media screen and (max-width: 550px) {
  footer.site-footer .footer-row .footer-col-2 {
    width: 100%;
  }
}
footer.site-footer .footer-row .footer-col-3 {
  width: 545px;
}
@media screen and (max-width: 550px) {
  footer.site-footer .footer-row .footer-col-3 {
    width: 100%;
  }
}

/* Posts and pages
--------------------------------------------- */
.sticky {
  display: block;
}

.post,
.page {
  margin: 0;
}

.updated:not(.published) {
  display: none;
}

.page-content,
.entry-content,
.entry-summary {
  margin: 0;
}

.page-links {
  margin: 0;
}

.container-lg {
  max-width: 1818px;
  margin: 0 auto;
}
@media screen and (max-width: 1858px) {
  .container-lg {
    max-width: 100%;
    margin-right: 20px;
    margin-left: 20px;
  }
}

.section-container {
  max-width: 1280px;
  margin: 0 auto;
}
@media screen and (max-width: 1320px) {
  .section-container {
    max-width: 100%;
    margin-right: 20px;
    margin-left: 20px;
  }
}

.container-sm {
  max-width: 1160px;
  margin: 0 auto;
}
@media screen and (max-width: 1200px) {
  .container-sm {
    max-width: 100%;
    margin-right: 20px;
    margin-left: 20px;
  }
}

.blog-container {
  max-width: 1220px;
  margin: 0 auto;
}
@media screen and (max-width: 1260px) {
  .blog-container {
    margin-right: 20px;
    margin-left: 20px;
  }
}

.divider {
  width: 43px;
  height: 3px;
  margin: 0;
  margin-bottom: 35px;
}

.title-h1 {
  color: #FFF;
  font-family: "IBM Plex Sans", sans-serif;
  font-size: 60px;
  font-style: normal;
  font-weight: 900;
  line-height: 100%;
  text-transform: uppercase;
  margin: 0;
  margin-bottom: 35px;
}
@media screen and (max-width: 1024px) {
  .title-h1 {
    font-size: 48px;
  }
}
@media screen and (max-width: 768px) {
  .title-h1 {
    font-size: 40px;
  }
}
@media screen and (max-width: 550px) {
  .title-h1 {
    margin-bottom: 45px;
    font-size: 35px;
  }
}

.title-h2 {
  color: #000;
  font-family: "IBM Plex Sans", sans-serif;
  font-size: 60px;
  font-style: normal;
  font-weight: 900;
  line-height: 100%;
  text-transform: uppercase;
  margin: 0;
}
@media screen and (max-width: 1024px) {
  .title-h2 {
    font-size: 46px;
  }
}
@media screen and (max-width: 768px) {
  .title-h2 {
    font-size: 40px;
  }
}
@media screen and (max-width: 550px) {
  .title-h2 {
    font-size: 35px;
  }
}

.title-h3 {
  color: #000;
  font-family: "IBM Plex Sans", sans-serif;
  font-size: 40px;
  font-style: normal;
  font-weight: 700;
  line-height: 100%;
  text-transform: uppercase;
  margin: 0;
}
@media screen and (max-width: 1024px) {
  .title-h3 {
    font-size: 34px;
  }
}
@media screen and (max-width: 768px) {
  .title-h3 {
    font-size: 30px;
  }
}
@media screen and (max-width: 550px) {
  .title-h3 {
    font-weight: 900;
  }
}

.text {
  color: #000;
  font-family: "Times New Roman", Times, serif;
  font-size: 24px;
  font-style: normal;
  font-weight: 400;
  line-height: 166.667%;
  margin: 0;
}
@media screen and (max-width: 1024px) {
  .text {
    font-size: 22px;
  }
}
@media screen and (max-width: 768px) {
  .text {
    font-size: 20px;
  }
}

.home-top-section {
  clip-path: polygon(0% 0%, 100% 0%, 100% calc(100% - 185px), 0% 100%);
}
@media screen and (max-width: 1024px) {
  .home-top-section {
    clip-path: polygon(0% 0%, 100% 0%, 100% calc(100% - 100px), 0% 100%);
  }
}
@media screen and (max-width: 550px) {
  .home-top-section {
    clip-path: polygon(0% 0%, 100% 0%, 100% calc(100% - 60px), 0% 100%);
  }
}
@media screen and (max-width: 550px) {
  .home-top-section .wp-block-getwid-section__background-holder .wp-block-getwid-section__background {
    background-position-x: -360px !important;
  }
}
.home-top-section .title-h1 {
  max-width: 830px;
}
@media screen and (max-width: 768px) {
  .home-top-section .title-h1 {
    max-width: 540px;
  }
}
.home-top-section .btns-row {
  margin-bottom: 80px;
}
@media screen and (max-width: 768px) {
  .home-top-section .btns-row {
    margin-bottom: 60px;
  }
}
.home-top-section .logos-row {
  display: flex;
  flex-wrap: nowrap;
  gap: 60px;
}
@media screen and (max-width: 768px) {
  .home-top-section .logos-row {
    gap: 35px;
  }
}
@media screen and (max-width: 700px) {
  .home-top-section .logos-row {
    overflow-x: scroll;
    padding-bottom: 10px;
  }
  .home-top-section .logos-row figure {
    width: 108px;
    flex-shrink: 0;
  }
}
.home-top-section .inner {
  min-height: calc(100vh + 180px);
  display: flex;
  align-items: center;
}
.home-top-section .inner > .wp-block-group__inner-container {
  width: 100%;
}
.why-choose-section {
  overflow: hidden;
}
.why-choose-section .inner {
  padding: 195px 0 270px 0;
}
@media screen and (max-width: 1024px) {
  .why-choose-section .inner {
    padding: 100px 0 150px 0;
  }
}
@media screen and (max-width: 768px) {
  .why-choose-section .inner {
    padding: 65px 0 120px 0;
  }
}
@media screen and (max-width: 680px) {
  .why-choose-section .inner {
    padding: 65px 0 65px 0;
  }
}

.title-row.wp-block-group {
  display: flex;
  align-items: flex-start;
  gap: 30px;
}
@media screen and (max-width: 768px) {
  .title-row.wp-block-group {
    gap: 20px;
  }
}
@media screen and (max-width: 650px) {
  .title-row.wp-block-group {
    gap: 10px;
    flex-wrap: wrap;
  }
}
.title-row.wp-block-group .col-title {
  width: 50%;
  z-index: 2;
  position: relative;
}
@media screen and (max-width: 650px) {
  .title-row.wp-block-group .col-title {
    width: 100%;
  }
}
.title-row.wp-block-group .col-deskr {
  width: 50%;
  position: relative;
  z-index: 2;
  padding-top: 37px;
}
@media screen and (max-width: 650px) {
  .title-row.wp-block-group .col-deskr {
    width: 100%;
    padding-top: 0;
  }
}

.title-row--number {
  position: relative;
}
.title-row--number::before {
  content: "01";
  color: rgba(0, 0, 0, 0.04);
  font-family: "IBM Plex Sans", sans-serif;
  font-size: 500px;
  font-style: normal;
  font-weight: 900;
  line-height: 16%;
  text-transform: uppercase;
  position: absolute;
  z-index: 0;
}
@media screen and (max-width: 1440px) {
  .title-row--number::before {
    font-size: 400px;
  }
}
@media screen and (max-width: 1024px) {
  .title-row--number::before {
    font-size: 300px;
  }
}
@media screen and (max-width: 768px) {
  .title-row--number::before {
    font-size: 200px;
  }
}
@media screen and (max-width: 650px) {
  .title-row--number::before {
    display: none;
  }
}

.title-deskr-row.wp-block-group {
  display: flex;
  align-items: flex-start;
  gap: 30px;
  margin-bottom: 90px;
}
@media screen and (max-width: 768px) {
  .title-deskr-row.wp-block-group {
    gap: 20px;
    margin-bottom: 40px;
  }
}
@media screen and (max-width: 650px) {
  .title-deskr-row.wp-block-group {
    gap: 40px;
    flex-wrap: wrap;
  }
}
.title-deskr-row.wp-block-group .title-h3 {
  margin-bottom: 10px;
}
.title-deskr-row.wp-block-group .col-title {
  width: 50%;
  z-index: 2;
  position: relative;
}
@media screen and (max-width: 650px) {
  .title-deskr-row.wp-block-group .col-title {
    width: 100%;
  }
}
.title-deskr-row.wp-block-group .col-deskr {
  width: 50%;
  position: relative;
  z-index: 2;
}
@media screen and (max-width: 650px) {
  .title-deskr-row.wp-block-group .col-deskr {
    width: 100%;
  }
}

.title-deskr-row--dot {
  position: relative;
}
.title-deskr-row--dot::before {
  content: "";
  width: 21px;
  height: 21px;
  border-radius: 50%;
  background: #456e89;
  position: absolute;
  left: 0;
  top: -63px;
  position: absolute;
  z-index: 0;
}
@media screen and (max-width: 1024px) {
  .title-deskr-row--dot::before {
    width: 15px;
    height: 15px;
    top: -30px;
  }
}
@media screen and (max-width: 650px) {
  .title-deskr-row--dot::before {
    display: none;
  }
}

.title-row--number-one {
  margin-bottom: 192px;
}
@media screen and (max-width: 1024px) {
  .title-row--number-one {
    margin-bottom: 80px;
  }
}
@media screen and (max-width: 550px) {
  .title-row--number-one {
    margin-bottom: 40px;
  }
}
.title-row--number-one::before {
  left: -220px;
  top: 70px;
}
@media screen and (max-width: 1440px) {
  .title-row--number-one::before {
    top: 50px;
    left: -120px;
  }
}
@media screen and (max-width: 1024px) {
  .title-row--number-one::before {
    left: -20px;
  }
}

.title-row--number-two {
  margin-top: 220px;
}
.title-row--number-two .title-h2 {
  max-width: 300px;
}
.title-row--number-two .text {
  max-width: 500px;
}
@media screen and (max-width: 1440px) {
  .title-row--number-two {
    margin-top: 180px;
  }
}
@media screen and (max-width: 1024px) {
  .title-row--number-two {
    margin-top: 80px;
  }
}
@media screen and (max-width: 550px) {
  .title-row--number-two {
    margin-top: 40px;
  }
}
.title-row--number-two::before {
  content: "02";
  right: -220px;
  top: 70px;
}
@media screen and (max-width: 1440px) {
  .title-row--number-two::before {
    top: 50px;
    right: -120px;
  }
}
@media screen and (max-width: 1024px) {
  .title-row--number-two::before {
    right: -20px;
  }
}

.title-row--number-three {
  margin-bottom: 140px;
}
@media screen and (max-width: 1440px) {
  .title-row--number-three {
    margin-bottom: 100px;
  }
}
@media screen and (max-width: 1024px) {
  .title-row--number-three {
    margin-bottom: 80px;
  }
}
.title-row--number-three::before {
  content: "03";
  left: -220px;
  top: 32px;
  z-index: 1;
  color: rgba(255, 255, 255, 0.04);
}
@media screen and (max-width: 1440px) {
  .title-row--number-three::before {
    top: 50px;
    left: -120px;
  }
}
@media screen and (max-width: 1024px) {
  .title-row--number-three::before {
    left: -20px;
  }
}

.img-text-block {
  max-width: 1500px;
  margin: 0 auto 200px auto;
}
@media screen and (max-width: 1540px) {
  .img-text-block {
    max-width: 100%;
    margin-right: 20px;
    margin-left: 20px;
  }
}
@media screen and (max-width: 1440px) {
  .img-text-block {
    margin-bottom: 250px;
  }
}
@media screen and (max-width: 768px) {
  .img-text-block {
    margin-bottom: 180px;
  }
}
@media screen and (max-width: 550px) {
  .img-text-block {
    margin-bottom: 130px;
  }
}
.img-text-block .row {
  display: flex;
  gap: 128px;
  align-items: center;
}
@media screen and (max-width: 1400px) {
  .img-text-block .row {
    gap: 80px;
  }
}
@media screen and (max-width: 768px) {
  .img-text-block .row {
    gap: 20px;
  }
}
@media screen and (max-width: 680px) {
  .img-text-block .row {
    flex-wrap: wrap;
    gap: 50px;
  }
}
.img-text-block .row .col-img {
  width: 658px;
}
@media screen and (max-width: 1200px) {
  .img-text-block .row .col-img {
    width: 50%;
  }
}
@media screen and (max-width: 680px) {
  .img-text-block .row .col-img {
    width: 100%;
  }
}
.img-text-block .row .col-img .video {
  border-radius: 30px;
  overflow: hidden;
}
.img-text-block .row .col-img .video video {
  height: 987px;
  object-fit: cover;
}
@media screen and (max-width: 1024px) {
  .img-text-block .row .col-img .video video {
    height: 750px;
  }
}
@media screen and (max-width: 768px) {
  .img-text-block .row .col-img .video video {
    height: 580px;
  }
}
@media screen and (max-width: 550px) {
  .img-text-block .row .col-img .video video {
    height: 350px;
  }
}
.img-text-block .row .col-img .slider-inner-image {
  border-radius: 30px;
  overflow: hidden;
  height: 987px;
  object-fit: cover;
}
@media screen and (max-width: 1024px) {
  .img-text-block .row .col-img .slider-inner-image {
    height: 750px;
  }
}
@media screen and (max-width: 768px) {
  .img-text-block .row .col-img .slider-inner-image {
    height: 580px;
  }
}
@media screen and (max-width: 550px) {
  .img-text-block .row .col-img .slider-inner-image {
    height: 350px;
  }
}
.img-text-block .row .col-img .video {
  border-radius: 30px;
  overflow: hidden;
}
.img-text-block .row .col-img .video video {
  height: 987px;
  object-fit: cover;
}
@media screen and (max-width: 1024px) {
  .img-text-block .row .col-img .video video {
    height: 750px;
  }
}
@media screen and (max-width: 768px) {
  .img-text-block .row .col-img .video video {
    height: 580px;
  }
}
@media screen and (max-width: 550px) {
  .img-text-block .row .col-img .video video {
    height: 350px;
  }
}
.img-text-block .row .col-text {
  width: 506px;
}
@media screen and (max-width: 768px) {
  .img-text-block .row .col-text {
    width: 50%;
  }
}
@media screen and (max-width: 680px) {
  .img-text-block .row .col-text {
    width: 100%;
  }
}
.img-text-block .row .col-text .hiw-slider-nav-item {
  cursor: pointer;
}
.img-text-block .row .col-text > .wp-block-group__inner-container {
  display: flex;
  flex-flow: column;
  gap: 120px;
}
@media screen and (max-width: 1400px) {
  .img-text-block .row .col-text > .wp-block-group__inner-container {
    gap: 40px;
  }
}
.img-text-block .row .col-text .title-h3 {
  position: relative;
  margin-bottom: 15px;
}
@media screen and (max-width: 768px) {
  .img-text-block .row .col-text .title-h3 {
    margin-bottom: 10px;
  }
}
.img-text-block .row .col-text .title-h3::before {
  content: "";
  height: 3px;
  width: 22px;
  background: #456e89;
  position: absolute;
  left: -49px;
  top: 16px;
  transition: width 0.1s ease;
}
@media screen and (max-width: 768px) {
  .img-text-block .row .col-text .title-h3::before {
    left: 0;
    top: -16px;
  }
}
.img-text-block .row .col-text .active .title-h3::before {
  content: "";
  height: 3px;
  width: 222px;
  background: #456e89;
  position: absolute;
  left: -249px;
  top: 16px;
  transition: width 0.6s ease;
  z-index: 999;
}
@media screen and (max-width: 768px) {
  .img-text-block .row .col-text .active .title-h3::before {
    left: 0;
    top: -16px;
  }
}

.featured-protocols-section {
  max-width: 100%;
  margin-right: 50px;
  margin-left: 50px;
  border-radius: 30px;
  background: #000;
  color: #FFF;
  overflow: hidden;
}
.featured-protocols-section .text a {
  margin-top: 10px;
  color: #456e89;
  text-decoration: none;
}
.featured-protocols-section .text a:hover, .featured-protocols-section .text a:visited {
  text-decoration: underline;
}
.featured-protocols-section .inner {
  padding-top: 237px;
  padding-bottom: 200px;
}
@media screen and (max-width: 1440px) {
  .featured-protocols-section .inner {
    padding-top: 200px;
    padding-bottom: 200px;
  }
}
@media screen and (max-width: 1024px) {
  .featured-protocols-section .inner {
    padding-top: 128px;
    padding-bottom: 128px;
  }
}
@media screen and (max-width: 1440px) {
  .featured-protocols-section {
    margin-right: 20px;
    margin-left: 20px;
  }
}
@media screen and (max-width: 550px) {
  .featured-protocols-section {
    margin-right: 0;
    margin-left: 0;
    border-radius: 0;
  }
}
.featured-protocols-section .img-row {
  display: flex;
  gap: 32px;
  align-items: flex-start;
}
@media screen and (max-width: 680px) {
  .featured-protocols-section .img-row {
    gap: 40px;
    flex-wrap: wrap;
  }
}
.featured-protocols-section .img-row:not(:last-child) {
  margin-bottom: 124px;
}
@media screen and (max-width: 1024px) {
  .featured-protocols-section .img-row:not(:last-child) {
    margin-bottom: 60px;
  }
}
@media screen and (max-width: 680px) {
  .featured-protocols-section .img-row:not(:last-child) {
    margin-bottom: 40px;
  }
}
.featured-protocols-section .img-row .col {
  width: 50%;
}
@media screen and (max-width: 680px) {
  .featured-protocols-section .img-row .col {
    width: 100%;
  }
}
.featured-protocols-section .img-row .col .title-h3 {
  margin-bottom: 15px;
}
.featured-protocols-section .img-row .col .img,
.featured-protocols-section .img-row .col .video {
  border-radius: 20px;
  overflow: hidden;
  margin-bottom: 60px;
}
@media screen and (max-width: 1024px) {
  .featured-protocols-section .img-row .col .img,
  .featured-protocols-section .img-row .col .video {
    margin-bottom: 50px;
  }
}
.featured-protocols-section .img-row .col .img img,
.featured-protocols-section .img-row .col .img video,
.featured-protocols-section .img-row .col .video img,
.featured-protocols-section .img-row .col .video video {
  width: 100%;
  height: 378px;
  object-fit: cover;
  border-radius: 20px;
}
@media screen and (max-width: 1024px) {
  .featured-protocols-section .img-row .col .img img,
  .featured-protocols-section .img-row .col .img video,
  .featured-protocols-section .img-row .col .video img,
  .featured-protocols-section .img-row .col .video video {
    height: 350px;
  }
}

.title-row--number-four {
  margin-top: 240px;
  margin-bottom: 156px;
}
@media screen and (max-width: 1024px) {
  .title-row--number-four {
    margin-bottom: 80px;
    margin-top: 120px;
  }
}
@media screen and (max-width: 768px) {
  .title-row--number-four {
    margin-top: 105px;
  }
}
@media screen and (max-width: 550px) {
  .title-row--number-four {
    margin-bottom: 60px;
  }
}
.title-row--number-four::before {
  content: "04";
  left: -220px;
  top: 15px;
}
@media screen and (max-width: 1440px) {
  .title-row--number-four::before {
    top: 50px;
    left: -120px;
  }
}
@media screen and (max-width: 1024px) {
  .title-row--number-four::before {
    left: -20px;
  }
}

.slider-section {
  overflow: hidden;
  margin-bottom: 215px;
}
@media screen and (max-width: 1440px) {
  .slider-section {
    margin-bottom: 180px;
  }
}
@media screen and (max-width: 1024px) {
  .slider-section {
    margin-bottom: 100px;
  }
}
@media screen and (max-width: 550px) {
  .slider-section {
    margin-bottom: 80px;
  }
}

.footer-text-row a {
  text-decoration: underline;
  color: rgba(255, 255, 255, 0.5);
  display: inline;
}
.footer-text-row a:hover, .footer-text-row a:visited {
  text-decoration: none;
}

.page-template-page-legal .section-container p a, .page-template-page-legal .section-container li a {
  color: #456e89;
  text-decoration: none;
  display: inline;
}
.page-template-page-legal .section-container p a:hover, .page-template-page-legal .section-container p a:visited, .page-template-page-legal .section-container li a:hover, .page-template-page-legal .section-container li a:visited {
  text-decoration: underline;
}

.wc-block-components-checkbox a {
  color: #456e89;
  text-decoration: none;
  display: inline;
}
.wc-block-components-checkbox a:hover, .wc-block-components-checkbox a:visited {
  text-decoration: underline;
}

.wellness-insights-swiper.swiper {
  overflow: visible;
}
.wellness-insights-swiper.swiper .swiper-slide {
  transition: opacity 0.3s linear;
  opacity: 0.3;
  user-select: none;
}
.wellness-insights-swiper.swiper .text a {
  margin-top: 10px;
  color: #456e89;
  text-decoration: none;
}
.wellness-insights-swiper.swiper .text a:hover, .wellness-insights-swiper.swiper .text a:visited {
  text-decoration: underline;
}
.wellness-insights-swiper.swiper .swiper-slide-active,
.wellness-insights-swiper.swiper .swiper-slide-next {
  transition: opacity 0.3s linear;
  opacity: 1;
}
.wellness-insights-swiper.swiper .title-h3 {
  margin-bottom: 15px;
}
.wellness-insights-swiper.swiper .img,
.wellness-insights-swiper.swiper .video {
  border-radius: 20px;
  overflow: hidden;
  margin-bottom: 60px;
}
@media screen and (max-width: 1024px) {
  .wellness-insights-swiper.swiper .img,
  .wellness-insights-swiper.swiper .video {
    margin-bottom: 50px;
  }
}
.wellness-insights-swiper.swiper .img img,
.wellness-insights-swiper.swiper .img video,
.wellness-insights-swiper.swiper .video img,
.wellness-insights-swiper.swiper .video video {
  width: 100%;
  height: 378px;
  object-fit: cover;
  border-radius: 20px;
}
@media screen and (max-width: 1024px) {
  .wellness-insights-swiper.swiper .img img,
  .wellness-insights-swiper.swiper .img video,
  .wellness-insights-swiper.swiper .video img,
  .wellness-insights-swiper.swiper .video video {
    height: 350px;
  }
}

.subscribe-section {
  border-radius: 30px;
  background: rgba(0, 0, 0, 0.05);
  max-width: 100%;
  margin-right: 50px;
  margin-left: 50px;
  padding-top: 120px;
  padding-bottom: 120px;
  margin-bottom: 40px;
}
.subscribe-section form {
  max-width: 100%;
  background: transparent !important;
  padding: 0 !important;
  border-radius: 0 !important;
  border: none !important;
}
.subscribe-section.section-black-cta {
  padding: 0;
  background: #000;
  overflow: hidden;
}
.subscribe-section.section-cta .row {
  display: flex;
  justify-content: space-between;
  align-items: center;
  justify-content: center;
  gap: 20px;
}
@media screen and (max-width: 700px) {
  .subscribe-section.section-cta .row {
    flex-wrap: wrap;
    gap: 30px;
  }
}
.subscribe-section.section-cta .row .col-title {
  display: flex;
  width: 100%;
  justify-content: center;
}
@media screen and (max-width: 1024px) {
  .subscribe-section.section-cta .row .col-title .title-h2 {
    width: 100%;
  }
}
@media screen and (max-width: 700px) {
  .subscribe-section.section-cta .row .col-title {
    width: 100%;
  }
}
.subscribe-section.section-cta .row .col-form {
  display: flex;
  width: 100%;
  justify-content: center;
}
@media screen and (max-width: 700px) {
  .subscribe-section.section-cta .row .col-form {
    width: 100%;
  }
}
@media screen and (max-width: 1440px) {
  .subscribe-section {
    margin-right: 20px;
    margin-left: 20px;
  }
}
@media screen and (max-width: 1024px) {
  .subscribe-section {
    padding: 80px 0;
  }
}
@media screen and (max-width: 550px) {
  .subscribe-section {
    margin-right: 0;
    margin-left: 0;
    border-radius: 0;
    padding: 40px 0;
  }
}
.subscribe-section .row {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  gap: 20px;
}
@media screen and (max-width: 700px) {
  .subscribe-section .row {
    flex-wrap: wrap;
    gap: 30px;
  }
}
.subscribe-section .row .col-title {
  width: 460px;
}
@media screen and (max-width: 1024px) {
  .subscribe-section .row .col-title .title-h2 {
    max-width: 340px;
  }
}
@media screen and (max-width: 700px) {
  .subscribe-section .row .col-title {
    width: 100%;
  }
}
.subscribe-section .row .col-form {
  width: 540px;
}
@media screen and (max-width: 700px) {
  .subscribe-section .row .col-form {
    width: 100%;
  }
}

.subscribe-form-wrapper .form-row {
  display: flex;
  gap: 32px;
  position: relative;
  width: 100%;
}
@media screen and (max-width: 768px) {
  .subscribe-form-wrapper .form-row {
    gap: 10px;
  }
}
.subscribe-form-wrapper .form-row input[type=email] {
  border-radius: 34px;
  border: 1px solid #000;
  background: transparent;
  color: #000;
  font-family: "IBM Plex Sans", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  padding: 24px 30px;
  outline: none;
  width: 100%;
}
.subscribe-form-wrapper .form-row input[type=email]:focus {
  border-color: #456e89;
}
.subscribe-form-wrapper .form-row input[type=email]::placeholder {
  text-transform: uppercase;
  color: #000;
}
@media screen and (max-width: 768px) {
  .subscribe-form-wrapper .form-row input[type=email] {
    padding: 20px;
    font-size: 14px;
  }
}
.subscribe-form-wrapper .form-row .form-btn {
  width: 64px;
  height: 64px;
  padding: 0;
  border: none;
  background: transparent;
  outline: none;
  border-radius: 50%;
  cursor: pointer;
  display: flex;
}
@media screen and (max-width: 768px) {
  .subscribe-form-wrapper .form-row .form-btn {
    width: 57px;
    height: 57px;
  }
}
.subscribe-form-wrapper .form-row .form-btn svg {
  display: flex;
}
@media screen and (max-width: 768px) {
  .subscribe-form-wrapper .form-row .form-btn svg {
    width: 57px;
    height: 57px;
  }
}
.subscribe-form-wrapper .form-row .form-btn svg rect {
  transition: fill 0.3s linear;
}
.subscribe-form-wrapper .form-row .form-btn:hover svg rect {
  fill: #000;
  transition: fill 0.3s linear;
}
.subscribe-form-wrapper .wpcf7-not-valid-tip {
  font-size: 14px;
  position: absolute;
  bottom: -25px;
  left: 30px;
}
@media screen and (max-width: 768px) {
  .subscribe-form-wrapper .wpcf7-not-valid-tip {
    left: 20px;
  }
}

.wpcf7 form.invalid .wpcf7-response-output,
.wpcf7 form.unaccepted .wpcf7-response-output,
.wpcf7 form.payment-required .wpcf7-response-output,
.wpcf7 form.sent .wpcf7-response-output {
  padding: 0;
  margin: 0;
  margin-top: 30px;
  border: none;
}

.about-top-section {
  margin: 40px;
  max-width: 100%;
  border-radius: 40px;
  overflow: hidden;
}
@media screen and (max-width: 1240px) {
  .about-top-section {
    margin: 20px;
  }
}
.about-top-section > .wp-block-getwid-section__wrapper > .wp-block-getwid-section__inner-wrapper > .wp-block-getwid-section__content {
  padding-top: 240px;
  padding-bottom: 170px;
  max-width: 1131px;
  margin: 0 auto;
}
@media screen and (max-width: 550px) {
  .about-top-section > .wp-block-getwid-section__wrapper > .wp-block-getwid-section__inner-wrapper > .wp-block-getwid-section__content {
    padding-top: 80px;
    padding-bottom: 40px;
    padding-left: 10px;
    padding-right: 10px;
  }
}
.about-top-section h1 {
  color: #FFF;
  text-align: center;
  font-family: IBM Plex Sans;
  font-size: 60px;
  font-style: normal;
  font-weight: 700;
  line-height: 100%;
  margin-bottom: 40px;
}
@media screen and (max-width: 550px) {
  .about-top-section h1 {
    font-size: 40px;
  }
}
.about-top-section p {
  max-width: 1045px;
  margin: 0 auto;
  color: rgba(255, 255, 255, 0.9);
  text-align: center;
  font-family: IBM Plex Sans;
  font-size: 24px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  margin-bottom: 24px;
}
@media screen and (max-width: 550px) {
  .about-top-section p {
    font-size: 20px;
  }
}

.fullwidth-text-section {
  margin: 40px;
  max-width: 100%;
  border-radius: 40px;
  overflow: hidden;
}
@media screen and (max-width: 1240px) {
  .fullwidth-text-section {
    margin: 20px;
  }
}
.fullwidth-text-section > .wp-block-getwid-section__wrapper > .wp-block-getwid-section__inner-wrapper > .wp-block-getwid-section__content {
  padding-top: 80px;
  padding-bottom: 80px;
  max-width: 1052px;
  margin: 0 auto;
}
@media screen and (max-width: 550px) {
  .fullwidth-text-section > .wp-block-getwid-section__wrapper > .wp-block-getwid-section__inner-wrapper > .wp-block-getwid-section__content {
    padding-top: 40px;
    padding-bottom: 40px;
    padding-left: 10px;
    padding-right: 10px;
  }
}
.fullwidth-text-section h2 {
  color: #FFF;
  text-align: center;
  font-family: IBM Plex Sans;
  font-size: 36px;
  font-style: normal;
  font-weight: 700;
  line-height: 111%;
}
@media screen and (max-width: 550px) {
  .fullwidth-text-section h2 {
    font-size: 32px;
  }
}
.fullwidth-text-section p {
  color: #FFF;
  text-align: center;
  font-family: IBM Plex Sans;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 166.667%;
}
@media screen and (max-width: 550px) {
  .fullwidth-text-section p {
    font-size: 16px;
  }
}

.columns-with-title > .wp-block-getwid-section__wrapper > .wp-block-getwid-section__inner-wrapper > .wp-block-getwid-section__content {
  max-width: 1280px;
  margin: 0 auto;
  padding: 80px 0 80px 0;
}
@media screen and (max-width: 1320px) {
  .columns-with-title > .wp-block-getwid-section__wrapper > .wp-block-getwid-section__inner-wrapper > .wp-block-getwid-section__content {
    padding: 80px 20px 80px 20px;
  }
}
.columns-with-title h2 {
  color: #111827;
  text-align: center;
  font-family: IBM Plex Sans;
  font-size: 36px;
  font-style: normal;
  font-weight: 700;
  line-height: 111.111%;
  margin-top: 0;
  margin-bottom: 50px;
}
.columns-with-title .row-4-columns {
  gap: 32px;
}
@media screen and (max-width: 1000px) {
  .columns-with-title .row-4-columns {
    flex-wrap: wrap;
    justify-content: center;
  }
}
@media screen and (max-width: 550px) {
  .columns-with-title .row-4-columns {
    gap: 20px;
  }
}
.columns-with-title .row-4-columns .col-card {
  width: 296px;
  padding: 33px 33px 66px 33px;
  border-radius: 12px;
  border: 1px solid #F3F4F6;
  background: #FFF;
  box-shadow: 0 4px 6px 0 rgba(0, 0, 0, 0.1), 0 10px 15px 0 rgba(0, 0, 0, 0.1);
  align-self: stretch;
}
@media screen and (max-width: 670px) {
  .columns-with-title .row-4-columns .col-card {
    width: 100%;
  }
}
@media screen and (max-width: 550px) {
  .columns-with-title .row-4-columns .col-card {
    padding: 20px;
  }
}
.columns-with-title .row-4-columns .col-card > div {
  display: flex;
  flex-flow: column;
  justify-content: space-between;
  height: 100%;
}
.columns-with-title .row-4-columns .col-card .image-title-group h4 {
  color: #111827;
  font-family: IBM Plex Sans;
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}
.columns-with-title .row-4-columns .col-card p {
  color: #374151;
  font-family: IBM Plex Sans;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}

.about-steps-section {
  margin-top: 80px;
  margin-bottom: 80px;
}
@media screen and (max-width: 600px) {
  .about-steps-section {
    margin-top: 30px;
    margin-bottom: 30px;
  }
}
.about-steps-section > .wp-block-getwid-section__wrapper > .wp-block-getwid-section__inner-wrapper > .wp-block-getwid-section__content {
  max-width: 1320px;
  margin: 0 auto;
}
@media screen and (max-width: 1320px) {
  .about-steps-section > .wp-block-getwid-section__wrapper > .wp-block-getwid-section__inner-wrapper > .wp-block-getwid-section__content {
    padding-left: 30px;
    padding-right: 30px;
  }
}
.about-steps-section .row {
  position: relative;
  padding-left: 255px;
}
@media screen and (max-width: 600px) {
  .about-steps-section .row {
    padding-left: 0;
  }
}
.about-steps-section .row .inner-content {
  position: relative;
  max-width: 615px;
}
.about-steps-section .row .inner-content::before {
  content: "01";
  display: block;
  position: absolute;
  left: -255px;
  top: -110px;
  color: rgba(17, 24, 39, 0.16);
  font-family: "IBM Plex Sans";
  font-size: 240px;
  font-style: normal;
  font-weight: 800;
  line-height: normal;
}
@media screen and (max-width: 600px) {
  .about-steps-section .row .inner-content::before {
    display: none;
  }
}
.about-steps-section .row .inner-content h2 {
  color: #111827;
  font-family: IBM Plex Sans;
  font-size: 36px;
  font-style: normal;
  font-weight: 700;
  line-height: 111.111%;
}
.about-steps-section .row .inner-content p {
  color: #374151;
  font-family: IBM Plex Sans;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 140%;
}
.about-steps-section .row.row-align-right {
  justify-content: flex-end;
}
.about-steps-section .row.row-01 {
  margin-top: 60px;
}
@media screen and (max-width: 600px) {
  .about-steps-section .row.row-01 {
    margin-top: 0px;
  }
}
.about-steps-section .row.row-02 {
  margin-top: 150px;
}
@media screen and (max-width: 600px) {
  .about-steps-section .row.row-02 {
    margin-top: 20px;
  }
}
.about-steps-section .row.row-03 {
  margin-top: 100px;
}
@media screen and (max-width: 600px) {
  .about-steps-section .row.row-03 {
    margin-top: 20px;
  }
}
.about-steps-section .row.row-02 .inner-content::before {
  content: "02";
}
.about-steps-section .row.row-03 .inner-content::before {
  content: "03";
}

.hiw-arrows-section {
  margin-top: 80px;
  margin-bottom: 80px;
}
@media screen and (max-width: 600px) {
  .hiw-arrows-section {
    margin-top: 30px;
    margin-bottom: 30px;
  }
}
.hiw-arrows-section > .wp-block-getwid-section__wrapper > .wp-block-getwid-section__inner-wrapper > .wp-block-getwid-section__content {
  max-width: 1320px;
  margin: 0 auto;
}
@media screen and (max-width: 1320px) {
  .hiw-arrows-section > .wp-block-getwid-section__wrapper > .wp-block-getwid-section__inner-wrapper > .wp-block-getwid-section__content {
    padding-left: 30px;
    padding-right: 30px;
  }
}
.hiw-arrows-section .row {
  position: relative;
  gap: 10px;
}
@media screen and (max-width: 670px) {
  .hiw-arrows-section .row:not(:last-child) {
    margin-bottom: 40px;
  }
}
@media screen and (max-width: 670px) {
  .hiw-arrows-section .row .arrow-img {
    display: none;
  }
}
.hiw-arrows-section .row .inner-content {
  max-width: 570px;
}
@media screen and (max-width: 670px) {
  .hiw-arrows-section .row .inner-content {
    width: 100%;
  }
}
.hiw-arrows-section .row .inner-content img {
  margin-bottom: 25px;
}
.hiw-arrows-section .row .inner-content h4 {
  margin: 0;
  color: #000;
  text-align: center;
  font-family: IBM Plex Sans;
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  margin-bottom: 16px;
}
.hiw-arrows-section .row .inner-content p {
  margin: 0;
  color: #000;
  text-align: center;
  font-family: IBM Plex Sans;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
.hiw-arrows-section .row.row-align-right {
  justify-content: flex-end;
}
.hiw-arrows-section .row.row4 .arrow-img {
  margin-right: 30px;
}

.columns-with-title.with-3-cards > .wp-block-getwid-section__wrapper > .wp-block-getwid-section__inner-wrapper > .wp-block-getwid-section__content {
  max-width: 1024px;
  margin: 0 auto;
  padding: 80px 0 80px 0;
}
@media screen and (max-width: 1320px) {
  .columns-with-title.with-3-cards > .wp-block-getwid-section__wrapper > .wp-block-getwid-section__inner-wrapper > .wp-block-getwid-section__content {
    padding: 80px 20px 80px 20px;
  }
}
.columns-with-title.with-3-cards h2 {
  color: #111827;
  text-align: center;
  font-family: IBM Plex Sans;
  font-size: 36px;
  font-style: normal;
  font-weight: 700;
  line-height: 111.111%;
  margin-top: 0;
  margin-bottom: 50px;
}
.columns-with-title.with-3-cards .row-3-columns {
  gap: 32px;
  justify-content: center;
}
@media screen and (max-width: 1000px) {
  .columns-with-title.with-3-cards .row-3-columns {
    flex-wrap: wrap;
    justify-content: center;
  }
}
@media screen and (max-width: 550px) {
  .columns-with-title.with-3-cards .row-3-columns {
    gap: 20px;
  }
}
.columns-with-title.with-3-cards .row-3-columns .col-card {
  width: 320px;
  padding: 25px;
  border-radius: 12px;
  border: 1px solid #F3F4F6;
  background: #FFF;
  box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.1), 0 4px 6px 0 rgba(0, 0, 0, 0.1);
  align-self: stretch;
}
@media screen and (max-width: 670px) {
  .columns-with-title.with-3-cards .row-3-columns .col-card {
    width: 100%;
  }
}
@media screen and (max-width: 550px) {
  .columns-with-title.with-3-cards .row-3-columns .col-card {
    padding: 20px;
  }
}
.columns-with-title.with-3-cards .row-3-columns .col-card > div {
  display: flex;
  flex-flow: column;
  justify-content: space-between;
  height: 100%;
}
.columns-with-title.with-3-cards .row-3-columns .col-card .image-title-group h4 {
  color: #111827;
  font-family: IBM Plex Sans;
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  margin: 20px auto;
}
.columns-with-title.with-3-cards .row-3-columns .col-card p {
  color: #374151;
  font-family: IBM Plex Sans;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  margin-bottom: 20px;
}
.columns-with-title.with-3-cards .row-3-columns .col-card .btn.btn-orange {
  width: 100%;
}
.columns-with-title.with-3-cards .row-3-columns .col-card .btn.btn-orange a {
  width: 100%;
  border-radius: 9999px;
  border: 1px solid #FF7E50;
  background: #FFF;
  color: #FF7E50;
  text-align: center;
  font-family: "IBM Plex Sans", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  transition: background 0.3s linear, color 0.3s linear;
}
.columns-with-title.with-3-cards .row-3-columns .col-card .btn.btn-orange a:hover {
  background: #FF7E50 !important;
  color: #FFF;
  transition: background 0.3s linear, color 0.3s linear;
}

.cta-section > .wp-block-getwid-section__wrapper > .wp-block-getwid-section__inner-wrapper > .wp-block-getwid-section__content {
  padding-top: 80px;
  padding-bottom: 80px;
  max-width: 768px;
  margin: 0 auto;
}
@media screen and (max-width: 800px) {
  .cta-section > .wp-block-getwid-section__wrapper > .wp-block-getwid-section__inner-wrapper > .wp-block-getwid-section__content {
    padding-top: 40px;
    padding-bottom: 40px;
    padding-left: 10px;
    padding-right: 10px;
  }
}
.cta-section h2 {
  color: #FFF;
  text-align: center;
  font-family: IBM Plex Sans;
  font-size: 36px;
  font-style: normal;
  font-weight: 700;
  line-height: 111%;
}
@media screen and (max-width: 550px) {
  .cta-section h2 {
    font-size: 32px;
  }
}
.cta-section p {
  color: #FFF;
  text-align: center;
  font-family: IBM Plex Sans;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 166.667%;
}
@media screen and (max-width: 550px) {
  .cta-section p {
    font-size: 16px;
  }
}
.cta-section p.small-descr {
  color: #9CA3AF;
  text-align: center;
  font-family: IBM Plex Sans;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 142.857%;
}
.cta-section .transparent-btn a {
  color: #FFF;
  border: 1px solid transparent;
  border-radius: 40px;
  text-align: center;
  font-family: IBM Plex Sans;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 24px;
  text-transform: none;
  background: transparent;
}
.cta-section .transparent-btn a:hover {
  border-radius: 40px;
  border: 1px solid white;
}

.disclaimer-section {
  margin-top: 40px;
  margin-bottom: 80px;
}
@media screen and (max-width: 600px) {
  .disclaimer-section {
    margin-top: 30px;
    margin-bottom: 30px;
  }
}
.disclaimer-section > .wp-block-getwid-section__wrapper > .wp-block-getwid-section__inner-wrapper > .wp-block-getwid-section__content {
  max-width: 840px;
  margin: 0 auto;
}
@media screen and (max-width: 1320px) {
  .disclaimer-section > .wp-block-getwid-section__wrapper > .wp-block-getwid-section__inner-wrapper > .wp-block-getwid-section__content {
    padding-left: 30px;
    padding-right: 30px;
  }
}
.disclaimer-section .inner-content {
  position: relative;
  width: 100%;
}
.disclaimer-section .inner-content h4 {
  color: #374151;
  font-family: IBM Plex Sans;
  font-size: 14px;
  font-style: normal;
  font-weight: 700;
  line-height: 142.857%;
}
.disclaimer-section .inner-content p {
  color: #4B5563;
  font-family: IBM Plex Sans;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 166.667%;
}
.disclaimer-section .inner-content img {
  position: absolute;
  left: -56px;
  top: 0;
}
@media screen and (max-width: 1000px) {
  .disclaimer-section .inner-content img {
    left: 0;
    position: relative;
  }
}

.consultation-plans > .wp-block-getwid-section__wrapper > .wp-block-getwid-section__inner-wrapper > .wp-block-getwid-section__content {
  max-width: 1200px;
  margin: 0 auto;
  padding: 80px 0 0px 0;
}
@media screen and (max-width: 1320px) {
  .consultation-plans > .wp-block-getwid-section__wrapper > .wp-block-getwid-section__inner-wrapper > .wp-block-getwid-section__content {
    padding: 80px 20px 0px 20px;
  }
}
.consultation-plans h2 {
  color: #111827;
  text-align: center;
  font-family: IBM Plex Sans;
  font-size: 36px;
  font-style: normal;
  font-weight: 700;
  line-height: 111.111%;
  margin: 0;
}
.consultation-plans .descr-subtitle {
  color: #000;
  font-family: IBM Plex Sans;
  font-size: 24px;
  font-style: normal;
  font-weight: 400;
  line-height: 166.667%;
  margin: 0;
  margin-bottom: 25px;
}
.consultation-plans .row-2-columns {
  gap: 32px;
  justify-content: center;
}
@media screen and (max-width: 1000px) {
  .consultation-plans .row-2-columns {
    flex-wrap: wrap;
  }
}
@media screen and (max-width: 550px) {
  .consultation-plans .row-2-columns {
    gap: 20px;
  }
}
.consultation-plans .row-2-columns .col-card {
  width: 550px;
  padding: 32px;
  border-radius: 12px;
  border: 1px solid #F3F4F6;
  background: #FFF;
  box-shadow: 0 4px 6px 0 rgba(0, 0, 0, 0.1), 0 10px 15px 0 rgba(0, 0, 0, 0.1);
  align-self: stretch;
}
@media screen and (max-width: 670px) {
  .consultation-plans .row-2-columns .col-card {
    width: 100%;
  }
}
@media screen and (max-width: 550px) {
  .consultation-plans .row-2-columns .col-card {
    padding: 20px;
  }
}
.consultation-plans .row-2-columns .col-card > div {
  display: flex;
  flex-flow: column;
  justify-content: space-between;
  height: 100%;
}
.consultation-plans .row-2-columns .col-card .title-group .title-row {
  justify-content: space-between;
}
.consultation-plans .row-2-columns .col-card .title-group .title-row p {
  color: #FF7E50;
  font-family: IBM Plex Sans;
  font-size: 24px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  margin: 0;
}
.consultation-plans .row-2-columns .col-card .title-group h3 {
  color: #1F2937;
  font-family: IBM Plex Sans;
  font-size: 24px;
  font-style: normal;
  font-weight: 700;
  line-height: 32px;
}
.consultation-plans .row-2-columns .col-card .title-group p {
  color: #000;
  font-family: IBM Plex Sans;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
  margin: 10px auto;
}
.consultation-plans .row-2-columns .col-card .list-group .h4 {
  color: #000;
  font-family: IBM Plex Sans;
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: 150%;
  margin: 10px auto;
}
.consultation-plans .row-2-columns .col-card .list-group .wp-block-group {
  gap: 12px;
}
.consultation-plans .row-2-columns .col-card .list-group .wp-block-group:not(:last-child) {
  margin-bottom: 20px;
}
.consultation-plans .row-2-columns .col-card .list-group .wp-block-group .wp-block-image {
  width: 16px;
  flex-shrink: 0;
  padding-top: 10px;
}
.consultation-plans .row-2-columns .col-card .list-group .wp-block-group p {
  color: #1F2937;
  font-family: IBM Plex Sans;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
  margin: 0;
}
.consultation-plans .tariffs-cta {
  border-top: 1px solid #E5E7EB;
  max-width: 1024px;
  padding-top: 33px;
  margin: 0 auto;
  margin-top: 37px;
  color: #1F2937;
  text-align: center;
  font-family: "IBM Plex Sans";
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 28px;
}
.consultation-plans .tariffs-cta a {
  display: inline;
  text-decoration: none;
  color: #FF7E50;
}

.about-top-section.contact-top {
  margin: 40px;
  max-width: 100%;
  border-radius: 40px;
  overflow: hidden;
}
@media screen and (max-width: 1240px) {
  .about-top-section.contact-top {
    margin: 20px;
  }
}
.about-top-section.contact-top > .wp-block-getwid-section__wrapper > .wp-block-getwid-section__inner-wrapper > .wp-block-getwid-section__content {
  padding-top: 210px;
  padding-bottom: 170px;
  max-width: 1280px;
  margin: 0 auto;
}
@media screen and (max-width: 1395px) {
  .about-top-section.contact-top > .wp-block-getwid-section__wrapper > .wp-block-getwid-section__inner-wrapper > .wp-block-getwid-section__content {
    padding-left: 20px;
    padding-right: 20px;
  }
}
@media screen and (max-width: 550px) {
  .about-top-section.contact-top > .wp-block-getwid-section__wrapper > .wp-block-getwid-section__inner-wrapper > .wp-block-getwid-section__content {
    padding-top: 80px;
    padding-bottom: 40px;
    padding-left: 10px;
    padding-right: 10px;
  }
}
.about-top-section.contact-top h1 {
  color: #FFF;
  text-align: left;
  font-family: IBM Plex Sans;
  font-size: 60px;
  font-style: normal;
  font-weight: 700;
  line-height: 100%;
  max-width: 750px;
  margin: 0;
  margin-bottom: 40px;
}
@media screen and (max-width: 550px) {
  .about-top-section.contact-top h1 {
    font-size: 40px;
  }
}
.about-top-section.contact-top p {
  max-width: 750px;
  text-align: left;
  margin: 0;
  color: #fff;
  font-family: IBM Plex Sans;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
@media screen and (max-width: 550px) {
  .about-top-section.contact-top p {
    font-size: 14px;
  }
}

.cta-section.cta-section-hiw.cta-section-contact {
  margin-top: 0px;
  margin-bottom: 40px;
}
@media screen and (max-width: 600px) {
  .cta-section.cta-section-hiw.cta-section-contact {
    margin-top: 0px;
    margin-bottom: 30px;
  }
}

.contact-form-section {
  margin-top: 100px;
  margin-bottom: 100px;
}
@media screen and (max-width: 1200px) {
  .contact-form-section {
    margin-top: 40px;
    margin-bottom: 40px;
  }
}
@media screen and (max-width: 600px) {
  .contact-form-section {
    margin-top: 30px;
    margin-bottom: 30px;
  }
}
.contact-form-section > .wp-block-getwid-section__wrapper > .wp-block-getwid-section__inner-wrapper > .wp-block-getwid-section__content {
  max-width: 768px;
  margin: 0 auto;
}
@media screen and (max-width: 1320px) {
  .contact-form-section > .wp-block-getwid-section__wrapper > .wp-block-getwid-section__inner-wrapper > .wp-block-getwid-section__content {
    padding-left: 10px;
    padding-right: 10px;
  }
}
.contact-form-section .form-wrapper {
  position: relative;
  width: 100%;
}
.contact-form-section .form-wrapper h2 {
  color: #1F2937;
  font-family: IBM Plex Sans;
  font-size: 30px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  margin-top: 0;
}
@media screen and (max-width: 600px) {
  .contact-form-section .form-wrapper h2 {
    font-size: 24px;
  }
}

.adress-section {
  margin-top: 40px;
  margin-bottom: 80px;
}
@media screen and (max-width: 600px) {
  .adress-section {
    margin-top: 30px;
    margin-bottom: 30px;
  }
}
.adress-section > .wp-block-getwid-section__wrapper > .wp-block-getwid-section__inner-wrapper > .wp-block-getwid-section__content {
  max-width: 1280px;
  margin: 0 auto;
}
@media screen and (max-width: 1320px) {
  .adress-section > .wp-block-getwid-section__wrapper > .wp-block-getwid-section__inner-wrapper > .wp-block-getwid-section__content {
    padding-left: 30px;
    padding-right: 30px;
  }
}
.adress-section h2 {
  color: #1F2937;
  font-family: IBM Plex Sans;
  font-size: 30px;
  font-style: normal;
  font-weight: 700;
  line-height: 120%;
  margin-top: 0;
}
@media screen and (max-width: 600px) {
  .adress-section h2 {
    font-size: 24px;
  }
}
.adress-section .contact-group {
  margin-bottom: 24px;
}
.adress-section .contact-group h3 {
  color: #374151;
  font-family: IBM Plex Sans;
  font-size: 20px;
  font-style: normal;
  font-weight: 600;
  line-height: 140%;
  margin-top: 0;
  margin-bottom: 10px;
}
.adress-section .contact-group p {
  color: #4B5563;
  font-family: IBM Plex Sans;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
  margin: 0;
}
.adress-section .contact-group p a {
  color: #FF7E50;
}
.adress-section .contact-group p a:hover {
  text-decoration: underline;
}
.adress-section .contact-group img {
  position: absolute;
  left: -56px;
  top: 0;
}
@media screen and (max-width: 1000px) {
  .adress-section .contact-group img {
    left: 0;
    position: relative;
  }
}
.adress-section .contact-group .social-row {
  display: flex;
  margin: 20px 0 20px 0;
  flex-flow: row nowrap;
  gap: 20px;
}

.about-top-section.partnership-top {
  margin: 40px;
  max-width: 100%;
  border-radius: 40px;
  overflow: hidden;
}
@media screen and (max-width: 1240px) {
  .about-top-section.partnership-top {
    margin: 20px;
  }
}
.about-top-section.partnership-top > .wp-block-getwid-section__wrapper > .wp-block-getwid-section__inner-wrapper > .wp-block-getwid-section__content {
  padding-top: 183px;
  padding-bottom: 153px;
  max-width: 1280px;
  margin: 0 auto;
}
@media screen and (max-width: 1395px) {
  .about-top-section.partnership-top > .wp-block-getwid-section__wrapper > .wp-block-getwid-section__inner-wrapper > .wp-block-getwid-section__content {
    padding-left: 20px;
    padding-right: 20px;
  }
}
@media screen and (max-width: 550px) {
  .about-top-section.partnership-top > .wp-block-getwid-section__wrapper > .wp-block-getwid-section__inner-wrapper > .wp-block-getwid-section__content {
    padding-top: 80px;
    padding-bottom: 40px;
    padding-left: 10px;
    padding-right: 10px;
  }
}
.about-top-section.partnership-top h1 {
  color: #FFF;
  text-align: left;
  font-family: IBM Plex Sans;
  font-size: 48px;
  font-style: normal;
  font-weight: 700;
  line-height: 100%;
  margin: 0;
  margin-bottom: 16px;
}
@media screen and (max-width: 1024px) {
  .about-top-section.partnership-top h1 {
    font-size: 34px;
  }
}
@media screen and (max-width: 768px) {
  .about-top-section.partnership-top h1 {
    font-size: 30px;
  }
}
@media screen and (max-width: 550px) {
  .about-top-section.partnership-top h1 {
    font-weight: 900;
  }
}
.about-top-section.partnership-top h4 {
  font-family: IBM Plex Sans;
  font-size: 24px;
  font-style: normal;
  font-weight: 500;
  line-height: 133.333%;
  margin: 0;
  margin-bottom: 20px;
}
@media screen and (max-width: 1024px) {
  .about-top-section.partnership-top h4 {
    font-size: 22px;
  }
}
@media screen and (max-width: 768px) {
  .about-top-section.partnership-top h4 {
    font-size: 20px;
  }
}
.about-top-section.partnership-top p {
  max-width: 750px;
  text-align: left;
  margin: 0;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 155.556%;
  max-width: 749px;
  margin: 0;
}
@media screen and (max-width: 550px) {
  .about-top-section.partnership-top p {
    font-size: 16px;
  }
}

.section-title {
  color: #1F2937;
  font-family: IBM Plex Sans;
  font-size: 30px;
  font-style: normal;
  font-weight: 700;
  line-height: 120%;
  margin: 0;
}
@media screen and (max-width: 1024px) {
  .section-title {
    font-size: 28px;
  }
}
@media screen and (max-width: 768px) {
  .section-title {
    font-size: 26px;
  }
}
@media screen and (max-width: 550px) {
  .section-title {
    font-size: 24px;
  }
}

.section-divider {
  width: 80px;
  height: 4px;
  border: 0 solid #E5E7EB;
  background: #F97316;
  margin-top: 8px;
  margin-bottom: 48px;
}
@media screen and (max-width: 550px) {
  .section-divider {
    margin-top: 5px;
    margin-bottom: 36px;
  }
}
.section-divider.divider-left {
  margin-left: 0;
  margin-right: auto;
}
.section-divider.divider-center {
  margin-left: auto;
  margin-right: auto;
}

.why-collaborate-section {
  margin-top: 120px;
  margin-bottom: 80px;
}
@media screen and (max-width: 1024px) {
  .why-collaborate-section {
    margin-top: 100px;
  }
}
@media screen and (max-width: 768px) {
  .why-collaborate-section {
    margin-top: 80px;
    margin-bottom: 60px;
  }
}
@media screen and (max-width: 550px) {
  .why-collaborate-section {
    margin-top: 60px;
  }
}
.why-collaborate-section .cards-row > .wp-block-group__inner-container {
  display: flex;
  gap: 32px;
  align-items: stretch;
}
@media screen and (max-width: 1024px) {
  .why-collaborate-section .cards-row > .wp-block-group__inner-container {
    gap: 20px;
  }
}
@media screen and (max-width: 768px) {
  .why-collaborate-section .cards-row > .wp-block-group__inner-container {
    gap: 30px;
    flex-wrap: wrap;
  }
}
@media screen and (max-width: 550px) {
  .why-collaborate-section .cards-row > .wp-block-group__inner-container {
    gap: 20px;
  }
}
.why-collaborate-section .cards-row > .wp-block-group__inner-container .card-item {
  border-radius: 8px;
  border: 1px solid #E5E7EB;
  background: #FFF;
  box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.05);
  padding: 25px 25px 60px 25px;
  width: calc(25% - 24px);
}
@media screen and (max-width: 1024px) {
  .why-collaborate-section .cards-row > .wp-block-group__inner-container .card-item {
    padding: 20px 20px 40px 20px;
    width: calc(25% - 15px);
  }
}
@media screen and (max-width: 768px) {
  .why-collaborate-section .cards-row > .wp-block-group__inner-container .card-item {
    width: calc(50% - 15px);
  }
}
@media screen and (max-width: 550px) {
  .why-collaborate-section .cards-row > .wp-block-group__inner-container .card-item {
    width: 100%;
    padding: 20px;
  }
}
.why-collaborate-section .cards-row > .wp-block-group__inner-container .card-item .img {
  margin-bottom: 24px;
}
.why-collaborate-section .cards-row > .wp-block-group__inner-container .card-item .title {
  color: #1F2937;
  font-family: IBM Plex Sans;
  font-size: 20px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  margin: 0;
  margin-bottom: 12px;
}
@media screen and (max-width: 768px) {
  .why-collaborate-section .cards-row > .wp-block-group__inner-container .card-item .title {
    font-size: 18px;
  }
}
.why-collaborate-section .cards-row > .wp-block-group__inner-container .card-item p {
  margin: 0;
  color: #4B5563;
  font-family: IBM Plex Sans;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  margin: 0;
}

.who-its-for-section .inner {
  margin-top: 80px;
  margin-bottom: 80px;
}
@media screen and (max-width: 550px) {
  .who-its-for-section .inner {
    margin-top: 60px;
    margin-bottom: 60px;
  }
}
.who-its-for-section .inner .cards-row > .wp-block-group__inner-container {
  display: flex;
  gap: 32px;
  align-items: stretch;
  justify-content: flex-start;
  flex-wrap: wrap;
}
@media screen and (max-width: 1024px) {
  .who-its-for-section .inner .cards-row > .wp-block-group__inner-container {
    gap: 20px;
  }
}
@media screen and (max-width: 768px) {
  .who-its-for-section .inner .cards-row > .wp-block-group__inner-container {
    gap: 30px;
  }
}
@media screen and (max-width: 550px) {
  .who-its-for-section .inner .cards-row > .wp-block-group__inner-container {
    gap: 20px;
  }
}
.who-its-for-section .inner .cards-row > .wp-block-group__inner-container .card-item {
  border-radius: 8px;
  border: 0 solid #E5E7EB;
  background: #FFF;
  box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.05);
  padding: 20px 16px;
  width: calc(33.33% - 21.33px);
  display: flex;
  align-items: center;
  gap: 16px;
}
@media screen and (max-width: 1024px) {
  .who-its-for-section .inner .cards-row > .wp-block-group__inner-container .card-item {
    width: calc(33.33% - 13.33px);
  }
}
@media screen and (max-width: 768px) {
  .who-its-for-section .inner .cards-row > .wp-block-group__inner-container .card-item {
    width: calc(50% - 15px);
  }
}
@media screen and (max-width: 550px) {
  .who-its-for-section .inner .cards-row > .wp-block-group__inner-container .card-item {
    width: 100%;
    padding: 20px;
  }
}
.who-its-for-section .inner .cards-row > .wp-block-group__inner-container .card-item .img {
  flex-shrink: 0;
  width: 48px;
}
.who-its-for-section .inner .cards-row > .wp-block-group__inner-container .card-item .title {
  color: #1F2937;
  font-family: IBM Plex Sans;
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  margin: 0;
  max-width: 296px;
}
@media screen and (max-width: 768px) {
  .who-its-for-section .inner .cards-row > .wp-block-group__inner-container .card-item .title {
    font-size: 16px;
  }
}

.lets-create-section .deskr {
  max-width: 672px;
  margin: 0 auto 32px auto;
  color: #1F2937;
  text-align: center;
  font-family: IBM Plex Sans;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 140%;
}
@media screen and (max-width: 768px) {
  .lets-create-section .deskr {
    font-size: 18px;
  }
}

.partnership-inquiry-section .row {
  gap: 0;
  justify-content: center;
  border-radius: 12px;
  overflow: hidden;
  box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.1), 0 4px 6px 0 rgba(0, 0, 0, 0.1);
  align-items: stretch;
  max-width: 672px;
  margin: 0 auto;
}
@media screen and (max-width: 600px) {
  .partnership-inquiry-section .row {
    flex-wrap: wrap;
  }
}
.partnership-inquiry-section .row .col {
  width: 50%;
  padding: 32px;
}
@media screen and (max-width: 600px) {
  .partnership-inquiry-section .row .col {
    width: 100%;
    padding: 30px 20px;
  }
}
.partnership-inquiry-section .row .col.col-left {
  background: #EFF6FF;
}
.partnership-inquiry-section .row .col.col-left .title {
  color: #1F2937;
  font-family: IBM Plex Sans;
  font-size: 24px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  margin: 0;
  margin-bottom: 16px;
}
@media screen and (max-width: 768px) {
  .partnership-inquiry-section .row .col.col-left .title {
    font-size: 22px;
  }
}
@media screen and (max-width: 550px) {
  .partnership-inquiry-section .row .col.col-left .title {
    font-size: 20px;
  }
}
.partnership-inquiry-section .row .col.col-left .deskr {
  margin: 0;
  color: #1F2937;
  font-family: IBM Plex Sans;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  margin-bottom: 16px;
}
.partnership-inquiry-section .row .col.col-left .p-check {
  margin: 0;
  color: #1F2937;
  font-family: IBM Plex Sans;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  margin-bottom: 12px;
  display: flex;
  align-items: flex-start;
  gap: 8px;
}
.partnership-inquiry-section .row .col.col-left .p-check:last-child {
  margin-bottom: 0;
}
.partnership-inquiry-section .row .col.col-right .form-wrapper {
  padding: 0;
  box-shadow: none;
  border-radius: 0;
  background: transparent;
}
.partnership-inquiry-section .row .col.col-right .form-wrapper .input-wrapper label {
  margin-bottom: 5px;
  font-size: 14px;
  font-weight: 500;
}
.partnership-inquiry-section .row .col.col-right .form-wrapper .input-wrapper input {
  font-size: 14px;
  padding: 10px;
}
.partnership-inquiry-section .row .col.col-right .form-wrapper .btn-orange {
  width: 100%;
  padding-top: 11px;
  padding-bottom: 9px;
  background: #EA580C;
}
.partnership-inquiry-section .row .col.col-right .form-wrapper .btn-orange:hover {
  background: #FFF;
}
.partnership-inquiry-section .row .col.col-right .form-wrapper .deskr {
  color: #6B7280;
  text-align: center;
  font-family: IBM Plex Sans;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 142.857%;
  margin: 0;
  margin-top: 16px;
}

.partner-success-stories-section {
  margin-bottom: 40px;
}
.partner-success-stories-section .inner .cards-row .card-item {
  border-radius: 8px;
  border: 0 solid #E5E7EB;
  background: #FFF;
  box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.05);
  padding: 24px;
  width: calc(33.33% - 21.33px);
}
@media screen and (max-width: 1024px) {
  .partner-success-stories-section .inner .cards-row .card-item {
    width: calc(33.33% - 13.33px);
  }
}
@media screen and (max-width: 768px) {
  .partner-success-stories-section .inner .cards-row .card-item {
    width: calc(50% - 15px);
  }
}
@media screen and (max-width: 550px) {
  .partner-success-stories-section .inner .cards-row .card-item {
    width: 100%;
    padding: 20px;
  }
}
.partner-success-stories-section .inner .cards-row .card-item .name-row {
  display: flex;
  align-items: center;
  gap: 16px;
  margin-bottom: 16px;
}
.partner-success-stories-section .inner .cards-row .card-item .name-row .img {
  flex-shrink: 0;
  width: 64px;
}
.partner-success-stories-section .inner .cards-row .card-item .name-row .img img {
  width: 64px;
  height: 64px;
  border-radius: 50%;
}
.partner-success-stories-section .inner .cards-row .card-item .name-row .name {
  color: #1F2937;
  font-family: IBM Plex Sans;
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  margin: 0;
}
.partner-success-stories-section .inner .cards-row .card-item .name-row .position {
  color: #4B5563;
  font-family: IBM Plex Sans;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 142.857%;
  margin: 0;
}
.partner-success-stories-section .inner .cards-row .card-item .deskr {
  color: #374151;
  font-family: IBM Plex Sans;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  max-width: 336px;
  margin: 0;
}
.partner-success-stories-section .inner-xs {
  padding-top: 24px;
  padding-bottom: 24px;
}
.partner-success-stories-section .inner-xs p {
  margin: 0;
  color: #4B5563;
  text-align: center;
  font-family: IBM Plex Sans;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 142.857%;
}

.about-top-section.consult-top {
  margin: 40px;
  max-width: 100%;
  border-radius: 40px;
  overflow: hidden;
}
@media screen and (max-width: 1240px) {
  .about-top-section.consult-top {
    margin: 20px;
  }
}
.about-top-section.consult-top > .wp-block-getwid-section__wrapper > .wp-block-getwid-section__inner-wrapper > .wp-block-getwid-section__content {
  padding-top: 136px;
  padding-bottom: 97px;
  max-width: 1280px;
  margin: 0 auto;
}
@media screen and (max-width: 1395px) {
  .about-top-section.consult-top > .wp-block-getwid-section__wrapper > .wp-block-getwid-section__inner-wrapper > .wp-block-getwid-section__content {
    padding-left: 20px;
    padding-right: 20px;
  }
}
@media screen and (max-width: 550px) {
  .about-top-section.consult-top > .wp-block-getwid-section__wrapper > .wp-block-getwid-section__inner-wrapper > .wp-block-getwid-section__content {
    padding-top: 80px;
    padding-bottom: 40px;
    padding-left: 10px;
    padding-right: 10px;
  }
}
.about-top-section.consult-top h1 {
  color: #FFF;
  text-align: left;
  font-family: IBM Plex Sans;
  font-size: 48px;
  font-style: normal;
  font-weight: 700;
  line-height: 100%;
  margin: 0;
  margin-bottom: 24px;
}
@media screen and (max-width: 1024px) {
  .about-top-section.consult-top h1 {
    font-size: 34px;
  }
}
@media screen and (max-width: 768px) {
  .about-top-section.consult-top h1 {
    font-size: 30px;
  }
}
@media screen and (max-width: 550px) {
  .about-top-section.consult-top h1 {
    font-weight: 900;
  }
}
.about-top-section.consult-top h4 {
  font-family: IBM Plex Sans;
  font-size: 24px;
  font-style: normal;
  font-weight: 500;
  line-height: 133.333%;
  margin: 0;
  margin-bottom: 20px;
  max-width: 757px;
}
@media screen and (max-width: 1024px) {
  .about-top-section.consult-top h4 {
    font-size: 22px;
  }
}
@media screen and (max-width: 768px) {
  .about-top-section.consult-top h4 {
    font-size: 20px;
  }
}
.about-top-section.consult-top p {
  max-width: 757px;
  text-align: left;
  margin: 0;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 155.556%;
  margin: 0;
  margin-bottom: 40px;
}
@media screen and (max-width: 550px) {
  .about-top-section.consult-top p {
    font-size: 16px;
  }
}

.choose-your-consultation-section {
  margin-top: 120px;
  margin-bottom: 80px;
}
@media screen and (max-width: 768px) {
  .choose-your-consultation-section {
    margin-top: 80px;
  }
}
@media screen and (max-width: 550px) {
  .choose-your-consultation-section {
    margin-top: 40px;
    margin-bottom: 40px;
  }
}
.choose-your-consultation-section h2 {
  font-family: IBM Plex Sans;
  font-size: 36px;
  font-style: normal;
  font-weight: 700;
  line-height: 111%;
  margin: 0;
  margin-bottom: 16px;
}
@media screen and (max-width: 550px) {
  .choose-your-consultation-section h2 {
    font-size: 32px;
  }
}
.choose-your-consultation-section .section-deskr {
  font-family: IBM Plex Sans;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 166.667%;
  max-width: 691px;
  margin: 0;
  margin-bottom: 50px;
}
@media screen and (max-width: 550px) {
  .choose-your-consultation-section .section-deskr {
    font-size: 16px;
    margin-bottom: 30px;
  }
}
.choose-your-consultation-section .cards-row {
  display: flex;
  align-items: stretch;
  gap: 32px;
}
@media screen and (max-width: 1024px) {
  .choose-your-consultation-section .cards-row {
    gap: 20px;
  }
}
@media screen and (max-width: 767px) {
  .choose-your-consultation-section .cards-row {
    flex-wrap: wrap;
    gap: 30px;
  }
}
.choose-your-consultation-section .cards-row .card-item {
  width: 50%;
  border-radius: 12px;
  border: 1px solid #E5E7EB;
  background: rgba(0, 0, 0, 0);
  box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.05);
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  .choose-your-consultation-section .cards-row .card-item {
    width: 100%;
  }
}
.choose-your-consultation-section .cards-row .card-item > .wp-block-group__inner-container {
  height: 100%;
  display: flex;
  flex-flow: column;
}
.choose-your-consultation-section .cards-row .card-item.popular {
  position: relative;
}
.choose-your-consultation-section .cards-row .card-item.popular::after {
  content: "MOST POPULAR";
  color: #FFF;
  font-size: 12px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  padding: 4px 12px;
  border-radius: 9999px;
  background: #10B981;
  position: absolute;
  top: 16px;
  right: 16px;
}
@media screen and (max-width: 1024px) and (min-width: 768px) {
  .choose-your-consultation-section .cards-row .card-item.popular::after {
    top: 10px;
    right: 10px;
    font-size: 10px;
    padding: 4px 8px;
  }
}
.choose-your-consultation-section .cards-row .card-item.popular .top-part .title {
  margin-right: 130px;
}
@media screen and (max-width: 1024px) and (min-width: 768px) {
  .choose-your-consultation-section .cards-row .card-item.popular .top-part .title {
    margin-right: 90px;
  }
}
.choose-your-consultation-section .cards-row .card-item .top-part {
  padding: 24px;
  background: #EFF6FF;
}
@media screen and (max-width: 550px) {
  .choose-your-consultation-section .cards-row .card-item .top-part {
    padding: 16px;
  }
}
.choose-your-consultation-section .cards-row .card-item .top-part .title {
  color: #0F172A;
  font-family: IBM Plex Sans;
  font-size: 24px;
  font-style: normal;
  font-weight: 700;
  line-height: 133.333%;
  margin: 0;
  margin-bottom: 14px;
}
@media screen and (max-width: 1024px) {
  .choose-your-consultation-section .cards-row .card-item .top-part .title {
    font-size: 22px;
  }
}
@media screen and (max-width: 550px) {
  .choose-your-consultation-section .cards-row .card-item .top-part .title {
    font-size: 20px;
  }
}
.choose-your-consultation-section .cards-row .card-item .top-part .price {
  color: #3B82F6;
  font-family: IBM Plex Sans;
  font-size: 36px;
  font-style: normal;
  font-weight: 700;
  line-height: 111.111%;
  margin: 0;
  margin-bottom: 8px;
}
@media screen and (max-width: 550px) {
  .choose-your-consultation-section .cards-row .card-item .top-part .price {
    font-size: 32px;
  }
}
.choose-your-consultation-section .cards-row .card-item .top-part .deskr {
  color: #374151;
  font-family: IBM Plex Sans;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
  margin: 0;
}
.choose-your-consultation-section .cards-row .card-item .bottom-part {
  padding: 24px 24px 0 24px;
}
@media screen and (max-width: 550px) {
  .choose-your-consultation-section .cards-row .card-item .bottom-part {
    padding: 16px 16px 0 16px;
  }
}
.choose-your-consultation-section .cards-row .card-item .bottom-part .check-group > .wp-block-group__inner-container {
  display: flex;
  flex-flow: column;
  gap: 16px;
  margin-bottom: 12px;
}
.choose-your-consultation-section .cards-row .card-item .bottom-part .check-group > .wp-block-group__inner-container .p-check {
  margin: 0;
  color: #1F2937;
  font-family: IBM Plex Sans;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
  display: flex;
  align-items: center;
  gap: 10px;
}
.choose-your-consultation-section .cards-row .card-item .wp-block-buttons {
  padding: 0px 24px 24px 24px;
  margin-top: auto;
  margin-bottom: 0;
}
@media screen and (max-width: 550px) {
  .choose-your-consultation-section .cards-row .card-item .wp-block-buttons {
    padding: 0 16px 16px 16px;
  }
}
.choose-your-consultation-section .cards-row .card-item .wp-block-buttons .btn-orange-xs {
  width: 100%;
}

.quick-reference-guide-section {
  margin-bottom: 80px;
}
@media screen and (max-width: 550px) {
  .quick-reference-guide-section {
    margin-bottom: 40px;
  }
}
.quick-reference-guide-section .inner {
  margin-top: 80px;
  margin-bottom: 80px;
}
@media screen and (max-width: 550px) {
  .quick-reference-guide-section .inner {
    margin-top: 40px;
    margin-bottom: 40px;
  }
}
.quick-reference-guide-section h2 {
  font-family: IBM Plex Sans;
  font-size: 36px;
  font-style: normal;
  font-weight: 700;
  line-height: 111%;
  margin: 0;
  margin-bottom: 16px;
}
@media screen and (max-width: 550px) {
  .quick-reference-guide-section h2 {
    font-size: 32px;
  }
}
.quick-reference-guide-section .section-deskr {
  font-family: IBM Plex Sans;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 166.667%;
  max-width: 691px;
  margin: 0;
  margin-bottom: 50px;
}
@media screen and (max-width: 550px) {
  .quick-reference-guide-section .section-deskr {
    font-size: 16px;
    margin-bottom: 30px;
  }
}
.quick-reference-guide-section .section-table {
  box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.05);
  overflow: hidden;
  border-radius: 12px;
}
.quick-reference-guide-section .section-table table {
  margin-bottom: 0;
  border: none;
  background: #FFF;
}
.quick-reference-guide-section .section-table table thead tr th {
  padding: 24px;
  background: #1E293B;
  border: none;
  color: #FFF;
  font-family: IBM Plex Sans;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
}
@media screen and (max-width: 768px) {
  .quick-reference-guide-section .section-table table thead tr th {
    padding: 16px;
    font-size: 14px;
  }
}
@media screen and (max-width: 550px) {
  .quick-reference-guide-section .section-table table thead tr th {
    padding: 10px;
    font-size: 12px;
  }
}
.quick-reference-guide-section .section-table table thead tr th:first-child {
  border-radius: 12px 0 0 0;
}
.quick-reference-guide-section .section-table table thead tr th:last-child {
  border-radius: 0 12px 0 0;
  border-left: 1px solid #E5E7EB;
}
.quick-reference-guide-section .section-table table tbody tr td {
  padding: 24px;
  color: #1F2937;
  font-family: IBM Plex Sans;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
  /*  */
  border: none;
  background: #FFF;
}
@media screen and (max-width: 768px) {
  .quick-reference-guide-section .section-table table tbody tr td {
    padding: 16px;
    font-size: 14px;
  }
}
@media screen and (max-width: 550px) {
  .quick-reference-guide-section .section-table table tbody tr td {
    padding: 10px;
    font-size: 12px;
  }
}
.quick-reference-guide-section .section-table table tbody tr td a {
  color: #3B82F6;
  font-weight: 500;
}
.quick-reference-guide-section .section-table table tbody tr td a:hover {
  color: #1F2937;
}
.quick-reference-guide-section .section-table table tbody tr td:last-child {
  border-left: 1px solid #E5E7EB;
}
.quick-reference-guide-section .section-table table tbody tr:nth-child(2n) td {
  background: #F9FAFB;
}

.faq-section {
  margin-top: 80px;
  margin-bottom: 80px;
}
@media screen and (max-width: 550px) {
  .faq-section {
    margin-top: 40px;
    margin-bottom: 40px;
  }
}
.faq-section h2 {
  font-family: IBM Plex Sans;
  font-size: 36px;
  font-style: normal;
  font-weight: 700;
  line-height: 111%;
  margin: 0;
  margin-bottom: 16px;
}
@media screen and (max-width: 550px) {
  .faq-section h2 {
    font-size: 32px;
  }
}
.faq-section .section-deskr {
  font-family: IBM Plex Sans;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 166.667%;
  max-width: 691px;
  margin: 0;
  margin-bottom: 50px;
}
@media screen and (max-width: 768px) {
  .faq-section .section-deskr {
    margin-bottom: 30px;
  }
}
@media screen and (max-width: 550px) {
  .faq-section .section-deskr {
    font-size: 16px;
  }
}
.faq-section .wp-block-getwid-toggle {
  max-width: 768px;
  margin: 0 auto;
}
.faq-section .wp-block-getwid-toggle .wp-block-getwid-toggle__row {
  padding-top: 25px;
  padding-bottom: 25px;
  border: none;
  border-top: 1px solid #E5E7EB;
}
@media screen and (max-width: 768px) {
  .faq-section .wp-block-getwid-toggle .wp-block-getwid-toggle__row {
    padding-top: 20px;
    padding-bottom: 20px;
  }
}
@media screen and (max-width: 550px) {
  .faq-section .wp-block-getwid-toggle .wp-block-getwid-toggle__row {
    padding-top: 15px;
    padding-bottom: 15px;
  }
}
.faq-section .wp-block-getwid-toggle .wp-block-getwid-toggle__row.is-active .wp-block-getwid-toggle__header-title {
  color: #3B82F6;
}
.faq-section .wp-block-getwid-toggle .wp-block-getwid-toggle__row:first-child {
  border-top: none;
}
.faq-section .wp-block-getwid-toggle .wp-block-getwid-toggle__row .wp-block-getwid-toggle__header-wrapper {
  border: none;
}
.faq-section .wp-block-getwid-toggle .wp-block-getwid-toggle__row .wp-block-getwid-toggle__header {
  padding: 0;
  padding-bottom: 16px;
}
@media screen and (max-width: 768px) {
  .faq-section .wp-block-getwid-toggle .wp-block-getwid-toggle__row .wp-block-getwid-toggle__header {
    padding-bottom: 10px;
  }
}
.faq-section .wp-block-getwid-toggle .wp-block-getwid-toggle__row .wp-block-getwid-toggle__header-title {
  color: #1F2937;
  font-family: IBM Plex Sans;
  font-size: 20px;
  font-style: normal;
  font-weight: 500;
  line-height: 140%;
}
@media screen and (max-width: 768px) {
  .faq-section .wp-block-getwid-toggle .wp-block-getwid-toggle__row .wp-block-getwid-toggle__header-title {
    font-size: 18px;
  }
}
@media screen and (max-width: 550px) {
  .faq-section .wp-block-getwid-toggle .wp-block-getwid-toggle__row .wp-block-getwid-toggle__header-title {
    font-size: 16px;
  }
}
.faq-section .wp-block-getwid-toggle .wp-block-getwid-toggle__icon i {
  color: #3B82F6;
}
.faq-section .wp-block-getwid-toggle .wp-block-getwid-toggle__content {
  padding: 0;
  border: none;
  color: #1F2937;
  font-family: IBM Plex Sans;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
}
@media screen and (max-width: 550px) {
  .faq-section .wp-block-getwid-toggle .wp-block-getwid-toggle__content {
    font-size: 14px;
  }
}

.ready-to-optimize-section .inner {
  margin-top: 80px;
  margin-bottom: 80px;
}
@media screen and (max-width: 550px) {
  .ready-to-optimize-section .inner {
    margin-top: 40px;
    margin-bottom: 40px;
  }
}
.ready-to-optimize-section h2 {
  font-family: IBM Plex Sans;
  font-size: 36px;
  font-style: normal;
  font-weight: 700;
  line-height: 111%;
  margin: 0;
  margin-bottom: 24px;
  text-align: center;
}
@media screen and (max-width: 550px) {
  .ready-to-optimize-section h2 {
    font-size: 32px;
  }
}
.ready-to-optimize-section .section-deskr {
  font-family: IBM Plex Sans;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 166.667%;
  margin: 0;
  margin-bottom: 60px;
  text-align: center;
}
@media screen and (max-width: 550px) {
  .ready-to-optimize-section .section-deskr {
    font-size: 16px;
    margin-bottom: 40px;
  }
}

.cta-section-consult {
  margin-bottom: 40px;
}
.cta-section-consult .inner {
  margin-top: 64px;
  margin-bottom: 64px;
}
@media screen and (max-width: 550px) {
  .cta-section-consult .inner {
    margin-top: 40px;
    margin-bottom: 40px;
  }
}
.cta-section-consult h2 {
  font-family: IBM Plex Sans;
  font-size: 36px;
  font-style: normal;
  font-weight: 700;
  line-height: 111%;
  margin: 0;
  margin-bottom: 48px;
  text-align: center;
}
@media screen and (max-width: 550px) {
  .cta-section-consult h2 {
    font-size: 32px;
    margin-bottom: 30px;
  }
}
.cta-section-consult h4 {
  margin: 0 auto 24px auto;
  text-align: center;
  max-width: 768px;
  color: #FFF;
  text-align: center;
  font-family: IBM Plex Sans;
  font-size: 20px;
  font-style: normal;
  font-weight: 500;
  line-height: 140%;
}
@media screen and (max-width: 550px) {
  .cta-section-consult h4 {
    font-size: 18px;
  }
}
.cta-section-consult .section-deskr {
  color: #FFF;
  text-align: center;
  font-family: IBM Plex Sans;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 142.857%;
  margin: 0 auto;
  text-align: center;
  max-width: 768px;
}
.wo-container {
  max-width: 1250px;
  margin: 0 auto;
}
@media screen and (max-width: 1270px) {
  .wo-container {
    margin-left: 20px;
    margin-right: 20px;
  }
}

.woocommerce ul.products li.product a.woocommerce-loop-product__link {
  display: flex;
  flex-flow: column;
  height: 100%;
}

body.woocommerce-shop ul.products {
  margin-bottom: 48px;
}

.woocommerce nav.woocommerce-pagination {
  margin-bottom: 48px;
}
.woocommerce nav.woocommerce-pagination ul {
  border: 1px solid #D1D5DB;
  border-radius: 6px;
  overflow: hidden;
  margin: 0;
  display: inline-flex;
  flex-wrap: wrap;
  gap: 10px 0;
  justify-content: center;
  align-items: stretch;
}
.woocommerce nav.woocommerce-pagination ul li {
  border: none;
}
.woocommerce nav.woocommerce-pagination ul li a,
.woocommerce nav.woocommerce-pagination ul li span {
  background: #FFF;
  display: flex;
  align-items: center;
  justify-content: center;
  border: none;
  height: 100%;
  padding: 11px 16px;
  color: #6B7280;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
.woocommerce nav.woocommerce-pagination ul li a.current, .woocommerce nav.woocommerce-pagination ul li a:hover,
.woocommerce nav.woocommerce-pagination ul li span.current,
.woocommerce nav.woocommerce-pagination ul li span:hover {
  color: #374151;
  background: #FFF;
}
.woocommerce nav.woocommerce-pagination ul li a.next {
  padding: 11px;
  color: #6B7280;
  border-left: 1px solid #D1D5DB;
}
.woocommerce nav.woocommerce-pagination ul li a.next:hover {
  color: #374151;
  background: #FFF;
}
.woocommerce nav.woocommerce-pagination ul li a.prev {
  padding: 11px;
  color: #6B7280;
  border-right: 1px solid #D1D5DB;
}
.woocommerce nav.woocommerce-pagination ul li a.prev:hover {
  color: #374151;
  background: #FFF;
}

body.woocommerce ul.products {
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
  gap: 26px;
}
@media screen and (max-width: 768px) {
  body.woocommerce ul.products {
    gap: 20px;
  }
}
body.woocommerce ul.products::before, body.woocommerce ul.products::after {
  display: none;
}

.woocommerce ul.products.columns-3 li.product,
.woocommerce-page ul.products.columns-3 li.product {
  width: calc(33.33% - 17.33px);
}
@media screen and (max-width: 768px) {
  .woocommerce ul.products.columns-3 li.product,
  .woocommerce-page ul.products.columns-3 li.product {
    width: calc(50% - 10px);
    margin: 0;
    float: none;
  }
}
@media screen and (max-width: 550px) {
  .woocommerce ul.products.columns-3 li.product,
  .woocommerce-page ul.products.columns-3 li.product {
    width: 100%;
  }
}

.woocommerce ul.products.columns-4 li.product,
.woocommerce-page ul.products.columns-4 li.product {
  width: calc(25% - 19.5px);
}
@media screen and (max-width: 768px) {
  .woocommerce ul.products.columns-4 li.product,
  .woocommerce-page ul.products.columns-4 li.product {
    width: calc(50% - 10px);
    margin: 0;
    float: none;
  }
}
@media screen and (max-width: 550px) {
  .woocommerce ul.products.columns-4 li.product,
  .woocommerce-page ul.products.columns-4 li.product {
    width: 100%;
  }
}
.woocommerce ul.products.columns-4 li.product img,
.woocommerce-page ul.products.columns-4 li.product img {
  height: 170px;
}
@media screen and (max-width: 768px) {
  .woocommerce ul.products.columns-4 li.product img,
  .woocommerce-page ul.products.columns-4 li.product img {
    height: 220px;
  }
}
@media screen and (max-width: 550px) {
  .woocommerce ul.products.columns-4 li.product img,
  .woocommerce-page ul.products.columns-4 li.product img {
    height: 240px;
  }
}

body.woocommerce ul.products li.product {
  border-radius: 12px;
  border: 1px solid #E5E7EB;
  background: #FFF;
  box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.05);
  padding: 0;
  margin: 0;
  position: relative;
  overflow: hidden;
}
body.woocommerce ul.products li.product img {
  width: 100%;
  height: 256px;
  object-fit: cover;
  margin-bottom: 20px;
}
@media screen and (max-width: 1024px) {
  body.woocommerce ul.products li.product img {
    height: 180px;
  }
}
body.woocommerce ul.products li.product .woocommerce ul.products li.product a.woocommerce-loop-product__link {
  display: flex;
  height: 100%;
  flex-flow: column;
}
body.woocommerce ul.products li.product .product-listing-category {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 12px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  padding: 2px 8px;
  border-radius: 9999px;
  position: absolute;
  top: 12px;
  right: 12px;
}
body.woocommerce ul.products li.product .item-title-row {
  padding-right: 20px;
  padding-left: 20px;
  margin-bottom: 20px;
}
body.woocommerce ul.products li.product .item-title-row .woocommerce-loop-product__title {
  color: #000;
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: 140%;
  margin: 0;
  padding: 0;
  margin-bottom: 8px;
  text-align: left;
}
@media screen and (max-width: 1024px) {
  body.woocommerce ul.products li.product .item-title-row .woocommerce-loop-product__title {
    font-size: 18px;
  }
}
body.woocommerce ul.products li.product .item-title-row .product-catalog-description {
  color: #4B5563;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
  text-align: left;
  margin: 0;
}
@media screen and (max-width: 768px) {
  body.woocommerce ul.products li.product .item-title-row .product-catalog-description {
    font-size: 14px;
  }
}
body.woocommerce ul.products li.product .product-loop-price-row {
  padding: 0 20px 20px 20px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  flex-wrap: wrap;
  margin-top: auto;
  margin-bottom: 0;
}
body.woocommerce ul.products li.product .product-loop-price-row .price {
  color: #000 !important;
  font-family: IBM Plex Sans;
  font-size: 18px !important;
  font-style: normal;
  font-weight: 700 !important;
  line-height: 155.556%;
  margin: 0 !important;
}

.woocommerce div.product .product_title {
  color: #1F2937;
  font-size: 30px;
  font-style: normal;
  font-weight: 700;
  line-height: 120%;
  margin: 0;
  margin-bottom: 9px;
}
@media screen and (max-width: 1024px) {
  .woocommerce div.product .product_title {
    font-size: 28px;
  }
}
@media screen and (max-width: 768px) {
  .woocommerce div.product .product_title {
    font-size: 26px;
  }
}
@media screen and (max-width: 550px) {
  .woocommerce div.product .product_title {
    font-size: 24px;
  }
}

.woocommerce .product-top-features {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-bottom: 16px;
}
.woocommerce .product-top-features .feature-item {
  padding: 2px 10px;
  border-radius: 4px;
  font-size: 12px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
}
.woocommerce .product-top-features .feature-item.blue {
  background: #DBEAFE;
  color: #1E40AF;
}
.woocommerce .product-top-features .feature-item.green {
  color: #166534;
  background: #DCFCE7;
}
.woocommerce .product-top-features .feature-item.violet {
  color: #6B21A8;
  background: #F3E8FF;
}
.woocommerce .type-product.product div.summary,
.woocommerce .type-product.product .div.images {
  margin-bottom: 40px;
}
.woocommerce .type-product.product div.summary .product-description,
.woocommerce .type-product.product .div.images .product-description {
  margin-bottom: 24px;
}
.woocommerce .type-product.product div.summary .product-description p,
.woocommerce .type-product.product .div.images .product-description p {
  margin: 0;
  color: #4B5563;
  font-family: IBM Plex Sans;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
}
.woocommerce .type-product.product div.summary .single_variation_wrap .woocommerce-variation.single_variation,
.woocommerce .type-product.product .div.images .single_variation_wrap .woocommerce-variation.single_variation {
  margin-bottom: 20px;
}
.woocommerce .type-product.product div.summary .product-addtocard-single,
.woocommerce .type-product.product .div.images .product-addtocard-single {
  border-radius: 8px;
  background: #F9FAFB;
  padding: 24px;
  margin-bottom: 24px;
}
.woocommerce .type-product.product div.summary .product-addtocard-single .variations_form.cart,
.woocommerce .type-product.product .div.images .product-addtocard-single .variations_form.cart {
  width: 100%;
}
.woocommerce .type-product.product div.summary .product-addtocard-single .variations_form.cart table.variations,
.woocommerce .type-product.product .div.images .product-addtocard-single .variations_form.cart table.variations {
  margin-bottom: 10px;
}
.woocommerce .type-product.product div.summary .product-addtocard-single .variations_form.cart table.variations th,
.woocommerce .type-product.product .div.images .product-addtocard-single .variations_form.cart table.variations th {
  text-align: left;
}
.woocommerce .type-product.product div.summary .product-addtocard-single .variations_form.cart .reset_variations,
.woocommerce .type-product.product .div.images .product-addtocard-single .variations_form.cart .reset_variations {
  color: rgb(64, 64, 64);
  text-decoration: underline;
  font-size: 0.75em;
  line-height: normal;
  margin-top: 10px;
}
.woocommerce .type-product.product div.summary .product-addtocard-single .variations_form.cart select,
.woocommerce .type-product.product .div.images .product-addtocard-single .variations_form.cart select {
  outline: none;
  box-shadow: none;
}
.woocommerce .type-product.product div.summary .product-addtocard-single .variations_form.cart select:focus,
.woocommerce .type-product.product .div.images .product-addtocard-single .variations_form.cart select:focus {
  border-color: #456e89;
}
.woocommerce .type-product.product div.summary .product-addtocard-single .price-row,
.woocommerce .type-product.product .div.images .product-addtocard-single .price-row {
  margin-bottom: 17px;
}
.woocommerce .type-product.product div.summary .product-addtocard-single .product-attributes .shop_attributes th,
.woocommerce .type-product.product div.summary .product-addtocard-single .product-attributes .shop_attributes td,
.woocommerce .type-product.product .div.images .product-addtocard-single .product-attributes .shop_attributes th,
.woocommerce .type-product.product .div.images .product-addtocard-single .product-attributes .shop_attributes td {
  padding: 5px 0;
  text-align: left;
  background: transparent;
  border: none;
}
.woocommerce .type-product.product div.summary .product-addtocard-single .product-attributes .shop_attributes th,
.woocommerce .type-product.product .div.images .product-addtocard-single .product-attributes .shop_attributes th {
  width: auto;
  font-weight: 600;
}
.woocommerce .type-product.product div.summary .product-addtocard-single .price,
.woocommerce .type-product.product .div.images .product-addtocard-single .price {
  margin: 0 !important;
  color: #1F2937 !important;
  font-family: IBM Plex Sans;
  font-size: 20px !important;
  font-style: normal;
  font-weight: 700 !important;
  line-height: 140% !important;
}
.woocommerce .type-product.product div.summary .product-addtocard-single .addtocart-row,
.woocommerce .type-product.product .div.images .product-addtocard-single .addtocart-row {
  display: flex;
  align-items: center;
}
.woocommerce .type-product.product div.summary .product-addtocard-single .addtocart-row form.cart,
.woocommerce .type-product.product .div.images .product-addtocard-single .addtocart-row form.cart {
  max-width: 100% !important;
  background: transparent !important;
  padding: 0 !important;
  border-radius: 0;
  border: none !important;
  margin-right: auto;
  margin-left: 0;
}
.woocommerce .type-product.product div.summary .product-addtocard-single .shipping-info-row,
.woocommerce .type-product.product .div.images .product-addtocard-single .shipping-info-row {
  display: flex;
  align-items: center;
  gap: 8px;
  color: #4B5563;
  font-family: IBM Plex Sans;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 142.857%;
}
.woocommerce .type-product.product div.summary .product-addtocard-single .shipping-info-row svg,
.woocommerce .type-product.product .div.images .product-addtocard-single .shipping-info-row svg {
  display: flex;
}
.woocommerce .type-product.product div.summary .product-features-static,
.woocommerce .type-product.product .div.images .product-features-static {
  display: flex;
  flex-flow: column;
  gap: 12px;
}
.woocommerce .type-product.product div.summary .product-features-static .feature-row,
.woocommerce .type-product.product .div.images .product-features-static .feature-row {
  display: flex;
  align-items: center;
  gap: 8px;
  color: #1F2937;
  font-family: IBM Plex Sans;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 142.857%;
}
.woocommerce .type-product.product div.summary .product-features-static .feature-row svg,
.woocommerce .type-product.product .div.images .product-features-static .feature-row svg {
  display: flex;
}

body.woocommerce div.product .woocommerce-tabs ul.tabs {
  padding: 0;
  margin: 0;
  margin-bottom: 24px;
  border-bottom: 1px solid #E5E7EB;
}
body.woocommerce div.product .woocommerce-tabs ul.tabs::before, body.woocommerce div.product .woocommerce-tabs ul.tabs::after {
  display: none;
}
body.woocommerce div.product .woocommerce-tabs ul.tabs .description_tab {
  padding: 16px;
  border-radius: 0;
  border: none;
  color: #1F2937;
  text-align: center;
  font-family: IBM Plex Sans;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  margin: 0;
}
body.woocommerce div.product .woocommerce-tabs ul.tabs .description_tab::before, body.woocommerce div.product .woocommerce-tabs ul.tabs .description_tab::after {
  display: none;
}
body.woocommerce div.product .woocommerce-tabs ul.tabs .description_tab.active {
  border-bottom: 2px solid #1E3A8A;
}
body.woocommerce div.product .woocommerce-tabs ul.tabs .description_tab.active a {
  padding: 0;
  color: #1E3A8A;
}

body.woocommerce div.product .woocommerce-Tabs-panel--description p {
  margin: 0;
  color: #1F2937;
  font-family: IBM Plex Sans;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
}
body.woocommerce div.product .woocommerce-Tabs-panel--description p:not(:last-child) {
  margin-bottom: 16px;
}
body.woocommerce div.product .woocommerce-Tabs-panel--description ul,
body.woocommerce div.product .woocommerce-Tabs-panel--description ol {
  color: #1F2937;
  font-family: IBM Plex Sans;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
  margin: 0;
  padding: 0;
  margin-left: 24px;
}
body.woocommerce div.product .woocommerce-Tabs-panel--description ul:not(:last-child),
body.woocommerce div.product .woocommerce-Tabs-panel--description ol:not(:last-child) {
  margin-bottom: 16px;
}

body.woocommerce div.product .woocommerce-tabs .panel {
  margin-bottom: 40px;
}

body.woocommerce div.product h2 {
  color: #1F2937;
  font-family: IBM Plex Sans;
  font-size: 24px;
  font-style: normal;
  font-weight: 700;
  line-height: 133.333%;
  margin: 0;
  margin-bottom: 26px;
}
@media screen and (max-width: 550px) {
  body.woocommerce div.product h2 {
    font-size: 22px;
  }
}
body.woocommerce div.product .description-row-items {
  display: flex;
  align-items: stretch;
  gap: 20px;
  justify-content: space-between;
  margin-bottom: 40px;
}
@media screen and (max-width: 768px) {
  body.woocommerce div.product .description-row-items {
    gap: 10px;
  }
}
@media screen and (max-width: 767px) {
  body.woocommerce div.product .description-row-items {
    flex-wrap: wrap;
    justify-content: center;
    gap: 20px;
  }
}
body.woocommerce div.product .description-row-items .item {
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 16px;
  border-radius: 8px;
  background: #F9FAFB;
  width: 300px;
}
@media screen and (max-width: 768px) {
  body.woocommerce div.product .description-row-items .item {
    gap: 8px;
    padding: 10px;
  }
}
@media screen and (max-width: 767px) {
  body.woocommerce div.product .description-row-items .item {
    gap: 12px;
    padding: 16px;
    width: calc(50% - 10px);
  }
}
@media screen and (max-width: 550px) {
  body.woocommerce div.product .description-row-items .item {
    width: 100%;
  }
}
body.woocommerce div.product .description-row-items .item .img {
  flex-shrink: 0;
  width: 25px;
}
body.woocommerce div.product .description-row-items .item .title {
  color: #1F2937;
  font-family: IBM Plex Sans;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 150%;
  margin: 0;
}
body.woocommerce div.product .description-row-items .item .deskr {
  color: #4B5563;
  font-family: IBM Plex Sans;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 142.857%;
  margin: 0;
}
body.woocommerce div.product .p-check-group {
  display: flex;
  flex-flow: column;
  gap: 16px;
}
body.woocommerce div.product .p-check-group .p-check {
  margin: 0;
  display: flex;
  gap: 8px;
  align-items: flex-start;
  color: #1F2937;
  font-family: IBM Plex Sans;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
}
body.woocommerce div.product .p-check-group .p-check img {
  width: 16px;
  flex-shrink: 0;
}
body.woocommerce div.product .p-check-group .p-check strong {
  font-weight: 700;
  display: inline-flex;
}

.pswp.pswp--open {
  z-index: 99999;
}

.woocommerce div.product div.images img {
  border-radius: 12px;
}

body.woocommerce .cta {
  display: flex;
  border-radius: 12px;
  overflow: hidden;
  align-items: stretch;
  margin-top: 50px;
  margin-bottom: 30px;
}
@media screen and (max-width: 600px) {
  body.woocommerce .cta {
    flex-wrap: wrap;
  }
}
body.woocommerce .cta .col-img {
  width: 415px;
  flex-shrink: 0;
}
@media screen and (max-width: 900px) {
  body.woocommerce .cta .col-img {
    width: 300px;
  }
}
@media screen and (max-width: 600px) {
  body.woocommerce .cta .col-img {
    width: 100%;
  }
}
body.woocommerce .cta .col-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
body.woocommerce .cta .col-text {
  padding: 40px 30px;
  background: #111827;
  color: #FFF;
}
@media screen and (max-width: 600px) {
  body.woocommerce .cta .col-text {
    width: 100%;
  }
}
@media screen and (max-width: 900px) {
  body.woocommerce .cta .col-text {
    padding: 20px;
  }
}
body.woocommerce .cta .col-text h2 {
  color: #FFF;
  font-family: IBM Plex Sans;
  font-size: 24px;
  font-style: normal;
  font-weight: 700;
  line-height: 133.333%;
  margin: 0;
  margin-bottom: 16px;
}
@media screen and (max-width: 550px) {
  body.woocommerce .cta .col-text h2 {
    font-size: 22px;
  }
}
body.woocommerce .cta .col-text .deskr {
  color: #FFF;
  font-family: IBM Plex Sans;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
  margin: 0;
  margin-bottom: 24px;
}
body.woocommerce .cta .col-text .p-icon {
  margin: 0;
  margin-top: 24px;
  display: flex;
  align-items: flex-start;
  gap: 8px;
  color: #FFF;
  font-family: IBM Plex Sans;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 142.857%;
}
body.woocommerce .subscribe-section {
  margin-bottom: 40px;
}

.disclaimer-block {
  border-radius: 8px;
  background: #fbf9f9;
  padding: 24px;
  margin-bottom: 40px;
}
@media screen and (max-width: 900px) {
  .disclaimer-block {
    padding: 20px;
  }
}
.disclaimer-block .title {
  color: #1F2937;
  font-family: IBM Plex Sans;
  font-size: 18px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  margin: 0;
  margin-bottom: 13px;
}
.disclaimer-block .deskr-wrapper {
  display: flex;
  flex-flow: column;
  gap: 15px;
}
.disclaimer-block .deskr {
  margin: 0;
  color: #4B5563;
  font-family: IBM Plex Sans;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 133.333%;
}

body.woocommerce.single-product #primary .product form.cart .single_add_to_cart_button {
  border-radius: 40px;
  border: 0 solid #E5E7EB;
  background: #456e89;
  box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.1), 0 4px 6px 0 rgba(0, 0, 0, 0.1);
  padding: 14px 24px;
  color: #FFF;
  text-align: center;
  font-family: IBM Plex Sans;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  outline: none;
  cursor: pointer;
  transition: background 0.3s linear, color 0.3s linear;
}
body.woocommerce.single-product #primary .product form.cart .single_add_to_cart_button:hover {
  background: #FFF !important;
  color: #456e89;
  transition: background 0.3s linear, color 0.3s linear;
}

.woocommerce table.shop_attributes {
  border-top: none;
  margin: 0;
  margin-bottom: 24px;
}

.woocommerce div.product div.images {
  margin-bottom: 40px;
}
.woocommerce div.product div.images .flex-viewport {
  border-radius: 12px;
}
.woocommerce div.product div.images .flex-control-nav {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-top: 16px;
}
.woocommerce div.product div.images .flex-control-nav li img {
  border-radius: 8px;
}

body.single-post {
  margin-top: 160px;
}

.post-single-title {
  color: #1A202C;
  font-family: IBM Plex Sans;
  font-size: 48px;
  font-style: normal;
  font-weight: 700;
  line-height: 100%;
  margin: 0;
  margin-bottom: 32px;
}
@media screen and (max-width: 1024px) {
  .post-single-title {
    font-size: 34px;
  }
}
@media screen and (max-width: 768px) {
  .post-single-title {
    font-size: 30px;
  }
}
.post-inner-wrapper {
  display: flex;
  gap: 26px;
  justify-content: space-between;
  position: relative;
  margin-bottom: 60px;
}
.post-inner-wrapper .sharing-col {
  width: 40px;
  flex-shrink: 0;
  position: relative;
}
.post-inner-wrapper .sharing-col .share-icons-wrapper {
  position: sticky;
  top: 100px;
  display: flex;
  flex-flow: column;
  gap: 16px;
}
.post-inner-wrapper .sharing-col .share-icons-wrapper .share-icon svg {
  display: flex;
}
.post-inner-wrapper .content-col {
  width: 685px;
}
.post-inner-wrapper .content-col .post-thumbnail {
  margin-bottom: 32px;
}
@media screen and (max-width: 550px) {
  .post-inner-wrapper .content-col .post-thumbnail {
    margin-bottom: 24px;
  }
}
.post-inner-wrapper .content-col .post-thumbnail img {
  border-radius: 8px;
}
.post-inner-wrapper .content-col p {
  color: #1F2937;
  font-family: IBM Plex Sans;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 166.667%;
  margin: 0;
}
@media screen and (max-width: 550px) {
  .post-inner-wrapper .content-col p {
    font-size: 16px;
  }
}
.post-inner-wrapper .content-col p:not(:last-child) {
  margin-bottom: 24px;
}
@media screen and (max-width: 550px) {
  .post-inner-wrapper .content-col p:not(:last-child) {
    margin-bottom: 16px;
  }
}
.post-inner-wrapper .content-col h2 {
  color: #1F2937;
  font-family: IBM Plex Sans;
  font-size: 24px;
  font-style: normal;
  font-weight: 700;
  line-height: 133.333%;
  margin: 0;
}
.post-inner-wrapper .content-col h2:not(:last-child) {
  margin-bottom: 16px;
}
@media screen and (max-width: 550px) {
  .post-inner-wrapper .content-col h2 {
    font-size: 22px;
  }
}
.post-inner-wrapper .content-col blockquote {
  border-left: 4px solid #3B82F6;
  background: #EFF6FF;
  padding: 16px 16px 16px 20px;
  margin: 0;
}
.post-inner-wrapper .content-col blockquote:not(:last-child) {
  margin-bottom: 24px;
}
@media screen and (max-width: 550px) {
  .post-inner-wrapper .content-col blockquote:not(:last-child) {
    margin-bottom: 16px;
  }
}
.post-inner-wrapper .content-col blockquote p:nth-child(1) {
  color: #1E40AF;
  font-family: IBM Plex Sans;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  margin: 0;
}
.post-inner-wrapper .content-col blockquote p:nth-child(2) {
  color: #2563EB;
  font-family: IBM Plex Sans;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  margin: 0;
  margin-top: 13px;
}
.post-inner-wrapper .content-col ul,
.post-inner-wrapper .content-col ol {
  color: #1F2937;
  font-family: IBM Plex Sans;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
  margin: 0;
  padding: 0;
  margin-left: 24px;
}
.post-inner-wrapper .content-col ul:not(:last-child),
.post-inner-wrapper .content-col ol:not(:last-child) {
  margin-bottom: 24px;
}
.post-inner-wrapper .content-col h3 {
  color: #1F2937;
  font-family: IBM Plex Sans;
  font-size: 20px;
  font-style: normal;
  font-weight: 600;
  line-height: 140%;
}
@media screen and (max-width: 550px) {
  .post-inner-wrapper .content-col h3 {
    font-size: 18px;
  }
}
.post-inner-wrapper .content-col h3:not(:last-child) {
  margin-bottom: 12px;
}
.post-inner-wrapper .content-col figure:not(:last-child) {
  margin-bottom: 24px;
}
@media screen and (max-width: 550px) {
  .post-inner-wrapper .content-col figure:not(:last-child) {
    margin-bottom: 16px;
  }
}
.post-inner-wrapper .content-col figure img {
  max-width: 100%;
}
.post-inner-wrapper .content-col .published-on {
  color: #1F2937;
  font-family: IBM Plex Sans;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 166.667%;
  margin: 0;
  margin-top: 24px;
}
@media screen and (max-width: 550px) {
  .post-inner-wrapper .content-col .published-on {
    font-size: 16px;
  }
}
.post-inner-wrapper .content-col .published-on:not(:last-child) {
  margin-bottom: 24px;
}
.post-inner-wrapper .sidebar-col {
  width: 410px;
  position: relative;
}
.post-inner-wrapper .sidebar-col aside {
  position: sticky;
  top: 100px;
}
.post-inner-wrapper .sidebar-col aside .ready-to-explore {
  border-radius: 12px;
  border: 1px solid #E5E7EB;
  background: linear-gradient(90deg, #F9FAFB 0%, #F3F4F6 100%);
  padding: 25px;
  margin-bottom: 32px;
}
@media screen and (max-width: 550px) {
  .post-inner-wrapper .sidebar-col aside .ready-to-explore {
    padding: 20px;
  }
}
.post-inner-wrapper .sidebar-col aside .ready-to-explore .title {
  color: #1A202C;
  font-family: IBM Plex Sans;
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: 140%;
  margin: 0;
  margin-bottom: 12px;
}
@media screen and (max-width: 550px) {
  .post-inner-wrapper .sidebar-col aside .ready-to-explore .title {
    font-size: 18px;
  }
}
.post-inner-wrapper .sidebar-col aside .ready-to-explore .deskr {
  color: #4B5563;
  font-family: IBM Plex Sans;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
  margin: 0;
  margin-bottom: 16px;
}
@media screen and (max-width: 550px) {
  .post-inner-wrapper .sidebar-col aside .ready-to-explore .deskr {
    font-size: 14px;
  }
}
.post-inner-wrapper .sidebar-col aside h3 {
  color: #1A202C;
  font-family: IBM Plex Sans;
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: 140%;
  margin-bottom: 16px;
}
@media screen and (max-width: 550px) {
  .post-inner-wrapper .sidebar-col aside h3 {
    font-size: 18px;
  }
}
.post-inner-wrapper .sidebar-col aside .peptara_latest_articles-wrapper {
  display: flex;
  flex-flow: column;
  gap: 16px;
}
.post-inner-wrapper .sidebar-col aside .peptara_latest_articles-wrapper .peptara_latest_articles-item {
  display: flex;
  align-items: center;
  gap: 12px;
}
.post-inner-wrapper .sidebar-col aside .peptara_latest_articles-wrapper .peptara_latest_articles-item .peptara_latest_articles-image {
  width: 80px;
  flex-shrink: 0;
}
.post-inner-wrapper .sidebar-col aside .peptara_latest_articles-wrapper .peptara_latest_articles-item .peptara_latest_articles-image img {
  width: 80px;
  height: 80px;
  object-fit: cover;
  border-radius: 6px;
}
.post-inner-wrapper .sidebar-col aside .peptara_latest_articles-wrapper .peptara_latest_articles-item .peptara_latest_articles-content .peptara_latest_articles-title {
  margin-bottom: 2px;
}
.post-inner-wrapper .sidebar-col aside .peptara_latest_articles-wrapper .peptara_latest_articles-item .peptara_latest_articles-content .peptara_latest_articles-title a {
  color: #111827;
  font-family: IBM Plex Sans;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 150%;
}
.post-inner-wrapper .sidebar-col aside .peptara_latest_articles-wrapper .peptara_latest_articles-item .peptara_latest_articles-content .incr-item-meta-time {
  color: #6B7280;
  font-family: IBM Plex Sans;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 142.857%;
}
.post-inner-wrapper .sidebar-col aside .sidebar-form {
  margin-top: 32px;
  border-radius: 12px;
  background: #1F2937;
  padding: 24px;
}
@media screen and (max-width: 550px) {
  .post-inner-wrapper .sidebar-col aside .sidebar-form {
    padding: 20px;
  }
}
.post-inner-wrapper .sidebar-col aside .sidebar-form .form-title {
  color: #FFF;
  font-family: IBM Plex Sans;
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  margin: 0;
  margin-bottom: 14px;
}
@media screen and (max-width: 550px) {
  .post-inner-wrapper .sidebar-col aside .sidebar-form .form-title {
    font-size: 18px;
  }
}
.post-inner-wrapper .sidebar-col aside .sidebar-form .form-deskr {
  color: #D1D5DB;
  font-family: IBM Plex Sans;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  margin: 0;
  margin-bottom: 20px;
}
@media screen and (max-width: 550px) {
  .post-inner-wrapper .sidebar-col aside .sidebar-form .form-deskr {
    font-size: 14px;
    margin-bottom: 16px;
  }
}
.post-inner-wrapper .sidebar-col aside .sidebar-form .form-row .input-wrapper input {
  border-radius: 24px;
  border: 1px solid #4B5563;
  background: #374151;
  color: #FFF;
  font-family: IBM Plex Sans;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
  padding: 8px 16px;
}
.post-inner-wrapper .sidebar-col aside .sidebar-form .form-row .input-wrapper input::placeholder {
  color: #ADAEBC;
}
.post-inner-wrapper .sidebar-col aside .sidebar-form .btn-orange {
  width: 100%;
  padding: 11px 16px;
}
.post-inner-wrapper .sidebar-col aside .sidebar-form .form-cmall-text {
  color: #9CA3AF;
  font-family: IBM Plex Sans;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  margin: 0;
  margin-top: 12px;
}

.single-post-black-block {
  padding: 48px 20px;
  background: #000;
  text-align: center;
  color: #FFF;
  margin-bottom: 48px;
}
@media screen and (max-width: 550px) {
  .single-post-black-block {
    padding: 30px 20px;
  }
}
.single-post-black-block .title {
  color: #FFF;
  text-align: center;
  font-family: IBM Plex Sans;
  font-size: 30px;
  font-style: normal;
  font-weight: 700;
  line-height: 120%;
  margin: 0;
  margin-bottom: 16px;
}
@media screen and (max-width: 1024px) {
  .single-post-black-block .title {
    font-size: 28px;
  }
}
@media screen and (max-width: 768px) {
  .single-post-black-block .title {
    font-size: 26px;
  }
}
@media screen and (max-width: 550px) {
  .single-post-black-block .title {
    font-size: 24px;
  }
}
.single-post-black-block .deskr {
  color: #D1D5DB;
  text-align: center;
  font-family: IBM Plex Sans;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
  max-width: 659px;
  margin: 0 auto 24px auto;
}

body.single-post .related-posts {
  padding: 48px 0;
  background: #F9FAFB;
  margin-bottom: 40px;
}
@media screen and (max-width: 550px) {
  body.single-post .related-posts {
    padding: 30px 0;
  }
}
body.single-post .related-posts .related-posts-title {
  margin: 0;
  margin-bottom: 30px;
  color: #1A202C;
  text-align: center;
  font-family: IBM Plex Sans;
  font-size: 24px;
  font-style: normal;
  font-weight: 700;
  line-height: 133.333%;
}
@media screen and (max-width: 550px) {
  body.single-post .related-posts .related-posts-title {
    margin-bottom: 20px;
    font-size: 22px;
  }
}
body.single-post .related-posts .related-posts-inner {
  display: flex;
  gap: 26px;
  align-items: stretch;
}
body.single-post .related-posts .related-posts-inner .related-post-item {
  width: calc(33.33% - 17.33px);
  border-radius: 12px;
  border: 1px solid #F3F4F6;
  background: #FFF;
  box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.05);
  overflow: hidden;
}
body.single-post .related-posts .related-posts-inner .related-post-item .posts-item {
  position: relative;
  display: block;
  height: 100%;
}
body.single-post .related-posts .related-posts-inner .related-post-item .posts-item .post-image {
  width: 100%;
  height: 192px;
  object-fit: cover;
}
body.single-post .related-posts .related-posts-inner .related-post-item .posts-item .post-category-holder span {
  display: block;
  color: #FF7A00;
  font-family: IBM Plex Sans;
  font-size: 12px;
  font-style: normal;
  font-weight: 500;
  line-height: 133.333%;
  letter-spacing: 0.6px;
}
body.single-post .related-posts .related-posts-inner .related-post-item .posts-item .content-part {
  padding: 30px 24px 24px 24px;
  display: flex;
  flex-flow: column;
  height: 100%;
}
@media screen and (max-width: 550px) {
  body.single-post .related-posts .related-posts-inner .related-post-item .posts-item .content-part {
    padding: 20px;
  }
}
body.single-post .related-posts .related-posts-inner .related-post-item .posts-item .post-category-holder {
  position: absolute;
  top: 16px;
  right: 16px;
}
body.single-post .related-posts .related-posts-inner .related-post-item .posts-item .post-category-holder span {
  padding: 4px 8px;
  border-radius: 9999px;
  color: #FFF;
  font-family: IBM Plex Sans;
  font-size: 12px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
}
body.single-post .related-posts .related-posts-inner .related-post-item .posts-item .postmeta-row {
  margin-bottom: 0;
  margin-top: auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 10px;
}
body.single-post .related-posts .related-posts-inner .related-post-item .posts-item .postmeta-row .post-date {
  margin: 0;
  color: #64748B;
  font-family: IBM Plex Sans;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
body.single-post .related-posts .related-posts-inner .related-post-item .posts-item .postmeta-row .col-readmore .read-more {
  margin: 0;
  color: #FF7A00;
  font-family: IBM Plex Sans;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 142.857%;
}
body.single-post .related-posts .related-posts-inner .related-post-item .posts-item .post-title {
  color: #1A202C;
  font-family: IBM Plex Sans;
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  line-height: 155.556%;
  margin: 0;
  margin-bottom: 8px;
}
@media screen and (max-width: 550px) {
  body.single-post .related-posts .related-posts-inner .related-post-item .posts-item .post-title {
    font-size: 16px;
  }
}
body.single-post .related-posts .related-posts-inner .related-post-item .posts-item .post-description {
  margin-bottom: 16px;
}
body.single-post .related-posts .related-posts-inner .related-post-item .posts-item .post-description p {
  color: #4B5563;
  font-family: IBM Plex Sans;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 142.857%;
  margin: 0;
}

@media screen and (max-width: 768px) {
  body.single-post {
    margin-top: 90px;
  }
  .post-inner-wrapper {
    flex-wrap: wrap;
    gap: 20px;
  }
  .post-inner-wrapper .content-col {
    width: calc(100% - 60px);
  }
  body.single-post .related-posts .related-posts-inner {
    gap: 20px;
    flex-wrap: wrap;
  }
  body.single-post .related-posts .related-posts-inner .related-post-item {
    width: calc(50% - 10px);
  }
}
@media screen and (max-width: 550px) {
  .post-inner-wrapper .sharing-col {
    width: 100%;
  }
  .post-inner-wrapper .sharing-col .share-icons-wrapper {
    flex-flow: row;
  }
  .post-inner-wrapper .content-col {
    width: 100%;
  }
  body.single-post .related-posts .related-posts-inner .related-post-item {
    width: 100%;
  }
}
.latest-resources-section {
  background: #F9FAFB;
}

.featured-content-section .inner,
.latest-resources-section .inner {
  margin-top: 64px;
  margin-bottom: 64px;
}
@media screen and (max-width: 550px) {
  .featured-content-section .inner,
  .latest-resources-section .inner {
    margin-top: 40px;
    margin-bottom: 40px;
  }
}
.featured-content-section .title-h2,
.latest-resources-section .title-h2 {
  color: #1E293B;
  font-family: IBM Plex Sans;
  font-size: 30px;
  font-style: normal;
  font-weight: 700;
  line-height: 120%;
  margin: 0;
  margin-bottom: 8px;
}
@media screen and (max-width: 1024px) {
  .featured-content-section .title-h2,
  .latest-resources-section .title-h2 {
    font-size: 28px;
  }
}
@media screen and (max-width: 768px) {
  .featured-content-section .title-h2,
  .latest-resources-section .title-h2 {
    font-size: 26px;
  }
}
@media screen and (max-width: 550px) {
  .featured-content-section .title-h2,
  .latest-resources-section .title-h2 {
    font-size: 24px;
  }
}
.featured-content-section .section-deskr,
.latest-resources-section .section-deskr {
  color: #475569;
  font-family: IBM Plex Sans;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
  margin: 0;
}
.featured-content-section .featured-articles,
.featured-content-section .posts-list,
.latest-resources-section .featured-articles,
.latest-resources-section .posts-list {
  margin-top: 40px;
}
.featured-content-section .show-more-row,
.latest-resources-section .show-more-row {
  margin-top: 40px;
  display: flex;
  justify-content: center;
}
.featured-content-section .show-more-row .btn,
.latest-resources-section .show-more-row .btn {
  display: flex;
  align-items: flex-start;
  justify-content: center;
  gap: 5px;
  border-radius: 9999px;
  border: 1px solid #CBD5E1;
  background: #FFF;
  padding: 14px 50px;
  color: #334155;
  text-align: center;
  font-family: IBM Plex Sans;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  transition: background 0.3s linear, color 0.3s linear;
}
.featured-content-section .show-more-row .btn svg,
.latest-resources-section .show-more-row .btn svg {
  display: flex;
}
.featured-content-section .show-more-row .btn svg .arrow,
.latest-resources-section .show-more-row .btn svg .arrow {
  transition: fill 0.3s linear;
}
.featured-content-section .show-more-row .btn:hover,
.latest-resources-section .show-more-row .btn:hover {
  transition: background 0.3s linear, color 0.3s linear;
  background: #334155;
  color: #FFF;
}
.featured-content-section .show-more-row .btn:hover svg .arrow,
.latest-resources-section .show-more-row .btn:hover svg .arrow {
  transition: fill 0.3s linear;
  fill: #FFF;
}
.featured-content-section .posts-items,
.latest-resources-section .posts-items {
  display: flex;
  gap: 26px;
  align-items: stretch;
  flex-wrap: wrap;
}
@media screen and (max-width: 768px) {
  .featured-content-section .posts-items,
  .latest-resources-section .posts-items {
    gap: 20px;
  }
}
.featured-content-section .posts-items .posts-item,
.latest-resources-section .posts-items .posts-item {
  width: calc(33.33% - 17.33px);
  border-radius: 12px;
  border: 1px solid #F3F4F6;
  background: #FFF;
  box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.05);
  overflow: hidden;
}
@media screen and (max-width: 768px) {
  .featured-content-section .posts-items .posts-item,
  .latest-resources-section .posts-items .posts-item {
    width: calc(50% - 10px);
  }
}
@media screen and (max-width: 550px) {
  .featured-content-section .posts-items .posts-item,
  .latest-resources-section .posts-items .posts-item {
    width: 100%;
  }
}
.featured-content-section .posts-items .posts-item .post-inner,
.latest-resources-section .posts-items .posts-item .post-inner {
  position: relative;
}
.featured-content-section .posts-items .posts-item .post-inner .post-image,
.latest-resources-section .posts-items .posts-item .post-inner .post-image {
  width: 100%;
  height: 192px;
  object-fit: cover;
}
.featured-content-section .posts-items .posts-item .post-inner .content-part,
.latest-resources-section .posts-items .posts-item .post-inner .content-part {
  padding: 16px 24px 24px 24px;
  display: flex;
  flex-flow: column;
}
@media screen and (max-width: 1024px) {
  .featured-content-section .posts-items .posts-item .post-inner .content-part,
  .latest-resources-section .posts-items .posts-item .post-inner .content-part {
    padding: 20px;
  }
}
.featured-content-section .posts-items .posts-item .post-inner .post-category-holder,
.latest-resources-section .posts-items .posts-item .post-inner .post-category-holder {
  position: absolute;
  top: 16px;
  right: 16px;
}
.featured-content-section .posts-items .posts-item .post-inner .post-category-holder span,
.latest-resources-section .posts-items .posts-item .post-inner .post-category-holder span {
  padding: 4px 8px;
  border-radius: 9999px;
  color: #FFF;
  font-family: IBM Plex Sans;
  font-size: 12px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
}
.featured-content-section .posts-items .posts-item .post-inner .postmeta-row,
.latest-resources-section .posts-items .posts-item .post-inner .postmeta-row {
  margin-bottom: 0;
  margin-top: auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 10px;
}
.featured-content-section .posts-items .posts-item .post-inner .postmeta-row .post-date,
.latest-resources-section .posts-items .posts-item .post-inner .postmeta-row .post-date {
  margin: 0;
  color: #64748B;
  font-family: IBM Plex Sans;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
.featured-content-section .posts-items .posts-item .post-inner .postmeta-row .col-readmore .read-more,
.latest-resources-section .posts-items .posts-item .post-inner .postmeta-row .col-readmore .read-more {
  margin: 0;
  color: #FF7A00;
  font-family: IBM Plex Sans;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 142.857%;
}
.featured-content-section .posts-items .posts-item .post-inner .post-title,
.latest-resources-section .posts-items .posts-item .post-inner .post-title {
  color: #1E293B;
  font-family: IBM Plex Sans;
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: 140%;
  margin: 0;
  margin-bottom: 8px;
}
@media screen and (max-width: 1024px) {
  .featured-content-section .posts-items .posts-item .post-inner .post-title,
  .latest-resources-section .posts-items .posts-item .post-inner .post-title {
    font-size: 18px;
  }
}
@media screen and (max-width: 550px) {
  .featured-content-section .posts-items .posts-item .post-inner .post-title,
  .latest-resources-section .posts-items .posts-item .post-inner .post-title {
    font-size: 16px;
  }
}
.featured-content-section .posts-items .posts-item .post-inner .post-description,
.latest-resources-section .posts-items .posts-item .post-inner .post-description {
  margin-bottom: 16px;
}
.featured-content-section .posts-items .posts-item .post-inner .post-description p,
.latest-resources-section .posts-items .posts-item .post-inner .post-description p {
  color: #475569;
  font-family: IBM Plex Sans;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
  margin: 0;
}
@media screen and (max-width: 1024px) {
  .featured-content-section .posts-items .posts-item .post-inner .post-description p,
  .latest-resources-section .posts-items .posts-item .post-inner .post-description p {
    font-size: 14px;
  }
}

.blog-catalog-disclaimer {
  margin-bottom: 80px;
}
@media screen and (max-width: 550px) {
  .blog-catalog-disclaimer {
    margin-bottom: 40px;
  }
}
.blog-catalog-disclaimer .inner {
  margin-top: 24px;
  margin-bottom: 24px;
}
.blog-catalog-disclaimer .deskr {
  color: #94A3B8;
  text-align: center;
  font-family: IBM Plex Sans;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 142.857%;
  margin: 0;
}

.post-content p a {
  color: #FF7A00;
  display: inline;
}
.post-content p a:hover {
  text-decoration: underline;
}

/* Comments
--------------------------------------------- */
.comment-content a {
  word-wrap: break-word;
}

.bypostauthor {
  display: block;
}

/* Widgets
--------------------------------------------- */
.widget {
  margin: 0;
}
.widget select {
  max-width: 100%;
}

/* Media
--------------------------------------------- */
.page-content .wp-smiley,
.entry-content .wp-smiley,
.comment-content .wp-smiley {
  border: none;
  margin-bottom: 0;
  margin-top: 0;
  padding: 0;
}

/* Make sure logo link wraps around logo image. */
.custom-logo-link {
  display: inline-block;
}

/* Captions
--------------------------------------------- */
.wp-caption {
  margin-bottom: 1.5em;
  max-width: 100%;
}
.wp-caption img[class*=wp-image-] {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.wp-caption .wp-caption-text {
  margin: 0.8075em 0;
}

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

/* Galleries
--------------------------------------------- */
.gallery {
  margin-bottom: 1.5em;
  display: grid;
  grid-gap: 1.5em;
}

.gallery-item {
  display: inline-block;
  text-align: center;
  width: 100%;
}

.gallery-columns-2 {
  grid-template-columns: repeat(2, 1fr);
}

.gallery-columns-3 {
  grid-template-columns: repeat(3, 1fr);
}

.gallery-columns-4 {
  grid-template-columns: repeat(4, 1fr);
}

.gallery-columns-5 {
  grid-template-columns: repeat(5, 1fr);
}

.gallery-columns-6 {
  grid-template-columns: repeat(6, 1fr);
}

.gallery-columns-7 {
  grid-template-columns: repeat(7, 1fr);
}

.gallery-columns-8 {
  grid-template-columns: repeat(8, 1fr);
}

.gallery-columns-9 {
  grid-template-columns: repeat(9, 1fr);
}

.gallery-caption {
  display: block;
}

img {
  display: flex;
}

figure {
  margin: 0;
}

/*--------------------------------------------------------------
# Plugins
--------------------------------------------------------------*/
/* Jetpack infinite scroll
--------------------------------------------- */
/* Hide the Posts Navigation and the Footer when Infinite Scroll is in use. */
.infinite-scroll .posts-navigation,
.infinite-scroll.neverending .site-footer {
  display: none;
}

/* Re-display the Theme Footer when Infinite Scroll has reached its end. */
.infinity-end.neverending .site-footer {
  display: block;
}

/*--------------------------------------------------------------
# Utilities
--------------------------------------------------------------*/
/* Accessibility
--------------------------------------------- */
/* Text meant only for screen readers. */
.screen-reader-text {
  border: 0;
  clip: rect(1px, 1px, 1px, 1px);
  clip-path: inset(50%);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute !important;
  width: 1px;
  word-wrap: normal !important;
}
.screen-reader-text:focus {
  background-color: #f1f1f1;
  border-radius: 3px;
  box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
  clip: auto !important;
  clip-path: none;
  color: #21759b;
  display: block;
  font-size: 0.875rem;
  font-weight: 700;
  height: auto;
  left: 5px;
  line-height: normal;
  padding: 15px 23px 14px;
  text-decoration: none;
  top: 5px;
  width: auto;
  z-index: 100000;
}

/* Do not show the outline on the skip link target. */
#primary[tabindex="-1"]:focus {
  outline: 0;
}

/* Alignments
--------------------------------------------- */
.alignleft {
  /*rtl:ignore*/
  float: left;
  /*rtl:ignore*/
  margin-right: 1.5em;
  margin-bottom: 1.5em;
}

.alignright {
  /*rtl:ignore*/
  float: right;
  /*rtl:ignore*/
  margin-left: 1.5em;
  margin-bottom: 1.5em;
}

.aligncenter {
  clear: both;
  display: block;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 1.5em;
}

/*
Theme Name: Peptara

WooCommerce styles override
*/
/**
 * Shop tables
 */
/**
 * Products
 */
/**
 * Single product
 */
/**
 * Checkout
 */
/**
 * General WooCommerce components
 */
/**
 * WooCommerce widgets
 */
.woocommerce input.input-text,
.woocommerce input[type=text],
.woocommerce input[type=email],
.woocommerce input[type=password],
.woocommerce input[type=tel],
.woocommerce input[type=number],
.woocommerce select,
.woocommerce textarea {
  width: 100%;
  padding: 10px;
  border: 1px solid #D1D5DB;
  border-radius: 8px;
  background: #fff;
  font-size: 14px;
  transition: all 0.3s ease;
}
.woocommerce input.input-text::placeholder,
.woocommerce input[type=text]::placeholder,
.woocommerce input[type=email]::placeholder,
.woocommerce input[type=password]::placeholder,
.woocommerce input[type=tel]::placeholder,
.woocommerce input[type=number]::placeholder,
.woocommerce select::placeholder,
.woocommerce textarea::placeholder {
  color: #D1D5DB;
}
.woocommerce input.input-text:focus,
.woocommerce input[type=text]:focus,
.woocommerce input[type=email]:focus,
.woocommerce input[type=password]:focus,
.woocommerce input[type=tel]:focus,
.woocommerce input[type=number]:focus,
.woocommerce select:focus,
.woocommerce textarea:focus {
  border-color: #456e89;
  outline: none;
  box-shadow: 0 0 0 2px rgba(224, 115, 64, 0.2);
}

.woocommerce form {
  max-width: 600px;
  margin: 0 auto;
  background: #f9f9f9;
  padding: 20px;
  border-radius: 8px;
  border: 1px solid #D1D5DB;
}
.woocommerce form h2 {
  font-size: 20px;
  margin-bottom: 15px;
  color: #111827;
}
.woocommerce form .form-row {
  margin-bottom: 15px;
}
.woocommerce form .form-row label {
  display: block;
  font-size: 14px;
  margin-bottom: 5px;
  color: #111827;
}
.woocommerce form .woocommerce-button,
.woocommerce form button,
.woocommerce form input[type=submit] {
  background: #456e89;
  color: #fff;
  padding: 12px 20px;
  border: none;
  border-radius: 40px;
  cursor: pointer;
  transition: all 0.3s ease;
}
.woocommerce form .woocommerce-button:hover,
.woocommerce form button:hover,
.woocommerce form input[type=submit]:hover {
  background: #456e89;
}

.woocommerce-account .woocommerce-MyAccount-navigation ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.woocommerce-account .woocommerce-MyAccount-navigation ul li {
  margin-bottom: 10px;
}
.woocommerce-account .woocommerce-MyAccount-navigation ul li a {
  display: block;
  padding: 10px 15px;
  background: #f9f9f9;
  border: 1px solid #D1D5DB;
  border-radius: 8px;
  color: #111827;
  transition: all 0.3s ease;
}
.woocommerce-account .woocommerce-MyAccount-navigation ul li a:hover, .woocommerce-account .woocommerce-MyAccount-navigation ul li a.is-active {
  background: #456e89;
  color: #fff;
  border-color: #456e89;
}
.woocommerce-account .woocommerce-MyAccount-content {
  padding: 20px;
  border: 1px solid #D1D5DB;
  border-radius: 8px;
  background: #fff;
}

.woocommerce-cart table.shop_table {
  width: 100%;
  border-collapse: collapse;
  margin-bottom: 30px;
}
.woocommerce-cart table.shop_table th,
.woocommerce-cart table.shop_table td {
  border: 1px solid #D1D5DB;
  padding: 12px;
  text-align: left;
}
.woocommerce-cart table.shop_table th {
  background: #f9f9f9;
  font-weight: bold;
}
.woocommerce-cart .cart_totals {
  border: 1px solid #D1D5DB;
  padding: 20px;
  border-radius: 8px;
  background: #fff;
}

.woocommerce-checkout .col2-set {
  display: flex;
  gap: 20px;
}
.woocommerce-checkout .col2-set .col-1,
.woocommerce-checkout .col2-set .col-2 {
  flex: 1;
  background: #fff;
  border: 1px solid #D1D5DB;
  padding: 20px;
  border-radius: 8px;
}
.woocommerce-checkout #order_review {
  margin-top: 30px;
  background: #fff;
  border: 1px solid #D1D5DB;
  padding: 20px;
  border-radius: 8px;
}

.woocommerce ul.products {
  display: block;
  gap: 20px;
}
.woocommerce ul.products li.product {
  border: 1px solid #D1D5DB;
  border-radius: 8px;
  background: #fff;
  padding: 15px;
  text-align: center;
  transition: all 0.3s ease;
  margin-bottom: 20px;
}
.woocommerce ul.products li.product:hover {
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
}
.woocommerce ul.products li.product .woocommerce-loop-product__title {
  font-size: 16px;
  margin: 10px 0;
  color: #111827;
}
.woocommerce ul.products li.product .price {
  color: #456e89;
  font-weight: bold;
}
.woocommerce ul.products li.product .button {
  margin-top: 10px;
  display: inline-block;
  background: #456e89;
  color: #fff;
  padding: 8px 15px;
  border-radius: 40px;
  transition: all 0.3s ease;
}
.woocommerce ul.products li.product .button:hover {
  background: #456e89;
}

.woocommerce.single-product #primary {
  gap: 30px;
  max-width: 1250px;
  margin: 0 auto;
}
@media screen and (max-width: 1270px) {
  .woocommerce.single-product #primary {
    margin-left: 20px;
    margin-right: 20px;
  }
}
@media screen and (max-width: 550px) {
  .woocommerce.single-product #primary {
    margin-left: 10px;
    margin-right: 10px;
  }
}
.woocommerce.single-product #primary .product {
  display: block;
}
.woocommerce.single-product #primary .product .product_title {
  font-size: 24px;
  margin-bottom: 15px;
  color: #111827;
}
.woocommerce.single-product #primary .product .price {
  color: #456e89;
  font-size: 20px;
  font-weight: bold;
  margin-bottom: 20px;
}
.woocommerce.single-product #primary .product .woocommerce-product-details__short-description {
  margin-bottom: 20px;
}
.woocommerce.single-product #primary .product form.cart {
  margin-bottom: 20px;
}
.woocommerce.single-product #primary .product form.cart .quantity {
  margin-right: 10px;
}
.woocommerce.single-product #primary .product form.cart .quantity input {
  width: 60px;
  text-align: center;
}
.woocommerce.single-product #primary .product form.cart .single_add_to_cart_button {
  background: #456e89;
  color: #fff;
  padding: 12px 20px;
  border: none;
  border-radius: 40px;
  cursor: pointer;
  transition: all 0.3s ease;
}
.woocommerce.single-product #primary .product form.cart .single_add_to_cart_button:hover {
  background: #456e89;
}

.woocommerce-account #primary {
  max-width: 1250px;
  margin: 0 auto;
}
@media screen and (max-width: 1270px) {
  .woocommerce-account #primary {
    margin-left: 20px;
    margin-right: 20px;
  }
}
@media screen and (max-width: 550px) {
  .woocommerce-account #primary {
    margin-left: 10px;
    margin-right: 10px;
  }
}

.woocommerce-cart #primary,
.woocommerce-shop #main,
.woocommerce-account #primary,
.woocommerce-page.archive #main {
  max-width: 1250px;
  margin: 0 auto;
}
@media screen and (max-width: 1270px) {
  .woocommerce-cart #primary,
  .woocommerce-shop #main,
  .woocommerce-account #primary,
  .woocommerce-page.archive #main {
    margin-left: 20px;
    margin-right: 20px;
  }
}
@media screen and (max-width: 550px) {
  .woocommerce-cart #primary,
  .woocommerce-shop #main,
  .woocommerce-account #primary,
  .woocommerce-page.archive #main {
    margin-left: 10px;
    margin-right: 10px;
  }
}

.woocommerce-breadcrumb {
  display: none;
}

body.woocommerce-account.woocommerce-page .entry-content > .woocommerce {
  margin-bottom: 40px;
}
body.woocommerce-account.woocommerce-page .entry-content > .woocommerce .woocommerce-form.woocommerce-form-login {
  margin: 0 auto;
  max-width: 400px;
}
body.woocommerce-account.woocommerce-page .entry-content > .woocommerce .woocommerce-form.woocommerce-form-login .form-row {
  display: flex;
  flex-flow: column;
}
body.woocommerce-account.woocommerce-page .entry-content > .woocommerce .woocommerce-form.woocommerce-form-login .woocommerce-LostPassword a {
  margin: 0 auto;
  color: #111827;
}
body.woocommerce-account.woocommerce-page .entry-content > .woocommerce .woocommerce-form.woocommerce-form-login .woocommerce-LostPassword a:hover {
  text-decoration: underline;
}
body.woocommerce-account.woocommerce-page .entry-content > .woocommerce .woocommerce-form.woocommerce-form-login .woocommerce-button {
  border-radius: 40px;
}
body.woocommerce-account.woocommerce-page .entry-content > .woocommerce .woocommerce-form.woocommerce-form-login .woocommerce-button:hover {
  color: #f9f9f9;
}
body.woocommerce-account.woocommerce-page .entry-content > .woocommerce .woocommerce-MyAccount-navigation {
  width: 25%;
}
body.woocommerce-account.woocommerce-page .entry-content > .woocommerce .woocommerce-MyAccount-navigation ul li.is-active a {
  color: rgb(255, 255, 255);
  background: rgb(224, 115, 64);
  border-color: rgb(224, 115, 64);
}
@media screen and (max-width: 768px) {
  body.woocommerce-account.woocommerce-page .entry-content > .woocommerce .woocommerce-MyAccount-navigation {
    width: 100%;
  }
}
body.woocommerce-account.woocommerce-page .entry-content > .woocommerce .woocommerce-MyAccount-content {
  width: 73%;
}
@media screen and (max-width: 768px) {
  body.woocommerce-account.woocommerce-page .entry-content > .woocommerce .woocommerce-MyAccount-content {
    width: 100%;
  }
}
body.woocommerce-account.woocommerce-page .entry-content > .woocommerce .woocommerce-MyAccount-content p > a {
  display: inline;
  color: #456e89;
}
body.woocommerce-account.woocommerce-page .entry-content > .woocommerce .woocommerce-MyAccount-content p > a:hover {
  text-decoration: underline;
}

body.woocommerce-account.woocommerce-page .woocommerce-button {
  border-radius: 40px;
}

.woocommerce-notices-wrapper .woocommerce-message {
  user-select: none;
  outline: none;
}

.woocommerce-notices-wrapper ul {
  user-select: none;
  outline: none;
}
.woocommerce-notices-wrapper ul a {
  display: inline;
  color: #456e89;
}
.woocommerce-notices-wrapper ul a:hover {
  text-decoration: underline;
}

.woocommerce .select2-container {
  width: auto;
}
.woocommerce .select2-container--default .select2-results__option--highlighted[aria-selected],
.woocommerce .select2-container--default .select2-results__option--highlighted[data-selected] {
  background: #456e89;
}
.woocommerce .select2-container.select2-container--open .select2-dropdown--below,
.woocommerce .select2-container.select2-container--open .select2-dropdown--above {
  border-radius: 0 0 8px 8px;
  border-color: #E5E7EB;
  background: #F9FAFB;
  overflow: hidden;
}
.woocommerce .select2-selection {
  border-color: #E5E7EB !important;
}
.woocommerce .select2-dropdown .select2-search {
  display: none;
}
.woocommerce .filtering-bar {
  display: flex;
  flex-flow: row nowrap;
  justify-content: space-between;
  margin-bottom: 25px;
}
@media screen and (max-width: 768px) {
  .woocommerce .filtering-bar {
    gap: 12px;
    flex-wrap: wrap;
  }
}
.woocommerce .filtering-bar .leftpart {
  display: flex;
  flex-flow: row nowrap;
  gap: 12px;
}
@media screen and (max-width: 550px) {
  .woocommerce .filtering-bar .leftpart {
    width: 100%;
  }
}
@media screen and (max-width: 768px) {
  .woocommerce .filtering-bar .leftpart {
    flex-wrap: wrap;
  }
}
@media screen and (max-width: 550px) {
  .woocommerce .filtering-bar .leftpart .widget_product_categories,
  .woocommerce .filtering-bar .leftpart .widget_layered_nav {
    width: 100%;
  }
}
.woocommerce .filtering-bar .leftpart .widget-title {
  display: none;
}
@media screen and (max-width: 550px) {
  .woocommerce .filtering-bar .right-part {
    width: 100%;
  }
  .woocommerce .filtering-bar .right-part form {
    width: 100%;
  }
  .woocommerce .filtering-bar .right-part form select {
    width: 100%;
  }
}
.woocommerce .filtering-bar .right-part .orderby {
  outline: none;
  box-shadow: none;
}
.woocommerce .filtering-bar .woocommerce-ordering select {
  border-radius: 8px;
  border: 1px solid #E5E7EB;
  background: #F9FAFB;
  color: #374151;
  text-overflow: ellipsis;
  font-family: IBM Plex Sans;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  padding: 8px;
}
.woocommerce .filtering-bar form {
  max-width: 600px;
  margin: 0 auto;
  background: #f9f9f9;
  padding: 0px;
  border-radius: 8px;
  border: 0px solid #D1D5DB;
}
.woocommerce .filtering-bar .select2-container--default .select2-selection--single {
  height: auto;
  min-width: 200px;
  border-radius: 8px;
  border: 1px solid #E5E7EB;
  background: #F9FAFB;
}
.woocommerce .filtering-bar .select2-container--default .select2-selection--single .select2-selection__arrow {
  top: 5px;
}
.woocommerce .filtering-bar .select2-container--default .select2-selection--single .select2-selection__rendered {
  display: flex;
  align-items: center;
  line-height: normal;
}
.woocommerce .filtering-bar .select2-container--default .select2-selection--single .select2-selection__rendered .select2-selection__placeholder {
  color: #374151;
  text-overflow: ellipsis;
  font-family: IBM Plex Sans;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}

.woocommerce div.product .woocommerce-tabs .panel {
  display: block !important;
}

.woocommerce-products-header {
  margin-bottom: 60px;
}
@media screen and (max-width: 768px) {
  .woocommerce-products-header {
    margin-bottom: 40px;
  }
}
@media screen and (max-width: 550px) {
  .woocommerce-products-header {
    margin-bottom: 30px;
  }
}
.woocommerce-products-header h1 {
  color: #000;
  text-align: center;
  font-family: IBM Plex Sans;
  font-size: 60px;
  font-style: normal;
  font-weight: 700;
  line-height: 130%;
  margin-bottom: 10px;
  margin-top: 0;
}
@media screen and (max-width: 1024px) {
  .woocommerce-products-header h1 {
    font-size: 48px;
  }
}
@media screen and (max-width: 768px) {
  .woocommerce-products-header h1 {
    font-size: 40px;
  }
}
@media screen and (max-width: 550px) {
  .woocommerce-products-header h1 {
    font-size: 35px;
  }
}
.woocommerce-products-header .page-description p, .woocommerce-products-header .term-description p {
  color: #4B5563;
  text-align: center;
  font-family: IBM Plex Sans;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 140%;
  margin: 0;
}
@media screen and (max-width: 768px) {
  .woocommerce-products-header .page-description p, .woocommerce-products-header .term-description p {
    font-size: 18px;
  }
}

.woocommerce-account .woocommerce h2 {
  text-align: center;
}
.woocommerce-account .woocommerce .woocommerce-form p.woocommerce-LostPassword.lost_password {
  text-align: center;
}
.woocommerce-account .woocommerce .woocommerce-form p.woocommerce-LostPassword.lost_password a {
  display: inline-block;
}
.woocommerce-account .woocommerce form.woocommerce-ResetPassword.lost_reset_password {
  max-width: 400px;
}
.woocommerce-account .woocommerce form.woocommerce-ResetPassword.lost_reset_password .form-row-first {
  width: 100%;
}
.woocommerce-account .woocommerce form.woocommerce-ResetPassword.lost_reset_password button.woocommerce-Button.button {
  display: block;
  margin: 0 auto;
  background: #456e89;
  color: #fff;
  padding: 12px 20px;
  border: none;
  border-radius: 40px;
  cursor: pointer;
  transition: all 0.3s ease;
}
.woocommerce-account .woocommerce form.woocommerce-ResetPassword.lost_reset_password button.woocommerce-Button.button:hover {
  background: #456e89;
}
.woocommerce-account .woocommerce .woocommerce-orders-table__row th {
  padding: 10px 8px;
}
.woocommerce-account .woocommerce .woocommerce-orders-table__row a {
  display: inline;
  color: #456e89;
}
.woocommerce-account .woocommerce .woocommerce-orders-table__row a:hover {
  text-decoration: underline;
}
.woocommerce-account .woocommerce .woocommerce-order-details a {
  display: inline;
  color: #456e89;
}
.woocommerce-account .woocommerce .woocommerce-order-details a:hover {
  text-decoration: underline;
}
.woocommerce-account .woocommerce .woocommerce-table--order-downloads a {
  display: inline;
  color: #456e89;
}
.woocommerce-account .woocommerce .woocommerce-table--order-downloads a:hover {
  text-decoration: underline;
}
.woocommerce-account .woocommerce .woocommerce-table--order-downloads td.download-file a {
  background: #456e89;
  color: #fff;
  padding: 5px 10px;
  border: none;
  border-radius: 40px;
  cursor: pointer;
  transition: all 0.3s ease;
  font-size: 14px;
}
.woocommerce-account .woocommerce .woocommerce-table--order-downloads td.download-file a:hover {
  background: #456e89;
  text-decoration: none;
}
.woocommerce-account .woocommerce .woocommerce-table--order-downloads .download-remaining {
  display: none;
}
.woocommerce-account .woocommerce .woocommerce-table--order-downloads .download-expires {
  display: none;
}
.woocommerce-account .woocommerce .woocommerce-Addresses a.edit {
  display: block;
  margin: 0 auto;
  float: none;
  text-align: center;
  margin-bottom: 20px;
  color: #456e89;
}
.woocommerce-account .woocommerce .woocommerce-Addresses a.edit:hover {
  text-decoration: underline;
}
.woocommerce-account .woocommerce .woocommerce-address-fields button[name=save_address] {
  display: block;
  margin: 0 auto;
  background: #456e89;
  color: #fff;
  padding: 12px 20px;
  border: none;
  border-radius: 40px;
  cursor: pointer;
  transition: all 0.3s ease;
}
.woocommerce-account .woocommerce .woocommerce-address-fields button[name=save_address]:hover {
  background: #456e89;
}
.woocommerce-account .woocommerce .edit-account button[name=save_account_details] {
  display: block;
  margin: 0 auto;
  background: #456e89;
  color: #fff;
  padding: 12px 20px;
  border: none;
  border-radius: 40px;
  cursor: pointer;
  transition: all 0.3s ease;
}
.woocommerce-account .woocommerce .edit-account button[name=save_account_details]:hover {
  background: #456e89;
}

.woocommerce-cart table.wc-block-cart-items a.wc-block-components-product-name {
  color: #456e89;
  font-size: 20px;
  font-weight: bold;
}
.woocommerce-cart table.wc-block-cart-items a.wc-block-components-product-name:hover {
  text-decoration: underline;
}
.woocommerce-cart .wc-block-cart__submit-container .wc-block-cart__submit-button {
  display: block;
  margin: 0 auto;
  background: #456e89;
  color: #fff;
  padding: 12px 20px;
  border: none;
  border-radius: 40px;
  cursor: pointer;
  transition: all 0.3s ease;
}
.woocommerce-cart .wc-block-cart__submit-container .wc-block-cart__submit-button:hover {
  background: #456e89;
}

.woocommerce-checkout .wc-block-components-checkout-place-order-button {
  display: block;
  margin: 0 auto;
  background: #456e89;
  color: #fff;
  padding: 12px 20px;
  border: none;
  border-radius: 40px;
  cursor: pointer;
  transition: all 0.3s ease;
}
.woocommerce-checkout .wc-block-components-checkout-place-order-button:hover {
  background: #456e89;
}

.woocommerce-thankyou-order-received {
  text-align: center;
  font-size: 24px;
  font-weight: bold;
  margin: 40px auto;
}

.woocommerce ul.order_details li strong {
  font-size: 14px;
}

.woocommerce-order-overview.woocommerce-thankyou-order-details.order_details {
  display: none;
}

.woocommerce-order-received .woocommerce-order-details a {
  display: inline;
  color: #456e89;
}
.woocommerce-order-received .woocommerce-order-details a:hover {
  text-decoration: underline;
}

.woocommerce-customer-details--phone, .woocommerce-customer-details--email {
  line-height: 200%;
  margin-bottom: 10px;
}

/*# sourceMappingURL=style.css.map */
/* Override orange divider lines */
hr.wp-block-separator.has-text-color.has-alpha-channel-opacity.has-background.divider {
    background-color: #456e89 !important;
    color: #456e89 !important;
    border-color: #456e89 !important;
    height: 4px; /* optional: keep or tweak thickness */
}
