@charset "UTF-8";/*! modern-normalize v3.0.1 | MIT License | https://github.com/sindresorhus/modern-normalize */

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

/**
Use a better box model (opinionated).
*/

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

html {
	/* Improve consistency of default fonts in all browsers. (https://github.com/sindresorhus/modern-normalize/issues/3) */
	font-family:
		system-ui,
		'Segoe UI',
		Roboto,
		Helvetica,
		Arial,
		sans-serif,
		'Apple Color Emoji',
		'Segoe UI Emoji';
	line-height: 1.15; /* 1. Correct the line height in all browsers. */
	-webkit-text-size-adjust: 100%; /* 2. Prevent adjustments of font size after orientation changes in iOS. */
	tab-size: 4; /* 3. Use a more readable tab size (opinionated). */
}

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

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

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

/**
Add the correct font weight in Chrome and Safari.
*/

b,
strong {
	font-weight: bolder;
}

/**
1. Improve consistency of default fonts in all browsers. (https://github.com/sindresorhus/modern-normalize/issues/3)
2. Correct the odd 'em' font sizing in all browsers.
*/

code,
kbd,
samp,
pre {
	font-family:
		ui-monospace,
		SFMono-Regular,
		Consolas,
		'Liberation Mono',
		Menlo,
		monospace; /* 1 */
	font-size: 1em; /* 2 */
}

/**
Add the correct font size in all browsers.
*/

small {
	font-size: 80%;
}

/**
Prevent 'sub' and 'sup' elements from affecting the line height in all browsers.
*/

sub,
sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}

sub {
	bottom: -0.25em;
}

sup {
	top: -0.5em;
}

/*
Tabular data
============
*/

/**
Correct table border color inheritance in Chrome and Safari. (https://issues.chromium.org/issues/40615503, https://bugs.webkit.org/show_bug.cgi?id=195016)
*/

table {
	border-color: currentcolor;
}

/*
Forms
=====
*/

/**
1. Change the font styles in all browsers.
2. Remove the margin in Firefox and Safari.
*/

button,
input,
optgroup,
select,
textarea {
	font-family: inherit; /* 1 */
	font-size: 100%; /* 1 */
	line-height: 1.15; /* 1 */
	margin: 0; /* 2 */
}

/**
Correct the inability to style clickable types in iOS and Safari.
*/

button,
[type='button'],
[type='reset'],
[type='submit'] {
	-webkit-appearance: button;
}

/**
Remove the padding so developers are not caught out when they zero out 'fieldset' elements in all browsers.
*/

legend {
	padding: 0;
}

/**
Add the correct vertical alignment in Chrome and Firefox.
*/

progress {
	vertical-align: baseline;
}

/**
Correct the cursor style of increment and decrement buttons in Safari.
*/

::-webkit-inner-spin-button,
::-webkit-outer-spin-button {
	height: auto;
}

/**
1. Correct the odd appearance in Chrome and Safari.
2. Correct the outline style in Safari.
*/

[type='search'] {
	-webkit-appearance: textfield; /* 1 */
	outline-offset: -2px; /* 2 */
}

/**
Remove the inner padding in Chrome and Safari on macOS.
*/

::-webkit-search-decoration {
	-webkit-appearance: none;
}

/**
1. Correct the inability to style clickable types in iOS and Safari.
2. Change font properties to 'inherit' in Safari.
*/

::-webkit-file-upload-button {
	-webkit-appearance: button; /* 1 */
	font: inherit; /* 2 */
}

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

/* Reserve space for hero curves */
.hero-curve-2 {
    width: 100%;
    height: 150px;
    overflow: hidden;
    display: block;
}

.hero-curve-2 img {
    width: 100%;
    height: 150px;
    display: block;
    object-fit: cover;
}

/* Reserve space for featured section */
#home-featured {
    min-height: 600px;
}

#home-featured img {
    width: 100%;
    height: auto;
    aspect-ratio: 16 / 9;
}

#home-featured .entry-content-wrap,
#home-featured article {
    min-height: 350px;
}

/* Stabilize main content area */
#primary.site-main {
    min-height: 800px;
}

/* Ensure all images have dimensions */
img:not([width]):not([height]) {
    aspect-ratio: attr(width) / attr(height);
}

/* Desktop & Mobile - Reserve exact space */
.hero-curve-2 {
    width: 100%;
    height: 150px;
    overflow: hidden;
    display: block;
    line-height: 0;
}

.hero-curve-2 img {
    width: 100%;
    height: 150px;
    display: block;
    object-fit: cover;
}

/* Mobile-specific fixes */
@media (max-width: 768px) {
    .hero-curve-2 {
        height: 80px; /* Adjust based on your mobile design */
    }
    
    .hero-curve-2 img {
        height: 80px;
    }
    #home-hero .hero-curve-2 {
      bottom: -43px !important;
    }
    
    /* Reserve space for featured section on mobile */
    #home-featured {
        min-height: 900px; /* Taller on mobile as content stacks */
    }
    
    /* Stabilize main content */
    #primary.site-main {
        min-height: 1200px;
    }
}

/* Prevent any image dimension changes */
img[width][height] {
    height: auto;
}

/* Force aspect ratio preservation */
.hero-curve-2 img,
.no-lazy img {
    aspect-ratio: 1920 / 150;
    max-width: 100%;
}

/*
Add the correct display in Chrome and Safari.
*/

summary {
	display: list-item;
}

@font-face {
  font-family: "AlbertSans";
  src: url("../fonts/AlbertSans-Regular.ttf");
  font-weight: 400;
  font-display: swap;
}
@font-face {
  font-family: "AlbertSans";
  src: url("../fonts/AlbertSans-Bold.ttf");
  font-weight: 700;
  font-display: swap;
}
@font-face {
  font-family: "AlbertSans";
  src: url("../fonts/AlbertSans-ExtraBold.ttf");
  font-weight: 800;
  font-display: swap;
}
@font-face {
  font-family: "AlbertSans";
  src: url("../fonts/AlbertSans-Black.ttf");
  font-weight: 900;
  font-display: swap;
}
@font-face {
  font-family: "AlbertSans";
  src: url("../fonts/AlbertSans-SemiBold.ttf");
  font-weight: 600;
  font-display: swap;
}
@font-face {
  font-family: "AlbertSans";
  src: url("../fonts/AlbertSans-Medium.ttf");
  font-weight: 500;
  font-display: swap;
}
.d-none {
  display: none;
}

.content-wrapper {
  background-color: #fff;
  left: 0;
  min-height: 100vh;
  position: relative;
  transition: all 0.5s ease;
  z-index: 1;
}

.omni-mobile-menu,
.toggle-btn {
  display: none;
}

.omni-mobile-menu {
  background-color: #6875F2;
  bottom: 0;
  height: 100vh;
  left: 0;
  list-style: none;
  margin-top: 0;
  opacity: 0;
  padding-left: 0;
  position: fixed;
  right: 0;
  top: 0;
  transition: opacity 0s ease 0.5s;
  width: 70vw;
  z-index: 0;
}
.omni-mobile-menu li {
  background-color: transparent;
  z-index: 1;
  position: relative;
}
.omni-mobile-menu a {
  background-color: transparent;
  border-bottom: 2px solid rgb(89.912804878, 104.1256097561, 240.787195122);
  color: #fff;
  display: block;
  font-size: 14px;
  font-weight: normal;
  padding: 20px 20px;
  text-decoration: none;
  transition: all 0.5s ease;
}
.omni-mobile-menu .omni-dropdown-toggle {
  background-color: transparent;
  color: #fff;
  display: block;
  font-size: 14px;
  font-weight: normal;
  padding: 20px 20px;
  text-decoration: none;
  transition: all 0.5s ease;
}
.omni-dropdown-toggle {
  cursor: pointer;
  position: absolute;
  top: 0;
  right: 0;
}
.omni-dropdown-toggle:after {
  content: "▾";
  display: inline-block;
  left: 5px;
  position: relative;
  top: 0;
  transition: transform 0.5s ease, top 0.5s ease;
}
.omni-dropdown-toggle.omni-menu-open:after {
  top: 2px;
  transform: rotate(-180deg);
}

.omni-dropdown-menu {
  list-style: none;
  max-height: 600px;
  opacity: 1;
  overflow-y: auto;
  padding-left: 0;
  transition: all 0.4s ease;
}
.omni-dropdown-menu.menu-collapsed {
  max-height: 0;
  opacity: 0;
}
.omni-dropdown-menu li a,
.omni-dropdown-menu li .omni-dropdown-toggle {
  box-sizing: border-box;
  padding-left: calc(20px * 2);
}
.omni-dropdown-menu li ul li a,
.omni-dropdown-menu li ul li .omni-dropdown-toggle {
  padding-left: calc(20px * 3);
}

.toggle-btn {
  align-items: center;
  cursor: pointer;
  position: absolute;
  right: 15px;
  top: 15px;
  transition: all 0.5s ease;
  z-index: 2;
}
.toggle-btn .hamburger-icon {
  background-color: transparent;
  border-radius: 5px;
  height: 40px;
  padding: 0;
  transition: all 0.5s ease;
  width: 40px;
}
.hamburger {
  transition: all 0.5s ease;
  user-select: none;
  -webkit-user-select: none;
}
.hamburger .top {
  stroke-dasharray: 40 160;
}
.hamburger .middle {
  stroke-dasharray: 40 142;
  transform-origin: 50%;
  transition: all 0.5s ease;
}
.hamburger .bottom {
  stroke-dasharray: 40 85;
  transform-origin: 50%;
  transition: all 0.5s ease;
}
.hamburger.active {
  transform: rotate(45deg);
}
.hamburger.active .top {
  stroke-dashoffset: -64px;
}
.hamburger.active .middle {
  transform: rotate(90deg);
}
.hamburger.active .bottom {
  stroke-dashoffset: -64px;
}
.hamburger .line {
  fill: none;
  stroke: #fff;
  stroke-width: 5.5;
  stroke-linecap: round;
  transition: all 0.5s ease;
}

body .omni-mobile-menu {
  left: calc(100vw - 70vw);
}
body.menu-open .toggle-btn {
  right: calc(70vw + 15px);
  transition: all 0.5s ease;
}
body.menu-open .content-wrapper {
  box-shadow: 0 0 5px 5px rgba(0, 0, 0, 0.2);
  left: -70vw;
  overflow: hidden;
}

.menu-open {
  overflow-y: hidden;
}
.menu-open .omni-mobile-menu {
  opacity: 1;
  overflow-x: hidden;
  transition: opacity 0s ease 0s;
}
.menu-open .content-wrapper {
  pointer-events: none;
  user-select: none;
  -webkit-user-select: none;
}

@media screen and (max-width: 768px) {
  .omni-mobile-menu {
    display: block;
  }
  .toggle-btn {
    display: flex;
  }
}
body, html {
  overflow-x: clip;
}

body {
  font-family: AlbertSans, serif;
}

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

a {
  transition: all 0.3s ease-in-out;
}

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

.relative {
  position: relative;
}

.container {
  max-width: 1500px;
  padding-left: 10px;
  padding-right: 10px;
  margin-left: auto;
  margin-right: auto;
}

.narrow-container {
  max-width: 1170px;
  padding-left: 10px;
  padding-right: 10px;
  margin-left: auto;
  margin-right: auto;
}

.time-line-container {
  max-width: 1374px;
  padding-left: 10px;
  padding-right: 10px;
  margin-left: auto;
  margin-right: auto;
}

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

.column {
  width: 100%;
  padding-left: 10px;
  padding-right: 10px;
}

.w-6 {
  width: 50%;
}

.mb-20 {
  margin-bottom: 20px;
}

.mb-25 {
  margin-bottom: 25px;
}

.mb-30 {
  margin-bottom: 30px;
}

.mb-60 {
  margin-bottom: 60px;
}

.mb-100 {
  margin-bottom: 100px;
}

.pt-75 {
  padding-top: 75px;
}

.z-10 {
  z-index: 10;
}

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

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

.hidden {
  display: none;
}

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

.text-right {
  text-align: right;
}

.text-blue {
  color: #6875F2;
}

.text-white {
  color: #fff !important;
}

.btn {
  font-size: 14px;
  font-weight: 700;
  line-height: 1;
  padding: 13px 40px;
  text-decoration: none;
  border-radius: 99px;
  transition: all 0.3s ease-in-out;
  display: inline-block;
  position: relative;
}

.blue-btn {
  color: #fff;
  background-color: #6875F2;
}
.blue-btn:hover {
  background-color: #F32284;
  color:#fff;
}

.red-btn {
  color: #fff;
  background-color: #F32284;
}
.red-btn:hover {
  background-color: #6875F2;
	color:#fff;
}

.white-btn {
  color: #000;
  background-color: #fff;
}
.white-btn:hover {
  background-color: #6875F2;
  color: #fff;
}

.black-btn {
  color: #fff;
  background-color: #000;
}
.black-btn:hover {
  background-color: #6875F2;
}

.arrow-btn {
  display: flex;
  align-items: center;
  width: fit-content;
}
.arrow-btn svg {
  margin-right: 9px;
}

.channel-button .btn {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 200px;
  gap: 15px;
  padding-left: 17px;
  padding-right: 31px;
}
.channel-button .btn svg path {
  transition: all 0.3s ease-in-out;
}
.channel-button .btn:hover {
  color: #F32284;
  background-color: #fff;
}
.channel-button .btn:hover svg path {
  stroke: #F32284;
}

.text-right .arrow-btn {
  margin-left: auto;
}

header {
  padding-top: 24px;
  padding-bottom: 24px;
  position: relative;
  z-index: 22;
}
header .brand {
  text-align: center;
  padding-left: 60px;
  padding-right: 60px;
}

#home-hero {
  padding-top: 150px;
  margin-top: -110px;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  padding-bottom: 186px;
  position: relative;
}
#home-hero h1 {
  color: #6875F2;
  font-size: 46px;
  font-weight: 700;
  margin-bottom: 24px;
}
#home-hero .hero-subtitle {
  color: #fff;
  font-size: 20px;
  margin-bottom: 30px;
}
#home-hero .subscribe-form {
  position: relative;
  margin-bottom: 30px;
  width: 646px;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
}
#home-hero .subscribe-form input[type=email] {
  width: 100%;
  background-color: #050B16;
  color: #fff;
  border: 10px solid rgba(255, 255, 255, 0.1);
  border-radius: 99px;
  padding: 15px 45px 15px 29px;
  font-size: 16px;
}
#home-hero .subscribe-form input[type=email]:focus {
  outline: none;
  border-color: rgba(255, 255, 255, 0.2);
}
#home-hero .subscribe-form input[type=submit] {
  position: absolute;
  top: 10px;
  right: 10px;
  background-color: #F32284;
  border: none;
  border-radius: 99px;
  padding: 16.5px 39px;
  font-size: 14px;
  font-weight: 700;
  color: #fff;
  cursor: pointer;
  transition: all 0.3s ease-in-out;
}
#home-hero .subscribe-form input[type=submit]:hover {
  background-color: #6875F2;
}
#home-hero .form-cta {
  color: #fff;
  font-weight: 700;
  font-size: 20px;
}
#home-hero .hero-curve-1 {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
}
#home-hero .hero-curve-1 img {
  width: 100%;
  height: auto;
  display: flex;
}
#home-hero .hero-curve-2 {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
}
#home-hero .hero-curve-2 img {
  width: 100%;
  height: auto;
  display: flex;
}
#home-hero .hero-curve-3 {
  position: absolute;
  bottom: -1px;
  left: 0;
  right: 0;
}
#home-hero .hero-curve-3 img {
  width: 100%;
  height: auto;
  display: flex;
}

#home-featured {
  background-color: #F6F6F6;
  padding: 60px 0;
}

.featured-container {
  max-width: 1165px;
  padding-left: 10px;
  padding-right: 10px;
  margin-left: auto;
  margin-right: auto;
}
.featured-container .column {
  margin-bottom: 64px;
}

.featured-card {
  border-radius: 15px;
  box-shadow: 0px 20px 30px 0px rgba(0, 0, 0, 0.03);
  background: rgb(255, 255, 255);
  padding: 23px 20px 88px 20px;
  position: relative;
  height: 100%;
  z-index: 20;
}
.featured-card .featured-type {
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  width: 200px;
  height: 32px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0.05em;
  position: absolute;
  top: -32px;
  left: 20px;
}
.featured-card .featured-type.top-in-picks {
  background-color: #6875F2;
  color: #fff;
}
.featured-card .featured-type.top-in-review {
  background-color: #F32284;
  color: #fff;
}
.featured-card .featured-type.top-in-topicks {
  background-color: #2ABFE8;
  color: #fff;
}
.featured-card .featured-thumbnail {
  border-radius: 12px;
  aspect-ratio: 325/218;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  margin-bottom: 20px;
}
.featured-card .featured-card-data {
  padding-left: 10px;
  padding-right: 10px;
}
.featured-card .featured-tags {
  margin-bottom: 11px;
}
.featured-card .featured-tags ul {
  display: flex;
  margin: 0;
  padding: 0;
  list-style: none;
}
.featured-card .featured-tags ul li {
  line-height: 1;
  padding-left: 5px;
  padding-right: 5px;
  border-right: 2px solid #6875F2;
}
.featured-card .featured-tags ul li:first-child {
  padding-left: 0;
}
.featured-card .featured-tags ul li:last-child {
  padding-right: 0;
  border-right: none;
}
.featured-card .featured-tags ul li a {
  display: flex;
  font-size: 12px;
  font-weight: 600;
  text-transform: uppercase;
  color: #6875F2;
  letter-spacing: 0.05em;
  text-decoration: none;
}
.featured-card .featured-title {
  color: #000;
  font-size: 20px;
  font-weight: 700;
  text-decoration: none;
}
.featured-card .featured-title:hover {
  color: #6875F2;
}
.featured-card .featured-author {
  position: absolute;
  bottom: 23px;
  display: flex;
  align-items: center;
}
.featured-card .featured-author .featured-author-avatar {
  margin-right: 14px;
}
.featured-card .featured-author .featured-author-avatar img {
  width: 45px;
  height: 45px;
  border-radius: 50%;
}
.featured-card .featured-author .featured-author-name {
  font-size: 16px;
}

#home-youtube {
  background-color: #6875F2;
  color: #fff;
  padding-top: 120px;
  padding-bottom: 90px;
  position: relative;
}
#home-youtube h2 {
  font-weight: 900;
  font-size: 40px;
  margin-bottom: 20px;
  margin-top: 0;
}

.youtube-container {
  max-width: 1165px;
  padding-left: 10px;
  padding-right: 10px;
  margin-left: auto;
  margin-right: auto;
}

.banner-container {
  max-width: 1165px;
  padding-left: 10px;
  padding-right: 10px;
  margin-left: auto;
  margin-right: auto;
}

.comparison-container {
  max-width: 1165px;
  padding-left: 10px;
  padding-right: 10px;
  margin-left: auto;
  margin-right: auto;
}

.contact-container {
  max-width: 1165px;
  padding-left: 10px;
  padding-right: 10px;
  margin-left: auto;
  margin-right: auto;
}

.youtube-channel-row {
  align-items: center;
  font-weight: 500;
  margin-bottom: 20px;
}
.youtube-channel-row .column:first-child {
  width: 100px;
}
.youtube-channel-row .column:last-child {
  width: calc(100% - 100px);
}
.youtube-channel-row a {
  color: #fff;
  text-decoration: none;
  font-weight: 700;
}
.youtube-channel-row a:hover {
  color: #F32284;
}

.youtube-thumbnail {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  aspect-ratio: 345/195;
  border: 10px solid #fff;
  border-radius: 10px;
  display: flex;
  justify-content: center;
  align-items: center;
}

#home-cta {
  position: relative;
  padding-top: 67px;
  padding-bottom: 67px;
}
#home-cta .home-cta-curve {
  display: flex;
  position: absolute;
  top: -1px;
  left: 0;
  right: 0;
}
#home-cta .home-cta-curve img {
  width: 100%;
  height: auto;
  display: flex;
}
#home-cta .cta-title {
  color: #6875F2;
  font-size: 36px;
  font-weight: 700;
  margin-bottom: 40px;
}
#home-cta .subscribe-form {
  position: relative;
  margin-bottom: 30px;
  width: 579px;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
}
#home-cta .subscribe-form input[type=email] {
  width: 100%;
  background-color: #050B16;
  color: #fff;
  border: 10px solid #6875F2;
  border-radius: 99px;
  padding: 15px 45px 15px 29px;
  font-size: 16px;
}
#home-cta .subscribe-form input[type=email]:focus {
  outline: none;
  border-color: rgba(104, 117, 242, 0.7);
}
#home-cta .subscribe-form input[type=submit] {
  position: absolute;
  top: 10px;
  right: 9px;
  background-color: #F32284;
  border: none;
  border-radius: 99px;
  padding: 16.5px 39px;
  font-size: 14px;
  font-weight: 700;
  color: #fff;
  cursor: pointer;
  transition: all 0.3s ease-in-out;
}
#home-cta .subscribe-form input[type=submit]:hover {
  background-color: #6875F2;
}

#management-apps {
  background-color: #050B16;
  background-image: url(../img/top-project-management-apps-bg.webp);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  padding-top: 93px;
  padding-bottom: 84px;
}
#management-apps h2 {
  font-weight: 700;
  font-size: 36px;
  color: #6875F2;
  margin-bottom: 30px;
}
#management-apps .app-wrap {
  height: 100%;
  box-sizing: border-box;
  border-radius: 20px;
  background: linear-gradient(180deg, rgba(105, 116, 124, 0.3), rgba(67, 81, 92, 0.3) 100%);
  position: relative;
  padding-top: 84px;
  color: #fff;
  padding-left: 40px;
  padding-right: 40px;
  padding-bottom: 75px;
}
#management-apps .app-wrap::after {
  content: "";
  width: 100%;
  height: 100%;
  border-radius: 20px;
  background-image: url(../img/app-bg.webp);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
}
#management-apps .app-wrap .app-icon {
  width: 120px;
  height: 120px;
  background-color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  position: absolute;
  top: -60px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 10;
	padding:15px;
	overflow:hidden;
}
#management-apps .app-wrap .app-icon-backlight {
  width: 140px;
  height: 130px;
  filter: blur(184px);
  background: rgb(104, 117, 242);
  position: absolute;
  left: calc(50% - 70px);
  transform: translateX(-50%);
  top: -120px;
  z-index: 0;
}
#management-apps .app-wrap .app-title {
  font-size: 20px;
  font-weight: 700;
  text-align: center;
  margin-bottom: 20px;
}
#management-apps .app-wrap .app-description {
  font-size: 16px;
  text-align: center;
  line-height: 24px;
}
#management-apps .app-wrap .app-link {
  position: absolute;
  left: 50%;
  bottom: 39px;
  transform: translateX(-50%);
}
#management-apps .app-wrap .app-link a {
  color: #6875F2;
  text-decoration: none;
  font-size: 14px;
  font-weight: 700;
}
#management-apps .app-wrap .app-link a svg {
  margin-left: 7px;
}
#management-apps .app-wrap .app-link a svg path {
  transition: all 0.3s ease-in-out;
}
#management-apps .app-wrap .app-link a:hover {
  color: #fff;
}
#management-apps .app-wrap .app-link a:hover svg path {
  fill: #fff;
}
#management-apps .gradient-border {
  z-index: 0;
}
#management-apps .gradient-border::before {
  content: "";
  position: absolute;
  top: -2px;
  left: -2px;
  right: -2px;
  bottom: -2px; /* Stroke width */
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0.07), rgba(104, 117, 242, 0.7)); /* Gradient */
  border-radius: inherit;
  z-index: -1;
  mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
  -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
  mask-composite: exclude;
  -webkit-mask-composite: destination-out;
  padding: 2px; /* Stroke width matches the offset above */
  box-sizing: border-box;
}

#talking-apps {
  background-color: #fff;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  padding-top: 93px;
  padding-bottom: 84px;
  position: relative;
}
#talking-apps .talking-apps-curve {
  display: flex;
  position: absolute;
  top: -1px;
  left: 0;
  right: 0;
}
#talking-apps .talking-apps-curve img {
  width: 100%;
  height: auto;
  display: flex;
}
#talking-apps .talking-apps-bottom-curve {
  display: flex;
  position: absolute;
  bottom: -1px;
  left: 0;
  right: 0;
}
#talking-apps .talking-apps-bottom-curve img {
  width: 100%;
  height: auto;
  display: flex;
}
#talking-apps h2 {
  font-weight: 700;
  font-size: 36px;
  color: #000;
  margin-bottom: 30px;
}
#talking-apps .app-wrap {
  height: 100%;
  box-sizing: border-box;
  border-radius: 20px;
  background-color: #F6F6F6;
  position: relative;
  padding-top: 73px;
  color: #000;
  padding-left: 40px;
  padding-right: 40px;
  padding-bottom: 75px;
}
#talking-apps .app-wrap .app-icon {
  width: 120px;
  height: 120px;
  background-color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  position: absolute;
  top: -60px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 10;
	padding:15px;
	overflow:hidden;
}
#talking-apps .app-wrap .app-title {
  font-size: 20px;
  font-weight: 700;
  text-align: center;
  margin-bottom: 20px;
}
#talking-apps .app-wrap .app-description {
  font-size: 16px;
  text-align: center;
  line-height: 24px;
}
#talking-apps .app-wrap .app-link {
  position: absolute;
  left: 50%;
  bottom: 39px;
  transform: translateX(-50%);
}
#talking-apps .app-wrap .app-link a {
  color: #6875F2;
  text-decoration: none;
  font-size: 14px;
  font-weight: 700;
}
#talking-apps .app-wrap .app-link a svg {
  margin-left: 7px;
}
#talking-apps .app-wrap .app-link a svg path {
  transition: all 0.3s ease-in-out;
}
#talking-apps .app-wrap .app-link a:hover {
  color: #F32284;
}
#talking-apps .app-wrap .app-link a:hover svg path {
  fill: #F32284;
}
#talking-apps .gradient-border {
  z-index: 0;
}
#talking-apps .gradient-border::before {
  content: "";
  position: absolute;
  top: -2px;
  left: -2px;
  right: -2px;
  bottom: -2px; /* Stroke width */
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0.07), rgba(104, 117, 242, 0.7)); /* Gradient */
  border-radius: inherit;
  z-index: -1;
  mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
  -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
  mask-composite: exclude;
  -webkit-mask-composite: destination-out;
  padding: 2px; /* Stroke width matches the offset above */
  box-sizing: border-box;
}

#meeting-apps {
  background-color: #050B16;
  background-image: url(../img/top-project-management-apps-bg.webp);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  padding-top: 93px;
  padding-bottom: 84px;
}
#meeting-apps h2 {
  font-weight: 700;
  font-size: 36px;
  color: #6875F2;
  margin-bottom: 30px;
}
#meeting-apps .app-wrap {
  height: 100%;
  box-sizing: border-box;
  border-radius: 20px;
  background: linear-gradient(180deg, rgba(105, 116, 124, 0.3), rgba(67, 81, 92, 0.3) 100%);
  position: relative;
  padding-top: 84px;
  color: #fff;
  padding-left: 40px;
  padding-right: 40px;
  padding-bottom: 75px;
}
#meeting-apps .app-wrap::after {
  content: "";
  width: 100%;
  height: 100%;
  border-radius: 20px;
  background-image: url(../img/app-bg.webp);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
}
#meeting-apps .app-wrap .app-icon {
  width: 120px;
  height: 120px;
  background-color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  position: absolute;
  top: -60px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 10;
	padding:15px;
	overflow:hidden;
}
#meeting-apps .app-wrap .app-icon-backlight {
  width: 140px;
  height: 130px;
  filter: blur(184px);
  background: rgb(104, 117, 242);
  position: absolute;
  left: calc(50% - 70px);
  transform: translateX(-50%);
  top: -120px;
  z-index: 0;
}
#meeting-apps .app-wrap .app-title {
  font-size: 20px;
  font-weight: 700;
  text-align: center;
  margin-bottom: 20px;
}
#meeting-apps .app-wrap .app-description {
  font-size: 16px;
  text-align: center;
  line-height: 24px;
}
#meeting-apps .app-wrap .app-link {
  position: absolute;
  left: 50%;
  bottom: 39px;
  transform: translateX(-50%);
}
#meeting-apps .app-wrap .app-link a {
  color: #6875F2;
  text-decoration: none;
  font-size: 14px;
  font-weight: 700;
}
#meeting-apps .app-wrap .app-link a svg {
  margin-left: 7px;
}
#meeting-apps .app-wrap .app-link a svg path {
  transition: all 0.3s ease-in-out;
}
#meeting-apps .app-wrap .app-link a:hover {
  color: #fff;
}
#meeting-apps .app-wrap .app-link a:hover svg path {
  fill: #fff;
}
#meeting-apps .gradient-border {
  z-index: 0;
}
#meeting-apps .gradient-border::before {
  content: "";
  position: absolute;
  top: -2px;
  left: -2px;
  right: -2px;
  bottom: -2px; /* Stroke width */
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0.07), rgba(104, 117, 242, 0.7)); /* Gradient */
  border-radius: inherit;
  z-index: -1;
  mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
  -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
  mask-composite: exclude;
  -webkit-mask-composite: destination-out;
  padding: 2px; /* Stroke width matches the offset above */
  box-sizing: border-box;
}

#pdf-apps {
  background-color: #fff;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  padding-top: 93px;
  padding-bottom: 84px;
  position: relative;
}
#pdf-apps .pdf-apps-curve {
  display: flex;
  position: absolute;
  top: -1px;
  left: 0;
  right: 0;
}
#pdf-apps .pdf-apps-curve img {
  width: 100%;
  height: auto;
  display: flex;
}
#pdf-apps h2 {
  font-weight: 700;
  font-size: 36px;
  color: #000;
  margin-bottom: 30px;
}
#pdf-apps .app-wrap {
  height: 100%;
  box-sizing: border-box;
  border-radius: 20px;
  background-color: #F6F6F6;
  position: relative;
  padding-top: 73px;
  color: #000;
  padding-left: 40px;
  padding-right: 40px;
  padding-bottom: 75px;
}
#pdf-apps .app-wrap .app-icon {
  width: 120px;
  height: 120px;
  background-color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  position: absolute;
  top: -60px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 10;
	padding:15px;
	overflow:hidden;
}
#pdf-apps .app-wrap .app-title {
  font-size: 20px;
  font-weight: 700;
  text-align: center;
  margin-bottom: 20px;
}
#pdf-apps .app-wrap .app-description {
  font-size: 16px;
  text-align: center;
  line-height: 24px;
}
#pdf-apps .app-wrap .app-link {
  position: absolute;
  left: 50%;
  bottom: 39px;
  transform: translateX(-50%);
}
#pdf-apps .app-wrap .app-link a {
  color: #6875F2;
  text-decoration: none;
  font-size: 14px;
  font-weight: 700;
}
#pdf-apps .app-wrap .app-link a svg {
  margin-left: 7px;
}
#pdf-apps .app-wrap .app-link a svg path {
  transition: all 0.3s ease-in-out;
}
#pdf-apps .app-wrap .app-link a:hover {
  color: #F32284;
}
#pdf-apps .app-wrap .app-link a:hover svg path {
  fill: #F32284;
}
#pdf-apps .gradient-border {
  z-index: 0;
}
#pdf-apps .gradient-border::before {
  content: "";
  position: absolute;
  top: -2px;
  left: -2px;
  right: -2px;
  bottom: -2px; /* Stroke width */
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0.07), rgba(104, 117, 242, 0.7)); /* Gradient */
  border-radius: inherit;
  z-index: -1;
  mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
  -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
  mask-composite: exclude;
  -webkit-mask-composite: destination-out;
  padding: 2px; /* Stroke width matches the offset above */
  box-sizing: border-box;
}

#home-banner {
  background-image: url(../img/banner-bg.webp);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  overflow: hidden;
  padding-bottom: 56px;
}
#home-banner .icon-column {
  min-height: 510px;
}
#home-banner .banner-icon-1 {
  position: absolute;
  top: -231px;
  left: calc(50% - 440px);
}
#home-banner .banner-icon-2 {
  position: absolute;
  top: -180px;
  right: calc(50% - 340px);
}
#home-banner .banner-icon-3 {
  position: absolute;
  top: 0px;
  left: calc(50% - 364px);
}
#home-banner .banner-icon-4 {
  position: absolute;
  top: 37px;
  right: calc(50% - 384px);
}
#home-banner .title-column {
  text-transform: capitalize;
  font-size: 22px;
  font-weight: 700;
  color: #fff;
  margin-bottom: 22px;
}
#home-banner .title-column span {
  color: #6875F2;
}

#top-comparison {
  padding-top: 60px;
  padding-bottom: 60px;
  position: relative;
}
#top-comparison h2 {
  font-weight: 700;
  font-size: 36px;
  color: #000;
  margin-bottom: 30px;
}
#top-comparison .comparison-curve-3 {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
}
#top-comparison .comparison-curve-3 img {
  width: 100%;
  height: auto;
  display: flex;
}
#top-comparison .comparison-curve-2 {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
}
#top-comparison .comparison-curve-2 img {
  width: 100%;
  height: auto;
  display: flex;
}
#top-comparison .comparison-curve-1 {
  position: absolute;
  bottom: -1px;
  left: 0;
  right: 0;
}
#top-comparison .comparison-curve-1 img {
  width: 100%;
  height: auto;
  display: flex;
}

#home-contact {
  padding-top: 66px;
  padding-bottom: 64px;
  background-color: #6875F2;
}
#home-contact .contact-form-title {
  color: #fff;
  font-size: 36px;
  font-weight: 700;
  text-transform: capitalize;
  margin-bottom: 20px;
}
#home-contact .contact-form-description {
  color: #fff;
}
#home-contact .contact-form-wrap {
  background-color: #F32284;
  padding: 65px 20px;
  border-radius: 15px;
  position: relative;
}
#home-contact .contact-form-wrap::before {
  content: "";
  width: 100%;
  height: 100%;
  border-radius: 15px;
  background-color: rgba(5, 11, 22, 0.1);
  position: absolute;
  top: 0;
  left: 0;
  transform: rotate(-5deg);
  z-index: -1;
}
#home-contact .contact-form-wrap input[type=text], #home-contact .contact-form-wrap input[type=email] {
  width: 100%;
  box-shadow: 0 0 0 10px rgba(255, 255, 255, 0.1);
  border-radius: 10px;
  background-color: #fff;
  font-size: 16px;
  line-height: 1;
  border: none;
  padding: 16px 21px;
}
#home-contact .contact-form-wrap input[type=text]:focus, #home-contact .contact-form-wrap input[type=email]:focus {
  outline: none;
  box-shadow: 0 0 0 10px rgba(255, 255, 255, 0.3);
}
#home-contact .contact-form-wrap textarea {
  width: 100%;
  max-width: 100%;
  height: 135px;
  box-shadow: 0 0 0 10px rgba(255, 255, 255, 0.1);
  border-radius: 10px;
  background-color: #fff;
  font-size: 16px;
  line-height: 1;
  border: none;
  padding: 16px 21px;
}
#home-contact .contact-form-wrap textarea:focus {
  outline: none;
  box-shadow: 0 0 0 10px rgba(255, 255, 255, 0.3);
}
#home-contact .contact-form-wrap input[type=submit] {
  outline: none;
  border: none;
  width: 100%;
  text-align: center;
  padding-top: 18px;
  padding-bottom: 18px;
  cursor: pointer;
}

#latest-posts {
  padding-top: 90px;
  padding-bottom: 90px;
  position: relative;
}
#latest-posts .latest-posts-curve-3 {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
}
#latest-posts .latest-posts-curve-3 img {
  width: 100%;
  height: auto;
  display: flex;
}
#latest-posts .latest-posts-curve-2 {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
}
#latest-posts .latest-posts-curve-2 img {
  width: 100%;
  height: auto;
  display: flex;
}
#latest-posts .latest-posts-curve-1 {
  position: absolute;
  bottom: -1px;
  left: 0;
  right: 0;
}
#latest-posts .latest-posts-curve-1 img {
  width: 100%;
  height: auto;
  display: flex;
}
#latest-posts h2 {
  font-weight: 700;
  font-size: 36px;
  color: #000;
  margin-bottom: 30px;
}
#latest-posts h3.h2 {
  font-weight: 700;
  font-size: 36px;
  margin-bottom: 44px;
}
#latest-posts .latest-posts-curve {
  position: absolute;
  top: -1px;
  left: 0;
  right: 0;
}
#latest-posts .latest-posts-curve img {
  width: 100%;
  height: auto;
  display: flex;
}
#latest-posts .latest-posts-bottom-curve {
  position: absolute;
  bottom: -1px;
  left: 0;
  right: 0;
}
#latest-posts .latest-posts-bottom-curve img {
  width: 100%;
  height: auto;
  display: flex;
}

.blog-posts-row .featured-description {
  padding-top: 28px;
  font-size: 16px;
}

footer:not(.comment-meta) {
  padding-top: 130px;
  padding-bottom: 46px;
  background-color: #050B16;
}
footer .footer-logo {
  margin-bottom: 73px;
  text-align: center;
}
footer .footer-description {
  color: #fff;
  font-size: 18px;
  margin-bottom: 90px;
}
footer .footer-menu-title {
  color: #6875F2;
  font-size: 14px;
  font-weight: 700;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  margin-bottom: 44px;
}
footer .footer-social-title {
  font-weight: 800;
  font-size: 18px;
  letter-spacing: 0.05em;
  color: #F32284;
  margin-bottom: 33px;
}
footer .footer-menu {
  margin-bottom: 60px;
}
footer .footer-menu ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
footer .footer-menu ul li {
  margin-bottom: 33px;
}
footer .footer-menu ul li a {
  color: #fff;
  font-size: 14px;
  font-weight: 400;
  text-decoration: none;
}
footer .footer-menu ul li a:hover {
  color: #F32284;
}
footer .footer-social-list {
  margin: 0;
  padding: 0;
  list-style: none;
  display: flex;
  align-items: center;
  gap: 10px;
}
footer .footer-social-list li a {
  color: #fff;
  text-decoration: none;
}
footer .footer-social-list li a svg path {
  transition: all 0.3s ease-in-out;
}
footer .footer-social-list li a:hover {
  color: #F32284;
}
footer .footer-social-list li a:hover svg path {
  fill: #F32284;
}
footer .footer-copyright {
  font-size: 12px;
  font-weight: 400;
  color: #6875F2;
  text-align: center;
}
footer .footer-social {
  margin-bottom: 60px;
}

#page-title {
  padding-top: 150px;
  margin-top: -110px;
  background-position: bottom center;
  background-size: cover;
  background-repeat: no-repeat;
  padding-bottom: 86px;
  position: relative;
}
#page-title h1 {
  color: #6875F2;
  font-size: 46px;
  font-weight: 700;
  margin-bottom: 24px;
  max-width: 658px;
  margin-left: auto;
  margin-right: auto;
}

#page-title.join-the-spotlight h1 {
  max-width: 673px;
}

#page-title.page-title h1 {
  max-width: 100%;
}
#page-title .hero-subtitle {
  color: #fff;
  font-size: 20px;
  margin-bottom: 30px;
}
#page-title.join-the-spotlight .hero-subtitle {
  max-width: 757px;
  margin-left: auto;
  margin-right: auto;
}
#page-title .page-title-button {
  position: relative;
  z-index: 10;
}
#page-title .page-title-curve-1 {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
}
#page-title .page-title-curve-1 img {
  width: 100%;
  height: auto;
  display: flex;
}
#page-title .page-title-curve-2 {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
}
#page-title .page-title-curve-2 img {
  width: 100%;
  height: auto;
  display: flex;
}
#page-title .page-title-curve-3 {
  position: absolute;
  bottom: -1px;
  left: 0;
  right: 0;
}
#page-title .page-title-curve-3 img {
  width: 100%;
  height: auto;
  display: flex;
}

#project-management-apps {
  background-color: #fff;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  padding-top: 93px;
  padding-bottom: 84px;
  position: relative;
}
#project-management-apps .talking-apps-curve {
  display: flex;
  position: absolute;
  top: -1px;
  left: 0;
  right: 0;
}
#project-management-apps .talking-apps-curve img {
  width: 100%;
  height: auto;
  display: flex;
}
#project-management-apps .talking-apps-bottom-curve {
  display: flex;
  position: absolute;
  bottom: -1px;
  left: 0;
  right: 0;
}
#project-management-apps .talking-apps-bottom-curve img {
  width: 100%;
  height: auto;
  display: flex;
}
#project-management-apps h2 {
  font-weight: 700;
  font-size: 36px;
  color: #000;
  margin-bottom: 30px;
}
#project-management-apps .app-wrap {
  height: 100%;
  box-sizing: border-box;
  border-radius: 20px;
  background-color: #F6F6F6;
  position: relative;
  padding-top: 73px;
  color: #000;
  padding-left: 40px;
  padding-right: 40px;
  padding-bottom: 75px;
}
#project-management-apps .app-wrap .app-icon {
  width: 120px;
  height: 120px;
  background-color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  position: absolute;
  top: -60px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 10;
	padding:15px;
	overflow:hidden;
}
#project-management-apps .app-wrap .app-title {
  font-size: 20px;
  font-weight: 700;
  text-align: center;
  margin-bottom: 20px;
}
#project-management-apps .app-wrap .app-description {
  font-size: 16px;
  text-align: center;
  line-height: 24px;
}
#project-management-apps .app-wrap .app-link {
  position: absolute;
  left: 50%;
  bottom: 39px;
  transform: translateX(-50%);
}
#project-management-apps .app-wrap .app-link a {
  color: #6875F2;
  text-decoration: none;
  font-size: 14px;
  font-weight: 700;
}
#project-management-apps .app-wrap .app-link a svg {
  margin-left: 7px;
}
#project-management-apps .app-wrap .app-link a svg path {
  transition: all 0.3s ease-in-out;
}
#project-management-apps .app-wrap .app-link a:hover {
  color: #F32284;
}
#project-management-apps .app-wrap .app-link a:hover svg path {
  fill: #F32284;
}
#project-management-apps .gradient-border {
  z-index: 0;
}
#project-management-apps .gradient-border::before {
  content: "";
  position: absolute;
  top: -2px;
  left: -2px;
  right: -2px;
  bottom: -2px; /* Stroke width */
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0.07), rgba(104, 117, 242, 0.7)); /* Gradient */
  border-radius: inherit;
  z-index: -1;
  mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
  -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
  mask-composite: exclude;
  -webkit-mask-composite: destination-out;
  padding: 2px; /* Stroke width matches the offset above */
  box-sizing: border-box;
}

#project-management-apps-comparisons {
  background-color: #050B16;
  background-image: url(../img/Project-Management-Apps-Comparisons-bg.webp);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  padding-top: 93px;
  padding-bottom: 83px;
  color: #fff;
}
#project-management-apps-comparisons h2 {
  font-weight: 700;
  font-size: 36px;
  color: #6875F2;
  margin-bottom: 70px;
}
#project-management-apps-comparisons h3.h2 {
  font-weight: 700;
  font-size: 36px;
}
#project-management-apps-comparisons .app-wrap {
  height: 100%;
  box-sizing: border-box;
  border-radius: 20px;
  background: linear-gradient(180deg, rgba(105, 116, 124, 0.3), rgba(67, 81, 92, 0.3) 100%);
  position: relative;
  padding-top: 36px;
  color: #fff;
  padding-left: 15px;
  padding-right: 15px;
  padding-bottom: 75px;
}
#project-management-apps-comparisons .app-wrap::after {
  content: "";
  width: 100%;
  height: 100%;
  border-radius: 20px;
  background-image: url(../img/app-bg.webp);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
}
#project-management-apps-comparisons .app-wrap .compare-app-icon {
  width: 120px;
  height: 120px;
  background-color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
	padding:15px;
	overflow:hidden;
}
#project-management-apps-comparisons .app-wrap .compare-app-icons {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 27px;
}
#project-management-apps-comparisons .app-wrap .app-title-comparison {
  font-size: 20px;
  font-weight: 700;
  text-align: center;
}
#project-management-apps-comparisons .app-wrap .app-title-comparison span {
  color: #F32284;
}
#project-management-apps-comparisons .app-wrap .app-description {
  font-size: 16px;
  text-align: center;
  line-height: 24px;
}
#project-management-apps-comparisons .app-wrap .app-link {
  position: absolute;
  left: 50%;
  bottom: 39px;
  transform: translateX(-50%);
}
#project-management-apps-comparisons .app-wrap .app-link a {
  color: #6875F2;
  text-decoration: none;
  font-size: 14px;
  font-weight: 700;
}
#project-management-apps-comparisons .app-wrap .app-link a svg {
  margin-left: 7px;
}
#project-management-apps-comparisons .app-wrap .app-link a svg path {
  transition: all 0.3s ease-in-out;
}
#project-management-apps-comparisons .app-wrap .app-link a:hover {
  color: #fff;
}
#project-management-apps-comparisons .app-wrap .app-link a:hover svg path {
  fill: #fff;
}
#project-management-apps-comparisons .gradient-border {
  z-index: 0;
}
#project-management-apps-comparisons .gradient-border::before {
  content: "";
  position: absolute;
  top: -2px;
  left: -2px;
  right: -2px;
  bottom: -2px; /* Stroke width */
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0.07), rgba(104, 117, 242, 0.7)); /* Gradient */
  border-radius: inherit;
  z-index: -1;
  mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
  -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
  mask-composite: exclude;
  -webkit-mask-composite: destination-out;
  padding: 2px; /* Stroke width matches the offset above */
  box-sizing: border-box;
}

#video-reviews {
  background-color: #6875F2;
  color: #fff;
  padding-top: 120px;
  padding-bottom: 90px;
  position: relative;
}
#video-reviews h2 {
  font-weight: 900;
  font-size: 40px;
  margin-bottom: 20px;
  margin-top: 0;
}

.spotlight-description {
  font-size: 16px;
  max-width: 878px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 68px;
}
.spotlight-description a {
  font-weight: 700;
  color: #000;
}
.spotlight-description a:hover {
  color: #F32284;
}

.spotlight-button {
  position: relative;
  z-index: 10;
}

#project-contact {
  position: relative;
  padding-top: 66px;
  padding-bottom: 64px;
  background-color: #6875F2;
}
#project-contact .project-contact-bottom-curve {
  position: absolute;
  bottom: -1px;
  left: 0;
  right: 0;
}
#project-contact .project-contact-bottom-curve img {
  width: 100%;
  height: auto;
  display: flex;
}
#project-contact .contact-form-title {
  color: #fff;
  font-size: 36px;
  font-weight: 700;
  text-transform: capitalize;
  margin-bottom: 20px;
}
#project-contact .contact-form-description {
  color: #fff;
}
#project-contact .contact-form-wrap {
  background-color: #F32284;
  padding: 65px 20px;
  border-radius: 15px;
  position: relative;
}
#project-contact .contact-form-wrap::before {
  content: "";
  width: 100%;
  height: 100%;
  border-radius: 15px;
  background-color: rgba(5, 11, 22, 0.1);
  position: absolute;
  top: 0;
  left: 0;
  transform: rotate(-5deg);
  z-index: -1;
}
#project-contact .contact-form-wrap input[type=text], #project-contact .contact-form-wrap input[type=email] {
  width: 100%;
  box-shadow: 0 0 0 10px rgba(255, 255, 255, 0.1);
  border-radius: 10px;
  background-color: #fff;
  font-size: 16px;
  line-height: 1;
  border: none;
  padding: 16px 21px;
}
#project-contact .contact-form-wrap input[type=text]:focus, #project-contact .contact-form-wrap input[type=email]:focus {
  outline: none;
  box-shadow: 0 0 0 10px rgba(255, 255, 255, 0.3);
}
#project-contact .contact-form-wrap textarea {
  width: 100%;
  max-width: 100%;
  height: 135px;
  box-shadow: 0 0 0 10px rgba(255, 255, 255, 0.1);
  border-radius: 10px;
  background-color: #fff;
  font-size: 16px;
  line-height: 1;
  border: none;
  padding: 16px 21px;
}
#project-contact .contact-form-wrap textarea:focus {
  outline: none;
  box-shadow: 0 0 0 10px rgba(255, 255, 255, 0.3);
}
#project-contact .contact-form-wrap input[type=submit] {
  outline: none;
  border: none;
  width: 100%;
  text-align: center;
  padding-top: 18px;
  padding-bottom: 18px;
  cursor: pointer;
}

#join-spotlight-contact {
  position: relative;
  padding-top: 66px;
  padding-bottom: 64px;
  background-color: #fff;
}
#join-spotlight-contact .project-contact-bottom-curve {
  position: absolute;
  bottom: -1px;
  left: 0;
  right: 0;
}
#join-spotlight-contact .project-contact-bottom-curve img {
  width: 100%;
  height: auto;
  display: flex;
}
#join-spotlight-contact .contact-form-title {
  color: #000;
  font-size: 36px;
  font-weight: 700;
  text-transform: capitalize;
  margin-bottom: 20px;
}
#join-spotlight-contact .contact-form-description {
  color: #000;
}
#join-spotlight-contact .contact-form-wrap {
  background-color: #F32284;
  padding: 65px 20px;
  border-radius: 15px;
  position: relative;
}
#join-spotlight-contact .contact-form-wrap::before {
  content: "";
  width: 100%;
  height: 100%;
  border-radius: 15px;
  background-color: rgba(5, 11, 22, 0.1);
  position: absolute;
  top: 0;
  left: 0;
  transform: rotate(-5deg);
  z-index: -1;
}
#join-spotlight-contact .contact-form-wrap input[type=text], #join-spotlight-contact .contact-form-wrap input[type=email] {
  width: 100%;
  box-shadow: 0 0 0 10px rgba(255, 255, 255, 0.1);
  border-radius: 10px;
  background-color: #fff;
  font-size: 16px;
  line-height: 1;
  border: none;
  padding: 16px 21px;
}
#join-spotlight-contact .contact-form-wrap input[type=text]:focus, #join-spotlight-contact .contact-form-wrap input[type=email]:focus {
  outline: none;
  box-shadow: 0 0 0 10px rgba(255, 255, 255, 0.3);
}
#join-spotlight-contact .contact-form-wrap textarea {
  width: 100%;
  max-width: 100%;
  height: 135px;
  box-shadow: 0 0 0 10px rgba(255, 255, 255, 0.1);
  border-radius: 10px;
  background-color: #fff;
  font-size: 16px;
  line-height: 1;
  border: none;
  padding: 16px 21px;
}
#join-spotlight-contact .contact-form-wrap textarea:focus {
  outline: none;
  box-shadow: 0 0 0 10px rgba(255, 255, 255, 0.3);
}
#join-spotlight-contact .contact-form-wrap input[type=submit] {
  outline: none;
  border: none;
  width: 100%;
  text-align: center;
  padding-top: 18px;
  padding-bottom: 18px;
  cursor: pointer;
}

#top-picks {
  padding-top: 90px;
  padding-bottom: 90px;
  position: relative;
}
#top-picks .latest-posts-curve-3 {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
}
#top-picks .latest-posts-curve-3 img {
  width: 100%;
  height: auto;
  display: flex;
}
#top-picks .latest-posts-curve-2 {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
}
#top-picks .latest-posts-curve-2 img {
  width: 100%;
  height: auto;
  display: flex;
}
#top-picks .latest-posts-curve-1 {
  position: absolute;
  bottom: -1px;
  left: 0;
  right: 0;
}
#top-picks .latest-posts-curve-1 img {
  width: 100%;
  height: auto;
  display: flex;
}
#top-picks h2 {
  font-weight: 700;
  font-size: 36px;
  color: #000;
  margin-bottom: 30px;
}
#top-picks h3.h2 {
  font-weight: 700;
  font-size: 36px;
  margin-bottom: 44px;
}
#top-picks .latest-posts-curve {
  position: absolute;
  top: -1px;
  left: 0;
  right: 0;
}
#top-picks .latest-posts-curve img {
  width: 100%;
  height: auto;
  display: flex;
}
#top-picks .latest-posts-bottom-curve {
  position: absolute;
  bottom: -1px;
  left: 0;
  right: 0;
}
#top-picks .latest-posts-bottom-curve img {
  width: 100%;
  height: auto;
  display: flex;
}

.software-cta-card {
  height: 100%;
  box-sizing: border-box;
  border-radius: 20px;
  background: linear-gradient(180deg, rgba(105, 116, 124, 0.3), rgba(67, 81, 92, 0.3) 100%);
  position: relative;
  padding-top: 84px;
  color: #fff;
  text-align: center;
  padding-left: 15px;
  padding-right: 15px;
  padding-bottom: 37px;
}
.software-cta-card::after {
  content: "";
  width: 100%;
  height: 100%;
  border-radius: 20px;
  background-image: url(../img/app-bg.webp);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
}
.software-cta-card.gradient-border {
  z-index: 0;
}
.software-cta-card.gradient-border::before {
  content: "";
  position: absolute;
  top: -2px;
  left: -2px;
  right: -2px;
  bottom: -2px; /* Stroke width */
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0.07), rgba(104, 117, 242, 0.7)); /* Gradient */
  border-radius: inherit;
  z-index: -1;
  mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
  -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
  mask-composite: exclude;
  -webkit-mask-composite: destination-out;
  padding: 2px; /* Stroke width matches the offset above */
  box-sizing: border-box;
}
.software-cta-card .software-cta-card-icon {
  width: 120px;
  height: 120px;
  background-color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  position: absolute;
  top: -60px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 10;
}
.software-cta-card .software-cta-card-title {
  font-size: 20px;
  font-weight: 700;
  text-align: center;
  margin-bottom: 20px;
}
.software-cta-card .software-cta-card-description {
  font-size: 16px;
  text-align: center;
  line-height: 24px;
}

#software-discounts {
  padding-top: 90px;
  padding-bottom: 90px;
  position: relative;
  background-color: #fff;
}
#software-discounts .software-discounts-bottom-curve {
  display: flex;
  position: absolute;
  bottom: -1px;
  left: 0;
  right: 0;
}
#software-discounts .software-discounts-bottom-curve img {
  width: 100%;
  height: auto;
  display: flex;
}
#software-discounts h2 {
  font-weight: 700;
  font-size: 36px;
  color: #6875F2;
  margin-bottom: 20px;
}
#software-discounts .section-subtitle {
  font-weight: 700;
  font-size: 20px;
  color: #000;
  margin-bottom: 53px;
}
#software-discounts .software-discount-item {
  border: 1px solid rgb(104, 117, 242);
  border-radius: 20px;
  background-color: #F6F6F6;
  margin-bottom: 22px;
  overflow: hidden;
  display: flex;
  flex-wrap: wrap;
  padding-top: 34px;
}
#software-discounts .software-discount-item .software-discount-description {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  padding-right: 34px;
  width: 100%;
  margin-bottom: 34px;
  padding-left: 34px;
}
#software-discounts .software-discount-item .software-discount-description .software-logo {
  width: 120px;
  height: 120px;
  background-color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  position: relative;
  margin-bottom: 20px;
  margin-left: auto;
  margin-right: auto;
  padding:15px;
  overflow:hidden;
}
#software-discounts .software-discount-item .software-discount-description .software-data {
  width: 100%;
  text-align: center;
}
#software-discounts .software-discount-item .software-discount-description .software-data h3 {
  font-weight: 700;
  font-size: 20px;
  margin-bottom: 20px;
}
#software-discounts .software-discount-item .software-discount-description .software-data p {
  font-size: 16px;
  line-height: 24px;
  margin-bottom: 0;
}
#software-discounts .software-discount-item .software-discout-data {
  width: 100%;
  background-color: #F32284;
  color: #fff;
  padding: 55px 43px 46px 52px;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
}
#software-discounts .software-discount-item .software-discout-data .btn {
  width: 155px;
  text-align: center;
}
#software-discounts .software-discount-item .software-discout-data .software-discount-value {
  width: 100%;
  font-size: 36px;
  font-weight: 700;
  line-height: 30px;
  padding-right: 10px;
  margin-bottom: 20px;
  text-align: center;
}
#software-discounts .software-discount-item .software-discout-data .software-discount-value p {
  font-size: 20px;
  line-height: 26px;
  margin-bottom: 0;
}

#all-deals {
  background-color: #050B16;
  color: #fff;
  padding-top: 90px;
  padding-bottom: 90px;
  position: relative;
  background-image: url(../img/all-deals-bg.webp);
  background-position: top center;
  background-size: contain;
  background-repeat: no-repeat;
}
#all-deals h2 {
  font-weight: 700;
  font-size: 36px;
  color: #6875F2;
  margin-bottom: 20px;
}
#all-deals .section-subtitle {
  font-weight: 700;
  font-size: 20px;
  margin-bottom: 53px;
  max-width: 618px;
  margin-left: auto;
  margin-right: auto;
}
#all-deals .software-discount-item {
  border: 1px solid rgb(104, 117, 242);
  border-radius: 20px;
  background-color: #F6F6F6;
  margin-bottom: 22px;
  overflow: hidden;
  display: flex;
  flex-wrap: wrap;
  padding-top: 34px;
  color: #000;
}
#all-deals .software-discount-item .software-discount-description {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  padding-right: 34px;
  width: 100%;
  margin-bottom: 34px;
  padding-left: 34px;
}
#all-deals .software-discount-item .software-discount-description .software-logo {
  width: 120px;
  height: 120px;
  background-color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  position: relative;
  margin-bottom: 20px;
  margin-left: auto;
  margin-right: auto;
  padding:15px;
  overflow:hidden;
}
#all-deals .software-discount-item .software-discount-description .software-data {
  width: 100%;
  text-align: center;
}
#all-deals .software-discount-item .software-discount-description .software-data h3 {
  font-weight: 700;
  font-size: 20px;
  margin-bottom: 20px;
}
#all-deals .software-discount-item .software-discount-description .software-data p {
  font-size: 16px;
  line-height: 24px;
  margin-bottom: 0;
}
#all-deals .software-discount-item .software-discout-data {
  width: 100%;
  background-color: #6875F2;
  color: #fff;
  padding: 55px 43px 46px 52px;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
}
#all-deals .software-discount-item .software-discout-data .btn {
  width: 155px;
  text-align: center;
}
#all-deals .software-discount-item .software-discout-data .btn:hover {
  background-color: #fff;
  color: #000;
}
#all-deals .software-discount-item .software-discout-data .software-discount-value {
  width: 100%;
  font-size: 36px;
  font-weight: 700;
  line-height: 30px;
  padding-right: 10px;
  margin-bottom: 20px;
  text-align: center;
}
#all-deals .software-discount-item .software-discout-data .software-discount-value p {
  font-size: 20px;
  line-height: 26px;
  margin-bottom: 0;
}

#about {
  padding-top: 90px;
  padding-bottom: 90px;
  background-color: #fff;
}
#about .author-avatar {
  text-align: center;
  margin-bottom: 25px;
}
#about .author-name {
  text-align: center;
}
#about .about-socials {
  margin-bottom: 25px;
}
#about .about-socials ul {
  display: flex;
  column-gap: 45px;
  row-gap: 20px;
  list-style: none;
  padding: 0;
  margin: 0;
  align-items: center;
  justify-content: center;
}
#about .author-bio {
  font-size: 16px;
  line-height: 24px;
}

#time-line {
  padding-top: 140px;
  padding-bottom: 140px;
  position: relative;
}
#time-line .time-line-container {
  position: relative;
}
#time-line .time-line-container::after {
  content: "";
  width: 3px;
  height: calc(100% + 60px);
  background-color: #F32284;
  display: block;
  position: absolute;
  top: -30px;
  left: 50%;
  bottom: -30px;
  transform: translateX(-50%);
  z-index: 0;
}
#time-line .time-line-row {
  margin-bottom: 22px;
  position: relative;
  z-index: 10;
}
#time-line .time-line-curve {
  position: absolute;
  top: -1px;
  left: 0;
  right: 0;
}
#time-line .time-line-curve img {
  width: 100%;
  height: auto;
  display: flex;
  transform: rotate(180deg);
}
#time-line .time-line-bottom-curve {
  position: absolute;
  bottom: -1px;
  left: 0;
  right: 0;
}
#time-line .time-line-bottom-curve img {
  width: 100%;
  height: auto;
  display: flex;
}
#time-line .time-line-icon {
  width: 180px;
  height: 180px;
  padding: 35px;
  background-color: #fff;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 22px;
}
#time-line .time-line-icon img {
  max-width: 100%;
  height: auto;
}
#time-line .time-line-title {
  font-size: 28px;
  font-weight: 700;
  color: #6875F2;
  margin-bottom: 28px;
  text-align: center;
}
#time-line .time-line-secription {
  font-size: 16px;
  line-height: 24px;
}
#time-line .time-line-secription a {
  color: #000;
  text-decoration: underline;
}
#time-line .time-line-secription a:hover {
  color: #F32284;
}
#time-line .time-line-data-wrap {
  background-color: #fff;
  border-radius: 15px;
  box-shadow: 0px 20px 30px 0px rgba(0, 0, 0, 0.03);
  padding: 36px 20px 20px;
}

@media screen and (min-width: 640px) {
  .sm-w-4 {
    width: 33.33%;
  }
  #project-management-apps-comparisons .app-wrap {
    padding-left: 40px;
    padding-right: 40px;
  }
  #software-discounts {
    padding-top: 90px;
    padding-bottom: 90px;
    position: relative;
  }
  #software-discounts h2 {
    font-weight: 700;
    font-size: 36px;
    color: #6875F2;
    margin-bottom: 20px;
  }
  #software-discounts .section-subtitle {
    font-weight: 700;
    font-size: 20px;
    color: #000;
    margin-bottom: 53px;
  }
  #software-discounts .software-discount-item {
    border: 1px solid rgb(104, 117, 242);
    border-radius: 20px;
    background: rgb(246, 246, 246);
    margin-bottom: 22px;
    overflow: hidden;
    display: flex;
    flex-wrap: wrap;
    padding-top: 34px;
  }
  #software-discounts .software-discount-item .software-discount-description {
    display: flex;
    align-items: center;
    padding-right: 61px;
    width: 100%;
    margin-bottom: 34px;
    padding-left: 34px;
  }
  #software-discounts .software-discount-item .software-discount-description .software-logo {
    width: 120px;
    height: 120px;
    background-color: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
    position: relative;
    margin-bottom: 0;
  }
  #software-discounts .software-discount-item .software-discount-description .software-data {
    width: calc(100% - 120px);
    padding-left: 59px;
    text-align: left;
  }
  #software-discounts .software-discount-item .software-discount-description .software-data h3 {
    font-weight: 700;
    font-size: 20px;
    margin-bottom: 20px;
  }
  #software-discounts .software-discount-item .software-discount-description .software-data p {
    font-size: 16px;
    line-height: 24px;
    margin-bottom: 0;
  }
  #software-discounts .software-discount-item .software-discout-data {
    width: 100%;
    background-color: #F32284;
    color: #fff;
    padding: 55px 43px 46px 52px;
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
  #software-discounts .software-discount-item .software-discout-data .btn {
    width: 155px;
    text-align: center;
  }
  #software-discounts .software-discount-item .software-discout-data .software-discount-value {
    width: calc(100% - 155px);
    font-size: 36px;
    font-weight: 700;
    line-height: 30px;
    padding-right: 10px;
    text-align: left;
    margin-bottom: 0;
  }
  #software-discounts .software-discount-item .software-discout-data .software-discount-value p {
    font-size: 20px;
    line-height: 26px;
  }
  #all-deals .software-discount-item {
    border: 1px solid rgb(104, 117, 242);
    border-radius: 20px;
    background: rgb(246, 246, 246);
    margin-bottom: 22px;
    overflow: hidden;
    display: flex;
    flex-wrap: wrap;
    padding-top: 34px;
  }
  #all-deals .software-discount-item .software-discount-description {
    display: flex;
    align-items: center;
    padding-right: 61px;
    width: 100%;
    margin-bottom: 34px;
    padding-left: 34px;
  }
  #all-deals .software-discount-item .software-discount-description .software-logo {
    width: 120px;
    height: 120px;
    background-color: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
    position: relative;
    margin-bottom: 0;
  }
  #all-deals .software-discount-item .software-discount-description .software-data {
    width: calc(100% - 120px);
    padding-left: 59px;
    text-align: left;
  }
  #all-deals .software-discount-item .software-discount-description .software-data h3 {
    font-weight: 700;
    font-size: 20px;
    margin-bottom: 20px;
  }
  #all-deals .software-discount-item .software-discount-description .software-data p {
    font-size: 16px;
    line-height: 24px;
    margin-bottom: 0;
  }
  #all-deals .software-discount-item .software-discout-data {
    width: 100%;
    color: #fff;
    padding: 55px 43px 46px 52px;
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
  #all-deals .software-discount-item .software-discout-data .btn {
    width: 155px;
    text-align: center;
  }
  #all-deals .software-discount-item .software-discout-data .software-discount-value {
    width: calc(100% - 155px);
    font-size: 36px;
    font-weight: 700;
    line-height: 30px;
    padding-right: 10px;
    text-align: left;
    margin-bottom: 0;
  }
  #all-deals .software-discount-item .software-discout-data .software-discount-value p {
    font-size: 20px;
    line-height: 26px;
  }
}
@media screen and (min-width: 768px) {
  .md-w-6 {
    width: 50%;
  }
  #project-management-apps-comparisons .app-wrap {
    padding-left: 15px;
    padding-right: 15px;
  }
}
@media screen and (min-width: 992px) {
  .lg-w-3 {
    width: 25%;
  }
  .lg-w-4 {
    width: 33.33%;
  }
  .lg-w-6 {
    width: 50%;
  }
  .lg-w-8 {
    width: 75%;
  }
  .lg-block {
    display: block;
  }
  #main-menu {
    display: flex;
    margin: 0;
    padding: 0;
    list-style: none;
    justify-content: space-between;
    padding-left: 20px;
    padding-right: 20px;
  }
  #main-menu li {
    padding-left: 10px;
    padding-right: 10px;
    position: relative;
    display: flex;
    align-items: center;
  }
  #main-menu li a {
    color: #fff;
    font-size: 16px;
    text-decoration: none;
    padding-top: 10px;
    padding-bottom: 10px;
  }
  #main-menu li a:hover {
    color: #F32284;
  }
  #main-menu li.menu-item-has-children::after {
    content: url(../img/arrow-down.svg);
    width: 20px;
    height: 20px;
    display: inline-block;
    margin-left: 6px;
  }
  #main-menu li.deals-menu-item:before {
    content: url(../img/fire-icon.svg);
    width: 18px;
    height: 18px;
    display: inline-block;
    margin-right: 6px;
  }
  #main-menu li:hover ul {
    display: block;
  }
  #main-menu ul {
    display: none;
    position: absolute;
    background-color: #fff;
    top: 100%;
    left: 0;
    width: 200px;
    margin: 0;
    padding: 10px;
  }
  #main-menu ul li a {
    color: #6875F2;
    padding-top: 5px;
    padding-bottom: 5px;
  }
  #main-menu ul li a:hover {
    color: #F32284;
  }
  #home-hero {
    padding-top: 265px;
    margin-top: -110px;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    padding-bottom: 186px;
    position: relative;
  }
  #home-hero h1 {
    color: #6875F2;
    font-size: 66px;
    font-weight: 700;
    margin-bottom: 24px;
  }
  #home-youtube {
    margin-top: -150px;
  }
  #home-banner {
    padding-bottom: 0;
  }
  #home-banner .title-column {
    font-size: 36px;
    order: 1;
    text-align: left;
  }
  #home-banner .icon-column {
    order: 2;
    min-height: 424px;
  }
  #home-banner .button-column {
    order: 3;
    text-align: right;
  }
  footer .footer-logo-column {
    width: 33.33%;
  }
  footer .footer-menu-column {
    width: 66.66%;
  }
  footer .footer-logo {
    text-align: left;
  }
  footer .footer-menu-title {
    margin-bottom: 80px;
  }
  footer .footer-copyright {
    text-align: left;
  }
  #home-contact .contact-form-wrap {
    padding: 65px 48px;
  }
  #project-contact .contact-form-wrap {
    padding: 65px 48px;
  }
  #join-spotlight-contact .contact-form-wrap {
    padding: 65px 48px;
  }
  #join-spotlight-contact .contact-container {
    margin-top: -104px;
    margin-bottom: -64px;
    position: relative;
    z-index: 10;
  }
  #page-title {
    padding-top: 160px;
    margin-top: -140px;
    background-position: bottom center;
    background-size: cover;
    background-repeat: no-repeat;
    padding-bottom: 110px;
    position: relative;
  }
  #page-title h1 {
    color: #6875F2;
    font-size: 66px;
    font-weight: 700;
    margin-bottom: 24px;
  }
  #page-title.top-picks {
    padding-top: 200px;
  }
  .software-cta-card {
    padding-left: 40px;
    padding-right: 40px;
  }
  #software-discounts {
    padding-top: 90px;
    padding-bottom: 90px;
    position: relative;
  }
  #software-discounts h2 {
    font-weight: 700;
    font-size: 36px;
    color: #6875F2;
    margin-bottom: 20px;
  }
  #software-discounts .section-subtitle {
    font-weight: 700;
    font-size: 20px;
    color: #000;
    margin-bottom: 53px;
  }
  #software-discounts .software-discount-item {
    border: 1px solid rgb(104, 117, 242);
    border-radius: 20px;
    background: rgb(246, 246, 246);
    margin-bottom: 22px;
    overflow: hidden;
    display: flex;
    padding-left: 34px;
    padding-top: 0;
  }
  #software-discounts .software-discount-item .software-discount-description {
    display: flex;
    align-items: center;
    padding-right: 61px;
    width: 60%;
    padding-left: 0;
    margin-bottom: 0;
  }
  #software-discounts .software-discount-item .software-discount-description .software-logo {
    width: 120px;
    height: 120px;
    background-color: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
    position: relative;
  }
  #software-discounts .software-discount-item .software-discount-description .software-data {
    width: calc(100% - 120px);
    padding-left: 59px;
  }
  #software-discounts .software-discount-item .software-discount-description .software-data h3 {
    font-weight: 700;
    font-size: 20px;
    margin-bottom: 20px;
  }
  #software-discounts .software-discount-item .software-discount-description .software-data p {
    font-size: 16px;
    line-height: 24px;
    margin-bottom: 0;
  }
  #software-discounts .software-discount-item .software-discout-data {
    width: 40%;
    background-color: #F32284;
    color: #fff;
    padding: 55px 43px 46px 52px;
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
  #software-discounts .software-discount-item .software-discout-data .btn {
    width: 155px;
    text-align: center;
  }
  #software-discounts .software-discount-item .software-discout-data .software-discount-value {
    width: calc(100% - 155px);
    font-size: 36px;
    font-weight: 700;
    line-height: 30px;
    padding-right: 10px;
  }
  #software-discounts .software-discount-item .software-discout-data .software-discount-value p {
    font-size: 20px;
    line-height: 26px;
  }
  #all-deals .software-discount-item {
    border: 1px solid rgb(104, 117, 242);
    border-radius: 20px;
    background: rgb(246, 246, 246);
    margin-bottom: 22px;
    overflow: hidden;
    display: flex;
    padding-left: 34px;
    padding-top: 0;
  }
  #all-deals .software-discount-item .software-discount-description {
    display: flex;
    align-items: center;
    padding-right: 61px;
    width: 60%;
    padding-left: 0;
    margin-bottom: 0;
  }
  #all-deals .software-discount-item .software-discount-description .software-logo {
    width: 120px;
    height: 120px;
    background-color: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
    position: relative;
  }
  #all-deals .software-discount-item .software-discount-description .software-data {
    width: calc(100% - 120px);
    padding-left: 59px;
  }
  #all-deals .software-discount-item .software-discount-description .software-data h3 {
    font-weight: 700;
    font-size: 20px;
    margin-bottom: 20px;
  }
  #all-deals .software-discount-item .software-discount-description .software-data p {
    font-size: 16px;
    line-height: 24px;
    margin-bottom: 0;
  }
  #all-deals .software-discount-item .software-discout-data {
    width: 40%;
    color: #fff;
    padding: 55px 43px 46px 52px;
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
  #all-deals .software-discount-item .software-discout-data .btn {
    width: 155px;
    text-align: center;
  }
  #all-deals .software-discount-item .software-discout-data .software-discount-value {
    width: calc(100% - 155px);
    font-size: 36px;
    font-weight: 700;
    line-height: 30px;
    padding-right: 10px;
  }
  #all-deals .software-discount-item .software-discout-data .software-discount-value p {
    font-size: 20px;
    line-height: 26px;
  }
  #about .author-avatar {
    text-align: left;
    margin-bottom: 0;
  }
  #about .author-name {
    text-align: left;
  }
  #about .about-socials ul {
    justify-content: flex-start;
  }
  #time-line {
    padding-top: 140px;
    padding-bottom: 140px;
    position: relative;
  }
  #time-line .time-line-container {
    position: relative;
  }
  #time-line .time-line-container::after {
    content: "";
    background-color: transparent;
    background-image: url(../img/wave-path.svg);
    background-position: top center;
    background-repeat: no-repeat;
    position: absolute;
    transform: translateY(0);
    top: 0;
    left: 0;
    bottom: 0;
    width: 235px;
    height: 100%;
    z-index: 0;
  }
  #time-line .time-line-row {
    margin-bottom: 22px;
  }
  #time-line .time-line-curve {
    position: absolute;
    top: -1px;
    left: 0;
    right: 0;
  }
  #time-line .time-line-curve img {
    width: 100%;
    height: auto;
    display: flex;
    transform: rotate(180deg);
  }
  #time-line .time-line-bottom-curve {
    position: absolute;
    bottom: -1px;
    left: 0;
    right: 0;
  }
  #time-line .time-line-bottom-curve img {
    width: 100%;
    height: auto;
    display: flex;
  }
  #time-line .time-line-icon {
    width: 235px;
    height: 235px;
    background-color: #fff;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-left: 0;
  }
  #time-line .time-line-title {
    font-size: 36px;
    font-weight: 700;
    color: #6875F2;
    margin-bottom: 28px;
	text-align:left;
  }
  #time-line .time-line-secription {
    font-size: 16px;
    line-height: 24px;
  }
  #time-line .time-line-secription a {
    color: #000;
    text-decoration: underline;
  }
  #time-line .time-line-secription a:hover {
    color: #F32284;
  }
  #time-line .time-line-data-wrap {
    background-color: #fff;
    border-radius: 15px;
    box-shadow: 0px 20px 30px 0px rgba(0, 0, 0, 0.03);
    padding: 56px 83px 40px;
  }
}
@media screen and (min-width: 1200px) {
  .featured-row {
    margin-left: -12.5px;
    margin-right: -12.5px;
  }
  .featured-row column {
    padding-left: 12.5px;
    padding-right: 12.5px;
  }
  .featured-container {
    margin-top: -104px;
  }
  body {
    font-size: 20px;
  }
  #home-banner .title-column {
    width: 519px;
    padding-top: 60px;
  }
  #home-banner .icon-column {
    width: calc(100% - 519px - 260px);
  }
  #home-banner .button-column {
    width: 260px;
  }
  .comparison-container {
    margin-bottom: -100px;
  }
  footer {
    position: relative;
  }
  footer .footer-social-list {
    gap: 30px;
  }
  footer .horizontal-line {
    position: absolute;
    width: 66.66%;
    height: 1px;
    top: 183px;
    background: linear-gradient(to left, rgba(104, 117, 242, 0.4), rgba(5, 11, 22, 0.4));
    right: 0;
  }
  footer .footer-logo-column {
    padding-right: 40px;
  }
  footer .footer-menu-column {
    padding-left: 60px;
  }
  footer .footer-menu-column .column:nth-child(3) {
    padding-left: 60px;
  }
  footer .vertical-line-1 {
    position: absolute;
    width: 1px;
    height: 100%;
    left: 33.33%;
    background: linear-gradient(to top, rgba(104, 117, 242, 0.4), rgba(5, 11, 22, 0.4));
    bottom: -46px;
  }
  footer .vertical-line-2 {
    position: absolute;
    width: 1px;
    height: 100%;
    left: 55.55%;
    background: linear-gradient(to top, rgba(104, 117, 242, 0.4), rgba(5, 11, 22, 0.4));
    bottom: -46px;
  }
  footer .vertical-line-3 {
    position: absolute;
    width: 1px;
    height: 100%;
    left: 77.77%;
    background: linear-gradient(to top, rgba(104, 117, 242, 0.4), rgba(5, 11, 22, 0.4));
    bottom: -46px;
  }
  footer .vertical-line-4 {
    position: absolute;
    width: 1px;
    height: 100%;
    left: 100%;
    background: linear-gradient(to top, rgba(104, 117, 242, 0.4), rgba(5, 11, 22, 0.4));
    bottom: -46px;
  }
  .blog-posts-row {
    margin-bottom: -150px;
  }
  .xl-w-4 {
    width: 33.33%;
  }
  .xl-pl-40 {
    padding-left: 40px;
  }
  .xl-pr-134 {
    padding-right: 134px;
  }
}
@media screen and (min-width: 1500px) {
  #main-menu {
    padding-left: 50px;
    padding-right: 50px;
  }
  #project-management-apps-comparisons .app-wrap {
    padding-left: 40px;
    padding-right: 40px;
  }
}:root{--f-spinner-width: 36px;--f-spinner-height: 36px;--f-spinner-color-1: rgba(0, 0, 0, 0.1);--f-spinner-color-2: rgba(17, 24, 28, 0.8);--f-spinner-stroke: 2.75}.f-spinner{margin:auto;padding:0;width:var(--f-spinner-width);height:var(--f-spinner-height)}.f-spinner svg{width:100%;height:100%;vertical-align:top;animation:f-spinner-rotate 2s linear infinite}.f-spinner svg *{stroke-width:var(--f-spinner-stroke);fill:none}.f-spinner svg *:first-child{stroke:var(--f-spinner-color-1)}.f-spinner svg *:last-child{stroke:var(--f-spinner-color-2);animation:f-spinner-dash 2s ease-in-out infinite}@keyframes f-spinner-rotate{100%{transform:rotate(360deg)}}@keyframes f-spinner-dash{0%{stroke-dasharray:1,150;stroke-dashoffset:0}50%{stroke-dasharray:90,150;stroke-dashoffset:-35}100%{stroke-dasharray:90,150;stroke-dashoffset:-124}}.f-throwOutUp{animation:var(--f-throw-out-duration, 0.175s) ease-out both f-throwOutUp}.f-throwOutDown{animation:var(--f-throw-out-duration, 0.175s) ease-out both f-throwOutDown}@keyframes f-throwOutUp{to{transform:translate3d(0, calc(var(--f-throw-out-distance, 150px) * -1), 0);opacity:0}}@keyframes f-throwOutDown{to{transform:translate3d(0, var(--f-throw-out-distance, 150px), 0);opacity:0}}.f-zoomInUp{animation:var(--f-transition-duration, 0.2s) ease .1s both f-zoomInUp}.f-zoomOutDown{animation:var(--f-transition-duration, 0.2s) ease both f-zoomOutDown}@keyframes f-zoomInUp{from{transform:scale(0.975) translate3d(0, 16px, 0);opacity:0}to{transform:scale(1) translate3d(0, 0, 0);opacity:1}}@keyframes f-zoomOutDown{to{transform:scale(0.975) translate3d(0, 16px, 0);opacity:0}}.f-fadeIn{animation:var(--f-transition-duration, 0.2s) var(--f-transition-easing, ease) var(--f-transition-delay, 0s) both f-fadeIn;z-index:2}.f-fadeOut{animation:var(--f-transition-duration, 0.2s) var(--f-transition-easing, ease) var(--f-transition-delay, 0s) both f-fadeOut;z-index:1}@keyframes f-fadeIn{0%{opacity:0}100%{opacity:1}}@keyframes f-fadeOut{100%{opacity:0}}.f-fadeFastIn{animation:var(--f-transition-duration, 0.2s) ease-out both f-fadeFastIn;z-index:2}.f-fadeFastOut{animation:var(--f-transition-duration, 0.1s) ease-out both f-fadeFastOut;z-index:2}@keyframes f-fadeFastIn{0%{opacity:.75}100%{opacity:1}}@keyframes f-fadeFastOut{100%{opacity:0}}.f-fadeSlowIn{animation:var(--f-transition-duration, 0.5s) ease both f-fadeSlowIn;z-index:2}.f-fadeSlowOut{animation:var(--f-transition-duration, 0.5s) ease both f-fadeSlowOut;z-index:1}@keyframes f-fadeSlowIn{0%{opacity:0}100%{opacity:1}}@keyframes f-fadeSlowOut{100%{opacity:0}}.f-crossfadeIn{animation:var(--f-transition-duration, 0.2s) ease-out both f-crossfadeIn;z-index:2}.f-crossfadeOut{animation:calc(var(--f-transition-duration, 0.2s)*.5) linear .1s both f-crossfadeOut;z-index:1}@keyframes f-crossfadeIn{0%{opacity:0}100%{opacity:1}}@keyframes f-crossfadeOut{100%{opacity:0}}.f-slideIn.from-next{animation:var(--f-transition-duration, 0.85s) cubic-bezier(0.16, 1, 0.3, 1) f-slideInNext}.f-slideIn.from-prev{animation:var(--f-transition-duration, 0.85s) cubic-bezier(0.16, 1, 0.3, 1) f-slideInPrev}.f-slideOut.to-next{animation:var(--f-transition-duration, 0.85s) cubic-bezier(0.16, 1, 0.3, 1) f-slideOutNext}.f-slideOut.to-prev{animation:var(--f-transition-duration, 0.85s) cubic-bezier(0.16, 1, 0.3, 1) f-slideOutPrev}@keyframes f-slideInPrev{0%{transform:translateX(100%)}100%{transform:translate3d(0, 0, 0)}}@keyframes f-slideInNext{0%{transform:translateX(-100%)}100%{transform:translate3d(0, 0, 0)}}@keyframes f-slideOutNext{100%{transform:translateX(-100%)}}@keyframes f-slideOutPrev{100%{transform:translateX(100%)}}.f-classicIn.from-next{animation:var(--f-transition-duration, 0.85s) cubic-bezier(0.16, 1, 0.3, 1) f-classicInNext;z-index:2}.f-classicIn.from-prev{animation:var(--f-transition-duration, 0.85s) cubic-bezier(0.16, 1, 0.3, 1) f-classicInPrev;z-index:2}.f-classicOut.to-next{animation:var(--f-transition-duration, 0.85s) cubic-bezier(0.16, 1, 0.3, 1) f-classicOutNext;z-index:1}.f-classicOut.to-prev{animation:var(--f-transition-duration, 0.85s) cubic-bezier(0.16, 1, 0.3, 1) f-classicOutPrev;z-index:1}@keyframes f-classicInNext{0%{transform:translateX(-75px);opacity:0}100%{transform:translate3d(0, 0, 0);opacity:1}}@keyframes f-classicInPrev{0%{transform:translateX(75px);opacity:0}100%{transform:translate3d(0, 0, 0);opacity:1}}@keyframes f-classicOutNext{100%{transform:translateX(-75px);opacity:0}}@keyframes f-classicOutPrev{100%{transform:translateX(75px);opacity:0}}:root{--f-button-width: 40px;--f-button-height: 40px;--f-button-border: 0;--f-button-border-radius: 0;--f-button-color: #374151;--f-button-bg: #f8f8f8;--f-button-hover-bg: #e0e0e0;--f-button-active-bg: #d0d0d0;--f-button-shadow: none;--f-button-transition: all 0.15s ease;--f-button-transform: none;--f-button-svg-width: 20px;--f-button-svg-height: 20px;--f-button-svg-stroke-width: 1.5;--f-button-svg-fill: none;--f-button-svg-filter: none;--f-button-svg-disabled-opacity: 0.65}.f-button{display:flex;justify-content:center;align-items:center;box-sizing:content-box;position:relative;margin:0;padding:0;width:var(--f-button-width);height:var(--f-button-height);border:var(--f-button-border);border-radius:var(--f-button-border-radius);color:var(--f-button-color);background:var(--f-button-bg);box-shadow:var(--f-button-shadow);pointer-events:all;cursor:pointer;transition:var(--f-button-transition)}@media(hover: hover){.f-button:hover:not([disabled]){color:var(--f-button-hover-color);background-color:var(--f-button-hover-bg)}}.f-button:active:not([disabled]){background-color:var(--f-button-active-bg)}.f-button:focus:not(:focus-visible){outline:none}.f-button:focus-visible{outline:none;box-shadow:inset 0 0 0 var(--f-button-outline, 2px) var(--f-button-outline-color, var(--f-button-color))}.f-button svg{width:var(--f-button-svg-width);height:var(--f-button-svg-height);fill:var(--f-button-svg-fill);stroke:currentColor;stroke-width:var(--f-button-svg-stroke-width);stroke-linecap:round;stroke-linejoin:round;transition:opacity .15s ease;transform:var(--f-button-transform);filter:var(--f-button-svg-filter);pointer-events:none}.f-button[disabled]{cursor:default}.f-button[disabled] svg{opacity:var(--f-button-svg-disabled-opacity)}.f-carousel__nav .f-button.is-prev,.f-carousel__nav .f-button.is-next,.fancybox__nav .f-button.is-prev,.fancybox__nav .f-button.is-next{position:absolute;z-index:1}.is-horizontal .f-carousel__nav .f-button.is-prev,.is-horizontal .f-carousel__nav .f-button.is-next,.is-horizontal .fancybox__nav .f-button.is-prev,.is-horizontal .fancybox__nav .f-button.is-next{top:50%;transform:translateY(-50%)}.is-horizontal .f-carousel__nav .f-button.is-prev,.is-horizontal .fancybox__nav .f-button.is-prev{left:var(--f-button-prev-pos)}.is-horizontal .f-carousel__nav .f-button.is-next,.is-horizontal .fancybox__nav .f-button.is-next{right:var(--f-button-next-pos)}.is-horizontal.is-rtl .f-carousel__nav .f-button.is-prev,.is-horizontal.is-rtl .fancybox__nav .f-button.is-prev{left:auto;right:var(--f-button-next-pos)}.is-horizontal.is-rtl .f-carousel__nav .f-button.is-next,.is-horizontal.is-rtl .fancybox__nav .f-button.is-next{right:auto;left:var(--f-button-prev-pos)}.is-vertical .f-carousel__nav .f-button.is-prev,.is-vertical .f-carousel__nav .f-button.is-next,.is-vertical .fancybox__nav .f-button.is-prev,.is-vertical .fancybox__nav .f-button.is-next{top:auto;left:50%;transform:translateX(-50%)}.is-vertical .f-carousel__nav .f-button.is-prev,.is-vertical .fancybox__nav .f-button.is-prev{top:var(--f-button-next-pos)}.is-vertical .f-carousel__nav .f-button.is-next,.is-vertical .fancybox__nav .f-button.is-next{bottom:var(--f-button-next-pos)}.is-vertical .f-carousel__nav .f-button.is-prev svg,.is-vertical .f-carousel__nav .f-button.is-next svg,.is-vertical .fancybox__nav .f-button.is-prev svg,.is-vertical .fancybox__nav .f-button.is-next svg{transform:rotate(90deg)}.f-carousel__nav .f-button:disabled,.fancybox__nav .f-button:disabled{pointer-events:none}html.with-fancybox{width:auto;overflow:visible;scroll-behavior:auto}html.with-fancybox body{touch-action:none}html.with-fancybox body.hide-scrollbar{width:auto;margin-right:calc(var(--fancybox-body-margin, 0px) + var(--fancybox-scrollbar-compensate, 0px));overflow:hidden !important;overscroll-behavior-y:none}.fancybox__container{--fancybox-color: #dbdbdb;--fancybox-hover-color: #fff;--fancybox-bg: rgba(24, 24, 27, 0.98);--fancybox-slide-gap: 10px;--f-spinner-width: 50px;--f-spinner-height: 50px;--f-spinner-color-1: rgba(255, 255, 255, 0.1);--f-spinner-color-2: #bbb;--f-spinner-stroke: 3.65;position:fixed;top:0;left:0;bottom:0;right:0;direction:ltr;display:flex;flex-direction:column;box-sizing:border-box;margin:0;padding:0;color:#f8f8f8;-webkit-tap-highlight-color:rgba(0,0,0,0);overflow:visible;z-index:var(--fancybox-zIndex, 1050);outline:none;transform-origin:top left;-webkit-text-size-adjust:100%;-moz-text-size-adjust:none;-ms-text-size-adjust:100%;text-size-adjust:100%;overscroll-behavior-y:contain}.fancybox__container *,.fancybox__container *::before,.fancybox__container *::after{box-sizing:inherit}.fancybox__container::backdrop{background-color:rgba(0,0,0,0)}.fancybox__backdrop{position:fixed;top:0;left:0;bottom:0;right:0;z-index:-1;background:var(--fancybox-bg);opacity:var(--fancybox-opacity, 1);will-change:opacity}.fancybox__carousel{position:relative;box-sizing:border-box;flex:1;min-height:0;z-index:10;overflow-y:visible;overflow-x:clip}.fancybox__viewport{width:100%;height:100%}.fancybox__viewport.is-draggable{cursor:move;cursor:grab}.fancybox__viewport.is-dragging{cursor:move;cursor:grabbing}.fancybox__track{display:flex;margin:0 auto;height:100%}.fancybox__slide{flex:0 0 auto;position:relative;display:flex;flex-direction:column;align-items:center;width:100%;height:100%;margin:0 var(--fancybox-slide-gap) 0 0;padding:4px;overflow:auto;overscroll-behavior:contain;transform:translate3d(0, 0, 0);backface-visibility:hidden}.fancybox__container:not(.is-compact) .fancybox__slide.has-close-btn{padding-top:40px}.fancybox__slide.has-iframe,.fancybox__slide.has-video,.fancybox__slide.has-html5video{overflow:hidden}.fancybox__slide.has-image{overflow:hidden}.fancybox__slide.has-image.is-animating,.fancybox__slide.has-image.is-selected{overflow:visible}.fancybox__slide::before,.fancybox__slide::after{content:"";flex:0 0 0;margin:auto}.fancybox__backdrop:empty,.fancybox__viewport:empty,.fancybox__track:empty,.fancybox__slide:empty{display:block}.fancybox__content{align-self:center;display:flex;flex-direction:column;position:relative;margin:0;padding:2rem;max-width:100%;color:var(--fancybox-content-color, #374151);background:var(--fancybox-content-bg, #fff);cursor:default;border-radius:0;z-index:20}.is-loading .fancybox__content{opacity:0}.is-draggable .fancybox__content{cursor:move;cursor:grab}.can-zoom_in .fancybox__content{cursor:zoom-in}.can-zoom_out .fancybox__content{cursor:zoom-out}.is-dragging .fancybox__content{cursor:move;cursor:grabbing}.fancybox__content [data-selectable],.fancybox__content [contenteditable]{cursor:auto}.fancybox__slide.has-image>.fancybox__content{padding:0;background:rgba(0,0,0,0);min-height:1px;background-repeat:no-repeat;background-size:contain;background-position:center center;transition:none;transform:translate3d(0, 0, 0);backface-visibility:hidden}.fancybox__slide.has-image>.fancybox__content>picture>img{width:100%;height:auto;max-height:100%}.is-animating .fancybox__content,.is-dragging .fancybox__content{will-change:transform,width,height}.fancybox-image{margin:auto;display:block;width:100%;height:100%;min-height:0;object-fit:contain;user-select:none;filter:blur(0px)}.fancybox__caption{align-self:center;max-width:100%;flex-shrink:0;margin:0;padding:14px 0 4px 0;overflow-wrap:anywhere;line-height:1.375;color:var(--fancybox-color, currentColor);opacity:var(--fancybox-opacity, 1);cursor:auto;visibility:visible}.is-loading .fancybox__caption,.is-closing .fancybox__caption{opacity:0;visibility:hidden}.is-compact .fancybox__caption{padding-bottom:0}.f-button.is-close-btn{--f-button-svg-stroke-width: 2;position:absolute;top:0;right:8px;z-index:40}.fancybox__content>.f-button.is-close-btn{--f-button-width: 34px;--f-button-height: 34px;--f-button-border-radius: 4px;--f-button-color: var(--fancybox-color, #fff);--f-button-hover-color: var(--fancybox-color, #fff);--f-button-bg: transparent;--f-button-hover-bg: transparent;--f-button-active-bg: transparent;--f-button-svg-width: 22px;--f-button-svg-height: 22px;position:absolute;top:-38px;right:0;opacity:.75}.is-loading .fancybox__content>.f-button.is-close-btn{visibility:hidden}.is-zooming-out .fancybox__content>.f-button.is-close-btn{visibility:hidden}.fancybox__content>.f-button.is-close-btn:hover{opacity:1}.fancybox__footer{padding:0;margin:0;position:relative}.fancybox__footer .fancybox__caption{width:100%;padding:24px;opacity:var(--fancybox-opacity, 1);transition:all .25s ease}.is-compact .fancybox__footer{position:absolute;bottom:0;left:0;right:0;z-index:20;background:rgba(24,24,27,.5)}.is-compact .fancybox__footer .fancybox__caption{padding:12px}.is-compact .fancybox__content>.f-button.is-close-btn{--f-button-border-radius: 50%;--f-button-color: #fff;--f-button-hover-color: #fff;--f-button-outline-color: #000;--f-button-bg: rgba(0, 0, 0, 0.6);--f-button-active-bg: rgba(0, 0, 0, 0.6);--f-button-hover-bg: rgba(0, 0, 0, 0.6);--f-button-svg-width: 18px;--f-button-svg-height: 18px;--f-button-svg-filter: none;top:5px;right:5px}.fancybox__nav{--f-button-width: 50px;--f-button-height: 50px;--f-button-border: 0;--f-button-border-radius: 50%;--f-button-color: var(--fancybox-color);--f-button-hover-color: var(--fancybox-hover-color);--f-button-bg: transparent;--f-button-hover-bg: rgba(24, 24, 27, 0.3);--f-button-active-bg: rgba(24, 24, 27, 0.5);--f-button-shadow: none;--f-button-transition: all 0.15s ease;--f-button-transform: none;--f-button-svg-width: 26px;--f-button-svg-height: 26px;--f-button-svg-stroke-width: 2.5;--f-button-svg-fill: none;--f-button-svg-filter: drop-shadow(1px 1px 1px rgba(24, 24, 27, 0.5));--f-button-svg-disabled-opacity: 0.65;--f-button-next-pos: 1rem;--f-button-prev-pos: 1rem;opacity:var(--fancybox-opacity, 1)}.fancybox__nav .f-button:before{position:absolute;content:"";top:-30px;right:-20px;left:-20px;bottom:-30px;z-index:1}.is-idle .fancybox__nav{animation:.15s ease-out both f-fadeOut}.is-idle.is-compact .fancybox__footer{pointer-events:none;animation:.15s ease-out both f-fadeOut}.fancybox__slide>.f-spinner{position:absolute;top:50%;left:50%;margin:var(--f-spinner-top, calc(var(--f-spinner-width) * -0.5)) 0 0 var(--f-spinner-left, calc(var(--f-spinner-height) * -0.5));z-index:30;cursor:pointer}.fancybox-protected{position:absolute;top:0;left:0;right:0;bottom:0;z-index:40;user-select:none}.fancybox-ghost{position:absolute;top:0;left:0;width:100%;height:100%;min-height:0;object-fit:contain;z-index:40;user-select:none;pointer-events:none}.fancybox-focus-guard{outline:none;opacity:0;position:fixed;pointer-events:none}.fancybox__container:not([aria-hidden]){opacity:0}.fancybox__container.is-animated[aria-hidden=false]>*:not(.fancybox__backdrop,.fancybox__carousel),.fancybox__container.is-animated[aria-hidden=false] .fancybox__carousel>*:not(.fancybox__viewport),.fancybox__container.is-animated[aria-hidden=false] .fancybox__slide>*:not(.fancybox__content){animation:var(--f-interface-enter-duration, 0.25s) ease .1s backwards f-fadeIn}.fancybox__container.is-animated[aria-hidden=false] .fancybox__backdrop{animation:var(--f-backdrop-enter-duration, 0.35s) ease backwards f-fadeIn}.fancybox__container.is-animated[aria-hidden=true]>*:not(.fancybox__backdrop,.fancybox__carousel),.fancybox__container.is-animated[aria-hidden=true] .fancybox__carousel>*:not(.fancybox__viewport),.fancybox__container.is-animated[aria-hidden=true] .fancybox__slide>*:not(.fancybox__content){animation:var(--f-interface-exit-duration, 0.15s) ease forwards f-fadeOut}.fancybox__container.is-animated[aria-hidden=true] .fancybox__backdrop{animation:var(--f-backdrop-exit-duration, 0.35s) ease forwards f-fadeOut}.has-iframe .fancybox__content,.has-map .fancybox__content,.has-pdf .fancybox__content,.has-youtube .fancybox__content,.has-vimeo .fancybox__content,.has-html5video .fancybox__content{max-width:100%;flex-shrink:1;min-height:1px;overflow:visible}.has-iframe .fancybox__content,.has-map .fancybox__content,.has-pdf .fancybox__content{width:calc(100% - 120px);height:90%}.fancybox__container.is-compact .has-iframe .fancybox__content,.fancybox__container.is-compact .has-map .fancybox__content,.fancybox__container.is-compact .has-pdf .fancybox__content{width:100%;height:100%}.has-youtube .fancybox__content,.has-vimeo .fancybox__content,.has-html5video .fancybox__content{width:960px;height:540px;max-width:100%;max-height:100%}.has-map .fancybox__content,.has-pdf .fancybox__content,.has-youtube .fancybox__content,.has-vimeo .fancybox__content,.has-html5video .fancybox__content{padding:0;background:rgba(24,24,27,.9);color:#fff}.has-map .fancybox__content{background:#e5e3df}.fancybox__html5video,.fancybox__iframe{border:0;display:block;height:100%;width:100%;background:rgba(0,0,0,0)}.fancybox-placeholder{border:0 !important;clip:rect(1px, 1px, 1px, 1px) !important;-webkit-clip-path:inset(50%) !important;clip-path:inset(50%) !important;height:1px !important;margin:-1px !important;overflow:hidden !important;padding:0 !important;position:absolute !important;width:1px !important;white-space:nowrap !important}.f-carousel__thumbs{--f-thumb-width: 96px;--f-thumb-height: 72px;--f-thumb-outline: 0;--f-thumb-outline-color: #5eb0ef;--f-thumb-opacity: 1;--f-thumb-hover-opacity: 1;--f-thumb-selected-opacity: 1;--f-thumb-border-radius: 2px;--f-thumb-offset: 0px;--f-button-next-pos: 0;--f-button-prev-pos: 0}.f-carousel__thumbs.is-classic{--f-thumb-gap: 8px;--f-thumb-opacity: 0.5;--f-thumb-hover-opacity: 1;--f-thumb-selected-opacity: 1}.f-carousel__thumbs.is-modern{--f-thumb-gap: 4px;--f-thumb-extra-gap: 16px;--f-thumb-clip-width: 46px}.f-thumbs{position:relative;flex:0 0 auto;margin:0;overflow:hidden;-webkit-tap-highlight-color:rgba(0,0,0,0);user-select:none;perspective:1000px;transform:translateZ(0)}.f-thumbs .f-spinner{position:absolute;top:0;left:0;width:100%;height:100%;border-radius:2px;background-image:linear-gradient(#ebeff2, #e2e8f0);z-index:-1}.f-thumbs .f-spinner svg{display:none}.f-thumbs.is-vertical{height:100%}.f-thumbs__viewport{width:100%;height:auto;overflow:hidden;transform:translate3d(0, 0, 0)}.f-thumbs__track{display:flex}.f-thumbs__slide{position:relative;flex:0 0 auto;box-sizing:content-box;display:flex;align-items:center;justify-content:center;padding:0;margin:0;width:var(--f-thumb-width);height:var(--f-thumb-height);overflow:visible;cursor:pointer}.f-thumbs__slide.is-loading img{opacity:0}.is-classic .f-thumbs__viewport{height:100%}.is-modern .f-thumbs__track{width:max-content}.is-modern .f-thumbs__track::before{content:"";position:absolute;top:0;bottom:0;left:calc((var(--f-thumb-clip-width, 0))*-0.5);width:calc(var(--width, 0)*1px + var(--f-thumb-clip-width, 0));cursor:pointer}.is-modern .f-thumbs__slide{width:var(--f-thumb-clip-width);transform:translate3d(calc(var(--shift, 0) * -1px), 0, 0);transition:none;pointer-events:none}.is-modern.is-resting .f-thumbs__slide{transition:transform .33s ease}.is-modern.is-resting .f-thumbs__slide__button{transition:clip-path .33s ease}.is-using-tab .is-modern .f-thumbs__slide:focus-within{filter:drop-shadow(-1px 0px 0px var(--f-thumb-outline-color)) drop-shadow(2px 0px 0px var(--f-thumb-outline-color)) drop-shadow(0px -1px 0px var(--f-thumb-outline-color)) drop-shadow(0px 2px 0px var(--f-thumb-outline-color))}.f-thumbs__slide__button{appearance:none;width:var(--f-thumb-width);height:100%;margin:0 -100% 0 -100%;padding:0;border:0;position:relative;border-radius:var(--f-thumb-border-radius);overflow:hidden;background:rgba(0,0,0,0);outline:none;cursor:pointer;pointer-events:auto;touch-action:manipulation;opacity:var(--f-thumb-opacity);transition:opacity .2s ease}.f-thumbs__slide__button:hover{opacity:var(--f-thumb-hover-opacity)}.f-thumbs__slide__button:focus:not(:focus-visible){outline:none}.f-thumbs__slide__button:focus-visible{outline:none;opacity:var(--f-thumb-selected-opacity)}.is-modern .f-thumbs__slide__button{--clip-path: inset( 0 calc( ((var(--f-thumb-width, 0) - var(--f-thumb-clip-width, 0))) * (1 - var(--progress, 0)) * 0.5 ) round var(--f-thumb-border-radius, 0) );clip-path:var(--clip-path)}.is-classic .is-nav-selected .f-thumbs__slide__button{opacity:var(--f-thumb-selected-opacity)}.is-classic .is-nav-selected .f-thumbs__slide__button::after{content:"";position:absolute;top:0;left:0;right:0;height:auto;bottom:0;border:var(--f-thumb-outline, 0) solid var(--f-thumb-outline-color, transparent);border-radius:var(--f-thumb-border-radius);animation:f-fadeIn .2s ease-out;z-index:10}.f-thumbs__slide__img{overflow:hidden;position:absolute;top:0;right:0;bottom:0;left:0;width:100%;height:100%;margin:0;padding:var(--f-thumb-offset);box-sizing:border-box;pointer-events:none;object-fit:cover;border-radius:var(--f-thumb-border-radius)}.f-thumbs.is-horizontal .f-thumbs__track{padding:8px 0 12px 0}.f-thumbs.is-horizontal .f-thumbs__slide{margin:0 var(--f-thumb-gap) 0 0}.f-thumbs.is-vertical .f-thumbs__track{flex-wrap:wrap;padding:0 8px}.f-thumbs.is-vertical .f-thumbs__slide{margin:0 0 var(--f-thumb-gap) 0}.fancybox__thumbs{--f-thumb-width: 96px;--f-thumb-height: 72px;--f-thumb-border-radius: 2px;--f-thumb-outline: 2px;--f-thumb-outline-color: #ededed;position:relative;opacity:var(--fancybox-opacity, 1);transition:max-height .35s cubic-bezier(0.23, 1, 0.32, 1)}.fancybox__thumbs.is-classic{--f-thumb-gap: 8px;--f-thumb-opacity: 0.5;--f-thumb-hover-opacity: 1}.fancybox__thumbs.is-classic .f-spinner{background-image:linear-gradient(rgba(255, 255, 255, 0.1), rgba(255, 255, 255, 0.05))}.fancybox__thumbs.is-modern{--f-thumb-gap: 4px;--f-thumb-extra-gap: 16px;--f-thumb-clip-width: 46px;--f-thumb-opacity: 1;--f-thumb-hover-opacity: 1}.fancybox__thumbs.is-modern .f-spinner{background-image:linear-gradient(rgba(255, 255, 255, 0.1), rgba(255, 255, 255, 0.05))}.fancybox__thumbs.is-horizontal{padding:0 var(--f-thumb-gap)}.fancybox__thumbs.is-vertical{padding:var(--f-thumb-gap) 0}.is-compact .fancybox__thumbs{--f-thumb-width: 64px;--f-thumb-clip-width: 32px;--f-thumb-height: 48px;--f-thumb-extra-gap: 10px}.fancybox__thumbs.is-masked{max-height:0px !important}.is-closing .fancybox__thumbs{transition:none !important}.fancybox__toolbar{--f-progress-color: var(--fancybox-color, rgba(255, 255, 255, 0.94));--f-button-width: 46px;--f-button-height: 46px;--f-button-color: var(--fancybox-color);--f-button-hover-color: var(--fancybox-hover-color);--f-button-bg: rgba(24, 24, 27, 0.65);--f-button-hover-bg: rgba(70, 70, 73, 0.65);--f-button-active-bg: rgba(90, 90, 93, 0.65);--f-button-border-radius: 0;--f-button-svg-width: 24px;--f-button-svg-height: 24px;--f-button-svg-stroke-width: 1.5;--f-button-svg-filter: drop-shadow(1px 1px 1px rgba(24, 24, 27, 0.15));--f-button-svg-fill: none;--f-button-svg-disabled-opacity: 0.65;display:flex;flex-direction:row;justify-content:space-between;margin:0;padding:0;font-family:-apple-system,BlinkMacSystemFont,"Segoe UI Adjusted","Segoe UI","Liberation Sans",sans-serif;color:var(--fancybox-color, currentColor);opacity:var(--fancybox-opacity, 1);text-shadow:var(--fancybox-toolbar-text-shadow, 1px 1px 1px rgba(0, 0, 0, 0.5));pointer-events:none;z-index:20}.fancybox__toolbar :focus-visible{z-index:1}.fancybox__toolbar.is-absolute,.is-compact .fancybox__toolbar{position:absolute;top:0;left:0;right:0}.is-idle .fancybox__toolbar{pointer-events:none;animation:.15s ease-out both f-fadeOut}.fancybox__toolbar__column{display:flex;flex-direction:row;flex-wrap:wrap;align-content:flex-start}.fancybox__toolbar__column.is-left,.fancybox__toolbar__column.is-right{flex-grow:1;flex-basis:0}.fancybox__toolbar__column.is-right{display:flex;justify-content:flex-end;flex-wrap:nowrap}.fancybox__infobar{padding:0 5px;line-height:var(--f-button-height);text-align:center;font-size:17px;font-variant-numeric:tabular-nums;-webkit-font-smoothing:subpixel-antialiased;cursor:default;user-select:none}.fancybox__infobar span{padding:0 5px}.fancybox__infobar:not(:first-child):not(:last-child){background:var(--f-button-bg)}[data-fancybox-toggle-slideshow]{position:relative}[data-fancybox-toggle-slideshow] .f-progress{height:100%;opacity:.3}[data-fancybox-toggle-slideshow] svg g:first-child{display:flex}[data-fancybox-toggle-slideshow] svg g:last-child{display:none}.has-slideshow [data-fancybox-toggle-slideshow] svg g:first-child{display:none}.has-slideshow [data-fancybox-toggle-slideshow] svg g:last-child{display:flex}[data-fancybox-toggle-fullscreen] svg g:first-child{display:flex}[data-fancybox-toggle-fullscreen] svg g:last-child{display:none}:fullscreen [data-fancybox-toggle-fullscreen] svg g:first-child{display:none}:fullscreen [data-fancybox-toggle-fullscreen] svg g:last-child{display:flex}.f-progress{position:absolute;top:0;left:0;right:0;height:3px;transform:scaleX(0);transform-origin:0;transition-property:transform;transition-timing-function:linear;background:var(--f-progress-color, var(--f-carousel-theme-color, #0091ff));z-index:30;user-select:none;pointer-events:none}