/*!
Theme Name: New Story
Theme URI: http://underscores.me/
Author: Inteli Graphics
Author URI: https://inteligraphics.ro
Description: Description
Version: 1.0.0
Tested up to: 5.4
Requires PHP: 5.6
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: newstory
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready

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

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

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal https://necolas.github.io/normalize.css/
*/

/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Generic
	- Normalize
	- Box sizing
# Base
	- Typography
	- Elements
	- Links
	- Forms
## Layouts
# Components
	- Navigation
	- Posts and pages
	- Comments
	- Widgets
	- Media
	- Captions
	- Galleries
# plugins
	- Jetpack infinite scroll
# Utilities
	- Accessibility
	- Alignments

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

/*--------------------------------------------------------------
# Generic
--------------------------------------------------------------*/

/* Normalize
--------------------------------------------- */

/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */

/* Document
	 ========================================================================== */

/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
}

/* Sections
	 ========================================================================== */

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

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

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

/* Grouping content
	 ========================================================================== */

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

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

/* Text-level semantics
	 ========================================================================== */

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

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

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

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

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

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
	 ========================================================================== */

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

/* Forms
	 ========================================================================== */

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

/* Interactive
	 ========================================================================== */

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

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

/* Misc
	 ========================================================================== */

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

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

/* Box sizing
--------------------------------------------- */

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

html {
  box-sizing: border-box;
}

/*--------------------------------------------------------------
# Base
--------------------------------------------------------------*/

/* Typography
--------------------------------------------- */
body,
button,
input,
select,
optgroup,
textarea {
  color: #404040;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto,
    Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
  font-size: 1rem;
  line-height: 1.5;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  clear: both;
}

p {
  margin-bottom: 1.5em;
}

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

blockquote {
  margin: 0 1.5em;
}

address {
  margin: 0 0 1.5em;
}

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

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

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

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

big {
  font-size: 125%;
}

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

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

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

ul {
  list-style: disc;
}

ol {
  list-style: decimal;
}

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

dt {
  font-weight: 700;
}

dd {
  margin: 0 1.5em 1.5em;
}

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

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

figure {
  margin: 1em 0;
}

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

/* Links
--------------------------------------------- */
a {
  color: #4169e1;
}

a:visited {
  color: #800080;
}

a:hover,
a:focus,
a:active {
  color: #191970;
}

a:focus {
  outline: thin dotted;
}

a:hover,
a:active {
  outline: 0;
}

/* Forms
--------------------------------------------- */
button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
  border: 1px solid;
  border-color: #ccc #ccc #bbb;
  border-radius: 3px;
  background: #e6e6e6;
  color: rgba(0, 0, 0, 0.8);
  line-height: 1;
  padding: 0.6em 1em 0.4em;
}

button:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover {
  border-color: #ccc #bbb #aaa;
}

button:active,
button:focus,
input[type="button"]:active,
input[type="button"]:focus,
input[type="reset"]:active,
input[type="reset"]:focus,
input[type="submit"]:active,
input[type="submit"]:focus {
  border-color: #aaa #bbb #bbb;
}

input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
input[type="number"],
input[type="tel"],
input[type="range"],
input[type="date"],
input[type="month"],
input[type="week"],
input[type="time"],
input[type="datetime"],
input[type="datetime-local"],
input[type="color"],
textarea {
  color: #666;
  border: 1px solid #ccc;
  border-radius: 3px;
  padding: 3px;
}

input[type="text"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
input[type="number"]:focus,
input[type="tel"]:focus,
input[type="range"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="week"]:focus,
input[type="time"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="color"]:focus,
textarea:focus {
  color: #111;
}

select {
  border: 1px solid #ccc;
}

textarea {
  width: 100%;
}

/*--------------------------------------------------------------
# Layouts
--------------------------------------------------------------*/

/*--------------------------------------------------------------
# Components
--------------------------------------------------------------*/

/* Navigation
--------------------------------------------- */
.main-navigation {
  display: block;
  width: 100%;
}

.main-navigation ul {
  display: none;
  list-style: none;
  margin: 0;
  padding-left: 0;
}

.main-navigation ul ul {
  box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
  float: left;
  position: absolute;
  top: 100%;
  left: -999em;
  z-index: 99999;
}

.main-navigation ul ul ul {
  left: -999em;
  top: 0;
}

.main-navigation ul ul li:hover > ul,
.main-navigation ul ul li.focus > ul {
  display: block;
  left: auto;
}

.main-navigation ul ul a {
  width: 200px;
}

.main-navigation ul li:hover > ul,
.main-navigation ul li.focus > ul {
  left: auto;
}

.main-navigation li {
  position: relative;
}

.main-navigation a {
  display: block;
  text-decoration: none;
}

/* Small menu. */
.menu-toggle,
.main-navigation.toggled ul {
  display: block;
}

@media screen and (min-width: 37.5em) {
  .menu-toggle {
    display: none;
  }

  .main-navigation ul {
    display: flex;
  }
}

.site-main .comment-navigation,
.site-main .posts-navigation,
.site-main .post-navigation {
  margin: 0 0 1.5em;
}

.comment-navigation .nav-links,
.posts-navigation .nav-links,
.post-navigation .nav-links {
  display: flex;
}

.comment-navigation .nav-previous,
.posts-navigation .nav-previous,
.post-navigation .nav-previous {
  flex: 1 0 50%;
}

.comment-navigation .nav-next,
.posts-navigation .nav-next,
.post-navigation .nav-next {
  text-align: end;
  flex: 1 0 50%;
}

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

.post,
.page {
  margin: 0;
}

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

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

.page-links {
  clear: both;
  margin: 0 0 1.5em;
}

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

.bypostauthor {
  display: block;
}

/* Widgets
--------------------------------------------- */
.widget {
  margin: 0 0 1.5em;
}

.widget select {
  max-width: 100%;
}

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

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

/* Captions
--------------------------------------------- */
.wp-caption {
  margin-bottom: 1.5em;
  max-width: 100%;
}

.wp-caption img[class*="wp-image-"] {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.wp-caption .wp-caption-text {
  margin: 0.8075em 0;
}

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

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

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

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

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

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

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

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

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

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

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

.gallery-caption {
  display: block;
}

/*--------------------------------------------------------------
# Plugins
--------------------------------------------------------------*/

/* Jetpack infinite scroll
--------------------------------------------- */

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

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

/*--------------------------------------------------------------
# Utilities
--------------------------------------------------------------*/

/* Accessibility
--------------------------------------------- */

/* Text meant only for screen readers. */
.screen-reader-text {
  border: 0;
  clip: rect(1px, 1px, 1px, 1px);
  clip-path: inset(50%);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute !important;
  width: 1px;
  word-wrap: normal !important;
}

.screen-reader-text:focus {
  background-color: #f1f1f1;
  border-radius: 3px;
  box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
  clip: auto !important;
  clip-path: none;
  color: #21759b;
  display: block;
  font-size: 0.875rem;
  font-weight: 700;
  height: auto;
  left: 5px;
  line-height: normal;
  padding: 15px 23px 14px;
  text-decoration: none;
  top: 5px;
  width: auto;
  z-index: 100000;
}

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

/* Alignments
--------------------------------------------- */
.alignleft {
  /*rtl:ignore*/
  float: left;

  /*rtl:ignore*/
  margin-right: 1.5em;
  margin-bottom: 1.5em;
}

.alignright {
  /*rtl:ignore*/
  float: right;

  /*rtl:ignore*/
  margin-left: 1.5em;
  margin-bottom: 1.5em;
}

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

/*************/
/*start Fonts*/
/*************/
:root {
  --font-parkinsans: "Parkinsans", sans-serif;
  --font-parkinsans-optical-sizing: auto;
  --font-family-Font-1: "Parkinsans", sans-serif;
  --weight-light: 300;
  --weight-regular: 400;
  --weight-medium: 500;
  --weight-semibold: 600;
  --weight-bold: 700;
  --weight-extrabold: 800;
  --color-grey-97: #f7f7f7;
  --color-grey-46: #777272;
  --color-grey-13: #231f20;
  --gradient-orange-pink: linear-gradient(90deg, #ff9321 0%, #c82195 100%);
  --gradient-pink-orange: linear-gradient(90deg, #c82195 0%, #ff9321 100%);
}

.parkinsans {
  font-family: var(--font-parkinsans);
  font-optical-sizing: var(--font-parkinsans-optical-sizing);
}

/***********/
/*end Fonts*/
/***********/

/********************/
/*start style layout*/
/********************/
.container-fluid {
  max-width: 1400px;
  margin: 0 auto;
}
body {
  background: #ffffff;
  font-family: var(--font-parkinsans);
  font-optical-sizing: var(--font-parkinsans-optical-sizing);
}
#page {
  /*all website areas*/
  max-width: 1920px;
  margin: 0 auto;
}
.site-header {
  /*website header*/
}
.site-content {
  /*site content main page + widget container*/
}
.content-area {
  /*main page area*/
}
.widget-area {
  /*widget area*/
}
.site-footer {
  /*website footer*/
}
.clear {
  clear: both;
}

a.general-but-black {
  display: flex;
  padding: 14px 30px;
  justify-content: center;
  align-items: center;
  gap: 10px;
  border-radius: 60px;
  background: #231f20;
  text-decoration: none;

  span {
    color: #fff;
    font-family: var(--font-parkinsans);
    font-size: var(--font-size-16, 16px);
    font-style: normal;
    font-weight: 500;
    line-height: var(--line-height-24, 24px);
    letter-spacing: var(--letter-spacing--0_64, -0.64px);
  }

  svg {
    width: 12px;
    height: 12px;
    flex-shrink: 0;
    opacity: var(--opacity-100, 1);
  }

  &:hover {
    opacity: 0.8;
  }
  &:visited {
    color: #fff;
  }
}

.general-text-pill {
  width: fit-content;
  display: flex;
  padding: 2px 12px;
  justify-content: center;
  align-items: center;
  gap: 10px;
  border-radius: 60px;
  background: var(--color-grey-97, #f7f7f7);

  .pill-text-gradient {
    font-family: var(--font-parkinsans);
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 24px;
    letter-spacing: -0.64px;
    background: var(--gradient-orange-pink);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
  }

  .pill-text-black-bold {
    color: #050505;
    font-family: var(--font-parkinsans);
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 24px; /* 150% */
    letter-spacing: -0.56px;
  }

  .pill-text-black-thin {
    color: #000;
    font-family: var(--font-parkinsans);
    font-size: 16px;
    font-style: normal;
    font-weight: 300;
    line-height: 24px; /* 150% */
    letter-spacing: -0.56px;
  }
}

.general-but-small-gradient {
  display: flex;
  padding: 4px 14px;
  justify-content: center;
  align-items: center;
  align-self: stretch;
  border-radius: 60px;
  background: var(--gradient-orange-pink);
  color: #fff;
  font-family: var(--font-parkinsans);
  font-size: 16px;
  font-style: normal;
  font-weight: 300;
  line-height: 24px; /* 150% */
  letter-spacing: -0.56px;
  text-decoration: none;

  &:hover {
    opacity: 0.8;
    color: #fff;
  }
  &:visited {
    color: #fff;
  }
}
.general-but-small-grey {
  display: flex;
  padding: 4px 14px;
  justify-content: center;
  align-items: center;
  align-self: stretch;
  border-radius: 60px;
  background: #e9eaeb;
  color: #777272;
  font-family: var(--font-parkinsans);
  font-size: 16px;
  font-style: normal;
  font-weight: 300;
  line-height: 24px; /* 150% */
  letter-spacing: -0.56px;
  text-decoration: none;

  &:hover {
    opacity: 0.8;
    color: #777272;
  }
  &:visited {
    color: #777272;
  }
}
a.general-but-small-black {
  display: flex;
  padding: 4px 14px;
  justify-content: center;
  align-items: center;
  align-self: stretch;
  border-radius: 60px;
  background: #000;
  color: #fff;
  font-family: var(--font-parkinsans);
  font-size: 16px;
  font-style: normal;
  font-weight: 300;
  line-height: 24px; /* 150% */
  letter-spacing: -0.56px;
  text-decoration: none;

  &:hover {
    opacity: 0.8;
    color: #fff;
  }
  &:visited {
    color: #fff;
  }
}

a.general-link-text-underline {
  color: #000;
  font-family: var(--font-parkinsans);
  font-size: var(--font-size-16, 16px);
  font-style: normal;
  font-weight: var(--font-weight-300, 300);
  line-height: var(--line-height-24, 24px); /* 150% */
  letter-spacing: var(--letter-spacing--0_56, -0.56px);
  position: relative;
  text-decoration: none;

  &:hover {
    text-decoration: none;
    color: #000;
    background: var(--gradient-pink-orange);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
  }

  &:visited {
    color: #000;
  }

  &::before {
    content: "";
    display: block;
    width: 25px;
    height: 1px;
    background: #000;
    position: absolute;
    left: 0px;
    bottom: 0px;
  }
}

a.icon-but-white {
  display: flex;
  padding: 14px 30px;
  justify-content: center;
  align-items: center;
  gap: 10px;
  border-radius: 60px;
  background: #fff;
  text-decoration: none;

  span {
    color: #000;
    background: var(--gradient-pink-orange);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-family: var(--font-parkinsans);
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 24px;
    letter-spacing: -0.64px;
  }

  svg {
    width: 24px;
    height: 24px;
    flex-shrink: 0;
    opacity: var(--opacity-100, 1);
  }

  &:hover {
    opacity: 0.8;
  }
}

/* page intro style */
.page-intro-holder {
  position: relative;
  z-index: 0;
  background-color: rgba(247, 247, 247, 1);
  padding: 110px 0;
  margin-bottom: 50px;

  &::before {
    content: "";
    position: absolute;
    inset: 0;
    background: url("images/grid.png") top center no-repeat;
    background-size: cover;
    opacity: 0.3;
    pointer-events: none;
    z-index: -1;
  }
}
.page-intro-content {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  gap: 40px;
}
h1.page-intro-name {
  margin-bottom: 0px !important;
  color: var(
    --hr-pro-template-framer-website-black,
    var(--color-black-solid, #000)
  );
  font-family: var(--font-parkinsans);
  font-size: var(--font-size-16, 16px);
  font-style: normal;
  font-weight: var(--font-weight-300, 300);
  line-height: var(--line-height-24, 24px); /* 150% */
  letter-spacing: var(--letter-spacing--0_56, -0.56px);
}
.page-intro-tagline {
  color: var(
    --hr-pro-template-framer-website-black,
    var(--color-black-solid, #000)
  );
  text-align: center;
  font-family: var(--font-parkinsans);
  font-size: var(--font-size-54, 54px);
  font-style: normal;
  font-weight: 400;
  line-height: var(--line-height-59_4, 59.4px); /* 110% */
  letter-spacing: var(--letter-spacing--2, -2px);

  h1 {
    font-size: 40px;
    margin-top: 0px;
    margin-bottom: 0px;
  }
}
.page-intro-description {
  color: var(
    --hr-pro-template-framer-website-boulder,
    var(--color-grey-46, #777272)
  );
  text-align: center;
  font-family: var(--font-parkinsans);
  font-size: var(--font-size-16, 16px);
  font-style: normal;
  font-weight: 500;
  line-height: var(--line-height-24, 24px); /* 150% */
  letter-spacing: var(--letter-spacing--0_56, -0.56px);
}

/* page CTA style */
.page-cta-holder {
  position: relative;
  z-index: 0;
  background: var(--gradient-orange-pink);
  padding: 30px 0 90px 0;

  &::before {
    content: "";
    position: absolute;
    inset: 0;
    background: url("images/grid.png") top center no-repeat;
    background-size: cover;
    opacity: 0.3;
    pointer-events: none;
    z-index: -1;
  }
}
.page-cta-content {
  margin: 0 auto;
  display: flex;
  max-width: 600px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 40px;
  text-align: center;
  color: #fff;
}
.page-cta-title {
  color: var(--hr-pro-template-framer-website-black-white, #fff);
  text-align: center;
  font-family: var(--font-parkinsans);
  font-size: var(--font-size-42, 42px);
  font-style: normal;
  font-weight: var(--font-weight-300, 300);
  line-height: var(--line-height-50_4, 50.4px); /* 120% */
  letter-spacing: var(--letter-spacing--1_52, -1.52px);
}
.page-cta-description {
  color: var(--hr-pro-template-framer-website-black-white, #fff);
  text-align: center;
  font-family: var(--font-parkinsans);
  font-size: var(--font-size-14, 14px);
  font-style: normal;
  font-weight: var(--font-weight-300, 300);
  line-height: var(--line-height-21, 21px); /* 150% */
  letter-spacing: var(--letter-spacing--0_56, -0.56px);

  p:last-of-type {
    margin-bottom: 0px;
  }
}
.page-cta-button {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
}
/******************/
/*end style layout*/
/******************/

/********************/
/*start style Header*/
/********************/
/*navigation*/
#site-navigation {
  /*main menu container*/
}
.main-navigation ul {
  /*main ul menu*/
  display: flex;
  align-items: center;
  gap: 50px;
}
.main-navigation a {
  /*regular item style*/
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 6px;
  color: var(--color-grey-46, #777272);
  font-family: var(--font-parkinsans);
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 24px; /* 150% */
  letter-spacing: 0.64px;

  &:hover {
    text-decoration: none;
    color: var(--color-grey-13, #231f20);
  }
  &:focus {
    outline: none;
    color: var(--color-grey-13, #231f20);
  }
}

.main-navigation .current_page_item a,
.main-navigation .current-menu-item a {
  /*current item style*/
  color: var(--color-grey-13, #231f20);
  font-family: var(--font-parkinsans);
  font-style: normal;
  font-weight: 500;

  &::after {
    content: "";
    display: block;
    width: 8px;
    height: 8px;
    background: url(images/icon-2-8x8.svg) no-repeat center;
  }
}
.main-navigation ul ul {
  /*second menu level ul*/
}
.main-navigation ul ul a {
  /*second level item style*/
}
.main-navigation ul ul li {
  /*second level item container style*/
}
/*end navigation*/

.header-container {
  display: flex;
  padding: 16px 0;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  align-self: stretch;
  width: 100%;
}
a.header-contact-but {
  display: flex;
  padding: 14px 30px;
  justify-content: center;
  align-items: center;
  gap: 10px;
  border-radius: 60px;
  background: var(--gradient-orange-pink);
  color: #fff;
  font-family: var(--font-parkinsans);
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 24px;
  letter-spacing: -0.64px;
  text-decoration: none;

  &:hover {
    opacity: 0.8;
  }
}

/******************/
/*end style Header*/
/******************/

/********************/
/*start style Footer*/
/********************/
footer.site-footer {
  background-color: #000;
  padding: 100px 0 30px 0;
  color: var(
    --hr-pro-template-framer-website-boulder,
    var(--color-grey-46, #777272)
  );
  font-family: var(--font-parkinsans);
  font-size: var(--font-size-16, 16px);
  font-style: normal;
  font-weight: 500;
  line-height: var(--line-height-24, 24px); /* 150% */
  letter-spacing: var(--letter-spacing--0_64, -0.64px);
}
.footer-menu-cols {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 20px;
}

.footer-logo-col {
  margin-bottom: 40px;
}

.footer-menu-col {
  /* margin-bottom: 20px; */

  a {
    color: #777272;
    text-decoration: none;

    &:hover {
      color: #fff;
    }
  }
}
.footer-menu-col ul.menu {
  margin-left: 0px;
  padding-left: 0px;
  list-style: none;
}

.footer-menu-title {
  color: var(--hr-pro-template-framer-website-black-white, #fff);
  font-family: var(--font-parkinsans);
  font-size: var(--line-height-24, 24px);
  font-style: normal;
  margin-bottom: 16px;
  font-weight: var(--font-weight-300, 300);
  line-height: var(--line-height-28_8, 28.8px); /* 120% */
  letter-spacing: var(--letter-spacing--0_96, -0.96px);
}
.footer-copyright {
  color: var(
    --hr-pro-template-framer-website-boulder,
    var(--color-grey-46, #777272)
  );
  font-family: var(--font-parkinsans);
  font-size: var(--font-size-14, 14px);
  font-style: normal;
  font-weight: var(--font-weight-300, 300);
  line-height: var(--line-height-21, 21px); /* 150% */
  letter-spacing: var(--letter-spacing--0_56, -0.56px);
}
/******************/
/*end style Footer*/
/******************/

/**********************/
/*start style TPL Home*/
/**********************/

.home-hero-holder {
  position: relative;
  z-index: 0;
  background-color: #fff;

  &::before {
    content: "";
    position: absolute;
    inset: 0;
    background: url("images/grid.png") calc(50% - 400px) top no-repeat;
    background-size: cover;
    opacity: 0.3;
    pointer-events: none;
    z-index: -1;
  }
}

.home-hero-row {
  padding-top: 100px;
  padding-bottom: 100px;
}

.home-hero-container {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 100px;
  flex-shrink: 0;
  align-self: stretch;
}

.home-hero-left-col {
  display: flex;
  flex-direction: column;
  gap: 40px;
}
.hh-left-top {
  display: flex;
  flex-direction: column;
  gap: 22px;
}
.hh-experience {
  width: fit-content;
  display: flex;
  padding: 2px 12px;
  justify-content: center;
  align-items: center;
  gap: 10px;
  border-radius: 60px;
  background: var(--color-grey-97, #f7f7f7);

  .hh-years {
    font-family: var(--font-parkinsans);
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 24px;
    letter-spacing: -0.64px;
    background: var(--gradient-orange-pink);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
  }

  .hh-years-text {
    color: #050505;
    font-family: var(--font-parkinsans);
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 24px; /* 150% */
    letter-spacing: -0.56px;
  }
}

.hh-title {
  align-self: stretch;
  color: #0e0e0e;
  font-family: var(--font-parkinsans);
  font-size: 54px;
  font-style: normal;
  font-weight: 400;
  line-height: 59.4px;
  letter-spacing: -2px;
}
.hh-text {
  align-self: stretch;
  color: #777272;
  font-family: var(--font-parkinsans);
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 24px;
  letter-spacing: -0.56px;
}

.hh-left-bottom {
  display: flex;
  align-items: flex-start;
  gap: 10px;
}
a.hh-but-gradient {
  display: flex;
  padding: 14px 30px;
  justify-content: center;
  align-items: center;
  gap: 10px;
  border-radius: 60px;
  background: var(--gradient-orange-pink);
  text-decoration: none;
  width: fit-content;

  span {
    color: #fff;
    font-family: var(--font-parkinsans);
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 24px;
    letter-spacing: -0.64px;
  }

  svg {
    width: 24px;
    height: 24px;
    flex-shrink: 0;
    opacity: var(--opacity-100, 1);
  }

  &:hover {
    opacity: 0.8;
  }
}

a.hh-but-black {
  display: flex;
  padding: 14px 30px;
  justify-content: center;
  align-items: center;
  gap: 10px;
  border-radius: 60px;
  background: #231f20;
  text-decoration: none;

  span {
    color: #fff;
    font-family: var(--font-parkinsans);
    font-size: var(--font-size-16, 16px);
    font-style: normal;
    font-weight: 500;
    line-height: var(--line-height-24, 24px);
    letter-spacing: var(--letter-spacing--0_64, -0.64px);
  }

  svg {
    width: 24px;
    height: 24px;
    flex-shrink: 0;
    opacity: var(--opacity-100, 1);
  }

  &:hover {
    opacity: 0.8;
  }
}

/**/
.home-hero-right-col {
  width: 610px;
  height: 420px;
  display: flex;
  align-items: center;
}

.hh-right-holder {
  display: inline-flex;
  padding: 15px 375px 15px 16px;
  align-items: center;
  border-radius: 18px;
  background: var(--color-grey-92, #e9eaeb);
  position: relative;
  height: 350px;
}

.hh-img-text {
  display: flex;
  width: 219px;
  flex-direction: column;
  align-items: flex-start;
  gap: 122px;

  .hh-img-text-top {
    align-self: stretch;
    color: #000;
    font-family: var(--font-parkinsans);
    font-size: 24px;
    font-style: normal;
    font-weight: 300;
    line-height: 28.8px;
    letter-spacing: -0.96px;
  }

  .hh-img-text-bottom {
    align-self: stretch;
    color: #231f20;

    font-family: var(--font-parkinsans);
    font-size: 14px;
    font-style: normal;
    font-weight: 300;
    line-height: 21px;
    letter-spacing: -0.56px;
  }
}

.hh-banner-wrapper {
  display: flex;
  width: 315px;
  height: 420px;
  min-height: 420px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  flex-shrink: 0;
  border-radius: 16px;
  position: absolute;
  right: 25px;
  box-shadow: 0 12px 16px 0 rgba(10, 13, 18, 0.08),
    0 4px 5px -2px rgba(10, 13, 18, 0.03), 0 2px 2px -1px rgba(10, 13, 18, 0.03);

  img {
    width: 315px;
    height: 420px;
    flex-shrink: 0;
    border-radius: 16px;
    background: var(--color-white-02, rgba(255, 255, 255, 0));
    box-shadow: 0 12px 16px 0 rgba(10, 13, 18, 0.08),
      0 4px 5px -2px rgba(10, 13, 18, 0.03),
      0 2px 2px -1px rgba(10, 13, 18, 0.03);
  }
}

/**/
.partners-col {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 30px;
}

/**/
.home-consultanta-holder {
  margin-top: 100px;
  padding-bottom: 30px;
  background: #f7f7f7;
  position: relative;
  z-index: 0;

  &::before {
    content: "";
    position: absolute;
    inset: 0;
    background: url("images/grid.png") top center no-repeat;
    background-size: cover;
    opacity: 0.3;
    pointer-events: none;
    z-index: -1;
  }
}
.consultanta-entry-content {
  display: flex;
  gap: 60px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  z-index: 99;
}
.top-arrow-icon {
  margin-top: 70px;
  display: flex;
  width: 74px;
  padding: 24px 0;
  justify-content: center;
  align-items: center;
  border-radius: 16px;
  background: var(--color-white-solid, #fff);
  box-shadow: 0 12px 16px 0 rgba(10, 13, 18, 0.08),
    0 4px 5px -2px rgba(10, 13, 18, 0.03), 0 2px 2px -1px rgba(10, 13, 18, 0.03);
}

.home-consultanta-info {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 30px;
  flex-shrink: 0;
}
h2.home-consultanta-title {
  max-width: 650px;
  margin-bottom: 0px !important;
  color: #231f20;
  text-align: center;
  font-family: var(--font-parkinsans);
  font-size: 42px;
  font-style: normal;
  font-weight: 400;
  line-height: var(--line-height-59_4, 59.4px); /* 141.429% */
  letter-spacing: var(--letter-spacing--2, -2px);
}
.home-consultanta-text {
  color: #777272;
  max-width: 650px;
  text-align: center;
  font-family: Parkinsans;
  font-size: var(--font-size-16, 16px);
  font-style: normal;
  font-weight: 500;
  line-height: var(--line-height-24, 24px); /* 150% */
  letter-spacing: var(--letter-spacing--0_56, -0.56px);
}
a.home-consultanta-but {
  display: flex;
  padding: 14px 30px;
  justify-content: center;
  align-items: center;
  gap: var(--item-spacing-10, 10px);
  border-radius: 60px;
  background: var(--color-black-solid, #000);
  color: var(--hr-pro-template-framer-website-black-white, #fff);
  font-family: var(--font-parkinsans);
  font-size: var(--font-size-16, 16px);
  font-style: normal;
  font-weight: 500;
  line-height: var(--line-height-24, 24px); /* 150% */
  letter-spacing: var(--letter-spacing--0_64, -0.64px);
  text-decoration: none;
}

.home-consultanta-col {
  margin-bottom: 30px;
}
.hs-inner {
  display: flex;
  padding: 20px 20px 80px 20px;
  flex-direction: column;
  align-items: flex-start;
  gap: var(--item-spacing-40, 40px);
  align-self: stretch;
  border-radius: 16px;
  background: linear-gradient(
    180deg,
    var(--color-white-solid, #fff) 40%,
    var(--color-white-0, rgba(255, 255, 255, 0)) 100%
  );
}
.home-consultanta-col-title {
  color: #000;
  font-family: var(--font-parkinsans);
  font-size: var(--item-spacing-20, 20px);
  font-style: normal;
  font-weight: var(--font-weight-300, 300);
  line-height: var(--line-height-22, 22px); /* 110% */
  letter-spacing: var(--letter-spacing--0_8, -0.8px);
  margin-bottom: 14px;
}
.home-consultanta-col-text {
  align-self: stretch;
  color: #231f20;
  font-family: var(--font-parkinsans);
  font-size: var(--font-size-14, 14px);
  font-style: normal;
  font-weight: var(--font-weight-300, 300);
  line-height: var(--line-height-21, 21px); /* 150% */
  letter-spacing: var(--letter-spacing--0_56, -0.56px);
}

/* Home Services */
.home-services-holder {
  position: relative;
  z-index: 0;
  background-color: #fff;
  padding: 100px 0;

  &::before {
    content: "";
    position: absolute;
    inset: 0;
    background: url("images/grid.png") calc(50% - 400px) top no-repeat;
    background-size: cover;
    opacity: 0.3;
    pointer-events: none;
    z-index: -1;
  }
}
.hs-container {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  gap: 40px;
}

.hs-text {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 20px;
  max-width: 600px;
}
.hs-text-title {
  color: #0e0e0e;
  font-family: var(--font-parkinsans);
  font-size: 42px;
  font-style: normal;
  font-weight: 400;
  line-height: var(--line-height-59_4, 59.4px); /* 141.429% */
  letter-spacing: var(--letter-spacing--2, -2px);
}
.hs-text-description {
  color: var(
    --hr-pro-template-framer-website-boulder,
    var(--color-grey-46, #777272)
  );
  font-family: var(--font-parkinsans);
  font-size: var(--font-size-16, 16px);
  font-style: normal;
  font-weight: 500;
  line-height: var(--line-height-24, 24px); /* 150% */
  letter-spacing: var(--letter-spacing--0_56, -0.56px);
}

.hs-content {
  width: 100%;
}
.hs-content-holder {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 20px;
  align-self: stretch;
}
.hs-content-buttons {
  display: flex;
  align-items: center;
  align-content: center;
  gap: 16px;
  flex-wrap: wrap;
}

.hs-content-info-holder {
  width: 100%;
  display: flex;
  padding: 10px 10px 10px 50px;
  justify-content: space-between;
  align-items: center;
  border-radius: 16px;
  background: #fff;
  border: var(--stroke-weight-1, 1px) solid var(--color-grey-92, #e9eaeb);
  box-shadow: 0 12px 16px 0 rgba(10, 13, 18, 0.08),
    0 4px 5px -2px rgba(10, 13, 18, 0.03), 0 2px 2px -1px rgba(10, 13, 18, 0.03);
}

.hs-content-info-left {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  gap: var(--item-spacing-20, 20px);
}

.hs-content-info-title {
  font-family: var(--font-parkinsans);
  font-size: var(--item-spacing-30, 30px);
  font-style: normal;
  font-weight: var(--font-weight-300, 300);
  line-height: var(--line-height-36, 36px); /* 120% */
  letter-spacing: var(--letter-spacing--1_3, -1.3px);
  background: var(--gradient-pink-orange);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.hs-content-info-text {
  align-self: stretch;
  color: #777272;
  font-family: var(--font-parkinsans);
  font-size: var(--font-size-16, 16px);
  font-style: normal;
  line-height: var(--line-height-24, 24px); /* 150% */
  letter-spacing: var(--letter-spacing--0_56, -0.56px);

  ul {
    padding-left: 0px;
    margin-left: 0px;

    li {
      list-style: none;
      background: url("images/list-icon-w.png") no-repeat left center;
      padding-left: 35px;
    }
  }
}

.hs-content-info-right {
  img {
    border-radius: 8px;
    max-width: 353px;
  }
}

/* Home HR Interim */
.home-hr-interim-holder {
  padding: 80px 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 60px;
  width: 100%;
  background: var(--gradient-orange-pink);
  color: #fff;
}

.hhr-interim-info {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  gap: 24px;
  max-width: 700px;
}
.hhr-interim-title {
  color: #fff;
  font-family: var(--font-parkinsans);
  font-size: var(--font-size-42, 42px);
  font-style: normal;
  font-weight: var(--font-weight-300, 300);
  line-height: var(--line-height-50_4, 50.4px);
  letter-spacing: var(--letter-spacing--1_52, -1.52px);
}
.hhr-interim-description {
  color: #fff;
  font-family: var(--font-parkinsans);
  font-size: var(--font-size-16, 16px);
  font-style: normal;
  font-weight: 500;
  line-height: var(--line-height-24, 24px); /* 150% */
  letter-spacing: var(--letter-spacing--0_56, -0.56px);
}

.hhr-interim-steps {
  margin-top: 40px;
}
.hhr-interim-step {
  display: flex;
  gap: 20px;
  flex-direction: column;
  margin-bottom: 30px;
}

.hhr-interim-step-number {
  width: 30px;
  height: 30px;
  border-radius: 10px;
  background-color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  border: var(--stroke-weight-1, 1px) solid
    var(--color-white-12, rgba(255, 255, 255, 0.12));

  span {
    font-family: var(--font-parkinsans);
    font-size: var(--font-size-14, 14px);
    font-style: normal;
    font-weight: var(--font-weight-300, 300);
    line-height: var(--line-height-21, 21px); /* 150% */
    letter-spacing: var(--letter-spacing--0_56, -0.56px);
    background: var(--gradient-pink-orange);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
  }
}
.hhr-interim-step-separator {
  display: flex;
  height: 1px;
  padding-right: 220px;
  align-items: center;
  position: relative;
  background: rgba(174, 218, 148, 0.2);

  &::before {
    content: "";
    position: absolute;
    left: 0px;
    top: 0px;
    height: 2px;
    inset: 0;
    background: #fff;
    background-size: contain;
    opacity: 0.8;
    pointer-events: none;
    width: 180px;
  }
}
.hhr-interim-step-title {
  font-family: var(--font-parkinsans);
  color: #fff;
  font-size: var(--item-spacing-20, 20px);
  font-style: normal;
  font-weight: var(--font-weight-300, 300);
  line-height: var(--line-height-22, 22px); /* 110% */
  letter-spacing: var(--letter-spacing--0_8, -0.8px);
  margin-bottom: 14px;
}
.hhr-interim-step-description {
  color: #fff;
  font-family: var(--font-parkinsans);
  font-size: var(--font-size-14, 14px);
  font-style: normal;
  font-weight: var(--font-weight-300, 300);
  line-height: var(--line-height-21, 21px); /* 150% */
  letter-spacing: var(--letter-spacing--0_56, -0.56px);
}

.hr-interim-banner {
  background: url("images/hr-interim-image.jpg") no-repeat top center;
  background-size: cover;
  height: 550px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-end;
  padding: 0 20px 40px 20px;
  gap: 40px;
  border-radius: 10px;
  overflow: hidden;
  margin-top: 70px;
}
.hr-interim-banner-title {
  max-width: 660px;
  color: #fff;
  text-align: center;
  font-family: var(--font-parkinsans);
  font-size: var(--font-size-42, 42px);
  font-style: normal;
  font-weight: var(--font-weight-300, 300);
  line-height: var(--line-height-50_4, 50.4px); /* 120% */
  letter-spacing: var(--letter-spacing--1_52, -1.52px);
}

/* FAQ Styles */
.faq-holder {
  position: relative;
  z-index: 0;
  background-color: #fff;
  padding: 150px 0;

  &::before {
    content: "";
    position: absolute;
    inset: 0;
    background: url("images/grid.png") calc(50% + 300px) top no-repeat;
    background-size: cover;
    opacity: 0.3;
    pointer-events: none;
    z-index: -1;
  }
}
.faq-container {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 50px;
}
.faq-info {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 40px;
  max-width: 600px;
}
.faq-title {
  color: #000;
  text-align: center;
  font-family: var(--font-parkinsans);
  font-size: 42px;
  font-style: normal;
  font-weight: 400;
  line-height: var(--line-height-59_4, 59.4px); /* 141.429% */
  letter-spacing: var(--letter-spacing--2, -2px);
}
.faq-description {
  color: #777272;
  text-align: center;
  font-family: var(--font-parkinsans);
  font-size: var(--font-size-16, 16px);
  font-style: normal;
  font-weight: 500;
  line-height: var(--line-height-24, 24px); /* 150% */
  letter-spacing: var(--letter-spacing--0_56, -0.56px);
}

.faq-questions {
  width: 100%;
}
.accordion-item {
  margin-bottom: 30px;
  border-radius: 8px;
  padding: 10px 0;
  border: var(--stroke-weight-1, 1px) solid var(--color-grey-92, #e9eaeb);
  background: var(--color-grey-97, #f7f7f7);
  box-shadow: 0 12px 16px 0 rgba(10, 13, 18, 0.08),
    0 4px 5px -2px rgba(10, 13, 18, 0.03), 0 2px 2px -1px rgba(10, 13, 18, 0.03);
}
.accordion-button {
  color: #000;
  font-family: var(--font-parkinsans);
  font-size: var(--font-size-20, 18px) !important;
  font-style: normal;
  font-weight: var(--font-weight-300, 300);
  line-height: var(--line-height-22, 22px); /* 110% */
  letter-spacing: var(--letter-spacing--0_8, -0.8px);
  background: var(--color-grey-97, #f7f7f7);
  gap:10px;

  &:focus {
    outline: none;
    border: none !important;
    box-shadow: none !important;
  }
}

.accordion-button:not(.collapsed) {
  color: #000;
  box-shadow: none !important;
  background-color: transparent;
  border-bottom: 2px solid #ccc !important;

  &:focus {
    outline: none;
  }
}

.accordion-button::after {
  background-image: url("images/icon-2-8x8.svg") !important;
  content: "";
  width: 12px;
  height: 12px;
  background-size: contain;
  background-repeat: no-repeat;
}

/* Testimonials Styles */
.testimonials-holder {
  position: relative;
  z-index: 0;
  background-color: #fff;
  padding: 150px 0;

  &::before {
    content: "";
    position: absolute;
    inset: 0;
    background: url("images/grid.png") calc(50% - 300px) top no-repeat;
    background-size: cover;
    opacity: 0.3;
    pointer-events: none;
    z-index: -1;
  }
}
.testimonials-container {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 50px;
}
.testimonials-info {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 40px;
  max-width: 600px;
}
.testimonials-title {
  color: #000;
  text-align: center;
  font-family: var(--font-parkinsans);
  font-size: 42px;
  font-style: normal;
  font-weight: 400;
  line-height: var(--line-height-59_4, 59.4px); /* 141.429% */
  letter-spacing: var(--letter-spacing--2, -2px);
}
.testimonials-description {
  color: #777272;
  text-align: center;
  font-family: var(--font-parkinsans);
  font-size: var(--font-size-16, 16px);
  font-style: normal;
  font-weight: 500;
  line-height: var(--line-height-24, 24px); /* 150% */
  letter-spacing: var(--letter-spacing--0_56, -0.56px);
}

.testimonial-card {
  border-radius: 16px;
  background: var(--hr-pro-template-framer-website-black-white, #fff);
  box-shadow: 0 12px 16px 0 rgba(10, 13, 18, 0.08),
    0 4px 5px -2px rgba(10, 13, 18, 0.03), 0 2px 2px -1px rgba(10, 13, 18, 0.03);
  border: var(--stroke-weight-1, 1px) solid var(--color-white-solid, #fff);
  display: flex;
  padding: 30px 20px 20px 20px;
  flex-direction: column;
  align-items: flex-start;
  gap: 20px;
  align-self: stretch;
}
.testimonial-photo {
  width: 54px;
  height: 54px;
  align-self: stretch;
  border-radius: 27px;

  img {
    border-radius: 27px;
  }
}

.testimonial-company {
  color: var(
    --hr-pro-template-framer-website-black,
    var(--color-black-solid, #000)
  );
  font-family: var(--font-parkinsans);
  font-size: var(--font-size-20, 20px);
  font-style: normal;
  font-weight: var(--font-weight-300, 300);
  line-height: var(--line-height-22, 22px); /* 110% */
  letter-spacing: var(--letter-spacing--0_8, -0.8px);
}

.testimonial-person {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: flex-start;
  gap: 10px;
  align-self: stretch;
}

.testimonial-name {
  color: var(
    --hr-pro-template-framer-website-black,
    var(--color-black-solid, #000)
  );
  font-family: var(--font-parkinsans);
  font-size: var(--font-size-16, 16px);
  font-style: normal;
  font-weight: var(--font-weight-300, 300);
  line-height: var(--line-height-24, 24px); /* 150% */
  letter-spacing: var(--letter-spacing--0_64, -0.64px);
}
.testimonial-position {
  color: var(
    --hr-pro-template-framer-website-boulder,
    var(--color-grey-46, #777272)
  );
  font-family: var(--font-parkinsans);
  font-size: var(--font-size-14, 14px);
  font-style: normal;
  font-weight: var(--font-weight-300, 300);
  line-height: var(--line-height-21, 21px); /* 150% */
  letter-spacing: var(--letter-spacing--0_56, -0.56px);
}

.testimonial-text {
  color: var(
    --hr-pro-template-framer-website-black,
    var(--color-black-solid, #000)
  );
  font-family: var(--font-parkinsans);
  font-size: 16px;
  font-style: normal;
  font-weight: var(--font-weight-300, 300);
  line-height: 22px;
  letter-spacing: var(--letter-spacing--0_56, -0.56px);
}
.testimonial-text p:last-of-type {
  margin-bottom: 0px !important;
}

/* CTA Section */

.cta-holder {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 50px 0 0 0;
}

.cta-info-holder {
  flex: 1;
  padding: 15px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: var(--gradient-orange-pink);
  height: 650px;
}
.cta-info-content {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  gap: 30px;
  width: 100%;
  max-width: 550px;
}
.cta-info-title {
  color: var(--hr-pro-template-framer-website-black-white, #fff);
  font-family: var(--font-parkinsans);
  font-size: var(--font-size-42, 42px);
  font-style: normal;
  font-weight: 400;
  line-height: var(--line-height-50_4, 50.4px); /* 120% */
  letter-spacing: var(--letter-spacing--1_52, -1.52px);
}
.cta-info-description {
  color: var(--hr-pro-template-framer-website-black-white, #fff);
  font-family: var(--font-parkinsans);
  font-size: var(--font-size-14, 14px);
  font-style: normal;
  font-weight: var(--font-weight-300, 300);
  line-height: var(--line-height-21, 21px); /* 150% */
  letter-spacing: var(--letter-spacing--0_56, -0.56px);
}
.cta-info-actions {
  display: flex;
  gap: 20px;
}
.cta-image {
  flex: 1;
  background: url("images/cta-bg.jpg") no-repeat top center;
  background-size: cover;
  height: 650px;
}

/********************/
/*end style TPL Home*/
/********************/

/********************/
/*start style TPL Despre Noi*/
/********************/

/* *** */
.about-us-text-col {
  display: flex;
  justify-content: center;
  flex-direction: column;
  gap: 25px;
}
.about-us-heading {
  color: #000;
  font-family: var(--font-parkinsans);
  font-size: 42px;
  font-style: normal;
  font-weight: 300;
  line-height: 50.4px; /* 120% */
  letter-spacing: -1.52px;
}
.about-us-text {
  color: #777272;
  font-family: var(--font-parkinsans);
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 21px; /* 150% */
  letter-spacing: -0.56px;
}
.about-us-numbers {
  display: flex;
  border-top: 1px solid #e9eaeb;
}
.about-us-number-box {
  display: flex;
  padding-top: 20px;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  gap: 10px;

  &:first-of-type {
    padding-right: 40px;
    border-right: 1px solid #e9eaeb;
  }

  &:last-of-type {
    padding-left: 30px;
  }

  .number-no {
    font-family: var(--font-parkinsans);
    font-size: 75px;
    font-style: normal;
    font-weight: 300;
    line-height: 75px; /* 100% */
    letter-spacing: -0.64px;
    background: var(--gradient-orange-pink);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
  }
  .number-title {
    color: #777272;
    font-family: var(--font-parkinsans);
    font-size: 14px;
    font-style: normal;
    font-weight: 300;
    line-height: 21px; /* 150% */
    letter-spacing: -0.56px;
  }
}

.about-us-image-col img {
  border-radius: 16px;
}
/********************/
/*end style TPL Despre Noi*/
/********************/

/********************/
/*start style TPL Servicii*/
/********************/
.serviciu-col {
  margin-bottom: 30px;
}
.serviciu-box {
  display: flex;
  flex-direction: column;
  padding: 50px;
  justify-content: flex-start;
  align-items: flex-start;
  height: -webkit-fill-available;
  border-radius: 16px;
  background: #fff;
  box-shadow: 0 12px 16px 0 rgba(10, 13, 18, 0.08),
    0 4px 5px -2px rgba(10, 13, 18, 0.03), 0 2px 2px -1px rgba(10, 13, 18, 0.03);

  h3 {
    font-family: var(--font-parkinsans);
    font-size: var(--item-spacing-30, 30px);
    font-style: normal;
    font-weight: var(--font-weight-300, 300);
    line-height: var(--line-height-36, 36px); /* 120% */
    letter-spacing: var(--letter-spacing--1_3, -1.3px);
    background: var(--gradient-orange-pink);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
  }
  .serviciu-description {
    color: var(
      --hr-pro-template-framer-website-boulder,
      var(--color-grey-46, #777272)
    );
    font-family: var(--font-parkinsans);
    font-size: var(--font-size-16, 16px);
    font-style: normal;
    font-weight: 500;
    line-height: var(--line-height-24, 24px); /* 150% */
    letter-spacing: var(--letter-spacing--0_56, -0.56px);

    ul {
      padding-left: 0px;
      margin-left: 0px;

      li {
        list-style: none;
        background: url("images/list-icon-w.png") no-repeat left center;
        padding-left: 35px;
      }
    }
  }
}
/********************/
/*end style TPL Servicii*/
/********************/

/********************/
/*start style TPL Blog*/
/********************/
.blog-post-row {
  margin-bottom: 40px;
  padding-bottom: 40px;
  border-bottom: var(--stroke-weight-1, 1px) solid var(--color-grey-92, #e9eaeb);

  &:last-of-type {
    border-bottom: none;
    margin-bottom: 0px;
    padding-bottom: 0px;
  }
}
.blog-post-img-col img {
  border-radius: 10px;
  box-shadow: 0 12px 16px 0 rgba(10, 13, 18, 0.08),
    0 4px 5px -2px rgba(10, 13, 18, 0.03), 0 2px 2px -1px rgba(10, 13, 18, 0.03);
}
.blog-post-text-col {
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 20px;

  .published-date {
    color: var(
      --hr-pro-template-framer-website-boulder,
      var(--color-grey-46, #777272)
    );
    font-family: var(--font-parkinsans);
    font-size: var(--font-size-14, 14px);
    font-style: normal;
    font-weight: var(--font-weight-300, 300);
    line-height: var(--line-height-21, 21px); /* 150% */
    letter-spacing: var(--letter-spacing--0_56, -0.56px);
  }

  h3 {
    color: var(
      --hr-pro-template-framer-website-black,
      var(--color-black-solid, #000)
    );
    font-family: var(--font-parkinsans);
    font-size: var(--font-size-20, 20px);
    font-style: normal;
    font-weight: var(--font-weight-300, 300);
    line-height: var(--line-height-22, 22px); /* 110% */
    letter-spacing: var(--letter-spacing--0_8, -0.8px);
    text-decoration-line: underline;
    text-decoration-style: solid;
    text-decoration-skip-ink: auto;
    text-decoration-thickness: auto;
    text-underline-offset: auto;
    text-underline-position: from-font;
  }
  .blog-post-excerpt {
    color: var(
      --hr-pro-template-framer-website-boulder,
      var(--color-grey-46, #777272)
    );
    font-family: var(--font-parkinsans);
    font-size: var(--font-size-14, 14px);
    font-style: normal;
    font-weight: var(--font-weight-300, 300);
    line-height: var(--line-height-21, 21px); /* 150% */
    letter-spacing: var(--letter-spacing--0_56, -0.56px);
  }
}

.post-thumbnail {
  margin-bottom: 30px;

  img {
    border-radius: 10px;
    box-shadow: 0 12px 16px 0 rgba(10, 13, 18, 0.08),
      0 4px 5px -2px rgba(10, 13, 18, 0.03),
      0 2px 2px -1px rgba(10, 13, 18, 0.03);
  }
}
/********************/
/*end style TPL Blog*/
/********************/

/********************/
/*start style TPL Contact*/
/********************/
.contact-content {
  display: flex;
  padding: 20px;
  align-items: center;
  align-content: center;
  gap: 20px;

  flex-wrap: wrap;
  border-radius: 16px;
  background: var(--color-grey-97, #f7f7f7);
}

.contact-left {
  display: flex;
  padding: 30px;
  flex-direction: column;
  align-items: flex-start;
  gap: 150px;
  border-radius: 16px;
  background: #fff;
  flex: 1;
}
.contact-text {
  color: var(
    --hr-pro-template-framer-website-black,
    var(--color-black-solid, #000)
  );
  font-family: var(--font-parkinsans);
  font-size: var(--font-size-30, 30px);
  font-style: normal;
  font-weight: var(--font-weight-300, 300);
  line-height: var(--line-height-36, 36px); /* 120% */
  letter-spacing: var(--letter-spacing--1_3, -1.3px);
}
.contact-info-line {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 15px;
  color: var(
    --hr-pro-template-framer-website-boulder,
    var(--color-grey-46, #777272)
  );
  font-family: var(--font-parkinsans);
  font-size: var(--font-size-16, 16px);
  font-style: normal;
  font-weight: var(--font-weight-300, 300);
  line-height: var(--line-height-24, 24px); /* 150% */
  letter-spacing: var(--letter-spacing--0_56, -0.56px);

  a {
    color: #777272;
    text-decoration: none;

    &:hover {
      color: #000;
    }
  }
}
.contact-right {
  display: flex;
  padding: 30px;
  align-items: flex-start;
  justify-content: center;
  border-radius: 16px;
  background: #fff;
  flex: 1;
}
.gform_wrapper {
  width: 100%;
}
.ginput_container input,
.ginput_container textarea {
  border-radius: 8px !important;
  border: var(--stroke-weight-1, 1px) solid var(--color-grey-92, #e9eaeb) !important;
  color: var(
    --hr-pro-template-framer-website-boulder,
    var(--color-grey-46, #777272)
  ) !important;
  font-family: var(--font-family-Font-2, Parkinsans);
  font-size: var(--font-size-16, 16px);
  font-style: normal;
  font-weight: var(--font-weight-300, 300);
  line-height: normal;
}
.gform_button {
  background-color: transparent !important;
}
.gform-footer {
  input {
    box-shadow: none !important;
    padding: 0px !important;

    &:hover {
      opacity: 0.8;
    }
  }
}
/********************/
/*end style TPL Contact*/
/********************/

.rmp-container {
  max-width: 300px !important;
  background-color: #000 !important;
}
.rmp-menu-title-image {
  width: 132px !important;
  height: 42px !important;
}
.rmp-menu-item-link {
  text-align: center !important;
  padding: 0px !important;
}
.rmp_menu_trigger {
  background: #f7f7f7 !important;
  border: 1px solid #ccc !important;
}

/****************************/
/*start media fluid breakout*/
/****************************/
/* Large Devices, Wide Screens */
@media only screen and (max-width: 1200px) {
}

/* Medium Devices, Desktops */
@media only screen and (max-width: 991px) {
  /* header */
  .header-cta {
    display: none;
  }
  /* home */
  .home-hero-container {
    flex-direction: column;
  }

  .hs-content-info-holder {
    flex-direction: column-reverse;
    padding: 15px;
    gap: 30px;
  }

  .hh-right-holder {
    display: flex;
    flex-direction: column;
    gap: 30px;
    padding: 30px 15px;
    width: 100%;
    height: auto;
    text-align: center;
  }
  .hh-img-text {
    width: 100%;
    gap: 30px;
  }
  .home-hero-right-col {
    width: 100%;
    height: auto;
  }
  .hh-banner-wrapper {
    width: 100%;
    position: static;
    box-shadow: none;
  }

  .hs-inner {
    text-align: center;
    align-items: center;
  }

  .cta-holder {
    flex-direction: column;
  }
  .cta-info-holder {
    width: 100%;
    padding-bottom: 40px;
  }
  .cta-image {
    width: 100%;
    flex: none;
  }

  /* despre-noi */
  .about-us-image-col {
    margin-top: 40px;
  }
  .about-us-row-2 {
    flex-direction: column-reverse;
  }

  /* contact */
  .contact-content {
    flex-direction: column;
    width: 100%;
  }
  .contact-left {
    gap: 50px;
  }
  .contact-right {
    width: 100%;
  }
}

/* Small Devices, Tablets */
@media only screen and (max-width: 768px) {
  /* page-cta */
  .page-cta-title {
    font-size: 38px;
  }
  .page-cta-button {
    flex-direction: column;
  }

  /* header */
  .hh-left-bottom {
    flex-direction: column;
  }
  .hs-inner {
    border: 1px solid #ccc;
  }
  .faq-holder {
    padding: 50px 0;
  }
  .cta-info-actions {
    flex-direction: column;
  }

  /* footer */
  .footer-menu-cols {
    justify-content: flex-start;
    flex-wrap: nowrap;
    flex-direction: column;
  }

  /* blog */
  .blog-post-img-col img {
    margin-bottom: 10px;
  }
}

/* Extra Small Devices, Phones */
@media only screen and (max-width: 480px) {
}

/* Custom, iPhone Retina */
@media only screen and (max-width: 320px) {
}

/**************************/
/*end media fluid breakout*/
/**************************/
