/*
||===================================================||
||                                                   ||
||          Table of Contents                        ||
||                                                   ||
||          1. 	Mixins                               ||
||          2. 	Reset Styles                         ||
||          3. 	Page Preloader                       ||
||          4. 	Menu                                 ||
||          5. 	Header                               ||
||          6. 	Header search                        ||
||          7. 	Header Login Form                    ||
||          8. 	Blog                                 ||
||          9. 	Blog Single                          ||
||          10. Comments                             ||
||          11. Auto Single Page                     ||
||          12. Auto Vehicle Listings                ||
||          13. Pagination                           ||
||          14. Footer                               ||
||          15. Contact Form                         ||
||          16. Widget                               ||
||          17. Load More Button Style               ||
||          18. Widget Autos                         ||
||          19. Mobile Menu                          ||
||          20. Empty Search Page                    ||
||          21. 404  Page                            ||
||          22. Responsive                           ||
||                                                   ||
==================================================== ||
*/
/*-------------------------------------------------------------------

==  Jelect

-------------------------------------------------------------------*/
html .jelect-current {
  height: auto;
}

.vc-auto-search .jelect-current, .vc-auto-search div.select {
  background: #fff !important;
  text-align: left;
  color: #222;
}

.jelect {
  position: relative;
  display: inline-block;
  cursor: pointer;
  user-select: none;
  box-sizing: border-box;
}
.jelect.select_mod-a {
  width: 190px;
}

.jelect, .media-middle {
  vertical-align: middle;
}

.jelect_state_active .jelect-current:after {
  transition: transform 0.3s ease;
  transform: rotate(180deg);
}

.jelect-current {
  border: 1px solid #dddddd;
  line-height: 1;
  font-size: 13px;
  color: #222222;
  padding: 15px 70px 15px 20px;
  position: relative;
  width: 100%;
  height: 100%;
  overflow: hidden;
  overflow-wrap: normal;
}
.jelect-current:after {
  transition: transform 0.3s ease;
  content: "\f107";
  font: normal normal normal 14px/1 FontAwesome;
  position: absolute;
  right: 0;
  top: 0;
  width: 40px;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #cccccc;
}

.jelect-option:hover, .jelect-option_state_active {
  color: #fff !important;
}

.jelect-option {
  position: relative;
  overflow: hidden;
  margin-bottom: 1px;
  padding: 8px 16px !important;
  display: block;
  height: 38px;
  font-size: 13px;
  line-height: 22px;
  color: #222;
  overflow-wrap: normal;
  transition: 125ms ease-out;
}

.jelect-options {
  position: absolute;
  top: 100%;
  left: 0;
  right: 0;
  z-index: 2000;
  margin-top: 1px;
  display: none;
  max-height: 194px;
  overflow-y: auto;
  overflow-x: hidden;
  padding-left: 0;
  background: #fff;
  box-shadow: 1px 1px 4px 1px #eee;
}

.jelect-input {
  display: none !important;
}

.jelect-options_state_active {
  display: block !important;
}

/*-------------------------------------------------------------------

==  Mixins

-------------------------------------------------------------------*/
/*-------------------------------------------------------------------

==  Reset Styles

-------------------------------------------------------------------*/
*,
*:before,
*:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  word-break: break-word;
  word-wrap: break-word;
}

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  vertical-align: baseline;
}

a:focus, a:active, a:visited {
  outline: none !important;
}

/* make sure to set some focus styles for accessibility */
:focus {
  outline: 0;
}

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

body {
  line-height: 24px;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

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

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

input[type=search]::-webkit-search-cancel-button,
input[type=search]::-webkit-search-decoration,
input[type=search]::-webkit-search-results-button,
input[type=search]::-webkit-search-results-decoration {
  -webkit-appearance: none;
  -moz-appearance: none;
}

input[type=search] {
  -webkit-appearance: none;
  -moz-appearance: none;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}

textarea {
  overflow: auto;
  vertical-align: top;
  resize: vertical;
}

/**
 * Correct `inline-block` display not defined in IE 6/7/8/9 and Firefox 3.
 */
audio,
canvas,
video {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  max-width: 100%;
}

/**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */
audio:not([controls]) {
  display: none;
  height: 0;
}

/**
 * Address styling not present in IE 7/8/9, Firefox 3, and Safari 4.
 * Known issue: no IE 6 support.
 */
[hidden] {
  display: none;
}

/**
 * 1. Correct text resizing oddly in IE 6/7 when body `font-size` is set using
 *    `em` units.
 * 2. Prevent iOS text size adjust after orientation change, without disabling
 *    user zoom.
 */
html {
  font-size: 100%; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
  -ms-text-size-adjust: 100%; /* 2 */
}

/**
 * Address `outline` inconsistency between Chrome and other browsers.
 */
a:focus {
  outline: thin dotted;
}

/**
 * Improve readability when focused and also mouse hovered in all browsers.
 */
a:active,
a:hover {
  outline: 0;
}

/**
 * 1. Remove border when inside `a` element in IE 6/7/8/9 and Firefox 3.
 * 2. Improve image quality when scaled in IE 7.
 */
img {
  border: 0; /* 1 */
  -ms-interpolation-mode: bicubic; /* 2 */
}

/**
 * Address margin not present in IE 6/7/8/9, Safari 5, and Opera 11.
 */
figure {
  margin: 0;
}

/**
 * Correct margin displayed oddly in IE 6/7.
 */
form {
  margin: 0;
}

/**
 * Define consistent border, margin, and padding.
 */
fieldset {
  border: 1px solid;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

/**
 * 1. Correct color not being inherited in IE 6/7/8/9.
 * 2. Correct text not wrapping in Firefox 3.
 * 3. Correct alignment displayed oddly in IE 6/7.
 */
legend {
  border: 0; /* 1 */
  padding: 0;
  white-space: normal; /* 2 */
  *margin-left: -7px; /* 3 */
}

/**
 * 1. Correct font size not being inherited in all browsers.
 * 2. Address margins set differently in IE 6/7, Firefox 3+, Safari 5,
 *    and Chrome.
 * 3. Improve appearance and consistency in all browsers.
 */
button,
input,
select,
textarea {
  font-size: 100%; /* 1 */
  margin: 0; /* 2 */
  vertical-align: baseline; /* 3 */
  *vertical-align: middle; /* 3 */
}

/**
 * Address Firefox 3+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */
button,
input {
  line-height: normal;
}

/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Chrome, Safari 5+, and IE 6+.
 * Correct `select` style inheritance in Firefox 4+ and Opera.
 */
button,
select {
  text-transform: none;
}

/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 * 4. Remove inner spacing in IE 7 without affecting normal text inputs.
 *    Known issue: inner spacing remains in IE 6.
 */
button,
html input[type=button],
input[type=reset],
input[type=submit], button, html [type=button], [type=reset], [type=submit] {
  -webkit-appearance: none; /* 2 */
  cursor: pointer; /* 3 */
  *overflow: visible; /* 4 */
}

/**
 * Re-set default cursor for disabled elements.
 */
button[disabled],
html input[disabled] {
  cursor: default;
}

/**
 * 1. Address box sizing set to content-box in IE 8/9.
 * 2. Remove excess padding in IE 8/9.
 * 3. Remove excess padding in IE 7.
 *    Known issue: excess padding remains in IE 6.
 */
input[type=checkbox],
input[type=radio] {
  box-sizing: border-box; /* 1 */
  padding: 0; /* 2 */
  *height: 13px; /* 3 */
  *width: 13px; /* 3 */
}

/**
 * 1. Address `appearance` set to `searchfield` in Safari 5 and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari 5 and Chrome
 *    (include `-moz` to future-proof).
 */
input[type=search] {
  -webkit-appearance: textfield; /* 1 */
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box; /* 2 */
  box-sizing: content-box;
}

/**
 * Remove inner padding and search cancel button in Safari 5 and Chrome
 * on OS X.
 */
input[type=search]::-webkit-search-cancel-button,
input[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * Remove inner padding and border in Firefox 3+.
 */
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

/**
 * 1. Remove default vertical scrollbar in IE 6/7/8/9.
 * 2. Improve readability and alignment in all browsers.
 */
textarea {
  overflow: auto; /* 1 */
  vertical-align: top; /* 2 */
}

/**
 * Remove most spacing between table cells.
 */
table {
  border-collapse: collapse;
  border-spacing: 0;
}

html,
button,
input,
select,
textarea {
  color: #222;
}

::-moz-selection {
  background: #b3d4fc;
  text-shadow: none;
}

::selection {
  background: #b3d4fc;
  text-shadow: none;
}

img {
  vertical-align: middle;
}

fieldset {
  border: 0;
  margin: 0;
  padding: 0;
}

textarea {
  resize: vertical;
}

.chromeframe {
  margin: 0.2em 0;
  background: #ccc;
  color: #000;
  padding: 0.2em 0;
}

label {
  display: block;
  margin-bottom: 10px;
}

b,
strong {
  font-weight: 700;
}

/*-------------------------------------------------------------------

==  Theme Custom Styles

-------------------------------------------------------------------*/
.tag-columns .wp-block-columns {
  margin-top: 0 !important;
}

.vbox-child {
  box-shadow: unset !important;
}

.tm_view_details_content {
  background: #fff;
  padding: 30px;
  margin: 30px;
  box-shadow: 0 5px 15px 5px rgba(0, 0, 0, 0.2);
}

#modal-search-full .uk-modal-dialog {
  background: rgba(34, 34, 34, 0.8);
}

@media only screen and (max-width: 780px) {
  .logged-in #modal-search-full button.uk-icon:not(:disabled).uk-close {
    margin-top: 46px !important;
  }
}
.uk-lightbox iframe, .uk-lightbox figure {
  width: 720px;
}

input.uk-search-input {
  padding-left: 0px;
  width: 99%;
}

.single-page-wrapper, .post-inner_content, .blog__comments_wrap {
  /* Lists ------------------------------------- */
  /* VANILLA GALLERIES */
}
.single-page-wrapper p:last-child, .single-page-wrapper ol:last-child, .post-inner_content p:last-child, .post-inner_content ol:last-child, .blog__comments_wrap p:last-child, .blog__comments_wrap ol:last-child {
  margin-bottom: 0;
}
.single-page-wrapper .trackback .comments-item__img, .single-page-wrapper .pingback .comments-item__img, .post-inner_content .trackback .comments-item__img, .post-inner_content .pingback .comments-item__img, .blog__comments_wrap .trackback .comments-item__img, .blog__comments_wrap .pingback .comments-item__img {
  display: none;
}
.single-page-wrapper .trackback .comments-item__inner, .single-page-wrapper .pingback .comments-item__inner, .post-inner_content .trackback .comments-item__inner, .post-inner_content .pingback .comments-item__inner, .blog__comments_wrap .trackback .comments-item__inner, .blog__comments_wrap .pingback .comments-item__inner {
  margin-left: 0;
}
.single-page-wrapper figure.wp-caption, .post-inner_content figure.wp-caption, .blog__comments_wrap figure.wp-caption {
  max-width: 100%;
}
.single-page-wrapper a, .post-inner_content a, .blog__comments_wrap a {
  color: #f9d442;
}
.single-page-wrapper a:hover, .post-inner_content a:hover, .blog__comments_wrap a:hover {
  transition: 0.3s ease;
  color: #ff99c0;
}
.single-page-wrapper code, .post-inner_content code, .blog__comments_wrap code {
  white-space: break-spaces;
  display: block;
}
.single-page-wrapper .wp-block-archives-list li, .post-inner_content .wp-block-archives-list li, .blog__comments_wrap .wp-block-archives-list li {
  position: relative;
  transition: all 0.3s ease-in-out;
}
.single-page-wrapper .wp-block-archives-list li:hover, .post-inner_content .wp-block-archives-list li:hover, .blog__comments_wrap .wp-block-archives-list li:hover {
  color: #f9d442;
}
.single-page-wrapper .wp-block-archives-list li .fl-archive-post-count:before, .post-inner_content .wp-block-archives-list li .fl-archive-post-count:before, .blog__comments_wrap .wp-block-archives-list li .fl-archive-post-count:before {
  content: "(";
}
.single-page-wrapper .wp-block-archives-list li .fl-archive-post-count:after, .post-inner_content .wp-block-archives-list li .fl-archive-post-count:after, .blog__comments_wrap .wp-block-archives-list li .fl-archive-post-count:after {
  content: ")";
}
.single-page-wrapper .wp-block-search__input, .post-inner_content .wp-block-search__input, .blog__comments_wrap .wp-block-search__input {
  padding: 0.5px;
}
.single-page-wrapper .wp-block-archives-dropdown select, .single-page-wrapper .wp-block-categories select, .post-inner_content .wp-block-archives-dropdown select, .post-inner_content .wp-block-categories select, .blog__comments_wrap .wp-block-archives-dropdown select, .blog__comments_wrap .wp-block-categories select {
  font-size: 14px;
  background: url(../../css/images/arrow-dropdown.png) #fff 98.5% 55%;
  padding: 16px 25px;
  background-repeat: no-repeat;
  margin-bottom: 0px;
}
.single-page-wrapper .wp-block-latest-comments li, .single-page-wrapper .wp-block-latest-posts li, .post-inner_content .wp-block-latest-comments li, .post-inner_content .wp-block-latest-posts li, .blog__comments_wrap .wp-block-latest-comments li, .blog__comments_wrap .wp-block-latest-posts li {
  margin: 15px 0 0 0px;
}
.single-page-wrapper .wp-block-latest-comments li a.wp-block-latest-comments__comment-author, .single-page-wrapper .wp-block-latest-comments li a.wp-block-latest-comments__comment-link, .single-page-wrapper .wp-block-latest-posts li a.wp-block-latest-comments__comment-author, .single-page-wrapper .wp-block-latest-posts li a.wp-block-latest-comments__comment-link, .post-inner_content .wp-block-latest-comments li a.wp-block-latest-comments__comment-author, .post-inner_content .wp-block-latest-comments li a.wp-block-latest-comments__comment-link, .post-inner_content .wp-block-latest-posts li a.wp-block-latest-comments__comment-author, .post-inner_content .wp-block-latest-posts li a.wp-block-latest-comments__comment-link, .blog__comments_wrap .wp-block-latest-comments li a.wp-block-latest-comments__comment-author, .blog__comments_wrap .wp-block-latest-comments li a.wp-block-latest-comments__comment-link, .blog__comments_wrap .wp-block-latest-posts li a.wp-block-latest-comments__comment-author, .blog__comments_wrap .wp-block-latest-posts li a.wp-block-latest-comments__comment-link {
  font-weight: 600;
  color: #f9d442;
  transition: all 0.3s ease-in-out;
}
.single-page-wrapper .wp-block-latest-comments li a.wp-block-latest-comments__comment-author:hover, .single-page-wrapper .wp-block-latest-comments li a.wp-block-latest-comments__comment-link:hover, .single-page-wrapper .wp-block-latest-posts li a.wp-block-latest-comments__comment-author:hover, .single-page-wrapper .wp-block-latest-posts li a.wp-block-latest-comments__comment-link:hover, .post-inner_content .wp-block-latest-comments li a.wp-block-latest-comments__comment-author:hover, .post-inner_content .wp-block-latest-comments li a.wp-block-latest-comments__comment-link:hover, .post-inner_content .wp-block-latest-posts li a.wp-block-latest-comments__comment-author:hover, .post-inner_content .wp-block-latest-posts li a.wp-block-latest-comments__comment-link:hover, .blog__comments_wrap .wp-block-latest-comments li a.wp-block-latest-comments__comment-author:hover, .blog__comments_wrap .wp-block-latest-comments li a.wp-block-latest-comments__comment-link:hover, .blog__comments_wrap .wp-block-latest-posts li a.wp-block-latest-comments__comment-author:hover, .blog__comments_wrap .wp-block-latest-posts li a.wp-block-latest-comments__comment-link:hover {
  color: #ff99c0 !important;
}
.single-page-wrapper .wp-block-latest-comments li a, .single-page-wrapper .wp-block-latest-posts li a, .post-inner_content .wp-block-latest-comments li a, .post-inner_content .wp-block-latest-posts li a, .blog__comments_wrap .wp-block-latest-comments li a, .blog__comments_wrap .wp-block-latest-posts li a {
  font-weight: 600;
  color: #f9d442;
  transition: all 0.3s ease-in-out;
}
.single-page-wrapper .wp-block-latest-comments li a:hover, .single-page-wrapper .wp-block-latest-posts li a:hover, .post-inner_content .wp-block-latest-comments li a:hover, .post-inner_content .wp-block-latest-posts li a:hover, .blog__comments_wrap .wp-block-latest-comments li a:hover, .blog__comments_wrap .wp-block-latest-posts li a:hover {
  color: #ff99c0 !important;
}
.single-page-wrapper table a, .post-inner_content table a, .blog__comments_wrap table a {
  color: #f9d442 !important;
  transition: all 0.3s ease-in-out;
  font-weight: 700;
}
.single-page-wrapper table a:hover, .post-inner_content table a:hover, .blog__comments_wrap table a:hover {
  color: #ff99c0 !important;
}
.single-page-wrapper .blocks-gallery-grid .blocks-gallery-item figcaption, .post-inner_content .blocks-gallery-grid .blocks-gallery-item figcaption, .blog__comments_wrap .blocks-gallery-grid .blocks-gallery-item figcaption {
  margin-bottom: 0;
}
.single-page-wrapper .wp-block-column blockquote, .post-inner_content .wp-block-column blockquote, .blog__comments_wrap .wp-block-column blockquote {
  padding-top: 60px;
  padding-right: 60px;
  padding-bottom: 60px;
  padding-left: 60px;
  margin-top: 40px;
  border-radius: 10px;
  border: 1px solid #4b515a;
}
.single-page-wrapper .wp-block-column blockquote p, .post-inner_content .wp-block-column blockquote p, .blog__comments_wrap .wp-block-column blockquote p {
  margin-bottom: 20px;
  color: #9981c2;
  text-align: center;
  leading-trim: both;
  text-edge: cap;
  font-size: 36px;
  line-height: 36px;
  font-weight: 600;
}
.single-page-wrapper .wp-block-column blockquote cite, .post-inner_content .wp-block-column blockquote cite, .blog__comments_wrap .wp-block-column blockquote cite {
  color: #fff;
  text-align: center;
  leading-trim: both;
  text-edge: cap;
  font-size: 14px;
  font-weight: 600;
  line-height: 20px;
  font-style: normal;
}
.single-page-wrapper .wp-block-column blockquote p, .post-inner_content .wp-block-column blockquote p, .blog__comments_wrap .wp-block-column blockquote p {
  font-style: normal;
}
.single-page-wrapper .wp-block-column blockquote:before, .post-inner_content .wp-block-column blockquote:before, .blog__comments_wrap .wp-block-column blockquote:before {
  content: none;
  width: 50px;
  height: 50px;
  min-width: 50px;
  min-height: 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background: #f9d442;
  border-radius: 100px;
  position: relative;
  top: 0;
  bottom: 0;
  left: 45px;
  margin: auto;
}
.single-page-wrapper .wp-block-column blockquote:after, .post-inner_content .wp-block-column blockquote:after, .blog__comments_wrap .wp-block-column blockquote:after {
  content: none;
  background-repeat: no-repeat;
  background-image: url(../images/bloquote.svg);
  position: relative;
  top: 0;
  bottom: 0;
  left: 60px;
  margin: auto;
  width: 18px;
  height: 13px;
  z-index: 99;
  background-size: contain;
}
.single-page-wrapper .wp-block-column p, .post-inner_content .wp-block-column p, .blog__comments_wrap .wp-block-column p {
  margin-top: 0 !important;
}
.single-page-wrapper > p:first-child, .post-inner_content > p:first-child, .blog__comments_wrap > p:first-child {
  margin-top: 0 !important;
}
.single-page-wrapper p, .post-inner_content p, .blog__comments_wrap p {
  margin-top: 0px;
  margin-bottom: 0px;
}
.single-page-wrapper a, .post-inner_content a, .blog__comments_wrap a {
  transition: 0.3s ease;
}
.single-page-wrapper a:hover, .post-inner_content a:hover, .blog__comments_wrap a:hover {
  transition: 0.3s ease;
}
.single-page-wrapper a.wp-block-button__link, .post-inner_content a.wp-block-button__link, .blog__comments_wrap a.wp-block-button__link {
  color: #fff;
}
.single-page-wrapper ul,
.single-page-wrapper ol, .post-inner_content ul,
.post-inner_content ol, .blog__comments_wrap ul,
.blog__comments_wrap ol {
  margin: 0 0 25px 0;
}
.single-page-wrapper ul, .post-inner_content ul, .blog__comments_wrap ul {
  list-style: disc;
}
.single-page-wrapper ul ul, .post-inner_content ul ul, .blog__comments_wrap ul ul {
  list-style: circle;
}
.single-page-wrapper ul ul ul, .post-inner_content ul ul ul, .blog__comments_wrap ul ul ul {
  list-style: square;
}
.single-page-wrapper ol, .post-inner_content ol, .blog__comments_wrap ol {
  list-style: decimal;
}
.single-page-wrapper ol ol, .post-inner_content ol ol, .blog__comments_wrap ol ol {
  list-style: lower-alpha;
}
.single-page-wrapper ol ol ol, .post-inner_content ol ol ol, .blog__comments_wrap ol ol ol {
  list-style: lower-roman;
}
.single-page-wrapper li, .post-inner_content li, .blog__comments_wrap li {
  margin: 15px 0 0 25px;
}
.single-page-wrapper li > ul,
.single-page-wrapper li > ol, .post-inner_content li > ul,
.post-inner_content li > ol, .blog__comments_wrap li > ul,
.blog__comments_wrap li > ol {
  margin: 0 0 0 0;
}
.single-page-wrapper .reset-list-style,
.single-page-wrapper .reset-list-style ul,
.single-page-wrapper .reset-list-style ol, .post-inner_content .reset-list-style,
.post-inner_content .reset-list-style ul,
.post-inner_content .reset-list-style ol, .blog__comments_wrap .reset-list-style,
.blog__comments_wrap .reset-list-style ul,
.blog__comments_wrap .reset-list-style ol {
  list-style: none;
  margin: 0;
}
.single-page-wrapper .reset-list-style li, .post-inner_content .reset-list-style li, .blog__comments_wrap .reset-list-style li {
  margin: 0;
}
.single-page-wrapper dt,
.single-page-wrapper dd, .post-inner_content dt,
.post-inner_content dd, .blog__comments_wrap dt,
.blog__comments_wrap dd {
  line-height: 1.5;
}
.single-page-wrapper dt, .post-inner_content dt, .blog__comments_wrap dt {
  font-weight: 700;
}
.single-page-wrapper dt + dd, .post-inner_content dt + dd, .blog__comments_wrap dt + dd {
  margin-top: 15px;
}
.single-page-wrapper dd + dt, .post-inner_content dd + dt, .blog__comments_wrap dd + dt {
  margin-top: 20px;
}
.single-page-wrapper ul ul, .post-inner_content ul ul, .blog__comments_wrap ul ul {
  margin-top: 0;
}
.single-page-wrapper .wp-block-archives:not(.alignwide):not(.alignfull), .single-page-wrapper .wp-block-categories:not(.alignwide):not(.alignfull), .single-page-wrapper .wp-block-code, .single-page-wrapper .wp-block-columns:not(.alignwide):not(.alignfull), .single-page-wrapper .wp-block-cover:not(.alignwide):not(.alignfull):not(.alignleft):not(.alignright):not(.aligncenter), .single-page-wrapper .wp-block-embed:not(.alignwide):not(.alignfull):not(.alignleft):not(.alignright):not(.aligncenter), .single-page-wrapper .wp-block-gallery:not(.alignwide):not(.alignfull):not(.alignleft):not(.alignright):not(.aligncenter), .single-page-wrapper .wp-block-group:not(.has-background):not(.alignwide):not(.alignfull), .single-page-wrapper .wp-block-image:not(.alignwide):not(.alignfull):not(.alignleft):not(.alignright):not(.aligncenter), .single-page-wrapper .wp-block-latest-comments:not(.aligncenter):not(.alignleft):not(.alignright), .single-page-wrapper .wp-block-latest-posts:not(.aligncenter):not(.alignleft):not(.alignright), .single-page-wrapper .wp-block-media-text:not(.alignwide):not(.alignfull), .single-page-wrapper .wp-block-preformatted, .single-page-wrapper .wp-block-pullquote:not(.alignwide):not(.alignfull):not(.alignleft):not(.alignright), .single-page-wrapper .wp-block-quote, .single-page-wrapper .wp-block-quote.is-large, .single-page-wrapper .wp-block-quote.is-style-large, .single-page-wrapper .wp-block-verse, .single-page-wrapper .wp-block-video:not(.alignwide):not(.alignfull), .post-inner_content .wp-block-archives:not(.alignwide):not(.alignfull), .post-inner_content .wp-block-categories:not(.alignwide):not(.alignfull), .post-inner_content .wp-block-code, .post-inner_content .wp-block-columns:not(.alignwide):not(.alignfull), .post-inner_content .wp-block-cover:not(.alignwide):not(.alignfull):not(.alignleft):not(.alignright):not(.aligncenter), .post-inner_content .wp-block-embed:not(.alignwide):not(.alignfull):not(.alignleft):not(.alignright):not(.aligncenter), .post-inner_content .wp-block-gallery:not(.alignwide):not(.alignfull):not(.alignleft):not(.alignright):not(.aligncenter), .post-inner_content .wp-block-group:not(.has-background):not(.alignwide):not(.alignfull), .post-inner_content .wp-block-image:not(.alignwide):not(.alignfull):not(.alignleft):not(.alignright):not(.aligncenter), .post-inner_content .wp-block-latest-comments:not(.aligncenter):not(.alignleft):not(.alignright), .post-inner_content .wp-block-latest-posts:not(.aligncenter):not(.alignleft):not(.alignright), .post-inner_content .wp-block-media-text:not(.alignwide):not(.alignfull), .post-inner_content .wp-block-preformatted, .post-inner_content .wp-block-pullquote:not(.alignwide):not(.alignfull):not(.alignleft):not(.alignright), .post-inner_content .wp-block-quote, .post-inner_content .wp-block-quote.is-large, .post-inner_content .wp-block-quote.is-style-large, .post-inner_content .wp-block-verse, .post-inner_content .wp-block-video:not(.alignwide):not(.alignfull), .blog__comments_wrap .wp-block-archives:not(.alignwide):not(.alignfull), .blog__comments_wrap .wp-block-categories:not(.alignwide):not(.alignfull), .blog__comments_wrap .wp-block-code, .blog__comments_wrap .wp-block-columns:not(.alignwide):not(.alignfull), .blog__comments_wrap .wp-block-cover:not(.alignwide):not(.alignfull):not(.alignleft):not(.alignright):not(.aligncenter), .blog__comments_wrap .wp-block-embed:not(.alignwide):not(.alignfull):not(.alignleft):not(.alignright):not(.aligncenter), .blog__comments_wrap .wp-block-gallery:not(.alignwide):not(.alignfull):not(.alignleft):not(.alignright):not(.aligncenter), .blog__comments_wrap .wp-block-group:not(.has-background):not(.alignwide):not(.alignfull), .blog__comments_wrap .wp-block-image:not(.alignwide):not(.alignfull):not(.alignleft):not(.alignright):not(.aligncenter), .blog__comments_wrap .wp-block-latest-comments:not(.aligncenter):not(.alignleft):not(.alignright), .blog__comments_wrap .wp-block-latest-posts:not(.aligncenter):not(.alignleft):not(.alignright), .blog__comments_wrap .wp-block-media-text:not(.alignwide):not(.alignfull), .blog__comments_wrap .wp-block-preformatted, .blog__comments_wrap .wp-block-pullquote:not(.alignwide):not(.alignfull):not(.alignleft):not(.alignright), .blog__comments_wrap .wp-block-quote, .blog__comments_wrap .wp-block-quote.is-large, .blog__comments_wrap .wp-block-quote.is-style-large, .blog__comments_wrap .wp-block-verse, .blog__comments_wrap .wp-block-video:not(.alignwide):not(.alignfull) {
  margin-bottom: 25px;
  margin-top: 25px;
}
.single-page-wrapper .wp-block-image .alignleft, .post-inner_content .wp-block-image .alignleft, .blog__comments_wrap .wp-block-image .alignleft {
  float: left;
  margin-right: 25px;
}
.single-page-wrapper .wp-block-image .alignright, .post-inner_content .wp-block-image .alignright, .blog__comments_wrap .wp-block-image .alignright {
  float: right;
  margin-left: 25px;
}
.single-page-wrapper .wp-block-image, .post-inner_content .wp-block-image, .blog__comments_wrap .wp-block-image {
  margin-top: 25px;
  margin-bottom: 25px;
}
.single-page-wrapper .wp-block-image figcaption, .post-inner_content .wp-block-image figcaption, .blog__comments_wrap .wp-block-image figcaption {
  margin-top: 10px;
  margin-bottom: 10px;
}
.single-page-wrapper .wp-block-button, .post-inner_content .wp-block-button, .blog__comments_wrap .wp-block-button {
  margin: 15px 0;
}
.single-page-wrapper .wp-block-button a, .post-inner_content .wp-block-button a, .blog__comments_wrap .wp-block-button a {
  color: inherit;
}
.single-page-wrapper .wp-block-button a.wp-block-button__link, .post-inner_content .wp-block-button a.wp-block-button__link, .blog__comments_wrap .wp-block-button a.wp-block-button__link {
  color: #fff;
}
.single-page-wrapper .wp-block-pullquote, .post-inner_content .wp-block-pullquote, .blog__comments_wrap .wp-block-pullquote {
  padding: 0;
}
.single-page-wrapper .wp-block-quote.has-text-align-right:after, .post-inner_content .wp-block-quote.has-text-align-right:after, .blog__comments_wrap .wp-block-quote.has-text-align-right:after {
  text-align: left;
}
.single-page-wrapper .wp-block-pullquote.has-background, .post-inner_content .wp-block-pullquote.has-background, .blog__comments_wrap .wp-block-pullquote.has-background {
  padding: 20px;
}
.single-page-wrapper .wp-block-pullquote.is-style-solid-color blockquote, .post-inner_content .wp-block-pullquote.is-style-solid-color blockquote, .blog__comments_wrap .wp-block-pullquote.is-style-solid-color blockquote {
  margin-bottom: 0px;
}
.single-page-wrapper .wp-block-quote.is-large p, .single-page-wrapper .wp-block-quote.is-style-large p, .post-inner_content .wp-block-quote.is-large p, .post-inner_content .wp-block-quote.is-style-large p, .blog__comments_wrap .wp-block-quote.is-large p, .blog__comments_wrap .wp-block-quote.is-style-large p {
  line-height: 40px;
  font-size: 30px;
}
.single-page-wrapper .has-large-font-size, .post-inner_content .has-large-font-size, .blog__comments_wrap .has-large-font-size {
  line-height: 1.5;
}
.single-page-wrapper .has-medium-font-size, .post-inner_content .has-medium-font-size, .blog__comments_wrap .has-medium-font-size {
  line-height: 1.5;
}
.single-page-wrapper .has-drop-cap:not(:focus)::first-letter, .post-inner_content .has-drop-cap:not(:focus)::first-letter, .blog__comments_wrap .has-drop-cap:not(:focus)::first-letter {
  color: #222;
  font-size: 5.1em;
  font-weight: 800;
  margin: 0.05em 0.1em 0 0;
}
.single-page-wrapper .has-drop-cap:not(:focus)::first-letter::after, .post-inner_content .has-drop-cap:not(:focus)::first-letter::after, .blog__comments_wrap .has-drop-cap:not(:focus)::first-letter::after {
  content: "";
  display: table;
  clear: both;
}
.single-page-wrapper .has-drop-cap:not(:focus)::after, .post-inner_content .has-drop-cap:not(:focus)::after, .blog__comments_wrap .has-drop-cap:not(:focus)::after {
  padding: 0;
}
.single-page-wrapper .wp-block-cover, .single-page-wrapper .wp-block-cover-image, .post-inner_content .wp-block-cover, .post-inner_content .wp-block-cover-image, .blog__comments_wrap .wp-block-cover, .blog__comments_wrap .wp-block-cover-image {
  margin-bottom: 25px;
}
.single-page-wrapper .wp-block-cover-image .wp-block-subhead:not(.has-text-color), .single-page-wrapper .wp-block-cover-image h1:not(.has-text-color), .single-page-wrapper .wp-block-cover-image h2:not(.has-text-color), .single-page-wrapper .wp-block-cover-image h3:not(.has-text-color), .single-page-wrapper .wp-block-cover-image h4:not(.has-text-color), .single-page-wrapper .wp-block-cover-image h5:not(.has-text-color), .single-page-wrapper .wp-block-cover-image h6:not(.has-text-color), .single-page-wrapper .wp-block-cover-image p:not(.has-text-color), .single-page-wrapper .wp-block-cover .wp-block-subhead:not(.has-text-color), .single-page-wrapper .wp-block-cover h1:not(.has-text-color), .single-page-wrapper .wp-block-cover h2:not(.has-text-color), .single-page-wrapper .wp-block-cover h3:not(.has-text-color), .single-page-wrapper .wp-block-cover h4:not(.has-text-color), .single-page-wrapper .wp-block-cover h5:not(.has-text-color), .single-page-wrapper .wp-block-cover h6:not(.has-text-color), .single-page-wrapper .wp-block-cover p:not(.has-text-color), .post-inner_content .wp-block-cover-image .wp-block-subhead:not(.has-text-color), .post-inner_content .wp-block-cover-image h1:not(.has-text-color), .post-inner_content .wp-block-cover-image h2:not(.has-text-color), .post-inner_content .wp-block-cover-image h3:not(.has-text-color), .post-inner_content .wp-block-cover-image h4:not(.has-text-color), .post-inner_content .wp-block-cover-image h5:not(.has-text-color), .post-inner_content .wp-block-cover-image h6:not(.has-text-color), .post-inner_content .wp-block-cover-image p:not(.has-text-color), .post-inner_content .wp-block-cover .wp-block-subhead:not(.has-text-color), .post-inner_content .wp-block-cover h1:not(.has-text-color), .post-inner_content .wp-block-cover h2:not(.has-text-color), .post-inner_content .wp-block-cover h3:not(.has-text-color), .post-inner_content .wp-block-cover h4:not(.has-text-color), .post-inner_content .wp-block-cover h5:not(.has-text-color), .post-inner_content .wp-block-cover h6:not(.has-text-color), .post-inner_content .wp-block-cover p:not(.has-text-color), .blog__comments_wrap .wp-block-cover-image .wp-block-subhead:not(.has-text-color), .blog__comments_wrap .wp-block-cover-image h1:not(.has-text-color), .blog__comments_wrap .wp-block-cover-image h2:not(.has-text-color), .blog__comments_wrap .wp-block-cover-image h3:not(.has-text-color), .blog__comments_wrap .wp-block-cover-image h4:not(.has-text-color), .blog__comments_wrap .wp-block-cover-image h5:not(.has-text-color), .blog__comments_wrap .wp-block-cover-image h6:not(.has-text-color), .blog__comments_wrap .wp-block-cover-image p:not(.has-text-color), .blog__comments_wrap .wp-block-cover .wp-block-subhead:not(.has-text-color), .blog__comments_wrap .wp-block-cover h1:not(.has-text-color), .blog__comments_wrap .wp-block-cover h2:not(.has-text-color), .blog__comments_wrap .wp-block-cover h3:not(.has-text-color), .blog__comments_wrap .wp-block-cover h4:not(.has-text-color), .blog__comments_wrap .wp-block-cover h5:not(.has-text-color), .blog__comments_wrap .wp-block-cover h6:not(.has-text-color), .blog__comments_wrap .wp-block-cover p:not(.has-text-color) {
  color: #fff;
}
.single-page-wrapper .wp-block-cover-image .wp-block-subhead:not(.has-text-color) a:hover, .single-page-wrapper .wp-block-cover-image h1:not(.has-text-color) a:hover, .single-page-wrapper .wp-block-cover-image h2:not(.has-text-color) a:hover, .single-page-wrapper .wp-block-cover-image h3:not(.has-text-color) a:hover, .single-page-wrapper .wp-block-cover-image h4:not(.has-text-color) a:hover, .single-page-wrapper .wp-block-cover-image h5:not(.has-text-color) a:hover, .single-page-wrapper .wp-block-cover-image h6:not(.has-text-color) a:hover, .single-page-wrapper .wp-block-cover-image p:not(.has-text-color) a:hover, .single-page-wrapper .wp-block-cover .wp-block-subhead:not(.has-text-color) a:hover, .single-page-wrapper .wp-block-cover h1:not(.has-text-color) a:hover, .single-page-wrapper .wp-block-cover h2:not(.has-text-color) a:hover, .single-page-wrapper .wp-block-cover h3:not(.has-text-color) a:hover, .single-page-wrapper .wp-block-cover h4:not(.has-text-color) a:hover, .single-page-wrapper .wp-block-cover h5:not(.has-text-color) a:hover, .single-page-wrapper .wp-block-cover h6:not(.has-text-color) a:hover, .single-page-wrapper .wp-block-cover p:not(.has-text-color) a:hover, .post-inner_content .wp-block-cover-image .wp-block-subhead:not(.has-text-color) a:hover, .post-inner_content .wp-block-cover-image h1:not(.has-text-color) a:hover, .post-inner_content .wp-block-cover-image h2:not(.has-text-color) a:hover, .post-inner_content .wp-block-cover-image h3:not(.has-text-color) a:hover, .post-inner_content .wp-block-cover-image h4:not(.has-text-color) a:hover, .post-inner_content .wp-block-cover-image h5:not(.has-text-color) a:hover, .post-inner_content .wp-block-cover-image h6:not(.has-text-color) a:hover, .post-inner_content .wp-block-cover-image p:not(.has-text-color) a:hover, .post-inner_content .wp-block-cover .wp-block-subhead:not(.has-text-color) a:hover, .post-inner_content .wp-block-cover h1:not(.has-text-color) a:hover, .post-inner_content .wp-block-cover h2:not(.has-text-color) a:hover, .post-inner_content .wp-block-cover h3:not(.has-text-color) a:hover, .post-inner_content .wp-block-cover h4:not(.has-text-color) a:hover, .post-inner_content .wp-block-cover h5:not(.has-text-color) a:hover, .post-inner_content .wp-block-cover h6:not(.has-text-color) a:hover, .post-inner_content .wp-block-cover p:not(.has-text-color) a:hover, .blog__comments_wrap .wp-block-cover-image .wp-block-subhead:not(.has-text-color) a:hover, .blog__comments_wrap .wp-block-cover-image h1:not(.has-text-color) a:hover, .blog__comments_wrap .wp-block-cover-image h2:not(.has-text-color) a:hover, .blog__comments_wrap .wp-block-cover-image h3:not(.has-text-color) a:hover, .blog__comments_wrap .wp-block-cover-image h4:not(.has-text-color) a:hover, .blog__comments_wrap .wp-block-cover-image h5:not(.has-text-color) a:hover, .blog__comments_wrap .wp-block-cover-image h6:not(.has-text-color) a:hover, .blog__comments_wrap .wp-block-cover-image p:not(.has-text-color) a:hover, .blog__comments_wrap .wp-block-cover .wp-block-subhead:not(.has-text-color) a:hover, .blog__comments_wrap .wp-block-cover h1:not(.has-text-color) a:hover, .blog__comments_wrap .wp-block-cover h2:not(.has-text-color) a:hover, .blog__comments_wrap .wp-block-cover h3:not(.has-text-color) a:hover, .blog__comments_wrap .wp-block-cover h4:not(.has-text-color) a:hover, .blog__comments_wrap .wp-block-cover h5:not(.has-text-color) a:hover, .blog__comments_wrap .wp-block-cover h6:not(.has-text-color) a:hover, .blog__comments_wrap .wp-block-cover p:not(.has-text-color) a:hover {
  color: #fff;
}
.single-page-wrapper .wp-block-group.has-background, .post-inner_content .wp-block-group.has-background, .blog__comments_wrap .wp-block-group.has-background {
  padding: 35px;
}
.single-page-wrapper .alignnone, .single-page-wrapper .aligncenter, .single-page-wrapper .alignleft, .single-page-wrapper .alignright, .single-page-wrapper .alignwide, .post-inner_content .alignnone, .post-inner_content .aligncenter, .post-inner_content .alignleft, .post-inner_content .alignright, .post-inner_content .alignwide, .blog__comments_wrap .alignnone, .blog__comments_wrap .aligncenter, .blog__comments_wrap .alignleft, .blog__comments_wrap .alignright, .blog__comments_wrap .alignwide {
  margin-top: 25px;
  margin-right: auto;
  margin-bottom: 25px;
  margin-left: auto;
}
.single-page-wrapper > .alignfull, .post-inner_content > .alignfull, .blog__comments_wrap > .alignfull {
  margin-bottom: 25px;
  margin-top: 25px;
}
.single-page-wrapper pre, .post-inner_content pre, .blog__comments_wrap pre {
  padding: 25px;
  border: 0;
  background-color: #0e1218;
}
.single-page-wrapper .wp-block-table table, .post-inner_content .wp-block-table table, .blog__comments_wrap .wp-block-table table {
  width: 100%;
}
.single-page-wrapper table, .post-inner_content table, .blog__comments_wrap table {
  border-collapse: collapse;
  margin-bottom: 25px;
  margin-top: 25px;
  border: 1px solid;
}
.single-page-wrapper th, .single-page-wrapper td, .post-inner_content th, .post-inner_content td, .blog__comments_wrap th, .blog__comments_wrap td {
  border: 1px solid;
  line-height: 1.4;
  margin: 0;
  overflow: visible;
  padding: 10px;
}
.single-page-wrapper .wp-block-table.is-style-stripes td, .single-page-wrapper .wp-block-table.is-style-stripes th, .post-inner_content .wp-block-table.is-style-stripes td, .post-inner_content .wp-block-table.is-style-stripes th, .blog__comments_wrap .wp-block-table.is-style-stripes td, .blog__comments_wrap .wp-block-table.is-style-stripes th {
  border: 1px solid;
}
.single-page-wrapper p + h1, .single-page-wrapper p + h2, .single-page-wrapper p + h3, .single-page-wrapper p + h4, .single-page-wrapper p + h5, .single-page-wrapper p + h6, .post-inner_content p + h1, .post-inner_content p + h2, .post-inner_content p + h3, .post-inner_content p + h4, .post-inner_content p + h5, .post-inner_content p + h6, .blog__comments_wrap p + h1, .blog__comments_wrap p + h2, .blog__comments_wrap p + h3, .blog__comments_wrap p + h4, .blog__comments_wrap p + h5, .blog__comments_wrap p + h6 {
  margin-top: 25px;
}
.single-page-wrapper .gallery + h1, .single-page-wrapper .gallery + h2, .single-page-wrapper .gallery + h3, .single-page-wrapper .gallery + h4, .single-page-wrapper .gallery + h5, .single-page-wrapper .gallery + h6, .post-inner_content .gallery + h1, .post-inner_content .gallery + h2, .post-inner_content .gallery + h3, .post-inner_content .gallery + h4, .post-inner_content .gallery + h5, .post-inner_content .gallery + h6, .blog__comments_wrap .gallery + h1, .blog__comments_wrap .gallery + h2, .blog__comments_wrap .gallery + h3, .blog__comments_wrap .gallery + h4, .blog__comments_wrap .gallery + h5, .blog__comments_wrap .gallery + h6 {
  margin-top: 25px;
}
.single-page-wrapper .gallery, .post-inner_content .gallery, .blog__comments_wrap .gallery {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -15px;
}
.single-page-wrapper .gallery .gallery-item, .post-inner_content .gallery .gallery-item, .blog__comments_wrap .gallery .gallery-item {
  text-align: center;
}
.single-page-wrapper .gallery .gallery-item img, .post-inner_content .gallery .gallery-item img, .blog__comments_wrap .gallery .gallery-item img {
  display: inline-block;
}
.single-page-wrapper .gallery-item, .post-inner_content .gallery-item, .blog__comments_wrap .gallery-item {
  margin: 15px 0;
  padding: 15px;
  width: 100%;
}
.single-page-wrapper .gallery-columns-2 .gallery-item, .post-inner_content .gallery-columns-2 .gallery-item, .blog__comments_wrap .gallery-columns-2 .gallery-item {
  max-width: 50%;
}
.single-page-wrapper .gallery-columns-3 .gallery-item, .post-inner_content .gallery-columns-3 .gallery-item, .blog__comments_wrap .gallery-columns-3 .gallery-item {
  max-width: 33.33%;
}
.single-page-wrapper .gallery-columns-4 .gallery-item, .post-inner_content .gallery-columns-4 .gallery-item, .blog__comments_wrap .gallery-columns-4 .gallery-item {
  max-width: 25%;
}
.single-page-wrapper .gallery-columns-5 .gallery-item, .post-inner_content .gallery-columns-5 .gallery-item, .blog__comments_wrap .gallery-columns-5 .gallery-item {
  max-width: 20%;
}
.single-page-wrapper .gallery-columns-6 .gallery-item, .post-inner_content .gallery-columns-6 .gallery-item, .blog__comments_wrap .gallery-columns-6 .gallery-item {
  max-width: 16.66%;
}
.single-page-wrapper .gallery-columns-7 .gallery-item, .post-inner_content .gallery-columns-7 .gallery-item, .blog__comments_wrap .gallery-columns-7 .gallery-item {
  max-width: 14.28%;
}
.single-page-wrapper .gallery-columns-8 .gallery-item, .post-inner_content .gallery-columns-8 .gallery-item, .blog__comments_wrap .gallery-columns-8 .gallery-item {
  max-width: 12.5%;
}
.single-page-wrapper .gallery-columns-9 .gallery-item, .post-inner_content .gallery-columns-9 .gallery-item, .blog__comments_wrap .gallery-columns-9 .gallery-item {
  max-width: 11.11%;
}
.single-page-wrapper img, .post-inner_content img, .blog__comments_wrap img {
  display: block;
}
.single-page-wrapper figure figcaption, .post-inner_content figure figcaption, .blog__comments_wrap figure figcaption {
  text-align: center;
}
.single-page-wrapper .alignleft, .post-inner_content .alignleft, .blog__comments_wrap .alignleft {
  float: left;
  margin: 0 25px 10px 0;
}
.single-page-wrapper .alignright, .post-inner_content .alignright, .blog__comments_wrap .alignright {
  float: right;
  margin: 0 0 10px 25px;
}
.single-page-wrapper .wp-block-image figure, .post-inner_content .wp-block-image figure, .blog__comments_wrap .wp-block-image figure {
  width: auto;
  max-width: none;
  margin-bottom: 15px !important;
}
.single-page-wrapper .wp-block-button, .post-inner_content .wp-block-button, .blog__comments_wrap .wp-block-button {
  transition: 0.3s ease;
}
.single-page-wrapper .wp-block-button:hover, .post-inner_content .wp-block-button:hover, .blog__comments_wrap .wp-block-button:hover {
  transition: 0.3s ease;
}
.single-page-wrapper .wp-block-button .wp-block-button__link:hover, .post-inner_content .wp-block-button .wp-block-button__link:hover, .blog__comments_wrap .wp-block-button .wp-block-button__link:hover {
  color: #ffffff !important;
}
.single-page-wrapper .wp-block-cover, .post-inner_content .wp-block-cover, .blog__comments_wrap .wp-block-cover {
  margin-bottom: 25px;
}
.single-page-wrapper dl, .post-inner_content dl, .blog__comments_wrap dl {
  margin-bottom: 25px;
}
.single-page-wrapper select, .post-inner_content select, .blog__comments_wrap select {
  background: url("../../css/images/arrow-dropdown.png") 98% 45% #fff;
  background-repeat: no-repeat;
}
.single-page-wrapper .wp-block-calendar, .post-inner_content .wp-block-calendar, .blog__comments_wrap .wp-block-calendar {
  margin-top: 25px;
  margin-bottom: 25px;
}
.single-page-wrapper .wp-block-calendar table caption, .post-inner_content .wp-block-calendar table caption, .blog__comments_wrap .wp-block-calendar table caption {
  caption-side: top;
  font-weight: 600;
  color: #fff;
  text-align: center;
  padding-top: 20px;
  padding-bottom: 20px;
}
.single-page-wrapper .wp-block-calendar table th, .post-inner_content .wp-block-calendar table th, .blog__comments_wrap .wp-block-calendar table th {
  background: none;
  font-weight: 600;
  color: #fff;
}
.single-page-wrapper .wp-block-calendar table td, .post-inner_content .wp-block-calendar table td, .blog__comments_wrap .wp-block-calendar table td {
  color: #fff;
  padding-top: 15px;
  padding-bottom: 15px;
}
.single-page-wrapper .wp-block-calendar table tfoot td a, .post-inner_content .wp-block-calendar table tfoot td a, .blog__comments_wrap .wp-block-calendar table tfoot td a {
  color: #fff;
  text-decoration: none;
  font-weight: 500;
}
.single-page-wrapper .wp-block-calendar nav, .post-inner_content .wp-block-calendar nav, .blog__comments_wrap .wp-block-calendar nav {
  display: flex;
  justify-content: space-between;
}
.single-page-wrapper .wp-block-latest-comments li, .post-inner_content .wp-block-latest-comments li, .blog__comments_wrap .wp-block-latest-comments li {
  list-style: none;
  margin-left: 0;
  margin-top: 25px;
}
.single-page-wrapper .wp-block-latest-comments li .wp-block-latest-comments__comment-author, .post-inner_content .wp-block-latest-comments li .wp-block-latest-comments__comment-author, .blog__comments_wrap .wp-block-latest-comments li .wp-block-latest-comments__comment-author {
  font-weight: 500;
  color: #222222;
}
.single-page-wrapper .wp-block-latest-comments li time, .post-inner_content .wp-block-latest-comments li time, .blog__comments_wrap .wp-block-latest-comments li time {
  margin-top: 3px;
  margin-bottom: 5px;
  color: #7b7d7f;
  font-size: 13px;
}
.single-page-wrapper .wp-block-latest-posts li, .post-inner_content .wp-block-latest-posts li, .blog__comments_wrap .wp-block-latest-posts li {
  margin-top: 25px;
  margin-left: 0;
}
.single-page-wrapper .wp-block-latest-posts li time, .post-inner_content .wp-block-latest-posts li time, .blog__comments_wrap .wp-block-latest-posts li time {
  margin-top: 3px;
  margin-bottom: 5px;
  color: #7b7d7f;
  font-size: 13px;
}
.single-page-wrapper .wp-block-latest-posts.is-grid li, .post-inner_content .wp-block-latest-posts.is-grid li, .blog__comments_wrap .wp-block-latest-posts.is-grid li {
  margin-top: 15px;
}
.single-page-wrapper .wp-block-search, .post-inner_content .wp-block-search, .blog__comments_wrap .wp-block-search {
  position: relative;
}
.single-page-wrapper .wp-block-search .wp-block-search__inside-wrapper .wp-block-search__input, .post-inner_content .wp-block-search .wp-block-search__inside-wrapper .wp-block-search__input, .blog__comments_wrap .wp-block-search .wp-block-search__inside-wrapper .wp-block-search__input {
  height: 62px;
  padding-left: 30px;
}
.single-page-wrapper .wp-block-search .wp-block-search__inside-wrapper .wp-block-search__input:hover, .post-inner_content .wp-block-search .wp-block-search__inside-wrapper .wp-block-search__input:hover, .blog__comments_wrap .wp-block-search .wp-block-search__inside-wrapper .wp-block-search__input:hover {
  -webkit-box-shadow: unset;
  border-radius: 2px;
  background-color: white;
  box-shadow: unset;
}
.single-page-wrapper .wp-block-search .wp-block-search__input, .post-inner_content .wp-block-search .wp-block-search__input, .blog__comments_wrap .wp-block-search .wp-block-search__input {
  max-width: calc(100% - 157px);
}
.single-page-wrapper .wp-block-search button, .post-inner_content .wp-block-search button, .blog__comments_wrap .wp-block-search button {
  flex-grow: 0;
  height: 65px;
  width: 105px;
  text-transform: uppercase;
  font-size: 13px;
  border-radius: 2px;
  border-color: #222;
  color: #fff;
  font-weight: 700;
  background-color: #f9d442;
  transition: 0.3s ease-in-out;
}
.single-page-wrapper .wp-block-search button:hover, .post-inner_content .wp-block-search button:hover, .blog__comments_wrap .wp-block-search button:hover {
  border-color: #f0a837;
  color: #fff;
  background-color: #f0a837;
}
.single-page-wrapper .wp-block-tag-cloud a, .post-inner_content .wp-block-tag-cloud a, .blog__comments_wrap .wp-block-tag-cloud a {
  margin-right: 5px;
  margin-bottom: 5px;
  -webkit-box-sizing: border-box;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  box-sizing: border-box;
  display: inline-block;
  padding: 0 20px;
  border: 2px solid #dddddd;
  background-color: #ffffff;
  color: #222222;
  font-size: 14px !important;
  font-weight: 600;
  line-height: 2.86;
  white-space: nowrap;
  transition: 0.3s;
}
.single-page-wrapper .wp-block-tag-cloud a:hover, .post-inner_content .wp-block-tag-cloud a:hover, .blog__comments_wrap .wp-block-tag-cloud a:hover {
  border-color: #f9d442;
  background-color: #f9d442;
  color: #ffffff;
  text-decoration: none;
}
.single-page-wrapper .wp-block-rss li, .post-inner_content .wp-block-rss li, .blog__comments_wrap .wp-block-rss li {
  list-style: none;
  margin-left: 0;
  color: #f9d442;
  transition: all 0.3s ease-in-out;
}
.single-page-wrapper .wp-block-rss li:hover, .post-inner_content .wp-block-rss li:hover, .blog__comments_wrap .wp-block-rss li:hover {
  color: #ff99c0;
}
.single-page-wrapper figcaption a, .post-inner_content figcaption a, .blog__comments_wrap figcaption a {
  color: #f9d442;
  transition: 0.3s ease;
}
.single-page-wrapper figcaption a:hover, .post-inner_content figcaption a:hover, .blog__comments_wrap figcaption a:hover {
  transition: 0.3s ease;
  color: #ff99c0;
}

.single-page-wrapper blockquote {
  padding-top: 60px;
  padding-right: 60px;
  padding-bottom: 60px;
  padding-left: 60px;
  margin-top: 40px;
  border-radius: 10px;
  border: 1px solid #4b515a;
}
.single-page-wrapper blockquote p {
  margin-bottom: 20px;
  color: #9981c2;
  text-align: center;
  leading-trim: both;
  text-edge: cap;
  font-size: 36px;
  line-height: 36px;
  font-weight: 600;
}
.single-page-wrapper blockquote cite {
  color: #fff;
  text-align: center;
  leading-trim: both;
  text-edge: cap;
  font-size: 14px;
  font-weight: 600;
  line-height: 20px;
  font-style: normal;
}
.single-page-wrapper blockquote a {
  color: inherit;
  transition: 0.3s ease;
}
.single-page-wrapper blockquote a:hover {
  transition: 0.3s ease;
}
.single-page-wrapper table a {
  color: inherit;
  transition: 0.3s ease;
}
.single-page-wrapper table a:hover {
  transition: 0.3s ease;
}
.single-page-wrapper dd a {
  color: inherit;
  transition: 0.3s ease;
}
.single-page-wrapper dd a:hover {
  transition: 0.3s ease;
}
.single-page-wrapper p a {
  color: inherit;
  transition: 0.3s ease;
}
.single-page-wrapper p a:hover {
  transition: 0.3s ease;
}

.plugin-disable p {
  margin-bottom: 25px;
}
.plugin-disable .comment-moderation img {
  margin-bottom: 10px !important;
}

address {
  padding: 25px;
  margin-top: 25px;
  margin-bottom: 25px;
}

code {
  margin: 3px;
}

code, kbd, pre, samp {
  font-family: monospace;
  font-size: 90%;
  padding: 3px 10px;
  color: #fff !important;
  margin-top: 25px;
  margin-bottom: 25px;
  background-color: #0e1218 !important;
}

select {
  cursor: pointer;
  position: relative;
  max-width: 100%;
  appearance: none;
  outline: 0;
  width: 100%;
  color: #aaaaaa;
  line-height: 1;
  padding: 16px 35px;
  border: 1px solid;
  margin-bottom: 20px;
  transition: 0.3s ease;
  background: url("../../css/images/arrow-dropdown.png") 95% 45% #fff;
  background-repeat: no-repeat;
}

em {
  color: inherit;
}

p + p {
  margin-top: 20px;
  margin-bottom: 0 !important;
}

figcaption {
  font-size: 90%;
  margin-top: 10px;
  margin-bottom: 10px;
}

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

a:hover {
  text-decoration: none;
}

.fl-page-padding {
  height: 100px;
}

#fl-main-holder {
  overflow: hidden;
}

.fl-main-container {
  overflow: hidden;
}

.uk-modal-dialog {
  overflow: hidden;
}

h1, .h1, h2, .h2, h3, .h3, h4, .h4, h5, .h5, h6, .h6 {
  margin-bottom: 23px;
}

button,
[type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button;
}
button:focus, button:active,
[type=button]:focus,
[type=button]:active,
[type=reset]:focus,
[type=reset]:active,
[type=submit]:focus,
[type=submit]:active {
  outline: none;
}

.sticky .article-intro__title a {
  padding-left: 25px;
  position: relative;
}
.sticky .article-intro__title a:after {
  position: absolute;
  left: 0;
  top: 5px;
  font-size: 25px;
  content: "\f08d";
  font-family: FontAwesome;
  color: #f9d442;
}

input {
  display: block;
  width: 100%;
  padding: 20px;
  line-height: 1.5;
  height: 49px;
  box-shadow: 0;
  border-radius: 2px;
  border: 1px solid #eee;
  color: #222;
  font-size: 14px;
  box-shadow: none;
  opacity: 1;
}
input[type=checkbox] {
  width: auto;
  height: 10px;
  display: inline-flex;
  margin-right: 4px;
  margin-top: 8px;
}
textarea {
  display: block;
  width: 100%;
  padding: 20px;
  line-height: 1.5;
  height: 49px;
  box-shadow: 0;
  border-radius: 2px;
  border: 1px solid #eee;
  color: #222;
  font-size: 14px;
  box-shadow: none;
  opacity: 1;
}
button {
  border: none;
}

.slick-slider {
  overflow: hidden;
}
.slick-slider .slick-track:after {
  content: "";
  clear: both;
  display: table;
}
.slick-slider .slider-image {
  float: left;
}

.cf::after {
  content: "";
  clear: both;
  display: table;
}

.hidden {
  display: none;
}

.trackback .blog-comments__inner .blog-comments__img, .pingback .blog-comments__inner .blog-comments__img {
  display: none;
}

.fl-form-password-protected .fl-input-group {
  display: flex;
  flex-wrap: wrap;
}
.fl-form-password-protected .fl-input-group input {
  flex-grow: 1;
  max-width: 70%;
  width: 100%;
  color: #aaaaaa;
  border-radius: 0;
  line-height: 1;
  padding: 13px 35px;
  transition: 0.3s ease;
  margin-right: -1px;
  margin-bottom: 0;
  max-width: calc(100% - 157px);
}
.fl-form-password-protected .fl-input-group button {
  flex-grow: 0;
  width: 120px;
  text-transform: uppercase;
  font-size: 13px;
  border-radius: 2px;
  color: #fff;
  font-weight: 700;
  background-color: #222;
  transition: 0.3s ease-in-out;
  border: 1px solid #222;
  padding: 0px;
  margin-left: 0px;
  word-break: normal;
  justify-content: center;
  align-items: center;
}
.fl-form-password-protected .fl-input-group button:hover {
  border-color: #f9d442;
  color: #fff;
  background-color: #f9d442;
}

.comment-moderation p {
  margin-bottom: 25px;
}
.comment-moderation h1, .comment-moderation h2, .comment-moderation h3, .comment-moderation h4, .comment-moderation h5, .comment-moderation h6 {
  margin-top: 25px;
}
.comment-moderation img {
  display: block;
  margin-top: 10px;
  margin-bottom: 10px !important;
}

.trackback .comments--reply-wrapper {
  flex-wrap: wrap;
}
.trackback .comment-author-name {
  display: block;
}

/* 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; /* Many screen reader and browser combinations announce broken words as they would appear visually. */
}

.gallery-caption {
  box-sizing: border-box;
}

.bypostauthor {
  box-sizing: border-box;
}

.fl-story-page-inner > a {
  transition: 0.3s ease;
  color: inherit;
}
.fl-story-page-inner > a:hover {
  transition: 0.3s ease;
}

.single-post-wrapper img.alignleft, .single-post-wrapper img.alignright, .single-page-wrapper img.alignleft, .single-page-wrapper img.alignright {
  clear: both;
}

.wp-block-latest-comments__comment-meta {
  background-color: transparent;
  line-height: 30px;
}

.wp-block-table.is-style-stripes tbody tr:nth-child(odd) {
  background-color: #0e1218 !important;
}

.post-inner-pagination, .page-inner-pagination {
  padding-top: 25px;
}
.post-inner-pagination .pagination-text, .page-inner-pagination .pagination-text {
  color: #fff;
  margin-right: 5px;
}
.post-inner-pagination .post-page-numbers, .page-inner-pagination .post-page-numbers {
  height: 40px;
  display: inline-flex;
  align-items: center;
  border: 1px solid #ddd;
  line-height: 1;
  width: 40px;
  transition: 0.3s ease;
  cursor: pointer;
  margin-right: 10px;
  font-size: 16px;
  justify-content: center;
  color: #222;
}
.post-inner-pagination .post-page-numbers .page-numbers, .page-inner-pagination .post-page-numbers .page-numbers {
  color: #fff;
}
.post-inner-pagination .post-page-numbers.current, .post-inner-pagination .post-page-numbers:hover, .page-inner-pagination .post-page-numbers.current, .page-inner-pagination .post-page-numbers:hover {
  color: #fff;
  border: 1px solid #f9d442;
  background-color: #f9d442;
}

.plugin-disable .comment-form-cookies-consent {
  margin-top: 20px;
}
.plugin-disable form.fl-comment-form .comment-form-cookies-consent input[type=checkbox]:before {
  top: 3px;
}
.plugin-disable form.fl-comment-form .comment-form-cookies-consent input[type=checkbox]:after {
  top: 6px !important;
  left: 3px !important;
}
.plugin-disable .blocks-gallery-grid {
  margin-bottom: 0 !important;
}
.plugin-disable .blocks-gallery-grid .blocks-gallery-item {
  margin-bottom: 20px !important;
}
.plugin-disable blockquote {
  padding-top: 60px;
  padding-right: 60px;
  padding-bottom: 60px;
  padding-left: 60px;
  margin-top: 40px;
  border-radius: 10px;
  border: 1px solid #4b515a;
}
.plugin-disable blockquote p {
  margin-bottom: 20px;
  color: #9981c2;
  text-align: center;
  leading-trim: both;
  text-edge: cap;
  font-size: 36px;
  line-height: 36px;
  font-weight: 600;
}
.plugin-disable blockquote cite {
  color: #fff;
  text-align: center;
  leading-trim: both;
  text-edge: cap;
  font-size: 14px;
  font-weight: 600;
  line-height: 20px;
  font-style: normal;
}
.plugin-disable .wp-block-gallery.columns-3 .blocks-gallery-caption {
  display: flex;
  margin-bottom: 20px !important;
  margin-top: 0;
}
.plugin-disable .wp-block-gallery.columns-2 figcaption {
  margin-top: 0;
}
.plugin-disable figure + p {
  margin-top: 0;
}
.plugin-disable figure.wp-block-gallery {
  margin-bottom: 0 !important;
}
.plugin-disable .wp-block-spacer + p {
  margin-top: 0;
}
.plugin-disable .wp-block-columns ol li:first-child {
  margin-top: 0;
}
.plugin-disable .wp-block-columns .wp-block-quote {
  margin-top: 0;
}

.post-inner_content .wp-block-pullquote.is-style-solid-color blockquote {
  margin-top: 0px;
}

body.logged-in .plugin-disable form.fl-comment-form .submit-btn-container {
  margin-top: 20px;
}

.logged-in button.uk-icon:not(:disabled).uk-close {
  margin-top: 0px;
}
.logged-in button.uk-icon:not(:disabled) {
  margin-top: 32px;
}
.logged-in .uk-offcanvas-reveal .uk-offcanvas-bar {
  margin-top: 32px;
}
.logged-in #modal-search-full button.uk-icon:not(:disabled).uk-close {
  margin-top: 32px;
}
.logged-in button.uk-icon:not(:disabled).uk-search-icon {
  margin-top: 0px;
}

.rev-slider-mobile-bg {
  min-height: 100% !important;
  opacity: 0.9;
}

.helping-plugin-not-found .wp-block-button .wp-block-button__link {
  color: #fff !important;
}
.helping-plugin-not-found .wp-block-button .wp-block-button__link:hover {
  opacity: 1 !important;
}
.helping-plugin-not-found .wp-block-button.is-style-outline .wp-block-button__link {
  color: #32373c !important;
}
.helping-plugin-not-found .wp-block-button.is-style-outline .wp-block-button__link:hover {
  opacity: 1 !important;
  color: #fff !important;
}
.helping-plugin-not-found form.fl-comment-form input, .helping-plugin-not-found form.fl-comment-form textarea {
  margin-bottom: 20px !important;
}
.helping-plugin-not-found .comment-moderation cite {
  margin-bottom: 0 !important;
}

#booking_car_info .rb_field:last-child input {
  margin-bottom: 0 !important;
}

#booking_car_info .booking_form {
  padding-top: 0 !important;
}

.sidebar_container .widget:last-child {
  margin-bottom: 0;
}

.single-post-wrapper .wp-block-archives-list li {
  position: relative;
  transition: all 0.3s ease-in-out;
}
.single-post-wrapper .wp-block-archives-list li:hover {
  color: #f9d442;
}
.single-post-wrapper .wp-block-archives-list li .fl-archive-post-count:before {
  content: "(";
}
.single-post-wrapper .wp-block-archives-list li .fl-archive-post-count:after {
  content: ")";
}
.single-post-wrapper .wp-block-search__input {
  padding: 0.5px;
}
.single-post-wrapper .wp-block-archives-dropdown select, .single-post-wrapper .wp-block-categories select {
  font-size: 14px;
  background: url(../../css/images/arrow-dropdown.png) #fff 98.5% 55%;
  padding: 16px 25px;
  background-repeat: no-repeat;
  margin-bottom: 0px;
}
.single-post-wrapper .wp-block-latest-comments li, .single-post-wrapper .wp-block-latest-posts li {
  margin: 15px 0 0 0px;
}
.single-post-wrapper .wp-block-latest-comments li a.wp-block-latest-comments__comment-author, .single-post-wrapper .wp-block-latest-comments li a.wp-block-latest-comments__comment-link, .single-post-wrapper .wp-block-latest-posts li a.wp-block-latest-comments__comment-author, .single-post-wrapper .wp-block-latest-posts li a.wp-block-latest-comments__comment-link {
  font-weight: 600;
  color: #f9d442;
  transition: all 0.3s ease-in-out;
}
.single-post-wrapper .wp-block-latest-comments li a.wp-block-latest-comments__comment-author:hover, .single-post-wrapper .wp-block-latest-comments li a.wp-block-latest-comments__comment-link:hover, .single-post-wrapper .wp-block-latest-posts li a.wp-block-latest-comments__comment-author:hover, .single-post-wrapper .wp-block-latest-posts li a.wp-block-latest-comments__comment-link:hover {
  color: #ff99c0 !important;
}
.single-post-wrapper .wp-block-latest-comments li a, .single-post-wrapper .wp-block-latest-posts li a {
  font-weight: 600;
  color: #f9d442;
  transition: all 0.3s ease-in-out;
}
.single-post-wrapper .wp-block-latest-comments li a:hover, .single-post-wrapper .wp-block-latest-posts li a:hover {
  color: #ff99c0 !important;
}
.single-post-wrapper table a {
  color: #f9d442 !important;
  transition: all 0.3s ease-in-out;
  font-weight: 700;
}
.single-post-wrapper table a:hover {
  color: #ff99c0 !important;
}

.tm-helping-plugin-not-found .widget-title:after {
  position: absolute;
  top: 5px;
  left: 5px;
  display: block;
  border-width: 7px;
  border-style: solid;
  border-right-color: transparent;
  border-bottom-color: transparent;
  content: "";
  border-top-color: #f9d442;
  border-left-color: #f9d442;
  height: auto;
}
.tm-helping-plugin-not-found .b-post-full .entry-link {
  margin-top: 25px;
}
.tm-helping-plugin-not-found .fl-comment-form .row .comment-author {
  width: 48%;
  margin-right: 2%;
}
.tm-helping-plugin-not-found .fl-comment-form .row .comment-email {
  width: 50%;
}
.tm-helping-plugin-not-found .comment-form-cookies-consent label {
  font-size: 12px;
}
.tm-helping-plugin-not-found .section-comment.comment-without-back {
  padding-top: 45px;
}
.tm-helping-plugin-not-found p {
  line-height: 1.5;
}

.fl-content {
  line-height: 30px;
}
.fl-content blockquote p {
  margin-top: 0;
}

.blog-section__inner blockquote {
  padding-top: 60px !important;
  padding-right: 60px !important;
  padding-bottom: 60px !important;
  padding-left: 60px !important;
  margin-top: 40px;
  border-radius: 10px;
  border: 1px solid #4b515a;
}
.blog-section__inner blockquote p {
  margin-bottom: 20px;
  color: #9981c2;
  text-align: center;
  leading-trim: both;
  text-edge: cap;
  font-size: 36px;
  line-height: 36px;
  font-weight: 600;
  font-style: normal !important;
}
.blog-section__inner blockquote p a {
  font-style: normal !important;
}
.blog-section__inner blockquote cite {
  color: #fff;
  text-align: center;
  leading-trim: both;
  text-edge: cap;
  font-size: 14px;
  font-weight: 600;
  line-height: 20px;
  font-style: normal !important;
}
.blog-section__inner blockquote cite em {
  font-style: normal !important;
}

/*-------------------------------------------------------------------

==  Preloader Page

-------------------------------------------------------------------*/
#fl-page--preloader {
  padding: 0 15px;
  z-index: 1999;
  position: fixed;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}
#fl-page--preloader .save_loader_bugs {
  display: none;
}
#fl-page--preloader .fl-top-progress {
  position: absolute;
  width: 100%;
  top: 0;
}
#fl-page--preloader .fl-top-progress .fl-loader_right {
  opacity: 0.8;
  position: absolute;
  right: 100%;
  z-index: 999;
  height: 7px;
  display: inline-block;
  left: 50%;
  width: 0;
  transition: all 1000ms cubic-bezier(0.745, 0.12, 0.32, 1.275);
}
#fl-page--preloader .fl-top-progress .fl-loader_left {
  opacity: 0.8;
  position: absolute;
  z-index: 999;
  height: 7px;
  display: inline-block;
  right: 50%;
  width: 0;
  transition: all 1000ms cubic-bezier(0.745, 0.12, 0.32, 1.275);
}
#fl-page--preloader .fl--preloader-progress-bar {
  height: 8px;
  max-width: 650px;
  padding: 3px 0;
  display: block;
  width: 100%;
  margin: 0 auto;
  background-color: #eee;
}
#fl-page--preloader .fl--preloader-progress-bar span {
  float: left;
  width: 0;
  height: 100%;
  display: inline-block;
}
#fl-page--preloader .fl-preloader--text-percent {
  margin-top: 45px;
  font-size: 23px;
}
#fl-page--preloader .fl-preloader--text-percent .fl--preloader-percent {
  font-size: 26px;
  color: #222;
}
#fl-page--preloader.fl-preloader-close {
  transform: translateY(-1000%);
  opacity: 0;
  transition: opacity 0s ease-in, transform 0s ease-in;
  display: none;
}
#fl-page--preloader .fl-top-background-preloader {
  position: fixed;
  top: 0;
  width: 100%;
  height: 50%;
}
#fl-page--preloader .fl-bottom-background-preloader {
  position: fixed;
  bottom: 0;
  width: 100%;
  height: 50%;
}

/*-------------------------------------------------------------------

==  Header

-------------------------------------------------------------------*/
@font-face {
  font-family: "Clash Grotesk";
  src: url("../../css/fonts/clash_fonts/ClashGrotesk-Variable.woff2") format("woff2"), url("../../css/fonts/clash_fonts/ClashGrotesk-Variable.woff") format("woff"), url("../../fonts/css/clash_fonts/ClashGrotesk-Variable.ttf") format("truetype");
  font-weight: 700;
  font-display: swap;
  font-style: normal;
}
@font-face {
  font-family: "Clash Grotesk";
  src: url("../../css/fonts/clash_fonts/ClashGrotesk-Extralight.woff2") format("woff2"), url("../../css/fonts/clash_fonts/ClashGrotesk-Extralight.woff") format("woff"), url("../../css/fonts/clash_fonts/ClashGrotesk-Extralight.ttf") format("truetype");
  font-weight: 200;
  font-display: swap;
  font-style: normal;
}
@font-face {
  font-family: "Clash Grotesk";
  src: url("../../css/fonts/clash_fonts/ClashGrotesk-Light.woff2") format("woff2"), url("../../css/fonts/clash_fonts/ClashGrotesk-Light.woff") format("woff"), url("../../css/fonts/clash_fonts/ClashGrotesk-Light.ttf") format("truetype");
  font-weight: 300;
  font-display: swap;
  font-style: normal;
}
@font-face {
  font-family: "Clash Grotesk";
  src: url("../../css/fonts/clash_fonts/ClashGrotesk-Regular.woff2") format("woff2"), url("../../css/fonts/clash_fonts/ClashGrotesk-Regular.woff") format("woff"), url("../../css/fonts/clash_fonts/ClashGrotesk-Regular.ttf") format("truetype");
  font-weight: 400;
  font-display: swap;
  font-style: normal;
}
@font-face {
  font-family: "Clash Grotesk";
  src: url("../../css/fonts/clash_fonts/ClashGrotesk-Medium.woff2") format("woff2"), url("../../css/fonts/clash_fonts/ClashGrotesk-Medium.woff") format("woff"), url("../../css/fonts/clash_fonts/ClashGrotesk-Medium.ttf") format("truetype");
  font-weight: 500;
  font-display: swap;
  font-style: normal;
}
@font-face {
  font-family: "Clash Grotesk";
  src: url("../../css/fonts/clash_fonts/ClashGrotesk-Semibold.woff2") format("woff2"), url("../../css/fonts/clash_fonts/ClashGrotesk-Semibold.woff") format("woff"), url("../../css/fonts/clash_fonts/ClashGrotesk-Semibold.ttf") format("truetype");
  font-weight: 600;
  font-display: swap;
  font-style: normal;
}
@font-face {
  font-family: "Clash Grotesk";
  src: url("../../css/fonts/clash_fonts/ClashGrotesk-Bold.woff2") format("woff2"), url("../../css/fonts/clash_fonts/ClashGrotesk-Bold.woff") format("woff"), url("../../css/fonts/clash_fonts/ClashGrotesk-Bold.ttf") format("truetype");
  font-weight: 700;
  font-display: swap;
  font-style: normal;
}
@font-face {
  font-family: "Clash Display";
  src: url("../../css/fonts/clash_fonts/ClashDisplay-Variable.woff2") format("woff2"), url("../../css/fonts/clash_fonts/ClashDisplay-Variable.woff") format("woff"), url("../../css/fonts/clash_fonts/ClashDisplay-Variable.ttf") format("truetype");
  font-weight: 700;
  font-display: swap;
  font-style: normal;
}
@font-face {
  font-family: "Clash Display";
  src: url("../../css/fonts/clash_fonts/ClashDisplay-Extralight.woff2") format("woff2"), url("../../css/fonts/clash_fonts/ClashDisplay-Extralight.woff") format("woff"), url("../../css/fonts/clash_fonts/ClashDisplay-Extralight.ttf") format("truetype");
  font-weight: 200;
  font-display: swap;
  font-style: normal;
}
@font-face {
  font-family: "Clash Display";
  src: url("../../css/fonts/clash_fonts/ClashDisplay-Light.woff2") format("woff2"), url("../../css/fonts/clash_fonts/ClashDisplay-Light.woff") format("woff"), url("../../css/fonts/clash_fonts/ClashDisplay-Light.ttf") format("truetype");
  font-weight: 300;
  font-display: swap;
  font-style: normal;
}
@font-face {
  font-family: "Clash Display";
  src: url("../../css/fonts/clash_fonts/ClashDisplay-Regular.woff2") format("woff2"), url("../../css/fonts/clash_fonts/ClashDisplay-Regular.woff") format("woff"), url("../../css/fonts/clash_fonts/ClashDisplay-Regular.ttf") format("truetype");
  font-weight: 400;
  font-display: swap;
  font-style: normal;
}
@font-face {
  font-family: "Clash Display";
  src: url("../../css/fonts/clash_fonts/ClashDisplay-Medium.woff2") format("woff2"), url("../../css/fonts/clash_fonts/ClashDisplay-Medium.woff") format("woff"), url("../../css/fonts/clash_fonts/ClashDisplay-Medium.ttf") format("truetype");
  font-weight: 500;
  font-display: swap;
  font-style: normal;
}
@font-face {
  font-family: "Clash Display";
  src: url("../../css/fonts/clash_fonts/ClashDisplay-Semibold.woff2") format("woff2"), url("../../css/fonts/clash_fonts/ClashDisplay-Semibold.woff") format("woff"), url("../../css/fonts/clash_fonts/ClashDisplay-Semibold.ttf") format("truetype");
  font-weight: 600;
  font-display: swap;
  font-style: normal;
}
@font-face {
  font-family: "Clash Display";
  src: url("../../css/fonts/clash_fonts/ClashDisplay-Bold.woff2") format("woff2"), url("../../css/fonts/clash_fonts/ClashDisplay-Bold.woff") format("woff"), url("../../css/fonts/clash_fonts/ClashDisplay-Bold.ttf") format("truetype");
  font-weight: 700;
  font-display: swap;
  font-style: normal;
}
body {
  font-family: "Clash Grotesk";
}

.header.plugin-disable {
  padding-left: 0;
}
.header.plugin-disable .header__menu.menu {
  height: 100%;
  border-top: 0px solid #4b515a;
  border-right: 0px solid #4b515a;
  width: 100%;
  padding: 0px;
  padding-top: 0px;
  padding-bottom: 0px;
  background: #0e1218;
}
.header.plugin-disable .header__menu.menu .popup_menu, .header.plugin-disable .header__menu.menu .menu__list-link svg, .header.plugin-disable .header__menu.menu .menu__list-link i, .header.plugin-disable .header__menu.menu .menu__list-link image {
  display: none;
}
.header.plugin-disable .header__menu.menu .menu__list-link span {
  display: block;
}
.header.plugin-disable .header__menu.menu .uk-navbar-nav {
  justify-content: flex-end;
}
.header.plugin-disable .header__menu.menu .uk-navbar-nav .menu__list-item.has-submenu:hover > .sub-menu {
  display: block;
}
.header.plugin-disable .header__menu.menu .uk-navbar-nav .menu__list-item.has-submenu > a:after {
  content: "\f107";
  display: inline-block;
  width: 0;
  height: 0;
  vertical-align: middle;
  font: normal normal normal 15px/1 FontAwesome;
  position: relative;
  margin-left: 6px;
  bottom: 6px;
  transform: translateY(-50%);
  font-weight: 900;
  font-size: 11px;
  transition: all 0.3s ease-in-out;
}
.header.plugin-disable .header__menu.menu .uk-navbar-nav .menu__list-item.has-submenu .sub-menu {
  display: none;
  padding: 20px;
  padding-right: 0;
  top: 99%;
  position: absolute;
  z-index: 10;
  background: #fff;
  -webkit-box-shadow: 10px 10px 50px 5px rgba(0, 0, 0, 0.1);
  box-shadow: 10px 10px 50px 5px rgba(0, 0, 0, 0.1);
  border-radius: 5px;
  width: 250px;
}
.header.plugin-disable .header__menu.menu .uk-navbar-nav .menu__list-item.has-submenu .sub-menu .menu__list-item .menu__list-link {
  padding-right: 20px;
}
.header.plugin-disable .header__menu.menu .uk-navbar-nav .menu__list-item.has-submenu .sub-menu .menu__list-item .menu__list-link:after {
  margin-left: auto;
  right: 20px;
  transform: rotate(-90deg);
  top: 1px;
}
.header.plugin-disable .header__menu.menu .uk-navbar-nav .menu__list-item.has-submenu .sub-menu .menu__list-item.has-submenu .sub-menu {
  top: 0px;
  left: 101%;
}
.header.plugin-disable .header__menu.menu .uk-navbar-nav .menu__list-item.has-submenu .sub-menu .menu__list-item span {
  color: #222;
}

.wrapper.plugin-disable .main {
  padding-left: 0px;
}

.main {
  -webkit-box-flex: 1;
  -ms-flex: 1 0 auto;
  flex: 1 0 auto;
  position: relative;
  padding-left: 80px;
  color: #fff;
}

.container {
  max-width: 1210px;
  margin: 0 auto;
  padding: 0 15px;
}

.cursor-follower {
  position: absolute;
  background: rgba(255, 255, 255, 0.1);
  width: 40px;
  height: 40px;
  border-radius: 100%;
  z-index: 1;
  transition: 0.6s cubic-bezier(0.75, -1.27, 0.3, 2.33) transform, 0.4s cubic-bezier(0.75, -1.27, 0.3, 2.33) opacity;
  user-select: none;
  pointer-events: none;
  transform: translate(4px, 4px);
}

.cursor-follower.active {
  opacity: 0.3;
  transform: scale(0);
}

@media (max-width: 1200px) {
  .cursor, .cursor-follower {
    display: none !important;
  }
}
.cursor {
  position: absolute;
  background: #fff;
  width: 8px;
  height: 8px;
  border-radius: 100%;
  z-index: 1;
  transition: 0.5s cubic-bezier(0.75, -1.27, 0.3, 2.33) transform, 0.2s cubic-bezier(0.75, -1.27, 0.3, 2.33) opacity;
  user-select: none;
  pointer-events: none;
  transform: scale(0.8);
  font-size: 11px !important;
  z-index: 99;
}

.cursor.active {
  opacity: 1;
  transform: scale(12);
  background: rgba(255, 255, 255, 0.9);
}

.cursor.active::before {
  opacity: 1;
  font-size: 11px !important;
}

body {
  background: #0e1218;
  min-height: 100%;
}

.wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  min-height: 100%;
}

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

.header__logo {
  margin-right: auto;
  display: flex;
}

.header {
  padding: 16px 0;
  border-bottom: 1px solid #4b515a;
  padding-left: 80px;
  position: sticky;
  top: 0;
  z-index: 100;
  background: #0e1218;
  min-height: 81px;
  display: flex;
}
.header .container {
  margin-top: auto;
  margin-bottom: auto;
}

.index .header {
  padding-left: 0;
}

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

.header__search {
  margin-right: 15px;
}

.header__search:hover .search__btn {
  -webkit-transition: right 0.3s;
  -o-transition: right 0.3s;
  transition: right 0.3s;
}

.header__search:hover .search__btn svg {
  width: 24px;
  height: 24px;
  min-width: 24px;
  min-height: 24px;
}

.header__search .search__btn {
  border: 1px solid rgba(0, 0, 0, 0);
  width: 32px;
  height: 32px;
  -webkit-transition: unset;
  -o-transition: unset;
  transition: unset;
}

.header__search .search__btn svg {
  width: 24px;
  height: 24px;
}

.header-form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 10px;
}

.header-form__img {
  width: 40px;
  height: 40px;
}

.header-form__img-image {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  border-radius: 100%;
}

.header-form .select-items div,
.header-form .select-selected {
  padding: 9px 22px 9px 10px;
  border: unset;
}

.header-form .select-selected:after {
  right: 0;
}

.header-form .select-arrow-active {
  border: 1px solid #4b515a;
  border-bottom: 1px solid rgba(0, 0, 0, 0);
}

.header-form .select-arrow {
  border: unset;
}

.header-form .select-arrow-active {
  border: unset;
}

.header-form .select-items {
  border: unset;
  background: unset;
}

.header-form .select-items div {
  padding: unset;
  color: #0e1218;
  margin-bottom: 10px;
}

.header-form .select-items div:last-child {
  margin-bottom: 0;
}

.header-form .select-items div:hover {
  color: #6d9985;
}

.header-form .select-items {
  padding: 16px 24px 16px 24px;
  border-radius: 10px;
  background: #fff;
  width: 120px;
  right: 0;
  left: unset;
  top: 120%;
  gap: 5px;
  border: 1px solid #d7dadd;
}

.logo {
  width: 161px;
  height: 26px;
  gap: 10px;
}

.logo__img.logo__rotate {
  animation: rotation 2s infinite linear;
}

@keyframes rotation {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(359deg);
  }
}
@media (max-width: 1210px) {
  .logo {
    width: calc(110px + 51 * (100vw - 375px) / 835);
    margin-left: 60px;
  }
}
.logo__img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
  position: relative;
  top: -3px;
}

.header-search {
  margin-left: 30px;
  margin-right: 15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.header-search__btn {
  width: 24px;
  height: 24px;
}

.header-search__btn svg {
  width: 100%;
  height: 100%;
}

.header-search__input {
  display: none;
}

.user-nav {
  margin-right: 35px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 20px;
}

.user-nav__link {
  position: relative;
  width: 24px;
  height: 24px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.user-nav__link span {
  position: absolute;
  top: -6px;
  right: -6px;
  background: #ff99c0;
  width: 16px;
  height: 16px;
  border-radius: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  color: #0e1218;
  text-align: center;
  leading-trim: both;
  text-edge: cap;
  font-size: 9px;
  font-weight: 600;
}

.user-nav__link:hover svg path {
  stroke: #6d9985;
}

.user-nav__link svg path {
  -webkit-transition: stroke 0.3s;
  -o-transition: stroke 0.3s;
  transition: stroke 0.3s;
}

.lang {
  position: relative;
  z-index: 10;
  margin-right: 10px;
}

.lang__top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 10px;
  color: #fff;
  leading-trim: both;
  text-edge: cap;
  font-size: 14px;
  font-weight: 600;
  line-height: 20px;
  -webkit-transition: color 0.3s;
  -o-transition: color 0.3s;
  transition: color 0.3s;
  cursor: pointer;
}

.lang__top svg:last-child {
  -webkit-transition: -webkit-transform 0.3s;
  transition: -webkit-transform 0.3s;
  -o-transition: transform 0.3s;
  transition: transform 0.3s;
  transition: transform 0.3s, -webkit-transform 0.3s;
}

.lang__top svg:last-child path {
  -webkit-transition: stroke 0.3s;
  -o-transition: stroke 0.3s;
  transition: stroke 0.3s;
}

.lang__top:hover {
  color: #6d9985;
}

.lang__top:hover svg:last-child path {
  stroke: #6d9985;
}

.lang-box {
  position: absolute;
  display: none;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 24px;
  width: 145px;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  padding-left: 24px;
  padding-right: 24px;
  padding-top: 16px;
  padding-bottom: 16px;
  border-radius: 10px;
  background: #fff;
  position: absolute;
  top: 150%;
  left: 0;
}

.lang-box__link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 10px;
  leading-trim: both;
  text-edge: cap;
  font-size: 14px;
  font-weight: 600;
  line-height: 20px;
  color: #0e1218;
  -webkit-transition: color 0.3s;
  -o-transition: color 0.3s;
  transition: color 0.3s;
}

.lang-box__link:hover {
  color: #6d9985;
}

.lang--active .lang__top svg:last-child {
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}

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

@media (max-width: 1100px) {
  .header .container {
    padding-left: 15px;
  }
}
@media (max-width: 1000px) {
  .index .header__user-nav.user-menu ul {
    display: none;
  }
  .index .header__wrapper {
    display: block;
  }
}
@media (max-width: 800px) {
  .header__wrapper {
    display: none;
  }
  .body--active {
    overflow: hidden;
  }
  .body--active .burger {
    z-index: 11;
  }
  .body--active .header__wrapper {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    background: #0e1218;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    z-index: 10;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 20px;
  }
  .body--active .aside {
    z-index: 0;
  }
  .body--active .header .searchs {
    margin-right: unset;
  }
  .body--active .header .lang {
    margin-right: unset;
  }
  .body--active .header .searchs {
    width: 225px;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
  .body--active .header .searchs .search__btn {
    left: unset;
    right: 14px;
    width: 16px;
    height: 16px;
    right: 16px;
    border: unset;
    z-index: 2;
  }
  .body--active .header .searchs .search__btn svg {
    width: 24px;
    height: 24px;
    min-width: 24px;
    min-height: 24px;
  }
  .body--active .header .searchs .search__input {
    -webkit-box-ordinal-group: 0;
    -ms-flex-order: -1;
    order: -1;
    opacity: 1;
    z-index: 1;
    position: unset;
    border: 1px solid #4b515a;
  }
  .body--active .user-nav {
    margin-right: unset;
  }
  .aside {
    top: -1px;
  }
  .header {
    padding-left: 20px;
  }
  .header-form {
    gap: 0px;
    margin-right: 15px;
  }
  .header-form__img {
    width: 30px;
    height: 30px;
  }
}
@media (max-width: 550px) {
  .header {
    padding-left: 10px;
  }
}
@media (max-width: 500px) {
  .logo {
    margin-left: 10px;
  }
  .logo__text {
    display: none;
  }
}
@media (max-width: 450px) {
  .header-form .select-selected {
    padding-left: 13px;
    padding-right: 13px;
    text-indent: -9999px;
  }
}
.header__user-nav.user-menu {
  display: flex;
  align-items: center;
  gap: 25px;
}

.header .act-btn:hover {
  background: #598571;
}

.body--white .header-form .select-selected.select-arrow-active {
  border-bottom: unset;
}

.body--white .header {
  border-bottom: 1px solid #d7dadd;
}

.body--white .header {
  background: #fff;
}

.body--white.body--active .header__wrapper {
  background: #fff;
}

.searchs {
  border-radius: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 48px;
  height: 48px;
  -webkit-transition: width 0.3s;
  -o-transition: width 0.3s;
  transition: width 0.3s;
  position: relative;
  overflow: hidden;
}

.searchs:hover {
  width: 225px;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.searchs:hover .search__input {
  -webkit-box-ordinal-group: 0;
  -ms-flex-order: -1;
  order: -1;
  opacity: 1;
  z-index: 1;
  position: unset;
  border: 1px solid #4b515a;
}

.searchs:hover .search__input:focus {
  border: 1px solid #fff;
}

.searchs:hover .search__btn {
  left: unset;
  right: 14px;
  width: 16px;
  height: 16px;
  right: 16px;
  border: unset;
  z-index: 2;
}

.search__btn {
  width: 48px;
  border: 1px solid #4b515a;
  height: 48px;
  position: absolute;
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  border-radius: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.search__btn svg {
  width: 16px;
  height: 16px;
}

.search__input {
  border: 1px solid rgba(0, 0, 0, 0);
  opacity: 0;
  position: absolute;
  z-index: -1;
  -webkit-transition: opacity 1;
  -o-transition: opacity 1;
  transition: opacity 1;
  border-radius: 10px;
  width: 100%;
  padding: 14px 60px 14px 24px;
  color: #fff;
  leading-trim: both;
  text-edge: cap;
  font-size: 14px;
  font-family: Clash Grotesk;
  height: 100%;
  font-weight: 500;
  line-height: 20px;
  background: rgba(0, 0, 0, 0);
  -webkit-transition: border 0.3s;
  -o-transition: border 0.3s;
  transition: border 0.3s;
}

.search__input::-webkit-input-placeholder {
  color: #7d838c;
  leading-trim: both;
  text-edge: cap;
  font-size: 14px;
  font-family: Clash Grotesk;
  height: 100%;
  font-weight: 500;
  line-height: 20px;
}

.search__input::-moz-placeholder {
  color: #7d838c;
  leading-trim: both;
  text-edge: cap;
  font-size: 14px;
  font-family: Clash Grotesk;
  height: 100%;
  font-weight: 500;
  line-height: 20px;
}

.search__input:-ms-input-placeholder {
  color: #7d838c;
  leading-trim: both;
  text-edge: cap;
  font-size: 14px;
  font-family: Clash Grotesk;
  height: 100%;
  font-weight: 500;
  line-height: 20px;
}

.search__input::-ms-input-placeholder {
  color: #7d838c;
  leading-trim: both;
  text-edge: cap;
  font-size: 14px;
  font-family: Clash Grotesk;
  height: 100%;
  font-weight: 500;
  line-height: 20px;
}

.search__input::placeholder {
  color: #7d838c;
  leading-trim: both;
  text-edge: cap;
  font-size: 14px;
  font-family: Clash Grotesk;
  height: 100%;
  font-weight: 500;
  line-height: 20px;
}

.body--white .search__btn svg path {
  stroke: #0e1218;
}

.body--white .search__btn {
  border: 1px solid #d7dadd;
}

.body--white .searchs:hover .search__input {
  border: 1px solid #d7dadd;
}

.body--white .searchs:hover .search__input:focus {
  border: 1px solid #d7dadd;
}

.body--white .search__input {
  color: #0e1218;
}

.body--white .error__search .search__input {
  border: 1px solid #d7dadd;
}

.header__search .search__btn {
  background: transparent;
}

.header__search.searchs .search__btn {
  background: transparent;
  opacity: 0;
}
.header__search.searchs svg {
  position: absolute;
  right: 10px;
}

.custom-selects {
  max-height: 48px;
  position: relative;
}

.custom-selects .select {
  display: none;
}

.select-selected:after {
  position: absolute;
  content: "";
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  right: 16px;
  width: 16px;
  height: 16px;
  background-repeat: no-repeat;
  background-size: contain;
  background-image: url(../images/select-arrow.svg);
  -webkit-transition: -webkit-transform 0.3s;
  transition: -webkit-transform 0.3s;
  -o-transition: transform 0.3s;
  transition: transform 0.3s;
  transition: transform 0.3s, -webkit-transform 0.3s;
}

.select-selected.select-arrow-active {
  border-radius: 10px 10px 0 0;
  border-bottom: 1px solid rgba(0, 0, 0, 0);
}

.select-selected.select-arrow-active:after {
  -webkit-transform: translateY(-50%) rotate(180deg);
  -ms-transform: translateY(-50%) rotate(180deg);
  transform: translateY(-50%) rotate(180deg);
}

.select-items div,
.select-selected {
  color: #fff;
  padding: 13px 24px;
  padding-right: 65px;
  cursor: pointer;
  color: #fff;
  leading-trim: both;
  text-edge: cap;
  font-size: 14px;
  font-family: Clash Grotesk;
  font-weight: 500;
  line-height: 20px;
  border-radius: 10px;
  border: 1px solid #4b515a;
  -webkit-transition: color 0.3s;
  -o-transition: color 0.3s;
  transition: color 0.3s;
  min-width: 177px;
}

.select-items {
  position: absolute;
  top: 100%;
  left: 0;
  right: 0;
  z-index: 99;
  border: 1px solid #4b515a;
  border-radius: 0 0 10px 10px;
  background: #0e1218;
}
.select-items a {
  display: block;
  color: #fff;
  padding: 13px 24px;
  padding-right: 65px;
  cursor: pointer;
  font-size: 14px;
  font-family: "Clash Grotesk";
  font-weight: 500;
  line-height: 20px;
  border-radius: 10px;
  -webkit-transition: color 0.3s;
  -o-transition: color 0.3s;
  transition: color 0.3s;
}
.select-items a:hover {
  color: #6d9985 !important;
}

.select-items div {
  background: unset;
  border-radius: unset;
  border: unset;
  padding-right: 20px;
}

.select-hide {
  display: none;
}

.select-items div:hover:hover,
.same-as-selected:hover {
  color: #6d9985;
}

.body--white .select-items div,
.body--white .select-selected {
  color: #0e1218;
  border: 1px solid #d7dadd;
}

.body--white .select-selected.select-arrow-active {
  border-bottom: 1px solid rgba(0, 0, 0, 0);
}

.body--white .select-selected:after {
  -webkit-filter: invert(1);
  filter: invert(1);
}

@media (max-width: 850px) {
  .burger {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-left: 10px;
  }
}
.body--white .burger span {
  background: #0e1218;
}

.burger i {
  color: #fff;
  font-size: 24px;
}

.burger i:last-child {
  display: none;
}

.body--active .burger i:last-child {
  display: block;
}

.body--active .burger i:first-child {
  display: none;
}

.burger {
  width: 20px;
  height: 15px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 4px;
  display: none;
}

.burger span {
  width: 100%;
  height: 2px;
  background: #fff;
}

.header__form.header-form .selects_cont {
  cursor: pointer;
  position: relative;
  color: #fff;
}
.header__form.header-form .selects_cont .tm_icon_dowm {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  right: -22px;
  width: 16px;
  height: 16px;
  background-repeat: no-repeat;
  background-size: contain;
  background-image: url(../images/select-arrow.svg);
  -webkit-transition: -webkit-transform 0.3s;
  transition: -webkit-transform 0.3s;
  -o-transition: transform 0.3s;
  transition: transform 0.3s;
  transition: transform 0.3s, -webkit-transform 0.3s;
}
.header__form.header-form .uk-dropdown {
  padding: 16px 24px 16px 24px;
  border-radius: 10px;
  background: #fff;
  width: 120px;
  right: 0;
  left: unset;
  top: 120%;
  gap: 5px;
  border: 1px solid #d7dadd;
}
.header__form.header-form .uk-dropdown a {
  padding: unset;
  color: #0e1218;
  margin-bottom: 10px;
  transition: all 0.3s ease-in-out;
}
.header__form.header-form .uk-dropdown a:hover {
  color: #6d9985;
}

.header__logo.logo .logo__text_dark {
  display: none;
}
.header__logo.logo .logo__texts, .header__logo.logo .logo__texts_dark {
  margin: 0;
  color: #fff;
  font-size: 32px;
  line-height: 32px;
  font-family: Clash Display;
  white-space: nowrap;
}
.header__logo.logo .logo__texts_dark {
  display: none;
}

.main__section-top-page {
  padding-top: 100px;
  margin-bottom: 100px;
}

.aside--active .popup_menu {
  display: none !important;
}

.body--white .aside__resize {
  border-right: 1px solid #d7dadd;
}

.body--white .aside--active .menu__list-link:hover {
  background: #eef2f6;
}

.body--white .aside--active .menu__list-link--active {
  background: #eef2f6;
}

.body--white .aside-cost-info__price {
  background: #0e1218;
  color: #fff;
}

.body--white .aside-cost-info {
  background: #eef2f6;
}

.body--white .aside-cost-info__list-item {
  color: #0e1218;
}

.body--white .aside-cost-info__list-item svg path {
  stroke: #0e1218;
}

.body--white .aside-cost-info__list-item {
  border-bottom: 1px solid #d7dadd;
}

.body--white .aside-block {
  background: #eef2f6;
}

.body--white .aside-block__title {
  color: #0e1218;
}

.body--white .aside-block-item-box__text {
  color: #0e1218;
}

.body--white .aside-block-item-box__text a {
  color: #0e1218;
}

.body--white .aside-block__link {
  border: 1px solid #d7dadd;
}

.body--white .aside-block__link:hover {
  background: #000;
  color: #fff;
  border: 1px solid #0e1218;
}

.body--white .aside__resize {
  background: #fff;
}

.aside {
  height: 100%;
  width: 80px;
  position: fixed;
  left: 0;
  top: 0;
  z-index: 101;
  -webkit-transition: width 0.3s;
  -o-transition: width 0.3s;
  transition: width 0.3s;
}

.aside__resize {
  width: 80px;
  height: 80px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  border-right: 1px solid #4b515a;
  cursor: pointer;
  background: #0e1218;
}

.aside--active .aside__resize {
  background-color: #eef2f6;
}

.body--white .aside--active .aside__resize {
  background-color: #eef2f6;
}

.aside--active {
  width: 230px;
}

.aside--active .menu__list-link span {
  display: block;
}

.aside--active .menu__list-link--active {
  background: #2d333c;
}

.aside--active .menu__list-link--active span {
  color: #6d9985;
}

.aside--active .menu__list-link--active svg path {
  stroke: #6d9985;
}

.aside--active .menu__list-link:hover {
  background: #2d333c;
}

.aside--active .menu__list-link:hover span {
  color: #6d9985;
}

.aside--active .menu__list-link:hover svg path {
  stroke: #6d9985;
}

.aside-cost-info {
  border-radius: 25px;
  background: #2d333c;
  padding-top: 40px;
  padding-right: 40px;
  padding-bottom: 40px;
  padding-left: 40px;
  min-width: 380px;
}

@media (max-width: 1210px) {
  .aside-cost-info {
    padding-top: calc(30px + 10 * (100vw - 375px) / 835);
  }
}
@media (max-width: 1210px) {
  .aside-cost-info {
    padding-right: calc(20px + 20 * (100vw - 375px) / 835);
  }
}
@media (max-width: 1210px) {
  .aside-cost-info {
    padding-bottom: calc(30px + 10 * (100vw - 375px) / 835);
  }
}
@media (max-width: 1210px) {
  .aside-cost-info {
    padding-left: calc(20px + 20 * (100vw - 375px) / 835);
  }
}
.aside-cost-info__price {
  max-height: 80px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center;
  border-radius: 10px;
  background: #fff;
  color: #0e1218;
  leading-trim: both;
  text-edge: cap;
  font-weight: 600;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 5px;
  margin-bottom: 30px;
  padding: 28px;
  font-size: 24px;
  line-height: 24px;
}

@media (max-width: 1210px) {
  .aside-cost-info__price {
    margin-bottom: calc(25px + 5 * (100vw - 375px) / 835);
  }
}
@media (max-width: 1210px) {
  .aside-cost-info__price {
    padding: calc(20px + 8 * (100vw - 375px) / 835);
  }
}
@media (max-width: 1210px) {
  .aside-cost-info__price {
    font-size: calc(20px + 4 * (100vw - 375px) / 835);
  }
}
@media (max-width: 1210px) {
  .aside-cost-info__price {
    line-height: calc(20px + 4 * (100vw - 375px) / 835);
  }
}
.aside-cost-info__price span {
  color: #7d838c;
  leading-trim: both;
  text-edge: cap;
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;
}

.aside-cost-info__list {
  margin-bottom: 30px;
}

@media (max-width: 1210px) {
  .aside-cost-info__list {
    margin-bottom: calc(15px + 15 * (100vw - 375px) / 835);
  }
}
.aside-cost-info__list-item {
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 12px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 20px;
  color: #fff;
  leading-trim: both;
  text-edge: cap;
  font-size: 14px;
  font-family: Clash Grotesk;
  font-weight: 500;
  line-height: 20px;
  border-bottom: 1px solid #4b515a;
}

.aside-cost-info__list-item:last-child {
  border-bottom: unset;
}

.aside-cost-info__list-text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 15px;
}

.aside-cost-info__list-text:last-child {
  font-weight: 600;
}

.aside-cost-info__link {
  border-radius: 10px;
  background: #6d9985;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center;
  color: #fff;
  text-align: center;
  leading-trim: both;
  text-edge: cap;
  font-size: 14px;
  font-weight: 600;
  line-height: 20px;
  padding: 15px 24px;
  -webkit-transition: background 0.3s;
  -o-transition: background 0.3s;
  transition: background 0.3s;
}

.aside-cost-info__link:hover {
  background: #598571;
}

.aside-block {
  border-radius: 25px;
  background: #2d333c;
  padding-top: 40px;
  padding-right: 40px;
  padding-bottom: 40px;
  padding-left: 40px;
}

@media (max-width: 1210px) {
  .aside-block {
    padding-top: calc(30px + 10 * (100vw - 375px) / 835);
  }
}
@media (max-width: 1210px) {
  .aside-block {
    padding-right: calc(20px + 20 * (100vw - 375px) / 835);
  }
}
@media (max-width: 1210px) {
  .aside-block {
    padding-bottom: calc(30px + 10 * (100vw - 375px) / 835);
  }
}
@media (max-width: 1210px) {
  .aside-block {
    padding-left: calc(20px + 20 * (100vw - 375px) / 835);
  }
}
.aside-block__title {
  margin-bottom: 30px;
  color: #fff;
  leading-trim: both;
  text-edge: cap;
  font-size: 24px;
  line-height: 24px;
  font-weight: 600;
}

@media (max-width: 1210px) {
  .aside-block__title {
    margin-bottom: calc(20px + 10 * (100vw - 375px) / 835);
  }
}
@media (max-width: 1210px) {
  .aside-block__title {
    font-size: calc(18px + 6 * (100vw - 375px) / 835);
  }
}
@media (max-width: 1210px) {
  .aside-block__title {
    line-height: calc(18px + 6 * (100vw - 375px) / 835);
  }
}
.aside-block__link {
  margin-top: 25px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center;
  border-radius: 10px;
  border: 1px solid #4b515a;
  color: #7d838c;
  text-align: center;
  leading-trim: both;
  text-edge: cap;
  font-size: 13px;
  padding: 5px;
  width: 100%;
  font-weight: 600;
  line-height: 20px;
  -webkit-transition: color 0.3s, background 0.3s, border 0.3s;
  -o-transition: color 0.3s, background 0.3s, border 0.3s;
  transition: color 0.3s, background 0.3s, border 0.3s;
}

@media (max-width: 1210px) {
  .aside-block__link {
    margin-top: calc(20px + 5 * (100vw - 375px) / 835);
  }
}
.aside-block__link:hover {
  background: #4b515a;
  color: #fff;
}

.aside-block-item {
  margin-bottom: 25px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 15px;
}

@media (max-width: 1210px) {
  .aside-block-item {
    margin-bottom: calc(15px + 10 * (100vw - 375px) / 835);
  }
}
@media (max-width: 1210px) {
  .aside-block-item {
    gap: calc(10px + 5 * (100vw - 375px) / 835);
  }
}
.aside-block-item:nth-last-child(1) {
  margin-bottom: 0;
}

.aside-block-item:last-child {
  margin-bottom: 0;
}

.aside-block-item__img {
  width: 48px;
  height: 48px;
  max-width: 48px;
  max-height: 48px;
  min-width: 48px;
  min-height: 48px;
  border-radius: 100%;
}

.aside-block-item__img-image {
  width: 100%;
  height: 100%;
  border-radius: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.aside-block-item-box__text {
  font-size: 14px;
  font-weight: 400;
  line-height: 16px;
  color: #7d838c;
  margin-bottom: 5px;
}

.aside-block-item-box__text a {
  font-size: 16px;
  font-weight: 600;
  color: #fff;
  leading-trim: both;
  text-edge: cap;
}

.aside-block-item-box__subtext {
  color: #7d838c;
  leading-trim: both;
  text-edge: cap;
  font-size: 12px;
  font-family: Clash Grotesk;
  font-weight: 500;
  line-height: 18px;
}

.aside-block-item-box__link {
  color: #7d838c;
  leading-trim: both;
  text-edge: cap;
  font-size: 12px;
  font-family: Clash Grotesk;
  font-weight: 500;
  line-height: 18px;
}

.aside-block-media {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 6px;
  margin-bottom: 30px;
}

@media (max-width: 1210px) {
  .aside-block-media {
    margin-bottom: calc(25px + 5 * (100vw - 375px) / 835);
  }
}
.aside-block-media__link {
  width: 100%;
  height: 96px;
  border-radius: 10px;
}

.aside-block-media__link-img {
  width: 100%;
  height: 100%;
  border-radius: 10px;
  -o-object-fit: cover;
  object-fit: cover;
}

.aside-block--small-squeres .aside-block-item__img {
  border-radius: 10px;
}

.aside-block--small-squeres .aside-block-item__img-image {
  border-radius: 10px;
}

.aside-block--medium-squeres .aside-block-item__img {
  width: 80px;
  height: 80px;
  max-width: 80px;
  max-height: 80px;
  min-width: 80px;
  min-height: 80px;
  border-radius: 10px;
}

.aside-block--medium-squeres .aside-block-item__img-image {
  border-radius: 10px;
}

@media (max-width: 1100px) {
  .aside-cost-info {
    min-width: unset;
    width: 100%;
    max-width: 100%;
  }
  .aside--active .menu {
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
    overflow: auto;
  }
  .aside {
    height: 80px;
  }
  .aside--active {
    height: 100%;
  }
}
@media (max-width: 550px) {
  .aside__resize {
    width: 55px;
  }
}
.admin-bar .header {
  top: 32px;
}
.admin-bar .aside {
  top: 32px;
}

.menu__list-item:hover > .popup_menu {
  opacity: 1;
  visibility: visible;
}

.body--white .menu {
  border-top: 1px solid #d7dadd;
  border-right: 1px solid #d7dadd;
  background: #fff;
}

.body--white .menu__list-link span {
  color: #0e1218;
}

.body--white .menu__list-link svg path {
  stroke: #0e1218;
}

.menu {
  height: 100%;
  border-top: 1px solid #4b515a;
  border-right: 1px solid #4b515a;
  width: 100%;
  padding: 40px 12px;
  padding-top: 40px;
  padding-bottom: 40px;
  background: #0e1218;
}

@media (max-width: 1210px) {
  .menu {
    padding-top: calc(20px + 20 * (100vw - 375px) / 835);
  }
}
@media (max-width: 1210px) {
  .menu {
    padding-bottom: calc(20px + 20 * (100vw - 375px) / 835);
  }
}
.menu__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 15px;
}

.menu__list li {
  position: relative;
}

@media (max-width: 1210px) {
  .menu__list {
    gap: calc(5px + 10 * (100vw - 375px) / 835);
  }
}
.menu__list-link {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 16px;
  padding: 12px;
  border-radius: 10px;
  -webkit-transition: background 0.3s;
  -o-transition: background 0.3s;
  transition: background 0.3s;
  margin-left: 5px;
}

.menu__list-link:hover svg path {
  stroke: #6d9985;
}

.menu__list-link span {
  display: none;
  color: #fff;
  leading-trim: both;
  text-edge: cap;
  font-size: 14px;
  font-weight: 500;
  -webkit-transition: color 0.3s;
  -o-transition: color 0.3s;
  transition: color 0.3s;
}

.menu__list-link svg path {
  -webkit-transition: stroke 0.3s;
  -o-transition: stroke 0.3s;
  transition: stroke 0.3s;
}

@media (max-width: 1100px) {
  .menu {
    -webkit-transform: translateX(-80px);
    -ms-transform: translateX(-80px);
    transform: translateX(-80px);
  }
}
.popup_menu:before {
  display: inline-block;
  content: "";
  border-top: 8px solid transparent;
  border-bottom: 8px solid transparent;
  border-right: 8px solid #fff;
  position: absolute;
  left: -6px;
  top: 5px;
  z-index: 7;
}

.body--white .popup_menu {
  background: #222;
  color: #fff;
}

.body--white .popup_menu:before {
  border-right-color: #222;
}

.popup_menu {
  opacity: 0;
  visibility: hidden;
  position: absolute;
  top: 13px;
  right: auto;
  left: 107%;
  background: #fff;
  border-radius: 0;
  padding: 6px 20px;
  -webkit-transition: opacity 500ms;
  transition: opacity 500ms;
  color: #000000;
  word-break: normal;
  font-size: 14px;
  line-height: 14px;
  font-weight: 400;
  white-space: nowrap;
}

.aside__menu.menu .menu__list .menu__list-item .menu__list-link i {
  font-size: 24px;
  color: #fff;
}
.aside__menu.menu .menu__list .menu__list-item .menu__list-link svg {
  width: 24px;
}
.aside__menu.menu .menu__list .menu__list-item .menu__list-link img {
  width: 22px;
}
.aside__menu.menu .menu__list .menu__list-item .menu__list-link span {
  overflow: hidden;
  word-break: normal;
  height: 24px;
}

#youzify .wpdberror {
  overflow-x: scroll;
}

body.body--white {
  background: #fff;
}
body.body--white .logo__text {
  display: none;
}
body.body--white .header__logo.logo .logo__text_dark {
  display: block;
}
body.body--white .header__logo.logo .logo__texts, body.body--white .aside__menu.menu .menu__list .menu__list-item .menu__list-link i {
  color: #0e1218;
  transition: all 0.3s ease-in-out;
}
body.body--white .aside__menu.menu .menu__list .menu__list-item .menu__list-link:hover i {
  color: #6d9985;
}
body.body--white .user-nav__link svg path, body.body--white .menu__list-link svg path, body.body--white .searchs svg path {
  stroke: #0e1218;
}
body.body--white .card {
  background: #eef2f6;
}
body.body--white .blog-section__inner {
  color: #0e1218;
}
body.body--white .blog-section__inner p {
  color: #0e1218;
}
body.body--white .courses-section-instructor-content__name {
  color: #0e1218;
}
body.body--white .socials__link path {
  fill: #0e1218;
}
body.body--white .comments-item .comments-item__inner .comment-reply-link:before {
  background-image: url(../images/comment_reply_dark.svg);
}
body.body--white .comment-reply-title {
  color: #0e1218;
}
body.body--white .breadcrumbs__list-item {
  color: #7d838c;
}
body.body--white.woocommerce .main__shop.shop .shop__inner .shop__card .card__inner .product_type_simple {
  color: #0e1218;
}
body.body--white.woocommerce .main__shop.shop .shop__filters-panel .widget.woocommerce.widget_price_filter .price_slider_amount .price_label {
  color: #0e1218;
}
body.body--white.woocommerce .main__shop.shop .shop__filters-panel .widget.woocommerce.widget_price_filter .price_slider_amount input {
  color: #0e1218;
}
body.body--white.woocommerce .main__shop.shop .shop__filters-panel .widget.widget_layered_nav .woocommerce-widget-layered-nav-dropdown .select2-container .selection .select2-selection .select2-selection__rendered .select2-selection__placeholder {
  color: #0e1218;
}
body.body--white.woocommerce .main__shop.shop .shop__filters-panel .widget.widget_layered_nav .woocommerce-widget-layered-nav-dropdown .select2-container .selection .select2-selection .select2-selection__arrow {
  background-image: url(../../css/images/select-arrow-dark.svg);
}
body.body--white .select2-container .select2-dropdown {
  background: #eef2f6;
}
body.body--white .select2-dropdown .select2-results__option {
  color: #0e1218;
}
body.body--white .members__title.title, body.body--white #youzify.main__members.memberss #youzify-members-directory #members-directory-form #youzify-members-list li .members__card .card__title, body.body--white #youzify .youzify-page-main-content .pagination .pagination-links .page-numbers {
  color: #0e1218;
}
body.body--white #youzify.main__members.memberss #youzify-members-directory .youzify-directory-filter .item-list-tabs ul #members-dir-search #search-members-form #members_search_submit {
  background-image: url(../images/search_widget_dark.svg);
}
body.body--white #youzify.main__members.memberss #youzify-members-directory .youzify-directory-filter .item-list-tabs ul #members-order-select .nice-select .current {
  color: #0e1218;
}
body.body--white #youzify.main__members.memberss #youzify-members-directory .youzify-directory-filter .item-list-tabs ul #members-order-select .nice-select .list {
  background: #eef2f6;
}
body.body--white #youzify-profile-navmenu .youzify-profile-navmenu li.youzify-active-menu a {
  color: #0e1218;
}
body.body--white .youzify-profile-sidebar .youzify-widget, body.body--white #youzify .youzify-custom_infos {
  background: #eef2f6;
}
body.body--white #youzify-profile-navmenu .youzify-profile-navmenu {
  border-bottom: 1px solid #d7dadd;
}
body.body--white .youzify-profile-sidebar .youzify-widget .youzify-widget-head .youzify-widget-title, body.body--white .youzify-profile-sidebar .youzify-widget .youzify-items-list-widget .youzify-list-item .youzify-item-data .youzify-item-name,
body.body--white #youzify .youzify div.item-list-tabs li a:hover, body.body--white #youzify .youzify div.item-list-tabs li.current a, body.body--white #youzify .youzify div.item-list-tabs li.selected a,
body.body--white #youzify .youzify-page-main-content .item-list-tabs ul li a,
body.body--white #youzify .youzify-page-main-content .item-list-tabs ul li#activity-filter-select .nice-select .current,
body.body--white #youzify .members.friends #youzify-members-list .members__card .card__title,
body.body--white #youzify .youzify-page-main-content .card__inner .bp-group-home-link {
  color: #0e1218;
}
body.body--white #youzify .youzify-page-main-content .item-list-tabs ul li#activity-filter-select .nice-select {
  border: 1px solid #d7dadd;
}
body.body--white #youzify .youzify-page-main-content .item-list-tabs ul li#activity-filter-select .nice-select .list,
body.body--white #youzify .item-list-tabs ul li#members-order-select .nice-select .list, body.body--white #youzify .item-list-tabs ul li#groups-order-select .nice-select .list,
body.body--white #youzify .youzify-page-main-content .youzify-directory-filter .item-list-tabs ul #groups-order-select .nice-select .list {
  background: #eef2f6;
  border-color: #d7dadd;
}
body.body--white .product__content .woocommerce-product-details__short-description p, body.body--white .product__content .product_meta > span > a, body.body--white .product__content .product_meta > span,
body.body--white .elementor-widget-tm-products .shop-section__swiper .shop-section-swiper__slide .shop__card .card__title,
body.body--white .elementor-widget-tm-products .shop-section__swiper .shop-section-swiper__slide .shop__card .product_type_simple,
body.body--white .elementor-widget-templines-blog-box .news-section__swiper .news-section-swiper__slide .news-section-slide__card.card .card__title,
body.body--white .elementor-widget-templines-blog-box .news-section__swiper .news-section-swiper__slide .news-section-slide__card.card .card__description,
body.body--white .about-event-box__title, body.body--white .about-event-box p, body.body--white .about-event-box, body.body--white #tribe-events-footer .tribe-events-nav-pagination .tribe-events-sub-nav li a,
body.body--white .main__events .tribe-events .tribe-events-calendar-list .events__card .card__title,
body.body--white .main__events .tribe-events .tribe-events-header .tribe-events-header__events-bar .tribe-events-c-events-bar__views .tribe-events-c-view-selector__content .tribe-events-c-view-selector__list .tribe-events-c-view-selector__list-item a span {
  color: #0e1218;
}
body.body--white .elementor-widget-tm-products .shop-section__buttons .shop-section__buttons-prev path, body.body--white .elementor-widget-tm-products .shop-section__buttons .shop-section__buttons-next path,
body.body--white .elementor-widget-templines-blog-box .news-section__top .news-section__buttons .news-section__buttons-prev path, body.body--white .elementor-widget-templines-blog-box .news-section__top .news-section__buttons .news-section__buttons-next path {
  stroke: #0e1218;
}
body.body--white .main__events .tribe-events .tribe-events-header .tribe-events-header__events-bar .tribe-events-c-events-bar__search-container .tribe-events-c-events-bar__search .tribe-events-c-search svg path {
  fill: #0e1218;
}
body.body--white .about-event, body.body--white .main__events .tribe-events .tribe-events-calendar-list .events__card, body.body--white .elementor-widget-templines-custom-title .heading__title span::before, body.body--white .widget, body.body--white .youzify-sidebar .widget-content {
  background: #eef2f6;
}
body.body--white .main__events .tribe-events-calendar-list-nav .tribe-events-c-nav__list li a span, body.body--white .main__events .tribe-events-calendar-day-nav .tribe-events-c-nav__list li a span {
  color: #0e1218;
}
body.body--white .elementor-widget-tm-groups .groups-section__swiper .groups-section-swiper__slide .groups-section__card .card__inner .bp-group-home-link, body.body--white .widget .wp-block-heading, body.body--white .youzify-sidebar .widget-content .wp-block-heading,
body.body--white .widget .wp-block-latest-posts li a, body.body--white .widget .wp-block-archives li a, body.body--white .widget .wp-block-categories li a, body.body--white .widget.widget_archive ul li a, body.body--white .widget.widget_categories ul li a, body.body--white .widget.widget_pages ul li a, body.body--white .widget.widget_meta ul li a, body.body--white .widget.widget_recent_entries ul li a, body.body--white .widget.widget_nav_menu ul li a, body.body--white .youzify-sidebar .widget-content .wp-block-latest-posts li a, body.body--white .youzify-sidebar .widget-content .wp-block-archives li a, body.body--white .youzify-sidebar .widget-content .wp-block-categories li a, body.body--white .youzify-sidebar .widget-content.widget_archive ul li a, body.body--white .youzify-sidebar .widget-content.widget_categories ul li a, body.body--white .youzify-sidebar .widget-content.widget_pages ul li a, body.body--white .youzify-sidebar .widget-content.widget_meta ul li a, body.body--white .youzify-sidebar .widget-content.widget_recent_entries ul li a, body.body--white .youzify-sidebar .widget-content.widget_nav_menu ul li a {
  color: #0e1218;
}
body.body--white .elementor-widget-tm-groups .groups-section__top .groups-section__buttons .groups-section__buttons-prev path, body.body--white .elementor-widget-tm-groups .groups-section__top .groups-section__buttons .groups-section__buttons-next path {
  stroke: #0e1218;
}
body.body--white .widget.widget_search form, body.body--white .youzify-sidebar .widget-content.widget_search form {
  box-shadow: unset;
}
body.body--white .widget.widget_block.widget_search .wp-block-search .wp-block-search__inside-wrapper .wp-block-search__button:before, body.body--white .youzify-sidebar .widget-content.widget_block.widget_search .wp-block-search .wp-block-search__inside-wrapper .wp-block-search__button:before {
  background-image: url(../images/search_widget_dark.svg);
}
body.body--white .related__title, body.body--white .comment__form .logged-in-as, body.body--white .wp-block-latest-comments__comment-meta, body.body--white .widget .wp-block-latest-comments .wp-block-latest-comments__comment-meta a, body.body--white .widget .wp-block-latest-comments .recentcomments a, body.body--white .widget.widget_recent_comments .wp-block-latest-comments__comment-meta a, body.body--white .widget.widget_recent_comments .recentcomments a, body.body--white .youzify-sidebar .widget-content .wp-block-latest-comments .wp-block-latest-comments__comment-meta a, body.body--white .youzify-sidebar .widget-content .wp-block-latest-comments .recentcomments a, body.body--white .youzify-sidebar .widget-content.widget_recent_comments .wp-block-latest-comments__comment-meta a, body.body--white .youzify-sidebar .widget-content.widget_recent_comments .recentcomments a {
  color: #0e1218;
}
body.body--white #youzify .groups__title, body.body--white #youzify .youzify-page-main-content .youzify-directory-filter .item-list-tabs ul #groups-order-select .nice-select .current {
  color: #0e1218;
}
body.body--white #youzify .youzify-page-main-content .youzify-directory-filter .item-list-tabs ul #youzify-directory-search-box #search-groups-form #groups_search_submit {
  background-image: url(../images/search_widget_dark.svg);
}
body.body--white #youzify .youzify-page-main-content .youzify-wall-form, body.body--white #youzify #activity-stream .groups {
  background: #eef2f6;
}
body.body--white #youzify .youzify-page-main-content .youzify-wall-form .youzify-wall-actions {
  background: #fff;
}
body.body--white #youzify .youzify-page-main-content .youzify-wall-form .youzify-wall-content textarea, body.body--white #youzify .youzify-page-main-content .youzify-wall-form .youzify-wall-content .youzify-emojionearea {
  border: 1px solid #fff !important;
}
body.body--white #youzify #activity-stream .groups .activity-content .activity-head p a:last-child, body.body--white #youzify #activity-stream .groups .activity-content .activity-inner p {
  color: #0e1218;
}
body.body--white #youzify .post-body__assessment .post-body-assessment__btn span.like {
  background-image: url(../images/like_dark.svg);
}
body.body--white #youzify .post-body__assessment .acomment-reply svg path {
  stroke: #0e1218;
}
body.body--white #youzify #activity-stream .groups .activity-content .activity-head p a, body.body--white #youzify .youzify-group-navmenu ul li:hover a, body.body--white #youzify .youzify-group-navmenu ul li.current a {
  color: #0e1218;
}
body.body--white #youzify .youzify-page-main-content .youzify-directory-filter .item-list-tabs ul li a span, body.body--white #youzify .youzify-page-main-content .youzify-directory-filter .item-list-tabs ul li.selected a span {
  color: #fff;
}
body.body--white #youzify .youzify-page-main-content .youzify-directory-filter .item-list-tabs ul li.selected a span {
  background: #7d838c;
}
body.body--white .group-button.join-group {
  color: #0e1218 !important;
}
body.body--white #youzify .youzify-group-navmenu ul li a span {
  color: #fff;
}
body.body--white #youzify .youzify-group-navmenu ul li a:hover span {
  color: #0e1218;
}
body.body--white #youzify .youzify-group-navmenu ul li a span {
  background: #7d838c;
}
body.body--white #youzify .groups-members-search #search-members-form #members_search_submit {
  background-image: url(../images/search_widget_dark.svg);
}
body.body--white #youzify #group_members-order-select .nice-select .list {
  background: #eef2f6;
  border-color: #d7dadd;
}
body.body--white #youzify #members-group-list #youzify-members-list li .youzify-user-data {
  background: #eef2f6;
}
body.body--white #youzify #members-group-list #youzify-members-list li .youzify-user-data .item a {
  color: #0e1218;
}
body.body--white .youzify #youzify-members-list .youzify-user-actions a.youzify-send-message {
  background-color: #7d838c;
}
body.body--white #youzify #group-settings-form {
  background: #eef2f6;
}
body.body--white #youzify #group-settings-form .radio label, body.body--white #youzify #group-settings-form label, body.body--white #youzify .youzify-group-settings-tab .radio label, body.body--white #youzify .youzify-group-settings-tab label {
  color: #0e1218 !important;
}
body.body--white #youzify #group-settings-form .youzify-group-field-item input, body.body--white #youzify #group-settings-form .youzify-group-field-item textarea {
  border: 1px solid #7d838c;
  color: #0e1218;
}
body.body--white .youzify #drag-drop-area {
  border-color: #7d838c;
}
body.body--white .youzify .bp-avatar-nav li.current a {
  background-color: #809fae;
  color: #fff;
}
body.body--white #youzify .youzify-group-manage-members-search {
  background: #eef2f6;
}
body.body--white #youzify #group-settings-form .group-members-list #admins-list.item-list li {
  background: #fff;
}
body.body--white #youzify #group-settings-form .group-members-list #members-list.item-list li {
  background: #fff;
}
body.body--white #youzify .youzify-group-manage-members-search #search-members-form #members_search_submit {
  background-image: url(../images/search_widget_dark.svg);
}
body.body--white #youzify #activity-stream .activity, body.body--white #youzify #activity-stream .friends, body.body--white #youzify #activity-stream .blogs {
  background: #eef2f6;
}
body.body--white #youzify #activity-stream .activity .activity-content .activity-head p a, body.body--white #youzify #activity-stream .activity .activity-content .activity-inner p,
body.body--white #youzify #activity-stream .friends .activity-header .activity-head p a, body.body--white #youzify #activity-stream .blogs .activity-header .activity-head p a {
  color: #0e1218;
}
body.body--white #youzify #activity-stream .groups .activity-content .activity-head .youzify-show-item-tools i,
body.body--white #youzify #activity-stream .groups .activity-content .activity-head .youzify-show-item-tools i:before,
body.body--white #youzify #activity-stream .groups .activity-content .activity-head .youzify-show-item-tools i:after,
body.body--white #youzify #activity-stream .activity .activity-content .activity-head .youzify-show-item-tools i,
body.body--white #youzify #activity-stream .activity .activity-content .activity-head .youzify-show-item-tools i:before,
body.body--white #youzify #activity-stream .activity .activity-content .activity-head .youzify-show-item-tools i:after,
body.body--white #youzify #activity-stream .friends .activity-content .activity-head .youzify-show-item-tools i,
body.body--white #youzify #activity-stream .friends .activity-content .activity-head .youzify-show-item-tools i:before,
body.body--white #youzify #activity-stream .friends .activity-content .activity-head .youzify-show-item-tools i:after {
  background: #0e1218;
}
body.body--white .youzify-page-btns-border-oval .youzify-wall-embed .youzify-embed-action .message-button a {
  background: #7d838c;
  color: #fff;
}
body.body--white #youzify .members.friends #youzify-members-list .members__card .card__box .card-box__link,
body.body--white #youzify.main__members.memberss #youzify-members-directory #members-directory-form #youzify-members-list li .members__card .card__box .card-box__link,
body.body--white .woocommerce-tabs.wc-tabs-wrapper .wc-tab_c, body.body--white .product__content .price, body.body--white .woocommerce-tabs.wc-tabs-wrapper .wc-tab_c#tab-more_seller_product .product_contain .card .product_type_simple,
body.body--white .woocommerce-tabs.wc-tabs-wrapper .wc-tab_c.custom-tabs--description h2, body.body--white .woocommerce-tabs.wc-tabs-wrapper .wc-tab_c.custom-tabs--reviews #reviews #review_form_wrapper #review_form #commentform input:not(#wp-comment-cookies-consent),
body.body--white .woocommerce-tabs.wc-tabs-wrapper .wc-tab_c.custom-tabs--reviews #reviews .woocommerce-Reviews-title span, body.body--white .product__content form.cart .quantity input {
  color: #0e1218;
}
body.body--white .woocommerce-tabs.wc-tabs-wrapper .wc-tab_c {
  background: #eef2f6;
}
body.body--white .woocommerce-tabs.wc-tabs-wrapper .wc-tab_c#tab-more_seller_product .product_contain .slick-arrow {
  background-image: url(../images/link-arrow-dark.svg);
}

#youzify #group-settings-form .group-members-list #members-list.item-list li:last-child {
  margin-bottom: 0;
}

#youzify-members-list + #pag-bottom {
  margin-top: 40px;
}

.uk-modal .uk-modal-dialog {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 25px !important;
  background: #2d333c;
  padding: 60px;
  border-radius: 25px;
  width: 580px;
  font-size: 14px;
  font-weight: 500;
}
.uk-modal .uk-modal-dialog .uk-modal-title {
  color: #fff;
  leading-trim: both;
  text-edge: cap;
  font-size: 36px;
  font-weight: 600;
  line-height: 36px;
  margin-bottom: 25px;
}
.uk-modal .uk-modal-dialog textarea {
  min-height: 100px;
}
.uk-modal .uk-modal-dialog input, .uk-modal .uk-modal-dialog textarea {
  padding-top: 13px;
  padding-right: 24px;
  padding-bottom: 13px;
  padding-left: 24px;
  border-radius: 10px;
  border: 1px solid #4b515a;
  width: 100%;
  background: unset;
  color: #fff;
  leading-trim: both;
  text-edge: cap;
  font-size: 14px;
  line-height: 20px;
  font-family: Clash Grotesk;
  font-weight: 500;
  margin-bottom: 20px;
}
.uk-modal .uk-modal-dialog input:focus, .uk-modal .uk-modal-dialog textarea:focus {
  border-color: #fff;
}

/*-------------------------------------------------------------------

==  Blog Archive

-------------------------------------------------------------------*/
.body--white .blog-section-box__blockquote {
  border: 1px solid #d7dadd;
}

.body--white .blog-section-box__blockquote-subtext {
  color: #0e1218;
}

.body--white .blog-section__inner {
  background: #eef2f6;
}

.body--white .blog-section-box-content__text {
  color: #0e1218;
}

.body--white .blog-section-box-content__title {
  color: #0e1218;
}

.body--white .blog-section-box-content__list-item {
  color: #0e1218;
}

.body--white .blog-section-box-content__blockquote {
  border: 1px solid #d7dadd;
}

.body--white .blog-section-box-content__blockquote-subtext {
  color: #0e1218;
}

.body--white .blog-section__tags-link {
  border: 1px solid #d7dadd;
}

.body--white .blog-section__tags-link:hover {
  color: #fff;
  background: #0e1218;
  border: 1px solid #0e1218;
}

.tm_blog {
  padding-top: 100px;
  margin-bottom: 100px;
}
.tm_blog .custom-selects select {
  display: none;
}

.blog__inner {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  gap: 20px;
  margin-bottom: 40px;
}

@media (max-width: 1210px) {
  .blog__inner {
    margin-bottom: calc(20px + 20 * (100vw - 375px) / 835);
  }
}
.card--blog .card__inner {
  height: 100%;
}

.card--blog .card-box__poster {
  margin-bottom: 30px;
  height: 300px;
  max-height: 300px;
}

@media (max-width: 1210px) {
  .card--blog .card-box__poster {
    margin-bottom: calc(15px + 15 * (100vw - 375px) / 835);
  }
}
@media (max-width: 1210px) {
  .card--blog .card-box__poster {
    height: calc(150px + 150 * (100vw - 375px) / 835);
  }
}
@media (max-width: 1210px) {
  .card--blog .card-box__poster {
    max-height: calc(150px + 150 * (100vw - 375px) / 835);
  }
}
.card--blog .card__title {
  margin-bottom: 15px;
}

@media (max-width: 1210px) {
  .card--blog .card__title {
    margin-bottom: calc(10px + 5 * (100vw - 375px) / 835);
  }
}
.card--blog .card-list {
  margin-bottom: 0;
}

.courses-section-instructor--blog {
  margin-bottom: 20px;
}

.blog-section {
  margin-bottom: 20px;
}

.blog-section__inner {
  padding-top: 60px;
  padding-right: 60px;
  padding-bottom: 60px;
  padding-left: 60px;
  border-radius: 25px;
  background: #2d333c;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 10px;
}

@media (max-width: 1210px) {
  .blog-section__inner {
    padding-top: calc(30px + 30 * (100vw - 375px) / 835);
  }
}
@media (max-width: 1210px) {
  .blog-section__inner {
    padding-right: calc(20px + 40 * (100vw - 375px) / 835);
  }
}
@media (max-width: 1210px) {
  .blog-section__inner {
    padding-bottom: calc(30px + 30 * (100vw - 375px) / 835);
  }
}
@media (max-width: 1210px) {
  .blog-section__inner {
    padding-left: calc(20px + 40 * (100vw - 375px) / 835);
  }
}
@media (max-width: 1210px) {
  .blog-section__inner {
    gap: calc(30px + 50 * (100vw - 375px) / 835);
  }
}
.blog-section__tags {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 8px;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.blog-section__tags-link {
  color: #7d838c;
  text-align: center;
  leading-trim: both;
  text-edge: cap;
  font-size: 13px;
  font-weight: 600;
  line-height: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 8px 24px;
  border-radius: 10px;
  border: 1px solid #4b515a;
  -webkit-transition: background 0.3s, color 0.3s, border 0.3s;
  -o-transition: background 0.3s, color 0.3s, border 0.3s;
  transition: background 0.3s, color 0.3s, border 0.3s;
}

@media (max-width: 1210px) {
  .blog-section__tags-link {
    font-size: calc(12px + 1 * (100vw - 375px) / 835);
  }
}
.blog-section__tags-link:hover {
  background: #4b515a;
  color: #fff;
}

.blog-section-box__img {
  width: 100%;
  border-radius: 25px;
  margin-top: 35px;
  height: 700px;
  max-height: 700px;
}

@media (max-width: 1210px) {
  .blog-section-box__img {
    margin-top: calc(30px + 5 * (100vw - 375px) / 835);
  }
}
@media (max-width: 1210px) {
  .blog-section-box__img {
    height: calc(200px + 500 * (100vw - 375px) / 835);
  }
}
@media (max-width: 1210px) {
  .blog-section-box__img {
    max-height: calc(200px + 500 * (100vw - 375px) / 835);
  }
}
.blog-section-box__img-image {
  border-radius: 25px;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.blog-section-box__blockquote {
  padding-top: 60px;
  padding-right: 60px;
  padding-bottom: 60px;
  padding-left: 60px;
  margin-top: 40px;
  border-radius: 10px;
  border: 1px solid #4b515a;
}

@media (max-width: 1210px) {
  .blog-section-box__blockquote {
    padding-top: calc(30px + 30 * (100vw - 375px) / 835);
  }
}
@media (max-width: 1210px) {
  .blog-section-box__blockquote {
    padding-right: calc(20px + 40 * (100vw - 375px) / 835);
  }
}
@media (max-width: 1210px) {
  .blog-section-box__blockquote {
    padding-bottom: calc(30px + 30 * (100vw - 375px) / 835);
  }
}
@media (max-width: 1210px) {
  .blog-section-box__blockquote {
    padding-left: calc(20px + 40 * (100vw - 375px) / 835);
  }
}
@media (max-width: 1210px) {
  .blog-section-box__blockquote {
    margin-top: calc(30px + 10 * (100vw - 375px) / 835);
  }
}
.blog-section-box__blockquote-text {
  margin-bottom: 20px;
  color: #9981c2;
  text-align: center;
  leading-trim: both;
  text-edge: cap;
  font-size: 36px;
  line-height: 36px;
  font-weight: 600;
}

@media (max-width: 1210px) {
  .blog-section-box__blockquote-text {
    margin-bottom: calc(10px + 10 * (100vw - 375px) / 835);
  }
}
@media (max-width: 1210px) {
  .blog-section-box__blockquote-text {
    font-size: calc(30px + 6 * (100vw - 375px) / 835);
  }
}
@media (max-width: 1210px) {
  .blog-section-box__blockquote-text {
    line-height: calc(30px + 6 * (100vw - 375px) / 835);
  }
}
.blog-section-box__blockquote-text:last-child {
  margin-bottom: 0;
}

.blog-section-box__blockquote-subtext {
  color: #fff;
  text-align: center;
  leading-trim: both;
  text-edge: cap;
  font-size: 14px;
  font-weight: 600;
  line-height: 20px;
}

.blog-section-box-content {
  max-width: 780px;
  margin-left: auto;
  margin-right: auto;
}

.blog-section-box-content__text {
  color: #fff;
  leading-trim: both;
  text-edge: cap;
  margin-bottom: 30px;
  font-size: 16px;
  line-height: 24px;
  font-family: Clash Grotesk;
  font-weight: 500;
}

@media (max-width: 1210px) {
  .blog-section-box-content__text {
    margin-bottom: calc(15px + 15 * (100vw - 375px) / 835);
  }
}
@media (max-width: 1210px) {
  .blog-section-box-content__text {
    font-size: calc(14px + 2 * (100vw - 375px) / 835);
  }
}
@media (max-width: 1210px) {
  .blog-section-box-content__text {
    line-height: calc(20px + 4 * (100vw - 375px) / 835);
  }
}
.blog-section-box-content__text:last-child {
  margin-bottom: 0;
}

.blog-section-box-content__text span {
  color: #f9d442;
}

.blog-section-box-content__title {
  color: #fff;
  leading-trim: both;
  text-edge: cap;
  font-weight: 600;
  margin-bottom: 35px;
  font-size: 36px;
  line-height: 36px;
}

@media (max-width: 1210px) {
  .blog-section-box-content__title {
    margin-bottom: calc(15px + 20 * (100vw - 375px) / 835);
  }
}
@media (max-width: 1210px) {
  .blog-section-box-content__title {
    font-size: calc(26px + 10 * (100vw - 375px) / 835);
  }
}
@media (max-width: 1210px) {
  .blog-section-box-content__title {
    line-height: calc(26px + 10 * (100vw - 375px) / 835);
  }
}
.blog-section-box-content__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 20px;
  margin-bottom: 25px;
}

.blog-section-box-content__list-item {
  padding-left: 30px;
  position: relative;
  color: #fff;
  leading-trim: both;
  text-edge: cap;
  font-family: Clash Grotesk;
  font-weight: 500;
  font-size: 16px;
  line-height: 24px;
}

@media (max-width: 1210px) {
  .blog-section-box-content__list-item {
    font-size: calc(14px + 2 * (100vw - 375px) / 835);
  }
}
@media (max-width: 1210px) {
  .blog-section-box-content__list-item {
    line-height: calc(20px + 4 * (100vw - 375px) / 835);
  }
}
.blog-section-box-content__list-item::before {
  content: "";
  width: 16px;
  height: 16px;
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  background-repeat: no-repeat;
  background-size: contain;
  background-image: url(../images/arrow-right-yellow.svg);
}

.blog-section-box-content__text-link {
  color: #6d9985;
  font-weight: 600;
  text-decoration: underline;
}

.blog-section-box-content__text-link:hover {
  text-decoration: unset;
}

.blog-section-box-images {
  padding-top: 35px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 20px;
}

@media (max-width: 1210px) {
  .blog-section-box-images {
    padding-top: calc(30px + 5 * (100vw - 375px) / 835);
  }
}
@media (max-width: 1210px) {
  .blog-section-box-images {
    gap: calc(10px + 10 * (100vw - 375px) / 835);
  }
}
.blog-section-box-images-block__img {
  border-radius: 25px;
  width: 100%;
  height: 400px;
  max-height: 400px;
  margin-bottom: 10px;
}

@media (max-width: 1210px) {
  .blog-section-box-images-block__img {
    height: calc(150px + 250 * (100vw - 375px) / 835);
  }
}
@media (max-width: 1210px) {
  .blog-section-box-images-block__img {
    max-height: calc(150px + 250 * (100vw - 375px) / 835);
  }
}
@media (max-width: 1210px) {
  .blog-section-box-images-block__img {
    margin-bottom: calc(5px + 5 * (100vw - 375px) / 835);
  }
}
.blog-section-box-images-block__img-image {
  border-radius: 25px;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.blog-section-box-images-block__text {
  color: #7d838c;
  leading-trim: both;
  text-edge: cap;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
  font-size: 14px;
  font-family: Clash Grotesk;
  font-weight: 500;
  line-height: 20px;
}

@media (max-width: 1210px) {
  .blog-section-box-images-block__text {
    font-size: calc(12px + 2 * (100vw - 375px) / 835);
  }
}
@media (max-width: 850px) {
  .blog__inner {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }
}
.title {
  margin-bottom: 60px;
  font-size: 128px;
  line-height: 114px;
  leading-trim: both;
  text-edge: cap;
  color: #fff;
  font-weight: 600;
  font-family: Clash Display;
}

@media (max-width: 1210px) {
  .title {
    margin-bottom: calc(20px + 40 * (100vw - 375px) / 835);
  }
}
@media (max-width: 1210px) {
  .title {
    font-size: calc(50px + 78 * (100vw - 375px) / 835);
  }
}
@media (max-width: 1210px) {
  .title {
    line-height: calc(40px + 74 * (100vw - 375px) / 835);
  }
}
.body--white .title {
  color: #0e1218;
}

.main__freelancers .filters-panel {
  gap: 15px;
}
.main__freelancers .select-items div, .main__freelancers .select-selected {
  min-width: 207px;
}

.theme-designlab .work__single_desc p + p {
  margin-bottom: 0px !important;
}

#youzify .main__freelancers {
  padding-top: 0px;
  margin-bottom: 0;
  position: relative;
}
#youzify .main__freelancers .works_list.works_list_col2 {
  gap: 15px;
  transition: opacity 0.3s ease-in-out;
}
#youzify .main__freelancers .works_list.works_list_col2.open .work__shout_po {
  opacity: 0.1;
}
#youzify .main__freelancers .portfolio_main {
  padding-bottom: 30px;
  margin-bottom: 0;
}
#youzify .main__freelancers .portfolio_main .main__blog.tm_blog {
  position: absolute;
  width: 100%;
  padding: 0;
  left: 0;
  top: 0;
  height: 0%;
  margin: 0;
  transition: all 0.3s ease-in-out;
  overflow: hidden;
  z-index: 1;
}
#youzify .main__freelancers .portfolio_main .main__blog.tm_blog .modal-close-full {
  position: absolute;
  right: 50px;
  top: 50px;
}
#youzify .main__freelancers .portfolio_main .main__blog.tm_blog.open {
  height: 100%;
}

.acf-form .acf-field.acf-field--post-title {
  border-radius: 25px;
  background: #2d333c;
  padding-top: 40px !important;
  padding-right: 40px !important;
  padding-bottom: 40px !important;
  padding-left: 40px !important;
  border: 0;
  margin-bottom: 40px !important;
}
.acf-form .acf-field.acf-field-wysiwyg {
  border-radius: 25px;
  background: #2d333c;
  padding-top: 40px !important;
  padding-right: 40px !important;
  padding-bottom: 40px !important;
  padding-left: 40px !important;
  border: 0;
  margin-bottom: 40px !important;
}
.acf-form .acf-field.acf-field-wysiwyg .wp-editor-wrap {
  border: 0;
}
.acf-form .acf-field.acf-field-wysiwyg .wp-editor-wrap .ed_button {
  height: 12px;
}
.acf-form .acf-field.acf-field-gallery.acf-field-5q32wrqrww534ddasv {
  border-radius: 25px;
  background: #2d333c;
  padding-top: 40px !important;
  padding-right: 40px !important;
  padding-bottom: 40px !important;
  padding-left: 40px !important;
  border: 0;
  margin-bottom: 40px !important;
}
.acf-form .acf-field.acf-field-gallery.acf-field-5q32wrqrww534ddasv #acf-field_5q32wrqrww534ddasv {
  border: 0;
}
.acf-form .acf-field.acf-field-gallery.acf-field-5q32wrqrww534ddasv #acf-field_5q32wrqrww534ddasv .acf-gallery-main {
  background: transparent;
}
.acf-form .acf-field.acf-field-gallery.acf-field-5q32wrqrww534ddasv .acf-gallery-toolbar {
  border-top: 0;
  background: transparent;
  padding: 0;
}
.acf-form .acf-field.acf-field-gallery.acf-field-5q32wrqrww534ddasv .acf-gallery-toolbar .acf-button {
  padding: 10px;
  color: #fff;
  border-radius: 5px;
  font-size: 11px;
  text-transform: capitalize;
  max-width: fit-content;
  margin-left: 12px;
  background-color: #9981C2;
  margin-left: 0;
}
.acf-form .acf-field.acf-field-gallery.acf-field-5q32wrqrww534ddasv .acf-gallery-toolbar .acf-fr {
  display: none;
}
.acf-form .dropzone .acf-gallery-attachments .acf-dropzone-info {
  position: absolute;
  opacity: 0.3;
}
.acf-form .acf-gallery .acf-gallery-side {
  display: none;
}
.acf-form .acf-field.acf-field-taxonomy.acf-field-5ddcdd3232asD {
  border-radius: 25px;
  background: #2d333c;
  padding-top: 40px !important;
  padding-right: 40px !important;
  padding-bottom: 40px !important;
  padding-left: 40px !important;
  border: 0;
  margin-bottom: 40px !important;
}
.acf-form .acf-form-submit {
  padding: 0 !important;
  background: unset !important;
  border: 0 !important;
}
.acf-form .acf-form-submit .acf-button {
  padding: 10px;
  background-color: #6d9985;
  color: #fff;
  border-radius: 5px;
  border: 0;
}

.filters-panel .filters-panel-form__search .search__btn {
  width: 48px;
  height: 48px;
  right: 0;
}
.filters-panel .filters-panel-form__search .search__btns {
  width: 48px;
  height: 48px;
  right: 0;
  background: transparent;
  opacity: 0;
  position: absolute;
  z-index: 2;
}

.body--white .filters-panel-form-range__input {
  color: #0e1218;
  border: 1px solid #d7dadd;
}

.body--white .filters-panel-form-range__input:focus {
  border: 1px solid #d7dadd;
}

.filters-panel {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 40px;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  gap: 30px;
}

@media (max-width: 1210px) {
  .filters-panel {
    margin-bottom: calc(20px + 20 * (100vw - 375px) / 835);
  }
}
.filters-panel__text {
  color: #7d838c;
  leading-trim: both;
  text-edge: cap;
  font-size: 14px;
  font-family: Clash Grotesk;
  font-weight: 500;
  line-height: 20px;
}

.filters-panel-form-range {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 12px;
}

.filters-panel-form-range__text {
  color: #7d838c;
  leading-trim: both;
  text-edge: cap;
  font-size: 14px;
  font-family: Clash Grotesk;
  font-weight: 500;
  line-height: 20px;
}

.filters-panel-form-range__input {
  color: #fff;
  leading-trim: both;
  text-edge: cap;
  font-size: 14px;
  font-family: Clash Grotesk;
  font-weight: 500;
  line-height: 20px;
  background: unset;
  width: 82px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center;
  height: 48px;
  padding-left: 10px;
  padding-right: 10px;
  border-radius: 10px;
  border: 1px solid #4b515a;
}

.filters-panel-form-range__input::-webkit-input-placeholder {
  color: #fff;
  leading-trim: both;
  text-edge: cap;
  font-size: 14px;
  font-family: Clash Grotesk;
  font-weight: 500;
  line-height: 20px;
  background: unset;
}

.filters-panel-form-range__input::-moz-placeholder {
  color: #fff;
  leading-trim: both;
  text-edge: cap;
  font-size: 14px;
  font-family: Clash Grotesk;
  font-weight: 500;
  line-height: 20px;
  background: unset;
}

.filters-panel-form-range__input:-ms-input-placeholder {
  color: #fff;
  leading-trim: both;
  text-edge: cap;
  font-size: 14px;
  font-family: Clash Grotesk;
  font-weight: 500;
  line-height: 20px;
  background: unset;
}

.filters-panel-form-range__input::-ms-input-placeholder {
  color: #fff;
  leading-trim: both;
  text-edge: cap;
  font-size: 14px;
  font-family: Clash Grotesk;
  font-weight: 500;
  line-height: 20px;
  background: unset;
}

.filters-panel-form-range__input::placeholder {
  color: #fff;
  leading-trim: both;
  text-edge: cap;
  font-size: 14px;
  font-family: Clash Grotesk;
  font-weight: 500;
  line-height: 20px;
  background: unset;
}

.filters-panel-form-range__input:focus {
  border: 1px solid #fff;
}

.filters-panel-form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 10px;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  position: relative;
}

@media (max-width: 1250px) {
  .filters-panel {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    gap: 35px;
  }
}
@media (max-width: 1250px) and (max-width: 1210px) {
  .filters-panel {
    gap: calc(15px + 20 * (100vw - 375px) / 835);
  }
}
@media (max-width: 450px) {
  .filters-panel-form {
    width: 100%;
  }
  .filters-panel-form .custom-select {
    width: 100%;
    max-width: unset;
  }
  .filters-panel .searchs {
    width: 100%;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
  .filters-panel .searchs .search__input {
    -webkit-box-ordinal-group: 0;
    -ms-flex-order: -1;
    order: -1;
    opacity: 1;
    z-index: 1;
    position: unset;
    border: 1px solid #4b515a;
  }
  .filters-panel .searchs .search__btn {
    left: unset;
    right: 14px;
    width: 16px;
    height: 16px;
    right: 16px;
    border: unset;
    z-index: 2;
  }
}
.blog__cont.col-lg-12 {
  padding-right: 0px;
  padding-left: 0px;
}

.filters-panel-form__search .search__btn {
  background: transparent;
}

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

.blog__cont.right-sidebar {
  padding-left: 0;
}

.blog__aside.sidebar_right {
  padding-right: 0;
}

.blog__cont.left-sidebar {
  padding-right: 0;
}

.blog__aside.sidebar_left {
  padding-left: 0;
}

.card--blog {
  border: 0px;
}

.card {
  border-radius: 25px;
  background: #2d333c;
  padding: 40px;
}
.card.sticky .card__title {
  padding-left: 25px;
  position: relative;
}
.card.sticky .card__title:after {
  position: absolute;
  left: 0;
  top: 0px;
  font-size: 25px;
  content: "\f08d";
  font-family: FontAwesome;
  color: #f9d442;
}

@media (max-width: 1210px) {
  .card {
    padding: calc(30px + 10 * (100vw - 375px) / 835);
  }
}
.card__inner {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  height: 100%;
}

.body--white .card-box__poster-text {
  background: #0e1218;
  color: #fff;
}

.card-box__poster {
  width: 100%;
  border-radius: 25px;
  background: #0e1218;
  position: relative;
  height: 250px;
  max-height: 250px;
  overflow: hidden;
}

@media (max-width: 1210px) {
  .card-box__poster {
    border-radius: calc(20px + 5 * (100vw - 375px) / 835);
  }
}
@media (max-width: 1210px) {
  .card-box__poster {
    height: calc(150px + 100 * (100vw - 375px) / 835);
  }
}
@media (max-width: 1210px) {
  .card-box__poster {
    max-height: calc(150px + 100 * (100vw - 375px) / 835);
  }
}
.card-box__poster:hover .card-box__poster-img {
  -webkit-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
}

.card-box__poster-img {
  width: 100%;
  height: 100%;
  border-radius: 25px;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -webkit-transition: -webkit-transform 0.3s;
  transition: -webkit-transform 0.3s;
  -o-transition: transform 0.3s;
  transition: transform 0.3s;
  transition: transform 0.3s, -webkit-transform 0.3s;
}

@media (max-width: 1210px) {
  .card-box__poster-img {
    border-radius: calc(20px + 5 * (100vw - 375px) / 835);
  }
}
.card-box__poster-text {
  position: absolute;
  right: 20px;
  bottom: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center;
  border-radius: 10px;
  background: #fff;
  padding: 12px 16px;
  color: #0e1218;
  text-align: right;
  leading-trim: both;
  text-edge: cap;
  font-size: 24px;
  line-height: 24px;
  font-weight: 600;
}

@media (max-width: 1210px) {
  .card-box__poster-text {
    right: calc(10px + 10 * (100vw - 375px) / 835);
  }
}
@media (max-width: 1210px) {
  .card-box__poster-text {
    bottom: calc(10px + 10 * (100vw - 375px) / 835);
  }
}
@media (max-width: 1210px) {
  .card-box__poster-text {
    font-size: calc(18px + 6 * (100vw - 375px) / 835);
  }
}
@media (max-width: 1210px) {
  .card-box__poster-text {
    line-height: calc(18px + 6 * (100vw - 375px) / 835);
  }
}
.card--courses .card-box__poster {
  height: 200px;
}

@media (max-width: 1210px) {
  .card--courses .card-box__poster {
    height: calc(150px + 50 * (100vw - 375px) / 835);
  }
}
.card--shop .card-box__poster {
  margin-bottom: 30px;
  height: 300px;
  max-height: 300px;
}

@media (max-width: 1210px) {
  .card--shop .card-box__poster {
    margin-bottom: calc(15px + 15 * (100vw - 375px) / 835);
  }
}
@media (max-width: 1210px) {
  .card--shop .card-box__poster {
    height: calc(150px + 150 * (100vw - 375px) / 835);
  }
}
@media (max-width: 1210px) {
  .card--shop .card-box__poster {
    max-height: calc(150px + 150 * (100vw - 375px) / 835);
  }
}
.card--shop .card-box__poster-suptext {
  position: absolute;
  border-radius: 4px;
  background: #f9d442;
  margin-bottom: 25px;
  padding: 0px 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  color: #0e1218;
  text-align: center;
  leading-trim: both;
  text-edge: cap;
  font-size: 12px;
  font-weight: 500;
  line-height: 16px;
  text-transform: uppercase;
  left: 20px;
  top: 20px;
}

@media (max-width: 1210px) {
  .card--shop .card-box__poster-suptext {
    left: calc(10px + 10 * (100vw - 375px) / 835);
  }
}
@media (max-width: 1210px) {
  .card--shop .card-box__poster-suptext {
    top: calc(10px + 10 * (100vw - 375px) / 835);
  }
}
.card--shop .card-box__poster-suptext--pink {
  background: #ff99c0;
}

.card--events .card-box__poster {
  height: 200px;
  max-height: 200px;
}

@media (max-width: 1210px) {
  .card--events .card-box__poster {
    height: calc(150px + 50 * (100vw - 375px) / 835);
  }
}
@media (max-width: 1210px) {
  .card--events .card-box__poster {
    max-height: calc(150px + 50 * (100vw - 375px) / 835);
  }
}
.related .card-box__poster {
  margin-bottom: 30px;
  height: 300px;
  max-height: 300px;
}

@media (max-width: 1210px) {
  .related .card-box__poster {
    margin-bottom: calc(15px + 15 * (100vw - 375px) / 835);
  }
}
@media (max-width: 1210px) {
  .related .card-box__poster {
    height: calc(200px + 100 * (100vw - 375px) / 835);
  }
}
@media (max-width: 1210px) {
  .related .card-box__poster {
    max-height: calc(200px + 100 * (100vw - 375px) / 835);
  }
}
.new-courses__swiper .card-box__poster {
  max-height: 200px;
  height: 200px;
}

.shop-section__swiper .card-box__poster {
  margin-bottom: 30px;
  height: 300px;
  max-height: 300px;
}

@media (max-width: 1210px) {
  .shop-section__swiper .card-box__poster {
    margin-bottom: calc(15px + 15 * (100vw - 375px) / 835);
  }
}
@media (max-width: 1210px) {
  .shop-section__swiper .card-box__poster {
    height: calc(200px + 100 * (100vw - 375px) / 835);
  }
}
@media (max-width: 1210px) {
  .shop-section__swiper .card-box__poster {
    max-height: calc(200px + 100 * (100vw - 375px) / 835);
  }
}
.shop-section__swiper .card-box__poster-suptext {
  position: absolute;
  border-radius: 4px;
  background: #f9d442;
  margin-bottom: 25px;
  padding: 0px 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  color: #0e1218;
  text-align: center;
  leading-trim: both;
  text-edge: cap;
  font-size: 12px;
  font-weight: 500;
  line-height: 16px;
  text-transform: uppercase;
  left: 20px;
  top: 20px;
}

.shop-section__swiper .card-box__poster-suptext--pink {
  background: #ff99c0;
}

.news-section__swiper .card-box__poster {
  margin-bottom: 30px;
  height: 300px;
  max-height: 300px;
}

@media (max-width: 1210px) {
  .news-section__swiper .card-box__poster {
    margin-bottom: calc(15px + 15 * (100vw - 375px) / 835);
  }
}
@media (max-width: 1210px) {
  .news-section__swiper .card-box__poster {
    height: calc(200px + 100 * (100vw - 375px) / 835);
  }
}
@media (max-width: 1210px) {
  .news-section__swiper .card-box__poster {
    max-height: calc(200px + 100 * (100vw - 375px) / 835);
  }
}
.related--products .card-box__poster {
  height: 300px;
  max-height: 300px;
  margin-bottom: 30px;
}

@media (max-width: 1210px) {
  .related--products .card-box__poster {
    height: calc(200px + 100 * (100vw - 375px) / 835);
  }
}
@media (max-width: 1210px) {
  .related--products .card-box__poster {
    max-height: calc(200px + 100 * (100vw - 375px) / 835);
  }
}
@media (max-width: 1210px) {
  .related--products .card-box__poster {
    margin-bottom: calc(15px + 15 * (100vw - 375px) / 835);
  }
}
.related--products .card-box__poster-suptext {
  position: absolute;
  border-radius: 4px;
  background: #f9d442;
  margin-bottom: 25px;
  padding: 0px 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  color: #0e1218;
  text-align: center;
  leading-trim: both;
  text-edge: cap;
  font-size: 12px;
  font-weight: 500;
  line-height: 16px;
  text-transform: uppercase;
  left: 20px;
  top: 20px;
}

@media (max-width: 1210px) {
  .related--products .card-box__poster-suptext {
    left: calc(10px + 10 * (100vw - 375px) / 835);
  }
}
@media (max-width: 1210px) {
  .related--products .card-box__poster-suptext {
    top: calc(10px + 10 * (100vw - 375px) / 835);
  }
}
.related--products .card-box__poster-suptext--pink {
  background: #ff99c0;
}

.card__suptext {
  border-radius: 4px;
  background: #f9d442;
  margin-bottom: 15px;
  padding: 0px 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  color: #0e1218;
  text-align: center;
  leading-trim: both;
  text-edge: cap;
  font-size: 12px;
  font-weight: 500;
  line-height: 16px;
  text-transform: uppercase;
}
.card__suptext a {
  color: #0e1218;
}

.card__suptext--purple {
  background: #9981c2;
}

.card__suptext--pink {
  background: #ff99c0;
}

.card__suptext--green {
  background: #6d9985;
}

.card__title {
  color: #fff;
  leading-trim: both;
  text-edge: cap;
  margin-bottom: 10px;
  font-size: 36px;
  line-height: 36px;
  font-weight: 600;
  -webkit-transition: color 0.3s, color 0.3s, border 0.3s;
  -o-transition: color 0.3s, color 0.3s, border 0.3s;
  transition: color 0.3s, color 0.3s, border 0.3s;
  font-family: Clash Display;
}

.card__title:hover {
  color: #f9d442;
}

@media (max-width: 1210px) {
  .card__title {
    font-size: calc(26px + 10 * (100vw - 375px) / 835);
  }
}
@media (max-width: 1210px) {
  .card__title {
    line-height: calc(26px + 10 * (100vw - 375px) / 835);
  }
}
.card__title span {
  display: block;
}

.card--shop .card__title {
  margin-bottom: 20px;
}

@media (max-width: 1210px) {
  .card--shop .card__title {
    margin-bottom: calc(10px + 10 * (100vw - 375px) / 835);
  }
}
.card--events .card__title {
  margin-bottom: 25px;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
}

@media (max-width: 1210px) {
  .card--events .card__title {
    margin-bottom: calc(10px + 15 * (100vw - 375px) / 835);
  }
}
.shop-section__swiper .card__title {
  margin-bottom: 20px;
}

.related--products .card__title {
  margin-bottom: 20px;
}

@media (max-width: 1210px) {
  .related--products .card__title {
    margin-bottom: calc(10px + 10 * (100vw - 375px) / 835);
  }
}
.freelancers__inner_index .card__title {
  padding-right: 35px;
}

.body--white .card__title {
  color: #0e1218;
}

.body--white .card__description {
  color: #0e1218;
}

.card__description {
  color: #fff;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  whitespace: nowrap;
  leading-trim: both;
  text-edge: cap;
  font-family: Clash Grotesk;
  font-weight: 500;
  font-size: 16px;
  line-height: 24px;
  margin-bottom: 25px;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
}

@media (max-width: 1210px) {
  .card__description {
    font-size: calc(14px + 2 * (100vw - 375px) / 835);
  }
}
@media (max-width: 1210px) {
  .card__description {
    line-height: calc(20px + 4 * (100vw - 375px) / 835);
  }
}
@media (max-width: 1210px) {
  .card__description {
    margin-bottom: calc(10px + 15 * (100vw - 375px) / 835);
  }
}
.card-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 20px;
  margin-bottom: 30px;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  row-gap: 10px;
}

@media (max-width: 1210px) {
  .card-list {
    margin-bottom: calc(15px + 15 * (100vw - 375px) / 835);
  }
}
@media (max-width: 1210px) {
  .card-list {
    row-gap: calc(5px + 5 * (100vw - 375px) / 835);
  }
}
.card--courses .card-list {
  margin-bottom: auto;
  padding-bottom: 30px;
}

@media (max-width: 1210px) {
  .card--courses .card-list {
    padding-bottom: calc(15px + 15 * (100vw - 375px) / 835);
  }
}
.section-top--column .card-list {
  margin-bottom: unset;
}

.related .card-list {
  margin-bottom: 0;
}

.card-list__item {
  position: relative;
}

.card-list__item:last-child::before {
  content: unset;
}

.card-list__item::before {
  content: "";
  background: #7d838c;
  width: 4px;
  height: 4px;
  position: absolute;
  right: -12px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  border-radius: 100%;
}

.card-list__text {
  color: #7d838c;
  leading-trim: both;
  text-edge: cap;
  font-size: 14px;
  line-height: 20px;
  font-family: Clash Grotesk;
  font-weight: 500;
  margin-top: 0 !important;
  margin-bottom: 0 !important;
}

@media (max-width: 1210px) {
  .card-list__text {
    font-size: calc(12px + 2 * (100vw - 375px) / 835);
  }
}
@media (max-width: 1210px) {
  .card-list__text {
    line-height: calc(16px + 4 * (100vw - 375px) / 835);
  }
}
.card-list__link {
  color: #7d838c;
  leading-trim: both;
  text-edge: cap;
  font-family: Clash Grotesk;
  font-weight: 500;
  font-size: 14px;
  line-height: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 8px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-transition: color 0.3s;
  -o-transition: color 0.3s;
  transition: color 0.3s;
}

@media (max-width: 1210px) {
  .card-list__link {
    font-size: calc(12px + 2 * (100vw - 375px) / 835);
  }
}
@media (max-width: 1210px) {
  .card-list__link {
    line-height: calc(16px + 4 * (100vw - 375px) / 835);
  }
}
.card-list__link:hover {
  color: #6d9985;
}

.card-list__link-img {
  margin-top: -1px;
  width: 24px;
  height: 24px;
  -o-object-fit: cover;
  object-fit: cover;
  border-radius: 100%;
}

.section-top .card-list__link-img {
  -webkit-transform: translateX(-75%);
  -ms-transform: translateX(-75%);
  transform: translateX(-75%);
}

.section-top .card-list__link-img:nth-child(1) {
  -webkit-transform: unset;
  -ms-transform: unset;
  transform: unset;
}

.paging__text {
  margin-bottom: 40px;
  color: #7d838c;
  leading-trim: both;
  text-edge: cap;
  font-size: 14px;
  font-family: Clash Grotesk;
  font-weight: 500;
  line-height: 20px;
}

@media (max-width: 1210px) {
  .paging__text {
    margin-bottom: calc(20px + 20 * (100vw - 375px) / 835);
  }
}
.blog__paging .paging__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 5px;
}
.blog__paging .paging__list .page-numbers.prev svg {
  transform: rotate(180deg);
}
.blog__paging .paging__list .page-numbers {
  color: #fff;
  border-radius: 10px;
  width: 48px;
  height: 48px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  border: 1px solid #4b515a;
  text-align: center;
  leading-trim: both;
  text-edge: cap;
  font-size: 14px;
  font-weight: 600;
  line-height: 20px;
  -webkit-transition: background 0.3s, color 0.3s, border 0.3s;
  -o-transition: background 0.3s, color 0.3s, border 0.3s;
  transition: background 0.3s, color 0.3s, border 0.3s;
}
.blog__paging .paging__list .page-numbers:hover, .blog__paging .paging__list .page-numbers.current {
  border-radius: 10px;
  width: 48px;
  height: 48px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background: #fff;
  color: #0e1218;
  text-align: center;
  leading-trim: both;
  text-edge: cap;
  font-size: 14px;
  font-weight: 600;
  line-height: 20px;
}
.blog__paging .paging__list .page-numbers:hover svg path, .blog__paging .paging__list .page-numbers.current svg path {
  stroke: #0e1218;
}

.main__freelancers.freelancers {
  padding-top: 100px;
  margin-bottom: 100px;
}
.main__freelancers.freelancers .tags {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 25px;
  row-gap: 5px !important;
  margin-right: auto;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.main__freelancers.freelancers .tags .tags__tag.tags__tag--active {
  color: #fff;
}
.main__freelancers.freelancers .tags .tags__tag {
  color: #7d838c;
  text-align: center;
  leading-trim: both;
  text-edge: cap;
  font-size: 14px;
  font-weight: 600;
  line-height: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 8px;
  -webkit-transition: color 0.3s;
  -o-transition: color 0.3s;
  transition: color 0.3s;
}
.main__freelancers.freelancers .portfolio_main {
  border-radius: 25px;
  background: #2d333c;
  padding-top: 60px;
  padding-right: 60px;
  padding-bottom: 10px;
  padding-left: 60px;
  margin-bottom: 50px;
}
.main__freelancers.freelancers .portfolio_main .work__shout {
  padding: 0;
}
.main__freelancers.freelancers .paging__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 5px;
}
.main__freelancers.freelancers .paging__list .page-numbers {
  color: #fff;
  border-radius: 10px;
  width: 48px;
  height: 48px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  border: 1px solid #4b515a;
  text-align: center;
  leading-trim: both;
  text-edge: cap;
  font-size: 14px;
  font-weight: 600;
  line-height: 20px;
  -webkit-transition: background 0.3s, color 0.3s, border 0.3s;
  -o-transition: background 0.3s, color 0.3s, border 0.3s;
  transition: background 0.3s, color 0.3s, border 0.3s;
}
.main__freelancers.freelancers .paging__list .page-numbers.prev svg {
  transform: rotate(180deg);
}
.main__freelancers.freelancers .paging__list .page-numbers:hover, .main__freelancers.freelancers .paging__list .page-numbers.current {
  border-radius: 10px;
  width: 48px;
  height: 48px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background: #fff;
  color: #0e1218;
  text-align: center;
  leading-trim: both;
  text-edge: cap;
  font-size: 14px;
  font-weight: 600;
  line-height: 20px;
}
.main__freelancers.freelancers .paging__list .page-numbers:hover path, .main__freelancers.freelancers .paging__list .page-numbers.current path {
  stroke: #0e1218;
}

/*-------------------------------------------------------------------

==  Blog Single

-------------------------------------------------------------------*/
.body--white .breadcrumbs__list-text {
  color: #0e1218;
}

.breadcrumbs {
  padding-top: 40px;
  padding-bottom: 40px;
}

@media (max-width: 1210px) {
  .breadcrumbs {
    padding-top: calc(20px + 20 * (100vw - 375px) / 835);
  }
}
@media (max-width: 1210px) {
  .breadcrumbs {
    padding-bottom: calc(20px + 20 * (100vw - 375px) / 835);
  }
}
.breadcrumbs__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 8px;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  row-gap: 20px;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

@media (max-width: 1210px) {
  .breadcrumbs__list {
    row-gap: calc(10px + 10 * (100vw - 375px) / 835);
  }
}
.breadcrumbs__list-item {
  color: #fff;
  leading-trim: both;
  text-edge: cap;
  font-size: 14px;
  font-family: Clash Grotesk;
  font-weight: 500;
  line-height: 20px;
}

.breadcrumbs__list-link {
  color: #7d838c;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 8px;
}

.breadcrumbs__list-link::after {
  content: "";
  width: 12px;
  height: 12px;
  display: inline-block;
  background-repeat: no-repeat;
  background-size: contain;
  background-image: url(../images/arrow-right.svg);
}

.breadcrumbs__list-link:hover {
  text-decoration: underline;
}

.body--white .section-top__inner {
  border: 1px solid #d7dadd;
}

.section-top__inner {
  border-radius: 25px;
  border: 1px solid #4b515a;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  gap: 60px;
  padding: 60px;
}

@media (max-width: 1210px) {
  .section-top__inner {
    gap: calc(15px + 45 * (100vw - 375px) / 835);
  }
}
@media (max-width: 1210px) {
  .section-top__inner {
    padding: calc(30px + 30 * (100vw - 375px) / 835);
  }
}
@media (max-width: 1050px) {
  .section-top__inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}
.body--white .section-top-content__buttons-link {
  border: 1px solid #d7dadd;
  color: #0e1218;
}

.body--white .section-top-content__buttons-link:hover {
  background: #0e1218;
  border: 1px solid #0e1218;
  color: #fff;
}

.body--white .section-top-content__buttons-link--purple {
  color: #fff;
  border: 1px solid #9981c2;
}

.body--white .section-top-content__buttons-link--purple:hover {
  border: 1px solid #9981c2;
  background: #856dae;
}

.body--white .section-top-content__buttons-link--green {
  border: 1px solid #6d9985;
  color: #fff;
}

.body--white .section-top-content__buttons-link--green:hover {
  border: 1px solid #598571;
  background: #598571;
}

.body--white .members-section-top-body__title {
  color: #0e1218;
}

.body--white .members-section-top-body-box__buttons-link {
  border: 1px solid #d7dadd;
  color: #0e1218;
}

.body--white .members-section-top-body-box__buttons-link svg path {
  stroke: #0e1218;
}

.body--white .members-section-top-body-box__buttons-link:hover {
  background: #0e1218;
  color: #fff;
  border: 1px solid #0e1218;
}

.body--white .members-section-top-body-box__buttons-link:hover svg path {
  stroke: #fff;
}

.body--white .members-section-top-body-box__buttons-link--purple {
  border: 1px solid #9981c2;
  color: #fff;
}

.body--white .members-section-top-body-box__buttons-link--purple svg path {
  stroke: #fff;
}

.body--white .members-section-top-body-box__buttons-link--purple:hover {
  border: 1px solid #856dae;
  background: #856dae;
}

.body--white .members-section-top-body-box__buttons-link--purple:hover svg path {
  stroke: #fff;
}

.body--white .members-section-top-body-box__buttons-link--green {
  border: 1px solid #6d9985;
  color: #fff;
}

.body--white .members-section-top-body-box__buttons-link--green svg path {
  stroke: #fff;
}

.body--white .members-section-top-body-box__buttons-link--green:hover {
  background: #598571;
  border: 1px solid #598571;
  color: #fff;
}

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

@media (max-width: 1210px) {
  .section-top {
    margin-bottom: calc(20px + 20 * (100vw - 375px) / 835);
  }
}
.section-top--main {
  margin-bottom: 120px;
}

@media (max-width: 1210px) {
  .section-top--main {
    margin-bottom: calc(60px + 60 * (100vw - 375px) / 835);
  }
}
.section-top-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  max-width: 500px;
}

.section-top-content__date {
  color: #6d9985;
  leading-trim: both;
  text-edge: cap;
  margin-bottom: 15px;
  font-size: 24px;
  line-height: 24px;
  font-weight: 600;
}

@media (max-width: 1210px) {
  .section-top-content__date {
    margin-bottom: calc(10px + 5 * (100vw - 375px) / 835);
  }
}
@media (max-width: 1210px) {
  .section-top-content__date {
    font-size: calc(20px + 4 * (100vw - 375px) / 835);
  }
}
@media (max-width: 1210px) {
  .section-top-content__date {
    line-height: calc(20px + 4 * (100vw - 375px) / 835);
  }
}
.section-top-content__suptext {
  border-radius: 4px;
  background: #ff99c0;
  margin-bottom: 25px;
  padding: 0px 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  color: #0e1218;
  text-align: center;
  leading-trim: both;
  text-edge: cap;
  font-size: 12px;
  font-weight: 500;
  line-height: 16px;
  text-transform: uppercase;
}

@media (max-width: 1210px) {
  .section-top-content__suptext {
    margin-bottom: calc(15px + 10 * (100vw - 375px) / 835);
  }
}
.section-top-content__suptext--purple {
  background: #9981c2;
}

.section-top-content__title {
  font-size: 64px;
  font-size: 64px;
  line-height: 64px;
  margin-bottom: 20px;
  font-weight: 600;
}

@media (max-width: 1210px) {
  .section-top-content__title {
    font-size: calc(34px + 30 * (100vw - 375px) / 835);
  }
}
@media (max-width: 1210px) {
  .section-top-content__title {
    line-height: calc(34px + 30 * (100vw - 375px) / 835);
  }
}
@media (max-width: 1210px) {
  .section-top-content__title {
    margin-bottom: calc(10px + 10 * (100vw - 375px) / 835);
  }
}
.section-top-content__buttons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 8px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.section-top-content__buttons-link {
  color: #fff;
  text-align: center;
  leading-trim: both;
  text-edge: cap;
  font-size: 14px;
  font-weight: 600;
  line-height: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 10px;
  border: 1px solid #4b515a;
  padding-top: 14px;
  padding-right: 24px;
  padding-bottom: 14px;
  padding-left: 24px;
  gap: 8px;
  -webkit-transition: background 0.3s, color 0.3s, border 0.3s;
  -o-transition: background 0.3s, color 0.3s, border 0.3s;
  transition: background 0.3s, color 0.3s, border 0.3s;
}

@media (max-width: 1210px) {
  .section-top-content__buttons-link {
    font-size: calc(12px + 2 * (100vw - 375px) / 835);
  }
}
@media (max-width: 1210px) {
  .section-top-content__buttons-link {
    padding-top: calc(12px + 2 * (100vw - 375px) / 835);
  }
}
@media (max-width: 1210px) {
  .section-top-content__buttons-link {
    padding-right: calc(12px + 12 * (100vw - 375px) / 835);
  }
}
@media (max-width: 1210px) {
  .section-top-content__buttons-link {
    padding-bottom: calc(12px + 2 * (100vw - 375px) / 835);
  }
}
@media (max-width: 1210px) {
  .section-top-content__buttons-link {
    padding-left: calc(12px + 12 * (100vw - 375px) / 835);
  }
}
.section-top-content__buttons-link:hover {
  background: #fff;
  border: 1px solid #fff;
  color: #0e1218;
}

.section-top-content__buttons-link--purple {
  background: #9981c2;
  border: 1px solid #9981c2;
}

.section-top-content__buttons-link--purple:hover {
  background: #856dae;
  color: #fff;
  border: unset;
  border: 1px solid #856dae;
}

.section-top-content__buttons-link--green {
  background: #6d9985;
  border: 1px solid #6d9985;
}

.section-top-content__buttons-link--green:hover {
  background: #598571;
  color: #fff;
  border: unset;
  border: 1px solid #598571;
}

.section-top--column {
  margin-bottom: 20px;
}
.section-top--column.tm_bread_disable {
  margin-top: 40px;
}

.section-top-content__list .card-list__item {
  margin: 0;
}
.section-top-content__list .card-list__item::marker {
  content: none;
}

.section-top--column .section-top__inner {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 40px;
}

@media (max-width: 1210px) {
  .section-top--column .section-top__inner {
    gap: calc(30px + 10 * (100vw - 375px) / 835);
  }
}
.section-top--column .section-top__img {
  height: 550px;
  max-height: 550px;
  -webkit-box-ordinal-group: 0;
  -ms-flex-order: -1;
  order: -1;
  width: 100%;
  max-width: 100%;
}

@media (max-width: 1210px) {
  .section-top--column .section-top__img {
    height: calc(250px + 300 * (100vw - 375px) / 835);
  }
}
@media (max-width: 1210px) {
  .section-top--column .section-top__img {
    max-height: calc(250px + 300 * (100vw - 375px) / 835);
  }
}
.section-top--column .section-top-content {
  max-width: 100%;
}

.groups-section-top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  gap: 30px;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-bottom: 45px;
}

@media (max-width: 1210px) {
  .groups-section-top {
    margin-bottom: calc(20px + 25 * (100vw - 375px) / 835);
  }
}
.shop-section-top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-bottom: 45px;
}

@media (max-width: 1210px) {
  .shop-section-top {
    margin-bottom: calc(20px + 25 * (100vw - 375px) / 835);
  }
}
.news-section-top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-bottom: 45px;
}

@media (max-width: 1210px) {
  .news-section-top {
    margin-bottom: calc(20px + 25 * (100vw - 375px) / 835);
  }
}
.section-top--space {
  margin-top: 100px;
}

@media (max-width: 1210px) {
  .section-top--space {
    margin-top: calc(20px + 80 * (100vw - 375px) / 835);
  }
}
.members-section-top {
  margin-bottom: 40px;
  padding-top: 80px;
}

@media (max-width: 1210px) {
  .members-section-top {
    margin-bottom: calc(30px + 10 * (100vw - 375px) / 835);
  }
}
@media (max-width: 1210px) {
  .members-section-top {
    padding-top: calc(20px + 60 * (100vw - 375px) / 835);
  }
}
.members-section-top-body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  width: 100%;
}

.members-section-top-body__suptext {
  border-radius: 4px;
  background: #f9d442;
  margin-bottom: 25px;
  padding: 0px 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  color: #0e1218;
  text-align: center;
  leading-trim: both;
  text-edge: cap;
  font-size: 12px;
  font-weight: 500;
  line-height: 16px;
  text-transform: uppercase;
}

.members-section-top-body__title {
  color: #fff;
  leading-trim: both;
  text-edge: cap;
  font-size: 64px;
  line-height: 64px;
  font-weight: 600;
  margin-bottom: 20px;
}

@media (max-width: 1210px) {
  .members-section-top-body__title {
    font-size: calc(36px + 28 * (100vw - 375px) / 835);
  }
}
@media (max-width: 1210px) {
  .members-section-top-body__title {
    line-height: calc(36px + 28 * (100vw - 375px) / 835);
  }
}
@media (max-width: 1210px) {
  .members-section-top-body__title {
    margin-bottom: calc(10px + 10 * (100vw - 375px) / 835);
  }
}
.members-section-top-body__link {
  color: #6d9985;
  leading-trim: both;
  text-edge: cap;
  font-size: 24px;
  line-height: 24px;
  font-weight: 600;
  margin-bottom: 20px;
}

@media (max-width: 1210px) {
  .members-section-top-body__link {
    font-size: calc(20px + 4 * (100vw - 375px) / 835);
  }
}
@media (max-width: 1210px) {
  .members-section-top-body__link {
    line-height: calc(20px + 4 * (100vw - 375px) / 835);
  }
}
@media (max-width: 1210px) {
  .members-section-top-body__link {
    margin-bottom: calc(10px + 10 * (100vw - 375px) / 835);
  }
}
.members-section-top-body-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  width: 100%;
  gap: 30px;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  row-gap: 20px;
}

@media (max-width: 1210px) {
  .members-section-top-body-box {
    row-gap: calc(15px + 5 * (100vw - 375px) / 835);
  }
}
.members-section-top-body-box__buttons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 8px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.members-section-top-body-box__buttons-link {
  color: #fff;
  text-align: center;
  leading-trim: both;
  text-edge: cap;
  font-size: 14px;
  font-weight: 600;
  line-height: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 10px;
  border: 1px solid #4b515a;
  padding: 14px 24px;
  gap: 8px;
  -webkit-transition: background 0.3s, color 0.3s, border 0.3s;
  -o-transition: background 0.3s, color 0.3s, border 0.3s;
  transition: background 0.3s, color 0.3s, border 0.3s;
}

.members-section-top-body-box__buttons-link svg path {
  stroke: #fff;
  -webkit-transition: stroke 0.3s;
  -o-transition: stroke 0.3s;
  transition: stroke 0.3s;
}

.members-section-top-body-box__buttons-link:hover {
  background: #fff;
  color: #0e1218;
  border: 1px solid #fff;
}

.members-section-top-body-box__buttons-link:hover svg path {
  stroke: #0e1218;
}

.members-section-top-body-box__buttons-link--purple {
  background: #9981c2;
  border: 1px solid #9981c2;
}

.members-section-top-body-box__buttons-link--purple:hover {
  background: #856dae;
  color: #fff;
  border: 1px solid #856dae;
}

.members-section-top-body-box__buttons-link--purple:hover svg path {
  stroke: #fff;
}

.members-section-top-body-box__buttons-link--green {
  background: #6d9985;
  border: 1px solid #6d9985;
}

.members-section-top-body-box__buttons-link--green:hover {
  background: #598571;
  color: #fff;
  border: 1px solid #598571;
}

.members-section-top-body-box__buttons-link--green:hover svg path {
  stroke: #fff;
}

@media (max-width: 1050px) {
  .section-top-content {
    width: 100%;
    max-width: 100%;
  }
}
@media (max-width: 800px) {
  .members-section-top-body-box__buttons-link--green {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 279px;
  }
}
@media (max-width: 650px) {
  .groups-section-top {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}
@media (max-width: 450px) {
  .members-section-top-body-box__buttons-link {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
  }
}
.section-top__content .tm_categories {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  gap: 10px;
  margin-bottom: 25px;
}
.section-top__content .tm_categories p {
  margin: 0;
}

.post-inner_content .blog-section__tags {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  gap: 10px;
  margin-bottom: 0px;
}
.post-inner_content .blog-section__tags a {
  color: #7d838c !important;
  text-align: center;
  leading-trim: both;
  text-edge: cap;
  font-size: 13px;
  font-weight: 600;
  line-height: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 8px 24px;
  border-radius: 10px;
  border: 1px solid #4b515a;
  -webkit-transition: background 0.3s, color 0.3s, border 0.3s;
  -o-transition: background 0.3s, color 0.3s, border 0.3s;
  transition: background 0.3s, color 0.3s, border 0.3s;
}
.post-inner_content .blog-section__tags a:hover {
  background: #4b515a;
  color: #fff;
}

.section-top__img {
  width: 100%;
  max-width: 475px;
  height: 350px;
  max-height: 350px;
  border-radius: 25px;
  background-size: cover;
}

@media (max-width: 1210px) {
  .section-top__img {
    height: calc(200px + 150 * (100vw - 375px) / 835);
  }
}
@media (max-width: 1210px) {
  .section-top__img {
    max-height: calc(200px + 150 * (100vw - 375px) / 835);
  }
}
.section-top__img-image {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  border-radius: 25px;
}

@media (max-width: 1050px) {
  .section-top__img {
    width: 100%;
    max-width: 100%;
  }
}
.body--white .courses-section-instructor__inner {
  background: #eef2f6;
}

.courses-section-instructor__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  gap: 30px;
  padding-top: 60px;
  padding-right: 60px;
  padding-bottom: 60px;
  padding-left: 60px;
  border-radius: 25px;
  background: #2d333c;
}

@media (max-width: 1210px) {
  .courses-section-instructor__inner {
    gap: calc(15px + 15 * (100vw - 375px) / 835);
  }
}
@media (max-width: 1210px) {
  .courses-section-instructor__inner {
    padding-top: calc(30px + 30 * (100vw - 375px) / 835);
  }
}
@media (max-width: 1210px) {
  .courses-section-instructor__inner {
    padding-right: calc(20px + 40 * (100vw - 375px) / 835);
  }
}
@media (max-width: 1210px) {
  .courses-section-instructor__inner {
    padding-bottom: calc(30px + 30 * (100vw - 375px) / 835);
  }
}
@media (max-width: 1210px) {
  .courses-section-instructor__inner {
    padding-left: calc(20px + 40 * (100vw - 375px) / 835);
  }
}
@media (max-width: 550px) {
  .courses-section-instructor__inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    text-align: left;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
}
.courses-section-instructor__img {
  width: 120px;
  height: 120px;
  min-width: 120px;
  min-height: 120px;
  max-width: 120px;
  max-height: 120px;
  border-radius: 100%;
}

@media (max-width: 1210px) {
  .courses-section-instructor__img {
    width: calc(90px + 30 * (100vw - 375px) / 835);
  }
}
@media (max-width: 1210px) {
  .courses-section-instructor__img {
    height: calc(90px + 30 * (100vw - 375px) / 835);
  }
}
@media (max-width: 1210px) {
  .courses-section-instructor__img {
    min-width: calc(90px + 30 * (100vw - 375px) / 835);
  }
}
@media (max-width: 1210px) {
  .courses-section-instructor__img {
    min-height: calc(90px + 30 * (100vw - 375px) / 835);
  }
}
@media (max-width: 1210px) {
  .courses-section-instructor__img {
    max-width: calc(90px + 30 * (100vw - 375px) / 835);
  }
}
@media (max-width: 1210px) {
  .courses-section-instructor__img {
    max-height: calc(90px + 30 * (100vw - 375px) / 835);
  }
}
.courses-section-instructor__img-image {
  border-radius: 100%;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.courses-section-instructor-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.courses-section-instructor-content__suptext {
  border-radius: 4px;
  background: #f9d442;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center;
  padding: 2px 10px;
  color: #0e1218;
  text-align: center;
  leading-trim: both;
  text-edge: cap;
  font-size: 12px;
  font-weight: 500;
  line-height: 16px;
  text-transform: uppercase;
  margin-bottom: 15px;
}

@media (max-width: 1210px) {
  .courses-section-instructor-content__suptext {
    margin-bottom: calc(10px + 5 * (100vw - 375px) / 835);
  }
}
.courses-section-instructor-content__name {
  margin-top: 0px;
  margin-bottom: 20px !important;
  color: #fff;
  leading-trim: both;
  text-edge: cap;
  font-size: 36px;
  line-height: 36px;
  font-weight: 600;
}

@media (max-width: 1210px) {
  .courses-section-instructor-content__name {
    margin-bottom: calc(10px + 10 * (100vw - 375px) / 835);
  }
}
@media (max-width: 1210px) {
  .courses-section-instructor-content__name {
    font-size: calc(28px + 8 * (100vw - 375px) / 835);
  }
}
@media (max-width: 1210px) {
  .courses-section-instructor-content__name {
    line-height: calc(28px + 8 * (100vw - 375px) / 835);
  }
}
.courses-section-instructor-content__text {
  margin-top: 0px;
  margin-bottom: 30px !important;
  color: #7d838c;
  leading-trim: both;
  text-edge: cap;
  font-size: 16px;
  line-height: 24px;
  font-family: Clash Grotesk;
  font-weight: 500;
}

@media (max-width: 1210px) {
  .courses-section-instructor-content__text {
    margin-bottom: calc(20px + 10 * (100vw - 375px) / 835);
  }
}
@media (max-width: 1210px) {
  .courses-section-instructor-content__text {
    font-size: calc(14px + 2 * (100vw - 375px) / 835);
  }
}
@media (max-width: 1210px) {
  .courses-section-instructor-content__text {
    line-height: calc(20px + 4 * (100vw - 375px) / 835);
  }
}
.socials {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 8px;
}

.socials__link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 32px;
  height: 32px;
  border-radius: 10px;
  border: 1px solid #4b515a;
  -webkit-transition: background 0.3s, border 0.3s;
  -o-transition: background 0.3s, border 0.3s;
  transition: background 0.3s, border 0.3s;
}

.socials__link:hover {
  background: #fff;
  border: 1px solid #fff;
}

.socials__link:hover svg path {
  fill: #0e1218;
}

.socials__link svg path {
  -webkit-transition: fill 0.3s;
  -o-transition: fill 0.3s;
  transition: fill 0.3s;
}

blockquote {
  color: #fff;
}

.related {
  margin-bottom: 100px;
}

@media (max-width: 1210px) {
  .related {
    margin-bottom: calc(50px + 50 * (100vw - 375px) / 835);
  }
}
.related__title {
  color: #fff;
  leading-trim: both;
  text-edge: cap;
  margin-bottom: 35px;
  font-size: 64px;
  line-height: 64px;
  font-weight: 600;
}

@media (max-width: 1210px) {
  .related__title {
    margin-bottom: calc(20px + 15 * (100vw - 375px) / 835);
  }
}
@media (max-width: 1210px) {
  .related__title {
    font-size: calc(34px + 30 * (100vw - 375px) / 835);
  }
}
@media (max-width: 1210px) {
  .related__title {
    line-height: calc(34px + 30 * (100vw - 375px) / 835);
  }
}
.related__inner {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  gap: 20px;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.related .card {
  width: 100%;
  height: 100%;
}

.related .card__inner {
  height: 100%;
}

.related__card.card {
  border: 0;
}

.wrapper_page.plugin-disable .page-section__inner {
  max-width: 1210px;
  margin: 0 auto;
  padding: 0 15px;
  margin-bottom: 20px;
  padding-top: 60px;
  padding-right: 60px;
  padding-bottom: 60px;
  padding-left: 60px;
  border-radius: 25px;
  background: #2d333c;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 10px;
}
.wrapper_page.plugin-disable .main__comment .container {
  padding: 0;
}

/*-------------------------------------------------------------------

==  Comments

-------------------------------------------------------------------*/
.body--white .comments__inner {
  background: #eef2f6;
}

.body--white .comments__title {
  color: #0e1218;
}

.body--white .comments-item__name {
  color: #0e1218;
}

.body--white .comments-item__text {
  color: #0e1218;
}

.body--white .comments-item__link svg path {
  stroke: #0e1218;
}

.body--white .post-comments .comments__inner {
  border: 1px solid #d7dadd;
}

.comments {
  margin-bottom: 20px;
}

.comments__title {
  color: #fff;
  leading-trim: both;
  text-edge: cap;
  margin-bottom: 35px;
  font-size: 36px;
  line-height: 36px;
  font-weight: 600;
}

@media (max-width: 1210px) {
  .comments__title {
    margin-bottom: calc(20px + 15 * (100vw - 375px) / 835);
  }
}
@media (max-width: 1210px) {
  .comments__title {
    font-size: calc(28px + 8 * (100vw - 375px) / 835);
  }
}
@media (max-width: 1210px) {
  .comments__title {
    line-height: calc(28px + 8 * (100vw - 375px) / 835);
  }
}
.comments__inner {
  border-radius: 25px;
  padding-top: 60px;
  padding-right: 60px;
  padding-bottom: 60px;
  padding-left: 60px;
  background: #2d333c;
}

@media (max-width: 1210px) {
  .comments__inner {
    padding-top: calc(30px + 30 * (100vw - 375px) / 835);
  }
}
@media (max-width: 1210px) {
  .comments__inner {
    padding-right: calc(20px + 40 * (100vw - 375px) / 835);
  }
}
@media (max-width: 1210px) {
  .comments__inner {
    padding-bottom: calc(30px + 30 * (100vw - 375px) / 835);
  }
}
@media (max-width: 1210px) {
  .comments__inner {
    padding-left: calc(20px + 40 * (100vw - 375px) / 835);
  }
}
.comments__link {
  color: #6d9985;
  leading-trim: both;
  text-edge: cap;
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;
  margin-bottom: 10px;
}

.comments__link:hover {
  text-decoration: underline;
}

.comments-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  gap: 25px;
  margin-bottom: 35px;
  flex-direction: column;
  position: relative;
}
.comments-item .comments-item__img {
  position: absolute;
}
.comments-item .comments-item__inner {
  max-width: 955px;
  font-weight: 300;
  font-size: 16px;
  line-height: 30px;
  letter-spacing: 0.01em;
  margin-bottom: 25px;
  margin-left: 105px;
}
.comments-item .comments-item__inner .comment-reply-link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 8px;
  color: #6d9985;
  leading-trim: both;
  text-edge: cap;
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;
}
.comments-item .comments-item__inner .comment-reply-link:before {
  content: "";
  width: 16px;
  height: 16px;
  background-repeat: no-repeat;
  background-size: contain;
  background-image: url(../images/comment_reply.svg);
}
.comments-item .comments-item__inner .comment-reply-link:hover {
  text-decoration: underline;
}
.comments-item .comments-item__inner .comments-item__text {
  margin-top: 0px;
  margin-bottom: 15px !important;
}

@media (max-width: 1210px) {
  .comments-item {
    gap: calc(15px + 10 * (100vw - 375px) / 835);
  }
}
@media (max-width: 1210px) {
  .comments-item {
    margin-bottom: calc(25px + 10 * (100vw - 375px) / 835);
  }
}
.comments-item:last-child {
  margin-bottom: 0;
}

.comments-item__pictures {
  width: 290px;
  height: 200px;
  margin-bottom: 25px;
  border-radius: 10px;
}

.comments-item__pictures-image {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  border-radius: 10px;
}

.comments-item__img {
  width: 80px;
  height: 80px;
  min-width: 80px;
  min-height: 80px;
  max-width: 80px;
  max-height: 80px;
  border-radius: 100%;
}

@media (max-width: 1210px) {
  .comments-item__img {
    width: calc(60px + 20 * (100vw - 375px) / 835);
  }
}
@media (max-width: 1210px) {
  .comments-item__img {
    height: calc(60px + 20 * (100vw - 375px) / 835);
  }
}
@media (max-width: 1210px) {
  .comments-item__img {
    min-width: calc(60px + 20 * (100vw - 375px) / 835);
  }
}
@media (max-width: 1210px) {
  .comments-item__img {
    min-height: calc(60px + 20 * (100vw - 375px) / 835);
  }
}
@media (max-width: 1210px) {
  .comments-item__img {
    max-width: calc(60px + 20 * (100vw - 375px) / 835);
  }
}
@media (max-width: 1210px) {
  .comments-item__img {
    max-height: calc(60px + 20 * (100vw - 375px) / 835);
  }
}
.comments-item__image {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  border-radius: 100%;
}

.comments-item__name {
  margin-top: 0 !important;
  margin-bottom: 5px !important;
  color: #fff;
  leading-trim: both;
  text-edge: cap;
  font-size: 20px;
  line-height: 20px;
  font-weight: 600;
}

@media (max-width: 1210px) {
  .comments-item__name {
    font-size: calc(16px + 4 * (100vw - 375px) / 835);
  }
}
@media (max-width: 1210px) {
  .comments-item__name {
    line-height: calc(16px + 4 * (100vw - 375px) / 835);
  }
}
.comments-item__date {
  color: #7d838c;
  leading-trim: both;
  text-edge: cap;
  font-size: 12px;
  font-weight: 500;
  line-height: 20px;
  margin-top: 0;
  margin-bottom: 10px !important;
  margin-top: 0 !important;
}

@media (max-width: 1210px) {
  .comments-item__date {
    margin-bottom: calc(5px + 5 * (100vw - 375px) / 835);
  }
}
.comments-item__text {
  margin-bottom: 15px;
  color: #fff;
  leading-trim: both;
  text-edge: cap;
  font-family: Clash Grotesk;
  font-weight: 500;
  font-size: 16px;
  line-height: 24px;
}

@media (max-width: 1210px) {
  .comments-item__text {
    font-size: calc(14px + 2 * (100vw - 375px) / 835);
  }
}
@media (max-width: 1210px) {
  .comments-item__text {
    line-height: calc(20px + 4 * (100vw - 375px) / 835);
  }
}
.comments-item__link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 8px;
  color: #6d9985;
  leading-trim: both;
  text-edge: cap;
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;
}

@media (max-width: 1210px) {
  .comments-item__link {
    gap: calc(4px + 4 * (100vw - 375px) / 835);
  }
}
@media (max-width: 1210px) {
  .comments-item__link {
    font-size: calc(12px + 2 * (100vw - 375px) / 835);
  }
}
@media (max-width: 1210px) {
  .comments-item__link {
    line-height: calc(16px + 4 * (100vw - 375px) / 835);
  }
}
.comments-item__link svg {
  width: 16px;
  height: 16px;
}

@media (max-width: 1210px) {
  .comments-item__link svg {
    width: calc(12px + 4 * (100vw - 375px) / 835);
  }
}
@media (max-width: 1210px) {
  .comments-item__link svg {
    height: calc(12px + 4 * (100vw - 375px) / 835);
  }
}
.comments-item__link:hover {
  text-decoration: underline;
}

.post .comments__wrapper .comments-item {
  margin-bottom: 0;
}

.post-comments {
  padding-top: 25px;
}

.post-comments .comments__inner {
  padding: unset;
  background: unset;
  border-radius: 10px;
  border: 1px solid #4b515a;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 15px;
  padding-top: 25px;
  padding-bottom: 25px;
  padding-left: 40px;
}

@media (max-width: 1210px) {
  .post-comments .comments__inner {
    gap: calc(10px + 5 * (100vw - 375px) / 835);
  }
}
@media (max-width: 1210px) {
  .post-comments .comments__inner {
    padding-top: calc(10px + 15 * (100vw - 375px) / 835);
  }
}
@media (max-width: 1210px) {
  .post-comments .comments__inner {
    padding-bottom: calc(10px + 15 * (100vw - 375px) / 835);
  }
}
@media (max-width: 1210px) {
  .post-comments .comments__inner {
    padding-left: calc(20px + 20 * (100vw - 375px) / 835);
  }
}
.post-comments .comments-item__img {
  width: 48px;
  height: 48px;
  max-width: 48px;
  max-height: 48px;
  min-width: 48px;
  min-height: 48px;
}

.post-comments .comments-item {
  position: relative;
  padding: 15px 24px 15px 0;
  padding-top: 15px;
  padding-bottom: 15px;
}

@media (max-width: 1210px) {
  .post-comments .comments-item {
    padding-top: calc(10px + 5 * (100vw - 375px) / 835);
  }
}
@media (max-width: 1210px) {
  .post-comments .comments-item {
    padding-bottom: calc(10px + 5 * (100vw - 375px) / 835);
  }
}
.post-comments .card-options {
  position: absolute;
  top: 15px;
  right: 25px;
}

.comments-replied .comments-item {
  padding-left: 40px;
}

@media (max-width: 500px) {
  .comments-item__pictures {
    width: 100%;
  }
  .post-comments .comments-item {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}
.comment--big {
  margin-bottom: 100px;
}

@media (max-width: 1210px) {
  .comment--big {
    margin-bottom: calc(50px + 50 * (100vw - 375px) / 835);
  }
}
.comment__inner {
  padding-top: 60px;
  padding-right: 60px;
  padding-bottom: 60px;
  padding-left: 60px;
  border-radius: 25px;
  background: #2d333c;
}
.comment__inner .comment__form-textarea {
  margin-bottom: 56px;
}

.logged-in .comment__form-textarea {
  margin-bottom: 25px;
}

@media (max-width: 1210px) {
  .comment__inner {
    padding-top: calc(30px + 30 * (100vw - 375px) / 835);
  }
}
@media (max-width: 1210px) {
  .comment__inner {
    padding-right: calc(20px + 40 * (100vw - 375px) / 835);
  }
}
@media (max-width: 1210px) {
  .comment__inner {
    padding-bottom: calc(30px + 30 * (100vw - 375px) / 835);
  }
}
@media (max-width: 1210px) {
  .comment__inner {
    padding-left: calc(20px + 40 * (100vw - 375px) / 835);
  }
}
.comment__title {
  color: #fff;
  leading-trim: both;
  text-edge: cap;
  font-size: 36px;
  line-height: 40px;
  margin-bottom: 30px;
  font-weight: 600;
}

@media (max-width: 1210px) {
  .comment__title {
    font-size: calc(28px + 8 * (100vw - 375px) / 835);
  }
}
@media (max-width: 1210px) {
  .comment__title {
    line-height: calc(32px + 8 * (100vw - 375px) / 835);
  }
}
@media (max-width: 1210px) {
  .comment__title {
    margin-bottom: calc(15px + 15 * (100vw - 375px) / 835);
  }
}
.comment__form-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 15px;
  margin-bottom: 30px;
  position: relative;
}

@media (max-width: 1210px) {
  .comment__form-wrapper {
    gap: calc(10px + 5 * (100vw - 375px) / 835);
  }
}
@media (max-width: 1210px) {
  .comment__form-wrapper {
    margin-bottom: calc(15px + 15 * (100vw - 375px) / 835);
  }
}
.comment__form-input {
  padding-top: 13px;
  padding-right: 24px;
  padding-bottom: 13px;
  padding-left: 24px;
  border-radius: 10px;
  border: 1px solid #4b515a;
  width: 100%;
  background: unset;
  color: #fff;
  leading-trim: both;
  text-edge: cap;
  font-size: 14px;
  line-height: 20px;
  font-family: Clash Grotesk;
  font-weight: 500;
}

@media (max-width: 1210px) {
  .comment__form-input {
    padding-top: calc(10px + 3 * (100vw - 375px) / 835);
  }
}
@media (max-width: 1210px) {
  .comment__form-input {
    padding-right: calc(10px + 14 * (100vw - 375px) / 835);
  }
}
@media (max-width: 1210px) {
  .comment__form-input {
    padding-bottom: calc(10px + 3 * (100vw - 375px) / 835);
  }
}
@media (max-width: 1210px) {
  .comment__form-input {
    padding-left: calc(10px + 14 * (100vw - 375px) / 835);
  }
}
@media (max-width: 1210px) {
  .comment__form-input {
    font-size: calc(12px + 2 * (100vw - 375px) / 835);
  }
}
@media (max-width: 1210px) {
  .comment__form-input {
    line-height: calc(16px + 4 * (100vw - 375px) / 835);
  }
}
.comment__form-input:focus {
  border: 1px solid #fff;
}

.comment__form-input::-webkit-input-placeholder {
  color: #7d838c;
  leading-trim: both;
  text-edge: cap;
  font-size: 14px;
  font-family: Clash Grotesk;
  font-weight: 500;
  line-height: 20px;
}

.comment__form-input::-moz-placeholder {
  color: #7d838c;
  leading-trim: both;
  text-edge: cap;
  font-size: 14px;
  font-family: Clash Grotesk;
  font-weight: 500;
  line-height: 20px;
}

.comment__form-input:-ms-input-placeholder {
  color: #7d838c;
  leading-trim: both;
  text-edge: cap;
  font-size: 14px;
  font-family: Clash Grotesk;
  font-weight: 500;
  line-height: 20px;
}

.comment__form-input::-ms-input-placeholder {
  color: #7d838c;
  leading-trim: both;
  text-edge: cap;
  font-size: 14px;
  font-family: Clash Grotesk;
  font-weight: 500;
  line-height: 20px;
}

.comment__form-input::placeholder {
  color: #7d838c;
  leading-trim: both;
  text-edge: cap;
  font-size: 14px;
  font-family: Clash Grotesk;
  font-weight: 500;
  line-height: 20px;
}

.comment__form-textarea {
  margin-bottom: 25px;
  border-radius: 10px;
  border: 1px solid #4b515a;
  width: 100%;
  padding-top: 16px;
  padding-right: 40px;
  padding-bottom: 16px;
  padding-left: 24px;
  background: unset;
  resize: unset;
  color: #fff;
  leading-trim: both;
  text-edge: cap;
  font-size: 14px;
  line-height: 20px;
  font-family: Clash Grotesk;
  font-weight: 500;
  min-height: 100px;
}

@media (max-width: 1210px) {
  .comment__form-textarea {
    margin-bottom: calc(15px + 10 * (100vw - 375px) / 835);
  }
}
@media (max-width: 1210px) {
  .comment__form-textarea {
    padding-top: calc(10px + 6 * (100vw - 375px) / 835);
  }
}
@media (max-width: 1210px) {
  .comment__form-textarea {
    padding-right: calc(10px + 30 * (100vw - 375px) / 835);
  }
}
@media (max-width: 1210px) {
  .comment__form-textarea {
    padding-bottom: calc(10px + 6 * (100vw - 375px) / 835);
  }
}
@media (max-width: 1210px) {
  .comment__form-textarea {
    padding-left: calc(10px + 14 * (100vw - 375px) / 835);
  }
}
@media (max-width: 1210px) {
  .comment__form-textarea {
    font-size: calc(12px + 2 * (100vw - 375px) / 835);
  }
}
@media (max-width: 1210px) {
  .comment__form-textarea {
    line-height: calc(16px + 4 * (100vw - 375px) / 835);
  }
}
.comment__form-textarea:focus {
  border: 1px solid #fff;
}

.comment__form-textarea::-webkit-input-placeholder {
  color: #7d838c;
  leading-trim: both;
  text-edge: cap;
  font-size: 14px;
  font-family: Clash Grotesk;
  font-weight: 500;
  line-height: 20px;
}

.comment__form-textarea::-moz-placeholder {
  color: #7d838c;
  leading-trim: both;
  text-edge: cap;
  font-size: 14px;
  font-family: Clash Grotesk;
  font-weight: 500;
  line-height: 20px;
}

.comment__form-textarea:-ms-input-placeholder {
  color: #7d838c;
  leading-trim: both;
  text-edge: cap;
  font-size: 14px;
  font-family: Clash Grotesk;
  font-weight: 500;
  line-height: 20px;
}

.comment__form-textarea::-ms-input-placeholder {
  color: #7d838c;
  leading-trim: both;
  text-edge: cap;
  font-size: 14px;
  font-family: Clash Grotesk;
  font-weight: 500;
  line-height: 20px;
}

.comment__form-textarea::placeholder {
  color: #7d838c;
  leading-trim: both;
  text-edge: cap;
  font-size: 14px;
  font-family: Clash Grotesk;
  font-weight: 500;
  line-height: 20px;
}

.comment__form-btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
  border-radius: 10px;
  background: #9981c2;
  padding-top: 15px;
  padding-right: 24px;
  padding-bottom: 15px;
  padding-left: 24px;
  font-size: 14px;
  color: #fff;
  text-align: center;
  leading-trim: both;
  text-edge: cap;
  font-size: 14px;
  font-weight: 600;
  line-height: 20px;
  -webkit-transition: background 0.3s;
  -o-transition: background 0.3s;
  transition: background 0.3s;
}

@media (max-width: 1210px) {
  .comment__form-btn {
    padding-top: calc(12px + 3 * (100vw - 375px) / 835);
  }
}
@media (max-width: 1210px) {
  .comment__form-btn {
    padding-right: calc(12px + 12 * (100vw - 375px) / 835);
  }
}
@media (max-width: 1210px) {
  .comment__form-btn {
    padding-bottom: calc(12px + 3 * (100vw - 375px) / 835);
  }
}
@media (max-width: 1210px) {
  .comment__form-btn {
    padding-left: calc(12px + 12 * (100vw - 375px) / 835);
  }
}
@media (max-width: 1210px) {
  .comment__form-btn {
    font-size: calc(12px + 2 * (100vw - 375px) / 835);
  }
}
.comment__form-btn:hover {
  background: #856dae;
}

.not-logged-in .comment__form-wrapper {
  position: relative;
  margin-bottom: 30px;
}

.not-logged-in .comment__form .comment__form-textarea {
  margin-bottom: 60px;
}

.comment__form-checkbox {
  display: block;
  cursor: pointer;
  color: #fff;
  leading-trim: both;
  text-edge: cap;
  font-size: 14px;
  line-height: 20px;
  font-family: Clash Grotesk;
  font-weight: 500;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  position: absolute;
  padding-left: 0;
  bottom: -170px;
}
.comment__form-checkbox input {
  position: relative !important;
  opacity: 1 !important;
  width: auto !important;
  height: 10px !important;
  display: inline-flex;
  margin-right: 4px;
  margin-top: 8px;
}

@media (max-width: 1210px) {
  .comment__form-checkbox {
    margin-bottom: calc(15px + 15 * (100vw - 375px) / 835);
  }
}
@media (max-width: 1210px) {
  .comment__form-checkbox {
    font-size: calc(12px + 2 * (100vw - 375px) / 835);
  }
}
@media (max-width: 1210px) {
  .comment__form-checkbox {
    line-height: calc(16px + 4 * (100vw - 375px) / 835);
  }
}
.comment__form-checkbox input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}

.comment__form-checkbox .checkmark {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  left: 0;
  height: 24px;
  width: 24px;
  background: unset;
  border-radius: 4px;
  border: 1px solid #4b515a;
}

.comment__form-checkbox .checkmark:after {
  content: "";
  position: absolute;
  display: none;
}

.comment__form-checkbox input:checked ~ .checkmark:after {
  display: block;
}

.comment__form-checkbox .checkmark:after {
  left: 50%;
  top: 50%;
  -webkit-transform: translateX(-50%) translateY(-50%);
  -ms-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
  width: 16px;
  height: 16px;
  background-repeat: no-repeat;
  background-size: contain;
  background-image: url(../images/tick-icon.svg);
}

.body--white .comment__inner {
  background: #eef2f6;
}

.body--white .comment__title {
  color: #0e1218;
}

.body--white .comment__form-textarea {
  color: #0e1218;
  border: 1px solid #d7dadd;
}

.body--white .comment__form-textarea:focus {
  border: 1px solid #0e1218;
}

.body--white .comment__form-input:focus {
  border: 1px solid #0e1218;
}

.body--white .comment__form-input {
  color: #0e1218;
  border: 1px solid #d7dadd;
}

.body--white .comment__form-checkbox {
  color: #0e1218;
}

.body--white .comment__form-checkbox .checkmark {
  border: 1px solid #d7dadd;
}

.comment__form .logged-in-as {
  margin-bottom: 20px;
}

.comment-reply-title {
  color: #fff;
  leading-trim: both;
  text-edge: cap;
  font-size: 36px;
  line-height: 40px;
  margin-bottom: 30px;
  font-weight: 600;
}

@media (max-width: 1920px) {
  .comment-reply-title {
    margin-bottom: calc(30px + 30 * (100vw - 360px) / 1560);
  }
}
@media (max-width: 1920px) {
  .comment-reply-title {
    font-size: calc(18px + 6 * (100vw - 360px) / 1560);
  }
}
@media (max-width: 1920px) {
  .comment-reply-title {
    line-height: calc(26px + 6 * (100vw - 360px) / 1560);
  }
}
@media (max-width: 1920px) {
  .comment-reply-title::after {
    height: calc(3px + 2 * (100vw - 360px) / 1560);
  }
}
@media (max-width: 1920px) {
  .comment-reply-title::after {
    bottom: calc(-5px + -2 * (100vw - 360px) / 1560);
  }
}
.comment__text {
  font-weight: 500;
  font-size: 18px;
  line-height: 22px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  letter-spacing: -0.01em;
  text-transform: capitalize;
  margin-bottom: 15px;
}

@media (max-width: 1920px) {
  .comment__text {
    font-size: calc(14px + 4 * (100vw - 360px) / 1560);
  }
}
@media (max-width: 1920px) {
  .comment__text {
    line-height: calc(20px + 2 * (100vw - 360px) / 1560);
  }
}
@media (max-width: 1920px) {
  .comment__text {
    margin-bottom: calc(10px + 5 * (100vw - 360px) / 1560);
  }
}
.comment-form__box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  gap: 30px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 30px;
  position: relative;
  padding-bottom: 60px;
}

@media (max-width: 1920px) {
  .comment-form__box {
    gap: calc(15px + 15 * (100vw - 360px) / 1560);
  }
}
@media (max-width: 1920px) {
  .comment-form__box {
    margin-bottom: calc(15px + 15 * (100vw - 360px) / 1560);
  }
}
.comment-form__box-input {
  background: #fff;
  border: 1px solid #d9d9d9;
  width: 100%;
  font-weight: 300;
  padding-top: 20px;
  padding-right: 30px;
  padding-bottom: 20px;
  padding-left: 30px;
  font-size: 16px;
  line-height: 30px;
  letter-spacing: 0.01em;
  color: #515151;
}

@media (max-width: 1920px) {
  .comment-form__box-input {
    padding-top: calc(15px + 5 * (100vw - 360px) / 1560);
  }
}
@media (max-width: 1920px) {
  .comment-form__box-input {
    padding-right: calc(15px + 15 * (100vw - 360px) / 1560);
  }
}
@media (max-width: 1920px) {
  .comment-form__box-input {
    padding-bottom: calc(15px + 5 * (100vw - 360px) / 1560);
  }
}
@media (max-width: 1920px) {
  .comment-form__box-input {
    padding-left: calc(15px + 15 * (100vw - 360px) / 1560);
  }
}
@media (max-width: 1920px) {
  .comment-form__box-input {
    font-size: calc(14px + 2 * (100vw - 360px) / 1560);
  }
}
@media (max-width: 1920px) {
  .comment-form__box-input {
    line-height: calc(20px + 10 * (100vw - 360px) / 1560);
  }
}
.comment-form__box-input::-webkit-input-placeholder {
  font-weight: 300;
  font-size: 16px;
  line-height: 30px;
  letter-spacing: 0.01em;
  color: #515151;
}

.comment-form__box-input::-moz-placeholder {
  font-weight: 300;
  font-size: 16px;
  line-height: 30px;
  letter-spacing: 0.01em;
  color: #515151;
}

.comment-form__box-input:-ms-input-placeholder {
  font-weight: 300;
  font-size: 16px;
  line-height: 30px;
  letter-spacing: 0.01em;
  color: #515151;
}

.comment-form__box-input::-ms-input-placeholder {
  font-weight: 300;
  font-size: 16px;
  line-height: 30px;
  letter-spacing: 0.01em;
  color: #515151;
}

.comment-form__box-input::placeholder {
  font-weight: 300;
  font-size: 16px;
  line-height: 30px;
  letter-spacing: 0.01em;
  color: #515151;
}

@media (max-width: 1920px) {
  .comment-form__box-input::-webkit-input-placeholder {
    font-size: calc(14px + 2 * (100vw - 360px) / 1560);
  }
  .comment-form__box-input::-moz-placeholder {
    font-size: calc(14px + 2 * (100vw - 360px) / 1560);
  }
  .comment-form__box-input:-ms-input-placeholder {
    font-size: calc(14px + 2 * (100vw - 360px) / 1560);
  }
  .comment-form__box-input::-ms-input-placeholder {
    font-size: calc(14px + 2 * (100vw - 360px) / 1560);
  }
  .comment-form__box-input::placeholder {
    font-size: calc(14px + 2 * (100vw - 360px) / 1560);
  }
}
@media (max-width: 1920px) {
  .comment-form__box-input::-webkit-input-placeholder {
    line-height: calc(20px + 10 * (100vw - 360px) / 1560);
  }
  .comment-form__box-input::-moz-placeholder {
    line-height: calc(20px + 10 * (100vw - 360px) / 1560);
  }
  .comment-form__box-input:-ms-input-placeholder {
    line-height: calc(20px + 10 * (100vw - 360px) / 1560);
  }
  .comment-form__box-input::-ms-input-placeholder {
    line-height: calc(20px + 10 * (100vw - 360px) / 1560);
  }
  .comment-form__box-input::placeholder {
    line-height: calc(20px + 10 * (100vw - 360px) / 1560);
  }
}
.comment-form__textarea {
  margin-bottom: 45px;
  background: #fff;
  border: 1px solid #d9d9d9;
  width: 100%;
  font-weight: 300;
  padding-top: 20px;
  padding-right: 30px;
  padding-bottom: 20px;
  padding-left: 30px;
  font-size: 16px;
  line-height: 30px;
  letter-spacing: 0.01em;
  color: #515151;
  resize: unset;
  height: 150px;
}

@media (max-width: 1920px) {
  .comment-form__textarea {
    margin-bottom: calc(20px + 25 * (100vw - 360px) / 1560);
  }
}
@media (max-width: 1920px) {
  .comment-form__textarea {
    padding-top: calc(15px + 5 * (100vw - 360px) / 1560);
  }
}
@media (max-width: 1920px) {
  .comment-form__textarea {
    padding-right: calc(15px + 15 * (100vw - 360px) / 1560);
  }
}
@media (max-width: 1920px) {
  .comment-form__textarea {
    padding-bottom: calc(15px + 5 * (100vw - 360px) / 1560);
  }
}
@media (max-width: 1920px) {
  .comment-form__textarea {
    padding-left: calc(15px + 15 * (100vw - 360px) / 1560);
  }
}
@media (max-width: 1920px) {
  .comment-form__textarea {
    font-size: calc(14px + 2 * (100vw - 360px) / 1560);
  }
}
@media (max-width: 1920px) {
  .comment-form__textarea {
    line-height: calc(20px + 10 * (100vw - 360px) / 1560);
  }
}
.comment-form__textarea::-webkit-input-placeholder {
  font-weight: 300;
  font-size: 16px;
  line-height: 30px;
  letter-spacing: 0.01em;
  color: #515151;
}

.comment-form__textarea::-moz-placeholder {
  font-weight: 300;
  font-size: 16px;
  line-height: 30px;
  letter-spacing: 0.01em;
  color: #515151;
}

.comment-form__textarea:-ms-input-placeholder {
  font-weight: 300;
  font-size: 16px;
  line-height: 30px;
  letter-spacing: 0.01em;
  color: #515151;
}

.comment-form__textarea::-ms-input-placeholder {
  font-weight: 300;
  font-size: 16px;
  line-height: 30px;
  letter-spacing: 0.01em;
  color: #515151;
}

.comment-form__textarea::placeholder {
  font-weight: 300;
  font-size: 16px;
  line-height: 30px;
  letter-spacing: 0.01em;
  color: #515151;
}

.comment-form__btn {
  max-width: 245px;
  width: 245px;
  border: 1px solid #ec6c23;
}

.comment-form__btn span:first-child::before {
  background: #ec6c23;
}

.comment-form__btn:hover span:last-child {
  color: #fff;
}

.main__send-message .comment-reply-title {
  font-weight: 700;
  font-size: 46px;
  line-height: 58px;
  display: inline-block;
  margin-left: auto;
  margin-right: auto;
  width: 100%;
  text-align: center;
  letter-spacing: -0.02em;
  text-transform: capitalize;
  margin-bottom: 80px;
}

@media (max-width: 1920px) {
  .main__send-message .comment-reply-title {
    font-size: calc(30px + 16 * (100vw - 360px) / 1560);
  }
}
@media (max-width: 1920px) {
  .main__send-message .comment-reply-title {
    line-height: calc(36px + 22 * (100vw - 360px) / 1560);
  }
}
@media (max-width: 1920px) {
  .main__send-message .comment-reply-title {
    margin-bottom: calc(40px + 40 * (100vw - 360px) / 1560);
  }
}
.main__send-message .comment-reply-title::after {
  content: unset;
}

.main__send-message .comment-reply-title span {
  position: relative;
  color: #ec6c23;
}

.main__send-message .comment-reply-title span::after {
  content: "";
  width: 100%;
  height: 5px;
  left: 0;
  position: absolute;
  bottom: -7px;
  background: #ec6c23;
}

@media (max-width: 1920px) {
  .main__send-message .comment-reply-title span::after {
    height: calc(3px + 2 * (100vw - 360px) / 1560);
  }
}
@media (max-width: 1920px) {
  .main__send-message .comment-reply-title span::after {
    bottom: calc(-5px + -2 * (100vw - 360px) / 1560);
  }
}
.main__send-message .comment-form__box {
  margin-bottom: 25px;
}

@media (max-width: 1920px) {
  .main__send-message .comment-form__box {
    margin-bottom: calc(15px + 10 * (100vw - 360px) / 1560);
  }
}
.main__send-message .comment-form__btn {
  margin-left: auto;
  margin-right: auto;
}

.comment-form-cookies-consent {
  position: absolute;
  bottom: 0;
  display: flex;
  left: 0;
  padding-left: 0;
  margin: 0px !important;
}
.comment-form-cookies-consent #wp-comment-cookies-consent {
  margin-top: 5px;
}

.logged-in-as a {
  color: #f9d442;
  transition: all 0.3s ease-in-out;
  text-decoration: underline;
}
.logged-in-as a:hover {
  color: #ff99c0;
}

.blog-comments__inner .blog-comments__img {
  background-repeat: no-repeat;
  background-size: contain;
  width: 80px;
  height: 80px;
  display: inline-block;
  padding: 40px;
  border-radius: 100%;
}
.blog-comments__inner .blog-comments__content {
  width: calc(100% - 80px);
  line-height: calc(20px + 10 * (100vw - 360px) / 1560);
}

#cancel-comment-reply-link {
  margin-left: 10px;
  color: #f9d442 !important;
  text-decoration: underline;
}
#cancel-comment-reply-link:hover {
  color: #ff99c0 !important;
}

.blog__comment {
  width: 100%;
}

.comment:first-child {
  padding-top: 0px;
}
.comment:last-child {
  padding-bottom: 0px;
}
.comment.depth-2 {
  position: relative;
  padding-left: 30px;
}
.comment.depth-2:before {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 30px;
  height: 30px;
  border-bottom: 1px solid #c7cdd8;
  border-left: 1px solid #c7cdd8;
  content: none;
}
.comment.depth-3 {
  position: relative;
  padding-left: 60px;
}
.comment.depth-3:before {
  display: block;
  position: absolute;
  top: 0;
  left: 50px;
  width: 30px;
  height: 30px;
  border-bottom: 1px solid #c7cdd8;
  border-left: 1px solid #c7cdd8;
  content: none;
}
.comment.depth-4, .comment.depth-5, .comment.depth-6, .comment.depth-7, .comment.depth-8 {
  position: relative;
  padding-left: 80px;
}
.comment.depth-4:before, .comment.depth-5:before, .comment.depth-6:before, .comment.depth-7:before, .comment.depth-8:before {
  display: block;
  position: absolute;
  top: 0;
  left: 100px;
  width: 30px;
  height: 30px;
  border-bottom: 1px solid #c7cdd8;
  border-left: 1px solid #c7cdd8;
  content: none;
}

.comments__inner #respond.comment-respond {
  margin-bottom: 60px;
}

/*-------------------------------------------------------------------

==  Button

-------------------------------------------------------------------*/
.fl-button {
  padding: 14px 25px;
  display: inline-flex;
  color: #fff;
  font-size: 13px;
  position: relative;
  overflow: hidden;
  z-index: 0;
  cursor: pointer;
}
.fl-button.size-small {
  padding: 11px 20px;
  font-size: 12px;
}
.fl-button.size-large {
  padding: 17px 35px;
  font-size: 15px;
}
.fl-button:before, .fl-button:after {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
.fl-button:after {
  width: 140%;
  left: -20%;
  z-index: -1;
  transform-origin: 0 50%;
  transform: skew(-35deg) scaleX(0);
  transition: transform 0.5s ease;
}
.fl-button:before {
  z-index: -2;
}
.fl-button:hover {
  color: #fff !important;
}
.fl-button:hover:after {
  transform: skew(-35deg) scaleX(1);
}

.preview-btn {
  display: flex;
  align-items: center;
}
.preview-btn .fl-button {
  margin-right: 25px;
}

/*-------------------------------------------------------------------

==  Share

-------------------------------------------------------------------*/
.share-post {
  margin-right: 0 !important;
  position: relative;
  cursor: pointer;
  transition: color 0.3s ease;
}
.share-post:hover {
  transition: color 0.3s ease;
}
.share-post .fl-flipper-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  transition: transform 0.6s;
  transform-style: preserve-3d;
  width: 20px;
  height: 15px;
  line-height: 15px;
  perspective: 40px;
  position: relative;
  margin-right: 5px !important;
}
.share-post .fl-flipper-icon i {
  margin-right: 0 !important;
}
.share-post .fl-flipper-icon i.icon-close {
  top: 1px;
  position: relative;
}
.share-post .fl-flipper-icon .fl-front-content {
  backface-visibility: hidden;
  justify-content: center;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 2;
}
.share-post .fl-flipper-icon .fl-back-content {
  align-items: center;
  backface-visibility: hidden;
  position: absolute;
  top: -1px;
  left: 0;
  transform: rotateY(180deg);
  width: 100%;
}
.share-post.opened .fl-flipper-icon {
  transition: transform 0.6s;
  -webkit-transform: rotateY(180deg);
  transform: rotateY(180deg);
}

/*-------------------------------------------------------------------

==  Post Share Icon

-------------------------------------------------------------------*/
.section-sidebar {
  margin-bottom: 45px;
}

.widget-title {
  font-weight: 600;
  font-size: 24px;
  line-height: 32px;
  margin-bottom: 40px;
  color: #fff;
  letter-spacing: -0.01em;
  text-transform: capitalize;
  position: relative;
  display: inline-block;
}

.widget-title .ic {
  float: right;
  font-size: 30px;
  font-weight: normal;
  opacity: 0.5;
  color: #ccdaea;
}

.widget-inner {
  padding: 35px 26px;
}

.widget-search {
  margin-bottom: 35px;
}

.widget-search .form-sidebar {
  position: relative;
}

.widget-search .form-sidebar__input {
  width: 100%;
  height: 50px;
  margin-bottom: 0;
  padding: 8px 50px 7px 20px;
  text-transform: none;
}

.widget-search .form-sidebar__input::-webkit-input-placeholder {
  color: #fff;
}

.widget-search .form-sidebar__input::-moz-placeholder {
  color: #fff;
}

.widget-search .form-sidebar__input:-ms-input-placeholder {
  color: #fff;
}

.widget-search .form-sidebar__btn {
  position: absolute;
  top: 0;
  right: 5px;
  width: 40px;
  height: 100%;
  line-height: 1;
  color: #fff;
  border: none;
  background-color: transparent;
  cursor: pointer;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  text-align: center;
}

.widget-search .form-sidebar__btn:focus {
  outline: none;
}

.widget-search .form-sidebar__btn .ic {
  font-size: 16px;
}

.widget-list {
  max-width: 250px;
  margin-bottom: 0;
  padding-top: 0;
}

.widget-list__item {
  padding-left: 25px;
}

.widget-list__item:before {
  color: #ccc;
}

.widget-list__link {
  display: block;
  font: 14px/1 Montserrat;
  color: #253241;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.widget-list .widget-list__link {
  color: #253241;
}

.widget-list .widget-list__item {
  margin-bottom: 15px;
}

.widget-list .widget-list__item:before {
  top: 0;
}

.widget-list .widget-list__item:last-child {
  margin-bottom: 0;
  padding-bottom: 0;
}

.post-widget {
  padding-bottom: 30px;
}

.post-widget:last-child {
  padding-bottom: 0;
  border-bottom: none;
}

.post-widget__media {
  float: left;
  width: 65px;
}

.post-widget__inner {
  padding-left: 82px;
}

.post-widget__title {
  display: block;
  font: 700 13px/20px Montserrat;
}

.post-widget__title a {
  color: #253241;
}

.post-widget__date {
  font-size: 12px;
  color: #555;
}

.list-tags {
  margin-right: -4px;
  margin-bottom: -8px;
  margin-left: -4px;
}

.list-tags:before,
.list-tags:after {
  display: table;
  content: "";
}

.list-tags:after {
  clear: both;
}

.lt-ie8 .list-tags {
  zoom: 1;
}

.list-tags__item {
  float: left;
  margin-right: 4px;
  margin-bottom: 8px;
  margin-left: 4px;
}

.list-tags__link {
  display: block;
  padding: 8px 15px;
  font-family: Montserrat;
  font-size: 13px;
  color: #253241;
  border: 1px solid #eee;
  border-radius: 2px;
  background-color: #fff;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.list-tags__link:hover {
  color: #fff;
  text-decoration: none;
}

.widget + .widget {
  margin-top: 60px;
}

.widget, .youzify-sidebar .widget-content {
  border-radius: 25px;
  background: #2d333c;
  padding: 40px;
}
.widget.widget_search, .youzify-sidebar .widget-content.widget_search {
  padding-top: 0;
  padding-right: 0;
  padding-left: 0;
  padding-bottom: 0;
}
.widget.widget_search .uk-search-default, .youzify-sidebar .widget-content.widget_search .uk-search-default {
  width: 100%;
}
.widget.widget_search .uk-search-input, .youzify-sidebar .widget-content.widget_search .uk-search-input {
  height: 70px !important;
}
.widget.widget_nav_menu .menu, .youzify-sidebar .widget-content.widget_nav_menu .menu {
  margin-left: 0px;
}
.widget.widget_nav_menu .menu .menu-link:after, .youzify-sidebar .widget-content.widget_nav_menu .menu .menu-link:after {
  content: none;
}
.widget.widget_nav_menu .menu .uk-navbar-dropdown .sub-menu-link, .youzify-sidebar .widget-content.widget_nav_menu .menu .uk-navbar-dropdown .sub-menu-link {
  border-bottom: 0px;
  line-height: 24px;
}
.widget .wp-block-heading, .youzify-sidebar .widget-content .wp-block-heading {
  font-weight: 600;
  font-size: 24px;
  line-height: 32px;
  margin-bottom: 40px;
  color: #fff;
  letter-spacing: -0.01em;
  text-transform: capitalize;
  position: relative;
  display: inline-block;
  font-family: Clash Display;
}
.widget .wp-block-latest-posts select#cat, .widget .wp-block-latest-comments select#cat, .widget .wp-block-archives select#cat, .widget .wp-block-categories select#cat, .widget .calendar_wrap select#cat, .widget.widget_search .uk-search select#cat, .widget .textwidget select#cat, .widget .tagcloud select#cat, .widget.widget_categories form select#cat, .youzify-sidebar .widget-content .wp-block-latest-posts select#cat, .youzify-sidebar .widget-content .wp-block-latest-comments select#cat, .youzify-sidebar .widget-content .wp-block-archives select#cat, .youzify-sidebar .widget-content .wp-block-categories select#cat, .youzify-sidebar .widget-content .calendar_wrap select#cat, .youzify-sidebar .widget-content.widget_search .uk-search select#cat, .youzify-sidebar .widget-content .textwidget select#cat, .youzify-sidebar .widget-content .tagcloud select#cat, .youzify-sidebar .widget-content.widget_categories form select#cat {
  margin-bottom: 0px;
}
.widget .wp-calendar-table, .youzify-sidebar .widget-content .wp-calendar-table {
  width: 100%;
}
.widget.widget_block.widget_search, .youzify-sidebar .widget-content.widget_block.widget_search {
  padding: 0;
}
.widget.widget_block.widget_search .wp-block-search .wp-block-search__label, .youzify-sidebar .widget-content.widget_block.widget_search .wp-block-search .wp-block-search__label {
  display: none;
}
.widget.widget_block.widget_search .wp-block-search .wp-block-search__inside-wrapper, .youzify-sidebar .widget-content.widget_block.widget_search .wp-block-search .wp-block-search__inside-wrapper {
  position: relative;
}
.widget.widget_block.widget_search .wp-block-search .wp-block-search__inside-wrapper .wp-block-search__input, .youzify-sidebar .widget-content.widget_block.widget_search .wp-block-search .wp-block-search__inside-wrapper .wp-block-search__input {
  border: 1px solid rgba(0, 0, 0, 0);
  border-radius: 10px;
  width: 100%;
  padding: 20px 60px 20px 24px;
  color: #fff;
  leading-trim: both;
  text-edge: cap;
  font-size: 14px;
  font-family: Clash Grotesk;
  height: 100%;
  font-weight: 500;
  line-height: 20px;
  background: rgba(0, 0, 0, 0);
  -webkit-transition: border 0.3s;
  -o-transition: border 0.3s;
  transition: border 0.3s;
}
.widget.widget_block.widget_search .wp-block-search .wp-block-search__inside-wrapper .wp-block-search__button, .youzify-sidebar .widget-content.widget_block.widget_search .wp-block-search .wp-block-search__inside-wrapper .wp-block-search__button {
  position: absolute;
  top: 0;
  right: 15px;
  width: 40px;
  height: 100%;
  line-height: 60px;
  color: transparent;
  border: none;
  background-color: transparent;
  cursor: pointer;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  text-align: center;
}
.widget.widget_block.widget_search .wp-block-search .wp-block-search__inside-wrapper .wp-block-search__button:before, .youzify-sidebar .widget-content.widget_block.widget_search .wp-block-search .wp-block-search__inside-wrapper .wp-block-search__button:before {
  content: "";
  width: 20px;
  height: 20px;
  background-image: url(../images/search_widget.svg);
  background-size: cover;
  background-repeat: no-repeat;
  display: inline-block;
}
.widget.widget_search .widget-title, .youzify-sidebar .widget-content.widget_search .widget-title {
  display: none;
}
.widget.widget_search form, .youzify-sidebar .widget-content.widget_search form {
  position: relative;
  box-shadow: 0px 0px 25px rgba(0, 0, 0, 0.08);
}
.widget.widget_search form .uk-search-input, .youzify-sidebar .widget-content.widget_search form .uk-search-input {
  border: 1px solid rgba(0, 0, 0, 0);
  border-radius: 10px;
  width: 100%;
  padding: 20px 60px 20px 24px;
  color: #fff;
  leading-trim: both;
  text-edge: cap;
  font-size: 14px;
  font-family: Clash Grotesk;
  height: 100%;
  font-weight: 500;
  line-height: 20px;
  background: rgba(0, 0, 0, 0);
  -webkit-transition: border 0.3s;
  -o-transition: border 0.3s;
  transition: border 0.3s;
}
.widget.widget_search form .uk-search-icon, .widget.widget_search form .wp-block-search__button, .youzify-sidebar .widget-content.widget_search form .uk-search-icon, .youzify-sidebar .widget-content.widget_search form .wp-block-search__button {
  right: 10px;
  top: 5px;
  content: "";
  width: 20px;
  height: 20px;
  background-size: cover;
  background-repeat: no-repeat;
  display: inline-block;
  position: absolute;
  background: transparent;
}
.widget.widget_search form .uk-search-icon:before, .widget.widget_search form .wp-block-search__button:before, .youzify-sidebar .widget-content.widget_search form .uk-search-icon:before, .youzify-sidebar .widget-content.widget_search form .wp-block-search__button:before {
  content: "";
  width: 20px;
  height: 20px;
  background-image: url(../images/search_widget.svg);
  background-size: cover;
  background-repeat: no-repeat;
  display: inline-block;
  background-color: transparent;
  position: absolute;
  right: 10px;
  top: 20px;
}
.widget.widget_text .textwidget img, .youzify-sidebar .widget-content.widget_text .textwidget img {
  margin: 5px 0;
}
.widget.widget_tag_cloud .tagcloud, .youzify-sidebar .widget-content.widget_tag_cloud .tagcloud {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 12px 10px;
}
.widget.widget_tag_cloud .tagcloud a, .youzify-sidebar .widget-content.widget_tag_cloud .tagcloud a {
  color: #7d838c;
  text-align: center;
  leading-trim: both;
  text-edge: cap;
  font-size: 13px !important;
  font-weight: 600;
  line-height: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 8px 24px;
  border-radius: 10px;
  border: 1px solid #4b515a;
  -webkit-transition: background 0.3s, color 0.3s, border 0.3s;
  -o-transition: background 0.3s, color 0.3s, border 0.3s;
  transition: background 0.3s, color 0.3s, border 0.3s;
}
.widget.widget_tag_cloud .tagcloud a:hover, .youzify-sidebar .widget-content.widget_tag_cloud .tagcloud a:hover {
  background: #4b515a;
  color: #fff;
  border: 0;
}
.widget.widget_calendar .calendar_wrap #wp-calendar, .youzify-sidebar .widget-content.widget_calendar .calendar_wrap #wp-calendar {
  width: 100%;
  position: relative;
  background: transparent;
  margin: 0;
  border: none;
  border-collapse: collapse;
}
.widget.widget_calendar .calendar_wrap #wp-calendar caption, .youzify-sidebar .widget-content.widget_calendar .calendar_wrap #wp-calendar caption {
  background: transparent;
  caption-side: top;
  text-align: center;
  height: 30px;
  line-height: 35px;
  font-size: 16px;
  padding: 0;
  margin-bottom: 15px;
  color: #222222;
  font-weight: 500;
}
.widget.widget_calendar .calendar_wrap #wp-calendar thead th,
.widget.widget_calendar .calendar_wrap #wp-calendar tbody td, .youzify-sidebar .widget-content.widget_calendar .calendar_wrap #wp-calendar thead th,
.youzify-sidebar .widget-content.widget_calendar .calendar_wrap #wp-calendar tbody td {
  width: 36px;
  height: 36px;
  line-height: 36px;
  text-align: center;
  padding: 0;
  vertical-align: middle;
}
.widget.widget_calendar .calendar_wrap #wp-calendar thead th, .youzify-sidebar .widget-content.widget_calendar .calendar_wrap #wp-calendar thead th {
  font-size: 12px;
}
.widget.widget_calendar .calendar_wrap #wp-calendar tbody td, .youzify-sidebar .widget-content.widget_calendar .calendar_wrap #wp-calendar tbody td {
  font-size: 11px;
}
.widget.widget_calendar .calendar_wrap #wp-calendar tbody td#today, .youzify-sidebar .widget-content.widget_calendar .calendar_wrap #wp-calendar tbody td#today {
  color: #9981c2;
}
.widget.widget_calendar .calendar_wrap #wp-calendar thead, .youzify-sidebar .widget-content.widget_calendar .calendar_wrap #wp-calendar thead {
  background: transparent;
}
.widget.widget_calendar .calendar_wrap #wp-calendar thead th, .youzify-sidebar .widget-content.widget_calendar .calendar_wrap #wp-calendar thead th {
  color: #fff;
}
.widget.widget_calendar .calendar_wrap #wp-calendar tbody tr, .youzify-sidebar .widget-content.widget_calendar .calendar_wrap #wp-calendar tbody tr {
  background: transparent;
}
.widget.widget_calendar .calendar_wrap #wp-calendar tbody tr td, .youzify-sidebar .widget-content.widget_calendar .calendar_wrap #wp-calendar tbody tr td {
  border: 1px solid;
  position: relative;
}
.widget.widget_calendar .calendar_wrap #wp-calendar tbody tr td a, .youzify-sidebar .widget-content.widget_calendar .calendar_wrap #wp-calendar tbody tr td a {
  display: block;
  position: relative;
  z-index: 2;
}
.widget.widget_calendar .calendar_wrap #wp-calendar tbody tr td a:before, .youzify-sidebar .widget-content.widget_calendar .calendar_wrap #wp-calendar tbody tr td a:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: #fff;
  transition: background 0.3s ease;
  z-index: -1;
}
.widget.widget_calendar .calendar_wrap #wp-calendar tbody tr td a:hover, .youzify-sidebar .widget-content.widget_calendar .calendar_wrap #wp-calendar tbody tr td a:hover {
  color: #f9d442 !important;
}
.widget.widget_calendar .calendar_wrap #wp-calendar tbody tr td.pad, .youzify-sidebar .widget-content.widget_calendar .calendar_wrap #wp-calendar tbody tr td.pad {
  border: none;
}
.widget.widget_calendar .calendar_wrap #wp-calendar tfoot, .youzify-sidebar .widget-content.widget_calendar .calendar_wrap #wp-calendar tfoot {
  background: transparent;
  position: absolute;
  top: 0;
  width: 100%;
  height: 36px;
  line-height: 36px;
}
.widget.widget_calendar .calendar_wrap #wp-calendar tfoot #prev,
.widget.widget_calendar .calendar_wrap #wp-calendar tfoot #next, .youzify-sidebar .widget-content.widget_calendar .calendar_wrap #wp-calendar tfoot #prev,
.youzify-sidebar .widget-content.widget_calendar .calendar_wrap #wp-calendar tfoot #next {
  position: absolute;
  width: 36px;
  top: 50%;
  transform: translate(0, -50%);
  padding: 0;
}
.widget.widget_calendar .calendar_wrap #wp-calendar tfoot #prev a,
.widget.widget_calendar .calendar_wrap #wp-calendar tfoot #next a, .youzify-sidebar .widget-content.widget_calendar .calendar_wrap #wp-calendar tfoot #prev a,
.youzify-sidebar .widget-content.widget_calendar .calendar_wrap #wp-calendar tfoot #next a {
  border: 1px solid #ddd;
  background-color: #fff;
  display: block;
  position: relative;
  margin: 0 auto;
  color: transparent !important;
  width: 35px;
  height: 35px;
  line-height: 24px;
  text-align: center;
  transition: all 0.3s ease-in;
}
.widget.widget_calendar .calendar_wrap #wp-calendar tfoot #prev a:before,
.widget.widget_calendar .calendar_wrap #wp-calendar tfoot #next a:before, .youzify-sidebar .widget-content.widget_calendar .calendar_wrap #wp-calendar tfoot #prev a:before,
.youzify-sidebar .widget-content.widget_calendar .calendar_wrap #wp-calendar tfoot #next a:before {
  font-family: FontAwesome;
  color: #fff;
  transition: all 0.3s ease-in;
  font-size: 12px;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.widget.widget_calendar .calendar_wrap #wp-calendar tfoot #prev a:hover,
.widget.widget_calendar .calendar_wrap #wp-calendar tfoot #next a:hover, .youzify-sidebar .widget-content.widget_calendar .calendar_wrap #wp-calendar tfoot #prev a:hover,
.youzify-sidebar .widget-content.widget_calendar .calendar_wrap #wp-calendar tfoot #next a:hover {
  transition: all 0.3s ease-in;
}
.widget.widget_calendar .calendar_wrap #wp-calendar tfoot #prev a:hover:before,
.widget.widget_calendar .calendar_wrap #wp-calendar tfoot #next a:hover:before, .youzify-sidebar .widget-content.widget_calendar .calendar_wrap #wp-calendar tfoot #prev a:hover:before,
.youzify-sidebar .widget-content.widget_calendar .calendar_wrap #wp-calendar tfoot #next a:hover:before {
  transition: all 0.3s ease-in;
  color: #fff;
}
.widget.widget_calendar .calendar_wrap #wp-calendar tfoot #prev.pad,
.widget.widget_calendar .calendar_wrap #wp-calendar tfoot #next.pad, .youzify-sidebar .widget-content.widget_calendar .calendar_wrap #wp-calendar tfoot #prev.pad,
.youzify-sidebar .widget-content.widget_calendar .calendar_wrap #wp-calendar tfoot #next.pad {
  text-align: center;
}
.widget.widget_calendar .calendar_wrap #wp-calendar tfoot #prev.pad:before,
.widget.widget_calendar .calendar_wrap #wp-calendar tfoot #next.pad:before, .youzify-sidebar .widget-content.widget_calendar .calendar_wrap #wp-calendar tfoot #prev.pad:before,
.youzify-sidebar .widget-content.widget_calendar .calendar_wrap #wp-calendar tfoot #next.pad:before {
  color: #f1f1f1;
  font-family: FontAwesome;
}
.widget.widget_calendar .calendar_wrap #wp-calendar tfoot #prev, .youzify-sidebar .widget-content.widget_calendar .calendar_wrap #wp-calendar tfoot #prev {
  left: 0;
}
.widget.widget_calendar .calendar_wrap #wp-calendar tfoot #prev a:before, .youzify-sidebar .widget-content.widget_calendar .calendar_wrap #wp-calendar tfoot #prev a:before {
  content: "\f104";
}
.widget.widget_calendar .calendar_wrap #wp-calendar tfoot #prev.pad:before, .youzify-sidebar .widget-content.widget_calendar .calendar_wrap #wp-calendar tfoot #prev.pad:before {
  content: "\f104";
}
.widget.widget_calendar .calendar_wrap #wp-calendar tfoot #next, .youzify-sidebar .widget-content.widget_calendar .calendar_wrap #wp-calendar tfoot #next {
  right: 0;
}
.widget.widget_calendar .calendar_wrap #wp-calendar tfoot #next a:before, .youzify-sidebar .widget-content.widget_calendar .calendar_wrap #wp-calendar tfoot #next a:before {
  content: "\f105";
}
.widget.widget_calendar .calendar_wrap #wp-calendar tfoot #next.pad:before, .youzify-sidebar .widget-content.widget_calendar .calendar_wrap #wp-calendar tfoot #next.pad:before {
  content: "\f105";
}
.widget.widget_calendar .calendar_wrap a, .youzify-sidebar .widget-content.widget_calendar .calendar_wrap a {
  color: #222;
}
.widget.widget_calendar .calendar_wrap caption, .youzify-sidebar .widget-content.widget_calendar .calendar_wrap caption {
  color: #fff !important;
}
.widget.widget_calendar .calendar_wrap .wp-calendar-nav a, .youzify-sidebar .widget-content.widget_calendar .calendar_wrap .wp-calendar-nav a {
  color: #fff;
}
.widget.widget_rss ul li, .youzify-sidebar .widget-content.widget_rss ul li {
  margin-bottom: 15px;
  position: relative;
  display: flex;
  flex-direction: column;
  gap: 5px;
}
.widget.widget_rss ul li:last-child, .youzify-sidebar .widget-content.widget_rss ul li:last-child {
  margin-bottom: 0px;
}
.widget.widget_nav_menu .menu, .youzify-sidebar .widget-content.widget_nav_menu .menu {
  background: transparent;
  border: 0;
  padding: 0;
}
.widget.widget_nav_menu ul li, .youzify-sidebar .widget-content.widget_nav_menu ul li {
  font-size: 12px;
  padding-left: 15px !important;
}
.widget.widget_nav_menu ul li:before, .youzify-sidebar .widget-content.widget_nav_menu ul li:before {
  top: 3px;
}
.widget.widget_nav_menu ul li a.menu__list-link, .youzify-sidebar .widget-content.widget_nav_menu ul li a.menu__list-link {
  padding: 0;
}
.widget.widget_nav_menu ul li a.menu__list-link span, .youzify-sidebar .widget-content.widget_nav_menu ul li a.menu__list-link span {
  display: block;
}
.widget.widget_nav_menu ul li a.menu__list-link svg, .youzify-sidebar .widget-content.widget_nav_menu ul li a.menu__list-link svg {
  display: none;
}
.widget.widget_nav_menu ul li .popup_menu, .youzify-sidebar .widget-content.widget_nav_menu ul li .popup_menu {
  display: none;
}
.widget.widget_nav_menu ul li .sub-menu li, .youzify-sidebar .widget-content.widget_nav_menu ul li .sub-menu li {
  margin: 0;
}
.widget select, .youzify-sidebar .widget-content select {
  padding: 13px 24px;
  padding-right: 65px;
  cursor: pointer;
  leading-trim: both;
  text-edge: cap;
  font-size: 14px;
  font-family: Clash Grotesk;
  font-weight: 500;
  line-height: 20px;
  border-radius: 10px;
  border: 1px solid #4b515a;
  -webkit-transition: color 0.3s;
  -o-transition: color 0.3s;
  transition: color 0.3s;
  background: url(../../css/images/arrow-dropdown.png) 95% 45%;
  background-repeat: no-repeat;
}
.widget .wp-block-latest-posts li, .widget .wp-block-archives li, .widget .wp-block-categories li, .widget.widget_archive ul li, .widget.widget_categories ul li, .widget.widget_pages ul li, .widget.widget_meta ul li, .widget.widget_recent_entries ul li, .widget.widget_nav_menu ul li, .youzify-sidebar .widget-content .wp-block-latest-posts li, .youzify-sidebar .widget-content .wp-block-archives li, .youzify-sidebar .widget-content .wp-block-categories li, .youzify-sidebar .widget-content.widget_archive ul li, .youzify-sidebar .widget-content.widget_categories ul li, .youzify-sidebar .widget-content.widget_pages ul li, .youzify-sidebar .widget-content.widget_meta ul li, .youzify-sidebar .widget-content.widget_recent_entries ul li, .youzify-sidebar .widget-content.widget_nav_menu ul li {
  margin-bottom: 15px;
  position: relative;
  padding-left: 21px;
  font-size: 16px;
  line-height: 35px;
}
.widget .wp-block-latest-posts li.sub-nav-item, .widget .wp-block-archives li.sub-nav-item, .widget .wp-block-categories li.sub-nav-item, .widget.widget_archive ul li.sub-nav-item, .widget.widget_categories ul li.sub-nav-item, .widget.widget_pages ul li.sub-nav-item, .widget.widget_meta ul li.sub-nav-item, .widget.widget_recent_entries ul li.sub-nav-item, .widget.widget_nav_menu ul li.sub-nav-item, .youzify-sidebar .widget-content .wp-block-latest-posts li.sub-nav-item, .youzify-sidebar .widget-content .wp-block-archives li.sub-nav-item, .youzify-sidebar .widget-content .wp-block-categories li.sub-nav-item, .youzify-sidebar .widget-content.widget_archive ul li.sub-nav-item, .youzify-sidebar .widget-content.widget_categories ul li.sub-nav-item, .youzify-sidebar .widget-content.widget_pages ul li.sub-nav-item, .youzify-sidebar .widget-content.widget_meta ul li.sub-nav-item, .youzify-sidebar .widget-content.widget_recent_entries ul li.sub-nav-item, .youzify-sidebar .widget-content.widget_nav_menu ul li.sub-nav-item {
  margin-bottom: 0px;
}
.widget .wp-block-latest-posts li a, .widget .wp-block-archives li a, .widget .wp-block-categories li a, .widget.widget_archive ul li a, .widget.widget_categories ul li a, .widget.widget_pages ul li a, .widget.widget_meta ul li a, .widget.widget_recent_entries ul li a, .widget.widget_nav_menu ul li a, .youzify-sidebar .widget-content .wp-block-latest-posts li a, .youzify-sidebar .widget-content .wp-block-archives li a, .youzify-sidebar .widget-content .wp-block-categories li a, .youzify-sidebar .widget-content.widget_archive ul li a, .youzify-sidebar .widget-content.widget_categories ul li a, .youzify-sidebar .widget-content.widget_pages ul li a, .youzify-sidebar .widget-content.widget_meta ul li a, .youzify-sidebar .widget-content.widget_recent_entries ul li a, .youzify-sidebar .widget-content.widget_nav_menu ul li a {
  transition: all 0.3s ease-in-out;
}
.widget .wp-block-latest-posts li a:hover, .widget .wp-block-archives li a:hover, .widget .wp-block-categories li a:hover, .widget.widget_archive ul li a:hover, .widget.widget_categories ul li a:hover, .widget.widget_pages ul li a:hover, .widget.widget_meta ul li a:hover, .widget.widget_recent_entries ul li a:hover, .widget.widget_nav_menu ul li a:hover, .youzify-sidebar .widget-content .wp-block-latest-posts li a:hover, .youzify-sidebar .widget-content .wp-block-archives li a:hover, .youzify-sidebar .widget-content .wp-block-categories li a:hover, .youzify-sidebar .widget-content.widget_archive ul li a:hover, .youzify-sidebar .widget-content.widget_categories ul li a:hover, .youzify-sidebar .widget-content.widget_pages ul li a:hover, .youzify-sidebar .widget-content.widget_meta ul li a:hover, .youzify-sidebar .widget-content.widget_recent_entries ul li a:hover, .youzify-sidebar .widget-content.widget_nav_menu ul li a:hover {
  color: #f9d442;
}
.widget .wp-block-latest-posts li.has-sub-category, .widget .wp-block-latest-posts li.page_item_has_children, .widget .wp-block-latest-posts li.has-submenu, .widget .wp-block-archives li.has-sub-category, .widget .wp-block-archives li.page_item_has_children, .widget .wp-block-archives li.has-submenu, .widget .wp-block-categories li.has-sub-category, .widget .wp-block-categories li.page_item_has_children, .widget .wp-block-categories li.has-submenu, .widget.widget_archive ul li.has-sub-category, .widget.widget_archive ul li.page_item_has_children, .widget.widget_archive ul li.has-submenu, .widget.widget_categories ul li.has-sub-category, .widget.widget_categories ul li.page_item_has_children, .widget.widget_categories ul li.has-submenu, .widget.widget_pages ul li.has-sub-category, .widget.widget_pages ul li.page_item_has_children, .widget.widget_pages ul li.has-submenu, .widget.widget_meta ul li.has-sub-category, .widget.widget_meta ul li.page_item_has_children, .widget.widget_meta ul li.has-submenu, .widget.widget_recent_entries ul li.has-sub-category, .widget.widget_recent_entries ul li.page_item_has_children, .widget.widget_recent_entries ul li.has-submenu, .widget.widget_nav_menu ul li.has-sub-category, .widget.widget_nav_menu ul li.page_item_has_children, .widget.widget_nav_menu ul li.has-submenu, .youzify-sidebar .widget-content .wp-block-latest-posts li.has-sub-category, .youzify-sidebar .widget-content .wp-block-latest-posts li.page_item_has_children, .youzify-sidebar .widget-content .wp-block-latest-posts li.has-submenu, .youzify-sidebar .widget-content .wp-block-archives li.has-sub-category, .youzify-sidebar .widget-content .wp-block-archives li.page_item_has_children, .youzify-sidebar .widget-content .wp-block-archives li.has-submenu, .youzify-sidebar .widget-content .wp-block-categories li.has-sub-category, .youzify-sidebar .widget-content .wp-block-categories li.page_item_has_children, .youzify-sidebar .widget-content .wp-block-categories li.has-submenu, .youzify-sidebar .widget-content.widget_archive ul li.has-sub-category, .youzify-sidebar .widget-content.widget_archive ul li.page_item_has_children, .youzify-sidebar .widget-content.widget_archive ul li.has-submenu, .youzify-sidebar .widget-content.widget_categories ul li.has-sub-category, .youzify-sidebar .widget-content.widget_categories ul li.page_item_has_children, .youzify-sidebar .widget-content.widget_categories ul li.has-submenu, .youzify-sidebar .widget-content.widget_pages ul li.has-sub-category, .youzify-sidebar .widget-content.widget_pages ul li.page_item_has_children, .youzify-sidebar .widget-content.widget_pages ul li.has-submenu, .youzify-sidebar .widget-content.widget_meta ul li.has-sub-category, .youzify-sidebar .widget-content.widget_meta ul li.page_item_has_children, .youzify-sidebar .widget-content.widget_meta ul li.has-submenu, .youzify-sidebar .widget-content.widget_recent_entries ul li.has-sub-category, .youzify-sidebar .widget-content.widget_recent_entries ul li.page_item_has_children, .youzify-sidebar .widget-content.widget_recent_entries ul li.has-submenu, .youzify-sidebar .widget-content.widget_nav_menu ul li.has-sub-category, .youzify-sidebar .widget-content.widget_nav_menu ul li.page_item_has_children, .youzify-sidebar .widget-content.widget_nav_menu ul li.has-submenu {
  margin-bottom: 0px;
}
.widget .wp-block-latest-posts li.has-sub-category .children, .widget .wp-block-latest-posts li.has-sub-category .uk-navbar-dropdown, .widget .wp-block-latest-posts li.page_item_has_children .children, .widget .wp-block-latest-posts li.page_item_has_children .uk-navbar-dropdown, .widget .wp-block-latest-posts li.has-submenu .children, .widget .wp-block-latest-posts li.has-submenu .uk-navbar-dropdown, .widget .wp-block-archives li.has-sub-category .children, .widget .wp-block-archives li.has-sub-category .uk-navbar-dropdown, .widget .wp-block-archives li.page_item_has_children .children, .widget .wp-block-archives li.page_item_has_children .uk-navbar-dropdown, .widget .wp-block-archives li.has-submenu .children, .widget .wp-block-archives li.has-submenu .uk-navbar-dropdown, .widget .wp-block-categories li.has-sub-category .children, .widget .wp-block-categories li.has-sub-category .uk-navbar-dropdown, .widget .wp-block-categories li.page_item_has_children .children, .widget .wp-block-categories li.page_item_has_children .uk-navbar-dropdown, .widget .wp-block-categories li.has-submenu .children, .widget .wp-block-categories li.has-submenu .uk-navbar-dropdown, .widget.widget_archive ul li.has-sub-category .children, .widget.widget_archive ul li.has-sub-category .uk-navbar-dropdown, .widget.widget_archive ul li.page_item_has_children .children, .widget.widget_archive ul li.page_item_has_children .uk-navbar-dropdown, .widget.widget_archive ul li.has-submenu .children, .widget.widget_archive ul li.has-submenu .uk-navbar-dropdown, .widget.widget_categories ul li.has-sub-category .children, .widget.widget_categories ul li.has-sub-category .uk-navbar-dropdown, .widget.widget_categories ul li.page_item_has_children .children, .widget.widget_categories ul li.page_item_has_children .uk-navbar-dropdown, .widget.widget_categories ul li.has-submenu .children, .widget.widget_categories ul li.has-submenu .uk-navbar-dropdown, .widget.widget_pages ul li.has-sub-category .children, .widget.widget_pages ul li.has-sub-category .uk-navbar-dropdown, .widget.widget_pages ul li.page_item_has_children .children, .widget.widget_pages ul li.page_item_has_children .uk-navbar-dropdown, .widget.widget_pages ul li.has-submenu .children, .widget.widget_pages ul li.has-submenu .uk-navbar-dropdown, .widget.widget_meta ul li.has-sub-category .children, .widget.widget_meta ul li.has-sub-category .uk-navbar-dropdown, .widget.widget_meta ul li.page_item_has_children .children, .widget.widget_meta ul li.page_item_has_children .uk-navbar-dropdown, .widget.widget_meta ul li.has-submenu .children, .widget.widget_meta ul li.has-submenu .uk-navbar-dropdown, .widget.widget_recent_entries ul li.has-sub-category .children, .widget.widget_recent_entries ul li.has-sub-category .uk-navbar-dropdown, .widget.widget_recent_entries ul li.page_item_has_children .children, .widget.widget_recent_entries ul li.page_item_has_children .uk-navbar-dropdown, .widget.widget_recent_entries ul li.has-submenu .children, .widget.widget_recent_entries ul li.has-submenu .uk-navbar-dropdown, .widget.widget_nav_menu ul li.has-sub-category .children, .widget.widget_nav_menu ul li.has-sub-category .uk-navbar-dropdown, .widget.widget_nav_menu ul li.page_item_has_children .children, .widget.widget_nav_menu ul li.page_item_has_children .uk-navbar-dropdown, .widget.widget_nav_menu ul li.has-submenu .children, .widget.widget_nav_menu ul li.has-submenu .uk-navbar-dropdown, .youzify-sidebar .widget-content .wp-block-latest-posts li.has-sub-category .children, .youzify-sidebar .widget-content .wp-block-latest-posts li.has-sub-category .uk-navbar-dropdown, .youzify-sidebar .widget-content .wp-block-latest-posts li.page_item_has_children .children, .youzify-sidebar .widget-content .wp-block-latest-posts li.page_item_has_children .uk-navbar-dropdown, .youzify-sidebar .widget-content .wp-block-latest-posts li.has-submenu .children, .youzify-sidebar .widget-content .wp-block-latest-posts li.has-submenu .uk-navbar-dropdown, .youzify-sidebar .widget-content .wp-block-archives li.has-sub-category .children, .youzify-sidebar .widget-content .wp-block-archives li.has-sub-category .uk-navbar-dropdown, .youzify-sidebar .widget-content .wp-block-archives li.page_item_has_children .children, .youzify-sidebar .widget-content .wp-block-archives li.page_item_has_children .uk-navbar-dropdown, .youzify-sidebar .widget-content .wp-block-archives li.has-submenu .children, .youzify-sidebar .widget-content .wp-block-archives li.has-submenu .uk-navbar-dropdown, .youzify-sidebar .widget-content .wp-block-categories li.has-sub-category .children, .youzify-sidebar .widget-content .wp-block-categories li.has-sub-category .uk-navbar-dropdown, .youzify-sidebar .widget-content .wp-block-categories li.page_item_has_children .children, .youzify-sidebar .widget-content .wp-block-categories li.page_item_has_children .uk-navbar-dropdown, .youzify-sidebar .widget-content .wp-block-categories li.has-submenu .children, .youzify-sidebar .widget-content .wp-block-categories li.has-submenu .uk-navbar-dropdown, .youzify-sidebar .widget-content.widget_archive ul li.has-sub-category .children, .youzify-sidebar .widget-content.widget_archive ul li.has-sub-category .uk-navbar-dropdown, .youzify-sidebar .widget-content.widget_archive ul li.page_item_has_children .children, .youzify-sidebar .widget-content.widget_archive ul li.page_item_has_children .uk-navbar-dropdown, .youzify-sidebar .widget-content.widget_archive ul li.has-submenu .children, .youzify-sidebar .widget-content.widget_archive ul li.has-submenu .uk-navbar-dropdown, .youzify-sidebar .widget-content.widget_categories ul li.has-sub-category .children, .youzify-sidebar .widget-content.widget_categories ul li.has-sub-category .uk-navbar-dropdown, .youzify-sidebar .widget-content.widget_categories ul li.page_item_has_children .children, .youzify-sidebar .widget-content.widget_categories ul li.page_item_has_children .uk-navbar-dropdown, .youzify-sidebar .widget-content.widget_categories ul li.has-submenu .children, .youzify-sidebar .widget-content.widget_categories ul li.has-submenu .uk-navbar-dropdown, .youzify-sidebar .widget-content.widget_pages ul li.has-sub-category .children, .youzify-sidebar .widget-content.widget_pages ul li.has-sub-category .uk-navbar-dropdown, .youzify-sidebar .widget-content.widget_pages ul li.page_item_has_children .children, .youzify-sidebar .widget-content.widget_pages ul li.page_item_has_children .uk-navbar-dropdown, .youzify-sidebar .widget-content.widget_pages ul li.has-submenu .children, .youzify-sidebar .widget-content.widget_pages ul li.has-submenu .uk-navbar-dropdown, .youzify-sidebar .widget-content.widget_meta ul li.has-sub-category .children, .youzify-sidebar .widget-content.widget_meta ul li.has-sub-category .uk-navbar-dropdown, .youzify-sidebar .widget-content.widget_meta ul li.page_item_has_children .children, .youzify-sidebar .widget-content.widget_meta ul li.page_item_has_children .uk-navbar-dropdown, .youzify-sidebar .widget-content.widget_meta ul li.has-submenu .children, .youzify-sidebar .widget-content.widget_meta ul li.has-submenu .uk-navbar-dropdown, .youzify-sidebar .widget-content.widget_recent_entries ul li.has-sub-category .children, .youzify-sidebar .widget-content.widget_recent_entries ul li.has-sub-category .uk-navbar-dropdown, .youzify-sidebar .widget-content.widget_recent_entries ul li.page_item_has_children .children, .youzify-sidebar .widget-content.widget_recent_entries ul li.page_item_has_children .uk-navbar-dropdown, .youzify-sidebar .widget-content.widget_recent_entries ul li.has-submenu .children, .youzify-sidebar .widget-content.widget_recent_entries ul li.has-submenu .uk-navbar-dropdown, .youzify-sidebar .widget-content.widget_nav_menu ul li.has-sub-category .children, .youzify-sidebar .widget-content.widget_nav_menu ul li.has-sub-category .uk-navbar-dropdown, .youzify-sidebar .widget-content.widget_nav_menu ul li.page_item_has_children .children, .youzify-sidebar .widget-content.widget_nav_menu ul li.page_item_has_children .uk-navbar-dropdown, .youzify-sidebar .widget-content.widget_nav_menu ul li.has-submenu .children, .youzify-sidebar .widget-content.widget_nav_menu ul li.has-submenu .uk-navbar-dropdown {
  margin: 10px 0;
  display: block;
  position: unset;
  background: unset;
  box-shadow: none;
  width: unset;
  padding: unset;
  color: inherit;
  box-sizing: unset;
}
.widget .wp-block-latest-posts li.has-sub-category .children li a, .widget .wp-block-latest-posts li.has-sub-category .uk-navbar-dropdown li a, .widget .wp-block-latest-posts li.page_item_has_children .children li a, .widget .wp-block-latest-posts li.page_item_has_children .uk-navbar-dropdown li a, .widget .wp-block-latest-posts li.has-submenu .children li a, .widget .wp-block-latest-posts li.has-submenu .uk-navbar-dropdown li a, .widget .wp-block-archives li.has-sub-category .children li a, .widget .wp-block-archives li.has-sub-category .uk-navbar-dropdown li a, .widget .wp-block-archives li.page_item_has_children .children li a, .widget .wp-block-archives li.page_item_has_children .uk-navbar-dropdown li a, .widget .wp-block-archives li.has-submenu .children li a, .widget .wp-block-archives li.has-submenu .uk-navbar-dropdown li a, .widget .wp-block-categories li.has-sub-category .children li a, .widget .wp-block-categories li.has-sub-category .uk-navbar-dropdown li a, .widget .wp-block-categories li.page_item_has_children .children li a, .widget .wp-block-categories li.page_item_has_children .uk-navbar-dropdown li a, .widget .wp-block-categories li.has-submenu .children li a, .widget .wp-block-categories li.has-submenu .uk-navbar-dropdown li a, .widget.widget_archive ul li.has-sub-category .children li a, .widget.widget_archive ul li.has-sub-category .uk-navbar-dropdown li a, .widget.widget_archive ul li.page_item_has_children .children li a, .widget.widget_archive ul li.page_item_has_children .uk-navbar-dropdown li a, .widget.widget_archive ul li.has-submenu .children li a, .widget.widget_archive ul li.has-submenu .uk-navbar-dropdown li a, .widget.widget_categories ul li.has-sub-category .children li a, .widget.widget_categories ul li.has-sub-category .uk-navbar-dropdown li a, .widget.widget_categories ul li.page_item_has_children .children li a, .widget.widget_categories ul li.page_item_has_children .uk-navbar-dropdown li a, .widget.widget_categories ul li.has-submenu .children li a, .widget.widget_categories ul li.has-submenu .uk-navbar-dropdown li a, .widget.widget_pages ul li.has-sub-category .children li a, .widget.widget_pages ul li.has-sub-category .uk-navbar-dropdown li a, .widget.widget_pages ul li.page_item_has_children .children li a, .widget.widget_pages ul li.page_item_has_children .uk-navbar-dropdown li a, .widget.widget_pages ul li.has-submenu .children li a, .widget.widget_pages ul li.has-submenu .uk-navbar-dropdown li a, .widget.widget_meta ul li.has-sub-category .children li a, .widget.widget_meta ul li.has-sub-category .uk-navbar-dropdown li a, .widget.widget_meta ul li.page_item_has_children .children li a, .widget.widget_meta ul li.page_item_has_children .uk-navbar-dropdown li a, .widget.widget_meta ul li.has-submenu .children li a, .widget.widget_meta ul li.has-submenu .uk-navbar-dropdown li a, .widget.widget_recent_entries ul li.has-sub-category .children li a, .widget.widget_recent_entries ul li.has-sub-category .uk-navbar-dropdown li a, .widget.widget_recent_entries ul li.page_item_has_children .children li a, .widget.widget_recent_entries ul li.page_item_has_children .uk-navbar-dropdown li a, .widget.widget_recent_entries ul li.has-submenu .children li a, .widget.widget_recent_entries ul li.has-submenu .uk-navbar-dropdown li a, .widget.widget_nav_menu ul li.has-sub-category .children li a, .widget.widget_nav_menu ul li.has-sub-category .uk-navbar-dropdown li a, .widget.widget_nav_menu ul li.page_item_has_children .children li a, .widget.widget_nav_menu ul li.page_item_has_children .uk-navbar-dropdown li a, .widget.widget_nav_menu ul li.has-submenu .children li a, .widget.widget_nav_menu ul li.has-submenu .uk-navbar-dropdown li a, .youzify-sidebar .widget-content .wp-block-latest-posts li.has-sub-category .children li a, .youzify-sidebar .widget-content .wp-block-latest-posts li.has-sub-category .uk-navbar-dropdown li a, .youzify-sidebar .widget-content .wp-block-latest-posts li.page_item_has_children .children li a, .youzify-sidebar .widget-content .wp-block-latest-posts li.page_item_has_children .uk-navbar-dropdown li a, .youzify-sidebar .widget-content .wp-block-latest-posts li.has-submenu .children li a, .youzify-sidebar .widget-content .wp-block-latest-posts li.has-submenu .uk-navbar-dropdown li a, .youzify-sidebar .widget-content .wp-block-archives li.has-sub-category .children li a, .youzify-sidebar .widget-content .wp-block-archives li.has-sub-category .uk-navbar-dropdown li a, .youzify-sidebar .widget-content .wp-block-archives li.page_item_has_children .children li a, .youzify-sidebar .widget-content .wp-block-archives li.page_item_has_children .uk-navbar-dropdown li a, .youzify-sidebar .widget-content .wp-block-archives li.has-submenu .children li a, .youzify-sidebar .widget-content .wp-block-archives li.has-submenu .uk-navbar-dropdown li a, .youzify-sidebar .widget-content .wp-block-categories li.has-sub-category .children li a, .youzify-sidebar .widget-content .wp-block-categories li.has-sub-category .uk-navbar-dropdown li a, .youzify-sidebar .widget-content .wp-block-categories li.page_item_has_children .children li a, .youzify-sidebar .widget-content .wp-block-categories li.page_item_has_children .uk-navbar-dropdown li a, .youzify-sidebar .widget-content .wp-block-categories li.has-submenu .children li a, .youzify-sidebar .widget-content .wp-block-categories li.has-submenu .uk-navbar-dropdown li a, .youzify-sidebar .widget-content.widget_archive ul li.has-sub-category .children li a, .youzify-sidebar .widget-content.widget_archive ul li.has-sub-category .uk-navbar-dropdown li a, .youzify-sidebar .widget-content.widget_archive ul li.page_item_has_children .children li a, .youzify-sidebar .widget-content.widget_archive ul li.page_item_has_children .uk-navbar-dropdown li a, .youzify-sidebar .widget-content.widget_archive ul li.has-submenu .children li a, .youzify-sidebar .widget-content.widget_archive ul li.has-submenu .uk-navbar-dropdown li a, .youzify-sidebar .widget-content.widget_categories ul li.has-sub-category .children li a, .youzify-sidebar .widget-content.widget_categories ul li.has-sub-category .uk-navbar-dropdown li a, .youzify-sidebar .widget-content.widget_categories ul li.page_item_has_children .children li a, .youzify-sidebar .widget-content.widget_categories ul li.page_item_has_children .uk-navbar-dropdown li a, .youzify-sidebar .widget-content.widget_categories ul li.has-submenu .children li a, .youzify-sidebar .widget-content.widget_categories ul li.has-submenu .uk-navbar-dropdown li a, .youzify-sidebar .widget-content.widget_pages ul li.has-sub-category .children li a, .youzify-sidebar .widget-content.widget_pages ul li.has-sub-category .uk-navbar-dropdown li a, .youzify-sidebar .widget-content.widget_pages ul li.page_item_has_children .children li a, .youzify-sidebar .widget-content.widget_pages ul li.page_item_has_children .uk-navbar-dropdown li a, .youzify-sidebar .widget-content.widget_pages ul li.has-submenu .children li a, .youzify-sidebar .widget-content.widget_pages ul li.has-submenu .uk-navbar-dropdown li a, .youzify-sidebar .widget-content.widget_meta ul li.has-sub-category .children li a, .youzify-sidebar .widget-content.widget_meta ul li.has-sub-category .uk-navbar-dropdown li a, .youzify-sidebar .widget-content.widget_meta ul li.page_item_has_children .children li a, .youzify-sidebar .widget-content.widget_meta ul li.page_item_has_children .uk-navbar-dropdown li a, .youzify-sidebar .widget-content.widget_meta ul li.has-submenu .children li a, .youzify-sidebar .widget-content.widget_meta ul li.has-submenu .uk-navbar-dropdown li a, .youzify-sidebar .widget-content.widget_recent_entries ul li.has-sub-category .children li a, .youzify-sidebar .widget-content.widget_recent_entries ul li.has-sub-category .uk-navbar-dropdown li a, .youzify-sidebar .widget-content.widget_recent_entries ul li.page_item_has_children .children li a, .youzify-sidebar .widget-content.widget_recent_entries ul li.page_item_has_children .uk-navbar-dropdown li a, .youzify-sidebar .widget-content.widget_recent_entries ul li.has-submenu .children li a, .youzify-sidebar .widget-content.widget_recent_entries ul li.has-submenu .uk-navbar-dropdown li a, .youzify-sidebar .widget-content.widget_nav_menu ul li.has-sub-category .children li a, .youzify-sidebar .widget-content.widget_nav_menu ul li.has-sub-category .uk-navbar-dropdown li a, .youzify-sidebar .widget-content.widget_nav_menu ul li.page_item_has_children .children li a, .youzify-sidebar .widget-content.widget_nav_menu ul li.page_item_has_children .uk-navbar-dropdown li a, .youzify-sidebar .widget-content.widget_nav_menu ul li.has-submenu .children li a, .youzify-sidebar .widget-content.widget_nav_menu ul li.has-submenu .uk-navbar-dropdown li a {
  font-size: 14px;
  padding: 0px;
}
.widget .wp-block-latest-posts li:last-child, .widget .wp-block-archives li:last-child, .widget .wp-block-categories li:last-child, .widget.widget_archive ul li:last-child, .widget.widget_categories ul li:last-child, .widget.widget_pages ul li:last-child, .widget.widget_meta ul li:last-child, .widget.widget_recent_entries ul li:last-child, .widget.widget_nav_menu ul li:last-child, .youzify-sidebar .widget-content .wp-block-latest-posts li:last-child, .youzify-sidebar .widget-content .wp-block-archives li:last-child, .youzify-sidebar .widget-content .wp-block-categories li:last-child, .youzify-sidebar .widget-content.widget_archive ul li:last-child, .youzify-sidebar .widget-content.widget_categories ul li:last-child, .youzify-sidebar .widget-content.widget_pages ul li:last-child, .youzify-sidebar .widget-content.widget_meta ul li:last-child, .youzify-sidebar .widget-content.widget_recent_entries ul li:last-child, .youzify-sidebar .widget-content.widget_nav_menu ul li:last-child {
  margin-bottom: 0px;
}
.widget .wp-block-latest-posts li:before, .widget .wp-block-archives li:before, .widget .wp-block-categories li:before, .widget.widget_archive ul li:before, .widget.widget_categories ul li:before, .widget.widget_pages ul li:before, .widget.widget_meta ul li:before, .widget.widget_recent_entries ul li:before, .widget.widget_nav_menu ul li:before, .youzify-sidebar .widget-content .wp-block-latest-posts li:before, .youzify-sidebar .widget-content .wp-block-archives li:before, .youzify-sidebar .widget-content .wp-block-categories li:before, .youzify-sidebar .widget-content.widget_archive ul li:before, .youzify-sidebar .widget-content.widget_categories ul li:before, .youzify-sidebar .widget-content.widget_pages ul li:before, .youzify-sidebar .widget-content.widget_meta ul li:before, .youzify-sidebar .widget-content.widget_recent_entries ul li:before, .youzify-sidebar .widget-content.widget_nav_menu ul li:before {
  top: 8px;
  content: "";
  position: absolute;
  left: -8px;
  font-size: 14px;
  font-weight: 400;
  line-height: 1;
  background-image: url(../images/arrow.svg);
  background-size: cover;
  background-repeat: no-repeat;
  width: 20px;
  height: 20px;
}
.widget .wp-block-latest-posts li.sub-nav-item:before, .widget .wp-block-archives li.sub-nav-item:before, .widget .wp-block-categories li.sub-nav-item:before, .widget.widget_archive ul li.sub-nav-item:before, .widget.widget_categories ul li.sub-nav-item:before, .widget.widget_pages ul li.sub-nav-item:before, .widget.widget_meta ul li.sub-nav-item:before, .widget.widget_recent_entries ul li.sub-nav-item:before, .widget.widget_nav_menu ul li.sub-nav-item:before, .youzify-sidebar .widget-content .wp-block-latest-posts li.sub-nav-item:before, .youzify-sidebar .widget-content .wp-block-archives li.sub-nav-item:before, .youzify-sidebar .widget-content .wp-block-categories li.sub-nav-item:before, .youzify-sidebar .widget-content.widget_archive ul li.sub-nav-item:before, .youzify-sidebar .widget-content.widget_categories ul li.sub-nav-item:before, .youzify-sidebar .widget-content.widget_pages ul li.sub-nav-item:before, .youzify-sidebar .widget-content.widget_meta ul li.sub-nav-item:before, .youzify-sidebar .widget-content.widget_recent_entries ul li.sub-nav-item:before, .youzify-sidebar .widget-content.widget_nav_menu ul li.sub-nav-item:before {
  top: 4px;
  content: "";
  position: absolute;
  left: -8px;
  font-size: 14px;
  font-weight: 400;
  line-height: 1;
  background-image: url(../images/arrow.svg);
  background-size: cover;
  background-repeat: no-repeat;
  width: 15px;
  height: 15px;
}
.widget .wp-block-latest-posts li ul li:before, .widget .wp-block-archives li ul li:before, .widget .wp-block-categories li ul li:before, .widget.widget_archive ul li ul li:before, .widget.widget_categories ul li ul li:before, .widget.widget_pages ul li ul li:before, .widget.widget_meta ul li ul li:before, .widget.widget_recent_entries ul li ul li:before, .widget.widget_nav_menu ul li ul li:before, .youzify-sidebar .widget-content .wp-block-latest-posts li ul li:before, .youzify-sidebar .widget-content .wp-block-archives li ul li:before, .youzify-sidebar .widget-content .wp-block-categories li ul li:before, .youzify-sidebar .widget-content.widget_archive ul li ul li:before, .youzify-sidebar .widget-content.widget_categories ul li ul li:before, .youzify-sidebar .widget-content.widget_pages ul li ul li:before, .youzify-sidebar .widget-content.widget_meta ul li ul li:before, .youzify-sidebar .widget-content.widget_recent_entries ul li ul li:before, .youzify-sidebar .widget-content.widget_nav_menu ul li ul li:before {
  top: 12px;
  content: "";
  position: absolute;
  left: -3px;
  font-size: 14px;
  font-weight: 400;
  line-height: 1;
  background-image: url(../images/arrow.svg);
  background-size: cover;
  background-repeat: no-repeat;
  width: 15px;
  height: 15px;
}
.widget .wp-block-latest-posts li a, .widget .wp-block-archives li a, .widget .wp-block-categories li a, .widget.widget_archive ul li a, .widget.widget_categories ul li a, .widget.widget_pages ul li a, .widget.widget_meta ul li a, .widget.widget_recent_entries ul li a, .widget.widget_nav_menu ul li a, .youzify-sidebar .widget-content .wp-block-latest-posts li a, .youzify-sidebar .widget-content .wp-block-archives li a, .youzify-sidebar .widget-content .wp-block-categories li a, .youzify-sidebar .widget-content.widget_archive ul li a, .youzify-sidebar .widget-content.widget_categories ul li a, .youzify-sidebar .widget-content.widget_pages ul li a, .youzify-sidebar .widget-content.widget_meta ul li a, .youzify-sidebar .widget-content.widget_recent_entries ul li a, .youzify-sidebar .widget-content.widget_nav_menu ul li a {
  color: #fff;
}
.widget .wp-block-latest-posts li .fl-archive-post-count, .widget .wp-block-latest-posts li .fl-categories-post-count, .widget .wp-block-archives li .fl-archive-post-count, .widget .wp-block-archives li .fl-categories-post-count, .widget .wp-block-categories li .fl-archive-post-count, .widget .wp-block-categories li .fl-categories-post-count, .widget.widget_archive ul li .fl-archive-post-count, .widget.widget_archive ul li .fl-categories-post-count, .widget.widget_categories ul li .fl-archive-post-count, .widget.widget_categories ul li .fl-categories-post-count, .widget.widget_pages ul li .fl-archive-post-count, .widget.widget_pages ul li .fl-categories-post-count, .widget.widget_meta ul li .fl-archive-post-count, .widget.widget_meta ul li .fl-categories-post-count, .widget.widget_recent_entries ul li .fl-archive-post-count, .widget.widget_recent_entries ul li .fl-categories-post-count, .widget.widget_nav_menu ul li .fl-archive-post-count, .widget.widget_nav_menu ul li .fl-categories-post-count, .youzify-sidebar .widget-content .wp-block-latest-posts li .fl-archive-post-count, .youzify-sidebar .widget-content .wp-block-latest-posts li .fl-categories-post-count, .youzify-sidebar .widget-content .wp-block-archives li .fl-archive-post-count, .youzify-sidebar .widget-content .wp-block-archives li .fl-categories-post-count, .youzify-sidebar .widget-content .wp-block-categories li .fl-archive-post-count, .youzify-sidebar .widget-content .wp-block-categories li .fl-categories-post-count, .youzify-sidebar .widget-content.widget_archive ul li .fl-archive-post-count, .youzify-sidebar .widget-content.widget_archive ul li .fl-categories-post-count, .youzify-sidebar .widget-content.widget_categories ul li .fl-archive-post-count, .youzify-sidebar .widget-content.widget_categories ul li .fl-categories-post-count, .youzify-sidebar .widget-content.widget_pages ul li .fl-archive-post-count, .youzify-sidebar .widget-content.widget_pages ul li .fl-categories-post-count, .youzify-sidebar .widget-content.widget_meta ul li .fl-archive-post-count, .youzify-sidebar .widget-content.widget_meta ul li .fl-categories-post-count, .youzify-sidebar .widget-content.widget_recent_entries ul li .fl-archive-post-count, .youzify-sidebar .widget-content.widget_recent_entries ul li .fl-categories-post-count, .youzify-sidebar .widget-content.widget_nav_menu ul li .fl-archive-post-count, .youzify-sidebar .widget-content.widget_nav_menu ul li .fl-categories-post-count {
  position: absolute;
  top: 10px;
  right: 0;
  min-width: 23px;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  line-height: 1;
  color: #777777;
  border-radius: 3px;
  transition: 0.3s ease-in;
  font-size: 16px;
}
.widget .wp-block-latest-posts li .fl-archive-post-count:before, .widget .wp-block-latest-posts li .fl-categories-post-count:before, .widget .wp-block-archives li .fl-archive-post-count:before, .widget .wp-block-archives li .fl-categories-post-count:before, .widget .wp-block-categories li .fl-archive-post-count:before, .widget .wp-block-categories li .fl-categories-post-count:before, .widget.widget_archive ul li .fl-archive-post-count:before, .widget.widget_archive ul li .fl-categories-post-count:before, .widget.widget_categories ul li .fl-archive-post-count:before, .widget.widget_categories ul li .fl-categories-post-count:before, .widget.widget_pages ul li .fl-archive-post-count:before, .widget.widget_pages ul li .fl-categories-post-count:before, .widget.widget_meta ul li .fl-archive-post-count:before, .widget.widget_meta ul li .fl-categories-post-count:before, .widget.widget_recent_entries ul li .fl-archive-post-count:before, .widget.widget_recent_entries ul li .fl-categories-post-count:before, .widget.widget_nav_menu ul li .fl-archive-post-count:before, .widget.widget_nav_menu ul li .fl-categories-post-count:before, .youzify-sidebar .widget-content .wp-block-latest-posts li .fl-archive-post-count:before, .youzify-sidebar .widget-content .wp-block-latest-posts li .fl-categories-post-count:before, .youzify-sidebar .widget-content .wp-block-archives li .fl-archive-post-count:before, .youzify-sidebar .widget-content .wp-block-archives li .fl-categories-post-count:before, .youzify-sidebar .widget-content .wp-block-categories li .fl-archive-post-count:before, .youzify-sidebar .widget-content .wp-block-categories li .fl-categories-post-count:before, .youzify-sidebar .widget-content.widget_archive ul li .fl-archive-post-count:before, .youzify-sidebar .widget-content.widget_archive ul li .fl-categories-post-count:before, .youzify-sidebar .widget-content.widget_categories ul li .fl-archive-post-count:before, .youzify-sidebar .widget-content.widget_categories ul li .fl-categories-post-count:before, .youzify-sidebar .widget-content.widget_pages ul li .fl-archive-post-count:before, .youzify-sidebar .widget-content.widget_pages ul li .fl-categories-post-count:before, .youzify-sidebar .widget-content.widget_meta ul li .fl-archive-post-count:before, .youzify-sidebar .widget-content.widget_meta ul li .fl-categories-post-count:before, .youzify-sidebar .widget-content.widget_recent_entries ul li .fl-archive-post-count:before, .youzify-sidebar .widget-content.widget_recent_entries ul li .fl-categories-post-count:before, .youzify-sidebar .widget-content.widget_nav_menu ul li .fl-archive-post-count:before, .youzify-sidebar .widget-content.widget_nav_menu ul li .fl-categories-post-count:before {
  content: "(";
}
.widget .wp-block-latest-posts li .fl-archive-post-count:after, .widget .wp-block-latest-posts li .fl-categories-post-count:after, .widget .wp-block-archives li .fl-archive-post-count:after, .widget .wp-block-archives li .fl-categories-post-count:after, .widget .wp-block-categories li .fl-archive-post-count:after, .widget .wp-block-categories li .fl-categories-post-count:after, .widget.widget_archive ul li .fl-archive-post-count:after, .widget.widget_archive ul li .fl-categories-post-count:after, .widget.widget_categories ul li .fl-archive-post-count:after, .widget.widget_categories ul li .fl-categories-post-count:after, .widget.widget_pages ul li .fl-archive-post-count:after, .widget.widget_pages ul li .fl-categories-post-count:after, .widget.widget_meta ul li .fl-archive-post-count:after, .widget.widget_meta ul li .fl-categories-post-count:after, .widget.widget_recent_entries ul li .fl-archive-post-count:after, .widget.widget_recent_entries ul li .fl-categories-post-count:after, .widget.widget_nav_menu ul li .fl-archive-post-count:after, .widget.widget_nav_menu ul li .fl-categories-post-count:after, .youzify-sidebar .widget-content .wp-block-latest-posts li .fl-archive-post-count:after, .youzify-sidebar .widget-content .wp-block-latest-posts li .fl-categories-post-count:after, .youzify-sidebar .widget-content .wp-block-archives li .fl-archive-post-count:after, .youzify-sidebar .widget-content .wp-block-archives li .fl-categories-post-count:after, .youzify-sidebar .widget-content .wp-block-categories li .fl-archive-post-count:after, .youzify-sidebar .widget-content .wp-block-categories li .fl-categories-post-count:after, .youzify-sidebar .widget-content.widget_archive ul li .fl-archive-post-count:after, .youzify-sidebar .widget-content.widget_archive ul li .fl-categories-post-count:after, .youzify-sidebar .widget-content.widget_categories ul li .fl-archive-post-count:after, .youzify-sidebar .widget-content.widget_categories ul li .fl-categories-post-count:after, .youzify-sidebar .widget-content.widget_pages ul li .fl-archive-post-count:after, .youzify-sidebar .widget-content.widget_pages ul li .fl-categories-post-count:after, .youzify-sidebar .widget-content.widget_meta ul li .fl-archive-post-count:after, .youzify-sidebar .widget-content.widget_meta ul li .fl-categories-post-count:after, .youzify-sidebar .widget-content.widget_recent_entries ul li .fl-archive-post-count:after, .youzify-sidebar .widget-content.widget_recent_entries ul li .fl-categories-post-count:after, .youzify-sidebar .widget-content.widget_nav_menu ul li .fl-archive-post-count:after, .youzify-sidebar .widget-content.widget_nav_menu ul li .fl-categories-post-count:after {
  content: ")";
}
.widget.widget_recent_comments #recentcomments .recentcomments, .youzify-sidebar .widget-content.widget_recent_comments #recentcomments .recentcomments {
  margin-bottom: 1em;
}
.widget.widget_recent_comments #recentcomments .recentcomments:last-child, .youzify-sidebar .widget-content.widget_recent_comments #recentcomments .recentcomments:last-child {
  margin-bottom: 0px;
}
.widget .wp-block-latest-comments .wp-block-latest-comments__comment-meta a, .widget .wp-block-latest-comments .recentcomments a, .widget.widget_recent_comments .wp-block-latest-comments__comment-meta a, .widget.widget_recent_comments .recentcomments a, .youzify-sidebar .widget-content .wp-block-latest-comments .wp-block-latest-comments__comment-meta a, .youzify-sidebar .widget-content .wp-block-latest-comments .recentcomments a, .youzify-sidebar .widget-content.widget_recent_comments .wp-block-latest-comments__comment-meta a, .youzify-sidebar .widget-content.widget_recent_comments .recentcomments a {
  color: #fff;
  text-decoration: underline;
  transition: all 0.3s ease-in-out;
}
.widget .wp-block-latest-comments .wp-block-latest-comments__comment-meta a:hover, .widget .wp-block-latest-comments .recentcomments a:hover, .widget.widget_recent_comments .wp-block-latest-comments__comment-meta a:hover, .widget.widget_recent_comments .recentcomments a:hover, .youzify-sidebar .widget-content .wp-block-latest-comments .wp-block-latest-comments__comment-meta a:hover, .youzify-sidebar .widget-content .wp-block-latest-comments .recentcomments a:hover, .youzify-sidebar .widget-content.widget_recent_comments .wp-block-latest-comments__comment-meta a:hover, .youzify-sidebar .widget-content.widget_recent_comments .recentcomments a:hover {
  color: #f9d442;
}
.widget.widget_rss a, .youzify-sidebar .widget-content.widget_rss a {
  transition: all 0.3s ease-in-out;
  color: #9981c2;
  font-weight: 600;
}
.widget.widget_rss a:hover, .youzify-sidebar .widget-content.widget_rss a:hover {
  text-decoration: underline;
  color: #f9d442;
}

/*-------------------------------------------------------------------

==  Post Share Icon

-------------------------------------------------------------------*/
.fl-contact-form label {
  display: block;
  margin-bottom: 13px;
  font-size: 13px;
}
.fl-contact-form input:hover, .fl-contact-form input:focus, .fl-contact-form input:active {
  border-color: transparent !important;
}
.fl-contact-form .textarea-container textarea {
  border-radius: 0;
}
.fl-contact-form .textarea-container textarea:hover, .fl-contact-form .textarea-container textarea:focus, .fl-contact-form .textarea-container textarea:active {
  border-color: transparent !important;
}
.fl-contact-form .submit-btn-container {
  margin-top: 10px;
}

/*-------------------------------------------------------------------

==  Pagination

-------------------------------------------------------------------*/
.pagination {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  gap: 12px;
}
.pagination .page-numbers {
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 58px;
  height: 58px;
  background: transparent;
  font-weight: 300;
  font-size: 16px;
  line-height: 30px;
  letter-spacing: 0.01em;
  -webkit-transition: color 0.3s, border 0.3s, background 0.3s;
  -o-transition: color 0.3s, border 0.3s, background 0.3s;
  transition: color 0.3s, border 0.3s, background 0.3s;
}
.pagination .page-numbers svg.tm_pagination_prev {
  transform: rotateY(180deg);
}
.pagination .page-numbers.current {
  background: #fff;
  color: #222 !important;
  border: 1px solid rgba(0, 0, 0, 0);
}
.pagination .page-numbers:hover {
  background: transparent;
  color: #fff;
  border: 1px solid rgba(0, 0, 0, 0);
}
.pagination .page-numbers:hover svg path {
  stroke: #fff;
}

/*-------------------------------------------------------------------

==  Footer

-------------------------------------------------------------------*/
.footer {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  padding-left: 80px;
}

.body--white .footer {
  border-top: 1px solid #d7dadd;
}

.body--white .footer__copy {
  color: #0e1218;
}

.footer {
  padding-top: 35px;
  padding-bottom: 35px;
  border-top: 1px solid #4b515a;
}

@media (max-width: 1210px) {
  .footer {
    padding-top: calc(20px + 15 * (100vw - 375px) / 835);
  }
}
@media (max-width: 1210px) {
  .footer {
    padding-bottom: calc(20px + 15 * (100vw - 375px) / 835);
  }
}
.footer__copy {
  color: #fff;
  leading-trim: both;
  text-edge: cap;
  font-size: 14px;
  font-family: Clash Grotesk;
  font-weight: 500;
  line-height: 20px;
}

@media (max-width: 1100px) {
  .footer {
    padding-left: unset;
  }
}
.switcher-button {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  z-index: 5;
  position: fixed;
  right: 20px;
  bottom: 20px;
  width: 75px;
  height: 40px;
  border-radius: 20px;
  outline: none;
  background-color: #2d333c;
  -webkit-box-shadow: 2px 2px 7px 0px rgba(0, 0, 0, 0.1411764706);
  box-shadow: 2px 2px 7px 0px rgba(0, 0, 0, 0.1411764706);
  cursor: pointer;
}
.switcher-button.switch-button--active:after {
  -webkit-transform: translateX(32px);
  -ms-transform: translateX(32px);
  transform: translateX(32px);
}
.switcher-button:after {
  position: absolute;
  top: 5px;
  left: 7px;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  background-color: #fff;
  content: "";
  -webkit-transition: -webkit-transform 0.3s;
  transition: -webkit-transform 0.3s;
  -o-transition: transform 0.3s;
  transition: transform 0.3s;
  transition: transform 0.3s, -webkit-transform 0.3s;
}

/*-------------------------------------------------------------------

== Mobile Menu

-------------------------------------------------------------------*/
.dl-menuwrapper {
  width: 100%;
  max-width: 300px;
  position: relative;
  -webkit-perspective: 1000px;
  perspective: 1000px;
  -webkit-perspective-origin: 50% 200%;
  perspective-origin: 50% 200%;
  position: absolute;
  left: 24px;
  top: -10px;
  display: none;
}

.dl-menuwrapper:first-child {
  margin-right: 100px;
}

.dl-menuwrapper button {
  background: #de0a89;
  border: none;
  width: 60px;
  height: 60px;
  text-indent: -900em;
  overflow: hidden;
  position: relative;
  cursor: pointer;
  outline: none;
}

.dl-menuwrapper button:hover,
.dl-menuwrapper button.dl-active,
.dl-menuwrapper ul {
  background: #de0a89;
}

.dl-menuwrapper button:after {
  content: "";
  position: absolute;
  width: 56%;
  height: 3px;
  background: #fff;
  top: 18px;
  left: 21%;
  box-shadow: 0 10px 0 #fff, 0 20px 0 #fff;
}

.dl-menuwrapper ul {
  padding: 0;
  list-style: none;
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
}

.dl-menuwrapper li {
  position: relative;
}

.dl-menuwrapper li a {
  display: block;
  position: relative;
  padding: 15px 20px;
  font-size: 16px;
  line-height: 20px;
  font-weight: 300;
  color: #fff;
  outline: none;
}

.no-touch .dl-menuwrapper li a:hover {
  background: rgba(255, 248, 213, 0.1);
}

.dl-menuwrapper li.dl-back > a {
  padding-left: 30px;
  background: rgba(0, 0, 0, 0.1);
}

.dl-menuwrapper li.dl-back:after,
.dl-menuwrapper li > a:not(:only-child):after {
  position: absolute;
  top: 0;
  line-height: 50px;
  speak: none;
  -webkit-font-smoothing: antialiased;
  content: "\f0da";
  font-family: "Font Awesome 6 Free";
  right: 20px;
  font-size: 18px;
  font-weight: 900;
}

.dl-menuwrapper .has-submenu .sub-menu {
  margin-top: 0px;
}
.dl-menuwrapper .has-submenu .sub-menu .sub-menu-link {
  color: #fff;
  padding: 15px 20px;
}
.dl-menuwrapper .has-submenu .dl-back:after {
  right: auto;
}

.dl-menuwrapper li.dl-back:after {
  left: 10px;
  color: rgba(212, 204, 198, 0.3);
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}

.dl-menuwrapper li > a:after {
  right: 10px;
  color: rgba(0, 0, 0, 0.15);
}

.dl-menuwrapper .dl-menu {
  margin: 5px 0 0 0;
  position: absolute;
  width: 100%;
  opacity: 0;
  pointer-events: none;
  -webkit-transform: translateY(10px);
  transform: translateY(10px);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.dl-menuwrapper .dl-menu.dl-menu-toggle {
  transition: all 0.3s ease;
}

.dl-menuwrapper .dl-menu.dl-menuopen {
  opacity: 1;
  pointer-events: auto;
  -webkit-transform: translateY(0px);
  transform: translateY(0px);
}

/* Hide the inner submenus */
#dl-menu.dl-menuwrapper li .sub-menu {
  display: none;
}

/*
When a submenu is openend, we will hide all li siblings.
For that we give a class to the parent menu called "dl-subview".
We also hide the submenu link.
The opened submenu will get the class "dl-subviewopen".
All this is done for any sub-level being entered.
*/
#dl-menu .dl-menu.dl-subview li,
#dl-menu .dl-menu.dl-subview li.dl-subviewopen > a,
#dl-menu .dl-menu.dl-subview li.dl-subview > a {
  display: none;
}
#dl-menu .dl-menu.dl-subview li.dl-subview,
#dl-menu .dl-menu.dl-subview li.dl-subview .sub-menu,
#dl-menu .dl-menu.dl-subview li.dl-subviewopen,
#dl-menu .dl-menu.dl-subview li.dl-subviewopen > .sub-menu,
#dl-menu .dl-menu.dl-subview li.dl-subviewopen > .sub-menu > li {
  display: block;
}

/* Dynamically added submenu outside of the menu context */
.dl-menuwrapper > .sub-menu {
  position: absolute;
  width: 100%;
  top: 50px;
  left: 0;
  margin: 0;
}

/* Animation classes for moving out and in */
.dl-menu.dl-animate-out-1 {
  -webkit-animation: MenuAnimOut1 0.4s;
  animation: MenuAnimOut1 0.4s;
}

.dl-menu.dl-animate-out-2 {
  -webkit-animation: MenuAnimOut2 0.3s ease-in-out;
  animation: MenuAnimOut2 0.3s ease-in-out;
}

.dl-menu.dl-animate-out-3 {
  -webkit-animation: MenuAnimOut3 0.4s ease;
  animation: MenuAnimOut3 0.4s ease;
}

.dl-menu.dl-animate-out-4 {
  -webkit-animation: MenuAnimOut4 0.4s ease;
  animation: MenuAnimOut4 0.4s ease;
}

.dl-menu.dl-animate-out-5 {
  -webkit-animation: MenuAnimOut5 0.4s ease;
  animation: MenuAnimOut5 0.4s ease;
}

@-webkit-keyframes MenuAnimOut1 {
  50% {
    -webkit-transform: translateZ(-250px) rotateY(30deg);
  }
  75% {
    -webkit-transform: translateZ(-372.5px) rotateY(15deg);
    opacity: 0.5;
  }
  100% {
    -webkit-transform: translateZ(-500px) rotateY(0deg);
    opacity: 0;
  }
}
@-webkit-keyframes MenuAnimOut2 {
  100% {
    -webkit-transform: translateX(-100%);
    opacity: 0;
  }
}
@-webkit-keyframes MenuAnimOut3 {
  100% {
    -webkit-transform: translateZ(300px);
    opacity: 0;
  }
}
@-webkit-keyframes MenuAnimOut4 {
  100% {
    -webkit-transform: translateZ(-300px);
    opacity: 0;
  }
}
@-webkit-keyframes MenuAnimOut5 {
  100% {
    -webkit-transform: translateY(40%);
    opacity: 0;
  }
}
@keyframes MenuAnimOut1 {
  50% {
    -webkit-transform: translateZ(-250px) rotateY(30deg);
    transform: translateZ(-250px) rotateY(30deg);
  }
  75% {
    -webkit-transform: translateZ(-372.5px) rotateY(15deg);
    transform: translateZ(-372.5px) rotateY(15deg);
    opacity: 0.5;
  }
  100% {
    -webkit-transform: translateZ(-500px) rotateY(0deg);
    transform: translateZ(-500px) rotateY(0deg);
    opacity: 0;
  }
}
@keyframes MenuAnimOut2 {
  100% {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
    opacity: 0;
  }
}
@keyframes MenuAnimOut3 {
  100% {
    -webkit-transform: translateZ(300px);
    transform: translateZ(300px);
    opacity: 0;
  }
}
@keyframes MenuAnimOut4 {
  100% {
    -webkit-transform: translateZ(-300px);
    transform: translateZ(-300px);
    opacity: 0;
  }
}
@keyframes MenuAnimOut5 {
  100% {
    -webkit-transform: translateY(40%);
    transform: translateY(40%);
    opacity: 0;
  }
}
.dl-menu.dl-animate-in-1 {
  -webkit-animation: MenuAnimIn1 0.3s;
  animation: MenuAnimIn1 0.3s;
}

.dl-menu.dl-animate-in-2 {
  -webkit-animation: MenuAnimIn2 0.3s ease-in-out;
  animation: MenuAnimIn2 0.3s ease-in-out;
}

.dl-menu.dl-animate-in-3 {
  -webkit-animation: MenuAnimIn3 0.4s ease;
  animation: MenuAnimIn3 0.4s ease;
}

.dl-menu.dl-animate-in-4 {
  -webkit-animation: MenuAnimIn4 0.4s ease;
  animation: MenuAnimIn4 0.4s ease;
}

.dl-menu.dl-animate-in-5 {
  -webkit-animation: MenuAnimIn5 0.4s ease;
  animation: MenuAnimIn5 0.4s ease;
}

@-webkit-keyframes MenuAnimIn1 {
  0% {
    -webkit-transform: translateZ(-500px) rotateY(0deg);
    opacity: 0;
  }
  20% {
    -webkit-transform: translateZ(-250px) rotateY(30deg);
    opacity: 0.5;
  }
  100% {
    -webkit-transform: translateZ(0px) rotateY(0deg);
    opacity: 1;
  }
}
@-webkit-keyframes MenuAnimIn2 {
  0% {
    -webkit-transform: translateX(-100%);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateX(0px);
    opacity: 1;
  }
}
@-webkit-keyframes MenuAnimIn3 {
  0% {
    -webkit-transform: translateZ(300px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateZ(0px);
    opacity: 1;
  }
}
@-webkit-keyframes MenuAnimIn4 {
  0% {
    -webkit-transform: translateZ(-300px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateZ(0px);
    opacity: 1;
  }
}
@-webkit-keyframes MenuAnimIn5 {
  0% {
    -webkit-transform: translateY(40%);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateY(0);
    opacity: 1;
  }
}
@keyframes MenuAnimIn1 {
  0% {
    -webkit-transform: translateZ(-500px) rotateY(0deg);
    transform: translateZ(-500px) rotateY(0deg);
    opacity: 0;
  }
  20% {
    -webkit-transform: translateZ(-250px) rotateY(30deg);
    transform: translateZ(-250px) rotateY(30deg);
    opacity: 0.5;
  }
  100% {
    -webkit-transform: translateZ(0px) rotateY(0deg);
    transform: translateZ(0px) rotateY(0deg);
    opacity: 1;
  }
}
@keyframes MenuAnimIn2 {
  0% {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateX(0px);
    transform: translateX(0px);
    opacity: 1;
  }
}
@keyframes MenuAnimIn3 {
  0% {
    -webkit-transform: translateZ(300px);
    transform: translateZ(300px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateZ(0px);
    transform: translateZ(0px);
    opacity: 1;
  }
}
@keyframes MenuAnimIn4 {
  0% {
    -webkit-transform: translateZ(-300px);
    transform: translateZ(-300px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateZ(0px);
    transform: translateZ(0px);
    opacity: 1;
  }
}
@keyframes MenuAnimIn5 {
  0% {
    -webkit-transform: translateY(40%);
    transform: translateY(40%);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    opacity: 1;
  }
}
.dl-menuwrapper > .sub-menu.dl-animate-in-1 {
  -webkit-animation: SubMenuAnimIn1 0.4s ease;
  animation: SubMenuAnimIn1 0.4s ease;
}

.dl-menuwrapper > .sub-menu.dl-animate-in-2 {
  -webkit-animation: SubMenuAnimIn2 0.3s ease-in-out;
  animation: SubMenuAnimIn2 0.3s ease-in-out;
}

.dl-menuwrapper > .sub-menu.dl-animate-in-3 {
  -webkit-animation: SubMenuAnimIn3 0.4s ease;
  animation: SubMenuAnimIn3 0.4s ease;
}

.dl-menuwrapper > .sub-menu.dl-animate-in-4 {
  -webkit-animation: SubMenuAnimIn4 0.4s ease;
  animation: SubMenuAnimIn4 0.4s ease;
}

.dl-menuwrapper > .sub-menu.dl-animate-in-5 {
  -webkit-animation: SubMenuAnimIn5 0.4s ease;
  animation: SubMenuAnimIn5 0.4s ease;
}

@-webkit-keyframes SubMenuAnimIn1 {
  0% {
    -webkit-transform: translateX(50%);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateX(0px);
    opacity: 1;
  }
}
@-webkit-keyframes SubMenuAnimIn2 {
  0% {
    -webkit-transform: translateX(100%);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateX(0px);
    opacity: 1;
  }
}
@-webkit-keyframes SubMenuAnimIn3 {
  0% {
    -webkit-transform: translateZ(-300px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateZ(0px);
    opacity: 1;
  }
}
@-webkit-keyframes SubMenuAnimIn4 {
  0% {
    -webkit-transform: translateZ(300px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateZ(0px);
    opacity: 1;
  }
}
@-webkit-keyframes SubMenuAnimIn5 {
  0% {
    -webkit-transform: translateZ(-200px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateZ(0);
    opacity: 1;
  }
}
@keyframes SubMenuAnimIn1 {
  0% {
    -webkit-transform: translateX(50%);
    transform: translateX(50%);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateX(0px);
    transform: translateX(0px);
    opacity: 1;
  }
}
@keyframes SubMenuAnimIn2 {
  0% {
    -webkit-transform: translateX(100%);
    transform: translateX(100%);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateX(0px);
    transform: translateX(0px);
    opacity: 1;
  }
}
@keyframes SubMenuAnimIn3 {
  0% {
    -webkit-transform: translateZ(-300px);
    transform: translateZ(-300px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateZ(0px);
    transform: translateZ(0px);
    opacity: 1;
  }
}
@keyframes SubMenuAnimIn4 {
  0% {
    -webkit-transform: translateZ(300px);
    transform: translateZ(300px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateZ(0px);
    transform: translateZ(0px);
    opacity: 1;
  }
}
@keyframes SubMenuAnimIn5 {
  0% {
    -webkit-transform: translateZ(-200px);
    transform: translateZ(-200px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    opacity: 1;
  }
}
.dl-menuwrapper > .sub-menu.dl-animate-out-1 {
  -webkit-animation: SubMenuAnimOut1 0.4s ease;
  animation: SubMenuAnimOut1 0.4s ease;
}

.dl-menuwrapper > .sub-menu.dl-animate-out-2 {
  -webkit-animation: SubMenuAnimOut2 0.3s ease-in-out;
  animation: SubMenuAnimOut2 0.3s ease-in-out;
}

.dl-menuwrapper > .sub-menu.dl-animate-out-3 {
  -webkit-animation: SubMenuAnimOut3 0.4s ease;
  animation: SubMenuAnimOut3 0.4s ease;
}

.dl-menuwrapper > .sub-menu.dl-animate-out-4 {
  -webkit-animation: SubMenuAnimOut4 0.4s ease;
  animation: SubMenuAnimOut4 0.4s ease;
}

.dl-menuwrapper > .sub-menu.dl-animate-out-5 {
  -webkit-animation: SubMenuAnimOut5 0.4s ease;
  animation: SubMenuAnimOut5 0.4s ease;
}

@-webkit-keyframes SubMenuAnimOut1 {
  0% {
    -webkit-transform: translateX(0%);
    opacity: 1;
  }
  100% {
    -webkit-transform: translateX(50%);
    opacity: 0;
  }
}
@-webkit-keyframes SubMenuAnimOut2 {
  0% {
    -webkit-transform: translateX(0%);
    opacity: 1;
  }
  100% {
    -webkit-transform: translateX(100%);
    opacity: 0;
  }
}
@-webkit-keyframes SubMenuAnimOut3 {
  0% {
    -webkit-transform: translateZ(0px);
    opacity: 1;
  }
  100% {
    -webkit-transform: translateZ(-300px);
    opacity: 0;
  }
}
@-webkit-keyframes SubMenuAnimOut4 {
  0% {
    -webkit-transform: translateZ(0px);
    opacity: 1;
  }
  100% {
    -webkit-transform: translateZ(300px);
    opacity: 0;
  }
}
@-webkit-keyframes SubMenuAnimOut5 {
  0% {
    -webkit-transform: translateZ(0);
    opacity: 1;
  }
  100% {
    -webkit-transform: translateZ(-200px);
    opacity: 0;
  }
}
@keyframes SubMenuAnimOut1 {
  0% {
    -webkit-transform: translateX(0%);
    transform: translateX(0%);
    opacity: 1;
  }
  100% {
    -webkit-transform: translateX(50%);
    transform: translateX(50%);
    opacity: 0;
  }
}
@keyframes SubMenuAnimOut2 {
  0% {
    -webkit-transform: translateX(0%);
    transform: translateX(0%);
    opacity: 1;
  }
  100% {
    -webkit-transform: translateX(100%);
    transform: translateX(100%);
    opacity: 0;
  }
}
@keyframes SubMenuAnimOut3 {
  0% {
    -webkit-transform: translateZ(0px);
    transform: translateZ(0px);
    opacity: 1;
  }
  100% {
    -webkit-transform: translateZ(-300px);
    transform: translateZ(-300px);
    opacity: 0;
  }
}
@keyframes SubMenuAnimOut4 {
  0% {
    -webkit-transform: translateZ(0px);
    transform: translateZ(0px);
    opacity: 1;
  }
  100% {
    -webkit-transform: translateZ(300px);
    transform: translateZ(300px);
    opacity: 0;
  }
}
@keyframes SubMenuAnimOut5 {
  0% {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    opacity: 1;
  }
  100% {
    -webkit-transform: translateZ(-200px);
    transform: translateZ(-200px);
    opacity: 0;
  }
}
/* No JS Fallback */
.no-js .dl-menuwrapper .dl-menu {
  position: relative;
  opacity: 1;
  -webkit-transform: none;
  transform: none;
}

.no-js .dl-menuwrapper li .sub-menu {
  display: block;
}

.no-js .dl-menuwrapper li.dl-back {
  display: none;
}

.no-js .dl-menuwrapper li > a:not(:only-child) {
  background: rgba(0, 0, 0, 0.1);
}

.no-js .dl-menuwrapper li > a:not(:only-child):after {
  content: "";
}

/* Colors for demos */
/* Demo 1 */
.demo-1 .dl-menuwrapper button {
  background: #c62860;
}

.demo-1 .dl-menuwrapper button:hover,
.demo-1 .dl-menuwrapper button.dl-active,
.demo-1 .dl-menuwrapper ul {
  background: #9e1847;
}

/* Demo 2 */
.demo-2 .dl-menuwrapper button {
  background: #e86814;
}

.demo-2 .dl-menuwrapper button:hover,
.demo-2 .dl-menuwrapper button.dl-active,
.demo-2 .dl-menuwrapper ul {
  background: #D35400;
}

/* Demo 3 */
.demo-3 .dl-menuwrapper button {
  background: #08cbc4;
}

.demo-3 .dl-menuwrapper button:hover,
.demo-3 .dl-menuwrapper button.dl-active,
.demo-3 .dl-menuwrapper ul {
  background: #00b4ae;
}

/* Demo 4 */
.demo-4 .dl-menuwrapper button {
  background: #90b912;
}

.demo-4 .dl-menuwrapper button:hover,
.demo-4 .dl-menuwrapper button.dl-active,
.demo-4 .dl-menuwrapper ul {
  background: #79a002;
}

/* Demo 5 */
.demo-5 .dl-menuwrapper button {
  background: #744783;
}

.demo-5 .dl-menuwrapper button:hover,
.demo-5 .dl-menuwrapper button.dl-active,
.demo-5 .dl-menuwrapper ul {
  background: #643771;
}

@media (max-width: 1000px) {
  header.header {
    overflow: inherit;
    border-bottom: 1px solid #ddd;
  }
  .dl-menuwrapper {
    display: block !important;
  }
}
.logged-in.admin-bar .header.tm_navigation_style_two, .logged-in.admin-bar .header.tm_navigation_style_three {
  margin-top: 32px;
}

/*-------------------------------------------------------------------

== 404 Page
-------------------------------------------------------------------*/
.fl--404-page-wrapper .fl-404-text-wrapper {
  vertical-align: middle;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 25px;
  margin-top: -5px;
}
.fl--404-page-wrapper .fl-404-text-wrapper .fl-404-text-left-content {
  display: inline-block;
}
.fl--404-page-wrapper .fl-404-text-wrapper .fl-404-text-left-content i {
  font-size: 45px;
  margin-right: 25px;
  color: #a2a4a3;
  position: relative;
}
.fl--404-page-wrapper .fl-404-text-wrapper .fl-404-text-right-content {
  display: inline-block;
}
.fl--404-page-wrapper .fl-404-text-wrapper .fl-404-text-right-content .fl--error-page-title {
  font-size: 32px;
  line-height: 1;
  letter-spacing: -2px;
  margin-bottom: 0;
  color: #222;
}
.fl--404-page-wrapper .btn-404-wrapper {
  display: inline-flex;
}
.fl--404-page-wrapper .btn-404-wrapper .fl-404-page-btn {
  padding: 15px 35px;
  color: #fff;
  font-size: 12px;
  text-transform: uppercase;
}
.fl--404-page-wrapper .fl-404-page-search-form {
  max-width: 400px;
  margin: 0 auto;
}
.fl--404-page-wrapper .fl-404-page-search-form .fl--search-form-404 {
  position: relative;
  display: flex;
}
.fl--404-page-wrapper .fl-404-page-search-form .fl--search-form-404 .fl--input-wrapper {
  flex-grow: 1;
  margin-right: 10px;
  width: 100%;
}
.fl--404-page-wrapper .fl-404-page-search-form .fl--search-form-404 .fl--input-wrapper input[type=text] {
  margin-bottom: 0;
  background: #f9f9f9;
  border-color: transparent;
  width: 100%;
}
.fl--404-page-wrapper .fl-404-page-search-form .fl--search-form-404 .fl--input-wrapper input[type=text]:hover {
  box-shadow: 0 8px 22px 0 rgba(0, 0, 0, 0.1) !important;
  transition: 0.3s ease;
  background: #fff !important;
}
.fl--404-page-wrapper .fl-404-page-search-form .fl--search-form-404 .fl--input-wrapper:after {
  letter-spacing: 0.02em;
  content: attr(data-text);
  line-height: 0;
  max-width: 100%;
  border-bottom: 2px solid;
  position: absolute;
  left: 0;
  bottom: 0;
  height: 2px;
  font-size: 13px;
  overflow: hidden;
  user-select: none;
  color: transparent;
}
.fl--404-page-wrapper .fl-404-page-search-form .fl--search-form-404 .searchsubmit {
  flex-grow: 0;
}
.fl--404-page-wrapper .fl-404-page-search-form .fl--search-form-404 .searchsubmit button {
  min-width: 107px;
  text-transform: uppercase;
  line-height: 18px;
  font-weight: 600;
  color: #fff;
  background: #efb007;
  display: flex;
  justify-content: center;
  text-align: center;
  transition: all 0.3s ease-in-out;
}
.fl--404-page-wrapper .fl-404-page-search-form .fl--search-form-404 .searchsubmit button:hover {
  background: #222;
}
.fl--404-page-wrapper .fl-404-page-search-form .fl--search-form-404 .searchsubmit button:before, .fl--404-page-wrapper .fl-404-page-search-form .fl--search-form-404 .searchsubmit button:after {
  content: none;
}
.fl--404-page-wrapper .fl-404-page-search-form .fl--search-form-404 .searchsubmit button.fl-button {
  padding: 21.7px 25px;
}

/*-------------------------------------------------------------------

== Empty Search Page

-------------------------------------------------------------------*/
.empty-search-wrapper .empty-search-wrapper-text {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 25px;
}
.empty-search-wrapper .empty-search-wrapper-text .left-content {
  display: inline-block;
}
.empty-search-wrapper .empty-search-wrapper-text .left-content i {
  font-size: 45px;
  margin-right: 25px;
  color: #a2a4a3;
  top: -5px;
  position: relative;
}
.empty-search-wrapper .empty-search-wrapper-text .right-content {
  display: inline-block;
}
.empty-search-wrapper .empty-search-wrapper-text .right-content .empty-title {
  font-size: 32px;
  line-height: 1;
  letter-spacing: -2px;
  margin-bottom: 0;
  color: #222;
}
.empty-search-wrapper .empty-search-wrapper-search-form {
  max-width: 400px;
  margin: 0 auto;
}
.empty-search-wrapper .empty-search-wrapper-search-form form {
  display: flex;
}
.empty-search-wrapper .empty-search-wrapper-search-form form .fl--input-wrapper {
  width: 100%;
  flex-grow: 1;
  margin-right: 10px;
}
.empty-search-wrapper .empty-search-wrapper-search-form form .fl--input-wrapper input {
  margin-bottom: 0;
  background: #f9f9f9;
  border-color: transparent;
  width: 100%;
}
.empty-search-wrapper .empty-search-wrapper-search-form form .fl--input-wrapper input:hover {
  box-shadow: 0 8px 22px 0 rgba(0, 0, 0, 0.1) !important;
  transition: 0.3s ease;
  background: #fff !important;
}
.empty-search-wrapper .empty-search-wrapper-search-form form .searchsubmit {
  flex-grow: 0;
}
.empty-search-wrapper .empty-search-wrapper-search-form form .searchsubmit button {
  min-width: 107px;
  text-transform: uppercase;
  line-height: 18px;
  font-weight: 600;
  color: #fff;
  background: #efb007;
  display: flex;
  justify-content: center;
  text-align: center;
  transition: all 0.3s ease-in-out;
}
.empty-search-wrapper .empty-search-wrapper-search-form form .searchsubmit button:hover {
  background: #222;
}
.empty-search-wrapper .empty-search-wrapper-search-form form .searchsubmit button:before, .empty-search-wrapper .empty-search-wrapper-search-form form .searchsubmit button:after {
  content: none;
}
.empty-search-wrapper .empty-search-wrapper-search-form form .searchsubmit button.fl-button {
  padding: 21.7px 25px;
}

/*-------------------------------------------------------------------

== Paid memberships

-------------------------------------------------------------------*/
.pmpro_login_wrap {
  padding: 30px 35px;
  border: 1px solid #ccc;
  max-width: 900px;
  margin: 0 auto;
}
.pmpro_login_wrap form .login-username, .pmpro_login_wrap form .login-password {
  margin-bottom: 0 !important;
}
.pmpro_login_wrap form label {
  font-size: 13px;
  text-transform: uppercase;
  margin-bottom: 8px !important;
  margin-left: 0 !important;
}
.pmpro_login_wrap form input {
  width: 100% !important;
  max-width: 100% !important;
}
.pmpro_login_wrap form input:hover, .pmpro_login_wrap form input:active, .pmpro_login_wrap form input:focus {
  border: 1px solid transparent !important;
}
.pmpro_login_wrap form .login-remember label {
  display: flex;
  align-items: center;
  font-weight: normal !important;
  font-size: 13px !important;
  text-transform: none;
  line-height: 1;
}
.pmpro_login_wrap form .login-remember input {
  margin-right: 22px;
  max-width: inherit !important;
  border: 0 !important;
  padding: 0 !important;
  width: 0 !important;
  position: relative;
  -webkit-appearance: none !important;
  -moz-appearance: none !important;
  appearance: none !important;
}
.pmpro_login_wrap form .login-remember input:before {
  cursor: pointer;
  top: -12px;
  position: absolute;
  left: 0;
  content: "";
  display: block;
  width: 15px;
  height: 15px;
  border: 1px solid #eaeaeb;
}
.pmpro_login_wrap form .login-remember input:checked:after {
  position: absolute;
  top: -9px;
  left: 4px;
  font: 9px/1 FontAwesome;
  content: "\f00c";
  text-align: center;
}
.pmpro_login_wrap form .login-submit {
  margin-bottom: 25px !important;
  margin-top: 25px !important;
}
.pmpro_login_wrap form .login-submit input {
  border: none !important;
  background: transparent !important;
  max-width: inherit !important;
  width: auto !important;
  padding: 14px 40px !important;
  display: inline-flex !important;
  color: #fff;
  font-size: 13px !important;
  position: relative;
  overflow: hidden;
  z-index: 0;
  cursor: pointer;
  margin-bottom: 0 !important;
  text-transform: uppercase;
}
.pmpro_login_wrap form .login-submit input:hover {
  box-shadow: none !important;
  color: #fff !important;
}
.fl-venders-author:before {
  background: #f1f5fa !important;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.fl-venders-author .fl-venders-author-posts .fl-venders-select li {
  border: none;
}
.fl-venders-author .fl-venders-author-posts .fl-venders-select li span {
  text-transform: uppercase;
  font-size: 12px;
  color: #222;
  transition: 0.3s ease;
  position: relative;
  display: inline-block;
}
.fl-venders-author .fl-venders-author-posts .fl-venders-select li span:before {
  position: absolute;
  content: "";
  width: 100%;
  height: 2px;
  background: #0a0a0a;
  left: 0;
  bottom: 3px;
  transform: scaleX(0);
  transition: transform 0.2s ease-out;
  transform-origin: right;
}
.fl-venders-author .fl-venders-author-posts .fl-venders-select li.active span {
  color: #fff !important;
  transition: 0.2s ease;
}
.fl-venders-author .fl-venders-author-posts .fl-venders-select li.active:before {
  transition: 0.3s ease;
}
.fl-venders-author .fl-venders-author-posts .fl-venders-select li:hover span:before {
  transform-origin: left;
  transform: scaleX(1);
  transition: transform 0.2s ease-out;
}

.pmpro_cancel_wrap h2 {
  font-size: 23px;
}

html .inner_content .pmpro_actions_nav a:hover,
html .fl-comment-moderation .pmpro_actions_nav a:hover {
  transition: 0.3s ease;
  color: #fff !important;
}

html .inner_content .pmpro_actions_nav a:hover,
html .fl-comment-moderation .pmpro_actions_nav a:hover {
  transition: 0.3s ease;
  color: #fff !important;
}

.pmpro_table a {
  color: #222 !important;
  opacity: 1.8;
  transition: 0.3s ease;
}
.pmpro_table a:hover {
  transition: 0.3s ease;
}

.pmpro_actionlinks a {
  color: #222 !important;
  opacity: 1.8;
  transition: 0.3s ease;
}
.pmpro_actionlinks a:hover {
  transition: 0.3s ease;
}

.pmpro_message {
  max-width: 700px;
  margin: 0 auto 20px auto;
}

html form.pmpro_form label,
#loginform label {
  font-weight: normal;
}

form.pmpro_form .input,
form.pmpro_form textarea,
form.pmpro_form select {
  display: inline-block;
  max-width: 100%;
  background: #f4f4f4 !important;
  margin-bottom: 15px;
}

.pmpro_actions_nav {
  text-align: center;
  color: #fff;
}

.pmpro_actions_nav a {
  max-width: 48%;
}

.pmpro_login_wrap,
.pmpro_login_wrap,
.pmpro_lost_password_wrap,
.pmpro_reset_password_wrap,
.pmpro-levels .fl-content,
.pmpro-member-profile-edit .fl-content {
  border: 1px solid #ccc;
  max-width: 700px;
  padding: 50px;
  margin: 0 auto;
}

.pmpro-body-level-required .fl-content {
  border: 1px solid #ccc;
  padding: 50px;
  margin: 0 auto;
  text-align: center;
}

.pmpro-checkout .fl-content {
  max-width: 700px;
  padding: 0px;
  margin: 0 auto;
}

.pmpro-checkout .fl-content .pmpro_message {
  max-width: inherit !important;
}

#loginform + hr {
  margin-top: -10px;
}

#lostpasswordform + hr {
  margin-top: 0;
}

.pmpro_btn-select {
  padding: 8px !important;
  border: 0 !important;
  height: 34px !important;
  font-size: inherit;
}

.inner_content table#pmpro_levels_table {
  width: 100% !important;
}

.inner_content table#pmpro_levels_table thead tr th {
  font-size: 13px;
  line-height: 1.2;
  text-transform: uppercase;
  letter-spacing: 0.4px;
  padding: 9px 11px 10px;
  color: #222;
  background: #f1f5fa !important;
}

.inner_content table#pmpro_levels_table td {
  padding: 8px 14px;
}

html #pmpro_account .pmpro_box {
  border: 1px solid #ededed;
  padding: 0 40px 40px 40px;
}

html .pmpro_checkout h3 span.pmpro_checkout-h3-name {
  display: inline-block;
  margin: 0;
  width: 100%;
}

html .pmpro_checkout {
  padding: 0;
  margin: 15px auto 15px;
  border: 1px solid #ededed;
}

.pmpro_checkout hr {
  display: none;
}

.pmpro_checkout h3 {
  display: inline-block;
  width: 100%;
  background: #f1f5fa;
  padding: 30px 40px 20px !important;
  margin: 0 !important;
}

html .pmpro_checkout h3 span.pmpro_checkout-h3-msg {
  font-size: 13px;
  font-style: normal;
  font-weight: 400;
  letter-spacing: normal;
  text-transform: uppercase;
  margin-top: 5px;
  display: block;
}

.pmpro_confirmation_wrap {
  max-width: 800px;
  margin: 0 auto;
  display: block;
}

html .pmpro_btn.pmpro_btn-submit-checkout {
  padding: 14px 30px;
  width: 100%;
}

.pmpro_asterisk {
  color: red;
  position: absolute;
  left: -15px;
  top: 0;
}

form.pmpro_form .pmpro_change_password-fields div {
  margin: 0 0 1em 0;
  position: relative;
}

.pmpro_actions_nav .pmpro_actions_nav-right a {
  max-width: max-content !important;
}

html .pmpro_actions_nav a,
.pmpro_btn,
.login-submit .button {
  text-transform: uppercase;
  color: #fff !important;
  position: relative;
  display: inline-block;
  margin-bottom: 0 !important;
  padding: 11px 25px;
  font-size: 13px !important;
  text-align: center;
  vertical-align: middle;
  touch-action: manipulation;
  cursor: pointer;
  white-space: nowrap;
  transition: all 0.3s;
  border-radius: 0 !important;
  width: 100%;
  line-height: 28px;
  min-height: 50px;
  border: 0;
  text-decoration: none !important;
}

.pmpro-level-required .pmpro_content_message a {
  color: #fff !important;
  position: relative;
  padding: 11px 25px !important;
  font-size: 11px !important;
  line-height: 2 !important;
  text-transform: uppercase !important;
  transition: all 0.3s;
  letter-spacing: 0.02em !important;
  background-color: #e3740e !important;
  border-radius: 0 !important;
  border-color: #e3740e !important;
  font-weight: 400;
  min-height: 50px;
  text-decoration: none !important;
  border: 0 !important;
}

html .pmpro_actions_nav a:hover,
html .pmpro_btn:hover,
.inner_content p .pmpro_btn:hover,
.inner_content .pmpro_btn:hover,
.pmpro_btn:hover,
.login-submit .button:hover {
  background-color: #222 !important;
  color: #fff !important;
}

.pmpro_actions_nav a:hover {
  background: #e0eaf4;
}

.pmpro_checkout-fields {
  padding: 40px;
}

html .pmpro_checkout h3 span.pmpro_checkout-h3-msg {
  font-size: 13px;
  font-style: normal;
  font-weight: 400;
  letter-spacing: normal;
  text-transform: uppercase;
}

html .pmpro_btn.disabled,
html .pmpro_btn[disabled],
html fieldset[disabled] .pmpro_btn {
  pointer-events: none;
  height: auto;
  background: #222 !important;
}

.pmpro_payment-expiration #ExpirationMonth {
  width: 40%;
  margin-right: 2%;
}

.pmpro_payment-expiration #ExpirationYear {
  width: 40%;
  margin-left: 2%;
}

form.pmpro_form .pmpro_checkout-fields div,
#loginform p {
  position: relative;
}

.pmpro_payment-cvv small {
  width: 100%;
  display: inline-block;
  position: relative;
  top: -10px;
}

html form.pmpro_form select {
  position: relative;
  border-radius: 0;
  padding-left: 15px;
  border: 0;
}

html #pmpro_account .pmpro_box h3 {
  background: #f1f5fa;
  padding: 30px 40px;
  margin-bottom: 50px;
  margin: 0 -40px 40px -40px;
  font-size: 23px;
}

html #pmpro_account .pmpro_box {
  border: 1px solid #ededed;
  padding: 0 40px 40px 40px;
}

#pmpro_level_cost {
  background-color: #fcf8e3;
  padding: 13px 26px;
  border: 1px solid #faebcc;
}

html .pmpro_checkout h3 span.pmpro_checkout-h3-name {
  display: inline-block;
  margin: 0;
  width: 100%;
  font-size: 23px;
}

html .pmpro_checkout {
  padding: 0;
  margin: 15px auto 15px;
  border: 1px solid #ededed;
}

.pmpro_checkout hr {
  display: none;
}

.pmpro_checkout h3 {
  display: inline-block;
  width: 100%;
  background: #f1f5fa;
  padding: 30px 40px 20px !important;
  margin: 0 !important;
}

html .pmpro_checkout h3 span.pmpro_checkout-h3-msg {
  font-size: 13px;
  font-style: normal;
  font-weight: 400;
  letter-spacing: normal;
  text-transform: uppercase;
  margin-top: 5px;
  display: block;
}

.pmpro_confirmation_wrap {
  max-width: 800px;
  margin: 0 auto;
  display: block;
}

html .pmpro_btn.pmpro_btn-submit-checkout {
  padding: 20px 30px;
  width: 100%;
}

.pmpro_actions_nav a {
  border-radius: 29px;
  cursor: pointer;
  overflow: hidden;
  position: relative;
  display: inline-block;
  line-height: 1;
  padding: 17px 35px;
  color: #222;
  font-size: 14px;
  text-transform: uppercase;
  z-index: 2;
  background: #fff;
  border: #e0eaf4 2px solid;
  font-weight: 700;
  width: 100%;
  text-align: center;
}

.pmpro_actions_nav a:hover {
  background: #e0eaf4;
}

.pmpro_checkout-fields {
  padding: 40px;
}

html .pmpro_checkout h3 span.pmpro_checkout-h3-msg {
  font-size: 13px;
  font-style: normal;
  font-weight: 400;
  letter-spacing: normal;
  text-transform: uppercase;
}

#ExpirationMonth {
  max-width: 40%;
  margin-right: 10px;
}

#ExpirationYear {
  max-width: 40%;
  margin-left: 10px;
}

.pmpro_payment-cvv small {
  position: absolute;
  bottom: -15px;
  left: 10px;
}

#pmpro_level_cost p {
  margin: 0;
  padding: 0;
  color: #8a6d3b;
}

#pmpro_form {
  max-width: 800px;
  display: block;
  margin: 0 auto;
}

.pmpro-login .pmpro_message {
  max-width: 800px;
  margin: 0 auto 30px;
}

.pmpro_checkout {
  border: 1px solid #ededed;
  padding: 40px;
  margin: 15px auto 15px;
}

.pmpro_login_wrap .pmpro_actions_nav a,
.pmpro_lost_password_wrap .pmpro_actions_nav a {
  width: 47%;
  margin: 0 1%;
}

.pmpro_lost_password-instructions {
  padding-bottom: 20px;
}

#wp-submit,
.pmpro_btn-submit {
  background-color: #4817b9;
  border: 0;
  color: #fff;
  padding: 18px;
}

#wp-submit:hover,
.pmpro_btn-submit:hover {
  background-color: #f0487a;
}

.pmpro_login_wrap .pmpro_actions_nav,
.pmpro_lost_password_wrap .pmpro_actions_nav {
  font-size: 0;
  color: #fff;
}

.pmpro_checkout-fields .pmpro_checkout-field {
  position: relative;
}

.pmpro_asterisk {
  position: absolute;
  top: 0;
  left: -4px;
  color: red;
}

#pmpro_levels_table .pmpro_btn.disabled,
#pmpro_levels_table .pmpro_btn[disabled],
#pmpro_levels_table fieldset[disabled] .pmpro_btn {
  background: #222 !important;
  opacity: 1;
}

.pmpro_actions_nav {
  text-align: center;
  overflow: hidden;
}

.pmpro-member-profile-edit h2 {
  display: none;
}

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

html #loginform label,
html form.pmpro_form label {
  margin-left: 10px;
  margin-bottom: 5px;
}

.pmpro_content_message {
  text-align: center;
}

.pmpro_change_password_wrap {
  max-width: 800px;
  margin: 0 auto;
  display: block;
}

#pmpro_levels_table + .pmpro_actions_nav {
  max-width: 800px;
  display: block;
  margin: 25px auto !important;
}

html form.pmpro_form .lite {
  font-size: 14px;
}

.pmpro_btn:link,
html .pmpro_btn,
html .pmpro_content_message a,
html .pmpro_content_message a:link {
  background-color: #4817b9;
  border: 0;
  padding: 16px 30px !important;
  color: #fff;
  border-radius: 100px;
  height: 50px;
  line-height: 19px;
}

table.pmpro_table th {
  background-color: #f1f5fa;
  text-transform: uppercase;
  color: #222;
  font-size: 13px;
}

html #loginform input[type=password],
html #loginform input[type=text],
html form.pmpro_form .input,
html form.pmpro_form select,
html form.pmpro_form textarea {
  max-width: 100%;
}

html .pmpro_btn.pmpro_btn-cancel {
  background-color: #f0487a !important;
  color: #fff;
  margin-top: 15px;
  text-decoration: none;
}

html .pmpro_btn.pmpro_btn-cancel:hover {
  color: #fff;
  text-decoration: none;
  opacity: 0.8;
}

html .fl-venders-author .fl-venders-author-avatar {
  margin-right: 30px;
}

.fl-venders-account > h3 {
  display: none;
}

html .fl-venders-account,
html .tmreviews-add-place {
  margin-top: 60px;
  margin-bottom: 60px;
}

.fl-venders-account table.pmpro_table {
  margin-bottom: 10px;
}

.fl-venders-account table.pmpro_table td,
.fl-venders-account table.pmpro_table th {
  border: 1px solid #ccc;
  padding: 15px;
}

.fl-venders-login form,
.pmpro_logged_in_welcome_wrap {
  border: 1px solid #ededed;
  padding: 40px;
  max-width: 800px;
  margin: 50px auto;
}

#pmpro_cancel {
  border: 1px solid #ededed;
  padding: 40px;
  max-width: 800px;
  margin: 50px auto;
  text-align: center;
}

#pmpro_cancel .pmpro_actionlinks {
  padding-top: 25px;
}

#pmpro_levels_table {
  width: 100%;
  max-width: 800px;
}

.login-remember input[type=checkbox] {
  position: relative;
  left: 0;
}

.pmpro_btn.pmpro_btn-cancel:link,
html .pmpro_btn.pmpro_btn-cancel {
  color: #fff;
  text-decoration: none;
  margin: 0 15px;
}

.pmpro_cancel_return_home a {
  padding-top: 25px;
}

.fl-membership-login {
  color: #f0487a;
  margin-right: 32px;
  font-size: 18px;
  font-family: Work sans;
  text-transform: uppercase;
  padding-bottom: 3px;
  background: #fff;
  padding: 17px 39px 17px 40px;
  border-radius: 100px;
  font-weight: 600;
}

.fl-membership-login i {
  margin-right: 10px;
}

table.pmpro_table {
  margin-bottom: 25px;
}

table.pmpro_table th,
table.pmpro_table td {
  border: 1px solid #ccc;
  padding: 10px;
}

html .pmpro_btn.pmpro_btn-cancel {
  background-color: #222 !important;
  color: #fff;
  margin-top: 15px;
  text-decoration: none;
  margin-left: 0;
}

html #fl-vender-tabs .fl-venders-contain .fl-venders-places {
  border-radius: 0;
  border: 1px solid #cccccc;
  display: flex;
  flex-direction: inherit;
  margin-bottom: 40px;
  padding: 15px;
}

html #fl-vender-tabs .fl-venders-contain .fl-venders-places .fl-venders-places-meta {
  padding: 5px 30px;
  border: 0;
}

.fl-venders-contain .b-submit__aside-step-inner-icon {
  display: none !important;
}

html #fl-vender-tabs .fl-venders-contain .fl-venders-places .fl-venders-places-meta .fl-venders-places-excerpt {
  margin-top: 5px;
}

#pmpro_levels_table .pmpro_btn {
  text-transform: uppercase;
  font-size: 11px !important;
  color: #fff !important;
}

#pmpro_levels_table .pmpro_btn.disabled {
  background: transparent !important;
  color: #222 !important;
}

/*-------------------------------------------------------------------

==  Responsive

-------------------------------------------------------------------*/
@media only screen and (max-width: 1335px) {
  .header-form {
    margin-right: 30px;
  }
}
@media (max-width: 1266px) {
  .youzify-page-main-content {
    padding: 0 15px;
  }
  #youzify-profile-navmenu .youzify-profile-navmenu {
    padding-left: 15px;
    padding-right: 15px;
  }
}
@media (max-width: 1100px) {
  .main {
    padding-left: 0;
  }
  .youzify-page-main-content {
    padding: 0 15px;
  }
}
@media (max-width: 960px) {
  #youzify .youzify-right-sidebar-layout .youzify-sidebar-column {
    min-width: 270px !important;
  }
}
@media (max-width: 800px) {
  .tribe-events .tribe-events-header {
    display: none;
  }
}
@media (max-width: 1050px) {
  .main__events .section-top__img .tribe-events-event-image {
    width: 100%;
    max-width: 100% !important;
  }
  .section-top__img {
    overflow: hidden;
  }
}
@media (max-width: 680px) {
  .main__events .tribe-events .tribe-events-calendar-list {
    grid-template-columns: 1fr !important;
  }
}
@media (max-width: 836px) {
  #youzify .youzify-right-sidebar-layout {
    flex-direction: column;
  }
  #youzify .youzify-right-sidebar-layout .youzify-main-column {
    width: 100% !important;
  }
  #youzify .youzify-right-sidebar-layout .youzify-sidebar-column {
    max-width: unset !important;
    width: 100% !important;
  }
  #youzify-profile-navmenu .youzify-profile-navmenu li.youzify-navbar-view-more .youzify-nav-view-more-menu {
    left: unset !important;
    right: 0;
  }
}
@media (max-width: 768px) {
  .youzify .youzify-profile-navmenu .youzify-navbar-item {
    border-top: 0px solid #f8f8f8 !important;
    border-bottom: 1px solid #f8f8f8;
  }
  .youzify-navbar-view-more {
    width: 100% !important;
  }
  .youzify-navbar-view-more > a {
    display: none !important;
  }
  .youzify-open-nav {
    display: none;
  }
  #youzify-profile-navmenu .youzify-profile-navmenu {
    display: block !important;
  }
  html #youzify-profile-navmenu .youzify-profile-navmenu li.youzify-navbar-view-more .youzify-nav-view-more-menu {
    border: 0px !important;
    padding: 0 !important;
  }
  #youzify-profile-navmenu .youzify-profile-navmenu li {
    margin: 25px 0;
  }
}
@media (max-width: 890px) {
  .theme-designlab .product__inner_ {
    flex-direction: column;
  }
  .woocommerce #content div.product div.images, .woocommerce div.product div.images, .woocommerce-page #content div.product div.images, .woocommerce-page div.product div.images,
  .woocommerce #content div.product div.summary, .woocommerce div.product div.summary, .woocommerce-page #content div.product div.summary, .woocommerce-page div.product div.summary {
    width: 100%;
  }
}
@media (max-width: 1100px) {
  #youzify.main__members.memberss #youzify-members-directory #members-directory-form #youzify-members-list li .members__card .card__box .card-box__link {
    font-size: 10px !important;
  }
  #youzify.main__members.memberss #youzify-members-directory #members-directory-form #youzify-members-list li .members__card .card__box {
    gap: 10px !important;
  }
  #youzify.main__members.memberss #youzify-members-directory #members-directory-form #youzify-members-list li .members__card .card__box .card-box__person-img {
    width: 80px !important;
    max-width: 80px !important;
    min-width: 80px !important;
    height: 80px !important;
    max-height: 80px !important;
  }
  #youzify.main__members.memberss #youzify-members-directory #members-directory-form #youzify-members-list li:nth-child(3) {
    padding-right: 20px !important;
  }
}
@media only screen and (max-width: 1799px) {
  .page-header {
    padding: 0 40px;
  }
  .page-head__bg {
    padding: 30px 40px;
  }
}
@media only screen and (max-width: 1439px) {
  .newsletter-form {
    margin-right: 20px;
    padding-right: 20px;
  }
}
@media (max-width: 800px) {
  .header__form.header-form .selects_cont {
    margin-left: 10px;
  }
}
@media only screen and (max-width: 1920px) and (min-width: 767px) {
  html, body {
    font-size: calc(14px + 0.2083333333vw);
  }
  .list-articles-item__title {
    font-size: calc(14px + 0.2083333333vw);
  }
  .page-header__contacts-list ul li a {
    font-size: calc(14px + 0.2083333333vw);
  }
  .page-header__mainmenu .uk-navbar-nav > li > a {
    font-size: 13px;
  }
  .page-head__title {
    font-size: calc(24px + 1.25vw);
  }
  .page-head__breadcrumb .uk-breadcrumb > * > * {
    font-size: calc(12px + 0.3125vw);
  }
  .page-footer__menu h4 {
    font-size: calc(18px + 0.2083333333vw);
  }
  .page-footer__menu ul li a {
    font-size: calc(14px + 0.2083333333vw);
  }
  .page-footer__news h4 {
    font-size: calc(18px + 0.2083333333vw);
  }
  .article-full__title,
  .article-intro__title {
    font-size: calc(24px + 0.3125vw);
  }
  .article-full__info > *,
  .article-intro__info > * {
    font-size: calc(12px + 0.2083333333vw);
  }
  .article-full__author a,
  .article-intro__author a {
    font-size: calc(12px + 0.2083333333vw);
  }
  .article-full__comments a,
  .article-intro__comments a {
    font-size: calc(12px + 0.2083333333vw);
  }
  .article-full__content blockquote,
  .article-intro__content blockquote {
    font-size: calc(18px + 0.3125vw);
  }
  .article-full__content blockquote .user strong,
  .article-intro__content blockquote .user strong {
    font-size: calc(14px + 0.2083333333vw);
  }
  .article-full__content blockquote .user span,
  .article-intro__content blockquote .user span {
    font-size: calc(12px + 0.1041666667vw);
    padding-right: 0px;
  }
  .uk-button-large {
    font-size: calc(14px + 0.2083333333vw) !important;
  }
  .section-article-related .section-title .uk-h2 {
    font-size: calc(24px + 0.3125vw);
  }
  .section-title span {
    font-size: calc(14px + 0.2083333333vw);
  }
  .section-article-reviews .section-title h3, #reply-title {
    font-size: calc(15px + 0.5208333333vw);
  }
  .section-title h3 {
    font-size: calc(20px + 1.0416666667vw);
  }
  .new-item__title span {
    font-size: calc(14px + 0.2083333333vw);
  }
  .new-item__title h4 {
    font-size: calc(18px + 0.3125vw);
  }
  .newsletter-form__title h4 {
    font-size: calc(18px + 0.8854166667vw);
  }
  .newsletter-form__form form button {
    font-size: calc(10px + 0.4166666667vw);
  }
}
@media only screen and (max-width: 1679px) {
  .logo span {
    display: none;
  }
}
@media only screen and (max-width: 1359px) {
  .newsletter__inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    flex-direction: inherit;
    align-items: stretch;
  }
  .newsletter-form {
    width: 50%;
  }
  .newsletter-form .newsletter-form__title {
    display: none;
  }
  .download-app {
    width: 50%;
    justify-content: start;
  }
}
@media only screen and (max-width: 1100px) {
  .download-app__title h4 {
    font-size: 30px;
  }
  .download-app__title p {
    font-size: 18px;
  }
}
@media only screen and (max-width: 928px) {
  .newsletter-form {
    width: 80%;
  }
  .download-app {
    width: 20%;
    justify-content: start;
  }
  .download-app__title {
    display: none;
  }
}
@media only screen and (max-width: 840px) {
  .newsletter-form {
    width: 100%;
    margin-right: 0;
    padding-right: 0;
    border-right: 0;
  }
  .download-app {
    display: none;
  }
}
@media only screen and (max-width: 1365px) {
  .padding-fixed-navbar .page-main {
    padding-top: 62px;
  }
  .padding-fixed-navbar .page-main .page-main {
    padding-top: 0px;
  }
  .padding-fixed-navbar.fixed-navbar-two .page-main {
    padding-top: 146px;
  }
  .padding-fixed-navbar.fixed-navbar-two .page-main .page-main {
    padding-top: 0px;
  }
  .page-header__contacts-list ul li a .uk-icon {
    width: 30px;
    height: 30px;
  }
  .page-header__contacts {
    padding-top: 12px;
    padding-bottom: 12px;
    padding-left: 25px;
  }
  .page-header__logo {
    padding-top: 12px;
    padding-bottom: 12px;
  }
  .logo img {
    max-height: 30px;
  }
  .page-header__search {
    width: 60px;
    height: 60px;
  }
  .page-header__mainmenu .uk-navbar-nav > li > a {
    padding: 0 10px;
    font-size: 16px !important;
  }
  .contacts-block::before {
    margin-top: -15px;
    font-size: 30px;
  }
  .contacts-block i:before {
    margin-top: -15px;
    font-size: 30px;
  }
  .contacts-block {
    padding-left: 40px;
  }
  .contacts-block strong {
    font-size: 16px;
  }
  .contacts-block span {
    font-size: 12px;
  }
  .page-footer__contacts {
    max-width: 350px;
    padding: 50px 30px;
  }
}
@media only screen and (max-width: 1199px) {
  .newsletter-form__form {
    border: 5px solid rgba(255, 255, 255, 0.2);
  }
  .newsletter-form__form form {
    padding: 5px 15px;
  }
}
@media only screen and (max-width: 1850px) {
  .page-head__breadcrumb .uk-breadcrumb {
    font-size: 15px;
  }
}
@media only screen and (max-width: 1200px) {
  .page-head__breadcrumb .uk-breadcrumb {
    font-size: 13px;
  }
  .page-head__breadcrumb .uk-breadcrumb a {
    font-size: 13px;
  }
  .breadcrumbs-delimiter {
    margin: 0 8px 0 8px;
    color: #fff;
  }
  .article-full .block-form,
  .article-intro .block-form {
    margin-top: 30px;
  }
  .sidebar {
    padding: 0 0 0 20px;
  }
  .section-article-related {
    margin-top: 30px;
    padding-bottom: 40px;
  }
  .section-article-reviews {
    margin-top: 30px;
  }
}
@media only screen and (max-width: 1199px) {
  .page-footer__top {
    padding-top: 50px;
    padding-bottom: 50px;
  }
  .page-footer__inner {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .page-footer__contacts {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
    width: 50%;
    max-width: calc(50% - 20px);
    margin-top: -65px;
    margin-bottom: 40px;
    padding: 30px;
  }
  .page-footer__contacts p {
    font-size: 14px;
  }
  .page-footer__menu {
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3;
    width: 50%;
  }
  .page-footer__news {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
    width: 50%;
  }
  .page-footer__bottom {
    padding-top: 25px;
    padding-bottom: 25px;
  }
  .page-footer__copy {
    font-size: 14px;
  }
  .page-footer__copy a {
    font-size: 14px;
  }
  .contacts-list li a {
    font-size: 16px;
  }
  .contacts-list li + li {
    margin-top: 10px;
  }
  .contacts-list li span.uk-icon {
    margin-right: 10px;
  }
  .sidebar.--left {
    padding: 0;
  }
}
@media only screen and (max-width: 1023px) {
  .page-header__contacts-list {
    display: none;
  }
}
@media only screen and (max-width: 959px) {
  .article-full:first-child,
  .article-intro:first-child {
    margin-top: 20px;
  }
  #modal-search-full form.search_global .row div {
    width: 65%;
  }
  .padding-fixed-navbar .page-main {
    padding-top: 62px;
  }
  .padding-fixed-navbar .page-main .page-main {
    padding-top: 0px;
  }
  .padding-fixed-navbar.fixed-navbar-two .page-main {
    padding-top: 130px;
  }
  .padding-fixed-navbar.fixed-navbar-two .page-main .page-main {
    padding-top: 0px;
  }
  .article-full__bottom .article-full__tags {
    width: 100%;
  }
  .article-full__bottom .article-full__share {
    margin-top: 15px;
  }
  .page-header.--two-line .page-header__bottom-line {
    padding-top: 8px;
    padding-bottom: 0;
  }
  .page-header.--two-line .uk-icon-button {
    width: 60px;
    height: 60px;
    border-radius: 0;
    background: none;
  }
  .page-header__contacts {
    padding-right: 25px;
  }
  .page-header__search {
    border-left: 1px solid #eee;
  }
  .page-header__mobile-menu-btn {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 60px;
    height: 60px;
  }
  .page-header__mainmenu {
    display: none;
  }
  .page-header {
    padding: 0 0 0 30px;
  }
  .page-head__bg {
    padding: 30px;
  }
  .sidebar {
    padding: 0 !important;
    background: none !important;
  }
  .sidebar::after {
    display: none !important;
  }
  .sidebar_right, .sidebar_left {
    margin-top: 60px;
  }
}
@media only screen and (max-width: 820px) {
  .page-head__breadcrumb {
    display: none;
  }
}
@media (max-width: 767px) {
  .newsletter-form__title h4 {
    font-size: calc(18px + 30.6 * (100vw - 320px) / 1920);
  }
  .newsletter-form__form form button {
    font-size: calc(12px + 13.6 * (100vw - 320px) / 1920);
  }
  .list-articles-item__title {
    font-size: calc(14px + 6.8 * (100vw - 320px) / 1920);
  }
  .page-header__contacts-list ul li a {
    font-size: calc(14px + 6.8 * (100vw - 320px) / 1920);
  }
  .page-header__mainmenu .uk-navbar-nav > li > a {
    font-size: calc(12pxpx + 13.6px * (100vw - 320px) / 1920);
  }
  .page-head__bg {
    height: 250px;
  }
  .page-head__title {
    font-size: calc(24px + 40.8 * (100vw - 320px) / 1920);
  }
  .page-head__breadcrumb {
    width: 90%;
    padding: 10px 15px;
  }
  .page-head__breadcrumb .uk-breadcrumb > * > * {
    font-size: calc(12px + 10.2 * (100vw - 320px) / 1920);
  }
  .page-footer__contacts {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
    width: 100%;
    max-width: 100%;
  }
  .page-footer__menu {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
    width: 100%;
    margin-bottom: 30px;
  }
  .page-footer__news {
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3;
    width: 100%;
  }
  .page-footer__menu h4 {
    font-size: calc(18px + 6.8 * (100vw - 320px) / 1920);
  }
  .page-footer__menu ul li a {
    font-size: calc(14px + 6.8 * (100vw - 320px) / 1920);
  }
  .page-footer__news h4 {
    font-size: calc(18px + 6.8 * (100vw - 320px) / 1920);
  }
  .article-full__title,
  .article-intro__title {
    font-size: calc(24px + 10.2 * (100vw - 320px) / 1920);
  }
  .article-full__info > *,
  .article-intro__info > * {
    font-size: calc(12px + 6.8 * (100vw - 320px) / 1920);
  }
  .article-full__author a,
  .article-intro__author a {
    font-size: calc(12px + 6.8 * (100vw - 320px) / 1920);
  }
  .article-full__comments a,
  .article-intro__comments a {
    font-size: calc(12px + 6.8 * (100vw - 320px) / 1920);
  }
  .article-full__content blockquote,
  .article-intro__content blockquote {
    font-size: calc(18px + 10.2 * (100vw - 320px) / 1920);
  }
  .article-full__content blockquote .user strong,
  .article-intro__content blockquote .user strong {
    font-size: calc(14px + 6.8 * (100vw - 320px) / 1920);
  }
  .article-full__content blockquote .user span,
  .article-intro__content blockquote .user span {
    font-size: calc(12px + 3.4 * (100vw - 320px) / 1920);
  }
  .uk-button-large {
    height: 45px;
    padding: 0 20px;
    line-height: 43px !important;
  }
  .uk-button-large {
    font-size: calc(14px + 6.8 * (100vw - 320px) / 1920);
  }
  .uk-form-large:not(textarea):not([multiple]):not([size]) {
    height: 45px;
    padding-left: 15px;
  }
  .widget_categories ul li a,
  .widget_nav_menu ul li a,
  .widget_pages ul li a,
  .widget_archive ul li a {
    font-size: calc(14px + 6.8 * (100vw - 320px) / 1920);
  }
  .section-article-related .section-title .uk-h2 {
    font-size: calc(24px + 10.2 * (100vw - 320px) / 1920);
  }
  .section-title span {
    font-size: calc(14px + 6.8 * (100vw - 320px) / 1920);
  }
  .section-article-reviews .section-title h3, #reply-title {
    font-size: calc(20px + 34 * (100vw - 320px) / 1920);
  }
  .section-title h3 {
    font-size: calc(20px + 34 * (100vw - 320px) / 1920);
  }
  .new-item__body {
    padding: 30px 15px;
  }
  .new-item__title span {
    font-size: calc(14px + 6.8 * (100vw - 320px) / 1920);
  }
  .new-item__title h4 {
    font-size: calc(18px + 10.2 * (100vw - 320px) / 1920);
  }
}
@media only screen and (max-width: 639px) {
  .padding-fixed-navbar .page-main {
    padding-top: 62px;
  }
  .padding-fixed-navbar .page-main .page-main {
    padding-top: 0px;
  }
  .padding-fixed-navbar.fixed-navbar-two .page-main {
    padding-top: 62px;
  }
  .padding-fixed-navbar.fixed-navbar-two .page-main .page-main {
    padding-top: 0px;
  }
  .fl-progress-bar .fl-tracking-progress-bar {
    margin: 0px !important;
  }
  .newsletter-form {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    -webkit-box-align: start;
    -ms-flex-align: start;
    flex-direction: column;
    align-items: flex-start;
  }
  .newsletter-form__title {
    margin-bottom: 10px;
  }
  .newsletter-form__title h4 br {
    display: none;
  }
  .newsletter-form__form form {
    padding: 5px 5px 5px 10px;
  }
  .newsletter-form__form form button {
    padding: 0 10px;
  }
  .page-header.--two-line .page-header__top-line {
    display: none;
  }
  .page-header.--two-line .page-header__bottom-line {
    padding-top: 0;
  }
  .page-header__contacts {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 60px;
    height: 60px;
    padding: 0;
  }
  .contacts-block {
    padding-left: 30px;
  }
  .contacts-block span {
    display: none;
  }
  .contacts-block strong {
    display: none;
  }
  .page-footer__copy {
    font-size: 12px;
  }
  .page-footer__copy span {
    display: block;
    margin-right: 0;
    margin-bottom: 10px;
  }
  .page-footer__copy a {
    font-size: 10px;
  }
  .article-intro + .article-intro {
    margin-top: 60px;
  }
}
@media only screen and (max-width: 600px) {
  html.uk-offcanvas-page {
    margin-top: 0px !important;
  }
  html.uk-offcanvas-page body #tm-main-holder {
    margin-top: 46px !important;
  }
  html.uk-offcanvas-page body #tm-main-holder .uk-offcanvas-reveal .uk-offcanvas-bar {
    margin-top: 0px;
  }
}
@media only screen and (max-width: 520px) {
  .download-app__title h4 {
    font-size: 24px;
  }
  .download-app__title p {
    font-size: 18px;
  }
  .newsletter-form .newsletter-form__title {
    width: 100%;
  }
  .newsletter-form__form form.mc4wp-form .mc4wp-form-fields {
    padding: 0px 10px 0px 5px;
  }
  .newsletter-form__form form.mc4wp-form .mc4wp-form-fields input[type=submit] {
    font-size: 16px;
  }
}
@media only screen and (max-width: 470px) {
  .uk-pagination .page-numbers {
    width: 30px;
    height: 30px;
    font-size: 14px;
  }
  .download-app__title h4 {
    font-size: 20px;
  }
  .download-app__title p {
    font-size: 12px;
  }
  #modal-search-full form.search_global .row div input {
    font-size: 12px;
  }
  .article-intro__info .article-intro__comments {
    display: none;
  }
}
@media only screen and (max-width: 370px) {
  .newsletter-form {
    margin-right: 0;
    margin-bottom: 0px;
    padding-right: 0;
    padding-bottom: 0px;
    border-right: 0;
    border-bottom: 0px solid #fff;
  }
  .download-app {
    display: none;
  }
}
@media only screen and (max-width: 1086px) {
  .header.header-2 .header-main .header-main-cont .col-h3 {
    padding-right: 0;
  }
  .header.header-2 .nav-item.rv_myaccount a {
    font-size: 12px;
  }
  .header.header-2 .vender-link {
    font-size: 12px;
    padding: 5px 20px;
  }
}
@media only screen and (max-width: 1393px) {
  .header .header-main .col-h3 {
    padding-right: 0;
  }
  .header .header-main .col-h2, .header .header-main .user-alerts {
    display: none;
  }
}
@media only screen and (max-width: 1039px) {
  .header.header-2 .vender-link {
    margin: 16px 10px 16px 5px;
  }
}
@media only screen and (max-width: 1000px) {
  .header .header-main .col-h4 {
    margin-right: 80px;
  }
  .header.header-2 .vender-link {
    display: none;
  }
  .header.header-2.header-fixed .header-main .navbar-brand {
    padding-left: 20px;
  }
  .header-main .navbar-brand {
    padding-left: 20px;
  }
}
@media only screen and (max-width: 783px) {
  .admin-bar [data-off-canvas*=left] {
    margin-top: 46px;
  }
  .admin-bar .header.header-2 {
    margin-top: 46px;
  }
}
@media only screen and (max-width: 500px) {
  .header .header-main .col-h4 {
    display: none;
  }
}
@media only screen and (max-width: 992px) {
  .sidebar_right .sidebar {
    padding-left: 0px;
  }
  .col-lg-3.sidebar_right {
    padding: 0;
    margin-top: 50px;
  }
  .widget.widget_search form {
    width: 100%;
  }
  html .docspress-archive .docspress-archive-list > .docspress-archive-list-item {
    flex: 1 0 100% !important;
    min-width: 100% !important;
    max-width: 100% !important;
  }
}
@media only screen and (max-width: 1251px) {
  .youzify-content .listing__products .row#fl-places-ajax-container .b-goods-f.fl-places-slider-inner {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
}
@media only screen and (max-width: 1200px) {
  .tm_navigation_style_two .header__inner {
    gap: 0px;
  }
  .tm_navigation_style_two .header-call {
    display: none;
  }
  .tm_navigation_style_four .header-call__box-link {
    font-size: 24px;
  }
  .tm_navigation_style_four .header-call {
    display: none;
  }
}
@media only screen and (max-width: 1000px) {
  .youzify-content .listing__products .row#fl-places-ajax-container .b-goods-f.fl-places-slider-inner {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .tm_footer_style_style_two .footer__inner .footer__box {
    margin-right: 0;
  }
  .tm_nav_style_one .main__blog.tm_blog .blog__inner {
    gap: unset;
  }
  .tm_navigation_style_two .header__menu {
    display: none;
  }
  .tm_navigation_style_two .header__wrapper {
    justify-content: flex-end;
  }
  .tm_navigation_style_two .logo {
    margin-left: 100px;
  }
  .tm_navigation_style_two .dl-menuwrapper {
    top: 22px;
  }
  .tm_navigation_style_two .dl-menuwrapper button {
    background: #ed2222;
  }
  .tm_navigation_style_two .dl-menuwrapper ul {
    background: #ed2222;
  }
  .tm_nav_style_two .main__section-top {
    padding-top: 185px;
  }
  .header.tm_navigation_style_three .dl-menuwrapper {
    top: 18px;
  }
  .header.tm_navigation_style_three .header__wrapper {
    padding: 20px 24px 20px 80px;
  }
  .tm_navigation_style_four .logo {
    margin-left: 100px;
  }
  .header.tm_navigation_style_four .dl-menuwrapper {
    top: 45px;
  }
  .tm_navigation_style_four .header-call {
    display: block;
  }
  .tm_navigation_style_four .header__inner .header__wrapper .header__menu {
    display: none;
  }
  .tm_navigation_style_four .header-call svg {
    display: none;
  }
}
/*-------------------------------------------------------------------

==  Woo

-------------------------------------------------------------------*/
/*-------------------------------------------------------------------

==  Woo

-------------------------------------------------------------------*/
.tag-columns .wp-block-columns {
  margin-top: 0 !important;
}

.vbox-child {
  box-shadow: unset !important;
}

.tm_view_details_content {
  background: #fff;
  padding: 30px;
  margin: 30px;
  box-shadow: 0 5px 15px 5px rgba(0, 0, 0, 0.2);
}

#modal-search-full .uk-modal-dialog {
  background: rgba(34, 34, 34, 0.8);
}

@media only screen and (max-width: 780px) {
  .logged-in #modal-search-full button.uk-icon:not(:disabled).uk-close {
    margin-top: 46px !important;
  }
}
.uk-lightbox iframe, .uk-lightbox figure {
  width: 720px;
}

input.uk-search-input {
  padding-left: 0px;
  width: 99%;
}

.single-page-wrapper, .post-inner_content, .blog__comments_wrap {
  /* Lists ------------------------------------- */
  /* VANILLA GALLERIES */
}
.single-page-wrapper p:last-child, .single-page-wrapper ol:last-child, .post-inner_content p:last-child, .post-inner_content ol:last-child, .blog__comments_wrap p:last-child, .blog__comments_wrap ol:last-child {
  margin-bottom: 0;
}
.single-page-wrapper .trackback .comments-item__img, .single-page-wrapper .pingback .comments-item__img, .post-inner_content .trackback .comments-item__img, .post-inner_content .pingback .comments-item__img, .blog__comments_wrap .trackback .comments-item__img, .blog__comments_wrap .pingback .comments-item__img {
  display: none;
}
.single-page-wrapper .trackback .comments-item__inner, .single-page-wrapper .pingback .comments-item__inner, .post-inner_content .trackback .comments-item__inner, .post-inner_content .pingback .comments-item__inner, .blog__comments_wrap .trackback .comments-item__inner, .blog__comments_wrap .pingback .comments-item__inner {
  margin-left: 0;
}
.single-page-wrapper figure.wp-caption, .post-inner_content figure.wp-caption, .blog__comments_wrap figure.wp-caption {
  max-width: 100%;
}
.single-page-wrapper a, .post-inner_content a, .blog__comments_wrap a {
  color: #f9d442;
}
.single-page-wrapper a:hover, .post-inner_content a:hover, .blog__comments_wrap a:hover {
  transition: 0.3s ease;
  color: #ff99c0;
}
.single-page-wrapper code, .post-inner_content code, .blog__comments_wrap code {
  white-space: break-spaces;
  display: block;
}
.single-page-wrapper .wp-block-archives-list li, .post-inner_content .wp-block-archives-list li, .blog__comments_wrap .wp-block-archives-list li {
  position: relative;
  transition: all 0.3s ease-in-out;
}
.single-page-wrapper .wp-block-archives-list li:hover, .post-inner_content .wp-block-archives-list li:hover, .blog__comments_wrap .wp-block-archives-list li:hover {
  color: #f9d442;
}
.single-page-wrapper .wp-block-archives-list li .fl-archive-post-count:before, .post-inner_content .wp-block-archives-list li .fl-archive-post-count:before, .blog__comments_wrap .wp-block-archives-list li .fl-archive-post-count:before {
  content: "(";
}
.single-page-wrapper .wp-block-archives-list li .fl-archive-post-count:after, .post-inner_content .wp-block-archives-list li .fl-archive-post-count:after, .blog__comments_wrap .wp-block-archives-list li .fl-archive-post-count:after {
  content: ")";
}
.single-page-wrapper .wp-block-search__input, .post-inner_content .wp-block-search__input, .blog__comments_wrap .wp-block-search__input {
  padding: 0.5px;
}
.single-page-wrapper .wp-block-archives-dropdown select, .single-page-wrapper .wp-block-categories select, .post-inner_content .wp-block-archives-dropdown select, .post-inner_content .wp-block-categories select, .blog__comments_wrap .wp-block-archives-dropdown select, .blog__comments_wrap .wp-block-categories select {
  font-size: 14px;
  background: url(../../css/images/arrow-dropdown.png) #fff 98.5% 55%;
  padding: 16px 25px;
  background-repeat: no-repeat;
  margin-bottom: 0px;
}
.single-page-wrapper .wp-block-latest-comments li, .single-page-wrapper .wp-block-latest-posts li, .post-inner_content .wp-block-latest-comments li, .post-inner_content .wp-block-latest-posts li, .blog__comments_wrap .wp-block-latest-comments li, .blog__comments_wrap .wp-block-latest-posts li {
  margin: 15px 0 0 0px;
}
.single-page-wrapper .wp-block-latest-comments li a.wp-block-latest-comments__comment-author, .single-page-wrapper .wp-block-latest-comments li a.wp-block-latest-comments__comment-link, .single-page-wrapper .wp-block-latest-posts li a.wp-block-latest-comments__comment-author, .single-page-wrapper .wp-block-latest-posts li a.wp-block-latest-comments__comment-link, .post-inner_content .wp-block-latest-comments li a.wp-block-latest-comments__comment-author, .post-inner_content .wp-block-latest-comments li a.wp-block-latest-comments__comment-link, .post-inner_content .wp-block-latest-posts li a.wp-block-latest-comments__comment-author, .post-inner_content .wp-block-latest-posts li a.wp-block-latest-comments__comment-link, .blog__comments_wrap .wp-block-latest-comments li a.wp-block-latest-comments__comment-author, .blog__comments_wrap .wp-block-latest-comments li a.wp-block-latest-comments__comment-link, .blog__comments_wrap .wp-block-latest-posts li a.wp-block-latest-comments__comment-author, .blog__comments_wrap .wp-block-latest-posts li a.wp-block-latest-comments__comment-link {
  font-weight: 600;
  color: #f9d442;
  transition: all 0.3s ease-in-out;
}
.single-page-wrapper .wp-block-latest-comments li a.wp-block-latest-comments__comment-author:hover, .single-page-wrapper .wp-block-latest-comments li a.wp-block-latest-comments__comment-link:hover, .single-page-wrapper .wp-block-latest-posts li a.wp-block-latest-comments__comment-author:hover, .single-page-wrapper .wp-block-latest-posts li a.wp-block-latest-comments__comment-link:hover, .post-inner_content .wp-block-latest-comments li a.wp-block-latest-comments__comment-author:hover, .post-inner_content .wp-block-latest-comments li a.wp-block-latest-comments__comment-link:hover, .post-inner_content .wp-block-latest-posts li a.wp-block-latest-comments__comment-author:hover, .post-inner_content .wp-block-latest-posts li a.wp-block-latest-comments__comment-link:hover, .blog__comments_wrap .wp-block-latest-comments li a.wp-block-latest-comments__comment-author:hover, .blog__comments_wrap .wp-block-latest-comments li a.wp-block-latest-comments__comment-link:hover, .blog__comments_wrap .wp-block-latest-posts li a.wp-block-latest-comments__comment-author:hover, .blog__comments_wrap .wp-block-latest-posts li a.wp-block-latest-comments__comment-link:hover {
  color: #ff99c0 !important;
}
.single-page-wrapper .wp-block-latest-comments li a, .single-page-wrapper .wp-block-latest-posts li a, .post-inner_content .wp-block-latest-comments li a, .post-inner_content .wp-block-latest-posts li a, .blog__comments_wrap .wp-block-latest-comments li a, .blog__comments_wrap .wp-block-latest-posts li a {
  font-weight: 600;
  color: #f9d442;
  transition: all 0.3s ease-in-out;
}
.single-page-wrapper .wp-block-latest-comments li a:hover, .single-page-wrapper .wp-block-latest-posts li a:hover, .post-inner_content .wp-block-latest-comments li a:hover, .post-inner_content .wp-block-latest-posts li a:hover, .blog__comments_wrap .wp-block-latest-comments li a:hover, .blog__comments_wrap .wp-block-latest-posts li a:hover {
  color: #ff99c0 !important;
}
.single-page-wrapper table a, .post-inner_content table a, .blog__comments_wrap table a {
  color: #f9d442 !important;
  transition: all 0.3s ease-in-out;
  font-weight: 700;
}
.single-page-wrapper table a:hover, .post-inner_content table a:hover, .blog__comments_wrap table a:hover {
  color: #ff99c0 !important;
}
.single-page-wrapper .blocks-gallery-grid .blocks-gallery-item figcaption, .post-inner_content .blocks-gallery-grid .blocks-gallery-item figcaption, .blog__comments_wrap .blocks-gallery-grid .blocks-gallery-item figcaption {
  margin-bottom: 0;
}
.single-page-wrapper .wp-block-column blockquote, .post-inner_content .wp-block-column blockquote, .blog__comments_wrap .wp-block-column blockquote {
  padding-top: 60px;
  padding-right: 60px;
  padding-bottom: 60px;
  padding-left: 60px;
  margin-top: 40px;
  border-radius: 10px;
  border: 1px solid #4b515a;
}
.single-page-wrapper .wp-block-column blockquote p, .post-inner_content .wp-block-column blockquote p, .blog__comments_wrap .wp-block-column blockquote p {
  margin-bottom: 20px;
  color: #9981c2;
  text-align: center;
  leading-trim: both;
  text-edge: cap;
  font-size: 36px;
  line-height: 36px;
  font-weight: 600;
}
.single-page-wrapper .wp-block-column blockquote cite, .post-inner_content .wp-block-column blockquote cite, .blog__comments_wrap .wp-block-column blockquote cite {
  color: #fff;
  text-align: center;
  leading-trim: both;
  text-edge: cap;
  font-size: 14px;
  font-weight: 600;
  line-height: 20px;
  font-style: normal;
}
.single-page-wrapper .wp-block-column blockquote p, .post-inner_content .wp-block-column blockquote p, .blog__comments_wrap .wp-block-column blockquote p {
  font-style: normal;
}
.single-page-wrapper .wp-block-column blockquote:before, .post-inner_content .wp-block-column blockquote:before, .blog__comments_wrap .wp-block-column blockquote:before {
  content: none;
  width: 50px;
  height: 50px;
  min-width: 50px;
  min-height: 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background: #f9d442;
  border-radius: 100px;
  position: relative;
  top: 0;
  bottom: 0;
  left: 45px;
  margin: auto;
}
.single-page-wrapper .wp-block-column blockquote:after, .post-inner_content .wp-block-column blockquote:after, .blog__comments_wrap .wp-block-column blockquote:after {
  content: none;
  background-repeat: no-repeat;
  background-image: url(../images/bloquote.svg);
  position: relative;
  top: 0;
  bottom: 0;
  left: 60px;
  margin: auto;
  width: 18px;
  height: 13px;
  z-index: 99;
  background-size: contain;
}
.single-page-wrapper .wp-block-column p, .post-inner_content .wp-block-column p, .blog__comments_wrap .wp-block-column p {
  margin-top: 0 !important;
}
.single-page-wrapper > p:first-child, .post-inner_content > p:first-child, .blog__comments_wrap > p:first-child {
  margin-top: 0 !important;
}
.single-page-wrapper p, .post-inner_content p, .blog__comments_wrap p {
  margin-top: 0px;
  margin-bottom: 0px;
}
.single-page-wrapper a, .post-inner_content a, .blog__comments_wrap a {
  transition: 0.3s ease;
}
.single-page-wrapper a:hover, .post-inner_content a:hover, .blog__comments_wrap a:hover {
  transition: 0.3s ease;
}
.single-page-wrapper a.wp-block-button__link, .post-inner_content a.wp-block-button__link, .blog__comments_wrap a.wp-block-button__link {
  color: #fff;
}
.single-page-wrapper ul,
.single-page-wrapper ol, .post-inner_content ul,
.post-inner_content ol, .blog__comments_wrap ul,
.blog__comments_wrap ol {
  margin: 0 0 25px 0;
}
.single-page-wrapper ul, .post-inner_content ul, .blog__comments_wrap ul {
  list-style: disc;
}
.single-page-wrapper ul ul, .post-inner_content ul ul, .blog__comments_wrap ul ul {
  list-style: circle;
}
.single-page-wrapper ul ul ul, .post-inner_content ul ul ul, .blog__comments_wrap ul ul ul {
  list-style: square;
}
.single-page-wrapper ol, .post-inner_content ol, .blog__comments_wrap ol {
  list-style: decimal;
}
.single-page-wrapper ol ol, .post-inner_content ol ol, .blog__comments_wrap ol ol {
  list-style: lower-alpha;
}
.single-page-wrapper ol ol ol, .post-inner_content ol ol ol, .blog__comments_wrap ol ol ol {
  list-style: lower-roman;
}
.single-page-wrapper li, .post-inner_content li, .blog__comments_wrap li {
  margin: 15px 0 0 25px;
}
.single-page-wrapper li > ul,
.single-page-wrapper li > ol, .post-inner_content li > ul,
.post-inner_content li > ol, .blog__comments_wrap li > ul,
.blog__comments_wrap li > ol {
  margin: 0 0 0 0;
}
.single-page-wrapper .reset-list-style,
.single-page-wrapper .reset-list-style ul,
.single-page-wrapper .reset-list-style ol, .post-inner_content .reset-list-style,
.post-inner_content .reset-list-style ul,
.post-inner_content .reset-list-style ol, .blog__comments_wrap .reset-list-style,
.blog__comments_wrap .reset-list-style ul,
.blog__comments_wrap .reset-list-style ol {
  list-style: none;
  margin: 0;
}
.single-page-wrapper .reset-list-style li, .post-inner_content .reset-list-style li, .blog__comments_wrap .reset-list-style li {
  margin: 0;
}
.single-page-wrapper dt,
.single-page-wrapper dd, .post-inner_content dt,
.post-inner_content dd, .blog__comments_wrap dt,
.blog__comments_wrap dd {
  line-height: 1.5;
}
.single-page-wrapper dt, .post-inner_content dt, .blog__comments_wrap dt {
  font-weight: 700;
}
.single-page-wrapper dt + dd, .post-inner_content dt + dd, .blog__comments_wrap dt + dd {
  margin-top: 15px;
}
.single-page-wrapper dd + dt, .post-inner_content dd + dt, .blog__comments_wrap dd + dt {
  margin-top: 20px;
}
.single-page-wrapper ul ul, .post-inner_content ul ul, .blog__comments_wrap ul ul {
  margin-top: 0;
}
.single-page-wrapper .wp-block-archives:not(.alignwide):not(.alignfull), .single-page-wrapper .wp-block-categories:not(.alignwide):not(.alignfull), .single-page-wrapper .wp-block-code, .single-page-wrapper .wp-block-columns:not(.alignwide):not(.alignfull), .single-page-wrapper .wp-block-cover:not(.alignwide):not(.alignfull):not(.alignleft):not(.alignright):not(.aligncenter), .single-page-wrapper .wp-block-embed:not(.alignwide):not(.alignfull):not(.alignleft):not(.alignright):not(.aligncenter), .single-page-wrapper .wp-block-gallery:not(.alignwide):not(.alignfull):not(.alignleft):not(.alignright):not(.aligncenter), .single-page-wrapper .wp-block-group:not(.has-background):not(.alignwide):not(.alignfull), .single-page-wrapper .wp-block-image:not(.alignwide):not(.alignfull):not(.alignleft):not(.alignright):not(.aligncenter), .single-page-wrapper .wp-block-latest-comments:not(.aligncenter):not(.alignleft):not(.alignright), .single-page-wrapper .wp-block-latest-posts:not(.aligncenter):not(.alignleft):not(.alignright), .single-page-wrapper .wp-block-media-text:not(.alignwide):not(.alignfull), .single-page-wrapper .wp-block-preformatted, .single-page-wrapper .wp-block-pullquote:not(.alignwide):not(.alignfull):not(.alignleft):not(.alignright), .single-page-wrapper .wp-block-quote, .single-page-wrapper .wp-block-quote.is-large, .single-page-wrapper .wp-block-quote.is-style-large, .single-page-wrapper .wp-block-verse, .single-page-wrapper .wp-block-video:not(.alignwide):not(.alignfull), .post-inner_content .wp-block-archives:not(.alignwide):not(.alignfull), .post-inner_content .wp-block-categories:not(.alignwide):not(.alignfull), .post-inner_content .wp-block-code, .post-inner_content .wp-block-columns:not(.alignwide):not(.alignfull), .post-inner_content .wp-block-cover:not(.alignwide):not(.alignfull):not(.alignleft):not(.alignright):not(.aligncenter), .post-inner_content .wp-block-embed:not(.alignwide):not(.alignfull):not(.alignleft):not(.alignright):not(.aligncenter), .post-inner_content .wp-block-gallery:not(.alignwide):not(.alignfull):not(.alignleft):not(.alignright):not(.aligncenter), .post-inner_content .wp-block-group:not(.has-background):not(.alignwide):not(.alignfull), .post-inner_content .wp-block-image:not(.alignwide):not(.alignfull):not(.alignleft):not(.alignright):not(.aligncenter), .post-inner_content .wp-block-latest-comments:not(.aligncenter):not(.alignleft):not(.alignright), .post-inner_content .wp-block-latest-posts:not(.aligncenter):not(.alignleft):not(.alignright), .post-inner_content .wp-block-media-text:not(.alignwide):not(.alignfull), .post-inner_content .wp-block-preformatted, .post-inner_content .wp-block-pullquote:not(.alignwide):not(.alignfull):not(.alignleft):not(.alignright), .post-inner_content .wp-block-quote, .post-inner_content .wp-block-quote.is-large, .post-inner_content .wp-block-quote.is-style-large, .post-inner_content .wp-block-verse, .post-inner_content .wp-block-video:not(.alignwide):not(.alignfull), .blog__comments_wrap .wp-block-archives:not(.alignwide):not(.alignfull), .blog__comments_wrap .wp-block-categories:not(.alignwide):not(.alignfull), .blog__comments_wrap .wp-block-code, .blog__comments_wrap .wp-block-columns:not(.alignwide):not(.alignfull), .blog__comments_wrap .wp-block-cover:not(.alignwide):not(.alignfull):not(.alignleft):not(.alignright):not(.aligncenter), .blog__comments_wrap .wp-block-embed:not(.alignwide):not(.alignfull):not(.alignleft):not(.alignright):not(.aligncenter), .blog__comments_wrap .wp-block-gallery:not(.alignwide):not(.alignfull):not(.alignleft):not(.alignright):not(.aligncenter), .blog__comments_wrap .wp-block-group:not(.has-background):not(.alignwide):not(.alignfull), .blog__comments_wrap .wp-block-image:not(.alignwide):not(.alignfull):not(.alignleft):not(.alignright):not(.aligncenter), .blog__comments_wrap .wp-block-latest-comments:not(.aligncenter):not(.alignleft):not(.alignright), .blog__comments_wrap .wp-block-latest-posts:not(.aligncenter):not(.alignleft):not(.alignright), .blog__comments_wrap .wp-block-media-text:not(.alignwide):not(.alignfull), .blog__comments_wrap .wp-block-preformatted, .blog__comments_wrap .wp-block-pullquote:not(.alignwide):not(.alignfull):not(.alignleft):not(.alignright), .blog__comments_wrap .wp-block-quote, .blog__comments_wrap .wp-block-quote.is-large, .blog__comments_wrap .wp-block-quote.is-style-large, .blog__comments_wrap .wp-block-verse, .blog__comments_wrap .wp-block-video:not(.alignwide):not(.alignfull) {
  margin-bottom: 25px;
  margin-top: 25px;
}
.single-page-wrapper .wp-block-image .alignleft, .post-inner_content .wp-block-image .alignleft, .blog__comments_wrap .wp-block-image .alignleft {
  float: left;
  margin-right: 25px;
}
.single-page-wrapper .wp-block-image .alignright, .post-inner_content .wp-block-image .alignright, .blog__comments_wrap .wp-block-image .alignright {
  float: right;
  margin-left: 25px;
}
.single-page-wrapper .wp-block-image, .post-inner_content .wp-block-image, .blog__comments_wrap .wp-block-image {
  margin-top: 25px;
  margin-bottom: 25px;
}
.single-page-wrapper .wp-block-image figcaption, .post-inner_content .wp-block-image figcaption, .blog__comments_wrap .wp-block-image figcaption {
  margin-top: 10px;
  margin-bottom: 10px;
}
.single-page-wrapper .wp-block-button, .post-inner_content .wp-block-button, .blog__comments_wrap .wp-block-button {
  margin: 15px 0;
}
.single-page-wrapper .wp-block-button a, .post-inner_content .wp-block-button a, .blog__comments_wrap .wp-block-button a {
  color: inherit;
}
.single-page-wrapper .wp-block-button a.wp-block-button__link, .post-inner_content .wp-block-button a.wp-block-button__link, .blog__comments_wrap .wp-block-button a.wp-block-button__link {
  color: #fff;
}
.single-page-wrapper .wp-block-pullquote, .post-inner_content .wp-block-pullquote, .blog__comments_wrap .wp-block-pullquote {
  padding: 0;
}
.single-page-wrapper .wp-block-quote.has-text-align-right:after, .post-inner_content .wp-block-quote.has-text-align-right:after, .blog__comments_wrap .wp-block-quote.has-text-align-right:after {
  text-align: left;
}
.single-page-wrapper .wp-block-pullquote.has-background, .post-inner_content .wp-block-pullquote.has-background, .blog__comments_wrap .wp-block-pullquote.has-background {
  padding: 20px;
}
.single-page-wrapper .wp-block-pullquote.is-style-solid-color blockquote, .post-inner_content .wp-block-pullquote.is-style-solid-color blockquote, .blog__comments_wrap .wp-block-pullquote.is-style-solid-color blockquote {
  margin-bottom: 0px;
}
.single-page-wrapper .wp-block-quote.is-large p, .single-page-wrapper .wp-block-quote.is-style-large p, .post-inner_content .wp-block-quote.is-large p, .post-inner_content .wp-block-quote.is-style-large p, .blog__comments_wrap .wp-block-quote.is-large p, .blog__comments_wrap .wp-block-quote.is-style-large p {
  line-height: 40px;
  font-size: 30px;
}
.single-page-wrapper .has-large-font-size, .post-inner_content .has-large-font-size, .blog__comments_wrap .has-large-font-size {
  line-height: 1.5;
}
.single-page-wrapper .has-medium-font-size, .post-inner_content .has-medium-font-size, .blog__comments_wrap .has-medium-font-size {
  line-height: 1.5;
}
.single-page-wrapper .has-drop-cap:not(:focus)::first-letter, .post-inner_content .has-drop-cap:not(:focus)::first-letter, .blog__comments_wrap .has-drop-cap:not(:focus)::first-letter {
  color: #222;
  font-size: 5.1em;
  font-weight: 800;
  margin: 0.05em 0.1em 0 0;
}
.single-page-wrapper .has-drop-cap:not(:focus)::first-letter::after, .post-inner_content .has-drop-cap:not(:focus)::first-letter::after, .blog__comments_wrap .has-drop-cap:not(:focus)::first-letter::after {
  content: "";
  display: table;
  clear: both;
}
.single-page-wrapper .has-drop-cap:not(:focus)::after, .post-inner_content .has-drop-cap:not(:focus)::after, .blog__comments_wrap .has-drop-cap:not(:focus)::after {
  padding: 0;
}
.single-page-wrapper .wp-block-cover, .single-page-wrapper .wp-block-cover-image, .post-inner_content .wp-block-cover, .post-inner_content .wp-block-cover-image, .blog__comments_wrap .wp-block-cover, .blog__comments_wrap .wp-block-cover-image {
  margin-bottom: 25px;
}
.single-page-wrapper .wp-block-cover-image .wp-block-subhead:not(.has-text-color), .single-page-wrapper .wp-block-cover-image h1:not(.has-text-color), .single-page-wrapper .wp-block-cover-image h2:not(.has-text-color), .single-page-wrapper .wp-block-cover-image h3:not(.has-text-color), .single-page-wrapper .wp-block-cover-image h4:not(.has-text-color), .single-page-wrapper .wp-block-cover-image h5:not(.has-text-color), .single-page-wrapper .wp-block-cover-image h6:not(.has-text-color), .single-page-wrapper .wp-block-cover-image p:not(.has-text-color), .single-page-wrapper .wp-block-cover .wp-block-subhead:not(.has-text-color), .single-page-wrapper .wp-block-cover h1:not(.has-text-color), .single-page-wrapper .wp-block-cover h2:not(.has-text-color), .single-page-wrapper .wp-block-cover h3:not(.has-text-color), .single-page-wrapper .wp-block-cover h4:not(.has-text-color), .single-page-wrapper .wp-block-cover h5:not(.has-text-color), .single-page-wrapper .wp-block-cover h6:not(.has-text-color), .single-page-wrapper .wp-block-cover p:not(.has-text-color), .post-inner_content .wp-block-cover-image .wp-block-subhead:not(.has-text-color), .post-inner_content .wp-block-cover-image h1:not(.has-text-color), .post-inner_content .wp-block-cover-image h2:not(.has-text-color), .post-inner_content .wp-block-cover-image h3:not(.has-text-color), .post-inner_content .wp-block-cover-image h4:not(.has-text-color), .post-inner_content .wp-block-cover-image h5:not(.has-text-color), .post-inner_content .wp-block-cover-image h6:not(.has-text-color), .post-inner_content .wp-block-cover-image p:not(.has-text-color), .post-inner_content .wp-block-cover .wp-block-subhead:not(.has-text-color), .post-inner_content .wp-block-cover h1:not(.has-text-color), .post-inner_content .wp-block-cover h2:not(.has-text-color), .post-inner_content .wp-block-cover h3:not(.has-text-color), .post-inner_content .wp-block-cover h4:not(.has-text-color), .post-inner_content .wp-block-cover h5:not(.has-text-color), .post-inner_content .wp-block-cover h6:not(.has-text-color), .post-inner_content .wp-block-cover p:not(.has-text-color), .blog__comments_wrap .wp-block-cover-image .wp-block-subhead:not(.has-text-color), .blog__comments_wrap .wp-block-cover-image h1:not(.has-text-color), .blog__comments_wrap .wp-block-cover-image h2:not(.has-text-color), .blog__comments_wrap .wp-block-cover-image h3:not(.has-text-color), .blog__comments_wrap .wp-block-cover-image h4:not(.has-text-color), .blog__comments_wrap .wp-block-cover-image h5:not(.has-text-color), .blog__comments_wrap .wp-block-cover-image h6:not(.has-text-color), .blog__comments_wrap .wp-block-cover-image p:not(.has-text-color), .blog__comments_wrap .wp-block-cover .wp-block-subhead:not(.has-text-color), .blog__comments_wrap .wp-block-cover h1:not(.has-text-color), .blog__comments_wrap .wp-block-cover h2:not(.has-text-color), .blog__comments_wrap .wp-block-cover h3:not(.has-text-color), .blog__comments_wrap .wp-block-cover h4:not(.has-text-color), .blog__comments_wrap .wp-block-cover h5:not(.has-text-color), .blog__comments_wrap .wp-block-cover h6:not(.has-text-color), .blog__comments_wrap .wp-block-cover p:not(.has-text-color) {
  color: #fff;
}
.single-page-wrapper .wp-block-cover-image .wp-block-subhead:not(.has-text-color) a:hover, .single-page-wrapper .wp-block-cover-image h1:not(.has-text-color) a:hover, .single-page-wrapper .wp-block-cover-image h2:not(.has-text-color) a:hover, .single-page-wrapper .wp-block-cover-image h3:not(.has-text-color) a:hover, .single-page-wrapper .wp-block-cover-image h4:not(.has-text-color) a:hover, .single-page-wrapper .wp-block-cover-image h5:not(.has-text-color) a:hover, .single-page-wrapper .wp-block-cover-image h6:not(.has-text-color) a:hover, .single-page-wrapper .wp-block-cover-image p:not(.has-text-color) a:hover, .single-page-wrapper .wp-block-cover .wp-block-subhead:not(.has-text-color) a:hover, .single-page-wrapper .wp-block-cover h1:not(.has-text-color) a:hover, .single-page-wrapper .wp-block-cover h2:not(.has-text-color) a:hover, .single-page-wrapper .wp-block-cover h3:not(.has-text-color) a:hover, .single-page-wrapper .wp-block-cover h4:not(.has-text-color) a:hover, .single-page-wrapper .wp-block-cover h5:not(.has-text-color) a:hover, .single-page-wrapper .wp-block-cover h6:not(.has-text-color) a:hover, .single-page-wrapper .wp-block-cover p:not(.has-text-color) a:hover, .post-inner_content .wp-block-cover-image .wp-block-subhead:not(.has-text-color) a:hover, .post-inner_content .wp-block-cover-image h1:not(.has-text-color) a:hover, .post-inner_content .wp-block-cover-image h2:not(.has-text-color) a:hover, .post-inner_content .wp-block-cover-image h3:not(.has-text-color) a:hover, .post-inner_content .wp-block-cover-image h4:not(.has-text-color) a:hover, .post-inner_content .wp-block-cover-image h5:not(.has-text-color) a:hover, .post-inner_content .wp-block-cover-image h6:not(.has-text-color) a:hover, .post-inner_content .wp-block-cover-image p:not(.has-text-color) a:hover, .post-inner_content .wp-block-cover .wp-block-subhead:not(.has-text-color) a:hover, .post-inner_content .wp-block-cover h1:not(.has-text-color) a:hover, .post-inner_content .wp-block-cover h2:not(.has-text-color) a:hover, .post-inner_content .wp-block-cover h3:not(.has-text-color) a:hover, .post-inner_content .wp-block-cover h4:not(.has-text-color) a:hover, .post-inner_content .wp-block-cover h5:not(.has-text-color) a:hover, .post-inner_content .wp-block-cover h6:not(.has-text-color) a:hover, .post-inner_content .wp-block-cover p:not(.has-text-color) a:hover, .blog__comments_wrap .wp-block-cover-image .wp-block-subhead:not(.has-text-color) a:hover, .blog__comments_wrap .wp-block-cover-image h1:not(.has-text-color) a:hover, .blog__comments_wrap .wp-block-cover-image h2:not(.has-text-color) a:hover, .blog__comments_wrap .wp-block-cover-image h3:not(.has-text-color) a:hover, .blog__comments_wrap .wp-block-cover-image h4:not(.has-text-color) a:hover, .blog__comments_wrap .wp-block-cover-image h5:not(.has-text-color) a:hover, .blog__comments_wrap .wp-block-cover-image h6:not(.has-text-color) a:hover, .blog__comments_wrap .wp-block-cover-image p:not(.has-text-color) a:hover, .blog__comments_wrap .wp-block-cover .wp-block-subhead:not(.has-text-color) a:hover, .blog__comments_wrap .wp-block-cover h1:not(.has-text-color) a:hover, .blog__comments_wrap .wp-block-cover h2:not(.has-text-color) a:hover, .blog__comments_wrap .wp-block-cover h3:not(.has-text-color) a:hover, .blog__comments_wrap .wp-block-cover h4:not(.has-text-color) a:hover, .blog__comments_wrap .wp-block-cover h5:not(.has-text-color) a:hover, .blog__comments_wrap .wp-block-cover h6:not(.has-text-color) a:hover, .blog__comments_wrap .wp-block-cover p:not(.has-text-color) a:hover {
  color: #fff;
}
.single-page-wrapper .wp-block-group.has-background, .post-inner_content .wp-block-group.has-background, .blog__comments_wrap .wp-block-group.has-background {
  padding: 35px;
}
.single-page-wrapper .alignnone, .single-page-wrapper .aligncenter, .single-page-wrapper .alignleft, .single-page-wrapper .alignright, .single-page-wrapper .alignwide, .post-inner_content .alignnone, .post-inner_content .aligncenter, .post-inner_content .alignleft, .post-inner_content .alignright, .post-inner_content .alignwide, .blog__comments_wrap .alignnone, .blog__comments_wrap .aligncenter, .blog__comments_wrap .alignleft, .blog__comments_wrap .alignright, .blog__comments_wrap .alignwide {
  margin-top: 25px;
  margin-right: auto;
  margin-bottom: 25px;
  margin-left: auto;
}
.single-page-wrapper > .alignfull, .post-inner_content > .alignfull, .blog__comments_wrap > .alignfull {
  margin-bottom: 25px;
  margin-top: 25px;
}
.single-page-wrapper pre, .post-inner_content pre, .blog__comments_wrap pre {
  padding: 25px;
  border: 0;
  background-color: #0e1218;
}
.single-page-wrapper .wp-block-table table, .post-inner_content .wp-block-table table, .blog__comments_wrap .wp-block-table table {
  width: 100%;
}
.single-page-wrapper table, .post-inner_content table, .blog__comments_wrap table {
  border-collapse: collapse;
  margin-bottom: 25px;
  margin-top: 25px;
  border: 1px solid;
}
.single-page-wrapper th, .single-page-wrapper td, .post-inner_content th, .post-inner_content td, .blog__comments_wrap th, .blog__comments_wrap td {
  border: 1px solid;
  line-height: 1.4;
  margin: 0;
  overflow: visible;
  padding: 10px;
}
.single-page-wrapper .wp-block-table.is-style-stripes td, .single-page-wrapper .wp-block-table.is-style-stripes th, .post-inner_content .wp-block-table.is-style-stripes td, .post-inner_content .wp-block-table.is-style-stripes th, .blog__comments_wrap .wp-block-table.is-style-stripes td, .blog__comments_wrap .wp-block-table.is-style-stripes th {
  border: 1px solid;
}
.single-page-wrapper p + h1, .single-page-wrapper p + h2, .single-page-wrapper p + h3, .single-page-wrapper p + h4, .single-page-wrapper p + h5, .single-page-wrapper p + h6, .post-inner_content p + h1, .post-inner_content p + h2, .post-inner_content p + h3, .post-inner_content p + h4, .post-inner_content p + h5, .post-inner_content p + h6, .blog__comments_wrap p + h1, .blog__comments_wrap p + h2, .blog__comments_wrap p + h3, .blog__comments_wrap p + h4, .blog__comments_wrap p + h5, .blog__comments_wrap p + h6 {
  margin-top: 25px;
}
.single-page-wrapper .gallery + h1, .single-page-wrapper .gallery + h2, .single-page-wrapper .gallery + h3, .single-page-wrapper .gallery + h4, .single-page-wrapper .gallery + h5, .single-page-wrapper .gallery + h6, .post-inner_content .gallery + h1, .post-inner_content .gallery + h2, .post-inner_content .gallery + h3, .post-inner_content .gallery + h4, .post-inner_content .gallery + h5, .post-inner_content .gallery + h6, .blog__comments_wrap .gallery + h1, .blog__comments_wrap .gallery + h2, .blog__comments_wrap .gallery + h3, .blog__comments_wrap .gallery + h4, .blog__comments_wrap .gallery + h5, .blog__comments_wrap .gallery + h6 {
  margin-top: 25px;
}
.single-page-wrapper .gallery, .post-inner_content .gallery, .blog__comments_wrap .gallery {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -15px;
}
.single-page-wrapper .gallery .gallery-item, .post-inner_content .gallery .gallery-item, .blog__comments_wrap .gallery .gallery-item {
  text-align: center;
}
.single-page-wrapper .gallery .gallery-item img, .post-inner_content .gallery .gallery-item img, .blog__comments_wrap .gallery .gallery-item img {
  display: inline-block;
}
.single-page-wrapper .gallery-item, .post-inner_content .gallery-item, .blog__comments_wrap .gallery-item {
  margin: 15px 0;
  padding: 15px;
  width: 100%;
}
.single-page-wrapper .gallery-columns-2 .gallery-item, .post-inner_content .gallery-columns-2 .gallery-item, .blog__comments_wrap .gallery-columns-2 .gallery-item {
  max-width: 50%;
}
.single-page-wrapper .gallery-columns-3 .gallery-item, .post-inner_content .gallery-columns-3 .gallery-item, .blog__comments_wrap .gallery-columns-3 .gallery-item {
  max-width: 33.33%;
}
.single-page-wrapper .gallery-columns-4 .gallery-item, .post-inner_content .gallery-columns-4 .gallery-item, .blog__comments_wrap .gallery-columns-4 .gallery-item {
  max-width: 25%;
}
.single-page-wrapper .gallery-columns-5 .gallery-item, .post-inner_content .gallery-columns-5 .gallery-item, .blog__comments_wrap .gallery-columns-5 .gallery-item {
  max-width: 20%;
}
.single-page-wrapper .gallery-columns-6 .gallery-item, .post-inner_content .gallery-columns-6 .gallery-item, .blog__comments_wrap .gallery-columns-6 .gallery-item {
  max-width: 16.66%;
}
.single-page-wrapper .gallery-columns-7 .gallery-item, .post-inner_content .gallery-columns-7 .gallery-item, .blog__comments_wrap .gallery-columns-7 .gallery-item {
  max-width: 14.28%;
}
.single-page-wrapper .gallery-columns-8 .gallery-item, .post-inner_content .gallery-columns-8 .gallery-item, .blog__comments_wrap .gallery-columns-8 .gallery-item {
  max-width: 12.5%;
}
.single-page-wrapper .gallery-columns-9 .gallery-item, .post-inner_content .gallery-columns-9 .gallery-item, .blog__comments_wrap .gallery-columns-9 .gallery-item {
  max-width: 11.11%;
}
.single-page-wrapper img, .post-inner_content img, .blog__comments_wrap img {
  display: block;
}
.single-page-wrapper figure figcaption, .post-inner_content figure figcaption, .blog__comments_wrap figure figcaption {
  text-align: center;
}
.single-page-wrapper .alignleft, .post-inner_content .alignleft, .blog__comments_wrap .alignleft {
  float: left;
  margin: 0 25px 10px 0;
}
.single-page-wrapper .alignright, .post-inner_content .alignright, .blog__comments_wrap .alignright {
  float: right;
  margin: 0 0 10px 25px;
}
.single-page-wrapper .wp-block-image figure, .post-inner_content .wp-block-image figure, .blog__comments_wrap .wp-block-image figure {
  width: auto;
  max-width: none;
  margin-bottom: 15px !important;
}
.single-page-wrapper .wp-block-button, .post-inner_content .wp-block-button, .blog__comments_wrap .wp-block-button {
  transition: 0.3s ease;
}
.single-page-wrapper .wp-block-button:hover, .post-inner_content .wp-block-button:hover, .blog__comments_wrap .wp-block-button:hover {
  transition: 0.3s ease;
}
.single-page-wrapper .wp-block-button .wp-block-button__link:hover, .post-inner_content .wp-block-button .wp-block-button__link:hover, .blog__comments_wrap .wp-block-button .wp-block-button__link:hover {
  color: #ffffff !important;
}
.single-page-wrapper .wp-block-cover, .post-inner_content .wp-block-cover, .blog__comments_wrap .wp-block-cover {
  margin-bottom: 25px;
}
.single-page-wrapper dl, .post-inner_content dl, .blog__comments_wrap dl {
  margin-bottom: 25px;
}
.single-page-wrapper select, .post-inner_content select, .blog__comments_wrap select {
  background: url("../../css/images/arrow-dropdown.png") 98% 45% #fff;
  background-repeat: no-repeat;
}
.single-page-wrapper .wp-block-calendar, .post-inner_content .wp-block-calendar, .blog__comments_wrap .wp-block-calendar {
  margin-top: 25px;
  margin-bottom: 25px;
}
.single-page-wrapper .wp-block-calendar table caption, .post-inner_content .wp-block-calendar table caption, .blog__comments_wrap .wp-block-calendar table caption {
  caption-side: top;
  font-weight: 600;
  color: #fff;
  text-align: center;
  padding-top: 20px;
  padding-bottom: 20px;
}
.single-page-wrapper .wp-block-calendar table th, .post-inner_content .wp-block-calendar table th, .blog__comments_wrap .wp-block-calendar table th {
  background: none;
  font-weight: 600;
  color: #fff;
}
.single-page-wrapper .wp-block-calendar table td, .post-inner_content .wp-block-calendar table td, .blog__comments_wrap .wp-block-calendar table td {
  color: #fff;
  padding-top: 15px;
  padding-bottom: 15px;
}
.single-page-wrapper .wp-block-calendar table tfoot td a, .post-inner_content .wp-block-calendar table tfoot td a, .blog__comments_wrap .wp-block-calendar table tfoot td a {
  color: #fff;
  text-decoration: none;
  font-weight: 500;
}
.single-page-wrapper .wp-block-calendar nav, .post-inner_content .wp-block-calendar nav, .blog__comments_wrap .wp-block-calendar nav {
  display: flex;
  justify-content: space-between;
}
.single-page-wrapper .wp-block-latest-comments li, .post-inner_content .wp-block-latest-comments li, .blog__comments_wrap .wp-block-latest-comments li {
  list-style: none;
  margin-left: 0;
  margin-top: 25px;
}
.single-page-wrapper .wp-block-latest-comments li .wp-block-latest-comments__comment-author, .post-inner_content .wp-block-latest-comments li .wp-block-latest-comments__comment-author, .blog__comments_wrap .wp-block-latest-comments li .wp-block-latest-comments__comment-author {
  font-weight: 500;
  color: #222222;
}
.single-page-wrapper .wp-block-latest-comments li time, .post-inner_content .wp-block-latest-comments li time, .blog__comments_wrap .wp-block-latest-comments li time {
  margin-top: 3px;
  margin-bottom: 5px;
  color: #7b7d7f;
  font-size: 13px;
}
.single-page-wrapper .wp-block-latest-posts li, .post-inner_content .wp-block-latest-posts li, .blog__comments_wrap .wp-block-latest-posts li {
  margin-top: 25px;
  margin-left: 0;
}
.single-page-wrapper .wp-block-latest-posts li time, .post-inner_content .wp-block-latest-posts li time, .blog__comments_wrap .wp-block-latest-posts li time {
  margin-top: 3px;
  margin-bottom: 5px;
  color: #7b7d7f;
  font-size: 13px;
}
.single-page-wrapper .wp-block-latest-posts.is-grid li, .post-inner_content .wp-block-latest-posts.is-grid li, .blog__comments_wrap .wp-block-latest-posts.is-grid li {
  margin-top: 15px;
}
.single-page-wrapper .wp-block-search, .post-inner_content .wp-block-search, .blog__comments_wrap .wp-block-search {
  position: relative;
}
.single-page-wrapper .wp-block-search .wp-block-search__inside-wrapper .wp-block-search__input, .post-inner_content .wp-block-search .wp-block-search__inside-wrapper .wp-block-search__input, .blog__comments_wrap .wp-block-search .wp-block-search__inside-wrapper .wp-block-search__input {
  height: 62px;
  padding-left: 30px;
}
.single-page-wrapper .wp-block-search .wp-block-search__inside-wrapper .wp-block-search__input:hover, .post-inner_content .wp-block-search .wp-block-search__inside-wrapper .wp-block-search__input:hover, .blog__comments_wrap .wp-block-search .wp-block-search__inside-wrapper .wp-block-search__input:hover {
  -webkit-box-shadow: unset;
  border-radius: 2px;
  background-color: white;
  box-shadow: unset;
}
.single-page-wrapper .wp-block-search .wp-block-search__input, .post-inner_content .wp-block-search .wp-block-search__input, .blog__comments_wrap .wp-block-search .wp-block-search__input {
  max-width: calc(100% - 157px);
}
.single-page-wrapper .wp-block-search button, .post-inner_content .wp-block-search button, .blog__comments_wrap .wp-block-search button {
  flex-grow: 0;
  height: 65px;
  width: 105px;
  text-transform: uppercase;
  font-size: 13px;
  border-radius: 2px;
  border-color: #222;
  color: #fff;
  font-weight: 700;
  background-color: #f9d442;
  transition: 0.3s ease-in-out;
}
.single-page-wrapper .wp-block-search button:hover, .post-inner_content .wp-block-search button:hover, .blog__comments_wrap .wp-block-search button:hover {
  border-color: #f0a837;
  color: #fff;
  background-color: #f0a837;
}
.single-page-wrapper .wp-block-tag-cloud a, .post-inner_content .wp-block-tag-cloud a, .blog__comments_wrap .wp-block-tag-cloud a {
  margin-right: 5px;
  margin-bottom: 5px;
  -webkit-box-sizing: border-box;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  box-sizing: border-box;
  display: inline-block;
  padding: 0 20px;
  border: 2px solid #dddddd;
  background-color: #ffffff;
  color: #222222;
  font-size: 14px !important;
  font-weight: 600;
  line-height: 2.86;
  white-space: nowrap;
  transition: 0.3s;
}
.single-page-wrapper .wp-block-tag-cloud a:hover, .post-inner_content .wp-block-tag-cloud a:hover, .blog__comments_wrap .wp-block-tag-cloud a:hover {
  border-color: #f9d442;
  background-color: #f9d442;
  color: #ffffff;
  text-decoration: none;
}
.single-page-wrapper .wp-block-rss li, .post-inner_content .wp-block-rss li, .blog__comments_wrap .wp-block-rss li {
  list-style: none;
  margin-left: 0;
  color: #f9d442;
  transition: all 0.3s ease-in-out;
}
.single-page-wrapper .wp-block-rss li:hover, .post-inner_content .wp-block-rss li:hover, .blog__comments_wrap .wp-block-rss li:hover {
  color: #ff99c0;
}
.single-page-wrapper figcaption a, .post-inner_content figcaption a, .blog__comments_wrap figcaption a {
  color: #f9d442;
  transition: 0.3s ease;
}
.single-page-wrapper figcaption a:hover, .post-inner_content figcaption a:hover, .blog__comments_wrap figcaption a:hover {
  transition: 0.3s ease;
  color: #ff99c0;
}

.single-page-wrapper blockquote {
  padding-top: 60px;
  padding-right: 60px;
  padding-bottom: 60px;
  padding-left: 60px;
  margin-top: 40px;
  border-radius: 10px;
  border: 1px solid #4b515a;
}
.single-page-wrapper blockquote p {
  margin-bottom: 20px;
  color: #9981c2;
  text-align: center;
  leading-trim: both;
  text-edge: cap;
  font-size: 36px;
  line-height: 36px;
  font-weight: 600;
}
.single-page-wrapper blockquote cite {
  color: #fff;
  text-align: center;
  leading-trim: both;
  text-edge: cap;
  font-size: 14px;
  font-weight: 600;
  line-height: 20px;
  font-style: normal;
}
.single-page-wrapper blockquote a {
  color: inherit;
  transition: 0.3s ease;
}
.single-page-wrapper blockquote a:hover {
  transition: 0.3s ease;
}
.single-page-wrapper table a {
  color: inherit;
  transition: 0.3s ease;
}
.single-page-wrapper table a:hover {
  transition: 0.3s ease;
}
.single-page-wrapper dd a {
  color: inherit;
  transition: 0.3s ease;
}
.single-page-wrapper dd a:hover {
  transition: 0.3s ease;
}
.single-page-wrapper p a {
  color: inherit;
  transition: 0.3s ease;
}
.single-page-wrapper p a:hover {
  transition: 0.3s ease;
}

.plugin-disable p {
  margin-bottom: 25px;
}
.plugin-disable .comment-moderation img {
  margin-bottom: 10px !important;
}

address {
  padding: 25px;
  margin-top: 25px;
  margin-bottom: 25px;
}

code {
  margin: 3px;
}

code, kbd, pre, samp {
  font-family: monospace;
  font-size: 90%;
  padding: 3px 10px;
  color: #fff !important;
  margin-top: 25px;
  margin-bottom: 25px;
  background-color: #0e1218 !important;
}

select {
  cursor: pointer;
  position: relative;
  max-width: 100%;
  appearance: none;
  outline: 0;
  width: 100%;
  color: #aaaaaa;
  line-height: 1;
  padding: 16px 35px;
  border: 1px solid;
  margin-bottom: 20px;
  transition: 0.3s ease;
  background: url("../../css/images/arrow-dropdown.png") 95% 45% #fff;
  background-repeat: no-repeat;
}

em {
  color: inherit;
}

p + p {
  margin-top: 20px;
  margin-bottom: 0 !important;
}

figcaption {
  font-size: 90%;
  margin-top: 10px;
  margin-bottom: 10px;
}

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

a:hover {
  text-decoration: none;
}

.fl-page-padding {
  height: 100px;
}

#fl-main-holder {
  overflow: hidden;
}

.fl-main-container {
  overflow: hidden;
}

.uk-modal-dialog {
  overflow: hidden;
}

h1, .h1, h2, .h2, h3, .h3, h4, .h4, h5, .h5, h6, .h6 {
  margin-bottom: 23px;
}

button,
[type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button;
}
button:focus, button:active,
[type=button]:focus,
[type=button]:active,
[type=reset]:focus,
[type=reset]:active,
[type=submit]:focus,
[type=submit]:active {
  outline: none;
}

.sticky .article-intro__title a {
  padding-left: 25px;
  position: relative;
}
.sticky .article-intro__title a:after {
  position: absolute;
  left: 0;
  top: 5px;
  font-size: 25px;
  content: "\f08d";
  font-family: FontAwesome;
  color: #f9d442;
}

input {
  display: block;
  width: 100%;
  padding: 20px;
  line-height: 1.5;
  height: 49px;
  box-shadow: 0;
  border-radius: 2px;
  border: 1px solid #eee;
  color: #222;
  font-size: 14px;
  box-shadow: none;
  opacity: 1;
}
input[type=checkbox] {
  width: auto;
  height: 10px;
  display: inline-flex;
  margin-right: 4px;
  margin-top: 8px;
}
textarea {
  display: block;
  width: 100%;
  padding: 20px;
  line-height: 1.5;
  height: 49px;
  box-shadow: 0;
  border-radius: 2px;
  border: 1px solid #eee;
  color: #222;
  font-size: 14px;
  box-shadow: none;
  opacity: 1;
}
button {
  border: none;
}

.slick-slider {
  overflow: hidden;
}
.slick-slider .slick-track:after {
  content: "";
  clear: both;
  display: table;
}
.slick-slider .slider-image {
  float: left;
}

.cf::after {
  content: "";
  clear: both;
  display: table;
}

.hidden {
  display: none;
}

.trackback .blog-comments__inner .blog-comments__img, .pingback .blog-comments__inner .blog-comments__img {
  display: none;
}

.fl-form-password-protected .fl-input-group {
  display: flex;
  flex-wrap: wrap;
}
.fl-form-password-protected .fl-input-group input {
  flex-grow: 1;
  max-width: 70%;
  width: 100%;
  color: #aaaaaa;
  border-radius: 0;
  line-height: 1;
  padding: 13px 35px;
  transition: 0.3s ease;
  margin-right: -1px;
  margin-bottom: 0;
  max-width: calc(100% - 157px);
}
.fl-form-password-protected .fl-input-group button {
  flex-grow: 0;
  width: 120px;
  text-transform: uppercase;
  font-size: 13px;
  border-radius: 2px;
  color: #fff;
  font-weight: 700;
  background-color: #222;
  transition: 0.3s ease-in-out;
  border: 1px solid #222;
  padding: 0px;
  margin-left: 0px;
  word-break: normal;
  justify-content: center;
  align-items: center;
}
.fl-form-password-protected .fl-input-group button:hover {
  border-color: #f9d442;
  color: #fff;
  background-color: #f9d442;
}

.comment-moderation p {
  margin-bottom: 25px;
}
.comment-moderation h1, .comment-moderation h2, .comment-moderation h3, .comment-moderation h4, .comment-moderation h5, .comment-moderation h6 {
  margin-top: 25px;
}
.comment-moderation img {
  display: block;
  margin-top: 10px;
  margin-bottom: 10px !important;
}

.trackback .comments--reply-wrapper {
  flex-wrap: wrap;
}
.trackback .comment-author-name {
  display: block;
}

/* 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; /* Many screen reader and browser combinations announce broken words as they would appear visually. */
}

.gallery-caption {
  box-sizing: border-box;
}

.bypostauthor {
  box-sizing: border-box;
}

.fl-story-page-inner > a {
  transition: 0.3s ease;
  color: inherit;
}
.fl-story-page-inner > a:hover {
  transition: 0.3s ease;
}

.single-post-wrapper img.alignleft, .single-post-wrapper img.alignright, .single-page-wrapper img.alignleft, .single-page-wrapper img.alignright {
  clear: both;
}

.wp-block-latest-comments__comment-meta {
  background-color: transparent;
  line-height: 30px;
}

.wp-block-table.is-style-stripes tbody tr:nth-child(odd) {
  background-color: #0e1218 !important;
}

.post-inner-pagination, .page-inner-pagination {
  padding-top: 25px;
}
.post-inner-pagination .pagination-text, .page-inner-pagination .pagination-text {
  color: #fff;
  margin-right: 5px;
}
.post-inner-pagination .post-page-numbers, .page-inner-pagination .post-page-numbers {
  height: 40px;
  display: inline-flex;
  align-items: center;
  border: 1px solid #ddd;
  line-height: 1;
  width: 40px;
  transition: 0.3s ease;
  cursor: pointer;
  margin-right: 10px;
  font-size: 16px;
  justify-content: center;
  color: #222;
}
.post-inner-pagination .post-page-numbers .page-numbers, .page-inner-pagination .post-page-numbers .page-numbers {
  color: #fff;
}
.post-inner-pagination .post-page-numbers.current, .post-inner-pagination .post-page-numbers:hover, .page-inner-pagination .post-page-numbers.current, .page-inner-pagination .post-page-numbers:hover {
  color: #fff;
  border: 1px solid #f9d442;
  background-color: #f9d442;
}

.plugin-disable .comment-form-cookies-consent {
  margin-top: 20px;
}
.plugin-disable form.fl-comment-form .comment-form-cookies-consent input[type=checkbox]:before {
  top: 3px;
}
.plugin-disable form.fl-comment-form .comment-form-cookies-consent input[type=checkbox]:after {
  top: 6px !important;
  left: 3px !important;
}
.plugin-disable .blocks-gallery-grid {
  margin-bottom: 0 !important;
}
.plugin-disable .blocks-gallery-grid .blocks-gallery-item {
  margin-bottom: 20px !important;
}
.plugin-disable blockquote {
  padding-top: 60px;
  padding-right: 60px;
  padding-bottom: 60px;
  padding-left: 60px;
  margin-top: 40px;
  border-radius: 10px;
  border: 1px solid #4b515a;
}
.plugin-disable blockquote p {
  margin-bottom: 20px;
  color: #9981c2;
  text-align: center;
  leading-trim: both;
  text-edge: cap;
  font-size: 36px;
  line-height: 36px;
  font-weight: 600;
}
.plugin-disable blockquote cite {
  color: #fff;
  text-align: center;
  leading-trim: both;
  text-edge: cap;
  font-size: 14px;
  font-weight: 600;
  line-height: 20px;
  font-style: normal;
}
.plugin-disable .wp-block-gallery.columns-3 .blocks-gallery-caption {
  display: flex;
  margin-bottom: 20px !important;
  margin-top: 0;
}
.plugin-disable .wp-block-gallery.columns-2 figcaption {
  margin-top: 0;
}
.plugin-disable figure + p {
  margin-top: 0;
}
.plugin-disable figure.wp-block-gallery {
  margin-bottom: 0 !important;
}
.plugin-disable .wp-block-spacer + p {
  margin-top: 0;
}
.plugin-disable .wp-block-columns ol li:first-child {
  margin-top: 0;
}
.plugin-disable .wp-block-columns .wp-block-quote {
  margin-top: 0;
}

.post-inner_content .wp-block-pullquote.is-style-solid-color blockquote {
  margin-top: 0px;
}

body.logged-in .plugin-disable form.fl-comment-form .submit-btn-container {
  margin-top: 20px;
}

.logged-in button.uk-icon:not(:disabled).uk-close {
  margin-top: 0px;
}
.logged-in button.uk-icon:not(:disabled) {
  margin-top: 32px;
}
.logged-in .uk-offcanvas-reveal .uk-offcanvas-bar {
  margin-top: 32px;
}
.logged-in #modal-search-full button.uk-icon:not(:disabled).uk-close {
  margin-top: 32px;
}
.logged-in button.uk-icon:not(:disabled).uk-search-icon {
  margin-top: 0px;
}

.rev-slider-mobile-bg {
  min-height: 100% !important;
  opacity: 0.9;
}

.helping-plugin-not-found .wp-block-button .wp-block-button__link {
  color: #fff !important;
}
.helping-plugin-not-found .wp-block-button .wp-block-button__link:hover {
  opacity: 1 !important;
}
.helping-plugin-not-found .wp-block-button.is-style-outline .wp-block-button__link {
  color: #32373c !important;
}
.helping-plugin-not-found .wp-block-button.is-style-outline .wp-block-button__link:hover {
  opacity: 1 !important;
  color: #fff !important;
}
.helping-plugin-not-found form.fl-comment-form input, .helping-plugin-not-found form.fl-comment-form textarea {
  margin-bottom: 20px !important;
}
.helping-plugin-not-found .comment-moderation cite {
  margin-bottom: 0 !important;
}

#booking_car_info .rb_field:last-child input {
  margin-bottom: 0 !important;
}

#booking_car_info .booking_form {
  padding-top: 0 !important;
}

.sidebar_container .widget:last-child {
  margin-bottom: 0;
}

.single-post-wrapper .wp-block-archives-list li {
  position: relative;
  transition: all 0.3s ease-in-out;
}
.single-post-wrapper .wp-block-archives-list li:hover {
  color: #f9d442;
}
.single-post-wrapper .wp-block-archives-list li .fl-archive-post-count:before {
  content: "(";
}
.single-post-wrapper .wp-block-archives-list li .fl-archive-post-count:after {
  content: ")";
}
.single-post-wrapper .wp-block-search__input {
  padding: 0.5px;
}
.single-post-wrapper .wp-block-archives-dropdown select, .single-post-wrapper .wp-block-categories select {
  font-size: 14px;
  background: url(../../css/images/arrow-dropdown.png) #fff 98.5% 55%;
  padding: 16px 25px;
  background-repeat: no-repeat;
  margin-bottom: 0px;
}
.single-post-wrapper .wp-block-latest-comments li, .single-post-wrapper .wp-block-latest-posts li {
  margin: 15px 0 0 0px;
}
.single-post-wrapper .wp-block-latest-comments li a.wp-block-latest-comments__comment-author, .single-post-wrapper .wp-block-latest-comments li a.wp-block-latest-comments__comment-link, .single-post-wrapper .wp-block-latest-posts li a.wp-block-latest-comments__comment-author, .single-post-wrapper .wp-block-latest-posts li a.wp-block-latest-comments__comment-link {
  font-weight: 600;
  color: #f9d442;
  transition: all 0.3s ease-in-out;
}
.single-post-wrapper .wp-block-latest-comments li a.wp-block-latest-comments__comment-author:hover, .single-post-wrapper .wp-block-latest-comments li a.wp-block-latest-comments__comment-link:hover, .single-post-wrapper .wp-block-latest-posts li a.wp-block-latest-comments__comment-author:hover, .single-post-wrapper .wp-block-latest-posts li a.wp-block-latest-comments__comment-link:hover {
  color: #ff99c0 !important;
}
.single-post-wrapper .wp-block-latest-comments li a, .single-post-wrapper .wp-block-latest-posts li a {
  font-weight: 600;
  color: #f9d442;
  transition: all 0.3s ease-in-out;
}
.single-post-wrapper .wp-block-latest-comments li a:hover, .single-post-wrapper .wp-block-latest-posts li a:hover {
  color: #ff99c0 !important;
}
.single-post-wrapper table a {
  color: #f9d442 !important;
  transition: all 0.3s ease-in-out;
  font-weight: 700;
}
.single-post-wrapper table a:hover {
  color: #ff99c0 !important;
}

.tm-helping-plugin-not-found .widget-title:after {
  position: absolute;
  top: 5px;
  left: 5px;
  display: block;
  border-width: 7px;
  border-style: solid;
  border-right-color: transparent;
  border-bottom-color: transparent;
  content: "";
  border-top-color: #f9d442;
  border-left-color: #f9d442;
  height: auto;
}
.tm-helping-plugin-not-found .b-post-full .entry-link {
  margin-top: 25px;
}
.tm-helping-plugin-not-found .fl-comment-form .row .comment-author {
  width: 48%;
  margin-right: 2%;
}
.tm-helping-plugin-not-found .fl-comment-form .row .comment-email {
  width: 50%;
}
.tm-helping-plugin-not-found .comment-form-cookies-consent label {
  font-size: 12px;
}
.tm-helping-plugin-not-found .section-comment.comment-without-back {
  padding-top: 45px;
}
.tm-helping-plugin-not-found p {
  line-height: 1.5;
}

.fl-content {
  line-height: 30px;
}
.fl-content blockquote p {
  margin-top: 0;
}

.blog-section__inner blockquote {
  padding-top: 60px !important;
  padding-right: 60px !important;
  padding-bottom: 60px !important;
  padding-left: 60px !important;
  margin-top: 40px;
  border-radius: 10px;
  border: 1px solid #4b515a;
}
.blog-section__inner blockquote p {
  margin-bottom: 20px;
  color: #9981c2;
  text-align: center;
  leading-trim: both;
  text-edge: cap;
  font-size: 36px;
  line-height: 36px;
  font-weight: 600;
  font-style: normal !important;
}
.blog-section__inner blockquote p a {
  font-style: normal !important;
}
.blog-section__inner blockquote cite {
  color: #fff;
  text-align: center;
  leading-trim: both;
  text-edge: cap;
  font-size: 14px;
  font-weight: 600;
  line-height: 20px;
  font-style: normal !important;
}
.blog-section__inner blockquote cite em {
  font-style: normal !important;
}

.youzify-page {
  background: transparent;
}

.body--white .groups-section-top__title {
  color: #0e1218;
}

body.buddypress.media {
  display: block;
}
body.buddypress.media .item-list-tabs ul {
  gap: 20px;
  display: flex;
}

.groupss {
  padding-top: 100px;
  margin-bottom: 100px;
}

@media (max-width: 1210px) {
  .groupss {
    padding-top: calc(60px + 40 * (100vw - 375px) / 835);
  }
}
@media (max-width: 1210px) {
  .groupss {
    margin-bottom: calc(50px + 50 * (100vw - 375px) / 835);
  }
}
.groups__inner {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 20px;
  margin-bottom: 40px;
}

@media (max-width: 1210px) {
  .groups__inner {
    margin-bottom: calc(20px + 20 * (100vw - 375px) / 835);
  }
}
.groups-section {
  margin-bottom: 120px;
  margin-bottom: 120px;
}

@media (max-width: 1210px) {
  .groups-section {
    margin-bottom: calc(60px + 60 * (100vw - 375px) / 835);
  }
}
.groups-section-top__title {
  font-size: 64px;
  line-height: 64px;
  color: #fff;
  leading-trim: both;
  text-edge: cap;
  font-weight: 600;
}

@media (max-width: 1210px) {
  .groups-section-top__title {
    font-size: calc(36px + 28 * (100vw - 375px) / 835);
  }
}
@media (max-width: 1210px) {
  .groups-section-top__title {
    line-height: calc(36px + 28 * (100vw - 375px) / 835);
  }
}
@media (max-width: 1250px) {
  .groups__inner {
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
  }
}
.index .groups-section {
  margin-bottom: 90px;
}

@media (max-width: 800px) {
  .index .groups-section-top__title {
    font-size: 25px;
    line-height: 30px;
  }
}
@media (max-width: 700px) {
  .index .groups-section {
    margin-bottom: 40px;
  }
}
@media (max-width: 650px) {
  .groups__inner {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }
}
.designlab_group_desc {
  margin-bottom: 30px;
}

.youzify-item-tools {
  border-bottom: 0px;
}

.body--white .card-options__btn span {
  background: #0e1218;
}

.card-options__btn {
  width: 40px;
  height: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 3px;
  padding: 3px;
  position: absolute;
  top: -8px;
  right: -8px;
  cursor: pointer;
  border-radius: 10px;
  border: 1px solid rgba(0, 0, 0, 0);
  -webkit-transition: border 0.3s;
  -o-transition: border 0.3s;
  transition: border 0.3s;
}

.card-options__btn span {
  width: 4px;
  height: 4px;
  background: #fff;
  border-radius: 100%;
}

.card-options--active .card-options__btn {
  border: 1px solid #40444a;
}

.card-options__link span {
  color: #0e1218;
  leading-trim: both;
  text-edge: cap;
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;
  -webkit-transition: color 0.3s;
  -o-transition: color 0.3s;
  transition: color 0.3s;
}

.card-options__link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 8px;
}

.card-options__link:hover span {
  color: #6d9985;
}

.card-options__link:hover svg path {
  stroke: #6d9985;
}

.card-options__link svg path {
  -webkit-transition: stroke 0.3s;
  -o-transition: stroke 0.3s;
  transition: stroke 0.3s;
}

.card-options__inner {
  padding: 16px 24px;
  border-radius: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  background: #fff;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 24px;
  max-width: 160px;
  width: 160px;
  position: absolute;
  right: 0;
  top: 48px;
  opacity: 0;
  -webkit-transition: opacity 0.3s;
  -o-transition: opacity 0.3s;
  transition: opacity 0.3s;
  z-index: -1;
}

.card-options__inner::after {
  content: "";
  width: 100%;
  height: 25px;
  position: absolute;
  top: -25px;
  right: 0;
}

.card-options--active .card-options__inner {
  opacity: 1;
  z-index: 1;
}

#youzify .groups__title {
  margin-bottom: 60px;
  font-size: 128px;
  line-height: 114px;
  leading-trim: both;
  text-edge: cap;
  color: #fff;
  font-weight: 600;
  font-family: Clash Display;
}
#youzify .youzify-page-main-content .youzify-directory-filter {
  background: transparent;
  padding: 0;
  margin: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 40px;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
#youzify .youzify-page-main-content .youzify-directory-filter .item-list-tabs {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 25px;
  row-gap: 5px !important;
  margin-right: auto;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
#youzify .youzify-page-main-content .youzify-directory-filter .item-list-tabs ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 25px;
  row-gap: 5px !important;
  margin-right: auto;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
#youzify .youzify-page-main-content .youzify-directory-filter .item-list-tabs ul li a {
  color: #7d838c;
  text-align: center;
  leading-trim: both;
  text-edge: cap;
  font-size: 14px;
  font-weight: 600;
  line-height: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 8px;
  -webkit-transition: color 0.3s;
  -o-transition: color 0.3s;
  transition: color 0.3s;
  font-family: "Clash Display";
  margin: 0;
}
#youzify .youzify-page-main-content .youzify-directory-filter .item-list-tabs ul li a span {
  min-width: 32px;
  max-height: 16px;
  padding: 4px 8px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 4px;
  background: #7d838c;
  color: #0e1218;
  text-align: center;
  leading-trim: both;
  text-edge: cap;
  font-size: 12px;
  font-weight: 600;
  line-height: 18px;
  -webkit-transition: background 0.3s, color 0.3s;
  -o-transition: background 0.3s, color 0.3s;
  transition: background 0.3s, color 0.3s;
}
#youzify .youzify-page-main-content .youzify-directory-filter .item-list-tabs ul li a:before {
  content: none;
}
#youzify .youzify-page-main-content .youzify-directory-filter .item-list-tabs ul li.selected a {
  color: #fff;
}
#youzify .youzify-page-main-content .youzify-directory-filter .item-list-tabs ul li.selected a span {
  background: #fff;
}
#youzify .youzify-page-main-content .youzify-directory-filter .item-list-tabs ul #groups-order-select label {
  display: none;
}
#youzify .youzify-page-main-content .youzify-directory-filter .item-list-tabs ul #groups-order-select .nice-select {
  padding: 13px 24px;
  padding-right: 65px;
  cursor: pointer;
  color: #fff;
  leading-trim: both;
  text-edge: cap;
  font-size: 14px;
  font-family: Clash Grotesk;
  font-weight: 500;
  line-height: 20px;
  border-radius: 10px;
  border: 1px solid #4b515a;
  -webkit-transition: color 0.3s;
  -o-transition: color 0.3s;
  transition: color 0.3s;
  background: transparent;
}
#youzify .youzify-page-main-content .youzify-directory-filter .item-list-tabs ul #groups-order-select .nice-select .current {
  color: #fff;
  line-height: 20px;
  height: fit-content;
  font-family: Clash Grotesk;
  font-weight: 500;
}
#youzify .youzify-page-main-content .youzify-directory-filter .item-list-tabs ul #groups-order-select .nice-select .list {
  position: absolute;
  top: 100%;
  left: 0;
  right: 0;
  z-index: 99;
  border: 1px solid #4b515a;
  border-radius: 0 0 10px 10px;
  background: #0e1218;
  margin-top: 0;
  min-width: 100.7%;
}
#youzify .youzify-page-main-content .youzify-directory-filter .item-list-tabs ul #groups-order-select .nice-select .list .option {
  background: unset;
  border-radius: unset;
  border: unset;
  padding-right: 20px;
  font-family: Clash Grotesk;
  font-weight: 500;
}
#youzify .youzify-page-main-content .youzify-directory-filter .item-list-tabs ul #groups-order-select .nice-select.open {
  border-radius: 10px 10px 0 0;
  border-bottom: 1px solid rgba(0, 0, 0, 0);
}
#youzify .youzify-page-main-content .youzify-directory-filter .item-list-tabs ul #youzify-directory-search-box {
  margin-left: 0;
  padding-left: 0;
  border: 0;
}
#youzify .youzify-page-main-content .youzify-directory-filter .item-list-tabs ul #youzify-directory-search-box:hover #groups_search {
  width: 225px !important;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
#youzify .youzify-page-main-content .youzify-directory-filter .item-list-tabs ul #youzify-directory-search-box #search-groups-form {
  position: relative;
}
#youzify .youzify-page-main-content .youzify-directory-filter .item-list-tabs ul #youzify-directory-search-box #search-groups-form #groups_search {
  width: 48px;
  height: 48px;
  -webkit-box-ordinal-group: 0;
  -ms-flex-order: -1;
  order: -1;
  opacity: 1;
  z-index: 1;
  position: unset;
  border: 1px solid #4b515a !important;
  background: transparent;
  border-radius: 10px;
  padding-top: 13px;
  padding-right: 24px;
  padding-bottom: 13px;
  padding-left: 24px;
  border-radius: 10px;
  background: unset;
  color: #fff;
  leading-trim: both;
  text-edge: cap;
  font-size: 14px;
  line-height: 20px;
  font-family: Clash Grotesk;
  font-weight: 500;
  margin: 0;
  transition: width 0.3s;
}
#youzify .youzify-page-main-content .youzify-directory-filter .item-list-tabs ul #youzify-directory-search-box #search-groups-form #groups_search_submit {
  width: 48px;
  border: 1px solid #4b515a;
  height: 48px;
  position: absolute;
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  border-radius: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: transparent;
  background-image: url(../images/search_widget.svg);
  background-size: 16px;
  background-repeat: no-repeat;
  background-position: center;
  border: 0;
  color: transparent;
}
#youzify .youzify-page-main-content .youzify-directory-filter .item-list-tabs:last-child {
  margin-right: 0;
}
#youzify .youzify-page-main-content .youzify-directory-filter .item-list-tabs:last-child ul {
  flex-direction: row-reverse;
  gap: 10px;
}
#youzify .youzify-page-main-content .groups__card {
  border: 0;
}
#youzify .youzify-page-main-content .card__inner .bp-group-home-link {
  color: #fff;
  leading-trim: both;
  text-edge: cap;
  margin-bottom: 10px;
  font-size: 36px;
  line-height: 36px;
  font-weight: 600;
  -webkit-transition: color 0.3s, color 0.3s, border 0.3s;
  -o-transition: color 0.3s, color 0.3s, border 0.3s;
  transition: color 0.3s, color 0.3s, border 0.3s;
  font-family: "Clash Display";
}
#youzify .youzify-page-main-content .card__inner .bp-group-home-link:hover {
  color: #f9d442;
}
#youzify .youzify-page-main-content .card__inner .card__suptext {
  margin-bottom: 15px;
  color: #0e1218;
  font-size: 12px;
  font-weight: 500;
  line-height: 16px;
  text-transform: uppercase;
}
#youzify .youzify-page-main-content .card__inner .card__list {
  margin-bottom: 30px;
}
#youzify .youzify-page-main-content .card__inner .card__list .card-list__text {
  color: #7d838c;
  leading-trim: both;
  text-edge: cap;
  font-size: 14px;
  line-height: 20px;
  font-family: Clash Grotesk;
  font-weight: 500;
}
#youzify .youzify-page-main-content .card__inner .card-options__inner a {
  margin: 0;
  padding: 0;
  background: transparent;
  line-height: 20px;
  height: fit-content;
  color: #0e1218;
  leading-trim: both;
  text-edge: cap;
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;
  -webkit-transition: color 0.3s;
  -o-transition: color 0.3s;
  transition: color 0.3s;
  border: 0;
}
#youzify .youzify-page-main-content .card__inner .card-box__poster img {
  object-fit: cover;
  height: 100%;
}
#youzify .youzify-page-main-content .card__inner .card-box__poster div {
  height: 100%;
  background-repeat: no-repeat;
  background-size: cover;
}
#youzify .youzify-page-main-content .pagination {
  display: block;
  margin: 0;
}
#youzify .youzify-page-main-content .pagination .pag-count {
  margin-bottom: 40px;
  color: #7d838c;
  leading-trim: both;
  text-edge: cap;
  font-size: 14px;
  font-family: Clash Grotesk;
  font-weight: 500;
  line-height: 20px;
}
#youzify .youzify-page-main-content .pagination .pagination-links {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 5px;
}
#youzify .youzify-page-main-content .pagination .pagination-links .page-numbers {
  margin: 0;
  border-radius: 10px;
  width: 48px;
  height: 48px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  border: 1px solid #4b515a;
  text-align: center;
  leading-trim: both;
  text-edge: cap;
  font-size: 14px;
  font-weight: 600;
  line-height: 20px;
  -webkit-transition: background 0.3s, color 0.3s, border 0.3s;
  -o-transition: background 0.3s, color 0.3s, border 0.3s;
  transition: background 0.3s, color 0.3s, border 0.3s;
}
#youzify .youzify-media-no-items, #youzify .youzify-media-no-items {
  background: #7d838c;
  color: #fff;
}
#youzify .youzify-media-group-head {
  background: linear-gradient(to right, #7d838c, #0e1218);
}
#youzify #group_members-order-select {
  margin: 0;
}
#youzify #group_members-order-select label {
  display: none;
}
#youzify #group_members-order-select .nice-select {
  padding: 2px 24px;
  padding-right: 65px;
  cursor: pointer;
  color: #fff;
  leading-trim: both;
  text-edge: cap;
  font-size: 14px;
  font-family: Clash Grotesk;
  font-weight: 500;
  line-height: 20px;
  border-radius: 10px;
  border: 1px solid #4b515a;
  -webkit-transition: color 0.3s;
  -o-transition: color 0.3s;
  transition: color 0.3s;
  background: transparent;
}
#youzify #group_members-order-select .nice-select.open {
  border-radius: 10px 10px 0 0;
  border-bottom: 1px solid rgba(0, 0, 0, 0);
}
#youzify #group_members-order-select .nice-select .list {
  position: absolute;
  top: 100%;
  left: 0;
  right: 0;
  z-index: 99;
  border: 1px solid #4b515a;
  border-radius: 0 0 10px 10px;
  background: #0e1218;
  margin-top: 0;
  min-width: 100.7%;
}
#youzify #group_members-order-select .nice-select .list .option {
  background: unset;
  border-radius: unset;
  border: unset;
  padding-right: 20px;
  font-family: Clash Grotesk;
  font-weight: 500;
}
#youzify .groups-members-search label {
  margin: 0 !important;
}
#youzify .groups-members-search:hover #members_search {
  width: 225px !important;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
#youzify .groups-members-search #search-members-form {
  position: relative;
}
#youzify .groups-members-search #search-members-form #members_search {
  width: 48px;
  height: 48px;
  -webkit-box-ordinal-group: 0;
  -ms-flex-order: -1;
  order: -1;
  opacity: 1;
  z-index: 1;
  position: unset;
  border: 1px solid #4b515a !important;
  background: transparent;
  border-radius: 10px;
  padding-top: 13px;
  padding-right: 24px;
  padding-bottom: 13px;
  padding-left: 24px;
  border-radius: 10px;
  background: unset;
  color: #fff;
  leading-trim: both;
  text-edge: cap;
  font-size: 14px;
  line-height: 20px;
  font-family: Clash Grotesk;
  font-weight: 500;
  margin: 0;
  transition: width 0.3s;
}
#youzify .groups-members-search #search-members-form #members_search_submit {
  width: 48px;
  border: 1px solid #4b515a;
  height: 48px;
  position: absolute;
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  border-radius: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: transparent;
  background-image: url(../images/search_widget.svg);
  background-size: 16px;
  background-repeat: no-repeat;
  background-position: center;
  border: 0;
  color: transparent;
}
#youzify #members-group-list #youzify-members-list li .youzify-user-data {
  background: #7d838c;
  border-radius: 10px;
}
#youzify #members-group-list #youzify-members-list li .youzify-user-data .item a {
  color: #fff;
  font-family: Clash Grotesk;
}
#youzify #members-group-list #youzify-members-list li .youzify-user-actions .youzify-send-message {
  color: #fff;
  font-family: Clash Grotesk;
}
#youzify #message {
  background: #7d838c;
}
#youzify #message p {
  color: #fff;
}
#youzify #youzify-group-body .item-list-tabs ul {
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
  flex-direction: row;
  align-content: center;
  gap: 20px;
}
#youzify #youzify-group-body .item-list-tabs ul li#activity-filter-select, #youzify #youzify-group-body .item-list-tabs ul li#group_members-order-select {
  position: absolute;
  right: 0;
}
#youzify #youzify-group-body .item-list-tabs ul li.feed {
  line-height: 50px;
}
#youzify #youzify-group-body .item-list-tabs ul li a {
  letter-spacing: 1px;
}
#youzify #group-settings-form {
  background-color: #2d333c;
  border-radius: 25px;
  margin-bottom: 45px;
}
#youzify #group-settings-form label {
  color: #fff !important;
}
#youzify #group-settings-form label input {
  display: inline-block;
}
#youzify #group-settings-form .youzify-group-field-item input {
  padding-top: 13px;
  padding-right: 24px;
  padding-bottom: 13px;
  padding-left: 24px;
  border-radius: 10px;
  border: 1px solid #4b515a;
  width: 100%;
  background: unset;
  color: #fff;
  leading-trim: both;
  text-edge: cap;
  font-size: 14px;
  line-height: 20px;
  font-family: Clash Grotesk;
  font-weight: 500;
}
#youzify #group-settings-form .youzify-group-field-item input:focus {
  border: 1px solid #fff;
}
#youzify #group-settings-form .youzify-group-field-item textarea {
  margin-bottom: 25px;
  border-radius: 10px;
  border: 1px solid #4b515a;
  width: 100%;
  padding-top: 16px;
  padding-right: 40px;
  padding-bottom: 16px;
  padding-left: 24px;
  background: unset;
  resize: unset;
  color: #fff;
  leading-trim: both;
  text-edge: cap;
  font-size: 14px;
  line-height: 20px;
  font-family: Clash Grotesk;
  font-weight: 500;
  min-height: 100px;
}
#youzify #group-settings-form .youzify-group-field-item textarea:focus {
  border: 1px solid #fff;
}
#youzify #group-settings-form .youzify-group-field-item label input {
  width: fit-content;
}
#youzify #group-settings-form .group-members-list {
  padding: 25px;
}
#youzify #group-settings-form .group-members-list .item-list li {
  background: #0e1218;
}
#youzify .youzify-group-manage-members-search {
  background: #2d333c;
}
#youzify .youzify-group-manage-members-search #search-members-form {
  position: relative;
}
#youzify .youzify-group-manage-members-search #search-members-form label {
  width: 100%;
}
#youzify .youzify-group-manage-members-search #search-members-form input[type=text] {
  padding-top: 13px;
  padding-right: 24px;
  padding-bottom: 13px;
  padding-left: 24px;
  border-radius: 10px;
  border: 1px solid #4b515a;
  width: 100%;
  background: unset;
  color: #fff;
  leading-trim: both;
  text-edge: cap;
  font-size: 14px;
  line-height: 20px;
  font-family: Clash Grotesk;
  font-weight: 500;
}
#youzify .youzify-group-manage-members-search #search-members-form input[type=text]:focus {
  border: 1px solid #fff;
}
#youzify .youzify-group-manage-members-search #search-members-form #members_search_submit {
  width: 48px;
  border: 1px solid #4b515a;
  height: 48px;
  position: absolute;
  right: 22px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  border-radius: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: transparent;
  background-image: url(../images/search_widget.svg);
  background-size: 16px;
  background-repeat: no-repeat;
  background-position: center;
  border: 0;
  color: transparent;
}
#youzify #create-group-form #group-create-tabs ul li {
  background: #2d333c;
  border-radius: 10px;
}
#youzify #create-group-form .youzify-group-settings-tab {
  border-radius: 25px;
  background: #2d333c;
}
#youzify #create-group-form .youzify-group-settings-tab input[type=text] {
  padding-top: 13px;
  padding-right: 24px;
  padding-bottom: 13px;
  padding-left: 24px;
  border-radius: 10px;
  border: 1px solid #4b515a;
  width: 100%;
  background: unset;
  color: #fff;
  leading-trim: both;
  text-edge: cap;
  font-size: 14px;
  line-height: 20px;
  font-family: Clash Grotesk;
  font-weight: 500;
}
#youzify #create-group-form .youzify-group-settings-tab input[type=text]:focus {
  border: 1px solid #fff;
}
#youzify #create-group-form .youzify-group-settings-tab textarea {
  margin-bottom: 25px;
  border-radius: 10px;
  border: 1px solid #4b515a;
  width: 100%;
  padding-top: 16px;
  padding-right: 40px;
  padding-bottom: 16px;
  padding-left: 24px;
  background: unset;
  resize: unset;
  color: #fff;
  leading-trim: both;
  text-edge: cap;
  font-size: 14px;
  line-height: 20px;
  font-family: Clash Grotesk;
  font-weight: 500;
  min-height: 100px;
}
#youzify #create-group-form .youzify-group-settings-tab textarea:focus {
  border: 1px solid #fff;
}
#youzify #create-group-form input[type=radio] {
  display: inline-block;
}
#youzify #youzify-group-header {
  display: none;
}

.user-card {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 30px;
  padding: 40px;
  border-radius: 25px;
  background: #0e1218;
  margin-bottom: 25px;
}
.user-card.not_logged {
  margin-bottom: 0px;
}
.user-card img {
  border-radius: 50%;
}

@media (max-width: 1210px) {
  .user-card {
    gap: calc(15px + 15 * (100vw - 375px) / 835);
  }
}
@media (max-width: 1210px) {
  .user-card {
    padding: calc(30px + 10 * (100vw - 375px) / 835);
  }
}
.user-card__link {
  width: 120px;
  height: 120px;
  min-width: 120px;
  min-height: 120px;
  border-radius: 100%;
}

@media (max-width: 1210px) {
  .user-card__link {
    width: calc(80px + 40 * (100vw - 375px) / 835);
  }
}
@media (max-width: 1210px) {
  .user-card__link {
    height: calc(80px + 40 * (100vw - 375px) / 835);
  }
}
@media (max-width: 1210px) {
  .user-card__link {
    min-width: calc(80px + 40 * (100vw - 375px) / 835);
  }
}
@media (max-width: 1210px) {
  .user-card__link {
    min-height: calc(80px + 40 * (100vw - 375px) / 835);
  }
}
.user-card__link-img {
  border-radius: 100%;
  width: 100%;
  height: 100%;
}

.user-card__body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}
.user-card__body p, .user-card__body a {
  font-family: "Clash Display";
}

.user-card__body-suptext {
  margin-bottom: 10px;
  color: #0e1218;
  text-align: center;
  leading-trim: both;
  text-edge: cap;
  font-size: 12px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-weight: 500;
  line-height: 16px;
  text-transform: uppercase;
  padding: 2px 10px;
  border-radius: 4px;
  background: #f9d442;
}

.user-card__body-text {
  color: #fff;
  leading-trim: both;
  text-edge: cap;
  margin-bottom: 10px;
  font-size: 36px;
  line-height: 36px;
  font-weight: 600;
}

@media (max-width: 1210px) {
  .user-card__body-text {
    margin-bottom: calc(5px + 5 * (100vw - 375px) / 835);
  }
}
@media (max-width: 1210px) {
  .user-card__body-text {
    font-size: calc(26px + 10 * (100vw - 375px) / 835);
  }
}
@media (max-width: 1210px) {
  .user-card__body-text {
    line-height: calc(26px + 10 * (100vw - 375px) / 835);
  }
}
.user-card__body-link {
  color: #6d9985;
  leading-trim: both;
  text-edge: cap;
  font-weight: 600;
  font-size: 24px;
  line-height: 24px;
}

@media (max-width: 1210px) {
  .user-card__body-link {
    font-size: calc(18px + 6 * (100vw - 375px) / 835);
  }
}
@media (max-width: 1210px) {
  .user-card__body-link {
    line-height: calc(18px + 6 * (100vw - 375px) / 835);
  }
}
.body--white .user-card__body-text {
  color: #0e1218;
}

.body--white .user-card {
  background: #fff;
}

@media (max-width: 500px) {
  .post-body-info {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
  .user-card {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
}
.body--white .post-body-info {
  border-bottom: 1px solid #d7dadd;
}

.post-body-info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-bottom: 25px;
  padding-bottom: 25px;
  border-bottom: 1px solid #4b515a;
  gap: 25px;
  row-gap: 10px;
}

@media (max-width: 1210px) {
  .post-body-info {
    margin-bottom: calc(10px + 15 * (100vw - 375px) / 835);
  }
}
@media (max-width: 1210px) {
  .post-body-info {
    padding-bottom: calc(10px + 15 * (100vw - 375px) / 835);
  }
}
.post-body-info__text {
  color: #7d838c !important;
  leading-trim: both;
  text-edge: cap;
  font-weight: 500;
  font-size: 16px;
  line-height: 24px;
  font-family: "Clash Display" !important;
}

@media (max-width: 1210px) {
  .post-body-info__text {
    font-size: calc(14px + 2 * (100vw - 375px) / 835);
  }
}
@media (max-width: 1210px) {
  .post-body-info__text {
    line-height: calc(20px + 4 * (100vw - 375px) / 835);
  }
}
.post-body-info-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 12px;
}

.post-body-info-box__text {
  color: #7d838c !important;
  leading-trim: both;
  text-edge: cap;
  font-weight: 500;
  font-size: 16px;
  line-height: 24px;
  gap: 12px;
  font-family: "Clash Display" !important;
}

@media (max-width: 1210px) {
  .post-body-info-box__text {
    font-size: calc(14px + 2 * (100vw - 375px) / 835);
  }
}
@media (max-width: 1210px) {
  .post-body-info-box__text {
    line-height: calc(20px + 4 * (100vw - 375px) / 835);
  }
}
.post-body-info-box-list {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.post-body-info-box-list__item {
  width: 36px;
  height: 36px;
  border-radius: 100%;
  margin-left: -10px;
}

.post-body-info-box-list__item:nth-child(1) {
  margin-left: unset;
}

.post-body-info-box-list__link {
  width: 100%;
  height: 100%;
  border-radius: 100%;
}

.post-body-info-box-list__link-img {
  width: 100%;
  height: 100%;
  border-radius: 100%;
}

.post-body-info-box-list__text {
  color: #0e1218 !important;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center;
  leading-trim: both;
  text-edge: cap;
  font-size: 14px;
  font-weight: 600;
  line-height: 20px;
  background: #ff99c0;
  width: 100%;
  height: 100%;
  border-radius: 100%;
  font-family: "Clash Display" !important;
}

.group_head .section-top__inner {
  justify-content: space-between;
}
.group_head .section-top__img {
  overflow: hidden;
}
.group_head .section-top__img div {
  height: 100%;
  width: 100%;
  background-size: cover;
  background-repeat: no-repeat;
}
.group_head .section-top__img img {
  height: 100%;
  object-fit: cover;
}
.group_head .section-top-content__buttons a {
  color: #fff;
  text-align: center;
  leading-trim: both;
  text-edge: cap;
  font-size: 14px;
  font-weight: 600;
  line-height: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 10px;
  border: 1px solid #4b515a;
  padding-top: 14px;
  padding-right: 24px;
  padding-bottom: 14px;
  padding-left: 24px;
  gap: 8px;
  -webkit-transition: background 0.3s, color 0.3s, border 0.3s;
  -o-transition: background 0.3s, color 0.3s, border 0.3s;
  transition: background 0.3s, color 0.3s, border 0.3s;
  min-width: fit-content;
  background: transparent !important;
}
.group_head .section-top-content__buttons a:hover {
  background: #fff !important;
  border: 1px solid #fff;
  color: #0e1218 !important;
}
.group_head .section-top-content__buttons a:before {
  content: none;
}

#youzify .youzify-group-navmenu {
  background-color: transparent;
}
#youzify .youzify-group-navmenu ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding-bottom: 40px;
  margin-bottom: 40px;
  border-bottom: 1px solid #4b515a;
  gap: 25px;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  row-gap: 15px;
  border-radius: 0;
  margin-left: 0;
}
#youzify .youzify-group-navmenu ul li {
  border: 0;
}
#youzify .youzify-group-navmenu ul li:hover a, #youzify .youzify-group-navmenu ul li.current a {
  color: #fff;
}
#youzify .youzify-group-navmenu ul li:hover a span, #youzify .youzify-group-navmenu ul li.current a span {
  background: #fff;
}
#youzify .youzify-group-navmenu ul li:before, #youzify .youzify-group-navmenu ul li:after {
  content: none;
}
#youzify .youzify-group-navmenu ul li a {
  color: #7d838c;
  text-align: center;
  leading-trim: both;
  text-edge: cap;
  font-size: 20px;
  line-height: 20px;
  font-weight: 600;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 8px;
  -webkit-transition: color 0.3s;
  -o-transition: color 0.3s;
  transition: color 0.3s;
  padding: 0;
  min-width: fit-content;
  font-family: "Clash Display";
  text-transform: none;
}
#youzify .youzify-group-navmenu ul li a span {
  border-radius: 4px;
  background: #7d838c;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  color: #0e1218;
  text-align: center;
  leading-trim: both;
  text-edge: cap;
  font-size: 14px;
  font-weight: 600;
  line-height: 18px;
  padding: 1px 12px;
  min-width: 32px;
  -webkit-transition: background 0.3s, color 0.3s;
  -o-transition: background 0.3s, color 0.3s;
  transition: background 0.3s, color 0.3s;
}
#youzify .youzify-group-navmenu ul li a:before {
  content: none;
}
#youzify .youzify-group-navmenu #youzify-group-buttons {
  display: none;
}
#youzify .youzify-page-main-content {
  padding-top: 0;
}
#youzify .youzify-page-main-content .item-list-tabs {
  background-color: transparent;
  padding: 0;
}
#youzify .youzify-page-main-content .item-list-tabs ul li a {
  color: #fff;
  leading-trim: both;
  text-edge: cap;
  font-size: 14px;
  font-weight: 600;
  line-height: 20px;
  margin: 0;
  font-family: "Clash Display";
}
#youzify .youzify-page-main-content .item-list-tabs ul li a:before, #youzify .youzify-page-main-content .item-list-tabs ul li a:after {
  content: none;
}
#youzify .youzify-page-main-content .item-list-tabs ul li#activity-filter-select label {
  display: none;
}
#youzify .youzify-page-main-content .item-list-tabs ul li#activity-filter-select .nice-select {
  padding: 13px 24px;
  padding-right: 65px;
  cursor: pointer;
  color: #fff;
  leading-trim: both;
  text-edge: cap;
  font-size: 14px;
  font-family: Clash Grotesk;
  font-weight: 500;
  line-height: 20px;
  border-radius: 10px;
  border: 1px solid #4b515a;
  -webkit-transition: color 0.3s;
  -o-transition: color 0.3s;
  transition: color 0.3s;
  background: transparent;
}
#youzify .youzify-page-main-content .item-list-tabs ul li#activity-filter-select .nice-select .current {
  color: #fff;
  line-height: 20px;
  height: fit-content;
  font-family: Clash Grotesk;
  font-weight: 500;
}
#youzify .youzify-page-main-content .item-list-tabs ul li#activity-filter-select .nice-select .list {
  position: absolute;
  top: 100%;
  left: 0;
  right: 0;
  z-index: 9991;
  border: 1px solid #4b515a;
  border-radius: 0 0 10px 10px;
  background: #0e1218;
  margin-top: 0;
  min-width: 100.7%;
  max-height: fit-content;
}
#youzify .youzify-page-main-content .item-list-tabs ul li#activity-filter-select .nice-select .list .option {
  background: unset;
  border-radius: unset;
  border: unset;
  padding-right: 20px;
  font-family: Clash Grotesk;
  font-weight: 500;
}
#youzify .youzify-page-main-content .item-list-tabs ul li#activity-filter-select .nice-select.open {
  border-radius: 10px 10px 0 0;
  border-bottom: 1px solid rgba(0, 0, 0, 0);
}
#youzify .youzify-page-main-content .youzify-wall-form {
  position: relative;
  border-radius: 25px;
  background: #2d333c;
  padding-top: 60px;
  padding-right: 60px;
  padding-bottom: 60px;
  padding-left: 60px;
}
#youzify .youzify-page-main-content .youzify-wall-form .youzify-wall-options {
  border: 0;
  padding-left: 0;
  padding-right: 0;
  display: flex;
  gap: 10px;
  flex-direction: row;
  flex-wrap: wrap;
}
#youzify .youzify-page-main-content .youzify-wall-form .youzify-wall-options .youzify-wall-opts-item label {
  margin: 0;
}
#youzify .youzify-page-main-content .youzify-wall-form .youzify-wall-options .youzify-wall-opts-item label i {
  color: #222;
}
#youzify .youzify-page-main-content .youzify-wall-form .youzify-wall-options .youzify-wall-opts-item label span {
  color: #222;
  font-family: "Clash Display";
  font-size: 12px;
  font-weight: 500;
}
#youzify .youzify-page-main-content .youzify-wall-form .youzify-wall-options .youzify-wall-opts-item label i {
  margin-right: 5px;
}
#youzify .youzify-page-main-content .youzify-wall-form .youzify-wall-options .youzify-wall-opts-item input:checked + label {
  background: #ff99c0;
}
#youzify .youzify-page-main-content .youzify-wall-form .youzify-wall-options .youzify-wall-opts-item input:checked + label i {
  color: #fff;
}
#youzify .youzify-page-main-content .youzify-wall-form .youzify-wall-options .youzify-wall-opts-item input:checked + label span {
  color: #fff;
  font-family: "Clash Display";
  font-size: 12px;
  font-weight: 500;
}
#youzify .youzify-page-main-content .youzify-wall-form .youzify-wall-content {
  background-color: transparent;
}
#youzify .youzify-page-main-content .youzify-wall-form .youzify-wall-content textarea, #youzify .youzify-page-main-content .youzify-wall-form .youzify-wall-content .youzify-emojionearea {
  margin-bottom: 25px;
  border-radius: 10px;
  border: 1px solid #4b515a !important;
  width: 100%;
  padding-top: 16px;
  padding-right: 40px;
  padding-bottom: 16px;
  padding-left: 24px;
  background: unset;
  resize: unset;
  color: #fff;
  leading-trim: both;
  text-edge: cap;
  font-size: 14px;
  line-height: 20px;
  font-family: Clash Grotesk;
  font-weight: 500;
  min-height: 100px;
}
#youzify .youzify-page-main-content .youzify-wall-form .youzify-wall-content textarea:focus, #youzify .youzify-page-main-content .youzify-wall-form .youzify-wall-content .youzify-emojionearea:focus {
  border: 1px solid #fff !important;
}
#youzify .youzify-page-main-content .youzify-wall-form .youzify-wall-content .youzify-emojionearea .youzify-emojionearea-editor:before {
  font-size: 14px;
  line-height: 20px;
  font-family: Clash Grotesk;
  font-weight: 400;
  letter-spacing: 0.2px;
}
#youzify .youzify-page-main-content .youzify-wall-form .youzify-wall-content .youzify-emojionearea.focused {
  border: 1px solid #fff !important;
}
#youzify .youzify-page-main-content .youzify-wall-form .youzify-wall-content input[type=text] {
  padding-top: 13px !important;
  padding-right: 24px !important;
  padding-bottom: 13px !important;
  padding-left: 24px !important;
  border-radius: 10px !important;
  border: 1px solid #4b515a !important;
  width: 100% !important;
  background: unset !important;
  color: #fff !important;
  leading-trim: both !important;
  text-edge: cap !important;
  font-size: 14px !important;
  line-height: 20px !important;
  font-family: Clash Grotesk !important;
  font-weight: 500 !important;
}
#youzify .youzify-page-main-content .youzify-wall-form .youzify-wall-content input[type=text]:focus {
  border: 1px solid #fff !important;
}
#youzify .youzify-page-main-content .youzify-wall-form .youzify-wall-content .youzify-wall-custom-form {
  border: 0;
  padding: 0;
}
#youzify .youzify-page-main-content .youzify-wall-form .youzify-wall-actions {
  background: #0e1218;
  border: 0;
}
#youzify .youzify-page-main-content .youzify-wall-form .youzify-wall-actions .youzify-form-tools .youzify-activity-privacy {
  padding-top: 0;
}
#youzify .youzify-page-main-content .youzify-wall-form .youzify-wall-attachments {
  border: 0;
}
#youzify .youzify-page-main-content .youzify-wall-form .youzify-wall-attachments .youzify-form-attachments {
  border: 0;
  background: #0e1218;
}
#youzify .youzify-page-main-content .youzify-wall-form .youzify-wall-giphy-form .youzify-wall-cf-item {
  flex-direction: column;
}
#youzify .youzify-page-main-content .youzify-wall-form .youzify-wall-giphy-form .youzify-wall-cf-item .youzify-giphy-search-form {
  margin-left: 0;
  margin-right: auto;
  width: 100%;
}
#youzify .youzify-page-main-content .youzify-wall-form .youzify-giphy-items-content {
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  justify-content: flex-start;
}
#youzify .youzify-page-main-content .youzify-wall-form .youzify-wall-list .youzify-list-search-box {
  background: transparent;
  border-color: #4b515a;
  padding: 15px 0;
}
#youzify .youzify-page-main-content .youzify-wall-form .youzify-wall-list .youzify-list-search-box .youzify-list-search-container {
  display: flex;
  background: transparent;
}
#youzify .youzify-page-main-content .youzify-wall-form .youzify-wall-list .youzify-list-categories .youzify-list-item:hover {
  background-color: #0e1218;
}
#youzify .youzify-page-main-content .youzify-wall-form .youzify-wall-list .youzify-list-submit-button {
  word-break: keep-all;
}
#youzify #activity-stream .groups {
  position: relative;
  border-radius: 25px;
  background: #2d333c;
  padding-top: 60px;
  padding-right: 60px;
  padding-bottom: 60px;
  padding-left: 60px;
}
#youzify #activity-stream .groups .activity-content .activity-header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 25px;
  margin-bottom: 25px;
  position: relative;
  padding: 0;
}
#youzify #activity-stream .groups .activity-content .activity-header .activity-avatar a {
  width: 80px;
  height: 80px;
  max-width: 80px;
  max-height: 80px;
  min-width: 80px;
  min-height: 80px;
  border-radius: 100%;
  display: block;
}
#youzify #activity-stream .groups .activity-content .activity-header .activity-avatar a img {
  width: 100% !important;
  height: 100% !important;
  -o-object-fit: cover;
  object-fit: cover;
  border-radius: 100%;
}
#youzify #activity-stream .groups .activity-content .activity-head .youzify-pinned-post-tag {
  position: relative;
  top: -3px;
  color: #0e1218;
}
#youzify #activity-stream .groups .activity-content .activity-head .youzify-pinned-post-tag span {
  font-weight: 500;
  color: #0e1218;
}
#youzify #activity-stream .groups .activity-content .activity-head p {
  font-family: "Clash Display";
  margin-right: 45px;
  margin-bottom: 8px;
  color: #7d838c;
  leading-trim: both;
  text-edge: cap;
  font-size: 16px;
  line-height: 24px;
  font-weight: 500;
}
#youzify #activity-stream .groups .activity-content .activity-head p a {
  font-family: "Clash Display";
  color: #fff;
  leading-trim: both;
  text-edge: cap;
  font-weight: 600;
  font-size: 20px;
  line-height: 20px;
}
#youzify #activity-stream .groups .activity-content .activity-head p a:last-child {
  font-size: 16px;
  line-height: 24px;
}
#youzify #activity-stream .groups .activity-content .activity-head p span {
  color: #fff;
  font-weight: 600;
  font-family: "Clash Display";
}
#youzify #activity-stream .groups .activity-content .activity-head .youzify-separator-point {
  display: none;
}
#youzify #activity-stream .groups .activity-content .activity-head .activity-time-since {
  color: #7d838c;
  leading-trim: both;
  text-edge: cap;
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;
  font-family: "Clash Display";
}
#youzify #activity-stream .groups .activity-content .activity-head .youzify-show-item-tools {
  width: 40px;
  height: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 3px;
  padding: 3px;
  position: absolute;
  top: -8px;
  right: -8px;
  cursor: pointer;
  border-radius: 10px;
  border: 1px solid rgba(0, 0, 0, 0);
  -webkit-transition: border 0.3s;
  -o-transition: border 0.3s;
  transition: border 0.3s;
}
#youzify #activity-stream .groups .activity-content .activity-head .youzify-show-item-tools:hover {
  border: 1px solid #40444a;
}
#youzify #activity-stream .groups .activity-content .activity-head .youzify-show-item-tools i {
  opacity: 1;
  content: "";
  width: 4px;
  height: 4px;
  background: #fff;
  border-radius: 100%;
  display: block;
  position: relative;
}
#youzify #activity-stream .groups .activity-content .activity-head .youzify-show-item-tools i:before {
  top: -5px;
  display: block;
  position: absolute;
  content: "" !important;
  width: 4px;
  height: 4px;
  background: #fff;
  border-radius: 100%;
}
#youzify #activity-stream .groups .activity-content .activity-head .youzify-show-item-tools i:after {
  bottom: -5px;
  display: block;
  position: absolute;
  content: "";
  width: 4px;
  height: 4px;
  background: #fff;
  border-radius: 100%;
}
#youzify #activity-stream .groups .activity-content .activity-inner {
  margin-bottom: 25px;
  padding: 0;
}
#youzify #activity-stream .groups .activity-content .activity-inner p {
  color: #fff;
  leading-trim: both;
  text-edge: cap;
  font-size: 16px;
  line-height: 24px;
  font-weight: 500;
  font-family: "Clash Display";
}
#youzify #activity-stream .groups .activity-content .youzify-post-attachments {
  margin-bottom: 25px;
}
#youzify #activity-stream .groups .activity-content .youzify-post-attachments img {
  padding: 0;
  border-radius: 25px;
}
#youzify #activity-stream .groups .activity-content .youzify-poll-content {
  padding: 0;
  background: transparent;
}
#youzify #activity-stream .groups .activity-content .youzify-poll-content .youzify-poll-question {
  background: #0e1218;
}
#youzify #activity-stream .groups .activity-content .youzify-poll-content .youzify-poll-question .youzify-poll-holder .youzify-poll-options .youzify-poll-item-label {
  background: #0e1218;
}
#youzify #activity-stream .groups .activity-content .youzify-poll-content .youzify-poll-holder .youzify-poll-item-input {
  border: 2px solid #4b515a;
}
#youzify #activity-stream .groups .activity-content .youzify-poll-content .youzify-poll-holder .youzify-poll-item-title {
  margin-left: 15px;
}
#youzify #activity-stream .groups .activity-content .youzify-poll-content .youzify-poll-holder .youzify-poll-item-label {
  background: #0e1218;
}
#youzify #activity-stream .groups .activity-content .youzify-poll-content .youzify-poll-actions {
  padding: 25px 0;
}
#youzify #activity-stream .groups .activity-content .youzify-poll-content .youzify-poll-result-content {
  background: #0e1218;
}
#youzify #activity-stream .groups .activity-content .youzify-poll-content .youzify-poll-result-content .youzify-result-head .youzify-post-voted {
  margin-right: 15px;
}
#youzify #activity-stream .groups .activity-content .youzify-poll-content .youzify-poll-result-content .youzify-result-head .youzify-post-voted .youzify-result-votes img {
  border: 0;
}
#youzify #activity-stream .groups .activity-content .youzify-wall-link-content {
  margin: 0;
  border-radius: 25px;
  border-color: #4b515a;
}
#youzify #activity-stream .groups .activity-content .youzify-wall-link-content .youzify-wall-link-url {
  color: #ff99c0;
}
#youzify #activity-stream .groups .activity-content .youzify-wall-slider {
  height: 500px;
}
#youzify #activity-stream .groups .activity-content .youzify-wall-slider #youzify-progressBar {
  display: none;
}
#youzify #activity-stream .groups .activity-content .youzify-wall-slider .youzify-wall-slideshow-item {
  height: 500px;
}
#youzify #activity-stream .groups .activity-content .youzify-wall-slider .owl-pagination {
  bottom: 20px;
}
#youzify #activity-stream .groups .activity-content .youzify-wall-quote-post .youzify-wall-quote-content {
  background: transparent;
  padding-top: 60px;
  padding-right: 60px;
  padding-bottom: 60px;
  padding-left: 60px;
  margin-top: 40px;
  border-radius: 10px;
  border: 1px solid #4b515a;
}
#youzify #activity-stream .groups .activity-content .youzify-wall-quote-post .youzify-wall-quote-content:before {
  content: none;
}
#youzify #activity-stream .groups .activity-content .youzify-wall-quote-post .youzify-wall-quote-main-content {
  padding: 0;
}
#youzify #activity-stream .groups .activity-content .youzify-wall-quote-post .youzify-wall-quote-main-content blockquote {
  margin-bottom: 20px;
  color: #9981c2;
  text-align: center;
  leading-trim: both;
  text-edge: cap;
  font-size: 36px;
  line-height: 40px;
  font-weight: 600;
  font-family: "Clash Display";
}
#youzify #activity-stream .groups .activity-content .youzify-wall-quote-post .youzify-wall-quote-main-content .youzify-wall-quote-icon {
  display: none;
}
#youzify #activity-stream .groups .activity-content .youzify-wall-quote-post .youzify-wall-quote-main-content .youzify-wall-quote-owner {
  color: #fff;
  leading-trim: both;
  text-edge: cap;
  font-size: 14px;
  font-weight: 600;
  line-height: 20px;
  background: transparent;
  text-align: center;
  font-family: "Clash Display";
  width: 100%;
}
#youzify #activity-stream .groups .activity-content .youzify-wall-file-post {
  background: #4b515a;
}
#youzify #activity-stream .groups .youzify-activity-tools {
  padding: 16px 24px;
  border-radius: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  background: #fff;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 24px;
  max-width: 160px;
  width: 160px;
  position: absolute;
  top: 100px;
  right: 70px;
  z-index: 1;
}
#youzify #activity-stream .groups .youzify-activity-tools .youzify-item-tool {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 8px;
  margin: 0;
}
#youzify #activity-stream .groups .youzify-activity-tools .youzify-item-tool.youzify-bookmark-tool .youzify-tool-icon i {
  color: #0E1218;
  display: block;
  width: 16px;
  height: 16px;
  font-size: 16px;
  line-height: 16px;
}
#youzify #activity-stream .groups .youzify-activity-tools .youzify-item-tool.youzify-pin-tool .youzify-tool-icon {
  background-image: url(../../css/images/pin.svg);
  background-size: 16px;
  background-repeat: no-repeat;
  background-position: center;
}
#youzify #activity-stream .groups .youzify-activity-tools .youzify-item-tool.youzify-delete-tool .youzify-tool-icon {
  background-image: url(../../css/images/delete.svg);
  background-size: 16px;
  background-repeat: no-repeat;
  background-position: center;
}
#youzify #activity-stream .groups .youzify-activity-tools .youzify-item-tool .youzify-tool-icon {
  background-color: transparent;
  width: 16px;
  height: 16px;
  margin: 0;
}
#youzify #activity-stream .groups .youzify-activity-tools .youzify-item-tool .youzify-tool-icon i {
  display: none;
}
#youzify #activity-stream .groups .youzify-activity-tools .youzify-item-tool .youzify-tool-name {
  color: #0e1218;
  leading-trim: both;
  text-edge: cap;
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;
  -webkit-transition: color 0.3s;
  -o-transition: color 0.3s;
  transition: color 0.3s;
}
#youzify #activity-stream .groups .user-card__body-suptext {
  color: #0e1218;
}
#youzify #activity-stream .groups .activity-comments {
  background: transparent;
}
#youzify #activity-stream .groups .activity-comments.not_logged .comment-container {
  padding-bottom: 0px;
}
#youzify #activity-stream .groups .activity-comments ul {
  padding: 0;
  margin-top: 25px;
  padding: unset;
  background: unset;
  border-radius: 10px;
  border: 1px solid #4b515a;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 15px;
  padding-top: 25px;
  padding-bottom: 25px;
  padding-left: 40px;
  padding-right: 40px;
}
#youzify #activity-stream .groups .activity-comments ul li .comment-container {
  background: transparent;
  padding: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  gap: 25px;
  padding-bottom: 35px;
  position: relative;
}
#youzify #activity-stream .groups .activity-comments ul li .comment-container .acomment-avatar {
  width: 48px;
  height: 48px;
}
#youzify #activity-stream .groups .activity-comments ul li .comment-container .acomment-avatar img {
  margin: 0;
  width: 100%;
  height: 100%;
}
#youzify #activity-stream .groups .activity-comments ul li .comment-container .comment-inner {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
}
#youzify #activity-stream .groups .activity-comments ul li .comment-container .comment-inner .acomment-meta {
  display: block;
  margin: 0;
}
#youzify #activity-stream .groups .activity-comments ul li .comment-container .comment-inner .acomment-meta a {
  margin-bottom: 5px;
  color: #fff;
  leading-trim: both;
  text-edge: cap;
  font-size: 20px;
  line-height: 20px;
  font-weight: 600;
  display: block;
  font-family: "Clash Display";
}
#youzify #activity-stream .groups .activity-comments ul li .comment-container .comment-inner .acomment-meta .acomment-meta-time {
  float: left;
  display: block;
}
#youzify #activity-stream .groups .activity-comments ul li .comment-container .comment-inner .acomment-meta .acomment-meta-time a.activity-time-since {
  margin: 0;
  color: #7d838c;
  leading-trim: both;
  text-edge: cap;
  font-size: 12px;
  font-weight: 500;
  line-height: 20px;
  margin-bottom: 10px;
}
#youzify #activity-stream .groups .activity-comments ul li .comment-container .comment-inner .acomment-meta .acomment-meta-time a.activity-time-since i {
  display: none;
}
#youzify #activity-stream .groups .activity-comments ul li .comment-container .comment-inner .acomment-meta .acomment-meta-time a.activity-time-since span {
  color: #7d838c;
  leading-trim: both;
  text-edge: cap;
  font-size: 12px;
  font-weight: 500;
  line-height: 20px;
  font-family: "Clash Display";
  text-transform: lowercase;
  margin: 0;
}
#youzify #activity-stream .groups .activity-comments ul li .comment-container .comment-inner .acomment-content {
  margin-bottom: 0;
}
#youzify #activity-stream .groups .activity-comments ul li .comment-container .comment-inner .acomment-content p {
  margin-bottom: 15px;
  color: #fff;
  leading-trim: both;
  text-edge: cap;
  font-family: Clash Grotesk;
  font-weight: 500;
  font-size: 16px;
  line-height: 24px;
  margin: 0;
}
#youzify #activity-stream .groups .activity-comments ul li .comment-container .acomment-options {
  position: absolute;
  bottom: 0;
  display: flex;
  left: 70px;
}
#youzify #activity-stream .groups .activity-comments ul li .comment-container .acomment-options .acomment-reply {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 5px;
  color: #6d9985;
  leading-trim: both;
  text-edge: cap;
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;
  font-family: "Clash Display";
}
#youzify #activity-stream .groups .activity-comments ul li .comment-container .acomment-options .acomment-reply:hover {
  text-decoration: underline;
}
#youzify #activity-stream .groups .activity-comments ul li .comment-container .acomment-options .acomment-reply:before {
  content: "";
  width: 16px;
  height: 16px;
  background-repeat: no-repeat;
  background-size: contain;
  background-image: url(../images/comment_reply.svg);
  margin: 0;
}
#youzify #activity-stream .groups .activity-comments ul li .comment-container .acomment-options .delete {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 5px;
  color: #6d9985;
  leading-trim: both;
  text-edge: cap;
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;
  font-family: "Clash Display";
}
#youzify #activity-stream .groups .activity-comments ul li .comment-container .acomment-options .delete:before {
  margin: 0;
}
#youzify #activity-stream .groups .activity-comments ul li .comment-container .acomment-options .delete:hover {
  text-decoration: underline;
}
#youzify #activity-stream .groups .activity-comments ul li .ac-form {
  margin-bottom: 15px;
}
#youzify #activity-stream .groups .activity-comments ul li ul {
  padding: 0;
  margin-top: 0px;
  padding: unset;
  background: unset;
  border-radius: 10px;
  border: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 15px;
  padding-top: 0px;
  padding-bottom: 0px;
  padding-left: 40px;
  padding-right: 0px;
  margin-left: 0;
}
#youzify #activity-stream .groups .activity-comments ul li ul li {
  margin: 0;
}
#youzify #activity-stream .groups .activity-comments ul li ul li .comment-container {
  margin-top: 25px;
  margin-bottom: 25px;
}
#youzify #activity-stream .groups .activity-comments form.ac-form {
  margin-top: 25px;
  background: transparent;
  padding: 0;
}
#youzify #activity-stream .groups .activity-comments form.ac-form .ac-input {
  margin-bottom: 0px;
  border-radius: 10px;
  border: 1px solid #4b515a !important;
  width: 100%;
  padding-top: 16px;
  padding-right: 40px;
  padding-bottom: 16px;
  padding-left: 50px;
  background: unset;
  resize: unset;
  color: #fff;
  leading-trim: both;
  text-edge: cap;
  font-size: 14px;
  line-height: 20px;
  font-family: Clash Grotesk;
  font-weight: 500;
  min-height: 100px;
}
#youzify #activity-stream .groups .activity-comments form.ac-form input[name=ac_form_submit] {
  display: block !important;
}
#youzify #activity-stream .activity {
  position: relative;
  border-radius: 25px;
  background: #2d333c;
  padding-top: 60px;
  padding-right: 60px;
  padding-bottom: 60px;
  padding-left: 60px;
}
#youzify #activity-stream .activity .activity-content .activity-header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 25px;
  margin-bottom: 25px;
  position: relative;
  padding: 0;
}
#youzify #activity-stream .activity .activity-content .activity-header .activity-avatar a {
  width: 80px;
  height: 80px;
  max-width: 80px;
  max-height: 80px;
  min-width: 80px;
  min-height: 80px;
  border-radius: 100%;
  display: block;
}
#youzify #activity-stream .activity .activity-content .activity-header .activity-avatar a img {
  width: 100% !important;
  height: 100% !important;
  -o-object-fit: cover;
  object-fit: cover;
  border-radius: 100%;
}
#youzify #activity-stream .activity .activity-content .activity-head .youzify-pinned-post-tag {
  position: relative;
  top: -3px;
  color: #0e1218;
}
#youzify #activity-stream .activity .activity-content .activity-head .youzify-pinned-post-tag span {
  font-weight: 500;
  color: #0e1218;
}
#youzify #activity-stream .activity .activity-content .activity-head p {
  font-family: "Clash Display";
  margin-right: 45px;
  margin-bottom: 8px;
  color: #7d838c;
  leading-trim: both;
  text-edge: cap;
  font-size: 16px;
  line-height: 24px;
  font-weight: 500;
}
#youzify #activity-stream .activity .activity-content .activity-head p a {
  font-family: "Clash Display";
  color: #fff;
  leading-trim: both;
  text-edge: cap;
  font-weight: 600;
  font-size: 20px;
  line-height: 20px;
}
#youzify #activity-stream .activity .activity-content .activity-head p a:last-child {
  font-size: 16px;
  line-height: 24px;
}
#youzify #activity-stream .activity .activity-content .activity-head p span {
  color: #fff;
  font-weight: 600;
  font-family: "Clash Display";
}
#youzify #activity-stream .activity .activity-content .activity-head .youzify-separator-point {
  display: none;
}
#youzify #activity-stream .activity .activity-content .activity-head .activity-time-since {
  color: #7d838c;
  leading-trim: both;
  text-edge: cap;
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;
  font-family: "Clash Display";
}
#youzify #activity-stream .activity .activity-content .activity-head .youzify-show-item-tools {
  width: 40px;
  height: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 3px;
  padding: 3px;
  position: absolute;
  top: -8px;
  right: -8px;
  cursor: pointer;
  border-radius: 10px;
  border: 1px solid rgba(0, 0, 0, 0);
  -webkit-transition: border 0.3s;
  -o-transition: border 0.3s;
  transition: border 0.3s;
}
#youzify #activity-stream .activity .activity-content .activity-head .youzify-show-item-tools:hover {
  border: 1px solid #40444a;
}
#youzify #activity-stream .activity .activity-content .activity-head .youzify-show-item-tools i {
  opacity: 1;
  content: "";
  width: 4px;
  height: 4px;
  background: #fff;
  border-radius: 100%;
  display: block;
  position: relative;
}
#youzify #activity-stream .activity .activity-content .activity-head .youzify-show-item-tools i:before {
  top: -5px;
  display: block;
  position: absolute;
  content: "" !important;
  width: 4px;
  height: 4px;
  background: #fff;
  border-radius: 100%;
}
#youzify #activity-stream .activity .activity-content .activity-head .youzify-show-item-tools i:after {
  bottom: -5px;
  display: block;
  position: absolute;
  content: "";
  width: 4px;
  height: 4px;
  background: #fff;
  border-radius: 100%;
}
#youzify #activity-stream .activity .activity-content .activity-inner {
  margin-bottom: 25px;
  padding: 0;
}
#youzify #activity-stream .activity .activity-content .activity-inner p {
  color: #fff;
  leading-trim: both;
  text-edge: cap;
  font-size: 16px;
  line-height: 24px;
  font-weight: 500;
  font-family: "Clash Display";
}
#youzify #activity-stream .activity .activity-content .youzify-post-attachments {
  margin-bottom: 25px;
}
#youzify #activity-stream .activity .activity-content .youzify-post-attachments img {
  padding: 0;
  border-radius: 25px;
}
#youzify #activity-stream .activity .activity-content .youzify-poll-content {
  padding: 0;
  background: transparent;
}
#youzify #activity-stream .activity .activity-content .youzify-poll-content .youzify-poll-question {
  background: #0e1218;
}
#youzify #activity-stream .activity .activity-content .youzify-poll-content .youzify-poll-question .youzify-poll-holder .youzify-poll-options .youzify-poll-item-label {
  background: #0e1218;
}
#youzify #activity-stream .activity .activity-content .youzify-poll-content .youzify-poll-holder .youzify-poll-item-input {
  border: 2px solid #4b515a;
}
#youzify #activity-stream .activity .activity-content .youzify-poll-content .youzify-poll-holder .youzify-poll-item-title {
  margin-left: 15px;
}
#youzify #activity-stream .activity .activity-content .youzify-poll-content .youzify-poll-holder .youzify-poll-item-label {
  background: #0e1218;
}
#youzify #activity-stream .activity .activity-content .youzify-poll-content .youzify-poll-actions {
  padding: 25px 0;
}
#youzify #activity-stream .activity .activity-content .youzify-poll-content .youzify-poll-result-content {
  background: #0e1218;
}
#youzify #activity-stream .activity .activity-content .youzify-poll-content .youzify-poll-result-content .youzify-result-head .youzify-post-voted {
  margin-right: 15px;
}
#youzify #activity-stream .activity .activity-content .youzify-poll-content .youzify-poll-result-content .youzify-result-head .youzify-post-voted .youzify-result-votes img {
  border: 0;
}
#youzify #activity-stream .activity .activity-content .youzify-wall-link-content {
  margin: 0;
  border-radius: 25px;
  border-color: #4b515a;
}
#youzify #activity-stream .activity .activity-content .youzify-wall-link-content .youzify-wall-link-url {
  color: #ff99c0;
}
#youzify #activity-stream .activity .activity-content .youzify-wall-slider {
  height: 500px;
}
#youzify #activity-stream .activity .activity-content .youzify-wall-slider #youzify-progressBar {
  display: none;
}
#youzify #activity-stream .activity .activity-content .youzify-wall-slider .youzify-wall-slideshow-item {
  height: 500px;
}
#youzify #activity-stream .activity .activity-content .youzify-wall-slider .owl-pagination {
  bottom: 20px;
}
#youzify #activity-stream .activity .activity-content .youzify-wall-quote-post .youzify-wall-quote-content {
  background: transparent;
  padding-top: 60px;
  padding-right: 60px;
  padding-bottom: 60px;
  padding-left: 60px;
  margin-top: 40px;
  border-radius: 10px;
  border: 1px solid #4b515a;
}
#youzify #activity-stream .activity .activity-content .youzify-wall-quote-post .youzify-wall-quote-content:before {
  content: none;
}
#youzify #activity-stream .activity .activity-content .youzify-wall-quote-post .youzify-wall-quote-main-content {
  padding: 0;
}
#youzify #activity-stream .activity .activity-content .youzify-wall-quote-post .youzify-wall-quote-main-content blockquote {
  margin-bottom: 20px;
  color: #9981c2;
  text-align: center;
  leading-trim: both;
  text-edge: cap;
  font-size: 36px;
  line-height: 40px;
  font-weight: 600;
  font-family: "Clash Display";
}
#youzify #activity-stream .activity .activity-content .youzify-wall-quote-post .youzify-wall-quote-main-content .youzify-wall-quote-icon {
  display: none;
}
#youzify #activity-stream .activity .activity-content .youzify-wall-quote-post .youzify-wall-quote-main-content .youzify-wall-quote-owner {
  color: #fff;
  leading-trim: both;
  text-edge: cap;
  font-size: 14px;
  font-weight: 600;
  line-height: 20px;
  background: transparent;
  text-align: center;
  font-family: "Clash Display";
  width: 100%;
}
#youzify #activity-stream .activity .activity-content .youzify-wall-file-post {
  background: #4b515a;
}
#youzify #activity-stream .activity .youzify-activity-tools {
  padding: 16px 24px;
  border-radius: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  background: #fff;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 24px;
  max-width: 160px;
  width: 160px;
  position: absolute;
  top: 100px;
  right: 70px;
  z-index: 1;
}
#youzify #activity-stream .activity .youzify-activity-tools .youzify-item-tool {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 8px;
  margin: 0;
}
#youzify #activity-stream .activity .youzify-activity-tools .youzify-item-tool.youzify-bookmark-tool .youzify-tool-icon i {
  color: #0E1218;
  display: block;
  width: 16px;
  height: 16px;
  font-size: 16px;
  line-height: 16px;
}
#youzify #activity-stream .activity .youzify-activity-tools .youzify-item-tool.youzify-pin-tool .youzify-tool-icon {
  background-image: url(../../css/images/pin.svg);
  background-size: 16px;
  background-repeat: no-repeat;
  background-position: center;
}
#youzify #activity-stream .activity .youzify-activity-tools .youzify-item-tool.youzify-delete-tool .youzify-tool-icon {
  background-image: url(../../css/images/delete.svg);
  background-size: 16px;
  background-repeat: no-repeat;
  background-position: center;
}
#youzify #activity-stream .activity .youzify-activity-tools .youzify-item-tool .youzify-tool-icon {
  background-color: transparent;
  width: 16px;
  height: 16px;
  margin: 0;
}
#youzify #activity-stream .activity .youzify-activity-tools .youzify-item-tool .youzify-tool-icon i {
  display: none;
}
#youzify #activity-stream .activity .youzify-activity-tools .youzify-item-tool .youzify-tool-name {
  color: #0e1218;
  leading-trim: both;
  text-edge: cap;
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;
  -webkit-transition: color 0.3s;
  -o-transition: color 0.3s;
  transition: color 0.3s;
}
#youzify #activity-stream .activity .user-card__body-suptext {
  color: #0e1218;
}
#youzify #activity-stream .activity .activity-comments {
  background: transparent;
}
#youzify #activity-stream .activity .activity-comments.not_logged .comment-container {
  padding-bottom: 0px;
}
#youzify #activity-stream .activity .activity-comments ul {
  padding: 0;
  margin-top: 25px;
  padding: unset;
  background: unset;
  border-radius: 10px;
  border: 1px solid #4b515a;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 15px;
  padding-top: 25px;
  padding-bottom: 25px;
  padding-left: 40px;
  padding-right: 40px;
}
#youzify #activity-stream .activity .activity-comments ul li .comment-container {
  background: transparent;
  padding: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  gap: 25px;
  padding-bottom: 35px;
  position: relative;
}
#youzify #activity-stream .activity .activity-comments ul li .comment-container .acomment-avatar {
  width: 48px;
  height: 48px;
}
#youzify #activity-stream .activity .activity-comments ul li .comment-container .acomment-avatar img {
  margin: 0;
  width: 100%;
  height: 100%;
}
#youzify #activity-stream .activity .activity-comments ul li .comment-container .comment-inner {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
}
#youzify #activity-stream .activity .activity-comments ul li .comment-container .comment-inner .acomment-meta {
  display: block;
  margin: 0;
}
#youzify #activity-stream .activity .activity-comments ul li .comment-container .comment-inner .acomment-meta a {
  margin-bottom: 5px;
  color: #fff;
  leading-trim: both;
  text-edge: cap;
  font-size: 20px;
  line-height: 20px;
  font-weight: 600;
  display: block;
  font-family: "Clash Display";
}
#youzify #activity-stream .activity .activity-comments ul li .comment-container .comment-inner .acomment-meta .acomment-meta-time {
  float: left;
  display: block;
}
#youzify #activity-stream .activity .activity-comments ul li .comment-container .comment-inner .acomment-meta .acomment-meta-time a.activity-time-since {
  margin: 0;
  color: #7d838c;
  leading-trim: both;
  text-edge: cap;
  font-size: 12px;
  font-weight: 500;
  line-height: 20px;
  margin-bottom: 10px;
}
#youzify #activity-stream .activity .activity-comments ul li .comment-container .comment-inner .acomment-meta .acomment-meta-time a.activity-time-since i {
  display: none;
}
#youzify #activity-stream .activity .activity-comments ul li .comment-container .comment-inner .acomment-meta .acomment-meta-time a.activity-time-since span {
  color: #7d838c;
  leading-trim: both;
  text-edge: cap;
  font-size: 12px;
  font-weight: 500;
  line-height: 20px;
  font-family: "Clash Display";
  text-transform: lowercase;
  margin: 0;
}
#youzify #activity-stream .activity .activity-comments ul li .comment-container .comment-inner .acomment-content {
  margin-bottom: 0;
}
#youzify #activity-stream .activity .activity-comments ul li .comment-container .comment-inner .acomment-content p {
  margin-bottom: 15px;
  color: #fff;
  leading-trim: both;
  text-edge: cap;
  font-family: Clash Grotesk;
  font-weight: 500;
  font-size: 16px;
  line-height: 24px;
  margin: 0;
}
#youzify #activity-stream .activity .activity-comments ul li .comment-container .acomment-options {
  position: absolute;
  bottom: 0;
  display: flex;
  left: 70px;
}
#youzify #activity-stream .activity .activity-comments ul li .comment-container .acomment-options .acomment-reply {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 5px;
  color: #6d9985;
  leading-trim: both;
  text-edge: cap;
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;
  font-family: "Clash Display";
}
#youzify #activity-stream .activity .activity-comments ul li .comment-container .acomment-options .acomment-reply:hover {
  text-decoration: underline;
}
#youzify #activity-stream .activity .activity-comments ul li .comment-container .acomment-options .acomment-reply:before {
  content: "";
  width: 16px;
  height: 16px;
  background-repeat: no-repeat;
  background-size: contain;
  background-image: url(../images/comment_reply.svg);
  margin: 0;
}
#youzify #activity-stream .activity .activity-comments ul li .comment-container .acomment-options .delete {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 5px;
  color: #6d9985;
  leading-trim: both;
  text-edge: cap;
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;
  font-family: "Clash Display";
}
#youzify #activity-stream .activity .activity-comments ul li .comment-container .acomment-options .delete:before {
  margin: 0;
}
#youzify #activity-stream .activity .activity-comments ul li .comment-container .acomment-options .delete:hover {
  text-decoration: underline;
}
#youzify #activity-stream .activity .activity-comments ul li .ac-form {
  margin-bottom: 15px;
}
#youzify #activity-stream .activity .activity-comments ul li ul {
  padding: 0;
  margin-top: 0px;
  padding: unset;
  background: unset;
  border-radius: 10px;
  border: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 15px;
  padding-top: 0px;
  padding-bottom: 0px;
  padding-left: 40px;
  padding-right: 0px;
  margin-left: 0;
}
#youzify #activity-stream .activity .activity-comments ul li ul li {
  margin: 0;
}
#youzify #activity-stream .activity .activity-comments ul li ul li .comment-container {
  margin-top: 25px;
  margin-bottom: 25px;
}
#youzify #activity-stream .activity .activity-comments form.ac-form {
  margin-top: 25px;
  background: transparent;
  padding: 0;
}
#youzify #activity-stream .activity .activity-comments form.ac-form .ac-input {
  margin-bottom: 0px;
  border-radius: 10px;
  border: 1px solid #4b515a !important;
  width: 100%;
  padding-top: 16px;
  padding-right: 40px;
  padding-bottom: 16px;
  padding-left: 50px;
  background: unset;
  resize: unset;
  color: #fff;
  leading-trim: both;
  text-edge: cap;
  font-size: 14px;
  line-height: 20px;
  font-family: Clash Grotesk;
  font-weight: 500;
  min-height: 100px;
}
#youzify #activity-stream .activity .activity-comments form.ac-form input[name=ac_form_submit] {
  display: block !important;
}
#youzify .youzify-right-sidebar-layout {
  display: flex;
}
#youzify .youzify-right-sidebar-layout .youzify-main-column {
  width: 65%;
}
#youzify .youzify-right-sidebar-layout .youzify-sidebar-column {
  width: 35%;
  min-width: 380px;
  max-width: 380px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 20px;
}
#youzify .youzify-right-sidebar-layout .youzify-sidebar-column .widget-content {
  border-radius: 25px;
  background: #2d333c;
  padding-top: 40px;
  padding-right: 40px;
  padding-bottom: 40px;
  padding-left: 40px;
}
#youzify .youzify-right-sidebar-layout .youzify-sidebar-column .widget-content .widget-title {
  margin-bottom: 30px;
  color: #fff;
  leading-trim: both;
  text-edge: cap;
  font-size: 24px;
  line-height: 24px;
  font-weight: 600;
  background: transparent;
  padding: 0;
  border-bottom: 0;
  font-family: "Clash Display";
}
#youzify .youzify-right-sidebar-layout .youzify-sidebar-column .widget-content .widget-title:before {
  content: none;
}
#youzify .youzify-right-sidebar-layout .youzify-sidebar-column .widget-content .youzify-items-list-widget {
  padding: 0;
}
#youzify .youzify-right-sidebar-layout .youzify-sidebar-column .widget-content .youzify-items-list-widget .youzify-list-item:first-child {
  margin-top: 0;
}
#youzify .youzify-right-sidebar-layout .youzify-sidebar-column .widget-content.widget_templines_theme_helper_activity .groups .activity-header {
  padding: 0;
  margin-bottom: 25px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 15px;
}
#youzify .youzify-right-sidebar-layout .youzify-sidebar-column .widget-content.widget_templines_theme_helper_activity .groups .activity-header .activity-avatar {
  width: 48px;
  height: 48px;
}
#youzify .youzify-right-sidebar-layout .youzify-sidebar-column .widget-content.widget_templines_theme_helper_activity .groups .activity-header .activity-avatar a img {
  margin: 0;
  width: 100% !important;
  height: 100% !important;
}
#youzify .youzify-right-sidebar-layout .youzify-sidebar-column .widget-content.widget_templines_theme_helper_activity .groups .activity-header .activity-head p {
  font-size: 14px;
  font-weight: 400;
  line-height: 16px;
  color: #7d838c;
  margin-bottom: 5px;
  font-family: "Clash Display";
  word-break: normal;
}
#youzify .youzify-right-sidebar-layout .youzify-sidebar-column .widget-content.widget_templines_theme_helper_activity .groups .activity-header .activity-head p a {
  font-size: 16px;
  font-weight: 600;
  color: #fff;
  leading-trim: both;
  text-edge: cap;
  font-family: "Clash Display";
}
#youzify .youzify-right-sidebar-layout .youzify-sidebar-column .widget-content.widget_templines_theme_helper_activity .groups .activity-header .activity-head .youzify-separator-point {
  display: none;
}
#youzify .youzify-right-sidebar-layout .youzify-sidebar-column .widget-content.widget_templines_theme_helper_activity .groups .activity-header .activity-head .activity-time-since {
  color: #7d838c;
  leading-trim: both;
  text-edge: cap;
  font-size: 12px;
  font-family: Clash Grotesk;
  font-weight: 500;
  line-height: 18px;
}
#youzify .youzify-right-sidebar-layout .youzify-sidebar-column .widget-content.widget_templines_theme_helper_activity .groups .activity-header .activity-head .activity-time-since span {
  text-transform: inherit;
}
#youzify .youzify-right-sidebar-layout .youzify-sidebar-column .widget-content.widget_templines_theme_helper_activity .groups .activity-header .activity-head .youzify-show-item-tools {
  display: none;
}
#youzify .youzify-right-sidebar-layout .youzify-sidebar-column .widget-content.widget_fl_theme_helper_popular_post .aside-block-item__img {
  width: 80px;
  height: 80px;
  max-width: 80px;
  max-height: 80px;
  min-width: 80px;
  min-height: 80px;
  border-radius: 10px;
}
#youzify .youzify-right-sidebar-layout .youzify-sidebar-column .widget-content.widget_fl_theme_helper_popular_post .aside-block-item__img img {
  border-radius: 10px;
}
#youzify .youzify-right-sidebar-layout .youzify-sidebar-column .widget-content.widget_fl_theme_helper_popular_post .aside-block-item__box {
  font-size: 14px;
  font-weight: 400;
  line-height: 16px;
  color: #7d838c;
  margin-bottom: 5px;
}
#youzify .youzify-right-sidebar-layout .youzify-sidebar-column .widget-content.widget_fl_theme_helper_popular_post .aside-block-item__box a {
  font-size: 16px;
  font-weight: 600;
  color: #fff;
  leading-trim: both;
  text-edge: cap;
  font-family: "Clash Display";
}
#youzify .youzify-right-sidebar-layout .youzify-sidebar-column .widget-content.widget_fl_theme_helper_popular_post .aside-block-item-box__subtext {
  color: #7d838c;
  leading-trim: both;
  text-edge: cap;
  font-size: 12px;
  font-family: Clash Grotesk;
  font-weight: 500;
  line-height: 18px;
}
#youzify .youzify-right-sidebar-layout .youzify-sidebar-column .widget-content.widget_fl_theme_helper_members .item-list {
  padding-bottom: 0px !important;
}
#youzify .youzify-right-sidebar-layout .youzify-sidebar-column .widget-content.widget_fl_theme_helper_members .item-list li:last-child .youzify-user-data {
  margin: 0;
}
#youzify .youzify-right-sidebar-layout .youzify-sidebar-column .widget-content.widget_fl_theme_helper_members .item-list li .youzify-user-data {
  margin-bottom: 25px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 15px;
  padding: 0;
  background: transparent;
}
#youzify .youzify-right-sidebar-layout .youzify-sidebar-column .widget-content.widget_fl_theme_helper_members .item-list li .youzify-user-data .youzify-item-avatar {
  width: 48px;
  height: 48px;
  max-width: 48px;
  max-height: 48px;
  min-width: 48px;
  min-height: 48px;
  border-radius: 100%;
  margin: 0;
}
#youzify .youzify-right-sidebar-layout .youzify-sidebar-column .widget-content.widget_fl_theme_helper_members .item-list li .youzify-user-data .item-title a {
  font-size: 16px;
  font-weight: 600;
  color: #fff;
  leading-trim: both;
  text-edge: cap;
  font-family: "Clash Display";
}
#youzify .youzify-right-sidebar-layout .youzify-sidebar-column .widget-content.widget_fl_theme_helper_members .item-list li .youzify-user-data .item-meta .youzify-meta-item {
  color: #7d838c;
  leading-trim: both;
  text-edge: cap;
  font-size: 12px;
  font-family: Clash Grotesk;
  font-weight: 500;
  line-height: 18px;
  text-transform: none;
}

.post-body__assessment {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 25px;
}
.post-body__assessment .post-body-assessment__btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 8px;
  color: #6d9985;
  leading-trim: both;
  text-edge: cap;
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;
  font-family: "Clash Display" !important;
}
.post-body__assessment .post-body-assessment__btn span {
  font-family: "Clash Display";
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;
}
.post-body__assessment .post-body-assessment__btn span.like {
  background-image: url(../../css/images/like.svg);
  background-size: 16px;
  background-repeat: no-repeat;
  background-position: center;
  width: 16px;
  height: 16px;
}
.post-body__assessment .post-body-assessment__btn span.unlike {
  background-image: url(../../css/images/unlike.svg);
  background-size: 16px;
  background-repeat: no-repeat;
  background-position: center;
  width: 16px;
  height: 16px;
}
.post-body__assessment .acomment-reply {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 8px;
  color: #6d9985;
  leading-trim: both;
  text-edge: cap;
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;
}
.post-body__assessment .acomment-reply span {
  font-family: "Clash Display";
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;
}

.body--white .members-section-top__inner {
  border: 1px solid #d7dadd;
}

.memberss {
  padding-top: 100px;
  margin-bottom: 100px;
}

.members__title.title {
  margin-bottom: 60px;
  font-size: 128px;
  line-height: 114px;
  leading-trim: both;
  text-edge: cap;
  color: #fff;
  font-weight: 600;
}

@media (max-width: 1210px) {
  .members {
    margin-bottom: calc(50px + 50 * (100vw - 375px) / 835);
  }
}
.members__inner {
  width: 100%;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 20px;
  margin-bottom: 40px;
}

@media (max-width: 1210px) {
  .members__inner {
    margin-bottom: calc(20px + 20 * (100vw - 375px) / 835);
  }
}
.members-section-top__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  gap: 30px;
  border-radius: 25px;
  border: 1px solid #4b515a;
  padding-top: 60px;
  padding-right: 60px;
  padding-bottom: 60px;
  padding-left: 60px;
}

@media (max-width: 1210px) {
  .members-section-top__inner {
    gap: calc(15px + 15 * (100vw - 375px) / 835);
  }
}
@media (max-width: 1210px) {
  .members-section-top__inner {
    padding-top: calc(30px + 30 * (100vw - 375px) / 835);
  }
}
@media (max-width: 1210px) {
  .members-section-top__inner {
    padding-right: calc(20px + 40 * (100vw - 375px) / 835);
  }
}
@media (max-width: 1210px) {
  .members-section-top__inner {
    padding-bottom: calc(30px + 30 * (100vw - 375px) / 835);
  }
}
@media (max-width: 1210px) {
  .members-section-top__inner {
    padding-left: calc(20px + 40 * (100vw - 375px) / 835);
  }
}
.members-section-top__img {
  border-radius: 100%;
  width: 200px;
  height: 200px;
  min-width: 200px;
  min-height: 200px;
}

@media (max-width: 1210px) {
  .members-section-top__img {
    width: calc(130px + 70 * (100vw - 375px) / 835);
  }
}
@media (max-width: 1210px) {
  .members-section-top__img {
    height: calc(130px + 70 * (100vw - 375px) / 835);
  }
}
@media (max-width: 1210px) {
  .members-section-top__img {
    min-width: calc(130px + 70 * (100vw - 375px) / 835);
  }
}
@media (max-width: 1210px) {
  .members-section-top__img {
    min-height: calc(130px + 70 * (100vw - 375px) / 835);
  }
}
.members-section-top__img-image {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  border-radius: 100%;
}

.members-section {
  margin-bottom: 100px;
}

@media (max-width: 1210px) {
  .members-section {
    margin-bottom: calc(50px + 50 * (100vw - 375px) / 835);
  }
}
.members-section__wrapper {
  display: none;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  position: relative;
  gap: 20px;
}

.members-section__subwrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 20px;
}

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

.members-section-posts__top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-bottom: 25px;
  gap: 30px;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  row-gap: 15px;
}

.members-section-posts__top-text {
  color: #fff;
  leading-trim: both;
  text-edge: cap;
  font-size: 14px;
  font-weight: 600;
  line-height: 20px;
}

.members-section-posts__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 20px;
}

.members-section-aside {
  width: 380px;
  max-width: 380px;
  min-width: 380px;
}

.members-section-aside {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 20px;
  width: 380px;
  max-width: 380px;
}

@media (max-width: 1250px) {
  .members__inner {
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
  }
}
@media (max-width: 1100px) {
  .members-section__wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .members-section-aside {
    min-width: unset;
    width: 100%;
    max-width: 100%;
  }
}
@media (max-width: 650px) {
  .members-section-top__inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
  .members__inner {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }
}
@media (max-width: 450px) {
  .members-section-posts__top .custom-select {
    width: 100%;
  }
}
#youzify.main__members.memberss #youzify-members-directory .youzify-directory-filter .item-list-tabs {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 25px;
  row-gap: 5px !important;
  margin-right: auto;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
#youzify.main__members.memberss #youzify-members-directory .youzify-directory-filter .item-list-tabs ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 25px;
  row-gap: 5px !important;
  margin-right: auto;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
#youzify.main__members.memberss #youzify-members-directory .youzify-directory-filter .item-list-tabs ul #members-dir-search {
  margin-left: 0;
  padding-left: 0;
  border: 0;
}
#youzify.main__members.memberss #youzify-members-directory .youzify-directory-filter .item-list-tabs ul #members-dir-search label {
  margin: 0;
}
#youzify.main__members.memberss #youzify-members-directory .youzify-directory-filter .item-list-tabs ul #members-dir-search:hover #members_search {
  width: 225px !important;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
#youzify.main__members.memberss #youzify-members-directory .youzify-directory-filter .item-list-tabs ul #members-dir-search #search-members-form {
  position: relative;
}
#youzify.main__members.memberss #youzify-members-directory .youzify-directory-filter .item-list-tabs ul #members-dir-search #search-members-form #members_search {
  width: 48px;
  height: 48px;
  -webkit-box-ordinal-group: 0;
  -ms-flex-order: -1;
  order: -1;
  opacity: 1;
  z-index: 1;
  position: unset;
  border: 1px solid #4b515a !important;
  background: transparent;
  border-radius: 10px;
  padding-top: 13px;
  padding-right: 24px;
  padding-bottom: 13px;
  padding-left: 24px;
  border-radius: 10px;
  background: unset;
  color: #fff;
  leading-trim: both;
  text-edge: cap;
  font-size: 14px;
  line-height: 20px;
  font-family: Clash Grotesk;
  font-weight: 500;
  margin: 0;
  transition: width 0.3s;
}
#youzify.main__members.memberss #youzify-members-directory .youzify-directory-filter .item-list-tabs ul #members-dir-search #search-members-form #members_search_submit {
  width: 48px;
  border: 1px solid #4b515a;
  height: 48px;
  position: absolute;
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  border-radius: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: transparent;
  background-image: url(../images/search_widget.svg);
  background-size: 16px;
  background-repeat: no-repeat;
  background-position: center;
  border: 0;
  color: transparent;
}
#youzify.main__members.memberss #youzify-members-directory .youzify-directory-filter .item-list-tabs ul #members-order-select label {
  display: none;
}
#youzify.main__members.memberss #youzify-members-directory .youzify-directory-filter .item-list-tabs ul #members-order-select .nice-select {
  padding: 13px 24px;
  padding-right: 65px;
  cursor: pointer;
  color: #fff;
  leading-trim: both;
  text-edge: cap;
  font-size: 14px;
  font-family: Clash Grotesk;
  font-weight: 500;
  line-height: 20px;
  border-radius: 10px;
  border: 1px solid #4b515a;
  -webkit-transition: color 0.3s;
  -o-transition: color 0.3s;
  transition: color 0.3s;
  background: transparent;
}
#youzify.main__members.memberss #youzify-members-directory .youzify-directory-filter .item-list-tabs ul #members-order-select .nice-select .current {
  color: #fff;
  line-height: 20px;
  height: fit-content;
  font-family: Clash Grotesk;
  font-weight: 500;
}
#youzify.main__members.memberss #youzify-members-directory .youzify-directory-filter .item-list-tabs ul #members-order-select .nice-select .list {
  position: absolute;
  top: 100%;
  left: 0;
  right: 0;
  z-index: 99;
  border: 1px solid #4b515a;
  border-radius: 0 0 10px 10px;
  background: #0e1218;
  margin-top: 0;
  min-width: 100.7%;
}
#youzify.main__members.memberss #youzify-members-directory .youzify-directory-filter .item-list-tabs ul #members-order-select .nice-select .list .option {
  background: unset;
  border-radius: unset;
  border: unset;
  padding-right: 20px;
  font-family: Clash Grotesk;
  font-weight: 500;
}
#youzify.main__members.memberss #youzify-members-directory .youzify-directory-filter .item-list-tabs ul #members-order-select .nice-select.open {
  border-radius: 10px 10px 0 0;
  border-bottom: 1px solid rgba(0, 0, 0, 0);
}
#youzify.main__members.memberss #youzify-members-directory .youzify-directory-filter .item-list-tabs:last-child {
  margin-right: 0;
}
#youzify.main__members.memberss #youzify-members-directory .youzify-directory-filter .item-list-tabs:last-child ul {
  flex-direction: row-reverse;
  gap: 10px;
}
#youzify.main__members.memberss #youzify-members-directory #members-directory-form #members-dir-list .is-online .card-person-img__status {
  background: #6d9985;
}
#youzify.main__members.memberss #youzify-members-directory #members-directory-form #members-dir-list .card-person-img__status {
  width: 15px;
  height: 15px;
  background: #eb4544;
  position: absolute;
  top: 10px;
  right: 10px;
  display: block;
  border-radius: 100%;
  border: 4px solid #2d333c;
}
#youzify.main__members.memberss #youzify-members-directory #members-directory-form #youzify-members-list {
  width: 100%;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 20px;
  margin-bottom: 30px;
}
#youzify.main__members.memberss #youzify-members-directory #members-directory-form #youzify-members-list li {
  height: 407px;
  padding-bottom: 20px;
  padding-right: 20px;
}
#youzify.main__members.memberss #youzify-members-directory #members-directory-form #youzify-members-list li:nth-child(3), #youzify.main__members.memberss #youzify-members-directory #members-directory-form #youzify-members-list li:nth-child(6), #youzify.main__members.memberss #youzify-members-directory #members-directory-form #youzify-members-list li:nth-child(9), #youzify.main__members.memberss #youzify-members-directory #members-directory-form #youzify-members-list li:nth-child(12), #youzify.main__members.memberss #youzify-members-directory #members-directory-form #youzify-members-list li:nth-child(15), #youzify.main__members.memberss #youzify-members-directory #members-directory-form #youzify-members-list li:nth-child(18), #youzify.main__members.memberss #youzify-members-directory #members-directory-form #youzify-members-list li:nth-child(21) {
  padding-right: 0px;
}
#youzify.main__members.memberss #youzify-members-directory #members-directory-form #youzify-members-list li .members__card {
  height: 100%;
  border: 0;
}
#youzify.main__members.memberss #youzify-members-directory #members-directory-form #youzify-members-list li .members__card .card__title {
  color: #fff;
  leading-trim: both;
  text-edge: cap;
  margin-bottom: 10px;
  font-size: 36px;
  line-height: 36px;
  font-weight: 600;
  -webkit-transition: color 0.3s, color 0.3s, border 0.3s;
  -o-transition: color 0.3s, color 0.3s, border 0.3s;
  transition: color 0.3s, color 0.3s, border 0.3s;
  font-family: "Clash Display";
}
#youzify.main__members.memberss #youzify-members-directory #members-directory-form #youzify-members-list li .members__card .card__text .youzify-meta-item {
  color: #6d9985;
  leading-trim: both;
  text-edge: cap;
  font-weight: 600;
  margin-bottom: 15px;
  font-size: 24px;
  line-height: 24px;
  font-family: "Clash Display";
  margin-top: 0;
}
#youzify.main__members.memberss #youzify-members-directory #members-directory-form #youzify-members-list li .members__card .card__subtext {
  color: #7d838c;
  leading-trim: both;
  text-edge: cap;
  font-size: 14px;
  font-family: Clash Grotesk;
  font-weight: 500;
  line-height: 20px;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
}
#youzify.main__members.memberss #youzify-members-directory #members-directory-form #youzify-members-list li .members__card .card__box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  gap: 30px;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
#youzify.main__members.memberss #youzify-members-directory #members-directory-form #youzify-members-list li .members__card .card__box .card-box__person-img {
  width: 120px;
  max-width: 120px;
  min-width: 120px;
  height: 120px;
  max-height: 120px;
  border-radius: 100%;
  position: relative;
}
#youzify.main__members.memberss #youzify-members-directory #members-directory-form #youzify-members-list li .members__card .card__box .card-box__person-img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  border-radius: 100%;
}
#youzify.main__members.memberss #youzify-members-directory #members-directory-form #youzify-members-list li .members__card .card__box .card-box__link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center;
  padding: 14px;
  color: #fff;
  text-align: center;
  leading-trim: both;
  text-edge: cap;
  font-size: 14px;
  font-weight: 600;
  line-height: 20px;
  width: 100%;
  border-radius: 10px;
  border: 1px solid #4b515a;
  -webkit-transition: background 0.3s, color 0.3s, border 0.3s;
  -o-transition: background 0.3s, color 0.3s, border 0.3s;
  transition: background 0.3s, color 0.3s, border 0.3s;
}
#youzify.main__members.memberss #youzify-members-directory #members-directory-form #youzify-members-list li .members__card .card-options__inner {
  padding: 16px 16px;
}

#youzify .groups__card.public .card__suptext--pink {
  background: #6d9985;
}
#youzify .groups__card.private .card__suptext--pink {
  background: #ff99c0;
}
#youzify .groups__card.hidden .card__suptext--pink {
  background: #f9d442;
}
#youzify .youzify-profile {
  margin-bottom: 100px;
}
#youzify #acf-field_65d8802fee847-66a89d7bff4bc-field_65d88050ee848 {
  color: #0a0a0a;
}
#youzify .acf-field-65d88196291ef p {
  font-size: 10px;
}
#youzify .acf-field-65d88196291ef .acf-button.button {
  font-size: 10px;
}
#youzify #activity-stream .friends, #youzify #activity-stream .blogs {
  position: relative;
  border-radius: 25px;
  background: #2d333c;
  padding-top: 60px;
  padding-right: 60px;
  padding-bottom: 60px;
  padding-left: 60px;
}
#youzify #activity-stream .friends .activity-header, #youzify #activity-stream .blogs .activity-header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 25px;
  margin-bottom: 25px;
  position: relative;
  padding: 0;
}
#youzify #activity-stream .friends .activity-header .activity-avatar a, #youzify #activity-stream .blogs .activity-header .activity-avatar a {
  width: 80px;
  height: 80px;
  max-width: 80px;
  max-height: 80px;
  min-width: 80px;
  min-height: 80px;
  border-radius: 100%;
  display: block;
}
#youzify #activity-stream .friends .activity-header .activity-avatar a img, #youzify #activity-stream .blogs .activity-header .activity-avatar a img {
  width: 100% !important;
  height: 100% !important;
  -o-object-fit: cover;
  object-fit: cover;
  border-radius: 100%;
}
#youzify #activity-stream .friends .activity-header .activity-head .youzify-pinned-post-tag, #youzify #activity-stream .blogs .activity-header .activity-head .youzify-pinned-post-tag {
  position: relative;
  top: -3px;
  color: #0e1218;
}
#youzify #activity-stream .friends .activity-header .activity-head .youzify-pinned-post-tag span, #youzify #activity-stream .blogs .activity-header .activity-head .youzify-pinned-post-tag span {
  font-weight: 500;
  color: #0e1218;
}
#youzify #activity-stream .friends .activity-header .activity-head p, #youzify #activity-stream .blogs .activity-header .activity-head p {
  font-family: "Clash Display";
  margin-right: 45px;
  margin-bottom: 8px;
  color: #7d838c;
  leading-trim: both;
  text-edge: cap;
  font-size: 16px;
  line-height: 24px;
  font-weight: 500;
}
#youzify #activity-stream .friends .activity-header .activity-head p a, #youzify #activity-stream .blogs .activity-header .activity-head p a {
  font-family: "Clash Display";
  color: #fff;
  leading-trim: both;
  text-edge: cap;
  font-weight: 600;
  font-size: 20px;
  line-height: 20px;
}
#youzify #activity-stream .friends .activity-header .activity-head p a:last-child, #youzify #activity-stream .blogs .activity-header .activity-head p a:last-child {
  font-size: 16px;
  line-height: 24px;
}
#youzify #activity-stream .friends .activity-header .activity-head p span, #youzify #activity-stream .blogs .activity-header .activity-head p span {
  color: #fff;
  font-weight: 600;
  font-family: "Clash Display";
}
#youzify #activity-stream .friends .activity-header .activity-head .youzify-separator-point, #youzify #activity-stream .blogs .activity-header .activity-head .youzify-separator-point {
  display: none;
}
#youzify #activity-stream .friends .activity-header .activity-head .activity-time-since, #youzify #activity-stream .blogs .activity-header .activity-head .activity-time-since {
  color: #7d838c;
  leading-trim: both;
  text-edge: cap;
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;
  font-family: "Clash Display";
}
#youzify #activity-stream .friends .activity-header .activity-head .youzify-show-item-tools, #youzify #activity-stream .blogs .activity-header .activity-head .youzify-show-item-tools {
  width: 40px;
  height: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 3px;
  padding: 3px;
  position: absolute;
  top: -8px;
  right: -8px;
  cursor: pointer;
  border-radius: 10px;
  border: 1px solid rgba(0, 0, 0, 0);
  -webkit-transition: border 0.3s;
  -o-transition: border 0.3s;
  transition: border 0.3s;
}
#youzify #activity-stream .friends .activity-header .activity-head .youzify-show-item-tools:hover, #youzify #activity-stream .blogs .activity-header .activity-head .youzify-show-item-tools:hover {
  border: 1px solid #40444a;
}
#youzify #activity-stream .friends .activity-header .activity-head .youzify-show-item-tools i, #youzify #activity-stream .blogs .activity-header .activity-head .youzify-show-item-tools i {
  opacity: 1;
  content: "";
  width: 4px;
  height: 4px;
  background: #fff;
  border-radius: 100%;
  display: block;
  position: relative;
}
#youzify #activity-stream .friends .activity-header .activity-head .youzify-show-item-tools i:before, #youzify #activity-stream .blogs .activity-header .activity-head .youzify-show-item-tools i:before {
  top: -5px;
  display: block;
  position: absolute;
  content: "" !important;
  width: 4px;
  height: 4px;
  background: #fff;
  border-radius: 100%;
}
#youzify #activity-stream .friends .activity-header .activity-head .youzify-show-item-tools i:after, #youzify #activity-stream .blogs .activity-header .activity-head .youzify-show-item-tools i:after {
  bottom: -5px;
  display: block;
  position: absolute;
  content: "";
  width: 4px;
  height: 4px;
  background: #fff;
  border-radius: 100%;
}
#youzify #activity-stream .friends .youzify-activity-embed, #youzify #activity-stream .blogs .youzify-activity-embed {
  padding: 0;
}
#youzify #activity-stream .friends .youzify-activity-embed .youzify-wall-embed, #youzify #activity-stream .blogs .youzify-activity-embed .youzify-wall-embed {
  border: 0;
}
#youzify #activity-stream .friends .youzify-activity-embed .youzify-wall-new-post, #youzify #activity-stream .blogs .youzify-activity-embed .youzify-wall-new-post {
  border: 0;
  margin-bottom: 25px;
}
#youzify #activity-stream .friends .youzify-activity-tools, #youzify #activity-stream .blogs .youzify-activity-tools {
  padding: 16px 24px;
  border-radius: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  background: #fff;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 24px;
  max-width: 160px;
  width: 160px;
  position: absolute;
  top: 100px;
  right: 70px;
  z-index: 1;
}
#youzify #activity-stream .friends .youzify-activity-tools .youzify-item-tool, #youzify #activity-stream .blogs .youzify-activity-tools .youzify-item-tool {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 8px;
  margin: 0;
}
#youzify #activity-stream .friends .youzify-activity-tools .youzify-item-tool.youzify-bookmark-tool .youzify-tool-icon i, #youzify #activity-stream .blogs .youzify-activity-tools .youzify-item-tool.youzify-bookmark-tool .youzify-tool-icon i {
  color: #0E1218;
  display: block;
  width: 16px;
  height: 16px;
  font-size: 16px;
  line-height: 16px;
}
#youzify #activity-stream .friends .youzify-activity-tools .youzify-item-tool.youzify-pin-tool .youzify-tool-icon, #youzify #activity-stream .blogs .youzify-activity-tools .youzify-item-tool.youzify-pin-tool .youzify-tool-icon {
  background-image: url(../../css/images/pin.svg);
  background-size: 16px;
  background-repeat: no-repeat;
  background-position: center;
}
#youzify #activity-stream .friends .youzify-activity-tools .youzify-item-tool.youzify-delete-tool .youzify-tool-icon, #youzify #activity-stream .blogs .youzify-activity-tools .youzify-item-tool.youzify-delete-tool .youzify-tool-icon {
  background-image: url(../../css/images/delete.svg);
  background-size: 16px;
  background-repeat: no-repeat;
  background-position: center;
}
#youzify #activity-stream .friends .youzify-activity-tools .youzify-item-tool .youzify-tool-icon, #youzify #activity-stream .blogs .youzify-activity-tools .youzify-item-tool .youzify-tool-icon {
  background-color: transparent;
  width: 16px;
  height: 16px;
  margin: 0;
}
#youzify #activity-stream .friends .youzify-activity-tools .youzify-item-tool .youzify-tool-icon i, #youzify #activity-stream .blogs .youzify-activity-tools .youzify-item-tool .youzify-tool-icon i {
  display: none;
}
#youzify #activity-stream .friends .youzify-activity-tools .youzify-item-tool .youzify-tool-name, #youzify #activity-stream .blogs .youzify-activity-tools .youzify-item-tool .youzify-tool-name {
  color: #0e1218;
  leading-trim: both;
  text-edge: cap;
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;
  -webkit-transition: color 0.3s;
  -o-transition: color 0.3s;
  transition: color 0.3s;
}
#youzify .item-list-tabs ul li#activity-just-me-personal-li,
#youzify .item-list-tabs ul li#activity-activity-mentions-personal-li,
#youzify .item-list-tabs ul li#activity-activity-favs-personal-li,
#youzify .item-list-tabs ul li#activity-activity-friends-personal-li,
#youzify .item-list-tabs ul li#friends-friends-my-friends-personal-li,
#youzify .item-list-tabs ul li#friends-requests-personal-li,
#youzify .item-list-tabs ul li#groups-groups-my-groups-personal-li,
#youzify .item-list-tabs ul li#groups-invites-personal-li,
#youzify .item-list-tabs ul li#activity-activity-groups-personal-li {
  margin-right: 22px;
}
#youzify .item-list-tabs ul li#members-order-select, #youzify .item-list-tabs ul li#groups-order-select {
  margin: 0;
}
#youzify .item-list-tabs ul li#members-order-select label, #youzify .item-list-tabs ul li#groups-order-select label {
  display: none;
}
#youzify .item-list-tabs ul li#members-order-select .nice-select, #youzify .item-list-tabs ul li#groups-order-select .nice-select {
  padding: 2px 24px;
  padding-right: 65px;
  cursor: pointer;
  color: #fff;
  leading-trim: both;
  text-edge: cap;
  font-size: 14px;
  font-family: Clash Grotesk;
  font-weight: 500;
  line-height: 20px;
  border-radius: 10px;
  border: 1px solid #4b515a;
  -webkit-transition: color 0.3s;
  -o-transition: color 0.3s;
  transition: color 0.3s;
  background: transparent;
}
#youzify .item-list-tabs ul li#members-order-select .nice-select.open, #youzify .item-list-tabs ul li#groups-order-select .nice-select.open {
  border-radius: 10px 10px 0 0;
  border-bottom: 1px solid rgba(0, 0, 0, 0);
}
#youzify .item-list-tabs ul li#members-order-select .nice-select .list, #youzify .item-list-tabs ul li#groups-order-select .nice-select .list {
  position: absolute;
  top: 100%;
  left: 0;
  right: 0;
  z-index: 99;
  border: 1px solid #4b515a;
  border-radius: 0 0 10px 10px;
  background: #0e1218;
  margin-top: 0;
  min-width: 100.7%;
}
#youzify .item-list-tabs ul li#members-order-select .nice-select .list .option, #youzify .item-list-tabs ul li#groups-order-select .nice-select .list .option {
  background: unset;
  border-radius: unset;
  border: unset;
  padding-right: 20px;
  font-family: Clash Grotesk;
  font-weight: 500;
}
#youzify .members.friends #youzify-members-list {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  gap: 15px;
}
#youzify .members.friends #youzify-members-list li {
  width: 49%;
}
#youzify .members.friends #youzify-members-list .members__card {
  border-bottom: 0;
}
#youzify .members.friends #youzify-members-list .members__card .card__title {
  color: #fff;
  leading-trim: both;
  text-edge: cap;
  margin-bottom: 10px;
  font-size: 36px;
  line-height: 36px;
  font-weight: 600;
  -webkit-transition: color 0.3s, color 0.3s, border 0.3s;
  -o-transition: color 0.3s, color 0.3s, border 0.3s;
  transition: color 0.3s, color 0.3s, border 0.3s;
  font-family: "Clash Display";
}
#youzify .members.friends #youzify-members-list .members__card .card__text .youzify-meta-item {
  color: #6d9985;
  leading-trim: both;
  text-edge: cap;
  font-weight: 600;
  margin-bottom: 15px;
  font-size: 24px;
  line-height: 24px;
  font-family: "Clash Display";
  margin-top: 0;
  display: block;
}
#youzify .members.friends #youzify-members-list .members__card .card__subtext {
  color: #7d838c;
  leading-trim: both;
  text-edge: cap;
  font-size: 14px;
  font-family: Clash Grotesk;
  font-weight: 500;
  line-height: 20px;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
}
#youzify .members.friends #youzify-members-list .members__card .card__box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  gap: 30px;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-top: 30px;
}
#youzify .members.friends #youzify-members-list .members__card .card__box .card-box__person-img {
  width: 120px;
  max-width: 120px;
  min-width: 120px;
  height: 120px;
  max-height: 120px;
  border-radius: 100%;
  position: relative;
}
#youzify .members.friends #youzify-members-list .members__card .card__box .card-box__person-img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  border-radius: 100%;
}
#youzify .members.friends #youzify-members-list .members__card .card__box .card-box__link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center;
  padding: 14px;
  color: #fff;
  text-align: center;
  leading-trim: both;
  text-edge: cap;
  font-size: 14px;
  font-weight: 600;
  line-height: 20px;
  width: 100%;
  border-radius: 10px;
  border: 1px solid #4b515a;
  -webkit-transition: background 0.3s, color 0.3s, border 0.3s;
  -o-transition: background 0.3s, color 0.3s, border 0.3s;
  transition: background 0.3s, color 0.3s, border 0.3s;
}
#youzify #friend-list li {
  background: #2d333c;
}
#youzify #youzify-profile-navmenu {
  background-color: transparent;
}
#youzify .groups.mygroups .groups__inner {
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  justify-content: space-between;
  gap: 15px;
}
#youzify .groups.mygroups .groups__inner .groups__card {
  width: 49%;
}
#youzify #send-invite-form .left-menu #invite-list {
  border-radius: 25px;
  background: #2d333c;
  padding-top: 40px;
  padding-right: 40px;
  padding-bottom: 40px;
  padding-left: 40px;
}
#youzify #send-invite-form .left-menu #invite-list .list-title {
  padding: 0;
  border: 0;
}
#youzify #send-invite-form .left-menu #invite-list ul {
  padding: 0;
}
#youzify #send-invite-form .left-menu #invite-list ul li:last-child label {
  margin: 0;
}
#youzify #youzify-groups-list.invites .youzify-group-data {
  background-color: #2d333c;
}
#youzify .profile-info .profile-info__about {
  color: #fff;
  leading-trim: both;
  text-edge: cap;
  margin-bottom: 25px !important;
  font-weight: 500;
  font-size: 16px;
  line-height: 24px;
  font-family: "Clash Display";
}
#youzify .profile-info .profile-info__about .profile-info-about__title {
  color: #fff;
  leading-trim: both;
  text-edge: cap;
  margin-bottom: 25px;
  font-size: 36px;
  line-height: 36px;
  font-weight: 600;
}
#youzify .profile-info .profile-info__about p {
  color: #fff;
  leading-trim: both;
  text-edge: cap;
  margin-bottom: 25px !important;
  font-weight: 500;
  font-size: 16px;
  line-height: 24px;
  font-family: "Clash Display";
}
#youzify .profile-info .profile-info__about p:last-child {
  margin-bottom: 0px !important;
}
#youzify .profile-info .profile-info__instruments .profile-info-instruments__title {
  color: #fff;
  leading-trim: both;
  text-edge: cap;
  font-size: 24px;
  font-weight: 600;
  line-height: 24px;
  margin-bottom: 20px;
}
#youzify .profile-info .profile-info__experience .profile-info-experience__title {
  color: #fff;
  leading-trim: both;
  text-edge: cap;
  font-weight: 600;
  margin-bottom: 25px;
  font-size: 36px;
  line-height: 36px;
}
#youzify .profile-info .profile-info__experience .profile-info-experience__inner .profile-info-experience-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}
#youzify .profile-info .profile-info__experience .profile-info-experience__inner .profile-info-experience-box .profile-info-experience-box__suptext {
  border-radius: 4px;
  background: #ff99c0;
  margin-bottom: 15px;
  padding: 0px 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  color: #0e1218;
  text-align: center;
  leading-trim: both;
  text-edge: cap;
  font-size: 12px;
  font-weight: 500;
  line-height: 16px;
  text-transform: uppercase;
  font-family: "Clash Display";
}
#youzify .profile-info .profile-info__experience .profile-info-experience__inner .profile-info-experience-box .profile-info-experience-box__speciality {
  color: #fff;
  leading-trim: both;
  text-edge: cap;
  margin-bottom: 8px !important;
  font-size: 20px;
  font-weight: 600;
  line-height: 20px;
  font-family: "Clash Display";
}
#youzify .profile-info .profile-info__experience .profile-info-experience__inner .profile-info-experience-box .profile-info-experience-box__subtext {
  color: #7d838c;
  leading-trim: both;
  text-edge: cap;
  font-size: 12px;
  font-weight: 500;
  line-height: 18px;
  margin-bottom: 20px !important;
  font-family: "Clash Display";
}
#youzify .profile-info .profile-info__experience .profile-info-experience__inner .profile-info-experience-box .profile-info-experience__box {
  color: #fff;
  leading-trim: both;
  text-edge: cap;
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;
  font-family: "Clash Display";
}
#youzify .profile-info .profile-info__experience .profile-info-experience__inner .profile-info-experience-box .profile-info-experience__box p {
  color: #fff;
  leading-trim: both;
  text-edge: cap;
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;
  font-family: "Clash Display";
}
#youzify .members-section-aside__aside-cost-info.aside-cost-info p {
  margin-bottom: 0 !important;
}
#youzify .members-section-aside__aside-cost-info.aside-cost-info .aside-cost-info__price {
  max-height: 80px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center;
  border-radius: 10px;
  background: #fff;
  color: #0e1218;
  leading-trim: both;
  text-edge: cap;
  font-weight: 600;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 5px;
  margin-bottom: 30px;
  padding: 28px;
  font-size: 24px;
  line-height: 24px;
  font-family: "Clash Display";
}
#youzify .members-section-aside__aside-cost-info.aside-cost-info .aside-cost-info__price span {
  color: #7d838c;
  leading-trim: both;
  text-edge: cap;
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;
}
#youzify .members-section-aside__aside-cost-info.aside-cost-info .aside-cost-info__list {
  margin-bottom: 30px;
}
#youzify .members-section-aside__aside-cost-info.aside-cost-info .aside-cost-info__list .aside-cost-info__list-item {
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 12px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 20px;
  color: #fff;
  leading-trim: both;
  text-edge: cap;
  font-size: 14px;
  font-family: Clash Grotesk;
  font-weight: 500;
  line-height: 20px;
  border-bottom: 1px solid #4b515a;
}
#youzify .members-section-aside__aside-cost-info.aside-cost-info .aside-cost-info__list .aside-cost-info__list-item .aside-cost-info__list-text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 15px;
}
#youzify .members-section-aside__aside-cost-info.aside-cost-info .aside-cost-info__list .aside-cost-info__list-item .aside-cost-info__list-text span {
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 12px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 20px;
  color: #fff;
  leading-trim: both;
  text-edge: cap;
  font-size: 14px;
  font-family: Clash Grotesk;
  font-weight: 500;
  line-height: 20px;
}
#youzify .members-section-aside__aside-cost-info.aside-cost-info .aside-cost-info__list .aside-cost-info__list-item .aside-cost-info__list-text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 15px;
  font-weight: 600;
  color: #fff;
  font-family: Clash Grotesk;
}
#youzify .youzify-custom_infos {
  border-radius: 25px;
  background: #2d333c;
  padding-top: 40px;
  padding-right: 40px;
  padding-bottom: 40px;
  padding-left: 40px;
}
#youzify .youzify-custom_infos .youzify-widget-head {
  border: 0;
  margin-bottom: 30px;
}
#youzify .youzify-custom_infos .youzify-widget-head .youzify-widget-title {
  padding: 0;
}
#youzify .youzify-custom_infos .youzify-widget-content .youzify-infos-content {
  padding: 0;
}

#youzify-profile-navmenu {
  background: transparent;
}
#youzify-profile-navmenu .youzify-profile-navmenu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding-bottom: 40px;
  margin-bottom: 25px;
  border-bottom: 1px solid #4b515a;
  gap: 25px;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  row-gap: 15px;
}
#youzify-profile-navmenu .youzify-profile-navmenu li {
  border-bottom: 0;
}
#youzify-profile-navmenu .youzify-profile-navmenu li.youzify-active-menu a {
  color: #fff;
}
#youzify-profile-navmenu .youzify-profile-navmenu li.youzify-active-menu a span.count {
  background: #fff;
  color: #0e1218;
}
#youzify-profile-navmenu .youzify-profile-navmenu li a {
  margin: 0;
  color: #7d838c;
  text-align: center;
  leading-trim: both;
  text-edge: cap;
  font-size: 20px;
  line-height: 20px;
  font-weight: 600;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 8px;
  -webkit-transition: color 0.3s;
  -o-transition: color 0.3s;
  transition: color 0.3s;
  text-transform: none;
  font-family: "Clash Display";
}
#youzify-profile-navmenu .youzify-profile-navmenu li a span.count {
  border-radius: 4px;
  background: #7d838c;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  color: #0e1218;
  text-align: center;
  leading-trim: both;
  text-edge: cap;
  font-size: 14px;
  font-weight: 600;
  line-height: 18px;
  padding: 1px 12px;
  min-width: 32px;
  -webkit-transition: background 0.3s, color 0.3s;
  -o-transition: background 0.3s, color 0.3s;
  transition: background 0.3s, color 0.3s;
}
#youzify-profile-navmenu .youzify-profile-navmenu li:after, #youzify-profile-navmenu .youzify-profile-navmenu li:before {
  content: none;
}
#youzify-profile-navmenu .youzify-profile-navmenu li.youzify-navbar-view-more .youzify-nav-view-more-menu {
  padding: 16px 10px 16px 10px;
  border-radius: 10px;
  background: #fff;
  width: 120px;
  left: 0;
  top: 120%;
  gap: 5px;
  border: 1px solid #d7dadd;
}
#youzify-profile-navmenu .youzify-profile-navmenu li.youzify-navbar-view-more .youzify-nav-view-more-menu li.youzify-navbar-item {
  margin: 25px 0;
}
#youzify-profile-navmenu .youzify-profile-navmenu li.youzify-navbar-view-more .youzify-nav-view-more-menu li.youzify-navbar-item.youzify-active-menu a {
  border: 0;
  color: #7d838c;
}
#youzify-profile-navmenu .youzify-profile-navmenu li.youzify-navbar-view-more .youzify-nav-view-more-menu li.youzify-navbar-item.youzify-active-menu a i {
  margin: 0;
}
#youzify-profile-navmenu .youzify-profile-navmenu li.youzify-navbar-view-more .youzify-nav-view-more-menu li.youzify-navbar-item a {
  border: 0;
}
#youzify-profile-navmenu .youzify-profile-navmenu li.youzify-navbar-view-more .youzify-nav-view-more-menu li.youzify-navbar-item a span {
  color: #fff;
}
#youzify-profile-navmenu .youzify-profile-navmenu li.youzify-navbar-view-more .youzify-nav-view-more-menu li.youzify-navbar-item:first-child {
  margin-top: 0;
}
#youzify-profile-navmenu .youzify-profile-navmenu li.youzify-navbar-view-more .youzify-nav-view-more-menu li.youzify-navbar-item:last-child {
  margin-bottom: 0;
}
#youzify-profile-navmenu #item-header.youzify-social-buttons {
  display: none;
}

.members-section-top-body-box__buttons .friendship-button a {
  color: #fff;
  text-align: center;
  leading-trim: both;
  text-edge: cap;
  font-size: 14px;
  font-weight: 600;
  line-height: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 10px;
  border: 1px solid #4b515a;
  padding: 14px 24px;
  gap: 8px;
  -webkit-transition: background 0.3s, color 0.3s, border 0.3s;
  -o-transition: background 0.3s, color 0.3s, border 0.3s;
  transition: background 0.3s, color 0.3s, border 0.3s;
  background: #9981c2;
  border: 1px solid #9981c2;
}
.members-section-top-body-box__buttons .friendship-button a:before {
  margin-right: 0;
}

.youzify-profile-sidebar .youzify-widget {
  border-radius: 25px;
  background: #2d333c;
  padding-top: 40px;
  padding-right: 40px;
  padding-bottom: 40px;
  padding-left: 40px;
  margin: 0;
}
.youzify-profile-sidebar .youzify-widget.youzify-custom_widgets {
  padding: 0;
  margin: 0;
}
.youzify-profile-sidebar .youzify-widget.youzify-custom_widgets .youzify-widget-head {
  display: none;
}
.youzify-profile-sidebar .youzify-widget .youzify-widget-head {
  border-bottom: 0;
}
.youzify-profile-sidebar .youzify-widget .youzify-widget-head .youzify-widget-title {
  padding: 0;
  margin-bottom: 30px;
  color: #fff;
  leading-trim: both;
  text-edge: cap;
  font-size: 24px;
  line-height: 24px;
  font-weight: 600;
  font-family: "Clash Display";
}
.youzify-profile-sidebar .youzify-widget .youzify-widget-head .youzify-widget-title i {
  display: none;
}
.youzify-profile-sidebar .youzify-widget .youzify-profile-friends-widget {
  padding: 0;
}
.youzify-profile-sidebar .youzify-widget .youzify-profile-friends-widget .youzify-list-item .youzify-item-avatar {
  width: 48px;
  height: 48px;
  margin-right: 15px;
}
.youzify-profile-sidebar .youzify-widget .youzify-profile-friends-widget .youzify-list-item .youzify-item-avatar img {
  width: 48px;
  height: 48px;
}
.youzify-profile-sidebar .youzify-widget .youzify-profile-friends-widget .youzify-list-item .youzify-item-data .youzify-item-name {
  font-size: 16px;
  font-weight: 600;
  color: #fff;
  leading-trim: both;
  text-edge: cap;
  font-family: "Clash Display";
}
.youzify-profile-sidebar .youzify-widget .youzify-profile-friends-widget .youzify-list-item .youzify-item-data .youzify-item-meta .youzify-meta-item {
  color: #7d838c;
  leading-trim: both;
  text-edge: cap;
  font-size: 12px;
  font-family: Clash Grotesk;
  font-weight: 500;
  line-height: 18px;
  text-transform: unset;
}
.youzify-profile-sidebar .youzify-widget .youzify-items-list-widget {
  padding: 0;
}
.youzify-profile-sidebar .youzify-widget .youzify-items-list-widget .youzify-list-item {
  margin-bottom: 25px;
}
.youzify-profile-sidebar .youzify-widget .youzify-items-list-widget .youzify-list-item:last-child {
  margin-bottom: 0px;
}
.youzify-profile-sidebar .youzify-widget .youzify-items-list-widget .youzify-list-item .youzify-item-avatar {
  width: 48px;
  height: 48px;
  margin-right: 15px;
}
.youzify-profile-sidebar .youzify-widget .youzify-items-list-widget .youzify-list-item .youzify-item-avatar img {
  width: 48px;
  height: 48px;
  border-radius: 10px;
}
.youzify-profile-sidebar .youzify-widget .youzify-items-list-widget .youzify-list-item .youzify-item-data .youzify-item-name {
  font-size: 16px;
  font-weight: 600;
  color: #fff;
  leading-trim: both;
  text-edge: cap;
  font-family: "Clash Display";
}
.youzify-profile-sidebar .youzify-widget .youzify-items-list-widget .youzify-list-item .youzify-item-data .youzify-item-meta span {
  color: #7d838c;
  leading-trim: both;
  text-edge: cap;
  font-size: 12px;
  font-family: Clash Grotesk;
  font-weight: 500;
  line-height: 18px;
}
.youzify-profile-sidebar .youzify-widget .youzify-items-list-widget .youzify-more-items a {
  border: 0;
  margin-top: 25px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center;
  border-radius: 10px;
  border: 1px solid #4b515a;
  color: #7d838c;
  text-align: center;
  leading-trim: both;
  text-edge: cap;
  font-size: 13px;
  padding: 5px;
  width: 100%;
  font-weight: 600;
  line-height: 20px;
  -webkit-transition: color 0.3s, background 0.3s, border 0.3s;
  -o-transition: color 0.3s, background 0.3s, border 0.3s;
  transition: color 0.3s, background 0.3s, border 0.3s;
  font-family: "Clash Display";
}
.youzify-profile-sidebar .youzify-widget .youzify-items-list-widget .youzify-more-items a:hover {
  background: #4b515a;
  color: #fff;
}
.youzify-profile-sidebar .youzify-widget .youzify-recent-posts .youzify-post-item {
  padding: 0;
  margin-bottom: 25px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 15px;
  border: 0;
}
.youzify-profile-sidebar .youzify-widget .youzify-recent-posts .youzify-post-item:last-child {
  margin-bottom: 0px;
}
.youzify-profile-sidebar .youzify-widget .youzify-recent-posts .youzify-post-item .youzify-post-thumbnail {
  width: 80px;
  height: 80px;
  margin-right: 0px;
  border-radius: 10px;
}
.youzify-profile-sidebar .youzify-widget .youzify-recent-posts .youzify-post-item .youzify-post-thumbnail img {
  width: 80px;
  height: 80px;
}
.youzify-profile-sidebar .youzify-widget .youzify-recent-posts .youzify-post-item .youzify-post-head .youzify-post-title a {
  font-size: 16px;
  font-weight: 600;
  color: #fff;
  leading-trim: both;
  text-edge: cap;
  font-family: "Clash Display";
}
.youzify-profile-sidebar .youzify-widget .youzify-recent-posts .youzify-post-item .youzify-post-head .youzify-post-meta ul li {
  color: #7d838c;
  leading-trim: both;
  text-edge: cap;
  font-size: 12px;
  font-family: Clash Grotesk;
  font-weight: 500;
  line-height: 18px;
}

select.attachment-filters, #media-search-input {
  padding: 10px 60px 10px 20px;
  height: 40px;
}

select.attachment-filters {
  max-width: calc(52% - 12px);
}

#acf-form .acf-fields .acf-field:last-child {
  margin-bottom: 0px;
}
#acf-form .acf-fields .acf-field .acf-label label {
  padding: 0;
  padding: 0;
  margin-bottom: 30px;
  color: #fff;
  leading-trim: both;
  text-edge: cap;
  font-size: 16px;
  line-height: 18px;
  font-weight: 600;
  font-family: "Clash Display";
}
#acf-form .acf-fields .acf-field.acf-field-65d882929b36e, #acf-form .acf-fields .acf-field.acf-field-65d88018ee846, #acf-form .acf-fields .acf-field.acf-field-65d495829b460, #acf-form .acf-fields .acf-field.acf-field-65d8802fee847, #acf-form .acf-fields .acf-field.acf-field-65dda3caea531, #acf-form .acf-fields .acf-field.acf-field-65d8808f82a16, #acf-form .acf-fields .acf-field.acf-field-65d8817c291ee, #acf-form .acf-fields .acf-field.acf-field-65d881e3c7738, #acf-form .acf-fields .acf-field.acf-field-65d8822d6b23c, #acf-form .acf-fields .acf-field.acf-field-65d4958dassa29b460 {
  border-radius: 25px;
  background: #2d333c;
  padding-top: 40px;
  padding-right: 40px;
  padding-bottom: 40px;
  padding-left: 40px;
  border: 0;
  margin-bottom: 40px;
}
#acf-form .acf-fields .acf-field.acf-field-65d882929b36e .acf-editor-wrap, #acf-form .acf-fields .acf-field.acf-field-65d88018ee846 .acf-editor-wrap, #acf-form .acf-fields .acf-field.acf-field-65d495829b460 .acf-editor-wrap, #acf-form .acf-fields .acf-field.acf-field-65d8802fee847 .acf-editor-wrap, #acf-form .acf-fields .acf-field.acf-field-65dda3caea531 .acf-editor-wrap, #acf-form .acf-fields .acf-field.acf-field-65d8808f82a16 .acf-editor-wrap, #acf-form .acf-fields .acf-field.acf-field-65d8817c291ee .acf-editor-wrap, #acf-form .acf-fields .acf-field.acf-field-65d881e3c7738 .acf-editor-wrap, #acf-form .acf-fields .acf-field.acf-field-65d8822d6b23c .acf-editor-wrap, #acf-form .acf-fields .acf-field.acf-field-65d4958dassa29b460 .acf-editor-wrap {
  border: 0;
}
#acf-form .acf-fields .acf-field.acf-field-65d882929b36e .acf-editor-wrap .wp-editor-container .quicktags-toolbar input[type=button], #acf-form .acf-fields .acf-field.acf-field-65d88018ee846 .acf-editor-wrap .wp-editor-container .quicktags-toolbar input[type=button], #acf-form .acf-fields .acf-field.acf-field-65d495829b460 .acf-editor-wrap .wp-editor-container .quicktags-toolbar input[type=button], #acf-form .acf-fields .acf-field.acf-field-65d8802fee847 .acf-editor-wrap .wp-editor-container .quicktags-toolbar input[type=button], #acf-form .acf-fields .acf-field.acf-field-65dda3caea531 .acf-editor-wrap .wp-editor-container .quicktags-toolbar input[type=button], #acf-form .acf-fields .acf-field.acf-field-65d8808f82a16 .acf-editor-wrap .wp-editor-container .quicktags-toolbar input[type=button], #acf-form .acf-fields .acf-field.acf-field-65d8817c291ee .acf-editor-wrap .wp-editor-container .quicktags-toolbar input[type=button], #acf-form .acf-fields .acf-field.acf-field-65d881e3c7738 .acf-editor-wrap .wp-editor-container .quicktags-toolbar input[type=button], #acf-form .acf-fields .acf-field.acf-field-65d8822d6b23c .acf-editor-wrap .wp-editor-container .quicktags-toolbar input[type=button], #acf-form .acf-fields .acf-field.acf-field-65d4958dassa29b460 .acf-editor-wrap .wp-editor-container .quicktags-toolbar input[type=button] {
  max-height: 12px;
}
#acf-form .acf-fields .acf-field.acf-field-65d882929b36e .acf-input .acf-fields, #acf-form .acf-fields .acf-field.acf-field-65d88018ee846 .acf-input .acf-fields, #acf-form .acf-fields .acf-field.acf-field-65d495829b460 .acf-input .acf-fields, #acf-form .acf-fields .acf-field.acf-field-65d8802fee847 .acf-input .acf-fields, #acf-form .acf-fields .acf-field.acf-field-65dda3caea531 .acf-input .acf-fields, #acf-form .acf-fields .acf-field.acf-field-65d8808f82a16 .acf-input .acf-fields, #acf-form .acf-fields .acf-field.acf-field-65d8817c291ee .acf-input .acf-fields, #acf-form .acf-fields .acf-field.acf-field-65d881e3c7738 .acf-input .acf-fields, #acf-form .acf-fields .acf-field.acf-field-65d8822d6b23c .acf-input .acf-fields, #acf-form .acf-fields .acf-field.acf-field-65d4958dassa29b460 .acf-input .acf-fields {
  border: #4b515a solid 1px;
  background: transparent;
}
#acf-form .acf-fields .acf-field.acf-field-65d882929b36e .acf-input .acf-fields .acf-field, #acf-form .acf-fields .acf-field.acf-field-65d88018ee846 .acf-input .acf-fields .acf-field, #acf-form .acf-fields .acf-field.acf-field-65d495829b460 .acf-input .acf-fields .acf-field, #acf-form .acf-fields .acf-field.acf-field-65d8802fee847 .acf-input .acf-fields .acf-field, #acf-form .acf-fields .acf-field.acf-field-65dda3caea531 .acf-input .acf-fields .acf-field, #acf-form .acf-fields .acf-field.acf-field-65d8808f82a16 .acf-input .acf-fields .acf-field, #acf-form .acf-fields .acf-field.acf-field-65d8817c291ee .acf-input .acf-fields .acf-field, #acf-form .acf-fields .acf-field.acf-field-65d881e3c7738 .acf-input .acf-fields .acf-field, #acf-form .acf-fields .acf-field.acf-field-65d8822d6b23c .acf-input .acf-fields .acf-field, #acf-form .acf-fields .acf-field.acf-field-65d4958dassa29b460 .acf-input .acf-fields .acf-field {
  border-color: #4b515a;
}
#acf-form .acf-fields .acf-field.acf-field-65d882929b36e .acf-input .acf-fields .acf-field:before, #acf-form .acf-fields .acf-field.acf-field-65d88018ee846 .acf-input .acf-fields .acf-field:before, #acf-form .acf-fields .acf-field.acf-field-65d495829b460 .acf-input .acf-fields .acf-field:before, #acf-form .acf-fields .acf-field.acf-field-65d8802fee847 .acf-input .acf-fields .acf-field:before, #acf-form .acf-fields .acf-field.acf-field-65dda3caea531 .acf-input .acf-fields .acf-field:before, #acf-form .acf-fields .acf-field.acf-field-65d8808f82a16 .acf-input .acf-fields .acf-field:before, #acf-form .acf-fields .acf-field.acf-field-65d8817c291ee .acf-input .acf-fields .acf-field:before, #acf-form .acf-fields .acf-field.acf-field-65d881e3c7738 .acf-input .acf-fields .acf-field:before, #acf-form .acf-fields .acf-field.acf-field-65d8822d6b23c .acf-input .acf-fields .acf-field:before, #acf-form .acf-fields .acf-field.acf-field-65d4958dassa29b460 .acf-input .acf-fields .acf-field:before {
  content: none;
}
#acf-form .acf-fields .acf-field.acf-field-65d882929b36e .acf-input .acf-fields .acf-field .acf-label label, #acf-form .acf-fields .acf-field.acf-field-65d88018ee846 .acf-input .acf-fields .acf-field .acf-label label, #acf-form .acf-fields .acf-field.acf-field-65d495829b460 .acf-input .acf-fields .acf-field .acf-label label, #acf-form .acf-fields .acf-field.acf-field-65d8802fee847 .acf-input .acf-fields .acf-field .acf-label label, #acf-form .acf-fields .acf-field.acf-field-65dda3caea531 .acf-input .acf-fields .acf-field .acf-label label, #acf-form .acf-fields .acf-field.acf-field-65d8808f82a16 .acf-input .acf-fields .acf-field .acf-label label, #acf-form .acf-fields .acf-field.acf-field-65d8817c291ee .acf-input .acf-fields .acf-field .acf-label label, #acf-form .acf-fields .acf-field.acf-field-65d881e3c7738 .acf-input .acf-fields .acf-field .acf-label label, #acf-form .acf-fields .acf-field.acf-field-65d8822d6b23c .acf-input .acf-fields .acf-field .acf-label label, #acf-form .acf-fields .acf-field.acf-field-65d4958dassa29b460 .acf-input .acf-fields .acf-field .acf-label label {
  color: #fff;
  leading-trim: both;
  text-edge: cap;
  font-size: 14px;
  font-family: Clash Grotesk;
  font-weight: 500;
  line-height: 48px;
  margin: 0 auto;
  text-align: center;
}
#acf-form .acf-fields .acf-field.acf-field-65d882929b36e .acf-input .acf-fields .acf-field .acf-input input, #acf-form .acf-fields .acf-field.acf-field-65d88018ee846 .acf-input .acf-fields .acf-field .acf-input input, #acf-form .acf-fields .acf-field.acf-field-65d495829b460 .acf-input .acf-fields .acf-field .acf-input input, #acf-form .acf-fields .acf-field.acf-field-65d8802fee847 .acf-input .acf-fields .acf-field .acf-input input, #acf-form .acf-fields .acf-field.acf-field-65dda3caea531 .acf-input .acf-fields .acf-field .acf-input input, #acf-form .acf-fields .acf-field.acf-field-65d8808f82a16 .acf-input .acf-fields .acf-field .acf-input input, #acf-form .acf-fields .acf-field.acf-field-65d8817c291ee .acf-input .acf-fields .acf-field .acf-input input, #acf-form .acf-fields .acf-field.acf-field-65d881e3c7738 .acf-input .acf-fields .acf-field .acf-input input, #acf-form .acf-fields .acf-field.acf-field-65d8822d6b23c .acf-input .acf-fields .acf-field .acf-input input, #acf-form .acf-fields .acf-field.acf-field-65d4958dassa29b460 .acf-input .acf-fields .acf-field .acf-input input {
  padding-left: 15px;
}

.body--white .profile-info {
  background: #eef2f6;
}

.body--white .profile-info-about__title {
  color: #0e1218;
}

.body--white .profile-info-about__text {
  color: #0e1218;
}

.body--white .profile-info-instruments__title {
  color: #0e1218;
}

.body--white .profile-info-experience__title {
  color: #0e1218;
}

.body--white .profile-info-experience-box__speciality {
  color: #0e1218;
}

.body--white .profile-info-experience-box__text {
  color: #0e1218;
}

.body--white .profile-info-experience-box__list-item {
  color: #0e1218;
}

.body--white .profile-info-instruments__list-item {
  color: #0e1218;
  border: 1px solid #d7dadd;
}

.profile-info {
  border-radius: 25px;
  background: #2d333c;
  padding-top: 60px;
  padding-right: 60px;
  padding-bottom: 60px;
  padding-left: 60px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 60px;
}

@media (max-width: 1210px) {
  .profile-info {
    padding-top: calc(30px + 30 * (100vw - 375px) / 835);
  }
}
@media (max-width: 1210px) {
  .profile-info {
    padding-right: calc(20px + 40 * (100vw - 375px) / 835);
  }
}
@media (max-width: 1210px) {
  .profile-info {
    padding-bottom: calc(30px + 30 * (100vw - 375px) / 835);
  }
}
@media (max-width: 1210px) {
  .profile-info {
    padding-left: calc(20px + 40 * (100vw - 375px) / 835);
  }
}
@media (max-width: 1210px) {
  .profile-info {
    gap: calc(30px + 30 * (100vw - 375px) / 835);
  }
}
.profile-info-about__title {
  color: #fff;
  leading-trim: both;
  text-edge: cap;
  margin-bottom: 25px;
  font-size: 36px;
  line-height: 36px;
  font-weight: 600;
}

@media (max-width: 1210px) {
  .profile-info-about__title {
    margin-bottom: calc(15px + 10 * (100vw - 375px) / 835);
  }
}
@media (max-width: 1210px) {
  .profile-info-about__title {
    font-size: calc(26px + 10 * (100vw - 375px) / 835);
  }
}
@media (max-width: 1210px) {
  .profile-info-about__title {
    line-height: calc(26px + 10 * (100vw - 375px) / 835);
  }
}
.profile-info-about__text {
  color: #fff;
  leading-trim: both;
  text-edge: cap;
  margin-bottom: 25px;
  font-weight: 500;
  font-size: 16px;
  line-height: 24px;
}

@media (max-width: 1210px) {
  .profile-info-about__text {
    margin-bottom: calc(15px + 10 * (100vw - 375px) / 835);
  }
}
@media (max-width: 1210px) {
  .profile-info-about__text {
    font-size: calc(14px + 2 * (100vw - 375px) / 835);
  }
}
@media (max-width: 1210px) {
  .profile-info-about__text {
    line-height: calc(20px + 4 * (100vw - 375px) / 835);
  }
}
.profile-info-about__text:last-child {
  margin-bottom: 0;
}

.profile-info-instruments__title {
  color: #fff;
  leading-trim: both;
  text-edge: cap;
  font-size: 24px;
  font-weight: 600;
  line-height: 24px;
  margin-bottom: 20px;
}

.profile-info-instruments__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 8px;
}

.profile-info-instruments__list-item {
  border-radius: 10px;
  border: 1px solid #4b515a;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 16px;
  border-radius: 10px;
  border: 1px solid #4b515a;
  padding: 12px 30px 12px 12px !important;
  color: #fff;
  leading-trim: both;
  text-edge: cap;
  font-size: 14px;
  font-weight: 500;
  line-height: 17px;
}

.profile-info-instruments__list-icon {
  width: 40px;
  height: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 10px;
  background: #fff;
}

.profile-info-experience__title {
  color: #fff;
  leading-trim: both;
  text-edge: cap;
  font-weight: 600;
  margin-bottom: 25px;
  font-size: 36px;
  line-height: 36px;
}

@media (max-width: 1210px) {
  .profile-info-experience__title {
    margin-bottom: calc(15px + 10 * (100vw - 375px) / 835);
  }
}
@media (max-width: 1210px) {
  .profile-info-experience__title {
    font-size: calc(26px + 10 * (100vw - 375px) / 835);
  }
}
@media (max-width: 1210px) {
  .profile-info-experience__title {
    line-height: calc(26px + 10 * (100vw - 375px) / 835);
  }
}
.profile-info-experience__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 35px;
}
.profile-info-experience__inner:last-child {
  margin-bottom: -35px;
}

@media (max-width: 1210px) {
  .profile-info-experience__inner {
    gap: calc(25px + 10 * (100vw - 375px) / 835);
  }
}
.profile-info-experience-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.profile-info-experience-box__suptext {
  border-radius: 4px;
  background: #ff99c0;
  margin-bottom: 15px;
  padding: 0px 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  color: #0e1218;
  text-align: center;
  leading-trim: both;
  text-edge: cap;
  font-size: 12px;
  font-weight: 500;
  line-height: 16px;
  text-transform: uppercase;
}

.profile-info-experience-box__speciality {
  color: #fff;
  leading-trim: both;
  text-edge: cap;
  margin-bottom: 8px;
  font-size: 20px;
  font-weight: 600;
  line-height: 20px;
}

.profile-info-experience-box__subtext {
  color: #7d838c;
  leading-trim: both;
  text-edge: cap;
  font-size: 12px;
  font-weight: 500;
  line-height: 18px;
  margin-bottom: 20px;
}

@media (max-width: 1210px) {
  .profile-info-experience-box__subtext {
    margin-bottom: calc(5px + 15 * (100vw - 375px) / 835);
  }
}
.profile-info-experience-box__text {
  color: #fff;
  leading-trim: both;
  text-edge: cap;
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;
}

.profile-info-experience-box__list-item {
  color: #fff;
  leading-trim: both;
  text-edge: cap;
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;
}

.portfolio {
  border-radius: 25px;
  background: #2d333c;
  padding-top: 60px;
  padding-right: 60px;
  padding-bottom: 35px;
  padding-left: 60px;
}

@media (max-width: 1210px) {
  .portfolio {
    padding-top: calc(30px + 30 * (100vw - 375px) / 835);
  }
}
@media (max-width: 1210px) {
  .portfolio {
    padding-right: calc(20px + 40 * (100vw - 375px) / 835);
  }
}
@media (max-width: 1210px) {
  .portfolio {
    padding-bottom: calc(30px + 30 * (100vw - 375px) / 835);
  }
}
@media (max-width: 1210px) {
  .portfolio {
    padding-left: calc(20px + 40 * (100vw - 375px) / 835);
  }
}
.portfolio__title {
  color: #fff;
  leading-trim: both;
  text-edge: cap;
  font-weight: 600;
  margin-bottom: 35px !important;
  font-size: 36px;
  line-height: 36px;
}

@media (max-width: 1210px) {
  .portfolio__title {
    margin-bottom: calc(15px + 20 * (100vw - 375px) / 835);
  }
}
@media (max-width: 1210px) {
  .portfolio__title {
    font-size: calc(26px + 10 * (100vw - 375px) / 835);
  }
}
@media (max-width: 1210px) {
  .portfolio__title {
    line-height: calc(26px + 10 * (100vw - 375px) / 835);
  }
}
.portfolio__inner {
  margin-bottom: 25px;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  gap: 8px;
}

@media (max-width: 1210px) {
  .portfolio__inner {
    margin-bottom: calc(20px + 5 * (100vw - 375px) / 835);
  }
}
.portfolio__link {
  border-radius: 10px;
  display: block;
  width: 100%;
  height: 250px;
  max-height: 250px;
}

@media (max-width: 1210px) {
  .portfolio__link {
    height: calc(150px + 100 * (100vw - 375px) / 835);
  }
}
@media (max-width: 1210px) {
  .portfolio__link {
    max-height: calc(150px + 100 * (100vw - 375px) / 835);
  }
}
.portfolio__btn {
  color: #7d838c;
  text-align: center;
  leading-trim: both;
  text-edge: cap;
  font-size: 13px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-weight: 600;
  line-height: 20px;
  padding: 5px;
  width: 100%;
  border-radius: 10px;
  border: 1px solid #4b515a;
  -webkit-transition: background 0.3s, color 0.3s, border 0.3s;
  -o-transition: background 0.3s, color 0.3s, border 0.3s;
  transition: background 0.3s, color 0.3s, border 0.3s;
}

.portfolio__btn:hover {
  background: #4b515a;
  color: #fff;
}

.portfolio__link-img {
  border-radius: 10px;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.body--white .portfolio {
  background: #eef2f6;
}

.body--white .portfolio__title {
  color: #0e1218;
}

.body--white .portfolio__btn {
  border: 1px solid #d7dadd;
}

.body--white .portfolio__btn:hover {
  background: #0e1218;
  color: #fff;
  border: 1px solid #0e1218;
}

#acf-form label {
  color: #222;
}
#acf-form .acf-button {
  padding: 10px;
  background-color: #6d9985;
  color: #fff;
  border-radius: 5px;
}
#acf-form .acf-repeater .acf-row-handle .acf-icon.-plus {
  top: 10px;
}
#acf-form .acf-repeater .acf-row-handle .acf-icon.-plus:before {
  line-height: 15px;
}
#acf-form .acf-repeater .acf-row-handle .acf-icon.-minus:before {
  line-height: 18px;
}
#acf-form .acf-form-submit {
  padding: 0;
  background: unset;
  border: 0;
}
#acf-form .acf-form-submit .acf-button {
  border: 0;
}

.members-section__portfolio + .main__courses-section-instructor {
  margin-bottom: 0;
  margin-top: 100px;
}
.members-section__portfolio + .main__courses-section-instructor .container {
  padding: 0;
}

.events {
  padding-top: 100px;
  margin-bottom: 100px;
}

@media (max-width: 1210px) {
  .events {
    padding-top: calc(60px + 40 * (100vw - 375px) / 835);
  }
}
@media (max-width: 1210px) {
  .events {
    margin-bottom: calc(50px + 50 * (100vw - 375px) / 835);
  }
}
.events__inner {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  gap: 20px;
  margin-bottom: 40px;
}

@media (max-width: 1210px) {
  .events__inner {
    margin-bottom: calc(20px + 20 * (100vw - 375px) / 835);
  }
}
.card--events .card__inner {
  height: 100%;
}

@media (max-width: 650px) {
  .events__inner {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }
}
.main__events .tribe-events-header__messages .tribe-events-c-messages__message {
  justify-content: flex-start;
  background: #2d333c;
}
.main__events .tribe-events-header__messages .tribe-events-c-messages__message svg.tribe-common-c-svgicon path {
  fill: #fff;
}
.main__events .tribe-events-header__messages .tribe-events-c-messages__message .tribe-events-c-messages__message-list-item {
  color: #fff;
}
.main__events .section-top__inner {
  margin-bottom: 40px;
}
.main__events .tribe-events .tribe-events-header .tribe-events-header__events-bar {
  background-color: transparent;
  border: 0;
}
.main__events .tribe-events .tribe-events-header .tribe-events-header__events-bar .tribe-events-c-events-bar__search-container {
  background-color: transparent;
  margin-right: 10px;
}
.main__events .tribe-events .tribe-events-header .tribe-events-header__events-bar .tribe-events-c-events-bar__search-container .tribe-events-c-events-bar__search {
  justify-content: flex-end;
}
.main__events .tribe-events .tribe-events-header .tribe-events-header__events-bar .tribe-events-c-events-bar__search-container .tribe-events-c-events-bar__search .tribe-events-c-search {
  position: relative;
  margin: 0;
  border-radius: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 48px;
  height: 48px;
  -webkit-transition: width 0.3s;
  -o-transition: width 0.3s;
  transition: width 0.3s;
  position: relative;
  overflow: hidden;
  border: 1px solid #4b515a;
  flex: unset;
}
.main__events .tribe-events .tribe-events-header .tribe-events-header__events-bar .tribe-events-c-events-bar__search-container .tribe-events-c-events-bar__search .tribe-events-c-search:hover {
  width: 225px;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.main__events .tribe-events .tribe-events-header .tribe-events-header__events-bar .tribe-events-c-events-bar__search-container .tribe-events-c-events-bar__search .tribe-events-c-search input.tribe-common-form-control-text__input {
  padding-top: 13px;
  padding-right: 24px;
  padding-bottom: 13px;
  padding-left: 24px;
  border-radius: 10px;
  width: 100%;
  background: unset;
  color: #fff;
  leading-trim: both;
  text-edge: cap;
  font-size: 14px;
  line-height: 20px;
  font-family: Clash Grotesk;
  font-weight: 500;
  z-index: 1;
}
.main__events .tribe-events .tribe-events-header .tribe-events-header__events-bar .tribe-events-c-events-bar__search-container .tribe-events-c-events-bar__search .tribe-events-c-search input.tribe-common-form-control-text__input:focus, .main__events .tribe-events .tribe-events-header .tribe-events-header__events-bar .tribe-events-c-events-bar__search-container .tribe-events-c-events-bar__search .tribe-events-c-search input.tribe-common-form-control-text__input:active, .main__events .tribe-events .tribe-events-header .tribe-events-header__events-bar .tribe-events-c-events-bar__search-container .tribe-events-c-events-bar__search .tribe-events-c-search input.tribe-common-form-control-text__input:hover {
  outline: unset;
}
.main__events .tribe-events .tribe-events-header .tribe-events-header__events-bar .tribe-events-c-events-bar__search-container .tribe-events-c-events-bar__search .tribe-events-c-search svg {
  width: 16px;
  height: 16px;
  right: 16px;
  position: absolute;
  left: auto;
}
.main__events .tribe-events .tribe-events-header .tribe-events-header__events-bar .tribe-events-c-events-bar__search-container .tribe-events-c-events-bar__search .tribe-events-c-search svg path {
  fill: #fff;
}
.main__events .tribe-events .tribe-events-header .tribe-events-header__events-bar .tribe-events-c-events-bar__search-container .tribe-events-c-events-bar__search .tribe-events-c-search .tribe-events-c-search__input-group {
  justify-content: flex-end;
}
.main__events .tribe-events .tribe-events-header .tribe-events-header__events-bar .tribe-events-c-events-bar__search-container .tribe-events-c-events-bar__search .tribe-events-c-search button.tribe-common-c-btn {
  width: 16px;
  position: absolute;
  height: 16px;
  overflow: hidden;
  opacity: 0;
  right: 0;
  cursor: pointer;
  z-index: 1;
}
.main__events .tribe-events .tribe-events-header .tribe-events-header__events-bar .tribe-events-c-events-bar__views .tribe-events-c-view-selector__content {
  background: transparent;
  padding: 0;
}
.main__events .tribe-events .tribe-events-header .tribe-events-header__events-bar .tribe-events-c-events-bar__views .tribe-events-c-view-selector__content .tribe-events-c-view-selector__list {
  gap: 10px;
}
.main__events .tribe-events .tribe-events-header .tribe-events-header__events-bar .tribe-events-c-events-bar__views .tribe-events-c-view-selector__content .tribe-events-c-view-selector__list .tribe-events-c-view-selector__list-item {
  background-color: transparent;
  margin-left: 0;
  padding: 0;
}
.main__events .tribe-events .tribe-events-header .tribe-events-header__events-bar .tribe-events-c-events-bar__views .tribe-events-c-view-selector__content .tribe-events-c-view-selector__list .tribe-events-c-view-selector__list-item.tribe-events-c-view-selector__list-item--active a:after {
  content: none;
}
.main__events .tribe-events .tribe-events-header .tribe-events-header__events-bar .tribe-events-c-events-bar__views .tribe-events-c-view-selector__content .tribe-events-c-view-selector__list .tribe-events-c-view-selector__list-item a {
  padding: 0;
}
.main__events .tribe-events .tribe-events-header .tribe-events-header__events-bar .tribe-events-c-events-bar__views .tribe-events-c-view-selector__content .tribe-events-c-view-selector__list .tribe-events-c-view-selector__list-item a span {
  padding: 13px 24px;
  padding-right: 65px;
  cursor: pointer;
  color: #fff;
  leading-trim: both;
  text-edge: cap;
  font-size: 14px;
  font-family: Clash Grotesk;
  font-weight: 500;
  line-height: 20px;
  border-radius: 10px;
  border: 1px solid #4b515a;
  -webkit-transition: color 0.3s;
  -o-transition: color 0.3s;
  transition: color 0.3s;
}
.main__events .tribe-events .tribe-events-header .tribe-events-header__events-bar .tribe-events-c-events-bar__views .tribe-events-c-view-selector__content .tribe-events-c-view-selector__list .tribe-events-c-view-selector__list-item a span:hover {
  background: #fff;
  color: #4b515a;
}
.main__events .tribe-events .tribe-common-l-container {
  padding: 0;
}
.main__events .tribe-events .tribe-events-calendar-list {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  gap: 20px;
  margin-bottom: 40px;
}
.main__events .tribe-events .tribe-events-calendar-list .events__card {
  border-radius: 25px;
  background: #2d333c;
  padding: 40px;
}
.main__events .tribe-events .tribe-events-calendar-list .events__card .card__text {
  color: #6d9985;
  leading-trim: both;
  text-edge: cap;
  font-weight: 600;
  margin-bottom: 15px;
  font-size: 24px;
  line-height: 24px;
  font-family: "Clash Display";
}
.main__events .tribe-events .tribe-events-calendar-list .events__card .card__title {
  margin-bottom: 25px;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  font-family: "Clash Display";
  color: #fff;
  leading-trim: both;
  text-edge: cap;
  font-size: 36px;
  line-height: 36px;
  font-weight: 600;
  -webkit-transition: color 0.3s, color 0.3s, border 0.3s;
  -o-transition: color 0.3s, color 0.3s, border 0.3s;
  transition: color 0.3s, color 0.3s, border 0.3s;
}
.main__events .tribe-events .tribe-events-calendar-list .events__card .card__title:hover {
  color: #6d9985;
}
.main__events .tribe-events .tribe-events-calendar-list .events__card .card-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 20px;
  margin-bottom: 30px;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  row-gap: 10px;
}
.main__events .tribe-events .tribe-events-calendar-list .events__card .card-list .card-list__item {
  position: relative;
}
.main__events .tribe-events .tribe-events-calendar-list .events__card .card-list .card-list__item:last-child:before {
  content: none;
}
.main__events .tribe-events .tribe-events-calendar-list .events__card .card-list .card-list__item:before {
  content: "";
  background: #7d838c;
  width: 4px;
  height: 4px;
  position: absolute;
  right: -12px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  border-radius: 100%;
}
.main__events .tribe-events .tribe-events-calendar-list .events__card .card-list .card-list__item .card-list__text, .main__events .tribe-events .tribe-events-calendar-list .events__card .card-list .card-list__item .card-list__link {
  color: #7d838c;
  leading-trim: both;
  text-edge: cap;
  font-size: 14px;
  line-height: 20px;
  font-family: Clash Grotesk;
  font-weight: 500;
}
.main__events .tribe-events .tribe-events-calendar-list .events__card .card-list .card-list__item .card-list__text:hover, .main__events .tribe-events .tribe-events-calendar-list .events__card .card-list .card-list__item .card-list__link:hover {
  color: #6d9985;
}
.main__events .tribe-events .tribe-events-calendar-list .events__card .card-box__poster .card-box__poster-text {
  position: absolute;
  right: 20px;
  bottom: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center;
  border-radius: 10px;
  background: #fff;
  padding: 12px 16px;
  color: #0e1218;
  text-align: right;
  leading-trim: both;
  text-edge: cap;
  font-size: 24px;
  line-height: 24px;
  font-weight: 600;
  font-family: "Clash Display";
}
.main__events #tribe-events-pg-template.tribe-events-pg-template {
  margin: 0;
  padding: 0;
  max-width: unset;
}
.main__events .section-top-content__buttons .tribe-events .tribe-events-c-subscribe-dropdown {
  margin: 0;
}
.main__events .section-top-content__buttons .tribe-events .tribe-events-c-subscribe-dropdown .tribe-common-c-btn-border {
  color: #fff;
  text-align: center;
  leading-trim: both;
  text-edge: cap;
  font-size: 14px;
  font-weight: 600;
  line-height: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 10px;
  border: 1px solid #4b515a;
  padding-top: 14px;
  padding-right: 24px;
  padding-bottom: 14px;
  padding-left: 24px;
  gap: 8px;
  -webkit-transition: background 0.3s, color 0.3s, border 0.3s;
  -o-transition: background 0.3s, color 0.3s, border 0.3s;
  transition: background 0.3s, color 0.3s, border 0.3s;
  background-color: #9981c2;
  border: 1px solid #9981c2;
}
.main__events .section-top-content__buttons .tribe-events .tribe-events-c-subscribe-dropdown .tribe-common-c-btn-border svg {
  display: none;
}
.main__events .section-top-content__buttons .tribe-events .tribe-events-c-subscribe-dropdown .tribe-common-c-btn-border button:active, .main__events .section-top-content__buttons .tribe-events .tribe-events-c-subscribe-dropdown .tribe-common-c-btn-border button:focus {
  outline: unset;
}
.main__events .section-top-content__buttons .tribe-events .tribe-events-c-subscribe-dropdown .tribe-common-c-btn-border:hover, .main__events .section-top-content__buttons .tribe-events .tribe-events-c-subscribe-dropdown .tribe-common-c-btn-border:active, .main__events .section-top-content__buttons .tribe-events .tribe-events-c-subscribe-dropdown .tribe-common-c-btn-border:focus {
  background-color: #856dae !important;
  color: #fff;
  border: unset;
  border: 1px solid #856dae;
}
.main__events .section-top-content__buttons .tribe-events .tribe-events-c-subscribe-dropdown .tribe-events-c-subscribe-dropdown__button:focus-within {
  background-color: #856dae !important;
}
.main__events .section-top__img .tribe-events-event-image {
  width: 100%;
  max-width: 475px;
  height: 350px;
  max-height: 350px;
  border-radius: 25px;
  background-size: cover;
}
.main__events .section-top__img .tribe-events-event-image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  border-radius: 25px;
}
.main__events .tribe-events-view-loader {
  background: transparent !important;
}
.main__events .tribe-events-calendar-month__day-date time {
  color: #fff;
}
.main__events .tribe-events-calendar-month__day-date time a {
  color: #fff !important;
  text-decoration: underline;
}
.main__events .tribe-events-calendar-month__day-date time a:hover {
  color: #f9d442 !important;
}
.main__events .tribe-events-calendar-list-nav, .main__events .tribe-events-calendar-day-nav {
  border: 0;
  padding-top: 0 !important;
}
.main__events .tribe-events-calendar-list-nav .tribe-events-c-nav__list, .main__events .tribe-events-calendar-day-nav .tribe-events-c-nav__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 5px;
  justify-content: space-between;
}
.main__events .tribe-events-calendar-list-nav .tribe-events-c-nav__list li, .main__events .tribe-events-calendar-day-nav .tribe-events-c-nav__list li {
  margin: 0;
  border-radius: 10px;
  width: fit-content;
  height: 48px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  border: 1px solid #4b515a;
  text-align: center;
  leading-trim: both;
  text-edge: cap;
  font-size: 14px;
  font-weight: 600;
  line-height: 20px;
  -webkit-transition: background 0.3s, color 0.3s, border 0.3s;
  -o-transition: background 0.3s, color 0.3s, border 0.3s;
  transition: background 0.3s, color 0.3s, border 0.3s;
  cursor: pointer;
  padding: 0 15px;
}
.main__events .tribe-events-calendar-list-nav .tribe-events-c-nav__list li:hover, .main__events .tribe-events-calendar-day-nav .tribe-events-c-nav__list li:hover {
  background-color: #fff;
}
.main__events .tribe-events-calendar-list-nav .tribe-events-c-nav__list li:hover a, .main__events .tribe-events-calendar-list-nav .tribe-events-c-nav__list li:hover button, .main__events .tribe-events-calendar-day-nav .tribe-events-c-nav__list li:hover a, .main__events .tribe-events-calendar-day-nav .tribe-events-c-nav__list li:hover button {
  color: #222;
}
.main__events .tribe-events-calendar-list-nav .tribe-events-c-nav__list li:hover a span, .main__events .tribe-events-calendar-list-nav .tribe-events-c-nav__list li:hover button span, .main__events .tribe-events-calendar-day-nav .tribe-events-c-nav__list li:hover a span, .main__events .tribe-events-calendar-day-nav .tribe-events-c-nav__list li:hover button span {
  color: #222;
}
.main__events .tribe-events-calendar-list-nav .tribe-events-c-nav__list li:hover a svg path, .main__events .tribe-events-calendar-list-nav .tribe-events-c-nav__list li:hover button svg path, .main__events .tribe-events-calendar-day-nav .tribe-events-c-nav__list li:hover a svg path, .main__events .tribe-events-calendar-day-nav .tribe-events-c-nav__list li:hover button svg path {
  fill: #222;
}
.main__events .tribe-events-calendar-list-nav .tribe-events-c-nav__list li a, .main__events .tribe-events-calendar-day-nav .tribe-events-c-nav__list li a {
  margin: 0 15px;
  color: #fff;
}
.main__events .tribe-events-calendar-list-nav .tribe-events-c-nav__list li a span, .main__events .tribe-events-calendar-day-nav .tribe-events-c-nav__list li a span {
  color: #fff;
}
.main__events .tribe-events-c-subscribe-dropdown__container .tribe-common-c-btn-border {
  color: #fff;
  text-align: center;
  leading-trim: both;
  text-edge: cap;
  font-size: 14px;
  font-weight: 600;
  line-height: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 10px;
  border: 1px solid #4b515a;
  padding-top: 14px;
  padding-right: 24px;
  padding-bottom: 14px;
  padding-left: 24px;
  gap: 8px;
  -webkit-transition: background 0.3s, color 0.3s, border 0.3s;
  -o-transition: background 0.3s, color 0.3s, border 0.3s;
  transition: background 0.3s, color 0.3s, border 0.3s;
  background-color: #9981c2 !important;
  border: 1px solid #9981c2;
}
.main__events .tribe-events-c-subscribe-dropdown__container .tribe-common-c-btn-border:hover, .main__events .tribe-events-c-subscribe-dropdown__container .tribe-common-c-btn-border:active, .main__events .tribe-events-c-subscribe-dropdown__container .tribe-common-c-btn-border:focus {
  background-color: #856dae !important;
  color: #fff;
  border: unset;
  border: 1px solid #856dae;
}
.main__events .tribe-events-c-subscribe-dropdown__container .tribe-common-c-btn-border button:active, .main__events .tribe-events-c-subscribe-dropdown__container .tribe-common-c-btn-border button:focus {
  outline: unset;
}

#tribe-events-footer {
  border: 0;
}
#tribe-events-footer .tribe-events-nav-pagination .tribe-events-sub-nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 5px;
  justify-content: space-between;
}
#tribe-events-footer .tribe-events-nav-pagination .tribe-events-sub-nav li {
  margin: 0;
  border-radius: 10px;
  width: fit-content;
  height: 48px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  border: 1px solid #4b515a;
  text-align: center;
  leading-trim: both;
  text-edge: cap;
  font-size: 14px;
  font-weight: 600;
  line-height: 20px;
  -webkit-transition: background 0.3s, color 0.3s, border 0.3s;
  -o-transition: background 0.3s, color 0.3s, border 0.3s;
  transition: background 0.3s, color 0.3s, border 0.3s;
  cursor: pointer;
}
#tribe-events-footer .tribe-events-nav-pagination .tribe-events-sub-nav li:hover {
  background-color: #fff;
}
#tribe-events-footer .tribe-events-nav-pagination .tribe-events-sub-nav li:hover a {
  color: #777;
}
#tribe-events-footer .tribe-events-nav-pagination .tribe-events-sub-nav li:hover a span {
  color: #777;
}
#tribe-events-footer .tribe-events-nav-pagination .tribe-events-sub-nav li a {
  margin: 0 15px;
  color: #fff;
}
#tribe-events-footer .tribe-events-nav-pagination .tribe-events-sub-nav li a span {
  color: #fff;
}

.event {
  margin-bottom: 100px;
}

.event__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  gap: 20px;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.about-event {
  border-radius: 25px;
  background: #2d333c;
  padding-top: 60px;
  padding-right: 60px;
  padding-bottom: 60px;
  padding-left: 60px;
  border-radius: 25px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 35px;
}

@media (max-width: 1210px) {
  .about-event {
    padding-top: calc(30px + 30 * (100vw - 375px) / 835);
  }
}
@media (max-width: 1210px) {
  .about-event {
    padding-right: calc(20px + 40 * (100vw - 375px) / 835);
  }
}
@media (max-width: 1210px) {
  .about-event {
    padding-bottom: calc(30px + 30 * (100vw - 375px) / 835);
  }
}
@media (max-width: 1210px) {
  .about-event {
    padding-left: calc(20px + 40 * (100vw - 375px) / 835);
  }
}
@media (max-width: 1210px) {
  .about-event {
    gap: calc(20px + 15 * (100vw - 375px) / 835);
  }
}
.about-event-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 0px;
}

@media (max-width: 1210px) {
  .about-event-box {
    gap: calc(15px + 20 * (100vw - 375px) / 835);
  }
}
.about-event-box__title {
  color: #fff;
  leading-trim: both;
  text-edge: cap;
  font-size: 36px;
  line-height: 36px;
  font-weight: 600;
}
.about-event-box__title.about-event-box__title-map {
  margin-bottom: 0;
}

@media (max-width: 1210px) {
  .about-event-box__title {
    font-size: calc(26px + 10 * (100vw - 375px) / 835);
  }
}
@media (max-width: 1210px) {
  .about-event-box__title {
    line-height: calc(26px + 10 * (100vw - 375px) / 835);
  }
}
.about-event-box__text {
  color: #fff;
  leading-trim: both;
  text-edge: cap;
  font-family: Clash Grotesk;
  font-style: normal;
  font-weight: 500;
  font-size: 16px;
  line-height: 24px;
}

@media (max-width: 1210px) {
  .about-event-box__text {
    font-size: calc(14px + 2 * (100vw - 375px) / 835);
  }
}
@media (max-width: 1210px) {
  .about-event-box__text {
    line-height: calc(20px + 4 * (100vw - 375px) / 835);
  }
}
.about-event-box__images {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  gap: 8px;
}

.about-event-box__images-img {
  height: 250px;
  max-height: 250px;
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  border-radius: 10px;
}

@media (max-width: 1210px) {
  .about-event-box__images-img {
    height: calc(130px + 120 * (100vw - 375px) / 835);
  }
}
@media (max-width: 1210px) {
  .about-event-box__images-img {
    max-height: calc(130px + 120 * (100vw - 375px) / 835);
  }
}
.about-event-box__map {
  width: 100%;
  height: 365px;
  max-height: 365px;
  border-radius: 30px;
}

@media (max-width: 1210px) {
  .about-event-box__map {
    height: calc(250px + 115 * (100vw - 375px) / 835);
  }
}
@media (max-width: 1210px) {
  .about-event-box__map {
    max-height: calc(250px + 115 * (100vw - 375px) / 835);
  }
}
.about-event-box__map iframe {
  border-radius: 30px;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

@media (max-width: 1210px) {
  .about-event-box__map iframe {
    border-radius: calc(20px + 10 * (100vw - 375px) / 835);
  }
}
.event-aside {
  border-radius: 25px;
  background: #2d333c;
  padding-top: 40px;
  padding-right: 40px;
  padding-bottom: 40px;
  padding-left: 40px;
  min-width: 380px;
  position: sticky;
  top: 20px;
}

@media (max-width: 1210px) {
  .event-aside {
    padding-top: calc(30px + 10 * (100vw - 375px) / 835);
  }
}
@media (max-width: 1210px) {
  .event-aside {
    padding-right: calc(20px + 20 * (100vw - 375px) / 835);
  }
}
@media (max-width: 1210px) {
  .event-aside {
    padding-bottom: calc(30px + 10 * (100vw - 375px) / 835);
  }
}
@media (max-width: 1210px) {
  .event-aside {
    padding-left: calc(20px + 20 * (100vw - 375px) / 835);
  }
}
.event-aside__price {
  margin-bottom: 30px;
  padding: 28px;
  font-size: 24px;
  line-height: 24px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center;
  border-radius: 10px;
  background: #fff;
  color: #0e1218;
  leading-trim: both;
  text-edge: cap;
  font-weight: 600;
}

@media (max-width: 1210px) {
  .event-aside__price {
    margin-bottom: calc(25px + 5 * (100vw - 375px) / 835);
  }
}
@media (max-width: 1210px) {
  .event-aside__price {
    padding: calc(20px + 8 * (100vw - 375px) / 835);
  }
}
@media (max-width: 1210px) {
  .event-aside__price {
    font-size: calc(20px + 4 * (100vw - 375px) / 835);
  }
}
@media (max-width: 1210px) {
  .event-aside__price {
    line-height: calc(20px + 4 * (100vw - 375px) / 835);
  }
}
.event-aside__link {
  border-radius: 10px;
  background: #6d9985;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center;
  color: #fff;
  text-align: center;
  leading-trim: both;
  text-edge: cap;
  font-size: 14px;
  font-weight: 600;
  line-height: 20px;
  padding: 15px 24px;
  -webkit-transition: background 0.3s;
  -o-transition: background 0.3s;
  transition: background 0.3s;
}

.event-aside__link:hover {
  background: #598571;
}

.event-aside-box {
  margin-bottom: 30px;
}

@media (max-width: 1210px) {
  .event-aside-box {
    margin-bottom: calc(25px + 5 * (100vw - 375px) / 835);
  }
}
.event-aside-box__title {
  margin-bottom: 10px;
  color: #fff;
  leading-trim: both;
  text-edge: cap;
  font-size: 20px;
  line-height: 20px;
  font-weight: 600;
}

@media (max-width: 1210px) {
  .event-aside-box__title {
    margin-bottom: calc(5px + 5 * (100vw - 375px) / 835);
  }
}
@media (max-width: 1210px) {
  .event-aside-box__title {
    font-size: calc(16px + 4 * (100vw - 375px) / 835);
  }
}
@media (max-width: 1210px) {
  .event-aside-box__title {
    line-height: calc(16px + 4 * (100vw - 375px) / 835);
  }
}
.event-aside-box__list-item {
  padding: 10px 0;
  border-bottom: 1px solid #4b515a;
}

.event-aside-box__list-text {
  color: #fff;
  leading-trim: both;
  text-edge: cap;
  font-size: 14px;
  line-height: 20px;
  font-family: Clash Grotesk;
  font-style: normal;
  font-weight: 500;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  gap: 20px;
}

@media (max-width: 1210px) {
  .event-aside-box__list-text {
    font-size: calc(12px + 2 * (100vw - 375px) / 835);
  }
}
@media (max-width: 1210px) {
  .event-aside-box__list-text {
    line-height: calc(18px + 2 * (100vw - 375px) / 835);
  }
}
.event-aside-box__list-text a {
  color: #fff;
  font-weight: 600;
  text-align: right;
  -webkit-transition: color 0.3s;
  -o-transition: color 0.3s;
  transition: color 0.3s;
}

.event-aside-box__list-text a:hover {
  color: #6d9985;
}

.event-aside-box__list-text span {
  font-weight: 600;
  text-align: right;
}

@media (max-width: 1100px) {
  .event__inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .event-aside {
    width: 100%;
    max-width: 100%;
  }
}
@media (max-width: 550px) {
  .event-aside {
    min-width: unset;
  }
}
.body--white .event-aside {
  background: #eef2f6;
}

.body--white .event-aside-box__title {
  color: #0e1218;
}

.body--white .event-aside__price {
  background: #0e1218;
  color: #fff;
}

.body--white .event-aside-box__list-text {
  color: #0e1218;
}

.body--white .event-aside-box__list-text a {
  color: #0e1218;
}

.body--white .event-aside-box__list-item {
  border-bottom: 1px solid #d7dadd;
}

.body--white .shop-section-top__title {
  color: #0e1218;
}

@media (max-width: 1210px) {
  .shop {
    padding-top: calc(60px + 40 * (100vw - 375px) / 835);
  }
}
@media (max-width: 1210px) {
  .shop {
    margin-bottom: calc(50px + 50 * (100vw - 375px) / 835);
  }
}
.shop__inner {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 20px;
  margin-bottom: 40px;
}

@media (max-width: 1210px) {
  .shop__inner {
    margin-bottom: calc(20px + 20 * (100vw - 375px) / 835);
  }
}
.card--shop .card__inner {
  height: 100%;
}
.card--shop .card__inner .product_type_simple.add_to_cart_button:after {
  top: 15px;
  right: 0;
  left: 100px;
  margin: auto;
  position: absolute;
}
.card--shop .card__inner .added_to_cart.wc-forward {
  display: none;
}

.card--shop .card__subtext {
  margin-bottom: 10px;
}

@media (max-width: 1210px) {
  .card--shop .card__subtext {
    margin-bottom: calc(5px + 5 * (100vw - 375px) / 835);
  }
}
.card--shop .card__link {
  margin-top: 0;
}

.shop-section {
  margin-bottom: 125px;
}

@media (max-width: 1210px) {
  .shop-section {
    margin-bottom: calc(60px + 65 * (100vw - 375px) / 835);
  }
}
.shop-section__swiper__inner {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 20px;
  margin-bottom: 40px;
}

.shop-section__swiper .card__inner {
  height: 100%;
}

.shop-section__swiper .card__subtext {
  margin-bottom: 10px;
}

.shop-section__swiper .card__link {
  margin-top: 0;
}

.shop-section-top__title {
  font-size: 64px;
  line-height: 64px;
  color: #fff;
  leading-trim: both;
  text-edge: cap;
  font-weight: 600;
}

@media (max-width: 1210px) {
  .shop-section-top__title {
    font-size: calc(36px + 28 * (100vw - 375px) / 835);
  }
}
@media (max-width: 1210px) {
  .shop-section-top__title {
    line-height: calc(36px + 28 * (100vw - 375px) / 835);
  }
}
@media (max-width: 1250px) {
  .shop__inner {
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
  }
}
@media (max-width: 800px) {
  .shop .search {
    width: 100%;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
  .shop .search .search__btn {
    left: unset;
    right: 14px;
    width: 16px;
    height: 16px;
    right: 16px;
    border: unset;
    z-index: 2;
  }
  .shop .search .search__input {
    -webkit-box-ordinal-group: 0;
    -ms-flex-order: -1;
    order: -1;
    opacity: 1;
    z-index: 1;
    position: unset;
    border: 1px solid #4b515a;
  }
  .shop .custom-select {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
  }
}
@media (max-width: 650px) {
  .shop__inner {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }
}
.freelancers__inner_index .card__subtext {
  margin-bottom: 0;
  padding-bottom: 10px;
}

.card__subtext {
  margin-bottom: 35px;
  color: #7d838c;
  leading-trim: both;
  text-edge: cap;
  font-size: 14px;
  font-family: Clash Grotesk;
  font-weight: 500;
  line-height: 20px;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
}

@media (max-width: 1210px) {
  .card__subtext {
    margin-bottom: calc(20px + 15 * (100vw - 375px) / 835);
  }
}
.related--products .card__subtext {
  margin-bottom: 10px;
}

@media (max-width: 1210px) {
  .related--products .card__subtext {
    margin-bottom: calc(5px + 5 * (100vw - 375px) / 835);
  }
}
.card-price__current {
  display: inline-block;
  color: #6d9985;
  leading-trim: both;
  text-edge: cap;
  font-weight: 600;
  font-size: 24px;
  line-height: 24px;
  text-decoration: unset;
}

@media (max-width: 1210px) {
  .card-price__current {
    font-size: calc(18px + 6 * (100vw - 375px) / 835);
  }
}
@media (max-width: 1210px) {
  .card-price__current {
    line-height: calc(18px + 6 * (100vw - 375px) / 835);
  }
}
.woocommerce .woocommerce-ordering {
  float: unset;
}
.woocommerce .main__shop.shop {
  padding-top: 100px;
  margin-bottom: 100px;
}
.woocommerce .main__shop.shop .shop__filters-panel .woocommerce-result-count {
  color: #7d838c;
  leading-trim: both;
  text-edge: cap;
  font-size: 14px;
  font-family: Clash Grotesk;
  font-weight: 500;
  line-height: 20px;
}
.woocommerce .main__shop.shop .shop__filters-panel .widget + .widget {
  margin: 0;
}
.woocommerce .main__shop.shop .shop__filters-panel .widget {
  padding: 0;
  border-radius: 0;
  background: transparent;
}
.woocommerce .main__shop.shop .shop__filters-panel .widget .widget-title {
  display: none;
}
.woocommerce .main__shop.shop .shop__filters-panel .widget.widget_fl_theme_helper_woo_order .woocommerce-result-count {
  display: none;
}
.woocommerce .main__shop.shop .shop__filters-panel .widget.woocommerce.widget_price_filter {
  padding: 0;
  border-radius: 0;
  background: transparent;
}
.woocommerce .main__shop.shop .shop__filters-panel .widget.woocommerce.widget_price_filter .price_slider {
  display: none !important;
}
.woocommerce .main__shop.shop .shop__filters-panel .widget.woocommerce.widget_price_filter .price_slider_amount {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 12px;
  justify-content: center;
}
.woocommerce .main__shop.shop .shop__filters-panel .widget.woocommerce.widget_price_filter .price_slider_amount input {
  padding-top: 13px;
  padding-right: 24px;
  padding-bottom: 13px;
  padding-left: 24px;
  border-radius: 10px;
  border: 1px solid #4b515a;
  width: 100%;
  background: unset;
  color: #fff;
  leading-trim: both;
  text-edge: cap;
  font-size: 14px;
  line-height: 20px;
  font-family: Clash Grotesk;
  font-weight: 500;
  max-width: 217px;
}
.woocommerce .main__shop.shop .shop__filters-panel .widget.woocommerce.widget_price_filter .price_slider_amount .price_label {
  order: -1;
  white-space: nowrap;
  max-width: 33px;
  overflow: hidden;
}
.woocommerce .main__shop.shop .shop__filters-panel .widget.woocommerce.widget_price_filter .price_slider_amount .price_label span {
  display: none;
}
.woocommerce .main__shop.shop .shop__filters-panel .widget.woocommerce.widget_price_filter .price_slider_amount #min_price, .woocommerce .main__shop.shop .shop__filters-panel .widget.woocommerce.widget_price_filter .price_slider_amount #max_price {
  display: block !important;
}
.woocommerce .main__shop.shop .shop__filters-panel .widget.woocommerce.widget_price_filter .price_slider_amount button {
  display: none;
}
.woocommerce .main__shop.shop .shop__filters-panel .widget.widget_product_search .woocommerce-product-search {
  border-radius: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 48px;
  height: 48px;
  -webkit-transition: width 0.3s;
  -o-transition: width 0.3s;
  transition: width 0.3s;
  position: relative;
}
.woocommerce .main__shop.shop .shop__filters-panel .widget.widget_product_search .woocommerce-product-search:hover {
  width: 225px;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.woocommerce .main__shop.shop .shop__filters-panel .widget.widget_product_search .woocommerce-product-search input.search-field {
  padding-top: 13px;
  padding-right: 24px;
  padding-bottom: 13px;
  padding-left: 24px;
  border-radius: 10px;
  border: 1px solid #4b515a;
  width: 100%;
  background: unset;
  color: #fff;
  leading-trim: both;
  text-edge: cap;
  font-size: 14px;
  line-height: 20px;
  font-family: Clash Grotesk;
  font-weight: 500;
  height: fit-content;
}
.woocommerce .main__shop.shop .shop__filters-panel .widget.widget_product_search .woocommerce-product-search button {
  width: 48px;
  height: 48px;
  position: absolute;
  background: transparent;
  color: transparent;
  background-image: url("../../css/images/search.svg");
  background-repeat: no-repeat;
  background-size: inherit;
  background-position: center;
  right: 0;
}
.woocommerce .main__shop.shop .shop__filters-panel .widget.widget_layered_nav .woocommerce-widget-layered-nav-dropdown {
  height: 48px;
  position: relative;
}
.woocommerce .main__shop.shop .shop__filters-panel .widget.widget_layered_nav .woocommerce-widget-layered-nav-dropdown .select2-container .selection .select2-selection {
  color: #fff;
  padding: 13px 24px;
  padding-right: 65px;
  cursor: pointer;
  color: #fff;
  leading-trim: both;
  text-edge: cap;
  font-size: 14px;
  font-family: Clash Grotesk;
  font-weight: 500;
  line-height: 20px;
  border-radius: 10px !important;
  border: 1px solid #4b515a !important;
  -webkit-transition: color 0.3s;
  -o-transition: color 0.3s;
  transition: color 0.3s;
  background: transparent !important;
  height: 100%;
}
.woocommerce .main__shop.shop .shop__filters-panel .widget.widget_layered_nav .woocommerce-widget-layered-nav-dropdown .select2-container .selection .select2-selection .select2-selection__rendered {
  color: #fff;
  line-height: 20px;
}
.woocommerce .main__shop.shop .shop__filters-panel .widget.widget_layered_nav .woocommerce-widget-layered-nav-dropdown .select2-container .selection .select2-selection .select2-selection__rendered .select2-selection__placeholder {
  color: #fff;
}
.woocommerce .main__shop.shop .shop__filters-panel .widget.widget_layered_nav .woocommerce-widget-layered-nav-dropdown .select2-container .selection .select2-selection .select2-selection__rendered .select2-selection__clear {
  position: absolute;
  right: 38px;
  font-weight: 500;
  font-size: 20px;
}
.woocommerce .main__shop.shop .shop__filters-panel .widget.widget_layered_nav .woocommerce-widget-layered-nav-dropdown .select2-container .selection .select2-selection .select2-selection__arrow {
  position: absolute;
  content: "";
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  right: 16px;
  width: 16px;
  height: 16px;
  background-repeat: no-repeat;
  background-size: contain;
  background-image: url(../../css/images/select-arrow.svg);
  -webkit-transition: -webkit-transform 0.3s;
  transition: -webkit-transform 0.3s;
  -o-transition: transform 0.3s;
  transition: transform 0.3s;
  transition: transform 0.3s, -webkit-transform 0.3s;
}
.woocommerce .main__shop.shop .shop__filters-panel .widget.widget_layered_nav .woocommerce-widget-layered-nav-dropdown .select2-container .selection .select2-selection .select2-selection__arrow b {
  display: none;
}
.woocommerce .main__shop.shop .shop__inner .shop__card {
  border-bottom: 0;
}
.woocommerce .main__shop.shop .shop__inner .shop__card .card__inner .card-box__poster .card-box__poster-img {
  height: 100%;
}
.woocommerce .main__shop.shop .shop__inner .shop__card .card__inner .card__price .card-price__current {
  background: transparent;
}
.woocommerce .main__shop.shop .shop__inner .shop__card .card__inner .card__price .card-price__current del bdi {
  display: inline-block;
  color: #7d838c;
  font-size: 24px;
  line-height: 24px;
  font-weight: 600;
  padding-right: 10px;
  font-family: "Clash Display";
  text-decoration: line-through;
}
.woocommerce .main__shop.shop .shop__inner .shop__card .card__inner .card__price .card-price__current ins {
  background: transparent;
}
.woocommerce .main__shop.shop .shop__inner .shop__card .card__inner .card__price .card-price__current ins bdi {
  display: inline-block;
  color: #6d9985;
  font-weight: 600;
  font-size: 24px;
  line-height: 24px;
  text-decoration: unset;
  font-family: "Clash Display";
}
.woocommerce .main__shop.shop .shop__inner .shop__card .card__inner .product_type_simple, .woocommerce .main__shop.shop .shop__inner .shop__card .card__inner .product_type_simple_out {
  margin-top: 30px;
  padding: 14px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center;
  color: #fff;
  text-align: center;
  leading-trim: both;
  text-edge: cap;
  font-size: 14px;
  font-weight: 600;
  line-height: 20px;
  width: 100%;
  border-radius: 10px;
  border: 1px solid #4b515a;
  -webkit-transition: background 0.3s, color 0.3s, border 0.3s;
  -o-transition: background 0.3s, color 0.3s, border 0.3s;
  transition: background 0.3s, color 0.3s, border 0.3s;
  background: transparent;
}
.woocommerce .main__shop.shop .shop__inner .shop__card .card__inner .product_type_simple:hover, .woocommerce .main__shop.shop .shop__inner .shop__card .card__inner .product_type_simple_out:hover {
  background: #fff;
  border: 1px solid #fff;
  color: #0e1218;
}
.woocommerce .main__shop.shop .woocommerce-pagination {
  text-align: left;
}
.woocommerce .main__shop.shop .woocommerce-pagination ul.page-numbers {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 5px;
  border: 0;
  margin: 0;
}
.woocommerce .main__shop.shop .woocommerce-pagination ul.page-numbers li {
  border: 0;
}
.woocommerce .main__shop.shop .woocommerce-pagination ul.page-numbers li .page-numbers {
  color: #fff;
  border-radius: 10px;
  width: 48px;
  height: 48px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  border: 1px solid #4b515a;
  text-align: center;
  leading-trim: both;
  text-edge: cap;
  font-size: 14px;
  font-weight: 600;
  line-height: 20px;
  -webkit-transition: background 0.3s, color 0.3s, border 0.3s;
  -o-transition: background 0.3s, color 0.3s, border 0.3s;
  transition: background 0.3s, color 0.3s, border 0.3s;
}
.woocommerce .main__shop.shop .woocommerce-pagination ul.page-numbers li .page-numbers.current, .woocommerce .main__shop.shop .woocommerce-pagination ul.page-numbers li .page-numbers:hover {
  color: #0e1218;
}
.woocommerce .main__shop.shop .woocommerce-no-products-found .woocommerce-info {
  margin-bottom: 0;
  background: #2d333c;
  color: #fff;
}

.shop__paging .paging__text {
  margin: 0;
}

.shop__filters-panel .archive_sidebar {
  display: flex;
  gap: 30px;
}

.select2-container .select2-dropdown {
  margin-top: 0 !important;
  position: absolute;
  top: 100%;
  left: 0;
  right: 0;
  z-index: 99;
  border: 1px solid #4b515a;
  border-radius: 0 0 10px 10px;
  background: #0e1218;
}
.select2-container .select2-dropdown .select2-results .select2-results__options .select2-results__option--highlighted[data-selected] {
  background-color: #ff99c0;
}

.productss {
  margin-bottom: 40px;
}

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

.product__inner {
  border-radius: 25px;
  background: #2d333c;
  padding-top: 60px;
  padding-right: 60px;
  padding-bottom: 60px;
  padding-left: 60px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  margin-bottom: 40px;
}

@media (max-width: 1210px) {
  .product__inner {
    padding-top: calc(30px + 30 * (100vw - 375px) / 835);
  }
}
@media (max-width: 1210px) {
  .product__inner {
    padding-right: calc(20px + 40 * (100vw - 375px) / 835);
  }
}
@media (max-width: 1210px) {
  .product__inner {
    padding-bottom: calc(30px + 30 * (100vw - 375px) / 835);
  }
}
@media (max-width: 1210px) {
  .product__inner {
    padding-left: calc(20px + 40 * (100vw - 375px) / 835);
  }
}
.product__wrapper {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 100px;
  grid-template-columns: 100px;
  padding: 40px 0;
  height: 500px;
  margin-right: 15px;
  position: relative;
}

.product-swiper {
  width: 100%;
  height: 100%;
}

.product-swiper__prev {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 10px;
  border: 1px solid #4b515a;
  height: 32px;
  width: 100%;
  cursor: pointer;
  -webkit-transition: background 0.3s, border 0.3s;
  -o-transition: background 0.3s, border 0.3s;
  transition: background 0.3s, border 0.3s;
}

.product-swiper__prev svg {
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}

.product-swiper__prev:hover {
  background: #4b515a;
}

.product-swiper__next {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 10px;
  border: 1px solid #4b515a;
  height: 32px;
  width: 100%;
  cursor: pointer;
  -webkit-transition: background 0.3s, border 0.3s;
  -o-transition: background 0.3s, border 0.3s;
  transition: background 0.3s, border 0.3s;
}

.product-swiper__next:hover {
  background: #4b515a;
}

.product-swiper .swiper-slide-active::before {
  opacity: 0;
}

.product-slide {
  position: relative;
  overflow: hidden;
  border-radius: 10px;
  cursor: pointer;
}

.product-slide::before {
  content: "";
  width: 105%;
  border-radius: 10px;
  position: absolute;
  top: -4px;
  left: -4px;
  top: -4px;
  bottom: -4px;
  height: 105%;
  background: rgba(14, 18, 24, 0.7);
  -webkit-transition: opacity 0.3s;
  -o-transition: opacity 0.3s;
  transition: opacity 0.3s;
}

.product-slide__img {
  border-radius: 10px;
  width: 100px;
  height: 100px;
  -o-object-fit: cover;
  object-fit: cover;
}

.product-images {
  height: 500px;
  max-height: 500px;
  margin-right: 40px;
  position: relative;
  width: 100%;
  max-width: 500px;
  min-width: 500px;
  border-radius: 25px;
}

.product-images__img {
  display: none;
  height: 100%;
  width: 100%;
}

.product-images__img-text {
  position: absolute;
  left: 20px;
  top: 20px;
  border-radius: 4px;
  background: #f9d442;
  margin-bottom: 25px;
  padding: 0px 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  color: #0e1218;
  text-align: center;
  leading-trim: both;
  text-edge: cap;
  font-size: 12px;
  font-weight: 500;
  line-height: 16px;
  text-transform: uppercase;
}

.product-images__img--active {
  display: block;
}

.product-images__img-btn {
  position: absolute;
  top: 20px;
  right: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 40px;
  height: 40px;
  border-radius: 10px;
  background: #fff;
}

.product-images__img-image {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  border-radius: 25px;
}

.product-content__title {
  color: #fff;
  leading-trim: both;
  text-edge: cap;
  font-size: 64px;
  line-height: 64px;
  margin-bottom: 20px;
  font-weight: 600;
}

@media (max-width: 1210px) {
  .product-content__title {
    font-size: calc(34px + 30 * (100vw - 375px) / 835);
  }
}
@media (max-width: 1210px) {
  .product-content__title {
    line-height: calc(34px + 30 * (100vw - 375px) / 835);
  }
}
@media (max-width: 1210px) {
  .product-content__title {
    margin-bottom: calc(10px + 10 * (100vw - 375px) / 835);
  }
}
.product-content__price {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  leading-trim: both;
  gap: 10px;
  text-edge: cap;
  font-weight: 600;
  font-size: 24px;
  line-height: 24px;
  margin-bottom: 20px;
}

@media (max-width: 1210px) {
  .product-content__price {
    font-size: calc(20px + 4 * (100vw - 375px) / 835);
  }
}
@media (max-width: 1210px) {
  .product-content__price {
    line-height: calc(20px + 4 * (100vw - 375px) / 835);
  }
}
@media (max-width: 1210px) {
  .product-content__price {
    margin-bottom: calc(10px + 10 * (100vw - 375px) / 835);
  }
}
.product-content__price-del {
  text-decoration-line: strikethrough;
  color: #7d838c;
}

.product-content__price-current {
  color: #6d9985;
  text-decoration: unset;
}

.product-content__text {
  margin-bottom: 25px;
  color: #fff;
  leading-trim: both;
  text-edge: cap;
  font-family: Clash Grotesk;
  font-weight: 500;
  font-size: 16px;
  line-height: 24px;
}

@media (max-width: 1210px) {
  .product-content__text {
    margin-bottom: calc(20px + 5 * (100vw - 375px) / 835);
  }
}
@media (max-width: 1210px) {
  .product-content__text {
    font-size: calc(14px + 2 * (100vw - 375px) / 835);
  }
}
@media (max-width: 1210px) {
  .product-content__text {
    line-height: calc(18px + 6 * (100vw - 375px) / 835);
  }
}
.product-content__list-item {
  color: #fff;
  leading-trim: both;
  text-edge: cap;
  font-size: 14px;
  font-family: Clash Grotesk;
  font-weight: 500;
  line-height: 20px;
  padding: 10px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 12px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  border-bottom: 1px solid #4b515a;
}

.product-content__list-item span {
  font-weight: 600;
}

.product-content__list-item:last-child {
  border: unset;
}

.product-content-box {
  margin-bottom: 15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 8px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

@media (max-width: 1210px) {
  .product-content-box {
    margin-bottom: calc(10px + 5 * (100vw - 375px) / 835);
  }
}
.product-content-box__text {
  color: #7d838c;
  text-align: center;
  leading-trim: both;
  text-edge: cap;
  font-size: 14px;
  font-family: Clash Grotesk;
  font-weight: 500;
  line-height: 20px;
}

.product-content-quantity {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 25px;
  margin-bottom: 30px;
}

@media (max-width: 1210px) {
  .product-content-quantity {
    margin-bottom: calc(20px + 10 * (100vw - 375px) / 835);
  }
}
.product-content-quantity__btn {
  padding: 15px 24px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center;
  color: #fff;
  text-align: center;
  leading-trim: both;
  text-edge: cap;
  font-size: 14px;
  font-weight: 600;
  line-height: 20px;
  border-radius: 10px;
  background: #6d9985;
  width: 100%;
  -webkit-transition: background 0.3s;
  -o-transition: background 0.3s;
  transition: background 0.3s;
}

.product-content-quantity__btn:hover {
  background: #598571;
}

.product-content-quantity-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 12px;
}

.product-content-quantity-box__text {
  color: #7d838c;
  leading-trim: both;
  text-edge: cap;
  font-size: 14px;
  font-family: Clash Grotesk;
  font-weight: 500;
  line-height: 20px;
}

.product-content-quantity-box__row {
  border-radius: 10px;
  border: 1px solid #4b515a;
  padding: 12px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 20px;
}

.product-content-quantity-box__row-btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 4px;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  width: 24px;
  height: 24px;
}

.product-content-quantity-box__row-btn:hover {
  background: #fff;
}

.product-content-quantity-box__row-btn:hover svg path {
  stroke: #0e1218;
}

.product-content-quantity-box__row-btn svg path {
  -webkit-transition: stroke 0.3s;
  -o-transition: stroke 0.3s;
  transition: stroke 0.3s;
}

.product-content-quantity-box__row-input {
  width: 15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center;
  color: #fff;
  leading-trim: both;
  text-edge: cap;
  font-size: 14px;
  font-family: Clash Grotesk;
  font-weight: 500;
  line-height: 20px;
  background: unset;
  border: 0 !important;
  padding: 0 !important;
}

.product-info {
  margin-bottom: 100px;
}

@media (max-width: 1210px) {
  .product-info {
    margin-bottom: calc(50px + 50 * (100vw - 375px) / 835);
  }
}
.product-info__tabs {
  margin-bottom: 40px;
}

@media (max-width: 1210px) {
  .product-info__tabs {
    margin-bottom: calc(20px + 20 * (100vw - 375px) / 835);
  }
}
@media (max-width: 1300px) {
  .product-content-quantity {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    row-gap: 10px;
  }
}
@media (max-width: 1200px) {
  .product-images {
    max-width: 420px;
    min-width: 420px;
    margin-right: 25px;
  }
}
@media (max-width: 1100px) {
  .product-content-quantity {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    row-gap: 10px;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
  .product-content-quantity__btn {
    width: unset;
  }
}
@media (max-width: 1050px) {
  .product__inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 40px;
  }
  .product__wrap {
    width: 100%;
  }
  .product-images {
    width: 100%;
    max-width: 100%;
    min-width: unset;
    margin-right: unset;
  }
  .product-content-quantity {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
}
@media (max-width: 550px) {
  .product__wrapper {
    -ms-grid-columns: 75px;
    grid-template-columns: 75px;
    height: 400px;
  }
  .product-images {
    height: 400px;
    max-height: 400px;
    min-height: 400px;
  }
  .product-content-quantity {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
  .product-content-quantity__btn {
    width: 100%;
  }
  .product__wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 10px;
  }
  .product__wrapper {
    margin-right: unset;
  }
  .product-images {
    -webkit-box-ordinal-group: 0;
    -ms-flex-order: -1;
    order: -1;
  }
  .product__wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding-left: 35px;
    padding-right: 35px;
    padding-top: 0;
    padding-bottom: 0;
    height: unset;
  }
  .product-swiper__prev {
    width: 25px;
    left: 0;
    height: 100%;
  }
  .product-swiper__prev svg {
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
  }
  .product-swiper__next {
    width: 25px;
    right: 0;
    left: unset;
    height: 100%;
  }
  .product-swiper__next svg {
    -webkit-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    transform: rotate(-90deg);
  }
}
@media (max-width: 450px) {
  .product-slide {
    max-height: 80px;
  }
}
.body--white .product__inner {
  background: #eef2f6;
}

.body--white .product-content__title {
  color: #0e1218;
}

.body--white .product-content__text {
  color: #0e1218;
}

.body--white .product-content-quantity-box__row {
  border: 1px solid #d7dadd;
}

.body--white .product-content-quantity-box__row-input {
  color: #0e1218;
}

.body--white .product-content-quantity-box__row-btn svg path {
  stroke: #0e1218;
}

.body--white .product-content-quantity-box__row-btn:hover {
  background: #0e1218;
}

.body--white .product-content-quantity-box__row-btn:hover svg path {
  stroke: #fff;
}

.body--white .product-content__list-item {
  border-bottom: 1px solid #d7dadd;
  color: #0e1218;
}

.body--white .product-swiper__prev {
  border: 1px solid #d7dadd;
}

.body--white .product-swiper__prev svg path {
  stroke: #0e1218;
}

.body--white .product-swiper__prev:hover {
  border: 1px solid #fff;
  background: #fff;
}

.body--white .product-swiper__next {
  border: 1px solid #d7dadd;
}

.body--white .product-swiper__next svg path {
  stroke: #0e1218;
}

.body--white .product-swiper__next:hover {
  border: 1px solid #fff;
  background: #fff;
}

.body--white .product-slide::before {
  background: rgba(215, 218, 221, 0.8);
}

.product__content {
  display: flex;
  flex-direction: column;
}
.product__content .woocommerce-product-rating {
  order: -1;
  line-height: 0;
  margin-bottom: 15px;
}
.product__content .woocommerce-product-rating .star-rating {
  margin: 0;
  font-size: 12px;
}
.product__content .woocommerce-product-rating .star-rating:before {
  color: #F9D442;
}
.product__content .woocommerce-product-rating .star-rating span:before {
  color: #F9D442;
}
.product__content .woocommerce-product-rating .woocommerce-review-link {
  color: #7d838c;
  text-align: center;
  leading-trim: both;
  text-edge: cap;
  font-size: 14px;
  font-family: Clash Grotesk;
  font-weight: 500;
  line-height: 16px;
  margin-left: 8px;
  transition: all 0.3s ease-in-out;
}
.product__content .woocommerce-product-rating .woocommerce-review-link:hover {
  color: #F9D442;
}
.product__content .woocommerce-product-details__short-description {
  margin-bottom: 25px;
  color: #fff;
  leading-trim: both;
  text-edge: cap;
  font-family: Clash Grotesk;
  font-weight: 500;
  font-size: 16px;
  line-height: 24px;
}
.product__content .woocommerce-product-details__short-description p {
  color: #fff;
  leading-trim: both;
  text-edge: cap;
  font-family: Clash Grotesk;
  font-weight: 500;
  font-size: 16px;
  line-height: 24px;
}
.product__content .price {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  leading-trim: both;
  gap: 10px;
  text-edge: cap;
  font-weight: 600;
  font-size: 24px;
  line-height: 24px;
  margin-bottom: 20px;
}
.product__content .price del {
  color: #7d838c;
}
.product__content .price ins {
  color: #6d9985;
  text-decoration: unset;
  background: transparent;
}
.product__content .stock.in-stock {
  margin-bottom: 25px;
}
.product__content form.cart {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 25px;
  margin-bottom: 30px;
  position: relative;
}
.product__content form.cart .quantity {
  border-radius: 10px;
  border: 1px solid #4b515a;
  padding: 12px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 20px;
  max-width: 113px;
  max-height: 49px;
  width: 100%;
}
.product__content form.cart .quantity input {
  padding: 0;
  border: 0;
  width: 100%;
  background: unset;
  color: #fff;
  leading-trim: both;
  text-edge: cap;
  font-size: 14px;
  line-height: 20px;
  font-family: Clash Grotesk;
  font-weight: 500;
  -moz-appearance: textfield;
}
.product__content form.cart .quantity input::-webkit-outer-spin-button,
.product__content form.cart .quantity input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
.product__content form.cart button.product-content-quantity-box__row-btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 4px;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  width: 24px;
  height: 24px;
  background: transparent;
  position: absolute;
}
.product__content form.cart button.product-content-quantity-box__row-btn.product-content-quantity-box__row-btn--minus {
  left: 12px;
}
.product__content form.cart button.product-content-quantity-box__row-btn.product-content-quantity-box__row-btn--plus {
  left: 76px;
}
.product__content form.cart button.product-content-quantity-box__row-btn:hover {
  background: #fff;
}
.product__content form.cart .single_add_to_cart_button {
  padding: 15px 24px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center;
  color: #fff;
  text-align: center;
  leading-trim: both;
  text-edge: cap;
  font-size: 14px;
  font-weight: 600;
  line-height: 20px;
  border-radius: 10px;
  background: #6d9985;
  width: 100%;
  -webkit-transition: background 0.3s;
  -o-transition: background 0.3s;
  transition: background 0.3s;
}
.product__content form.cart .single_add_to_cart_button.loading:after, .product__content form.cart .single_add_to_cart_button.added:after {
  top: 15px;
  right: 0;
  left: 100px;
  margin: auto;
  position: absolute;
}
.product__content form.cart .single_add_to_cart_button:hover {
  background: #598571;
}
.product__content .product_meta {
  display: flex;
  flex-direction: column;
}
.product__content .product_meta > span {
  color: #fff;
  leading-trim: both;
  text-edge: cap;
  font-size: 14px;
  font-family: Clash Grotesk;
  font-weight: 500;
  line-height: 20px;
  padding: 10px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  border-bottom: 1px solid #4b515a;
}
.product__content .product_meta > span > span {
  font-weight: 600;
  margin-left: 6px;
}
.product__content .product_meta > span > a {
  margin-left: 6px;
  font-weight: 600;
  color: #fff;
  transition: all 0.3s ease-in-out;
}
.product__content .product_meta > span > a:hover {
  color: #f9d442;
}

.tabs__btn {
  color: #7d838c;
  text-align: center;
  leading-trim: both;
  text-edge: cap;
  font-size: 20px;
  line-height: 20px;
  font-weight: 600;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 8px;
  -webkit-transition: color 0.3s;
  -o-transition: color 0.3s;
  transition: color 0.3s;
  background: transparent;
}

@media (max-width: 1210px) {
  .tabs__btn {
    font-size: calc(16px + 4 * (100vw - 375px) / 835);
  }
}
@media (max-width: 1210px) {
  .tabs__btn {
    line-height: calc(16px + 4 * (100vw - 375px) / 835);
  }
}
.tabs__btn span {
  border-radius: 4px;
  background: #7d838c;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  color: #0e1218;
  text-align: center;
  leading-trim: both;
  text-edge: cap;
  font-size: 14px;
  font-weight: 600;
  line-height: 18px;
  padding: 1px 12px;
  min-width: 32px;
  -webkit-transition: background 0.3s, color 0.3s;
  -o-transition: background 0.3s, color 0.3s;
  transition: background 0.3s, color 0.3s;
}

.tabs__btn:hover {
  color: #fff;
}

.tabs__btn:hover span {
  background: #fff;
}

.tabs__btn--active {
  color: #fff;
}

.tabs__btn--active span {
  background: #fff;
  color: #0e1218;
}

.group-profile .tabs {
  margin-bottom: 40px;
}

@media (max-width: 1210px) {
  .group-profile .tabs {
    margin-bottom: calc(20px + 20 * (100vw - 375px) / 835);
  }
}
.body--white .tabs__btn--active {
  color: #0e1218;
}

.body--white .tabs__btn:hover {
  color: #0e1218;
}

.body--white .tabs__btn:hover span {
  background: #0e1218;
  color: #fff;
}

.body--white .tabs__btn span {
  background: #eef2f6;
  color: #7d838c;
}

.body--white .tabs {
  border-bottom: 1px solid #d7dadd;
}

.tabs {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding-bottom: 40px;
  margin-bottom: 25px;
  border-bottom: 1px solid #4b515a;
  gap: 25px;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  row-gap: 15px;
}

@media (max-width: 1210px) {
  .tabs {
    padding-bottom: calc(20px + 20 * (100vw - 375px) / 835);
  }
}
@media (max-width: 1210px) {
  .tabs {
    margin-bottom: calc(20px + 5 * (100vw - 375px) / 835);
  }
}
@media (max-width: 1210px) {
  .tabs {
    gap: calc(20px + 5 * (100vw - 375px) / 835);
  }
}
.body--white .tabs__btn--active span {
  background: #0e1218;
  color: #fff;
}

.woocommerce-tabs.wc-tabs-wrapper .wc-tab_c {
  display: none;
  padding-top: 60px;
  padding-right: 60px;
  padding-bottom: 60px;
  padding-left: 60px;
  border-radius: 25px;
  background: #2d333c;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}
.woocommerce-tabs.wc-tabs-wrapper .wc-tab_c.custom-tabs--description h2 {
  color: #fff;
  leading-trim: both;
  text-edge: cap;
  font-weight: 600;
  margin-bottom: 35px;
  font-size: 36px;
  line-height: 36px;
}
.woocommerce-tabs.wc-tabs-wrapper .wc-tab_c.active {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.woocommerce-tabs.wc-tabs-wrapper .wc-tab_c#tab-more_seller_product {
  display: block;
  margin-top: 100px;
  background: transparent;
  padding: 0;
}
.woocommerce-tabs.wc-tabs-wrapper .wc-tab_c#tab-more_seller_product .product_contain {
  position: relative;
}
.woocommerce-tabs.wc-tabs-wrapper .wc-tab_c#tab-more_seller_product .product_contain.slick-slider {
  padding-top: 90px;
}
.woocommerce-tabs.wc-tabs-wrapper .wc-tab_c#tab-more_seller_product .product_contain .slick-arrow {
  position: absolute;
  cursor: pointer;
  border-radius: 10px;
  border: 1px solid #4b515a;
  width: 48px;
  height: 48px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-transition: background 0.3s, border 0.3s;
  -o-transition: background 0.3s, border 0.3s;
  transition: background 0.3s, border 0.3s;
  top: 0;
  right: 0;
  background: transparent;
  color: transparent;
  background-image: url("../../css/images/link-arrow.svg");
  background-repeat: no-repeat;
  background-position: center;
}
.woocommerce-tabs.wc-tabs-wrapper .wc-tab_c#tab-more_seller_product .product_contain .slick-arrow.slick-prev {
  right: 56px;
  transform: rotate(180deg);
}
.woocommerce-tabs.wc-tabs-wrapper .wc-tab_c#tab-more_seller_product .product_contain .card {
  border-bottom: 0;
  float: left;
  width: 380px;
  margin: 0 10px;
}
.woocommerce-tabs.wc-tabs-wrapper .wc-tab_c#tab-more_seller_product .product_contain .card .card__price del {
  color: #7d838c;
}
.woocommerce-tabs.wc-tabs-wrapper .wc-tab_c#tab-more_seller_product .product_contain .card .card__price ins {
  display: inline-block;
  color: #6d9985;
  leading-trim: both;
  text-edge: cap;
  font-weight: 600;
  font-size: 24px;
  line-height: 24px;
  text-decoration: unset;
  background: transparent;
}
.woocommerce-tabs.wc-tabs-wrapper .wc-tab_c#tab-more_seller_product .product_contain .card .product_type_simple {
  margin-top: 30px;
  padding: 14px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center;
  color: #fff;
  text-align: center;
  leading-trim: both;
  text-edge: cap;
  font-size: 14px;
  font-weight: 600;
  line-height: 20px;
  width: 100%;
  border-radius: 10px;
  border: 1px solid #4b515a;
  -webkit-transition: background 0.3s, color 0.3s, border 0.3s;
  -o-transition: background 0.3s, color 0.3s, border 0.3s;
  transition: background 0.3s, color 0.3s, border 0.3s;
  background: transparent;
  font-family: "Clash Display";
}
.woocommerce-tabs.wc-tabs-wrapper .wc-tab_c#tab-more_seller_product .product_contain .card .product_type_simple:hover {
  background: #fff;
  border: 1px solid #fff;
  color: #0e1218;
}
.woocommerce-tabs.wc-tabs-wrapper .wc-tab_c.custom-tabs--reviews #reviews .woocommerce-Reviews-title {
  color: #7d838c;
  leading-trim: both;
  text-edge: cap;
  margin-bottom: 35px;
  font-size: 36px;
  line-height: 36px;
  font-weight: 600;
}
.woocommerce-tabs.wc-tabs-wrapper .wc-tab_c.custom-tabs--reviews #reviews .woocommerce-Reviews-title span {
  color: #fff;
}
.woocommerce-tabs.wc-tabs-wrapper .wc-tab_c.custom-tabs--reviews #reviews #comments .commentlist .review .comment_container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  gap: 25px;
  margin-bottom: 35px;
}
.woocommerce-tabs.wc-tabs-wrapper .wc-tab_c.custom-tabs--reviews #reviews #comments .commentlist .review .comment_container img {
  width: 80px;
  height: 80px;
  min-width: 80px;
  min-height: 80px;
  max-width: 80px;
  max-height: 80px;
  border-radius: 100%;
  position: relative;
  border: 0;
  background: unset;
}
.woocommerce-tabs.wc-tabs-wrapper .wc-tab_c.custom-tabs--reviews #reviews #comments .commentlist .review .comment_container .comment-text {
  border: 0;
  margin: 0;
  padding: 0;
  width: 100%;
}
.woocommerce-tabs.wc-tabs-wrapper .wc-tab_c.custom-tabs--reviews #reviews #comments .commentlist .review .comment_container .comment-text .star-rating {
  color: #f9d442;
}
.woocommerce-tabs.wc-tabs-wrapper .wc-tab_c.custom-tabs--reviews #reviews #review_form_wrapper {
  margin-top: 40px;
  padding-top: 60px;
  border-top: 1px solid #7d838c;
}
.woocommerce-tabs.wc-tabs-wrapper .wc-tab_c.custom-tabs--reviews #reviews #review_form_wrapper #review_form .comment-reply-title {
  margin-bottom: 25px;
}
.woocommerce-tabs.wc-tabs-wrapper .wc-tab_c.custom-tabs--reviews #reviews #review_form_wrapper #review_form #commentform {
  display: flex;
  flex-direction: column;
  position: relative;
}
.woocommerce-tabs.wc-tabs-wrapper .wc-tab_c.custom-tabs--reviews #reviews #review_form_wrapper #review_form #commentform .input-fields-wrapper .author-name, .woocommerce-tabs.wc-tabs-wrapper .wc-tab_c.custom-tabs--reviews #reviews #review_form_wrapper #review_form #commentform .input-fields-wrapper .author-email {
  margin-bottom: 25px;
}
.woocommerce-tabs.wc-tabs-wrapper .wc-tab_c.custom-tabs--reviews #reviews #review_form_wrapper #review_form #commentform .comment-form-rating {
  order: -1;
}
.woocommerce-tabs.wc-tabs-wrapper .wc-tab_c.custom-tabs--reviews #reviews #review_form_wrapper #review_form #commentform input:not(#wp-comment-cookies-consent) {
  padding-top: 13px;
  padding-right: 24px;
  padding-bottom: 13px;
  padding-left: 24px;
  border-radius: 10px;
  border: 1px solid #4b515a;
  width: 100%;
  background: unset;
  color: #fff;
  leading-trim: both;
  text-edge: cap;
  font-size: 14px;
  line-height: 20px;
  font-family: Clash Grotesk;
  font-weight: 500;
  transition: all 0.3s ease-in-out;
}
.woocommerce-tabs.wc-tabs-wrapper .wc-tab_c.custom-tabs--reviews #reviews #review_form_wrapper #review_form #commentform input:not(#wp-comment-cookies-consent):focus, .woocommerce-tabs.wc-tabs-wrapper .wc-tab_c.custom-tabs--reviews #reviews #review_form_wrapper #review_form #commentform input:not(#wp-comment-cookies-consent):active, .woocommerce-tabs.wc-tabs-wrapper .wc-tab_c.custom-tabs--reviews #reviews #review_form_wrapper #review_form #commentform input:not(#wp-comment-cookies-consent):hover {
  border: 1px solid #fff;
}
.woocommerce-tabs.wc-tabs-wrapper .wc-tab_c.custom-tabs--reviews #reviews #review_form_wrapper #review_form #commentform textarea {
  margin-bottom: 25px;
  border-radius: 10px;
  border: 1px solid #4b515a;
  width: 100%;
  padding-top: 16px;
  padding-right: 40px;
  padding-bottom: 16px;
  padding-left: 24px;
  background: unset;
  resize: unset;
  color: #fff;
  leading-trim: both;
  text-edge: cap;
  font-size: 14px;
  line-height: 20px;
  font-family: Clash Grotesk;
  font-weight: 500;
  min-height: 100px;
}
.woocommerce-tabs.wc-tabs-wrapper .wc-tab_c.custom-tabs--reviews #reviews #review_form_wrapper #review_form #commentform .submit-btn-container {
  display: none;
}

.product_single .woocommerce-info {
  max-width: 1180px;
  margin: 0 auto;
  padding: 15px 25px;
  margin-top: 40px;
  background: #2d333c;
  color: #fff;
  border-radius: 3px;
}

.not-logged-in .woocommerce-Reviews #commentform .comment-form-cookies-consent {
  bottom: 65px;
}
.not-logged-in .woocommerce-Reviews #commentform .comment-form-cookies-consent label {
  color: #767676;
}
.not-logged-in .woocommerce-Reviews #commentform .form-submit {
  margin-top: 25px !important;
}

.woocommerce-page .wrapper_page main.main {
  padding-left: 0;
}
.woocommerce-page .wrapper_page main.main .woocommerce {
  margin: auto;
  padding: 35px 0 0;
  max-width: 1170px;
  position: relative;
}
.woocommerce-page .wrapper_page main.main .woocommerce .woocommerce-MyAccount-navigation {
  margin-bottom: 35px;
  background-color: var(--yzfy-card-bg-color);
  padding: 10px;
  border-radius: 25px !important;
}

.dokan-theme-designlab .wrapper_page main.main {
  padding-left: 0;
}
.dokan-theme-designlab .wrapper_page main.main .dokan-dashboard-wrap {
  margin: auto;
  padding: 35px 0 100px 0;
  max-width: 1170px;
  position: relative;
}
.dokan-theme-designlab .wrapper_page main.main .dokan-dashboard-wrap .dokan-table {
  color: #0a0a0a;
}
.dokan-theme-designlab .wrapper_page main.main .dokan-dashboard-wrap .dashboard-widget .title {
  color: #0a0a0a;
  line-height: 16px;
  margin-bottom: 10px;
  font-size: 13px;
  font-weight: 500;
}

/*# sourceMappingURL=general.css.map */
