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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

sub {
	bottom: -0.25em;
}

sup {
	top: -0.5em;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

html {
	box-sizing: border-box;
}

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

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

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

p {
	margin-bottom: 1.5em;
}

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

blockquote {
	margin: 0 1.5em;
}

address {
	margin: 0 0 1.5em;
}

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

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

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

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

big {
	font-size: 125%;
}

/* Elements
--------------------------------------------- */
body {
	background: #F8F8F8;
	overflow-x: hidden;
}

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

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

ul {
	list-style: disc;
}

ol {
	list-style: decimal;
}

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

dt {
	font-weight: 700;
}

dd {
	margin: 0 1.5em 1.5em;
}

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

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

figure {
	margin: 1em 0;
}

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

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

a:visited {

}

a:hover,
a:focus,
a:active {

}

a:focus {
	outline: thin dotted;
}

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

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

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

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

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

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

select {
	border: 1px solid #ccc;
}

textarea {
	width: 100%;
}

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

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

/* ---------------------------
   Global Base Styles
---------------------------- */
@import url("https://fonts.googleapis.com/css?family=Roboto:300,400,500,700|Roboto+Condensed:700|Inter:900");

*,*::before,*::after{box-sizing:border-box;margin:0;padding:0;border:0;text-rendering: geometricPrecision;}
html,body{height:100%;font-family:"Roboto",Helvetica,Arial,sans-serif;font-size:16px;line-height:1.5;-webkit-font-smoothing:antialiased;color:#000}

/* ---------------------------
   Main Navigation
---------------------------- */
.main-navigation{width:100%;height:88px;background: #ffffff;}
.nav-container{max-width: 1440px;margin: 0 auto;position:relative;height:100%;display:flex;align-items:center;padding: 0 18px;justify-content: space-between;}
.logo{width: 107px;height: 40px;}
.nav-menu{display:flex;flex-wrap: nowrap;flex-grow: 1;justify-content: space-evenly;padding: 0 18px;}
.nav-item{display:flex;align-items:center;font-weight:600;font-size:14px;color:#000;text-decoration:none}
.nav-item img{margin-left:5px;width: 9px;height: 10px;}
.auth-buttons{display:flex;align-items:center;gap:20px}
.login-button{font-weight:700;font-size:14px;color:#000;text-decoration:none}
.get-started-button, input.wpcf7-submit{display:inline-block;padding:12px 18px;background:#000;color:#fff;font-weight:700;font-size:16px;text-decoration:none}

/* ---------------------------
   PayFrame Platform Hero
---------------------------- */
.payframe-platform.container{}
.payframe-platform .content{position:absolute;top:117px;left:93px;width:576px}
.title-text{margin-bottom:33px}
.title-text p{font-size:25px;font-weight:500;letter-spacing:.2px;line-height:30px}
.cta-button{display:inline-block;padding:12px 18px;background:#000;color:#fff;font-weight:700;font-size:16px;letter-spacing:.3px;line-height:18px;text-align:center;}
.image-wrapper{position:absolute;top:64px;right:43px;width:554px;height:453px;background-size:100% 100%}
.image-wrapper img{position:absolute;top:76px;left:22px;width:507px;height:372px}

/* ---------------------------
   B2B Payments Made Easy
---------------------------- */
.b2b-payments.container{max-width:1262px;padding:20px;margin:0 auto}
.b2b-payments .hero{margin-bottom:40px}
.secondary-hero-title h2{font-family:"Roboto Condensed",Helvetica,sans-serif;font-size:68px;font-weight:700;line-height:1;margin-bottom:20px;}
.hero-subtitle{
	font-family: Roboto;
	font-size: 25px;
	font-style: normal;
	font-weight: 500;
	line-height: 30px; /* 120% */
	letter-spacing: 0.2px;
}
.features{display: flex;
	flex-wrap: nowrap;           /* stop wrapping so extra items line up horizontally */
	gap: 20px;                   /* keeps the 20 px spacing you already use */
	overflow-x: auto;            /* enable horizontal scroll when content exceeds width */
	scroll-snap-type: x mandatory;
	-webkit-overflow-scrolling: touch; /* smooth scrolling on iOS */}
.square-features article.feature {
	text-align: center;
	padding: 96px 16px;
	flex: 0 0 calc(24.333% - 20px);
	margin: 0 0 32px;
}
.feature{flex: 0 0 calc(33.333% - 20px); /* keeps the three-in-a-row sizing */
	scroll-snap-align: start;;padding:30px;margin-bottom:20px;background:radial-gradient(50% 50% at 75% 50%,rgba(255,255,255,.8)0%,rgba(255,255,255,.5)100%);backdrop-filter:blur(21px);border:1px solid transparent;border-image:linear-gradient(115deg,rgba(255,255,255,.9)0%,rgba(255,255,255,0)100%)1;filter: drop-shadow(0px 11px 25px rgba(0, 0, 0, 0.10)) drop-shadow(0px 182px 73px rgba(0, 0, 0, 0.01)) drop-shadow(0px 285px 80px rgba(0, 0, 0, 0.00));}
.feature-icon{width:44px;height:44px;margin-bottom:24px}
.feature h2{font-family:"Roboto Condensed",Helvetica,sans-serif;font-size:25px;font-weight:700;margin-bottom:12px}
.feature p{font-size:16px;line-height:1.5}

/* Base styles */
.nav-menu {
	list-style: none;
	margin: 0;
	padding: 0;
	display: flex;
	position: relative;
}

ul.nav-menu a {
	color: #000;
}

.nav-item {
	position: relative;
}

.dropdown {
	z-index: 3;
	display: none;
	width: 260px;
	position: absolute;
	top: 55px;
	left: -36px;
	list-style: none;
	margin: 0;
	padding: 8px;
	background: #fff;
	box-shadow: 0 2px 5px rgba(0,0,0,0.15);
}

.dropdown li {
	padding: 0.5rem 1rem;
	border-bottom: 1px solid #0000001f;
	color: #000;
	font-family: Roboto;
	font-size: 14px;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
	padding: 16px 8px;
}

.dropdown li:last-child {
	border-bottom: none;
}

.dropdown li a {
	display: block;
	text-decoration: none;
}

.dropdown li a:hover {
	font-weight: 600;
}

/* show dropdown when JS adds .show */

/* hamburger button */
.hamburger {
	display: none;
	background: none;
	border: none;
	font-size: 1.5rem;
	cursor: pointer;
	padding: 0.5rem;
}



/* ---------------------------
   Comprehensive B2B Payments Solution
---------------------------- */
.comprehensive.hero{background:url("img/group.png") center/cover no-repeat;min-height:100vh;display:flex;align-items:center}
.hero-content{max-width:698px}
.hero-content h1{font-family:"Roboto Condensed",Helvetica,sans-serif;font-size:68px;font-weight:700;line-height:1;margin-bottom:20px}
.hero-content .hero-subtitle{font-size:25px;font-weight:500;margin-bottom:30px}
.key-feature{display:inline-block;padding:5px 10px;background:rgba(255,255,255,.8);border:1px solid #fff;border-radius:5px;font-family:"Roboto Condensed",Helvetica;font-weight:900;font-size:12px;text-transform:uppercase}
.feature-image{flex:1;text-align:center}
.feature-image img{max-width:100%;height:auto}
.footer{background:#000;color:#fff;padding:40px 0;text-align:center}

/* ---------------------------
   Case Study Section
---------------------------- */
.case-study.container{width:100%;}
.content-wrapper{display:flex;justify-content:space-between;align-items:center;padding:183px 188px}
.text-content{max-width:542px;}
.case-study-text-content h2{font-family:"Roboto Condensed",Helvetica,Arial,sans-serif;font-weight:700;font-size:68px;color:#fff;line-height:67px;margin-bottom:20px}
.case-study-text-content p{font-size:25px;font-weight:500;color:#fff;letter-spacing:.2px;line-height:30px;margin-bottom:20px}
.image-content{position:relative;}
.main-image{width:421px;height:327.53px}
.overlay-image{position:absolute;top:0;left:0;width:390px;height:75px}
.stats-box{position:absolute;top:-20px;right:-20px;width:86px;height:70px;background:#fff;border-radius:7px;box-shadow:0 11px 25px rgba(0,0,0,.1);display:flex;flex-direction:column;justify-content:center;align-items:center}
.stats-icon{width:29px;height:21px;margin-bottom:5px}
.stats-text{font-family:"Roboto Condensed",Helvetica,Arial,sans-serif;font-weight:700;font-size:15.6px;color:#000;letter-spacing:.04px}
.casestudy-navigation{display:flex;flex-direction:column;gap: 8px;}
.casestudy-nav-button{width: 48px;height: 48px;cursor:pointer;background:none;background: #fff;padding: 0px;border-radius: 0;}
.accent-line{position:absolute;top:212px;right:190px;width:190px;height:3px;background:#fff}

@media(max-width:1440px){.case-study.container{max-width:1440px}.content-wrapper{padding:183px 100px}}
@media(max-width:768px){.content-wrapper{flex-direction:column;padding:50px 20px}.text-content,.image-content{max-width:100%}.text-content h1{font-size:48px;line-height:52px}.text-content p{font-size:20px;line-height:26px}.main-image,.overlay-image{width:100%;height:auto}.accent-line{display:none}}

/* ---------------------------
   Twenty Years of Experience
---------------------------- */
.frame{position:relative;width:100%;max-width:2223px;margin:0 auto;padding:20px}
.overlap{position:relative;width:100%;max-width:2083px;margin:0 auto}
.rectangle{left: -32px;position: absolute;z-index: -1;width:100%;max-width:1454px;height:117px;margin:83px auto 0;border:3px solid transparent;border-image:linear-gradient(140deg,#8bdd68 0%,#19bde3 100%)1}
.process-container{display:flex;flex-wrap: nowrap;justify-content: flex-start;gap:26px;margin-top:30px;overflow: scroll;padding: 24px 0;}
.process-step{min-width: 390px;background:#fff;box-shadow:0 4px 18.7px rgba(0,0,0,.07);padding:30px;text-align:center}
.step-number{font-size:64px;font-weight:200;color:#19bde3;}
.step-title{font-family:"Roboto Condensed",Helvetica,Arial,sans-serif;font-size:25px;font-weight:700;margin-bottom:12px}
.step-description{font-size:16px;line-height:22px;margin-bottom:24px}
.step-icon{width:58px;height:58px;margin:0 auto}
.process-main-title {
	font-family: "Roboto Condensed",Helvetica,Arial,sans-serif;
	font-size: 90px;
	font-weight: 700;
	text-align: center;
	line-height: 1;
	margin-bottom: 23px;
	max-width: 24ch;
	margin: 0 auto 32px;
}
.process-subtitle{font-size:25px;font-weight:500;text-align:center;max-width:671px;margin:0 auto}
@media(max-width:768px){.main-title{font-size:60px}.subtitle{font-size:20px}.process-step{flex-basis:100%}}

/* ---------------------------
   Payments Technology for Every Team
---------------------------- */
.payments-technology.container{max-width:1367px;margin:0 auto;padding:34px 0;box-shadow:0 11px 25px rgba(0,0,0,.1),0 182px 73px rgba(0,0,0,.01)}
.header{position:relative;padding:0 119px}
.header::before,.header::after{content:"";position:absolute;left:120px;width:3px;background-repeat:no-repeat;background-size:contain}
.header::before{top:0;height:96px;background-image:url("img/vector-63.png")}
.header::after{bottom:0;height:99px;background-image:url("img/vector-64.png")}
.multilinks_title{font-family:"Roboto Condensed",Helvetica,sans-serif;font-size:68px;font-weight:700;line-height:1;margin-bottom:20px}
.multilinks_subtitle{font-size:25px;font-weight:500;margin-bottom:40px}
.solutions{margin-top: 64px;padding-right: 64px;}
.solutions__list{}
.solutions__item{margin-bottom:16px; color: #000!important;}
.solutions__item-title{font-weight:700;margin-bottom:5px}
.image-wrapper{position:relative;width:513px}
.image-wrapper img{max-width:100%;height:auto}
.image-wrapper::before,.image-wrapper::after{content:"";position:absolute;width:10px;height:33px;transform:rotate(-90deg);right:80px;top:197px;background:#19bde3}
.image-wrapper::after{transform:rotate(90deg);left:129px;top:262px;background:#8bdd68}
.border-gradient{position:absolute;left:51px;bottom:1px;width:401px;height:126px;border:3px solid transparent;border-image:linear-gradient(90deg,#8bdd68 0%,#19bde3 100%)1;transform:rotate(.16deg)}

/* ---------------------------
   Build Your B2B Dream Hero
---------------------------- */
.b2b-dream.container{position:relative;/* width:2274px; *//* height:2036px; */overflow:hidden}
.background-group{/* position:fixed; */top:0;left:0;/* width:2274px; *//* height:2036px; */}
.background-rectangle{position:absolute;top:656px;left:241px;width:1440px;height:1380px}
.background-image-wrapper{position:absolute;top:321px;left:176px;width:1922px;height:1296px;transform:rotate(22.73deg);opacity:.97}
.background-image{position:absolute;top:-321px;left:-176px;width:2274px;height:1938px;transform:rotate(-22.73deg)}
.b2b-dream .content{position:absolute;top:1166px;left:461px;width:1000px;display:flex;flex-direction:column;align-items:center;text-align:center}
.main-heading{font-family:"Roboto Condensed",Helvetica,sans-serif;font-weight:700;font-size:100px;color:#fff;line-height:103px;letter-spacing:.2px;margin-bottom:20px}
.sub-heading{font-size:25px;font-weight:500;color:#fff;max-width:1064px;letter-spacing:.2px;line-height:30px;margin-bottom:20px}
.vector-image{position:absolute;top:1656px;left:241px;width:1440px;height:380px}

/* ---------------------------
   Essential Reading Section
---------------------------- */
.essential-reading.container{max-width:1507px;margin:0 auto;padding:20px}
.post-grid{display: grid;grid-template-columns: repeat(3, 1fr);grid-column-gap: 16px;grid-row-gap: 0px;overflow: auto;}
.post-card{position:relative;width:390px;height:442px;margin-bottom:24px;padding:24px;color:#fff;background-size:cover;background-position:center;display:flex;flex-direction:column;justify-content:flex-end;background: #000000;}
.post-category{z-index: 1;display: block;padding:4px 9px;background:#f9f9fb;color:#0c0c0c;font-size:14px;font-weight:500;margin-bottom:10px;width: fit-content;}
.post-title{z-index: 1;font-size:24px;font-weight:500;margin-bottom:16px}
.post-meta{z-index: 1;display:flex;justify-content:space-between;align-items:center}
.post-date{display:flex;align-items:center;font-size:14px}
.post-date img{margin-right:4px}

/* Button reuse */
.essential-reading .cta-button{margin-top:40px;background:#000;color:#fff;padding:12px 18px;font-size:16px;font-weight:700;text-decoration:none;display:inline-block}

/* ---------------------------
   Footer Section
---------------------------- */
.footer-container{width: 100%;background:#000;color:#fff;padding: 64px 128px;display:flex;flex-wrap: nowrap;flex-direction: row;}
.footer-logo{flex-basis:100%;margin-bottom:24px}
.footer-logo img{width:123px;height:30px}
.footer-social{flex-basis:100%;margin-bottom:20px}
.footer-social a{display:inline-block;width:24px;height:24px;margin-right:11px;background-size:cover}
.linkedin{background-image: url("img/Linkedin.png");}
.twitter{background-image: url("img/TwitterX.png");}
.footer-links {
	display: flex;
	justify-content: flex-start;
	flex-basis: 100%;
}
.footer-column{flex:1;max-width:180px}
.footer-column h3{font-weight:700;font-size:14px;letter-spacing:.2px;margin-bottom:23px}
.footer-column ul{list-style:none;margin: 0;}
.footer-column li{font-size:14px;letter-spacing:.2px;margin-bottom:18px}
.footer-bottom{flex-basis:100%;margin-top:40px;font-size:12px;letter-spacing:.2px}
.footer-bottom a{color:#fff;text-decoration:none}

footer.footer-container a {
	color: #fff;
}


a {}

a.logo-link {
	min-width: 160px;
}

section.homepage-hero {}

section.page-section {padding: 64px 32px;}

.section-content {
	position: relative;
	max-width: 1440px;
	margin: 0 auto;
	z-index: 2;
}

.homepage-hero .section-content {
	background: #fff;
	padding: 64px;
	display: flex;
	flex-wrap: nowrap;
	align-items: center;
}

h1.hero-title {
	color: #000;

	/* Desktop/H1 */
	font-family: "Roboto Condensed",Helvetica,sans-serif;
	font-size: 86px;
	font-style: normal;
	font-weight: 700;
	line-height: 82px; /* 95.349% */
	letter-spacing: -2px;
}

.hero-content-text {
	width: 50%;
	padding-right: 18px;
}

span.gradient-text,.hero-title strong {
	width: 688px;
	color: #000;
	background: linear-gradient(292deg, #19BDE3 29.24%, #8BDD68 68.72%);
	background: linear-gradient(350deg, #19BDE3 29.24%, #8BDD68 68.72%);
	background-clip: text;
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	background-size: 180% 180%;
	animation: gradient 5s ease infinite;
}

.hero-image-wrapper {
	width: 50%;
}

.logos-section .section-content {
	display: flex;
	flex-wrap: nowrap;
}

.logos-content-images {
	display: flex;
	justify-content: space-around;
	align-items: center;
	flex-grow: 1;
	align-content: center;
}

p.logos-title {
	font-family: "Roboto Condensed";
	margin: 0;
	font-size: 16px;
	font-style: normal;
	font-weight: 600;
	line-height: 22px; /* 137.5% */
	letter-spacing: 0.1px;
}

.secondary-hero-title {max-width: 800px;padding: 0 0;}

.threeCard-section .section-content {
	background: #ffffff00;
	padding: 64px;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
}

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

section.page-section.container.case-study {
	display: flex;
	width: 100%;
	margin: auto;
	max-width: 1440px;
	align-items: center;
	flex-direction: row-reverse;
	justify-content: flex-end;
	min-height: 75vh;
}



.interactiveLinks-section .section-content {
	padding: 64px;
	min-height: 120vh;
	display: flex;
	flex-direction: column;
	justify-content: center;
}

.interactiveLinks-container {
	display: flex;
	position: relative;
	min-height: 50vh;
}

.linksList-container ul {
	list-style: none;
	margin: 0;
}

.linksList-container li {
	font-family: "Roboto Condensed", Helvetica, sans-serif;
	font-size: 25px;
	font-style: normal;
	font-weight: 300;
	line-height: 30px;
	letter-spacing: 0.2px;
	padding: 18px 0;
	font-variation-settings: "wdth" 100;
}

.linksList-container {
	width: 100%;
	max-width: 340px;
	padding-right: 64px;
}

article.linksList-feature {
	border: 1px solid #fff;
	background: #ffffffd1;
	backdrop-filter: blur(21px);
	padding: 32px;
	display: flex;
	flex-direction: row-reverse;
	align-items: center;
	filter: drop-shadow(0px 11px 25px rgba(0, 0, 0, 0.10)) drop-shadow(0px 182px 73px rgba(0, 0, 0, 0.01)) drop-shadow(0px 285px 80px rgba(0, 0, 0, 0.00));
}

li.activeLink {
	font-weight: 500;
}

li.activeLink img {
	transform: scale(1.5) rotate(270deg);
	padding: 4px;
}

h2.linksList-feature-title {
	font-family: "Roboto Condensed";
	font-size: 25px;
	font-style: normal;
	font-weight: 700;
	line-height: 30px; /* 120% */
	letter-spacing: 0.2px;
}

p.linksList-feature-description {
	font-family: Roboto;
	font-size: 16px;
	font-style: normal;
	font-weight: 400;
	line-height: 22px; /* 137.5% */
	letter-spacing: 0.2px;
	margin: 20px 0;
}

img.linksList-main-image {
	max-width: 400px;
	padding: 32px;
	max-height: 380px;
}

.linksList-decorationWrapper {
	position: absolute;
	bottom: -32px;
	right: -32px;
	width: 440px;
}

.complex-background {
	position: relative;
}

.polygon-gradient {
	z-index: 0;
	position: absolute;
	height: 180vh;
	width: 100vw;
	background: linear-gradient(356deg, #19BDE3 14.48%, #8BDD68 90.73%);
	clip-path: polygon(0 10%, 100% 0, 100% 100%, 0% 100%);
	background-size: 200% 200%;
	animation: gradient 5s ease infinite;
	top: -50vh;
}

.polygon-dark {
	z-index: 0;
	position: absolute;
	height: 150vh;
	width: 100vw;
	background: #010101;
	clip-path: polygon(0 0, 100% 0, 100% 90%, 0% 100%);
	top: -50vh;
}

.moving-grid {
	position: absolute;
	width: 100vw;
	z-index: 1;
	top: -21vw;
}

.moving-grid img {
	width: 100vw;
}

.case-study-background-wrapper {
	background: #000000;
}

.case-study-text-content {
	max-width: 620px;
	padding: 0 32px 0 0;
}

.case-study.container .section-content {
	display: flex;
	align-items: center;
	justify-content: space-between;
	max-width: 1128px;
	padding: 0 64px;
}

.cta-border-gradient {
	border: 10px solid;
	border-image-slice: 1;
	border-width: 5px;
	border-image-source: linear-gradient(to right, #19BDE3, #8BDD68);
}

.casestudy-nav-button img {
	max-width: 48px !important;
	height: 48px;
}

.case-study-image-content {
	max-height: 330px;
}

.process-section .section-content {
	padding: 64px;
	overflow: hidden;
}

section.page-section.container.process {
	overflow: hidden;
}

.multilinks-section .section-content {
	padding: 64px 32px 64px 64px;
	background: #fff;
	filter: drop-shadow(0px 11px 25px rgba(0, 0, 0, 0.10)) drop-shadow(0px 182px 73px rgba(0, 0, 0, 0.01)) drop-shadow(0px 285px 80px rgba(0, 0, 0, 0.00));
	display: flex;
	align-items: center;
}

.multilinks-text {
	max-width: 60%;
}

.multilinks-image img {
	max-height: 600px;
}

img {}

img.rightArrow {
	padding: 2px 2px 2px 8px;
}

section.page-section.container.cta-section {
	text-align: center;
	display: flex;
	flex-direction: column;
	align-items: center;
}

.cta-section .section-content {
	padding: 256px 64px;
}

.blogposts-section .section-content {
	padding: 64px;
}

.gradient-shadow {
	bottom: 0;
	left: 0;
	position: absolute;
	width: 100%;
	height: 100%;
	background: linear-gradient(1deg, #000000d4, transparent);
}

.footer-left {
	min-width: 300px;
}

section.page-section.people-section {
	background: #fff;
	position: relative;
}

.people-list {
	display: flex;
	flex-wrap: wrap;
	gap: 32px;
	justify-content: space-around;
}

.contact-form {
	padding: 64px;
	margin-bottom: -128px;
	border: 1px solid var(--Line-gradient, rgba(255, 255, 255, 0.90));
	background: var(--Snow-white, radial-gradient(231% 135.8% at 0.9% 2.98%, rgba(255, 255, 255, 0.80) 0%, rgba(255, 255, 255, 0.50) 100%));
	backdrop-filter: blur(21px);
}

article.person-item {
	display: flex;
	flex: 0 0 calc(30.333% - 20px);
	scroll-snap-align: start;
	padding: 30px;
	margin-bottom: 20px;
	background: radial-gradient(50% 50% at 75% 50%, rgba(255, 255, 255, .8) 0%, rgba(255, 255, 255, .5) 100%);
	backdrop-filter: blur(21px);
	border: 1px solid transparent;
	border-image: linear-gradient(115deg, rgba(255, 255, 255, .9) 0%, rgba(255, 255, 255, 0) 100%) 1;
	filter: drop-shadow(0px 11px 25px rgba(0, 0, 0, 0.10)) drop-shadow(0px 182px 73px rgba(0, 0, 0, 0.01)) drop-shadow(0px 285px 80px rgba(0, 0, 0, 0.00));
	flex-direction: column;
	align-items: center;
}

img.person-image {
	border-radius: 100%;
	width: 160px;
}

.person-name {
	padding-top: 16px;
	font-family: Roboto;
	font-size: 25px;
	font-style: normal;
	font-weight: 500;
	line-height: 30px;
	letter-spacing: 0.2px;
}

p.person-role {
	font-size: 20px;
	font-style: normal;
	font-weight: 400;
	line-height: 30px;
	letter-spacing: 0.2px;
	margin: 0;
	text-align: center;
}

.contactus-logos {
	padding-top: 30%;
}

.contactus-logos .logos-wrapper:nth-child(1) > img:nth-child(1), .contactus-logos .logos-wrapper:nth-child(3) > img:nth-child(1)
{
  filter: brightness(1000%) invert(100%);
}

.hero-content-text ul {
	list-style: none;
	margin: 0;
	padding: 0;
}

.hero-content-text ul li {
	position: relative;
	padding-left: 30px;
	padding-bottom: 16px;
}

.hero-content-text ul li::before {
	content: "";
	position: absolute;
	left: 0;
	top: 2px;
	width: 20px;
	height: 20px;
	background: url("./img/send-right.svg") no-repeat center center;
	background-size: 20px 20px;
}

.contact-form div * {
	font-family: 'Roboto';
	font-size: 14px;
	font-weight: 400;
	line-height: 1.2;
	margin-bottom: 16px;
}

/* Styles for the paragraph containing the input */
 .contact-form p {
	/* Add styles here */
}

/* Styles for the label */
 .contact-form label {
	/* Add styles here */
	margin-bottom: 16px;
}

/* Styles for the span wrapping the input */
 .contact-form label span {
	/* Add styles here */
	font-size: 16px;
}

/* Styles for the input field */
 .contact-form label span input,
 .contact-form label span textarea,
 .contact-form label span select{
	/* Add styles here */
	font-size: 16px;
	background: #ffffff;
	border: 1px solid #d7d7d7;
	border-radius: 8px;
	padding: 16px;
	margin-top: 8px;
	margin-bottom: 4px;
	font-weight: 400;
	width: 100%;
}

.contact-form div .wpcf7-submit {
	width: 100%;
	font-weight: 600;
	color: #FFF;
	text-align: center;
	font-family: Roboto;
	font-size: 16px;
	font-style: normal;
	font-weight: 700;
	line-height: 18px;
	letter-spacing: 0.3px;
}

.contact-form label span select {
	appearance: none;
	background-image: url(data:image/svg+xml;charset=US-ASCII,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%22292.4%22%20height%3D%22292.4%22%3E%3Cpath%20fill%3D%22%23131313%22%20d%3D%22M287%2069.4a17.6%2017.6%200%200%200-13-5.4H18.4c-5%200-9.3%201.8-12.9%205.4A17.6%2017.6%200%200%200%200%2082.2c0%205%201.8%209.3%205.4%2012.9l128%20127.9c3.6%203.6%207.8%205.4%2012.8%205.4s9.2-1.8%2012.8-5.4L287%2095c3.5-3.5%205.4-7.8%205.4-12.8%200-5-1.9-9.2-5.5-12.8z%22%2F%3E%3C%2Fsvg%3E);
	background-repeat: no-repeat;
	background-position: right 1rem top 50%;
	background-size: 0.65rem auto;
}

.contact-form h2 {
	text-align: center;
	max-width: 18ch;
	margin: auto;
	color: var(--PayFrame-Black, #000);
	text-align: center;
	font-family: "Roboto Condensed";
	font-size: 31px;
	font-style: normal;
	font-weight: 700;
	line-height: 37px;
	letter-spacing: 0.2px;
	margin-bottom: 32px;
}

.faqs.faqs-container {
	color: #fff;
	background: #000;
}

.faq-item {
	padding: 32px 32px 16px;
	border-bottom: 1px solid;
}

.faq-header h4 {
	margin-bottom: 16px;
}

.faq-header {
	display: flex;
	align-items: center;
	justify-content: space-between;
	font-family: Roboto;
	font-size: 18px;
	font-style: normal;
	font-weight: 600;
	line-height: normal;
	letter-spacing: 0.2px;
}

.faq-toggle {
	margin-top: -24px;
	color: #fff;
	background: none;
	border: none;
	font-size: 32px;
	line-height: 32px;
	cursor: pointer;
	padding: 0;
}

.faq-answer {
	max-width: 720px;
	font-family: Roboto;
	font-size: 16px;
	font-style: normal;
	font-weight: 400;
	line-height: 22px; /* 137.5% */
	letter-spacing: 0.2px;
	max-height: 0;
	overflow: hidden;
	transition: max-height 1.5s ease;
}
.faq-item.open .faq-answer {
	max-height: 1000px;
}

.pages-list {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 64px;
	max-width: 1024px;
	margin: auto;
	padding-bottom: 64px;
}

.page-item {
	background: #fff;
	padding: 32px 32px;
	box-shadow: 0px 285px 80px 0px rgba(0, 0, 0, 0.00), 0px 182px 73px 0px rgba(0, 0, 0, 0.01), 0px 11px 25px 0px rgba(0, 0, 0, 0.10);
	color: #000;
	position: relative;
}

.link-arrow {
	background: #000;
	width: 40px;
	padding: 8px;
	margin-left: auto;
	display: flex;
	align-items: center;
	justify-content: center;
	position: absolute;
	bottom: 32px;
	right: 32px;
}

.page-item h3 {
	color: #000;
	font-family: "Roboto Condensed";
	font-size: 31px;
	font-style: normal;
	font-weight: 700;
	line-height: 37px;
	letter-spacing: 0.2px;
	margin: 8px 0 16px;
}

.background-polygon-gradient {
	z-index: 0;
	position: absolute;
	height: 120%;
	width: 100vw;
	background: linear-gradient(356deg, #19BDE3 14.48%, #8BDD68 90.73%);
	clip-path: polygon(0 10%, 100% 0, 100% 100%, 0% 100%);
	background-size: 200% 200%;
	animation: gradient 5s ease infinite;
	top: -20%;
}

.features-list-section .section-content {
	padding: 0 64px;
}

.features-list {
	max-width: 1024px;
	margin: auto;
	margin-top: 256px;
	padding: 0 64px;
}

.feauture-item {
	position: relative;
	padding: 128px 0;
}

.feauture-image {
	width: 512px;
	position: absolute;
	padding: 62px;
	border: 1px solid var( rgba(255, 255, 255, 0.90), rgba(255, 255, 255, 0.90));
	background: var(--Snow-white, radial-gradient(231% 135.8% at 0.9% 2.98%, rgba(255, 255, 255, 0.80) 0%, rgba(255, 255, 255, 0.50) 100%));
	backdrop-filter: blur(21px);
	left: -64px;
	top: 0;
}

.feauture-image img {
	width: 100%;
}

.feauture-content {
	background: #000;
	color: #fff;
	padding: 64px;
	height: 460px;
	padding-left: 500px;
	display: flex;
	align-items: flex-start;
	flex-direction: column;
	justify-content: center;
}

.feauture-content h3 {
	color: var(--Color-2, #FFF);
	font-family: "Roboto Condensed";
	font-size: 39px;
	font-style: normal;
	font-weight: 700;
	line-height: 43px;
	letter-spacing: 0.2px;
}

.feauture-content p {
	display: block;
	color: #FFF;
	font-family: Roboto;
	font-size: 16px;
	font-style: normal;
	font-weight: 400;
	line-height: 22px;
	letter-spacing: 0.2px;
	padding-top: 16px;
}

.inner-page .rectangle {
	display: none;
}

.inner-page article.process-step {
	min-width: 200px;
}

.inner-page h2.process-main-title {
	font-size: 68px;
	max-width: 24ch;
	margin: auto;
	margin-bottom: 32px;
}

.background-moving-grid{
	display: none;
}

.inner-page .background-moving-grid{
	display: block;
}

.background-moving-grid {
	position: absolute;
	width: 100vw;
	z-index: 1;
	top: -30%;
	height: auto;
	left: 0;
}

article.person-item p {
	text-align: center;
}

#page-title{
	font-family: Roboto;
	text-transform: uppercase;
	font-size: 16px;
	font-style: normal;
	font-weight: 700;
	line-height: 22px; /* 137.5% */
	letter-spacing: 0.2px;
}

.background-moving-grid {
	position: absolute;
	width: 100vw;
	z-index: 1;
	top: -21vw;
}

.background-moving-grid img {
	width: 100%;
}

.process-nav {
	display: flex;
	justify-content: flex-end;
}

.process-navigation-element img {
	width: 8px;
}

#processNavRight img, #threeCardNavRight img {
	transform: rotate(180deg);
}

.process-navigation-element {
	margin-left: 16px;
	padding: 8px;
	display: flex;
	background: #000;
	width: 40px;
	height: 40px;
	justify-content: center;
	align-content: center;
}

.threeCard-nav {
	width: 100%;
	display: flex;
	justify-content: flex-end;
}

.centered-checklist .secondary-hero-title *,
.highlighted-cards .secondary-hero-title *{
	text-align: center;
	width: 100%;
}

.centered-checklist .secondary-hero-title,
.highlighted-cards .secondary-hero-title{
	margin: auto;
	max-width: 680px;
}

.features.centered-checklist.features-container article.feature.feature-step {
	padding: 0 32px;
	background: none;
	border: none;
	filter: none;
	flex: 0 0 45%;
}

.centered-checklist .features-container,
.highlighted-cards .features-container{
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
}

section.page-section.threeCard-section.highlighted-cards {
	position: relative;
	padding: 0;
	padding-bottom: 128px;
}

.highlighted-cards .feature {
	flex: 0 0 calc(40% - 20px);
}

.centered-checklist .threeCard-nav,
.highlighted-cards .threeCard-nav,
.two-column-cards .threeCard-nav{
	display: none;
}

.centered-checklist .feature h2 {
	font-size: 16px;
	font-style: normal;
	font-weight: 400;
	line-height: 22px; /* 137.5% */
	letter-spacing: 0.2px;
}

.centered-checklist .feature h2::before {
	content: "";
	position: absolute;
	left: 0;
	top: 2px;
	width: 20px;
	height: 20px;
	background: url("./img/send-right.svg") no-repeat center center;
	background-size: 20px 20px;
}

.highlighted-cards.threeCard-section .section-content {
	max-width: 1100px;
	width: calc(100% - 100px);
	border: 1px solid var(--Line-gradient, rgba(255, 255, 255, 0.90));
	background: var(--Snow-white, radial-gradient(231% 135.8% at 0.9% 2.98%, rgba(255, 255, 255, 0.80) 0%, rgba(255, 255, 255, 0.50) 100%));
	backdrop-filter: blur(21px);
}

.highlighted-cards .background-polygon-gradient {
	display: block !important;
	height: 100%;
	top: 20%;
}

.screen-reader-response ul {
	display: none;
}

section.page-section.threeCard-section.two-column-cards .section-content {
	display: flex;
	flex-direction: row;
	flex-wrap: nowrap;
	align-items: flex-start;
	gap: 32px;
	background: #fff;
}

.two-column-cards .secondary-hero-title {
	max-width: 460px;
}

.two-column-cards.features-container {
	display: flex;
	flex-wrap: nowrap;
	flex-direction: column;
	margin: 0;
	padding: 0;
	filter: none;
}

.two-column-cards article.feature.feature-step {
	filter: none;
	background: none;
	border:none;
	padding: 0 0 0 64px;
	position: relative;
	margin: 0;
}

.two-column-cards img.feature-icon {
	position: absolute;
	left: 0;
}

.screen-reader-response p, .wpcf7-not-valid-tip {
	font-size: 14px!important;
	color: #9e7070;
	font-weight: 500;
}

button#menu-toggle {
	display: none;
}

.lines {
	background: none;
}

.lines-button {
	position: relative;
	float: right;
	overflow: hidden;
	margin: 0;
	padding: 0;
	width: 48px;
	height: 48px;
	font-size: 0;
	text-indent: -9999px;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	box-shadow: none;
	border-radius: 0;
	border: none;
	cursor: pointer;
	-webkit-transition: background 0.3s;
	transition: background 0.3s;
	/* border-radius: 100%; */
}

.lines span {
	-webkit-transition: background 0s 0.3s;
	transition: background 0s 0.3s;
}

.lines-button span {
	display: block;
	position: absolute;
	left: 4px;
	right: 4px;
	height: 2px;
	background: #000;
	border-radius: 0.57143rem;
}

.lines span::before {
	-webkit-transition-property: top, -webkit-transform;
	transition-property: top, transform;
}

.lines span::before, .lines span::after {
	-webkit-transition-duration: 0.3s, 0.3s;
	transition-duration: 0.3s, 0.3s;
}

.lines-button {
	position: relative;
	float: right;
	overflow: hidden;
	margin: 0;
	padding: 0;
	width: 48px;
	height: 48px;
	font-size: 0;
	text-indent: -9999px;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	box-shadow: none;
	border-radius: 0;
	border: none;
	cursor: pointer;
	-webkit-transition: background 0.3s;
	transition: background 0.3s;
	/* border-radius: 100%; */
}
.lines-button:focus {
	outline: none;
}
.lines-button span {
	display: block;
	position: absolute;
	left: 4px;
	right: 4px;
	height: 2px;
	background: #000;
	border-radius: 0.57143rem;
}
.lines-button span::before,
.lines-button span::after {
	position: absolute;
	display: block;
	left: 0;
	width: 100%;
	height: 2px;
	background-color: #000;
	border-radius: 0.57143rem;
	content: "";
}
.lines-button span::before {
	top: -15px;
}
.lines-button span::after {
	bottom: -15px;
}
.lines {
	background: none;
}
.lines span {
	-webkit-transition: background 0s 0.3s;
	transition: background 0s 0.3s;
}
.lines span::before,
.lines span::after {
	-webkit-transition-duration: 0.3s, 0.3s;
	transition-duration: 0.3s, 0.3s;
}
.lines span::before {
	-webkit-transition-property: top, -webkit-transform;
	transition-property: top, transform;
}
.lines span::after {
	-webkit-transition-property: bottom, -webkit-transform;
	transition-property: bottom, transform;
}
.lines.close {
	background: none;
}
.lines.close span {
	visibility: hidden;
}
.lines.close span::before {
	top: 0;
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg);
	visibility: visible;
}
.lines.close span::after {
	bottom: 0;
	-webkit-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	transform: rotate(-45deg);
	visibility: visible;
}

.hiddenOnMobile-menu-container {
	display: flex;
	flex-grow: 1;
	flex-direction: row;
	width: 100%;
	z-index: 999;
}

/* layout */
.nav-container{display:flex;align-items:center;justify-content:space-between;gap:2rem}
.nav-menu{list-style:none;margin:0;padding:0;display:flex;gap:2rem}
.auth-buttons{display:flex;gap:1rem}

/* mobile */

.dropdown.show {
	display: block;
}

a.current-link {
	text-decoration: underline !important;
	font-weight: 600;
}

.single-post-hero .section-content {
	display: flex;
	flex-direction: row;
	gap: 32px;
	align-items: center;
}

.single-post-hero .hero-content-text ul li::before{
	display: none;
}

.single-post-hero .hero-content-text ul li{
padding: 0px;
}

.single-post-hero .hero-content-text ul li a {
	width: fit-content;
	display: flex;
	padding: 4px 12px;
	justify-content: center;
	align-items: center;
	gap: 4px;
	color: #000;
	background: #F9F9FB;
}

h1.single-hero-title {
	font-family: "Roboto Condensed";
	font-size: 68px;
	font-style: normal;
	font-weight: 700;
	line-height: 67px;
	letter-spacing: 0.2px;
	margin: 8px 0 24px;
}

.post-content {
	max-width: 960px;
}

.post-content * {
	color: #000;
	font-family: Roboto;
	font-size: 16px;
	font-style: normal;
	font-weight: 400;
	line-height: 22px;
	letter-spacing: 0.2px;
}


.post-content h3 * {
	box-sizing: border-box;
	display: block;
	color: #000;
	font-family: "Roboto Condensed";
	font-size: 31px;
	font-style: normal;
	font-weight: 700;
	line-height: 37px;
	letter-spacing: 0.2px;
	margin-bottom: 16px;
}

.post-content hr {
	background-color: #ffffff;
	border: 0;
	height: 1px;
	margin-bottom: 3.5em;
}

time {
	position: relative;
	color: #0D0D0D;
	font-family: Roboto;
	font-size: 14px;
	font-style: normal;
	font-weight: 400;
	line-height: 18px;
	letter-spacing: 0.2px;
	padding-left: 26px;
}

time::before {
	content: "";
	position: absolute;
	top: 1px;
	left: 4px;
	width: 14px;
	height: 14px;
	background: url("./img/calendar_today.svg") no-repeat center center;
	background-size: 14px 14px;
}

.hero-content-image {
	max-width: 400px;
}

.hero-content-image img {
	border-radius: 16px;
}

.nav-previous {
	position: relative;
	padding: 20px 0 20px 62px;
	max-width: 600px;
}

.nav-next {
	position: relative;
	padding: 20px 62px 20px 0;
	max-width: 600px;
	text-align: right;
}

.post-navigation a {
	position: relative;
	color: #000;
	font-size: 16px;
	font-style: normal;
	font-weight: 800;
	line-height: 20px;
	letter-spacing: 0.2px;
}

.nav-previous::before {
	content: "";
	position: absolute;
	top: 10%;
	left: 4px;
	width: 60px;
	height: 60px;
	background: url("./img/previousArrow.svg") no-repeat center center;
	background-size: 60px 60px;
}

nav.post-navigation {
	display: flex;
	gap: 25%;
}

.nav-next::after {
	content: "";
	position: absolute;
	top: 10%;
	right: 0px;
	width: 60px;
	height: 60px;
	background: url("./img/nextArrow.svg") no-repeat center center;
	background-size: 60px 60px;
}

.related-articles h2 {
	color: #373F41;
	font-family: "Roboto Condensed";
	font-size: 68px;
	font-style: normal;
	font-weight: 700;
	line-height: 67px; /* 98.529% */
	letter-spacing: 0.2px;
}

.related-grid {
	margin-top: 32px;
	display: flex;
	gap: 32px;
}

.related-item {
	width: 100%;
	display: flex;
	flex-direction: column;
	justify-content: flex-end;
	border-radius: 8px;
	overflow: hidden;
	background: linear-gradient(356deg, #19BDE3 14.48%, #8BDD68 90.73%);
	background-size: 200% 200%;
	animation: gradient 5s ease infinite;
}

.related-gradient {
	min-height: 400px;
	width: 100%;
	background: linear-gradient(359deg, black, transparent, transparent);
	display: flex;
	flex-direction: column;
	justify-content: flex-end;
	padding: 32px 16px;
	position: relative;
}

.related-arrow{

}

.related-gradient a, .related-gradient time {
	color: #fff;
}

.related-gradient time::before{
	background: url("./img/calendar_today-white.svg") no-repeat center center;
	background-size: 14px 14px;
}

.related-gradient .item-category a {
	display: inline-block;
	background: #fff;
	color: #000000;
	padding: 4px 8px;
	margin-bottom: 8px;
}

.related-gradient h3 {
	display: block;
	font-family: Roboto;
	font-size: 25px;
	font-style: normal;
	font-weight: 500;
	line-height: 30px;
	letter-spacing: 0.2px;
	margin: 8px 0 16px;
}

.related-arrow {
	width: 24px;
	position: absolute;
	bottom: 32px;
	right: 32px;
}

.related-grid-big {
	display: grid;
	grid-template-columns: repeat(3, 1fr);

	grid-column-gap: 16px;
	grid-row-gap: 16px;
}

.insights-hero {
	display: flex;
	justify-content: center;
}

.insights-hero-content-text {
	max-width: 800px;
	text-align: center;
}

section.page-section.insights-hero {
	padding-bottom: 0;
}

.featured-post-bg {
	width: 100%;
	max-width: 1000px;
	height: 500px;
	border-radius: 16px;
}

.featured-post .section-content {
	display: flex;
	flex-direction: column;
	align-items: center;
}

.featured-post .item-category a {
	display: inline-block;
	background: #fff;
	color: #000000;
	padding: 4px 8px;
	margin-bottom: 8px;
	background: #F9F9FB;
}

.featured-content {
	background: #fff;
	margin-top: -90px;
	padding: 32px 64px;
	display: flex;
	flex-direction: column;
	align-items: center;
	border-radius: 16px;
	max-width: 80%;
}

.featured-content h3.item-title a {
	color: #0D0D0D;
	text-align: center;
	font-family: "Roboto Condensed";
	font-size: 39px;
	font-style: normal;
	font-weight: 700;
	line-height: 43px;
	letter-spacing: 0.2px;
}

h3.item-title {
	margin-bottom: 16px;
}

nav.insights-cat-filter button,
.insights-pagination button{
	cursor: pointer;
	background: #fff;
	border: none;
	border-bottom: 1px solid #00000029;
	border-radius: 0;
	margin: 16px;
	padding-right: 64px;
	position: relative;
	padding-left: 8px;
}

.insights-pagination {
	padding: 64px;
	padding-bottom: 128px;
	display: flex;
	justify-content: center;
}

.insights-pagination button {
	padding: 16px;
}

nav.insights-cat-filter button:hover,
.insights-pagination button:hover{
	background: rgba(0, 0, 0, 0.05);
}

nav.insights-cat-filter button.active,
.insights-pagination button.active {
	font-weight: 800;
	border-bottom: 3px solid #000;
}

nav.insights-cat-filter button::before {
	content: "";
	position: absolute;
	top: 10px;
	right: 0px;
	width: 20px;
	height: 20px;
	background: url(./img/arrow_outward.svg) no-repeat center center;
	background-size: 20px 20px;
}

@media (max-width: 768px) {

	.featured-post-bg {
		height: 300px;
	}

	.featured-content {
		margin-top: -70px;
		max-width: 95%;
		padding: 16px;
	}

	.related-grid {
		margin-top: 32px;
		display: flex;
		gap: 32px;
		flex-direction: column;
	}

	nav.post-navigation {
		display: flex;
		gap: 25%;
		flex-direction: column;
		align-content: center;
		flex-wrap: wrap;
		align-items: stretch;
	}

	.main-navigation {
		position: fixed;
		top: 0;
	}

	.nav-menu.active {
		display: flex;
		gap: 0px;
		padding: 0;
		max-height: calc(90vh - 80px);
		overflow: scroll;
	}

	.nav-menu.active .dropdown {
		position: static !important;
		top: 0;
		left: 0;
		width: 100%;
		box-shadow: none;
	}

	.nav-menu.active .dropdown, .dropdown.show {
		display: block;
	}

	body {
		padding-top: 80px;
	}

	.main-navigation {
		position: fixed;
		z-index: 3;
	}

	.active.auth-buttons {
		display: flex !important;
		width: 100%;
		padding: 0 16px 16px;
	}

	li.nav-item > a {
		padding: 8px;
	}

	.hamburger {
		display: block;
	}

	.nav-menu {
		display: none;
		flex-direction: column;
	}

	.nav-menu.active {
		display: flex;
		gap: 0px;
		padding: 0;
	}

	.dropdown {
		padding: 0;
	}

	.nav-item {
		display: flex;
		flex-direction: column;
		align-items: flex-start;
		padding: 16px;
	}

	.nav-item img {
		display: none;
	}

	.hiddenOnMobile-menu-container {
		flex-direction: column;
	}

	.alwaysvisible-menu-container {
		width: 100%;
		padding: 16px;
	}
	.nav-menu,.auth-buttons{display:none;flex-direction:column;width:100%;background:#fff;padding:1.5rem 0}

	.hiddenOnMobile-menu-container {
		background: #fff;
		display: flex;
		flex-grow: 1;
		flex-direction: column;
		width: 100%;
		z-index: 999;
	}

	.nav-container {
		display: flex;
		flex-direction: column;
		padding: 0;
		gap: 0;
	}
}

/* desktop */
@media (min-width:768px){
	#menu-toggle{display:none}
}


/* Medium devices such as tablets (1024px or lesser) */
@media only screen and (max-width: 1024px) {

	.related-grid-big {
		display: grid;
		grid-template-columns: repeat(2, 1fr);
		grid-template-rows: repeat(2, 1fr);
		grid-column-gap: 16px;
		grid-row-gap: 16px;
	}

	.single-post-hero .section-content {
		flex-direction: column-reverse;
	}

	.hero-content-text {
		width: 100%;
	}

	.features-list-section .section-content {
		padding: 0 64px 64px;
	}

	.features-list {
		padding: 0;
		margin: 0;
	}

	.feauture-item {
		display: flex;
		padding: 62px 0;
		flex-direction: column-reverse;
	}

	.feauture-image {
		position: static;
		max-width: 400px;
		width: 100%;
		margin: -64px auto;
	}

	.feauture-image img {}

	.feauture-content {
		padding: 32px 32px 64px;
		height: auto;
	}

	.pages-list {
		padding: 0 32px 64px;
		grid-template-columns: 1fr;
	}

	.contactus-logos {
		display: none;
	}

	.contact-form{
		width: 100%;
		margin-top: 32px;
		padding: 32px;
		margin: 0;
	}

	article.person-item {
		flex: 0 0 calc(47% - 20px);
	}

	.main-navigation {}
	.nav-container {}
	.logo {}
	.nav-menu { }
	.nav-item {}
	.nav-item img {}
	.auth-buttons {}
	.login-button {}
	.get-started-button {}
	.payframe-platform.container {}
	.payframe-platform .content {}
	.title-text {}
	.title-text p {}
	.cta-button {}
	.image-wrapper {}
	.image-wrapper img {}
	.b2b-payments.container {}
	.b2b-payments .hero {}
	.secondary-hero-title h2 {
		font-size: 42px;
	}
	.secondary-hero-title {}
	.hero-subtitle {
		font-size: 20px;
	}
	.features {
		column-gap: 8px;
	}
	.feature {
		padding: 16px;
		flex-basis: auto;
		max-width: 32%;
		margin: 0;
	}
	.feature-icon {
		margin-bottom: 8px;
	}
	.feature h2 {
		font-size: 20px;
		line-height: 1;
	}
	.feature p {
		margin: 0;
	}
	.comprehensive.hero {}
	.hero-content {}
	.hero-content h1 {}
	.hero-content .hero-subtitle {}
	.key-feature {}
	.feature-image {}
	.feature-image img {}
	.footer {}
	.case-study.container {}
	.content-wrapper {}
	.text-content {}
	.case-study-text-content h2 {
		font-size: 40px;
		line-height: 1;
	}
	.case-study-text-content p {
		font-size: 20px;
	}

	.square-features article.feature {
		text-align: center;
		padding: 96px 16px;
		flex: 0 0 calc(24.333% - 20px);
		margin: 0 0 32px;
	}

	.square-features article.feature {
		text-align: center;
		padding: 96px 16px;
		flex: 0 0 calc(50% - 20px);
		margin: 0 0 32px;
	}

	.image-content {}
	.main-image {}
	.overlay-image {}
	.stats-box {}
	.stats-icon {}
	.stats-text {}
	.casestudy-navigation {}
	.casestudy-nav-button {}
	.accent-line {}
	.case-study.container {}
	.content-wrapper {}
	.content-wrapper {}
	.text-content {}
	.image-content {}
	.text-content h1 {}
	.text-content p {}
	.main-image {}
	.overlay-image {}
	.accent-line {}
	.frame {}
	.overlap {}
	.rectangle {}
	.process-container {
		padding: 16px;
	}
	.process-step {}
	.step-number {}
	.step-title {}
	.step-description {}
	.step-icon {}
	.process-main-title {
		font-size: 60px;
	}
	.process-subtitle {
		font-size: 20px;
	}
	.main-title {}
	.subtitle {}
	.process-step {}
	.payments-technology.container {}
	.header {}
	.header::before {}
	.header::after {}
	.multilinks_title {
		margin: 0 0 16px 0;
		font-size: 40px;
	}
	.multilinks_subtitle {}
	.solutions {}
	.solutions__list {}
	.solutions__item {}
	.solutions__item-title {}
	.image-wrapper::before {}
	.image-wrapper::after {}
	.border-gradient {}
	.b2b-dream.container {}
	.background-group {}
	.background-rectangle {}
	.background-image-wrapper {}
	.background-image {}
	.b2b-dream .content {}
	.main-heading {
		font-size: 60px;
		line-height: 1;
	}
	.sub-heading {
		font-size: 20px;
	}
	.vector-image {}
	.essential-reading.container {}
	.post-grid {}
	.post-card {}
	.post-category {}
	.post-title {}
	.post-meta {}
	.post-date {}
	.post-date img {}
	.essential-reading .cta-button {}
	.footer-container {
		padding: 64px;
		display: flex;
		flex-direction: column-reverse;
	}
	.footer-logo {
		margin: 0;
	}
	.footer-logo img {}
	.footer-social {
		margin: 0;
	}
	.footer-social a {}
	.linkedin {}
	.twitter {}
	.footer-links {
		justify-content: space-between;
		padding-bottom: 32px;
	}
	.footer-column {}
	.footer-column h3 {}
	.footer-column ul {}
	.footer-column li {}
	.footer-bottom {
		margin: 0;
	}
	.footer-bottom a {}
	a {}
	a.logo-link {}
	section.homepage-hero {}
	section.page-section {
		padding: 32px;
	}
	.section-content {}
	.homepage-hero .section-content {
		padding: 32px;
		display: flex;
		flex-direction: column;
	}
	h1.hero-title {
		margin: 0 0 16px;
		font-size: 60px;
		line-height: 1;
	}
	.hero-content-text {
		width: 100%;
		padding-bottom: 64px;
	}

	.single-post-hero .hero-content-text {
		width: 100%;
		padding: 0;
	}

	h1.single-hero-title{
		font-size: 42px;
		line-height: 1;
	}

	span.gradient-text {}
	.hero-image-wrapper {}
	.logos-section .section-content {}
	.logos-content-images {
		display: flex;
		column-gap: 8px;
		row-gap: 8px;
		flex-wrap: wrap;
	}
	p.logos-title {}
	.threeCard-section .section-content {
		padding: 32px;
	}
	.twoColumn {}
	.interactiveLinks-section .section-content {
		padding: 32px;
	}
	.interactiveLinks-container {}
	.linksList-container ul {}
	.linksList-container li {}
	.linksList-container {}
	article.linksList-feature {flex-direction: column-reverse;}
	li.activeLink {}
	li.activeLink img {}
	h2.linksList-feature-title {}
	p.linksList-feature-description {}
	img.linksList-main-image {
		padding: 16px;
	}

	section.page-section.threeCard-section.two-column-cards .section-content {
		display: flex;
		flex-direction: column;
	}

	.two-column-cards .secondary-hero-title {
		max-width: 100%;
	}

	.two-column-cards article.feature.feature-step {
		max-width: 100%;
		margin-bottom: 32px !important;
	}

	.linksList-decorationWrapper {}
	.complex-background {}
	.polygon-gradient {}
	.polygon-dark {}
	.moving-grid {}
	.moving-grid img {}
	.case-study-background-wrapper {}
	.case-study-text-content {}
	.case-study.container .section-content {
		padding: 32px;
	}
	.cta-border-gradient {}
	.casestudy-nav-button img {}
	.case-study-image-content {}
	.process-section .section-content {
		background: #f8f8f8;
		padding: 32px;
	}
	section.page-section.container.process {}
	.multilinks-section .section-content {
		padding: 32px;
	}
	.multilinks-text {}
	.multilinks-image img {}
	img {}
	img.rightArrow {}
	section.page-section.container.cta-section {}
	.cta-section .section-content {
		padding: 64px 32px;
	}
	.blogposts-section .section-content {
		background: #f8f8f8;
	}
	.gradient-shadow {}
	.footer-left {
		display: flex;
	}

}

/* Small devices such as phones (768px or lesser) */
@media only screen and (max-width: 768px) {

	.related-grid-big {
		display: grid;
		grid-template-columns: repeat(1, 1fr);
		grid-template-rows: repeat(1, 1fr);
		grid-column-gap: 16px;
		grid-row-gap: 16px;
	}

	button#menu-toggle {
		display: block !important;
	}

	article.person-item {
		flex: 0 0 calc(100% - 20px);
	}

	.main-navigation {}
	.nav-container {}
	.logo {}
	.nav-menu {}
	.nav-item {}
	.nav-item img {}
	.auth-buttons {}
	.login-button {}
	.get-started-button {
		width: 100%;
		text-align: center;
	}
	.payframe-platform.container {}
	.payframe-platform .content {}
	.title-text {}
	.title-text p {}
	.cta-button {}
	.image-wrapper {}
	.image-wrapper img {}
	.b2b-payments.container {}
	.b2b-payments .hero {}
	.secondary-hero-title h2 {}
	.secondary-hero-title {}
	.hero-subtitle {}
	.features {
		display: flex;
		flex-direction: column;
		row-gap: 8px;
	}
	.feature {
		max-width: 100%;
	}
	.feature-icon {}
	.feature h2 {}
	.feature p {
		margin: 0;
	}

	.process-nav {
		display: none;
	}

	.image-wrapper-imagecolumn img {
		width: auto!important;
		border-radius: 8px;
		max-width: 360px !important;
		margin-bottom: -40px;
	}

	.comprehensive.hero {}
	.hero-content {}
	.hero-content h1 {}
	.hero-content .hero-subtitle {}
	.key-feature {}
	.feature-image {}
	.feature-image img {}
	.footer {}
	.case-study.container {}
	.content-wrapper {}
	.text-content {}
	.case-study-text-content h2 {}
	.case-study-text-content p {}
	.image-content {}
	.main-image {}
	.overlay-image {}
	.stats-box {}
	.stats-icon {}
	.stats-text {}
	.casestudy-navigation {}
	.casestudy-nav-button {}
	.accent-line {}
	.case-study.container {}
	.content-wrapper {}
	.content-wrapper {}
	.text-content {}
	.image-content {}
	.text-content h1 {}
	.text-content p {}
	.main-image {}
	.overlay-image {}
	.accent-line {}
	.frame {}
	.overlap {}
	.rectangle {}
	.process-container {
		display: flex;
		flex-direction: column;
	}
	.process-step {}
	.step-number {
		font-size: 24px;
		margin: 0;
		text-align: left;
	}
	.step-title {
		text-align: left;
	}
	.step-description {
		text-align: left;
	}

	.threeCard-nav {
		display: none;
	}
	.step-icon {}
	.process-main-title {}
	.process-subtitle {}
	.main-title {}
	.subtitle {}
	.process-step {
		padding: 16px;
	}
	.payments-technology.container {}
	.header {}
	.header::before {}
	.header::after {}
	.multilinks_title {}
	.multilinks_subtitle {}
	.solutions {
		margin: 0;
	}
	.solutions__list {}
	.solutions__item {}
	.solutions__item-title {}
	.image-wrapper::before {}
	.image-wrapper::after {}
	.border-gradient {}
	.b2b-dream.container {}
	.background-group {}
	.background-rectangle {}
	.background-image-wrapper {}
	.background-image {}
	.b2b-dream .content {}
	.main-heading {}
	.sub-heading {}
	.vector-image {}
	.essential-reading.container {}
	.post-grid {}
	.post-card {}
	.post-category {}
	.post-title {}
	.post-meta {}
	.post-date {}
	.post-date img {}
	.essential-reading .cta-button {}
	.footer-container {
		padding: 16px;
		column-gap: 8px;
	}
	.footer-logo {}
	.footer-logo img {}
	.footer-social {}
	.footer-social a {}
	.linkedin {}
	.twitter {}
	.footer-links {}
	.footer-column {}
	.footer-column h3 {
		margin: 8px 0;
	}
	.footer-column ul {}
	.footer-column li {
		font-size: 12px;
		line-height: 1;
		padding: 4px 0px;
	}
	.footer-bottom {}
	.footer-bottom a {}
	a {}
	a.logo-link {}
	section.homepage-hero {}
	section.page-section {
		padding: 16px;
	}

	section.page-section.threeCard-section.highlighted-cards {
		width: 100% !important;
		padding-bottom: 16px !important;
	}

	.highlighted-cards.threeCard-section .section-content {
		background: none;
		border: none;
		filter: none;
		backdrop-filter: none;
		width: 100%;
	}

	.section-content {}
	.homepage-hero .section-content {}
	h1.hero-title {}
	.hero-content-text {}
	span.gradient-text {}
	.hero-image-wrapper {}
	.logos-section .section-content {}
	.logos-content-images {}
	p.logos-title {}
	.threeCard-section .section-content {
		padding: 16px;
	}
	.twoColumn {}
	.interactiveLinks-section .section-content {
		padding: 16px;
	}
	.interactiveLinks-container {
		display: flex;
		flex-direction: column;
	}
	.linksList-container ul {
		display: flex;
		column-gap: 16px;
		width: 120vw;
		justify-content: flex-start;
	}
	.linksList-container li {
		font-size: 20px;
		line-height: 1;
	}
	.linksList-container {
		overflow: auto;
		max-width: 100%;
		padding: 0;
	}
	article.linksList-feature {
		padding: 16px;
	}
	li.activeLink {
		flex-basis: max-content;
	}
	li.activeLink img {}
	h2.linksList-feature-title {}
	p.linksList-feature-description {}
	img.linksList-main-image {}
	.linksList-decorationWrapper, .rectangle {
		display: none;
	}
	.complex-background {}
	.polygon-gradient {}
	.polygon-dark {}
	.moving-grid {}
	.moving-grid img {}
	.case-study-background-wrapper {}
	.case-study-text-content {}
	.case-study.container .section-content {
		padding: 16px;
	}
	.cta-border-gradient {}
	.casestudy-nav-button img {}
	.case-study-image-content {}
	.process-section .section-content {
		padding: 32px 16px 16px;
	}
	section.page-section.container.process {}
	.multilinks-section .section-content {display: flex;flex-direction: column;}
	.multilinks-text {
		max-width: 100%;
	}
	.multilinks-image img {
		max-width: 400px;
	}
	img {}
	img.rightArrow {}
	section.page-section.container.cta-section {}
	.cta-section .section-content {}
	.blogposts-section .section-content {}
	.gradient-shadow {}
	.footer-left {}

}

div#notpartofRelease {
	font-size: 36px;
	text-align: center;
	background: #ff0;
	position: absolute;
	padding: 0px 8px;
	margin-left: 64px;
}

@keyframes gradient {
	0% {
		background-position: 0% 0%;
	}
	50% {
		background-position: 0% 100%;
	}
	100% {
		background-position: 0% 0%;
	}
}
/* fix for legal pages */
.post-2299, .post-2297{
  padding: 2em 15% 5% 15%;
  background-color: #fff;
}


/* fix to hide elements */
.nav-menu, .auth-buttons, .footer-links, .footer-social{
  display: none !important;
}

.footer-logo img {
  width: 107px;
  height: 40px;
}

#menu-toggle
{
  display: none !important;
  height: 0px;
  width: 0px;
}