/*
Theme Name: Saloner
Author: FASTSITE
Author URI: https://fastsite.pl/
Description: Theme for our beloved client. Developed by FASTSITE.
Version: 1.0
Text Domain: saloner-theme
*/
/* http://meyerweb.com/eric/tools/css/reset/
   v2.0-modified | 20110126
   License: none (public domain)
*/
@import url("https://fonts.googleapis.com/css2?family=Poppins:wght@200;300;400;500;600;700;800;900&display=swap");
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

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

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

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

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

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;
  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 #c0c0c0;
  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] {
  -webkit-appearance: button; /* 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 */ /* 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;
}

/*!
 * Bootstrap Grid v4.1.3 (https://getbootstrap.com/)
 * Copyright 2011-2018 The Bootstrap Authors
 * Copyright 2011-2018 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */
@-ms-viewport {
  width: device-width;
}
html {
  box-sizing: border-box;
  -ms-overflow-style: scrollbar;
}

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

.container {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}

@media (min-width: 576px) {
  .container {
    max-width: 540px;
  }
}
@media (min-width: 768px) {
  .container {
    max-width: 720px;
  }
}
@media (min-width: 992px) {
  .container {
    width: 90%;
    max-width: 960px;
  }
}
@media (min-width: 1200px) {
  .container {
    width: 90%;
    max-width: 1140px;
  }
}
@media (min-width: 1440px) {
  .container {
    width: 90%;
    max-width: 1440px;
  }
}
.container-fluid {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}

.row {
  display: flex;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}

.no-gutters {
  margin-right: 0;
  margin-left: 0;
}

.no-gutters > .col,
.no-gutters > [class*=col-] {
  padding-right: 0;
  padding-left: 0;
}

.col-1, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-10, .col-11, .col-12, .col,
.col-auto, .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm,
.col-sm-auto, .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12, .col-md,
.col-md-auto, .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg,
.col-lg-auto, .col-xl-1, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-10, .col-xl-11, .col-xl-12, .col-xl,
.col-xl-auto {
  position: relative;
  width: 100%;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}

.col {
  flex-basis: 0;
  flex-grow: 1;
  max-width: 100%;
}

.col-auto {
  flex: 0 0 auto;
  width: auto;
  max-width: none;
}

.col-1 {
  flex: 0 0 8.333333%;
  max-width: 8.333333%;
}

.col-2 {
  flex: 0 0 16.666667%;
  max-width: 16.666667%;
}

.col-3 {
  flex: 0 0 25%;
  max-width: 25%;
}

.col-4 {
  flex: 0 0 33.333333%;
  max-width: 33.333333%;
}

.col-5 {
  flex: 0 0 41.666667%;
  max-width: 41.666667%;
}

.col-6 {
  flex: 0 0 50%;
  max-width: 50%;
}

.col-7 {
  flex: 0 0 58.333333%;
  max-width: 58.333333%;
}

.col-8 {
  flex: 0 0 66.666667%;
  max-width: 66.666667%;
}

.col-9 {
  flex: 0 0 75%;
  max-width: 75%;
}

.col-10 {
  flex: 0 0 83.333333%;
  max-width: 83.333333%;
}

.col-11 {
  flex: 0 0 91.666667%;
  max-width: 91.666667%;
}

.col-12 {
  flex: 0 0 100%;
  max-width: 100%;
}

.order-first {
  order: -1;
}

.order-last {
  order: 13;
}

.order-0 {
  order: 0;
}

.order-1 {
  order: 1;
}

.order-2 {
  order: 2;
}

.order-3 {
  order: 3;
}

.order-4 {
  order: 4;
}

.order-5 {
  order: 5;
}

.order-6 {
  order: 6;
}

.order-7 {
  order: 7;
}

.order-8 {
  order: 8;
}

.order-9 {
  order: 9;
}

.order-10 {
  order: 10;
}

.order-11 {
  order: 11;
}

.order-12 {
  order: 12;
}

.offset-1 {
  margin-left: 8.333333%;
}

.offset-2 {
  margin-left: 16.666667%;
}

.offset-3 {
  margin-left: 25%;
}

.offset-4 {
  margin-left: 33.333333%;
}

.offset-5 {
  margin-left: 41.666667%;
}

.offset-6 {
  margin-left: 50%;
}

.offset-7 {
  margin-left: 58.333333%;
}

.offset-8 {
  margin-left: 66.666667%;
}

.offset-9 {
  margin-left: 75%;
}

.offset-10 {
  margin-left: 83.333333%;
}

.offset-11 {
  margin-left: 91.666667%;
}

@media (min-width: 576px) {
  .col-sm {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }
  .col-sm-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: none;
  }
  .col-sm-1 {
    flex: 0 0 8.333333%;
    max-width: 8.333333%;
  }
  .col-sm-2 {
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }
  .col-sm-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-sm-4 {
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
  .col-sm-5 {
    flex: 0 0 41.666667%;
    max-width: 41.666667%;
  }
  .col-sm-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-sm-7 {
    flex: 0 0 58.333333%;
    max-width: 58.333333%;
  }
  .col-sm-8 {
    flex: 0 0 66.666667%;
    max-width: 66.666667%;
  }
  .col-sm-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-sm-10 {
    flex: 0 0 83.333333%;
    max-width: 83.333333%;
  }
  .col-sm-11 {
    flex: 0 0 91.666667%;
    max-width: 91.666667%;
  }
  .col-sm-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .order-sm-first {
    order: -1;
  }
  .order-sm-last {
    order: 13;
  }
  .order-sm-0 {
    order: 0;
  }
  .order-sm-1 {
    order: 1;
  }
  .order-sm-2 {
    order: 2;
  }
  .order-sm-3 {
    order: 3;
  }
  .order-sm-4 {
    order: 4;
  }
  .order-sm-5 {
    order: 5;
  }
  .order-sm-6 {
    order: 6;
  }
  .order-sm-7 {
    order: 7;
  }
  .order-sm-8 {
    order: 8;
  }
  .order-sm-9 {
    order: 9;
  }
  .order-sm-10 {
    order: 10;
  }
  .order-sm-11 {
    order: 11;
  }
  .order-sm-12 {
    order: 12;
  }
  .offset-sm-0 {
    margin-left: 0;
  }
  .offset-sm-1 {
    margin-left: 8.333333%;
  }
  .offset-sm-2 {
    margin-left: 16.666667%;
  }
  .offset-sm-3 {
    margin-left: 25%;
  }
  .offset-sm-4 {
    margin-left: 33.333333%;
  }
  .offset-sm-5 {
    margin-left: 41.666667%;
  }
  .offset-sm-6 {
    margin-left: 50%;
  }
  .offset-sm-7 {
    margin-left: 58.333333%;
  }
  .offset-sm-8 {
    margin-left: 66.666667%;
  }
  .offset-sm-9 {
    margin-left: 75%;
  }
  .offset-sm-10 {
    margin-left: 83.333333%;
  }
  .offset-sm-11 {
    margin-left: 91.666667%;
  }
}
@media (min-width: 768px) {
  .col-md {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }
  .col-md-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: none;
  }
  .col-md-1 {
    flex: 0 0 8.333333%;
    max-width: 8.333333%;
  }
  .col-md-2 {
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }
  .col-md-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-md-4 {
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
  .col-md-5 {
    flex: 0 0 41.666667%;
    max-width: 41.666667%;
  }
  .col-md-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-md-7 {
    flex: 0 0 58.333333%;
    max-width: 58.333333%;
  }
  .col-md-8 {
    flex: 0 0 66.666667%;
    max-width: 66.666667%;
  }
  .col-md-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-md-10 {
    flex: 0 0 83.333333%;
    max-width: 83.333333%;
  }
  .col-md-11 {
    flex: 0 0 91.666667%;
    max-width: 91.666667%;
  }
  .col-md-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .order-md-first {
    order: -1;
  }
  .order-md-last {
    order: 13;
  }
  .order-md-0 {
    order: 0;
  }
  .order-md-1 {
    order: 1;
  }
  .order-md-2 {
    order: 2;
  }
  .order-md-3 {
    order: 3;
  }
  .order-md-4 {
    order: 4;
  }
  .order-md-5 {
    order: 5;
  }
  .order-md-6 {
    order: 6;
  }
  .order-md-7 {
    order: 7;
  }
  .order-md-8 {
    order: 8;
  }
  .order-md-9 {
    order: 9;
  }
  .order-md-10 {
    order: 10;
  }
  .order-md-11 {
    order: 11;
  }
  .order-md-12 {
    order: 12;
  }
  .offset-md-0 {
    margin-left: 0;
  }
  .offset-md-1 {
    margin-left: 8.333333%;
  }
  .offset-md-2 {
    margin-left: 16.666667%;
  }
  .offset-md-3 {
    margin-left: 25%;
  }
  .offset-md-4 {
    margin-left: 33.333333%;
  }
  .offset-md-5 {
    margin-left: 41.666667%;
  }
  .offset-md-6 {
    margin-left: 50%;
  }
  .offset-md-7 {
    margin-left: 58.333333%;
  }
  .offset-md-8 {
    margin-left: 66.666667%;
  }
  .offset-md-9 {
    margin-left: 75%;
  }
  .offset-md-10 {
    margin-left: 83.333333%;
  }
  .offset-md-11 {
    margin-left: 91.666667%;
  }
}
@media (min-width: 992px) {
  .col-lg {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }
  .col-lg-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: none;
  }
  .col-lg-1 {
    flex: 0 0 8.333333%;
    max-width: 8.333333%;
  }
  .col-lg-2 {
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }
  .col-lg-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-lg-4 {
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
  .col-lg-5 {
    flex: 0 0 41.666667%;
    max-width: 41.666667%;
  }
  .col-lg-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-lg-7 {
    flex: 0 0 58.333333%;
    max-width: 58.333333%;
  }
  .col-lg-8 {
    flex: 0 0 66.666667%;
    max-width: 66.666667%;
  }
  .col-lg-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-lg-10 {
    flex: 0 0 83.333333%;
    max-width: 83.333333%;
  }
  .col-lg-11 {
    flex: 0 0 91.666667%;
    max-width: 91.666667%;
  }
  .col-lg-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .order-lg-first {
    order: -1;
  }
  .order-lg-last {
    order: 13;
  }
  .order-lg-0 {
    order: 0;
  }
  .order-lg-1 {
    order: 1;
  }
  .order-lg-2 {
    order: 2;
  }
  .order-lg-3 {
    order: 3;
  }
  .order-lg-4 {
    order: 4;
  }
  .order-lg-5 {
    order: 5;
  }
  .order-lg-6 {
    order: 6;
  }
  .order-lg-7 {
    order: 7;
  }
  .order-lg-8 {
    order: 8;
  }
  .order-lg-9 {
    order: 9;
  }
  .order-lg-10 {
    order: 10;
  }
  .order-lg-11 {
    order: 11;
  }
  .order-lg-12 {
    order: 12;
  }
  .offset-lg-0 {
    margin-left: 0;
  }
  .offset-lg-1 {
    margin-left: 8.333333%;
  }
  .offset-lg-2 {
    margin-left: 16.666667%;
  }
  .offset-lg-3 {
    margin-left: 25%;
  }
  .offset-lg-4 {
    margin-left: 33.333333%;
  }
  .offset-lg-5 {
    margin-left: 41.666667%;
  }
  .offset-lg-6 {
    margin-left: 50%;
  }
  .offset-lg-7 {
    margin-left: 58.333333%;
  }
  .offset-lg-8 {
    margin-left: 66.666667%;
  }
  .offset-lg-9 {
    margin-left: 75%;
  }
  .offset-lg-10 {
    margin-left: 83.333333%;
  }
  .offset-lg-11 {
    margin-left: 91.666667%;
  }
}
@media (min-width: 1200px) {
  .col-xl {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }
  .col-xl-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: none;
  }
  .col-xl-1 {
    flex: 0 0 8.333333%;
    max-width: 8.333333%;
  }
  .col-xl-2 {
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }
  .col-xl-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-xl-4 {
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
  .col-xl-5 {
    flex: 0 0 41.666667%;
    max-width: 41.666667%;
  }
  .col-xl-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-xl-7 {
    flex: 0 0 58.333333%;
    max-width: 58.333333%;
  }
  .col-xl-8 {
    flex: 0 0 66.666667%;
    max-width: 66.666667%;
  }
  .col-xl-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-xl-10 {
    flex: 0 0 83.333333%;
    max-width: 83.333333%;
  }
  .col-xl-11 {
    flex: 0 0 91.666667%;
    max-width: 91.666667%;
  }
  .col-xl-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .order-xl-first {
    order: -1;
  }
  .order-xl-last {
    order: 13;
  }
  .order-xl-0 {
    order: 0;
  }
  .order-xl-1 {
    order: 1;
  }
  .order-xl-2 {
    order: 2;
  }
  .order-xl-3 {
    order: 3;
  }
  .order-xl-4 {
    order: 4;
  }
  .order-xl-5 {
    order: 5;
  }
  .order-xl-6 {
    order: 6;
  }
  .order-xl-7 {
    order: 7;
  }
  .order-xl-8 {
    order: 8;
  }
  .order-xl-9 {
    order: 9;
  }
  .order-xl-10 {
    order: 10;
  }
  .order-xl-11 {
    order: 11;
  }
  .order-xl-12 {
    order: 12;
  }
  .offset-xl-0 {
    margin-left: 0;
  }
  .offset-xl-1 {
    margin-left: 8.333333%;
  }
  .offset-xl-2 {
    margin-left: 16.666667%;
  }
  .offset-xl-3 {
    margin-left: 25%;
  }
  .offset-xl-4 {
    margin-left: 33.333333%;
  }
  .offset-xl-5 {
    margin-left: 41.666667%;
  }
  .offset-xl-6 {
    margin-left: 50%;
  }
  .offset-xl-7 {
    margin-left: 58.333333%;
  }
  .offset-xl-8 {
    margin-left: 66.666667%;
  }
  .offset-xl-9 {
    margin-left: 75%;
  }
  .offset-xl-10 {
    margin-left: 83.333333%;
  }
  .offset-xl-11 {
    margin-left: 91.666667%;
  }
}
.d-none {
  display: none !important;
}

.d-inline {
  display: inline !important;
}

.d-inline-block {
  display: inline-block !important;
}

.d-block {
  display: block !important;
}

.d-table {
  display: table !important;
}

.d-table-row {
  display: table-row !important;
}

.d-table-cell {
  display: table-cell !important;
}

.d-flex {
  display: flex !important;
}

.d-inline-flex {
  display: inline-flex !important;
}

@media (min-width: 576px) {
  .d-sm-none {
    display: none !important;
  }
  .d-sm-inline {
    display: inline !important;
  }
  .d-sm-inline-block {
    display: inline-block !important;
  }
  .d-sm-block {
    display: block !important;
  }
  .d-sm-table {
    display: table !important;
  }
  .d-sm-table-row {
    display: table-row !important;
  }
  .d-sm-table-cell {
    display: table-cell !important;
  }
  .d-sm-flex {
    display: flex !important;
  }
  .d-sm-inline-flex {
    display: inline-flex !important;
  }
}
@media (min-width: 768px) {
  .d-md-none {
    display: none !important;
  }
  .d-md-inline {
    display: inline !important;
  }
  .d-md-inline-block {
    display: inline-block !important;
  }
  .d-md-block {
    display: block !important;
  }
  .d-md-table {
    display: table !important;
  }
  .d-md-table-row {
    display: table-row !important;
  }
  .d-md-table-cell {
    display: table-cell !important;
  }
  .d-md-flex {
    display: flex !important;
  }
  .d-md-inline-flex {
    display: inline-flex !important;
  }
}
@media (min-width: 992px) {
  .d-lg-none {
    display: none !important;
  }
  .d-lg-inline {
    display: inline !important;
  }
  .d-lg-inline-block {
    display: inline-block !important;
  }
  .d-lg-block {
    display: block !important;
  }
  .d-lg-table {
    display: table !important;
  }
  .d-lg-table-row {
    display: table-row !important;
  }
  .d-lg-table-cell {
    display: table-cell !important;
  }
  .d-lg-flex {
    display: flex !important;
  }
  .d-lg-inline-flex {
    display: inline-flex !important;
  }
}
@media (min-width: 1200px) {
  .d-xl-none {
    display: none !important;
  }
  .d-xl-inline {
    display: inline !important;
  }
  .d-xl-inline-block {
    display: inline-block !important;
  }
  .d-xl-block {
    display: block !important;
  }
  .d-xl-table {
    display: table !important;
  }
  .d-xl-table-row {
    display: table-row !important;
  }
  .d-xl-table-cell {
    display: table-cell !important;
  }
  .d-xl-flex {
    display: flex !important;
  }
  .d-xl-inline-flex {
    display: inline-flex !important;
  }
}
@media print {
  .d-print-none {
    display: none !important;
  }
  .d-print-inline {
    display: inline !important;
  }
  .d-print-inline-block {
    display: inline-block !important;
  }
  .d-print-block {
    display: block !important;
  }
  .d-print-table {
    display: table !important;
  }
  .d-print-table-row {
    display: table-row !important;
  }
  .d-print-table-cell {
    display: table-cell !important;
  }
  .d-print-flex {
    display: flex !important;
  }
  .d-print-inline-flex {
    display: inline-flex !important;
  }
}
.flex-row {
  flex-direction: row !important;
}

.flex-column {
  flex-direction: column !important;
}

.flex-row-reverse {
  flex-direction: row-reverse !important;
}

.flex-column-reverse {
  flex-direction: column-reverse !important;
}

.flex-wrap {
  flex-wrap: wrap !important;
}

.flex-nowrap {
  flex-wrap: nowrap !important;
}

.flex-wrap-reverse {
  flex-wrap: wrap-reverse !important;
}

.flex-fill {
  flex: 1 1 auto !important;
}

.flex-grow-0 {
  flex-grow: 0 !important;
}

.flex-grow-1 {
  flex-grow: 1 !important;
}

.flex-shrink-0 {
  flex-shrink: 0 !important;
}

.flex-shrink-1 {
  flex-shrink: 1 !important;
}

.justify-content-start {
  justify-content: flex-start !important;
}

.justify-content-end {
  justify-content: flex-end !important;
}

.justify-content-center {
  justify-content: center !important;
}

.justify-content-between {
  justify-content: space-between !important;
}

.justify-content-around {
  justify-content: space-around !important;
}

.align-items-start {
  align-items: flex-start !important;
}

.align-items-end {
  align-items: flex-end !important;
}

.align-items-center {
  align-items: center !important;
}

.align-items-baseline {
  align-items: baseline !important;
}

.align-items-stretch {
  align-items: stretch !important;
}

.align-content-start {
  align-content: flex-start !important;
}

.align-content-end {
  align-content: flex-end !important;
}

.align-content-center {
  align-content: center !important;
}

.align-content-between {
  align-content: space-between !important;
}

.align-content-around {
  align-content: space-around !important;
}

.align-content-stretch {
  align-content: stretch !important;
}

.align-self-auto {
  align-self: auto !important;
}

.align-self-start {
  align-self: flex-start !important;
}

.align-self-end {
  align-self: flex-end !important;
}

.align-self-center {
  align-self: center !important;
}

.align-self-baseline {
  align-self: baseline !important;
}

.align-self-stretch {
  align-self: stretch !important;
}

@media (min-width: 576px) {
  .flex-sm-row {
    flex-direction: row !important;
  }
  .flex-sm-column {
    flex-direction: column !important;
  }
  .flex-sm-row-reverse {
    flex-direction: row-reverse !important;
  }
  .flex-sm-column-reverse {
    flex-direction: column-reverse !important;
  }
  .flex-sm-wrap {
    flex-wrap: wrap !important;
  }
  .flex-sm-nowrap {
    flex-wrap: nowrap !important;
  }
  .flex-sm-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  .flex-sm-fill {
    flex: 1 1 auto !important;
  }
  .flex-sm-grow-0 {
    flex-grow: 0 !important;
  }
  .flex-sm-grow-1 {
    flex-grow: 1 !important;
  }
  .flex-sm-shrink-0 {
    flex-shrink: 0 !important;
  }
  .flex-sm-shrink-1 {
    flex-shrink: 1 !important;
  }
  .justify-content-sm-start {
    justify-content: flex-start !important;
  }
  .justify-content-sm-end {
    justify-content: flex-end !important;
  }
  .justify-content-sm-center {
    justify-content: center !important;
  }
  .justify-content-sm-between {
    justify-content: space-between !important;
  }
  .justify-content-sm-around {
    justify-content: space-around !important;
  }
  .align-items-sm-start {
    align-items: flex-start !important;
  }
  .align-items-sm-end {
    align-items: flex-end !important;
  }
  .align-items-sm-center {
    align-items: center !important;
  }
  .align-items-sm-baseline {
    align-items: baseline !important;
  }
  .align-items-sm-stretch {
    align-items: stretch !important;
  }
  .align-content-sm-start {
    align-content: flex-start !important;
  }
  .align-content-sm-end {
    align-content: flex-end !important;
  }
  .align-content-sm-center {
    align-content: center !important;
  }
  .align-content-sm-between {
    align-content: space-between !important;
  }
  .align-content-sm-around {
    align-content: space-around !important;
  }
  .align-content-sm-stretch {
    align-content: stretch !important;
  }
  .align-self-sm-auto {
    align-self: auto !important;
  }
  .align-self-sm-start {
    align-self: flex-start !important;
  }
  .align-self-sm-end {
    align-self: flex-end !important;
  }
  .align-self-sm-center {
    align-self: center !important;
  }
  .align-self-sm-baseline {
    align-self: baseline !important;
  }
  .align-self-sm-stretch {
    align-self: stretch !important;
  }
}
@media (min-width: 768px) {
  .flex-md-row {
    flex-direction: row !important;
  }
  .flex-md-column {
    flex-direction: column !important;
  }
  .flex-md-row-reverse {
    flex-direction: row-reverse !important;
  }
  .flex-md-column-reverse {
    flex-direction: column-reverse !important;
  }
  .flex-md-wrap {
    flex-wrap: wrap !important;
  }
  .flex-md-nowrap {
    flex-wrap: nowrap !important;
  }
  .flex-md-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  .flex-md-fill {
    flex: 1 1 auto !important;
  }
  .flex-md-grow-0 {
    flex-grow: 0 !important;
  }
  .flex-md-grow-1 {
    flex-grow: 1 !important;
  }
  .flex-md-shrink-0 {
    flex-shrink: 0 !important;
  }
  .flex-md-shrink-1 {
    flex-shrink: 1 !important;
  }
  .justify-content-md-start {
    justify-content: flex-start !important;
  }
  .justify-content-md-end {
    justify-content: flex-end !important;
  }
  .justify-content-md-center {
    justify-content: center !important;
  }
  .justify-content-md-between {
    justify-content: space-between !important;
  }
  .justify-content-md-around {
    justify-content: space-around !important;
  }
  .align-items-md-start {
    align-items: flex-start !important;
  }
  .align-items-md-end {
    align-items: flex-end !important;
  }
  .align-items-md-center {
    align-items: center !important;
  }
  .align-items-md-baseline {
    align-items: baseline !important;
  }
  .align-items-md-stretch {
    align-items: stretch !important;
  }
  .align-content-md-start {
    align-content: flex-start !important;
  }
  .align-content-md-end {
    align-content: flex-end !important;
  }
  .align-content-md-center {
    align-content: center !important;
  }
  .align-content-md-between {
    align-content: space-between !important;
  }
  .align-content-md-around {
    align-content: space-around !important;
  }
  .align-content-md-stretch {
    align-content: stretch !important;
  }
  .align-self-md-auto {
    align-self: auto !important;
  }
  .align-self-md-start {
    align-self: flex-start !important;
  }
  .align-self-md-end {
    align-self: flex-end !important;
  }
  .align-self-md-center {
    align-self: center !important;
  }
  .align-self-md-baseline {
    align-self: baseline !important;
  }
  .align-self-md-stretch {
    align-self: stretch !important;
  }
}
@media (min-width: 992px) {
  .flex-lg-row {
    flex-direction: row !important;
  }
  .flex-lg-column {
    flex-direction: column !important;
  }
  .flex-lg-row-reverse {
    flex-direction: row-reverse !important;
  }
  .flex-lg-column-reverse {
    flex-direction: column-reverse !important;
  }
  .flex-lg-wrap {
    flex-wrap: wrap !important;
  }
  .flex-lg-nowrap {
    flex-wrap: nowrap !important;
  }
  .flex-lg-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  .flex-lg-fill {
    flex: 1 1 auto !important;
  }
  .flex-lg-grow-0 {
    flex-grow: 0 !important;
  }
  .flex-lg-grow-1 {
    flex-grow: 1 !important;
  }
  .flex-lg-shrink-0 {
    flex-shrink: 0 !important;
  }
  .flex-lg-shrink-1 {
    flex-shrink: 1 !important;
  }
  .justify-content-lg-start {
    justify-content: flex-start !important;
  }
  .justify-content-lg-end {
    justify-content: flex-end !important;
  }
  .justify-content-lg-center {
    justify-content: center !important;
  }
  .justify-content-lg-between {
    justify-content: space-between !important;
  }
  .justify-content-lg-around {
    justify-content: space-around !important;
  }
  .align-items-lg-start {
    align-items: flex-start !important;
  }
  .align-items-lg-end {
    align-items: flex-end !important;
  }
  .align-items-lg-center {
    align-items: center !important;
  }
  .align-items-lg-baseline {
    align-items: baseline !important;
  }
  .align-items-lg-stretch {
    align-items: stretch !important;
  }
  .align-content-lg-start {
    align-content: flex-start !important;
  }
  .align-content-lg-end {
    align-content: flex-end !important;
  }
  .align-content-lg-center {
    align-content: center !important;
  }
  .align-content-lg-between {
    align-content: space-between !important;
  }
  .align-content-lg-around {
    align-content: space-around !important;
  }
  .align-content-lg-stretch {
    align-content: stretch !important;
  }
  .align-self-lg-auto {
    align-self: auto !important;
  }
  .align-self-lg-start {
    align-self: flex-start !important;
  }
  .align-self-lg-end {
    align-self: flex-end !important;
  }
  .align-self-lg-center {
    align-self: center !important;
  }
  .align-self-lg-baseline {
    align-self: baseline !important;
  }
  .align-self-lg-stretch {
    align-self: stretch !important;
  }
}
@media (min-width: 1200px) {
  .flex-xl-row {
    flex-direction: row !important;
  }
  .flex-xl-column {
    flex-direction: column !important;
  }
  .flex-xl-row-reverse {
    flex-direction: row-reverse !important;
  }
  .flex-xl-column-reverse {
    flex-direction: column-reverse !important;
  }
  .flex-xl-wrap {
    flex-wrap: wrap !important;
  }
  .flex-xl-nowrap {
    flex-wrap: nowrap !important;
  }
  .flex-xl-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  .flex-xl-fill {
    flex: 1 1 auto !important;
  }
  .flex-xl-grow-0 {
    flex-grow: 0 !important;
  }
  .flex-xl-grow-1 {
    flex-grow: 1 !important;
  }
  .flex-xl-shrink-0 {
    flex-shrink: 0 !important;
  }
  .flex-xl-shrink-1 {
    flex-shrink: 1 !important;
  }
  .justify-content-xl-start {
    justify-content: flex-start !important;
  }
  .justify-content-xl-end {
    justify-content: flex-end !important;
  }
  .justify-content-xl-center {
    justify-content: center !important;
  }
  .justify-content-xl-between {
    justify-content: space-between !important;
  }
  .justify-content-xl-around {
    justify-content: space-around !important;
  }
  .align-items-xl-start {
    align-items: flex-start !important;
  }
  .align-items-xl-end {
    align-items: flex-end !important;
  }
  .align-items-xl-center {
    align-items: center !important;
  }
  .align-items-xl-baseline {
    align-items: baseline !important;
  }
  .align-items-xl-stretch {
    align-items: stretch !important;
  }
  .align-content-xl-start {
    align-content: flex-start !important;
  }
  .align-content-xl-end {
    align-content: flex-end !important;
  }
  .align-content-xl-center {
    align-content: center !important;
  }
  .align-content-xl-between {
    align-content: space-between !important;
  }
  .align-content-xl-around {
    align-content: space-around !important;
  }
  .align-content-xl-stretch {
    align-content: stretch !important;
  }
  .align-self-xl-auto {
    align-self: auto !important;
  }
  .align-self-xl-start {
    align-self: flex-start !important;
  }
  .align-self-xl-end {
    align-self: flex-end !important;
  }
  .align-self-xl-center {
    align-self: center !important;
  }
  .align-self-xl-baseline {
    align-self: baseline !important;
  }
  .align-self-xl-stretch {
    align-self: stretch !important;
  }
}
/*
COLORS
*/
/*
FONTS
*/
html {
  font-family: "Poppins", sans-serif;
  font-weight: 400;
  color: #575757;
}

input,
button,
textarea {
  font-family: "Poppins", sans-serif;
}

body {
  color: inherit;
}
body a {
  color: inherit;
  text-decoration: none;
  transition: all 250ms ease;
}

:root {
  --fs-16: clamp(1.4rem, 1.1862rem + 0.22vw, 1.6rem);
  --fs-18: clamp(1.5rem, 1.1793rem + 0.32vw, 1.8rem);
  --fs-20: clamp(1.6rem, 1.1724rem + 0.43vw, 2rem);
  --fs-22: clamp(1.7rem, 1.1655rem + 0.54vw, 2.2rem);
  --fs-24: clamp(1.8rem, 1.1586rem + 0.65vw, 2.4rem);
  --fs-26: clamp(1.9rem, 1.1517rem + 0.75vw, 2.6rem);
  --fs-28: clamp(2rem, 1.1448rem + 0.86vw, 2.8rem);
  --fs-30: clamp(2.1rem, 1.1379rem + 0.97vw, 3rem);
  --fs-32: clamp(2.2rem, 1.131rem + 1.08vw, 3.2rem);
  --fs-34: clamp(2.3rem, 1.1241rem + 1.1900000000000002vw, 3.4rem);
  --fs-36: clamp(2.4rem, 1.1172rem + 1.29vw, 3.6rem);
  --fs-38: clamp(2.5rem, 1.1103rem + 1.4000000000000001vw, 3.8rem);
  --fs-40: clamp(2.6rem, 1.1034rem + 1.51vw, 4rem);
  --fs-42: clamp(2.7rem, 1.0966rem + 1.6199999999999999vw, 4.2rem);
  --fs-44: clamp(2.8rem, 1.0897rem + 1.72vw, 4.4rem);
  --fs-46: clamp(2.9rem, 1.0828rem + 1.83vw, 4.6rem);
  --fs-48: clamp(3rem, 1.0759rem + 1.94vw, 4.8rem);
  --fs-50: clamp(3.1rem, 1.069rem + 2.0500000000000003vw, 5rem);
  --fs-52: clamp(3.2rem, 1.0621rem + 2.16vw, 5.2rem);
  --fs-54: clamp(3.3rem, 1.0552rem + 2.26vw, 5.4rem);
  --fs-56: clamp(3.4rem, 1.0483rem + 2.37vw, 5.6rem);
  --fs-58: clamp(3.5rem, 1.0414rem + 2.48vw, 5.8rem);
  --fs-60: clamp(3.6rem, 1.0345rem + 2.59vw, 6rem);
  --fs-62: clamp(3.7rem, 1.0276rem + 2.69vw, 6.2rem);
  --fs-64: clamp(3.8rem, 1.0207rem + 2.8000000000000003vw, 6.4rem);
  --fs-66: clamp(3.9rem, 1.0138rem + 2.91vw, 6.6rem);
  --fs-68: clamp(4rem, 1.0069rem + 3.02vw, 6.8rem);
  --fs-70: clamp(4.1rem, 1rem + 3.1300000000000003vw, 7rem);
  --fs-72: clamp(4.2rem, 0.9931rem + 3.2300000000000004vw, 7.2rem);
  --fs-74: clamp(4.3rem, 0.9862rem + 3.34vw, 7.4rem);
  --fs-76: clamp(4.4rem, 0.9793rem + 3.45vw, 7.6rem);
  --fs-78: clamp(4.5rem, 0.9724rem + 3.56vw, 7.8rem);
  --fs-80: clamp(4.6rem, 0.9655rem + 3.66vw, 8rem);
  --fs-82: clamp(4.7rem, 0.9586rem + 3.7699999999999996vw, 8.2rem);
  --fs-84: clamp(4.8rem, 0.9517rem + 3.88vw, 8.4rem);
  --fs-86: clamp(4.9rem, 0.9448rem + 3.9899999999999998vw, 8.6rem);
  --fs-88: clamp(5rem, 0.9379rem + 4.09vw, 8.8rem);
  --fs-90: clamp(5.1rem, 0.931rem + 4.2vw, 9rem);
  --fs-92: clamp(5.2rem, 0.9241rem + 4.31vw, 9.2rem);
  --fs-94: clamp(5.3rem, 0.9172rem + 4.42vw, 9.4rem);
}

p {
  line-height: 150%;
}
p a {
  font-weight: 500;
}
p.small {
  font-size: 1.2rem;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  line-height: 135%;
}

h1 {
  font-size: var(--fs-36);
}
h1.bold {
  font-weight: 500;
}
h1.light {
  font-weight: 300;
}

h2 {
  font-size: var(--fs-32);
}

h3 {
  font-size: var(--fs-28);
}

h4 {
  font-size: var(--fs-24);
}

h5 {
  font-size: var(--fs-20);
}

h6 {
  font-size: var(--fs-16);
}

/*
BUTTONS
*/
.btn {
  display: inline-flex;
  align-items: center;
  font-size: var(--fs-16);
  font-weight: 600;
  padding: 1rem 2.4rem;
  line-height: 1.4;
  background-color: transparent;
  color: #000000;
  border-style: solid;
  border-width: 2px;
  border-color: #000000;
  border-radius: 10rem;
  transition: all 0.2s ease-in-out;
}
.btn:hover {
  background-color: #000000;
  color: #ffffff;
  transition: all 0.2s ease-in-out;
}
.btn.btn-primary {
  background-color: #E84A07;
  color: #ffffff;
  border-color: #E84A07;
}
.btn.btn-primary:hover {
  background-color: transparent;
  color: #E84A07;
}
.btn.btn-secondary {
  background-color: transparent;
  color: #E84A07;
  border-color: #E84A07;
}
.btn.btn-secondary:hover {
  background-color: #E84A07;
  color: #ffffff;
}
.btn.btn-tertiary {
  background-color: #000000;
  color: #ffffff;
  border-color: #000000;
}
.btn.btn-tertiary:hover {
  background-color: transparent;
  color: #000000;
}

/*
ADDITIONAL
*/
.collapse:not(.show) {
  display: none;
}

.collapsing {
  position: relative;
  height: 0;
  overflow: hidden;
  transition: height 0.35s ease;
  transition-property: height;
  transition-duration: 0.35s;
  transition-timing-function: ease;
}

@media screen and (prefers-reduced-motion: reduce) {
  .collapsing {
    transition: none;
  }
}
*,
*::before,
*::after {
  box-sizing: border-box;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

html {
  scroll-behavior: smooth;
  font-size: 62.5%;
}

body {
  font-size: 1.6rem;
}

/* Chrome, Safari, Edge, Opera */
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

/* Firefox */
input[type=number] {
  -moz-appearance: textfield;
}

.slick-slider {
  -webkit-user-select: text !important;
  -moz-user-select: text !important;
  -ms-user-select: text !important;
  user-select: text !important;
}

section.page-main-section {
  background: linear-gradient(86.68deg, rgba(254, 252, 252, 0.5) 8.59%, rgba(251, 194, 215, 0.5) 47.43%, rgba(254, 181, 155, 0.5) 64.42%, rgba(250, 147, 50, 0.275) 86.26%), #f08572;
  margin-top: -8.6rem;
  padding-top: 10.6rem;
  padding-bottom: 0;
}
section.page-main-section .header-wrapper {
  padding: 0 1rem;
}
section.page-main-section .header-wrapper h1 {
  color: white;
  font-weight: 700;
  font-size: var(--fs-36);
  text-align: center;
}
section.page-main-section .header-wrapper h1 span {
  font-weight: 400;
}
@media (max-width: 992px) {
  section.page-main-section {
    margin-top: -7.4rem;
    padding-top: 9.4rem;
  }
}
@media (max-width: 576px) {
  section.page-main-section {
    background: unset;
  }
  section.page-main-section:before {
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    border-radius: 0 0 0 10rem;
    background: linear-gradient(86.68deg, rgba(254, 252, 252, 0.5) 8.59%, rgba(251, 194, 215, 0.5) 47.43%, rgba(254, 181, 155, 0.5) 64.42%, rgba(250, 147, 50, 0.275) 86.26%), #f08572;
  }
  section.page-main-section .back-button-desktop {
    display: none;
  }
}

.back-button-mobile {
  display: none;
}
@media (max-width: 576px) {
  .back-button-mobile {
    display: block;
    padding-top: 2rem;
  }
  .back-button-mobile .back a {
    color: #888888;
  }
  .back-button-mobile .back a:before {
    background-image: url("../../../../../wp-content/themes/saloner/assets/svg/grey-arrow1.svg");
  }
}

section.articles .articles-wrapper {
  display: flex;
  gap: 3rem;
  flex-wrap: wrap;
}
section.articles .articles-wrapper article {
  width: calc((100% - 6rem) / 3);
}
section.articles .articles-wrapper article.mobile-article {
  display: none;
}
@media (max-width: 768px) {
  section.articles .articles-wrapper article {
    width: calc((100% - 3rem) / 2);
  }
}
@media (max-width: 576px) {
  section.articles .articles-wrapper {
    gap: 2rem;
  }
  section.articles .articles-wrapper article {
    display: none;
  }
  section.articles .articles-wrapper article.mobile-article {
    width: 100%;
    display: flex;
  }
}

article .image-wrapper {
  display: flex;
  aspect-ratio: 308/180;
}
article .image-wrapper img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  border-radius: 1.2rem;
}
article .text-wrapper {
  padding: 1rem;
}
article .text-wrapper h3 {
  color: #09052c;
  font-weight: 600;
  font-size: var(--fs-18);
}
article .text-wrapper .cats {
  display: flex;
  flex-wrap: wrap;
  gap: 5px;
  margin-bottom: 1rem;
}
article .text-wrapper .cats p {
  font-size: 1.4rem;
  color: #575757;
}
article .text-wrapper p:not(.cat) {
  color: #575757;
  font-weight: 500;
  font-size: 1.4rem;
  margin: 1rem 0;
}
article .text-wrapper a.link {
  display: flex;
  background-color: #F08572;
  width: 5.7rem;
  height: 2.5rem;
  border-radius: 1.6rem;
  align-items: center;
  justify-content: flex-end;
  padding-right: 1rem;
}
article .text-wrapper a.link:after {
  content: "";
  height: 13px;
  width: 8px;
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  background-image: url("../../../../../wp-content/themes/saloner/assets/svg/button-arrow.svg");
}

article.mobile-article {
  display: none;
}
article.mobile-article a {
  border-radius: 1.6rem;
  overflow: hidden;
  display: flex;
  flex-direction: row;
}
article.mobile-article .image-wrapper {
  aspect-ratio: 10/10;
  width: 33.33%;
}
article.mobile-article .image-wrapper img {
  border-radius: 0;
}
article.mobile-article .text-wrapper {
  background-color: #FED1C9;
  width: 66.66%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0;
}
article.mobile-article .text-wrapper h3 {
  padding: 1rem;
}
article.mobile-article .text-wrapper h3 .cats {
  margin-top: 5px;
}
article.mobile-article .text-wrapper p.arrow {
  background-color: #F08572;
  display: flex;
  width: 2.5rem;
  min-width: 2.5rem;
  height: 100%;
  margin: 0;
  align-items: center;
  justify-content: center;
  position: relative;
}
article.mobile-article .text-wrapper p.arrow:after {
  content: "";
  background-image: url(../../../../../wp-content/themes/saloner/assets/svg/accordion-arrow-white1.svg);
  width: 1.8rem;
  height: 1rem;
  min-width: 1.8rem;
  min-height: 1rem;
  background-repeat: no-repeat;
  background-size: contain;
  position: relative;
  background-position: center;
  transition: all 250ms ease;
  transform: rotate(-90deg);
}

.pagination {
  margin-top: 2rem;
}
.pagination ul {
  display: flex;
  justify-content: center;
  gap: 1rem;
}
.pagination ul li {
  display: flex;
}
.pagination ul li span.current {
  background-color: #f08572;
  border-radius: 1rem;
  color: white;
  font-weight: 600;
  font-size: var(--fs-16);
  padding: 1rem;
}
.pagination ul li a {
  font-weight: 600;
  font-size: var(--fs-16);
  padding: 1rem;
  color: black;
}
.pagination ul li a.prev,
.pagination ul li a.next {
  border: 2px solid black;
  padding: 1rem 0.7rem;
  border-radius: 1rem;
  display: flex;
  align-items: center;
  justify-content: center;
}
.pagination ul li a.prev:after,
.pagination ul li a.next:after {
  content: "";
  height: 13px;
  width: 8px;
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  background-image: url("../../../../../wp-content/themes/saloner/assets/svg/pagination-arrow.svg");
}
.pagination ul li a.next:after {
  transform: rotate(180deg);
}

section.post-content {
  margin-top: -8.6rem;
  padding-top: 10.6rem;
}
section.post-content:before {
  position: absolute;
  content: "";
  width: 100%;
  height: 45rem;
  top: 0;
  left: 0;
  border-radius: 0 0 0 22rem;
  background: linear-gradient(86.68deg, rgba(254, 252, 252, 0.5) 8.59%, rgba(251, 194, 215, 0.5) 47.43%, rgba(254, 181, 155, 0.5) 64.42%, rgba(250, 147, 50, 0.275) 86.26%), #f08572;
}
section.post-content .header-wrapper {
  font-weight: 700;
  color: white;
  text-align: center;
  margin: 0 5rem;
}
section.post-content .header-wrapper p {
  font-size: var(--fs-24);
  margin-bottom: 1rem;
}
section.post-content .header-wrapper h1 {
  font-size: var(--fs-36);
}
section.post-content .image-wrapper img {
  width: 100%;
  height: auto;
  border-radius: 1.2rem;
}
section.post-content .cats {
  display: flex;
  flex-wrap: wrap;
  gap: 5px;
  margin-bottom: 2rem;
}
section.post-content .cats p {
  color: #575757;
  font-weight: 600;
}
@media (max-width: 992px) {
  section.post-content {
    margin-top: -7.4rem;
    padding-top: 9.4rem;
  }
}
@media (max-width: 576px) {
  section.post-content:before {
    border-radius: 0;
  }
  section.post-content .image-wrapper {
    width: calc(100% + 3rem);
    margin-left: -1.5rem;
  }
}

.back a {
  color: white;
  font-weight: 600;
  font-size: var(--fs-16);
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
.back a:before {
  content: "";
  height: 13px;
  width: 8px;
  margin-right: 1rem;
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  background-image: url("../../../../../wp-content/themes/saloner/assets/svg/white-arrow.svg");
}

.formatted-content {
  font-weight: 400;
  color: #575757;
  line-height: 1.75;
  font-size: calc(14px + 2 * (100vw - 320px) / 1600);
}
.formatted-content * {
  max-width: 100%;
  line-height: 1.75;
}
.formatted-content sup {
  vertical-align: super;
  font-size: smaller;
}
.formatted-content sub {
  vertical-align: sub;
  font-size: smaller;
}
.formatted-content blockquote {
  border-left: 3px solid #F08572;
  padding-left: 2rem;
  font-weight: 600;
  position: relative;
}
.formatted-content img {
  max-width: 100%;
  width: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  border: 1px solid #c4c4c4;
  border-radius: 1rem;
}
.formatted-content strong {
  font-weight: 700;
  color: black;
}
.formatted-content em {
  font-style: italic;
}
.formatted-content a {
  text-decoration: underline;
  color: inherit;
}
.formatted-content ol {
  margin-bottom: 1rem;
}
.formatted-content ol li {
  list-style: decimal;
  list-style-position: outside;
  margin-left: 2rem;
}
.formatted-content ol li ol li {
  list-style: lower-alpha;
}
.formatted-content ul {
  margin-bottom: 1rem;
}
.formatted-content ul li {
  list-style: disc;
  list-style-position: outside;
  margin-left: 2rem;
}
.formatted-content p {
  margin-bottom: 1rem;
}
.formatted-content h1,
.formatted-content h2,
.formatted-content h3,
.formatted-content h4,
.formatted-content h5,
.formatted-content h6 {
  text-transform: none;
  font-family: "Poppins", sans-serif;
  margin-bottom: 1rem;
  color: black;
}
.formatted-content h1 {
  font-size: calc(24px + 2 * (100vw - 320px) / 1600);
}
.formatted-content h2 {
  font-size: calc(22px + 2 * (100vw - 320px) / 1600);
}
.formatted-content h3 {
  font-size: calc(20px + 2 * (100vw - 320px) / 1600);
}
.formatted-content h4 {
  font-size: calc(18px + 2 * (100vw - 320px) / 1600);
}
.formatted-content h5 {
  font-size: calc(16px + 2 * (100vw - 320px) / 1600);
}
.formatted-content h6 {
  font-size: calc(14px + 2 * (100vw - 320px) / 1600);
}
.formatted-content iframe {
  max-width: 100%;
  width: 100vw;
  height: auto;
  aspect-ratio: 16/9;
}

section.page-section {
  margin-top: -8.6rem;
  padding-top: 10.6rem;
}
section.page-section:before {
  position: absolute;
  content: "";
  width: 100%;
  height: 45rem;
  top: 0;
  left: 0;
  border-radius: 0 0 0 22rem;
  background: linear-gradient(86.68deg, rgba(254, 252, 252, 0.5) 8.59%, rgba(251, 194, 215, 0.5) 47.43%, rgba(254, 181, 155, 0.5) 64.42%, rgba(250, 147, 50, 0.275) 86.26%), #f08572;
}
section.page-section .header-wrapper {
  margin-bottom: 2rem;
}
section.page-section .header-wrapper h1 {
  text-align: center;
  font-weight: 700;
  color: white;
  font-size: var(--fs-36);
}
section.page-section .contact-form-wrapper {
  background-color: white;
  border-radius: 2rem;
  border: 1px solid #e2e2e2;
  box-shadow: 0px 5px 25px rgba(112, 105, 175, 0.15);
  padding: 3.6rem;
}
section.page-section .contact-form-wrapper h2 {
  font-size: var(--fs-24);
  font-weight: 600;
  color: black;
  text-align: center;
  margin-bottom: 3rem;
}
section.page-section .contact-form-wrapper form {
  display: flex;
  flex-wrap: wrap;
  gap: 2rem;
}
section.page-section .contact-form-wrapper form .wpcf7-not-valid-tip {
  font-size: 1.4rem;
}
section.page-section .contact-form-wrapper .input-wrapper {
  width: 100%;
}
section.page-section .contact-form-wrapper .input-wrapper input,
section.page-section .contact-form-wrapper .input-wrapper textarea {
  width: 100%;
  padding: 1rem;
  border: 1px solid #F08572;
  color: #575757;
  border-radius: 6px;
}
section.page-section .contact-form-wrapper .input-wrapper.name, section.page-section .contact-form-wrapper .input-wrapper.surname, section.page-section .contact-form-wrapper .input-wrapper.phone, section.page-section .contact-form-wrapper .input-wrapper.email {
  width: calc((100% - 2rem) / 2);
}
section.page-section .contact-form-wrapper .submit-wrapper {
  width: 100%;
  display: flex;
  justify-content: center;
}
section.page-section .contact-form-wrapper .acceptance-wrapper {
  margin: 2rem 0 3rem 0;
}
section.page-section .contact-form-wrapper .acceptance-wrapper span.wpcf7-list-item {
  margin: 0;
}
section.page-section .contact-form-wrapper .acceptance-wrapper label input {
  margin-right: 1rem;
  width: 2.6rem;
  min-width: 2.6rem;
  height: 2.6rem;
  background: white;
  border: 2px solid #E84A07;
  border-radius: 6px;
  -webkit-appearance: unset;
     -moz-appearance: unset;
          appearance: unset;
  display: inline-flex !important;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}
section.page-section .contact-form-wrapper .acceptance-wrapper label input:after {
  background-color: #FED1C9;
  width: 50%;
  border-radius: 2px;
  height: 50%;
  content: "";
}
section.page-section .contact-form-wrapper .acceptance-wrapper label input:checked:after {
  background-color: #E84A07;
}
section.page-section .contact-form-wrapper .acceptance-wrapper label span {
  color: black;
  font-size: 1.4rem;
  font-weight: 500;
}
section.page-section .contact-form-wrapper .acceptance-wrapper label span a {
  color: inherit;
  text-decoration: underline;
}
section.page-section .contact-data {
  display: flex;
  align-items: center;
  flex-direction: column;
  margin-top: 8rem;
}
section.page-section .contact-data p {
  text-align: center;
  font-weight: 600;
  color: black;
  font-size: var(--fs-24);
  margin-bottom: 2rem;
}
section.page-section .contact-data p a {
  color: #F08572;
  font-size: var(--fs-30);
}
section.page-section .contact-data p a:hover {
  color: #654A46;
}
@media (max-width: 992px) {
  section.page-section {
    margin-top: -7.4rem;
    padding-top: 9.4rem;
  }
}
@media (max-width: 576px) {
  section.page-section:before {
    height: 16rem;
    border-radius: 0 0 0 10rem;
  }
  section.page-section .contact-form-wrapper {
    border-radius: unset;
    border: unset;
    box-shadow: unset;
    padding: 1rem;
  }
  section.page-section .contact-form-wrapper .input-wrapper:nth-of-type(1),
section.page-section .contact-form-wrapper .input-wrapper:nth-of-type(2),
section.page-section .contact-form-wrapper .input-wrapper:nth-of-type(3),
section.page-section .contact-form-wrapper .input-wrapper:nth-of-type(4) {
    width: 100%;
  }
  section.page-section .contact-data {
    border-top: 1px solid rgba(46, 36, 137, 0.25);
    margin-top: 4rem;
    padding: 0 1rem;
    padding-top: 4rem;
  }
}

section.deafult-page-main-section {
  margin-top: -8.6rem;
  padding-top: 10.6rem;
  padding-bottom: 2rem;
}
section.deafult-page-main-section:before {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  border-radius: 0 0 0 22rem;
  background: linear-gradient(86.68deg, rgba(254, 252, 252, 0.5) 8.59%, rgba(251, 194, 215, 0.5) 47.43%, rgba(254, 181, 155, 0.5) 64.42%, rgba(250, 147, 50, 0.275) 86.26%), #f08572;
}
section.deafult-page-main-section .header-wrapper h1 {
  color: white;
  font-weight: 700;
  font-size: var(--fs-36);
  text-align: center;
}
@media (max-width: 992px) {
  section.deafult-page-main-section {
    margin-top: -7.4rem;
    padding-top: 9.4rem;
  }
}
@media (max-width: 576px) {
  section.deafult-page-main-section:before {
    border-radius: 0 0 0 10rem;
  }
}

a.to-top-btn {
  width: 6rem;
  height: 6rem;
  display: inline-flex;
  border-radius: 100%;
  align-items: center;
  justify-content: center;
  position: fixed;
  right: 5rem;
  margin-top: 2rem;
  z-index: 10;
  background-color: #E84A07;
  display: inline-flex;
  align-items: center;
}
a.to-top-btn:after {
  content: "";
  background-image: url(../../../../../wp-content/themes/saloner/assets/svg/to-top-arrow.svg);
  height: 1rem;
  width: 1.7rem;
  min-height: 1rem;
  min-width: 1.7rem;
  background-repeat: no-repeat;
  background-size: contain;
  position: relative;
  background-position: center;
  transition: all 250ms ease;
}
@media (max-width: 768px) {
  a.to-top-btn {
    width: 4rem;
    height: 4rem;
    right: 2rem;
  }
}

section.all-functions {
  padding: 0;
}
section.all-functions .container {
  padding: 2rem 0;
  border-bottom: 1px solid #E2E2E2;
  display: flex;
  justify-content: center;
}
section.all-functions .container .row {
  max-width: 100%;
}
section.all-functions .all-functions-wrapper ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 2rem;
}
section.all-functions .all-functions-wrapper ul li a {
  color: black;
  font-weight: 600;
  font-size: var(--fs-16);
  display: inline-flex;
  align-items: center;
}
section.all-functions .all-functions-wrapper ul li a:after {
  content: "";
  background-image: url(../../../../../wp-content/themes/saloner/assets/svg/orange-arrow.svg);
  height: 1.2rem;
  width: 6px;
  min-height: 1.2rem;
  min-width: 6px;
  background-repeat: no-repeat;
  background-size: contain;
  position: relative;
  background-position: center;
  transition: all 250ms ease;
  margin-left: 1rem;
}
section.all-functions .all-functions-wrapper ul li a:hover {
  color: #F08572;
}
@media (max-width: 576px) {
  section.all-functions .all-functions-wrapper ul {
    justify-content: flex-start;
    padding: 0 1rem;
  }
  section.all-functions .all-functions-wrapper ul li {
    width: calc((100% - 2rem) / 2);
  }
}

section#features p.title {
  font-weight: 700;
  text-transform: uppercase;
  font-size: var(--fs-18);
  letter-spacing: 0.15em;
  background: linear-gradient(104.96deg, #f25926 15.29%, #f08572 42.56%, #f77ba7 66.06%, #fb6f1b 90.14%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  text-fill-color: transparent;
  margin-bottom: 1rem;
}
section#features .feature-description ul {
  display: flex;
  gap: 2rem;
  flex-direction: column;
  align-items: flex-start;
  margin: 3rem 0;
}
section#features .feature-description ul li {
  display: inline-flex;
  position: relative;
  font-weight: 500;
  font-size: 1.4rem;
  color: black;
  align-items: center;
}
section#features .feature-description ul li:before {
  content: "";
  background-image: url(../../../../../wp-content/themes/saloner/assets/svg/list-item.svg);
  height: 1.2rem;
  width: 1.5rem;
  min-height: 1.2rem;
  min-width: 1.5rem;
  background-repeat: no-repeat;
  background-size: contain;
  position: relative;
  background-position: center;
  transition: all 250ms ease;
  margin-right: 1rem;
}
section#features .image-component p.title {
  display: none;
}
section#features .mobile-img {
  display: none;
}
@media (max-width: 768px) {
  section#features {
    padding-top: 2rem;
  }
  section#features .text-component {
    padding: 0 1rem;
    margin-top: 2rem;
  }
  section#features .text-component p.title {
    display: none;
  }
  section#features .image-component p.title {
    display: block;
    padding-left: 2.5rem;
  }
  section#features .mobile-img {
    display: block;
  }
  section#features .desktop-img {
    display: none;
  }
  section#features .feature-row {
    position: relative;
  }
  section#features .feature-row:after {
    display: none;
    content: "";
    position: absolute;
    width: 80%;
    left: 10%;
    bottom: -2.5rem;
    height: 1px;
    background-color: #E2E2E2;
  }
}

section.price-list:after {
  content: "";
  right: 0;
  top: 2.4rem;
  height: 50%;
  width: 50%;
  background-image: url("../../../../../wp-content/themes/saloner/assets/img/cennik-dekorator.png");
  background-repeat: no-repeat;
  background-position: right;
  background-size: contain;
  position: absolute;
  z-index: -1;
}
@media (max-width: 768px) {
  section.price-list:after {
    display: none;
  }
}
section.price-list .header-wrapper {
  border: 1px solid #e2e2e2;
  box-shadow: 0px 5px 25px rgba(112, 105, 175, 0.15);
  border-radius: 20px;
  display: flex;
  justify-content: space-between;
  position: relative;
  z-index: 2;
  overflow: hidden;
  background-color: white;
}
section.price-list .header-wrapper .header {
  padding: 2.4rem;
  width: 75%;
}
section.price-list .header-wrapper .header h2 {
  font-weight: 600;
  color: black;
  font-size: car(--fs-30);
  margin-bottom: 1rem;
}
section.price-list .header-wrapper .header p {
  font-weight: 400;
  font-size: 1.4rem;
  color: #575757;
}
section.price-list .header-wrapper .header p strong {
  font-weight: 600;
}
section.price-list .header-wrapper .price {
  width: 25%;
  background-color: #E84A07;
  padding: 2.4rem;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
section.price-list .header-wrapper .price p {
  font-weight: 600;
  font-size: var(--fs-30);
  color: white;
}
section.price-list .header-wrapper .price span {
  color: #FED1C9;
  font-size: 1.2rem;
  font-weight: 500;
  text-align: center;
}
section.price-list .header-wrapper .input {
  display: flex;
  align-items: center;
  gap: 1rem;
  margin-bottom: 2rem;
}
section.price-list .header-wrapper .input input {
  border: 1px solid #e2e2e2;
  border-radius: 9px;
  font-weight: 600;
  font-size: var(--fs-20);
  padding: 5px 4rem;
  max-width: 10.5rem;
  height: 4rem;
}
section.price-list .header-wrapper .input label {
  color: black;
  font-weight: 600;
  font-size: var(--fs-24);
}
section.price-list .header-wrapper .input .inner-input {
  position: relative;
}
section.price-list .header-wrapper .input .inner-input span {
  position: absolute;
  background-color: #F08572;
  color: white;
  font-weight: 600;
  border-radius: 9px;
  font-size: var(--fs-24);
  width: 3rem;
  cursor: pointer;
  height: 4rem;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 1;
  top: 0;
}
section.price-list .header-wrapper .input .inner-input span#input-minus {
  left: 0;
}
section.price-list .header-wrapper .input .inner-input span#input-plus {
  right: 0;
}
section.price-list .basic-subscription .header-wrapper {
  overflow: unset;
}
section.price-list .basic-subscription .header-wrapper .price {
  border-radius: 0 2rem 2rem 0;
}
section.price-list .basic-subscription .header-wrapper .header {
  position: relative;
}
section.price-list .basic-subscription .header-wrapper .header:after {
  content: "";
  width: 10rem;
  height: 2rem;
  border-radius: 5rem;
  background: linear-gradient(86.68deg, rgba(254, 252, 252, 0) 8.59%, #fbc2d7 47.43%, #feb59b 64.42%, #fac18d 86.26%);
  transform: rotate(-180deg);
  position: absolute;
  top: -1rem;
  left: 2.4rem;
}
@media (max-width: 768px) {
  section.price-list .basic-subscription .header-wrapper .header:after {
    display: none;
  }
}
section.price-list .box-wrapper {
  border: 2px solid #F08572;
  border-radius: 2rem;
  padding: 2.4rem;
  padding-top: 7.4rem;
  position: relative;
  z-index: 1;
  background-color: white;
  margin-top: -5rem;
}
section.price-list .box-wrapper ul {
  display: flex;
  gap: 2.4rem;
  align-items: flex-start;
  flex-wrap: wrap;
}
section.price-list .box-wrapper ul li {
  width: calc((100% - 2.4rem) / 2);
  display: inline-flex;
  position: relative;
  font-weight: 500;
  font-size: var(--fs-16);
  color: black;
  align-items: center;
}
section.price-list .box-wrapper ul li:before {
  content: "";
  background-image: url(../../../../../wp-content/themes/saloner/assets/svg/list-item.svg);
  height: 1.2rem;
  width: 1.5rem;
  min-height: 1.2rem;
  min-width: 1.5rem;
  background-repeat: no-repeat;
  background-size: contain;
  position: relative;
  background-position: center;
  transition: all 250ms ease;
  margin-right: 1rem;
}
section.price-list .box-wrapper div.button-wrapper {
  display: flex;
  justify-content: center;
}
section.price-list .box-wrapper a {
  color: #575757;
  text-align: center;
  margin-top: 3rem;
  font-size: 1.4rem;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
section.price-list .box-wrapper a:after {
  content: "";
  height: 10px;
  width: 5px;
  margin-left: 5px;
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  background-image: url("../../../../../wp-content/themes/saloner/assets/svg/grey-arrow.svg");
}
section.price-list .wrapper {
  margin-bottom: 3rem;
}
section.price-list .wrapper.additional-features {
  display: flex;
  flex-wrap: wrap;
  gap: 2rem;
}
section.price-list .wrapper.additional-features > p {
  font-weight: 600;
  font-size: var(--fs-24);
  color: black;
  width: 100%;
}
section.price-list .box {
  width: calc((100% - 4rem) / 3);
  background: #ffffff;
  border: 1px solid #e2e2e2;
  box-shadow: 0px 5px 25px rgba(112, 105, 175, 0.15);
  border-radius: 1rem;
  padding: 1.4rem;
  cursor: pointer;
}
section.price-list .box > p {
  color: black;
  font-weight: 600;
  font-size: var(--fs-18);
  margin-bottom: 4rem;
}
section.price-list .box > p span.hover {
  position: relative;
  display: inline-flex;
  cursor: pointer;
  margin-left: 5px;
  display: inline-flex;
  align-items: center;
}
section.price-list .box > p span.hover:after {
  content: "";
  background-image: url(../../../../../wp-content/themes/saloner/assets/svg/tooltip.svg);
  height: 1.6rem;
  width: 1.6rem;
  min-height: 1.6rem;
  min-width: 1.6rem;
  background-repeat: no-repeat;
  background-size: contain;
  position: relative;
  background-position: center;
  transition: all 250ms ease;
}
section.price-list .box > p span.hover span.tooltip-text {
  visibility: hidden;
  width: 20rem;
  background-color: white;
  color: black;
  border: 1px solid #888888;
  border-radius: 1rem;
  padding: 1.5rem;
  font-size: 1.2rem;
  position: absolute;
  z-index: 1;
  line-height: 1.25;
  left: 2rem;
}
section.price-list .box > p span.hover span.tooltip-text:after {
  content: " ";
  position: absolute;
  top: calc((100% - 15px) / 2);
  width: 1.5rem;
  height: 1.5rem;
  background-color: white;
  border: 1px solid #888888;
  transform: rotate(45deg);
  left: -8px;
  border-top: unset;
  border-right: unset;
}
section.price-list .box > p span.hover span.tooltip-text strong {
  font-weight: 700;
  font-size: 1.4rem;
  display: block;
  margin-bottom: 5px;
}
section.price-list .box > p span.hover:hover span.tooltip-text {
  visibility: visible;
}
section.price-list .box .add-wrapper {
  display: flex;
  align-items: center;
  gap: 1rem;
}
section.price-list .box .add-wrapper .add-button,
section.price-list .box .add-wrapper .remove-button {
  background-color: #F08572;
  border-radius: 1rem;
  display: inline-flex;
  color: white;
  font-weight: 600;
  font-size: 1.2rem;
  letter-spacing: 0.02em;
  text-transform: uppercase;
  width: 5.5rem;
  height: 5.5rem;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  flex-direction: column;
}
section.price-list .box .add-wrapper .add-button span,
section.price-list .box .add-wrapper .remove-button span {
  font-size: var(--fs-20);
  font-weight: 600;
  display: block;
}
section.price-list .box .add-wrapper .remove-button span {
  width: 3rem;
  height: 3rem;
  border-radius: 100%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 2px solid white;
}
section.price-list .box .add-wrapper p:last-of-type {
  line-height: 1;
  display: inline-block;
  font-weight: 600;
  font-size: var(--fs-18);
  color: black;
}
section.price-list .box .add-wrapper p:last-of-type span {
  display: inline-block;
  color: rgba(0, 0, 0, 0.55);
  font-size: 1.2rem;
  margin-top: 5px;
}
section.price-list .box .add-wrapper .remove-button {
  display: none;
}
section.price-list .box.chosen {
  background-color: #F08572;
}
section.price-list .box.chosen .remove-button {
  display: flex;
}
section.price-list .box.chosen .add-button {
  display: none;
}
section.price-list .box.chosen > p {
  color: white;
}
section.price-list .box.chosen > p span.hover:after {
  background-image: url(../../../../../wp-content/themes/saloner/assets/svg/tooltip-active.svg);
}
section.price-list .summary-wrapper {
  background: #ffffff;
  border: 1px solid #e2e2e2;
  box-shadow: 0px 5px 25px rgba(112, 105, 175, 0.15);
  border-radius: 1rem;
  padding: 2.4rem;
  margin-left: 2rem;
  /* The switch - the box around the slider */
  /* Hide default HTML checkbox */
  /* The slider */
  /* Rounded sliders */
}
section.price-list .summary-wrapper > div:first-of-type {
  margin-bottom: 4rem;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  gap: 2rem;
}
section.price-list .summary-wrapper > div:first-of-type > p {
  font-weight: 600;
  font-size: var(--fs-24);
  color: black;
}
section.price-list .summary-wrapper > div:first-of-type div .toggle-wrapper:first-of-type {
  margin-bottom: 1rem;
}
section.price-list .summary-wrapper ul {
  margin-top: 2rem;
  display: flex;
  flex-direction: column;
  padding: 0 1rem;
}
section.price-list .summary-wrapper ul li {
  border-bottom: 1px solid #E2E2E2;
  margin-bottom: 5px;
  display: flex;
  justify-content: space-between;
  font-size: var(--fs-18);
  color: black;
}
section.price-list .summary-wrapper ul li span {
  font-weight: 600;
}
section.price-list .summary-wrapper .info-sum {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin: 2rem 0;
}
section.price-list .summary-wrapper .info-sum p {
  font-weight: 600;
  font-size: var(--fs-18);
  color: black;
}
section.price-list .summary-wrapper .info-sum span#sum {
  font-size: var(--fs-24);
  font-weight: 600;
  color: black;
}
section.price-list .summary-wrapper .button-wrapper {
  display: flex;
  justify-content: center;
}
section.price-list .summary-wrapper .toggle-wrapper {
  display: flex;
  align-items: center;
  gap: 1rem;
}
section.price-list .summary-wrapper .toggle-wrapper p {
  font-weight: 600;
  font-size: 1.4rem;
}
section.price-list .summary-wrapper .switch {
  position: relative;
  display: inline-block;
  width: 4rem;
  height: 1rem;
}
section.price-list .summary-wrapper .switch input {
  opacity: 0;
  width: 0;
  height: 0;
}
section.price-list .summary-wrapper .slider {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #E2E2E2;
  transition: 0.4s;
}
section.price-list .summary-wrapper .slider:before {
  position: absolute;
  content: "";
  height: 18px;
  width: 18px;
  left: 0;
  bottom: -4px;
  background-color: #888888;
  transition: 0.4s;
}
section.price-list .summary-wrapper input:checked + .slider {
  background-color: #FED1C9;
}
section.price-list .summary-wrapper input:checked + .slider:before {
  background-color: #E84A07;
}
section.price-list .summary-wrapper input:checked + .slider:before {
  transform: translateX(24px);
}
section.price-list .summary-wrapper .slider.round {
  border-radius: 34px;
}
section.price-list .summary-wrapper .slider.round:before {
  border-radius: 50%;
}
section.price-list .additional-user label p {
  display: none !important;
}
section.price-list .basic-subscription h2 p {
  display: none;
}
@media (max-width: 992px) {
  section.price-list .summary-wrapper {
    margin-left: 0;
  }
}
@media (max-width: 768px) {
  section.price-list .additional-user label p {
    display: block !important;
  }
  section.price-list .basic-subscription h2 {
    display: flex;
    gap: 1rem;
    align-items: center;
    justify-content: space-between;
  }
  section.price-list .basic-subscription h2 p {
    display: block;
    font-weight: 600 !important;
    color: #F08572 !important;
    font-size: 1.8rem !important;
  }
  section.price-list .basic-subscription h2 p span {
    font-size: 1.2rem;
    display: block;
    line-height: 1;
  }
  section.price-list .basic-subscription .header-wrapper {
    border: unset;
    border-radius: unset;
    padding: 1rem;
    background-color: unset;
    box-shadow: unset;
  }
  section.price-list .basic-subscription .header-wrapper .header {
    padding: 0;
  }
  section.price-list .basic-subscription .box-wrapper {
    border: unset;
    padding: 1rem;
    padding-top: 1rem;
    margin-top: 1rem;
    background-color: unset;
    border-radius: unset;
  }
  section.price-list .basic-subscription .box-wrapper ul li {
    width: 100%;
  }
  section.price-list .header-wrapper {
    flex-direction: column;
  }
  section.price-list .header-wrapper .header {
    width: 100%;
  }
  section.price-list .header-wrapper .price {
    width: 100%;
    display: none;
  }
  section.price-list .header-wrapper .input {
    flex-direction: column-reverse;
  }
  section.price-list .header-wrapper .header label {
    width: 100%;
    display: flex;
    gap: 1rem;
    justify-content: space-between;
    align-items: center;
  }
  section.price-list .header-wrapper .header label p {
    font-weight: 600;
    color: #F08572;
    font-size: 1.8rem;
  }
  section.price-list .header-wrapper .header label p span {
    font-size: 1.2rem;
    display: block;
    line-height: 1;
  }
  section.price-list .box {
    width: 100%;
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 2rem;
    justify-content: space-between;
  }
  section.price-list .box > p {
    margin-bottom: 0;
  }
  section.price-list .box .add-wrapper {
    flex-direction: row-reverse;
  }
}

.fixed-summary {
  display: none;
}

@media (max-width: 768px) {
  .fixed-summary {
    position: fixed;
    display: block;
    bottom: 0;
    right: 0;
    width: 100%;
    z-index: 101;
  }
  .fixed-summary .first-row {
    height: 6rem;
    background-color: white;
    border-top: 1px solid #e2e2e2;
    box-shadow: 0px 10px 60px rgba(112, 105, 175, 0.25);
    border-radius: 24px 24px 0px 0px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 1rem;
    padding: 0 2rem;
  }
  .fixed-summary .first-row p {
    font-weight: 600;
    font-size: 1.4rem;
    color: black;
  }
  .fixed-summary .first-row p span:not(#sum-mobile) {
    color: rgba(0, 0, 0, 0.55);
    font-size: 1rem;
    font-weight: 500;
    display: block;
    line-height: 1;
  }
  .fixed-summary .last-row {
    background-color: #E84A07;
    height: 5rem;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .fixed-summary .last-row p {
    color: white;
    font-weight: 600;
    font-size: 1.8rem;
  }
}
section.knowledge-base .all-cats-wrapper {
  display: flex;
  flex-wrap: wrap;
  gap: 1rem;
  align-items: center;
  margin-bottom: 2rem;
}
section.knowledge-base .all-cats-wrapper p {
  font-size: var(--fs-18);
  font-weight: 600;
}
section.knowledge-base .all-cats-wrapper a {
  border: 1px solid #F08572;
  padding: 0.8rem 1.2rem;
  border-radius: 10rem;
  transition: all 250ms ease;
  font-weight: 600;
}
section.knowledge-base .all-cats-wrapper a:hover {
  background-color: #F08572;
  color: white;
}
section.knowledge-base .cat-wrapper {
  margin-bottom: 6rem;
}
section.knowledge-base .cat-wrapper h3 {
  color: black;
  font-weight: 600;
  font-size: var(--fs-24);
  margin-bottom: 4rem;
}
section.knowledge-base .cat-wrapper .links-wrapper {
  display: flex;
  gap: 2rem;
  flex-wrap: wrap;
}
section.knowledge-base .cat-wrapper .links-wrapper a {
  display: inline-flex;
  font-weight: 600;
  color: #F08572;
  font-size: var(--fs-16);
  display: inline-flex;
  align-items: center;
}
section.knowledge-base .cat-wrapper .links-wrapper a:hover {
  color: #654A46;
}
section.knowledge-base .cat-wrapper .links-wrapper a:before {
  content: "";
  background-image: url(../../../../../wp-content/themes/saloner/assets/svg/article.svg);
  height: 2.3rem;
  width: 1.5rem;
  min-height: 2.3rem;
  min-width: 1.5rem;
  background-repeat: no-repeat;
  background-size: contain;
  position: relative;
  background-position: center;
  transition: all 250ms ease;
  margin-right: 1rem;
}
section.knowledge-base .cat-wrapper a.show-all {
  font-size: 1.4rem;
  color: #575757;
  margin-top: 4rem;
  display: inline-flex;
  align-items: center;
}
section.knowledge-base .cat-wrapper a.show-all:after {
  content: "";
  background-image: url(../../../../../wp-content/themes/saloner/assets/svg/grey-arrow.svg);
  height: 1rem;
  width: 5px;
  min-height: 1rem;
  min-width: 5px;
  background-repeat: no-repeat;
  background-size: contain;
  position: relative;
  background-position: center;
  transition: all 250ms ease;
  margin-left: 1rem;
}
@media (max-width: 576px) {
  section.knowledge-base .cat-wrapper .links-wrapper {
    flex-direction: column;
  }
}

section.cat-knowledge-base h2 {
  font-weight: 600;
  font-size: var(--fs-36);
  color: black;
  margin-bottom: 3rem;
}
section.cat-knowledge-base .articles-wrapper {
  display: flex;
  flex-direction: column;
  gap: 2rem;
}
section.cat-knowledge-base .articles-wrapper article a {
  background: #ffffff;
  box-shadow: 0px 5px 8px rgba(112, 105, 175, 0.15);
  border-radius: 1rem;
  padding: 2.4rem 3.2rem;
  border: 1px solid #e2e2e2;
  display: flex;
  flex-direction: column;
}
section.cat-knowledge-base .articles-wrapper article a:hover {
  border-color: #F08572;
}
section.cat-knowledge-base .articles-wrapper article h3 {
  font-weight: 600;
  color: #F08572;
  font-size: var(--fs-16);
  display: inline-flex;
  align-items: center;
  margin-bottom: 2rem;
}
section.cat-knowledge-base .articles-wrapper article h3:before {
  content: "";
  background-image: url(../../../../../wp-content/themes/saloner/assets/svg/article.svg);
  height: 2.3rem;
  width: 1.5rem;
  min-height: 2.3rem;
  min-width: 1.5rem;
  background-repeat: no-repeat;
  background-size: contain;
  position: relative;
  background-position: center;
  transition: all 250ms ease;
  margin-right: 1rem;
}
section.cat-knowledge-base .all-cats-wrapper {
  margin-left: 4rem;
}
section.cat-knowledge-base .all-cats-wrapper h4 {
  font-weight: 600;
  color: black;
  font-size: var(--fs-16);
  margin-bottom: 3rem;
}
section.cat-knowledge-base .all-cats-wrapper .links {
  display: flex;
  flex-direction: column;
  gap: 2rem;
  align-items: flex-start;
}
section.cat-knowledge-base .all-cats-wrapper .links a {
  display: inline-flex;
  color: #F08572;
  font-weight: 600;
  font-size: var(--fs-18);
  display: inline-flex;
  align-items: center;
}
section.cat-knowledge-base .all-cats-wrapper .links a:after {
  content: "";
  background-image: url(../../../../../wp-content/themes/saloner/assets/svg/apricot-arrow.svg);
  height: 1.2rem;
  width: 6px;
  min-height: 1.2rem;
  min-width: 6px;
  background-repeat: no-repeat;
  background-size: contain;
  position: relative;
  background-position: center;
  transition: all 250ms ease;
  margin-left: 1rem;
}
section.cat-knowledge-base .all-cats-wrapper .links a:hover {
  color: #654A46;
}
@media (max-width: 992px) {
  section.cat-knowledge-base .all-cats-wrapper {
    margin-left: 0;
  }
}
@media (max-width: 768px) {
  section.cat-knowledge-base .all-cats-wrapper {
    margin-bottom: 4rem;
  }
}

section.single-article .header h2 {
  font-weight: 600;
  font-size: var(--fs-36);
  color: black;
  margin-bottom: 1rem;
}
section.single-article .header p {
  color: #888888;
  font-size: 1.2rem;
}
section.single-article .content-wrapper {
  margin-top: 3rem;
}
section.single-article .col-xl-4 {
  padding-left: 4rem;
}
section.single-article .col-xl-4 p {
  color: black;
  font-weight: 600;
  font-size: var(--fs-16);
}
section.single-article .links {
  display: flex;
  flex-direction: column;
  gap: 2rem;
  margin-top: 2rem;
}
section.single-article .links a {
  color: #F08572;
  font-weight: 600;
  font-size: var(--fs-18);
  display: inline-flex;
  align-items: center;
}
section.single-article .links a:after {
  content: "";
  background-image: url(../../../../../wp-content/themes/saloner/assets/svg/apricot-arrow.svg);
  height: 1.2rem;
  width: 6px;
  min-height: 1.2rem;
  min-width: 6px;
  background-repeat: no-repeat;
  background-size: contain;
  position: relative;
  background-position: center;
  transition: all 250ms ease;
  margin-left: 1rem;
}
section.single-article .links a:hover {
  color: #654A46;
}
@media (max-width: 992px) {
  section.single-article .col-xl-4 {
    padding-left: 1.5rem;
  }
}
@media (max-width: 768px) {
  section.single-article .col-xl-4 {
    margin-top: 4rem;
  }
}

section.error-page .text-wrapper {
  display: flex;
  align-items: center;
  gap: 2rem;
}
section.error-page .text-wrapper .text {
  width: 50%;
}
section.error-page .text-wrapper .text p {
  font-size: var(--fs-22);
  margin-bottom: 2rem;
  font-weight: 600;
}
section.error-page .text-wrapper img {
  width: 50%;
  border-radius: 1rem;
}
@media (max-width: 576px) {
  section.error-page .text-wrapper {
    flex-direction: column-reverse;
  }
  section.error-page .text-wrapper .text {
    width: 100%;
  }
  section.error-page .text-wrapper img {
    width: 100%;
  }
}

@media (max-width: 1200px) {
  body.page-template-content-page section#photo-circles .component.people-component .component-inner {
    gap: 2rem;
    justify-content: flex-start;
  }
}
@media (max-width: 576px) {
  body.page-template-content-page section#photo-circles .component.people-component .component-inner {
    gap: 2rem 1rem;
  }
  body.page-template-content-page section#photo-circles .component.people-component .component-inner .person {
    width: calc((100% - 4rem) / 3);
  }
  body.page-template-content-page section#photo-circles .component.people-component .component-inner .person img {
    max-width: 100%;
  }
  body.page-template-content-page section#photo-circles .component.people-component .component-inner .person p {
    font-size: 1.4rem;
  }
}

section#big-photo-circles .component.people-component .component-inner .person p {
  font-size: var(--fs-22);
}
section#big-photo-circles .component.people-component .component-inner .person img {
  max-width: 24rem;
}
@media (max-width: 1200px) {
  section#big-photo-circles .component.people-component .component-inner {
    gap: 2rem;
    justify-content: flex-start;
  }
}
@media (max-width: 576px) {
  section#big-photo-circles .component.people-component .component-inner {
    gap: 2rem 1rem;
  }
  section#big-photo-circles .component.people-component .component-inner .person {
    width: calc((100% - 1rem) / 2);
  }
  section#big-photo-circles .component.people-component .component-inner .person img {
    max-width: 100%;
  }
  section#big-photo-circles .component.people-component .component-inner .person p {
    font-size: 1.6rem;
  }
}

section#stats-2 .wrapper {
  display: flex;
  flex-direction: column;
  gap: 2rem;
  align-items: center;
}
section#stats-2 .big-number {
  display: flex;
  gap: 1.5rem;
  align-items: center;
}
section#stats-2 .big-number p.num {
  background: linear-gradient(104.96deg, #f25926 15.29%, #f08572 42.56%, #f77ba7 66.06%, #fb6f1b 90.14%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  text-fill-color: transparent;
  font-weight: 600;
  font-size: 12rem;
}
section#stats-2 .big-number p.num span {
  font-size: var(--fs-36);
}
section#stats-2 .big-number .decorator {
  width: 5rem;
  height: 1.3rem;
  border-radius: 1rem;
  display: block;
  background-color: #F08572;
}
section#stats-2 p.text {
  font-size: var(--fs-18);
  color: black;
  font-weight: 600;
}
section#stats-2 .small-numbers {
  display: flex;
  gap: 4rem;
}
section#stats-2 .small-numbers div {
  display: flex;
  flex-direction: column;
  gap: 1rem;
  align-items: center;
}
section#stats-2 .small-numbers p.num {
  line-height: 1;
  font-size: var(--fs-60);
  font-weight: 600;
  color: #E84A07;
}
section#stats-2 .small-numbers p.num span {
  font-size: var(--fs-24);
}
section#stats-2 .small-numbers .decorator {
  display: block;
  height: 1.3rem;
  width: 6px;
  border-radius: 1rem;
  background-color: #F08572;
}
@media (max-width: 992px) {
  section#stats-2 .big-number p.num {
    font-size: 6rem;
  }
  section#stats-2 .big-number p.num span {
    font-size: 2.4rem;
  }
  section#stats-2 .big-number .decorator {
    display: none;
  }
}
@media (max-width: 576px) {
  section#stats-2 .small-numbers {
    flex-direction: column;
    gap: 2rem;
  }
  section#stats-2 .small-numbers div {
    flex-direction: row;
  }
  section#stats-2 .small-numbers .decorator {
    display: none;
  }
}

section#stats-3 .wrapper {
  display: flex;
  gap: 4rem;
}
section#stats-3 .wrapper div {
  display: flex;
  flex-direction: column;
  gap: 1rem;
  align-items: center;
}
section#stats-3 .wrapper p.num {
  line-height: 1;
  font-size: var(--fs-60);
  font-weight: 600;
  color: #E84A07;
}
section#stats-3 .wrapper p.num span {
  font-size: var(--fs-24);
}
section#stats-3 .wrapper .decorator {
  display: block;
  height: 1.3rem;
  width: 6px;
  border-radius: 1rem;
  background-color: #F08572;
}
section#stats-3 .wrapper p.text {
  font-size: var(--fs-18);
  color: black;
  font-weight: 600;
}
@media (max-width: 992px) {
  section#stats-3 .wrapper {
    gap: 2rem;
    flex-wrap: wrap;
    justify-content: center;
  }
}
@media (max-width: 576px) {
  section#stats-3 .wrapper {
    flex-direction: column;
  }
  section#stats-3 .wrapper div {
    flex-direction: row;
  }
  section#stats-3 .wrapper div .decorator {
    display: none;
  }
  section#stats-3 .wrapper div p.num {
    font-size: 2.4rem;
  }
  section#stats-3 .wrapper div p.num span {
    font-size: inherit;
  }
}

section#icon-boxes .boxes-wrapper {
  display: flex;
  gap: 3rem 2rem;
  flex-wrap: wrap;
}
section#icon-boxes .boxes-wrapper .box {
  width: calc((100% - 8rem) / 5);
  background: linear-gradient(86.68deg, #f08879 8.59%, #f2948c 47.43%, #f79e89 64.42%, #f58c4e 86.26%);
  border-radius: 4rem;
  padding: 3rem;
}
section#icon-boxes .boxes-wrapper .box p {
  font-weight: 600;
  color: white;
  font-size: var(--fs-24);
  margin-top: 2rem;
}
section#icon-boxes .boxes-wrapper a.cta-box {
  background: #E84A07;
}
@media (max-width: 992px) {
  section#icon-boxes .boxes-wrapper {
    gap: 2rem;
  }
  section#icon-boxes .boxes-wrapper .box {
    width: calc((100% - 4rem) / 3);
  }
}
@media (max-width: 576px) {
  section#icon-boxes .boxes-wrapper {
    gap: 2rem;
  }
  section#icon-boxes .boxes-wrapper .box {
    padding: 2rem;
    width: calc((100% - 2rem) / 2);
  }
  section#icon-boxes .boxes-wrapper .box p {
    font-size: 1.4rem;
  }
}

section#testimonials-2 .reviews-slide {
  justify-content: center;
  display: flex;
  gap: 1rem;
}
section#testimonials-2 .reviews-slide .text-wrapper {
  display: flex;
  flex-direction: column;
  gap: 1rem;
}
section#testimonials-2 .reviews-slide .text-wrapper p.title {
  font-weight: 600;
  font-size: var(--fs-24);
  color: black;
}
section#testimonials-2 .reviews-slide .text-wrapper p.content {
  font-size: var(--fs-36);
  color: #E84A07;
  font-weight: 300;
}
section#testimonials-2 .reviews-slide .text-wrapper p.name {
  font-size: var(--fs-18);
  font-weight: 600;
}
section#testimonials-2 .slick-dots {
  bottom: -5rem;
}
section#testimonials-2 .slick-dots li button {
  height: 1rem;
  width: 1rem;
  background: transparent;
  border-radius: 2rem;
  border: solid 2px #F08572;
}
section#testimonials-2 .slick-dots li button::before {
  display: none;
}
section#testimonials-2 .slick-dots li.slick-active button {
  background: #F08572;
}
@media (max-width: 576px) {
  section#testimonials-2 .reviews-slide {
    flex-direction: column;
    flex-direction: column;
    align-items: center;
    text-align: center;
  }
}

@media (max-width: 768px) {
  body.page-template-content-page section#video {
    margin-bottom: 4rem;
  }
}

section#text-slider-section {
  background-image: url("../../../../../../wp-content/themes/saloner/assets/img/saloner-pricing-bg-full.png");
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}
section#text-slider-section .slick-list {
  padding: 0;
}
section#text-slider-section .text-slider {
  padding: 0 10%;
}
section#text-slider-section .text-slider .slide {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 2rem;
  padding: 2rem;
}
section#text-slider-section .text-slider .slide p.title {
  color: white;
  font-weight: 600;
  font-size: var(--fs-36);
}
section#text-slider-section .text-slider .slide p.content {
  font-weight: 400;
  color: white;
  font-size: var(--fs-18);
  text-align: center;
}
section#text-slider-section .text-slider .slide a.btn {
  color: white;
  border-color: white;
}
section#text-slider-section .text-slider .slick-dots {
  bottom: -5rem;
  left: 0;
}
section#text-slider-section .text-slider .slick-dots li button {
  height: 1rem;
  width: 1rem;
  background: transparent;
  border-radius: 2rem;
  border: solid 2px white;
}
section#text-slider-section .text-slider .slick-dots li button::before {
  display: none;
}
section#text-slider-section .text-slider .slick-dots li.slick-active button {
  background: white;
}
section#text-slider-section .text-slider .slick-arrow {
  width: 2.5rem;
  height: 5rem;
  z-index: 1;
}
section#text-slider-section .text-slider .slick-arrow:before {
  display: none;
}
section#text-slider-section .text-slider .slick-arrow:after {
  display: block;
  content: "";
  width: 100%;
  height: 100%;
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  background-image: url("../../../../../../wp-content/themes/saloner/assets/svg/slider-arrow.svg");
}
section#text-slider-section .text-slider .slick-arrow.slick-next {
  right: -5rem;
}
section#text-slider-section .text-slider .slick-arrow.slick-prev {
  left: -5rem;
}
section#text-slider-section .text-slider .slick-arrow.slick-prev:after {
  transform: rotate(180deg);
}
@media (max-width: 992px) {
  section#text-slider-section {
    margin-top: 4rem;
  }
  section#text-slider-section .text-slider {
    padding: 0 5rem;
  }
  section#text-slider-section .text-slider .slick-arrow {
    width: 1.5rem;
    height: 3rem;
  }
  section#text-slider-section .text-slider .slick-arrow.slick-next {
    right: 0;
  }
  section#text-slider-section .text-slider .slick-arrow.slick-prev {
    left: 0;
  }
}

section#slider-2,
section#slider-3 {
  background-color: #faf0f0;
  margin-top: 8rem;
}

.standard-slider .slide {
  display: flex !important;
  gap: 2rem;
  align-items: center;
}
.standard-slider .slide .text-wrapper {
  width: calc((100% - 2rem) / 2);
  color: black;
  padding: 2rem;
  display: flex;
  flex-direction: column;
  gap: 2rem;
}
.standard-slider .slide .text-wrapper p.title {
  font-weight: 600;
  font-size: var(--fs-36);
}
.standard-slider .slide .text-wrapper p.content {
  font-weight: 400;
  font-size: var(--fs-18);
}
.standard-slider .slide .text-wrapper div.decorator {
  background: linear-gradient(86.68deg, rgba(254, 252, 252, 0) 8.59%, #fbc2d7 47.43%, #feb59b 64.42%, rgba(250, 147, 50, 0.55) 86.26%);
  border-radius: 51px;
  display: block;
  width: 10rem;
  height: 1.9rem;
}
.standard-slider .slide .image-wrapper {
  width: calc((100% - 2rem) / 2);
}
.standard-slider .slick-dots {
  bottom: -5rem;
}
.standard-slider .slick-dots li button {
  height: 1rem;
  width: 1rem;
  background: transparent;
  border-radius: 2rem;
  border: solid 2px #F08572;
}
.standard-slider .slick-dots li button::before {
  display: none;
}
.standard-slider .slick-dots li.slick-active button {
  background: #F08572;
}
.standard-slider .slick-arrow {
  width: 2.5rem;
  height: 5rem;
  z-index: 1;
}
.standard-slider .slick-arrow:before {
  display: none;
}
.standard-slider .slick-arrow:after {
  display: block;
  content: "";
  width: 100%;
  height: 100%;
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  background-image: url("../../../../../../wp-content/themes/saloner/assets/svg/slider-arrow-orange.svg");
}
.standard-slider .slick-arrow.slick-next {
  right: -5rem;
}
.standard-slider .slick-arrow.slick-prev {
  left: -5rem;
}
.standard-slider .slick-arrow.slick-prev:after {
  transform: rotate(180deg);
}
@media (max-width: 992px) {
  .standard-slider .slick-arrow {
    width: 1.5rem;
    height: 3rem;
  }
  .standard-slider .slick-arrow.slick-next {
    right: 0;
  }
  .standard-slider .slick-arrow.slick-prev {
    left: 0;
  }
  .standard-slider .slide {
    flex-direction: column;
  }
  .standard-slider .slide .text-wrapper {
    width: 100%;
  }
  .standard-slider .slide .image-wrapper {
    width: 100%;
  }
}

section.standard-cta {
  padding-bottom: 0;
}
section.standard-cta .wrapper {
  display: flex;
  position: relative;
}
section.standard-cta .wrapper:before {
  z-index: -1;
  content: "";
  width: 83%;
  height: 100%;
  background: linear-gradient(104.96deg, #f25926 15.29%, #f08572 42.56%, #f77ba7 66.06%, #fb6f1b 90.14%);
  border-radius: 3.5rem;
  position: absolute;
  top: 0;
  left: 0;
}
section.standard-cta .wrapper .text-wrapper {
  width: 50%;
  padding: 5rem;
  display: flex;
  flex-direction: column;
  gap: 3rem;
  justify-content: center;
  align-items: flex-start;
}
section.standard-cta .wrapper .text-wrapper p.title {
  color: white;
  font-weight: 600;
  font-size: var(--fs-48);
}
section.standard-cta .wrapper .text-wrapper p.content {
  color: white;
  font-weight: 600;
  font-size: var(--fs-16);
}
section.standard-cta .wrapper .text-wrapper a.btn {
  background-color: black;
  color: white;
}
section.standard-cta .wrapper .text-wrapper a.btn:hover {
  background-color: transparent;
  color: black;
}
section.standard-cta .wrapper .image-wrapper {
  width: 50%;
  padding: 5rem;
  padding-right: 0;
}
@media (max-width: 992px) {
  section.standard-cta .wrapper {
    flex-direction: column;
  }
  section.standard-cta .wrapper:before {
    border-radius: 0;
    height: 75%;
    width: calc(100% + 3rem);
    left: -1.5rem;
  }
  section.standard-cta .wrapper .text-wrapper {
    width: 100%;
    padding: 2rem;
    position: relative;
  }
  section.standard-cta .wrapper .image-wrapper {
    width: 100%;
    padding: 2rem;
    position: relative;
  }
}

section#big-cta-2 .wrapper:before {
  left: unset;
  right: 0;
}
section#big-cta-2 .wrapper .image-wrapper {
  padding-right: 5rem;
  padding-left: 0;
}
@media (max-width: 992px) {
  section#big-cta-2 .wrapper:before {
    bottom: 0;
    top: unset;
    right: unset;
    left: -1.5rem;
  }
  section#big-cta-2 .wrapper .image-wrapper {
    padding-left: 2rem;
  }
}

section#big-cta-3 .text-wrapper {
  background: linear-gradient(104.96deg, #f25926 15.29%, #f08572 42.56%, #f77ba7 66.06%, #fb6f1b 90.14%);
  border-radius: 3.5rem;
  padding: 5rem;
  display: flex;
  flex-direction: column;
  gap: 3rem;
  justify-content: center;
  align-items: center;
  text-align: center;
}
section#big-cta-3 .text-wrapper p.title {
  color: white;
  font-weight: 600;
  font-size: var(--fs-48);
}
section#big-cta-3 .text-wrapper p.content {
  color: white;
  font-weight: 600;
  font-size: var(--fs-16);
}
section#big-cta-3 .text-wrapper a.btn {
  background-color: black;
  color: white;
}
section#big-cta-3 .text-wrapper a.btn:hover {
  background-color: transparent;
  color: black;
}
@media (max-width: 992px) {
  section#big-cta-3 .text-wrapper {
    background: unset;
    padding: 2rem;
  }
  section#big-cta-3 .row {
    background: linear-gradient(104.96deg, #f25926 15.29%, #f08572 42.56%, #f77ba7 66.06%, #fb6f1b 90.14%);
  }
}

section#blogposts .articles-wrapper {
  display: flex;
  gap: 3rem;
  flex-wrap: wrap;
  padding: 0 5%;
}
section#blogposts .articles-wrapper article {
  width: calc((100% - 9rem) / 4);
}
section#blogposts .articles-wrapper article.mobile-article {
  display: none;
}
@media (max-width: 768px) {
  section#blogposts .articles-wrapper article {
    width: calc((100% - 3rem) / 2);
  }
}
@media (max-width: 576px) {
  section#blogposts .articles-wrapper {
    gap: 2rem;
  }
  section#blogposts .articles-wrapper article {
    display: none;
  }
  section#blogposts .articles-wrapper article.mobile-article {
    width: 100%;
    display: flex;
  }
}

section#function-table .table-wrapper {
  display: flex;
  justify-content: center;
}
section#function-table table {
  box-shadow: 0px 10px 40px rgba(0, 0, 0, 0.15);
  border-radius: 20px;
  overflow: hidden;
}
section#function-table table th,
section#function-table table td {
  padding: 2rem;
  color: #09052c;
}
section#function-table table th {
  font-weight: 600;
  font-size: var(--fs-18);
}
section#function-table table td {
  font-size: var(--fs-16);
}
section#function-table table tr:first-of-type {
  background-color: white !important;
}
section#function-table table tr:nth-child(even) {
  background-color: #f9f9f9;
}
section#function-table table tr:nth-child(odd) {
  background-color: #f2f2f2;
}
section#function-table table tr th:nth-of-type(2), section#function-table table tr th:nth-of-type(3),
section#function-table table tr td:nth-of-type(2),
section#function-table table tr td:nth-of-type(3) {
  padding: 2rem 10rem;
  text-align: center;
}
section#function-table table tr th:nth-of-type(2) img, section#function-table table tr th:nth-of-type(3) img,
section#function-table table tr td:nth-of-type(2) img,
section#function-table table tr td:nth-of-type(3) img {
  max-width: 3rem;
  -o-object-fit: contain;
     object-fit: contain;
  margin: auto;
}
section#function-table .button-wrapper {
  display: flex;
  justify-content: center;
  margin-top: 6rem;
}
@media (max-width: 768px) {
  section#function-table table th,
section#function-table table td {
    padding: 1rem;
  }
  section#function-table table th {
    font-size: 1.2rem;
  }
  section#function-table table td {
    font-size: 1.2rem;
  }
  section#function-table table tr th:nth-of-type(2), section#function-table table tr th:nth-of-type(3),
section#function-table table tr td:nth-of-type(2),
section#function-table table tr td:nth-of-type(3) {
    padding: 1rem 2rem;
  }
  section#function-table table tr th:nth-of-type(2) img, section#function-table table tr th:nth-of-type(3) img,
section#function-table table tr td:nth-of-type(2) img,
section#function-table table tr td:nth-of-type(3) img {
    max-width: 2rem;
  }
}

section#pricing-table .box-wrapper p.title {
  font-weight: 600;
  font-size: var(--fs-24);
  color: black;
  text-align: center;
  padding: 2rem;
}
section#pricing-table .box-wrapper .wrapper {
  box-shadow: 0px 4px 30px rgba(0, 0, 0, 0.1);
  border-radius: 20px;
  padding: 3rem 4rem;
}
section#pricing-table .box-wrapper .wrapper p.text {
  border-bottom: 1px solid #E2E2E2;
  padding-bottom: 2rem;
  font-weight: 500;
  font-size: var(--fs-16);
  margin-bottom: 2rem;
}
section#pricing-table .box-wrapper .wrapper ul {
  display: flex;
  flex-direction: column;
  gap: 2rem;
}
section#pricing-table .box-wrapper .wrapper ul li {
  font-weight: 500;
  font-size: var(--fs-16);
  color: black;
  display: inline-flex;
  align-items: center;
}
section#pricing-table .box-wrapper .wrapper ul li img {
  max-width: 2rem;
  margin-right: 5px;
  -o-object-fit: contain;
     object-fit: contain;
}
section#pricing-table .box-wrapper .price-wrapper {
  margin: 2rem 0;
  display: flex;
  flex-direction: column;
  align-items: center;
}
section#pricing-table .box-wrapper .price-wrapper p.price {
  font-weight: 600;
  font-size: var(--fs-36);
}
section#pricing-table .box-wrapper .price-wrapper p.price span {
  font-size: var(--fs-22);
}
section#pricing-table .box-wrapper .price-wrapper p.add-user {
  font-weight: 500;
  font-size: var(--fs-18);
}
section#pricing-table .box-wrapper .price-wrapper p.add-user span {
  font-weight: 600;
  font-size: 1.4rem;
}
section#pricing-table .saloner-wrapper p.title {
  color: white;
  background: linear-gradient(104.96deg, #f25926 15.29%, #f08572 42.56%, #f77ba7 66.06%, #fb6f1b 90.14%);
  border-radius: 20px 20px 0px 0px;
}
section#pricing-table .saloner-wrapper .wrapper {
  border-radius: 0 0 2rem 2rem;
}
section#pricing-table .saloner-wrapper .button-wrapper {
  margin-top: 2rem;
  display: flex;
  justify-content: center;
}
section#pricing-table .saloner-wrapper .price-wrapper p.price {
  color: #E84A07;
}
section#pricing-table .saloner-wrapper .price-wrapper p.add-user span {
  color: #E84A07;
}
@media (max-width: 768px) {
  section#pricing-table .box-wrapper p.title {
    font-size: 1.4rem;
  }
  section#pricing-table .box-wrapper .wrapper {
    padding: 2rem;
  }
  section#pricing-table .box-wrapper .wrapper p.text {
    font-size: 1.2rem;
    margin-bottom: 1rem;
  }
  section#pricing-table .box-wrapper .wrapper ul {
    gap: 1rem;
  }
  section#pricing-table .box-wrapper .wrapper ul li {
    font-size: 1.1rem;
  }
  section#pricing-table .box-wrapper .wrapper ul li img {
    max-width: 1.6rem;
  }
  section#pricing-table .box-wrapper .price-wrapper {
    margin: 2rem 0;
  }
  section#pricing-table .box-wrapper .price-wrapper p.price {
    font-size: 2rem;
  }
  section#pricing-table .box-wrapper .price-wrapper p.price span {
    font-size: 1.2rem;
  }
  section#pricing-table .box-wrapper .price-wrapper p.add-user {
    font-size: 1rem;
    text-align: center;
  }
  section#pricing-table .box-wrapper .price-wrapper p.add-user span {
    font-size: 1.2rem;
  }
  section#pricing-table .row .col:nth-of-type(2) {
    padding-right: 5px;
  }
  section#pricing-table .row .col:nth-of-type(3) {
    padding-left: 5px;
  }
}

/*
HEADER
*/
@media (max-width: 992px) {
  body.has-mask {
    position: relative;
  }
  body.has-mask .mask {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.4);
    z-index: 10;
  }
}
header#main-header {
  z-index: 101;
  position: relative;
}
header#main-header .top-nav {
  border-bottom: solid 1px #E2E2E2;
  padding: 1.2rem 0;
}
header#main-header .top-nav a {
  font-size: 1.4rem;
  text-transform: uppercase;
  font-weight: 600;
  line-height: 1;
  color: #654A46;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  flex-direction: row;
}
header#main-header .top-nav a::before {
  content: "";
  width: 1.4rem;
  height: 1.4rem;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center center;
  display: block;
  position: relative;
  margin-right: 0.5rem;
}
header#main-header .top-nav .container {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  flex-wrap: nowrap;
}
header#main-header .top-nav .b2c-wrapper a::before {
  content: "";
  background-image: url("../../../../../../wp-content/themes/saloner/assets/img/icon-arrow-left.svg");
  background-size: auto;
}
header#main-header .top-nav .contact-wrapper a.phone {
  margin-right: 1rem;
}
header#main-header .top-nav .contact-wrapper a.phone::before {
  background-image: url("../../../../../../wp-content/themes/saloner/assets/img/icon-phone.svg");
}
header#main-header .top-nav .contact-wrapper a.email::before {
  background-image: url("../../../../../../wp-content/themes/saloner/assets/img/icon-email.svg");
}
header#main-header .main-nav {
  padding: 2.6rem 0;
  position: relative;
  z-index: 10;
}
header#main-header .main-nav .container {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  position: relative;
}
header#main-header .main-nav .container .logo-wrapper a {
  display: inline-block;
  position: relative;
}
header#main-header .main-nav .container .logo-wrapper a img {
  display: block;
  position: relative;
  height: 2.8rem;
  width: auto;
  min-width: 14.5rem;
}
header#main-header .main-nav .container .menu-wrapper * {
  position: relative;
  display: block;
}
header#main-header .main-nav .container .menu-wrapper ul {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
}
header#main-header .main-nav .container .menu-wrapper ul li {
  margin-right: 2.4rem;
  font-size: var(--fs-16);
  line-height: 1;
  font-weight: 600;
  color: #ffffff;
}
header#main-header .main-nav .container .menu-wrapper ul li:last-of-type {
  margin-right: 0;
}
header#main-header .main-nav .container .menu-wrapper ul li.nav-btn-primary a, header#main-header .main-nav .container .menu-wrapper ul li.nav-btn-secondary a {
  padding: 0.8rem 1.2rem;
  border: solid 1px #ffffff;
  border-radius: 10rem;
  transition: all 0.2s ease-in-out;
}
header#main-header .main-nav .container .menu-wrapper ul li.nav-btn-primary a:hover, header#main-header .main-nav .container .menu-wrapper ul li.nav-btn-secondary a:hover {
  transition: all 0.2s ease-in-out;
}
header#main-header .main-nav .container .menu-wrapper ul li.nav-btn-primary {
  margin-right: 1.6rem;
}
header#main-header .main-nav .container .menu-wrapper ul li.nav-btn-primary a {
  color: #E84A07;
  background-color: #ffffff;
}
header#main-header .main-nav .container .menu-wrapper ul li.nav-btn-primary a:hover {
  color: #ffffff;
  background-color: transparent;
}
header#main-header .main-nav .container .menu-wrapper ul li.nav-btn-secondary a {
  color: #ffffff;
  background-color: transparent;
}
header#main-header .main-nav .container .menu-wrapper ul li.nav-btn-secondary a:hover {
  color: #E84A07;
  background-color: #ffffff;
}
header#main-header .mobile-button-wrapper {
  display: none;
}
header#main-header .mobile-menu {
  display: none;
}
header#main-header .mobile-logo {
  display: none !important;
}
@media (max-width: 1200px) {
  header#main-header .mobile-logo {
    display: block !important;
  }
  header#main-header .desktop-logo {
    display: none !important;
  }
}
@media (max-width: 992px) {
  header#main-header .top-nav {
    display: none;
  }
  header#main-header .mobile-button-wrapper {
    display: block;
    z-index: 101;
  }
  header#main-header .main-nav {
    padding: 1rem 0;
  }
  header#main-header .menu-wrapper {
    display: none;
  }
  header#main-header .mobile-menu {
    display: none;
    position: absolute;
    background-color: #E84A07;
    border-radius: 1rem;
    right: -100%;
    top: 0;
    flex-direction: column;
    padding-top: 2rem;
    align-items: flex-start;
    transition: right 250ms ease;
  }
  header#main-header .mobile-menu.is-visible {
    right: 1rem;
    display: flex;
  }
  header#main-header .mobile-menu > a {
    letter-spacing: -0.025em;
    text-transform: uppercase;
    color: white;
    font-size: 1.4rem;
    margin-left: 2rem;
    display: inline-flex;
    align-items: center;
  }
  header#main-header .mobile-menu > a:before {
    content: "";
    width: 5px;
    height: 10px;
    min-width: 5px;
    margin-right: 5px;
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    background-image: url(../../../../../wp-content/themes/saloner/assets/svg/header/mobile-anchor-arrow.svg);
  }
  header#main-header .mobile-menu ul {
    margin-top: 3rem;
  }
  header#main-header .mobile-menu ul li {
    padding: 1rem 2rem;
    padding-right: 12rem;
    color: white;
    font-size: 1.4rem;
  }
  header#main-header .mobile-menu ul li.saloner-account-links {
    font-weight: 600;
    padding: 2rem;
    position: relative;
  }
  header#main-header .mobile-menu ul li.saloner-account-links:before {
    content: "";
    width: calc(100% - 4rem);
    left: 2rem;
    top: 0;
    height: 1px;
    background-color: rgba(255, 255, 255, 0.25);
    position: absolute;
  }
  header#main-header .mobile-menu ul li.saloner-account-links a {
    width: 100%;
    display: flex;
    display: inline-flex;
    align-items: center;
    justify-content: space-between;
  }
  header#main-header .mobile-menu ul li.saloner-account-links a:after {
    transform: rotate(180deg);
    content: "";
    width: 5px;
    height: 10px;
    min-width: 5px;
    margin-right: 5px;
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    background-image: url(../../../../../wp-content/themes/saloner/assets/svg/header/mobile-anchor-arrow.svg);
  }
  header#main-header .mobile-menu ul li:last-of-type:after {
    display: none;
  }
  header#main-header .mobile-menu ul li:last-of-type {
    padding-bottom: 2rem;
  }
}

/*
FOOTER
*/
footer#main-footer {
  border-top: 1px solid #E2E2E2;
}
footer#main-footer .upper-footer {
  padding-top: 3rem;
  padding-bottom: 1rem;
}
footer#main-footer .upper-footer .col.col-xl-4.col-12 {
  padding-top: 2rem;
  padding-bottom: 2rem;
}
footer#main-footer .upper-footer .col.col-xl-4.col-12:not(:last-of-type) {
  border-right: solid 1px rgba(46, 36, 137, 0.25);
}
footer#main-footer .links {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 1.5rem;
  padding: 0 2rem;
}
footer#main-footer .links a {
  color: black;
  display: inline-flex;
  font-size: var(--fs-16);
  font-weight: 500;
}
footer#main-footer .links a:hover {
  color: #654A46;
}
footer#main-footer .links div {
  display: flex;
  gap: 1rem;
  flex-wrap: wrap;
}
footer#main-footer .links div p {
  font-weight: 500;
  font-size: 1.4rem;
  color: #888888;
  display: inline-flex;
  align-items: center;
  justify-content: flex-end;
}
footer#main-footer .links div p:after {
  content: "";
  height: 10px;
  width: 5px;
  margin-left: 5px;
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  background-image: url("../../../../../wp-content/themes/saloner/assets/svg/footer/arrow.svg");
}
footer#main-footer .info {
  padding: 0 2rem;
}
footer#main-footer .wrapper {
  padding-right: 2rem;
}
footer#main-footer .component.badges-component .component-inner {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 1rem;
}
footer#main-footer .component.badges-component .component-inner img {
  height: 2.5rem;
  width: auto;
}
footer#main-footer .component.text-component.appcta p {
  color: black;
}
footer#main-footer .component.text-component.appcta p span {
  font-weight: 600;
}
footer#main-footer .component.contact-component h6 {
  margin-bottom: 1.5rem;
  color: black;
  font-size: var(--fs-18);
}
footer#main-footer .component.contact-component h6 span {
  font-weight: 600;
}
footer#main-footer .component.contact-component p {
  color: black;
  font-weight: 600;
  margin-bottom: 1rem;
}
footer#main-footer .component.contact-component p a {
  color: #F08572;
}
footer#main-footer .component.socialmedia-component .component-inner {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 2rem;
}
footer#main-footer .component.socialmedia-component .component-inner a {
  width: 4rem;
  height: 4rem;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #F08572;
  transition: all 250ms ease;
  border-radius: 100%;
}
footer#main-footer .component.socialmedia-component .component-inner a:hover {
  background-color: black;
}
footer#main-footer .component.text-component.polish-product p {
  display: inline-flex;
  width: 100%;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  padding: 2rem 0;
  line-height: 1;
}
footer#main-footer .component.text-component.polish-product p span {
  font-weight: 500;
  margin-right: 0.5rem;
  display: inline-flex;
  align-items: center;
}
footer#main-footer .component.text-component.polish-product p img {
  margin: 0 5px;
}
@media (max-width: 992px) {
  footer#main-footer .info,
footer#main-footer .links {
    padding: 0;
  }
  footer#main-footer .wrapper {
    padding-left: 0;
  }
  footer#main-footer .upper-footer .col.col-xl-4.col-12 {
    border-bottom: solid 1px rgba(46, 36, 137, 0.25);
  }
  footer#main-footer .upper-footer .col.col-xl-4.col-12:not(:last-of-type) {
    border-right: unset;
  }
  footer#main-footer .lower-footer .text-component {
    text-align: center;
  }
  footer#main-footer .lower-footer .creators {
    margin-top: 1rem;
  }
  footer#main-footer .lower-footer .creators p {
    display: flex;
    justify-content: space-around;
    gap: 1rem;
    flex-wrap: wrap;
  }
}
@media (max-width: 576px) {
  footer#main-footer .component.text-component.polish-product p {
    flex-direction: column;
  }
  footer#main-footer .component.text-component.polish-product span {
    margin-bottom: 5px;
  }
}

.lower-footer {
  background: rgba(150, 109, 124, 0.1);
  padding: 1rem;
}
.lower-footer p {
  font-size: 1.4rem;
  color: #966D7C;
}
.lower-footer p a {
  font-weight: 600;
}
.lower-footer .creators p {
  text-align: right;
}
.lower-footer .creators p span:not(:last-of-type) {
  margin-right: 1rem;
}

/*
COMPONENTS
*/
img {
  display: block;
  max-width: 100%;
}

.page-header {
  background: linear-gradient(86.68deg, rgba(254, 252, 252, 0.5) 8.59%, rgba(251, 194, 215, 0.5) 47.43%, rgba(254, 181, 155, 0.5) 64.42%, rgba(250, 147, 50, 0.275) 86.26%), #f08572;
}

section {
  padding: 4.8rem 0;
  position: relative;
}
section .row {
  padding: 1.6rem 0;
}

.component:not(:last-of-type) {
  margin-bottom: 2rem;
}

.component.section-header h2 {
  text-align: center;
  margin: auto;
  position: relative;
  color: #000000;
}
.component.section-header h2 span {
  font-weight: 600;
}
.component.section-header h2::after {
  content: "";
  display: block;
  margin: auto;
  position: relative;
  margin-top: 1.5rem;
  width: 6rem;
  height: 1.125rem;
  border-radius: 3rem;
  background: linear-gradient(86.68deg, #fefcfc 8.59%, #fbc2d7 47.43%, #feb59b 64.42%, rgba(250, 147, 50, 0.55) 86.26%);
}
.component.section-header p {
  color: #000000;
  text-align: center;
  color: #000000;
  font-weight: 500;
  margin-top: 1.5rem;
  margin-bottom: 1.5rem;
}
.component.section-header.align-left h2 {
  text-align: left;
}
.component.section-header.align-left h2::after {
  margin-left: 0;
  margin-right: auto;
}
.component.section-header.align-left p {
  text-align: left;
}
.component.section-header.no-line h2::after {
  display: none;
}

.component.people-component .component-inner {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 4rem;
  flex-wrap: wrap;
}
.component.people-component .component-inner .person img {
  max-width: 16rem;
  margin: auto;
  margin-bottom: 1.8rem;
}
.component.people-component .component-inner .person p {
  text-align: center;
  font-weight: 600;
}
@media (max-width: 992px) {
  .component.people-component .component-inner {
    grid-template-columns: repeat(4, 1fr);
    grid-row-gap: 1.6rem;
  }
}
@media (max-width: 576px) {
  .component.people-component .component-inner {
    grid-template-columns: repeat(3, 1fr);
  }
}

.component.feature-description h3 {
  text-align: left;
  margin: auto;
  position: relative;
  color: #000000;
  margin-bottom: 1.5rem;
}
.component.feature-description h3 span {
  font-weight: 600;
}
.component.feature-description h3 strong {
  font-weight: 600;
}
.component.feature-description h3::after {
  content: "";
  display: block;
  margin-left: 0;
  margin-right: auto;
  position: relative;
  margin-top: 1.5rem;
  width: 6rem;
  height: 1.125rem;
  border-radius: 3rem;
  background: linear-gradient(86.68deg, #fefcfc 8.59%, #fbc2d7 47.43%, #feb59b 64.42%, rgba(250, 147, 50, 0.55) 86.26%);
  transform: rotate(-180deg);
}
.component.feature-description p.feature-description {
  color: #000000;
  font-weight: 500;
  margin-bottom: 1.5rem;
}
.component.feature-description p.feature-description strong {
  font-weight: 600;
}

.component.image-component.feature-image img {
  width: 100%;
}

.component.stats-component .component-inner {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  grid-column-gap: 1.6rem;
  grid-row-gap: 0px;
}
.component.stats-component .component-inner .stat {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  padding: 3rem 2rem;
  border: solid 1px #e0e0e0;
  border-radius: 2rem;
  box-shadow: 0px 5px 25px rgba(112, 105, 175, 0.15);
}
.component.stats-component .component-inner .stat.stat-button {
  box-shadow: none;
  background: #E84A07;
  border: none;
  padding: 0;
}
.component.stats-component .component-inner .stat.stat-button > p {
  height: 100%;
  width: 100%;
  font-size: var(--fs-24);
  color: white;
  border-radius: inherit;
}
.component.stats-component .component-inner .stat.stat-button > p > a {
  height: 100%;
  width: 100%;
  padding: 3rem 2rem;
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
  border-radius: inherit;
}
.component.stats-component .component-inner .stat.stat-button > p > a span {
  display: inline-flex;
  align-items: center;
}
.component.stats-component .component-inner .stat.stat-button > p > a span:after {
  margin-left: 1rem;
  content: "";
  width: 1.5rem;
  height: 1.5rem;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  background-image: url("../../../../../../wp-content/themes/saloner/assets/img/icon-arrow-right-white.svg");
}
.component.stats-component .component-inner .stat p.stat-number {
  font-size: var(--fs-28);
  font-weight: 600;
  color: #E84A07;
  margin-bottom: 0.8rem;
}
.component.stats-component .component-inner .stat p.stat-number span.unit {
  font-size: var(--fs-20);
}
.component.stats-component .component-inner .stat p.stat-text {
  color: #000000;
  line-height: 1.25;
  font-weight: 500;
}
@media (max-width: 992px) {
  .component.stats-component .component-inner {
    grid-template-columns: repeat(3, 1fr);
    grid-row-gap: 1.6rem;
  }
}
@media (max-width: 576px) {
  .component.stats-component .component-inner {
    grid-template-columns: repeat(2, 1fr);
  }
}

.component.services-component .component-inner {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
}
.component.services-component .component-inner p.service {
  width: 100%;
  display: flex;
  flex-direction: row;
}
.component.services-component .component-inner p.service a.service-anchor {
  display: flex;
  flex-direction: row;
  height: 100%;
  justify-content: flex-start;
  align-items: center;
  position: relative;
}
.component.services-component .component-inner p.service a.service-anchor span.service-name {
  color: #000000;
  letter-spacing: -1px;
  position: relative;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
}
.component.services-component .component-inner p.service a.service-anchor span.service-name:after {
  content: "";
  background-image: url("../../../../../../wp-content/themes/saloner/assets/img/icon-arrow-right-services.svg");
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  display: block;
  position: relative;
  width: 1rem;
  height: 1rem;
  flex-shrink: 0;
  margin-left: 0.5rem;
}
.component.services-component .component-inner p.service a.service-anchor img.service-icon {
  margin-right: 0.5rem;
}
@media (max-width: 576px) {
  .component.services-component .component-inner {
    grid-template-columns: repeat(1, 1fr);
  }
}

.component.profits-component .component-inner {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-column-gap: 1.6rem;
  grid-row-gap: 1.6rem;
}
.component.profits-component .component-inner .profit {
  padding: 3rem 2rem;
  border-radius: 4rem;
  border: 2px solid #f08472;
  display: flex;
  align-items: center;
  gap: 1.5rem;
  height: 24rem;
  position: relative;
  overflow: hidden;
}
.component.profits-component .component-inner .profit p.profit-text {
  font-weight: 600;
  color: black;
  font-size: var(--fs-20);
}
.component.profits-component .component-inner .profit .hidden-text {
  padding: 2rem;
  display: flex;
  background: linear-gradient(176.68deg, #f08879 8.59%, #f2948c 47.43%, #f79e89 64.42%, #f58c4e 86.26%);
  color: white;
  position: absolute;
  width: 100%;
  height: 100%;
  bottom: -100%;
  transition: all 250ms ease;
  left: 0;
  gap: 2rem;
}
.component.profits-component .component-inner .profit .hidden-text img {
  max-width: 5rem;
  max-height: 5rem;
  -o-object-fit: contain;
     object-fit: contain;
}
.component.profits-component .component-inner .profit .hidden-text div {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  gap: 1.5rem;
}
.component.profits-component .component-inner .profit .hidden-text div p.profit-text {
  font-size: var(--fs-18);
  color: white;
}
.component.profits-component .component-inner .profit .hidden-text div p.description {
  font-weight: 400;
  font-size: var(--fs-16);
}
.component.profits-component .component-inner .profit .hidden-text div a {
  text-align: right;
  font-weight: 500;
  font-size: var(--fs-16);
  display: inline-flex;
  margin-left: auto;
}
.component.profits-component .component-inner .profit .hidden-text div a:after {
  content: "";
  height: 13px;
  width: 8px;
  margin-left: 5px;
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  background-image: url("../../../../../wp-content/themes/saloner/assets/svg/white-double-arrow.svg");
}
.component.profits-component .component-inner .profit:hover {
  cursor: pointer;
}
.component.profits-component .component-inner .profit:hover .hidden-text {
  bottom: 0;
}
@media (max-width: 992px) {
  .component.profits-component .component-inner {
    grid-template-columns: repeat(2, 1fr);
  }
  .component.profits-component .component-inner .profit {
    padding: 1.5rem;
  }
  .component.profits-component .component-inner .profit img.profit-icon {
    max-width: 7rem;
    max-height: 7rem;
  }
  .component.profits-component .component-inner .profit .hidden-text {
    padding: 1.5rem;
  }
}
@media (max-width: 576px) {
  .component.profits-component .component-inner {
    grid-template-columns: repeat(1, 1fr);
  }
}

.component.pricing-component {
  background-color: #ffffff;
  box-shadow: 0px 4px 60px rgba(0, 0, 0, 0.2);
  border-radius: 1.25rem;
}
.component.pricing-component .component-inner {
  padding: 3rem;
}
.component.pricing-component .pricing-heading {
  text-align: center;
  border-bottom: solid 1px #e2e2e2;
  padding-bottom: 2rem;
  margin-bottom: 1rem;
}
.component.pricing-component .pricing-heading h4,
.component.pricing-component .pricing-heading h5 {
  margin-bottom: 1rem;
  color: #09052c;
}
.component.pricing-component .pricing-heading h4 span,
.component.pricing-component .pricing-heading h5 span {
  color: #F08572;
  display: inline-block;
}
.component.pricing-component .pricing-heading h4 {
  font-weight: 600;
}
.component.pricing-component .pricing-heading h5 {
  font-weight: 500;
}
.component.pricing-component .pricing-features {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-column-gap: 1rem;
  grid-row-gap: 2.5rem;
  padding: 2rem;
}
.component.pricing-component .pricing-features .feature {
  width: 100%;
  height: auto;
}
.component.pricing-component .pricing-features .feature p.feature-text {
  color: #000000;
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  letter-spacing: -0.25px;
  font-weight: 500;
  line-height: 1;
}
.component.pricing-component .pricing-features .feature p.feature-text:before {
  content: "";
  background-image: url("../../../../../../wp-content/themes/saloner/assets/img/saloner-pricing-features-single.svg");
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  width: 1.5rem;
  height: 1.2rem;
  position: relative;
  display: block;
  flex-shrink: 0;
  margin-right: 0.5rem;
}
.component.pricing-component .pricing-features .feature.more p.feature-text {
  color: #F08572;
}
.component.pricing-component .pricing-features .feature.more p.feature-text:before {
  width: 2rem;
  background-image: url("../../../../../../wp-content/themes/saloner/assets/img/saloner-pricing-features-more.svg");
}
.component.pricing-component .pricing-buttons {
  margin-top: 2rem;
}
.component.pricing-component .pricing-buttons > p {
  display: inline-flex;
  flex-direction: column;
  text-align: center;
  justify-content: center;
  align-items: center;
  width: 100%;
  gap: 2rem;
}
.component.pricing-component .pricing-buttons > p a.btn-primary {
  font-size: var(--fs-22);
  padding: 1.4rem 8rem;
}
.component.pricing-component .pricing-buttons > p a.btn-primary:hover {
  background-color: rgba(251, 111, 27, 0.8);
  color: white;
}
@media (max-width: 768px) {
  .component.pricing-component .pricing-features {
    grid-template-columns: repeat(1, 1fr);
    grid-row-gap: 1.5rem;
  }
  .component.pricing-component .pricing-buttons > p a.btn-primary {
    padding: 1.4rem 3rem;
  }
}

.component.reviews-component .component-inner .slick-dots li button {
  height: 1rem;
  width: 1rem;
  background: transparent;
  border-radius: 2rem;
  border: solid 2px #F08572;
}
.component.reviews-component .component-inner .slick-dots li button::before {
  display: none;
}
.component.reviews-component .component-inner .slick-dots li.slick-active button {
  background: #F08572;
}
.component.reviews-component .reviews-slide {
  padding: 2.5rem 1.125rem;
  border-radius: 1.25rem;
  margin: 0 1rem;
  margin-bottom: 2rem;
  border: solid 1px #c4c4c4;
  border-radius: 1rem;
  box-shadow: 0px 4px 30px rgba(46, 36, 137, 0.1);
}
.component.reviews-component .reviews-slide img.review-stars {
  max-height: 2rem;
  width: auto;
  margin-bottom: 1rem;
}
.component.reviews-component .reviews-slide p.review-content {
  font-style: italic;
  font-weight: 500;
  color: black;
  margin-bottom: 1rem;
  font-size: var(--fs-16);
}
.component.reviews-component .reviews-slide .review-author {
  display: flex;
  flex-direction: row;
  width: 100%;
  align-items: center;
}
.component.reviews-component .reviews-slide .review-author .image-wrapper {
  width: 5rem;
  height: auto;
  flex-shrink: 0;
  flex-grow: 0;
}
.component.reviews-component .reviews-slide .review-author .text-wrapper {
  padding-left: 1rem;
}
.component.reviews-component .reviews-slide .review-author .text-wrapper p.author-name {
  font-weight: 700;
  color: #000000;
  font-size: var(--fs-16);
}
.component.reviews-component .reviews-slide .review-author .text-wrapper p.author-description {
  font-size: 1.2rem;
  color: #575757;
}

/*
FRONT PAGE
*/
section#start {
  background-image: url("../../../../../../wp-content/themes/saloner/assets/img/main-blob-top-left-2x.png");
  background-position: top right;
  background-size: 55% 100%;
  background-repeat: no-repeat;
  margin-top: -8.6rem;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding-top: 13.5rem;
  padding-bottom: 4.8rem;
}
section#start h1 {
  color: #000000;
  margin-bottom: 2.6rem;
  font-weight: 300;
}
section#start h1 .span-wrapper {
  position: relative;
  display: inline-block;
  color: transparent;
  font-weight: 700;
  width: 100%;
}
section#start h1 .span-wrapper span {
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  color: #000000;
  width: 100%;
}
section#start h1 strong {
  font-weight: 700;
}
section#start p.cta {
  font-size: var(--fs-16);
  margin-bottom: 3.2rem;
  color: #575757;
}
@media (max-width: 1200px) {
  section#start {
    background-image: unset;
  }
  section#start:before {
    position: absolute;
    content: "";
    width: 100%;
    height: 45rem;
    top: 0;
    left: 0;
    border-radius: 0 0 0 22rem;
    background: linear-gradient(86.68deg, rgba(254, 252, 252, 0.5) 8.59%, rgba(251, 194, 215, 0.5) 47.43%, rgba(254, 181, 155, 0.5) 64.42%, rgba(250, 147, 50, 0.275) 86.26%), #f08572;
  }
}
@media (max-width: 992px) {
  section#start {
    margin-top: -7.4rem;
    padding-top: 9.4rem;
  }
}
@media (max-width: 768px) {
  section#start:before {
    height: 25rem;
    border-radius: 0 0 0 10rem;
  }
  section#start .image-component {
    margin-bottom: 2rem;
  }
  section#start .header-wrapper {
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  section#start .header-wrapper p,
section#start .header-wrapper h1 {
    text-align: center;
  }
}

section#features .container-fluid {
  padding: 0;
}
section#features .container-fluid .row {
  margin: 0;
}
section#features .container-fluid .row .col {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
section#features .container-fluid .row .col.col-xl-6 {
  padding: 0;
}

@media (max-width: 576px) {
  body.home section#features {
    padding-bottom: 0;
  }
  body.home section#features .image-component {
    margin-top: 4rem;
  }
}

section#forwhom {
  background-color: #faf0f0;
}
section#forwhom .col-xl-6 .image-component {
  height: 100%;
  display: flex;
  align-items: center;
}
@media (max-width: 1200px) {
  section#forwhom .image-component {
    margin-top: 2rem;
  }
}
@media (max-width: 576px) {
  section#forwhom .image-component {
    display: none;
  }
}

@media (max-width: 576px) {
  section#people {
    padding: 0;
  }
}

section#pricing {
  position: relative;
  background-image: url("../../../../../../wp-content/themes/saloner/assets/img/saloner-pricing-bg-full.png");
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}
section#pricing .component.section-header h2 {
  color: #ffffff;
}
section#pricing::before {
  content: "";
  position: absolute;
  left: 0;
  top: 65%;
  right: 0;
  bottom: 0;
  background: #ffffff;
  z-index: 0;
  display: block;
}
@media (max-width: 992px) {
  section#pricing:before {
    display: none;
  }
}

section#video {
  position: relative;
}
section#video::before {
  content: "";
  background: #faf0f0;
  position: absolute;
  left: 0;
  right: 0;
  top: 25%;
  bottom: 25%;
}
section#video .col {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
section#video .image-component a {
  display: block;
  position: relative;
}
section#video .image-component a img {
  display: block;
  position: relative;
}
section#video .mobile-img {
  display: none !important;
}
@media (max-width: 768px) {
  section#video:before {
    height: 100%;
    top: 0;
    bottom: unset;
  }
  section#video .desktop-img {
    display: none !important;
  }
  section#video .mobile-img {
    margin-top: 4rem;
    display: block !important;
    width: 100%;
  }
}
@media (max-width: 576px) {
  section#video .col-md-7 {
    padding: 0;
  }
}

section#cta-trynow {
  background-color: #faf0f0;
  position: relative;
}
section#cta-trynow:before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 50%;
  left: 0;
  right: 0;
  background: #ffffff;
}
section#cta-trynow .row {
  padding: 3rem 0;
  position: relative;
}
section#cta-trynow .row:before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 20%;
  background: linear-gradient(104.96deg, #f25926 15.29%, #f08572 42.56%, #f77ba7 66.06%, #fb6f1b 90.14%);
  border-radius: 2rem;
}
section#cta-trynow .row .col {
  display: flex;
  align-items: center;
}
section#cta-trynow .row .col.description-column {
  padding: 3rem 0;
}
section#cta-trynow .row .col.description-column .text-component h2 {
  margin-bottom: 1.5rem;
  color: #ffffff;
  font-weight: 400;
  font-size: var(--fs-48);
}
section#cta-trynow .row .col.description-column .text-component h2 span {
  font-weight: 600;
}
section#cta-trynow .row .col.description-column .text-component p {
  color: #ffffff;
}
section#cta-trynow .row .col.description-column .text-component p:not(:last-of-type) {
  margin-bottom: 3rem;
}
section#cta-trynow .row .col.description-column .text-component p:not(:last-of-type) strong {
  font-weight: 600;
}
section#cta-trynow .row .component.form-component {
  width: 100%;
  padding: 2rem;
  background: #ffffff;
  border: 1px solid #e2e2e2;
  border-radius: 1.25rem;
  box-shadow: 0px 5px 25px rgba(112, 105, 175, 0.15);
}
section#cta-trynow .row .component.form-component h5 {
  color: #000000;
  margin-bottom: 1.5rem;
}
section#cta-trynow .row .component.form-component h5 span {
  font-weight: 700;
}
section#cta-trynow .row .component.form-component .input-wrapper input {
  border: unset;
  border-bottom: 1px solid black;
  padding: 1rem 5px;
  width: 100%;
}
section#cta-trynow .row .component.form-component .submit-wrapper {
  display: flex;
  justify-content: center;
}
section#cta-trynow .row .component.form-component .acceptance-wrapper {
  margin: 2rem 0 3rem 0;
}
section#cta-trynow .row .component.form-component .acceptance-wrapper span.wpcf7-list-item {
  margin: 0;
}
section#cta-trynow .row .component.form-component .acceptance-wrapper label input {
  margin-right: 1rem;
  width: 2rem;
  min-width: 2rem;
  height: 2rem;
  background: white;
  border: 2px solid black;
  -webkit-appearance: unset;
     -moz-appearance: unset;
          appearance: unset;
  display: inline-flex !important;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}
section#cta-trynow .row .component.form-component .acceptance-wrapper label input:after {
  width: 50%;
  height: 50%;
  content: "";
}
section#cta-trynow .row .component.form-component .acceptance-wrapper label input:checked:after {
  background-color: black;
}
section#cta-trynow .row .component.form-component .acceptance-wrapper label span {
  color: black;
  font-size: 1.4rem;
  font-weight: 500;
}
section#cta-trynow .row .component.form-component .acceptance-wrapper label span a {
  color: inherit;
  text-decoration: underline;
}
@media (max-width: 1200px) {
  section#cta-trynow .col-xl-1 {
    display: none !important;
  }
  section#cta-trynow .row:before {
    right: unset;
    width: 100%;
    left: -10%;
  }
}
@media (max-width: 992px) {
  section#cta-trynow {
    padding: 0;
  }
  section#cta-trynow:after {
    content: "";
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
    left: 0;
    background: linear-gradient(104.96deg, #f25926 15.29%, #f08572 42.56%, #f77ba7 66.06%, #fb6f1b 90.14%);
    border-radius: 2rem;
  }
  section#cta-trynow .container {
    position: relative;
    z-index: 10;
  }
  section#cta-trynow .row .col.description-column {
    padding: 3rem 1.5rem;
  }
  section#cta-trynow .row:before {
    display: none;
  }
}
@media (max-width: 576px) {
  section#cta-trynow .row {
    overflow-x: hidden;
  }
}

section#team-hairdressers {
  background-color: #faf0f0;
}
section#team-hairdressers .col {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
section#team-hairdressers .mobile-img {
  display: none;
}
section#team-hairdressers p {
  color: #575757;
  font-weight: 400;
  font-size: var(--fs-18);
}
@media (max-width: 768px) {
  section#team-hairdressers .mobile-img {
    margin-top: 2rem;
    display: block;
    width: 100%;
  }
  section#team-hairdressers .desktop-img {
    display: none;
  }
}

/*!
 * Hamburgers
 * @description Tasty CSS-animated hamburgers
 * @author Jonathan Suh @jonsuh
 * @site https://jonsuh.com/hamburgers
 * @link https://github.com/jonsuh/hamburgers
 */
.hamburger {
  padding: 15px 15px;
  display: inline-block;
  cursor: pointer;
  transition-property: opacity, filter;
  transition-duration: 0.15s;
  transition-timing-function: linear;
  font: inherit;
  color: inherit;
  text-transform: none;
  background-color: transparent;
  border: 0;
  margin: 0;
  overflow: visible;
}
.hamburger:hover {
  opacity: 0.7;
}
.hamburger.is-active:hover {
  opacity: 0.7;
}
.hamburger.is-active .hamburger-inner,
.hamburger.is-active .hamburger-inner::before,
.hamburger.is-active .hamburger-inner::after {
  background-color: white;
}

.hamburger-box {
  width: 30px;
  height: 21px;
  display: inline-block;
  position: relative;
}

.hamburger-inner {
  display: block;
  top: 50%;
  margin-top: -1.5px;
}
.hamburger-inner, .hamburger-inner::before, .hamburger-inner::after {
  width: 30px;
  height: 3px;
  background-color: white;
  border-radius: 4px;
  position: absolute;
  transition-property: transform;
  transition-duration: 0.15s;
  transition-timing-function: ease;
}
.hamburger-inner::before, .hamburger-inner::after {
  content: "";
  display: block;
}
.hamburger-inner::before {
  top: -9px;
}
.hamburger-inner::after {
  bottom: -9px;
}

/*
 * Slider
 */
.hamburger--slider .hamburger-inner {
  top: 1.5px;
}
.hamburger--slider .hamburger-inner::before {
  top: 9px;
  transition-property: transform, opacity;
  transition-timing-function: ease;
  transition-duration: 0.15s;
}
.hamburger--slider .hamburger-inner::after {
  top: 18px;
}
.hamburger--slider.is-active .hamburger-inner {
  transform: translate3d(0, 9px, 0) rotate(45deg);
}
.hamburger--slider.is-active .hamburger-inner::before {
  transform: rotate(-45deg) translate3d(-4.2857142857px, -6px, 0);
  opacity: 0;
}
.hamburger--slider.is-active .hamburger-inner::after {
  transform: translate3d(0, -18px, 0) rotate(-90deg);
}/*# sourceMappingURL=style.css.map */