@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500;600;700&family=Lato:ital,wght@0,100;0,300;0,400;0,700;0,900;1,100;1,300;1,400;1,700;1,900&display=swap");
/*! 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; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
}

/* 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; /* 1 */
  height: 0; /* 1 */
  overflow: visible; /* 2 */
}

/**
 * 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; /* 1 */
  font-size: 1em; /* 2 */
}

/* 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; /* 1 */
  text-decoration: underline; /* 2 */
  text-decoration: underline dotted; /* 2 */
}

/**
 * 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; /* 1 */
  font-size: 1em; /* 2 */
}

/**
 * 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; /* 1 */
  font-size: 100%; /* 1 */
  line-height: 1.15; /* 1 */
  margin: 0; /* 2 */
}

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

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select { /* 1 */
  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; /* 1 */
  color: inherit; /* 2 */
  display: table; /* 1 */
  max-width: 100%; /* 1 */
  padding: 0; /* 3 */
  white-space: normal; /* 1 */
}

/**
 * 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; /* 1 */
  padding: 0; /* 2 */
}

/**
 * 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; /* 1 */
  outline-offset: -2px; /* 2 */
}

/**
 * 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; /* 1 */
  font: inherit; /* 2 */
}

/* 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;
}

.icon {
  display: inline-block;
  height: 18px;
  width: 18px;
  margin-right: 10px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
}
.icon__phone {
  background-image: url("/blog/wp-content/themes/zagerguitar/assets/images/icons/phone.svg");
}
.icon__email {
  background-image: url("/blog/wp-content/themes/zagerguitar/assets/images/icons/email.svg");
}
.icon__facebook {
  background-image: url("/blog/wp-content/themes/zagerguitar/assets/images/icons/fb.svg");
}
.icon__facebook-black {
  background-image: url("/blog/wp-content/themes/zagerguitar/assets/images/icons/fb-black.svg");
}
.icon__twitter {
  background-image: url("/blog/wp-content/themes/zagerguitar/assets/images/icons/twitter.svg");
}
.icon__twitter-black {
  background-image: url("/blog/wp-content/themes/zagerguitar/assets/images/icons/twitter-black.svg");
}
.icon__youtube {
  background-image: url("/blog/wp-content/themes/zagerguitar/assets/images/icons/youtube.svg");
}
.icon__youtube-black {
  background-image: url("/blog/wp-content/themes/zagerguitar/assets/images/icons/youtube-black.svg");
}
.icon__linkedin {
  background-image: url("/blog/wp-content/themes/zagerguitar/assets/images/icons/linkedin.svg");
}
.icon__linkedin-black {
  background-image: url("/blog/wp-content/themes/zagerguitar/assets/images/icons/linkedin-black.svg");
}
.icon__user {
  background-image: url("/blog/wp-content/themes/zagerguitar/assets/images/icons/user.svg");
}
.icon__user-gray {
  background-image: url("/blog/wp-content/themes/zagerguitar/assets/images/icons/user-gray.svg");
}
.icon__calendar {
  background-image: url("/blog/wp-content/themes/zagerguitar/assets/images/icons/calendar.svg");
}
.icon__calendar-gray {
  background-image: url("/blog/wp-content/themes/zagerguitar/assets/images/icons/calendar-gray.svg");
}
.icon__comments {
  background-image: url("/blog/wp-content/themes/zagerguitar/assets/images/icons/comments.svg");
}
.icon__submit {
  background-image: url("/blog/wp-content/themes/zagerguitar/assets/images/icons/submit.svg");
}
.icon__magnify {
  background-image: url("/blog/wp-content/themes/zagerguitar/assets/images/icons/magnify.svg");
}
.icon__google-star {
  background-image: url("/blog/wp-content/themes/zagerguitar/assets/images/icons/google-star.svg");
}
.icon__google-star-checked {
  background-image: url("/blog/wp-content/themes/zagerguitar/assets/images/icons/google-star-checked.svg");
}
.icon__google-logo {
  background-image: url("/blog/wp-content/themes/zagerguitar/assets/images/icons/google-logo.svg");
}
.icon__trustpilot-logo {
  background-image: url("/blog/wp-content/themes/zagerguitar/assets/images/icons/trustpilot-logo.svg");
}
.icon__trustpilot-logo-stars {
  background-image: url("/blog/wp-content/themes/zagerguitar/assets/images/icons/trustpilot-logo-stars.svg");
}
.icon__instagram {
  background-image: url("/blog/wp-content/themes/zagerguitar/assets/images/icons/instagram.svg");
}
.icon__instagram-black {
  background-image: url("/blog/wp-content/themes/zagerguitar/assets/images/icons/instagram-black.svg");
}
.icon__myspace {
  background-image: url("/blog/wp-content/themes/zagerguitar/assets/images/icons/myspace.svg");
}
.icon__myspace-black {
  background-image: url("/blog/wp-content/themes/zagerguitar/assets/images/icons/myspace-black.svg");
}
.icon__pinterest {
  background-image: url("/blog/wp-content/themes/zagerguitar/assets/images/icons/pinterest.svg");
}
.icon__pinterest-black {
  background-image: url("/blog/wp-content/themes/zagerguitar/assets/images/icons/pinterest-black.svg");
}
.icon__soundcloud {
  background-image: url("/blog/wp-content/themes/zagerguitar/assets/images/icons/soundcloud.svg");
}
.icon__soundcloud-black {
  background-image: url("/blog/wp-content/themes/zagerguitar/assets/images/icons/soundcloud-black.svg");
}
.icon__tumblr {
  background-image: url("/blog/wp-content/themes/zagerguitar/assets/images/icons/tumblr.svg");
}
.icon__tumblr-black {
  background-image: url("/blog/wp-content/themes/zagerguitar/assets/images/icons/tumblr-black.svg");
}
.icon__wikipedia {
  background-image: url("/blog/wp-content/themes/zagerguitar/assets/images/icons/wikipedia.svg");
}
.icon__wikipedia-black {
  background-image: url("/blog/wp-content/themes/zagerguitar/assets/images/icons/wikipedia-black.svg");
}
.icon__gift {
  background-image: url("/blog/wp-content/themes/zagerguitar/assets/images/icons/gift.svg");
}

.slick-arrow {
  height: 34px;
  width: 34px;
  background-color: #000;
  z-index: 10;
  border-radius: 50%;
}
.slick-prev:before, .slick-next:before {
  content: "";
  display: block;
  width: 10px;
  height: 10px;
  border-top: 2px solid #ffffff;
  border-left: 2px solid #ffffff;
  position: absolute;
  top: 50%;
  left: 50%;
}
.slick-prev {
  top: -35px;
  right: 50px;
  left: unset;
}
.slick-prev:before {
  transform: translate(-30%, -50%) rotate(-45deg);
}
.slick-next {
  top: -35px;
  right: 5px;
}
.slick-next:before {
  transform: translate(-60%, -50%) rotate(135deg);
}

.wp-pagenavi {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  column-gap: 10px;
  margin-bottom: 20px;
}
.wp-pagenavi .previouspostslink,
.wp-pagenavi .nextpostslink,
.wp-pagenavi .current,
.wp-pagenavi .page {
  border: 1px solid #C8C8C8;
  border-radius: 5px;
  padding: 10px;
}
.wp-pagenavi .previouspostslink:hover,
.wp-pagenavi .nextpostslink:hover,
.wp-pagenavi .current:hover,
.wp-pagenavi .page:hover {
  background-color: #F9F9F9;
}
.wp-pagenavi .current {
  background-color: #E2E2E2;
  font-weight: 700;
}
.wp-pagenavi .current:hover {
  background-color: #E2E2E2;
}

.breadcrumbs {
  margin: 30px 0;
  width: 100%;
}
.breadcrumbs span > span {
  margin: 10px;
}
.breadcrumbs span > span:first-child {
  margin-left: 0;
}
.breadcrumbs span > span:last-child {
  margin-right: 0;
}
.breadcrumbs a {
  font-size: 16px;
  font-weight: 400;
}
.breadcrumbs .breadcrumb_last {
  color: #010675;
}

.subscribe-now {
  padding: 20px 15px;
  background: linear-gradient(340deg, rgb(226, 205, 112) 0%, rgb(168, 119, 38) 100%);
}
.subscribe-now__title {
  font-size: 22px;
  font-weight: 600;
  color: #FFF;
  text-align: center;
  margin-bottom: 20px;
}
.subscribe-now .gallery {
  margin-bottom: 20px;
}
.subscribe-now .gallery__list {
  display: flex;
}
.subscribe-now .gallery__item {
  position: relative;
}
.subscribe-now .gallery__media {
  border-radius: 7px;
}
.subscribe-now .gallery__img {
  width: 100%;
}
.subscribe-now .gallery__content {
  position: absolute;
  font-weight: 800;
  font-size: 22px;
  color: #FFF;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
  line-height: 26px;
  width: 90%;
}
.subscribe-now .gallery .slick-dots {
  bottom: 15px;
}
.subscribe-now .gallery .slick-dots li button:before {
  opacity: 1;
  color: #FFF;
  font-size: 34px;
}
.subscribe-now .gallery .slick-dots li.slick-active button:before {
  color: #DDC260;
}
.subscribe-now__form {
  position: relative;
  width: 100%;
  overflow: hidden;
  border-radius: 7px;
  background-color: #FFF;
  padding: 10px 15px;
  box-sizing: border-box;
}
.subscribe-now__form:after {
  content: "";
  display: block;
  width: 1px;
  height: 50%;
  position: absolute;
  top: 50%;
  right: 55px;
  transform: translateY(-50%);
  background-color: #BBBBBB;
}
.subscribe-now__field {
  height: 100%;
  width: 80%;
  border: none;
  font-style: italic;
  font-weight: 300;
}
.subscribe-now__submit {
  all: unset;
  text-indent: -9999px;
  background-image: url("/blog/wp-content/themes/zagerguitar/assets/images/icons/submit.svg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: auto;
  height: 21px;
  width: 21px;
  display: block;
  position: absolute;
  top: 50%;
  right: 18px;
  transform: translate(-5%, -50%);
  padding: 0;
}

@media (min-width: 426px) {
  .subscribe-now__title {
    font-size: 24px;
  }
  .subscribe-now .gallery__content {
    font-size: 27px;
    font-weight: 800;
    line-height: 35px;
  }
}
.review-slider {
  position: relative;
}
.review-slider__logo {
  position: absolute;
  top: 10px;
  right: 10px;
}
.review-slider__logo .icon {
  margin-right: 0;
  width: 40px;
  height: 40px;
  background-size: contain;
}
.review-slider__list {
  position: relative;
}
.review-slider__customer {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  align-items: center;
  column-gap: 15px;
}
.review-slider .customer {
  margin-bottom: 10px;
}
.review-slider .customer__media {
  display: flex;
  justify-content: center;
  overflow: hidden;
  border-radius: 50%;
  height: 70px;
  width: 70px;
}
.review-slider .customer__img {
  object-fit: cover;
  flex-shrink: 0;
  min-width: 100%;
  min-height: 100%;
}
.review-slider .customer__content {
  display: flex;
  flex-direction: column;
  row-gap: 10px;
}
.review-slider .customer__name {
  font-weight: 600;
}
.review-slider .customer__date {
  font-size: 14px;
  color: #686868;
}
.review-slider__rating {
  margin-bottom: 10px;
}
.review-slider__rating .icon {
  width: 40px;
  height: 40px;
  margin-right: 0;
}
.review-slider__title {
  font-weight: 600;
  font-size: 18px;
  margin-bottom: 20px;
}
.review-slider__content {
  line-height: 24px;
}
.review-slider__less-more, .review-slider__read-more {
  border: none;
  background-color: transparent;
  padding: 0;
  display: block;
  margin: 10px auto 0;
  color: #202586;
}
.review-slider__full-content {
  display: none;
}
.review-slider .slick-dots {
  bottom: -35px;
}
.review-slider .slick-dots li {
  margin: 0;
}
.review-slider .slick-dots li button:before {
  opacity: 1;
  color: #B4B4B4;
  font-size: 34px;
}
.review-slider .slick-dots li.slick-active button:before {
  color: #202586;
}

.trustpilot.review-slider {
  background-color: #E2E2E2;
}
.trustpilot.review-slider .slick-dots {
  text-align: right;
}
.trustpilot .review-slider__logo {
  position: unset;
  text-align: center;
  padding-bottom: 20px;
  margin-bottom: 20px;
  border-bottom: 1px solid #C8C8C8;
}
.trustpilot .review-slider__logo-info {
  white-space: nowrap;
}
.trustpilot .review-slider__logo .icon {
  display: block;
  width: 100%;
  height: 35px;
}
.trustpilot .review-slider__logo .icon__trustpilot-logo, .trustpilot .review-slider__logo .icon__trustpilot-logo-stars {
  margin-bottom: 15px;
}
.trustpilot .review-slider__logo-trustscore, .trustpilot .review-slider__logo-reviews {
  display: inline-block;
}
.trustpilot .review-slider__logo-trustscore {
  border-right: 1px solid #000000;
  padding-right: 15px;
}
.trustpilot .review-slider__logo-reviews {
  border-bottom: 1px solid #000000;
  margin-left: 15px;
}

@media (min-width: 425px) and (max-width: 768px) {
  .review-slider__logo {
    top: 50px;
    right: 50px;
  }
}
@media (min-width: 950px) and (max-width: 999px) {
  .review-slider__logo {
    top: 50px;
    right: 50px;
  }
}
@media (min-width: 1050px) {
  .review-slider__logo {
    top: 50px;
    right: 50px;
  }
}
.block-list__title {
  font-size: 24px;
  font-weight: 600;
  color: #202586;
  margin-bottom: 10px;
}
.block-list__list {
  list-style-type: none;
  padding-left: 20px;
  max-height: 400px;
  overflow: auto;
}
.block-list__item {
  position: relative;
  padding: 10px 0;
  border-bottom: 1px dashed #BCBCBC;
}
.block-list__item:last-child {
  border: none;
}
.block-list__item:before {
  content: "❯";
  position: absolute;
  width: 10px;
  height: 10px;
  top: calc(50% - 4px);
  left: -20px;
  transform: translateY(-50%);
}
.block-list__link:hover {
  text-decoration: underline;
}

.block-image__title {
  font-size: 24px;
  font-weight: 600;
  color: #202586;
  margin-bottom: 10px;
  text-align: center;
}
.block-image__list {
  list-style-type: none;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
}
.block-image__item {
  margin-bottom: 15px;
  width: 48%;
}
.block-image__img {
  width: 100%;
  height: auto;
}

.publication {
  display: flex;
  align-items: center;
  margin-bottom: 25px;
}
.publication > div {
  display: flex;
  margin-right: 5%;
  align-items: center;
}
.publication > div:last-child {
  margin-right: 0;
}
.publication__time {
  text-transform: uppercase;
}
.publication__text {
  color: #686868;
  white-space: nowrap;
}

.contact-us__contact {
  display: flex;
}
.contact-us__social {
  display: flex;
}
.contact-us__social .social__item {
  margin-right: 20px;
}
.contact-us__social .social__item:last-child {
  margin-right: 0;
}
.contact-us .social__link {
  color: #FFF;
  font-size: 0;
}
.contact-us .social__icon {
  height: 22px;
  width: 22px;
}

.contact {
  font-size: 14px;
  font-weight: 400;
}
.contact__link {
  color: #FFF;
  text-decoration: none;
}

.social__link {
  color: #FFF;
  font-size: 0;
}

html:has(.hamburger-menu__checkbox:checked) {
  overflow: hidden;
}

.header {
  background-color: #FFF;
}
.header__contact-us {
  padding: 8px 0;
  background-color: #000;
  border-bottom: 1px solid #CFCFCF;
}
.header__contact-us .contact-us__contact {
  width: 100%;
  justify-content: space-between;
}
.header__contact-us .contact-us__social {
  display: none;
}
.header__content {
  padding: 20px 0;
}
.header__logo {
  flex: 1;
}
.header__main-site-pages {
  display: none;
}
.header__navigation {
  display: none;
}

.search {
  position: relative;
}
.search-field {
  font-size: 14px;
  font-weight: 300;
  font-style: italic;
  width: 100%;
  padding: 10px 20px;
  border: 1px solid #CFCFCF;
  border-radius: 5px;
  box-sizing: border-box;
}
.search-submit {
  position: absolute;
  text-indent: -9999px;
  border: none;
  background-color: transparent;
  background-image: url("/blog/wp-content/themes/zagerguitar/assets/images/icons/magnify.svg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: auto;
  height: 20px;
  width: 20px;
  top: 50%;
  right: 5%;
  transform: translate(-5%, -50%);
  padding: 0;
  cursor: pointer;
}
.search__show-hide {
  position: relative;
  cursor: pointer;
}
.search__show-hide .icon {
  width: 24px;
  height: 24px;
  background-size: cover;
}
.search__checkbox {
  display: block;
  width: 30px;
  height: 30px;
  position: absolute;
  top: -3px;
  left: -3px;
  cursor: pointer;
  opacity: 0;
  z-index: 2;
  -webkit-touch-callout: none;
}

.hamburger-menu {
  position: relative;
  z-index: 99;
  -webkit-user-select: none;
  user-select: none;
}
.hamburger-menu__checkbox {
  display: block;
  width: 40px;
  height: 32px;
  position: absolute;
  top: -7px;
  left: -5px;
  cursor: pointer;
  opacity: 0;
  z-index: 2;
  -webkit-touch-callout: none;
}
.hamburger-menu__checkbox:checked ~ .hamburger-menu__line {
  opacity: 1;
  transform: rotate(45deg) translate(-2px, -1px);
  background: #000;
}
.hamburger-menu__checkbox:checked ~ .hamburger-menu__line:nth-last-child(2) {
  transform: rotate(-45deg) translate(0, -1px);
}
.hamburger-menu__checkbox:checked ~ .hamburger-menu__line:nth-last-child(3) {
  opacity: 0;
  transform: rotate(0deg) scale(0.2, 0.2);
}
.hamburger-menu__checkbox:checked ~ .hamburger-menu__nav {
  right: 0;
}
.hamburger-menu__line {
  display: block;
  width: 33px;
  height: 4px;
  margin-bottom: 5px;
  position: relative;
  background: #000;
  border-radius: 3px;
  z-index: 1;
  transform-origin: 4px 0;
  transition: transform 0.5s cubic-bezier(0.77, 0.2, 0.05, 1), background 0.5s cubic-bezier(0.77, 0.2, 0.05, 1), opacity 0.55s ease;
}
.hamburger-menu__line:first-child {
  transform-origin: 0 0;
}
.hamburger-menu__line:nth-last-child(2) {
  transform-origin: 0 100%;
}
.hamburger-menu__nav {
  display: flex;
  flex-direction: column;
  row-gap: 25px;
  overflow: auto;
  position: fixed;
  top: 0;
  bottom: 0;
  right: -100%;
  width: 50%;
  padding: 50px;
  background: #ededed;
  list-style-type: none;
  -webkit-font-smoothing: antialiased;
  transition: right 0.5s cubic-bezier(0.77, 0.2, 0.05, 1);
}
.hamburger-menu .navigation__title,
.hamburger-menu .main-site-pages__title {
  margin-bottom: 10px;
}
.hamburger-menu .navigation__list,
.hamburger-menu .main-site-pages__list {
  list-style-type: none;
}
.hamburger-menu .navigation__item,
.hamburger-menu .main-site-pages__item {
  margin-bottom: 5px;
}
.hamburger-menu .navigation__item:last-child,
.hamburger-menu .main-site-pages__item:last-child {
  margin-bottom: 0;
}

@media (min-width: 601px) {
  .header__contact-us .contact-us__contact {
    justify-content: unset;
    column-gap: 5%;
  }
  .header__contact-us .contact-us__social {
    display: flex;
    justify-content: flex-end;
  }
}
@media (max-width: 768px) {
  .header .search {
    margin-right: 5%;
  }
  .header .search-form {
    background-color: #F1F1F1;
    box-sizing: border-box;
    padding: 20px;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    opacity: 0;
    z-index: -1;
    transition: opacity 0.5s cubic-bezier(0.77, 0.2, 0.05, 1), top 0.5s cubic-bezier(0.77, 0.2, 0.05, 1);
  }
}
@media (min-width: 769px) {
  .header__logo {
    flex: 0;
  }
  .header__search {
    flex: 1;
    margin: 0 10%;
  }
  .header .search__show-hide, .header .search__checkbox {
    display: none;
  }
  .header .hamburger-menu .navigation {
    display: none;
  }
  .header__navigation {
    display: block;
  }
  .navigation {
    background-color: #F9F9F9;
  }
  .navigation__list {
    display: flex;
    list-style-type: none;
    margin: 0;
    padding: 11px;
    flex-wrap: wrap;
    column-gap: 5%;
    row-gap: 15px;
  }
  .navigation__item {
    white-space: nowrap;
  }
}
@media (min-width: 951px) {
  .header__logo {
    flex: 0 0 20%;
  }
  .header__main-site-pages {
    display: block;
    flex: 1 1 60%;
  }
  .header__search {
    flex: 0 0 20%;
    margin: 0;
  }
  .header__hamburger-menu {
    display: none;
  }
  .main-site-pages__list {
    display: flex;
    list-style-type: none;
    justify-content: flex-start;
  }
  .main-site-pages__item {
    white-space: nowrap;
    margin-right: 5%;
  }
  .main-site-pages__item:last-child {
    margin-right: 0;
  }
}
@media (min-width: 1150px) {
  .header {
    margin-bottom: 2%;
  }
}
.features-posts {
  margin-bottom: 50px;
}
.features-posts .container {
  margin: 0;
}
.features-posts__list {
  position: relative;
}
.features-posts__item {
  position: relative;
  display: none;
}
.features-posts__item:first-child {
  display: block;
}
.features-posts__media {
  width: 100%;
  overflow: hidden;
  background: linear-gradient(0deg, rgb(0, 0, 0) 0%, rgba(0, 0, 0, 0) 100%);
}
.features-posts__img {
  position: relative;
  z-index: -1;
  display: block;
  object-fit: cover;
  width: 100%;
  height: 100%;
}
.features-posts__content {
  position: absolute;
  bottom: 8%;
  left: 5%;
  width: 90%;
  color: #FFF;
}
.features-posts__publication .publication__text {
  color: #FFF;
}
.features-posts__name {
  font-size: 20px;
  font-weight: 700;
}
.features-posts .slick-arrow {
  background-color: #fff;
}
.features-posts .slick-prev:before, .features-posts .slick-next:before {
  border-top: 2px solid #000000;
  border-left: 2px solid #000000;
}
.features-posts .slick-prev {
  top: 35px;
  right: 80px;
}
.features-posts .slick-next {
  top: 35px;
  right: 30px;
}

@media (min-width: 1150px) {
  .features-posts .container {
    margin: 0 auto;
  }
  .features-posts__list {
    display: grid;
    grid-template: repeat(2, 1fr)/repeat(4, 1fr);
    gap: 3% 2%;
    height: 100%;
  }
  .features-posts__list[data-count="1"] {
    grid-template: repeat(1, 1fr)/repeat(1, 1fr);
  }
  .features-posts__list[data-count="1"] .features-posts__name {
    font-size: 32px;
    font-weight: 700;
  }
  .features-posts__list[data-count="2"] {
    grid-template: repeat(1, 1fr)/repeat(2, 1fr);
  }
  .features-posts__list[data-count="3"] {
    grid-template: repeat(2, 1fr)/repeat(3, 1fr);
  }
  .features-posts__list[data-count="3"] .features-posts__item:first-child {
    grid-area: 1/1/3/3;
  }
  .features-posts__list[data-count="3"] .features-posts__item:first-child .features-posts__name {
    font-size: 32px;
    font-weight: 700;
  }
  .features-posts__list[data-count="3"] .features-posts__item:nth-child(2) {
    grid-area: 1/3/2/4;
  }
  .features-posts__list[data-count="3"] .features-posts__item:nth-child(3) {
    grid-area: 2/3/3/4;
  }
  .features-posts__list[data-count="4"] .features-posts__item:first-child {
    grid-area: 1/1/3/3;
  }
  .features-posts__list[data-count="4"] .features-posts__item:first-child .features-posts__name {
    font-size: 32px;
    font-weight: 700;
  }
  .features-posts__list[data-count="5"] .features-posts__item:first-child {
    grid-area: 1/2/3/4;
  }
  .features-posts__list[data-count="5"] .features-posts__item:first-child .features-posts__name {
    font-size: 32px;
    font-weight: 700;
  }
  .features-posts__list[data-count="6"] .features-posts__item:first-child {
    grid-area: 1/2/3/4;
  }
  .features-posts__list[data-count="6"] .features-posts__item:first-child .features-posts__name {
    font-size: 32px;
    font-weight: 700;
  }
  .features-posts__list[data-count="7"] .features-posts__item:first-child {
    grid-area: 1/1/2/3;
  }
  .features-posts__list[data-count="7"] .features-posts__item:first-child .features-posts__name {
    font-size: 32px;
    font-weight: 700;
  }
  .features-posts__item {
    display: block;
    position: relative;
    overflow: hidden;
    border-radius: 15px;
  }
}
@media (min-width: 1150px) and (max-width: 1680px) {
  .features-posts .container {
    margin: 0 5%;
  }
}
.main {
  overflow: hidden;
}
.main .container {
  flex-direction: column;
}
.main.archive .page-title {
  font-size: 38px;
  font-weight: 700;
  margin: 0 0 40px;
  text-align: center;
}
.main__content .page-title {
  font-size: 38px;
  font-weight: 700;
  margin: 0 0 30px;
}

.posts {
  margin-bottom: 30px;
}
.posts.list-mode .posts__item {
  width: 100%;
}
.posts__title {
  font-size: 27px;
  font-weight: 700;
  text-align: center;
  margin-bottom: 20px;
}
.posts__list {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-between;
}
.posts__item {
  margin-bottom: 50px;
}
.posts__item:nth-child(n+3) {
  display: none;
}
.posts__media {
  display: flex;
  justify-content: center;
  overflow: hidden;
  border-radius: 15px;
  margin-bottom: 25px;
  width: 100%;
}
.posts__img {
  flex-shrink: 0;
  min-width: 100%;
  min-height: 100%;
  width: 100%;
}
.posts__publication {
  margin-bottom: 15px;
}
.posts__name {
  font-size: 22px;
  font-weight: 700;
  margin-bottom: 15px;
}
.posts__name:hover {
  text-decoration: underline;
}
.posts__short-desc {
  margin-bottom: 20px;
}
.posts__actions {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.posts__read-more {
  font-size: 14px;
  font-weight: 500;
  font-style: italic;
  text-decoration: underline;
  color: #010675;
}
.posts__share {
  display: flex;
  align-items: center;
}
.posts__share .share__title {
  font-size: 14px;
  font-weight: 600;
  margin-right: 10px;
}
.posts__share .social__list {
  display: flex;
  flex-direction: row;
}
.posts__show-more {
  width: 100%;
  text-align: center;
}
.posts__button {
  color: #FFF;
  padding: 10px 20px;
  box-sizing: border-box;
  background-color: #010675;
  border-radius: 4px;
  border: none;
}

.wp-block-embed__wrapper,
.video {
  width: 100%;
  overflow: hidden;
  border-radius: 15px;
}
.wp-block-embed__wrapper iframe,
.video iframe {
  width: 100%;
  height: 500px;
}

.single__title {
  font-size: 36px;
  font-weight: 700;
  margin-bottom: 20px;
}
.single__featured-image {
  overflow: hidden;
  border-radius: 20px;
  display: flex;
  width: 100%;
  margin-bottom: 20px;
}
.single__featured-image .attachment-post-thumbnail {
  width: 100%;
}
.single__publication {
  max-width: 80%;
  margin: 0 auto 40px;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  row-gap: 10px;
}
.single__publication a {
  color: #686868;
}
.single__publication .icon {
  width: 23px;
  height: 23px;
}
.single__publication .icon__comments {
  width: 29px;
}
.single__content {
  font-family: "Lato", sans-serif;
  color: #57586E;
  font-size: 18px;
  max-width: 80%;
  margin: 0 auto 40px;
  border-bottom: 1px solid #C8C8C8;
  padding-bottom: 40px;
}
.single__content .wp-block-heading {
  margin: 60px 0 40px;
  color: #0a083b;
}
.single__content h2 {
  font-size: 40px;
}
.single__content h3 {
  font-size: 24px;
}
.single__content h4 {
  font-size: 22px;
}
.single__content p {
  margin: 20px 0 20px;
}
.single__content strong {
  font-weight: 900;
}
.single__content ul {
  margin: 20px auto;
  padding-left: 2rem;
}
.single__content a {
  color: #175cff;
  text-decoration: underline;
}
.single__content a:hover {
  color: #0a58ca;
}
.single__content .wp-block-group {
  margin-bottom: 25px;
  flex-direction: column;
}
.single__content .wp-block-quote {
  margin: 20px auto;
  padding-left: 30px;
  border-left: 5px solid #175cff;
}
.single__content .wp-block-image img {
  width: unset !important;
  height: unset !important;
}
.single__actions {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: space-between;
  max-width: 80%;
  margin: 0 auto 70px;
  row-gap: 20px;
}
.single__share {
  display: flex;
  align-items: center;
  order: 1;
}
.single__share .share__title {
  font-size: 19px;
  font-weight: 600;
  margin-right: 10px;
}
.single__share .social__list {
  display: flex;
  flex-direction: row;
}
.single__share .social__icon {
  height: 24px;
  width: 24px;
}
.single__tag {
  order: 0;
}

.tags__list {
  display: flex;
  flex-direction: row;
  align-items: center;
  flex-wrap: wrap;
  column-gap: 10px;
}
.tags__item {
  background-color: #F1F1F1;
  border-radius: 46px;
  padding: 5px 15px;
}
.tags__link {
  color: #686868;
}

.author {
  width: 100%;
  border-radius: 21px;
  box-shadow: 0 4px 38px 0 rgba(0, 0, 0, 0.1411764706);
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  position: relative;
  padding: 20px;
  box-sizing: border-box;
  margin-bottom: 30px;
}
.author__follow-label {
  position: absolute;
  top: 35px;
  right: 20px;
  border-radius: 27px;
  font-size: 14px;
  background-color: #4E52B0;
  color: #FFF;
  padding: 10px 20px;
  text-transform: uppercase;
}
.author__media {
  overflow: hidden;
  border-radius: 50%;
  width: 75px;
  height: 75px;
  max-width: 180px;
  margin-bottom: 30px;
}
.author__img {
  width: 100%;
  height: auto;
}
.author__name {
  font-size: 20px;
  font-weight: 700;
  line-height: 24px;
  margin-bottom: 20px;
}
.author__name-label {
  font-size: 14px;
  font-weight: 400;
  color: #686868;
}
.author__about {
  margin-bottom: 20px;
  line-height: 26px;
}
.author__follow {
  display: flex;
  align-items: center;
}
.author__follow .follow__title {
  font-size: 16px;
  font-weight: 600;
  margin-right: 10px;
}
.author__follow .social__list {
  display: flex;
  flex-direction: row;
}
.author__follow .social__icon {
  height: 24px;
  width: 24px;
}

.comment-respond {
  margin-bottom: 50px;
}
.comment-reply-title {
  font-size: 32px;
  font-weight: 700;
  margin-left: 10px;
  margin-bottom: 20px;
}
.comment-form {
  border-radius: 21px;
  background-color: #F1F1F1;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-between;
  column-gap: 30px;
  box-sizing: border-box;
  padding: 45px 30px;
}
.comment-form-author, .comment-form-email {
  margin-bottom: 35px;
  width: 100%;
}
.comment-form-author input, .comment-form-email input {
  border: none;
  width: 100%;
  font-size: 20px;
  border-radius: 6px;
  padding: 20px 30px;
  box-sizing: border-box;
}
.comment-form-comment {
  order: 2;
  width: 100%;
  margin-bottom: 35px;
}
.comment-form-comment textarea {
  resize: none;
  border: none;
  width: 100%;
  font-size: 20px;
  border-radius: 6px;
  padding: 20px 30px;
  box-sizing: border-box;
}
.comment-form-comment textarea::placeholder {
  margin: 25px;
}
.comment-form-author .error, .comment-form-email .error, .comment-form-comment .error {
  color: #C20000;
}
.comment-form-submit {
  order: 3;
  width: 100%;
}
.comment-form-submit input {
  display: block;
  margin: auto;
  border: none;
  background-color: #4E52B0;
  color: #FFF;
  font-size: 20px;
  font-weight: 600;
  padding: 15px 55px;
  border-radius: 6px;
}

@media (max-width: 768px) {
  .single__content .wp-block-image figure {
    float: unset;
  }
}
@media (min-width: 425px) {
  .single__publication {
    flex-direction: row;
  }
}
@media (min-width: 601px) {
  .posts__list > .posts__item {
    display: block;
  }
  .posts__item {
    width: 48%;
  }
  .posts__show-more {
    display: none;
  }
}
@media (min-width: 769px) {
  .main .container {
    flex-direction: row;
    justify-content: space-between;
  }
  .main__content {
    width: 58%;
  }
  .main.archive {
    margin-top: 30px;
  }
  .main.archive .page-title {
    text-align: left;
  }
  .aside {
    width: 40%;
  }
  .posts__title {
    text-align: left;
  }
  .posts__item {
    width: 100%;
  }
  .single__publication {
    justify-content: flex-start;
  }
}
@media (min-width: 950px) {
  .list-mode .posts__item {
    display: flex;
    flex-direction: row;
    width: 100%;
    margin: 0 0 30px;
    border: 1px solid #C8C8C8;
    border-radius: 16px;
    overflow: hidden;
    max-height: 250px;
  }
  .list-mode .posts__media {
    border-radius: unset;
    margin: 0;
    width: 30%;
  }
  .list-mode .posts__media .posts__link {
    display: flex;
    justify-content: center;
  }
  .list-mode .posts__img {
    height: unset;
    width: unset;
  }
  .list-mode .posts__content {
    display: flex;
    flex-direction: column;
    margin: 15px 15px 15px 25px;
    width: 70%;
  }
  .list-mode .posts__actions {
    margin-top: auto;
  }
}
@media (min-width: 1000px) {
  .main__content {
    width: 63%;
  }
  .aside {
    width: 35%;
  }
  .posts__title {
    text-align: left;
  }
  .posts__item {
    width: 48%;
  }
}
@media (min-width: 1024px) {
  .author {
    flex-direction: row;
    align-items: center;
  }
  .author__follow-label {
    top: 20px;
  }
  .author__media {
    width: 30%;
    height: unset;
    margin: 0;
  }
  .author__content {
    width: 65%;
    margin-left: 5%;
  }
  .comment-form {
    flex-direction: row;
  }
  .comment-form-author, .comment-form-email {
    width: 47%;
  }
}
@media (min-width: 1150px) {
  .list-mode .posts__content {
    display: flex;
    flex-direction: column;
    margin: 30px 30px 30px 50px;
    width: 70%;
  }
}
@media (min-width: 1250px) {
  .main__content {
    width: 68%;
  }
  .aside {
    width: 30%;
  }
  .posts__title {
    text-align: left;
  }
  .posts__item {
    width: 48%;
  }
}
@media (min-width: 1500px) {
  .main__content {
    width: 73%;
  }
  .aside {
    width: 25%;
  }
  .posts__title {
    text-align: left;
  }
  .posts__item {
    width: 48%;
  }
}
.aside > .widget_block {
  margin-bottom: 40px;
}
.aside > .widget_block > div {
  border-radius: 15px;
  border: 1px solid #C8C8C8;
  padding: 20px 30px;
}
.aside > .widget_block > div:last-child {
  margin-bottom: 0;
}
.aside > .widget_block > .subscribe-now {
  padding: 20px 15px;
}
.aside > .widget_block > .review-slider {
  padding: 30px 20px;
}
.aside > .widget_block > .products-deals {
  padding: 30px 0;
  text-align: center;
}
.aside > .widget_block > .products-deals .products-deals__title {
  font-size: 24px;
  font-weight: 600;
  color: #202586;
  margin-bottom: 10px;
}

@media (min-width: 375px) and (max-width: 768px) {
  .aside > .widget_block > .review-slider {
    padding: 30px 40px;
  }
}
@media (min-width: 850px) {
  .aside > .widget_block > .review-slider {
    padding: 30px 40px;
  }
}
.products-deals {
  background-color: #F1F1F1;
  padding: 35px 0 50px;
}
.products-deals .container {
  position: relative;
}
.products-deals__title {
  font-size: 24px;
  font-weight: 600;
  margin-bottom: 20px;
}
.products-deals__list {
  display: flex;
  flex-direction: row;
  column-gap: 30px;
}
.products-deals__item {
  background-color: #FFF;
  border-radius: 25px;
  padding: 20px 20px;
  margin-top: 20px;
  text-align: center;
  position: relative;
  box-sizing: border-box;
}
.products-deals__item:first-child {
  margin-left: 0;
}
.products-deals__item:last-child {
  margin-right: 0;
}
.products-deals__media {
  margin: 30px 0;
}
.products-deals__banner {
  position: absolute;
  color: #FFF;
  background-color: #C20000;
  top: -5%;
  left: 10%;
  font-size: 16px;
  font-weight: 700;
  padding: 5px 15px;
}
.products-deals__banner:after {
  content: "";
  display: block;
  position: absolute;
  bottom: -11px;
  left: 15px;
  border-left: solid 8px #C20000;
  border-bottom: solid 11px transparent;
}
.products-deals__img {
  width: 100%;
}
.products-deals__name {
  width: 80%;
  margin: 0 auto;
  font-size: 20px;
  font-weight: 700;
  margin-bottom: 30px;
}
.products-deals__view {
  font-size: 18px;
  color: #202586;
  text-decoration: underline;
}
.products-deals .slick-slide {
  margin-left: 15px;
  margin-right: 15px;
}
.products-deals .slick-dots {
  bottom: -35px;
}
.products-deals .slick-dots li {
  margin: 0;
}
.products-deals .slick-dots li button:before {
  opacity: 1;
  color: #B4B4B4;
  font-size: 34px;
}
.products-deals .slick-dots li.slick-active button:before {
  color: #202586;
}

@media (min-width: 769px) {
  .products-deals {
    text-align: center;
  }
  .products-deals .container {
    margin: 0 10%;
  }
  .products-deals .slick-arrow {
    height: 50px;
    width: 50px;
  }
  .products-deals .slick-arrow:hover, .products-deals .slick-arrow:active, .products-deals .slick-arrow:focus {
    background-color: #000;
  }
  .products-deals .slick-prev {
    top: 50%;
    right: unset;
    left: -50px;
  }
  .products-deals .slick-next {
    top: 50%;
    right: -50px;
  }
}
@media (min-width: 1281px) {
  .products-deals .container {
    margin: 0 5%;
  }
}
.contact-us__contact {
  display: flex;
}
.contact-us__social {
  display: flex;
}
.contact-us__social .social__item {
  margin-right: 20px;
}
.contact-us__social .social__item:last-child {
  margin-right: 0;
}
.contact-us .social__link {
  color: #FFF;
  font-size: 0;
}
.contact-us .social__icon {
  height: 22px;
  width: 22px;
}

.contact {
  font-size: 14px;
  font-weight: 400;
}
.contact__link {
  color: #FFF;
  text-decoration: none;
}

.social__link {
  color: #FFF;
  font-size: 0;
}

.footer {
  background-color: #1B1A1A;
  color: #FFF;
}
.footer a {
  color: #FFF;
}
.footer__content {
  display: flex;
  flex-direction: column;
  padding: 50px 0;
}
.footer__logo {
  display: none;
}
.footer .main-site-links,
.footer .categories {
  margin-bottom: 30px;
  width: 100%;
}
.footer .main-site-links__title,
.footer .categories__title {
  font-size: 20px;
  font-weight: 700;
  margin-bottom: 20px;
}
.footer .main-site-links__list,
.footer .categories__list {
  list-style-type: none;
  padding-left: 20px;
}
.footer .main-site-links__item,
.footer .categories__item {
  position: relative;
  margin-bottom: 15px;
}
.footer .main-site-links__item:before,
.footer .categories__item:before {
  content: "❯";
  position: absolute;
  width: 11px;
  height: 11px;
  top: calc(50% - 4px);
  left: -20px;
  transform: translateY(-50%);
}
.footer .categories__list {
  columns: 2;
  -webkit-columns: 2;
  -moz-columns: 2;
}
.footer .contact-us__title {
  font-size: 20px;
  font-weight: 700;
  margin-bottom: 20px;
}
.footer .contact-us__contact {
  flex-direction: column;
}
.footer .contact-us__contact > * {
  margin-bottom: 25px;
}
.footer__copyrights {
  font-size: 15px;
  text-align: center;
  padding: 24px 0;
  color: #FFF;
  background-color: #000;
}

@media (min-width: 900px) {
  .footer__content {
    flex-direction: row;
  }
  .footer__logo {
    display: block;
    flex: 1 1 25%;
  }
  .footer .logo__img {
    margin-bottom: 25px;
  }
  .footer .logo__desc {
    width: 80%;
    font-size: 15px;
  }
  .footer .logo__read-more {
    text-decoration: underline;
    font-style: italic;
    font-size: 14px;
    font-weight: 300;
    color: #B4B8FF;
  }
  .footer__main-site-links {
    flex: 1 1 20%;
  }
  .footer__categories {
    flex: 1 1 35%;
  }
  .footer__contact-us {
    flex: 1 1 20%;
  }
}
/* clears the ‘X’ from Internet Explorer */
input[type=search]::-ms-clear {
  display: none;
  width: 0;
  height: 0;
}

input[type=search]::-ms-reveal {
  display: none;
  width: 0;
  height: 0;
}

/* clears the ‘X’ from Chrome */
input[type=search]::-webkit-search-decoration,
input[type=search]::-webkit-search-cancel-button,
input[type=search]::-webkit-search-results-button,
input[type=search]::-webkit-search-results-decoration {
  display: none;
}

html {
  scroll-behavior: smooth;
}

body {
  font-family: "Inter", sans-serif;
  display: flex;
  min-height: 100vh;
  flex-direction: column;
  justify-content: space-between;
}

.container {
  max-width: 1680px;
  margin: 0 auto;
}

h1,
h2,
h3,
h4,
h5,
h6,
ul {
  margin: 0;
  padding: 0;
}

textarea:focus,
input:focus {
  outline: none;
}

.flex {
  display: flex;
}
.flex.align-center {
  align-items: center;
}
.flex.align-top {
  align-items: flex-start;
}
.flex.justify-between {
  justify-content: space-between;
}

a {
  text-decoration: none;
  color: #000;
}

.menu-blog-container {
  width: 100%;
}

@media (max-width: 1680px) {
  .container {
    margin: 0 5%;
  }
}





.single__featured-image {
  overflow: hidden;
  border-radius: 20px;
  display: flex;
  width: 100%;
  margin-bottom: 20px;
}
.single__featured-image .attachment-post-thumbnail {
  width: 100%;
}
.single__publication {
  max-width: 80%;
  margin: 0 auto 40px;
  justify-content: flex-start;
  align-items: flex-start;
  row-gap: 10px;
}
.single__publication a {
  color: #686868;
}
.single__publication .icon {
  width: 23px;
  height: 23px;
}
.single__publication .icon__comments {
  width: 29px;
}
.single__content {
  font-family: "Lato", sans-serif;
  color: #57586E;
  font-size: 18px;
  max-width: 80%;
  margin: 0 auto 40px;
  border-bottom: 1px solid #C8C8C8;
  padding-bottom: 40px;
}
.single__content .wp-block-heading {
  margin: 60px 0 40px;
  color: #0a083b;
}
.single__content h2 {
  font-size: 40px;
}
.single__content h3 {
  font-size: 24px;
}
.single__content h4 {
  font-size: 22px;
}
.single__content p {
  margin: 20px 0 20px;
}
.single__content strong {
  font-weight: 900;
}
.single__content ul {
  margin: 20px auto;
  padding-left: 2rem;
}
.single__content a {
  color: #175cff;
  text-decoration: underline;
}
.single__content a:hover {
  color: #0a58ca;
}
.single__content .wp-block-group {
  margin-bottom: 25px;
  flex-direction: column;
}
.single__content .wp-block-quote {
  margin: 20px auto;
  padding-left: 30px;
  border-left: 5px solid #175cff;
}
.single__actions {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: space-between;
  max-width: 80%;
  margin: 0 auto 70px;
  row-gap: 20px;
}
@media (max-width: 768px) {
  .single__content .wp-block-image figure {
    float: unset;
  }
}
.single__content .wp-block-image img {
  width: unset !important;
  height: unset !important;
}